Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "file_icons",
   18 "futures 0.3.31",
   19 "gpui",
   20 "image",
   21 "indoc",
   22 "itertools 0.14.0",
   23 "language",
   24 "language_model",
   25 "log",
   26 "markdown",
   27 "multi_buffer",
   28 "parking_lot",
   29 "portable-pty",
   30 "project",
   31 "prompt_store",
   32 "rand 0.9.2",
   33 "serde",
   34 "serde_json",
   35 "settings",
   36 "smol",
   37 "task",
   38 "telemetry",
   39 "terminal",
   40 "text",
   41 "ui",
   42 "url",
   43 "urlencoding",
   44 "util",
   45 "uuid",
   46 "watch",
   47]
   48
   49[[package]]
   50name = "acp_tools"
   51version = "0.1.0"
   52dependencies = [
   53 "agent-client-protocol",
   54 "collections",
   55 "gpui",
   56 "language",
   57 "markdown",
   58 "project",
   59 "serde",
   60 "serde_json",
   61 "settings",
   62 "theme_settings",
   63 "ui",
   64 "util",
   65 "workspace",
   66]
   67
   68[[package]]
   69name = "action_log"
   70version = "0.1.0"
   71dependencies = [
   72 "anyhow",
   73 "buffer_diff",
   74 "clock",
   75 "collections",
   76 "ctor",
   77 "fs",
   78 "futures 0.3.31",
   79 "gpui",
   80 "language",
   81 "log",
   82 "pretty_assertions",
   83 "project",
   84 "rand 0.9.2",
   85 "serde_json",
   86 "settings",
   87 "telemetry",
   88 "text",
   89 "util",
   90 "watch",
   91 "zlog",
   92]
   93
   94[[package]]
   95name = "activity_indicator"
   96version = "0.1.0"
   97dependencies = [
   98 "anyhow",
   99 "auto_update",
  100 "editor",
  101 "extension_host",
  102 "fs",
  103 "futures 0.3.31",
  104 "gpui",
  105 "language",
  106 "project",
  107 "proto",
  108 "smallvec",
  109 "ui",
  110 "util",
  111 "workspace",
  112]
  113
  114[[package]]
  115name = "addr2line"
  116version = "0.25.1"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  119dependencies = [
  120 "gimli",
  121]
  122
  123[[package]]
  124name = "adler2"
  125version = "2.0.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  128
  129[[package]]
  130name = "aes"
  131version = "0.8.4"
  132source = "registry+https://github.com/rust-lang/crates.io-index"
  133checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  134dependencies = [
  135 "cfg-if",
  136 "cipher",
  137 "cpufeatures",
  138 "zeroize",
  139]
  140
  141[[package]]
  142name = "agent"
  143version = "0.1.0"
  144dependencies = [
  145 "acp_thread",
  146 "action_log",
  147 "agent-client-protocol",
  148 "agent_servers",
  149 "agent_settings",
  150 "anyhow",
  151 "chrono",
  152 "client",
  153 "clock",
  154 "cloud_api_types",
  155 "cloud_llm_client",
  156 "collections",
  157 "context_server",
  158 "ctor",
  159 "db",
  160 "derive_more",
  161 "editor",
  162 "env_logger 0.11.8",
  163 "eval_utils",
  164 "feature_flags",
  165 "fs",
  166 "futures 0.3.31",
  167 "git",
  168 "gpui",
  169 "gpui_tokio",
  170 "handlebars 4.5.0",
  171 "heck 0.5.0",
  172 "html_to_markdown",
  173 "http_client",
  174 "indoc",
  175 "itertools 0.14.0",
  176 "language",
  177 "language_model",
  178 "language_models",
  179 "log",
  180 "lsp",
  181 "open",
  182 "parking_lot",
  183 "paths",
  184 "pretty_assertions",
  185 "project",
  186 "prompt_store",
  187 "rand 0.9.2",
  188 "regex",
  189 "reqwest_client",
  190 "rust-embed",
  191 "schemars",
  192 "serde",
  193 "serde_json",
  194 "settings",
  195 "shell_command_parser",
  196 "smallvec",
  197 "smol",
  198 "sqlez",
  199 "streaming_diff",
  200 "strsim",
  201 "task",
  202 "telemetry",
  203 "tempfile",
  204 "text",
  205 "theme",
  206 "thiserror 2.0.17",
  207 "ui",
  208 "unindent",
  209 "url",
  210 "util",
  211 "uuid",
  212 "watch",
  213 "web_search",
  214 "zed_env_vars",
  215 "zlog",
  216 "zstd",
  217]
  218
  219[[package]]
  220name = "agent-client-protocol"
  221version = "0.10.2"
  222source = "registry+https://github.com/rust-lang/crates.io-index"
  223checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  224dependencies = [
  225 "agent-client-protocol-schema",
  226 "anyhow",
  227 "async-broadcast",
  228 "async-trait",
  229 "derive_more",
  230 "futures 0.3.31",
  231 "log",
  232 "serde",
  233 "serde_json",
  234]
  235
  236[[package]]
  237name = "agent-client-protocol-schema"
  238version = "0.11.2"
  239source = "registry+https://github.com/rust-lang/crates.io-index"
  240checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  241dependencies = [
  242 "anyhow",
  243 "derive_more",
  244 "schemars",
  245 "serde",
  246 "serde_json",
  247 "strum 0.28.0",
  248]
  249
  250[[package]]
  251name = "agent_servers"
  252version = "0.1.0"
  253dependencies = [
  254 "acp_thread",
  255 "acp_tools",
  256 "action_log",
  257 "agent-client-protocol",
  258 "anyhow",
  259 "async-trait",
  260 "chrono",
  261 "client",
  262 "collections",
  263 "credentials_provider",
  264 "env_logger 0.11.8",
  265 "feature_flags",
  266 "fs",
  267 "futures 0.3.31",
  268 "google_ai",
  269 "gpui",
  270 "gpui_tokio",
  271 "http_client",
  272 "indoc",
  273 "language_model",
  274 "libc",
  275 "log",
  276 "nix 0.29.0",
  277 "project",
  278 "release_channel",
  279 "reqwest_client",
  280 "serde",
  281 "serde_json",
  282 "settings",
  283 "smol",
  284 "task",
  285 "tempfile",
  286 "terminal",
  287 "thiserror 2.0.17",
  288 "ui",
  289 "util",
  290 "uuid",
  291 "watch",
  292]
  293
  294[[package]]
  295name = "agent_settings"
  296version = "0.1.0"
  297dependencies = [
  298 "agent-client-protocol",
  299 "anyhow",
  300 "collections",
  301 "convert_case 0.8.0",
  302 "fs",
  303 "gpui",
  304 "language_model",
  305 "log",
  306 "paths",
  307 "project",
  308 "regex",
  309 "schemars",
  310 "serde",
  311 "serde_json",
  312 "serde_json_lenient",
  313 "settings",
  314 "util",
  315]
  316
  317[[package]]
  318name = "agent_ui"
  319version = "0.1.0"
  320dependencies = [
  321 "acp_thread",
  322 "action_log",
  323 "agent",
  324 "agent-client-protocol",
  325 "agent_servers",
  326 "agent_settings",
  327 "ai_onboarding",
  328 "anyhow",
  329 "audio",
  330 "base64 0.22.1",
  331 "buffer_diff",
  332 "chrono",
  333 "client",
  334 "cloud_api_types",
  335 "collections",
  336 "command_palette_hooks",
  337 "component",
  338 "context_server",
  339 "db",
  340 "editor",
  341 "eval_utils",
  342 "extension",
  343 "extension_host",
  344 "feature_flags",
  345 "file_icons",
  346 "fs",
  347 "futures 0.3.31",
  348 "fuzzy",
  349 "git",
  350 "gpui",
  351 "gpui_tokio",
  352 "heapless",
  353 "html_to_markdown",
  354 "http_client",
  355 "image",
  356 "indoc",
  357 "itertools 0.14.0",
  358 "jsonschema",
  359 "language",
  360 "language_model",
  361 "language_models",
  362 "languages",
  363 "log",
  364 "lsp",
  365 "markdown",
  366 "menu",
  367 "multi_buffer",
  368 "notifications",
  369 "ordered-float 2.10.1",
  370 "parking_lot",
  371 "paths",
  372 "picker",
  373 "postage",
  374 "pretty_assertions",
  375 "project",
  376 "prompt_store",
  377 "proto",
  378 "rand 0.9.2",
  379 "release_channel",
  380 "reqwest_client",
  381 "rope",
  382 "rules_library",
  383 "schemars",
  384 "semver",
  385 "serde",
  386 "serde_json",
  387 "serde_json_lenient",
  388 "settings",
  389 "smol",
  390 "streaming_diff",
  391 "task",
  392 "telemetry",
  393 "terminal",
  394 "terminal_view",
  395 "text",
  396 "theme",
  397 "theme_settings",
  398 "time",
  399 "time_format",
  400 "tree-sitter-md",
  401 "ui",
  402 "ui_input",
  403 "unindent",
  404 "url",
  405 "util",
  406 "uuid",
  407 "watch",
  408 "workspace",
  409 "zed_actions",
  410]
  411
  412[[package]]
  413name = "ahash"
  414version = "0.7.8"
  415source = "registry+https://github.com/rust-lang/crates.io-index"
  416checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  417dependencies = [
  418 "getrandom 0.2.16",
  419 "once_cell",
  420 "version_check",
  421]
  422
  423[[package]]
  424name = "ahash"
  425version = "0.8.12"
  426source = "registry+https://github.com/rust-lang/crates.io-index"
  427checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  428dependencies = [
  429 "cfg-if",
  430 "const-random",
  431 "getrandom 0.3.4",
  432 "once_cell",
  433 "serde",
  434 "version_check",
  435 "zerocopy",
  436]
  437
  438[[package]]
  439name = "aho-corasick"
  440version = "1.1.3"
  441source = "registry+https://github.com/rust-lang/crates.io-index"
  442checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  443dependencies = [
  444 "memchr",
  445]
  446
  447[[package]]
  448name = "ai_onboarding"
  449version = "0.1.0"
  450dependencies = [
  451 "client",
  452 "cloud_api_types",
  453 "component",
  454 "gpui",
  455 "language_model",
  456 "serde",
  457 "smallvec",
  458 "telemetry",
  459 "ui",
  460 "zed_actions",
  461]
  462
  463[[package]]
  464name = "alacritty_terminal"
  465version = "0.25.1"
  466source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  467dependencies = [
  468 "base64 0.22.1",
  469 "bitflags 2.10.0",
  470 "home",
  471 "libc",
  472 "log",
  473 "mach2 0.5.0",
  474 "miow",
  475 "parking_lot",
  476 "piper",
  477 "polling",
  478 "regex-automata",
  479 "rustix 1.1.2",
  480 "rustix-openpty",
  481 "serde",
  482 "signal-hook",
  483 "unicode-width",
  484 "vte",
  485 "windows-sys 0.59.0",
  486]
  487
  488[[package]]
  489name = "aliasable"
  490version = "0.1.3"
  491source = "registry+https://github.com/rust-lang/crates.io-index"
  492checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  493
  494[[package]]
  495name = "aligned-vec"
  496version = "0.6.4"
  497source = "registry+https://github.com/rust-lang/crates.io-index"
  498checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  499dependencies = [
  500 "equator",
  501]
  502
  503[[package]]
  504name = "allocator-api2"
  505version = "0.2.21"
  506source = "registry+https://github.com/rust-lang/crates.io-index"
  507checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  508
  509[[package]]
  510name = "alsa"
  511version = "0.10.0"
  512source = "registry+https://github.com/rust-lang/crates.io-index"
  513checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  514dependencies = [
  515 "alsa-sys",
  516 "bitflags 2.10.0",
  517 "cfg-if",
  518 "libc",
  519]
  520
  521[[package]]
  522name = "alsa-sys"
  523version = "0.3.1"
  524source = "registry+https://github.com/rust-lang/crates.io-index"
  525checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  526dependencies = [
  527 "libc",
  528 "pkg-config",
  529]
  530
  531[[package]]
  532name = "ambient-authority"
  533version = "0.0.2"
  534source = "registry+https://github.com/rust-lang/crates.io-index"
  535checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  536
  537[[package]]
  538name = "ammonia"
  539version = "4.1.2"
  540source = "registry+https://github.com/rust-lang/crates.io-index"
  541checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  542dependencies = [
  543 "cssparser",
  544 "html5ever 0.35.0",
  545 "maplit",
  546 "tendril",
  547 "url",
  548]
  549
  550[[package]]
  551name = "android_system_properties"
  552version = "0.1.5"
  553source = "registry+https://github.com/rust-lang/crates.io-index"
  554checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  555dependencies = [
  556 "libc",
  557]
  558
  559[[package]]
  560name = "anes"
  561version = "0.1.6"
  562source = "registry+https://github.com/rust-lang/crates.io-index"
  563checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  564
  565[[package]]
  566name = "annotate-snippets"
  567version = "0.12.12"
  568source = "registry+https://github.com/rust-lang/crates.io-index"
  569checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  570dependencies = [
  571 "anstyle",
  572 "memchr",
  573 "unicode-width",
  574]
  575
  576[[package]]
  577name = "anstream"
  578version = "0.6.21"
  579source = "registry+https://github.com/rust-lang/crates.io-index"
  580checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  581dependencies = [
  582 "anstyle",
  583 "anstyle-parse",
  584 "anstyle-query",
  585 "anstyle-wincon",
  586 "colorchoice",
  587 "is_terminal_polyfill",
  588 "utf8parse",
  589]
  590
  591[[package]]
  592name = "anstyle"
  593version = "1.0.13"
  594source = "registry+https://github.com/rust-lang/crates.io-index"
  595checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  596
  597[[package]]
  598name = "anstyle-parse"
  599version = "0.2.7"
  600source = "registry+https://github.com/rust-lang/crates.io-index"
  601checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  602dependencies = [
  603 "utf8parse",
  604]
  605
  606[[package]]
  607name = "anstyle-query"
  608version = "1.1.4"
  609source = "registry+https://github.com/rust-lang/crates.io-index"
  610checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  611dependencies = [
  612 "windows-sys 0.60.2",
  613]
  614
  615[[package]]
  616name = "anstyle-wincon"
  617version = "3.0.10"
  618source = "registry+https://github.com/rust-lang/crates.io-index"
  619checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  620dependencies = [
  621 "anstyle",
  622 "once_cell_polyfill",
  623 "windows-sys 0.60.2",
  624]
  625
  626[[package]]
  627name = "anthropic"
  628version = "0.1.0"
  629dependencies = [
  630 "anyhow",
  631 "chrono",
  632 "futures 0.3.31",
  633 "http_client",
  634 "schemars",
  635 "serde",
  636 "serde_json",
  637 "strum 0.27.2",
  638 "thiserror 2.0.17",
  639]
  640
  641[[package]]
  642name = "any_vec"
  643version = "0.14.0"
  644source = "registry+https://github.com/rust-lang/crates.io-index"
  645checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  646
  647[[package]]
  648name = "anyhow"
  649version = "1.0.100"
  650source = "registry+https://github.com/rust-lang/crates.io-index"
  651checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  652
  653[[package]]
  654name = "approx"
  655version = "0.5.1"
  656source = "registry+https://github.com/rust-lang/crates.io-index"
  657checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  658dependencies = [
  659 "num-traits",
  660]
  661
  662[[package]]
  663name = "ar_archive_writer"
  664version = "0.5.1"
  665source = "registry+https://github.com/rust-lang/crates.io-index"
  666checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  667dependencies = [
  668 "object",
  669]
  670
  671[[package]]
  672name = "arbitrary"
  673version = "1.4.2"
  674source = "registry+https://github.com/rust-lang/crates.io-index"
  675checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  676dependencies = [
  677 "derive_arbitrary",
  678]
  679
  680[[package]]
  681name = "arg_enum_proc_macro"
  682version = "0.3.4"
  683source = "registry+https://github.com/rust-lang/crates.io-index"
  684checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  685dependencies = [
  686 "proc-macro2",
  687 "quote",
  688 "syn 2.0.117",
  689]
  690
  691[[package]]
  692name = "arraydeque"
  693version = "0.5.1"
  694source = "registry+https://github.com/rust-lang/crates.io-index"
  695checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  696
  697[[package]]
  698name = "arrayref"
  699version = "0.3.9"
  700source = "registry+https://github.com/rust-lang/crates.io-index"
  701checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  702
  703[[package]]
  704name = "arrayvec"
  705version = "0.7.6"
  706source = "registry+https://github.com/rust-lang/crates.io-index"
  707checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  708
  709[[package]]
  710name = "as-raw-xcb-connection"
  711version = "1.0.1"
  712source = "registry+https://github.com/rust-lang/crates.io-index"
  713checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  714
  715[[package]]
  716name = "ascii"
  717version = "1.1.0"
  718source = "registry+https://github.com/rust-lang/crates.io-index"
  719checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  720
  721[[package]]
  722name = "ash"
  723version = "0.38.0+1.3.281"
  724source = "registry+https://github.com/rust-lang/crates.io-index"
  725checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  726dependencies = [
  727 "libloading",
  728]
  729
  730[[package]]
  731name = "ashpd"
  732version = "0.13.2"
  733source = "registry+https://github.com/rust-lang/crates.io-index"
  734checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  735dependencies = [
  736 "enumflags2",
  737 "futures-channel",
  738 "futures-util",
  739 "getrandom 0.4.1",
  740 "serde",
  741 "serde_repr",
  742 "wayland-backend",
  743 "wayland-client",
  744 "wayland-protocols",
  745 "zbus",
  746]
  747
  748[[package]]
  749name = "askpass"
  750version = "0.1.0"
  751dependencies = [
  752 "anyhow",
  753 "futures 0.3.31",
  754 "gpui",
  755 "log",
  756 "net",
  757 "smol",
  758 "tempfile",
  759 "util",
  760 "windows 0.61.3",
  761 "zeroize",
  762]
  763
  764[[package]]
  765name = "assets"
  766version = "0.1.0"
  767dependencies = [
  768 "anyhow",
  769 "gpui",
  770 "rust-embed",
  771]
  772
  773[[package]]
  774name = "async-attributes"
  775version = "1.1.2"
  776source = "registry+https://github.com/rust-lang/crates.io-index"
  777checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  778dependencies = [
  779 "quote",
  780 "syn 1.0.109",
  781]
  782
  783[[package]]
  784name = "async-broadcast"
  785version = "0.7.2"
  786source = "registry+https://github.com/rust-lang/crates.io-index"
  787checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  788dependencies = [
  789 "event-listener 5.4.1",
  790 "event-listener-strategy",
  791 "futures-core",
  792 "pin-project-lite",
  793]
  794
  795[[package]]
  796name = "async-channel"
  797version = "1.9.0"
  798source = "registry+https://github.com/rust-lang/crates.io-index"
  799checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  800dependencies = [
  801 "concurrent-queue",
  802 "event-listener 2.5.3",
  803 "futures-core",
  804]
  805
  806[[package]]
  807name = "async-channel"
  808version = "2.5.0"
  809source = "registry+https://github.com/rust-lang/crates.io-index"
  810checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  811dependencies = [
  812 "concurrent-queue",
  813 "event-listener-strategy",
  814 "futures-core",
  815 "pin-project-lite",
  816]
  817
  818[[package]]
  819name = "async-compat"
  820version = "0.2.5"
  821source = "registry+https://github.com/rust-lang/crates.io-index"
  822checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  823dependencies = [
  824 "futures-core",
  825 "futures-io",
  826 "once_cell",
  827 "pin-project-lite",
  828 "tokio",
  829]
  830
  831[[package]]
  832name = "async-compression"
  833version = "0.4.32"
  834source = "registry+https://github.com/rust-lang/crates.io-index"
  835checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  836dependencies = [
  837 "compression-codecs",
  838 "compression-core",
  839 "futures-core",
  840 "futures-io",
  841 "pin-project-lite",
  842]
  843
  844[[package]]
  845name = "async-dispatcher"
  846version = "0.1.2"
  847source = "registry+https://github.com/rust-lang/crates.io-index"
  848checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  849dependencies = [
  850 "async-task",
  851 "futures-lite 1.13.0",
  852]
  853
  854[[package]]
  855name = "async-executor"
  856version = "1.13.3"
  857source = "registry+https://github.com/rust-lang/crates.io-index"
  858checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  859dependencies = [
  860 "async-task",
  861 "concurrent-queue",
  862 "fastrand 2.3.0",
  863 "futures-lite 2.6.1",
  864 "pin-project-lite",
  865 "slab",
  866]
  867
  868[[package]]
  869name = "async-fs"
  870version = "2.2.0"
  871source = "registry+https://github.com/rust-lang/crates.io-index"
  872checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  873dependencies = [
  874 "async-lock 3.4.2",
  875 "blocking",
  876 "futures-lite 2.6.1",
  877]
  878
  879[[package]]
  880name = "async-global-executor"
  881version = "2.4.1"
  882source = "registry+https://github.com/rust-lang/crates.io-index"
  883checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  884dependencies = [
  885 "async-channel 2.5.0",
  886 "async-executor",
  887 "async-io",
  888 "async-lock 3.4.2",
  889 "blocking",
  890 "futures-lite 2.6.1",
  891 "once_cell",
  892]
  893
  894[[package]]
  895name = "async-io"
  896version = "2.6.0"
  897source = "registry+https://github.com/rust-lang/crates.io-index"
  898checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  899dependencies = [
  900 "autocfg",
  901 "cfg-if",
  902 "concurrent-queue",
  903 "futures-io",
  904 "futures-lite 2.6.1",
  905 "parking",
  906 "polling",
  907 "rustix 1.1.2",
  908 "slab",
  909 "windows-sys 0.61.2",
  910]
  911
  912[[package]]
  913name = "async-lock"
  914version = "2.8.0"
  915source = "registry+https://github.com/rust-lang/crates.io-index"
  916checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  917dependencies = [
  918 "event-listener 2.5.3",
  919]
  920
  921[[package]]
  922name = "async-lock"
  923version = "3.4.2"
  924source = "registry+https://github.com/rust-lang/crates.io-index"
  925checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  926dependencies = [
  927 "event-listener 5.4.1",
  928 "event-listener-strategy",
  929 "pin-project-lite",
  930]
  931
  932[[package]]
  933name = "async-net"
  934version = "2.0.0"
  935source = "registry+https://github.com/rust-lang/crates.io-index"
  936checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  937dependencies = [
  938 "async-io",
  939 "blocking",
  940 "futures-lite 2.6.1",
  941]
  942
  943[[package]]
  944name = "async-pipe"
  945version = "0.1.3"
  946source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  947dependencies = [
  948 "futures 0.3.31",
  949 "log",
  950]
  951
  952[[package]]
  953name = "async-process"
  954version = "2.5.0"
  955source = "registry+https://github.com/rust-lang/crates.io-index"
  956checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  957dependencies = [
  958 "async-channel 2.5.0",
  959 "async-io",
  960 "async-lock 3.4.2",
  961 "async-signal",
  962 "async-task",
  963 "blocking",
  964 "cfg-if",
  965 "event-listener 5.4.1",
  966 "futures-lite 2.6.1",
  967 "rustix 1.1.2",
  968]
  969
  970[[package]]
  971name = "async-recursion"
  972version = "1.1.1"
  973source = "registry+https://github.com/rust-lang/crates.io-index"
  974checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  975dependencies = [
  976 "proc-macro2",
  977 "quote",
  978 "syn 2.0.117",
  979]
  980
  981[[package]]
  982name = "async-signal"
  983version = "0.2.13"
  984source = "registry+https://github.com/rust-lang/crates.io-index"
  985checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
  986dependencies = [
  987 "async-io",
  988 "async-lock 3.4.2",
  989 "atomic-waker",
  990 "cfg-if",
  991 "futures-core",
  992 "futures-io",
  993 "rustix 1.1.2",
  994 "signal-hook-registry",
  995 "slab",
  996 "windows-sys 0.61.2",
  997]
  998
  999[[package]]
 1000name = "async-std"
 1001version = "1.13.2"
 1002source = "registry+https://github.com/rust-lang/crates.io-index"
 1003checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1004dependencies = [
 1005 "async-attributes",
 1006 "async-channel 1.9.0",
 1007 "async-global-executor",
 1008 "async-io",
 1009 "async-lock 3.4.2",
 1010 "async-process",
 1011 "crossbeam-utils",
 1012 "futures-channel",
 1013 "futures-core",
 1014 "futures-io",
 1015 "futures-lite 2.6.1",
 1016 "gloo-timers",
 1017 "kv-log-macro",
 1018 "log",
 1019 "memchr",
 1020 "once_cell",
 1021 "pin-project-lite",
 1022 "pin-utils",
 1023 "slab",
 1024 "wasm-bindgen-futures",
 1025]
 1026
 1027[[package]]
 1028name = "async-stream"
 1029version = "0.3.6"
 1030source = "registry+https://github.com/rust-lang/crates.io-index"
 1031checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1032dependencies = [
 1033 "async-stream-impl",
 1034 "futures-core",
 1035 "pin-project-lite",
 1036]
 1037
 1038[[package]]
 1039name = "async-stream-impl"
 1040version = "0.3.6"
 1041source = "registry+https://github.com/rust-lang/crates.io-index"
 1042checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1043dependencies = [
 1044 "proc-macro2",
 1045 "quote",
 1046 "syn 2.0.117",
 1047]
 1048
 1049[[package]]
 1050name = "async-tar"
 1051version = "0.5.1"
 1052source = "registry+https://github.com/rust-lang/crates.io-index"
 1053checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1054dependencies = [
 1055 "async-std",
 1056 "filetime",
 1057 "libc",
 1058 "pin-project",
 1059 "redox_syscall 0.2.16",
 1060 "xattr",
 1061]
 1062
 1063[[package]]
 1064name = "async-task"
 1065version = "4.7.1"
 1066source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1067
 1068[[package]]
 1069name = "async-trait"
 1070version = "0.1.89"
 1071source = "registry+https://github.com/rust-lang/crates.io-index"
 1072checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1073dependencies = [
 1074 "proc-macro2",
 1075 "quote",
 1076 "syn 2.0.117",
 1077]
 1078
 1079[[package]]
 1080name = "async-tungstenite"
 1081version = "0.31.0"
 1082source = "registry+https://github.com/rust-lang/crates.io-index"
 1083checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1084dependencies = [
 1085 "atomic-waker",
 1086 "futures-core",
 1087 "futures-io",
 1088 "futures-task",
 1089 "futures-util",
 1090 "log",
 1091 "pin-project-lite",
 1092 "rustls-pki-types",
 1093 "tokio",
 1094 "tokio-rustls 0.26.2",
 1095 "tungstenite 0.27.0",
 1096]
 1097
 1098[[package]]
 1099name = "async_zip"
 1100version = "0.0.18"
 1101source = "registry+https://github.com/rust-lang/crates.io-index"
 1102checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1103dependencies = [
 1104 "async-compression",
 1105 "crc32fast",
 1106 "futures-lite 2.6.1",
 1107 "pin-project",
 1108 "thiserror 2.0.17",
 1109]
 1110
 1111[[package]]
 1112name = "asynchronous-codec"
 1113version = "0.7.0"
 1114source = "registry+https://github.com/rust-lang/crates.io-index"
 1115checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1116dependencies = [
 1117 "bytes 1.11.1",
 1118 "futures-sink",
 1119 "futures-util",
 1120 "memchr",
 1121 "pin-project-lite",
 1122]
 1123
 1124[[package]]
 1125name = "atoi"
 1126version = "2.0.0"
 1127source = "registry+https://github.com/rust-lang/crates.io-index"
 1128checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1129dependencies = [
 1130 "num-traits",
 1131]
 1132
 1133[[package]]
 1134name = "atomic"
 1135version = "0.5.3"
 1136source = "registry+https://github.com/rust-lang/crates.io-index"
 1137checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1138
 1139[[package]]
 1140name = "atomic-waker"
 1141version = "1.1.2"
 1142source = "registry+https://github.com/rust-lang/crates.io-index"
 1143checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1144
 1145[[package]]
 1146name = "audio"
 1147version = "0.1.0"
 1148dependencies = [
 1149 "anyhow",
 1150 "collections",
 1151 "cpal",
 1152 "crossbeam",
 1153 "denoise",
 1154 "gpui",
 1155 "libwebrtc",
 1156 "log",
 1157 "parking_lot",
 1158 "rodio",
 1159 "serde",
 1160 "settings",
 1161 "thiserror 2.0.17",
 1162 "util",
 1163]
 1164
 1165[[package]]
 1166name = "auditable-serde"
 1167version = "0.8.0"
 1168source = "registry+https://github.com/rust-lang/crates.io-index"
 1169checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1170dependencies = [
 1171 "semver",
 1172 "serde",
 1173 "serde_json",
 1174 "topological-sort",
 1175]
 1176
 1177[[package]]
 1178name = "auto_update"
 1179version = "0.1.0"
 1180dependencies = [
 1181 "anyhow",
 1182 "client",
 1183 "clock",
 1184 "ctor",
 1185 "db",
 1186 "futures 0.3.31",
 1187 "futures-lite 1.13.0",
 1188 "gpui",
 1189 "http_client",
 1190 "log",
 1191 "parking_lot",
 1192 "paths",
 1193 "release_channel",
 1194 "semver",
 1195 "serde",
 1196 "serde_json",
 1197 "settings",
 1198 "smol",
 1199 "tempfile",
 1200 "util",
 1201 "which 6.0.3",
 1202 "workspace",
 1203 "zlog",
 1204]
 1205
 1206[[package]]
 1207name = "auto_update_helper"
 1208version = "0.1.0"
 1209dependencies = [
 1210 "anyhow",
 1211 "log",
 1212 "scopeguard",
 1213 "simplelog",
 1214 "tempfile",
 1215 "windows 0.61.3",
 1216 "winresource",
 1217]
 1218
 1219[[package]]
 1220name = "auto_update_ui"
 1221version = "0.1.0"
 1222dependencies = [
 1223 "anyhow",
 1224 "auto_update",
 1225 "client",
 1226 "editor",
 1227 "gpui",
 1228 "markdown_preview",
 1229 "release_channel",
 1230 "semver",
 1231 "serde",
 1232 "serde_json",
 1233 "smol",
 1234 "ui",
 1235 "util",
 1236 "workspace",
 1237]
 1238
 1239[[package]]
 1240name = "autocfg"
 1241version = "1.5.0"
 1242source = "registry+https://github.com/rust-lang/crates.io-index"
 1243checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1244
 1245[[package]]
 1246name = "av1-grain"
 1247version = "0.2.4"
 1248source = "registry+https://github.com/rust-lang/crates.io-index"
 1249checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1250dependencies = [
 1251 "anyhow",
 1252 "arrayvec",
 1253 "log",
 1254 "nom 7.1.3",
 1255 "num-rational",
 1256 "v_frame",
 1257]
 1258
 1259[[package]]
 1260name = "avif-serialize"
 1261version = "0.8.6"
 1262source = "registry+https://github.com/rust-lang/crates.io-index"
 1263checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1264dependencies = [
 1265 "arrayvec",
 1266]
 1267
 1268[[package]]
 1269name = "aws-config"
 1270version = "1.8.10"
 1271source = "registry+https://github.com/rust-lang/crates.io-index"
 1272checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1273dependencies = [
 1274 "aws-credential-types",
 1275 "aws-runtime",
 1276 "aws-sdk-sso",
 1277 "aws-sdk-ssooidc",
 1278 "aws-sdk-sts",
 1279 "aws-smithy-async",
 1280 "aws-smithy-http",
 1281 "aws-smithy-json",
 1282 "aws-smithy-runtime",
 1283 "aws-smithy-runtime-api",
 1284 "aws-smithy-types",
 1285 "aws-types",
 1286 "bytes 1.11.1",
 1287 "fastrand 2.3.0",
 1288 "hex",
 1289 "http 1.3.1",
 1290 "ring",
 1291 "time",
 1292 "tokio",
 1293 "tracing",
 1294 "url",
 1295 "zeroize",
 1296]
 1297
 1298[[package]]
 1299name = "aws-credential-types"
 1300version = "1.2.10"
 1301source = "registry+https://github.com/rust-lang/crates.io-index"
 1302checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1303dependencies = [
 1304 "aws-smithy-async",
 1305 "aws-smithy-runtime-api",
 1306 "aws-smithy-types",
 1307 "zeroize",
 1308]
 1309
 1310[[package]]
 1311name = "aws-lc-rs"
 1312version = "1.15.4"
 1313source = "registry+https://github.com/rust-lang/crates.io-index"
 1314checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1315dependencies = [
 1316 "aws-lc-sys",
 1317 "untrusted 0.7.1",
 1318 "zeroize",
 1319]
 1320
 1321[[package]]
 1322name = "aws-lc-sys"
 1323version = "0.37.0"
 1324source = "registry+https://github.com/rust-lang/crates.io-index"
 1325checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1326dependencies = [
 1327 "cc",
 1328 "cmake",
 1329 "dunce",
 1330 "fs_extra",
 1331]
 1332
 1333[[package]]
 1334name = "aws-runtime"
 1335version = "1.5.16"
 1336source = "registry+https://github.com/rust-lang/crates.io-index"
 1337checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1338dependencies = [
 1339 "aws-credential-types",
 1340 "aws-sigv4",
 1341 "aws-smithy-async",
 1342 "aws-smithy-eventstream",
 1343 "aws-smithy-http",
 1344 "aws-smithy-runtime",
 1345 "aws-smithy-runtime-api",
 1346 "aws-smithy-types",
 1347 "aws-types",
 1348 "bytes 1.11.1",
 1349 "fastrand 2.3.0",
 1350 "http 0.2.12",
 1351 "http-body 0.4.6",
 1352 "percent-encoding",
 1353 "pin-project-lite",
 1354 "tracing",
 1355 "uuid",
 1356]
 1357
 1358[[package]]
 1359name = "aws-sdk-bedrockruntime"
 1360version = "1.113.0"
 1361source = "registry+https://github.com/rust-lang/crates.io-index"
 1362checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1363dependencies = [
 1364 "aws-credential-types",
 1365 "aws-runtime",
 1366 "aws-sigv4",
 1367 "aws-smithy-async",
 1368 "aws-smithy-eventstream",
 1369 "aws-smithy-http",
 1370 "aws-smithy-json",
 1371 "aws-smithy-runtime",
 1372 "aws-smithy-runtime-api",
 1373 "aws-smithy-types",
 1374 "aws-types",
 1375 "bytes 1.11.1",
 1376 "fastrand 2.3.0",
 1377 "http 0.2.12",
 1378 "hyper 0.14.32",
 1379 "regex-lite",
 1380 "tracing",
 1381]
 1382
 1383[[package]]
 1384name = "aws-sdk-kinesis"
 1385version = "1.95.0"
 1386source = "registry+https://github.com/rust-lang/crates.io-index"
 1387checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1388dependencies = [
 1389 "aws-credential-types",
 1390 "aws-runtime",
 1391 "aws-smithy-async",
 1392 "aws-smithy-eventstream",
 1393 "aws-smithy-http",
 1394 "aws-smithy-json",
 1395 "aws-smithy-runtime",
 1396 "aws-smithy-runtime-api",
 1397 "aws-smithy-types",
 1398 "aws-types",
 1399 "bytes 1.11.1",
 1400 "fastrand 2.3.0",
 1401 "http 0.2.12",
 1402 "regex-lite",
 1403 "tracing",
 1404]
 1405
 1406[[package]]
 1407name = "aws-sdk-s3"
 1408version = "1.112.0"
 1409source = "registry+https://github.com/rust-lang/crates.io-index"
 1410checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1411dependencies = [
 1412 "aws-credential-types",
 1413 "aws-runtime",
 1414 "aws-sigv4",
 1415 "aws-smithy-async",
 1416 "aws-smithy-checksums",
 1417 "aws-smithy-eventstream",
 1418 "aws-smithy-http",
 1419 "aws-smithy-json",
 1420 "aws-smithy-runtime",
 1421 "aws-smithy-runtime-api",
 1422 "aws-smithy-types",
 1423 "aws-smithy-xml",
 1424 "aws-types",
 1425 "bytes 1.11.1",
 1426 "fastrand 2.3.0",
 1427 "hex",
 1428 "hmac",
 1429 "http 0.2.12",
 1430 "http 1.3.1",
 1431 "http-body 0.4.6",
 1432 "lru",
 1433 "percent-encoding",
 1434 "regex-lite",
 1435 "sha2",
 1436 "tracing",
 1437 "url",
 1438]
 1439
 1440[[package]]
 1441name = "aws-sdk-sso"
 1442version = "1.88.0"
 1443source = "registry+https://github.com/rust-lang/crates.io-index"
 1444checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1445dependencies = [
 1446 "aws-credential-types",
 1447 "aws-runtime",
 1448 "aws-smithy-async",
 1449 "aws-smithy-http",
 1450 "aws-smithy-json",
 1451 "aws-smithy-runtime",
 1452 "aws-smithy-runtime-api",
 1453 "aws-smithy-types",
 1454 "aws-types",
 1455 "bytes 1.11.1",
 1456 "fastrand 2.3.0",
 1457 "http 0.2.12",
 1458 "regex-lite",
 1459 "tracing",
 1460]
 1461
 1462[[package]]
 1463name = "aws-sdk-ssooidc"
 1464version = "1.90.0"
 1465source = "registry+https://github.com/rust-lang/crates.io-index"
 1466checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1467dependencies = [
 1468 "aws-credential-types",
 1469 "aws-runtime",
 1470 "aws-smithy-async",
 1471 "aws-smithy-http",
 1472 "aws-smithy-json",
 1473 "aws-smithy-runtime",
 1474 "aws-smithy-runtime-api",
 1475 "aws-smithy-types",
 1476 "aws-types",
 1477 "bytes 1.11.1",
 1478 "fastrand 2.3.0",
 1479 "http 0.2.12",
 1480 "regex-lite",
 1481 "tracing",
 1482]
 1483
 1484[[package]]
 1485name = "aws-sdk-sts"
 1486version = "1.90.0"
 1487source = "registry+https://github.com/rust-lang/crates.io-index"
 1488checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1489dependencies = [
 1490 "aws-credential-types",
 1491 "aws-runtime",
 1492 "aws-smithy-async",
 1493 "aws-smithy-http",
 1494 "aws-smithy-json",
 1495 "aws-smithy-query",
 1496 "aws-smithy-runtime",
 1497 "aws-smithy-runtime-api",
 1498 "aws-smithy-types",
 1499 "aws-smithy-xml",
 1500 "aws-types",
 1501 "fastrand 2.3.0",
 1502 "http 0.2.12",
 1503 "regex-lite",
 1504 "tracing",
 1505]
 1506
 1507[[package]]
 1508name = "aws-sigv4"
 1509version = "1.3.6"
 1510source = "registry+https://github.com/rust-lang/crates.io-index"
 1511checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1512dependencies = [
 1513 "aws-credential-types",
 1514 "aws-smithy-eventstream",
 1515 "aws-smithy-http",
 1516 "aws-smithy-runtime-api",
 1517 "aws-smithy-types",
 1518 "bytes 1.11.1",
 1519 "crypto-bigint 0.5.5",
 1520 "form_urlencoded",
 1521 "hex",
 1522 "hmac",
 1523 "http 0.2.12",
 1524 "http 1.3.1",
 1525 "p256",
 1526 "percent-encoding",
 1527 "ring",
 1528 "sha2",
 1529 "subtle",
 1530 "time",
 1531 "tracing",
 1532 "zeroize",
 1533]
 1534
 1535[[package]]
 1536name = "aws-smithy-async"
 1537version = "1.2.6"
 1538source = "registry+https://github.com/rust-lang/crates.io-index"
 1539checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1540dependencies = [
 1541 "futures-util",
 1542 "pin-project-lite",
 1543 "tokio",
 1544]
 1545
 1546[[package]]
 1547name = "aws-smithy-checksums"
 1548version = "0.63.11"
 1549source = "registry+https://github.com/rust-lang/crates.io-index"
 1550checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1551dependencies = [
 1552 "aws-smithy-http",
 1553 "aws-smithy-types",
 1554 "bytes 1.11.1",
 1555 "crc-fast",
 1556 "hex",
 1557 "http 0.2.12",
 1558 "http-body 0.4.6",
 1559 "md-5",
 1560 "pin-project-lite",
 1561 "sha1",
 1562 "sha2",
 1563 "tracing",
 1564]
 1565
 1566[[package]]
 1567name = "aws-smithy-eventstream"
 1568version = "0.60.13"
 1569source = "registry+https://github.com/rust-lang/crates.io-index"
 1570checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1571dependencies = [
 1572 "aws-smithy-types",
 1573 "bytes 1.11.1",
 1574 "crc32fast",
 1575]
 1576
 1577[[package]]
 1578name = "aws-smithy-http"
 1579version = "0.62.5"
 1580source = "registry+https://github.com/rust-lang/crates.io-index"
 1581checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1582dependencies = [
 1583 "aws-smithy-eventstream",
 1584 "aws-smithy-runtime-api",
 1585 "aws-smithy-types",
 1586 "bytes 1.11.1",
 1587 "bytes-utils",
 1588 "futures-core",
 1589 "futures-util",
 1590 "http 0.2.12",
 1591 "http 1.3.1",
 1592 "http-body 0.4.6",
 1593 "percent-encoding",
 1594 "pin-project-lite",
 1595 "pin-utils",
 1596 "tracing",
 1597]
 1598
 1599[[package]]
 1600name = "aws-smithy-http-client"
 1601version = "1.1.4"
 1602source = "registry+https://github.com/rust-lang/crates.io-index"
 1603checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1604dependencies = [
 1605 "aws-smithy-async",
 1606 "aws-smithy-runtime-api",
 1607 "aws-smithy-types",
 1608 "h2 0.3.27",
 1609 "h2 0.4.12",
 1610 "http 0.2.12",
 1611 "http 1.3.1",
 1612 "http-body 0.4.6",
 1613 "hyper 0.14.32",
 1614 "hyper 1.7.0",
 1615 "hyper-rustls 0.24.2",
 1616 "hyper-rustls 0.27.7",
 1617 "hyper-util",
 1618 "pin-project-lite",
 1619 "rustls 0.21.12",
 1620 "rustls 0.23.33",
 1621 "rustls-native-certs 0.8.2",
 1622 "rustls-pki-types",
 1623 "tokio",
 1624 "tokio-rustls 0.26.2",
 1625 "tower 0.5.2",
 1626 "tracing",
 1627]
 1628
 1629[[package]]
 1630name = "aws-smithy-json"
 1631version = "0.61.7"
 1632source = "registry+https://github.com/rust-lang/crates.io-index"
 1633checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1634dependencies = [
 1635 "aws-smithy-types",
 1636]
 1637
 1638[[package]]
 1639name = "aws-smithy-observability"
 1640version = "0.1.4"
 1641source = "registry+https://github.com/rust-lang/crates.io-index"
 1642checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1643dependencies = [
 1644 "aws-smithy-runtime-api",
 1645]
 1646
 1647[[package]]
 1648name = "aws-smithy-query"
 1649version = "0.60.8"
 1650source = "registry+https://github.com/rust-lang/crates.io-index"
 1651checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1652dependencies = [
 1653 "aws-smithy-types",
 1654 "urlencoding",
 1655]
 1656
 1657[[package]]
 1658name = "aws-smithy-runtime"
 1659version = "1.9.4"
 1660source = "registry+https://github.com/rust-lang/crates.io-index"
 1661checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1662dependencies = [
 1663 "aws-smithy-async",
 1664 "aws-smithy-http",
 1665 "aws-smithy-http-client",
 1666 "aws-smithy-observability",
 1667 "aws-smithy-runtime-api",
 1668 "aws-smithy-types",
 1669 "bytes 1.11.1",
 1670 "fastrand 2.3.0",
 1671 "http 0.2.12",
 1672 "http 1.3.1",
 1673 "http-body 0.4.6",
 1674 "http-body 1.0.1",
 1675 "pin-project-lite",
 1676 "pin-utils",
 1677 "tokio",
 1678 "tracing",
 1679]
 1680
 1681[[package]]
 1682name = "aws-smithy-runtime-api"
 1683version = "1.9.2"
 1684source = "registry+https://github.com/rust-lang/crates.io-index"
 1685checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1686dependencies = [
 1687 "aws-smithy-async",
 1688 "aws-smithy-types",
 1689 "bytes 1.11.1",
 1690 "http 0.2.12",
 1691 "http 1.3.1",
 1692 "pin-project-lite",
 1693 "tokio",
 1694 "tracing",
 1695 "zeroize",
 1696]
 1697
 1698[[package]]
 1699name = "aws-smithy-types"
 1700version = "1.3.4"
 1701source = "registry+https://github.com/rust-lang/crates.io-index"
 1702checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1703dependencies = [
 1704 "base64-simd",
 1705 "bytes 1.11.1",
 1706 "bytes-utils",
 1707 "futures-core",
 1708 "http 0.2.12",
 1709 "http 1.3.1",
 1710 "http-body 0.4.6",
 1711 "http-body 1.0.1",
 1712 "http-body-util",
 1713 "itoa",
 1714 "num-integer",
 1715 "pin-project-lite",
 1716 "pin-utils",
 1717 "ryu",
 1718 "serde",
 1719 "time",
 1720 "tokio",
 1721 "tokio-util",
 1722]
 1723
 1724[[package]]
 1725name = "aws-smithy-xml"
 1726version = "0.60.12"
 1727source = "registry+https://github.com/rust-lang/crates.io-index"
 1728checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1729dependencies = [
 1730 "xmlparser",
 1731]
 1732
 1733[[package]]
 1734name = "aws-types"
 1735version = "1.3.10"
 1736source = "registry+https://github.com/rust-lang/crates.io-index"
 1737checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1738dependencies = [
 1739 "aws-credential-types",
 1740 "aws-smithy-async",
 1741 "aws-smithy-runtime-api",
 1742 "aws-smithy-types",
 1743 "rustc_version",
 1744 "tracing",
 1745]
 1746
 1747[[package]]
 1748name = "aws_http_client"
 1749version = "0.1.0"
 1750dependencies = [
 1751 "aws-smithy-runtime-api",
 1752 "aws-smithy-types",
 1753 "http_client",
 1754]
 1755
 1756[[package]]
 1757name = "axum"
 1758version = "0.6.20"
 1759source = "registry+https://github.com/rust-lang/crates.io-index"
 1760checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1761dependencies = [
 1762 "async-trait",
 1763 "axum-core",
 1764 "base64 0.21.7",
 1765 "bitflags 1.3.2",
 1766 "bytes 1.11.1",
 1767 "futures-util",
 1768 "headers",
 1769 "http 0.2.12",
 1770 "http-body 0.4.6",
 1771 "hyper 0.14.32",
 1772 "itoa",
 1773 "matchit",
 1774 "memchr",
 1775 "mime",
 1776 "percent-encoding",
 1777 "pin-project-lite",
 1778 "rustversion",
 1779 "serde",
 1780 "serde_json",
 1781 "serde_path_to_error",
 1782 "serde_urlencoded",
 1783 "sha1",
 1784 "sync_wrapper 0.1.2",
 1785 "tokio",
 1786 "tokio-tungstenite 0.20.1",
 1787 "tower 0.4.13",
 1788 "tower-layer",
 1789 "tower-service",
 1790]
 1791
 1792[[package]]
 1793name = "axum-core"
 1794version = "0.3.4"
 1795source = "registry+https://github.com/rust-lang/crates.io-index"
 1796checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1797dependencies = [
 1798 "async-trait",
 1799 "bytes 1.11.1",
 1800 "futures-util",
 1801 "http 0.2.12",
 1802 "http-body 0.4.6",
 1803 "mime",
 1804 "rustversion",
 1805 "tower-layer",
 1806 "tower-service",
 1807]
 1808
 1809[[package]]
 1810name = "backtrace"
 1811version = "0.3.76"
 1812source = "registry+https://github.com/rust-lang/crates.io-index"
 1813checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1814dependencies = [
 1815 "addr2line",
 1816 "cfg-if",
 1817 "libc",
 1818 "miniz_oxide",
 1819 "object",
 1820 "rustc-demangle",
 1821 "windows-link 0.2.1",
 1822]
 1823
 1824[[package]]
 1825name = "base16ct"
 1826version = "0.1.1"
 1827source = "registry+https://github.com/rust-lang/crates.io-index"
 1828checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1829
 1830[[package]]
 1831name = "base64"
 1832version = "0.21.7"
 1833source = "registry+https://github.com/rust-lang/crates.io-index"
 1834checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1835
 1836[[package]]
 1837name = "base64"
 1838version = "0.22.1"
 1839source = "registry+https://github.com/rust-lang/crates.io-index"
 1840checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1841
 1842[[package]]
 1843name = "base64-simd"
 1844version = "0.8.0"
 1845source = "registry+https://github.com/rust-lang/crates.io-index"
 1846checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1847dependencies = [
 1848 "outref",
 1849 "vsimd",
 1850]
 1851
 1852[[package]]
 1853name = "base64ct"
 1854version = "1.8.0"
 1855source = "registry+https://github.com/rust-lang/crates.io-index"
 1856checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1857
 1858[[package]]
 1859name = "bedrock"
 1860version = "0.1.0"
 1861dependencies = [
 1862 "anyhow",
 1863 "aws-sdk-bedrockruntime",
 1864 "aws-smithy-types",
 1865 "futures 0.3.31",
 1866 "schemars",
 1867 "serde",
 1868 "serde_json",
 1869 "strum 0.27.2",
 1870 "thiserror 2.0.17",
 1871]
 1872
 1873[[package]]
 1874name = "bigdecimal"
 1875version = "0.4.8"
 1876source = "registry+https://github.com/rust-lang/crates.io-index"
 1877checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1878dependencies = [
 1879 "autocfg",
 1880 "libm",
 1881 "num-bigint",
 1882 "num-integer",
 1883 "num-traits",
 1884 "serde",
 1885]
 1886
 1887[[package]]
 1888name = "bincode"
 1889version = "1.3.3"
 1890source = "registry+https://github.com/rust-lang/crates.io-index"
 1891checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1892dependencies = [
 1893 "serde",
 1894]
 1895
 1896[[package]]
 1897name = "bindgen"
 1898version = "0.71.1"
 1899source = "registry+https://github.com/rust-lang/crates.io-index"
 1900checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1901dependencies = [
 1902 "bitflags 2.10.0",
 1903 "cexpr",
 1904 "clang-sys",
 1905 "itertools 0.12.1",
 1906 "log",
 1907 "prettyplease",
 1908 "proc-macro2",
 1909 "quote",
 1910 "regex",
 1911 "rustc-hash 2.1.1",
 1912 "shlex",
 1913 "syn 2.0.117",
 1914]
 1915
 1916[[package]]
 1917name = "bindgen"
 1918version = "0.72.1"
 1919source = "registry+https://github.com/rust-lang/crates.io-index"
 1920checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1921dependencies = [
 1922 "bitflags 2.10.0",
 1923 "cexpr",
 1924 "clang-sys",
 1925 "itertools 0.12.1",
 1926 "proc-macro2",
 1927 "quote",
 1928 "regex",
 1929 "rustc-hash 2.1.1",
 1930 "shlex",
 1931 "syn 2.0.117",
 1932]
 1933
 1934[[package]]
 1935name = "bit-set"
 1936version = "0.8.0"
 1937source = "registry+https://github.com/rust-lang/crates.io-index"
 1938checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1939dependencies = [
 1940 "bit-vec 0.8.0",
 1941]
 1942
 1943[[package]]
 1944name = "bit-set"
 1945version = "0.9.1"
 1946source = "registry+https://github.com/rust-lang/crates.io-index"
 1947checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1948dependencies = [
 1949 "bit-vec 0.9.1",
 1950]
 1951
 1952[[package]]
 1953name = "bit-vec"
 1954version = "0.8.0"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1957
 1958[[package]]
 1959name = "bit-vec"
 1960version = "0.9.1"
 1961source = "registry+https://github.com/rust-lang/crates.io-index"
 1962checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1963
 1964[[package]]
 1965name = "bit_field"
 1966version = "0.10.3"
 1967source = "registry+https://github.com/rust-lang/crates.io-index"
 1968checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1969
 1970[[package]]
 1971name = "bitflags"
 1972version = "1.3.2"
 1973source = "registry+https://github.com/rust-lang/crates.io-index"
 1974checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1975
 1976[[package]]
 1977name = "bitflags"
 1978version = "2.10.0"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 1981dependencies = [
 1982 "serde_core",
 1983]
 1984
 1985[[package]]
 1986name = "bitstream-io"
 1987version = "2.6.0"
 1988source = "registry+https://github.com/rust-lang/crates.io-index"
 1989checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1990
 1991[[package]]
 1992name = "bitvec"
 1993version = "1.0.1"
 1994source = "registry+https://github.com/rust-lang/crates.io-index"
 1995checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1996dependencies = [
 1997 "funty",
 1998 "radium",
 1999 "tap",
 2000 "wyz",
 2001]
 2002
 2003[[package]]
 2004name = "block"
 2005version = "0.1.6"
 2006source = "registry+https://github.com/rust-lang/crates.io-index"
 2007checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2008
 2009[[package]]
 2010name = "block-buffer"
 2011version = "0.10.4"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2014dependencies = [
 2015 "generic-array",
 2016]
 2017
 2018[[package]]
 2019name = "block-padding"
 2020version = "0.3.3"
 2021source = "registry+https://github.com/rust-lang/crates.io-index"
 2022checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2023dependencies = [
 2024 "generic-array",
 2025]
 2026
 2027[[package]]
 2028name = "block2"
 2029version = "0.6.2"
 2030source = "registry+https://github.com/rust-lang/crates.io-index"
 2031checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2032dependencies = [
 2033 "objc2",
 2034]
 2035
 2036[[package]]
 2037name = "blocking"
 2038version = "1.6.2"
 2039source = "registry+https://github.com/rust-lang/crates.io-index"
 2040checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2041dependencies = [
 2042 "async-channel 2.5.0",
 2043 "async-task",
 2044 "futures-io",
 2045 "futures-lite 2.6.1",
 2046 "piper",
 2047]
 2048
 2049[[package]]
 2050name = "bmrng"
 2051version = "0.5.2"
 2052source = "registry+https://github.com/rust-lang/crates.io-index"
 2053checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2054dependencies = [
 2055 "futures-core",
 2056 "tokio",
 2057]
 2058
 2059[[package]]
 2060name = "bon"
 2061version = "3.8.2"
 2062source = "registry+https://github.com/rust-lang/crates.io-index"
 2063checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2064dependencies = [
 2065 "bon-macros",
 2066 "rustversion",
 2067]
 2068
 2069[[package]]
 2070name = "bon-macros"
 2071version = "3.8.2"
 2072source = "registry+https://github.com/rust-lang/crates.io-index"
 2073checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2074dependencies = [
 2075 "darling 0.21.3",
 2076 "ident_case",
 2077 "prettyplease",
 2078 "proc-macro2",
 2079 "quote",
 2080 "rustversion",
 2081 "syn 2.0.117",
 2082]
 2083
 2084[[package]]
 2085name = "borrow-or-share"
 2086version = "0.2.4"
 2087source = "registry+https://github.com/rust-lang/crates.io-index"
 2088checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2089
 2090[[package]]
 2091name = "borsh"
 2092version = "1.5.7"
 2093source = "registry+https://github.com/rust-lang/crates.io-index"
 2094checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2095dependencies = [
 2096 "borsh-derive",
 2097 "cfg_aliases 0.2.1",
 2098]
 2099
 2100[[package]]
 2101name = "borsh-derive"
 2102version = "1.5.7"
 2103source = "registry+https://github.com/rust-lang/crates.io-index"
 2104checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2105dependencies = [
 2106 "once_cell",
 2107 "proc-macro-crate",
 2108 "proc-macro2",
 2109 "quote",
 2110 "syn 2.0.117",
 2111]
 2112
 2113[[package]]
 2114name = "breadcrumbs"
 2115version = "0.1.0"
 2116dependencies = [
 2117 "gpui",
 2118 "ui",
 2119 "workspace",
 2120]
 2121
 2122[[package]]
 2123name = "brush-parser"
 2124version = "0.3.0"
 2125source = "registry+https://github.com/rust-lang/crates.io-index"
 2126checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2127dependencies = [
 2128 "bon",
 2129 "cached",
 2130 "indenter",
 2131 "peg",
 2132 "thiserror 2.0.17",
 2133 "tracing",
 2134 "utf8-chars",
 2135]
 2136
 2137[[package]]
 2138name = "bstr"
 2139version = "1.12.0"
 2140source = "registry+https://github.com/rust-lang/crates.io-index"
 2141checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2142dependencies = [
 2143 "memchr",
 2144 "regex-automata",
 2145 "serde",
 2146]
 2147
 2148[[package]]
 2149name = "buffer_diff"
 2150version = "0.1.0"
 2151dependencies = [
 2152 "clock",
 2153 "ctor",
 2154 "futures 0.3.31",
 2155 "git2",
 2156 "gpui",
 2157 "language",
 2158 "log",
 2159 "pretty_assertions",
 2160 "rand 0.9.2",
 2161 "rope",
 2162 "settings",
 2163 "sum_tree",
 2164 "text",
 2165 "tracing",
 2166 "unindent",
 2167 "util",
 2168 "zlog",
 2169 "ztracing",
 2170]
 2171
 2172[[package]]
 2173name = "built"
 2174version = "0.7.7"
 2175source = "registry+https://github.com/rust-lang/crates.io-index"
 2176checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2177
 2178[[package]]
 2179name = "bumpalo"
 2180version = "3.19.0"
 2181source = "registry+https://github.com/rust-lang/crates.io-index"
 2182checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2183dependencies = [
 2184 "allocator-api2",
 2185]
 2186
 2187[[package]]
 2188name = "by_address"
 2189version = "1.2.1"
 2190source = "registry+https://github.com/rust-lang/crates.io-index"
 2191checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2192
 2193[[package]]
 2194name = "bytecheck"
 2195version = "0.6.12"
 2196source = "registry+https://github.com/rust-lang/crates.io-index"
 2197checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2198dependencies = [
 2199 "bytecheck_derive",
 2200 "ptr_meta",
 2201 "simdutf8",
 2202]
 2203
 2204[[package]]
 2205name = "bytecheck_derive"
 2206version = "0.6.12"
 2207source = "registry+https://github.com/rust-lang/crates.io-index"
 2208checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2209dependencies = [
 2210 "proc-macro2",
 2211 "quote",
 2212 "syn 1.0.109",
 2213]
 2214
 2215[[package]]
 2216name = "bytecount"
 2217version = "0.6.9"
 2218source = "registry+https://github.com/rust-lang/crates.io-index"
 2219checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2220
 2221[[package]]
 2222name = "bytemuck"
 2223version = "1.24.0"
 2224source = "registry+https://github.com/rust-lang/crates.io-index"
 2225checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2226dependencies = [
 2227 "bytemuck_derive",
 2228]
 2229
 2230[[package]]
 2231name = "bytemuck_derive"
 2232version = "1.10.2"
 2233source = "registry+https://github.com/rust-lang/crates.io-index"
 2234checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2235dependencies = [
 2236 "proc-macro2",
 2237 "quote",
 2238 "syn 2.0.117",
 2239]
 2240
 2241[[package]]
 2242name = "byteorder"
 2243version = "1.5.0"
 2244source = "registry+https://github.com/rust-lang/crates.io-index"
 2245checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2246
 2247[[package]]
 2248name = "byteorder-lite"
 2249version = "0.1.0"
 2250source = "registry+https://github.com/rust-lang/crates.io-index"
 2251checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2252
 2253[[package]]
 2254name = "bytes"
 2255version = "0.4.12"
 2256source = "registry+https://github.com/rust-lang/crates.io-index"
 2257checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2258dependencies = [
 2259 "byteorder",
 2260 "iovec",
 2261]
 2262
 2263[[package]]
 2264name = "bytes"
 2265version = "1.11.1"
 2266source = "registry+https://github.com/rust-lang/crates.io-index"
 2267checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2268
 2269[[package]]
 2270name = "bytes-utils"
 2271version = "0.1.4"
 2272source = "registry+https://github.com/rust-lang/crates.io-index"
 2273checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2274dependencies = [
 2275 "bytes 1.11.1",
 2276 "either",
 2277]
 2278
 2279[[package]]
 2280name = "bzip2"
 2281version = "0.4.4"
 2282source = "registry+https://github.com/rust-lang/crates.io-index"
 2283checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2284dependencies = [
 2285 "bzip2-sys",
 2286 "libc",
 2287]
 2288
 2289[[package]]
 2290name = "bzip2"
 2291version = "0.6.1"
 2292source = "registry+https://github.com/rust-lang/crates.io-index"
 2293checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2294dependencies = [
 2295 "libbz2-rs-sys",
 2296]
 2297
 2298[[package]]
 2299name = "bzip2-sys"
 2300version = "0.1.13+1.0.8"
 2301source = "registry+https://github.com/rust-lang/crates.io-index"
 2302checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2303dependencies = [
 2304 "cc",
 2305 "pkg-config",
 2306]
 2307
 2308[[package]]
 2309name = "cached"
 2310version = "0.56.0"
 2311source = "registry+https://github.com/rust-lang/crates.io-index"
 2312checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2313dependencies = [
 2314 "ahash 0.8.12",
 2315 "cached_proc_macro",
 2316 "cached_proc_macro_types",
 2317 "hashbrown 0.15.5",
 2318 "once_cell",
 2319 "thiserror 2.0.17",
 2320 "web-time",
 2321]
 2322
 2323[[package]]
 2324name = "cached_proc_macro"
 2325version = "0.25.0"
 2326source = "registry+https://github.com/rust-lang/crates.io-index"
 2327checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2328dependencies = [
 2329 "darling 0.20.11",
 2330 "proc-macro2",
 2331 "quote",
 2332 "syn 2.0.117",
 2333]
 2334
 2335[[package]]
 2336name = "cached_proc_macro_types"
 2337version = "0.1.1"
 2338source = "registry+https://github.com/rust-lang/crates.io-index"
 2339checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2340
 2341[[package]]
 2342name = "call"
 2343version = "0.1.0"
 2344dependencies = [
 2345 "anyhow",
 2346 "audio",
 2347 "client",
 2348 "collections",
 2349 "feature_flags",
 2350 "fs",
 2351 "futures 0.3.31",
 2352 "gpui",
 2353 "gpui_tokio",
 2354 "language",
 2355 "livekit_client",
 2356 "log",
 2357 "postage",
 2358 "project",
 2359 "serde",
 2360 "settings",
 2361 "telemetry",
 2362 "util",
 2363 "workspace",
 2364]
 2365
 2366[[package]]
 2367name = "calloop"
 2368version = "0.14.3"
 2369source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2370dependencies = [
 2371 "bitflags 2.10.0",
 2372 "polling",
 2373 "rustix 1.1.2",
 2374 "slab",
 2375 "tracing",
 2376]
 2377
 2378[[package]]
 2379name = "calloop-wayland-source"
 2380version = "0.4.1"
 2381source = "registry+https://github.com/rust-lang/crates.io-index"
 2382checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2383dependencies = [
 2384 "calloop",
 2385 "rustix 1.1.2",
 2386 "wayland-backend",
 2387 "wayland-client",
 2388]
 2389
 2390[[package]]
 2391name = "camino"
 2392version = "1.2.1"
 2393source = "registry+https://github.com/rust-lang/crates.io-index"
 2394checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2395dependencies = [
 2396 "serde_core",
 2397]
 2398
 2399[[package]]
 2400name = "candle-core"
 2401version = "0.9.1"
 2402source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2403dependencies = [
 2404 "byteorder",
 2405 "float8",
 2406 "gemm 0.17.1",
 2407 "half",
 2408 "memmap2",
 2409 "num-traits",
 2410 "num_cpus",
 2411 "rand 0.9.2",
 2412 "rand_distr",
 2413 "rayon",
 2414 "safetensors",
 2415 "thiserror 1.0.69",
 2416 "ug",
 2417 "yoke 0.7.5",
 2418 "zip 1.1.4",
 2419]
 2420
 2421[[package]]
 2422name = "candle-nn"
 2423version = "0.9.1"
 2424source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2425dependencies = [
 2426 "candle-core",
 2427 "half",
 2428 "libc",
 2429 "num-traits",
 2430 "rayon",
 2431 "safetensors",
 2432 "serde",
 2433 "thiserror 1.0.69",
 2434]
 2435
 2436[[package]]
 2437name = "candle-onnx"
 2438version = "0.9.1"
 2439source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2440dependencies = [
 2441 "candle-core",
 2442 "candle-nn",
 2443 "prost 0.12.6",
 2444]
 2445
 2446[[package]]
 2447name = "cap-fs-ext"
 2448version = "3.4.4"
 2449source = "registry+https://github.com/rust-lang/crates.io-index"
 2450checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2451dependencies = [
 2452 "cap-primitives",
 2453 "cap-std",
 2454 "io-lifetimes",
 2455 "windows-sys 0.59.0",
 2456]
 2457
 2458[[package]]
 2459name = "cap-net-ext"
 2460version = "3.4.4"
 2461source = "registry+https://github.com/rust-lang/crates.io-index"
 2462checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2463dependencies = [
 2464 "cap-primitives",
 2465 "cap-std",
 2466 "rustix 1.1.2",
 2467 "smallvec",
 2468]
 2469
 2470[[package]]
 2471name = "cap-primitives"
 2472version = "3.4.4"
 2473source = "registry+https://github.com/rust-lang/crates.io-index"
 2474checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2475dependencies = [
 2476 "ambient-authority",
 2477 "fs-set-times",
 2478 "io-extras",
 2479 "io-lifetimes",
 2480 "ipnet",
 2481 "maybe-owned",
 2482 "rustix 1.1.2",
 2483 "rustix-linux-procfs",
 2484 "windows-sys 0.59.0",
 2485 "winx",
 2486]
 2487
 2488[[package]]
 2489name = "cap-rand"
 2490version = "3.4.4"
 2491source = "registry+https://github.com/rust-lang/crates.io-index"
 2492checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2493dependencies = [
 2494 "ambient-authority",
 2495 "rand 0.8.5",
 2496]
 2497
 2498[[package]]
 2499name = "cap-std"
 2500version = "3.4.4"
 2501source = "registry+https://github.com/rust-lang/crates.io-index"
 2502checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2503dependencies = [
 2504 "cap-primitives",
 2505 "io-extras",
 2506 "io-lifetimes",
 2507 "rustix 1.1.2",
 2508]
 2509
 2510[[package]]
 2511name = "cap-time-ext"
 2512version = "3.4.4"
 2513source = "registry+https://github.com/rust-lang/crates.io-index"
 2514checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2515dependencies = [
 2516 "ambient-authority",
 2517 "cap-primitives",
 2518 "iana-time-zone",
 2519 "once_cell",
 2520 "rustix 1.1.2",
 2521 "winx",
 2522]
 2523
 2524[[package]]
 2525name = "cargo-platform"
 2526version = "0.1.9"
 2527source = "registry+https://github.com/rust-lang/crates.io-index"
 2528checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2529dependencies = [
 2530 "serde",
 2531]
 2532
 2533[[package]]
 2534name = "cargo_metadata"
 2535version = "0.19.2"
 2536source = "registry+https://github.com/rust-lang/crates.io-index"
 2537checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2538dependencies = [
 2539 "camino",
 2540 "cargo-platform",
 2541 "semver",
 2542 "serde",
 2543 "serde_json",
 2544 "thiserror 2.0.17",
 2545]
 2546
 2547[[package]]
 2548name = "cargo_toml"
 2549version = "0.21.0"
 2550source = "registry+https://github.com/rust-lang/crates.io-index"
 2551checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2552dependencies = [
 2553 "serde",
 2554 "toml 0.8.23",
 2555]
 2556
 2557[[package]]
 2558name = "cast"
 2559version = "0.3.0"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2562
 2563[[package]]
 2564name = "cbc"
 2565version = "0.1.2"
 2566source = "registry+https://github.com/rust-lang/crates.io-index"
 2567checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2568dependencies = [
 2569 "cipher",
 2570]
 2571
 2572[[package]]
 2573name = "cbindgen"
 2574version = "0.28.0"
 2575source = "registry+https://github.com/rust-lang/crates.io-index"
 2576checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2577dependencies = [
 2578 "heck 0.4.1",
 2579 "indexmap",
 2580 "log",
 2581 "proc-macro2",
 2582 "quote",
 2583 "serde",
 2584 "serde_json",
 2585 "syn 2.0.117",
 2586 "tempfile",
 2587 "toml 0.8.23",
 2588]
 2589
 2590[[package]]
 2591name = "cc"
 2592version = "1.2.49"
 2593source = "registry+https://github.com/rust-lang/crates.io-index"
 2594checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2595dependencies = [
 2596 "find-msvc-tools",
 2597 "jobserver",
 2598 "libc",
 2599 "shlex",
 2600]
 2601
 2602[[package]]
 2603name = "cesu8"
 2604version = "1.1.0"
 2605source = "registry+https://github.com/rust-lang/crates.io-index"
 2606checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2607
 2608[[package]]
 2609name = "cexpr"
 2610version = "0.6.0"
 2611source = "registry+https://github.com/rust-lang/crates.io-index"
 2612checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2613dependencies = [
 2614 "nom 7.1.3",
 2615]
 2616
 2617[[package]]
 2618name = "cfg-expr"
 2619version = "0.15.8"
 2620source = "registry+https://github.com/rust-lang/crates.io-index"
 2621checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2622dependencies = [
 2623 "smallvec",
 2624 "target-lexicon 0.12.16",
 2625]
 2626
 2627[[package]]
 2628name = "cfg-expr"
 2629version = "0.20.6"
 2630source = "registry+https://github.com/rust-lang/crates.io-index"
 2631checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2632dependencies = [
 2633 "smallvec",
 2634 "target-lexicon 0.13.3",
 2635]
 2636
 2637[[package]]
 2638name = "cfg-if"
 2639version = "1.0.4"
 2640source = "registry+https://github.com/rust-lang/crates.io-index"
 2641checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2642
 2643[[package]]
 2644name = "cfg_aliases"
 2645version = "0.1.1"
 2646source = "registry+https://github.com/rust-lang/crates.io-index"
 2647checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2648
 2649[[package]]
 2650name = "cfg_aliases"
 2651version = "0.2.1"
 2652source = "registry+https://github.com/rust-lang/crates.io-index"
 2653checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2654
 2655[[package]]
 2656name = "cgl"
 2657version = "0.3.2"
 2658source = "registry+https://github.com/rust-lang/crates.io-index"
 2659checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2660dependencies = [
 2661 "libc",
 2662]
 2663
 2664[[package]]
 2665name = "channel"
 2666version = "0.1.0"
 2667dependencies = [
 2668 "anyhow",
 2669 "client",
 2670 "clock",
 2671 "collections",
 2672 "futures 0.3.31",
 2673 "gpui",
 2674 "http_client",
 2675 "language",
 2676 "log",
 2677 "postage",
 2678 "release_channel",
 2679 "rpc",
 2680 "semver",
 2681 "settings",
 2682 "text",
 2683 "time",
 2684 "util",
 2685]
 2686
 2687[[package]]
 2688name = "chardetng"
 2689version = "0.1.17"
 2690source = "registry+https://github.com/rust-lang/crates.io-index"
 2691checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2692dependencies = [
 2693 "cfg-if",
 2694 "encoding_rs",
 2695 "memchr",
 2696]
 2697
 2698[[package]]
 2699name = "chrono"
 2700version = "0.4.42"
 2701source = "registry+https://github.com/rust-lang/crates.io-index"
 2702checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2703dependencies = [
 2704 "iana-time-zone",
 2705 "js-sys",
 2706 "num-traits",
 2707 "serde",
 2708 "wasm-bindgen",
 2709 "windows-link 0.2.1",
 2710]
 2711
 2712[[package]]
 2713name = "chunked_transfer"
 2714version = "1.5.0"
 2715source = "registry+https://github.com/rust-lang/crates.io-index"
 2716checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2717
 2718[[package]]
 2719name = "ciborium"
 2720version = "0.2.2"
 2721source = "registry+https://github.com/rust-lang/crates.io-index"
 2722checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2723dependencies = [
 2724 "ciborium-io",
 2725 "ciborium-ll",
 2726 "serde",
 2727]
 2728
 2729[[package]]
 2730name = "ciborium-io"
 2731version = "0.2.2"
 2732source = "registry+https://github.com/rust-lang/crates.io-index"
 2733checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2734
 2735[[package]]
 2736name = "ciborium-ll"
 2737version = "0.2.2"
 2738source = "registry+https://github.com/rust-lang/crates.io-index"
 2739checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2740dependencies = [
 2741 "ciborium-io",
 2742 "half",
 2743]
 2744
 2745[[package]]
 2746name = "cipher"
 2747version = "0.4.4"
 2748source = "registry+https://github.com/rust-lang/crates.io-index"
 2749checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2750dependencies = [
 2751 "crypto-common",
 2752 "inout",
 2753 "zeroize",
 2754]
 2755
 2756[[package]]
 2757name = "circular-buffer"
 2758version = "1.2.0"
 2759source = "registry+https://github.com/rust-lang/crates.io-index"
 2760checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2761
 2762[[package]]
 2763name = "clang-sys"
 2764version = "1.8.1"
 2765source = "registry+https://github.com/rust-lang/crates.io-index"
 2766checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2767dependencies = [
 2768 "glob",
 2769 "libc",
 2770 "libloading",
 2771]
 2772
 2773[[package]]
 2774name = "clap"
 2775version = "4.5.49"
 2776source = "registry+https://github.com/rust-lang/crates.io-index"
 2777checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2778dependencies = [
 2779 "clap_builder",
 2780 "clap_derive",
 2781]
 2782
 2783[[package]]
 2784name = "clap_builder"
 2785version = "4.5.49"
 2786source = "registry+https://github.com/rust-lang/crates.io-index"
 2787checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2788dependencies = [
 2789 "anstream",
 2790 "anstyle",
 2791 "clap_lex",
 2792 "strsim",
 2793 "terminal_size",
 2794]
 2795
 2796[[package]]
 2797name = "clap_complete"
 2798version = "4.5.59"
 2799source = "registry+https://github.com/rust-lang/crates.io-index"
 2800checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2801dependencies = [
 2802 "clap",
 2803]
 2804
 2805[[package]]
 2806name = "clap_derive"
 2807version = "4.5.49"
 2808source = "registry+https://github.com/rust-lang/crates.io-index"
 2809checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2810dependencies = [
 2811 "heck 0.5.0",
 2812 "proc-macro2",
 2813 "quote",
 2814 "syn 2.0.117",
 2815]
 2816
 2817[[package]]
 2818name = "clap_lex"
 2819version = "0.7.6"
 2820source = "registry+https://github.com/rust-lang/crates.io-index"
 2821checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2822
 2823[[package]]
 2824name = "cli"
 2825version = "0.1.0"
 2826dependencies = [
 2827 "anyhow",
 2828 "askpass",
 2829 "clap",
 2830 "collections",
 2831 "core-foundation 0.10.0",
 2832 "core-services",
 2833 "exec",
 2834 "fork",
 2835 "ipc-channel",
 2836 "parking_lot",
 2837 "paths",
 2838 "plist",
 2839 "rayon",
 2840 "release_channel",
 2841 "serde",
 2842 "serde_json",
 2843 "tempfile",
 2844 "util",
 2845 "walkdir",
 2846 "windows 0.61.3",
 2847]
 2848
 2849[[package]]
 2850name = "client"
 2851version = "0.1.0"
 2852dependencies = [
 2853 "anyhow",
 2854 "async-tungstenite",
 2855 "base64 0.22.1",
 2856 "chrono",
 2857 "clock",
 2858 "cloud_api_client",
 2859 "cloud_llm_client",
 2860 "collections",
 2861 "credentials_provider",
 2862 "db",
 2863 "derive_more",
 2864 "feature_flags",
 2865 "fs",
 2866 "futures 0.3.31",
 2867 "gpui",
 2868 "gpui_tokio",
 2869 "http_client",
 2870 "http_client_tls",
 2871 "httparse",
 2872 "log",
 2873 "objc2-foundation",
 2874 "parking_lot",
 2875 "paths",
 2876 "postage",
 2877 "rand 0.9.2",
 2878 "regex",
 2879 "release_channel",
 2880 "rpc",
 2881 "rustls-pki-types",
 2882 "semver",
 2883 "serde",
 2884 "serde_json",
 2885 "serde_urlencoded",
 2886 "settings",
 2887 "sha2",
 2888 "smol",
 2889 "telemetry",
 2890 "telemetry_events",
 2891 "text",
 2892 "thiserror 2.0.17",
 2893 "time",
 2894 "tiny_http",
 2895 "tokio",
 2896 "tokio-native-tls",
 2897 "tokio-rustls 0.26.2",
 2898 "tokio-socks",
 2899 "url",
 2900 "util",
 2901 "windows 0.61.3",
 2902 "worktree",
 2903]
 2904
 2905[[package]]
 2906name = "clock"
 2907version = "0.1.0"
 2908dependencies = [
 2909 "parking_lot",
 2910 "serde",
 2911 "smallvec",
 2912]
 2913
 2914[[package]]
 2915name = "cloud_api_client"
 2916version = "0.1.0"
 2917dependencies = [
 2918 "anyhow",
 2919 "cloud_api_types",
 2920 "futures 0.3.31",
 2921 "gpui",
 2922 "gpui_tokio",
 2923 "http_client",
 2924 "parking_lot",
 2925 "serde_json",
 2926 "thiserror 2.0.17",
 2927 "yawc",
 2928]
 2929
 2930[[package]]
 2931name = "cloud_api_types"
 2932version = "0.1.0"
 2933dependencies = [
 2934 "anyhow",
 2935 "chrono",
 2936 "ciborium",
 2937 "cloud_llm_client",
 2938 "pretty_assertions",
 2939 "serde",
 2940 "serde_json",
 2941 "strum 0.27.2",
 2942]
 2943
 2944[[package]]
 2945name = "cloud_llm_client"
 2946version = "0.1.0"
 2947dependencies = [
 2948 "anyhow",
 2949 "serde",
 2950 "serde_json",
 2951 "strum 0.27.2",
 2952 "uuid",
 2953 "zeta_prompt",
 2954]
 2955
 2956[[package]]
 2957name = "cmake"
 2958version = "0.1.56"
 2959source = "registry+https://github.com/rust-lang/crates.io-index"
 2960checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 2961dependencies = [
 2962 "cc",
 2963]
 2964
 2965[[package]]
 2966name = "cobs"
 2967version = "0.3.0"
 2968source = "registry+https://github.com/rust-lang/crates.io-index"
 2969checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 2970dependencies = [
 2971 "thiserror 2.0.17",
 2972]
 2973
 2974[[package]]
 2975name = "cocoa"
 2976version = "0.25.0"
 2977source = "registry+https://github.com/rust-lang/crates.io-index"
 2978checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2979dependencies = [
 2980 "bitflags 1.3.2",
 2981 "block",
 2982 "cocoa-foundation 0.1.2",
 2983 "core-foundation 0.9.4",
 2984 "core-graphics 0.23.2",
 2985 "foreign-types 0.5.0",
 2986 "libc",
 2987 "objc",
 2988]
 2989
 2990[[package]]
 2991name = "cocoa"
 2992version = "0.26.0"
 2993source = "registry+https://github.com/rust-lang/crates.io-index"
 2994checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2995dependencies = [
 2996 "bitflags 2.10.0",
 2997 "block",
 2998 "cocoa-foundation 0.2.0",
 2999 "core-foundation 0.10.0",
 3000 "core-graphics 0.24.0",
 3001 "foreign-types 0.5.0",
 3002 "libc",
 3003 "objc",
 3004]
 3005
 3006[[package]]
 3007name = "cocoa-foundation"
 3008version = "0.1.2"
 3009source = "registry+https://github.com/rust-lang/crates.io-index"
 3010checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3011dependencies = [
 3012 "bitflags 1.3.2",
 3013 "block",
 3014 "core-foundation 0.9.4",
 3015 "core-graphics-types 0.1.3",
 3016 "libc",
 3017 "objc",
 3018]
 3019
 3020[[package]]
 3021name = "cocoa-foundation"
 3022version = "0.2.0"
 3023source = "registry+https://github.com/rust-lang/crates.io-index"
 3024checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3025dependencies = [
 3026 "bitflags 2.10.0",
 3027 "block",
 3028 "core-foundation 0.10.0",
 3029 "core-graphics-types 0.2.0",
 3030 "libc",
 3031 "objc",
 3032]
 3033
 3034[[package]]
 3035name = "codespan-reporting"
 3036version = "0.13.0"
 3037source = "registry+https://github.com/rust-lang/crates.io-index"
 3038checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3039dependencies = [
 3040 "serde",
 3041 "termcolor",
 3042 "unicode-width",
 3043]
 3044
 3045[[package]]
 3046name = "codestral"
 3047version = "0.1.0"
 3048dependencies = [
 3049 "anyhow",
 3050 "edit_prediction",
 3051 "edit_prediction_types",
 3052 "futures 0.3.31",
 3053 "gpui",
 3054 "http_client",
 3055 "icons",
 3056 "language",
 3057 "language_model",
 3058 "log",
 3059 "serde",
 3060 "serde_json",
 3061 "text",
 3062 "zeta_prompt",
 3063]
 3064
 3065[[package]]
 3066name = "collab"
 3067version = "0.44.0"
 3068dependencies = [
 3069 "agent",
 3070 "anyhow",
 3071 "async-trait",
 3072 "async-tungstenite",
 3073 "aws-config",
 3074 "aws-sdk-kinesis",
 3075 "aws-sdk-s3",
 3076 "axum",
 3077 "buffer_diff",
 3078 "call",
 3079 "channel",
 3080 "chrono",
 3081 "client",
 3082 "clock",
 3083 "cloud_api_types",
 3084 "collab",
 3085 "collab_ui",
 3086 "collections",
 3087 "command_palette_hooks",
 3088 "ctor",
 3089 "dap",
 3090 "dap_adapters",
 3091 "dashmap",
 3092 "debugger_ui",
 3093 "editor",
 3094 "envy",
 3095 "extension",
 3096 "file_finder",
 3097 "fs",
 3098 "futures 0.3.31",
 3099 "git",
 3100 "git_hosting_providers",
 3101 "git_ui",
 3102 "gpui",
 3103 "gpui_tokio",
 3104 "hex",
 3105 "http_client",
 3106 "indoc",
 3107 "language",
 3108 "language_model",
 3109 "livekit_api",
 3110 "livekit_client",
 3111 "log",
 3112 "lsp",
 3113 "menu",
 3114 "multi_buffer",
 3115 "nanoid",
 3116 "node_runtime",
 3117 "notifications",
 3118 "parking_lot",
 3119 "pretty_assertions",
 3120 "project",
 3121 "prometheus",
 3122 "prompt_store",
 3123 "prost 0.9.0",
 3124 "rand 0.9.2",
 3125 "recent_projects",
 3126 "release_channel",
 3127 "remote",
 3128 "remote_server",
 3129 "reqwest 0.11.27",
 3130 "rpc",
 3131 "sea-orm",
 3132 "sea-orm-macros",
 3133 "semver",
 3134 "serde",
 3135 "serde_json",
 3136 "session",
 3137 "settings",
 3138 "sha2",
 3139 "smol",
 3140 "sqlx",
 3141 "strum 0.27.2",
 3142 "task",
 3143 "telemetry_events",
 3144 "text",
 3145 "theme",
 3146 "theme_settings",
 3147 "time",
 3148 "tokio",
 3149 "toml 0.8.23",
 3150 "tower 0.4.13",
 3151 "tower-http 0.4.4",
 3152 "tracing",
 3153 "tracing-subscriber",
 3154 "unindent",
 3155 "util",
 3156 "uuid",
 3157 "workspace",
 3158 "worktree",
 3159 "zed_actions",
 3160 "zlog",
 3161]
 3162
 3163[[package]]
 3164name = "collab_ui"
 3165version = "0.1.0"
 3166dependencies = [
 3167 "anyhow",
 3168 "call",
 3169 "channel",
 3170 "chrono",
 3171 "client",
 3172 "collections",
 3173 "db",
 3174 "editor",
 3175 "futures 0.3.31",
 3176 "fuzzy",
 3177 "gpui",
 3178 "livekit_client",
 3179 "log",
 3180 "menu",
 3181 "notifications",
 3182 "picker",
 3183 "project",
 3184 "release_channel",
 3185 "rpc",
 3186 "serde",
 3187 "serde_json",
 3188 "settings",
 3189 "smallvec",
 3190 "telemetry",
 3191 "theme",
 3192 "theme_settings",
 3193 "time",
 3194 "time_format",
 3195 "title_bar",
 3196 "ui",
 3197 "util",
 3198 "workspace",
 3199 "zed_actions",
 3200]
 3201
 3202[[package]]
 3203name = "collections"
 3204version = "0.1.0"
 3205dependencies = [
 3206 "indexmap",
 3207 "rustc-hash 2.1.1",
 3208]
 3209
 3210[[package]]
 3211name = "color_quant"
 3212version = "1.1.0"
 3213source = "registry+https://github.com/rust-lang/crates.io-index"
 3214checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3215
 3216[[package]]
 3217name = "colorchoice"
 3218version = "1.0.4"
 3219source = "registry+https://github.com/rust-lang/crates.io-index"
 3220checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3221
 3222[[package]]
 3223name = "combine"
 3224version = "4.6.7"
 3225source = "registry+https://github.com/rust-lang/crates.io-index"
 3226checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3227dependencies = [
 3228 "bytes 1.11.1",
 3229 "memchr",
 3230]
 3231
 3232[[package]]
 3233name = "command-fds"
 3234version = "0.3.2"
 3235source = "registry+https://github.com/rust-lang/crates.io-index"
 3236checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3237dependencies = [
 3238 "nix 0.30.1",
 3239 "thiserror 2.0.17",
 3240]
 3241
 3242[[package]]
 3243name = "command_palette"
 3244version = "0.1.0"
 3245dependencies = [
 3246 "anyhow",
 3247 "client",
 3248 "collections",
 3249 "command_palette_hooks",
 3250 "db",
 3251 "editor",
 3252 "fuzzy",
 3253 "go_to_line",
 3254 "gpui",
 3255 "language",
 3256 "log",
 3257 "menu",
 3258 "picker",
 3259 "postage",
 3260 "project",
 3261 "serde",
 3262 "settings",
 3263 "telemetry",
 3264 "theme",
 3265 "theme_settings",
 3266 "time",
 3267 "ui",
 3268 "util",
 3269 "workspace",
 3270 "zed_actions",
 3271]
 3272
 3273[[package]]
 3274name = "command_palette_hooks"
 3275version = "0.1.0"
 3276dependencies = [
 3277 "collections",
 3278 "derive_more",
 3279 "gpui",
 3280 "workspace",
 3281]
 3282
 3283[[package]]
 3284name = "component"
 3285version = "0.1.0"
 3286dependencies = [
 3287 "collections",
 3288 "documented",
 3289 "gpui",
 3290 "inventory",
 3291 "parking_lot",
 3292 "strum 0.27.2",
 3293 "theme",
 3294]
 3295
 3296[[package]]
 3297name = "component_preview"
 3298version = "0.1.0"
 3299dependencies = [
 3300 "anyhow",
 3301 "client",
 3302 "collections",
 3303 "component",
 3304 "db",
 3305 "fs",
 3306 "gpui",
 3307 "gpui_platform",
 3308 "language",
 3309 "log",
 3310 "node_runtime",
 3311 "notifications",
 3312 "project",
 3313 "release_channel",
 3314 "reqwest_client",
 3315 "session",
 3316 "settings",
 3317 "theme",
 3318 "theme_settings",
 3319 "ui",
 3320 "ui_input",
 3321 "uuid",
 3322 "workspace",
 3323]
 3324
 3325[[package]]
 3326name = "compression-codecs"
 3327version = "0.4.31"
 3328source = "registry+https://github.com/rust-lang/crates.io-index"
 3329checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3330dependencies = [
 3331 "bzip2 0.6.1",
 3332 "compression-core",
 3333 "deflate64",
 3334 "flate2",
 3335 "memchr",
 3336]
 3337
 3338[[package]]
 3339name = "compression-core"
 3340version = "0.4.29"
 3341source = "registry+https://github.com/rust-lang/crates.io-index"
 3342checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3343
 3344[[package]]
 3345name = "concurrent-queue"
 3346version = "2.5.0"
 3347source = "registry+https://github.com/rust-lang/crates.io-index"
 3348checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3349dependencies = [
 3350 "crossbeam-utils",
 3351]
 3352
 3353[[package]]
 3354name = "console"
 3355version = "0.15.11"
 3356source = "registry+https://github.com/rust-lang/crates.io-index"
 3357checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3358dependencies = [
 3359 "encode_unicode",
 3360 "libc",
 3361 "once_cell",
 3362 "unicode-width",
 3363 "windows-sys 0.59.0",
 3364]
 3365
 3366[[package]]
 3367name = "console_error_panic_hook"
 3368version = "0.1.7"
 3369source = "registry+https://github.com/rust-lang/crates.io-index"
 3370checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3371dependencies = [
 3372 "cfg-if",
 3373 "wasm-bindgen",
 3374]
 3375
 3376[[package]]
 3377name = "const-oid"
 3378version = "0.9.6"
 3379source = "registry+https://github.com/rust-lang/crates.io-index"
 3380checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3381
 3382[[package]]
 3383name = "const-random"
 3384version = "0.1.18"
 3385source = "registry+https://github.com/rust-lang/crates.io-index"
 3386checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3387dependencies = [
 3388 "const-random-macro",
 3389]
 3390
 3391[[package]]
 3392name = "const-random-macro"
 3393version = "0.1.16"
 3394source = "registry+https://github.com/rust-lang/crates.io-index"
 3395checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3396dependencies = [
 3397 "getrandom 0.2.16",
 3398 "once_cell",
 3399 "tiny-keccak",
 3400]
 3401
 3402[[package]]
 3403name = "const_format"
 3404version = "0.2.35"
 3405source = "registry+https://github.com/rust-lang/crates.io-index"
 3406checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3407dependencies = [
 3408 "const_format_proc_macros",
 3409]
 3410
 3411[[package]]
 3412name = "const_format_proc_macros"
 3413version = "0.2.34"
 3414source = "registry+https://github.com/rust-lang/crates.io-index"
 3415checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3416dependencies = [
 3417 "proc-macro2",
 3418 "quote",
 3419 "unicode-xid",
 3420]
 3421
 3422[[package]]
 3423name = "constant_time_eq"
 3424version = "0.1.5"
 3425source = "registry+https://github.com/rust-lang/crates.io-index"
 3426checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3427
 3428[[package]]
 3429name = "context_server"
 3430version = "0.1.0"
 3431dependencies = [
 3432 "anyhow",
 3433 "async-trait",
 3434 "base64 0.22.1",
 3435 "collections",
 3436 "futures 0.3.31",
 3437 "gpui",
 3438 "http_client",
 3439 "log",
 3440 "net",
 3441 "parking_lot",
 3442 "postage",
 3443 "rand 0.9.2",
 3444 "schemars",
 3445 "serde",
 3446 "serde_json",
 3447 "settings",
 3448 "sha2",
 3449 "slotmap",
 3450 "smol",
 3451 "tempfile",
 3452 "terminal",
 3453 "tiny_http",
 3454 "url",
 3455 "util",
 3456]
 3457
 3458[[package]]
 3459name = "convert_case"
 3460version = "0.8.0"
 3461source = "registry+https://github.com/rust-lang/crates.io-index"
 3462checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3463dependencies = [
 3464 "unicode-segmentation",
 3465]
 3466
 3467[[package]]
 3468name = "convert_case"
 3469version = "0.10.0"
 3470source = "registry+https://github.com/rust-lang/crates.io-index"
 3471checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3472dependencies = [
 3473 "unicode-segmentation",
 3474]
 3475
 3476[[package]]
 3477name = "convert_case"
 3478version = "0.11.0"
 3479source = "registry+https://github.com/rust-lang/crates.io-index"
 3480checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3481dependencies = [
 3482 "unicode-segmentation",
 3483]
 3484
 3485[[package]]
 3486name = "copilot"
 3487version = "0.1.0"
 3488dependencies = [
 3489 "anyhow",
 3490 "async-std",
 3491 "collections",
 3492 "command_palette_hooks",
 3493 "copilot_chat",
 3494 "edit_prediction_types",
 3495 "editor",
 3496 "fs",
 3497 "futures 0.3.31",
 3498 "gpui",
 3499 "icons",
 3500 "indoc",
 3501 "language",
 3502 "log",
 3503 "lsp",
 3504 "node_runtime",
 3505 "parking_lot",
 3506 "paths",
 3507 "pretty_assertions",
 3508 "project",
 3509 "rpc",
 3510 "semver",
 3511 "serde",
 3512 "serde_json",
 3513 "settings",
 3514 "sum_tree",
 3515 "theme",
 3516 "theme_settings",
 3517 "util",
 3518 "workspace",
 3519 "zlog",
 3520]
 3521
 3522[[package]]
 3523name = "copilot_chat"
 3524version = "0.1.0"
 3525dependencies = [
 3526 "anthropic",
 3527 "anyhow",
 3528 "collections",
 3529 "dirs 4.0.0",
 3530 "fs",
 3531 "futures 0.3.31",
 3532 "gpui",
 3533 "http_client",
 3534 "log",
 3535 "paths",
 3536 "serde",
 3537 "serde_json",
 3538 "settings",
 3539]
 3540
 3541[[package]]
 3542name = "copilot_ui"
 3543version = "0.1.0"
 3544dependencies = [
 3545 "anyhow",
 3546 "copilot",
 3547 "gpui",
 3548 "language",
 3549 "log",
 3550 "lsp",
 3551 "menu",
 3552 "project",
 3553 "serde_json",
 3554 "settings",
 3555 "ui",
 3556 "util",
 3557 "workspace",
 3558]
 3559
 3560[[package]]
 3561name = "core-foundation"
 3562version = "0.9.4"
 3563source = "registry+https://github.com/rust-lang/crates.io-index"
 3564checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3565dependencies = [
 3566 "core-foundation-sys",
 3567 "libc",
 3568]
 3569
 3570[[package]]
 3571name = "core-foundation"
 3572version = "0.10.0"
 3573source = "registry+https://github.com/rust-lang/crates.io-index"
 3574checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3575dependencies = [
 3576 "core-foundation-sys",
 3577 "libc",
 3578]
 3579
 3580[[package]]
 3581name = "core-foundation-sys"
 3582version = "0.8.7"
 3583source = "registry+https://github.com/rust-lang/crates.io-index"
 3584checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3585
 3586[[package]]
 3587name = "core-graphics"
 3588version = "0.23.2"
 3589source = "registry+https://github.com/rust-lang/crates.io-index"
 3590checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3591dependencies = [
 3592 "bitflags 1.3.2",
 3593 "core-foundation 0.9.4",
 3594 "core-graphics-types 0.1.3",
 3595 "foreign-types 0.5.0",
 3596 "libc",
 3597]
 3598
 3599[[package]]
 3600name = "core-graphics"
 3601version = "0.24.0"
 3602source = "registry+https://github.com/rust-lang/crates.io-index"
 3603checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3604dependencies = [
 3605 "bitflags 2.10.0",
 3606 "core-foundation 0.10.0",
 3607 "core-graphics-types 0.2.0",
 3608 "foreign-types 0.5.0",
 3609 "libc",
 3610]
 3611
 3612[[package]]
 3613name = "core-graphics-helmer-fork"
 3614version = "0.24.0"
 3615source = "registry+https://github.com/rust-lang/crates.io-index"
 3616checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3617dependencies = [
 3618 "bitflags 2.10.0",
 3619 "core-foundation 0.9.4",
 3620 "core-graphics-types 0.1.3",
 3621 "foreign-types 0.5.0",
 3622 "libc",
 3623]
 3624
 3625[[package]]
 3626name = "core-graphics-types"
 3627version = "0.1.3"
 3628source = "registry+https://github.com/rust-lang/crates.io-index"
 3629checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3630dependencies = [
 3631 "bitflags 1.3.2",
 3632 "core-foundation 0.9.4",
 3633 "libc",
 3634]
 3635
 3636[[package]]
 3637name = "core-graphics-types"
 3638version = "0.2.0"
 3639source = "registry+https://github.com/rust-lang/crates.io-index"
 3640checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3641dependencies = [
 3642 "bitflags 2.10.0",
 3643 "core-foundation 0.10.0",
 3644 "libc",
 3645]
 3646
 3647[[package]]
 3648name = "core-graphics2"
 3649version = "0.5.2"
 3650source = "registry+https://github.com/rust-lang/crates.io-index"
 3651checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3652dependencies = [
 3653 "bitflags 2.10.0",
 3654 "block",
 3655 "cfg-if",
 3656 "core-foundation 0.10.0",
 3657 "libc",
 3658]
 3659
 3660[[package]]
 3661name = "core-services"
 3662version = "0.2.1"
 3663source = "registry+https://github.com/rust-lang/crates.io-index"
 3664checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3665dependencies = [
 3666 "core-foundation 0.9.4",
 3667]
 3668
 3669[[package]]
 3670name = "core-text"
 3671version = "21.0.0"
 3672source = "registry+https://github.com/rust-lang/crates.io-index"
 3673checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3674dependencies = [
 3675 "core-foundation 0.10.0",
 3676 "core-graphics 0.24.0",
 3677 "foreign-types 0.5.0",
 3678 "libc",
 3679]
 3680
 3681[[package]]
 3682name = "core-video"
 3683version = "0.5.2"
 3684source = "registry+https://github.com/rust-lang/crates.io-index"
 3685checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3686dependencies = [
 3687 "block",
 3688 "core-foundation 0.10.0",
 3689 "core-graphics2",
 3690 "io-surface",
 3691 "libc",
 3692 "metal",
 3693]
 3694
 3695[[package]]
 3696name = "core_maths"
 3697version = "0.1.1"
 3698source = "registry+https://github.com/rust-lang/crates.io-index"
 3699checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3700dependencies = [
 3701 "libm",
 3702]
 3703
 3704[[package]]
 3705name = "coreaudio-rs"
 3706version = "0.12.1"
 3707source = "registry+https://github.com/rust-lang/crates.io-index"
 3708checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3709dependencies = [
 3710 "bitflags 1.3.2",
 3711 "core-foundation-sys",
 3712 "coreaudio-sys",
 3713]
 3714
 3715[[package]]
 3716name = "coreaudio-rs"
 3717version = "0.13.0"
 3718source = "registry+https://github.com/rust-lang/crates.io-index"
 3719checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3720dependencies = [
 3721 "bitflags 1.3.2",
 3722 "libc",
 3723 "objc2-audio-toolbox",
 3724 "objc2-core-audio",
 3725 "objc2-core-audio-types",
 3726 "objc2-core-foundation",
 3727]
 3728
 3729[[package]]
 3730name = "coreaudio-sys"
 3731version = "0.2.17"
 3732source = "registry+https://github.com/rust-lang/crates.io-index"
 3733checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3734dependencies = [
 3735 "bindgen 0.72.1",
 3736]
 3737
 3738[[package]]
 3739name = "cosmic-text"
 3740version = "0.17.1"
 3741source = "registry+https://github.com/rust-lang/crates.io-index"
 3742checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3743dependencies = [
 3744 "bitflags 2.10.0",
 3745 "fontdb 0.23.0",
 3746 "harfrust",
 3747 "linebender_resource_handle",
 3748 "log",
 3749 "rangemap",
 3750 "rustc-hash 2.1.1",
 3751 "self_cell",
 3752 "skrifa 0.40.0",
 3753 "smol_str",
 3754 "swash",
 3755 "sys-locale",
 3756 "unicode-bidi",
 3757 "unicode-linebreak",
 3758 "unicode-script",
 3759 "unicode-segmentation",
 3760]
 3761
 3762[[package]]
 3763name = "cpal"
 3764version = "0.17.1"
 3765source = "registry+https://github.com/rust-lang/crates.io-index"
 3766checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3767dependencies = [
 3768 "alsa",
 3769 "coreaudio-rs 0.13.0",
 3770 "dasp_sample",
 3771 "jni",
 3772 "js-sys",
 3773 "libc",
 3774 "mach2 0.5.0",
 3775 "ndk",
 3776 "ndk-context",
 3777 "num-derive",
 3778 "num-traits",
 3779 "objc2",
 3780 "objc2-audio-toolbox",
 3781 "objc2-avf-audio",
 3782 "objc2-core-audio",
 3783 "objc2-core-audio-types",
 3784 "objc2-core-foundation",
 3785 "objc2-foundation",
 3786 "wasm-bindgen",
 3787 "wasm-bindgen-futures",
 3788 "web-sys",
 3789 "windows 0.62.2",
 3790]
 3791
 3792[[package]]
 3793name = "cpp_demangle"
 3794version = "0.4.5"
 3795source = "registry+https://github.com/rust-lang/crates.io-index"
 3796checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3797dependencies = [
 3798 "cfg-if",
 3799]
 3800
 3801[[package]]
 3802name = "cpufeatures"
 3803version = "0.2.17"
 3804source = "registry+https://github.com/rust-lang/crates.io-index"
 3805checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3806dependencies = [
 3807 "libc",
 3808]
 3809
 3810[[package]]
 3811name = "cranelift-assembler-x64"
 3812version = "0.123.6"
 3813source = "registry+https://github.com/rust-lang/crates.io-index"
 3814checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3815dependencies = [
 3816 "cranelift-assembler-x64-meta",
 3817]
 3818
 3819[[package]]
 3820name = "cranelift-assembler-x64-meta"
 3821version = "0.123.6"
 3822source = "registry+https://github.com/rust-lang/crates.io-index"
 3823checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3824dependencies = [
 3825 "cranelift-srcgen",
 3826]
 3827
 3828[[package]]
 3829name = "cranelift-bforest"
 3830version = "0.123.6"
 3831source = "registry+https://github.com/rust-lang/crates.io-index"
 3832checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3833dependencies = [
 3834 "cranelift-entity",
 3835]
 3836
 3837[[package]]
 3838name = "cranelift-bitset"
 3839version = "0.123.6"
 3840source = "registry+https://github.com/rust-lang/crates.io-index"
 3841checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3842dependencies = [
 3843 "serde",
 3844 "serde_derive",
 3845]
 3846
 3847[[package]]
 3848name = "cranelift-codegen"
 3849version = "0.123.6"
 3850source = "registry+https://github.com/rust-lang/crates.io-index"
 3851checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 3852dependencies = [
 3853 "bumpalo",
 3854 "cranelift-assembler-x64",
 3855 "cranelift-bforest",
 3856 "cranelift-bitset",
 3857 "cranelift-codegen-meta",
 3858 "cranelift-codegen-shared",
 3859 "cranelift-control",
 3860 "cranelift-entity",
 3861 "cranelift-isle",
 3862 "gimli",
 3863 "hashbrown 0.15.5",
 3864 "log",
 3865 "postcard",
 3866 "pulley-interpreter",
 3867 "regalloc2",
 3868 "rustc-hash 2.1.1",
 3869 "serde",
 3870 "serde_derive",
 3871 "sha2",
 3872 "smallvec",
 3873 "target-lexicon 0.13.3",
 3874 "wasmtime-internal-math",
 3875]
 3876
 3877[[package]]
 3878name = "cranelift-codegen-meta"
 3879version = "0.123.6"
 3880source = "registry+https://github.com/rust-lang/crates.io-index"
 3881checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 3882dependencies = [
 3883 "cranelift-assembler-x64-meta",
 3884 "cranelift-codegen-shared",
 3885 "cranelift-srcgen",
 3886 "heck 0.5.0",
 3887 "pulley-interpreter",
 3888]
 3889
 3890[[package]]
 3891name = "cranelift-codegen-shared"
 3892version = "0.123.6"
 3893source = "registry+https://github.com/rust-lang/crates.io-index"
 3894checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3895
 3896[[package]]
 3897name = "cranelift-control"
 3898version = "0.123.6"
 3899source = "registry+https://github.com/rust-lang/crates.io-index"
 3900checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3901dependencies = [
 3902 "arbitrary",
 3903]
 3904
 3905[[package]]
 3906name = "cranelift-entity"
 3907version = "0.123.6"
 3908source = "registry+https://github.com/rust-lang/crates.io-index"
 3909checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3910dependencies = [
 3911 "cranelift-bitset",
 3912 "serde",
 3913 "serde_derive",
 3914]
 3915
 3916[[package]]
 3917name = "cranelift-frontend"
 3918version = "0.123.6"
 3919source = "registry+https://github.com/rust-lang/crates.io-index"
 3920checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3921dependencies = [
 3922 "cranelift-codegen",
 3923 "log",
 3924 "smallvec",
 3925 "target-lexicon 0.13.3",
 3926]
 3927
 3928[[package]]
 3929name = "cranelift-isle"
 3930version = "0.123.6"
 3931source = "registry+https://github.com/rust-lang/crates.io-index"
 3932checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 3933
 3934[[package]]
 3935name = "cranelift-native"
 3936version = "0.123.6"
 3937source = "registry+https://github.com/rust-lang/crates.io-index"
 3938checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 3939dependencies = [
 3940 "cranelift-codegen",
 3941 "libc",
 3942 "target-lexicon 0.13.3",
 3943]
 3944
 3945[[package]]
 3946name = "cranelift-srcgen"
 3947version = "0.123.6"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 3950
 3951[[package]]
 3952name = "crash-context"
 3953version = "0.6.3"
 3954source = "registry+https://github.com/rust-lang/crates.io-index"
 3955checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 3956dependencies = [
 3957 "cfg-if",
 3958 "libc",
 3959 "mach2 0.4.3",
 3960]
 3961
 3962[[package]]
 3963name = "crash-handler"
 3964version = "0.6.3"
 3965source = "registry+https://github.com/rust-lang/crates.io-index"
 3966checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 3967dependencies = [
 3968 "cfg-if",
 3969 "crash-context",
 3970 "libc",
 3971 "mach2 0.4.3",
 3972 "parking_lot",
 3973]
 3974
 3975[[package]]
 3976name = "crashes"
 3977version = "0.1.0"
 3978dependencies = [
 3979 "cfg-if",
 3980 "crash-handler",
 3981 "futures 0.3.31",
 3982 "log",
 3983 "mach2 0.5.0",
 3984 "minidumper",
 3985 "parking_lot",
 3986 "paths",
 3987 "release_channel",
 3988 "serde",
 3989 "serde_json",
 3990 "smol",
 3991 "system_specs",
 3992 "windows 0.61.3",
 3993 "zstd",
 3994]
 3995
 3996[[package]]
 3997name = "crc"
 3998version = "3.3.0"
 3999source = "registry+https://github.com/rust-lang/crates.io-index"
 4000checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4001dependencies = [
 4002 "crc-catalog",
 4003]
 4004
 4005[[package]]
 4006name = "crc-catalog"
 4007version = "2.4.0"
 4008source = "registry+https://github.com/rust-lang/crates.io-index"
 4009checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4010
 4011[[package]]
 4012name = "crc-fast"
 4013version = "1.6.0"
 4014source = "registry+https://github.com/rust-lang/crates.io-index"
 4015checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4016dependencies = [
 4017 "crc",
 4018 "digest",
 4019 "rand 0.9.2",
 4020 "regex",
 4021 "rustversion",
 4022]
 4023
 4024[[package]]
 4025name = "crc32fast"
 4026version = "1.5.0"
 4027source = "registry+https://github.com/rust-lang/crates.io-index"
 4028checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4029dependencies = [
 4030 "cfg-if",
 4031]
 4032
 4033[[package]]
 4034name = "credentials_provider"
 4035version = "0.1.0"
 4036dependencies = [
 4037 "anyhow",
 4038 "futures 0.3.31",
 4039 "gpui",
 4040 "paths",
 4041 "release_channel",
 4042 "serde",
 4043 "serde_json",
 4044]
 4045
 4046[[package]]
 4047name = "criterion"
 4048version = "0.5.1"
 4049source = "registry+https://github.com/rust-lang/crates.io-index"
 4050checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4051dependencies = [
 4052 "anes",
 4053 "cast",
 4054 "ciborium",
 4055 "clap",
 4056 "criterion-plot",
 4057 "is-terminal",
 4058 "itertools 0.10.5",
 4059 "num-traits",
 4060 "once_cell",
 4061 "oorandom",
 4062 "plotters",
 4063 "rayon",
 4064 "regex",
 4065 "serde",
 4066 "serde_derive",
 4067 "serde_json",
 4068 "tinytemplate",
 4069 "walkdir",
 4070]
 4071
 4072[[package]]
 4073name = "criterion-plot"
 4074version = "0.5.0"
 4075source = "registry+https://github.com/rust-lang/crates.io-index"
 4076checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4077dependencies = [
 4078 "cast",
 4079 "itertools 0.10.5",
 4080]
 4081
 4082[[package]]
 4083name = "crossbeam"
 4084version = "0.8.4"
 4085source = "registry+https://github.com/rust-lang/crates.io-index"
 4086checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4087dependencies = [
 4088 "crossbeam-channel",
 4089 "crossbeam-deque",
 4090 "crossbeam-epoch",
 4091 "crossbeam-queue",
 4092 "crossbeam-utils",
 4093]
 4094
 4095[[package]]
 4096name = "crossbeam-channel"
 4097version = "0.5.15"
 4098source = "registry+https://github.com/rust-lang/crates.io-index"
 4099checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4100dependencies = [
 4101 "crossbeam-utils",
 4102]
 4103
 4104[[package]]
 4105name = "crossbeam-deque"
 4106version = "0.8.6"
 4107source = "registry+https://github.com/rust-lang/crates.io-index"
 4108checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4109dependencies = [
 4110 "crossbeam-epoch",
 4111 "crossbeam-utils",
 4112]
 4113
 4114[[package]]
 4115name = "crossbeam-epoch"
 4116version = "0.9.18"
 4117source = "registry+https://github.com/rust-lang/crates.io-index"
 4118checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4119dependencies = [
 4120 "crossbeam-utils",
 4121]
 4122
 4123[[package]]
 4124name = "crossbeam-queue"
 4125version = "0.3.12"
 4126source = "registry+https://github.com/rust-lang/crates.io-index"
 4127checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4128dependencies = [
 4129 "crossbeam-utils",
 4130]
 4131
 4132[[package]]
 4133name = "crossbeam-utils"
 4134version = "0.8.21"
 4135source = "registry+https://github.com/rust-lang/crates.io-index"
 4136checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4137
 4138[[package]]
 4139name = "crunchy"
 4140version = "0.2.4"
 4141source = "registry+https://github.com/rust-lang/crates.io-index"
 4142checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4143
 4144[[package]]
 4145name = "crypto-bigint"
 4146version = "0.4.9"
 4147source = "registry+https://github.com/rust-lang/crates.io-index"
 4148checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4149dependencies = [
 4150 "generic-array",
 4151 "rand_core 0.6.4",
 4152 "subtle",
 4153 "zeroize",
 4154]
 4155
 4156[[package]]
 4157name = "crypto-bigint"
 4158version = "0.5.5"
 4159source = "registry+https://github.com/rust-lang/crates.io-index"
 4160checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4161dependencies = [
 4162 "rand_core 0.6.4",
 4163 "subtle",
 4164]
 4165
 4166[[package]]
 4167name = "crypto-common"
 4168version = "0.1.6"
 4169source = "registry+https://github.com/rust-lang/crates.io-index"
 4170checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4171dependencies = [
 4172 "generic-array",
 4173 "typenum",
 4174]
 4175
 4176[[package]]
 4177name = "cssparser"
 4178version = "0.35.0"
 4179source = "registry+https://github.com/rust-lang/crates.io-index"
 4180checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4181dependencies = [
 4182 "cssparser-macros",
 4183 "dtoa-short",
 4184 "itoa",
 4185 "phf 0.11.3",
 4186 "smallvec",
 4187]
 4188
 4189[[package]]
 4190name = "cssparser-macros"
 4191version = "0.6.1"
 4192source = "registry+https://github.com/rust-lang/crates.io-index"
 4193checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4194dependencies = [
 4195 "quote",
 4196 "syn 2.0.117",
 4197]
 4198
 4199[[package]]
 4200name = "csv_preview"
 4201version = "0.1.0"
 4202dependencies = [
 4203 "anyhow",
 4204 "editor",
 4205 "feature_flags",
 4206 "gpui",
 4207 "log",
 4208 "text",
 4209 "ui",
 4210 "workspace",
 4211]
 4212
 4213[[package]]
 4214name = "ctor"
 4215version = "0.4.3"
 4216source = "registry+https://github.com/rust-lang/crates.io-index"
 4217checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4218dependencies = [
 4219 "ctor-proc-macro",
 4220 "dtor",
 4221]
 4222
 4223[[package]]
 4224name = "ctor-proc-macro"
 4225version = "0.0.6"
 4226source = "registry+https://github.com/rust-lang/crates.io-index"
 4227checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4228
 4229[[package]]
 4230name = "ctrlc"
 4231version = "3.5.0"
 4232source = "registry+https://github.com/rust-lang/crates.io-index"
 4233checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4234dependencies = [
 4235 "dispatch",
 4236 "nix 0.30.1",
 4237 "windows-sys 0.61.2",
 4238]
 4239
 4240[[package]]
 4241name = "cursor-icon"
 4242version = "1.2.0"
 4243source = "registry+https://github.com/rust-lang/crates.io-index"
 4244checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4245
 4246[[package]]
 4247name = "cxx"
 4248version = "1.0.187"
 4249source = "registry+https://github.com/rust-lang/crates.io-index"
 4250checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4251dependencies = [
 4252 "cc",
 4253 "cxx-build",
 4254 "cxxbridge-cmd",
 4255 "cxxbridge-flags",
 4256 "cxxbridge-macro",
 4257 "foldhash 0.2.0",
 4258 "link-cplusplus",
 4259]
 4260
 4261[[package]]
 4262name = "cxx-build"
 4263version = "1.0.187"
 4264source = "registry+https://github.com/rust-lang/crates.io-index"
 4265checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4266dependencies = [
 4267 "cc",
 4268 "codespan-reporting",
 4269 "indexmap",
 4270 "proc-macro2",
 4271 "quote",
 4272 "scratch",
 4273 "syn 2.0.117",
 4274]
 4275
 4276[[package]]
 4277name = "cxxbridge-cmd"
 4278version = "1.0.187"
 4279source = "registry+https://github.com/rust-lang/crates.io-index"
 4280checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4281dependencies = [
 4282 "clap",
 4283 "codespan-reporting",
 4284 "indexmap",
 4285 "proc-macro2",
 4286 "quote",
 4287 "syn 2.0.117",
 4288]
 4289
 4290[[package]]
 4291name = "cxxbridge-flags"
 4292version = "1.0.187"
 4293source = "registry+https://github.com/rust-lang/crates.io-index"
 4294checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4295
 4296[[package]]
 4297name = "cxxbridge-macro"
 4298version = "1.0.187"
 4299source = "registry+https://github.com/rust-lang/crates.io-index"
 4300checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4301dependencies = [
 4302 "indexmap",
 4303 "proc-macro2",
 4304 "quote",
 4305 "syn 2.0.117",
 4306]
 4307
 4308[[package]]
 4309name = "dap"
 4310version = "0.1.0"
 4311dependencies = [
 4312 "anyhow",
 4313 "async-compression",
 4314 "async-pipe",
 4315 "async-tar",
 4316 "async-trait",
 4317 "client",
 4318 "collections",
 4319 "dap-types",
 4320 "fs",
 4321 "futures 0.3.31",
 4322 "gpui",
 4323 "http_client",
 4324 "language",
 4325 "libc",
 4326 "log",
 4327 "node_runtime",
 4328 "parking_lot",
 4329 "paths",
 4330 "proto",
 4331 "schemars",
 4332 "serde",
 4333 "serde_json",
 4334 "settings",
 4335 "smallvec",
 4336 "smol",
 4337 "task",
 4338 "telemetry",
 4339 "util",
 4340 "zlog",
 4341]
 4342
 4343[[package]]
 4344name = "dap-types"
 4345version = "0.0.1"
 4346source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4347dependencies = [
 4348 "schemars",
 4349 "serde",
 4350 "serde_json",
 4351]
 4352
 4353[[package]]
 4354name = "dap_adapters"
 4355version = "0.1.0"
 4356dependencies = [
 4357 "anyhow",
 4358 "async-trait",
 4359 "collections",
 4360 "dap",
 4361 "dotenvy",
 4362 "fs",
 4363 "futures 0.3.31",
 4364 "gpui",
 4365 "http_client",
 4366 "json_dotpath",
 4367 "language",
 4368 "log",
 4369 "node_runtime",
 4370 "paths",
 4371 "serde",
 4372 "serde_json",
 4373 "settings",
 4374 "smol",
 4375 "task",
 4376 "util",
 4377]
 4378
 4379[[package]]
 4380name = "darling"
 4381version = "0.20.11"
 4382source = "registry+https://github.com/rust-lang/crates.io-index"
 4383checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4384dependencies = [
 4385 "darling_core 0.20.11",
 4386 "darling_macro 0.20.11",
 4387]
 4388
 4389[[package]]
 4390name = "darling"
 4391version = "0.21.3"
 4392source = "registry+https://github.com/rust-lang/crates.io-index"
 4393checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4394dependencies = [
 4395 "darling_core 0.21.3",
 4396 "darling_macro 0.21.3",
 4397]
 4398
 4399[[package]]
 4400name = "darling_core"
 4401version = "0.20.11"
 4402source = "registry+https://github.com/rust-lang/crates.io-index"
 4403checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4404dependencies = [
 4405 "fnv",
 4406 "ident_case",
 4407 "proc-macro2",
 4408 "quote",
 4409 "strsim",
 4410 "syn 2.0.117",
 4411]
 4412
 4413[[package]]
 4414name = "darling_core"
 4415version = "0.21.3"
 4416source = "registry+https://github.com/rust-lang/crates.io-index"
 4417checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4418dependencies = [
 4419 "fnv",
 4420 "ident_case",
 4421 "proc-macro2",
 4422 "quote",
 4423 "strsim",
 4424 "syn 2.0.117",
 4425]
 4426
 4427[[package]]
 4428name = "darling_macro"
 4429version = "0.20.11"
 4430source = "registry+https://github.com/rust-lang/crates.io-index"
 4431checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4432dependencies = [
 4433 "darling_core 0.20.11",
 4434 "quote",
 4435 "syn 2.0.117",
 4436]
 4437
 4438[[package]]
 4439name = "darling_macro"
 4440version = "0.21.3"
 4441source = "registry+https://github.com/rust-lang/crates.io-index"
 4442checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4443dependencies = [
 4444 "darling_core 0.21.3",
 4445 "quote",
 4446 "syn 2.0.117",
 4447]
 4448
 4449[[package]]
 4450name = "dashmap"
 4451version = "6.1.0"
 4452source = "registry+https://github.com/rust-lang/crates.io-index"
 4453checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4454dependencies = [
 4455 "cfg-if",
 4456 "crossbeam-utils",
 4457 "hashbrown 0.14.5",
 4458 "lock_api",
 4459 "once_cell",
 4460 "parking_lot_core",
 4461]
 4462
 4463[[package]]
 4464name = "dasp_sample"
 4465version = "0.11.0"
 4466source = "registry+https://github.com/rust-lang/crates.io-index"
 4467checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4468
 4469[[package]]
 4470name = "data-encoding"
 4471version = "2.9.0"
 4472source = "registry+https://github.com/rust-lang/crates.io-index"
 4473checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4474
 4475[[package]]
 4476name = "data-url"
 4477version = "0.3.2"
 4478source = "registry+https://github.com/rust-lang/crates.io-index"
 4479checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4480
 4481[[package]]
 4482name = "db"
 4483version = "0.1.0"
 4484dependencies = [
 4485 "anyhow",
 4486 "gpui",
 4487 "indoc",
 4488 "inventory",
 4489 "log",
 4490 "paths",
 4491 "release_channel",
 4492 "smol",
 4493 "sqlez",
 4494 "sqlez_macros",
 4495 "tempfile",
 4496 "util",
 4497 "uuid",
 4498 "zed_env_vars",
 4499]
 4500
 4501[[package]]
 4502name = "dbus"
 4503version = "0.9.9"
 4504source = "registry+https://github.com/rust-lang/crates.io-index"
 4505checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4506dependencies = [
 4507 "libc",
 4508 "libdbus-sys",
 4509 "windows-sys 0.59.0",
 4510]
 4511
 4512[[package]]
 4513name = "debug_adapter_extension"
 4514version = "0.1.0"
 4515dependencies = [
 4516 "anyhow",
 4517 "async-trait",
 4518 "collections",
 4519 "dap",
 4520 "extension",
 4521 "gpui",
 4522 "serde_json",
 4523 "task",
 4524 "util",
 4525]
 4526
 4527[[package]]
 4528name = "debugger_tools"
 4529version = "0.1.0"
 4530dependencies = [
 4531 "anyhow",
 4532 "dap",
 4533 "editor",
 4534 "futures 0.3.31",
 4535 "gpui",
 4536 "project",
 4537 "serde_json",
 4538 "settings",
 4539 "smol",
 4540 "util",
 4541 "workspace",
 4542]
 4543
 4544[[package]]
 4545name = "debugger_ui"
 4546version = "0.1.0"
 4547dependencies = [
 4548 "alacritty_terminal",
 4549 "anyhow",
 4550 "bitflags 2.10.0",
 4551 "client",
 4552 "collections",
 4553 "command_palette_hooks",
 4554 "dap",
 4555 "dap_adapters",
 4556 "db",
 4557 "debugger_tools",
 4558 "editor",
 4559 "feature_flags",
 4560 "file_icons",
 4561 "futures 0.3.31",
 4562 "fuzzy",
 4563 "gpui",
 4564 "hex",
 4565 "indoc",
 4566 "itertools 0.14.0",
 4567 "language",
 4568 "log",
 4569 "menu",
 4570 "notifications",
 4571 "parking_lot",
 4572 "parse_int",
 4573 "paths",
 4574 "picker",
 4575 "pretty_assertions",
 4576 "project",
 4577 "rpc",
 4578 "schemars",
 4579 "serde",
 4580 "serde_json",
 4581 "serde_json_lenient",
 4582 "settings",
 4583 "sysinfo 0.37.2",
 4584 "task",
 4585 "tasks_ui",
 4586 "terminal_view",
 4587 "text",
 4588 "theme",
 4589 "theme_settings",
 4590 "tree-sitter",
 4591 "tree-sitter-go",
 4592 "tree-sitter-json",
 4593 "ui",
 4594 "ui_input",
 4595 "unindent",
 4596 "util",
 4597 "workspace",
 4598 "zed_actions",
 4599 "zlog",
 4600]
 4601
 4602[[package]]
 4603name = "debugid"
 4604version = "0.8.0"
 4605source = "registry+https://github.com/rust-lang/crates.io-index"
 4606checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4607dependencies = [
 4608 "uuid",
 4609]
 4610
 4611[[package]]
 4612name = "deepseek"
 4613version = "0.1.0"
 4614dependencies = [
 4615 "anyhow",
 4616 "futures 0.3.31",
 4617 "http_client",
 4618 "schemars",
 4619 "serde",
 4620 "serde_json",
 4621]
 4622
 4623[[package]]
 4624name = "deflate64"
 4625version = "0.1.10"
 4626source = "registry+https://github.com/rust-lang/crates.io-index"
 4627checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4628
 4629[[package]]
 4630name = "denoise"
 4631version = "0.1.0"
 4632dependencies = [
 4633 "candle-core",
 4634 "candle-onnx",
 4635 "log",
 4636 "realfft",
 4637 "rodio",
 4638 "rustfft",
 4639 "thiserror 2.0.17",
 4640]
 4641
 4642[[package]]
 4643name = "der"
 4644version = "0.6.1"
 4645source = "registry+https://github.com/rust-lang/crates.io-index"
 4646checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4647dependencies = [
 4648 "const-oid",
 4649 "zeroize",
 4650]
 4651
 4652[[package]]
 4653name = "der"
 4654version = "0.7.10"
 4655source = "registry+https://github.com/rust-lang/crates.io-index"
 4656checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4657dependencies = [
 4658 "const-oid",
 4659 "pem-rfc7468",
 4660 "zeroize",
 4661]
 4662
 4663[[package]]
 4664name = "deranged"
 4665version = "0.5.4"
 4666source = "registry+https://github.com/rust-lang/crates.io-index"
 4667checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4668dependencies = [
 4669 "powerfmt",
 4670 "serde_core",
 4671]
 4672
 4673[[package]]
 4674name = "derive_arbitrary"
 4675version = "1.4.2"
 4676source = "registry+https://github.com/rust-lang/crates.io-index"
 4677checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4678dependencies = [
 4679 "proc-macro2",
 4680 "quote",
 4681 "syn 2.0.117",
 4682]
 4683
 4684[[package]]
 4685name = "derive_more"
 4686version = "2.1.1"
 4687source = "registry+https://github.com/rust-lang/crates.io-index"
 4688checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4689dependencies = [
 4690 "derive_more-impl",
 4691]
 4692
 4693[[package]]
 4694name = "derive_more-impl"
 4695version = "2.1.1"
 4696source = "registry+https://github.com/rust-lang/crates.io-index"
 4697checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4698dependencies = [
 4699 "convert_case 0.10.0",
 4700 "proc-macro2",
 4701 "quote",
 4702 "rustc_version",
 4703 "syn 2.0.117",
 4704 "unicode-xid",
 4705]
 4706
 4707[[package]]
 4708name = "derive_refineable"
 4709version = "0.1.0"
 4710dependencies = [
 4711 "proc-macro2",
 4712 "quote",
 4713 "syn 2.0.117",
 4714]
 4715
 4716[[package]]
 4717name = "derive_setters"
 4718version = "0.1.9"
 4719source = "registry+https://github.com/rust-lang/crates.io-index"
 4720checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4721dependencies = [
 4722 "darling 0.21.3",
 4723 "proc-macro2",
 4724 "quote",
 4725 "syn 2.0.117",
 4726]
 4727
 4728[[package]]
 4729name = "dev_container"
 4730version = "0.1.0"
 4731dependencies = [
 4732 "async-tar",
 4733 "async-trait",
 4734 "env_logger 0.11.8",
 4735 "fs",
 4736 "futures 0.3.31",
 4737 "gpui",
 4738 "http 1.3.1",
 4739 "http_client",
 4740 "log",
 4741 "menu",
 4742 "paths",
 4743 "picker",
 4744 "project",
 4745 "serde",
 4746 "serde_json",
 4747 "serde_json_lenient",
 4748 "settings",
 4749 "shlex",
 4750 "ui",
 4751 "util",
 4752 "walkdir",
 4753 "workspace",
 4754 "worktree",
 4755]
 4756
 4757[[package]]
 4758name = "diagnostics"
 4759version = "0.1.0"
 4760dependencies = [
 4761 "anyhow",
 4762 "collections",
 4763 "component",
 4764 "ctor",
 4765 "editor",
 4766 "gpui",
 4767 "indoc",
 4768 "itertools 0.14.0",
 4769 "language",
 4770 "log",
 4771 "lsp",
 4772 "markdown",
 4773 "pretty_assertions",
 4774 "project",
 4775 "rand 0.9.2",
 4776 "serde",
 4777 "serde_json",
 4778 "settings",
 4779 "text",
 4780 "theme",
 4781 "theme_settings",
 4782 "ui",
 4783 "unindent",
 4784 "util",
 4785 "workspace",
 4786 "zed_actions",
 4787 "zlog",
 4788]
 4789
 4790[[package]]
 4791name = "dialoguer"
 4792version = "0.11.0"
 4793source = "registry+https://github.com/rust-lang/crates.io-index"
 4794checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4795dependencies = [
 4796 "console",
 4797 "fuzzy-matcher",
 4798 "shell-words",
 4799 "tempfile",
 4800 "thiserror 1.0.69",
 4801 "zeroize",
 4802]
 4803
 4804[[package]]
 4805name = "diff"
 4806version = "0.1.13"
 4807source = "registry+https://github.com/rust-lang/crates.io-index"
 4808checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4809
 4810[[package]]
 4811name = "diffy"
 4812version = "0.4.2"
 4813source = "registry+https://github.com/rust-lang/crates.io-index"
 4814checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4815dependencies = [
 4816 "nu-ansi-term",
 4817]
 4818
 4819[[package]]
 4820name = "digest"
 4821version = "0.10.7"
 4822source = "registry+https://github.com/rust-lang/crates.io-index"
 4823checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4824dependencies = [
 4825 "block-buffer",
 4826 "const-oid",
 4827 "crypto-common",
 4828 "subtle",
 4829]
 4830
 4831[[package]]
 4832name = "dirs"
 4833version = "4.0.0"
 4834source = "registry+https://github.com/rust-lang/crates.io-index"
 4835checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4836dependencies = [
 4837 "dirs-sys 0.3.7",
 4838]
 4839
 4840[[package]]
 4841name = "dirs"
 4842version = "5.0.1"
 4843source = "registry+https://github.com/rust-lang/crates.io-index"
 4844checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4845dependencies = [
 4846 "dirs-sys 0.4.1",
 4847]
 4848
 4849[[package]]
 4850name = "dirs"
 4851version = "6.0.0"
 4852source = "registry+https://github.com/rust-lang/crates.io-index"
 4853checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4854dependencies = [
 4855 "dirs-sys 0.5.0",
 4856]
 4857
 4858[[package]]
 4859name = "dirs-sys"
 4860version = "0.3.7"
 4861source = "registry+https://github.com/rust-lang/crates.io-index"
 4862checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4863dependencies = [
 4864 "libc",
 4865 "redox_users 0.4.6",
 4866 "winapi",
 4867]
 4868
 4869[[package]]
 4870name = "dirs-sys"
 4871version = "0.4.1"
 4872source = "registry+https://github.com/rust-lang/crates.io-index"
 4873checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4874dependencies = [
 4875 "libc",
 4876 "option-ext",
 4877 "redox_users 0.4.6",
 4878 "windows-sys 0.48.0",
 4879]
 4880
 4881[[package]]
 4882name = "dirs-sys"
 4883version = "0.5.0"
 4884source = "registry+https://github.com/rust-lang/crates.io-index"
 4885checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4886dependencies = [
 4887 "libc",
 4888 "option-ext",
 4889 "redox_users 0.5.2",
 4890 "windows-sys 0.61.2",
 4891]
 4892
 4893[[package]]
 4894name = "dispatch"
 4895version = "0.2.0"
 4896source = "registry+https://github.com/rust-lang/crates.io-index"
 4897checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4898
 4899[[package]]
 4900name = "dispatch2"
 4901version = "0.3.1"
 4902source = "registry+https://github.com/rust-lang/crates.io-index"
 4903checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4904dependencies = [
 4905 "bitflags 2.10.0",
 4906 "block2",
 4907 "libc",
 4908 "objc2",
 4909]
 4910
 4911[[package]]
 4912name = "displaydoc"
 4913version = "0.2.5"
 4914source = "registry+https://github.com/rust-lang/crates.io-index"
 4915checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4916dependencies = [
 4917 "proc-macro2",
 4918 "quote",
 4919 "syn 2.0.117",
 4920]
 4921
 4922[[package]]
 4923name = "dlib"
 4924version = "0.5.2"
 4925source = "registry+https://github.com/rust-lang/crates.io-index"
 4926checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4927dependencies = [
 4928 "libloading",
 4929]
 4930
 4931[[package]]
 4932name = "docs_preprocessor"
 4933version = "0.1.0"
 4934dependencies = [
 4935 "anyhow",
 4936 "collections",
 4937 "jsonschema",
 4938 "mdbook",
 4939 "regex",
 4940 "schemars",
 4941 "serde",
 4942 "serde_json",
 4943 "settings",
 4944 "task",
 4945 "theme",
 4946 "util",
 4947 "zlog",
 4948]
 4949
 4950[[package]]
 4951name = "document-features"
 4952version = "0.2.12"
 4953source = "registry+https://github.com/rust-lang/crates.io-index"
 4954checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4955dependencies = [
 4956 "litrs",
 4957]
 4958
 4959[[package]]
 4960name = "documented"
 4961version = "0.9.2"
 4962source = "registry+https://github.com/rust-lang/crates.io-index"
 4963checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 4964dependencies = [
 4965 "documented-macros",
 4966 "phf 0.12.1",
 4967 "thiserror 2.0.17",
 4968]
 4969
 4970[[package]]
 4971name = "documented-macros"
 4972version = "0.9.2"
 4973source = "registry+https://github.com/rust-lang/crates.io-index"
 4974checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 4975dependencies = [
 4976 "convert_case 0.8.0",
 4977 "itertools 0.14.0",
 4978 "optfield",
 4979 "proc-macro2",
 4980 "quote",
 4981 "strum 0.27.2",
 4982 "syn 2.0.117",
 4983]
 4984
 4985[[package]]
 4986name = "dotenvy"
 4987version = "0.15.7"
 4988source = "registry+https://github.com/rust-lang/crates.io-index"
 4989checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4990
 4991[[package]]
 4992name = "downcast-rs"
 4993version = "1.2.1"
 4994source = "registry+https://github.com/rust-lang/crates.io-index"
 4995checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4996
 4997[[package]]
 4998name = "doxygen-rs"
 4999version = "0.4.2"
 5000source = "registry+https://github.com/rust-lang/crates.io-index"
 5001checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5002dependencies = [
 5003 "phf 0.11.3",
 5004]
 5005
 5006[[package]]
 5007name = "dtoa"
 5008version = "1.0.10"
 5009source = "registry+https://github.com/rust-lang/crates.io-index"
 5010checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5011
 5012[[package]]
 5013name = "dtoa-short"
 5014version = "0.3.5"
 5015source = "registry+https://github.com/rust-lang/crates.io-index"
 5016checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5017dependencies = [
 5018 "dtoa",
 5019]
 5020
 5021[[package]]
 5022name = "dtor"
 5023version = "0.0.6"
 5024source = "registry+https://github.com/rust-lang/crates.io-index"
 5025checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5026dependencies = [
 5027 "dtor-proc-macro",
 5028]
 5029
 5030[[package]]
 5031name = "dtor-proc-macro"
 5032version = "0.0.5"
 5033source = "registry+https://github.com/rust-lang/crates.io-index"
 5034checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5035
 5036[[package]]
 5037name = "dunce"
 5038version = "1.0.5"
 5039source = "registry+https://github.com/rust-lang/crates.io-index"
 5040checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5041
 5042[[package]]
 5043name = "dwrote"
 5044version = "0.11.5"
 5045source = "registry+https://github.com/rust-lang/crates.io-index"
 5046checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5047dependencies = [
 5048 "lazy_static",
 5049 "libc",
 5050 "winapi",
 5051 "wio",
 5052]
 5053
 5054[[package]]
 5055name = "dyn-clone"
 5056version = "1.0.20"
 5057source = "registry+https://github.com/rust-lang/crates.io-index"
 5058checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5059
 5060[[package]]
 5061name = "dyn-stack"
 5062version = "0.10.0"
 5063source = "registry+https://github.com/rust-lang/crates.io-index"
 5064checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5065dependencies = [
 5066 "bytemuck",
 5067 "reborrow",
 5068]
 5069
 5070[[package]]
 5071name = "dyn-stack"
 5072version = "0.13.2"
 5073source = "registry+https://github.com/rust-lang/crates.io-index"
 5074checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5075dependencies = [
 5076 "bytemuck",
 5077 "dyn-stack-macros",
 5078]
 5079
 5080[[package]]
 5081name = "dyn-stack-macros"
 5082version = "0.1.3"
 5083source = "registry+https://github.com/rust-lang/crates.io-index"
 5084checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5085
 5086[[package]]
 5087name = "ec4rs"
 5088version = "1.2.0"
 5089source = "registry+https://github.com/rust-lang/crates.io-index"
 5090checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5091
 5092[[package]]
 5093name = "ecdsa"
 5094version = "0.14.8"
 5095source = "registry+https://github.com/rust-lang/crates.io-index"
 5096checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5097dependencies = [
 5098 "der 0.6.1",
 5099 "elliptic-curve",
 5100 "rfc6979",
 5101 "signature 1.6.4",
 5102]
 5103
 5104[[package]]
 5105name = "edit_prediction"
 5106version = "0.1.0"
 5107dependencies = [
 5108 "ai_onboarding",
 5109 "anyhow",
 5110 "buffer_diff",
 5111 "client",
 5112 "clock",
 5113 "cloud_api_types",
 5114 "cloud_llm_client",
 5115 "collections",
 5116 "copilot",
 5117 "copilot_ui",
 5118 "ctor",
 5119 "db",
 5120 "edit_prediction_context",
 5121 "edit_prediction_types",
 5122 "feature_flags",
 5123 "fs",
 5124 "futures 0.3.31",
 5125 "gpui",
 5126 "heapless",
 5127 "indoc",
 5128 "itertools 0.14.0",
 5129 "language",
 5130 "language_model",
 5131 "log",
 5132 "lsp",
 5133 "menu",
 5134 "open_ai",
 5135 "parking_lot",
 5136 "postage",
 5137 "pretty_assertions",
 5138 "project",
 5139 "pulldown-cmark 0.13.0",
 5140 "rand 0.9.2",
 5141 "regex",
 5142 "release_channel",
 5143 "semver",
 5144 "serde",
 5145 "serde_json",
 5146 "settings",
 5147 "strum 0.27.2",
 5148 "telemetry",
 5149 "telemetry_events",
 5150 "text",
 5151 "thiserror 2.0.17",
 5152 "time",
 5153 "toml 0.8.23",
 5154 "ui",
 5155 "util",
 5156 "uuid",
 5157 "workspace",
 5158 "worktree",
 5159 "zed_actions",
 5160 "zeta_prompt",
 5161 "zlog",
 5162 "zstd",
 5163]
 5164
 5165[[package]]
 5166name = "edit_prediction_cli"
 5167version = "0.1.0"
 5168dependencies = [
 5169 "anthropic",
 5170 "anyhow",
 5171 "chrono",
 5172 "clap",
 5173 "client",
 5174 "cloud_llm_client",
 5175 "collections",
 5176 "db",
 5177 "debug_adapter_extension",
 5178 "dirs 4.0.0",
 5179 "edit_prediction",
 5180 "extension",
 5181 "flate2",
 5182 "fs",
 5183 "futures 0.3.31",
 5184 "gaoya",
 5185 "gpui",
 5186 "gpui_platform",
 5187 "gpui_tokio",
 5188 "http_client",
 5189 "indoc",
 5190 "language",
 5191 "language_extension",
 5192 "language_model",
 5193 "language_models",
 5194 "languages",
 5195 "libc",
 5196 "log",
 5197 "node_runtime",
 5198 "open_ai",
 5199 "paths",
 5200 "pretty_assertions",
 5201 "project",
 5202 "prompt_store",
 5203 "rand 0.9.2",
 5204 "release_channel",
 5205 "reqwest_client",
 5206 "rust-embed",
 5207 "serde",
 5208 "serde_json",
 5209 "settings",
 5210 "shellexpand 2.1.2",
 5211 "similar",
 5212 "smol",
 5213 "sqlez",
 5214 "sqlez_macros",
 5215 "strum 0.27.2",
 5216 "telemetry_events",
 5217 "tempfile",
 5218 "terminal_view",
 5219 "toml 0.8.23",
 5220 "util",
 5221 "wasmtime",
 5222 "watch",
 5223 "workspace",
 5224 "zeta_prompt",
 5225]
 5226
 5227[[package]]
 5228name = "edit_prediction_context"
 5229version = "0.1.0"
 5230dependencies = [
 5231 "anyhow",
 5232 "clock",
 5233 "collections",
 5234 "env_logger 0.11.8",
 5235 "futures 0.3.31",
 5236 "gpui",
 5237 "indoc",
 5238 "language",
 5239 "log",
 5240 "lsp",
 5241 "parking_lot",
 5242 "pretty_assertions",
 5243 "project",
 5244 "serde",
 5245 "serde_json",
 5246 "settings",
 5247 "smallvec",
 5248 "text",
 5249 "tree-sitter",
 5250 "util",
 5251 "zeta_prompt",
 5252]
 5253
 5254[[package]]
 5255name = "edit_prediction_types"
 5256version = "0.1.0"
 5257dependencies = [
 5258 "client",
 5259 "gpui",
 5260 "icons",
 5261 "language",
 5262 "text",
 5263]
 5264
 5265[[package]]
 5266name = "edit_prediction_ui"
 5267version = "0.1.0"
 5268dependencies = [
 5269 "anyhow",
 5270 "buffer_diff",
 5271 "client",
 5272 "cloud_llm_client",
 5273 "codestral",
 5274 "collections",
 5275 "command_palette_hooks",
 5276 "copilot",
 5277 "copilot_chat",
 5278 "copilot_ui",
 5279 "edit_prediction",
 5280 "edit_prediction_types",
 5281 "editor",
 5282 "feature_flags",
 5283 "fs",
 5284 "futures 0.3.31",
 5285 "gpui",
 5286 "indoc",
 5287 "language",
 5288 "markdown",
 5289 "menu",
 5290 "multi_buffer",
 5291 "paths",
 5292 "project",
 5293 "regex",
 5294 "settings",
 5295 "telemetry",
 5296 "text",
 5297 "theme",
 5298 "theme_settings",
 5299 "time",
 5300 "ui",
 5301 "util",
 5302 "workspace",
 5303 "zed_actions",
 5304 "zeta_prompt",
 5305]
 5306
 5307[[package]]
 5308name = "editor"
 5309version = "0.1.0"
 5310dependencies = [
 5311 "aho-corasick",
 5312 "anyhow",
 5313 "assets",
 5314 "breadcrumbs",
 5315 "buffer_diff",
 5316 "client",
 5317 "clock",
 5318 "collections",
 5319 "convert_case 0.8.0",
 5320 "criterion",
 5321 "ctor",
 5322 "dap",
 5323 "db",
 5324 "edit_prediction_types",
 5325 "emojis",
 5326 "feature_flags",
 5327 "file_icons",
 5328 "fs",
 5329 "futures 0.3.31",
 5330 "fuzzy",
 5331 "git",
 5332 "gpui",
 5333 "indoc",
 5334 "itertools 0.14.0",
 5335 "language",
 5336 "languages",
 5337 "linkify",
 5338 "log",
 5339 "lsp",
 5340 "markdown",
 5341 "menu",
 5342 "multi_buffer",
 5343 "ordered-float 2.10.1",
 5344 "parking_lot",
 5345 "pretty_assertions",
 5346 "project",
 5347 "proptest",
 5348 "proptest-derive",
 5349 "rand 0.9.2",
 5350 "regex",
 5351 "release_channel",
 5352 "rope",
 5353 "rpc",
 5354 "schemars",
 5355 "semver",
 5356 "serde",
 5357 "serde_json",
 5358 "settings",
 5359 "smallvec",
 5360 "smol",
 5361 "snippet",
 5362 "sum_tree",
 5363 "task",
 5364 "telemetry",
 5365 "text",
 5366 "theme",
 5367 "theme_settings",
 5368 "time",
 5369 "tracing",
 5370 "tree-sitter-bash",
 5371 "tree-sitter-c",
 5372 "tree-sitter-html",
 5373 "tree-sitter-md",
 5374 "tree-sitter-python",
 5375 "tree-sitter-rust",
 5376 "tree-sitter-typescript",
 5377 "tree-sitter-yaml",
 5378 "ui",
 5379 "ui_input",
 5380 "unicode-script",
 5381 "unicode-segmentation",
 5382 "unicode-width",
 5383 "unindent",
 5384 "url",
 5385 "util",
 5386 "uuid",
 5387 "vim_mode_setting",
 5388 "workspace",
 5389 "zed_actions",
 5390 "zlog",
 5391 "ztracing",
 5392]
 5393
 5394[[package]]
 5395name = "either"
 5396version = "1.15.0"
 5397source = "registry+https://github.com/rust-lang/crates.io-index"
 5398checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5399dependencies = [
 5400 "serde",
 5401]
 5402
 5403[[package]]
 5404name = "elasticlunr-rs"
 5405version = "3.0.2"
 5406source = "registry+https://github.com/rust-lang/crates.io-index"
 5407checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5408dependencies = [
 5409 "regex",
 5410 "serde",
 5411 "serde_derive",
 5412 "serde_json",
 5413]
 5414
 5415[[package]]
 5416name = "elliptic-curve"
 5417version = "0.12.3"
 5418source = "registry+https://github.com/rust-lang/crates.io-index"
 5419checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5420dependencies = [
 5421 "base16ct",
 5422 "crypto-bigint 0.4.9",
 5423 "der 0.6.1",
 5424 "digest",
 5425 "ff",
 5426 "generic-array",
 5427 "group",
 5428 "pkcs8 0.9.0",
 5429 "rand_core 0.6.4",
 5430 "sec1",
 5431 "subtle",
 5432 "zeroize",
 5433]
 5434
 5435[[package]]
 5436name = "email_address"
 5437version = "0.2.9"
 5438source = "registry+https://github.com/rust-lang/crates.io-index"
 5439checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5440dependencies = [
 5441 "serde",
 5442]
 5443
 5444[[package]]
 5445name = "embed-resource"
 5446version = "3.0.6"
 5447source = "registry+https://github.com/rust-lang/crates.io-index"
 5448checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5449dependencies = [
 5450 "cc",
 5451 "memchr",
 5452 "rustc_version",
 5453 "toml 0.9.8",
 5454 "vswhom",
 5455 "winreg 0.55.0",
 5456]
 5457
 5458[[package]]
 5459name = "embedded-io"
 5460version = "0.4.0"
 5461source = "registry+https://github.com/rust-lang/crates.io-index"
 5462checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5463
 5464[[package]]
 5465name = "embedded-io"
 5466version = "0.6.1"
 5467source = "registry+https://github.com/rust-lang/crates.io-index"
 5468checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5469
 5470[[package]]
 5471name = "emojis"
 5472version = "0.6.4"
 5473source = "registry+https://github.com/rust-lang/crates.io-index"
 5474checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5475dependencies = [
 5476 "phf 0.11.3",
 5477]
 5478
 5479[[package]]
 5480name = "encode_unicode"
 5481version = "1.0.0"
 5482source = "registry+https://github.com/rust-lang/crates.io-index"
 5483checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5484
 5485[[package]]
 5486name = "encoding_rs"
 5487version = "0.8.35"
 5488source = "registry+https://github.com/rust-lang/crates.io-index"
 5489checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5490dependencies = [
 5491 "cfg-if",
 5492]
 5493
 5494[[package]]
 5495name = "encoding_selector"
 5496version = "0.1.0"
 5497dependencies = [
 5498 "editor",
 5499 "encoding_rs",
 5500 "fuzzy",
 5501 "gpui",
 5502 "language",
 5503 "picker",
 5504 "project",
 5505 "ui",
 5506 "util",
 5507 "workspace",
 5508]
 5509
 5510[[package]]
 5511name = "endi"
 5512version = "1.1.0"
 5513source = "registry+https://github.com/rust-lang/crates.io-index"
 5514checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5515
 5516[[package]]
 5517name = "enum-as-inner"
 5518version = "0.6.1"
 5519source = "registry+https://github.com/rust-lang/crates.io-index"
 5520checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5521dependencies = [
 5522 "heck 0.5.0",
 5523 "proc-macro2",
 5524 "quote",
 5525 "syn 2.0.117",
 5526]
 5527
 5528[[package]]
 5529name = "enumflags2"
 5530version = "0.7.12"
 5531source = "registry+https://github.com/rust-lang/crates.io-index"
 5532checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5533dependencies = [
 5534 "enumflags2_derive",
 5535 "serde",
 5536]
 5537
 5538[[package]]
 5539name = "enumflags2_derive"
 5540version = "0.7.12"
 5541source = "registry+https://github.com/rust-lang/crates.io-index"
 5542checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5543dependencies = [
 5544 "proc-macro2",
 5545 "quote",
 5546 "syn 2.0.117",
 5547]
 5548
 5549[[package]]
 5550name = "env_filter"
 5551version = "0.1.4"
 5552source = "registry+https://github.com/rust-lang/crates.io-index"
 5553checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5554dependencies = [
 5555 "log",
 5556 "regex",
 5557]
 5558
 5559[[package]]
 5560name = "env_logger"
 5561version = "0.10.2"
 5562source = "registry+https://github.com/rust-lang/crates.io-index"
 5563checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5564dependencies = [
 5565 "humantime",
 5566 "is-terminal",
 5567 "log",
 5568 "regex",
 5569 "termcolor",
 5570]
 5571
 5572[[package]]
 5573name = "env_logger"
 5574version = "0.11.8"
 5575source = "registry+https://github.com/rust-lang/crates.io-index"
 5576checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5577dependencies = [
 5578 "anstream",
 5579 "anstyle",
 5580 "env_filter",
 5581 "jiff",
 5582 "log",
 5583]
 5584
 5585[[package]]
 5586name = "envy"
 5587version = "0.4.2"
 5588source = "registry+https://github.com/rust-lang/crates.io-index"
 5589checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5590dependencies = [
 5591 "serde",
 5592]
 5593
 5594[[package]]
 5595name = "equator"
 5596version = "0.4.2"
 5597source = "registry+https://github.com/rust-lang/crates.io-index"
 5598checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5599dependencies = [
 5600 "equator-macro",
 5601]
 5602
 5603[[package]]
 5604name = "equator-macro"
 5605version = "0.4.2"
 5606source = "registry+https://github.com/rust-lang/crates.io-index"
 5607checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5608dependencies = [
 5609 "proc-macro2",
 5610 "quote",
 5611 "syn 2.0.117",
 5612]
 5613
 5614[[package]]
 5615name = "equivalent"
 5616version = "1.0.2"
 5617source = "registry+https://github.com/rust-lang/crates.io-index"
 5618checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5619
 5620[[package]]
 5621name = "erased-serde"
 5622version = "0.4.9"
 5623source = "registry+https://github.com/rust-lang/crates.io-index"
 5624checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5625dependencies = [
 5626 "serde",
 5627 "serde_core",
 5628 "typeid",
 5629]
 5630
 5631[[package]]
 5632name = "errno"
 5633version = "0.2.8"
 5634source = "registry+https://github.com/rust-lang/crates.io-index"
 5635checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5636dependencies = [
 5637 "errno-dragonfly",
 5638 "libc",
 5639 "winapi",
 5640]
 5641
 5642[[package]]
 5643name = "errno"
 5644version = "0.3.14"
 5645source = "registry+https://github.com/rust-lang/crates.io-index"
 5646checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5647dependencies = [
 5648 "libc",
 5649 "windows-sys 0.61.2",
 5650]
 5651
 5652[[package]]
 5653name = "errno-dragonfly"
 5654version = "0.1.2"
 5655source = "registry+https://github.com/rust-lang/crates.io-index"
 5656checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5657dependencies = [
 5658 "cc",
 5659 "libc",
 5660]
 5661
 5662[[package]]
 5663name = "error-graph"
 5664version = "0.1.1"
 5665source = "registry+https://github.com/rust-lang/crates.io-index"
 5666checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5667dependencies = [
 5668 "serde",
 5669]
 5670
 5671[[package]]
 5672name = "etagere"
 5673version = "0.2.15"
 5674source = "registry+https://github.com/rust-lang/crates.io-index"
 5675checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5676dependencies = [
 5677 "euclid",
 5678 "svg_fmt",
 5679]
 5680
 5681[[package]]
 5682name = "etcetera"
 5683version = "0.8.0"
 5684source = "registry+https://github.com/rust-lang/crates.io-index"
 5685checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5686dependencies = [
 5687 "cfg-if",
 5688 "home",
 5689 "windows-sys 0.48.0",
 5690]
 5691
 5692[[package]]
 5693name = "etw_tracing"
 5694version = "0.1.0"
 5695dependencies = [
 5696 "anyhow",
 5697 "gpui",
 5698 "log",
 5699 "net",
 5700 "serde",
 5701 "serde_json",
 5702 "util",
 5703 "windows 0.61.3",
 5704 "windows-core 0.61.2",
 5705 "workspace",
 5706 "wprcontrol",
 5707]
 5708
 5709[[package]]
 5710name = "euclid"
 5711version = "0.22.11"
 5712source = "registry+https://github.com/rust-lang/crates.io-index"
 5713checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5714dependencies = [
 5715 "num-traits",
 5716]
 5717
 5718[[package]]
 5719name = "eval_cli"
 5720version = "0.1.0"
 5721dependencies = [
 5722 "acp_thread",
 5723 "agent",
 5724 "agent-client-protocol",
 5725 "agent_ui",
 5726 "anyhow",
 5727 "clap",
 5728 "client",
 5729 "ctrlc",
 5730 "db",
 5731 "debug_adapter_extension",
 5732 "env_logger 0.11.8",
 5733 "extension",
 5734 "feature_flags",
 5735 "fs",
 5736 "futures 0.3.31",
 5737 "gpui",
 5738 "gpui_platform",
 5739 "gpui_tokio",
 5740 "language",
 5741 "language_extension",
 5742 "language_model",
 5743 "language_models",
 5744 "languages",
 5745 "node_runtime",
 5746 "paths",
 5747 "project",
 5748 "prompt_store",
 5749 "release_channel",
 5750 "reqwest_client",
 5751 "serde",
 5752 "serde_json",
 5753 "settings",
 5754 "shellexpand 2.1.2",
 5755 "terminal_view",
 5756 "util",
 5757 "watch",
 5758]
 5759
 5760[[package]]
 5761name = "eval_utils"
 5762version = "0.1.0"
 5763dependencies = [
 5764 "gpui_platform",
 5765 "serde",
 5766 "smol",
 5767]
 5768
 5769[[package]]
 5770name = "event-listener"
 5771version = "2.5.3"
 5772source = "registry+https://github.com/rust-lang/crates.io-index"
 5773checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5774
 5775[[package]]
 5776name = "event-listener"
 5777version = "5.4.1"
 5778source = "registry+https://github.com/rust-lang/crates.io-index"
 5779checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5780dependencies = [
 5781 "concurrent-queue",
 5782 "parking",
 5783 "pin-project-lite",
 5784]
 5785
 5786[[package]]
 5787name = "event-listener-strategy"
 5788version = "0.5.4"
 5789source = "registry+https://github.com/rust-lang/crates.io-index"
 5790checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5791dependencies = [
 5792 "event-listener 5.4.1",
 5793 "pin-project-lite",
 5794]
 5795
 5796[[package]]
 5797name = "exec"
 5798version = "0.3.1"
 5799source = "registry+https://github.com/rust-lang/crates.io-index"
 5800checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5801dependencies = [
 5802 "errno 0.2.8",
 5803 "libc",
 5804]
 5805
 5806[[package]]
 5807name = "explorer_command_injector"
 5808version = "0.1.0"
 5809dependencies = [
 5810 "windows 0.61.3",
 5811 "windows-core 0.61.2",
 5812 "windows-registry 0.5.3",
 5813]
 5814
 5815[[package]]
 5816name = "exr"
 5817version = "1.73.0"
 5818source = "registry+https://github.com/rust-lang/crates.io-index"
 5819checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5820dependencies = [
 5821 "bit_field",
 5822 "half",
 5823 "lebe",
 5824 "miniz_oxide",
 5825 "rayon-core",
 5826 "smallvec",
 5827 "zune-inflate",
 5828]
 5829
 5830[[package]]
 5831name = "extended"
 5832version = "0.1.0"
 5833source = "registry+https://github.com/rust-lang/crates.io-index"
 5834checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5835
 5836[[package]]
 5837name = "extension"
 5838version = "0.1.0"
 5839dependencies = [
 5840 "anyhow",
 5841 "async-trait",
 5842 "cloud_api_types",
 5843 "collections",
 5844 "dap",
 5845 "fs",
 5846 "futures 0.3.31",
 5847 "gpui",
 5848 "heck 0.5.0",
 5849 "http_client",
 5850 "indoc",
 5851 "language",
 5852 "log",
 5853 "lsp",
 5854 "parking_lot",
 5855 "pretty_assertions",
 5856 "proto",
 5857 "semver",
 5858 "serde",
 5859 "serde_json",
 5860 "task",
 5861 "tempfile",
 5862 "toml 0.8.23",
 5863 "tracing",
 5864 "url",
 5865 "util",
 5866 "wasm-encoder 0.221.3",
 5867 "wasmparser 0.221.3",
 5868 "ztracing",
 5869]
 5870
 5871[[package]]
 5872name = "extension_cli"
 5873version = "0.1.0"
 5874dependencies = [
 5875 "anyhow",
 5876 "clap",
 5877 "cloud_api_types",
 5878 "env_logger 0.11.8",
 5879 "extension",
 5880 "fs",
 5881 "gpui_platform",
 5882 "language",
 5883 "log",
 5884 "reqwest_client",
 5885 "serde",
 5886 "serde_json",
 5887 "serde_json_lenient",
 5888 "settings_content",
 5889 "snippet_provider",
 5890 "task",
 5891 "theme_settings",
 5892 "tokio",
 5893 "toml 0.8.23",
 5894 "tree-sitter",
 5895 "wasmtime",
 5896]
 5897
 5898[[package]]
 5899name = "extension_host"
 5900version = "0.1.0"
 5901dependencies = [
 5902 "anyhow",
 5903 "async-compression",
 5904 "async-tar",
 5905 "async-trait",
 5906 "client",
 5907 "cloud_api_types",
 5908 "collections",
 5909 "criterion",
 5910 "ctor",
 5911 "dap",
 5912 "extension",
 5913 "fs",
 5914 "futures 0.3.31",
 5915 "gpui",
 5916 "gpui_tokio",
 5917 "http_client",
 5918 "language",
 5919 "language_extension",
 5920 "log",
 5921 "lsp",
 5922 "moka",
 5923 "node_runtime",
 5924 "parking_lot",
 5925 "paths",
 5926 "project",
 5927 "release_channel",
 5928 "remote",
 5929 "reqwest_client",
 5930 "semver",
 5931 "serde",
 5932 "serde_json",
 5933 "serde_json_lenient",
 5934 "settings",
 5935 "task",
 5936 "telemetry",
 5937 "tempfile",
 5938 "theme",
 5939 "theme_extension",
 5940 "theme_settings",
 5941 "toml 0.8.23",
 5942 "tracing",
 5943 "url",
 5944 "util",
 5945 "wasmparser 0.221.3",
 5946 "wasmtime",
 5947 "wasmtime-wasi",
 5948 "zlog",
 5949 "ztracing",
 5950]
 5951
 5952[[package]]
 5953name = "extensions_ui"
 5954version = "0.1.0"
 5955dependencies = [
 5956 "anyhow",
 5957 "client",
 5958 "cloud_api_types",
 5959 "collections",
 5960 "db",
 5961 "editor",
 5962 "extension",
 5963 "extension_host",
 5964 "fs",
 5965 "fuzzy",
 5966 "gpui",
 5967 "language",
 5968 "log",
 5969 "num-format",
 5970 "picker",
 5971 "project",
 5972 "release_channel",
 5973 "semver",
 5974 "serde",
 5975 "settings",
 5976 "smallvec",
 5977 "strum 0.27.2",
 5978 "telemetry",
 5979 "theme_settings",
 5980 "ui",
 5981 "util",
 5982 "vim_mode_setting",
 5983 "workspace",
 5984 "zed_actions",
 5985]
 5986
 5987[[package]]
 5988name = "failspot"
 5989version = "0.2.0"
 5990source = "registry+https://github.com/rust-lang/crates.io-index"
 5991checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 5992
 5993[[package]]
 5994name = "fallible-iterator"
 5995version = "0.3.0"
 5996source = "registry+https://github.com/rust-lang/crates.io-index"
 5997checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5998
 5999[[package]]
 6000name = "fancy-regex"
 6001version = "0.16.2"
 6002source = "registry+https://github.com/rust-lang/crates.io-index"
 6003checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6004dependencies = [
 6005 "bit-set 0.8.0",
 6006 "regex-automata",
 6007 "regex-syntax",
 6008]
 6009
 6010[[package]]
 6011name = "fancy-regex"
 6012version = "0.17.0"
 6013source = "registry+https://github.com/rust-lang/crates.io-index"
 6014checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6015dependencies = [
 6016 "bit-set 0.8.0",
 6017 "regex-automata",
 6018 "regex-syntax",
 6019]
 6020
 6021[[package]]
 6022name = "fast-srgb8"
 6023version = "1.0.0"
 6024source = "registry+https://github.com/rust-lang/crates.io-index"
 6025checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6026
 6027[[package]]
 6028name = "fastrand"
 6029version = "1.9.0"
 6030source = "registry+https://github.com/rust-lang/crates.io-index"
 6031checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6032dependencies = [
 6033 "instant",
 6034]
 6035
 6036[[package]]
 6037name = "fastrand"
 6038version = "2.3.0"
 6039source = "registry+https://github.com/rust-lang/crates.io-index"
 6040checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6041
 6042[[package]]
 6043name = "fax"
 6044version = "0.2.6"
 6045source = "registry+https://github.com/rust-lang/crates.io-index"
 6046checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6047dependencies = [
 6048 "fax_derive",
 6049]
 6050
 6051[[package]]
 6052name = "fax_derive"
 6053version = "0.2.0"
 6054source = "registry+https://github.com/rust-lang/crates.io-index"
 6055checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6056dependencies = [
 6057 "proc-macro2",
 6058 "quote",
 6059 "syn 2.0.117",
 6060]
 6061
 6062[[package]]
 6063name = "fd-lock"
 6064version = "4.0.4"
 6065source = "registry+https://github.com/rust-lang/crates.io-index"
 6066checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6067dependencies = [
 6068 "cfg-if",
 6069 "rustix 1.1.2",
 6070 "windows-sys 0.59.0",
 6071]
 6072
 6073[[package]]
 6074name = "fdeflate"
 6075version = "0.3.7"
 6076source = "registry+https://github.com/rust-lang/crates.io-index"
 6077checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6078dependencies = [
 6079 "simd-adler32",
 6080]
 6081
 6082[[package]]
 6083name = "feature_flags"
 6084version = "0.1.0"
 6085dependencies = [
 6086 "gpui",
 6087]
 6088
 6089[[package]]
 6090name = "feedback"
 6091version = "0.1.0"
 6092dependencies = [
 6093 "gpui",
 6094 "system_specs",
 6095 "urlencoding",
 6096 "util",
 6097 "workspace",
 6098 "zed_actions",
 6099]
 6100
 6101[[package]]
 6102name = "ff"
 6103version = "0.12.1"
 6104source = "registry+https://github.com/rust-lang/crates.io-index"
 6105checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6106dependencies = [
 6107 "rand_core 0.6.4",
 6108 "subtle",
 6109]
 6110
 6111[[package]]
 6112name = "file_finder"
 6113version = "0.1.0"
 6114dependencies = [
 6115 "anyhow",
 6116 "channel",
 6117 "client",
 6118 "collections",
 6119 "ctor",
 6120 "editor",
 6121 "file_icons",
 6122 "futures 0.3.31",
 6123 "fuzzy",
 6124 "gpui",
 6125 "menu",
 6126 "open_path_prompt",
 6127 "picker",
 6128 "pretty_assertions",
 6129 "project",
 6130 "project_panel",
 6131 "remote_connection",
 6132 "serde",
 6133 "serde_json",
 6134 "settings",
 6135 "theme",
 6136 "theme_settings",
 6137 "ui",
 6138 "util",
 6139 "workspace",
 6140 "zed_actions",
 6141 "zlog",
 6142]
 6143
 6144[[package]]
 6145name = "file_icons"
 6146version = "0.1.0"
 6147dependencies = [
 6148 "gpui",
 6149 "serde",
 6150 "theme",
 6151 "util",
 6152]
 6153
 6154[[package]]
 6155name = "filedescriptor"
 6156version = "0.8.3"
 6157source = "registry+https://github.com/rust-lang/crates.io-index"
 6158checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6159dependencies = [
 6160 "libc",
 6161 "thiserror 1.0.69",
 6162 "winapi",
 6163]
 6164
 6165[[package]]
 6166name = "filetime"
 6167version = "0.2.26"
 6168source = "registry+https://github.com/rust-lang/crates.io-index"
 6169checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6170dependencies = [
 6171 "cfg-if",
 6172 "libc",
 6173 "libredox",
 6174 "windows-sys 0.60.2",
 6175]
 6176
 6177[[package]]
 6178name = "find-msvc-tools"
 6179version = "0.1.5"
 6180source = "registry+https://github.com/rust-lang/crates.io-index"
 6181checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6182
 6183[[package]]
 6184name = "fixedbitset"
 6185version = "0.4.2"
 6186source = "registry+https://github.com/rust-lang/crates.io-index"
 6187checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6188
 6189[[package]]
 6190name = "fixedbitset"
 6191version = "0.5.7"
 6192source = "registry+https://github.com/rust-lang/crates.io-index"
 6193checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6194
 6195[[package]]
 6196name = "flate2"
 6197version = "1.1.8"
 6198source = "registry+https://github.com/rust-lang/crates.io-index"
 6199checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6200dependencies = [
 6201 "crc32fast",
 6202 "miniz_oxide",
 6203]
 6204
 6205[[package]]
 6206name = "float-cmp"
 6207version = "0.9.0"
 6208source = "registry+https://github.com/rust-lang/crates.io-index"
 6209checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6210
 6211[[package]]
 6212name = "float-ord"
 6213version = "0.3.2"
 6214source = "registry+https://github.com/rust-lang/crates.io-index"
 6215checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6216
 6217[[package]]
 6218name = "float8"
 6219version = "0.4.2"
 6220source = "registry+https://github.com/rust-lang/crates.io-index"
 6221checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6222dependencies = [
 6223 "half",
 6224 "num-traits",
 6225 "rand 0.9.2",
 6226 "rand_distr",
 6227]
 6228
 6229[[package]]
 6230name = "float_next_after"
 6231version = "1.0.0"
 6232source = "registry+https://github.com/rust-lang/crates.io-index"
 6233checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6234
 6235[[package]]
 6236name = "fluent-uri"
 6237version = "0.4.1"
 6238source = "registry+https://github.com/rust-lang/crates.io-index"
 6239checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6240dependencies = [
 6241 "borrow-or-share",
 6242 "ref-cast",
 6243 "serde",
 6244]
 6245
 6246[[package]]
 6247name = "flume"
 6248version = "0.11.1"
 6249source = "registry+https://github.com/rust-lang/crates.io-index"
 6250checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6251dependencies = [
 6252 "futures-core",
 6253 "futures-sink",
 6254 "nanorand",
 6255 "spin 0.9.8",
 6256]
 6257
 6258[[package]]
 6259name = "fnv"
 6260version = "1.0.7"
 6261source = "registry+https://github.com/rust-lang/crates.io-index"
 6262checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6263
 6264[[package]]
 6265name = "foldhash"
 6266version = "0.1.5"
 6267source = "registry+https://github.com/rust-lang/crates.io-index"
 6268checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6269
 6270[[package]]
 6271name = "foldhash"
 6272version = "0.2.0"
 6273source = "registry+https://github.com/rust-lang/crates.io-index"
 6274checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6275
 6276[[package]]
 6277name = "font-types"
 6278version = "0.10.0"
 6279source = "registry+https://github.com/rust-lang/crates.io-index"
 6280checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6281dependencies = [
 6282 "bytemuck",
 6283]
 6284
 6285[[package]]
 6286name = "font-types"
 6287version = "0.11.0"
 6288source = "registry+https://github.com/rust-lang/crates.io-index"
 6289checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6290dependencies = [
 6291 "bytemuck",
 6292]
 6293
 6294[[package]]
 6295name = "fontconfig-parser"
 6296version = "0.5.8"
 6297source = "registry+https://github.com/rust-lang/crates.io-index"
 6298checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6299dependencies = [
 6300 "roxmltree",
 6301]
 6302
 6303[[package]]
 6304name = "fontdb"
 6305version = "0.16.2"
 6306source = "registry+https://github.com/rust-lang/crates.io-index"
 6307checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6308dependencies = [
 6309 "fontconfig-parser",
 6310 "log",
 6311 "memmap2",
 6312 "slotmap",
 6313 "tinyvec",
 6314 "ttf-parser 0.20.0",
 6315]
 6316
 6317[[package]]
 6318name = "fontdb"
 6319version = "0.23.0"
 6320source = "registry+https://github.com/rust-lang/crates.io-index"
 6321checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6322dependencies = [
 6323 "fontconfig-parser",
 6324 "log",
 6325 "memmap2",
 6326 "slotmap",
 6327 "tinyvec",
 6328 "ttf-parser 0.25.1",
 6329]
 6330
 6331[[package]]
 6332name = "foreign-types"
 6333version = "0.3.2"
 6334source = "registry+https://github.com/rust-lang/crates.io-index"
 6335checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6336dependencies = [
 6337 "foreign-types-shared 0.1.1",
 6338]
 6339
 6340[[package]]
 6341name = "foreign-types"
 6342version = "0.5.0"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6345dependencies = [
 6346 "foreign-types-macros",
 6347 "foreign-types-shared 0.3.1",
 6348]
 6349
 6350[[package]]
 6351name = "foreign-types-macros"
 6352version = "0.2.3"
 6353source = "registry+https://github.com/rust-lang/crates.io-index"
 6354checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6355dependencies = [
 6356 "proc-macro2",
 6357 "quote",
 6358 "syn 2.0.117",
 6359]
 6360
 6361[[package]]
 6362name = "foreign-types-shared"
 6363version = "0.1.1"
 6364source = "registry+https://github.com/rust-lang/crates.io-index"
 6365checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6366
 6367[[package]]
 6368name = "foreign-types-shared"
 6369version = "0.3.1"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6372
 6373[[package]]
 6374name = "fork"
 6375version = "0.4.0"
 6376source = "registry+https://github.com/rust-lang/crates.io-index"
 6377checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6378dependencies = [
 6379 "libc",
 6380]
 6381
 6382[[package]]
 6383name = "form_urlencoded"
 6384version = "1.2.2"
 6385source = "registry+https://github.com/rust-lang/crates.io-index"
 6386checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6387dependencies = [
 6388 "percent-encoding",
 6389]
 6390
 6391[[package]]
 6392name = "fraction"
 6393version = "0.15.3"
 6394source = "registry+https://github.com/rust-lang/crates.io-index"
 6395checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6396dependencies = [
 6397 "lazy_static",
 6398 "num",
 6399]
 6400
 6401[[package]]
 6402name = "freetype-sys"
 6403version = "0.20.1"
 6404source = "registry+https://github.com/rust-lang/crates.io-index"
 6405checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6406dependencies = [
 6407 "cc",
 6408 "libc",
 6409 "pkg-config",
 6410]
 6411
 6412[[package]]
 6413name = "fs"
 6414version = "0.1.0"
 6415dependencies = [
 6416 "anyhow",
 6417 "ashpd",
 6418 "async-tar",
 6419 "async-trait",
 6420 "cocoa 0.26.0",
 6421 "collections",
 6422 "dunce",
 6423 "fs",
 6424 "futures 0.3.31",
 6425 "git",
 6426 "gpui",
 6427 "ignore",
 6428 "is_executable",
 6429 "libc",
 6430 "log",
 6431 "notify 8.2.0",
 6432 "objc",
 6433 "parking_lot",
 6434 "paths",
 6435 "proto",
 6436 "rope",
 6437 "serde",
 6438 "serde_json",
 6439 "smol",
 6440 "tempfile",
 6441 "text",
 6442 "time",
 6443 "util",
 6444 "windows 0.61.3",
 6445]
 6446
 6447[[package]]
 6448name = "fs-set-times"
 6449version = "0.20.3"
 6450source = "registry+https://github.com/rust-lang/crates.io-index"
 6451checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6452dependencies = [
 6453 "io-lifetimes",
 6454 "rustix 1.1.2",
 6455 "windows-sys 0.59.0",
 6456]
 6457
 6458[[package]]
 6459name = "fs2"
 6460version = "0.4.3"
 6461source = "registry+https://github.com/rust-lang/crates.io-index"
 6462checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6463dependencies = [
 6464 "libc",
 6465 "winapi",
 6466]
 6467
 6468[[package]]
 6469name = "fs_benchmarks"
 6470version = "0.1.0"
 6471dependencies = [
 6472 "fs",
 6473 "gpui",
 6474 "gpui_platform",
 6475]
 6476
 6477[[package]]
 6478name = "fs_extra"
 6479version = "1.3.0"
 6480source = "registry+https://github.com/rust-lang/crates.io-index"
 6481checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6482
 6483[[package]]
 6484name = "fsevent-sys"
 6485version = "4.1.0"
 6486source = "registry+https://github.com/rust-lang/crates.io-index"
 6487checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6488dependencies = [
 6489 "libc",
 6490]
 6491
 6492[[package]]
 6493name = "fuchsia-cprng"
 6494version = "0.1.1"
 6495source = "registry+https://github.com/rust-lang/crates.io-index"
 6496checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6497
 6498[[package]]
 6499name = "funty"
 6500version = "2.0.0"
 6501source = "registry+https://github.com/rust-lang/crates.io-index"
 6502checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6503
 6504[[package]]
 6505name = "futf"
 6506version = "0.1.5"
 6507source = "registry+https://github.com/rust-lang/crates.io-index"
 6508checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6509dependencies = [
 6510 "mac",
 6511 "new_debug_unreachable",
 6512]
 6513
 6514[[package]]
 6515name = "futures"
 6516version = "0.1.31"
 6517source = "registry+https://github.com/rust-lang/crates.io-index"
 6518checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6519
 6520[[package]]
 6521name = "futures"
 6522version = "0.3.31"
 6523source = "registry+https://github.com/rust-lang/crates.io-index"
 6524checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6525dependencies = [
 6526 "futures-channel",
 6527 "futures-core",
 6528 "futures-executor",
 6529 "futures-io",
 6530 "futures-sink",
 6531 "futures-task",
 6532 "futures-util",
 6533]
 6534
 6535[[package]]
 6536name = "futures-channel"
 6537version = "0.3.31"
 6538source = "registry+https://github.com/rust-lang/crates.io-index"
 6539checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6540dependencies = [
 6541 "futures-core",
 6542 "futures-sink",
 6543]
 6544
 6545[[package]]
 6546name = "futures-concurrency"
 6547version = "7.7.1"
 6548source = "registry+https://github.com/rust-lang/crates.io-index"
 6549checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6550dependencies = [
 6551 "fixedbitset 0.5.7",
 6552 "futures-core",
 6553 "futures-lite 2.6.1",
 6554 "pin-project",
 6555 "smallvec",
 6556]
 6557
 6558[[package]]
 6559name = "futures-core"
 6560version = "0.3.31"
 6561source = "registry+https://github.com/rust-lang/crates.io-index"
 6562checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6563
 6564[[package]]
 6565name = "futures-executor"
 6566version = "0.3.31"
 6567source = "registry+https://github.com/rust-lang/crates.io-index"
 6568checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6569dependencies = [
 6570 "futures-core",
 6571 "futures-task",
 6572 "futures-util",
 6573]
 6574
 6575[[package]]
 6576name = "futures-intrusive"
 6577version = "0.5.0"
 6578source = "registry+https://github.com/rust-lang/crates.io-index"
 6579checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6580dependencies = [
 6581 "futures-core",
 6582 "lock_api",
 6583 "parking_lot",
 6584]
 6585
 6586[[package]]
 6587name = "futures-io"
 6588version = "0.3.31"
 6589source = "registry+https://github.com/rust-lang/crates.io-index"
 6590checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6591
 6592[[package]]
 6593name = "futures-lite"
 6594version = "1.13.0"
 6595source = "registry+https://github.com/rust-lang/crates.io-index"
 6596checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6597dependencies = [
 6598 "fastrand 1.9.0",
 6599 "futures-core",
 6600 "futures-io",
 6601 "memchr",
 6602 "parking",
 6603 "pin-project-lite",
 6604 "waker-fn",
 6605]
 6606
 6607[[package]]
 6608name = "futures-lite"
 6609version = "2.6.1"
 6610source = "registry+https://github.com/rust-lang/crates.io-index"
 6611checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6612dependencies = [
 6613 "fastrand 2.3.0",
 6614 "futures-core",
 6615 "futures-io",
 6616 "parking",
 6617 "pin-project-lite",
 6618]
 6619
 6620[[package]]
 6621name = "futures-macro"
 6622version = "0.3.31"
 6623source = "registry+https://github.com/rust-lang/crates.io-index"
 6624checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6625dependencies = [
 6626 "proc-macro2",
 6627 "quote",
 6628 "syn 2.0.117",
 6629]
 6630
 6631[[package]]
 6632name = "futures-sink"
 6633version = "0.3.31"
 6634source = "registry+https://github.com/rust-lang/crates.io-index"
 6635checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6636
 6637[[package]]
 6638name = "futures-task"
 6639version = "0.3.31"
 6640source = "registry+https://github.com/rust-lang/crates.io-index"
 6641checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6642
 6643[[package]]
 6644name = "futures-util"
 6645version = "0.3.31"
 6646source = "registry+https://github.com/rust-lang/crates.io-index"
 6647checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6648dependencies = [
 6649 "futures 0.1.31",
 6650 "futures-channel",
 6651 "futures-core",
 6652 "futures-io",
 6653 "futures-macro",
 6654 "futures-sink",
 6655 "futures-task",
 6656 "memchr",
 6657 "pin-project-lite",
 6658 "pin-utils",
 6659 "slab",
 6660 "tokio-io",
 6661]
 6662
 6663[[package]]
 6664name = "fuzzy"
 6665version = "0.1.0"
 6666dependencies = [
 6667 "gpui",
 6668 "log",
 6669 "util",
 6670]
 6671
 6672[[package]]
 6673name = "fuzzy-matcher"
 6674version = "0.3.7"
 6675source = "registry+https://github.com/rust-lang/crates.io-index"
 6676checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6677dependencies = [
 6678 "thread_local",
 6679]
 6680
 6681[[package]]
 6682name = "gaoya"
 6683version = "0.2.0"
 6684source = "registry+https://github.com/rust-lang/crates.io-index"
 6685checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6686dependencies = [
 6687 "ahash 0.8.12",
 6688 "crossbeam-utils",
 6689 "fnv",
 6690 "itertools 0.10.5",
 6691 "num-traits",
 6692 "rand 0.8.5",
 6693 "rand_pcg",
 6694 "random_choice",
 6695 "rayon",
 6696 "seahash",
 6697 "sha-1",
 6698 "shingles",
 6699 "siphasher 0.3.11",
 6700 "smallvec",
 6701 "triomphe",
 6702]
 6703
 6704[[package]]
 6705name = "gemm"
 6706version = "0.17.1"
 6707source = "registry+https://github.com/rust-lang/crates.io-index"
 6708checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6709dependencies = [
 6710 "dyn-stack 0.10.0",
 6711 "gemm-c32 0.17.1",
 6712 "gemm-c64 0.17.1",
 6713 "gemm-common 0.17.1",
 6714 "gemm-f16 0.17.1",
 6715 "gemm-f32 0.17.1",
 6716 "gemm-f64 0.17.1",
 6717 "num-complex",
 6718 "num-traits",
 6719 "paste",
 6720 "raw-cpuid 10.7.0",
 6721 "seq-macro",
 6722]
 6723
 6724[[package]]
 6725name = "gemm"
 6726version = "0.18.2"
 6727source = "registry+https://github.com/rust-lang/crates.io-index"
 6728checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6729dependencies = [
 6730 "dyn-stack 0.13.2",
 6731 "gemm-c32 0.18.2",
 6732 "gemm-c64 0.18.2",
 6733 "gemm-common 0.18.2",
 6734 "gemm-f16 0.18.2",
 6735 "gemm-f32 0.18.2",
 6736 "gemm-f64 0.18.2",
 6737 "num-complex",
 6738 "num-traits",
 6739 "paste",
 6740 "raw-cpuid 11.6.0",
 6741 "seq-macro",
 6742]
 6743
 6744[[package]]
 6745name = "gemm-c32"
 6746version = "0.17.1"
 6747source = "registry+https://github.com/rust-lang/crates.io-index"
 6748checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6749dependencies = [
 6750 "dyn-stack 0.10.0",
 6751 "gemm-common 0.17.1",
 6752 "num-complex",
 6753 "num-traits",
 6754 "paste",
 6755 "raw-cpuid 10.7.0",
 6756 "seq-macro",
 6757]
 6758
 6759[[package]]
 6760name = "gemm-c32"
 6761version = "0.18.2"
 6762source = "registry+https://github.com/rust-lang/crates.io-index"
 6763checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6764dependencies = [
 6765 "dyn-stack 0.13.2",
 6766 "gemm-common 0.18.2",
 6767 "num-complex",
 6768 "num-traits",
 6769 "paste",
 6770 "raw-cpuid 11.6.0",
 6771 "seq-macro",
 6772]
 6773
 6774[[package]]
 6775name = "gemm-c64"
 6776version = "0.17.1"
 6777source = "registry+https://github.com/rust-lang/crates.io-index"
 6778checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6779dependencies = [
 6780 "dyn-stack 0.10.0",
 6781 "gemm-common 0.17.1",
 6782 "num-complex",
 6783 "num-traits",
 6784 "paste",
 6785 "raw-cpuid 10.7.0",
 6786 "seq-macro",
 6787]
 6788
 6789[[package]]
 6790name = "gemm-c64"
 6791version = "0.18.2"
 6792source = "registry+https://github.com/rust-lang/crates.io-index"
 6793checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6794dependencies = [
 6795 "dyn-stack 0.13.2",
 6796 "gemm-common 0.18.2",
 6797 "num-complex",
 6798 "num-traits",
 6799 "paste",
 6800 "raw-cpuid 11.6.0",
 6801 "seq-macro",
 6802]
 6803
 6804[[package]]
 6805name = "gemm-common"
 6806version = "0.17.1"
 6807source = "registry+https://github.com/rust-lang/crates.io-index"
 6808checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6809dependencies = [
 6810 "bytemuck",
 6811 "dyn-stack 0.10.0",
 6812 "half",
 6813 "num-complex",
 6814 "num-traits",
 6815 "once_cell",
 6816 "paste",
 6817 "pulp 0.18.22",
 6818 "raw-cpuid 10.7.0",
 6819 "rayon",
 6820 "seq-macro",
 6821 "sysctl 0.5.5",
 6822]
 6823
 6824[[package]]
 6825name = "gemm-common"
 6826version = "0.18.2"
 6827source = "registry+https://github.com/rust-lang/crates.io-index"
 6828checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6829dependencies = [
 6830 "bytemuck",
 6831 "dyn-stack 0.13.2",
 6832 "half",
 6833 "libm",
 6834 "num-complex",
 6835 "num-traits",
 6836 "once_cell",
 6837 "paste",
 6838 "pulp 0.21.5",
 6839 "raw-cpuid 11.6.0",
 6840 "rayon",
 6841 "seq-macro",
 6842 "sysctl 0.6.0",
 6843]
 6844
 6845[[package]]
 6846name = "gemm-f16"
 6847version = "0.17.1"
 6848source = "registry+https://github.com/rust-lang/crates.io-index"
 6849checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6850dependencies = [
 6851 "dyn-stack 0.10.0",
 6852 "gemm-common 0.17.1",
 6853 "gemm-f32 0.17.1",
 6854 "half",
 6855 "num-complex",
 6856 "num-traits",
 6857 "paste",
 6858 "raw-cpuid 10.7.0",
 6859 "rayon",
 6860 "seq-macro",
 6861]
 6862
 6863[[package]]
 6864name = "gemm-f16"
 6865version = "0.18.2"
 6866source = "registry+https://github.com/rust-lang/crates.io-index"
 6867checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6868dependencies = [
 6869 "dyn-stack 0.13.2",
 6870 "gemm-common 0.18.2",
 6871 "gemm-f32 0.18.2",
 6872 "half",
 6873 "num-complex",
 6874 "num-traits",
 6875 "paste",
 6876 "raw-cpuid 11.6.0",
 6877 "rayon",
 6878 "seq-macro",
 6879]
 6880
 6881[[package]]
 6882name = "gemm-f32"
 6883version = "0.17.1"
 6884source = "registry+https://github.com/rust-lang/crates.io-index"
 6885checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6886dependencies = [
 6887 "dyn-stack 0.10.0",
 6888 "gemm-common 0.17.1",
 6889 "num-complex",
 6890 "num-traits",
 6891 "paste",
 6892 "raw-cpuid 10.7.0",
 6893 "seq-macro",
 6894]
 6895
 6896[[package]]
 6897name = "gemm-f32"
 6898version = "0.18.2"
 6899source = "registry+https://github.com/rust-lang/crates.io-index"
 6900checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6901dependencies = [
 6902 "dyn-stack 0.13.2",
 6903 "gemm-common 0.18.2",
 6904 "num-complex",
 6905 "num-traits",
 6906 "paste",
 6907 "raw-cpuid 11.6.0",
 6908 "seq-macro",
 6909]
 6910
 6911[[package]]
 6912name = "gemm-f64"
 6913version = "0.17.1"
 6914source = "registry+https://github.com/rust-lang/crates.io-index"
 6915checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6916dependencies = [
 6917 "dyn-stack 0.10.0",
 6918 "gemm-common 0.17.1",
 6919 "num-complex",
 6920 "num-traits",
 6921 "paste",
 6922 "raw-cpuid 10.7.0",
 6923 "seq-macro",
 6924]
 6925
 6926[[package]]
 6927name = "gemm-f64"
 6928version = "0.18.2"
 6929source = "registry+https://github.com/rust-lang/crates.io-index"
 6930checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6931dependencies = [
 6932 "dyn-stack 0.13.2",
 6933 "gemm-common 0.18.2",
 6934 "num-complex",
 6935 "num-traits",
 6936 "paste",
 6937 "raw-cpuid 11.6.0",
 6938 "seq-macro",
 6939]
 6940
 6941[[package]]
 6942name = "generator"
 6943version = "0.8.7"
 6944source = "registry+https://github.com/rust-lang/crates.io-index"
 6945checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 6946dependencies = [
 6947 "cc",
 6948 "cfg-if",
 6949 "libc",
 6950 "log",
 6951 "rustversion",
 6952 "windows 0.61.3",
 6953]
 6954
 6955[[package]]
 6956name = "generic-array"
 6957version = "0.14.7"
 6958source = "registry+https://github.com/rust-lang/crates.io-index"
 6959checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 6960dependencies = [
 6961 "typenum",
 6962 "version_check",
 6963]
 6964
 6965[[package]]
 6966name = "gethostname"
 6967version = "1.1.0"
 6968source = "registry+https://github.com/rust-lang/crates.io-index"
 6969checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 6970dependencies = [
 6971 "rustix 1.1.2",
 6972 "windows-link 0.2.1",
 6973]
 6974
 6975[[package]]
 6976name = "getrandom"
 6977version = "0.2.16"
 6978source = "registry+https://github.com/rust-lang/crates.io-index"
 6979checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 6980dependencies = [
 6981 "cfg-if",
 6982 "js-sys",
 6983 "libc",
 6984 "wasi",
 6985 "wasm-bindgen",
 6986]
 6987
 6988[[package]]
 6989name = "getrandom"
 6990version = "0.3.4"
 6991source = "registry+https://github.com/rust-lang/crates.io-index"
 6992checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 6993dependencies = [
 6994 "cfg-if",
 6995 "js-sys",
 6996 "libc",
 6997 "r-efi",
 6998 "wasip2",
 6999 "wasm-bindgen",
 7000]
 7001
 7002[[package]]
 7003name = "getrandom"
 7004version = "0.4.1"
 7005source = "registry+https://github.com/rust-lang/crates.io-index"
 7006checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7007dependencies = [
 7008 "cfg-if",
 7009 "libc",
 7010 "r-efi",
 7011 "wasip2",
 7012 "wasip3",
 7013]
 7014
 7015[[package]]
 7016name = "gh-workflow"
 7017version = "0.8.0"
 7018source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7019dependencies = [
 7020 "async-trait",
 7021 "derive_more",
 7022 "derive_setters",
 7023 "gh-workflow-macros",
 7024 "indexmap",
 7025 "merge",
 7026 "serde",
 7027 "serde_json",
 7028 "serde_yaml",
 7029 "strum_macros 0.27.2",
 7030]
 7031
 7032[[package]]
 7033name = "gh-workflow-macros"
 7034version = "0.8.0"
 7035source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7036dependencies = [
 7037 "heck 0.5.0",
 7038 "quote",
 7039 "syn 2.0.117",
 7040]
 7041
 7042[[package]]
 7043name = "gif"
 7044version = "0.13.3"
 7045source = "registry+https://github.com/rust-lang/crates.io-index"
 7046checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7047dependencies = [
 7048 "color_quant",
 7049 "weezl",
 7050]
 7051
 7052[[package]]
 7053name = "gimli"
 7054version = "0.32.3"
 7055source = "registry+https://github.com/rust-lang/crates.io-index"
 7056checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7057dependencies = [
 7058 "fallible-iterator",
 7059 "indexmap",
 7060 "stable_deref_trait",
 7061]
 7062
 7063[[package]]
 7064name = "gio-sys"
 7065version = "0.21.5"
 7066source = "registry+https://github.com/rust-lang/crates.io-index"
 7067checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7068dependencies = [
 7069 "glib-sys",
 7070 "gobject-sys",
 7071 "libc",
 7072 "system-deps 7.0.7",
 7073 "windows-sys 0.61.2",
 7074]
 7075
 7076[[package]]
 7077name = "git"
 7078version = "0.1.0"
 7079dependencies = [
 7080 "anyhow",
 7081 "askpass",
 7082 "async-trait",
 7083 "collections",
 7084 "derive_more",
 7085 "futures 0.3.31",
 7086 "git2",
 7087 "gpui",
 7088 "http_client",
 7089 "itertools 0.14.0",
 7090 "log",
 7091 "parking_lot",
 7092 "pretty_assertions",
 7093 "rand 0.9.2",
 7094 "regex",
 7095 "rope",
 7096 "schemars",
 7097 "serde",
 7098 "serde_json",
 7099 "smallvec",
 7100 "smol",
 7101 "sum_tree",
 7102 "tempfile",
 7103 "text",
 7104 "thiserror 2.0.17",
 7105 "time",
 7106 "url",
 7107 "urlencoding",
 7108 "util",
 7109 "uuid",
 7110 "ztracing",
 7111]
 7112
 7113[[package]]
 7114name = "git2"
 7115version = "0.20.4"
 7116source = "registry+https://github.com/rust-lang/crates.io-index"
 7117checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7118dependencies = [
 7119 "bitflags 2.10.0",
 7120 "libc",
 7121 "libgit2-sys",
 7122 "log",
 7123 "url",
 7124]
 7125
 7126[[package]]
 7127name = "git_graph"
 7128version = "0.1.0"
 7129dependencies = [
 7130 "anyhow",
 7131 "collections",
 7132 "db",
 7133 "editor",
 7134 "feature_flags",
 7135 "fs",
 7136 "git",
 7137 "git_ui",
 7138 "gpui",
 7139 "language",
 7140 "menu",
 7141 "project",
 7142 "rand 0.9.2",
 7143 "remote_connection",
 7144 "search",
 7145 "serde_json",
 7146 "settings",
 7147 "smallvec",
 7148 "smol",
 7149 "theme",
 7150 "theme_settings",
 7151 "time",
 7152 "ui",
 7153 "workspace",
 7154]
 7155
 7156[[package]]
 7157name = "git_hosting_providers"
 7158version = "0.1.0"
 7159dependencies = [
 7160 "anyhow",
 7161 "async-trait",
 7162 "futures 0.3.31",
 7163 "git",
 7164 "gpui",
 7165 "http_client",
 7166 "indoc",
 7167 "itertools 0.14.0",
 7168 "pretty_assertions",
 7169 "regex",
 7170 "serde",
 7171 "serde_json",
 7172 "settings",
 7173 "url",
 7174 "urlencoding",
 7175 "util",
 7176]
 7177
 7178[[package]]
 7179name = "git_ui"
 7180version = "0.1.0"
 7181dependencies = [
 7182 "agent_settings",
 7183 "anyhow",
 7184 "askpass",
 7185 "buffer_diff",
 7186 "call",
 7187 "collections",
 7188 "component",
 7189 "ctor",
 7190 "db",
 7191 "editor",
 7192 "feature_flags",
 7193 "file_icons",
 7194 "futures 0.3.31",
 7195 "fuzzy",
 7196 "git",
 7197 "gpui",
 7198 "indoc",
 7199 "itertools 0.14.0",
 7200 "language",
 7201 "language_model",
 7202 "linkify",
 7203 "log",
 7204 "markdown",
 7205 "menu",
 7206 "multi_buffer",
 7207 "notifications",
 7208 "panel",
 7209 "picker",
 7210 "pretty_assertions",
 7211 "project",
 7212 "prompt_store",
 7213 "proto",
 7214 "rand 0.9.2",
 7215 "remote",
 7216 "remote_connection",
 7217 "schemars",
 7218 "serde",
 7219 "serde_json",
 7220 "settings",
 7221 "smallvec",
 7222 "smol",
 7223 "strum 0.27.2",
 7224 "telemetry",
 7225 "theme",
 7226 "theme_settings",
 7227 "time",
 7228 "time_format",
 7229 "tracing",
 7230 "ui",
 7231 "ui_input",
 7232 "unindent",
 7233 "util",
 7234 "watch",
 7235 "windows 0.61.3",
 7236 "workspace",
 7237 "zed_actions",
 7238 "zeroize",
 7239 "zlog",
 7240 "ztracing",
 7241]
 7242
 7243[[package]]
 7244name = "gl_generator"
 7245version = "0.14.0"
 7246source = "registry+https://github.com/rust-lang/crates.io-index"
 7247checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7248dependencies = [
 7249 "khronos_api",
 7250 "log",
 7251 "xml-rs",
 7252]
 7253
 7254[[package]]
 7255name = "glib"
 7256version = "0.21.5"
 7257source = "registry+https://github.com/rust-lang/crates.io-index"
 7258checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7259dependencies = [
 7260 "bitflags 2.10.0",
 7261 "futures-channel",
 7262 "futures-core",
 7263 "futures-executor",
 7264 "futures-task",
 7265 "futures-util",
 7266 "gio-sys",
 7267 "glib-macros",
 7268 "glib-sys",
 7269 "gobject-sys",
 7270 "libc",
 7271 "memchr",
 7272 "smallvec",
 7273]
 7274
 7275[[package]]
 7276name = "glib-macros"
 7277version = "0.21.5"
 7278source = "registry+https://github.com/rust-lang/crates.io-index"
 7279checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7280dependencies = [
 7281 "heck 0.5.0",
 7282 "proc-macro-crate",
 7283 "proc-macro2",
 7284 "quote",
 7285 "syn 2.0.117",
 7286]
 7287
 7288[[package]]
 7289name = "glib-sys"
 7290version = "0.21.5"
 7291source = "registry+https://github.com/rust-lang/crates.io-index"
 7292checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7293dependencies = [
 7294 "libc",
 7295 "system-deps 7.0.7",
 7296]
 7297
 7298[[package]]
 7299name = "glob"
 7300version = "0.3.3"
 7301source = "registry+https://github.com/rust-lang/crates.io-index"
 7302checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7303
 7304[[package]]
 7305name = "globset"
 7306version = "0.4.17"
 7307source = "registry+https://github.com/rust-lang/crates.io-index"
 7308checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7309dependencies = [
 7310 "aho-corasick",
 7311 "bstr",
 7312 "log",
 7313 "regex-automata",
 7314 "regex-syntax",
 7315]
 7316
 7317[[package]]
 7318name = "gloo-timers"
 7319version = "0.3.0"
 7320source = "registry+https://github.com/rust-lang/crates.io-index"
 7321checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7322dependencies = [
 7323 "futures-channel",
 7324 "futures-core",
 7325 "js-sys",
 7326 "wasm-bindgen",
 7327]
 7328
 7329[[package]]
 7330name = "glow"
 7331version = "0.17.0"
 7332source = "registry+https://github.com/rust-lang/crates.io-index"
 7333checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7334dependencies = [
 7335 "js-sys",
 7336 "slotmap",
 7337 "wasm-bindgen",
 7338 "web-sys",
 7339]
 7340
 7341[[package]]
 7342name = "glutin_wgl_sys"
 7343version = "0.6.1"
 7344source = "registry+https://github.com/rust-lang/crates.io-index"
 7345checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7346dependencies = [
 7347 "gl_generator",
 7348]
 7349
 7350[[package]]
 7351name = "go_to_line"
 7352version = "0.1.0"
 7353dependencies = [
 7354 "editor",
 7355 "gpui",
 7356 "indoc",
 7357 "language",
 7358 "menu",
 7359 "multi_buffer",
 7360 "project",
 7361 "rope",
 7362 "serde",
 7363 "serde_json",
 7364 "settings",
 7365 "text",
 7366 "theme",
 7367 "ui",
 7368 "util",
 7369 "workspace",
 7370]
 7371
 7372[[package]]
 7373name = "gobject-sys"
 7374version = "0.21.5"
 7375source = "registry+https://github.com/rust-lang/crates.io-index"
 7376checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7377dependencies = [
 7378 "glib-sys",
 7379 "libc",
 7380 "system-deps 7.0.7",
 7381]
 7382
 7383[[package]]
 7384name = "goblin"
 7385version = "0.9.3"
 7386source = "registry+https://github.com/rust-lang/crates.io-index"
 7387checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7388dependencies = [
 7389 "log",
 7390 "plain",
 7391 "scroll",
 7392]
 7393
 7394[[package]]
 7395name = "google_ai"
 7396version = "0.1.0"
 7397dependencies = [
 7398 "anyhow",
 7399 "futures 0.3.31",
 7400 "http_client",
 7401 "schemars",
 7402 "serde",
 7403 "serde_json",
 7404 "settings",
 7405 "strum 0.27.2",
 7406]
 7407
 7408[[package]]
 7409name = "gpu-allocator"
 7410version = "0.28.0"
 7411source = "registry+https://github.com/rust-lang/crates.io-index"
 7412checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7413dependencies = [
 7414 "ash",
 7415 "hashbrown 0.16.1",
 7416 "log",
 7417 "presser",
 7418 "thiserror 2.0.17",
 7419 "windows 0.62.2",
 7420]
 7421
 7422[[package]]
 7423name = "gpu-descriptor"
 7424version = "0.3.2"
 7425source = "registry+https://github.com/rust-lang/crates.io-index"
 7426checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7427dependencies = [
 7428 "bitflags 2.10.0",
 7429 "gpu-descriptor-types",
 7430 "hashbrown 0.15.5",
 7431]
 7432
 7433[[package]]
 7434name = "gpu-descriptor-types"
 7435version = "0.2.0"
 7436source = "registry+https://github.com/rust-lang/crates.io-index"
 7437checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7438dependencies = [
 7439 "bitflags 2.10.0",
 7440]
 7441
 7442[[package]]
 7443name = "gpui"
 7444version = "0.2.2"
 7445dependencies = [
 7446 "anyhow",
 7447 "async-channel 2.5.0",
 7448 "async-task",
 7449 "backtrace",
 7450 "bindgen 0.71.1",
 7451 "bitflags 2.10.0",
 7452 "block",
 7453 "cbindgen",
 7454 "chrono",
 7455 "cocoa 0.26.0",
 7456 "cocoa-foundation 0.2.0",
 7457 "collections",
 7458 "core-foundation 0.10.0",
 7459 "core-foundation-sys",
 7460 "core-graphics 0.24.0",
 7461 "core-text",
 7462 "core-video",
 7463 "ctor",
 7464 "derive_more",
 7465 "embed-resource",
 7466 "env_logger 0.11.8",
 7467 "etagere",
 7468 "foreign-types 0.5.0",
 7469 "futures 0.3.31",
 7470 "futures-concurrency",
 7471 "getrandom 0.3.4",
 7472 "gpui_macros",
 7473 "gpui_platform",
 7474 "gpui_util",
 7475 "gpui_web",
 7476 "http_client",
 7477 "image",
 7478 "inventory",
 7479 "itertools 0.14.0",
 7480 "log",
 7481 "lyon",
 7482 "mach2 0.5.0",
 7483 "media",
 7484 "metal",
 7485 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7486 "num_cpus",
 7487 "objc",
 7488 "objc2",
 7489 "objc2-metal",
 7490 "parking",
 7491 "parking_lot",
 7492 "pathfinder_geometry",
 7493 "pin-project",
 7494 "pollster 0.4.0",
 7495 "postage",
 7496 "profiling",
 7497 "proptest",
 7498 "rand 0.9.2",
 7499 "raw-window-handle",
 7500 "refineable",
 7501 "regex",
 7502 "reqwest_client",
 7503 "resvg",
 7504 "scheduler",
 7505 "schemars",
 7506 "seahash",
 7507 "serde",
 7508 "serde_json",
 7509 "slotmap",
 7510 "smallvec",
 7511 "spin 0.10.0",
 7512 "stacksafe",
 7513 "strum 0.27.2",
 7514 "sum_tree",
 7515 "taffy",
 7516 "thiserror 2.0.17",
 7517 "ttf-parser 0.25.1",
 7518 "unicode-segmentation",
 7519 "url",
 7520 "usvg",
 7521 "util_macros",
 7522 "uuid",
 7523 "waker-fn",
 7524 "wasm-bindgen",
 7525 "web-time",
 7526 "windows 0.61.3",
 7527 "zed-font-kit",
 7528 "zed-scap",
 7529]
 7530
 7531[[package]]
 7532name = "gpui_linux"
 7533version = "0.1.0"
 7534dependencies = [
 7535 "anyhow",
 7536 "as-raw-xcb-connection",
 7537 "ashpd",
 7538 "bitflags 2.10.0",
 7539 "bytemuck",
 7540 "calloop",
 7541 "calloop-wayland-source",
 7542 "collections",
 7543 "filedescriptor",
 7544 "futures 0.3.31",
 7545 "gpui",
 7546 "gpui_wgpu",
 7547 "http_client",
 7548 "itertools 0.14.0",
 7549 "libc",
 7550 "log",
 7551 "oo7",
 7552 "open",
 7553 "parking_lot",
 7554 "pathfinder_geometry",
 7555 "pollster 0.4.0",
 7556 "profiling",
 7557 "raw-window-handle",
 7558 "smallvec",
 7559 "smol",
 7560 "strum 0.27.2",
 7561 "swash",
 7562 "url",
 7563 "util",
 7564 "uuid",
 7565 "wayland-backend",
 7566 "wayland-client",
 7567 "wayland-cursor",
 7568 "wayland-protocols",
 7569 "wayland-protocols-plasma",
 7570 "wayland-protocols-wlr",
 7571 "x11-clipboard",
 7572 "x11rb",
 7573 "xkbcommon",
 7574 "zed-scap",
 7575 "zed-xim",
 7576]
 7577
 7578[[package]]
 7579name = "gpui_macos"
 7580version = "0.1.0"
 7581dependencies = [
 7582 "anyhow",
 7583 "async-task",
 7584 "block",
 7585 "cbindgen",
 7586 "cocoa 0.26.0",
 7587 "collections",
 7588 "core-foundation 0.10.0",
 7589 "core-foundation-sys",
 7590 "core-graphics 0.24.0",
 7591 "core-text",
 7592 "core-video",
 7593 "ctor",
 7594 "derive_more",
 7595 "dispatch2",
 7596 "etagere",
 7597 "foreign-types 0.5.0",
 7598 "futures 0.3.31",
 7599 "gpui",
 7600 "image",
 7601 "itertools 0.14.0",
 7602 "libc",
 7603 "log",
 7604 "mach2 0.5.0",
 7605 "media",
 7606 "metal",
 7607 "objc",
 7608 "objc2-app-kit",
 7609 "parking_lot",
 7610 "pathfinder_geometry",
 7611 "raw-window-handle",
 7612 "semver",
 7613 "smallvec",
 7614 "strum 0.27.2",
 7615 "util",
 7616 "uuid",
 7617 "zed-font-kit",
 7618]
 7619
 7620[[package]]
 7621name = "gpui_macros"
 7622version = "0.1.0"
 7623dependencies = [
 7624 "gpui",
 7625 "heck 0.5.0",
 7626 "proc-macro2",
 7627 "quote",
 7628 "syn 2.0.117",
 7629]
 7630
 7631[[package]]
 7632name = "gpui_platform"
 7633version = "0.1.0"
 7634dependencies = [
 7635 "console_error_panic_hook",
 7636 "gpui",
 7637 "gpui_linux",
 7638 "gpui_macos",
 7639 "gpui_web",
 7640 "gpui_windows",
 7641]
 7642
 7643[[package]]
 7644name = "gpui_tokio"
 7645version = "0.1.0"
 7646dependencies = [
 7647 "anyhow",
 7648 "gpui",
 7649 "tokio",
 7650 "util",
 7651]
 7652
 7653[[package]]
 7654name = "gpui_util"
 7655version = "0.1.0"
 7656dependencies = [
 7657 "anyhow",
 7658 "log",
 7659]
 7660
 7661[[package]]
 7662name = "gpui_web"
 7663version = "0.1.0"
 7664dependencies = [
 7665 "anyhow",
 7666 "console_error_panic_hook",
 7667 "futures 0.3.31",
 7668 "gpui",
 7669 "gpui_wgpu",
 7670 "http_client",
 7671 "js-sys",
 7672 "log",
 7673 "parking_lot",
 7674 "raw-window-handle",
 7675 "smallvec",
 7676 "uuid",
 7677 "wasm-bindgen",
 7678 "wasm-bindgen-futures",
 7679 "wasm_thread",
 7680 "web-sys",
 7681 "web-time",
 7682]
 7683
 7684[[package]]
 7685name = "gpui_wgpu"
 7686version = "0.1.0"
 7687dependencies = [
 7688 "anyhow",
 7689 "bytemuck",
 7690 "collections",
 7691 "cosmic-text",
 7692 "etagere",
 7693 "gpui",
 7694 "gpui_util",
 7695 "itertools 0.14.0",
 7696 "js-sys",
 7697 "log",
 7698 "parking_lot",
 7699 "pollster 0.4.0",
 7700 "profiling",
 7701 "raw-window-handle",
 7702 "smallvec",
 7703 "swash",
 7704 "wasm-bindgen",
 7705 "wasm-bindgen-futures",
 7706 "web-sys",
 7707 "wgpu",
 7708 "zed-font-kit",
 7709]
 7710
 7711[[package]]
 7712name = "gpui_windows"
 7713version = "0.1.0"
 7714dependencies = [
 7715 "anyhow",
 7716 "collections",
 7717 "etagere",
 7718 "futures 0.3.31",
 7719 "gpui",
 7720 "image",
 7721 "itertools 0.14.0",
 7722 "log",
 7723 "parking_lot",
 7724 "rand 0.9.2",
 7725 "raw-window-handle",
 7726 "smallvec",
 7727 "util",
 7728 "uuid",
 7729 "windows 0.61.3",
 7730 "windows-core 0.61.2",
 7731 "windows-numerics 0.2.0",
 7732 "windows-registry 0.5.3",
 7733 "zed-scap",
 7734]
 7735
 7736[[package]]
 7737name = "grammars"
 7738version = "0.1.0"
 7739dependencies = [
 7740 "anyhow",
 7741 "language_core",
 7742 "rust-embed",
 7743 "toml 0.8.23",
 7744 "tree-sitter",
 7745 "tree-sitter-bash",
 7746 "tree-sitter-c",
 7747 "tree-sitter-cpp",
 7748 "tree-sitter-css",
 7749 "tree-sitter-diff",
 7750 "tree-sitter-gitcommit",
 7751 "tree-sitter-go",
 7752 "tree-sitter-gomod",
 7753 "tree-sitter-gowork",
 7754 "tree-sitter-jsdoc",
 7755 "tree-sitter-json",
 7756 "tree-sitter-md",
 7757 "tree-sitter-python",
 7758 "tree-sitter-regex",
 7759 "tree-sitter-rust",
 7760 "tree-sitter-typescript",
 7761 "tree-sitter-yaml",
 7762 "util",
 7763]
 7764
 7765[[package]]
 7766name = "grid"
 7767version = "0.18.0"
 7768source = "registry+https://github.com/rust-lang/crates.io-index"
 7769checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7770
 7771[[package]]
 7772name = "group"
 7773version = "0.12.1"
 7774source = "registry+https://github.com/rust-lang/crates.io-index"
 7775checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7776dependencies = [
 7777 "ff",
 7778 "rand_core 0.6.4",
 7779 "subtle",
 7780]
 7781
 7782[[package]]
 7783name = "h2"
 7784version = "0.3.27"
 7785source = "registry+https://github.com/rust-lang/crates.io-index"
 7786checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7787dependencies = [
 7788 "bytes 1.11.1",
 7789 "fnv",
 7790 "futures-core",
 7791 "futures-sink",
 7792 "futures-util",
 7793 "http 0.2.12",
 7794 "indexmap",
 7795 "slab",
 7796 "tokio",
 7797 "tokio-util",
 7798 "tracing",
 7799]
 7800
 7801[[package]]
 7802name = "h2"
 7803version = "0.4.12"
 7804source = "registry+https://github.com/rust-lang/crates.io-index"
 7805checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7806dependencies = [
 7807 "atomic-waker",
 7808 "bytes 1.11.1",
 7809 "fnv",
 7810 "futures-core",
 7811 "futures-sink",
 7812 "http 1.3.1",
 7813 "indexmap",
 7814 "slab",
 7815 "tokio",
 7816 "tokio-util",
 7817 "tracing",
 7818]
 7819
 7820[[package]]
 7821name = "half"
 7822version = "2.7.1"
 7823source = "registry+https://github.com/rust-lang/crates.io-index"
 7824checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7825dependencies = [
 7826 "bytemuck",
 7827 "cfg-if",
 7828 "crunchy",
 7829 "num-traits",
 7830 "rand 0.9.2",
 7831 "rand_distr",
 7832 "zerocopy",
 7833]
 7834
 7835[[package]]
 7836name = "handlebars"
 7837version = "4.5.0"
 7838source = "registry+https://github.com/rust-lang/crates.io-index"
 7839checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7840dependencies = [
 7841 "log",
 7842 "pest",
 7843 "pest_derive",
 7844 "rust-embed",
 7845 "serde",
 7846 "serde_json",
 7847 "thiserror 1.0.69",
 7848]
 7849
 7850[[package]]
 7851name = "handlebars"
 7852version = "5.1.2"
 7853source = "registry+https://github.com/rust-lang/crates.io-index"
 7854checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7855dependencies = [
 7856 "log",
 7857 "pest",
 7858 "pest_derive",
 7859 "serde",
 7860 "serde_json",
 7861 "thiserror 1.0.69",
 7862]
 7863
 7864[[package]]
 7865name = "harfrust"
 7866version = "0.5.0"
 7867source = "registry+https://github.com/rust-lang/crates.io-index"
 7868checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7869dependencies = [
 7870 "bitflags 2.10.0",
 7871 "bytemuck",
 7872 "core_maths",
 7873 "read-fonts 0.37.0",
 7874 "smallvec",
 7875]
 7876
 7877[[package]]
 7878name = "hash32"
 7879version = "0.3.1"
 7880source = "registry+https://github.com/rust-lang/crates.io-index"
 7881checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7882dependencies = [
 7883 "byteorder",
 7884]
 7885
 7886[[package]]
 7887name = "hashbrown"
 7888version = "0.12.3"
 7889source = "registry+https://github.com/rust-lang/crates.io-index"
 7890checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7891dependencies = [
 7892 "ahash 0.7.8",
 7893]
 7894
 7895[[package]]
 7896name = "hashbrown"
 7897version = "0.14.5"
 7898source = "registry+https://github.com/rust-lang/crates.io-index"
 7899checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7900dependencies = [
 7901 "ahash 0.8.12",
 7902 "allocator-api2",
 7903]
 7904
 7905[[package]]
 7906name = "hashbrown"
 7907version = "0.15.5"
 7908source = "registry+https://github.com/rust-lang/crates.io-index"
 7909checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7910dependencies = [
 7911 "allocator-api2",
 7912 "equivalent",
 7913 "foldhash 0.1.5",
 7914 "serde",
 7915]
 7916
 7917[[package]]
 7918name = "hashbrown"
 7919version = "0.16.1"
 7920source = "registry+https://github.com/rust-lang/crates.io-index"
 7921checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7922dependencies = [
 7923 "allocator-api2",
 7924 "equivalent",
 7925 "foldhash 0.2.0",
 7926]
 7927
 7928[[package]]
 7929name = "hashlink"
 7930version = "0.8.4"
 7931source = "registry+https://github.com/rust-lang/crates.io-index"
 7932checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7933dependencies = [
 7934 "hashbrown 0.14.5",
 7935]
 7936
 7937[[package]]
 7938name = "hashlink"
 7939version = "0.10.0"
 7940source = "registry+https://github.com/rust-lang/crates.io-index"
 7941checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7942dependencies = [
 7943 "hashbrown 0.15.5",
 7944]
 7945
 7946[[package]]
 7947name = "headers"
 7948version = "0.3.9"
 7949source = "registry+https://github.com/rust-lang/crates.io-index"
 7950checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7951dependencies = [
 7952 "base64 0.21.7",
 7953 "bytes 1.11.1",
 7954 "headers-core",
 7955 "http 0.2.12",
 7956 "httpdate",
 7957 "mime",
 7958 "sha1",
 7959]
 7960
 7961[[package]]
 7962name = "headers-core"
 7963version = "0.2.0"
 7964source = "registry+https://github.com/rust-lang/crates.io-index"
 7965checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7966dependencies = [
 7967 "http 0.2.12",
 7968]
 7969
 7970[[package]]
 7971name = "heapless"
 7972version = "0.9.2"
 7973source = "registry+https://github.com/rust-lang/crates.io-index"
 7974checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 7975dependencies = [
 7976 "hash32",
 7977 "stable_deref_trait",
 7978]
 7979
 7980[[package]]
 7981name = "heck"
 7982version = "0.3.3"
 7983source = "registry+https://github.com/rust-lang/crates.io-index"
 7984checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7985dependencies = [
 7986 "unicode-segmentation",
 7987]
 7988
 7989[[package]]
 7990name = "heck"
 7991version = "0.4.1"
 7992source = "registry+https://github.com/rust-lang/crates.io-index"
 7993checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7994dependencies = [
 7995 "unicode-segmentation",
 7996]
 7997
 7998[[package]]
 7999name = "heck"
 8000version = "0.5.0"
 8001source = "registry+https://github.com/rust-lang/crates.io-index"
 8002checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8003
 8004[[package]]
 8005name = "heed"
 8006version = "0.21.0"
 8007source = "registry+https://github.com/rust-lang/crates.io-index"
 8008checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8009dependencies = [
 8010 "bitflags 2.10.0",
 8011 "byteorder",
 8012 "heed-traits",
 8013 "heed-types",
 8014 "libc",
 8015 "lmdb-master-sys",
 8016 "once_cell",
 8017 "page_size",
 8018 "serde",
 8019 "synchronoise",
 8020 "url",
 8021]
 8022
 8023[[package]]
 8024name = "heed-traits"
 8025version = "0.20.0"
 8026source = "registry+https://github.com/rust-lang/crates.io-index"
 8027checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8028
 8029[[package]]
 8030name = "heed-types"
 8031version = "0.21.0"
 8032source = "registry+https://github.com/rust-lang/crates.io-index"
 8033checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8034dependencies = [
 8035 "bincode",
 8036 "byteorder",
 8037 "heed-traits",
 8038 "serde",
 8039 "serde_json",
 8040]
 8041
 8042[[package]]
 8043name = "hermit-abi"
 8044version = "0.5.2"
 8045source = "registry+https://github.com/rust-lang/crates.io-index"
 8046checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8047
 8048[[package]]
 8049name = "hex"
 8050version = "0.4.3"
 8051source = "registry+https://github.com/rust-lang/crates.io-index"
 8052checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8053
 8054[[package]]
 8055name = "hexf-parse"
 8056version = "0.2.1"
 8057source = "registry+https://github.com/rust-lang/crates.io-index"
 8058checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8059
 8060[[package]]
 8061name = "hkdf"
 8062version = "0.12.4"
 8063source = "registry+https://github.com/rust-lang/crates.io-index"
 8064checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8065dependencies = [
 8066 "hmac",
 8067]
 8068
 8069[[package]]
 8070name = "hmac"
 8071version = "0.12.1"
 8072source = "registry+https://github.com/rust-lang/crates.io-index"
 8073checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8074dependencies = [
 8075 "digest",
 8076]
 8077
 8078[[package]]
 8079name = "home"
 8080version = "0.5.11"
 8081source = "registry+https://github.com/rust-lang/crates.io-index"
 8082checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8083dependencies = [
 8084 "windows-sys 0.59.0",
 8085]
 8086
 8087[[package]]
 8088name = "hound"
 8089version = "3.5.1"
 8090source = "registry+https://github.com/rust-lang/crates.io-index"
 8091checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8092
 8093[[package]]
 8094name = "html5ever"
 8095version = "0.27.0"
 8096source = "registry+https://github.com/rust-lang/crates.io-index"
 8097checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8098dependencies = [
 8099 "log",
 8100 "mac",
 8101 "markup5ever 0.12.1",
 8102 "proc-macro2",
 8103 "quote",
 8104 "syn 2.0.117",
 8105]
 8106
 8107[[package]]
 8108name = "html5ever"
 8109version = "0.35.0"
 8110source = "registry+https://github.com/rust-lang/crates.io-index"
 8111checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8112dependencies = [
 8113 "log",
 8114 "markup5ever 0.35.0",
 8115 "match_token",
 8116]
 8117
 8118[[package]]
 8119name = "html_to_markdown"
 8120version = "0.1.0"
 8121dependencies = [
 8122 "anyhow",
 8123 "html5ever 0.27.0",
 8124 "indoc",
 8125 "markup5ever_rcdom",
 8126 "pretty_assertions",
 8127 "regex",
 8128]
 8129
 8130[[package]]
 8131name = "http"
 8132version = "0.2.12"
 8133source = "registry+https://github.com/rust-lang/crates.io-index"
 8134checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8135dependencies = [
 8136 "bytes 1.11.1",
 8137 "fnv",
 8138 "itoa",
 8139]
 8140
 8141[[package]]
 8142name = "http"
 8143version = "1.3.1"
 8144source = "registry+https://github.com/rust-lang/crates.io-index"
 8145checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8146dependencies = [
 8147 "bytes 1.11.1",
 8148 "fnv",
 8149 "itoa",
 8150]
 8151
 8152[[package]]
 8153name = "http-body"
 8154version = "0.4.6"
 8155source = "registry+https://github.com/rust-lang/crates.io-index"
 8156checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8157dependencies = [
 8158 "bytes 1.11.1",
 8159 "http 0.2.12",
 8160 "pin-project-lite",
 8161]
 8162
 8163[[package]]
 8164name = "http-body"
 8165version = "1.0.1"
 8166source = "registry+https://github.com/rust-lang/crates.io-index"
 8167checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8168dependencies = [
 8169 "bytes 1.11.1",
 8170 "http 1.3.1",
 8171]
 8172
 8173[[package]]
 8174name = "http-body-util"
 8175version = "0.1.3"
 8176source = "registry+https://github.com/rust-lang/crates.io-index"
 8177checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8178dependencies = [
 8179 "bytes 1.11.1",
 8180 "futures-core",
 8181 "http 1.3.1",
 8182 "http-body 1.0.1",
 8183 "pin-project-lite",
 8184]
 8185
 8186[[package]]
 8187name = "http-range-header"
 8188version = "0.3.1"
 8189source = "registry+https://github.com/rust-lang/crates.io-index"
 8190checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8191
 8192[[package]]
 8193name = "http_client"
 8194version = "0.1.0"
 8195dependencies = [
 8196 "anyhow",
 8197 "async-compression",
 8198 "async-fs",
 8199 "async-tar",
 8200 "bytes 1.11.1",
 8201 "derive_more",
 8202 "futures 0.3.31",
 8203 "http 1.3.1",
 8204 "http-body 1.0.1",
 8205 "log",
 8206 "parking_lot",
 8207 "serde",
 8208 "serde_json",
 8209 "serde_urlencoded",
 8210 "sha2",
 8211 "tempfile",
 8212 "url",
 8213 "util",
 8214]
 8215
 8216[[package]]
 8217name = "http_client_tls"
 8218version = "0.1.0"
 8219dependencies = [
 8220 "rustls 0.23.33",
 8221 "rustls-platform-verifier",
 8222]
 8223
 8224[[package]]
 8225name = "httparse"
 8226version = "1.10.1"
 8227source = "registry+https://github.com/rust-lang/crates.io-index"
 8228checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8229
 8230[[package]]
 8231name = "httpdate"
 8232version = "1.0.3"
 8233source = "registry+https://github.com/rust-lang/crates.io-index"
 8234checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8235
 8236[[package]]
 8237name = "human_bytes"
 8238version = "0.4.3"
 8239source = "registry+https://github.com/rust-lang/crates.io-index"
 8240checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8241
 8242[[package]]
 8243name = "humantime"
 8244version = "2.3.0"
 8245source = "registry+https://github.com/rust-lang/crates.io-index"
 8246checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8247
 8248[[package]]
 8249name = "hyper"
 8250version = "0.14.32"
 8251source = "registry+https://github.com/rust-lang/crates.io-index"
 8252checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8253dependencies = [
 8254 "bytes 1.11.1",
 8255 "futures-channel",
 8256 "futures-core",
 8257 "futures-util",
 8258 "h2 0.3.27",
 8259 "http 0.2.12",
 8260 "http-body 0.4.6",
 8261 "httparse",
 8262 "httpdate",
 8263 "itoa",
 8264 "pin-project-lite",
 8265 "socket2 0.5.10",
 8266 "tokio",
 8267 "tower-service",
 8268 "tracing",
 8269 "want",
 8270]
 8271
 8272[[package]]
 8273name = "hyper"
 8274version = "1.7.0"
 8275source = "registry+https://github.com/rust-lang/crates.io-index"
 8276checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8277dependencies = [
 8278 "atomic-waker",
 8279 "bytes 1.11.1",
 8280 "futures-channel",
 8281 "futures-core",
 8282 "h2 0.4.12",
 8283 "http 1.3.1",
 8284 "http-body 1.0.1",
 8285 "httparse",
 8286 "itoa",
 8287 "pin-project-lite",
 8288 "pin-utils",
 8289 "smallvec",
 8290 "tokio",
 8291 "want",
 8292]
 8293
 8294[[package]]
 8295name = "hyper-rustls"
 8296version = "0.24.2"
 8297source = "registry+https://github.com/rust-lang/crates.io-index"
 8298checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8299dependencies = [
 8300 "futures-util",
 8301 "http 0.2.12",
 8302 "hyper 0.14.32",
 8303 "log",
 8304 "rustls 0.21.12",
 8305 "rustls-native-certs 0.6.3",
 8306 "tokio",
 8307 "tokio-rustls 0.24.1",
 8308]
 8309
 8310[[package]]
 8311name = "hyper-rustls"
 8312version = "0.27.7"
 8313source = "registry+https://github.com/rust-lang/crates.io-index"
 8314checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8315dependencies = [
 8316 "http 1.3.1",
 8317 "hyper 1.7.0",
 8318 "hyper-util",
 8319 "rustls 0.23.33",
 8320 "rustls-native-certs 0.8.2",
 8321 "rustls-pki-types",
 8322 "tokio",
 8323 "tokio-rustls 0.26.2",
 8324 "tower-service",
 8325]
 8326
 8327[[package]]
 8328name = "hyper-tls"
 8329version = "0.5.0"
 8330source = "registry+https://github.com/rust-lang/crates.io-index"
 8331checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8332dependencies = [
 8333 "bytes 1.11.1",
 8334 "hyper 0.14.32",
 8335 "native-tls",
 8336 "tokio",
 8337 "tokio-native-tls",
 8338]
 8339
 8340[[package]]
 8341name = "hyper-util"
 8342version = "0.1.17"
 8343source = "registry+https://github.com/rust-lang/crates.io-index"
 8344checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8345dependencies = [
 8346 "base64 0.22.1",
 8347 "bytes 1.11.1",
 8348 "futures-channel",
 8349 "futures-core",
 8350 "futures-util",
 8351 "http 1.3.1",
 8352 "http-body 1.0.1",
 8353 "hyper 1.7.0",
 8354 "ipnet",
 8355 "libc",
 8356 "percent-encoding",
 8357 "pin-project-lite",
 8358 "socket2 0.6.1",
 8359 "tokio",
 8360 "tower-service",
 8361 "tracing",
 8362]
 8363
 8364[[package]]
 8365name = "iana-time-zone"
 8366version = "0.1.64"
 8367source = "registry+https://github.com/rust-lang/crates.io-index"
 8368checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8369dependencies = [
 8370 "android_system_properties",
 8371 "core-foundation-sys",
 8372 "iana-time-zone-haiku",
 8373 "js-sys",
 8374 "log",
 8375 "wasm-bindgen",
 8376 "windows-core 0.62.2",
 8377]
 8378
 8379[[package]]
 8380name = "iana-time-zone-haiku"
 8381version = "0.1.2"
 8382source = "registry+https://github.com/rust-lang/crates.io-index"
 8383checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8384dependencies = [
 8385 "cc",
 8386]
 8387
 8388[[package]]
 8389name = "icons"
 8390version = "0.1.0"
 8391dependencies = [
 8392 "serde",
 8393 "strum 0.27.2",
 8394]
 8395
 8396[[package]]
 8397name = "icu_collections"
 8398version = "2.0.0"
 8399source = "registry+https://github.com/rust-lang/crates.io-index"
 8400checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8401dependencies = [
 8402 "displaydoc",
 8403 "potential_utf",
 8404 "yoke 0.8.0",
 8405 "zerofrom",
 8406 "zerovec",
 8407]
 8408
 8409[[package]]
 8410name = "icu_locale_core"
 8411version = "2.0.0"
 8412source = "registry+https://github.com/rust-lang/crates.io-index"
 8413checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8414dependencies = [
 8415 "displaydoc",
 8416 "litemap",
 8417 "tinystr",
 8418 "writeable",
 8419 "zerovec",
 8420]
 8421
 8422[[package]]
 8423name = "icu_normalizer"
 8424version = "2.0.0"
 8425source = "registry+https://github.com/rust-lang/crates.io-index"
 8426checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8427dependencies = [
 8428 "displaydoc",
 8429 "icu_collections",
 8430 "icu_normalizer_data",
 8431 "icu_properties",
 8432 "icu_provider",
 8433 "smallvec",
 8434 "zerovec",
 8435]
 8436
 8437[[package]]
 8438name = "icu_normalizer_data"
 8439version = "2.0.0"
 8440source = "registry+https://github.com/rust-lang/crates.io-index"
 8441checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8442
 8443[[package]]
 8444name = "icu_properties"
 8445version = "2.0.1"
 8446source = "registry+https://github.com/rust-lang/crates.io-index"
 8447checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8448dependencies = [
 8449 "displaydoc",
 8450 "icu_collections",
 8451 "icu_locale_core",
 8452 "icu_properties_data",
 8453 "icu_provider",
 8454 "potential_utf",
 8455 "zerotrie",
 8456 "zerovec",
 8457]
 8458
 8459[[package]]
 8460name = "icu_properties_data"
 8461version = "2.0.1"
 8462source = "registry+https://github.com/rust-lang/crates.io-index"
 8463checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8464
 8465[[package]]
 8466name = "icu_provider"
 8467version = "2.0.0"
 8468source = "registry+https://github.com/rust-lang/crates.io-index"
 8469checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8470dependencies = [
 8471 "displaydoc",
 8472 "icu_locale_core",
 8473 "stable_deref_trait",
 8474 "tinystr",
 8475 "writeable",
 8476 "yoke 0.8.0",
 8477 "zerofrom",
 8478 "zerotrie",
 8479 "zerovec",
 8480]
 8481
 8482[[package]]
 8483name = "id-arena"
 8484version = "2.2.1"
 8485source = "registry+https://github.com/rust-lang/crates.io-index"
 8486checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8487
 8488[[package]]
 8489name = "ident_case"
 8490version = "1.0.1"
 8491source = "registry+https://github.com/rust-lang/crates.io-index"
 8492checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8493
 8494[[package]]
 8495name = "idna"
 8496version = "1.1.0"
 8497source = "registry+https://github.com/rust-lang/crates.io-index"
 8498checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8499dependencies = [
 8500 "idna_adapter",
 8501 "smallvec",
 8502 "utf8_iter",
 8503]
 8504
 8505[[package]]
 8506name = "idna_adapter"
 8507version = "1.2.1"
 8508source = "registry+https://github.com/rust-lang/crates.io-index"
 8509checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8510dependencies = [
 8511 "icu_normalizer",
 8512 "icu_properties",
 8513]
 8514
 8515[[package]]
 8516name = "ignore"
 8517version = "0.4.24"
 8518source = "registry+https://github.com/rust-lang/crates.io-index"
 8519checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8520dependencies = [
 8521 "crossbeam-deque",
 8522 "globset",
 8523 "log",
 8524 "memchr",
 8525 "regex-automata",
 8526 "same-file",
 8527 "walkdir",
 8528 "winapi-util",
 8529]
 8530
 8531[[package]]
 8532name = "image"
 8533version = "0.25.8"
 8534source = "registry+https://github.com/rust-lang/crates.io-index"
 8535checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8536dependencies = [
 8537 "bytemuck",
 8538 "byteorder-lite",
 8539 "color_quant",
 8540 "exr",
 8541 "gif",
 8542 "image-webp",
 8543 "moxcms",
 8544 "num-traits",
 8545 "png 0.18.0",
 8546 "qoi",
 8547 "ravif",
 8548 "rayon",
 8549 "rgb",
 8550 "tiff",
 8551 "zune-core",
 8552 "zune-jpeg",
 8553]
 8554
 8555[[package]]
 8556name = "image-webp"
 8557version = "0.2.4"
 8558source = "registry+https://github.com/rust-lang/crates.io-index"
 8559checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8560dependencies = [
 8561 "byteorder-lite",
 8562 "quick-error 2.0.1",
 8563]
 8564
 8565[[package]]
 8566name = "image_viewer"
 8567version = "0.1.0"
 8568dependencies = [
 8569 "anyhow",
 8570 "db",
 8571 "editor",
 8572 "file_icons",
 8573 "gpui",
 8574 "language",
 8575 "log",
 8576 "project",
 8577 "serde",
 8578 "settings",
 8579 "theme_settings",
 8580 "ui",
 8581 "util",
 8582 "workspace",
 8583]
 8584
 8585[[package]]
 8586name = "imagesize"
 8587version = "0.13.0"
 8588source = "registry+https://github.com/rust-lang/crates.io-index"
 8589checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8590
 8591[[package]]
 8592name = "imara-diff"
 8593version = "0.1.8"
 8594source = "registry+https://github.com/rust-lang/crates.io-index"
 8595checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8596dependencies = [
 8597 "hashbrown 0.15.5",
 8598]
 8599
 8600[[package]]
 8601name = "imgref"
 8602version = "1.12.0"
 8603source = "registry+https://github.com/rust-lang/crates.io-index"
 8604checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8605
 8606[[package]]
 8607name = "indenter"
 8608version = "0.3.4"
 8609source = "registry+https://github.com/rust-lang/crates.io-index"
 8610checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8611
 8612[[package]]
 8613name = "indexmap"
 8614version = "2.11.4"
 8615source = "registry+https://github.com/rust-lang/crates.io-index"
 8616checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8617dependencies = [
 8618 "equivalent",
 8619 "hashbrown 0.16.1",
 8620 "serde",
 8621 "serde_core",
 8622]
 8623
 8624[[package]]
 8625name = "indoc"
 8626version = "2.0.6"
 8627source = "registry+https://github.com/rust-lang/crates.io-index"
 8628checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8629
 8630[[package]]
 8631name = "inherent"
 8632version = "1.0.13"
 8633source = "registry+https://github.com/rust-lang/crates.io-index"
 8634checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8635dependencies = [
 8636 "proc-macro2",
 8637 "quote",
 8638 "syn 2.0.117",
 8639]
 8640
 8641[[package]]
 8642name = "inotify"
 8643version = "0.9.6"
 8644source = "registry+https://github.com/rust-lang/crates.io-index"
 8645checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8646dependencies = [
 8647 "bitflags 1.3.2",
 8648 "inotify-sys",
 8649 "libc",
 8650]
 8651
 8652[[package]]
 8653name = "inotify"
 8654version = "0.11.0"
 8655source = "registry+https://github.com/rust-lang/crates.io-index"
 8656checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8657dependencies = [
 8658 "bitflags 2.10.0",
 8659 "inotify-sys",
 8660 "libc",
 8661]
 8662
 8663[[package]]
 8664name = "inotify-sys"
 8665version = "0.1.5"
 8666source = "registry+https://github.com/rust-lang/crates.io-index"
 8667checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8668dependencies = [
 8669 "libc",
 8670]
 8671
 8672[[package]]
 8673name = "inout"
 8674version = "0.1.4"
 8675source = "registry+https://github.com/rust-lang/crates.io-index"
 8676checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8677dependencies = [
 8678 "block-padding",
 8679 "generic-array",
 8680]
 8681
 8682[[package]]
 8683name = "inspector_ui"
 8684version = "0.1.0"
 8685dependencies = [
 8686 "anyhow",
 8687 "command_palette_hooks",
 8688 "editor",
 8689 "fuzzy",
 8690 "gpui",
 8691 "language",
 8692 "project",
 8693 "serde_json",
 8694 "serde_json_lenient",
 8695 "theme_settings",
 8696 "ui",
 8697 "util",
 8698 "util_macros",
 8699 "workspace",
 8700 "zed_actions",
 8701]
 8702
 8703[[package]]
 8704name = "install_cli"
 8705version = "0.1.0"
 8706dependencies = [
 8707 "anyhow",
 8708 "client",
 8709 "gpui",
 8710 "release_channel",
 8711 "smol",
 8712 "util",
 8713 "workspace",
 8714]
 8715
 8716[[package]]
 8717name = "instant"
 8718version = "0.1.13"
 8719source = "registry+https://github.com/rust-lang/crates.io-index"
 8720checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8721dependencies = [
 8722 "cfg-if",
 8723]
 8724
 8725[[package]]
 8726name = "interpolate_name"
 8727version = "0.2.4"
 8728source = "registry+https://github.com/rust-lang/crates.io-index"
 8729checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8730dependencies = [
 8731 "proc-macro2",
 8732 "quote",
 8733 "syn 2.0.117",
 8734]
 8735
 8736[[package]]
 8737name = "inventory"
 8738version = "0.3.21"
 8739source = "registry+https://github.com/rust-lang/crates.io-index"
 8740checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8741dependencies = [
 8742 "rustversion",
 8743]
 8744
 8745[[package]]
 8746name = "io-extras"
 8747version = "0.18.4"
 8748source = "registry+https://github.com/rust-lang/crates.io-index"
 8749checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8750dependencies = [
 8751 "io-lifetimes",
 8752 "windows-sys 0.59.0",
 8753]
 8754
 8755[[package]]
 8756name = "io-lifetimes"
 8757version = "2.0.4"
 8758source = "registry+https://github.com/rust-lang/crates.io-index"
 8759checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8760
 8761[[package]]
 8762name = "io-surface"
 8763version = "0.16.1"
 8764source = "registry+https://github.com/rust-lang/crates.io-index"
 8765checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8766dependencies = [
 8767 "cgl",
 8768 "core-foundation 0.10.0",
 8769 "core-foundation-sys",
 8770 "leaky-cow",
 8771]
 8772
 8773[[package]]
 8774name = "iovec"
 8775version = "0.1.4"
 8776source = "registry+https://github.com/rust-lang/crates.io-index"
 8777checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8778dependencies = [
 8779 "libc",
 8780]
 8781
 8782[[package]]
 8783name = "ipc-channel"
 8784version = "0.19.0"
 8785source = "registry+https://github.com/rust-lang/crates.io-index"
 8786checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8787dependencies = [
 8788 "bincode",
 8789 "crossbeam-channel",
 8790 "fnv",
 8791 "lazy_static",
 8792 "libc",
 8793 "mio 1.1.0",
 8794 "rand 0.8.5",
 8795 "serde",
 8796 "tempfile",
 8797 "uuid",
 8798 "windows 0.58.0",
 8799]
 8800
 8801[[package]]
 8802name = "ipnet"
 8803version = "2.11.0"
 8804source = "registry+https://github.com/rust-lang/crates.io-index"
 8805checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8806
 8807[[package]]
 8808name = "iri-string"
 8809version = "0.7.8"
 8810source = "registry+https://github.com/rust-lang/crates.io-index"
 8811checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8812dependencies = [
 8813 "memchr",
 8814 "serde",
 8815]
 8816
 8817[[package]]
 8818name = "is-docker"
 8819version = "0.2.0"
 8820source = "registry+https://github.com/rust-lang/crates.io-index"
 8821checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8822dependencies = [
 8823 "once_cell",
 8824]
 8825
 8826[[package]]
 8827name = "is-terminal"
 8828version = "0.4.16"
 8829source = "registry+https://github.com/rust-lang/crates.io-index"
 8830checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8831dependencies = [
 8832 "hermit-abi",
 8833 "libc",
 8834 "windows-sys 0.59.0",
 8835]
 8836
 8837[[package]]
 8838name = "is-wsl"
 8839version = "0.4.0"
 8840source = "registry+https://github.com/rust-lang/crates.io-index"
 8841checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8842dependencies = [
 8843 "is-docker",
 8844 "once_cell",
 8845]
 8846
 8847[[package]]
 8848name = "is_executable"
 8849version = "1.0.5"
 8850source = "registry+https://github.com/rust-lang/crates.io-index"
 8851checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8852dependencies = [
 8853 "windows-sys 0.60.2",
 8854]
 8855
 8856[[package]]
 8857name = "is_terminal_polyfill"
 8858version = "1.70.1"
 8859source = "registry+https://github.com/rust-lang/crates.io-index"
 8860checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8861
 8862[[package]]
 8863name = "itertools"
 8864version = "0.10.5"
 8865source = "registry+https://github.com/rust-lang/crates.io-index"
 8866checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8867dependencies = [
 8868 "either",
 8869]
 8870
 8871[[package]]
 8872name = "itertools"
 8873version = "0.11.0"
 8874source = "registry+https://github.com/rust-lang/crates.io-index"
 8875checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8876dependencies = [
 8877 "either",
 8878]
 8879
 8880[[package]]
 8881name = "itertools"
 8882version = "0.12.1"
 8883source = "registry+https://github.com/rust-lang/crates.io-index"
 8884checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8885dependencies = [
 8886 "either",
 8887]
 8888
 8889[[package]]
 8890name = "itertools"
 8891version = "0.14.0"
 8892source = "registry+https://github.com/rust-lang/crates.io-index"
 8893checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8894dependencies = [
 8895 "either",
 8896]
 8897
 8898[[package]]
 8899name = "itoa"
 8900version = "1.0.15"
 8901source = "registry+https://github.com/rust-lang/crates.io-index"
 8902checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8903
 8904[[package]]
 8905name = "jiff"
 8906version = "0.2.15"
 8907source = "registry+https://github.com/rust-lang/crates.io-index"
 8908checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8909dependencies = [
 8910 "jiff-static",
 8911 "log",
 8912 "portable-atomic",
 8913 "portable-atomic-util",
 8914 "serde",
 8915]
 8916
 8917[[package]]
 8918name = "jiff-static"
 8919version = "0.2.15"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8922dependencies = [
 8923 "proc-macro2",
 8924 "quote",
 8925 "syn 2.0.117",
 8926]
 8927
 8928[[package]]
 8929name = "jni"
 8930version = "0.21.1"
 8931source = "registry+https://github.com/rust-lang/crates.io-index"
 8932checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8933dependencies = [
 8934 "cesu8",
 8935 "cfg-if",
 8936 "combine",
 8937 "jni-sys",
 8938 "log",
 8939 "thiserror 1.0.69",
 8940 "walkdir",
 8941 "windows-sys 0.45.0",
 8942]
 8943
 8944[[package]]
 8945name = "jni-sys"
 8946version = "0.3.0"
 8947source = "registry+https://github.com/rust-lang/crates.io-index"
 8948checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8949
 8950[[package]]
 8951name = "jobserver"
 8952version = "0.1.34"
 8953source = "registry+https://github.com/rust-lang/crates.io-index"
 8954checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 8955dependencies = [
 8956 "getrandom 0.3.4",
 8957 "libc",
 8958]
 8959
 8960[[package]]
 8961name = "journal"
 8962version = "0.1.0"
 8963dependencies = [
 8964 "anyhow",
 8965 "chrono",
 8966 "editor",
 8967 "gpui",
 8968 "log",
 8969 "serde",
 8970 "settings",
 8971 "shellexpand 2.1.2",
 8972 "workspace",
 8973]
 8974
 8975[[package]]
 8976name = "js-sys"
 8977version = "0.3.90"
 8978source = "registry+https://github.com/rust-lang/crates.io-index"
 8979checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 8980dependencies = [
 8981 "once_cell",
 8982 "wasm-bindgen",
 8983]
 8984
 8985[[package]]
 8986name = "json5"
 8987version = "0.4.1"
 8988source = "registry+https://github.com/rust-lang/crates.io-index"
 8989checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 8990dependencies = [
 8991 "pest",
 8992 "pest_derive",
 8993 "serde",
 8994]
 8995
 8996[[package]]
 8997name = "json_dotpath"
 8998version = "1.1.0"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9001dependencies = [
 9002 "serde",
 9003 "serde_derive",
 9004 "serde_json",
 9005 "thiserror 1.0.69",
 9006]
 9007
 9008[[package]]
 9009name = "json_schema_store"
 9010version = "0.1.0"
 9011dependencies = [
 9012 "anyhow",
 9013 "collections",
 9014 "dap",
 9015 "extension",
 9016 "gpui",
 9017 "language",
 9018 "parking_lot",
 9019 "paths",
 9020 "project",
 9021 "schemars",
 9022 "serde",
 9023 "serde_json",
 9024 "settings",
 9025 "snippet_provider",
 9026 "task",
 9027 "theme",
 9028 "util",
 9029]
 9030
 9031[[package]]
 9032name = "jsonschema"
 9033version = "0.37.4"
 9034source = "registry+https://github.com/rust-lang/crates.io-index"
 9035checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9036dependencies = [
 9037 "ahash 0.8.12",
 9038 "bytecount",
 9039 "data-encoding",
 9040 "email_address",
 9041 "fancy-regex 0.16.2",
 9042 "fraction",
 9043 "getrandom 0.3.4",
 9044 "idna",
 9045 "itoa",
 9046 "num-cmp",
 9047 "num-traits",
 9048 "percent-encoding",
 9049 "referencing",
 9050 "regex",
 9051 "regex-syntax",
 9052 "reqwest 0.12.24",
 9053 "serde",
 9054 "serde_json",
 9055 "unicode-general-category",
 9056 "uuid-simd",
 9057]
 9058
 9059[[package]]
 9060name = "jsonwebtoken"
 9061version = "10.3.0"
 9062source = "registry+https://github.com/rust-lang/crates.io-index"
 9063checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9064dependencies = [
 9065 "aws-lc-rs",
 9066 "base64 0.22.1",
 9067 "getrandom 0.2.16",
 9068 "js-sys",
 9069 "pem",
 9070 "serde",
 9071 "serde_json",
 9072 "signature 2.2.0",
 9073 "simple_asn1",
 9074]
 9075
 9076[[package]]
 9077name = "jupyter-protocol"
 9078version = "1.4.0"
 9079source = "registry+https://github.com/rust-lang/crates.io-index"
 9080checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9081dependencies = [
 9082 "async-trait",
 9083 "bytes 1.11.1",
 9084 "chrono",
 9085 "futures 0.3.31",
 9086 "serde",
 9087 "serde_json",
 9088 "thiserror 2.0.17",
 9089 "uuid",
 9090]
 9091
 9092[[package]]
 9093name = "jupyter-websocket-client"
 9094version = "1.0.0"
 9095source = "registry+https://github.com/rust-lang/crates.io-index"
 9096checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9097dependencies = [
 9098 "anyhow",
 9099 "async-trait",
 9100 "async-tungstenite",
 9101 "futures 0.3.31",
 9102 "jupyter-protocol",
 9103 "serde",
 9104 "serde_json",
 9105 "tokio",
 9106 "url",
 9107 "uuid",
 9108]
 9109
 9110[[package]]
 9111name = "keymap_editor"
 9112version = "0.1.0"
 9113dependencies = [
 9114 "anyhow",
 9115 "collections",
 9116 "command_palette",
 9117 "component",
 9118 "db",
 9119 "editor",
 9120 "fs",
 9121 "fuzzy",
 9122 "gpui",
 9123 "itertools 0.14.0",
 9124 "json_schema_store",
 9125 "language",
 9126 "log",
 9127 "menu",
 9128 "notifications",
 9129 "paths",
 9130 "project",
 9131 "search",
 9132 "serde",
 9133 "serde_json",
 9134 "settings",
 9135 "telemetry",
 9136 "tempfile",
 9137 "theme",
 9138 "theme_settings",
 9139 "tree-sitter-json",
 9140 "tree-sitter-rust",
 9141 "ui",
 9142 "ui_input",
 9143 "util",
 9144 "workspace",
 9145 "zed_actions",
 9146]
 9147
 9148[[package]]
 9149name = "khronos-egl"
 9150version = "6.0.0"
 9151source = "registry+https://github.com/rust-lang/crates.io-index"
 9152checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9153dependencies = [
 9154 "libc",
 9155 "libloading",
 9156 "pkg-config",
 9157]
 9158
 9159[[package]]
 9160name = "khronos_api"
 9161version = "3.1.0"
 9162source = "registry+https://github.com/rust-lang/crates.io-index"
 9163checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9164
 9165[[package]]
 9166name = "kqueue"
 9167version = "1.1.1"
 9168source = "registry+https://github.com/rust-lang/crates.io-index"
 9169checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9170dependencies = [
 9171 "kqueue-sys",
 9172 "libc",
 9173]
 9174
 9175[[package]]
 9176name = "kqueue-sys"
 9177version = "1.0.4"
 9178source = "registry+https://github.com/rust-lang/crates.io-index"
 9179checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9180dependencies = [
 9181 "bitflags 1.3.2",
 9182 "libc",
 9183]
 9184
 9185[[package]]
 9186name = "kurbo"
 9187version = "0.11.3"
 9188source = "registry+https://github.com/rust-lang/crates.io-index"
 9189checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9190dependencies = [
 9191 "arrayvec",
 9192 "euclid",
 9193 "smallvec",
 9194]
 9195
 9196[[package]]
 9197name = "kv-log-macro"
 9198version = "1.0.7"
 9199source = "registry+https://github.com/rust-lang/crates.io-index"
 9200checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9201dependencies = [
 9202 "log",
 9203]
 9204
 9205[[package]]
 9206name = "language"
 9207version = "0.1.0"
 9208dependencies = [
 9209 "anyhow",
 9210 "async-trait",
 9211 "clock",
 9212 "collections",
 9213 "criterion",
 9214 "ctor",
 9215 "diffy",
 9216 "ec4rs",
 9217 "encoding_rs",
 9218 "fs",
 9219 "futures 0.3.31",
 9220 "fuzzy",
 9221 "globset",
 9222 "gpui",
 9223 "http_client",
 9224 "imara-diff",
 9225 "indoc",
 9226 "itertools 0.14.0",
 9227 "language_core",
 9228 "log",
 9229 "lsp",
 9230 "parking_lot",
 9231 "postage",
 9232 "pretty_assertions",
 9233 "rand 0.9.2",
 9234 "regex",
 9235 "rpc",
 9236 "semver",
 9237 "serde",
 9238 "serde_json",
 9239 "settings",
 9240 "shellexpand 2.1.2",
 9241 "smallvec",
 9242 "smol",
 9243 "streaming-iterator",
 9244 "strsim",
 9245 "sum_tree",
 9246 "task",
 9247 "text",
 9248 "theme",
 9249 "theme_settings",
 9250 "toml 0.8.23",
 9251 "tracing",
 9252 "tree-sitter",
 9253 "tree-sitter-elixir",
 9254 "tree-sitter-embedded-template",
 9255 "tree-sitter-heex",
 9256 "tree-sitter-html",
 9257 "tree-sitter-json",
 9258 "tree-sitter-md",
 9259 "tree-sitter-python",
 9260 "tree-sitter-ruby",
 9261 "tree-sitter-rust",
 9262 "tree-sitter-typescript",
 9263 "unicase",
 9264 "unindent",
 9265 "util",
 9266 "watch",
 9267 "zlog",
 9268 "ztracing",
 9269]
 9270
 9271[[package]]
 9272name = "language_core"
 9273version = "0.1.0"
 9274dependencies = [
 9275 "anyhow",
 9276 "collections",
 9277 "gpui",
 9278 "log",
 9279 "lsp",
 9280 "parking_lot",
 9281 "regex",
 9282 "schemars",
 9283 "serde",
 9284 "serde_json",
 9285 "toml 0.8.23",
 9286 "tree-sitter",
 9287 "util",
 9288]
 9289
 9290[[package]]
 9291name = "language_extension"
 9292version = "0.1.0"
 9293dependencies = [
 9294 "anyhow",
 9295 "async-trait",
 9296 "collections",
 9297 "extension",
 9298 "fs",
 9299 "futures 0.3.31",
 9300 "gpui",
 9301 "language",
 9302 "log",
 9303 "lsp",
 9304 "project",
 9305 "serde",
 9306 "serde_json",
 9307 "tracing",
 9308 "util",
 9309 "ztracing",
 9310]
 9311
 9312[[package]]
 9313name = "language_model"
 9314version = "0.1.0"
 9315dependencies = [
 9316 "anthropic",
 9317 "anyhow",
 9318 "base64 0.22.1",
 9319 "client",
 9320 "cloud_api_client",
 9321 "cloud_api_types",
 9322 "cloud_llm_client",
 9323 "collections",
 9324 "credentials_provider",
 9325 "futures 0.3.31",
 9326 "gpui",
 9327 "http_client",
 9328 "icons",
 9329 "image",
 9330 "log",
 9331 "open_ai",
 9332 "open_router",
 9333 "parking_lot",
 9334 "schemars",
 9335 "serde",
 9336 "serde_json",
 9337 "settings",
 9338 "smol",
 9339 "thiserror 2.0.17",
 9340 "util",
 9341 "zed_env_vars",
 9342]
 9343
 9344[[package]]
 9345name = "language_models"
 9346version = "0.1.0"
 9347dependencies = [
 9348 "ai_onboarding",
 9349 "anthropic",
 9350 "anyhow",
 9351 "aws-config",
 9352 "aws-credential-types",
 9353 "aws_http_client",
 9354 "base64 0.22.1",
 9355 "bedrock",
 9356 "client",
 9357 "cloud_api_types",
 9358 "cloud_llm_client",
 9359 "collections",
 9360 "component",
 9361 "convert_case 0.8.0",
 9362 "copilot",
 9363 "copilot_chat",
 9364 "copilot_ui",
 9365 "credentials_provider",
 9366 "deepseek",
 9367 "extension",
 9368 "extension_host",
 9369 "fs",
 9370 "futures 0.3.31",
 9371 "google_ai",
 9372 "gpui",
 9373 "gpui_tokio",
 9374 "http_client",
 9375 "language",
 9376 "language_model",
 9377 "lmstudio",
 9378 "log",
 9379 "menu",
 9380 "mistral",
 9381 "ollama",
 9382 "open_ai",
 9383 "open_router",
 9384 "opencode",
 9385 "partial-json-fixer",
 9386 "pretty_assertions",
 9387 "release_channel",
 9388 "schemars",
 9389 "semver",
 9390 "serde",
 9391 "serde_json",
 9392 "settings",
 9393 "smol",
 9394 "strum 0.27.2",
 9395 "thiserror 2.0.17",
 9396 "tiktoken-rs",
 9397 "tokio",
 9398 "ui",
 9399 "ui_input",
 9400 "util",
 9401 "vercel",
 9402 "x_ai",
 9403]
 9404
 9405[[package]]
 9406name = "language_onboarding"
 9407version = "0.1.0"
 9408dependencies = [
 9409 "db",
 9410 "editor",
 9411 "gpui",
 9412 "project",
 9413 "ui",
 9414 "workspace",
 9415]
 9416
 9417[[package]]
 9418name = "language_selector"
 9419version = "0.1.0"
 9420dependencies = [
 9421 "anyhow",
 9422 "editor",
 9423 "file_icons",
 9424 "fuzzy",
 9425 "gpui",
 9426 "language",
 9427 "open_path_prompt",
 9428 "picker",
 9429 "project",
 9430 "serde_json",
 9431 "settings",
 9432 "ui",
 9433 "util",
 9434 "workspace",
 9435]
 9436
 9437[[package]]
 9438name = "language_tools"
 9439version = "0.1.0"
 9440dependencies = [
 9441 "anyhow",
 9442 "client",
 9443 "collections",
 9444 "command_palette_hooks",
 9445 "edit_prediction",
 9446 "editor",
 9447 "futures 0.3.31",
 9448 "gpui",
 9449 "itertools 0.14.0",
 9450 "language",
 9451 "lsp",
 9452 "menu",
 9453 "project",
 9454 "proto",
 9455 "release_channel",
 9456 "semver",
 9457 "serde_json",
 9458 "settings",
 9459 "sysinfo 0.37.2",
 9460 "telemetry",
 9461 "theme",
 9462 "theme_settings",
 9463 "tree-sitter",
 9464 "ui",
 9465 "util",
 9466 "workspace",
 9467 "zed_actions",
 9468 "zlog",
 9469]
 9470
 9471[[package]]
 9472name = "languages"
 9473version = "0.1.0"
 9474dependencies = [
 9475 "anyhow",
 9476 "async-compression",
 9477 "async-fs",
 9478 "async-tar",
 9479 "async-trait",
 9480 "chrono",
 9481 "collections",
 9482 "fs",
 9483 "futures 0.3.31",
 9484 "globset",
 9485 "gpui",
 9486 "grammars",
 9487 "http_client",
 9488 "itertools 0.14.0",
 9489 "json_schema_store",
 9490 "language",
 9491 "log",
 9492 "lsp",
 9493 "node_runtime",
 9494 "parking_lot",
 9495 "pet",
 9496 "pet-conda",
 9497 "pet-core",
 9498 "pet-fs",
 9499 "pet-poetry",
 9500 "pet-reporter",
 9501 "pet-virtualenv",
 9502 "pretty_assertions",
 9503 "project",
 9504 "regex",
 9505 "rope",
 9506 "semver",
 9507 "serde",
 9508 "serde_json",
 9509 "serde_json_lenient",
 9510 "settings",
 9511 "smallvec",
 9512 "smol",
 9513 "snippet",
 9514 "task",
 9515 "terminal",
 9516 "theme",
 9517 "tree-sitter",
 9518 "tree-sitter-bash",
 9519 "tree-sitter-c",
 9520 "tree-sitter-cpp",
 9521 "tree-sitter-css",
 9522 "tree-sitter-gitcommit",
 9523 "tree-sitter-go",
 9524 "tree-sitter-python",
 9525 "tree-sitter-rust",
 9526 "tree-sitter-typescript",
 9527 "unindent",
 9528 "url",
 9529 "util",
 9530]
 9531
 9532[[package]]
 9533name = "lazy_static"
 9534version = "1.5.0"
 9535source = "registry+https://github.com/rust-lang/crates.io-index"
 9536checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9537dependencies = [
 9538 "spin 0.9.8",
 9539]
 9540
 9541[[package]]
 9542name = "leak"
 9543version = "0.1.2"
 9544source = "registry+https://github.com/rust-lang/crates.io-index"
 9545checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9546
 9547[[package]]
 9548name = "leaky-cow"
 9549version = "0.1.1"
 9550source = "registry+https://github.com/rust-lang/crates.io-index"
 9551checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9552dependencies = [
 9553 "leak",
 9554]
 9555
 9556[[package]]
 9557name = "leb128"
 9558version = "0.2.5"
 9559source = "registry+https://github.com/rust-lang/crates.io-index"
 9560checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9561
 9562[[package]]
 9563name = "leb128fmt"
 9564version = "0.1.0"
 9565source = "registry+https://github.com/rust-lang/crates.io-index"
 9566checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9567
 9568[[package]]
 9569name = "lebe"
 9570version = "0.5.3"
 9571source = "registry+https://github.com/rust-lang/crates.io-index"
 9572checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9573
 9574[[package]]
 9575name = "libbz2-rs-sys"
 9576version = "0.2.2"
 9577source = "registry+https://github.com/rust-lang/crates.io-index"
 9578checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9579
 9580[[package]]
 9581name = "libc"
 9582version = "0.2.182"
 9583source = "registry+https://github.com/rust-lang/crates.io-index"
 9584checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9585
 9586[[package]]
 9587name = "libdbus-sys"
 9588version = "0.2.6"
 9589source = "registry+https://github.com/rust-lang/crates.io-index"
 9590checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9591dependencies = [
 9592 "cc",
 9593 "pkg-config",
 9594]
 9595
 9596[[package]]
 9597name = "libfuzzer-sys"
 9598version = "0.4.10"
 9599source = "registry+https://github.com/rust-lang/crates.io-index"
 9600checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9601dependencies = [
 9602 "arbitrary",
 9603 "cc",
 9604]
 9605
 9606[[package]]
 9607name = "libgit2-sys"
 9608version = "0.18.3+1.9.2"
 9609source = "registry+https://github.com/rust-lang/crates.io-index"
 9610checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9611dependencies = [
 9612 "cc",
 9613 "libc",
 9614 "libz-sys",
 9615 "pkg-config",
 9616]
 9617
 9618[[package]]
 9619name = "libloading"
 9620version = "0.8.9"
 9621source = "registry+https://github.com/rust-lang/crates.io-index"
 9622checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9623dependencies = [
 9624 "cfg-if",
 9625 "windows-link 0.2.1",
 9626]
 9627
 9628[[package]]
 9629name = "libm"
 9630version = "0.2.15"
 9631source = "registry+https://github.com/rust-lang/crates.io-index"
 9632checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9633
 9634[[package]]
 9635name = "libmimalloc-sys"
 9636version = "0.1.44"
 9637source = "registry+https://github.com/rust-lang/crates.io-index"
 9638checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9639dependencies = [
 9640 "cc",
 9641 "libc",
 9642]
 9643
 9644[[package]]
 9645name = "libredox"
 9646version = "0.1.10"
 9647source = "registry+https://github.com/rust-lang/crates.io-index"
 9648checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9649dependencies = [
 9650 "bitflags 2.10.0",
 9651 "libc",
 9652 "redox_syscall 0.5.18",
 9653]
 9654
 9655[[package]]
 9656name = "libsqlite3-sys"
 9657version = "0.30.1"
 9658source = "registry+https://github.com/rust-lang/crates.io-index"
 9659checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9660dependencies = [
 9661 "cc",
 9662 "pkg-config",
 9663 "vcpkg",
 9664]
 9665
 9666[[package]]
 9667name = "libwebrtc"
 9668version = "0.3.26"
 9669source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9670dependencies = [
 9671 "cxx",
 9672 "glib",
 9673 "jni",
 9674 "js-sys",
 9675 "lazy_static",
 9676 "livekit-protocol",
 9677 "livekit-runtime",
 9678 "log",
 9679 "parking_lot",
 9680 "serde",
 9681 "serde_json",
 9682 "thiserror 1.0.69",
 9683 "tokio",
 9684 "wasm-bindgen",
 9685 "wasm-bindgen-futures",
 9686 "web-sys",
 9687 "webrtc-sys",
 9688]
 9689
 9690[[package]]
 9691name = "libz-sys"
 9692version = "1.1.22"
 9693source = "registry+https://github.com/rust-lang/crates.io-index"
 9694checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9695dependencies = [
 9696 "cc",
 9697 "libc",
 9698 "pkg-config",
 9699 "vcpkg",
 9700]
 9701
 9702[[package]]
 9703name = "line_ending_selector"
 9704version = "0.1.0"
 9705dependencies = [
 9706 "editor",
 9707 "gpui",
 9708 "language",
 9709 "picker",
 9710 "project",
 9711 "ui",
 9712 "util",
 9713 "workspace",
 9714]
 9715
 9716[[package]]
 9717name = "linebender_resource_handle"
 9718version = "0.1.1"
 9719source = "registry+https://github.com/rust-lang/crates.io-index"
 9720checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9721
 9722[[package]]
 9723name = "link-cplusplus"
 9724version = "1.0.12"
 9725source = "registry+https://github.com/rust-lang/crates.io-index"
 9726checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9727dependencies = [
 9728 "cc",
 9729]
 9730
 9731[[package]]
 9732name = "linkify"
 9733version = "0.10.0"
 9734source = "registry+https://github.com/rust-lang/crates.io-index"
 9735checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9736dependencies = [
 9737 "memchr",
 9738]
 9739
 9740[[package]]
 9741name = "linux-raw-sys"
 9742version = "0.4.15"
 9743source = "registry+https://github.com/rust-lang/crates.io-index"
 9744checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9745
 9746[[package]]
 9747name = "linux-raw-sys"
 9748version = "0.11.0"
 9749source = "registry+https://github.com/rust-lang/crates.io-index"
 9750checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9751
 9752[[package]]
 9753name = "litemap"
 9754version = "0.8.0"
 9755source = "registry+https://github.com/rust-lang/crates.io-index"
 9756checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9757
 9758[[package]]
 9759name = "litrs"
 9760version = "1.0.0"
 9761source = "registry+https://github.com/rust-lang/crates.io-index"
 9762checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9763
 9764[[package]]
 9765name = "livekit"
 9766version = "0.7.32"
 9767source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9768dependencies = [
 9769 "base64 0.22.1",
 9770 "bmrng",
 9771 "bytes 1.11.1",
 9772 "chrono",
 9773 "futures-util",
 9774 "lazy_static",
 9775 "libloading",
 9776 "libwebrtc",
 9777 "livekit-api",
 9778 "livekit-protocol",
 9779 "livekit-runtime",
 9780 "log",
 9781 "parking_lot",
 9782 "prost 0.12.6",
 9783 "semver",
 9784 "serde",
 9785 "serde_json",
 9786 "thiserror 1.0.69",
 9787 "tokio",
 9788]
 9789
 9790[[package]]
 9791name = "livekit-api"
 9792version = "0.4.14"
 9793source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9794dependencies = [
 9795 "base64 0.21.7",
 9796 "futures-util",
 9797 "http 1.3.1",
 9798 "livekit-protocol",
 9799 "livekit-runtime",
 9800 "log",
 9801 "parking_lot",
 9802 "pbjson-types",
 9803 "prost 0.12.6",
 9804 "rand 0.9.2",
 9805 "reqwest 0.12.24",
 9806 "rustls-native-certs 0.6.3",
 9807 "scopeguard",
 9808 "serde",
 9809 "sha2",
 9810 "thiserror 1.0.69",
 9811 "tokio",
 9812 "tokio-rustls 0.26.2",
 9813 "tokio-tungstenite 0.28.0",
 9814 "url",
 9815]
 9816
 9817[[package]]
 9818name = "livekit-protocol"
 9819version = "0.7.1"
 9820source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9821dependencies = [
 9822 "futures-util",
 9823 "livekit-runtime",
 9824 "parking_lot",
 9825 "pbjson",
 9826 "pbjson-types",
 9827 "prost 0.12.6",
 9828 "serde",
 9829 "thiserror 1.0.69",
 9830 "tokio",
 9831]
 9832
 9833[[package]]
 9834name = "livekit-runtime"
 9835version = "0.4.0"
 9836source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9837dependencies = [
 9838 "tokio",
 9839 "tokio-stream",
 9840]
 9841
 9842[[package]]
 9843name = "livekit_api"
 9844version = "0.1.0"
 9845dependencies = [
 9846 "anyhow",
 9847 "async-trait",
 9848 "jsonwebtoken",
 9849 "log",
 9850 "prost 0.9.0",
 9851 "prost-build 0.9.0",
 9852 "prost-types 0.9.0",
 9853 "serde",
 9854 "zed-reqwest",
 9855]
 9856
 9857[[package]]
 9858name = "livekit_client"
 9859version = "0.1.0"
 9860dependencies = [
 9861 "anyhow",
 9862 "async-trait",
 9863 "audio",
 9864 "cocoa 0.26.0",
 9865 "collections",
 9866 "core-foundation 0.10.0",
 9867 "core-video",
 9868 "coreaudio-rs 0.12.1",
 9869 "cpal",
 9870 "futures 0.3.31",
 9871 "gpui",
 9872 "gpui_platform",
 9873 "gpui_tokio",
 9874 "http_client_tls",
 9875 "image",
 9876 "libwebrtc",
 9877 "livekit",
 9878 "livekit_api",
 9879 "log",
 9880 "nanoid",
 9881 "objc",
 9882 "parking_lot",
 9883 "postage",
 9884 "rodio",
 9885 "serde",
 9886 "serde_json",
 9887 "serde_urlencoded",
 9888 "settings",
 9889 "simplelog",
 9890 "smallvec",
 9891 "tokio",
 9892 "ui",
 9893 "util",
 9894 "webrtc-sys",
 9895 "zed-scap",
 9896]
 9897
 9898[[package]]
 9899name = "lmdb-master-sys"
 9900version = "0.2.5"
 9901source = "registry+https://github.com/rust-lang/crates.io-index"
 9902checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9903dependencies = [
 9904 "cc",
 9905 "doxygen-rs",
 9906 "libc",
 9907]
 9908
 9909[[package]]
 9910name = "lmstudio"
 9911version = "0.1.0"
 9912dependencies = [
 9913 "anyhow",
 9914 "futures 0.3.31",
 9915 "http_client",
 9916 "schemars",
 9917 "serde",
 9918 "serde_json",
 9919]
 9920
 9921[[package]]
 9922name = "lock_api"
 9923version = "0.4.14"
 9924source = "registry+https://github.com/rust-lang/crates.io-index"
 9925checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
 9926dependencies = [
 9927 "scopeguard",
 9928]
 9929
 9930[[package]]
 9931name = "log"
 9932version = "0.4.29"
 9933source = "registry+https://github.com/rust-lang/crates.io-index"
 9934checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
 9935dependencies = [
 9936 "serde_core",
 9937 "value-bag",
 9938]
 9939
 9940[[package]]
 9941name = "loom"
 9942version = "0.7.2"
 9943source = "registry+https://github.com/rust-lang/crates.io-index"
 9944checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9945dependencies = [
 9946 "cfg-if",
 9947 "generator",
 9948 "scoped-tls",
 9949 "tracing",
 9950 "tracing-subscriber",
 9951]
 9952
 9953[[package]]
 9954name = "loop9"
 9955version = "0.1.5"
 9956source = "registry+https://github.com/rust-lang/crates.io-index"
 9957checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9958dependencies = [
 9959 "imgref",
 9960]
 9961
 9962[[package]]
 9963name = "lru"
 9964version = "0.12.5"
 9965source = "registry+https://github.com/rust-lang/crates.io-index"
 9966checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9967dependencies = [
 9968 "hashbrown 0.15.5",
 9969]
 9970
 9971[[package]]
 9972name = "lru-slab"
 9973version = "0.1.2"
 9974source = "registry+https://github.com/rust-lang/crates.io-index"
 9975checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
 9976
 9977[[package]]
 9978name = "lsp"
 9979version = "0.1.0"
 9980dependencies = [
 9981 "anyhow",
 9982 "async-pipe",
 9983 "collections",
 9984 "ctor",
 9985 "futures 0.3.31",
 9986 "gpui",
 9987 "gpui_util",
 9988 "log",
 9989 "lsp-types",
 9990 "parking_lot",
 9991 "postage",
 9992 "release_channel",
 9993 "schemars",
 9994 "semver",
 9995 "serde",
 9996 "serde_json",
 9997 "smol",
 9998 "util",
 9999 "zlog",
10000]
10001
10002[[package]]
10003name = "lsp-types"
10004version = "0.95.1"
10005source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10006dependencies = [
10007 "bitflags 1.3.2",
10008 "serde",
10009 "serde_json",
10010 "url",
10011]
10012
10013[[package]]
10014name = "lyon"
10015version = "1.0.16"
10016source = "registry+https://github.com/rust-lang/crates.io-index"
10017checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10018dependencies = [
10019 "lyon_algorithms",
10020 "lyon_extra",
10021 "lyon_tessellation",
10022]
10023
10024[[package]]
10025name = "lyon_algorithms"
10026version = "1.0.16"
10027source = "registry+https://github.com/rust-lang/crates.io-index"
10028checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10029dependencies = [
10030 "lyon_path",
10031 "num-traits",
10032]
10033
10034[[package]]
10035name = "lyon_extra"
10036version = "1.0.3"
10037source = "registry+https://github.com/rust-lang/crates.io-index"
10038checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10039dependencies = [
10040 "lyon_path",
10041 "thiserror 1.0.69",
10042]
10043
10044[[package]]
10045name = "lyon_geom"
10046version = "1.0.17"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10049dependencies = [
10050 "arrayvec",
10051 "euclid",
10052 "num-traits",
10053]
10054
10055[[package]]
10056name = "lyon_path"
10057version = "1.0.16"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10060dependencies = [
10061 "lyon_geom",
10062 "num-traits",
10063]
10064
10065[[package]]
10066name = "lyon_tessellation"
10067version = "1.0.16"
10068source = "registry+https://github.com/rust-lang/crates.io-index"
10069checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10070dependencies = [
10071 "float_next_after",
10072 "lyon_path",
10073 "num-traits",
10074]
10075
10076[[package]]
10077name = "mac"
10078version = "0.1.1"
10079source = "registry+https://github.com/rust-lang/crates.io-index"
10080checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10081
10082[[package]]
10083name = "mach2"
10084version = "0.4.3"
10085source = "registry+https://github.com/rust-lang/crates.io-index"
10086checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10087dependencies = [
10088 "libc",
10089]
10090
10091[[package]]
10092name = "mach2"
10093version = "0.5.0"
10094source = "registry+https://github.com/rust-lang/crates.io-index"
10095checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10096dependencies = [
10097 "libc",
10098]
10099
10100[[package]]
10101name = "malloc_buf"
10102version = "0.0.6"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10105dependencies = [
10106 "libc",
10107]
10108
10109[[package]]
10110name = "maplit"
10111version = "1.0.2"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10114
10115[[package]]
10116name = "markdown"
10117version = "0.1.0"
10118dependencies = [
10119 "anyhow",
10120 "assets",
10121 "base64 0.22.1",
10122 "collections",
10123 "env_logger 0.11.8",
10124 "fs",
10125 "futures 0.3.31",
10126 "gpui",
10127 "gpui_platform",
10128 "html5ever 0.27.0",
10129 "language",
10130 "languages",
10131 "linkify",
10132 "log",
10133 "markup5ever_rcdom",
10134 "mermaid-rs-renderer",
10135 "node_runtime",
10136 "pulldown-cmark 0.13.0",
10137 "settings",
10138 "stacksafe",
10139 "sum_tree",
10140 "theme",
10141 "theme_settings",
10142 "ui",
10143 "util",
10144]
10145
10146[[package]]
10147name = "markdown_preview"
10148version = "0.1.0"
10149dependencies = [
10150 "anyhow",
10151 "editor",
10152 "gpui",
10153 "language",
10154 "log",
10155 "markdown",
10156 "settings",
10157 "tempfile",
10158 "theme_settings",
10159 "ui",
10160 "urlencoding",
10161 "util",
10162 "workspace",
10163 "zed_actions",
10164]
10165
10166[[package]]
10167name = "markup5ever"
10168version = "0.12.1"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10171dependencies = [
10172 "log",
10173 "phf 0.11.3",
10174 "phf_codegen",
10175 "string_cache",
10176 "string_cache_codegen",
10177 "tendril",
10178]
10179
10180[[package]]
10181name = "markup5ever"
10182version = "0.35.0"
10183source = "registry+https://github.com/rust-lang/crates.io-index"
10184checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10185dependencies = [
10186 "log",
10187 "tendril",
10188 "web_atoms",
10189]
10190
10191[[package]]
10192name = "markup5ever_rcdom"
10193version = "0.3.0"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10196dependencies = [
10197 "html5ever 0.27.0",
10198 "markup5ever 0.12.1",
10199 "tendril",
10200 "xml5ever",
10201]
10202
10203[[package]]
10204name = "match_token"
10205version = "0.35.0"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10208dependencies = [
10209 "proc-macro2",
10210 "quote",
10211 "syn 2.0.117",
10212]
10213
10214[[package]]
10215name = "matchers"
10216version = "0.2.0"
10217source = "registry+https://github.com/rust-lang/crates.io-index"
10218checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10219dependencies = [
10220 "regex-automata",
10221]
10222
10223[[package]]
10224name = "matchit"
10225version = "0.7.3"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10228
10229[[package]]
10230name = "maybe-owned"
10231version = "0.3.4"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10234
10235[[package]]
10236name = "maybe-rayon"
10237version = "0.1.1"
10238source = "registry+https://github.com/rust-lang/crates.io-index"
10239checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10240dependencies = [
10241 "cfg-if",
10242 "rayon",
10243]
10244
10245[[package]]
10246name = "md-5"
10247version = "0.10.6"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10250dependencies = [
10251 "cfg-if",
10252 "digest",
10253]
10254
10255[[package]]
10256name = "mdbook"
10257version = "0.4.40"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10260dependencies = [
10261 "ammonia",
10262 "anyhow",
10263 "chrono",
10264 "clap",
10265 "clap_complete",
10266 "elasticlunr-rs",
10267 "env_logger 0.11.8",
10268 "futures-util",
10269 "handlebars 5.1.2",
10270 "ignore",
10271 "log",
10272 "memchr",
10273 "notify 6.1.1",
10274 "notify-debouncer-mini",
10275 "once_cell",
10276 "opener",
10277 "pathdiff",
10278 "pulldown-cmark 0.10.3",
10279 "regex",
10280 "serde",
10281 "serde_json",
10282 "shlex",
10283 "tempfile",
10284 "tokio",
10285 "toml 0.5.11",
10286 "topological-sort",
10287 "walkdir",
10288 "warp",
10289]
10290
10291[[package]]
10292name = "media"
10293version = "0.1.0"
10294dependencies = [
10295 "anyhow",
10296 "bindgen 0.71.1",
10297 "core-foundation 0.10.0",
10298 "core-video",
10299 "ctor",
10300 "foreign-types 0.5.0",
10301 "metal",
10302 "objc",
10303]
10304
10305[[package]]
10306name = "memchr"
10307version = "2.7.6"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10310
10311[[package]]
10312name = "memfd"
10313version = "0.6.5"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10316dependencies = [
10317 "rustix 1.1.2",
10318]
10319
10320[[package]]
10321name = "memmap2"
10322version = "0.9.8"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10325dependencies = [
10326 "libc",
10327 "stable_deref_trait",
10328]
10329
10330[[package]]
10331name = "memoffset"
10332version = "0.9.1"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10335dependencies = [
10336 "autocfg",
10337]
10338
10339[[package]]
10340name = "menu"
10341version = "0.1.0"
10342dependencies = [
10343 "gpui",
10344]
10345
10346[[package]]
10347name = "merge"
10348version = "0.1.0"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10351dependencies = [
10352 "merge_derive",
10353 "num-traits",
10354]
10355
10356[[package]]
10357name = "merge_derive"
10358version = "0.1.0"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10361dependencies = [
10362 "proc-macro-error",
10363 "proc-macro2",
10364 "quote",
10365 "syn 1.0.109",
10366]
10367
10368[[package]]
10369name = "mermaid-rs-renderer"
10370version = "0.2.0"
10371source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10372dependencies = [
10373 "anyhow",
10374 "fontdb 0.16.2",
10375 "json5",
10376 "once_cell",
10377 "regex",
10378 "serde",
10379 "serde_json",
10380 "thiserror 2.0.17",
10381 "ttf-parser 0.20.0",
10382]
10383
10384[[package]]
10385name = "metal"
10386version = "0.33.0"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10389dependencies = [
10390 "bitflags 2.10.0",
10391 "block",
10392 "core-graphics-types 0.2.0",
10393 "foreign-types 0.5.0",
10394 "log",
10395 "objc",
10396 "paste",
10397]
10398
10399[[package]]
10400name = "migrator"
10401version = "0.1.0"
10402dependencies = [
10403 "anyhow",
10404 "collections",
10405 "convert_case 0.8.0",
10406 "log",
10407 "pretty_assertions",
10408 "serde_json",
10409 "serde_json_lenient",
10410 "settings_content",
10411 "settings_json",
10412 "streaming-iterator",
10413 "tree-sitter",
10414 "tree-sitter-json",
10415 "unindent",
10416]
10417
10418[[package]]
10419name = "mimalloc"
10420version = "0.1.48"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10423dependencies = [
10424 "libmimalloc-sys",
10425]
10426
10427[[package]]
10428name = "mime"
10429version = "0.3.17"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10432
10433[[package]]
10434name = "mime_guess"
10435version = "2.0.5"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10438dependencies = [
10439 "mime",
10440 "unicase",
10441]
10442
10443[[package]]
10444name = "minidump-common"
10445version = "0.26.1"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10448dependencies = [
10449 "bitflags 2.10.0",
10450 "debugid",
10451 "num-derive",
10452 "num-traits",
10453 "range-map",
10454 "scroll",
10455 "smart-default",
10456]
10457
10458[[package]]
10459name = "minidump-writer"
10460version = "0.11.0"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10463dependencies = [
10464 "bitflags 2.10.0",
10465 "byteorder",
10466 "cfg-if",
10467 "crash-context",
10468 "error-graph",
10469 "failspot",
10470 "goblin",
10471 "libc",
10472 "log",
10473 "mach2 0.4.3",
10474 "memmap2",
10475 "memoffset",
10476 "minidump-common",
10477 "nix 0.29.0",
10478 "procfs-core",
10479 "scroll",
10480 "serde",
10481 "serde_json",
10482 "tempfile",
10483 "thiserror 2.0.17",
10484]
10485
10486[[package]]
10487name = "minidumper"
10488version = "0.9.0"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10491dependencies = [
10492 "cfg-if",
10493 "crash-context",
10494 "libc",
10495 "log",
10496 "minidump-writer",
10497 "parking_lot",
10498 "polling",
10499 "scroll",
10500 "thiserror 2.0.17",
10501 "uds",
10502]
10503
10504[[package]]
10505name = "minimal-lexical"
10506version = "0.2.1"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10509
10510[[package]]
10511name = "miniprofiler_ui"
10512version = "0.1.0"
10513dependencies = [
10514 "gpui",
10515 "rpc",
10516 "serde_json",
10517 "smol",
10518 "theme_settings",
10519 "util",
10520 "workspace",
10521 "zed_actions",
10522]
10523
10524[[package]]
10525name = "miniz_oxide"
10526version = "0.8.9"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10529dependencies = [
10530 "adler2",
10531 "simd-adler32",
10532]
10533
10534[[package]]
10535name = "mio"
10536version = "0.8.11"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10539dependencies = [
10540 "libc",
10541 "log",
10542 "wasi",
10543 "windows-sys 0.48.0",
10544]
10545
10546[[package]]
10547name = "mio"
10548version = "1.1.0"
10549source = "registry+https://github.com/rust-lang/crates.io-index"
10550checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10551dependencies = [
10552 "libc",
10553 "log",
10554 "wasi",
10555 "windows-sys 0.61.2",
10556]
10557
10558[[package]]
10559name = "miow"
10560version = "0.6.1"
10561source = "registry+https://github.com/rust-lang/crates.io-index"
10562checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10563dependencies = [
10564 "windows-sys 0.61.2",
10565]
10566
10567[[package]]
10568name = "mistral"
10569version = "0.1.0"
10570dependencies = [
10571 "anyhow",
10572 "futures 0.3.31",
10573 "http_client",
10574 "schemars",
10575 "serde",
10576 "serde_json",
10577 "strum 0.27.2",
10578]
10579
10580[[package]]
10581name = "moka"
10582version = "0.12.11"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10585dependencies = [
10586 "crossbeam-channel",
10587 "crossbeam-epoch",
10588 "crossbeam-utils",
10589 "equivalent",
10590 "parking_lot",
10591 "portable-atomic",
10592 "rustc_version",
10593 "smallvec",
10594 "tagptr",
10595 "uuid",
10596]
10597
10598[[package]]
10599name = "moxcms"
10600version = "0.7.7"
10601source = "registry+https://github.com/rust-lang/crates.io-index"
10602checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10603dependencies = [
10604 "num-traits",
10605 "pxfm",
10606]
10607
10608[[package]]
10609name = "msvc_spectre_libs"
10610version = "0.1.3"
10611source = "registry+https://github.com/rust-lang/crates.io-index"
10612checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10613dependencies = [
10614 "cc",
10615]
10616
10617[[package]]
10618name = "multi_buffer"
10619version = "0.1.0"
10620dependencies = [
10621 "anyhow",
10622 "buffer_diff",
10623 "clock",
10624 "collections",
10625 "ctor",
10626 "gpui",
10627 "indoc",
10628 "itertools 0.14.0",
10629 "language",
10630 "log",
10631 "parking_lot",
10632 "pretty_assertions",
10633 "rand 0.9.2",
10634 "rope",
10635 "serde",
10636 "settings",
10637 "smallvec",
10638 "smol",
10639 "sum_tree",
10640 "text",
10641 "theme",
10642 "tracing",
10643 "tree-sitter",
10644 "unicode-segmentation",
10645 "util",
10646 "zlog",
10647 "ztracing",
10648]
10649
10650[[package]]
10651name = "multimap"
10652version = "0.8.3"
10653source = "registry+https://github.com/rust-lang/crates.io-index"
10654checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10655
10656[[package]]
10657name = "naga"
10658version = "29.0.0"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10661dependencies = [
10662 "arrayvec",
10663 "bit-set 0.9.1",
10664 "bitflags 2.10.0",
10665 "cfg-if",
10666 "cfg_aliases 0.2.1",
10667 "codespan-reporting",
10668 "half",
10669 "hashbrown 0.16.1",
10670 "hexf-parse",
10671 "indexmap",
10672 "libm",
10673 "log",
10674 "num-traits",
10675 "once_cell",
10676 "rustc-hash 1.1.0",
10677 "thiserror 2.0.17",
10678 "unicode-ident",
10679]
10680
10681[[package]]
10682name = "naga"
10683version = "29.0.0"
10684source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10685dependencies = [
10686 "arrayvec",
10687 "bit-set 0.9.1",
10688 "bitflags 2.10.0",
10689 "cfg-if",
10690 "cfg_aliases 0.2.1",
10691 "codespan-reporting",
10692 "half",
10693 "hashbrown 0.16.1",
10694 "hexf-parse",
10695 "indexmap",
10696 "libm",
10697 "log",
10698 "num-traits",
10699 "once_cell",
10700 "rustc-hash 1.1.0",
10701 "spirv",
10702 "thiserror 2.0.17",
10703 "unicode-ident",
10704]
10705
10706[[package]]
10707name = "nanoid"
10708version = "0.4.0"
10709source = "registry+https://github.com/rust-lang/crates.io-index"
10710checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10711dependencies = [
10712 "rand 0.8.5",
10713]
10714
10715[[package]]
10716name = "nanorand"
10717version = "0.7.0"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10720dependencies = [
10721 "getrandom 0.2.16",
10722]
10723
10724[[package]]
10725name = "native-tls"
10726version = "0.2.14"
10727source = "registry+https://github.com/rust-lang/crates.io-index"
10728checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10729dependencies = [
10730 "libc",
10731 "log",
10732 "openssl",
10733 "openssl-probe",
10734 "openssl-sys",
10735 "schannel",
10736 "security-framework 2.11.1",
10737 "security-framework-sys",
10738 "tempfile",
10739]
10740
10741[[package]]
10742name = "nbformat"
10743version = "1.2.0"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10746dependencies = [
10747 "anyhow",
10748 "chrono",
10749 "jupyter-protocol",
10750 "serde",
10751 "serde_json",
10752 "thiserror 1.0.69",
10753 "uuid",
10754]
10755
10756[[package]]
10757name = "nc"
10758version = "0.1.0"
10759dependencies = [
10760 "anyhow",
10761 "futures 0.3.31",
10762 "net",
10763 "smol",
10764]
10765
10766[[package]]
10767name = "ndk"
10768version = "0.9.0"
10769source = "registry+https://github.com/rust-lang/crates.io-index"
10770checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10771dependencies = [
10772 "bitflags 2.10.0",
10773 "jni-sys",
10774 "log",
10775 "ndk-sys",
10776 "num_enum",
10777 "thiserror 1.0.69",
10778]
10779
10780[[package]]
10781name = "ndk-context"
10782version = "0.1.1"
10783source = "registry+https://github.com/rust-lang/crates.io-index"
10784checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10785
10786[[package]]
10787name = "ndk-sys"
10788version = "0.6.0+11769913"
10789source = "registry+https://github.com/rust-lang/crates.io-index"
10790checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10791dependencies = [
10792 "jni-sys",
10793]
10794
10795[[package]]
10796name = "net"
10797version = "0.1.0"
10798dependencies = [
10799 "anyhow",
10800 "async-io",
10801 "smol",
10802 "tempfile",
10803 "windows 0.61.3",
10804]
10805
10806[[package]]
10807name = "new_debug_unreachable"
10808version = "1.0.6"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10811
10812[[package]]
10813name = "nix"
10814version = "0.28.0"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10817dependencies = [
10818 "bitflags 2.10.0",
10819 "cfg-if",
10820 "cfg_aliases 0.1.1",
10821 "libc",
10822]
10823
10824[[package]]
10825name = "nix"
10826version = "0.29.0"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10829dependencies = [
10830 "bitflags 2.10.0",
10831 "cfg-if",
10832 "cfg_aliases 0.2.1",
10833 "libc",
10834]
10835
10836[[package]]
10837name = "nix"
10838version = "0.30.1"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10841dependencies = [
10842 "bitflags 2.10.0",
10843 "cfg-if",
10844 "cfg_aliases 0.2.1",
10845 "libc",
10846]
10847
10848[[package]]
10849name = "node_runtime"
10850version = "0.1.0"
10851dependencies = [
10852 "anyhow",
10853 "async-compression",
10854 "async-std",
10855 "async-tar",
10856 "async-trait",
10857 "futures 0.3.31",
10858 "http_client",
10859 "log",
10860 "paths",
10861 "semver",
10862 "serde",
10863 "serde_json",
10864 "smol",
10865 "util",
10866 "watch",
10867 "which 6.0.3",
10868]
10869
10870[[package]]
10871name = "nom"
10872version = "7.1.3"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10875dependencies = [
10876 "memchr",
10877 "minimal-lexical",
10878]
10879
10880[[package]]
10881name = "nom"
10882version = "8.0.0"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10885dependencies = [
10886 "memchr",
10887]
10888
10889[[package]]
10890name = "noop_proc_macro"
10891version = "0.3.0"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10894
10895[[package]]
10896name = "normpath"
10897version = "1.5.0"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10900dependencies = [
10901 "windows-sys 0.61.2",
10902]
10903
10904[[package]]
10905name = "notifications"
10906version = "0.1.0"
10907dependencies = [
10908 "anyhow",
10909 "channel",
10910 "client",
10911 "component",
10912 "db",
10913 "gpui",
10914 "rpc",
10915 "sum_tree",
10916 "time",
10917 "ui",
10918 "util",
10919 "workspace",
10920 "zed_actions",
10921]
10922
10923[[package]]
10924name = "notify"
10925version = "6.1.1"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10928dependencies = [
10929 "bitflags 2.10.0",
10930 "crossbeam-channel",
10931 "filetime",
10932 "fsevent-sys",
10933 "inotify 0.9.6",
10934 "kqueue",
10935 "libc",
10936 "log",
10937 "mio 0.8.11",
10938 "walkdir",
10939 "windows-sys 0.48.0",
10940]
10941
10942[[package]]
10943name = "notify"
10944version = "8.2.0"
10945source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10946dependencies = [
10947 "bitflags 2.10.0",
10948 "fsevent-sys",
10949 "inotify 0.11.0",
10950 "kqueue",
10951 "libc",
10952 "log",
10953 "mio 1.1.0",
10954 "notify-types",
10955 "walkdir",
10956 "windows-sys 0.60.2",
10957]
10958
10959[[package]]
10960name = "notify-debouncer-mini"
10961version = "0.4.1"
10962source = "registry+https://github.com/rust-lang/crates.io-index"
10963checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10964dependencies = [
10965 "crossbeam-channel",
10966 "log",
10967 "notify 6.1.1",
10968]
10969
10970[[package]]
10971name = "notify-types"
10972version = "2.0.0"
10973source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10974
10975[[package]]
10976name = "ntapi"
10977version = "0.4.1"
10978source = "registry+https://github.com/rust-lang/crates.io-index"
10979checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10980dependencies = [
10981 "winapi",
10982]
10983
10984[[package]]
10985name = "nu-ansi-term"
10986version = "0.50.3"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
10989dependencies = [
10990 "windows-sys 0.61.2",
10991]
10992
10993[[package]]
10994name = "num"
10995version = "0.4.3"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10998dependencies = [
10999 "num-bigint",
11000 "num-complex",
11001 "num-integer",
11002 "num-iter",
11003 "num-rational",
11004 "num-traits",
11005]
11006
11007[[package]]
11008name = "num-bigint"
11009version = "0.4.6"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11012dependencies = [
11013 "num-integer",
11014 "num-traits",
11015]
11016
11017[[package]]
11018name = "num-bigint-dig"
11019version = "0.8.6"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11022dependencies = [
11023 "lazy_static",
11024 "libm",
11025 "num-integer",
11026 "num-iter",
11027 "num-traits",
11028 "rand 0.8.5",
11029 "smallvec",
11030 "zeroize",
11031]
11032
11033[[package]]
11034name = "num-bigint-dig"
11035version = "0.9.1"
11036source = "registry+https://github.com/rust-lang/crates.io-index"
11037checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11038dependencies = [
11039 "libm",
11040 "num-integer",
11041 "num-iter",
11042 "num-traits",
11043 "once_cell",
11044 "rand 0.9.2",
11045 "serde",
11046 "smallvec",
11047 "zeroize",
11048]
11049
11050[[package]]
11051name = "num-cmp"
11052version = "0.1.0"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11055
11056[[package]]
11057name = "num-complex"
11058version = "0.4.6"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11061dependencies = [
11062 "bytemuck",
11063 "num-traits",
11064]
11065
11066[[package]]
11067name = "num-conv"
11068version = "0.2.0"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11071
11072[[package]]
11073name = "num-derive"
11074version = "0.4.2"
11075source = "registry+https://github.com/rust-lang/crates.io-index"
11076checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11077dependencies = [
11078 "proc-macro2",
11079 "quote",
11080 "syn 2.0.117",
11081]
11082
11083[[package]]
11084name = "num-format"
11085version = "0.4.4"
11086source = "registry+https://github.com/rust-lang/crates.io-index"
11087checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11088dependencies = [
11089 "arrayvec",
11090 "itoa",
11091]
11092
11093[[package]]
11094name = "num-integer"
11095version = "0.1.46"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11098dependencies = [
11099 "num-traits",
11100]
11101
11102[[package]]
11103name = "num-iter"
11104version = "0.1.45"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11107dependencies = [
11108 "autocfg",
11109 "num-integer",
11110 "num-traits",
11111]
11112
11113[[package]]
11114name = "num-rational"
11115version = "0.4.2"
11116source = "registry+https://github.com/rust-lang/crates.io-index"
11117checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11118dependencies = [
11119 "num-bigint",
11120 "num-integer",
11121 "num-traits",
11122]
11123
11124[[package]]
11125name = "num-traits"
11126version = "0.2.19"
11127source = "registry+https://github.com/rust-lang/crates.io-index"
11128checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11129dependencies = [
11130 "autocfg",
11131 "libm",
11132]
11133
11134[[package]]
11135name = "num_cpus"
11136version = "1.17.0"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11139dependencies = [
11140 "hermit-abi",
11141 "libc",
11142]
11143
11144[[package]]
11145name = "num_enum"
11146version = "0.7.4"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11149dependencies = [
11150 "num_enum_derive",
11151 "rustversion",
11152]
11153
11154[[package]]
11155name = "num_enum_derive"
11156version = "0.7.4"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11159dependencies = [
11160 "proc-macro-crate",
11161 "proc-macro2",
11162 "quote",
11163 "syn 2.0.117",
11164]
11165
11166[[package]]
11167name = "num_threads"
11168version = "0.1.7"
11169source = "registry+https://github.com/rust-lang/crates.io-index"
11170checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11171dependencies = [
11172 "libc",
11173]
11174
11175[[package]]
11176name = "nvim-rs"
11177version = "0.9.2"
11178source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11179dependencies = [
11180 "async-trait",
11181 "futures 0.3.31",
11182 "log",
11183 "rmp",
11184 "rmpv",
11185 "tokio",
11186 "tokio-util",
11187]
11188
11189[[package]]
11190name = "objc"
11191version = "0.2.7"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11194dependencies = [
11195 "malloc_buf",
11196 "objc_exception",
11197]
11198
11199[[package]]
11200name = "objc-foundation"
11201version = "0.1.1"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11204dependencies = [
11205 "block",
11206 "objc",
11207 "objc_id",
11208]
11209
11210[[package]]
11211name = "objc2"
11212version = "0.6.3"
11213source = "registry+https://github.com/rust-lang/crates.io-index"
11214checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11215dependencies = [
11216 "objc2-encode",
11217]
11218
11219[[package]]
11220name = "objc2-app-kit"
11221version = "0.3.1"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11224dependencies = [
11225 "objc2",
11226 "objc2-foundation",
11227]
11228
11229[[package]]
11230name = "objc2-audio-toolbox"
11231version = "0.3.2"
11232source = "registry+https://github.com/rust-lang/crates.io-index"
11233checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11234dependencies = [
11235 "bitflags 2.10.0",
11236 "libc",
11237 "objc2",
11238 "objc2-core-audio",
11239 "objc2-core-audio-types",
11240 "objc2-core-foundation",
11241 "objc2-foundation",
11242]
11243
11244[[package]]
11245name = "objc2-avf-audio"
11246version = "0.3.2"
11247source = "registry+https://github.com/rust-lang/crates.io-index"
11248checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11249dependencies = [
11250 "objc2",
11251 "objc2-foundation",
11252]
11253
11254[[package]]
11255name = "objc2-core-audio"
11256version = "0.3.2"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11259dependencies = [
11260 "dispatch2",
11261 "objc2",
11262 "objc2-core-audio-types",
11263 "objc2-core-foundation",
11264 "objc2-foundation",
11265]
11266
11267[[package]]
11268name = "objc2-core-audio-types"
11269version = "0.3.2"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11272dependencies = [
11273 "bitflags 2.10.0",
11274 "objc2",
11275]
11276
11277[[package]]
11278name = "objc2-core-foundation"
11279version = "0.3.2"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11282dependencies = [
11283 "bitflags 2.10.0",
11284 "block2",
11285 "dispatch2",
11286 "libc",
11287 "objc2",
11288]
11289
11290[[package]]
11291name = "objc2-encode"
11292version = "4.1.0"
11293source = "registry+https://github.com/rust-lang/crates.io-index"
11294checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11295
11296[[package]]
11297name = "objc2-foundation"
11298version = "0.3.2"
11299source = "registry+https://github.com/rust-lang/crates.io-index"
11300checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11301dependencies = [
11302 "bitflags 2.10.0",
11303 "block2",
11304 "libc",
11305 "objc2",
11306 "objc2-core-foundation",
11307]
11308
11309[[package]]
11310name = "objc2-io-kit"
11311version = "0.3.2"
11312source = "registry+https://github.com/rust-lang/crates.io-index"
11313checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11314dependencies = [
11315 "libc",
11316 "objc2-core-foundation",
11317]
11318
11319[[package]]
11320name = "objc2-metal"
11321version = "0.3.2"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11324dependencies = [
11325 "bitflags 2.10.0",
11326 "block2",
11327 "dispatch2",
11328 "objc2",
11329 "objc2-core-foundation",
11330 "objc2-foundation",
11331]
11332
11333[[package]]
11334name = "objc2-quartz-core"
11335version = "0.3.2"
11336source = "registry+https://github.com/rust-lang/crates.io-index"
11337checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11338dependencies = [
11339 "bitflags 2.10.0",
11340 "objc2",
11341 "objc2-core-foundation",
11342 "objc2-foundation",
11343 "objc2-metal",
11344]
11345
11346[[package]]
11347name = "objc_exception"
11348version = "0.1.2"
11349source = "registry+https://github.com/rust-lang/crates.io-index"
11350checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11351dependencies = [
11352 "cc",
11353]
11354
11355[[package]]
11356name = "objc_id"
11357version = "0.1.1"
11358source = "registry+https://github.com/rust-lang/crates.io-index"
11359checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11360dependencies = [
11361 "objc",
11362]
11363
11364[[package]]
11365name = "object"
11366version = "0.37.3"
11367source = "registry+https://github.com/rust-lang/crates.io-index"
11368checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11369dependencies = [
11370 "crc32fast",
11371 "hashbrown 0.15.5",
11372 "indexmap",
11373 "memchr",
11374]
11375
11376[[package]]
11377name = "ollama"
11378version = "0.1.0"
11379dependencies = [
11380 "anyhow",
11381 "futures 0.3.31",
11382 "http_client",
11383 "schemars",
11384 "serde",
11385 "serde_json",
11386 "settings",
11387]
11388
11389[[package]]
11390name = "onboarding"
11391version = "0.1.0"
11392dependencies = [
11393 "anyhow",
11394 "client",
11395 "component",
11396 "db",
11397 "documented",
11398 "fs",
11399 "fuzzy",
11400 "gpui",
11401 "menu",
11402 "notifications",
11403 "picker",
11404 "project",
11405 "schemars",
11406 "serde",
11407 "settings",
11408 "telemetry",
11409 "theme",
11410 "theme_settings",
11411 "ui",
11412 "util",
11413 "vim_mode_setting",
11414 "workspace",
11415 "zed_actions",
11416 "zlog",
11417]
11418
11419[[package]]
11420name = "once_cell"
11421version = "1.21.3"
11422source = "registry+https://github.com/rust-lang/crates.io-index"
11423checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11424
11425[[package]]
11426name = "once_cell_polyfill"
11427version = "1.70.1"
11428source = "registry+https://github.com/rust-lang/crates.io-index"
11429checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11430
11431[[package]]
11432name = "oo7"
11433version = "0.6.0"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11436dependencies = [
11437 "aes",
11438 "ashpd",
11439 "async-fs",
11440 "async-io",
11441 "async-lock 3.4.2",
11442 "blocking",
11443 "cbc",
11444 "cipher",
11445 "digest",
11446 "endi",
11447 "futures-lite 2.6.1",
11448 "futures-util",
11449 "getrandom 0.4.1",
11450 "hkdf",
11451 "hmac",
11452 "md-5",
11453 "num",
11454 "num-bigint-dig 0.9.1",
11455 "pbkdf2 0.12.2",
11456 "serde",
11457 "serde_bytes",
11458 "sha2",
11459 "subtle",
11460 "zbus",
11461 "zbus_macros",
11462 "zeroize",
11463 "zvariant",
11464]
11465
11466[[package]]
11467name = "oorandom"
11468version = "11.1.5"
11469source = "registry+https://github.com/rust-lang/crates.io-index"
11470checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11471
11472[[package]]
11473name = "open"
11474version = "5.3.2"
11475source = "registry+https://github.com/rust-lang/crates.io-index"
11476checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11477dependencies = [
11478 "is-wsl",
11479 "libc",
11480 "pathdiff",
11481]
11482
11483[[package]]
11484name = "open_ai"
11485version = "0.1.0"
11486dependencies = [
11487 "anyhow",
11488 "futures 0.3.31",
11489 "http_client",
11490 "log",
11491 "rand 0.9.2",
11492 "schemars",
11493 "serde",
11494 "serde_json",
11495 "settings",
11496 "strum 0.27.2",
11497 "thiserror 2.0.17",
11498]
11499
11500[[package]]
11501name = "open_path_prompt"
11502version = "0.1.0"
11503dependencies = [
11504 "editor",
11505 "file_icons",
11506 "futures 0.3.31",
11507 "fuzzy",
11508 "gpui",
11509 "picker",
11510 "project",
11511 "schemars",
11512 "serde",
11513 "serde_json",
11514 "settings",
11515 "theme",
11516 "theme_settings",
11517 "ui",
11518 "util",
11519 "workspace",
11520]
11521
11522[[package]]
11523name = "open_router"
11524version = "0.1.0"
11525dependencies = [
11526 "anyhow",
11527 "futures 0.3.31",
11528 "http_client",
11529 "schemars",
11530 "serde",
11531 "serde_json",
11532 "settings",
11533 "strum 0.27.2",
11534 "thiserror 2.0.17",
11535]
11536
11537[[package]]
11538name = "opencode"
11539version = "0.1.0"
11540dependencies = [
11541 "anyhow",
11542 "futures 0.3.31",
11543 "google_ai",
11544 "http_client",
11545 "schemars",
11546 "serde",
11547 "serde_json",
11548 "strum 0.27.2",
11549]
11550
11551[[package]]
11552name = "opener"
11553version = "0.7.2"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11556dependencies = [
11557 "bstr",
11558 "dbus",
11559 "normpath",
11560 "windows-sys 0.59.0",
11561]
11562
11563[[package]]
11564name = "openssl"
11565version = "0.10.74"
11566source = "registry+https://github.com/rust-lang/crates.io-index"
11567checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11568dependencies = [
11569 "bitflags 2.10.0",
11570 "cfg-if",
11571 "foreign-types 0.3.2",
11572 "libc",
11573 "once_cell",
11574 "openssl-macros",
11575 "openssl-sys",
11576]
11577
11578[[package]]
11579name = "openssl-macros"
11580version = "0.1.1"
11581source = "registry+https://github.com/rust-lang/crates.io-index"
11582checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11583dependencies = [
11584 "proc-macro2",
11585 "quote",
11586 "syn 2.0.117",
11587]
11588
11589[[package]]
11590name = "openssl-probe"
11591version = "0.1.6"
11592source = "registry+https://github.com/rust-lang/crates.io-index"
11593checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11594
11595[[package]]
11596name = "openssl-sys"
11597version = "0.9.110"
11598source = "registry+https://github.com/rust-lang/crates.io-index"
11599checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11600dependencies = [
11601 "cc",
11602 "libc",
11603 "pkg-config",
11604 "vcpkg",
11605]
11606
11607[[package]]
11608name = "optfield"
11609version = "0.4.0"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11612dependencies = [
11613 "proc-macro2",
11614 "quote",
11615 "syn 2.0.117",
11616]
11617
11618[[package]]
11619name = "option-ext"
11620version = "0.2.0"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11623
11624[[package]]
11625name = "ordered-float"
11626version = "2.10.1"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11629dependencies = [
11630 "num-traits",
11631]
11632
11633[[package]]
11634name = "ordered-float"
11635version = "4.6.0"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11638dependencies = [
11639 "num-traits",
11640]
11641
11642[[package]]
11643name = "ordered-stream"
11644version = "0.2.0"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11647dependencies = [
11648 "futures-core",
11649 "pin-project-lite",
11650]
11651
11652[[package]]
11653name = "ouroboros"
11654version = "0.18.5"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11657dependencies = [
11658 "aliasable",
11659 "ouroboros_macro",
11660 "static_assertions",
11661]
11662
11663[[package]]
11664name = "ouroboros_macro"
11665version = "0.18.5"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11668dependencies = [
11669 "heck 0.4.1",
11670 "proc-macro2",
11671 "proc-macro2-diagnostics",
11672 "quote",
11673 "syn 2.0.117",
11674]
11675
11676[[package]]
11677name = "outline"
11678version = "0.1.0"
11679dependencies = [
11680 "editor",
11681 "fuzzy",
11682 "gpui",
11683 "indoc",
11684 "language",
11685 "lsp",
11686 "menu",
11687 "ordered-float 2.10.1",
11688 "picker",
11689 "project",
11690 "rope",
11691 "serde_json",
11692 "settings",
11693 "smol",
11694 "theme",
11695 "theme_settings",
11696 "ui",
11697 "util",
11698 "workspace",
11699 "zed_actions",
11700]
11701
11702[[package]]
11703name = "outline_panel"
11704version = "0.1.0"
11705dependencies = [
11706 "anyhow",
11707 "collections",
11708 "db",
11709 "editor",
11710 "file_icons",
11711 "fuzzy",
11712 "gpui",
11713 "itertools 0.14.0",
11714 "language",
11715 "log",
11716 "lsp",
11717 "menu",
11718 "outline",
11719 "pretty_assertions",
11720 "project",
11721 "search",
11722 "serde",
11723 "serde_json",
11724 "settings",
11725 "smallvec",
11726 "smol",
11727 "theme",
11728 "theme_settings",
11729 "ui",
11730 "util",
11731 "workspace",
11732 "worktree",
11733 "zed_actions",
11734]
11735
11736[[package]]
11737name = "outref"
11738version = "0.5.2"
11739source = "registry+https://github.com/rust-lang/crates.io-index"
11740checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11741
11742[[package]]
11743name = "p256"
11744version = "0.11.1"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11747dependencies = [
11748 "ecdsa",
11749 "elliptic-curve",
11750 "sha2",
11751]
11752
11753[[package]]
11754name = "page_size"
11755version = "0.6.0"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11758dependencies = [
11759 "libc",
11760 "winapi",
11761]
11762
11763[[package]]
11764name = "palette"
11765version = "0.7.6"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11768dependencies = [
11769 "approx",
11770 "fast-srgb8",
11771 "palette_derive",
11772]
11773
11774[[package]]
11775name = "palette_derive"
11776version = "0.7.6"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11779dependencies = [
11780 "by_address",
11781 "proc-macro2",
11782 "quote",
11783 "syn 2.0.117",
11784]
11785
11786[[package]]
11787name = "panel"
11788version = "0.1.0"
11789dependencies = [
11790 "gpui",
11791 "ui",
11792 "workspace",
11793]
11794
11795[[package]]
11796name = "parking"
11797version = "2.2.1"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11800
11801[[package]]
11802name = "parking_lot"
11803version = "0.12.5"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11806dependencies = [
11807 "lock_api",
11808 "parking_lot_core",
11809]
11810
11811[[package]]
11812name = "parking_lot_core"
11813version = "0.9.12"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11816dependencies = [
11817 "cfg-if",
11818 "libc",
11819 "redox_syscall 0.5.18",
11820 "smallvec",
11821 "windows-link 0.2.1",
11822]
11823
11824[[package]]
11825name = "parse_int"
11826version = "0.9.0"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11829dependencies = [
11830 "num-traits",
11831]
11832
11833[[package]]
11834name = "partial-json-fixer"
11835version = "0.5.3"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11838
11839[[package]]
11840name = "password-hash"
11841version = "0.4.2"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11844dependencies = [
11845 "base64ct",
11846 "rand_core 0.6.4",
11847 "subtle",
11848]
11849
11850[[package]]
11851name = "paste"
11852version = "1.0.15"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11855
11856[[package]]
11857name = "pathdiff"
11858version = "0.2.3"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11861
11862[[package]]
11863name = "pathfinder_geometry"
11864version = "0.5.1"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11867dependencies = [
11868 "log",
11869 "pathfinder_simd",
11870]
11871
11872[[package]]
11873name = "pathfinder_simd"
11874version = "0.5.5"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11877dependencies = [
11878 "rustc_version",
11879]
11880
11881[[package]]
11882name = "paths"
11883version = "0.1.0"
11884dependencies = [
11885 "dirs 4.0.0",
11886 "ignore",
11887 "util",
11888]
11889
11890[[package]]
11891name = "pbjson"
11892version = "0.6.0"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11895dependencies = [
11896 "base64 0.21.7",
11897 "serde",
11898]
11899
11900[[package]]
11901name = "pbjson-build"
11902version = "0.6.2"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11905dependencies = [
11906 "heck 0.4.1",
11907 "itertools 0.11.0",
11908 "prost 0.12.6",
11909 "prost-types 0.12.6",
11910]
11911
11912[[package]]
11913name = "pbjson-types"
11914version = "0.6.0"
11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11917dependencies = [
11918 "bytes 1.11.1",
11919 "chrono",
11920 "pbjson",
11921 "pbjson-build",
11922 "prost 0.12.6",
11923 "prost-build 0.12.6",
11924 "serde",
11925]
11926
11927[[package]]
11928name = "pbkdf2"
11929version = "0.11.0"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11932dependencies = [
11933 "digest",
11934 "hmac",
11935 "password-hash",
11936 "sha2",
11937]
11938
11939[[package]]
11940name = "pbkdf2"
11941version = "0.12.2"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11944dependencies = [
11945 "digest",
11946 "hmac",
11947]
11948
11949[[package]]
11950name = "pciid-parser"
11951version = "0.8.0"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11954
11955[[package]]
11956name = "peg"
11957version = "0.8.5"
11958source = "registry+https://github.com/rust-lang/crates.io-index"
11959checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
11960dependencies = [
11961 "peg-macros",
11962 "peg-runtime",
11963]
11964
11965[[package]]
11966name = "peg-macros"
11967version = "0.8.5"
11968source = "registry+https://github.com/rust-lang/crates.io-index"
11969checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
11970dependencies = [
11971 "peg-runtime",
11972 "proc-macro2",
11973 "quote",
11974]
11975
11976[[package]]
11977name = "peg-runtime"
11978version = "0.8.5"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
11981
11982[[package]]
11983name = "pem"
11984version = "3.0.6"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
11987dependencies = [
11988 "base64 0.22.1",
11989 "serde_core",
11990]
11991
11992[[package]]
11993name = "pem-rfc7468"
11994version = "0.7.0"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11997dependencies = [
11998 "base64ct",
11999]
12000
12001[[package]]
12002name = "percent-encoding"
12003version = "2.3.2"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12006
12007[[package]]
12008name = "perf"
12009version = "0.1.0"
12010dependencies = [
12011 "collections",
12012 "serde",
12013 "serde_json",
12014]
12015
12016[[package]]
12017name = "pest"
12018version = "2.8.3"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12021dependencies = [
12022 "memchr",
12023 "ucd-trie",
12024]
12025
12026[[package]]
12027name = "pest_derive"
12028version = "2.8.3"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12031dependencies = [
12032 "pest",
12033 "pest_generator",
12034]
12035
12036[[package]]
12037name = "pest_generator"
12038version = "2.8.3"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12041dependencies = [
12042 "pest",
12043 "pest_meta",
12044 "proc-macro2",
12045 "quote",
12046 "syn 2.0.117",
12047]
12048
12049[[package]]
12050name = "pest_meta"
12051version = "2.8.3"
12052source = "registry+https://github.com/rust-lang/crates.io-index"
12053checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12054dependencies = [
12055 "pest",
12056 "sha2",
12057]
12058
12059[[package]]
12060name = "pet"
12061version = "0.1.0"
12062source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12063dependencies = [
12064 "clap",
12065 "env_logger 0.10.2",
12066 "lazy_static",
12067 "log",
12068 "msvc_spectre_libs",
12069 "pet-conda",
12070 "pet-core",
12071 "pet-env-var-path",
12072 "pet-fs",
12073 "pet-global-virtualenvs",
12074 "pet-homebrew",
12075 "pet-jsonrpc",
12076 "pet-linux-global-python",
12077 "pet-mac-commandlinetools",
12078 "pet-mac-python-org",
12079 "pet-mac-xcode",
12080 "pet-pipenv",
12081 "pet-pixi",
12082 "pet-poetry",
12083 "pet-pyenv",
12084 "pet-python-utils",
12085 "pet-reporter",
12086 "pet-telemetry",
12087 "pet-uv",
12088 "pet-venv",
12089 "pet-virtualenv",
12090 "pet-virtualenvwrapper",
12091 "pet-windows-registry",
12092 "pet-windows-store",
12093 "pet-winpython",
12094 "serde",
12095 "serde_json",
12096 "tracing",
12097 "tracing-subscriber",
12098 "winresource",
12099]
12100
12101[[package]]
12102name = "pet-conda"
12103version = "0.1.0"
12104source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12105dependencies = [
12106 "env_logger 0.10.2",
12107 "lazy_static",
12108 "log",
12109 "msvc_spectre_libs",
12110 "pet-core",
12111 "pet-fs",
12112 "pet-python-utils",
12113 "pet-reporter",
12114 "rayon",
12115 "regex",
12116 "serde",
12117 "serde_json",
12118 "yaml-rust2",
12119]
12120
12121[[package]]
12122name = "pet-core"
12123version = "0.1.0"
12124source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12125dependencies = [
12126 "clap",
12127 "lazy_static",
12128 "log",
12129 "msvc_spectre_libs",
12130 "pet-fs",
12131 "regex",
12132 "serde",
12133 "serde_json",
12134]
12135
12136[[package]]
12137name = "pet-env-var-path"
12138version = "0.1.0"
12139source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12140dependencies = [
12141 "lazy_static",
12142 "log",
12143 "msvc_spectre_libs",
12144 "pet-conda",
12145 "pet-core",
12146 "pet-fs",
12147 "pet-python-utils",
12148 "pet-virtualenv",
12149 "regex",
12150]
12151
12152[[package]]
12153name = "pet-fs"
12154version = "0.1.0"
12155source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12156dependencies = [
12157 "glob",
12158 "log",
12159 "msvc_spectre_libs",
12160 "windows-sys 0.59.0",
12161]
12162
12163[[package]]
12164name = "pet-global-virtualenvs"
12165version = "0.1.0"
12166source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12167dependencies = [
12168 "log",
12169 "msvc_spectre_libs",
12170 "pet-conda",
12171 "pet-core",
12172 "pet-fs",
12173 "pet-virtualenv",
12174]
12175
12176[[package]]
12177name = "pet-homebrew"
12178version = "0.1.0"
12179source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12180dependencies = [
12181 "lazy_static",
12182 "log",
12183 "msvc_spectre_libs",
12184 "pet-conda",
12185 "pet-core",
12186 "pet-fs",
12187 "pet-python-utils",
12188 "pet-virtualenv",
12189 "rayon",
12190 "regex",
12191 "serde",
12192 "serde_json",
12193]
12194
12195[[package]]
12196name = "pet-jsonrpc"
12197version = "0.1.0"
12198source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12199dependencies = [
12200 "env_logger 0.10.2",
12201 "log",
12202 "msvc_spectre_libs",
12203 "pet-core",
12204 "serde",
12205 "serde_json",
12206]
12207
12208[[package]]
12209name = "pet-linux-global-python"
12210version = "0.1.0"
12211source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12212dependencies = [
12213 "log",
12214 "msvc_spectre_libs",
12215 "pet-core",
12216 "pet-fs",
12217 "pet-python-utils",
12218 "pet-virtualenv",
12219]
12220
12221[[package]]
12222name = "pet-mac-commandlinetools"
12223version = "0.1.0"
12224source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12225dependencies = [
12226 "log",
12227 "msvc_spectre_libs",
12228 "pet-core",
12229 "pet-fs",
12230 "pet-python-utils",
12231 "pet-virtualenv",
12232]
12233
12234[[package]]
12235name = "pet-mac-python-org"
12236version = "0.1.0"
12237source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12238dependencies = [
12239 "log",
12240 "msvc_spectre_libs",
12241 "pet-core",
12242 "pet-fs",
12243 "pet-python-utils",
12244 "pet-virtualenv",
12245]
12246
12247[[package]]
12248name = "pet-mac-xcode"
12249version = "0.1.0"
12250source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12251dependencies = [
12252 "log",
12253 "msvc_spectre_libs",
12254 "pet-core",
12255 "pet-fs",
12256 "pet-python-utils",
12257 "pet-virtualenv",
12258]
12259
12260[[package]]
12261name = "pet-pipenv"
12262version = "0.1.0"
12263source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12264dependencies = [
12265 "lazy_static",
12266 "log",
12267 "msvc_spectre_libs",
12268 "pet-core",
12269 "pet-fs",
12270 "pet-python-utils",
12271 "pet-virtualenv",
12272 "regex",
12273]
12274
12275[[package]]
12276name = "pet-pixi"
12277version = "0.1.0"
12278source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12279dependencies = [
12280 "log",
12281 "msvc_spectre_libs",
12282 "pet-conda",
12283 "pet-core",
12284 "pet-python-utils",
12285]
12286
12287[[package]]
12288name = "pet-poetry"
12289version = "0.1.0"
12290source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12291dependencies = [
12292 "base64 0.22.1",
12293 "lazy_static",
12294 "log",
12295 "msvc_spectre_libs",
12296 "pet-core",
12297 "pet-fs",
12298 "pet-python-utils",
12299 "pet-reporter",
12300 "pet-virtualenv",
12301 "regex",
12302 "serde",
12303 "serde_json",
12304 "sha2",
12305 "toml 0.8.23",
12306]
12307
12308[[package]]
12309name = "pet-pyenv"
12310version = "0.1.0"
12311source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12312dependencies = [
12313 "lazy_static",
12314 "log",
12315 "msvc_spectre_libs",
12316 "pet-conda",
12317 "pet-core",
12318 "pet-fs",
12319 "pet-python-utils",
12320 "pet-reporter",
12321 "regex",
12322 "serde",
12323 "serde_json",
12324]
12325
12326[[package]]
12327name = "pet-python-utils"
12328version = "0.1.0"
12329source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12330dependencies = [
12331 "env_logger 0.10.2",
12332 "lazy_static",
12333 "log",
12334 "msvc_spectre_libs",
12335 "pet-core",
12336 "pet-fs",
12337 "regex",
12338 "serde",
12339 "serde_json",
12340 "sha2",
12341]
12342
12343[[package]]
12344name = "pet-reporter"
12345version = "0.1.0"
12346source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12347dependencies = [
12348 "env_logger 0.10.2",
12349 "log",
12350 "msvc_spectre_libs",
12351 "pet-core",
12352 "pet-jsonrpc",
12353 "serde",
12354 "serde_json",
12355]
12356
12357[[package]]
12358name = "pet-telemetry"
12359version = "0.1.0"
12360source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12361dependencies = [
12362 "env_logger 0.10.2",
12363 "lazy_static",
12364 "log",
12365 "msvc_spectre_libs",
12366 "pet-core",
12367 "pet-fs",
12368 "pet-python-utils",
12369 "regex",
12370]
12371
12372[[package]]
12373name = "pet-uv"
12374version = "0.1.0"
12375source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12376dependencies = [
12377 "log",
12378 "pet-core",
12379 "pet-python-utils",
12380 "serde",
12381 "toml 0.9.8",
12382]
12383
12384[[package]]
12385name = "pet-venv"
12386version = "0.1.0"
12387source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12388dependencies = [
12389 "log",
12390 "msvc_spectre_libs",
12391 "pet-core",
12392 "pet-python-utils",
12393 "pet-virtualenv",
12394]
12395
12396[[package]]
12397name = "pet-virtualenv"
12398version = "0.1.0"
12399source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12400dependencies = [
12401 "log",
12402 "msvc_spectre_libs",
12403 "pet-core",
12404 "pet-fs",
12405 "pet-python-utils",
12406]
12407
12408[[package]]
12409name = "pet-virtualenvwrapper"
12410version = "0.1.0"
12411source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12412dependencies = [
12413 "log",
12414 "msvc_spectre_libs",
12415 "pet-core",
12416 "pet-fs",
12417 "pet-python-utils",
12418 "pet-virtualenv",
12419]
12420
12421[[package]]
12422name = "pet-windows-registry"
12423version = "0.1.0"
12424source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12425dependencies = [
12426 "lazy_static",
12427 "log",
12428 "msvc_spectre_libs",
12429 "pet-conda",
12430 "pet-core",
12431 "pet-fs",
12432 "pet-python-utils",
12433 "pet-virtualenv",
12434 "pet-windows-store",
12435 "regex",
12436 "winreg 0.55.0",
12437]
12438
12439[[package]]
12440name = "pet-windows-store"
12441version = "0.1.0"
12442source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12443dependencies = [
12444 "lazy_static",
12445 "log",
12446 "msvc_spectre_libs",
12447 "pet-core",
12448 "pet-fs",
12449 "pet-python-utils",
12450 "pet-virtualenv",
12451 "regex",
12452 "winreg 0.55.0",
12453]
12454
12455[[package]]
12456name = "pet-winpython"
12457version = "0.1.0"
12458source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12459dependencies = [
12460 "lazy_static",
12461 "log",
12462 "pet-core",
12463 "pet-fs",
12464 "pet-python-utils",
12465 "pet-virtualenv",
12466 "regex",
12467]
12468
12469[[package]]
12470name = "petgraph"
12471version = "0.6.5"
12472source = "registry+https://github.com/rust-lang/crates.io-index"
12473checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12474dependencies = [
12475 "fixedbitset 0.4.2",
12476 "indexmap",
12477]
12478
12479[[package]]
12480name = "pgvector"
12481version = "0.4.1"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12484dependencies = [
12485 "serde",
12486]
12487
12488[[package]]
12489name = "phf"
12490version = "0.11.3"
12491source = "registry+https://github.com/rust-lang/crates.io-index"
12492checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12493dependencies = [
12494 "phf_macros 0.11.3",
12495 "phf_shared 0.11.3",
12496]
12497
12498[[package]]
12499name = "phf"
12500version = "0.12.1"
12501source = "registry+https://github.com/rust-lang/crates.io-index"
12502checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12503dependencies = [
12504 "phf_macros 0.12.1",
12505 "phf_shared 0.12.1",
12506]
12507
12508[[package]]
12509name = "phf_codegen"
12510version = "0.11.3"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12513dependencies = [
12514 "phf_generator 0.11.3",
12515 "phf_shared 0.11.3",
12516]
12517
12518[[package]]
12519name = "phf_generator"
12520version = "0.11.3"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12523dependencies = [
12524 "phf_shared 0.11.3",
12525 "rand 0.8.5",
12526]
12527
12528[[package]]
12529name = "phf_generator"
12530version = "0.12.1"
12531source = "registry+https://github.com/rust-lang/crates.io-index"
12532checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12533dependencies = [
12534 "fastrand 2.3.0",
12535 "phf_shared 0.12.1",
12536]
12537
12538[[package]]
12539name = "phf_macros"
12540version = "0.11.3"
12541source = "registry+https://github.com/rust-lang/crates.io-index"
12542checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12543dependencies = [
12544 "phf_generator 0.11.3",
12545 "phf_shared 0.11.3",
12546 "proc-macro2",
12547 "quote",
12548 "syn 2.0.117",
12549]
12550
12551[[package]]
12552name = "phf_macros"
12553version = "0.12.1"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12556dependencies = [
12557 "phf_generator 0.12.1",
12558 "phf_shared 0.12.1",
12559 "proc-macro2",
12560 "quote",
12561 "syn 2.0.117",
12562]
12563
12564[[package]]
12565name = "phf_shared"
12566version = "0.11.3"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12569dependencies = [
12570 "siphasher 1.0.1",
12571]
12572
12573[[package]]
12574name = "phf_shared"
12575version = "0.12.1"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12578dependencies = [
12579 "siphasher 1.0.1",
12580]
12581
12582[[package]]
12583name = "picker"
12584version = "0.1.0"
12585dependencies = [
12586 "anyhow",
12587 "editor",
12588 "gpui",
12589 "menu",
12590 "schemars",
12591 "serde",
12592 "settings",
12593 "theme",
12594 "theme_settings",
12595 "ui",
12596 "ui_input",
12597 "workspace",
12598 "zed_actions",
12599]
12600
12601[[package]]
12602name = "pico-args"
12603version = "0.5.0"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12606
12607[[package]]
12608name = "pin-project"
12609version = "1.1.10"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12612dependencies = [
12613 "pin-project-internal",
12614]
12615
12616[[package]]
12617name = "pin-project-internal"
12618version = "1.1.10"
12619source = "registry+https://github.com/rust-lang/crates.io-index"
12620checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12621dependencies = [
12622 "proc-macro2",
12623 "quote",
12624 "syn 2.0.117",
12625]
12626
12627[[package]]
12628name = "pin-project-lite"
12629version = "0.2.16"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12632
12633[[package]]
12634name = "pin-utils"
12635version = "0.1.0"
12636source = "registry+https://github.com/rust-lang/crates.io-index"
12637checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12638
12639[[package]]
12640name = "piper"
12641version = "0.2.4"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12644dependencies = [
12645 "atomic-waker",
12646 "fastrand 2.3.0",
12647 "futures-io",
12648]
12649
12650[[package]]
12651name = "pkcs1"
12652version = "0.7.5"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12655dependencies = [
12656 "der 0.7.10",
12657 "pkcs8 0.10.2",
12658 "spki 0.7.3",
12659]
12660
12661[[package]]
12662name = "pkcs8"
12663version = "0.9.0"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12666dependencies = [
12667 "der 0.6.1",
12668 "spki 0.6.0",
12669]
12670
12671[[package]]
12672name = "pkcs8"
12673version = "0.10.2"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12676dependencies = [
12677 "der 0.7.10",
12678 "spki 0.7.3",
12679]
12680
12681[[package]]
12682name = "pkg-config"
12683version = "0.3.32"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12686
12687[[package]]
12688name = "plain"
12689version = "0.2.3"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12692
12693[[package]]
12694name = "platform_title_bar"
12695version = "0.1.0"
12696dependencies = [
12697 "feature_flags",
12698 "gpui",
12699 "project",
12700 "settings",
12701 "smallvec",
12702 "theme",
12703 "theme_settings",
12704 "ui",
12705 "windows 0.61.3",
12706 "workspace",
12707 "zed_actions",
12708]
12709
12710[[package]]
12711name = "plist"
12712version = "1.8.0"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12715dependencies = [
12716 "base64 0.22.1",
12717 "indexmap",
12718 "quick-xml 0.38.3",
12719 "serde",
12720 "time",
12721]
12722
12723[[package]]
12724name = "plotters"
12725version = "0.3.7"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12728dependencies = [
12729 "num-traits",
12730 "plotters-backend",
12731 "plotters-svg",
12732 "wasm-bindgen",
12733 "web-sys",
12734]
12735
12736[[package]]
12737name = "plotters-backend"
12738version = "0.3.7"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12741
12742[[package]]
12743name = "plotters-svg"
12744version = "0.3.7"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12747dependencies = [
12748 "plotters-backend",
12749]
12750
12751[[package]]
12752name = "png"
12753version = "0.17.16"
12754source = "registry+https://github.com/rust-lang/crates.io-index"
12755checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12756dependencies = [
12757 "bitflags 1.3.2",
12758 "crc32fast",
12759 "fdeflate",
12760 "flate2",
12761 "miniz_oxide",
12762]
12763
12764[[package]]
12765name = "png"
12766version = "0.18.0"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12769dependencies = [
12770 "bitflags 2.10.0",
12771 "crc32fast",
12772 "fdeflate",
12773 "flate2",
12774 "miniz_oxide",
12775]
12776
12777[[package]]
12778name = "polling"
12779version = "3.11.0"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12782dependencies = [
12783 "cfg-if",
12784 "concurrent-queue",
12785 "hermit-abi",
12786 "pin-project-lite",
12787 "rustix 1.1.2",
12788 "windows-sys 0.61.2",
12789]
12790
12791[[package]]
12792name = "pollster"
12793version = "0.2.5"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12796
12797[[package]]
12798name = "pollster"
12799version = "0.4.0"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12802
12803[[package]]
12804name = "pori"
12805version = "0.0.0"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12808dependencies = [
12809 "nom 7.1.3",
12810]
12811
12812[[package]]
12813name = "portable-atomic"
12814version = "1.11.1"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12817
12818[[package]]
12819name = "portable-atomic-util"
12820version = "0.2.4"
12821source = "registry+https://github.com/rust-lang/crates.io-index"
12822checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12823dependencies = [
12824 "portable-atomic",
12825]
12826
12827[[package]]
12828name = "portable-pty"
12829version = "0.9.0"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12832dependencies = [
12833 "anyhow",
12834 "bitflags 1.3.2",
12835 "downcast-rs",
12836 "filedescriptor",
12837 "lazy_static",
12838 "libc",
12839 "log",
12840 "nix 0.28.0",
12841 "serial2",
12842 "shared_library",
12843 "shell-words",
12844 "winapi",
12845 "winreg 0.10.1",
12846]
12847
12848[[package]]
12849name = "postage"
12850version = "0.5.0"
12851source = "registry+https://github.com/rust-lang/crates.io-index"
12852checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12853dependencies = [
12854 "atomic",
12855 "crossbeam-queue",
12856 "futures 0.3.31",
12857 "log",
12858 "parking_lot",
12859 "pin-project",
12860 "pollster 0.2.5",
12861 "static_assertions",
12862 "thiserror 1.0.69",
12863]
12864
12865[[package]]
12866name = "postcard"
12867version = "1.1.3"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12870dependencies = [
12871 "cobs",
12872 "embedded-io 0.4.0",
12873 "embedded-io 0.6.1",
12874 "serde",
12875]
12876
12877[[package]]
12878name = "potential_utf"
12879version = "0.1.3"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12882dependencies = [
12883 "zerovec",
12884]
12885
12886[[package]]
12887name = "powerfmt"
12888version = "0.2.0"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12891
12892[[package]]
12893name = "ppv-lite86"
12894version = "0.2.21"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12897dependencies = [
12898 "zerocopy",
12899]
12900
12901[[package]]
12902name = "precomputed-hash"
12903version = "0.1.1"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12906
12907[[package]]
12908name = "presser"
12909version = "0.3.1"
12910source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12912
12913[[package]]
12914name = "prettier"
12915version = "0.1.0"
12916dependencies = [
12917 "anyhow",
12918 "collections",
12919 "fs",
12920 "gpui",
12921 "language",
12922 "log",
12923 "lsp",
12924 "node_runtime",
12925 "parking_lot",
12926 "paths",
12927 "serde",
12928 "serde_json",
12929 "util",
12930]
12931
12932[[package]]
12933name = "pretty_assertions"
12934version = "1.4.1"
12935source = "registry+https://github.com/rust-lang/crates.io-index"
12936checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12937dependencies = [
12938 "diff",
12939 "yansi",
12940]
12941
12942[[package]]
12943name = "prettyplease"
12944version = "0.2.37"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
12947dependencies = [
12948 "proc-macro2",
12949 "syn 2.0.117",
12950]
12951
12952[[package]]
12953name = "primal-check"
12954version = "0.3.4"
12955source = "registry+https://github.com/rust-lang/crates.io-index"
12956checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12957dependencies = [
12958 "num-integer",
12959]
12960
12961[[package]]
12962name = "proc-macro-crate"
12963version = "3.4.0"
12964source = "registry+https://github.com/rust-lang/crates.io-index"
12965checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
12966dependencies = [
12967 "toml_edit 0.23.7",
12968]
12969
12970[[package]]
12971name = "proc-macro-error"
12972version = "1.0.4"
12973source = "registry+https://github.com/rust-lang/crates.io-index"
12974checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
12975dependencies = [
12976 "proc-macro-error-attr",
12977 "proc-macro2",
12978 "quote",
12979 "syn 1.0.109",
12980 "version_check",
12981]
12982
12983[[package]]
12984name = "proc-macro-error-attr"
12985version = "1.0.4"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
12988dependencies = [
12989 "proc-macro2",
12990 "quote",
12991 "version_check",
12992]
12993
12994[[package]]
12995name = "proc-macro-error-attr2"
12996version = "2.0.0"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12999dependencies = [
13000 "proc-macro2",
13001 "quote",
13002]
13003
13004[[package]]
13005name = "proc-macro-error2"
13006version = "2.0.1"
13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13009dependencies = [
13010 "proc-macro-error-attr2",
13011 "proc-macro2",
13012 "quote",
13013 "syn 2.0.117",
13014]
13015
13016[[package]]
13017name = "proc-macro2"
13018version = "1.0.101"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13021dependencies = [
13022 "unicode-ident",
13023]
13024
13025[[package]]
13026name = "proc-macro2-diagnostics"
13027version = "0.10.1"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13030dependencies = [
13031 "proc-macro2",
13032 "quote",
13033 "syn 2.0.117",
13034 "version_check",
13035 "yansi",
13036]
13037
13038[[package]]
13039name = "procfs-core"
13040version = "0.17.0"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13043dependencies = [
13044 "bitflags 2.10.0",
13045 "hex",
13046 "serde",
13047]
13048
13049[[package]]
13050name = "profiling"
13051version = "1.0.17"
13052source = "registry+https://github.com/rust-lang/crates.io-index"
13053checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13054dependencies = [
13055 "profiling-procmacros",
13056]
13057
13058[[package]]
13059name = "profiling-procmacros"
13060version = "1.0.17"
13061source = "registry+https://github.com/rust-lang/crates.io-index"
13062checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13063dependencies = [
13064 "quote",
13065 "syn 2.0.117",
13066]
13067
13068[[package]]
13069name = "project"
13070version = "0.1.0"
13071dependencies = [
13072 "aho-corasick",
13073 "anyhow",
13074 "askpass",
13075 "async-trait",
13076 "base64 0.22.1",
13077 "buffer_diff",
13078 "circular-buffer",
13079 "client",
13080 "clock",
13081 "collections",
13082 "context_server",
13083 "credentials_provider",
13084 "dap",
13085 "encoding_rs",
13086 "extension",
13087 "fancy-regex 0.17.0",
13088 "fs",
13089 "futures 0.3.31",
13090 "fuzzy",
13091 "git",
13092 "git2",
13093 "git_hosting_providers",
13094 "globset",
13095 "gpui",
13096 "http_client",
13097 "image",
13098 "indexmap",
13099 "itertools 0.14.0",
13100 "language",
13101 "log",
13102 "lsp",
13103 "markdown",
13104 "node_runtime",
13105 "parking_lot",
13106 "paths",
13107 "percent-encoding",
13108 "postage",
13109 "prettier",
13110 "pretty_assertions",
13111 "project",
13112 "rand 0.9.2",
13113 "regex",
13114 "release_channel",
13115 "remote",
13116 "rpc",
13117 "schemars",
13118 "semver",
13119 "serde",
13120 "serde_json",
13121 "settings",
13122 "sha2",
13123 "shellexpand 2.1.2",
13124 "smallvec",
13125 "smol",
13126 "snippet",
13127 "snippet_provider",
13128 "sum_tree",
13129 "task",
13130 "tempfile",
13131 "terminal",
13132 "text",
13133 "toml 0.8.23",
13134 "tracing",
13135 "unindent",
13136 "url",
13137 "util",
13138 "watch",
13139 "wax",
13140 "which 6.0.3",
13141 "worktree",
13142 "zeroize",
13143 "zlog",
13144 "ztracing",
13145]
13146
13147[[package]]
13148name = "project_benchmarks"
13149version = "0.1.0"
13150dependencies = [
13151 "anyhow",
13152 "askpass",
13153 "clap",
13154 "client",
13155 "futures 0.3.31",
13156 "gpui",
13157 "gpui_platform",
13158 "http_client",
13159 "language",
13160 "node_runtime",
13161 "project",
13162 "release_channel",
13163 "remote",
13164 "rpassword",
13165 "semver",
13166 "settings",
13167 "watch",
13168]
13169
13170[[package]]
13171name = "project_panel"
13172version = "0.1.0"
13173dependencies = [
13174 "anyhow",
13175 "client",
13176 "collections",
13177 "command_palette_hooks",
13178 "criterion",
13179 "editor",
13180 "feature_flags",
13181 "file_icons",
13182 "git",
13183 "git_ui",
13184 "gpui",
13185 "itertools 0.14.0",
13186 "language",
13187 "menu",
13188 "notifications",
13189 "pretty_assertions",
13190 "project",
13191 "rayon",
13192 "remote_connection",
13193 "schemars",
13194 "search",
13195 "serde",
13196 "serde_json",
13197 "settings",
13198 "smallvec",
13199 "telemetry",
13200 "tempfile",
13201 "theme",
13202 "theme_settings",
13203 "ui",
13204 "util",
13205 "workspace",
13206 "worktree",
13207 "zed_actions",
13208]
13209
13210[[package]]
13211name = "project_symbols"
13212version = "0.1.0"
13213dependencies = [
13214 "anyhow",
13215 "editor",
13216 "futures 0.3.31",
13217 "fuzzy",
13218 "gpui",
13219 "language",
13220 "lsp",
13221 "ordered-float 2.10.1",
13222 "picker",
13223 "project",
13224 "release_channel",
13225 "semver",
13226 "serde_json",
13227 "settings",
13228 "theme",
13229 "theme_settings",
13230 "util",
13231 "workspace",
13232]
13233
13234[[package]]
13235name = "prometheus"
13236version = "0.14.0"
13237source = "registry+https://github.com/rust-lang/crates.io-index"
13238checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13239dependencies = [
13240 "cfg-if",
13241 "fnv",
13242 "lazy_static",
13243 "memchr",
13244 "parking_lot",
13245 "protobuf",
13246 "thiserror 2.0.17",
13247]
13248
13249[[package]]
13250name = "prompt_store"
13251version = "0.1.0"
13252dependencies = [
13253 "anyhow",
13254 "assets",
13255 "chrono",
13256 "collections",
13257 "fs",
13258 "futures 0.3.31",
13259 "fuzzy",
13260 "gpui",
13261 "handlebars 4.5.0",
13262 "heed",
13263 "language",
13264 "log",
13265 "parking_lot",
13266 "paths",
13267 "rope",
13268 "serde",
13269 "strum 0.27.2",
13270 "tempfile",
13271 "text",
13272 "util",
13273 "uuid",
13274]
13275
13276[[package]]
13277name = "proptest"
13278version = "1.10.0"
13279source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13280dependencies = [
13281 "bit-set 0.8.0",
13282 "bit-vec 0.8.0",
13283 "bitflags 2.10.0",
13284 "num-traits",
13285 "proptest-macro",
13286 "rand 0.9.2",
13287 "rand_chacha 0.9.0",
13288 "rand_xorshift",
13289 "regex-syntax",
13290 "rusty-fork",
13291 "tempfile",
13292 "unarray",
13293]
13294
13295[[package]]
13296name = "proptest-derive"
13297version = "0.8.0"
13298source = "registry+https://github.com/rust-lang/crates.io-index"
13299checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13300dependencies = [
13301 "proc-macro2",
13302 "quote",
13303 "syn 2.0.117",
13304]
13305
13306[[package]]
13307name = "proptest-macro"
13308version = "0.5.0"
13309source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13310dependencies = [
13311 "convert_case 0.11.0",
13312 "proc-macro2",
13313 "quote",
13314 "syn 2.0.117",
13315]
13316
13317[[package]]
13318name = "prost"
13319version = "0.9.0"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13322dependencies = [
13323 "bytes 1.11.1",
13324 "prost-derive 0.9.0",
13325]
13326
13327[[package]]
13328name = "prost"
13329version = "0.12.6"
13330source = "registry+https://github.com/rust-lang/crates.io-index"
13331checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13332dependencies = [
13333 "bytes 1.11.1",
13334 "prost-derive 0.12.6",
13335]
13336
13337[[package]]
13338name = "prost-build"
13339version = "0.9.0"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13342dependencies = [
13343 "bytes 1.11.1",
13344 "heck 0.3.3",
13345 "itertools 0.10.5",
13346 "lazy_static",
13347 "log",
13348 "multimap",
13349 "petgraph",
13350 "prost 0.9.0",
13351 "prost-types 0.9.0",
13352 "regex",
13353 "tempfile",
13354 "which 4.4.2",
13355]
13356
13357[[package]]
13358name = "prost-build"
13359version = "0.12.6"
13360source = "registry+https://github.com/rust-lang/crates.io-index"
13361checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13362dependencies = [
13363 "bytes 1.11.1",
13364 "heck 0.5.0",
13365 "itertools 0.12.1",
13366 "log",
13367 "multimap",
13368 "once_cell",
13369 "petgraph",
13370 "prettyplease",
13371 "prost 0.12.6",
13372 "prost-types 0.12.6",
13373 "regex",
13374 "syn 2.0.117",
13375 "tempfile",
13376]
13377
13378[[package]]
13379name = "prost-derive"
13380version = "0.9.0"
13381source = "registry+https://github.com/rust-lang/crates.io-index"
13382checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13383dependencies = [
13384 "anyhow",
13385 "itertools 0.10.5",
13386 "proc-macro2",
13387 "quote",
13388 "syn 1.0.109",
13389]
13390
13391[[package]]
13392name = "prost-derive"
13393version = "0.12.6"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13396dependencies = [
13397 "anyhow",
13398 "itertools 0.12.1",
13399 "proc-macro2",
13400 "quote",
13401 "syn 2.0.117",
13402]
13403
13404[[package]]
13405name = "prost-types"
13406version = "0.9.0"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13409dependencies = [
13410 "bytes 1.11.1",
13411 "prost 0.9.0",
13412]
13413
13414[[package]]
13415name = "prost-types"
13416version = "0.12.6"
13417source = "registry+https://github.com/rust-lang/crates.io-index"
13418checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13419dependencies = [
13420 "prost 0.12.6",
13421]
13422
13423[[package]]
13424name = "proto"
13425version = "0.1.0"
13426dependencies = [
13427 "anyhow",
13428 "prost 0.9.0",
13429 "prost-build 0.9.0",
13430 "serde",
13431]
13432
13433[[package]]
13434name = "protobuf"
13435version = "3.7.2"
13436source = "registry+https://github.com/rust-lang/crates.io-index"
13437checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13438dependencies = [
13439 "once_cell",
13440 "protobuf-support",
13441 "thiserror 1.0.69",
13442]
13443
13444[[package]]
13445name = "protobuf-support"
13446version = "3.7.2"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13449dependencies = [
13450 "thiserror 1.0.69",
13451]
13452
13453[[package]]
13454name = "psm"
13455version = "0.1.30"
13456source = "registry+https://github.com/rust-lang/crates.io-index"
13457checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13458dependencies = [
13459 "ar_archive_writer",
13460 "cc",
13461]
13462
13463[[package]]
13464name = "ptr_meta"
13465version = "0.1.4"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13468dependencies = [
13469 "ptr_meta_derive",
13470]
13471
13472[[package]]
13473name = "ptr_meta_derive"
13474version = "0.1.4"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13477dependencies = [
13478 "proc-macro2",
13479 "quote",
13480 "syn 1.0.109",
13481]
13482
13483[[package]]
13484name = "pulldown-cmark"
13485version = "0.10.3"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13488dependencies = [
13489 "bitflags 2.10.0",
13490 "memchr",
13491 "pulldown-cmark-escape",
13492 "unicase",
13493]
13494
13495[[package]]
13496name = "pulldown-cmark"
13497version = "0.13.0"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13500dependencies = [
13501 "bitflags 2.10.0",
13502 "memchr",
13503 "unicase",
13504]
13505
13506[[package]]
13507name = "pulldown-cmark-escape"
13508version = "0.10.1"
13509source = "registry+https://github.com/rust-lang/crates.io-index"
13510checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13511
13512[[package]]
13513name = "pulley-interpreter"
13514version = "36.0.6"
13515source = "registry+https://github.com/rust-lang/crates.io-index"
13516checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13517dependencies = [
13518 "cranelift-bitset",
13519 "log",
13520 "pulley-macros",
13521 "wasmtime-internal-math",
13522]
13523
13524[[package]]
13525name = "pulley-macros"
13526version = "36.0.6"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13529dependencies = [
13530 "proc-macro2",
13531 "quote",
13532 "syn 2.0.117",
13533]
13534
13535[[package]]
13536name = "pulp"
13537version = "0.18.22"
13538source = "registry+https://github.com/rust-lang/crates.io-index"
13539checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13540dependencies = [
13541 "bytemuck",
13542 "libm",
13543 "num-complex",
13544 "reborrow",
13545]
13546
13547[[package]]
13548name = "pulp"
13549version = "0.21.5"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13552dependencies = [
13553 "bytemuck",
13554 "cfg-if",
13555 "libm",
13556 "num-complex",
13557 "reborrow",
13558 "version_check",
13559]
13560
13561[[package]]
13562name = "pxfm"
13563version = "0.1.25"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13566dependencies = [
13567 "num-traits",
13568]
13569
13570[[package]]
13571name = "qoi"
13572version = "0.4.1"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13575dependencies = [
13576 "bytemuck",
13577]
13578
13579[[package]]
13580name = "quick-error"
13581version = "1.2.3"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13584
13585[[package]]
13586name = "quick-error"
13587version = "2.0.1"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13590
13591[[package]]
13592name = "quick-xml"
13593version = "0.30.0"
13594source = "registry+https://github.com/rust-lang/crates.io-index"
13595checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13596dependencies = [
13597 "memchr",
13598]
13599
13600[[package]]
13601name = "quick-xml"
13602version = "0.37.5"
13603source = "registry+https://github.com/rust-lang/crates.io-index"
13604checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13605dependencies = [
13606 "memchr",
13607]
13608
13609[[package]]
13610name = "quick-xml"
13611version = "0.38.3"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13614dependencies = [
13615 "memchr",
13616]
13617
13618[[package]]
13619name = "quinn"
13620version = "0.11.9"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13623dependencies = [
13624 "bytes 1.11.1",
13625 "cfg_aliases 0.2.1",
13626 "pin-project-lite",
13627 "quinn-proto",
13628 "quinn-udp",
13629 "rustc-hash 2.1.1",
13630 "rustls 0.23.33",
13631 "socket2 0.6.1",
13632 "thiserror 2.0.17",
13633 "tokio",
13634 "tracing",
13635 "web-time",
13636]
13637
13638[[package]]
13639name = "quinn-proto"
13640version = "0.11.13"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13643dependencies = [
13644 "bytes 1.11.1",
13645 "getrandom 0.3.4",
13646 "lru-slab",
13647 "rand 0.9.2",
13648 "ring",
13649 "rustc-hash 2.1.1",
13650 "rustls 0.23.33",
13651 "rustls-pki-types",
13652 "slab",
13653 "thiserror 2.0.17",
13654 "tinyvec",
13655 "tracing",
13656 "web-time",
13657]
13658
13659[[package]]
13660name = "quinn-udp"
13661version = "0.5.14"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13664dependencies = [
13665 "cfg_aliases 0.2.1",
13666 "libc",
13667 "once_cell",
13668 "socket2 0.6.1",
13669 "tracing",
13670 "windows-sys 0.60.2",
13671]
13672
13673[[package]]
13674name = "quote"
13675version = "1.0.41"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13678dependencies = [
13679 "proc-macro2",
13680]
13681
13682[[package]]
13683name = "r-efi"
13684version = "5.3.0"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13687
13688[[package]]
13689name = "radium"
13690version = "0.7.0"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13693
13694[[package]]
13695name = "rand"
13696version = "0.3.23"
13697source = "registry+https://github.com/rust-lang/crates.io-index"
13698checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13699dependencies = [
13700 "libc",
13701 "rand 0.4.6",
13702]
13703
13704[[package]]
13705name = "rand"
13706version = "0.4.6"
13707source = "registry+https://github.com/rust-lang/crates.io-index"
13708checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13709dependencies = [
13710 "fuchsia-cprng",
13711 "libc",
13712 "rand_core 0.3.1",
13713 "rdrand",
13714 "winapi",
13715]
13716
13717[[package]]
13718name = "rand"
13719version = "0.8.5"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13722dependencies = [
13723 "libc",
13724 "rand_chacha 0.3.1",
13725 "rand_core 0.6.4",
13726]
13727
13728[[package]]
13729name = "rand"
13730version = "0.9.2"
13731source = "registry+https://github.com/rust-lang/crates.io-index"
13732checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13733dependencies = [
13734 "rand_chacha 0.9.0",
13735 "rand_core 0.9.3",
13736]
13737
13738[[package]]
13739name = "rand_chacha"
13740version = "0.3.1"
13741source = "registry+https://github.com/rust-lang/crates.io-index"
13742checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13743dependencies = [
13744 "ppv-lite86",
13745 "rand_core 0.6.4",
13746]
13747
13748[[package]]
13749name = "rand_chacha"
13750version = "0.9.0"
13751source = "registry+https://github.com/rust-lang/crates.io-index"
13752checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13753dependencies = [
13754 "ppv-lite86",
13755 "rand_core 0.9.3",
13756]
13757
13758[[package]]
13759name = "rand_core"
13760version = "0.3.1"
13761source = "registry+https://github.com/rust-lang/crates.io-index"
13762checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13763dependencies = [
13764 "rand_core 0.4.2",
13765]
13766
13767[[package]]
13768name = "rand_core"
13769version = "0.4.2"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13772
13773[[package]]
13774name = "rand_core"
13775version = "0.6.4"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13778dependencies = [
13779 "getrandom 0.2.16",
13780]
13781
13782[[package]]
13783name = "rand_core"
13784version = "0.9.3"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13787dependencies = [
13788 "getrandom 0.3.4",
13789]
13790
13791[[package]]
13792name = "rand_distr"
13793version = "0.5.1"
13794source = "registry+https://github.com/rust-lang/crates.io-index"
13795checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13796dependencies = [
13797 "num-traits",
13798 "rand 0.9.2",
13799]
13800
13801[[package]]
13802name = "rand_pcg"
13803version = "0.3.1"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13806dependencies = [
13807 "rand_core 0.6.4",
13808]
13809
13810[[package]]
13811name = "rand_xorshift"
13812version = "0.4.0"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13815dependencies = [
13816 "rand_core 0.9.3",
13817]
13818
13819[[package]]
13820name = "random_choice"
13821version = "0.3.2"
13822source = "registry+https://github.com/rust-lang/crates.io-index"
13823checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13824dependencies = [
13825 "rand 0.3.23",
13826]
13827
13828[[package]]
13829name = "range-alloc"
13830version = "0.1.4"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13833
13834[[package]]
13835name = "range-map"
13836version = "0.2.0"
13837source = "registry+https://github.com/rust-lang/crates.io-index"
13838checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13839dependencies = [
13840 "num-traits",
13841]
13842
13843[[package]]
13844name = "rangemap"
13845version = "1.7.1"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13848
13849[[package]]
13850name = "rav1e"
13851version = "0.7.1"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13854dependencies = [
13855 "arbitrary",
13856 "arg_enum_proc_macro",
13857 "arrayvec",
13858 "av1-grain",
13859 "bitstream-io",
13860 "built",
13861 "cfg-if",
13862 "interpolate_name",
13863 "itertools 0.12.1",
13864 "libc",
13865 "libfuzzer-sys",
13866 "log",
13867 "maybe-rayon",
13868 "new_debug_unreachable",
13869 "noop_proc_macro",
13870 "num-derive",
13871 "num-traits",
13872 "once_cell",
13873 "paste",
13874 "profiling",
13875 "rand 0.8.5",
13876 "rand_chacha 0.3.1",
13877 "simd_helpers",
13878 "system-deps 6.2.2",
13879 "thiserror 1.0.69",
13880 "v_frame",
13881 "wasm-bindgen",
13882]
13883
13884[[package]]
13885name = "ravif"
13886version = "0.11.20"
13887source = "registry+https://github.com/rust-lang/crates.io-index"
13888checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13889dependencies = [
13890 "avif-serialize",
13891 "imgref",
13892 "loop9",
13893 "quick-error 2.0.1",
13894 "rav1e",
13895 "rayon",
13896 "rgb",
13897]
13898
13899[[package]]
13900name = "raw-cpuid"
13901version = "10.7.0"
13902source = "registry+https://github.com/rust-lang/crates.io-index"
13903checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13904dependencies = [
13905 "bitflags 1.3.2",
13906]
13907
13908[[package]]
13909name = "raw-cpuid"
13910version = "11.6.0"
13911source = "registry+https://github.com/rust-lang/crates.io-index"
13912checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13913dependencies = [
13914 "bitflags 2.10.0",
13915]
13916
13917[[package]]
13918name = "raw-window-handle"
13919version = "0.6.2"
13920source = "registry+https://github.com/rust-lang/crates.io-index"
13921checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13922
13923[[package]]
13924name = "raw-window-metal"
13925version = "1.1.0"
13926source = "registry+https://github.com/rust-lang/crates.io-index"
13927checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
13928dependencies = [
13929 "objc2",
13930 "objc2-core-foundation",
13931 "objc2-foundation",
13932 "objc2-quartz-core",
13933]
13934
13935[[package]]
13936name = "rayon"
13937version = "1.11.0"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13940dependencies = [
13941 "either",
13942 "rayon-core",
13943]
13944
13945[[package]]
13946name = "rayon-core"
13947version = "1.13.0"
13948source = "registry+https://github.com/rust-lang/crates.io-index"
13949checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13950dependencies = [
13951 "crossbeam-deque",
13952 "crossbeam-utils",
13953]
13954
13955[[package]]
13956name = "rdrand"
13957version = "0.4.0"
13958source = "registry+https://github.com/rust-lang/crates.io-index"
13959checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
13960dependencies = [
13961 "rand_core 0.3.1",
13962]
13963
13964[[package]]
13965name = "read-fonts"
13966version = "0.35.0"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
13969dependencies = [
13970 "bytemuck",
13971 "font-types 0.10.0",
13972]
13973
13974[[package]]
13975name = "read-fonts"
13976version = "0.37.0"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
13979dependencies = [
13980 "bytemuck",
13981 "core_maths",
13982 "font-types 0.11.0",
13983]
13984
13985[[package]]
13986name = "realfft"
13987version = "3.5.0"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
13990dependencies = [
13991 "rustfft",
13992]
13993
13994[[package]]
13995name = "reborrow"
13996version = "0.5.5"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
13999
14000[[package]]
14001name = "recent_projects"
14002version = "0.1.0"
14003dependencies = [
14004 "anyhow",
14005 "askpass",
14006 "chrono",
14007 "db",
14008 "dev_container",
14009 "editor",
14010 "extension",
14011 "extension_host",
14012 "fs",
14013 "futures 0.3.31",
14014 "fuzzy",
14015 "gpui",
14016 "http_client",
14017 "indoc",
14018 "language",
14019 "log",
14020 "menu",
14021 "node_runtime",
14022 "open_path_prompt",
14023 "ordered-float 2.10.1",
14024 "paths",
14025 "picker",
14026 "project",
14027 "release_channel",
14028 "remote",
14029 "remote_connection",
14030 "remote_server",
14031 "semver",
14032 "serde",
14033 "serde_json",
14034 "settings",
14035 "smol",
14036 "task",
14037 "telemetry",
14038 "ui",
14039 "ui_input",
14040 "util",
14041 "windows-registry 0.6.1",
14042 "workspace",
14043 "worktree",
14044 "zed_actions",
14045]
14046
14047[[package]]
14048name = "redox_syscall"
14049version = "0.2.16"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14052dependencies = [
14053 "bitflags 1.3.2",
14054]
14055
14056[[package]]
14057name = "redox_syscall"
14058version = "0.5.18"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14061dependencies = [
14062 "bitflags 2.10.0",
14063]
14064
14065[[package]]
14066name = "redox_users"
14067version = "0.4.6"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14070dependencies = [
14071 "getrandom 0.2.16",
14072 "libredox",
14073 "thiserror 1.0.69",
14074]
14075
14076[[package]]
14077name = "redox_users"
14078version = "0.5.2"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14081dependencies = [
14082 "getrandom 0.2.16",
14083 "libredox",
14084 "thiserror 2.0.17",
14085]
14086
14087[[package]]
14088name = "ref-cast"
14089version = "1.0.25"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14092dependencies = [
14093 "ref-cast-impl",
14094]
14095
14096[[package]]
14097name = "ref-cast-impl"
14098version = "1.0.25"
14099source = "registry+https://github.com/rust-lang/crates.io-index"
14100checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14101dependencies = [
14102 "proc-macro2",
14103 "quote",
14104 "syn 2.0.117",
14105]
14106
14107[[package]]
14108name = "referencing"
14109version = "0.37.4"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14112dependencies = [
14113 "ahash 0.8.12",
14114 "fluent-uri",
14115 "getrandom 0.3.4",
14116 "hashbrown 0.16.1",
14117 "parking_lot",
14118 "percent-encoding",
14119 "serde_json",
14120]
14121
14122[[package]]
14123name = "refineable"
14124version = "0.1.0"
14125dependencies = [
14126 "derive_refineable",
14127]
14128
14129[[package]]
14130name = "regalloc2"
14131version = "0.12.2"
14132source = "registry+https://github.com/rust-lang/crates.io-index"
14133checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14134dependencies = [
14135 "allocator-api2",
14136 "bumpalo",
14137 "hashbrown 0.15.5",
14138 "log",
14139 "rustc-hash 2.1.1",
14140 "serde",
14141 "smallvec",
14142]
14143
14144[[package]]
14145name = "regex"
14146version = "1.12.2"
14147source = "registry+https://github.com/rust-lang/crates.io-index"
14148checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14149dependencies = [
14150 "aho-corasick",
14151 "memchr",
14152 "regex-automata",
14153 "regex-syntax",
14154]
14155
14156[[package]]
14157name = "regex-automata"
14158version = "0.4.13"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14161dependencies = [
14162 "aho-corasick",
14163 "memchr",
14164 "regex-syntax",
14165]
14166
14167[[package]]
14168name = "regex-lite"
14169version = "0.1.8"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14172
14173[[package]]
14174name = "regex-syntax"
14175version = "0.8.8"
14176source = "registry+https://github.com/rust-lang/crates.io-index"
14177checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14178
14179[[package]]
14180name = "release_channel"
14181version = "0.1.0"
14182dependencies = [
14183 "gpui",
14184 "semver",
14185]
14186
14187[[package]]
14188name = "remote"
14189version = "0.1.0"
14190dependencies = [
14191 "anyhow",
14192 "askpass",
14193 "async-trait",
14194 "base64 0.22.1",
14195 "collections",
14196 "fs",
14197 "futures 0.3.31",
14198 "gpui",
14199 "log",
14200 "parking_lot",
14201 "paths",
14202 "prost 0.9.0",
14203 "release_channel",
14204 "rpc",
14205 "schemars",
14206 "semver",
14207 "serde",
14208 "serde_json",
14209 "settings",
14210 "smol",
14211 "tempfile",
14212 "thiserror 2.0.17",
14213 "urlencoding",
14214 "util",
14215 "which 6.0.3",
14216]
14217
14218[[package]]
14219name = "remote_connection"
14220version = "0.1.0"
14221dependencies = [
14222 "anyhow",
14223 "askpass",
14224 "auto_update",
14225 "futures 0.3.31",
14226 "gpui",
14227 "log",
14228 "markdown",
14229 "menu",
14230 "release_channel",
14231 "remote",
14232 "semver",
14233 "settings",
14234 "theme_settings",
14235 "ui",
14236 "ui_input",
14237 "workspace",
14238]
14239
14240[[package]]
14241name = "remote_server"
14242version = "0.1.0"
14243dependencies = [
14244 "action_log",
14245 "agent",
14246 "anyhow",
14247 "askpass",
14248 "cargo_toml",
14249 "clap",
14250 "client",
14251 "clock",
14252 "collections",
14253 "crash-handler",
14254 "crashes",
14255 "dap_adapters",
14256 "debug_adapter_extension",
14257 "editor",
14258 "env_logger 0.11.8",
14259 "extension",
14260 "extension_host",
14261 "fork",
14262 "fs",
14263 "futures 0.3.31",
14264 "git",
14265 "git2",
14266 "git_hosting_providers",
14267 "gpui",
14268 "gpui_platform",
14269 "gpui_tokio",
14270 "http_client",
14271 "image",
14272 "json_schema_store",
14273 "language",
14274 "language_extension",
14275 "language_model",
14276 "languages",
14277 "libc",
14278 "log",
14279 "lsp",
14280 "minidumper",
14281 "net",
14282 "node_runtime",
14283 "paths",
14284 "pretty_assertions",
14285 "project",
14286 "proto",
14287 "rayon",
14288 "release_channel",
14289 "remote",
14290 "reqwest_client",
14291 "rpc",
14292 "rust-embed",
14293 "semver",
14294 "serde",
14295 "serde_json",
14296 "settings",
14297 "shellexpand 2.1.2",
14298 "smol",
14299 "sysinfo 0.37.2",
14300 "task",
14301 "theme",
14302 "theme_settings",
14303 "thiserror 2.0.17",
14304 "toml 0.8.23",
14305 "unindent",
14306 "util",
14307 "uuid",
14308 "watch",
14309 "windows 0.61.3",
14310 "worktree",
14311 "zlog",
14312]
14313
14314[[package]]
14315name = "rend"
14316version = "0.4.2"
14317source = "registry+https://github.com/rust-lang/crates.io-index"
14318checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14319dependencies = [
14320 "bytecheck",
14321]
14322
14323[[package]]
14324name = "renderdoc-sys"
14325version = "1.1.0"
14326source = "registry+https://github.com/rust-lang/crates.io-index"
14327checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14328
14329[[package]]
14330name = "repl"
14331version = "0.1.0"
14332dependencies = [
14333 "alacritty_terminal",
14334 "anyhow",
14335 "async-dispatcher",
14336 "async-task",
14337 "async-tungstenite",
14338 "base64 0.22.1",
14339 "client",
14340 "collections",
14341 "command_palette_hooks",
14342 "editor",
14343 "feature_flags",
14344 "file_icons",
14345 "futures 0.3.31",
14346 "gpui",
14347 "html_to_markdown",
14348 "http_client",
14349 "image",
14350 "indoc",
14351 "jupyter-protocol",
14352 "jupyter-websocket-client",
14353 "language",
14354 "languages",
14355 "log",
14356 "markdown",
14357 "menu",
14358 "multi_buffer",
14359 "nbformat",
14360 "picker",
14361 "project",
14362 "remote",
14363 "runtimelib",
14364 "serde",
14365 "serde_json",
14366 "settings",
14367 "shlex",
14368 "smol",
14369 "telemetry",
14370 "terminal",
14371 "terminal_view",
14372 "theme",
14373 "theme_settings",
14374 "tree-sitter-md",
14375 "tree-sitter-python",
14376 "tree-sitter-typescript",
14377 "ui",
14378 "util",
14379 "uuid",
14380 "workspace",
14381 "zed_actions",
14382]
14383
14384[[package]]
14385name = "reqwest"
14386version = "0.11.27"
14387source = "registry+https://github.com/rust-lang/crates.io-index"
14388checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14389dependencies = [
14390 "base64 0.21.7",
14391 "bytes 1.11.1",
14392 "encoding_rs",
14393 "futures-core",
14394 "futures-util",
14395 "h2 0.3.27",
14396 "http 0.2.12",
14397 "http-body 0.4.6",
14398 "hyper 0.14.32",
14399 "hyper-tls",
14400 "ipnet",
14401 "js-sys",
14402 "log",
14403 "mime",
14404 "native-tls",
14405 "once_cell",
14406 "percent-encoding",
14407 "pin-project-lite",
14408 "rustls-pemfile 1.0.4",
14409 "serde",
14410 "serde_json",
14411 "serde_urlencoded",
14412 "sync_wrapper 0.1.2",
14413 "system-configuration 0.5.1",
14414 "tokio",
14415 "tokio-native-tls",
14416 "tower-service",
14417 "url",
14418 "wasm-bindgen",
14419 "wasm-bindgen-futures",
14420 "web-sys",
14421 "winreg 0.50.0",
14422]
14423
14424[[package]]
14425name = "reqwest"
14426version = "0.12.24"
14427source = "registry+https://github.com/rust-lang/crates.io-index"
14428checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14429dependencies = [
14430 "base64 0.22.1",
14431 "bytes 1.11.1",
14432 "futures-channel",
14433 "futures-core",
14434 "futures-util",
14435 "http 1.3.1",
14436 "http-body 1.0.1",
14437 "http-body-util",
14438 "hyper 1.7.0",
14439 "hyper-rustls 0.27.7",
14440 "hyper-util",
14441 "js-sys",
14442 "log",
14443 "percent-encoding",
14444 "pin-project-lite",
14445 "quinn",
14446 "rustls 0.23.33",
14447 "rustls-native-certs 0.8.2",
14448 "rustls-pki-types",
14449 "serde",
14450 "serde_json",
14451 "serde_urlencoded",
14452 "sync_wrapper 1.0.2",
14453 "tokio",
14454 "tokio-rustls 0.26.2",
14455 "tower 0.5.2",
14456 "tower-http 0.6.6",
14457 "tower-service",
14458 "url",
14459 "wasm-bindgen",
14460 "wasm-bindgen-futures",
14461 "web-sys",
14462]
14463
14464[[package]]
14465name = "reqwest_client"
14466version = "0.1.0"
14467dependencies = [
14468 "anyhow",
14469 "bytes 1.11.1",
14470 "futures 0.3.31",
14471 "gpui_util",
14472 "http_client",
14473 "http_client_tls",
14474 "log",
14475 "regex",
14476 "serde",
14477 "tokio",
14478 "zed-reqwest",
14479]
14480
14481[[package]]
14482name = "resvg"
14483version = "0.45.1"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14486dependencies = [
14487 "gif",
14488 "image-webp",
14489 "log",
14490 "pico-args",
14491 "rgb",
14492 "svgtypes",
14493 "tiny-skia",
14494 "usvg",
14495 "zune-jpeg",
14496]
14497
14498[[package]]
14499name = "rfc6979"
14500version = "0.3.1"
14501source = "registry+https://github.com/rust-lang/crates.io-index"
14502checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14503dependencies = [
14504 "crypto-bigint 0.4.9",
14505 "hmac",
14506 "zeroize",
14507]
14508
14509[[package]]
14510name = "rgb"
14511version = "0.8.52"
14512source = "registry+https://github.com/rust-lang/crates.io-index"
14513checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14514dependencies = [
14515 "bytemuck",
14516]
14517
14518[[package]]
14519name = "ring"
14520version = "0.17.14"
14521source = "registry+https://github.com/rust-lang/crates.io-index"
14522checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14523dependencies = [
14524 "cc",
14525 "cfg-if",
14526 "getrandom 0.2.16",
14527 "libc",
14528 "untrusted 0.9.0",
14529 "windows-sys 0.52.0",
14530]
14531
14532[[package]]
14533name = "rkyv"
14534version = "0.7.45"
14535source = "registry+https://github.com/rust-lang/crates.io-index"
14536checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14537dependencies = [
14538 "bitvec",
14539 "bytecheck",
14540 "bytes 1.11.1",
14541 "hashbrown 0.12.3",
14542 "ptr_meta",
14543 "rend",
14544 "rkyv_derive",
14545 "seahash",
14546 "tinyvec",
14547 "uuid",
14548]
14549
14550[[package]]
14551name = "rkyv_derive"
14552version = "0.7.45"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14555dependencies = [
14556 "proc-macro2",
14557 "quote",
14558 "syn 1.0.109",
14559]
14560
14561[[package]]
14562name = "rmp"
14563version = "0.8.14"
14564source = "registry+https://github.com/rust-lang/crates.io-index"
14565checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14566dependencies = [
14567 "byteorder",
14568 "num-traits",
14569 "paste",
14570]
14571
14572[[package]]
14573name = "rmpv"
14574version = "1.3.0"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14577dependencies = [
14578 "num-traits",
14579 "rmp",
14580]
14581
14582[[package]]
14583name = "rodio"
14584version = "0.21.1"
14585source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14586dependencies = [
14587 "cpal",
14588 "dasp_sample",
14589 "hound",
14590 "num-rational",
14591 "rand 0.9.2",
14592 "rand_distr",
14593 "rtrb",
14594 "symphonia",
14595 "thiserror 2.0.17",
14596]
14597
14598[[package]]
14599name = "rope"
14600version = "0.1.0"
14601dependencies = [
14602 "criterion",
14603 "ctor",
14604 "gpui",
14605 "heapless",
14606 "log",
14607 "rand 0.9.2",
14608 "rayon",
14609 "sum_tree",
14610 "tracing",
14611 "unicode-segmentation",
14612 "util",
14613 "zlog",
14614 "ztracing",
14615]
14616
14617[[package]]
14618name = "roxmltree"
14619version = "0.20.0"
14620source = "registry+https://github.com/rust-lang/crates.io-index"
14621checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14622
14623[[package]]
14624name = "rpassword"
14625version = "7.4.0"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14628dependencies = [
14629 "libc",
14630 "rtoolbox",
14631 "windows-sys 0.59.0",
14632]
14633
14634[[package]]
14635name = "rpc"
14636version = "0.1.0"
14637dependencies = [
14638 "anyhow",
14639 "async-tungstenite",
14640 "base64 0.22.1",
14641 "collections",
14642 "futures 0.3.31",
14643 "gpui",
14644 "parking_lot",
14645 "proto",
14646 "rand 0.9.2",
14647 "rsa",
14648 "serde",
14649 "serde_json",
14650 "sha2",
14651 "strum 0.27.2",
14652 "tracing",
14653 "util",
14654 "zlog",
14655 "zstd",
14656]
14657
14658[[package]]
14659name = "rsa"
14660version = "0.9.10"
14661source = "registry+https://github.com/rust-lang/crates.io-index"
14662checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14663dependencies = [
14664 "const-oid",
14665 "digest",
14666 "num-bigint-dig 0.8.6",
14667 "num-integer",
14668 "num-traits",
14669 "pkcs1",
14670 "pkcs8 0.10.2",
14671 "rand_core 0.6.4",
14672 "signature 2.2.0",
14673 "spki 0.7.3",
14674 "subtle",
14675 "zeroize",
14676]
14677
14678[[package]]
14679name = "rtoolbox"
14680version = "0.0.3"
14681source = "registry+https://github.com/rust-lang/crates.io-index"
14682checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14683dependencies = [
14684 "libc",
14685 "windows-sys 0.52.0",
14686]
14687
14688[[package]]
14689name = "rtrb"
14690version = "0.3.2"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14693
14694[[package]]
14695name = "rules_library"
14696version = "0.1.0"
14697dependencies = [
14698 "anyhow",
14699 "collections",
14700 "editor",
14701 "gpui",
14702 "language",
14703 "language_model",
14704 "log",
14705 "menu",
14706 "picker",
14707 "platform_title_bar",
14708 "prompt_store",
14709 "release_channel",
14710 "rope",
14711 "serde",
14712 "settings",
14713 "theme_settings",
14714 "ui",
14715 "ui_input",
14716 "util",
14717 "workspace",
14718 "zed_actions",
14719]
14720
14721[[package]]
14722name = "runtimelib"
14723version = "1.4.0"
14724source = "registry+https://github.com/rust-lang/crates.io-index"
14725checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14726dependencies = [
14727 "async-dispatcher",
14728 "async-std",
14729 "aws-lc-rs",
14730 "base64 0.22.1",
14731 "bytes 1.11.1",
14732 "chrono",
14733 "data-encoding",
14734 "dirs 6.0.0",
14735 "futures 0.3.31",
14736 "glob",
14737 "jupyter-protocol",
14738 "serde",
14739 "serde_json",
14740 "shellexpand 3.1.1",
14741 "smol",
14742 "thiserror 2.0.17",
14743 "uuid",
14744 "zeromq",
14745]
14746
14747[[package]]
14748name = "rust-embed"
14749version = "8.11.0"
14750source = "registry+https://github.com/rust-lang/crates.io-index"
14751checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14752dependencies = [
14753 "rust-embed-impl",
14754 "rust-embed-utils",
14755 "walkdir",
14756]
14757
14758[[package]]
14759name = "rust-embed-impl"
14760version = "8.11.0"
14761source = "registry+https://github.com/rust-lang/crates.io-index"
14762checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14763dependencies = [
14764 "proc-macro2",
14765 "quote",
14766 "rust-embed-utils",
14767 "syn 2.0.117",
14768 "walkdir",
14769]
14770
14771[[package]]
14772name = "rust-embed-utils"
14773version = "8.11.0"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14776dependencies = [
14777 "globset",
14778 "sha2",
14779 "walkdir",
14780]
14781
14782[[package]]
14783name = "rust_decimal"
14784version = "1.39.0"
14785source = "registry+https://github.com/rust-lang/crates.io-index"
14786checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14787dependencies = [
14788 "arrayvec",
14789 "borsh",
14790 "bytes 1.11.1",
14791 "num-traits",
14792 "rand 0.8.5",
14793 "rkyv",
14794 "serde",
14795 "serde_json",
14796]
14797
14798[[package]]
14799name = "rustc-demangle"
14800version = "0.1.26"
14801source = "registry+https://github.com/rust-lang/crates.io-index"
14802checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14803
14804[[package]]
14805name = "rustc-hash"
14806version = "1.1.0"
14807source = "registry+https://github.com/rust-lang/crates.io-index"
14808checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14809
14810[[package]]
14811name = "rustc-hash"
14812version = "2.1.1"
14813source = "registry+https://github.com/rust-lang/crates.io-index"
14814checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14815
14816[[package]]
14817name = "rustc_version"
14818version = "0.4.1"
14819source = "registry+https://github.com/rust-lang/crates.io-index"
14820checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14821dependencies = [
14822 "semver",
14823]
14824
14825[[package]]
14826name = "rustfft"
14827version = "6.4.1"
14828source = "registry+https://github.com/rust-lang/crates.io-index"
14829checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14830dependencies = [
14831 "num-complex",
14832 "num-integer",
14833 "num-traits",
14834 "primal-check",
14835 "strength_reduce",
14836 "transpose",
14837]
14838
14839[[package]]
14840name = "rustix"
14841version = "0.38.44"
14842source = "registry+https://github.com/rust-lang/crates.io-index"
14843checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14844dependencies = [
14845 "bitflags 2.10.0",
14846 "errno 0.3.14",
14847 "libc",
14848 "linux-raw-sys 0.4.15",
14849 "windows-sys 0.59.0",
14850]
14851
14852[[package]]
14853name = "rustix"
14854version = "1.1.2"
14855source = "registry+https://github.com/rust-lang/crates.io-index"
14856checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14857dependencies = [
14858 "bitflags 2.10.0",
14859 "errno 0.3.14",
14860 "libc",
14861 "linux-raw-sys 0.11.0",
14862 "windows-sys 0.61.2",
14863]
14864
14865[[package]]
14866name = "rustix-linux-procfs"
14867version = "0.1.1"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14870dependencies = [
14871 "once_cell",
14872 "rustix 1.1.2",
14873]
14874
14875[[package]]
14876name = "rustix-openpty"
14877version = "0.2.0"
14878source = "registry+https://github.com/rust-lang/crates.io-index"
14879checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14880dependencies = [
14881 "errno 0.3.14",
14882 "libc",
14883 "rustix 1.1.2",
14884]
14885
14886[[package]]
14887name = "rustls"
14888version = "0.21.12"
14889source = "registry+https://github.com/rust-lang/crates.io-index"
14890checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14891dependencies = [
14892 "log",
14893 "ring",
14894 "rustls-webpki 0.101.7",
14895 "sct",
14896]
14897
14898[[package]]
14899name = "rustls"
14900version = "0.23.33"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14903dependencies = [
14904 "aws-lc-rs",
14905 "log",
14906 "once_cell",
14907 "ring",
14908 "rustls-pki-types",
14909 "rustls-webpki 0.103.7",
14910 "subtle",
14911 "zeroize",
14912]
14913
14914[[package]]
14915name = "rustls-native-certs"
14916version = "0.6.3"
14917source = "registry+https://github.com/rust-lang/crates.io-index"
14918checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14919dependencies = [
14920 "openssl-probe",
14921 "rustls-pemfile 1.0.4",
14922 "schannel",
14923 "security-framework 2.11.1",
14924]
14925
14926[[package]]
14927name = "rustls-native-certs"
14928version = "0.8.2"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14931dependencies = [
14932 "openssl-probe",
14933 "rustls-pki-types",
14934 "schannel",
14935 "security-framework 3.5.1",
14936]
14937
14938[[package]]
14939name = "rustls-pemfile"
14940version = "1.0.4"
14941source = "registry+https://github.com/rust-lang/crates.io-index"
14942checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14943dependencies = [
14944 "base64 0.21.7",
14945]
14946
14947[[package]]
14948name = "rustls-pemfile"
14949version = "2.2.0"
14950source = "registry+https://github.com/rust-lang/crates.io-index"
14951checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14952dependencies = [
14953 "rustls-pki-types",
14954]
14955
14956[[package]]
14957name = "rustls-pki-types"
14958version = "1.12.0"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
14961dependencies = [
14962 "web-time",
14963 "zeroize",
14964]
14965
14966[[package]]
14967name = "rustls-platform-verifier"
14968version = "0.5.3"
14969source = "registry+https://github.com/rust-lang/crates.io-index"
14970checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
14971dependencies = [
14972 "core-foundation 0.10.0",
14973 "core-foundation-sys",
14974 "jni",
14975 "log",
14976 "once_cell",
14977 "rustls 0.23.33",
14978 "rustls-native-certs 0.8.2",
14979 "rustls-platform-verifier-android",
14980 "rustls-webpki 0.103.7",
14981 "security-framework 3.5.1",
14982 "security-framework-sys",
14983 "webpki-root-certs",
14984 "windows-sys 0.59.0",
14985]
14986
14987[[package]]
14988name = "rustls-platform-verifier-android"
14989version = "0.1.1"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
14992
14993[[package]]
14994name = "rustls-webpki"
14995version = "0.101.7"
14996source = "registry+https://github.com/rust-lang/crates.io-index"
14997checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
14998dependencies = [
14999 "ring",
15000 "untrusted 0.9.0",
15001]
15002
15003[[package]]
15004name = "rustls-webpki"
15005version = "0.103.7"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15008dependencies = [
15009 "aws-lc-rs",
15010 "ring",
15011 "rustls-pki-types",
15012 "untrusted 0.9.0",
15013]
15014
15015[[package]]
15016name = "rustversion"
15017version = "1.0.22"
15018source = "registry+https://github.com/rust-lang/crates.io-index"
15019checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15020
15021[[package]]
15022name = "rusty-fork"
15023version = "0.3.1"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15026dependencies = [
15027 "fnv",
15028 "quick-error 1.2.3",
15029 "tempfile",
15030 "wait-timeout",
15031]
15032
15033[[package]]
15034name = "rustybuzz"
15035version = "0.20.1"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15038dependencies = [
15039 "bitflags 2.10.0",
15040 "bytemuck",
15041 "core_maths",
15042 "log",
15043 "smallvec",
15044 "ttf-parser 0.25.1",
15045 "unicode-bidi-mirroring",
15046 "unicode-ccc",
15047 "unicode-properties",
15048 "unicode-script",
15049]
15050
15051[[package]]
15052name = "ryu"
15053version = "1.0.20"
15054source = "registry+https://github.com/rust-lang/crates.io-index"
15055checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15056
15057[[package]]
15058name = "saa"
15059version = "5.4.9"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15062
15063[[package]]
15064name = "safetensors"
15065version = "0.4.5"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15068dependencies = [
15069 "serde",
15070 "serde_json",
15071]
15072
15073[[package]]
15074name = "same-file"
15075version = "1.0.6"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15078dependencies = [
15079 "winapi-util",
15080]
15081
15082[[package]]
15083name = "scc"
15084version = "3.5.6"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15087dependencies = [
15088 "saa",
15089 "sdd",
15090]
15091
15092[[package]]
15093name = "schannel"
15094version = "0.1.28"
15095source = "registry+https://github.com/rust-lang/crates.io-index"
15096checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15097dependencies = [
15098 "windows-sys 0.61.2",
15099]
15100
15101[[package]]
15102name = "scheduler"
15103version = "0.1.0"
15104dependencies = [
15105 "async-task",
15106 "backtrace",
15107 "chrono",
15108 "flume",
15109 "futures 0.3.31",
15110 "parking_lot",
15111 "rand 0.9.2",
15112 "web-time",
15113]
15114
15115[[package]]
15116name = "schema_generator"
15117version = "0.1.0"
15118dependencies = [
15119 "anyhow",
15120 "clap",
15121 "env_logger 0.11.8",
15122 "schemars",
15123 "serde",
15124 "serde_json",
15125 "settings",
15126 "theme",
15127 "theme_settings",
15128]
15129
15130[[package]]
15131name = "schemars"
15132version = "1.0.4"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15135dependencies = [
15136 "dyn-clone",
15137 "indexmap",
15138 "ref-cast",
15139 "schemars_derive",
15140 "serde",
15141 "serde_json",
15142]
15143
15144[[package]]
15145name = "schemars_derive"
15146version = "1.0.4"
15147source = "registry+https://github.com/rust-lang/crates.io-index"
15148checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15149dependencies = [
15150 "proc-macro2",
15151 "quote",
15152 "serde_derive_internals",
15153 "syn 2.0.117",
15154]
15155
15156[[package]]
15157name = "scoped-tls"
15158version = "1.0.1"
15159source = "registry+https://github.com/rust-lang/crates.io-index"
15160checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15161
15162[[package]]
15163name = "scopeguard"
15164version = "1.2.0"
15165source = "registry+https://github.com/rust-lang/crates.io-index"
15166checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15167
15168[[package]]
15169name = "scratch"
15170version = "1.0.9"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15173
15174[[package]]
15175name = "screencapturekit"
15176version = "0.2.8"
15177source = "registry+https://github.com/rust-lang/crates.io-index"
15178checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15179dependencies = [
15180 "screencapturekit-sys",
15181]
15182
15183[[package]]
15184name = "screencapturekit-sys"
15185version = "0.2.8"
15186source = "registry+https://github.com/rust-lang/crates.io-index"
15187checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15188dependencies = [
15189 "block",
15190 "dispatch",
15191 "objc",
15192 "objc-foundation",
15193 "objc_id",
15194 "once_cell",
15195]
15196
15197[[package]]
15198name = "scroll"
15199version = "0.12.0"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15202dependencies = [
15203 "scroll_derive",
15204]
15205
15206[[package]]
15207name = "scroll_derive"
15208version = "0.12.1"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15211dependencies = [
15212 "proc-macro2",
15213 "quote",
15214 "syn 2.0.117",
15215]
15216
15217[[package]]
15218name = "sct"
15219version = "0.7.1"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15222dependencies = [
15223 "ring",
15224 "untrusted 0.9.0",
15225]
15226
15227[[package]]
15228name = "sdd"
15229version = "4.6.2"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15232
15233[[package]]
15234name = "sea-bae"
15235version = "0.2.1"
15236source = "registry+https://github.com/rust-lang/crates.io-index"
15237checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15238dependencies = [
15239 "heck 0.4.1",
15240 "proc-macro-error2",
15241 "proc-macro2",
15242 "quote",
15243 "syn 2.0.117",
15244]
15245
15246[[package]]
15247name = "sea-orm"
15248version = "1.1.10"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15251dependencies = [
15252 "async-stream",
15253 "async-trait",
15254 "bigdecimal",
15255 "chrono",
15256 "futures-util",
15257 "log",
15258 "ouroboros",
15259 "pgvector",
15260 "rust_decimal",
15261 "sea-orm-macros",
15262 "sea-query",
15263 "sea-query-binder",
15264 "serde",
15265 "serde_json",
15266 "sqlx",
15267 "strum 0.26.3",
15268 "thiserror 2.0.17",
15269 "time",
15270 "tracing",
15271 "url",
15272 "uuid",
15273]
15274
15275[[package]]
15276name = "sea-orm-macros"
15277version = "1.1.10"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15280dependencies = [
15281 "heck 0.4.1",
15282 "proc-macro2",
15283 "quote",
15284 "sea-bae",
15285 "syn 2.0.117",
15286 "unicode-ident",
15287]
15288
15289[[package]]
15290name = "sea-query"
15291version = "0.32.7"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15294dependencies = [
15295 "bigdecimal",
15296 "chrono",
15297 "inherent",
15298 "ordered-float 4.6.0",
15299 "rust_decimal",
15300 "serde_json",
15301 "time",
15302 "uuid",
15303]
15304
15305[[package]]
15306name = "sea-query-binder"
15307version = "0.7.0"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15310dependencies = [
15311 "bigdecimal",
15312 "chrono",
15313 "rust_decimal",
15314 "sea-query",
15315 "serde_json",
15316 "sqlx",
15317 "time",
15318 "uuid",
15319]
15320
15321[[package]]
15322name = "seahash"
15323version = "4.1.0"
15324source = "registry+https://github.com/rust-lang/crates.io-index"
15325checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15326
15327[[package]]
15328name = "search"
15329version = "0.1.0"
15330dependencies = [
15331 "any_vec",
15332 "anyhow",
15333 "bitflags 2.10.0",
15334 "collections",
15335 "editor",
15336 "fs",
15337 "futures 0.3.31",
15338 "gpui",
15339 "itertools 0.14.0",
15340 "language",
15341 "lsp",
15342 "menu",
15343 "multi_buffer",
15344 "pretty_assertions",
15345 "project",
15346 "serde",
15347 "serde_json",
15348 "settings",
15349 "smol",
15350 "theme",
15351 "theme_settings",
15352 "tracing",
15353 "ui",
15354 "unindent",
15355 "util",
15356 "util_macros",
15357 "workspace",
15358 "zed_actions",
15359 "ztracing",
15360]
15361
15362[[package]]
15363name = "sec1"
15364version = "0.3.0"
15365source = "registry+https://github.com/rust-lang/crates.io-index"
15366checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15367dependencies = [
15368 "base16ct",
15369 "der 0.6.1",
15370 "generic-array",
15371 "pkcs8 0.9.0",
15372 "subtle",
15373 "zeroize",
15374]
15375
15376[[package]]
15377name = "security-framework"
15378version = "2.11.1"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15381dependencies = [
15382 "bitflags 2.10.0",
15383 "core-foundation 0.9.4",
15384 "core-foundation-sys",
15385 "libc",
15386 "security-framework-sys",
15387]
15388
15389[[package]]
15390name = "security-framework"
15391version = "3.5.1"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15394dependencies = [
15395 "bitflags 2.10.0",
15396 "core-foundation 0.10.0",
15397 "core-foundation-sys",
15398 "libc",
15399 "security-framework-sys",
15400]
15401
15402[[package]]
15403name = "security-framework-sys"
15404version = "2.15.0"
15405source = "registry+https://github.com/rust-lang/crates.io-index"
15406checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15407dependencies = [
15408 "core-foundation-sys",
15409 "libc",
15410]
15411
15412[[package]]
15413name = "self_cell"
15414version = "1.2.2"
15415source = "registry+https://github.com/rust-lang/crates.io-index"
15416checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15417
15418[[package]]
15419name = "semver"
15420version = "1.0.27"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15423dependencies = [
15424 "serde",
15425 "serde_core",
15426]
15427
15428[[package]]
15429name = "seq-macro"
15430version = "0.3.6"
15431source = "registry+https://github.com/rust-lang/crates.io-index"
15432checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15433
15434[[package]]
15435name = "serde"
15436version = "1.0.228"
15437source = "registry+https://github.com/rust-lang/crates.io-index"
15438checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15439dependencies = [
15440 "serde_core",
15441 "serde_derive",
15442]
15443
15444[[package]]
15445name = "serde_bytes"
15446version = "0.11.19"
15447source = "registry+https://github.com/rust-lang/crates.io-index"
15448checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15449dependencies = [
15450 "serde",
15451 "serde_core",
15452]
15453
15454[[package]]
15455name = "serde_core"
15456version = "1.0.228"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15459dependencies = [
15460 "serde_derive",
15461]
15462
15463[[package]]
15464name = "serde_derive"
15465version = "1.0.228"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15468dependencies = [
15469 "proc-macro2",
15470 "quote",
15471 "syn 2.0.117",
15472]
15473
15474[[package]]
15475name = "serde_derive_internals"
15476version = "0.29.1"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15479dependencies = [
15480 "proc-macro2",
15481 "quote",
15482 "syn 2.0.117",
15483]
15484
15485[[package]]
15486name = "serde_fmt"
15487version = "1.0.3"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15490dependencies = [
15491 "serde",
15492]
15493
15494[[package]]
15495name = "serde_json"
15496version = "1.0.145"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15499dependencies = [
15500 "indexmap",
15501 "itoa",
15502 "memchr",
15503 "ryu",
15504 "serde",
15505 "serde_core",
15506]
15507
15508[[package]]
15509name = "serde_json_lenient"
15510version = "0.2.4"
15511source = "registry+https://github.com/rust-lang/crates.io-index"
15512checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15513dependencies = [
15514 "indexmap",
15515 "itoa",
15516 "memchr",
15517 "ryu",
15518 "serde",
15519]
15520
15521[[package]]
15522name = "serde_path_to_error"
15523version = "0.1.20"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15526dependencies = [
15527 "itoa",
15528 "serde",
15529 "serde_core",
15530]
15531
15532[[package]]
15533name = "serde_repr"
15534version = "0.1.20"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15537dependencies = [
15538 "proc-macro2",
15539 "quote",
15540 "syn 2.0.117",
15541]
15542
15543[[package]]
15544name = "serde_spanned"
15545version = "0.6.9"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15548dependencies = [
15549 "serde",
15550]
15551
15552[[package]]
15553name = "serde_spanned"
15554version = "1.0.3"
15555source = "registry+https://github.com/rust-lang/crates.io-index"
15556checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15557dependencies = [
15558 "serde_core",
15559]
15560
15561[[package]]
15562name = "serde_urlencoded"
15563version = "0.7.1"
15564source = "registry+https://github.com/rust-lang/crates.io-index"
15565checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15566dependencies = [
15567 "form_urlencoded",
15568 "itoa",
15569 "ryu",
15570 "serde",
15571]
15572
15573[[package]]
15574name = "serde_yaml"
15575version = "0.9.34+deprecated"
15576source = "registry+https://github.com/rust-lang/crates.io-index"
15577checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15578dependencies = [
15579 "indexmap",
15580 "itoa",
15581 "ryu",
15582 "serde",
15583 "unsafe-libyaml",
15584]
15585
15586[[package]]
15587name = "serial2"
15588version = "0.2.33"
15589source = "registry+https://github.com/rust-lang/crates.io-index"
15590checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15591dependencies = [
15592 "cfg-if",
15593 "libc",
15594 "winapi",
15595]
15596
15597[[package]]
15598name = "session"
15599version = "0.1.0"
15600dependencies = [
15601 "db",
15602 "gpui",
15603 "serde_json",
15604 "util",
15605 "uuid",
15606]
15607
15608[[package]]
15609name = "settings"
15610version = "0.1.0"
15611dependencies = [
15612 "anyhow",
15613 "collections",
15614 "ec4rs",
15615 "fs",
15616 "futures 0.3.31",
15617 "gpui",
15618 "indoc",
15619 "inventory",
15620 "log",
15621 "migrator",
15622 "paths",
15623 "pretty_assertions",
15624 "release_channel",
15625 "rust-embed",
15626 "schemars",
15627 "serde",
15628 "serde_json",
15629 "serde_json_lenient",
15630 "settings_content",
15631 "settings_json",
15632 "settings_macros",
15633 "smallvec",
15634 "unindent",
15635 "util",
15636 "zlog",
15637]
15638
15639[[package]]
15640name = "settings_content"
15641version = "0.1.0"
15642dependencies = [
15643 "anyhow",
15644 "collections",
15645 "derive_more",
15646 "gpui",
15647 "log",
15648 "schemars",
15649 "serde",
15650 "serde_json",
15651 "serde_json_lenient",
15652 "settings_json",
15653 "settings_macros",
15654 "strum 0.27.2",
15655 "util",
15656]
15657
15658[[package]]
15659name = "settings_json"
15660version = "0.1.0"
15661dependencies = [
15662 "anyhow",
15663 "pretty_assertions",
15664 "serde",
15665 "serde_json",
15666 "serde_json_lenient",
15667 "serde_path_to_error",
15668 "tree-sitter",
15669 "tree-sitter-json",
15670 "unindent",
15671 "util",
15672]
15673
15674[[package]]
15675name = "settings_macros"
15676version = "0.1.0"
15677dependencies = [
15678 "quote",
15679 "settings",
15680 "syn 2.0.117",
15681]
15682
15683[[package]]
15684name = "settings_profile_selector"
15685version = "0.1.0"
15686dependencies = [
15687 "editor",
15688 "fuzzy",
15689 "gpui",
15690 "menu",
15691 "picker",
15692 "project",
15693 "serde_json",
15694 "settings",
15695 "theme",
15696 "theme_settings",
15697 "ui",
15698 "workspace",
15699 "zed_actions",
15700]
15701
15702[[package]]
15703name = "settings_ui"
15704version = "0.1.0"
15705dependencies = [
15706 "agent",
15707 "agent_settings",
15708 "anyhow",
15709 "audio",
15710 "codestral",
15711 "component",
15712 "copilot",
15713 "copilot_ui",
15714 "cpal",
15715 "edit_prediction",
15716 "edit_prediction_ui",
15717 "editor",
15718 "feature_flags",
15719 "fs",
15720 "futures 0.3.31",
15721 "fuzzy",
15722 "gpui",
15723 "heck 0.5.0",
15724 "itertools 0.14.0",
15725 "language",
15726 "log",
15727 "menu",
15728 "paths",
15729 "picker",
15730 "platform_title_bar",
15731 "pretty_assertions",
15732 "project",
15733 "regex",
15734 "release_channel",
15735 "rodio",
15736 "schemars",
15737 "search",
15738 "serde",
15739 "serde_json",
15740 "settings",
15741 "shell_command_parser",
15742 "strum 0.27.2",
15743 "telemetry",
15744 "theme",
15745 "theme_settings",
15746 "title_bar",
15747 "ui",
15748 "util",
15749 "workspace",
15750 "zed_actions",
15751]
15752
15753[[package]]
15754name = "sha-1"
15755version = "0.10.1"
15756source = "registry+https://github.com/rust-lang/crates.io-index"
15757checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15758dependencies = [
15759 "cfg-if",
15760 "cpufeatures",
15761 "digest",
15762]
15763
15764[[package]]
15765name = "sha1"
15766version = "0.10.6"
15767source = "registry+https://github.com/rust-lang/crates.io-index"
15768checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15769dependencies = [
15770 "cfg-if",
15771 "cpufeatures",
15772 "digest",
15773]
15774
15775[[package]]
15776name = "sha1_smol"
15777version = "1.0.1"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15780
15781[[package]]
15782name = "sha2"
15783version = "0.10.9"
15784source = "registry+https://github.com/rust-lang/crates.io-index"
15785checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15786dependencies = [
15787 "cfg-if",
15788 "cpufeatures",
15789 "digest",
15790]
15791
15792[[package]]
15793name = "sharded-slab"
15794version = "0.1.7"
15795source = "registry+https://github.com/rust-lang/crates.io-index"
15796checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15797dependencies = [
15798 "lazy_static",
15799]
15800
15801[[package]]
15802name = "shared_library"
15803version = "0.1.9"
15804source = "registry+https://github.com/rust-lang/crates.io-index"
15805checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15806dependencies = [
15807 "lazy_static",
15808 "libc",
15809]
15810
15811[[package]]
15812name = "shell-words"
15813version = "1.1.0"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15816
15817[[package]]
15818name = "shell_command_parser"
15819version = "0.1.0"
15820dependencies = [
15821 "brush-parser",
15822]
15823
15824[[package]]
15825name = "shellexpand"
15826version = "2.1.2"
15827source = "registry+https://github.com/rust-lang/crates.io-index"
15828checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15829dependencies = [
15830 "dirs 4.0.0",
15831]
15832
15833[[package]]
15834name = "shellexpand"
15835version = "3.1.1"
15836source = "registry+https://github.com/rust-lang/crates.io-index"
15837checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15838dependencies = [
15839 "dirs 6.0.0",
15840]
15841
15842[[package]]
15843name = "shingles"
15844version = "0.1.1"
15845source = "registry+https://github.com/rust-lang/crates.io-index"
15846checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15847
15848[[package]]
15849name = "shlex"
15850version = "1.3.0"
15851source = "registry+https://github.com/rust-lang/crates.io-index"
15852checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15853
15854[[package]]
15855name = "sidebar"
15856version = "0.1.0"
15857dependencies = [
15858 "acp_thread",
15859 "action_log",
15860 "agent",
15861 "agent-client-protocol",
15862 "agent_settings",
15863 "agent_ui",
15864 "anyhow",
15865 "chrono",
15866 "collections",
15867 "editor",
15868 "feature_flags",
15869 "fs",
15870 "git",
15871 "gpui",
15872 "language_model",
15873 "menu",
15874 "platform_title_bar",
15875 "pretty_assertions",
15876 "project",
15877 "prompt_store",
15878 "recent_projects",
15879 "remote",
15880 "serde",
15881 "serde_json",
15882 "settings",
15883 "theme",
15884 "theme_settings",
15885 "ui",
15886 "util",
15887 "vim_mode_setting",
15888 "workspace",
15889 "zed_actions",
15890]
15891
15892[[package]]
15893name = "signal-hook"
15894version = "0.3.18"
15895source = "registry+https://github.com/rust-lang/crates.io-index"
15896checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15897dependencies = [
15898 "libc",
15899 "signal-hook-registry",
15900]
15901
15902[[package]]
15903name = "signal-hook-registry"
15904version = "1.4.6"
15905source = "registry+https://github.com/rust-lang/crates.io-index"
15906checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15907dependencies = [
15908 "libc",
15909]
15910
15911[[package]]
15912name = "signature"
15913version = "1.6.4"
15914source = "registry+https://github.com/rust-lang/crates.io-index"
15915checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15916dependencies = [
15917 "digest",
15918 "rand_core 0.6.4",
15919]
15920
15921[[package]]
15922name = "signature"
15923version = "2.2.0"
15924source = "registry+https://github.com/rust-lang/crates.io-index"
15925checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15926dependencies = [
15927 "digest",
15928 "rand_core 0.6.4",
15929]
15930
15931[[package]]
15932name = "simd-adler32"
15933version = "0.3.7"
15934source = "registry+https://github.com/rust-lang/crates.io-index"
15935checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15936
15937[[package]]
15938name = "simd_helpers"
15939version = "0.1.0"
15940source = "registry+https://github.com/rust-lang/crates.io-index"
15941checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15942dependencies = [
15943 "quote",
15944]
15945
15946[[package]]
15947name = "simdutf8"
15948version = "0.1.5"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15951
15952[[package]]
15953name = "similar"
15954version = "2.7.0"
15955source = "registry+https://github.com/rust-lang/crates.io-index"
15956checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15957
15958[[package]]
15959name = "simple_asn1"
15960version = "0.6.3"
15961source = "registry+https://github.com/rust-lang/crates.io-index"
15962checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15963dependencies = [
15964 "num-bigint",
15965 "num-traits",
15966 "thiserror 2.0.17",
15967 "time",
15968]
15969
15970[[package]]
15971name = "simplecss"
15972version = "0.2.2"
15973source = "registry+https://github.com/rust-lang/crates.io-index"
15974checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
15975dependencies = [
15976 "log",
15977]
15978
15979[[package]]
15980name = "simplelog"
15981version = "0.12.2"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
15984dependencies = [
15985 "log",
15986 "termcolor",
15987 "time",
15988]
15989
15990[[package]]
15991name = "siphasher"
15992version = "0.3.11"
15993source = "registry+https://github.com/rust-lang/crates.io-index"
15994checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
15995
15996[[package]]
15997name = "siphasher"
15998version = "1.0.1"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16001
16002[[package]]
16003name = "skrifa"
16004version = "0.37.0"
16005source = "registry+https://github.com/rust-lang/crates.io-index"
16006checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16007dependencies = [
16008 "bytemuck",
16009 "read-fonts 0.35.0",
16010]
16011
16012[[package]]
16013name = "skrifa"
16014version = "0.40.0"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16017dependencies = [
16018 "bytemuck",
16019 "read-fonts 0.37.0",
16020]
16021
16022[[package]]
16023name = "slab"
16024version = "0.4.11"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16027
16028[[package]]
16029name = "slotmap"
16030version = "1.0.7"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16033dependencies = [
16034 "version_check",
16035]
16036
16037[[package]]
16038name = "smallvec"
16039version = "1.15.1"
16040source = "registry+https://github.com/rust-lang/crates.io-index"
16041checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16042dependencies = [
16043 "serde",
16044]
16045
16046[[package]]
16047name = "smart-default"
16048version = "0.7.1"
16049source = "registry+https://github.com/rust-lang/crates.io-index"
16050checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16051dependencies = [
16052 "proc-macro2",
16053 "quote",
16054 "syn 2.0.117",
16055]
16056
16057[[package]]
16058name = "smol"
16059version = "2.0.2"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16062dependencies = [
16063 "async-channel 2.5.0",
16064 "async-executor",
16065 "async-fs",
16066 "async-io",
16067 "async-lock 3.4.2",
16068 "async-net",
16069 "async-process",
16070 "blocking",
16071 "futures-lite 2.6.1",
16072]
16073
16074[[package]]
16075name = "smol_str"
16076version = "0.3.5"
16077source = "registry+https://github.com/rust-lang/crates.io-index"
16078checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16079
16080[[package]]
16081name = "snippet"
16082version = "0.1.0"
16083dependencies = [
16084 "anyhow",
16085 "smallvec",
16086]
16087
16088[[package]]
16089name = "snippet_provider"
16090version = "0.1.0"
16091dependencies = [
16092 "anyhow",
16093 "collections",
16094 "extension",
16095 "fs",
16096 "futures 0.3.31",
16097 "gpui",
16098 "indoc",
16099 "parking_lot",
16100 "paths",
16101 "schemars",
16102 "serde",
16103 "serde_json",
16104 "serde_json_lenient",
16105 "snippet",
16106 "util",
16107]
16108
16109[[package]]
16110name = "snippets_ui"
16111version = "0.1.0"
16112dependencies = [
16113 "file_icons",
16114 "fuzzy",
16115 "gpui",
16116 "language",
16117 "open_path_prompt",
16118 "paths",
16119 "picker",
16120 "settings",
16121 "ui",
16122 "util",
16123 "workspace",
16124]
16125
16126[[package]]
16127name = "socket2"
16128version = "0.5.10"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16131dependencies = [
16132 "libc",
16133 "windows-sys 0.52.0",
16134]
16135
16136[[package]]
16137name = "socket2"
16138version = "0.6.1"
16139source = "registry+https://github.com/rust-lang/crates.io-index"
16140checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16141dependencies = [
16142 "libc",
16143 "windows-sys 0.60.2",
16144]
16145
16146[[package]]
16147name = "spdx"
16148version = "0.10.9"
16149source = "registry+https://github.com/rust-lang/crates.io-index"
16150checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16151dependencies = [
16152 "smallvec",
16153]
16154
16155[[package]]
16156name = "spin"
16157version = "0.9.8"
16158source = "registry+https://github.com/rust-lang/crates.io-index"
16159checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16160dependencies = [
16161 "lock_api",
16162]
16163
16164[[package]]
16165name = "spin"
16166version = "0.10.0"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16169dependencies = [
16170 "lock_api",
16171]
16172
16173[[package]]
16174name = "spirv"
16175version = "0.4.0+sdk-1.4.341.0"
16176source = "registry+https://github.com/rust-lang/crates.io-index"
16177checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16178dependencies = [
16179 "bitflags 2.10.0",
16180]
16181
16182[[package]]
16183name = "spki"
16184version = "0.6.0"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16187dependencies = [
16188 "base64ct",
16189 "der 0.6.1",
16190]
16191
16192[[package]]
16193name = "spki"
16194version = "0.7.3"
16195source = "registry+https://github.com/rust-lang/crates.io-index"
16196checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16197dependencies = [
16198 "base64ct",
16199 "der 0.7.10",
16200]
16201
16202[[package]]
16203name = "sqlez"
16204version = "0.1.0"
16205dependencies = [
16206 "anyhow",
16207 "collections",
16208 "futures 0.3.31",
16209 "indoc",
16210 "libsqlite3-sys",
16211 "log",
16212 "parking_lot",
16213 "smol",
16214 "sqlformat",
16215 "thread_local",
16216 "util",
16217 "uuid",
16218]
16219
16220[[package]]
16221name = "sqlez_macros"
16222version = "0.1.0"
16223dependencies = [
16224 "sqlez",
16225 "sqlformat",
16226 "syn 2.0.117",
16227]
16228
16229[[package]]
16230name = "sqlformat"
16231version = "0.2.6"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16234dependencies = [
16235 "nom 7.1.3",
16236 "unicode_categories",
16237]
16238
16239[[package]]
16240name = "sqlx"
16241version = "0.8.6"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16244dependencies = [
16245 "sqlx-core",
16246 "sqlx-macros",
16247 "sqlx-mysql",
16248 "sqlx-postgres",
16249 "sqlx-sqlite",
16250]
16251
16252[[package]]
16253name = "sqlx-core"
16254version = "0.8.6"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16257dependencies = [
16258 "base64 0.22.1",
16259 "bigdecimal",
16260 "bytes 1.11.1",
16261 "chrono",
16262 "crc",
16263 "crossbeam-queue",
16264 "either",
16265 "event-listener 5.4.1",
16266 "futures-core",
16267 "futures-intrusive",
16268 "futures-io",
16269 "futures-util",
16270 "hashbrown 0.15.5",
16271 "hashlink 0.10.0",
16272 "indexmap",
16273 "log",
16274 "memchr",
16275 "once_cell",
16276 "percent-encoding",
16277 "rust_decimal",
16278 "rustls 0.23.33",
16279 "serde",
16280 "serde_json",
16281 "sha2",
16282 "smallvec",
16283 "thiserror 2.0.17",
16284 "time",
16285 "tokio",
16286 "tokio-stream",
16287 "tracing",
16288 "url",
16289 "uuid",
16290 "webpki-roots",
16291]
16292
16293[[package]]
16294name = "sqlx-macros"
16295version = "0.8.6"
16296source = "registry+https://github.com/rust-lang/crates.io-index"
16297checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16298dependencies = [
16299 "proc-macro2",
16300 "quote",
16301 "sqlx-core",
16302 "sqlx-macros-core",
16303 "syn 2.0.117",
16304]
16305
16306[[package]]
16307name = "sqlx-macros-core"
16308version = "0.8.6"
16309source = "registry+https://github.com/rust-lang/crates.io-index"
16310checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16311dependencies = [
16312 "dotenvy",
16313 "either",
16314 "heck 0.5.0",
16315 "hex",
16316 "once_cell",
16317 "proc-macro2",
16318 "quote",
16319 "serde",
16320 "serde_json",
16321 "sha2",
16322 "sqlx-core",
16323 "sqlx-mysql",
16324 "sqlx-postgres",
16325 "sqlx-sqlite",
16326 "syn 2.0.117",
16327 "tokio",
16328 "url",
16329]
16330
16331[[package]]
16332name = "sqlx-mysql"
16333version = "0.8.6"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16336dependencies = [
16337 "atoi",
16338 "base64 0.22.1",
16339 "bigdecimal",
16340 "bitflags 2.10.0",
16341 "byteorder",
16342 "bytes 1.11.1",
16343 "chrono",
16344 "crc",
16345 "digest",
16346 "dotenvy",
16347 "either",
16348 "futures-channel",
16349 "futures-core",
16350 "futures-io",
16351 "futures-util",
16352 "generic-array",
16353 "hex",
16354 "hkdf",
16355 "hmac",
16356 "itoa",
16357 "log",
16358 "md-5",
16359 "memchr",
16360 "once_cell",
16361 "percent-encoding",
16362 "rand 0.8.5",
16363 "rsa",
16364 "rust_decimal",
16365 "serde",
16366 "sha1",
16367 "sha2",
16368 "smallvec",
16369 "sqlx-core",
16370 "stringprep",
16371 "thiserror 2.0.17",
16372 "time",
16373 "tracing",
16374 "uuid",
16375 "whoami",
16376]
16377
16378[[package]]
16379name = "sqlx-postgres"
16380version = "0.8.6"
16381source = "registry+https://github.com/rust-lang/crates.io-index"
16382checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16383dependencies = [
16384 "atoi",
16385 "base64 0.22.1",
16386 "bigdecimal",
16387 "bitflags 2.10.0",
16388 "byteorder",
16389 "chrono",
16390 "crc",
16391 "dotenvy",
16392 "etcetera",
16393 "futures-channel",
16394 "futures-core",
16395 "futures-util",
16396 "hex",
16397 "hkdf",
16398 "hmac",
16399 "home",
16400 "itoa",
16401 "log",
16402 "md-5",
16403 "memchr",
16404 "num-bigint",
16405 "once_cell",
16406 "rand 0.8.5",
16407 "rust_decimal",
16408 "serde",
16409 "serde_json",
16410 "sha2",
16411 "smallvec",
16412 "sqlx-core",
16413 "stringprep",
16414 "thiserror 2.0.17",
16415 "time",
16416 "tracing",
16417 "uuid",
16418 "whoami",
16419]
16420
16421[[package]]
16422name = "sqlx-sqlite"
16423version = "0.8.6"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16426dependencies = [
16427 "atoi",
16428 "chrono",
16429 "flume",
16430 "futures-channel",
16431 "futures-core",
16432 "futures-executor",
16433 "futures-intrusive",
16434 "futures-util",
16435 "libsqlite3-sys",
16436 "log",
16437 "percent-encoding",
16438 "serde",
16439 "serde_urlencoded",
16440 "sqlx-core",
16441 "thiserror 2.0.17",
16442 "time",
16443 "tracing",
16444 "url",
16445 "uuid",
16446]
16447
16448[[package]]
16449name = "stable_deref_trait"
16450version = "1.2.1"
16451source = "registry+https://github.com/rust-lang/crates.io-index"
16452checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16453
16454[[package]]
16455name = "stacker"
16456version = "0.1.23"
16457source = "registry+https://github.com/rust-lang/crates.io-index"
16458checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16459dependencies = [
16460 "cc",
16461 "cfg-if",
16462 "libc",
16463 "psm",
16464 "windows-sys 0.59.0",
16465]
16466
16467[[package]]
16468name = "stacksafe"
16469version = "0.1.4"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16472dependencies = [
16473 "stacker",
16474 "stacksafe-macro",
16475]
16476
16477[[package]]
16478name = "stacksafe-macro"
16479version = "0.1.4"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16482dependencies = [
16483 "proc-macro-error2",
16484 "quote",
16485 "syn 2.0.117",
16486]
16487
16488[[package]]
16489name = "static_assertions"
16490version = "1.1.0"
16491source = "registry+https://github.com/rust-lang/crates.io-index"
16492checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16493
16494[[package]]
16495name = "story"
16496version = "0.1.0"
16497dependencies = [
16498 "gpui",
16499 "itertools 0.14.0",
16500 "smallvec",
16501]
16502
16503[[package]]
16504name = "storybook"
16505version = "0.1.0"
16506dependencies = [
16507 "anyhow",
16508 "clap",
16509 "ctrlc",
16510 "dialoguer",
16511 "editor",
16512 "fuzzy",
16513 "gpui",
16514 "gpui_platform",
16515 "indoc",
16516 "language",
16517 "log",
16518 "menu",
16519 "picker",
16520 "reqwest_client",
16521 "rust-embed",
16522 "settings",
16523 "simplelog",
16524 "story",
16525 "strum 0.27.2",
16526 "theme",
16527 "theme_settings",
16528 "title_bar",
16529 "ui",
16530]
16531
16532[[package]]
16533name = "streaming-iterator"
16534version = "0.1.9"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16537
16538[[package]]
16539name = "streaming_diff"
16540version = "0.1.0"
16541dependencies = [
16542 "ordered-float 2.10.1",
16543 "rand 0.9.2",
16544 "rope",
16545 "util",
16546]
16547
16548[[package]]
16549name = "strength_reduce"
16550version = "0.2.4"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16553
16554[[package]]
16555name = "strict-num"
16556version = "0.1.1"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16559dependencies = [
16560 "float-cmp",
16561]
16562
16563[[package]]
16564name = "string_cache"
16565version = "0.8.9"
16566source = "registry+https://github.com/rust-lang/crates.io-index"
16567checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16568dependencies = [
16569 "new_debug_unreachable",
16570 "parking_lot",
16571 "phf_shared 0.11.3",
16572 "precomputed-hash",
16573 "serde",
16574]
16575
16576[[package]]
16577name = "string_cache_codegen"
16578version = "0.5.4"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16581dependencies = [
16582 "phf_generator 0.11.3",
16583 "phf_shared 0.11.3",
16584 "proc-macro2",
16585 "quote",
16586]
16587
16588[[package]]
16589name = "stringprep"
16590version = "0.1.5"
16591source = "registry+https://github.com/rust-lang/crates.io-index"
16592checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16593dependencies = [
16594 "unicode-bidi",
16595 "unicode-normalization",
16596 "unicode-properties",
16597]
16598
16599[[package]]
16600name = "strsim"
16601version = "0.11.1"
16602source = "registry+https://github.com/rust-lang/crates.io-index"
16603checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16604
16605[[package]]
16606name = "strum"
16607version = "0.26.3"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16610
16611[[package]]
16612name = "strum"
16613version = "0.27.2"
16614source = "registry+https://github.com/rust-lang/crates.io-index"
16615checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16616dependencies = [
16617 "strum_macros 0.27.2",
16618]
16619
16620[[package]]
16621name = "strum"
16622version = "0.28.0"
16623source = "registry+https://github.com/rust-lang/crates.io-index"
16624checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16625dependencies = [
16626 "strum_macros 0.28.0",
16627]
16628
16629[[package]]
16630name = "strum_macros"
16631version = "0.27.2"
16632source = "registry+https://github.com/rust-lang/crates.io-index"
16633checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16634dependencies = [
16635 "heck 0.5.0",
16636 "proc-macro2",
16637 "quote",
16638 "syn 2.0.117",
16639]
16640
16641[[package]]
16642name = "strum_macros"
16643version = "0.28.0"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16646dependencies = [
16647 "heck 0.5.0",
16648 "proc-macro2",
16649 "quote",
16650 "syn 2.0.117",
16651]
16652
16653[[package]]
16654name = "subtle"
16655version = "2.6.1"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16658
16659[[package]]
16660name = "sum_tree"
16661version = "0.1.0"
16662dependencies = [
16663 "ctor",
16664 "heapless",
16665 "log",
16666 "proptest",
16667 "rand 0.9.2",
16668 "rayon",
16669 "tracing",
16670 "zlog",
16671 "ztracing",
16672]
16673
16674[[package]]
16675name = "sval"
16676version = "2.15.0"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16679
16680[[package]]
16681name = "sval_buffer"
16682version = "2.15.0"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16685dependencies = [
16686 "sval",
16687 "sval_ref",
16688]
16689
16690[[package]]
16691name = "sval_dynamic"
16692version = "2.15.0"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16695dependencies = [
16696 "sval",
16697]
16698
16699[[package]]
16700name = "sval_fmt"
16701version = "2.15.0"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16704dependencies = [
16705 "itoa",
16706 "ryu",
16707 "sval",
16708]
16709
16710[[package]]
16711name = "sval_json"
16712version = "2.15.0"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16715dependencies = [
16716 "itoa",
16717 "ryu",
16718 "sval",
16719]
16720
16721[[package]]
16722name = "sval_nested"
16723version = "2.15.0"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16726dependencies = [
16727 "sval",
16728 "sval_buffer",
16729 "sval_ref",
16730]
16731
16732[[package]]
16733name = "sval_ref"
16734version = "2.15.0"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16737dependencies = [
16738 "sval",
16739]
16740
16741[[package]]
16742name = "sval_serde"
16743version = "2.15.0"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16746dependencies = [
16747 "serde_core",
16748 "sval",
16749 "sval_nested",
16750]
16751
16752[[package]]
16753name = "svg_fmt"
16754version = "0.4.5"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16757
16758[[package]]
16759name = "svg_preview"
16760version = "0.1.0"
16761dependencies = [
16762 "file_icons",
16763 "gpui",
16764 "language",
16765 "multi_buffer",
16766 "ui",
16767 "workspace",
16768 "zed_actions",
16769]
16770
16771[[package]]
16772name = "svgtypes"
16773version = "0.15.3"
16774source = "registry+https://github.com/rust-lang/crates.io-index"
16775checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16776dependencies = [
16777 "kurbo",
16778 "siphasher 1.0.1",
16779]
16780
16781[[package]]
16782name = "swash"
16783version = "0.2.6"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16786dependencies = [
16787 "skrifa 0.37.0",
16788 "yazi",
16789 "zeno",
16790]
16791
16792[[package]]
16793name = "symphonia"
16794version = "0.5.5"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16797dependencies = [
16798 "lazy_static",
16799 "symphonia-bundle-flac",
16800 "symphonia-bundle-mp3",
16801 "symphonia-codec-aac",
16802 "symphonia-codec-pcm",
16803 "symphonia-codec-vorbis",
16804 "symphonia-core",
16805 "symphonia-format-isomp4",
16806 "symphonia-format-ogg",
16807 "symphonia-format-riff",
16808 "symphonia-metadata",
16809]
16810
16811[[package]]
16812name = "symphonia-bundle-flac"
16813version = "0.5.5"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16816dependencies = [
16817 "log",
16818 "symphonia-core",
16819 "symphonia-metadata",
16820 "symphonia-utils-xiph",
16821]
16822
16823[[package]]
16824name = "symphonia-bundle-mp3"
16825version = "0.5.5"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16828dependencies = [
16829 "lazy_static",
16830 "log",
16831 "symphonia-core",
16832 "symphonia-metadata",
16833]
16834
16835[[package]]
16836name = "symphonia-codec-aac"
16837version = "0.5.5"
16838source = "registry+https://github.com/rust-lang/crates.io-index"
16839checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16840dependencies = [
16841 "lazy_static",
16842 "log",
16843 "symphonia-core",
16844]
16845
16846[[package]]
16847name = "symphonia-codec-pcm"
16848version = "0.5.5"
16849source = "registry+https://github.com/rust-lang/crates.io-index"
16850checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16851dependencies = [
16852 "log",
16853 "symphonia-core",
16854]
16855
16856[[package]]
16857name = "symphonia-codec-vorbis"
16858version = "0.5.5"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16861dependencies = [
16862 "log",
16863 "symphonia-core",
16864 "symphonia-utils-xiph",
16865]
16866
16867[[package]]
16868name = "symphonia-core"
16869version = "0.5.5"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16872dependencies = [
16873 "arrayvec",
16874 "bitflags 1.3.2",
16875 "bytemuck",
16876 "lazy_static",
16877 "log",
16878]
16879
16880[[package]]
16881name = "symphonia-format-isomp4"
16882version = "0.5.5"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16885dependencies = [
16886 "encoding_rs",
16887 "log",
16888 "symphonia-core",
16889 "symphonia-metadata",
16890 "symphonia-utils-xiph",
16891]
16892
16893[[package]]
16894name = "symphonia-format-ogg"
16895version = "0.5.5"
16896source = "registry+https://github.com/rust-lang/crates.io-index"
16897checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16898dependencies = [
16899 "log",
16900 "symphonia-core",
16901 "symphonia-metadata",
16902 "symphonia-utils-xiph",
16903]
16904
16905[[package]]
16906name = "symphonia-format-riff"
16907version = "0.5.5"
16908source = "registry+https://github.com/rust-lang/crates.io-index"
16909checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16910dependencies = [
16911 "extended",
16912 "log",
16913 "symphonia-core",
16914 "symphonia-metadata",
16915]
16916
16917[[package]]
16918name = "symphonia-metadata"
16919version = "0.5.5"
16920source = "registry+https://github.com/rust-lang/crates.io-index"
16921checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16922dependencies = [
16923 "encoding_rs",
16924 "lazy_static",
16925 "log",
16926 "symphonia-core",
16927]
16928
16929[[package]]
16930name = "symphonia-utils-xiph"
16931version = "0.5.5"
16932source = "registry+https://github.com/rust-lang/crates.io-index"
16933checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16934dependencies = [
16935 "symphonia-core",
16936 "symphonia-metadata",
16937]
16938
16939[[package]]
16940name = "syn"
16941version = "1.0.109"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16944dependencies = [
16945 "proc-macro2",
16946 "quote",
16947 "unicode-ident",
16948]
16949
16950[[package]]
16951name = "syn"
16952version = "2.0.117"
16953source = "registry+https://github.com/rust-lang/crates.io-index"
16954checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16955dependencies = [
16956 "proc-macro2",
16957 "quote",
16958 "unicode-ident",
16959]
16960
16961[[package]]
16962name = "sync_wrapper"
16963version = "0.1.2"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
16966
16967[[package]]
16968name = "sync_wrapper"
16969version = "1.0.2"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
16972dependencies = [
16973 "futures-core",
16974]
16975
16976[[package]]
16977name = "synchronoise"
16978version = "1.0.1"
16979source = "registry+https://github.com/rust-lang/crates.io-index"
16980checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
16981dependencies = [
16982 "crossbeam-queue",
16983]
16984
16985[[package]]
16986name = "synstructure"
16987version = "0.13.2"
16988source = "registry+https://github.com/rust-lang/crates.io-index"
16989checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
16990dependencies = [
16991 "proc-macro2",
16992 "quote",
16993 "syn 2.0.117",
16994]
16995
16996[[package]]
16997name = "syntax_theme"
16998version = "0.1.0"
16999dependencies = [
17000 "gpui",
17001 "serde",
17002 "serde_json",
17003]
17004
17005[[package]]
17006name = "sys-locale"
17007version = "0.3.2"
17008source = "registry+https://github.com/rust-lang/crates.io-index"
17009checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17010dependencies = [
17011 "libc",
17012]
17013
17014[[package]]
17015name = "sysctl"
17016version = "0.5.5"
17017source = "registry+https://github.com/rust-lang/crates.io-index"
17018checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17019dependencies = [
17020 "bitflags 2.10.0",
17021 "byteorder",
17022 "enum-as-inner",
17023 "libc",
17024 "thiserror 1.0.69",
17025 "walkdir",
17026]
17027
17028[[package]]
17029name = "sysctl"
17030version = "0.6.0"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17033dependencies = [
17034 "bitflags 2.10.0",
17035 "byteorder",
17036 "enum-as-inner",
17037 "libc",
17038 "thiserror 1.0.69",
17039 "walkdir",
17040]
17041
17042[[package]]
17043name = "sysinfo"
17044version = "0.31.4"
17045source = "registry+https://github.com/rust-lang/crates.io-index"
17046checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17047dependencies = [
17048 "core-foundation-sys",
17049 "libc",
17050 "memchr",
17051 "ntapi",
17052 "rayon",
17053 "windows 0.57.0",
17054]
17055
17056[[package]]
17057name = "sysinfo"
17058version = "0.37.2"
17059source = "registry+https://github.com/rust-lang/crates.io-index"
17060checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17061dependencies = [
17062 "libc",
17063 "memchr",
17064 "ntapi",
17065 "objc2-core-foundation",
17066 "objc2-io-kit",
17067 "windows 0.61.3",
17068]
17069
17070[[package]]
17071name = "system-configuration"
17072version = "0.5.1"
17073source = "registry+https://github.com/rust-lang/crates.io-index"
17074checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17075dependencies = [
17076 "bitflags 1.3.2",
17077 "core-foundation 0.9.4",
17078 "system-configuration-sys 0.5.0",
17079]
17080
17081[[package]]
17082name = "system-configuration"
17083version = "0.6.1"
17084source = "registry+https://github.com/rust-lang/crates.io-index"
17085checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17086dependencies = [
17087 "bitflags 2.10.0",
17088 "core-foundation 0.9.4",
17089 "system-configuration-sys 0.6.0",
17090]
17091
17092[[package]]
17093name = "system-configuration-sys"
17094version = "0.5.0"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17097dependencies = [
17098 "core-foundation-sys",
17099 "libc",
17100]
17101
17102[[package]]
17103name = "system-configuration-sys"
17104version = "0.6.0"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17107dependencies = [
17108 "core-foundation-sys",
17109 "libc",
17110]
17111
17112[[package]]
17113name = "system-deps"
17114version = "6.2.2"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17117dependencies = [
17118 "cfg-expr 0.15.8",
17119 "heck 0.5.0",
17120 "pkg-config",
17121 "toml 0.8.23",
17122 "version-compare",
17123]
17124
17125[[package]]
17126name = "system-deps"
17127version = "7.0.7"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17130dependencies = [
17131 "cfg-expr 0.20.6",
17132 "heck 0.5.0",
17133 "pkg-config",
17134 "toml 0.9.8",
17135 "version-compare",
17136]
17137
17138[[package]]
17139name = "system-interface"
17140version = "0.27.3"
17141source = "registry+https://github.com/rust-lang/crates.io-index"
17142checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17143dependencies = [
17144 "bitflags 2.10.0",
17145 "cap-fs-ext",
17146 "cap-std",
17147 "fd-lock",
17148 "io-lifetimes",
17149 "rustix 0.38.44",
17150 "windows-sys 0.59.0",
17151 "winx",
17152]
17153
17154[[package]]
17155name = "system_specs"
17156version = "0.1.0"
17157dependencies = [
17158 "anyhow",
17159 "client",
17160 "gpui",
17161 "human_bytes",
17162 "pciid-parser",
17163 "release_channel",
17164 "semver",
17165 "serde",
17166 "sysinfo 0.37.2",
17167]
17168
17169[[package]]
17170name = "tab_switcher"
17171version = "0.1.0"
17172dependencies = [
17173 "collections",
17174 "ctor",
17175 "editor",
17176 "fuzzy",
17177 "gpui",
17178 "menu",
17179 "picker",
17180 "project",
17181 "schemars",
17182 "serde",
17183 "serde_json",
17184 "settings",
17185 "smol",
17186 "theme",
17187 "theme_settings",
17188 "ui",
17189 "util",
17190 "workspace",
17191 "zlog",
17192]
17193
17194[[package]]
17195name = "taffy"
17196version = "0.9.0"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17199dependencies = [
17200 "arrayvec",
17201 "grid",
17202 "serde",
17203 "slotmap",
17204]
17205
17206[[package]]
17207name = "tagptr"
17208version = "0.2.0"
17209source = "registry+https://github.com/rust-lang/crates.io-index"
17210checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17211
17212[[package]]
17213name = "take-until"
17214version = "0.2.0"
17215source = "registry+https://github.com/rust-lang/crates.io-index"
17216checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17217
17218[[package]]
17219name = "tao-core-video-sys"
17220version = "0.2.0"
17221source = "registry+https://github.com/rust-lang/crates.io-index"
17222checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17223dependencies = [
17224 "cfg-if",
17225 "core-foundation-sys",
17226 "libc",
17227 "objc",
17228]
17229
17230[[package]]
17231name = "tap"
17232version = "1.0.1"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17235
17236[[package]]
17237name = "target-lexicon"
17238version = "0.12.16"
17239source = "registry+https://github.com/rust-lang/crates.io-index"
17240checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17241
17242[[package]]
17243name = "target-lexicon"
17244version = "0.13.3"
17245source = "registry+https://github.com/rust-lang/crates.io-index"
17246checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17247
17248[[package]]
17249name = "task"
17250version = "0.1.0"
17251dependencies = [
17252 "anyhow",
17253 "collections",
17254 "futures 0.3.31",
17255 "gpui",
17256 "hex",
17257 "log",
17258 "parking_lot",
17259 "pretty_assertions",
17260 "proto",
17261 "schemars",
17262 "serde",
17263 "serde_json",
17264 "serde_json_lenient",
17265 "sha2",
17266 "shellexpand 2.1.2",
17267 "util",
17268 "zed_actions",
17269]
17270
17271[[package]]
17272name = "tasks_ui"
17273version = "0.1.0"
17274dependencies = [
17275 "anyhow",
17276 "collections",
17277 "editor",
17278 "file_icons",
17279 "fuzzy",
17280 "gpui",
17281 "itertools 0.14.0",
17282 "language",
17283 "menu",
17284 "picker",
17285 "project",
17286 "serde",
17287 "serde_json",
17288 "task",
17289 "tree-sitter-rust",
17290 "tree-sitter-typescript",
17291 "ui",
17292 "util",
17293 "workspace",
17294 "zed_actions",
17295]
17296
17297[[package]]
17298name = "telemetry"
17299version = "0.1.0"
17300dependencies = [
17301 "futures 0.3.31",
17302 "serde",
17303 "serde_json",
17304 "telemetry_events",
17305]
17306
17307[[package]]
17308name = "telemetry_events"
17309version = "0.1.0"
17310dependencies = [
17311 "semver",
17312 "serde",
17313 "serde_json",
17314]
17315
17316[[package]]
17317name = "tempfile"
17318version = "3.23.0"
17319source = "registry+https://github.com/rust-lang/crates.io-index"
17320checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17321dependencies = [
17322 "fastrand 2.3.0",
17323 "getrandom 0.3.4",
17324 "once_cell",
17325 "rustix 1.1.2",
17326 "windows-sys 0.61.2",
17327]
17328
17329[[package]]
17330name = "tendril"
17331version = "0.4.3"
17332source = "registry+https://github.com/rust-lang/crates.io-index"
17333checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17334dependencies = [
17335 "futf",
17336 "mac",
17337 "utf-8",
17338]
17339
17340[[package]]
17341name = "termcolor"
17342version = "1.4.1"
17343source = "registry+https://github.com/rust-lang/crates.io-index"
17344checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17345dependencies = [
17346 "winapi-util",
17347]
17348
17349[[package]]
17350name = "terminal"
17351version = "0.1.0"
17352dependencies = [
17353 "alacritty_terminal",
17354 "anyhow",
17355 "collections",
17356 "futures 0.3.31",
17357 "gpui",
17358 "itertools 0.14.0",
17359 "libc",
17360 "log",
17361 "parking_lot",
17362 "rand 0.9.2",
17363 "regex",
17364 "release_channel",
17365 "schemars",
17366 "serde",
17367 "settings",
17368 "smol",
17369 "sysinfo 0.37.2",
17370 "task",
17371 "theme",
17372 "theme_settings",
17373 "thiserror 2.0.17",
17374 "url",
17375 "urlencoding",
17376 "util",
17377 "util_macros",
17378 "windows 0.61.3",
17379]
17380
17381[[package]]
17382name = "terminal_size"
17383version = "0.4.3"
17384source = "registry+https://github.com/rust-lang/crates.io-index"
17385checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17386dependencies = [
17387 "rustix 1.1.2",
17388 "windows-sys 0.60.2",
17389]
17390
17391[[package]]
17392name = "terminal_view"
17393version = "0.1.0"
17394dependencies = [
17395 "anyhow",
17396 "async-recursion",
17397 "breadcrumbs",
17398 "collections",
17399 "db",
17400 "dirs 4.0.0",
17401 "editor",
17402 "futures 0.3.31",
17403 "gpui",
17404 "itertools 0.14.0",
17405 "language",
17406 "log",
17407 "menu",
17408 "pretty_assertions",
17409 "project",
17410 "regex",
17411 "schemars",
17412 "serde",
17413 "serde_json",
17414 "settings",
17415 "shellexpand 2.1.2",
17416 "task",
17417 "terminal",
17418 "theme",
17419 "theme_settings",
17420 "ui",
17421 "util",
17422 "workspace",
17423 "zed_actions",
17424]
17425
17426[[package]]
17427name = "text"
17428version = "0.1.0"
17429dependencies = [
17430 "anyhow",
17431 "clock",
17432 "collections",
17433 "ctor",
17434 "gpui",
17435 "log",
17436 "parking_lot",
17437 "postage",
17438 "rand 0.9.2",
17439 "regex",
17440 "rope",
17441 "smallvec",
17442 "sum_tree",
17443 "util",
17444 "zlog",
17445]
17446
17447[[package]]
17448name = "theme"
17449version = "0.1.0"
17450dependencies = [
17451 "anyhow",
17452 "collections",
17453 "derive_more",
17454 "gpui",
17455 "palette",
17456 "parking_lot",
17457 "refineable",
17458 "schemars",
17459 "serde",
17460 "serde_json",
17461 "serde_json_lenient",
17462 "strum 0.27.2",
17463 "syntax_theme",
17464 "thiserror 2.0.17",
17465 "uuid",
17466]
17467
17468[[package]]
17469name = "theme_extension"
17470version = "0.1.0"
17471dependencies = [
17472 "anyhow",
17473 "extension",
17474 "fs",
17475 "gpui",
17476 "theme",
17477 "theme_settings",
17478]
17479
17480[[package]]
17481name = "theme_importer"
17482version = "0.1.0"
17483dependencies = [
17484 "anyhow",
17485 "clap",
17486 "collections",
17487 "gpui",
17488 "indexmap",
17489 "log",
17490 "palette",
17491 "serde",
17492 "serde_json",
17493 "serde_json_lenient",
17494 "simplelog",
17495 "strum 0.27.2",
17496 "theme",
17497 "theme_settings",
17498 "vscode_theme",
17499]
17500
17501[[package]]
17502name = "theme_selector"
17503version = "0.1.0"
17504dependencies = [
17505 "fs",
17506 "fuzzy",
17507 "gpui",
17508 "log",
17509 "picker",
17510 "serde",
17511 "settings",
17512 "telemetry",
17513 "theme",
17514 "theme_settings",
17515 "ui",
17516 "util",
17517 "workspace",
17518 "zed_actions",
17519]
17520
17521[[package]]
17522name = "theme_settings"
17523version = "0.1.0"
17524dependencies = [
17525 "anyhow",
17526 "collections",
17527 "gpui",
17528 "gpui_util",
17529 "log",
17530 "palette",
17531 "refineable",
17532 "schemars",
17533 "serde",
17534 "serde_json",
17535 "serde_json_lenient",
17536 "settings",
17537 "theme",
17538 "uuid",
17539]
17540
17541[[package]]
17542name = "thiserror"
17543version = "1.0.69"
17544source = "registry+https://github.com/rust-lang/crates.io-index"
17545checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17546dependencies = [
17547 "thiserror-impl 1.0.69",
17548]
17549
17550[[package]]
17551name = "thiserror"
17552version = "2.0.17"
17553source = "registry+https://github.com/rust-lang/crates.io-index"
17554checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17555dependencies = [
17556 "thiserror-impl 2.0.17",
17557]
17558
17559[[package]]
17560name = "thiserror-impl"
17561version = "1.0.69"
17562source = "registry+https://github.com/rust-lang/crates.io-index"
17563checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17564dependencies = [
17565 "proc-macro2",
17566 "quote",
17567 "syn 2.0.117",
17568]
17569
17570[[package]]
17571name = "thiserror-impl"
17572version = "2.0.17"
17573source = "registry+https://github.com/rust-lang/crates.io-index"
17574checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17575dependencies = [
17576 "proc-macro2",
17577 "quote",
17578 "syn 2.0.117",
17579]
17580
17581[[package]]
17582name = "thread_local"
17583version = "1.1.9"
17584source = "registry+https://github.com/rust-lang/crates.io-index"
17585checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17586dependencies = [
17587 "cfg-if",
17588]
17589
17590[[package]]
17591name = "tiff"
17592version = "0.10.3"
17593source = "registry+https://github.com/rust-lang/crates.io-index"
17594checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17595dependencies = [
17596 "fax",
17597 "flate2",
17598 "half",
17599 "quick-error 2.0.1",
17600 "weezl",
17601 "zune-jpeg",
17602]
17603
17604[[package]]
17605name = "tiktoken-rs"
17606version = "0.9.1"
17607source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17608dependencies = [
17609 "anyhow",
17610 "base64 0.22.1",
17611 "bstr",
17612 "fancy-regex 0.16.2",
17613 "lazy_static",
17614 "regex",
17615 "rustc-hash 1.1.0",
17616]
17617
17618[[package]]
17619name = "time"
17620version = "0.3.47"
17621source = "registry+https://github.com/rust-lang/crates.io-index"
17622checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17623dependencies = [
17624 "deranged",
17625 "itoa",
17626 "libc",
17627 "num-conv",
17628 "num_threads",
17629 "powerfmt",
17630 "serde_core",
17631 "time-core",
17632 "time-macros",
17633]
17634
17635[[package]]
17636name = "time-core"
17637version = "0.1.8"
17638source = "registry+https://github.com/rust-lang/crates.io-index"
17639checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17640
17641[[package]]
17642name = "time-macros"
17643version = "0.2.27"
17644source = "registry+https://github.com/rust-lang/crates.io-index"
17645checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17646dependencies = [
17647 "num-conv",
17648 "time-core",
17649]
17650
17651[[package]]
17652name = "time_format"
17653version = "0.1.0"
17654dependencies = [
17655 "core-foundation 0.10.0",
17656 "core-foundation-sys",
17657 "sys-locale",
17658 "time",
17659 "windows 0.61.3",
17660]
17661
17662[[package]]
17663name = "tiny-keccak"
17664version = "2.0.2"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17667dependencies = [
17668 "crunchy",
17669]
17670
17671[[package]]
17672name = "tiny-skia"
17673version = "0.11.4"
17674source = "registry+https://github.com/rust-lang/crates.io-index"
17675checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17676dependencies = [
17677 "arrayref",
17678 "arrayvec",
17679 "bytemuck",
17680 "cfg-if",
17681 "log",
17682 "png 0.17.16",
17683 "tiny-skia-path",
17684]
17685
17686[[package]]
17687name = "tiny-skia-path"
17688version = "0.11.4"
17689source = "registry+https://github.com/rust-lang/crates.io-index"
17690checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17691dependencies = [
17692 "arrayref",
17693 "bytemuck",
17694 "strict-num",
17695]
17696
17697[[package]]
17698name = "tiny_http"
17699version = "0.12.0"
17700source = "registry+https://github.com/rust-lang/crates.io-index"
17701checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17702dependencies = [
17703 "ascii",
17704 "chunked_transfer",
17705 "httpdate",
17706 "log",
17707]
17708
17709[[package]]
17710name = "tinystr"
17711version = "0.8.1"
17712source = "registry+https://github.com/rust-lang/crates.io-index"
17713checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17714dependencies = [
17715 "displaydoc",
17716 "zerovec",
17717]
17718
17719[[package]]
17720name = "tinytemplate"
17721version = "1.2.1"
17722source = "registry+https://github.com/rust-lang/crates.io-index"
17723checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17724dependencies = [
17725 "serde",
17726 "serde_json",
17727]
17728
17729[[package]]
17730name = "tinyvec"
17731version = "1.10.0"
17732source = "registry+https://github.com/rust-lang/crates.io-index"
17733checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17734dependencies = [
17735 "tinyvec_macros",
17736]
17737
17738[[package]]
17739name = "tinyvec_macros"
17740version = "0.1.1"
17741source = "registry+https://github.com/rust-lang/crates.io-index"
17742checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17743
17744[[package]]
17745name = "title_bar"
17746version = "0.1.0"
17747dependencies = [
17748 "anyhow",
17749 "auto_update",
17750 "call",
17751 "channel",
17752 "chrono",
17753 "client",
17754 "cloud_api_types",
17755 "db",
17756 "git_ui",
17757 "gpui",
17758 "icons",
17759 "livekit_client",
17760 "notifications",
17761 "platform_title_bar",
17762 "project",
17763 "recent_projects",
17764 "release_channel",
17765 "remote",
17766 "remote_connection",
17767 "rpc",
17768 "schemars",
17769 "semver",
17770 "serde",
17771 "settings",
17772 "smallvec",
17773 "story",
17774 "telemetry",
17775 "theme",
17776 "ui",
17777 "util",
17778 "windows 0.61.3",
17779 "workspace",
17780 "zed_actions",
17781]
17782
17783[[package]]
17784name = "tokio"
17785version = "1.48.0"
17786source = "registry+https://github.com/rust-lang/crates.io-index"
17787checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17788dependencies = [
17789 "bytes 1.11.1",
17790 "libc",
17791 "mio 1.1.0",
17792 "parking_lot",
17793 "pin-project-lite",
17794 "signal-hook-registry",
17795 "socket2 0.6.1",
17796 "tokio-macros",
17797 "windows-sys 0.61.2",
17798]
17799
17800[[package]]
17801name = "tokio-io"
17802version = "0.1.13"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17805dependencies = [
17806 "bytes 0.4.12",
17807 "futures 0.1.31",
17808 "log",
17809]
17810
17811[[package]]
17812name = "tokio-macros"
17813version = "2.6.0"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17816dependencies = [
17817 "proc-macro2",
17818 "quote",
17819 "syn 2.0.117",
17820]
17821
17822[[package]]
17823name = "tokio-native-tls"
17824version = "0.3.1"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17827dependencies = [
17828 "native-tls",
17829 "tokio",
17830]
17831
17832[[package]]
17833name = "tokio-rustls"
17834version = "0.24.1"
17835source = "registry+https://github.com/rust-lang/crates.io-index"
17836checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17837dependencies = [
17838 "rustls 0.21.12",
17839 "tokio",
17840]
17841
17842[[package]]
17843name = "tokio-rustls"
17844version = "0.26.2"
17845source = "registry+https://github.com/rust-lang/crates.io-index"
17846checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17847dependencies = [
17848 "rustls 0.23.33",
17849 "tokio",
17850]
17851
17852[[package]]
17853name = "tokio-socks"
17854version = "0.5.2"
17855source = "registry+https://github.com/rust-lang/crates.io-index"
17856checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17857dependencies = [
17858 "either",
17859 "futures-io",
17860 "futures-util",
17861 "thiserror 1.0.69",
17862 "tokio",
17863]
17864
17865[[package]]
17866name = "tokio-stream"
17867version = "0.1.17"
17868source = "registry+https://github.com/rust-lang/crates.io-index"
17869checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17870dependencies = [
17871 "futures-core",
17872 "pin-project-lite",
17873 "tokio",
17874]
17875
17876[[package]]
17877name = "tokio-tungstenite"
17878version = "0.20.1"
17879source = "registry+https://github.com/rust-lang/crates.io-index"
17880checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17881dependencies = [
17882 "futures-util",
17883 "log",
17884 "tokio",
17885 "tungstenite 0.20.1",
17886]
17887
17888[[package]]
17889name = "tokio-tungstenite"
17890version = "0.21.0"
17891source = "registry+https://github.com/rust-lang/crates.io-index"
17892checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17893dependencies = [
17894 "futures-util",
17895 "log",
17896 "tokio",
17897 "tungstenite 0.21.0",
17898]
17899
17900[[package]]
17901name = "tokio-tungstenite"
17902version = "0.28.0"
17903source = "registry+https://github.com/rust-lang/crates.io-index"
17904checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17905dependencies = [
17906 "futures-util",
17907 "log",
17908 "rustls 0.23.33",
17909 "rustls-native-certs 0.8.2",
17910 "rustls-pki-types",
17911 "tokio",
17912 "tokio-rustls 0.26.2",
17913 "tungstenite 0.28.0",
17914]
17915
17916[[package]]
17917name = "tokio-util"
17918version = "0.7.16"
17919source = "registry+https://github.com/rust-lang/crates.io-index"
17920checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17921dependencies = [
17922 "bytes 1.11.1",
17923 "futures-core",
17924 "futures-io",
17925 "futures-sink",
17926 "pin-project-lite",
17927 "tokio",
17928]
17929
17930[[package]]
17931name = "toml"
17932version = "0.5.11"
17933source = "registry+https://github.com/rust-lang/crates.io-index"
17934checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17935dependencies = [
17936 "serde",
17937]
17938
17939[[package]]
17940name = "toml"
17941version = "0.8.23"
17942source = "registry+https://github.com/rust-lang/crates.io-index"
17943checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17944dependencies = [
17945 "serde",
17946 "serde_spanned 0.6.9",
17947 "toml_datetime 0.6.11",
17948 "toml_edit 0.22.27",
17949]
17950
17951[[package]]
17952name = "toml"
17953version = "0.9.8"
17954source = "registry+https://github.com/rust-lang/crates.io-index"
17955checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17956dependencies = [
17957 "indexmap",
17958 "serde_core",
17959 "serde_spanned 1.0.3",
17960 "toml_datetime 0.7.3",
17961 "toml_parser",
17962 "toml_writer",
17963 "winnow",
17964]
17965
17966[[package]]
17967name = "toml_datetime"
17968version = "0.6.11"
17969source = "registry+https://github.com/rust-lang/crates.io-index"
17970checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17971dependencies = [
17972 "serde",
17973]
17974
17975[[package]]
17976name = "toml_datetime"
17977version = "0.7.3"
17978source = "registry+https://github.com/rust-lang/crates.io-index"
17979checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17980dependencies = [
17981 "serde_core",
17982]
17983
17984[[package]]
17985name = "toml_edit"
17986version = "0.22.27"
17987source = "registry+https://github.com/rust-lang/crates.io-index"
17988checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
17989dependencies = [
17990 "indexmap",
17991 "serde",
17992 "serde_spanned 0.6.9",
17993 "toml_datetime 0.6.11",
17994 "toml_write",
17995 "winnow",
17996]
17997
17998[[package]]
17999name = "toml_edit"
18000version = "0.23.7"
18001source = "registry+https://github.com/rust-lang/crates.io-index"
18002checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18003dependencies = [
18004 "indexmap",
18005 "toml_datetime 0.7.3",
18006 "toml_parser",
18007 "winnow",
18008]
18009
18010[[package]]
18011name = "toml_parser"
18012version = "1.0.4"
18013source = "registry+https://github.com/rust-lang/crates.io-index"
18014checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18015dependencies = [
18016 "winnow",
18017]
18018
18019[[package]]
18020name = "toml_write"
18021version = "0.1.2"
18022source = "registry+https://github.com/rust-lang/crates.io-index"
18023checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18024
18025[[package]]
18026name = "toml_writer"
18027version = "1.0.4"
18028source = "registry+https://github.com/rust-lang/crates.io-index"
18029checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18030
18031[[package]]
18032name = "toolchain_selector"
18033version = "0.1.0"
18034dependencies = [
18035 "anyhow",
18036 "convert_case 0.8.0",
18037 "editor",
18038 "futures 0.3.31",
18039 "fuzzy",
18040 "gpui",
18041 "language",
18042 "menu",
18043 "open_path_prompt",
18044 "picker",
18045 "project",
18046 "ui",
18047 "util",
18048 "workspace",
18049]
18050
18051[[package]]
18052name = "topological-sort"
18053version = "0.2.2"
18054source = "registry+https://github.com/rust-lang/crates.io-index"
18055checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18056
18057[[package]]
18058name = "tower"
18059version = "0.4.13"
18060source = "registry+https://github.com/rust-lang/crates.io-index"
18061checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18062dependencies = [
18063 "futures-core",
18064 "futures-util",
18065 "pin-project",
18066 "pin-project-lite",
18067 "tokio",
18068 "tower-layer",
18069 "tower-service",
18070 "tracing",
18071]
18072
18073[[package]]
18074name = "tower"
18075version = "0.5.2"
18076source = "registry+https://github.com/rust-lang/crates.io-index"
18077checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18078dependencies = [
18079 "futures-core",
18080 "futures-util",
18081 "pin-project-lite",
18082 "sync_wrapper 1.0.2",
18083 "tokio",
18084 "tower-layer",
18085 "tower-service",
18086]
18087
18088[[package]]
18089name = "tower-http"
18090version = "0.4.4"
18091source = "registry+https://github.com/rust-lang/crates.io-index"
18092checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18093dependencies = [
18094 "bitflags 2.10.0",
18095 "bytes 1.11.1",
18096 "futures-core",
18097 "futures-util",
18098 "http 0.2.12",
18099 "http-body 0.4.6",
18100 "http-range-header",
18101 "pin-project-lite",
18102 "tower-layer",
18103 "tower-service",
18104 "tracing",
18105]
18106
18107[[package]]
18108name = "tower-http"
18109version = "0.6.6"
18110source = "registry+https://github.com/rust-lang/crates.io-index"
18111checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18112dependencies = [
18113 "bitflags 2.10.0",
18114 "bytes 1.11.1",
18115 "futures-util",
18116 "http 1.3.1",
18117 "http-body 1.0.1",
18118 "iri-string",
18119 "pin-project-lite",
18120 "tower 0.5.2",
18121 "tower-layer",
18122 "tower-service",
18123]
18124
18125[[package]]
18126name = "tower-layer"
18127version = "0.3.3"
18128source = "registry+https://github.com/rust-lang/crates.io-index"
18129checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18130
18131[[package]]
18132name = "tower-service"
18133version = "0.3.3"
18134source = "registry+https://github.com/rust-lang/crates.io-index"
18135checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18136
18137[[package]]
18138name = "tracing"
18139version = "0.1.43"
18140source = "registry+https://github.com/rust-lang/crates.io-index"
18141checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18142dependencies = [
18143 "log",
18144 "pin-project-lite",
18145 "tracing-attributes",
18146 "tracing-core",
18147]
18148
18149[[package]]
18150name = "tracing-attributes"
18151version = "0.1.31"
18152source = "registry+https://github.com/rust-lang/crates.io-index"
18153checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18154dependencies = [
18155 "proc-macro2",
18156 "quote",
18157 "syn 2.0.117",
18158]
18159
18160[[package]]
18161name = "tracing-core"
18162version = "0.1.35"
18163source = "registry+https://github.com/rust-lang/crates.io-index"
18164checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18165dependencies = [
18166 "once_cell",
18167 "valuable",
18168]
18169
18170[[package]]
18171name = "tracing-log"
18172version = "0.2.0"
18173source = "registry+https://github.com/rust-lang/crates.io-index"
18174checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18175dependencies = [
18176 "log",
18177 "once_cell",
18178 "tracing-core",
18179]
18180
18181[[package]]
18182name = "tracing-serde"
18183version = "0.2.0"
18184source = "registry+https://github.com/rust-lang/crates.io-index"
18185checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18186dependencies = [
18187 "serde",
18188 "tracing-core",
18189]
18190
18191[[package]]
18192name = "tracing-subscriber"
18193version = "0.3.22"
18194source = "registry+https://github.com/rust-lang/crates.io-index"
18195checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18196dependencies = [
18197 "matchers",
18198 "nu-ansi-term",
18199 "once_cell",
18200 "regex-automata",
18201 "serde",
18202 "serde_json",
18203 "sharded-slab",
18204 "smallvec",
18205 "thread_local",
18206 "tracing",
18207 "tracing-core",
18208 "tracing-log",
18209 "tracing-serde",
18210]
18211
18212[[package]]
18213name = "tracing-tracy"
18214version = "0.11.4"
18215source = "registry+https://github.com/rust-lang/crates.io-index"
18216checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18217dependencies = [
18218 "tracing-core",
18219 "tracing-subscriber",
18220 "tracy-client",
18221]
18222
18223[[package]]
18224name = "tracy-client"
18225version = "0.18.3"
18226source = "registry+https://github.com/rust-lang/crates.io-index"
18227checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18228dependencies = [
18229 "loom",
18230 "once_cell",
18231 "tracy-client-sys",
18232]
18233
18234[[package]]
18235name = "tracy-client-sys"
18236version = "0.27.0"
18237source = "registry+https://github.com/rust-lang/crates.io-index"
18238checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18239dependencies = [
18240 "cc",
18241 "windows-targets 0.52.6",
18242]
18243
18244[[package]]
18245name = "transpose"
18246version = "0.2.3"
18247source = "registry+https://github.com/rust-lang/crates.io-index"
18248checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18249dependencies = [
18250 "num-integer",
18251 "strength_reduce",
18252]
18253
18254[[package]]
18255name = "tree-sitter"
18256version = "0.26.8"
18257source = "registry+https://github.com/rust-lang/crates.io-index"
18258checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18259dependencies = [
18260 "cc",
18261 "regex",
18262 "regex-syntax",
18263 "serde_json",
18264 "streaming-iterator",
18265 "tree-sitter-language",
18266 "wasmtime-c-api-impl",
18267]
18268
18269[[package]]
18270name = "tree-sitter-bash"
18271version = "0.25.1"
18272source = "registry+https://github.com/rust-lang/crates.io-index"
18273checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18274dependencies = [
18275 "cc",
18276 "tree-sitter-language",
18277]
18278
18279[[package]]
18280name = "tree-sitter-c"
18281version = "0.24.1"
18282source = "registry+https://github.com/rust-lang/crates.io-index"
18283checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18284dependencies = [
18285 "cc",
18286 "tree-sitter-language",
18287]
18288
18289[[package]]
18290name = "tree-sitter-cpp"
18291version = "0.23.4"
18292source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18293dependencies = [
18294 "cc",
18295 "tree-sitter-language",
18296]
18297
18298[[package]]
18299name = "tree-sitter-css"
18300version = "0.23.2"
18301source = "registry+https://github.com/rust-lang/crates.io-index"
18302checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18303dependencies = [
18304 "cc",
18305 "tree-sitter-language",
18306]
18307
18308[[package]]
18309name = "tree-sitter-diff"
18310version = "0.1.0"
18311source = "registry+https://github.com/rust-lang/crates.io-index"
18312checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18313dependencies = [
18314 "cc",
18315 "tree-sitter-language",
18316]
18317
18318[[package]]
18319name = "tree-sitter-elixir"
18320version = "0.3.4"
18321source = "registry+https://github.com/rust-lang/crates.io-index"
18322checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18323dependencies = [
18324 "cc",
18325 "tree-sitter-language",
18326]
18327
18328[[package]]
18329name = "tree-sitter-embedded-template"
18330version = "0.23.2"
18331source = "registry+https://github.com/rust-lang/crates.io-index"
18332checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18333dependencies = [
18334 "cc",
18335 "tree-sitter-language",
18336]
18337
18338[[package]]
18339name = "tree-sitter-gitcommit"
18340version = "0.0.1"
18341source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18342dependencies = [
18343 "cc",
18344 "tree-sitter-language",
18345]
18346
18347[[package]]
18348name = "tree-sitter-go"
18349version = "0.25.0"
18350source = "registry+https://github.com/rust-lang/crates.io-index"
18351checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18352dependencies = [
18353 "cc",
18354 "tree-sitter-language",
18355]
18356
18357[[package]]
18358name = "tree-sitter-gomod"
18359version = "1.1.1"
18360source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18361dependencies = [
18362 "cc",
18363 "tree-sitter-language",
18364]
18365
18366[[package]]
18367name = "tree-sitter-gowork"
18368version = "0.0.1"
18369source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18370dependencies = [
18371 "cc",
18372 "tree-sitter-language",
18373]
18374
18375[[package]]
18376name = "tree-sitter-heex"
18377version = "0.0.1"
18378source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18379dependencies = [
18380 "cc",
18381 "tree-sitter-language",
18382]
18383
18384[[package]]
18385name = "tree-sitter-html"
18386version = "0.23.2"
18387source = "registry+https://github.com/rust-lang/crates.io-index"
18388checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18389dependencies = [
18390 "cc",
18391 "tree-sitter-language",
18392]
18393
18394[[package]]
18395name = "tree-sitter-jsdoc"
18396version = "0.23.2"
18397source = "registry+https://github.com/rust-lang/crates.io-index"
18398checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18399dependencies = [
18400 "cc",
18401 "tree-sitter-language",
18402]
18403
18404[[package]]
18405name = "tree-sitter-json"
18406version = "0.24.8"
18407source = "registry+https://github.com/rust-lang/crates.io-index"
18408checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18409dependencies = [
18410 "cc",
18411 "tree-sitter-language",
18412]
18413
18414[[package]]
18415name = "tree-sitter-language"
18416version = "0.1.5"
18417source = "registry+https://github.com/rust-lang/crates.io-index"
18418checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18419
18420[[package]]
18421name = "tree-sitter-md"
18422version = "0.3.2"
18423source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18424dependencies = [
18425 "cc",
18426 "tree-sitter-language",
18427]
18428
18429[[package]]
18430name = "tree-sitter-python"
18431version = "0.25.0"
18432source = "registry+https://github.com/rust-lang/crates.io-index"
18433checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18434dependencies = [
18435 "cc",
18436 "tree-sitter-language",
18437]
18438
18439[[package]]
18440name = "tree-sitter-regex"
18441version = "0.24.3"
18442source = "registry+https://github.com/rust-lang/crates.io-index"
18443checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18444dependencies = [
18445 "cc",
18446 "tree-sitter-language",
18447]
18448
18449[[package]]
18450name = "tree-sitter-ruby"
18451version = "0.23.1"
18452source = "registry+https://github.com/rust-lang/crates.io-index"
18453checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18454dependencies = [
18455 "cc",
18456 "tree-sitter-language",
18457]
18458
18459[[package]]
18460name = "tree-sitter-rust"
18461version = "0.24.2"
18462source = "registry+https://github.com/rust-lang/crates.io-index"
18463checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18464dependencies = [
18465 "cc",
18466 "tree-sitter-language",
18467]
18468
18469[[package]]
18470name = "tree-sitter-typescript"
18471version = "0.23.2"
18472source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18473dependencies = [
18474 "cc",
18475 "tree-sitter-language",
18476]
18477
18478[[package]]
18479name = "tree-sitter-yaml"
18480version = "0.6.1"
18481source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18482dependencies = [
18483 "cc",
18484 "tree-sitter-language",
18485]
18486
18487[[package]]
18488name = "triomphe"
18489version = "0.1.15"
18490source = "registry+https://github.com/rust-lang/crates.io-index"
18491checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18492dependencies = [
18493 "serde",
18494 "stable_deref_trait",
18495]
18496
18497[[package]]
18498name = "try-lock"
18499version = "0.2.5"
18500source = "registry+https://github.com/rust-lang/crates.io-index"
18501checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18502
18503[[package]]
18504name = "ttf-parser"
18505version = "0.20.0"
18506source = "registry+https://github.com/rust-lang/crates.io-index"
18507checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18508
18509[[package]]
18510name = "ttf-parser"
18511version = "0.25.1"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18514dependencies = [
18515 "core_maths",
18516]
18517
18518[[package]]
18519name = "tungstenite"
18520version = "0.20.1"
18521source = "registry+https://github.com/rust-lang/crates.io-index"
18522checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18523dependencies = [
18524 "byteorder",
18525 "bytes 1.11.1",
18526 "data-encoding",
18527 "http 0.2.12",
18528 "httparse",
18529 "log",
18530 "rand 0.8.5",
18531 "sha1",
18532 "thiserror 1.0.69",
18533 "url",
18534 "utf-8",
18535]
18536
18537[[package]]
18538name = "tungstenite"
18539version = "0.21.0"
18540source = "registry+https://github.com/rust-lang/crates.io-index"
18541checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18542dependencies = [
18543 "byteorder",
18544 "bytes 1.11.1",
18545 "data-encoding",
18546 "http 1.3.1",
18547 "httparse",
18548 "log",
18549 "rand 0.8.5",
18550 "sha1",
18551 "thiserror 1.0.69",
18552 "url",
18553 "utf-8",
18554]
18555
18556[[package]]
18557name = "tungstenite"
18558version = "0.27.0"
18559source = "registry+https://github.com/rust-lang/crates.io-index"
18560checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18561dependencies = [
18562 "bytes 1.11.1",
18563 "data-encoding",
18564 "http 1.3.1",
18565 "httparse",
18566 "log",
18567 "rand 0.9.2",
18568 "rustls 0.23.33",
18569 "rustls-pki-types",
18570 "sha1",
18571 "thiserror 2.0.17",
18572 "utf-8",
18573]
18574
18575[[package]]
18576name = "tungstenite"
18577version = "0.28.0"
18578source = "registry+https://github.com/rust-lang/crates.io-index"
18579checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18580dependencies = [
18581 "bytes 1.11.1",
18582 "data-encoding",
18583 "http 1.3.1",
18584 "httparse",
18585 "log",
18586 "rand 0.9.2",
18587 "rustls 0.23.33",
18588 "rustls-pki-types",
18589 "sha1",
18590 "thiserror 2.0.17",
18591 "utf-8",
18592]
18593
18594[[package]]
18595name = "typeid"
18596version = "1.0.3"
18597source = "registry+https://github.com/rust-lang/crates.io-index"
18598checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18599
18600[[package]]
18601name = "typenum"
18602version = "1.19.0"
18603source = "registry+https://github.com/rust-lang/crates.io-index"
18604checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18605
18606[[package]]
18607name = "ucd-trie"
18608version = "0.1.7"
18609source = "registry+https://github.com/rust-lang/crates.io-index"
18610checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18611
18612[[package]]
18613name = "uds"
18614version = "0.4.2"
18615source = "registry+https://github.com/rust-lang/crates.io-index"
18616checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18617dependencies = [
18618 "libc",
18619]
18620
18621[[package]]
18622name = "uds_windows"
18623version = "1.1.0"
18624source = "registry+https://github.com/rust-lang/crates.io-index"
18625checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18626dependencies = [
18627 "memoffset",
18628 "tempfile",
18629 "winapi",
18630]
18631
18632[[package]]
18633name = "ug"
18634version = "0.4.0"
18635source = "registry+https://github.com/rust-lang/crates.io-index"
18636checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18637dependencies = [
18638 "gemm 0.18.2",
18639 "half",
18640 "libloading",
18641 "memmap2",
18642 "num",
18643 "num-traits",
18644 "num_cpus",
18645 "rayon",
18646 "safetensors",
18647 "serde",
18648 "thiserror 1.0.69",
18649 "tracing",
18650 "yoke 0.7.5",
18651]
18652
18653[[package]]
18654name = "ui"
18655version = "0.1.0"
18656dependencies = [
18657 "chrono",
18658 "component",
18659 "documented",
18660 "gpui",
18661 "gpui_macros",
18662 "gpui_util",
18663 "icons",
18664 "itertools 0.14.0",
18665 "menu",
18666 "schemars",
18667 "serde",
18668 "smallvec",
18669 "story",
18670 "strum 0.27.2",
18671 "theme",
18672 "ui_macros",
18673 "windows 0.61.3",
18674]
18675
18676[[package]]
18677name = "ui_input"
18678version = "0.1.0"
18679dependencies = [
18680 "component",
18681 "gpui",
18682 "ui",
18683]
18684
18685[[package]]
18686name = "ui_macros"
18687version = "0.1.0"
18688dependencies = [
18689 "component",
18690 "quote",
18691 "syn 2.0.117",
18692 "ui",
18693]
18694
18695[[package]]
18696name = "ui_prompt"
18697version = "0.1.0"
18698dependencies = [
18699 "gpui",
18700 "markdown",
18701 "menu",
18702 "settings",
18703 "theme_settings",
18704 "ui",
18705 "workspace",
18706]
18707
18708[[package]]
18709name = "unarray"
18710version = "0.1.4"
18711source = "registry+https://github.com/rust-lang/crates.io-index"
18712checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18713
18714[[package]]
18715name = "unicase"
18716version = "2.8.1"
18717source = "registry+https://github.com/rust-lang/crates.io-index"
18718checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18719
18720[[package]]
18721name = "unicode-bidi"
18722version = "0.3.18"
18723source = "registry+https://github.com/rust-lang/crates.io-index"
18724checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18725
18726[[package]]
18727name = "unicode-bidi-mirroring"
18728version = "0.4.0"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18731
18732[[package]]
18733name = "unicode-ccc"
18734version = "0.4.0"
18735source = "registry+https://github.com/rust-lang/crates.io-index"
18736checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18737
18738[[package]]
18739name = "unicode-general-category"
18740version = "1.1.0"
18741source = "registry+https://github.com/rust-lang/crates.io-index"
18742checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18743
18744[[package]]
18745name = "unicode-ident"
18746version = "1.0.19"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18749
18750[[package]]
18751name = "unicode-linebreak"
18752version = "0.1.5"
18753source = "registry+https://github.com/rust-lang/crates.io-index"
18754checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18755
18756[[package]]
18757name = "unicode-normalization"
18758version = "0.1.24"
18759source = "registry+https://github.com/rust-lang/crates.io-index"
18760checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18761dependencies = [
18762 "tinyvec",
18763]
18764
18765[[package]]
18766name = "unicode-properties"
18767version = "0.1.3"
18768source = "registry+https://github.com/rust-lang/crates.io-index"
18769checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18770
18771[[package]]
18772name = "unicode-script"
18773version = "0.5.8"
18774source = "registry+https://github.com/rust-lang/crates.io-index"
18775checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18776
18777[[package]]
18778name = "unicode-segmentation"
18779version = "1.12.0"
18780source = "registry+https://github.com/rust-lang/crates.io-index"
18781checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18782
18783[[package]]
18784name = "unicode-vo"
18785version = "0.1.0"
18786source = "registry+https://github.com/rust-lang/crates.io-index"
18787checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18788
18789[[package]]
18790name = "unicode-width"
18791version = "0.2.2"
18792source = "registry+https://github.com/rust-lang/crates.io-index"
18793checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18794
18795[[package]]
18796name = "unicode-xid"
18797version = "0.2.6"
18798source = "registry+https://github.com/rust-lang/crates.io-index"
18799checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18800
18801[[package]]
18802name = "unicode_categories"
18803version = "0.1.1"
18804source = "registry+https://github.com/rust-lang/crates.io-index"
18805checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18806
18807[[package]]
18808name = "unindent"
18809version = "0.2.4"
18810source = "registry+https://github.com/rust-lang/crates.io-index"
18811checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18812
18813[[package]]
18814name = "unsafe-libyaml"
18815version = "0.2.11"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18818
18819[[package]]
18820name = "untrusted"
18821version = "0.7.1"
18822source = "registry+https://github.com/rust-lang/crates.io-index"
18823checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18824
18825[[package]]
18826name = "untrusted"
18827version = "0.9.0"
18828source = "registry+https://github.com/rust-lang/crates.io-index"
18829checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18830
18831[[package]]
18832name = "url"
18833version = "2.5.7"
18834source = "registry+https://github.com/rust-lang/crates.io-index"
18835checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18836dependencies = [
18837 "form_urlencoded",
18838 "idna",
18839 "percent-encoding",
18840 "serde",
18841]
18842
18843[[package]]
18844name = "urlencoding"
18845version = "2.1.3"
18846source = "registry+https://github.com/rust-lang/crates.io-index"
18847checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18848
18849[[package]]
18850name = "usvg"
18851version = "0.45.1"
18852source = "registry+https://github.com/rust-lang/crates.io-index"
18853checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18854dependencies = [
18855 "base64 0.22.1",
18856 "data-url",
18857 "flate2",
18858 "fontdb 0.23.0",
18859 "imagesize",
18860 "kurbo",
18861 "log",
18862 "pico-args",
18863 "roxmltree",
18864 "rustybuzz",
18865 "simplecss",
18866 "siphasher 1.0.1",
18867 "strict-num",
18868 "svgtypes",
18869 "tiny-skia-path",
18870 "unicode-bidi",
18871 "unicode-script",
18872 "unicode-vo",
18873 "xmlwriter",
18874]
18875
18876[[package]]
18877name = "utf-8"
18878version = "0.7.6"
18879source = "registry+https://github.com/rust-lang/crates.io-index"
18880checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18881
18882[[package]]
18883name = "utf8-chars"
18884version = "3.0.6"
18885source = "registry+https://github.com/rust-lang/crates.io-index"
18886checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18887dependencies = [
18888 "arrayvec",
18889]
18890
18891[[package]]
18892name = "utf8_iter"
18893version = "1.0.4"
18894source = "registry+https://github.com/rust-lang/crates.io-index"
18895checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18896
18897[[package]]
18898name = "utf8parse"
18899version = "0.2.2"
18900source = "registry+https://github.com/rust-lang/crates.io-index"
18901checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18902
18903[[package]]
18904name = "util"
18905version = "0.1.0"
18906dependencies = [
18907 "anyhow",
18908 "async-fs",
18909 "async_zip",
18910 "collections",
18911 "command-fds",
18912 "dirs 4.0.0",
18913 "dunce",
18914 "futures 0.3.31",
18915 "futures-lite 1.13.0",
18916 "git2",
18917 "globset",
18918 "gpui_util",
18919 "itertools 0.14.0",
18920 "libc",
18921 "log",
18922 "mach2 0.5.0",
18923 "nix 0.29.0",
18924 "percent-encoding",
18925 "pretty_assertions",
18926 "rand 0.9.2",
18927 "regex",
18928 "rust-embed",
18929 "schemars",
18930 "serde",
18931 "serde_json",
18932 "serde_json_lenient",
18933 "shlex",
18934 "smol",
18935 "take-until",
18936 "tempfile",
18937 "tendril",
18938 "unicase",
18939 "url",
18940 "util_macros",
18941 "walkdir",
18942 "which 6.0.3",
18943]
18944
18945[[package]]
18946name = "util_macros"
18947version = "0.1.0"
18948dependencies = [
18949 "perf",
18950 "quote",
18951 "syn 2.0.117",
18952]
18953
18954[[package]]
18955name = "uuid"
18956version = "1.18.1"
18957source = "registry+https://github.com/rust-lang/crates.io-index"
18958checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18959dependencies = [
18960 "getrandom 0.3.4",
18961 "js-sys",
18962 "serde",
18963 "sha1_smol",
18964 "wasm-bindgen",
18965]
18966
18967[[package]]
18968name = "uuid-simd"
18969version = "0.8.0"
18970source = "registry+https://github.com/rust-lang/crates.io-index"
18971checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18972dependencies = [
18973 "outref",
18974 "vsimd",
18975]
18976
18977[[package]]
18978name = "v_frame"
18979version = "0.3.9"
18980source = "registry+https://github.com/rust-lang/crates.io-index"
18981checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
18982dependencies = [
18983 "aligned-vec",
18984 "num-traits",
18985 "wasm-bindgen",
18986]
18987
18988[[package]]
18989name = "valuable"
18990version = "0.1.1"
18991source = "registry+https://github.com/rust-lang/crates.io-index"
18992checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
18993
18994[[package]]
18995name = "value-bag"
18996version = "1.12.0"
18997source = "registry+https://github.com/rust-lang/crates.io-index"
18998checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
18999dependencies = [
19000 "value-bag-serde1",
19001 "value-bag-sval2",
19002]
19003
19004[[package]]
19005name = "value-bag-serde1"
19006version = "1.12.0"
19007source = "registry+https://github.com/rust-lang/crates.io-index"
19008checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19009dependencies = [
19010 "erased-serde",
19011 "serde_core",
19012 "serde_fmt",
19013]
19014
19015[[package]]
19016name = "value-bag-sval2"
19017version = "1.12.0"
19018source = "registry+https://github.com/rust-lang/crates.io-index"
19019checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19020dependencies = [
19021 "sval",
19022 "sval_buffer",
19023 "sval_dynamic",
19024 "sval_fmt",
19025 "sval_json",
19026 "sval_ref",
19027 "sval_serde",
19028]
19029
19030[[package]]
19031name = "vcpkg"
19032version = "0.2.15"
19033source = "registry+https://github.com/rust-lang/crates.io-index"
19034checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19035
19036[[package]]
19037name = "vercel"
19038version = "0.1.0"
19039dependencies = [
19040 "anyhow",
19041 "schemars",
19042 "serde",
19043 "strum 0.27.2",
19044]
19045
19046[[package]]
19047name = "version-compare"
19048version = "0.2.0"
19049source = "registry+https://github.com/rust-lang/crates.io-index"
19050checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19051
19052[[package]]
19053name = "version_check"
19054version = "0.9.5"
19055source = "registry+https://github.com/rust-lang/crates.io-index"
19056checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19057
19058[[package]]
19059name = "vim"
19060version = "0.1.0"
19061dependencies = [
19062 "anyhow",
19063 "async-compat",
19064 "async-trait",
19065 "collections",
19066 "command_palette",
19067 "command_palette_hooks",
19068 "db",
19069 "editor",
19070 "env_logger 0.11.8",
19071 "futures 0.3.31",
19072 "fuzzy",
19073 "git_ui",
19074 "gpui",
19075 "indoc",
19076 "itertools 0.14.0",
19077 "language",
19078 "log",
19079 "lsp",
19080 "markdown_preview",
19081 "menu",
19082 "multi_buffer",
19083 "nvim-rs",
19084 "outline_panel",
19085 "parking_lot",
19086 "perf",
19087 "picker",
19088 "project",
19089 "project_panel",
19090 "regex",
19091 "release_channel",
19092 "schemars",
19093 "search",
19094 "semver",
19095 "serde",
19096 "serde_json",
19097 "settings",
19098 "settings_ui",
19099 "task",
19100 "text",
19101 "theme",
19102 "theme_settings",
19103 "tokio",
19104 "ui",
19105 "util",
19106 "util_macros",
19107 "vim_mode_setting",
19108 "workspace",
19109 "zed_actions",
19110]
19111
19112[[package]]
19113name = "vim_mode_setting"
19114version = "0.1.0"
19115dependencies = [
19116 "gpui",
19117 "settings",
19118]
19119
19120[[package]]
19121name = "vscode_theme"
19122version = "0.2.0"
19123source = "registry+https://github.com/rust-lang/crates.io-index"
19124checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19125dependencies = [
19126 "serde",
19127]
19128
19129[[package]]
19130name = "vsimd"
19131version = "0.8.0"
19132source = "registry+https://github.com/rust-lang/crates.io-index"
19133checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19134
19135[[package]]
19136name = "vswhom"
19137version = "0.1.0"
19138source = "registry+https://github.com/rust-lang/crates.io-index"
19139checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19140dependencies = [
19141 "libc",
19142 "vswhom-sys",
19143]
19144
19145[[package]]
19146name = "vswhom-sys"
19147version = "0.1.3"
19148source = "registry+https://github.com/rust-lang/crates.io-index"
19149checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19150dependencies = [
19151 "cc",
19152 "libc",
19153]
19154
19155[[package]]
19156name = "vte"
19157version = "0.15.0"
19158source = "registry+https://github.com/rust-lang/crates.io-index"
19159checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19160dependencies = [
19161 "arrayvec",
19162 "bitflags 2.10.0",
19163 "cursor-icon",
19164 "log",
19165 "memchr",
19166 "serde",
19167]
19168
19169[[package]]
19170name = "wait-timeout"
19171version = "0.2.1"
19172source = "registry+https://github.com/rust-lang/crates.io-index"
19173checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19174dependencies = [
19175 "libc",
19176]
19177
19178[[package]]
19179name = "waker-fn"
19180version = "1.2.0"
19181source = "registry+https://github.com/rust-lang/crates.io-index"
19182checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19183
19184[[package]]
19185name = "walkdir"
19186version = "2.5.0"
19187source = "registry+https://github.com/rust-lang/crates.io-index"
19188checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19189dependencies = [
19190 "same-file",
19191 "winapi-util",
19192]
19193
19194[[package]]
19195name = "want"
19196version = "0.3.1"
19197source = "registry+https://github.com/rust-lang/crates.io-index"
19198checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19199dependencies = [
19200 "try-lock",
19201]
19202
19203[[package]]
19204name = "warp"
19205version = "0.3.7"
19206source = "registry+https://github.com/rust-lang/crates.io-index"
19207checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19208dependencies = [
19209 "bytes 1.11.1",
19210 "futures-channel",
19211 "futures-util",
19212 "headers",
19213 "http 0.2.12",
19214 "hyper 0.14.32",
19215 "log",
19216 "mime",
19217 "mime_guess",
19218 "percent-encoding",
19219 "pin-project",
19220 "scoped-tls",
19221 "serde",
19222 "serde_json",
19223 "serde_urlencoded",
19224 "tokio",
19225 "tokio-tungstenite 0.21.0",
19226 "tokio-util",
19227 "tower-service",
19228 "tracing",
19229]
19230
19231[[package]]
19232name = "wasi"
19233version = "0.11.1+wasi-snapshot-preview1"
19234source = "registry+https://github.com/rust-lang/crates.io-index"
19235checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19236
19237[[package]]
19238name = "wasip2"
19239version = "1.0.1+wasi-0.2.4"
19240source = "registry+https://github.com/rust-lang/crates.io-index"
19241checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19242dependencies = [
19243 "wit-bindgen 0.46.0",
19244]
19245
19246[[package]]
19247name = "wasip3"
19248version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19249source = "registry+https://github.com/rust-lang/crates.io-index"
19250checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19251dependencies = [
19252 "wit-bindgen 0.51.0",
19253]
19254
19255[[package]]
19256name = "wasite"
19257version = "0.1.0"
19258source = "registry+https://github.com/rust-lang/crates.io-index"
19259checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19260
19261[[package]]
19262name = "wasm-bindgen"
19263version = "0.2.113"
19264source = "registry+https://github.com/rust-lang/crates.io-index"
19265checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19266dependencies = [
19267 "cfg-if",
19268 "once_cell",
19269 "rustversion",
19270 "wasm-bindgen-macro",
19271 "wasm-bindgen-shared",
19272]
19273
19274[[package]]
19275name = "wasm-bindgen-futures"
19276version = "0.4.63"
19277source = "registry+https://github.com/rust-lang/crates.io-index"
19278checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19279dependencies = [
19280 "cfg-if",
19281 "futures-util",
19282 "js-sys",
19283 "once_cell",
19284 "wasm-bindgen",
19285 "web-sys",
19286]
19287
19288[[package]]
19289name = "wasm-bindgen-macro"
19290version = "0.2.113"
19291source = "registry+https://github.com/rust-lang/crates.io-index"
19292checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19293dependencies = [
19294 "quote",
19295 "wasm-bindgen-macro-support",
19296]
19297
19298[[package]]
19299name = "wasm-bindgen-macro-support"
19300version = "0.2.113"
19301source = "registry+https://github.com/rust-lang/crates.io-index"
19302checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19303dependencies = [
19304 "bumpalo",
19305 "proc-macro2",
19306 "quote",
19307 "syn 2.0.117",
19308 "wasm-bindgen-shared",
19309]
19310
19311[[package]]
19312name = "wasm-bindgen-shared"
19313version = "0.2.113"
19314source = "registry+https://github.com/rust-lang/crates.io-index"
19315checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19316dependencies = [
19317 "unicode-ident",
19318]
19319
19320[[package]]
19321name = "wasm-encoder"
19322version = "0.201.0"
19323source = "registry+https://github.com/rust-lang/crates.io-index"
19324checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19325dependencies = [
19326 "leb128",
19327]
19328
19329[[package]]
19330name = "wasm-encoder"
19331version = "0.221.3"
19332source = "registry+https://github.com/rust-lang/crates.io-index"
19333checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19334dependencies = [
19335 "leb128",
19336 "wasmparser 0.221.3",
19337]
19338
19339[[package]]
19340name = "wasm-encoder"
19341version = "0.227.1"
19342source = "registry+https://github.com/rust-lang/crates.io-index"
19343checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19344dependencies = [
19345 "leb128fmt",
19346 "wasmparser 0.227.1",
19347]
19348
19349[[package]]
19350name = "wasm-encoder"
19351version = "0.236.1"
19352source = "registry+https://github.com/rust-lang/crates.io-index"
19353checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19354dependencies = [
19355 "leb128fmt",
19356 "wasmparser 0.236.1",
19357]
19358
19359[[package]]
19360name = "wasm-encoder"
19361version = "0.244.0"
19362source = "registry+https://github.com/rust-lang/crates.io-index"
19363checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19364dependencies = [
19365 "leb128fmt",
19366 "wasmparser 0.244.0",
19367]
19368
19369[[package]]
19370name = "wasm-metadata"
19371version = "0.201.0"
19372source = "registry+https://github.com/rust-lang/crates.io-index"
19373checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19374dependencies = [
19375 "anyhow",
19376 "indexmap",
19377 "serde",
19378 "serde_derive",
19379 "serde_json",
19380 "spdx",
19381 "wasm-encoder 0.201.0",
19382 "wasmparser 0.201.0",
19383]
19384
19385[[package]]
19386name = "wasm-metadata"
19387version = "0.227.1"
19388source = "registry+https://github.com/rust-lang/crates.io-index"
19389checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19390dependencies = [
19391 "anyhow",
19392 "auditable-serde",
19393 "flate2",
19394 "indexmap",
19395 "serde",
19396 "serde_derive",
19397 "serde_json",
19398 "spdx",
19399 "url",
19400 "wasm-encoder 0.227.1",
19401 "wasmparser 0.227.1",
19402]
19403
19404[[package]]
19405name = "wasm-metadata"
19406version = "0.244.0"
19407source = "registry+https://github.com/rust-lang/crates.io-index"
19408checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19409dependencies = [
19410 "anyhow",
19411 "indexmap",
19412 "wasm-encoder 0.244.0",
19413 "wasmparser 0.244.0",
19414]
19415
19416[[package]]
19417name = "wasm-streams"
19418version = "0.4.2"
19419source = "registry+https://github.com/rust-lang/crates.io-index"
19420checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19421dependencies = [
19422 "futures-util",
19423 "js-sys",
19424 "wasm-bindgen",
19425 "wasm-bindgen-futures",
19426 "web-sys",
19427]
19428
19429[[package]]
19430name = "wasm_thread"
19431version = "0.3.3"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19434dependencies = [
19435 "futures 0.3.31",
19436 "js-sys",
19437 "wasm-bindgen",
19438 "web-sys",
19439]
19440
19441[[package]]
19442name = "wasmparser"
19443version = "0.201.0"
19444source = "registry+https://github.com/rust-lang/crates.io-index"
19445checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19446dependencies = [
19447 "bitflags 2.10.0",
19448 "indexmap",
19449 "semver",
19450]
19451
19452[[package]]
19453name = "wasmparser"
19454version = "0.221.3"
19455source = "registry+https://github.com/rust-lang/crates.io-index"
19456checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19457dependencies = [
19458 "bitflags 2.10.0",
19459 "hashbrown 0.15.5",
19460 "indexmap",
19461 "semver",
19462 "serde",
19463]
19464
19465[[package]]
19466name = "wasmparser"
19467version = "0.227.1"
19468source = "registry+https://github.com/rust-lang/crates.io-index"
19469checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19470dependencies = [
19471 "bitflags 2.10.0",
19472 "hashbrown 0.15.5",
19473 "indexmap",
19474 "semver",
19475]
19476
19477[[package]]
19478name = "wasmparser"
19479version = "0.236.1"
19480source = "registry+https://github.com/rust-lang/crates.io-index"
19481checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19482dependencies = [
19483 "bitflags 2.10.0",
19484 "hashbrown 0.15.5",
19485 "indexmap",
19486 "semver",
19487 "serde",
19488]
19489
19490[[package]]
19491name = "wasmparser"
19492version = "0.244.0"
19493source = "registry+https://github.com/rust-lang/crates.io-index"
19494checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19495dependencies = [
19496 "bitflags 2.10.0",
19497 "hashbrown 0.15.5",
19498 "indexmap",
19499 "semver",
19500]
19501
19502[[package]]
19503name = "wasmprinter"
19504version = "0.236.1"
19505source = "registry+https://github.com/rust-lang/crates.io-index"
19506checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19507dependencies = [
19508 "anyhow",
19509 "termcolor",
19510 "wasmparser 0.236.1",
19511]
19512
19513[[package]]
19514name = "wasmtime"
19515version = "36.0.6"
19516source = "registry+https://github.com/rust-lang/crates.io-index"
19517checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19518dependencies = [
19519 "addr2line",
19520 "anyhow",
19521 "async-trait",
19522 "bitflags 2.10.0",
19523 "bumpalo",
19524 "cc",
19525 "cfg-if",
19526 "encoding_rs",
19527 "hashbrown 0.15.5",
19528 "indexmap",
19529 "libc",
19530 "log",
19531 "mach2 0.4.3",
19532 "memfd",
19533 "object",
19534 "once_cell",
19535 "postcard",
19536 "pulley-interpreter",
19537 "rayon",
19538 "rustix 1.1.2",
19539 "semver",
19540 "serde",
19541 "serde_derive",
19542 "smallvec",
19543 "target-lexicon 0.13.3",
19544 "wasmparser 0.236.1",
19545 "wasmtime-environ",
19546 "wasmtime-internal-asm-macros",
19547 "wasmtime-internal-component-macro",
19548 "wasmtime-internal-component-util",
19549 "wasmtime-internal-cranelift",
19550 "wasmtime-internal-fiber",
19551 "wasmtime-internal-jit-debug",
19552 "wasmtime-internal-jit-icache-coherence",
19553 "wasmtime-internal-math",
19554 "wasmtime-internal-slab",
19555 "wasmtime-internal-unwinder",
19556 "wasmtime-internal-versioned-export-macros",
19557 "wasmtime-internal-winch",
19558 "windows-sys 0.60.2",
19559]
19560
19561[[package]]
19562name = "wasmtime-c-api-impl"
19563version = "36.0.6"
19564source = "registry+https://github.com/rust-lang/crates.io-index"
19565checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19566dependencies = [
19567 "anyhow",
19568 "log",
19569 "tracing",
19570 "wasmtime",
19571 "wasmtime-internal-c-api-macros",
19572]
19573
19574[[package]]
19575name = "wasmtime-environ"
19576version = "36.0.6"
19577source = "registry+https://github.com/rust-lang/crates.io-index"
19578checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19579dependencies = [
19580 "anyhow",
19581 "cpp_demangle",
19582 "cranelift-bitset",
19583 "cranelift-entity",
19584 "gimli",
19585 "indexmap",
19586 "log",
19587 "object",
19588 "postcard",
19589 "rustc-demangle",
19590 "semver",
19591 "serde",
19592 "serde_derive",
19593 "smallvec",
19594 "target-lexicon 0.13.3",
19595 "wasm-encoder 0.236.1",
19596 "wasmparser 0.236.1",
19597 "wasmprinter",
19598 "wasmtime-internal-component-util",
19599]
19600
19601[[package]]
19602name = "wasmtime-internal-asm-macros"
19603version = "36.0.6"
19604source = "registry+https://github.com/rust-lang/crates.io-index"
19605checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19606dependencies = [
19607 "cfg-if",
19608]
19609
19610[[package]]
19611name = "wasmtime-internal-c-api-macros"
19612version = "36.0.6"
19613source = "registry+https://github.com/rust-lang/crates.io-index"
19614checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19615dependencies = [
19616 "proc-macro2",
19617 "quote",
19618]
19619
19620[[package]]
19621name = "wasmtime-internal-component-macro"
19622version = "36.0.6"
19623source = "registry+https://github.com/rust-lang/crates.io-index"
19624checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19625dependencies = [
19626 "anyhow",
19627 "proc-macro2",
19628 "quote",
19629 "syn 2.0.117",
19630 "wasmtime-internal-component-util",
19631 "wasmtime-internal-wit-bindgen",
19632 "wit-parser 0.236.1",
19633]
19634
19635[[package]]
19636name = "wasmtime-internal-component-util"
19637version = "36.0.6"
19638source = "registry+https://github.com/rust-lang/crates.io-index"
19639checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19640
19641[[package]]
19642name = "wasmtime-internal-cranelift"
19643version = "36.0.6"
19644source = "registry+https://github.com/rust-lang/crates.io-index"
19645checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19646dependencies = [
19647 "anyhow",
19648 "cfg-if",
19649 "cranelift-codegen",
19650 "cranelift-control",
19651 "cranelift-entity",
19652 "cranelift-frontend",
19653 "cranelift-native",
19654 "gimli",
19655 "itertools 0.14.0",
19656 "log",
19657 "object",
19658 "pulley-interpreter",
19659 "smallvec",
19660 "target-lexicon 0.13.3",
19661 "thiserror 2.0.17",
19662 "wasmparser 0.236.1",
19663 "wasmtime-environ",
19664 "wasmtime-internal-math",
19665 "wasmtime-internal-versioned-export-macros",
19666]
19667
19668[[package]]
19669name = "wasmtime-internal-fiber"
19670version = "36.0.6"
19671source = "registry+https://github.com/rust-lang/crates.io-index"
19672checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19673dependencies = [
19674 "anyhow",
19675 "cc",
19676 "cfg-if",
19677 "libc",
19678 "rustix 1.1.2",
19679 "wasmtime-internal-asm-macros",
19680 "wasmtime-internal-versioned-export-macros",
19681 "windows-sys 0.60.2",
19682]
19683
19684[[package]]
19685name = "wasmtime-internal-jit-debug"
19686version = "36.0.6"
19687source = "registry+https://github.com/rust-lang/crates.io-index"
19688checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19689dependencies = [
19690 "cc",
19691 "wasmtime-internal-versioned-export-macros",
19692]
19693
19694[[package]]
19695name = "wasmtime-internal-jit-icache-coherence"
19696version = "36.0.6"
19697source = "registry+https://github.com/rust-lang/crates.io-index"
19698checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19699dependencies = [
19700 "anyhow",
19701 "cfg-if",
19702 "libc",
19703 "windows-sys 0.60.2",
19704]
19705
19706[[package]]
19707name = "wasmtime-internal-math"
19708version = "36.0.6"
19709source = "registry+https://github.com/rust-lang/crates.io-index"
19710checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19711dependencies = [
19712 "libm",
19713]
19714
19715[[package]]
19716name = "wasmtime-internal-slab"
19717version = "36.0.6"
19718source = "registry+https://github.com/rust-lang/crates.io-index"
19719checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19720
19721[[package]]
19722name = "wasmtime-internal-unwinder"
19723version = "36.0.6"
19724source = "registry+https://github.com/rust-lang/crates.io-index"
19725checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19726dependencies = [
19727 "anyhow",
19728 "cfg-if",
19729 "cranelift-codegen",
19730 "log",
19731 "object",
19732]
19733
19734[[package]]
19735name = "wasmtime-internal-versioned-export-macros"
19736version = "36.0.6"
19737source = "registry+https://github.com/rust-lang/crates.io-index"
19738checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19739dependencies = [
19740 "proc-macro2",
19741 "quote",
19742 "syn 2.0.117",
19743]
19744
19745[[package]]
19746name = "wasmtime-internal-winch"
19747version = "36.0.6"
19748source = "registry+https://github.com/rust-lang/crates.io-index"
19749checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19750dependencies = [
19751 "anyhow",
19752 "cranelift-codegen",
19753 "gimli",
19754 "object",
19755 "target-lexicon 0.13.3",
19756 "wasmparser 0.236.1",
19757 "wasmtime-environ",
19758 "wasmtime-internal-cranelift",
19759 "winch-codegen",
19760]
19761
19762[[package]]
19763name = "wasmtime-internal-wit-bindgen"
19764version = "36.0.6"
19765source = "registry+https://github.com/rust-lang/crates.io-index"
19766checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
19767dependencies = [
19768 "anyhow",
19769 "bitflags 2.10.0",
19770 "heck 0.5.0",
19771 "indexmap",
19772 "wit-parser 0.236.1",
19773]
19774
19775[[package]]
19776name = "wasmtime-wasi"
19777version = "36.0.6"
19778source = "registry+https://github.com/rust-lang/crates.io-index"
19779checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19780dependencies = [
19781 "anyhow",
19782 "async-trait",
19783 "bitflags 2.10.0",
19784 "bytes 1.11.1",
19785 "cap-fs-ext",
19786 "cap-net-ext",
19787 "cap-rand",
19788 "cap-std",
19789 "cap-time-ext",
19790 "fs-set-times",
19791 "futures 0.3.31",
19792 "io-extras",
19793 "io-lifetimes",
19794 "rustix 1.1.2",
19795 "system-interface",
19796 "thiserror 2.0.17",
19797 "tokio",
19798 "tracing",
19799 "url",
19800 "wasmtime",
19801 "wasmtime-wasi-io",
19802 "wiggle",
19803 "windows-sys 0.60.2",
19804]
19805
19806[[package]]
19807name = "wasmtime-wasi-io"
19808version = "36.0.6"
19809source = "registry+https://github.com/rust-lang/crates.io-index"
19810checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19811dependencies = [
19812 "anyhow",
19813 "async-trait",
19814 "bytes 1.11.1",
19815 "futures 0.3.31",
19816 "wasmtime",
19817]
19818
19819[[package]]
19820name = "wast"
19821version = "35.0.2"
19822source = "registry+https://github.com/rust-lang/crates.io-index"
19823checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19824dependencies = [
19825 "leb128",
19826]
19827
19828[[package]]
19829name = "watch"
19830version = "0.1.0"
19831dependencies = [
19832 "ctor",
19833 "futures 0.3.31",
19834 "gpui",
19835 "parking_lot",
19836 "zlog",
19837]
19838
19839[[package]]
19840name = "wax"
19841version = "0.7.0"
19842source = "registry+https://github.com/rust-lang/crates.io-index"
19843checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19844dependencies = [
19845 "const_format",
19846 "itertools 0.14.0",
19847 "nom 7.1.3",
19848 "pori",
19849 "regex",
19850 "thiserror 2.0.17",
19851 "walkdir",
19852]
19853
19854[[package]]
19855name = "wayland-backend"
19856version = "0.3.11"
19857source = "registry+https://github.com/rust-lang/crates.io-index"
19858checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19859dependencies = [
19860 "cc",
19861 "downcast-rs",
19862 "rustix 1.1.2",
19863 "scoped-tls",
19864 "smallvec",
19865 "wayland-sys",
19866]
19867
19868[[package]]
19869name = "wayland-client"
19870version = "0.31.11"
19871source = "registry+https://github.com/rust-lang/crates.io-index"
19872checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19873dependencies = [
19874 "bitflags 2.10.0",
19875 "rustix 1.1.2",
19876 "wayland-backend",
19877 "wayland-scanner",
19878]
19879
19880[[package]]
19881name = "wayland-cursor"
19882version = "0.31.11"
19883source = "registry+https://github.com/rust-lang/crates.io-index"
19884checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19885dependencies = [
19886 "rustix 1.1.2",
19887 "wayland-client",
19888 "xcursor",
19889]
19890
19891[[package]]
19892name = "wayland-protocols"
19893version = "0.32.9"
19894source = "registry+https://github.com/rust-lang/crates.io-index"
19895checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19896dependencies = [
19897 "bitflags 2.10.0",
19898 "wayland-backend",
19899 "wayland-client",
19900 "wayland-scanner",
19901]
19902
19903[[package]]
19904name = "wayland-protocols-plasma"
19905version = "0.3.9"
19906source = "registry+https://github.com/rust-lang/crates.io-index"
19907checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19908dependencies = [
19909 "bitflags 2.10.0",
19910 "wayland-backend",
19911 "wayland-client",
19912 "wayland-protocols",
19913 "wayland-scanner",
19914]
19915
19916[[package]]
19917name = "wayland-protocols-wlr"
19918version = "0.3.9"
19919source = "registry+https://github.com/rust-lang/crates.io-index"
19920checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19921dependencies = [
19922 "bitflags 2.10.0",
19923 "wayland-backend",
19924 "wayland-client",
19925 "wayland-protocols",
19926 "wayland-scanner",
19927]
19928
19929[[package]]
19930name = "wayland-scanner"
19931version = "0.31.7"
19932source = "registry+https://github.com/rust-lang/crates.io-index"
19933checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19934dependencies = [
19935 "proc-macro2",
19936 "quick-xml 0.37.5",
19937 "quote",
19938]
19939
19940[[package]]
19941name = "wayland-sys"
19942version = "0.31.7"
19943source = "registry+https://github.com/rust-lang/crates.io-index"
19944checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19945dependencies = [
19946 "dlib",
19947 "log",
19948 "once_cell",
19949 "pkg-config",
19950]
19951
19952[[package]]
19953name = "web-sys"
19954version = "0.3.90"
19955source = "registry+https://github.com/rust-lang/crates.io-index"
19956checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19957dependencies = [
19958 "js-sys",
19959 "wasm-bindgen",
19960]
19961
19962[[package]]
19963name = "web-time"
19964version = "1.1.0"
19965source = "registry+https://github.com/rust-lang/crates.io-index"
19966checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19967dependencies = [
19968 "js-sys",
19969 "wasm-bindgen",
19970]
19971
19972[[package]]
19973name = "web_atoms"
19974version = "0.1.3"
19975source = "registry+https://github.com/rust-lang/crates.io-index"
19976checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19977dependencies = [
19978 "phf 0.11.3",
19979 "phf_codegen",
19980 "string_cache",
19981 "string_cache_codegen",
19982]
19983
19984[[package]]
19985name = "web_search"
19986version = "0.1.0"
19987dependencies = [
19988 "anyhow",
19989 "cloud_llm_client",
19990 "collections",
19991 "gpui",
19992 "serde",
19993]
19994
19995[[package]]
19996name = "web_search_providers"
19997version = "0.1.0"
19998dependencies = [
19999 "anyhow",
20000 "client",
20001 "cloud_api_types",
20002 "cloud_llm_client",
20003 "futures 0.3.31",
20004 "gpui",
20005 "http_client",
20006 "language_model",
20007 "serde",
20008 "serde_json",
20009 "web_search",
20010]
20011
20012[[package]]
20013name = "webpki-root-certs"
20014version = "0.26.8"
20015source = "registry+https://github.com/rust-lang/crates.io-index"
20016checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20017dependencies = [
20018 "rustls-pki-types",
20019]
20020
20021[[package]]
20022name = "webpki-roots"
20023version = "0.26.8"
20024source = "registry+https://github.com/rust-lang/crates.io-index"
20025checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20026dependencies = [
20027 "rustls-pki-types",
20028]
20029
20030[[package]]
20031name = "webrtc-sys"
20032version = "0.3.23"
20033source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20034dependencies = [
20035 "cc",
20036 "cxx",
20037 "cxx-build",
20038 "glob",
20039 "log",
20040 "pkg-config",
20041 "webrtc-sys-build",
20042]
20043
20044[[package]]
20045name = "webrtc-sys-build"
20046version = "0.3.13"
20047source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20048dependencies = [
20049 "anyhow",
20050 "fs2",
20051 "regex",
20052 "reqwest 0.12.24",
20053 "scratch",
20054 "semver",
20055 "zip 0.6.6",
20056]
20057
20058[[package]]
20059name = "weezl"
20060version = "0.1.10"
20061source = "registry+https://github.com/rust-lang/crates.io-index"
20062checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20063
20064[[package]]
20065name = "wgpu"
20066version = "29.0.0"
20067source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20068dependencies = [
20069 "arrayvec",
20070 "bitflags 2.10.0",
20071 "bytemuck",
20072 "cfg-if",
20073 "cfg_aliases 0.2.1",
20074 "document-features",
20075 "hashbrown 0.16.1",
20076 "js-sys",
20077 "log",
20078 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20079 "parking_lot",
20080 "portable-atomic",
20081 "profiling",
20082 "raw-window-handle",
20083 "smallvec",
20084 "static_assertions",
20085 "wasm-bindgen",
20086 "wasm-bindgen-futures",
20087 "web-sys",
20088 "wgpu-core",
20089 "wgpu-hal",
20090 "wgpu-types",
20091]
20092
20093[[package]]
20094name = "wgpu-core"
20095version = "29.0.0"
20096source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20097dependencies = [
20098 "arrayvec",
20099 "bit-set 0.9.1",
20100 "bit-vec 0.9.1",
20101 "bitflags 2.10.0",
20102 "bytemuck",
20103 "cfg_aliases 0.2.1",
20104 "document-features",
20105 "hashbrown 0.16.1",
20106 "indexmap",
20107 "log",
20108 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20109 "once_cell",
20110 "parking_lot",
20111 "portable-atomic",
20112 "profiling",
20113 "raw-window-handle",
20114 "rustc-hash 1.1.0",
20115 "smallvec",
20116 "thiserror 2.0.17",
20117 "wgpu-core-deps-apple",
20118 "wgpu-core-deps-emscripten",
20119 "wgpu-core-deps-windows-linux-android",
20120 "wgpu-hal",
20121 "wgpu-naga-bridge",
20122 "wgpu-types",
20123]
20124
20125[[package]]
20126name = "wgpu-core-deps-apple"
20127version = "29.0.0"
20128source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20129dependencies = [
20130 "wgpu-hal",
20131]
20132
20133[[package]]
20134name = "wgpu-core-deps-emscripten"
20135version = "29.0.0"
20136source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20137dependencies = [
20138 "wgpu-hal",
20139]
20140
20141[[package]]
20142name = "wgpu-core-deps-windows-linux-android"
20143version = "29.0.0"
20144source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20145dependencies = [
20146 "wgpu-hal",
20147]
20148
20149[[package]]
20150name = "wgpu-hal"
20151version = "29.0.0"
20152source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20153dependencies = [
20154 "android_system_properties",
20155 "arrayvec",
20156 "ash",
20157 "bit-set 0.9.1",
20158 "bitflags 2.10.0",
20159 "block2",
20160 "bytemuck",
20161 "cfg-if",
20162 "cfg_aliases 0.2.1",
20163 "glow",
20164 "glutin_wgl_sys",
20165 "gpu-allocator",
20166 "gpu-descriptor",
20167 "hashbrown 0.16.1",
20168 "js-sys",
20169 "khronos-egl",
20170 "libc",
20171 "libloading",
20172 "log",
20173 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20174 "ndk-sys",
20175 "objc2",
20176 "objc2-core-foundation",
20177 "objc2-foundation",
20178 "objc2-metal",
20179 "objc2-quartz-core",
20180 "once_cell",
20181 "ordered-float 4.6.0",
20182 "parking_lot",
20183 "portable-atomic",
20184 "portable-atomic-util",
20185 "profiling",
20186 "range-alloc",
20187 "raw-window-handle",
20188 "raw-window-metal",
20189 "renderdoc-sys",
20190 "smallvec",
20191 "thiserror 2.0.17",
20192 "wasm-bindgen",
20193 "wayland-sys",
20194 "web-sys",
20195 "wgpu-naga-bridge",
20196 "wgpu-types",
20197 "windows 0.62.2",
20198 "windows-core 0.62.2",
20199]
20200
20201[[package]]
20202name = "wgpu-naga-bridge"
20203version = "29.0.0"
20204source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20205dependencies = [
20206 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20207 "wgpu-types",
20208]
20209
20210[[package]]
20211name = "wgpu-types"
20212version = "29.0.0"
20213source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20214dependencies = [
20215 "bitflags 2.10.0",
20216 "bytemuck",
20217 "js-sys",
20218 "log",
20219 "raw-window-handle",
20220 "web-sys",
20221]
20222
20223[[package]]
20224name = "which"
20225version = "4.4.2"
20226source = "registry+https://github.com/rust-lang/crates.io-index"
20227checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20228dependencies = [
20229 "either",
20230 "home",
20231 "once_cell",
20232 "rustix 0.38.44",
20233]
20234
20235[[package]]
20236name = "which"
20237version = "6.0.3"
20238source = "registry+https://github.com/rust-lang/crates.io-index"
20239checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20240dependencies = [
20241 "either",
20242 "home",
20243 "rustix 0.38.44",
20244 "winsafe",
20245]
20246
20247[[package]]
20248name = "which_key"
20249version = "0.1.0"
20250dependencies = [
20251 "command_palette",
20252 "gpui",
20253 "serde",
20254 "settings",
20255 "theme_settings",
20256 "ui",
20257 "util",
20258 "workspace",
20259]
20260
20261[[package]]
20262name = "whoami"
20263version = "1.6.1"
20264source = "registry+https://github.com/rust-lang/crates.io-index"
20265checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20266dependencies = [
20267 "libredox",
20268 "wasite",
20269]
20270
20271[[package]]
20272name = "wiggle"
20273version = "36.0.6"
20274source = "registry+https://github.com/rust-lang/crates.io-index"
20275checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20276dependencies = [
20277 "anyhow",
20278 "async-trait",
20279 "bitflags 2.10.0",
20280 "thiserror 2.0.17",
20281 "tracing",
20282 "wasmtime",
20283 "wiggle-macro",
20284]
20285
20286[[package]]
20287name = "wiggle-generate"
20288version = "36.0.6"
20289source = "registry+https://github.com/rust-lang/crates.io-index"
20290checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20291dependencies = [
20292 "anyhow",
20293 "heck 0.5.0",
20294 "proc-macro2",
20295 "quote",
20296 "syn 2.0.117",
20297 "witx",
20298]
20299
20300[[package]]
20301name = "wiggle-macro"
20302version = "36.0.6"
20303source = "registry+https://github.com/rust-lang/crates.io-index"
20304checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20305dependencies = [
20306 "proc-macro2",
20307 "quote",
20308 "syn 2.0.117",
20309 "wiggle-generate",
20310]
20311
20312[[package]]
20313name = "winapi"
20314version = "0.3.9"
20315source = "registry+https://github.com/rust-lang/crates.io-index"
20316checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20317dependencies = [
20318 "winapi-i686-pc-windows-gnu",
20319 "winapi-x86_64-pc-windows-gnu",
20320]
20321
20322[[package]]
20323name = "winapi-i686-pc-windows-gnu"
20324version = "0.4.0"
20325source = "registry+https://github.com/rust-lang/crates.io-index"
20326checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20327
20328[[package]]
20329name = "winapi-util"
20330version = "0.1.11"
20331source = "registry+https://github.com/rust-lang/crates.io-index"
20332checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20333dependencies = [
20334 "windows-sys 0.61.2",
20335]
20336
20337[[package]]
20338name = "winapi-x86_64-pc-windows-gnu"
20339version = "0.4.0"
20340source = "registry+https://github.com/rust-lang/crates.io-index"
20341checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20342
20343[[package]]
20344name = "winch-codegen"
20345version = "36.0.6"
20346source = "registry+https://github.com/rust-lang/crates.io-index"
20347checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20348dependencies = [
20349 "anyhow",
20350 "cranelift-assembler-x64",
20351 "cranelift-codegen",
20352 "gimli",
20353 "regalloc2",
20354 "smallvec",
20355 "target-lexicon 0.13.3",
20356 "thiserror 2.0.17",
20357 "wasmparser 0.236.1",
20358 "wasmtime-environ",
20359 "wasmtime-internal-cranelift",
20360 "wasmtime-internal-math",
20361]
20362
20363[[package]]
20364name = "windows"
20365version = "0.57.0"
20366source = "registry+https://github.com/rust-lang/crates.io-index"
20367checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20368dependencies = [
20369 "windows-core 0.57.0",
20370 "windows-targets 0.52.6",
20371]
20372
20373[[package]]
20374name = "windows"
20375version = "0.58.0"
20376source = "registry+https://github.com/rust-lang/crates.io-index"
20377checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20378dependencies = [
20379 "windows-core 0.58.0",
20380 "windows-targets 0.52.6",
20381]
20382
20383[[package]]
20384name = "windows"
20385version = "0.61.3"
20386source = "registry+https://github.com/rust-lang/crates.io-index"
20387checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20388dependencies = [
20389 "windows-collections 0.2.0",
20390 "windows-core 0.61.2",
20391 "windows-future 0.2.1",
20392 "windows-link 0.1.3",
20393 "windows-numerics 0.2.0",
20394]
20395
20396[[package]]
20397name = "windows"
20398version = "0.62.2"
20399source = "registry+https://github.com/rust-lang/crates.io-index"
20400checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20401dependencies = [
20402 "windows-collections 0.3.2",
20403 "windows-core 0.62.2",
20404 "windows-future 0.3.2",
20405 "windows-numerics 0.3.1",
20406]
20407
20408[[package]]
20409name = "windows-bindgen"
20410version = "0.61.1"
20411source = "registry+https://github.com/rust-lang/crates.io-index"
20412checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20413dependencies = [
20414 "serde",
20415 "serde_json",
20416 "windows-threading 0.1.0",
20417]
20418
20419[[package]]
20420name = "windows-capture"
20421version = "1.4.3"
20422source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20423dependencies = [
20424 "clap",
20425 "ctrlc",
20426 "parking_lot",
20427 "rayon",
20428 "thiserror 2.0.17",
20429 "windows 0.61.3",
20430 "windows-future 0.2.1",
20431]
20432
20433[[package]]
20434name = "windows-collections"
20435version = "0.2.0"
20436source = "registry+https://github.com/rust-lang/crates.io-index"
20437checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20438dependencies = [
20439 "windows-core 0.61.2",
20440]
20441
20442[[package]]
20443name = "windows-collections"
20444version = "0.3.2"
20445source = "registry+https://github.com/rust-lang/crates.io-index"
20446checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20447dependencies = [
20448 "windows-core 0.62.2",
20449]
20450
20451[[package]]
20452name = "windows-core"
20453version = "0.57.0"
20454source = "registry+https://github.com/rust-lang/crates.io-index"
20455checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20456dependencies = [
20457 "windows-implement 0.57.0",
20458 "windows-interface 0.57.0",
20459 "windows-result 0.1.2",
20460 "windows-targets 0.52.6",
20461]
20462
20463[[package]]
20464name = "windows-core"
20465version = "0.58.0"
20466source = "registry+https://github.com/rust-lang/crates.io-index"
20467checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20468dependencies = [
20469 "windows-implement 0.58.0",
20470 "windows-interface 0.58.0",
20471 "windows-result 0.2.0",
20472 "windows-strings 0.1.0",
20473 "windows-targets 0.52.6",
20474]
20475
20476[[package]]
20477name = "windows-core"
20478version = "0.61.2"
20479source = "registry+https://github.com/rust-lang/crates.io-index"
20480checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20481dependencies = [
20482 "windows-implement 0.60.2",
20483 "windows-interface 0.59.3",
20484 "windows-link 0.1.3",
20485 "windows-result 0.3.4",
20486 "windows-strings 0.4.2",
20487]
20488
20489[[package]]
20490name = "windows-core"
20491version = "0.62.2"
20492source = "registry+https://github.com/rust-lang/crates.io-index"
20493checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20494dependencies = [
20495 "windows-implement 0.60.2",
20496 "windows-interface 0.59.3",
20497 "windows-link 0.2.1",
20498 "windows-result 0.4.1",
20499 "windows-strings 0.5.1",
20500]
20501
20502[[package]]
20503name = "windows-future"
20504version = "0.2.1"
20505source = "registry+https://github.com/rust-lang/crates.io-index"
20506checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20507dependencies = [
20508 "windows-core 0.61.2",
20509 "windows-link 0.1.3",
20510 "windows-threading 0.1.0",
20511]
20512
20513[[package]]
20514name = "windows-future"
20515version = "0.3.2"
20516source = "registry+https://github.com/rust-lang/crates.io-index"
20517checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20518dependencies = [
20519 "windows-core 0.62.2",
20520 "windows-link 0.2.1",
20521 "windows-threading 0.2.1",
20522]
20523
20524[[package]]
20525name = "windows-implement"
20526version = "0.57.0"
20527source = "registry+https://github.com/rust-lang/crates.io-index"
20528checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20529dependencies = [
20530 "proc-macro2",
20531 "quote",
20532 "syn 2.0.117",
20533]
20534
20535[[package]]
20536name = "windows-implement"
20537version = "0.58.0"
20538source = "registry+https://github.com/rust-lang/crates.io-index"
20539checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20540dependencies = [
20541 "proc-macro2",
20542 "quote",
20543 "syn 2.0.117",
20544]
20545
20546[[package]]
20547name = "windows-implement"
20548version = "0.60.2"
20549source = "registry+https://github.com/rust-lang/crates.io-index"
20550checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20551dependencies = [
20552 "proc-macro2",
20553 "quote",
20554 "syn 2.0.117",
20555]
20556
20557[[package]]
20558name = "windows-interface"
20559version = "0.57.0"
20560source = "registry+https://github.com/rust-lang/crates.io-index"
20561checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20562dependencies = [
20563 "proc-macro2",
20564 "quote",
20565 "syn 2.0.117",
20566]
20567
20568[[package]]
20569name = "windows-interface"
20570version = "0.58.0"
20571source = "registry+https://github.com/rust-lang/crates.io-index"
20572checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20573dependencies = [
20574 "proc-macro2",
20575 "quote",
20576 "syn 2.0.117",
20577]
20578
20579[[package]]
20580name = "windows-interface"
20581version = "0.59.3"
20582source = "registry+https://github.com/rust-lang/crates.io-index"
20583checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20584dependencies = [
20585 "proc-macro2",
20586 "quote",
20587 "syn 2.0.117",
20588]
20589
20590[[package]]
20591name = "windows-link"
20592version = "0.1.3"
20593source = "registry+https://github.com/rust-lang/crates.io-index"
20594checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20595
20596[[package]]
20597name = "windows-link"
20598version = "0.2.1"
20599source = "registry+https://github.com/rust-lang/crates.io-index"
20600checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20601
20602[[package]]
20603name = "windows-numerics"
20604version = "0.2.0"
20605source = "registry+https://github.com/rust-lang/crates.io-index"
20606checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20607dependencies = [
20608 "windows-core 0.61.2",
20609 "windows-link 0.1.3",
20610]
20611
20612[[package]]
20613name = "windows-numerics"
20614version = "0.3.1"
20615source = "registry+https://github.com/rust-lang/crates.io-index"
20616checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20617dependencies = [
20618 "windows-core 0.62.2",
20619 "windows-link 0.2.1",
20620]
20621
20622[[package]]
20623name = "windows-registry"
20624version = "0.4.0"
20625source = "registry+https://github.com/rust-lang/crates.io-index"
20626checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20627dependencies = [
20628 "windows-result 0.3.4",
20629 "windows-strings 0.3.1",
20630 "windows-targets 0.53.5",
20631]
20632
20633[[package]]
20634name = "windows-registry"
20635version = "0.5.3"
20636source = "registry+https://github.com/rust-lang/crates.io-index"
20637checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20638dependencies = [
20639 "windows-link 0.1.3",
20640 "windows-result 0.3.4",
20641 "windows-strings 0.4.2",
20642]
20643
20644[[package]]
20645name = "windows-registry"
20646version = "0.6.1"
20647source = "registry+https://github.com/rust-lang/crates.io-index"
20648checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20649dependencies = [
20650 "windows-link 0.2.1",
20651 "windows-result 0.4.1",
20652 "windows-strings 0.5.1",
20653]
20654
20655[[package]]
20656name = "windows-result"
20657version = "0.1.2"
20658source = "registry+https://github.com/rust-lang/crates.io-index"
20659checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20660dependencies = [
20661 "windows-targets 0.52.6",
20662]
20663
20664[[package]]
20665name = "windows-result"
20666version = "0.2.0"
20667source = "registry+https://github.com/rust-lang/crates.io-index"
20668checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20669dependencies = [
20670 "windows-targets 0.52.6",
20671]
20672
20673[[package]]
20674name = "windows-result"
20675version = "0.3.4"
20676source = "registry+https://github.com/rust-lang/crates.io-index"
20677checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20678dependencies = [
20679 "windows-link 0.1.3",
20680]
20681
20682[[package]]
20683name = "windows-result"
20684version = "0.4.1"
20685source = "registry+https://github.com/rust-lang/crates.io-index"
20686checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20687dependencies = [
20688 "windows-link 0.2.1",
20689]
20690
20691[[package]]
20692name = "windows-strings"
20693version = "0.1.0"
20694source = "registry+https://github.com/rust-lang/crates.io-index"
20695checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20696dependencies = [
20697 "windows-result 0.2.0",
20698 "windows-targets 0.52.6",
20699]
20700
20701[[package]]
20702name = "windows-strings"
20703version = "0.3.1"
20704source = "registry+https://github.com/rust-lang/crates.io-index"
20705checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20706dependencies = [
20707 "windows-link 0.1.3",
20708]
20709
20710[[package]]
20711name = "windows-strings"
20712version = "0.4.2"
20713source = "registry+https://github.com/rust-lang/crates.io-index"
20714checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20715dependencies = [
20716 "windows-link 0.1.3",
20717]
20718
20719[[package]]
20720name = "windows-strings"
20721version = "0.5.1"
20722source = "registry+https://github.com/rust-lang/crates.io-index"
20723checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20724dependencies = [
20725 "windows-link 0.2.1",
20726]
20727
20728[[package]]
20729name = "windows-sys"
20730version = "0.45.0"
20731source = "registry+https://github.com/rust-lang/crates.io-index"
20732checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20733dependencies = [
20734 "windows-targets 0.42.2",
20735]
20736
20737[[package]]
20738name = "windows-sys"
20739version = "0.48.0"
20740source = "registry+https://github.com/rust-lang/crates.io-index"
20741checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20742dependencies = [
20743 "windows-targets 0.48.5",
20744]
20745
20746[[package]]
20747name = "windows-sys"
20748version = "0.52.0"
20749source = "registry+https://github.com/rust-lang/crates.io-index"
20750checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20751dependencies = [
20752 "windows-targets 0.52.6",
20753]
20754
20755[[package]]
20756name = "windows-sys"
20757version = "0.59.0"
20758source = "registry+https://github.com/rust-lang/crates.io-index"
20759checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20760dependencies = [
20761 "windows-targets 0.52.6",
20762]
20763
20764[[package]]
20765name = "windows-sys"
20766version = "0.60.2"
20767source = "registry+https://github.com/rust-lang/crates.io-index"
20768checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20769dependencies = [
20770 "windows-targets 0.53.5",
20771]
20772
20773[[package]]
20774name = "windows-sys"
20775version = "0.61.2"
20776source = "registry+https://github.com/rust-lang/crates.io-index"
20777checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20778dependencies = [
20779 "windows-link 0.2.1",
20780]
20781
20782[[package]]
20783name = "windows-targets"
20784version = "0.42.2"
20785source = "registry+https://github.com/rust-lang/crates.io-index"
20786checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20787dependencies = [
20788 "windows_aarch64_gnullvm 0.42.2",
20789 "windows_aarch64_msvc 0.42.2",
20790 "windows_i686_gnu 0.42.2",
20791 "windows_i686_msvc 0.42.2",
20792 "windows_x86_64_gnu 0.42.2",
20793 "windows_x86_64_gnullvm 0.42.2",
20794 "windows_x86_64_msvc 0.42.2",
20795]
20796
20797[[package]]
20798name = "windows-targets"
20799version = "0.48.5"
20800source = "registry+https://github.com/rust-lang/crates.io-index"
20801checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20802dependencies = [
20803 "windows_aarch64_gnullvm 0.48.5",
20804 "windows_aarch64_msvc 0.48.5",
20805 "windows_i686_gnu 0.48.5",
20806 "windows_i686_msvc 0.48.5",
20807 "windows_x86_64_gnu 0.48.5",
20808 "windows_x86_64_gnullvm 0.48.5",
20809 "windows_x86_64_msvc 0.48.5",
20810]
20811
20812[[package]]
20813name = "windows-targets"
20814version = "0.52.6"
20815source = "registry+https://github.com/rust-lang/crates.io-index"
20816checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20817dependencies = [
20818 "windows_aarch64_gnullvm 0.52.6",
20819 "windows_aarch64_msvc 0.52.6",
20820 "windows_i686_gnu 0.52.6",
20821 "windows_i686_gnullvm 0.52.6",
20822 "windows_i686_msvc 0.52.6",
20823 "windows_x86_64_gnu 0.52.6",
20824 "windows_x86_64_gnullvm 0.52.6",
20825 "windows_x86_64_msvc 0.52.6",
20826]
20827
20828[[package]]
20829name = "windows-targets"
20830version = "0.53.5"
20831source = "registry+https://github.com/rust-lang/crates.io-index"
20832checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20833dependencies = [
20834 "windows-link 0.2.1",
20835 "windows_aarch64_gnullvm 0.53.1",
20836 "windows_aarch64_msvc 0.53.1",
20837 "windows_i686_gnu 0.53.1",
20838 "windows_i686_gnullvm 0.53.1",
20839 "windows_i686_msvc 0.53.1",
20840 "windows_x86_64_gnu 0.53.1",
20841 "windows_x86_64_gnullvm 0.53.1",
20842 "windows_x86_64_msvc 0.53.1",
20843]
20844
20845[[package]]
20846name = "windows-threading"
20847version = "0.1.0"
20848source = "registry+https://github.com/rust-lang/crates.io-index"
20849checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20850dependencies = [
20851 "windows-link 0.1.3",
20852]
20853
20854[[package]]
20855name = "windows-threading"
20856version = "0.2.1"
20857source = "registry+https://github.com/rust-lang/crates.io-index"
20858checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20859dependencies = [
20860 "windows-link 0.2.1",
20861]
20862
20863[[package]]
20864name = "windows_aarch64_gnullvm"
20865version = "0.42.2"
20866source = "registry+https://github.com/rust-lang/crates.io-index"
20867checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20868
20869[[package]]
20870name = "windows_aarch64_gnullvm"
20871version = "0.48.5"
20872source = "registry+https://github.com/rust-lang/crates.io-index"
20873checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20874
20875[[package]]
20876name = "windows_aarch64_gnullvm"
20877version = "0.52.6"
20878source = "registry+https://github.com/rust-lang/crates.io-index"
20879checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20880
20881[[package]]
20882name = "windows_aarch64_gnullvm"
20883version = "0.53.1"
20884source = "registry+https://github.com/rust-lang/crates.io-index"
20885checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20886
20887[[package]]
20888name = "windows_aarch64_msvc"
20889version = "0.42.2"
20890source = "registry+https://github.com/rust-lang/crates.io-index"
20891checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20892
20893[[package]]
20894name = "windows_aarch64_msvc"
20895version = "0.48.5"
20896source = "registry+https://github.com/rust-lang/crates.io-index"
20897checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20898
20899[[package]]
20900name = "windows_aarch64_msvc"
20901version = "0.52.6"
20902source = "registry+https://github.com/rust-lang/crates.io-index"
20903checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20904
20905[[package]]
20906name = "windows_aarch64_msvc"
20907version = "0.53.1"
20908source = "registry+https://github.com/rust-lang/crates.io-index"
20909checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20910
20911[[package]]
20912name = "windows_i686_gnu"
20913version = "0.42.2"
20914source = "registry+https://github.com/rust-lang/crates.io-index"
20915checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20916
20917[[package]]
20918name = "windows_i686_gnu"
20919version = "0.48.5"
20920source = "registry+https://github.com/rust-lang/crates.io-index"
20921checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20922
20923[[package]]
20924name = "windows_i686_gnu"
20925version = "0.52.6"
20926source = "registry+https://github.com/rust-lang/crates.io-index"
20927checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20928
20929[[package]]
20930name = "windows_i686_gnu"
20931version = "0.53.1"
20932source = "registry+https://github.com/rust-lang/crates.io-index"
20933checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20934
20935[[package]]
20936name = "windows_i686_gnullvm"
20937version = "0.52.6"
20938source = "registry+https://github.com/rust-lang/crates.io-index"
20939checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20940
20941[[package]]
20942name = "windows_i686_gnullvm"
20943version = "0.53.1"
20944source = "registry+https://github.com/rust-lang/crates.io-index"
20945checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20946
20947[[package]]
20948name = "windows_i686_msvc"
20949version = "0.42.2"
20950source = "registry+https://github.com/rust-lang/crates.io-index"
20951checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20952
20953[[package]]
20954name = "windows_i686_msvc"
20955version = "0.48.5"
20956source = "registry+https://github.com/rust-lang/crates.io-index"
20957checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20958
20959[[package]]
20960name = "windows_i686_msvc"
20961version = "0.52.6"
20962source = "registry+https://github.com/rust-lang/crates.io-index"
20963checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20964
20965[[package]]
20966name = "windows_i686_msvc"
20967version = "0.53.1"
20968source = "registry+https://github.com/rust-lang/crates.io-index"
20969checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20970
20971[[package]]
20972name = "windows_x86_64_gnu"
20973version = "0.42.2"
20974source = "registry+https://github.com/rust-lang/crates.io-index"
20975checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20976
20977[[package]]
20978name = "windows_x86_64_gnu"
20979version = "0.48.5"
20980source = "registry+https://github.com/rust-lang/crates.io-index"
20981checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20982
20983[[package]]
20984name = "windows_x86_64_gnu"
20985version = "0.52.6"
20986source = "registry+https://github.com/rust-lang/crates.io-index"
20987checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20988
20989[[package]]
20990name = "windows_x86_64_gnu"
20991version = "0.53.1"
20992source = "registry+https://github.com/rust-lang/crates.io-index"
20993checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
20994
20995[[package]]
20996name = "windows_x86_64_gnullvm"
20997version = "0.42.2"
20998source = "registry+https://github.com/rust-lang/crates.io-index"
20999checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21000
21001[[package]]
21002name = "windows_x86_64_gnullvm"
21003version = "0.48.5"
21004source = "registry+https://github.com/rust-lang/crates.io-index"
21005checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21006
21007[[package]]
21008name = "windows_x86_64_gnullvm"
21009version = "0.52.6"
21010source = "registry+https://github.com/rust-lang/crates.io-index"
21011checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21012
21013[[package]]
21014name = "windows_x86_64_gnullvm"
21015version = "0.53.1"
21016source = "registry+https://github.com/rust-lang/crates.io-index"
21017checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21018
21019[[package]]
21020name = "windows_x86_64_msvc"
21021version = "0.42.2"
21022source = "registry+https://github.com/rust-lang/crates.io-index"
21023checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21024
21025[[package]]
21026name = "windows_x86_64_msvc"
21027version = "0.48.5"
21028source = "registry+https://github.com/rust-lang/crates.io-index"
21029checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21030
21031[[package]]
21032name = "windows_x86_64_msvc"
21033version = "0.52.6"
21034source = "registry+https://github.com/rust-lang/crates.io-index"
21035checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21036
21037[[package]]
21038name = "windows_x86_64_msvc"
21039version = "0.53.1"
21040source = "registry+https://github.com/rust-lang/crates.io-index"
21041checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21042
21043[[package]]
21044name = "winnow"
21045version = "0.7.13"
21046source = "registry+https://github.com/rust-lang/crates.io-index"
21047checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21048dependencies = [
21049 "memchr",
21050]
21051
21052[[package]]
21053name = "winreg"
21054version = "0.10.1"
21055source = "registry+https://github.com/rust-lang/crates.io-index"
21056checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21057dependencies = [
21058 "winapi",
21059]
21060
21061[[package]]
21062name = "winreg"
21063version = "0.50.0"
21064source = "registry+https://github.com/rust-lang/crates.io-index"
21065checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21066dependencies = [
21067 "cfg-if",
21068 "windows-sys 0.48.0",
21069]
21070
21071[[package]]
21072name = "winreg"
21073version = "0.55.0"
21074source = "registry+https://github.com/rust-lang/crates.io-index"
21075checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21076dependencies = [
21077 "cfg-if",
21078 "windows-sys 0.59.0",
21079]
21080
21081[[package]]
21082name = "winresource"
21083version = "0.1.23"
21084source = "registry+https://github.com/rust-lang/crates.io-index"
21085checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21086dependencies = [
21087 "toml 0.8.23",
21088 "version_check",
21089]
21090
21091[[package]]
21092name = "winsafe"
21093version = "0.0.19"
21094source = "registry+https://github.com/rust-lang/crates.io-index"
21095checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21096
21097[[package]]
21098name = "winx"
21099version = "0.36.4"
21100source = "registry+https://github.com/rust-lang/crates.io-index"
21101checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21102dependencies = [
21103 "bitflags 2.10.0",
21104 "windows-sys 0.59.0",
21105]
21106
21107[[package]]
21108name = "wio"
21109version = "0.2.2"
21110source = "registry+https://github.com/rust-lang/crates.io-index"
21111checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21112dependencies = [
21113 "winapi",
21114]
21115
21116[[package]]
21117name = "wit-bindgen"
21118version = "0.22.0"
21119source = "registry+https://github.com/rust-lang/crates.io-index"
21120checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21121dependencies = [
21122 "bitflags 2.10.0",
21123 "wit-bindgen-rt 0.22.0",
21124 "wit-bindgen-rust-macro 0.22.0",
21125]
21126
21127[[package]]
21128name = "wit-bindgen"
21129version = "0.41.0"
21130source = "registry+https://github.com/rust-lang/crates.io-index"
21131checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21132dependencies = [
21133 "wit-bindgen-rt 0.41.0",
21134 "wit-bindgen-rust-macro 0.41.0",
21135]
21136
21137[[package]]
21138name = "wit-bindgen"
21139version = "0.46.0"
21140source = "registry+https://github.com/rust-lang/crates.io-index"
21141checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21142
21143[[package]]
21144name = "wit-bindgen"
21145version = "0.51.0"
21146source = "registry+https://github.com/rust-lang/crates.io-index"
21147checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21148dependencies = [
21149 "wit-bindgen-rust-macro 0.51.0",
21150]
21151
21152[[package]]
21153name = "wit-bindgen-core"
21154version = "0.22.0"
21155source = "registry+https://github.com/rust-lang/crates.io-index"
21156checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21157dependencies = [
21158 "anyhow",
21159 "wit-parser 0.201.0",
21160]
21161
21162[[package]]
21163name = "wit-bindgen-core"
21164version = "0.41.0"
21165source = "registry+https://github.com/rust-lang/crates.io-index"
21166checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21167dependencies = [
21168 "anyhow",
21169 "heck 0.5.0",
21170 "wit-parser 0.227.1",
21171]
21172
21173[[package]]
21174name = "wit-bindgen-core"
21175version = "0.51.0"
21176source = "registry+https://github.com/rust-lang/crates.io-index"
21177checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21178dependencies = [
21179 "anyhow",
21180 "heck 0.5.0",
21181 "wit-parser 0.244.0",
21182]
21183
21184[[package]]
21185name = "wit-bindgen-rt"
21186version = "0.22.0"
21187source = "registry+https://github.com/rust-lang/crates.io-index"
21188checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21189
21190[[package]]
21191name = "wit-bindgen-rt"
21192version = "0.41.0"
21193source = "registry+https://github.com/rust-lang/crates.io-index"
21194checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21195dependencies = [
21196 "bitflags 2.10.0",
21197 "futures 0.3.31",
21198 "once_cell",
21199]
21200
21201[[package]]
21202name = "wit-bindgen-rust"
21203version = "0.22.0"
21204source = "registry+https://github.com/rust-lang/crates.io-index"
21205checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21206dependencies = [
21207 "anyhow",
21208 "heck 0.4.1",
21209 "indexmap",
21210 "wasm-metadata 0.201.0",
21211 "wit-bindgen-core 0.22.0",
21212 "wit-component 0.201.0",
21213]
21214
21215[[package]]
21216name = "wit-bindgen-rust"
21217version = "0.41.0"
21218source = "registry+https://github.com/rust-lang/crates.io-index"
21219checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21220dependencies = [
21221 "anyhow",
21222 "heck 0.5.0",
21223 "indexmap",
21224 "prettyplease",
21225 "syn 2.0.117",
21226 "wasm-metadata 0.227.1",
21227 "wit-bindgen-core 0.41.0",
21228 "wit-component 0.227.1",
21229]
21230
21231[[package]]
21232name = "wit-bindgen-rust"
21233version = "0.51.0"
21234source = "registry+https://github.com/rust-lang/crates.io-index"
21235checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21236dependencies = [
21237 "anyhow",
21238 "heck 0.5.0",
21239 "indexmap",
21240 "prettyplease",
21241 "syn 2.0.117",
21242 "wasm-metadata 0.244.0",
21243 "wit-bindgen-core 0.51.0",
21244 "wit-component 0.244.0",
21245]
21246
21247[[package]]
21248name = "wit-bindgen-rust-macro"
21249version = "0.22.0"
21250source = "registry+https://github.com/rust-lang/crates.io-index"
21251checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21252dependencies = [
21253 "anyhow",
21254 "proc-macro2",
21255 "quote",
21256 "syn 2.0.117",
21257 "wit-bindgen-core 0.22.0",
21258 "wit-bindgen-rust 0.22.0",
21259]
21260
21261[[package]]
21262name = "wit-bindgen-rust-macro"
21263version = "0.41.0"
21264source = "registry+https://github.com/rust-lang/crates.io-index"
21265checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21266dependencies = [
21267 "anyhow",
21268 "prettyplease",
21269 "proc-macro2",
21270 "quote",
21271 "syn 2.0.117",
21272 "wit-bindgen-core 0.41.0",
21273 "wit-bindgen-rust 0.41.0",
21274]
21275
21276[[package]]
21277name = "wit-bindgen-rust-macro"
21278version = "0.51.0"
21279source = "registry+https://github.com/rust-lang/crates.io-index"
21280checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21281dependencies = [
21282 "anyhow",
21283 "prettyplease",
21284 "proc-macro2",
21285 "quote",
21286 "syn 2.0.117",
21287 "wit-bindgen-core 0.51.0",
21288 "wit-bindgen-rust 0.51.0",
21289]
21290
21291[[package]]
21292name = "wit-component"
21293version = "0.201.0"
21294source = "registry+https://github.com/rust-lang/crates.io-index"
21295checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21296dependencies = [
21297 "anyhow",
21298 "bitflags 2.10.0",
21299 "indexmap",
21300 "log",
21301 "serde",
21302 "serde_derive",
21303 "serde_json",
21304 "wasm-encoder 0.201.0",
21305 "wasm-metadata 0.201.0",
21306 "wasmparser 0.201.0",
21307 "wit-parser 0.201.0",
21308]
21309
21310[[package]]
21311name = "wit-component"
21312version = "0.227.1"
21313source = "registry+https://github.com/rust-lang/crates.io-index"
21314checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21315dependencies = [
21316 "anyhow",
21317 "bitflags 2.10.0",
21318 "indexmap",
21319 "log",
21320 "serde",
21321 "serde_derive",
21322 "serde_json",
21323 "wasm-encoder 0.227.1",
21324 "wasm-metadata 0.227.1",
21325 "wasmparser 0.227.1",
21326 "wit-parser 0.227.1",
21327]
21328
21329[[package]]
21330name = "wit-component"
21331version = "0.244.0"
21332source = "registry+https://github.com/rust-lang/crates.io-index"
21333checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21334dependencies = [
21335 "anyhow",
21336 "bitflags 2.10.0",
21337 "indexmap",
21338 "log",
21339 "serde",
21340 "serde_derive",
21341 "serde_json",
21342 "wasm-encoder 0.244.0",
21343 "wasm-metadata 0.244.0",
21344 "wasmparser 0.244.0",
21345 "wit-parser 0.244.0",
21346]
21347
21348[[package]]
21349name = "wit-parser"
21350version = "0.201.0"
21351source = "registry+https://github.com/rust-lang/crates.io-index"
21352checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21353dependencies = [
21354 "anyhow",
21355 "id-arena",
21356 "indexmap",
21357 "log",
21358 "semver",
21359 "serde",
21360 "serde_derive",
21361 "serde_json",
21362 "unicode-xid",
21363 "wasmparser 0.201.0",
21364]
21365
21366[[package]]
21367name = "wit-parser"
21368version = "0.227.1"
21369source = "registry+https://github.com/rust-lang/crates.io-index"
21370checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21371dependencies = [
21372 "anyhow",
21373 "id-arena",
21374 "indexmap",
21375 "log",
21376 "semver",
21377 "serde",
21378 "serde_derive",
21379 "serde_json",
21380 "unicode-xid",
21381 "wasmparser 0.227.1",
21382]
21383
21384[[package]]
21385name = "wit-parser"
21386version = "0.236.1"
21387source = "registry+https://github.com/rust-lang/crates.io-index"
21388checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21389dependencies = [
21390 "anyhow",
21391 "id-arena",
21392 "indexmap",
21393 "log",
21394 "semver",
21395 "serde",
21396 "serde_derive",
21397 "serde_json",
21398 "unicode-xid",
21399 "wasmparser 0.236.1",
21400]
21401
21402[[package]]
21403name = "wit-parser"
21404version = "0.244.0"
21405source = "registry+https://github.com/rust-lang/crates.io-index"
21406checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21407dependencies = [
21408 "anyhow",
21409 "id-arena",
21410 "indexmap",
21411 "log",
21412 "semver",
21413 "serde",
21414 "serde_derive",
21415 "serde_json",
21416 "unicode-xid",
21417 "wasmparser 0.244.0",
21418]
21419
21420[[package]]
21421name = "witx"
21422version = "0.9.1"
21423source = "registry+https://github.com/rust-lang/crates.io-index"
21424checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21425dependencies = [
21426 "anyhow",
21427 "log",
21428 "thiserror 1.0.69",
21429 "wast",
21430]
21431
21432[[package]]
21433name = "workspace"
21434version = "0.1.0"
21435dependencies = [
21436 "agent_settings",
21437 "any_vec",
21438 "anyhow",
21439 "async-recursion",
21440 "chrono",
21441 "client",
21442 "clock",
21443 "collections",
21444 "component",
21445 "db",
21446 "feature_flags",
21447 "fs",
21448 "futures 0.3.31",
21449 "git",
21450 "gpui",
21451 "http_client",
21452 "itertools 0.14.0",
21453 "language",
21454 "log",
21455 "markdown",
21456 "menu",
21457 "node_runtime",
21458 "parking_lot",
21459 "postage",
21460 "pretty_assertions",
21461 "project",
21462 "remote",
21463 "schemars",
21464 "serde",
21465 "serde_json",
21466 "session",
21467 "settings",
21468 "smallvec",
21469 "sqlez",
21470 "strum 0.27.2",
21471 "task",
21472 "telemetry",
21473 "tempfile",
21474 "theme",
21475 "theme_settings",
21476 "ui",
21477 "util",
21478 "uuid",
21479 "vim_mode_setting",
21480 "windows 0.61.3",
21481 "zed_actions",
21482 "zlog",
21483]
21484
21485[[package]]
21486name = "worktree"
21487version = "0.1.0"
21488dependencies = [
21489 "anyhow",
21490 "async-lock 2.8.0",
21491 "chardetng",
21492 "clock",
21493 "collections",
21494 "encoding_rs",
21495 "fs",
21496 "futures 0.3.31",
21497 "fuzzy",
21498 "git",
21499 "gpui",
21500 "ignore",
21501 "language",
21502 "log",
21503 "parking_lot",
21504 "paths",
21505 "postage",
21506 "pretty_assertions",
21507 "rand 0.9.2",
21508 "rpc",
21509 "serde",
21510 "serde_json",
21511 "settings",
21512 "smallvec",
21513 "smol",
21514 "sum_tree",
21515 "text",
21516 "tracing",
21517 "util",
21518 "worktree",
21519 "zlog",
21520 "ztracing",
21521]
21522
21523[[package]]
21524name = "worktree_benchmarks"
21525version = "0.1.0"
21526dependencies = [
21527 "fs",
21528 "gpui_platform",
21529 "settings",
21530 "worktree",
21531]
21532
21533[[package]]
21534name = "wprcontrol"
21535version = "0.1.0"
21536source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21537dependencies = [
21538 "windows 0.61.3",
21539 "windows-bindgen",
21540 "windows-core 0.61.2",
21541 "windows-link 0.2.1",
21542]
21543
21544[[package]]
21545name = "writeable"
21546version = "0.6.1"
21547source = "registry+https://github.com/rust-lang/crates.io-index"
21548checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21549
21550[[package]]
21551name = "wyz"
21552version = "0.5.1"
21553source = "registry+https://github.com/rust-lang/crates.io-index"
21554checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21555dependencies = [
21556 "tap",
21557]
21558
21559[[package]]
21560name = "x11"
21561version = "2.21.0"
21562source = "registry+https://github.com/rust-lang/crates.io-index"
21563checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21564dependencies = [
21565 "libc",
21566 "pkg-config",
21567]
21568
21569[[package]]
21570name = "x11-clipboard"
21571version = "0.9.3"
21572source = "registry+https://github.com/rust-lang/crates.io-index"
21573checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21574dependencies = [
21575 "libc",
21576 "x11rb",
21577]
21578
21579[[package]]
21580name = "x11rb"
21581version = "0.13.2"
21582source = "registry+https://github.com/rust-lang/crates.io-index"
21583checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21584dependencies = [
21585 "as-raw-xcb-connection",
21586 "gethostname",
21587 "libc",
21588 "rustix 1.1.2",
21589 "x11rb-protocol",
21590 "xcursor",
21591]
21592
21593[[package]]
21594name = "x11rb-protocol"
21595version = "0.13.2"
21596source = "registry+https://github.com/rust-lang/crates.io-index"
21597checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21598
21599[[package]]
21600name = "x_ai"
21601version = "0.1.0"
21602dependencies = [
21603 "anyhow",
21604 "schemars",
21605 "serde",
21606 "strum 0.27.2",
21607]
21608
21609[[package]]
21610name = "xattr"
21611version = "0.2.3"
21612source = "registry+https://github.com/rust-lang/crates.io-index"
21613checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21614dependencies = [
21615 "libc",
21616]
21617
21618[[package]]
21619name = "xcb"
21620version = "1.6.0"
21621source = "registry+https://github.com/rust-lang/crates.io-index"
21622checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21623dependencies = [
21624 "bitflags 1.3.2",
21625 "libc",
21626 "quick-xml 0.30.0",
21627 "x11",
21628]
21629
21630[[package]]
21631name = "xcursor"
21632version = "0.3.10"
21633source = "registry+https://github.com/rust-lang/crates.io-index"
21634checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21635
21636[[package]]
21637name = "xim-ctext"
21638version = "0.3.0"
21639source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21640dependencies = [
21641 "encoding_rs",
21642]
21643
21644[[package]]
21645name = "xim-parser"
21646version = "0.2.1"
21647source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21648dependencies = [
21649 "bitflags 2.10.0",
21650]
21651
21652[[package]]
21653name = "xkbcommon"
21654version = "0.8.0"
21655source = "registry+https://github.com/rust-lang/crates.io-index"
21656checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21657dependencies = [
21658 "as-raw-xcb-connection",
21659 "libc",
21660 "memmap2",
21661 "xkeysym",
21662]
21663
21664[[package]]
21665name = "xkeysym"
21666version = "0.2.1"
21667source = "registry+https://github.com/rust-lang/crates.io-index"
21668checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21669
21670[[package]]
21671name = "xml-rs"
21672version = "0.8.28"
21673source = "registry+https://github.com/rust-lang/crates.io-index"
21674checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21675
21676[[package]]
21677name = "xml5ever"
21678version = "0.18.1"
21679source = "registry+https://github.com/rust-lang/crates.io-index"
21680checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21681dependencies = [
21682 "log",
21683 "mac",
21684 "markup5ever 0.12.1",
21685]
21686
21687[[package]]
21688name = "xmlparser"
21689version = "0.13.6"
21690source = "registry+https://github.com/rust-lang/crates.io-index"
21691checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21692
21693[[package]]
21694name = "xmlwriter"
21695version = "0.1.0"
21696source = "registry+https://github.com/rust-lang/crates.io-index"
21697checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21698
21699[[package]]
21700name = "xtask"
21701version = "0.1.0"
21702dependencies = [
21703 "annotate-snippets",
21704 "anyhow",
21705 "backtrace",
21706 "cargo_metadata",
21707 "cargo_toml",
21708 "clap",
21709 "gh-workflow",
21710 "indexmap",
21711 "indoc",
21712 "itertools 0.14.0",
21713 "regex",
21714 "serde",
21715 "serde_json",
21716 "serde_yaml",
21717 "strum 0.27.2",
21718 "toml 0.8.23",
21719 "toml_edit 0.22.27",
21720]
21721
21722[[package]]
21723name = "yaml-rust2"
21724version = "0.8.1"
21725source = "registry+https://github.com/rust-lang/crates.io-index"
21726checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21727dependencies = [
21728 "arraydeque",
21729 "encoding_rs",
21730 "hashlink 0.8.4",
21731]
21732
21733[[package]]
21734name = "yansi"
21735version = "1.0.1"
21736source = "registry+https://github.com/rust-lang/crates.io-index"
21737checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21738
21739[[package]]
21740name = "yawc"
21741version = "0.2.5"
21742source = "registry+https://github.com/rust-lang/crates.io-index"
21743checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21744dependencies = [
21745 "base64 0.22.1",
21746 "bytes 1.11.1",
21747 "flate2",
21748 "futures 0.3.31",
21749 "http-body-util",
21750 "hyper 1.7.0",
21751 "hyper-util",
21752 "js-sys",
21753 "nom 8.0.0",
21754 "pin-project",
21755 "rand 0.8.5",
21756 "sha1",
21757 "thiserror 1.0.69",
21758 "tokio",
21759 "tokio-rustls 0.26.2",
21760 "tokio-util",
21761 "url",
21762 "wasm-bindgen",
21763 "wasm-bindgen-futures",
21764 "web-sys",
21765 "webpki-roots",
21766]
21767
21768[[package]]
21769name = "yazi"
21770version = "0.2.1"
21771source = "registry+https://github.com/rust-lang/crates.io-index"
21772checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21773
21774[[package]]
21775name = "yeslogic-fontconfig-sys"
21776version = "6.0.0"
21777source = "registry+https://github.com/rust-lang/crates.io-index"
21778checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21779dependencies = [
21780 "dlib",
21781 "once_cell",
21782 "pkg-config",
21783]
21784
21785[[package]]
21786name = "yoke"
21787version = "0.7.5"
21788source = "registry+https://github.com/rust-lang/crates.io-index"
21789checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21790dependencies = [
21791 "serde",
21792 "stable_deref_trait",
21793 "yoke-derive 0.7.5",
21794 "zerofrom",
21795]
21796
21797[[package]]
21798name = "yoke"
21799version = "0.8.0"
21800source = "registry+https://github.com/rust-lang/crates.io-index"
21801checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21802dependencies = [
21803 "serde",
21804 "stable_deref_trait",
21805 "yoke-derive 0.8.0",
21806 "zerofrom",
21807]
21808
21809[[package]]
21810name = "yoke-derive"
21811version = "0.7.5"
21812source = "registry+https://github.com/rust-lang/crates.io-index"
21813checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21814dependencies = [
21815 "proc-macro2",
21816 "quote",
21817 "syn 2.0.117",
21818 "synstructure",
21819]
21820
21821[[package]]
21822name = "yoke-derive"
21823version = "0.8.0"
21824source = "registry+https://github.com/rust-lang/crates.io-index"
21825checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21826dependencies = [
21827 "proc-macro2",
21828 "quote",
21829 "syn 2.0.117",
21830 "synstructure",
21831]
21832
21833[[package]]
21834name = "zbus"
21835version = "5.13.2"
21836source = "registry+https://github.com/rust-lang/crates.io-index"
21837checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21838dependencies = [
21839 "async-broadcast",
21840 "async-executor",
21841 "async-io",
21842 "async-lock 3.4.2",
21843 "async-process",
21844 "async-recursion",
21845 "async-task",
21846 "async-trait",
21847 "blocking",
21848 "enumflags2",
21849 "event-listener 5.4.1",
21850 "futures-core",
21851 "futures-lite 2.6.1",
21852 "hex",
21853 "libc",
21854 "ordered-stream",
21855 "rustix 1.1.2",
21856 "serde",
21857 "serde_repr",
21858 "tracing",
21859 "uds_windows",
21860 "uuid",
21861 "windows-sys 0.61.2",
21862 "winnow",
21863 "zbus_macros",
21864 "zbus_names",
21865 "zvariant",
21866]
21867
21868[[package]]
21869name = "zbus_macros"
21870version = "5.13.2"
21871source = "registry+https://github.com/rust-lang/crates.io-index"
21872checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21873dependencies = [
21874 "proc-macro-crate",
21875 "proc-macro2",
21876 "quote",
21877 "syn 2.0.117",
21878 "zbus_names",
21879 "zvariant",
21880 "zvariant_utils",
21881]
21882
21883[[package]]
21884name = "zbus_names"
21885version = "4.3.1"
21886source = "registry+https://github.com/rust-lang/crates.io-index"
21887checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21888dependencies = [
21889 "serde",
21890 "winnow",
21891 "zvariant",
21892]
21893
21894[[package]]
21895name = "zed"
21896version = "0.231.0"
21897dependencies = [
21898 "acp_thread",
21899 "acp_tools",
21900 "action_log",
21901 "activity_indicator",
21902 "agent",
21903 "agent-client-protocol",
21904 "agent_servers",
21905 "agent_settings",
21906 "agent_ui",
21907 "anyhow",
21908 "ashpd",
21909 "askpass",
21910 "assets",
21911 "audio",
21912 "auto_update",
21913 "auto_update_ui",
21914 "breadcrumbs",
21915 "call",
21916 "channel",
21917 "chrono",
21918 "clap",
21919 "cli",
21920 "client",
21921 "clock",
21922 "codestral",
21923 "collab_ui",
21924 "collections",
21925 "command_palette",
21926 "component",
21927 "component_preview",
21928 "copilot",
21929 "copilot_chat",
21930 "copilot_ui",
21931 "crashes",
21932 "csv_preview",
21933 "dap_adapters",
21934 "db",
21935 "debug_adapter_extension",
21936 "debugger_tools",
21937 "debugger_ui",
21938 "dev_container",
21939 "diagnostics",
21940 "edit_prediction",
21941 "edit_prediction_ui",
21942 "editor",
21943 "encoding_selector",
21944 "env_logger 0.11.8",
21945 "etw_tracing",
21946 "extension",
21947 "extension_host",
21948 "extensions_ui",
21949 "feature_flags",
21950 "feedback",
21951 "file_finder",
21952 "fs",
21953 "futures 0.3.31",
21954 "git",
21955 "git_graph",
21956 "git_hosting_providers",
21957 "git_ui",
21958 "go_to_line",
21959 "gpui",
21960 "gpui_platform",
21961 "gpui_tokio",
21962 "http_client",
21963 "image",
21964 "image_viewer",
21965 "inspector_ui",
21966 "install_cli",
21967 "itertools 0.14.0",
21968 "journal",
21969 "json_schema_store",
21970 "keymap_editor",
21971 "language",
21972 "language_extension",
21973 "language_model",
21974 "language_models",
21975 "language_onboarding",
21976 "language_selector",
21977 "language_tools",
21978 "languages",
21979 "line_ending_selector",
21980 "log",
21981 "markdown",
21982 "markdown_preview",
21983 "menu",
21984 "migrator",
21985 "mimalloc",
21986 "miniprofiler_ui",
21987 "nc",
21988 "node_runtime",
21989 "notifications",
21990 "onboarding",
21991 "outline",
21992 "outline_panel",
21993 "parking_lot",
21994 "paths",
21995 "picker",
21996 "pkg-config",
21997 "pretty_assertions",
21998 "profiling",
21999 "project",
22000 "project_panel",
22001 "project_symbols",
22002 "prompt_store",
22003 "proto",
22004 "rayon",
22005 "recent_projects",
22006 "release_channel",
22007 "remote",
22008 "repl",
22009 "reqwest_client",
22010 "rope",
22011 "search",
22012 "semver",
22013 "serde",
22014 "serde_json",
22015 "session",
22016 "settings",
22017 "settings_profile_selector",
22018 "settings_ui",
22019 "shellexpand 2.1.2",
22020 "sidebar",
22021 "smol",
22022 "snippet_provider",
22023 "snippets_ui",
22024 "svg_preview",
22025 "sysinfo 0.37.2",
22026 "system_specs",
22027 "tab_switcher",
22028 "task",
22029 "tasks_ui",
22030 "telemetry",
22031 "telemetry_events",
22032 "tempfile",
22033 "terminal_view",
22034 "theme",
22035 "theme_extension",
22036 "theme_selector",
22037 "theme_settings",
22038 "time",
22039 "time_format",
22040 "title_bar",
22041 "toolchain_selector",
22042 "tracing",
22043 "ui",
22044 "ui_prompt",
22045 "url",
22046 "urlencoding",
22047 "util",
22048 "uuid",
22049 "vim",
22050 "vim_mode_setting",
22051 "watch",
22052 "web_search",
22053 "web_search_providers",
22054 "which_key",
22055 "windows 0.61.3",
22056 "winresource",
22057 "workspace",
22058 "zed-reqwest",
22059 "zed_actions",
22060 "zed_env_vars",
22061 "zlog",
22062 "zlog_settings",
22063 "ztracing",
22064]
22065
22066[[package]]
22067name = "zed-font-kit"
22068version = "0.14.1-zed"
22069source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22070dependencies = [
22071 "bitflags 2.10.0",
22072 "byteorder",
22073 "core-foundation 0.10.0",
22074 "core-graphics 0.24.0",
22075 "core-text",
22076 "dirs 5.0.1",
22077 "dwrote",
22078 "float-ord",
22079 "freetype-sys",
22080 "lazy_static",
22081 "libc",
22082 "log",
22083 "pathfinder_geometry",
22084 "pathfinder_simd",
22085 "walkdir",
22086 "winapi",
22087 "yeslogic-fontconfig-sys",
22088]
22089
22090[[package]]
22091name = "zed-reqwest"
22092version = "0.12.15-zed"
22093source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22094dependencies = [
22095 "base64 0.22.1",
22096 "bytes 1.11.1",
22097 "encoding_rs",
22098 "futures-core",
22099 "futures-util",
22100 "h2 0.4.12",
22101 "http 1.3.1",
22102 "http-body 1.0.1",
22103 "http-body-util",
22104 "hyper 1.7.0",
22105 "hyper-rustls 0.27.7",
22106 "hyper-util",
22107 "ipnet",
22108 "js-sys",
22109 "log",
22110 "mime",
22111 "mime_guess",
22112 "once_cell",
22113 "percent-encoding",
22114 "pin-project-lite",
22115 "quinn",
22116 "rustls 0.23.33",
22117 "rustls-native-certs 0.8.2",
22118 "rustls-pemfile 2.2.0",
22119 "rustls-pki-types",
22120 "serde",
22121 "serde_json",
22122 "serde_urlencoded",
22123 "sync_wrapper 1.0.2",
22124 "system-configuration 0.6.1",
22125 "tokio",
22126 "tokio-rustls 0.26.2",
22127 "tokio-socks",
22128 "tokio-util",
22129 "tower 0.5.2",
22130 "tower-service",
22131 "url",
22132 "wasm-bindgen",
22133 "wasm-bindgen-futures",
22134 "wasm-streams",
22135 "web-sys",
22136 "windows-registry 0.4.0",
22137]
22138
22139[[package]]
22140name = "zed-scap"
22141version = "0.0.8-zed"
22142source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22143dependencies = [
22144 "anyhow",
22145 "cocoa 0.25.0",
22146 "core-graphics-helmer-fork",
22147 "log",
22148 "objc",
22149 "rand 0.8.5",
22150 "screencapturekit",
22151 "screencapturekit-sys",
22152 "sysinfo 0.31.4",
22153 "tao-core-video-sys",
22154 "windows 0.61.3",
22155 "windows-capture",
22156 "x11",
22157 "xcb",
22158]
22159
22160[[package]]
22161name = "zed-xim"
22162version = "0.4.0-zed"
22163source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22164dependencies = [
22165 "ahash 0.8.12",
22166 "hashbrown 0.14.5",
22167 "log",
22168 "x11rb",
22169 "xim-ctext",
22170 "xim-parser",
22171]
22172
22173[[package]]
22174name = "zed_actions"
22175version = "0.1.0"
22176dependencies = [
22177 "gpui",
22178 "schemars",
22179 "serde",
22180 "util",
22181 "uuid",
22182]
22183
22184[[package]]
22185name = "zed_env_vars"
22186version = "0.1.0"
22187dependencies = [
22188 "gpui",
22189]
22190
22191[[package]]
22192name = "zed_extension_api"
22193version = "0.1.0"
22194source = "registry+https://github.com/rust-lang/crates.io-index"
22195checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22196dependencies = [
22197 "serde",
22198 "serde_json",
22199 "wit-bindgen 0.22.0",
22200]
22201
22202[[package]]
22203name = "zed_extension_api"
22204version = "0.7.0"
22205source = "registry+https://github.com/rust-lang/crates.io-index"
22206checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22207dependencies = [
22208 "serde",
22209 "serde_json",
22210 "wit-bindgen 0.41.0",
22211]
22212
22213[[package]]
22214name = "zed_extension_api"
22215version = "0.8.0"
22216dependencies = [
22217 "serde",
22218 "serde_json",
22219 "wit-bindgen 0.41.0",
22220]
22221
22222[[package]]
22223name = "zed_glsl"
22224version = "0.2.2"
22225dependencies = [
22226 "zed_extension_api 0.1.0",
22227]
22228
22229[[package]]
22230name = "zed_html"
22231version = "0.3.1"
22232dependencies = [
22233 "zed_extension_api 0.7.0",
22234]
22235
22236[[package]]
22237name = "zed_proto"
22238version = "0.3.1"
22239dependencies = [
22240 "zed_extension_api 0.7.0",
22241]
22242
22243[[package]]
22244name = "zed_test_extension"
22245version = "0.1.0"
22246dependencies = [
22247 "zed_extension_api 0.8.0",
22248]
22249
22250[[package]]
22251name = "zeno"
22252version = "0.3.3"
22253source = "registry+https://github.com/rust-lang/crates.io-index"
22254checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22255
22256[[package]]
22257name = "zerocopy"
22258version = "0.8.27"
22259source = "registry+https://github.com/rust-lang/crates.io-index"
22260checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22261dependencies = [
22262 "zerocopy-derive",
22263]
22264
22265[[package]]
22266name = "zerocopy-derive"
22267version = "0.8.27"
22268source = "registry+https://github.com/rust-lang/crates.io-index"
22269checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22270dependencies = [
22271 "proc-macro2",
22272 "quote",
22273 "syn 2.0.117",
22274]
22275
22276[[package]]
22277name = "zerofrom"
22278version = "0.1.6"
22279source = "registry+https://github.com/rust-lang/crates.io-index"
22280checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22281dependencies = [
22282 "zerofrom-derive",
22283]
22284
22285[[package]]
22286name = "zerofrom-derive"
22287version = "0.1.6"
22288source = "registry+https://github.com/rust-lang/crates.io-index"
22289checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22290dependencies = [
22291 "proc-macro2",
22292 "quote",
22293 "syn 2.0.117",
22294 "synstructure",
22295]
22296
22297[[package]]
22298name = "zeroize"
22299version = "1.8.2"
22300source = "registry+https://github.com/rust-lang/crates.io-index"
22301checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22302dependencies = [
22303 "zeroize_derive",
22304]
22305
22306[[package]]
22307name = "zeroize_derive"
22308version = "1.4.2"
22309source = "registry+https://github.com/rust-lang/crates.io-index"
22310checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22311dependencies = [
22312 "proc-macro2",
22313 "quote",
22314 "syn 2.0.117",
22315]
22316
22317[[package]]
22318name = "zeromq"
22319version = "0.5.0"
22320source = "registry+https://github.com/rust-lang/crates.io-index"
22321checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22322dependencies = [
22323 "async-dispatcher",
22324 "async-std",
22325 "async-trait",
22326 "asynchronous-codec",
22327 "bytes 1.11.1",
22328 "crossbeam-queue",
22329 "futures 0.3.31",
22330 "log",
22331 "num-traits",
22332 "once_cell",
22333 "parking_lot",
22334 "rand 0.9.2",
22335 "regex",
22336 "scc",
22337 "thiserror 1.0.69",
22338 "uuid",
22339]
22340
22341[[package]]
22342name = "zerotrie"
22343version = "0.2.2"
22344source = "registry+https://github.com/rust-lang/crates.io-index"
22345checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22346dependencies = [
22347 "displaydoc",
22348 "yoke 0.8.0",
22349 "zerofrom",
22350]
22351
22352[[package]]
22353name = "zerovec"
22354version = "0.11.4"
22355source = "registry+https://github.com/rust-lang/crates.io-index"
22356checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22357dependencies = [
22358 "yoke 0.8.0",
22359 "zerofrom",
22360 "zerovec-derive",
22361]
22362
22363[[package]]
22364name = "zerovec-derive"
22365version = "0.11.1"
22366source = "registry+https://github.com/rust-lang/crates.io-index"
22367checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22368dependencies = [
22369 "proc-macro2",
22370 "quote",
22371 "syn 2.0.117",
22372]
22373
22374[[package]]
22375name = "zeta_prompt"
22376version = "0.1.0"
22377dependencies = [
22378 "anyhow",
22379 "indoc",
22380 "serde",
22381 "strum 0.27.2",
22382]
22383
22384[[package]]
22385name = "zip"
22386version = "0.6.6"
22387source = "registry+https://github.com/rust-lang/crates.io-index"
22388checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22389dependencies = [
22390 "aes",
22391 "byteorder",
22392 "bzip2 0.4.4",
22393 "constant_time_eq",
22394 "crc32fast",
22395 "crossbeam-utils",
22396 "flate2",
22397 "hmac",
22398 "pbkdf2 0.11.0",
22399 "sha1",
22400 "time",
22401 "zstd",
22402]
22403
22404[[package]]
22405name = "zip"
22406version = "1.1.4"
22407source = "registry+https://github.com/rust-lang/crates.io-index"
22408checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22409dependencies = [
22410 "arbitrary",
22411 "crc32fast",
22412 "crossbeam-utils",
22413 "displaydoc",
22414 "indexmap",
22415 "num_enum",
22416 "thiserror 1.0.69",
22417]
22418
22419[[package]]
22420name = "zlog"
22421version = "0.1.0"
22422dependencies = [
22423 "anyhow",
22424 "chrono",
22425 "collections",
22426 "log",
22427 "tempfile",
22428]
22429
22430[[package]]
22431name = "zlog_settings"
22432version = "0.1.0"
22433dependencies = [
22434 "collections",
22435 "gpui",
22436 "settings",
22437 "zlog",
22438]
22439
22440[[package]]
22441name = "zstd"
22442version = "0.11.2+zstd.1.5.2"
22443source = "registry+https://github.com/rust-lang/crates.io-index"
22444checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22445dependencies = [
22446 "zstd-safe",
22447]
22448
22449[[package]]
22450name = "zstd-safe"
22451version = "5.0.2+zstd.1.5.2"
22452source = "registry+https://github.com/rust-lang/crates.io-index"
22453checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22454dependencies = [
22455 "libc",
22456 "zstd-sys",
22457]
22458
22459[[package]]
22460name = "zstd-sys"
22461version = "2.0.16+zstd.1.5.7"
22462source = "registry+https://github.com/rust-lang/crates.io-index"
22463checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22464dependencies = [
22465 "cc",
22466 "pkg-config",
22467]
22468
22469[[package]]
22470name = "ztracing"
22471version = "0.1.0"
22472dependencies = [
22473 "tracing",
22474 "tracing-subscriber",
22475 "tracing-tracy",
22476 "tracy-client",
22477 "zlog",
22478 "ztracing_macro",
22479]
22480
22481[[package]]
22482name = "ztracing_macro"
22483version = "0.1.0"
22484
22485[[package]]
22486name = "zune-core"
22487version = "0.4.12"
22488source = "registry+https://github.com/rust-lang/crates.io-index"
22489checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22490
22491[[package]]
22492name = "zune-inflate"
22493version = "0.2.54"
22494source = "registry+https://github.com/rust-lang/crates.io-index"
22495checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22496dependencies = [
22497 "simd-adler32",
22498]
22499
22500[[package]]
22501name = "zune-jpeg"
22502version = "0.4.21"
22503source = "registry+https://github.com/rust-lang/crates.io-index"
22504checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22505dependencies = [
22506 "zune-core",
22507]
22508
22509[[package]]
22510name = "zvariant"
22511version = "5.9.2"
22512source = "registry+https://github.com/rust-lang/crates.io-index"
22513checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22514dependencies = [
22515 "endi",
22516 "enumflags2",
22517 "serde",
22518 "serde_bytes",
22519 "winnow",
22520 "zvariant_derive",
22521 "zvariant_utils",
22522]
22523
22524[[package]]
22525name = "zvariant_derive"
22526version = "5.9.2"
22527source = "registry+https://github.com/rust-lang/crates.io-index"
22528checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22529dependencies = [
22530 "proc-macro-crate",
22531 "proc-macro2",
22532 "quote",
22533 "syn 2.0.117",
22534 "zvariant_utils",
22535]
22536
22537[[package]]
22538name = "zvariant_utils"
22539version = "3.3.0"
22540source = "registry+https://github.com/rust-lang/crates.io-index"
22541checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22542dependencies = [
22543 "proc-macro2",
22544 "quote",
22545 "serde",
22546 "syn 2.0.117",
22547 "winnow",
22548]