Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 3
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension",
   13 "futures 0.3.28",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "workspace",
   20]
   21
   22[[package]]
   23name = "addr2line"
   24version = "0.22.0"
   25source = "registry+https://github.com/rust-lang/crates.io-index"
   26checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
   27dependencies = [
   28 "gimli 0.29.0",
   29]
   30
   31[[package]]
   32name = "adler"
   33version = "1.0.2"
   34source = "registry+https://github.com/rust-lang/crates.io-index"
   35checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
   36
   37[[package]]
   38name = "aes"
   39version = "0.8.4"
   40source = "registry+https://github.com/rust-lang/crates.io-index"
   41checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   42dependencies = [
   43 "cfg-if",
   44 "cipher",
   45 "cpufeatures",
   46 "zeroize",
   47]
   48
   49[[package]]
   50name = "ahash"
   51version = "0.7.8"
   52source = "registry+https://github.com/rust-lang/crates.io-index"
   53checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   54dependencies = [
   55 "getrandom 0.2.10",
   56 "once_cell",
   57 "version_check",
   58]
   59
   60[[package]]
   61name = "ahash"
   62version = "0.8.11"
   63source = "registry+https://github.com/rust-lang/crates.io-index"
   64checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   65dependencies = [
   66 "cfg-if",
   67 "const-random",
   68 "getrandom 0.2.10",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.23.0"
   86source = "registry+https://github.com/rust-lang/crates.io-index"
   87checksum = "f6d1ea4484c8676f295307a4892d478c70ac8da1dbd8c7c10830a504b7f1022f"
   88dependencies = [
   89 "base64 0.22.1",
   90 "bitflags 2.6.0",
   91 "home",
   92 "libc",
   93 "log",
   94 "miow",
   95 "parking_lot",
   96 "piper",
   97 "polling 3.3.2",
   98 "regex-automata 0.4.5",
   99 "rustix-openpty",
  100 "serde",
  101 "signal-hook",
  102 "unicode-width",
  103 "vte",
  104 "windows-sys 0.48.0",
  105]
  106
  107[[package]]
  108name = "alacritty_terminal"
  109version = "0.24.1-dev"
  110source = "git+https://github.com/alacritty/alacritty?rev=cacdb5bb3b72bad2c729227537979d95af75978f#cacdb5bb3b72bad2c729227537979d95af75978f"
  111dependencies = [
  112 "base64 0.22.1",
  113 "bitflags 2.6.0",
  114 "home",
  115 "libc",
  116 "log",
  117 "miow",
  118 "parking_lot",
  119 "piper",
  120 "polling 3.3.2",
  121 "regex-automata 0.4.5",
  122 "rustix-openpty",
  123 "serde",
  124 "signal-hook",
  125 "unicode-width",
  126 "vte",
  127 "windows-sys 0.52.0",
  128]
  129
  130[[package]]
  131name = "aliasable"
  132version = "0.1.3"
  133source = "registry+https://github.com/rust-lang/crates.io-index"
  134checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  135
  136[[package]]
  137name = "aligned-vec"
  138version = "0.5.0"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  141
  142[[package]]
  143name = "allocator-api2"
  144version = "0.2.16"
  145source = "registry+https://github.com/rust-lang/crates.io-index"
  146checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
  147
  148[[package]]
  149name = "alsa"
  150version = "0.7.1"
  151source = "registry+https://github.com/rust-lang/crates.io-index"
  152checksum = "e2562ad8dcf0f789f65c6fdaad8a8a9708ed6b488e649da28c01656ad66b8b47"
  153dependencies = [
  154 "alsa-sys",
  155 "bitflags 1.3.2",
  156 "libc",
  157 "nix 0.24.3",
  158]
  159
  160[[package]]
  161name = "alsa-sys"
  162version = "0.3.1"
  163source = "registry+https://github.com/rust-lang/crates.io-index"
  164checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  165dependencies = [
  166 "libc",
  167 "pkg-config",
  168]
  169
  170[[package]]
  171name = "ambient-authority"
  172version = "0.0.2"
  173source = "registry+https://github.com/rust-lang/crates.io-index"
  174checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  175
  176[[package]]
  177name = "android-tzdata"
  178version = "0.1.1"
  179source = "registry+https://github.com/rust-lang/crates.io-index"
  180checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  181
  182[[package]]
  183name = "android_system_properties"
  184version = "0.1.5"
  185source = "registry+https://github.com/rust-lang/crates.io-index"
  186checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  187dependencies = [
  188 "libc",
  189]
  190
  191[[package]]
  192name = "anes"
  193version = "0.1.6"
  194source = "registry+https://github.com/rust-lang/crates.io-index"
  195checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  196
  197[[package]]
  198name = "anstream"
  199version = "0.5.0"
  200source = "registry+https://github.com/rust-lang/crates.io-index"
  201checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
  202dependencies = [
  203 "anstyle",
  204 "anstyle-parse",
  205 "anstyle-query",
  206 "anstyle-wincon 2.1.0",
  207 "colorchoice",
  208 "utf8parse",
  209]
  210
  211[[package]]
  212name = "anstream"
  213version = "0.6.15"
  214source = "registry+https://github.com/rust-lang/crates.io-index"
  215checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
  216dependencies = [
  217 "anstyle",
  218 "anstyle-parse",
  219 "anstyle-query",
  220 "anstyle-wincon 3.0.4",
  221 "colorchoice",
  222 "is_terminal_polyfill",
  223 "utf8parse",
  224]
  225
  226[[package]]
  227name = "anstyle"
  228version = "1.0.7"
  229source = "registry+https://github.com/rust-lang/crates.io-index"
  230checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
  231
  232[[package]]
  233name = "anstyle-parse"
  234version = "0.2.1"
  235source = "registry+https://github.com/rust-lang/crates.io-index"
  236checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
  237dependencies = [
  238 "utf8parse",
  239]
  240
  241[[package]]
  242name = "anstyle-query"
  243version = "1.0.0"
  244source = "registry+https://github.com/rust-lang/crates.io-index"
  245checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
  246dependencies = [
  247 "windows-sys 0.48.0",
  248]
  249
  250[[package]]
  251name = "anstyle-wincon"
  252version = "2.1.0"
  253source = "registry+https://github.com/rust-lang/crates.io-index"
  254checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
  255dependencies = [
  256 "anstyle",
  257 "windows-sys 0.48.0",
  258]
  259
  260[[package]]
  261name = "anstyle-wincon"
  262version = "3.0.4"
  263source = "registry+https://github.com/rust-lang/crates.io-index"
  264checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
  265dependencies = [
  266 "anstyle",
  267 "windows-sys 0.52.0",
  268]
  269
  270[[package]]
  271name = "anthropic"
  272version = "0.1.0"
  273dependencies = [
  274 "anyhow",
  275 "futures 0.3.28",
  276 "http_client",
  277 "isahc",
  278 "schemars",
  279 "serde",
  280 "serde_json",
  281 "strum",
  282 "tokio",
  283]
  284
  285[[package]]
  286name = "any_vec"
  287version = "0.14.0"
  288source = "registry+https://github.com/rust-lang/crates.io-index"
  289checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  290
  291[[package]]
  292name = "anyhow"
  293version = "1.0.86"
  294source = "registry+https://github.com/rust-lang/crates.io-index"
  295checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
  296
  297[[package]]
  298name = "approx"
  299version = "0.5.1"
  300source = "registry+https://github.com/rust-lang/crates.io-index"
  301checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  302dependencies = [
  303 "num-traits",
  304]
  305
  306[[package]]
  307name = "arbitrary"
  308version = "1.3.2"
  309source = "registry+https://github.com/rust-lang/crates.io-index"
  310checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
  311
  312[[package]]
  313name = "arg_enum_proc_macro"
  314version = "0.3.4"
  315source = "registry+https://github.com/rust-lang/crates.io-index"
  316checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  317dependencies = [
  318 "proc-macro2",
  319 "quote",
  320 "syn 2.0.59",
  321]
  322
  323[[package]]
  324name = "arrayref"
  325version = "0.3.7"
  326source = "registry+https://github.com/rust-lang/crates.io-index"
  327checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
  328
  329[[package]]
  330name = "arrayvec"
  331version = "0.7.4"
  332source = "registry+https://github.com/rust-lang/crates.io-index"
  333checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
  334
  335[[package]]
  336name = "as-raw-xcb-connection"
  337version = "1.0.1"
  338source = "registry+https://github.com/rust-lang/crates.io-index"
  339checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  340
  341[[package]]
  342name = "ascii"
  343version = "1.1.0"
  344source = "registry+https://github.com/rust-lang/crates.io-index"
  345checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  346
  347[[package]]
  348name = "ash"
  349version = "0.38.0+1.3.281"
  350source = "registry+https://github.com/rust-lang/crates.io-index"
  351checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  352dependencies = [
  353 "libloading 0.8.0",
  354]
  355
  356[[package]]
  357name = "ash-window"
  358version = "0.13.0"
  359source = "registry+https://github.com/rust-lang/crates.io-index"
  360checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  361dependencies = [
  362 "ash",
  363 "raw-window-handle 0.6.0",
  364 "raw-window-metal",
  365]
  366
  367[[package]]
  368name = "ashpd"
  369version = "0.9.1"
  370source = "registry+https://github.com/rust-lang/crates.io-index"
  371checksum = "bfe7e0dd0ac5a401dc116ed9f9119cf9decc625600474cb41f0fc0a0050abc9a"
  372dependencies = [
  373 "async-fs 2.1.1",
  374 "async-net 2.0.0",
  375 "enumflags2",
  376 "futures-channel",
  377 "futures-util",
  378 "rand 0.8.5",
  379 "serde",
  380 "serde_repr",
  381 "url",
  382 "zbus",
  383]
  384
  385[[package]]
  386name = "assets"
  387version = "0.1.0"
  388dependencies = [
  389 "anyhow",
  390 "gpui",
  391 "rust-embed",
  392]
  393
  394[[package]]
  395name = "assistant"
  396version = "0.1.0"
  397dependencies = [
  398 "anthropic",
  399 "anyhow",
  400 "assets",
  401 "assistant_slash_command",
  402 "async-watch",
  403 "cargo_toml",
  404 "chrono",
  405 "client",
  406 "clock",
  407 "collections",
  408 "command_palette_hooks",
  409 "completion",
  410 "ctor",
  411 "editor",
  412 "env_logger",
  413 "fs",
  414 "futures 0.3.28",
  415 "fuzzy",
  416 "gpui",
  417 "heed",
  418 "html_to_markdown 0.1.0",
  419 "http_client",
  420 "indexed_docs",
  421 "indoc",
  422 "language",
  423 "language_model",
  424 "log",
  425 "menu",
  426 "multi_buffer",
  427 "ollama",
  428 "open_ai",
  429 "ordered-float 2.10.0",
  430 "parking_lot",
  431 "paths",
  432 "picker",
  433 "project",
  434 "rand 0.8.5",
  435 "regex",
  436 "rope",
  437 "schemars",
  438 "search",
  439 "semantic_index",
  440 "serde",
  441 "serde_json",
  442 "settings",
  443 "similar",
  444 "smol",
  445 "strsim 0.11.1",
  446 "telemetry_events",
  447 "terminal",
  448 "terminal_view",
  449 "text",
  450 "theme",
  451 "toml 0.8.16",
  452 "ui",
  453 "unindent",
  454 "util",
  455 "uuid",
  456 "workspace",
  457]
  458
  459[[package]]
  460name = "assistant_slash_command"
  461version = "0.1.0"
  462dependencies = [
  463 "anyhow",
  464 "collections",
  465 "derive_more",
  466 "gpui",
  467 "language",
  468 "parking_lot",
  469 "serde",
  470 "workspace",
  471]
  472
  473[[package]]
  474name = "async-attributes"
  475version = "1.1.2"
  476source = "registry+https://github.com/rust-lang/crates.io-index"
  477checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  478dependencies = [
  479 "quote",
  480 "syn 1.0.109",
  481]
  482
  483[[package]]
  484name = "async-broadcast"
  485version = "0.7.1"
  486source = "registry+https://github.com/rust-lang/crates.io-index"
  487checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
  488dependencies = [
  489 "event-listener 5.1.0",
  490 "event-listener-strategy 0.5.0",
  491 "futures-core",
  492 "pin-project-lite",
  493]
  494
  495[[package]]
  496name = "async-channel"
  497version = "1.9.0"
  498source = "registry+https://github.com/rust-lang/crates.io-index"
  499checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  500dependencies = [
  501 "concurrent-queue",
  502 "event-listener 2.5.3",
  503 "futures-core",
  504]
  505
  506[[package]]
  507name = "async-channel"
  508version = "2.2.0"
  509source = "registry+https://github.com/rust-lang/crates.io-index"
  510checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
  511dependencies = [
  512 "concurrent-queue",
  513 "event-listener 5.1.0",
  514 "event-listener-strategy 0.5.0",
  515 "futures-core",
  516 "pin-project-lite",
  517]
  518
  519[[package]]
  520name = "async-compat"
  521version = "0.2.4"
  522source = "registry+https://github.com/rust-lang/crates.io-index"
  523checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  524dependencies = [
  525 "futures-core",
  526 "futures-io",
  527 "once_cell",
  528 "pin-project-lite",
  529 "tokio",
  530]
  531
  532[[package]]
  533name = "async-compression"
  534version = "0.4.6"
  535source = "registry+https://github.com/rust-lang/crates.io-index"
  536checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c"
  537dependencies = [
  538 "deflate64",
  539 "flate2",
  540 "futures-core",
  541 "futures-io",
  542 "memchr",
  543 "pin-project-lite",
  544]
  545
  546[[package]]
  547name = "async-dispatcher"
  548version = "0.1.2"
  549source = "registry+https://github.com/rust-lang/crates.io-index"
  550checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  551dependencies = [
  552 "async-task",
  553 "futures-lite 1.13.0",
  554]
  555
  556[[package]]
  557name = "async-executor"
  558version = "1.5.1"
  559source = "registry+https://github.com/rust-lang/crates.io-index"
  560checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
  561dependencies = [
  562 "async-lock 2.8.0",
  563 "async-task",
  564 "concurrent-queue",
  565 "fastrand 1.9.0",
  566 "futures-lite 1.13.0",
  567 "slab",
  568]
  569
  570[[package]]
  571name = "async-fs"
  572version = "1.6.0"
  573source = "registry+https://github.com/rust-lang/crates.io-index"
  574checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
  575dependencies = [
  576 "async-lock 2.8.0",
  577 "autocfg",
  578 "blocking",
  579 "futures-lite 1.13.0",
  580]
  581
  582[[package]]
  583name = "async-fs"
  584version = "2.1.1"
  585source = "registry+https://github.com/rust-lang/crates.io-index"
  586checksum = "bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1"
  587dependencies = [
  588 "async-lock 3.3.0",
  589 "blocking",
  590 "futures-lite 2.2.0",
  591]
  592
  593[[package]]
  594name = "async-global-executor"
  595version = "2.3.1"
  596source = "registry+https://github.com/rust-lang/crates.io-index"
  597checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
  598dependencies = [
  599 "async-channel 1.9.0",
  600 "async-executor",
  601 "async-io 1.13.0",
  602 "async-lock 2.8.0",
  603 "blocking",
  604 "futures-lite 1.13.0",
  605 "once_cell",
  606]
  607
  608[[package]]
  609name = "async-io"
  610version = "1.13.0"
  611source = "registry+https://github.com/rust-lang/crates.io-index"
  612checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
  613dependencies = [
  614 "async-lock 2.8.0",
  615 "autocfg",
  616 "cfg-if",
  617 "concurrent-queue",
  618 "futures-lite 1.13.0",
  619 "log",
  620 "parking",
  621 "polling 2.8.0",
  622 "rustix 0.37.27",
  623 "slab",
  624 "socket2 0.4.9",
  625 "waker-fn",
  626]
  627
  628[[package]]
  629name = "async-io"
  630version = "2.3.1"
  631source = "registry+https://github.com/rust-lang/crates.io-index"
  632checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65"
  633dependencies = [
  634 "async-lock 3.3.0",
  635 "cfg-if",
  636 "concurrent-queue",
  637 "futures-io",
  638 "futures-lite 2.2.0",
  639 "parking",
  640 "polling 3.3.2",
  641 "rustix 0.38.32",
  642 "slab",
  643 "tracing",
  644 "windows-sys 0.52.0",
  645]
  646
  647[[package]]
  648name = "async-lock"
  649version = "2.8.0"
  650source = "registry+https://github.com/rust-lang/crates.io-index"
  651checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  652dependencies = [
  653 "event-listener 2.5.3",
  654]
  655
  656[[package]]
  657name = "async-lock"
  658version = "3.3.0"
  659source = "registry+https://github.com/rust-lang/crates.io-index"
  660checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
  661dependencies = [
  662 "event-listener 4.0.3",
  663 "event-listener-strategy 0.4.0",
  664 "pin-project-lite",
  665]
  666
  667[[package]]
  668name = "async-native-tls"
  669version = "0.5.0"
  670source = "registry+https://github.com/rust-lang/crates.io-index"
  671checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  672dependencies = [
  673 "futures-util",
  674 "native-tls",
  675 "thiserror",
  676 "url",
  677]
  678
  679[[package]]
  680name = "async-net"
  681version = "1.7.0"
  682source = "registry+https://github.com/rust-lang/crates.io-index"
  683checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
  684dependencies = [
  685 "async-io 1.13.0",
  686 "autocfg",
  687 "blocking",
  688 "futures-lite 1.13.0",
  689]
  690
  691[[package]]
  692name = "async-net"
  693version = "2.0.0"
  694source = "registry+https://github.com/rust-lang/crates.io-index"
  695checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  696dependencies = [
  697 "async-io 2.3.1",
  698 "blocking",
  699 "futures-lite 2.2.0",
  700]
  701
  702[[package]]
  703name = "async-pipe"
  704version = "0.1.3"
  705source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  706dependencies = [
  707 "futures 0.3.28",
  708 "log",
  709]
  710
  711[[package]]
  712name = "async-process"
  713version = "1.7.0"
  714source = "registry+https://github.com/rust-lang/crates.io-index"
  715checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
  716dependencies = [
  717 "async-io 1.13.0",
  718 "async-lock 2.8.0",
  719 "autocfg",
  720 "blocking",
  721 "cfg-if",
  722 "event-listener 2.5.3",
  723 "futures-lite 1.13.0",
  724 "rustix 0.37.27",
  725 "signal-hook",
  726 "windows-sys 0.48.0",
  727]
  728
  729[[package]]
  730name = "async-process"
  731version = "2.1.0"
  732source = "registry+https://github.com/rust-lang/crates.io-index"
  733checksum = "451e3cf68011bd56771c79db04a9e333095ab6349f7e47592b788e9b98720cc8"
  734dependencies = [
  735 "async-channel 2.2.0",
  736 "async-io 2.3.1",
  737 "async-lock 3.3.0",
  738 "async-signal",
  739 "blocking",
  740 "cfg-if",
  741 "event-listener 5.1.0",
  742 "futures-lite 2.2.0",
  743 "rustix 0.38.32",
  744 "windows-sys 0.52.0",
  745]
  746
  747[[package]]
  748name = "async-recursion"
  749version = "0.3.2"
  750source = "registry+https://github.com/rust-lang/crates.io-index"
  751checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  752dependencies = [
  753 "proc-macro2",
  754 "quote",
  755 "syn 1.0.109",
  756]
  757
  758[[package]]
  759name = "async-recursion"
  760version = "1.0.5"
  761source = "registry+https://github.com/rust-lang/crates.io-index"
  762checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
  763dependencies = [
  764 "proc-macro2",
  765 "quote",
  766 "syn 2.0.59",
  767]
  768
  769[[package]]
  770name = "async-signal"
  771version = "0.2.5"
  772source = "registry+https://github.com/rust-lang/crates.io-index"
  773checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
  774dependencies = [
  775 "async-io 2.3.1",
  776 "async-lock 2.8.0",
  777 "atomic-waker",
  778 "cfg-if",
  779 "futures-core",
  780 "futures-io",
  781 "rustix 0.38.32",
  782 "signal-hook-registry",
  783 "slab",
  784 "windows-sys 0.48.0",
  785]
  786
  787[[package]]
  788name = "async-std"
  789version = "1.12.0"
  790source = "registry+https://github.com/rust-lang/crates.io-index"
  791checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
  792dependencies = [
  793 "async-attributes",
  794 "async-channel 1.9.0",
  795 "async-global-executor",
  796 "async-io 1.13.0",
  797 "async-lock 2.8.0",
  798 "async-process 1.7.0",
  799 "crossbeam-utils",
  800 "futures-channel",
  801 "futures-core",
  802 "futures-io",
  803 "futures-lite 1.13.0",
  804 "gloo-timers",
  805 "kv-log-macro",
  806 "log",
  807 "memchr",
  808 "once_cell",
  809 "pin-project-lite",
  810 "pin-utils",
  811 "slab",
  812 "wasm-bindgen-futures",
  813]
  814
  815[[package]]
  816name = "async-stream"
  817version = "0.3.5"
  818source = "registry+https://github.com/rust-lang/crates.io-index"
  819checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
  820dependencies = [
  821 "async-stream-impl",
  822 "futures-core",
  823 "pin-project-lite",
  824]
  825
  826[[package]]
  827name = "async-stream-impl"
  828version = "0.3.5"
  829source = "registry+https://github.com/rust-lang/crates.io-index"
  830checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
  831dependencies = [
  832 "proc-macro2",
  833 "quote",
  834 "syn 2.0.59",
  835]
  836
  837[[package]]
  838name = "async-stripe"
  839version = "0.37.3"
  840source = "registry+https://github.com/rust-lang/crates.io-index"
  841checksum = "e2f14b5943a52cf051bbbbb68538e93a69d1e291934174121e769f4b181113f5"
  842dependencies = [
  843 "chrono",
  844 "futures-util",
  845 "http-types",
  846 "hyper",
  847 "hyper-rustls",
  848 "serde",
  849 "serde_json",
  850 "serde_path_to_error",
  851 "serde_qs 0.10.1",
  852 "smart-default",
  853 "smol_str",
  854 "thiserror",
  855 "tokio",
  856]
  857
  858[[package]]
  859name = "async-tar"
  860version = "0.4.2"
  861source = "registry+https://github.com/rust-lang/crates.io-index"
  862checksum = "5c49359998a76e32ef6e870dbc079ebad8f1e53e8441c5dd39d27b44493fe331"
  863dependencies = [
  864 "async-std",
  865 "filetime",
  866 "libc",
  867 "pin-project",
  868 "redox_syscall 0.2.16",
  869 "xattr",
  870]
  871
  872[[package]]
  873name = "async-task"
  874version = "4.7.0"
  875source = "registry+https://github.com/rust-lang/crates.io-index"
  876checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
  877
  878[[package]]
  879name = "async-trait"
  880version = "0.1.77"
  881source = "registry+https://github.com/rust-lang/crates.io-index"
  882checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
  883dependencies = [
  884 "proc-macro2",
  885 "quote",
  886 "syn 2.0.59",
  887]
  888
  889[[package]]
  890name = "async-tungstenite"
  891version = "0.23.0"
  892source = "registry+https://github.com/rust-lang/crates.io-index"
  893checksum = "a1e9efbe14612da0a19fb983059a0b621e9cf6225d7018ecab4f9988215540dc"
  894dependencies = [
  895 "async-native-tls",
  896 "async-std",
  897 "futures-io",
  898 "futures-util",
  899 "log",
  900 "pin-project-lite",
  901 "tungstenite",
  902]
  903
  904[[package]]
  905name = "async-watch"
  906version = "0.3.1"
  907source = "registry+https://github.com/rust-lang/crates.io-index"
  908checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
  909dependencies = [
  910 "event-listener 2.5.3",
  911]
  912
  913[[package]]
  914name = "async_zip"
  915version = "0.0.17"
  916source = "registry+https://github.com/rust-lang/crates.io-index"
  917checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
  918dependencies = [
  919 "async-compression",
  920 "crc32fast",
  921 "futures-lite 2.2.0",
  922 "pin-project",
  923 "thiserror",
  924]
  925
  926[[package]]
  927name = "asynchronous-codec"
  928version = "0.7.0"
  929source = "registry+https://github.com/rust-lang/crates.io-index"
  930checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
  931dependencies = [
  932 "bytes 1.5.0",
  933 "futures-sink",
  934 "futures-util",
  935 "memchr",
  936 "pin-project-lite",
  937]
  938
  939[[package]]
  940name = "atoi"
  941version = "2.0.0"
  942source = "registry+https://github.com/rust-lang/crates.io-index"
  943checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
  944dependencies = [
  945 "num-traits",
  946]
  947
  948[[package]]
  949name = "atomic"
  950version = "0.5.3"
  951source = "registry+https://github.com/rust-lang/crates.io-index"
  952checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
  953
  954[[package]]
  955name = "atomic-waker"
  956version = "1.1.1"
  957source = "registry+https://github.com/rust-lang/crates.io-index"
  958checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
  959
  960[[package]]
  961name = "audio"
  962version = "0.1.0"
  963dependencies = [
  964 "anyhow",
  965 "collections",
  966 "derive_more",
  967 "gpui",
  968 "parking_lot",
  969 "rodio",
  970 "util",
  971]
  972
  973[[package]]
  974name = "auto_update"
  975version = "0.1.0"
  976dependencies = [
  977 "anyhow",
  978 "client",
  979 "db",
  980 "editor",
  981 "gpui",
  982 "http_client",
  983 "isahc",
  984 "log",
  985 "markdown_preview",
  986 "menu",
  987 "paths",
  988 "release_channel",
  989 "schemars",
  990 "serde",
  991 "serde_derive",
  992 "serde_json",
  993 "settings",
  994 "smol",
  995 "tempfile",
  996 "util",
  997 "workspace",
  998]
  999
 1000[[package]]
 1001name = "autocfg"
 1002version = "1.1.0"
 1003source = "registry+https://github.com/rust-lang/crates.io-index"
 1004checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
 1005
 1006[[package]]
 1007name = "av1-grain"
 1008version = "0.2.3"
 1009source = "registry+https://github.com/rust-lang/crates.io-index"
 1010checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1011dependencies = [
 1012 "anyhow",
 1013 "arrayvec",
 1014 "log",
 1015 "nom",
 1016 "num-rational",
 1017 "v_frame",
 1018]
 1019
 1020[[package]]
 1021name = "avif-serialize"
 1022version = "0.8.1"
 1023source = "registry+https://github.com/rust-lang/crates.io-index"
 1024checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
 1025dependencies = [
 1026 "arrayvec",
 1027]
 1028
 1029[[package]]
 1030name = "aws-config"
 1031version = "1.1.5"
 1032source = "registry+https://github.com/rust-lang/crates.io-index"
 1033checksum = "7af266887e24cd5f6d2ea7433cacd25dcd4773b7f70e488701968a7cdf51df57"
 1034dependencies = [
 1035 "aws-credential-types",
 1036 "aws-runtime",
 1037 "aws-sdk-sso",
 1038 "aws-sdk-ssooidc",
 1039 "aws-sdk-sts",
 1040 "aws-smithy-async",
 1041 "aws-smithy-http",
 1042 "aws-smithy-json",
 1043 "aws-smithy-runtime",
 1044 "aws-smithy-runtime-api",
 1045 "aws-smithy-types",
 1046 "aws-types",
 1047 "bytes 1.5.0",
 1048 "fastrand 2.0.0",
 1049 "hex",
 1050 "http 0.2.9",
 1051 "hyper",
 1052 "ring",
 1053 "time",
 1054 "tokio",
 1055 "tracing",
 1056 "zeroize",
 1057]
 1058
 1059[[package]]
 1060name = "aws-credential-types"
 1061version = "1.1.5"
 1062source = "registry+https://github.com/rust-lang/crates.io-index"
 1063checksum = "2d56f287a9e65e4914bfedb5b22c056b65e4c232fca512d5509a9df36386759f"
 1064dependencies = [
 1065 "aws-smithy-async",
 1066 "aws-smithy-runtime-api",
 1067 "aws-smithy-types",
 1068 "zeroize",
 1069]
 1070
 1071[[package]]
 1072name = "aws-runtime"
 1073version = "1.1.5"
 1074source = "registry+https://github.com/rust-lang/crates.io-index"
 1075checksum = "2d6a29eca8ea8982028a4df81883e7001e250a21d323b86418884b5345950a4b"
 1076dependencies = [
 1077 "aws-credential-types",
 1078 "aws-sigv4",
 1079 "aws-smithy-async",
 1080 "aws-smithy-eventstream",
 1081 "aws-smithy-http",
 1082 "aws-smithy-runtime-api",
 1083 "aws-smithy-types",
 1084 "aws-types",
 1085 "bytes 1.5.0",
 1086 "fastrand 2.0.0",
 1087 "http 0.2.9",
 1088 "http-body",
 1089 "percent-encoding",
 1090 "pin-project-lite",
 1091 "tracing",
 1092 "uuid",
 1093]
 1094
 1095[[package]]
 1096name = "aws-sdk-s3"
 1097version = "1.15.0"
 1098source = "registry+https://github.com/rust-lang/crates.io-index"
 1099checksum = "c977e92277652aefb9a76a0fca652b26757d6845dce0d7bf4426da80f13d85b0"
 1100dependencies = [
 1101 "aws-credential-types",
 1102 "aws-runtime",
 1103 "aws-sigv4",
 1104 "aws-smithy-async",
 1105 "aws-smithy-checksums",
 1106 "aws-smithy-eventstream",
 1107 "aws-smithy-http",
 1108 "aws-smithy-json",
 1109 "aws-smithy-runtime",
 1110 "aws-smithy-runtime-api",
 1111 "aws-smithy-types",
 1112 "aws-smithy-xml",
 1113 "aws-types",
 1114 "bytes 1.5.0",
 1115 "http 0.2.9",
 1116 "http-body",
 1117 "once_cell",
 1118 "percent-encoding",
 1119 "regex-lite",
 1120 "tracing",
 1121 "url",
 1122]
 1123
 1124[[package]]
 1125name = "aws-sdk-sso"
 1126version = "1.13.0"
 1127source = "registry+https://github.com/rust-lang/crates.io-index"
 1128checksum = "e2d7f527c7b28af1a641f7d89f9e6a4863e8ec00f39d2b731b056fc5ec5ce829"
 1129dependencies = [
 1130 "aws-credential-types",
 1131 "aws-runtime",
 1132 "aws-smithy-async",
 1133 "aws-smithy-http",
 1134 "aws-smithy-json",
 1135 "aws-smithy-runtime",
 1136 "aws-smithy-runtime-api",
 1137 "aws-smithy-types",
 1138 "aws-types",
 1139 "bytes 1.5.0",
 1140 "http 0.2.9",
 1141 "once_cell",
 1142 "regex-lite",
 1143 "tracing",
 1144]
 1145
 1146[[package]]
 1147name = "aws-sdk-ssooidc"
 1148version = "1.13.0"
 1149source = "registry+https://github.com/rust-lang/crates.io-index"
 1150checksum = "0d0be3224cd574ee8ab5fd7c32087876f25c134c27ac603fcb38669ed8d346b0"
 1151dependencies = [
 1152 "aws-credential-types",
 1153 "aws-runtime",
 1154 "aws-smithy-async",
 1155 "aws-smithy-http",
 1156 "aws-smithy-json",
 1157 "aws-smithy-runtime",
 1158 "aws-smithy-runtime-api",
 1159 "aws-smithy-types",
 1160 "aws-types",
 1161 "bytes 1.5.0",
 1162 "http 0.2.9",
 1163 "once_cell",
 1164 "regex-lite",
 1165 "tracing",
 1166]
 1167
 1168[[package]]
 1169name = "aws-sdk-sts"
 1170version = "1.13.0"
 1171source = "registry+https://github.com/rust-lang/crates.io-index"
 1172checksum = "5b3167c60d82a13bbaef569da06041644ff41e85c6377e5dad53fa2526ccfe9d"
 1173dependencies = [
 1174 "aws-credential-types",
 1175 "aws-runtime",
 1176 "aws-smithy-async",
 1177 "aws-smithy-http",
 1178 "aws-smithy-json",
 1179 "aws-smithy-query",
 1180 "aws-smithy-runtime",
 1181 "aws-smithy-runtime-api",
 1182 "aws-smithy-types",
 1183 "aws-smithy-xml",
 1184 "aws-types",
 1185 "http 0.2.9",
 1186 "once_cell",
 1187 "regex-lite",
 1188 "tracing",
 1189]
 1190
 1191[[package]]
 1192name = "aws-sigv4"
 1193version = "1.1.5"
 1194source = "registry+https://github.com/rust-lang/crates.io-index"
 1195checksum = "54b1cbe0eee57a213039088dbdeca7be9352f24e0d72332d961e8a1cb388f82d"
 1196dependencies = [
 1197 "aws-credential-types",
 1198 "aws-smithy-eventstream",
 1199 "aws-smithy-http",
 1200 "aws-smithy-runtime-api",
 1201 "aws-smithy-types",
 1202 "bytes 1.5.0",
 1203 "crypto-bigint 0.5.5",
 1204 "form_urlencoded",
 1205 "hex",
 1206 "hmac",
 1207 "http 0.2.9",
 1208 "http 1.0.0",
 1209 "once_cell",
 1210 "p256",
 1211 "percent-encoding",
 1212 "ring",
 1213 "sha2",
 1214 "subtle",
 1215 "time",
 1216 "tracing",
 1217 "zeroize",
 1218]
 1219
 1220[[package]]
 1221name = "aws-smithy-async"
 1222version = "1.1.5"
 1223source = "registry+https://github.com/rust-lang/crates.io-index"
 1224checksum = "426a5bc369ca7c8d3686439e46edc727f397a47ab3696b13f3ae8c81b3b36132"
 1225dependencies = [
 1226 "futures-util",
 1227 "pin-project-lite",
 1228 "tokio",
 1229]
 1230
 1231[[package]]
 1232name = "aws-smithy-checksums"
 1233version = "0.60.5"
 1234source = "registry+https://github.com/rust-lang/crates.io-index"
 1235checksum = "6ee554133eca2611b66d23548e48f9b44713befdb025ab76bc00185b878397a1"
 1236dependencies = [
 1237 "aws-smithy-http",
 1238 "aws-smithy-types",
 1239 "bytes 1.5.0",
 1240 "crc32c",
 1241 "crc32fast",
 1242 "hex",
 1243 "http 0.2.9",
 1244 "http-body",
 1245 "md-5",
 1246 "pin-project-lite",
 1247 "sha1",
 1248 "sha2",
 1249 "tracing",
 1250]
 1251
 1252[[package]]
 1253name = "aws-smithy-eventstream"
 1254version = "0.60.4"
 1255source = "registry+https://github.com/rust-lang/crates.io-index"
 1256checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
 1257dependencies = [
 1258 "aws-smithy-types",
 1259 "bytes 1.5.0",
 1260 "crc32fast",
 1261]
 1262
 1263[[package]]
 1264name = "aws-smithy-http"
 1265version = "0.60.5"
 1266source = "registry+https://github.com/rust-lang/crates.io-index"
 1267checksum = "85d6a0619f7b67183067fa3b558f94f90753da2df8c04aeb7336d673f804b0b8"
 1268dependencies = [
 1269 "aws-smithy-eventstream",
 1270 "aws-smithy-runtime-api",
 1271 "aws-smithy-types",
 1272 "bytes 1.5.0",
 1273 "bytes-utils",
 1274 "futures-core",
 1275 "http 0.2.9",
 1276 "http-body",
 1277 "once_cell",
 1278 "percent-encoding",
 1279 "pin-project-lite",
 1280 "pin-utils",
 1281 "tracing",
 1282]
 1283
 1284[[package]]
 1285name = "aws-smithy-json"
 1286version = "0.60.5"
 1287source = "registry+https://github.com/rust-lang/crates.io-index"
 1288checksum = "a1c1b5186b6f5c579bf0de1bcca9dd3d946d6d51361ea1d18131f6a0b64e13ae"
 1289dependencies = [
 1290 "aws-smithy-types",
 1291]
 1292
 1293[[package]]
 1294name = "aws-smithy-query"
 1295version = "0.60.5"
 1296source = "registry+https://github.com/rust-lang/crates.io-index"
 1297checksum = "1c0a2ce65882e788d2cf83ff28b9b16918de0460c47bf66c5da4f6c17b4c9694"
 1298dependencies = [
 1299 "aws-smithy-types",
 1300 "urlencoding",
 1301]
 1302
 1303[[package]]
 1304name = "aws-smithy-runtime"
 1305version = "1.1.5"
 1306source = "registry+https://github.com/rust-lang/crates.io-index"
 1307checksum = "b4cb6b3afa5fc9825a75675975dcc3e21764b5476bc91dbc63df4ea3d30a576e"
 1308dependencies = [
 1309 "aws-smithy-async",
 1310 "aws-smithy-http",
 1311 "aws-smithy-runtime-api",
 1312 "aws-smithy-types",
 1313 "bytes 1.5.0",
 1314 "fastrand 2.0.0",
 1315 "h2",
 1316 "http 0.2.9",
 1317 "http-body",
 1318 "hyper",
 1319 "hyper-rustls",
 1320 "once_cell",
 1321 "pin-project-lite",
 1322 "pin-utils",
 1323 "rustls",
 1324 "tokio",
 1325 "tracing",
 1326]
 1327
 1328[[package]]
 1329name = "aws-smithy-runtime-api"
 1330version = "1.1.5"
 1331source = "registry+https://github.com/rust-lang/crates.io-index"
 1332checksum = "23165433e80c04e8c09cee66d171292ae7234bae05fa9d5636e33095eae416b2"
 1333dependencies = [
 1334 "aws-smithy-async",
 1335 "aws-smithy-types",
 1336 "bytes 1.5.0",
 1337 "http 0.2.9",
 1338 "pin-project-lite",
 1339 "tokio",
 1340 "tracing",
 1341 "zeroize",
 1342]
 1343
 1344[[package]]
 1345name = "aws-smithy-types"
 1346version = "1.1.5"
 1347source = "registry+https://github.com/rust-lang/crates.io-index"
 1348checksum = "c94a5bec34850b92c9a054dad57b95c1d47f25125f55973e19f6ad788f0381ff"
 1349dependencies = [
 1350 "base64-simd",
 1351 "bytes 1.5.0",
 1352 "bytes-utils",
 1353 "futures-core",
 1354 "http 0.2.9",
 1355 "http-body",
 1356 "itoa",
 1357 "num-integer",
 1358 "pin-project-lite",
 1359 "pin-utils",
 1360 "ryu",
 1361 "serde",
 1362 "time",
 1363 "tokio",
 1364 "tokio-util",
 1365]
 1366
 1367[[package]]
 1368name = "aws-smithy-xml"
 1369version = "0.60.5"
 1370source = "registry+https://github.com/rust-lang/crates.io-index"
 1371checksum = "d16f94c9673412b7a72e3c3efec8de89081c320bf59ea12eed34c417a62ad600"
 1372dependencies = [
 1373 "xmlparser",
 1374]
 1375
 1376[[package]]
 1377name = "aws-types"
 1378version = "1.1.5"
 1379source = "registry+https://github.com/rust-lang/crates.io-index"
 1380checksum = "0ff7e122ee50ca962e9de91f5850cc37e2184b1219611eef6d44aa85929b54f6"
 1381dependencies = [
 1382 "aws-credential-types",
 1383 "aws-smithy-async",
 1384 "aws-smithy-runtime-api",
 1385 "aws-smithy-types",
 1386 "http 0.2.9",
 1387 "rustc_version",
 1388 "tracing",
 1389]
 1390
 1391[[package]]
 1392name = "axum"
 1393version = "0.6.20"
 1394source = "registry+https://github.com/rust-lang/crates.io-index"
 1395checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1396dependencies = [
 1397 "async-trait",
 1398 "axum-core",
 1399 "base64 0.21.7",
 1400 "bitflags 1.3.2",
 1401 "bytes 1.5.0",
 1402 "futures-util",
 1403 "headers",
 1404 "http 0.2.9",
 1405 "http-body",
 1406 "hyper",
 1407 "itoa",
 1408 "matchit",
 1409 "memchr",
 1410 "mime",
 1411 "percent-encoding",
 1412 "pin-project-lite",
 1413 "rustversion",
 1414 "serde",
 1415 "serde_json",
 1416 "serde_path_to_error",
 1417 "serde_urlencoded",
 1418 "sha1",
 1419 "sync_wrapper",
 1420 "tokio",
 1421 "tokio-tungstenite",
 1422 "tower",
 1423 "tower-layer",
 1424 "tower-service",
 1425]
 1426
 1427[[package]]
 1428name = "axum-core"
 1429version = "0.3.4"
 1430source = "registry+https://github.com/rust-lang/crates.io-index"
 1431checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1432dependencies = [
 1433 "async-trait",
 1434 "bytes 1.5.0",
 1435 "futures-util",
 1436 "http 0.2.9",
 1437 "http-body",
 1438 "mime",
 1439 "rustversion",
 1440 "tower-layer",
 1441 "tower-service",
 1442]
 1443
 1444[[package]]
 1445name = "axum-extra"
 1446version = "0.4.2"
 1447source = "registry+https://github.com/rust-lang/crates.io-index"
 1448checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1449dependencies = [
 1450 "axum",
 1451 "bytes 1.5.0",
 1452 "futures-util",
 1453 "http 0.2.9",
 1454 "mime",
 1455 "pin-project-lite",
 1456 "serde",
 1457 "serde_json",
 1458 "tokio",
 1459 "tower",
 1460 "tower-http 0.3.5",
 1461 "tower-layer",
 1462 "tower-service",
 1463]
 1464
 1465[[package]]
 1466name = "backtrace"
 1467version = "0.3.73"
 1468source = "registry+https://github.com/rust-lang/crates.io-index"
 1469checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
 1470dependencies = [
 1471 "addr2line",
 1472 "cc",
 1473 "cfg-if",
 1474 "libc",
 1475 "miniz_oxide",
 1476 "object 0.36.2",
 1477 "rustc-demangle",
 1478]
 1479
 1480[[package]]
 1481name = "base16ct"
 1482version = "0.1.1"
 1483source = "registry+https://github.com/rust-lang/crates.io-index"
 1484checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1485
 1486[[package]]
 1487name = "base64"
 1488version = "0.13.1"
 1489source = "registry+https://github.com/rust-lang/crates.io-index"
 1490checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1491
 1492[[package]]
 1493name = "base64"
 1494version = "0.21.7"
 1495source = "registry+https://github.com/rust-lang/crates.io-index"
 1496checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1497
 1498[[package]]
 1499name = "base64"
 1500version = "0.22.1"
 1501source = "registry+https://github.com/rust-lang/crates.io-index"
 1502checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1503
 1504[[package]]
 1505name = "base64-simd"
 1506version = "0.8.0"
 1507source = "registry+https://github.com/rust-lang/crates.io-index"
 1508checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1509dependencies = [
 1510 "outref",
 1511 "vsimd",
 1512]
 1513
 1514[[package]]
 1515name = "base64ct"
 1516version = "1.6.0"
 1517source = "registry+https://github.com/rust-lang/crates.io-index"
 1518checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1519
 1520[[package]]
 1521name = "bigdecimal"
 1522version = "0.3.1"
 1523source = "registry+https://github.com/rust-lang/crates.io-index"
 1524checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
 1525dependencies = [
 1526 "num-bigint",
 1527 "num-integer",
 1528 "num-traits",
 1529]
 1530
 1531[[package]]
 1532name = "bincode"
 1533version = "1.3.3"
 1534source = "registry+https://github.com/rust-lang/crates.io-index"
 1535checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1536dependencies = [
 1537 "serde",
 1538]
 1539
 1540[[package]]
 1541name = "bindgen"
 1542version = "0.64.0"
 1543source = "registry+https://github.com/rust-lang/crates.io-index"
 1544checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
 1545dependencies = [
 1546 "bitflags 1.3.2",
 1547 "cexpr",
 1548 "clang-sys",
 1549 "lazy_static",
 1550 "lazycell",
 1551 "peeking_take_while",
 1552 "proc-macro2",
 1553 "quote",
 1554 "regex",
 1555 "rustc-hash",
 1556 "shlex",
 1557 "syn 1.0.109",
 1558]
 1559
 1560[[package]]
 1561name = "bindgen"
 1562version = "0.65.1"
 1563source = "registry+https://github.com/rust-lang/crates.io-index"
 1564checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
 1565dependencies = [
 1566 "bitflags 1.3.2",
 1567 "cexpr",
 1568 "clang-sys",
 1569 "lazy_static",
 1570 "lazycell",
 1571 "log",
 1572 "peeking_take_while",
 1573 "prettyplease",
 1574 "proc-macro2",
 1575 "quote",
 1576 "regex",
 1577 "rustc-hash",
 1578 "shlex",
 1579 "syn 2.0.59",
 1580 "which 4.4.2",
 1581]
 1582
 1583[[package]]
 1584name = "bit-set"
 1585version = "0.5.3"
 1586source = "registry+https://github.com/rust-lang/crates.io-index"
 1587checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1588dependencies = [
 1589 "bit-vec 0.6.3",
 1590]
 1591
 1592[[package]]
 1593name = "bit-set"
 1594version = "0.6.0"
 1595source = "registry+https://github.com/rust-lang/crates.io-index"
 1596checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
 1597dependencies = [
 1598 "bit-vec 0.7.0",
 1599]
 1600
 1601[[package]]
 1602name = "bit-vec"
 1603version = "0.6.3"
 1604source = "registry+https://github.com/rust-lang/crates.io-index"
 1605checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1606
 1607[[package]]
 1608name = "bit-vec"
 1609version = "0.7.0"
 1610source = "registry+https://github.com/rust-lang/crates.io-index"
 1611checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
 1612
 1613[[package]]
 1614name = "bit_field"
 1615version = "0.10.2"
 1616source = "registry+https://github.com/rust-lang/crates.io-index"
 1617checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1618
 1619[[package]]
 1620name = "bitflags"
 1621version = "1.3.2"
 1622source = "registry+https://github.com/rust-lang/crates.io-index"
 1623checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1624
 1625[[package]]
 1626name = "bitflags"
 1627version = "2.6.0"
 1628source = "registry+https://github.com/rust-lang/crates.io-index"
 1629checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
 1630dependencies = [
 1631 "serde",
 1632]
 1633
 1634[[package]]
 1635name = "bitstream-io"
 1636version = "2.4.2"
 1637source = "registry+https://github.com/rust-lang/crates.io-index"
 1638checksum = "415f8399438eb5e4b2f73ed3152a3448b98149dda642a957ee704e1daa5cf1d8"
 1639
 1640[[package]]
 1641name = "bitvec"
 1642version = "1.0.1"
 1643source = "registry+https://github.com/rust-lang/crates.io-index"
 1644checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1645dependencies = [
 1646 "funty",
 1647 "radium",
 1648 "tap",
 1649 "wyz",
 1650]
 1651
 1652[[package]]
 1653name = "blade-graphics"
 1654version = "0.4.0"
 1655source = "git+https://github.com/zed-industries/blade?rev=7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e#7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e"
 1656dependencies = [
 1657 "ash",
 1658 "ash-window",
 1659 "bitflags 2.6.0",
 1660 "block",
 1661 "bytemuck",
 1662 "codespan-reporting",
 1663 "core-graphics-types",
 1664 "glow",
 1665 "gpu-alloc",
 1666 "gpu-alloc-ash",
 1667 "hidden-trait",
 1668 "js-sys",
 1669 "khronos-egl",
 1670 "libloading 0.8.0",
 1671 "log",
 1672 "metal",
 1673 "mint",
 1674 "naga",
 1675 "objc",
 1676 "raw-window-handle 0.6.0",
 1677 "slab",
 1678 "wasm-bindgen",
 1679 "web-sys",
 1680]
 1681
 1682[[package]]
 1683name = "blade-macros"
 1684version = "0.2.1"
 1685source = "git+https://github.com/zed-industries/blade?rev=7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e#7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e"
 1686dependencies = [
 1687 "proc-macro2",
 1688 "quote",
 1689 "syn 2.0.59",
 1690]
 1691
 1692[[package]]
 1693name = "blade-util"
 1694version = "0.1.0"
 1695source = "git+https://github.com/zed-industries/blade?rev=7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e#7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e"
 1696dependencies = [
 1697 "blade-graphics",
 1698 "bytemuck",
 1699 "log",
 1700 "profiling",
 1701]
 1702
 1703[[package]]
 1704name = "block"
 1705version = "0.1.6"
 1706source = "registry+https://github.com/rust-lang/crates.io-index"
 1707checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 1708
 1709[[package]]
 1710name = "block-buffer"
 1711version = "0.10.4"
 1712source = "registry+https://github.com/rust-lang/crates.io-index"
 1713checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 1714dependencies = [
 1715 "generic-array",
 1716]
 1717
 1718[[package]]
 1719name = "block-padding"
 1720version = "0.3.3"
 1721source = "registry+https://github.com/rust-lang/crates.io-index"
 1722checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 1723dependencies = [
 1724 "generic-array",
 1725]
 1726
 1727[[package]]
 1728name = "blocking"
 1729version = "1.5.1"
 1730source = "registry+https://github.com/rust-lang/crates.io-index"
 1731checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
 1732dependencies = [
 1733 "async-channel 2.2.0",
 1734 "async-lock 3.3.0",
 1735 "async-task",
 1736 "fastrand 2.0.0",
 1737 "futures-io",
 1738 "futures-lite 2.2.0",
 1739 "piper",
 1740 "tracing",
 1741]
 1742
 1743[[package]]
 1744name = "borsh"
 1745version = "1.5.1"
 1746source = "registry+https://github.com/rust-lang/crates.io-index"
 1747checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
 1748dependencies = [
 1749 "borsh-derive",
 1750 "cfg_aliases 0.2.1",
 1751]
 1752
 1753[[package]]
 1754name = "borsh-derive"
 1755version = "1.5.1"
 1756source = "registry+https://github.com/rust-lang/crates.io-index"
 1757checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
 1758dependencies = [
 1759 "once_cell",
 1760 "proc-macro-crate 3.1.0",
 1761 "proc-macro2",
 1762 "quote",
 1763 "syn 2.0.59",
 1764 "syn_derive",
 1765]
 1766
 1767[[package]]
 1768name = "breadcrumbs"
 1769version = "0.1.0"
 1770dependencies = [
 1771 "editor",
 1772 "gpui",
 1773 "itertools 0.11.0",
 1774 "outline",
 1775 "theme",
 1776 "ui",
 1777 "workspace",
 1778]
 1779
 1780[[package]]
 1781name = "bstr"
 1782version = "1.6.2"
 1783source = "registry+https://github.com/rust-lang/crates.io-index"
 1784checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
 1785dependencies = [
 1786 "memchr",
 1787 "regex-automata 0.3.9",
 1788 "serde",
 1789]
 1790
 1791[[package]]
 1792name = "built"
 1793version = "0.7.3"
 1794source = "registry+https://github.com/rust-lang/crates.io-index"
 1795checksum = "c6a6c0b39c38fd754ac338b00a88066436389c0f029da5d37d1e01091d9b7c17"
 1796
 1797[[package]]
 1798name = "bumpalo"
 1799version = "3.14.0"
 1800source = "registry+https://github.com/rust-lang/crates.io-index"
 1801checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
 1802
 1803[[package]]
 1804name = "by_address"
 1805version = "1.2.1"
 1806source = "registry+https://github.com/rust-lang/crates.io-index"
 1807checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 1808
 1809[[package]]
 1810name = "bytecheck"
 1811version = "0.6.11"
 1812source = "registry+https://github.com/rust-lang/crates.io-index"
 1813checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
 1814dependencies = [
 1815 "bytecheck_derive",
 1816 "ptr_meta",
 1817 "simdutf8",
 1818]
 1819
 1820[[package]]
 1821name = "bytecheck_derive"
 1822version = "0.6.11"
 1823source = "registry+https://github.com/rust-lang/crates.io-index"
 1824checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
 1825dependencies = [
 1826 "proc-macro2",
 1827 "quote",
 1828 "syn 1.0.109",
 1829]
 1830
 1831[[package]]
 1832name = "bytemuck"
 1833version = "1.14.0"
 1834source = "registry+https://github.com/rust-lang/crates.io-index"
 1835checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
 1836dependencies = [
 1837 "bytemuck_derive",
 1838]
 1839
 1840[[package]]
 1841name = "bytemuck_derive"
 1842version = "1.5.0"
 1843source = "registry+https://github.com/rust-lang/crates.io-index"
 1844checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
 1845dependencies = [
 1846 "proc-macro2",
 1847 "quote",
 1848 "syn 2.0.59",
 1849]
 1850
 1851[[package]]
 1852name = "byteorder"
 1853version = "1.5.0"
 1854source = "registry+https://github.com/rust-lang/crates.io-index"
 1855checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 1856
 1857[[package]]
 1858name = "byteorder-lite"
 1859version = "0.1.0"
 1860source = "registry+https://github.com/rust-lang/crates.io-index"
 1861checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 1862
 1863[[package]]
 1864name = "bytes"
 1865version = "0.4.12"
 1866source = "registry+https://github.com/rust-lang/crates.io-index"
 1867checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 1868dependencies = [
 1869 "byteorder",
 1870 "iovec",
 1871]
 1872
 1873[[package]]
 1874name = "bytes"
 1875version = "1.5.0"
 1876source = "registry+https://github.com/rust-lang/crates.io-index"
 1877checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
 1878
 1879[[package]]
 1880name = "bytes-utils"
 1881version = "0.1.4"
 1882source = "registry+https://github.com/rust-lang/crates.io-index"
 1883checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 1884dependencies = [
 1885 "bytes 1.5.0",
 1886 "either",
 1887]
 1888
 1889[[package]]
 1890name = "call"
 1891version = "0.1.0"
 1892dependencies = [
 1893 "anyhow",
 1894 "audio",
 1895 "client",
 1896 "collections",
 1897 "fs",
 1898 "futures 0.3.28",
 1899 "gpui",
 1900 "http_client",
 1901 "language",
 1902 "live_kit_client",
 1903 "log",
 1904 "postage",
 1905 "project",
 1906 "schemars",
 1907 "serde",
 1908 "serde_derive",
 1909 "settings",
 1910 "util",
 1911]
 1912
 1913[[package]]
 1914name = "calloop"
 1915version = "0.13.0"
 1916source = "registry+https://github.com/rust-lang/crates.io-index"
 1917checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 1918dependencies = [
 1919 "bitflags 2.6.0",
 1920 "log",
 1921 "polling 3.3.2",
 1922 "rustix 0.38.32",
 1923 "slab",
 1924 "thiserror",
 1925]
 1926
 1927[[package]]
 1928name = "calloop-wayland-source"
 1929version = "0.3.0"
 1930source = "registry+https://github.com/rust-lang/crates.io-index"
 1931checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 1932dependencies = [
 1933 "calloop",
 1934 "rustix 0.38.32",
 1935 "wayland-backend",
 1936 "wayland-client",
 1937]
 1938
 1939[[package]]
 1940name = "camino"
 1941version = "1.1.7"
 1942source = "registry+https://github.com/rust-lang/crates.io-index"
 1943checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239"
 1944dependencies = [
 1945 "serde",
 1946]
 1947
 1948[[package]]
 1949name = "cap-fs-ext"
 1950version = "3.0.0"
 1951source = "registry+https://github.com/rust-lang/crates.io-index"
 1952checksum = "769f8cd02eb04d57f14e2e371ebb533f96817f9b2525d73a5c72b61ca7973747"
 1953dependencies = [
 1954 "cap-primitives",
 1955 "cap-std",
 1956 "io-lifetimes 2.0.3",
 1957 "windows-sys 0.52.0",
 1958]
 1959
 1960[[package]]
 1961name = "cap-net-ext"
 1962version = "3.0.0"
 1963source = "registry+https://github.com/rust-lang/crates.io-index"
 1964checksum = "59ff6d3fb274292a9af283417e383afe6ded1fe66f6472d2c781216d3d80c218"
 1965dependencies = [
 1966 "cap-primitives",
 1967 "cap-std",
 1968 "rustix 0.38.32",
 1969 "smallvec",
 1970]
 1971
 1972[[package]]
 1973name = "cap-primitives"
 1974version = "3.0.0"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "90a0b44fc796b1a84535a63753d50ba3972c4db55c7255c186f79140e63d56d0"
 1977dependencies = [
 1978 "ambient-authority",
 1979 "fs-set-times",
 1980 "io-extras",
 1981 "io-lifetimes 2.0.3",
 1982 "ipnet",
 1983 "maybe-owned",
 1984 "rustix 0.38.32",
 1985 "windows-sys 0.52.0",
 1986 "winx",
 1987]
 1988
 1989[[package]]
 1990name = "cap-rand"
 1991version = "3.0.0"
 1992source = "registry+https://github.com/rust-lang/crates.io-index"
 1993checksum = "4327f08daac33a99bb03c54ae18c8f32c3ba31c728a33ddf683c6c6a5043de68"
 1994dependencies = [
 1995 "ambient-authority",
 1996 "rand 0.8.5",
 1997]
 1998
 1999[[package]]
 2000name = "cap-std"
 2001version = "3.0.0"
 2002source = "registry+https://github.com/rust-lang/crates.io-index"
 2003checksum = "266626ce180cf9709f317d0bf9754e3a5006359d87f4bf792f06c9c5f1b63c0f"
 2004dependencies = [
 2005 "cap-primitives",
 2006 "io-extras",
 2007 "io-lifetimes 2.0.3",
 2008 "rustix 0.38.32",
 2009]
 2010
 2011[[package]]
 2012name = "cap-time-ext"
 2013version = "3.0.0"
 2014source = "registry+https://github.com/rust-lang/crates.io-index"
 2015checksum = "e1353421ba83c19da60726e35db0a89abef984b3be183ff6f58c5b8084fcd0c5"
 2016dependencies = [
 2017 "ambient-authority",
 2018 "cap-primitives",
 2019 "iana-time-zone",
 2020 "once_cell",
 2021 "rustix 0.38.32",
 2022 "winx",
 2023]
 2024
 2025[[package]]
 2026name = "cargo-platform"
 2027version = "0.1.8"
 2028source = "registry+https://github.com/rust-lang/crates.io-index"
 2029checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
 2030dependencies = [
 2031 "serde",
 2032]
 2033
 2034[[package]]
 2035name = "cargo_metadata"
 2036version = "0.18.1"
 2037source = "registry+https://github.com/rust-lang/crates.io-index"
 2038checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
 2039dependencies = [
 2040 "camino",
 2041 "cargo-platform",
 2042 "semver",
 2043 "serde",
 2044 "serde_json",
 2045 "thiserror",
 2046]
 2047
 2048[[package]]
 2049name = "cargo_toml"
 2050version = "0.20.4"
 2051source = "registry+https://github.com/rust-lang/crates.io-index"
 2052checksum = "ad639525b1c67b6a298f378417b060fbc04618bea559482a8484381cce27d965"
 2053dependencies = [
 2054 "serde",
 2055 "toml 0.8.16",
 2056]
 2057
 2058[[package]]
 2059name = "cast"
 2060version = "0.3.0"
 2061source = "registry+https://github.com/rust-lang/crates.io-index"
 2062checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2063
 2064[[package]]
 2065name = "castaway"
 2066version = "0.1.2"
 2067source = "registry+https://github.com/rust-lang/crates.io-index"
 2068checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
 2069
 2070[[package]]
 2071name = "cbc"
 2072version = "0.1.2"
 2073source = "registry+https://github.com/rust-lang/crates.io-index"
 2074checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2075dependencies = [
 2076 "cipher",
 2077]
 2078
 2079[[package]]
 2080name = "cbindgen"
 2081version = "0.26.0"
 2082source = "registry+https://github.com/rust-lang/crates.io-index"
 2083checksum = "da6bc11b07529f16944307272d5bd9b22530bc7d05751717c9d416586cedab49"
 2084dependencies = [
 2085 "heck 0.4.1",
 2086 "indexmap 1.9.3",
 2087 "log",
 2088 "proc-macro2",
 2089 "quote",
 2090 "serde",
 2091 "serde_json",
 2092 "syn 1.0.109",
 2093 "tempfile",
 2094 "toml 0.5.11",
 2095]
 2096
 2097[[package]]
 2098name = "cc"
 2099version = "1.0.106"
 2100source = "registry+https://github.com/rust-lang/crates.io-index"
 2101checksum = "066fce287b1d4eafef758e89e09d724a24808a9196fe9756b8ca90e86d0719a2"
 2102dependencies = [
 2103 "jobserver",
 2104 "libc",
 2105 "once_cell",
 2106]
 2107
 2108[[package]]
 2109name = "cesu8"
 2110version = "1.1.0"
 2111source = "registry+https://github.com/rust-lang/crates.io-index"
 2112checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2113
 2114[[package]]
 2115name = "cexpr"
 2116version = "0.6.0"
 2117source = "registry+https://github.com/rust-lang/crates.io-index"
 2118checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2119dependencies = [
 2120 "nom",
 2121]
 2122
 2123[[package]]
 2124name = "cfg-expr"
 2125version = "0.15.8"
 2126source = "registry+https://github.com/rust-lang/crates.io-index"
 2127checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2128dependencies = [
 2129 "smallvec",
 2130 "target-lexicon",
 2131]
 2132
 2133[[package]]
 2134name = "cfg-if"
 2135version = "1.0.0"
 2136source = "registry+https://github.com/rust-lang/crates.io-index"
 2137checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2138
 2139[[package]]
 2140name = "cfg_aliases"
 2141version = "0.1.1"
 2142source = "registry+https://github.com/rust-lang/crates.io-index"
 2143checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2144
 2145[[package]]
 2146name = "cfg_aliases"
 2147version = "0.2.1"
 2148source = "registry+https://github.com/rust-lang/crates.io-index"
 2149checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2150
 2151[[package]]
 2152name = "channel"
 2153version = "0.1.0"
 2154dependencies = [
 2155 "anyhow",
 2156 "client",
 2157 "clock",
 2158 "collections",
 2159 "futures 0.3.28",
 2160 "gpui",
 2161 "http_client",
 2162 "language",
 2163 "log",
 2164 "rand 0.8.5",
 2165 "release_channel",
 2166 "rpc",
 2167 "settings",
 2168 "sum_tree",
 2169 "text",
 2170 "time",
 2171 "util",
 2172]
 2173
 2174[[package]]
 2175name = "chrono"
 2176version = "0.4.38"
 2177source = "registry+https://github.com/rust-lang/crates.io-index"
 2178checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
 2179dependencies = [
 2180 "android-tzdata",
 2181 "iana-time-zone",
 2182 "js-sys",
 2183 "num-traits",
 2184 "serde",
 2185 "wasm-bindgen",
 2186 "windows-targets 0.52.6",
 2187]
 2188
 2189[[package]]
 2190name = "chunked_transfer"
 2191version = "1.4.1"
 2192source = "registry+https://github.com/rust-lang/crates.io-index"
 2193checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a"
 2194
 2195[[package]]
 2196name = "ciborium"
 2197version = "0.2.2"
 2198source = "registry+https://github.com/rust-lang/crates.io-index"
 2199checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2200dependencies = [
 2201 "ciborium-io",
 2202 "ciborium-ll",
 2203 "serde",
 2204]
 2205
 2206[[package]]
 2207name = "ciborium-io"
 2208version = "0.2.2"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2211
 2212[[package]]
 2213name = "ciborium-ll"
 2214version = "0.2.2"
 2215source = "registry+https://github.com/rust-lang/crates.io-index"
 2216checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2217dependencies = [
 2218 "ciborium-io",
 2219 "half",
 2220]
 2221
 2222[[package]]
 2223name = "cipher"
 2224version = "0.4.4"
 2225source = "registry+https://github.com/rust-lang/crates.io-index"
 2226checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2227dependencies = [
 2228 "crypto-common",
 2229 "inout",
 2230 "zeroize",
 2231]
 2232
 2233[[package]]
 2234name = "clang-sys"
 2235version = "1.6.1"
 2236source = "registry+https://github.com/rust-lang/crates.io-index"
 2237checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
 2238dependencies = [
 2239 "glob",
 2240 "libc",
 2241 "libloading 0.7.4",
 2242]
 2243
 2244[[package]]
 2245name = "clap"
 2246version = "4.4.4"
 2247source = "registry+https://github.com/rust-lang/crates.io-index"
 2248checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
 2249dependencies = [
 2250 "clap_builder",
 2251 "clap_derive",
 2252]
 2253
 2254[[package]]
 2255name = "clap_builder"
 2256version = "4.4.4"
 2257source = "registry+https://github.com/rust-lang/crates.io-index"
 2258checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
 2259dependencies = [
 2260 "anstream 0.5.0",
 2261 "anstyle",
 2262 "clap_lex",
 2263 "strsim 0.10.0",
 2264]
 2265
 2266[[package]]
 2267name = "clap_derive"
 2268version = "4.4.2"
 2269source = "registry+https://github.com/rust-lang/crates.io-index"
 2270checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
 2271dependencies = [
 2272 "heck 0.4.1",
 2273 "proc-macro2",
 2274 "quote",
 2275 "syn 2.0.59",
 2276]
 2277
 2278[[package]]
 2279name = "clap_lex"
 2280version = "0.5.1"
 2281source = "registry+https://github.com/rust-lang/crates.io-index"
 2282checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
 2283
 2284[[package]]
 2285name = "cli"
 2286version = "0.1.0"
 2287dependencies = [
 2288 "anyhow",
 2289 "clap",
 2290 "core-foundation",
 2291 "core-services",
 2292 "exec",
 2293 "fork",
 2294 "ipc-channel",
 2295 "once_cell",
 2296 "parking_lot",
 2297 "paths",
 2298 "plist",
 2299 "release_channel",
 2300 "serde",
 2301 "util",
 2302]
 2303
 2304[[package]]
 2305name = "clickhouse"
 2306version = "0.11.6"
 2307source = "registry+https://github.com/rust-lang/crates.io-index"
 2308checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
 2309dependencies = [
 2310 "bstr",
 2311 "bytes 1.5.0",
 2312 "clickhouse-derive",
 2313 "clickhouse-rs-cityhash-sys",
 2314 "futures 0.3.28",
 2315 "hyper",
 2316 "hyper-tls",
 2317 "lz4",
 2318 "sealed",
 2319 "serde",
 2320 "static_assertions",
 2321 "thiserror",
 2322 "tokio",
 2323 "url",
 2324]
 2325
 2326[[package]]
 2327name = "clickhouse-derive"
 2328version = "0.1.1"
 2329source = "registry+https://github.com/rust-lang/crates.io-index"
 2330checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
 2331dependencies = [
 2332 "proc-macro2",
 2333 "quote",
 2334 "serde_derive_internals",
 2335 "syn 1.0.109",
 2336]
 2337
 2338[[package]]
 2339name = "clickhouse-rs-cityhash-sys"
 2340version = "0.1.2"
 2341source = "registry+https://github.com/rust-lang/crates.io-index"
 2342checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
 2343dependencies = [
 2344 "cc",
 2345]
 2346
 2347[[package]]
 2348name = "client"
 2349version = "0.1.0"
 2350dependencies = [
 2351 "anyhow",
 2352 "async-native-tls",
 2353 "async-recursion 0.3.2",
 2354 "async-tungstenite",
 2355 "chrono",
 2356 "clock",
 2357 "cocoa",
 2358 "collections",
 2359 "feature_flags",
 2360 "fs",
 2361 "futures 0.3.28",
 2362 "gpui",
 2363 "http_client",
 2364 "lazy_static",
 2365 "log",
 2366 "once_cell",
 2367 "parking_lot",
 2368 "paths",
 2369 "postage",
 2370 "rand 0.8.5",
 2371 "release_channel",
 2372 "rpc",
 2373 "schemars",
 2374 "serde",
 2375 "serde_json",
 2376 "settings",
 2377 "sha2",
 2378 "smol",
 2379 "sysinfo",
 2380 "telemetry_events",
 2381 "tempfile",
 2382 "text",
 2383 "thiserror",
 2384 "time",
 2385 "tiny_http",
 2386 "url",
 2387 "util",
 2388 "windows 0.58.0",
 2389 "worktree",
 2390]
 2391
 2392[[package]]
 2393name = "clock"
 2394version = "0.1.0"
 2395dependencies = [
 2396 "chrono",
 2397 "parking_lot",
 2398 "serde",
 2399 "smallvec",
 2400]
 2401
 2402[[package]]
 2403name = "cobs"
 2404version = "0.2.3"
 2405source = "registry+https://github.com/rust-lang/crates.io-index"
 2406checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2407
 2408[[package]]
 2409name = "cocoa"
 2410version = "0.25.0"
 2411source = "registry+https://github.com/rust-lang/crates.io-index"
 2412checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2413dependencies = [
 2414 "bitflags 1.3.2",
 2415 "block",
 2416 "cocoa-foundation",
 2417 "core-foundation",
 2418 "core-graphics",
 2419 "foreign-types 0.5.0",
 2420 "libc",
 2421 "objc",
 2422]
 2423
 2424[[package]]
 2425name = "cocoa-foundation"
 2426version = "0.1.2"
 2427source = "registry+https://github.com/rust-lang/crates.io-index"
 2428checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2429dependencies = [
 2430 "bitflags 1.3.2",
 2431 "block",
 2432 "core-foundation",
 2433 "core-graphics-types",
 2434 "libc",
 2435 "objc",
 2436]
 2437
 2438[[package]]
 2439name = "codespan-reporting"
 2440version = "0.11.1"
 2441source = "registry+https://github.com/rust-lang/crates.io-index"
 2442checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2443dependencies = [
 2444 "termcolor",
 2445 "unicode-width",
 2446]
 2447
 2448[[package]]
 2449name = "collab"
 2450version = "0.44.0"
 2451dependencies = [
 2452 "anthropic",
 2453 "anyhow",
 2454 "assistant",
 2455 "async-stripe",
 2456 "async-trait",
 2457 "async-tungstenite",
 2458 "audio",
 2459 "aws-config",
 2460 "aws-sdk-s3",
 2461 "axum",
 2462 "axum-extra",
 2463 "base64 0.22.1",
 2464 "call",
 2465 "channel",
 2466 "chrono",
 2467 "clickhouse",
 2468 "client",
 2469 "clock",
 2470 "collab_ui",
 2471 "collections",
 2472 "completion",
 2473 "ctor",
 2474 "dashmap 6.0.1",
 2475 "dev_server_projects",
 2476 "editor",
 2477 "env_logger",
 2478 "envy",
 2479 "file_finder",
 2480 "fs",
 2481 "futures 0.3.28",
 2482 "git",
 2483 "git_hosting_providers",
 2484 "google_ai",
 2485 "gpui",
 2486 "headless",
 2487 "hex",
 2488 "http_client",
 2489 "indoc",
 2490 "language",
 2491 "language_model",
 2492 "live_kit_client",
 2493 "live_kit_server",
 2494 "log",
 2495 "lsp",
 2496 "menu",
 2497 "multi_buffer",
 2498 "nanoid",
 2499 "node_runtime",
 2500 "notifications",
 2501 "open_ai",
 2502 "parking_lot",
 2503 "pretty_assertions",
 2504 "project",
 2505 "prometheus",
 2506 "prost",
 2507 "rand 0.8.5",
 2508 "recent_projects",
 2509 "release_channel",
 2510 "remote",
 2511 "remote_server",
 2512 "reqwest",
 2513 "rpc",
 2514 "rustc-demangle",
 2515 "scrypt",
 2516 "sea-orm",
 2517 "semantic_version",
 2518 "semver",
 2519 "serde",
 2520 "serde_derive",
 2521 "serde_json",
 2522 "session",
 2523 "settings",
 2524 "sha2",
 2525 "sqlx",
 2526 "subtle",
 2527 "supermaven_api",
 2528 "telemetry_events",
 2529 "text",
 2530 "theme",
 2531 "time",
 2532 "tokio",
 2533 "toml 0.8.16",
 2534 "tower",
 2535 "tower-http 0.4.4",
 2536 "tracing",
 2537 "tracing-subscriber",
 2538 "unindent",
 2539 "util",
 2540 "uuid",
 2541 "workspace",
 2542 "worktree",
 2543]
 2544
 2545[[package]]
 2546name = "collab_ui"
 2547version = "0.1.0"
 2548dependencies = [
 2549 "anyhow",
 2550 "call",
 2551 "channel",
 2552 "chrono",
 2553 "client",
 2554 "collections",
 2555 "db",
 2556 "editor",
 2557 "emojis",
 2558 "futures 0.3.28",
 2559 "fuzzy",
 2560 "gpui",
 2561 "http_client",
 2562 "language",
 2563 "lazy_static",
 2564 "menu",
 2565 "notifications",
 2566 "parking_lot",
 2567 "picker",
 2568 "pretty_assertions",
 2569 "project",
 2570 "release_channel",
 2571 "rich_text",
 2572 "rpc",
 2573 "schemars",
 2574 "serde",
 2575 "serde_derive",
 2576 "serde_json",
 2577 "settings",
 2578 "smallvec",
 2579 "story",
 2580 "theme",
 2581 "time",
 2582 "time_format",
 2583 "title_bar",
 2584 "tree-sitter-md",
 2585 "ui",
 2586 "util",
 2587 "vcs_menu",
 2588 "workspace",
 2589]
 2590
 2591[[package]]
 2592name = "collections"
 2593version = "0.1.0"
 2594dependencies = [
 2595 "rustc-hash",
 2596]
 2597
 2598[[package]]
 2599name = "color_quant"
 2600version = "1.1.0"
 2601source = "registry+https://github.com/rust-lang/crates.io-index"
 2602checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 2603
 2604[[package]]
 2605name = "colorchoice"
 2606version = "1.0.0"
 2607source = "registry+https://github.com/rust-lang/crates.io-index"
 2608checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
 2609
 2610[[package]]
 2611name = "combine"
 2612version = "4.6.6"
 2613source = "registry+https://github.com/rust-lang/crates.io-index"
 2614checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
 2615dependencies = [
 2616 "bytes 1.5.0",
 2617 "memchr",
 2618]
 2619
 2620[[package]]
 2621name = "command_palette"
 2622version = "0.1.0"
 2623dependencies = [
 2624 "client",
 2625 "collections",
 2626 "command_palette_hooks",
 2627 "ctor",
 2628 "editor",
 2629 "env_logger",
 2630 "fuzzy",
 2631 "go_to_line",
 2632 "gpui",
 2633 "language",
 2634 "menu",
 2635 "picker",
 2636 "postage",
 2637 "project",
 2638 "serde",
 2639 "serde_json",
 2640 "settings",
 2641 "theme",
 2642 "ui",
 2643 "util",
 2644 "workspace",
 2645 "zed_actions",
 2646]
 2647
 2648[[package]]
 2649name = "command_palette_hooks"
 2650version = "0.1.0"
 2651dependencies = [
 2652 "collections",
 2653 "derive_more",
 2654 "gpui",
 2655]
 2656
 2657[[package]]
 2658name = "completion"
 2659version = "0.1.0"
 2660dependencies = [
 2661 "anyhow",
 2662 "ctor",
 2663 "editor",
 2664 "env_logger",
 2665 "futures 0.3.28",
 2666 "gpui",
 2667 "language",
 2668 "language_model",
 2669 "project",
 2670 "rand 0.8.5",
 2671 "schemars",
 2672 "serde",
 2673 "serde_json",
 2674 "settings",
 2675 "smol",
 2676 "text",
 2677 "ui",
 2678 "unindent",
 2679]
 2680
 2681[[package]]
 2682name = "concurrent-queue"
 2683version = "2.2.0"
 2684source = "registry+https://github.com/rust-lang/crates.io-index"
 2685checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
 2686dependencies = [
 2687 "crossbeam-utils",
 2688]
 2689
 2690[[package]]
 2691name = "console"
 2692version = "0.15.7"
 2693source = "registry+https://github.com/rust-lang/crates.io-index"
 2694checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
 2695dependencies = [
 2696 "encode_unicode",
 2697 "lazy_static",
 2698 "libc",
 2699 "unicode-width",
 2700 "windows-sys 0.45.0",
 2701]
 2702
 2703[[package]]
 2704name = "const-oid"
 2705version = "0.9.5"
 2706source = "registry+https://github.com/rust-lang/crates.io-index"
 2707checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
 2708
 2709[[package]]
 2710name = "const-random"
 2711version = "0.1.18"
 2712source = "registry+https://github.com/rust-lang/crates.io-index"
 2713checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 2714dependencies = [
 2715 "const-random-macro",
 2716]
 2717
 2718[[package]]
 2719name = "const-random-macro"
 2720version = "0.1.16"
 2721source = "registry+https://github.com/rust-lang/crates.io-index"
 2722checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 2723dependencies = [
 2724 "getrandom 0.2.10",
 2725 "once_cell",
 2726 "tiny-keccak",
 2727]
 2728
 2729[[package]]
 2730name = "convert_case"
 2731version = "0.4.0"
 2732source = "registry+https://github.com/rust-lang/crates.io-index"
 2733checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 2734
 2735[[package]]
 2736name = "convert_case"
 2737version = "0.6.0"
 2738source = "registry+https://github.com/rust-lang/crates.io-index"
 2739checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 2740dependencies = [
 2741 "unicode-segmentation",
 2742]
 2743
 2744[[package]]
 2745name = "copilot"
 2746version = "0.1.0"
 2747dependencies = [
 2748 "anyhow",
 2749 "async-compression",
 2750 "async-std",
 2751 "async-tar",
 2752 "chrono",
 2753 "client",
 2754 "clock",
 2755 "collections",
 2756 "command_palette_hooks",
 2757 "editor",
 2758 "fs",
 2759 "futures 0.3.28",
 2760 "gpui",
 2761 "http_client",
 2762 "indoc",
 2763 "isahc",
 2764 "language",
 2765 "lsp",
 2766 "menu",
 2767 "node_runtime",
 2768 "parking_lot",
 2769 "paths",
 2770 "project",
 2771 "rpc",
 2772 "schemars",
 2773 "serde",
 2774 "serde_json",
 2775 "settings",
 2776 "smol",
 2777 "strum",
 2778 "task",
 2779 "theme",
 2780 "ui",
 2781 "util",
 2782 "workspace",
 2783]
 2784
 2785[[package]]
 2786name = "core-foundation"
 2787version = "0.9.4"
 2788source = "registry+https://github.com/rust-lang/crates.io-index"
 2789checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 2790dependencies = [
 2791 "core-foundation-sys 0.8.6",
 2792 "libc",
 2793]
 2794
 2795[[package]]
 2796name = "core-foundation-sys"
 2797version = "0.6.2"
 2798source = "registry+https://github.com/rust-lang/crates.io-index"
 2799checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
 2800
 2801[[package]]
 2802name = "core-foundation-sys"
 2803version = "0.8.6"
 2804source = "registry+https://github.com/rust-lang/crates.io-index"
 2805checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
 2806
 2807[[package]]
 2808name = "core-graphics"
 2809version = "0.23.1"
 2810source = "registry+https://github.com/rust-lang/crates.io-index"
 2811checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212"
 2812dependencies = [
 2813 "bitflags 1.3.2",
 2814 "core-foundation",
 2815 "core-graphics-types",
 2816 "foreign-types 0.5.0",
 2817 "libc",
 2818]
 2819
 2820[[package]]
 2821name = "core-graphics-types"
 2822version = "0.1.3"
 2823source = "registry+https://github.com/rust-lang/crates.io-index"
 2824checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 2825dependencies = [
 2826 "bitflags 1.3.2",
 2827 "core-foundation",
 2828 "libc",
 2829]
 2830
 2831[[package]]
 2832name = "core-services"
 2833version = "0.2.1"
 2834source = "registry+https://github.com/rust-lang/crates.io-index"
 2835checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 2836dependencies = [
 2837 "core-foundation",
 2838]
 2839
 2840[[package]]
 2841name = "core-text"
 2842version = "20.1.0"
 2843source = "registry+https://github.com/rust-lang/crates.io-index"
 2844checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 2845dependencies = [
 2846 "core-foundation",
 2847 "core-graphics",
 2848 "foreign-types 0.5.0",
 2849 "libc",
 2850]
 2851
 2852[[package]]
 2853name = "coreaudio-rs"
 2854version = "0.11.2"
 2855source = "registry+https://github.com/rust-lang/crates.io-index"
 2856checksum = "cb17e2d1795b1996419648915df94bc7103c28f7b48062d7acf4652fc371b2ff"
 2857dependencies = [
 2858 "bitflags 1.3.2",
 2859 "core-foundation-sys 0.6.2",
 2860 "coreaudio-sys",
 2861]
 2862
 2863[[package]]
 2864name = "coreaudio-sys"
 2865version = "0.2.12"
 2866source = "registry+https://github.com/rust-lang/crates.io-index"
 2867checksum = "f034b2258e6c4ade2f73bf87b21047567fb913ee9550837c2316d139b0262b24"
 2868dependencies = [
 2869 "bindgen 0.64.0",
 2870]
 2871
 2872[[package]]
 2873name = "cosmic-text"
 2874version = "0.11.2"
 2875source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
 2876dependencies = [
 2877 "bitflags 2.6.0",
 2878 "fontdb",
 2879 "log",
 2880 "rangemap",
 2881 "rayon",
 2882 "rustc-hash",
 2883 "rustybuzz",
 2884 "self_cell",
 2885 "swash",
 2886 "sys-locale",
 2887 "ttf-parser",
 2888 "unicode-bidi",
 2889 "unicode-linebreak",
 2890 "unicode-script",
 2891 "unicode-segmentation",
 2892]
 2893
 2894[[package]]
 2895name = "cpal"
 2896version = "0.15.2"
 2897source = "registry+https://github.com/rust-lang/crates.io-index"
 2898checksum = "6d959d90e938c5493000514b446987c07aed46c668faaa7d34d6c7a67b1a578c"
 2899dependencies = [
 2900 "alsa",
 2901 "core-foundation-sys 0.8.6",
 2902 "coreaudio-rs",
 2903 "dasp_sample",
 2904 "jni 0.19.0",
 2905 "js-sys",
 2906 "libc",
 2907 "mach2",
 2908 "ndk",
 2909 "ndk-context",
 2910 "oboe",
 2911 "once_cell",
 2912 "parking_lot",
 2913 "wasm-bindgen",
 2914 "wasm-bindgen-futures",
 2915 "web-sys",
 2916 "windows 0.46.0",
 2917]
 2918
 2919[[package]]
 2920name = "cpp_demangle"
 2921version = "0.4.3"
 2922source = "registry+https://github.com/rust-lang/crates.io-index"
 2923checksum = "7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119"
 2924dependencies = [
 2925 "cfg-if",
 2926]
 2927
 2928[[package]]
 2929name = "cpufeatures"
 2930version = "0.2.9"
 2931source = "registry+https://github.com/rust-lang/crates.io-index"
 2932checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
 2933dependencies = [
 2934 "libc",
 2935]
 2936
 2937[[package]]
 2938name = "cranelift-bforest"
 2939version = "0.108.1"
 2940source = "registry+https://github.com/rust-lang/crates.io-index"
 2941checksum = "29daf137addc15da6bab6eae2c4a11e274b1d270bf2759508e62f6145e863ef6"
 2942dependencies = [
 2943 "cranelift-entity",
 2944]
 2945
 2946[[package]]
 2947name = "cranelift-codegen"
 2948version = "0.108.1"
 2949source = "registry+https://github.com/rust-lang/crates.io-index"
 2950checksum = "de619867d5de4c644b7fd9904d6e3295269c93d8a71013df796ab338681222d4"
 2951dependencies = [
 2952 "bumpalo",
 2953 "cranelift-bforest",
 2954 "cranelift-codegen-meta",
 2955 "cranelift-codegen-shared",
 2956 "cranelift-control",
 2957 "cranelift-entity",
 2958 "cranelift-isle",
 2959 "gimli 0.28.0",
 2960 "hashbrown 0.14.5",
 2961 "log",
 2962 "regalloc2",
 2963 "rustc-hash",
 2964 "smallvec",
 2965 "target-lexicon",
 2966]
 2967
 2968[[package]]
 2969name = "cranelift-codegen-meta"
 2970version = "0.108.1"
 2971source = "registry+https://github.com/rust-lang/crates.io-index"
 2972checksum = "29f5cf277490037d8dae9513d35e0ee8134670ae4a964a5ed5b198d4249d7c10"
 2973dependencies = [
 2974 "cranelift-codegen-shared",
 2975]
 2976
 2977[[package]]
 2978name = "cranelift-codegen-shared"
 2979version = "0.108.1"
 2980source = "registry+https://github.com/rust-lang/crates.io-index"
 2981checksum = "8c3e22ecad1123343a3c09ac6ecc532bb5c184b6fcb7888df0ea953727f79924"
 2982
 2983[[package]]
 2984name = "cranelift-control"
 2985version = "0.108.1"
 2986source = "registry+https://github.com/rust-lang/crates.io-index"
 2987checksum = "53ca3ec6d30bce84ccf59c81fead4d16381a3ef0ef75e8403bc1e7385980da09"
 2988dependencies = [
 2989 "arbitrary",
 2990]
 2991
 2992[[package]]
 2993name = "cranelift-entity"
 2994version = "0.108.1"
 2995source = "registry+https://github.com/rust-lang/crates.io-index"
 2996checksum = "7eabb8d36b0ca8906bec93c78ea516741cac2d7e6b266fa7b0ffddcc09004990"
 2997dependencies = [
 2998 "serde",
 2999 "serde_derive",
 3000]
 3001
 3002[[package]]
 3003name = "cranelift-frontend"
 3004version = "0.108.1"
 3005source = "registry+https://github.com/rust-lang/crates.io-index"
 3006checksum = "44b42630229e49a8cfcae90bdc43c8c4c08f7a7aa4618b67f79265cd2f996dd2"
 3007dependencies = [
 3008 "cranelift-codegen",
 3009 "log",
 3010 "smallvec",
 3011 "target-lexicon",
 3012]
 3013
 3014[[package]]
 3015name = "cranelift-isle"
 3016version = "0.108.1"
 3017source = "registry+https://github.com/rust-lang/crates.io-index"
 3018checksum = "918d1e36361805dfe0b6cdfd5a5ffdb5d03fa796170c5717d2727cbe623b93a0"
 3019
 3020[[package]]
 3021name = "cranelift-native"
 3022version = "0.108.1"
 3023source = "registry+https://github.com/rust-lang/crates.io-index"
 3024checksum = "75aea85a0d7e1800b14ce9d3f53adf8ad4d1ee8a9e23b0269bdc50285e93b9b3"
 3025dependencies = [
 3026 "cranelift-codegen",
 3027 "libc",
 3028 "target-lexicon",
 3029]
 3030
 3031[[package]]
 3032name = "cranelift-wasm"
 3033version = "0.108.1"
 3034source = "registry+https://github.com/rust-lang/crates.io-index"
 3035checksum = "dac491fd3473944781f0cf9528c90cc899d18ad438da21961a839a3a44d57dfb"
 3036dependencies = [
 3037 "cranelift-codegen",
 3038 "cranelift-entity",
 3039 "cranelift-frontend",
 3040 "itertools 0.12.1",
 3041 "log",
 3042 "smallvec",
 3043 "wasmparser 0.207.0",
 3044 "wasmtime-types",
 3045]
 3046
 3047[[package]]
 3048name = "crc"
 3049version = "3.0.1"
 3050source = "registry+https://github.com/rust-lang/crates.io-index"
 3051checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
 3052dependencies = [
 3053 "crc-catalog",
 3054]
 3055
 3056[[package]]
 3057name = "crc-catalog"
 3058version = "2.2.0"
 3059source = "registry+https://github.com/rust-lang/crates.io-index"
 3060checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
 3061
 3062[[package]]
 3063name = "crc32c"
 3064version = "0.6.5"
 3065source = "registry+https://github.com/rust-lang/crates.io-index"
 3066checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2"
 3067dependencies = [
 3068 "rustc_version",
 3069]
 3070
 3071[[package]]
 3072name = "crc32fast"
 3073version = "1.3.2"
 3074source = "registry+https://github.com/rust-lang/crates.io-index"
 3075checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
 3076dependencies = [
 3077 "cfg-if",
 3078]
 3079
 3080[[package]]
 3081name = "criterion"
 3082version = "0.5.1"
 3083source = "registry+https://github.com/rust-lang/crates.io-index"
 3084checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3085dependencies = [
 3086 "anes",
 3087 "cast",
 3088 "ciborium",
 3089 "clap",
 3090 "criterion-plot",
 3091 "is-terminal",
 3092 "itertools 0.10.5",
 3093 "num-traits",
 3094 "once_cell",
 3095 "oorandom",
 3096 "plotters",
 3097 "rayon",
 3098 "regex",
 3099 "serde",
 3100 "serde_derive",
 3101 "serde_json",
 3102 "tinytemplate",
 3103 "walkdir",
 3104]
 3105
 3106[[package]]
 3107name = "criterion-plot"
 3108version = "0.5.0"
 3109source = "registry+https://github.com/rust-lang/crates.io-index"
 3110checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3111dependencies = [
 3112 "cast",
 3113 "itertools 0.10.5",
 3114]
 3115
 3116[[package]]
 3117name = "crossbeam-channel"
 3118version = "0.5.8"
 3119source = "registry+https://github.com/rust-lang/crates.io-index"
 3120checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
 3121dependencies = [
 3122 "cfg-if",
 3123 "crossbeam-utils",
 3124]
 3125
 3126[[package]]
 3127name = "crossbeam-deque"
 3128version = "0.8.3"
 3129source = "registry+https://github.com/rust-lang/crates.io-index"
 3130checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
 3131dependencies = [
 3132 "cfg-if",
 3133 "crossbeam-epoch",
 3134 "crossbeam-utils",
 3135]
 3136
 3137[[package]]
 3138name = "crossbeam-epoch"
 3139version = "0.9.15"
 3140source = "registry+https://github.com/rust-lang/crates.io-index"
 3141checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
 3142dependencies = [
 3143 "autocfg",
 3144 "cfg-if",
 3145 "crossbeam-utils",
 3146 "memoffset",
 3147 "scopeguard",
 3148]
 3149
 3150[[package]]
 3151name = "crossbeam-queue"
 3152version = "0.3.8"
 3153source = "registry+https://github.com/rust-lang/crates.io-index"
 3154checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
 3155dependencies = [
 3156 "cfg-if",
 3157 "crossbeam-utils",
 3158]
 3159
 3160[[package]]
 3161name = "crossbeam-utils"
 3162version = "0.8.16"
 3163source = "registry+https://github.com/rust-lang/crates.io-index"
 3164checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
 3165dependencies = [
 3166 "cfg-if",
 3167]
 3168
 3169[[package]]
 3170name = "crunchy"
 3171version = "0.2.2"
 3172source = "registry+https://github.com/rust-lang/crates.io-index"
 3173checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3174
 3175[[package]]
 3176name = "crypto-bigint"
 3177version = "0.4.9"
 3178source = "registry+https://github.com/rust-lang/crates.io-index"
 3179checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3180dependencies = [
 3181 "generic-array",
 3182 "rand_core 0.6.4",
 3183 "subtle",
 3184 "zeroize",
 3185]
 3186
 3187[[package]]
 3188name = "crypto-bigint"
 3189version = "0.5.5"
 3190source = "registry+https://github.com/rust-lang/crates.io-index"
 3191checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3192dependencies = [
 3193 "rand_core 0.6.4",
 3194 "subtle",
 3195]
 3196
 3197[[package]]
 3198name = "crypto-common"
 3199version = "0.1.6"
 3200source = "registry+https://github.com/rust-lang/crates.io-index"
 3201checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3202dependencies = [
 3203 "generic-array",
 3204 "rand_core 0.6.4",
 3205 "typenum",
 3206]
 3207
 3208[[package]]
 3209name = "ctor"
 3210version = "0.2.8"
 3211source = "registry+https://github.com/rust-lang/crates.io-index"
 3212checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
 3213dependencies = [
 3214 "quote",
 3215 "syn 2.0.59",
 3216]
 3217
 3218[[package]]
 3219name = "ctrlc"
 3220version = "3.4.4"
 3221source = "registry+https://github.com/rust-lang/crates.io-index"
 3222checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
 3223dependencies = [
 3224 "nix 0.28.0",
 3225 "windows-sys 0.52.0",
 3226]
 3227
 3228[[package]]
 3229name = "curl"
 3230version = "0.4.44"
 3231source = "registry+https://github.com/rust-lang/crates.io-index"
 3232checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
 3233dependencies = [
 3234 "curl-sys",
 3235 "libc",
 3236 "openssl-probe",
 3237 "openssl-sys",
 3238 "schannel",
 3239 "socket2 0.4.9",
 3240 "winapi",
 3241]
 3242
 3243[[package]]
 3244name = "curl-sys"
 3245version = "0.4.67+curl-8.3.0"
 3246source = "registry+https://github.com/rust-lang/crates.io-index"
 3247checksum = "3cc35d066510b197a0f72de863736641539957628c8a42e70e27c66849e77c34"
 3248dependencies = [
 3249 "cc",
 3250 "libc",
 3251 "libz-sys",
 3252 "openssl-sys",
 3253 "pkg-config",
 3254 "vcpkg",
 3255 "windows-sys 0.48.0",
 3256]
 3257
 3258[[package]]
 3259name = "cursor-icon"
 3260version = "1.1.0"
 3261source = "registry+https://github.com/rust-lang/crates.io-index"
 3262checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3263
 3264[[package]]
 3265name = "dashmap"
 3266version = "5.5.3"
 3267source = "registry+https://github.com/rust-lang/crates.io-index"
 3268checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3269dependencies = [
 3270 "cfg-if",
 3271 "hashbrown 0.14.5",
 3272 "lock_api",
 3273 "once_cell",
 3274 "parking_lot_core",
 3275]
 3276
 3277[[package]]
 3278name = "dashmap"
 3279version = "6.0.1"
 3280source = "registry+https://github.com/rust-lang/crates.io-index"
 3281checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
 3282dependencies = [
 3283 "cfg-if",
 3284 "crossbeam-utils",
 3285 "hashbrown 0.14.5",
 3286 "lock_api",
 3287 "once_cell",
 3288 "parking_lot_core",
 3289]
 3290
 3291[[package]]
 3292name = "dasp_sample"
 3293version = "0.11.0"
 3294source = "registry+https://github.com/rust-lang/crates.io-index"
 3295checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3296
 3297[[package]]
 3298name = "data-encoding"
 3299version = "2.5.0"
 3300source = "registry+https://github.com/rust-lang/crates.io-index"
 3301checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
 3302
 3303[[package]]
 3304name = "data-url"
 3305version = "0.3.1"
 3306source = "registry+https://github.com/rust-lang/crates.io-index"
 3307checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3308
 3309[[package]]
 3310name = "db"
 3311version = "0.1.0"
 3312dependencies = [
 3313 "anyhow",
 3314 "gpui",
 3315 "indoc",
 3316 "lazy_static",
 3317 "log",
 3318 "paths",
 3319 "release_channel",
 3320 "smol",
 3321 "sqlez",
 3322 "sqlez_macros",
 3323 "tempfile",
 3324 "util",
 3325]
 3326
 3327[[package]]
 3328name = "deflate64"
 3329version = "0.1.8"
 3330source = "registry+https://github.com/rust-lang/crates.io-index"
 3331checksum = "83ace6c86376be0b6cdcf3fb41882e81d94b31587573d1cfa9d01cd06bba210d"
 3332
 3333[[package]]
 3334name = "der"
 3335version = "0.6.1"
 3336source = "registry+https://github.com/rust-lang/crates.io-index"
 3337checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 3338dependencies = [
 3339 "const-oid",
 3340 "zeroize",
 3341]
 3342
 3343[[package]]
 3344name = "der"
 3345version = "0.7.8"
 3346source = "registry+https://github.com/rust-lang/crates.io-index"
 3347checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
 3348dependencies = [
 3349 "const-oid",
 3350 "pem-rfc7468",
 3351 "zeroize",
 3352]
 3353
 3354[[package]]
 3355name = "deranged"
 3356version = "0.3.11"
 3357source = "registry+https://github.com/rust-lang/crates.io-index"
 3358checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
 3359dependencies = [
 3360 "powerfmt",
 3361 "serde",
 3362]
 3363
 3364[[package]]
 3365name = "derivative"
 3366version = "2.2.0"
 3367source = "registry+https://github.com/rust-lang/crates.io-index"
 3368checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
 3369dependencies = [
 3370 "proc-macro2",
 3371 "quote",
 3372 "syn 1.0.109",
 3373]
 3374
 3375[[package]]
 3376name = "derive_more"
 3377version = "0.99.18"
 3378source = "registry+https://github.com/rust-lang/crates.io-index"
 3379checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
 3380dependencies = [
 3381 "convert_case 0.4.0",
 3382 "proc-macro2",
 3383 "quote",
 3384 "rustc_version",
 3385 "syn 2.0.59",
 3386]
 3387
 3388[[package]]
 3389name = "derive_refineable"
 3390version = "0.1.0"
 3391dependencies = [
 3392 "proc-macro2",
 3393 "quote",
 3394 "syn 1.0.109",
 3395]
 3396
 3397[[package]]
 3398name = "dev_server_projects"
 3399version = "0.1.0"
 3400dependencies = [
 3401 "anyhow",
 3402 "client",
 3403 "gpui",
 3404 "rpc",
 3405 "serde",
 3406 "serde_json",
 3407]
 3408
 3409[[package]]
 3410name = "diagnostics"
 3411version = "0.1.0"
 3412dependencies = [
 3413 "anyhow",
 3414 "client",
 3415 "collections",
 3416 "ctor",
 3417 "editor",
 3418 "env_logger",
 3419 "feature_flags",
 3420 "futures 0.3.28",
 3421 "gpui",
 3422 "language",
 3423 "log",
 3424 "lsp",
 3425 "multi_buffer",
 3426 "pretty_assertions",
 3427 "project",
 3428 "rand 0.8.5",
 3429 "schemars",
 3430 "serde",
 3431 "serde_json",
 3432 "settings",
 3433 "theme",
 3434 "ui",
 3435 "unindent",
 3436 "util",
 3437 "workspace",
 3438]
 3439
 3440[[package]]
 3441name = "dialoguer"
 3442version = "0.11.0"
 3443source = "registry+https://github.com/rust-lang/crates.io-index"
 3444checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 3445dependencies = [
 3446 "console",
 3447 "fuzzy-matcher",
 3448 "shell-words",
 3449 "tempfile",
 3450 "thiserror",
 3451 "zeroize",
 3452]
 3453
 3454[[package]]
 3455name = "diff"
 3456version = "0.1.13"
 3457source = "registry+https://github.com/rust-lang/crates.io-index"
 3458checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 3459
 3460[[package]]
 3461name = "digest"
 3462version = "0.10.7"
 3463source = "registry+https://github.com/rust-lang/crates.io-index"
 3464checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 3465dependencies = [
 3466 "block-buffer",
 3467 "const-oid",
 3468 "crypto-common",
 3469 "subtle",
 3470]
 3471
 3472[[package]]
 3473name = "dirs"
 3474version = "4.0.0"
 3475source = "registry+https://github.com/rust-lang/crates.io-index"
 3476checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 3477dependencies = [
 3478 "dirs-sys 0.3.7",
 3479]
 3480
 3481[[package]]
 3482name = "dirs"
 3483version = "5.0.1"
 3484source = "registry+https://github.com/rust-lang/crates.io-index"
 3485checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 3486dependencies = [
 3487 "dirs-sys 0.4.1",
 3488]
 3489
 3490[[package]]
 3491name = "dirs-sys"
 3492version = "0.3.7"
 3493source = "registry+https://github.com/rust-lang/crates.io-index"
 3494checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 3495dependencies = [
 3496 "libc",
 3497 "redox_users",
 3498 "winapi",
 3499]
 3500
 3501[[package]]
 3502name = "dirs-sys"
 3503version = "0.4.1"
 3504source = "registry+https://github.com/rust-lang/crates.io-index"
 3505checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 3506dependencies = [
 3507 "libc",
 3508 "option-ext",
 3509 "redox_users",
 3510 "windows-sys 0.48.0",
 3511]
 3512
 3513[[package]]
 3514name = "dlib"
 3515version = "0.5.2"
 3516source = "registry+https://github.com/rust-lang/crates.io-index"
 3517checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 3518dependencies = [
 3519 "libloading 0.8.0",
 3520]
 3521
 3522[[package]]
 3523name = "dotenvy"
 3524version = "0.15.7"
 3525source = "registry+https://github.com/rust-lang/crates.io-index"
 3526checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 3527
 3528[[package]]
 3529name = "downcast-rs"
 3530version = "1.2.0"
 3531source = "registry+https://github.com/rust-lang/crates.io-index"
 3532checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
 3533
 3534[[package]]
 3535name = "doxygen-rs"
 3536version = "0.4.2"
 3537source = "registry+https://github.com/rust-lang/crates.io-index"
 3538checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 3539dependencies = [
 3540 "phf",
 3541]
 3542
 3543[[package]]
 3544name = "dwrote"
 3545version = "0.11.0"
 3546source = "registry+https://github.com/rust-lang/crates.io-index"
 3547checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
 3548dependencies = [
 3549 "lazy_static",
 3550 "libc",
 3551 "winapi",
 3552 "wio",
 3553]
 3554
 3555[[package]]
 3556name = "dyn-clone"
 3557version = "1.0.14"
 3558source = "registry+https://github.com/rust-lang/crates.io-index"
 3559checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd"
 3560
 3561[[package]]
 3562name = "ecdsa"
 3563version = "0.14.8"
 3564source = "registry+https://github.com/rust-lang/crates.io-index"
 3565checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 3566dependencies = [
 3567 "der 0.6.1",
 3568 "elliptic-curve",
 3569 "rfc6979",
 3570 "signature 1.6.4",
 3571]
 3572
 3573[[package]]
 3574name = "editor"
 3575version = "0.1.0"
 3576dependencies = [
 3577 "aho-corasick",
 3578 "anyhow",
 3579 "assets",
 3580 "chrono",
 3581 "client",
 3582 "clock",
 3583 "collections",
 3584 "convert_case 0.6.0",
 3585 "ctor",
 3586 "db",
 3587 "emojis",
 3588 "env_logger",
 3589 "file_icons",
 3590 "futures 0.3.28",
 3591 "fuzzy",
 3592 "git",
 3593 "gpui",
 3594 "http_client",
 3595 "indoc",
 3596 "itertools 0.11.0",
 3597 "language",
 3598 "lazy_static",
 3599 "linkify",
 3600 "log",
 3601 "lsp",
 3602 "markdown",
 3603 "multi_buffer",
 3604 "ordered-float 2.10.0",
 3605 "parking_lot",
 3606 "project",
 3607 "rand 0.8.5",
 3608 "release_channel",
 3609 "rpc",
 3610 "schemars",
 3611 "serde",
 3612 "serde_json",
 3613 "settings",
 3614 "smallvec",
 3615 "smol",
 3616 "snippet",
 3617 "sum_tree",
 3618 "task",
 3619 "text",
 3620 "theme",
 3621 "time",
 3622 "time_format",
 3623 "tree-sitter-html",
 3624 "tree-sitter-rust",
 3625 "tree-sitter-typescript",
 3626 "ui",
 3627 "unindent",
 3628 "url",
 3629 "util",
 3630 "workspace",
 3631]
 3632
 3633[[package]]
 3634name = "either"
 3635version = "1.9.0"
 3636source = "registry+https://github.com/rust-lang/crates.io-index"
 3637checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
 3638dependencies = [
 3639 "serde",
 3640]
 3641
 3642[[package]]
 3643name = "elliptic-curve"
 3644version = "0.12.3"
 3645source = "registry+https://github.com/rust-lang/crates.io-index"
 3646checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 3647dependencies = [
 3648 "base16ct",
 3649 "crypto-bigint 0.4.9",
 3650 "der 0.6.1",
 3651 "digest",
 3652 "ff",
 3653 "generic-array",
 3654 "group",
 3655 "pkcs8 0.9.0",
 3656 "rand_core 0.6.4",
 3657 "sec1",
 3658 "subtle",
 3659 "zeroize",
 3660]
 3661
 3662[[package]]
 3663name = "embed-resource"
 3664version = "2.4.2"
 3665source = "registry+https://github.com/rust-lang/crates.io-index"
 3666checksum = "c6985554d0688b687c5cb73898a34fbe3ad6c24c58c238a4d91d5e840670ee9d"
 3667dependencies = [
 3668 "cc",
 3669 "memchr",
 3670 "rustc_version",
 3671 "toml 0.8.16",
 3672 "vswhom",
 3673 "winreg 0.52.0",
 3674]
 3675
 3676[[package]]
 3677name = "embedded-io"
 3678version = "0.4.0"
 3679source = "registry+https://github.com/rust-lang/crates.io-index"
 3680checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 3681
 3682[[package]]
 3683name = "emojis"
 3684version = "0.6.1"
 3685source = "registry+https://github.com/rust-lang/crates.io-index"
 3686checksum = "4ee61eb945bff65ee7d19d157d39c67c33290ff0742907413fd5eefd29edc979"
 3687dependencies = [
 3688 "phf",
 3689]
 3690
 3691[[package]]
 3692name = "encode_unicode"
 3693version = "0.3.6"
 3694source = "registry+https://github.com/rust-lang/crates.io-index"
 3695checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 3696
 3697[[package]]
 3698name = "encoding_rs"
 3699version = "0.8.33"
 3700source = "registry+https://github.com/rust-lang/crates.io-index"
 3701checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
 3702dependencies = [
 3703 "cfg-if",
 3704]
 3705
 3706[[package]]
 3707name = "endi"
 3708version = "1.1.0"
 3709source = "registry+https://github.com/rust-lang/crates.io-index"
 3710checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 3711
 3712[[package]]
 3713name = "enumflags2"
 3714version = "0.7.9"
 3715source = "registry+https://github.com/rust-lang/crates.io-index"
 3716checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"
 3717dependencies = [
 3718 "enumflags2_derive",
 3719 "serde",
 3720]
 3721
 3722[[package]]
 3723name = "enumflags2_derive"
 3724version = "0.7.9"
 3725source = "registry+https://github.com/rust-lang/crates.io-index"
 3726checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
 3727dependencies = [
 3728 "proc-macro2",
 3729 "quote",
 3730 "syn 2.0.59",
 3731]
 3732
 3733[[package]]
 3734name = "env_filter"
 3735version = "0.1.2"
 3736source = "registry+https://github.com/rust-lang/crates.io-index"
 3737checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 3738dependencies = [
 3739 "log",
 3740 "regex",
 3741]
 3742
 3743[[package]]
 3744name = "env_logger"
 3745version = "0.11.5"
 3746source = "registry+https://github.com/rust-lang/crates.io-index"
 3747checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
 3748dependencies = [
 3749 "anstream 0.6.15",
 3750 "anstyle",
 3751 "env_filter",
 3752 "humantime",
 3753 "log",
 3754]
 3755
 3756[[package]]
 3757name = "envy"
 3758version = "0.4.2"
 3759source = "registry+https://github.com/rust-lang/crates.io-index"
 3760checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 3761dependencies = [
 3762 "serde",
 3763]
 3764
 3765[[package]]
 3766name = "equivalent"
 3767version = "1.0.1"
 3768source = "registry+https://github.com/rust-lang/crates.io-index"
 3769checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 3770
 3771[[package]]
 3772name = "erased-serde"
 3773version = "0.4.5"
 3774source = "registry+https://github.com/rust-lang/crates.io-index"
 3775checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 3776dependencies = [
 3777 "serde",
 3778 "typeid",
 3779]
 3780
 3781[[package]]
 3782name = "errno"
 3783version = "0.2.8"
 3784source = "registry+https://github.com/rust-lang/crates.io-index"
 3785checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 3786dependencies = [
 3787 "errno-dragonfly",
 3788 "libc",
 3789 "winapi",
 3790]
 3791
 3792[[package]]
 3793name = "errno"
 3794version = "0.3.8"
 3795source = "registry+https://github.com/rust-lang/crates.io-index"
 3796checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
 3797dependencies = [
 3798 "libc",
 3799 "windows-sys 0.52.0",
 3800]
 3801
 3802[[package]]
 3803name = "errno-dragonfly"
 3804version = "0.1.2"
 3805source = "registry+https://github.com/rust-lang/crates.io-index"
 3806checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 3807dependencies = [
 3808 "cc",
 3809 "libc",
 3810]
 3811
 3812[[package]]
 3813name = "etagere"
 3814version = "0.2.8"
 3815source = "registry+https://github.com/rust-lang/crates.io-index"
 3816checksum = "fcf22f748754352918e082e0039335ee92454a5d62bcaf69b5e8daf5907d9644"
 3817dependencies = [
 3818 "euclid",
 3819 "svg_fmt",
 3820]
 3821
 3822[[package]]
 3823name = "etcetera"
 3824version = "0.8.0"
 3825source = "registry+https://github.com/rust-lang/crates.io-index"
 3826checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 3827dependencies = [
 3828 "cfg-if",
 3829 "home",
 3830 "windows-sys 0.48.0",
 3831]
 3832
 3833[[package]]
 3834name = "euclid"
 3835version = "0.22.9"
 3836source = "registry+https://github.com/rust-lang/crates.io-index"
 3837checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
 3838dependencies = [
 3839 "num-traits",
 3840]
 3841
 3842[[package]]
 3843name = "event-listener"
 3844version = "2.5.3"
 3845source = "registry+https://github.com/rust-lang/crates.io-index"
 3846checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 3847
 3848[[package]]
 3849name = "event-listener"
 3850version = "4.0.3"
 3851source = "registry+https://github.com/rust-lang/crates.io-index"
 3852checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
 3853dependencies = [
 3854 "concurrent-queue",
 3855 "parking",
 3856 "pin-project-lite",
 3857]
 3858
 3859[[package]]
 3860name = "event-listener"
 3861version = "5.1.0"
 3862source = "registry+https://github.com/rust-lang/crates.io-index"
 3863checksum = "b7ad6fd685ce13acd6d9541a30f6db6567a7a24c9ffd4ba2955d29e3f22c8b27"
 3864dependencies = [
 3865 "concurrent-queue",
 3866 "parking",
 3867 "pin-project-lite",
 3868]
 3869
 3870[[package]]
 3871name = "event-listener-strategy"
 3872version = "0.4.0"
 3873source = "registry+https://github.com/rust-lang/crates.io-index"
 3874checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
 3875dependencies = [
 3876 "event-listener 4.0.3",
 3877 "pin-project-lite",
 3878]
 3879
 3880[[package]]
 3881name = "event-listener-strategy"
 3882version = "0.5.0"
 3883source = "registry+https://github.com/rust-lang/crates.io-index"
 3884checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291"
 3885dependencies = [
 3886 "event-listener 5.1.0",
 3887 "pin-project-lite",
 3888]
 3889
 3890[[package]]
 3891name = "exec"
 3892version = "0.3.1"
 3893source = "registry+https://github.com/rust-lang/crates.io-index"
 3894checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 3895dependencies = [
 3896 "errno 0.2.8",
 3897 "libc",
 3898]
 3899
 3900[[package]]
 3901name = "exr"
 3902version = "1.72.0"
 3903source = "registry+https://github.com/rust-lang/crates.io-index"
 3904checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
 3905dependencies = [
 3906 "bit_field",
 3907 "flume",
 3908 "half",
 3909 "lebe",
 3910 "miniz_oxide",
 3911 "rayon-core",
 3912 "smallvec",
 3913 "zune-inflate",
 3914]
 3915
 3916[[package]]
 3917name = "extension"
 3918version = "0.1.0"
 3919dependencies = [
 3920 "anyhow",
 3921 "assistant_slash_command",
 3922 "async-compression",
 3923 "async-tar",
 3924 "async-trait",
 3925 "client",
 3926 "collections",
 3927 "ctor",
 3928 "env_logger",
 3929 "fs",
 3930 "futures 0.3.28",
 3931 "gpui",
 3932 "http_client",
 3933 "indexed_docs",
 3934 "isahc",
 3935 "language",
 3936 "log",
 3937 "lsp",
 3938 "node_runtime",
 3939 "parking_lot",
 3940 "paths",
 3941 "project",
 3942 "release_channel",
 3943 "schemars",
 3944 "semantic_version",
 3945 "serde",
 3946 "serde_json",
 3947 "serde_json_lenient",
 3948 "settings",
 3949 "snippet_provider",
 3950 "task",
 3951 "theme",
 3952 "toml 0.8.16",
 3953 "ui",
 3954 "url",
 3955 "util",
 3956 "wasm-encoder 0.201.0",
 3957 "wasmparser 0.201.0",
 3958 "wasmtime",
 3959 "wasmtime-wasi",
 3960 "wit-component",
 3961 "workspace",
 3962]
 3963
 3964[[package]]
 3965name = "extension_cli"
 3966version = "0.1.0"
 3967dependencies = [
 3968 "anyhow",
 3969 "clap",
 3970 "env_logger",
 3971 "extension",
 3972 "fs",
 3973 "http_client",
 3974 "language",
 3975 "log",
 3976 "rpc",
 3977 "serde",
 3978 "serde_json",
 3979 "theme",
 3980 "tokio",
 3981 "toml 0.8.16",
 3982 "tree-sitter",
 3983 "wasmtime",
 3984]
 3985
 3986[[package]]
 3987name = "extensions_ui"
 3988version = "0.1.0"
 3989dependencies = [
 3990 "anyhow",
 3991 "client",
 3992 "collections",
 3993 "db",
 3994 "editor",
 3995 "extension",
 3996 "fs",
 3997 "fuzzy",
 3998 "gpui",
 3999 "language",
 4000 "num-format",
 4001 "picker",
 4002 "project",
 4003 "release_channel",
 4004 "semantic_version",
 4005 "serde",
 4006 "settings",
 4007 "smallvec",
 4008 "theme",
 4009 "theme_selector",
 4010 "ui",
 4011 "util",
 4012 "vim",
 4013 "workspace",
 4014]
 4015
 4016[[package]]
 4017name = "fallible-iterator"
 4018version = "0.3.0"
 4019source = "registry+https://github.com/rust-lang/crates.io-index"
 4020checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4021
 4022[[package]]
 4023name = "fancy-regex"
 4024version = "0.12.0"
 4025source = "registry+https://github.com/rust-lang/crates.io-index"
 4026checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
 4027dependencies = [
 4028 "bit-set 0.5.3",
 4029 "regex",
 4030]
 4031
 4032[[package]]
 4033name = "fast-srgb8"
 4034version = "1.0.0"
 4035source = "registry+https://github.com/rust-lang/crates.io-index"
 4036checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4037
 4038[[package]]
 4039name = "fastrand"
 4040version = "1.9.0"
 4041source = "registry+https://github.com/rust-lang/crates.io-index"
 4042checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4043dependencies = [
 4044 "instant",
 4045]
 4046
 4047[[package]]
 4048name = "fastrand"
 4049version = "2.0.0"
 4050source = "registry+https://github.com/rust-lang/crates.io-index"
 4051checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
 4052
 4053[[package]]
 4054name = "fd-lock"
 4055version = "4.0.2"
 4056source = "registry+https://github.com/rust-lang/crates.io-index"
 4057checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4058dependencies = [
 4059 "cfg-if",
 4060 "rustix 0.38.32",
 4061 "windows-sys 0.52.0",
 4062]
 4063
 4064[[package]]
 4065name = "fdeflate"
 4066version = "0.3.4"
 4067source = "registry+https://github.com/rust-lang/crates.io-index"
 4068checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
 4069dependencies = [
 4070 "simd-adler32",
 4071]
 4072
 4073[[package]]
 4074name = "feature_flags"
 4075version = "0.1.0"
 4076dependencies = [
 4077 "gpui",
 4078]
 4079
 4080[[package]]
 4081name = "feedback"
 4082version = "0.1.0"
 4083dependencies = [
 4084 "anyhow",
 4085 "bitflags 2.6.0",
 4086 "client",
 4087 "db",
 4088 "editor",
 4089 "futures 0.3.28",
 4090 "gpui",
 4091 "http_client",
 4092 "human_bytes",
 4093 "isahc",
 4094 "language",
 4095 "log",
 4096 "menu",
 4097 "project",
 4098 "regex",
 4099 "release_channel",
 4100 "serde",
 4101 "serde_derive",
 4102 "serde_json",
 4103 "smol",
 4104 "sysinfo",
 4105 "ui",
 4106 "urlencoding",
 4107 "util",
 4108 "workspace",
 4109]
 4110
 4111[[package]]
 4112name = "ff"
 4113version = "0.12.1"
 4114source = "registry+https://github.com/rust-lang/crates.io-index"
 4115checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4116dependencies = [
 4117 "rand_core 0.6.4",
 4118 "subtle",
 4119]
 4120
 4121[[package]]
 4122name = "file_finder"
 4123version = "0.1.0"
 4124dependencies = [
 4125 "anyhow",
 4126 "collections",
 4127 "ctor",
 4128 "editor",
 4129 "env_logger",
 4130 "futures 0.3.28",
 4131 "fuzzy",
 4132 "gpui",
 4133 "itertools 0.11.0",
 4134 "language",
 4135 "menu",
 4136 "picker",
 4137 "project",
 4138 "serde",
 4139 "serde_json",
 4140 "settings",
 4141 "text",
 4142 "theme",
 4143 "ui",
 4144 "util",
 4145 "workspace",
 4146]
 4147
 4148[[package]]
 4149name = "file_icons"
 4150version = "0.1.0"
 4151dependencies = [
 4152 "collections",
 4153 "gpui",
 4154 "serde",
 4155 "serde_derive",
 4156 "serde_json",
 4157 "util",
 4158]
 4159
 4160[[package]]
 4161name = "filedescriptor"
 4162version = "0.8.2"
 4163source = "registry+https://github.com/rust-lang/crates.io-index"
 4164checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
 4165dependencies = [
 4166 "libc",
 4167 "thiserror",
 4168 "winapi",
 4169]
 4170
 4171[[package]]
 4172name = "filetime"
 4173version = "0.2.22"
 4174source = "registry+https://github.com/rust-lang/crates.io-index"
 4175checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
 4176dependencies = [
 4177 "cfg-if",
 4178 "libc",
 4179 "redox_syscall 0.3.5",
 4180 "windows-sys 0.48.0",
 4181]
 4182
 4183[[package]]
 4184name = "finl_unicode"
 4185version = "1.2.0"
 4186source = "registry+https://github.com/rust-lang/crates.io-index"
 4187checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
 4188
 4189[[package]]
 4190name = "fixedbitset"
 4191version = "0.4.2"
 4192source = "registry+https://github.com/rust-lang/crates.io-index"
 4193checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 4194
 4195[[package]]
 4196name = "flate2"
 4197version = "1.0.27"
 4198source = "registry+https://github.com/rust-lang/crates.io-index"
 4199checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
 4200dependencies = [
 4201 "crc32fast",
 4202 "miniz_oxide",
 4203]
 4204
 4205[[package]]
 4206name = "float-cmp"
 4207version = "0.9.0"
 4208source = "registry+https://github.com/rust-lang/crates.io-index"
 4209checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 4210
 4211[[package]]
 4212name = "float-ord"
 4213version = "0.3.2"
 4214source = "registry+https://github.com/rust-lang/crates.io-index"
 4215checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 4216
 4217[[package]]
 4218name = "flume"
 4219version = "0.11.0"
 4220source = "registry+https://github.com/rust-lang/crates.io-index"
 4221checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
 4222dependencies = [
 4223 "futures-core",
 4224 "futures-sink",
 4225 "nanorand",
 4226 "spin 0.9.8",
 4227]
 4228
 4229[[package]]
 4230name = "fnv"
 4231version = "1.0.7"
 4232source = "registry+https://github.com/rust-lang/crates.io-index"
 4233checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 4234
 4235[[package]]
 4236name = "font-kit"
 4237version = "0.14.1"
 4238source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 4239dependencies = [
 4240 "bitflags 2.6.0",
 4241 "byteorder",
 4242 "core-foundation",
 4243 "core-graphics",
 4244 "core-text",
 4245 "dirs 5.0.1",
 4246 "dwrote",
 4247 "float-ord",
 4248 "freetype-sys",
 4249 "lazy_static",
 4250 "libc",
 4251 "log",
 4252 "pathfinder_geometry",
 4253 "pathfinder_simd",
 4254 "walkdir",
 4255 "winapi",
 4256 "yeslogic-fontconfig-sys",
 4257]
 4258
 4259[[package]]
 4260name = "font-types"
 4261version = "0.5.5"
 4262source = "registry+https://github.com/rust-lang/crates.io-index"
 4263checksum = "34fd7136aca682873d859ef34494ab1a7d3f57ecd485ed40eb6437ee8c85aa29"
 4264dependencies = [
 4265 "bytemuck",
 4266]
 4267
 4268[[package]]
 4269name = "fontconfig-parser"
 4270version = "0.5.6"
 4271source = "registry+https://github.com/rust-lang/crates.io-index"
 4272checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d"
 4273dependencies = [
 4274 "roxmltree",
 4275]
 4276
 4277[[package]]
 4278name = "fontdb"
 4279version = "0.18.0"
 4280source = "registry+https://github.com/rust-lang/crates.io-index"
 4281checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
 4282dependencies = [
 4283 "fontconfig-parser",
 4284 "log",
 4285 "memmap2",
 4286 "slotmap",
 4287 "tinyvec",
 4288 "ttf-parser",
 4289]
 4290
 4291[[package]]
 4292name = "foreign-types"
 4293version = "0.3.2"
 4294source = "registry+https://github.com/rust-lang/crates.io-index"
 4295checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 4296dependencies = [
 4297 "foreign-types-shared 0.1.1",
 4298]
 4299
 4300[[package]]
 4301name = "foreign-types"
 4302version = "0.5.0"
 4303source = "registry+https://github.com/rust-lang/crates.io-index"
 4304checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 4305dependencies = [
 4306 "foreign-types-macros",
 4307 "foreign-types-shared 0.3.1",
 4308]
 4309
 4310[[package]]
 4311name = "foreign-types-macros"
 4312version = "0.2.3"
 4313source = "registry+https://github.com/rust-lang/crates.io-index"
 4314checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 4315dependencies = [
 4316 "proc-macro2",
 4317 "quote",
 4318 "syn 2.0.59",
 4319]
 4320
 4321[[package]]
 4322name = "foreign-types-shared"
 4323version = "0.1.1"
 4324source = "registry+https://github.com/rust-lang/crates.io-index"
 4325checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 4326
 4327[[package]]
 4328name = "foreign-types-shared"
 4329version = "0.3.1"
 4330source = "registry+https://github.com/rust-lang/crates.io-index"
 4331checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 4332
 4333[[package]]
 4334name = "fork"
 4335version = "0.1.23"
 4336source = "registry+https://github.com/rust-lang/crates.io-index"
 4337checksum = "60e74d3423998a57e9d906e49252fb79eb4a04d5cdfe188fb1b7ff9fc076a8ed"
 4338dependencies = [
 4339 "libc",
 4340]
 4341
 4342[[package]]
 4343name = "form_urlencoded"
 4344version = "1.2.1"
 4345source = "registry+https://github.com/rust-lang/crates.io-index"
 4346checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 4347dependencies = [
 4348 "percent-encoding",
 4349]
 4350
 4351[[package]]
 4352name = "freetype-sys"
 4353version = "0.20.1"
 4354source = "registry+https://github.com/rust-lang/crates.io-index"
 4355checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 4356dependencies = [
 4357 "cc",
 4358 "libc",
 4359 "pkg-config",
 4360]
 4361
 4362[[package]]
 4363name = "fs"
 4364version = "0.1.0"
 4365dependencies = [
 4366 "anyhow",
 4367 "ashpd",
 4368 "async-tar",
 4369 "async-trait",
 4370 "cocoa",
 4371 "collections",
 4372 "fsevent",
 4373 "futures 0.3.28",
 4374 "git",
 4375 "git2",
 4376 "gpui",
 4377 "lazy_static",
 4378 "libc",
 4379 "notify",
 4380 "objc",
 4381 "parking_lot",
 4382 "paths",
 4383 "rope",
 4384 "serde",
 4385 "serde_json",
 4386 "smol",
 4387 "tempfile",
 4388 "text",
 4389 "time",
 4390 "util",
 4391 "windows 0.58.0",
 4392]
 4393
 4394[[package]]
 4395name = "fs-set-times"
 4396version = "0.20.1"
 4397source = "registry+https://github.com/rust-lang/crates.io-index"
 4398checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
 4399dependencies = [
 4400 "io-lifetimes 2.0.3",
 4401 "rustix 0.38.32",
 4402 "windows-sys 0.52.0",
 4403]
 4404
 4405[[package]]
 4406name = "fsevent"
 4407version = "0.1.0"
 4408dependencies = [
 4409 "bitflags 2.6.0",
 4410 "core-foundation",
 4411 "fsevent-sys 3.1.0",
 4412 "parking_lot",
 4413 "tempfile",
 4414]
 4415
 4416[[package]]
 4417name = "fsevent-sys"
 4418version = "3.1.0"
 4419source = "registry+https://github.com/rust-lang/crates.io-index"
 4420checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 4421dependencies = [
 4422 "libc",
 4423]
 4424
 4425[[package]]
 4426name = "fsevent-sys"
 4427version = "4.1.0"
 4428source = "registry+https://github.com/rust-lang/crates.io-index"
 4429checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 4430dependencies = [
 4431 "libc",
 4432]
 4433
 4434[[package]]
 4435name = "funty"
 4436version = "2.0.0"
 4437source = "registry+https://github.com/rust-lang/crates.io-index"
 4438checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 4439
 4440[[package]]
 4441name = "futf"
 4442version = "0.1.5"
 4443source = "registry+https://github.com/rust-lang/crates.io-index"
 4444checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 4445dependencies = [
 4446 "mac",
 4447 "new_debug_unreachable",
 4448]
 4449
 4450[[package]]
 4451name = "futures"
 4452version = "0.1.31"
 4453source = "registry+https://github.com/rust-lang/crates.io-index"
 4454checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 4455
 4456[[package]]
 4457name = "futures"
 4458version = "0.3.28"
 4459source = "registry+https://github.com/rust-lang/crates.io-index"
 4460checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
 4461dependencies = [
 4462 "futures-channel",
 4463 "futures-core",
 4464 "futures-executor",
 4465 "futures-io",
 4466 "futures-sink",
 4467 "futures-task",
 4468 "futures-util",
 4469]
 4470
 4471[[package]]
 4472name = "futures-batch"
 4473version = "0.6.1"
 4474source = "registry+https://github.com/rust-lang/crates.io-index"
 4475checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 4476dependencies = [
 4477 "futures 0.3.28",
 4478 "futures-timer",
 4479 "pin-utils",
 4480]
 4481
 4482[[package]]
 4483name = "futures-channel"
 4484version = "0.3.30"
 4485source = "registry+https://github.com/rust-lang/crates.io-index"
 4486checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
 4487dependencies = [
 4488 "futures-core",
 4489 "futures-sink",
 4490]
 4491
 4492[[package]]
 4493name = "futures-core"
 4494version = "0.3.30"
 4495source = "registry+https://github.com/rust-lang/crates.io-index"
 4496checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
 4497
 4498[[package]]
 4499name = "futures-executor"
 4500version = "0.3.28"
 4501source = "registry+https://github.com/rust-lang/crates.io-index"
 4502checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
 4503dependencies = [
 4504 "futures-core",
 4505 "futures-task",
 4506 "futures-util",
 4507]
 4508
 4509[[package]]
 4510name = "futures-intrusive"
 4511version = "0.5.0"
 4512source = "registry+https://github.com/rust-lang/crates.io-index"
 4513checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 4514dependencies = [
 4515 "futures-core",
 4516 "lock_api",
 4517 "parking_lot",
 4518]
 4519
 4520[[package]]
 4521name = "futures-io"
 4522version = "0.3.30"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
 4525
 4526[[package]]
 4527name = "futures-lite"
 4528version = "1.13.0"
 4529source = "registry+https://github.com/rust-lang/crates.io-index"
 4530checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 4531dependencies = [
 4532 "fastrand 1.9.0",
 4533 "futures-core",
 4534 "futures-io",
 4535 "memchr",
 4536 "parking",
 4537 "pin-project-lite",
 4538 "waker-fn",
 4539]
 4540
 4541[[package]]
 4542name = "futures-lite"
 4543version = "2.2.0"
 4544source = "registry+https://github.com/rust-lang/crates.io-index"
 4545checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
 4546dependencies = [
 4547 "fastrand 2.0.0",
 4548 "futures-core",
 4549 "futures-io",
 4550 "parking",
 4551 "pin-project-lite",
 4552]
 4553
 4554[[package]]
 4555name = "futures-macro"
 4556version = "0.3.30"
 4557source = "registry+https://github.com/rust-lang/crates.io-index"
 4558checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
 4559dependencies = [
 4560 "proc-macro2",
 4561 "quote",
 4562 "syn 2.0.59",
 4563]
 4564
 4565[[package]]
 4566name = "futures-sink"
 4567version = "0.3.30"
 4568source = "registry+https://github.com/rust-lang/crates.io-index"
 4569checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
 4570
 4571[[package]]
 4572name = "futures-task"
 4573version = "0.3.30"
 4574source = "registry+https://github.com/rust-lang/crates.io-index"
 4575checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
 4576
 4577[[package]]
 4578name = "futures-timer"
 4579version = "3.0.3"
 4580source = "registry+https://github.com/rust-lang/crates.io-index"
 4581checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 4582
 4583[[package]]
 4584name = "futures-util"
 4585version = "0.3.30"
 4586source = "registry+https://github.com/rust-lang/crates.io-index"
 4587checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
 4588dependencies = [
 4589 "futures 0.1.31",
 4590 "futures-channel",
 4591 "futures-core",
 4592 "futures-io",
 4593 "futures-macro",
 4594 "futures-sink",
 4595 "futures-task",
 4596 "memchr",
 4597 "pin-project-lite",
 4598 "pin-utils",
 4599 "slab",
 4600 "tokio-io",
 4601]
 4602
 4603[[package]]
 4604name = "fuzzy"
 4605version = "0.1.0"
 4606dependencies = [
 4607 "gpui",
 4608 "util",
 4609]
 4610
 4611[[package]]
 4612name = "fuzzy-matcher"
 4613version = "0.3.7"
 4614source = "registry+https://github.com/rust-lang/crates.io-index"
 4615checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 4616dependencies = [
 4617 "thread_local",
 4618]
 4619
 4620[[package]]
 4621name = "generic-array"
 4622version = "0.14.7"
 4623source = "registry+https://github.com/rust-lang/crates.io-index"
 4624checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 4625dependencies = [
 4626 "typenum",
 4627 "version_check",
 4628]
 4629
 4630[[package]]
 4631name = "gethostname"
 4632version = "0.4.3"
 4633source = "registry+https://github.com/rust-lang/crates.io-index"
 4634checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 4635dependencies = [
 4636 "libc",
 4637 "windows-targets 0.48.5",
 4638]
 4639
 4640[[package]]
 4641name = "getrandom"
 4642version = "0.1.16"
 4643source = "registry+https://github.com/rust-lang/crates.io-index"
 4644checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 4645dependencies = [
 4646 "cfg-if",
 4647 "libc",
 4648 "wasi 0.9.0+wasi-snapshot-preview1",
 4649]
 4650
 4651[[package]]
 4652name = "getrandom"
 4653version = "0.2.10"
 4654source = "registry+https://github.com/rust-lang/crates.io-index"
 4655checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
 4656dependencies = [
 4657 "cfg-if",
 4658 "js-sys",
 4659 "libc",
 4660 "wasi 0.11.0+wasi-snapshot-preview1",
 4661 "wasm-bindgen",
 4662]
 4663
 4664[[package]]
 4665name = "gif"
 4666version = "0.13.1"
 4667source = "registry+https://github.com/rust-lang/crates.io-index"
 4668checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 4669dependencies = [
 4670 "color_quant",
 4671 "weezl",
 4672]
 4673
 4674[[package]]
 4675name = "gimli"
 4676version = "0.28.0"
 4677source = "registry+https://github.com/rust-lang/crates.io-index"
 4678checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
 4679dependencies = [
 4680 "fallible-iterator",
 4681 "indexmap 2.2.6",
 4682 "stable_deref_trait",
 4683]
 4684
 4685[[package]]
 4686name = "gimli"
 4687version = "0.29.0"
 4688source = "registry+https://github.com/rust-lang/crates.io-index"
 4689checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
 4690
 4691[[package]]
 4692name = "git"
 4693version = "0.1.0"
 4694dependencies = [
 4695 "anyhow",
 4696 "async-trait",
 4697 "clock",
 4698 "collections",
 4699 "derive_more",
 4700 "git2",
 4701 "gpui",
 4702 "http_client",
 4703 "lazy_static",
 4704 "log",
 4705 "parking_lot",
 4706 "pretty_assertions",
 4707 "rope",
 4708 "serde",
 4709 "serde_json",
 4710 "smol",
 4711 "sum_tree",
 4712 "text",
 4713 "time",
 4714 "unindent",
 4715 "url",
 4716 "util",
 4717 "windows 0.58.0",
 4718]
 4719
 4720[[package]]
 4721name = "git2"
 4722version = "0.19.0"
 4723source = "registry+https://github.com/rust-lang/crates.io-index"
 4724checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
 4725dependencies = [
 4726 "bitflags 2.6.0",
 4727 "libc",
 4728 "libgit2-sys",
 4729 "log",
 4730 "url",
 4731]
 4732
 4733[[package]]
 4734name = "git_hosting_providers"
 4735version = "0.1.0"
 4736dependencies = [
 4737 "anyhow",
 4738 "async-trait",
 4739 "futures 0.3.28",
 4740 "git",
 4741 "gpui",
 4742 "http_client",
 4743 "isahc",
 4744 "pretty_assertions",
 4745 "regex",
 4746 "serde",
 4747 "serde_json",
 4748 "unindent",
 4749 "url",
 4750]
 4751
 4752[[package]]
 4753name = "glob"
 4754version = "0.3.1"
 4755source = "registry+https://github.com/rust-lang/crates.io-index"
 4756checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 4757
 4758[[package]]
 4759name = "globset"
 4760version = "0.4.14"
 4761source = "registry+https://github.com/rust-lang/crates.io-index"
 4762checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
 4763dependencies = [
 4764 "aho-corasick",
 4765 "bstr",
 4766 "log",
 4767 "regex-automata 0.4.5",
 4768 "regex-syntax 0.8.2",
 4769]
 4770
 4771[[package]]
 4772name = "gloo-timers"
 4773version = "0.2.6"
 4774source = "registry+https://github.com/rust-lang/crates.io-index"
 4775checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
 4776dependencies = [
 4777 "futures-channel",
 4778 "futures-core",
 4779 "js-sys",
 4780 "wasm-bindgen",
 4781]
 4782
 4783[[package]]
 4784name = "glow"
 4785version = "0.13.1"
 4786source = "registry+https://github.com/rust-lang/crates.io-index"
 4787checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
 4788dependencies = [
 4789 "js-sys",
 4790 "slotmap",
 4791 "wasm-bindgen",
 4792 "web-sys",
 4793]
 4794
 4795[[package]]
 4796name = "go_to_line"
 4797version = "0.1.0"
 4798dependencies = [
 4799 "anyhow",
 4800 "editor",
 4801 "gpui",
 4802 "indoc",
 4803 "language",
 4804 "menu",
 4805 "project",
 4806 "rope",
 4807 "schemars",
 4808 "serde",
 4809 "serde_json",
 4810 "settings",
 4811 "text",
 4812 "theme",
 4813 "tree-sitter-rust",
 4814 "tree-sitter-typescript",
 4815 "ui",
 4816 "util",
 4817 "workspace",
 4818]
 4819
 4820[[package]]
 4821name = "google_ai"
 4822version = "0.1.0"
 4823dependencies = [
 4824 "anyhow",
 4825 "futures 0.3.28",
 4826 "http_client",
 4827 "schemars",
 4828 "serde",
 4829 "serde_json",
 4830 "strum",
 4831]
 4832
 4833[[package]]
 4834name = "gpu-alloc"
 4835version = "0.6.0"
 4836source = "registry+https://github.com/rust-lang/crates.io-index"
 4837checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 4838dependencies = [
 4839 "bitflags 2.6.0",
 4840 "gpu-alloc-types",
 4841]
 4842
 4843[[package]]
 4844name = "gpu-alloc-ash"
 4845version = "0.7.0"
 4846source = "registry+https://github.com/rust-lang/crates.io-index"
 4847checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 4848dependencies = [
 4849 "ash",
 4850 "gpu-alloc-types",
 4851 "tinyvec",
 4852]
 4853
 4854[[package]]
 4855name = "gpu-alloc-types"
 4856version = "0.3.0"
 4857source = "registry+https://github.com/rust-lang/crates.io-index"
 4858checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 4859dependencies = [
 4860 "bitflags 2.6.0",
 4861]
 4862
 4863[[package]]
 4864name = "gpui"
 4865version = "0.1.0"
 4866dependencies = [
 4867 "anyhow",
 4868 "as-raw-xcb-connection",
 4869 "ashpd",
 4870 "async-task",
 4871 "backtrace",
 4872 "bindgen 0.65.1",
 4873 "blade-graphics",
 4874 "blade-macros",
 4875 "blade-util",
 4876 "block",
 4877 "bytemuck",
 4878 "calloop",
 4879 "calloop-wayland-source",
 4880 "cbindgen",
 4881 "cocoa",
 4882 "collections",
 4883 "core-foundation",
 4884 "core-foundation-sys 0.8.6",
 4885 "core-graphics",
 4886 "core-text",
 4887 "cosmic-text",
 4888 "ctor",
 4889 "derive_more",
 4890 "embed-resource",
 4891 "env_logger",
 4892 "etagere",
 4893 "filedescriptor",
 4894 "flume",
 4895 "font-kit",
 4896 "foreign-types 0.5.0",
 4897 "futures 0.3.28",
 4898 "gpui_macros",
 4899 "http_client",
 4900 "image",
 4901 "itertools 0.11.0",
 4902 "lazy_static",
 4903 "linkme",
 4904 "log",
 4905 "media",
 4906 "metal",
 4907 "num_cpus",
 4908 "objc",
 4909 "oo7",
 4910 "open",
 4911 "parking",
 4912 "parking_lot",
 4913 "pathfinder_geometry",
 4914 "postage",
 4915 "profiling",
 4916 "rand 0.8.5",
 4917 "raw-window-handle 0.6.0",
 4918 "refineable",
 4919 "resvg",
 4920 "schemars",
 4921 "seahash",
 4922 "semantic_version",
 4923 "serde",
 4924 "serde_derive",
 4925 "serde_json",
 4926 "slotmap",
 4927 "smallvec",
 4928 "smol",
 4929 "sum_tree",
 4930 "taffy",
 4931 "thiserror",
 4932 "time",
 4933 "unicode-segmentation",
 4934 "usvg",
 4935 "util",
 4936 "uuid",
 4937 "waker-fn",
 4938 "wayland-backend",
 4939 "wayland-client",
 4940 "wayland-cursor",
 4941 "wayland-protocols",
 4942 "wayland-protocols-plasma",
 4943 "windows 0.58.0",
 4944 "windows-core 0.58.0",
 4945 "x11-clipboard",
 4946 "x11rb",
 4947 "xim",
 4948 "xkbcommon",
 4949]
 4950
 4951[[package]]
 4952name = "gpui_macros"
 4953version = "0.1.0"
 4954dependencies = [
 4955 "proc-macro2",
 4956 "quote",
 4957 "syn 1.0.109",
 4958]
 4959
 4960[[package]]
 4961name = "grid"
 4962version = "0.13.0"
 4963source = "registry+https://github.com/rust-lang/crates.io-index"
 4964checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 4965
 4966[[package]]
 4967name = "group"
 4968version = "0.12.1"
 4969source = "registry+https://github.com/rust-lang/crates.io-index"
 4970checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 4971dependencies = [
 4972 "ff",
 4973 "rand_core 0.6.4",
 4974 "subtle",
 4975]
 4976
 4977[[package]]
 4978name = "h2"
 4979version = "0.3.26"
 4980source = "registry+https://github.com/rust-lang/crates.io-index"
 4981checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 4982dependencies = [
 4983 "bytes 1.5.0",
 4984 "fnv",
 4985 "futures-core",
 4986 "futures-sink",
 4987 "futures-util",
 4988 "http 0.2.9",
 4989 "indexmap 2.2.6",
 4990 "slab",
 4991 "tokio",
 4992 "tokio-util",
 4993 "tracing",
 4994]
 4995
 4996[[package]]
 4997name = "half"
 4998version = "2.4.1"
 4999source = "registry+https://github.com/rust-lang/crates.io-index"
 5000checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5001dependencies = [
 5002 "cfg-if",
 5003 "crunchy",
 5004]
 5005
 5006[[package]]
 5007name = "hashbrown"
 5008version = "0.12.3"
 5009source = "registry+https://github.com/rust-lang/crates.io-index"
 5010checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 5011dependencies = [
 5012 "ahash 0.7.8",
 5013]
 5014
 5015[[package]]
 5016name = "hashbrown"
 5017version = "0.13.2"
 5018source = "registry+https://github.com/rust-lang/crates.io-index"
 5019checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
 5020dependencies = [
 5021 "ahash 0.8.11",
 5022]
 5023
 5024[[package]]
 5025name = "hashbrown"
 5026version = "0.14.5"
 5027source = "registry+https://github.com/rust-lang/crates.io-index"
 5028checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 5029dependencies = [
 5030 "ahash 0.8.11",
 5031 "allocator-api2",
 5032]
 5033
 5034[[package]]
 5035name = "hashlink"
 5036version = "0.8.4"
 5037source = "registry+https://github.com/rust-lang/crates.io-index"
 5038checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 5039dependencies = [
 5040 "hashbrown 0.14.5",
 5041]
 5042
 5043[[package]]
 5044name = "headers"
 5045version = "0.3.9"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 5048dependencies = [
 5049 "base64 0.21.7",
 5050 "bytes 1.5.0",
 5051 "headers-core",
 5052 "http 0.2.9",
 5053 "httpdate",
 5054 "mime",
 5055 "sha1",
 5056]
 5057
 5058[[package]]
 5059name = "headers-core"
 5060version = "0.2.0"
 5061source = "registry+https://github.com/rust-lang/crates.io-index"
 5062checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 5063dependencies = [
 5064 "http 0.2.9",
 5065]
 5066
 5067[[package]]
 5068name = "headless"
 5069version = "0.1.0"
 5070dependencies = [
 5071 "anyhow",
 5072 "client",
 5073 "extension",
 5074 "fs",
 5075 "futures 0.3.28",
 5076 "gpui",
 5077 "language",
 5078 "log",
 5079 "node_runtime",
 5080 "postage",
 5081 "project",
 5082 "rpc",
 5083 "settings",
 5084 "shellexpand 2.1.2",
 5085 "signal-hook",
 5086 "util",
 5087]
 5088
 5089[[package]]
 5090name = "heck"
 5091version = "0.3.3"
 5092source = "registry+https://github.com/rust-lang/crates.io-index"
 5093checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 5094dependencies = [
 5095 "unicode-segmentation",
 5096]
 5097
 5098[[package]]
 5099name = "heck"
 5100version = "0.4.1"
 5101source = "registry+https://github.com/rust-lang/crates.io-index"
 5102checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 5103dependencies = [
 5104 "unicode-segmentation",
 5105]
 5106
 5107[[package]]
 5108name = "heck"
 5109version = "0.5.0"
 5110source = "registry+https://github.com/rust-lang/crates.io-index"
 5111checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 5112
 5113[[package]]
 5114name = "heed"
 5115version = "0.20.3"
 5116source = "registry+https://github.com/rust-lang/crates.io-index"
 5117checksum = "2bc30da4a93ff8cb98e535d595d6de42731d4719d707bc1c86f579158751a24e"
 5118dependencies = [
 5119 "bitflags 2.6.0",
 5120 "byteorder",
 5121 "heed-traits",
 5122 "heed-types",
 5123 "libc",
 5124 "lmdb-master-sys",
 5125 "once_cell",
 5126 "page_size",
 5127 "serde",
 5128 "synchronoise",
 5129 "url",
 5130]
 5131
 5132[[package]]
 5133name = "heed-traits"
 5134version = "0.20.0"
 5135source = "registry+https://github.com/rust-lang/crates.io-index"
 5136checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 5137
 5138[[package]]
 5139name = "heed-types"
 5140version = "0.20.1"
 5141source = "registry+https://github.com/rust-lang/crates.io-index"
 5142checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
 5143dependencies = [
 5144 "bincode",
 5145 "byteorder",
 5146 "heed-traits",
 5147 "serde",
 5148 "serde_json",
 5149]
 5150
 5151[[package]]
 5152name = "hermit-abi"
 5153version = "0.3.9"
 5154source = "registry+https://github.com/rust-lang/crates.io-index"
 5155checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 5156
 5157[[package]]
 5158name = "hex"
 5159version = "0.4.3"
 5160source = "registry+https://github.com/rust-lang/crates.io-index"
 5161checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 5162
 5163[[package]]
 5164name = "hexf-parse"
 5165version = "0.2.1"
 5166source = "registry+https://github.com/rust-lang/crates.io-index"
 5167checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 5168
 5169[[package]]
 5170name = "hidden-trait"
 5171version = "0.1.2"
 5172source = "registry+https://github.com/rust-lang/crates.io-index"
 5173checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 5174dependencies = [
 5175 "proc-macro2",
 5176 "quote",
 5177 "syn 1.0.109",
 5178]
 5179
 5180[[package]]
 5181name = "hkdf"
 5182version = "0.12.3"
 5183source = "registry+https://github.com/rust-lang/crates.io-index"
 5184checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
 5185dependencies = [
 5186 "hmac",
 5187]
 5188
 5189[[package]]
 5190name = "hmac"
 5191version = "0.12.1"
 5192source = "registry+https://github.com/rust-lang/crates.io-index"
 5193checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 5194dependencies = [
 5195 "digest",
 5196]
 5197
 5198[[package]]
 5199name = "home"
 5200version = "0.5.9"
 5201source = "registry+https://github.com/rust-lang/crates.io-index"
 5202checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 5203dependencies = [
 5204 "windows-sys 0.52.0",
 5205]
 5206
 5207[[package]]
 5208name = "hound"
 5209version = "3.5.0"
 5210source = "registry+https://github.com/rust-lang/crates.io-index"
 5211checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
 5212
 5213[[package]]
 5214name = "html5ever"
 5215version = "0.27.0"
 5216source = "registry+https://github.com/rust-lang/crates.io-index"
 5217checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 5218dependencies = [
 5219 "log",
 5220 "mac",
 5221 "markup5ever",
 5222 "proc-macro2",
 5223 "quote",
 5224 "syn 2.0.59",
 5225]
 5226
 5227[[package]]
 5228name = "html_to_markdown"
 5229version = "0.1.0"
 5230dependencies = [
 5231 "anyhow",
 5232 "html5ever",
 5233 "indoc",
 5234 "markup5ever_rcdom",
 5235 "pretty_assertions",
 5236 "regex",
 5237]
 5238
 5239[[package]]
 5240name = "html_to_markdown"
 5241version = "0.1.0"
 5242source = "registry+https://github.com/rust-lang/crates.io-index"
 5243checksum = "e608e8dd0939bfb6b516d96a5919751b835297a02230aecb88d2fc84ebebaa8a"
 5244dependencies = [
 5245 "anyhow",
 5246 "html5ever",
 5247 "markup5ever_rcdom",
 5248 "regex",
 5249]
 5250
 5251[[package]]
 5252name = "http"
 5253version = "0.2.9"
 5254source = "registry+https://github.com/rust-lang/crates.io-index"
 5255checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
 5256dependencies = [
 5257 "bytes 1.5.0",
 5258 "fnv",
 5259 "itoa",
 5260]
 5261
 5262[[package]]
 5263name = "http"
 5264version = "1.0.0"
 5265source = "registry+https://github.com/rust-lang/crates.io-index"
 5266checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
 5267dependencies = [
 5268 "bytes 1.5.0",
 5269 "fnv",
 5270 "itoa",
 5271]
 5272
 5273[[package]]
 5274name = "http-body"
 5275version = "0.4.5"
 5276source = "registry+https://github.com/rust-lang/crates.io-index"
 5277checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
 5278dependencies = [
 5279 "bytes 1.5.0",
 5280 "http 0.2.9",
 5281 "pin-project-lite",
 5282]
 5283
 5284[[package]]
 5285name = "http-range-header"
 5286version = "0.3.1"
 5287source = "registry+https://github.com/rust-lang/crates.io-index"
 5288checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 5289
 5290[[package]]
 5291name = "http-types"
 5292version = "2.12.0"
 5293source = "registry+https://github.com/rust-lang/crates.io-index"
 5294checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 5295dependencies = [
 5296 "anyhow",
 5297 "async-channel 1.9.0",
 5298 "base64 0.13.1",
 5299 "futures-lite 1.13.0",
 5300 "http 0.2.9",
 5301 "infer",
 5302 "pin-project-lite",
 5303 "rand 0.7.3",
 5304 "serde",
 5305 "serde_json",
 5306 "serde_qs 0.8.5",
 5307 "serde_urlencoded",
 5308 "url",
 5309]
 5310
 5311[[package]]
 5312name = "http_client"
 5313version = "0.1.0"
 5314dependencies = [
 5315 "anyhow",
 5316 "derive_more",
 5317 "futures 0.3.28",
 5318 "futures-lite 1.13.0",
 5319 "http 1.0.0",
 5320 "isahc",
 5321 "log",
 5322 "serde",
 5323 "serde_json",
 5324 "url",
 5325]
 5326
 5327[[package]]
 5328name = "httparse"
 5329version = "1.8.0"
 5330source = "registry+https://github.com/rust-lang/crates.io-index"
 5331checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
 5332
 5333[[package]]
 5334name = "httpdate"
 5335version = "1.0.3"
 5336source = "registry+https://github.com/rust-lang/crates.io-index"
 5337checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 5338
 5339[[package]]
 5340name = "human_bytes"
 5341version = "0.4.3"
 5342source = "registry+https://github.com/rust-lang/crates.io-index"
 5343checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 5344
 5345[[package]]
 5346name = "humantime"
 5347version = "2.1.0"
 5348source = "registry+https://github.com/rust-lang/crates.io-index"
 5349checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 5350
 5351[[package]]
 5352name = "hyper"
 5353version = "0.14.27"
 5354source = "registry+https://github.com/rust-lang/crates.io-index"
 5355checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
 5356dependencies = [
 5357 "bytes 1.5.0",
 5358 "futures-channel",
 5359 "futures-core",
 5360 "futures-util",
 5361 "h2",
 5362 "http 0.2.9",
 5363 "http-body",
 5364 "httparse",
 5365 "httpdate",
 5366 "itoa",
 5367 "pin-project-lite",
 5368 "socket2 0.4.9",
 5369 "tokio",
 5370 "tower-service",
 5371 "tracing",
 5372 "want",
 5373]
 5374
 5375[[package]]
 5376name = "hyper-rustls"
 5377version = "0.24.2"
 5378source = "registry+https://github.com/rust-lang/crates.io-index"
 5379checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 5380dependencies = [
 5381 "futures-util",
 5382 "http 0.2.9",
 5383 "hyper",
 5384 "log",
 5385 "rustls",
 5386 "rustls-native-certs",
 5387 "tokio",
 5388 "tokio-rustls",
 5389]
 5390
 5391[[package]]
 5392name = "hyper-tls"
 5393version = "0.5.0"
 5394source = "registry+https://github.com/rust-lang/crates.io-index"
 5395checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 5396dependencies = [
 5397 "bytes 1.5.0",
 5398 "hyper",
 5399 "native-tls",
 5400 "tokio",
 5401 "tokio-native-tls",
 5402]
 5403
 5404[[package]]
 5405name = "iana-time-zone"
 5406version = "0.1.57"
 5407source = "registry+https://github.com/rust-lang/crates.io-index"
 5408checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
 5409dependencies = [
 5410 "android_system_properties",
 5411 "core-foundation-sys 0.8.6",
 5412 "iana-time-zone-haiku",
 5413 "js-sys",
 5414 "wasm-bindgen",
 5415 "windows 0.48.0",
 5416]
 5417
 5418[[package]]
 5419name = "iana-time-zone-haiku"
 5420version = "0.1.2"
 5421source = "registry+https://github.com/rust-lang/crates.io-index"
 5422checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 5423dependencies = [
 5424 "cc",
 5425]
 5426
 5427[[package]]
 5428name = "id-arena"
 5429version = "2.2.1"
 5430source = "registry+https://github.com/rust-lang/crates.io-index"
 5431checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 5432
 5433[[package]]
 5434name = "idna"
 5435version = "0.5.0"
 5436source = "registry+https://github.com/rust-lang/crates.io-index"
 5437checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
 5438dependencies = [
 5439 "unicode-bidi",
 5440 "unicode-normalization",
 5441]
 5442
 5443[[package]]
 5444name = "ignore"
 5445version = "0.4.22"
 5446source = "registry+https://github.com/rust-lang/crates.io-index"
 5447checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
 5448dependencies = [
 5449 "crossbeam-deque",
 5450 "globset",
 5451 "log",
 5452 "memchr",
 5453 "regex-automata 0.4.5",
 5454 "same-file",
 5455 "walkdir",
 5456 "winapi-util",
 5457]
 5458
 5459[[package]]
 5460name = "image"
 5461version = "0.25.1"
 5462source = "registry+https://github.com/rust-lang/crates.io-index"
 5463checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
 5464dependencies = [
 5465 "bytemuck",
 5466 "byteorder",
 5467 "color_quant",
 5468 "exr",
 5469 "gif",
 5470 "image-webp",
 5471 "num-traits",
 5472 "png",
 5473 "qoi",
 5474 "ravif",
 5475 "rayon",
 5476 "rgb",
 5477 "tiff",
 5478 "zune-core",
 5479 "zune-jpeg",
 5480]
 5481
 5482[[package]]
 5483name = "image-webp"
 5484version = "0.1.2"
 5485source = "registry+https://github.com/rust-lang/crates.io-index"
 5486checksum = "d730b085583c4d789dfd07fdcf185be59501666a90c97c40162b37e4fdad272d"
 5487dependencies = [
 5488 "byteorder-lite",
 5489 "thiserror",
 5490]
 5491
 5492[[package]]
 5493name = "image_viewer"
 5494version = "0.1.0"
 5495dependencies = [
 5496 "anyhow",
 5497 "db",
 5498 "gpui",
 5499 "project",
 5500 "ui",
 5501 "workspace",
 5502]
 5503
 5504[[package]]
 5505name = "imagesize"
 5506version = "0.12.0"
 5507source = "registry+https://github.com/rust-lang/crates.io-index"
 5508checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
 5509
 5510[[package]]
 5511name = "imgref"
 5512version = "1.10.1"
 5513source = "registry+https://github.com/rust-lang/crates.io-index"
 5514checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
 5515
 5516[[package]]
 5517name = "indexed_docs"
 5518version = "0.1.0"
 5519dependencies = [
 5520 "anyhow",
 5521 "async-trait",
 5522 "collections",
 5523 "derive_more",
 5524 "fs",
 5525 "futures 0.3.28",
 5526 "fuzzy",
 5527 "gpui",
 5528 "heed",
 5529 "html_to_markdown 0.1.0",
 5530 "http_client",
 5531 "indexmap 1.9.3",
 5532 "indoc",
 5533 "parking_lot",
 5534 "paths",
 5535 "pretty_assertions",
 5536 "serde",
 5537 "strum",
 5538 "util",
 5539]
 5540
 5541[[package]]
 5542name = "indexmap"
 5543version = "1.9.3"
 5544source = "registry+https://github.com/rust-lang/crates.io-index"
 5545checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 5546dependencies = [
 5547 "autocfg",
 5548 "hashbrown 0.12.3",
 5549 "serde",
 5550]
 5551
 5552[[package]]
 5553name = "indexmap"
 5554version = "2.2.6"
 5555source = "registry+https://github.com/rust-lang/crates.io-index"
 5556checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
 5557dependencies = [
 5558 "equivalent",
 5559 "hashbrown 0.14.5",
 5560 "serde",
 5561]
 5562
 5563[[package]]
 5564name = "indoc"
 5565version = "2.0.5"
 5566source = "registry+https://github.com/rust-lang/crates.io-index"
 5567checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
 5568
 5569[[package]]
 5570name = "infer"
 5571version = "0.2.3"
 5572source = "registry+https://github.com/rust-lang/crates.io-index"
 5573checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 5574
 5575[[package]]
 5576name = "inherent"
 5577version = "1.0.10"
 5578source = "registry+https://github.com/rust-lang/crates.io-index"
 5579checksum = "ce243b1bfa62ffc028f1cc3b6034ec63d649f3031bc8a4fbbb004e1ac17d1f68"
 5580dependencies = [
 5581 "proc-macro2",
 5582 "quote",
 5583 "syn 2.0.59",
 5584]
 5585
 5586[[package]]
 5587name = "inline_completion_button"
 5588version = "0.1.0"
 5589dependencies = [
 5590 "anyhow",
 5591 "copilot",
 5592 "editor",
 5593 "fs",
 5594 "futures 0.3.28",
 5595 "gpui",
 5596 "indoc",
 5597 "language",
 5598 "lsp",
 5599 "paths",
 5600 "project",
 5601 "serde_json",
 5602 "settings",
 5603 "supermaven",
 5604 "theme",
 5605 "ui",
 5606 "util",
 5607 "workspace",
 5608 "zed_actions",
 5609]
 5610
 5611[[package]]
 5612name = "inotify"
 5613version = "0.9.6"
 5614source = "registry+https://github.com/rust-lang/crates.io-index"
 5615checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 5616dependencies = [
 5617 "bitflags 1.3.2",
 5618 "inotify-sys",
 5619 "libc",
 5620]
 5621
 5622[[package]]
 5623name = "inotify-sys"
 5624version = "0.1.5"
 5625source = "registry+https://github.com/rust-lang/crates.io-index"
 5626checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 5627dependencies = [
 5628 "libc",
 5629]
 5630
 5631[[package]]
 5632name = "inout"
 5633version = "0.1.3"
 5634source = "registry+https://github.com/rust-lang/crates.io-index"
 5635checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 5636dependencies = [
 5637 "block-padding",
 5638 "generic-array",
 5639]
 5640
 5641[[package]]
 5642name = "install_cli"
 5643version = "0.1.0"
 5644dependencies = [
 5645 "anyhow",
 5646 "gpui",
 5647 "smol",
 5648 "util",
 5649]
 5650
 5651[[package]]
 5652name = "instant"
 5653version = "0.1.12"
 5654source = "registry+https://github.com/rust-lang/crates.io-index"
 5655checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
 5656dependencies = [
 5657 "cfg-if",
 5658]
 5659
 5660[[package]]
 5661name = "interpolate_name"
 5662version = "0.2.4"
 5663source = "registry+https://github.com/rust-lang/crates.io-index"
 5664checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 5665dependencies = [
 5666 "proc-macro2",
 5667 "quote",
 5668 "syn 2.0.59",
 5669]
 5670
 5671[[package]]
 5672name = "io-extras"
 5673version = "0.18.1"
 5674source = "registry+https://github.com/rust-lang/crates.io-index"
 5675checksum = "c301e73fb90e8a29e600a9f402d095765f74310d582916a952f618836a1bd1ed"
 5676dependencies = [
 5677 "io-lifetimes 2.0.3",
 5678 "windows-sys 0.52.0",
 5679]
 5680
 5681[[package]]
 5682name = "io-lifetimes"
 5683version = "1.0.11"
 5684source = "registry+https://github.com/rust-lang/crates.io-index"
 5685checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
 5686dependencies = [
 5687 "hermit-abi",
 5688 "libc",
 5689 "windows-sys 0.48.0",
 5690]
 5691
 5692[[package]]
 5693name = "io-lifetimes"
 5694version = "2.0.3"
 5695source = "registry+https://github.com/rust-lang/crates.io-index"
 5696checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
 5697
 5698[[package]]
 5699name = "iovec"
 5700version = "0.1.4"
 5701source = "registry+https://github.com/rust-lang/crates.io-index"
 5702checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 5703dependencies = [
 5704 "libc",
 5705]
 5706
 5707[[package]]
 5708name = "ipc-channel"
 5709version = "0.18.0"
 5710source = "registry+https://github.com/rust-lang/crates.io-index"
 5711checksum = "7ab3a34c91b7e84a72643bd75d1bac3afd241f78f9859fe0b5e5b2a6a75732c2"
 5712dependencies = [
 5713 "bincode",
 5714 "crossbeam-channel",
 5715 "fnv",
 5716 "lazy_static",
 5717 "libc",
 5718 "mio",
 5719 "rand 0.8.5",
 5720 "serde",
 5721 "tempfile",
 5722 "uuid",
 5723 "windows 0.48.0",
 5724]
 5725
 5726[[package]]
 5727name = "ipnet"
 5728version = "2.8.0"
 5729source = "registry+https://github.com/rust-lang/crates.io-index"
 5730checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
 5731
 5732[[package]]
 5733name = "is-docker"
 5734version = "0.2.0"
 5735source = "registry+https://github.com/rust-lang/crates.io-index"
 5736checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 5737dependencies = [
 5738 "once_cell",
 5739]
 5740
 5741[[package]]
 5742name = "is-terminal"
 5743version = "0.4.12"
 5744source = "registry+https://github.com/rust-lang/crates.io-index"
 5745checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
 5746dependencies = [
 5747 "hermit-abi",
 5748 "libc",
 5749 "windows-sys 0.52.0",
 5750]
 5751
 5752[[package]]
 5753name = "is-wsl"
 5754version = "0.4.0"
 5755source = "registry+https://github.com/rust-lang/crates.io-index"
 5756checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 5757dependencies = [
 5758 "is-docker",
 5759 "once_cell",
 5760]
 5761
 5762[[package]]
 5763name = "is_terminal_polyfill"
 5764version = "1.70.1"
 5765source = "registry+https://github.com/rust-lang/crates.io-index"
 5766checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 5767
 5768[[package]]
 5769name = "isahc"
 5770version = "1.7.2"
 5771source = "registry+https://github.com/rust-lang/crates.io-index"
 5772checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
 5773dependencies = [
 5774 "async-channel 1.9.0",
 5775 "castaway",
 5776 "crossbeam-utils",
 5777 "curl",
 5778 "curl-sys",
 5779 "encoding_rs",
 5780 "event-listener 2.5.3",
 5781 "futures-lite 1.13.0",
 5782 "http 0.2.9",
 5783 "log",
 5784 "mime",
 5785 "once_cell",
 5786 "polling 2.8.0",
 5787 "slab",
 5788 "sluice",
 5789 "tracing",
 5790 "tracing-futures",
 5791 "url",
 5792 "waker-fn",
 5793]
 5794
 5795[[package]]
 5796name = "itertools"
 5797version = "0.10.5"
 5798source = "registry+https://github.com/rust-lang/crates.io-index"
 5799checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 5800dependencies = [
 5801 "either",
 5802]
 5803
 5804[[package]]
 5805name = "itertools"
 5806version = "0.11.0"
 5807source = "registry+https://github.com/rust-lang/crates.io-index"
 5808checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 5809dependencies = [
 5810 "either",
 5811]
 5812
 5813[[package]]
 5814name = "itertools"
 5815version = "0.12.1"
 5816source = "registry+https://github.com/rust-lang/crates.io-index"
 5817checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 5818dependencies = [
 5819 "either",
 5820]
 5821
 5822[[package]]
 5823name = "itoa"
 5824version = "1.0.11"
 5825source = "registry+https://github.com/rust-lang/crates.io-index"
 5826checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
 5827
 5828[[package]]
 5829name = "jni"
 5830version = "0.19.0"
 5831source = "registry+https://github.com/rust-lang/crates.io-index"
 5832checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
 5833dependencies = [
 5834 "cesu8",
 5835 "combine",
 5836 "jni-sys",
 5837 "log",
 5838 "thiserror",
 5839 "walkdir",
 5840]
 5841
 5842[[package]]
 5843name = "jni"
 5844version = "0.20.0"
 5845source = "registry+https://github.com/rust-lang/crates.io-index"
 5846checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
 5847dependencies = [
 5848 "cesu8",
 5849 "combine",
 5850 "jni-sys",
 5851 "log",
 5852 "thiserror",
 5853 "walkdir",
 5854]
 5855
 5856[[package]]
 5857name = "jni-sys"
 5858version = "0.3.0"
 5859source = "registry+https://github.com/rust-lang/crates.io-index"
 5860checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 5861
 5862[[package]]
 5863name = "jobserver"
 5864version = "0.1.31"
 5865source = "registry+https://github.com/rust-lang/crates.io-index"
 5866checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
 5867dependencies = [
 5868 "libc",
 5869]
 5870
 5871[[package]]
 5872name = "journal"
 5873version = "0.1.0"
 5874dependencies = [
 5875 "anyhow",
 5876 "chrono",
 5877 "editor",
 5878 "gpui",
 5879 "log",
 5880 "schemars",
 5881 "serde",
 5882 "settings",
 5883 "shellexpand 2.1.2",
 5884 "workspace",
 5885]
 5886
 5887[[package]]
 5888name = "jpeg-decoder"
 5889version = "0.3.1"
 5890source = "registry+https://github.com/rust-lang/crates.io-index"
 5891checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 5892
 5893[[package]]
 5894name = "js-sys"
 5895version = "0.3.64"
 5896source = "registry+https://github.com/rust-lang/crates.io-index"
 5897checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
 5898dependencies = [
 5899 "wasm-bindgen",
 5900]
 5901
 5902[[package]]
 5903name = "jsonwebtoken"
 5904version = "9.3.0"
 5905source = "registry+https://github.com/rust-lang/crates.io-index"
 5906checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
 5907dependencies = [
 5908 "base64 0.21.7",
 5909 "js-sys",
 5910 "pem",
 5911 "ring",
 5912 "serde",
 5913 "serde_json",
 5914 "simple_asn1",
 5915]
 5916
 5917[[package]]
 5918name = "khronos-egl"
 5919version = "5.0.0"
 5920source = "registry+https://github.com/rust-lang/crates.io-index"
 5921checksum = "d1382b16c04aeb821453d6215a3c80ba78f24c6595c5aa85653378aabe0c83e3"
 5922dependencies = [
 5923 "libc",
 5924 "libloading 0.8.0",
 5925]
 5926
 5927[[package]]
 5928name = "kqueue"
 5929version = "1.0.8"
 5930source = "registry+https://github.com/rust-lang/crates.io-index"
 5931checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 5932dependencies = [
 5933 "kqueue-sys",
 5934 "libc",
 5935]
 5936
 5937[[package]]
 5938name = "kqueue-sys"
 5939version = "1.0.4"
 5940source = "registry+https://github.com/rust-lang/crates.io-index"
 5941checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 5942dependencies = [
 5943 "bitflags 1.3.2",
 5944 "libc",
 5945]
 5946
 5947[[package]]
 5948name = "kurbo"
 5949version = "0.11.0"
 5950source = "registry+https://github.com/rust-lang/crates.io-index"
 5951checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
 5952dependencies = [
 5953 "arrayvec",
 5954 "smallvec",
 5955]
 5956
 5957[[package]]
 5958name = "kv-log-macro"
 5959version = "1.0.7"
 5960source = "registry+https://github.com/rust-lang/crates.io-index"
 5961checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 5962dependencies = [
 5963 "log",
 5964]
 5965
 5966[[package]]
 5967name = "language"
 5968version = "0.1.0"
 5969dependencies = [
 5970 "anyhow",
 5971 "async-trait",
 5972 "async-watch",
 5973 "clock",
 5974 "collections",
 5975 "ctor",
 5976 "env_logger",
 5977 "futures 0.3.28",
 5978 "fuzzy",
 5979 "git",
 5980 "globset",
 5981 "gpui",
 5982 "http_client",
 5983 "indoc",
 5984 "itertools 0.11.0",
 5985 "lazy_static",
 5986 "log",
 5987 "lsp",
 5988 "parking_lot",
 5989 "postage",
 5990 "pulldown-cmark",
 5991 "rand 0.8.5",
 5992 "regex",
 5993 "rpc",
 5994 "schemars",
 5995 "serde",
 5996 "serde_json",
 5997 "settings",
 5998 "similar",
 5999 "smallvec",
 6000 "smol",
 6001 "sum_tree",
 6002 "task",
 6003 "text",
 6004 "theme",
 6005 "tree-sitter",
 6006 "tree-sitter-elixir",
 6007 "tree-sitter-embedded-template",
 6008 "tree-sitter-heex",
 6009 "tree-sitter-html",
 6010 "tree-sitter-json",
 6011 "tree-sitter-md",
 6012 "tree-sitter-ruby",
 6013 "tree-sitter-rust",
 6014 "tree-sitter-typescript",
 6015 "unicase",
 6016 "unindent",
 6017 "util",
 6018]
 6019
 6020[[package]]
 6021name = "language_model"
 6022version = "0.1.0"
 6023dependencies = [
 6024 "anthropic",
 6025 "anyhow",
 6026 "client",
 6027 "collections",
 6028 "copilot",
 6029 "ctor",
 6030 "editor",
 6031 "env_logger",
 6032 "feature_flags",
 6033 "futures 0.3.28",
 6034 "google_ai",
 6035 "gpui",
 6036 "http_client",
 6037 "inline_completion_button",
 6038 "language",
 6039 "log",
 6040 "menu",
 6041 "ollama",
 6042 "open_ai",
 6043 "project",
 6044 "proto",
 6045 "rand 0.8.5",
 6046 "schemars",
 6047 "serde",
 6048 "serde_json",
 6049 "settings",
 6050 "strum",
 6051 "text",
 6052 "theme",
 6053 "tiktoken-rs",
 6054 "ui",
 6055 "unindent",
 6056 "util",
 6057]
 6058
 6059[[package]]
 6060name = "language_selector"
 6061version = "0.1.0"
 6062dependencies = [
 6063 "anyhow",
 6064 "editor",
 6065 "fuzzy",
 6066 "gpui",
 6067 "language",
 6068 "picker",
 6069 "project",
 6070 "ui",
 6071 "util",
 6072 "workspace",
 6073]
 6074
 6075[[package]]
 6076name = "language_tools"
 6077version = "0.1.0"
 6078dependencies = [
 6079 "anyhow",
 6080 "client",
 6081 "collections",
 6082 "copilot",
 6083 "editor",
 6084 "env_logger",
 6085 "futures 0.3.28",
 6086 "gpui",
 6087 "language",
 6088 "lsp",
 6089 "project",
 6090 "release_channel",
 6091 "serde_json",
 6092 "settings",
 6093 "theme",
 6094 "tree-sitter",
 6095 "ui",
 6096 "util",
 6097 "workspace",
 6098]
 6099
 6100[[package]]
 6101name = "languages"
 6102version = "0.1.0"
 6103dependencies = [
 6104 "anyhow",
 6105 "async-compression",
 6106 "async-tar",
 6107 "async-trait",
 6108 "collections",
 6109 "feature_flags",
 6110 "futures 0.3.28",
 6111 "gpui",
 6112 "http_client",
 6113 "language",
 6114 "lazy_static",
 6115 "log",
 6116 "lsp",
 6117 "node_runtime",
 6118 "paths",
 6119 "project",
 6120 "protols-tree-sitter-proto",
 6121 "regex",
 6122 "rope",
 6123 "rust-embed",
 6124 "serde",
 6125 "serde_json",
 6126 "settings",
 6127 "smol",
 6128 "task",
 6129 "text",
 6130 "theme",
 6131 "toml 0.8.16",
 6132 "tree-sitter",
 6133 "tree-sitter-bash",
 6134 "tree-sitter-c",
 6135 "tree-sitter-cpp",
 6136 "tree-sitter-css",
 6137 "tree-sitter-go",
 6138 "tree-sitter-gomod",
 6139 "tree-sitter-gowork",
 6140 "tree-sitter-jsdoc",
 6141 "tree-sitter-json",
 6142 "tree-sitter-md",
 6143 "tree-sitter-python",
 6144 "tree-sitter-regex",
 6145 "tree-sitter-rust",
 6146 "tree-sitter-typescript",
 6147 "tree-sitter-yaml",
 6148 "unindent",
 6149 "util",
 6150 "workspace",
 6151]
 6152
 6153[[package]]
 6154name = "lazy_static"
 6155version = "1.4.0"
 6156source = "registry+https://github.com/rust-lang/crates.io-index"
 6157checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 6158dependencies = [
 6159 "spin 0.5.2",
 6160]
 6161
 6162[[package]]
 6163name = "lazycell"
 6164version = "1.3.0"
 6165source = "registry+https://github.com/rust-lang/crates.io-index"
 6166checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 6167
 6168[[package]]
 6169name = "leb128"
 6170version = "0.2.5"
 6171source = "registry+https://github.com/rust-lang/crates.io-index"
 6172checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 6173
 6174[[package]]
 6175name = "lebe"
 6176version = "0.5.2"
 6177source = "registry+https://github.com/rust-lang/crates.io-index"
 6178checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 6179
 6180[[package]]
 6181name = "libc"
 6182version = "0.2.155"
 6183source = "registry+https://github.com/rust-lang/crates.io-index"
 6184checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
 6185
 6186[[package]]
 6187name = "libfuzzer-sys"
 6188version = "0.4.7"
 6189source = "registry+https://github.com/rust-lang/crates.io-index"
 6190checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
 6191dependencies = [
 6192 "arbitrary",
 6193 "cc",
 6194 "once_cell",
 6195]
 6196
 6197[[package]]
 6198name = "libgit2-sys"
 6199version = "0.17.0+1.8.1"
 6200source = "registry+https://github.com/rust-lang/crates.io-index"
 6201checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
 6202dependencies = [
 6203 "cc",
 6204 "libc",
 6205 "libz-sys",
 6206 "pkg-config",
 6207]
 6208
 6209[[package]]
 6210name = "libloading"
 6211version = "0.7.4"
 6212source = "registry+https://github.com/rust-lang/crates.io-index"
 6213checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
 6214dependencies = [
 6215 "cfg-if",
 6216 "winapi",
 6217]
 6218
 6219[[package]]
 6220name = "libloading"
 6221version = "0.8.0"
 6222source = "registry+https://github.com/rust-lang/crates.io-index"
 6223checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
 6224dependencies = [
 6225 "cfg-if",
 6226 "windows-sys 0.48.0",
 6227]
 6228
 6229[[package]]
 6230name = "libm"
 6231version = "0.2.8"
 6232source = "registry+https://github.com/rust-lang/crates.io-index"
 6233checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
 6234
 6235[[package]]
 6236name = "libmimalloc-sys"
 6237version = "0.1.37"
 6238source = "registry+https://github.com/rust-lang/crates.io-index"
 6239checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7"
 6240dependencies = [
 6241 "cc",
 6242 "libc",
 6243]
 6244
 6245[[package]]
 6246name = "libsqlite3-sys"
 6247version = "0.26.0"
 6248source = "registry+https://github.com/rust-lang/crates.io-index"
 6249checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
 6250dependencies = [
 6251 "cc",
 6252 "pkg-config",
 6253 "vcpkg",
 6254]
 6255
 6256[[package]]
 6257name = "libz-sys"
 6258version = "1.1.12"
 6259source = "registry+https://github.com/rust-lang/crates.io-index"
 6260checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
 6261dependencies = [
 6262 "cc",
 6263 "libc",
 6264 "pkg-config",
 6265 "vcpkg",
 6266]
 6267
 6268[[package]]
 6269name = "linkify"
 6270version = "0.10.0"
 6271source = "registry+https://github.com/rust-lang/crates.io-index"
 6272checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 6273dependencies = [
 6274 "memchr",
 6275]
 6276
 6277[[package]]
 6278name = "linkme"
 6279version = "0.3.17"
 6280source = "registry+https://github.com/rust-lang/crates.io-index"
 6281checksum = "91ed2ee9464ff9707af8e9ad834cffa4802f072caad90639c583dd3c62e6e608"
 6282dependencies = [
 6283 "linkme-impl",
 6284]
 6285
 6286[[package]]
 6287name = "linkme-impl"
 6288version = "0.3.17"
 6289source = "registry+https://github.com/rust-lang/crates.io-index"
 6290checksum = "ba125974b109d512fccbc6c0244e7580143e460895dfd6ea7f8bbb692fd94396"
 6291dependencies = [
 6292 "proc-macro2",
 6293 "quote",
 6294 "syn 2.0.59",
 6295]
 6296
 6297[[package]]
 6298name = "linux-raw-sys"
 6299version = "0.3.8"
 6300source = "registry+https://github.com/rust-lang/crates.io-index"
 6301checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
 6302
 6303[[package]]
 6304name = "linux-raw-sys"
 6305version = "0.4.12"
 6306source = "registry+https://github.com/rust-lang/crates.io-index"
 6307checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
 6308
 6309[[package]]
 6310name = "live_kit_client"
 6311version = "0.1.0"
 6312dependencies = [
 6313 "anyhow",
 6314 "async-broadcast",
 6315 "async-trait",
 6316 "collections",
 6317 "core-foundation",
 6318 "futures 0.3.28",
 6319 "gpui",
 6320 "live_kit_server",
 6321 "log",
 6322 "media",
 6323 "nanoid",
 6324 "parking_lot",
 6325 "postage",
 6326 "serde",
 6327 "serde_json",
 6328 "sha2",
 6329 "simplelog",
 6330]
 6331
 6332[[package]]
 6333name = "live_kit_server"
 6334version = "0.1.0"
 6335dependencies = [
 6336 "anyhow",
 6337 "async-trait",
 6338 "jsonwebtoken",
 6339 "log",
 6340 "prost",
 6341 "prost-build",
 6342 "prost-types",
 6343 "reqwest",
 6344 "serde",
 6345]
 6346
 6347[[package]]
 6348name = "lmdb-master-sys"
 6349version = "0.2.2"
 6350source = "registry+https://github.com/rust-lang/crates.io-index"
 6351checksum = "57640c190703d5ccf4a86aff4aeb749b2d287a8cb1723c76b51f39d77ab53b24"
 6352dependencies = [
 6353 "cc",
 6354 "doxygen-rs",
 6355 "libc",
 6356]
 6357
 6358[[package]]
 6359name = "lock_api"
 6360version = "0.4.10"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
 6363dependencies = [
 6364 "autocfg",
 6365 "scopeguard",
 6366]
 6367
 6368[[package]]
 6369name = "log"
 6370version = "0.4.22"
 6371source = "registry+https://github.com/rust-lang/crates.io-index"
 6372checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
 6373dependencies = [
 6374 "serde",
 6375 "value-bag",
 6376]
 6377
 6378[[package]]
 6379name = "loop9"
 6380version = "0.1.5"
 6381source = "registry+https://github.com/rust-lang/crates.io-index"
 6382checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 6383dependencies = [
 6384 "imgref",
 6385]
 6386
 6387[[package]]
 6388name = "lsp"
 6389version = "0.1.0"
 6390dependencies = [
 6391 "anyhow",
 6392 "async-pipe",
 6393 "collections",
 6394 "ctor",
 6395 "env_logger",
 6396 "futures 0.3.28",
 6397 "gpui",
 6398 "log",
 6399 "lsp-types",
 6400 "parking_lot",
 6401 "postage",
 6402 "release_channel",
 6403 "serde",
 6404 "serde_json",
 6405 "smol",
 6406 "util",
 6407 "windows 0.58.0",
 6408]
 6409
 6410[[package]]
 6411name = "lsp-types"
 6412version = "0.95.1"
 6413source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
 6414dependencies = [
 6415 "bitflags 1.3.2",
 6416 "serde",
 6417 "serde_json",
 6418 "serde_repr",
 6419 "url",
 6420]
 6421
 6422[[package]]
 6423name = "lz4"
 6424version = "1.24.0"
 6425source = "registry+https://github.com/rust-lang/crates.io-index"
 6426checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
 6427dependencies = [
 6428 "libc",
 6429 "lz4-sys",
 6430]
 6431
 6432[[package]]
 6433name = "lz4-sys"
 6434version = "1.9.4"
 6435source = "registry+https://github.com/rust-lang/crates.io-index"
 6436checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
 6437dependencies = [
 6438 "cc",
 6439 "libc",
 6440]
 6441
 6442[[package]]
 6443name = "mac"
 6444version = "0.1.1"
 6445source = "registry+https://github.com/rust-lang/crates.io-index"
 6446checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 6447
 6448[[package]]
 6449name = "mach2"
 6450version = "0.4.2"
 6451source = "registry+https://github.com/rust-lang/crates.io-index"
 6452checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 6453dependencies = [
 6454 "libc",
 6455]
 6456
 6457[[package]]
 6458name = "malloc_buf"
 6459version = "0.0.6"
 6460source = "registry+https://github.com/rust-lang/crates.io-index"
 6461checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 6462dependencies = [
 6463 "libc",
 6464]
 6465
 6466[[package]]
 6467name = "markdown"
 6468version = "0.1.0"
 6469dependencies = [
 6470 "anyhow",
 6471 "assets",
 6472 "env_logger",
 6473 "futures 0.3.28",
 6474 "gpui",
 6475 "language",
 6476 "languages",
 6477 "linkify",
 6478 "log",
 6479 "node_runtime",
 6480 "pulldown-cmark",
 6481 "settings",
 6482 "theme",
 6483 "ui",
 6484 "util",
 6485]
 6486
 6487[[package]]
 6488name = "markdown_preview"
 6489version = "0.1.0"
 6490dependencies = [
 6491 "anyhow",
 6492 "async-recursion 1.0.5",
 6493 "collections",
 6494 "editor",
 6495 "gpui",
 6496 "language",
 6497 "linkify",
 6498 "log",
 6499 "pretty_assertions",
 6500 "pulldown-cmark",
 6501 "theme",
 6502 "ui",
 6503 "workspace",
 6504]
 6505
 6506[[package]]
 6507name = "markup5ever"
 6508version = "0.12.1"
 6509source = "registry+https://github.com/rust-lang/crates.io-index"
 6510checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 6511dependencies = [
 6512 "log",
 6513 "phf",
 6514 "phf_codegen",
 6515 "string_cache",
 6516 "string_cache_codegen",
 6517 "tendril",
 6518]
 6519
 6520[[package]]
 6521name = "markup5ever_rcdom"
 6522version = "0.3.0"
 6523source = "registry+https://github.com/rust-lang/crates.io-index"
 6524checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 6525dependencies = [
 6526 "html5ever",
 6527 "markup5ever",
 6528 "tendril",
 6529 "xml5ever",
 6530]
 6531
 6532[[package]]
 6533name = "matchers"
 6534version = "0.1.0"
 6535source = "registry+https://github.com/rust-lang/crates.io-index"
 6536checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 6537dependencies = [
 6538 "regex-automata 0.1.10",
 6539]
 6540
 6541[[package]]
 6542name = "matchit"
 6543version = "0.7.3"
 6544source = "registry+https://github.com/rust-lang/crates.io-index"
 6545checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 6546
 6547[[package]]
 6548name = "maybe-owned"
 6549version = "0.3.4"
 6550source = "registry+https://github.com/rust-lang/crates.io-index"
 6551checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 6552
 6553[[package]]
 6554name = "maybe-rayon"
 6555version = "0.1.1"
 6556source = "registry+https://github.com/rust-lang/crates.io-index"
 6557checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 6558dependencies = [
 6559 "cfg-if",
 6560 "rayon",
 6561]
 6562
 6563[[package]]
 6564name = "md-5"
 6565version = "0.10.5"
 6566source = "registry+https://github.com/rust-lang/crates.io-index"
 6567checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
 6568dependencies = [
 6569 "digest",
 6570]
 6571
 6572[[package]]
 6573name = "media"
 6574version = "0.1.0"
 6575dependencies = [
 6576 "anyhow",
 6577 "bindgen 0.65.1",
 6578 "core-foundation",
 6579 "foreign-types 0.5.0",
 6580 "metal",
 6581 "objc",
 6582]
 6583
 6584[[package]]
 6585name = "memchr"
 6586version = "2.7.2"
 6587source = "registry+https://github.com/rust-lang/crates.io-index"
 6588checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
 6589
 6590[[package]]
 6591name = "memfd"
 6592version = "0.6.4"
 6593source = "registry+https://github.com/rust-lang/crates.io-index"
 6594checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 6595dependencies = [
 6596 "rustix 0.38.32",
 6597]
 6598
 6599[[package]]
 6600name = "memmap2"
 6601version = "0.9.4"
 6602source = "registry+https://github.com/rust-lang/crates.io-index"
 6603checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
 6604dependencies = [
 6605 "libc",
 6606]
 6607
 6608[[package]]
 6609name = "memoffset"
 6610version = "0.9.0"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
 6613dependencies = [
 6614 "autocfg",
 6615]
 6616
 6617[[package]]
 6618name = "menu"
 6619version = "0.1.0"
 6620dependencies = [
 6621 "gpui",
 6622 "serde",
 6623]
 6624
 6625[[package]]
 6626name = "metal"
 6627version = "0.29.0"
 6628source = "registry+https://github.com/rust-lang/crates.io-index"
 6629checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 6630dependencies = [
 6631 "bitflags 2.6.0",
 6632 "block",
 6633 "core-graphics-types",
 6634 "foreign-types 0.5.0",
 6635 "log",
 6636 "objc",
 6637 "paste",
 6638]
 6639
 6640[[package]]
 6641name = "mimalloc"
 6642version = "0.1.41"
 6643source = "registry+https://github.com/rust-lang/crates.io-index"
 6644checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
 6645dependencies = [
 6646 "libmimalloc-sys",
 6647]
 6648
 6649[[package]]
 6650name = "mime"
 6651version = "0.3.17"
 6652source = "registry+https://github.com/rust-lang/crates.io-index"
 6653checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 6654
 6655[[package]]
 6656name = "minimal-lexical"
 6657version = "0.2.1"
 6658source = "registry+https://github.com/rust-lang/crates.io-index"
 6659checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 6660
 6661[[package]]
 6662name = "miniz_oxide"
 6663version = "0.7.1"
 6664source = "registry+https://github.com/rust-lang/crates.io-index"
 6665checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
 6666dependencies = [
 6667 "adler",
 6668 "simd-adler32",
 6669]
 6670
 6671[[package]]
 6672name = "mint"
 6673version = "0.5.9"
 6674source = "registry+https://github.com/rust-lang/crates.io-index"
 6675checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 6676
 6677[[package]]
 6678name = "mio"
 6679version = "0.8.11"
 6680source = "registry+https://github.com/rust-lang/crates.io-index"
 6681checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 6682dependencies = [
 6683 "libc",
 6684 "log",
 6685 "wasi 0.11.0+wasi-snapshot-preview1",
 6686 "windows-sys 0.48.0",
 6687]
 6688
 6689[[package]]
 6690name = "miow"
 6691version = "0.6.0"
 6692source = "registry+https://github.com/rust-lang/crates.io-index"
 6693checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 6694dependencies = [
 6695 "windows-sys 0.48.0",
 6696]
 6697
 6698[[package]]
 6699name = "multi_buffer"
 6700version = "0.1.0"
 6701dependencies = [
 6702 "anyhow",
 6703 "clock",
 6704 "collections",
 6705 "ctor",
 6706 "env_logger",
 6707 "futures 0.3.28",
 6708 "git",
 6709 "gpui",
 6710 "itertools 0.11.0",
 6711 "language",
 6712 "log",
 6713 "parking_lot",
 6714 "rand 0.8.5",
 6715 "serde",
 6716 "settings",
 6717 "smallvec",
 6718 "sum_tree",
 6719 "text",
 6720 "theme",
 6721 "util",
 6722]
 6723
 6724[[package]]
 6725name = "multimap"
 6726version = "0.8.3"
 6727source = "registry+https://github.com/rust-lang/crates.io-index"
 6728checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 6729
 6730[[package]]
 6731name = "naga"
 6732version = "22.0.0"
 6733source = "registry+https://github.com/rust-lang/crates.io-index"
 6734checksum = "09eeccb9b50f4f7839b214aa3e08be467159506a986c18e0702170ccf720a453"
 6735dependencies = [
 6736 "arrayvec",
 6737 "bit-set 0.6.0",
 6738 "bitflags 2.6.0",
 6739 "cfg_aliases 0.1.1",
 6740 "codespan-reporting",
 6741 "hexf-parse",
 6742 "indexmap 2.2.6",
 6743 "log",
 6744 "rustc-hash",
 6745 "spirv",
 6746 "termcolor",
 6747 "thiserror",
 6748 "unicode-xid",
 6749]
 6750
 6751[[package]]
 6752name = "nanoid"
 6753version = "0.4.0"
 6754source = "registry+https://github.com/rust-lang/crates.io-index"
 6755checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 6756dependencies = [
 6757 "rand 0.8.5",
 6758]
 6759
 6760[[package]]
 6761name = "nanorand"
 6762version = "0.7.0"
 6763source = "registry+https://github.com/rust-lang/crates.io-index"
 6764checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 6765dependencies = [
 6766 "getrandom 0.2.10",
 6767]
 6768
 6769[[package]]
 6770name = "native-tls"
 6771version = "0.2.11"
 6772source = "registry+https://github.com/rust-lang/crates.io-index"
 6773checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
 6774dependencies = [
 6775 "lazy_static",
 6776 "libc",
 6777 "log",
 6778 "openssl",
 6779 "openssl-probe",
 6780 "openssl-sys",
 6781 "schannel",
 6782 "security-framework",
 6783 "security-framework-sys",
 6784 "tempfile",
 6785]
 6786
 6787[[package]]
 6788name = "ndk"
 6789version = "0.7.0"
 6790source = "registry+https://github.com/rust-lang/crates.io-index"
 6791checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
 6792dependencies = [
 6793 "bitflags 1.3.2",
 6794 "jni-sys",
 6795 "ndk-sys",
 6796 "num_enum",
 6797 "raw-window-handle 0.5.2",
 6798 "thiserror",
 6799]
 6800
 6801[[package]]
 6802name = "ndk-context"
 6803version = "0.1.1"
 6804source = "registry+https://github.com/rust-lang/crates.io-index"
 6805checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 6806
 6807[[package]]
 6808name = "ndk-sys"
 6809version = "0.4.1+23.1.7779620"
 6810source = "registry+https://github.com/rust-lang/crates.io-index"
 6811checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
 6812dependencies = [
 6813 "jni-sys",
 6814]
 6815
 6816[[package]]
 6817name = "new_debug_unreachable"
 6818version = "1.0.4"
 6819source = "registry+https://github.com/rust-lang/crates.io-index"
 6820checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
 6821
 6822[[package]]
 6823name = "nix"
 6824version = "0.24.3"
 6825source = "registry+https://github.com/rust-lang/crates.io-index"
 6826checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
 6827dependencies = [
 6828 "bitflags 1.3.2",
 6829 "cfg-if",
 6830 "libc",
 6831]
 6832
 6833[[package]]
 6834name = "nix"
 6835version = "0.27.1"
 6836source = "registry+https://github.com/rust-lang/crates.io-index"
 6837checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
 6838dependencies = [
 6839 "bitflags 2.6.0",
 6840 "cfg-if",
 6841 "libc",
 6842 "memoffset",
 6843]
 6844
 6845[[package]]
 6846name = "nix"
 6847version = "0.28.0"
 6848source = "registry+https://github.com/rust-lang/crates.io-index"
 6849checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
 6850dependencies = [
 6851 "bitflags 2.6.0",
 6852 "cfg-if",
 6853 "cfg_aliases 0.1.1",
 6854 "libc",
 6855]
 6856
 6857[[package]]
 6858name = "node_runtime"
 6859version = "0.1.0"
 6860dependencies = [
 6861 "anyhow",
 6862 "async-compression",
 6863 "async-std",
 6864 "async-tar",
 6865 "async-trait",
 6866 "async_zip",
 6867 "futures 0.3.28",
 6868 "http_client",
 6869 "log",
 6870 "paths",
 6871 "semver",
 6872 "serde",
 6873 "serde_json",
 6874 "smol",
 6875 "tempfile",
 6876 "util",
 6877 "walkdir",
 6878 "windows 0.58.0",
 6879]
 6880
 6881[[package]]
 6882name = "nom"
 6883version = "7.1.3"
 6884source = "registry+https://github.com/rust-lang/crates.io-index"
 6885checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 6886dependencies = [
 6887 "memchr",
 6888 "minimal-lexical",
 6889]
 6890
 6891[[package]]
 6892name = "noop_proc_macro"
 6893version = "0.3.0"
 6894source = "registry+https://github.com/rust-lang/crates.io-index"
 6895checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 6896
 6897[[package]]
 6898name = "notifications"
 6899version = "0.1.0"
 6900dependencies = [
 6901 "anyhow",
 6902 "channel",
 6903 "client",
 6904 "collections",
 6905 "db",
 6906 "gpui",
 6907 "rpc",
 6908 "settings",
 6909 "sum_tree",
 6910 "time",
 6911 "util",
 6912]
 6913
 6914[[package]]
 6915name = "notify"
 6916version = "6.1.1"
 6917source = "registry+https://github.com/rust-lang/crates.io-index"
 6918checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 6919dependencies = [
 6920 "bitflags 2.6.0",
 6921 "crossbeam-channel",
 6922 "filetime",
 6923 "fsevent-sys 4.1.0",
 6924 "inotify",
 6925 "kqueue",
 6926 "libc",
 6927 "log",
 6928 "mio",
 6929 "walkdir",
 6930 "windows-sys 0.48.0",
 6931]
 6932
 6933[[package]]
 6934name = "ntapi"
 6935version = "0.4.1"
 6936source = "registry+https://github.com/rust-lang/crates.io-index"
 6937checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 6938dependencies = [
 6939 "winapi",
 6940]
 6941
 6942[[package]]
 6943name = "nu-ansi-term"
 6944version = "0.46.0"
 6945source = "registry+https://github.com/rust-lang/crates.io-index"
 6946checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 6947dependencies = [
 6948 "overload",
 6949 "winapi",
 6950]
 6951
 6952[[package]]
 6953name = "num"
 6954version = "0.4.1"
 6955source = "registry+https://github.com/rust-lang/crates.io-index"
 6956checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
 6957dependencies = [
 6958 "num-bigint",
 6959 "num-complex",
 6960 "num-integer",
 6961 "num-iter",
 6962 "num-rational",
 6963 "num-traits",
 6964]
 6965
 6966[[package]]
 6967name = "num-bigint"
 6968version = "0.4.4"
 6969source = "registry+https://github.com/rust-lang/crates.io-index"
 6970checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
 6971dependencies = [
 6972 "autocfg",
 6973 "num-integer",
 6974 "num-traits",
 6975]
 6976
 6977[[package]]
 6978name = "num-bigint-dig"
 6979version = "0.8.4"
 6980source = "registry+https://github.com/rust-lang/crates.io-index"
 6981checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 6982dependencies = [
 6983 "byteorder",
 6984 "lazy_static",
 6985 "libm",
 6986 "num-integer",
 6987 "num-iter",
 6988 "num-traits",
 6989 "rand 0.8.5",
 6990 "serde",
 6991 "smallvec",
 6992 "zeroize",
 6993]
 6994
 6995[[package]]
 6996name = "num-complex"
 6997version = "0.4.4"
 6998source = "registry+https://github.com/rust-lang/crates.io-index"
 6999checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
 7000dependencies = [
 7001 "num-traits",
 7002]
 7003
 7004[[package]]
 7005name = "num-conv"
 7006version = "0.1.0"
 7007source = "registry+https://github.com/rust-lang/crates.io-index"
 7008checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 7009
 7010[[package]]
 7011name = "num-derive"
 7012version = "0.3.3"
 7013source = "registry+https://github.com/rust-lang/crates.io-index"
 7014checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
 7015dependencies = [
 7016 "proc-macro2",
 7017 "quote",
 7018 "syn 1.0.109",
 7019]
 7020
 7021[[package]]
 7022name = "num-derive"
 7023version = "0.4.2"
 7024source = "registry+https://github.com/rust-lang/crates.io-index"
 7025checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 7026dependencies = [
 7027 "proc-macro2",
 7028 "quote",
 7029 "syn 2.0.59",
 7030]
 7031
 7032[[package]]
 7033name = "num-format"
 7034version = "0.4.4"
 7035source = "registry+https://github.com/rust-lang/crates.io-index"
 7036checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 7037dependencies = [
 7038 "arrayvec",
 7039 "itoa",
 7040]
 7041
 7042[[package]]
 7043name = "num-integer"
 7044version = "0.1.45"
 7045source = "registry+https://github.com/rust-lang/crates.io-index"
 7046checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
 7047dependencies = [
 7048 "autocfg",
 7049 "num-traits",
 7050]
 7051
 7052[[package]]
 7053name = "num-iter"
 7054version = "0.1.43"
 7055source = "registry+https://github.com/rust-lang/crates.io-index"
 7056checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
 7057dependencies = [
 7058 "autocfg",
 7059 "num-integer",
 7060 "num-traits",
 7061]
 7062
 7063[[package]]
 7064name = "num-rational"
 7065version = "0.4.1"
 7066source = "registry+https://github.com/rust-lang/crates.io-index"
 7067checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
 7068dependencies = [
 7069 "autocfg",
 7070 "num-bigint",
 7071 "num-integer",
 7072 "num-traits",
 7073]
 7074
 7075[[package]]
 7076name = "num-traits"
 7077version = "0.2.16"
 7078source = "registry+https://github.com/rust-lang/crates.io-index"
 7079checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
 7080dependencies = [
 7081 "autocfg",
 7082 "libm",
 7083]
 7084
 7085[[package]]
 7086name = "num_cpus"
 7087version = "1.16.0"
 7088source = "registry+https://github.com/rust-lang/crates.io-index"
 7089checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 7090dependencies = [
 7091 "hermit-abi",
 7092 "libc",
 7093]
 7094
 7095[[package]]
 7096name = "num_enum"
 7097version = "0.5.11"
 7098source = "registry+https://github.com/rust-lang/crates.io-index"
 7099checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
 7100dependencies = [
 7101 "num_enum_derive",
 7102]
 7103
 7104[[package]]
 7105name = "num_enum_derive"
 7106version = "0.5.11"
 7107source = "registry+https://github.com/rust-lang/crates.io-index"
 7108checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
 7109dependencies = [
 7110 "proc-macro-crate 1.3.1",
 7111 "proc-macro2",
 7112 "quote",
 7113 "syn 1.0.109",
 7114]
 7115
 7116[[package]]
 7117name = "num_threads"
 7118version = "0.1.7"
 7119source = "registry+https://github.com/rust-lang/crates.io-index"
 7120checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 7121dependencies = [
 7122 "libc",
 7123]
 7124
 7125[[package]]
 7126name = "nvim-rs"
 7127version = "0.6.0-pre"
 7128source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#0d2b1c884f3c39a76b5b7aac0b429f4624843954"
 7129dependencies = [
 7130 "async-trait",
 7131 "futures 0.3.28",
 7132 "log",
 7133 "parity-tokio-ipc",
 7134 "rmp",
 7135 "rmpv",
 7136 "tokio",
 7137 "tokio-util",
 7138]
 7139
 7140[[package]]
 7141name = "objc"
 7142version = "0.2.7"
 7143source = "registry+https://github.com/rust-lang/crates.io-index"
 7144checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 7145dependencies = [
 7146 "malloc_buf",
 7147]
 7148
 7149[[package]]
 7150name = "object"
 7151version = "0.33.0"
 7152source = "registry+https://github.com/rust-lang/crates.io-index"
 7153checksum = "d8dd6c0cdf9429bce006e1362bfce61fa1bfd8c898a643ed8d2b471934701d3d"
 7154dependencies = [
 7155 "crc32fast",
 7156 "hashbrown 0.14.5",
 7157 "indexmap 2.2.6",
 7158 "memchr",
 7159]
 7160
 7161[[package]]
 7162name = "object"
 7163version = "0.36.2"
 7164source = "registry+https://github.com/rust-lang/crates.io-index"
 7165checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
 7166dependencies = [
 7167 "memchr",
 7168]
 7169
 7170[[package]]
 7171name = "oboe"
 7172version = "0.5.0"
 7173source = "registry+https://github.com/rust-lang/crates.io-index"
 7174checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
 7175dependencies = [
 7176 "jni 0.20.0",
 7177 "ndk",
 7178 "ndk-context",
 7179 "num-derive 0.3.3",
 7180 "num-traits",
 7181 "oboe-sys",
 7182]
 7183
 7184[[package]]
 7185name = "oboe-sys"
 7186version = "0.5.0"
 7187source = "registry+https://github.com/rust-lang/crates.io-index"
 7188checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
 7189dependencies = [
 7190 "cc",
 7191]
 7192
 7193[[package]]
 7194name = "ollama"
 7195version = "0.1.0"
 7196dependencies = [
 7197 "anyhow",
 7198 "futures 0.3.28",
 7199 "http_client",
 7200 "isahc",
 7201 "schemars",
 7202 "serde",
 7203 "serde_json",
 7204]
 7205
 7206[[package]]
 7207name = "once_cell"
 7208version = "1.19.0"
 7209source = "registry+https://github.com/rust-lang/crates.io-index"
 7210checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
 7211
 7212[[package]]
 7213name = "oo7"
 7214version = "0.3.3"
 7215source = "registry+https://github.com/rust-lang/crates.io-index"
 7216checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
 7217dependencies = [
 7218 "aes",
 7219 "async-fs 2.1.1",
 7220 "async-io 2.3.1",
 7221 "async-lock 3.3.0",
 7222 "async-net 2.0.0",
 7223 "blocking",
 7224 "cbc",
 7225 "cipher",
 7226 "digest",
 7227 "endi",
 7228 "futures-lite 2.2.0",
 7229 "futures-util",
 7230 "hkdf",
 7231 "hmac",
 7232 "md-5",
 7233 "num",
 7234 "num-bigint-dig",
 7235 "pbkdf2",
 7236 "rand 0.8.5",
 7237 "serde",
 7238 "sha2",
 7239 "subtle",
 7240 "zbus",
 7241 "zeroize",
 7242 "zvariant",
 7243]
 7244
 7245[[package]]
 7246name = "oorandom"
 7247version = "11.1.3"
 7248source = "registry+https://github.com/rust-lang/crates.io-index"
 7249checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
 7250
 7251[[package]]
 7252name = "open"
 7253version = "5.3.0"
 7254source = "registry+https://github.com/rust-lang/crates.io-index"
 7255checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
 7256dependencies = [
 7257 "is-wsl",
 7258 "libc",
 7259 "pathdiff",
 7260]
 7261
 7262[[package]]
 7263name = "open_ai"
 7264version = "0.1.0"
 7265dependencies = [
 7266 "anyhow",
 7267 "futures 0.3.28",
 7268 "http_client",
 7269 "isahc",
 7270 "schemars",
 7271 "serde",
 7272 "serde_json",
 7273 "strum",
 7274]
 7275
 7276[[package]]
 7277name = "openssl"
 7278version = "0.10.66"
 7279source = "registry+https://github.com/rust-lang/crates.io-index"
 7280checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
 7281dependencies = [
 7282 "bitflags 2.6.0",
 7283 "cfg-if",
 7284 "foreign-types 0.3.2",
 7285 "libc",
 7286 "once_cell",
 7287 "openssl-macros",
 7288 "openssl-sys",
 7289]
 7290
 7291[[package]]
 7292name = "openssl-macros"
 7293version = "0.1.1"
 7294source = "registry+https://github.com/rust-lang/crates.io-index"
 7295checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 7296dependencies = [
 7297 "proc-macro2",
 7298 "quote",
 7299 "syn 2.0.59",
 7300]
 7301
 7302[[package]]
 7303name = "openssl-probe"
 7304version = "0.1.5"
 7305source = "registry+https://github.com/rust-lang/crates.io-index"
 7306checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 7307
 7308[[package]]
 7309name = "openssl-src"
 7310version = "300.3.0+3.3.0"
 7311source = "registry+https://github.com/rust-lang/crates.io-index"
 7312checksum = "eba8804a1c5765b18c4b3f907e6897ebabeedebc9830e1a0046c4a4cf44663e1"
 7313dependencies = [
 7314 "cc",
 7315]
 7316
 7317[[package]]
 7318name = "openssl-sys"
 7319version = "0.9.103"
 7320source = "registry+https://github.com/rust-lang/crates.io-index"
 7321checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
 7322dependencies = [
 7323 "cc",
 7324 "libc",
 7325 "openssl-src",
 7326 "pkg-config",
 7327 "vcpkg",
 7328]
 7329
 7330[[package]]
 7331name = "option-ext"
 7332version = "0.2.0"
 7333source = "registry+https://github.com/rust-lang/crates.io-index"
 7334checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 7335
 7336[[package]]
 7337name = "ordered-float"
 7338version = "2.10.0"
 7339source = "registry+https://github.com/rust-lang/crates.io-index"
 7340checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
 7341dependencies = [
 7342 "num-traits",
 7343]
 7344
 7345[[package]]
 7346name = "ordered-float"
 7347version = "3.9.1"
 7348source = "registry+https://github.com/rust-lang/crates.io-index"
 7349checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
 7350dependencies = [
 7351 "num-traits",
 7352]
 7353
 7354[[package]]
 7355name = "ordered-stream"
 7356version = "0.2.0"
 7357source = "registry+https://github.com/rust-lang/crates.io-index"
 7358checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 7359dependencies = [
 7360 "futures-core",
 7361 "pin-project-lite",
 7362]
 7363
 7364[[package]]
 7365name = "ouroboros"
 7366version = "0.17.2"
 7367source = "registry+https://github.com/rust-lang/crates.io-index"
 7368checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
 7369dependencies = [
 7370 "aliasable",
 7371 "ouroboros_macro",
 7372 "static_assertions",
 7373]
 7374
 7375[[package]]
 7376name = "ouroboros_macro"
 7377version = "0.17.2"
 7378source = "registry+https://github.com/rust-lang/crates.io-index"
 7379checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
 7380dependencies = [
 7381 "heck 0.4.1",
 7382 "proc-macro-error",
 7383 "proc-macro2",
 7384 "quote",
 7385 "syn 2.0.59",
 7386]
 7387
 7388[[package]]
 7389name = "outline"
 7390version = "0.1.0"
 7391dependencies = [
 7392 "editor",
 7393 "fuzzy",
 7394 "gpui",
 7395 "indoc",
 7396 "language",
 7397 "menu",
 7398 "ordered-float 2.10.0",
 7399 "picker",
 7400 "project",
 7401 "rope",
 7402 "serde_json",
 7403 "smol",
 7404 "theme",
 7405 "tree-sitter-rust",
 7406 "tree-sitter-typescript",
 7407 "ui",
 7408 "util",
 7409 "workspace",
 7410]
 7411
 7412[[package]]
 7413name = "outline_panel"
 7414version = "0.1.0"
 7415dependencies = [
 7416 "anyhow",
 7417 "collections",
 7418 "db",
 7419 "editor",
 7420 "file_icons",
 7421 "fuzzy",
 7422 "gpui",
 7423 "itertools 0.11.0",
 7424 "language",
 7425 "log",
 7426 "menu",
 7427 "project",
 7428 "schemars",
 7429 "serde",
 7430 "serde_json",
 7431 "settings",
 7432 "util",
 7433 "workspace",
 7434 "worktree",
 7435]
 7436
 7437[[package]]
 7438name = "outref"
 7439version = "0.5.1"
 7440source = "registry+https://github.com/rust-lang/crates.io-index"
 7441checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 7442
 7443[[package]]
 7444name = "overload"
 7445version = "0.1.1"
 7446source = "registry+https://github.com/rust-lang/crates.io-index"
 7447checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 7448
 7449[[package]]
 7450name = "p256"
 7451version = "0.11.1"
 7452source = "registry+https://github.com/rust-lang/crates.io-index"
 7453checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 7454dependencies = [
 7455 "ecdsa",
 7456 "elliptic-curve",
 7457 "sha2",
 7458]
 7459
 7460[[package]]
 7461name = "page_size"
 7462version = "0.6.0"
 7463source = "registry+https://github.com/rust-lang/crates.io-index"
 7464checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 7465dependencies = [
 7466 "libc",
 7467 "winapi",
 7468]
 7469
 7470[[package]]
 7471name = "palette"
 7472version = "0.7.6"
 7473source = "registry+https://github.com/rust-lang/crates.io-index"
 7474checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 7475dependencies = [
 7476 "approx",
 7477 "fast-srgb8",
 7478 "palette_derive",
 7479]
 7480
 7481[[package]]
 7482name = "palette_derive"
 7483version = "0.7.6"
 7484source = "registry+https://github.com/rust-lang/crates.io-index"
 7485checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 7486dependencies = [
 7487 "by_address",
 7488 "proc-macro2",
 7489 "quote",
 7490 "syn 2.0.59",
 7491]
 7492
 7493[[package]]
 7494name = "parity-tokio-ipc"
 7495version = "0.9.0"
 7496source = "registry+https://github.com/rust-lang/crates.io-index"
 7497checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 7498dependencies = [
 7499 "futures 0.3.28",
 7500 "libc",
 7501 "log",
 7502 "rand 0.7.3",
 7503 "tokio",
 7504 "winapi",
 7505]
 7506
 7507[[package]]
 7508name = "parking"
 7509version = "2.2.0"
 7510source = "registry+https://github.com/rust-lang/crates.io-index"
 7511checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
 7512
 7513[[package]]
 7514name = "parking_lot"
 7515version = "0.12.1"
 7516source = "registry+https://github.com/rust-lang/crates.io-index"
 7517checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
 7518dependencies = [
 7519 "lock_api",
 7520 "parking_lot_core",
 7521]
 7522
 7523[[package]]
 7524name = "parking_lot_core"
 7525version = "0.9.8"
 7526source = "registry+https://github.com/rust-lang/crates.io-index"
 7527checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
 7528dependencies = [
 7529 "cfg-if",
 7530 "libc",
 7531 "redox_syscall 0.3.5",
 7532 "smallvec",
 7533 "windows-targets 0.48.5",
 7534]
 7535
 7536[[package]]
 7537name = "password-hash"
 7538version = "0.5.0"
 7539source = "registry+https://github.com/rust-lang/crates.io-index"
 7540checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 7541dependencies = [
 7542 "base64ct",
 7543 "rand_core 0.6.4",
 7544 "subtle",
 7545]
 7546
 7547[[package]]
 7548name = "paste"
 7549version = "1.0.14"
 7550source = "registry+https://github.com/rust-lang/crates.io-index"
 7551checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
 7552
 7553[[package]]
 7554name = "pathdiff"
 7555version = "0.2.1"
 7556source = "registry+https://github.com/rust-lang/crates.io-index"
 7557checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
 7558
 7559[[package]]
 7560name = "pathfinder_geometry"
 7561version = "0.5.1"
 7562source = "registry+https://github.com/rust-lang/crates.io-index"
 7563checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 7564dependencies = [
 7565 "log",
 7566 "pathfinder_simd",
 7567]
 7568
 7569[[package]]
 7570name = "pathfinder_simd"
 7571version = "0.5.4"
 7572source = "registry+https://github.com/rust-lang/crates.io-index"
 7573checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 7574dependencies = [
 7575 "rustc_version",
 7576]
 7577
 7578[[package]]
 7579name = "paths"
 7580version = "0.1.0"
 7581dependencies = [
 7582 "dirs 4.0.0",
 7583 "util",
 7584]
 7585
 7586[[package]]
 7587name = "pbkdf2"
 7588version = "0.12.2"
 7589source = "registry+https://github.com/rust-lang/crates.io-index"
 7590checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 7591dependencies = [
 7592 "digest",
 7593 "hmac",
 7594]
 7595
 7596[[package]]
 7597name = "peeking_take_while"
 7598version = "0.1.2"
 7599source = "registry+https://github.com/rust-lang/crates.io-index"
 7600checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
 7601
 7602[[package]]
 7603name = "pem"
 7604version = "3.0.4"
 7605source = "registry+https://github.com/rust-lang/crates.io-index"
 7606checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 7607dependencies = [
 7608 "base64 0.22.1",
 7609 "serde",
 7610]
 7611
 7612[[package]]
 7613name = "pem-rfc7468"
 7614version = "0.7.0"
 7615source = "registry+https://github.com/rust-lang/crates.io-index"
 7616checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 7617dependencies = [
 7618 "base64ct",
 7619]
 7620
 7621[[package]]
 7622name = "percent-encoding"
 7623version = "2.3.1"
 7624source = "registry+https://github.com/rust-lang/crates.io-index"
 7625checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 7626
 7627[[package]]
 7628name = "petgraph"
 7629version = "0.6.4"
 7630source = "registry+https://github.com/rust-lang/crates.io-index"
 7631checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
 7632dependencies = [
 7633 "fixedbitset",
 7634 "indexmap 2.2.6",
 7635]
 7636
 7637[[package]]
 7638name = "phf"
 7639version = "0.11.2"
 7640source = "registry+https://github.com/rust-lang/crates.io-index"
 7641checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
 7642dependencies = [
 7643 "phf_macros",
 7644 "phf_shared 0.11.2",
 7645]
 7646
 7647[[package]]
 7648name = "phf_codegen"
 7649version = "0.11.2"
 7650source = "registry+https://github.com/rust-lang/crates.io-index"
 7651checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
 7652dependencies = [
 7653 "phf_generator 0.11.2",
 7654 "phf_shared 0.11.2",
 7655]
 7656
 7657[[package]]
 7658name = "phf_generator"
 7659version = "0.10.0"
 7660source = "registry+https://github.com/rust-lang/crates.io-index"
 7661checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
 7662dependencies = [
 7663 "phf_shared 0.10.0",
 7664 "rand 0.8.5",
 7665]
 7666
 7667[[package]]
 7668name = "phf_generator"
 7669version = "0.11.2"
 7670source = "registry+https://github.com/rust-lang/crates.io-index"
 7671checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
 7672dependencies = [
 7673 "phf_shared 0.11.2",
 7674 "rand 0.8.5",
 7675]
 7676
 7677[[package]]
 7678name = "phf_macros"
 7679version = "0.11.2"
 7680source = "registry+https://github.com/rust-lang/crates.io-index"
 7681checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
 7682dependencies = [
 7683 "phf_generator 0.11.2",
 7684 "phf_shared 0.11.2",
 7685 "proc-macro2",
 7686 "quote",
 7687 "syn 2.0.59",
 7688]
 7689
 7690[[package]]
 7691name = "phf_shared"
 7692version = "0.10.0"
 7693source = "registry+https://github.com/rust-lang/crates.io-index"
 7694checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
 7695dependencies = [
 7696 "siphasher 0.3.11",
 7697]
 7698
 7699[[package]]
 7700name = "phf_shared"
 7701version = "0.11.2"
 7702source = "registry+https://github.com/rust-lang/crates.io-index"
 7703checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
 7704dependencies = [
 7705 "siphasher 0.3.11",
 7706]
 7707
 7708[[package]]
 7709name = "picker"
 7710version = "0.1.0"
 7711dependencies = [
 7712 "anyhow",
 7713 "ctor",
 7714 "editor",
 7715 "env_logger",
 7716 "gpui",
 7717 "menu",
 7718 "serde",
 7719 "serde_json",
 7720 "ui",
 7721 "workspace",
 7722]
 7723
 7724[[package]]
 7725name = "pico-args"
 7726version = "0.5.0"
 7727source = "registry+https://github.com/rust-lang/crates.io-index"
 7728checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
 7729
 7730[[package]]
 7731name = "pin-project"
 7732version = "1.1.3"
 7733source = "registry+https://github.com/rust-lang/crates.io-index"
 7734checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
 7735dependencies = [
 7736 "pin-project-internal",
 7737]
 7738
 7739[[package]]
 7740name = "pin-project-internal"
 7741version = "1.1.3"
 7742source = "registry+https://github.com/rust-lang/crates.io-index"
 7743checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
 7744dependencies = [
 7745 "proc-macro2",
 7746 "quote",
 7747 "syn 2.0.59",
 7748]
 7749
 7750[[package]]
 7751name = "pin-project-lite"
 7752version = "0.2.13"
 7753source = "registry+https://github.com/rust-lang/crates.io-index"
 7754checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
 7755
 7756[[package]]
 7757name = "pin-utils"
 7758version = "0.1.0"
 7759source = "registry+https://github.com/rust-lang/crates.io-index"
 7760checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 7761
 7762[[package]]
 7763name = "piper"
 7764version = "0.2.1"
 7765source = "registry+https://github.com/rust-lang/crates.io-index"
 7766checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
 7767dependencies = [
 7768 "atomic-waker",
 7769 "fastrand 2.0.0",
 7770 "futures-io",
 7771]
 7772
 7773[[package]]
 7774name = "pkcs1"
 7775version = "0.7.5"
 7776source = "registry+https://github.com/rust-lang/crates.io-index"
 7777checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
 7778dependencies = [
 7779 "der 0.7.8",
 7780 "pkcs8 0.10.2",
 7781 "spki 0.7.3",
 7782]
 7783
 7784[[package]]
 7785name = "pkcs8"
 7786version = "0.9.0"
 7787source = "registry+https://github.com/rust-lang/crates.io-index"
 7788checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
 7789dependencies = [
 7790 "der 0.6.1",
 7791 "spki 0.6.0",
 7792]
 7793
 7794[[package]]
 7795name = "pkcs8"
 7796version = "0.10.2"
 7797source = "registry+https://github.com/rust-lang/crates.io-index"
 7798checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
 7799dependencies = [
 7800 "der 0.7.8",
 7801 "spki 0.7.3",
 7802]
 7803
 7804[[package]]
 7805name = "pkg-config"
 7806version = "0.3.27"
 7807source = "registry+https://github.com/rust-lang/crates.io-index"
 7808checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
 7809
 7810[[package]]
 7811name = "plist"
 7812version = "1.7.0"
 7813source = "registry+https://github.com/rust-lang/crates.io-index"
 7814checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
 7815dependencies = [
 7816 "base64 0.22.1",
 7817 "indexmap 2.2.6",
 7818 "quick-xml 0.32.0",
 7819 "serde",
 7820 "time",
 7821]
 7822
 7823[[package]]
 7824name = "plotters"
 7825version = "0.3.5"
 7826source = "registry+https://github.com/rust-lang/crates.io-index"
 7827checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
 7828dependencies = [
 7829 "num-traits",
 7830 "plotters-backend",
 7831 "plotters-svg",
 7832 "wasm-bindgen",
 7833 "web-sys",
 7834]
 7835
 7836[[package]]
 7837name = "plotters-backend"
 7838version = "0.3.5"
 7839source = "registry+https://github.com/rust-lang/crates.io-index"
 7840checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
 7841
 7842[[package]]
 7843name = "plotters-svg"
 7844version = "0.3.5"
 7845source = "registry+https://github.com/rust-lang/crates.io-index"
 7846checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
 7847dependencies = [
 7848 "plotters-backend",
 7849]
 7850
 7851[[package]]
 7852name = "png"
 7853version = "0.17.13"
 7854source = "registry+https://github.com/rust-lang/crates.io-index"
 7855checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
 7856dependencies = [
 7857 "bitflags 1.3.2",
 7858 "crc32fast",
 7859 "fdeflate",
 7860 "flate2",
 7861 "miniz_oxide",
 7862]
 7863
 7864[[package]]
 7865name = "polling"
 7866version = "2.8.0"
 7867source = "registry+https://github.com/rust-lang/crates.io-index"
 7868checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
 7869dependencies = [
 7870 "autocfg",
 7871 "bitflags 1.3.2",
 7872 "cfg-if",
 7873 "concurrent-queue",
 7874 "libc",
 7875 "log",
 7876 "pin-project-lite",
 7877 "windows-sys 0.48.0",
 7878]
 7879
 7880[[package]]
 7881name = "polling"
 7882version = "3.3.2"
 7883source = "registry+https://github.com/rust-lang/crates.io-index"
 7884checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
 7885dependencies = [
 7886 "cfg-if",
 7887 "concurrent-queue",
 7888 "pin-project-lite",
 7889 "rustix 0.38.32",
 7890 "tracing",
 7891 "windows-sys 0.52.0",
 7892]
 7893
 7894[[package]]
 7895name = "pollster"
 7896version = "0.2.5"
 7897source = "registry+https://github.com/rust-lang/crates.io-index"
 7898checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
 7899
 7900[[package]]
 7901name = "postage"
 7902version = "0.5.0"
 7903source = "registry+https://github.com/rust-lang/crates.io-index"
 7904checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
 7905dependencies = [
 7906 "atomic",
 7907 "crossbeam-queue",
 7908 "futures 0.3.28",
 7909 "log",
 7910 "parking_lot",
 7911 "pin-project",
 7912 "pollster",
 7913 "static_assertions",
 7914 "thiserror",
 7915]
 7916
 7917[[package]]
 7918name = "postcard"
 7919version = "1.0.8"
 7920source = "registry+https://github.com/rust-lang/crates.io-index"
 7921checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8"
 7922dependencies = [
 7923 "cobs",
 7924 "embedded-io",
 7925 "serde",
 7926]
 7927
 7928[[package]]
 7929name = "powerfmt"
 7930version = "0.2.0"
 7931source = "registry+https://github.com/rust-lang/crates.io-index"
 7932checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 7933
 7934[[package]]
 7935name = "ppv-lite86"
 7936version = "0.2.17"
 7937source = "registry+https://github.com/rust-lang/crates.io-index"
 7938checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
 7939
 7940[[package]]
 7941name = "precomputed-hash"
 7942version = "0.1.1"
 7943source = "registry+https://github.com/rust-lang/crates.io-index"
 7944checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
 7945
 7946[[package]]
 7947name = "prettier"
 7948version = "0.1.0"
 7949dependencies = [
 7950 "anyhow",
 7951 "collections",
 7952 "fs",
 7953 "gpui",
 7954 "language",
 7955 "log",
 7956 "lsp",
 7957 "node_runtime",
 7958 "parking_lot",
 7959 "paths",
 7960 "serde",
 7961 "serde_json",
 7962 "util",
 7963]
 7964
 7965[[package]]
 7966name = "pretty_assertions"
 7967version = "1.4.0"
 7968source = "registry+https://github.com/rust-lang/crates.io-index"
 7969checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
 7970dependencies = [
 7971 "diff",
 7972 "yansi",
 7973]
 7974
 7975[[package]]
 7976name = "prettyplease"
 7977version = "0.2.15"
 7978source = "registry+https://github.com/rust-lang/crates.io-index"
 7979checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
 7980dependencies = [
 7981 "proc-macro2",
 7982 "syn 2.0.59",
 7983]
 7984
 7985[[package]]
 7986name = "proc-macro-crate"
 7987version = "1.3.1"
 7988source = "registry+https://github.com/rust-lang/crates.io-index"
 7989checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
 7990dependencies = [
 7991 "once_cell",
 7992 "toml_edit 0.19.15",
 7993]
 7994
 7995[[package]]
 7996name = "proc-macro-crate"
 7997version = "3.1.0"
 7998source = "registry+https://github.com/rust-lang/crates.io-index"
 7999checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
 8000dependencies = [
 8001 "toml_edit 0.21.1",
 8002]
 8003
 8004[[package]]
 8005name = "proc-macro-error"
 8006version = "1.0.4"
 8007source = "registry+https://github.com/rust-lang/crates.io-index"
 8008checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 8009dependencies = [
 8010 "proc-macro-error-attr",
 8011 "proc-macro2",
 8012 "quote",
 8013 "syn 1.0.109",
 8014 "version_check",
 8015]
 8016
 8017[[package]]
 8018name = "proc-macro-error-attr"
 8019version = "1.0.4"
 8020source = "registry+https://github.com/rust-lang/crates.io-index"
 8021checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
 8022dependencies = [
 8023 "proc-macro2",
 8024 "quote",
 8025 "version_check",
 8026]
 8027
 8028[[package]]
 8029name = "proc-macro2"
 8030version = "1.0.81"
 8031source = "registry+https://github.com/rust-lang/crates.io-index"
 8032checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
 8033dependencies = [
 8034 "unicode-ident",
 8035]
 8036
 8037[[package]]
 8038name = "profiling"
 8039version = "1.0.15"
 8040source = "registry+https://github.com/rust-lang/crates.io-index"
 8041checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
 8042dependencies = [
 8043 "profiling-procmacros",
 8044]
 8045
 8046[[package]]
 8047name = "profiling-procmacros"
 8048version = "1.0.15"
 8049source = "registry+https://github.com/rust-lang/crates.io-index"
 8050checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
 8051dependencies = [
 8052 "quote",
 8053 "syn 2.0.59",
 8054]
 8055
 8056[[package]]
 8057name = "project"
 8058version = "0.1.0"
 8059dependencies = [
 8060 "aho-corasick",
 8061 "anyhow",
 8062 "async-trait",
 8063 "client",
 8064 "clock",
 8065 "collections",
 8066 "dev_server_projects",
 8067 "env_logger",
 8068 "fs",
 8069 "futures 0.3.28",
 8070 "fuzzy",
 8071 "git",
 8072 "git2",
 8073 "globset",
 8074 "gpui",
 8075 "http_client",
 8076 "itertools 0.11.0",
 8077 "language",
 8078 "log",
 8079 "lsp",
 8080 "node_runtime",
 8081 "parking_lot",
 8082 "pathdiff",
 8083 "paths",
 8084 "postage",
 8085 "prettier",
 8086 "pretty_assertions",
 8087 "rand 0.8.5",
 8088 "regex",
 8089 "release_channel",
 8090 "remote",
 8091 "rpc",
 8092 "schemars",
 8093 "serde",
 8094 "serde_json",
 8095 "settings",
 8096 "sha2",
 8097 "shellexpand 2.1.2",
 8098 "shlex",
 8099 "similar",
 8100 "smol",
 8101 "snippet",
 8102 "snippet_provider",
 8103 "task",
 8104 "tempfile",
 8105 "terminal",
 8106 "text",
 8107 "unicase",
 8108 "unindent",
 8109 "util",
 8110 "which 6.0.0",
 8111 "worktree",
 8112]
 8113
 8114[[package]]
 8115name = "project_panel"
 8116version = "0.1.0"
 8117dependencies = [
 8118 "anyhow",
 8119 "client",
 8120 "collections",
 8121 "db",
 8122 "editor",
 8123 "file_icons",
 8124 "futures 0.3.28",
 8125 "git",
 8126 "gpui",
 8127 "language",
 8128 "menu",
 8129 "pretty_assertions",
 8130 "project",
 8131 "schemars",
 8132 "search",
 8133 "serde",
 8134 "serde_derive",
 8135 "serde_json",
 8136 "settings",
 8137 "theme",
 8138 "ui",
 8139 "util",
 8140 "workspace",
 8141 "worktree",
 8142]
 8143
 8144[[package]]
 8145name = "project_symbols"
 8146version = "0.1.0"
 8147dependencies = [
 8148 "anyhow",
 8149 "editor",
 8150 "futures 0.3.28",
 8151 "fuzzy",
 8152 "gpui",
 8153 "language",
 8154 "lsp",
 8155 "ordered-float 2.10.0",
 8156 "picker",
 8157 "project",
 8158 "release_channel",
 8159 "serde_json",
 8160 "settings",
 8161 "theme",
 8162 "util",
 8163 "workspace",
 8164]
 8165
 8166[[package]]
 8167name = "prometheus"
 8168version = "0.13.3"
 8169source = "registry+https://github.com/rust-lang/crates.io-index"
 8170checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
 8171dependencies = [
 8172 "cfg-if",
 8173 "fnv",
 8174 "lazy_static",
 8175 "memchr",
 8176 "parking_lot",
 8177 "protobuf",
 8178 "thiserror",
 8179]
 8180
 8181[[package]]
 8182name = "prost"
 8183version = "0.9.0"
 8184source = "registry+https://github.com/rust-lang/crates.io-index"
 8185checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
 8186dependencies = [
 8187 "bytes 1.5.0",
 8188 "prost-derive",
 8189]
 8190
 8191[[package]]
 8192name = "prost-build"
 8193version = "0.9.0"
 8194source = "registry+https://github.com/rust-lang/crates.io-index"
 8195checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
 8196dependencies = [
 8197 "bytes 1.5.0",
 8198 "heck 0.3.3",
 8199 "itertools 0.10.5",
 8200 "lazy_static",
 8201 "log",
 8202 "multimap",
 8203 "petgraph",
 8204 "prost",
 8205 "prost-types",
 8206 "regex",
 8207 "tempfile",
 8208 "which 4.4.2",
 8209]
 8210
 8211[[package]]
 8212name = "prost-derive"
 8213version = "0.9.0"
 8214source = "registry+https://github.com/rust-lang/crates.io-index"
 8215checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
 8216dependencies = [
 8217 "anyhow",
 8218 "itertools 0.10.5",
 8219 "proc-macro2",
 8220 "quote",
 8221 "syn 1.0.109",
 8222]
 8223
 8224[[package]]
 8225name = "prost-types"
 8226version = "0.9.0"
 8227source = "registry+https://github.com/rust-lang/crates.io-index"
 8228checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
 8229dependencies = [
 8230 "bytes 1.5.0",
 8231 "prost",
 8232]
 8233
 8234[[package]]
 8235name = "proto"
 8236version = "0.1.0"
 8237dependencies = [
 8238 "anyhow",
 8239 "collections",
 8240 "futures 0.3.28",
 8241 "prost",
 8242 "prost-build",
 8243 "serde",
 8244]
 8245
 8246[[package]]
 8247name = "protobuf"
 8248version = "2.28.0"
 8249source = "registry+https://github.com/rust-lang/crates.io-index"
 8250checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
 8251
 8252[[package]]
 8253name = "protols-tree-sitter-proto"
 8254version = "0.2.0"
 8255source = "registry+https://github.com/rust-lang/crates.io-index"
 8256checksum = "9bac092da66e21a71eb832925de7b542f8ac34f75fd05cd2fc3e272863e3fd2b"
 8257dependencies = [
 8258 "cc",
 8259 "tree-sitter",
 8260]
 8261
 8262[[package]]
 8263name = "psm"
 8264version = "0.1.21"
 8265source = "registry+https://github.com/rust-lang/crates.io-index"
 8266checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
 8267dependencies = [
 8268 "cc",
 8269]
 8270
 8271[[package]]
 8272name = "ptr_meta"
 8273version = "0.1.4"
 8274source = "registry+https://github.com/rust-lang/crates.io-index"
 8275checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
 8276dependencies = [
 8277 "ptr_meta_derive",
 8278]
 8279
 8280[[package]]
 8281name = "ptr_meta_derive"
 8282version = "0.1.4"
 8283source = "registry+https://github.com/rust-lang/crates.io-index"
 8284checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
 8285dependencies = [
 8286 "proc-macro2",
 8287 "quote",
 8288 "syn 1.0.109",
 8289]
 8290
 8291[[package]]
 8292name = "pulldown-cmark"
 8293version = "0.10.0"
 8294source = "registry+https://github.com/rust-lang/crates.io-index"
 8295checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
 8296dependencies = [
 8297 "bitflags 2.6.0",
 8298 "memchr",
 8299 "unicase",
 8300]
 8301
 8302[[package]]
 8303name = "qoi"
 8304version = "0.4.1"
 8305source = "registry+https://github.com/rust-lang/crates.io-index"
 8306checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
 8307dependencies = [
 8308 "bytemuck",
 8309]
 8310
 8311[[package]]
 8312name = "quick-error"
 8313version = "2.0.1"
 8314source = "registry+https://github.com/rust-lang/crates.io-index"
 8315checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
 8316
 8317[[package]]
 8318name = "quick-xml"
 8319version = "0.31.0"
 8320source = "registry+https://github.com/rust-lang/crates.io-index"
 8321checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
 8322dependencies = [
 8323 "memchr",
 8324]
 8325
 8326[[package]]
 8327name = "quick-xml"
 8328version = "0.32.0"
 8329source = "registry+https://github.com/rust-lang/crates.io-index"
 8330checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
 8331dependencies = [
 8332 "memchr",
 8333]
 8334
 8335[[package]]
 8336name = "quick_action_bar"
 8337version = "0.1.0"
 8338dependencies = [
 8339 "assistant",
 8340 "editor",
 8341 "gpui",
 8342 "markdown_preview",
 8343 "repl",
 8344 "search",
 8345 "settings",
 8346 "ui",
 8347 "util",
 8348 "workspace",
 8349 "zed_actions",
 8350]
 8351
 8352[[package]]
 8353name = "quote"
 8354version = "1.0.35"
 8355source = "registry+https://github.com/rust-lang/crates.io-index"
 8356checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
 8357dependencies = [
 8358 "proc-macro2",
 8359]
 8360
 8361[[package]]
 8362name = "radium"
 8363version = "0.7.0"
 8364source = "registry+https://github.com/rust-lang/crates.io-index"
 8365checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
 8366
 8367[[package]]
 8368name = "rand"
 8369version = "0.7.3"
 8370source = "registry+https://github.com/rust-lang/crates.io-index"
 8371checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
 8372dependencies = [
 8373 "getrandom 0.1.16",
 8374 "libc",
 8375 "rand_chacha 0.2.2",
 8376 "rand_core 0.5.1",
 8377 "rand_hc",
 8378]
 8379
 8380[[package]]
 8381name = "rand"
 8382version = "0.8.5"
 8383source = "registry+https://github.com/rust-lang/crates.io-index"
 8384checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
 8385dependencies = [
 8386 "libc",
 8387 "rand_chacha 0.3.1",
 8388 "rand_core 0.6.4",
 8389]
 8390
 8391[[package]]
 8392name = "rand_chacha"
 8393version = "0.2.2"
 8394source = "registry+https://github.com/rust-lang/crates.io-index"
 8395checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
 8396dependencies = [
 8397 "ppv-lite86",
 8398 "rand_core 0.5.1",
 8399]
 8400
 8401[[package]]
 8402name = "rand_chacha"
 8403version = "0.3.1"
 8404source = "registry+https://github.com/rust-lang/crates.io-index"
 8405checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
 8406dependencies = [
 8407 "ppv-lite86",
 8408 "rand_core 0.6.4",
 8409]
 8410
 8411[[package]]
 8412name = "rand_core"
 8413version = "0.5.1"
 8414source = "registry+https://github.com/rust-lang/crates.io-index"
 8415checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
 8416dependencies = [
 8417 "getrandom 0.1.16",
 8418]
 8419
 8420[[package]]
 8421name = "rand_core"
 8422version = "0.6.4"
 8423source = "registry+https://github.com/rust-lang/crates.io-index"
 8424checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
 8425dependencies = [
 8426 "getrandom 0.2.10",
 8427]
 8428
 8429[[package]]
 8430name = "rand_hc"
 8431version = "0.2.0"
 8432source = "registry+https://github.com/rust-lang/crates.io-index"
 8433checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
 8434dependencies = [
 8435 "rand_core 0.5.1",
 8436]
 8437
 8438[[package]]
 8439name = "rangemap"
 8440version = "1.4.0"
 8441source = "registry+https://github.com/rust-lang/crates.io-index"
 8442checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
 8443
 8444[[package]]
 8445name = "rav1e"
 8446version = "0.7.1"
 8447source = "registry+https://github.com/rust-lang/crates.io-index"
 8448checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
 8449dependencies = [
 8450 "arbitrary",
 8451 "arg_enum_proc_macro",
 8452 "arrayvec",
 8453 "av1-grain",
 8454 "bitstream-io",
 8455 "built",
 8456 "cfg-if",
 8457 "interpolate_name",
 8458 "itertools 0.12.1",
 8459 "libc",
 8460 "libfuzzer-sys",
 8461 "log",
 8462 "maybe-rayon",
 8463 "new_debug_unreachable",
 8464 "noop_proc_macro",
 8465 "num-derive 0.4.2",
 8466 "num-traits",
 8467 "once_cell",
 8468 "paste",
 8469 "profiling",
 8470 "rand 0.8.5",
 8471 "rand_chacha 0.3.1",
 8472 "simd_helpers",
 8473 "system-deps",
 8474 "thiserror",
 8475 "v_frame",
 8476 "wasm-bindgen",
 8477]
 8478
 8479[[package]]
 8480name = "ravif"
 8481version = "0.11.5"
 8482source = "registry+https://github.com/rust-lang/crates.io-index"
 8483checksum = "bc13288f5ab39e6d7c9d501759712e6969fcc9734220846fc9ed26cae2cc4234"
 8484dependencies = [
 8485 "avif-serialize",
 8486 "imgref",
 8487 "loop9",
 8488 "quick-error",
 8489 "rav1e",
 8490 "rayon",
 8491 "rgb",
 8492]
 8493
 8494[[package]]
 8495name = "raw-window-handle"
 8496version = "0.5.2"
 8497source = "registry+https://github.com/rust-lang/crates.io-index"
 8498checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
 8499
 8500[[package]]
 8501name = "raw-window-handle"
 8502version = "0.6.0"
 8503source = "registry+https://github.com/rust-lang/crates.io-index"
 8504checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
 8505
 8506[[package]]
 8507name = "raw-window-metal"
 8508version = "0.4.0"
 8509source = "registry+https://github.com/rust-lang/crates.io-index"
 8510checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
 8511dependencies = [
 8512 "cocoa",
 8513 "core-graphics",
 8514 "objc",
 8515 "raw-window-handle 0.6.0",
 8516]
 8517
 8518[[package]]
 8519name = "rayon"
 8520version = "1.8.0"
 8521source = "registry+https://github.com/rust-lang/crates.io-index"
 8522checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
 8523dependencies = [
 8524 "either",
 8525 "rayon-core",
 8526]
 8527
 8528[[package]]
 8529name = "rayon-core"
 8530version = "1.12.0"
 8531source = "registry+https://github.com/rust-lang/crates.io-index"
 8532checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
 8533dependencies = [
 8534 "crossbeam-deque",
 8535 "crossbeam-utils",
 8536]
 8537
 8538[[package]]
 8539name = "read-fonts"
 8540version = "0.19.3"
 8541source = "registry+https://github.com/rust-lang/crates.io-index"
 8542checksum = "e8b8af39d1f23869711ad4cea5e7835a20daa987f80232f7f2a2374d648ca64d"
 8543dependencies = [
 8544 "bytemuck",
 8545 "font-types",
 8546]
 8547
 8548[[package]]
 8549name = "recent_projects"
 8550version = "0.1.0"
 8551dependencies = [
 8552 "anyhow",
 8553 "auto_update",
 8554 "client",
 8555 "dev_server_projects",
 8556 "editor",
 8557 "futures 0.3.28",
 8558 "fuzzy",
 8559 "gpui",
 8560 "language",
 8561 "log",
 8562 "markdown",
 8563 "menu",
 8564 "ordered-float 2.10.0",
 8565 "picker",
 8566 "project",
 8567 "release_channel",
 8568 "remote",
 8569 "rpc",
 8570 "schemars",
 8571 "serde",
 8572 "serde_json",
 8573 "settings",
 8574 "smol",
 8575 "task",
 8576 "terminal_view",
 8577 "ui",
 8578 "ui_input",
 8579 "util",
 8580 "workspace",
 8581]
 8582
 8583[[package]]
 8584name = "redox_syscall"
 8585version = "0.2.16"
 8586source = "registry+https://github.com/rust-lang/crates.io-index"
 8587checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
 8588dependencies = [
 8589 "bitflags 1.3.2",
 8590]
 8591
 8592[[package]]
 8593name = "redox_syscall"
 8594version = "0.3.5"
 8595source = "registry+https://github.com/rust-lang/crates.io-index"
 8596checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
 8597dependencies = [
 8598 "bitflags 1.3.2",
 8599]
 8600
 8601[[package]]
 8602name = "redox_syscall"
 8603version = "0.4.1"
 8604source = "registry+https://github.com/rust-lang/crates.io-index"
 8605checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
 8606dependencies = [
 8607 "bitflags 1.3.2",
 8608]
 8609
 8610[[package]]
 8611name = "redox_users"
 8612version = "0.4.3"
 8613source = "registry+https://github.com/rust-lang/crates.io-index"
 8614checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
 8615dependencies = [
 8616 "getrandom 0.2.10",
 8617 "redox_syscall 0.2.16",
 8618 "thiserror",
 8619]
 8620
 8621[[package]]
 8622name = "refineable"
 8623version = "0.1.0"
 8624dependencies = [
 8625 "derive_refineable",
 8626]
 8627
 8628[[package]]
 8629name = "regalloc2"
 8630version = "0.9.3"
 8631source = "registry+https://github.com/rust-lang/crates.io-index"
 8632checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
 8633dependencies = [
 8634 "hashbrown 0.13.2",
 8635 "log",
 8636 "rustc-hash",
 8637 "slice-group-by",
 8638 "smallvec",
 8639]
 8640
 8641[[package]]
 8642name = "regex"
 8643version = "1.10.5"
 8644source = "registry+https://github.com/rust-lang/crates.io-index"
 8645checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
 8646dependencies = [
 8647 "aho-corasick",
 8648 "memchr",
 8649 "regex-automata 0.4.5",
 8650 "regex-syntax 0.8.2",
 8651]
 8652
 8653[[package]]
 8654name = "regex-automata"
 8655version = "0.1.10"
 8656source = "registry+https://github.com/rust-lang/crates.io-index"
 8657checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
 8658dependencies = [
 8659 "regex-syntax 0.6.29",
 8660]
 8661
 8662[[package]]
 8663name = "regex-automata"
 8664version = "0.3.9"
 8665source = "registry+https://github.com/rust-lang/crates.io-index"
 8666checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
 8667
 8668[[package]]
 8669name = "regex-automata"
 8670version = "0.4.5"
 8671source = "registry+https://github.com/rust-lang/crates.io-index"
 8672checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
 8673dependencies = [
 8674 "aho-corasick",
 8675 "memchr",
 8676 "regex-syntax 0.8.2",
 8677]
 8678
 8679[[package]]
 8680name = "regex-lite"
 8681version = "0.1.5"
 8682source = "registry+https://github.com/rust-lang/crates.io-index"
 8683checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
 8684
 8685[[package]]
 8686name = "regex-syntax"
 8687version = "0.6.29"
 8688source = "registry+https://github.com/rust-lang/crates.io-index"
 8689checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
 8690
 8691[[package]]
 8692name = "regex-syntax"
 8693version = "0.8.2"
 8694source = "registry+https://github.com/rust-lang/crates.io-index"
 8695checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
 8696
 8697[[package]]
 8698name = "release_channel"
 8699version = "0.1.0"
 8700dependencies = [
 8701 "gpui",
 8702 "once_cell",
 8703]
 8704
 8705[[package]]
 8706name = "remote"
 8707version = "0.1.0"
 8708dependencies = [
 8709 "anyhow",
 8710 "collections",
 8711 "fs",
 8712 "futures 0.3.28",
 8713 "gpui",
 8714 "log",
 8715 "parking_lot",
 8716 "prost",
 8717 "rpc",
 8718 "serde",
 8719 "serde_json",
 8720 "smol",
 8721 "tempfile",
 8722 "util",
 8723]
 8724
 8725[[package]]
 8726name = "remote_server"
 8727version = "0.1.0"
 8728dependencies = [
 8729 "anyhow",
 8730 "cargo_toml",
 8731 "client",
 8732 "clock",
 8733 "env_logger",
 8734 "fs",
 8735 "futures 0.3.28",
 8736 "gpui",
 8737 "http_client",
 8738 "language",
 8739 "log",
 8740 "node_runtime",
 8741 "project",
 8742 "remote",
 8743 "rpc",
 8744 "serde",
 8745 "serde_json",
 8746 "settings",
 8747 "shellexpand 2.1.2",
 8748 "smol",
 8749 "toml 0.8.16",
 8750 "util",
 8751 "worktree",
 8752]
 8753
 8754[[package]]
 8755name = "rend"
 8756version = "0.4.0"
 8757source = "registry+https://github.com/rust-lang/crates.io-index"
 8758checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
 8759dependencies = [
 8760 "bytecheck",
 8761]
 8762
 8763[[package]]
 8764name = "repl"
 8765version = "0.1.0"
 8766dependencies = [
 8767 "alacritty_terminal 0.23.0",
 8768 "anyhow",
 8769 "async-dispatcher",
 8770 "base64 0.22.1",
 8771 "client",
 8772 "collections",
 8773 "command_palette_hooks",
 8774 "editor",
 8775 "env_logger",
 8776 "futures 0.3.28",
 8777 "gpui",
 8778 "http_client",
 8779 "image",
 8780 "indoc",
 8781 "language",
 8782 "languages",
 8783 "log",
 8784 "multi_buffer",
 8785 "project",
 8786 "runtimelib",
 8787 "schemars",
 8788 "serde",
 8789 "serde_json",
 8790 "settings",
 8791 "smol",
 8792 "terminal_view",
 8793 "theme",
 8794 "tree-sitter-md",
 8795 "tree-sitter-python",
 8796 "tree-sitter-typescript",
 8797 "ui",
 8798 "util",
 8799 "uuid",
 8800 "workspace",
 8801]
 8802
 8803[[package]]
 8804name = "reqwest"
 8805version = "0.11.20"
 8806source = "registry+https://github.com/rust-lang/crates.io-index"
 8807checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
 8808dependencies = [
 8809 "base64 0.21.7",
 8810 "bytes 1.5.0",
 8811 "encoding_rs",
 8812 "futures-core",
 8813 "futures-util",
 8814 "h2",
 8815 "http 0.2.9",
 8816 "http-body",
 8817 "hyper",
 8818 "hyper-tls",
 8819 "ipnet",
 8820 "js-sys",
 8821 "log",
 8822 "mime",
 8823 "native-tls",
 8824 "once_cell",
 8825 "percent-encoding",
 8826 "pin-project-lite",
 8827 "serde",
 8828 "serde_json",
 8829 "serde_urlencoded",
 8830 "tokio",
 8831 "tokio-native-tls",
 8832 "tower-service",
 8833 "url",
 8834 "wasm-bindgen",
 8835 "wasm-bindgen-futures",
 8836 "web-sys",
 8837 "winreg 0.50.0",
 8838]
 8839
 8840[[package]]
 8841name = "resvg"
 8842version = "0.41.0"
 8843source = "registry+https://github.com/rust-lang/crates.io-index"
 8844checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
 8845dependencies = [
 8846 "log",
 8847 "pico-args",
 8848 "rgb",
 8849 "svgtypes",
 8850 "tiny-skia",
 8851 "usvg",
 8852]
 8853
 8854[[package]]
 8855name = "rfc6979"
 8856version = "0.3.1"
 8857source = "registry+https://github.com/rust-lang/crates.io-index"
 8858checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
 8859dependencies = [
 8860 "crypto-bigint 0.4.9",
 8861 "hmac",
 8862 "zeroize",
 8863]
 8864
 8865[[package]]
 8866name = "rgb"
 8867version = "0.8.36"
 8868source = "registry+https://github.com/rust-lang/crates.io-index"
 8869checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
 8870dependencies = [
 8871 "bytemuck",
 8872]
 8873
 8874[[package]]
 8875name = "rich_text"
 8876version = "0.1.0"
 8877dependencies = [
 8878 "futures 0.3.28",
 8879 "gpui",
 8880 "language",
 8881 "linkify",
 8882 "pulldown-cmark",
 8883 "theme",
 8884 "ui",
 8885 "util",
 8886]
 8887
 8888[[package]]
 8889name = "ring"
 8890version = "0.17.7"
 8891source = "registry+https://github.com/rust-lang/crates.io-index"
 8892checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
 8893dependencies = [
 8894 "cc",
 8895 "getrandom 0.2.10",
 8896 "libc",
 8897 "spin 0.9.8",
 8898 "untrusted",
 8899 "windows-sys 0.48.0",
 8900]
 8901
 8902[[package]]
 8903name = "rkyv"
 8904version = "0.7.42"
 8905source = "registry+https://github.com/rust-lang/crates.io-index"
 8906checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
 8907dependencies = [
 8908 "bitvec",
 8909 "bytecheck",
 8910 "hashbrown 0.12.3",
 8911 "ptr_meta",
 8912 "rend",
 8913 "rkyv_derive",
 8914 "seahash",
 8915 "tinyvec",
 8916 "uuid",
 8917]
 8918
 8919[[package]]
 8920name = "rkyv_derive"
 8921version = "0.7.42"
 8922source = "registry+https://github.com/rust-lang/crates.io-index"
 8923checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
 8924dependencies = [
 8925 "proc-macro2",
 8926 "quote",
 8927 "syn 1.0.109",
 8928]
 8929
 8930[[package]]
 8931name = "rmp"
 8932version = "0.8.12"
 8933source = "registry+https://github.com/rust-lang/crates.io-index"
 8934checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
 8935dependencies = [
 8936 "byteorder",
 8937 "num-traits",
 8938 "paste",
 8939]
 8940
 8941[[package]]
 8942name = "rmpv"
 8943version = "1.0.1"
 8944source = "registry+https://github.com/rust-lang/crates.io-index"
 8945checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
 8946dependencies = [
 8947 "num-traits",
 8948 "rmp",
 8949]
 8950
 8951[[package]]
 8952name = "rodio"
 8953version = "0.17.1"
 8954source = "registry+https://github.com/rust-lang/crates.io-index"
 8955checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
 8956dependencies = [
 8957 "cpal",
 8958 "hound",
 8959]
 8960
 8961[[package]]
 8962name = "rope"
 8963version = "0.1.0"
 8964dependencies = [
 8965 "arrayvec",
 8966 "criterion",
 8967 "ctor",
 8968 "env_logger",
 8969 "gpui",
 8970 "log",
 8971 "rand 0.8.5",
 8972 "smallvec",
 8973 "sum_tree",
 8974 "unicode-segmentation",
 8975 "util",
 8976]
 8977
 8978[[package]]
 8979name = "roxmltree"
 8980version = "0.19.0"
 8981source = "registry+https://github.com/rust-lang/crates.io-index"
 8982checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
 8983
 8984[[package]]
 8985name = "rpc"
 8986version = "0.1.0"
 8987dependencies = [
 8988 "anyhow",
 8989 "async-tungstenite",
 8990 "base64 0.22.1",
 8991 "chrono",
 8992 "collections",
 8993 "env_logger",
 8994 "futures 0.3.28",
 8995 "gpui",
 8996 "parking_lot",
 8997 "proto",
 8998 "rand 0.8.5",
 8999 "rsa",
 9000 "serde",
 9001 "serde_json",
 9002 "sha2",
 9003 "strum",
 9004 "tracing",
 9005 "util",
 9006 "zstd",
 9007]
 9008
 9009[[package]]
 9010name = "rsa"
 9011version = "0.9.6"
 9012source = "registry+https://github.com/rust-lang/crates.io-index"
 9013checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
 9014dependencies = [
 9015 "const-oid",
 9016 "digest",
 9017 "num-bigint-dig",
 9018 "num-integer",
 9019 "num-traits",
 9020 "pkcs1",
 9021 "pkcs8 0.10.2",
 9022 "rand_core 0.6.4",
 9023 "signature 2.1.0",
 9024 "spki 0.7.3",
 9025 "subtle",
 9026 "zeroize",
 9027]
 9028
 9029[[package]]
 9030name = "runtimelib"
 9031version = "0.14.0"
 9032source = "registry+https://github.com/rust-lang/crates.io-index"
 9033checksum = "0c3d817764e3971867351e6103955b17d808f5330e9ef63aaaaab55bf8c664c1"
 9034dependencies = [
 9035 "anyhow",
 9036 "async-dispatcher",
 9037 "async-std",
 9038 "base64 0.22.1",
 9039 "bytes 1.5.0",
 9040 "chrono",
 9041 "data-encoding",
 9042 "dirs 5.0.1",
 9043 "futures 0.3.28",
 9044 "glob",
 9045 "rand 0.8.5",
 9046 "ring",
 9047 "serde",
 9048 "serde_json",
 9049 "shellexpand 3.1.0",
 9050 "smol",
 9051 "uuid",
 9052 "zeromq",
 9053]
 9054
 9055[[package]]
 9056name = "rust-embed"
 9057version = "8.4.0"
 9058source = "registry+https://github.com/rust-lang/crates.io-index"
 9059checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a"
 9060dependencies = [
 9061 "rust-embed-impl",
 9062 "rust-embed-utils",
 9063 "walkdir",
 9064]
 9065
 9066[[package]]
 9067name = "rust-embed-impl"
 9068version = "8.4.0"
 9069source = "registry+https://github.com/rust-lang/crates.io-index"
 9070checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4"
 9071dependencies = [
 9072 "proc-macro2",
 9073 "quote",
 9074 "rust-embed-utils",
 9075 "syn 2.0.59",
 9076 "walkdir",
 9077]
 9078
 9079[[package]]
 9080name = "rust-embed-utils"
 9081version = "8.4.0"
 9082source = "registry+https://github.com/rust-lang/crates.io-index"
 9083checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32"
 9084dependencies = [
 9085 "globset",
 9086 "sha2",
 9087 "walkdir",
 9088]
 9089
 9090[[package]]
 9091name = "rust_decimal"
 9092version = "1.35.0"
 9093source = "registry+https://github.com/rust-lang/crates.io-index"
 9094checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a"
 9095dependencies = [
 9096 "arrayvec",
 9097 "borsh",
 9098 "bytes 1.5.0",
 9099 "num-traits",
 9100 "rand 0.8.5",
 9101 "rkyv",
 9102 "serde",
 9103 "serde_json",
 9104]
 9105
 9106[[package]]
 9107name = "rustc-demangle"
 9108version = "0.1.24"
 9109source = "registry+https://github.com/rust-lang/crates.io-index"
 9110checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
 9111
 9112[[package]]
 9113name = "rustc-hash"
 9114version = "1.1.0"
 9115source = "registry+https://github.com/rust-lang/crates.io-index"
 9116checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
 9117
 9118[[package]]
 9119name = "rustc_version"
 9120version = "0.4.0"
 9121source = "registry+https://github.com/rust-lang/crates.io-index"
 9122checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
 9123dependencies = [
 9124 "semver",
 9125]
 9126
 9127[[package]]
 9128name = "rustix"
 9129version = "0.37.27"
 9130source = "registry+https://github.com/rust-lang/crates.io-index"
 9131checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
 9132dependencies = [
 9133 "bitflags 1.3.2",
 9134 "errno 0.3.8",
 9135 "io-lifetimes 1.0.11",
 9136 "libc",
 9137 "linux-raw-sys 0.3.8",
 9138 "windows-sys 0.48.0",
 9139]
 9140
 9141[[package]]
 9142name = "rustix"
 9143version = "0.38.32"
 9144source = "registry+https://github.com/rust-lang/crates.io-index"
 9145checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
 9146dependencies = [
 9147 "bitflags 2.6.0",
 9148 "errno 0.3.8",
 9149 "itoa",
 9150 "libc",
 9151 "linux-raw-sys 0.4.12",
 9152 "once_cell",
 9153 "windows-sys 0.52.0",
 9154]
 9155
 9156[[package]]
 9157name = "rustix-openpty"
 9158version = "0.1.1"
 9159source = "registry+https://github.com/rust-lang/crates.io-index"
 9160checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
 9161dependencies = [
 9162 "errno 0.3.8",
 9163 "libc",
 9164 "rustix 0.38.32",
 9165]
 9166
 9167[[package]]
 9168name = "rustls"
 9169version = "0.21.12"
 9170source = "registry+https://github.com/rust-lang/crates.io-index"
 9171checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 9172dependencies = [
 9173 "log",
 9174 "ring",
 9175 "rustls-webpki",
 9176 "sct",
 9177]
 9178
 9179[[package]]
 9180name = "rustls-native-certs"
 9181version = "0.6.3"
 9182source = "registry+https://github.com/rust-lang/crates.io-index"
 9183checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 9184dependencies = [
 9185 "openssl-probe",
 9186 "rustls-pemfile",
 9187 "schannel",
 9188 "security-framework",
 9189]
 9190
 9191[[package]]
 9192name = "rustls-pemfile"
 9193version = "1.0.3"
 9194source = "registry+https://github.com/rust-lang/crates.io-index"
 9195checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
 9196dependencies = [
 9197 "base64 0.21.7",
 9198]
 9199
 9200[[package]]
 9201name = "rustls-webpki"
 9202version = "0.101.7"
 9203source = "registry+https://github.com/rust-lang/crates.io-index"
 9204checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 9205dependencies = [
 9206 "ring",
 9207 "untrusted",
 9208]
 9209
 9210[[package]]
 9211name = "rustversion"
 9212version = "1.0.14"
 9213source = "registry+https://github.com/rust-lang/crates.io-index"
 9214checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
 9215
 9216[[package]]
 9217name = "rustybuzz"
 9218version = "0.14.1"
 9219source = "registry+https://github.com/rust-lang/crates.io-index"
 9220checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
 9221dependencies = [
 9222 "bitflags 2.6.0",
 9223 "bytemuck",
 9224 "libm",
 9225 "smallvec",
 9226 "ttf-parser",
 9227 "unicode-bidi-mirroring",
 9228 "unicode-ccc",
 9229 "unicode-properties",
 9230 "unicode-script",
 9231]
 9232
 9233[[package]]
 9234name = "ryu"
 9235version = "1.0.18"
 9236source = "registry+https://github.com/rust-lang/crates.io-index"
 9237checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
 9238
 9239[[package]]
 9240name = "salsa20"
 9241version = "0.10.2"
 9242source = "registry+https://github.com/rust-lang/crates.io-index"
 9243checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
 9244dependencies = [
 9245 "cipher",
 9246]
 9247
 9248[[package]]
 9249name = "same-file"
 9250version = "1.0.6"
 9251source = "registry+https://github.com/rust-lang/crates.io-index"
 9252checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
 9253dependencies = [
 9254 "winapi-util",
 9255]
 9256
 9257[[package]]
 9258name = "schannel"
 9259version = "0.1.22"
 9260source = "registry+https://github.com/rust-lang/crates.io-index"
 9261checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
 9262dependencies = [
 9263 "windows-sys 0.48.0",
 9264]
 9265
 9266[[package]]
 9267name = "schemars"
 9268version = "0.8.15"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
 9271dependencies = [
 9272 "dyn-clone",
 9273 "indexmap 1.9.3",
 9274 "schemars_derive",
 9275 "serde",
 9276 "serde_json",
 9277]
 9278
 9279[[package]]
 9280name = "schemars_derive"
 9281version = "0.8.15"
 9282source = "registry+https://github.com/rust-lang/crates.io-index"
 9283checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
 9284dependencies = [
 9285 "proc-macro2",
 9286 "quote",
 9287 "serde_derive_internals",
 9288 "syn 1.0.109",
 9289]
 9290
 9291[[package]]
 9292name = "scoped-tls"
 9293version = "1.0.1"
 9294source = "registry+https://github.com/rust-lang/crates.io-index"
 9295checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
 9296
 9297[[package]]
 9298name = "scopeguard"
 9299version = "1.2.0"
 9300source = "registry+https://github.com/rust-lang/crates.io-index"
 9301checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 9302
 9303[[package]]
 9304name = "scrypt"
 9305version = "0.11.0"
 9306source = "registry+https://github.com/rust-lang/crates.io-index"
 9307checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
 9308dependencies = [
 9309 "password-hash",
 9310 "pbkdf2",
 9311 "salsa20",
 9312 "sha2",
 9313]
 9314
 9315[[package]]
 9316name = "sct"
 9317version = "0.7.1"
 9318source = "registry+https://github.com/rust-lang/crates.io-index"
 9319checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
 9320dependencies = [
 9321 "ring",
 9322 "untrusted",
 9323]
 9324
 9325[[package]]
 9326name = "sea-bae"
 9327version = "0.2.0"
 9328source = "registry+https://github.com/rust-lang/crates.io-index"
 9329checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
 9330dependencies = [
 9331 "heck 0.4.1",
 9332 "proc-macro-error",
 9333 "proc-macro2",
 9334 "quote",
 9335 "syn 2.0.59",
 9336]
 9337
 9338[[package]]
 9339name = "sea-orm"
 9340version = "0.12.15"
 9341source = "registry+https://github.com/rust-lang/crates.io-index"
 9342checksum = "c8814e37dc25de54398ee62228323657520b7f29713b8e238649385dbe473ee0"
 9343dependencies = [
 9344 "async-stream",
 9345 "async-trait",
 9346 "bigdecimal",
 9347 "chrono",
 9348 "futures 0.3.28",
 9349 "log",
 9350 "ouroboros",
 9351 "rust_decimal",
 9352 "sea-orm-macros",
 9353 "sea-query",
 9354 "sea-query-binder",
 9355 "serde",
 9356 "serde_json",
 9357 "sqlx",
 9358 "strum",
 9359 "thiserror",
 9360 "time",
 9361 "tracing",
 9362 "url",
 9363 "uuid",
 9364]
 9365
 9366[[package]]
 9367name = "sea-orm-macros"
 9368version = "0.12.15"
 9369source = "registry+https://github.com/rust-lang/crates.io-index"
 9370checksum = "5e115c6b078e013aa963cc2d38c196c2c40b05f03d0ac872fe06b6e0d5265603"
 9371dependencies = [
 9372 "heck 0.4.1",
 9373 "proc-macro2",
 9374 "quote",
 9375 "sea-bae",
 9376 "syn 2.0.59",
 9377 "unicode-ident",
 9378]
 9379
 9380[[package]]
 9381name = "sea-query"
 9382version = "0.30.7"
 9383source = "registry+https://github.com/rust-lang/crates.io-index"
 9384checksum = "4166a1e072292d46dc91f31617c2a1cdaf55a8be4b5c9f4bf2ba248e3ac4999b"
 9385dependencies = [
 9386 "bigdecimal",
 9387 "chrono",
 9388 "derivative",
 9389 "inherent",
 9390 "ordered-float 3.9.1",
 9391 "rust_decimal",
 9392 "serde_json",
 9393 "time",
 9394 "uuid",
 9395]
 9396
 9397[[package]]
 9398name = "sea-query-binder"
 9399version = "0.5.0"
 9400source = "registry+https://github.com/rust-lang/crates.io-index"
 9401checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
 9402dependencies = [
 9403 "bigdecimal",
 9404 "chrono",
 9405 "rust_decimal",
 9406 "sea-query",
 9407 "serde_json",
 9408 "sqlx",
 9409 "time",
 9410 "uuid",
 9411]
 9412
 9413[[package]]
 9414name = "seahash"
 9415version = "4.1.0"
 9416source = "registry+https://github.com/rust-lang/crates.io-index"
 9417checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
 9418
 9419[[package]]
 9420name = "sealed"
 9421version = "0.4.0"
 9422source = "registry+https://github.com/rust-lang/crates.io-index"
 9423checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
 9424dependencies = [
 9425 "heck 0.3.3",
 9426 "proc-macro2",
 9427 "quote",
 9428 "syn 1.0.109",
 9429]
 9430
 9431[[package]]
 9432name = "search"
 9433version = "0.1.0"
 9434dependencies = [
 9435 "any_vec",
 9436 "anyhow",
 9437 "bitflags 2.6.0",
 9438 "client",
 9439 "collections",
 9440 "editor",
 9441 "futures 0.3.28",
 9442 "gpui",
 9443 "language",
 9444 "menu",
 9445 "project",
 9446 "serde",
 9447 "serde_json",
 9448 "settings",
 9449 "smol",
 9450 "theme",
 9451 "ui",
 9452 "unindent",
 9453 "util",
 9454 "workspace",
 9455]
 9456
 9457[[package]]
 9458name = "sec1"
 9459version = "0.3.0"
 9460source = "registry+https://github.com/rust-lang/crates.io-index"
 9461checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
 9462dependencies = [
 9463 "base16ct",
 9464 "der 0.6.1",
 9465 "generic-array",
 9466 "pkcs8 0.9.0",
 9467 "subtle",
 9468 "zeroize",
 9469]
 9470
 9471[[package]]
 9472name = "security-framework"
 9473version = "2.9.2"
 9474source = "registry+https://github.com/rust-lang/crates.io-index"
 9475checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
 9476dependencies = [
 9477 "bitflags 1.3.2",
 9478 "core-foundation",
 9479 "core-foundation-sys 0.8.6",
 9480 "libc",
 9481 "security-framework-sys",
 9482]
 9483
 9484[[package]]
 9485name = "security-framework-sys"
 9486version = "2.9.1"
 9487source = "registry+https://github.com/rust-lang/crates.io-index"
 9488checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
 9489dependencies = [
 9490 "core-foundation-sys 0.8.6",
 9491 "libc",
 9492]
 9493
 9494[[package]]
 9495name = "self_cell"
 9496version = "1.0.3"
 9497source = "registry+https://github.com/rust-lang/crates.io-index"
 9498checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
 9499
 9500[[package]]
 9501name = "semantic_index"
 9502version = "0.1.0"
 9503dependencies = [
 9504 "anyhow",
 9505 "client",
 9506 "clock",
 9507 "collections",
 9508 "completion",
 9509 "env_logger",
 9510 "fs",
 9511 "futures 0.3.28",
 9512 "futures-batch",
 9513 "gpui",
 9514 "heed",
 9515 "http_client",
 9516 "language",
 9517 "languages",
 9518 "log",
 9519 "open_ai",
 9520 "parking_lot",
 9521 "project",
 9522 "serde",
 9523 "serde_json",
 9524 "settings",
 9525 "sha2",
 9526 "smol",
 9527 "tempfile",
 9528 "theme",
 9529 "tree-sitter",
 9530 "ui",
 9531 "unindent",
 9532 "util",
 9533 "workspace",
 9534 "worktree",
 9535]
 9536
 9537[[package]]
 9538name = "semantic_version"
 9539version = "0.1.0"
 9540dependencies = [
 9541 "anyhow",
 9542 "serde",
 9543]
 9544
 9545[[package]]
 9546name = "semver"
 9547version = "1.0.23"
 9548source = "registry+https://github.com/rust-lang/crates.io-index"
 9549checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
 9550dependencies = [
 9551 "serde",
 9552]
 9553
 9554[[package]]
 9555name = "serde"
 9556version = "1.0.204"
 9557source = "registry+https://github.com/rust-lang/crates.io-index"
 9558checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
 9559dependencies = [
 9560 "serde_derive",
 9561]
 9562
 9563[[package]]
 9564name = "serde_derive"
 9565version = "1.0.204"
 9566source = "registry+https://github.com/rust-lang/crates.io-index"
 9567checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
 9568dependencies = [
 9569 "proc-macro2",
 9570 "quote",
 9571 "syn 2.0.59",
 9572]
 9573
 9574[[package]]
 9575name = "serde_derive_internals"
 9576version = "0.26.0"
 9577source = "registry+https://github.com/rust-lang/crates.io-index"
 9578checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
 9579dependencies = [
 9580 "proc-macro2",
 9581 "quote",
 9582 "syn 1.0.109",
 9583]
 9584
 9585[[package]]
 9586name = "serde_fmt"
 9587version = "1.0.3"
 9588source = "registry+https://github.com/rust-lang/crates.io-index"
 9589checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
 9590dependencies = [
 9591 "serde",
 9592]
 9593
 9594[[package]]
 9595name = "serde_json"
 9596version = "1.0.121"
 9597source = "registry+https://github.com/rust-lang/crates.io-index"
 9598checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
 9599dependencies = [
 9600 "indexmap 2.2.6",
 9601 "itoa",
 9602 "memchr",
 9603 "ryu",
 9604 "serde",
 9605]
 9606
 9607[[package]]
 9608name = "serde_json_lenient"
 9609version = "0.1.7"
 9610source = "registry+https://github.com/rust-lang/crates.io-index"
 9611checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
 9612dependencies = [
 9613 "indexmap 2.2.6",
 9614 "itoa",
 9615 "ryu",
 9616 "serde",
 9617]
 9618
 9619[[package]]
 9620name = "serde_path_to_error"
 9621version = "0.1.15"
 9622source = "registry+https://github.com/rust-lang/crates.io-index"
 9623checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
 9624dependencies = [
 9625 "itoa",
 9626 "serde",
 9627]
 9628
 9629[[package]]
 9630name = "serde_qs"
 9631version = "0.8.5"
 9632source = "registry+https://github.com/rust-lang/crates.io-index"
 9633checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
 9634dependencies = [
 9635 "percent-encoding",
 9636 "serde",
 9637 "thiserror",
 9638]
 9639
 9640[[package]]
 9641name = "serde_qs"
 9642version = "0.10.1"
 9643source = "registry+https://github.com/rust-lang/crates.io-index"
 9644checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
 9645dependencies = [
 9646 "percent-encoding",
 9647 "serde",
 9648 "thiserror",
 9649]
 9650
 9651[[package]]
 9652name = "serde_repr"
 9653version = "0.1.16"
 9654source = "registry+https://github.com/rust-lang/crates.io-index"
 9655checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
 9656dependencies = [
 9657 "proc-macro2",
 9658 "quote",
 9659 "syn 2.0.59",
 9660]
 9661
 9662[[package]]
 9663name = "serde_spanned"
 9664version = "0.6.7"
 9665source = "registry+https://github.com/rust-lang/crates.io-index"
 9666checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
 9667dependencies = [
 9668 "serde",
 9669]
 9670
 9671[[package]]
 9672name = "serde_urlencoded"
 9673version = "0.7.1"
 9674source = "registry+https://github.com/rust-lang/crates.io-index"
 9675checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
 9676dependencies = [
 9677 "form_urlencoded",
 9678 "itoa",
 9679 "ryu",
 9680 "serde",
 9681]
 9682
 9683[[package]]
 9684name = "session"
 9685version = "0.1.0"
 9686dependencies = [
 9687 "db",
 9688 "gpui",
 9689 "serde_json",
 9690 "util",
 9691 "uuid",
 9692]
 9693
 9694[[package]]
 9695name = "settings"
 9696version = "0.1.0"
 9697dependencies = [
 9698 "anyhow",
 9699 "collections",
 9700 "fs",
 9701 "futures 0.3.28",
 9702 "gpui",
 9703 "indoc",
 9704 "lazy_static",
 9705 "log",
 9706 "paths",
 9707 "pretty_assertions",
 9708 "release_channel",
 9709 "rust-embed",
 9710 "schemars",
 9711 "serde",
 9712 "serde_derive",
 9713 "serde_json",
 9714 "serde_json_lenient",
 9715 "smallvec",
 9716 "tree-sitter",
 9717 "tree-sitter-json",
 9718 "unindent",
 9719 "util",
 9720]
 9721
 9722[[package]]
 9723name = "settings_ui"
 9724version = "0.1.0"
 9725dependencies = [
 9726 "command_palette_hooks",
 9727 "editor",
 9728 "feature_flags",
 9729 "gpui",
 9730 "settings",
 9731 "theme",
 9732 "ui",
 9733 "workspace",
 9734]
 9735
 9736[[package]]
 9737name = "sha1"
 9738version = "0.10.6"
 9739source = "registry+https://github.com/rust-lang/crates.io-index"
 9740checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
 9741dependencies = [
 9742 "cfg-if",
 9743 "cpufeatures",
 9744 "digest",
 9745]
 9746
 9747[[package]]
 9748name = "sha1_smol"
 9749version = "1.0.0"
 9750source = "registry+https://github.com/rust-lang/crates.io-index"
 9751checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
 9752
 9753[[package]]
 9754name = "sha2"
 9755version = "0.10.8"
 9756source = "registry+https://github.com/rust-lang/crates.io-index"
 9757checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
 9758dependencies = [
 9759 "cfg-if",
 9760 "cpufeatures",
 9761 "digest",
 9762]
 9763
 9764[[package]]
 9765name = "sharded-slab"
 9766version = "0.1.4"
 9767source = "registry+https://github.com/rust-lang/crates.io-index"
 9768checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
 9769dependencies = [
 9770 "lazy_static",
 9771]
 9772
 9773[[package]]
 9774name = "shell-words"
 9775version = "1.1.0"
 9776source = "registry+https://github.com/rust-lang/crates.io-index"
 9777checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
 9778
 9779[[package]]
 9780name = "shellexpand"
 9781version = "2.1.2"
 9782source = "registry+https://github.com/rust-lang/crates.io-index"
 9783checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
 9784dependencies = [
 9785 "dirs 4.0.0",
 9786]
 9787
 9788[[package]]
 9789name = "shellexpand"
 9790version = "3.1.0"
 9791source = "registry+https://github.com/rust-lang/crates.io-index"
 9792checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
 9793dependencies = [
 9794 "dirs 5.0.1",
 9795]
 9796
 9797[[package]]
 9798name = "shlex"
 9799version = "1.3.0"
 9800source = "registry+https://github.com/rust-lang/crates.io-index"
 9801checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
 9802
 9803[[package]]
 9804name = "signal-hook"
 9805version = "0.3.17"
 9806source = "registry+https://github.com/rust-lang/crates.io-index"
 9807checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
 9808dependencies = [
 9809 "libc",
 9810 "signal-hook-registry",
 9811]
 9812
 9813[[package]]
 9814name = "signal-hook-registry"
 9815version = "1.4.1"
 9816source = "registry+https://github.com/rust-lang/crates.io-index"
 9817checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
 9818dependencies = [
 9819 "libc",
 9820]
 9821
 9822[[package]]
 9823name = "signature"
 9824version = "1.6.4"
 9825source = "registry+https://github.com/rust-lang/crates.io-index"
 9826checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
 9827dependencies = [
 9828 "digest",
 9829 "rand_core 0.6.4",
 9830]
 9831
 9832[[package]]
 9833name = "signature"
 9834version = "2.1.0"
 9835source = "registry+https://github.com/rust-lang/crates.io-index"
 9836checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
 9837dependencies = [
 9838 "digest",
 9839 "rand_core 0.6.4",
 9840]
 9841
 9842[[package]]
 9843name = "simd-adler32"
 9844version = "0.3.7"
 9845source = "registry+https://github.com/rust-lang/crates.io-index"
 9846checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
 9847
 9848[[package]]
 9849name = "simd_helpers"
 9850version = "0.1.0"
 9851source = "registry+https://github.com/rust-lang/crates.io-index"
 9852checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
 9853dependencies = [
 9854 "quote",
 9855]
 9856
 9857[[package]]
 9858name = "simdutf8"
 9859version = "0.1.4"
 9860source = "registry+https://github.com/rust-lang/crates.io-index"
 9861checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
 9862
 9863[[package]]
 9864name = "similar"
 9865version = "1.3.0"
 9866source = "registry+https://github.com/rust-lang/crates.io-index"
 9867checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
 9868
 9869[[package]]
 9870name = "simple_asn1"
 9871version = "0.6.2"
 9872source = "registry+https://github.com/rust-lang/crates.io-index"
 9873checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
 9874dependencies = [
 9875 "num-bigint",
 9876 "num-traits",
 9877 "thiserror",
 9878 "time",
 9879]
 9880
 9881[[package]]
 9882name = "simplecss"
 9883version = "0.2.1"
 9884source = "registry+https://github.com/rust-lang/crates.io-index"
 9885checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
 9886dependencies = [
 9887 "log",
 9888]
 9889
 9890[[package]]
 9891name = "simplelog"
 9892version = "0.12.2"
 9893source = "registry+https://github.com/rust-lang/crates.io-index"
 9894checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
 9895dependencies = [
 9896 "log",
 9897 "termcolor",
 9898 "time",
 9899]
 9900
 9901[[package]]
 9902name = "siphasher"
 9903version = "0.3.11"
 9904source = "registry+https://github.com/rust-lang/crates.io-index"
 9905checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
 9906
 9907[[package]]
 9908name = "siphasher"
 9909version = "1.0.1"
 9910source = "registry+https://github.com/rust-lang/crates.io-index"
 9911checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
 9912
 9913[[package]]
 9914name = "skrifa"
 9915version = "0.19.3"
 9916source = "registry+https://github.com/rust-lang/crates.io-index"
 9917checksum = "0ab45fb68b53576a43d4fc0e9ec8ea64e29a4d2cc7f44506964cb75f288222e9"
 9918dependencies = [
 9919 "bytemuck",
 9920 "read-fonts",
 9921]
 9922
 9923[[package]]
 9924name = "slab"
 9925version = "0.4.9"
 9926source = "registry+https://github.com/rust-lang/crates.io-index"
 9927checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
 9928dependencies = [
 9929 "autocfg",
 9930]
 9931
 9932[[package]]
 9933name = "slice-group-by"
 9934version = "0.3.1"
 9935source = "registry+https://github.com/rust-lang/crates.io-index"
 9936checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
 9937
 9938[[package]]
 9939name = "slotmap"
 9940version = "1.0.6"
 9941source = "registry+https://github.com/rust-lang/crates.io-index"
 9942checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
 9943dependencies = [
 9944 "version_check",
 9945]
 9946
 9947[[package]]
 9948name = "sluice"
 9949version = "0.5.5"
 9950source = "registry+https://github.com/rust-lang/crates.io-index"
 9951checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
 9952dependencies = [
 9953 "async-channel 1.9.0",
 9954 "futures-core",
 9955 "futures-io",
 9956]
 9957
 9958[[package]]
 9959name = "smallvec"
 9960version = "1.13.2"
 9961source = "registry+https://github.com/rust-lang/crates.io-index"
 9962checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
 9963dependencies = [
 9964 "serde",
 9965]
 9966
 9967[[package]]
 9968name = "smart-default"
 9969version = "0.6.0"
 9970source = "registry+https://github.com/rust-lang/crates.io-index"
 9971checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
 9972dependencies = [
 9973 "proc-macro2",
 9974 "quote",
 9975 "syn 1.0.109",
 9976]
 9977
 9978[[package]]
 9979name = "smol"
 9980version = "1.3.0"
 9981source = "registry+https://github.com/rust-lang/crates.io-index"
 9982checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
 9983dependencies = [
 9984 "async-channel 1.9.0",
 9985 "async-executor",
 9986 "async-fs 1.6.0",
 9987 "async-io 1.13.0",
 9988 "async-lock 2.8.0",
 9989 "async-net 1.7.0",
 9990 "async-process 1.7.0",
 9991 "blocking",
 9992 "futures-lite 1.13.0",
 9993]
 9994
 9995[[package]]
 9996name = "smol_str"
 9997version = "0.1.24"
 9998source = "registry+https://github.com/rust-lang/crates.io-index"
 9999checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
10000dependencies = [
10001 "serde",
10002]
10003
10004[[package]]
10005name = "snippet"
10006version = "0.1.0"
10007dependencies = [
10008 "anyhow",
10009 "smallvec",
10010]
10011
10012[[package]]
10013name = "snippet_provider"
10014version = "0.1.0"
10015dependencies = [
10016 "anyhow",
10017 "collections",
10018 "fs",
10019 "futures 0.3.28",
10020 "gpui",
10021 "parking_lot",
10022 "serde",
10023 "serde_json",
10024 "snippet",
10025 "util",
10026]
10027
10028[[package]]
10029name = "socket2"
10030version = "0.4.9"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
10033dependencies = [
10034 "libc",
10035 "winapi",
10036]
10037
10038[[package]]
10039name = "socket2"
10040version = "0.5.7"
10041source = "registry+https://github.com/rust-lang/crates.io-index"
10042checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
10043dependencies = [
10044 "libc",
10045 "windows-sys 0.52.0",
10046]
10047
10048[[package]]
10049name = "spdx"
10050version = "0.10.4"
10051source = "registry+https://github.com/rust-lang/crates.io-index"
10052checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9"
10053dependencies = [
10054 "smallvec",
10055]
10056
10057[[package]]
10058name = "spin"
10059version = "0.5.2"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
10062
10063[[package]]
10064name = "spin"
10065version = "0.9.8"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
10068dependencies = [
10069 "lock_api",
10070]
10071
10072[[package]]
10073name = "spirv"
10074version = "0.3.0+sdk-1.3.268.0"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
10077dependencies = [
10078 "bitflags 2.6.0",
10079]
10080
10081[[package]]
10082name = "spki"
10083version = "0.6.0"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
10086dependencies = [
10087 "base64ct",
10088 "der 0.6.1",
10089]
10090
10091[[package]]
10092name = "spki"
10093version = "0.7.3"
10094source = "registry+https://github.com/rust-lang/crates.io-index"
10095checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
10096dependencies = [
10097 "base64ct",
10098 "der 0.7.8",
10099]
10100
10101[[package]]
10102name = "sptr"
10103version = "0.3.2"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
10106
10107[[package]]
10108name = "sqlez"
10109version = "0.1.0"
10110dependencies = [
10111 "anyhow",
10112 "collections",
10113 "futures 0.3.28",
10114 "indoc",
10115 "lazy_static",
10116 "libsqlite3-sys",
10117 "parking_lot",
10118 "smol",
10119 "thread_local",
10120 "util",
10121 "uuid",
10122]
10123
10124[[package]]
10125name = "sqlez_macros"
10126version = "0.1.0"
10127dependencies = [
10128 "lazy_static",
10129 "sqlez",
10130 "sqlformat",
10131 "syn 1.0.109",
10132]
10133
10134[[package]]
10135name = "sqlformat"
10136version = "0.2.2"
10137source = "registry+https://github.com/rust-lang/crates.io-index"
10138checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
10139dependencies = [
10140 "itertools 0.11.0",
10141 "nom",
10142 "unicode_categories",
10143]
10144
10145[[package]]
10146name = "sqlx"
10147version = "0.7.2"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
10150dependencies = [
10151 "sqlx-core",
10152 "sqlx-macros",
10153 "sqlx-mysql",
10154 "sqlx-postgres",
10155 "sqlx-sqlite",
10156]
10157
10158[[package]]
10159name = "sqlx-core"
10160version = "0.7.2"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
10163dependencies = [
10164 "ahash 0.8.11",
10165 "atoi",
10166 "bigdecimal",
10167 "byteorder",
10168 "bytes 1.5.0",
10169 "chrono",
10170 "crc",
10171 "crossbeam-queue",
10172 "dotenvy",
10173 "either",
10174 "event-listener 2.5.3",
10175 "futures-channel",
10176 "futures-core",
10177 "futures-intrusive",
10178 "futures-io",
10179 "futures-util",
10180 "hashlink",
10181 "hex",
10182 "indexmap 2.2.6",
10183 "log",
10184 "memchr",
10185 "once_cell",
10186 "paste",
10187 "percent-encoding",
10188 "rust_decimal",
10189 "rustls",
10190 "rustls-pemfile",
10191 "serde",
10192 "serde_json",
10193 "sha2",
10194 "smallvec",
10195 "sqlformat",
10196 "thiserror",
10197 "time",
10198 "tokio",
10199 "tokio-stream",
10200 "tracing",
10201 "url",
10202 "uuid",
10203 "webpki-roots",
10204]
10205
10206[[package]]
10207name = "sqlx-macros"
10208version = "0.7.2"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
10211dependencies = [
10212 "proc-macro2",
10213 "quote",
10214 "sqlx-core",
10215 "sqlx-macros-core",
10216 "syn 1.0.109",
10217]
10218
10219[[package]]
10220name = "sqlx-macros-core"
10221version = "0.7.2"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
10224dependencies = [
10225 "dotenvy",
10226 "either",
10227 "heck 0.4.1",
10228 "hex",
10229 "once_cell",
10230 "proc-macro2",
10231 "quote",
10232 "serde",
10233 "serde_json",
10234 "sha2",
10235 "sqlx-core",
10236 "sqlx-mysql",
10237 "sqlx-postgres",
10238 "sqlx-sqlite",
10239 "syn 1.0.109",
10240 "tempfile",
10241 "tokio",
10242 "url",
10243]
10244
10245[[package]]
10246name = "sqlx-mysql"
10247version = "0.7.2"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
10250dependencies = [
10251 "atoi",
10252 "base64 0.21.7",
10253 "bigdecimal",
10254 "bitflags 2.6.0",
10255 "byteorder",
10256 "bytes 1.5.0",
10257 "chrono",
10258 "crc",
10259 "digest",
10260 "dotenvy",
10261 "either",
10262 "futures-channel",
10263 "futures-core",
10264 "futures-io",
10265 "futures-util",
10266 "generic-array",
10267 "hex",
10268 "hkdf",
10269 "hmac",
10270 "itoa",
10271 "log",
10272 "md-5",
10273 "memchr",
10274 "once_cell",
10275 "percent-encoding",
10276 "rand 0.8.5",
10277 "rsa",
10278 "rust_decimal",
10279 "serde",
10280 "sha1",
10281 "sha2",
10282 "smallvec",
10283 "sqlx-core",
10284 "stringprep",
10285 "thiserror",
10286 "time",
10287 "tracing",
10288 "uuid",
10289 "whoami",
10290]
10291
10292[[package]]
10293name = "sqlx-postgres"
10294version = "0.7.2"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
10297dependencies = [
10298 "atoi",
10299 "base64 0.21.7",
10300 "bigdecimal",
10301 "bitflags 2.6.0",
10302 "byteorder",
10303 "chrono",
10304 "crc",
10305 "dotenvy",
10306 "etcetera",
10307 "futures-channel",
10308 "futures-core",
10309 "futures-io",
10310 "futures-util",
10311 "hex",
10312 "hkdf",
10313 "hmac",
10314 "home",
10315 "itoa",
10316 "log",
10317 "md-5",
10318 "memchr",
10319 "num-bigint",
10320 "once_cell",
10321 "rand 0.8.5",
10322 "rust_decimal",
10323 "serde",
10324 "serde_json",
10325 "sha1",
10326 "sha2",
10327 "smallvec",
10328 "sqlx-core",
10329 "stringprep",
10330 "thiserror",
10331 "time",
10332 "tracing",
10333 "uuid",
10334 "whoami",
10335]
10336
10337[[package]]
10338name = "sqlx-sqlite"
10339version = "0.7.2"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
10342dependencies = [
10343 "atoi",
10344 "chrono",
10345 "flume",
10346 "futures-channel",
10347 "futures-core",
10348 "futures-executor",
10349 "futures-intrusive",
10350 "futures-util",
10351 "libsqlite3-sys",
10352 "log",
10353 "percent-encoding",
10354 "serde",
10355 "sqlx-core",
10356 "time",
10357 "tracing",
10358 "url",
10359 "uuid",
10360]
10361
10362[[package]]
10363name = "stable_deref_trait"
10364version = "1.2.0"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
10367
10368[[package]]
10369name = "static_assertions"
10370version = "1.1.0"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10373
10374[[package]]
10375name = "story"
10376version = "0.1.0"
10377dependencies = [
10378 "gpui",
10379 "itertools 0.10.5",
10380 "smallvec",
10381]
10382
10383[[package]]
10384name = "storybook"
10385version = "0.1.0"
10386dependencies = [
10387 "anyhow",
10388 "clap",
10389 "collab_ui",
10390 "ctrlc",
10391 "dialoguer",
10392 "editor",
10393 "fuzzy",
10394 "gpui",
10395 "indoc",
10396 "language",
10397 "log",
10398 "menu",
10399 "picker",
10400 "project",
10401 "rust-embed",
10402 "settings",
10403 "simplelog",
10404 "story",
10405 "strum",
10406 "theme",
10407 "title_bar",
10408 "ui",
10409]
10410
10411[[package]]
10412name = "strict-num"
10413version = "0.1.1"
10414source = "registry+https://github.com/rust-lang/crates.io-index"
10415checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
10416dependencies = [
10417 "float-cmp",
10418]
10419
10420[[package]]
10421name = "string_cache"
10422version = "0.8.7"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
10425dependencies = [
10426 "new_debug_unreachable",
10427 "once_cell",
10428 "parking_lot",
10429 "phf_shared 0.10.0",
10430 "precomputed-hash",
10431 "serde",
10432]
10433
10434[[package]]
10435name = "string_cache_codegen"
10436version = "0.5.2"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
10439dependencies = [
10440 "phf_generator 0.10.0",
10441 "phf_shared 0.10.0",
10442 "proc-macro2",
10443 "quote",
10444]
10445
10446[[package]]
10447name = "stringprep"
10448version = "0.1.4"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
10451dependencies = [
10452 "finl_unicode",
10453 "unicode-bidi",
10454 "unicode-normalization",
10455]
10456
10457[[package]]
10458name = "strsim"
10459version = "0.10.0"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
10462
10463[[package]]
10464name = "strsim"
10465version = "0.11.1"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
10468
10469[[package]]
10470name = "strum"
10471version = "0.25.0"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
10474dependencies = [
10475 "strum_macros",
10476]
10477
10478[[package]]
10479name = "strum_macros"
10480version = "0.25.2"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
10483dependencies = [
10484 "heck 0.4.1",
10485 "proc-macro2",
10486 "quote",
10487 "rustversion",
10488 "syn 2.0.59",
10489]
10490
10491[[package]]
10492name = "subtle"
10493version = "2.5.0"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
10496
10497[[package]]
10498name = "sum_tree"
10499version = "0.1.0"
10500dependencies = [
10501 "arrayvec",
10502 "ctor",
10503 "env_logger",
10504 "log",
10505 "rand 0.8.5",
10506 "rayon",
10507]
10508
10509[[package]]
10510name = "supermaven"
10511version = "0.1.0"
10512dependencies = [
10513 "anyhow",
10514 "client",
10515 "collections",
10516 "editor",
10517 "env_logger",
10518 "futures 0.3.28",
10519 "gpui",
10520 "http_client",
10521 "language",
10522 "log",
10523 "postage",
10524 "project",
10525 "serde",
10526 "serde_json",
10527 "settings",
10528 "smol",
10529 "supermaven_api",
10530 "text",
10531 "theme",
10532 "ui",
10533 "util",
10534]
10535
10536[[package]]
10537name = "supermaven_api"
10538version = "0.1.0"
10539dependencies = [
10540 "anyhow",
10541 "futures 0.3.28",
10542 "http_client",
10543 "paths",
10544 "serde",
10545 "serde_json",
10546 "smol",
10547]
10548
10549[[package]]
10550name = "sval"
10551version = "2.8.0"
10552source = "registry+https://github.com/rust-lang/crates.io-index"
10553checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
10554
10555[[package]]
10556name = "sval_buffer"
10557version = "2.8.0"
10558source = "registry+https://github.com/rust-lang/crates.io-index"
10559checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
10560dependencies = [
10561 "sval",
10562 "sval_ref",
10563]
10564
10565[[package]]
10566name = "sval_dynamic"
10567version = "2.8.0"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
10570dependencies = [
10571 "sval",
10572]
10573
10574[[package]]
10575name = "sval_fmt"
10576version = "2.8.0"
10577source = "registry+https://github.com/rust-lang/crates.io-index"
10578checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
10579dependencies = [
10580 "itoa",
10581 "ryu",
10582 "sval",
10583]
10584
10585[[package]]
10586name = "sval_json"
10587version = "2.8.0"
10588source = "registry+https://github.com/rust-lang/crates.io-index"
10589checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
10590dependencies = [
10591 "itoa",
10592 "ryu",
10593 "sval",
10594]
10595
10596[[package]]
10597name = "sval_ref"
10598version = "2.8.0"
10599source = "registry+https://github.com/rust-lang/crates.io-index"
10600checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
10601dependencies = [
10602 "sval",
10603]
10604
10605[[package]]
10606name = "sval_serde"
10607version = "2.8.0"
10608source = "registry+https://github.com/rust-lang/crates.io-index"
10609checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
10610dependencies = [
10611 "serde",
10612 "sval",
10613 "sval_buffer",
10614 "sval_fmt",
10615]
10616
10617[[package]]
10618name = "svg_fmt"
10619version = "0.4.1"
10620source = "registry+https://github.com/rust-lang/crates.io-index"
10621checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
10622
10623[[package]]
10624name = "svgtypes"
10625version = "0.15.0"
10626source = "registry+https://github.com/rust-lang/crates.io-index"
10627checksum = "d97ca9a891c9c70da8139ac9d8e8ea36a210fa21bb50eccd75d4a9561c83e87f"
10628dependencies = [
10629 "kurbo",
10630 "siphasher 1.0.1",
10631]
10632
10633[[package]]
10634name = "swash"
10635version = "0.1.17"
10636source = "registry+https://github.com/rust-lang/crates.io-index"
10637checksum = "4d7773d67fe3373048cf840bfcc54ec3207cfc1e95c526b287ef2eb5eff9faf6"
10638dependencies = [
10639 "skrifa",
10640 "yazi",
10641 "zeno",
10642]
10643
10644[[package]]
10645name = "syn"
10646version = "1.0.109"
10647source = "registry+https://github.com/rust-lang/crates.io-index"
10648checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
10649dependencies = [
10650 "proc-macro2",
10651 "quote",
10652 "unicode-ident",
10653]
10654
10655[[package]]
10656name = "syn"
10657version = "2.0.59"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
10660dependencies = [
10661 "proc-macro2",
10662 "quote",
10663 "unicode-ident",
10664]
10665
10666[[package]]
10667name = "syn_derive"
10668version = "0.1.8"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
10671dependencies = [
10672 "proc-macro-error",
10673 "proc-macro2",
10674 "quote",
10675 "syn 2.0.59",
10676]
10677
10678[[package]]
10679name = "sync_wrapper"
10680version = "0.1.2"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
10683
10684[[package]]
10685name = "synchronoise"
10686version = "1.0.1"
10687source = "registry+https://github.com/rust-lang/crates.io-index"
10688checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
10689dependencies = [
10690 "crossbeam-queue",
10691]
10692
10693[[package]]
10694name = "sys-locale"
10695version = "0.3.1"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10698dependencies = [
10699 "libc",
10700]
10701
10702[[package]]
10703name = "sysinfo"
10704version = "0.30.7"
10705source = "registry+https://github.com/rust-lang/crates.io-index"
10706checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
10707dependencies = [
10708 "cfg-if",
10709 "core-foundation-sys 0.8.6",
10710 "libc",
10711 "ntapi",
10712 "once_cell",
10713 "rayon",
10714 "windows 0.52.0",
10715]
10716
10717[[package]]
10718name = "system-deps"
10719version = "6.2.2"
10720source = "registry+https://github.com/rust-lang/crates.io-index"
10721checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
10722dependencies = [
10723 "cfg-expr",
10724 "heck 0.5.0",
10725 "pkg-config",
10726 "toml 0.8.16",
10727 "version-compare",
10728]
10729
10730[[package]]
10731name = "system-interface"
10732version = "0.27.1"
10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "9aef1f9d4c1dbdd1cb3a63be9efd2f04d8ddbc919d46112982c76818ffc2f1a7"
10735dependencies = [
10736 "bitflags 2.6.0",
10737 "cap-fs-ext",
10738 "cap-std",
10739 "fd-lock",
10740 "io-lifetimes 2.0.3",
10741 "rustix 0.38.32",
10742 "windows-sys 0.52.0",
10743 "winx",
10744]
10745
10746[[package]]
10747name = "tab_switcher"
10748version = "0.1.0"
10749dependencies = [
10750 "anyhow",
10751 "collections",
10752 "ctor",
10753 "editor",
10754 "env_logger",
10755 "gpui",
10756 "language",
10757 "menu",
10758 "picker",
10759 "project",
10760 "serde",
10761 "serde_json",
10762 "terminal_view",
10763 "theme",
10764 "ui",
10765 "util",
10766 "workspace",
10767]
10768
10769[[package]]
10770name = "taffy"
10771version = "0.4.3"
10772source = "registry+https://github.com/rust-lang/crates.io-index"
10773checksum = "7b2e140b328c6cb5e744bb2c65910b47df86b239afc793ee2c52262569cf9225"
10774dependencies = [
10775 "arrayvec",
10776 "grid",
10777 "num-traits",
10778 "serde",
10779 "slotmap",
10780]
10781
10782[[package]]
10783name = "take-until"
10784version = "0.2.0"
10785source = "registry+https://github.com/rust-lang/crates.io-index"
10786checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
10787
10788[[package]]
10789name = "tap"
10790version = "1.0.1"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
10793
10794[[package]]
10795name = "target-lexicon"
10796version = "0.12.13"
10797source = "registry+https://github.com/rust-lang/crates.io-index"
10798checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
10799
10800[[package]]
10801name = "task"
10802version = "0.1.0"
10803dependencies = [
10804 "anyhow",
10805 "collections",
10806 "futures 0.3.28",
10807 "gpui",
10808 "hex",
10809 "parking_lot",
10810 "schemars",
10811 "serde",
10812 "serde_json_lenient",
10813 "sha2",
10814 "shellexpand 2.1.2",
10815 "util",
10816]
10817
10818[[package]]
10819name = "tasks_ui"
10820version = "0.1.0"
10821dependencies = [
10822 "anyhow",
10823 "editor",
10824 "file_icons",
10825 "fuzzy",
10826 "gpui",
10827 "language",
10828 "menu",
10829 "picker",
10830 "project",
10831 "schemars",
10832 "serde",
10833 "serde_json",
10834 "settings",
10835 "task",
10836 "tree-sitter-rust",
10837 "tree-sitter-typescript",
10838 "ui",
10839 "util",
10840 "workspace",
10841]
10842
10843[[package]]
10844name = "telemetry_events"
10845version = "0.1.0"
10846dependencies = [
10847 "semantic_version",
10848 "serde",
10849]
10850
10851[[package]]
10852name = "tempfile"
10853version = "3.9.0"
10854source = "registry+https://github.com/rust-lang/crates.io-index"
10855checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
10856dependencies = [
10857 "cfg-if",
10858 "fastrand 2.0.0",
10859 "redox_syscall 0.4.1",
10860 "rustix 0.38.32",
10861 "windows-sys 0.52.0",
10862]
10863
10864[[package]]
10865name = "tendril"
10866version = "0.4.3"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
10869dependencies = [
10870 "futf",
10871 "mac",
10872 "utf-8",
10873]
10874
10875[[package]]
10876name = "termcolor"
10877version = "1.4.1"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
10880dependencies = [
10881 "winapi-util",
10882]
10883
10884[[package]]
10885name = "terminal"
10886version = "0.1.0"
10887dependencies = [
10888 "alacritty_terminal 0.24.1-dev",
10889 "anyhow",
10890 "collections",
10891 "dirs 4.0.0",
10892 "futures 0.3.28",
10893 "gpui",
10894 "libc",
10895 "rand 0.8.5",
10896 "release_channel",
10897 "schemars",
10898 "serde",
10899 "serde_derive",
10900 "settings",
10901 "smol",
10902 "sysinfo",
10903 "task",
10904 "theme",
10905 "thiserror",
10906 "util",
10907 "windows 0.58.0",
10908]
10909
10910[[package]]
10911name = "terminal_view"
10912version = "0.1.0"
10913dependencies = [
10914 "anyhow",
10915 "client",
10916 "collections",
10917 "db",
10918 "dirs 4.0.0",
10919 "editor",
10920 "futures 0.3.28",
10921 "gpui",
10922 "itertools 0.11.0",
10923 "language",
10924 "project",
10925 "rand 0.8.5",
10926 "search",
10927 "serde",
10928 "serde_json",
10929 "settings",
10930 "shellexpand 2.1.2",
10931 "smol",
10932 "task",
10933 "tasks_ui",
10934 "terminal",
10935 "theme",
10936 "ui",
10937 "util",
10938 "workspace",
10939]
10940
10941[[package]]
10942name = "text"
10943version = "0.1.0"
10944dependencies = [
10945 "anyhow",
10946 "clock",
10947 "collections",
10948 "ctor",
10949 "env_logger",
10950 "gpui",
10951 "http_client",
10952 "lazy_static",
10953 "log",
10954 "parking_lot",
10955 "postage",
10956 "rand 0.8.5",
10957 "regex",
10958 "rope",
10959 "smallvec",
10960 "sum_tree",
10961 "util",
10962]
10963
10964[[package]]
10965name = "theme"
10966version = "0.1.0"
10967dependencies = [
10968 "anyhow",
10969 "collections",
10970 "derive_more",
10971 "fs",
10972 "futures 0.3.28",
10973 "gpui",
10974 "indexmap 1.9.3",
10975 "log",
10976 "palette",
10977 "parking_lot",
10978 "refineable",
10979 "schemars",
10980 "serde",
10981 "serde_derive",
10982 "serde_json",
10983 "serde_json_lenient",
10984 "serde_repr",
10985 "settings",
10986 "story",
10987 "util",
10988 "uuid",
10989]
10990
10991[[package]]
10992name = "theme_importer"
10993version = "0.1.0"
10994dependencies = [
10995 "anyhow",
10996 "clap",
10997 "gpui",
10998 "indexmap 1.9.3",
10999 "log",
11000 "palette",
11001 "rust-embed",
11002 "schemars",
11003 "serde",
11004 "serde_json",
11005 "serde_json_lenient",
11006 "simplelog",
11007 "strum",
11008 "theme",
11009 "vscode_theme",
11010]
11011
11012[[package]]
11013name = "theme_selector"
11014version = "0.1.0"
11015dependencies = [
11016 "client",
11017 "feature_flags",
11018 "fs",
11019 "fuzzy",
11020 "gpui",
11021 "log",
11022 "picker",
11023 "serde",
11024 "settings",
11025 "theme",
11026 "ui",
11027 "util",
11028 "workspace",
11029]
11030
11031[[package]]
11032name = "thiserror"
11033version = "1.0.62"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb"
11036dependencies = [
11037 "thiserror-impl",
11038]
11039
11040[[package]]
11041name = "thiserror-impl"
11042version = "1.0.62"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c"
11045dependencies = [
11046 "proc-macro2",
11047 "quote",
11048 "syn 2.0.59",
11049]
11050
11051[[package]]
11052name = "thread_local"
11053version = "1.1.7"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
11056dependencies = [
11057 "cfg-if",
11058 "once_cell",
11059]
11060
11061[[package]]
11062name = "tiff"
11063version = "0.9.1"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
11066dependencies = [
11067 "flate2",
11068 "jpeg-decoder",
11069 "weezl",
11070]
11071
11072[[package]]
11073name = "tiktoken-rs"
11074version = "0.5.9"
11075source = "registry+https://github.com/rust-lang/crates.io-index"
11076checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
11077dependencies = [
11078 "anyhow",
11079 "base64 0.21.7",
11080 "bstr",
11081 "fancy-regex",
11082 "lazy_static",
11083 "parking_lot",
11084 "rustc-hash",
11085]
11086
11087[[package]]
11088name = "time"
11089version = "0.3.36"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
11092dependencies = [
11093 "deranged",
11094 "itoa",
11095 "libc",
11096 "num-conv",
11097 "num_threads",
11098 "powerfmt",
11099 "serde",
11100 "time-core",
11101 "time-macros",
11102]
11103
11104[[package]]
11105name = "time-core"
11106version = "0.1.2"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
11109
11110[[package]]
11111name = "time-macros"
11112version = "0.2.18"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
11115dependencies = [
11116 "num-conv",
11117 "time-core",
11118]
11119
11120[[package]]
11121name = "time_format"
11122version = "0.1.0"
11123dependencies = [
11124 "core-foundation",
11125 "core-foundation-sys 0.8.6",
11126 "sys-locale",
11127 "time",
11128]
11129
11130[[package]]
11131name = "tiny-keccak"
11132version = "2.0.2"
11133source = "registry+https://github.com/rust-lang/crates.io-index"
11134checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
11135dependencies = [
11136 "crunchy",
11137]
11138
11139[[package]]
11140name = "tiny-skia"
11141version = "0.11.4"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
11144dependencies = [
11145 "arrayref",
11146 "arrayvec",
11147 "bytemuck",
11148 "cfg-if",
11149 "log",
11150 "png",
11151 "tiny-skia-path",
11152]
11153
11154[[package]]
11155name = "tiny-skia-path"
11156version = "0.11.4"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
11159dependencies = [
11160 "arrayref",
11161 "bytemuck",
11162 "strict-num",
11163]
11164
11165[[package]]
11166name = "tiny_http"
11167version = "0.8.2"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
11170dependencies = [
11171 "ascii",
11172 "chrono",
11173 "chunked_transfer",
11174 "log",
11175 "url",
11176]
11177
11178[[package]]
11179name = "tinytemplate"
11180version = "1.2.1"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
11183dependencies = [
11184 "serde",
11185 "serde_json",
11186]
11187
11188[[package]]
11189name = "tinyvec"
11190version = "1.8.0"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
11193dependencies = [
11194 "tinyvec_macros",
11195]
11196
11197[[package]]
11198name = "tinyvec_macros"
11199version = "0.1.1"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
11202
11203[[package]]
11204name = "title_bar"
11205version = "0.1.0"
11206dependencies = [
11207 "auto_update",
11208 "call",
11209 "client",
11210 "collections",
11211 "command_palette",
11212 "dev_server_projects",
11213 "editor",
11214 "extensions_ui",
11215 "feedback",
11216 "gpui",
11217 "http_client",
11218 "notifications",
11219 "pretty_assertions",
11220 "project",
11221 "recent_projects",
11222 "rpc",
11223 "serde",
11224 "settings",
11225 "smallvec",
11226 "story",
11227 "theme",
11228 "theme_selector",
11229 "tree-sitter-md",
11230 "ui",
11231 "util",
11232 "vcs_menu",
11233 "windows 0.58.0",
11234 "workspace",
11235 "zed_actions",
11236]
11237
11238[[package]]
11239name = "tokio"
11240version = "1.37.0"
11241source = "registry+https://github.com/rust-lang/crates.io-index"
11242checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
11243dependencies = [
11244 "backtrace",
11245 "bytes 1.5.0",
11246 "libc",
11247 "mio",
11248 "num_cpus",
11249 "parking_lot",
11250 "pin-project-lite",
11251 "signal-hook-registry",
11252 "socket2 0.5.7",
11253 "tokio-macros",
11254 "windows-sys 0.48.0",
11255]
11256
11257[[package]]
11258name = "tokio-io"
11259version = "0.1.13"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11262dependencies = [
11263 "bytes 0.4.12",
11264 "futures 0.1.31",
11265 "log",
11266]
11267
11268[[package]]
11269name = "tokio-macros"
11270version = "2.2.0"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
11273dependencies = [
11274 "proc-macro2",
11275 "quote",
11276 "syn 2.0.59",
11277]
11278
11279[[package]]
11280name = "tokio-native-tls"
11281version = "0.3.1"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
11284dependencies = [
11285 "native-tls",
11286 "tokio",
11287]
11288
11289[[package]]
11290name = "tokio-rustls"
11291version = "0.24.1"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
11294dependencies = [
11295 "rustls",
11296 "tokio",
11297]
11298
11299[[package]]
11300name = "tokio-stream"
11301version = "0.1.14"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
11304dependencies = [
11305 "futures-core",
11306 "pin-project-lite",
11307 "tokio",
11308]
11309
11310[[package]]
11311name = "tokio-tungstenite"
11312version = "0.20.1"
11313source = "registry+https://github.com/rust-lang/crates.io-index"
11314checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
11315dependencies = [
11316 "futures-util",
11317 "log",
11318 "tokio",
11319 "tungstenite",
11320]
11321
11322[[package]]
11323name = "tokio-util"
11324version = "0.7.9"
11325source = "registry+https://github.com/rust-lang/crates.io-index"
11326checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
11327dependencies = [
11328 "bytes 1.5.0",
11329 "futures-core",
11330 "futures-io",
11331 "futures-sink",
11332 "pin-project-lite",
11333 "tokio",
11334 "tracing",
11335]
11336
11337[[package]]
11338name = "toml"
11339version = "0.5.11"
11340source = "registry+https://github.com/rust-lang/crates.io-index"
11341checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
11342dependencies = [
11343 "serde",
11344]
11345
11346[[package]]
11347name = "toml"
11348version = "0.7.8"
11349source = "registry+https://github.com/rust-lang/crates.io-index"
11350checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
11351dependencies = [
11352 "serde",
11353 "serde_spanned",
11354 "toml_datetime",
11355 "toml_edit 0.19.15",
11356]
11357
11358[[package]]
11359name = "toml"
11360version = "0.8.16"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "81967dd0dd2c1ab0bc3468bd7caecc32b8a4aa47d0c8c695d8c2b2108168d62c"
11363dependencies = [
11364 "serde",
11365 "serde_spanned",
11366 "toml_datetime",
11367 "toml_edit 0.22.17",
11368]
11369
11370[[package]]
11371name = "toml_datetime"
11372version = "0.6.7"
11373source = "registry+https://github.com/rust-lang/crates.io-index"
11374checksum = "f8fb9f64314842840f1d940ac544da178732128f1c78c21772e876579e0da1db"
11375dependencies = [
11376 "serde",
11377]
11378
11379[[package]]
11380name = "toml_edit"
11381version = "0.19.15"
11382source = "registry+https://github.com/rust-lang/crates.io-index"
11383checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
11384dependencies = [
11385 "indexmap 2.2.6",
11386 "serde",
11387 "serde_spanned",
11388 "toml_datetime",
11389 "winnow 0.5.15",
11390]
11391
11392[[package]]
11393name = "toml_edit"
11394version = "0.21.1"
11395source = "registry+https://github.com/rust-lang/crates.io-index"
11396checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
11397dependencies = [
11398 "indexmap 2.2.6",
11399 "toml_datetime",
11400 "winnow 0.5.15",
11401]
11402
11403[[package]]
11404name = "toml_edit"
11405version = "0.22.17"
11406source = "registry+https://github.com/rust-lang/crates.io-index"
11407checksum = "8d9f8729f5aea9562aac1cc0441f5d6de3cff1ee0c5d67293eeca5eb36ee7c16"
11408dependencies = [
11409 "indexmap 2.2.6",
11410 "serde",
11411 "serde_spanned",
11412 "toml_datetime",
11413 "winnow 0.6.1",
11414]
11415
11416[[package]]
11417name = "tower"
11418version = "0.4.13"
11419source = "registry+https://github.com/rust-lang/crates.io-index"
11420checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
11421dependencies = [
11422 "futures-core",
11423 "futures-util",
11424 "pin-project",
11425 "pin-project-lite",
11426 "tokio",
11427 "tower-layer",
11428 "tower-service",
11429 "tracing",
11430]
11431
11432[[package]]
11433name = "tower-http"
11434version = "0.3.5"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
11437dependencies = [
11438 "bitflags 1.3.2",
11439 "bytes 1.5.0",
11440 "futures-core",
11441 "futures-util",
11442 "http 0.2.9",
11443 "http-body",
11444 "http-range-header",
11445 "pin-project-lite",
11446 "tower-layer",
11447 "tower-service",
11448]
11449
11450[[package]]
11451name = "tower-http"
11452version = "0.4.4"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
11455dependencies = [
11456 "bitflags 2.6.0",
11457 "bytes 1.5.0",
11458 "futures-core",
11459 "futures-util",
11460 "http 0.2.9",
11461 "http-body",
11462 "http-range-header",
11463 "pin-project-lite",
11464 "tower-layer",
11465 "tower-service",
11466 "tracing",
11467]
11468
11469[[package]]
11470name = "tower-layer"
11471version = "0.3.2"
11472source = "registry+https://github.com/rust-lang/crates.io-index"
11473checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
11474
11475[[package]]
11476name = "tower-service"
11477version = "0.3.2"
11478source = "registry+https://github.com/rust-lang/crates.io-index"
11479checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
11480
11481[[package]]
11482name = "tracing"
11483version = "0.1.40"
11484source = "registry+https://github.com/rust-lang/crates.io-index"
11485checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
11486dependencies = [
11487 "log",
11488 "pin-project-lite",
11489 "tracing-attributes",
11490 "tracing-core",
11491]
11492
11493[[package]]
11494name = "tracing-attributes"
11495version = "0.1.27"
11496source = "registry+https://github.com/rust-lang/crates.io-index"
11497checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
11498dependencies = [
11499 "proc-macro2",
11500 "quote",
11501 "syn 2.0.59",
11502]
11503
11504[[package]]
11505name = "tracing-core"
11506version = "0.1.32"
11507source = "registry+https://github.com/rust-lang/crates.io-index"
11508checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
11509dependencies = [
11510 "once_cell",
11511 "valuable",
11512]
11513
11514[[package]]
11515name = "tracing-futures"
11516version = "0.2.5"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
11519dependencies = [
11520 "pin-project",
11521 "tracing",
11522]
11523
11524[[package]]
11525name = "tracing-log"
11526version = "0.2.0"
11527source = "registry+https://github.com/rust-lang/crates.io-index"
11528checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
11529dependencies = [
11530 "log",
11531 "once_cell",
11532 "tracing-core",
11533]
11534
11535[[package]]
11536name = "tracing-serde"
11537version = "0.1.3"
11538source = "registry+https://github.com/rust-lang/crates.io-index"
11539checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
11540dependencies = [
11541 "serde",
11542 "tracing-core",
11543]
11544
11545[[package]]
11546name = "tracing-subscriber"
11547version = "0.3.18"
11548source = "registry+https://github.com/rust-lang/crates.io-index"
11549checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
11550dependencies = [
11551 "matchers",
11552 "nu-ansi-term",
11553 "once_cell",
11554 "regex",
11555 "serde",
11556 "serde_json",
11557 "sharded-slab",
11558 "smallvec",
11559 "thread_local",
11560 "tracing",
11561 "tracing-core",
11562 "tracing-log",
11563 "tracing-serde",
11564]
11565
11566[[package]]
11567name = "tree-sitter"
11568version = "0.22.6"
11569source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
11570dependencies = [
11571 "cc",
11572 "regex",
11573 "tree-sitter-language",
11574 "wasmtime-c-api-impl",
11575]
11576
11577[[package]]
11578name = "tree-sitter-bash"
11579version = "0.21.0"
11580source = "registry+https://github.com/rust-lang/crates.io-index"
11581checksum = "b5244703ad2e08a616d859a0557d7aa290adcd5e0990188a692e628ffe9dce40"
11582dependencies = [
11583 "cc",
11584 "tree-sitter",
11585]
11586
11587[[package]]
11588name = "tree-sitter-c"
11589version = "0.21.4"
11590source = "registry+https://github.com/rust-lang/crates.io-index"
11591checksum = "f956d5351d62652864a4ff3ae861747e7a1940dc96c9998ae400ac0d3ce30427"
11592dependencies = [
11593 "cc",
11594 "tree-sitter",
11595]
11596
11597[[package]]
11598name = "tree-sitter-cpp"
11599version = "0.22.3"
11600source = "registry+https://github.com/rust-lang/crates.io-index"
11601checksum = "1d509a22a992790d38f2c291961ff8a1ff016c437c7ec6befc9220b8eec8918c"
11602dependencies = [
11603 "cc",
11604 "tree-sitter",
11605]
11606
11607[[package]]
11608name = "tree-sitter-css"
11609version = "0.21.0"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "e2f806f96136762b0121f5fdd7172a3dcd8f42d37a2f23ed7f11b35895e20eb4"
11612dependencies = [
11613 "cc",
11614 "tree-sitter",
11615]
11616
11617[[package]]
11618name = "tree-sitter-elixir"
11619version = "0.2.0"
11620source = "registry+https://github.com/rust-lang/crates.io-index"
11621checksum = "df94bf7f057768b1cab2ee1f14812ed4ae33f9e04d09254043eeaa797db4ef70"
11622dependencies = [
11623 "cc",
11624 "tree-sitter",
11625]
11626
11627[[package]]
11628name = "tree-sitter-embedded-template"
11629version = "0.20.0"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
11632dependencies = [
11633 "cc",
11634 "tree-sitter",
11635]
11636
11637[[package]]
11638name = "tree-sitter-go"
11639version = "0.21.0"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "55cb318be5ccf75f44e054acf6898a5c95d59b53443eed578e16be0cd7ec037f"
11642dependencies = [
11643 "cc",
11644 "tree-sitter",
11645]
11646
11647[[package]]
11648name = "tree-sitter-gomod"
11649version = "1.0.2"
11650source = "git+https://github.com/SomeoneToIgnore/tree-sitter-go-mod?rev=8c1f54f12bb4c846336b634bc817645d6f35d641#8c1f54f12bb4c846336b634bc817645d6f35d641"
11651dependencies = [
11652 "cc",
11653 "tree-sitter",
11654]
11655
11656[[package]]
11657name = "tree-sitter-gowork"
11658version = "0.0.1"
11659source = "git+https://github.com/d1y/tree-sitter-go-work?rev=dcbabff454703c3a4bc98a23cf8778d4be46fd22#dcbabff454703c3a4bc98a23cf8778d4be46fd22"
11660dependencies = [
11661 "cc",
11662 "tree-sitter",
11663]
11664
11665[[package]]
11666name = "tree-sitter-heex"
11667version = "0.0.1"
11668source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=6dd0303acf7138dd2b9b432a229e16539581c701#6dd0303acf7138dd2b9b432a229e16539581c701"
11669dependencies = [
11670 "cc",
11671 "tree-sitter",
11672]
11673
11674[[package]]
11675name = "tree-sitter-html"
11676version = "0.20.3"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "95b3492b08a786bf5cc79feb0ef2ff3b115d5174364e0ddfd7860e0b9b088b53"
11679dependencies = [
11680 "cc",
11681 "tree-sitter",
11682]
11683
11684[[package]]
11685name = "tree-sitter-jsdoc"
11686version = "0.21.0"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "8d07920101ff12a59574890318a37fa7e18d9c06d9aa4be334aa24adbb480f18"
11689dependencies = [
11690 "cc",
11691 "tree-sitter",
11692]
11693
11694[[package]]
11695name = "tree-sitter-json"
11696version = "0.21.0"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "5b737dcb73c35d74b7d64a5f3dde158113c86a012bf3cee2bfdf2150d23b05db"
11699dependencies = [
11700 "cc",
11701 "tree-sitter",
11702]
11703
11704[[package]]
11705name = "tree-sitter-language"
11706version = "0.1.0"
11707source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
11708
11709[[package]]
11710name = "tree-sitter-md"
11711version = "0.2.3"
11712source = "git+https://github.com/zed-industries/tree-sitter-markdown?rev=e3855e37f8f2c71aa7513c18a9c95fb7461b1b10#e3855e37f8f2c71aa7513c18a9c95fb7461b1b10"
11713dependencies = [
11714 "cc",
11715 "tree-sitter",
11716]
11717
11718[[package]]
11719name = "tree-sitter-python"
11720version = "0.21.0"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "b4066c6cf678f962f8c2c4561f205945c84834cce73d981e71392624fdc390a9"
11723dependencies = [
11724 "cc",
11725 "tree-sitter",
11726]
11727
11728[[package]]
11729name = "tree-sitter-regex"
11730version = "0.21.0"
11731source = "registry+https://github.com/rust-lang/crates.io-index"
11732checksum = "5ff1286fe9651b2797484839ffa37aa76c8618d4ccb6836d7e31765dfd60c0d5"
11733dependencies = [
11734 "cc",
11735 "tree-sitter",
11736]
11737
11738[[package]]
11739name = "tree-sitter-ruby"
11740version = "0.21.0"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "c0031f687c0772f2dad7b77104c43428611099a1804c81244ada21560f41f0b1"
11743dependencies = [
11744 "cc",
11745 "tree-sitter",
11746]
11747
11748[[package]]
11749name = "tree-sitter-rust"
11750version = "0.21.2"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "277690f420bf90741dea984f3da038ace46c4fe6047cba57a66822226cde1c93"
11753dependencies = [
11754 "cc",
11755 "tree-sitter",
11756]
11757
11758[[package]]
11759name = "tree-sitter-typescript"
11760version = "0.21.2"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "ecb35d98a688378e56c18c9c159824fd16f730ccbea19aacf4f206e5d5438ed9"
11763dependencies = [
11764 "cc",
11765 "tree-sitter",
11766]
11767
11768[[package]]
11769name = "tree-sitter-yaml"
11770version = "0.6.1"
11771source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "aad27ec46ad343d8b514f64dd3fdffb478c592ece561b6c935d90ef55589c6b6"
11773dependencies = [
11774 "cc",
11775 "tree-sitter",
11776]
11777
11778[[package]]
11779name = "try-lock"
11780version = "0.2.4"
11781source = "registry+https://github.com/rust-lang/crates.io-index"
11782checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
11783
11784[[package]]
11785name = "ttf-parser"
11786version = "0.21.1"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
11789
11790[[package]]
11791name = "tungstenite"
11792version = "0.20.1"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
11795dependencies = [
11796 "byteorder",
11797 "bytes 1.5.0",
11798 "data-encoding",
11799 "http 0.2.9",
11800 "httparse",
11801 "log",
11802 "native-tls",
11803 "rand 0.8.5",
11804 "sha1",
11805 "thiserror",
11806 "url",
11807 "utf-8",
11808]
11809
11810[[package]]
11811name = "typeid"
11812version = "1.0.0"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
11815
11816[[package]]
11817name = "typenum"
11818version = "1.17.0"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
11821
11822[[package]]
11823name = "uds_windows"
11824version = "1.1.0"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
11827dependencies = [
11828 "memoffset",
11829 "tempfile",
11830 "winapi",
11831]
11832
11833[[package]]
11834name = "ui"
11835version = "0.1.0"
11836dependencies = [
11837 "chrono",
11838 "gpui",
11839 "itertools 0.11.0",
11840 "menu",
11841 "serde",
11842 "settings",
11843 "smallvec",
11844 "story",
11845 "strum",
11846 "theme",
11847 "windows 0.58.0",
11848]
11849
11850[[package]]
11851name = "ui_input"
11852version = "0.1.0"
11853dependencies = [
11854 "editor",
11855 "gpui",
11856 "settings",
11857 "theme",
11858 "ui",
11859]
11860
11861[[package]]
11862name = "unicase"
11863version = "2.7.0"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
11866dependencies = [
11867 "version_check",
11868]
11869
11870[[package]]
11871name = "unicode-bidi"
11872version = "0.3.15"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
11875
11876[[package]]
11877name = "unicode-bidi-mirroring"
11878version = "0.2.0"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
11881
11882[[package]]
11883name = "unicode-ccc"
11884version = "0.2.0"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
11887
11888[[package]]
11889name = "unicode-ident"
11890version = "1.0.12"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
11893
11894[[package]]
11895name = "unicode-linebreak"
11896version = "0.1.5"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
11899
11900[[package]]
11901name = "unicode-normalization"
11902version = "0.1.23"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
11905dependencies = [
11906 "tinyvec",
11907]
11908
11909[[package]]
11910name = "unicode-properties"
11911version = "0.1.1"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
11914
11915[[package]]
11916name = "unicode-script"
11917version = "0.5.5"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
11920
11921[[package]]
11922name = "unicode-segmentation"
11923version = "1.10.1"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
11926
11927[[package]]
11928name = "unicode-width"
11929version = "0.1.11"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
11932
11933[[package]]
11934name = "unicode-xid"
11935version = "0.2.4"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
11938
11939[[package]]
11940name = "unicode_categories"
11941version = "0.1.1"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
11944
11945[[package]]
11946name = "unindent"
11947version = "0.1.11"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
11950
11951[[package]]
11952name = "untrusted"
11953version = "0.9.0"
11954source = "registry+https://github.com/rust-lang/crates.io-index"
11955checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
11956
11957[[package]]
11958name = "url"
11959version = "2.5.2"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
11962dependencies = [
11963 "form_urlencoded",
11964 "idna",
11965 "percent-encoding",
11966 "serde",
11967]
11968
11969[[package]]
11970name = "urlencoding"
11971version = "2.1.3"
11972source = "registry+https://github.com/rust-lang/crates.io-index"
11973checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
11974
11975[[package]]
11976name = "usvg"
11977version = "0.41.0"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
11980dependencies = [
11981 "base64 0.22.1",
11982 "data-url",
11983 "flate2",
11984 "imagesize",
11985 "kurbo",
11986 "log",
11987 "pico-args",
11988 "roxmltree",
11989 "simplecss",
11990 "siphasher 1.0.1",
11991 "strict-num",
11992 "svgtypes",
11993 "tiny-skia-path",
11994 "xmlwriter",
11995]
11996
11997[[package]]
11998name = "utf-8"
11999version = "0.7.6"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
12002
12003[[package]]
12004name = "utf8parse"
12005version = "0.2.1"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
12008
12009[[package]]
12010name = "util"
12011version = "0.1.0"
12012dependencies = [
12013 "anyhow",
12014 "async-fs 1.6.0",
12015 "collections",
12016 "dirs 4.0.0",
12017 "futures 0.3.28",
12018 "futures-lite 1.13.0",
12019 "git2",
12020 "globset",
12021 "log",
12022 "rand 0.8.5",
12023 "regex",
12024 "rust-embed",
12025 "serde",
12026 "serde_json",
12027 "take-until",
12028 "tempfile",
12029 "tendril",
12030 "unicase",
12031]
12032
12033[[package]]
12034name = "uuid"
12035version = "1.10.0"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
12038dependencies = [
12039 "getrandom 0.2.10",
12040 "serde",
12041 "sha1_smol",
12042]
12043
12044[[package]]
12045name = "v_frame"
12046version = "0.3.8"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
12049dependencies = [
12050 "aligned-vec",
12051 "num-traits",
12052 "wasm-bindgen",
12053]
12054
12055[[package]]
12056name = "valuable"
12057version = "0.1.0"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
12060
12061[[package]]
12062name = "value-bag"
12063version = "1.9.0"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
12066dependencies = [
12067 "value-bag-serde1",
12068 "value-bag-sval2",
12069]
12070
12071[[package]]
12072name = "value-bag-serde1"
12073version = "1.9.0"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
12076dependencies = [
12077 "erased-serde",
12078 "serde",
12079 "serde_fmt",
12080]
12081
12082[[package]]
12083name = "value-bag-sval2"
12084version = "1.9.0"
12085source = "registry+https://github.com/rust-lang/crates.io-index"
12086checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
12087dependencies = [
12088 "sval",
12089 "sval_buffer",
12090 "sval_dynamic",
12091 "sval_fmt",
12092 "sval_json",
12093 "sval_ref",
12094 "sval_serde",
12095]
12096
12097[[package]]
12098name = "vcpkg"
12099version = "0.2.15"
12100source = "registry+https://github.com/rust-lang/crates.io-index"
12101checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
12102
12103[[package]]
12104name = "vcs_menu"
12105version = "0.1.0"
12106dependencies = [
12107 "anyhow",
12108 "fuzzy",
12109 "git",
12110 "gpui",
12111 "picker",
12112 "ui",
12113 "util",
12114 "workspace",
12115]
12116
12117[[package]]
12118name = "version-compare"
12119version = "0.2.0"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
12122
12123[[package]]
12124name = "version_check"
12125version = "0.9.4"
12126source = "registry+https://github.com/rust-lang/crates.io-index"
12127checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
12128
12129[[package]]
12130name = "vim"
12131version = "0.1.0"
12132dependencies = [
12133 "anyhow",
12134 "async-compat",
12135 "async-trait",
12136 "collections",
12137 "command_palette",
12138 "command_palette_hooks",
12139 "editor",
12140 "futures 0.3.28",
12141 "gpui",
12142 "indoc",
12143 "itertools 0.11.0",
12144 "language",
12145 "lazy_static",
12146 "log",
12147 "lsp",
12148 "multi_buffer",
12149 "nvim-rs",
12150 "parking_lot",
12151 "regex",
12152 "release_channel",
12153 "schemars",
12154 "search",
12155 "serde",
12156 "serde_derive",
12157 "serde_json",
12158 "settings",
12159 "tokio",
12160 "ui",
12161 "util",
12162 "workspace",
12163 "zed_actions",
12164]
12165
12166[[package]]
12167name = "vscode_theme"
12168version = "0.2.0"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
12171dependencies = [
12172 "serde",
12173]
12174
12175[[package]]
12176name = "vsimd"
12177version = "0.8.0"
12178source = "registry+https://github.com/rust-lang/crates.io-index"
12179checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
12180
12181[[package]]
12182name = "vswhom"
12183version = "0.1.0"
12184source = "registry+https://github.com/rust-lang/crates.io-index"
12185checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
12186dependencies = [
12187 "libc",
12188 "vswhom-sys",
12189]
12190
12191[[package]]
12192name = "vswhom-sys"
12193version = "0.1.2"
12194source = "registry+https://github.com/rust-lang/crates.io-index"
12195checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
12196dependencies = [
12197 "cc",
12198 "libc",
12199]
12200
12201[[package]]
12202name = "vte"
12203version = "0.13.0"
12204source = "registry+https://github.com/rust-lang/crates.io-index"
12205checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
12206dependencies = [
12207 "bitflags 2.6.0",
12208 "cursor-icon",
12209 "log",
12210 "serde",
12211 "utf8parse",
12212 "vte_generate_state_changes",
12213]
12214
12215[[package]]
12216name = "vte_generate_state_changes"
12217version = "0.1.1"
12218source = "registry+https://github.com/rust-lang/crates.io-index"
12219checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
12220dependencies = [
12221 "proc-macro2",
12222 "quote",
12223]
12224
12225[[package]]
12226name = "waker-fn"
12227version = "1.2.0"
12228source = "registry+https://github.com/rust-lang/crates.io-index"
12229checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
12230
12231[[package]]
12232name = "walkdir"
12233version = "2.5.0"
12234source = "registry+https://github.com/rust-lang/crates.io-index"
12235checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
12236dependencies = [
12237 "same-file",
12238 "winapi-util",
12239]
12240
12241[[package]]
12242name = "want"
12243version = "0.3.1"
12244source = "registry+https://github.com/rust-lang/crates.io-index"
12245checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
12246dependencies = [
12247 "try-lock",
12248]
12249
12250[[package]]
12251name = "wasi"
12252version = "0.9.0+wasi-snapshot-preview1"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
12255
12256[[package]]
12257name = "wasi"
12258version = "0.11.0+wasi-snapshot-preview1"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
12261
12262[[package]]
12263name = "wasite"
12264version = "0.1.0"
12265source = "registry+https://github.com/rust-lang/crates.io-index"
12266checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
12267
12268[[package]]
12269name = "wasm-bindgen"
12270version = "0.2.92"
12271source = "registry+https://github.com/rust-lang/crates.io-index"
12272checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
12273dependencies = [
12274 "cfg-if",
12275 "wasm-bindgen-macro",
12276]
12277
12278[[package]]
12279name = "wasm-bindgen-backend"
12280version = "0.2.92"
12281source = "registry+https://github.com/rust-lang/crates.io-index"
12282checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
12283dependencies = [
12284 "bumpalo",
12285 "log",
12286 "once_cell",
12287 "proc-macro2",
12288 "quote",
12289 "syn 2.0.59",
12290 "wasm-bindgen-shared",
12291]
12292
12293[[package]]
12294name = "wasm-bindgen-futures"
12295version = "0.4.37"
12296source = "registry+https://github.com/rust-lang/crates.io-index"
12297checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
12298dependencies = [
12299 "cfg-if",
12300 "js-sys",
12301 "wasm-bindgen",
12302 "web-sys",
12303]
12304
12305[[package]]
12306name = "wasm-bindgen-macro"
12307version = "0.2.92"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
12310dependencies = [
12311 "quote",
12312 "wasm-bindgen-macro-support",
12313]
12314
12315[[package]]
12316name = "wasm-bindgen-macro-support"
12317version = "0.2.92"
12318source = "registry+https://github.com/rust-lang/crates.io-index"
12319checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
12320dependencies = [
12321 "proc-macro2",
12322 "quote",
12323 "syn 2.0.59",
12324 "wasm-bindgen-backend",
12325 "wasm-bindgen-shared",
12326]
12327
12328[[package]]
12329name = "wasm-bindgen-shared"
12330version = "0.2.92"
12331source = "registry+https://github.com/rust-lang/crates.io-index"
12332checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
12333
12334[[package]]
12335name = "wasm-encoder"
12336version = "0.201.0"
12337source = "registry+https://github.com/rust-lang/crates.io-index"
12338checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
12339dependencies = [
12340 "leb128",
12341]
12342
12343[[package]]
12344name = "wasm-encoder"
12345version = "0.207.0"
12346source = "registry+https://github.com/rust-lang/crates.io-index"
12347checksum = "d996306fb3aeaee0d9157adbe2f670df0236caf19f6728b221e92d0f27b3fe17"
12348dependencies = [
12349 "leb128",
12350]
12351
12352[[package]]
12353name = "wasm-metadata"
12354version = "0.201.0"
12355source = "registry+https://github.com/rust-lang/crates.io-index"
12356checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
12357dependencies = [
12358 "anyhow",
12359 "indexmap 2.2.6",
12360 "serde",
12361 "serde_derive",
12362 "serde_json",
12363 "spdx",
12364 "wasm-encoder 0.201.0",
12365 "wasmparser 0.201.0",
12366]
12367
12368[[package]]
12369name = "wasmparser"
12370version = "0.201.0"
12371source = "registry+https://github.com/rust-lang/crates.io-index"
12372checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
12373dependencies = [
12374 "bitflags 2.6.0",
12375 "indexmap 2.2.6",
12376 "semver",
12377]
12378
12379[[package]]
12380name = "wasmparser"
12381version = "0.207.0"
12382source = "registry+https://github.com/rust-lang/crates.io-index"
12383checksum = "e19bb9f8ab07616da582ef8adb24c54f1424c7ec876720b7da9db8ec0626c92c"
12384dependencies = [
12385 "ahash 0.8.11",
12386 "bitflags 2.6.0",
12387 "hashbrown 0.14.5",
12388 "indexmap 2.2.6",
12389 "semver",
12390]
12391
12392[[package]]
12393name = "wasmprinter"
12394version = "0.207.0"
12395source = "registry+https://github.com/rust-lang/crates.io-index"
12396checksum = "9c2d8a7b4dabb460208e6b4334d9db5766e84505038b2529e69c3d07ac619115"
12397dependencies = [
12398 "anyhow",
12399 "wasmparser 0.207.0",
12400]
12401
12402[[package]]
12403name = "wasmtime"
12404version = "21.0.1"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "f92a1370c66a0022e6d92dcc277e2c84f5dece19569670b8ce7db8162560d8b6"
12407dependencies = [
12408 "anyhow",
12409 "async-trait",
12410 "bumpalo",
12411 "cc",
12412 "cfg-if",
12413 "encoding_rs",
12414 "hashbrown 0.14.5",
12415 "indexmap 2.2.6",
12416 "libc",
12417 "libm",
12418 "log",
12419 "mach2",
12420 "memfd",
12421 "memoffset",
12422 "object 0.33.0",
12423 "once_cell",
12424 "paste",
12425 "postcard",
12426 "psm",
12427 "rustix 0.38.32",
12428 "semver",
12429 "serde",
12430 "serde_derive",
12431 "smallvec",
12432 "sptr",
12433 "target-lexicon",
12434 "wasmparser 0.207.0",
12435 "wasmtime-asm-macros",
12436 "wasmtime-component-macro",
12437 "wasmtime-component-util",
12438 "wasmtime-cranelift",
12439 "wasmtime-environ",
12440 "wasmtime-fiber",
12441 "wasmtime-jit-icache-coherence",
12442 "wasmtime-slab",
12443 "wasmtime-versioned-export-macros",
12444 "wasmtime-winch",
12445 "windows-sys 0.52.0",
12446]
12447
12448[[package]]
12449name = "wasmtime-asm-macros"
12450version = "21.0.1"
12451source = "registry+https://github.com/rust-lang/crates.io-index"
12452checksum = "6dee8679c974a7f258c03d60d3c747c426ed219945b6d08cbc77fd2eab15b2d1"
12453dependencies = [
12454 "cfg-if",
12455]
12456
12457[[package]]
12458name = "wasmtime-c-api-impl"
12459version = "21.0.1"
12460source = "registry+https://github.com/rust-lang/crates.io-index"
12461checksum = "76af8b62c8d2814b7d5975c5dc140122e4c086150db6c15d25a4b76f11c929dd"
12462dependencies = [
12463 "anyhow",
12464 "log",
12465 "once_cell",
12466 "tracing",
12467 "wasmtime",
12468 "wasmtime-c-api-macros",
12469]
12470
12471[[package]]
12472name = "wasmtime-c-api-macros"
12473version = "21.0.1"
12474source = "registry+https://github.com/rust-lang/crates.io-index"
12475checksum = "d74b92f917c9ced9c6262a00e9cb982ebac183e6900b4d44e2480f936b9495eb"
12476dependencies = [
12477 "proc-macro2",
12478 "quote",
12479]
12480
12481[[package]]
12482name = "wasmtime-component-macro"
12483version = "21.0.1"
12484source = "registry+https://github.com/rust-lang/crates.io-index"
12485checksum = "32cae30035f1cf97dcc6657c979cf39f99ce6be93583675eddf4aeaa5548509c"
12486dependencies = [
12487 "anyhow",
12488 "proc-macro2",
12489 "quote",
12490 "syn 2.0.59",
12491 "wasmtime-component-util",
12492 "wasmtime-wit-bindgen",
12493 "wit-parser 0.207.0",
12494]
12495
12496[[package]]
12497name = "wasmtime-component-util"
12498version = "21.0.1"
12499source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "f7ae611f08cea620c67330925be28a96115bf01f8f393a6cbdf4856a86087134"
12501
12502[[package]]
12503name = "wasmtime-cranelift"
12504version = "21.0.1"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "b2909406a6007e28be964067167890bca4574bd48a9ff18f1fa9f4856d89ea40"
12507dependencies = [
12508 "anyhow",
12509 "cfg-if",
12510 "cranelift-codegen",
12511 "cranelift-control",
12512 "cranelift-entity",
12513 "cranelift-frontend",
12514 "cranelift-native",
12515 "cranelift-wasm",
12516 "gimli 0.28.0",
12517 "log",
12518 "object 0.33.0",
12519 "target-lexicon",
12520 "thiserror",
12521 "wasmparser 0.207.0",
12522 "wasmtime-environ",
12523 "wasmtime-versioned-export-macros",
12524]
12525
12526[[package]]
12527name = "wasmtime-environ"
12528version = "21.0.1"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "40e227f9ed2f5421473723d6c0352b5986e6e6044fde5410a274a394d726108f"
12531dependencies = [
12532 "anyhow",
12533 "cpp_demangle",
12534 "cranelift-entity",
12535 "gimli 0.28.0",
12536 "indexmap 2.2.6",
12537 "log",
12538 "object 0.33.0",
12539 "postcard",
12540 "rustc-demangle",
12541 "serde",
12542 "serde_derive",
12543 "target-lexicon",
12544 "wasm-encoder 0.207.0",
12545 "wasmparser 0.207.0",
12546 "wasmprinter",
12547 "wasmtime-component-util",
12548 "wasmtime-types",
12549]
12550
12551[[package]]
12552name = "wasmtime-fiber"
12553version = "21.0.1"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "42edb392586d07038c1638e854382db916b6ca7845a2e6a7f8dc49e08907acdd"
12556dependencies = [
12557 "anyhow",
12558 "cc",
12559 "cfg-if",
12560 "rustix 0.38.32",
12561 "wasmtime-asm-macros",
12562 "wasmtime-versioned-export-macros",
12563 "windows-sys 0.52.0",
12564]
12565
12566[[package]]
12567name = "wasmtime-jit-icache-coherence"
12568version = "21.0.1"
12569source = "registry+https://github.com/rust-lang/crates.io-index"
12570checksum = "afe088f9b56bb353adaf837bf7e10f1c2e1676719dd5be4cac8e37f2ba1ee5bc"
12571dependencies = [
12572 "anyhow",
12573 "cfg-if",
12574 "libc",
12575 "windows-sys 0.52.0",
12576]
12577
12578[[package]]
12579name = "wasmtime-slab"
12580version = "21.0.1"
12581source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "4ff75cafffe47b04b036385ce3710f209153525b0ed19d57b0cf44a22d446460"
12583
12584[[package]]
12585name = "wasmtime-types"
12586version = "21.0.1"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "2f2fa462bfea3220711c84e2b549f147e4df89eeb49b8a2a3d89148f6cc4a8b1"
12589dependencies = [
12590 "cranelift-entity",
12591 "serde",
12592 "serde_derive",
12593 "smallvec",
12594 "wasmparser 0.207.0",
12595]
12596
12597[[package]]
12598name = "wasmtime-versioned-export-macros"
12599version = "21.0.1"
12600source = "registry+https://github.com/rust-lang/crates.io-index"
12601checksum = "d4cedc5bfef3db2a85522ee38564b47ef3b7fc7c92e94cacbce99808e63cdd47"
12602dependencies = [
12603 "proc-macro2",
12604 "quote",
12605 "syn 2.0.59",
12606]
12607
12608[[package]]
12609name = "wasmtime-wasi"
12610version = "21.0.1"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "bdbbe94245904d4c96c7c5f7b55bad896cc27908644efd9442063c0748b631fc"
12613dependencies = [
12614 "anyhow",
12615 "async-trait",
12616 "bitflags 2.6.0",
12617 "bytes 1.5.0",
12618 "cap-fs-ext",
12619 "cap-net-ext",
12620 "cap-rand",
12621 "cap-std",
12622 "cap-time-ext",
12623 "fs-set-times",
12624 "futures 0.3.28",
12625 "io-extras",
12626 "io-lifetimes 2.0.3",
12627 "once_cell",
12628 "rustix 0.38.32",
12629 "system-interface",
12630 "thiserror",
12631 "tokio",
12632 "tracing",
12633 "url",
12634 "wasmtime",
12635 "wiggle",
12636 "windows-sys 0.52.0",
12637]
12638
12639[[package]]
12640name = "wasmtime-winch"
12641version = "21.0.1"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "97b27054fed6be4f3800aba5766f7ef435d4220ce290788f021a08d4fa573108"
12644dependencies = [
12645 "anyhow",
12646 "cranelift-codegen",
12647 "gimli 0.28.0",
12648 "object 0.33.0",
12649 "target-lexicon",
12650 "wasmparser 0.207.0",
12651 "wasmtime-cranelift",
12652 "wasmtime-environ",
12653 "winch-codegen",
12654]
12655
12656[[package]]
12657name = "wasmtime-wit-bindgen"
12658version = "21.0.1"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "c936a52ce69c28de2aa3b5fb4f2dbbb2966df304f04cccb7aca4ba56d915fda0"
12661dependencies = [
12662 "anyhow",
12663 "heck 0.4.1",
12664 "indexmap 2.2.6",
12665 "wit-parser 0.207.0",
12666]
12667
12668[[package]]
12669name = "wast"
12670version = "35.0.2"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
12673dependencies = [
12674 "leb128",
12675]
12676
12677[[package]]
12678name = "wayland-backend"
12679version = "0.3.3"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
12682dependencies = [
12683 "cc",
12684 "downcast-rs",
12685 "rustix 0.38.32",
12686 "scoped-tls",
12687 "smallvec",
12688 "wayland-sys",
12689]
12690
12691[[package]]
12692name = "wayland-client"
12693version = "0.31.2"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
12696dependencies = [
12697 "bitflags 2.6.0",
12698 "rustix 0.38.32",
12699 "wayland-backend",
12700 "wayland-scanner",
12701]
12702
12703[[package]]
12704name = "wayland-cursor"
12705version = "0.31.1"
12706source = "registry+https://github.com/rust-lang/crates.io-index"
12707checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
12708dependencies = [
12709 "rustix 0.38.32",
12710 "wayland-client",
12711 "xcursor",
12712]
12713
12714[[package]]
12715name = "wayland-protocols"
12716version = "0.31.2"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
12719dependencies = [
12720 "bitflags 2.6.0",
12721 "wayland-backend",
12722 "wayland-client",
12723 "wayland-scanner",
12724]
12725
12726[[package]]
12727name = "wayland-protocols-plasma"
12728version = "0.2.0"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
12731dependencies = [
12732 "bitflags 2.6.0",
12733 "wayland-backend",
12734 "wayland-client",
12735 "wayland-protocols",
12736 "wayland-scanner",
12737]
12738
12739[[package]]
12740name = "wayland-scanner"
12741version = "0.31.1"
12742source = "registry+https://github.com/rust-lang/crates.io-index"
12743checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
12744dependencies = [
12745 "proc-macro2",
12746 "quick-xml 0.31.0",
12747 "quote",
12748]
12749
12750[[package]]
12751name = "wayland-sys"
12752version = "0.31.1"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
12755dependencies = [
12756 "dlib",
12757 "log",
12758 "once_cell",
12759 "pkg-config",
12760]
12761
12762[[package]]
12763name = "web-sys"
12764version = "0.3.64"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
12767dependencies = [
12768 "js-sys",
12769 "wasm-bindgen",
12770]
12771
12772[[package]]
12773name = "webpki-roots"
12774version = "0.24.0"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
12777dependencies = [
12778 "rustls-webpki",
12779]
12780
12781[[package]]
12782name = "weezl"
12783version = "0.1.8"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
12786
12787[[package]]
12788name = "welcome"
12789version = "0.1.0"
12790dependencies = [
12791 "anyhow",
12792 "client",
12793 "db",
12794 "editor",
12795 "extensions_ui",
12796 "fuzzy",
12797 "gpui",
12798 "inline_completion_button",
12799 "install_cli",
12800 "picker",
12801 "project",
12802 "schemars",
12803 "serde",
12804 "settings",
12805 "theme_selector",
12806 "ui",
12807 "util",
12808 "vim",
12809 "workspace",
12810]
12811
12812[[package]]
12813name = "which"
12814version = "4.4.2"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
12817dependencies = [
12818 "either",
12819 "home",
12820 "once_cell",
12821 "rustix 0.38.32",
12822]
12823
12824[[package]]
12825name = "which"
12826version = "6.0.0"
12827source = "registry+https://github.com/rust-lang/crates.io-index"
12828checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
12829dependencies = [
12830 "either",
12831 "home",
12832 "once_cell",
12833 "rustix 0.38.32",
12834 "windows-sys 0.52.0",
12835]
12836
12837[[package]]
12838name = "whoami"
12839version = "1.5.1"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
12842dependencies = [
12843 "redox_syscall 0.4.1",
12844 "wasite",
12845]
12846
12847[[package]]
12848name = "wiggle"
12849version = "21.0.1"
12850source = "registry+https://github.com/rust-lang/crates.io-index"
12851checksum = "a89ea6f74ece6d1cfbd089783006b8eb69a0219ca83cad22068f0d9fa9df3f91"
12852dependencies = [
12853 "anyhow",
12854 "async-trait",
12855 "bitflags 2.6.0",
12856 "thiserror",
12857 "tracing",
12858 "wasmtime",
12859 "wiggle-macro",
12860]
12861
12862[[package]]
12863name = "wiggle-generate"
12864version = "21.0.1"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "36beda94813296ecaf0d91b7ada9da073fd41865ba339bdd3b7764e2e785b8e9"
12867dependencies = [
12868 "anyhow",
12869 "heck 0.4.1",
12870 "proc-macro2",
12871 "quote",
12872 "shellexpand 2.1.2",
12873 "syn 2.0.59",
12874 "witx",
12875]
12876
12877[[package]]
12878name = "wiggle-macro"
12879version = "21.0.1"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "0b47d2b4442ce93106dba5d1a9c59d5f85b5732878bb3d0598d3c93c0d01b16b"
12882dependencies = [
12883 "proc-macro2",
12884 "quote",
12885 "syn 2.0.59",
12886 "wiggle-generate",
12887]
12888
12889[[package]]
12890name = "winapi"
12891version = "0.3.9"
12892source = "registry+https://github.com/rust-lang/crates.io-index"
12893checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
12894dependencies = [
12895 "winapi-i686-pc-windows-gnu",
12896 "winapi-x86_64-pc-windows-gnu",
12897]
12898
12899[[package]]
12900name = "winapi-i686-pc-windows-gnu"
12901version = "0.4.0"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12904
12905[[package]]
12906name = "winapi-util"
12907version = "0.1.8"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
12910dependencies = [
12911 "windows-sys 0.52.0",
12912]
12913
12914[[package]]
12915name = "winapi-x86_64-pc-windows-gnu"
12916version = "0.4.0"
12917source = "registry+https://github.com/rust-lang/crates.io-index"
12918checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12919
12920[[package]]
12921name = "winch-codegen"
12922version = "0.19.1"
12923source = "registry+https://github.com/rust-lang/crates.io-index"
12924checksum = "1dc69899ccb2da7daa4df31426dcfd284b104d1a85e1dae35806df0c46187f87"
12925dependencies = [
12926 "anyhow",
12927 "cranelift-codegen",
12928 "gimli 0.28.0",
12929 "regalloc2",
12930 "smallvec",
12931 "target-lexicon",
12932 "wasmparser 0.207.0",
12933 "wasmtime-cranelift",
12934 "wasmtime-environ",
12935]
12936
12937[[package]]
12938name = "windows"
12939version = "0.46.0"
12940source = "registry+https://github.com/rust-lang/crates.io-index"
12941checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
12942dependencies = [
12943 "windows-targets 0.42.2",
12944]
12945
12946[[package]]
12947name = "windows"
12948version = "0.48.0"
12949source = "registry+https://github.com/rust-lang/crates.io-index"
12950checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
12951dependencies = [
12952 "windows-targets 0.48.5",
12953]
12954
12955[[package]]
12956name = "windows"
12957version = "0.52.0"
12958source = "registry+https://github.com/rust-lang/crates.io-index"
12959checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
12960dependencies = [
12961 "windows-core 0.52.0",
12962 "windows-targets 0.52.6",
12963]
12964
12965[[package]]
12966name = "windows"
12967version = "0.58.0"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
12970dependencies = [
12971 "windows-core 0.58.0",
12972 "windows-targets 0.52.6",
12973]
12974
12975[[package]]
12976name = "windows-core"
12977version = "0.52.0"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
12980dependencies = [
12981 "windows-targets 0.52.6",
12982]
12983
12984[[package]]
12985name = "windows-core"
12986version = "0.58.0"
12987source = "registry+https://github.com/rust-lang/crates.io-index"
12988checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
12989dependencies = [
12990 "windows-implement",
12991 "windows-interface",
12992 "windows-result",
12993 "windows-strings",
12994 "windows-targets 0.52.6",
12995]
12996
12997[[package]]
12998name = "windows-implement"
12999version = "0.58.0"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
13002dependencies = [
13003 "proc-macro2",
13004 "quote",
13005 "syn 2.0.59",
13006]
13007
13008[[package]]
13009name = "windows-interface"
13010version = "0.58.0"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
13013dependencies = [
13014 "proc-macro2",
13015 "quote",
13016 "syn 2.0.59",
13017]
13018
13019[[package]]
13020name = "windows-result"
13021version = "0.2.0"
13022source = "registry+https://github.com/rust-lang/crates.io-index"
13023checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
13024dependencies = [
13025 "windows-targets 0.52.6",
13026]
13027
13028[[package]]
13029name = "windows-strings"
13030version = "0.1.0"
13031source = "registry+https://github.com/rust-lang/crates.io-index"
13032checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
13033dependencies = [
13034 "windows-result",
13035 "windows-targets 0.52.6",
13036]
13037
13038[[package]]
13039name = "windows-sys"
13040version = "0.45.0"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
13043dependencies = [
13044 "windows-targets 0.42.2",
13045]
13046
13047[[package]]
13048name = "windows-sys"
13049version = "0.48.0"
13050source = "registry+https://github.com/rust-lang/crates.io-index"
13051checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
13052dependencies = [
13053 "windows-targets 0.48.5",
13054]
13055
13056[[package]]
13057name = "windows-sys"
13058version = "0.52.0"
13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
13061dependencies = [
13062 "windows-targets 0.52.6",
13063]
13064
13065[[package]]
13066name = "windows-targets"
13067version = "0.42.2"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
13070dependencies = [
13071 "windows_aarch64_gnullvm 0.42.2",
13072 "windows_aarch64_msvc 0.42.2",
13073 "windows_i686_gnu 0.42.2",
13074 "windows_i686_msvc 0.42.2",
13075 "windows_x86_64_gnu 0.42.2",
13076 "windows_x86_64_gnullvm 0.42.2",
13077 "windows_x86_64_msvc 0.42.2",
13078]
13079
13080[[package]]
13081name = "windows-targets"
13082version = "0.48.5"
13083source = "registry+https://github.com/rust-lang/crates.io-index"
13084checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
13085dependencies = [
13086 "windows_aarch64_gnullvm 0.48.5",
13087 "windows_aarch64_msvc 0.48.5",
13088 "windows_i686_gnu 0.48.5",
13089 "windows_i686_msvc 0.48.5",
13090 "windows_x86_64_gnu 0.48.5",
13091 "windows_x86_64_gnullvm 0.48.5",
13092 "windows_x86_64_msvc 0.48.5",
13093]
13094
13095[[package]]
13096name = "windows-targets"
13097version = "0.52.6"
13098source = "registry+https://github.com/rust-lang/crates.io-index"
13099checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
13100dependencies = [
13101 "windows_aarch64_gnullvm 0.52.6",
13102 "windows_aarch64_msvc 0.52.6",
13103 "windows_i686_gnu 0.52.6",
13104 "windows_i686_gnullvm",
13105 "windows_i686_msvc 0.52.6",
13106 "windows_x86_64_gnu 0.52.6",
13107 "windows_x86_64_gnullvm 0.52.6",
13108 "windows_x86_64_msvc 0.52.6",
13109]
13110
13111[[package]]
13112name = "windows_aarch64_gnullvm"
13113version = "0.42.2"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
13116
13117[[package]]
13118name = "windows_aarch64_gnullvm"
13119version = "0.48.5"
13120source = "registry+https://github.com/rust-lang/crates.io-index"
13121checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
13122
13123[[package]]
13124name = "windows_aarch64_gnullvm"
13125version = "0.52.6"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
13128
13129[[package]]
13130name = "windows_aarch64_msvc"
13131version = "0.42.2"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
13134
13135[[package]]
13136name = "windows_aarch64_msvc"
13137version = "0.48.5"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
13140
13141[[package]]
13142name = "windows_aarch64_msvc"
13143version = "0.52.6"
13144source = "registry+https://github.com/rust-lang/crates.io-index"
13145checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
13146
13147[[package]]
13148name = "windows_i686_gnu"
13149version = "0.42.2"
13150source = "registry+https://github.com/rust-lang/crates.io-index"
13151checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
13152
13153[[package]]
13154name = "windows_i686_gnu"
13155version = "0.48.5"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
13158
13159[[package]]
13160name = "windows_i686_gnu"
13161version = "0.52.6"
13162source = "registry+https://github.com/rust-lang/crates.io-index"
13163checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
13164
13165[[package]]
13166name = "windows_i686_gnullvm"
13167version = "0.52.6"
13168source = "registry+https://github.com/rust-lang/crates.io-index"
13169checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
13170
13171[[package]]
13172name = "windows_i686_msvc"
13173version = "0.42.2"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
13176
13177[[package]]
13178name = "windows_i686_msvc"
13179version = "0.48.5"
13180source = "registry+https://github.com/rust-lang/crates.io-index"
13181checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
13182
13183[[package]]
13184name = "windows_i686_msvc"
13185version = "0.52.6"
13186source = "registry+https://github.com/rust-lang/crates.io-index"
13187checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
13188
13189[[package]]
13190name = "windows_x86_64_gnu"
13191version = "0.42.2"
13192source = "registry+https://github.com/rust-lang/crates.io-index"
13193checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
13194
13195[[package]]
13196name = "windows_x86_64_gnu"
13197version = "0.48.5"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
13200
13201[[package]]
13202name = "windows_x86_64_gnu"
13203version = "0.52.6"
13204source = "registry+https://github.com/rust-lang/crates.io-index"
13205checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
13206
13207[[package]]
13208name = "windows_x86_64_gnullvm"
13209version = "0.42.2"
13210source = "registry+https://github.com/rust-lang/crates.io-index"
13211checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
13212
13213[[package]]
13214name = "windows_x86_64_gnullvm"
13215version = "0.48.5"
13216source = "registry+https://github.com/rust-lang/crates.io-index"
13217checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
13218
13219[[package]]
13220name = "windows_x86_64_gnullvm"
13221version = "0.52.6"
13222source = "registry+https://github.com/rust-lang/crates.io-index"
13223checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
13224
13225[[package]]
13226name = "windows_x86_64_msvc"
13227version = "0.42.2"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
13230
13231[[package]]
13232name = "windows_x86_64_msvc"
13233version = "0.48.5"
13234source = "registry+https://github.com/rust-lang/crates.io-index"
13235checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
13236
13237[[package]]
13238name = "windows_x86_64_msvc"
13239version = "0.52.6"
13240source = "registry+https://github.com/rust-lang/crates.io-index"
13241checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
13242
13243[[package]]
13244name = "winnow"
13245version = "0.5.15"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
13248dependencies = [
13249 "memchr",
13250]
13251
13252[[package]]
13253name = "winnow"
13254version = "0.6.1"
13255source = "registry+https://github.com/rust-lang/crates.io-index"
13256checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
13257dependencies = [
13258 "memchr",
13259]
13260
13261[[package]]
13262name = "winreg"
13263version = "0.50.0"
13264source = "registry+https://github.com/rust-lang/crates.io-index"
13265checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
13266dependencies = [
13267 "cfg-if",
13268 "windows-sys 0.48.0",
13269]
13270
13271[[package]]
13272name = "winreg"
13273version = "0.52.0"
13274source = "registry+https://github.com/rust-lang/crates.io-index"
13275checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
13276dependencies = [
13277 "cfg-if",
13278 "windows-sys 0.48.0",
13279]
13280
13281[[package]]
13282name = "winresource"
13283version = "0.1.17"
13284source = "registry+https://github.com/rust-lang/crates.io-index"
13285checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
13286dependencies = [
13287 "toml 0.7.8",
13288 "version_check",
13289]
13290
13291[[package]]
13292name = "winx"
13293version = "0.36.3"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
13296dependencies = [
13297 "bitflags 2.6.0",
13298 "windows-sys 0.52.0",
13299]
13300
13301[[package]]
13302name = "wio"
13303version = "0.2.2"
13304source = "registry+https://github.com/rust-lang/crates.io-index"
13305checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
13306dependencies = [
13307 "winapi",
13308]
13309
13310[[package]]
13311name = "wit-bindgen"
13312version = "0.22.0"
13313source = "registry+https://github.com/rust-lang/crates.io-index"
13314checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
13315dependencies = [
13316 "bitflags 2.6.0",
13317 "wit-bindgen-rt",
13318 "wit-bindgen-rust-macro",
13319]
13320
13321[[package]]
13322name = "wit-bindgen-core"
13323version = "0.22.0"
13324source = "registry+https://github.com/rust-lang/crates.io-index"
13325checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
13326dependencies = [
13327 "anyhow",
13328 "wit-parser 0.201.0",
13329]
13330
13331[[package]]
13332name = "wit-bindgen-rt"
13333version = "0.22.0"
13334source = "registry+https://github.com/rust-lang/crates.io-index"
13335checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
13336
13337[[package]]
13338name = "wit-bindgen-rust"
13339version = "0.22.0"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
13342dependencies = [
13343 "anyhow",
13344 "heck 0.4.1",
13345 "indexmap 2.2.6",
13346 "wasm-metadata",
13347 "wit-bindgen-core",
13348 "wit-component",
13349]
13350
13351[[package]]
13352name = "wit-bindgen-rust-macro"
13353version = "0.22.0"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
13356dependencies = [
13357 "anyhow",
13358 "proc-macro2",
13359 "quote",
13360 "syn 2.0.59",
13361 "wit-bindgen-core",
13362 "wit-bindgen-rust",
13363]
13364
13365[[package]]
13366name = "wit-component"
13367version = "0.201.0"
13368source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
13370dependencies = [
13371 "anyhow",
13372 "bitflags 2.6.0",
13373 "indexmap 2.2.6",
13374 "log",
13375 "serde",
13376 "serde_derive",
13377 "serde_json",
13378 "wasm-encoder 0.201.0",
13379 "wasm-metadata",
13380 "wasmparser 0.201.0",
13381 "wit-parser 0.201.0",
13382]
13383
13384[[package]]
13385name = "wit-parser"
13386version = "0.201.0"
13387source = "registry+https://github.com/rust-lang/crates.io-index"
13388checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
13389dependencies = [
13390 "anyhow",
13391 "id-arena",
13392 "indexmap 2.2.6",
13393 "log",
13394 "semver",
13395 "serde",
13396 "serde_derive",
13397 "serde_json",
13398 "unicode-xid",
13399 "wasmparser 0.201.0",
13400]
13401
13402[[package]]
13403name = "wit-parser"
13404version = "0.207.0"
13405source = "registry+https://github.com/rust-lang/crates.io-index"
13406checksum = "78c83dab33a9618d86cfe3563cc864deffd08c17efc5db31a3b7cd1edeffe6e1"
13407dependencies = [
13408 "anyhow",
13409 "id-arena",
13410 "indexmap 2.2.6",
13411 "log",
13412 "semver",
13413 "serde",
13414 "serde_derive",
13415 "serde_json",
13416 "unicode-xid",
13417 "wasmparser 0.207.0",
13418]
13419
13420[[package]]
13421name = "witx"
13422version = "0.9.1"
13423source = "registry+https://github.com/rust-lang/crates.io-index"
13424checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
13425dependencies = [
13426 "anyhow",
13427 "log",
13428 "thiserror",
13429 "wast",
13430]
13431
13432[[package]]
13433name = "workspace"
13434version = "0.1.0"
13435dependencies = [
13436 "any_vec",
13437 "anyhow",
13438 "async-recursion 1.0.5",
13439 "bincode",
13440 "call",
13441 "client",
13442 "clock",
13443 "collections",
13444 "db",
13445 "derive_more",
13446 "dev_server_projects",
13447 "env_logger",
13448 "fs",
13449 "futures 0.3.28",
13450 "gpui",
13451 "http_client",
13452 "itertools 0.11.0",
13453 "language",
13454 "lazy_static",
13455 "log",
13456 "node_runtime",
13457 "parking_lot",
13458 "postage",
13459 "project",
13460 "schemars",
13461 "serde",
13462 "serde_json",
13463 "session",
13464 "settings",
13465 "smallvec",
13466 "sqlez",
13467 "task",
13468 "tempfile",
13469 "theme",
13470 "ui",
13471 "util",
13472 "uuid",
13473]
13474
13475[[package]]
13476name = "worktree"
13477version = "0.1.0"
13478dependencies = [
13479 "anyhow",
13480 "clock",
13481 "collections",
13482 "env_logger",
13483 "fs",
13484 "futures 0.3.28",
13485 "fuzzy",
13486 "git",
13487 "git2",
13488 "gpui",
13489 "http_client",
13490 "ignore",
13491 "language",
13492 "log",
13493 "parking_lot",
13494 "paths",
13495 "postage",
13496 "pretty_assertions",
13497 "rand 0.8.5",
13498 "rpc",
13499 "schemars",
13500 "serde",
13501 "serde_json",
13502 "settings",
13503 "smol",
13504 "sum_tree",
13505 "text",
13506 "util",
13507]
13508
13509[[package]]
13510name = "wyz"
13511version = "0.5.1"
13512source = "registry+https://github.com/rust-lang/crates.io-index"
13513checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
13514dependencies = [
13515 "tap",
13516]
13517
13518[[package]]
13519name = "x11-clipboard"
13520version = "0.9.2"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
13523dependencies = [
13524 "libc",
13525 "x11rb",
13526]
13527
13528[[package]]
13529name = "x11rb"
13530version = "0.13.0"
13531source = "registry+https://github.com/rust-lang/crates.io-index"
13532checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
13533dependencies = [
13534 "as-raw-xcb-connection",
13535 "gethostname",
13536 "libc",
13537 "rustix 0.38.32",
13538 "x11rb-protocol",
13539]
13540
13541[[package]]
13542name = "x11rb-protocol"
13543version = "0.13.0"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
13546
13547[[package]]
13548name = "xattr"
13549version = "0.2.3"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
13552dependencies = [
13553 "libc",
13554]
13555
13556[[package]]
13557name = "xcursor"
13558version = "0.3.5"
13559source = "registry+https://github.com/rust-lang/crates.io-index"
13560checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
13561
13562[[package]]
13563name = "xdg-home"
13564version = "1.1.0"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
13567dependencies = [
13568 "libc",
13569 "winapi",
13570]
13571
13572[[package]]
13573name = "xim"
13574version = "0.4.0"
13575source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13576dependencies = [
13577 "ahash 0.8.11",
13578 "hashbrown 0.14.5",
13579 "log",
13580 "x11rb",
13581 "xim-ctext",
13582 "xim-parser",
13583]
13584
13585[[package]]
13586name = "xim-ctext"
13587version = "0.3.0"
13588source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13589dependencies = [
13590 "encoding_rs",
13591]
13592
13593[[package]]
13594name = "xim-parser"
13595version = "0.2.1"
13596source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13597dependencies = [
13598 "bitflags 2.6.0",
13599]
13600
13601[[package]]
13602name = "xkbcommon"
13603version = "0.7.0"
13604source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
13605dependencies = [
13606 "as-raw-xcb-connection",
13607 "libc",
13608 "memmap2",
13609 "xkeysym",
13610]
13611
13612[[package]]
13613name = "xkeysym"
13614version = "0.2.0"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
13617
13618[[package]]
13619name = "xml5ever"
13620version = "0.18.0"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "7c376f76ed09df711203e20c3ef5ce556f0166fa03d39590016c0fd625437fad"
13623dependencies = [
13624 "log",
13625 "mac",
13626 "markup5ever",
13627]
13628
13629[[package]]
13630name = "xmlparser"
13631version = "0.13.5"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
13634
13635[[package]]
13636name = "xmlwriter"
13637version = "0.1.0"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
13640
13641[[package]]
13642name = "xtask"
13643version = "0.1.0"
13644dependencies = [
13645 "anyhow",
13646 "cargo_metadata",
13647 "cargo_toml",
13648 "clap",
13649]
13650
13651[[package]]
13652name = "yansi"
13653version = "0.5.1"
13654source = "registry+https://github.com/rust-lang/crates.io-index"
13655checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
13656
13657[[package]]
13658name = "yazi"
13659version = "0.1.6"
13660source = "registry+https://github.com/rust-lang/crates.io-index"
13661checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
13662
13663[[package]]
13664name = "yeslogic-fontconfig-sys"
13665version = "6.0.0"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
13668dependencies = [
13669 "dlib",
13670 "once_cell",
13671 "pkg-config",
13672]
13673
13674[[package]]
13675name = "zbus"
13676version = "4.0.1"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
13679dependencies = [
13680 "async-broadcast",
13681 "async-executor",
13682 "async-fs 2.1.1",
13683 "async-io 2.3.1",
13684 "async-lock 3.3.0",
13685 "async-process 2.1.0",
13686 "async-recursion 1.0.5",
13687 "async-task",
13688 "async-trait",
13689 "blocking",
13690 "derivative",
13691 "enumflags2",
13692 "event-listener 5.1.0",
13693 "futures-core",
13694 "futures-sink",
13695 "futures-util",
13696 "hex",
13697 "nix 0.27.1",
13698 "ordered-stream",
13699 "rand 0.8.5",
13700 "serde",
13701 "serde_repr",
13702 "sha1",
13703 "static_assertions",
13704 "tracing",
13705 "uds_windows",
13706 "windows-sys 0.52.0",
13707 "xdg-home",
13708 "zbus_macros",
13709 "zbus_names",
13710 "zvariant",
13711]
13712
13713[[package]]
13714name = "zbus_macros"
13715version = "4.0.1"
13716source = "registry+https://github.com/rust-lang/crates.io-index"
13717checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
13718dependencies = [
13719 "proc-macro-crate 1.3.1",
13720 "proc-macro2",
13721 "quote",
13722 "regex",
13723 "syn 1.0.109",
13724 "zvariant_utils",
13725]
13726
13727[[package]]
13728name = "zbus_names"
13729version = "3.0.0"
13730source = "registry+https://github.com/rust-lang/crates.io-index"
13731checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
13732dependencies = [
13733 "serde",
13734 "static_assertions",
13735 "zvariant",
13736]
13737
13738[[package]]
13739name = "zed"
13740version = "0.147.0"
13741dependencies = [
13742 "activity_indicator",
13743 "anyhow",
13744 "ashpd",
13745 "assets",
13746 "assistant",
13747 "audio",
13748 "auto_update",
13749 "backtrace",
13750 "breadcrumbs",
13751 "call",
13752 "channel",
13753 "chrono",
13754 "clap",
13755 "cli",
13756 "client",
13757 "collab_ui",
13758 "collections",
13759 "command_palette",
13760 "copilot",
13761 "db",
13762 "dev_server_projects",
13763 "diagnostics",
13764 "editor",
13765 "env_logger",
13766 "extension",
13767 "extensions_ui",
13768 "feedback",
13769 "file_finder",
13770 "file_icons",
13771 "fs",
13772 "futures 0.3.28",
13773 "git",
13774 "git_hosting_providers",
13775 "go_to_line",
13776 "gpui",
13777 "headless",
13778 "http_client",
13779 "image_viewer",
13780 "inline_completion_button",
13781 "install_cli",
13782 "isahc",
13783 "journal",
13784 "language",
13785 "language_model",
13786 "language_selector",
13787 "language_tools",
13788 "languages",
13789 "libc",
13790 "log",
13791 "markdown_preview",
13792 "menu",
13793 "mimalloc",
13794 "nix 0.28.0",
13795 "node_runtime",
13796 "notifications",
13797 "outline",
13798 "outline_panel",
13799 "parking_lot",
13800 "paths",
13801 "profiling",
13802 "project",
13803 "project_panel",
13804 "project_symbols",
13805 "quick_action_bar",
13806 "recent_projects",
13807 "release_channel",
13808 "remote",
13809 "repl",
13810 "rope",
13811 "search",
13812 "serde",
13813 "serde_json",
13814 "session",
13815 "settings",
13816 "settings_ui",
13817 "simplelog",
13818 "smol",
13819 "snippet_provider",
13820 "supermaven",
13821 "tab_switcher",
13822 "task",
13823 "tasks_ui",
13824 "telemetry_events",
13825 "terminal_view",
13826 "theme",
13827 "theme_selector",
13828 "tree-sitter-md",
13829 "tree-sitter-rust",
13830 "ui",
13831 "url",
13832 "urlencoding",
13833 "util",
13834 "uuid",
13835 "vim",
13836 "welcome",
13837 "winresource",
13838 "workspace",
13839 "zed_actions",
13840]
13841
13842[[package]]
13843name = "zed_actions"
13844version = "0.1.0"
13845dependencies = [
13846 "gpui",
13847 "serde",
13848]
13849
13850[[package]]
13851name = "zed_astro"
13852version = "0.1.0"
13853dependencies = [
13854 "serde",
13855 "zed_extension_api 0.0.6",
13856]
13857
13858[[package]]
13859name = "zed_clojure"
13860version = "0.0.3"
13861dependencies = [
13862 "zed_extension_api 0.0.6",
13863]
13864
13865[[package]]
13866name = "zed_csharp"
13867version = "0.0.2"
13868dependencies = [
13869 "zed_extension_api 0.0.6",
13870]
13871
13872[[package]]
13873name = "zed_dart"
13874version = "0.0.3"
13875dependencies = [
13876 "zed_extension_api 0.0.6",
13877]
13878
13879[[package]]
13880name = "zed_deno"
13881version = "0.0.2"
13882dependencies = [
13883 "zed_extension_api 0.0.6",
13884]
13885
13886[[package]]
13887name = "zed_elixir"
13888version = "0.0.6"
13889dependencies = [
13890 "zed_extension_api 0.0.6",
13891]
13892
13893[[package]]
13894name = "zed_elm"
13895version = "0.0.1"
13896dependencies = [
13897 "zed_extension_api 0.0.6",
13898]
13899
13900[[package]]
13901name = "zed_emmet"
13902version = "0.0.3"
13903dependencies = [
13904 "zed_extension_api 0.0.6",
13905]
13906
13907[[package]]
13908name = "zed_erlang"
13909version = "0.0.1"
13910dependencies = [
13911 "zed_extension_api 0.0.6",
13912]
13913
13914[[package]]
13915name = "zed_extension_api"
13916version = "0.0.6"
13917source = "registry+https://github.com/rust-lang/crates.io-index"
13918checksum = "77ca8bcaea3feb2d2ce9dbeb061ee48365312a351faa7014c417b0365fe9e459"
13919dependencies = [
13920 "serde",
13921 "serde_json",
13922 "wit-bindgen",
13923]
13924
13925[[package]]
13926name = "zed_extension_api"
13927version = "0.0.7"
13928dependencies = [
13929 "serde",
13930 "serde_json",
13931 "wit-bindgen",
13932]
13933
13934[[package]]
13935name = "zed_gleam"
13936version = "0.1.3"
13937dependencies = [
13938 "html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
13939 "zed_extension_api 0.0.7",
13940]
13941
13942[[package]]
13943name = "zed_glsl"
13944version = "0.1.0"
13945dependencies = [
13946 "zed_extension_api 0.0.6",
13947]
13948
13949[[package]]
13950name = "zed_haskell"
13951version = "0.1.0"
13952dependencies = [
13953 "zed_extension_api 0.0.6",
13954]
13955
13956[[package]]
13957name = "zed_html"
13958version = "0.1.1"
13959dependencies = [
13960 "zed_extension_api 0.0.6",
13961]
13962
13963[[package]]
13964name = "zed_lua"
13965version = "0.0.3"
13966dependencies = [
13967 "zed_extension_api 0.0.6",
13968]
13969
13970[[package]]
13971name = "zed_ocaml"
13972version = "0.0.2"
13973dependencies = [
13974 "zed_extension_api 0.0.6",
13975]
13976
13977[[package]]
13978name = "zed_php"
13979version = "0.1.2"
13980dependencies = [
13981 "zed_extension_api 0.0.6",
13982]
13983
13984[[package]]
13985name = "zed_prisma"
13986version = "0.0.3"
13987dependencies = [
13988 "zed_extension_api 0.0.6",
13989]
13990
13991[[package]]
13992name = "zed_purescript"
13993version = "0.0.1"
13994dependencies = [
13995 "zed_extension_api 0.0.6",
13996]
13997
13998[[package]]
13999name = "zed_ruby"
14000version = "0.0.8"
14001dependencies = [
14002 "zed_extension_api 0.0.6",
14003]
14004
14005[[package]]
14006name = "zed_ruff"
14007version = "0.0.2"
14008dependencies = [
14009 "zed_extension_api 0.0.6",
14010]
14011
14012[[package]]
14013name = "zed_snippets"
14014version = "0.0.5"
14015dependencies = [
14016 "serde_json",
14017 "zed_extension_api 0.0.6",
14018]
14019
14020[[package]]
14021name = "zed_svelte"
14022version = "0.0.3"
14023dependencies = [
14024 "zed_extension_api 0.0.6",
14025]
14026
14027[[package]]
14028name = "zed_terraform"
14029version = "0.0.4"
14030dependencies = [
14031 "zed_extension_api 0.0.6",
14032]
14033
14034[[package]]
14035name = "zed_test_extension"
14036version = "0.1.0"
14037dependencies = [
14038 "zed_extension_api 0.0.6",
14039]
14040
14041[[package]]
14042name = "zed_toml"
14043version = "0.1.1"
14044dependencies = [
14045 "zed_extension_api 0.0.6",
14046]
14047
14048[[package]]
14049name = "zed_uiua"
14050version = "0.0.1"
14051dependencies = [
14052 "zed_extension_api 0.0.6",
14053]
14054
14055[[package]]
14056name = "zed_vue"
14057version = "0.1.0"
14058dependencies = [
14059 "serde",
14060 "zed_extension_api 0.0.6",
14061]
14062
14063[[package]]
14064name = "zed_zig"
14065version = "0.1.5"
14066dependencies = [
14067 "zed_extension_api 0.0.6",
14068]
14069
14070[[package]]
14071name = "zeno"
14072version = "0.2.3"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
14075
14076[[package]]
14077name = "zerocopy"
14078version = "0.7.32"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
14081dependencies = [
14082 "zerocopy-derive",
14083]
14084
14085[[package]]
14086name = "zerocopy-derive"
14087version = "0.7.32"
14088source = "registry+https://github.com/rust-lang/crates.io-index"
14089checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
14090dependencies = [
14091 "proc-macro2",
14092 "quote",
14093 "syn 2.0.59",
14094]
14095
14096[[package]]
14097name = "zeroize"
14098version = "1.6.0"
14099source = "registry+https://github.com/rust-lang/crates.io-index"
14100checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
14101dependencies = [
14102 "zeroize_derive",
14103]
14104
14105[[package]]
14106name = "zeroize_derive"
14107version = "1.4.2"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
14110dependencies = [
14111 "proc-macro2",
14112 "quote",
14113 "syn 2.0.59",
14114]
14115
14116[[package]]
14117name = "zeromq"
14118version = "0.4.0"
14119source = "registry+https://github.com/rust-lang/crates.io-index"
14120checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
14121dependencies = [
14122 "async-dispatcher",
14123 "async-std",
14124 "async-trait",
14125 "asynchronous-codec",
14126 "bytes 1.5.0",
14127 "crossbeam-queue",
14128 "dashmap 5.5.3",
14129 "futures-channel",
14130 "futures-io",
14131 "futures-task",
14132 "futures-util",
14133 "log",
14134 "num-traits",
14135 "once_cell",
14136 "parking_lot",
14137 "rand 0.8.5",
14138 "regex",
14139 "thiserror",
14140 "uuid",
14141]
14142
14143[[package]]
14144name = "zstd"
14145version = "0.11.2+zstd.1.5.2"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
14148dependencies = [
14149 "zstd-safe",
14150]
14151
14152[[package]]
14153name = "zstd-safe"
14154version = "5.0.2+zstd.1.5.2"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
14157dependencies = [
14158 "libc",
14159 "zstd-sys",
14160]
14161
14162[[package]]
14163name = "zstd-sys"
14164version = "2.0.8+zstd.1.5.5"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
14167dependencies = [
14168 "cc",
14169 "libc",
14170 "pkg-config",
14171]
14172
14173[[package]]
14174name = "zune-core"
14175version = "0.4.12"
14176source = "registry+https://github.com/rust-lang/crates.io-index"
14177checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
14178
14179[[package]]
14180name = "zune-inflate"
14181version = "0.2.54"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
14184dependencies = [
14185 "simd-adler32",
14186]
14187
14188[[package]]
14189name = "zune-jpeg"
14190version = "0.4.11"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448"
14193dependencies = [
14194 "zune-core",
14195]
14196
14197[[package]]
14198name = "zvariant"
14199version = "4.0.2"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
14202dependencies = [
14203 "endi",
14204 "enumflags2",
14205 "serde",
14206 "static_assertions",
14207 "url",
14208 "zvariant_derive",
14209]
14210
14211[[package]]
14212name = "zvariant_derive"
14213version = "4.0.2"
14214source = "registry+https://github.com/rust-lang/crates.io-index"
14215checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
14216dependencies = [
14217 "proc-macro-crate 3.1.0",
14218 "proc-macro2",
14219 "quote",
14220 "syn 1.0.109",
14221 "zvariant_utils",
14222]
14223
14224[[package]]
14225name = "zvariant_utils"
14226version = "1.1.0"
14227source = "registry+https://github.com/rust-lang/crates.io-index"
14228checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
14229dependencies = [
14230 "proc-macro2",
14231 "quote",
14232 "syn 1.0.109",
14233]