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",
   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.24.2"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
  119dependencies = [
  120 "gimli 0.31.1",
  121]
  122
  123[[package]]
  124name = "addr2line"
  125version = "0.25.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  128dependencies = [
  129 "gimli 0.32.3",
  130]
  131
  132[[package]]
  133name = "adler2"
  134version = "2.0.1"
  135source = "registry+https://github.com/rust-lang/crates.io-index"
  136checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  137
  138[[package]]
  139name = "aes"
  140version = "0.8.4"
  141source = "registry+https://github.com/rust-lang/crates.io-index"
  142checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  143dependencies = [
  144 "cfg-if",
  145 "cipher",
  146 "cpufeatures",
  147 "zeroize",
  148]
  149
  150[[package]]
  151name = "agent"
  152version = "0.1.0"
  153dependencies = [
  154 "acp_thread",
  155 "action_log",
  156 "agent-client-protocol",
  157 "agent_servers",
  158 "agent_settings",
  159 "anyhow",
  160 "chrono",
  161 "client",
  162 "clock",
  163 "cloud_api_types",
  164 "cloud_llm_client",
  165 "collections",
  166 "context_server",
  167 "ctor",
  168 "db",
  169 "derive_more",
  170 "editor",
  171 "env_logger 0.11.8",
  172 "eval_utils",
  173 "feature_flags",
  174 "fs",
  175 "futures 0.3.31",
  176 "git",
  177 "gpui",
  178 "gpui_tokio",
  179 "handlebars 4.5.0",
  180 "heck 0.5.0",
  181 "html_to_markdown",
  182 "http_client",
  183 "indoc",
  184 "itertools 0.14.0",
  185 "language",
  186 "language_model",
  187 "language_models",
  188 "log",
  189 "lsp",
  190 "open",
  191 "parking_lot",
  192 "paths",
  193 "pretty_assertions",
  194 "project",
  195 "prompt_store",
  196 "rand 0.9.2",
  197 "regex",
  198 "reqwest_client",
  199 "rust-embed",
  200 "schemars",
  201 "serde",
  202 "serde_json",
  203 "settings",
  204 "shell_command_parser",
  205 "smallvec",
  206 "smol",
  207 "sqlez",
  208 "streaming_diff",
  209 "strsim",
  210 "task",
  211 "telemetry",
  212 "tempfile",
  213 "text",
  214 "theme",
  215 "thiserror 2.0.17",
  216 "ui",
  217 "unindent",
  218 "url",
  219 "util",
  220 "uuid",
  221 "watch",
  222 "web_search",
  223 "zed_env_vars",
  224 "zlog",
  225 "zstd",
  226]
  227
  228[[package]]
  229name = "agent-client-protocol"
  230version = "0.10.2"
  231source = "registry+https://github.com/rust-lang/crates.io-index"
  232checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  233dependencies = [
  234 "agent-client-protocol-schema",
  235 "anyhow",
  236 "async-broadcast",
  237 "async-trait",
  238 "derive_more",
  239 "futures 0.3.31",
  240 "log",
  241 "serde",
  242 "serde_json",
  243]
  244
  245[[package]]
  246name = "agent-client-protocol-schema"
  247version = "0.11.2"
  248source = "registry+https://github.com/rust-lang/crates.io-index"
  249checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  250dependencies = [
  251 "anyhow",
  252 "derive_more",
  253 "schemars",
  254 "serde",
  255 "serde_json",
  256 "strum 0.28.0",
  257]
  258
  259[[package]]
  260name = "agent_servers"
  261version = "0.1.0"
  262dependencies = [
  263 "acp_thread",
  264 "acp_tools",
  265 "action_log",
  266 "agent-client-protocol",
  267 "anyhow",
  268 "async-trait",
  269 "chrono",
  270 "client",
  271 "collections",
  272 "credentials_provider",
  273 "env_logger 0.11.8",
  274 "fs",
  275 "futures 0.3.31",
  276 "google_ai",
  277 "gpui",
  278 "gpui_tokio",
  279 "http_client",
  280 "indoc",
  281 "language_model",
  282 "libc",
  283 "log",
  284 "nix 0.29.0",
  285 "project",
  286 "release_channel",
  287 "reqwest_client",
  288 "serde",
  289 "serde_json",
  290 "settings",
  291 "smol",
  292 "task",
  293 "tempfile",
  294 "terminal",
  295 "thiserror 2.0.17",
  296 "ui",
  297 "util",
  298 "uuid",
  299 "watch",
  300]
  301
  302[[package]]
  303name = "agent_settings"
  304version = "0.1.0"
  305dependencies = [
  306 "agent-client-protocol",
  307 "anyhow",
  308 "collections",
  309 "convert_case 0.8.0",
  310 "fs",
  311 "gpui",
  312 "language_model",
  313 "log",
  314 "project",
  315 "regex",
  316 "schemars",
  317 "serde",
  318 "serde_json",
  319 "serde_json_lenient",
  320 "settings",
  321 "util",
  322]
  323
  324[[package]]
  325name = "agent_ui"
  326version = "0.1.0"
  327dependencies = [
  328 "acp_thread",
  329 "action_log",
  330 "agent",
  331 "agent-client-protocol",
  332 "agent_servers",
  333 "agent_settings",
  334 "ai_onboarding",
  335 "anyhow",
  336 "arrayvec",
  337 "assistant_slash_command",
  338 "assistant_slash_commands",
  339 "assistant_text_thread",
  340 "async-fs",
  341 "audio",
  342 "base64 0.22.1",
  343 "buffer_diff",
  344 "chrono",
  345 "client",
  346 "cloud_api_types",
  347 "cloud_llm_client",
  348 "collections",
  349 "command_palette_hooks",
  350 "component",
  351 "context_server",
  352 "db",
  353 "editor",
  354 "eval_utils",
  355 "extension",
  356 "extension_host",
  357 "feature_flags",
  358 "file_icons",
  359 "fs",
  360 "futures 0.3.31",
  361 "fuzzy",
  362 "git",
  363 "gpui",
  364 "gpui_tokio",
  365 "html_to_markdown",
  366 "http_client",
  367 "image",
  368 "indoc",
  369 "itertools 0.14.0",
  370 "jsonschema",
  371 "language",
  372 "language_model",
  373 "language_models",
  374 "languages",
  375 "log",
  376 "lsp",
  377 "markdown",
  378 "menu",
  379 "multi_buffer",
  380 "notifications",
  381 "ordered-float 2.10.1",
  382 "parking_lot",
  383 "paths",
  384 "picker",
  385 "postage",
  386 "pretty_assertions",
  387 "project",
  388 "prompt_store",
  389 "proto",
  390 "rand 0.9.2",
  391 "release_channel",
  392 "reqwest_client",
  393 "rope",
  394 "rules_library",
  395 "schemars",
  396 "search",
  397 "semver",
  398 "serde",
  399 "serde_json",
  400 "serde_json_lenient",
  401 "settings",
  402 "smol",
  403 "streaming_diff",
  404 "task",
  405 "telemetry",
  406 "terminal",
  407 "terminal_view",
  408 "text",
  409 "theme",
  410 "time",
  411 "time_format",
  412 "tree-sitter-md",
  413 "ui",
  414 "ui_input",
  415 "unindent",
  416 "url",
  417 "util",
  418 "uuid",
  419 "watch",
  420 "workspace",
  421 "zed_actions",
  422]
  423
  424[[package]]
  425name = "ahash"
  426version = "0.7.8"
  427source = "registry+https://github.com/rust-lang/crates.io-index"
  428checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  429dependencies = [
  430 "getrandom 0.2.16",
  431 "once_cell",
  432 "version_check",
  433]
  434
  435[[package]]
  436name = "ahash"
  437version = "0.8.12"
  438source = "registry+https://github.com/rust-lang/crates.io-index"
  439checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  440dependencies = [
  441 "cfg-if",
  442 "const-random",
  443 "getrandom 0.3.4",
  444 "once_cell",
  445 "serde",
  446 "version_check",
  447 "zerocopy",
  448]
  449
  450[[package]]
  451name = "aho-corasick"
  452version = "1.1.3"
  453source = "registry+https://github.com/rust-lang/crates.io-index"
  454checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  455dependencies = [
  456 "memchr",
  457]
  458
  459[[package]]
  460name = "ai_onboarding"
  461version = "0.1.0"
  462dependencies = [
  463 "client",
  464 "cloud_api_types",
  465 "component",
  466 "gpui",
  467 "language_model",
  468 "serde",
  469 "smallvec",
  470 "telemetry",
  471 "ui",
  472 "zed_actions",
  473]
  474
  475[[package]]
  476name = "alacritty_terminal"
  477version = "0.25.1"
  478source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  479dependencies = [
  480 "base64 0.22.1",
  481 "bitflags 2.10.0",
  482 "home",
  483 "libc",
  484 "log",
  485 "mach2 0.5.0",
  486 "miow",
  487 "parking_lot",
  488 "piper",
  489 "polling",
  490 "regex-automata",
  491 "rustix 1.1.2",
  492 "rustix-openpty",
  493 "serde",
  494 "signal-hook",
  495 "unicode-width",
  496 "vte",
  497 "windows-sys 0.59.0",
  498]
  499
  500[[package]]
  501name = "aliasable"
  502version = "0.1.3"
  503source = "registry+https://github.com/rust-lang/crates.io-index"
  504checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  505
  506[[package]]
  507name = "aligned-vec"
  508version = "0.6.4"
  509source = "registry+https://github.com/rust-lang/crates.io-index"
  510checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  511dependencies = [
  512 "equator",
  513]
  514
  515[[package]]
  516name = "alloc-no-stdlib"
  517version = "2.0.4"
  518source = "registry+https://github.com/rust-lang/crates.io-index"
  519checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
  520
  521[[package]]
  522name = "alloc-stdlib"
  523version = "0.2.2"
  524source = "registry+https://github.com/rust-lang/crates.io-index"
  525checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
  526dependencies = [
  527 "alloc-no-stdlib",
  528]
  529
  530[[package]]
  531name = "allocator-api2"
  532version = "0.2.21"
  533source = "registry+https://github.com/rust-lang/crates.io-index"
  534checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  535
  536[[package]]
  537name = "alsa"
  538version = "0.10.0"
  539source = "registry+https://github.com/rust-lang/crates.io-index"
  540checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  541dependencies = [
  542 "alsa-sys",
  543 "bitflags 2.10.0",
  544 "cfg-if",
  545 "libc",
  546]
  547
  548[[package]]
  549name = "alsa-sys"
  550version = "0.3.1"
  551source = "registry+https://github.com/rust-lang/crates.io-index"
  552checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  553dependencies = [
  554 "libc",
  555 "pkg-config",
  556]
  557
  558[[package]]
  559name = "ambient-authority"
  560version = "0.0.2"
  561source = "registry+https://github.com/rust-lang/crates.io-index"
  562checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  563
  564[[package]]
  565name = "ammonia"
  566version = "4.1.2"
  567source = "registry+https://github.com/rust-lang/crates.io-index"
  568checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  569dependencies = [
  570 "cssparser",
  571 "html5ever 0.35.0",
  572 "maplit",
  573 "tendril",
  574 "url",
  575]
  576
  577[[package]]
  578name = "android_system_properties"
  579version = "0.1.5"
  580source = "registry+https://github.com/rust-lang/crates.io-index"
  581checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  582dependencies = [
  583 "libc",
  584]
  585
  586[[package]]
  587name = "anes"
  588version = "0.1.6"
  589source = "registry+https://github.com/rust-lang/crates.io-index"
  590checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  591
  592[[package]]
  593name = "annotate-snippets"
  594version = "0.12.12"
  595source = "registry+https://github.com/rust-lang/crates.io-index"
  596checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  597dependencies = [
  598 "anstyle",
  599 "memchr",
  600 "unicode-width",
  601]
  602
  603[[package]]
  604name = "anstream"
  605version = "0.6.21"
  606source = "registry+https://github.com/rust-lang/crates.io-index"
  607checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  608dependencies = [
  609 "anstyle",
  610 "anstyle-parse",
  611 "anstyle-query",
  612 "anstyle-wincon",
  613 "colorchoice",
  614 "is_terminal_polyfill",
  615 "utf8parse",
  616]
  617
  618[[package]]
  619name = "anstyle"
  620version = "1.0.13"
  621source = "registry+https://github.com/rust-lang/crates.io-index"
  622checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  623
  624[[package]]
  625name = "anstyle-parse"
  626version = "0.2.7"
  627source = "registry+https://github.com/rust-lang/crates.io-index"
  628checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  629dependencies = [
  630 "utf8parse",
  631]
  632
  633[[package]]
  634name = "anstyle-query"
  635version = "1.1.4"
  636source = "registry+https://github.com/rust-lang/crates.io-index"
  637checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  638dependencies = [
  639 "windows-sys 0.60.2",
  640]
  641
  642[[package]]
  643name = "anstyle-wincon"
  644version = "3.0.10"
  645source = "registry+https://github.com/rust-lang/crates.io-index"
  646checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  647dependencies = [
  648 "anstyle",
  649 "once_cell_polyfill",
  650 "windows-sys 0.60.2",
  651]
  652
  653[[package]]
  654name = "anthropic"
  655version = "0.1.0"
  656dependencies = [
  657 "anyhow",
  658 "chrono",
  659 "futures 0.3.31",
  660 "http_client",
  661 "schemars",
  662 "serde",
  663 "serde_json",
  664 "settings",
  665 "strum 0.27.2",
  666 "thiserror 2.0.17",
  667]
  668
  669[[package]]
  670name = "any_vec"
  671version = "0.14.0"
  672source = "registry+https://github.com/rust-lang/crates.io-index"
  673checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  674
  675[[package]]
  676name = "anyhow"
  677version = "1.0.100"
  678source = "registry+https://github.com/rust-lang/crates.io-index"
  679checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  680
  681[[package]]
  682name = "approx"
  683version = "0.5.1"
  684source = "registry+https://github.com/rust-lang/crates.io-index"
  685checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  686dependencies = [
  687 "num-traits",
  688]
  689
  690[[package]]
  691name = "ar_archive_writer"
  692version = "0.5.1"
  693source = "registry+https://github.com/rust-lang/crates.io-index"
  694checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  695dependencies = [
  696 "object 0.37.3",
  697]
  698
  699[[package]]
  700name = "arbitrary"
  701version = "1.4.2"
  702source = "registry+https://github.com/rust-lang/crates.io-index"
  703checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  704dependencies = [
  705 "derive_arbitrary",
  706]
  707
  708[[package]]
  709name = "arg_enum_proc_macro"
  710version = "0.3.4"
  711source = "registry+https://github.com/rust-lang/crates.io-index"
  712checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  713dependencies = [
  714 "proc-macro2",
  715 "quote",
  716 "syn 2.0.117",
  717]
  718
  719[[package]]
  720name = "arraydeque"
  721version = "0.5.1"
  722source = "registry+https://github.com/rust-lang/crates.io-index"
  723checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  724
  725[[package]]
  726name = "arrayref"
  727version = "0.3.9"
  728source = "registry+https://github.com/rust-lang/crates.io-index"
  729checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  730
  731[[package]]
  732name = "arrayvec"
  733version = "0.7.6"
  734source = "registry+https://github.com/rust-lang/crates.io-index"
  735checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  736dependencies = [
  737 "serde",
  738]
  739
  740[[package]]
  741name = "as-raw-xcb-connection"
  742version = "1.0.1"
  743source = "registry+https://github.com/rust-lang/crates.io-index"
  744checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  745
  746[[package]]
  747name = "ascii"
  748version = "1.1.0"
  749source = "registry+https://github.com/rust-lang/crates.io-index"
  750checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  751
  752[[package]]
  753name = "ash"
  754version = "0.38.0+1.3.281"
  755source = "registry+https://github.com/rust-lang/crates.io-index"
  756checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  757dependencies = [
  758 "libloading",
  759]
  760
  761[[package]]
  762name = "ashpd"
  763version = "0.13.2"
  764source = "registry+https://github.com/rust-lang/crates.io-index"
  765checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  766dependencies = [
  767 "enumflags2",
  768 "futures-channel",
  769 "futures-util",
  770 "getrandom 0.4.1",
  771 "serde",
  772 "serde_repr",
  773 "wayland-backend",
  774 "wayland-client",
  775 "wayland-protocols",
  776 "zbus",
  777]
  778
  779[[package]]
  780name = "askpass"
  781version = "0.1.0"
  782dependencies = [
  783 "anyhow",
  784 "futures 0.3.31",
  785 "gpui",
  786 "log",
  787 "net",
  788 "smol",
  789 "tempfile",
  790 "util",
  791 "windows 0.61.3",
  792 "zeroize",
  793]
  794
  795[[package]]
  796name = "assets"
  797version = "0.1.0"
  798dependencies = [
  799 "anyhow",
  800 "gpui",
  801 "rust-embed",
  802]
  803
  804[[package]]
  805name = "assistant_slash_command"
  806version = "0.1.0"
  807dependencies = [
  808 "anyhow",
  809 "async-trait",
  810 "collections",
  811 "derive_more",
  812 "extension",
  813 "futures 0.3.31",
  814 "gpui",
  815 "language",
  816 "language_model",
  817 "parking_lot",
  818 "pretty_assertions",
  819 "serde",
  820 "serde_json",
  821 "ui",
  822 "util",
  823 "workspace",
  824]
  825
  826[[package]]
  827name = "assistant_slash_commands"
  828version = "0.1.0"
  829dependencies = [
  830 "anyhow",
  831 "assistant_slash_command",
  832 "chrono",
  833 "collections",
  834 "editor",
  835 "feature_flags",
  836 "fs",
  837 "futures 0.3.31",
  838 "fuzzy",
  839 "gpui",
  840 "html_to_markdown",
  841 "http_client",
  842 "language",
  843 "multi_buffer",
  844 "pretty_assertions",
  845 "project",
  846 "prompt_store",
  847 "rope",
  848 "serde",
  849 "serde_json",
  850 "settings",
  851 "smol",
  852 "text",
  853 "ui",
  854 "util",
  855 "workspace",
  856 "worktree",
  857 "zlog",
  858]
  859
  860[[package]]
  861name = "assistant_text_thread"
  862version = "0.1.0"
  863dependencies = [
  864 "agent_settings",
  865 "anyhow",
  866 "assistant_slash_command",
  867 "assistant_slash_commands",
  868 "chrono",
  869 "client",
  870 "clock",
  871 "cloud_llm_client",
  872 "collections",
  873 "context_server",
  874 "fs",
  875 "futures 0.3.31",
  876 "fuzzy",
  877 "gpui",
  878 "itertools 0.14.0",
  879 "language",
  880 "language_model",
  881 "log",
  882 "open_ai",
  883 "parking_lot",
  884 "paths",
  885 "pretty_assertions",
  886 "project",
  887 "prompt_store",
  888 "proto",
  889 "rand 0.9.2",
  890 "regex",
  891 "rpc",
  892 "serde",
  893 "serde_json",
  894 "settings",
  895 "smallvec",
  896 "smol",
  897 "telemetry",
  898 "text",
  899 "ui",
  900 "unindent",
  901 "util",
  902 "uuid",
  903 "workspace",
  904 "zed_env_vars",
  905]
  906
  907[[package]]
  908name = "async-attributes"
  909version = "1.1.2"
  910source = "registry+https://github.com/rust-lang/crates.io-index"
  911checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  912dependencies = [
  913 "quote",
  914 "syn 1.0.109",
  915]
  916
  917[[package]]
  918name = "async-broadcast"
  919version = "0.7.2"
  920source = "registry+https://github.com/rust-lang/crates.io-index"
  921checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  922dependencies = [
  923 "event-listener 5.4.1",
  924 "event-listener-strategy",
  925 "futures-core",
  926 "pin-project-lite",
  927]
  928
  929[[package]]
  930name = "async-channel"
  931version = "1.9.0"
  932source = "registry+https://github.com/rust-lang/crates.io-index"
  933checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  934dependencies = [
  935 "concurrent-queue",
  936 "event-listener 2.5.3",
  937 "futures-core",
  938]
  939
  940[[package]]
  941name = "async-channel"
  942version = "2.5.0"
  943source = "registry+https://github.com/rust-lang/crates.io-index"
  944checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  945dependencies = [
  946 "concurrent-queue",
  947 "event-listener-strategy",
  948 "futures-core",
  949 "pin-project-lite",
  950]
  951
  952[[package]]
  953name = "async-compat"
  954version = "0.2.5"
  955source = "registry+https://github.com/rust-lang/crates.io-index"
  956checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  957dependencies = [
  958 "futures-core",
  959 "futures-io",
  960 "once_cell",
  961 "pin-project-lite",
  962 "tokio",
  963]
  964
  965[[package]]
  966name = "async-compression"
  967version = "0.4.32"
  968source = "registry+https://github.com/rust-lang/crates.io-index"
  969checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  970dependencies = [
  971 "compression-codecs",
  972 "compression-core",
  973 "futures-core",
  974 "futures-io",
  975 "pin-project-lite",
  976]
  977
  978[[package]]
  979name = "async-dispatcher"
  980version = "0.1.2"
  981source = "registry+https://github.com/rust-lang/crates.io-index"
  982checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  983dependencies = [
  984 "async-task",
  985 "futures-lite 1.13.0",
  986]
  987
  988[[package]]
  989name = "async-executor"
  990version = "1.13.3"
  991source = "registry+https://github.com/rust-lang/crates.io-index"
  992checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  993dependencies = [
  994 "async-task",
  995 "concurrent-queue",
  996 "fastrand 2.3.0",
  997 "futures-lite 2.6.1",
  998 "pin-project-lite",
  999 "slab",
 1000]
 1001
 1002[[package]]
 1003name = "async-fs"
 1004version = "2.2.0"
 1005source = "registry+https://github.com/rust-lang/crates.io-index"
 1006checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
 1007dependencies = [
 1008 "async-lock 3.4.2",
 1009 "blocking",
 1010 "futures-lite 2.6.1",
 1011]
 1012
 1013[[package]]
 1014name = "async-global-executor"
 1015version = "2.4.1"
 1016source = "registry+https://github.com/rust-lang/crates.io-index"
 1017checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
 1018dependencies = [
 1019 "async-channel 2.5.0",
 1020 "async-executor",
 1021 "async-io",
 1022 "async-lock 3.4.2",
 1023 "blocking",
 1024 "futures-lite 2.6.1",
 1025 "once_cell",
 1026]
 1027
 1028[[package]]
 1029name = "async-io"
 1030version = "2.6.0"
 1031source = "registry+https://github.com/rust-lang/crates.io-index"
 1032checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
 1033dependencies = [
 1034 "autocfg",
 1035 "cfg-if",
 1036 "concurrent-queue",
 1037 "futures-io",
 1038 "futures-lite 2.6.1",
 1039 "parking",
 1040 "polling",
 1041 "rustix 1.1.2",
 1042 "slab",
 1043 "windows-sys 0.61.2",
 1044]
 1045
 1046[[package]]
 1047name = "async-lock"
 1048version = "2.8.0"
 1049source = "registry+https://github.com/rust-lang/crates.io-index"
 1050checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
 1051dependencies = [
 1052 "event-listener 2.5.3",
 1053]
 1054
 1055[[package]]
 1056name = "async-lock"
 1057version = "3.4.2"
 1058source = "registry+https://github.com/rust-lang/crates.io-index"
 1059checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
 1060dependencies = [
 1061 "event-listener 5.4.1",
 1062 "event-listener-strategy",
 1063 "pin-project-lite",
 1064]
 1065
 1066[[package]]
 1067name = "async-net"
 1068version = "2.0.0"
 1069source = "registry+https://github.com/rust-lang/crates.io-index"
 1070checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
 1071dependencies = [
 1072 "async-io",
 1073 "blocking",
 1074 "futures-lite 2.6.1",
 1075]
 1076
 1077[[package]]
 1078name = "async-pipe"
 1079version = "0.1.3"
 1080source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
 1081dependencies = [
 1082 "futures 0.3.31",
 1083 "log",
 1084]
 1085
 1086[[package]]
 1087name = "async-process"
 1088version = "2.5.0"
 1089source = "registry+https://github.com/rust-lang/crates.io-index"
 1090checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 1091dependencies = [
 1092 "async-channel 2.5.0",
 1093 "async-io",
 1094 "async-lock 3.4.2",
 1095 "async-signal",
 1096 "async-task",
 1097 "blocking",
 1098 "cfg-if",
 1099 "event-listener 5.4.1",
 1100 "futures-lite 2.6.1",
 1101 "rustix 1.1.2",
 1102]
 1103
 1104[[package]]
 1105name = "async-recursion"
 1106version = "1.1.1"
 1107source = "registry+https://github.com/rust-lang/crates.io-index"
 1108checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1109dependencies = [
 1110 "proc-macro2",
 1111 "quote",
 1112 "syn 2.0.117",
 1113]
 1114
 1115[[package]]
 1116name = "async-signal"
 1117version = "0.2.13"
 1118source = "registry+https://github.com/rust-lang/crates.io-index"
 1119checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1120dependencies = [
 1121 "async-io",
 1122 "async-lock 3.4.2",
 1123 "atomic-waker",
 1124 "cfg-if",
 1125 "futures-core",
 1126 "futures-io",
 1127 "rustix 1.1.2",
 1128 "signal-hook-registry",
 1129 "slab",
 1130 "windows-sys 0.61.2",
 1131]
 1132
 1133[[package]]
 1134name = "async-std"
 1135version = "1.13.2"
 1136source = "registry+https://github.com/rust-lang/crates.io-index"
 1137checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1138dependencies = [
 1139 "async-attributes",
 1140 "async-channel 1.9.0",
 1141 "async-global-executor",
 1142 "async-io",
 1143 "async-lock 3.4.2",
 1144 "async-process",
 1145 "crossbeam-utils",
 1146 "futures-channel",
 1147 "futures-core",
 1148 "futures-io",
 1149 "futures-lite 2.6.1",
 1150 "gloo-timers",
 1151 "kv-log-macro",
 1152 "log",
 1153 "memchr",
 1154 "once_cell",
 1155 "pin-project-lite",
 1156 "pin-utils",
 1157 "slab",
 1158 "wasm-bindgen-futures",
 1159]
 1160
 1161[[package]]
 1162name = "async-stream"
 1163version = "0.3.6"
 1164source = "registry+https://github.com/rust-lang/crates.io-index"
 1165checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1166dependencies = [
 1167 "async-stream-impl",
 1168 "futures-core",
 1169 "pin-project-lite",
 1170]
 1171
 1172[[package]]
 1173name = "async-stream-impl"
 1174version = "0.3.6"
 1175source = "registry+https://github.com/rust-lang/crates.io-index"
 1176checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1177dependencies = [
 1178 "proc-macro2",
 1179 "quote",
 1180 "syn 2.0.117",
 1181]
 1182
 1183[[package]]
 1184name = "async-tar"
 1185version = "0.5.1"
 1186source = "registry+https://github.com/rust-lang/crates.io-index"
 1187checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1188dependencies = [
 1189 "async-std",
 1190 "filetime",
 1191 "libc",
 1192 "pin-project",
 1193 "redox_syscall 0.2.16",
 1194 "xattr",
 1195]
 1196
 1197[[package]]
 1198name = "async-task"
 1199version = "4.7.1"
 1200source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1201
 1202[[package]]
 1203name = "async-trait"
 1204version = "0.1.89"
 1205source = "registry+https://github.com/rust-lang/crates.io-index"
 1206checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1207dependencies = [
 1208 "proc-macro2",
 1209 "quote",
 1210 "syn 2.0.117",
 1211]
 1212
 1213[[package]]
 1214name = "async-tungstenite"
 1215version = "0.31.0"
 1216source = "registry+https://github.com/rust-lang/crates.io-index"
 1217checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1218dependencies = [
 1219 "atomic-waker",
 1220 "futures-core",
 1221 "futures-io",
 1222 "futures-task",
 1223 "futures-util",
 1224 "log",
 1225 "pin-project-lite",
 1226 "rustls-pki-types",
 1227 "tokio",
 1228 "tokio-rustls 0.26.2",
 1229 "tungstenite 0.27.0",
 1230]
 1231
 1232[[package]]
 1233name = "async_zip"
 1234version = "0.0.18"
 1235source = "registry+https://github.com/rust-lang/crates.io-index"
 1236checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1237dependencies = [
 1238 "async-compression",
 1239 "crc32fast",
 1240 "futures-lite 2.6.1",
 1241 "pin-project",
 1242 "thiserror 2.0.17",
 1243]
 1244
 1245[[package]]
 1246name = "asynchronous-codec"
 1247version = "0.7.0"
 1248source = "registry+https://github.com/rust-lang/crates.io-index"
 1249checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1250dependencies = [
 1251 "bytes 1.11.1",
 1252 "futures-sink",
 1253 "futures-util",
 1254 "memchr",
 1255 "pin-project-lite",
 1256]
 1257
 1258[[package]]
 1259name = "atoi"
 1260version = "2.0.0"
 1261source = "registry+https://github.com/rust-lang/crates.io-index"
 1262checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1263dependencies = [
 1264 "num-traits",
 1265]
 1266
 1267[[package]]
 1268name = "atomic"
 1269version = "0.5.3"
 1270source = "registry+https://github.com/rust-lang/crates.io-index"
 1271checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1272
 1273[[package]]
 1274name = "atomic-waker"
 1275version = "1.1.2"
 1276source = "registry+https://github.com/rust-lang/crates.io-index"
 1277checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1278
 1279[[package]]
 1280name = "audio"
 1281version = "0.1.0"
 1282dependencies = [
 1283 "anyhow",
 1284 "async-tar",
 1285 "collections",
 1286 "cpal",
 1287 "crossbeam",
 1288 "denoise",
 1289 "gpui",
 1290 "libwebrtc",
 1291 "log",
 1292 "parking_lot",
 1293 "rodio",
 1294 "serde",
 1295 "settings",
 1296 "smol",
 1297 "thiserror 2.0.17",
 1298 "util",
 1299]
 1300
 1301[[package]]
 1302name = "auditable-serde"
 1303version = "0.8.0"
 1304source = "registry+https://github.com/rust-lang/crates.io-index"
 1305checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1306dependencies = [
 1307 "semver",
 1308 "serde",
 1309 "serde_json",
 1310 "topological-sort",
 1311]
 1312
 1313[[package]]
 1314name = "auto_update"
 1315version = "0.1.0"
 1316dependencies = [
 1317 "anyhow",
 1318 "client",
 1319 "clock",
 1320 "ctor",
 1321 "db",
 1322 "futures 0.3.31",
 1323 "futures-lite 1.13.0",
 1324 "gpui",
 1325 "http_client",
 1326 "log",
 1327 "parking_lot",
 1328 "paths",
 1329 "release_channel",
 1330 "semver",
 1331 "serde",
 1332 "serde_json",
 1333 "settings",
 1334 "smol",
 1335 "tempfile",
 1336 "util",
 1337 "which 6.0.3",
 1338 "workspace",
 1339 "zlog",
 1340]
 1341
 1342[[package]]
 1343name = "auto_update_helper"
 1344version = "0.1.0"
 1345dependencies = [
 1346 "anyhow",
 1347 "log",
 1348 "scopeguard",
 1349 "simplelog",
 1350 "tempfile",
 1351 "windows 0.61.3",
 1352 "winresource",
 1353]
 1354
 1355[[package]]
 1356name = "auto_update_ui"
 1357version = "0.1.0"
 1358dependencies = [
 1359 "anyhow",
 1360 "auto_update",
 1361 "client",
 1362 "editor",
 1363 "gpui",
 1364 "markdown_preview",
 1365 "release_channel",
 1366 "semver",
 1367 "serde",
 1368 "serde_json",
 1369 "smol",
 1370 "ui",
 1371 "util",
 1372 "workspace",
 1373]
 1374
 1375[[package]]
 1376name = "autocfg"
 1377version = "1.5.0"
 1378source = "registry+https://github.com/rust-lang/crates.io-index"
 1379checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1380
 1381[[package]]
 1382name = "av1-grain"
 1383version = "0.2.4"
 1384source = "registry+https://github.com/rust-lang/crates.io-index"
 1385checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1386dependencies = [
 1387 "anyhow",
 1388 "arrayvec",
 1389 "log",
 1390 "nom 7.1.3",
 1391 "num-rational",
 1392 "v_frame",
 1393]
 1394
 1395[[package]]
 1396name = "avif-serialize"
 1397version = "0.8.6"
 1398source = "registry+https://github.com/rust-lang/crates.io-index"
 1399checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1400dependencies = [
 1401 "arrayvec",
 1402]
 1403
 1404[[package]]
 1405name = "aws-config"
 1406version = "1.8.10"
 1407source = "registry+https://github.com/rust-lang/crates.io-index"
 1408checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1409dependencies = [
 1410 "aws-credential-types",
 1411 "aws-runtime",
 1412 "aws-sdk-sso",
 1413 "aws-sdk-ssooidc",
 1414 "aws-sdk-sts",
 1415 "aws-smithy-async",
 1416 "aws-smithy-http",
 1417 "aws-smithy-json",
 1418 "aws-smithy-runtime",
 1419 "aws-smithy-runtime-api",
 1420 "aws-smithy-types",
 1421 "aws-types",
 1422 "bytes 1.11.1",
 1423 "fastrand 2.3.0",
 1424 "hex",
 1425 "http 1.3.1",
 1426 "ring",
 1427 "time",
 1428 "tokio",
 1429 "tracing",
 1430 "url",
 1431 "zeroize",
 1432]
 1433
 1434[[package]]
 1435name = "aws-credential-types"
 1436version = "1.2.10"
 1437source = "registry+https://github.com/rust-lang/crates.io-index"
 1438checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1439dependencies = [
 1440 "aws-smithy-async",
 1441 "aws-smithy-runtime-api",
 1442 "aws-smithy-types",
 1443 "zeroize",
 1444]
 1445
 1446[[package]]
 1447name = "aws-lc-rs"
 1448version = "1.15.4"
 1449source = "registry+https://github.com/rust-lang/crates.io-index"
 1450checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1451dependencies = [
 1452 "aws-lc-sys",
 1453 "untrusted 0.7.1",
 1454 "zeroize",
 1455]
 1456
 1457[[package]]
 1458name = "aws-lc-sys"
 1459version = "0.37.0"
 1460source = "registry+https://github.com/rust-lang/crates.io-index"
 1461checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1462dependencies = [
 1463 "cc",
 1464 "cmake",
 1465 "dunce",
 1466 "fs_extra",
 1467]
 1468
 1469[[package]]
 1470name = "aws-runtime"
 1471version = "1.5.16"
 1472source = "registry+https://github.com/rust-lang/crates.io-index"
 1473checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1474dependencies = [
 1475 "aws-credential-types",
 1476 "aws-sigv4",
 1477 "aws-smithy-async",
 1478 "aws-smithy-eventstream",
 1479 "aws-smithy-http",
 1480 "aws-smithy-runtime",
 1481 "aws-smithy-runtime-api",
 1482 "aws-smithy-types",
 1483 "aws-types",
 1484 "bytes 1.11.1",
 1485 "fastrand 2.3.0",
 1486 "http 0.2.12",
 1487 "http-body 0.4.6",
 1488 "percent-encoding",
 1489 "pin-project-lite",
 1490 "tracing",
 1491 "uuid",
 1492]
 1493
 1494[[package]]
 1495name = "aws-sdk-bedrockruntime"
 1496version = "1.113.0"
 1497source = "registry+https://github.com/rust-lang/crates.io-index"
 1498checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1499dependencies = [
 1500 "aws-credential-types",
 1501 "aws-runtime",
 1502 "aws-sigv4",
 1503 "aws-smithy-async",
 1504 "aws-smithy-eventstream",
 1505 "aws-smithy-http",
 1506 "aws-smithy-json",
 1507 "aws-smithy-runtime",
 1508 "aws-smithy-runtime-api",
 1509 "aws-smithy-types",
 1510 "aws-types",
 1511 "bytes 1.11.1",
 1512 "fastrand 2.3.0",
 1513 "http 0.2.12",
 1514 "hyper 0.14.32",
 1515 "regex-lite",
 1516 "tracing",
 1517]
 1518
 1519[[package]]
 1520name = "aws-sdk-kinesis"
 1521version = "1.95.0"
 1522source = "registry+https://github.com/rust-lang/crates.io-index"
 1523checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1524dependencies = [
 1525 "aws-credential-types",
 1526 "aws-runtime",
 1527 "aws-smithy-async",
 1528 "aws-smithy-eventstream",
 1529 "aws-smithy-http",
 1530 "aws-smithy-json",
 1531 "aws-smithy-runtime",
 1532 "aws-smithy-runtime-api",
 1533 "aws-smithy-types",
 1534 "aws-types",
 1535 "bytes 1.11.1",
 1536 "fastrand 2.3.0",
 1537 "http 0.2.12",
 1538 "regex-lite",
 1539 "tracing",
 1540]
 1541
 1542[[package]]
 1543name = "aws-sdk-s3"
 1544version = "1.112.0"
 1545source = "registry+https://github.com/rust-lang/crates.io-index"
 1546checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1547dependencies = [
 1548 "aws-credential-types",
 1549 "aws-runtime",
 1550 "aws-sigv4",
 1551 "aws-smithy-async",
 1552 "aws-smithy-checksums",
 1553 "aws-smithy-eventstream",
 1554 "aws-smithy-http",
 1555 "aws-smithy-json",
 1556 "aws-smithy-runtime",
 1557 "aws-smithy-runtime-api",
 1558 "aws-smithy-types",
 1559 "aws-smithy-xml",
 1560 "aws-types",
 1561 "bytes 1.11.1",
 1562 "fastrand 2.3.0",
 1563 "hex",
 1564 "hmac",
 1565 "http 0.2.12",
 1566 "http 1.3.1",
 1567 "http-body 0.4.6",
 1568 "lru",
 1569 "percent-encoding",
 1570 "regex-lite",
 1571 "sha2",
 1572 "tracing",
 1573 "url",
 1574]
 1575
 1576[[package]]
 1577name = "aws-sdk-sso"
 1578version = "1.88.0"
 1579source = "registry+https://github.com/rust-lang/crates.io-index"
 1580checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1581dependencies = [
 1582 "aws-credential-types",
 1583 "aws-runtime",
 1584 "aws-smithy-async",
 1585 "aws-smithy-http",
 1586 "aws-smithy-json",
 1587 "aws-smithy-runtime",
 1588 "aws-smithy-runtime-api",
 1589 "aws-smithy-types",
 1590 "aws-types",
 1591 "bytes 1.11.1",
 1592 "fastrand 2.3.0",
 1593 "http 0.2.12",
 1594 "regex-lite",
 1595 "tracing",
 1596]
 1597
 1598[[package]]
 1599name = "aws-sdk-ssooidc"
 1600version = "1.90.0"
 1601source = "registry+https://github.com/rust-lang/crates.io-index"
 1602checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1603dependencies = [
 1604 "aws-credential-types",
 1605 "aws-runtime",
 1606 "aws-smithy-async",
 1607 "aws-smithy-http",
 1608 "aws-smithy-json",
 1609 "aws-smithy-runtime",
 1610 "aws-smithy-runtime-api",
 1611 "aws-smithy-types",
 1612 "aws-types",
 1613 "bytes 1.11.1",
 1614 "fastrand 2.3.0",
 1615 "http 0.2.12",
 1616 "regex-lite",
 1617 "tracing",
 1618]
 1619
 1620[[package]]
 1621name = "aws-sdk-sts"
 1622version = "1.90.0"
 1623source = "registry+https://github.com/rust-lang/crates.io-index"
 1624checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1625dependencies = [
 1626 "aws-credential-types",
 1627 "aws-runtime",
 1628 "aws-smithy-async",
 1629 "aws-smithy-http",
 1630 "aws-smithy-json",
 1631 "aws-smithy-query",
 1632 "aws-smithy-runtime",
 1633 "aws-smithy-runtime-api",
 1634 "aws-smithy-types",
 1635 "aws-smithy-xml",
 1636 "aws-types",
 1637 "fastrand 2.3.0",
 1638 "http 0.2.12",
 1639 "regex-lite",
 1640 "tracing",
 1641]
 1642
 1643[[package]]
 1644name = "aws-sigv4"
 1645version = "1.3.6"
 1646source = "registry+https://github.com/rust-lang/crates.io-index"
 1647checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1648dependencies = [
 1649 "aws-credential-types",
 1650 "aws-smithy-eventstream",
 1651 "aws-smithy-http",
 1652 "aws-smithy-runtime-api",
 1653 "aws-smithy-types",
 1654 "bytes 1.11.1",
 1655 "crypto-bigint 0.5.5",
 1656 "form_urlencoded",
 1657 "hex",
 1658 "hmac",
 1659 "http 0.2.12",
 1660 "http 1.3.1",
 1661 "p256",
 1662 "percent-encoding",
 1663 "ring",
 1664 "sha2",
 1665 "subtle",
 1666 "time",
 1667 "tracing",
 1668 "zeroize",
 1669]
 1670
 1671[[package]]
 1672name = "aws-smithy-async"
 1673version = "1.2.6"
 1674source = "registry+https://github.com/rust-lang/crates.io-index"
 1675checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1676dependencies = [
 1677 "futures-util",
 1678 "pin-project-lite",
 1679 "tokio",
 1680]
 1681
 1682[[package]]
 1683name = "aws-smithy-checksums"
 1684version = "0.63.11"
 1685source = "registry+https://github.com/rust-lang/crates.io-index"
 1686checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1687dependencies = [
 1688 "aws-smithy-http",
 1689 "aws-smithy-types",
 1690 "bytes 1.11.1",
 1691 "crc-fast",
 1692 "hex",
 1693 "http 0.2.12",
 1694 "http-body 0.4.6",
 1695 "md-5",
 1696 "pin-project-lite",
 1697 "sha1",
 1698 "sha2",
 1699 "tracing",
 1700]
 1701
 1702[[package]]
 1703name = "aws-smithy-eventstream"
 1704version = "0.60.13"
 1705source = "registry+https://github.com/rust-lang/crates.io-index"
 1706checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1707dependencies = [
 1708 "aws-smithy-types",
 1709 "bytes 1.11.1",
 1710 "crc32fast",
 1711]
 1712
 1713[[package]]
 1714name = "aws-smithy-http"
 1715version = "0.62.5"
 1716source = "registry+https://github.com/rust-lang/crates.io-index"
 1717checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1718dependencies = [
 1719 "aws-smithy-eventstream",
 1720 "aws-smithy-runtime-api",
 1721 "aws-smithy-types",
 1722 "bytes 1.11.1",
 1723 "bytes-utils",
 1724 "futures-core",
 1725 "futures-util",
 1726 "http 0.2.12",
 1727 "http 1.3.1",
 1728 "http-body 0.4.6",
 1729 "percent-encoding",
 1730 "pin-project-lite",
 1731 "pin-utils",
 1732 "tracing",
 1733]
 1734
 1735[[package]]
 1736name = "aws-smithy-http-client"
 1737version = "1.1.4"
 1738source = "registry+https://github.com/rust-lang/crates.io-index"
 1739checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1740dependencies = [
 1741 "aws-smithy-async",
 1742 "aws-smithy-runtime-api",
 1743 "aws-smithy-types",
 1744 "h2 0.3.27",
 1745 "h2 0.4.12",
 1746 "http 0.2.12",
 1747 "http 1.3.1",
 1748 "http-body 0.4.6",
 1749 "hyper 0.14.32",
 1750 "hyper 1.7.0",
 1751 "hyper-rustls 0.24.2",
 1752 "hyper-rustls 0.27.7",
 1753 "hyper-util",
 1754 "pin-project-lite",
 1755 "rustls 0.21.12",
 1756 "rustls 0.23.33",
 1757 "rustls-native-certs 0.8.2",
 1758 "rustls-pki-types",
 1759 "tokio",
 1760 "tokio-rustls 0.26.2",
 1761 "tower 0.5.2",
 1762 "tracing",
 1763]
 1764
 1765[[package]]
 1766name = "aws-smithy-json"
 1767version = "0.61.7"
 1768source = "registry+https://github.com/rust-lang/crates.io-index"
 1769checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1770dependencies = [
 1771 "aws-smithy-types",
 1772]
 1773
 1774[[package]]
 1775name = "aws-smithy-observability"
 1776version = "0.1.4"
 1777source = "registry+https://github.com/rust-lang/crates.io-index"
 1778checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1779dependencies = [
 1780 "aws-smithy-runtime-api",
 1781]
 1782
 1783[[package]]
 1784name = "aws-smithy-query"
 1785version = "0.60.8"
 1786source = "registry+https://github.com/rust-lang/crates.io-index"
 1787checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1788dependencies = [
 1789 "aws-smithy-types",
 1790 "urlencoding",
 1791]
 1792
 1793[[package]]
 1794name = "aws-smithy-runtime"
 1795version = "1.9.4"
 1796source = "registry+https://github.com/rust-lang/crates.io-index"
 1797checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1798dependencies = [
 1799 "aws-smithy-async",
 1800 "aws-smithy-http",
 1801 "aws-smithy-http-client",
 1802 "aws-smithy-observability",
 1803 "aws-smithy-runtime-api",
 1804 "aws-smithy-types",
 1805 "bytes 1.11.1",
 1806 "fastrand 2.3.0",
 1807 "http 0.2.12",
 1808 "http 1.3.1",
 1809 "http-body 0.4.6",
 1810 "http-body 1.0.1",
 1811 "pin-project-lite",
 1812 "pin-utils",
 1813 "tokio",
 1814 "tracing",
 1815]
 1816
 1817[[package]]
 1818name = "aws-smithy-runtime-api"
 1819version = "1.9.2"
 1820source = "registry+https://github.com/rust-lang/crates.io-index"
 1821checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1822dependencies = [
 1823 "aws-smithy-async",
 1824 "aws-smithy-types",
 1825 "bytes 1.11.1",
 1826 "http 0.2.12",
 1827 "http 1.3.1",
 1828 "pin-project-lite",
 1829 "tokio",
 1830 "tracing",
 1831 "zeroize",
 1832]
 1833
 1834[[package]]
 1835name = "aws-smithy-types"
 1836version = "1.3.4"
 1837source = "registry+https://github.com/rust-lang/crates.io-index"
 1838checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1839dependencies = [
 1840 "base64-simd",
 1841 "bytes 1.11.1",
 1842 "bytes-utils",
 1843 "futures-core",
 1844 "http 0.2.12",
 1845 "http 1.3.1",
 1846 "http-body 0.4.6",
 1847 "http-body 1.0.1",
 1848 "http-body-util",
 1849 "itoa",
 1850 "num-integer",
 1851 "pin-project-lite",
 1852 "pin-utils",
 1853 "ryu",
 1854 "serde",
 1855 "time",
 1856 "tokio",
 1857 "tokio-util",
 1858]
 1859
 1860[[package]]
 1861name = "aws-smithy-xml"
 1862version = "0.60.12"
 1863source = "registry+https://github.com/rust-lang/crates.io-index"
 1864checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1865dependencies = [
 1866 "xmlparser",
 1867]
 1868
 1869[[package]]
 1870name = "aws-types"
 1871version = "1.3.10"
 1872source = "registry+https://github.com/rust-lang/crates.io-index"
 1873checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1874dependencies = [
 1875 "aws-credential-types",
 1876 "aws-smithy-async",
 1877 "aws-smithy-runtime-api",
 1878 "aws-smithy-types",
 1879 "rustc_version",
 1880 "tracing",
 1881]
 1882
 1883[[package]]
 1884name = "aws_http_client"
 1885version = "0.1.0"
 1886dependencies = [
 1887 "aws-smithy-runtime-api",
 1888 "aws-smithy-types",
 1889 "http_client",
 1890]
 1891
 1892[[package]]
 1893name = "axum"
 1894version = "0.6.20"
 1895source = "registry+https://github.com/rust-lang/crates.io-index"
 1896checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1897dependencies = [
 1898 "async-trait",
 1899 "axum-core",
 1900 "base64 0.21.7",
 1901 "bitflags 1.3.2",
 1902 "bytes 1.11.1",
 1903 "futures-util",
 1904 "headers",
 1905 "http 0.2.12",
 1906 "http-body 0.4.6",
 1907 "hyper 0.14.32",
 1908 "itoa",
 1909 "matchit",
 1910 "memchr",
 1911 "mime",
 1912 "percent-encoding",
 1913 "pin-project-lite",
 1914 "rustversion",
 1915 "serde",
 1916 "serde_json",
 1917 "serde_path_to_error",
 1918 "serde_urlencoded",
 1919 "sha1",
 1920 "sync_wrapper 0.1.2",
 1921 "tokio",
 1922 "tokio-tungstenite 0.20.1",
 1923 "tower 0.4.13",
 1924 "tower-layer",
 1925 "tower-service",
 1926]
 1927
 1928[[package]]
 1929name = "axum-core"
 1930version = "0.3.4"
 1931source = "registry+https://github.com/rust-lang/crates.io-index"
 1932checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1933dependencies = [
 1934 "async-trait",
 1935 "bytes 1.11.1",
 1936 "futures-util",
 1937 "http 0.2.12",
 1938 "http-body 0.4.6",
 1939 "mime",
 1940 "rustversion",
 1941 "tower-layer",
 1942 "tower-service",
 1943]
 1944
 1945[[package]]
 1946name = "backtrace"
 1947version = "0.3.76"
 1948source = "registry+https://github.com/rust-lang/crates.io-index"
 1949checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1950dependencies = [
 1951 "addr2line 0.25.1",
 1952 "cfg-if",
 1953 "libc",
 1954 "miniz_oxide",
 1955 "object 0.37.3",
 1956 "rustc-demangle",
 1957 "windows-link 0.2.1",
 1958]
 1959
 1960[[package]]
 1961name = "base16ct"
 1962version = "0.1.1"
 1963source = "registry+https://github.com/rust-lang/crates.io-index"
 1964checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1965
 1966[[package]]
 1967name = "base64"
 1968version = "0.21.7"
 1969source = "registry+https://github.com/rust-lang/crates.io-index"
 1970checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1971
 1972[[package]]
 1973name = "base64"
 1974version = "0.22.1"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1977
 1978[[package]]
 1979name = "base64-simd"
 1980version = "0.8.0"
 1981source = "registry+https://github.com/rust-lang/crates.io-index"
 1982checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1983dependencies = [
 1984 "outref",
 1985 "vsimd",
 1986]
 1987
 1988[[package]]
 1989name = "base64ct"
 1990version = "1.8.0"
 1991source = "registry+https://github.com/rust-lang/crates.io-index"
 1992checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1993
 1994[[package]]
 1995name = "bedrock"
 1996version = "0.1.0"
 1997dependencies = [
 1998 "anyhow",
 1999 "aws-sdk-bedrockruntime",
 2000 "aws-smithy-types",
 2001 "futures 0.3.31",
 2002 "schemars",
 2003 "serde",
 2004 "serde_json",
 2005 "strum 0.27.2",
 2006 "thiserror 2.0.17",
 2007]
 2008
 2009[[package]]
 2010name = "bigdecimal"
 2011version = "0.4.8"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 2014dependencies = [
 2015 "autocfg",
 2016 "libm",
 2017 "num-bigint",
 2018 "num-integer",
 2019 "num-traits",
 2020 "serde",
 2021]
 2022
 2023[[package]]
 2024name = "bincode"
 2025version = "1.3.3"
 2026source = "registry+https://github.com/rust-lang/crates.io-index"
 2027checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 2028dependencies = [
 2029 "serde",
 2030]
 2031
 2032[[package]]
 2033name = "bindgen"
 2034version = "0.71.1"
 2035source = "registry+https://github.com/rust-lang/crates.io-index"
 2036checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 2037dependencies = [
 2038 "bitflags 2.10.0",
 2039 "cexpr",
 2040 "clang-sys",
 2041 "itertools 0.12.1",
 2042 "log",
 2043 "prettyplease",
 2044 "proc-macro2",
 2045 "quote",
 2046 "regex",
 2047 "rustc-hash 2.1.1",
 2048 "shlex",
 2049 "syn 2.0.117",
 2050]
 2051
 2052[[package]]
 2053name = "bindgen"
 2054version = "0.72.1"
 2055source = "registry+https://github.com/rust-lang/crates.io-index"
 2056checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 2057dependencies = [
 2058 "bitflags 2.10.0",
 2059 "cexpr",
 2060 "clang-sys",
 2061 "itertools 0.12.1",
 2062 "proc-macro2",
 2063 "quote",
 2064 "regex",
 2065 "rustc-hash 2.1.1",
 2066 "shlex",
 2067 "syn 2.0.117",
 2068]
 2069
 2070[[package]]
 2071name = "bit-set"
 2072version = "0.8.0"
 2073source = "registry+https://github.com/rust-lang/crates.io-index"
 2074checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2075dependencies = [
 2076 "bit-vec",
 2077]
 2078
 2079[[package]]
 2080name = "bit-vec"
 2081version = "0.8.0"
 2082source = "registry+https://github.com/rust-lang/crates.io-index"
 2083checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2084
 2085[[package]]
 2086name = "bit_field"
 2087version = "0.10.3"
 2088source = "registry+https://github.com/rust-lang/crates.io-index"
 2089checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2090
 2091[[package]]
 2092name = "bitflags"
 2093version = "1.3.2"
 2094source = "registry+https://github.com/rust-lang/crates.io-index"
 2095checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2096
 2097[[package]]
 2098name = "bitflags"
 2099version = "2.10.0"
 2100source = "registry+https://github.com/rust-lang/crates.io-index"
 2101checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2102dependencies = [
 2103 "serde_core",
 2104]
 2105
 2106[[package]]
 2107name = "bitstream-io"
 2108version = "2.6.0"
 2109source = "registry+https://github.com/rust-lang/crates.io-index"
 2110checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2111
 2112[[package]]
 2113name = "bitvec"
 2114version = "1.0.1"
 2115source = "registry+https://github.com/rust-lang/crates.io-index"
 2116checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2117dependencies = [
 2118 "funty",
 2119 "radium",
 2120 "tap",
 2121 "wyz",
 2122]
 2123
 2124[[package]]
 2125name = "block"
 2126version = "0.1.6"
 2127source = "registry+https://github.com/rust-lang/crates.io-index"
 2128checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2129
 2130[[package]]
 2131name = "block-buffer"
 2132version = "0.10.4"
 2133source = "registry+https://github.com/rust-lang/crates.io-index"
 2134checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2135dependencies = [
 2136 "generic-array",
 2137]
 2138
 2139[[package]]
 2140name = "block-padding"
 2141version = "0.3.3"
 2142source = "registry+https://github.com/rust-lang/crates.io-index"
 2143checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2144dependencies = [
 2145 "generic-array",
 2146]
 2147
 2148[[package]]
 2149name = "block2"
 2150version = "0.6.2"
 2151source = "registry+https://github.com/rust-lang/crates.io-index"
 2152checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2153dependencies = [
 2154 "objc2",
 2155]
 2156
 2157[[package]]
 2158name = "blocking"
 2159version = "1.6.2"
 2160source = "registry+https://github.com/rust-lang/crates.io-index"
 2161checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2162dependencies = [
 2163 "async-channel 2.5.0",
 2164 "async-task",
 2165 "futures-io",
 2166 "futures-lite 2.6.1",
 2167 "piper",
 2168]
 2169
 2170[[package]]
 2171name = "bmrng"
 2172version = "0.5.2"
 2173source = "registry+https://github.com/rust-lang/crates.io-index"
 2174checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2175dependencies = [
 2176 "futures-core",
 2177 "tokio",
 2178]
 2179
 2180[[package]]
 2181name = "bon"
 2182version = "3.8.2"
 2183source = "registry+https://github.com/rust-lang/crates.io-index"
 2184checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2185dependencies = [
 2186 "bon-macros",
 2187 "rustversion",
 2188]
 2189
 2190[[package]]
 2191name = "bon-macros"
 2192version = "3.8.2"
 2193source = "registry+https://github.com/rust-lang/crates.io-index"
 2194checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2195dependencies = [
 2196 "darling 0.21.3",
 2197 "ident_case",
 2198 "prettyplease",
 2199 "proc-macro2",
 2200 "quote",
 2201 "rustversion",
 2202 "syn 2.0.117",
 2203]
 2204
 2205[[package]]
 2206name = "borrow-or-share"
 2207version = "0.2.4"
 2208source = "registry+https://github.com/rust-lang/crates.io-index"
 2209checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2210
 2211[[package]]
 2212name = "borsh"
 2213version = "1.5.7"
 2214source = "registry+https://github.com/rust-lang/crates.io-index"
 2215checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2216dependencies = [
 2217 "borsh-derive",
 2218 "cfg_aliases 0.2.1",
 2219]
 2220
 2221[[package]]
 2222name = "borsh-derive"
 2223version = "1.5.7"
 2224source = "registry+https://github.com/rust-lang/crates.io-index"
 2225checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2226dependencies = [
 2227 "once_cell",
 2228 "proc-macro-crate",
 2229 "proc-macro2",
 2230 "quote",
 2231 "syn 2.0.117",
 2232]
 2233
 2234[[package]]
 2235name = "breadcrumbs"
 2236version = "0.1.0"
 2237dependencies = [
 2238 "gpui",
 2239 "ui",
 2240 "workspace",
 2241]
 2242
 2243[[package]]
 2244name = "brotli"
 2245version = "8.0.2"
 2246source = "registry+https://github.com/rust-lang/crates.io-index"
 2247checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
 2248dependencies = [
 2249 "alloc-no-stdlib",
 2250 "alloc-stdlib",
 2251 "brotli-decompressor",
 2252]
 2253
 2254[[package]]
 2255name = "brotli-decompressor"
 2256version = "5.0.0"
 2257source = "registry+https://github.com/rust-lang/crates.io-index"
 2258checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
 2259dependencies = [
 2260 "alloc-no-stdlib",
 2261 "alloc-stdlib",
 2262]
 2263
 2264[[package]]
 2265name = "brush-parser"
 2266version = "0.3.0"
 2267source = "registry+https://github.com/rust-lang/crates.io-index"
 2268checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2269dependencies = [
 2270 "bon",
 2271 "cached",
 2272 "indenter",
 2273 "peg",
 2274 "thiserror 2.0.17",
 2275 "tracing",
 2276 "utf8-chars",
 2277]
 2278
 2279[[package]]
 2280name = "bstr"
 2281version = "1.12.0"
 2282source = "registry+https://github.com/rust-lang/crates.io-index"
 2283checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2284dependencies = [
 2285 "memchr",
 2286 "regex-automata",
 2287 "serde",
 2288]
 2289
 2290[[package]]
 2291name = "buffer_diff"
 2292version = "0.1.0"
 2293dependencies = [
 2294 "clock",
 2295 "ctor",
 2296 "futures 0.3.31",
 2297 "git2",
 2298 "gpui",
 2299 "language",
 2300 "log",
 2301 "pretty_assertions",
 2302 "rand 0.9.2",
 2303 "rope",
 2304 "settings",
 2305 "sum_tree",
 2306 "text",
 2307 "tracing",
 2308 "unindent",
 2309 "util",
 2310 "zlog",
 2311 "ztracing",
 2312]
 2313
 2314[[package]]
 2315name = "built"
 2316version = "0.7.7"
 2317source = "registry+https://github.com/rust-lang/crates.io-index"
 2318checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2319
 2320[[package]]
 2321name = "bumpalo"
 2322version = "3.19.0"
 2323source = "registry+https://github.com/rust-lang/crates.io-index"
 2324checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2325dependencies = [
 2326 "allocator-api2",
 2327]
 2328
 2329[[package]]
 2330name = "by_address"
 2331version = "1.2.1"
 2332source = "registry+https://github.com/rust-lang/crates.io-index"
 2333checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2334
 2335[[package]]
 2336name = "bytecheck"
 2337version = "0.6.12"
 2338source = "registry+https://github.com/rust-lang/crates.io-index"
 2339checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2340dependencies = [
 2341 "bytecheck_derive",
 2342 "ptr_meta",
 2343 "simdutf8",
 2344]
 2345
 2346[[package]]
 2347name = "bytecheck_derive"
 2348version = "0.6.12"
 2349source = "registry+https://github.com/rust-lang/crates.io-index"
 2350checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2351dependencies = [
 2352 "proc-macro2",
 2353 "quote",
 2354 "syn 1.0.109",
 2355]
 2356
 2357[[package]]
 2358name = "bytecount"
 2359version = "0.6.9"
 2360source = "registry+https://github.com/rust-lang/crates.io-index"
 2361checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2362
 2363[[package]]
 2364name = "bytemuck"
 2365version = "1.24.0"
 2366source = "registry+https://github.com/rust-lang/crates.io-index"
 2367checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2368dependencies = [
 2369 "bytemuck_derive",
 2370]
 2371
 2372[[package]]
 2373name = "bytemuck_derive"
 2374version = "1.10.2"
 2375source = "registry+https://github.com/rust-lang/crates.io-index"
 2376checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2377dependencies = [
 2378 "proc-macro2",
 2379 "quote",
 2380 "syn 2.0.117",
 2381]
 2382
 2383[[package]]
 2384name = "byteorder"
 2385version = "1.5.0"
 2386source = "registry+https://github.com/rust-lang/crates.io-index"
 2387checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2388
 2389[[package]]
 2390name = "byteorder-lite"
 2391version = "0.1.0"
 2392source = "registry+https://github.com/rust-lang/crates.io-index"
 2393checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2394
 2395[[package]]
 2396name = "bytes"
 2397version = "0.4.12"
 2398source = "registry+https://github.com/rust-lang/crates.io-index"
 2399checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2400dependencies = [
 2401 "byteorder",
 2402 "iovec",
 2403]
 2404
 2405[[package]]
 2406name = "bytes"
 2407version = "1.11.1"
 2408source = "registry+https://github.com/rust-lang/crates.io-index"
 2409checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2410
 2411[[package]]
 2412name = "bytes-utils"
 2413version = "0.1.4"
 2414source = "registry+https://github.com/rust-lang/crates.io-index"
 2415checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2416dependencies = [
 2417 "bytes 1.11.1",
 2418 "either",
 2419]
 2420
 2421[[package]]
 2422name = "bzip2"
 2423version = "0.4.4"
 2424source = "registry+https://github.com/rust-lang/crates.io-index"
 2425checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2426dependencies = [
 2427 "bzip2-sys",
 2428 "libc",
 2429]
 2430
 2431[[package]]
 2432name = "bzip2-sys"
 2433version = "0.1.13+1.0.8"
 2434source = "registry+https://github.com/rust-lang/crates.io-index"
 2435checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2436dependencies = [
 2437 "cc",
 2438 "pkg-config",
 2439]
 2440
 2441[[package]]
 2442name = "cached"
 2443version = "0.56.0"
 2444source = "registry+https://github.com/rust-lang/crates.io-index"
 2445checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2446dependencies = [
 2447 "ahash 0.8.12",
 2448 "cached_proc_macro",
 2449 "cached_proc_macro_types",
 2450 "hashbrown 0.15.5",
 2451 "once_cell",
 2452 "thiserror 2.0.17",
 2453 "web-time",
 2454]
 2455
 2456[[package]]
 2457name = "cached_proc_macro"
 2458version = "0.25.0"
 2459source = "registry+https://github.com/rust-lang/crates.io-index"
 2460checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2461dependencies = [
 2462 "darling 0.20.11",
 2463 "proc-macro2",
 2464 "quote",
 2465 "syn 2.0.117",
 2466]
 2467
 2468[[package]]
 2469name = "cached_proc_macro_types"
 2470version = "0.1.1"
 2471source = "registry+https://github.com/rust-lang/crates.io-index"
 2472checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2473
 2474[[package]]
 2475name = "call"
 2476version = "0.1.0"
 2477dependencies = [
 2478 "anyhow",
 2479 "audio",
 2480 "client",
 2481 "collections",
 2482 "feature_flags",
 2483 "fs",
 2484 "futures 0.3.31",
 2485 "gpui",
 2486 "gpui_tokio",
 2487 "language",
 2488 "livekit_client",
 2489 "log",
 2490 "postage",
 2491 "project",
 2492 "serde",
 2493 "settings",
 2494 "telemetry",
 2495 "util",
 2496 "workspace",
 2497]
 2498
 2499[[package]]
 2500name = "calloop"
 2501version = "0.14.3"
 2502source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2503dependencies = [
 2504 "bitflags 2.10.0",
 2505 "polling",
 2506 "rustix 1.1.2",
 2507 "slab",
 2508 "tracing",
 2509]
 2510
 2511[[package]]
 2512name = "calloop-wayland-source"
 2513version = "0.4.1"
 2514source = "registry+https://github.com/rust-lang/crates.io-index"
 2515checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2516dependencies = [
 2517 "calloop",
 2518 "rustix 1.1.2",
 2519 "wayland-backend",
 2520 "wayland-client",
 2521]
 2522
 2523[[package]]
 2524name = "camino"
 2525version = "1.2.1"
 2526source = "registry+https://github.com/rust-lang/crates.io-index"
 2527checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2528dependencies = [
 2529 "serde_core",
 2530]
 2531
 2532[[package]]
 2533name = "candle-core"
 2534version = "0.9.1"
 2535source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2536dependencies = [
 2537 "byteorder",
 2538 "float8",
 2539 "gemm 0.17.1",
 2540 "half",
 2541 "memmap2",
 2542 "num-traits",
 2543 "num_cpus",
 2544 "rand 0.9.2",
 2545 "rand_distr",
 2546 "rayon",
 2547 "safetensors",
 2548 "thiserror 1.0.69",
 2549 "ug",
 2550 "yoke 0.7.5",
 2551 "zip 1.1.4",
 2552]
 2553
 2554[[package]]
 2555name = "candle-nn"
 2556version = "0.9.1"
 2557source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2558dependencies = [
 2559 "candle-core",
 2560 "half",
 2561 "libc",
 2562 "num-traits",
 2563 "rayon",
 2564 "safetensors",
 2565 "serde",
 2566 "thiserror 1.0.69",
 2567]
 2568
 2569[[package]]
 2570name = "candle-onnx"
 2571version = "0.9.1"
 2572source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2573dependencies = [
 2574 "candle-core",
 2575 "candle-nn",
 2576 "prost 0.12.6",
 2577]
 2578
 2579[[package]]
 2580name = "cap-fs-ext"
 2581version = "3.4.4"
 2582source = "registry+https://github.com/rust-lang/crates.io-index"
 2583checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2584dependencies = [
 2585 "cap-primitives",
 2586 "cap-std",
 2587 "io-lifetimes",
 2588 "windows-sys 0.59.0",
 2589]
 2590
 2591[[package]]
 2592name = "cap-net-ext"
 2593version = "3.4.4"
 2594source = "registry+https://github.com/rust-lang/crates.io-index"
 2595checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2596dependencies = [
 2597 "cap-primitives",
 2598 "cap-std",
 2599 "rustix 1.1.2",
 2600 "smallvec",
 2601]
 2602
 2603[[package]]
 2604name = "cap-primitives"
 2605version = "3.4.4"
 2606source = "registry+https://github.com/rust-lang/crates.io-index"
 2607checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2608dependencies = [
 2609 "ambient-authority",
 2610 "fs-set-times",
 2611 "io-extras",
 2612 "io-lifetimes",
 2613 "ipnet",
 2614 "maybe-owned",
 2615 "rustix 1.1.2",
 2616 "rustix-linux-procfs",
 2617 "windows-sys 0.59.0",
 2618 "winx",
 2619]
 2620
 2621[[package]]
 2622name = "cap-rand"
 2623version = "3.4.4"
 2624source = "registry+https://github.com/rust-lang/crates.io-index"
 2625checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2626dependencies = [
 2627 "ambient-authority",
 2628 "rand 0.8.5",
 2629]
 2630
 2631[[package]]
 2632name = "cap-std"
 2633version = "3.4.4"
 2634source = "registry+https://github.com/rust-lang/crates.io-index"
 2635checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2636dependencies = [
 2637 "cap-primitives",
 2638 "io-extras",
 2639 "io-lifetimes",
 2640 "rustix 1.1.2",
 2641]
 2642
 2643[[package]]
 2644name = "cap-time-ext"
 2645version = "3.4.4"
 2646source = "registry+https://github.com/rust-lang/crates.io-index"
 2647checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2648dependencies = [
 2649 "ambient-authority",
 2650 "cap-primitives",
 2651 "iana-time-zone",
 2652 "once_cell",
 2653 "rustix 1.1.2",
 2654 "winx",
 2655]
 2656
 2657[[package]]
 2658name = "cargo-platform"
 2659version = "0.1.9"
 2660source = "registry+https://github.com/rust-lang/crates.io-index"
 2661checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2662dependencies = [
 2663 "serde",
 2664]
 2665
 2666[[package]]
 2667name = "cargo_metadata"
 2668version = "0.19.2"
 2669source = "registry+https://github.com/rust-lang/crates.io-index"
 2670checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2671dependencies = [
 2672 "camino",
 2673 "cargo-platform",
 2674 "semver",
 2675 "serde",
 2676 "serde_json",
 2677 "thiserror 2.0.17",
 2678]
 2679
 2680[[package]]
 2681name = "cargo_toml"
 2682version = "0.21.0"
 2683source = "registry+https://github.com/rust-lang/crates.io-index"
 2684checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2685dependencies = [
 2686 "serde",
 2687 "toml 0.8.23",
 2688]
 2689
 2690[[package]]
 2691name = "cast"
 2692version = "0.3.0"
 2693source = "registry+https://github.com/rust-lang/crates.io-index"
 2694checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2695
 2696[[package]]
 2697name = "cbc"
 2698version = "0.1.2"
 2699source = "registry+https://github.com/rust-lang/crates.io-index"
 2700checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2701dependencies = [
 2702 "cipher",
 2703]
 2704
 2705[[package]]
 2706name = "cbindgen"
 2707version = "0.28.0"
 2708source = "registry+https://github.com/rust-lang/crates.io-index"
 2709checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2710dependencies = [
 2711 "heck 0.4.1",
 2712 "indexmap",
 2713 "log",
 2714 "proc-macro2",
 2715 "quote",
 2716 "serde",
 2717 "serde_json",
 2718 "syn 2.0.117",
 2719 "tempfile",
 2720 "toml 0.8.23",
 2721]
 2722
 2723[[package]]
 2724name = "cc"
 2725version = "1.2.49"
 2726source = "registry+https://github.com/rust-lang/crates.io-index"
 2727checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2728dependencies = [
 2729 "find-msvc-tools",
 2730 "jobserver",
 2731 "libc",
 2732 "shlex",
 2733]
 2734
 2735[[package]]
 2736name = "cesu8"
 2737version = "1.1.0"
 2738source = "registry+https://github.com/rust-lang/crates.io-index"
 2739checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2740
 2741[[package]]
 2742name = "cexpr"
 2743version = "0.6.0"
 2744source = "registry+https://github.com/rust-lang/crates.io-index"
 2745checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2746dependencies = [
 2747 "nom 7.1.3",
 2748]
 2749
 2750[[package]]
 2751name = "cfg-expr"
 2752version = "0.15.8"
 2753source = "registry+https://github.com/rust-lang/crates.io-index"
 2754checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2755dependencies = [
 2756 "smallvec",
 2757 "target-lexicon 0.12.16",
 2758]
 2759
 2760[[package]]
 2761name = "cfg-expr"
 2762version = "0.20.6"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2765dependencies = [
 2766 "smallvec",
 2767 "target-lexicon 0.13.3",
 2768]
 2769
 2770[[package]]
 2771name = "cfg-if"
 2772version = "1.0.4"
 2773source = "registry+https://github.com/rust-lang/crates.io-index"
 2774checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2775
 2776[[package]]
 2777name = "cfg_aliases"
 2778version = "0.1.1"
 2779source = "registry+https://github.com/rust-lang/crates.io-index"
 2780checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2781
 2782[[package]]
 2783name = "cfg_aliases"
 2784version = "0.2.1"
 2785source = "registry+https://github.com/rust-lang/crates.io-index"
 2786checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2787
 2788[[package]]
 2789name = "cgl"
 2790version = "0.3.2"
 2791source = "registry+https://github.com/rust-lang/crates.io-index"
 2792checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2793dependencies = [
 2794 "libc",
 2795]
 2796
 2797[[package]]
 2798name = "channel"
 2799version = "0.1.0"
 2800dependencies = [
 2801 "anyhow",
 2802 "client",
 2803 "clock",
 2804 "collections",
 2805 "futures 0.3.31",
 2806 "gpui",
 2807 "http_client",
 2808 "language",
 2809 "log",
 2810 "postage",
 2811 "release_channel",
 2812 "rpc",
 2813 "semver",
 2814 "settings",
 2815 "text",
 2816 "time",
 2817 "util",
 2818]
 2819
 2820[[package]]
 2821name = "chardetng"
 2822version = "0.1.17"
 2823source = "registry+https://github.com/rust-lang/crates.io-index"
 2824checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2825dependencies = [
 2826 "cfg-if",
 2827 "encoding_rs",
 2828 "memchr",
 2829]
 2830
 2831[[package]]
 2832name = "chrono"
 2833version = "0.4.42"
 2834source = "registry+https://github.com/rust-lang/crates.io-index"
 2835checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2836dependencies = [
 2837 "iana-time-zone",
 2838 "js-sys",
 2839 "num-traits",
 2840 "serde",
 2841 "wasm-bindgen",
 2842 "windows-link 0.2.1",
 2843]
 2844
 2845[[package]]
 2846name = "chunked_transfer"
 2847version = "1.5.0"
 2848source = "registry+https://github.com/rust-lang/crates.io-index"
 2849checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2850
 2851[[package]]
 2852name = "ciborium"
 2853version = "0.2.2"
 2854source = "registry+https://github.com/rust-lang/crates.io-index"
 2855checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2856dependencies = [
 2857 "ciborium-io",
 2858 "ciborium-ll",
 2859 "serde",
 2860]
 2861
 2862[[package]]
 2863name = "ciborium-io"
 2864version = "0.2.2"
 2865source = "registry+https://github.com/rust-lang/crates.io-index"
 2866checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2867
 2868[[package]]
 2869name = "ciborium-ll"
 2870version = "0.2.2"
 2871source = "registry+https://github.com/rust-lang/crates.io-index"
 2872checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2873dependencies = [
 2874 "ciborium-io",
 2875 "half",
 2876]
 2877
 2878[[package]]
 2879name = "cipher"
 2880version = "0.4.4"
 2881source = "registry+https://github.com/rust-lang/crates.io-index"
 2882checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2883dependencies = [
 2884 "crypto-common",
 2885 "inout",
 2886 "zeroize",
 2887]
 2888
 2889[[package]]
 2890name = "circular-buffer"
 2891version = "1.2.0"
 2892source = "registry+https://github.com/rust-lang/crates.io-index"
 2893checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2894
 2895[[package]]
 2896name = "clang-sys"
 2897version = "1.8.1"
 2898source = "registry+https://github.com/rust-lang/crates.io-index"
 2899checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2900dependencies = [
 2901 "glob",
 2902 "libc",
 2903 "libloading",
 2904]
 2905
 2906[[package]]
 2907name = "clap"
 2908version = "4.5.49"
 2909source = "registry+https://github.com/rust-lang/crates.io-index"
 2910checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2911dependencies = [
 2912 "clap_builder",
 2913 "clap_derive",
 2914]
 2915
 2916[[package]]
 2917name = "clap_builder"
 2918version = "4.5.49"
 2919source = "registry+https://github.com/rust-lang/crates.io-index"
 2920checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2921dependencies = [
 2922 "anstream",
 2923 "anstyle",
 2924 "clap_lex",
 2925 "strsim",
 2926 "terminal_size",
 2927]
 2928
 2929[[package]]
 2930name = "clap_complete"
 2931version = "4.5.59"
 2932source = "registry+https://github.com/rust-lang/crates.io-index"
 2933checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2934dependencies = [
 2935 "clap",
 2936]
 2937
 2938[[package]]
 2939name = "clap_derive"
 2940version = "4.5.49"
 2941source = "registry+https://github.com/rust-lang/crates.io-index"
 2942checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2943dependencies = [
 2944 "heck 0.5.0",
 2945 "proc-macro2",
 2946 "quote",
 2947 "syn 2.0.117",
 2948]
 2949
 2950[[package]]
 2951name = "clap_lex"
 2952version = "0.7.6"
 2953source = "registry+https://github.com/rust-lang/crates.io-index"
 2954checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2955
 2956[[package]]
 2957name = "cli"
 2958version = "0.1.0"
 2959dependencies = [
 2960 "anyhow",
 2961 "askpass",
 2962 "clap",
 2963 "collections",
 2964 "core-foundation 0.10.0",
 2965 "core-services",
 2966 "exec",
 2967 "fork",
 2968 "ipc-channel",
 2969 "parking_lot",
 2970 "paths",
 2971 "plist",
 2972 "rayon",
 2973 "release_channel",
 2974 "serde",
 2975 "serde_json",
 2976 "tempfile",
 2977 "util",
 2978 "walkdir",
 2979 "windows 0.61.3",
 2980]
 2981
 2982[[package]]
 2983name = "client"
 2984version = "0.1.0"
 2985dependencies = [
 2986 "anyhow",
 2987 "async-tungstenite",
 2988 "base64 0.22.1",
 2989 "chrono",
 2990 "clock",
 2991 "cloud_api_client",
 2992 "cloud_llm_client",
 2993 "collections",
 2994 "credentials_provider",
 2995 "derive_more",
 2996 "feature_flags",
 2997 "fs",
 2998 "futures 0.3.31",
 2999 "gpui",
 3000 "gpui_tokio",
 3001 "http_client",
 3002 "http_client_tls",
 3003 "httparse",
 3004 "log",
 3005 "objc2-foundation",
 3006 "parking_lot",
 3007 "paths",
 3008 "postage",
 3009 "rand 0.9.2",
 3010 "regex",
 3011 "release_channel",
 3012 "rpc",
 3013 "rustls-pki-types",
 3014 "semver",
 3015 "serde",
 3016 "serde_json",
 3017 "serde_urlencoded",
 3018 "settings",
 3019 "sha2",
 3020 "smol",
 3021 "telemetry",
 3022 "telemetry_events",
 3023 "text",
 3024 "thiserror 2.0.17",
 3025 "time",
 3026 "tiny_http",
 3027 "tokio",
 3028 "tokio-native-tls",
 3029 "tokio-rustls 0.26.2",
 3030 "tokio-socks",
 3031 "url",
 3032 "util",
 3033 "windows 0.61.3",
 3034 "worktree",
 3035]
 3036
 3037[[package]]
 3038name = "clock"
 3039version = "0.1.0"
 3040dependencies = [
 3041 "parking_lot",
 3042 "serde",
 3043 "smallvec",
 3044]
 3045
 3046[[package]]
 3047name = "cloud_api_client"
 3048version = "0.1.0"
 3049dependencies = [
 3050 "anyhow",
 3051 "cloud_api_types",
 3052 "futures 0.3.31",
 3053 "gpui",
 3054 "gpui_tokio",
 3055 "http_client",
 3056 "parking_lot",
 3057 "serde_json",
 3058 "thiserror 2.0.17",
 3059 "yawc",
 3060]
 3061
 3062[[package]]
 3063name = "cloud_api_types"
 3064version = "0.1.0"
 3065dependencies = [
 3066 "anyhow",
 3067 "chrono",
 3068 "ciborium",
 3069 "cloud_llm_client",
 3070 "pretty_assertions",
 3071 "serde",
 3072 "serde_json",
 3073 "strum 0.27.2",
 3074]
 3075
 3076[[package]]
 3077name = "cloud_llm_client"
 3078version = "0.1.0"
 3079dependencies = [
 3080 "anyhow",
 3081 "serde",
 3082 "serde_json",
 3083 "strum 0.27.2",
 3084 "uuid",
 3085 "zeta_prompt",
 3086]
 3087
 3088[[package]]
 3089name = "cmake"
 3090version = "0.1.56"
 3091source = "registry+https://github.com/rust-lang/crates.io-index"
 3092checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3093dependencies = [
 3094 "cc",
 3095]
 3096
 3097[[package]]
 3098name = "cobs"
 3099version = "0.3.0"
 3100source = "registry+https://github.com/rust-lang/crates.io-index"
 3101checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3102dependencies = [
 3103 "thiserror 2.0.17",
 3104]
 3105
 3106[[package]]
 3107name = "cocoa"
 3108version = "0.25.0"
 3109source = "registry+https://github.com/rust-lang/crates.io-index"
 3110checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3111dependencies = [
 3112 "bitflags 1.3.2",
 3113 "block",
 3114 "cocoa-foundation 0.1.2",
 3115 "core-foundation 0.9.4",
 3116 "core-graphics 0.23.2",
 3117 "foreign-types 0.5.0",
 3118 "libc",
 3119 "objc",
 3120]
 3121
 3122[[package]]
 3123name = "cocoa"
 3124version = "0.26.0"
 3125source = "registry+https://github.com/rust-lang/crates.io-index"
 3126checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3127dependencies = [
 3128 "bitflags 2.10.0",
 3129 "block",
 3130 "cocoa-foundation 0.2.0",
 3131 "core-foundation 0.10.0",
 3132 "core-graphics 0.24.0",
 3133 "foreign-types 0.5.0",
 3134 "libc",
 3135 "objc",
 3136]
 3137
 3138[[package]]
 3139name = "cocoa-foundation"
 3140version = "0.1.2"
 3141source = "registry+https://github.com/rust-lang/crates.io-index"
 3142checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3143dependencies = [
 3144 "bitflags 1.3.2",
 3145 "block",
 3146 "core-foundation 0.9.4",
 3147 "core-graphics-types 0.1.3",
 3148 "libc",
 3149 "objc",
 3150]
 3151
 3152[[package]]
 3153name = "cocoa-foundation"
 3154version = "0.2.0"
 3155source = "registry+https://github.com/rust-lang/crates.io-index"
 3156checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3157dependencies = [
 3158 "bitflags 2.10.0",
 3159 "block",
 3160 "core-foundation 0.10.0",
 3161 "core-graphics-types 0.2.0",
 3162 "libc",
 3163 "objc",
 3164]
 3165
 3166[[package]]
 3167name = "codespan-reporting"
 3168version = "0.12.0"
 3169source = "registry+https://github.com/rust-lang/crates.io-index"
 3170checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 3171dependencies = [
 3172 "serde",
 3173 "termcolor",
 3174 "unicode-width",
 3175]
 3176
 3177[[package]]
 3178name = "codespan-reporting"
 3179version = "0.13.0"
 3180source = "registry+https://github.com/rust-lang/crates.io-index"
 3181checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3182dependencies = [
 3183 "serde",
 3184 "termcolor",
 3185 "unicode-width",
 3186]
 3187
 3188[[package]]
 3189name = "codestral"
 3190version = "0.1.0"
 3191dependencies = [
 3192 "anyhow",
 3193 "edit_prediction",
 3194 "edit_prediction_types",
 3195 "futures 0.3.31",
 3196 "gpui",
 3197 "http_client",
 3198 "icons",
 3199 "language",
 3200 "language_model",
 3201 "log",
 3202 "serde",
 3203 "serde_json",
 3204 "text",
 3205 "zeta_prompt",
 3206]
 3207
 3208[[package]]
 3209name = "collab"
 3210version = "0.44.0"
 3211dependencies = [
 3212 "agent",
 3213 "anyhow",
 3214 "assistant_slash_command",
 3215 "assistant_text_thread",
 3216 "async-trait",
 3217 "async-tungstenite",
 3218 "aws-config",
 3219 "aws-sdk-kinesis",
 3220 "aws-sdk-s3",
 3221 "axum",
 3222 "buffer_diff",
 3223 "call",
 3224 "channel",
 3225 "chrono",
 3226 "client",
 3227 "clock",
 3228 "cloud_api_types",
 3229 "collab",
 3230 "collab_ui",
 3231 "collections",
 3232 "command_palette_hooks",
 3233 "ctor",
 3234 "dap",
 3235 "dap_adapters",
 3236 "dashmap",
 3237 "debugger_ui",
 3238 "editor",
 3239 "envy",
 3240 "extension",
 3241 "file_finder",
 3242 "fs",
 3243 "futures 0.3.31",
 3244 "git",
 3245 "git_hosting_providers",
 3246 "git_ui",
 3247 "gpui",
 3248 "gpui_tokio",
 3249 "hex",
 3250 "http_client",
 3251 "indoc",
 3252 "language",
 3253 "language_model",
 3254 "livekit_api",
 3255 "livekit_client",
 3256 "log",
 3257 "lsp",
 3258 "menu",
 3259 "multi_buffer",
 3260 "nanoid",
 3261 "node_runtime",
 3262 "notifications",
 3263 "parking_lot",
 3264 "pretty_assertions",
 3265 "project",
 3266 "prometheus",
 3267 "prompt_store",
 3268 "prost 0.9.0",
 3269 "rand 0.9.2",
 3270 "recent_projects",
 3271 "release_channel",
 3272 "remote",
 3273 "remote_server",
 3274 "reqwest 0.11.27",
 3275 "rpc",
 3276 "sea-orm",
 3277 "sea-orm-macros",
 3278 "semver",
 3279 "serde",
 3280 "serde_json",
 3281 "session",
 3282 "settings",
 3283 "sha2",
 3284 "smol",
 3285 "sqlx",
 3286 "strum 0.27.2",
 3287 "task",
 3288 "telemetry_events",
 3289 "text",
 3290 "theme",
 3291 "time",
 3292 "tokio",
 3293 "toml 0.8.23",
 3294 "tower 0.4.13",
 3295 "tower-http 0.4.4",
 3296 "tracing",
 3297 "tracing-subscriber",
 3298 "unindent",
 3299 "util",
 3300 "uuid",
 3301 "workspace",
 3302 "worktree",
 3303 "zed_actions",
 3304 "zlog",
 3305]
 3306
 3307[[package]]
 3308name = "collab_ui"
 3309version = "0.1.0"
 3310dependencies = [
 3311 "anyhow",
 3312 "call",
 3313 "channel",
 3314 "chrono",
 3315 "client",
 3316 "collections",
 3317 "db",
 3318 "editor",
 3319 "futures 0.3.31",
 3320 "fuzzy",
 3321 "gpui",
 3322 "livekit_client",
 3323 "log",
 3324 "menu",
 3325 "notifications",
 3326 "picker",
 3327 "project",
 3328 "release_channel",
 3329 "rpc",
 3330 "serde",
 3331 "serde_json",
 3332 "settings",
 3333 "smallvec",
 3334 "telemetry",
 3335 "theme",
 3336 "time",
 3337 "time_format",
 3338 "title_bar",
 3339 "ui",
 3340 "util",
 3341 "workspace",
 3342 "zed_actions",
 3343]
 3344
 3345[[package]]
 3346name = "collections"
 3347version = "0.1.0"
 3348dependencies = [
 3349 "indexmap",
 3350 "rustc-hash 2.1.1",
 3351]
 3352
 3353[[package]]
 3354name = "color_quant"
 3355version = "1.1.0"
 3356source = "registry+https://github.com/rust-lang/crates.io-index"
 3357checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3358
 3359[[package]]
 3360name = "colorchoice"
 3361version = "1.0.4"
 3362source = "registry+https://github.com/rust-lang/crates.io-index"
 3363checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3364
 3365[[package]]
 3366name = "combine"
 3367version = "4.6.7"
 3368source = "registry+https://github.com/rust-lang/crates.io-index"
 3369checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3370dependencies = [
 3371 "bytes 1.11.1",
 3372 "memchr",
 3373]
 3374
 3375[[package]]
 3376name = "command-fds"
 3377version = "0.3.2"
 3378source = "registry+https://github.com/rust-lang/crates.io-index"
 3379checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3380dependencies = [
 3381 "nix 0.30.1",
 3382 "thiserror 2.0.17",
 3383]
 3384
 3385[[package]]
 3386name = "command_palette"
 3387version = "0.1.0"
 3388dependencies = [
 3389 "anyhow",
 3390 "client",
 3391 "collections",
 3392 "command_palette_hooks",
 3393 "db",
 3394 "editor",
 3395 "fuzzy",
 3396 "go_to_line",
 3397 "gpui",
 3398 "language",
 3399 "log",
 3400 "menu",
 3401 "picker",
 3402 "postage",
 3403 "project",
 3404 "serde",
 3405 "settings",
 3406 "telemetry",
 3407 "theme",
 3408 "time",
 3409 "ui",
 3410 "util",
 3411 "workspace",
 3412 "zed_actions",
 3413]
 3414
 3415[[package]]
 3416name = "command_palette_hooks"
 3417version = "0.1.0"
 3418dependencies = [
 3419 "collections",
 3420 "derive_more",
 3421 "gpui",
 3422 "workspace",
 3423]
 3424
 3425[[package]]
 3426name = "component"
 3427version = "0.1.0"
 3428dependencies = [
 3429 "collections",
 3430 "documented",
 3431 "gpui",
 3432 "inventory",
 3433 "parking_lot",
 3434 "strum 0.27.2",
 3435 "theme",
 3436]
 3437
 3438[[package]]
 3439name = "component_preview"
 3440version = "0.1.0"
 3441dependencies = [
 3442 "anyhow",
 3443 "client",
 3444 "collections",
 3445 "component",
 3446 "db",
 3447 "fs",
 3448 "gpui",
 3449 "gpui_platform",
 3450 "language",
 3451 "log",
 3452 "node_runtime",
 3453 "notifications",
 3454 "project",
 3455 "release_channel",
 3456 "reqwest_client",
 3457 "session",
 3458 "settings",
 3459 "theme",
 3460 "ui",
 3461 "ui_input",
 3462 "uuid",
 3463 "workspace",
 3464]
 3465
 3466[[package]]
 3467name = "compression-codecs"
 3468version = "0.4.31"
 3469source = "registry+https://github.com/rust-lang/crates.io-index"
 3470checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3471dependencies = [
 3472 "compression-core",
 3473 "deflate64",
 3474 "flate2",
 3475 "memchr",
 3476]
 3477
 3478[[package]]
 3479name = "compression-core"
 3480version = "0.4.29"
 3481source = "registry+https://github.com/rust-lang/crates.io-index"
 3482checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3483
 3484[[package]]
 3485name = "concurrent-queue"
 3486version = "2.5.0"
 3487source = "registry+https://github.com/rust-lang/crates.io-index"
 3488checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3489dependencies = [
 3490 "crossbeam-utils",
 3491]
 3492
 3493[[package]]
 3494name = "console"
 3495version = "0.15.11"
 3496source = "registry+https://github.com/rust-lang/crates.io-index"
 3497checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3498dependencies = [
 3499 "encode_unicode",
 3500 "libc",
 3501 "once_cell",
 3502 "unicode-width",
 3503 "windows-sys 0.59.0",
 3504]
 3505
 3506[[package]]
 3507name = "console_error_panic_hook"
 3508version = "0.1.7"
 3509source = "registry+https://github.com/rust-lang/crates.io-index"
 3510checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3511dependencies = [
 3512 "cfg-if",
 3513 "wasm-bindgen",
 3514]
 3515
 3516[[package]]
 3517name = "const-oid"
 3518version = "0.9.6"
 3519source = "registry+https://github.com/rust-lang/crates.io-index"
 3520checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3521
 3522[[package]]
 3523name = "const-random"
 3524version = "0.1.18"
 3525source = "registry+https://github.com/rust-lang/crates.io-index"
 3526checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3527dependencies = [
 3528 "const-random-macro",
 3529]
 3530
 3531[[package]]
 3532name = "const-random-macro"
 3533version = "0.1.16"
 3534source = "registry+https://github.com/rust-lang/crates.io-index"
 3535checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3536dependencies = [
 3537 "getrandom 0.2.16",
 3538 "once_cell",
 3539 "tiny-keccak",
 3540]
 3541
 3542[[package]]
 3543name = "const_format"
 3544version = "0.2.35"
 3545source = "registry+https://github.com/rust-lang/crates.io-index"
 3546checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3547dependencies = [
 3548 "const_format_proc_macros",
 3549]
 3550
 3551[[package]]
 3552name = "const_format_proc_macros"
 3553version = "0.2.34"
 3554source = "registry+https://github.com/rust-lang/crates.io-index"
 3555checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3556dependencies = [
 3557 "proc-macro2",
 3558 "quote",
 3559 "unicode-xid",
 3560]
 3561
 3562[[package]]
 3563name = "constant_time_eq"
 3564version = "0.1.5"
 3565source = "registry+https://github.com/rust-lang/crates.io-index"
 3566checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3567
 3568[[package]]
 3569name = "context_server"
 3570version = "0.1.0"
 3571dependencies = [
 3572 "anyhow",
 3573 "async-trait",
 3574 "collections",
 3575 "futures 0.3.31",
 3576 "gpui",
 3577 "http_client",
 3578 "log",
 3579 "net",
 3580 "parking_lot",
 3581 "postage",
 3582 "schemars",
 3583 "serde",
 3584 "serde_json",
 3585 "settings",
 3586 "slotmap",
 3587 "smol",
 3588 "tempfile",
 3589 "terminal",
 3590 "url",
 3591 "util",
 3592]
 3593
 3594[[package]]
 3595name = "convert_case"
 3596version = "0.8.0"
 3597source = "registry+https://github.com/rust-lang/crates.io-index"
 3598checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3599dependencies = [
 3600 "unicode-segmentation",
 3601]
 3602
 3603[[package]]
 3604name = "convert_case"
 3605version = "0.10.0"
 3606source = "registry+https://github.com/rust-lang/crates.io-index"
 3607checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3608dependencies = [
 3609 "unicode-segmentation",
 3610]
 3611
 3612[[package]]
 3613name = "convert_case"
 3614version = "0.11.0"
 3615source = "registry+https://github.com/rust-lang/crates.io-index"
 3616checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3617dependencies = [
 3618 "unicode-segmentation",
 3619]
 3620
 3621[[package]]
 3622name = "copilot"
 3623version = "0.1.0"
 3624dependencies = [
 3625 "anyhow",
 3626 "async-std",
 3627 "collections",
 3628 "command_palette_hooks",
 3629 "copilot_chat",
 3630 "edit_prediction_types",
 3631 "editor",
 3632 "fs",
 3633 "futures 0.3.31",
 3634 "gpui",
 3635 "icons",
 3636 "indoc",
 3637 "language",
 3638 "log",
 3639 "lsp",
 3640 "node_runtime",
 3641 "parking_lot",
 3642 "paths",
 3643 "pretty_assertions",
 3644 "project",
 3645 "rpc",
 3646 "semver",
 3647 "serde",
 3648 "serde_json",
 3649 "settings",
 3650 "sum_tree",
 3651 "theme",
 3652 "util",
 3653 "workspace",
 3654 "zlog",
 3655]
 3656
 3657[[package]]
 3658name = "copilot_chat"
 3659version = "0.1.0"
 3660dependencies = [
 3661 "anthropic",
 3662 "anyhow",
 3663 "collections",
 3664 "dirs 4.0.0",
 3665 "fs",
 3666 "futures 0.3.31",
 3667 "gpui",
 3668 "http_client",
 3669 "log",
 3670 "paths",
 3671 "serde",
 3672 "serde_json",
 3673 "settings",
 3674]
 3675
 3676[[package]]
 3677name = "copilot_ui"
 3678version = "0.1.0"
 3679dependencies = [
 3680 "anyhow",
 3681 "copilot",
 3682 "gpui",
 3683 "language",
 3684 "log",
 3685 "lsp",
 3686 "menu",
 3687 "project",
 3688 "serde_json",
 3689 "settings",
 3690 "ui",
 3691 "util",
 3692 "workspace",
 3693]
 3694
 3695[[package]]
 3696name = "core-foundation"
 3697version = "0.9.4"
 3698source = "registry+https://github.com/rust-lang/crates.io-index"
 3699checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3700dependencies = [
 3701 "core-foundation-sys",
 3702 "libc",
 3703]
 3704
 3705[[package]]
 3706name = "core-foundation"
 3707version = "0.10.0"
 3708source = "registry+https://github.com/rust-lang/crates.io-index"
 3709checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3710dependencies = [
 3711 "core-foundation-sys",
 3712 "libc",
 3713]
 3714
 3715[[package]]
 3716name = "core-foundation-sys"
 3717version = "0.8.7"
 3718source = "registry+https://github.com/rust-lang/crates.io-index"
 3719checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3720
 3721[[package]]
 3722name = "core-graphics"
 3723version = "0.23.2"
 3724source = "registry+https://github.com/rust-lang/crates.io-index"
 3725checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3726dependencies = [
 3727 "bitflags 1.3.2",
 3728 "core-foundation 0.9.4",
 3729 "core-graphics-types 0.1.3",
 3730 "foreign-types 0.5.0",
 3731 "libc",
 3732]
 3733
 3734[[package]]
 3735name = "core-graphics"
 3736version = "0.24.0"
 3737source = "registry+https://github.com/rust-lang/crates.io-index"
 3738checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3739dependencies = [
 3740 "bitflags 2.10.0",
 3741 "core-foundation 0.10.0",
 3742 "core-graphics-types 0.2.0",
 3743 "foreign-types 0.5.0",
 3744 "libc",
 3745]
 3746
 3747[[package]]
 3748name = "core-graphics-helmer-fork"
 3749version = "0.24.0"
 3750source = "registry+https://github.com/rust-lang/crates.io-index"
 3751checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3752dependencies = [
 3753 "bitflags 2.10.0",
 3754 "core-foundation 0.9.4",
 3755 "core-graphics-types 0.1.3",
 3756 "foreign-types 0.5.0",
 3757 "libc",
 3758]
 3759
 3760[[package]]
 3761name = "core-graphics-types"
 3762version = "0.1.3"
 3763source = "registry+https://github.com/rust-lang/crates.io-index"
 3764checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3765dependencies = [
 3766 "bitflags 1.3.2",
 3767 "core-foundation 0.9.4",
 3768 "libc",
 3769]
 3770
 3771[[package]]
 3772name = "core-graphics-types"
 3773version = "0.2.0"
 3774source = "registry+https://github.com/rust-lang/crates.io-index"
 3775checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3776dependencies = [
 3777 "bitflags 2.10.0",
 3778 "core-foundation 0.10.0",
 3779 "libc",
 3780]
 3781
 3782[[package]]
 3783name = "core-graphics2"
 3784version = "0.5.2"
 3785source = "registry+https://github.com/rust-lang/crates.io-index"
 3786checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3787dependencies = [
 3788 "bitflags 2.10.0",
 3789 "block",
 3790 "cfg-if",
 3791 "core-foundation 0.10.0",
 3792 "libc",
 3793]
 3794
 3795[[package]]
 3796name = "core-services"
 3797version = "0.2.1"
 3798source = "registry+https://github.com/rust-lang/crates.io-index"
 3799checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3800dependencies = [
 3801 "core-foundation 0.9.4",
 3802]
 3803
 3804[[package]]
 3805name = "core-text"
 3806version = "21.0.0"
 3807source = "registry+https://github.com/rust-lang/crates.io-index"
 3808checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3809dependencies = [
 3810 "core-foundation 0.10.0",
 3811 "core-graphics 0.24.0",
 3812 "foreign-types 0.5.0",
 3813 "libc",
 3814]
 3815
 3816[[package]]
 3817name = "core-video"
 3818version = "0.5.2"
 3819source = "registry+https://github.com/rust-lang/crates.io-index"
 3820checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3821dependencies = [
 3822 "block",
 3823 "core-foundation 0.10.0",
 3824 "core-graphics2",
 3825 "io-surface",
 3826 "libc",
 3827 "metal",
 3828]
 3829
 3830[[package]]
 3831name = "core_maths"
 3832version = "0.1.1"
 3833source = "registry+https://github.com/rust-lang/crates.io-index"
 3834checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3835dependencies = [
 3836 "libm",
 3837]
 3838
 3839[[package]]
 3840name = "coreaudio-rs"
 3841version = "0.12.1"
 3842source = "registry+https://github.com/rust-lang/crates.io-index"
 3843checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3844dependencies = [
 3845 "bitflags 1.3.2",
 3846 "core-foundation-sys",
 3847 "coreaudio-sys",
 3848]
 3849
 3850[[package]]
 3851name = "coreaudio-rs"
 3852version = "0.13.0"
 3853source = "registry+https://github.com/rust-lang/crates.io-index"
 3854checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3855dependencies = [
 3856 "bitflags 1.3.2",
 3857 "libc",
 3858 "objc2-audio-toolbox",
 3859 "objc2-core-audio",
 3860 "objc2-core-audio-types",
 3861 "objc2-core-foundation",
 3862]
 3863
 3864[[package]]
 3865name = "coreaudio-sys"
 3866version = "0.2.17"
 3867source = "registry+https://github.com/rust-lang/crates.io-index"
 3868checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3869dependencies = [
 3870 "bindgen 0.72.1",
 3871]
 3872
 3873[[package]]
 3874name = "cosmic-text"
 3875version = "0.17.1"
 3876source = "registry+https://github.com/rust-lang/crates.io-index"
 3877checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3878dependencies = [
 3879 "bitflags 2.10.0",
 3880 "fontdb 0.23.0",
 3881 "harfrust",
 3882 "linebender_resource_handle",
 3883 "log",
 3884 "rangemap",
 3885 "rustc-hash 2.1.1",
 3886 "self_cell",
 3887 "skrifa 0.40.0",
 3888 "smol_str",
 3889 "swash",
 3890 "sys-locale",
 3891 "unicode-bidi",
 3892 "unicode-linebreak",
 3893 "unicode-script",
 3894 "unicode-segmentation",
 3895]
 3896
 3897[[package]]
 3898name = "cpal"
 3899version = "0.17.1"
 3900source = "registry+https://github.com/rust-lang/crates.io-index"
 3901checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3902dependencies = [
 3903 "alsa",
 3904 "coreaudio-rs 0.13.0",
 3905 "dasp_sample",
 3906 "jni",
 3907 "js-sys",
 3908 "libc",
 3909 "mach2 0.5.0",
 3910 "ndk",
 3911 "ndk-context",
 3912 "num-derive",
 3913 "num-traits",
 3914 "objc2",
 3915 "objc2-audio-toolbox",
 3916 "objc2-avf-audio",
 3917 "objc2-core-audio",
 3918 "objc2-core-audio-types",
 3919 "objc2-core-foundation",
 3920 "objc2-foundation",
 3921 "wasm-bindgen",
 3922 "wasm-bindgen-futures",
 3923 "web-sys",
 3924 "windows 0.62.2",
 3925]
 3926
 3927[[package]]
 3928name = "cpp_demangle"
 3929version = "0.4.5"
 3930source = "registry+https://github.com/rust-lang/crates.io-index"
 3931checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3932dependencies = [
 3933 "cfg-if",
 3934]
 3935
 3936[[package]]
 3937name = "cpufeatures"
 3938version = "0.2.17"
 3939source = "registry+https://github.com/rust-lang/crates.io-index"
 3940checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3941dependencies = [
 3942 "libc",
 3943]
 3944
 3945[[package]]
 3946name = "cranelift-assembler-x64"
 3947version = "0.120.2"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
 3950dependencies = [
 3951 "cranelift-assembler-x64-meta",
 3952]
 3953
 3954[[package]]
 3955name = "cranelift-assembler-x64-meta"
 3956version = "0.120.2"
 3957source = "registry+https://github.com/rust-lang/crates.io-index"
 3958checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
 3959dependencies = [
 3960 "cranelift-srcgen",
 3961]
 3962
 3963[[package]]
 3964name = "cranelift-bforest"
 3965version = "0.120.2"
 3966source = "registry+https://github.com/rust-lang/crates.io-index"
 3967checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
 3968dependencies = [
 3969 "cranelift-entity",
 3970]
 3971
 3972[[package]]
 3973name = "cranelift-bitset"
 3974version = "0.120.2"
 3975source = "registry+https://github.com/rust-lang/crates.io-index"
 3976checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
 3977dependencies = [
 3978 "serde",
 3979 "serde_derive",
 3980]
 3981
 3982[[package]]
 3983name = "cranelift-codegen"
 3984version = "0.120.2"
 3985source = "registry+https://github.com/rust-lang/crates.io-index"
 3986checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
 3987dependencies = [
 3988 "bumpalo",
 3989 "cranelift-assembler-x64",
 3990 "cranelift-bforest",
 3991 "cranelift-bitset",
 3992 "cranelift-codegen-meta",
 3993 "cranelift-codegen-shared",
 3994 "cranelift-control",
 3995 "cranelift-entity",
 3996 "cranelift-isle",
 3997 "gimli 0.31.1",
 3998 "hashbrown 0.15.5",
 3999 "log",
 4000 "postcard",
 4001 "pulley-interpreter",
 4002 "regalloc2",
 4003 "rustc-hash 2.1.1",
 4004 "serde",
 4005 "serde_derive",
 4006 "sha2",
 4007 "smallvec",
 4008 "target-lexicon 0.13.3",
 4009]
 4010
 4011[[package]]
 4012name = "cranelift-codegen-meta"
 4013version = "0.120.2"
 4014source = "registry+https://github.com/rust-lang/crates.io-index"
 4015checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
 4016dependencies = [
 4017 "cranelift-assembler-x64-meta",
 4018 "cranelift-codegen-shared",
 4019 "cranelift-srcgen",
 4020 "pulley-interpreter",
 4021]
 4022
 4023[[package]]
 4024name = "cranelift-codegen-shared"
 4025version = "0.120.2"
 4026source = "registry+https://github.com/rust-lang/crates.io-index"
 4027checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
 4028
 4029[[package]]
 4030name = "cranelift-control"
 4031version = "0.120.2"
 4032source = "registry+https://github.com/rust-lang/crates.io-index"
 4033checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
 4034dependencies = [
 4035 "arbitrary",
 4036]
 4037
 4038[[package]]
 4039name = "cranelift-entity"
 4040version = "0.120.2"
 4041source = "registry+https://github.com/rust-lang/crates.io-index"
 4042checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
 4043dependencies = [
 4044 "cranelift-bitset",
 4045 "serde",
 4046 "serde_derive",
 4047]
 4048
 4049[[package]]
 4050name = "cranelift-frontend"
 4051version = "0.120.2"
 4052source = "registry+https://github.com/rust-lang/crates.io-index"
 4053checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
 4054dependencies = [
 4055 "cranelift-codegen",
 4056 "log",
 4057 "smallvec",
 4058 "target-lexicon 0.13.3",
 4059]
 4060
 4061[[package]]
 4062name = "cranelift-isle"
 4063version = "0.120.2"
 4064source = "registry+https://github.com/rust-lang/crates.io-index"
 4065checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
 4066
 4067[[package]]
 4068name = "cranelift-native"
 4069version = "0.120.2"
 4070source = "registry+https://github.com/rust-lang/crates.io-index"
 4071checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
 4072dependencies = [
 4073 "cranelift-codegen",
 4074 "libc",
 4075 "target-lexicon 0.13.3",
 4076]
 4077
 4078[[package]]
 4079name = "cranelift-srcgen"
 4080version = "0.120.2"
 4081source = "registry+https://github.com/rust-lang/crates.io-index"
 4082checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
 4083
 4084[[package]]
 4085name = "crash-context"
 4086version = "0.6.3"
 4087source = "registry+https://github.com/rust-lang/crates.io-index"
 4088checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4089dependencies = [
 4090 "cfg-if",
 4091 "libc",
 4092 "mach2 0.4.3",
 4093]
 4094
 4095[[package]]
 4096name = "crash-handler"
 4097version = "0.6.3"
 4098source = "registry+https://github.com/rust-lang/crates.io-index"
 4099checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4100dependencies = [
 4101 "cfg-if",
 4102 "crash-context",
 4103 "libc",
 4104 "mach2 0.4.3",
 4105 "parking_lot",
 4106]
 4107
 4108[[package]]
 4109name = "crashes"
 4110version = "0.1.0"
 4111dependencies = [
 4112 "cfg-if",
 4113 "crash-handler",
 4114 "futures 0.3.31",
 4115 "log",
 4116 "mach2 0.5.0",
 4117 "minidumper",
 4118 "parking_lot",
 4119 "paths",
 4120 "release_channel",
 4121 "serde",
 4122 "serde_json",
 4123 "smol",
 4124 "system_specs",
 4125 "windows 0.61.3",
 4126 "zstd",
 4127]
 4128
 4129[[package]]
 4130name = "crc"
 4131version = "3.3.0"
 4132source = "registry+https://github.com/rust-lang/crates.io-index"
 4133checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4134dependencies = [
 4135 "crc-catalog",
 4136]
 4137
 4138[[package]]
 4139name = "crc-catalog"
 4140version = "2.4.0"
 4141source = "registry+https://github.com/rust-lang/crates.io-index"
 4142checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4143
 4144[[package]]
 4145name = "crc-fast"
 4146version = "1.6.0"
 4147source = "registry+https://github.com/rust-lang/crates.io-index"
 4148checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4149dependencies = [
 4150 "crc",
 4151 "digest",
 4152 "rand 0.9.2",
 4153 "regex",
 4154 "rustversion",
 4155]
 4156
 4157[[package]]
 4158name = "crc32fast"
 4159version = "1.5.0"
 4160source = "registry+https://github.com/rust-lang/crates.io-index"
 4161checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4162dependencies = [
 4163 "cfg-if",
 4164]
 4165
 4166[[package]]
 4167name = "credentials_provider"
 4168version = "0.1.0"
 4169dependencies = [
 4170 "anyhow",
 4171 "futures 0.3.31",
 4172 "gpui",
 4173 "paths",
 4174 "release_channel",
 4175 "serde",
 4176 "serde_json",
 4177]
 4178
 4179[[package]]
 4180name = "criterion"
 4181version = "0.5.1"
 4182source = "registry+https://github.com/rust-lang/crates.io-index"
 4183checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4184dependencies = [
 4185 "anes",
 4186 "cast",
 4187 "ciborium",
 4188 "clap",
 4189 "criterion-plot",
 4190 "is-terminal",
 4191 "itertools 0.10.5",
 4192 "num-traits",
 4193 "once_cell",
 4194 "oorandom",
 4195 "plotters",
 4196 "rayon",
 4197 "regex",
 4198 "serde",
 4199 "serde_derive",
 4200 "serde_json",
 4201 "tinytemplate",
 4202 "walkdir",
 4203]
 4204
 4205[[package]]
 4206name = "criterion-plot"
 4207version = "0.5.0"
 4208source = "registry+https://github.com/rust-lang/crates.io-index"
 4209checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4210dependencies = [
 4211 "cast",
 4212 "itertools 0.10.5",
 4213]
 4214
 4215[[package]]
 4216name = "crossbeam"
 4217version = "0.8.4"
 4218source = "registry+https://github.com/rust-lang/crates.io-index"
 4219checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4220dependencies = [
 4221 "crossbeam-channel",
 4222 "crossbeam-deque",
 4223 "crossbeam-epoch",
 4224 "crossbeam-queue",
 4225 "crossbeam-utils",
 4226]
 4227
 4228[[package]]
 4229name = "crossbeam-channel"
 4230version = "0.5.15"
 4231source = "registry+https://github.com/rust-lang/crates.io-index"
 4232checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4233dependencies = [
 4234 "crossbeam-utils",
 4235]
 4236
 4237[[package]]
 4238name = "crossbeam-deque"
 4239version = "0.8.6"
 4240source = "registry+https://github.com/rust-lang/crates.io-index"
 4241checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4242dependencies = [
 4243 "crossbeam-epoch",
 4244 "crossbeam-utils",
 4245]
 4246
 4247[[package]]
 4248name = "crossbeam-epoch"
 4249version = "0.9.18"
 4250source = "registry+https://github.com/rust-lang/crates.io-index"
 4251checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4252dependencies = [
 4253 "crossbeam-utils",
 4254]
 4255
 4256[[package]]
 4257name = "crossbeam-queue"
 4258version = "0.3.12"
 4259source = "registry+https://github.com/rust-lang/crates.io-index"
 4260checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4261dependencies = [
 4262 "crossbeam-utils",
 4263]
 4264
 4265[[package]]
 4266name = "crossbeam-utils"
 4267version = "0.8.21"
 4268source = "registry+https://github.com/rust-lang/crates.io-index"
 4269checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4270
 4271[[package]]
 4272name = "crunchy"
 4273version = "0.2.4"
 4274source = "registry+https://github.com/rust-lang/crates.io-index"
 4275checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4276
 4277[[package]]
 4278name = "crypto-bigint"
 4279version = "0.4.9"
 4280source = "registry+https://github.com/rust-lang/crates.io-index"
 4281checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4282dependencies = [
 4283 "generic-array",
 4284 "rand_core 0.6.4",
 4285 "subtle",
 4286 "zeroize",
 4287]
 4288
 4289[[package]]
 4290name = "crypto-bigint"
 4291version = "0.5.5"
 4292source = "registry+https://github.com/rust-lang/crates.io-index"
 4293checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4294dependencies = [
 4295 "rand_core 0.6.4",
 4296 "subtle",
 4297]
 4298
 4299[[package]]
 4300name = "crypto-common"
 4301version = "0.1.6"
 4302source = "registry+https://github.com/rust-lang/crates.io-index"
 4303checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4304dependencies = [
 4305 "generic-array",
 4306 "typenum",
 4307]
 4308
 4309[[package]]
 4310name = "cssparser"
 4311version = "0.35.0"
 4312source = "registry+https://github.com/rust-lang/crates.io-index"
 4313checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4314dependencies = [
 4315 "cssparser-macros",
 4316 "dtoa-short",
 4317 "itoa",
 4318 "phf 0.11.3",
 4319 "smallvec",
 4320]
 4321
 4322[[package]]
 4323name = "cssparser-macros"
 4324version = "0.6.1"
 4325source = "registry+https://github.com/rust-lang/crates.io-index"
 4326checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4327dependencies = [
 4328 "quote",
 4329 "syn 2.0.117",
 4330]
 4331
 4332[[package]]
 4333name = "csv_preview"
 4334version = "0.1.0"
 4335dependencies = [
 4336 "anyhow",
 4337 "editor",
 4338 "feature_flags",
 4339 "gpui",
 4340 "log",
 4341 "text",
 4342 "ui",
 4343 "workspace",
 4344]
 4345
 4346[[package]]
 4347name = "ctor"
 4348version = "0.4.3"
 4349source = "registry+https://github.com/rust-lang/crates.io-index"
 4350checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4351dependencies = [
 4352 "ctor-proc-macro",
 4353 "dtor",
 4354]
 4355
 4356[[package]]
 4357name = "ctor-proc-macro"
 4358version = "0.0.6"
 4359source = "registry+https://github.com/rust-lang/crates.io-index"
 4360checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4361
 4362[[package]]
 4363name = "ctrlc"
 4364version = "3.5.0"
 4365source = "registry+https://github.com/rust-lang/crates.io-index"
 4366checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4367dependencies = [
 4368 "dispatch",
 4369 "nix 0.30.1",
 4370 "windows-sys 0.61.2",
 4371]
 4372
 4373[[package]]
 4374name = "cursor-icon"
 4375version = "1.2.0"
 4376source = "registry+https://github.com/rust-lang/crates.io-index"
 4377checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4378
 4379[[package]]
 4380name = "cxx"
 4381version = "1.0.187"
 4382source = "registry+https://github.com/rust-lang/crates.io-index"
 4383checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4384dependencies = [
 4385 "cc",
 4386 "cxx-build",
 4387 "cxxbridge-cmd",
 4388 "cxxbridge-flags",
 4389 "cxxbridge-macro",
 4390 "foldhash 0.2.0",
 4391 "link-cplusplus",
 4392]
 4393
 4394[[package]]
 4395name = "cxx-build"
 4396version = "1.0.187"
 4397source = "registry+https://github.com/rust-lang/crates.io-index"
 4398checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4399dependencies = [
 4400 "cc",
 4401 "codespan-reporting 0.13.0",
 4402 "indexmap",
 4403 "proc-macro2",
 4404 "quote",
 4405 "scratch",
 4406 "syn 2.0.117",
 4407]
 4408
 4409[[package]]
 4410name = "cxxbridge-cmd"
 4411version = "1.0.187"
 4412source = "registry+https://github.com/rust-lang/crates.io-index"
 4413checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4414dependencies = [
 4415 "clap",
 4416 "codespan-reporting 0.13.0",
 4417 "indexmap",
 4418 "proc-macro2",
 4419 "quote",
 4420 "syn 2.0.117",
 4421]
 4422
 4423[[package]]
 4424name = "cxxbridge-flags"
 4425version = "1.0.187"
 4426source = "registry+https://github.com/rust-lang/crates.io-index"
 4427checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4428
 4429[[package]]
 4430name = "cxxbridge-macro"
 4431version = "1.0.187"
 4432source = "registry+https://github.com/rust-lang/crates.io-index"
 4433checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4434dependencies = [
 4435 "indexmap",
 4436 "proc-macro2",
 4437 "quote",
 4438 "syn 2.0.117",
 4439]
 4440
 4441[[package]]
 4442name = "dap"
 4443version = "0.1.0"
 4444dependencies = [
 4445 "anyhow",
 4446 "async-compression",
 4447 "async-pipe",
 4448 "async-tar",
 4449 "async-trait",
 4450 "client",
 4451 "collections",
 4452 "dap-types",
 4453 "fs",
 4454 "futures 0.3.31",
 4455 "gpui",
 4456 "http_client",
 4457 "language",
 4458 "libc",
 4459 "log",
 4460 "node_runtime",
 4461 "parking_lot",
 4462 "paths",
 4463 "proto",
 4464 "schemars",
 4465 "serde",
 4466 "serde_json",
 4467 "settings",
 4468 "smallvec",
 4469 "smol",
 4470 "task",
 4471 "telemetry",
 4472 "util",
 4473 "zlog",
 4474]
 4475
 4476[[package]]
 4477name = "dap-types"
 4478version = "0.0.1"
 4479source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4480dependencies = [
 4481 "schemars",
 4482 "serde",
 4483 "serde_json",
 4484]
 4485
 4486[[package]]
 4487name = "dap_adapters"
 4488version = "0.1.0"
 4489dependencies = [
 4490 "anyhow",
 4491 "async-trait",
 4492 "collections",
 4493 "dap",
 4494 "dotenvy",
 4495 "fs",
 4496 "futures 0.3.31",
 4497 "gpui",
 4498 "http_client",
 4499 "json_dotpath",
 4500 "language",
 4501 "log",
 4502 "node_runtime",
 4503 "paths",
 4504 "serde",
 4505 "serde_json",
 4506 "settings",
 4507 "smol",
 4508 "task",
 4509 "util",
 4510]
 4511
 4512[[package]]
 4513name = "darling"
 4514version = "0.20.11"
 4515source = "registry+https://github.com/rust-lang/crates.io-index"
 4516checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4517dependencies = [
 4518 "darling_core 0.20.11",
 4519 "darling_macro 0.20.11",
 4520]
 4521
 4522[[package]]
 4523name = "darling"
 4524version = "0.21.3"
 4525source = "registry+https://github.com/rust-lang/crates.io-index"
 4526checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4527dependencies = [
 4528 "darling_core 0.21.3",
 4529 "darling_macro 0.21.3",
 4530]
 4531
 4532[[package]]
 4533name = "darling_core"
 4534version = "0.20.11"
 4535source = "registry+https://github.com/rust-lang/crates.io-index"
 4536checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4537dependencies = [
 4538 "fnv",
 4539 "ident_case",
 4540 "proc-macro2",
 4541 "quote",
 4542 "strsim",
 4543 "syn 2.0.117",
 4544]
 4545
 4546[[package]]
 4547name = "darling_core"
 4548version = "0.21.3"
 4549source = "registry+https://github.com/rust-lang/crates.io-index"
 4550checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4551dependencies = [
 4552 "fnv",
 4553 "ident_case",
 4554 "proc-macro2",
 4555 "quote",
 4556 "strsim",
 4557 "syn 2.0.117",
 4558]
 4559
 4560[[package]]
 4561name = "darling_macro"
 4562version = "0.20.11"
 4563source = "registry+https://github.com/rust-lang/crates.io-index"
 4564checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4565dependencies = [
 4566 "darling_core 0.20.11",
 4567 "quote",
 4568 "syn 2.0.117",
 4569]
 4570
 4571[[package]]
 4572name = "darling_macro"
 4573version = "0.21.3"
 4574source = "registry+https://github.com/rust-lang/crates.io-index"
 4575checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4576dependencies = [
 4577 "darling_core 0.21.3",
 4578 "quote",
 4579 "syn 2.0.117",
 4580]
 4581
 4582[[package]]
 4583name = "dashmap"
 4584version = "6.1.0"
 4585source = "registry+https://github.com/rust-lang/crates.io-index"
 4586checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4587dependencies = [
 4588 "cfg-if",
 4589 "crossbeam-utils",
 4590 "hashbrown 0.14.5",
 4591 "lock_api",
 4592 "once_cell",
 4593 "parking_lot_core",
 4594]
 4595
 4596[[package]]
 4597name = "dasp_sample"
 4598version = "0.11.0"
 4599source = "registry+https://github.com/rust-lang/crates.io-index"
 4600checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4601
 4602[[package]]
 4603name = "data-encoding"
 4604version = "2.9.0"
 4605source = "registry+https://github.com/rust-lang/crates.io-index"
 4606checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4607
 4608[[package]]
 4609name = "data-url"
 4610version = "0.3.2"
 4611source = "registry+https://github.com/rust-lang/crates.io-index"
 4612checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4613
 4614[[package]]
 4615name = "db"
 4616version = "0.1.0"
 4617dependencies = [
 4618 "anyhow",
 4619 "gpui",
 4620 "indoc",
 4621 "log",
 4622 "paths",
 4623 "release_channel",
 4624 "smol",
 4625 "sqlez",
 4626 "sqlez_macros",
 4627 "tempfile",
 4628 "util",
 4629 "zed_env_vars",
 4630]
 4631
 4632[[package]]
 4633name = "dbus"
 4634version = "0.9.9"
 4635source = "registry+https://github.com/rust-lang/crates.io-index"
 4636checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4637dependencies = [
 4638 "libc",
 4639 "libdbus-sys",
 4640 "windows-sys 0.59.0",
 4641]
 4642
 4643[[package]]
 4644name = "debug_adapter_extension"
 4645version = "0.1.0"
 4646dependencies = [
 4647 "anyhow",
 4648 "async-trait",
 4649 "collections",
 4650 "dap",
 4651 "extension",
 4652 "gpui",
 4653 "serde_json",
 4654 "task",
 4655 "util",
 4656]
 4657
 4658[[package]]
 4659name = "debugger_tools"
 4660version = "0.1.0"
 4661dependencies = [
 4662 "anyhow",
 4663 "dap",
 4664 "editor",
 4665 "futures 0.3.31",
 4666 "gpui",
 4667 "project",
 4668 "serde_json",
 4669 "settings",
 4670 "smol",
 4671 "util",
 4672 "workspace",
 4673]
 4674
 4675[[package]]
 4676name = "debugger_ui"
 4677version = "0.1.0"
 4678dependencies = [
 4679 "alacritty_terminal",
 4680 "anyhow",
 4681 "bitflags 2.10.0",
 4682 "client",
 4683 "collections",
 4684 "command_palette_hooks",
 4685 "dap",
 4686 "dap_adapters",
 4687 "db",
 4688 "debugger_tools",
 4689 "editor",
 4690 "feature_flags",
 4691 "file_icons",
 4692 "futures 0.3.31",
 4693 "fuzzy",
 4694 "gpui",
 4695 "hex",
 4696 "indoc",
 4697 "itertools 0.14.0",
 4698 "language",
 4699 "log",
 4700 "menu",
 4701 "notifications",
 4702 "parking_lot",
 4703 "parse_int",
 4704 "paths",
 4705 "picker",
 4706 "pretty_assertions",
 4707 "project",
 4708 "rpc",
 4709 "schemars",
 4710 "serde",
 4711 "serde_json",
 4712 "serde_json_lenient",
 4713 "settings",
 4714 "sysinfo 0.37.2",
 4715 "task",
 4716 "tasks_ui",
 4717 "terminal_view",
 4718 "text",
 4719 "theme",
 4720 "tree-sitter",
 4721 "tree-sitter-go",
 4722 "tree-sitter-json",
 4723 "ui",
 4724 "ui_input",
 4725 "unindent",
 4726 "util",
 4727 "workspace",
 4728 "zed_actions",
 4729 "zlog",
 4730]
 4731
 4732[[package]]
 4733name = "debugid"
 4734version = "0.8.0"
 4735source = "registry+https://github.com/rust-lang/crates.io-index"
 4736checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4737dependencies = [
 4738 "uuid",
 4739]
 4740
 4741[[package]]
 4742name = "deepseek"
 4743version = "0.1.0"
 4744dependencies = [
 4745 "anyhow",
 4746 "futures 0.3.31",
 4747 "http_client",
 4748 "schemars",
 4749 "serde",
 4750 "serde_json",
 4751]
 4752
 4753[[package]]
 4754name = "deflate64"
 4755version = "0.1.10"
 4756source = "registry+https://github.com/rust-lang/crates.io-index"
 4757checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4758
 4759[[package]]
 4760name = "denoise"
 4761version = "0.1.0"
 4762dependencies = [
 4763 "candle-core",
 4764 "candle-onnx",
 4765 "log",
 4766 "realfft",
 4767 "rodio",
 4768 "rustfft",
 4769 "thiserror 2.0.17",
 4770]
 4771
 4772[[package]]
 4773name = "der"
 4774version = "0.6.1"
 4775source = "registry+https://github.com/rust-lang/crates.io-index"
 4776checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4777dependencies = [
 4778 "const-oid",
 4779 "zeroize",
 4780]
 4781
 4782[[package]]
 4783name = "der"
 4784version = "0.7.10"
 4785source = "registry+https://github.com/rust-lang/crates.io-index"
 4786checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4787dependencies = [
 4788 "const-oid",
 4789 "pem-rfc7468",
 4790 "zeroize",
 4791]
 4792
 4793[[package]]
 4794name = "deranged"
 4795version = "0.5.4"
 4796source = "registry+https://github.com/rust-lang/crates.io-index"
 4797checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4798dependencies = [
 4799 "powerfmt",
 4800 "serde_core",
 4801]
 4802
 4803[[package]]
 4804name = "derive_arbitrary"
 4805version = "1.4.2"
 4806source = "registry+https://github.com/rust-lang/crates.io-index"
 4807checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4808dependencies = [
 4809 "proc-macro2",
 4810 "quote",
 4811 "syn 2.0.117",
 4812]
 4813
 4814[[package]]
 4815name = "derive_more"
 4816version = "2.1.1"
 4817source = "registry+https://github.com/rust-lang/crates.io-index"
 4818checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4819dependencies = [
 4820 "derive_more-impl",
 4821]
 4822
 4823[[package]]
 4824name = "derive_more-impl"
 4825version = "2.1.1"
 4826source = "registry+https://github.com/rust-lang/crates.io-index"
 4827checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4828dependencies = [
 4829 "convert_case 0.10.0",
 4830 "proc-macro2",
 4831 "quote",
 4832 "rustc_version",
 4833 "syn 2.0.117",
 4834 "unicode-xid",
 4835]
 4836
 4837[[package]]
 4838name = "derive_refineable"
 4839version = "0.1.0"
 4840dependencies = [
 4841 "proc-macro2",
 4842 "quote",
 4843 "syn 2.0.117",
 4844]
 4845
 4846[[package]]
 4847name = "derive_setters"
 4848version = "0.1.9"
 4849source = "registry+https://github.com/rust-lang/crates.io-index"
 4850checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4851dependencies = [
 4852 "darling 0.21.3",
 4853 "proc-macro2",
 4854 "quote",
 4855 "syn 2.0.117",
 4856]
 4857
 4858[[package]]
 4859name = "dev_container"
 4860version = "0.1.0"
 4861dependencies = [
 4862 "fs",
 4863 "futures 0.3.31",
 4864 "gpui",
 4865 "http 1.3.1",
 4866 "http_client",
 4867 "log",
 4868 "menu",
 4869 "node_runtime",
 4870 "paths",
 4871 "picker",
 4872 "project",
 4873 "serde",
 4874 "serde_json",
 4875 "settings",
 4876 "smol",
 4877 "ui",
 4878 "util",
 4879 "workspace",
 4880 "worktree",
 4881]
 4882
 4883[[package]]
 4884name = "diagnostics"
 4885version = "0.1.0"
 4886dependencies = [
 4887 "anyhow",
 4888 "collections",
 4889 "component",
 4890 "ctor",
 4891 "editor",
 4892 "gpui",
 4893 "indoc",
 4894 "itertools 0.14.0",
 4895 "language",
 4896 "log",
 4897 "lsp",
 4898 "markdown",
 4899 "pretty_assertions",
 4900 "project",
 4901 "rand 0.9.2",
 4902 "serde",
 4903 "serde_json",
 4904 "settings",
 4905 "text",
 4906 "theme",
 4907 "ui",
 4908 "unindent",
 4909 "util",
 4910 "workspace",
 4911 "zed_actions",
 4912 "zlog",
 4913]
 4914
 4915[[package]]
 4916name = "dialoguer"
 4917version = "0.11.0"
 4918source = "registry+https://github.com/rust-lang/crates.io-index"
 4919checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4920dependencies = [
 4921 "console",
 4922 "fuzzy-matcher",
 4923 "shell-words",
 4924 "tempfile",
 4925 "thiserror 1.0.69",
 4926 "zeroize",
 4927]
 4928
 4929[[package]]
 4930name = "diff"
 4931version = "0.1.13"
 4932source = "registry+https://github.com/rust-lang/crates.io-index"
 4933checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4934
 4935[[package]]
 4936name = "diffy"
 4937version = "0.4.2"
 4938source = "registry+https://github.com/rust-lang/crates.io-index"
 4939checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4940dependencies = [
 4941 "nu-ansi-term",
 4942]
 4943
 4944[[package]]
 4945name = "digest"
 4946version = "0.10.7"
 4947source = "registry+https://github.com/rust-lang/crates.io-index"
 4948checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4949dependencies = [
 4950 "block-buffer",
 4951 "const-oid",
 4952 "crypto-common",
 4953 "subtle",
 4954]
 4955
 4956[[package]]
 4957name = "dirs"
 4958version = "4.0.0"
 4959source = "registry+https://github.com/rust-lang/crates.io-index"
 4960checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4961dependencies = [
 4962 "dirs-sys 0.3.7",
 4963]
 4964
 4965[[package]]
 4966name = "dirs"
 4967version = "5.0.1"
 4968source = "registry+https://github.com/rust-lang/crates.io-index"
 4969checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4970dependencies = [
 4971 "dirs-sys 0.4.1",
 4972]
 4973
 4974[[package]]
 4975name = "dirs"
 4976version = "6.0.0"
 4977source = "registry+https://github.com/rust-lang/crates.io-index"
 4978checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4979dependencies = [
 4980 "dirs-sys 0.5.0",
 4981]
 4982
 4983[[package]]
 4984name = "dirs-sys"
 4985version = "0.3.7"
 4986source = "registry+https://github.com/rust-lang/crates.io-index"
 4987checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4988dependencies = [
 4989 "libc",
 4990 "redox_users 0.4.6",
 4991 "winapi",
 4992]
 4993
 4994[[package]]
 4995name = "dirs-sys"
 4996version = "0.4.1"
 4997source = "registry+https://github.com/rust-lang/crates.io-index"
 4998checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4999dependencies = [
 5000 "libc",
 5001 "option-ext",
 5002 "redox_users 0.4.6",
 5003 "windows-sys 0.48.0",
 5004]
 5005
 5006[[package]]
 5007name = "dirs-sys"
 5008version = "0.5.0"
 5009source = "registry+https://github.com/rust-lang/crates.io-index"
 5010checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 5011dependencies = [
 5012 "libc",
 5013 "option-ext",
 5014 "redox_users 0.5.2",
 5015 "windows-sys 0.61.2",
 5016]
 5017
 5018[[package]]
 5019name = "dispatch"
 5020version = "0.2.0"
 5021source = "registry+https://github.com/rust-lang/crates.io-index"
 5022checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 5023
 5024[[package]]
 5025name = "dispatch2"
 5026version = "0.3.1"
 5027source = "registry+https://github.com/rust-lang/crates.io-index"
 5028checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 5029dependencies = [
 5030 "bitflags 2.10.0",
 5031 "block2",
 5032 "libc",
 5033 "objc2",
 5034]
 5035
 5036[[package]]
 5037name = "displaydoc"
 5038version = "0.2.5"
 5039source = "registry+https://github.com/rust-lang/crates.io-index"
 5040checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 5041dependencies = [
 5042 "proc-macro2",
 5043 "quote",
 5044 "syn 2.0.117",
 5045]
 5046
 5047[[package]]
 5048name = "dlib"
 5049version = "0.5.2"
 5050source = "registry+https://github.com/rust-lang/crates.io-index"
 5051checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 5052dependencies = [
 5053 "libloading",
 5054]
 5055
 5056[[package]]
 5057name = "docs_preprocessor"
 5058version = "0.1.0"
 5059dependencies = [
 5060 "anyhow",
 5061 "collections",
 5062 "jsonschema",
 5063 "mdbook",
 5064 "regex",
 5065 "schemars",
 5066 "serde",
 5067 "serde_json",
 5068 "settings",
 5069 "task",
 5070 "theme",
 5071 "util",
 5072 "zlog",
 5073]
 5074
 5075[[package]]
 5076name = "document-features"
 5077version = "0.2.12"
 5078source = "registry+https://github.com/rust-lang/crates.io-index"
 5079checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5080dependencies = [
 5081 "litrs",
 5082]
 5083
 5084[[package]]
 5085name = "documented"
 5086version = "0.9.2"
 5087source = "registry+https://github.com/rust-lang/crates.io-index"
 5088checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5089dependencies = [
 5090 "documented-macros",
 5091 "phf 0.12.1",
 5092 "thiserror 2.0.17",
 5093]
 5094
 5095[[package]]
 5096name = "documented-macros"
 5097version = "0.9.2"
 5098source = "registry+https://github.com/rust-lang/crates.io-index"
 5099checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5100dependencies = [
 5101 "convert_case 0.8.0",
 5102 "itertools 0.14.0",
 5103 "optfield",
 5104 "proc-macro2",
 5105 "quote",
 5106 "strum 0.27.2",
 5107 "syn 2.0.117",
 5108]
 5109
 5110[[package]]
 5111name = "dotenvy"
 5112version = "0.15.7"
 5113source = "registry+https://github.com/rust-lang/crates.io-index"
 5114checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5115
 5116[[package]]
 5117name = "downcast-rs"
 5118version = "1.2.1"
 5119source = "registry+https://github.com/rust-lang/crates.io-index"
 5120checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5121
 5122[[package]]
 5123name = "doxygen-rs"
 5124version = "0.4.2"
 5125source = "registry+https://github.com/rust-lang/crates.io-index"
 5126checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5127dependencies = [
 5128 "phf 0.11.3",
 5129]
 5130
 5131[[package]]
 5132name = "dtoa"
 5133version = "1.0.10"
 5134source = "registry+https://github.com/rust-lang/crates.io-index"
 5135checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5136
 5137[[package]]
 5138name = "dtoa-short"
 5139version = "0.3.5"
 5140source = "registry+https://github.com/rust-lang/crates.io-index"
 5141checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5142dependencies = [
 5143 "dtoa",
 5144]
 5145
 5146[[package]]
 5147name = "dtor"
 5148version = "0.0.6"
 5149source = "registry+https://github.com/rust-lang/crates.io-index"
 5150checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5151dependencies = [
 5152 "dtor-proc-macro",
 5153]
 5154
 5155[[package]]
 5156name = "dtor-proc-macro"
 5157version = "0.0.5"
 5158source = "registry+https://github.com/rust-lang/crates.io-index"
 5159checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5160
 5161[[package]]
 5162name = "dunce"
 5163version = "1.0.5"
 5164source = "registry+https://github.com/rust-lang/crates.io-index"
 5165checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5166
 5167[[package]]
 5168name = "dwrote"
 5169version = "0.11.5"
 5170source = "registry+https://github.com/rust-lang/crates.io-index"
 5171checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5172dependencies = [
 5173 "lazy_static",
 5174 "libc",
 5175 "winapi",
 5176 "wio",
 5177]
 5178
 5179[[package]]
 5180name = "dyn-clone"
 5181version = "1.0.20"
 5182source = "registry+https://github.com/rust-lang/crates.io-index"
 5183checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5184
 5185[[package]]
 5186name = "dyn-stack"
 5187version = "0.10.0"
 5188source = "registry+https://github.com/rust-lang/crates.io-index"
 5189checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5190dependencies = [
 5191 "bytemuck",
 5192 "reborrow",
 5193]
 5194
 5195[[package]]
 5196name = "dyn-stack"
 5197version = "0.13.2"
 5198source = "registry+https://github.com/rust-lang/crates.io-index"
 5199checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5200dependencies = [
 5201 "bytemuck",
 5202 "dyn-stack-macros",
 5203]
 5204
 5205[[package]]
 5206name = "dyn-stack-macros"
 5207version = "0.1.3"
 5208source = "registry+https://github.com/rust-lang/crates.io-index"
 5209checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5210
 5211[[package]]
 5212name = "ec4rs"
 5213version = "1.2.0"
 5214source = "registry+https://github.com/rust-lang/crates.io-index"
 5215checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5216
 5217[[package]]
 5218name = "ecdsa"
 5219version = "0.14.8"
 5220source = "registry+https://github.com/rust-lang/crates.io-index"
 5221checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5222dependencies = [
 5223 "der 0.6.1",
 5224 "elliptic-curve",
 5225 "rfc6979",
 5226 "signature 1.6.4",
 5227]
 5228
 5229[[package]]
 5230name = "edit_prediction"
 5231version = "0.1.0"
 5232dependencies = [
 5233 "ai_onboarding",
 5234 "anyhow",
 5235 "arrayvec",
 5236 "brotli",
 5237 "buffer_diff",
 5238 "client",
 5239 "clock",
 5240 "cloud_api_types",
 5241 "cloud_llm_client",
 5242 "collections",
 5243 "copilot",
 5244 "copilot_ui",
 5245 "ctor",
 5246 "db",
 5247 "edit_prediction_context",
 5248 "edit_prediction_types",
 5249 "feature_flags",
 5250 "fs",
 5251 "futures 0.3.31",
 5252 "gpui",
 5253 "indoc",
 5254 "itertools 0.14.0",
 5255 "language",
 5256 "language_model",
 5257 "log",
 5258 "lsp",
 5259 "menu",
 5260 "open_ai",
 5261 "parking_lot",
 5262 "postage",
 5263 "pretty_assertions",
 5264 "project",
 5265 "pulldown-cmark 0.13.0",
 5266 "rand 0.9.2",
 5267 "regex",
 5268 "release_channel",
 5269 "semver",
 5270 "serde",
 5271 "serde_json",
 5272 "settings",
 5273 "strum 0.27.2",
 5274 "telemetry",
 5275 "telemetry_events",
 5276 "text",
 5277 "thiserror 2.0.17",
 5278 "time",
 5279 "toml 0.8.23",
 5280 "ui",
 5281 "util",
 5282 "uuid",
 5283 "workspace",
 5284 "worktree",
 5285 "zed_actions",
 5286 "zeta_prompt",
 5287 "zlog",
 5288 "zstd",
 5289]
 5290
 5291[[package]]
 5292name = "edit_prediction_cli"
 5293version = "0.1.0"
 5294dependencies = [
 5295 "anthropic",
 5296 "anyhow",
 5297 "chrono",
 5298 "clap",
 5299 "client",
 5300 "cloud_llm_client",
 5301 "collections",
 5302 "debug_adapter_extension",
 5303 "dirs 4.0.0",
 5304 "edit_prediction",
 5305 "extension",
 5306 "flate2",
 5307 "fs",
 5308 "futures 0.3.31",
 5309 "gaoya",
 5310 "gpui",
 5311 "gpui_platform",
 5312 "gpui_tokio",
 5313 "http_client",
 5314 "indoc",
 5315 "language",
 5316 "language_extension",
 5317 "language_model",
 5318 "language_models",
 5319 "languages",
 5320 "libc",
 5321 "log",
 5322 "node_runtime",
 5323 "open_ai",
 5324 "paths",
 5325 "pretty_assertions",
 5326 "project",
 5327 "prompt_store",
 5328 "rand 0.9.2",
 5329 "release_channel",
 5330 "reqwest_client",
 5331 "rust-embed",
 5332 "serde",
 5333 "serde_json",
 5334 "settings",
 5335 "shellexpand 2.1.2",
 5336 "similar",
 5337 "smol",
 5338 "sqlez",
 5339 "sqlez_macros",
 5340 "strum 0.27.2",
 5341 "telemetry_events",
 5342 "tempfile",
 5343 "terminal_view",
 5344 "toml 0.8.23",
 5345 "util",
 5346 "wasmtime",
 5347 "watch",
 5348 "workspace",
 5349 "zeta_prompt",
 5350]
 5351
 5352[[package]]
 5353name = "edit_prediction_context"
 5354version = "0.1.0"
 5355dependencies = [
 5356 "anyhow",
 5357 "clock",
 5358 "collections",
 5359 "env_logger 0.11.8",
 5360 "futures 0.3.31",
 5361 "gpui",
 5362 "indoc",
 5363 "language",
 5364 "log",
 5365 "lsp",
 5366 "parking_lot",
 5367 "pretty_assertions",
 5368 "project",
 5369 "serde",
 5370 "serde_json",
 5371 "settings",
 5372 "smallvec",
 5373 "text",
 5374 "tree-sitter",
 5375 "util",
 5376 "zeta_prompt",
 5377]
 5378
 5379[[package]]
 5380name = "edit_prediction_types"
 5381version = "0.1.0"
 5382dependencies = [
 5383 "client",
 5384 "gpui",
 5385 "icons",
 5386 "language",
 5387 "text",
 5388]
 5389
 5390[[package]]
 5391name = "edit_prediction_ui"
 5392version = "0.1.0"
 5393dependencies = [
 5394 "anyhow",
 5395 "buffer_diff",
 5396 "client",
 5397 "cloud_llm_client",
 5398 "codestral",
 5399 "collections",
 5400 "command_palette_hooks",
 5401 "copilot",
 5402 "copilot_chat",
 5403 "copilot_ui",
 5404 "edit_prediction",
 5405 "edit_prediction_types",
 5406 "editor",
 5407 "feature_flags",
 5408 "fs",
 5409 "futures 0.3.31",
 5410 "gpui",
 5411 "indoc",
 5412 "language",
 5413 "markdown",
 5414 "menu",
 5415 "multi_buffer",
 5416 "paths",
 5417 "project",
 5418 "regex",
 5419 "settings",
 5420 "telemetry",
 5421 "text",
 5422 "theme",
 5423 "time",
 5424 "ui",
 5425 "util",
 5426 "workspace",
 5427 "zed_actions",
 5428 "zeta_prompt",
 5429]
 5430
 5431[[package]]
 5432name = "editor"
 5433version = "0.1.0"
 5434dependencies = [
 5435 "aho-corasick",
 5436 "anyhow",
 5437 "assets",
 5438 "breadcrumbs",
 5439 "buffer_diff",
 5440 "client",
 5441 "clock",
 5442 "collections",
 5443 "convert_case 0.8.0",
 5444 "criterion",
 5445 "ctor",
 5446 "dap",
 5447 "db",
 5448 "edit_prediction_types",
 5449 "emojis",
 5450 "feature_flags",
 5451 "file_icons",
 5452 "fs",
 5453 "futures 0.3.31",
 5454 "fuzzy",
 5455 "git",
 5456 "gpui",
 5457 "indoc",
 5458 "itertools 0.14.0",
 5459 "language",
 5460 "languages",
 5461 "linkify",
 5462 "log",
 5463 "lsp",
 5464 "markdown",
 5465 "menu",
 5466 "multi_buffer",
 5467 "ordered-float 2.10.1",
 5468 "parking_lot",
 5469 "pretty_assertions",
 5470 "project",
 5471 "proptest",
 5472 "proptest-derive",
 5473 "rand 0.9.2",
 5474 "regex",
 5475 "release_channel",
 5476 "rope",
 5477 "rpc",
 5478 "schemars",
 5479 "semver",
 5480 "serde",
 5481 "serde_json",
 5482 "settings",
 5483 "smallvec",
 5484 "smol",
 5485 "snippet",
 5486 "sum_tree",
 5487 "task",
 5488 "telemetry",
 5489 "text",
 5490 "theme",
 5491 "time",
 5492 "tracing",
 5493 "tree-sitter-bash",
 5494 "tree-sitter-c",
 5495 "tree-sitter-html",
 5496 "tree-sitter-md",
 5497 "tree-sitter-python",
 5498 "tree-sitter-rust",
 5499 "tree-sitter-typescript",
 5500 "tree-sitter-yaml",
 5501 "ui",
 5502 "ui_input",
 5503 "unicode-script",
 5504 "unicode-segmentation",
 5505 "unicode-width",
 5506 "unindent",
 5507 "url",
 5508 "util",
 5509 "uuid",
 5510 "vim_mode_setting",
 5511 "workspace",
 5512 "zed_actions",
 5513 "zlog",
 5514 "ztracing",
 5515]
 5516
 5517[[package]]
 5518name = "either"
 5519version = "1.15.0"
 5520source = "registry+https://github.com/rust-lang/crates.io-index"
 5521checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5522dependencies = [
 5523 "serde",
 5524]
 5525
 5526[[package]]
 5527name = "elasticlunr-rs"
 5528version = "3.0.2"
 5529source = "registry+https://github.com/rust-lang/crates.io-index"
 5530checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5531dependencies = [
 5532 "regex",
 5533 "serde",
 5534 "serde_derive",
 5535 "serde_json",
 5536]
 5537
 5538[[package]]
 5539name = "elliptic-curve"
 5540version = "0.12.3"
 5541source = "registry+https://github.com/rust-lang/crates.io-index"
 5542checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5543dependencies = [
 5544 "base16ct",
 5545 "crypto-bigint 0.4.9",
 5546 "der 0.6.1",
 5547 "digest",
 5548 "ff",
 5549 "generic-array",
 5550 "group",
 5551 "pkcs8 0.9.0",
 5552 "rand_core 0.6.4",
 5553 "sec1",
 5554 "subtle",
 5555 "zeroize",
 5556]
 5557
 5558[[package]]
 5559name = "email_address"
 5560version = "0.2.9"
 5561source = "registry+https://github.com/rust-lang/crates.io-index"
 5562checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5563dependencies = [
 5564 "serde",
 5565]
 5566
 5567[[package]]
 5568name = "embed-resource"
 5569version = "3.0.6"
 5570source = "registry+https://github.com/rust-lang/crates.io-index"
 5571checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5572dependencies = [
 5573 "cc",
 5574 "memchr",
 5575 "rustc_version",
 5576 "toml 0.9.8",
 5577 "vswhom",
 5578 "winreg 0.55.0",
 5579]
 5580
 5581[[package]]
 5582name = "embedded-io"
 5583version = "0.4.0"
 5584source = "registry+https://github.com/rust-lang/crates.io-index"
 5585checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5586
 5587[[package]]
 5588name = "embedded-io"
 5589version = "0.6.1"
 5590source = "registry+https://github.com/rust-lang/crates.io-index"
 5591checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5592
 5593[[package]]
 5594name = "emojis"
 5595version = "0.6.4"
 5596source = "registry+https://github.com/rust-lang/crates.io-index"
 5597checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5598dependencies = [
 5599 "phf 0.11.3",
 5600]
 5601
 5602[[package]]
 5603name = "encode_unicode"
 5604version = "1.0.0"
 5605source = "registry+https://github.com/rust-lang/crates.io-index"
 5606checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5607
 5608[[package]]
 5609name = "encoding_rs"
 5610version = "0.8.35"
 5611source = "registry+https://github.com/rust-lang/crates.io-index"
 5612checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5613dependencies = [
 5614 "cfg-if",
 5615]
 5616
 5617[[package]]
 5618name = "encoding_selector"
 5619version = "0.1.0"
 5620dependencies = [
 5621 "editor",
 5622 "encoding_rs",
 5623 "fuzzy",
 5624 "gpui",
 5625 "language",
 5626 "picker",
 5627 "project",
 5628 "ui",
 5629 "util",
 5630 "workspace",
 5631]
 5632
 5633[[package]]
 5634name = "endi"
 5635version = "1.1.0"
 5636source = "registry+https://github.com/rust-lang/crates.io-index"
 5637checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5638
 5639[[package]]
 5640name = "enum-as-inner"
 5641version = "0.6.1"
 5642source = "registry+https://github.com/rust-lang/crates.io-index"
 5643checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5644dependencies = [
 5645 "heck 0.5.0",
 5646 "proc-macro2",
 5647 "quote",
 5648 "syn 2.0.117",
 5649]
 5650
 5651[[package]]
 5652name = "enumflags2"
 5653version = "0.7.12"
 5654source = "registry+https://github.com/rust-lang/crates.io-index"
 5655checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5656dependencies = [
 5657 "enumflags2_derive",
 5658 "serde",
 5659]
 5660
 5661[[package]]
 5662name = "enumflags2_derive"
 5663version = "0.7.12"
 5664source = "registry+https://github.com/rust-lang/crates.io-index"
 5665checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5666dependencies = [
 5667 "proc-macro2",
 5668 "quote",
 5669 "syn 2.0.117",
 5670]
 5671
 5672[[package]]
 5673name = "env_filter"
 5674version = "0.1.4"
 5675source = "registry+https://github.com/rust-lang/crates.io-index"
 5676checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5677dependencies = [
 5678 "log",
 5679 "regex",
 5680]
 5681
 5682[[package]]
 5683name = "env_logger"
 5684version = "0.10.2"
 5685source = "registry+https://github.com/rust-lang/crates.io-index"
 5686checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5687dependencies = [
 5688 "humantime",
 5689 "is-terminal",
 5690 "log",
 5691 "regex",
 5692 "termcolor",
 5693]
 5694
 5695[[package]]
 5696name = "env_logger"
 5697version = "0.11.8"
 5698source = "registry+https://github.com/rust-lang/crates.io-index"
 5699checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5700dependencies = [
 5701 "anstream",
 5702 "anstyle",
 5703 "env_filter",
 5704 "jiff",
 5705 "log",
 5706]
 5707
 5708[[package]]
 5709name = "envy"
 5710version = "0.4.2"
 5711source = "registry+https://github.com/rust-lang/crates.io-index"
 5712checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5713dependencies = [
 5714 "serde",
 5715]
 5716
 5717[[package]]
 5718name = "equator"
 5719version = "0.4.2"
 5720source = "registry+https://github.com/rust-lang/crates.io-index"
 5721checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5722dependencies = [
 5723 "equator-macro",
 5724]
 5725
 5726[[package]]
 5727name = "equator-macro"
 5728version = "0.4.2"
 5729source = "registry+https://github.com/rust-lang/crates.io-index"
 5730checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5731dependencies = [
 5732 "proc-macro2",
 5733 "quote",
 5734 "syn 2.0.117",
 5735]
 5736
 5737[[package]]
 5738name = "equivalent"
 5739version = "1.0.2"
 5740source = "registry+https://github.com/rust-lang/crates.io-index"
 5741checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5742
 5743[[package]]
 5744name = "erased-serde"
 5745version = "0.4.9"
 5746source = "registry+https://github.com/rust-lang/crates.io-index"
 5747checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5748dependencies = [
 5749 "serde",
 5750 "serde_core",
 5751 "typeid",
 5752]
 5753
 5754[[package]]
 5755name = "errno"
 5756version = "0.2.8"
 5757source = "registry+https://github.com/rust-lang/crates.io-index"
 5758checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5759dependencies = [
 5760 "errno-dragonfly",
 5761 "libc",
 5762 "winapi",
 5763]
 5764
 5765[[package]]
 5766name = "errno"
 5767version = "0.3.14"
 5768source = "registry+https://github.com/rust-lang/crates.io-index"
 5769checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5770dependencies = [
 5771 "libc",
 5772 "windows-sys 0.61.2",
 5773]
 5774
 5775[[package]]
 5776name = "errno-dragonfly"
 5777version = "0.1.2"
 5778source = "registry+https://github.com/rust-lang/crates.io-index"
 5779checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5780dependencies = [
 5781 "cc",
 5782 "libc",
 5783]
 5784
 5785[[package]]
 5786name = "error-graph"
 5787version = "0.1.1"
 5788source = "registry+https://github.com/rust-lang/crates.io-index"
 5789checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5790dependencies = [
 5791 "serde",
 5792]
 5793
 5794[[package]]
 5795name = "etagere"
 5796version = "0.2.15"
 5797source = "registry+https://github.com/rust-lang/crates.io-index"
 5798checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5799dependencies = [
 5800 "euclid",
 5801 "svg_fmt",
 5802]
 5803
 5804[[package]]
 5805name = "etcetera"
 5806version = "0.8.0"
 5807source = "registry+https://github.com/rust-lang/crates.io-index"
 5808checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5809dependencies = [
 5810 "cfg-if",
 5811 "home",
 5812 "windows-sys 0.48.0",
 5813]
 5814
 5815[[package]]
 5816name = "etw_tracing"
 5817version = "0.1.0"
 5818dependencies = [
 5819 "anyhow",
 5820 "gpui",
 5821 "log",
 5822 "net",
 5823 "serde",
 5824 "serde_json",
 5825 "util",
 5826 "windows 0.61.3",
 5827 "windows-core 0.61.2",
 5828 "workspace",
 5829 "wprcontrol",
 5830]
 5831
 5832[[package]]
 5833name = "euclid"
 5834version = "0.22.11"
 5835source = "registry+https://github.com/rust-lang/crates.io-index"
 5836checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5837dependencies = [
 5838 "num-traits",
 5839]
 5840
 5841[[package]]
 5842name = "eval"
 5843version = "0.1.0"
 5844dependencies = [
 5845 "acp_thread",
 5846 "agent",
 5847 "agent-client-protocol",
 5848 "agent_settings",
 5849 "agent_ui",
 5850 "anyhow",
 5851 "async-trait",
 5852 "buffer_diff",
 5853 "chrono",
 5854 "clap",
 5855 "client",
 5856 "collections",
 5857 "debug_adapter_extension",
 5858 "dirs 4.0.0",
 5859 "dotenvy",
 5860 "env_logger 0.11.8",
 5861 "extension",
 5862 "fs",
 5863 "futures 0.3.31",
 5864 "gpui",
 5865 "gpui_platform",
 5866 "gpui_tokio",
 5867 "handlebars 4.5.0",
 5868 "language",
 5869 "language_extension",
 5870 "language_model",
 5871 "language_models",
 5872 "languages",
 5873 "markdown",
 5874 "node_runtime",
 5875 "pathdiff",
 5876 "paths",
 5877 "pretty_assertions",
 5878 "project",
 5879 "prompt_store",
 5880 "rand 0.9.2",
 5881 "regex",
 5882 "release_channel",
 5883 "reqwest_client",
 5884 "serde",
 5885 "serde_json",
 5886 "settings",
 5887 "shellexpand 2.1.2",
 5888 "telemetry",
 5889 "terminal_view",
 5890 "toml 0.8.23",
 5891 "unindent",
 5892 "util",
 5893 "uuid",
 5894 "watch",
 5895]
 5896
 5897[[package]]
 5898name = "eval_cli"
 5899version = "0.1.0"
 5900dependencies = [
 5901 "acp_thread",
 5902 "agent",
 5903 "agent-client-protocol",
 5904 "agent_ui",
 5905 "anyhow",
 5906 "clap",
 5907 "client",
 5908 "ctrlc",
 5909 "debug_adapter_extension",
 5910 "env_logger 0.11.8",
 5911 "extension",
 5912 "feature_flags",
 5913 "fs",
 5914 "futures 0.3.31",
 5915 "gpui",
 5916 "gpui_platform",
 5917 "gpui_tokio",
 5918 "language",
 5919 "language_extension",
 5920 "language_model",
 5921 "language_models",
 5922 "languages",
 5923 "node_runtime",
 5924 "paths",
 5925 "project",
 5926 "prompt_store",
 5927 "release_channel",
 5928 "reqwest_client",
 5929 "serde",
 5930 "serde_json",
 5931 "settings",
 5932 "shellexpand 2.1.2",
 5933 "terminal_view",
 5934 "util",
 5935 "watch",
 5936]
 5937
 5938[[package]]
 5939name = "eval_utils"
 5940version = "0.1.0"
 5941dependencies = [
 5942 "gpui_platform",
 5943 "serde",
 5944 "smol",
 5945]
 5946
 5947[[package]]
 5948name = "event-listener"
 5949version = "2.5.3"
 5950source = "registry+https://github.com/rust-lang/crates.io-index"
 5951checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5952
 5953[[package]]
 5954name = "event-listener"
 5955version = "5.4.1"
 5956source = "registry+https://github.com/rust-lang/crates.io-index"
 5957checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5958dependencies = [
 5959 "concurrent-queue",
 5960 "parking",
 5961 "pin-project-lite",
 5962]
 5963
 5964[[package]]
 5965name = "event-listener-strategy"
 5966version = "0.5.4"
 5967source = "registry+https://github.com/rust-lang/crates.io-index"
 5968checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5969dependencies = [
 5970 "event-listener 5.4.1",
 5971 "pin-project-lite",
 5972]
 5973
 5974[[package]]
 5975name = "exec"
 5976version = "0.3.1"
 5977source = "registry+https://github.com/rust-lang/crates.io-index"
 5978checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5979dependencies = [
 5980 "errno 0.2.8",
 5981 "libc",
 5982]
 5983
 5984[[package]]
 5985name = "explorer_command_injector"
 5986version = "0.1.0"
 5987dependencies = [
 5988 "windows 0.61.3",
 5989 "windows-core 0.61.2",
 5990 "windows-registry 0.5.3",
 5991]
 5992
 5993[[package]]
 5994name = "exr"
 5995version = "1.73.0"
 5996source = "registry+https://github.com/rust-lang/crates.io-index"
 5997checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5998dependencies = [
 5999 "bit_field",
 6000 "half",
 6001 "lebe",
 6002 "miniz_oxide",
 6003 "rayon-core",
 6004 "smallvec",
 6005 "zune-inflate",
 6006]
 6007
 6008[[package]]
 6009name = "extended"
 6010version = "0.1.0"
 6011source = "registry+https://github.com/rust-lang/crates.io-index"
 6012checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 6013
 6014[[package]]
 6015name = "extension"
 6016version = "0.1.0"
 6017dependencies = [
 6018 "anyhow",
 6019 "async-trait",
 6020 "cloud_api_types",
 6021 "collections",
 6022 "dap",
 6023 "fs",
 6024 "futures 0.3.31",
 6025 "gpui",
 6026 "heck 0.5.0",
 6027 "http_client",
 6028 "indoc",
 6029 "language",
 6030 "log",
 6031 "lsp",
 6032 "parking_lot",
 6033 "pretty_assertions",
 6034 "proto",
 6035 "semver",
 6036 "serde",
 6037 "serde_json",
 6038 "task",
 6039 "tempfile",
 6040 "toml 0.8.23",
 6041 "tracing",
 6042 "url",
 6043 "util",
 6044 "wasm-encoder 0.221.3",
 6045 "wasmparser 0.221.3",
 6046 "ztracing",
 6047]
 6048
 6049[[package]]
 6050name = "extension_cli"
 6051version = "0.1.0"
 6052dependencies = [
 6053 "anyhow",
 6054 "clap",
 6055 "cloud_api_types",
 6056 "env_logger 0.11.8",
 6057 "extension",
 6058 "fs",
 6059 "gpui_platform",
 6060 "language",
 6061 "log",
 6062 "reqwest_client",
 6063 "serde",
 6064 "serde_json",
 6065 "serde_json_lenient",
 6066 "settings_content",
 6067 "snippet_provider",
 6068 "task",
 6069 "theme",
 6070 "tokio",
 6071 "toml 0.8.23",
 6072 "tree-sitter",
 6073 "wasmtime",
 6074]
 6075
 6076[[package]]
 6077name = "extension_host"
 6078version = "0.1.0"
 6079dependencies = [
 6080 "anyhow",
 6081 "async-compression",
 6082 "async-tar",
 6083 "async-trait",
 6084 "client",
 6085 "cloud_api_types",
 6086 "collections",
 6087 "criterion",
 6088 "ctor",
 6089 "dap",
 6090 "extension",
 6091 "fs",
 6092 "futures 0.3.31",
 6093 "gpui",
 6094 "gpui_tokio",
 6095 "http_client",
 6096 "language",
 6097 "language_extension",
 6098 "log",
 6099 "lsp",
 6100 "moka",
 6101 "node_runtime",
 6102 "parking_lot",
 6103 "paths",
 6104 "project",
 6105 "release_channel",
 6106 "remote",
 6107 "reqwest_client",
 6108 "semver",
 6109 "serde",
 6110 "serde_json",
 6111 "serde_json_lenient",
 6112 "settings",
 6113 "task",
 6114 "telemetry",
 6115 "tempfile",
 6116 "theme",
 6117 "theme_extension",
 6118 "toml 0.8.23",
 6119 "tracing",
 6120 "url",
 6121 "util",
 6122 "wasmparser 0.221.3",
 6123 "wasmtime",
 6124 "wasmtime-wasi",
 6125 "zlog",
 6126 "ztracing",
 6127]
 6128
 6129[[package]]
 6130name = "extensions_ui"
 6131version = "0.1.0"
 6132dependencies = [
 6133 "anyhow",
 6134 "client",
 6135 "cloud_api_types",
 6136 "collections",
 6137 "db",
 6138 "editor",
 6139 "extension",
 6140 "extension_host",
 6141 "fs",
 6142 "fuzzy",
 6143 "gpui",
 6144 "language",
 6145 "log",
 6146 "num-format",
 6147 "picker",
 6148 "project",
 6149 "release_channel",
 6150 "semver",
 6151 "serde",
 6152 "settings",
 6153 "smallvec",
 6154 "strum 0.27.2",
 6155 "telemetry",
 6156 "theme",
 6157 "ui",
 6158 "util",
 6159 "vim_mode_setting",
 6160 "workspace",
 6161 "zed_actions",
 6162]
 6163
 6164[[package]]
 6165name = "failspot"
 6166version = "0.2.0"
 6167source = "registry+https://github.com/rust-lang/crates.io-index"
 6168checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6169
 6170[[package]]
 6171name = "fallible-iterator"
 6172version = "0.3.0"
 6173source = "registry+https://github.com/rust-lang/crates.io-index"
 6174checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6175
 6176[[package]]
 6177name = "fancy-regex"
 6178version = "0.16.2"
 6179source = "registry+https://github.com/rust-lang/crates.io-index"
 6180checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6181dependencies = [
 6182 "bit-set",
 6183 "regex-automata",
 6184 "regex-syntax",
 6185]
 6186
 6187[[package]]
 6188name = "fast-srgb8"
 6189version = "1.0.0"
 6190source = "registry+https://github.com/rust-lang/crates.io-index"
 6191checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6192
 6193[[package]]
 6194name = "fastrand"
 6195version = "1.9.0"
 6196source = "registry+https://github.com/rust-lang/crates.io-index"
 6197checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6198dependencies = [
 6199 "instant",
 6200]
 6201
 6202[[package]]
 6203name = "fastrand"
 6204version = "2.3.0"
 6205source = "registry+https://github.com/rust-lang/crates.io-index"
 6206checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6207
 6208[[package]]
 6209name = "fax"
 6210version = "0.2.6"
 6211source = "registry+https://github.com/rust-lang/crates.io-index"
 6212checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6213dependencies = [
 6214 "fax_derive",
 6215]
 6216
 6217[[package]]
 6218name = "fax_derive"
 6219version = "0.2.0"
 6220source = "registry+https://github.com/rust-lang/crates.io-index"
 6221checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6222dependencies = [
 6223 "proc-macro2",
 6224 "quote",
 6225 "syn 2.0.117",
 6226]
 6227
 6228[[package]]
 6229name = "fd-lock"
 6230version = "4.0.4"
 6231source = "registry+https://github.com/rust-lang/crates.io-index"
 6232checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6233dependencies = [
 6234 "cfg-if",
 6235 "rustix 1.1.2",
 6236 "windows-sys 0.59.0",
 6237]
 6238
 6239[[package]]
 6240name = "fdeflate"
 6241version = "0.3.7"
 6242source = "registry+https://github.com/rust-lang/crates.io-index"
 6243checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6244dependencies = [
 6245 "simd-adler32",
 6246]
 6247
 6248[[package]]
 6249name = "feature_flags"
 6250version = "0.1.0"
 6251dependencies = [
 6252 "gpui",
 6253]
 6254
 6255[[package]]
 6256name = "feedback"
 6257version = "0.1.0"
 6258dependencies = [
 6259 "gpui",
 6260 "system_specs",
 6261 "urlencoding",
 6262 "util",
 6263 "workspace",
 6264 "zed_actions",
 6265]
 6266
 6267[[package]]
 6268name = "ff"
 6269version = "0.12.1"
 6270source = "registry+https://github.com/rust-lang/crates.io-index"
 6271checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6272dependencies = [
 6273 "rand_core 0.6.4",
 6274 "subtle",
 6275]
 6276
 6277[[package]]
 6278name = "file_finder"
 6279version = "0.1.0"
 6280dependencies = [
 6281 "anyhow",
 6282 "channel",
 6283 "client",
 6284 "collections",
 6285 "ctor",
 6286 "editor",
 6287 "file_icons",
 6288 "futures 0.3.31",
 6289 "fuzzy",
 6290 "gpui",
 6291 "menu",
 6292 "open_path_prompt",
 6293 "picker",
 6294 "pretty_assertions",
 6295 "project",
 6296 "project_panel",
 6297 "remote_connection",
 6298 "serde",
 6299 "serde_json",
 6300 "settings",
 6301 "theme",
 6302 "ui",
 6303 "util",
 6304 "workspace",
 6305 "zed_actions",
 6306 "zlog",
 6307]
 6308
 6309[[package]]
 6310name = "file_icons"
 6311version = "0.1.0"
 6312dependencies = [
 6313 "gpui",
 6314 "serde",
 6315 "theme",
 6316 "util",
 6317]
 6318
 6319[[package]]
 6320name = "filedescriptor"
 6321version = "0.8.3"
 6322source = "registry+https://github.com/rust-lang/crates.io-index"
 6323checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6324dependencies = [
 6325 "libc",
 6326 "thiserror 1.0.69",
 6327 "winapi",
 6328]
 6329
 6330[[package]]
 6331name = "filetime"
 6332version = "0.2.26"
 6333source = "registry+https://github.com/rust-lang/crates.io-index"
 6334checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6335dependencies = [
 6336 "cfg-if",
 6337 "libc",
 6338 "libredox",
 6339 "windows-sys 0.60.2",
 6340]
 6341
 6342[[package]]
 6343name = "find-msvc-tools"
 6344version = "0.1.5"
 6345source = "registry+https://github.com/rust-lang/crates.io-index"
 6346checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6347
 6348[[package]]
 6349name = "fixedbitset"
 6350version = "0.4.2"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6353
 6354[[package]]
 6355name = "fixedbitset"
 6356version = "0.5.7"
 6357source = "registry+https://github.com/rust-lang/crates.io-index"
 6358checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6359
 6360[[package]]
 6361name = "flate2"
 6362version = "1.1.8"
 6363source = "registry+https://github.com/rust-lang/crates.io-index"
 6364checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6365dependencies = [
 6366 "crc32fast",
 6367 "miniz_oxide",
 6368]
 6369
 6370[[package]]
 6371name = "float-cmp"
 6372version = "0.9.0"
 6373source = "registry+https://github.com/rust-lang/crates.io-index"
 6374checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6375
 6376[[package]]
 6377name = "float-ord"
 6378version = "0.3.2"
 6379source = "registry+https://github.com/rust-lang/crates.io-index"
 6380checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6381
 6382[[package]]
 6383name = "float8"
 6384version = "0.4.2"
 6385source = "registry+https://github.com/rust-lang/crates.io-index"
 6386checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6387dependencies = [
 6388 "half",
 6389 "num-traits",
 6390 "rand 0.9.2",
 6391 "rand_distr",
 6392]
 6393
 6394[[package]]
 6395name = "float_next_after"
 6396version = "1.0.0"
 6397source = "registry+https://github.com/rust-lang/crates.io-index"
 6398checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6399
 6400[[package]]
 6401name = "fluent-uri"
 6402version = "0.4.1"
 6403source = "registry+https://github.com/rust-lang/crates.io-index"
 6404checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6405dependencies = [
 6406 "borrow-or-share",
 6407 "ref-cast",
 6408 "serde",
 6409]
 6410
 6411[[package]]
 6412name = "flume"
 6413version = "0.11.1"
 6414source = "registry+https://github.com/rust-lang/crates.io-index"
 6415checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6416dependencies = [
 6417 "futures-core",
 6418 "futures-sink",
 6419 "nanorand",
 6420 "spin 0.9.8",
 6421]
 6422
 6423[[package]]
 6424name = "fnv"
 6425version = "1.0.7"
 6426source = "registry+https://github.com/rust-lang/crates.io-index"
 6427checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6428
 6429[[package]]
 6430name = "foldhash"
 6431version = "0.1.5"
 6432source = "registry+https://github.com/rust-lang/crates.io-index"
 6433checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6434
 6435[[package]]
 6436name = "foldhash"
 6437version = "0.2.0"
 6438source = "registry+https://github.com/rust-lang/crates.io-index"
 6439checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6440
 6441[[package]]
 6442name = "font-types"
 6443version = "0.10.0"
 6444source = "registry+https://github.com/rust-lang/crates.io-index"
 6445checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6446dependencies = [
 6447 "bytemuck",
 6448]
 6449
 6450[[package]]
 6451name = "font-types"
 6452version = "0.11.0"
 6453source = "registry+https://github.com/rust-lang/crates.io-index"
 6454checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6455dependencies = [
 6456 "bytemuck",
 6457]
 6458
 6459[[package]]
 6460name = "fontconfig-parser"
 6461version = "0.5.8"
 6462source = "registry+https://github.com/rust-lang/crates.io-index"
 6463checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6464dependencies = [
 6465 "roxmltree",
 6466]
 6467
 6468[[package]]
 6469name = "fontdb"
 6470version = "0.16.2"
 6471source = "registry+https://github.com/rust-lang/crates.io-index"
 6472checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6473dependencies = [
 6474 "fontconfig-parser",
 6475 "log",
 6476 "memmap2",
 6477 "slotmap",
 6478 "tinyvec",
 6479 "ttf-parser 0.20.0",
 6480]
 6481
 6482[[package]]
 6483name = "fontdb"
 6484version = "0.23.0"
 6485source = "registry+https://github.com/rust-lang/crates.io-index"
 6486checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6487dependencies = [
 6488 "fontconfig-parser",
 6489 "log",
 6490 "memmap2",
 6491 "slotmap",
 6492 "tinyvec",
 6493 "ttf-parser 0.25.1",
 6494]
 6495
 6496[[package]]
 6497name = "foreign-types"
 6498version = "0.3.2"
 6499source = "registry+https://github.com/rust-lang/crates.io-index"
 6500checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6501dependencies = [
 6502 "foreign-types-shared 0.1.1",
 6503]
 6504
 6505[[package]]
 6506name = "foreign-types"
 6507version = "0.5.0"
 6508source = "registry+https://github.com/rust-lang/crates.io-index"
 6509checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6510dependencies = [
 6511 "foreign-types-macros",
 6512 "foreign-types-shared 0.3.1",
 6513]
 6514
 6515[[package]]
 6516name = "foreign-types-macros"
 6517version = "0.2.3"
 6518source = "registry+https://github.com/rust-lang/crates.io-index"
 6519checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6520dependencies = [
 6521 "proc-macro2",
 6522 "quote",
 6523 "syn 2.0.117",
 6524]
 6525
 6526[[package]]
 6527name = "foreign-types-shared"
 6528version = "0.1.1"
 6529source = "registry+https://github.com/rust-lang/crates.io-index"
 6530checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6531
 6532[[package]]
 6533name = "foreign-types-shared"
 6534version = "0.3.1"
 6535source = "registry+https://github.com/rust-lang/crates.io-index"
 6536checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6537
 6538[[package]]
 6539name = "fork"
 6540version = "0.4.0"
 6541source = "registry+https://github.com/rust-lang/crates.io-index"
 6542checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6543dependencies = [
 6544 "libc",
 6545]
 6546
 6547[[package]]
 6548name = "form_urlencoded"
 6549version = "1.2.2"
 6550source = "registry+https://github.com/rust-lang/crates.io-index"
 6551checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6552dependencies = [
 6553 "percent-encoding",
 6554]
 6555
 6556[[package]]
 6557name = "fraction"
 6558version = "0.15.3"
 6559source = "registry+https://github.com/rust-lang/crates.io-index"
 6560checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6561dependencies = [
 6562 "lazy_static",
 6563 "num",
 6564]
 6565
 6566[[package]]
 6567name = "freetype-sys"
 6568version = "0.20.1"
 6569source = "registry+https://github.com/rust-lang/crates.io-index"
 6570checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6571dependencies = [
 6572 "cc",
 6573 "libc",
 6574 "pkg-config",
 6575]
 6576
 6577[[package]]
 6578name = "fs"
 6579version = "0.1.0"
 6580dependencies = [
 6581 "anyhow",
 6582 "ashpd",
 6583 "async-tar",
 6584 "async-trait",
 6585 "cocoa 0.26.0",
 6586 "collections",
 6587 "dunce",
 6588 "fs",
 6589 "futures 0.3.31",
 6590 "git",
 6591 "gpui",
 6592 "ignore",
 6593 "is_executable",
 6594 "libc",
 6595 "log",
 6596 "notify 8.2.0",
 6597 "objc",
 6598 "parking_lot",
 6599 "paths",
 6600 "proto",
 6601 "rope",
 6602 "serde",
 6603 "serde_json",
 6604 "smol",
 6605 "tempfile",
 6606 "text",
 6607 "time",
 6608 "util",
 6609 "windows 0.61.3",
 6610]
 6611
 6612[[package]]
 6613name = "fs-set-times"
 6614version = "0.20.3"
 6615source = "registry+https://github.com/rust-lang/crates.io-index"
 6616checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6617dependencies = [
 6618 "io-lifetimes",
 6619 "rustix 1.1.2",
 6620 "windows-sys 0.59.0",
 6621]
 6622
 6623[[package]]
 6624name = "fs2"
 6625version = "0.4.3"
 6626source = "registry+https://github.com/rust-lang/crates.io-index"
 6627checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6628dependencies = [
 6629 "libc",
 6630 "winapi",
 6631]
 6632
 6633[[package]]
 6634name = "fs_benchmarks"
 6635version = "0.1.0"
 6636dependencies = [
 6637 "fs",
 6638 "gpui",
 6639 "gpui_platform",
 6640]
 6641
 6642[[package]]
 6643name = "fs_extra"
 6644version = "1.3.0"
 6645source = "registry+https://github.com/rust-lang/crates.io-index"
 6646checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6647
 6648[[package]]
 6649name = "fsevent-sys"
 6650version = "4.1.0"
 6651source = "registry+https://github.com/rust-lang/crates.io-index"
 6652checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6653dependencies = [
 6654 "libc",
 6655]
 6656
 6657[[package]]
 6658name = "fuchsia-cprng"
 6659version = "0.1.1"
 6660source = "registry+https://github.com/rust-lang/crates.io-index"
 6661checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6662
 6663[[package]]
 6664name = "funty"
 6665version = "2.0.0"
 6666source = "registry+https://github.com/rust-lang/crates.io-index"
 6667checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6668
 6669[[package]]
 6670name = "futf"
 6671version = "0.1.5"
 6672source = "registry+https://github.com/rust-lang/crates.io-index"
 6673checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6674dependencies = [
 6675 "mac",
 6676 "new_debug_unreachable",
 6677]
 6678
 6679[[package]]
 6680name = "futures"
 6681version = "0.1.31"
 6682source = "registry+https://github.com/rust-lang/crates.io-index"
 6683checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6684
 6685[[package]]
 6686name = "futures"
 6687version = "0.3.31"
 6688source = "registry+https://github.com/rust-lang/crates.io-index"
 6689checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6690dependencies = [
 6691 "futures-channel",
 6692 "futures-core",
 6693 "futures-executor",
 6694 "futures-io",
 6695 "futures-sink",
 6696 "futures-task",
 6697 "futures-util",
 6698]
 6699
 6700[[package]]
 6701name = "futures-channel"
 6702version = "0.3.31"
 6703source = "registry+https://github.com/rust-lang/crates.io-index"
 6704checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6705dependencies = [
 6706 "futures-core",
 6707 "futures-sink",
 6708]
 6709
 6710[[package]]
 6711name = "futures-concurrency"
 6712version = "7.7.1"
 6713source = "registry+https://github.com/rust-lang/crates.io-index"
 6714checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6715dependencies = [
 6716 "fixedbitset 0.5.7",
 6717 "futures-core",
 6718 "futures-lite 2.6.1",
 6719 "pin-project",
 6720 "smallvec",
 6721]
 6722
 6723[[package]]
 6724name = "futures-core"
 6725version = "0.3.31"
 6726source = "registry+https://github.com/rust-lang/crates.io-index"
 6727checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6728
 6729[[package]]
 6730name = "futures-executor"
 6731version = "0.3.31"
 6732source = "registry+https://github.com/rust-lang/crates.io-index"
 6733checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6734dependencies = [
 6735 "futures-core",
 6736 "futures-task",
 6737 "futures-util",
 6738]
 6739
 6740[[package]]
 6741name = "futures-intrusive"
 6742version = "0.5.0"
 6743source = "registry+https://github.com/rust-lang/crates.io-index"
 6744checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6745dependencies = [
 6746 "futures-core",
 6747 "lock_api",
 6748 "parking_lot",
 6749]
 6750
 6751[[package]]
 6752name = "futures-io"
 6753version = "0.3.31"
 6754source = "registry+https://github.com/rust-lang/crates.io-index"
 6755checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6756
 6757[[package]]
 6758name = "futures-lite"
 6759version = "1.13.0"
 6760source = "registry+https://github.com/rust-lang/crates.io-index"
 6761checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6762dependencies = [
 6763 "fastrand 1.9.0",
 6764 "futures-core",
 6765 "futures-io",
 6766 "memchr",
 6767 "parking",
 6768 "pin-project-lite",
 6769 "waker-fn",
 6770]
 6771
 6772[[package]]
 6773name = "futures-lite"
 6774version = "2.6.1"
 6775source = "registry+https://github.com/rust-lang/crates.io-index"
 6776checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6777dependencies = [
 6778 "fastrand 2.3.0",
 6779 "futures-core",
 6780 "futures-io",
 6781 "parking",
 6782 "pin-project-lite",
 6783]
 6784
 6785[[package]]
 6786name = "futures-macro"
 6787version = "0.3.31"
 6788source = "registry+https://github.com/rust-lang/crates.io-index"
 6789checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6790dependencies = [
 6791 "proc-macro2",
 6792 "quote",
 6793 "syn 2.0.117",
 6794]
 6795
 6796[[package]]
 6797name = "futures-sink"
 6798version = "0.3.31"
 6799source = "registry+https://github.com/rust-lang/crates.io-index"
 6800checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6801
 6802[[package]]
 6803name = "futures-task"
 6804version = "0.3.31"
 6805source = "registry+https://github.com/rust-lang/crates.io-index"
 6806checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6807
 6808[[package]]
 6809name = "futures-util"
 6810version = "0.3.31"
 6811source = "registry+https://github.com/rust-lang/crates.io-index"
 6812checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6813dependencies = [
 6814 "futures 0.1.31",
 6815 "futures-channel",
 6816 "futures-core",
 6817 "futures-io",
 6818 "futures-macro",
 6819 "futures-sink",
 6820 "futures-task",
 6821 "memchr",
 6822 "pin-project-lite",
 6823 "pin-utils",
 6824 "slab",
 6825 "tokio-io",
 6826]
 6827
 6828[[package]]
 6829name = "fuzzy"
 6830version = "0.1.0"
 6831dependencies = [
 6832 "gpui",
 6833 "log",
 6834 "util",
 6835]
 6836
 6837[[package]]
 6838name = "fuzzy-matcher"
 6839version = "0.3.7"
 6840source = "registry+https://github.com/rust-lang/crates.io-index"
 6841checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6842dependencies = [
 6843 "thread_local",
 6844]
 6845
 6846[[package]]
 6847name = "gaoya"
 6848version = "0.2.0"
 6849source = "registry+https://github.com/rust-lang/crates.io-index"
 6850checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6851dependencies = [
 6852 "ahash 0.8.12",
 6853 "crossbeam-utils",
 6854 "fnv",
 6855 "itertools 0.10.5",
 6856 "num-traits",
 6857 "rand 0.8.5",
 6858 "rand_pcg",
 6859 "random_choice",
 6860 "rayon",
 6861 "seahash",
 6862 "sha-1",
 6863 "shingles",
 6864 "siphasher 0.3.11",
 6865 "smallvec",
 6866 "triomphe",
 6867]
 6868
 6869[[package]]
 6870name = "gemm"
 6871version = "0.17.1"
 6872source = "registry+https://github.com/rust-lang/crates.io-index"
 6873checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6874dependencies = [
 6875 "dyn-stack 0.10.0",
 6876 "gemm-c32 0.17.1",
 6877 "gemm-c64 0.17.1",
 6878 "gemm-common 0.17.1",
 6879 "gemm-f16 0.17.1",
 6880 "gemm-f32 0.17.1",
 6881 "gemm-f64 0.17.1",
 6882 "num-complex",
 6883 "num-traits",
 6884 "paste",
 6885 "raw-cpuid 10.7.0",
 6886 "seq-macro",
 6887]
 6888
 6889[[package]]
 6890name = "gemm"
 6891version = "0.18.2"
 6892source = "registry+https://github.com/rust-lang/crates.io-index"
 6893checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6894dependencies = [
 6895 "dyn-stack 0.13.2",
 6896 "gemm-c32 0.18.2",
 6897 "gemm-c64 0.18.2",
 6898 "gemm-common 0.18.2",
 6899 "gemm-f16 0.18.2",
 6900 "gemm-f32 0.18.2",
 6901 "gemm-f64 0.18.2",
 6902 "num-complex",
 6903 "num-traits",
 6904 "paste",
 6905 "raw-cpuid 11.6.0",
 6906 "seq-macro",
 6907]
 6908
 6909[[package]]
 6910name = "gemm-c32"
 6911version = "0.17.1"
 6912source = "registry+https://github.com/rust-lang/crates.io-index"
 6913checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6914dependencies = [
 6915 "dyn-stack 0.10.0",
 6916 "gemm-common 0.17.1",
 6917 "num-complex",
 6918 "num-traits",
 6919 "paste",
 6920 "raw-cpuid 10.7.0",
 6921 "seq-macro",
 6922]
 6923
 6924[[package]]
 6925name = "gemm-c32"
 6926version = "0.18.2"
 6927source = "registry+https://github.com/rust-lang/crates.io-index"
 6928checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6929dependencies = [
 6930 "dyn-stack 0.13.2",
 6931 "gemm-common 0.18.2",
 6932 "num-complex",
 6933 "num-traits",
 6934 "paste",
 6935 "raw-cpuid 11.6.0",
 6936 "seq-macro",
 6937]
 6938
 6939[[package]]
 6940name = "gemm-c64"
 6941version = "0.17.1"
 6942source = "registry+https://github.com/rust-lang/crates.io-index"
 6943checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6944dependencies = [
 6945 "dyn-stack 0.10.0",
 6946 "gemm-common 0.17.1",
 6947 "num-complex",
 6948 "num-traits",
 6949 "paste",
 6950 "raw-cpuid 10.7.0",
 6951 "seq-macro",
 6952]
 6953
 6954[[package]]
 6955name = "gemm-c64"
 6956version = "0.18.2"
 6957source = "registry+https://github.com/rust-lang/crates.io-index"
 6958checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6959dependencies = [
 6960 "dyn-stack 0.13.2",
 6961 "gemm-common 0.18.2",
 6962 "num-complex",
 6963 "num-traits",
 6964 "paste",
 6965 "raw-cpuid 11.6.0",
 6966 "seq-macro",
 6967]
 6968
 6969[[package]]
 6970name = "gemm-common"
 6971version = "0.17.1"
 6972source = "registry+https://github.com/rust-lang/crates.io-index"
 6973checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6974dependencies = [
 6975 "bytemuck",
 6976 "dyn-stack 0.10.0",
 6977 "half",
 6978 "num-complex",
 6979 "num-traits",
 6980 "once_cell",
 6981 "paste",
 6982 "pulp 0.18.22",
 6983 "raw-cpuid 10.7.0",
 6984 "rayon",
 6985 "seq-macro",
 6986 "sysctl 0.5.5",
 6987]
 6988
 6989[[package]]
 6990name = "gemm-common"
 6991version = "0.18.2"
 6992source = "registry+https://github.com/rust-lang/crates.io-index"
 6993checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6994dependencies = [
 6995 "bytemuck",
 6996 "dyn-stack 0.13.2",
 6997 "half",
 6998 "libm",
 6999 "num-complex",
 7000 "num-traits",
 7001 "once_cell",
 7002 "paste",
 7003 "pulp 0.21.5",
 7004 "raw-cpuid 11.6.0",
 7005 "rayon",
 7006 "seq-macro",
 7007 "sysctl 0.6.0",
 7008]
 7009
 7010[[package]]
 7011name = "gemm-f16"
 7012version = "0.17.1"
 7013source = "registry+https://github.com/rust-lang/crates.io-index"
 7014checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 7015dependencies = [
 7016 "dyn-stack 0.10.0",
 7017 "gemm-common 0.17.1",
 7018 "gemm-f32 0.17.1",
 7019 "half",
 7020 "num-complex",
 7021 "num-traits",
 7022 "paste",
 7023 "raw-cpuid 10.7.0",
 7024 "rayon",
 7025 "seq-macro",
 7026]
 7027
 7028[[package]]
 7029name = "gemm-f16"
 7030version = "0.18.2"
 7031source = "registry+https://github.com/rust-lang/crates.io-index"
 7032checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 7033dependencies = [
 7034 "dyn-stack 0.13.2",
 7035 "gemm-common 0.18.2",
 7036 "gemm-f32 0.18.2",
 7037 "half",
 7038 "num-complex",
 7039 "num-traits",
 7040 "paste",
 7041 "raw-cpuid 11.6.0",
 7042 "rayon",
 7043 "seq-macro",
 7044]
 7045
 7046[[package]]
 7047name = "gemm-f32"
 7048version = "0.17.1"
 7049source = "registry+https://github.com/rust-lang/crates.io-index"
 7050checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 7051dependencies = [
 7052 "dyn-stack 0.10.0",
 7053 "gemm-common 0.17.1",
 7054 "num-complex",
 7055 "num-traits",
 7056 "paste",
 7057 "raw-cpuid 10.7.0",
 7058 "seq-macro",
 7059]
 7060
 7061[[package]]
 7062name = "gemm-f32"
 7063version = "0.18.2"
 7064source = "registry+https://github.com/rust-lang/crates.io-index"
 7065checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 7066dependencies = [
 7067 "dyn-stack 0.13.2",
 7068 "gemm-common 0.18.2",
 7069 "num-complex",
 7070 "num-traits",
 7071 "paste",
 7072 "raw-cpuid 11.6.0",
 7073 "seq-macro",
 7074]
 7075
 7076[[package]]
 7077name = "gemm-f64"
 7078version = "0.17.1"
 7079source = "registry+https://github.com/rust-lang/crates.io-index"
 7080checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7081dependencies = [
 7082 "dyn-stack 0.10.0",
 7083 "gemm-common 0.17.1",
 7084 "num-complex",
 7085 "num-traits",
 7086 "paste",
 7087 "raw-cpuid 10.7.0",
 7088 "seq-macro",
 7089]
 7090
 7091[[package]]
 7092name = "gemm-f64"
 7093version = "0.18.2"
 7094source = "registry+https://github.com/rust-lang/crates.io-index"
 7095checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7096dependencies = [
 7097 "dyn-stack 0.13.2",
 7098 "gemm-common 0.18.2",
 7099 "num-complex",
 7100 "num-traits",
 7101 "paste",
 7102 "raw-cpuid 11.6.0",
 7103 "seq-macro",
 7104]
 7105
 7106[[package]]
 7107name = "generator"
 7108version = "0.8.7"
 7109source = "registry+https://github.com/rust-lang/crates.io-index"
 7110checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7111dependencies = [
 7112 "cc",
 7113 "cfg-if",
 7114 "libc",
 7115 "log",
 7116 "rustversion",
 7117 "windows 0.61.3",
 7118]
 7119
 7120[[package]]
 7121name = "generic-array"
 7122version = "0.14.7"
 7123source = "registry+https://github.com/rust-lang/crates.io-index"
 7124checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7125dependencies = [
 7126 "typenum",
 7127 "version_check",
 7128]
 7129
 7130[[package]]
 7131name = "gethostname"
 7132version = "1.1.0"
 7133source = "registry+https://github.com/rust-lang/crates.io-index"
 7134checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7135dependencies = [
 7136 "rustix 1.1.2",
 7137 "windows-link 0.2.1",
 7138]
 7139
 7140[[package]]
 7141name = "getrandom"
 7142version = "0.2.16"
 7143source = "registry+https://github.com/rust-lang/crates.io-index"
 7144checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7145dependencies = [
 7146 "cfg-if",
 7147 "js-sys",
 7148 "libc",
 7149 "wasi",
 7150 "wasm-bindgen",
 7151]
 7152
 7153[[package]]
 7154name = "getrandom"
 7155version = "0.3.4"
 7156source = "registry+https://github.com/rust-lang/crates.io-index"
 7157checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7158dependencies = [
 7159 "cfg-if",
 7160 "js-sys",
 7161 "libc",
 7162 "r-efi",
 7163 "wasip2",
 7164 "wasm-bindgen",
 7165]
 7166
 7167[[package]]
 7168name = "getrandom"
 7169version = "0.4.1"
 7170source = "registry+https://github.com/rust-lang/crates.io-index"
 7171checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7172dependencies = [
 7173 "cfg-if",
 7174 "libc",
 7175 "r-efi",
 7176 "wasip2",
 7177 "wasip3",
 7178]
 7179
 7180[[package]]
 7181name = "gh-workflow"
 7182version = "0.8.0"
 7183source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7184dependencies = [
 7185 "async-trait",
 7186 "derive_more",
 7187 "derive_setters",
 7188 "gh-workflow-macros",
 7189 "indexmap",
 7190 "merge",
 7191 "serde",
 7192 "serde_json",
 7193 "serde_yaml",
 7194 "strum_macros 0.27.2",
 7195]
 7196
 7197[[package]]
 7198name = "gh-workflow-macros"
 7199version = "0.8.0"
 7200source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7201dependencies = [
 7202 "heck 0.5.0",
 7203 "quote",
 7204 "syn 2.0.117",
 7205]
 7206
 7207[[package]]
 7208name = "gif"
 7209version = "0.13.3"
 7210source = "registry+https://github.com/rust-lang/crates.io-index"
 7211checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7212dependencies = [
 7213 "color_quant",
 7214 "weezl",
 7215]
 7216
 7217[[package]]
 7218name = "gimli"
 7219version = "0.31.1"
 7220source = "registry+https://github.com/rust-lang/crates.io-index"
 7221checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 7222dependencies = [
 7223 "fallible-iterator",
 7224 "indexmap",
 7225 "stable_deref_trait",
 7226]
 7227
 7228[[package]]
 7229name = "gimli"
 7230version = "0.32.3"
 7231source = "registry+https://github.com/rust-lang/crates.io-index"
 7232checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7233
 7234[[package]]
 7235name = "gio-sys"
 7236version = "0.21.5"
 7237source = "registry+https://github.com/rust-lang/crates.io-index"
 7238checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7239dependencies = [
 7240 "glib-sys",
 7241 "gobject-sys",
 7242 "libc",
 7243 "system-deps 7.0.7",
 7244 "windows-sys 0.61.2",
 7245]
 7246
 7247[[package]]
 7248name = "git"
 7249version = "0.1.0"
 7250dependencies = [
 7251 "anyhow",
 7252 "askpass",
 7253 "async-trait",
 7254 "collections",
 7255 "derive_more",
 7256 "futures 0.3.31",
 7257 "git2",
 7258 "gpui",
 7259 "http_client",
 7260 "itertools 0.14.0",
 7261 "log",
 7262 "parking_lot",
 7263 "pretty_assertions",
 7264 "rand 0.9.2",
 7265 "regex",
 7266 "rope",
 7267 "schemars",
 7268 "serde",
 7269 "serde_json",
 7270 "smallvec",
 7271 "smol",
 7272 "sum_tree",
 7273 "tempfile",
 7274 "text",
 7275 "thiserror 2.0.17",
 7276 "time",
 7277 "url",
 7278 "urlencoding",
 7279 "util",
 7280 "uuid",
 7281 "ztracing",
 7282]
 7283
 7284[[package]]
 7285name = "git2"
 7286version = "0.20.4"
 7287source = "registry+https://github.com/rust-lang/crates.io-index"
 7288checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7289dependencies = [
 7290 "bitflags 2.10.0",
 7291 "libc",
 7292 "libgit2-sys",
 7293 "log",
 7294 "url",
 7295]
 7296
 7297[[package]]
 7298name = "git_graph"
 7299version = "0.1.0"
 7300dependencies = [
 7301 "anyhow",
 7302 "collections",
 7303 "db",
 7304 "feature_flags",
 7305 "fs",
 7306 "git",
 7307 "git_ui",
 7308 "gpui",
 7309 "language",
 7310 "menu",
 7311 "project",
 7312 "rand 0.9.2",
 7313 "serde_json",
 7314 "settings",
 7315 "smallvec",
 7316 "theme",
 7317 "time",
 7318 "ui",
 7319 "workspace",
 7320]
 7321
 7322[[package]]
 7323name = "git_hosting_providers"
 7324version = "0.1.0"
 7325dependencies = [
 7326 "anyhow",
 7327 "async-trait",
 7328 "futures 0.3.31",
 7329 "git",
 7330 "gpui",
 7331 "http_client",
 7332 "indoc",
 7333 "itertools 0.14.0",
 7334 "pretty_assertions",
 7335 "regex",
 7336 "serde",
 7337 "serde_json",
 7338 "settings",
 7339 "url",
 7340 "urlencoding",
 7341 "util",
 7342]
 7343
 7344[[package]]
 7345name = "git_ui"
 7346version = "0.1.0"
 7347dependencies = [
 7348 "agent_settings",
 7349 "anyhow",
 7350 "askpass",
 7351 "buffer_diff",
 7352 "call",
 7353 "cloud_llm_client",
 7354 "collections",
 7355 "component",
 7356 "ctor",
 7357 "db",
 7358 "editor",
 7359 "feature_flags",
 7360 "file_icons",
 7361 "futures 0.3.31",
 7362 "fuzzy",
 7363 "git",
 7364 "gpui",
 7365 "indoc",
 7366 "itertools 0.14.0",
 7367 "language",
 7368 "language_model",
 7369 "linkify",
 7370 "log",
 7371 "markdown",
 7372 "menu",
 7373 "multi_buffer",
 7374 "notifications",
 7375 "panel",
 7376 "picker",
 7377 "pretty_assertions",
 7378 "project",
 7379 "prompt_store",
 7380 "proto",
 7381 "rand 0.9.2",
 7382 "remote",
 7383 "remote_connection",
 7384 "schemars",
 7385 "serde",
 7386 "serde_json",
 7387 "settings",
 7388 "smallvec",
 7389 "smol",
 7390 "strum 0.27.2",
 7391 "telemetry",
 7392 "theme",
 7393 "time",
 7394 "time_format",
 7395 "tracing",
 7396 "ui",
 7397 "ui_input",
 7398 "unindent",
 7399 "util",
 7400 "watch",
 7401 "windows 0.61.3",
 7402 "workspace",
 7403 "zed_actions",
 7404 "zeroize",
 7405 "zlog",
 7406 "ztracing",
 7407]
 7408
 7409[[package]]
 7410name = "gl_generator"
 7411version = "0.14.0"
 7412source = "registry+https://github.com/rust-lang/crates.io-index"
 7413checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7414dependencies = [
 7415 "khronos_api",
 7416 "log",
 7417 "xml-rs",
 7418]
 7419
 7420[[package]]
 7421name = "glib"
 7422version = "0.21.5"
 7423source = "registry+https://github.com/rust-lang/crates.io-index"
 7424checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7425dependencies = [
 7426 "bitflags 2.10.0",
 7427 "futures-channel",
 7428 "futures-core",
 7429 "futures-executor",
 7430 "futures-task",
 7431 "futures-util",
 7432 "gio-sys",
 7433 "glib-macros",
 7434 "glib-sys",
 7435 "gobject-sys",
 7436 "libc",
 7437 "memchr",
 7438 "smallvec",
 7439]
 7440
 7441[[package]]
 7442name = "glib-macros"
 7443version = "0.21.5"
 7444source = "registry+https://github.com/rust-lang/crates.io-index"
 7445checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7446dependencies = [
 7447 "heck 0.5.0",
 7448 "proc-macro-crate",
 7449 "proc-macro2",
 7450 "quote",
 7451 "syn 2.0.117",
 7452]
 7453
 7454[[package]]
 7455name = "glib-sys"
 7456version = "0.21.5"
 7457source = "registry+https://github.com/rust-lang/crates.io-index"
 7458checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7459dependencies = [
 7460 "libc",
 7461 "system-deps 7.0.7",
 7462]
 7463
 7464[[package]]
 7465name = "glob"
 7466version = "0.3.3"
 7467source = "registry+https://github.com/rust-lang/crates.io-index"
 7468checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7469
 7470[[package]]
 7471name = "globset"
 7472version = "0.4.17"
 7473source = "registry+https://github.com/rust-lang/crates.io-index"
 7474checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7475dependencies = [
 7476 "aho-corasick",
 7477 "bstr",
 7478 "log",
 7479 "regex-automata",
 7480 "regex-syntax",
 7481]
 7482
 7483[[package]]
 7484name = "gloo-timers"
 7485version = "0.3.0"
 7486source = "registry+https://github.com/rust-lang/crates.io-index"
 7487checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7488dependencies = [
 7489 "futures-channel",
 7490 "futures-core",
 7491 "js-sys",
 7492 "wasm-bindgen",
 7493]
 7494
 7495[[package]]
 7496name = "glow"
 7497version = "0.16.0"
 7498source = "registry+https://github.com/rust-lang/crates.io-index"
 7499checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
 7500dependencies = [
 7501 "js-sys",
 7502 "slotmap",
 7503 "wasm-bindgen",
 7504 "web-sys",
 7505]
 7506
 7507[[package]]
 7508name = "glutin_wgl_sys"
 7509version = "0.6.1"
 7510source = "registry+https://github.com/rust-lang/crates.io-index"
 7511checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7512dependencies = [
 7513 "gl_generator",
 7514]
 7515
 7516[[package]]
 7517name = "go_to_line"
 7518version = "0.1.0"
 7519dependencies = [
 7520 "editor",
 7521 "gpui",
 7522 "indoc",
 7523 "language",
 7524 "menu",
 7525 "multi_buffer",
 7526 "project",
 7527 "rope",
 7528 "serde",
 7529 "serde_json",
 7530 "settings",
 7531 "text",
 7532 "theme",
 7533 "ui",
 7534 "util",
 7535 "workspace",
 7536]
 7537
 7538[[package]]
 7539name = "gobject-sys"
 7540version = "0.21.5"
 7541source = "registry+https://github.com/rust-lang/crates.io-index"
 7542checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7543dependencies = [
 7544 "glib-sys",
 7545 "libc",
 7546 "system-deps 7.0.7",
 7547]
 7548
 7549[[package]]
 7550name = "goblin"
 7551version = "0.9.3"
 7552source = "registry+https://github.com/rust-lang/crates.io-index"
 7553checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7554dependencies = [
 7555 "log",
 7556 "plain",
 7557 "scroll",
 7558]
 7559
 7560[[package]]
 7561name = "google_ai"
 7562version = "0.1.0"
 7563dependencies = [
 7564 "anyhow",
 7565 "futures 0.3.31",
 7566 "http_client",
 7567 "schemars",
 7568 "serde",
 7569 "serde_json",
 7570 "settings",
 7571 "strum 0.27.2",
 7572]
 7573
 7574[[package]]
 7575name = "gpu-allocator"
 7576version = "0.28.0"
 7577source = "registry+https://github.com/rust-lang/crates.io-index"
 7578checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7579dependencies = [
 7580 "ash",
 7581 "hashbrown 0.16.1",
 7582 "log",
 7583 "presser",
 7584 "thiserror 2.0.17",
 7585 "windows 0.62.2",
 7586]
 7587
 7588[[package]]
 7589name = "gpu-descriptor"
 7590version = "0.3.2"
 7591source = "registry+https://github.com/rust-lang/crates.io-index"
 7592checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7593dependencies = [
 7594 "bitflags 2.10.0",
 7595 "gpu-descriptor-types",
 7596 "hashbrown 0.15.5",
 7597]
 7598
 7599[[package]]
 7600name = "gpu-descriptor-types"
 7601version = "0.2.0"
 7602source = "registry+https://github.com/rust-lang/crates.io-index"
 7603checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7604dependencies = [
 7605 "bitflags 2.10.0",
 7606]
 7607
 7608[[package]]
 7609name = "gpui"
 7610version = "0.2.2"
 7611dependencies = [
 7612 "anyhow",
 7613 "async-channel 2.5.0",
 7614 "async-task",
 7615 "backtrace",
 7616 "bindgen 0.71.1",
 7617 "bitflags 2.10.0",
 7618 "block",
 7619 "cbindgen",
 7620 "chrono",
 7621 "circular-buffer",
 7622 "cocoa 0.26.0",
 7623 "cocoa-foundation 0.2.0",
 7624 "collections",
 7625 "core-foundation 0.10.0",
 7626 "core-foundation-sys",
 7627 "core-graphics 0.24.0",
 7628 "core-text",
 7629 "core-video",
 7630 "ctor",
 7631 "derive_more",
 7632 "embed-resource",
 7633 "env_logger 0.11.8",
 7634 "etagere",
 7635 "foreign-types 0.5.0",
 7636 "futures 0.3.31",
 7637 "futures-concurrency",
 7638 "getrandom 0.3.4",
 7639 "gpui_macros",
 7640 "gpui_platform",
 7641 "gpui_util",
 7642 "gpui_web",
 7643 "http_client",
 7644 "image",
 7645 "inventory",
 7646 "itertools 0.14.0",
 7647 "log",
 7648 "lyon",
 7649 "mach2 0.5.0",
 7650 "media",
 7651 "metal",
 7652 "naga 28.0.0",
 7653 "num_cpus",
 7654 "objc",
 7655 "objc2",
 7656 "objc2-metal",
 7657 "parking",
 7658 "parking_lot",
 7659 "pathfinder_geometry",
 7660 "pin-project",
 7661 "pollster 0.4.0",
 7662 "postage",
 7663 "profiling",
 7664 "proptest",
 7665 "rand 0.9.2",
 7666 "raw-window-handle",
 7667 "refineable",
 7668 "reqwest_client",
 7669 "resvg",
 7670 "scheduler",
 7671 "schemars",
 7672 "seahash",
 7673 "serde",
 7674 "serde_json",
 7675 "slotmap",
 7676 "smallvec",
 7677 "spin 0.10.0",
 7678 "stacksafe",
 7679 "strum 0.27.2",
 7680 "sum_tree",
 7681 "taffy",
 7682 "thiserror 2.0.17",
 7683 "unicode-segmentation",
 7684 "url",
 7685 "usvg",
 7686 "util_macros",
 7687 "uuid",
 7688 "waker-fn",
 7689 "wasm-bindgen",
 7690 "web-time",
 7691 "windows 0.61.3",
 7692 "zed-font-kit",
 7693 "zed-scap",
 7694]
 7695
 7696[[package]]
 7697name = "gpui_linux"
 7698version = "0.1.0"
 7699dependencies = [
 7700 "anyhow",
 7701 "as-raw-xcb-connection",
 7702 "ashpd",
 7703 "bitflags 2.10.0",
 7704 "bytemuck",
 7705 "calloop",
 7706 "calloop-wayland-source",
 7707 "collections",
 7708 "filedescriptor",
 7709 "futures 0.3.31",
 7710 "gpui",
 7711 "gpui_wgpu",
 7712 "http_client",
 7713 "itertools 0.14.0",
 7714 "libc",
 7715 "log",
 7716 "oo7",
 7717 "open",
 7718 "parking_lot",
 7719 "pathfinder_geometry",
 7720 "pollster 0.4.0",
 7721 "profiling",
 7722 "raw-window-handle",
 7723 "smallvec",
 7724 "smol",
 7725 "strum 0.27.2",
 7726 "swash",
 7727 "url",
 7728 "util",
 7729 "uuid",
 7730 "wayland-backend",
 7731 "wayland-client",
 7732 "wayland-cursor",
 7733 "wayland-protocols",
 7734 "wayland-protocols-plasma",
 7735 "wayland-protocols-wlr",
 7736 "x11-clipboard",
 7737 "x11rb",
 7738 "xkbcommon",
 7739 "zed-scap",
 7740 "zed-xim",
 7741]
 7742
 7743[[package]]
 7744name = "gpui_macos"
 7745version = "0.1.0"
 7746dependencies = [
 7747 "anyhow",
 7748 "async-task",
 7749 "block",
 7750 "cbindgen",
 7751 "cocoa 0.26.0",
 7752 "collections",
 7753 "core-foundation 0.10.0",
 7754 "core-foundation-sys",
 7755 "core-graphics 0.24.0",
 7756 "core-text",
 7757 "core-video",
 7758 "ctor",
 7759 "derive_more",
 7760 "dispatch2",
 7761 "etagere",
 7762 "foreign-types 0.5.0",
 7763 "futures 0.3.31",
 7764 "gpui",
 7765 "image",
 7766 "itertools 0.14.0",
 7767 "libc",
 7768 "log",
 7769 "mach2 0.5.0",
 7770 "media",
 7771 "metal",
 7772 "objc",
 7773 "parking_lot",
 7774 "pathfinder_geometry",
 7775 "raw-window-handle",
 7776 "semver",
 7777 "smallvec",
 7778 "strum 0.27.2",
 7779 "util",
 7780 "uuid",
 7781 "zed-font-kit",
 7782]
 7783
 7784[[package]]
 7785name = "gpui_macros"
 7786version = "0.1.0"
 7787dependencies = [
 7788 "gpui",
 7789 "heck 0.5.0",
 7790 "proc-macro2",
 7791 "quote",
 7792 "syn 2.0.117",
 7793]
 7794
 7795[[package]]
 7796name = "gpui_platform"
 7797version = "0.1.0"
 7798dependencies = [
 7799 "console_error_panic_hook",
 7800 "gpui",
 7801 "gpui_linux",
 7802 "gpui_macos",
 7803 "gpui_web",
 7804 "gpui_windows",
 7805]
 7806
 7807[[package]]
 7808name = "gpui_tokio"
 7809version = "0.1.0"
 7810dependencies = [
 7811 "anyhow",
 7812 "gpui",
 7813 "tokio",
 7814 "util",
 7815]
 7816
 7817[[package]]
 7818name = "gpui_util"
 7819version = "0.1.0"
 7820dependencies = [
 7821 "anyhow",
 7822 "log",
 7823]
 7824
 7825[[package]]
 7826name = "gpui_web"
 7827version = "0.1.0"
 7828dependencies = [
 7829 "anyhow",
 7830 "console_error_panic_hook",
 7831 "futures 0.3.31",
 7832 "gpui",
 7833 "gpui_wgpu",
 7834 "http_client",
 7835 "js-sys",
 7836 "log",
 7837 "parking_lot",
 7838 "raw-window-handle",
 7839 "smallvec",
 7840 "uuid",
 7841 "wasm-bindgen",
 7842 "wasm-bindgen-futures",
 7843 "wasm_thread",
 7844 "web-sys",
 7845 "web-time",
 7846]
 7847
 7848[[package]]
 7849name = "gpui_wgpu"
 7850version = "0.1.0"
 7851dependencies = [
 7852 "anyhow",
 7853 "bytemuck",
 7854 "collections",
 7855 "cosmic-text",
 7856 "etagere",
 7857 "gpui",
 7858 "gpui_util",
 7859 "itertools 0.14.0",
 7860 "js-sys",
 7861 "log",
 7862 "parking_lot",
 7863 "pollster 0.4.0",
 7864 "profiling",
 7865 "raw-window-handle",
 7866 "smallvec",
 7867 "swash",
 7868 "wasm-bindgen",
 7869 "wasm-bindgen-futures",
 7870 "web-sys",
 7871 "wgpu",
 7872 "zed-font-kit",
 7873]
 7874
 7875[[package]]
 7876name = "gpui_windows"
 7877version = "0.1.0"
 7878dependencies = [
 7879 "anyhow",
 7880 "collections",
 7881 "etagere",
 7882 "futures 0.3.31",
 7883 "gpui",
 7884 "image",
 7885 "itertools 0.14.0",
 7886 "log",
 7887 "parking_lot",
 7888 "rand 0.9.2",
 7889 "raw-window-handle",
 7890 "smallvec",
 7891 "util",
 7892 "uuid",
 7893 "windows 0.61.3",
 7894 "windows-core 0.61.2",
 7895 "windows-numerics 0.2.0",
 7896 "windows-registry 0.5.3",
 7897 "zed-scap",
 7898]
 7899
 7900[[package]]
 7901name = "grid"
 7902version = "0.18.0"
 7903source = "registry+https://github.com/rust-lang/crates.io-index"
 7904checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7905
 7906[[package]]
 7907name = "group"
 7908version = "0.12.1"
 7909source = "registry+https://github.com/rust-lang/crates.io-index"
 7910checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7911dependencies = [
 7912 "ff",
 7913 "rand_core 0.6.4",
 7914 "subtle",
 7915]
 7916
 7917[[package]]
 7918name = "h2"
 7919version = "0.3.27"
 7920source = "registry+https://github.com/rust-lang/crates.io-index"
 7921checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7922dependencies = [
 7923 "bytes 1.11.1",
 7924 "fnv",
 7925 "futures-core",
 7926 "futures-sink",
 7927 "futures-util",
 7928 "http 0.2.12",
 7929 "indexmap",
 7930 "slab",
 7931 "tokio",
 7932 "tokio-util",
 7933 "tracing",
 7934]
 7935
 7936[[package]]
 7937name = "h2"
 7938version = "0.4.12"
 7939source = "registry+https://github.com/rust-lang/crates.io-index"
 7940checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7941dependencies = [
 7942 "atomic-waker",
 7943 "bytes 1.11.1",
 7944 "fnv",
 7945 "futures-core",
 7946 "futures-sink",
 7947 "http 1.3.1",
 7948 "indexmap",
 7949 "slab",
 7950 "tokio",
 7951 "tokio-util",
 7952 "tracing",
 7953]
 7954
 7955[[package]]
 7956name = "half"
 7957version = "2.7.1"
 7958source = "registry+https://github.com/rust-lang/crates.io-index"
 7959checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7960dependencies = [
 7961 "bytemuck",
 7962 "cfg-if",
 7963 "crunchy",
 7964 "num-traits",
 7965 "rand 0.9.2",
 7966 "rand_distr",
 7967 "zerocopy",
 7968]
 7969
 7970[[package]]
 7971name = "handlebars"
 7972version = "4.5.0"
 7973source = "registry+https://github.com/rust-lang/crates.io-index"
 7974checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7975dependencies = [
 7976 "log",
 7977 "pest",
 7978 "pest_derive",
 7979 "rust-embed",
 7980 "serde",
 7981 "serde_json",
 7982 "thiserror 1.0.69",
 7983]
 7984
 7985[[package]]
 7986name = "handlebars"
 7987version = "5.1.2"
 7988source = "registry+https://github.com/rust-lang/crates.io-index"
 7989checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7990dependencies = [
 7991 "log",
 7992 "pest",
 7993 "pest_derive",
 7994 "serde",
 7995 "serde_json",
 7996 "thiserror 1.0.69",
 7997]
 7998
 7999[[package]]
 8000name = "harfrust"
 8001version = "0.5.0"
 8002source = "registry+https://github.com/rust-lang/crates.io-index"
 8003checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 8004dependencies = [
 8005 "bitflags 2.10.0",
 8006 "bytemuck",
 8007 "core_maths",
 8008 "read-fonts 0.37.0",
 8009 "smallvec",
 8010]
 8011
 8012[[package]]
 8013name = "hashbrown"
 8014version = "0.12.3"
 8015source = "registry+https://github.com/rust-lang/crates.io-index"
 8016checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8017dependencies = [
 8018 "ahash 0.7.8",
 8019]
 8020
 8021[[package]]
 8022name = "hashbrown"
 8023version = "0.14.5"
 8024source = "registry+https://github.com/rust-lang/crates.io-index"
 8025checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8026dependencies = [
 8027 "ahash 0.8.12",
 8028 "allocator-api2",
 8029]
 8030
 8031[[package]]
 8032name = "hashbrown"
 8033version = "0.15.5"
 8034source = "registry+https://github.com/rust-lang/crates.io-index"
 8035checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8036dependencies = [
 8037 "allocator-api2",
 8038 "equivalent",
 8039 "foldhash 0.1.5",
 8040 "serde",
 8041]
 8042
 8043[[package]]
 8044name = "hashbrown"
 8045version = "0.16.1"
 8046source = "registry+https://github.com/rust-lang/crates.io-index"
 8047checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8048dependencies = [
 8049 "allocator-api2",
 8050 "equivalent",
 8051 "foldhash 0.2.0",
 8052]
 8053
 8054[[package]]
 8055name = "hashlink"
 8056version = "0.8.4"
 8057source = "registry+https://github.com/rust-lang/crates.io-index"
 8058checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8059dependencies = [
 8060 "hashbrown 0.14.5",
 8061]
 8062
 8063[[package]]
 8064name = "hashlink"
 8065version = "0.10.0"
 8066source = "registry+https://github.com/rust-lang/crates.io-index"
 8067checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8068dependencies = [
 8069 "hashbrown 0.15.5",
 8070]
 8071
 8072[[package]]
 8073name = "headers"
 8074version = "0.3.9"
 8075source = "registry+https://github.com/rust-lang/crates.io-index"
 8076checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8077dependencies = [
 8078 "base64 0.21.7",
 8079 "bytes 1.11.1",
 8080 "headers-core",
 8081 "http 0.2.12",
 8082 "httpdate",
 8083 "mime",
 8084 "sha1",
 8085]
 8086
 8087[[package]]
 8088name = "headers-core"
 8089version = "0.2.0"
 8090source = "registry+https://github.com/rust-lang/crates.io-index"
 8091checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8092dependencies = [
 8093 "http 0.2.12",
 8094]
 8095
 8096[[package]]
 8097name = "heck"
 8098version = "0.3.3"
 8099source = "registry+https://github.com/rust-lang/crates.io-index"
 8100checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8101dependencies = [
 8102 "unicode-segmentation",
 8103]
 8104
 8105[[package]]
 8106name = "heck"
 8107version = "0.4.1"
 8108source = "registry+https://github.com/rust-lang/crates.io-index"
 8109checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8110dependencies = [
 8111 "unicode-segmentation",
 8112]
 8113
 8114[[package]]
 8115name = "heck"
 8116version = "0.5.0"
 8117source = "registry+https://github.com/rust-lang/crates.io-index"
 8118checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8119
 8120[[package]]
 8121name = "heed"
 8122version = "0.21.0"
 8123source = "registry+https://github.com/rust-lang/crates.io-index"
 8124checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8125dependencies = [
 8126 "bitflags 2.10.0",
 8127 "byteorder",
 8128 "heed-traits",
 8129 "heed-types",
 8130 "libc",
 8131 "lmdb-master-sys",
 8132 "once_cell",
 8133 "page_size",
 8134 "serde",
 8135 "synchronoise",
 8136 "url",
 8137]
 8138
 8139[[package]]
 8140name = "heed-traits"
 8141version = "0.20.0"
 8142source = "registry+https://github.com/rust-lang/crates.io-index"
 8143checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8144
 8145[[package]]
 8146name = "heed-types"
 8147version = "0.21.0"
 8148source = "registry+https://github.com/rust-lang/crates.io-index"
 8149checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8150dependencies = [
 8151 "bincode",
 8152 "byteorder",
 8153 "heed-traits",
 8154 "serde",
 8155 "serde_json",
 8156]
 8157
 8158[[package]]
 8159name = "hermit-abi"
 8160version = "0.5.2"
 8161source = "registry+https://github.com/rust-lang/crates.io-index"
 8162checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8163
 8164[[package]]
 8165name = "hex"
 8166version = "0.4.3"
 8167source = "registry+https://github.com/rust-lang/crates.io-index"
 8168checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8169
 8170[[package]]
 8171name = "hexf-parse"
 8172version = "0.2.1"
 8173source = "registry+https://github.com/rust-lang/crates.io-index"
 8174checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8175
 8176[[package]]
 8177name = "hkdf"
 8178version = "0.12.4"
 8179source = "registry+https://github.com/rust-lang/crates.io-index"
 8180checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8181dependencies = [
 8182 "hmac",
 8183]
 8184
 8185[[package]]
 8186name = "hmac"
 8187version = "0.12.1"
 8188source = "registry+https://github.com/rust-lang/crates.io-index"
 8189checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8190dependencies = [
 8191 "digest",
 8192]
 8193
 8194[[package]]
 8195name = "home"
 8196version = "0.5.11"
 8197source = "registry+https://github.com/rust-lang/crates.io-index"
 8198checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8199dependencies = [
 8200 "windows-sys 0.59.0",
 8201]
 8202
 8203[[package]]
 8204name = "hound"
 8205version = "3.5.1"
 8206source = "registry+https://github.com/rust-lang/crates.io-index"
 8207checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8208
 8209[[package]]
 8210name = "html5ever"
 8211version = "0.27.0"
 8212source = "registry+https://github.com/rust-lang/crates.io-index"
 8213checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8214dependencies = [
 8215 "log",
 8216 "mac",
 8217 "markup5ever 0.12.1",
 8218 "proc-macro2",
 8219 "quote",
 8220 "syn 2.0.117",
 8221]
 8222
 8223[[package]]
 8224name = "html5ever"
 8225version = "0.35.0"
 8226source = "registry+https://github.com/rust-lang/crates.io-index"
 8227checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8228dependencies = [
 8229 "log",
 8230 "markup5ever 0.35.0",
 8231 "match_token",
 8232]
 8233
 8234[[package]]
 8235name = "html_to_markdown"
 8236version = "0.1.0"
 8237dependencies = [
 8238 "anyhow",
 8239 "html5ever 0.27.0",
 8240 "indoc",
 8241 "markup5ever_rcdom",
 8242 "pretty_assertions",
 8243 "regex",
 8244]
 8245
 8246[[package]]
 8247name = "http"
 8248version = "0.2.12"
 8249source = "registry+https://github.com/rust-lang/crates.io-index"
 8250checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8251dependencies = [
 8252 "bytes 1.11.1",
 8253 "fnv",
 8254 "itoa",
 8255]
 8256
 8257[[package]]
 8258name = "http"
 8259version = "1.3.1"
 8260source = "registry+https://github.com/rust-lang/crates.io-index"
 8261checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8262dependencies = [
 8263 "bytes 1.11.1",
 8264 "fnv",
 8265 "itoa",
 8266]
 8267
 8268[[package]]
 8269name = "http-body"
 8270version = "0.4.6"
 8271source = "registry+https://github.com/rust-lang/crates.io-index"
 8272checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8273dependencies = [
 8274 "bytes 1.11.1",
 8275 "http 0.2.12",
 8276 "pin-project-lite",
 8277]
 8278
 8279[[package]]
 8280name = "http-body"
 8281version = "1.0.1"
 8282source = "registry+https://github.com/rust-lang/crates.io-index"
 8283checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8284dependencies = [
 8285 "bytes 1.11.1",
 8286 "http 1.3.1",
 8287]
 8288
 8289[[package]]
 8290name = "http-body-util"
 8291version = "0.1.3"
 8292source = "registry+https://github.com/rust-lang/crates.io-index"
 8293checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8294dependencies = [
 8295 "bytes 1.11.1",
 8296 "futures-core",
 8297 "http 1.3.1",
 8298 "http-body 1.0.1",
 8299 "pin-project-lite",
 8300]
 8301
 8302[[package]]
 8303name = "http-range-header"
 8304version = "0.3.1"
 8305source = "registry+https://github.com/rust-lang/crates.io-index"
 8306checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8307
 8308[[package]]
 8309name = "http_client"
 8310version = "0.1.0"
 8311dependencies = [
 8312 "anyhow",
 8313 "async-compression",
 8314 "async-fs",
 8315 "async-tar",
 8316 "bytes 1.11.1",
 8317 "derive_more",
 8318 "futures 0.3.31",
 8319 "http 1.3.1",
 8320 "http-body 1.0.1",
 8321 "log",
 8322 "parking_lot",
 8323 "serde",
 8324 "serde_json",
 8325 "serde_urlencoded",
 8326 "sha2",
 8327 "tempfile",
 8328 "url",
 8329 "util",
 8330]
 8331
 8332[[package]]
 8333name = "http_client_tls"
 8334version = "0.1.0"
 8335dependencies = [
 8336 "rustls 0.23.33",
 8337 "rustls-platform-verifier",
 8338]
 8339
 8340[[package]]
 8341name = "httparse"
 8342version = "1.10.1"
 8343source = "registry+https://github.com/rust-lang/crates.io-index"
 8344checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8345
 8346[[package]]
 8347name = "httpdate"
 8348version = "1.0.3"
 8349source = "registry+https://github.com/rust-lang/crates.io-index"
 8350checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8351
 8352[[package]]
 8353name = "human_bytes"
 8354version = "0.4.3"
 8355source = "registry+https://github.com/rust-lang/crates.io-index"
 8356checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8357
 8358[[package]]
 8359name = "humantime"
 8360version = "2.3.0"
 8361source = "registry+https://github.com/rust-lang/crates.io-index"
 8362checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8363
 8364[[package]]
 8365name = "hyper"
 8366version = "0.14.32"
 8367source = "registry+https://github.com/rust-lang/crates.io-index"
 8368checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8369dependencies = [
 8370 "bytes 1.11.1",
 8371 "futures-channel",
 8372 "futures-core",
 8373 "futures-util",
 8374 "h2 0.3.27",
 8375 "http 0.2.12",
 8376 "http-body 0.4.6",
 8377 "httparse",
 8378 "httpdate",
 8379 "itoa",
 8380 "pin-project-lite",
 8381 "socket2 0.5.10",
 8382 "tokio",
 8383 "tower-service",
 8384 "tracing",
 8385 "want",
 8386]
 8387
 8388[[package]]
 8389name = "hyper"
 8390version = "1.7.0"
 8391source = "registry+https://github.com/rust-lang/crates.io-index"
 8392checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8393dependencies = [
 8394 "atomic-waker",
 8395 "bytes 1.11.1",
 8396 "futures-channel",
 8397 "futures-core",
 8398 "h2 0.4.12",
 8399 "http 1.3.1",
 8400 "http-body 1.0.1",
 8401 "httparse",
 8402 "itoa",
 8403 "pin-project-lite",
 8404 "pin-utils",
 8405 "smallvec",
 8406 "tokio",
 8407 "want",
 8408]
 8409
 8410[[package]]
 8411name = "hyper-rustls"
 8412version = "0.24.2"
 8413source = "registry+https://github.com/rust-lang/crates.io-index"
 8414checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8415dependencies = [
 8416 "futures-util",
 8417 "http 0.2.12",
 8418 "hyper 0.14.32",
 8419 "log",
 8420 "rustls 0.21.12",
 8421 "rustls-native-certs 0.6.3",
 8422 "tokio",
 8423 "tokio-rustls 0.24.1",
 8424]
 8425
 8426[[package]]
 8427name = "hyper-rustls"
 8428version = "0.27.7"
 8429source = "registry+https://github.com/rust-lang/crates.io-index"
 8430checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8431dependencies = [
 8432 "http 1.3.1",
 8433 "hyper 1.7.0",
 8434 "hyper-util",
 8435 "rustls 0.23.33",
 8436 "rustls-native-certs 0.8.2",
 8437 "rustls-pki-types",
 8438 "tokio",
 8439 "tokio-rustls 0.26.2",
 8440 "tower-service",
 8441]
 8442
 8443[[package]]
 8444name = "hyper-tls"
 8445version = "0.5.0"
 8446source = "registry+https://github.com/rust-lang/crates.io-index"
 8447checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8448dependencies = [
 8449 "bytes 1.11.1",
 8450 "hyper 0.14.32",
 8451 "native-tls",
 8452 "tokio",
 8453 "tokio-native-tls",
 8454]
 8455
 8456[[package]]
 8457name = "hyper-util"
 8458version = "0.1.17"
 8459source = "registry+https://github.com/rust-lang/crates.io-index"
 8460checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8461dependencies = [
 8462 "base64 0.22.1",
 8463 "bytes 1.11.1",
 8464 "futures-channel",
 8465 "futures-core",
 8466 "futures-util",
 8467 "http 1.3.1",
 8468 "http-body 1.0.1",
 8469 "hyper 1.7.0",
 8470 "ipnet",
 8471 "libc",
 8472 "percent-encoding",
 8473 "pin-project-lite",
 8474 "socket2 0.6.1",
 8475 "tokio",
 8476 "tower-service",
 8477 "tracing",
 8478]
 8479
 8480[[package]]
 8481name = "iana-time-zone"
 8482version = "0.1.64"
 8483source = "registry+https://github.com/rust-lang/crates.io-index"
 8484checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8485dependencies = [
 8486 "android_system_properties",
 8487 "core-foundation-sys",
 8488 "iana-time-zone-haiku",
 8489 "js-sys",
 8490 "log",
 8491 "wasm-bindgen",
 8492 "windows-core 0.62.2",
 8493]
 8494
 8495[[package]]
 8496name = "iana-time-zone-haiku"
 8497version = "0.1.2"
 8498source = "registry+https://github.com/rust-lang/crates.io-index"
 8499checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8500dependencies = [
 8501 "cc",
 8502]
 8503
 8504[[package]]
 8505name = "icons"
 8506version = "0.1.0"
 8507dependencies = [
 8508 "serde",
 8509 "strum 0.27.2",
 8510]
 8511
 8512[[package]]
 8513name = "icu_collections"
 8514version = "2.0.0"
 8515source = "registry+https://github.com/rust-lang/crates.io-index"
 8516checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8517dependencies = [
 8518 "displaydoc",
 8519 "potential_utf",
 8520 "yoke 0.8.0",
 8521 "zerofrom",
 8522 "zerovec",
 8523]
 8524
 8525[[package]]
 8526name = "icu_locale_core"
 8527version = "2.0.0"
 8528source = "registry+https://github.com/rust-lang/crates.io-index"
 8529checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8530dependencies = [
 8531 "displaydoc",
 8532 "litemap",
 8533 "tinystr",
 8534 "writeable",
 8535 "zerovec",
 8536]
 8537
 8538[[package]]
 8539name = "icu_normalizer"
 8540version = "2.0.0"
 8541source = "registry+https://github.com/rust-lang/crates.io-index"
 8542checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8543dependencies = [
 8544 "displaydoc",
 8545 "icu_collections",
 8546 "icu_normalizer_data",
 8547 "icu_properties",
 8548 "icu_provider",
 8549 "smallvec",
 8550 "zerovec",
 8551]
 8552
 8553[[package]]
 8554name = "icu_normalizer_data"
 8555version = "2.0.0"
 8556source = "registry+https://github.com/rust-lang/crates.io-index"
 8557checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8558
 8559[[package]]
 8560name = "icu_properties"
 8561version = "2.0.1"
 8562source = "registry+https://github.com/rust-lang/crates.io-index"
 8563checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8564dependencies = [
 8565 "displaydoc",
 8566 "icu_collections",
 8567 "icu_locale_core",
 8568 "icu_properties_data",
 8569 "icu_provider",
 8570 "potential_utf",
 8571 "zerotrie",
 8572 "zerovec",
 8573]
 8574
 8575[[package]]
 8576name = "icu_properties_data"
 8577version = "2.0.1"
 8578source = "registry+https://github.com/rust-lang/crates.io-index"
 8579checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8580
 8581[[package]]
 8582name = "icu_provider"
 8583version = "2.0.0"
 8584source = "registry+https://github.com/rust-lang/crates.io-index"
 8585checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8586dependencies = [
 8587 "displaydoc",
 8588 "icu_locale_core",
 8589 "stable_deref_trait",
 8590 "tinystr",
 8591 "writeable",
 8592 "yoke 0.8.0",
 8593 "zerofrom",
 8594 "zerotrie",
 8595 "zerovec",
 8596]
 8597
 8598[[package]]
 8599name = "id-arena"
 8600version = "2.2.1"
 8601source = "registry+https://github.com/rust-lang/crates.io-index"
 8602checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8603
 8604[[package]]
 8605name = "ident_case"
 8606version = "1.0.1"
 8607source = "registry+https://github.com/rust-lang/crates.io-index"
 8608checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8609
 8610[[package]]
 8611name = "idna"
 8612version = "1.1.0"
 8613source = "registry+https://github.com/rust-lang/crates.io-index"
 8614checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8615dependencies = [
 8616 "idna_adapter",
 8617 "smallvec",
 8618 "utf8_iter",
 8619]
 8620
 8621[[package]]
 8622name = "idna_adapter"
 8623version = "1.2.1"
 8624source = "registry+https://github.com/rust-lang/crates.io-index"
 8625checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8626dependencies = [
 8627 "icu_normalizer",
 8628 "icu_properties",
 8629]
 8630
 8631[[package]]
 8632name = "ignore"
 8633version = "0.4.24"
 8634source = "registry+https://github.com/rust-lang/crates.io-index"
 8635checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8636dependencies = [
 8637 "crossbeam-deque",
 8638 "globset",
 8639 "log",
 8640 "memchr",
 8641 "regex-automata",
 8642 "same-file",
 8643 "walkdir",
 8644 "winapi-util",
 8645]
 8646
 8647[[package]]
 8648name = "image"
 8649version = "0.25.8"
 8650source = "registry+https://github.com/rust-lang/crates.io-index"
 8651checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8652dependencies = [
 8653 "bytemuck",
 8654 "byteorder-lite",
 8655 "color_quant",
 8656 "exr",
 8657 "gif",
 8658 "image-webp",
 8659 "moxcms",
 8660 "num-traits",
 8661 "png 0.18.0",
 8662 "qoi",
 8663 "ravif",
 8664 "rayon",
 8665 "rgb",
 8666 "tiff",
 8667 "zune-core",
 8668 "zune-jpeg",
 8669]
 8670
 8671[[package]]
 8672name = "image-webp"
 8673version = "0.2.4"
 8674source = "registry+https://github.com/rust-lang/crates.io-index"
 8675checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8676dependencies = [
 8677 "byteorder-lite",
 8678 "quick-error 2.0.1",
 8679]
 8680
 8681[[package]]
 8682name = "image_viewer"
 8683version = "0.1.0"
 8684dependencies = [
 8685 "anyhow",
 8686 "db",
 8687 "editor",
 8688 "file_icons",
 8689 "gpui",
 8690 "language",
 8691 "log",
 8692 "project",
 8693 "serde",
 8694 "settings",
 8695 "theme",
 8696 "ui",
 8697 "util",
 8698 "workspace",
 8699]
 8700
 8701[[package]]
 8702name = "imagesize"
 8703version = "0.13.0"
 8704source = "registry+https://github.com/rust-lang/crates.io-index"
 8705checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8706
 8707[[package]]
 8708name = "imara-diff"
 8709version = "0.1.8"
 8710source = "registry+https://github.com/rust-lang/crates.io-index"
 8711checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8712dependencies = [
 8713 "hashbrown 0.15.5",
 8714]
 8715
 8716[[package]]
 8717name = "imgref"
 8718version = "1.12.0"
 8719source = "registry+https://github.com/rust-lang/crates.io-index"
 8720checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8721
 8722[[package]]
 8723name = "indenter"
 8724version = "0.3.4"
 8725source = "registry+https://github.com/rust-lang/crates.io-index"
 8726checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8727
 8728[[package]]
 8729name = "indexmap"
 8730version = "2.11.4"
 8731source = "registry+https://github.com/rust-lang/crates.io-index"
 8732checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8733dependencies = [
 8734 "equivalent",
 8735 "hashbrown 0.16.1",
 8736 "serde",
 8737 "serde_core",
 8738]
 8739
 8740[[package]]
 8741name = "indoc"
 8742version = "2.0.6"
 8743source = "registry+https://github.com/rust-lang/crates.io-index"
 8744checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8745
 8746[[package]]
 8747name = "inherent"
 8748version = "1.0.13"
 8749source = "registry+https://github.com/rust-lang/crates.io-index"
 8750checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8751dependencies = [
 8752 "proc-macro2",
 8753 "quote",
 8754 "syn 2.0.117",
 8755]
 8756
 8757[[package]]
 8758name = "inotify"
 8759version = "0.9.6"
 8760source = "registry+https://github.com/rust-lang/crates.io-index"
 8761checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8762dependencies = [
 8763 "bitflags 1.3.2",
 8764 "inotify-sys",
 8765 "libc",
 8766]
 8767
 8768[[package]]
 8769name = "inotify"
 8770version = "0.11.0"
 8771source = "registry+https://github.com/rust-lang/crates.io-index"
 8772checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8773dependencies = [
 8774 "bitflags 2.10.0",
 8775 "inotify-sys",
 8776 "libc",
 8777]
 8778
 8779[[package]]
 8780name = "inotify-sys"
 8781version = "0.1.5"
 8782source = "registry+https://github.com/rust-lang/crates.io-index"
 8783checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8784dependencies = [
 8785 "libc",
 8786]
 8787
 8788[[package]]
 8789name = "inout"
 8790version = "0.1.4"
 8791source = "registry+https://github.com/rust-lang/crates.io-index"
 8792checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8793dependencies = [
 8794 "block-padding",
 8795 "generic-array",
 8796]
 8797
 8798[[package]]
 8799name = "inspector_ui"
 8800version = "0.1.0"
 8801dependencies = [
 8802 "anyhow",
 8803 "command_palette_hooks",
 8804 "editor",
 8805 "fuzzy",
 8806 "gpui",
 8807 "language",
 8808 "project",
 8809 "serde_json",
 8810 "serde_json_lenient",
 8811 "theme",
 8812 "ui",
 8813 "util",
 8814 "util_macros",
 8815 "workspace",
 8816 "zed_actions",
 8817]
 8818
 8819[[package]]
 8820name = "install_cli"
 8821version = "0.1.0"
 8822dependencies = [
 8823 "anyhow",
 8824 "client",
 8825 "gpui",
 8826 "release_channel",
 8827 "smol",
 8828 "util",
 8829 "workspace",
 8830]
 8831
 8832[[package]]
 8833name = "instant"
 8834version = "0.1.13"
 8835source = "registry+https://github.com/rust-lang/crates.io-index"
 8836checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8837dependencies = [
 8838 "cfg-if",
 8839]
 8840
 8841[[package]]
 8842name = "interpolate_name"
 8843version = "0.2.4"
 8844source = "registry+https://github.com/rust-lang/crates.io-index"
 8845checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8846dependencies = [
 8847 "proc-macro2",
 8848 "quote",
 8849 "syn 2.0.117",
 8850]
 8851
 8852[[package]]
 8853name = "inventory"
 8854version = "0.3.21"
 8855source = "registry+https://github.com/rust-lang/crates.io-index"
 8856checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8857dependencies = [
 8858 "rustversion",
 8859]
 8860
 8861[[package]]
 8862name = "io-extras"
 8863version = "0.18.4"
 8864source = "registry+https://github.com/rust-lang/crates.io-index"
 8865checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8866dependencies = [
 8867 "io-lifetimes",
 8868 "windows-sys 0.59.0",
 8869]
 8870
 8871[[package]]
 8872name = "io-lifetimes"
 8873version = "2.0.4"
 8874source = "registry+https://github.com/rust-lang/crates.io-index"
 8875checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8876
 8877[[package]]
 8878name = "io-surface"
 8879version = "0.16.1"
 8880source = "registry+https://github.com/rust-lang/crates.io-index"
 8881checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8882dependencies = [
 8883 "cgl",
 8884 "core-foundation 0.10.0",
 8885 "core-foundation-sys",
 8886 "leaky-cow",
 8887]
 8888
 8889[[package]]
 8890name = "iovec"
 8891version = "0.1.4"
 8892source = "registry+https://github.com/rust-lang/crates.io-index"
 8893checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8894dependencies = [
 8895 "libc",
 8896]
 8897
 8898[[package]]
 8899name = "ipc-channel"
 8900version = "0.19.0"
 8901source = "registry+https://github.com/rust-lang/crates.io-index"
 8902checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8903dependencies = [
 8904 "bincode",
 8905 "crossbeam-channel",
 8906 "fnv",
 8907 "lazy_static",
 8908 "libc",
 8909 "mio 1.1.0",
 8910 "rand 0.8.5",
 8911 "serde",
 8912 "tempfile",
 8913 "uuid",
 8914 "windows 0.58.0",
 8915]
 8916
 8917[[package]]
 8918name = "ipnet"
 8919version = "2.11.0"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8922
 8923[[package]]
 8924name = "iri-string"
 8925version = "0.7.8"
 8926source = "registry+https://github.com/rust-lang/crates.io-index"
 8927checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8928dependencies = [
 8929 "memchr",
 8930 "serde",
 8931]
 8932
 8933[[package]]
 8934name = "is-docker"
 8935version = "0.2.0"
 8936source = "registry+https://github.com/rust-lang/crates.io-index"
 8937checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8938dependencies = [
 8939 "once_cell",
 8940]
 8941
 8942[[package]]
 8943name = "is-terminal"
 8944version = "0.4.16"
 8945source = "registry+https://github.com/rust-lang/crates.io-index"
 8946checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8947dependencies = [
 8948 "hermit-abi",
 8949 "libc",
 8950 "windows-sys 0.59.0",
 8951]
 8952
 8953[[package]]
 8954name = "is-wsl"
 8955version = "0.4.0"
 8956source = "registry+https://github.com/rust-lang/crates.io-index"
 8957checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8958dependencies = [
 8959 "is-docker",
 8960 "once_cell",
 8961]
 8962
 8963[[package]]
 8964name = "is_executable"
 8965version = "1.0.5"
 8966source = "registry+https://github.com/rust-lang/crates.io-index"
 8967checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8968dependencies = [
 8969 "windows-sys 0.60.2",
 8970]
 8971
 8972[[package]]
 8973name = "is_terminal_polyfill"
 8974version = "1.70.1"
 8975source = "registry+https://github.com/rust-lang/crates.io-index"
 8976checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8977
 8978[[package]]
 8979name = "itertools"
 8980version = "0.10.5"
 8981source = "registry+https://github.com/rust-lang/crates.io-index"
 8982checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8983dependencies = [
 8984 "either",
 8985]
 8986
 8987[[package]]
 8988name = "itertools"
 8989version = "0.11.0"
 8990source = "registry+https://github.com/rust-lang/crates.io-index"
 8991checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8992dependencies = [
 8993 "either",
 8994]
 8995
 8996[[package]]
 8997name = "itertools"
 8998version = "0.12.1"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 9001dependencies = [
 9002 "either",
 9003]
 9004
 9005[[package]]
 9006name = "itertools"
 9007version = "0.14.0"
 9008source = "registry+https://github.com/rust-lang/crates.io-index"
 9009checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9010dependencies = [
 9011 "either",
 9012]
 9013
 9014[[package]]
 9015name = "itoa"
 9016version = "1.0.15"
 9017source = "registry+https://github.com/rust-lang/crates.io-index"
 9018checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9019
 9020[[package]]
 9021name = "jiff"
 9022version = "0.2.15"
 9023source = "registry+https://github.com/rust-lang/crates.io-index"
 9024checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9025dependencies = [
 9026 "jiff-static",
 9027 "log",
 9028 "portable-atomic",
 9029 "portable-atomic-util",
 9030 "serde",
 9031]
 9032
 9033[[package]]
 9034name = "jiff-static"
 9035version = "0.2.15"
 9036source = "registry+https://github.com/rust-lang/crates.io-index"
 9037checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9038dependencies = [
 9039 "proc-macro2",
 9040 "quote",
 9041 "syn 2.0.117",
 9042]
 9043
 9044[[package]]
 9045name = "jni"
 9046version = "0.21.1"
 9047source = "registry+https://github.com/rust-lang/crates.io-index"
 9048checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9049dependencies = [
 9050 "cesu8",
 9051 "cfg-if",
 9052 "combine",
 9053 "jni-sys",
 9054 "log",
 9055 "thiserror 1.0.69",
 9056 "walkdir",
 9057 "windows-sys 0.45.0",
 9058]
 9059
 9060[[package]]
 9061name = "jni-sys"
 9062version = "0.3.0"
 9063source = "registry+https://github.com/rust-lang/crates.io-index"
 9064checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9065
 9066[[package]]
 9067name = "jobserver"
 9068version = "0.1.34"
 9069source = "registry+https://github.com/rust-lang/crates.io-index"
 9070checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9071dependencies = [
 9072 "getrandom 0.3.4",
 9073 "libc",
 9074]
 9075
 9076[[package]]
 9077name = "journal"
 9078version = "0.1.0"
 9079dependencies = [
 9080 "anyhow",
 9081 "chrono",
 9082 "editor",
 9083 "gpui",
 9084 "log",
 9085 "serde",
 9086 "settings",
 9087 "shellexpand 2.1.2",
 9088 "workspace",
 9089]
 9090
 9091[[package]]
 9092name = "js-sys"
 9093version = "0.3.90"
 9094source = "registry+https://github.com/rust-lang/crates.io-index"
 9095checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9096dependencies = [
 9097 "once_cell",
 9098 "wasm-bindgen",
 9099]
 9100
 9101[[package]]
 9102name = "json5"
 9103version = "0.4.1"
 9104source = "registry+https://github.com/rust-lang/crates.io-index"
 9105checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9106dependencies = [
 9107 "pest",
 9108 "pest_derive",
 9109 "serde",
 9110]
 9111
 9112[[package]]
 9113name = "json_dotpath"
 9114version = "1.1.0"
 9115source = "registry+https://github.com/rust-lang/crates.io-index"
 9116checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9117dependencies = [
 9118 "serde",
 9119 "serde_derive",
 9120 "serde_json",
 9121 "thiserror 1.0.69",
 9122]
 9123
 9124[[package]]
 9125name = "json_schema_store"
 9126version = "0.1.0"
 9127dependencies = [
 9128 "anyhow",
 9129 "collections",
 9130 "dap",
 9131 "extension",
 9132 "gpui",
 9133 "language",
 9134 "parking_lot",
 9135 "paths",
 9136 "project",
 9137 "schemars",
 9138 "serde",
 9139 "serde_json",
 9140 "settings",
 9141 "snippet_provider",
 9142 "task",
 9143 "theme",
 9144 "util",
 9145]
 9146
 9147[[package]]
 9148name = "jsonschema"
 9149version = "0.37.4"
 9150source = "registry+https://github.com/rust-lang/crates.io-index"
 9151checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9152dependencies = [
 9153 "ahash 0.8.12",
 9154 "bytecount",
 9155 "data-encoding",
 9156 "email_address",
 9157 "fancy-regex",
 9158 "fraction",
 9159 "getrandom 0.3.4",
 9160 "idna",
 9161 "itoa",
 9162 "num-cmp",
 9163 "num-traits",
 9164 "percent-encoding",
 9165 "referencing",
 9166 "regex",
 9167 "regex-syntax",
 9168 "reqwest 0.12.24",
 9169 "serde",
 9170 "serde_json",
 9171 "unicode-general-category",
 9172 "uuid-simd",
 9173]
 9174
 9175[[package]]
 9176name = "jsonwebtoken"
 9177version = "10.3.0"
 9178source = "registry+https://github.com/rust-lang/crates.io-index"
 9179checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9180dependencies = [
 9181 "aws-lc-rs",
 9182 "base64 0.22.1",
 9183 "getrandom 0.2.16",
 9184 "js-sys",
 9185 "pem",
 9186 "serde",
 9187 "serde_json",
 9188 "signature 2.2.0",
 9189 "simple_asn1",
 9190]
 9191
 9192[[package]]
 9193name = "jupyter-protocol"
 9194version = "1.4.0"
 9195source = "registry+https://github.com/rust-lang/crates.io-index"
 9196checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9197dependencies = [
 9198 "async-trait",
 9199 "bytes 1.11.1",
 9200 "chrono",
 9201 "futures 0.3.31",
 9202 "serde",
 9203 "serde_json",
 9204 "thiserror 2.0.17",
 9205 "uuid",
 9206]
 9207
 9208[[package]]
 9209name = "jupyter-websocket-client"
 9210version = "1.0.0"
 9211source = "registry+https://github.com/rust-lang/crates.io-index"
 9212checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9213dependencies = [
 9214 "anyhow",
 9215 "async-trait",
 9216 "async-tungstenite",
 9217 "futures 0.3.31",
 9218 "jupyter-protocol",
 9219 "serde",
 9220 "serde_json",
 9221 "tokio",
 9222 "url",
 9223 "uuid",
 9224]
 9225
 9226[[package]]
 9227name = "keymap_editor"
 9228version = "0.1.0"
 9229dependencies = [
 9230 "anyhow",
 9231 "collections",
 9232 "command_palette",
 9233 "component",
 9234 "db",
 9235 "editor",
 9236 "fs",
 9237 "fuzzy",
 9238 "gpui",
 9239 "itertools 0.14.0",
 9240 "json_schema_store",
 9241 "language",
 9242 "log",
 9243 "menu",
 9244 "notifications",
 9245 "paths",
 9246 "project",
 9247 "search",
 9248 "serde",
 9249 "serde_json",
 9250 "settings",
 9251 "telemetry",
 9252 "tempfile",
 9253 "theme",
 9254 "tree-sitter-json",
 9255 "tree-sitter-rust",
 9256 "ui",
 9257 "ui_input",
 9258 "util",
 9259 "workspace",
 9260 "zed_actions",
 9261]
 9262
 9263[[package]]
 9264name = "khronos-egl"
 9265version = "6.0.0"
 9266source = "registry+https://github.com/rust-lang/crates.io-index"
 9267checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9268dependencies = [
 9269 "libc",
 9270 "libloading",
 9271 "pkg-config",
 9272]
 9273
 9274[[package]]
 9275name = "khronos_api"
 9276version = "3.1.0"
 9277source = "registry+https://github.com/rust-lang/crates.io-index"
 9278checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9279
 9280[[package]]
 9281name = "kqueue"
 9282version = "1.1.1"
 9283source = "registry+https://github.com/rust-lang/crates.io-index"
 9284checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9285dependencies = [
 9286 "kqueue-sys",
 9287 "libc",
 9288]
 9289
 9290[[package]]
 9291name = "kqueue-sys"
 9292version = "1.0.4"
 9293source = "registry+https://github.com/rust-lang/crates.io-index"
 9294checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9295dependencies = [
 9296 "bitflags 1.3.2",
 9297 "libc",
 9298]
 9299
 9300[[package]]
 9301name = "kurbo"
 9302version = "0.11.3"
 9303source = "registry+https://github.com/rust-lang/crates.io-index"
 9304checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9305dependencies = [
 9306 "arrayvec",
 9307 "euclid",
 9308 "smallvec",
 9309]
 9310
 9311[[package]]
 9312name = "kv-log-macro"
 9313version = "1.0.7"
 9314source = "registry+https://github.com/rust-lang/crates.io-index"
 9315checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9316dependencies = [
 9317 "log",
 9318]
 9319
 9320[[package]]
 9321name = "language"
 9322version = "0.1.0"
 9323dependencies = [
 9324 "anyhow",
 9325 "async-trait",
 9326 "clock",
 9327 "collections",
 9328 "ctor",
 9329 "diffy",
 9330 "ec4rs",
 9331 "encoding_rs",
 9332 "fs",
 9333 "futures 0.3.31",
 9334 "fuzzy",
 9335 "globset",
 9336 "gpui",
 9337 "http_client",
 9338 "imara-diff",
 9339 "indoc",
 9340 "itertools 0.14.0",
 9341 "log",
 9342 "lsp",
 9343 "parking_lot",
 9344 "postage",
 9345 "pretty_assertions",
 9346 "rand 0.9.2",
 9347 "regex",
 9348 "rpc",
 9349 "schemars",
 9350 "semver",
 9351 "serde",
 9352 "serde_json",
 9353 "settings",
 9354 "shellexpand 2.1.2",
 9355 "smallvec",
 9356 "smol",
 9357 "streaming-iterator",
 9358 "strsim",
 9359 "sum_tree",
 9360 "task",
 9361 "text",
 9362 "theme",
 9363 "toml 0.8.23",
 9364 "tracing",
 9365 "tree-sitter",
 9366 "tree-sitter-elixir",
 9367 "tree-sitter-embedded-template",
 9368 "tree-sitter-heex",
 9369 "tree-sitter-html",
 9370 "tree-sitter-json",
 9371 "tree-sitter-md",
 9372 "tree-sitter-python",
 9373 "tree-sitter-ruby",
 9374 "tree-sitter-rust",
 9375 "tree-sitter-typescript",
 9376 "unicase",
 9377 "unindent",
 9378 "util",
 9379 "watch",
 9380 "zlog",
 9381 "ztracing",
 9382]
 9383
 9384[[package]]
 9385name = "language_extension"
 9386version = "0.1.0"
 9387dependencies = [
 9388 "anyhow",
 9389 "async-trait",
 9390 "collections",
 9391 "extension",
 9392 "fs",
 9393 "futures 0.3.31",
 9394 "gpui",
 9395 "language",
 9396 "log",
 9397 "lsp",
 9398 "project",
 9399 "serde",
 9400 "serde_json",
 9401 "tracing",
 9402 "util",
 9403 "ztracing",
 9404]
 9405
 9406[[package]]
 9407name = "language_model"
 9408version = "0.1.0"
 9409dependencies = [
 9410 "anthropic",
 9411 "anyhow",
 9412 "base64 0.22.1",
 9413 "client",
 9414 "cloud_api_client",
 9415 "cloud_api_types",
 9416 "cloud_llm_client",
 9417 "collections",
 9418 "credentials_provider",
 9419 "futures 0.3.31",
 9420 "gpui",
 9421 "http_client",
 9422 "icons",
 9423 "image",
 9424 "log",
 9425 "open_ai",
 9426 "open_router",
 9427 "parking_lot",
 9428 "proto",
 9429 "schemars",
 9430 "serde",
 9431 "serde_json",
 9432 "settings",
 9433 "smol",
 9434 "thiserror 2.0.17",
 9435 "util",
 9436 "zed_env_vars",
 9437]
 9438
 9439[[package]]
 9440name = "language_models"
 9441version = "0.1.0"
 9442dependencies = [
 9443 "ai_onboarding",
 9444 "anthropic",
 9445 "anyhow",
 9446 "aws-config",
 9447 "aws-credential-types",
 9448 "aws_http_client",
 9449 "base64 0.22.1",
 9450 "bedrock",
 9451 "client",
 9452 "cloud_api_types",
 9453 "cloud_llm_client",
 9454 "collections",
 9455 "component",
 9456 "convert_case 0.8.0",
 9457 "copilot",
 9458 "copilot_chat",
 9459 "copilot_ui",
 9460 "credentials_provider",
 9461 "deepseek",
 9462 "extension",
 9463 "extension_host",
 9464 "fs",
 9465 "futures 0.3.31",
 9466 "google_ai",
 9467 "gpui",
 9468 "gpui_tokio",
 9469 "http_client",
 9470 "language",
 9471 "language_model",
 9472 "lmstudio",
 9473 "log",
 9474 "menu",
 9475 "mistral",
 9476 "ollama",
 9477 "open_ai",
 9478 "open_router",
 9479 "partial-json-fixer",
 9480 "pretty_assertions",
 9481 "release_channel",
 9482 "schemars",
 9483 "semver",
 9484 "serde",
 9485 "serde_json",
 9486 "settings",
 9487 "smol",
 9488 "strum 0.27.2",
 9489 "thiserror 2.0.17",
 9490 "tiktoken-rs",
 9491 "tokio",
 9492 "ui",
 9493 "ui_input",
 9494 "util",
 9495 "vercel",
 9496 "x_ai",
 9497]
 9498
 9499[[package]]
 9500name = "language_onboarding"
 9501version = "0.1.0"
 9502dependencies = [
 9503 "db",
 9504 "editor",
 9505 "gpui",
 9506 "project",
 9507 "ui",
 9508 "workspace",
 9509]
 9510
 9511[[package]]
 9512name = "language_selector"
 9513version = "0.1.0"
 9514dependencies = [
 9515 "anyhow",
 9516 "editor",
 9517 "file_icons",
 9518 "fuzzy",
 9519 "gpui",
 9520 "language",
 9521 "open_path_prompt",
 9522 "picker",
 9523 "project",
 9524 "serde_json",
 9525 "settings",
 9526 "ui",
 9527 "util",
 9528 "workspace",
 9529]
 9530
 9531[[package]]
 9532name = "language_tools"
 9533version = "0.1.0"
 9534dependencies = [
 9535 "anyhow",
 9536 "client",
 9537 "collections",
 9538 "command_palette_hooks",
 9539 "edit_prediction",
 9540 "editor",
 9541 "futures 0.3.31",
 9542 "gpui",
 9543 "itertools 0.14.0",
 9544 "language",
 9545 "lsp",
 9546 "menu",
 9547 "project",
 9548 "proto",
 9549 "release_channel",
 9550 "semver",
 9551 "serde_json",
 9552 "settings",
 9553 "sysinfo 0.37.2",
 9554 "telemetry",
 9555 "theme",
 9556 "tree-sitter",
 9557 "ui",
 9558 "util",
 9559 "workspace",
 9560 "zed_actions",
 9561 "zlog",
 9562]
 9563
 9564[[package]]
 9565name = "languages"
 9566version = "0.1.0"
 9567dependencies = [
 9568 "anyhow",
 9569 "async-compression",
 9570 "async-fs",
 9571 "async-tar",
 9572 "async-trait",
 9573 "chrono",
 9574 "collections",
 9575 "futures 0.3.31",
 9576 "globset",
 9577 "gpui",
 9578 "http_client",
 9579 "itertools 0.14.0",
 9580 "json_schema_store",
 9581 "language",
 9582 "log",
 9583 "lsp",
 9584 "node_runtime",
 9585 "parking_lot",
 9586 "pet",
 9587 "pet-conda",
 9588 "pet-core",
 9589 "pet-fs",
 9590 "pet-poetry",
 9591 "pet-reporter",
 9592 "pet-virtualenv",
 9593 "pretty_assertions",
 9594 "project",
 9595 "regex",
 9596 "rope",
 9597 "rust-embed",
 9598 "semver",
 9599 "serde",
 9600 "serde_json",
 9601 "serde_json_lenient",
 9602 "settings",
 9603 "smallvec",
 9604 "smol",
 9605 "snippet",
 9606 "task",
 9607 "terminal",
 9608 "theme",
 9609 "toml 0.8.23",
 9610 "tree-sitter",
 9611 "tree-sitter-bash",
 9612 "tree-sitter-c",
 9613 "tree-sitter-cpp",
 9614 "tree-sitter-css",
 9615 "tree-sitter-diff",
 9616 "tree-sitter-gitcommit",
 9617 "tree-sitter-go",
 9618 "tree-sitter-gomod",
 9619 "tree-sitter-gowork",
 9620 "tree-sitter-jsdoc",
 9621 "tree-sitter-json",
 9622 "tree-sitter-md",
 9623 "tree-sitter-python",
 9624 "tree-sitter-regex",
 9625 "tree-sitter-rust",
 9626 "tree-sitter-typescript",
 9627 "tree-sitter-yaml",
 9628 "unindent",
 9629 "url",
 9630 "util",
 9631]
 9632
 9633[[package]]
 9634name = "lazy_static"
 9635version = "1.5.0"
 9636source = "registry+https://github.com/rust-lang/crates.io-index"
 9637checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9638dependencies = [
 9639 "spin 0.9.8",
 9640]
 9641
 9642[[package]]
 9643name = "leak"
 9644version = "0.1.2"
 9645source = "registry+https://github.com/rust-lang/crates.io-index"
 9646checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9647
 9648[[package]]
 9649name = "leaky-cow"
 9650version = "0.1.1"
 9651source = "registry+https://github.com/rust-lang/crates.io-index"
 9652checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9653dependencies = [
 9654 "leak",
 9655]
 9656
 9657[[package]]
 9658name = "leb128"
 9659version = "0.2.5"
 9660source = "registry+https://github.com/rust-lang/crates.io-index"
 9661checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9662
 9663[[package]]
 9664name = "leb128fmt"
 9665version = "0.1.0"
 9666source = "registry+https://github.com/rust-lang/crates.io-index"
 9667checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9668
 9669[[package]]
 9670name = "lebe"
 9671version = "0.5.3"
 9672source = "registry+https://github.com/rust-lang/crates.io-index"
 9673checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9674
 9675[[package]]
 9676name = "libc"
 9677version = "0.2.182"
 9678source = "registry+https://github.com/rust-lang/crates.io-index"
 9679checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9680
 9681[[package]]
 9682name = "libdbus-sys"
 9683version = "0.2.6"
 9684source = "registry+https://github.com/rust-lang/crates.io-index"
 9685checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9686dependencies = [
 9687 "cc",
 9688 "pkg-config",
 9689]
 9690
 9691[[package]]
 9692name = "libfuzzer-sys"
 9693version = "0.4.10"
 9694source = "registry+https://github.com/rust-lang/crates.io-index"
 9695checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9696dependencies = [
 9697 "arbitrary",
 9698 "cc",
 9699]
 9700
 9701[[package]]
 9702name = "libgit2-sys"
 9703version = "0.18.3+1.9.2"
 9704source = "registry+https://github.com/rust-lang/crates.io-index"
 9705checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9706dependencies = [
 9707 "cc",
 9708 "libc",
 9709 "libz-sys",
 9710 "pkg-config",
 9711]
 9712
 9713[[package]]
 9714name = "libloading"
 9715version = "0.8.9"
 9716source = "registry+https://github.com/rust-lang/crates.io-index"
 9717checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9718dependencies = [
 9719 "cfg-if",
 9720 "windows-link 0.2.1",
 9721]
 9722
 9723[[package]]
 9724name = "libm"
 9725version = "0.2.15"
 9726source = "registry+https://github.com/rust-lang/crates.io-index"
 9727checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9728
 9729[[package]]
 9730name = "libmimalloc-sys"
 9731version = "0.1.44"
 9732source = "registry+https://github.com/rust-lang/crates.io-index"
 9733checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9734dependencies = [
 9735 "cc",
 9736 "libc",
 9737]
 9738
 9739[[package]]
 9740name = "libredox"
 9741version = "0.1.10"
 9742source = "registry+https://github.com/rust-lang/crates.io-index"
 9743checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9744dependencies = [
 9745 "bitflags 2.10.0",
 9746 "libc",
 9747 "redox_syscall 0.5.18",
 9748]
 9749
 9750[[package]]
 9751name = "libsqlite3-sys"
 9752version = "0.30.1"
 9753source = "registry+https://github.com/rust-lang/crates.io-index"
 9754checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9755dependencies = [
 9756 "cc",
 9757 "pkg-config",
 9758 "vcpkg",
 9759]
 9760
 9761[[package]]
 9762name = "libwebrtc"
 9763version = "0.3.26"
 9764source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9765dependencies = [
 9766 "cxx",
 9767 "glib",
 9768 "jni",
 9769 "js-sys",
 9770 "lazy_static",
 9771 "livekit-protocol",
 9772 "livekit-runtime",
 9773 "log",
 9774 "parking_lot",
 9775 "serde",
 9776 "serde_json",
 9777 "thiserror 1.0.69",
 9778 "tokio",
 9779 "wasm-bindgen",
 9780 "wasm-bindgen-futures",
 9781 "web-sys",
 9782 "webrtc-sys",
 9783]
 9784
 9785[[package]]
 9786name = "libz-sys"
 9787version = "1.1.22"
 9788source = "registry+https://github.com/rust-lang/crates.io-index"
 9789checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9790dependencies = [
 9791 "cc",
 9792 "libc",
 9793 "pkg-config",
 9794 "vcpkg",
 9795]
 9796
 9797[[package]]
 9798name = "line_ending_selector"
 9799version = "0.1.0"
 9800dependencies = [
 9801 "editor",
 9802 "gpui",
 9803 "language",
 9804 "picker",
 9805 "project",
 9806 "ui",
 9807 "util",
 9808 "workspace",
 9809]
 9810
 9811[[package]]
 9812name = "linebender_resource_handle"
 9813version = "0.1.1"
 9814source = "registry+https://github.com/rust-lang/crates.io-index"
 9815checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9816
 9817[[package]]
 9818name = "link-cplusplus"
 9819version = "1.0.12"
 9820source = "registry+https://github.com/rust-lang/crates.io-index"
 9821checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9822dependencies = [
 9823 "cc",
 9824]
 9825
 9826[[package]]
 9827name = "linkify"
 9828version = "0.10.0"
 9829source = "registry+https://github.com/rust-lang/crates.io-index"
 9830checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9831dependencies = [
 9832 "memchr",
 9833]
 9834
 9835[[package]]
 9836name = "linux-raw-sys"
 9837version = "0.4.15"
 9838source = "registry+https://github.com/rust-lang/crates.io-index"
 9839checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9840
 9841[[package]]
 9842name = "linux-raw-sys"
 9843version = "0.11.0"
 9844source = "registry+https://github.com/rust-lang/crates.io-index"
 9845checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9846
 9847[[package]]
 9848name = "litemap"
 9849version = "0.8.0"
 9850source = "registry+https://github.com/rust-lang/crates.io-index"
 9851checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9852
 9853[[package]]
 9854name = "litrs"
 9855version = "1.0.0"
 9856source = "registry+https://github.com/rust-lang/crates.io-index"
 9857checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9858
 9859[[package]]
 9860name = "livekit"
 9861version = "0.7.32"
 9862source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9863dependencies = [
 9864 "base64 0.22.1",
 9865 "bmrng",
 9866 "bytes 1.11.1",
 9867 "chrono",
 9868 "futures-util",
 9869 "lazy_static",
 9870 "libloading",
 9871 "libwebrtc",
 9872 "livekit-api",
 9873 "livekit-protocol",
 9874 "livekit-runtime",
 9875 "log",
 9876 "parking_lot",
 9877 "prost 0.12.6",
 9878 "semver",
 9879 "serde",
 9880 "serde_json",
 9881 "thiserror 1.0.69",
 9882 "tokio",
 9883]
 9884
 9885[[package]]
 9886name = "livekit-api"
 9887version = "0.4.14"
 9888source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9889dependencies = [
 9890 "base64 0.21.7",
 9891 "futures-util",
 9892 "http 1.3.1",
 9893 "livekit-protocol",
 9894 "livekit-runtime",
 9895 "log",
 9896 "parking_lot",
 9897 "pbjson-types",
 9898 "prost 0.12.6",
 9899 "rand 0.9.2",
 9900 "reqwest 0.12.24",
 9901 "rustls-native-certs 0.6.3",
 9902 "scopeguard",
 9903 "serde",
 9904 "sha2",
 9905 "thiserror 1.0.69",
 9906 "tokio",
 9907 "tokio-rustls 0.26.2",
 9908 "tokio-tungstenite 0.28.0",
 9909 "url",
 9910]
 9911
 9912[[package]]
 9913name = "livekit-protocol"
 9914version = "0.7.1"
 9915source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9916dependencies = [
 9917 "futures-util",
 9918 "livekit-runtime",
 9919 "parking_lot",
 9920 "pbjson",
 9921 "pbjson-types",
 9922 "prost 0.12.6",
 9923 "serde",
 9924 "thiserror 1.0.69",
 9925 "tokio",
 9926]
 9927
 9928[[package]]
 9929name = "livekit-runtime"
 9930version = "0.4.0"
 9931source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9932dependencies = [
 9933 "tokio",
 9934 "tokio-stream",
 9935]
 9936
 9937[[package]]
 9938name = "livekit_api"
 9939version = "0.1.0"
 9940dependencies = [
 9941 "anyhow",
 9942 "async-trait",
 9943 "jsonwebtoken",
 9944 "log",
 9945 "prost 0.9.0",
 9946 "prost-build 0.9.0",
 9947 "prost-types 0.9.0",
 9948 "serde",
 9949 "zed-reqwest",
 9950]
 9951
 9952[[package]]
 9953name = "livekit_client"
 9954version = "0.1.0"
 9955dependencies = [
 9956 "anyhow",
 9957 "async-trait",
 9958 "audio",
 9959 "cocoa 0.26.0",
 9960 "collections",
 9961 "core-foundation 0.10.0",
 9962 "core-video",
 9963 "coreaudio-rs 0.12.1",
 9964 "cpal",
 9965 "futures 0.3.31",
 9966 "gpui",
 9967 "gpui_platform",
 9968 "gpui_tokio",
 9969 "http_client_tls",
 9970 "image",
 9971 "libwebrtc",
 9972 "livekit",
 9973 "livekit_api",
 9974 "log",
 9975 "nanoid",
 9976 "objc",
 9977 "parking_lot",
 9978 "postage",
 9979 "rodio",
 9980 "serde",
 9981 "serde_json",
 9982 "serde_urlencoded",
 9983 "settings",
 9984 "simplelog",
 9985 "smallvec",
 9986 "ui",
 9987 "util",
 9988 "zed-scap",
 9989]
 9990
 9991[[package]]
 9992name = "lmdb-master-sys"
 9993version = "0.2.5"
 9994source = "registry+https://github.com/rust-lang/crates.io-index"
 9995checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9996dependencies = [
 9997 "cc",
 9998 "doxygen-rs",
 9999 "libc",
10000]
10001
10002[[package]]
10003name = "lmstudio"
10004version = "0.1.0"
10005dependencies = [
10006 "anyhow",
10007 "futures 0.3.31",
10008 "http_client",
10009 "schemars",
10010 "serde",
10011 "serde_json",
10012]
10013
10014[[package]]
10015name = "lock_api"
10016version = "0.4.14"
10017source = "registry+https://github.com/rust-lang/crates.io-index"
10018checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10019dependencies = [
10020 "scopeguard",
10021]
10022
10023[[package]]
10024name = "log"
10025version = "0.4.29"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10028dependencies = [
10029 "serde_core",
10030 "value-bag",
10031]
10032
10033[[package]]
10034name = "loom"
10035version = "0.7.2"
10036source = "registry+https://github.com/rust-lang/crates.io-index"
10037checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10038dependencies = [
10039 "cfg-if",
10040 "generator",
10041 "scoped-tls",
10042 "tracing",
10043 "tracing-subscriber",
10044]
10045
10046[[package]]
10047name = "loop9"
10048version = "0.1.5"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10051dependencies = [
10052 "imgref",
10053]
10054
10055[[package]]
10056name = "lru"
10057version = "0.12.5"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10060dependencies = [
10061 "hashbrown 0.15.5",
10062]
10063
10064[[package]]
10065name = "lru-slab"
10066version = "0.1.2"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10069
10070[[package]]
10071name = "lsp"
10072version = "0.1.0"
10073dependencies = [
10074 "anyhow",
10075 "async-pipe",
10076 "collections",
10077 "ctor",
10078 "futures 0.3.31",
10079 "gpui",
10080 "gpui_util",
10081 "log",
10082 "lsp-types",
10083 "parking_lot",
10084 "postage",
10085 "release_channel",
10086 "schemars",
10087 "semver",
10088 "serde",
10089 "serde_json",
10090 "smol",
10091 "util",
10092 "zlog",
10093]
10094
10095[[package]]
10096name = "lsp-types"
10097version = "0.95.1"
10098source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10099dependencies = [
10100 "bitflags 1.3.2",
10101 "serde",
10102 "serde_json",
10103 "url",
10104]
10105
10106[[package]]
10107name = "lyon"
10108version = "1.0.16"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10111dependencies = [
10112 "lyon_algorithms",
10113 "lyon_extra",
10114 "lyon_tessellation",
10115]
10116
10117[[package]]
10118name = "lyon_algorithms"
10119version = "1.0.16"
10120source = "registry+https://github.com/rust-lang/crates.io-index"
10121checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10122dependencies = [
10123 "lyon_path",
10124 "num-traits",
10125]
10126
10127[[package]]
10128name = "lyon_extra"
10129version = "1.0.3"
10130source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10132dependencies = [
10133 "lyon_path",
10134 "thiserror 1.0.69",
10135]
10136
10137[[package]]
10138name = "lyon_geom"
10139version = "1.0.17"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10142dependencies = [
10143 "arrayvec",
10144 "euclid",
10145 "num-traits",
10146]
10147
10148[[package]]
10149name = "lyon_path"
10150version = "1.0.16"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10153dependencies = [
10154 "lyon_geom",
10155 "num-traits",
10156]
10157
10158[[package]]
10159name = "lyon_tessellation"
10160version = "1.0.16"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10163dependencies = [
10164 "float_next_after",
10165 "lyon_path",
10166 "num-traits",
10167]
10168
10169[[package]]
10170name = "mac"
10171version = "0.1.1"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10174
10175[[package]]
10176name = "mach2"
10177version = "0.4.3"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10180dependencies = [
10181 "libc",
10182]
10183
10184[[package]]
10185name = "mach2"
10186version = "0.5.0"
10187source = "registry+https://github.com/rust-lang/crates.io-index"
10188checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10189dependencies = [
10190 "libc",
10191]
10192
10193[[package]]
10194name = "malloc_buf"
10195version = "0.0.6"
10196source = "registry+https://github.com/rust-lang/crates.io-index"
10197checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10198dependencies = [
10199 "libc",
10200]
10201
10202[[package]]
10203name = "maplit"
10204version = "1.0.2"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10207
10208[[package]]
10209name = "markdown"
10210version = "0.1.0"
10211dependencies = [
10212 "assets",
10213 "base64 0.22.1",
10214 "collections",
10215 "env_logger 0.11.8",
10216 "fs",
10217 "futures 0.3.31",
10218 "gpui",
10219 "gpui_platform",
10220 "language",
10221 "languages",
10222 "linkify",
10223 "log",
10224 "node_runtime",
10225 "pulldown-cmark 0.13.0",
10226 "settings",
10227 "sum_tree",
10228 "theme",
10229 "ui",
10230 "util",
10231]
10232
10233[[package]]
10234name = "markdown_preview"
10235version = "0.1.0"
10236dependencies = [
10237 "anyhow",
10238 "async-recursion",
10239 "collections",
10240 "editor",
10241 "fs",
10242 "gpui",
10243 "html5ever 0.27.0",
10244 "language",
10245 "linkify",
10246 "log",
10247 "markdown",
10248 "markup5ever_rcdom",
10249 "mermaid-rs-renderer",
10250 "pretty_assertions",
10251 "pulldown-cmark 0.13.0",
10252 "settings",
10253 "stacksafe",
10254 "theme",
10255 "ui",
10256 "urlencoding",
10257 "util",
10258 "workspace",
10259 "zed_actions",
10260]
10261
10262[[package]]
10263name = "markup5ever"
10264version = "0.12.1"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10267dependencies = [
10268 "log",
10269 "phf 0.11.3",
10270 "phf_codegen",
10271 "string_cache",
10272 "string_cache_codegen",
10273 "tendril",
10274]
10275
10276[[package]]
10277name = "markup5ever"
10278version = "0.35.0"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10281dependencies = [
10282 "log",
10283 "tendril",
10284 "web_atoms",
10285]
10286
10287[[package]]
10288name = "markup5ever_rcdom"
10289version = "0.3.0"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10292dependencies = [
10293 "html5ever 0.27.0",
10294 "markup5ever 0.12.1",
10295 "tendril",
10296 "xml5ever",
10297]
10298
10299[[package]]
10300name = "match_token"
10301version = "0.35.0"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10304dependencies = [
10305 "proc-macro2",
10306 "quote",
10307 "syn 2.0.117",
10308]
10309
10310[[package]]
10311name = "matchers"
10312version = "0.2.0"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10315dependencies = [
10316 "regex-automata",
10317]
10318
10319[[package]]
10320name = "matchit"
10321version = "0.7.3"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10324
10325[[package]]
10326name = "maybe-owned"
10327version = "0.3.4"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10330
10331[[package]]
10332name = "maybe-rayon"
10333version = "0.1.1"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10336dependencies = [
10337 "cfg-if",
10338 "rayon",
10339]
10340
10341[[package]]
10342name = "md-5"
10343version = "0.10.6"
10344source = "registry+https://github.com/rust-lang/crates.io-index"
10345checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10346dependencies = [
10347 "cfg-if",
10348 "digest",
10349]
10350
10351[[package]]
10352name = "mdbook"
10353version = "0.4.40"
10354source = "registry+https://github.com/rust-lang/crates.io-index"
10355checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10356dependencies = [
10357 "ammonia",
10358 "anyhow",
10359 "chrono",
10360 "clap",
10361 "clap_complete",
10362 "elasticlunr-rs",
10363 "env_logger 0.11.8",
10364 "futures-util",
10365 "handlebars 5.1.2",
10366 "ignore",
10367 "log",
10368 "memchr",
10369 "notify 6.1.1",
10370 "notify-debouncer-mini",
10371 "once_cell",
10372 "opener",
10373 "pathdiff",
10374 "pulldown-cmark 0.10.3",
10375 "regex",
10376 "serde",
10377 "serde_json",
10378 "shlex",
10379 "tempfile",
10380 "tokio",
10381 "toml 0.5.11",
10382 "topological-sort",
10383 "walkdir",
10384 "warp",
10385]
10386
10387[[package]]
10388name = "media"
10389version = "0.1.0"
10390dependencies = [
10391 "anyhow",
10392 "bindgen 0.71.1",
10393 "core-foundation 0.10.0",
10394 "core-video",
10395 "ctor",
10396 "foreign-types 0.5.0",
10397 "metal",
10398 "objc",
10399]
10400
10401[[package]]
10402name = "memchr"
10403version = "2.7.6"
10404source = "registry+https://github.com/rust-lang/crates.io-index"
10405checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10406
10407[[package]]
10408name = "memfd"
10409version = "0.6.5"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10412dependencies = [
10413 "rustix 1.1.2",
10414]
10415
10416[[package]]
10417name = "memmap2"
10418version = "0.9.8"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10421dependencies = [
10422 "libc",
10423 "stable_deref_trait",
10424]
10425
10426[[package]]
10427name = "memoffset"
10428version = "0.9.1"
10429source = "registry+https://github.com/rust-lang/crates.io-index"
10430checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10431dependencies = [
10432 "autocfg",
10433]
10434
10435[[package]]
10436name = "menu"
10437version = "0.1.0"
10438dependencies = [
10439 "gpui",
10440]
10441
10442[[package]]
10443name = "merge"
10444version = "0.1.0"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10447dependencies = [
10448 "merge_derive",
10449 "num-traits",
10450]
10451
10452[[package]]
10453name = "merge_derive"
10454version = "0.1.0"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10457dependencies = [
10458 "proc-macro-error",
10459 "proc-macro2",
10460 "quote",
10461 "syn 1.0.109",
10462]
10463
10464[[package]]
10465name = "mermaid-rs-renderer"
10466version = "0.2.0"
10467source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10468dependencies = [
10469 "anyhow",
10470 "fontdb 0.16.2",
10471 "json5",
10472 "once_cell",
10473 "regex",
10474 "serde",
10475 "serde_json",
10476 "thiserror 2.0.17",
10477 "ttf-parser 0.20.0",
10478]
10479
10480[[package]]
10481name = "metal"
10482version = "0.33.0"
10483source = "registry+https://github.com/rust-lang/crates.io-index"
10484checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10485dependencies = [
10486 "bitflags 2.10.0",
10487 "block",
10488 "core-graphics-types 0.2.0",
10489 "foreign-types 0.5.0",
10490 "log",
10491 "objc",
10492 "paste",
10493]
10494
10495[[package]]
10496name = "migrator"
10497version = "0.1.0"
10498dependencies = [
10499 "anyhow",
10500 "collections",
10501 "convert_case 0.8.0",
10502 "log",
10503 "pretty_assertions",
10504 "serde_json",
10505 "serde_json_lenient",
10506 "settings_content",
10507 "settings_json",
10508 "streaming-iterator",
10509 "tree-sitter",
10510 "tree-sitter-json",
10511 "unindent",
10512]
10513
10514[[package]]
10515name = "mimalloc"
10516version = "0.1.48"
10517source = "registry+https://github.com/rust-lang/crates.io-index"
10518checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10519dependencies = [
10520 "libmimalloc-sys",
10521]
10522
10523[[package]]
10524name = "mime"
10525version = "0.3.17"
10526source = "registry+https://github.com/rust-lang/crates.io-index"
10527checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10528
10529[[package]]
10530name = "mime_guess"
10531version = "2.0.5"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10534dependencies = [
10535 "mime",
10536 "unicase",
10537]
10538
10539[[package]]
10540name = "minidump-common"
10541version = "0.26.1"
10542source = "registry+https://github.com/rust-lang/crates.io-index"
10543checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10544dependencies = [
10545 "bitflags 2.10.0",
10546 "debugid",
10547 "num-derive",
10548 "num-traits",
10549 "range-map",
10550 "scroll",
10551 "smart-default",
10552]
10553
10554[[package]]
10555name = "minidump-writer"
10556version = "0.11.0"
10557source = "registry+https://github.com/rust-lang/crates.io-index"
10558checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10559dependencies = [
10560 "bitflags 2.10.0",
10561 "byteorder",
10562 "cfg-if",
10563 "crash-context",
10564 "error-graph",
10565 "failspot",
10566 "goblin",
10567 "libc",
10568 "log",
10569 "mach2 0.4.3",
10570 "memmap2",
10571 "memoffset",
10572 "minidump-common",
10573 "nix 0.29.0",
10574 "procfs-core",
10575 "scroll",
10576 "serde",
10577 "serde_json",
10578 "tempfile",
10579 "thiserror 2.0.17",
10580]
10581
10582[[package]]
10583name = "minidumper"
10584version = "0.9.0"
10585source = "registry+https://github.com/rust-lang/crates.io-index"
10586checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10587dependencies = [
10588 "cfg-if",
10589 "crash-context",
10590 "libc",
10591 "log",
10592 "minidump-writer",
10593 "parking_lot",
10594 "polling",
10595 "scroll",
10596 "thiserror 2.0.17",
10597 "uds",
10598]
10599
10600[[package]]
10601name = "minimal-lexical"
10602version = "0.2.1"
10603source = "registry+https://github.com/rust-lang/crates.io-index"
10604checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10605
10606[[package]]
10607name = "miniprofiler_ui"
10608version = "0.1.0"
10609dependencies = [
10610 "gpui",
10611 "rpc",
10612 "serde_json",
10613 "smol",
10614 "theme",
10615 "util",
10616 "workspace",
10617 "zed_actions",
10618]
10619
10620[[package]]
10621name = "miniz_oxide"
10622version = "0.8.9"
10623source = "registry+https://github.com/rust-lang/crates.io-index"
10624checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10625dependencies = [
10626 "adler2",
10627 "simd-adler32",
10628]
10629
10630[[package]]
10631name = "mio"
10632version = "0.8.11"
10633source = "registry+https://github.com/rust-lang/crates.io-index"
10634checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10635dependencies = [
10636 "libc",
10637 "log",
10638 "wasi",
10639 "windows-sys 0.48.0",
10640]
10641
10642[[package]]
10643name = "mio"
10644version = "1.1.0"
10645source = "registry+https://github.com/rust-lang/crates.io-index"
10646checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10647dependencies = [
10648 "libc",
10649 "log",
10650 "wasi",
10651 "windows-sys 0.61.2",
10652]
10653
10654[[package]]
10655name = "miow"
10656version = "0.6.1"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10659dependencies = [
10660 "windows-sys 0.61.2",
10661]
10662
10663[[package]]
10664name = "mistral"
10665version = "0.1.0"
10666dependencies = [
10667 "anyhow",
10668 "futures 0.3.31",
10669 "http_client",
10670 "schemars",
10671 "serde",
10672 "serde_json",
10673 "strum 0.27.2",
10674]
10675
10676[[package]]
10677name = "moka"
10678version = "0.12.11"
10679source = "registry+https://github.com/rust-lang/crates.io-index"
10680checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10681dependencies = [
10682 "crossbeam-channel",
10683 "crossbeam-epoch",
10684 "crossbeam-utils",
10685 "equivalent",
10686 "parking_lot",
10687 "portable-atomic",
10688 "rustc_version",
10689 "smallvec",
10690 "tagptr",
10691 "uuid",
10692]
10693
10694[[package]]
10695name = "moxcms"
10696version = "0.7.7"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10699dependencies = [
10700 "num-traits",
10701 "pxfm",
10702]
10703
10704[[package]]
10705name = "msvc_spectre_libs"
10706version = "0.1.3"
10707source = "registry+https://github.com/rust-lang/crates.io-index"
10708checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10709dependencies = [
10710 "cc",
10711]
10712
10713[[package]]
10714name = "multi_buffer"
10715version = "0.1.0"
10716dependencies = [
10717 "anyhow",
10718 "buffer_diff",
10719 "clock",
10720 "collections",
10721 "ctor",
10722 "gpui",
10723 "indoc",
10724 "itertools 0.14.0",
10725 "language",
10726 "log",
10727 "parking_lot",
10728 "pretty_assertions",
10729 "rand 0.9.2",
10730 "rope",
10731 "serde",
10732 "settings",
10733 "smallvec",
10734 "smol",
10735 "sum_tree",
10736 "text",
10737 "theme",
10738 "tracing",
10739 "tree-sitter",
10740 "util",
10741 "zlog",
10742 "ztracing",
10743]
10744
10745[[package]]
10746name = "multimap"
10747version = "0.8.3"
10748source = "registry+https://github.com/rust-lang/crates.io-index"
10749checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10750
10751[[package]]
10752name = "naga"
10753version = "28.0.0"
10754source = "registry+https://github.com/rust-lang/crates.io-index"
10755checksum = "618f667225063219ddfc61251087db8a9aec3c3f0950c916b614e403486f1135"
10756dependencies = [
10757 "arrayvec",
10758 "bit-set",
10759 "bitflags 2.10.0",
10760 "cfg-if",
10761 "cfg_aliases 0.2.1",
10762 "codespan-reporting 0.12.0",
10763 "half",
10764 "hashbrown 0.16.1",
10765 "hexf-parse",
10766 "indexmap",
10767 "libm",
10768 "log",
10769 "num-traits",
10770 "once_cell",
10771 "rustc-hash 1.1.0",
10772 "thiserror 2.0.17",
10773 "unicode-ident",
10774]
10775
10776[[package]]
10777name = "naga"
10778version = "28.0.1"
10779source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
10780dependencies = [
10781 "arrayvec",
10782 "bit-set",
10783 "bitflags 2.10.0",
10784 "cfg-if",
10785 "cfg_aliases 0.2.1",
10786 "codespan-reporting 0.12.0",
10787 "half",
10788 "hashbrown 0.16.1",
10789 "hexf-parse",
10790 "indexmap",
10791 "libm",
10792 "log",
10793 "num-traits",
10794 "once_cell",
10795 "rustc-hash 1.1.0",
10796 "spirv",
10797 "thiserror 2.0.17",
10798 "unicode-ident",
10799]
10800
10801[[package]]
10802name = "nanoid"
10803version = "0.4.0"
10804source = "registry+https://github.com/rust-lang/crates.io-index"
10805checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10806dependencies = [
10807 "rand 0.8.5",
10808]
10809
10810[[package]]
10811name = "nanorand"
10812version = "0.7.0"
10813source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10815dependencies = [
10816 "getrandom 0.2.16",
10817]
10818
10819[[package]]
10820name = "native-tls"
10821version = "0.2.14"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10824dependencies = [
10825 "libc",
10826 "log",
10827 "openssl",
10828 "openssl-probe",
10829 "openssl-sys",
10830 "schannel",
10831 "security-framework 2.11.1",
10832 "security-framework-sys",
10833 "tempfile",
10834]
10835
10836[[package]]
10837name = "nbformat"
10838version = "1.2.0"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10841dependencies = [
10842 "anyhow",
10843 "chrono",
10844 "jupyter-protocol",
10845 "serde",
10846 "serde_json",
10847 "thiserror 1.0.69",
10848 "uuid",
10849]
10850
10851[[package]]
10852name = "nc"
10853version = "0.1.0"
10854dependencies = [
10855 "anyhow",
10856 "futures 0.3.31",
10857 "net",
10858 "smol",
10859]
10860
10861[[package]]
10862name = "ndk"
10863version = "0.9.0"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10866dependencies = [
10867 "bitflags 2.10.0",
10868 "jni-sys",
10869 "log",
10870 "ndk-sys",
10871 "num_enum",
10872 "thiserror 1.0.69",
10873]
10874
10875[[package]]
10876name = "ndk-context"
10877version = "0.1.1"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10880
10881[[package]]
10882name = "ndk-sys"
10883version = "0.6.0+11769913"
10884source = "registry+https://github.com/rust-lang/crates.io-index"
10885checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10886dependencies = [
10887 "jni-sys",
10888]
10889
10890[[package]]
10891name = "net"
10892version = "0.1.0"
10893dependencies = [
10894 "anyhow",
10895 "async-io",
10896 "smol",
10897 "tempfile",
10898 "windows 0.61.3",
10899]
10900
10901[[package]]
10902name = "new_debug_unreachable"
10903version = "1.0.6"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10906
10907[[package]]
10908name = "nix"
10909version = "0.28.0"
10910source = "registry+https://github.com/rust-lang/crates.io-index"
10911checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10912dependencies = [
10913 "bitflags 2.10.0",
10914 "cfg-if",
10915 "cfg_aliases 0.1.1",
10916 "libc",
10917]
10918
10919[[package]]
10920name = "nix"
10921version = "0.29.0"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10924dependencies = [
10925 "bitflags 2.10.0",
10926 "cfg-if",
10927 "cfg_aliases 0.2.1",
10928 "libc",
10929]
10930
10931[[package]]
10932name = "nix"
10933version = "0.30.1"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10936dependencies = [
10937 "bitflags 2.10.0",
10938 "cfg-if",
10939 "cfg_aliases 0.2.1",
10940 "libc",
10941]
10942
10943[[package]]
10944name = "node_runtime"
10945version = "0.1.0"
10946dependencies = [
10947 "anyhow",
10948 "async-compression",
10949 "async-std",
10950 "async-tar",
10951 "async-trait",
10952 "futures 0.3.31",
10953 "http_client",
10954 "log",
10955 "paths",
10956 "semver",
10957 "serde",
10958 "serde_json",
10959 "smol",
10960 "util",
10961 "watch",
10962 "which 6.0.3",
10963]
10964
10965[[package]]
10966name = "nom"
10967version = "7.1.3"
10968source = "registry+https://github.com/rust-lang/crates.io-index"
10969checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10970dependencies = [
10971 "memchr",
10972 "minimal-lexical",
10973]
10974
10975[[package]]
10976name = "nom"
10977version = "8.0.0"
10978source = "registry+https://github.com/rust-lang/crates.io-index"
10979checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10980dependencies = [
10981 "memchr",
10982]
10983
10984[[package]]
10985name = "noop_proc_macro"
10986version = "0.3.0"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10989
10990[[package]]
10991name = "normpath"
10992version = "1.5.0"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10995dependencies = [
10996 "windows-sys 0.61.2",
10997]
10998
10999[[package]]
11000name = "notifications"
11001version = "0.1.0"
11002dependencies = [
11003 "anyhow",
11004 "channel",
11005 "client",
11006 "component",
11007 "db",
11008 "gpui",
11009 "rpc",
11010 "sum_tree",
11011 "time",
11012 "ui",
11013 "util",
11014 "workspace",
11015 "zed_actions",
11016]
11017
11018[[package]]
11019name = "notify"
11020version = "6.1.1"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11023dependencies = [
11024 "bitflags 2.10.0",
11025 "crossbeam-channel",
11026 "filetime",
11027 "fsevent-sys",
11028 "inotify 0.9.6",
11029 "kqueue",
11030 "libc",
11031 "log",
11032 "mio 0.8.11",
11033 "walkdir",
11034 "windows-sys 0.48.0",
11035]
11036
11037[[package]]
11038name = "notify"
11039version = "8.2.0"
11040source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11041dependencies = [
11042 "bitflags 2.10.0",
11043 "fsevent-sys",
11044 "inotify 0.11.0",
11045 "kqueue",
11046 "libc",
11047 "log",
11048 "mio 1.1.0",
11049 "notify-types",
11050 "walkdir",
11051 "windows-sys 0.60.2",
11052]
11053
11054[[package]]
11055name = "notify-debouncer-mini"
11056version = "0.4.1"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11059dependencies = [
11060 "crossbeam-channel",
11061 "log",
11062 "notify 6.1.1",
11063]
11064
11065[[package]]
11066name = "notify-types"
11067version = "2.0.0"
11068source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11069
11070[[package]]
11071name = "ntapi"
11072version = "0.4.1"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11075dependencies = [
11076 "winapi",
11077]
11078
11079[[package]]
11080name = "nu-ansi-term"
11081version = "0.50.3"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11084dependencies = [
11085 "windows-sys 0.61.2",
11086]
11087
11088[[package]]
11089name = "num"
11090version = "0.4.3"
11091source = "registry+https://github.com/rust-lang/crates.io-index"
11092checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11093dependencies = [
11094 "num-bigint",
11095 "num-complex",
11096 "num-integer",
11097 "num-iter",
11098 "num-rational",
11099 "num-traits",
11100]
11101
11102[[package]]
11103name = "num-bigint"
11104version = "0.4.6"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11107dependencies = [
11108 "num-integer",
11109 "num-traits",
11110]
11111
11112[[package]]
11113name = "num-bigint-dig"
11114version = "0.8.6"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11117dependencies = [
11118 "lazy_static",
11119 "libm",
11120 "num-integer",
11121 "num-iter",
11122 "num-traits",
11123 "rand 0.8.5",
11124 "smallvec",
11125 "zeroize",
11126]
11127
11128[[package]]
11129name = "num-bigint-dig"
11130version = "0.9.1"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11133dependencies = [
11134 "libm",
11135 "num-integer",
11136 "num-iter",
11137 "num-traits",
11138 "once_cell",
11139 "rand 0.9.2",
11140 "serde",
11141 "smallvec",
11142 "zeroize",
11143]
11144
11145[[package]]
11146name = "num-cmp"
11147version = "0.1.0"
11148source = "registry+https://github.com/rust-lang/crates.io-index"
11149checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11150
11151[[package]]
11152name = "num-complex"
11153version = "0.4.6"
11154source = "registry+https://github.com/rust-lang/crates.io-index"
11155checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11156dependencies = [
11157 "bytemuck",
11158 "num-traits",
11159]
11160
11161[[package]]
11162name = "num-conv"
11163version = "0.2.0"
11164source = "registry+https://github.com/rust-lang/crates.io-index"
11165checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11166
11167[[package]]
11168name = "num-derive"
11169version = "0.4.2"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11172dependencies = [
11173 "proc-macro2",
11174 "quote",
11175 "syn 2.0.117",
11176]
11177
11178[[package]]
11179name = "num-format"
11180version = "0.4.4"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11183dependencies = [
11184 "arrayvec",
11185 "itoa",
11186]
11187
11188[[package]]
11189name = "num-integer"
11190version = "0.1.46"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11193dependencies = [
11194 "num-traits",
11195]
11196
11197[[package]]
11198name = "num-iter"
11199version = "0.1.45"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11202dependencies = [
11203 "autocfg",
11204 "num-integer",
11205 "num-traits",
11206]
11207
11208[[package]]
11209name = "num-rational"
11210version = "0.4.2"
11211source = "registry+https://github.com/rust-lang/crates.io-index"
11212checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11213dependencies = [
11214 "num-bigint",
11215 "num-integer",
11216 "num-traits",
11217]
11218
11219[[package]]
11220name = "num-traits"
11221version = "0.2.19"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11224dependencies = [
11225 "autocfg",
11226 "libm",
11227]
11228
11229[[package]]
11230name = "num_cpus"
11231version = "1.17.0"
11232source = "registry+https://github.com/rust-lang/crates.io-index"
11233checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11234dependencies = [
11235 "hermit-abi",
11236 "libc",
11237]
11238
11239[[package]]
11240name = "num_enum"
11241version = "0.7.4"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11244dependencies = [
11245 "num_enum_derive",
11246 "rustversion",
11247]
11248
11249[[package]]
11250name = "num_enum_derive"
11251version = "0.7.4"
11252source = "registry+https://github.com/rust-lang/crates.io-index"
11253checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11254dependencies = [
11255 "proc-macro-crate",
11256 "proc-macro2",
11257 "quote",
11258 "syn 2.0.117",
11259]
11260
11261[[package]]
11262name = "num_threads"
11263version = "0.1.7"
11264source = "registry+https://github.com/rust-lang/crates.io-index"
11265checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11266dependencies = [
11267 "libc",
11268]
11269
11270[[package]]
11271name = "nvim-rs"
11272version = "0.9.2"
11273source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11274dependencies = [
11275 "async-trait",
11276 "futures 0.3.31",
11277 "log",
11278 "rmp",
11279 "rmpv",
11280 "tokio",
11281 "tokio-util",
11282]
11283
11284[[package]]
11285name = "objc"
11286version = "0.2.7"
11287source = "registry+https://github.com/rust-lang/crates.io-index"
11288checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11289dependencies = [
11290 "malloc_buf",
11291 "objc_exception",
11292]
11293
11294[[package]]
11295name = "objc-foundation"
11296version = "0.1.1"
11297source = "registry+https://github.com/rust-lang/crates.io-index"
11298checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11299dependencies = [
11300 "block",
11301 "objc",
11302 "objc_id",
11303]
11304
11305[[package]]
11306name = "objc2"
11307version = "0.6.3"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11310dependencies = [
11311 "objc2-encode",
11312]
11313
11314[[package]]
11315name = "objc2-audio-toolbox"
11316version = "0.3.1"
11317source = "registry+https://github.com/rust-lang/crates.io-index"
11318checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
11319dependencies = [
11320 "bitflags 2.10.0",
11321 "libc",
11322 "objc2",
11323 "objc2-core-audio",
11324 "objc2-core-audio-types",
11325 "objc2-core-foundation",
11326 "objc2-foundation",
11327]
11328
11329[[package]]
11330name = "objc2-avf-audio"
11331version = "0.3.1"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "bfc1d11521c211a7ebe17739fc806719da41f56c6b3f949d9861b459188ce910"
11334dependencies = [
11335 "objc2",
11336 "objc2-foundation",
11337]
11338
11339[[package]]
11340name = "objc2-core-audio"
11341version = "0.3.1"
11342source = "registry+https://github.com/rust-lang/crates.io-index"
11343checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
11344dependencies = [
11345 "dispatch2",
11346 "objc2",
11347 "objc2-core-audio-types",
11348 "objc2-core-foundation",
11349 "objc2-foundation",
11350]
11351
11352[[package]]
11353name = "objc2-core-audio-types"
11354version = "0.3.2"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11357dependencies = [
11358 "bitflags 2.10.0",
11359 "objc2",
11360]
11361
11362[[package]]
11363name = "objc2-core-foundation"
11364version = "0.3.2"
11365source = "registry+https://github.com/rust-lang/crates.io-index"
11366checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11367dependencies = [
11368 "bitflags 2.10.0",
11369 "block2",
11370 "dispatch2",
11371 "libc",
11372 "objc2",
11373]
11374
11375[[package]]
11376name = "objc2-encode"
11377version = "4.1.0"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11380
11381[[package]]
11382name = "objc2-foundation"
11383version = "0.3.1"
11384source = "registry+https://github.com/rust-lang/crates.io-index"
11385checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
11386dependencies = [
11387 "bitflags 2.10.0",
11388 "block2",
11389 "libc",
11390 "objc2",
11391 "objc2-core-foundation",
11392]
11393
11394[[package]]
11395name = "objc2-io-kit"
11396version = "0.3.2"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11399dependencies = [
11400 "libc",
11401 "objc2-core-foundation",
11402]
11403
11404[[package]]
11405name = "objc2-metal"
11406version = "0.3.1"
11407source = "registry+https://github.com/rust-lang/crates.io-index"
11408checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
11409dependencies = [
11410 "bitflags 2.10.0",
11411 "block2",
11412 "dispatch2",
11413 "objc2",
11414 "objc2-core-foundation",
11415 "objc2-foundation",
11416]
11417
11418[[package]]
11419name = "objc_exception"
11420version = "0.1.2"
11421source = "registry+https://github.com/rust-lang/crates.io-index"
11422checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11423dependencies = [
11424 "cc",
11425]
11426
11427[[package]]
11428name = "objc_id"
11429version = "0.1.1"
11430source = "registry+https://github.com/rust-lang/crates.io-index"
11431checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11432dependencies = [
11433 "objc",
11434]
11435
11436[[package]]
11437name = "object"
11438version = "0.36.7"
11439source = "registry+https://github.com/rust-lang/crates.io-index"
11440checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11441dependencies = [
11442 "crc32fast",
11443 "hashbrown 0.15.5",
11444 "indexmap",
11445 "memchr",
11446]
11447
11448[[package]]
11449name = "object"
11450version = "0.37.3"
11451source = "registry+https://github.com/rust-lang/crates.io-index"
11452checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11453dependencies = [
11454 "memchr",
11455]
11456
11457[[package]]
11458name = "ollama"
11459version = "0.1.0"
11460dependencies = [
11461 "anyhow",
11462 "futures 0.3.31",
11463 "http_client",
11464 "schemars",
11465 "serde",
11466 "serde_json",
11467 "settings",
11468]
11469
11470[[package]]
11471name = "onboarding"
11472version = "0.1.0"
11473dependencies = [
11474 "anyhow",
11475 "client",
11476 "component",
11477 "db",
11478 "documented",
11479 "fs",
11480 "fuzzy",
11481 "gpui",
11482 "menu",
11483 "notifications",
11484 "picker",
11485 "project",
11486 "schemars",
11487 "serde",
11488 "settings",
11489 "telemetry",
11490 "theme",
11491 "ui",
11492 "util",
11493 "vim_mode_setting",
11494 "workspace",
11495 "zed_actions",
11496 "zlog",
11497]
11498
11499[[package]]
11500name = "once_cell"
11501version = "1.21.3"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11504
11505[[package]]
11506name = "once_cell_polyfill"
11507version = "1.70.1"
11508source = "registry+https://github.com/rust-lang/crates.io-index"
11509checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11510
11511[[package]]
11512name = "oo7"
11513version = "0.6.0"
11514source = "registry+https://github.com/rust-lang/crates.io-index"
11515checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11516dependencies = [
11517 "aes",
11518 "ashpd",
11519 "async-fs",
11520 "async-io",
11521 "async-lock 3.4.2",
11522 "blocking",
11523 "cbc",
11524 "cipher",
11525 "digest",
11526 "endi",
11527 "futures-lite 2.6.1",
11528 "futures-util",
11529 "getrandom 0.4.1",
11530 "hkdf",
11531 "hmac",
11532 "md-5",
11533 "num",
11534 "num-bigint-dig 0.9.1",
11535 "pbkdf2 0.12.2",
11536 "serde",
11537 "serde_bytes",
11538 "sha2",
11539 "subtle",
11540 "zbus",
11541 "zbus_macros",
11542 "zeroize",
11543 "zvariant",
11544]
11545
11546[[package]]
11547name = "oorandom"
11548version = "11.1.5"
11549source = "registry+https://github.com/rust-lang/crates.io-index"
11550checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11551
11552[[package]]
11553name = "open"
11554version = "5.3.2"
11555source = "registry+https://github.com/rust-lang/crates.io-index"
11556checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11557dependencies = [
11558 "is-wsl",
11559 "libc",
11560 "pathdiff",
11561]
11562
11563[[package]]
11564name = "open_ai"
11565version = "0.1.0"
11566dependencies = [
11567 "anyhow",
11568 "futures 0.3.31",
11569 "http_client",
11570 "log",
11571 "rand 0.9.2",
11572 "schemars",
11573 "serde",
11574 "serde_json",
11575 "settings",
11576 "strum 0.27.2",
11577 "thiserror 2.0.17",
11578]
11579
11580[[package]]
11581name = "open_path_prompt"
11582version = "0.1.0"
11583dependencies = [
11584 "editor",
11585 "file_icons",
11586 "futures 0.3.31",
11587 "fuzzy",
11588 "gpui",
11589 "picker",
11590 "project",
11591 "schemars",
11592 "serde",
11593 "serde_json",
11594 "settings",
11595 "theme",
11596 "ui",
11597 "util",
11598 "workspace",
11599]
11600
11601[[package]]
11602name = "open_router"
11603version = "0.1.0"
11604dependencies = [
11605 "anyhow",
11606 "futures 0.3.31",
11607 "http_client",
11608 "schemars",
11609 "serde",
11610 "serde_json",
11611 "settings",
11612 "strum 0.27.2",
11613 "thiserror 2.0.17",
11614]
11615
11616[[package]]
11617name = "opener"
11618version = "0.7.2"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11621dependencies = [
11622 "bstr",
11623 "dbus",
11624 "normpath",
11625 "windows-sys 0.59.0",
11626]
11627
11628[[package]]
11629name = "openssl"
11630version = "0.10.74"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11633dependencies = [
11634 "bitflags 2.10.0",
11635 "cfg-if",
11636 "foreign-types 0.3.2",
11637 "libc",
11638 "once_cell",
11639 "openssl-macros",
11640 "openssl-sys",
11641]
11642
11643[[package]]
11644name = "openssl-macros"
11645version = "0.1.1"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11648dependencies = [
11649 "proc-macro2",
11650 "quote",
11651 "syn 2.0.117",
11652]
11653
11654[[package]]
11655name = "openssl-probe"
11656version = "0.1.6"
11657source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11659
11660[[package]]
11661name = "openssl-sys"
11662version = "0.9.110"
11663source = "registry+https://github.com/rust-lang/crates.io-index"
11664checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11665dependencies = [
11666 "cc",
11667 "libc",
11668 "pkg-config",
11669 "vcpkg",
11670]
11671
11672[[package]]
11673name = "optfield"
11674version = "0.4.0"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11677dependencies = [
11678 "proc-macro2",
11679 "quote",
11680 "syn 2.0.117",
11681]
11682
11683[[package]]
11684name = "option-ext"
11685version = "0.2.0"
11686source = "registry+https://github.com/rust-lang/crates.io-index"
11687checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11688
11689[[package]]
11690name = "ordered-float"
11691version = "2.10.1"
11692source = "registry+https://github.com/rust-lang/crates.io-index"
11693checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11694dependencies = [
11695 "num-traits",
11696]
11697
11698[[package]]
11699name = "ordered-float"
11700version = "4.6.0"
11701source = "registry+https://github.com/rust-lang/crates.io-index"
11702checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11703dependencies = [
11704 "num-traits",
11705]
11706
11707[[package]]
11708name = "ordered-stream"
11709version = "0.2.0"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11712dependencies = [
11713 "futures-core",
11714 "pin-project-lite",
11715]
11716
11717[[package]]
11718name = "ouroboros"
11719version = "0.18.5"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11722dependencies = [
11723 "aliasable",
11724 "ouroboros_macro",
11725 "static_assertions",
11726]
11727
11728[[package]]
11729name = "ouroboros_macro"
11730version = "0.18.5"
11731source = "registry+https://github.com/rust-lang/crates.io-index"
11732checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11733dependencies = [
11734 "heck 0.4.1",
11735 "proc-macro2",
11736 "proc-macro2-diagnostics",
11737 "quote",
11738 "syn 2.0.117",
11739]
11740
11741[[package]]
11742name = "outline"
11743version = "0.1.0"
11744dependencies = [
11745 "editor",
11746 "fuzzy",
11747 "gpui",
11748 "indoc",
11749 "language",
11750 "lsp",
11751 "menu",
11752 "ordered-float 2.10.1",
11753 "picker",
11754 "project",
11755 "rope",
11756 "serde_json",
11757 "settings",
11758 "smol",
11759 "theme",
11760 "ui",
11761 "util",
11762 "workspace",
11763 "zed_actions",
11764]
11765
11766[[package]]
11767name = "outline_panel"
11768version = "0.1.0"
11769dependencies = [
11770 "anyhow",
11771 "collections",
11772 "db",
11773 "editor",
11774 "file_icons",
11775 "fuzzy",
11776 "gpui",
11777 "itertools 0.14.0",
11778 "language",
11779 "log",
11780 "lsp",
11781 "menu",
11782 "outline",
11783 "pretty_assertions",
11784 "project",
11785 "search",
11786 "serde",
11787 "serde_json",
11788 "settings",
11789 "smallvec",
11790 "smol",
11791 "theme",
11792 "ui",
11793 "util",
11794 "workspace",
11795 "worktree",
11796 "zed_actions",
11797]
11798
11799[[package]]
11800name = "outref"
11801version = "0.5.2"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11804
11805[[package]]
11806name = "p256"
11807version = "0.11.1"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11810dependencies = [
11811 "ecdsa",
11812 "elliptic-curve",
11813 "sha2",
11814]
11815
11816[[package]]
11817name = "page_size"
11818version = "0.6.0"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11821dependencies = [
11822 "libc",
11823 "winapi",
11824]
11825
11826[[package]]
11827name = "palette"
11828version = "0.7.6"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11831dependencies = [
11832 "approx",
11833 "fast-srgb8",
11834 "palette_derive",
11835]
11836
11837[[package]]
11838name = "palette_derive"
11839version = "0.7.6"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11842dependencies = [
11843 "by_address",
11844 "proc-macro2",
11845 "quote",
11846 "syn 2.0.117",
11847]
11848
11849[[package]]
11850name = "panel"
11851version = "0.1.0"
11852dependencies = [
11853 "gpui",
11854 "ui",
11855 "workspace",
11856]
11857
11858[[package]]
11859name = "parking"
11860version = "2.2.1"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11863
11864[[package]]
11865name = "parking_lot"
11866version = "0.12.5"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11869dependencies = [
11870 "lock_api",
11871 "parking_lot_core",
11872]
11873
11874[[package]]
11875name = "parking_lot_core"
11876version = "0.9.12"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11879dependencies = [
11880 "cfg-if",
11881 "libc",
11882 "redox_syscall 0.5.18",
11883 "smallvec",
11884 "windows-link 0.2.1",
11885]
11886
11887[[package]]
11888name = "parse_int"
11889version = "0.9.0"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11892dependencies = [
11893 "num-traits",
11894]
11895
11896[[package]]
11897name = "partial-json-fixer"
11898version = "0.5.3"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11901
11902[[package]]
11903name = "password-hash"
11904version = "0.4.2"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11907dependencies = [
11908 "base64ct",
11909 "rand_core 0.6.4",
11910 "subtle",
11911]
11912
11913[[package]]
11914name = "paste"
11915version = "1.0.15"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11918
11919[[package]]
11920name = "pathdiff"
11921version = "0.2.3"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11924
11925[[package]]
11926name = "pathfinder_geometry"
11927version = "0.5.1"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11930dependencies = [
11931 "log",
11932 "pathfinder_simd",
11933]
11934
11935[[package]]
11936name = "pathfinder_simd"
11937version = "0.5.5"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11940dependencies = [
11941 "rustc_version",
11942]
11943
11944[[package]]
11945name = "paths"
11946version = "0.1.0"
11947dependencies = [
11948 "dirs 4.0.0",
11949 "ignore",
11950 "util",
11951]
11952
11953[[package]]
11954name = "pbjson"
11955version = "0.6.0"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11958dependencies = [
11959 "base64 0.21.7",
11960 "serde",
11961]
11962
11963[[package]]
11964name = "pbjson-build"
11965version = "0.6.2"
11966source = "registry+https://github.com/rust-lang/crates.io-index"
11967checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11968dependencies = [
11969 "heck 0.4.1",
11970 "itertools 0.11.0",
11971 "prost 0.12.6",
11972 "prost-types 0.12.6",
11973]
11974
11975[[package]]
11976name = "pbjson-types"
11977version = "0.6.0"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11980dependencies = [
11981 "bytes 1.11.1",
11982 "chrono",
11983 "pbjson",
11984 "pbjson-build",
11985 "prost 0.12.6",
11986 "prost-build 0.12.6",
11987 "serde",
11988]
11989
11990[[package]]
11991name = "pbkdf2"
11992version = "0.11.0"
11993source = "registry+https://github.com/rust-lang/crates.io-index"
11994checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11995dependencies = [
11996 "digest",
11997 "hmac",
11998 "password-hash",
11999 "sha2",
12000]
12001
12002[[package]]
12003name = "pbkdf2"
12004version = "0.12.2"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12007dependencies = [
12008 "digest",
12009 "hmac",
12010]
12011
12012[[package]]
12013name = "pciid-parser"
12014version = "0.8.0"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12017
12018[[package]]
12019name = "peg"
12020version = "0.8.5"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12023dependencies = [
12024 "peg-macros",
12025 "peg-runtime",
12026]
12027
12028[[package]]
12029name = "peg-macros"
12030version = "0.8.5"
12031source = "registry+https://github.com/rust-lang/crates.io-index"
12032checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12033dependencies = [
12034 "peg-runtime",
12035 "proc-macro2",
12036 "quote",
12037]
12038
12039[[package]]
12040name = "peg-runtime"
12041version = "0.8.5"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12044
12045[[package]]
12046name = "pem"
12047version = "3.0.6"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12050dependencies = [
12051 "base64 0.22.1",
12052 "serde_core",
12053]
12054
12055[[package]]
12056name = "pem-rfc7468"
12057version = "0.7.0"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12060dependencies = [
12061 "base64ct",
12062]
12063
12064[[package]]
12065name = "percent-encoding"
12066version = "2.3.2"
12067source = "registry+https://github.com/rust-lang/crates.io-index"
12068checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12069
12070[[package]]
12071name = "perf"
12072version = "0.1.0"
12073dependencies = [
12074 "collections",
12075 "serde",
12076 "serde_json",
12077]
12078
12079[[package]]
12080name = "pest"
12081version = "2.8.3"
12082source = "registry+https://github.com/rust-lang/crates.io-index"
12083checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12084dependencies = [
12085 "memchr",
12086 "ucd-trie",
12087]
12088
12089[[package]]
12090name = "pest_derive"
12091version = "2.8.3"
12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12094dependencies = [
12095 "pest",
12096 "pest_generator",
12097]
12098
12099[[package]]
12100name = "pest_generator"
12101version = "2.8.3"
12102source = "registry+https://github.com/rust-lang/crates.io-index"
12103checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12104dependencies = [
12105 "pest",
12106 "pest_meta",
12107 "proc-macro2",
12108 "quote",
12109 "syn 2.0.117",
12110]
12111
12112[[package]]
12113name = "pest_meta"
12114version = "2.8.3"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12117dependencies = [
12118 "pest",
12119 "sha2",
12120]
12121
12122[[package]]
12123name = "pet"
12124version = "0.1.0"
12125source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12126dependencies = [
12127 "clap",
12128 "env_logger 0.10.2",
12129 "lazy_static",
12130 "log",
12131 "msvc_spectre_libs",
12132 "pet-conda",
12133 "pet-core",
12134 "pet-env-var-path",
12135 "pet-fs",
12136 "pet-global-virtualenvs",
12137 "pet-homebrew",
12138 "pet-jsonrpc",
12139 "pet-linux-global-python",
12140 "pet-mac-commandlinetools",
12141 "pet-mac-python-org",
12142 "pet-mac-xcode",
12143 "pet-pipenv",
12144 "pet-pixi",
12145 "pet-poetry",
12146 "pet-pyenv",
12147 "pet-python-utils",
12148 "pet-reporter",
12149 "pet-telemetry",
12150 "pet-uv",
12151 "pet-venv",
12152 "pet-virtualenv",
12153 "pet-virtualenvwrapper",
12154 "pet-windows-registry",
12155 "pet-windows-store",
12156 "pet-winpython",
12157 "serde",
12158 "serde_json",
12159 "tracing",
12160 "tracing-subscriber",
12161 "winresource",
12162]
12163
12164[[package]]
12165name = "pet-conda"
12166version = "0.1.0"
12167source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12168dependencies = [
12169 "env_logger 0.10.2",
12170 "lazy_static",
12171 "log",
12172 "msvc_spectre_libs",
12173 "pet-core",
12174 "pet-fs",
12175 "pet-python-utils",
12176 "pet-reporter",
12177 "rayon",
12178 "regex",
12179 "serde",
12180 "serde_json",
12181 "yaml-rust2",
12182]
12183
12184[[package]]
12185name = "pet-core"
12186version = "0.1.0"
12187source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12188dependencies = [
12189 "clap",
12190 "lazy_static",
12191 "log",
12192 "msvc_spectre_libs",
12193 "pet-fs",
12194 "regex",
12195 "serde",
12196 "serde_json",
12197]
12198
12199[[package]]
12200name = "pet-env-var-path"
12201version = "0.1.0"
12202source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12203dependencies = [
12204 "lazy_static",
12205 "log",
12206 "msvc_spectre_libs",
12207 "pet-conda",
12208 "pet-core",
12209 "pet-fs",
12210 "pet-python-utils",
12211 "pet-virtualenv",
12212 "regex",
12213]
12214
12215[[package]]
12216name = "pet-fs"
12217version = "0.1.0"
12218source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12219dependencies = [
12220 "glob",
12221 "log",
12222 "msvc_spectre_libs",
12223 "windows-sys 0.59.0",
12224]
12225
12226[[package]]
12227name = "pet-global-virtualenvs"
12228version = "0.1.0"
12229source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12230dependencies = [
12231 "log",
12232 "msvc_spectre_libs",
12233 "pet-conda",
12234 "pet-core",
12235 "pet-fs",
12236 "pet-virtualenv",
12237]
12238
12239[[package]]
12240name = "pet-homebrew"
12241version = "0.1.0"
12242source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12243dependencies = [
12244 "lazy_static",
12245 "log",
12246 "msvc_spectre_libs",
12247 "pet-conda",
12248 "pet-core",
12249 "pet-fs",
12250 "pet-python-utils",
12251 "pet-virtualenv",
12252 "rayon",
12253 "regex",
12254 "serde",
12255 "serde_json",
12256]
12257
12258[[package]]
12259name = "pet-jsonrpc"
12260version = "0.1.0"
12261source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12262dependencies = [
12263 "env_logger 0.10.2",
12264 "log",
12265 "msvc_spectre_libs",
12266 "pet-core",
12267 "serde",
12268 "serde_json",
12269]
12270
12271[[package]]
12272name = "pet-linux-global-python"
12273version = "0.1.0"
12274source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12275dependencies = [
12276 "log",
12277 "msvc_spectre_libs",
12278 "pet-core",
12279 "pet-fs",
12280 "pet-python-utils",
12281 "pet-virtualenv",
12282]
12283
12284[[package]]
12285name = "pet-mac-commandlinetools"
12286version = "0.1.0"
12287source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12288dependencies = [
12289 "log",
12290 "msvc_spectre_libs",
12291 "pet-core",
12292 "pet-fs",
12293 "pet-python-utils",
12294 "pet-virtualenv",
12295]
12296
12297[[package]]
12298name = "pet-mac-python-org"
12299version = "0.1.0"
12300source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12301dependencies = [
12302 "log",
12303 "msvc_spectre_libs",
12304 "pet-core",
12305 "pet-fs",
12306 "pet-python-utils",
12307 "pet-virtualenv",
12308]
12309
12310[[package]]
12311name = "pet-mac-xcode"
12312version = "0.1.0"
12313source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12314dependencies = [
12315 "log",
12316 "msvc_spectre_libs",
12317 "pet-core",
12318 "pet-fs",
12319 "pet-python-utils",
12320 "pet-virtualenv",
12321]
12322
12323[[package]]
12324name = "pet-pipenv"
12325version = "0.1.0"
12326source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12327dependencies = [
12328 "lazy_static",
12329 "log",
12330 "msvc_spectre_libs",
12331 "pet-core",
12332 "pet-fs",
12333 "pet-python-utils",
12334 "pet-virtualenv",
12335 "regex",
12336]
12337
12338[[package]]
12339name = "pet-pixi"
12340version = "0.1.0"
12341source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12342dependencies = [
12343 "log",
12344 "msvc_spectre_libs",
12345 "pet-conda",
12346 "pet-core",
12347 "pet-python-utils",
12348]
12349
12350[[package]]
12351name = "pet-poetry"
12352version = "0.1.0"
12353source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12354dependencies = [
12355 "base64 0.22.1",
12356 "lazy_static",
12357 "log",
12358 "msvc_spectre_libs",
12359 "pet-core",
12360 "pet-fs",
12361 "pet-python-utils",
12362 "pet-reporter",
12363 "pet-virtualenv",
12364 "regex",
12365 "serde",
12366 "serde_json",
12367 "sha2",
12368 "toml 0.8.23",
12369]
12370
12371[[package]]
12372name = "pet-pyenv"
12373version = "0.1.0"
12374source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12375dependencies = [
12376 "lazy_static",
12377 "log",
12378 "msvc_spectre_libs",
12379 "pet-conda",
12380 "pet-core",
12381 "pet-fs",
12382 "pet-python-utils",
12383 "pet-reporter",
12384 "regex",
12385 "serde",
12386 "serde_json",
12387]
12388
12389[[package]]
12390name = "pet-python-utils"
12391version = "0.1.0"
12392source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12393dependencies = [
12394 "env_logger 0.10.2",
12395 "lazy_static",
12396 "log",
12397 "msvc_spectre_libs",
12398 "pet-core",
12399 "pet-fs",
12400 "regex",
12401 "serde",
12402 "serde_json",
12403 "sha2",
12404]
12405
12406[[package]]
12407name = "pet-reporter"
12408version = "0.1.0"
12409source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12410dependencies = [
12411 "env_logger 0.10.2",
12412 "log",
12413 "msvc_spectre_libs",
12414 "pet-core",
12415 "pet-jsonrpc",
12416 "serde",
12417 "serde_json",
12418]
12419
12420[[package]]
12421name = "pet-telemetry"
12422version = "0.1.0"
12423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12424dependencies = [
12425 "env_logger 0.10.2",
12426 "lazy_static",
12427 "log",
12428 "msvc_spectre_libs",
12429 "pet-core",
12430 "pet-fs",
12431 "pet-python-utils",
12432 "regex",
12433]
12434
12435[[package]]
12436name = "pet-uv"
12437version = "0.1.0"
12438source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12439dependencies = [
12440 "log",
12441 "pet-core",
12442 "pet-python-utils",
12443 "serde",
12444 "toml 0.9.8",
12445]
12446
12447[[package]]
12448name = "pet-venv"
12449version = "0.1.0"
12450source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12451dependencies = [
12452 "log",
12453 "msvc_spectre_libs",
12454 "pet-core",
12455 "pet-python-utils",
12456 "pet-virtualenv",
12457]
12458
12459[[package]]
12460name = "pet-virtualenv"
12461version = "0.1.0"
12462source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12463dependencies = [
12464 "log",
12465 "msvc_spectre_libs",
12466 "pet-core",
12467 "pet-fs",
12468 "pet-python-utils",
12469]
12470
12471[[package]]
12472name = "pet-virtualenvwrapper"
12473version = "0.1.0"
12474source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12475dependencies = [
12476 "log",
12477 "msvc_spectre_libs",
12478 "pet-core",
12479 "pet-fs",
12480 "pet-python-utils",
12481 "pet-virtualenv",
12482]
12483
12484[[package]]
12485name = "pet-windows-registry"
12486version = "0.1.0"
12487source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12488dependencies = [
12489 "lazy_static",
12490 "log",
12491 "msvc_spectre_libs",
12492 "pet-conda",
12493 "pet-core",
12494 "pet-fs",
12495 "pet-python-utils",
12496 "pet-virtualenv",
12497 "pet-windows-store",
12498 "regex",
12499 "winreg 0.55.0",
12500]
12501
12502[[package]]
12503name = "pet-windows-store"
12504version = "0.1.0"
12505source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12506dependencies = [
12507 "lazy_static",
12508 "log",
12509 "msvc_spectre_libs",
12510 "pet-core",
12511 "pet-fs",
12512 "pet-python-utils",
12513 "pet-virtualenv",
12514 "regex",
12515 "winreg 0.55.0",
12516]
12517
12518[[package]]
12519name = "pet-winpython"
12520version = "0.1.0"
12521source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12522dependencies = [
12523 "lazy_static",
12524 "log",
12525 "pet-core",
12526 "pet-fs",
12527 "pet-python-utils",
12528 "pet-virtualenv",
12529 "regex",
12530]
12531
12532[[package]]
12533name = "petgraph"
12534version = "0.6.5"
12535source = "registry+https://github.com/rust-lang/crates.io-index"
12536checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12537dependencies = [
12538 "fixedbitset 0.4.2",
12539 "indexmap",
12540]
12541
12542[[package]]
12543name = "pgvector"
12544version = "0.4.1"
12545source = "registry+https://github.com/rust-lang/crates.io-index"
12546checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12547dependencies = [
12548 "serde",
12549]
12550
12551[[package]]
12552name = "phf"
12553version = "0.11.3"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12556dependencies = [
12557 "phf_macros 0.11.3",
12558 "phf_shared 0.11.3",
12559]
12560
12561[[package]]
12562name = "phf"
12563version = "0.12.1"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12566dependencies = [
12567 "phf_macros 0.12.1",
12568 "phf_shared 0.12.1",
12569]
12570
12571[[package]]
12572name = "phf_codegen"
12573version = "0.11.3"
12574source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12576dependencies = [
12577 "phf_generator 0.11.3",
12578 "phf_shared 0.11.3",
12579]
12580
12581[[package]]
12582name = "phf_generator"
12583version = "0.11.3"
12584source = "registry+https://github.com/rust-lang/crates.io-index"
12585checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12586dependencies = [
12587 "phf_shared 0.11.3",
12588 "rand 0.8.5",
12589]
12590
12591[[package]]
12592name = "phf_generator"
12593version = "0.12.1"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12596dependencies = [
12597 "fastrand 2.3.0",
12598 "phf_shared 0.12.1",
12599]
12600
12601[[package]]
12602name = "phf_macros"
12603version = "0.11.3"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12606dependencies = [
12607 "phf_generator 0.11.3",
12608 "phf_shared 0.11.3",
12609 "proc-macro2",
12610 "quote",
12611 "syn 2.0.117",
12612]
12613
12614[[package]]
12615name = "phf_macros"
12616version = "0.12.1"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12619dependencies = [
12620 "phf_generator 0.12.1",
12621 "phf_shared 0.12.1",
12622 "proc-macro2",
12623 "quote",
12624 "syn 2.0.117",
12625]
12626
12627[[package]]
12628name = "phf_shared"
12629version = "0.11.3"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12632dependencies = [
12633 "siphasher 1.0.1",
12634]
12635
12636[[package]]
12637name = "phf_shared"
12638version = "0.12.1"
12639source = "registry+https://github.com/rust-lang/crates.io-index"
12640checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12641dependencies = [
12642 "siphasher 1.0.1",
12643]
12644
12645[[package]]
12646name = "picker"
12647version = "0.1.0"
12648dependencies = [
12649 "anyhow",
12650 "editor",
12651 "gpui",
12652 "menu",
12653 "schemars",
12654 "serde",
12655 "settings",
12656 "theme",
12657 "ui",
12658 "ui_input",
12659 "workspace",
12660 "zed_actions",
12661]
12662
12663[[package]]
12664name = "pico-args"
12665version = "0.5.0"
12666source = "registry+https://github.com/rust-lang/crates.io-index"
12667checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12668
12669[[package]]
12670name = "pin-project"
12671version = "1.1.10"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12674dependencies = [
12675 "pin-project-internal",
12676]
12677
12678[[package]]
12679name = "pin-project-internal"
12680version = "1.1.10"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12683dependencies = [
12684 "proc-macro2",
12685 "quote",
12686 "syn 2.0.117",
12687]
12688
12689[[package]]
12690name = "pin-project-lite"
12691version = "0.2.16"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12694
12695[[package]]
12696name = "pin-utils"
12697version = "0.1.0"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12700
12701[[package]]
12702name = "piper"
12703version = "0.2.4"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12706dependencies = [
12707 "atomic-waker",
12708 "fastrand 2.3.0",
12709 "futures-io",
12710]
12711
12712[[package]]
12713name = "pkcs1"
12714version = "0.7.5"
12715source = "registry+https://github.com/rust-lang/crates.io-index"
12716checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12717dependencies = [
12718 "der 0.7.10",
12719 "pkcs8 0.10.2",
12720 "spki 0.7.3",
12721]
12722
12723[[package]]
12724name = "pkcs8"
12725version = "0.9.0"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12728dependencies = [
12729 "der 0.6.1",
12730 "spki 0.6.0",
12731]
12732
12733[[package]]
12734name = "pkcs8"
12735version = "0.10.2"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12738dependencies = [
12739 "der 0.7.10",
12740 "spki 0.7.3",
12741]
12742
12743[[package]]
12744name = "pkg-config"
12745version = "0.3.32"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12748
12749[[package]]
12750name = "plain"
12751version = "0.2.3"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12754
12755[[package]]
12756name = "platform_title_bar"
12757version = "0.1.0"
12758dependencies = [
12759 "feature_flags",
12760 "gpui",
12761 "project",
12762 "settings",
12763 "smallvec",
12764 "theme",
12765 "ui",
12766 "windows 0.61.3",
12767 "workspace",
12768 "zed_actions",
12769]
12770
12771[[package]]
12772name = "plist"
12773version = "1.8.0"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12776dependencies = [
12777 "base64 0.22.1",
12778 "indexmap",
12779 "quick-xml 0.38.3",
12780 "serde",
12781 "time",
12782]
12783
12784[[package]]
12785name = "plotters"
12786version = "0.3.7"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12789dependencies = [
12790 "num-traits",
12791 "plotters-backend",
12792 "plotters-svg",
12793 "wasm-bindgen",
12794 "web-sys",
12795]
12796
12797[[package]]
12798name = "plotters-backend"
12799version = "0.3.7"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12802
12803[[package]]
12804name = "plotters-svg"
12805version = "0.3.7"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12808dependencies = [
12809 "plotters-backend",
12810]
12811
12812[[package]]
12813name = "png"
12814version = "0.17.16"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12817dependencies = [
12818 "bitflags 1.3.2",
12819 "crc32fast",
12820 "fdeflate",
12821 "flate2",
12822 "miniz_oxide",
12823]
12824
12825[[package]]
12826name = "png"
12827version = "0.18.0"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12830dependencies = [
12831 "bitflags 2.10.0",
12832 "crc32fast",
12833 "fdeflate",
12834 "flate2",
12835 "miniz_oxide",
12836]
12837
12838[[package]]
12839name = "polling"
12840version = "3.11.0"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12843dependencies = [
12844 "cfg-if",
12845 "concurrent-queue",
12846 "hermit-abi",
12847 "pin-project-lite",
12848 "rustix 1.1.2",
12849 "windows-sys 0.61.2",
12850]
12851
12852[[package]]
12853name = "pollster"
12854version = "0.2.5"
12855source = "registry+https://github.com/rust-lang/crates.io-index"
12856checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12857
12858[[package]]
12859name = "pollster"
12860version = "0.4.0"
12861source = "registry+https://github.com/rust-lang/crates.io-index"
12862checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12863
12864[[package]]
12865name = "pori"
12866version = "0.0.0"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12869dependencies = [
12870 "nom 7.1.3",
12871]
12872
12873[[package]]
12874name = "portable-atomic"
12875version = "1.11.1"
12876source = "registry+https://github.com/rust-lang/crates.io-index"
12877checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12878
12879[[package]]
12880name = "portable-atomic-util"
12881version = "0.2.4"
12882source = "registry+https://github.com/rust-lang/crates.io-index"
12883checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12884dependencies = [
12885 "portable-atomic",
12886]
12887
12888[[package]]
12889name = "portable-pty"
12890version = "0.9.0"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12893dependencies = [
12894 "anyhow",
12895 "bitflags 1.3.2",
12896 "downcast-rs",
12897 "filedescriptor",
12898 "lazy_static",
12899 "libc",
12900 "log",
12901 "nix 0.28.0",
12902 "serial2",
12903 "shared_library",
12904 "shell-words",
12905 "winapi",
12906 "winreg 0.10.1",
12907]
12908
12909[[package]]
12910name = "postage"
12911version = "0.5.0"
12912source = "registry+https://github.com/rust-lang/crates.io-index"
12913checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12914dependencies = [
12915 "atomic",
12916 "crossbeam-queue",
12917 "futures 0.3.31",
12918 "log",
12919 "parking_lot",
12920 "pin-project",
12921 "pollster 0.2.5",
12922 "static_assertions",
12923 "thiserror 1.0.69",
12924]
12925
12926[[package]]
12927name = "postcard"
12928version = "1.1.3"
12929source = "registry+https://github.com/rust-lang/crates.io-index"
12930checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12931dependencies = [
12932 "cobs",
12933 "embedded-io 0.4.0",
12934 "embedded-io 0.6.1",
12935 "serde",
12936]
12937
12938[[package]]
12939name = "potential_utf"
12940version = "0.1.3"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12943dependencies = [
12944 "zerovec",
12945]
12946
12947[[package]]
12948name = "powerfmt"
12949version = "0.2.0"
12950source = "registry+https://github.com/rust-lang/crates.io-index"
12951checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12952
12953[[package]]
12954name = "ppv-lite86"
12955version = "0.2.21"
12956source = "registry+https://github.com/rust-lang/crates.io-index"
12957checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12958dependencies = [
12959 "zerocopy",
12960]
12961
12962[[package]]
12963name = "precomputed-hash"
12964version = "0.1.1"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12967
12968[[package]]
12969name = "presser"
12970version = "0.3.1"
12971source = "registry+https://github.com/rust-lang/crates.io-index"
12972checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12973
12974[[package]]
12975name = "prettier"
12976version = "0.1.0"
12977dependencies = [
12978 "anyhow",
12979 "collections",
12980 "fs",
12981 "gpui",
12982 "language",
12983 "log",
12984 "lsp",
12985 "node_runtime",
12986 "parking_lot",
12987 "paths",
12988 "serde",
12989 "serde_json",
12990 "util",
12991]
12992
12993[[package]]
12994name = "pretty_assertions"
12995version = "1.4.1"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12998dependencies = [
12999 "diff",
13000 "yansi",
13001]
13002
13003[[package]]
13004name = "prettyplease"
13005version = "0.2.37"
13006source = "registry+https://github.com/rust-lang/crates.io-index"
13007checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13008dependencies = [
13009 "proc-macro2",
13010 "syn 2.0.117",
13011]
13012
13013[[package]]
13014name = "primal-check"
13015version = "0.3.4"
13016source = "registry+https://github.com/rust-lang/crates.io-index"
13017checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13018dependencies = [
13019 "num-integer",
13020]
13021
13022[[package]]
13023name = "proc-macro-crate"
13024version = "3.4.0"
13025source = "registry+https://github.com/rust-lang/crates.io-index"
13026checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13027dependencies = [
13028 "toml_edit 0.23.7",
13029]
13030
13031[[package]]
13032name = "proc-macro-error"
13033version = "1.0.4"
13034source = "registry+https://github.com/rust-lang/crates.io-index"
13035checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13036dependencies = [
13037 "proc-macro-error-attr",
13038 "proc-macro2",
13039 "quote",
13040 "syn 1.0.109",
13041 "version_check",
13042]
13043
13044[[package]]
13045name = "proc-macro-error-attr"
13046version = "1.0.4"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13049dependencies = [
13050 "proc-macro2",
13051 "quote",
13052 "version_check",
13053]
13054
13055[[package]]
13056name = "proc-macro-error-attr2"
13057version = "2.0.0"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13060dependencies = [
13061 "proc-macro2",
13062 "quote",
13063]
13064
13065[[package]]
13066name = "proc-macro-error2"
13067version = "2.0.1"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13070dependencies = [
13071 "proc-macro-error-attr2",
13072 "proc-macro2",
13073 "quote",
13074 "syn 2.0.117",
13075]
13076
13077[[package]]
13078name = "proc-macro2"
13079version = "1.0.101"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13082dependencies = [
13083 "unicode-ident",
13084]
13085
13086[[package]]
13087name = "proc-macro2-diagnostics"
13088version = "0.10.1"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13091dependencies = [
13092 "proc-macro2",
13093 "quote",
13094 "syn 2.0.117",
13095 "version_check",
13096 "yansi",
13097]
13098
13099[[package]]
13100name = "procfs-core"
13101version = "0.17.0"
13102source = "registry+https://github.com/rust-lang/crates.io-index"
13103checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13104dependencies = [
13105 "bitflags 2.10.0",
13106 "hex",
13107 "serde",
13108]
13109
13110[[package]]
13111name = "profiling"
13112version = "1.0.17"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13115dependencies = [
13116 "profiling-procmacros",
13117]
13118
13119[[package]]
13120name = "profiling-procmacros"
13121version = "1.0.17"
13122source = "registry+https://github.com/rust-lang/crates.io-index"
13123checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13124dependencies = [
13125 "quote",
13126 "syn 2.0.117",
13127]
13128
13129[[package]]
13130name = "project"
13131version = "0.1.0"
13132dependencies = [
13133 "aho-corasick",
13134 "anyhow",
13135 "askpass",
13136 "async-trait",
13137 "base64 0.22.1",
13138 "buffer_diff",
13139 "circular-buffer",
13140 "client",
13141 "clock",
13142 "collections",
13143 "context_server",
13144 "dap",
13145 "encoding_rs",
13146 "extension",
13147 "fancy-regex",
13148 "fs",
13149 "futures 0.3.31",
13150 "fuzzy",
13151 "git",
13152 "git2",
13153 "git_hosting_providers",
13154 "globset",
13155 "gpui",
13156 "http_client",
13157 "image",
13158 "indexmap",
13159 "itertools 0.14.0",
13160 "language",
13161 "log",
13162 "lsp",
13163 "markdown",
13164 "node_runtime",
13165 "parking_lot",
13166 "paths",
13167 "postage",
13168 "prettier",
13169 "pretty_assertions",
13170 "project",
13171 "rand 0.9.2",
13172 "regex",
13173 "release_channel",
13174 "remote",
13175 "rpc",
13176 "schemars",
13177 "semver",
13178 "serde",
13179 "serde_json",
13180 "settings",
13181 "sha2",
13182 "shellexpand 2.1.2",
13183 "smallvec",
13184 "smol",
13185 "snippet",
13186 "snippet_provider",
13187 "sum_tree",
13188 "task",
13189 "tempfile",
13190 "terminal",
13191 "text",
13192 "toml 0.8.23",
13193 "tracing",
13194 "unindent",
13195 "url",
13196 "util",
13197 "watch",
13198 "wax",
13199 "which 6.0.3",
13200 "worktree",
13201 "zeroize",
13202 "zlog",
13203 "ztracing",
13204]
13205
13206[[package]]
13207name = "project_benchmarks"
13208version = "0.1.0"
13209dependencies = [
13210 "anyhow",
13211 "askpass",
13212 "clap",
13213 "client",
13214 "futures 0.3.31",
13215 "gpui",
13216 "gpui_platform",
13217 "http_client",
13218 "language",
13219 "node_runtime",
13220 "project",
13221 "release_channel",
13222 "remote",
13223 "rpassword",
13224 "semver",
13225 "settings",
13226 "watch",
13227]
13228
13229[[package]]
13230name = "project_panel"
13231version = "0.1.0"
13232dependencies = [
13233 "anyhow",
13234 "client",
13235 "collections",
13236 "command_palette_hooks",
13237 "criterion",
13238 "db",
13239 "editor",
13240 "file_icons",
13241 "git",
13242 "git_ui",
13243 "gpui",
13244 "itertools 0.14.0",
13245 "language",
13246 "menu",
13247 "notifications",
13248 "pretty_assertions",
13249 "project",
13250 "rayon",
13251 "schemars",
13252 "search",
13253 "serde",
13254 "serde_json",
13255 "settings",
13256 "smallvec",
13257 "telemetry",
13258 "tempfile",
13259 "theme",
13260 "ui",
13261 "util",
13262 "workspace",
13263 "worktree",
13264 "zed_actions",
13265]
13266
13267[[package]]
13268name = "project_symbols"
13269version = "0.1.0"
13270dependencies = [
13271 "anyhow",
13272 "editor",
13273 "futures 0.3.31",
13274 "fuzzy",
13275 "gpui",
13276 "language",
13277 "lsp",
13278 "ordered-float 2.10.1",
13279 "picker",
13280 "project",
13281 "release_channel",
13282 "semver",
13283 "serde_json",
13284 "settings",
13285 "theme",
13286 "util",
13287 "workspace",
13288]
13289
13290[[package]]
13291name = "prometheus"
13292version = "0.14.0"
13293source = "registry+https://github.com/rust-lang/crates.io-index"
13294checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13295dependencies = [
13296 "cfg-if",
13297 "fnv",
13298 "lazy_static",
13299 "memchr",
13300 "parking_lot",
13301 "protobuf",
13302 "thiserror 2.0.17",
13303]
13304
13305[[package]]
13306name = "prompt_store"
13307version = "0.1.0"
13308dependencies = [
13309 "anyhow",
13310 "assets",
13311 "chrono",
13312 "collections",
13313 "fs",
13314 "futures 0.3.31",
13315 "fuzzy",
13316 "gpui",
13317 "handlebars 4.5.0",
13318 "heed",
13319 "language",
13320 "log",
13321 "parking_lot",
13322 "paths",
13323 "rope",
13324 "serde",
13325 "strum 0.27.2",
13326 "tempfile",
13327 "text",
13328 "util",
13329 "uuid",
13330]
13331
13332[[package]]
13333name = "proptest"
13334version = "1.10.0"
13335source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13336dependencies = [
13337 "bit-set",
13338 "bit-vec",
13339 "bitflags 2.10.0",
13340 "num-traits",
13341 "proptest-macro",
13342 "rand 0.9.2",
13343 "rand_chacha 0.9.0",
13344 "rand_xorshift",
13345 "regex-syntax",
13346 "rusty-fork",
13347 "tempfile",
13348 "unarray",
13349]
13350
13351[[package]]
13352name = "proptest-derive"
13353version = "0.8.0"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13356dependencies = [
13357 "proc-macro2",
13358 "quote",
13359 "syn 2.0.117",
13360]
13361
13362[[package]]
13363name = "proptest-macro"
13364version = "0.5.0"
13365source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13366dependencies = [
13367 "convert_case 0.11.0",
13368 "proc-macro2",
13369 "quote",
13370 "syn 2.0.117",
13371]
13372
13373[[package]]
13374name = "prost"
13375version = "0.9.0"
13376source = "registry+https://github.com/rust-lang/crates.io-index"
13377checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13378dependencies = [
13379 "bytes 1.11.1",
13380 "prost-derive 0.9.0",
13381]
13382
13383[[package]]
13384name = "prost"
13385version = "0.12.6"
13386source = "registry+https://github.com/rust-lang/crates.io-index"
13387checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13388dependencies = [
13389 "bytes 1.11.1",
13390 "prost-derive 0.12.6",
13391]
13392
13393[[package]]
13394name = "prost-build"
13395version = "0.9.0"
13396source = "registry+https://github.com/rust-lang/crates.io-index"
13397checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13398dependencies = [
13399 "bytes 1.11.1",
13400 "heck 0.3.3",
13401 "itertools 0.10.5",
13402 "lazy_static",
13403 "log",
13404 "multimap",
13405 "petgraph",
13406 "prost 0.9.0",
13407 "prost-types 0.9.0",
13408 "regex",
13409 "tempfile",
13410 "which 4.4.2",
13411]
13412
13413[[package]]
13414name = "prost-build"
13415version = "0.12.6"
13416source = "registry+https://github.com/rust-lang/crates.io-index"
13417checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13418dependencies = [
13419 "bytes 1.11.1",
13420 "heck 0.5.0",
13421 "itertools 0.12.1",
13422 "log",
13423 "multimap",
13424 "once_cell",
13425 "petgraph",
13426 "prettyplease",
13427 "prost 0.12.6",
13428 "prost-types 0.12.6",
13429 "regex",
13430 "syn 2.0.117",
13431 "tempfile",
13432]
13433
13434[[package]]
13435name = "prost-derive"
13436version = "0.9.0"
13437source = "registry+https://github.com/rust-lang/crates.io-index"
13438checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13439dependencies = [
13440 "anyhow",
13441 "itertools 0.10.5",
13442 "proc-macro2",
13443 "quote",
13444 "syn 1.0.109",
13445]
13446
13447[[package]]
13448name = "prost-derive"
13449version = "0.12.6"
13450source = "registry+https://github.com/rust-lang/crates.io-index"
13451checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13452dependencies = [
13453 "anyhow",
13454 "itertools 0.12.1",
13455 "proc-macro2",
13456 "quote",
13457 "syn 2.0.117",
13458]
13459
13460[[package]]
13461name = "prost-types"
13462version = "0.9.0"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13465dependencies = [
13466 "bytes 1.11.1",
13467 "prost 0.9.0",
13468]
13469
13470[[package]]
13471name = "prost-types"
13472version = "0.12.6"
13473source = "registry+https://github.com/rust-lang/crates.io-index"
13474checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13475dependencies = [
13476 "prost 0.12.6",
13477]
13478
13479[[package]]
13480name = "proto"
13481version = "0.1.0"
13482dependencies = [
13483 "anyhow",
13484 "prost 0.9.0",
13485 "prost-build 0.9.0",
13486 "serde",
13487]
13488
13489[[package]]
13490name = "protobuf"
13491version = "3.7.2"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13494dependencies = [
13495 "once_cell",
13496 "protobuf-support",
13497 "thiserror 1.0.69",
13498]
13499
13500[[package]]
13501name = "protobuf-support"
13502version = "3.7.2"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13505dependencies = [
13506 "thiserror 1.0.69",
13507]
13508
13509[[package]]
13510name = "psm"
13511version = "0.1.30"
13512source = "registry+https://github.com/rust-lang/crates.io-index"
13513checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13514dependencies = [
13515 "ar_archive_writer",
13516 "cc",
13517]
13518
13519[[package]]
13520name = "ptr_meta"
13521version = "0.1.4"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13524dependencies = [
13525 "ptr_meta_derive",
13526]
13527
13528[[package]]
13529name = "ptr_meta_derive"
13530version = "0.1.4"
13531source = "registry+https://github.com/rust-lang/crates.io-index"
13532checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13533dependencies = [
13534 "proc-macro2",
13535 "quote",
13536 "syn 1.0.109",
13537]
13538
13539[[package]]
13540name = "pulldown-cmark"
13541version = "0.10.3"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13544dependencies = [
13545 "bitflags 2.10.0",
13546 "memchr",
13547 "pulldown-cmark-escape",
13548 "unicase",
13549]
13550
13551[[package]]
13552name = "pulldown-cmark"
13553version = "0.13.0"
13554source = "registry+https://github.com/rust-lang/crates.io-index"
13555checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13556dependencies = [
13557 "bitflags 2.10.0",
13558 "memchr",
13559 "unicase",
13560]
13561
13562[[package]]
13563name = "pulldown-cmark-escape"
13564version = "0.10.1"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13567
13568[[package]]
13569name = "pulley-interpreter"
13570version = "33.0.2"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13573dependencies = [
13574 "cranelift-bitset",
13575 "log",
13576 "wasmtime-math",
13577]
13578
13579[[package]]
13580name = "pulp"
13581version = "0.18.22"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13584dependencies = [
13585 "bytemuck",
13586 "libm",
13587 "num-complex",
13588 "reborrow",
13589]
13590
13591[[package]]
13592name = "pulp"
13593version = "0.21.5"
13594source = "registry+https://github.com/rust-lang/crates.io-index"
13595checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13596dependencies = [
13597 "bytemuck",
13598 "cfg-if",
13599 "libm",
13600 "num-complex",
13601 "reborrow",
13602 "version_check",
13603]
13604
13605[[package]]
13606name = "pxfm"
13607version = "0.1.25"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13610dependencies = [
13611 "num-traits",
13612]
13613
13614[[package]]
13615name = "qoi"
13616version = "0.4.1"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13619dependencies = [
13620 "bytemuck",
13621]
13622
13623[[package]]
13624name = "quick-error"
13625version = "1.2.3"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13628
13629[[package]]
13630name = "quick-error"
13631version = "2.0.1"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13634
13635[[package]]
13636name = "quick-xml"
13637version = "0.30.0"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13640dependencies = [
13641 "memchr",
13642]
13643
13644[[package]]
13645name = "quick-xml"
13646version = "0.37.5"
13647source = "registry+https://github.com/rust-lang/crates.io-index"
13648checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13649dependencies = [
13650 "memchr",
13651]
13652
13653[[package]]
13654name = "quick-xml"
13655version = "0.38.3"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13658dependencies = [
13659 "memchr",
13660]
13661
13662[[package]]
13663name = "quinn"
13664version = "0.11.9"
13665source = "registry+https://github.com/rust-lang/crates.io-index"
13666checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13667dependencies = [
13668 "bytes 1.11.1",
13669 "cfg_aliases 0.2.1",
13670 "pin-project-lite",
13671 "quinn-proto",
13672 "quinn-udp",
13673 "rustc-hash 2.1.1",
13674 "rustls 0.23.33",
13675 "socket2 0.6.1",
13676 "thiserror 2.0.17",
13677 "tokio",
13678 "tracing",
13679 "web-time",
13680]
13681
13682[[package]]
13683name = "quinn-proto"
13684version = "0.11.13"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13687dependencies = [
13688 "bytes 1.11.1",
13689 "getrandom 0.3.4",
13690 "lru-slab",
13691 "rand 0.9.2",
13692 "ring",
13693 "rustc-hash 2.1.1",
13694 "rustls 0.23.33",
13695 "rustls-pki-types",
13696 "slab",
13697 "thiserror 2.0.17",
13698 "tinyvec",
13699 "tracing",
13700 "web-time",
13701]
13702
13703[[package]]
13704name = "quinn-udp"
13705version = "0.5.14"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13708dependencies = [
13709 "cfg_aliases 0.2.1",
13710 "libc",
13711 "once_cell",
13712 "socket2 0.6.1",
13713 "tracing",
13714 "windows-sys 0.60.2",
13715]
13716
13717[[package]]
13718name = "quote"
13719version = "1.0.41"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13722dependencies = [
13723 "proc-macro2",
13724]
13725
13726[[package]]
13727name = "r-efi"
13728version = "5.3.0"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13731
13732[[package]]
13733name = "radium"
13734version = "0.7.0"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13737
13738[[package]]
13739name = "rand"
13740version = "0.3.23"
13741source = "registry+https://github.com/rust-lang/crates.io-index"
13742checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13743dependencies = [
13744 "libc",
13745 "rand 0.4.6",
13746]
13747
13748[[package]]
13749name = "rand"
13750version = "0.4.6"
13751source = "registry+https://github.com/rust-lang/crates.io-index"
13752checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13753dependencies = [
13754 "fuchsia-cprng",
13755 "libc",
13756 "rand_core 0.3.1",
13757 "rdrand",
13758 "winapi",
13759]
13760
13761[[package]]
13762name = "rand"
13763version = "0.8.5"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13766dependencies = [
13767 "libc",
13768 "rand_chacha 0.3.1",
13769 "rand_core 0.6.4",
13770]
13771
13772[[package]]
13773name = "rand"
13774version = "0.9.2"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13777dependencies = [
13778 "rand_chacha 0.9.0",
13779 "rand_core 0.9.3",
13780]
13781
13782[[package]]
13783name = "rand_chacha"
13784version = "0.3.1"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13787dependencies = [
13788 "ppv-lite86",
13789 "rand_core 0.6.4",
13790]
13791
13792[[package]]
13793name = "rand_chacha"
13794version = "0.9.0"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13797dependencies = [
13798 "ppv-lite86",
13799 "rand_core 0.9.3",
13800]
13801
13802[[package]]
13803name = "rand_core"
13804version = "0.3.1"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13807dependencies = [
13808 "rand_core 0.4.2",
13809]
13810
13811[[package]]
13812name = "rand_core"
13813version = "0.4.2"
13814source = "registry+https://github.com/rust-lang/crates.io-index"
13815checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13816
13817[[package]]
13818name = "rand_core"
13819version = "0.6.4"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13822dependencies = [
13823 "getrandom 0.2.16",
13824]
13825
13826[[package]]
13827name = "rand_core"
13828version = "0.9.3"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13831dependencies = [
13832 "getrandom 0.3.4",
13833]
13834
13835[[package]]
13836name = "rand_distr"
13837version = "0.5.1"
13838source = "registry+https://github.com/rust-lang/crates.io-index"
13839checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13840dependencies = [
13841 "num-traits",
13842 "rand 0.9.2",
13843]
13844
13845[[package]]
13846name = "rand_pcg"
13847version = "0.3.1"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13850dependencies = [
13851 "rand_core 0.6.4",
13852]
13853
13854[[package]]
13855name = "rand_xorshift"
13856version = "0.4.0"
13857source = "registry+https://github.com/rust-lang/crates.io-index"
13858checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13859dependencies = [
13860 "rand_core 0.9.3",
13861]
13862
13863[[package]]
13864name = "random_choice"
13865version = "0.3.2"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13868dependencies = [
13869 "rand 0.3.23",
13870]
13871
13872[[package]]
13873name = "range-alloc"
13874version = "0.1.4"
13875source = "registry+https://github.com/rust-lang/crates.io-index"
13876checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13877
13878[[package]]
13879name = "range-map"
13880version = "0.2.0"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13883dependencies = [
13884 "num-traits",
13885]
13886
13887[[package]]
13888name = "rangemap"
13889version = "1.7.1"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13892
13893[[package]]
13894name = "rav1e"
13895version = "0.7.1"
13896source = "registry+https://github.com/rust-lang/crates.io-index"
13897checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13898dependencies = [
13899 "arbitrary",
13900 "arg_enum_proc_macro",
13901 "arrayvec",
13902 "av1-grain",
13903 "bitstream-io",
13904 "built",
13905 "cfg-if",
13906 "interpolate_name",
13907 "itertools 0.12.1",
13908 "libc",
13909 "libfuzzer-sys",
13910 "log",
13911 "maybe-rayon",
13912 "new_debug_unreachable",
13913 "noop_proc_macro",
13914 "num-derive",
13915 "num-traits",
13916 "once_cell",
13917 "paste",
13918 "profiling",
13919 "rand 0.8.5",
13920 "rand_chacha 0.3.1",
13921 "simd_helpers",
13922 "system-deps 6.2.2",
13923 "thiserror 1.0.69",
13924 "v_frame",
13925 "wasm-bindgen",
13926]
13927
13928[[package]]
13929name = "ravif"
13930version = "0.11.20"
13931source = "registry+https://github.com/rust-lang/crates.io-index"
13932checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13933dependencies = [
13934 "avif-serialize",
13935 "imgref",
13936 "loop9",
13937 "quick-error 2.0.1",
13938 "rav1e",
13939 "rayon",
13940 "rgb",
13941]
13942
13943[[package]]
13944name = "raw-cpuid"
13945version = "10.7.0"
13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13948dependencies = [
13949 "bitflags 1.3.2",
13950]
13951
13952[[package]]
13953name = "raw-cpuid"
13954version = "11.6.0"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13957dependencies = [
13958 "bitflags 2.10.0",
13959]
13960
13961[[package]]
13962name = "raw-window-handle"
13963version = "0.6.2"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13966
13967[[package]]
13968name = "rayon"
13969version = "1.11.0"
13970source = "registry+https://github.com/rust-lang/crates.io-index"
13971checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13972dependencies = [
13973 "either",
13974 "rayon-core",
13975]
13976
13977[[package]]
13978name = "rayon-core"
13979version = "1.13.0"
13980source = "registry+https://github.com/rust-lang/crates.io-index"
13981checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13982dependencies = [
13983 "crossbeam-deque",
13984 "crossbeam-utils",
13985]
13986
13987[[package]]
13988name = "rdrand"
13989version = "0.4.0"
13990source = "registry+https://github.com/rust-lang/crates.io-index"
13991checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
13992dependencies = [
13993 "rand_core 0.3.1",
13994]
13995
13996[[package]]
13997name = "read-fonts"
13998version = "0.35.0"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14001dependencies = [
14002 "bytemuck",
14003 "font-types 0.10.0",
14004]
14005
14006[[package]]
14007name = "read-fonts"
14008version = "0.37.0"
14009source = "registry+https://github.com/rust-lang/crates.io-index"
14010checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14011dependencies = [
14012 "bytemuck",
14013 "core_maths",
14014 "font-types 0.11.0",
14015]
14016
14017[[package]]
14018name = "realfft"
14019version = "3.5.0"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14022dependencies = [
14023 "rustfft",
14024]
14025
14026[[package]]
14027name = "reborrow"
14028version = "0.5.5"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14031
14032[[package]]
14033name = "recent_projects"
14034version = "0.1.0"
14035dependencies = [
14036 "anyhow",
14037 "askpass",
14038 "chrono",
14039 "db",
14040 "dev_container",
14041 "editor",
14042 "extension",
14043 "extension_host",
14044 "fs",
14045 "futures 0.3.31",
14046 "fuzzy",
14047 "gpui",
14048 "http_client",
14049 "indoc",
14050 "language",
14051 "log",
14052 "menu",
14053 "node_runtime",
14054 "open_path_prompt",
14055 "ordered-float 2.10.1",
14056 "paths",
14057 "picker",
14058 "project",
14059 "release_channel",
14060 "remote",
14061 "remote_connection",
14062 "remote_server",
14063 "semver",
14064 "serde",
14065 "serde_json",
14066 "settings",
14067 "smol",
14068 "task",
14069 "telemetry",
14070 "ui",
14071 "ui_input",
14072 "util",
14073 "windows-registry 0.6.1",
14074 "workspace",
14075 "worktree",
14076 "zed_actions",
14077]
14078
14079[[package]]
14080name = "redox_syscall"
14081version = "0.2.16"
14082source = "registry+https://github.com/rust-lang/crates.io-index"
14083checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14084dependencies = [
14085 "bitflags 1.3.2",
14086]
14087
14088[[package]]
14089name = "redox_syscall"
14090version = "0.5.18"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14093dependencies = [
14094 "bitflags 2.10.0",
14095]
14096
14097[[package]]
14098name = "redox_users"
14099version = "0.4.6"
14100source = "registry+https://github.com/rust-lang/crates.io-index"
14101checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14102dependencies = [
14103 "getrandom 0.2.16",
14104 "libredox",
14105 "thiserror 1.0.69",
14106]
14107
14108[[package]]
14109name = "redox_users"
14110version = "0.5.2"
14111source = "registry+https://github.com/rust-lang/crates.io-index"
14112checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14113dependencies = [
14114 "getrandom 0.2.16",
14115 "libredox",
14116 "thiserror 2.0.17",
14117]
14118
14119[[package]]
14120name = "ref-cast"
14121version = "1.0.25"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14124dependencies = [
14125 "ref-cast-impl",
14126]
14127
14128[[package]]
14129name = "ref-cast-impl"
14130version = "1.0.25"
14131source = "registry+https://github.com/rust-lang/crates.io-index"
14132checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14133dependencies = [
14134 "proc-macro2",
14135 "quote",
14136 "syn 2.0.117",
14137]
14138
14139[[package]]
14140name = "referencing"
14141version = "0.37.4"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14144dependencies = [
14145 "ahash 0.8.12",
14146 "fluent-uri",
14147 "getrandom 0.3.4",
14148 "hashbrown 0.16.1",
14149 "parking_lot",
14150 "percent-encoding",
14151 "serde_json",
14152]
14153
14154[[package]]
14155name = "refineable"
14156version = "0.1.0"
14157dependencies = [
14158 "derive_refineable",
14159]
14160
14161[[package]]
14162name = "regalloc2"
14163version = "0.12.2"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14166dependencies = [
14167 "allocator-api2",
14168 "bumpalo",
14169 "hashbrown 0.15.5",
14170 "log",
14171 "rustc-hash 2.1.1",
14172 "serde",
14173 "smallvec",
14174]
14175
14176[[package]]
14177name = "regex"
14178version = "1.12.2"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14181dependencies = [
14182 "aho-corasick",
14183 "memchr",
14184 "regex-automata",
14185 "regex-syntax",
14186]
14187
14188[[package]]
14189name = "regex-automata"
14190version = "0.4.13"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14193dependencies = [
14194 "aho-corasick",
14195 "memchr",
14196 "regex-syntax",
14197]
14198
14199[[package]]
14200name = "regex-lite"
14201version = "0.1.8"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14204
14205[[package]]
14206name = "regex-syntax"
14207version = "0.8.8"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14210
14211[[package]]
14212name = "release_channel"
14213version = "0.1.0"
14214dependencies = [
14215 "gpui",
14216 "semver",
14217]
14218
14219[[package]]
14220name = "remote"
14221version = "0.1.0"
14222dependencies = [
14223 "anyhow",
14224 "askpass",
14225 "async-trait",
14226 "base64 0.22.1",
14227 "collections",
14228 "fs",
14229 "futures 0.3.31",
14230 "gpui",
14231 "log",
14232 "parking_lot",
14233 "paths",
14234 "prost 0.9.0",
14235 "release_channel",
14236 "rpc",
14237 "schemars",
14238 "semver",
14239 "serde",
14240 "serde_json",
14241 "settings",
14242 "smol",
14243 "tempfile",
14244 "thiserror 2.0.17",
14245 "urlencoding",
14246 "util",
14247 "which 6.0.3",
14248]
14249
14250[[package]]
14251name = "remote_connection"
14252version = "0.1.0"
14253dependencies = [
14254 "anyhow",
14255 "askpass",
14256 "auto_update",
14257 "futures 0.3.31",
14258 "gpui",
14259 "log",
14260 "markdown",
14261 "menu",
14262 "release_channel",
14263 "remote",
14264 "semver",
14265 "settings",
14266 "theme",
14267 "ui",
14268 "ui_input",
14269 "workspace",
14270]
14271
14272[[package]]
14273name = "remote_server"
14274version = "0.1.0"
14275dependencies = [
14276 "action_log",
14277 "agent",
14278 "anyhow",
14279 "askpass",
14280 "cargo_toml",
14281 "clap",
14282 "client",
14283 "clock",
14284 "collections",
14285 "crash-handler",
14286 "crashes",
14287 "dap_adapters",
14288 "debug_adapter_extension",
14289 "editor",
14290 "env_logger 0.11.8",
14291 "extension",
14292 "extension_host",
14293 "fork",
14294 "fs",
14295 "futures 0.3.31",
14296 "git",
14297 "git2",
14298 "git_hosting_providers",
14299 "gpui",
14300 "gpui_platform",
14301 "gpui_tokio",
14302 "http_client",
14303 "image",
14304 "json_schema_store",
14305 "language",
14306 "language_extension",
14307 "language_model",
14308 "languages",
14309 "libc",
14310 "log",
14311 "lsp",
14312 "minidumper",
14313 "net",
14314 "node_runtime",
14315 "paths",
14316 "pretty_assertions",
14317 "project",
14318 "proto",
14319 "rayon",
14320 "release_channel",
14321 "remote",
14322 "reqwest_client",
14323 "rpc",
14324 "rust-embed",
14325 "semver",
14326 "serde",
14327 "serde_json",
14328 "settings",
14329 "shellexpand 2.1.2",
14330 "smol",
14331 "sysinfo 0.37.2",
14332 "task",
14333 "theme",
14334 "thiserror 2.0.17",
14335 "toml 0.8.23",
14336 "unindent",
14337 "util",
14338 "uuid",
14339 "watch",
14340 "windows 0.61.3",
14341 "worktree",
14342 "zlog",
14343]
14344
14345[[package]]
14346name = "rend"
14347version = "0.4.2"
14348source = "registry+https://github.com/rust-lang/crates.io-index"
14349checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14350dependencies = [
14351 "bytecheck",
14352]
14353
14354[[package]]
14355name = "renderdoc-sys"
14356version = "1.1.0"
14357source = "registry+https://github.com/rust-lang/crates.io-index"
14358checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14359
14360[[package]]
14361name = "repl"
14362version = "0.1.0"
14363dependencies = [
14364 "alacritty_terminal",
14365 "anyhow",
14366 "async-dispatcher",
14367 "async-task",
14368 "async-tungstenite",
14369 "base64 0.22.1",
14370 "client",
14371 "collections",
14372 "command_palette_hooks",
14373 "editor",
14374 "feature_flags",
14375 "file_icons",
14376 "futures 0.3.31",
14377 "gpui",
14378 "html_to_markdown",
14379 "http_client",
14380 "image",
14381 "indoc",
14382 "jupyter-protocol",
14383 "jupyter-websocket-client",
14384 "language",
14385 "languages",
14386 "log",
14387 "markdown",
14388 "menu",
14389 "multi_buffer",
14390 "nbformat",
14391 "picker",
14392 "project",
14393 "remote",
14394 "runtimelib",
14395 "serde",
14396 "serde_json",
14397 "settings",
14398 "shlex",
14399 "smol",
14400 "telemetry",
14401 "terminal",
14402 "terminal_view",
14403 "theme",
14404 "tree-sitter-md",
14405 "tree-sitter-python",
14406 "tree-sitter-typescript",
14407 "ui",
14408 "util",
14409 "uuid",
14410 "workspace",
14411 "zed_actions",
14412]
14413
14414[[package]]
14415name = "reqwest"
14416version = "0.11.27"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14419dependencies = [
14420 "base64 0.21.7",
14421 "bytes 1.11.1",
14422 "encoding_rs",
14423 "futures-core",
14424 "futures-util",
14425 "h2 0.3.27",
14426 "http 0.2.12",
14427 "http-body 0.4.6",
14428 "hyper 0.14.32",
14429 "hyper-tls",
14430 "ipnet",
14431 "js-sys",
14432 "log",
14433 "mime",
14434 "native-tls",
14435 "once_cell",
14436 "percent-encoding",
14437 "pin-project-lite",
14438 "rustls-pemfile 1.0.4",
14439 "serde",
14440 "serde_json",
14441 "serde_urlencoded",
14442 "sync_wrapper 0.1.2",
14443 "system-configuration 0.5.1",
14444 "tokio",
14445 "tokio-native-tls",
14446 "tower-service",
14447 "url",
14448 "wasm-bindgen",
14449 "wasm-bindgen-futures",
14450 "web-sys",
14451 "winreg 0.50.0",
14452]
14453
14454[[package]]
14455name = "reqwest"
14456version = "0.12.24"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14459dependencies = [
14460 "base64 0.22.1",
14461 "bytes 1.11.1",
14462 "futures-channel",
14463 "futures-core",
14464 "futures-util",
14465 "http 1.3.1",
14466 "http-body 1.0.1",
14467 "http-body-util",
14468 "hyper 1.7.0",
14469 "hyper-rustls 0.27.7",
14470 "hyper-util",
14471 "js-sys",
14472 "log",
14473 "percent-encoding",
14474 "pin-project-lite",
14475 "quinn",
14476 "rustls 0.23.33",
14477 "rustls-native-certs 0.8.2",
14478 "rustls-pki-types",
14479 "serde",
14480 "serde_json",
14481 "serde_urlencoded",
14482 "sync_wrapper 1.0.2",
14483 "tokio",
14484 "tokio-rustls 0.26.2",
14485 "tower 0.5.2",
14486 "tower-http 0.6.6",
14487 "tower-service",
14488 "url",
14489 "wasm-bindgen",
14490 "wasm-bindgen-futures",
14491 "web-sys",
14492]
14493
14494[[package]]
14495name = "reqwest_client"
14496version = "0.1.0"
14497dependencies = [
14498 "anyhow",
14499 "bytes 1.11.1",
14500 "futures 0.3.31",
14501 "gpui_util",
14502 "http_client",
14503 "http_client_tls",
14504 "log",
14505 "regex",
14506 "serde",
14507 "tokio",
14508 "zed-reqwest",
14509]
14510
14511[[package]]
14512name = "resvg"
14513version = "0.45.1"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14516dependencies = [
14517 "log",
14518 "pico-args",
14519 "rgb",
14520 "svgtypes",
14521 "tiny-skia",
14522 "usvg",
14523]
14524
14525[[package]]
14526name = "rfc6979"
14527version = "0.3.1"
14528source = "registry+https://github.com/rust-lang/crates.io-index"
14529checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14530dependencies = [
14531 "crypto-bigint 0.4.9",
14532 "hmac",
14533 "zeroize",
14534]
14535
14536[[package]]
14537name = "rgb"
14538version = "0.8.52"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14541dependencies = [
14542 "bytemuck",
14543]
14544
14545[[package]]
14546name = "ring"
14547version = "0.17.14"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14550dependencies = [
14551 "cc",
14552 "cfg-if",
14553 "getrandom 0.2.16",
14554 "libc",
14555 "untrusted 0.9.0",
14556 "windows-sys 0.52.0",
14557]
14558
14559[[package]]
14560name = "rkyv"
14561version = "0.7.45"
14562source = "registry+https://github.com/rust-lang/crates.io-index"
14563checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14564dependencies = [
14565 "bitvec",
14566 "bytecheck",
14567 "bytes 1.11.1",
14568 "hashbrown 0.12.3",
14569 "ptr_meta",
14570 "rend",
14571 "rkyv_derive",
14572 "seahash",
14573 "tinyvec",
14574 "uuid",
14575]
14576
14577[[package]]
14578name = "rkyv_derive"
14579version = "0.7.45"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14582dependencies = [
14583 "proc-macro2",
14584 "quote",
14585 "syn 1.0.109",
14586]
14587
14588[[package]]
14589name = "rmp"
14590version = "0.8.14"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14593dependencies = [
14594 "byteorder",
14595 "num-traits",
14596 "paste",
14597]
14598
14599[[package]]
14600name = "rmpv"
14601version = "1.3.0"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14604dependencies = [
14605 "num-traits",
14606 "rmp",
14607]
14608
14609[[package]]
14610name = "rodio"
14611version = "0.21.1"
14612source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14613dependencies = [
14614 "cpal",
14615 "dasp_sample",
14616 "hound",
14617 "num-rational",
14618 "rand 0.9.2",
14619 "rand_distr",
14620 "rtrb",
14621 "symphonia",
14622 "thiserror 2.0.17",
14623]
14624
14625[[package]]
14626name = "rope"
14627version = "0.1.0"
14628dependencies = [
14629 "arrayvec",
14630 "criterion",
14631 "ctor",
14632 "gpui",
14633 "log",
14634 "rand 0.9.2",
14635 "rayon",
14636 "sum_tree",
14637 "tracing",
14638 "unicode-segmentation",
14639 "util",
14640 "zlog",
14641 "ztracing",
14642]
14643
14644[[package]]
14645name = "roxmltree"
14646version = "0.20.0"
14647source = "registry+https://github.com/rust-lang/crates.io-index"
14648checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14649
14650[[package]]
14651name = "rpassword"
14652version = "7.4.0"
14653source = "registry+https://github.com/rust-lang/crates.io-index"
14654checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14655dependencies = [
14656 "libc",
14657 "rtoolbox",
14658 "windows-sys 0.59.0",
14659]
14660
14661[[package]]
14662name = "rpc"
14663version = "0.1.0"
14664dependencies = [
14665 "anyhow",
14666 "async-tungstenite",
14667 "base64 0.22.1",
14668 "collections",
14669 "futures 0.3.31",
14670 "gpui",
14671 "parking_lot",
14672 "proto",
14673 "rand 0.9.2",
14674 "rsa",
14675 "serde",
14676 "serde_json",
14677 "sha2",
14678 "strum 0.27.2",
14679 "tracing",
14680 "util",
14681 "zlog",
14682 "zstd",
14683]
14684
14685[[package]]
14686name = "rsa"
14687version = "0.9.10"
14688source = "registry+https://github.com/rust-lang/crates.io-index"
14689checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14690dependencies = [
14691 "const-oid",
14692 "digest",
14693 "num-bigint-dig 0.8.6",
14694 "num-integer",
14695 "num-traits",
14696 "pkcs1",
14697 "pkcs8 0.10.2",
14698 "rand_core 0.6.4",
14699 "signature 2.2.0",
14700 "spki 0.7.3",
14701 "subtle",
14702 "zeroize",
14703]
14704
14705[[package]]
14706name = "rtoolbox"
14707version = "0.0.3"
14708source = "registry+https://github.com/rust-lang/crates.io-index"
14709checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14710dependencies = [
14711 "libc",
14712 "windows-sys 0.52.0",
14713]
14714
14715[[package]]
14716name = "rtrb"
14717version = "0.3.2"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14720
14721[[package]]
14722name = "rules_library"
14723version = "0.1.0"
14724dependencies = [
14725 "anyhow",
14726 "collections",
14727 "editor",
14728 "gpui",
14729 "language",
14730 "language_model",
14731 "log",
14732 "menu",
14733 "picker",
14734 "platform_title_bar",
14735 "prompt_store",
14736 "release_channel",
14737 "rope",
14738 "serde",
14739 "settings",
14740 "theme",
14741 "ui",
14742 "ui_input",
14743 "util",
14744 "workspace",
14745 "zed_actions",
14746]
14747
14748[[package]]
14749name = "runtimelib"
14750version = "1.4.0"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14753dependencies = [
14754 "async-dispatcher",
14755 "async-std",
14756 "aws-lc-rs",
14757 "base64 0.22.1",
14758 "bytes 1.11.1",
14759 "chrono",
14760 "data-encoding",
14761 "dirs 6.0.0",
14762 "futures 0.3.31",
14763 "glob",
14764 "jupyter-protocol",
14765 "serde",
14766 "serde_json",
14767 "shellexpand 3.1.1",
14768 "smol",
14769 "thiserror 2.0.17",
14770 "uuid",
14771 "zeromq",
14772]
14773
14774[[package]]
14775name = "rust-embed"
14776version = "8.7.2"
14777source = "registry+https://github.com/rust-lang/crates.io-index"
14778checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14779dependencies = [
14780 "rust-embed-impl",
14781 "rust-embed-utils",
14782 "walkdir",
14783]
14784
14785[[package]]
14786name = "rust-embed-impl"
14787version = "8.7.2"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14790dependencies = [
14791 "proc-macro2",
14792 "quote",
14793 "rust-embed-utils",
14794 "syn 2.0.117",
14795 "walkdir",
14796]
14797
14798[[package]]
14799name = "rust-embed-utils"
14800version = "8.7.2"
14801source = "registry+https://github.com/rust-lang/crates.io-index"
14802checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14803dependencies = [
14804 "globset",
14805 "sha2",
14806 "walkdir",
14807]
14808
14809[[package]]
14810name = "rust_decimal"
14811version = "1.39.0"
14812source = "registry+https://github.com/rust-lang/crates.io-index"
14813checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14814dependencies = [
14815 "arrayvec",
14816 "borsh",
14817 "bytes 1.11.1",
14818 "num-traits",
14819 "rand 0.8.5",
14820 "rkyv",
14821 "serde",
14822 "serde_json",
14823]
14824
14825[[package]]
14826name = "rustc-demangle"
14827version = "0.1.26"
14828source = "registry+https://github.com/rust-lang/crates.io-index"
14829checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14830
14831[[package]]
14832name = "rustc-hash"
14833version = "1.1.0"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14836
14837[[package]]
14838name = "rustc-hash"
14839version = "2.1.1"
14840source = "registry+https://github.com/rust-lang/crates.io-index"
14841checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14842
14843[[package]]
14844name = "rustc_version"
14845version = "0.4.1"
14846source = "registry+https://github.com/rust-lang/crates.io-index"
14847checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14848dependencies = [
14849 "semver",
14850]
14851
14852[[package]]
14853name = "rustfft"
14854version = "6.4.1"
14855source = "registry+https://github.com/rust-lang/crates.io-index"
14856checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14857dependencies = [
14858 "num-complex",
14859 "num-integer",
14860 "num-traits",
14861 "primal-check",
14862 "strength_reduce",
14863 "transpose",
14864]
14865
14866[[package]]
14867name = "rustix"
14868version = "0.38.44"
14869source = "registry+https://github.com/rust-lang/crates.io-index"
14870checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14871dependencies = [
14872 "bitflags 2.10.0",
14873 "errno 0.3.14",
14874 "libc",
14875 "linux-raw-sys 0.4.15",
14876 "windows-sys 0.59.0",
14877]
14878
14879[[package]]
14880name = "rustix"
14881version = "1.1.2"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14884dependencies = [
14885 "bitflags 2.10.0",
14886 "errno 0.3.14",
14887 "libc",
14888 "linux-raw-sys 0.11.0",
14889 "windows-sys 0.61.2",
14890]
14891
14892[[package]]
14893name = "rustix-linux-procfs"
14894version = "0.1.1"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14897dependencies = [
14898 "once_cell",
14899 "rustix 1.1.2",
14900]
14901
14902[[package]]
14903name = "rustix-openpty"
14904version = "0.2.0"
14905source = "registry+https://github.com/rust-lang/crates.io-index"
14906checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14907dependencies = [
14908 "errno 0.3.14",
14909 "libc",
14910 "rustix 1.1.2",
14911]
14912
14913[[package]]
14914name = "rustls"
14915version = "0.21.12"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14918dependencies = [
14919 "log",
14920 "ring",
14921 "rustls-webpki 0.101.7",
14922 "sct",
14923]
14924
14925[[package]]
14926name = "rustls"
14927version = "0.23.33"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14930dependencies = [
14931 "aws-lc-rs",
14932 "log",
14933 "once_cell",
14934 "ring",
14935 "rustls-pki-types",
14936 "rustls-webpki 0.103.7",
14937 "subtle",
14938 "zeroize",
14939]
14940
14941[[package]]
14942name = "rustls-native-certs"
14943version = "0.6.3"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14946dependencies = [
14947 "openssl-probe",
14948 "rustls-pemfile 1.0.4",
14949 "schannel",
14950 "security-framework 2.11.1",
14951]
14952
14953[[package]]
14954name = "rustls-native-certs"
14955version = "0.8.2"
14956source = "registry+https://github.com/rust-lang/crates.io-index"
14957checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14958dependencies = [
14959 "openssl-probe",
14960 "rustls-pki-types",
14961 "schannel",
14962 "security-framework 3.5.1",
14963]
14964
14965[[package]]
14966name = "rustls-pemfile"
14967version = "1.0.4"
14968source = "registry+https://github.com/rust-lang/crates.io-index"
14969checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14970dependencies = [
14971 "base64 0.21.7",
14972]
14973
14974[[package]]
14975name = "rustls-pemfile"
14976version = "2.2.0"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14979dependencies = [
14980 "rustls-pki-types",
14981]
14982
14983[[package]]
14984name = "rustls-pki-types"
14985version = "1.12.0"
14986source = "registry+https://github.com/rust-lang/crates.io-index"
14987checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
14988dependencies = [
14989 "web-time",
14990 "zeroize",
14991]
14992
14993[[package]]
14994name = "rustls-platform-verifier"
14995version = "0.5.3"
14996source = "registry+https://github.com/rust-lang/crates.io-index"
14997checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
14998dependencies = [
14999 "core-foundation 0.10.0",
15000 "core-foundation-sys",
15001 "jni",
15002 "log",
15003 "once_cell",
15004 "rustls 0.23.33",
15005 "rustls-native-certs 0.8.2",
15006 "rustls-platform-verifier-android",
15007 "rustls-webpki 0.103.7",
15008 "security-framework 3.5.1",
15009 "security-framework-sys",
15010 "webpki-root-certs",
15011 "windows-sys 0.59.0",
15012]
15013
15014[[package]]
15015name = "rustls-platform-verifier-android"
15016version = "0.1.1"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15019
15020[[package]]
15021name = "rustls-webpki"
15022version = "0.101.7"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15025dependencies = [
15026 "ring",
15027 "untrusted 0.9.0",
15028]
15029
15030[[package]]
15031name = "rustls-webpki"
15032version = "0.103.7"
15033source = "registry+https://github.com/rust-lang/crates.io-index"
15034checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15035dependencies = [
15036 "aws-lc-rs",
15037 "ring",
15038 "rustls-pki-types",
15039 "untrusted 0.9.0",
15040]
15041
15042[[package]]
15043name = "rustversion"
15044version = "1.0.22"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15047
15048[[package]]
15049name = "rusty-fork"
15050version = "0.3.1"
15051source = "registry+https://github.com/rust-lang/crates.io-index"
15052checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15053dependencies = [
15054 "fnv",
15055 "quick-error 1.2.3",
15056 "tempfile",
15057 "wait-timeout",
15058]
15059
15060[[package]]
15061name = "rustybuzz"
15062version = "0.20.1"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15065dependencies = [
15066 "bitflags 2.10.0",
15067 "bytemuck",
15068 "core_maths",
15069 "log",
15070 "smallvec",
15071 "ttf-parser 0.25.1",
15072 "unicode-bidi-mirroring",
15073 "unicode-ccc",
15074 "unicode-properties",
15075 "unicode-script",
15076]
15077
15078[[package]]
15079name = "ryu"
15080version = "1.0.20"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15083
15084[[package]]
15085name = "saa"
15086version = "5.4.9"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15089
15090[[package]]
15091name = "safetensors"
15092version = "0.4.5"
15093source = "registry+https://github.com/rust-lang/crates.io-index"
15094checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15095dependencies = [
15096 "serde",
15097 "serde_json",
15098]
15099
15100[[package]]
15101name = "same-file"
15102version = "1.0.6"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15105dependencies = [
15106 "winapi-util",
15107]
15108
15109[[package]]
15110name = "scc"
15111version = "3.5.6"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15114dependencies = [
15115 "saa",
15116 "sdd",
15117]
15118
15119[[package]]
15120name = "schannel"
15121version = "0.1.28"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15124dependencies = [
15125 "windows-sys 0.61.2",
15126]
15127
15128[[package]]
15129name = "scheduler"
15130version = "0.1.0"
15131dependencies = [
15132 "async-task",
15133 "backtrace",
15134 "chrono",
15135 "flume",
15136 "futures 0.3.31",
15137 "parking_lot",
15138 "rand 0.9.2",
15139 "web-time",
15140]
15141
15142[[package]]
15143name = "schema_generator"
15144version = "0.1.0"
15145dependencies = [
15146 "anyhow",
15147 "clap",
15148 "env_logger 0.11.8",
15149 "schemars",
15150 "serde",
15151 "serde_json",
15152 "settings",
15153 "theme",
15154]
15155
15156[[package]]
15157name = "schemars"
15158version = "1.0.4"
15159source = "registry+https://github.com/rust-lang/crates.io-index"
15160checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15161dependencies = [
15162 "dyn-clone",
15163 "indexmap",
15164 "ref-cast",
15165 "schemars_derive",
15166 "serde",
15167 "serde_json",
15168]
15169
15170[[package]]
15171name = "schemars_derive"
15172version = "1.0.4"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15175dependencies = [
15176 "proc-macro2",
15177 "quote",
15178 "serde_derive_internals",
15179 "syn 2.0.117",
15180]
15181
15182[[package]]
15183name = "scoped-tls"
15184version = "1.0.1"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15187
15188[[package]]
15189name = "scopeguard"
15190version = "1.2.0"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15193
15194[[package]]
15195name = "scratch"
15196version = "1.0.9"
15197source = "registry+https://github.com/rust-lang/crates.io-index"
15198checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15199
15200[[package]]
15201name = "screencapturekit"
15202version = "0.2.8"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15205dependencies = [
15206 "screencapturekit-sys",
15207]
15208
15209[[package]]
15210name = "screencapturekit-sys"
15211version = "0.2.8"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15214dependencies = [
15215 "block",
15216 "dispatch",
15217 "objc",
15218 "objc-foundation",
15219 "objc_id",
15220 "once_cell",
15221]
15222
15223[[package]]
15224name = "scroll"
15225version = "0.12.0"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15228dependencies = [
15229 "scroll_derive",
15230]
15231
15232[[package]]
15233name = "scroll_derive"
15234version = "0.12.1"
15235source = "registry+https://github.com/rust-lang/crates.io-index"
15236checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15237dependencies = [
15238 "proc-macro2",
15239 "quote",
15240 "syn 2.0.117",
15241]
15242
15243[[package]]
15244name = "sct"
15245version = "0.7.1"
15246source = "registry+https://github.com/rust-lang/crates.io-index"
15247checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15248dependencies = [
15249 "ring",
15250 "untrusted 0.9.0",
15251]
15252
15253[[package]]
15254name = "sdd"
15255version = "4.6.2"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15258
15259[[package]]
15260name = "sea-bae"
15261version = "0.2.1"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15264dependencies = [
15265 "heck 0.4.1",
15266 "proc-macro-error2",
15267 "proc-macro2",
15268 "quote",
15269 "syn 2.0.117",
15270]
15271
15272[[package]]
15273name = "sea-orm"
15274version = "1.1.10"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15277dependencies = [
15278 "async-stream",
15279 "async-trait",
15280 "bigdecimal",
15281 "chrono",
15282 "futures-util",
15283 "log",
15284 "ouroboros",
15285 "pgvector",
15286 "rust_decimal",
15287 "sea-orm-macros",
15288 "sea-query",
15289 "sea-query-binder",
15290 "serde",
15291 "serde_json",
15292 "sqlx",
15293 "strum 0.26.3",
15294 "thiserror 2.0.17",
15295 "time",
15296 "tracing",
15297 "url",
15298 "uuid",
15299]
15300
15301[[package]]
15302name = "sea-orm-macros"
15303version = "1.1.10"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15306dependencies = [
15307 "heck 0.4.1",
15308 "proc-macro2",
15309 "quote",
15310 "sea-bae",
15311 "syn 2.0.117",
15312 "unicode-ident",
15313]
15314
15315[[package]]
15316name = "sea-query"
15317version = "0.32.7"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15320dependencies = [
15321 "bigdecimal",
15322 "chrono",
15323 "inherent",
15324 "ordered-float 4.6.0",
15325 "rust_decimal",
15326 "serde_json",
15327 "time",
15328 "uuid",
15329]
15330
15331[[package]]
15332name = "sea-query-binder"
15333version = "0.7.0"
15334source = "registry+https://github.com/rust-lang/crates.io-index"
15335checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15336dependencies = [
15337 "bigdecimal",
15338 "chrono",
15339 "rust_decimal",
15340 "sea-query",
15341 "serde_json",
15342 "sqlx",
15343 "time",
15344 "uuid",
15345]
15346
15347[[package]]
15348name = "seahash"
15349version = "4.1.0"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15352
15353[[package]]
15354name = "search"
15355version = "0.1.0"
15356dependencies = [
15357 "any_vec",
15358 "anyhow",
15359 "bitflags 2.10.0",
15360 "collections",
15361 "editor",
15362 "fs",
15363 "futures 0.3.31",
15364 "gpui",
15365 "itertools 0.14.0",
15366 "language",
15367 "lsp",
15368 "menu",
15369 "pretty_assertions",
15370 "project",
15371 "serde",
15372 "serde_json",
15373 "settings",
15374 "smol",
15375 "theme",
15376 "tracing",
15377 "ui",
15378 "unindent",
15379 "util",
15380 "util_macros",
15381 "workspace",
15382 "zed_actions",
15383 "ztracing",
15384]
15385
15386[[package]]
15387name = "sec1"
15388version = "0.3.0"
15389source = "registry+https://github.com/rust-lang/crates.io-index"
15390checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15391dependencies = [
15392 "base16ct",
15393 "der 0.6.1",
15394 "generic-array",
15395 "pkcs8 0.9.0",
15396 "subtle",
15397 "zeroize",
15398]
15399
15400[[package]]
15401name = "security-framework"
15402version = "2.11.1"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15405dependencies = [
15406 "bitflags 2.10.0",
15407 "core-foundation 0.9.4",
15408 "core-foundation-sys",
15409 "libc",
15410 "security-framework-sys",
15411]
15412
15413[[package]]
15414name = "security-framework"
15415version = "3.5.1"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15418dependencies = [
15419 "bitflags 2.10.0",
15420 "core-foundation 0.10.0",
15421 "core-foundation-sys",
15422 "libc",
15423 "security-framework-sys",
15424]
15425
15426[[package]]
15427name = "security-framework-sys"
15428version = "2.15.0"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15431dependencies = [
15432 "core-foundation-sys",
15433 "libc",
15434]
15435
15436[[package]]
15437name = "self_cell"
15438version = "1.2.2"
15439source = "registry+https://github.com/rust-lang/crates.io-index"
15440checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15441
15442[[package]]
15443name = "semver"
15444version = "1.0.27"
15445source = "registry+https://github.com/rust-lang/crates.io-index"
15446checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15447dependencies = [
15448 "serde",
15449 "serde_core",
15450]
15451
15452[[package]]
15453name = "seq-macro"
15454version = "0.3.6"
15455source = "registry+https://github.com/rust-lang/crates.io-index"
15456checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15457
15458[[package]]
15459name = "serde"
15460version = "1.0.228"
15461source = "registry+https://github.com/rust-lang/crates.io-index"
15462checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15463dependencies = [
15464 "serde_core",
15465 "serde_derive",
15466]
15467
15468[[package]]
15469name = "serde_bytes"
15470version = "0.11.19"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15473dependencies = [
15474 "serde",
15475 "serde_core",
15476]
15477
15478[[package]]
15479name = "serde_core"
15480version = "1.0.228"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15483dependencies = [
15484 "serde_derive",
15485]
15486
15487[[package]]
15488name = "serde_derive"
15489version = "1.0.228"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15492dependencies = [
15493 "proc-macro2",
15494 "quote",
15495 "syn 2.0.117",
15496]
15497
15498[[package]]
15499name = "serde_derive_internals"
15500version = "0.29.1"
15501source = "registry+https://github.com/rust-lang/crates.io-index"
15502checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15503dependencies = [
15504 "proc-macro2",
15505 "quote",
15506 "syn 2.0.117",
15507]
15508
15509[[package]]
15510name = "serde_fmt"
15511version = "1.0.3"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15514dependencies = [
15515 "serde",
15516]
15517
15518[[package]]
15519name = "serde_json"
15520version = "1.0.145"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15523dependencies = [
15524 "indexmap",
15525 "itoa",
15526 "memchr",
15527 "ryu",
15528 "serde",
15529 "serde_core",
15530]
15531
15532[[package]]
15533name = "serde_json_lenient"
15534version = "0.2.4"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15537dependencies = [
15538 "indexmap",
15539 "itoa",
15540 "memchr",
15541 "ryu",
15542 "serde",
15543]
15544
15545[[package]]
15546name = "serde_path_to_error"
15547version = "0.1.20"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15550dependencies = [
15551 "itoa",
15552 "serde",
15553 "serde_core",
15554]
15555
15556[[package]]
15557name = "serde_repr"
15558version = "0.1.20"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15561dependencies = [
15562 "proc-macro2",
15563 "quote",
15564 "syn 2.0.117",
15565]
15566
15567[[package]]
15568name = "serde_spanned"
15569version = "0.6.9"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15572dependencies = [
15573 "serde",
15574]
15575
15576[[package]]
15577name = "serde_spanned"
15578version = "1.0.3"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15581dependencies = [
15582 "serde_core",
15583]
15584
15585[[package]]
15586name = "serde_urlencoded"
15587version = "0.7.1"
15588source = "registry+https://github.com/rust-lang/crates.io-index"
15589checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15590dependencies = [
15591 "form_urlencoded",
15592 "itoa",
15593 "ryu",
15594 "serde",
15595]
15596
15597[[package]]
15598name = "serde_yaml"
15599version = "0.9.34+deprecated"
15600source = "registry+https://github.com/rust-lang/crates.io-index"
15601checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15602dependencies = [
15603 "indexmap",
15604 "itoa",
15605 "ryu",
15606 "serde",
15607 "unsafe-libyaml",
15608]
15609
15610[[package]]
15611name = "serial2"
15612version = "0.2.33"
15613source = "registry+https://github.com/rust-lang/crates.io-index"
15614checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15615dependencies = [
15616 "cfg-if",
15617 "libc",
15618 "winapi",
15619]
15620
15621[[package]]
15622name = "session"
15623version = "0.1.0"
15624dependencies = [
15625 "db",
15626 "gpui",
15627 "serde_json",
15628 "util",
15629 "uuid",
15630]
15631
15632[[package]]
15633name = "settings"
15634version = "0.1.0"
15635dependencies = [
15636 "anyhow",
15637 "collections",
15638 "ec4rs",
15639 "fs",
15640 "futures 0.3.31",
15641 "gpui",
15642 "indoc",
15643 "inventory",
15644 "log",
15645 "migrator",
15646 "paths",
15647 "pretty_assertions",
15648 "release_channel",
15649 "rust-embed",
15650 "schemars",
15651 "serde",
15652 "serde_json",
15653 "serde_json_lenient",
15654 "settings_content",
15655 "settings_json",
15656 "settings_macros",
15657 "smallvec",
15658 "unindent",
15659 "util",
15660 "zlog",
15661]
15662
15663[[package]]
15664name = "settings_content"
15665version = "0.1.0"
15666dependencies = [
15667 "anyhow",
15668 "collections",
15669 "derive_more",
15670 "gpui",
15671 "log",
15672 "schemars",
15673 "serde",
15674 "serde_json",
15675 "serde_json_lenient",
15676 "settings_json",
15677 "settings_macros",
15678 "strum 0.27.2",
15679 "util",
15680]
15681
15682[[package]]
15683name = "settings_json"
15684version = "0.1.0"
15685dependencies = [
15686 "anyhow",
15687 "pretty_assertions",
15688 "serde",
15689 "serde_json",
15690 "serde_json_lenient",
15691 "serde_path_to_error",
15692 "tree-sitter",
15693 "tree-sitter-json",
15694 "unindent",
15695 "util",
15696]
15697
15698[[package]]
15699name = "settings_macros"
15700version = "0.1.0"
15701dependencies = [
15702 "quote",
15703 "settings",
15704 "syn 2.0.117",
15705]
15706
15707[[package]]
15708name = "settings_profile_selector"
15709version = "0.1.0"
15710dependencies = [
15711 "editor",
15712 "fuzzy",
15713 "gpui",
15714 "menu",
15715 "picker",
15716 "project",
15717 "serde_json",
15718 "settings",
15719 "theme",
15720 "ui",
15721 "workspace",
15722 "zed_actions",
15723]
15724
15725[[package]]
15726name = "settings_ui"
15727version = "0.1.0"
15728dependencies = [
15729 "agent",
15730 "agent_settings",
15731 "anyhow",
15732 "audio",
15733 "codestral",
15734 "component",
15735 "copilot",
15736 "copilot_ui",
15737 "cpal",
15738 "edit_prediction",
15739 "edit_prediction_ui",
15740 "editor",
15741 "feature_flags",
15742 "fs",
15743 "futures 0.3.31",
15744 "fuzzy",
15745 "gpui",
15746 "heck 0.5.0",
15747 "itertools 0.14.0",
15748 "language",
15749 "log",
15750 "menu",
15751 "paths",
15752 "picker",
15753 "platform_title_bar",
15754 "pretty_assertions",
15755 "project",
15756 "regex",
15757 "release_channel",
15758 "rodio",
15759 "schemars",
15760 "search",
15761 "serde",
15762 "serde_json",
15763 "settings",
15764 "shell_command_parser",
15765 "strum 0.27.2",
15766 "telemetry",
15767 "theme",
15768 "title_bar",
15769 "ui",
15770 "util",
15771 "workspace",
15772 "zed_actions",
15773]
15774
15775[[package]]
15776name = "sha-1"
15777version = "0.10.1"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15780dependencies = [
15781 "cfg-if",
15782 "cpufeatures",
15783 "digest",
15784]
15785
15786[[package]]
15787name = "sha1"
15788version = "0.10.6"
15789source = "registry+https://github.com/rust-lang/crates.io-index"
15790checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15791dependencies = [
15792 "cfg-if",
15793 "cpufeatures",
15794 "digest",
15795]
15796
15797[[package]]
15798name = "sha1_smol"
15799version = "1.0.1"
15800source = "registry+https://github.com/rust-lang/crates.io-index"
15801checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15802
15803[[package]]
15804name = "sha2"
15805version = "0.10.9"
15806source = "registry+https://github.com/rust-lang/crates.io-index"
15807checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15808dependencies = [
15809 "cfg-if",
15810 "cpufeatures",
15811 "digest",
15812]
15813
15814[[package]]
15815name = "sharded-slab"
15816version = "0.1.7"
15817source = "registry+https://github.com/rust-lang/crates.io-index"
15818checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15819dependencies = [
15820 "lazy_static",
15821]
15822
15823[[package]]
15824name = "shared_library"
15825version = "0.1.9"
15826source = "registry+https://github.com/rust-lang/crates.io-index"
15827checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15828dependencies = [
15829 "lazy_static",
15830 "libc",
15831]
15832
15833[[package]]
15834name = "shell-words"
15835version = "1.1.0"
15836source = "registry+https://github.com/rust-lang/crates.io-index"
15837checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15838
15839[[package]]
15840name = "shell_command_parser"
15841version = "0.1.0"
15842dependencies = [
15843 "brush-parser",
15844]
15845
15846[[package]]
15847name = "shellexpand"
15848version = "2.1.2"
15849source = "registry+https://github.com/rust-lang/crates.io-index"
15850checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15851dependencies = [
15852 "dirs 4.0.0",
15853]
15854
15855[[package]]
15856name = "shellexpand"
15857version = "3.1.1"
15858source = "registry+https://github.com/rust-lang/crates.io-index"
15859checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15860dependencies = [
15861 "dirs 6.0.0",
15862]
15863
15864[[package]]
15865name = "shingles"
15866version = "0.1.1"
15867source = "registry+https://github.com/rust-lang/crates.io-index"
15868checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15869
15870[[package]]
15871name = "shlex"
15872version = "1.3.0"
15873source = "registry+https://github.com/rust-lang/crates.io-index"
15874checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15875
15876[[package]]
15877name = "sidebar"
15878version = "0.1.0"
15879dependencies = [
15880 "acp_thread",
15881 "action_log",
15882 "agent",
15883 "agent-client-protocol",
15884 "agent_ui",
15885 "anyhow",
15886 "assistant_text_thread",
15887 "chrono",
15888 "editor",
15889 "feature_flags",
15890 "fs",
15891 "git",
15892 "gpui",
15893 "language_model",
15894 "menu",
15895 "pretty_assertions",
15896 "project",
15897 "prompt_store",
15898 "recent_projects",
15899 "serde_json",
15900 "settings",
15901 "theme",
15902 "ui",
15903 "util",
15904 "vim_mode_setting",
15905 "workspace",
15906 "zed_actions",
15907]
15908
15909[[package]]
15910name = "signal-hook"
15911version = "0.3.18"
15912source = "registry+https://github.com/rust-lang/crates.io-index"
15913checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15914dependencies = [
15915 "libc",
15916 "signal-hook-registry",
15917]
15918
15919[[package]]
15920name = "signal-hook-registry"
15921version = "1.4.6"
15922source = "registry+https://github.com/rust-lang/crates.io-index"
15923checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15924dependencies = [
15925 "libc",
15926]
15927
15928[[package]]
15929name = "signature"
15930version = "1.6.4"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15933dependencies = [
15934 "digest",
15935 "rand_core 0.6.4",
15936]
15937
15938[[package]]
15939name = "signature"
15940version = "2.2.0"
15941source = "registry+https://github.com/rust-lang/crates.io-index"
15942checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15943dependencies = [
15944 "digest",
15945 "rand_core 0.6.4",
15946]
15947
15948[[package]]
15949name = "simd-adler32"
15950version = "0.3.7"
15951source = "registry+https://github.com/rust-lang/crates.io-index"
15952checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15953
15954[[package]]
15955name = "simd_helpers"
15956version = "0.1.0"
15957source = "registry+https://github.com/rust-lang/crates.io-index"
15958checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15959dependencies = [
15960 "quote",
15961]
15962
15963[[package]]
15964name = "simdutf8"
15965version = "0.1.5"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15968
15969[[package]]
15970name = "similar"
15971version = "2.7.0"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15974
15975[[package]]
15976name = "simple_asn1"
15977version = "0.6.3"
15978source = "registry+https://github.com/rust-lang/crates.io-index"
15979checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15980dependencies = [
15981 "num-bigint",
15982 "num-traits",
15983 "thiserror 2.0.17",
15984 "time",
15985]
15986
15987[[package]]
15988name = "simplecss"
15989version = "0.2.2"
15990source = "registry+https://github.com/rust-lang/crates.io-index"
15991checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
15992dependencies = [
15993 "log",
15994]
15995
15996[[package]]
15997name = "simplelog"
15998version = "0.12.2"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16001dependencies = [
16002 "log",
16003 "termcolor",
16004 "time",
16005]
16006
16007[[package]]
16008name = "siphasher"
16009version = "0.3.11"
16010source = "registry+https://github.com/rust-lang/crates.io-index"
16011checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16012
16013[[package]]
16014name = "siphasher"
16015version = "1.0.1"
16016source = "registry+https://github.com/rust-lang/crates.io-index"
16017checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16018
16019[[package]]
16020name = "skrifa"
16021version = "0.37.0"
16022source = "registry+https://github.com/rust-lang/crates.io-index"
16023checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16024dependencies = [
16025 "bytemuck",
16026 "read-fonts 0.35.0",
16027]
16028
16029[[package]]
16030name = "skrifa"
16031version = "0.40.0"
16032source = "registry+https://github.com/rust-lang/crates.io-index"
16033checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16034dependencies = [
16035 "bytemuck",
16036 "read-fonts 0.37.0",
16037]
16038
16039[[package]]
16040name = "slab"
16041version = "0.4.11"
16042source = "registry+https://github.com/rust-lang/crates.io-index"
16043checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16044
16045[[package]]
16046name = "slash_commands_example"
16047version = "0.1.0"
16048dependencies = [
16049 "zed_extension_api 0.1.0",
16050]
16051
16052[[package]]
16053name = "slotmap"
16054version = "1.0.7"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16057dependencies = [
16058 "version_check",
16059]
16060
16061[[package]]
16062name = "smallvec"
16063version = "1.15.1"
16064source = "registry+https://github.com/rust-lang/crates.io-index"
16065checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16066dependencies = [
16067 "serde",
16068]
16069
16070[[package]]
16071name = "smart-default"
16072version = "0.7.1"
16073source = "registry+https://github.com/rust-lang/crates.io-index"
16074checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16075dependencies = [
16076 "proc-macro2",
16077 "quote",
16078 "syn 2.0.117",
16079]
16080
16081[[package]]
16082name = "smol"
16083version = "2.0.2"
16084source = "registry+https://github.com/rust-lang/crates.io-index"
16085checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16086dependencies = [
16087 "async-channel 2.5.0",
16088 "async-executor",
16089 "async-fs",
16090 "async-io",
16091 "async-lock 3.4.2",
16092 "async-net",
16093 "async-process",
16094 "blocking",
16095 "futures-lite 2.6.1",
16096]
16097
16098[[package]]
16099name = "smol_str"
16100version = "0.3.5"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16103
16104[[package]]
16105name = "snippet"
16106version = "0.1.0"
16107dependencies = [
16108 "anyhow",
16109 "smallvec",
16110]
16111
16112[[package]]
16113name = "snippet_provider"
16114version = "0.1.0"
16115dependencies = [
16116 "anyhow",
16117 "collections",
16118 "extension",
16119 "fs",
16120 "futures 0.3.31",
16121 "gpui",
16122 "indoc",
16123 "parking_lot",
16124 "paths",
16125 "schemars",
16126 "serde",
16127 "serde_json",
16128 "serde_json_lenient",
16129 "snippet",
16130 "util",
16131]
16132
16133[[package]]
16134name = "snippets_ui"
16135version = "0.1.0"
16136dependencies = [
16137 "file_icons",
16138 "fuzzy",
16139 "gpui",
16140 "language",
16141 "open_path_prompt",
16142 "paths",
16143 "picker",
16144 "settings",
16145 "ui",
16146 "util",
16147 "workspace",
16148]
16149
16150[[package]]
16151name = "socket2"
16152version = "0.5.10"
16153source = "registry+https://github.com/rust-lang/crates.io-index"
16154checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16155dependencies = [
16156 "libc",
16157 "windows-sys 0.52.0",
16158]
16159
16160[[package]]
16161name = "socket2"
16162version = "0.6.1"
16163source = "registry+https://github.com/rust-lang/crates.io-index"
16164checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16165dependencies = [
16166 "libc",
16167 "windows-sys 0.60.2",
16168]
16169
16170[[package]]
16171name = "spdx"
16172version = "0.10.9"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16175dependencies = [
16176 "smallvec",
16177]
16178
16179[[package]]
16180name = "spin"
16181version = "0.9.8"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16184dependencies = [
16185 "lock_api",
16186]
16187
16188[[package]]
16189name = "spin"
16190version = "0.10.0"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16193dependencies = [
16194 "lock_api",
16195]
16196
16197[[package]]
16198name = "spirv"
16199version = "0.3.0+sdk-1.3.268.0"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
16202dependencies = [
16203 "bitflags 2.10.0",
16204]
16205
16206[[package]]
16207name = "spki"
16208version = "0.6.0"
16209source = "registry+https://github.com/rust-lang/crates.io-index"
16210checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16211dependencies = [
16212 "base64ct",
16213 "der 0.6.1",
16214]
16215
16216[[package]]
16217name = "spki"
16218version = "0.7.3"
16219source = "registry+https://github.com/rust-lang/crates.io-index"
16220checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16221dependencies = [
16222 "base64ct",
16223 "der 0.7.10",
16224]
16225
16226[[package]]
16227name = "sptr"
16228version = "0.3.2"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16231
16232[[package]]
16233name = "sqlez"
16234version = "0.1.0"
16235dependencies = [
16236 "anyhow",
16237 "collections",
16238 "futures 0.3.31",
16239 "indoc",
16240 "libsqlite3-sys",
16241 "log",
16242 "parking_lot",
16243 "smol",
16244 "sqlformat",
16245 "thread_local",
16246 "util",
16247 "uuid",
16248]
16249
16250[[package]]
16251name = "sqlez_macros"
16252version = "0.1.0"
16253dependencies = [
16254 "sqlez",
16255 "sqlformat",
16256 "syn 2.0.117",
16257]
16258
16259[[package]]
16260name = "sqlformat"
16261version = "0.2.6"
16262source = "registry+https://github.com/rust-lang/crates.io-index"
16263checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16264dependencies = [
16265 "nom 7.1.3",
16266 "unicode_categories",
16267]
16268
16269[[package]]
16270name = "sqlx"
16271version = "0.8.6"
16272source = "registry+https://github.com/rust-lang/crates.io-index"
16273checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16274dependencies = [
16275 "sqlx-core",
16276 "sqlx-macros",
16277 "sqlx-mysql",
16278 "sqlx-postgres",
16279 "sqlx-sqlite",
16280]
16281
16282[[package]]
16283name = "sqlx-core"
16284version = "0.8.6"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16287dependencies = [
16288 "base64 0.22.1",
16289 "bigdecimal",
16290 "bytes 1.11.1",
16291 "chrono",
16292 "crc",
16293 "crossbeam-queue",
16294 "either",
16295 "event-listener 5.4.1",
16296 "futures-core",
16297 "futures-intrusive",
16298 "futures-io",
16299 "futures-util",
16300 "hashbrown 0.15.5",
16301 "hashlink 0.10.0",
16302 "indexmap",
16303 "log",
16304 "memchr",
16305 "once_cell",
16306 "percent-encoding",
16307 "rust_decimal",
16308 "rustls 0.23.33",
16309 "serde",
16310 "serde_json",
16311 "sha2",
16312 "smallvec",
16313 "thiserror 2.0.17",
16314 "time",
16315 "tokio",
16316 "tokio-stream",
16317 "tracing",
16318 "url",
16319 "uuid",
16320 "webpki-roots",
16321]
16322
16323[[package]]
16324name = "sqlx-macros"
16325version = "0.8.6"
16326source = "registry+https://github.com/rust-lang/crates.io-index"
16327checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16328dependencies = [
16329 "proc-macro2",
16330 "quote",
16331 "sqlx-core",
16332 "sqlx-macros-core",
16333 "syn 2.0.117",
16334]
16335
16336[[package]]
16337name = "sqlx-macros-core"
16338version = "0.8.6"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16341dependencies = [
16342 "dotenvy",
16343 "either",
16344 "heck 0.5.0",
16345 "hex",
16346 "once_cell",
16347 "proc-macro2",
16348 "quote",
16349 "serde",
16350 "serde_json",
16351 "sha2",
16352 "sqlx-core",
16353 "sqlx-mysql",
16354 "sqlx-postgres",
16355 "sqlx-sqlite",
16356 "syn 2.0.117",
16357 "tokio",
16358 "url",
16359]
16360
16361[[package]]
16362name = "sqlx-mysql"
16363version = "0.8.6"
16364source = "registry+https://github.com/rust-lang/crates.io-index"
16365checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16366dependencies = [
16367 "atoi",
16368 "base64 0.22.1",
16369 "bigdecimal",
16370 "bitflags 2.10.0",
16371 "byteorder",
16372 "bytes 1.11.1",
16373 "chrono",
16374 "crc",
16375 "digest",
16376 "dotenvy",
16377 "either",
16378 "futures-channel",
16379 "futures-core",
16380 "futures-io",
16381 "futures-util",
16382 "generic-array",
16383 "hex",
16384 "hkdf",
16385 "hmac",
16386 "itoa",
16387 "log",
16388 "md-5",
16389 "memchr",
16390 "once_cell",
16391 "percent-encoding",
16392 "rand 0.8.5",
16393 "rsa",
16394 "rust_decimal",
16395 "serde",
16396 "sha1",
16397 "sha2",
16398 "smallvec",
16399 "sqlx-core",
16400 "stringprep",
16401 "thiserror 2.0.17",
16402 "time",
16403 "tracing",
16404 "uuid",
16405 "whoami",
16406]
16407
16408[[package]]
16409name = "sqlx-postgres"
16410version = "0.8.6"
16411source = "registry+https://github.com/rust-lang/crates.io-index"
16412checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16413dependencies = [
16414 "atoi",
16415 "base64 0.22.1",
16416 "bigdecimal",
16417 "bitflags 2.10.0",
16418 "byteorder",
16419 "chrono",
16420 "crc",
16421 "dotenvy",
16422 "etcetera",
16423 "futures-channel",
16424 "futures-core",
16425 "futures-util",
16426 "hex",
16427 "hkdf",
16428 "hmac",
16429 "home",
16430 "itoa",
16431 "log",
16432 "md-5",
16433 "memchr",
16434 "num-bigint",
16435 "once_cell",
16436 "rand 0.8.5",
16437 "rust_decimal",
16438 "serde",
16439 "serde_json",
16440 "sha2",
16441 "smallvec",
16442 "sqlx-core",
16443 "stringprep",
16444 "thiserror 2.0.17",
16445 "time",
16446 "tracing",
16447 "uuid",
16448 "whoami",
16449]
16450
16451[[package]]
16452name = "sqlx-sqlite"
16453version = "0.8.6"
16454source = "registry+https://github.com/rust-lang/crates.io-index"
16455checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16456dependencies = [
16457 "atoi",
16458 "chrono",
16459 "flume",
16460 "futures-channel",
16461 "futures-core",
16462 "futures-executor",
16463 "futures-intrusive",
16464 "futures-util",
16465 "libsqlite3-sys",
16466 "log",
16467 "percent-encoding",
16468 "serde",
16469 "serde_urlencoded",
16470 "sqlx-core",
16471 "thiserror 2.0.17",
16472 "time",
16473 "tracing",
16474 "url",
16475 "uuid",
16476]
16477
16478[[package]]
16479name = "stable_deref_trait"
16480version = "1.2.1"
16481source = "registry+https://github.com/rust-lang/crates.io-index"
16482checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16483
16484[[package]]
16485name = "stacker"
16486version = "0.1.23"
16487source = "registry+https://github.com/rust-lang/crates.io-index"
16488checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16489dependencies = [
16490 "cc",
16491 "cfg-if",
16492 "libc",
16493 "psm",
16494 "windows-sys 0.59.0",
16495]
16496
16497[[package]]
16498name = "stacksafe"
16499version = "0.1.4"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16502dependencies = [
16503 "stacker",
16504 "stacksafe-macro",
16505]
16506
16507[[package]]
16508name = "stacksafe-macro"
16509version = "0.1.4"
16510source = "registry+https://github.com/rust-lang/crates.io-index"
16511checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16512dependencies = [
16513 "proc-macro-error2",
16514 "quote",
16515 "syn 2.0.117",
16516]
16517
16518[[package]]
16519name = "static_assertions"
16520version = "1.1.0"
16521source = "registry+https://github.com/rust-lang/crates.io-index"
16522checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16523
16524[[package]]
16525name = "story"
16526version = "0.1.0"
16527dependencies = [
16528 "gpui",
16529 "itertools 0.14.0",
16530 "smallvec",
16531]
16532
16533[[package]]
16534name = "storybook"
16535version = "0.1.0"
16536dependencies = [
16537 "anyhow",
16538 "clap",
16539 "ctrlc",
16540 "dialoguer",
16541 "editor",
16542 "fuzzy",
16543 "gpui",
16544 "gpui_platform",
16545 "indoc",
16546 "language",
16547 "log",
16548 "menu",
16549 "picker",
16550 "reqwest_client",
16551 "rust-embed",
16552 "settings",
16553 "simplelog",
16554 "story",
16555 "strum 0.27.2",
16556 "theme",
16557 "title_bar",
16558 "ui",
16559]
16560
16561[[package]]
16562name = "streaming-iterator"
16563version = "0.1.9"
16564source = "registry+https://github.com/rust-lang/crates.io-index"
16565checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16566
16567[[package]]
16568name = "streaming_diff"
16569version = "0.1.0"
16570dependencies = [
16571 "ordered-float 2.10.1",
16572 "rand 0.9.2",
16573 "rope",
16574 "util",
16575]
16576
16577[[package]]
16578name = "strength_reduce"
16579version = "0.2.4"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16582
16583[[package]]
16584name = "strict-num"
16585version = "0.1.1"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16588dependencies = [
16589 "float-cmp",
16590]
16591
16592[[package]]
16593name = "string_cache"
16594version = "0.8.9"
16595source = "registry+https://github.com/rust-lang/crates.io-index"
16596checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16597dependencies = [
16598 "new_debug_unreachable",
16599 "parking_lot",
16600 "phf_shared 0.11.3",
16601 "precomputed-hash",
16602 "serde",
16603]
16604
16605[[package]]
16606name = "string_cache_codegen"
16607version = "0.5.4"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16610dependencies = [
16611 "phf_generator 0.11.3",
16612 "phf_shared 0.11.3",
16613 "proc-macro2",
16614 "quote",
16615]
16616
16617[[package]]
16618name = "stringprep"
16619version = "0.1.5"
16620source = "registry+https://github.com/rust-lang/crates.io-index"
16621checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16622dependencies = [
16623 "unicode-bidi",
16624 "unicode-normalization",
16625 "unicode-properties",
16626]
16627
16628[[package]]
16629name = "strsim"
16630version = "0.11.1"
16631source = "registry+https://github.com/rust-lang/crates.io-index"
16632checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16633
16634[[package]]
16635name = "strum"
16636version = "0.26.3"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16639
16640[[package]]
16641name = "strum"
16642version = "0.27.2"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16645dependencies = [
16646 "strum_macros 0.27.2",
16647]
16648
16649[[package]]
16650name = "strum"
16651version = "0.28.0"
16652source = "registry+https://github.com/rust-lang/crates.io-index"
16653checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16654dependencies = [
16655 "strum_macros 0.28.0",
16656]
16657
16658[[package]]
16659name = "strum_macros"
16660version = "0.27.2"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16663dependencies = [
16664 "heck 0.5.0",
16665 "proc-macro2",
16666 "quote",
16667 "syn 2.0.117",
16668]
16669
16670[[package]]
16671name = "strum_macros"
16672version = "0.28.0"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16675dependencies = [
16676 "heck 0.5.0",
16677 "proc-macro2",
16678 "quote",
16679 "syn 2.0.117",
16680]
16681
16682[[package]]
16683name = "subtle"
16684version = "2.6.1"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16687
16688[[package]]
16689name = "sum_tree"
16690version = "0.1.0"
16691dependencies = [
16692 "arrayvec",
16693 "ctor",
16694 "log",
16695 "proptest",
16696 "rand 0.9.2",
16697 "rayon",
16698 "tracing",
16699 "zlog",
16700 "ztracing",
16701]
16702
16703[[package]]
16704name = "sval"
16705version = "2.15.0"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16708
16709[[package]]
16710name = "sval_buffer"
16711version = "2.15.0"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16714dependencies = [
16715 "sval",
16716 "sval_ref",
16717]
16718
16719[[package]]
16720name = "sval_dynamic"
16721version = "2.15.0"
16722source = "registry+https://github.com/rust-lang/crates.io-index"
16723checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16724dependencies = [
16725 "sval",
16726]
16727
16728[[package]]
16729name = "sval_fmt"
16730version = "2.15.0"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16733dependencies = [
16734 "itoa",
16735 "ryu",
16736 "sval",
16737]
16738
16739[[package]]
16740name = "sval_json"
16741version = "2.15.0"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16744dependencies = [
16745 "itoa",
16746 "ryu",
16747 "sval",
16748]
16749
16750[[package]]
16751name = "sval_nested"
16752version = "2.15.0"
16753source = "registry+https://github.com/rust-lang/crates.io-index"
16754checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16755dependencies = [
16756 "sval",
16757 "sval_buffer",
16758 "sval_ref",
16759]
16760
16761[[package]]
16762name = "sval_ref"
16763version = "2.15.0"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16766dependencies = [
16767 "sval",
16768]
16769
16770[[package]]
16771name = "sval_serde"
16772version = "2.15.0"
16773source = "registry+https://github.com/rust-lang/crates.io-index"
16774checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16775dependencies = [
16776 "serde_core",
16777 "sval",
16778 "sval_nested",
16779]
16780
16781[[package]]
16782name = "svg_fmt"
16783version = "0.4.5"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16786
16787[[package]]
16788name = "svg_preview"
16789version = "0.1.0"
16790dependencies = [
16791 "file_icons",
16792 "gpui",
16793 "language",
16794 "multi_buffer",
16795 "ui",
16796 "workspace",
16797 "zed_actions",
16798]
16799
16800[[package]]
16801name = "svgtypes"
16802version = "0.15.3"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16805dependencies = [
16806 "kurbo",
16807 "siphasher 1.0.1",
16808]
16809
16810[[package]]
16811name = "swash"
16812version = "0.2.6"
16813source = "registry+https://github.com/rust-lang/crates.io-index"
16814checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16815dependencies = [
16816 "skrifa 0.37.0",
16817 "yazi",
16818 "zeno",
16819]
16820
16821[[package]]
16822name = "symphonia"
16823version = "0.5.5"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16826dependencies = [
16827 "lazy_static",
16828 "symphonia-bundle-flac",
16829 "symphonia-bundle-mp3",
16830 "symphonia-codec-aac",
16831 "symphonia-codec-pcm",
16832 "symphonia-codec-vorbis",
16833 "symphonia-core",
16834 "symphonia-format-isomp4",
16835 "symphonia-format-ogg",
16836 "symphonia-format-riff",
16837 "symphonia-metadata",
16838]
16839
16840[[package]]
16841name = "symphonia-bundle-flac"
16842version = "0.5.5"
16843source = "registry+https://github.com/rust-lang/crates.io-index"
16844checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16845dependencies = [
16846 "log",
16847 "symphonia-core",
16848 "symphonia-metadata",
16849 "symphonia-utils-xiph",
16850]
16851
16852[[package]]
16853name = "symphonia-bundle-mp3"
16854version = "0.5.5"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16857dependencies = [
16858 "lazy_static",
16859 "log",
16860 "symphonia-core",
16861 "symphonia-metadata",
16862]
16863
16864[[package]]
16865name = "symphonia-codec-aac"
16866version = "0.5.5"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16869dependencies = [
16870 "lazy_static",
16871 "log",
16872 "symphonia-core",
16873]
16874
16875[[package]]
16876name = "symphonia-codec-pcm"
16877version = "0.5.5"
16878source = "registry+https://github.com/rust-lang/crates.io-index"
16879checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16880dependencies = [
16881 "log",
16882 "symphonia-core",
16883]
16884
16885[[package]]
16886name = "symphonia-codec-vorbis"
16887version = "0.5.5"
16888source = "registry+https://github.com/rust-lang/crates.io-index"
16889checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16890dependencies = [
16891 "log",
16892 "symphonia-core",
16893 "symphonia-utils-xiph",
16894]
16895
16896[[package]]
16897name = "symphonia-core"
16898version = "0.5.5"
16899source = "registry+https://github.com/rust-lang/crates.io-index"
16900checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16901dependencies = [
16902 "arrayvec",
16903 "bitflags 1.3.2",
16904 "bytemuck",
16905 "lazy_static",
16906 "log",
16907]
16908
16909[[package]]
16910name = "symphonia-format-isomp4"
16911version = "0.5.5"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16914dependencies = [
16915 "encoding_rs",
16916 "log",
16917 "symphonia-core",
16918 "symphonia-metadata",
16919 "symphonia-utils-xiph",
16920]
16921
16922[[package]]
16923name = "symphonia-format-ogg"
16924version = "0.5.5"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16927dependencies = [
16928 "log",
16929 "symphonia-core",
16930 "symphonia-metadata",
16931 "symphonia-utils-xiph",
16932]
16933
16934[[package]]
16935name = "symphonia-format-riff"
16936version = "0.5.5"
16937source = "registry+https://github.com/rust-lang/crates.io-index"
16938checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16939dependencies = [
16940 "extended",
16941 "log",
16942 "symphonia-core",
16943 "symphonia-metadata",
16944]
16945
16946[[package]]
16947name = "symphonia-metadata"
16948version = "0.5.5"
16949source = "registry+https://github.com/rust-lang/crates.io-index"
16950checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16951dependencies = [
16952 "encoding_rs",
16953 "lazy_static",
16954 "log",
16955 "symphonia-core",
16956]
16957
16958[[package]]
16959name = "symphonia-utils-xiph"
16960version = "0.5.5"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16963dependencies = [
16964 "symphonia-core",
16965 "symphonia-metadata",
16966]
16967
16968[[package]]
16969name = "syn"
16970version = "1.0.109"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16973dependencies = [
16974 "proc-macro2",
16975 "quote",
16976 "unicode-ident",
16977]
16978
16979[[package]]
16980name = "syn"
16981version = "2.0.117"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16984dependencies = [
16985 "proc-macro2",
16986 "quote",
16987 "unicode-ident",
16988]
16989
16990[[package]]
16991name = "sync_wrapper"
16992version = "0.1.2"
16993source = "registry+https://github.com/rust-lang/crates.io-index"
16994checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
16995
16996[[package]]
16997name = "sync_wrapper"
16998version = "1.0.2"
16999source = "registry+https://github.com/rust-lang/crates.io-index"
17000checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17001dependencies = [
17002 "futures-core",
17003]
17004
17005[[package]]
17006name = "synchronoise"
17007version = "1.0.1"
17008source = "registry+https://github.com/rust-lang/crates.io-index"
17009checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17010dependencies = [
17011 "crossbeam-queue",
17012]
17013
17014[[package]]
17015name = "synstructure"
17016version = "0.13.2"
17017source = "registry+https://github.com/rust-lang/crates.io-index"
17018checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17019dependencies = [
17020 "proc-macro2",
17021 "quote",
17022 "syn 2.0.117",
17023]
17024
17025[[package]]
17026name = "sys-locale"
17027version = "0.3.2"
17028source = "registry+https://github.com/rust-lang/crates.io-index"
17029checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17030dependencies = [
17031 "libc",
17032]
17033
17034[[package]]
17035name = "sysctl"
17036version = "0.5.5"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17039dependencies = [
17040 "bitflags 2.10.0",
17041 "byteorder",
17042 "enum-as-inner",
17043 "libc",
17044 "thiserror 1.0.69",
17045 "walkdir",
17046]
17047
17048[[package]]
17049name = "sysctl"
17050version = "0.6.0"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17053dependencies = [
17054 "bitflags 2.10.0",
17055 "byteorder",
17056 "enum-as-inner",
17057 "libc",
17058 "thiserror 1.0.69",
17059 "walkdir",
17060]
17061
17062[[package]]
17063name = "sysinfo"
17064version = "0.31.4"
17065source = "registry+https://github.com/rust-lang/crates.io-index"
17066checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17067dependencies = [
17068 "core-foundation-sys",
17069 "libc",
17070 "memchr",
17071 "ntapi",
17072 "rayon",
17073 "windows 0.57.0",
17074]
17075
17076[[package]]
17077name = "sysinfo"
17078version = "0.37.2"
17079source = "registry+https://github.com/rust-lang/crates.io-index"
17080checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17081dependencies = [
17082 "libc",
17083 "memchr",
17084 "ntapi",
17085 "objc2-core-foundation",
17086 "objc2-io-kit",
17087 "windows 0.61.3",
17088]
17089
17090[[package]]
17091name = "system-configuration"
17092version = "0.5.1"
17093source = "registry+https://github.com/rust-lang/crates.io-index"
17094checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17095dependencies = [
17096 "bitflags 1.3.2",
17097 "core-foundation 0.9.4",
17098 "system-configuration-sys 0.5.0",
17099]
17100
17101[[package]]
17102name = "system-configuration"
17103version = "0.6.1"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17106dependencies = [
17107 "bitflags 2.10.0",
17108 "core-foundation 0.9.4",
17109 "system-configuration-sys 0.6.0",
17110]
17111
17112[[package]]
17113name = "system-configuration-sys"
17114version = "0.5.0"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17117dependencies = [
17118 "core-foundation-sys",
17119 "libc",
17120]
17121
17122[[package]]
17123name = "system-configuration-sys"
17124version = "0.6.0"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17127dependencies = [
17128 "core-foundation-sys",
17129 "libc",
17130]
17131
17132[[package]]
17133name = "system-deps"
17134version = "6.2.2"
17135source = "registry+https://github.com/rust-lang/crates.io-index"
17136checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17137dependencies = [
17138 "cfg-expr 0.15.8",
17139 "heck 0.5.0",
17140 "pkg-config",
17141 "toml 0.8.23",
17142 "version-compare",
17143]
17144
17145[[package]]
17146name = "system-deps"
17147version = "7.0.7"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17150dependencies = [
17151 "cfg-expr 0.20.6",
17152 "heck 0.5.0",
17153 "pkg-config",
17154 "toml 0.9.8",
17155 "version-compare",
17156]
17157
17158[[package]]
17159name = "system-interface"
17160version = "0.27.3"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17163dependencies = [
17164 "bitflags 2.10.0",
17165 "cap-fs-ext",
17166 "cap-std",
17167 "fd-lock",
17168 "io-lifetimes",
17169 "rustix 0.38.44",
17170 "windows-sys 0.59.0",
17171 "winx",
17172]
17173
17174[[package]]
17175name = "system_specs"
17176version = "0.1.0"
17177dependencies = [
17178 "anyhow",
17179 "client",
17180 "gpui",
17181 "human_bytes",
17182 "pciid-parser",
17183 "release_channel",
17184 "semver",
17185 "serde",
17186 "sysinfo 0.37.2",
17187]
17188
17189[[package]]
17190name = "tab_switcher"
17191version = "0.1.0"
17192dependencies = [
17193 "collections",
17194 "ctor",
17195 "editor",
17196 "fuzzy",
17197 "gpui",
17198 "menu",
17199 "picker",
17200 "project",
17201 "schemars",
17202 "serde",
17203 "serde_json",
17204 "settings",
17205 "smol",
17206 "theme",
17207 "ui",
17208 "util",
17209 "workspace",
17210 "zlog",
17211]
17212
17213[[package]]
17214name = "taffy"
17215version = "0.9.0"
17216source = "registry+https://github.com/rust-lang/crates.io-index"
17217checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17218dependencies = [
17219 "arrayvec",
17220 "grid",
17221 "serde",
17222 "slotmap",
17223]
17224
17225[[package]]
17226name = "tagptr"
17227version = "0.2.0"
17228source = "registry+https://github.com/rust-lang/crates.io-index"
17229checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17230
17231[[package]]
17232name = "take-until"
17233version = "0.2.0"
17234source = "registry+https://github.com/rust-lang/crates.io-index"
17235checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17236
17237[[package]]
17238name = "tao-core-video-sys"
17239version = "0.2.0"
17240source = "registry+https://github.com/rust-lang/crates.io-index"
17241checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17242dependencies = [
17243 "cfg-if",
17244 "core-foundation-sys",
17245 "libc",
17246 "objc",
17247]
17248
17249[[package]]
17250name = "tap"
17251version = "1.0.1"
17252source = "registry+https://github.com/rust-lang/crates.io-index"
17253checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17254
17255[[package]]
17256name = "target-lexicon"
17257version = "0.12.16"
17258source = "registry+https://github.com/rust-lang/crates.io-index"
17259checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17260
17261[[package]]
17262name = "target-lexicon"
17263version = "0.13.3"
17264source = "registry+https://github.com/rust-lang/crates.io-index"
17265checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17266
17267[[package]]
17268name = "task"
17269version = "0.1.0"
17270dependencies = [
17271 "anyhow",
17272 "collections",
17273 "futures 0.3.31",
17274 "gpui",
17275 "hex",
17276 "log",
17277 "parking_lot",
17278 "pretty_assertions",
17279 "proto",
17280 "schemars",
17281 "serde",
17282 "serde_json",
17283 "serde_json_lenient",
17284 "sha2",
17285 "shellexpand 2.1.2",
17286 "util",
17287 "zed_actions",
17288]
17289
17290[[package]]
17291name = "tasks_ui"
17292version = "0.1.0"
17293dependencies = [
17294 "anyhow",
17295 "collections",
17296 "editor",
17297 "file_icons",
17298 "fuzzy",
17299 "gpui",
17300 "itertools 0.14.0",
17301 "language",
17302 "menu",
17303 "picker",
17304 "project",
17305 "serde",
17306 "serde_json",
17307 "task",
17308 "tree-sitter-rust",
17309 "tree-sitter-typescript",
17310 "ui",
17311 "util",
17312 "workspace",
17313 "zed_actions",
17314]
17315
17316[[package]]
17317name = "telemetry"
17318version = "0.1.0"
17319dependencies = [
17320 "futures 0.3.31",
17321 "serde",
17322 "serde_json",
17323 "telemetry_events",
17324]
17325
17326[[package]]
17327name = "telemetry_events"
17328version = "0.1.0"
17329dependencies = [
17330 "semver",
17331 "serde",
17332 "serde_json",
17333]
17334
17335[[package]]
17336name = "tempfile"
17337version = "3.23.0"
17338source = "registry+https://github.com/rust-lang/crates.io-index"
17339checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17340dependencies = [
17341 "fastrand 2.3.0",
17342 "getrandom 0.3.4",
17343 "once_cell",
17344 "rustix 1.1.2",
17345 "windows-sys 0.61.2",
17346]
17347
17348[[package]]
17349name = "tendril"
17350version = "0.4.3"
17351source = "registry+https://github.com/rust-lang/crates.io-index"
17352checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17353dependencies = [
17354 "futf",
17355 "mac",
17356 "utf-8",
17357]
17358
17359[[package]]
17360name = "termcolor"
17361version = "1.4.1"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17364dependencies = [
17365 "winapi-util",
17366]
17367
17368[[package]]
17369name = "terminal"
17370version = "0.1.0"
17371dependencies = [
17372 "alacritty_terminal",
17373 "anyhow",
17374 "collections",
17375 "futures 0.3.31",
17376 "gpui",
17377 "itertools 0.14.0",
17378 "libc",
17379 "log",
17380 "parking_lot",
17381 "rand 0.9.2",
17382 "regex",
17383 "release_channel",
17384 "schemars",
17385 "serde",
17386 "settings",
17387 "smol",
17388 "sysinfo 0.37.2",
17389 "task",
17390 "theme",
17391 "thiserror 2.0.17",
17392 "url",
17393 "urlencoding",
17394 "util",
17395 "util_macros",
17396 "windows 0.61.3",
17397]
17398
17399[[package]]
17400name = "terminal_size"
17401version = "0.4.3"
17402source = "registry+https://github.com/rust-lang/crates.io-index"
17403checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17404dependencies = [
17405 "rustix 1.1.2",
17406 "windows-sys 0.60.2",
17407]
17408
17409[[package]]
17410name = "terminal_view"
17411version = "0.1.0"
17412dependencies = [
17413 "anyhow",
17414 "assistant_slash_command",
17415 "async-recursion",
17416 "breadcrumbs",
17417 "collections",
17418 "db",
17419 "dirs 4.0.0",
17420 "editor",
17421 "futures 0.3.31",
17422 "gpui",
17423 "itertools 0.14.0",
17424 "language",
17425 "log",
17426 "menu",
17427 "pretty_assertions",
17428 "project",
17429 "regex",
17430 "schemars",
17431 "serde",
17432 "serde_json",
17433 "settings",
17434 "shellexpand 2.1.2",
17435 "task",
17436 "terminal",
17437 "theme",
17438 "ui",
17439 "util",
17440 "workspace",
17441 "zed_actions",
17442]
17443
17444[[package]]
17445name = "text"
17446version = "0.1.0"
17447dependencies = [
17448 "anyhow",
17449 "clock",
17450 "collections",
17451 "ctor",
17452 "gpui",
17453 "log",
17454 "parking_lot",
17455 "postage",
17456 "rand 0.9.2",
17457 "regex",
17458 "rope",
17459 "smallvec",
17460 "sum_tree",
17461 "util",
17462 "zlog",
17463]
17464
17465[[package]]
17466name = "theme"
17467version = "0.1.0"
17468dependencies = [
17469 "anyhow",
17470 "collections",
17471 "derive_more",
17472 "fs",
17473 "futures 0.3.31",
17474 "gpui",
17475 "log",
17476 "palette",
17477 "parking_lot",
17478 "refineable",
17479 "schemars",
17480 "serde",
17481 "serde_json",
17482 "serde_json_lenient",
17483 "settings",
17484 "strum 0.27.2",
17485 "thiserror 2.0.17",
17486 "util",
17487 "uuid",
17488]
17489
17490[[package]]
17491name = "theme_extension"
17492version = "0.1.0"
17493dependencies = [
17494 "anyhow",
17495 "extension",
17496 "fs",
17497 "gpui",
17498 "theme",
17499]
17500
17501[[package]]
17502name = "theme_importer"
17503version = "0.1.0"
17504dependencies = [
17505 "anyhow",
17506 "clap",
17507 "collections",
17508 "gpui",
17509 "indexmap",
17510 "log",
17511 "palette",
17512 "serde",
17513 "serde_json",
17514 "serde_json_lenient",
17515 "simplelog",
17516 "strum 0.27.2",
17517 "theme",
17518 "vscode_theme",
17519]
17520
17521[[package]]
17522name = "theme_selector"
17523version = "0.1.0"
17524dependencies = [
17525 "fs",
17526 "fuzzy",
17527 "gpui",
17528 "log",
17529 "picker",
17530 "serde",
17531 "settings",
17532 "telemetry",
17533 "theme",
17534 "ui",
17535 "util",
17536 "workspace",
17537 "zed_actions",
17538]
17539
17540[[package]]
17541name = "thiserror"
17542version = "1.0.69"
17543source = "registry+https://github.com/rust-lang/crates.io-index"
17544checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17545dependencies = [
17546 "thiserror-impl 1.0.69",
17547]
17548
17549[[package]]
17550name = "thiserror"
17551version = "2.0.17"
17552source = "registry+https://github.com/rust-lang/crates.io-index"
17553checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17554dependencies = [
17555 "thiserror-impl 2.0.17",
17556]
17557
17558[[package]]
17559name = "thiserror-impl"
17560version = "1.0.69"
17561source = "registry+https://github.com/rust-lang/crates.io-index"
17562checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17563dependencies = [
17564 "proc-macro2",
17565 "quote",
17566 "syn 2.0.117",
17567]
17568
17569[[package]]
17570name = "thiserror-impl"
17571version = "2.0.17"
17572source = "registry+https://github.com/rust-lang/crates.io-index"
17573checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17574dependencies = [
17575 "proc-macro2",
17576 "quote",
17577 "syn 2.0.117",
17578]
17579
17580[[package]]
17581name = "thread_local"
17582version = "1.1.9"
17583source = "registry+https://github.com/rust-lang/crates.io-index"
17584checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17585dependencies = [
17586 "cfg-if",
17587]
17588
17589[[package]]
17590name = "tiff"
17591version = "0.10.3"
17592source = "registry+https://github.com/rust-lang/crates.io-index"
17593checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17594dependencies = [
17595 "fax",
17596 "flate2",
17597 "half",
17598 "quick-error 2.0.1",
17599 "weezl",
17600 "zune-jpeg",
17601]
17602
17603[[package]]
17604name = "tiktoken-rs"
17605version = "0.9.1"
17606source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17607dependencies = [
17608 "anyhow",
17609 "base64 0.22.1",
17610 "bstr",
17611 "fancy-regex",
17612 "lazy_static",
17613 "regex",
17614 "rustc-hash 1.1.0",
17615]
17616
17617[[package]]
17618name = "time"
17619version = "0.3.47"
17620source = "registry+https://github.com/rust-lang/crates.io-index"
17621checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17622dependencies = [
17623 "deranged",
17624 "itoa",
17625 "libc",
17626 "num-conv",
17627 "num_threads",
17628 "powerfmt",
17629 "serde_core",
17630 "time-core",
17631 "time-macros",
17632]
17633
17634[[package]]
17635name = "time-core"
17636version = "0.1.8"
17637source = "registry+https://github.com/rust-lang/crates.io-index"
17638checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17639
17640[[package]]
17641name = "time-macros"
17642version = "0.2.27"
17643source = "registry+https://github.com/rust-lang/crates.io-index"
17644checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17645dependencies = [
17646 "num-conv",
17647 "time-core",
17648]
17649
17650[[package]]
17651name = "time_format"
17652version = "0.1.0"
17653dependencies = [
17654 "core-foundation 0.10.0",
17655 "core-foundation-sys",
17656 "sys-locale",
17657 "time",
17658 "windows 0.61.3",
17659]
17660
17661[[package]]
17662name = "tiny-keccak"
17663version = "2.0.2"
17664source = "registry+https://github.com/rust-lang/crates.io-index"
17665checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17666dependencies = [
17667 "crunchy",
17668]
17669
17670[[package]]
17671name = "tiny-skia"
17672version = "0.11.4"
17673source = "registry+https://github.com/rust-lang/crates.io-index"
17674checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17675dependencies = [
17676 "arrayref",
17677 "arrayvec",
17678 "bytemuck",
17679 "cfg-if",
17680 "log",
17681 "png 0.17.16",
17682 "tiny-skia-path",
17683]
17684
17685[[package]]
17686name = "tiny-skia-path"
17687version = "0.11.4"
17688source = "registry+https://github.com/rust-lang/crates.io-index"
17689checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17690dependencies = [
17691 "arrayref",
17692 "bytemuck",
17693 "strict-num",
17694]
17695
17696[[package]]
17697name = "tiny_http"
17698version = "0.8.2"
17699source = "registry+https://github.com/rust-lang/crates.io-index"
17700checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
17701dependencies = [
17702 "ascii",
17703 "chrono",
17704 "chunked_transfer",
17705 "log",
17706 "url",
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 "feature_flags",
17757 "git_ui",
17758 "gpui",
17759 "icons",
17760 "livekit_client",
17761 "notifications",
17762 "platform_title_bar",
17763 "project",
17764 "recent_projects",
17765 "release_channel",
17766 "remote",
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 = "trait-variant"
18246version = "0.1.2"
18247source = "registry+https://github.com/rust-lang/crates.io-index"
18248checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18249dependencies = [
18250 "proc-macro2",
18251 "quote",
18252 "syn 2.0.117",
18253]
18254
18255[[package]]
18256name = "transpose"
18257version = "0.2.3"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18260dependencies = [
18261 "num-integer",
18262 "strength_reduce",
18263]
18264
18265[[package]]
18266name = "tree-sitter"
18267version = "0.26.3"
18268source = "registry+https://github.com/rust-lang/crates.io-index"
18269checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18270dependencies = [
18271 "cc",
18272 "regex",
18273 "regex-syntax",
18274 "serde_json",
18275 "streaming-iterator",
18276 "tree-sitter-language",
18277 "wasmtime-c-api-impl",
18278]
18279
18280[[package]]
18281name = "tree-sitter-bash"
18282version = "0.25.1"
18283source = "registry+https://github.com/rust-lang/crates.io-index"
18284checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18285dependencies = [
18286 "cc",
18287 "tree-sitter-language",
18288]
18289
18290[[package]]
18291name = "tree-sitter-c"
18292version = "0.24.1"
18293source = "registry+https://github.com/rust-lang/crates.io-index"
18294checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18295dependencies = [
18296 "cc",
18297 "tree-sitter-language",
18298]
18299
18300[[package]]
18301name = "tree-sitter-cpp"
18302version = "0.23.4"
18303source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18304dependencies = [
18305 "cc",
18306 "tree-sitter-language",
18307]
18308
18309[[package]]
18310name = "tree-sitter-css"
18311version = "0.23.2"
18312source = "registry+https://github.com/rust-lang/crates.io-index"
18313checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18314dependencies = [
18315 "cc",
18316 "tree-sitter-language",
18317]
18318
18319[[package]]
18320name = "tree-sitter-diff"
18321version = "0.1.0"
18322source = "registry+https://github.com/rust-lang/crates.io-index"
18323checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18324dependencies = [
18325 "cc",
18326 "tree-sitter-language",
18327]
18328
18329[[package]]
18330name = "tree-sitter-elixir"
18331version = "0.3.4"
18332source = "registry+https://github.com/rust-lang/crates.io-index"
18333checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18334dependencies = [
18335 "cc",
18336 "tree-sitter-language",
18337]
18338
18339[[package]]
18340name = "tree-sitter-embedded-template"
18341version = "0.23.2"
18342source = "registry+https://github.com/rust-lang/crates.io-index"
18343checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18344dependencies = [
18345 "cc",
18346 "tree-sitter-language",
18347]
18348
18349[[package]]
18350name = "tree-sitter-gitcommit"
18351version = "0.0.1"
18352source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18353dependencies = [
18354 "cc",
18355 "tree-sitter-language",
18356]
18357
18358[[package]]
18359name = "tree-sitter-go"
18360version = "0.25.0"
18361source = "registry+https://github.com/rust-lang/crates.io-index"
18362checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18363dependencies = [
18364 "cc",
18365 "tree-sitter-language",
18366]
18367
18368[[package]]
18369name = "tree-sitter-gomod"
18370version = "1.1.1"
18371source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18372dependencies = [
18373 "cc",
18374 "tree-sitter-language",
18375]
18376
18377[[package]]
18378name = "tree-sitter-gowork"
18379version = "0.0.1"
18380source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18381dependencies = [
18382 "cc",
18383 "tree-sitter-language",
18384]
18385
18386[[package]]
18387name = "tree-sitter-heex"
18388version = "0.0.1"
18389source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18390dependencies = [
18391 "cc",
18392 "tree-sitter-language",
18393]
18394
18395[[package]]
18396name = "tree-sitter-html"
18397version = "0.23.2"
18398source = "registry+https://github.com/rust-lang/crates.io-index"
18399checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18400dependencies = [
18401 "cc",
18402 "tree-sitter-language",
18403]
18404
18405[[package]]
18406name = "tree-sitter-jsdoc"
18407version = "0.23.2"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18410dependencies = [
18411 "cc",
18412 "tree-sitter-language",
18413]
18414
18415[[package]]
18416name = "tree-sitter-json"
18417version = "0.24.8"
18418source = "registry+https://github.com/rust-lang/crates.io-index"
18419checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18420dependencies = [
18421 "cc",
18422 "tree-sitter-language",
18423]
18424
18425[[package]]
18426name = "tree-sitter-language"
18427version = "0.1.5"
18428source = "registry+https://github.com/rust-lang/crates.io-index"
18429checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18430
18431[[package]]
18432name = "tree-sitter-md"
18433version = "0.3.2"
18434source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18435dependencies = [
18436 "cc",
18437 "tree-sitter-language",
18438]
18439
18440[[package]]
18441name = "tree-sitter-python"
18442version = "0.25.0"
18443source = "registry+https://github.com/rust-lang/crates.io-index"
18444checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18445dependencies = [
18446 "cc",
18447 "tree-sitter-language",
18448]
18449
18450[[package]]
18451name = "tree-sitter-regex"
18452version = "0.24.3"
18453source = "registry+https://github.com/rust-lang/crates.io-index"
18454checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18455dependencies = [
18456 "cc",
18457 "tree-sitter-language",
18458]
18459
18460[[package]]
18461name = "tree-sitter-ruby"
18462version = "0.23.1"
18463source = "registry+https://github.com/rust-lang/crates.io-index"
18464checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18465dependencies = [
18466 "cc",
18467 "tree-sitter-language",
18468]
18469
18470[[package]]
18471name = "tree-sitter-rust"
18472version = "0.24.0"
18473source = "registry+https://github.com/rust-lang/crates.io-index"
18474checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
18475dependencies = [
18476 "cc",
18477 "tree-sitter-language",
18478]
18479
18480[[package]]
18481name = "tree-sitter-typescript"
18482version = "0.23.2"
18483source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18484dependencies = [
18485 "cc",
18486 "tree-sitter-language",
18487]
18488
18489[[package]]
18490name = "tree-sitter-yaml"
18491version = "0.6.1"
18492source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18493dependencies = [
18494 "cc",
18495 "tree-sitter-language",
18496]
18497
18498[[package]]
18499name = "triomphe"
18500version = "0.1.15"
18501source = "registry+https://github.com/rust-lang/crates.io-index"
18502checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18503dependencies = [
18504 "serde",
18505 "stable_deref_trait",
18506]
18507
18508[[package]]
18509name = "try-lock"
18510version = "0.2.5"
18511source = "registry+https://github.com/rust-lang/crates.io-index"
18512checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18513
18514[[package]]
18515name = "ttf-parser"
18516version = "0.20.0"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18519
18520[[package]]
18521name = "ttf-parser"
18522version = "0.25.1"
18523source = "registry+https://github.com/rust-lang/crates.io-index"
18524checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18525dependencies = [
18526 "core_maths",
18527]
18528
18529[[package]]
18530name = "tungstenite"
18531version = "0.20.1"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18534dependencies = [
18535 "byteorder",
18536 "bytes 1.11.1",
18537 "data-encoding",
18538 "http 0.2.12",
18539 "httparse",
18540 "log",
18541 "rand 0.8.5",
18542 "sha1",
18543 "thiserror 1.0.69",
18544 "url",
18545 "utf-8",
18546]
18547
18548[[package]]
18549name = "tungstenite"
18550version = "0.21.0"
18551source = "registry+https://github.com/rust-lang/crates.io-index"
18552checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18553dependencies = [
18554 "byteorder",
18555 "bytes 1.11.1",
18556 "data-encoding",
18557 "http 1.3.1",
18558 "httparse",
18559 "log",
18560 "rand 0.8.5",
18561 "sha1",
18562 "thiserror 1.0.69",
18563 "url",
18564 "utf-8",
18565]
18566
18567[[package]]
18568name = "tungstenite"
18569version = "0.27.0"
18570source = "registry+https://github.com/rust-lang/crates.io-index"
18571checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18572dependencies = [
18573 "bytes 1.11.1",
18574 "data-encoding",
18575 "http 1.3.1",
18576 "httparse",
18577 "log",
18578 "rand 0.9.2",
18579 "rustls 0.23.33",
18580 "rustls-pki-types",
18581 "sha1",
18582 "thiserror 2.0.17",
18583 "utf-8",
18584]
18585
18586[[package]]
18587name = "tungstenite"
18588version = "0.28.0"
18589source = "registry+https://github.com/rust-lang/crates.io-index"
18590checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18591dependencies = [
18592 "bytes 1.11.1",
18593 "data-encoding",
18594 "http 1.3.1",
18595 "httparse",
18596 "log",
18597 "rand 0.9.2",
18598 "rustls 0.23.33",
18599 "rustls-pki-types",
18600 "sha1",
18601 "thiserror 2.0.17",
18602 "utf-8",
18603]
18604
18605[[package]]
18606name = "typeid"
18607version = "1.0.3"
18608source = "registry+https://github.com/rust-lang/crates.io-index"
18609checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18610
18611[[package]]
18612name = "typenum"
18613version = "1.19.0"
18614source = "registry+https://github.com/rust-lang/crates.io-index"
18615checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18616
18617[[package]]
18618name = "ucd-trie"
18619version = "0.1.7"
18620source = "registry+https://github.com/rust-lang/crates.io-index"
18621checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18622
18623[[package]]
18624name = "uds"
18625version = "0.4.2"
18626source = "registry+https://github.com/rust-lang/crates.io-index"
18627checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18628dependencies = [
18629 "libc",
18630]
18631
18632[[package]]
18633name = "uds_windows"
18634version = "1.1.0"
18635source = "registry+https://github.com/rust-lang/crates.io-index"
18636checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18637dependencies = [
18638 "memoffset",
18639 "tempfile",
18640 "winapi",
18641]
18642
18643[[package]]
18644name = "ug"
18645version = "0.4.0"
18646source = "registry+https://github.com/rust-lang/crates.io-index"
18647checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18648dependencies = [
18649 "gemm 0.18.2",
18650 "half",
18651 "libloading",
18652 "memmap2",
18653 "num",
18654 "num-traits",
18655 "num_cpus",
18656 "rayon",
18657 "safetensors",
18658 "serde",
18659 "thiserror 1.0.69",
18660 "tracing",
18661 "yoke 0.7.5",
18662]
18663
18664[[package]]
18665name = "ui"
18666version = "0.1.0"
18667dependencies = [
18668 "chrono",
18669 "component",
18670 "documented",
18671 "gpui",
18672 "gpui_macros",
18673 "icons",
18674 "itertools 0.14.0",
18675 "menu",
18676 "schemars",
18677 "serde",
18678 "settings",
18679 "smallvec",
18680 "story",
18681 "strum 0.27.2",
18682 "theme",
18683 "ui_macros",
18684 "util",
18685 "windows 0.61.3",
18686]
18687
18688[[package]]
18689name = "ui_input"
18690version = "0.1.0"
18691dependencies = [
18692 "component",
18693 "gpui",
18694 "ui",
18695]
18696
18697[[package]]
18698name = "ui_macros"
18699version = "0.1.0"
18700dependencies = [
18701 "component",
18702 "quote",
18703 "syn 2.0.117",
18704 "ui",
18705]
18706
18707[[package]]
18708name = "ui_prompt"
18709version = "0.1.0"
18710dependencies = [
18711 "gpui",
18712 "markdown",
18713 "menu",
18714 "settings",
18715 "theme",
18716 "ui",
18717 "workspace",
18718]
18719
18720[[package]]
18721name = "unarray"
18722version = "0.1.4"
18723source = "registry+https://github.com/rust-lang/crates.io-index"
18724checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18725
18726[[package]]
18727name = "unicase"
18728version = "2.8.1"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18731
18732[[package]]
18733name = "unicode-bidi"
18734version = "0.3.18"
18735source = "registry+https://github.com/rust-lang/crates.io-index"
18736checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18737
18738[[package]]
18739name = "unicode-bidi-mirroring"
18740version = "0.4.0"
18741source = "registry+https://github.com/rust-lang/crates.io-index"
18742checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18743
18744[[package]]
18745name = "unicode-ccc"
18746version = "0.4.0"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18749
18750[[package]]
18751name = "unicode-general-category"
18752version = "1.1.0"
18753source = "registry+https://github.com/rust-lang/crates.io-index"
18754checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18755
18756[[package]]
18757name = "unicode-ident"
18758version = "1.0.19"
18759source = "registry+https://github.com/rust-lang/crates.io-index"
18760checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18761
18762[[package]]
18763name = "unicode-linebreak"
18764version = "0.1.5"
18765source = "registry+https://github.com/rust-lang/crates.io-index"
18766checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18767
18768[[package]]
18769name = "unicode-normalization"
18770version = "0.1.24"
18771source = "registry+https://github.com/rust-lang/crates.io-index"
18772checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18773dependencies = [
18774 "tinyvec",
18775]
18776
18777[[package]]
18778name = "unicode-properties"
18779version = "0.1.3"
18780source = "registry+https://github.com/rust-lang/crates.io-index"
18781checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18782
18783[[package]]
18784name = "unicode-script"
18785version = "0.5.8"
18786source = "registry+https://github.com/rust-lang/crates.io-index"
18787checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18788
18789[[package]]
18790name = "unicode-segmentation"
18791version = "1.12.0"
18792source = "registry+https://github.com/rust-lang/crates.io-index"
18793checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18794
18795[[package]]
18796name = "unicode-vo"
18797version = "0.1.0"
18798source = "registry+https://github.com/rust-lang/crates.io-index"
18799checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18800
18801[[package]]
18802name = "unicode-width"
18803version = "0.2.2"
18804source = "registry+https://github.com/rust-lang/crates.io-index"
18805checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18806
18807[[package]]
18808name = "unicode-xid"
18809version = "0.2.6"
18810source = "registry+https://github.com/rust-lang/crates.io-index"
18811checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18812
18813[[package]]
18814name = "unicode_categories"
18815version = "0.1.1"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18818
18819[[package]]
18820name = "unindent"
18821version = "0.2.4"
18822source = "registry+https://github.com/rust-lang/crates.io-index"
18823checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18824
18825[[package]]
18826name = "unsafe-libyaml"
18827version = "0.2.11"
18828source = "registry+https://github.com/rust-lang/crates.io-index"
18829checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18830
18831[[package]]
18832name = "untrusted"
18833version = "0.7.1"
18834source = "registry+https://github.com/rust-lang/crates.io-index"
18835checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18836
18837[[package]]
18838name = "untrusted"
18839version = "0.9.0"
18840source = "registry+https://github.com/rust-lang/crates.io-index"
18841checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18842
18843[[package]]
18844name = "url"
18845version = "2.5.7"
18846source = "registry+https://github.com/rust-lang/crates.io-index"
18847checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18848dependencies = [
18849 "form_urlencoded",
18850 "idna",
18851 "percent-encoding",
18852 "serde",
18853]
18854
18855[[package]]
18856name = "urlencoding"
18857version = "2.1.3"
18858source = "registry+https://github.com/rust-lang/crates.io-index"
18859checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18860
18861[[package]]
18862name = "usvg"
18863version = "0.45.1"
18864source = "registry+https://github.com/rust-lang/crates.io-index"
18865checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18866dependencies = [
18867 "base64 0.22.1",
18868 "data-url",
18869 "flate2",
18870 "fontdb 0.23.0",
18871 "imagesize",
18872 "kurbo",
18873 "log",
18874 "pico-args",
18875 "roxmltree",
18876 "rustybuzz",
18877 "simplecss",
18878 "siphasher 1.0.1",
18879 "strict-num",
18880 "svgtypes",
18881 "tiny-skia-path",
18882 "unicode-bidi",
18883 "unicode-script",
18884 "unicode-vo",
18885 "xmlwriter",
18886]
18887
18888[[package]]
18889name = "utf-8"
18890version = "0.7.6"
18891source = "registry+https://github.com/rust-lang/crates.io-index"
18892checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18893
18894[[package]]
18895name = "utf8-chars"
18896version = "3.0.6"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18899dependencies = [
18900 "arrayvec",
18901]
18902
18903[[package]]
18904name = "utf8_iter"
18905version = "1.0.4"
18906source = "registry+https://github.com/rust-lang/crates.io-index"
18907checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18908
18909[[package]]
18910name = "utf8parse"
18911version = "0.2.2"
18912source = "registry+https://github.com/rust-lang/crates.io-index"
18913checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18914
18915[[package]]
18916name = "util"
18917version = "0.1.0"
18918dependencies = [
18919 "anyhow",
18920 "async-fs",
18921 "async_zip",
18922 "collections",
18923 "command-fds",
18924 "dirs 4.0.0",
18925 "dunce",
18926 "futures 0.3.31",
18927 "futures-lite 1.13.0",
18928 "git2",
18929 "globset",
18930 "gpui_util",
18931 "itertools 0.14.0",
18932 "libc",
18933 "log",
18934 "mach2 0.5.0",
18935 "nix 0.29.0",
18936 "percent-encoding",
18937 "pretty_assertions",
18938 "rand 0.9.2",
18939 "regex",
18940 "rust-embed",
18941 "schemars",
18942 "serde",
18943 "serde_json",
18944 "serde_json_lenient",
18945 "shlex",
18946 "smol",
18947 "take-until",
18948 "tempfile",
18949 "tendril",
18950 "unicase",
18951 "url",
18952 "util_macros",
18953 "walkdir",
18954 "which 6.0.3",
18955]
18956
18957[[package]]
18958name = "util_macros"
18959version = "0.1.0"
18960dependencies = [
18961 "perf",
18962 "quote",
18963 "syn 2.0.117",
18964]
18965
18966[[package]]
18967name = "uuid"
18968version = "1.18.1"
18969source = "registry+https://github.com/rust-lang/crates.io-index"
18970checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18971dependencies = [
18972 "getrandom 0.3.4",
18973 "js-sys",
18974 "serde",
18975 "sha1_smol",
18976 "wasm-bindgen",
18977]
18978
18979[[package]]
18980name = "uuid-simd"
18981version = "0.8.0"
18982source = "registry+https://github.com/rust-lang/crates.io-index"
18983checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18984dependencies = [
18985 "outref",
18986 "vsimd",
18987]
18988
18989[[package]]
18990name = "v_frame"
18991version = "0.3.9"
18992source = "registry+https://github.com/rust-lang/crates.io-index"
18993checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
18994dependencies = [
18995 "aligned-vec",
18996 "num-traits",
18997 "wasm-bindgen",
18998]
18999
19000[[package]]
19001name = "valuable"
19002version = "0.1.1"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19005
19006[[package]]
19007name = "value-bag"
19008version = "1.12.0"
19009source = "registry+https://github.com/rust-lang/crates.io-index"
19010checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19011dependencies = [
19012 "value-bag-serde1",
19013 "value-bag-sval2",
19014]
19015
19016[[package]]
19017name = "value-bag-serde1"
19018version = "1.12.0"
19019source = "registry+https://github.com/rust-lang/crates.io-index"
19020checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19021dependencies = [
19022 "erased-serde",
19023 "serde_core",
19024 "serde_fmt",
19025]
19026
19027[[package]]
19028name = "value-bag-sval2"
19029version = "1.12.0"
19030source = "registry+https://github.com/rust-lang/crates.io-index"
19031checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19032dependencies = [
19033 "sval",
19034 "sval_buffer",
19035 "sval_dynamic",
19036 "sval_fmt",
19037 "sval_json",
19038 "sval_ref",
19039 "sval_serde",
19040]
19041
19042[[package]]
19043name = "vcpkg"
19044version = "0.2.15"
19045source = "registry+https://github.com/rust-lang/crates.io-index"
19046checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19047
19048[[package]]
19049name = "vercel"
19050version = "0.1.0"
19051dependencies = [
19052 "anyhow",
19053 "schemars",
19054 "serde",
19055 "strum 0.27.2",
19056]
19057
19058[[package]]
19059name = "version-compare"
19060version = "0.2.0"
19061source = "registry+https://github.com/rust-lang/crates.io-index"
19062checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19063
19064[[package]]
19065name = "version_check"
19066version = "0.9.5"
19067source = "registry+https://github.com/rust-lang/crates.io-index"
19068checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19069
19070[[package]]
19071name = "vim"
19072version = "0.1.0"
19073dependencies = [
19074 "anyhow",
19075 "async-compat",
19076 "async-trait",
19077 "collections",
19078 "command_palette",
19079 "command_palette_hooks",
19080 "db",
19081 "editor",
19082 "env_logger 0.11.8",
19083 "futures 0.3.31",
19084 "fuzzy",
19085 "git_ui",
19086 "gpui",
19087 "indoc",
19088 "itertools 0.14.0",
19089 "language",
19090 "log",
19091 "lsp",
19092 "markdown_preview",
19093 "menu",
19094 "multi_buffer",
19095 "nvim-rs",
19096 "outline_panel",
19097 "parking_lot",
19098 "perf",
19099 "picker",
19100 "project",
19101 "project_panel",
19102 "regex",
19103 "release_channel",
19104 "schemars",
19105 "search",
19106 "semver",
19107 "serde",
19108 "serde_json",
19109 "settings",
19110 "settings_ui",
19111 "task",
19112 "text",
19113 "theme",
19114 "tokio",
19115 "ui",
19116 "util",
19117 "util_macros",
19118 "vim_mode_setting",
19119 "workspace",
19120 "zed_actions",
19121]
19122
19123[[package]]
19124name = "vim_mode_setting"
19125version = "0.1.0"
19126dependencies = [
19127 "settings",
19128]
19129
19130[[package]]
19131name = "vscode_theme"
19132version = "0.2.0"
19133source = "registry+https://github.com/rust-lang/crates.io-index"
19134checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19135dependencies = [
19136 "serde",
19137]
19138
19139[[package]]
19140name = "vsimd"
19141version = "0.8.0"
19142source = "registry+https://github.com/rust-lang/crates.io-index"
19143checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19144
19145[[package]]
19146name = "vswhom"
19147version = "0.1.0"
19148source = "registry+https://github.com/rust-lang/crates.io-index"
19149checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19150dependencies = [
19151 "libc",
19152 "vswhom-sys",
19153]
19154
19155[[package]]
19156name = "vswhom-sys"
19157version = "0.1.3"
19158source = "registry+https://github.com/rust-lang/crates.io-index"
19159checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19160dependencies = [
19161 "cc",
19162 "libc",
19163]
19164
19165[[package]]
19166name = "vte"
19167version = "0.15.0"
19168source = "registry+https://github.com/rust-lang/crates.io-index"
19169checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19170dependencies = [
19171 "arrayvec",
19172 "bitflags 2.10.0",
19173 "cursor-icon",
19174 "log",
19175 "memchr",
19176 "serde",
19177]
19178
19179[[package]]
19180name = "wait-timeout"
19181version = "0.2.1"
19182source = "registry+https://github.com/rust-lang/crates.io-index"
19183checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19184dependencies = [
19185 "libc",
19186]
19187
19188[[package]]
19189name = "waker-fn"
19190version = "1.2.0"
19191source = "registry+https://github.com/rust-lang/crates.io-index"
19192checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19193
19194[[package]]
19195name = "walkdir"
19196version = "2.5.0"
19197source = "registry+https://github.com/rust-lang/crates.io-index"
19198checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19199dependencies = [
19200 "same-file",
19201 "winapi-util",
19202]
19203
19204[[package]]
19205name = "want"
19206version = "0.3.1"
19207source = "registry+https://github.com/rust-lang/crates.io-index"
19208checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19209dependencies = [
19210 "try-lock",
19211]
19212
19213[[package]]
19214name = "warp"
19215version = "0.3.7"
19216source = "registry+https://github.com/rust-lang/crates.io-index"
19217checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19218dependencies = [
19219 "bytes 1.11.1",
19220 "futures-channel",
19221 "futures-util",
19222 "headers",
19223 "http 0.2.12",
19224 "hyper 0.14.32",
19225 "log",
19226 "mime",
19227 "mime_guess",
19228 "percent-encoding",
19229 "pin-project",
19230 "scoped-tls",
19231 "serde",
19232 "serde_json",
19233 "serde_urlencoded",
19234 "tokio",
19235 "tokio-tungstenite 0.21.0",
19236 "tokio-util",
19237 "tower-service",
19238 "tracing",
19239]
19240
19241[[package]]
19242name = "wasi"
19243version = "0.11.1+wasi-snapshot-preview1"
19244source = "registry+https://github.com/rust-lang/crates.io-index"
19245checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19246
19247[[package]]
19248name = "wasip2"
19249version = "1.0.1+wasi-0.2.4"
19250source = "registry+https://github.com/rust-lang/crates.io-index"
19251checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19252dependencies = [
19253 "wit-bindgen 0.46.0",
19254]
19255
19256[[package]]
19257name = "wasip3"
19258version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19259source = "registry+https://github.com/rust-lang/crates.io-index"
19260checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19261dependencies = [
19262 "wit-bindgen 0.51.0",
19263]
19264
19265[[package]]
19266name = "wasite"
19267version = "0.1.0"
19268source = "registry+https://github.com/rust-lang/crates.io-index"
19269checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19270
19271[[package]]
19272name = "wasm-bindgen"
19273version = "0.2.113"
19274source = "registry+https://github.com/rust-lang/crates.io-index"
19275checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19276dependencies = [
19277 "cfg-if",
19278 "once_cell",
19279 "rustversion",
19280 "wasm-bindgen-macro",
19281 "wasm-bindgen-shared",
19282]
19283
19284[[package]]
19285name = "wasm-bindgen-futures"
19286version = "0.4.63"
19287source = "registry+https://github.com/rust-lang/crates.io-index"
19288checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19289dependencies = [
19290 "cfg-if",
19291 "futures-util",
19292 "js-sys",
19293 "once_cell",
19294 "wasm-bindgen",
19295 "web-sys",
19296]
19297
19298[[package]]
19299name = "wasm-bindgen-macro"
19300version = "0.2.113"
19301source = "registry+https://github.com/rust-lang/crates.io-index"
19302checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19303dependencies = [
19304 "quote",
19305 "wasm-bindgen-macro-support",
19306]
19307
19308[[package]]
19309name = "wasm-bindgen-macro-support"
19310version = "0.2.113"
19311source = "registry+https://github.com/rust-lang/crates.io-index"
19312checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19313dependencies = [
19314 "bumpalo",
19315 "proc-macro2",
19316 "quote",
19317 "syn 2.0.117",
19318 "wasm-bindgen-shared",
19319]
19320
19321[[package]]
19322name = "wasm-bindgen-shared"
19323version = "0.2.113"
19324source = "registry+https://github.com/rust-lang/crates.io-index"
19325checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19326dependencies = [
19327 "unicode-ident",
19328]
19329
19330[[package]]
19331name = "wasm-encoder"
19332version = "0.201.0"
19333source = "registry+https://github.com/rust-lang/crates.io-index"
19334checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19335dependencies = [
19336 "leb128",
19337]
19338
19339[[package]]
19340name = "wasm-encoder"
19341version = "0.221.3"
19342source = "registry+https://github.com/rust-lang/crates.io-index"
19343checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19344dependencies = [
19345 "leb128",
19346 "wasmparser 0.221.3",
19347]
19348
19349[[package]]
19350name = "wasm-encoder"
19351version = "0.227.1"
19352source = "registry+https://github.com/rust-lang/crates.io-index"
19353checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19354dependencies = [
19355 "leb128fmt",
19356 "wasmparser 0.227.1",
19357]
19358
19359[[package]]
19360name = "wasm-encoder"
19361version = "0.229.0"
19362source = "registry+https://github.com/rust-lang/crates.io-index"
19363checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19364dependencies = [
19365 "leb128fmt",
19366 "wasmparser 0.229.0",
19367]
19368
19369[[package]]
19370name = "wasm-encoder"
19371version = "0.244.0"
19372source = "registry+https://github.com/rust-lang/crates.io-index"
19373checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19374dependencies = [
19375 "leb128fmt",
19376 "wasmparser 0.244.0",
19377]
19378
19379[[package]]
19380name = "wasm-metadata"
19381version = "0.201.0"
19382source = "registry+https://github.com/rust-lang/crates.io-index"
19383checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19384dependencies = [
19385 "anyhow",
19386 "indexmap",
19387 "serde",
19388 "serde_derive",
19389 "serde_json",
19390 "spdx",
19391 "wasm-encoder 0.201.0",
19392 "wasmparser 0.201.0",
19393]
19394
19395[[package]]
19396name = "wasm-metadata"
19397version = "0.227.1"
19398source = "registry+https://github.com/rust-lang/crates.io-index"
19399checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19400dependencies = [
19401 "anyhow",
19402 "auditable-serde",
19403 "flate2",
19404 "indexmap",
19405 "serde",
19406 "serde_derive",
19407 "serde_json",
19408 "spdx",
19409 "url",
19410 "wasm-encoder 0.227.1",
19411 "wasmparser 0.227.1",
19412]
19413
19414[[package]]
19415name = "wasm-metadata"
19416version = "0.244.0"
19417source = "registry+https://github.com/rust-lang/crates.io-index"
19418checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19419dependencies = [
19420 "anyhow",
19421 "indexmap",
19422 "wasm-encoder 0.244.0",
19423 "wasmparser 0.244.0",
19424]
19425
19426[[package]]
19427name = "wasm-streams"
19428version = "0.4.2"
19429source = "registry+https://github.com/rust-lang/crates.io-index"
19430checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19431dependencies = [
19432 "futures-util",
19433 "js-sys",
19434 "wasm-bindgen",
19435 "wasm-bindgen-futures",
19436 "web-sys",
19437]
19438
19439[[package]]
19440name = "wasm_thread"
19441version = "0.3.3"
19442source = "registry+https://github.com/rust-lang/crates.io-index"
19443checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19444dependencies = [
19445 "futures 0.3.31",
19446 "js-sys",
19447 "wasm-bindgen",
19448 "web-sys",
19449]
19450
19451[[package]]
19452name = "wasmparser"
19453version = "0.201.0"
19454source = "registry+https://github.com/rust-lang/crates.io-index"
19455checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19456dependencies = [
19457 "bitflags 2.10.0",
19458 "indexmap",
19459 "semver",
19460]
19461
19462[[package]]
19463name = "wasmparser"
19464version = "0.221.3"
19465source = "registry+https://github.com/rust-lang/crates.io-index"
19466checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19467dependencies = [
19468 "bitflags 2.10.0",
19469 "hashbrown 0.15.5",
19470 "indexmap",
19471 "semver",
19472 "serde",
19473]
19474
19475[[package]]
19476name = "wasmparser"
19477version = "0.227.1"
19478source = "registry+https://github.com/rust-lang/crates.io-index"
19479checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19480dependencies = [
19481 "bitflags 2.10.0",
19482 "hashbrown 0.15.5",
19483 "indexmap",
19484 "semver",
19485]
19486
19487[[package]]
19488name = "wasmparser"
19489version = "0.229.0"
19490source = "registry+https://github.com/rust-lang/crates.io-index"
19491checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19492dependencies = [
19493 "bitflags 2.10.0",
19494 "hashbrown 0.15.5",
19495 "indexmap",
19496 "semver",
19497 "serde",
19498]
19499
19500[[package]]
19501name = "wasmparser"
19502version = "0.244.0"
19503source = "registry+https://github.com/rust-lang/crates.io-index"
19504checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19505dependencies = [
19506 "bitflags 2.10.0",
19507 "hashbrown 0.15.5",
19508 "indexmap",
19509 "semver",
19510]
19511
19512[[package]]
19513name = "wasmprinter"
19514version = "0.229.0"
19515source = "registry+https://github.com/rust-lang/crates.io-index"
19516checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19517dependencies = [
19518 "anyhow",
19519 "termcolor",
19520 "wasmparser 0.229.0",
19521]
19522
19523[[package]]
19524name = "wasmtime"
19525version = "33.0.2"
19526source = "registry+https://github.com/rust-lang/crates.io-index"
19527checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19528dependencies = [
19529 "addr2line 0.24.2",
19530 "anyhow",
19531 "async-trait",
19532 "bitflags 2.10.0",
19533 "bumpalo",
19534 "cc",
19535 "cfg-if",
19536 "encoding_rs",
19537 "hashbrown 0.15.5",
19538 "indexmap",
19539 "libc",
19540 "log",
19541 "mach2 0.4.3",
19542 "memfd",
19543 "object 0.36.7",
19544 "once_cell",
19545 "postcard",
19546 "psm",
19547 "pulley-interpreter",
19548 "rayon",
19549 "rustix 1.1.2",
19550 "semver",
19551 "serde",
19552 "serde_derive",
19553 "smallvec",
19554 "sptr",
19555 "target-lexicon 0.13.3",
19556 "trait-variant",
19557 "wasmparser 0.229.0",
19558 "wasmtime-asm-macros",
19559 "wasmtime-component-macro",
19560 "wasmtime-component-util",
19561 "wasmtime-cranelift",
19562 "wasmtime-environ",
19563 "wasmtime-fiber",
19564 "wasmtime-jit-icache-coherence",
19565 "wasmtime-math",
19566 "wasmtime-slab",
19567 "wasmtime-versioned-export-macros",
19568 "wasmtime-winch",
19569 "windows-sys 0.59.0",
19570]
19571
19572[[package]]
19573name = "wasmtime-asm-macros"
19574version = "33.0.2"
19575source = "registry+https://github.com/rust-lang/crates.io-index"
19576checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19577dependencies = [
19578 "cfg-if",
19579]
19580
19581[[package]]
19582name = "wasmtime-c-api-impl"
19583version = "33.0.2"
19584source = "registry+https://github.com/rust-lang/crates.io-index"
19585checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19586dependencies = [
19587 "anyhow",
19588 "log",
19589 "tracing",
19590 "wasmtime",
19591 "wasmtime-c-api-macros",
19592]
19593
19594[[package]]
19595name = "wasmtime-c-api-macros"
19596version = "33.0.2"
19597source = "registry+https://github.com/rust-lang/crates.io-index"
19598checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19599dependencies = [
19600 "proc-macro2",
19601 "quote",
19602]
19603
19604[[package]]
19605name = "wasmtime-component-macro"
19606version = "33.0.2"
19607source = "registry+https://github.com/rust-lang/crates.io-index"
19608checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19609dependencies = [
19610 "anyhow",
19611 "proc-macro2",
19612 "quote",
19613 "syn 2.0.117",
19614 "wasmtime-component-util",
19615 "wasmtime-wit-bindgen",
19616 "wit-parser 0.229.0",
19617]
19618
19619[[package]]
19620name = "wasmtime-component-util"
19621version = "33.0.2"
19622source = "registry+https://github.com/rust-lang/crates.io-index"
19623checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19624
19625[[package]]
19626name = "wasmtime-cranelift"
19627version = "33.0.2"
19628source = "registry+https://github.com/rust-lang/crates.io-index"
19629checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19630dependencies = [
19631 "anyhow",
19632 "cfg-if",
19633 "cranelift-codegen",
19634 "cranelift-control",
19635 "cranelift-entity",
19636 "cranelift-frontend",
19637 "cranelift-native",
19638 "gimli 0.31.1",
19639 "itertools 0.14.0",
19640 "log",
19641 "object 0.36.7",
19642 "pulley-interpreter",
19643 "smallvec",
19644 "target-lexicon 0.13.3",
19645 "thiserror 2.0.17",
19646 "wasmparser 0.229.0",
19647 "wasmtime-environ",
19648 "wasmtime-versioned-export-macros",
19649]
19650
19651[[package]]
19652name = "wasmtime-environ"
19653version = "33.0.2"
19654source = "registry+https://github.com/rust-lang/crates.io-index"
19655checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19656dependencies = [
19657 "anyhow",
19658 "cpp_demangle",
19659 "cranelift-bitset",
19660 "cranelift-entity",
19661 "gimli 0.31.1",
19662 "indexmap",
19663 "log",
19664 "object 0.36.7",
19665 "postcard",
19666 "rustc-demangle",
19667 "semver",
19668 "serde",
19669 "serde_derive",
19670 "smallvec",
19671 "target-lexicon 0.13.3",
19672 "wasm-encoder 0.229.0",
19673 "wasmparser 0.229.0",
19674 "wasmprinter",
19675 "wasmtime-component-util",
19676]
19677
19678[[package]]
19679name = "wasmtime-fiber"
19680version = "33.0.2"
19681source = "registry+https://github.com/rust-lang/crates.io-index"
19682checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19683dependencies = [
19684 "anyhow",
19685 "cc",
19686 "cfg-if",
19687 "rustix 1.1.2",
19688 "wasmtime-asm-macros",
19689 "wasmtime-versioned-export-macros",
19690 "windows-sys 0.59.0",
19691]
19692
19693[[package]]
19694name = "wasmtime-jit-icache-coherence"
19695version = "33.0.2"
19696source = "registry+https://github.com/rust-lang/crates.io-index"
19697checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19698dependencies = [
19699 "anyhow",
19700 "cfg-if",
19701 "libc",
19702 "windows-sys 0.59.0",
19703]
19704
19705[[package]]
19706name = "wasmtime-math"
19707version = "33.0.2"
19708source = "registry+https://github.com/rust-lang/crates.io-index"
19709checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19710dependencies = [
19711 "libm",
19712]
19713
19714[[package]]
19715name = "wasmtime-slab"
19716version = "33.0.2"
19717source = "registry+https://github.com/rust-lang/crates.io-index"
19718checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19719
19720[[package]]
19721name = "wasmtime-versioned-export-macros"
19722version = "33.0.2"
19723source = "registry+https://github.com/rust-lang/crates.io-index"
19724checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19725dependencies = [
19726 "proc-macro2",
19727 "quote",
19728 "syn 2.0.117",
19729]
19730
19731[[package]]
19732name = "wasmtime-wasi"
19733version = "33.0.2"
19734source = "registry+https://github.com/rust-lang/crates.io-index"
19735checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19736dependencies = [
19737 "anyhow",
19738 "async-trait",
19739 "bitflags 2.10.0",
19740 "bytes 1.11.1",
19741 "cap-fs-ext",
19742 "cap-net-ext",
19743 "cap-rand",
19744 "cap-std",
19745 "cap-time-ext",
19746 "fs-set-times",
19747 "futures 0.3.31",
19748 "io-extras",
19749 "io-lifetimes",
19750 "rustix 1.1.2",
19751 "system-interface",
19752 "thiserror 2.0.17",
19753 "tokio",
19754 "tracing",
19755 "url",
19756 "wasmtime",
19757 "wasmtime-wasi-io",
19758 "wiggle",
19759 "windows-sys 0.59.0",
19760]
19761
19762[[package]]
19763name = "wasmtime-wasi-io"
19764version = "33.0.2"
19765source = "registry+https://github.com/rust-lang/crates.io-index"
19766checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19767dependencies = [
19768 "anyhow",
19769 "async-trait",
19770 "bytes 1.11.1",
19771 "futures 0.3.31",
19772 "wasmtime",
19773]
19774
19775[[package]]
19776name = "wasmtime-winch"
19777version = "33.0.2"
19778source = "registry+https://github.com/rust-lang/crates.io-index"
19779checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19780dependencies = [
19781 "anyhow",
19782 "cranelift-codegen",
19783 "gimli 0.31.1",
19784 "object 0.36.7",
19785 "target-lexicon 0.13.3",
19786 "wasmparser 0.229.0",
19787 "wasmtime-cranelift",
19788 "wasmtime-environ",
19789 "winch-codegen",
19790]
19791
19792[[package]]
19793name = "wasmtime-wit-bindgen"
19794version = "33.0.2"
19795source = "registry+https://github.com/rust-lang/crates.io-index"
19796checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19797dependencies = [
19798 "anyhow",
19799 "heck 0.5.0",
19800 "indexmap",
19801 "wit-parser 0.229.0",
19802]
19803
19804[[package]]
19805name = "wast"
19806version = "35.0.2"
19807source = "registry+https://github.com/rust-lang/crates.io-index"
19808checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19809dependencies = [
19810 "leb128",
19811]
19812
19813[[package]]
19814name = "watch"
19815version = "0.1.0"
19816dependencies = [
19817 "ctor",
19818 "futures 0.3.31",
19819 "gpui",
19820 "parking_lot",
19821 "zlog",
19822]
19823
19824[[package]]
19825name = "wax"
19826version = "0.7.0"
19827source = "registry+https://github.com/rust-lang/crates.io-index"
19828checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19829dependencies = [
19830 "const_format",
19831 "itertools 0.14.0",
19832 "nom 7.1.3",
19833 "pori",
19834 "regex",
19835 "thiserror 2.0.17",
19836 "walkdir",
19837]
19838
19839[[package]]
19840name = "wayland-backend"
19841version = "0.3.11"
19842source = "registry+https://github.com/rust-lang/crates.io-index"
19843checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19844dependencies = [
19845 "cc",
19846 "downcast-rs",
19847 "rustix 1.1.2",
19848 "scoped-tls",
19849 "smallvec",
19850 "wayland-sys",
19851]
19852
19853[[package]]
19854name = "wayland-client"
19855version = "0.31.11"
19856source = "registry+https://github.com/rust-lang/crates.io-index"
19857checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19858dependencies = [
19859 "bitflags 2.10.0",
19860 "rustix 1.1.2",
19861 "wayland-backend",
19862 "wayland-scanner",
19863]
19864
19865[[package]]
19866name = "wayland-cursor"
19867version = "0.31.11"
19868source = "registry+https://github.com/rust-lang/crates.io-index"
19869checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19870dependencies = [
19871 "rustix 1.1.2",
19872 "wayland-client",
19873 "xcursor",
19874]
19875
19876[[package]]
19877name = "wayland-protocols"
19878version = "0.32.9"
19879source = "registry+https://github.com/rust-lang/crates.io-index"
19880checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19881dependencies = [
19882 "bitflags 2.10.0",
19883 "wayland-backend",
19884 "wayland-client",
19885 "wayland-scanner",
19886]
19887
19888[[package]]
19889name = "wayland-protocols-plasma"
19890version = "0.3.9"
19891source = "registry+https://github.com/rust-lang/crates.io-index"
19892checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19893dependencies = [
19894 "bitflags 2.10.0",
19895 "wayland-backend",
19896 "wayland-client",
19897 "wayland-protocols",
19898 "wayland-scanner",
19899]
19900
19901[[package]]
19902name = "wayland-protocols-wlr"
19903version = "0.3.9"
19904source = "registry+https://github.com/rust-lang/crates.io-index"
19905checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19906dependencies = [
19907 "bitflags 2.10.0",
19908 "wayland-backend",
19909 "wayland-client",
19910 "wayland-protocols",
19911 "wayland-scanner",
19912]
19913
19914[[package]]
19915name = "wayland-scanner"
19916version = "0.31.7"
19917source = "registry+https://github.com/rust-lang/crates.io-index"
19918checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19919dependencies = [
19920 "proc-macro2",
19921 "quick-xml 0.37.5",
19922 "quote",
19923]
19924
19925[[package]]
19926name = "wayland-sys"
19927version = "0.31.7"
19928source = "registry+https://github.com/rust-lang/crates.io-index"
19929checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19930dependencies = [
19931 "dlib",
19932 "log",
19933 "once_cell",
19934 "pkg-config",
19935]
19936
19937[[package]]
19938name = "web-sys"
19939version = "0.3.90"
19940source = "registry+https://github.com/rust-lang/crates.io-index"
19941checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19942dependencies = [
19943 "js-sys",
19944 "wasm-bindgen",
19945]
19946
19947[[package]]
19948name = "web-time"
19949version = "1.1.0"
19950source = "registry+https://github.com/rust-lang/crates.io-index"
19951checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19952dependencies = [
19953 "js-sys",
19954 "wasm-bindgen",
19955]
19956
19957[[package]]
19958name = "web_atoms"
19959version = "0.1.3"
19960source = "registry+https://github.com/rust-lang/crates.io-index"
19961checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19962dependencies = [
19963 "phf 0.11.3",
19964 "phf_codegen",
19965 "string_cache",
19966 "string_cache_codegen",
19967]
19968
19969[[package]]
19970name = "web_search"
19971version = "0.1.0"
19972dependencies = [
19973 "anyhow",
19974 "cloud_llm_client",
19975 "collections",
19976 "gpui",
19977 "serde",
19978]
19979
19980[[package]]
19981name = "web_search_providers"
19982version = "0.1.0"
19983dependencies = [
19984 "anyhow",
19985 "client",
19986 "cloud_api_types",
19987 "cloud_llm_client",
19988 "futures 0.3.31",
19989 "gpui",
19990 "http_client",
19991 "language_model",
19992 "serde",
19993 "serde_json",
19994 "web_search",
19995]
19996
19997[[package]]
19998name = "webpki-root-certs"
19999version = "0.26.8"
20000source = "registry+https://github.com/rust-lang/crates.io-index"
20001checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20002dependencies = [
20003 "rustls-pki-types",
20004]
20005
20006[[package]]
20007name = "webpki-roots"
20008version = "0.26.8"
20009source = "registry+https://github.com/rust-lang/crates.io-index"
20010checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20011dependencies = [
20012 "rustls-pki-types",
20013]
20014
20015[[package]]
20016name = "webrtc-sys"
20017version = "0.3.23"
20018source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20019dependencies = [
20020 "cc",
20021 "cxx",
20022 "cxx-build",
20023 "glob",
20024 "log",
20025 "pkg-config",
20026 "webrtc-sys-build",
20027]
20028
20029[[package]]
20030name = "webrtc-sys-build"
20031version = "0.3.13"
20032source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20033dependencies = [
20034 "anyhow",
20035 "fs2",
20036 "regex",
20037 "reqwest 0.12.24",
20038 "scratch",
20039 "semver",
20040 "zip 0.6.6",
20041]
20042
20043[[package]]
20044name = "weezl"
20045version = "0.1.10"
20046source = "registry+https://github.com/rust-lang/crates.io-index"
20047checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20048
20049[[package]]
20050name = "wgpu"
20051version = "28.0.1"
20052source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20053dependencies = [
20054 "arrayvec",
20055 "bitflags 2.10.0",
20056 "bytemuck",
20057 "cfg-if",
20058 "cfg_aliases 0.2.1",
20059 "document-features",
20060 "hashbrown 0.16.1",
20061 "js-sys",
20062 "log",
20063 "naga 28.0.1",
20064 "parking_lot",
20065 "portable-atomic",
20066 "profiling",
20067 "raw-window-handle",
20068 "smallvec",
20069 "static_assertions",
20070 "wasm-bindgen",
20071 "wasm-bindgen-futures",
20072 "web-sys",
20073 "wgpu-core",
20074 "wgpu-hal",
20075 "wgpu-types",
20076]
20077
20078[[package]]
20079name = "wgpu-core"
20080version = "28.0.1"
20081source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20082dependencies = [
20083 "arrayvec",
20084 "bit-set",
20085 "bit-vec",
20086 "bitflags 2.10.0",
20087 "bytemuck",
20088 "cfg_aliases 0.2.1",
20089 "document-features",
20090 "hashbrown 0.16.1",
20091 "indexmap",
20092 "log",
20093 "naga 28.0.1",
20094 "once_cell",
20095 "parking_lot",
20096 "portable-atomic",
20097 "profiling",
20098 "raw-window-handle",
20099 "rustc-hash 1.1.0",
20100 "smallvec",
20101 "thiserror 2.0.17",
20102 "wgpu-core-deps-apple",
20103 "wgpu-core-deps-emscripten",
20104 "wgpu-core-deps-windows-linux-android",
20105 "wgpu-hal",
20106 "wgpu-types",
20107]
20108
20109[[package]]
20110name = "wgpu-core-deps-apple"
20111version = "28.0.1"
20112source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20113dependencies = [
20114 "wgpu-hal",
20115]
20116
20117[[package]]
20118name = "wgpu-core-deps-emscripten"
20119version = "28.0.1"
20120source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20121dependencies = [
20122 "wgpu-hal",
20123]
20124
20125[[package]]
20126name = "wgpu-core-deps-windows-linux-android"
20127version = "28.0.1"
20128source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20129dependencies = [
20130 "wgpu-hal",
20131]
20132
20133[[package]]
20134name = "wgpu-hal"
20135version = "28.0.1"
20136source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20137dependencies = [
20138 "android_system_properties",
20139 "arrayvec",
20140 "ash",
20141 "bit-set",
20142 "bitflags 2.10.0",
20143 "block",
20144 "bytemuck",
20145 "cfg-if",
20146 "cfg_aliases 0.2.1",
20147 "core-graphics-types 0.2.0",
20148 "glow",
20149 "glutin_wgl_sys",
20150 "gpu-allocator",
20151 "gpu-descriptor",
20152 "hashbrown 0.16.1",
20153 "js-sys",
20154 "khronos-egl",
20155 "libc",
20156 "libloading",
20157 "log",
20158 "metal",
20159 "naga 28.0.1",
20160 "ndk-sys",
20161 "objc",
20162 "once_cell",
20163 "ordered-float 4.6.0",
20164 "parking_lot",
20165 "portable-atomic",
20166 "portable-atomic-util",
20167 "profiling",
20168 "range-alloc",
20169 "raw-window-handle",
20170 "renderdoc-sys",
20171 "smallvec",
20172 "thiserror 2.0.17",
20173 "wasm-bindgen",
20174 "web-sys",
20175 "wgpu-types",
20176 "windows 0.62.2",
20177 "windows-core 0.62.2",
20178]
20179
20180[[package]]
20181name = "wgpu-types"
20182version = "28.0.1"
20183source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20184dependencies = [
20185 "bitflags 2.10.0",
20186 "bytemuck",
20187 "js-sys",
20188 "log",
20189 "web-sys",
20190]
20191
20192[[package]]
20193name = "which"
20194version = "4.4.2"
20195source = "registry+https://github.com/rust-lang/crates.io-index"
20196checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20197dependencies = [
20198 "either",
20199 "home",
20200 "once_cell",
20201 "rustix 0.38.44",
20202]
20203
20204[[package]]
20205name = "which"
20206version = "6.0.3"
20207source = "registry+https://github.com/rust-lang/crates.io-index"
20208checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20209dependencies = [
20210 "either",
20211 "home",
20212 "rustix 0.38.44",
20213 "winsafe",
20214]
20215
20216[[package]]
20217name = "which_key"
20218version = "0.1.0"
20219dependencies = [
20220 "command_palette",
20221 "gpui",
20222 "serde",
20223 "settings",
20224 "theme",
20225 "ui",
20226 "util",
20227 "workspace",
20228]
20229
20230[[package]]
20231name = "whoami"
20232version = "1.6.1"
20233source = "registry+https://github.com/rust-lang/crates.io-index"
20234checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20235dependencies = [
20236 "libredox",
20237 "wasite",
20238]
20239
20240[[package]]
20241name = "wiggle"
20242version = "33.0.2"
20243source = "registry+https://github.com/rust-lang/crates.io-index"
20244checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20245dependencies = [
20246 "anyhow",
20247 "async-trait",
20248 "bitflags 2.10.0",
20249 "thiserror 2.0.17",
20250 "tracing",
20251 "wasmtime",
20252 "wiggle-macro",
20253]
20254
20255[[package]]
20256name = "wiggle-generate"
20257version = "33.0.2"
20258source = "registry+https://github.com/rust-lang/crates.io-index"
20259checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20260dependencies = [
20261 "anyhow",
20262 "heck 0.5.0",
20263 "proc-macro2",
20264 "quote",
20265 "syn 2.0.117",
20266 "witx",
20267]
20268
20269[[package]]
20270name = "wiggle-macro"
20271version = "33.0.2"
20272source = "registry+https://github.com/rust-lang/crates.io-index"
20273checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20274dependencies = [
20275 "proc-macro2",
20276 "quote",
20277 "syn 2.0.117",
20278 "wiggle-generate",
20279]
20280
20281[[package]]
20282name = "winapi"
20283version = "0.3.9"
20284source = "registry+https://github.com/rust-lang/crates.io-index"
20285checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20286dependencies = [
20287 "winapi-i686-pc-windows-gnu",
20288 "winapi-x86_64-pc-windows-gnu",
20289]
20290
20291[[package]]
20292name = "winapi-i686-pc-windows-gnu"
20293version = "0.4.0"
20294source = "registry+https://github.com/rust-lang/crates.io-index"
20295checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20296
20297[[package]]
20298name = "winapi-util"
20299version = "0.1.11"
20300source = "registry+https://github.com/rust-lang/crates.io-index"
20301checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20302dependencies = [
20303 "windows-sys 0.61.2",
20304]
20305
20306[[package]]
20307name = "winapi-x86_64-pc-windows-gnu"
20308version = "0.4.0"
20309source = "registry+https://github.com/rust-lang/crates.io-index"
20310checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20311
20312[[package]]
20313name = "winch-codegen"
20314version = "33.0.2"
20315source = "registry+https://github.com/rust-lang/crates.io-index"
20316checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20317dependencies = [
20318 "anyhow",
20319 "cranelift-assembler-x64",
20320 "cranelift-codegen",
20321 "gimli 0.31.1",
20322 "regalloc2",
20323 "smallvec",
20324 "target-lexicon 0.13.3",
20325 "thiserror 2.0.17",
20326 "wasmparser 0.229.0",
20327 "wasmtime-cranelift",
20328 "wasmtime-environ",
20329]
20330
20331[[package]]
20332name = "windows"
20333version = "0.57.0"
20334source = "registry+https://github.com/rust-lang/crates.io-index"
20335checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20336dependencies = [
20337 "windows-core 0.57.0",
20338 "windows-targets 0.52.6",
20339]
20340
20341[[package]]
20342name = "windows"
20343version = "0.58.0"
20344source = "registry+https://github.com/rust-lang/crates.io-index"
20345checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20346dependencies = [
20347 "windows-core 0.58.0",
20348 "windows-targets 0.52.6",
20349]
20350
20351[[package]]
20352name = "windows"
20353version = "0.61.3"
20354source = "registry+https://github.com/rust-lang/crates.io-index"
20355checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20356dependencies = [
20357 "windows-collections 0.2.0",
20358 "windows-core 0.61.2",
20359 "windows-future 0.2.1",
20360 "windows-link 0.1.3",
20361 "windows-numerics 0.2.0",
20362]
20363
20364[[package]]
20365name = "windows"
20366version = "0.62.2"
20367source = "registry+https://github.com/rust-lang/crates.io-index"
20368checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20369dependencies = [
20370 "windows-collections 0.3.2",
20371 "windows-core 0.62.2",
20372 "windows-future 0.3.2",
20373 "windows-numerics 0.3.1",
20374]
20375
20376[[package]]
20377name = "windows-bindgen"
20378version = "0.61.1"
20379source = "registry+https://github.com/rust-lang/crates.io-index"
20380checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20381dependencies = [
20382 "serde",
20383 "serde_json",
20384 "windows-threading 0.1.0",
20385]
20386
20387[[package]]
20388name = "windows-capture"
20389version = "1.4.3"
20390source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20391dependencies = [
20392 "clap",
20393 "ctrlc",
20394 "parking_lot",
20395 "rayon",
20396 "thiserror 2.0.17",
20397 "windows 0.61.3",
20398 "windows-future 0.2.1",
20399]
20400
20401[[package]]
20402name = "windows-collections"
20403version = "0.2.0"
20404source = "registry+https://github.com/rust-lang/crates.io-index"
20405checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20406dependencies = [
20407 "windows-core 0.61.2",
20408]
20409
20410[[package]]
20411name = "windows-collections"
20412version = "0.3.2"
20413source = "registry+https://github.com/rust-lang/crates.io-index"
20414checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20415dependencies = [
20416 "windows-core 0.62.2",
20417]
20418
20419[[package]]
20420name = "windows-core"
20421version = "0.57.0"
20422source = "registry+https://github.com/rust-lang/crates.io-index"
20423checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20424dependencies = [
20425 "windows-implement 0.57.0",
20426 "windows-interface 0.57.0",
20427 "windows-result 0.1.2",
20428 "windows-targets 0.52.6",
20429]
20430
20431[[package]]
20432name = "windows-core"
20433version = "0.58.0"
20434source = "registry+https://github.com/rust-lang/crates.io-index"
20435checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20436dependencies = [
20437 "windows-implement 0.58.0",
20438 "windows-interface 0.58.0",
20439 "windows-result 0.2.0",
20440 "windows-strings 0.1.0",
20441 "windows-targets 0.52.6",
20442]
20443
20444[[package]]
20445name = "windows-core"
20446version = "0.61.2"
20447source = "registry+https://github.com/rust-lang/crates.io-index"
20448checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20449dependencies = [
20450 "windows-implement 0.60.2",
20451 "windows-interface 0.59.3",
20452 "windows-link 0.1.3",
20453 "windows-result 0.3.4",
20454 "windows-strings 0.4.2",
20455]
20456
20457[[package]]
20458name = "windows-core"
20459version = "0.62.2"
20460source = "registry+https://github.com/rust-lang/crates.io-index"
20461checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20462dependencies = [
20463 "windows-implement 0.60.2",
20464 "windows-interface 0.59.3",
20465 "windows-link 0.2.1",
20466 "windows-result 0.4.1",
20467 "windows-strings 0.5.1",
20468]
20469
20470[[package]]
20471name = "windows-future"
20472version = "0.2.1"
20473source = "registry+https://github.com/rust-lang/crates.io-index"
20474checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20475dependencies = [
20476 "windows-core 0.61.2",
20477 "windows-link 0.1.3",
20478 "windows-threading 0.1.0",
20479]
20480
20481[[package]]
20482name = "windows-future"
20483version = "0.3.2"
20484source = "registry+https://github.com/rust-lang/crates.io-index"
20485checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20486dependencies = [
20487 "windows-core 0.62.2",
20488 "windows-link 0.2.1",
20489 "windows-threading 0.2.1",
20490]
20491
20492[[package]]
20493name = "windows-implement"
20494version = "0.57.0"
20495source = "registry+https://github.com/rust-lang/crates.io-index"
20496checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20497dependencies = [
20498 "proc-macro2",
20499 "quote",
20500 "syn 2.0.117",
20501]
20502
20503[[package]]
20504name = "windows-implement"
20505version = "0.58.0"
20506source = "registry+https://github.com/rust-lang/crates.io-index"
20507checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20508dependencies = [
20509 "proc-macro2",
20510 "quote",
20511 "syn 2.0.117",
20512]
20513
20514[[package]]
20515name = "windows-implement"
20516version = "0.60.2"
20517source = "registry+https://github.com/rust-lang/crates.io-index"
20518checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20519dependencies = [
20520 "proc-macro2",
20521 "quote",
20522 "syn 2.0.117",
20523]
20524
20525[[package]]
20526name = "windows-interface"
20527version = "0.57.0"
20528source = "registry+https://github.com/rust-lang/crates.io-index"
20529checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20530dependencies = [
20531 "proc-macro2",
20532 "quote",
20533 "syn 2.0.117",
20534]
20535
20536[[package]]
20537name = "windows-interface"
20538version = "0.58.0"
20539source = "registry+https://github.com/rust-lang/crates.io-index"
20540checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20541dependencies = [
20542 "proc-macro2",
20543 "quote",
20544 "syn 2.0.117",
20545]
20546
20547[[package]]
20548name = "windows-interface"
20549version = "0.59.3"
20550source = "registry+https://github.com/rust-lang/crates.io-index"
20551checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20552dependencies = [
20553 "proc-macro2",
20554 "quote",
20555 "syn 2.0.117",
20556]
20557
20558[[package]]
20559name = "windows-link"
20560version = "0.1.3"
20561source = "registry+https://github.com/rust-lang/crates.io-index"
20562checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20563
20564[[package]]
20565name = "windows-link"
20566version = "0.2.1"
20567source = "registry+https://github.com/rust-lang/crates.io-index"
20568checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20569
20570[[package]]
20571name = "windows-numerics"
20572version = "0.2.0"
20573source = "registry+https://github.com/rust-lang/crates.io-index"
20574checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20575dependencies = [
20576 "windows-core 0.61.2",
20577 "windows-link 0.1.3",
20578]
20579
20580[[package]]
20581name = "windows-numerics"
20582version = "0.3.1"
20583source = "registry+https://github.com/rust-lang/crates.io-index"
20584checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20585dependencies = [
20586 "windows-core 0.62.2",
20587 "windows-link 0.2.1",
20588]
20589
20590[[package]]
20591name = "windows-registry"
20592version = "0.4.0"
20593source = "registry+https://github.com/rust-lang/crates.io-index"
20594checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20595dependencies = [
20596 "windows-result 0.3.4",
20597 "windows-strings 0.3.1",
20598 "windows-targets 0.53.5",
20599]
20600
20601[[package]]
20602name = "windows-registry"
20603version = "0.5.3"
20604source = "registry+https://github.com/rust-lang/crates.io-index"
20605checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20606dependencies = [
20607 "windows-link 0.1.3",
20608 "windows-result 0.3.4",
20609 "windows-strings 0.4.2",
20610]
20611
20612[[package]]
20613name = "windows-registry"
20614version = "0.6.1"
20615source = "registry+https://github.com/rust-lang/crates.io-index"
20616checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20617dependencies = [
20618 "windows-link 0.2.1",
20619 "windows-result 0.4.1",
20620 "windows-strings 0.5.1",
20621]
20622
20623[[package]]
20624name = "windows-result"
20625version = "0.1.2"
20626source = "registry+https://github.com/rust-lang/crates.io-index"
20627checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20628dependencies = [
20629 "windows-targets 0.52.6",
20630]
20631
20632[[package]]
20633name = "windows-result"
20634version = "0.2.0"
20635source = "registry+https://github.com/rust-lang/crates.io-index"
20636checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20637dependencies = [
20638 "windows-targets 0.52.6",
20639]
20640
20641[[package]]
20642name = "windows-result"
20643version = "0.3.4"
20644source = "registry+https://github.com/rust-lang/crates.io-index"
20645checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20646dependencies = [
20647 "windows-link 0.1.3",
20648]
20649
20650[[package]]
20651name = "windows-result"
20652version = "0.4.1"
20653source = "registry+https://github.com/rust-lang/crates.io-index"
20654checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20655dependencies = [
20656 "windows-link 0.2.1",
20657]
20658
20659[[package]]
20660name = "windows-strings"
20661version = "0.1.0"
20662source = "registry+https://github.com/rust-lang/crates.io-index"
20663checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20664dependencies = [
20665 "windows-result 0.2.0",
20666 "windows-targets 0.52.6",
20667]
20668
20669[[package]]
20670name = "windows-strings"
20671version = "0.3.1"
20672source = "registry+https://github.com/rust-lang/crates.io-index"
20673checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20674dependencies = [
20675 "windows-link 0.1.3",
20676]
20677
20678[[package]]
20679name = "windows-strings"
20680version = "0.4.2"
20681source = "registry+https://github.com/rust-lang/crates.io-index"
20682checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20683dependencies = [
20684 "windows-link 0.1.3",
20685]
20686
20687[[package]]
20688name = "windows-strings"
20689version = "0.5.1"
20690source = "registry+https://github.com/rust-lang/crates.io-index"
20691checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20692dependencies = [
20693 "windows-link 0.2.1",
20694]
20695
20696[[package]]
20697name = "windows-sys"
20698version = "0.45.0"
20699source = "registry+https://github.com/rust-lang/crates.io-index"
20700checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20701dependencies = [
20702 "windows-targets 0.42.2",
20703]
20704
20705[[package]]
20706name = "windows-sys"
20707version = "0.48.0"
20708source = "registry+https://github.com/rust-lang/crates.io-index"
20709checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20710dependencies = [
20711 "windows-targets 0.48.5",
20712]
20713
20714[[package]]
20715name = "windows-sys"
20716version = "0.52.0"
20717source = "registry+https://github.com/rust-lang/crates.io-index"
20718checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20719dependencies = [
20720 "windows-targets 0.52.6",
20721]
20722
20723[[package]]
20724name = "windows-sys"
20725version = "0.59.0"
20726source = "registry+https://github.com/rust-lang/crates.io-index"
20727checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20728dependencies = [
20729 "windows-targets 0.52.6",
20730]
20731
20732[[package]]
20733name = "windows-sys"
20734version = "0.60.2"
20735source = "registry+https://github.com/rust-lang/crates.io-index"
20736checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20737dependencies = [
20738 "windows-targets 0.53.5",
20739]
20740
20741[[package]]
20742name = "windows-sys"
20743version = "0.61.2"
20744source = "registry+https://github.com/rust-lang/crates.io-index"
20745checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20746dependencies = [
20747 "windows-link 0.2.1",
20748]
20749
20750[[package]]
20751name = "windows-targets"
20752version = "0.42.2"
20753source = "registry+https://github.com/rust-lang/crates.io-index"
20754checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20755dependencies = [
20756 "windows_aarch64_gnullvm 0.42.2",
20757 "windows_aarch64_msvc 0.42.2",
20758 "windows_i686_gnu 0.42.2",
20759 "windows_i686_msvc 0.42.2",
20760 "windows_x86_64_gnu 0.42.2",
20761 "windows_x86_64_gnullvm 0.42.2",
20762 "windows_x86_64_msvc 0.42.2",
20763]
20764
20765[[package]]
20766name = "windows-targets"
20767version = "0.48.5"
20768source = "registry+https://github.com/rust-lang/crates.io-index"
20769checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20770dependencies = [
20771 "windows_aarch64_gnullvm 0.48.5",
20772 "windows_aarch64_msvc 0.48.5",
20773 "windows_i686_gnu 0.48.5",
20774 "windows_i686_msvc 0.48.5",
20775 "windows_x86_64_gnu 0.48.5",
20776 "windows_x86_64_gnullvm 0.48.5",
20777 "windows_x86_64_msvc 0.48.5",
20778]
20779
20780[[package]]
20781name = "windows-targets"
20782version = "0.52.6"
20783source = "registry+https://github.com/rust-lang/crates.io-index"
20784checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20785dependencies = [
20786 "windows_aarch64_gnullvm 0.52.6",
20787 "windows_aarch64_msvc 0.52.6",
20788 "windows_i686_gnu 0.52.6",
20789 "windows_i686_gnullvm 0.52.6",
20790 "windows_i686_msvc 0.52.6",
20791 "windows_x86_64_gnu 0.52.6",
20792 "windows_x86_64_gnullvm 0.52.6",
20793 "windows_x86_64_msvc 0.52.6",
20794]
20795
20796[[package]]
20797name = "windows-targets"
20798version = "0.53.5"
20799source = "registry+https://github.com/rust-lang/crates.io-index"
20800checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20801dependencies = [
20802 "windows-link 0.2.1",
20803 "windows_aarch64_gnullvm 0.53.1",
20804 "windows_aarch64_msvc 0.53.1",
20805 "windows_i686_gnu 0.53.1",
20806 "windows_i686_gnullvm 0.53.1",
20807 "windows_i686_msvc 0.53.1",
20808 "windows_x86_64_gnu 0.53.1",
20809 "windows_x86_64_gnullvm 0.53.1",
20810 "windows_x86_64_msvc 0.53.1",
20811]
20812
20813[[package]]
20814name = "windows-threading"
20815version = "0.1.0"
20816source = "registry+https://github.com/rust-lang/crates.io-index"
20817checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20818dependencies = [
20819 "windows-link 0.1.3",
20820]
20821
20822[[package]]
20823name = "windows-threading"
20824version = "0.2.1"
20825source = "registry+https://github.com/rust-lang/crates.io-index"
20826checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20827dependencies = [
20828 "windows-link 0.2.1",
20829]
20830
20831[[package]]
20832name = "windows_aarch64_gnullvm"
20833version = "0.42.2"
20834source = "registry+https://github.com/rust-lang/crates.io-index"
20835checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20836
20837[[package]]
20838name = "windows_aarch64_gnullvm"
20839version = "0.48.5"
20840source = "registry+https://github.com/rust-lang/crates.io-index"
20841checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20842
20843[[package]]
20844name = "windows_aarch64_gnullvm"
20845version = "0.52.6"
20846source = "registry+https://github.com/rust-lang/crates.io-index"
20847checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20848
20849[[package]]
20850name = "windows_aarch64_gnullvm"
20851version = "0.53.1"
20852source = "registry+https://github.com/rust-lang/crates.io-index"
20853checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20854
20855[[package]]
20856name = "windows_aarch64_msvc"
20857version = "0.42.2"
20858source = "registry+https://github.com/rust-lang/crates.io-index"
20859checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20860
20861[[package]]
20862name = "windows_aarch64_msvc"
20863version = "0.48.5"
20864source = "registry+https://github.com/rust-lang/crates.io-index"
20865checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20866
20867[[package]]
20868name = "windows_aarch64_msvc"
20869version = "0.52.6"
20870source = "registry+https://github.com/rust-lang/crates.io-index"
20871checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20872
20873[[package]]
20874name = "windows_aarch64_msvc"
20875version = "0.53.1"
20876source = "registry+https://github.com/rust-lang/crates.io-index"
20877checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20878
20879[[package]]
20880name = "windows_i686_gnu"
20881version = "0.42.2"
20882source = "registry+https://github.com/rust-lang/crates.io-index"
20883checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20884
20885[[package]]
20886name = "windows_i686_gnu"
20887version = "0.48.5"
20888source = "registry+https://github.com/rust-lang/crates.io-index"
20889checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20890
20891[[package]]
20892name = "windows_i686_gnu"
20893version = "0.52.6"
20894source = "registry+https://github.com/rust-lang/crates.io-index"
20895checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20896
20897[[package]]
20898name = "windows_i686_gnu"
20899version = "0.53.1"
20900source = "registry+https://github.com/rust-lang/crates.io-index"
20901checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20902
20903[[package]]
20904name = "windows_i686_gnullvm"
20905version = "0.52.6"
20906source = "registry+https://github.com/rust-lang/crates.io-index"
20907checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20908
20909[[package]]
20910name = "windows_i686_gnullvm"
20911version = "0.53.1"
20912source = "registry+https://github.com/rust-lang/crates.io-index"
20913checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20914
20915[[package]]
20916name = "windows_i686_msvc"
20917version = "0.42.2"
20918source = "registry+https://github.com/rust-lang/crates.io-index"
20919checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20920
20921[[package]]
20922name = "windows_i686_msvc"
20923version = "0.48.5"
20924source = "registry+https://github.com/rust-lang/crates.io-index"
20925checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20926
20927[[package]]
20928name = "windows_i686_msvc"
20929version = "0.52.6"
20930source = "registry+https://github.com/rust-lang/crates.io-index"
20931checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20932
20933[[package]]
20934name = "windows_i686_msvc"
20935version = "0.53.1"
20936source = "registry+https://github.com/rust-lang/crates.io-index"
20937checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20938
20939[[package]]
20940name = "windows_x86_64_gnu"
20941version = "0.42.2"
20942source = "registry+https://github.com/rust-lang/crates.io-index"
20943checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20944
20945[[package]]
20946name = "windows_x86_64_gnu"
20947version = "0.48.5"
20948source = "registry+https://github.com/rust-lang/crates.io-index"
20949checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20950
20951[[package]]
20952name = "windows_x86_64_gnu"
20953version = "0.52.6"
20954source = "registry+https://github.com/rust-lang/crates.io-index"
20955checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20956
20957[[package]]
20958name = "windows_x86_64_gnu"
20959version = "0.53.1"
20960source = "registry+https://github.com/rust-lang/crates.io-index"
20961checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
20962
20963[[package]]
20964name = "windows_x86_64_gnullvm"
20965version = "0.42.2"
20966source = "registry+https://github.com/rust-lang/crates.io-index"
20967checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
20968
20969[[package]]
20970name = "windows_x86_64_gnullvm"
20971version = "0.48.5"
20972source = "registry+https://github.com/rust-lang/crates.io-index"
20973checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
20974
20975[[package]]
20976name = "windows_x86_64_gnullvm"
20977version = "0.52.6"
20978source = "registry+https://github.com/rust-lang/crates.io-index"
20979checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
20980
20981[[package]]
20982name = "windows_x86_64_gnullvm"
20983version = "0.53.1"
20984source = "registry+https://github.com/rust-lang/crates.io-index"
20985checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
20986
20987[[package]]
20988name = "windows_x86_64_msvc"
20989version = "0.42.2"
20990source = "registry+https://github.com/rust-lang/crates.io-index"
20991checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
20992
20993[[package]]
20994name = "windows_x86_64_msvc"
20995version = "0.48.5"
20996source = "registry+https://github.com/rust-lang/crates.io-index"
20997checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
20998
20999[[package]]
21000name = "windows_x86_64_msvc"
21001version = "0.52.6"
21002source = "registry+https://github.com/rust-lang/crates.io-index"
21003checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21004
21005[[package]]
21006name = "windows_x86_64_msvc"
21007version = "0.53.1"
21008source = "registry+https://github.com/rust-lang/crates.io-index"
21009checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21010
21011[[package]]
21012name = "winnow"
21013version = "0.7.13"
21014source = "registry+https://github.com/rust-lang/crates.io-index"
21015checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21016dependencies = [
21017 "memchr",
21018]
21019
21020[[package]]
21021name = "winreg"
21022version = "0.10.1"
21023source = "registry+https://github.com/rust-lang/crates.io-index"
21024checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21025dependencies = [
21026 "winapi",
21027]
21028
21029[[package]]
21030name = "winreg"
21031version = "0.50.0"
21032source = "registry+https://github.com/rust-lang/crates.io-index"
21033checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21034dependencies = [
21035 "cfg-if",
21036 "windows-sys 0.48.0",
21037]
21038
21039[[package]]
21040name = "winreg"
21041version = "0.55.0"
21042source = "registry+https://github.com/rust-lang/crates.io-index"
21043checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21044dependencies = [
21045 "cfg-if",
21046 "windows-sys 0.59.0",
21047]
21048
21049[[package]]
21050name = "winresource"
21051version = "0.1.23"
21052source = "registry+https://github.com/rust-lang/crates.io-index"
21053checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21054dependencies = [
21055 "toml 0.8.23",
21056 "version_check",
21057]
21058
21059[[package]]
21060name = "winsafe"
21061version = "0.0.19"
21062source = "registry+https://github.com/rust-lang/crates.io-index"
21063checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21064
21065[[package]]
21066name = "winx"
21067version = "0.36.4"
21068source = "registry+https://github.com/rust-lang/crates.io-index"
21069checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21070dependencies = [
21071 "bitflags 2.10.0",
21072 "windows-sys 0.59.0",
21073]
21074
21075[[package]]
21076name = "wio"
21077version = "0.2.2"
21078source = "registry+https://github.com/rust-lang/crates.io-index"
21079checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21080dependencies = [
21081 "winapi",
21082]
21083
21084[[package]]
21085name = "wit-bindgen"
21086version = "0.22.0"
21087source = "registry+https://github.com/rust-lang/crates.io-index"
21088checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21089dependencies = [
21090 "bitflags 2.10.0",
21091 "wit-bindgen-rt 0.22.0",
21092 "wit-bindgen-rust-macro 0.22.0",
21093]
21094
21095[[package]]
21096name = "wit-bindgen"
21097version = "0.41.0"
21098source = "registry+https://github.com/rust-lang/crates.io-index"
21099checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21100dependencies = [
21101 "wit-bindgen-rt 0.41.0",
21102 "wit-bindgen-rust-macro 0.41.0",
21103]
21104
21105[[package]]
21106name = "wit-bindgen"
21107version = "0.46.0"
21108source = "registry+https://github.com/rust-lang/crates.io-index"
21109checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21110
21111[[package]]
21112name = "wit-bindgen"
21113version = "0.51.0"
21114source = "registry+https://github.com/rust-lang/crates.io-index"
21115checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21116dependencies = [
21117 "wit-bindgen-rust-macro 0.51.0",
21118]
21119
21120[[package]]
21121name = "wit-bindgen-core"
21122version = "0.22.0"
21123source = "registry+https://github.com/rust-lang/crates.io-index"
21124checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21125dependencies = [
21126 "anyhow",
21127 "wit-parser 0.201.0",
21128]
21129
21130[[package]]
21131name = "wit-bindgen-core"
21132version = "0.41.0"
21133source = "registry+https://github.com/rust-lang/crates.io-index"
21134checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21135dependencies = [
21136 "anyhow",
21137 "heck 0.5.0",
21138 "wit-parser 0.227.1",
21139]
21140
21141[[package]]
21142name = "wit-bindgen-core"
21143version = "0.51.0"
21144source = "registry+https://github.com/rust-lang/crates.io-index"
21145checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21146dependencies = [
21147 "anyhow",
21148 "heck 0.5.0",
21149 "wit-parser 0.244.0",
21150]
21151
21152[[package]]
21153name = "wit-bindgen-rt"
21154version = "0.22.0"
21155source = "registry+https://github.com/rust-lang/crates.io-index"
21156checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21157
21158[[package]]
21159name = "wit-bindgen-rt"
21160version = "0.41.0"
21161source = "registry+https://github.com/rust-lang/crates.io-index"
21162checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21163dependencies = [
21164 "bitflags 2.10.0",
21165 "futures 0.3.31",
21166 "once_cell",
21167]
21168
21169[[package]]
21170name = "wit-bindgen-rust"
21171version = "0.22.0"
21172source = "registry+https://github.com/rust-lang/crates.io-index"
21173checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21174dependencies = [
21175 "anyhow",
21176 "heck 0.4.1",
21177 "indexmap",
21178 "wasm-metadata 0.201.0",
21179 "wit-bindgen-core 0.22.0",
21180 "wit-component 0.201.0",
21181]
21182
21183[[package]]
21184name = "wit-bindgen-rust"
21185version = "0.41.0"
21186source = "registry+https://github.com/rust-lang/crates.io-index"
21187checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21188dependencies = [
21189 "anyhow",
21190 "heck 0.5.0",
21191 "indexmap",
21192 "prettyplease",
21193 "syn 2.0.117",
21194 "wasm-metadata 0.227.1",
21195 "wit-bindgen-core 0.41.0",
21196 "wit-component 0.227.1",
21197]
21198
21199[[package]]
21200name = "wit-bindgen-rust"
21201version = "0.51.0"
21202source = "registry+https://github.com/rust-lang/crates.io-index"
21203checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21204dependencies = [
21205 "anyhow",
21206 "heck 0.5.0",
21207 "indexmap",
21208 "prettyplease",
21209 "syn 2.0.117",
21210 "wasm-metadata 0.244.0",
21211 "wit-bindgen-core 0.51.0",
21212 "wit-component 0.244.0",
21213]
21214
21215[[package]]
21216name = "wit-bindgen-rust-macro"
21217version = "0.22.0"
21218source = "registry+https://github.com/rust-lang/crates.io-index"
21219checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21220dependencies = [
21221 "anyhow",
21222 "proc-macro2",
21223 "quote",
21224 "syn 2.0.117",
21225 "wit-bindgen-core 0.22.0",
21226 "wit-bindgen-rust 0.22.0",
21227]
21228
21229[[package]]
21230name = "wit-bindgen-rust-macro"
21231version = "0.41.0"
21232source = "registry+https://github.com/rust-lang/crates.io-index"
21233checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21234dependencies = [
21235 "anyhow",
21236 "prettyplease",
21237 "proc-macro2",
21238 "quote",
21239 "syn 2.0.117",
21240 "wit-bindgen-core 0.41.0",
21241 "wit-bindgen-rust 0.41.0",
21242]
21243
21244[[package]]
21245name = "wit-bindgen-rust-macro"
21246version = "0.51.0"
21247source = "registry+https://github.com/rust-lang/crates.io-index"
21248checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21249dependencies = [
21250 "anyhow",
21251 "prettyplease",
21252 "proc-macro2",
21253 "quote",
21254 "syn 2.0.117",
21255 "wit-bindgen-core 0.51.0",
21256 "wit-bindgen-rust 0.51.0",
21257]
21258
21259[[package]]
21260name = "wit-component"
21261version = "0.201.0"
21262source = "registry+https://github.com/rust-lang/crates.io-index"
21263checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21264dependencies = [
21265 "anyhow",
21266 "bitflags 2.10.0",
21267 "indexmap",
21268 "log",
21269 "serde",
21270 "serde_derive",
21271 "serde_json",
21272 "wasm-encoder 0.201.0",
21273 "wasm-metadata 0.201.0",
21274 "wasmparser 0.201.0",
21275 "wit-parser 0.201.0",
21276]
21277
21278[[package]]
21279name = "wit-component"
21280version = "0.227.1"
21281source = "registry+https://github.com/rust-lang/crates.io-index"
21282checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21283dependencies = [
21284 "anyhow",
21285 "bitflags 2.10.0",
21286 "indexmap",
21287 "log",
21288 "serde",
21289 "serde_derive",
21290 "serde_json",
21291 "wasm-encoder 0.227.1",
21292 "wasm-metadata 0.227.1",
21293 "wasmparser 0.227.1",
21294 "wit-parser 0.227.1",
21295]
21296
21297[[package]]
21298name = "wit-component"
21299version = "0.244.0"
21300source = "registry+https://github.com/rust-lang/crates.io-index"
21301checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21302dependencies = [
21303 "anyhow",
21304 "bitflags 2.10.0",
21305 "indexmap",
21306 "log",
21307 "serde",
21308 "serde_derive",
21309 "serde_json",
21310 "wasm-encoder 0.244.0",
21311 "wasm-metadata 0.244.0",
21312 "wasmparser 0.244.0",
21313 "wit-parser 0.244.0",
21314]
21315
21316[[package]]
21317name = "wit-parser"
21318version = "0.201.0"
21319source = "registry+https://github.com/rust-lang/crates.io-index"
21320checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21321dependencies = [
21322 "anyhow",
21323 "id-arena",
21324 "indexmap",
21325 "log",
21326 "semver",
21327 "serde",
21328 "serde_derive",
21329 "serde_json",
21330 "unicode-xid",
21331 "wasmparser 0.201.0",
21332]
21333
21334[[package]]
21335name = "wit-parser"
21336version = "0.227.1"
21337source = "registry+https://github.com/rust-lang/crates.io-index"
21338checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21339dependencies = [
21340 "anyhow",
21341 "id-arena",
21342 "indexmap",
21343 "log",
21344 "semver",
21345 "serde",
21346 "serde_derive",
21347 "serde_json",
21348 "unicode-xid",
21349 "wasmparser 0.227.1",
21350]
21351
21352[[package]]
21353name = "wit-parser"
21354version = "0.229.0"
21355source = "registry+https://github.com/rust-lang/crates.io-index"
21356checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21357dependencies = [
21358 "anyhow",
21359 "id-arena",
21360 "indexmap",
21361 "log",
21362 "semver",
21363 "serde",
21364 "serde_derive",
21365 "serde_json",
21366 "unicode-xid",
21367 "wasmparser 0.229.0",
21368]
21369
21370[[package]]
21371name = "wit-parser"
21372version = "0.244.0"
21373source = "registry+https://github.com/rust-lang/crates.io-index"
21374checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21375dependencies = [
21376 "anyhow",
21377 "id-arena",
21378 "indexmap",
21379 "log",
21380 "semver",
21381 "serde",
21382 "serde_derive",
21383 "serde_json",
21384 "unicode-xid",
21385 "wasmparser 0.244.0",
21386]
21387
21388[[package]]
21389name = "witx"
21390version = "0.9.1"
21391source = "registry+https://github.com/rust-lang/crates.io-index"
21392checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21393dependencies = [
21394 "anyhow",
21395 "log",
21396 "thiserror 1.0.69",
21397 "wast",
21398]
21399
21400[[package]]
21401name = "workspace"
21402version = "0.1.0"
21403dependencies = [
21404 "any_vec",
21405 "anyhow",
21406 "async-recursion",
21407 "chrono",
21408 "client",
21409 "clock",
21410 "collections",
21411 "component",
21412 "db",
21413 "feature_flags",
21414 "fs",
21415 "futures 0.3.31",
21416 "git",
21417 "gpui",
21418 "http_client",
21419 "itertools 0.14.0",
21420 "language",
21421 "log",
21422 "markdown",
21423 "menu",
21424 "node_runtime",
21425 "parking_lot",
21426 "postage",
21427 "pretty_assertions",
21428 "project",
21429 "remote",
21430 "schemars",
21431 "serde",
21432 "serde_json",
21433 "session",
21434 "settings",
21435 "smallvec",
21436 "sqlez",
21437 "strum 0.27.2",
21438 "task",
21439 "telemetry",
21440 "tempfile",
21441 "theme",
21442 "ui",
21443 "util",
21444 "uuid",
21445 "windows 0.61.3",
21446 "zed_actions",
21447 "zlog",
21448]
21449
21450[[package]]
21451name = "worktree"
21452version = "0.1.0"
21453dependencies = [
21454 "anyhow",
21455 "async-lock 2.8.0",
21456 "chardetng",
21457 "clock",
21458 "collections",
21459 "encoding_rs",
21460 "fs",
21461 "futures 0.3.31",
21462 "fuzzy",
21463 "git",
21464 "gpui",
21465 "ignore",
21466 "language",
21467 "log",
21468 "parking_lot",
21469 "paths",
21470 "postage",
21471 "pretty_assertions",
21472 "rand 0.9.2",
21473 "rpc",
21474 "serde",
21475 "serde_json",
21476 "settings",
21477 "smallvec",
21478 "smol",
21479 "sum_tree",
21480 "text",
21481 "tracing",
21482 "util",
21483 "worktree",
21484 "zlog",
21485 "ztracing",
21486]
21487
21488[[package]]
21489name = "worktree_benchmarks"
21490version = "0.1.0"
21491dependencies = [
21492 "fs",
21493 "gpui_platform",
21494 "settings",
21495 "worktree",
21496]
21497
21498[[package]]
21499name = "wprcontrol"
21500version = "0.1.0"
21501source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21502dependencies = [
21503 "windows 0.61.3",
21504 "windows-bindgen",
21505 "windows-core 0.61.2",
21506 "windows-link 0.2.1",
21507]
21508
21509[[package]]
21510name = "writeable"
21511version = "0.6.1"
21512source = "registry+https://github.com/rust-lang/crates.io-index"
21513checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21514
21515[[package]]
21516name = "wyz"
21517version = "0.5.1"
21518source = "registry+https://github.com/rust-lang/crates.io-index"
21519checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21520dependencies = [
21521 "tap",
21522]
21523
21524[[package]]
21525name = "x11"
21526version = "2.21.0"
21527source = "registry+https://github.com/rust-lang/crates.io-index"
21528checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21529dependencies = [
21530 "libc",
21531 "pkg-config",
21532]
21533
21534[[package]]
21535name = "x11-clipboard"
21536version = "0.9.3"
21537source = "registry+https://github.com/rust-lang/crates.io-index"
21538checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21539dependencies = [
21540 "libc",
21541 "x11rb",
21542]
21543
21544[[package]]
21545name = "x11rb"
21546version = "0.13.2"
21547source = "registry+https://github.com/rust-lang/crates.io-index"
21548checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21549dependencies = [
21550 "as-raw-xcb-connection",
21551 "gethostname",
21552 "libc",
21553 "rustix 1.1.2",
21554 "x11rb-protocol",
21555 "xcursor",
21556]
21557
21558[[package]]
21559name = "x11rb-protocol"
21560version = "0.13.2"
21561source = "registry+https://github.com/rust-lang/crates.io-index"
21562checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21563
21564[[package]]
21565name = "x_ai"
21566version = "0.1.0"
21567dependencies = [
21568 "anyhow",
21569 "schemars",
21570 "serde",
21571 "strum 0.27.2",
21572]
21573
21574[[package]]
21575name = "xattr"
21576version = "0.2.3"
21577source = "registry+https://github.com/rust-lang/crates.io-index"
21578checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21579dependencies = [
21580 "libc",
21581]
21582
21583[[package]]
21584name = "xcb"
21585version = "1.6.0"
21586source = "registry+https://github.com/rust-lang/crates.io-index"
21587checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21588dependencies = [
21589 "bitflags 1.3.2",
21590 "libc",
21591 "quick-xml 0.30.0",
21592 "x11",
21593]
21594
21595[[package]]
21596name = "xcursor"
21597version = "0.3.10"
21598source = "registry+https://github.com/rust-lang/crates.io-index"
21599checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21600
21601[[package]]
21602name = "xim-ctext"
21603version = "0.3.0"
21604source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21605dependencies = [
21606 "encoding_rs",
21607]
21608
21609[[package]]
21610name = "xim-parser"
21611version = "0.2.1"
21612source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21613dependencies = [
21614 "bitflags 2.10.0",
21615]
21616
21617[[package]]
21618name = "xkbcommon"
21619version = "0.8.0"
21620source = "registry+https://github.com/rust-lang/crates.io-index"
21621checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21622dependencies = [
21623 "as-raw-xcb-connection",
21624 "libc",
21625 "memmap2",
21626 "xkeysym",
21627]
21628
21629[[package]]
21630name = "xkeysym"
21631version = "0.2.1"
21632source = "registry+https://github.com/rust-lang/crates.io-index"
21633checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21634
21635[[package]]
21636name = "xml-rs"
21637version = "0.8.28"
21638source = "registry+https://github.com/rust-lang/crates.io-index"
21639checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21640
21641[[package]]
21642name = "xml5ever"
21643version = "0.18.1"
21644source = "registry+https://github.com/rust-lang/crates.io-index"
21645checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21646dependencies = [
21647 "log",
21648 "mac",
21649 "markup5ever 0.12.1",
21650]
21651
21652[[package]]
21653name = "xmlparser"
21654version = "0.13.6"
21655source = "registry+https://github.com/rust-lang/crates.io-index"
21656checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21657
21658[[package]]
21659name = "xmlwriter"
21660version = "0.1.0"
21661source = "registry+https://github.com/rust-lang/crates.io-index"
21662checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21663
21664[[package]]
21665name = "xtask"
21666version = "0.1.0"
21667dependencies = [
21668 "annotate-snippets",
21669 "anyhow",
21670 "backtrace",
21671 "cargo_metadata",
21672 "cargo_toml",
21673 "clap",
21674 "gh-workflow",
21675 "indexmap",
21676 "indoc",
21677 "itertools 0.14.0",
21678 "regex",
21679 "serde",
21680 "serde_json",
21681 "serde_yaml",
21682 "strum 0.27.2",
21683 "toml 0.8.23",
21684 "toml_edit 0.22.27",
21685]
21686
21687[[package]]
21688name = "yaml-rust2"
21689version = "0.8.1"
21690source = "registry+https://github.com/rust-lang/crates.io-index"
21691checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21692dependencies = [
21693 "arraydeque",
21694 "encoding_rs",
21695 "hashlink 0.8.4",
21696]
21697
21698[[package]]
21699name = "yansi"
21700version = "1.0.1"
21701source = "registry+https://github.com/rust-lang/crates.io-index"
21702checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21703
21704[[package]]
21705name = "yawc"
21706version = "0.2.5"
21707source = "registry+https://github.com/rust-lang/crates.io-index"
21708checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21709dependencies = [
21710 "base64 0.22.1",
21711 "bytes 1.11.1",
21712 "flate2",
21713 "futures 0.3.31",
21714 "http-body-util",
21715 "hyper 1.7.0",
21716 "hyper-util",
21717 "js-sys",
21718 "nom 8.0.0",
21719 "pin-project",
21720 "rand 0.8.5",
21721 "sha1",
21722 "thiserror 1.0.69",
21723 "tokio",
21724 "tokio-rustls 0.26.2",
21725 "tokio-util",
21726 "url",
21727 "wasm-bindgen",
21728 "wasm-bindgen-futures",
21729 "web-sys",
21730 "webpki-roots",
21731]
21732
21733[[package]]
21734name = "yazi"
21735version = "0.2.1"
21736source = "registry+https://github.com/rust-lang/crates.io-index"
21737checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21738
21739[[package]]
21740name = "yeslogic-fontconfig-sys"
21741version = "6.0.0"
21742source = "registry+https://github.com/rust-lang/crates.io-index"
21743checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21744dependencies = [
21745 "dlib",
21746 "once_cell",
21747 "pkg-config",
21748]
21749
21750[[package]]
21751name = "yoke"
21752version = "0.7.5"
21753source = "registry+https://github.com/rust-lang/crates.io-index"
21754checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21755dependencies = [
21756 "serde",
21757 "stable_deref_trait",
21758 "yoke-derive 0.7.5",
21759 "zerofrom",
21760]
21761
21762[[package]]
21763name = "yoke"
21764version = "0.8.0"
21765source = "registry+https://github.com/rust-lang/crates.io-index"
21766checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21767dependencies = [
21768 "serde",
21769 "stable_deref_trait",
21770 "yoke-derive 0.8.0",
21771 "zerofrom",
21772]
21773
21774[[package]]
21775name = "yoke-derive"
21776version = "0.7.5"
21777source = "registry+https://github.com/rust-lang/crates.io-index"
21778checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21779dependencies = [
21780 "proc-macro2",
21781 "quote",
21782 "syn 2.0.117",
21783 "synstructure",
21784]
21785
21786[[package]]
21787name = "yoke-derive"
21788version = "0.8.0"
21789source = "registry+https://github.com/rust-lang/crates.io-index"
21790checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21791dependencies = [
21792 "proc-macro2",
21793 "quote",
21794 "syn 2.0.117",
21795 "synstructure",
21796]
21797
21798[[package]]
21799name = "zbus"
21800version = "5.13.2"
21801source = "registry+https://github.com/rust-lang/crates.io-index"
21802checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21803dependencies = [
21804 "async-broadcast",
21805 "async-executor",
21806 "async-io",
21807 "async-lock 3.4.2",
21808 "async-process",
21809 "async-recursion",
21810 "async-task",
21811 "async-trait",
21812 "blocking",
21813 "enumflags2",
21814 "event-listener 5.4.1",
21815 "futures-core",
21816 "futures-lite 2.6.1",
21817 "hex",
21818 "libc",
21819 "ordered-stream",
21820 "rustix 1.1.2",
21821 "serde",
21822 "serde_repr",
21823 "tracing",
21824 "uds_windows",
21825 "uuid",
21826 "windows-sys 0.61.2",
21827 "winnow",
21828 "zbus_macros",
21829 "zbus_names",
21830 "zvariant",
21831]
21832
21833[[package]]
21834name = "zbus_macros"
21835version = "5.13.2"
21836source = "registry+https://github.com/rust-lang/crates.io-index"
21837checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21838dependencies = [
21839 "proc-macro-crate",
21840 "proc-macro2",
21841 "quote",
21842 "syn 2.0.117",
21843 "zbus_names",
21844 "zvariant",
21845 "zvariant_utils",
21846]
21847
21848[[package]]
21849name = "zbus_names"
21850version = "4.3.1"
21851source = "registry+https://github.com/rust-lang/crates.io-index"
21852checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21853dependencies = [
21854 "serde",
21855 "winnow",
21856 "zvariant",
21857]
21858
21859[[package]]
21860name = "zed"
21861version = "0.230.0"
21862dependencies = [
21863 "acp_thread",
21864 "acp_tools",
21865 "action_log",
21866 "activity_indicator",
21867 "agent",
21868 "agent-client-protocol",
21869 "agent_servers",
21870 "agent_settings",
21871 "agent_ui",
21872 "anyhow",
21873 "ashpd",
21874 "askpass",
21875 "assets",
21876 "audio",
21877 "auto_update",
21878 "auto_update_ui",
21879 "breadcrumbs",
21880 "call",
21881 "channel",
21882 "chrono",
21883 "clap",
21884 "cli",
21885 "client",
21886 "clock",
21887 "codestral",
21888 "collab_ui",
21889 "collections",
21890 "command_palette",
21891 "component",
21892 "component_preview",
21893 "copilot",
21894 "copilot_chat",
21895 "copilot_ui",
21896 "crashes",
21897 "csv_preview",
21898 "dap_adapters",
21899 "db",
21900 "debug_adapter_extension",
21901 "debugger_tools",
21902 "debugger_ui",
21903 "dev_container",
21904 "diagnostics",
21905 "edit_prediction",
21906 "edit_prediction_ui",
21907 "editor",
21908 "encoding_selector",
21909 "env_logger 0.11.8",
21910 "etw_tracing",
21911 "extension",
21912 "extension_host",
21913 "extensions_ui",
21914 "feature_flags",
21915 "feedback",
21916 "file_finder",
21917 "fs",
21918 "futures 0.3.31",
21919 "git",
21920 "git_graph",
21921 "git_hosting_providers",
21922 "git_ui",
21923 "go_to_line",
21924 "gpui",
21925 "gpui_platform",
21926 "gpui_tokio",
21927 "http_client",
21928 "image",
21929 "image_viewer",
21930 "inspector_ui",
21931 "install_cli",
21932 "itertools 0.14.0",
21933 "journal",
21934 "json_schema_store",
21935 "keymap_editor",
21936 "language",
21937 "language_extension",
21938 "language_model",
21939 "language_models",
21940 "language_onboarding",
21941 "language_selector",
21942 "language_tools",
21943 "languages",
21944 "line_ending_selector",
21945 "log",
21946 "markdown",
21947 "markdown_preview",
21948 "menu",
21949 "migrator",
21950 "mimalloc",
21951 "miniprofiler_ui",
21952 "nc",
21953 "node_runtime",
21954 "notifications",
21955 "onboarding",
21956 "outline",
21957 "outline_panel",
21958 "parking_lot",
21959 "paths",
21960 "picker",
21961 "pkg-config",
21962 "pretty_assertions",
21963 "profiling",
21964 "project",
21965 "project_panel",
21966 "project_symbols",
21967 "prompt_store",
21968 "proto",
21969 "rayon",
21970 "recent_projects",
21971 "release_channel",
21972 "remote",
21973 "repl",
21974 "reqwest_client",
21975 "rope",
21976 "search",
21977 "semver",
21978 "serde",
21979 "serde_json",
21980 "session",
21981 "settings",
21982 "settings_profile_selector",
21983 "settings_ui",
21984 "shellexpand 2.1.2",
21985 "sidebar",
21986 "smol",
21987 "snippet_provider",
21988 "snippets_ui",
21989 "svg_preview",
21990 "sysinfo 0.37.2",
21991 "system_specs",
21992 "tab_switcher",
21993 "task",
21994 "tasks_ui",
21995 "telemetry",
21996 "telemetry_events",
21997 "tempfile",
21998 "terminal_view",
21999 "theme",
22000 "theme_extension",
22001 "theme_selector",
22002 "time",
22003 "time_format",
22004 "title_bar",
22005 "toolchain_selector",
22006 "tracing",
22007 "ui",
22008 "ui_prompt",
22009 "url",
22010 "urlencoding",
22011 "util",
22012 "uuid",
22013 "vim",
22014 "vim_mode_setting",
22015 "watch",
22016 "web_search",
22017 "web_search_providers",
22018 "which_key",
22019 "windows 0.61.3",
22020 "winresource",
22021 "workspace",
22022 "zed-reqwest",
22023 "zed_actions",
22024 "zed_env_vars",
22025 "zlog",
22026 "zlog_settings",
22027 "ztracing",
22028]
22029
22030[[package]]
22031name = "zed-font-kit"
22032version = "0.14.1-zed"
22033source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22034dependencies = [
22035 "bitflags 2.10.0",
22036 "byteorder",
22037 "core-foundation 0.10.0",
22038 "core-graphics 0.24.0",
22039 "core-text",
22040 "dirs 5.0.1",
22041 "dwrote",
22042 "float-ord",
22043 "freetype-sys",
22044 "lazy_static",
22045 "libc",
22046 "log",
22047 "pathfinder_geometry",
22048 "pathfinder_simd",
22049 "walkdir",
22050 "winapi",
22051 "yeslogic-fontconfig-sys",
22052]
22053
22054[[package]]
22055name = "zed-reqwest"
22056version = "0.12.15-zed"
22057source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22058dependencies = [
22059 "base64 0.22.1",
22060 "bytes 1.11.1",
22061 "encoding_rs",
22062 "futures-core",
22063 "futures-util",
22064 "h2 0.4.12",
22065 "http 1.3.1",
22066 "http-body 1.0.1",
22067 "http-body-util",
22068 "hyper 1.7.0",
22069 "hyper-rustls 0.27.7",
22070 "hyper-util",
22071 "ipnet",
22072 "js-sys",
22073 "log",
22074 "mime",
22075 "mime_guess",
22076 "once_cell",
22077 "percent-encoding",
22078 "pin-project-lite",
22079 "quinn",
22080 "rustls 0.23.33",
22081 "rustls-native-certs 0.8.2",
22082 "rustls-pemfile 2.2.0",
22083 "rustls-pki-types",
22084 "serde",
22085 "serde_json",
22086 "serde_urlencoded",
22087 "sync_wrapper 1.0.2",
22088 "system-configuration 0.6.1",
22089 "tokio",
22090 "tokio-rustls 0.26.2",
22091 "tokio-socks",
22092 "tokio-util",
22093 "tower 0.5.2",
22094 "tower-service",
22095 "url",
22096 "wasm-bindgen",
22097 "wasm-bindgen-futures",
22098 "wasm-streams",
22099 "web-sys",
22100 "windows-registry 0.4.0",
22101]
22102
22103[[package]]
22104name = "zed-scap"
22105version = "0.0.8-zed"
22106source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22107dependencies = [
22108 "anyhow",
22109 "cocoa 0.25.0",
22110 "core-graphics-helmer-fork",
22111 "log",
22112 "objc",
22113 "rand 0.8.5",
22114 "screencapturekit",
22115 "screencapturekit-sys",
22116 "sysinfo 0.31.4",
22117 "tao-core-video-sys",
22118 "windows 0.61.3",
22119 "windows-capture",
22120 "x11",
22121 "xcb",
22122]
22123
22124[[package]]
22125name = "zed-xim"
22126version = "0.4.0-zed"
22127source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22128dependencies = [
22129 "ahash 0.8.12",
22130 "hashbrown 0.14.5",
22131 "log",
22132 "x11rb",
22133 "xim-ctext",
22134 "xim-parser",
22135]
22136
22137[[package]]
22138name = "zed_actions"
22139version = "0.1.0"
22140dependencies = [
22141 "gpui",
22142 "schemars",
22143 "serde",
22144 "util",
22145 "uuid",
22146]
22147
22148[[package]]
22149name = "zed_env_vars"
22150version = "0.1.0"
22151dependencies = [
22152 "gpui",
22153]
22154
22155[[package]]
22156name = "zed_extension_api"
22157version = "0.1.0"
22158source = "registry+https://github.com/rust-lang/crates.io-index"
22159checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22160dependencies = [
22161 "serde",
22162 "serde_json",
22163 "wit-bindgen 0.22.0",
22164]
22165
22166[[package]]
22167name = "zed_extension_api"
22168version = "0.7.0"
22169source = "registry+https://github.com/rust-lang/crates.io-index"
22170checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22171dependencies = [
22172 "serde",
22173 "serde_json",
22174 "wit-bindgen 0.41.0",
22175]
22176
22177[[package]]
22178name = "zed_extension_api"
22179version = "0.8.0"
22180dependencies = [
22181 "serde",
22182 "serde_json",
22183 "wit-bindgen 0.41.0",
22184]
22185
22186[[package]]
22187name = "zed_glsl"
22188version = "0.2.2"
22189dependencies = [
22190 "zed_extension_api 0.1.0",
22191]
22192
22193[[package]]
22194name = "zed_html"
22195version = "0.3.1"
22196dependencies = [
22197 "zed_extension_api 0.7.0",
22198]
22199
22200[[package]]
22201name = "zed_proto"
22202version = "0.3.1"
22203dependencies = [
22204 "zed_extension_api 0.7.0",
22205]
22206
22207[[package]]
22208name = "zed_test_extension"
22209version = "0.1.0"
22210dependencies = [
22211 "zed_extension_api 0.8.0",
22212]
22213
22214[[package]]
22215name = "zeno"
22216version = "0.3.3"
22217source = "registry+https://github.com/rust-lang/crates.io-index"
22218checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22219
22220[[package]]
22221name = "zerocopy"
22222version = "0.8.27"
22223source = "registry+https://github.com/rust-lang/crates.io-index"
22224checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22225dependencies = [
22226 "zerocopy-derive",
22227]
22228
22229[[package]]
22230name = "zerocopy-derive"
22231version = "0.8.27"
22232source = "registry+https://github.com/rust-lang/crates.io-index"
22233checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22234dependencies = [
22235 "proc-macro2",
22236 "quote",
22237 "syn 2.0.117",
22238]
22239
22240[[package]]
22241name = "zerofrom"
22242version = "0.1.6"
22243source = "registry+https://github.com/rust-lang/crates.io-index"
22244checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22245dependencies = [
22246 "zerofrom-derive",
22247]
22248
22249[[package]]
22250name = "zerofrom-derive"
22251version = "0.1.6"
22252source = "registry+https://github.com/rust-lang/crates.io-index"
22253checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22254dependencies = [
22255 "proc-macro2",
22256 "quote",
22257 "syn 2.0.117",
22258 "synstructure",
22259]
22260
22261[[package]]
22262name = "zeroize"
22263version = "1.8.2"
22264source = "registry+https://github.com/rust-lang/crates.io-index"
22265checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22266dependencies = [
22267 "zeroize_derive",
22268]
22269
22270[[package]]
22271name = "zeroize_derive"
22272version = "1.4.2"
22273source = "registry+https://github.com/rust-lang/crates.io-index"
22274checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22275dependencies = [
22276 "proc-macro2",
22277 "quote",
22278 "syn 2.0.117",
22279]
22280
22281[[package]]
22282name = "zeromq"
22283version = "0.5.0"
22284source = "registry+https://github.com/rust-lang/crates.io-index"
22285checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22286dependencies = [
22287 "async-dispatcher",
22288 "async-std",
22289 "async-trait",
22290 "asynchronous-codec",
22291 "bytes 1.11.1",
22292 "crossbeam-queue",
22293 "futures 0.3.31",
22294 "log",
22295 "num-traits",
22296 "once_cell",
22297 "parking_lot",
22298 "rand 0.9.2",
22299 "regex",
22300 "scc",
22301 "thiserror 1.0.69",
22302 "uuid",
22303]
22304
22305[[package]]
22306name = "zerotrie"
22307version = "0.2.2"
22308source = "registry+https://github.com/rust-lang/crates.io-index"
22309checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22310dependencies = [
22311 "displaydoc",
22312 "yoke 0.8.0",
22313 "zerofrom",
22314]
22315
22316[[package]]
22317name = "zerovec"
22318version = "0.11.4"
22319source = "registry+https://github.com/rust-lang/crates.io-index"
22320checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22321dependencies = [
22322 "yoke 0.8.0",
22323 "zerofrom",
22324 "zerovec-derive",
22325]
22326
22327[[package]]
22328name = "zerovec-derive"
22329version = "0.11.1"
22330source = "registry+https://github.com/rust-lang/crates.io-index"
22331checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22332dependencies = [
22333 "proc-macro2",
22334 "quote",
22335 "syn 2.0.117",
22336]
22337
22338[[package]]
22339name = "zeta_prompt"
22340version = "0.1.0"
22341dependencies = [
22342 "anyhow",
22343 "indoc",
22344 "serde",
22345 "strum 0.27.2",
22346]
22347
22348[[package]]
22349name = "zip"
22350version = "0.6.6"
22351source = "registry+https://github.com/rust-lang/crates.io-index"
22352checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22353dependencies = [
22354 "aes",
22355 "byteorder",
22356 "bzip2",
22357 "constant_time_eq",
22358 "crc32fast",
22359 "crossbeam-utils",
22360 "flate2",
22361 "hmac",
22362 "pbkdf2 0.11.0",
22363 "sha1",
22364 "time",
22365 "zstd",
22366]
22367
22368[[package]]
22369name = "zip"
22370version = "1.1.4"
22371source = "registry+https://github.com/rust-lang/crates.io-index"
22372checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22373dependencies = [
22374 "arbitrary",
22375 "crc32fast",
22376 "crossbeam-utils",
22377 "displaydoc",
22378 "indexmap",
22379 "num_enum",
22380 "thiserror 1.0.69",
22381]
22382
22383[[package]]
22384name = "zlog"
22385version = "0.1.0"
22386dependencies = [
22387 "anyhow",
22388 "chrono",
22389 "collections",
22390 "log",
22391 "tempfile",
22392]
22393
22394[[package]]
22395name = "zlog_settings"
22396version = "0.1.0"
22397dependencies = [
22398 "collections",
22399 "gpui",
22400 "settings",
22401 "zlog",
22402]
22403
22404[[package]]
22405name = "zstd"
22406version = "0.11.2+zstd.1.5.2"
22407source = "registry+https://github.com/rust-lang/crates.io-index"
22408checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22409dependencies = [
22410 "zstd-safe",
22411]
22412
22413[[package]]
22414name = "zstd-safe"
22415version = "5.0.2+zstd.1.5.2"
22416source = "registry+https://github.com/rust-lang/crates.io-index"
22417checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22418dependencies = [
22419 "libc",
22420 "zstd-sys",
22421]
22422
22423[[package]]
22424name = "zstd-sys"
22425version = "2.0.16+zstd.1.5.7"
22426source = "registry+https://github.com/rust-lang/crates.io-index"
22427checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22428dependencies = [
22429 "cc",
22430 "pkg-config",
22431]
22432
22433[[package]]
22434name = "ztracing"
22435version = "0.1.0"
22436dependencies = [
22437 "tracing",
22438 "tracing-subscriber",
22439 "tracing-tracy",
22440 "tracy-client",
22441 "zlog",
22442 "ztracing_macro",
22443]
22444
22445[[package]]
22446name = "ztracing_macro"
22447version = "0.1.0"
22448
22449[[package]]
22450name = "zune-core"
22451version = "0.4.12"
22452source = "registry+https://github.com/rust-lang/crates.io-index"
22453checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22454
22455[[package]]
22456name = "zune-inflate"
22457version = "0.2.54"
22458source = "registry+https://github.com/rust-lang/crates.io-index"
22459checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22460dependencies = [
22461 "simd-adler32",
22462]
22463
22464[[package]]
22465name = "zune-jpeg"
22466version = "0.4.21"
22467source = "registry+https://github.com/rust-lang/crates.io-index"
22468checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22469dependencies = [
22470 "zune-core",
22471]
22472
22473[[package]]
22474name = "zvariant"
22475version = "5.9.2"
22476source = "registry+https://github.com/rust-lang/crates.io-index"
22477checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22478dependencies = [
22479 "endi",
22480 "enumflags2",
22481 "serde",
22482 "serde_bytes",
22483 "winnow",
22484 "zvariant_derive",
22485 "zvariant_utils",
22486]
22487
22488[[package]]
22489name = "zvariant_derive"
22490version = "5.9.2"
22491source = "registry+https://github.com/rust-lang/crates.io-index"
22492checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22493dependencies = [
22494 "proc-macro-crate",
22495 "proc-macro2",
22496 "quote",
22497 "syn 2.0.117",
22498 "zvariant_utils",
22499]
22500
22501[[package]]
22502name = "zvariant_utils"
22503version = "3.3.0"
22504source = "registry+https://github.com/rust-lang/crates.io-index"
22505checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22506dependencies = [
22507 "proc-macro2",
22508 "quote",
22509 "serde",
22510 "syn 2.0.117",
22511 "winnow",
22512]