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