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