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 "inventory",
 4622 "log",
 4623 "paths",
 4624 "release_channel",
 4625 "smol",
 4626 "sqlez",
 4627 "sqlez_macros",
 4628 "tempfile",
 4629 "util",
 4630 "uuid",
 4631 "zed_env_vars",
 4632]
 4633
 4634[[package]]
 4635name = "dbus"
 4636version = "0.9.9"
 4637source = "registry+https://github.com/rust-lang/crates.io-index"
 4638checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4639dependencies = [
 4640 "libc",
 4641 "libdbus-sys",
 4642 "windows-sys 0.59.0",
 4643]
 4644
 4645[[package]]
 4646name = "debug_adapter_extension"
 4647version = "0.1.0"
 4648dependencies = [
 4649 "anyhow",
 4650 "async-trait",
 4651 "collections",
 4652 "dap",
 4653 "extension",
 4654 "gpui",
 4655 "serde_json",
 4656 "task",
 4657 "util",
 4658]
 4659
 4660[[package]]
 4661name = "debugger_tools"
 4662version = "0.1.0"
 4663dependencies = [
 4664 "anyhow",
 4665 "dap",
 4666 "editor",
 4667 "futures 0.3.31",
 4668 "gpui",
 4669 "project",
 4670 "serde_json",
 4671 "settings",
 4672 "smol",
 4673 "util",
 4674 "workspace",
 4675]
 4676
 4677[[package]]
 4678name = "debugger_ui"
 4679version = "0.1.0"
 4680dependencies = [
 4681 "alacritty_terminal",
 4682 "anyhow",
 4683 "bitflags 2.10.0",
 4684 "client",
 4685 "collections",
 4686 "command_palette_hooks",
 4687 "dap",
 4688 "dap_adapters",
 4689 "db",
 4690 "debugger_tools",
 4691 "editor",
 4692 "feature_flags",
 4693 "file_icons",
 4694 "futures 0.3.31",
 4695 "fuzzy",
 4696 "gpui",
 4697 "hex",
 4698 "indoc",
 4699 "itertools 0.14.0",
 4700 "language",
 4701 "log",
 4702 "menu",
 4703 "notifications",
 4704 "parking_lot",
 4705 "parse_int",
 4706 "paths",
 4707 "picker",
 4708 "pretty_assertions",
 4709 "project",
 4710 "rpc",
 4711 "schemars",
 4712 "serde",
 4713 "serde_json",
 4714 "serde_json_lenient",
 4715 "settings",
 4716 "sysinfo 0.37.2",
 4717 "task",
 4718 "tasks_ui",
 4719 "terminal_view",
 4720 "text",
 4721 "theme",
 4722 "tree-sitter",
 4723 "tree-sitter-go",
 4724 "tree-sitter-json",
 4725 "ui",
 4726 "ui_input",
 4727 "unindent",
 4728 "util",
 4729 "workspace",
 4730 "zed_actions",
 4731 "zlog",
 4732]
 4733
 4734[[package]]
 4735name = "debugid"
 4736version = "0.8.0"
 4737source = "registry+https://github.com/rust-lang/crates.io-index"
 4738checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4739dependencies = [
 4740 "uuid",
 4741]
 4742
 4743[[package]]
 4744name = "deepseek"
 4745version = "0.1.0"
 4746dependencies = [
 4747 "anyhow",
 4748 "futures 0.3.31",
 4749 "http_client",
 4750 "schemars",
 4751 "serde",
 4752 "serde_json",
 4753]
 4754
 4755[[package]]
 4756name = "deflate64"
 4757version = "0.1.10"
 4758source = "registry+https://github.com/rust-lang/crates.io-index"
 4759checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4760
 4761[[package]]
 4762name = "denoise"
 4763version = "0.1.0"
 4764dependencies = [
 4765 "candle-core",
 4766 "candle-onnx",
 4767 "log",
 4768 "realfft",
 4769 "rodio",
 4770 "rustfft",
 4771 "thiserror 2.0.17",
 4772]
 4773
 4774[[package]]
 4775name = "der"
 4776version = "0.6.1"
 4777source = "registry+https://github.com/rust-lang/crates.io-index"
 4778checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4779dependencies = [
 4780 "const-oid",
 4781 "zeroize",
 4782]
 4783
 4784[[package]]
 4785name = "der"
 4786version = "0.7.10"
 4787source = "registry+https://github.com/rust-lang/crates.io-index"
 4788checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4789dependencies = [
 4790 "const-oid",
 4791 "pem-rfc7468",
 4792 "zeroize",
 4793]
 4794
 4795[[package]]
 4796name = "deranged"
 4797version = "0.5.4"
 4798source = "registry+https://github.com/rust-lang/crates.io-index"
 4799checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4800dependencies = [
 4801 "powerfmt",
 4802 "serde_core",
 4803]
 4804
 4805[[package]]
 4806name = "derive_arbitrary"
 4807version = "1.4.2"
 4808source = "registry+https://github.com/rust-lang/crates.io-index"
 4809checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4810dependencies = [
 4811 "proc-macro2",
 4812 "quote",
 4813 "syn 2.0.117",
 4814]
 4815
 4816[[package]]
 4817name = "derive_more"
 4818version = "2.1.1"
 4819source = "registry+https://github.com/rust-lang/crates.io-index"
 4820checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4821dependencies = [
 4822 "derive_more-impl",
 4823]
 4824
 4825[[package]]
 4826name = "derive_more-impl"
 4827version = "2.1.1"
 4828source = "registry+https://github.com/rust-lang/crates.io-index"
 4829checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4830dependencies = [
 4831 "convert_case 0.10.0",
 4832 "proc-macro2",
 4833 "quote",
 4834 "rustc_version",
 4835 "syn 2.0.117",
 4836 "unicode-xid",
 4837]
 4838
 4839[[package]]
 4840name = "derive_refineable"
 4841version = "0.1.0"
 4842dependencies = [
 4843 "proc-macro2",
 4844 "quote",
 4845 "syn 2.0.117",
 4846]
 4847
 4848[[package]]
 4849name = "derive_setters"
 4850version = "0.1.9"
 4851source = "registry+https://github.com/rust-lang/crates.io-index"
 4852checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4853dependencies = [
 4854 "darling 0.21.3",
 4855 "proc-macro2",
 4856 "quote",
 4857 "syn 2.0.117",
 4858]
 4859
 4860[[package]]
 4861name = "dev_container"
 4862version = "0.1.0"
 4863dependencies = [
 4864 "fs",
 4865 "futures 0.3.31",
 4866 "gpui",
 4867 "http 1.3.1",
 4868 "http_client",
 4869 "log",
 4870 "menu",
 4871 "node_runtime",
 4872 "paths",
 4873 "picker",
 4874 "project",
 4875 "serde",
 4876 "serde_json",
 4877 "settings",
 4878 "smol",
 4879 "ui",
 4880 "util",
 4881 "workspace",
 4882 "worktree",
 4883]
 4884
 4885[[package]]
 4886name = "diagnostics"
 4887version = "0.1.0"
 4888dependencies = [
 4889 "anyhow",
 4890 "collections",
 4891 "component",
 4892 "ctor",
 4893 "editor",
 4894 "gpui",
 4895 "indoc",
 4896 "itertools 0.14.0",
 4897 "language",
 4898 "log",
 4899 "lsp",
 4900 "markdown",
 4901 "pretty_assertions",
 4902 "project",
 4903 "rand 0.9.2",
 4904 "serde",
 4905 "serde_json",
 4906 "settings",
 4907 "text",
 4908 "theme",
 4909 "ui",
 4910 "unindent",
 4911 "util",
 4912 "workspace",
 4913 "zed_actions",
 4914 "zlog",
 4915]
 4916
 4917[[package]]
 4918name = "dialoguer"
 4919version = "0.11.0"
 4920source = "registry+https://github.com/rust-lang/crates.io-index"
 4921checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4922dependencies = [
 4923 "console",
 4924 "fuzzy-matcher",
 4925 "shell-words",
 4926 "tempfile",
 4927 "thiserror 1.0.69",
 4928 "zeroize",
 4929]
 4930
 4931[[package]]
 4932name = "diff"
 4933version = "0.1.13"
 4934source = "registry+https://github.com/rust-lang/crates.io-index"
 4935checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4936
 4937[[package]]
 4938name = "diffy"
 4939version = "0.4.2"
 4940source = "registry+https://github.com/rust-lang/crates.io-index"
 4941checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4942dependencies = [
 4943 "nu-ansi-term",
 4944]
 4945
 4946[[package]]
 4947name = "digest"
 4948version = "0.10.7"
 4949source = "registry+https://github.com/rust-lang/crates.io-index"
 4950checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4951dependencies = [
 4952 "block-buffer",
 4953 "const-oid",
 4954 "crypto-common",
 4955 "subtle",
 4956]
 4957
 4958[[package]]
 4959name = "dirs"
 4960version = "4.0.0"
 4961source = "registry+https://github.com/rust-lang/crates.io-index"
 4962checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4963dependencies = [
 4964 "dirs-sys 0.3.7",
 4965]
 4966
 4967[[package]]
 4968name = "dirs"
 4969version = "5.0.1"
 4970source = "registry+https://github.com/rust-lang/crates.io-index"
 4971checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4972dependencies = [
 4973 "dirs-sys 0.4.1",
 4974]
 4975
 4976[[package]]
 4977name = "dirs"
 4978version = "6.0.0"
 4979source = "registry+https://github.com/rust-lang/crates.io-index"
 4980checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4981dependencies = [
 4982 "dirs-sys 0.5.0",
 4983]
 4984
 4985[[package]]
 4986name = "dirs-sys"
 4987version = "0.3.7"
 4988source = "registry+https://github.com/rust-lang/crates.io-index"
 4989checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4990dependencies = [
 4991 "libc",
 4992 "redox_users 0.4.6",
 4993 "winapi",
 4994]
 4995
 4996[[package]]
 4997name = "dirs-sys"
 4998version = "0.4.1"
 4999source = "registry+https://github.com/rust-lang/crates.io-index"
 5000checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 5001dependencies = [
 5002 "libc",
 5003 "option-ext",
 5004 "redox_users 0.4.6",
 5005 "windows-sys 0.48.0",
 5006]
 5007
 5008[[package]]
 5009name = "dirs-sys"
 5010version = "0.5.0"
 5011source = "registry+https://github.com/rust-lang/crates.io-index"
 5012checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 5013dependencies = [
 5014 "libc",
 5015 "option-ext",
 5016 "redox_users 0.5.2",
 5017 "windows-sys 0.61.2",
 5018]
 5019
 5020[[package]]
 5021name = "dispatch"
 5022version = "0.2.0"
 5023source = "registry+https://github.com/rust-lang/crates.io-index"
 5024checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 5025
 5026[[package]]
 5027name = "dispatch2"
 5028version = "0.3.1"
 5029source = "registry+https://github.com/rust-lang/crates.io-index"
 5030checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 5031dependencies = [
 5032 "bitflags 2.10.0",
 5033 "block2",
 5034 "libc",
 5035 "objc2",
 5036]
 5037
 5038[[package]]
 5039name = "displaydoc"
 5040version = "0.2.5"
 5041source = "registry+https://github.com/rust-lang/crates.io-index"
 5042checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 5043dependencies = [
 5044 "proc-macro2",
 5045 "quote",
 5046 "syn 2.0.117",
 5047]
 5048
 5049[[package]]
 5050name = "dlib"
 5051version = "0.5.2"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 5054dependencies = [
 5055 "libloading",
 5056]
 5057
 5058[[package]]
 5059name = "docs_preprocessor"
 5060version = "0.1.0"
 5061dependencies = [
 5062 "anyhow",
 5063 "collections",
 5064 "jsonschema",
 5065 "mdbook",
 5066 "regex",
 5067 "schemars",
 5068 "serde",
 5069 "serde_json",
 5070 "settings",
 5071 "task",
 5072 "theme",
 5073 "util",
 5074 "zlog",
 5075]
 5076
 5077[[package]]
 5078name = "document-features"
 5079version = "0.2.12"
 5080source = "registry+https://github.com/rust-lang/crates.io-index"
 5081checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5082dependencies = [
 5083 "litrs",
 5084]
 5085
 5086[[package]]
 5087name = "documented"
 5088version = "0.9.2"
 5089source = "registry+https://github.com/rust-lang/crates.io-index"
 5090checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5091dependencies = [
 5092 "documented-macros",
 5093 "phf 0.12.1",
 5094 "thiserror 2.0.17",
 5095]
 5096
 5097[[package]]
 5098name = "documented-macros"
 5099version = "0.9.2"
 5100source = "registry+https://github.com/rust-lang/crates.io-index"
 5101checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5102dependencies = [
 5103 "convert_case 0.8.0",
 5104 "itertools 0.14.0",
 5105 "optfield",
 5106 "proc-macro2",
 5107 "quote",
 5108 "strum 0.27.2",
 5109 "syn 2.0.117",
 5110]
 5111
 5112[[package]]
 5113name = "dotenvy"
 5114version = "0.15.7"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5117
 5118[[package]]
 5119name = "downcast-rs"
 5120version = "1.2.1"
 5121source = "registry+https://github.com/rust-lang/crates.io-index"
 5122checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5123
 5124[[package]]
 5125name = "doxygen-rs"
 5126version = "0.4.2"
 5127source = "registry+https://github.com/rust-lang/crates.io-index"
 5128checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5129dependencies = [
 5130 "phf 0.11.3",
 5131]
 5132
 5133[[package]]
 5134name = "dtoa"
 5135version = "1.0.10"
 5136source = "registry+https://github.com/rust-lang/crates.io-index"
 5137checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5138
 5139[[package]]
 5140name = "dtoa-short"
 5141version = "0.3.5"
 5142source = "registry+https://github.com/rust-lang/crates.io-index"
 5143checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5144dependencies = [
 5145 "dtoa",
 5146]
 5147
 5148[[package]]
 5149name = "dtor"
 5150version = "0.0.6"
 5151source = "registry+https://github.com/rust-lang/crates.io-index"
 5152checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5153dependencies = [
 5154 "dtor-proc-macro",
 5155]
 5156
 5157[[package]]
 5158name = "dtor-proc-macro"
 5159version = "0.0.5"
 5160source = "registry+https://github.com/rust-lang/crates.io-index"
 5161checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5162
 5163[[package]]
 5164name = "dunce"
 5165version = "1.0.5"
 5166source = "registry+https://github.com/rust-lang/crates.io-index"
 5167checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5168
 5169[[package]]
 5170name = "dwrote"
 5171version = "0.11.5"
 5172source = "registry+https://github.com/rust-lang/crates.io-index"
 5173checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5174dependencies = [
 5175 "lazy_static",
 5176 "libc",
 5177 "winapi",
 5178 "wio",
 5179]
 5180
 5181[[package]]
 5182name = "dyn-clone"
 5183version = "1.0.20"
 5184source = "registry+https://github.com/rust-lang/crates.io-index"
 5185checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5186
 5187[[package]]
 5188name = "dyn-stack"
 5189version = "0.10.0"
 5190source = "registry+https://github.com/rust-lang/crates.io-index"
 5191checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5192dependencies = [
 5193 "bytemuck",
 5194 "reborrow",
 5195]
 5196
 5197[[package]]
 5198name = "dyn-stack"
 5199version = "0.13.2"
 5200source = "registry+https://github.com/rust-lang/crates.io-index"
 5201checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5202dependencies = [
 5203 "bytemuck",
 5204 "dyn-stack-macros",
 5205]
 5206
 5207[[package]]
 5208name = "dyn-stack-macros"
 5209version = "0.1.3"
 5210source = "registry+https://github.com/rust-lang/crates.io-index"
 5211checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5212
 5213[[package]]
 5214name = "ec4rs"
 5215version = "1.2.0"
 5216source = "registry+https://github.com/rust-lang/crates.io-index"
 5217checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5218
 5219[[package]]
 5220name = "ecdsa"
 5221version = "0.14.8"
 5222source = "registry+https://github.com/rust-lang/crates.io-index"
 5223checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5224dependencies = [
 5225 "der 0.6.1",
 5226 "elliptic-curve",
 5227 "rfc6979",
 5228 "signature 1.6.4",
 5229]
 5230
 5231[[package]]
 5232name = "edit_prediction"
 5233version = "0.1.0"
 5234dependencies = [
 5235 "ai_onboarding",
 5236 "anyhow",
 5237 "arrayvec",
 5238 "brotli",
 5239 "buffer_diff",
 5240 "client",
 5241 "clock",
 5242 "cloud_api_types",
 5243 "cloud_llm_client",
 5244 "collections",
 5245 "copilot",
 5246 "copilot_ui",
 5247 "ctor",
 5248 "db",
 5249 "edit_prediction_context",
 5250 "edit_prediction_types",
 5251 "feature_flags",
 5252 "fs",
 5253 "futures 0.3.31",
 5254 "gpui",
 5255 "indoc",
 5256 "itertools 0.14.0",
 5257 "language",
 5258 "language_model",
 5259 "log",
 5260 "lsp",
 5261 "menu",
 5262 "open_ai",
 5263 "parking_lot",
 5264 "postage",
 5265 "pretty_assertions",
 5266 "project",
 5267 "pulldown-cmark 0.13.0",
 5268 "rand 0.9.2",
 5269 "regex",
 5270 "release_channel",
 5271 "semver",
 5272 "serde",
 5273 "serde_json",
 5274 "settings",
 5275 "strum 0.27.2",
 5276 "telemetry",
 5277 "telemetry_events",
 5278 "text",
 5279 "thiserror 2.0.17",
 5280 "time",
 5281 "toml 0.8.23",
 5282 "ui",
 5283 "util",
 5284 "uuid",
 5285 "workspace",
 5286 "worktree",
 5287 "zed_actions",
 5288 "zeta_prompt",
 5289 "zlog",
 5290 "zstd",
 5291]
 5292
 5293[[package]]
 5294name = "edit_prediction_cli"
 5295version = "0.1.0"
 5296dependencies = [
 5297 "anthropic",
 5298 "anyhow",
 5299 "chrono",
 5300 "clap",
 5301 "client",
 5302 "cloud_llm_client",
 5303 "collections",
 5304 "debug_adapter_extension",
 5305 "dirs 4.0.0",
 5306 "edit_prediction",
 5307 "extension",
 5308 "flate2",
 5309 "fs",
 5310 "futures 0.3.31",
 5311 "gaoya",
 5312 "gpui",
 5313 "gpui_platform",
 5314 "gpui_tokio",
 5315 "http_client",
 5316 "indoc",
 5317 "language",
 5318 "language_extension",
 5319 "language_model",
 5320 "language_models",
 5321 "languages",
 5322 "libc",
 5323 "log",
 5324 "node_runtime",
 5325 "open_ai",
 5326 "paths",
 5327 "pretty_assertions",
 5328 "project",
 5329 "prompt_store",
 5330 "rand 0.9.2",
 5331 "release_channel",
 5332 "reqwest_client",
 5333 "rust-embed",
 5334 "serde",
 5335 "serde_json",
 5336 "settings",
 5337 "shellexpand 2.1.2",
 5338 "similar",
 5339 "smol",
 5340 "sqlez",
 5341 "sqlez_macros",
 5342 "strum 0.27.2",
 5343 "telemetry_events",
 5344 "tempfile",
 5345 "terminal_view",
 5346 "toml 0.8.23",
 5347 "util",
 5348 "wasmtime",
 5349 "watch",
 5350 "workspace",
 5351 "zeta_prompt",
 5352]
 5353
 5354[[package]]
 5355name = "edit_prediction_context"
 5356version = "0.1.0"
 5357dependencies = [
 5358 "anyhow",
 5359 "clock",
 5360 "collections",
 5361 "env_logger 0.11.8",
 5362 "futures 0.3.31",
 5363 "gpui",
 5364 "indoc",
 5365 "language",
 5366 "log",
 5367 "lsp",
 5368 "parking_lot",
 5369 "pretty_assertions",
 5370 "project",
 5371 "serde",
 5372 "serde_json",
 5373 "settings",
 5374 "smallvec",
 5375 "text",
 5376 "tree-sitter",
 5377 "util",
 5378 "zeta_prompt",
 5379]
 5380
 5381[[package]]
 5382name = "edit_prediction_types"
 5383version = "0.1.0"
 5384dependencies = [
 5385 "client",
 5386 "gpui",
 5387 "icons",
 5388 "language",
 5389 "text",
 5390]
 5391
 5392[[package]]
 5393name = "edit_prediction_ui"
 5394version = "0.1.0"
 5395dependencies = [
 5396 "anyhow",
 5397 "buffer_diff",
 5398 "client",
 5399 "cloud_llm_client",
 5400 "codestral",
 5401 "collections",
 5402 "command_palette_hooks",
 5403 "copilot",
 5404 "copilot_chat",
 5405 "copilot_ui",
 5406 "edit_prediction",
 5407 "edit_prediction_types",
 5408 "editor",
 5409 "feature_flags",
 5410 "fs",
 5411 "futures 0.3.31",
 5412 "gpui",
 5413 "indoc",
 5414 "language",
 5415 "markdown",
 5416 "menu",
 5417 "multi_buffer",
 5418 "paths",
 5419 "project",
 5420 "regex",
 5421 "settings",
 5422 "telemetry",
 5423 "text",
 5424 "theme",
 5425 "time",
 5426 "ui",
 5427 "util",
 5428 "workspace",
 5429 "zed_actions",
 5430 "zeta_prompt",
 5431]
 5432
 5433[[package]]
 5434name = "editor"
 5435version = "0.1.0"
 5436dependencies = [
 5437 "aho-corasick",
 5438 "anyhow",
 5439 "assets",
 5440 "breadcrumbs",
 5441 "buffer_diff",
 5442 "client",
 5443 "clock",
 5444 "collections",
 5445 "convert_case 0.8.0",
 5446 "criterion",
 5447 "ctor",
 5448 "dap",
 5449 "db",
 5450 "edit_prediction_types",
 5451 "emojis",
 5452 "feature_flags",
 5453 "file_icons",
 5454 "fs",
 5455 "futures 0.3.31",
 5456 "fuzzy",
 5457 "git",
 5458 "gpui",
 5459 "indoc",
 5460 "itertools 0.14.0",
 5461 "language",
 5462 "languages",
 5463 "linkify",
 5464 "log",
 5465 "lsp",
 5466 "markdown",
 5467 "menu",
 5468 "multi_buffer",
 5469 "ordered-float 2.10.1",
 5470 "parking_lot",
 5471 "pretty_assertions",
 5472 "project",
 5473 "proptest",
 5474 "proptest-derive",
 5475 "rand 0.9.2",
 5476 "regex",
 5477 "release_channel",
 5478 "rope",
 5479 "rpc",
 5480 "schemars",
 5481 "semver",
 5482 "serde",
 5483 "serde_json",
 5484 "settings",
 5485 "smallvec",
 5486 "smol",
 5487 "snippet",
 5488 "sum_tree",
 5489 "task",
 5490 "telemetry",
 5491 "text",
 5492 "theme",
 5493 "time",
 5494 "tracing",
 5495 "tree-sitter-bash",
 5496 "tree-sitter-c",
 5497 "tree-sitter-html",
 5498 "tree-sitter-md",
 5499 "tree-sitter-python",
 5500 "tree-sitter-rust",
 5501 "tree-sitter-typescript",
 5502 "tree-sitter-yaml",
 5503 "ui",
 5504 "ui_input",
 5505 "unicode-script",
 5506 "unicode-segmentation",
 5507 "unicode-width",
 5508 "unindent",
 5509 "url",
 5510 "util",
 5511 "uuid",
 5512 "vim_mode_setting",
 5513 "workspace",
 5514 "zed_actions",
 5515 "zlog",
 5516 "ztracing",
 5517]
 5518
 5519[[package]]
 5520name = "either"
 5521version = "1.15.0"
 5522source = "registry+https://github.com/rust-lang/crates.io-index"
 5523checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5524dependencies = [
 5525 "serde",
 5526]
 5527
 5528[[package]]
 5529name = "elasticlunr-rs"
 5530version = "3.0.2"
 5531source = "registry+https://github.com/rust-lang/crates.io-index"
 5532checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5533dependencies = [
 5534 "regex",
 5535 "serde",
 5536 "serde_derive",
 5537 "serde_json",
 5538]
 5539
 5540[[package]]
 5541name = "elliptic-curve"
 5542version = "0.12.3"
 5543source = "registry+https://github.com/rust-lang/crates.io-index"
 5544checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5545dependencies = [
 5546 "base16ct",
 5547 "crypto-bigint 0.4.9",
 5548 "der 0.6.1",
 5549 "digest",
 5550 "ff",
 5551 "generic-array",
 5552 "group",
 5553 "pkcs8 0.9.0",
 5554 "rand_core 0.6.4",
 5555 "sec1",
 5556 "subtle",
 5557 "zeroize",
 5558]
 5559
 5560[[package]]
 5561name = "email_address"
 5562version = "0.2.9"
 5563source = "registry+https://github.com/rust-lang/crates.io-index"
 5564checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5565dependencies = [
 5566 "serde",
 5567]
 5568
 5569[[package]]
 5570name = "embed-resource"
 5571version = "3.0.6"
 5572source = "registry+https://github.com/rust-lang/crates.io-index"
 5573checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5574dependencies = [
 5575 "cc",
 5576 "memchr",
 5577 "rustc_version",
 5578 "toml 0.9.8",
 5579 "vswhom",
 5580 "winreg 0.55.0",
 5581]
 5582
 5583[[package]]
 5584name = "embedded-io"
 5585version = "0.4.0"
 5586source = "registry+https://github.com/rust-lang/crates.io-index"
 5587checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5588
 5589[[package]]
 5590name = "embedded-io"
 5591version = "0.6.1"
 5592source = "registry+https://github.com/rust-lang/crates.io-index"
 5593checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5594
 5595[[package]]
 5596name = "emojis"
 5597version = "0.6.4"
 5598source = "registry+https://github.com/rust-lang/crates.io-index"
 5599checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5600dependencies = [
 5601 "phf 0.11.3",
 5602]
 5603
 5604[[package]]
 5605name = "encode_unicode"
 5606version = "1.0.0"
 5607source = "registry+https://github.com/rust-lang/crates.io-index"
 5608checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5609
 5610[[package]]
 5611name = "encoding_rs"
 5612version = "0.8.35"
 5613source = "registry+https://github.com/rust-lang/crates.io-index"
 5614checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5615dependencies = [
 5616 "cfg-if",
 5617]
 5618
 5619[[package]]
 5620name = "encoding_selector"
 5621version = "0.1.0"
 5622dependencies = [
 5623 "editor",
 5624 "encoding_rs",
 5625 "fuzzy",
 5626 "gpui",
 5627 "language",
 5628 "picker",
 5629 "project",
 5630 "ui",
 5631 "util",
 5632 "workspace",
 5633]
 5634
 5635[[package]]
 5636name = "endi"
 5637version = "1.1.0"
 5638source = "registry+https://github.com/rust-lang/crates.io-index"
 5639checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5640
 5641[[package]]
 5642name = "enum-as-inner"
 5643version = "0.6.1"
 5644source = "registry+https://github.com/rust-lang/crates.io-index"
 5645checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5646dependencies = [
 5647 "heck 0.5.0",
 5648 "proc-macro2",
 5649 "quote",
 5650 "syn 2.0.117",
 5651]
 5652
 5653[[package]]
 5654name = "enumflags2"
 5655version = "0.7.12"
 5656source = "registry+https://github.com/rust-lang/crates.io-index"
 5657checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5658dependencies = [
 5659 "enumflags2_derive",
 5660 "serde",
 5661]
 5662
 5663[[package]]
 5664name = "enumflags2_derive"
 5665version = "0.7.12"
 5666source = "registry+https://github.com/rust-lang/crates.io-index"
 5667checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5668dependencies = [
 5669 "proc-macro2",
 5670 "quote",
 5671 "syn 2.0.117",
 5672]
 5673
 5674[[package]]
 5675name = "env_filter"
 5676version = "0.1.4"
 5677source = "registry+https://github.com/rust-lang/crates.io-index"
 5678checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5679dependencies = [
 5680 "log",
 5681 "regex",
 5682]
 5683
 5684[[package]]
 5685name = "env_logger"
 5686version = "0.10.2"
 5687source = "registry+https://github.com/rust-lang/crates.io-index"
 5688checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5689dependencies = [
 5690 "humantime",
 5691 "is-terminal",
 5692 "log",
 5693 "regex",
 5694 "termcolor",
 5695]
 5696
 5697[[package]]
 5698name = "env_logger"
 5699version = "0.11.8"
 5700source = "registry+https://github.com/rust-lang/crates.io-index"
 5701checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5702dependencies = [
 5703 "anstream",
 5704 "anstyle",
 5705 "env_filter",
 5706 "jiff",
 5707 "log",
 5708]
 5709
 5710[[package]]
 5711name = "envy"
 5712version = "0.4.2"
 5713source = "registry+https://github.com/rust-lang/crates.io-index"
 5714checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5715dependencies = [
 5716 "serde",
 5717]
 5718
 5719[[package]]
 5720name = "equator"
 5721version = "0.4.2"
 5722source = "registry+https://github.com/rust-lang/crates.io-index"
 5723checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5724dependencies = [
 5725 "equator-macro",
 5726]
 5727
 5728[[package]]
 5729name = "equator-macro"
 5730version = "0.4.2"
 5731source = "registry+https://github.com/rust-lang/crates.io-index"
 5732checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5733dependencies = [
 5734 "proc-macro2",
 5735 "quote",
 5736 "syn 2.0.117",
 5737]
 5738
 5739[[package]]
 5740name = "equivalent"
 5741version = "1.0.2"
 5742source = "registry+https://github.com/rust-lang/crates.io-index"
 5743checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5744
 5745[[package]]
 5746name = "erased-serde"
 5747version = "0.4.9"
 5748source = "registry+https://github.com/rust-lang/crates.io-index"
 5749checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5750dependencies = [
 5751 "serde",
 5752 "serde_core",
 5753 "typeid",
 5754]
 5755
 5756[[package]]
 5757name = "errno"
 5758version = "0.2.8"
 5759source = "registry+https://github.com/rust-lang/crates.io-index"
 5760checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5761dependencies = [
 5762 "errno-dragonfly",
 5763 "libc",
 5764 "winapi",
 5765]
 5766
 5767[[package]]
 5768name = "errno"
 5769version = "0.3.14"
 5770source = "registry+https://github.com/rust-lang/crates.io-index"
 5771checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5772dependencies = [
 5773 "libc",
 5774 "windows-sys 0.61.2",
 5775]
 5776
 5777[[package]]
 5778name = "errno-dragonfly"
 5779version = "0.1.2"
 5780source = "registry+https://github.com/rust-lang/crates.io-index"
 5781checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5782dependencies = [
 5783 "cc",
 5784 "libc",
 5785]
 5786
 5787[[package]]
 5788name = "error-graph"
 5789version = "0.1.1"
 5790source = "registry+https://github.com/rust-lang/crates.io-index"
 5791checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5792dependencies = [
 5793 "serde",
 5794]
 5795
 5796[[package]]
 5797name = "etagere"
 5798version = "0.2.15"
 5799source = "registry+https://github.com/rust-lang/crates.io-index"
 5800checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5801dependencies = [
 5802 "euclid",
 5803 "svg_fmt",
 5804]
 5805
 5806[[package]]
 5807name = "etcetera"
 5808version = "0.8.0"
 5809source = "registry+https://github.com/rust-lang/crates.io-index"
 5810checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5811dependencies = [
 5812 "cfg-if",
 5813 "home",
 5814 "windows-sys 0.48.0",
 5815]
 5816
 5817[[package]]
 5818name = "etw_tracing"
 5819version = "0.1.0"
 5820dependencies = [
 5821 "anyhow",
 5822 "gpui",
 5823 "log",
 5824 "net",
 5825 "serde",
 5826 "serde_json",
 5827 "util",
 5828 "windows 0.61.3",
 5829 "windows-core 0.61.2",
 5830 "workspace",
 5831 "wprcontrol",
 5832]
 5833
 5834[[package]]
 5835name = "euclid"
 5836version = "0.22.11"
 5837source = "registry+https://github.com/rust-lang/crates.io-index"
 5838checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5839dependencies = [
 5840 "num-traits",
 5841]
 5842
 5843[[package]]
 5844name = "eval"
 5845version = "0.1.0"
 5846dependencies = [
 5847 "acp_thread",
 5848 "agent",
 5849 "agent-client-protocol",
 5850 "agent_settings",
 5851 "agent_ui",
 5852 "anyhow",
 5853 "async-trait",
 5854 "buffer_diff",
 5855 "chrono",
 5856 "clap",
 5857 "client",
 5858 "collections",
 5859 "debug_adapter_extension",
 5860 "dirs 4.0.0",
 5861 "dotenvy",
 5862 "env_logger 0.11.8",
 5863 "extension",
 5864 "fs",
 5865 "futures 0.3.31",
 5866 "gpui",
 5867 "gpui_platform",
 5868 "gpui_tokio",
 5869 "handlebars 4.5.0",
 5870 "language",
 5871 "language_extension",
 5872 "language_model",
 5873 "language_models",
 5874 "languages",
 5875 "markdown",
 5876 "node_runtime",
 5877 "pathdiff",
 5878 "paths",
 5879 "pretty_assertions",
 5880 "project",
 5881 "prompt_store",
 5882 "rand 0.9.2",
 5883 "regex",
 5884 "release_channel",
 5885 "reqwest_client",
 5886 "serde",
 5887 "serde_json",
 5888 "settings",
 5889 "shellexpand 2.1.2",
 5890 "telemetry",
 5891 "terminal_view",
 5892 "toml 0.8.23",
 5893 "unindent",
 5894 "util",
 5895 "uuid",
 5896 "watch",
 5897]
 5898
 5899[[package]]
 5900name = "eval_cli"
 5901version = "0.1.0"
 5902dependencies = [
 5903 "acp_thread",
 5904 "agent",
 5905 "agent-client-protocol",
 5906 "agent_ui",
 5907 "anyhow",
 5908 "clap",
 5909 "client",
 5910 "ctrlc",
 5911 "debug_adapter_extension",
 5912 "env_logger 0.11.8",
 5913 "extension",
 5914 "feature_flags",
 5915 "fs",
 5916 "futures 0.3.31",
 5917 "gpui",
 5918 "gpui_platform",
 5919 "gpui_tokio",
 5920 "language",
 5921 "language_extension",
 5922 "language_model",
 5923 "language_models",
 5924 "languages",
 5925 "node_runtime",
 5926 "paths",
 5927 "project",
 5928 "prompt_store",
 5929 "release_channel",
 5930 "reqwest_client",
 5931 "serde",
 5932 "serde_json",
 5933 "settings",
 5934 "shellexpand 2.1.2",
 5935 "terminal_view",
 5936 "util",
 5937 "watch",
 5938]
 5939
 5940[[package]]
 5941name = "eval_utils"
 5942version = "0.1.0"
 5943dependencies = [
 5944 "gpui_platform",
 5945 "serde",
 5946 "smol",
 5947]
 5948
 5949[[package]]
 5950name = "event-listener"
 5951version = "2.5.3"
 5952source = "registry+https://github.com/rust-lang/crates.io-index"
 5953checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5954
 5955[[package]]
 5956name = "event-listener"
 5957version = "5.4.1"
 5958source = "registry+https://github.com/rust-lang/crates.io-index"
 5959checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5960dependencies = [
 5961 "concurrent-queue",
 5962 "parking",
 5963 "pin-project-lite",
 5964]
 5965
 5966[[package]]
 5967name = "event-listener-strategy"
 5968version = "0.5.4"
 5969source = "registry+https://github.com/rust-lang/crates.io-index"
 5970checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5971dependencies = [
 5972 "event-listener 5.4.1",
 5973 "pin-project-lite",
 5974]
 5975
 5976[[package]]
 5977name = "exec"
 5978version = "0.3.1"
 5979source = "registry+https://github.com/rust-lang/crates.io-index"
 5980checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5981dependencies = [
 5982 "errno 0.2.8",
 5983 "libc",
 5984]
 5985
 5986[[package]]
 5987name = "explorer_command_injector"
 5988version = "0.1.0"
 5989dependencies = [
 5990 "windows 0.61.3",
 5991 "windows-core 0.61.2",
 5992 "windows-registry 0.5.3",
 5993]
 5994
 5995[[package]]
 5996name = "exr"
 5997version = "1.73.0"
 5998source = "registry+https://github.com/rust-lang/crates.io-index"
 5999checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 6000dependencies = [
 6001 "bit_field",
 6002 "half",
 6003 "lebe",
 6004 "miniz_oxide",
 6005 "rayon-core",
 6006 "smallvec",
 6007 "zune-inflate",
 6008]
 6009
 6010[[package]]
 6011name = "extended"
 6012version = "0.1.0"
 6013source = "registry+https://github.com/rust-lang/crates.io-index"
 6014checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 6015
 6016[[package]]
 6017name = "extension"
 6018version = "0.1.0"
 6019dependencies = [
 6020 "anyhow",
 6021 "async-trait",
 6022 "cloud_api_types",
 6023 "collections",
 6024 "dap",
 6025 "fs",
 6026 "futures 0.3.31",
 6027 "gpui",
 6028 "heck 0.5.0",
 6029 "http_client",
 6030 "indoc",
 6031 "language",
 6032 "log",
 6033 "lsp",
 6034 "parking_lot",
 6035 "pretty_assertions",
 6036 "proto",
 6037 "semver",
 6038 "serde",
 6039 "serde_json",
 6040 "task",
 6041 "tempfile",
 6042 "toml 0.8.23",
 6043 "tracing",
 6044 "url",
 6045 "util",
 6046 "wasm-encoder 0.221.3",
 6047 "wasmparser 0.221.3",
 6048 "ztracing",
 6049]
 6050
 6051[[package]]
 6052name = "extension_cli"
 6053version = "0.1.0"
 6054dependencies = [
 6055 "anyhow",
 6056 "clap",
 6057 "cloud_api_types",
 6058 "env_logger 0.11.8",
 6059 "extension",
 6060 "fs",
 6061 "gpui_platform",
 6062 "language",
 6063 "log",
 6064 "reqwest_client",
 6065 "serde",
 6066 "serde_json",
 6067 "serde_json_lenient",
 6068 "settings_content",
 6069 "snippet_provider",
 6070 "task",
 6071 "theme",
 6072 "tokio",
 6073 "toml 0.8.23",
 6074 "tree-sitter",
 6075 "wasmtime",
 6076]
 6077
 6078[[package]]
 6079name = "extension_host"
 6080version = "0.1.0"
 6081dependencies = [
 6082 "anyhow",
 6083 "async-compression",
 6084 "async-tar",
 6085 "async-trait",
 6086 "client",
 6087 "cloud_api_types",
 6088 "collections",
 6089 "criterion",
 6090 "ctor",
 6091 "dap",
 6092 "extension",
 6093 "fs",
 6094 "futures 0.3.31",
 6095 "gpui",
 6096 "gpui_tokio",
 6097 "http_client",
 6098 "language",
 6099 "language_extension",
 6100 "log",
 6101 "lsp",
 6102 "moka",
 6103 "node_runtime",
 6104 "parking_lot",
 6105 "paths",
 6106 "project",
 6107 "release_channel",
 6108 "remote",
 6109 "reqwest_client",
 6110 "semver",
 6111 "serde",
 6112 "serde_json",
 6113 "serde_json_lenient",
 6114 "settings",
 6115 "task",
 6116 "telemetry",
 6117 "tempfile",
 6118 "theme",
 6119 "theme_extension",
 6120 "toml 0.8.23",
 6121 "tracing",
 6122 "url",
 6123 "util",
 6124 "wasmparser 0.221.3",
 6125 "wasmtime",
 6126 "wasmtime-wasi",
 6127 "zlog",
 6128 "ztracing",
 6129]
 6130
 6131[[package]]
 6132name = "extensions_ui"
 6133version = "0.1.0"
 6134dependencies = [
 6135 "anyhow",
 6136 "client",
 6137 "cloud_api_types",
 6138 "collections",
 6139 "db",
 6140 "editor",
 6141 "extension",
 6142 "extension_host",
 6143 "fs",
 6144 "fuzzy",
 6145 "gpui",
 6146 "language",
 6147 "log",
 6148 "num-format",
 6149 "picker",
 6150 "project",
 6151 "release_channel",
 6152 "semver",
 6153 "serde",
 6154 "settings",
 6155 "smallvec",
 6156 "strum 0.27.2",
 6157 "telemetry",
 6158 "theme",
 6159 "ui",
 6160 "util",
 6161 "vim_mode_setting",
 6162 "workspace",
 6163 "zed_actions",
 6164]
 6165
 6166[[package]]
 6167name = "failspot"
 6168version = "0.2.0"
 6169source = "registry+https://github.com/rust-lang/crates.io-index"
 6170checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6171
 6172[[package]]
 6173name = "fallible-iterator"
 6174version = "0.3.0"
 6175source = "registry+https://github.com/rust-lang/crates.io-index"
 6176checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6177
 6178[[package]]
 6179name = "fancy-regex"
 6180version = "0.16.2"
 6181source = "registry+https://github.com/rust-lang/crates.io-index"
 6182checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6183dependencies = [
 6184 "bit-set",
 6185 "regex-automata",
 6186 "regex-syntax",
 6187]
 6188
 6189[[package]]
 6190name = "fancy-regex"
 6191version = "0.17.0"
 6192source = "registry+https://github.com/rust-lang/crates.io-index"
 6193checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6194dependencies = [
 6195 "bit-set",
 6196 "regex-automata",
 6197 "regex-syntax",
 6198]
 6199
 6200[[package]]
 6201name = "fast-srgb8"
 6202version = "1.0.0"
 6203source = "registry+https://github.com/rust-lang/crates.io-index"
 6204checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6205
 6206[[package]]
 6207name = "fastrand"
 6208version = "1.9.0"
 6209source = "registry+https://github.com/rust-lang/crates.io-index"
 6210checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6211dependencies = [
 6212 "instant",
 6213]
 6214
 6215[[package]]
 6216name = "fastrand"
 6217version = "2.3.0"
 6218source = "registry+https://github.com/rust-lang/crates.io-index"
 6219checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6220
 6221[[package]]
 6222name = "fax"
 6223version = "0.2.6"
 6224source = "registry+https://github.com/rust-lang/crates.io-index"
 6225checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6226dependencies = [
 6227 "fax_derive",
 6228]
 6229
 6230[[package]]
 6231name = "fax_derive"
 6232version = "0.2.0"
 6233source = "registry+https://github.com/rust-lang/crates.io-index"
 6234checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6235dependencies = [
 6236 "proc-macro2",
 6237 "quote",
 6238 "syn 2.0.117",
 6239]
 6240
 6241[[package]]
 6242name = "fd-lock"
 6243version = "4.0.4"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6246dependencies = [
 6247 "cfg-if",
 6248 "rustix 1.1.2",
 6249 "windows-sys 0.59.0",
 6250]
 6251
 6252[[package]]
 6253name = "fdeflate"
 6254version = "0.3.7"
 6255source = "registry+https://github.com/rust-lang/crates.io-index"
 6256checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6257dependencies = [
 6258 "simd-adler32",
 6259]
 6260
 6261[[package]]
 6262name = "feature_flags"
 6263version = "0.1.0"
 6264dependencies = [
 6265 "gpui",
 6266]
 6267
 6268[[package]]
 6269name = "feedback"
 6270version = "0.1.0"
 6271dependencies = [
 6272 "gpui",
 6273 "system_specs",
 6274 "urlencoding",
 6275 "util",
 6276 "workspace",
 6277 "zed_actions",
 6278]
 6279
 6280[[package]]
 6281name = "ff"
 6282version = "0.12.1"
 6283source = "registry+https://github.com/rust-lang/crates.io-index"
 6284checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6285dependencies = [
 6286 "rand_core 0.6.4",
 6287 "subtle",
 6288]
 6289
 6290[[package]]
 6291name = "file_finder"
 6292version = "0.1.0"
 6293dependencies = [
 6294 "anyhow",
 6295 "channel",
 6296 "client",
 6297 "collections",
 6298 "ctor",
 6299 "editor",
 6300 "file_icons",
 6301 "futures 0.3.31",
 6302 "fuzzy",
 6303 "gpui",
 6304 "menu",
 6305 "open_path_prompt",
 6306 "picker",
 6307 "pretty_assertions",
 6308 "project",
 6309 "project_panel",
 6310 "remote_connection",
 6311 "serde",
 6312 "serde_json",
 6313 "settings",
 6314 "theme",
 6315 "ui",
 6316 "util",
 6317 "workspace",
 6318 "zed_actions",
 6319 "zlog",
 6320]
 6321
 6322[[package]]
 6323name = "file_icons"
 6324version = "0.1.0"
 6325dependencies = [
 6326 "gpui",
 6327 "serde",
 6328 "theme",
 6329 "util",
 6330]
 6331
 6332[[package]]
 6333name = "filedescriptor"
 6334version = "0.8.3"
 6335source = "registry+https://github.com/rust-lang/crates.io-index"
 6336checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6337dependencies = [
 6338 "libc",
 6339 "thiserror 1.0.69",
 6340 "winapi",
 6341]
 6342
 6343[[package]]
 6344name = "filetime"
 6345version = "0.2.26"
 6346source = "registry+https://github.com/rust-lang/crates.io-index"
 6347checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6348dependencies = [
 6349 "cfg-if",
 6350 "libc",
 6351 "libredox",
 6352 "windows-sys 0.60.2",
 6353]
 6354
 6355[[package]]
 6356name = "find-msvc-tools"
 6357version = "0.1.5"
 6358source = "registry+https://github.com/rust-lang/crates.io-index"
 6359checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6360
 6361[[package]]
 6362name = "fixedbitset"
 6363version = "0.4.2"
 6364source = "registry+https://github.com/rust-lang/crates.io-index"
 6365checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6366
 6367[[package]]
 6368name = "fixedbitset"
 6369version = "0.5.7"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6372
 6373[[package]]
 6374name = "flate2"
 6375version = "1.1.8"
 6376source = "registry+https://github.com/rust-lang/crates.io-index"
 6377checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6378dependencies = [
 6379 "crc32fast",
 6380 "miniz_oxide",
 6381]
 6382
 6383[[package]]
 6384name = "float-cmp"
 6385version = "0.9.0"
 6386source = "registry+https://github.com/rust-lang/crates.io-index"
 6387checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6388
 6389[[package]]
 6390name = "float-ord"
 6391version = "0.3.2"
 6392source = "registry+https://github.com/rust-lang/crates.io-index"
 6393checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6394
 6395[[package]]
 6396name = "float8"
 6397version = "0.4.2"
 6398source = "registry+https://github.com/rust-lang/crates.io-index"
 6399checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6400dependencies = [
 6401 "half",
 6402 "num-traits",
 6403 "rand 0.9.2",
 6404 "rand_distr",
 6405]
 6406
 6407[[package]]
 6408name = "float_next_after"
 6409version = "1.0.0"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6412
 6413[[package]]
 6414name = "fluent-uri"
 6415version = "0.4.1"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6418dependencies = [
 6419 "borrow-or-share",
 6420 "ref-cast",
 6421 "serde",
 6422]
 6423
 6424[[package]]
 6425name = "flume"
 6426version = "0.11.1"
 6427source = "registry+https://github.com/rust-lang/crates.io-index"
 6428checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6429dependencies = [
 6430 "futures-core",
 6431 "futures-sink",
 6432 "nanorand",
 6433 "spin 0.9.8",
 6434]
 6435
 6436[[package]]
 6437name = "fnv"
 6438version = "1.0.7"
 6439source = "registry+https://github.com/rust-lang/crates.io-index"
 6440checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6441
 6442[[package]]
 6443name = "foldhash"
 6444version = "0.1.5"
 6445source = "registry+https://github.com/rust-lang/crates.io-index"
 6446checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6447
 6448[[package]]
 6449name = "foldhash"
 6450version = "0.2.0"
 6451source = "registry+https://github.com/rust-lang/crates.io-index"
 6452checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6453
 6454[[package]]
 6455name = "font-types"
 6456version = "0.10.0"
 6457source = "registry+https://github.com/rust-lang/crates.io-index"
 6458checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6459dependencies = [
 6460 "bytemuck",
 6461]
 6462
 6463[[package]]
 6464name = "font-types"
 6465version = "0.11.0"
 6466source = "registry+https://github.com/rust-lang/crates.io-index"
 6467checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6468dependencies = [
 6469 "bytemuck",
 6470]
 6471
 6472[[package]]
 6473name = "fontconfig-parser"
 6474version = "0.5.8"
 6475source = "registry+https://github.com/rust-lang/crates.io-index"
 6476checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6477dependencies = [
 6478 "roxmltree",
 6479]
 6480
 6481[[package]]
 6482name = "fontdb"
 6483version = "0.16.2"
 6484source = "registry+https://github.com/rust-lang/crates.io-index"
 6485checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6486dependencies = [
 6487 "fontconfig-parser",
 6488 "log",
 6489 "memmap2",
 6490 "slotmap",
 6491 "tinyvec",
 6492 "ttf-parser 0.20.0",
 6493]
 6494
 6495[[package]]
 6496name = "fontdb"
 6497version = "0.23.0"
 6498source = "registry+https://github.com/rust-lang/crates.io-index"
 6499checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6500dependencies = [
 6501 "fontconfig-parser",
 6502 "log",
 6503 "memmap2",
 6504 "slotmap",
 6505 "tinyvec",
 6506 "ttf-parser 0.25.1",
 6507]
 6508
 6509[[package]]
 6510name = "foreign-types"
 6511version = "0.3.2"
 6512source = "registry+https://github.com/rust-lang/crates.io-index"
 6513checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6514dependencies = [
 6515 "foreign-types-shared 0.1.1",
 6516]
 6517
 6518[[package]]
 6519name = "foreign-types"
 6520version = "0.5.0"
 6521source = "registry+https://github.com/rust-lang/crates.io-index"
 6522checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6523dependencies = [
 6524 "foreign-types-macros",
 6525 "foreign-types-shared 0.3.1",
 6526]
 6527
 6528[[package]]
 6529name = "foreign-types-macros"
 6530version = "0.2.3"
 6531source = "registry+https://github.com/rust-lang/crates.io-index"
 6532checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6533dependencies = [
 6534 "proc-macro2",
 6535 "quote",
 6536 "syn 2.0.117",
 6537]
 6538
 6539[[package]]
 6540name = "foreign-types-shared"
 6541version = "0.1.1"
 6542source = "registry+https://github.com/rust-lang/crates.io-index"
 6543checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6544
 6545[[package]]
 6546name = "foreign-types-shared"
 6547version = "0.3.1"
 6548source = "registry+https://github.com/rust-lang/crates.io-index"
 6549checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6550
 6551[[package]]
 6552name = "fork"
 6553version = "0.4.0"
 6554source = "registry+https://github.com/rust-lang/crates.io-index"
 6555checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6556dependencies = [
 6557 "libc",
 6558]
 6559
 6560[[package]]
 6561name = "form_urlencoded"
 6562version = "1.2.2"
 6563source = "registry+https://github.com/rust-lang/crates.io-index"
 6564checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6565dependencies = [
 6566 "percent-encoding",
 6567]
 6568
 6569[[package]]
 6570name = "fraction"
 6571version = "0.15.3"
 6572source = "registry+https://github.com/rust-lang/crates.io-index"
 6573checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6574dependencies = [
 6575 "lazy_static",
 6576 "num",
 6577]
 6578
 6579[[package]]
 6580name = "freetype-sys"
 6581version = "0.20.1"
 6582source = "registry+https://github.com/rust-lang/crates.io-index"
 6583checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6584dependencies = [
 6585 "cc",
 6586 "libc",
 6587 "pkg-config",
 6588]
 6589
 6590[[package]]
 6591name = "fs"
 6592version = "0.1.0"
 6593dependencies = [
 6594 "anyhow",
 6595 "ashpd",
 6596 "async-tar",
 6597 "async-trait",
 6598 "cocoa 0.26.0",
 6599 "collections",
 6600 "dunce",
 6601 "fs",
 6602 "futures 0.3.31",
 6603 "git",
 6604 "gpui",
 6605 "ignore",
 6606 "is_executable",
 6607 "libc",
 6608 "log",
 6609 "notify 8.2.0",
 6610 "objc",
 6611 "parking_lot",
 6612 "paths",
 6613 "proto",
 6614 "rope",
 6615 "serde",
 6616 "serde_json",
 6617 "smol",
 6618 "tempfile",
 6619 "text",
 6620 "time",
 6621 "util",
 6622 "windows 0.61.3",
 6623]
 6624
 6625[[package]]
 6626name = "fs-set-times"
 6627version = "0.20.3"
 6628source = "registry+https://github.com/rust-lang/crates.io-index"
 6629checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6630dependencies = [
 6631 "io-lifetimes",
 6632 "rustix 1.1.2",
 6633 "windows-sys 0.59.0",
 6634]
 6635
 6636[[package]]
 6637name = "fs2"
 6638version = "0.4.3"
 6639source = "registry+https://github.com/rust-lang/crates.io-index"
 6640checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6641dependencies = [
 6642 "libc",
 6643 "winapi",
 6644]
 6645
 6646[[package]]
 6647name = "fs_benchmarks"
 6648version = "0.1.0"
 6649dependencies = [
 6650 "fs",
 6651 "gpui",
 6652 "gpui_platform",
 6653]
 6654
 6655[[package]]
 6656name = "fs_extra"
 6657version = "1.3.0"
 6658source = "registry+https://github.com/rust-lang/crates.io-index"
 6659checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6660
 6661[[package]]
 6662name = "fsevent-sys"
 6663version = "4.1.0"
 6664source = "registry+https://github.com/rust-lang/crates.io-index"
 6665checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6666dependencies = [
 6667 "libc",
 6668]
 6669
 6670[[package]]
 6671name = "fuchsia-cprng"
 6672version = "0.1.1"
 6673source = "registry+https://github.com/rust-lang/crates.io-index"
 6674checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6675
 6676[[package]]
 6677name = "funty"
 6678version = "2.0.0"
 6679source = "registry+https://github.com/rust-lang/crates.io-index"
 6680checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6681
 6682[[package]]
 6683name = "futf"
 6684version = "0.1.5"
 6685source = "registry+https://github.com/rust-lang/crates.io-index"
 6686checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6687dependencies = [
 6688 "mac",
 6689 "new_debug_unreachable",
 6690]
 6691
 6692[[package]]
 6693name = "futures"
 6694version = "0.1.31"
 6695source = "registry+https://github.com/rust-lang/crates.io-index"
 6696checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6697
 6698[[package]]
 6699name = "futures"
 6700version = "0.3.31"
 6701source = "registry+https://github.com/rust-lang/crates.io-index"
 6702checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6703dependencies = [
 6704 "futures-channel",
 6705 "futures-core",
 6706 "futures-executor",
 6707 "futures-io",
 6708 "futures-sink",
 6709 "futures-task",
 6710 "futures-util",
 6711]
 6712
 6713[[package]]
 6714name = "futures-channel"
 6715version = "0.3.31"
 6716source = "registry+https://github.com/rust-lang/crates.io-index"
 6717checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6718dependencies = [
 6719 "futures-core",
 6720 "futures-sink",
 6721]
 6722
 6723[[package]]
 6724name = "futures-concurrency"
 6725version = "7.7.1"
 6726source = "registry+https://github.com/rust-lang/crates.io-index"
 6727checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6728dependencies = [
 6729 "fixedbitset 0.5.7",
 6730 "futures-core",
 6731 "futures-lite 2.6.1",
 6732 "pin-project",
 6733 "smallvec",
 6734]
 6735
 6736[[package]]
 6737name = "futures-core"
 6738version = "0.3.31"
 6739source = "registry+https://github.com/rust-lang/crates.io-index"
 6740checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6741
 6742[[package]]
 6743name = "futures-executor"
 6744version = "0.3.31"
 6745source = "registry+https://github.com/rust-lang/crates.io-index"
 6746checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6747dependencies = [
 6748 "futures-core",
 6749 "futures-task",
 6750 "futures-util",
 6751]
 6752
 6753[[package]]
 6754name = "futures-intrusive"
 6755version = "0.5.0"
 6756source = "registry+https://github.com/rust-lang/crates.io-index"
 6757checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6758dependencies = [
 6759 "futures-core",
 6760 "lock_api",
 6761 "parking_lot",
 6762]
 6763
 6764[[package]]
 6765name = "futures-io"
 6766version = "0.3.31"
 6767source = "registry+https://github.com/rust-lang/crates.io-index"
 6768checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6769
 6770[[package]]
 6771name = "futures-lite"
 6772version = "1.13.0"
 6773source = "registry+https://github.com/rust-lang/crates.io-index"
 6774checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6775dependencies = [
 6776 "fastrand 1.9.0",
 6777 "futures-core",
 6778 "futures-io",
 6779 "memchr",
 6780 "parking",
 6781 "pin-project-lite",
 6782 "waker-fn",
 6783]
 6784
 6785[[package]]
 6786name = "futures-lite"
 6787version = "2.6.1"
 6788source = "registry+https://github.com/rust-lang/crates.io-index"
 6789checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6790dependencies = [
 6791 "fastrand 2.3.0",
 6792 "futures-core",
 6793 "futures-io",
 6794 "parking",
 6795 "pin-project-lite",
 6796]
 6797
 6798[[package]]
 6799name = "futures-macro"
 6800version = "0.3.31"
 6801source = "registry+https://github.com/rust-lang/crates.io-index"
 6802checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6803dependencies = [
 6804 "proc-macro2",
 6805 "quote",
 6806 "syn 2.0.117",
 6807]
 6808
 6809[[package]]
 6810name = "futures-sink"
 6811version = "0.3.31"
 6812source = "registry+https://github.com/rust-lang/crates.io-index"
 6813checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6814
 6815[[package]]
 6816name = "futures-task"
 6817version = "0.3.31"
 6818source = "registry+https://github.com/rust-lang/crates.io-index"
 6819checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6820
 6821[[package]]
 6822name = "futures-util"
 6823version = "0.3.31"
 6824source = "registry+https://github.com/rust-lang/crates.io-index"
 6825checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6826dependencies = [
 6827 "futures 0.1.31",
 6828 "futures-channel",
 6829 "futures-core",
 6830 "futures-io",
 6831 "futures-macro",
 6832 "futures-sink",
 6833 "futures-task",
 6834 "memchr",
 6835 "pin-project-lite",
 6836 "pin-utils",
 6837 "slab",
 6838 "tokio-io",
 6839]
 6840
 6841[[package]]
 6842name = "fuzzy"
 6843version = "0.1.0"
 6844dependencies = [
 6845 "gpui",
 6846 "log",
 6847 "util",
 6848]
 6849
 6850[[package]]
 6851name = "fuzzy-matcher"
 6852version = "0.3.7"
 6853source = "registry+https://github.com/rust-lang/crates.io-index"
 6854checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6855dependencies = [
 6856 "thread_local",
 6857]
 6858
 6859[[package]]
 6860name = "gaoya"
 6861version = "0.2.0"
 6862source = "registry+https://github.com/rust-lang/crates.io-index"
 6863checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6864dependencies = [
 6865 "ahash 0.8.12",
 6866 "crossbeam-utils",
 6867 "fnv",
 6868 "itertools 0.10.5",
 6869 "num-traits",
 6870 "rand 0.8.5",
 6871 "rand_pcg",
 6872 "random_choice",
 6873 "rayon",
 6874 "seahash",
 6875 "sha-1",
 6876 "shingles",
 6877 "siphasher 0.3.11",
 6878 "smallvec",
 6879 "triomphe",
 6880]
 6881
 6882[[package]]
 6883name = "gemm"
 6884version = "0.17.1"
 6885source = "registry+https://github.com/rust-lang/crates.io-index"
 6886checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6887dependencies = [
 6888 "dyn-stack 0.10.0",
 6889 "gemm-c32 0.17.1",
 6890 "gemm-c64 0.17.1",
 6891 "gemm-common 0.17.1",
 6892 "gemm-f16 0.17.1",
 6893 "gemm-f32 0.17.1",
 6894 "gemm-f64 0.17.1",
 6895 "num-complex",
 6896 "num-traits",
 6897 "paste",
 6898 "raw-cpuid 10.7.0",
 6899 "seq-macro",
 6900]
 6901
 6902[[package]]
 6903name = "gemm"
 6904version = "0.18.2"
 6905source = "registry+https://github.com/rust-lang/crates.io-index"
 6906checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6907dependencies = [
 6908 "dyn-stack 0.13.2",
 6909 "gemm-c32 0.18.2",
 6910 "gemm-c64 0.18.2",
 6911 "gemm-common 0.18.2",
 6912 "gemm-f16 0.18.2",
 6913 "gemm-f32 0.18.2",
 6914 "gemm-f64 0.18.2",
 6915 "num-complex",
 6916 "num-traits",
 6917 "paste",
 6918 "raw-cpuid 11.6.0",
 6919 "seq-macro",
 6920]
 6921
 6922[[package]]
 6923name = "gemm-c32"
 6924version = "0.17.1"
 6925source = "registry+https://github.com/rust-lang/crates.io-index"
 6926checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6927dependencies = [
 6928 "dyn-stack 0.10.0",
 6929 "gemm-common 0.17.1",
 6930 "num-complex",
 6931 "num-traits",
 6932 "paste",
 6933 "raw-cpuid 10.7.0",
 6934 "seq-macro",
 6935]
 6936
 6937[[package]]
 6938name = "gemm-c32"
 6939version = "0.18.2"
 6940source = "registry+https://github.com/rust-lang/crates.io-index"
 6941checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6942dependencies = [
 6943 "dyn-stack 0.13.2",
 6944 "gemm-common 0.18.2",
 6945 "num-complex",
 6946 "num-traits",
 6947 "paste",
 6948 "raw-cpuid 11.6.0",
 6949 "seq-macro",
 6950]
 6951
 6952[[package]]
 6953name = "gemm-c64"
 6954version = "0.17.1"
 6955source = "registry+https://github.com/rust-lang/crates.io-index"
 6956checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6957dependencies = [
 6958 "dyn-stack 0.10.0",
 6959 "gemm-common 0.17.1",
 6960 "num-complex",
 6961 "num-traits",
 6962 "paste",
 6963 "raw-cpuid 10.7.0",
 6964 "seq-macro",
 6965]
 6966
 6967[[package]]
 6968name = "gemm-c64"
 6969version = "0.18.2"
 6970source = "registry+https://github.com/rust-lang/crates.io-index"
 6971checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6972dependencies = [
 6973 "dyn-stack 0.13.2",
 6974 "gemm-common 0.18.2",
 6975 "num-complex",
 6976 "num-traits",
 6977 "paste",
 6978 "raw-cpuid 11.6.0",
 6979 "seq-macro",
 6980]
 6981
 6982[[package]]
 6983name = "gemm-common"
 6984version = "0.17.1"
 6985source = "registry+https://github.com/rust-lang/crates.io-index"
 6986checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6987dependencies = [
 6988 "bytemuck",
 6989 "dyn-stack 0.10.0",
 6990 "half",
 6991 "num-complex",
 6992 "num-traits",
 6993 "once_cell",
 6994 "paste",
 6995 "pulp 0.18.22",
 6996 "raw-cpuid 10.7.0",
 6997 "rayon",
 6998 "seq-macro",
 6999 "sysctl 0.5.5",
 7000]
 7001
 7002[[package]]
 7003name = "gemm-common"
 7004version = "0.18.2"
 7005source = "registry+https://github.com/rust-lang/crates.io-index"
 7006checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 7007dependencies = [
 7008 "bytemuck",
 7009 "dyn-stack 0.13.2",
 7010 "half",
 7011 "libm",
 7012 "num-complex",
 7013 "num-traits",
 7014 "once_cell",
 7015 "paste",
 7016 "pulp 0.21.5",
 7017 "raw-cpuid 11.6.0",
 7018 "rayon",
 7019 "seq-macro",
 7020 "sysctl 0.6.0",
 7021]
 7022
 7023[[package]]
 7024name = "gemm-f16"
 7025version = "0.17.1"
 7026source = "registry+https://github.com/rust-lang/crates.io-index"
 7027checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 7028dependencies = [
 7029 "dyn-stack 0.10.0",
 7030 "gemm-common 0.17.1",
 7031 "gemm-f32 0.17.1",
 7032 "half",
 7033 "num-complex",
 7034 "num-traits",
 7035 "paste",
 7036 "raw-cpuid 10.7.0",
 7037 "rayon",
 7038 "seq-macro",
 7039]
 7040
 7041[[package]]
 7042name = "gemm-f16"
 7043version = "0.18.2"
 7044source = "registry+https://github.com/rust-lang/crates.io-index"
 7045checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 7046dependencies = [
 7047 "dyn-stack 0.13.2",
 7048 "gemm-common 0.18.2",
 7049 "gemm-f32 0.18.2",
 7050 "half",
 7051 "num-complex",
 7052 "num-traits",
 7053 "paste",
 7054 "raw-cpuid 11.6.0",
 7055 "rayon",
 7056 "seq-macro",
 7057]
 7058
 7059[[package]]
 7060name = "gemm-f32"
 7061version = "0.17.1"
 7062source = "registry+https://github.com/rust-lang/crates.io-index"
 7063checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 7064dependencies = [
 7065 "dyn-stack 0.10.0",
 7066 "gemm-common 0.17.1",
 7067 "num-complex",
 7068 "num-traits",
 7069 "paste",
 7070 "raw-cpuid 10.7.0",
 7071 "seq-macro",
 7072]
 7073
 7074[[package]]
 7075name = "gemm-f32"
 7076version = "0.18.2"
 7077source = "registry+https://github.com/rust-lang/crates.io-index"
 7078checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 7079dependencies = [
 7080 "dyn-stack 0.13.2",
 7081 "gemm-common 0.18.2",
 7082 "num-complex",
 7083 "num-traits",
 7084 "paste",
 7085 "raw-cpuid 11.6.0",
 7086 "seq-macro",
 7087]
 7088
 7089[[package]]
 7090name = "gemm-f64"
 7091version = "0.17.1"
 7092source = "registry+https://github.com/rust-lang/crates.io-index"
 7093checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7094dependencies = [
 7095 "dyn-stack 0.10.0",
 7096 "gemm-common 0.17.1",
 7097 "num-complex",
 7098 "num-traits",
 7099 "paste",
 7100 "raw-cpuid 10.7.0",
 7101 "seq-macro",
 7102]
 7103
 7104[[package]]
 7105name = "gemm-f64"
 7106version = "0.18.2"
 7107source = "registry+https://github.com/rust-lang/crates.io-index"
 7108checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7109dependencies = [
 7110 "dyn-stack 0.13.2",
 7111 "gemm-common 0.18.2",
 7112 "num-complex",
 7113 "num-traits",
 7114 "paste",
 7115 "raw-cpuid 11.6.0",
 7116 "seq-macro",
 7117]
 7118
 7119[[package]]
 7120name = "generator"
 7121version = "0.8.7"
 7122source = "registry+https://github.com/rust-lang/crates.io-index"
 7123checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7124dependencies = [
 7125 "cc",
 7126 "cfg-if",
 7127 "libc",
 7128 "log",
 7129 "rustversion",
 7130 "windows 0.61.3",
 7131]
 7132
 7133[[package]]
 7134name = "generic-array"
 7135version = "0.14.7"
 7136source = "registry+https://github.com/rust-lang/crates.io-index"
 7137checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7138dependencies = [
 7139 "typenum",
 7140 "version_check",
 7141]
 7142
 7143[[package]]
 7144name = "gethostname"
 7145version = "1.1.0"
 7146source = "registry+https://github.com/rust-lang/crates.io-index"
 7147checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7148dependencies = [
 7149 "rustix 1.1.2",
 7150 "windows-link 0.2.1",
 7151]
 7152
 7153[[package]]
 7154name = "getrandom"
 7155version = "0.2.16"
 7156source = "registry+https://github.com/rust-lang/crates.io-index"
 7157checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7158dependencies = [
 7159 "cfg-if",
 7160 "js-sys",
 7161 "libc",
 7162 "wasi",
 7163 "wasm-bindgen",
 7164]
 7165
 7166[[package]]
 7167name = "getrandom"
 7168version = "0.3.4"
 7169source = "registry+https://github.com/rust-lang/crates.io-index"
 7170checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7171dependencies = [
 7172 "cfg-if",
 7173 "js-sys",
 7174 "libc",
 7175 "r-efi",
 7176 "wasip2",
 7177 "wasm-bindgen",
 7178]
 7179
 7180[[package]]
 7181name = "getrandom"
 7182version = "0.4.1"
 7183source = "registry+https://github.com/rust-lang/crates.io-index"
 7184checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7185dependencies = [
 7186 "cfg-if",
 7187 "libc",
 7188 "r-efi",
 7189 "wasip2",
 7190 "wasip3",
 7191]
 7192
 7193[[package]]
 7194name = "gh-workflow"
 7195version = "0.8.0"
 7196source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7197dependencies = [
 7198 "async-trait",
 7199 "derive_more",
 7200 "derive_setters",
 7201 "gh-workflow-macros",
 7202 "indexmap",
 7203 "merge",
 7204 "serde",
 7205 "serde_json",
 7206 "serde_yaml",
 7207 "strum_macros 0.27.2",
 7208]
 7209
 7210[[package]]
 7211name = "gh-workflow-macros"
 7212version = "0.8.0"
 7213source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7214dependencies = [
 7215 "heck 0.5.0",
 7216 "quote",
 7217 "syn 2.0.117",
 7218]
 7219
 7220[[package]]
 7221name = "gif"
 7222version = "0.13.3"
 7223source = "registry+https://github.com/rust-lang/crates.io-index"
 7224checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7225dependencies = [
 7226 "color_quant",
 7227 "weezl",
 7228]
 7229
 7230[[package]]
 7231name = "gimli"
 7232version = "0.31.1"
 7233source = "registry+https://github.com/rust-lang/crates.io-index"
 7234checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 7235dependencies = [
 7236 "fallible-iterator",
 7237 "indexmap",
 7238 "stable_deref_trait",
 7239]
 7240
 7241[[package]]
 7242name = "gimli"
 7243version = "0.32.3"
 7244source = "registry+https://github.com/rust-lang/crates.io-index"
 7245checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7246
 7247[[package]]
 7248name = "gio-sys"
 7249version = "0.21.5"
 7250source = "registry+https://github.com/rust-lang/crates.io-index"
 7251checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7252dependencies = [
 7253 "glib-sys",
 7254 "gobject-sys",
 7255 "libc",
 7256 "system-deps 7.0.7",
 7257 "windows-sys 0.61.2",
 7258]
 7259
 7260[[package]]
 7261name = "git"
 7262version = "0.1.0"
 7263dependencies = [
 7264 "anyhow",
 7265 "askpass",
 7266 "async-trait",
 7267 "collections",
 7268 "derive_more",
 7269 "futures 0.3.31",
 7270 "git2",
 7271 "gpui",
 7272 "http_client",
 7273 "itertools 0.14.0",
 7274 "log",
 7275 "parking_lot",
 7276 "pretty_assertions",
 7277 "rand 0.9.2",
 7278 "regex",
 7279 "rope",
 7280 "schemars",
 7281 "serde",
 7282 "serde_json",
 7283 "smallvec",
 7284 "smol",
 7285 "sum_tree",
 7286 "tempfile",
 7287 "text",
 7288 "thiserror 2.0.17",
 7289 "time",
 7290 "url",
 7291 "urlencoding",
 7292 "util",
 7293 "uuid",
 7294 "ztracing",
 7295]
 7296
 7297[[package]]
 7298name = "git2"
 7299version = "0.20.4"
 7300source = "registry+https://github.com/rust-lang/crates.io-index"
 7301checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7302dependencies = [
 7303 "bitflags 2.10.0",
 7304 "libc",
 7305 "libgit2-sys",
 7306 "log",
 7307 "url",
 7308]
 7309
 7310[[package]]
 7311name = "git_graph"
 7312version = "0.1.0"
 7313dependencies = [
 7314 "anyhow",
 7315 "collections",
 7316 "db",
 7317 "feature_flags",
 7318 "fs",
 7319 "git",
 7320 "git_ui",
 7321 "gpui",
 7322 "language",
 7323 "menu",
 7324 "project",
 7325 "rand 0.9.2",
 7326 "serde_json",
 7327 "settings",
 7328 "smallvec",
 7329 "theme",
 7330 "time",
 7331 "ui",
 7332 "workspace",
 7333]
 7334
 7335[[package]]
 7336name = "git_hosting_providers"
 7337version = "0.1.0"
 7338dependencies = [
 7339 "anyhow",
 7340 "async-trait",
 7341 "futures 0.3.31",
 7342 "git",
 7343 "gpui",
 7344 "http_client",
 7345 "indoc",
 7346 "itertools 0.14.0",
 7347 "pretty_assertions",
 7348 "regex",
 7349 "serde",
 7350 "serde_json",
 7351 "settings",
 7352 "url",
 7353 "urlencoding",
 7354 "util",
 7355]
 7356
 7357[[package]]
 7358name = "git_ui"
 7359version = "0.1.0"
 7360dependencies = [
 7361 "agent_settings",
 7362 "anyhow",
 7363 "askpass",
 7364 "buffer_diff",
 7365 "call",
 7366 "cloud_llm_client",
 7367 "collections",
 7368 "component",
 7369 "ctor",
 7370 "db",
 7371 "editor",
 7372 "feature_flags",
 7373 "file_icons",
 7374 "futures 0.3.31",
 7375 "fuzzy",
 7376 "git",
 7377 "gpui",
 7378 "indoc",
 7379 "itertools 0.14.0",
 7380 "language",
 7381 "language_model",
 7382 "linkify",
 7383 "log",
 7384 "markdown",
 7385 "menu",
 7386 "multi_buffer",
 7387 "notifications",
 7388 "panel",
 7389 "picker",
 7390 "pretty_assertions",
 7391 "project",
 7392 "prompt_store",
 7393 "proto",
 7394 "rand 0.9.2",
 7395 "remote",
 7396 "remote_connection",
 7397 "schemars",
 7398 "serde",
 7399 "serde_json",
 7400 "settings",
 7401 "smallvec",
 7402 "smol",
 7403 "strum 0.27.2",
 7404 "telemetry",
 7405 "theme",
 7406 "time",
 7407 "time_format",
 7408 "tracing",
 7409 "ui",
 7410 "ui_input",
 7411 "unindent",
 7412 "util",
 7413 "watch",
 7414 "windows 0.61.3",
 7415 "workspace",
 7416 "zed_actions",
 7417 "zeroize",
 7418 "zlog",
 7419 "ztracing",
 7420]
 7421
 7422[[package]]
 7423name = "gl_generator"
 7424version = "0.14.0"
 7425source = "registry+https://github.com/rust-lang/crates.io-index"
 7426checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7427dependencies = [
 7428 "khronos_api",
 7429 "log",
 7430 "xml-rs",
 7431]
 7432
 7433[[package]]
 7434name = "glib"
 7435version = "0.21.5"
 7436source = "registry+https://github.com/rust-lang/crates.io-index"
 7437checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7438dependencies = [
 7439 "bitflags 2.10.0",
 7440 "futures-channel",
 7441 "futures-core",
 7442 "futures-executor",
 7443 "futures-task",
 7444 "futures-util",
 7445 "gio-sys",
 7446 "glib-macros",
 7447 "glib-sys",
 7448 "gobject-sys",
 7449 "libc",
 7450 "memchr",
 7451 "smallvec",
 7452]
 7453
 7454[[package]]
 7455name = "glib-macros"
 7456version = "0.21.5"
 7457source = "registry+https://github.com/rust-lang/crates.io-index"
 7458checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7459dependencies = [
 7460 "heck 0.5.0",
 7461 "proc-macro-crate",
 7462 "proc-macro2",
 7463 "quote",
 7464 "syn 2.0.117",
 7465]
 7466
 7467[[package]]
 7468name = "glib-sys"
 7469version = "0.21.5"
 7470source = "registry+https://github.com/rust-lang/crates.io-index"
 7471checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7472dependencies = [
 7473 "libc",
 7474 "system-deps 7.0.7",
 7475]
 7476
 7477[[package]]
 7478name = "glob"
 7479version = "0.3.3"
 7480source = "registry+https://github.com/rust-lang/crates.io-index"
 7481checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7482
 7483[[package]]
 7484name = "globset"
 7485version = "0.4.17"
 7486source = "registry+https://github.com/rust-lang/crates.io-index"
 7487checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7488dependencies = [
 7489 "aho-corasick",
 7490 "bstr",
 7491 "log",
 7492 "regex-automata",
 7493 "regex-syntax",
 7494]
 7495
 7496[[package]]
 7497name = "gloo-timers"
 7498version = "0.3.0"
 7499source = "registry+https://github.com/rust-lang/crates.io-index"
 7500checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7501dependencies = [
 7502 "futures-channel",
 7503 "futures-core",
 7504 "js-sys",
 7505 "wasm-bindgen",
 7506]
 7507
 7508[[package]]
 7509name = "glow"
 7510version = "0.16.0"
 7511source = "registry+https://github.com/rust-lang/crates.io-index"
 7512checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
 7513dependencies = [
 7514 "js-sys",
 7515 "slotmap",
 7516 "wasm-bindgen",
 7517 "web-sys",
 7518]
 7519
 7520[[package]]
 7521name = "glutin_wgl_sys"
 7522version = "0.6.1"
 7523source = "registry+https://github.com/rust-lang/crates.io-index"
 7524checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7525dependencies = [
 7526 "gl_generator",
 7527]
 7528
 7529[[package]]
 7530name = "go_to_line"
 7531version = "0.1.0"
 7532dependencies = [
 7533 "editor",
 7534 "gpui",
 7535 "indoc",
 7536 "language",
 7537 "menu",
 7538 "multi_buffer",
 7539 "project",
 7540 "rope",
 7541 "serde",
 7542 "serde_json",
 7543 "settings",
 7544 "text",
 7545 "theme",
 7546 "ui",
 7547 "util",
 7548 "workspace",
 7549]
 7550
 7551[[package]]
 7552name = "gobject-sys"
 7553version = "0.21.5"
 7554source = "registry+https://github.com/rust-lang/crates.io-index"
 7555checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7556dependencies = [
 7557 "glib-sys",
 7558 "libc",
 7559 "system-deps 7.0.7",
 7560]
 7561
 7562[[package]]
 7563name = "goblin"
 7564version = "0.9.3"
 7565source = "registry+https://github.com/rust-lang/crates.io-index"
 7566checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7567dependencies = [
 7568 "log",
 7569 "plain",
 7570 "scroll",
 7571]
 7572
 7573[[package]]
 7574name = "google_ai"
 7575version = "0.1.0"
 7576dependencies = [
 7577 "anyhow",
 7578 "futures 0.3.31",
 7579 "http_client",
 7580 "schemars",
 7581 "serde",
 7582 "serde_json",
 7583 "settings",
 7584 "strum 0.27.2",
 7585]
 7586
 7587[[package]]
 7588name = "gpu-allocator"
 7589version = "0.28.0"
 7590source = "registry+https://github.com/rust-lang/crates.io-index"
 7591checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7592dependencies = [
 7593 "ash",
 7594 "hashbrown 0.16.1",
 7595 "log",
 7596 "presser",
 7597 "thiserror 2.0.17",
 7598 "windows 0.62.2",
 7599]
 7600
 7601[[package]]
 7602name = "gpu-descriptor"
 7603version = "0.3.2"
 7604source = "registry+https://github.com/rust-lang/crates.io-index"
 7605checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7606dependencies = [
 7607 "bitflags 2.10.0",
 7608 "gpu-descriptor-types",
 7609 "hashbrown 0.15.5",
 7610]
 7611
 7612[[package]]
 7613name = "gpu-descriptor-types"
 7614version = "0.2.0"
 7615source = "registry+https://github.com/rust-lang/crates.io-index"
 7616checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7617dependencies = [
 7618 "bitflags 2.10.0",
 7619]
 7620
 7621[[package]]
 7622name = "gpui"
 7623version = "0.2.2"
 7624dependencies = [
 7625 "anyhow",
 7626 "async-channel 2.5.0",
 7627 "async-task",
 7628 "backtrace",
 7629 "bindgen 0.71.1",
 7630 "bitflags 2.10.0",
 7631 "block",
 7632 "cbindgen",
 7633 "chrono",
 7634 "circular-buffer",
 7635 "cocoa 0.26.0",
 7636 "cocoa-foundation 0.2.0",
 7637 "collections",
 7638 "core-foundation 0.10.0",
 7639 "core-foundation-sys",
 7640 "core-graphics 0.24.0",
 7641 "core-text",
 7642 "core-video",
 7643 "ctor",
 7644 "derive_more",
 7645 "embed-resource",
 7646 "env_logger 0.11.8",
 7647 "etagere",
 7648 "foreign-types 0.5.0",
 7649 "futures 0.3.31",
 7650 "futures-concurrency",
 7651 "getrandom 0.3.4",
 7652 "gpui_macros",
 7653 "gpui_platform",
 7654 "gpui_util",
 7655 "gpui_web",
 7656 "http_client",
 7657 "image",
 7658 "inventory",
 7659 "itertools 0.14.0",
 7660 "log",
 7661 "lyon",
 7662 "mach2 0.5.0",
 7663 "media",
 7664 "metal",
 7665 "naga 28.0.0",
 7666 "num_cpus",
 7667 "objc",
 7668 "objc2",
 7669 "objc2-metal",
 7670 "parking",
 7671 "parking_lot",
 7672 "pathfinder_geometry",
 7673 "pin-project",
 7674 "pollster 0.4.0",
 7675 "postage",
 7676 "profiling",
 7677 "proptest",
 7678 "rand 0.9.2",
 7679 "raw-window-handle",
 7680 "refineable",
 7681 "reqwest_client",
 7682 "resvg",
 7683 "scheduler",
 7684 "schemars",
 7685 "seahash",
 7686 "serde",
 7687 "serde_json",
 7688 "slotmap",
 7689 "smallvec",
 7690 "spin 0.10.0",
 7691 "stacksafe",
 7692 "strum 0.27.2",
 7693 "sum_tree",
 7694 "taffy",
 7695 "thiserror 2.0.17",
 7696 "unicode-segmentation",
 7697 "url",
 7698 "usvg",
 7699 "util_macros",
 7700 "uuid",
 7701 "waker-fn",
 7702 "wasm-bindgen",
 7703 "web-time",
 7704 "windows 0.61.3",
 7705 "zed-font-kit",
 7706 "zed-scap",
 7707]
 7708
 7709[[package]]
 7710name = "gpui_linux"
 7711version = "0.1.0"
 7712dependencies = [
 7713 "anyhow",
 7714 "as-raw-xcb-connection",
 7715 "ashpd",
 7716 "bitflags 2.10.0",
 7717 "bytemuck",
 7718 "calloop",
 7719 "calloop-wayland-source",
 7720 "collections",
 7721 "filedescriptor",
 7722 "futures 0.3.31",
 7723 "gpui",
 7724 "gpui_wgpu",
 7725 "http_client",
 7726 "itertools 0.14.0",
 7727 "libc",
 7728 "log",
 7729 "oo7",
 7730 "open",
 7731 "parking_lot",
 7732 "pathfinder_geometry",
 7733 "pollster 0.4.0",
 7734 "profiling",
 7735 "raw-window-handle",
 7736 "smallvec",
 7737 "smol",
 7738 "strum 0.27.2",
 7739 "swash",
 7740 "url",
 7741 "util",
 7742 "uuid",
 7743 "wayland-backend",
 7744 "wayland-client",
 7745 "wayland-cursor",
 7746 "wayland-protocols",
 7747 "wayland-protocols-plasma",
 7748 "wayland-protocols-wlr",
 7749 "x11-clipboard",
 7750 "x11rb",
 7751 "xkbcommon",
 7752 "zed-scap",
 7753 "zed-xim",
 7754]
 7755
 7756[[package]]
 7757name = "gpui_macos"
 7758version = "0.1.0"
 7759dependencies = [
 7760 "anyhow",
 7761 "async-task",
 7762 "block",
 7763 "cbindgen",
 7764 "cocoa 0.26.0",
 7765 "collections",
 7766 "core-foundation 0.10.0",
 7767 "core-foundation-sys",
 7768 "core-graphics 0.24.0",
 7769 "core-text",
 7770 "core-video",
 7771 "ctor",
 7772 "derive_more",
 7773 "dispatch2",
 7774 "etagere",
 7775 "foreign-types 0.5.0",
 7776 "futures 0.3.31",
 7777 "gpui",
 7778 "image",
 7779 "itertools 0.14.0",
 7780 "libc",
 7781 "log",
 7782 "mach2 0.5.0",
 7783 "media",
 7784 "metal",
 7785 "objc",
 7786 "parking_lot",
 7787 "pathfinder_geometry",
 7788 "raw-window-handle",
 7789 "semver",
 7790 "smallvec",
 7791 "strum 0.27.2",
 7792 "util",
 7793 "uuid",
 7794 "zed-font-kit",
 7795]
 7796
 7797[[package]]
 7798name = "gpui_macros"
 7799version = "0.1.0"
 7800dependencies = [
 7801 "gpui",
 7802 "heck 0.5.0",
 7803 "proc-macro2",
 7804 "quote",
 7805 "syn 2.0.117",
 7806]
 7807
 7808[[package]]
 7809name = "gpui_platform"
 7810version = "0.1.0"
 7811dependencies = [
 7812 "console_error_panic_hook",
 7813 "gpui",
 7814 "gpui_linux",
 7815 "gpui_macos",
 7816 "gpui_web",
 7817 "gpui_windows",
 7818]
 7819
 7820[[package]]
 7821name = "gpui_tokio"
 7822version = "0.1.0"
 7823dependencies = [
 7824 "anyhow",
 7825 "gpui",
 7826 "tokio",
 7827 "util",
 7828]
 7829
 7830[[package]]
 7831name = "gpui_util"
 7832version = "0.1.0"
 7833dependencies = [
 7834 "anyhow",
 7835 "log",
 7836]
 7837
 7838[[package]]
 7839name = "gpui_web"
 7840version = "0.1.0"
 7841dependencies = [
 7842 "anyhow",
 7843 "console_error_panic_hook",
 7844 "futures 0.3.31",
 7845 "gpui",
 7846 "gpui_wgpu",
 7847 "http_client",
 7848 "js-sys",
 7849 "log",
 7850 "parking_lot",
 7851 "raw-window-handle",
 7852 "smallvec",
 7853 "uuid",
 7854 "wasm-bindgen",
 7855 "wasm-bindgen-futures",
 7856 "wasm_thread",
 7857 "web-sys",
 7858 "web-time",
 7859]
 7860
 7861[[package]]
 7862name = "gpui_wgpu"
 7863version = "0.1.0"
 7864dependencies = [
 7865 "anyhow",
 7866 "bytemuck",
 7867 "collections",
 7868 "cosmic-text",
 7869 "etagere",
 7870 "gpui",
 7871 "gpui_util",
 7872 "itertools 0.14.0",
 7873 "js-sys",
 7874 "log",
 7875 "parking_lot",
 7876 "pollster 0.4.0",
 7877 "profiling",
 7878 "raw-window-handle",
 7879 "smallvec",
 7880 "swash",
 7881 "wasm-bindgen",
 7882 "wasm-bindgen-futures",
 7883 "web-sys",
 7884 "wgpu",
 7885 "zed-font-kit",
 7886]
 7887
 7888[[package]]
 7889name = "gpui_windows"
 7890version = "0.1.0"
 7891dependencies = [
 7892 "anyhow",
 7893 "collections",
 7894 "etagere",
 7895 "futures 0.3.31",
 7896 "gpui",
 7897 "image",
 7898 "itertools 0.14.0",
 7899 "log",
 7900 "parking_lot",
 7901 "rand 0.9.2",
 7902 "raw-window-handle",
 7903 "smallvec",
 7904 "util",
 7905 "uuid",
 7906 "windows 0.61.3",
 7907 "windows-core 0.61.2",
 7908 "windows-numerics 0.2.0",
 7909 "windows-registry 0.5.3",
 7910 "zed-scap",
 7911]
 7912
 7913[[package]]
 7914name = "grid"
 7915version = "0.18.0"
 7916source = "registry+https://github.com/rust-lang/crates.io-index"
 7917checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7918
 7919[[package]]
 7920name = "group"
 7921version = "0.12.1"
 7922source = "registry+https://github.com/rust-lang/crates.io-index"
 7923checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7924dependencies = [
 7925 "ff",
 7926 "rand_core 0.6.4",
 7927 "subtle",
 7928]
 7929
 7930[[package]]
 7931name = "h2"
 7932version = "0.3.27"
 7933source = "registry+https://github.com/rust-lang/crates.io-index"
 7934checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7935dependencies = [
 7936 "bytes 1.11.1",
 7937 "fnv",
 7938 "futures-core",
 7939 "futures-sink",
 7940 "futures-util",
 7941 "http 0.2.12",
 7942 "indexmap",
 7943 "slab",
 7944 "tokio",
 7945 "tokio-util",
 7946 "tracing",
 7947]
 7948
 7949[[package]]
 7950name = "h2"
 7951version = "0.4.12"
 7952source = "registry+https://github.com/rust-lang/crates.io-index"
 7953checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7954dependencies = [
 7955 "atomic-waker",
 7956 "bytes 1.11.1",
 7957 "fnv",
 7958 "futures-core",
 7959 "futures-sink",
 7960 "http 1.3.1",
 7961 "indexmap",
 7962 "slab",
 7963 "tokio",
 7964 "tokio-util",
 7965 "tracing",
 7966]
 7967
 7968[[package]]
 7969name = "half"
 7970version = "2.7.1"
 7971source = "registry+https://github.com/rust-lang/crates.io-index"
 7972checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7973dependencies = [
 7974 "bytemuck",
 7975 "cfg-if",
 7976 "crunchy",
 7977 "num-traits",
 7978 "rand 0.9.2",
 7979 "rand_distr",
 7980 "zerocopy",
 7981]
 7982
 7983[[package]]
 7984name = "handlebars"
 7985version = "4.5.0"
 7986source = "registry+https://github.com/rust-lang/crates.io-index"
 7987checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7988dependencies = [
 7989 "log",
 7990 "pest",
 7991 "pest_derive",
 7992 "rust-embed",
 7993 "serde",
 7994 "serde_json",
 7995 "thiserror 1.0.69",
 7996]
 7997
 7998[[package]]
 7999name = "handlebars"
 8000version = "5.1.2"
 8001source = "registry+https://github.com/rust-lang/crates.io-index"
 8002checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 8003dependencies = [
 8004 "log",
 8005 "pest",
 8006 "pest_derive",
 8007 "serde",
 8008 "serde_json",
 8009 "thiserror 1.0.69",
 8010]
 8011
 8012[[package]]
 8013name = "harfrust"
 8014version = "0.5.0"
 8015source = "registry+https://github.com/rust-lang/crates.io-index"
 8016checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 8017dependencies = [
 8018 "bitflags 2.10.0",
 8019 "bytemuck",
 8020 "core_maths",
 8021 "read-fonts 0.37.0",
 8022 "smallvec",
 8023]
 8024
 8025[[package]]
 8026name = "hashbrown"
 8027version = "0.12.3"
 8028source = "registry+https://github.com/rust-lang/crates.io-index"
 8029checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8030dependencies = [
 8031 "ahash 0.7.8",
 8032]
 8033
 8034[[package]]
 8035name = "hashbrown"
 8036version = "0.14.5"
 8037source = "registry+https://github.com/rust-lang/crates.io-index"
 8038checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8039dependencies = [
 8040 "ahash 0.8.12",
 8041 "allocator-api2",
 8042]
 8043
 8044[[package]]
 8045name = "hashbrown"
 8046version = "0.15.5"
 8047source = "registry+https://github.com/rust-lang/crates.io-index"
 8048checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8049dependencies = [
 8050 "allocator-api2",
 8051 "equivalent",
 8052 "foldhash 0.1.5",
 8053 "serde",
 8054]
 8055
 8056[[package]]
 8057name = "hashbrown"
 8058version = "0.16.1"
 8059source = "registry+https://github.com/rust-lang/crates.io-index"
 8060checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8061dependencies = [
 8062 "allocator-api2",
 8063 "equivalent",
 8064 "foldhash 0.2.0",
 8065]
 8066
 8067[[package]]
 8068name = "hashlink"
 8069version = "0.8.4"
 8070source = "registry+https://github.com/rust-lang/crates.io-index"
 8071checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8072dependencies = [
 8073 "hashbrown 0.14.5",
 8074]
 8075
 8076[[package]]
 8077name = "hashlink"
 8078version = "0.10.0"
 8079source = "registry+https://github.com/rust-lang/crates.io-index"
 8080checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8081dependencies = [
 8082 "hashbrown 0.15.5",
 8083]
 8084
 8085[[package]]
 8086name = "headers"
 8087version = "0.3.9"
 8088source = "registry+https://github.com/rust-lang/crates.io-index"
 8089checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8090dependencies = [
 8091 "base64 0.21.7",
 8092 "bytes 1.11.1",
 8093 "headers-core",
 8094 "http 0.2.12",
 8095 "httpdate",
 8096 "mime",
 8097 "sha1",
 8098]
 8099
 8100[[package]]
 8101name = "headers-core"
 8102version = "0.2.0"
 8103source = "registry+https://github.com/rust-lang/crates.io-index"
 8104checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8105dependencies = [
 8106 "http 0.2.12",
 8107]
 8108
 8109[[package]]
 8110name = "heck"
 8111version = "0.3.3"
 8112source = "registry+https://github.com/rust-lang/crates.io-index"
 8113checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8114dependencies = [
 8115 "unicode-segmentation",
 8116]
 8117
 8118[[package]]
 8119name = "heck"
 8120version = "0.4.1"
 8121source = "registry+https://github.com/rust-lang/crates.io-index"
 8122checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8123dependencies = [
 8124 "unicode-segmentation",
 8125]
 8126
 8127[[package]]
 8128name = "heck"
 8129version = "0.5.0"
 8130source = "registry+https://github.com/rust-lang/crates.io-index"
 8131checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8132
 8133[[package]]
 8134name = "heed"
 8135version = "0.21.0"
 8136source = "registry+https://github.com/rust-lang/crates.io-index"
 8137checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8138dependencies = [
 8139 "bitflags 2.10.0",
 8140 "byteorder",
 8141 "heed-traits",
 8142 "heed-types",
 8143 "libc",
 8144 "lmdb-master-sys",
 8145 "once_cell",
 8146 "page_size",
 8147 "serde",
 8148 "synchronoise",
 8149 "url",
 8150]
 8151
 8152[[package]]
 8153name = "heed-traits"
 8154version = "0.20.0"
 8155source = "registry+https://github.com/rust-lang/crates.io-index"
 8156checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8157
 8158[[package]]
 8159name = "heed-types"
 8160version = "0.21.0"
 8161source = "registry+https://github.com/rust-lang/crates.io-index"
 8162checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8163dependencies = [
 8164 "bincode",
 8165 "byteorder",
 8166 "heed-traits",
 8167 "serde",
 8168 "serde_json",
 8169]
 8170
 8171[[package]]
 8172name = "hermit-abi"
 8173version = "0.5.2"
 8174source = "registry+https://github.com/rust-lang/crates.io-index"
 8175checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8176
 8177[[package]]
 8178name = "hex"
 8179version = "0.4.3"
 8180source = "registry+https://github.com/rust-lang/crates.io-index"
 8181checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8182
 8183[[package]]
 8184name = "hexf-parse"
 8185version = "0.2.1"
 8186source = "registry+https://github.com/rust-lang/crates.io-index"
 8187checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8188
 8189[[package]]
 8190name = "hkdf"
 8191version = "0.12.4"
 8192source = "registry+https://github.com/rust-lang/crates.io-index"
 8193checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8194dependencies = [
 8195 "hmac",
 8196]
 8197
 8198[[package]]
 8199name = "hmac"
 8200version = "0.12.1"
 8201source = "registry+https://github.com/rust-lang/crates.io-index"
 8202checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8203dependencies = [
 8204 "digest",
 8205]
 8206
 8207[[package]]
 8208name = "home"
 8209version = "0.5.11"
 8210source = "registry+https://github.com/rust-lang/crates.io-index"
 8211checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8212dependencies = [
 8213 "windows-sys 0.59.0",
 8214]
 8215
 8216[[package]]
 8217name = "hound"
 8218version = "3.5.1"
 8219source = "registry+https://github.com/rust-lang/crates.io-index"
 8220checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8221
 8222[[package]]
 8223name = "html5ever"
 8224version = "0.27.0"
 8225source = "registry+https://github.com/rust-lang/crates.io-index"
 8226checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8227dependencies = [
 8228 "log",
 8229 "mac",
 8230 "markup5ever 0.12.1",
 8231 "proc-macro2",
 8232 "quote",
 8233 "syn 2.0.117",
 8234]
 8235
 8236[[package]]
 8237name = "html5ever"
 8238version = "0.35.0"
 8239source = "registry+https://github.com/rust-lang/crates.io-index"
 8240checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8241dependencies = [
 8242 "log",
 8243 "markup5ever 0.35.0",
 8244 "match_token",
 8245]
 8246
 8247[[package]]
 8248name = "html_to_markdown"
 8249version = "0.1.0"
 8250dependencies = [
 8251 "anyhow",
 8252 "html5ever 0.27.0",
 8253 "indoc",
 8254 "markup5ever_rcdom",
 8255 "pretty_assertions",
 8256 "regex",
 8257]
 8258
 8259[[package]]
 8260name = "http"
 8261version = "0.2.12"
 8262source = "registry+https://github.com/rust-lang/crates.io-index"
 8263checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8264dependencies = [
 8265 "bytes 1.11.1",
 8266 "fnv",
 8267 "itoa",
 8268]
 8269
 8270[[package]]
 8271name = "http"
 8272version = "1.3.1"
 8273source = "registry+https://github.com/rust-lang/crates.io-index"
 8274checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8275dependencies = [
 8276 "bytes 1.11.1",
 8277 "fnv",
 8278 "itoa",
 8279]
 8280
 8281[[package]]
 8282name = "http-body"
 8283version = "0.4.6"
 8284source = "registry+https://github.com/rust-lang/crates.io-index"
 8285checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8286dependencies = [
 8287 "bytes 1.11.1",
 8288 "http 0.2.12",
 8289 "pin-project-lite",
 8290]
 8291
 8292[[package]]
 8293name = "http-body"
 8294version = "1.0.1"
 8295source = "registry+https://github.com/rust-lang/crates.io-index"
 8296checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8297dependencies = [
 8298 "bytes 1.11.1",
 8299 "http 1.3.1",
 8300]
 8301
 8302[[package]]
 8303name = "http-body-util"
 8304version = "0.1.3"
 8305source = "registry+https://github.com/rust-lang/crates.io-index"
 8306checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8307dependencies = [
 8308 "bytes 1.11.1",
 8309 "futures-core",
 8310 "http 1.3.1",
 8311 "http-body 1.0.1",
 8312 "pin-project-lite",
 8313]
 8314
 8315[[package]]
 8316name = "http-range-header"
 8317version = "0.3.1"
 8318source = "registry+https://github.com/rust-lang/crates.io-index"
 8319checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8320
 8321[[package]]
 8322name = "http_client"
 8323version = "0.1.0"
 8324dependencies = [
 8325 "anyhow",
 8326 "async-compression",
 8327 "async-fs",
 8328 "async-tar",
 8329 "bytes 1.11.1",
 8330 "derive_more",
 8331 "futures 0.3.31",
 8332 "http 1.3.1",
 8333 "http-body 1.0.1",
 8334 "log",
 8335 "parking_lot",
 8336 "serde",
 8337 "serde_json",
 8338 "serde_urlencoded",
 8339 "sha2",
 8340 "tempfile",
 8341 "url",
 8342 "util",
 8343]
 8344
 8345[[package]]
 8346name = "http_client_tls"
 8347version = "0.1.0"
 8348dependencies = [
 8349 "rustls 0.23.33",
 8350 "rustls-platform-verifier",
 8351]
 8352
 8353[[package]]
 8354name = "httparse"
 8355version = "1.10.1"
 8356source = "registry+https://github.com/rust-lang/crates.io-index"
 8357checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8358
 8359[[package]]
 8360name = "httpdate"
 8361version = "1.0.3"
 8362source = "registry+https://github.com/rust-lang/crates.io-index"
 8363checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8364
 8365[[package]]
 8366name = "human_bytes"
 8367version = "0.4.3"
 8368source = "registry+https://github.com/rust-lang/crates.io-index"
 8369checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8370
 8371[[package]]
 8372name = "humantime"
 8373version = "2.3.0"
 8374source = "registry+https://github.com/rust-lang/crates.io-index"
 8375checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8376
 8377[[package]]
 8378name = "hyper"
 8379version = "0.14.32"
 8380source = "registry+https://github.com/rust-lang/crates.io-index"
 8381checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8382dependencies = [
 8383 "bytes 1.11.1",
 8384 "futures-channel",
 8385 "futures-core",
 8386 "futures-util",
 8387 "h2 0.3.27",
 8388 "http 0.2.12",
 8389 "http-body 0.4.6",
 8390 "httparse",
 8391 "httpdate",
 8392 "itoa",
 8393 "pin-project-lite",
 8394 "socket2 0.5.10",
 8395 "tokio",
 8396 "tower-service",
 8397 "tracing",
 8398 "want",
 8399]
 8400
 8401[[package]]
 8402name = "hyper"
 8403version = "1.7.0"
 8404source = "registry+https://github.com/rust-lang/crates.io-index"
 8405checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8406dependencies = [
 8407 "atomic-waker",
 8408 "bytes 1.11.1",
 8409 "futures-channel",
 8410 "futures-core",
 8411 "h2 0.4.12",
 8412 "http 1.3.1",
 8413 "http-body 1.0.1",
 8414 "httparse",
 8415 "itoa",
 8416 "pin-project-lite",
 8417 "pin-utils",
 8418 "smallvec",
 8419 "tokio",
 8420 "want",
 8421]
 8422
 8423[[package]]
 8424name = "hyper-rustls"
 8425version = "0.24.2"
 8426source = "registry+https://github.com/rust-lang/crates.io-index"
 8427checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8428dependencies = [
 8429 "futures-util",
 8430 "http 0.2.12",
 8431 "hyper 0.14.32",
 8432 "log",
 8433 "rustls 0.21.12",
 8434 "rustls-native-certs 0.6.3",
 8435 "tokio",
 8436 "tokio-rustls 0.24.1",
 8437]
 8438
 8439[[package]]
 8440name = "hyper-rustls"
 8441version = "0.27.7"
 8442source = "registry+https://github.com/rust-lang/crates.io-index"
 8443checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8444dependencies = [
 8445 "http 1.3.1",
 8446 "hyper 1.7.0",
 8447 "hyper-util",
 8448 "rustls 0.23.33",
 8449 "rustls-native-certs 0.8.2",
 8450 "rustls-pki-types",
 8451 "tokio",
 8452 "tokio-rustls 0.26.2",
 8453 "tower-service",
 8454]
 8455
 8456[[package]]
 8457name = "hyper-tls"
 8458version = "0.5.0"
 8459source = "registry+https://github.com/rust-lang/crates.io-index"
 8460checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8461dependencies = [
 8462 "bytes 1.11.1",
 8463 "hyper 0.14.32",
 8464 "native-tls",
 8465 "tokio",
 8466 "tokio-native-tls",
 8467]
 8468
 8469[[package]]
 8470name = "hyper-util"
 8471version = "0.1.17"
 8472source = "registry+https://github.com/rust-lang/crates.io-index"
 8473checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8474dependencies = [
 8475 "base64 0.22.1",
 8476 "bytes 1.11.1",
 8477 "futures-channel",
 8478 "futures-core",
 8479 "futures-util",
 8480 "http 1.3.1",
 8481 "http-body 1.0.1",
 8482 "hyper 1.7.0",
 8483 "ipnet",
 8484 "libc",
 8485 "percent-encoding",
 8486 "pin-project-lite",
 8487 "socket2 0.6.1",
 8488 "tokio",
 8489 "tower-service",
 8490 "tracing",
 8491]
 8492
 8493[[package]]
 8494name = "iana-time-zone"
 8495version = "0.1.64"
 8496source = "registry+https://github.com/rust-lang/crates.io-index"
 8497checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8498dependencies = [
 8499 "android_system_properties",
 8500 "core-foundation-sys",
 8501 "iana-time-zone-haiku",
 8502 "js-sys",
 8503 "log",
 8504 "wasm-bindgen",
 8505 "windows-core 0.62.2",
 8506]
 8507
 8508[[package]]
 8509name = "iana-time-zone-haiku"
 8510version = "0.1.2"
 8511source = "registry+https://github.com/rust-lang/crates.io-index"
 8512checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8513dependencies = [
 8514 "cc",
 8515]
 8516
 8517[[package]]
 8518name = "icons"
 8519version = "0.1.0"
 8520dependencies = [
 8521 "serde",
 8522 "strum 0.27.2",
 8523]
 8524
 8525[[package]]
 8526name = "icu_collections"
 8527version = "2.0.0"
 8528source = "registry+https://github.com/rust-lang/crates.io-index"
 8529checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8530dependencies = [
 8531 "displaydoc",
 8532 "potential_utf",
 8533 "yoke 0.8.0",
 8534 "zerofrom",
 8535 "zerovec",
 8536]
 8537
 8538[[package]]
 8539name = "icu_locale_core"
 8540version = "2.0.0"
 8541source = "registry+https://github.com/rust-lang/crates.io-index"
 8542checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8543dependencies = [
 8544 "displaydoc",
 8545 "litemap",
 8546 "tinystr",
 8547 "writeable",
 8548 "zerovec",
 8549]
 8550
 8551[[package]]
 8552name = "icu_normalizer"
 8553version = "2.0.0"
 8554source = "registry+https://github.com/rust-lang/crates.io-index"
 8555checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8556dependencies = [
 8557 "displaydoc",
 8558 "icu_collections",
 8559 "icu_normalizer_data",
 8560 "icu_properties",
 8561 "icu_provider",
 8562 "smallvec",
 8563 "zerovec",
 8564]
 8565
 8566[[package]]
 8567name = "icu_normalizer_data"
 8568version = "2.0.0"
 8569source = "registry+https://github.com/rust-lang/crates.io-index"
 8570checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8571
 8572[[package]]
 8573name = "icu_properties"
 8574version = "2.0.1"
 8575source = "registry+https://github.com/rust-lang/crates.io-index"
 8576checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8577dependencies = [
 8578 "displaydoc",
 8579 "icu_collections",
 8580 "icu_locale_core",
 8581 "icu_properties_data",
 8582 "icu_provider",
 8583 "potential_utf",
 8584 "zerotrie",
 8585 "zerovec",
 8586]
 8587
 8588[[package]]
 8589name = "icu_properties_data"
 8590version = "2.0.1"
 8591source = "registry+https://github.com/rust-lang/crates.io-index"
 8592checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8593
 8594[[package]]
 8595name = "icu_provider"
 8596version = "2.0.0"
 8597source = "registry+https://github.com/rust-lang/crates.io-index"
 8598checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8599dependencies = [
 8600 "displaydoc",
 8601 "icu_locale_core",
 8602 "stable_deref_trait",
 8603 "tinystr",
 8604 "writeable",
 8605 "yoke 0.8.0",
 8606 "zerofrom",
 8607 "zerotrie",
 8608 "zerovec",
 8609]
 8610
 8611[[package]]
 8612name = "id-arena"
 8613version = "2.2.1"
 8614source = "registry+https://github.com/rust-lang/crates.io-index"
 8615checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8616
 8617[[package]]
 8618name = "ident_case"
 8619version = "1.0.1"
 8620source = "registry+https://github.com/rust-lang/crates.io-index"
 8621checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8622
 8623[[package]]
 8624name = "idna"
 8625version = "1.1.0"
 8626source = "registry+https://github.com/rust-lang/crates.io-index"
 8627checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8628dependencies = [
 8629 "idna_adapter",
 8630 "smallvec",
 8631 "utf8_iter",
 8632]
 8633
 8634[[package]]
 8635name = "idna_adapter"
 8636version = "1.2.1"
 8637source = "registry+https://github.com/rust-lang/crates.io-index"
 8638checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8639dependencies = [
 8640 "icu_normalizer",
 8641 "icu_properties",
 8642]
 8643
 8644[[package]]
 8645name = "ignore"
 8646version = "0.4.24"
 8647source = "registry+https://github.com/rust-lang/crates.io-index"
 8648checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8649dependencies = [
 8650 "crossbeam-deque",
 8651 "globset",
 8652 "log",
 8653 "memchr",
 8654 "regex-automata",
 8655 "same-file",
 8656 "walkdir",
 8657 "winapi-util",
 8658]
 8659
 8660[[package]]
 8661name = "image"
 8662version = "0.25.8"
 8663source = "registry+https://github.com/rust-lang/crates.io-index"
 8664checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8665dependencies = [
 8666 "bytemuck",
 8667 "byteorder-lite",
 8668 "color_quant",
 8669 "exr",
 8670 "gif",
 8671 "image-webp",
 8672 "moxcms",
 8673 "num-traits",
 8674 "png 0.18.0",
 8675 "qoi",
 8676 "ravif",
 8677 "rayon",
 8678 "rgb",
 8679 "tiff",
 8680 "zune-core",
 8681 "zune-jpeg",
 8682]
 8683
 8684[[package]]
 8685name = "image-webp"
 8686version = "0.2.4"
 8687source = "registry+https://github.com/rust-lang/crates.io-index"
 8688checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8689dependencies = [
 8690 "byteorder-lite",
 8691 "quick-error 2.0.1",
 8692]
 8693
 8694[[package]]
 8695name = "image_viewer"
 8696version = "0.1.0"
 8697dependencies = [
 8698 "anyhow",
 8699 "db",
 8700 "editor",
 8701 "file_icons",
 8702 "gpui",
 8703 "language",
 8704 "log",
 8705 "project",
 8706 "serde",
 8707 "settings",
 8708 "theme",
 8709 "ui",
 8710 "util",
 8711 "workspace",
 8712]
 8713
 8714[[package]]
 8715name = "imagesize"
 8716version = "0.13.0"
 8717source = "registry+https://github.com/rust-lang/crates.io-index"
 8718checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8719
 8720[[package]]
 8721name = "imara-diff"
 8722version = "0.1.8"
 8723source = "registry+https://github.com/rust-lang/crates.io-index"
 8724checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8725dependencies = [
 8726 "hashbrown 0.15.5",
 8727]
 8728
 8729[[package]]
 8730name = "imgref"
 8731version = "1.12.0"
 8732source = "registry+https://github.com/rust-lang/crates.io-index"
 8733checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8734
 8735[[package]]
 8736name = "indenter"
 8737version = "0.3.4"
 8738source = "registry+https://github.com/rust-lang/crates.io-index"
 8739checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8740
 8741[[package]]
 8742name = "indexmap"
 8743version = "2.11.4"
 8744source = "registry+https://github.com/rust-lang/crates.io-index"
 8745checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8746dependencies = [
 8747 "equivalent",
 8748 "hashbrown 0.16.1",
 8749 "serde",
 8750 "serde_core",
 8751]
 8752
 8753[[package]]
 8754name = "indoc"
 8755version = "2.0.6"
 8756source = "registry+https://github.com/rust-lang/crates.io-index"
 8757checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8758
 8759[[package]]
 8760name = "inherent"
 8761version = "1.0.13"
 8762source = "registry+https://github.com/rust-lang/crates.io-index"
 8763checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8764dependencies = [
 8765 "proc-macro2",
 8766 "quote",
 8767 "syn 2.0.117",
 8768]
 8769
 8770[[package]]
 8771name = "inotify"
 8772version = "0.9.6"
 8773source = "registry+https://github.com/rust-lang/crates.io-index"
 8774checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8775dependencies = [
 8776 "bitflags 1.3.2",
 8777 "inotify-sys",
 8778 "libc",
 8779]
 8780
 8781[[package]]
 8782name = "inotify"
 8783version = "0.11.0"
 8784source = "registry+https://github.com/rust-lang/crates.io-index"
 8785checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8786dependencies = [
 8787 "bitflags 2.10.0",
 8788 "inotify-sys",
 8789 "libc",
 8790]
 8791
 8792[[package]]
 8793name = "inotify-sys"
 8794version = "0.1.5"
 8795source = "registry+https://github.com/rust-lang/crates.io-index"
 8796checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8797dependencies = [
 8798 "libc",
 8799]
 8800
 8801[[package]]
 8802name = "inout"
 8803version = "0.1.4"
 8804source = "registry+https://github.com/rust-lang/crates.io-index"
 8805checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8806dependencies = [
 8807 "block-padding",
 8808 "generic-array",
 8809]
 8810
 8811[[package]]
 8812name = "inspector_ui"
 8813version = "0.1.0"
 8814dependencies = [
 8815 "anyhow",
 8816 "command_palette_hooks",
 8817 "editor",
 8818 "fuzzy",
 8819 "gpui",
 8820 "language",
 8821 "project",
 8822 "serde_json",
 8823 "serde_json_lenient",
 8824 "theme",
 8825 "ui",
 8826 "util",
 8827 "util_macros",
 8828 "workspace",
 8829 "zed_actions",
 8830]
 8831
 8832[[package]]
 8833name = "install_cli"
 8834version = "0.1.0"
 8835dependencies = [
 8836 "anyhow",
 8837 "client",
 8838 "gpui",
 8839 "release_channel",
 8840 "smol",
 8841 "util",
 8842 "workspace",
 8843]
 8844
 8845[[package]]
 8846name = "instant"
 8847version = "0.1.13"
 8848source = "registry+https://github.com/rust-lang/crates.io-index"
 8849checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8850dependencies = [
 8851 "cfg-if",
 8852]
 8853
 8854[[package]]
 8855name = "interpolate_name"
 8856version = "0.2.4"
 8857source = "registry+https://github.com/rust-lang/crates.io-index"
 8858checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8859dependencies = [
 8860 "proc-macro2",
 8861 "quote",
 8862 "syn 2.0.117",
 8863]
 8864
 8865[[package]]
 8866name = "inventory"
 8867version = "0.3.21"
 8868source = "registry+https://github.com/rust-lang/crates.io-index"
 8869checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8870dependencies = [
 8871 "rustversion",
 8872]
 8873
 8874[[package]]
 8875name = "io-extras"
 8876version = "0.18.4"
 8877source = "registry+https://github.com/rust-lang/crates.io-index"
 8878checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8879dependencies = [
 8880 "io-lifetimes",
 8881 "windows-sys 0.59.0",
 8882]
 8883
 8884[[package]]
 8885name = "io-lifetimes"
 8886version = "2.0.4"
 8887source = "registry+https://github.com/rust-lang/crates.io-index"
 8888checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8889
 8890[[package]]
 8891name = "io-surface"
 8892version = "0.16.1"
 8893source = "registry+https://github.com/rust-lang/crates.io-index"
 8894checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8895dependencies = [
 8896 "cgl",
 8897 "core-foundation 0.10.0",
 8898 "core-foundation-sys",
 8899 "leaky-cow",
 8900]
 8901
 8902[[package]]
 8903name = "iovec"
 8904version = "0.1.4"
 8905source = "registry+https://github.com/rust-lang/crates.io-index"
 8906checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8907dependencies = [
 8908 "libc",
 8909]
 8910
 8911[[package]]
 8912name = "ipc-channel"
 8913version = "0.19.0"
 8914source = "registry+https://github.com/rust-lang/crates.io-index"
 8915checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8916dependencies = [
 8917 "bincode",
 8918 "crossbeam-channel",
 8919 "fnv",
 8920 "lazy_static",
 8921 "libc",
 8922 "mio 1.1.0",
 8923 "rand 0.8.5",
 8924 "serde",
 8925 "tempfile",
 8926 "uuid",
 8927 "windows 0.58.0",
 8928]
 8929
 8930[[package]]
 8931name = "ipnet"
 8932version = "2.11.0"
 8933source = "registry+https://github.com/rust-lang/crates.io-index"
 8934checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8935
 8936[[package]]
 8937name = "iri-string"
 8938version = "0.7.8"
 8939source = "registry+https://github.com/rust-lang/crates.io-index"
 8940checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8941dependencies = [
 8942 "memchr",
 8943 "serde",
 8944]
 8945
 8946[[package]]
 8947name = "is-docker"
 8948version = "0.2.0"
 8949source = "registry+https://github.com/rust-lang/crates.io-index"
 8950checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8951dependencies = [
 8952 "once_cell",
 8953]
 8954
 8955[[package]]
 8956name = "is-terminal"
 8957version = "0.4.16"
 8958source = "registry+https://github.com/rust-lang/crates.io-index"
 8959checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8960dependencies = [
 8961 "hermit-abi",
 8962 "libc",
 8963 "windows-sys 0.59.0",
 8964]
 8965
 8966[[package]]
 8967name = "is-wsl"
 8968version = "0.4.0"
 8969source = "registry+https://github.com/rust-lang/crates.io-index"
 8970checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8971dependencies = [
 8972 "is-docker",
 8973 "once_cell",
 8974]
 8975
 8976[[package]]
 8977name = "is_executable"
 8978version = "1.0.5"
 8979source = "registry+https://github.com/rust-lang/crates.io-index"
 8980checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8981dependencies = [
 8982 "windows-sys 0.60.2",
 8983]
 8984
 8985[[package]]
 8986name = "is_terminal_polyfill"
 8987version = "1.70.1"
 8988source = "registry+https://github.com/rust-lang/crates.io-index"
 8989checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8990
 8991[[package]]
 8992name = "itertools"
 8993version = "0.10.5"
 8994source = "registry+https://github.com/rust-lang/crates.io-index"
 8995checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8996dependencies = [
 8997 "either",
 8998]
 8999
 9000[[package]]
 9001name = "itertools"
 9002version = "0.11.0"
 9003source = "registry+https://github.com/rust-lang/crates.io-index"
 9004checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9005dependencies = [
 9006 "either",
 9007]
 9008
 9009[[package]]
 9010name = "itertools"
 9011version = "0.12.1"
 9012source = "registry+https://github.com/rust-lang/crates.io-index"
 9013checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 9014dependencies = [
 9015 "either",
 9016]
 9017
 9018[[package]]
 9019name = "itertools"
 9020version = "0.14.0"
 9021source = "registry+https://github.com/rust-lang/crates.io-index"
 9022checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9023dependencies = [
 9024 "either",
 9025]
 9026
 9027[[package]]
 9028name = "itoa"
 9029version = "1.0.15"
 9030source = "registry+https://github.com/rust-lang/crates.io-index"
 9031checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9032
 9033[[package]]
 9034name = "jiff"
 9035version = "0.2.15"
 9036source = "registry+https://github.com/rust-lang/crates.io-index"
 9037checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9038dependencies = [
 9039 "jiff-static",
 9040 "log",
 9041 "portable-atomic",
 9042 "portable-atomic-util",
 9043 "serde",
 9044]
 9045
 9046[[package]]
 9047name = "jiff-static"
 9048version = "0.2.15"
 9049source = "registry+https://github.com/rust-lang/crates.io-index"
 9050checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9051dependencies = [
 9052 "proc-macro2",
 9053 "quote",
 9054 "syn 2.0.117",
 9055]
 9056
 9057[[package]]
 9058name = "jni"
 9059version = "0.21.1"
 9060source = "registry+https://github.com/rust-lang/crates.io-index"
 9061checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9062dependencies = [
 9063 "cesu8",
 9064 "cfg-if",
 9065 "combine",
 9066 "jni-sys",
 9067 "log",
 9068 "thiserror 1.0.69",
 9069 "walkdir",
 9070 "windows-sys 0.45.0",
 9071]
 9072
 9073[[package]]
 9074name = "jni-sys"
 9075version = "0.3.0"
 9076source = "registry+https://github.com/rust-lang/crates.io-index"
 9077checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9078
 9079[[package]]
 9080name = "jobserver"
 9081version = "0.1.34"
 9082source = "registry+https://github.com/rust-lang/crates.io-index"
 9083checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9084dependencies = [
 9085 "getrandom 0.3.4",
 9086 "libc",
 9087]
 9088
 9089[[package]]
 9090name = "journal"
 9091version = "0.1.0"
 9092dependencies = [
 9093 "anyhow",
 9094 "chrono",
 9095 "editor",
 9096 "gpui",
 9097 "log",
 9098 "serde",
 9099 "settings",
 9100 "shellexpand 2.1.2",
 9101 "workspace",
 9102]
 9103
 9104[[package]]
 9105name = "js-sys"
 9106version = "0.3.90"
 9107source = "registry+https://github.com/rust-lang/crates.io-index"
 9108checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9109dependencies = [
 9110 "once_cell",
 9111 "wasm-bindgen",
 9112]
 9113
 9114[[package]]
 9115name = "json5"
 9116version = "0.4.1"
 9117source = "registry+https://github.com/rust-lang/crates.io-index"
 9118checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9119dependencies = [
 9120 "pest",
 9121 "pest_derive",
 9122 "serde",
 9123]
 9124
 9125[[package]]
 9126name = "json_dotpath"
 9127version = "1.1.0"
 9128source = "registry+https://github.com/rust-lang/crates.io-index"
 9129checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9130dependencies = [
 9131 "serde",
 9132 "serde_derive",
 9133 "serde_json",
 9134 "thiserror 1.0.69",
 9135]
 9136
 9137[[package]]
 9138name = "json_schema_store"
 9139version = "0.1.0"
 9140dependencies = [
 9141 "anyhow",
 9142 "collections",
 9143 "dap",
 9144 "extension",
 9145 "gpui",
 9146 "language",
 9147 "parking_lot",
 9148 "paths",
 9149 "project",
 9150 "schemars",
 9151 "serde",
 9152 "serde_json",
 9153 "settings",
 9154 "snippet_provider",
 9155 "task",
 9156 "theme",
 9157 "util",
 9158]
 9159
 9160[[package]]
 9161name = "jsonschema"
 9162version = "0.37.4"
 9163source = "registry+https://github.com/rust-lang/crates.io-index"
 9164checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9165dependencies = [
 9166 "ahash 0.8.12",
 9167 "bytecount",
 9168 "data-encoding",
 9169 "email_address",
 9170 "fancy-regex 0.16.2",
 9171 "fraction",
 9172 "getrandom 0.3.4",
 9173 "idna",
 9174 "itoa",
 9175 "num-cmp",
 9176 "num-traits",
 9177 "percent-encoding",
 9178 "referencing",
 9179 "regex",
 9180 "regex-syntax",
 9181 "reqwest 0.12.24",
 9182 "serde",
 9183 "serde_json",
 9184 "unicode-general-category",
 9185 "uuid-simd",
 9186]
 9187
 9188[[package]]
 9189name = "jsonwebtoken"
 9190version = "10.3.0"
 9191source = "registry+https://github.com/rust-lang/crates.io-index"
 9192checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9193dependencies = [
 9194 "aws-lc-rs",
 9195 "base64 0.22.1",
 9196 "getrandom 0.2.16",
 9197 "js-sys",
 9198 "pem",
 9199 "serde",
 9200 "serde_json",
 9201 "signature 2.2.0",
 9202 "simple_asn1",
 9203]
 9204
 9205[[package]]
 9206name = "jupyter-protocol"
 9207version = "1.4.0"
 9208source = "registry+https://github.com/rust-lang/crates.io-index"
 9209checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9210dependencies = [
 9211 "async-trait",
 9212 "bytes 1.11.1",
 9213 "chrono",
 9214 "futures 0.3.31",
 9215 "serde",
 9216 "serde_json",
 9217 "thiserror 2.0.17",
 9218 "uuid",
 9219]
 9220
 9221[[package]]
 9222name = "jupyter-websocket-client"
 9223version = "1.0.0"
 9224source = "registry+https://github.com/rust-lang/crates.io-index"
 9225checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9226dependencies = [
 9227 "anyhow",
 9228 "async-trait",
 9229 "async-tungstenite",
 9230 "futures 0.3.31",
 9231 "jupyter-protocol",
 9232 "serde",
 9233 "serde_json",
 9234 "tokio",
 9235 "url",
 9236 "uuid",
 9237]
 9238
 9239[[package]]
 9240name = "keymap_editor"
 9241version = "0.1.0"
 9242dependencies = [
 9243 "anyhow",
 9244 "collections",
 9245 "command_palette",
 9246 "component",
 9247 "db",
 9248 "editor",
 9249 "fs",
 9250 "fuzzy",
 9251 "gpui",
 9252 "itertools 0.14.0",
 9253 "json_schema_store",
 9254 "language",
 9255 "log",
 9256 "menu",
 9257 "notifications",
 9258 "paths",
 9259 "project",
 9260 "search",
 9261 "serde",
 9262 "serde_json",
 9263 "settings",
 9264 "telemetry",
 9265 "tempfile",
 9266 "theme",
 9267 "tree-sitter-json",
 9268 "tree-sitter-rust",
 9269 "ui",
 9270 "ui_input",
 9271 "util",
 9272 "workspace",
 9273 "zed_actions",
 9274]
 9275
 9276[[package]]
 9277name = "khronos-egl"
 9278version = "6.0.0"
 9279source = "registry+https://github.com/rust-lang/crates.io-index"
 9280checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9281dependencies = [
 9282 "libc",
 9283 "libloading",
 9284 "pkg-config",
 9285]
 9286
 9287[[package]]
 9288name = "khronos_api"
 9289version = "3.1.0"
 9290source = "registry+https://github.com/rust-lang/crates.io-index"
 9291checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9292
 9293[[package]]
 9294name = "kqueue"
 9295version = "1.1.1"
 9296source = "registry+https://github.com/rust-lang/crates.io-index"
 9297checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9298dependencies = [
 9299 "kqueue-sys",
 9300 "libc",
 9301]
 9302
 9303[[package]]
 9304name = "kqueue-sys"
 9305version = "1.0.4"
 9306source = "registry+https://github.com/rust-lang/crates.io-index"
 9307checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9308dependencies = [
 9309 "bitflags 1.3.2",
 9310 "libc",
 9311]
 9312
 9313[[package]]
 9314name = "kurbo"
 9315version = "0.11.3"
 9316source = "registry+https://github.com/rust-lang/crates.io-index"
 9317checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9318dependencies = [
 9319 "arrayvec",
 9320 "euclid",
 9321 "smallvec",
 9322]
 9323
 9324[[package]]
 9325name = "kv-log-macro"
 9326version = "1.0.7"
 9327source = "registry+https://github.com/rust-lang/crates.io-index"
 9328checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9329dependencies = [
 9330 "log",
 9331]
 9332
 9333[[package]]
 9334name = "language"
 9335version = "0.1.0"
 9336dependencies = [
 9337 "anyhow",
 9338 "async-trait",
 9339 "clock",
 9340 "collections",
 9341 "ctor",
 9342 "diffy",
 9343 "ec4rs",
 9344 "encoding_rs",
 9345 "fs",
 9346 "futures 0.3.31",
 9347 "fuzzy",
 9348 "globset",
 9349 "gpui",
 9350 "http_client",
 9351 "imara-diff",
 9352 "indoc",
 9353 "itertools 0.14.0",
 9354 "log",
 9355 "lsp",
 9356 "parking_lot",
 9357 "postage",
 9358 "pretty_assertions",
 9359 "rand 0.9.2",
 9360 "regex",
 9361 "rpc",
 9362 "schemars",
 9363 "semver",
 9364 "serde",
 9365 "serde_json",
 9366 "settings",
 9367 "shellexpand 2.1.2",
 9368 "smallvec",
 9369 "smol",
 9370 "streaming-iterator",
 9371 "strsim",
 9372 "sum_tree",
 9373 "task",
 9374 "text",
 9375 "theme",
 9376 "toml 0.8.23",
 9377 "tracing",
 9378 "tree-sitter",
 9379 "tree-sitter-elixir",
 9380 "tree-sitter-embedded-template",
 9381 "tree-sitter-heex",
 9382 "tree-sitter-html",
 9383 "tree-sitter-json",
 9384 "tree-sitter-md",
 9385 "tree-sitter-python",
 9386 "tree-sitter-ruby",
 9387 "tree-sitter-rust",
 9388 "tree-sitter-typescript",
 9389 "unicase",
 9390 "unindent",
 9391 "util",
 9392 "watch",
 9393 "zlog",
 9394 "ztracing",
 9395]
 9396
 9397[[package]]
 9398name = "language_extension"
 9399version = "0.1.0"
 9400dependencies = [
 9401 "anyhow",
 9402 "async-trait",
 9403 "collections",
 9404 "extension",
 9405 "fs",
 9406 "futures 0.3.31",
 9407 "gpui",
 9408 "language",
 9409 "log",
 9410 "lsp",
 9411 "project",
 9412 "serde",
 9413 "serde_json",
 9414 "tracing",
 9415 "util",
 9416 "ztracing",
 9417]
 9418
 9419[[package]]
 9420name = "language_model"
 9421version = "0.1.0"
 9422dependencies = [
 9423 "anthropic",
 9424 "anyhow",
 9425 "base64 0.22.1",
 9426 "client",
 9427 "cloud_api_client",
 9428 "cloud_api_types",
 9429 "cloud_llm_client",
 9430 "collections",
 9431 "credentials_provider",
 9432 "futures 0.3.31",
 9433 "gpui",
 9434 "http_client",
 9435 "icons",
 9436 "image",
 9437 "log",
 9438 "open_ai",
 9439 "open_router",
 9440 "parking_lot",
 9441 "proto",
 9442 "schemars",
 9443 "serde",
 9444 "serde_json",
 9445 "settings",
 9446 "smol",
 9447 "thiserror 2.0.17",
 9448 "util",
 9449 "zed_env_vars",
 9450]
 9451
 9452[[package]]
 9453name = "language_models"
 9454version = "0.1.0"
 9455dependencies = [
 9456 "ai_onboarding",
 9457 "anthropic",
 9458 "anyhow",
 9459 "aws-config",
 9460 "aws-credential-types",
 9461 "aws_http_client",
 9462 "base64 0.22.1",
 9463 "bedrock",
 9464 "client",
 9465 "cloud_api_types",
 9466 "cloud_llm_client",
 9467 "collections",
 9468 "component",
 9469 "convert_case 0.8.0",
 9470 "copilot",
 9471 "copilot_chat",
 9472 "copilot_ui",
 9473 "credentials_provider",
 9474 "deepseek",
 9475 "extension",
 9476 "extension_host",
 9477 "fs",
 9478 "futures 0.3.31",
 9479 "google_ai",
 9480 "gpui",
 9481 "gpui_tokio",
 9482 "http_client",
 9483 "language",
 9484 "language_model",
 9485 "lmstudio",
 9486 "log",
 9487 "menu",
 9488 "mistral",
 9489 "ollama",
 9490 "open_ai",
 9491 "open_router",
 9492 "partial-json-fixer",
 9493 "pretty_assertions",
 9494 "release_channel",
 9495 "schemars",
 9496 "semver",
 9497 "serde",
 9498 "serde_json",
 9499 "settings",
 9500 "smol",
 9501 "strum 0.27.2",
 9502 "thiserror 2.0.17",
 9503 "tiktoken-rs",
 9504 "tokio",
 9505 "ui",
 9506 "ui_input",
 9507 "util",
 9508 "vercel",
 9509 "x_ai",
 9510]
 9511
 9512[[package]]
 9513name = "language_onboarding"
 9514version = "0.1.0"
 9515dependencies = [
 9516 "db",
 9517 "editor",
 9518 "gpui",
 9519 "project",
 9520 "ui",
 9521 "workspace",
 9522]
 9523
 9524[[package]]
 9525name = "language_selector"
 9526version = "0.1.0"
 9527dependencies = [
 9528 "anyhow",
 9529 "editor",
 9530 "file_icons",
 9531 "fuzzy",
 9532 "gpui",
 9533 "language",
 9534 "open_path_prompt",
 9535 "picker",
 9536 "project",
 9537 "serde_json",
 9538 "settings",
 9539 "ui",
 9540 "util",
 9541 "workspace",
 9542]
 9543
 9544[[package]]
 9545name = "language_tools"
 9546version = "0.1.0"
 9547dependencies = [
 9548 "anyhow",
 9549 "client",
 9550 "collections",
 9551 "command_palette_hooks",
 9552 "edit_prediction",
 9553 "editor",
 9554 "futures 0.3.31",
 9555 "gpui",
 9556 "itertools 0.14.0",
 9557 "language",
 9558 "lsp",
 9559 "menu",
 9560 "project",
 9561 "proto",
 9562 "release_channel",
 9563 "semver",
 9564 "serde_json",
 9565 "settings",
 9566 "sysinfo 0.37.2",
 9567 "telemetry",
 9568 "theme",
 9569 "tree-sitter",
 9570 "ui",
 9571 "util",
 9572 "workspace",
 9573 "zed_actions",
 9574 "zlog",
 9575]
 9576
 9577[[package]]
 9578name = "languages"
 9579version = "0.1.0"
 9580dependencies = [
 9581 "anyhow",
 9582 "async-compression",
 9583 "async-fs",
 9584 "async-tar",
 9585 "async-trait",
 9586 "chrono",
 9587 "collections",
 9588 "futures 0.3.31",
 9589 "globset",
 9590 "gpui",
 9591 "http_client",
 9592 "itertools 0.14.0",
 9593 "json_schema_store",
 9594 "language",
 9595 "log",
 9596 "lsp",
 9597 "node_runtime",
 9598 "parking_lot",
 9599 "pet",
 9600 "pet-conda",
 9601 "pet-core",
 9602 "pet-fs",
 9603 "pet-poetry",
 9604 "pet-reporter",
 9605 "pet-virtualenv",
 9606 "pretty_assertions",
 9607 "project",
 9608 "regex",
 9609 "rope",
 9610 "rust-embed",
 9611 "semver",
 9612 "serde",
 9613 "serde_json",
 9614 "serde_json_lenient",
 9615 "settings",
 9616 "smallvec",
 9617 "smol",
 9618 "snippet",
 9619 "task",
 9620 "terminal",
 9621 "theme",
 9622 "toml 0.8.23",
 9623 "tree-sitter",
 9624 "tree-sitter-bash",
 9625 "tree-sitter-c",
 9626 "tree-sitter-cpp",
 9627 "tree-sitter-css",
 9628 "tree-sitter-diff",
 9629 "tree-sitter-gitcommit",
 9630 "tree-sitter-go",
 9631 "tree-sitter-gomod",
 9632 "tree-sitter-gowork",
 9633 "tree-sitter-jsdoc",
 9634 "tree-sitter-json",
 9635 "tree-sitter-md",
 9636 "tree-sitter-python",
 9637 "tree-sitter-regex",
 9638 "tree-sitter-rust",
 9639 "tree-sitter-typescript",
 9640 "tree-sitter-yaml",
 9641 "unindent",
 9642 "url",
 9643 "util",
 9644]
 9645
 9646[[package]]
 9647name = "lazy_static"
 9648version = "1.5.0"
 9649source = "registry+https://github.com/rust-lang/crates.io-index"
 9650checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9651dependencies = [
 9652 "spin 0.9.8",
 9653]
 9654
 9655[[package]]
 9656name = "leak"
 9657version = "0.1.2"
 9658source = "registry+https://github.com/rust-lang/crates.io-index"
 9659checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9660
 9661[[package]]
 9662name = "leaky-cow"
 9663version = "0.1.1"
 9664source = "registry+https://github.com/rust-lang/crates.io-index"
 9665checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9666dependencies = [
 9667 "leak",
 9668]
 9669
 9670[[package]]
 9671name = "leb128"
 9672version = "0.2.5"
 9673source = "registry+https://github.com/rust-lang/crates.io-index"
 9674checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9675
 9676[[package]]
 9677name = "leb128fmt"
 9678version = "0.1.0"
 9679source = "registry+https://github.com/rust-lang/crates.io-index"
 9680checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9681
 9682[[package]]
 9683name = "lebe"
 9684version = "0.5.3"
 9685source = "registry+https://github.com/rust-lang/crates.io-index"
 9686checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9687
 9688[[package]]
 9689name = "libc"
 9690version = "0.2.182"
 9691source = "registry+https://github.com/rust-lang/crates.io-index"
 9692checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9693
 9694[[package]]
 9695name = "libdbus-sys"
 9696version = "0.2.6"
 9697source = "registry+https://github.com/rust-lang/crates.io-index"
 9698checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9699dependencies = [
 9700 "cc",
 9701 "pkg-config",
 9702]
 9703
 9704[[package]]
 9705name = "libfuzzer-sys"
 9706version = "0.4.10"
 9707source = "registry+https://github.com/rust-lang/crates.io-index"
 9708checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9709dependencies = [
 9710 "arbitrary",
 9711 "cc",
 9712]
 9713
 9714[[package]]
 9715name = "libgit2-sys"
 9716version = "0.18.3+1.9.2"
 9717source = "registry+https://github.com/rust-lang/crates.io-index"
 9718checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9719dependencies = [
 9720 "cc",
 9721 "libc",
 9722 "libz-sys",
 9723 "pkg-config",
 9724]
 9725
 9726[[package]]
 9727name = "libloading"
 9728version = "0.8.9"
 9729source = "registry+https://github.com/rust-lang/crates.io-index"
 9730checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9731dependencies = [
 9732 "cfg-if",
 9733 "windows-link 0.2.1",
 9734]
 9735
 9736[[package]]
 9737name = "libm"
 9738version = "0.2.15"
 9739source = "registry+https://github.com/rust-lang/crates.io-index"
 9740checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9741
 9742[[package]]
 9743name = "libmimalloc-sys"
 9744version = "0.1.44"
 9745source = "registry+https://github.com/rust-lang/crates.io-index"
 9746checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9747dependencies = [
 9748 "cc",
 9749 "libc",
 9750]
 9751
 9752[[package]]
 9753name = "libredox"
 9754version = "0.1.10"
 9755source = "registry+https://github.com/rust-lang/crates.io-index"
 9756checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9757dependencies = [
 9758 "bitflags 2.10.0",
 9759 "libc",
 9760 "redox_syscall 0.5.18",
 9761]
 9762
 9763[[package]]
 9764name = "libsqlite3-sys"
 9765version = "0.30.1"
 9766source = "registry+https://github.com/rust-lang/crates.io-index"
 9767checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9768dependencies = [
 9769 "cc",
 9770 "pkg-config",
 9771 "vcpkg",
 9772]
 9773
 9774[[package]]
 9775name = "libwebrtc"
 9776version = "0.3.26"
 9777source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9778dependencies = [
 9779 "cxx",
 9780 "glib",
 9781 "jni",
 9782 "js-sys",
 9783 "lazy_static",
 9784 "livekit-protocol",
 9785 "livekit-runtime",
 9786 "log",
 9787 "parking_lot",
 9788 "serde",
 9789 "serde_json",
 9790 "thiserror 1.0.69",
 9791 "tokio",
 9792 "wasm-bindgen",
 9793 "wasm-bindgen-futures",
 9794 "web-sys",
 9795 "webrtc-sys",
 9796]
 9797
 9798[[package]]
 9799name = "libz-sys"
 9800version = "1.1.22"
 9801source = "registry+https://github.com/rust-lang/crates.io-index"
 9802checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9803dependencies = [
 9804 "cc",
 9805 "libc",
 9806 "pkg-config",
 9807 "vcpkg",
 9808]
 9809
 9810[[package]]
 9811name = "line_ending_selector"
 9812version = "0.1.0"
 9813dependencies = [
 9814 "editor",
 9815 "gpui",
 9816 "language",
 9817 "picker",
 9818 "project",
 9819 "ui",
 9820 "util",
 9821 "workspace",
 9822]
 9823
 9824[[package]]
 9825name = "linebender_resource_handle"
 9826version = "0.1.1"
 9827source = "registry+https://github.com/rust-lang/crates.io-index"
 9828checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9829
 9830[[package]]
 9831name = "link-cplusplus"
 9832version = "1.0.12"
 9833source = "registry+https://github.com/rust-lang/crates.io-index"
 9834checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9835dependencies = [
 9836 "cc",
 9837]
 9838
 9839[[package]]
 9840name = "linkify"
 9841version = "0.10.0"
 9842source = "registry+https://github.com/rust-lang/crates.io-index"
 9843checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9844dependencies = [
 9845 "memchr",
 9846]
 9847
 9848[[package]]
 9849name = "linux-raw-sys"
 9850version = "0.4.15"
 9851source = "registry+https://github.com/rust-lang/crates.io-index"
 9852checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9853
 9854[[package]]
 9855name = "linux-raw-sys"
 9856version = "0.11.0"
 9857source = "registry+https://github.com/rust-lang/crates.io-index"
 9858checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9859
 9860[[package]]
 9861name = "litemap"
 9862version = "0.8.0"
 9863source = "registry+https://github.com/rust-lang/crates.io-index"
 9864checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9865
 9866[[package]]
 9867name = "litrs"
 9868version = "1.0.0"
 9869source = "registry+https://github.com/rust-lang/crates.io-index"
 9870checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9871
 9872[[package]]
 9873name = "livekit"
 9874version = "0.7.32"
 9875source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9876dependencies = [
 9877 "base64 0.22.1",
 9878 "bmrng",
 9879 "bytes 1.11.1",
 9880 "chrono",
 9881 "futures-util",
 9882 "lazy_static",
 9883 "libloading",
 9884 "libwebrtc",
 9885 "livekit-api",
 9886 "livekit-protocol",
 9887 "livekit-runtime",
 9888 "log",
 9889 "parking_lot",
 9890 "prost 0.12.6",
 9891 "semver",
 9892 "serde",
 9893 "serde_json",
 9894 "thiserror 1.0.69",
 9895 "tokio",
 9896]
 9897
 9898[[package]]
 9899name = "livekit-api"
 9900version = "0.4.14"
 9901source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9902dependencies = [
 9903 "base64 0.21.7",
 9904 "futures-util",
 9905 "http 1.3.1",
 9906 "livekit-protocol",
 9907 "livekit-runtime",
 9908 "log",
 9909 "parking_lot",
 9910 "pbjson-types",
 9911 "prost 0.12.6",
 9912 "rand 0.9.2",
 9913 "reqwest 0.12.24",
 9914 "rustls-native-certs 0.6.3",
 9915 "scopeguard",
 9916 "serde",
 9917 "sha2",
 9918 "thiserror 1.0.69",
 9919 "tokio",
 9920 "tokio-rustls 0.26.2",
 9921 "tokio-tungstenite 0.28.0",
 9922 "url",
 9923]
 9924
 9925[[package]]
 9926name = "livekit-protocol"
 9927version = "0.7.1"
 9928source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9929dependencies = [
 9930 "futures-util",
 9931 "livekit-runtime",
 9932 "parking_lot",
 9933 "pbjson",
 9934 "pbjson-types",
 9935 "prost 0.12.6",
 9936 "serde",
 9937 "thiserror 1.0.69",
 9938 "tokio",
 9939]
 9940
 9941[[package]]
 9942name = "livekit-runtime"
 9943version = "0.4.0"
 9944source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9945dependencies = [
 9946 "tokio",
 9947 "tokio-stream",
 9948]
 9949
 9950[[package]]
 9951name = "livekit_api"
 9952version = "0.1.0"
 9953dependencies = [
 9954 "anyhow",
 9955 "async-trait",
 9956 "jsonwebtoken",
 9957 "log",
 9958 "prost 0.9.0",
 9959 "prost-build 0.9.0",
 9960 "prost-types 0.9.0",
 9961 "serde",
 9962 "zed-reqwest",
 9963]
 9964
 9965[[package]]
 9966name = "livekit_client"
 9967version = "0.1.0"
 9968dependencies = [
 9969 "anyhow",
 9970 "async-trait",
 9971 "audio",
 9972 "cocoa 0.26.0",
 9973 "collections",
 9974 "core-foundation 0.10.0",
 9975 "core-video",
 9976 "coreaudio-rs 0.12.1",
 9977 "cpal",
 9978 "futures 0.3.31",
 9979 "gpui",
 9980 "gpui_platform",
 9981 "gpui_tokio",
 9982 "http_client_tls",
 9983 "image",
 9984 "libwebrtc",
 9985 "livekit",
 9986 "livekit_api",
 9987 "log",
 9988 "nanoid",
 9989 "objc",
 9990 "parking_lot",
 9991 "postage",
 9992 "rodio",
 9993 "serde",
 9994 "serde_json",
 9995 "serde_urlencoded",
 9996 "settings",
 9997 "simplelog",
 9998 "smallvec",
 9999 "ui",
10000 "util",
10001 "zed-scap",
10002]
10003
10004[[package]]
10005name = "lmdb-master-sys"
10006version = "0.2.5"
10007source = "registry+https://github.com/rust-lang/crates.io-index"
10008checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10009dependencies = [
10010 "cc",
10011 "doxygen-rs",
10012 "libc",
10013]
10014
10015[[package]]
10016name = "lmstudio"
10017version = "0.1.0"
10018dependencies = [
10019 "anyhow",
10020 "futures 0.3.31",
10021 "http_client",
10022 "schemars",
10023 "serde",
10024 "serde_json",
10025]
10026
10027[[package]]
10028name = "lock_api"
10029version = "0.4.14"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10032dependencies = [
10033 "scopeguard",
10034]
10035
10036[[package]]
10037name = "log"
10038version = "0.4.29"
10039source = "registry+https://github.com/rust-lang/crates.io-index"
10040checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10041dependencies = [
10042 "serde_core",
10043 "value-bag",
10044]
10045
10046[[package]]
10047name = "loom"
10048version = "0.7.2"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10051dependencies = [
10052 "cfg-if",
10053 "generator",
10054 "scoped-tls",
10055 "tracing",
10056 "tracing-subscriber",
10057]
10058
10059[[package]]
10060name = "loop9"
10061version = "0.1.5"
10062source = "registry+https://github.com/rust-lang/crates.io-index"
10063checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10064dependencies = [
10065 "imgref",
10066]
10067
10068[[package]]
10069name = "lru"
10070version = "0.12.5"
10071source = "registry+https://github.com/rust-lang/crates.io-index"
10072checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10073dependencies = [
10074 "hashbrown 0.15.5",
10075]
10076
10077[[package]]
10078name = "lru-slab"
10079version = "0.1.2"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10082
10083[[package]]
10084name = "lsp"
10085version = "0.1.0"
10086dependencies = [
10087 "anyhow",
10088 "async-pipe",
10089 "collections",
10090 "ctor",
10091 "futures 0.3.31",
10092 "gpui",
10093 "gpui_util",
10094 "log",
10095 "lsp-types",
10096 "parking_lot",
10097 "postage",
10098 "release_channel",
10099 "schemars",
10100 "semver",
10101 "serde",
10102 "serde_json",
10103 "smol",
10104 "util",
10105 "zlog",
10106]
10107
10108[[package]]
10109name = "lsp-types"
10110version = "0.95.1"
10111source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10112dependencies = [
10113 "bitflags 1.3.2",
10114 "serde",
10115 "serde_json",
10116 "url",
10117]
10118
10119[[package]]
10120name = "lyon"
10121version = "1.0.16"
10122source = "registry+https://github.com/rust-lang/crates.io-index"
10123checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10124dependencies = [
10125 "lyon_algorithms",
10126 "lyon_extra",
10127 "lyon_tessellation",
10128]
10129
10130[[package]]
10131name = "lyon_algorithms"
10132version = "1.0.16"
10133source = "registry+https://github.com/rust-lang/crates.io-index"
10134checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10135dependencies = [
10136 "lyon_path",
10137 "num-traits",
10138]
10139
10140[[package]]
10141name = "lyon_extra"
10142version = "1.0.3"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10145dependencies = [
10146 "lyon_path",
10147 "thiserror 1.0.69",
10148]
10149
10150[[package]]
10151name = "lyon_geom"
10152version = "1.0.17"
10153source = "registry+https://github.com/rust-lang/crates.io-index"
10154checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10155dependencies = [
10156 "arrayvec",
10157 "euclid",
10158 "num-traits",
10159]
10160
10161[[package]]
10162name = "lyon_path"
10163version = "1.0.16"
10164source = "registry+https://github.com/rust-lang/crates.io-index"
10165checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10166dependencies = [
10167 "lyon_geom",
10168 "num-traits",
10169]
10170
10171[[package]]
10172name = "lyon_tessellation"
10173version = "1.0.16"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10176dependencies = [
10177 "float_next_after",
10178 "lyon_path",
10179 "num-traits",
10180]
10181
10182[[package]]
10183name = "mac"
10184version = "0.1.1"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10187
10188[[package]]
10189name = "mach2"
10190version = "0.4.3"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10193dependencies = [
10194 "libc",
10195]
10196
10197[[package]]
10198name = "mach2"
10199version = "0.5.0"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10202dependencies = [
10203 "libc",
10204]
10205
10206[[package]]
10207name = "malloc_buf"
10208version = "0.0.6"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10211dependencies = [
10212 "libc",
10213]
10214
10215[[package]]
10216name = "maplit"
10217version = "1.0.2"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10220
10221[[package]]
10222name = "markdown"
10223version = "0.1.0"
10224dependencies = [
10225 "assets",
10226 "base64 0.22.1",
10227 "collections",
10228 "env_logger 0.11.8",
10229 "fs",
10230 "futures 0.3.31",
10231 "gpui",
10232 "gpui_platform",
10233 "language",
10234 "languages",
10235 "linkify",
10236 "log",
10237 "node_runtime",
10238 "pulldown-cmark 0.13.0",
10239 "settings",
10240 "sum_tree",
10241 "theme",
10242 "ui",
10243 "util",
10244]
10245
10246[[package]]
10247name = "markdown_preview"
10248version = "0.1.0"
10249dependencies = [
10250 "anyhow",
10251 "async-recursion",
10252 "collections",
10253 "editor",
10254 "fs",
10255 "gpui",
10256 "html5ever 0.27.0",
10257 "language",
10258 "linkify",
10259 "log",
10260 "markdown",
10261 "markup5ever_rcdom",
10262 "mermaid-rs-renderer",
10263 "pretty_assertions",
10264 "pulldown-cmark 0.13.0",
10265 "settings",
10266 "stacksafe",
10267 "theme",
10268 "ui",
10269 "urlencoding",
10270 "util",
10271 "workspace",
10272 "zed_actions",
10273]
10274
10275[[package]]
10276name = "markup5ever"
10277version = "0.12.1"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10280dependencies = [
10281 "log",
10282 "phf 0.11.3",
10283 "phf_codegen",
10284 "string_cache",
10285 "string_cache_codegen",
10286 "tendril",
10287]
10288
10289[[package]]
10290name = "markup5ever"
10291version = "0.35.0"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10294dependencies = [
10295 "log",
10296 "tendril",
10297 "web_atoms",
10298]
10299
10300[[package]]
10301name = "markup5ever_rcdom"
10302version = "0.3.0"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10305dependencies = [
10306 "html5ever 0.27.0",
10307 "markup5ever 0.12.1",
10308 "tendril",
10309 "xml5ever",
10310]
10311
10312[[package]]
10313name = "match_token"
10314version = "0.35.0"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10317dependencies = [
10318 "proc-macro2",
10319 "quote",
10320 "syn 2.0.117",
10321]
10322
10323[[package]]
10324name = "matchers"
10325version = "0.2.0"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10328dependencies = [
10329 "regex-automata",
10330]
10331
10332[[package]]
10333name = "matchit"
10334version = "0.7.3"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10337
10338[[package]]
10339name = "maybe-owned"
10340version = "0.3.4"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10343
10344[[package]]
10345name = "maybe-rayon"
10346version = "0.1.1"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10349dependencies = [
10350 "cfg-if",
10351 "rayon",
10352]
10353
10354[[package]]
10355name = "md-5"
10356version = "0.10.6"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10359dependencies = [
10360 "cfg-if",
10361 "digest",
10362]
10363
10364[[package]]
10365name = "mdbook"
10366version = "0.4.40"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10369dependencies = [
10370 "ammonia",
10371 "anyhow",
10372 "chrono",
10373 "clap",
10374 "clap_complete",
10375 "elasticlunr-rs",
10376 "env_logger 0.11.8",
10377 "futures-util",
10378 "handlebars 5.1.2",
10379 "ignore",
10380 "log",
10381 "memchr",
10382 "notify 6.1.1",
10383 "notify-debouncer-mini",
10384 "once_cell",
10385 "opener",
10386 "pathdiff",
10387 "pulldown-cmark 0.10.3",
10388 "regex",
10389 "serde",
10390 "serde_json",
10391 "shlex",
10392 "tempfile",
10393 "tokio",
10394 "toml 0.5.11",
10395 "topological-sort",
10396 "walkdir",
10397 "warp",
10398]
10399
10400[[package]]
10401name = "media"
10402version = "0.1.0"
10403dependencies = [
10404 "anyhow",
10405 "bindgen 0.71.1",
10406 "core-foundation 0.10.0",
10407 "core-video",
10408 "ctor",
10409 "foreign-types 0.5.0",
10410 "metal",
10411 "objc",
10412]
10413
10414[[package]]
10415name = "memchr"
10416version = "2.7.6"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10419
10420[[package]]
10421name = "memfd"
10422version = "0.6.5"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10425dependencies = [
10426 "rustix 1.1.2",
10427]
10428
10429[[package]]
10430name = "memmap2"
10431version = "0.9.8"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10434dependencies = [
10435 "libc",
10436 "stable_deref_trait",
10437]
10438
10439[[package]]
10440name = "memoffset"
10441version = "0.9.1"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10444dependencies = [
10445 "autocfg",
10446]
10447
10448[[package]]
10449name = "menu"
10450version = "0.1.0"
10451dependencies = [
10452 "gpui",
10453]
10454
10455[[package]]
10456name = "merge"
10457version = "0.1.0"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10460dependencies = [
10461 "merge_derive",
10462 "num-traits",
10463]
10464
10465[[package]]
10466name = "merge_derive"
10467version = "0.1.0"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10470dependencies = [
10471 "proc-macro-error",
10472 "proc-macro2",
10473 "quote",
10474 "syn 1.0.109",
10475]
10476
10477[[package]]
10478name = "mermaid-rs-renderer"
10479version = "0.2.0"
10480source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10481dependencies = [
10482 "anyhow",
10483 "fontdb 0.16.2",
10484 "json5",
10485 "once_cell",
10486 "regex",
10487 "serde",
10488 "serde_json",
10489 "thiserror 2.0.17",
10490 "ttf-parser 0.20.0",
10491]
10492
10493[[package]]
10494name = "metal"
10495version = "0.33.0"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10498dependencies = [
10499 "bitflags 2.10.0",
10500 "block",
10501 "core-graphics-types 0.2.0",
10502 "foreign-types 0.5.0",
10503 "log",
10504 "objc",
10505 "paste",
10506]
10507
10508[[package]]
10509name = "migrator"
10510version = "0.1.0"
10511dependencies = [
10512 "anyhow",
10513 "collections",
10514 "convert_case 0.8.0",
10515 "log",
10516 "pretty_assertions",
10517 "serde_json",
10518 "serde_json_lenient",
10519 "settings_content",
10520 "settings_json",
10521 "streaming-iterator",
10522 "tree-sitter",
10523 "tree-sitter-json",
10524 "unindent",
10525]
10526
10527[[package]]
10528name = "mimalloc"
10529version = "0.1.48"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10532dependencies = [
10533 "libmimalloc-sys",
10534]
10535
10536[[package]]
10537name = "mime"
10538version = "0.3.17"
10539source = "registry+https://github.com/rust-lang/crates.io-index"
10540checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10541
10542[[package]]
10543name = "mime_guess"
10544version = "2.0.5"
10545source = "registry+https://github.com/rust-lang/crates.io-index"
10546checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10547dependencies = [
10548 "mime",
10549 "unicase",
10550]
10551
10552[[package]]
10553name = "minidump-common"
10554version = "0.26.1"
10555source = "registry+https://github.com/rust-lang/crates.io-index"
10556checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10557dependencies = [
10558 "bitflags 2.10.0",
10559 "debugid",
10560 "num-derive",
10561 "num-traits",
10562 "range-map",
10563 "scroll",
10564 "smart-default",
10565]
10566
10567[[package]]
10568name = "minidump-writer"
10569version = "0.11.0"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10572dependencies = [
10573 "bitflags 2.10.0",
10574 "byteorder",
10575 "cfg-if",
10576 "crash-context",
10577 "error-graph",
10578 "failspot",
10579 "goblin",
10580 "libc",
10581 "log",
10582 "mach2 0.4.3",
10583 "memmap2",
10584 "memoffset",
10585 "minidump-common",
10586 "nix 0.29.0",
10587 "procfs-core",
10588 "scroll",
10589 "serde",
10590 "serde_json",
10591 "tempfile",
10592 "thiserror 2.0.17",
10593]
10594
10595[[package]]
10596name = "minidumper"
10597version = "0.9.0"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10600dependencies = [
10601 "cfg-if",
10602 "crash-context",
10603 "libc",
10604 "log",
10605 "minidump-writer",
10606 "parking_lot",
10607 "polling",
10608 "scroll",
10609 "thiserror 2.0.17",
10610 "uds",
10611]
10612
10613[[package]]
10614name = "minimal-lexical"
10615version = "0.2.1"
10616source = "registry+https://github.com/rust-lang/crates.io-index"
10617checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10618
10619[[package]]
10620name = "miniprofiler_ui"
10621version = "0.1.0"
10622dependencies = [
10623 "gpui",
10624 "rpc",
10625 "serde_json",
10626 "smol",
10627 "theme",
10628 "util",
10629 "workspace",
10630 "zed_actions",
10631]
10632
10633[[package]]
10634name = "miniz_oxide"
10635version = "0.8.9"
10636source = "registry+https://github.com/rust-lang/crates.io-index"
10637checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10638dependencies = [
10639 "adler2",
10640 "simd-adler32",
10641]
10642
10643[[package]]
10644name = "mio"
10645version = "0.8.11"
10646source = "registry+https://github.com/rust-lang/crates.io-index"
10647checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10648dependencies = [
10649 "libc",
10650 "log",
10651 "wasi",
10652 "windows-sys 0.48.0",
10653]
10654
10655[[package]]
10656name = "mio"
10657version = "1.1.0"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10660dependencies = [
10661 "libc",
10662 "log",
10663 "wasi",
10664 "windows-sys 0.61.2",
10665]
10666
10667[[package]]
10668name = "miow"
10669version = "0.6.1"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10672dependencies = [
10673 "windows-sys 0.61.2",
10674]
10675
10676[[package]]
10677name = "mistral"
10678version = "0.1.0"
10679dependencies = [
10680 "anyhow",
10681 "futures 0.3.31",
10682 "http_client",
10683 "schemars",
10684 "serde",
10685 "serde_json",
10686 "strum 0.27.2",
10687]
10688
10689[[package]]
10690name = "moka"
10691version = "0.12.11"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10694dependencies = [
10695 "crossbeam-channel",
10696 "crossbeam-epoch",
10697 "crossbeam-utils",
10698 "equivalent",
10699 "parking_lot",
10700 "portable-atomic",
10701 "rustc_version",
10702 "smallvec",
10703 "tagptr",
10704 "uuid",
10705]
10706
10707[[package]]
10708name = "moxcms"
10709version = "0.7.7"
10710source = "registry+https://github.com/rust-lang/crates.io-index"
10711checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10712dependencies = [
10713 "num-traits",
10714 "pxfm",
10715]
10716
10717[[package]]
10718name = "msvc_spectre_libs"
10719version = "0.1.3"
10720source = "registry+https://github.com/rust-lang/crates.io-index"
10721checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10722dependencies = [
10723 "cc",
10724]
10725
10726[[package]]
10727name = "multi_buffer"
10728version = "0.1.0"
10729dependencies = [
10730 "anyhow",
10731 "buffer_diff",
10732 "clock",
10733 "collections",
10734 "ctor",
10735 "gpui",
10736 "indoc",
10737 "itertools 0.14.0",
10738 "language",
10739 "log",
10740 "parking_lot",
10741 "pretty_assertions",
10742 "rand 0.9.2",
10743 "rope",
10744 "serde",
10745 "settings",
10746 "smallvec",
10747 "smol",
10748 "sum_tree",
10749 "text",
10750 "theme",
10751 "tracing",
10752 "tree-sitter",
10753 "util",
10754 "zlog",
10755 "ztracing",
10756]
10757
10758[[package]]
10759name = "multimap"
10760version = "0.8.3"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10763
10764[[package]]
10765name = "naga"
10766version = "28.0.0"
10767source = "registry+https://github.com/rust-lang/crates.io-index"
10768checksum = "618f667225063219ddfc61251087db8a9aec3c3f0950c916b614e403486f1135"
10769dependencies = [
10770 "arrayvec",
10771 "bit-set",
10772 "bitflags 2.10.0",
10773 "cfg-if",
10774 "cfg_aliases 0.2.1",
10775 "codespan-reporting 0.12.0",
10776 "half",
10777 "hashbrown 0.16.1",
10778 "hexf-parse",
10779 "indexmap",
10780 "libm",
10781 "log",
10782 "num-traits",
10783 "once_cell",
10784 "rustc-hash 1.1.0",
10785 "thiserror 2.0.17",
10786 "unicode-ident",
10787]
10788
10789[[package]]
10790name = "naga"
10791version = "28.0.1"
10792source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
10793dependencies = [
10794 "arrayvec",
10795 "bit-set",
10796 "bitflags 2.10.0",
10797 "cfg-if",
10798 "cfg_aliases 0.2.1",
10799 "codespan-reporting 0.12.0",
10800 "half",
10801 "hashbrown 0.16.1",
10802 "hexf-parse",
10803 "indexmap",
10804 "libm",
10805 "log",
10806 "num-traits",
10807 "once_cell",
10808 "rustc-hash 1.1.0",
10809 "spirv",
10810 "thiserror 2.0.17",
10811 "unicode-ident",
10812]
10813
10814[[package]]
10815name = "nanoid"
10816version = "0.4.0"
10817source = "registry+https://github.com/rust-lang/crates.io-index"
10818checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10819dependencies = [
10820 "rand 0.8.5",
10821]
10822
10823[[package]]
10824name = "nanorand"
10825version = "0.7.0"
10826source = "registry+https://github.com/rust-lang/crates.io-index"
10827checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10828dependencies = [
10829 "getrandom 0.2.16",
10830]
10831
10832[[package]]
10833name = "native-tls"
10834version = "0.2.14"
10835source = "registry+https://github.com/rust-lang/crates.io-index"
10836checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10837dependencies = [
10838 "libc",
10839 "log",
10840 "openssl",
10841 "openssl-probe",
10842 "openssl-sys",
10843 "schannel",
10844 "security-framework 2.11.1",
10845 "security-framework-sys",
10846 "tempfile",
10847]
10848
10849[[package]]
10850name = "nbformat"
10851version = "1.2.0"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10854dependencies = [
10855 "anyhow",
10856 "chrono",
10857 "jupyter-protocol",
10858 "serde",
10859 "serde_json",
10860 "thiserror 1.0.69",
10861 "uuid",
10862]
10863
10864[[package]]
10865name = "nc"
10866version = "0.1.0"
10867dependencies = [
10868 "anyhow",
10869 "futures 0.3.31",
10870 "net",
10871 "smol",
10872]
10873
10874[[package]]
10875name = "ndk"
10876version = "0.9.0"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10879dependencies = [
10880 "bitflags 2.10.0",
10881 "jni-sys",
10882 "log",
10883 "ndk-sys",
10884 "num_enum",
10885 "thiserror 1.0.69",
10886]
10887
10888[[package]]
10889name = "ndk-context"
10890version = "0.1.1"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10893
10894[[package]]
10895name = "ndk-sys"
10896version = "0.6.0+11769913"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10899dependencies = [
10900 "jni-sys",
10901]
10902
10903[[package]]
10904name = "net"
10905version = "0.1.0"
10906dependencies = [
10907 "anyhow",
10908 "async-io",
10909 "smol",
10910 "tempfile",
10911 "windows 0.61.3",
10912]
10913
10914[[package]]
10915name = "new_debug_unreachable"
10916version = "1.0.6"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10919
10920[[package]]
10921name = "nix"
10922version = "0.28.0"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10925dependencies = [
10926 "bitflags 2.10.0",
10927 "cfg-if",
10928 "cfg_aliases 0.1.1",
10929 "libc",
10930]
10931
10932[[package]]
10933name = "nix"
10934version = "0.29.0"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10937dependencies = [
10938 "bitflags 2.10.0",
10939 "cfg-if",
10940 "cfg_aliases 0.2.1",
10941 "libc",
10942]
10943
10944[[package]]
10945name = "nix"
10946version = "0.30.1"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10949dependencies = [
10950 "bitflags 2.10.0",
10951 "cfg-if",
10952 "cfg_aliases 0.2.1",
10953 "libc",
10954]
10955
10956[[package]]
10957name = "node_runtime"
10958version = "0.1.0"
10959dependencies = [
10960 "anyhow",
10961 "async-compression",
10962 "async-std",
10963 "async-tar",
10964 "async-trait",
10965 "futures 0.3.31",
10966 "http_client",
10967 "log",
10968 "paths",
10969 "semver",
10970 "serde",
10971 "serde_json",
10972 "smol",
10973 "util",
10974 "watch",
10975 "which 6.0.3",
10976]
10977
10978[[package]]
10979name = "nom"
10980version = "7.1.3"
10981source = "registry+https://github.com/rust-lang/crates.io-index"
10982checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10983dependencies = [
10984 "memchr",
10985 "minimal-lexical",
10986]
10987
10988[[package]]
10989name = "nom"
10990version = "8.0.0"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10993dependencies = [
10994 "memchr",
10995]
10996
10997[[package]]
10998name = "noop_proc_macro"
10999version = "0.3.0"
11000source = "registry+https://github.com/rust-lang/crates.io-index"
11001checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11002
11003[[package]]
11004name = "normpath"
11005version = "1.5.0"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11008dependencies = [
11009 "windows-sys 0.61.2",
11010]
11011
11012[[package]]
11013name = "notifications"
11014version = "0.1.0"
11015dependencies = [
11016 "anyhow",
11017 "channel",
11018 "client",
11019 "component",
11020 "db",
11021 "gpui",
11022 "rpc",
11023 "sum_tree",
11024 "time",
11025 "ui",
11026 "util",
11027 "workspace",
11028 "zed_actions",
11029]
11030
11031[[package]]
11032name = "notify"
11033version = "6.1.1"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11036dependencies = [
11037 "bitflags 2.10.0",
11038 "crossbeam-channel",
11039 "filetime",
11040 "fsevent-sys",
11041 "inotify 0.9.6",
11042 "kqueue",
11043 "libc",
11044 "log",
11045 "mio 0.8.11",
11046 "walkdir",
11047 "windows-sys 0.48.0",
11048]
11049
11050[[package]]
11051name = "notify"
11052version = "8.2.0"
11053source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11054dependencies = [
11055 "bitflags 2.10.0",
11056 "fsevent-sys",
11057 "inotify 0.11.0",
11058 "kqueue",
11059 "libc",
11060 "log",
11061 "mio 1.1.0",
11062 "notify-types",
11063 "walkdir",
11064 "windows-sys 0.60.2",
11065]
11066
11067[[package]]
11068name = "notify-debouncer-mini"
11069version = "0.4.1"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11072dependencies = [
11073 "crossbeam-channel",
11074 "log",
11075 "notify 6.1.1",
11076]
11077
11078[[package]]
11079name = "notify-types"
11080version = "2.0.0"
11081source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11082
11083[[package]]
11084name = "ntapi"
11085version = "0.4.1"
11086source = "registry+https://github.com/rust-lang/crates.io-index"
11087checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11088dependencies = [
11089 "winapi",
11090]
11091
11092[[package]]
11093name = "nu-ansi-term"
11094version = "0.50.3"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11097dependencies = [
11098 "windows-sys 0.61.2",
11099]
11100
11101[[package]]
11102name = "num"
11103version = "0.4.3"
11104source = "registry+https://github.com/rust-lang/crates.io-index"
11105checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11106dependencies = [
11107 "num-bigint",
11108 "num-complex",
11109 "num-integer",
11110 "num-iter",
11111 "num-rational",
11112 "num-traits",
11113]
11114
11115[[package]]
11116name = "num-bigint"
11117version = "0.4.6"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11120dependencies = [
11121 "num-integer",
11122 "num-traits",
11123]
11124
11125[[package]]
11126name = "num-bigint-dig"
11127version = "0.8.6"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11130dependencies = [
11131 "lazy_static",
11132 "libm",
11133 "num-integer",
11134 "num-iter",
11135 "num-traits",
11136 "rand 0.8.5",
11137 "smallvec",
11138 "zeroize",
11139]
11140
11141[[package]]
11142name = "num-bigint-dig"
11143version = "0.9.1"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11146dependencies = [
11147 "libm",
11148 "num-integer",
11149 "num-iter",
11150 "num-traits",
11151 "once_cell",
11152 "rand 0.9.2",
11153 "serde",
11154 "smallvec",
11155 "zeroize",
11156]
11157
11158[[package]]
11159name = "num-cmp"
11160version = "0.1.0"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11163
11164[[package]]
11165name = "num-complex"
11166version = "0.4.6"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11169dependencies = [
11170 "bytemuck",
11171 "num-traits",
11172]
11173
11174[[package]]
11175name = "num-conv"
11176version = "0.2.0"
11177source = "registry+https://github.com/rust-lang/crates.io-index"
11178checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11179
11180[[package]]
11181name = "num-derive"
11182version = "0.4.2"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11185dependencies = [
11186 "proc-macro2",
11187 "quote",
11188 "syn 2.0.117",
11189]
11190
11191[[package]]
11192name = "num-format"
11193version = "0.4.4"
11194source = "registry+https://github.com/rust-lang/crates.io-index"
11195checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11196dependencies = [
11197 "arrayvec",
11198 "itoa",
11199]
11200
11201[[package]]
11202name = "num-integer"
11203version = "0.1.46"
11204source = "registry+https://github.com/rust-lang/crates.io-index"
11205checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11206dependencies = [
11207 "num-traits",
11208]
11209
11210[[package]]
11211name = "num-iter"
11212version = "0.1.45"
11213source = "registry+https://github.com/rust-lang/crates.io-index"
11214checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11215dependencies = [
11216 "autocfg",
11217 "num-integer",
11218 "num-traits",
11219]
11220
11221[[package]]
11222name = "num-rational"
11223version = "0.4.2"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11226dependencies = [
11227 "num-bigint",
11228 "num-integer",
11229 "num-traits",
11230]
11231
11232[[package]]
11233name = "num-traits"
11234version = "0.2.19"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11237dependencies = [
11238 "autocfg",
11239 "libm",
11240]
11241
11242[[package]]
11243name = "num_cpus"
11244version = "1.17.0"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11247dependencies = [
11248 "hermit-abi",
11249 "libc",
11250]
11251
11252[[package]]
11253name = "num_enum"
11254version = "0.7.4"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11257dependencies = [
11258 "num_enum_derive",
11259 "rustversion",
11260]
11261
11262[[package]]
11263name = "num_enum_derive"
11264version = "0.7.4"
11265source = "registry+https://github.com/rust-lang/crates.io-index"
11266checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11267dependencies = [
11268 "proc-macro-crate",
11269 "proc-macro2",
11270 "quote",
11271 "syn 2.0.117",
11272]
11273
11274[[package]]
11275name = "num_threads"
11276version = "0.1.7"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11279dependencies = [
11280 "libc",
11281]
11282
11283[[package]]
11284name = "nvim-rs"
11285version = "0.9.2"
11286source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11287dependencies = [
11288 "async-trait",
11289 "futures 0.3.31",
11290 "log",
11291 "rmp",
11292 "rmpv",
11293 "tokio",
11294 "tokio-util",
11295]
11296
11297[[package]]
11298name = "objc"
11299version = "0.2.7"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11302dependencies = [
11303 "malloc_buf",
11304 "objc_exception",
11305]
11306
11307[[package]]
11308name = "objc-foundation"
11309version = "0.1.1"
11310source = "registry+https://github.com/rust-lang/crates.io-index"
11311checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11312dependencies = [
11313 "block",
11314 "objc",
11315 "objc_id",
11316]
11317
11318[[package]]
11319name = "objc2"
11320version = "0.6.3"
11321source = "registry+https://github.com/rust-lang/crates.io-index"
11322checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11323dependencies = [
11324 "objc2-encode",
11325]
11326
11327[[package]]
11328name = "objc2-audio-toolbox"
11329version = "0.3.1"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
11332dependencies = [
11333 "bitflags 2.10.0",
11334 "libc",
11335 "objc2",
11336 "objc2-core-audio",
11337 "objc2-core-audio-types",
11338 "objc2-core-foundation",
11339 "objc2-foundation",
11340]
11341
11342[[package]]
11343name = "objc2-avf-audio"
11344version = "0.3.1"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "bfc1d11521c211a7ebe17739fc806719da41f56c6b3f949d9861b459188ce910"
11347dependencies = [
11348 "objc2",
11349 "objc2-foundation",
11350]
11351
11352[[package]]
11353name = "objc2-core-audio"
11354version = "0.3.1"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
11357dependencies = [
11358 "dispatch2",
11359 "objc2",
11360 "objc2-core-audio-types",
11361 "objc2-core-foundation",
11362 "objc2-foundation",
11363]
11364
11365[[package]]
11366name = "objc2-core-audio-types"
11367version = "0.3.2"
11368source = "registry+https://github.com/rust-lang/crates.io-index"
11369checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11370dependencies = [
11371 "bitflags 2.10.0",
11372 "objc2",
11373]
11374
11375[[package]]
11376name = "objc2-core-foundation"
11377version = "0.3.2"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11380dependencies = [
11381 "bitflags 2.10.0",
11382 "block2",
11383 "dispatch2",
11384 "libc",
11385 "objc2",
11386]
11387
11388[[package]]
11389name = "objc2-encode"
11390version = "4.1.0"
11391source = "registry+https://github.com/rust-lang/crates.io-index"
11392checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11393
11394[[package]]
11395name = "objc2-foundation"
11396version = "0.3.1"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
11399dependencies = [
11400 "bitflags 2.10.0",
11401 "block2",
11402 "libc",
11403 "objc2",
11404 "objc2-core-foundation",
11405]
11406
11407[[package]]
11408name = "objc2-io-kit"
11409version = "0.3.2"
11410source = "registry+https://github.com/rust-lang/crates.io-index"
11411checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11412dependencies = [
11413 "libc",
11414 "objc2-core-foundation",
11415]
11416
11417[[package]]
11418name = "objc2-metal"
11419version = "0.3.1"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
11422dependencies = [
11423 "bitflags 2.10.0",
11424 "block2",
11425 "dispatch2",
11426 "objc2",
11427 "objc2-core-foundation",
11428 "objc2-foundation",
11429]
11430
11431[[package]]
11432name = "objc_exception"
11433version = "0.1.2"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11436dependencies = [
11437 "cc",
11438]
11439
11440[[package]]
11441name = "objc_id"
11442version = "0.1.1"
11443source = "registry+https://github.com/rust-lang/crates.io-index"
11444checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11445dependencies = [
11446 "objc",
11447]
11448
11449[[package]]
11450name = "object"
11451version = "0.36.7"
11452source = "registry+https://github.com/rust-lang/crates.io-index"
11453checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11454dependencies = [
11455 "crc32fast",
11456 "hashbrown 0.15.5",
11457 "indexmap",
11458 "memchr",
11459]
11460
11461[[package]]
11462name = "object"
11463version = "0.37.3"
11464source = "registry+https://github.com/rust-lang/crates.io-index"
11465checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11466dependencies = [
11467 "memchr",
11468]
11469
11470[[package]]
11471name = "ollama"
11472version = "0.1.0"
11473dependencies = [
11474 "anyhow",
11475 "futures 0.3.31",
11476 "http_client",
11477 "schemars",
11478 "serde",
11479 "serde_json",
11480 "settings",
11481]
11482
11483[[package]]
11484name = "onboarding"
11485version = "0.1.0"
11486dependencies = [
11487 "anyhow",
11488 "client",
11489 "component",
11490 "db",
11491 "documented",
11492 "fs",
11493 "fuzzy",
11494 "gpui",
11495 "menu",
11496 "notifications",
11497 "picker",
11498 "project",
11499 "schemars",
11500 "serde",
11501 "settings",
11502 "telemetry",
11503 "theme",
11504 "ui",
11505 "util",
11506 "vim_mode_setting",
11507 "workspace",
11508 "zed_actions",
11509 "zlog",
11510]
11511
11512[[package]]
11513name = "once_cell"
11514version = "1.21.3"
11515source = "registry+https://github.com/rust-lang/crates.io-index"
11516checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11517
11518[[package]]
11519name = "once_cell_polyfill"
11520version = "1.70.1"
11521source = "registry+https://github.com/rust-lang/crates.io-index"
11522checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11523
11524[[package]]
11525name = "oo7"
11526version = "0.6.0"
11527source = "registry+https://github.com/rust-lang/crates.io-index"
11528checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11529dependencies = [
11530 "aes",
11531 "ashpd",
11532 "async-fs",
11533 "async-io",
11534 "async-lock 3.4.2",
11535 "blocking",
11536 "cbc",
11537 "cipher",
11538 "digest",
11539 "endi",
11540 "futures-lite 2.6.1",
11541 "futures-util",
11542 "getrandom 0.4.1",
11543 "hkdf",
11544 "hmac",
11545 "md-5",
11546 "num",
11547 "num-bigint-dig 0.9.1",
11548 "pbkdf2 0.12.2",
11549 "serde",
11550 "serde_bytes",
11551 "sha2",
11552 "subtle",
11553 "zbus",
11554 "zbus_macros",
11555 "zeroize",
11556 "zvariant",
11557]
11558
11559[[package]]
11560name = "oorandom"
11561version = "11.1.5"
11562source = "registry+https://github.com/rust-lang/crates.io-index"
11563checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11564
11565[[package]]
11566name = "open"
11567version = "5.3.2"
11568source = "registry+https://github.com/rust-lang/crates.io-index"
11569checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11570dependencies = [
11571 "is-wsl",
11572 "libc",
11573 "pathdiff",
11574]
11575
11576[[package]]
11577name = "open_ai"
11578version = "0.1.0"
11579dependencies = [
11580 "anyhow",
11581 "futures 0.3.31",
11582 "http_client",
11583 "log",
11584 "rand 0.9.2",
11585 "schemars",
11586 "serde",
11587 "serde_json",
11588 "settings",
11589 "strum 0.27.2",
11590 "thiserror 2.0.17",
11591]
11592
11593[[package]]
11594name = "open_path_prompt"
11595version = "0.1.0"
11596dependencies = [
11597 "editor",
11598 "file_icons",
11599 "futures 0.3.31",
11600 "fuzzy",
11601 "gpui",
11602 "picker",
11603 "project",
11604 "schemars",
11605 "serde",
11606 "serde_json",
11607 "settings",
11608 "theme",
11609 "ui",
11610 "util",
11611 "workspace",
11612]
11613
11614[[package]]
11615name = "open_router"
11616version = "0.1.0"
11617dependencies = [
11618 "anyhow",
11619 "futures 0.3.31",
11620 "http_client",
11621 "schemars",
11622 "serde",
11623 "serde_json",
11624 "settings",
11625 "strum 0.27.2",
11626 "thiserror 2.0.17",
11627]
11628
11629[[package]]
11630name = "opener"
11631version = "0.7.2"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11634dependencies = [
11635 "bstr",
11636 "dbus",
11637 "normpath",
11638 "windows-sys 0.59.0",
11639]
11640
11641[[package]]
11642name = "openssl"
11643version = "0.10.74"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11646dependencies = [
11647 "bitflags 2.10.0",
11648 "cfg-if",
11649 "foreign-types 0.3.2",
11650 "libc",
11651 "once_cell",
11652 "openssl-macros",
11653 "openssl-sys",
11654]
11655
11656[[package]]
11657name = "openssl-macros"
11658version = "0.1.1"
11659source = "registry+https://github.com/rust-lang/crates.io-index"
11660checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11661dependencies = [
11662 "proc-macro2",
11663 "quote",
11664 "syn 2.0.117",
11665]
11666
11667[[package]]
11668name = "openssl-probe"
11669version = "0.1.6"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11672
11673[[package]]
11674name = "openssl-sys"
11675version = "0.9.110"
11676source = "registry+https://github.com/rust-lang/crates.io-index"
11677checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11678dependencies = [
11679 "cc",
11680 "libc",
11681 "pkg-config",
11682 "vcpkg",
11683]
11684
11685[[package]]
11686name = "optfield"
11687version = "0.4.0"
11688source = "registry+https://github.com/rust-lang/crates.io-index"
11689checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11690dependencies = [
11691 "proc-macro2",
11692 "quote",
11693 "syn 2.0.117",
11694]
11695
11696[[package]]
11697name = "option-ext"
11698version = "0.2.0"
11699source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11701
11702[[package]]
11703name = "ordered-float"
11704version = "2.10.1"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11707dependencies = [
11708 "num-traits",
11709]
11710
11711[[package]]
11712name = "ordered-float"
11713version = "4.6.0"
11714source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11716dependencies = [
11717 "num-traits",
11718]
11719
11720[[package]]
11721name = "ordered-stream"
11722version = "0.2.0"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11725dependencies = [
11726 "futures-core",
11727 "pin-project-lite",
11728]
11729
11730[[package]]
11731name = "ouroboros"
11732version = "0.18.5"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11735dependencies = [
11736 "aliasable",
11737 "ouroboros_macro",
11738 "static_assertions",
11739]
11740
11741[[package]]
11742name = "ouroboros_macro"
11743version = "0.18.5"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11746dependencies = [
11747 "heck 0.4.1",
11748 "proc-macro2",
11749 "proc-macro2-diagnostics",
11750 "quote",
11751 "syn 2.0.117",
11752]
11753
11754[[package]]
11755name = "outline"
11756version = "0.1.0"
11757dependencies = [
11758 "editor",
11759 "fuzzy",
11760 "gpui",
11761 "indoc",
11762 "language",
11763 "lsp",
11764 "menu",
11765 "ordered-float 2.10.1",
11766 "picker",
11767 "project",
11768 "rope",
11769 "serde_json",
11770 "settings",
11771 "smol",
11772 "theme",
11773 "ui",
11774 "util",
11775 "workspace",
11776 "zed_actions",
11777]
11778
11779[[package]]
11780name = "outline_panel"
11781version = "0.1.0"
11782dependencies = [
11783 "anyhow",
11784 "collections",
11785 "db",
11786 "editor",
11787 "file_icons",
11788 "fuzzy",
11789 "gpui",
11790 "itertools 0.14.0",
11791 "language",
11792 "log",
11793 "lsp",
11794 "menu",
11795 "outline",
11796 "pretty_assertions",
11797 "project",
11798 "search",
11799 "serde",
11800 "serde_json",
11801 "settings",
11802 "smallvec",
11803 "smol",
11804 "theme",
11805 "ui",
11806 "util",
11807 "workspace",
11808 "worktree",
11809 "zed_actions",
11810]
11811
11812[[package]]
11813name = "outref"
11814version = "0.5.2"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11817
11818[[package]]
11819name = "p256"
11820version = "0.11.1"
11821source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11823dependencies = [
11824 "ecdsa",
11825 "elliptic-curve",
11826 "sha2",
11827]
11828
11829[[package]]
11830name = "page_size"
11831version = "0.6.0"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11834dependencies = [
11835 "libc",
11836 "winapi",
11837]
11838
11839[[package]]
11840name = "palette"
11841version = "0.7.6"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11844dependencies = [
11845 "approx",
11846 "fast-srgb8",
11847 "palette_derive",
11848]
11849
11850[[package]]
11851name = "palette_derive"
11852version = "0.7.6"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11855dependencies = [
11856 "by_address",
11857 "proc-macro2",
11858 "quote",
11859 "syn 2.0.117",
11860]
11861
11862[[package]]
11863name = "panel"
11864version = "0.1.0"
11865dependencies = [
11866 "gpui",
11867 "ui",
11868 "workspace",
11869]
11870
11871[[package]]
11872name = "parking"
11873version = "2.2.1"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11876
11877[[package]]
11878name = "parking_lot"
11879version = "0.12.5"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11882dependencies = [
11883 "lock_api",
11884 "parking_lot_core",
11885]
11886
11887[[package]]
11888name = "parking_lot_core"
11889version = "0.9.12"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11892dependencies = [
11893 "cfg-if",
11894 "libc",
11895 "redox_syscall 0.5.18",
11896 "smallvec",
11897 "windows-link 0.2.1",
11898]
11899
11900[[package]]
11901name = "parse_int"
11902version = "0.9.0"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11905dependencies = [
11906 "num-traits",
11907]
11908
11909[[package]]
11910name = "partial-json-fixer"
11911version = "0.5.3"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11914
11915[[package]]
11916name = "password-hash"
11917version = "0.4.2"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11920dependencies = [
11921 "base64ct",
11922 "rand_core 0.6.4",
11923 "subtle",
11924]
11925
11926[[package]]
11927name = "paste"
11928version = "1.0.15"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11931
11932[[package]]
11933name = "pathdiff"
11934version = "0.2.3"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11937
11938[[package]]
11939name = "pathfinder_geometry"
11940version = "0.5.1"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11943dependencies = [
11944 "log",
11945 "pathfinder_simd",
11946]
11947
11948[[package]]
11949name = "pathfinder_simd"
11950version = "0.5.5"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11953dependencies = [
11954 "rustc_version",
11955]
11956
11957[[package]]
11958name = "paths"
11959version = "0.1.0"
11960dependencies = [
11961 "dirs 4.0.0",
11962 "ignore",
11963 "util",
11964]
11965
11966[[package]]
11967name = "pbjson"
11968version = "0.6.0"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11971dependencies = [
11972 "base64 0.21.7",
11973 "serde",
11974]
11975
11976[[package]]
11977name = "pbjson-build"
11978version = "0.6.2"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11981dependencies = [
11982 "heck 0.4.1",
11983 "itertools 0.11.0",
11984 "prost 0.12.6",
11985 "prost-types 0.12.6",
11986]
11987
11988[[package]]
11989name = "pbjson-types"
11990version = "0.6.0"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11993dependencies = [
11994 "bytes 1.11.1",
11995 "chrono",
11996 "pbjson",
11997 "pbjson-build",
11998 "prost 0.12.6",
11999 "prost-build 0.12.6",
12000 "serde",
12001]
12002
12003[[package]]
12004name = "pbkdf2"
12005version = "0.11.0"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12008dependencies = [
12009 "digest",
12010 "hmac",
12011 "password-hash",
12012 "sha2",
12013]
12014
12015[[package]]
12016name = "pbkdf2"
12017version = "0.12.2"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12020dependencies = [
12021 "digest",
12022 "hmac",
12023]
12024
12025[[package]]
12026name = "pciid-parser"
12027version = "0.8.0"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12030
12031[[package]]
12032name = "peg"
12033version = "0.8.5"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12036dependencies = [
12037 "peg-macros",
12038 "peg-runtime",
12039]
12040
12041[[package]]
12042name = "peg-macros"
12043version = "0.8.5"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12046dependencies = [
12047 "peg-runtime",
12048 "proc-macro2",
12049 "quote",
12050]
12051
12052[[package]]
12053name = "peg-runtime"
12054version = "0.8.5"
12055source = "registry+https://github.com/rust-lang/crates.io-index"
12056checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12057
12058[[package]]
12059name = "pem"
12060version = "3.0.6"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12063dependencies = [
12064 "base64 0.22.1",
12065 "serde_core",
12066]
12067
12068[[package]]
12069name = "pem-rfc7468"
12070version = "0.7.0"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12073dependencies = [
12074 "base64ct",
12075]
12076
12077[[package]]
12078name = "percent-encoding"
12079version = "2.3.2"
12080source = "registry+https://github.com/rust-lang/crates.io-index"
12081checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12082
12083[[package]]
12084name = "perf"
12085version = "0.1.0"
12086dependencies = [
12087 "collections",
12088 "serde",
12089 "serde_json",
12090]
12091
12092[[package]]
12093name = "pest"
12094version = "2.8.3"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12097dependencies = [
12098 "memchr",
12099 "ucd-trie",
12100]
12101
12102[[package]]
12103name = "pest_derive"
12104version = "2.8.3"
12105source = "registry+https://github.com/rust-lang/crates.io-index"
12106checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12107dependencies = [
12108 "pest",
12109 "pest_generator",
12110]
12111
12112[[package]]
12113name = "pest_generator"
12114version = "2.8.3"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12117dependencies = [
12118 "pest",
12119 "pest_meta",
12120 "proc-macro2",
12121 "quote",
12122 "syn 2.0.117",
12123]
12124
12125[[package]]
12126name = "pest_meta"
12127version = "2.8.3"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12130dependencies = [
12131 "pest",
12132 "sha2",
12133]
12134
12135[[package]]
12136name = "pet"
12137version = "0.1.0"
12138source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12139dependencies = [
12140 "clap",
12141 "env_logger 0.10.2",
12142 "lazy_static",
12143 "log",
12144 "msvc_spectre_libs",
12145 "pet-conda",
12146 "pet-core",
12147 "pet-env-var-path",
12148 "pet-fs",
12149 "pet-global-virtualenvs",
12150 "pet-homebrew",
12151 "pet-jsonrpc",
12152 "pet-linux-global-python",
12153 "pet-mac-commandlinetools",
12154 "pet-mac-python-org",
12155 "pet-mac-xcode",
12156 "pet-pipenv",
12157 "pet-pixi",
12158 "pet-poetry",
12159 "pet-pyenv",
12160 "pet-python-utils",
12161 "pet-reporter",
12162 "pet-telemetry",
12163 "pet-uv",
12164 "pet-venv",
12165 "pet-virtualenv",
12166 "pet-virtualenvwrapper",
12167 "pet-windows-registry",
12168 "pet-windows-store",
12169 "pet-winpython",
12170 "serde",
12171 "serde_json",
12172 "tracing",
12173 "tracing-subscriber",
12174 "winresource",
12175]
12176
12177[[package]]
12178name = "pet-conda"
12179version = "0.1.0"
12180source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12181dependencies = [
12182 "env_logger 0.10.2",
12183 "lazy_static",
12184 "log",
12185 "msvc_spectre_libs",
12186 "pet-core",
12187 "pet-fs",
12188 "pet-python-utils",
12189 "pet-reporter",
12190 "rayon",
12191 "regex",
12192 "serde",
12193 "serde_json",
12194 "yaml-rust2",
12195]
12196
12197[[package]]
12198name = "pet-core"
12199version = "0.1.0"
12200source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12201dependencies = [
12202 "clap",
12203 "lazy_static",
12204 "log",
12205 "msvc_spectre_libs",
12206 "pet-fs",
12207 "regex",
12208 "serde",
12209 "serde_json",
12210]
12211
12212[[package]]
12213name = "pet-env-var-path"
12214version = "0.1.0"
12215source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12216dependencies = [
12217 "lazy_static",
12218 "log",
12219 "msvc_spectre_libs",
12220 "pet-conda",
12221 "pet-core",
12222 "pet-fs",
12223 "pet-python-utils",
12224 "pet-virtualenv",
12225 "regex",
12226]
12227
12228[[package]]
12229name = "pet-fs"
12230version = "0.1.0"
12231source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12232dependencies = [
12233 "glob",
12234 "log",
12235 "msvc_spectre_libs",
12236 "windows-sys 0.59.0",
12237]
12238
12239[[package]]
12240name = "pet-global-virtualenvs"
12241version = "0.1.0"
12242source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12243dependencies = [
12244 "log",
12245 "msvc_spectre_libs",
12246 "pet-conda",
12247 "pet-core",
12248 "pet-fs",
12249 "pet-virtualenv",
12250]
12251
12252[[package]]
12253name = "pet-homebrew"
12254version = "0.1.0"
12255source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12256dependencies = [
12257 "lazy_static",
12258 "log",
12259 "msvc_spectre_libs",
12260 "pet-conda",
12261 "pet-core",
12262 "pet-fs",
12263 "pet-python-utils",
12264 "pet-virtualenv",
12265 "rayon",
12266 "regex",
12267 "serde",
12268 "serde_json",
12269]
12270
12271[[package]]
12272name = "pet-jsonrpc"
12273version = "0.1.0"
12274source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12275dependencies = [
12276 "env_logger 0.10.2",
12277 "log",
12278 "msvc_spectre_libs",
12279 "pet-core",
12280 "serde",
12281 "serde_json",
12282]
12283
12284[[package]]
12285name = "pet-linux-global-python"
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-commandlinetools"
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-python-org"
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-mac-xcode"
12325version = "0.1.0"
12326source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12327dependencies = [
12328 "log",
12329 "msvc_spectre_libs",
12330 "pet-core",
12331 "pet-fs",
12332 "pet-python-utils",
12333 "pet-virtualenv",
12334]
12335
12336[[package]]
12337name = "pet-pipenv"
12338version = "0.1.0"
12339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12340dependencies = [
12341 "lazy_static",
12342 "log",
12343 "msvc_spectre_libs",
12344 "pet-core",
12345 "pet-fs",
12346 "pet-python-utils",
12347 "pet-virtualenv",
12348 "regex",
12349]
12350
12351[[package]]
12352name = "pet-pixi"
12353version = "0.1.0"
12354source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12355dependencies = [
12356 "log",
12357 "msvc_spectre_libs",
12358 "pet-conda",
12359 "pet-core",
12360 "pet-python-utils",
12361]
12362
12363[[package]]
12364name = "pet-poetry"
12365version = "0.1.0"
12366source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12367dependencies = [
12368 "base64 0.22.1",
12369 "lazy_static",
12370 "log",
12371 "msvc_spectre_libs",
12372 "pet-core",
12373 "pet-fs",
12374 "pet-python-utils",
12375 "pet-reporter",
12376 "pet-virtualenv",
12377 "regex",
12378 "serde",
12379 "serde_json",
12380 "sha2",
12381 "toml 0.8.23",
12382]
12383
12384[[package]]
12385name = "pet-pyenv"
12386version = "0.1.0"
12387source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12388dependencies = [
12389 "lazy_static",
12390 "log",
12391 "msvc_spectre_libs",
12392 "pet-conda",
12393 "pet-core",
12394 "pet-fs",
12395 "pet-python-utils",
12396 "pet-reporter",
12397 "regex",
12398 "serde",
12399 "serde_json",
12400]
12401
12402[[package]]
12403name = "pet-python-utils"
12404version = "0.1.0"
12405source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12406dependencies = [
12407 "env_logger 0.10.2",
12408 "lazy_static",
12409 "log",
12410 "msvc_spectre_libs",
12411 "pet-core",
12412 "pet-fs",
12413 "regex",
12414 "serde",
12415 "serde_json",
12416 "sha2",
12417]
12418
12419[[package]]
12420name = "pet-reporter"
12421version = "0.1.0"
12422source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12423dependencies = [
12424 "env_logger 0.10.2",
12425 "log",
12426 "msvc_spectre_libs",
12427 "pet-core",
12428 "pet-jsonrpc",
12429 "serde",
12430 "serde_json",
12431]
12432
12433[[package]]
12434name = "pet-telemetry"
12435version = "0.1.0"
12436source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12437dependencies = [
12438 "env_logger 0.10.2",
12439 "lazy_static",
12440 "log",
12441 "msvc_spectre_libs",
12442 "pet-core",
12443 "pet-fs",
12444 "pet-python-utils",
12445 "regex",
12446]
12447
12448[[package]]
12449name = "pet-uv"
12450version = "0.1.0"
12451source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12452dependencies = [
12453 "log",
12454 "pet-core",
12455 "pet-python-utils",
12456 "serde",
12457 "toml 0.9.8",
12458]
12459
12460[[package]]
12461name = "pet-venv"
12462version = "0.1.0"
12463source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12464dependencies = [
12465 "log",
12466 "msvc_spectre_libs",
12467 "pet-core",
12468 "pet-python-utils",
12469 "pet-virtualenv",
12470]
12471
12472[[package]]
12473name = "pet-virtualenv"
12474version = "0.1.0"
12475source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12476dependencies = [
12477 "log",
12478 "msvc_spectre_libs",
12479 "pet-core",
12480 "pet-fs",
12481 "pet-python-utils",
12482]
12483
12484[[package]]
12485name = "pet-virtualenvwrapper"
12486version = "0.1.0"
12487source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12488dependencies = [
12489 "log",
12490 "msvc_spectre_libs",
12491 "pet-core",
12492 "pet-fs",
12493 "pet-python-utils",
12494 "pet-virtualenv",
12495]
12496
12497[[package]]
12498name = "pet-windows-registry"
12499version = "0.1.0"
12500source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12501dependencies = [
12502 "lazy_static",
12503 "log",
12504 "msvc_spectre_libs",
12505 "pet-conda",
12506 "pet-core",
12507 "pet-fs",
12508 "pet-python-utils",
12509 "pet-virtualenv",
12510 "pet-windows-store",
12511 "regex",
12512 "winreg 0.55.0",
12513]
12514
12515[[package]]
12516name = "pet-windows-store"
12517version = "0.1.0"
12518source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12519dependencies = [
12520 "lazy_static",
12521 "log",
12522 "msvc_spectre_libs",
12523 "pet-core",
12524 "pet-fs",
12525 "pet-python-utils",
12526 "pet-virtualenv",
12527 "regex",
12528 "winreg 0.55.0",
12529]
12530
12531[[package]]
12532name = "pet-winpython"
12533version = "0.1.0"
12534source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12535dependencies = [
12536 "lazy_static",
12537 "log",
12538 "pet-core",
12539 "pet-fs",
12540 "pet-python-utils",
12541 "pet-virtualenv",
12542 "regex",
12543]
12544
12545[[package]]
12546name = "petgraph"
12547version = "0.6.5"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12550dependencies = [
12551 "fixedbitset 0.4.2",
12552 "indexmap",
12553]
12554
12555[[package]]
12556name = "pgvector"
12557version = "0.4.1"
12558source = "registry+https://github.com/rust-lang/crates.io-index"
12559checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12560dependencies = [
12561 "serde",
12562]
12563
12564[[package]]
12565name = "phf"
12566version = "0.11.3"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12569dependencies = [
12570 "phf_macros 0.11.3",
12571 "phf_shared 0.11.3",
12572]
12573
12574[[package]]
12575name = "phf"
12576version = "0.12.1"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12579dependencies = [
12580 "phf_macros 0.12.1",
12581 "phf_shared 0.12.1",
12582]
12583
12584[[package]]
12585name = "phf_codegen"
12586version = "0.11.3"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12589dependencies = [
12590 "phf_generator 0.11.3",
12591 "phf_shared 0.11.3",
12592]
12593
12594[[package]]
12595name = "phf_generator"
12596version = "0.11.3"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12599dependencies = [
12600 "phf_shared 0.11.3",
12601 "rand 0.8.5",
12602]
12603
12604[[package]]
12605name = "phf_generator"
12606version = "0.12.1"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12609dependencies = [
12610 "fastrand 2.3.0",
12611 "phf_shared 0.12.1",
12612]
12613
12614[[package]]
12615name = "phf_macros"
12616version = "0.11.3"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12619dependencies = [
12620 "phf_generator 0.11.3",
12621 "phf_shared 0.11.3",
12622 "proc-macro2",
12623 "quote",
12624 "syn 2.0.117",
12625]
12626
12627[[package]]
12628name = "phf_macros"
12629version = "0.12.1"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12632dependencies = [
12633 "phf_generator 0.12.1",
12634 "phf_shared 0.12.1",
12635 "proc-macro2",
12636 "quote",
12637 "syn 2.0.117",
12638]
12639
12640[[package]]
12641name = "phf_shared"
12642version = "0.11.3"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12645dependencies = [
12646 "siphasher 1.0.1",
12647]
12648
12649[[package]]
12650name = "phf_shared"
12651version = "0.12.1"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12654dependencies = [
12655 "siphasher 1.0.1",
12656]
12657
12658[[package]]
12659name = "picker"
12660version = "0.1.0"
12661dependencies = [
12662 "anyhow",
12663 "editor",
12664 "gpui",
12665 "menu",
12666 "schemars",
12667 "serde",
12668 "settings",
12669 "theme",
12670 "ui",
12671 "ui_input",
12672 "workspace",
12673 "zed_actions",
12674]
12675
12676[[package]]
12677name = "pico-args"
12678version = "0.5.0"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12681
12682[[package]]
12683name = "pin-project"
12684version = "1.1.10"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12687dependencies = [
12688 "pin-project-internal",
12689]
12690
12691[[package]]
12692name = "pin-project-internal"
12693version = "1.1.10"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12696dependencies = [
12697 "proc-macro2",
12698 "quote",
12699 "syn 2.0.117",
12700]
12701
12702[[package]]
12703name = "pin-project-lite"
12704version = "0.2.16"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12707
12708[[package]]
12709name = "pin-utils"
12710version = "0.1.0"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12713
12714[[package]]
12715name = "piper"
12716version = "0.2.4"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12719dependencies = [
12720 "atomic-waker",
12721 "fastrand 2.3.0",
12722 "futures-io",
12723]
12724
12725[[package]]
12726name = "pkcs1"
12727version = "0.7.5"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12730dependencies = [
12731 "der 0.7.10",
12732 "pkcs8 0.10.2",
12733 "spki 0.7.3",
12734]
12735
12736[[package]]
12737name = "pkcs8"
12738version = "0.9.0"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12741dependencies = [
12742 "der 0.6.1",
12743 "spki 0.6.0",
12744]
12745
12746[[package]]
12747name = "pkcs8"
12748version = "0.10.2"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12751dependencies = [
12752 "der 0.7.10",
12753 "spki 0.7.3",
12754]
12755
12756[[package]]
12757name = "pkg-config"
12758version = "0.3.32"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12761
12762[[package]]
12763name = "plain"
12764version = "0.2.3"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12767
12768[[package]]
12769name = "platform_title_bar"
12770version = "0.1.0"
12771dependencies = [
12772 "feature_flags",
12773 "gpui",
12774 "project",
12775 "settings",
12776 "smallvec",
12777 "theme",
12778 "ui",
12779 "windows 0.61.3",
12780 "workspace",
12781 "zed_actions",
12782]
12783
12784[[package]]
12785name = "plist"
12786version = "1.8.0"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12789dependencies = [
12790 "base64 0.22.1",
12791 "indexmap",
12792 "quick-xml 0.38.3",
12793 "serde",
12794 "time",
12795]
12796
12797[[package]]
12798name = "plotters"
12799version = "0.3.7"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12802dependencies = [
12803 "num-traits",
12804 "plotters-backend",
12805 "plotters-svg",
12806 "wasm-bindgen",
12807 "web-sys",
12808]
12809
12810[[package]]
12811name = "plotters-backend"
12812version = "0.3.7"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12815
12816[[package]]
12817name = "plotters-svg"
12818version = "0.3.7"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12821dependencies = [
12822 "plotters-backend",
12823]
12824
12825[[package]]
12826name = "png"
12827version = "0.17.16"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12830dependencies = [
12831 "bitflags 1.3.2",
12832 "crc32fast",
12833 "fdeflate",
12834 "flate2",
12835 "miniz_oxide",
12836]
12837
12838[[package]]
12839name = "png"
12840version = "0.18.0"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12843dependencies = [
12844 "bitflags 2.10.0",
12845 "crc32fast",
12846 "fdeflate",
12847 "flate2",
12848 "miniz_oxide",
12849]
12850
12851[[package]]
12852name = "polling"
12853version = "3.11.0"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12856dependencies = [
12857 "cfg-if",
12858 "concurrent-queue",
12859 "hermit-abi",
12860 "pin-project-lite",
12861 "rustix 1.1.2",
12862 "windows-sys 0.61.2",
12863]
12864
12865[[package]]
12866name = "pollster"
12867version = "0.2.5"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12870
12871[[package]]
12872name = "pollster"
12873version = "0.4.0"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12876
12877[[package]]
12878name = "pori"
12879version = "0.0.0"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12882dependencies = [
12883 "nom 7.1.3",
12884]
12885
12886[[package]]
12887name = "portable-atomic"
12888version = "1.11.1"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12891
12892[[package]]
12893name = "portable-atomic-util"
12894version = "0.2.4"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12897dependencies = [
12898 "portable-atomic",
12899]
12900
12901[[package]]
12902name = "portable-pty"
12903version = "0.9.0"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12906dependencies = [
12907 "anyhow",
12908 "bitflags 1.3.2",
12909 "downcast-rs",
12910 "filedescriptor",
12911 "lazy_static",
12912 "libc",
12913 "log",
12914 "nix 0.28.0",
12915 "serial2",
12916 "shared_library",
12917 "shell-words",
12918 "winapi",
12919 "winreg 0.10.1",
12920]
12921
12922[[package]]
12923name = "postage"
12924version = "0.5.0"
12925source = "registry+https://github.com/rust-lang/crates.io-index"
12926checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12927dependencies = [
12928 "atomic",
12929 "crossbeam-queue",
12930 "futures 0.3.31",
12931 "log",
12932 "parking_lot",
12933 "pin-project",
12934 "pollster 0.2.5",
12935 "static_assertions",
12936 "thiserror 1.0.69",
12937]
12938
12939[[package]]
12940name = "postcard"
12941version = "1.1.3"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12944dependencies = [
12945 "cobs",
12946 "embedded-io 0.4.0",
12947 "embedded-io 0.6.1",
12948 "serde",
12949]
12950
12951[[package]]
12952name = "potential_utf"
12953version = "0.1.3"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12956dependencies = [
12957 "zerovec",
12958]
12959
12960[[package]]
12961name = "powerfmt"
12962version = "0.2.0"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12965
12966[[package]]
12967name = "ppv-lite86"
12968version = "0.2.21"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12971dependencies = [
12972 "zerocopy",
12973]
12974
12975[[package]]
12976name = "precomputed-hash"
12977version = "0.1.1"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12980
12981[[package]]
12982name = "presser"
12983version = "0.3.1"
12984source = "registry+https://github.com/rust-lang/crates.io-index"
12985checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12986
12987[[package]]
12988name = "prettier"
12989version = "0.1.0"
12990dependencies = [
12991 "anyhow",
12992 "collections",
12993 "fs",
12994 "gpui",
12995 "language",
12996 "log",
12997 "lsp",
12998 "node_runtime",
12999 "parking_lot",
13000 "paths",
13001 "serde",
13002 "serde_json",
13003 "util",
13004]
13005
13006[[package]]
13007name = "pretty_assertions"
13008version = "1.4.1"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13011dependencies = [
13012 "diff",
13013 "yansi",
13014]
13015
13016[[package]]
13017name = "prettyplease"
13018version = "0.2.37"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13021dependencies = [
13022 "proc-macro2",
13023 "syn 2.0.117",
13024]
13025
13026[[package]]
13027name = "primal-check"
13028version = "0.3.4"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13031dependencies = [
13032 "num-integer",
13033]
13034
13035[[package]]
13036name = "proc-macro-crate"
13037version = "3.4.0"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13040dependencies = [
13041 "toml_edit 0.23.7",
13042]
13043
13044[[package]]
13045name = "proc-macro-error"
13046version = "1.0.4"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13049dependencies = [
13050 "proc-macro-error-attr",
13051 "proc-macro2",
13052 "quote",
13053 "syn 1.0.109",
13054 "version_check",
13055]
13056
13057[[package]]
13058name = "proc-macro-error-attr"
13059version = "1.0.4"
13060source = "registry+https://github.com/rust-lang/crates.io-index"
13061checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13062dependencies = [
13063 "proc-macro2",
13064 "quote",
13065 "version_check",
13066]
13067
13068[[package]]
13069name = "proc-macro-error-attr2"
13070version = "2.0.0"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13073dependencies = [
13074 "proc-macro2",
13075 "quote",
13076]
13077
13078[[package]]
13079name = "proc-macro-error2"
13080version = "2.0.1"
13081source = "registry+https://github.com/rust-lang/crates.io-index"
13082checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13083dependencies = [
13084 "proc-macro-error-attr2",
13085 "proc-macro2",
13086 "quote",
13087 "syn 2.0.117",
13088]
13089
13090[[package]]
13091name = "proc-macro2"
13092version = "1.0.101"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13095dependencies = [
13096 "unicode-ident",
13097]
13098
13099[[package]]
13100name = "proc-macro2-diagnostics"
13101version = "0.10.1"
13102source = "registry+https://github.com/rust-lang/crates.io-index"
13103checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13104dependencies = [
13105 "proc-macro2",
13106 "quote",
13107 "syn 2.0.117",
13108 "version_check",
13109 "yansi",
13110]
13111
13112[[package]]
13113name = "procfs-core"
13114version = "0.17.0"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13117dependencies = [
13118 "bitflags 2.10.0",
13119 "hex",
13120 "serde",
13121]
13122
13123[[package]]
13124name = "profiling"
13125version = "1.0.17"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13128dependencies = [
13129 "profiling-procmacros",
13130]
13131
13132[[package]]
13133name = "profiling-procmacros"
13134version = "1.0.17"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13137dependencies = [
13138 "quote",
13139 "syn 2.0.117",
13140]
13141
13142[[package]]
13143name = "project"
13144version = "0.1.0"
13145dependencies = [
13146 "aho-corasick",
13147 "anyhow",
13148 "askpass",
13149 "async-trait",
13150 "base64 0.22.1",
13151 "buffer_diff",
13152 "circular-buffer",
13153 "client",
13154 "clock",
13155 "collections",
13156 "context_server",
13157 "dap",
13158 "encoding_rs",
13159 "extension",
13160 "fancy-regex 0.17.0",
13161 "fs",
13162 "futures 0.3.31",
13163 "fuzzy",
13164 "git",
13165 "git2",
13166 "git_hosting_providers",
13167 "globset",
13168 "gpui",
13169 "http_client",
13170 "image",
13171 "indexmap",
13172 "itertools 0.14.0",
13173 "language",
13174 "log",
13175 "lsp",
13176 "markdown",
13177 "node_runtime",
13178 "parking_lot",
13179 "paths",
13180 "postage",
13181 "prettier",
13182 "pretty_assertions",
13183 "project",
13184 "rand 0.9.2",
13185 "regex",
13186 "release_channel",
13187 "remote",
13188 "rpc",
13189 "schemars",
13190 "semver",
13191 "serde",
13192 "serde_json",
13193 "settings",
13194 "sha2",
13195 "shellexpand 2.1.2",
13196 "smallvec",
13197 "smol",
13198 "snippet",
13199 "snippet_provider",
13200 "sum_tree",
13201 "task",
13202 "tempfile",
13203 "terminal",
13204 "text",
13205 "toml 0.8.23",
13206 "tracing",
13207 "unindent",
13208 "url",
13209 "util",
13210 "watch",
13211 "wax",
13212 "which 6.0.3",
13213 "worktree",
13214 "zeroize",
13215 "zlog",
13216 "ztracing",
13217]
13218
13219[[package]]
13220name = "project_benchmarks"
13221version = "0.1.0"
13222dependencies = [
13223 "anyhow",
13224 "askpass",
13225 "clap",
13226 "client",
13227 "futures 0.3.31",
13228 "gpui",
13229 "gpui_platform",
13230 "http_client",
13231 "language",
13232 "node_runtime",
13233 "project",
13234 "release_channel",
13235 "remote",
13236 "rpassword",
13237 "semver",
13238 "settings",
13239 "watch",
13240]
13241
13242[[package]]
13243name = "project_panel"
13244version = "0.1.0"
13245dependencies = [
13246 "anyhow",
13247 "client",
13248 "collections",
13249 "command_palette_hooks",
13250 "criterion",
13251 "db",
13252 "editor",
13253 "file_icons",
13254 "git",
13255 "git_ui",
13256 "gpui",
13257 "itertools 0.14.0",
13258 "language",
13259 "menu",
13260 "notifications",
13261 "pretty_assertions",
13262 "project",
13263 "rayon",
13264 "schemars",
13265 "search",
13266 "serde",
13267 "serde_json",
13268 "settings",
13269 "smallvec",
13270 "telemetry",
13271 "tempfile",
13272 "theme",
13273 "ui",
13274 "util",
13275 "workspace",
13276 "worktree",
13277 "zed_actions",
13278]
13279
13280[[package]]
13281name = "project_symbols"
13282version = "0.1.0"
13283dependencies = [
13284 "anyhow",
13285 "editor",
13286 "futures 0.3.31",
13287 "fuzzy",
13288 "gpui",
13289 "language",
13290 "lsp",
13291 "ordered-float 2.10.1",
13292 "picker",
13293 "project",
13294 "release_channel",
13295 "semver",
13296 "serde_json",
13297 "settings",
13298 "theme",
13299 "util",
13300 "workspace",
13301]
13302
13303[[package]]
13304name = "prometheus"
13305version = "0.14.0"
13306source = "registry+https://github.com/rust-lang/crates.io-index"
13307checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13308dependencies = [
13309 "cfg-if",
13310 "fnv",
13311 "lazy_static",
13312 "memchr",
13313 "parking_lot",
13314 "protobuf",
13315 "thiserror 2.0.17",
13316]
13317
13318[[package]]
13319name = "prompt_store"
13320version = "0.1.0"
13321dependencies = [
13322 "anyhow",
13323 "assets",
13324 "chrono",
13325 "collections",
13326 "fs",
13327 "futures 0.3.31",
13328 "fuzzy",
13329 "gpui",
13330 "handlebars 4.5.0",
13331 "heed",
13332 "language",
13333 "log",
13334 "parking_lot",
13335 "paths",
13336 "rope",
13337 "serde",
13338 "strum 0.27.2",
13339 "tempfile",
13340 "text",
13341 "util",
13342 "uuid",
13343]
13344
13345[[package]]
13346name = "proptest"
13347version = "1.10.0"
13348source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13349dependencies = [
13350 "bit-set",
13351 "bit-vec",
13352 "bitflags 2.10.0",
13353 "num-traits",
13354 "proptest-macro",
13355 "rand 0.9.2",
13356 "rand_chacha 0.9.0",
13357 "rand_xorshift",
13358 "regex-syntax",
13359 "rusty-fork",
13360 "tempfile",
13361 "unarray",
13362]
13363
13364[[package]]
13365name = "proptest-derive"
13366version = "0.8.0"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13369dependencies = [
13370 "proc-macro2",
13371 "quote",
13372 "syn 2.0.117",
13373]
13374
13375[[package]]
13376name = "proptest-macro"
13377version = "0.5.0"
13378source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13379dependencies = [
13380 "convert_case 0.11.0",
13381 "proc-macro2",
13382 "quote",
13383 "syn 2.0.117",
13384]
13385
13386[[package]]
13387name = "prost"
13388version = "0.9.0"
13389source = "registry+https://github.com/rust-lang/crates.io-index"
13390checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13391dependencies = [
13392 "bytes 1.11.1",
13393 "prost-derive 0.9.0",
13394]
13395
13396[[package]]
13397name = "prost"
13398version = "0.12.6"
13399source = "registry+https://github.com/rust-lang/crates.io-index"
13400checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13401dependencies = [
13402 "bytes 1.11.1",
13403 "prost-derive 0.12.6",
13404]
13405
13406[[package]]
13407name = "prost-build"
13408version = "0.9.0"
13409source = "registry+https://github.com/rust-lang/crates.io-index"
13410checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13411dependencies = [
13412 "bytes 1.11.1",
13413 "heck 0.3.3",
13414 "itertools 0.10.5",
13415 "lazy_static",
13416 "log",
13417 "multimap",
13418 "petgraph",
13419 "prost 0.9.0",
13420 "prost-types 0.9.0",
13421 "regex",
13422 "tempfile",
13423 "which 4.4.2",
13424]
13425
13426[[package]]
13427name = "prost-build"
13428version = "0.12.6"
13429source = "registry+https://github.com/rust-lang/crates.io-index"
13430checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13431dependencies = [
13432 "bytes 1.11.1",
13433 "heck 0.5.0",
13434 "itertools 0.12.1",
13435 "log",
13436 "multimap",
13437 "once_cell",
13438 "petgraph",
13439 "prettyplease",
13440 "prost 0.12.6",
13441 "prost-types 0.12.6",
13442 "regex",
13443 "syn 2.0.117",
13444 "tempfile",
13445]
13446
13447[[package]]
13448name = "prost-derive"
13449version = "0.9.0"
13450source = "registry+https://github.com/rust-lang/crates.io-index"
13451checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13452dependencies = [
13453 "anyhow",
13454 "itertools 0.10.5",
13455 "proc-macro2",
13456 "quote",
13457 "syn 1.0.109",
13458]
13459
13460[[package]]
13461name = "prost-derive"
13462version = "0.12.6"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13465dependencies = [
13466 "anyhow",
13467 "itertools 0.12.1",
13468 "proc-macro2",
13469 "quote",
13470 "syn 2.0.117",
13471]
13472
13473[[package]]
13474name = "prost-types"
13475version = "0.9.0"
13476source = "registry+https://github.com/rust-lang/crates.io-index"
13477checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13478dependencies = [
13479 "bytes 1.11.1",
13480 "prost 0.9.0",
13481]
13482
13483[[package]]
13484name = "prost-types"
13485version = "0.12.6"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13488dependencies = [
13489 "prost 0.12.6",
13490]
13491
13492[[package]]
13493name = "proto"
13494version = "0.1.0"
13495dependencies = [
13496 "anyhow",
13497 "prost 0.9.0",
13498 "prost-build 0.9.0",
13499 "serde",
13500]
13501
13502[[package]]
13503name = "protobuf"
13504version = "3.7.2"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13507dependencies = [
13508 "once_cell",
13509 "protobuf-support",
13510 "thiserror 1.0.69",
13511]
13512
13513[[package]]
13514name = "protobuf-support"
13515version = "3.7.2"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13518dependencies = [
13519 "thiserror 1.0.69",
13520]
13521
13522[[package]]
13523name = "psm"
13524version = "0.1.30"
13525source = "registry+https://github.com/rust-lang/crates.io-index"
13526checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13527dependencies = [
13528 "ar_archive_writer",
13529 "cc",
13530]
13531
13532[[package]]
13533name = "ptr_meta"
13534version = "0.1.4"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13537dependencies = [
13538 "ptr_meta_derive",
13539]
13540
13541[[package]]
13542name = "ptr_meta_derive"
13543version = "0.1.4"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13546dependencies = [
13547 "proc-macro2",
13548 "quote",
13549 "syn 1.0.109",
13550]
13551
13552[[package]]
13553name = "pulldown-cmark"
13554version = "0.10.3"
13555source = "registry+https://github.com/rust-lang/crates.io-index"
13556checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13557dependencies = [
13558 "bitflags 2.10.0",
13559 "memchr",
13560 "pulldown-cmark-escape",
13561 "unicase",
13562]
13563
13564[[package]]
13565name = "pulldown-cmark"
13566version = "0.13.0"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13569dependencies = [
13570 "bitflags 2.10.0",
13571 "memchr",
13572 "unicase",
13573]
13574
13575[[package]]
13576name = "pulldown-cmark-escape"
13577version = "0.10.1"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13580
13581[[package]]
13582name = "pulley-interpreter"
13583version = "33.0.2"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13586dependencies = [
13587 "cranelift-bitset",
13588 "log",
13589 "wasmtime-math",
13590]
13591
13592[[package]]
13593name = "pulp"
13594version = "0.18.22"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13597dependencies = [
13598 "bytemuck",
13599 "libm",
13600 "num-complex",
13601 "reborrow",
13602]
13603
13604[[package]]
13605name = "pulp"
13606version = "0.21.5"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13609dependencies = [
13610 "bytemuck",
13611 "cfg-if",
13612 "libm",
13613 "num-complex",
13614 "reborrow",
13615 "version_check",
13616]
13617
13618[[package]]
13619name = "pxfm"
13620version = "0.1.25"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13623dependencies = [
13624 "num-traits",
13625]
13626
13627[[package]]
13628name = "qoi"
13629version = "0.4.1"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13632dependencies = [
13633 "bytemuck",
13634]
13635
13636[[package]]
13637name = "quick-error"
13638version = "1.2.3"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13641
13642[[package]]
13643name = "quick-error"
13644version = "2.0.1"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13647
13648[[package]]
13649name = "quick-xml"
13650version = "0.30.0"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13653dependencies = [
13654 "memchr",
13655]
13656
13657[[package]]
13658name = "quick-xml"
13659version = "0.37.5"
13660source = "registry+https://github.com/rust-lang/crates.io-index"
13661checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13662dependencies = [
13663 "memchr",
13664]
13665
13666[[package]]
13667name = "quick-xml"
13668version = "0.38.3"
13669source = "registry+https://github.com/rust-lang/crates.io-index"
13670checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13671dependencies = [
13672 "memchr",
13673]
13674
13675[[package]]
13676name = "quinn"
13677version = "0.11.9"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13680dependencies = [
13681 "bytes 1.11.1",
13682 "cfg_aliases 0.2.1",
13683 "pin-project-lite",
13684 "quinn-proto",
13685 "quinn-udp",
13686 "rustc-hash 2.1.1",
13687 "rustls 0.23.33",
13688 "socket2 0.6.1",
13689 "thiserror 2.0.17",
13690 "tokio",
13691 "tracing",
13692 "web-time",
13693]
13694
13695[[package]]
13696name = "quinn-proto"
13697version = "0.11.13"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13700dependencies = [
13701 "bytes 1.11.1",
13702 "getrandom 0.3.4",
13703 "lru-slab",
13704 "rand 0.9.2",
13705 "ring",
13706 "rustc-hash 2.1.1",
13707 "rustls 0.23.33",
13708 "rustls-pki-types",
13709 "slab",
13710 "thiserror 2.0.17",
13711 "tinyvec",
13712 "tracing",
13713 "web-time",
13714]
13715
13716[[package]]
13717name = "quinn-udp"
13718version = "0.5.14"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13721dependencies = [
13722 "cfg_aliases 0.2.1",
13723 "libc",
13724 "once_cell",
13725 "socket2 0.6.1",
13726 "tracing",
13727 "windows-sys 0.60.2",
13728]
13729
13730[[package]]
13731name = "quote"
13732version = "1.0.41"
13733source = "registry+https://github.com/rust-lang/crates.io-index"
13734checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13735dependencies = [
13736 "proc-macro2",
13737]
13738
13739[[package]]
13740name = "r-efi"
13741version = "5.3.0"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13744
13745[[package]]
13746name = "radium"
13747version = "0.7.0"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13750
13751[[package]]
13752name = "rand"
13753version = "0.3.23"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13756dependencies = [
13757 "libc",
13758 "rand 0.4.6",
13759]
13760
13761[[package]]
13762name = "rand"
13763version = "0.4.6"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13766dependencies = [
13767 "fuchsia-cprng",
13768 "libc",
13769 "rand_core 0.3.1",
13770 "rdrand",
13771 "winapi",
13772]
13773
13774[[package]]
13775name = "rand"
13776version = "0.8.5"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13779dependencies = [
13780 "libc",
13781 "rand_chacha 0.3.1",
13782 "rand_core 0.6.4",
13783]
13784
13785[[package]]
13786name = "rand"
13787version = "0.9.2"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13790dependencies = [
13791 "rand_chacha 0.9.0",
13792 "rand_core 0.9.3",
13793]
13794
13795[[package]]
13796name = "rand_chacha"
13797version = "0.3.1"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13800dependencies = [
13801 "ppv-lite86",
13802 "rand_core 0.6.4",
13803]
13804
13805[[package]]
13806name = "rand_chacha"
13807version = "0.9.0"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13810dependencies = [
13811 "ppv-lite86",
13812 "rand_core 0.9.3",
13813]
13814
13815[[package]]
13816name = "rand_core"
13817version = "0.3.1"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13820dependencies = [
13821 "rand_core 0.4.2",
13822]
13823
13824[[package]]
13825name = "rand_core"
13826version = "0.4.2"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13829
13830[[package]]
13831name = "rand_core"
13832version = "0.6.4"
13833source = "registry+https://github.com/rust-lang/crates.io-index"
13834checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13835dependencies = [
13836 "getrandom 0.2.16",
13837]
13838
13839[[package]]
13840name = "rand_core"
13841version = "0.9.3"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13844dependencies = [
13845 "getrandom 0.3.4",
13846]
13847
13848[[package]]
13849name = "rand_distr"
13850version = "0.5.1"
13851source = "registry+https://github.com/rust-lang/crates.io-index"
13852checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13853dependencies = [
13854 "num-traits",
13855 "rand 0.9.2",
13856]
13857
13858[[package]]
13859name = "rand_pcg"
13860version = "0.3.1"
13861source = "registry+https://github.com/rust-lang/crates.io-index"
13862checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13863dependencies = [
13864 "rand_core 0.6.4",
13865]
13866
13867[[package]]
13868name = "rand_xorshift"
13869version = "0.4.0"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13872dependencies = [
13873 "rand_core 0.9.3",
13874]
13875
13876[[package]]
13877name = "random_choice"
13878version = "0.3.2"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13881dependencies = [
13882 "rand 0.3.23",
13883]
13884
13885[[package]]
13886name = "range-alloc"
13887version = "0.1.4"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13890
13891[[package]]
13892name = "range-map"
13893version = "0.2.0"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13896dependencies = [
13897 "num-traits",
13898]
13899
13900[[package]]
13901name = "rangemap"
13902version = "1.7.1"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13905
13906[[package]]
13907name = "rav1e"
13908version = "0.7.1"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13911dependencies = [
13912 "arbitrary",
13913 "arg_enum_proc_macro",
13914 "arrayvec",
13915 "av1-grain",
13916 "bitstream-io",
13917 "built",
13918 "cfg-if",
13919 "interpolate_name",
13920 "itertools 0.12.1",
13921 "libc",
13922 "libfuzzer-sys",
13923 "log",
13924 "maybe-rayon",
13925 "new_debug_unreachable",
13926 "noop_proc_macro",
13927 "num-derive",
13928 "num-traits",
13929 "once_cell",
13930 "paste",
13931 "profiling",
13932 "rand 0.8.5",
13933 "rand_chacha 0.3.1",
13934 "simd_helpers",
13935 "system-deps 6.2.2",
13936 "thiserror 1.0.69",
13937 "v_frame",
13938 "wasm-bindgen",
13939]
13940
13941[[package]]
13942name = "ravif"
13943version = "0.11.20"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13946dependencies = [
13947 "avif-serialize",
13948 "imgref",
13949 "loop9",
13950 "quick-error 2.0.1",
13951 "rav1e",
13952 "rayon",
13953 "rgb",
13954]
13955
13956[[package]]
13957name = "raw-cpuid"
13958version = "10.7.0"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13961dependencies = [
13962 "bitflags 1.3.2",
13963]
13964
13965[[package]]
13966name = "raw-cpuid"
13967version = "11.6.0"
13968source = "registry+https://github.com/rust-lang/crates.io-index"
13969checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13970dependencies = [
13971 "bitflags 2.10.0",
13972]
13973
13974[[package]]
13975name = "raw-window-handle"
13976version = "0.6.2"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13979
13980[[package]]
13981name = "rayon"
13982version = "1.11.0"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13985dependencies = [
13986 "either",
13987 "rayon-core",
13988]
13989
13990[[package]]
13991name = "rayon-core"
13992version = "1.13.0"
13993source = "registry+https://github.com/rust-lang/crates.io-index"
13994checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13995dependencies = [
13996 "crossbeam-deque",
13997 "crossbeam-utils",
13998]
13999
14000[[package]]
14001name = "rdrand"
14002version = "0.4.0"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14005dependencies = [
14006 "rand_core 0.3.1",
14007]
14008
14009[[package]]
14010name = "read-fonts"
14011version = "0.35.0"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14014dependencies = [
14015 "bytemuck",
14016 "font-types 0.10.0",
14017]
14018
14019[[package]]
14020name = "read-fonts"
14021version = "0.37.0"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14024dependencies = [
14025 "bytemuck",
14026 "core_maths",
14027 "font-types 0.11.0",
14028]
14029
14030[[package]]
14031name = "realfft"
14032version = "3.5.0"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14035dependencies = [
14036 "rustfft",
14037]
14038
14039[[package]]
14040name = "reborrow"
14041version = "0.5.5"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14044
14045[[package]]
14046name = "recent_projects"
14047version = "0.1.0"
14048dependencies = [
14049 "anyhow",
14050 "askpass",
14051 "chrono",
14052 "db",
14053 "dev_container",
14054 "editor",
14055 "extension",
14056 "extension_host",
14057 "fs",
14058 "futures 0.3.31",
14059 "fuzzy",
14060 "gpui",
14061 "http_client",
14062 "indoc",
14063 "language",
14064 "log",
14065 "menu",
14066 "node_runtime",
14067 "open_path_prompt",
14068 "ordered-float 2.10.1",
14069 "paths",
14070 "picker",
14071 "project",
14072 "release_channel",
14073 "remote",
14074 "remote_connection",
14075 "remote_server",
14076 "semver",
14077 "serde",
14078 "serde_json",
14079 "settings",
14080 "smol",
14081 "task",
14082 "telemetry",
14083 "ui",
14084 "ui_input",
14085 "util",
14086 "windows-registry 0.6.1",
14087 "workspace",
14088 "worktree",
14089 "zed_actions",
14090]
14091
14092[[package]]
14093name = "redox_syscall"
14094version = "0.2.16"
14095source = "registry+https://github.com/rust-lang/crates.io-index"
14096checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14097dependencies = [
14098 "bitflags 1.3.2",
14099]
14100
14101[[package]]
14102name = "redox_syscall"
14103version = "0.5.18"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14106dependencies = [
14107 "bitflags 2.10.0",
14108]
14109
14110[[package]]
14111name = "redox_users"
14112version = "0.4.6"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14115dependencies = [
14116 "getrandom 0.2.16",
14117 "libredox",
14118 "thiserror 1.0.69",
14119]
14120
14121[[package]]
14122name = "redox_users"
14123version = "0.5.2"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14126dependencies = [
14127 "getrandom 0.2.16",
14128 "libredox",
14129 "thiserror 2.0.17",
14130]
14131
14132[[package]]
14133name = "ref-cast"
14134version = "1.0.25"
14135source = "registry+https://github.com/rust-lang/crates.io-index"
14136checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14137dependencies = [
14138 "ref-cast-impl",
14139]
14140
14141[[package]]
14142name = "ref-cast-impl"
14143version = "1.0.25"
14144source = "registry+https://github.com/rust-lang/crates.io-index"
14145checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14146dependencies = [
14147 "proc-macro2",
14148 "quote",
14149 "syn 2.0.117",
14150]
14151
14152[[package]]
14153name = "referencing"
14154version = "0.37.4"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14157dependencies = [
14158 "ahash 0.8.12",
14159 "fluent-uri",
14160 "getrandom 0.3.4",
14161 "hashbrown 0.16.1",
14162 "parking_lot",
14163 "percent-encoding",
14164 "serde_json",
14165]
14166
14167[[package]]
14168name = "refineable"
14169version = "0.1.0"
14170dependencies = [
14171 "derive_refineable",
14172]
14173
14174[[package]]
14175name = "regalloc2"
14176version = "0.12.2"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14179dependencies = [
14180 "allocator-api2",
14181 "bumpalo",
14182 "hashbrown 0.15.5",
14183 "log",
14184 "rustc-hash 2.1.1",
14185 "serde",
14186 "smallvec",
14187]
14188
14189[[package]]
14190name = "regex"
14191version = "1.12.2"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14194dependencies = [
14195 "aho-corasick",
14196 "memchr",
14197 "regex-automata",
14198 "regex-syntax",
14199]
14200
14201[[package]]
14202name = "regex-automata"
14203version = "0.4.13"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14206dependencies = [
14207 "aho-corasick",
14208 "memchr",
14209 "regex-syntax",
14210]
14211
14212[[package]]
14213name = "regex-lite"
14214version = "0.1.8"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14217
14218[[package]]
14219name = "regex-syntax"
14220version = "0.8.8"
14221source = "registry+https://github.com/rust-lang/crates.io-index"
14222checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14223
14224[[package]]
14225name = "release_channel"
14226version = "0.1.0"
14227dependencies = [
14228 "gpui",
14229 "semver",
14230]
14231
14232[[package]]
14233name = "remote"
14234version = "0.1.0"
14235dependencies = [
14236 "anyhow",
14237 "askpass",
14238 "async-trait",
14239 "base64 0.22.1",
14240 "collections",
14241 "fs",
14242 "futures 0.3.31",
14243 "gpui",
14244 "log",
14245 "parking_lot",
14246 "paths",
14247 "prost 0.9.0",
14248 "release_channel",
14249 "rpc",
14250 "schemars",
14251 "semver",
14252 "serde",
14253 "serde_json",
14254 "settings",
14255 "smol",
14256 "tempfile",
14257 "thiserror 2.0.17",
14258 "urlencoding",
14259 "util",
14260 "which 6.0.3",
14261]
14262
14263[[package]]
14264name = "remote_connection"
14265version = "0.1.0"
14266dependencies = [
14267 "anyhow",
14268 "askpass",
14269 "auto_update",
14270 "futures 0.3.31",
14271 "gpui",
14272 "log",
14273 "markdown",
14274 "menu",
14275 "release_channel",
14276 "remote",
14277 "semver",
14278 "settings",
14279 "theme",
14280 "ui",
14281 "ui_input",
14282 "workspace",
14283]
14284
14285[[package]]
14286name = "remote_server"
14287version = "0.1.0"
14288dependencies = [
14289 "action_log",
14290 "agent",
14291 "anyhow",
14292 "askpass",
14293 "cargo_toml",
14294 "clap",
14295 "client",
14296 "clock",
14297 "collections",
14298 "crash-handler",
14299 "crashes",
14300 "dap_adapters",
14301 "debug_adapter_extension",
14302 "editor",
14303 "env_logger 0.11.8",
14304 "extension",
14305 "extension_host",
14306 "fork",
14307 "fs",
14308 "futures 0.3.31",
14309 "git",
14310 "git2",
14311 "git_hosting_providers",
14312 "gpui",
14313 "gpui_platform",
14314 "gpui_tokio",
14315 "http_client",
14316 "image",
14317 "json_schema_store",
14318 "language",
14319 "language_extension",
14320 "language_model",
14321 "languages",
14322 "libc",
14323 "log",
14324 "lsp",
14325 "minidumper",
14326 "net",
14327 "node_runtime",
14328 "paths",
14329 "pretty_assertions",
14330 "project",
14331 "proto",
14332 "rayon",
14333 "release_channel",
14334 "remote",
14335 "reqwest_client",
14336 "rpc",
14337 "rust-embed",
14338 "semver",
14339 "serde",
14340 "serde_json",
14341 "settings",
14342 "shellexpand 2.1.2",
14343 "smol",
14344 "sysinfo 0.37.2",
14345 "task",
14346 "theme",
14347 "thiserror 2.0.17",
14348 "toml 0.8.23",
14349 "unindent",
14350 "util",
14351 "uuid",
14352 "watch",
14353 "windows 0.61.3",
14354 "worktree",
14355 "zlog",
14356]
14357
14358[[package]]
14359name = "rend"
14360version = "0.4.2"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14363dependencies = [
14364 "bytecheck",
14365]
14366
14367[[package]]
14368name = "renderdoc-sys"
14369version = "1.1.0"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14372
14373[[package]]
14374name = "repl"
14375version = "0.1.0"
14376dependencies = [
14377 "alacritty_terminal",
14378 "anyhow",
14379 "async-dispatcher",
14380 "async-task",
14381 "async-tungstenite",
14382 "base64 0.22.1",
14383 "client",
14384 "collections",
14385 "command_palette_hooks",
14386 "editor",
14387 "feature_flags",
14388 "file_icons",
14389 "futures 0.3.31",
14390 "gpui",
14391 "html_to_markdown",
14392 "http_client",
14393 "image",
14394 "indoc",
14395 "jupyter-protocol",
14396 "jupyter-websocket-client",
14397 "language",
14398 "languages",
14399 "log",
14400 "markdown",
14401 "menu",
14402 "multi_buffer",
14403 "nbformat",
14404 "picker",
14405 "project",
14406 "remote",
14407 "runtimelib",
14408 "serde",
14409 "serde_json",
14410 "settings",
14411 "shlex",
14412 "smol",
14413 "telemetry",
14414 "terminal",
14415 "terminal_view",
14416 "theme",
14417 "tree-sitter-md",
14418 "tree-sitter-python",
14419 "tree-sitter-typescript",
14420 "ui",
14421 "util",
14422 "uuid",
14423 "workspace",
14424 "zed_actions",
14425]
14426
14427[[package]]
14428name = "reqwest"
14429version = "0.11.27"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14432dependencies = [
14433 "base64 0.21.7",
14434 "bytes 1.11.1",
14435 "encoding_rs",
14436 "futures-core",
14437 "futures-util",
14438 "h2 0.3.27",
14439 "http 0.2.12",
14440 "http-body 0.4.6",
14441 "hyper 0.14.32",
14442 "hyper-tls",
14443 "ipnet",
14444 "js-sys",
14445 "log",
14446 "mime",
14447 "native-tls",
14448 "once_cell",
14449 "percent-encoding",
14450 "pin-project-lite",
14451 "rustls-pemfile 1.0.4",
14452 "serde",
14453 "serde_json",
14454 "serde_urlencoded",
14455 "sync_wrapper 0.1.2",
14456 "system-configuration 0.5.1",
14457 "tokio",
14458 "tokio-native-tls",
14459 "tower-service",
14460 "url",
14461 "wasm-bindgen",
14462 "wasm-bindgen-futures",
14463 "web-sys",
14464 "winreg 0.50.0",
14465]
14466
14467[[package]]
14468name = "reqwest"
14469version = "0.12.24"
14470source = "registry+https://github.com/rust-lang/crates.io-index"
14471checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14472dependencies = [
14473 "base64 0.22.1",
14474 "bytes 1.11.1",
14475 "futures-channel",
14476 "futures-core",
14477 "futures-util",
14478 "http 1.3.1",
14479 "http-body 1.0.1",
14480 "http-body-util",
14481 "hyper 1.7.0",
14482 "hyper-rustls 0.27.7",
14483 "hyper-util",
14484 "js-sys",
14485 "log",
14486 "percent-encoding",
14487 "pin-project-lite",
14488 "quinn",
14489 "rustls 0.23.33",
14490 "rustls-native-certs 0.8.2",
14491 "rustls-pki-types",
14492 "serde",
14493 "serde_json",
14494 "serde_urlencoded",
14495 "sync_wrapper 1.0.2",
14496 "tokio",
14497 "tokio-rustls 0.26.2",
14498 "tower 0.5.2",
14499 "tower-http 0.6.6",
14500 "tower-service",
14501 "url",
14502 "wasm-bindgen",
14503 "wasm-bindgen-futures",
14504 "web-sys",
14505]
14506
14507[[package]]
14508name = "reqwest_client"
14509version = "0.1.0"
14510dependencies = [
14511 "anyhow",
14512 "bytes 1.11.1",
14513 "futures 0.3.31",
14514 "gpui_util",
14515 "http_client",
14516 "http_client_tls",
14517 "log",
14518 "regex",
14519 "serde",
14520 "tokio",
14521 "zed-reqwest",
14522]
14523
14524[[package]]
14525name = "resvg"
14526version = "0.45.1"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14529dependencies = [
14530 "log",
14531 "pico-args",
14532 "rgb",
14533 "svgtypes",
14534 "tiny-skia",
14535 "usvg",
14536]
14537
14538[[package]]
14539name = "rfc6979"
14540version = "0.3.1"
14541source = "registry+https://github.com/rust-lang/crates.io-index"
14542checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14543dependencies = [
14544 "crypto-bigint 0.4.9",
14545 "hmac",
14546 "zeroize",
14547]
14548
14549[[package]]
14550name = "rgb"
14551version = "0.8.52"
14552source = "registry+https://github.com/rust-lang/crates.io-index"
14553checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14554dependencies = [
14555 "bytemuck",
14556]
14557
14558[[package]]
14559name = "ring"
14560version = "0.17.14"
14561source = "registry+https://github.com/rust-lang/crates.io-index"
14562checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14563dependencies = [
14564 "cc",
14565 "cfg-if",
14566 "getrandom 0.2.16",
14567 "libc",
14568 "untrusted 0.9.0",
14569 "windows-sys 0.52.0",
14570]
14571
14572[[package]]
14573name = "rkyv"
14574version = "0.7.45"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14577dependencies = [
14578 "bitvec",
14579 "bytecheck",
14580 "bytes 1.11.1",
14581 "hashbrown 0.12.3",
14582 "ptr_meta",
14583 "rend",
14584 "rkyv_derive",
14585 "seahash",
14586 "tinyvec",
14587 "uuid",
14588]
14589
14590[[package]]
14591name = "rkyv_derive"
14592version = "0.7.45"
14593source = "registry+https://github.com/rust-lang/crates.io-index"
14594checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14595dependencies = [
14596 "proc-macro2",
14597 "quote",
14598 "syn 1.0.109",
14599]
14600
14601[[package]]
14602name = "rmp"
14603version = "0.8.14"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14606dependencies = [
14607 "byteorder",
14608 "num-traits",
14609 "paste",
14610]
14611
14612[[package]]
14613name = "rmpv"
14614version = "1.3.0"
14615source = "registry+https://github.com/rust-lang/crates.io-index"
14616checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14617dependencies = [
14618 "num-traits",
14619 "rmp",
14620]
14621
14622[[package]]
14623name = "rodio"
14624version = "0.21.1"
14625source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14626dependencies = [
14627 "cpal",
14628 "dasp_sample",
14629 "hound",
14630 "num-rational",
14631 "rand 0.9.2",
14632 "rand_distr",
14633 "rtrb",
14634 "symphonia",
14635 "thiserror 2.0.17",
14636]
14637
14638[[package]]
14639name = "rope"
14640version = "0.1.0"
14641dependencies = [
14642 "arrayvec",
14643 "criterion",
14644 "ctor",
14645 "gpui",
14646 "log",
14647 "rand 0.9.2",
14648 "rayon",
14649 "sum_tree",
14650 "tracing",
14651 "unicode-segmentation",
14652 "util",
14653 "zlog",
14654 "ztracing",
14655]
14656
14657[[package]]
14658name = "roxmltree"
14659version = "0.20.0"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14662
14663[[package]]
14664name = "rpassword"
14665version = "7.4.0"
14666source = "registry+https://github.com/rust-lang/crates.io-index"
14667checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14668dependencies = [
14669 "libc",
14670 "rtoolbox",
14671 "windows-sys 0.59.0",
14672]
14673
14674[[package]]
14675name = "rpc"
14676version = "0.1.0"
14677dependencies = [
14678 "anyhow",
14679 "async-tungstenite",
14680 "base64 0.22.1",
14681 "collections",
14682 "futures 0.3.31",
14683 "gpui",
14684 "parking_lot",
14685 "proto",
14686 "rand 0.9.2",
14687 "rsa",
14688 "serde",
14689 "serde_json",
14690 "sha2",
14691 "strum 0.27.2",
14692 "tracing",
14693 "util",
14694 "zlog",
14695 "zstd",
14696]
14697
14698[[package]]
14699name = "rsa"
14700version = "0.9.10"
14701source = "registry+https://github.com/rust-lang/crates.io-index"
14702checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14703dependencies = [
14704 "const-oid",
14705 "digest",
14706 "num-bigint-dig 0.8.6",
14707 "num-integer",
14708 "num-traits",
14709 "pkcs1",
14710 "pkcs8 0.10.2",
14711 "rand_core 0.6.4",
14712 "signature 2.2.0",
14713 "spki 0.7.3",
14714 "subtle",
14715 "zeroize",
14716]
14717
14718[[package]]
14719name = "rtoolbox"
14720version = "0.0.3"
14721source = "registry+https://github.com/rust-lang/crates.io-index"
14722checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14723dependencies = [
14724 "libc",
14725 "windows-sys 0.52.0",
14726]
14727
14728[[package]]
14729name = "rtrb"
14730version = "0.3.2"
14731source = "registry+https://github.com/rust-lang/crates.io-index"
14732checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14733
14734[[package]]
14735name = "rules_library"
14736version = "0.1.0"
14737dependencies = [
14738 "anyhow",
14739 "collections",
14740 "editor",
14741 "gpui",
14742 "language",
14743 "language_model",
14744 "log",
14745 "menu",
14746 "picker",
14747 "platform_title_bar",
14748 "prompt_store",
14749 "release_channel",
14750 "rope",
14751 "serde",
14752 "settings",
14753 "theme",
14754 "ui",
14755 "ui_input",
14756 "util",
14757 "workspace",
14758 "zed_actions",
14759]
14760
14761[[package]]
14762name = "runtimelib"
14763version = "1.4.0"
14764source = "registry+https://github.com/rust-lang/crates.io-index"
14765checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14766dependencies = [
14767 "async-dispatcher",
14768 "async-std",
14769 "aws-lc-rs",
14770 "base64 0.22.1",
14771 "bytes 1.11.1",
14772 "chrono",
14773 "data-encoding",
14774 "dirs 6.0.0",
14775 "futures 0.3.31",
14776 "glob",
14777 "jupyter-protocol",
14778 "serde",
14779 "serde_json",
14780 "shellexpand 3.1.1",
14781 "smol",
14782 "thiserror 2.0.17",
14783 "uuid",
14784 "zeromq",
14785]
14786
14787[[package]]
14788name = "rust-embed"
14789version = "8.7.2"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14792dependencies = [
14793 "rust-embed-impl",
14794 "rust-embed-utils",
14795 "walkdir",
14796]
14797
14798[[package]]
14799name = "rust-embed-impl"
14800version = "8.7.2"
14801source = "registry+https://github.com/rust-lang/crates.io-index"
14802checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14803dependencies = [
14804 "proc-macro2",
14805 "quote",
14806 "rust-embed-utils",
14807 "syn 2.0.117",
14808 "walkdir",
14809]
14810
14811[[package]]
14812name = "rust-embed-utils"
14813version = "8.7.2"
14814source = "registry+https://github.com/rust-lang/crates.io-index"
14815checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14816dependencies = [
14817 "globset",
14818 "sha2",
14819 "walkdir",
14820]
14821
14822[[package]]
14823name = "rust_decimal"
14824version = "1.39.0"
14825source = "registry+https://github.com/rust-lang/crates.io-index"
14826checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14827dependencies = [
14828 "arrayvec",
14829 "borsh",
14830 "bytes 1.11.1",
14831 "num-traits",
14832 "rand 0.8.5",
14833 "rkyv",
14834 "serde",
14835 "serde_json",
14836]
14837
14838[[package]]
14839name = "rustc-demangle"
14840version = "0.1.26"
14841source = "registry+https://github.com/rust-lang/crates.io-index"
14842checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14843
14844[[package]]
14845name = "rustc-hash"
14846version = "1.1.0"
14847source = "registry+https://github.com/rust-lang/crates.io-index"
14848checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14849
14850[[package]]
14851name = "rustc-hash"
14852version = "2.1.1"
14853source = "registry+https://github.com/rust-lang/crates.io-index"
14854checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14855
14856[[package]]
14857name = "rustc_version"
14858version = "0.4.1"
14859source = "registry+https://github.com/rust-lang/crates.io-index"
14860checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14861dependencies = [
14862 "semver",
14863]
14864
14865[[package]]
14866name = "rustfft"
14867version = "6.4.1"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14870dependencies = [
14871 "num-complex",
14872 "num-integer",
14873 "num-traits",
14874 "primal-check",
14875 "strength_reduce",
14876 "transpose",
14877]
14878
14879[[package]]
14880name = "rustix"
14881version = "0.38.44"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14884dependencies = [
14885 "bitflags 2.10.0",
14886 "errno 0.3.14",
14887 "libc",
14888 "linux-raw-sys 0.4.15",
14889 "windows-sys 0.59.0",
14890]
14891
14892[[package]]
14893name = "rustix"
14894version = "1.1.2"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14897dependencies = [
14898 "bitflags 2.10.0",
14899 "errno 0.3.14",
14900 "libc",
14901 "linux-raw-sys 0.11.0",
14902 "windows-sys 0.61.2",
14903]
14904
14905[[package]]
14906name = "rustix-linux-procfs"
14907version = "0.1.1"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14910dependencies = [
14911 "once_cell",
14912 "rustix 1.1.2",
14913]
14914
14915[[package]]
14916name = "rustix-openpty"
14917version = "0.2.0"
14918source = "registry+https://github.com/rust-lang/crates.io-index"
14919checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14920dependencies = [
14921 "errno 0.3.14",
14922 "libc",
14923 "rustix 1.1.2",
14924]
14925
14926[[package]]
14927name = "rustls"
14928version = "0.21.12"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14931dependencies = [
14932 "log",
14933 "ring",
14934 "rustls-webpki 0.101.7",
14935 "sct",
14936]
14937
14938[[package]]
14939name = "rustls"
14940version = "0.23.33"
14941source = "registry+https://github.com/rust-lang/crates.io-index"
14942checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14943dependencies = [
14944 "aws-lc-rs",
14945 "log",
14946 "once_cell",
14947 "ring",
14948 "rustls-pki-types",
14949 "rustls-webpki 0.103.7",
14950 "subtle",
14951 "zeroize",
14952]
14953
14954[[package]]
14955name = "rustls-native-certs"
14956version = "0.6.3"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14959dependencies = [
14960 "openssl-probe",
14961 "rustls-pemfile 1.0.4",
14962 "schannel",
14963 "security-framework 2.11.1",
14964]
14965
14966[[package]]
14967name = "rustls-native-certs"
14968version = "0.8.2"
14969source = "registry+https://github.com/rust-lang/crates.io-index"
14970checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14971dependencies = [
14972 "openssl-probe",
14973 "rustls-pki-types",
14974 "schannel",
14975 "security-framework 3.5.1",
14976]
14977
14978[[package]]
14979name = "rustls-pemfile"
14980version = "1.0.4"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14983dependencies = [
14984 "base64 0.21.7",
14985]
14986
14987[[package]]
14988name = "rustls-pemfile"
14989version = "2.2.0"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14992dependencies = [
14993 "rustls-pki-types",
14994]
14995
14996[[package]]
14997name = "rustls-pki-types"
14998version = "1.12.0"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15001dependencies = [
15002 "web-time",
15003 "zeroize",
15004]
15005
15006[[package]]
15007name = "rustls-platform-verifier"
15008version = "0.5.3"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15011dependencies = [
15012 "core-foundation 0.10.0",
15013 "core-foundation-sys",
15014 "jni",
15015 "log",
15016 "once_cell",
15017 "rustls 0.23.33",
15018 "rustls-native-certs 0.8.2",
15019 "rustls-platform-verifier-android",
15020 "rustls-webpki 0.103.7",
15021 "security-framework 3.5.1",
15022 "security-framework-sys",
15023 "webpki-root-certs",
15024 "windows-sys 0.59.0",
15025]
15026
15027[[package]]
15028name = "rustls-platform-verifier-android"
15029version = "0.1.1"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15032
15033[[package]]
15034name = "rustls-webpki"
15035version = "0.101.7"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15038dependencies = [
15039 "ring",
15040 "untrusted 0.9.0",
15041]
15042
15043[[package]]
15044name = "rustls-webpki"
15045version = "0.103.7"
15046source = "registry+https://github.com/rust-lang/crates.io-index"
15047checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15048dependencies = [
15049 "aws-lc-rs",
15050 "ring",
15051 "rustls-pki-types",
15052 "untrusted 0.9.0",
15053]
15054
15055[[package]]
15056name = "rustversion"
15057version = "1.0.22"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15060
15061[[package]]
15062name = "rusty-fork"
15063version = "0.3.1"
15064source = "registry+https://github.com/rust-lang/crates.io-index"
15065checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15066dependencies = [
15067 "fnv",
15068 "quick-error 1.2.3",
15069 "tempfile",
15070 "wait-timeout",
15071]
15072
15073[[package]]
15074name = "rustybuzz"
15075version = "0.20.1"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15078dependencies = [
15079 "bitflags 2.10.0",
15080 "bytemuck",
15081 "core_maths",
15082 "log",
15083 "smallvec",
15084 "ttf-parser 0.25.1",
15085 "unicode-bidi-mirroring",
15086 "unicode-ccc",
15087 "unicode-properties",
15088 "unicode-script",
15089]
15090
15091[[package]]
15092name = "ryu"
15093version = "1.0.20"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15096
15097[[package]]
15098name = "saa"
15099version = "5.4.9"
15100source = "registry+https://github.com/rust-lang/crates.io-index"
15101checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15102
15103[[package]]
15104name = "safetensors"
15105version = "0.4.5"
15106source = "registry+https://github.com/rust-lang/crates.io-index"
15107checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15108dependencies = [
15109 "serde",
15110 "serde_json",
15111]
15112
15113[[package]]
15114name = "same-file"
15115version = "1.0.6"
15116source = "registry+https://github.com/rust-lang/crates.io-index"
15117checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15118dependencies = [
15119 "winapi-util",
15120]
15121
15122[[package]]
15123name = "scc"
15124version = "3.5.6"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15127dependencies = [
15128 "saa",
15129 "sdd",
15130]
15131
15132[[package]]
15133name = "schannel"
15134version = "0.1.28"
15135source = "registry+https://github.com/rust-lang/crates.io-index"
15136checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15137dependencies = [
15138 "windows-sys 0.61.2",
15139]
15140
15141[[package]]
15142name = "scheduler"
15143version = "0.1.0"
15144dependencies = [
15145 "async-task",
15146 "backtrace",
15147 "chrono",
15148 "flume",
15149 "futures 0.3.31",
15150 "parking_lot",
15151 "rand 0.9.2",
15152 "web-time",
15153]
15154
15155[[package]]
15156name = "schema_generator"
15157version = "0.1.0"
15158dependencies = [
15159 "anyhow",
15160 "clap",
15161 "env_logger 0.11.8",
15162 "schemars",
15163 "serde",
15164 "serde_json",
15165 "settings",
15166 "theme",
15167]
15168
15169[[package]]
15170name = "schemars"
15171version = "1.0.4"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15174dependencies = [
15175 "dyn-clone",
15176 "indexmap",
15177 "ref-cast",
15178 "schemars_derive",
15179 "serde",
15180 "serde_json",
15181]
15182
15183[[package]]
15184name = "schemars_derive"
15185version = "1.0.4"
15186source = "registry+https://github.com/rust-lang/crates.io-index"
15187checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15188dependencies = [
15189 "proc-macro2",
15190 "quote",
15191 "serde_derive_internals",
15192 "syn 2.0.117",
15193]
15194
15195[[package]]
15196name = "scoped-tls"
15197version = "1.0.1"
15198source = "registry+https://github.com/rust-lang/crates.io-index"
15199checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15200
15201[[package]]
15202name = "scopeguard"
15203version = "1.2.0"
15204source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15206
15207[[package]]
15208name = "scratch"
15209version = "1.0.9"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15212
15213[[package]]
15214name = "screencapturekit"
15215version = "0.2.8"
15216source = "registry+https://github.com/rust-lang/crates.io-index"
15217checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15218dependencies = [
15219 "screencapturekit-sys",
15220]
15221
15222[[package]]
15223name = "screencapturekit-sys"
15224version = "0.2.8"
15225source = "registry+https://github.com/rust-lang/crates.io-index"
15226checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15227dependencies = [
15228 "block",
15229 "dispatch",
15230 "objc",
15231 "objc-foundation",
15232 "objc_id",
15233 "once_cell",
15234]
15235
15236[[package]]
15237name = "scroll"
15238version = "0.12.0"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15241dependencies = [
15242 "scroll_derive",
15243]
15244
15245[[package]]
15246name = "scroll_derive"
15247version = "0.12.1"
15248source = "registry+https://github.com/rust-lang/crates.io-index"
15249checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15250dependencies = [
15251 "proc-macro2",
15252 "quote",
15253 "syn 2.0.117",
15254]
15255
15256[[package]]
15257name = "sct"
15258version = "0.7.1"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15261dependencies = [
15262 "ring",
15263 "untrusted 0.9.0",
15264]
15265
15266[[package]]
15267name = "sdd"
15268version = "4.6.2"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15271
15272[[package]]
15273name = "sea-bae"
15274version = "0.2.1"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15277dependencies = [
15278 "heck 0.4.1",
15279 "proc-macro-error2",
15280 "proc-macro2",
15281 "quote",
15282 "syn 2.0.117",
15283]
15284
15285[[package]]
15286name = "sea-orm"
15287version = "1.1.10"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15290dependencies = [
15291 "async-stream",
15292 "async-trait",
15293 "bigdecimal",
15294 "chrono",
15295 "futures-util",
15296 "log",
15297 "ouroboros",
15298 "pgvector",
15299 "rust_decimal",
15300 "sea-orm-macros",
15301 "sea-query",
15302 "sea-query-binder",
15303 "serde",
15304 "serde_json",
15305 "sqlx",
15306 "strum 0.26.3",
15307 "thiserror 2.0.17",
15308 "time",
15309 "tracing",
15310 "url",
15311 "uuid",
15312]
15313
15314[[package]]
15315name = "sea-orm-macros"
15316version = "1.1.10"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15319dependencies = [
15320 "heck 0.4.1",
15321 "proc-macro2",
15322 "quote",
15323 "sea-bae",
15324 "syn 2.0.117",
15325 "unicode-ident",
15326]
15327
15328[[package]]
15329name = "sea-query"
15330version = "0.32.7"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15333dependencies = [
15334 "bigdecimal",
15335 "chrono",
15336 "inherent",
15337 "ordered-float 4.6.0",
15338 "rust_decimal",
15339 "serde_json",
15340 "time",
15341 "uuid",
15342]
15343
15344[[package]]
15345name = "sea-query-binder"
15346version = "0.7.0"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15349dependencies = [
15350 "bigdecimal",
15351 "chrono",
15352 "rust_decimal",
15353 "sea-query",
15354 "serde_json",
15355 "sqlx",
15356 "time",
15357 "uuid",
15358]
15359
15360[[package]]
15361name = "seahash"
15362version = "4.1.0"
15363source = "registry+https://github.com/rust-lang/crates.io-index"
15364checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15365
15366[[package]]
15367name = "search"
15368version = "0.1.0"
15369dependencies = [
15370 "any_vec",
15371 "anyhow",
15372 "bitflags 2.10.0",
15373 "collections",
15374 "editor",
15375 "fs",
15376 "futures 0.3.31",
15377 "gpui",
15378 "itertools 0.14.0",
15379 "language",
15380 "lsp",
15381 "menu",
15382 "pretty_assertions",
15383 "project",
15384 "serde",
15385 "serde_json",
15386 "settings",
15387 "smol",
15388 "theme",
15389 "tracing",
15390 "ui",
15391 "unindent",
15392 "util",
15393 "util_macros",
15394 "workspace",
15395 "zed_actions",
15396 "ztracing",
15397]
15398
15399[[package]]
15400name = "sec1"
15401version = "0.3.0"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15404dependencies = [
15405 "base16ct",
15406 "der 0.6.1",
15407 "generic-array",
15408 "pkcs8 0.9.0",
15409 "subtle",
15410 "zeroize",
15411]
15412
15413[[package]]
15414name = "security-framework"
15415version = "2.11.1"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15418dependencies = [
15419 "bitflags 2.10.0",
15420 "core-foundation 0.9.4",
15421 "core-foundation-sys",
15422 "libc",
15423 "security-framework-sys",
15424]
15425
15426[[package]]
15427name = "security-framework"
15428version = "3.5.1"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15431dependencies = [
15432 "bitflags 2.10.0",
15433 "core-foundation 0.10.0",
15434 "core-foundation-sys",
15435 "libc",
15436 "security-framework-sys",
15437]
15438
15439[[package]]
15440name = "security-framework-sys"
15441version = "2.15.0"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15444dependencies = [
15445 "core-foundation-sys",
15446 "libc",
15447]
15448
15449[[package]]
15450name = "self_cell"
15451version = "1.2.2"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15454
15455[[package]]
15456name = "semver"
15457version = "1.0.27"
15458source = "registry+https://github.com/rust-lang/crates.io-index"
15459checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15460dependencies = [
15461 "serde",
15462 "serde_core",
15463]
15464
15465[[package]]
15466name = "seq-macro"
15467version = "0.3.6"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15470
15471[[package]]
15472name = "serde"
15473version = "1.0.228"
15474source = "registry+https://github.com/rust-lang/crates.io-index"
15475checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15476dependencies = [
15477 "serde_core",
15478 "serde_derive",
15479]
15480
15481[[package]]
15482name = "serde_bytes"
15483version = "0.11.19"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15486dependencies = [
15487 "serde",
15488 "serde_core",
15489]
15490
15491[[package]]
15492name = "serde_core"
15493version = "1.0.228"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15496dependencies = [
15497 "serde_derive",
15498]
15499
15500[[package]]
15501name = "serde_derive"
15502version = "1.0.228"
15503source = "registry+https://github.com/rust-lang/crates.io-index"
15504checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15505dependencies = [
15506 "proc-macro2",
15507 "quote",
15508 "syn 2.0.117",
15509]
15510
15511[[package]]
15512name = "serde_derive_internals"
15513version = "0.29.1"
15514source = "registry+https://github.com/rust-lang/crates.io-index"
15515checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15516dependencies = [
15517 "proc-macro2",
15518 "quote",
15519 "syn 2.0.117",
15520]
15521
15522[[package]]
15523name = "serde_fmt"
15524version = "1.0.3"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15527dependencies = [
15528 "serde",
15529]
15530
15531[[package]]
15532name = "serde_json"
15533version = "1.0.145"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15536dependencies = [
15537 "indexmap",
15538 "itoa",
15539 "memchr",
15540 "ryu",
15541 "serde",
15542 "serde_core",
15543]
15544
15545[[package]]
15546name = "serde_json_lenient"
15547version = "0.2.4"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15550dependencies = [
15551 "indexmap",
15552 "itoa",
15553 "memchr",
15554 "ryu",
15555 "serde",
15556]
15557
15558[[package]]
15559name = "serde_path_to_error"
15560version = "0.1.20"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15563dependencies = [
15564 "itoa",
15565 "serde",
15566 "serde_core",
15567]
15568
15569[[package]]
15570name = "serde_repr"
15571version = "0.1.20"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15574dependencies = [
15575 "proc-macro2",
15576 "quote",
15577 "syn 2.0.117",
15578]
15579
15580[[package]]
15581name = "serde_spanned"
15582version = "0.6.9"
15583source = "registry+https://github.com/rust-lang/crates.io-index"
15584checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15585dependencies = [
15586 "serde",
15587]
15588
15589[[package]]
15590name = "serde_spanned"
15591version = "1.0.3"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15594dependencies = [
15595 "serde_core",
15596]
15597
15598[[package]]
15599name = "serde_urlencoded"
15600version = "0.7.1"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15603dependencies = [
15604 "form_urlencoded",
15605 "itoa",
15606 "ryu",
15607 "serde",
15608]
15609
15610[[package]]
15611name = "serde_yaml"
15612version = "0.9.34+deprecated"
15613source = "registry+https://github.com/rust-lang/crates.io-index"
15614checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15615dependencies = [
15616 "indexmap",
15617 "itoa",
15618 "ryu",
15619 "serde",
15620 "unsafe-libyaml",
15621]
15622
15623[[package]]
15624name = "serial2"
15625version = "0.2.33"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15628dependencies = [
15629 "cfg-if",
15630 "libc",
15631 "winapi",
15632]
15633
15634[[package]]
15635name = "session"
15636version = "0.1.0"
15637dependencies = [
15638 "db",
15639 "gpui",
15640 "serde_json",
15641 "util",
15642 "uuid",
15643]
15644
15645[[package]]
15646name = "settings"
15647version = "0.1.0"
15648dependencies = [
15649 "anyhow",
15650 "collections",
15651 "ec4rs",
15652 "fs",
15653 "futures 0.3.31",
15654 "gpui",
15655 "indoc",
15656 "inventory",
15657 "log",
15658 "migrator",
15659 "paths",
15660 "pretty_assertions",
15661 "release_channel",
15662 "rust-embed",
15663 "schemars",
15664 "serde",
15665 "serde_json",
15666 "serde_json_lenient",
15667 "settings_content",
15668 "settings_json",
15669 "settings_macros",
15670 "smallvec",
15671 "unindent",
15672 "util",
15673 "zlog",
15674]
15675
15676[[package]]
15677name = "settings_content"
15678version = "0.1.0"
15679dependencies = [
15680 "anyhow",
15681 "collections",
15682 "derive_more",
15683 "gpui",
15684 "log",
15685 "schemars",
15686 "serde",
15687 "serde_json",
15688 "serde_json_lenient",
15689 "settings_json",
15690 "settings_macros",
15691 "strum 0.27.2",
15692 "util",
15693]
15694
15695[[package]]
15696name = "settings_json"
15697version = "0.1.0"
15698dependencies = [
15699 "anyhow",
15700 "pretty_assertions",
15701 "serde",
15702 "serde_json",
15703 "serde_json_lenient",
15704 "serde_path_to_error",
15705 "tree-sitter",
15706 "tree-sitter-json",
15707 "unindent",
15708 "util",
15709]
15710
15711[[package]]
15712name = "settings_macros"
15713version = "0.1.0"
15714dependencies = [
15715 "quote",
15716 "settings",
15717 "syn 2.0.117",
15718]
15719
15720[[package]]
15721name = "settings_profile_selector"
15722version = "0.1.0"
15723dependencies = [
15724 "editor",
15725 "fuzzy",
15726 "gpui",
15727 "menu",
15728 "picker",
15729 "project",
15730 "serde_json",
15731 "settings",
15732 "theme",
15733 "ui",
15734 "workspace",
15735 "zed_actions",
15736]
15737
15738[[package]]
15739name = "settings_ui"
15740version = "0.1.0"
15741dependencies = [
15742 "agent",
15743 "agent_settings",
15744 "anyhow",
15745 "audio",
15746 "codestral",
15747 "component",
15748 "copilot",
15749 "copilot_ui",
15750 "cpal",
15751 "edit_prediction",
15752 "edit_prediction_ui",
15753 "editor",
15754 "feature_flags",
15755 "fs",
15756 "futures 0.3.31",
15757 "fuzzy",
15758 "gpui",
15759 "heck 0.5.0",
15760 "itertools 0.14.0",
15761 "language",
15762 "log",
15763 "menu",
15764 "paths",
15765 "picker",
15766 "platform_title_bar",
15767 "pretty_assertions",
15768 "project",
15769 "regex",
15770 "release_channel",
15771 "rodio",
15772 "schemars",
15773 "search",
15774 "serde",
15775 "serde_json",
15776 "settings",
15777 "shell_command_parser",
15778 "strum 0.27.2",
15779 "telemetry",
15780 "theme",
15781 "title_bar",
15782 "ui",
15783 "util",
15784 "workspace",
15785 "zed_actions",
15786]
15787
15788[[package]]
15789name = "sha-1"
15790version = "0.10.1"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15793dependencies = [
15794 "cfg-if",
15795 "cpufeatures",
15796 "digest",
15797]
15798
15799[[package]]
15800name = "sha1"
15801version = "0.10.6"
15802source = "registry+https://github.com/rust-lang/crates.io-index"
15803checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15804dependencies = [
15805 "cfg-if",
15806 "cpufeatures",
15807 "digest",
15808]
15809
15810[[package]]
15811name = "sha1_smol"
15812version = "1.0.1"
15813source = "registry+https://github.com/rust-lang/crates.io-index"
15814checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15815
15816[[package]]
15817name = "sha2"
15818version = "0.10.9"
15819source = "registry+https://github.com/rust-lang/crates.io-index"
15820checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15821dependencies = [
15822 "cfg-if",
15823 "cpufeatures",
15824 "digest",
15825]
15826
15827[[package]]
15828name = "sharded-slab"
15829version = "0.1.7"
15830source = "registry+https://github.com/rust-lang/crates.io-index"
15831checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15832dependencies = [
15833 "lazy_static",
15834]
15835
15836[[package]]
15837name = "shared_library"
15838version = "0.1.9"
15839source = "registry+https://github.com/rust-lang/crates.io-index"
15840checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15841dependencies = [
15842 "lazy_static",
15843 "libc",
15844]
15845
15846[[package]]
15847name = "shell-words"
15848version = "1.1.0"
15849source = "registry+https://github.com/rust-lang/crates.io-index"
15850checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15851
15852[[package]]
15853name = "shell_command_parser"
15854version = "0.1.0"
15855dependencies = [
15856 "brush-parser",
15857]
15858
15859[[package]]
15860name = "shellexpand"
15861version = "2.1.2"
15862source = "registry+https://github.com/rust-lang/crates.io-index"
15863checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15864dependencies = [
15865 "dirs 4.0.0",
15866]
15867
15868[[package]]
15869name = "shellexpand"
15870version = "3.1.1"
15871source = "registry+https://github.com/rust-lang/crates.io-index"
15872checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15873dependencies = [
15874 "dirs 6.0.0",
15875]
15876
15877[[package]]
15878name = "shingles"
15879version = "0.1.1"
15880source = "registry+https://github.com/rust-lang/crates.io-index"
15881checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15882
15883[[package]]
15884name = "shlex"
15885version = "1.3.0"
15886source = "registry+https://github.com/rust-lang/crates.io-index"
15887checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15888
15889[[package]]
15890name = "sidebar"
15891version = "0.1.0"
15892dependencies = [
15893 "acp_thread",
15894 "action_log",
15895 "agent",
15896 "agent-client-protocol",
15897 "agent_ui",
15898 "anyhow",
15899 "assistant_text_thread",
15900 "chrono",
15901 "editor",
15902 "feature_flags",
15903 "fs",
15904 "git",
15905 "gpui",
15906 "language_model",
15907 "menu",
15908 "pretty_assertions",
15909 "project",
15910 "prompt_store",
15911 "recent_projects",
15912 "serde_json",
15913 "settings",
15914 "theme",
15915 "ui",
15916 "util",
15917 "vim_mode_setting",
15918 "workspace",
15919 "zed_actions",
15920]
15921
15922[[package]]
15923name = "signal-hook"
15924version = "0.3.18"
15925source = "registry+https://github.com/rust-lang/crates.io-index"
15926checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15927dependencies = [
15928 "libc",
15929 "signal-hook-registry",
15930]
15931
15932[[package]]
15933name = "signal-hook-registry"
15934version = "1.4.6"
15935source = "registry+https://github.com/rust-lang/crates.io-index"
15936checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15937dependencies = [
15938 "libc",
15939]
15940
15941[[package]]
15942name = "signature"
15943version = "1.6.4"
15944source = "registry+https://github.com/rust-lang/crates.io-index"
15945checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15946dependencies = [
15947 "digest",
15948 "rand_core 0.6.4",
15949]
15950
15951[[package]]
15952name = "signature"
15953version = "2.2.0"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15956dependencies = [
15957 "digest",
15958 "rand_core 0.6.4",
15959]
15960
15961[[package]]
15962name = "simd-adler32"
15963version = "0.3.7"
15964source = "registry+https://github.com/rust-lang/crates.io-index"
15965checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15966
15967[[package]]
15968name = "simd_helpers"
15969version = "0.1.0"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15972dependencies = [
15973 "quote",
15974]
15975
15976[[package]]
15977name = "simdutf8"
15978version = "0.1.5"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15981
15982[[package]]
15983name = "similar"
15984version = "2.7.0"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15987
15988[[package]]
15989name = "simple_asn1"
15990version = "0.6.3"
15991source = "registry+https://github.com/rust-lang/crates.io-index"
15992checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15993dependencies = [
15994 "num-bigint",
15995 "num-traits",
15996 "thiserror 2.0.17",
15997 "time",
15998]
15999
16000[[package]]
16001name = "simplecss"
16002version = "0.2.2"
16003source = "registry+https://github.com/rust-lang/crates.io-index"
16004checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16005dependencies = [
16006 "log",
16007]
16008
16009[[package]]
16010name = "simplelog"
16011version = "0.12.2"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16014dependencies = [
16015 "log",
16016 "termcolor",
16017 "time",
16018]
16019
16020[[package]]
16021name = "siphasher"
16022version = "0.3.11"
16023source = "registry+https://github.com/rust-lang/crates.io-index"
16024checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16025
16026[[package]]
16027name = "siphasher"
16028version = "1.0.1"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16031
16032[[package]]
16033name = "skrifa"
16034version = "0.37.0"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16037dependencies = [
16038 "bytemuck",
16039 "read-fonts 0.35.0",
16040]
16041
16042[[package]]
16043name = "skrifa"
16044version = "0.40.0"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16047dependencies = [
16048 "bytemuck",
16049 "read-fonts 0.37.0",
16050]
16051
16052[[package]]
16053name = "slab"
16054version = "0.4.11"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16057
16058[[package]]
16059name = "slash_commands_example"
16060version = "0.1.0"
16061dependencies = [
16062 "zed_extension_api 0.1.0",
16063]
16064
16065[[package]]
16066name = "slotmap"
16067version = "1.0.7"
16068source = "registry+https://github.com/rust-lang/crates.io-index"
16069checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16070dependencies = [
16071 "version_check",
16072]
16073
16074[[package]]
16075name = "smallvec"
16076version = "1.15.1"
16077source = "registry+https://github.com/rust-lang/crates.io-index"
16078checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16079dependencies = [
16080 "serde",
16081]
16082
16083[[package]]
16084name = "smart-default"
16085version = "0.7.1"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16088dependencies = [
16089 "proc-macro2",
16090 "quote",
16091 "syn 2.0.117",
16092]
16093
16094[[package]]
16095name = "smol"
16096version = "2.0.2"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16099dependencies = [
16100 "async-channel 2.5.0",
16101 "async-executor",
16102 "async-fs",
16103 "async-io",
16104 "async-lock 3.4.2",
16105 "async-net",
16106 "async-process",
16107 "blocking",
16108 "futures-lite 2.6.1",
16109]
16110
16111[[package]]
16112name = "smol_str"
16113version = "0.3.5"
16114source = "registry+https://github.com/rust-lang/crates.io-index"
16115checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16116
16117[[package]]
16118name = "snippet"
16119version = "0.1.0"
16120dependencies = [
16121 "anyhow",
16122 "smallvec",
16123]
16124
16125[[package]]
16126name = "snippet_provider"
16127version = "0.1.0"
16128dependencies = [
16129 "anyhow",
16130 "collections",
16131 "extension",
16132 "fs",
16133 "futures 0.3.31",
16134 "gpui",
16135 "indoc",
16136 "parking_lot",
16137 "paths",
16138 "schemars",
16139 "serde",
16140 "serde_json",
16141 "serde_json_lenient",
16142 "snippet",
16143 "util",
16144]
16145
16146[[package]]
16147name = "snippets_ui"
16148version = "0.1.0"
16149dependencies = [
16150 "file_icons",
16151 "fuzzy",
16152 "gpui",
16153 "language",
16154 "open_path_prompt",
16155 "paths",
16156 "picker",
16157 "settings",
16158 "ui",
16159 "util",
16160 "workspace",
16161]
16162
16163[[package]]
16164name = "socket2"
16165version = "0.5.10"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16168dependencies = [
16169 "libc",
16170 "windows-sys 0.52.0",
16171]
16172
16173[[package]]
16174name = "socket2"
16175version = "0.6.1"
16176source = "registry+https://github.com/rust-lang/crates.io-index"
16177checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16178dependencies = [
16179 "libc",
16180 "windows-sys 0.60.2",
16181]
16182
16183[[package]]
16184name = "spdx"
16185version = "0.10.9"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16188dependencies = [
16189 "smallvec",
16190]
16191
16192[[package]]
16193name = "spin"
16194version = "0.9.8"
16195source = "registry+https://github.com/rust-lang/crates.io-index"
16196checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16197dependencies = [
16198 "lock_api",
16199]
16200
16201[[package]]
16202name = "spin"
16203version = "0.10.0"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16206dependencies = [
16207 "lock_api",
16208]
16209
16210[[package]]
16211name = "spirv"
16212version = "0.3.0+sdk-1.3.268.0"
16213source = "registry+https://github.com/rust-lang/crates.io-index"
16214checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
16215dependencies = [
16216 "bitflags 2.10.0",
16217]
16218
16219[[package]]
16220name = "spki"
16221version = "0.6.0"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16224dependencies = [
16225 "base64ct",
16226 "der 0.6.1",
16227]
16228
16229[[package]]
16230name = "spki"
16231version = "0.7.3"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16234dependencies = [
16235 "base64ct",
16236 "der 0.7.10",
16237]
16238
16239[[package]]
16240name = "sptr"
16241version = "0.3.2"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16244
16245[[package]]
16246name = "sqlez"
16247version = "0.1.0"
16248dependencies = [
16249 "anyhow",
16250 "collections",
16251 "futures 0.3.31",
16252 "indoc",
16253 "libsqlite3-sys",
16254 "log",
16255 "parking_lot",
16256 "smol",
16257 "sqlformat",
16258 "thread_local",
16259 "util",
16260 "uuid",
16261]
16262
16263[[package]]
16264name = "sqlez_macros"
16265version = "0.1.0"
16266dependencies = [
16267 "sqlez",
16268 "sqlformat",
16269 "syn 2.0.117",
16270]
16271
16272[[package]]
16273name = "sqlformat"
16274version = "0.2.6"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16277dependencies = [
16278 "nom 7.1.3",
16279 "unicode_categories",
16280]
16281
16282[[package]]
16283name = "sqlx"
16284version = "0.8.6"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16287dependencies = [
16288 "sqlx-core",
16289 "sqlx-macros",
16290 "sqlx-mysql",
16291 "sqlx-postgres",
16292 "sqlx-sqlite",
16293]
16294
16295[[package]]
16296name = "sqlx-core"
16297version = "0.8.6"
16298source = "registry+https://github.com/rust-lang/crates.io-index"
16299checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16300dependencies = [
16301 "base64 0.22.1",
16302 "bigdecimal",
16303 "bytes 1.11.1",
16304 "chrono",
16305 "crc",
16306 "crossbeam-queue",
16307 "either",
16308 "event-listener 5.4.1",
16309 "futures-core",
16310 "futures-intrusive",
16311 "futures-io",
16312 "futures-util",
16313 "hashbrown 0.15.5",
16314 "hashlink 0.10.0",
16315 "indexmap",
16316 "log",
16317 "memchr",
16318 "once_cell",
16319 "percent-encoding",
16320 "rust_decimal",
16321 "rustls 0.23.33",
16322 "serde",
16323 "serde_json",
16324 "sha2",
16325 "smallvec",
16326 "thiserror 2.0.17",
16327 "time",
16328 "tokio",
16329 "tokio-stream",
16330 "tracing",
16331 "url",
16332 "uuid",
16333 "webpki-roots",
16334]
16335
16336[[package]]
16337name = "sqlx-macros"
16338version = "0.8.6"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16341dependencies = [
16342 "proc-macro2",
16343 "quote",
16344 "sqlx-core",
16345 "sqlx-macros-core",
16346 "syn 2.0.117",
16347]
16348
16349[[package]]
16350name = "sqlx-macros-core"
16351version = "0.8.6"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16354dependencies = [
16355 "dotenvy",
16356 "either",
16357 "heck 0.5.0",
16358 "hex",
16359 "once_cell",
16360 "proc-macro2",
16361 "quote",
16362 "serde",
16363 "serde_json",
16364 "sha2",
16365 "sqlx-core",
16366 "sqlx-mysql",
16367 "sqlx-postgres",
16368 "sqlx-sqlite",
16369 "syn 2.0.117",
16370 "tokio",
16371 "url",
16372]
16373
16374[[package]]
16375name = "sqlx-mysql"
16376version = "0.8.6"
16377source = "registry+https://github.com/rust-lang/crates.io-index"
16378checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16379dependencies = [
16380 "atoi",
16381 "base64 0.22.1",
16382 "bigdecimal",
16383 "bitflags 2.10.0",
16384 "byteorder",
16385 "bytes 1.11.1",
16386 "chrono",
16387 "crc",
16388 "digest",
16389 "dotenvy",
16390 "either",
16391 "futures-channel",
16392 "futures-core",
16393 "futures-io",
16394 "futures-util",
16395 "generic-array",
16396 "hex",
16397 "hkdf",
16398 "hmac",
16399 "itoa",
16400 "log",
16401 "md-5",
16402 "memchr",
16403 "once_cell",
16404 "percent-encoding",
16405 "rand 0.8.5",
16406 "rsa",
16407 "rust_decimal",
16408 "serde",
16409 "sha1",
16410 "sha2",
16411 "smallvec",
16412 "sqlx-core",
16413 "stringprep",
16414 "thiserror 2.0.17",
16415 "time",
16416 "tracing",
16417 "uuid",
16418 "whoami",
16419]
16420
16421[[package]]
16422name = "sqlx-postgres"
16423version = "0.8.6"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16426dependencies = [
16427 "atoi",
16428 "base64 0.22.1",
16429 "bigdecimal",
16430 "bitflags 2.10.0",
16431 "byteorder",
16432 "chrono",
16433 "crc",
16434 "dotenvy",
16435 "etcetera",
16436 "futures-channel",
16437 "futures-core",
16438 "futures-util",
16439 "hex",
16440 "hkdf",
16441 "hmac",
16442 "home",
16443 "itoa",
16444 "log",
16445 "md-5",
16446 "memchr",
16447 "num-bigint",
16448 "once_cell",
16449 "rand 0.8.5",
16450 "rust_decimal",
16451 "serde",
16452 "serde_json",
16453 "sha2",
16454 "smallvec",
16455 "sqlx-core",
16456 "stringprep",
16457 "thiserror 2.0.17",
16458 "time",
16459 "tracing",
16460 "uuid",
16461 "whoami",
16462]
16463
16464[[package]]
16465name = "sqlx-sqlite"
16466version = "0.8.6"
16467source = "registry+https://github.com/rust-lang/crates.io-index"
16468checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16469dependencies = [
16470 "atoi",
16471 "chrono",
16472 "flume",
16473 "futures-channel",
16474 "futures-core",
16475 "futures-executor",
16476 "futures-intrusive",
16477 "futures-util",
16478 "libsqlite3-sys",
16479 "log",
16480 "percent-encoding",
16481 "serde",
16482 "serde_urlencoded",
16483 "sqlx-core",
16484 "thiserror 2.0.17",
16485 "time",
16486 "tracing",
16487 "url",
16488 "uuid",
16489]
16490
16491[[package]]
16492name = "stable_deref_trait"
16493version = "1.2.1"
16494source = "registry+https://github.com/rust-lang/crates.io-index"
16495checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16496
16497[[package]]
16498name = "stacker"
16499version = "0.1.23"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16502dependencies = [
16503 "cc",
16504 "cfg-if",
16505 "libc",
16506 "psm",
16507 "windows-sys 0.59.0",
16508]
16509
16510[[package]]
16511name = "stacksafe"
16512version = "0.1.4"
16513source = "registry+https://github.com/rust-lang/crates.io-index"
16514checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16515dependencies = [
16516 "stacker",
16517 "stacksafe-macro",
16518]
16519
16520[[package]]
16521name = "stacksafe-macro"
16522version = "0.1.4"
16523source = "registry+https://github.com/rust-lang/crates.io-index"
16524checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16525dependencies = [
16526 "proc-macro-error2",
16527 "quote",
16528 "syn 2.0.117",
16529]
16530
16531[[package]]
16532name = "static_assertions"
16533version = "1.1.0"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16536
16537[[package]]
16538name = "story"
16539version = "0.1.0"
16540dependencies = [
16541 "gpui",
16542 "itertools 0.14.0",
16543 "smallvec",
16544]
16545
16546[[package]]
16547name = "storybook"
16548version = "0.1.0"
16549dependencies = [
16550 "anyhow",
16551 "clap",
16552 "ctrlc",
16553 "dialoguer",
16554 "editor",
16555 "fuzzy",
16556 "gpui",
16557 "gpui_platform",
16558 "indoc",
16559 "language",
16560 "log",
16561 "menu",
16562 "picker",
16563 "reqwest_client",
16564 "rust-embed",
16565 "settings",
16566 "simplelog",
16567 "story",
16568 "strum 0.27.2",
16569 "theme",
16570 "title_bar",
16571 "ui",
16572]
16573
16574[[package]]
16575name = "streaming-iterator"
16576version = "0.1.9"
16577source = "registry+https://github.com/rust-lang/crates.io-index"
16578checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16579
16580[[package]]
16581name = "streaming_diff"
16582version = "0.1.0"
16583dependencies = [
16584 "ordered-float 2.10.1",
16585 "rand 0.9.2",
16586 "rope",
16587 "util",
16588]
16589
16590[[package]]
16591name = "strength_reduce"
16592version = "0.2.4"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16595
16596[[package]]
16597name = "strict-num"
16598version = "0.1.1"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16601dependencies = [
16602 "float-cmp",
16603]
16604
16605[[package]]
16606name = "string_cache"
16607version = "0.8.9"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16610dependencies = [
16611 "new_debug_unreachable",
16612 "parking_lot",
16613 "phf_shared 0.11.3",
16614 "precomputed-hash",
16615 "serde",
16616]
16617
16618[[package]]
16619name = "string_cache_codegen"
16620version = "0.5.4"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16623dependencies = [
16624 "phf_generator 0.11.3",
16625 "phf_shared 0.11.3",
16626 "proc-macro2",
16627 "quote",
16628]
16629
16630[[package]]
16631name = "stringprep"
16632version = "0.1.5"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16635dependencies = [
16636 "unicode-bidi",
16637 "unicode-normalization",
16638 "unicode-properties",
16639]
16640
16641[[package]]
16642name = "strsim"
16643version = "0.11.1"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16646
16647[[package]]
16648name = "strum"
16649version = "0.26.3"
16650source = "registry+https://github.com/rust-lang/crates.io-index"
16651checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16652
16653[[package]]
16654name = "strum"
16655version = "0.27.2"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16658dependencies = [
16659 "strum_macros 0.27.2",
16660]
16661
16662[[package]]
16663name = "strum"
16664version = "0.28.0"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16667dependencies = [
16668 "strum_macros 0.28.0",
16669]
16670
16671[[package]]
16672name = "strum_macros"
16673version = "0.27.2"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16676dependencies = [
16677 "heck 0.5.0",
16678 "proc-macro2",
16679 "quote",
16680 "syn 2.0.117",
16681]
16682
16683[[package]]
16684name = "strum_macros"
16685version = "0.28.0"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16688dependencies = [
16689 "heck 0.5.0",
16690 "proc-macro2",
16691 "quote",
16692 "syn 2.0.117",
16693]
16694
16695[[package]]
16696name = "subtle"
16697version = "2.6.1"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16700
16701[[package]]
16702name = "sum_tree"
16703version = "0.1.0"
16704dependencies = [
16705 "arrayvec",
16706 "ctor",
16707 "log",
16708 "proptest",
16709 "rand 0.9.2",
16710 "rayon",
16711 "tracing",
16712 "zlog",
16713 "ztracing",
16714]
16715
16716[[package]]
16717name = "sval"
16718version = "2.15.0"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16721
16722[[package]]
16723name = "sval_buffer"
16724version = "2.15.0"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16727dependencies = [
16728 "sval",
16729 "sval_ref",
16730]
16731
16732[[package]]
16733name = "sval_dynamic"
16734version = "2.15.0"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16737dependencies = [
16738 "sval",
16739]
16740
16741[[package]]
16742name = "sval_fmt"
16743version = "2.15.0"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16746dependencies = [
16747 "itoa",
16748 "ryu",
16749 "sval",
16750]
16751
16752[[package]]
16753name = "sval_json"
16754version = "2.15.0"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16757dependencies = [
16758 "itoa",
16759 "ryu",
16760 "sval",
16761]
16762
16763[[package]]
16764name = "sval_nested"
16765version = "2.15.0"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16768dependencies = [
16769 "sval",
16770 "sval_buffer",
16771 "sval_ref",
16772]
16773
16774[[package]]
16775name = "sval_ref"
16776version = "2.15.0"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16779dependencies = [
16780 "sval",
16781]
16782
16783[[package]]
16784name = "sval_serde"
16785version = "2.15.0"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16788dependencies = [
16789 "serde_core",
16790 "sval",
16791 "sval_nested",
16792]
16793
16794[[package]]
16795name = "svg_fmt"
16796version = "0.4.5"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16799
16800[[package]]
16801name = "svg_preview"
16802version = "0.1.0"
16803dependencies = [
16804 "file_icons",
16805 "gpui",
16806 "language",
16807 "multi_buffer",
16808 "ui",
16809 "workspace",
16810 "zed_actions",
16811]
16812
16813[[package]]
16814name = "svgtypes"
16815version = "0.15.3"
16816source = "registry+https://github.com/rust-lang/crates.io-index"
16817checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16818dependencies = [
16819 "kurbo",
16820 "siphasher 1.0.1",
16821]
16822
16823[[package]]
16824name = "swash"
16825version = "0.2.6"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16828dependencies = [
16829 "skrifa 0.37.0",
16830 "yazi",
16831 "zeno",
16832]
16833
16834[[package]]
16835name = "symphonia"
16836version = "0.5.5"
16837source = "registry+https://github.com/rust-lang/crates.io-index"
16838checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16839dependencies = [
16840 "lazy_static",
16841 "symphonia-bundle-flac",
16842 "symphonia-bundle-mp3",
16843 "symphonia-codec-aac",
16844 "symphonia-codec-pcm",
16845 "symphonia-codec-vorbis",
16846 "symphonia-core",
16847 "symphonia-format-isomp4",
16848 "symphonia-format-ogg",
16849 "symphonia-format-riff",
16850 "symphonia-metadata",
16851]
16852
16853[[package]]
16854name = "symphonia-bundle-flac"
16855version = "0.5.5"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16858dependencies = [
16859 "log",
16860 "symphonia-core",
16861 "symphonia-metadata",
16862 "symphonia-utils-xiph",
16863]
16864
16865[[package]]
16866name = "symphonia-bundle-mp3"
16867version = "0.5.5"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16870dependencies = [
16871 "lazy_static",
16872 "log",
16873 "symphonia-core",
16874 "symphonia-metadata",
16875]
16876
16877[[package]]
16878name = "symphonia-codec-aac"
16879version = "0.5.5"
16880source = "registry+https://github.com/rust-lang/crates.io-index"
16881checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16882dependencies = [
16883 "lazy_static",
16884 "log",
16885 "symphonia-core",
16886]
16887
16888[[package]]
16889name = "symphonia-codec-pcm"
16890version = "0.5.5"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16893dependencies = [
16894 "log",
16895 "symphonia-core",
16896]
16897
16898[[package]]
16899name = "symphonia-codec-vorbis"
16900version = "0.5.5"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16903dependencies = [
16904 "log",
16905 "symphonia-core",
16906 "symphonia-utils-xiph",
16907]
16908
16909[[package]]
16910name = "symphonia-core"
16911version = "0.5.5"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16914dependencies = [
16915 "arrayvec",
16916 "bitflags 1.3.2",
16917 "bytemuck",
16918 "lazy_static",
16919 "log",
16920]
16921
16922[[package]]
16923name = "symphonia-format-isomp4"
16924version = "0.5.5"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16927dependencies = [
16928 "encoding_rs",
16929 "log",
16930 "symphonia-core",
16931 "symphonia-metadata",
16932 "symphonia-utils-xiph",
16933]
16934
16935[[package]]
16936name = "symphonia-format-ogg"
16937version = "0.5.5"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16940dependencies = [
16941 "log",
16942 "symphonia-core",
16943 "symphonia-metadata",
16944 "symphonia-utils-xiph",
16945]
16946
16947[[package]]
16948name = "symphonia-format-riff"
16949version = "0.5.5"
16950source = "registry+https://github.com/rust-lang/crates.io-index"
16951checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16952dependencies = [
16953 "extended",
16954 "log",
16955 "symphonia-core",
16956 "symphonia-metadata",
16957]
16958
16959[[package]]
16960name = "symphonia-metadata"
16961version = "0.5.5"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16964dependencies = [
16965 "encoding_rs",
16966 "lazy_static",
16967 "log",
16968 "symphonia-core",
16969]
16970
16971[[package]]
16972name = "symphonia-utils-xiph"
16973version = "0.5.5"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16976dependencies = [
16977 "symphonia-core",
16978 "symphonia-metadata",
16979]
16980
16981[[package]]
16982name = "syn"
16983version = "1.0.109"
16984source = "registry+https://github.com/rust-lang/crates.io-index"
16985checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16986dependencies = [
16987 "proc-macro2",
16988 "quote",
16989 "unicode-ident",
16990]
16991
16992[[package]]
16993name = "syn"
16994version = "2.0.117"
16995source = "registry+https://github.com/rust-lang/crates.io-index"
16996checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16997dependencies = [
16998 "proc-macro2",
16999 "quote",
17000 "unicode-ident",
17001]
17002
17003[[package]]
17004name = "sync_wrapper"
17005version = "0.1.2"
17006source = "registry+https://github.com/rust-lang/crates.io-index"
17007checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17008
17009[[package]]
17010name = "sync_wrapper"
17011version = "1.0.2"
17012source = "registry+https://github.com/rust-lang/crates.io-index"
17013checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17014dependencies = [
17015 "futures-core",
17016]
17017
17018[[package]]
17019name = "synchronoise"
17020version = "1.0.1"
17021source = "registry+https://github.com/rust-lang/crates.io-index"
17022checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17023dependencies = [
17024 "crossbeam-queue",
17025]
17026
17027[[package]]
17028name = "synstructure"
17029version = "0.13.2"
17030source = "registry+https://github.com/rust-lang/crates.io-index"
17031checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17032dependencies = [
17033 "proc-macro2",
17034 "quote",
17035 "syn 2.0.117",
17036]
17037
17038[[package]]
17039name = "sys-locale"
17040version = "0.3.2"
17041source = "registry+https://github.com/rust-lang/crates.io-index"
17042checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17043dependencies = [
17044 "libc",
17045]
17046
17047[[package]]
17048name = "sysctl"
17049version = "0.5.5"
17050source = "registry+https://github.com/rust-lang/crates.io-index"
17051checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17052dependencies = [
17053 "bitflags 2.10.0",
17054 "byteorder",
17055 "enum-as-inner",
17056 "libc",
17057 "thiserror 1.0.69",
17058 "walkdir",
17059]
17060
17061[[package]]
17062name = "sysctl"
17063version = "0.6.0"
17064source = "registry+https://github.com/rust-lang/crates.io-index"
17065checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17066dependencies = [
17067 "bitflags 2.10.0",
17068 "byteorder",
17069 "enum-as-inner",
17070 "libc",
17071 "thiserror 1.0.69",
17072 "walkdir",
17073]
17074
17075[[package]]
17076name = "sysinfo"
17077version = "0.31.4"
17078source = "registry+https://github.com/rust-lang/crates.io-index"
17079checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17080dependencies = [
17081 "core-foundation-sys",
17082 "libc",
17083 "memchr",
17084 "ntapi",
17085 "rayon",
17086 "windows 0.57.0",
17087]
17088
17089[[package]]
17090name = "sysinfo"
17091version = "0.37.2"
17092source = "registry+https://github.com/rust-lang/crates.io-index"
17093checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17094dependencies = [
17095 "libc",
17096 "memchr",
17097 "ntapi",
17098 "objc2-core-foundation",
17099 "objc2-io-kit",
17100 "windows 0.61.3",
17101]
17102
17103[[package]]
17104name = "system-configuration"
17105version = "0.5.1"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17108dependencies = [
17109 "bitflags 1.3.2",
17110 "core-foundation 0.9.4",
17111 "system-configuration-sys 0.5.0",
17112]
17113
17114[[package]]
17115name = "system-configuration"
17116version = "0.6.1"
17117source = "registry+https://github.com/rust-lang/crates.io-index"
17118checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17119dependencies = [
17120 "bitflags 2.10.0",
17121 "core-foundation 0.9.4",
17122 "system-configuration-sys 0.6.0",
17123]
17124
17125[[package]]
17126name = "system-configuration-sys"
17127version = "0.5.0"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17130dependencies = [
17131 "core-foundation-sys",
17132 "libc",
17133]
17134
17135[[package]]
17136name = "system-configuration-sys"
17137version = "0.6.0"
17138source = "registry+https://github.com/rust-lang/crates.io-index"
17139checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17140dependencies = [
17141 "core-foundation-sys",
17142 "libc",
17143]
17144
17145[[package]]
17146name = "system-deps"
17147version = "6.2.2"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17150dependencies = [
17151 "cfg-expr 0.15.8",
17152 "heck 0.5.0",
17153 "pkg-config",
17154 "toml 0.8.23",
17155 "version-compare",
17156]
17157
17158[[package]]
17159name = "system-deps"
17160version = "7.0.7"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17163dependencies = [
17164 "cfg-expr 0.20.6",
17165 "heck 0.5.0",
17166 "pkg-config",
17167 "toml 0.9.8",
17168 "version-compare",
17169]
17170
17171[[package]]
17172name = "system-interface"
17173version = "0.27.3"
17174source = "registry+https://github.com/rust-lang/crates.io-index"
17175checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17176dependencies = [
17177 "bitflags 2.10.0",
17178 "cap-fs-ext",
17179 "cap-std",
17180 "fd-lock",
17181 "io-lifetimes",
17182 "rustix 0.38.44",
17183 "windows-sys 0.59.0",
17184 "winx",
17185]
17186
17187[[package]]
17188name = "system_specs"
17189version = "0.1.0"
17190dependencies = [
17191 "anyhow",
17192 "client",
17193 "gpui",
17194 "human_bytes",
17195 "pciid-parser",
17196 "release_channel",
17197 "semver",
17198 "serde",
17199 "sysinfo 0.37.2",
17200]
17201
17202[[package]]
17203name = "tab_switcher"
17204version = "0.1.0"
17205dependencies = [
17206 "collections",
17207 "ctor",
17208 "editor",
17209 "fuzzy",
17210 "gpui",
17211 "menu",
17212 "picker",
17213 "project",
17214 "schemars",
17215 "serde",
17216 "serde_json",
17217 "settings",
17218 "smol",
17219 "theme",
17220 "ui",
17221 "util",
17222 "workspace",
17223 "zlog",
17224]
17225
17226[[package]]
17227name = "taffy"
17228version = "0.9.0"
17229source = "registry+https://github.com/rust-lang/crates.io-index"
17230checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17231dependencies = [
17232 "arrayvec",
17233 "grid",
17234 "serde",
17235 "slotmap",
17236]
17237
17238[[package]]
17239name = "tagptr"
17240version = "0.2.0"
17241source = "registry+https://github.com/rust-lang/crates.io-index"
17242checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17243
17244[[package]]
17245name = "take-until"
17246version = "0.2.0"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17249
17250[[package]]
17251name = "tao-core-video-sys"
17252version = "0.2.0"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17255dependencies = [
17256 "cfg-if",
17257 "core-foundation-sys",
17258 "libc",
17259 "objc",
17260]
17261
17262[[package]]
17263name = "tap"
17264version = "1.0.1"
17265source = "registry+https://github.com/rust-lang/crates.io-index"
17266checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17267
17268[[package]]
17269name = "target-lexicon"
17270version = "0.12.16"
17271source = "registry+https://github.com/rust-lang/crates.io-index"
17272checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17273
17274[[package]]
17275name = "target-lexicon"
17276version = "0.13.3"
17277source = "registry+https://github.com/rust-lang/crates.io-index"
17278checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17279
17280[[package]]
17281name = "task"
17282version = "0.1.0"
17283dependencies = [
17284 "anyhow",
17285 "collections",
17286 "futures 0.3.31",
17287 "gpui",
17288 "hex",
17289 "log",
17290 "parking_lot",
17291 "pretty_assertions",
17292 "proto",
17293 "schemars",
17294 "serde",
17295 "serde_json",
17296 "serde_json_lenient",
17297 "sha2",
17298 "shellexpand 2.1.2",
17299 "util",
17300 "zed_actions",
17301]
17302
17303[[package]]
17304name = "tasks_ui"
17305version = "0.1.0"
17306dependencies = [
17307 "anyhow",
17308 "collections",
17309 "editor",
17310 "file_icons",
17311 "fuzzy",
17312 "gpui",
17313 "itertools 0.14.0",
17314 "language",
17315 "menu",
17316 "picker",
17317 "project",
17318 "serde",
17319 "serde_json",
17320 "task",
17321 "tree-sitter-rust",
17322 "tree-sitter-typescript",
17323 "ui",
17324 "util",
17325 "workspace",
17326 "zed_actions",
17327]
17328
17329[[package]]
17330name = "telemetry"
17331version = "0.1.0"
17332dependencies = [
17333 "futures 0.3.31",
17334 "serde",
17335 "serde_json",
17336 "telemetry_events",
17337]
17338
17339[[package]]
17340name = "telemetry_events"
17341version = "0.1.0"
17342dependencies = [
17343 "semver",
17344 "serde",
17345 "serde_json",
17346]
17347
17348[[package]]
17349name = "tempfile"
17350version = "3.23.0"
17351source = "registry+https://github.com/rust-lang/crates.io-index"
17352checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17353dependencies = [
17354 "fastrand 2.3.0",
17355 "getrandom 0.3.4",
17356 "once_cell",
17357 "rustix 1.1.2",
17358 "windows-sys 0.61.2",
17359]
17360
17361[[package]]
17362name = "tendril"
17363version = "0.4.3"
17364source = "registry+https://github.com/rust-lang/crates.io-index"
17365checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17366dependencies = [
17367 "futf",
17368 "mac",
17369 "utf-8",
17370]
17371
17372[[package]]
17373name = "termcolor"
17374version = "1.4.1"
17375source = "registry+https://github.com/rust-lang/crates.io-index"
17376checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17377dependencies = [
17378 "winapi-util",
17379]
17380
17381[[package]]
17382name = "terminal"
17383version = "0.1.0"
17384dependencies = [
17385 "alacritty_terminal",
17386 "anyhow",
17387 "collections",
17388 "futures 0.3.31",
17389 "gpui",
17390 "itertools 0.14.0",
17391 "libc",
17392 "log",
17393 "parking_lot",
17394 "rand 0.9.2",
17395 "regex",
17396 "release_channel",
17397 "schemars",
17398 "serde",
17399 "settings",
17400 "smol",
17401 "sysinfo 0.37.2",
17402 "task",
17403 "theme",
17404 "thiserror 2.0.17",
17405 "url",
17406 "urlencoding",
17407 "util",
17408 "util_macros",
17409 "windows 0.61.3",
17410]
17411
17412[[package]]
17413name = "terminal_size"
17414version = "0.4.3"
17415source = "registry+https://github.com/rust-lang/crates.io-index"
17416checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17417dependencies = [
17418 "rustix 1.1.2",
17419 "windows-sys 0.60.2",
17420]
17421
17422[[package]]
17423name = "terminal_view"
17424version = "0.1.0"
17425dependencies = [
17426 "anyhow",
17427 "assistant_slash_command",
17428 "async-recursion",
17429 "breadcrumbs",
17430 "collections",
17431 "db",
17432 "dirs 4.0.0",
17433 "editor",
17434 "futures 0.3.31",
17435 "gpui",
17436 "itertools 0.14.0",
17437 "language",
17438 "log",
17439 "menu",
17440 "pretty_assertions",
17441 "project",
17442 "regex",
17443 "schemars",
17444 "serde",
17445 "serde_json",
17446 "settings",
17447 "shellexpand 2.1.2",
17448 "task",
17449 "terminal",
17450 "theme",
17451 "ui",
17452 "util",
17453 "workspace",
17454 "zed_actions",
17455]
17456
17457[[package]]
17458name = "text"
17459version = "0.1.0"
17460dependencies = [
17461 "anyhow",
17462 "clock",
17463 "collections",
17464 "ctor",
17465 "gpui",
17466 "log",
17467 "parking_lot",
17468 "postage",
17469 "rand 0.9.2",
17470 "regex",
17471 "rope",
17472 "smallvec",
17473 "sum_tree",
17474 "util",
17475 "zlog",
17476]
17477
17478[[package]]
17479name = "theme"
17480version = "0.1.0"
17481dependencies = [
17482 "anyhow",
17483 "collections",
17484 "derive_more",
17485 "fs",
17486 "futures 0.3.31",
17487 "gpui",
17488 "log",
17489 "palette",
17490 "parking_lot",
17491 "refineable",
17492 "schemars",
17493 "serde",
17494 "serde_json",
17495 "serde_json_lenient",
17496 "settings",
17497 "strum 0.27.2",
17498 "thiserror 2.0.17",
17499 "util",
17500 "uuid",
17501]
17502
17503[[package]]
17504name = "theme_extension"
17505version = "0.1.0"
17506dependencies = [
17507 "anyhow",
17508 "extension",
17509 "fs",
17510 "gpui",
17511 "theme",
17512]
17513
17514[[package]]
17515name = "theme_importer"
17516version = "0.1.0"
17517dependencies = [
17518 "anyhow",
17519 "clap",
17520 "collections",
17521 "gpui",
17522 "indexmap",
17523 "log",
17524 "palette",
17525 "serde",
17526 "serde_json",
17527 "serde_json_lenient",
17528 "simplelog",
17529 "strum 0.27.2",
17530 "theme",
17531 "vscode_theme",
17532]
17533
17534[[package]]
17535name = "theme_selector"
17536version = "0.1.0"
17537dependencies = [
17538 "fs",
17539 "fuzzy",
17540 "gpui",
17541 "log",
17542 "picker",
17543 "serde",
17544 "settings",
17545 "telemetry",
17546 "theme",
17547 "ui",
17548 "util",
17549 "workspace",
17550 "zed_actions",
17551]
17552
17553[[package]]
17554name = "thiserror"
17555version = "1.0.69"
17556source = "registry+https://github.com/rust-lang/crates.io-index"
17557checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17558dependencies = [
17559 "thiserror-impl 1.0.69",
17560]
17561
17562[[package]]
17563name = "thiserror"
17564version = "2.0.17"
17565source = "registry+https://github.com/rust-lang/crates.io-index"
17566checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17567dependencies = [
17568 "thiserror-impl 2.0.17",
17569]
17570
17571[[package]]
17572name = "thiserror-impl"
17573version = "1.0.69"
17574source = "registry+https://github.com/rust-lang/crates.io-index"
17575checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17576dependencies = [
17577 "proc-macro2",
17578 "quote",
17579 "syn 2.0.117",
17580]
17581
17582[[package]]
17583name = "thiserror-impl"
17584version = "2.0.17"
17585source = "registry+https://github.com/rust-lang/crates.io-index"
17586checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17587dependencies = [
17588 "proc-macro2",
17589 "quote",
17590 "syn 2.0.117",
17591]
17592
17593[[package]]
17594name = "thread_local"
17595version = "1.1.9"
17596source = "registry+https://github.com/rust-lang/crates.io-index"
17597checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17598dependencies = [
17599 "cfg-if",
17600]
17601
17602[[package]]
17603name = "tiff"
17604version = "0.10.3"
17605source = "registry+https://github.com/rust-lang/crates.io-index"
17606checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17607dependencies = [
17608 "fax",
17609 "flate2",
17610 "half",
17611 "quick-error 2.0.1",
17612 "weezl",
17613 "zune-jpeg",
17614]
17615
17616[[package]]
17617name = "tiktoken-rs"
17618version = "0.9.1"
17619source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17620dependencies = [
17621 "anyhow",
17622 "base64 0.22.1",
17623 "bstr",
17624 "fancy-regex 0.16.2",
17625 "lazy_static",
17626 "regex",
17627 "rustc-hash 1.1.0",
17628]
17629
17630[[package]]
17631name = "time"
17632version = "0.3.47"
17633source = "registry+https://github.com/rust-lang/crates.io-index"
17634checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17635dependencies = [
17636 "deranged",
17637 "itoa",
17638 "libc",
17639 "num-conv",
17640 "num_threads",
17641 "powerfmt",
17642 "serde_core",
17643 "time-core",
17644 "time-macros",
17645]
17646
17647[[package]]
17648name = "time-core"
17649version = "0.1.8"
17650source = "registry+https://github.com/rust-lang/crates.io-index"
17651checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17652
17653[[package]]
17654name = "time-macros"
17655version = "0.2.27"
17656source = "registry+https://github.com/rust-lang/crates.io-index"
17657checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17658dependencies = [
17659 "num-conv",
17660 "time-core",
17661]
17662
17663[[package]]
17664name = "time_format"
17665version = "0.1.0"
17666dependencies = [
17667 "core-foundation 0.10.0",
17668 "core-foundation-sys",
17669 "sys-locale",
17670 "time",
17671 "windows 0.61.3",
17672]
17673
17674[[package]]
17675name = "tiny-keccak"
17676version = "2.0.2"
17677source = "registry+https://github.com/rust-lang/crates.io-index"
17678checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17679dependencies = [
17680 "crunchy",
17681]
17682
17683[[package]]
17684name = "tiny-skia"
17685version = "0.11.4"
17686source = "registry+https://github.com/rust-lang/crates.io-index"
17687checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17688dependencies = [
17689 "arrayref",
17690 "arrayvec",
17691 "bytemuck",
17692 "cfg-if",
17693 "log",
17694 "png 0.17.16",
17695 "tiny-skia-path",
17696]
17697
17698[[package]]
17699name = "tiny-skia-path"
17700version = "0.11.4"
17701source = "registry+https://github.com/rust-lang/crates.io-index"
17702checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17703dependencies = [
17704 "arrayref",
17705 "bytemuck",
17706 "strict-num",
17707]
17708
17709[[package]]
17710name = "tiny_http"
17711version = "0.8.2"
17712source = "registry+https://github.com/rust-lang/crates.io-index"
17713checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
17714dependencies = [
17715 "ascii",
17716 "chrono",
17717 "chunked_transfer",
17718 "log",
17719 "url",
17720]
17721
17722[[package]]
17723name = "tinystr"
17724version = "0.8.1"
17725source = "registry+https://github.com/rust-lang/crates.io-index"
17726checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17727dependencies = [
17728 "displaydoc",
17729 "zerovec",
17730]
17731
17732[[package]]
17733name = "tinytemplate"
17734version = "1.2.1"
17735source = "registry+https://github.com/rust-lang/crates.io-index"
17736checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17737dependencies = [
17738 "serde",
17739 "serde_json",
17740]
17741
17742[[package]]
17743name = "tinyvec"
17744version = "1.10.0"
17745source = "registry+https://github.com/rust-lang/crates.io-index"
17746checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17747dependencies = [
17748 "tinyvec_macros",
17749]
17750
17751[[package]]
17752name = "tinyvec_macros"
17753version = "0.1.1"
17754source = "registry+https://github.com/rust-lang/crates.io-index"
17755checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17756
17757[[package]]
17758name = "title_bar"
17759version = "0.1.0"
17760dependencies = [
17761 "anyhow",
17762 "auto_update",
17763 "call",
17764 "channel",
17765 "chrono",
17766 "client",
17767 "cloud_api_types",
17768 "db",
17769 "feature_flags",
17770 "git_ui",
17771 "gpui",
17772 "icons",
17773 "livekit_client",
17774 "notifications",
17775 "platform_title_bar",
17776 "project",
17777 "recent_projects",
17778 "release_channel",
17779 "remote",
17780 "remote_connection",
17781 "rpc",
17782 "schemars",
17783 "semver",
17784 "serde",
17785 "settings",
17786 "smallvec",
17787 "story",
17788 "telemetry",
17789 "theme",
17790 "ui",
17791 "util",
17792 "windows 0.61.3",
17793 "workspace",
17794 "zed_actions",
17795]
17796
17797[[package]]
17798name = "tokio"
17799version = "1.48.0"
17800source = "registry+https://github.com/rust-lang/crates.io-index"
17801checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17802dependencies = [
17803 "bytes 1.11.1",
17804 "libc",
17805 "mio 1.1.0",
17806 "parking_lot",
17807 "pin-project-lite",
17808 "signal-hook-registry",
17809 "socket2 0.6.1",
17810 "tokio-macros",
17811 "windows-sys 0.61.2",
17812]
17813
17814[[package]]
17815name = "tokio-io"
17816version = "0.1.13"
17817source = "registry+https://github.com/rust-lang/crates.io-index"
17818checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17819dependencies = [
17820 "bytes 0.4.12",
17821 "futures 0.1.31",
17822 "log",
17823]
17824
17825[[package]]
17826name = "tokio-macros"
17827version = "2.6.0"
17828source = "registry+https://github.com/rust-lang/crates.io-index"
17829checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17830dependencies = [
17831 "proc-macro2",
17832 "quote",
17833 "syn 2.0.117",
17834]
17835
17836[[package]]
17837name = "tokio-native-tls"
17838version = "0.3.1"
17839source = "registry+https://github.com/rust-lang/crates.io-index"
17840checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17841dependencies = [
17842 "native-tls",
17843 "tokio",
17844]
17845
17846[[package]]
17847name = "tokio-rustls"
17848version = "0.24.1"
17849source = "registry+https://github.com/rust-lang/crates.io-index"
17850checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17851dependencies = [
17852 "rustls 0.21.12",
17853 "tokio",
17854]
17855
17856[[package]]
17857name = "tokio-rustls"
17858version = "0.26.2"
17859source = "registry+https://github.com/rust-lang/crates.io-index"
17860checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17861dependencies = [
17862 "rustls 0.23.33",
17863 "tokio",
17864]
17865
17866[[package]]
17867name = "tokio-socks"
17868version = "0.5.2"
17869source = "registry+https://github.com/rust-lang/crates.io-index"
17870checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17871dependencies = [
17872 "either",
17873 "futures-io",
17874 "futures-util",
17875 "thiserror 1.0.69",
17876 "tokio",
17877]
17878
17879[[package]]
17880name = "tokio-stream"
17881version = "0.1.17"
17882source = "registry+https://github.com/rust-lang/crates.io-index"
17883checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17884dependencies = [
17885 "futures-core",
17886 "pin-project-lite",
17887 "tokio",
17888]
17889
17890[[package]]
17891name = "tokio-tungstenite"
17892version = "0.20.1"
17893source = "registry+https://github.com/rust-lang/crates.io-index"
17894checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17895dependencies = [
17896 "futures-util",
17897 "log",
17898 "tokio",
17899 "tungstenite 0.20.1",
17900]
17901
17902[[package]]
17903name = "tokio-tungstenite"
17904version = "0.21.0"
17905source = "registry+https://github.com/rust-lang/crates.io-index"
17906checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17907dependencies = [
17908 "futures-util",
17909 "log",
17910 "tokio",
17911 "tungstenite 0.21.0",
17912]
17913
17914[[package]]
17915name = "tokio-tungstenite"
17916version = "0.28.0"
17917source = "registry+https://github.com/rust-lang/crates.io-index"
17918checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17919dependencies = [
17920 "futures-util",
17921 "log",
17922 "rustls 0.23.33",
17923 "rustls-native-certs 0.8.2",
17924 "rustls-pki-types",
17925 "tokio",
17926 "tokio-rustls 0.26.2",
17927 "tungstenite 0.28.0",
17928]
17929
17930[[package]]
17931name = "tokio-util"
17932version = "0.7.16"
17933source = "registry+https://github.com/rust-lang/crates.io-index"
17934checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17935dependencies = [
17936 "bytes 1.11.1",
17937 "futures-core",
17938 "futures-io",
17939 "futures-sink",
17940 "pin-project-lite",
17941 "tokio",
17942]
17943
17944[[package]]
17945name = "toml"
17946version = "0.5.11"
17947source = "registry+https://github.com/rust-lang/crates.io-index"
17948checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17949dependencies = [
17950 "serde",
17951]
17952
17953[[package]]
17954name = "toml"
17955version = "0.8.23"
17956source = "registry+https://github.com/rust-lang/crates.io-index"
17957checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17958dependencies = [
17959 "serde",
17960 "serde_spanned 0.6.9",
17961 "toml_datetime 0.6.11",
17962 "toml_edit 0.22.27",
17963]
17964
17965[[package]]
17966name = "toml"
17967version = "0.9.8"
17968source = "registry+https://github.com/rust-lang/crates.io-index"
17969checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17970dependencies = [
17971 "indexmap",
17972 "serde_core",
17973 "serde_spanned 1.0.3",
17974 "toml_datetime 0.7.3",
17975 "toml_parser",
17976 "toml_writer",
17977 "winnow",
17978]
17979
17980[[package]]
17981name = "toml_datetime"
17982version = "0.6.11"
17983source = "registry+https://github.com/rust-lang/crates.io-index"
17984checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17985dependencies = [
17986 "serde",
17987]
17988
17989[[package]]
17990name = "toml_datetime"
17991version = "0.7.3"
17992source = "registry+https://github.com/rust-lang/crates.io-index"
17993checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17994dependencies = [
17995 "serde_core",
17996]
17997
17998[[package]]
17999name = "toml_edit"
18000version = "0.22.27"
18001source = "registry+https://github.com/rust-lang/crates.io-index"
18002checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18003dependencies = [
18004 "indexmap",
18005 "serde",
18006 "serde_spanned 0.6.9",
18007 "toml_datetime 0.6.11",
18008 "toml_write",
18009 "winnow",
18010]
18011
18012[[package]]
18013name = "toml_edit"
18014version = "0.23.7"
18015source = "registry+https://github.com/rust-lang/crates.io-index"
18016checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18017dependencies = [
18018 "indexmap",
18019 "toml_datetime 0.7.3",
18020 "toml_parser",
18021 "winnow",
18022]
18023
18024[[package]]
18025name = "toml_parser"
18026version = "1.0.4"
18027source = "registry+https://github.com/rust-lang/crates.io-index"
18028checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18029dependencies = [
18030 "winnow",
18031]
18032
18033[[package]]
18034name = "toml_write"
18035version = "0.1.2"
18036source = "registry+https://github.com/rust-lang/crates.io-index"
18037checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18038
18039[[package]]
18040name = "toml_writer"
18041version = "1.0.4"
18042source = "registry+https://github.com/rust-lang/crates.io-index"
18043checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18044
18045[[package]]
18046name = "toolchain_selector"
18047version = "0.1.0"
18048dependencies = [
18049 "anyhow",
18050 "convert_case 0.8.0",
18051 "editor",
18052 "futures 0.3.31",
18053 "fuzzy",
18054 "gpui",
18055 "language",
18056 "menu",
18057 "open_path_prompt",
18058 "picker",
18059 "project",
18060 "ui",
18061 "util",
18062 "workspace",
18063]
18064
18065[[package]]
18066name = "topological-sort"
18067version = "0.2.2"
18068source = "registry+https://github.com/rust-lang/crates.io-index"
18069checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18070
18071[[package]]
18072name = "tower"
18073version = "0.4.13"
18074source = "registry+https://github.com/rust-lang/crates.io-index"
18075checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18076dependencies = [
18077 "futures-core",
18078 "futures-util",
18079 "pin-project",
18080 "pin-project-lite",
18081 "tokio",
18082 "tower-layer",
18083 "tower-service",
18084 "tracing",
18085]
18086
18087[[package]]
18088name = "tower"
18089version = "0.5.2"
18090source = "registry+https://github.com/rust-lang/crates.io-index"
18091checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18092dependencies = [
18093 "futures-core",
18094 "futures-util",
18095 "pin-project-lite",
18096 "sync_wrapper 1.0.2",
18097 "tokio",
18098 "tower-layer",
18099 "tower-service",
18100]
18101
18102[[package]]
18103name = "tower-http"
18104version = "0.4.4"
18105source = "registry+https://github.com/rust-lang/crates.io-index"
18106checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18107dependencies = [
18108 "bitflags 2.10.0",
18109 "bytes 1.11.1",
18110 "futures-core",
18111 "futures-util",
18112 "http 0.2.12",
18113 "http-body 0.4.6",
18114 "http-range-header",
18115 "pin-project-lite",
18116 "tower-layer",
18117 "tower-service",
18118 "tracing",
18119]
18120
18121[[package]]
18122name = "tower-http"
18123version = "0.6.6"
18124source = "registry+https://github.com/rust-lang/crates.io-index"
18125checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18126dependencies = [
18127 "bitflags 2.10.0",
18128 "bytes 1.11.1",
18129 "futures-util",
18130 "http 1.3.1",
18131 "http-body 1.0.1",
18132 "iri-string",
18133 "pin-project-lite",
18134 "tower 0.5.2",
18135 "tower-layer",
18136 "tower-service",
18137]
18138
18139[[package]]
18140name = "tower-layer"
18141version = "0.3.3"
18142source = "registry+https://github.com/rust-lang/crates.io-index"
18143checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18144
18145[[package]]
18146name = "tower-service"
18147version = "0.3.3"
18148source = "registry+https://github.com/rust-lang/crates.io-index"
18149checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18150
18151[[package]]
18152name = "tracing"
18153version = "0.1.43"
18154source = "registry+https://github.com/rust-lang/crates.io-index"
18155checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18156dependencies = [
18157 "log",
18158 "pin-project-lite",
18159 "tracing-attributes",
18160 "tracing-core",
18161]
18162
18163[[package]]
18164name = "tracing-attributes"
18165version = "0.1.31"
18166source = "registry+https://github.com/rust-lang/crates.io-index"
18167checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18168dependencies = [
18169 "proc-macro2",
18170 "quote",
18171 "syn 2.0.117",
18172]
18173
18174[[package]]
18175name = "tracing-core"
18176version = "0.1.35"
18177source = "registry+https://github.com/rust-lang/crates.io-index"
18178checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18179dependencies = [
18180 "once_cell",
18181 "valuable",
18182]
18183
18184[[package]]
18185name = "tracing-log"
18186version = "0.2.0"
18187source = "registry+https://github.com/rust-lang/crates.io-index"
18188checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18189dependencies = [
18190 "log",
18191 "once_cell",
18192 "tracing-core",
18193]
18194
18195[[package]]
18196name = "tracing-serde"
18197version = "0.2.0"
18198source = "registry+https://github.com/rust-lang/crates.io-index"
18199checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18200dependencies = [
18201 "serde",
18202 "tracing-core",
18203]
18204
18205[[package]]
18206name = "tracing-subscriber"
18207version = "0.3.22"
18208source = "registry+https://github.com/rust-lang/crates.io-index"
18209checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18210dependencies = [
18211 "matchers",
18212 "nu-ansi-term",
18213 "once_cell",
18214 "regex-automata",
18215 "serde",
18216 "serde_json",
18217 "sharded-slab",
18218 "smallvec",
18219 "thread_local",
18220 "tracing",
18221 "tracing-core",
18222 "tracing-log",
18223 "tracing-serde",
18224]
18225
18226[[package]]
18227name = "tracing-tracy"
18228version = "0.11.4"
18229source = "registry+https://github.com/rust-lang/crates.io-index"
18230checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18231dependencies = [
18232 "tracing-core",
18233 "tracing-subscriber",
18234 "tracy-client",
18235]
18236
18237[[package]]
18238name = "tracy-client"
18239version = "0.18.3"
18240source = "registry+https://github.com/rust-lang/crates.io-index"
18241checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18242dependencies = [
18243 "loom",
18244 "once_cell",
18245 "tracy-client-sys",
18246]
18247
18248[[package]]
18249name = "tracy-client-sys"
18250version = "0.27.0"
18251source = "registry+https://github.com/rust-lang/crates.io-index"
18252checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18253dependencies = [
18254 "cc",
18255 "windows-targets 0.52.6",
18256]
18257
18258[[package]]
18259name = "trait-variant"
18260version = "0.1.2"
18261source = "registry+https://github.com/rust-lang/crates.io-index"
18262checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18263dependencies = [
18264 "proc-macro2",
18265 "quote",
18266 "syn 2.0.117",
18267]
18268
18269[[package]]
18270name = "transpose"
18271version = "0.2.3"
18272source = "registry+https://github.com/rust-lang/crates.io-index"
18273checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18274dependencies = [
18275 "num-integer",
18276 "strength_reduce",
18277]
18278
18279[[package]]
18280name = "tree-sitter"
18281version = "0.26.3"
18282source = "registry+https://github.com/rust-lang/crates.io-index"
18283checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18284dependencies = [
18285 "cc",
18286 "regex",
18287 "regex-syntax",
18288 "serde_json",
18289 "streaming-iterator",
18290 "tree-sitter-language",
18291 "wasmtime-c-api-impl",
18292]
18293
18294[[package]]
18295name = "tree-sitter-bash"
18296version = "0.25.1"
18297source = "registry+https://github.com/rust-lang/crates.io-index"
18298checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18299dependencies = [
18300 "cc",
18301 "tree-sitter-language",
18302]
18303
18304[[package]]
18305name = "tree-sitter-c"
18306version = "0.24.1"
18307source = "registry+https://github.com/rust-lang/crates.io-index"
18308checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18309dependencies = [
18310 "cc",
18311 "tree-sitter-language",
18312]
18313
18314[[package]]
18315name = "tree-sitter-cpp"
18316version = "0.23.4"
18317source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18318dependencies = [
18319 "cc",
18320 "tree-sitter-language",
18321]
18322
18323[[package]]
18324name = "tree-sitter-css"
18325version = "0.23.2"
18326source = "registry+https://github.com/rust-lang/crates.io-index"
18327checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18328dependencies = [
18329 "cc",
18330 "tree-sitter-language",
18331]
18332
18333[[package]]
18334name = "tree-sitter-diff"
18335version = "0.1.0"
18336source = "registry+https://github.com/rust-lang/crates.io-index"
18337checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18338dependencies = [
18339 "cc",
18340 "tree-sitter-language",
18341]
18342
18343[[package]]
18344name = "tree-sitter-elixir"
18345version = "0.3.4"
18346source = "registry+https://github.com/rust-lang/crates.io-index"
18347checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18348dependencies = [
18349 "cc",
18350 "tree-sitter-language",
18351]
18352
18353[[package]]
18354name = "tree-sitter-embedded-template"
18355version = "0.23.2"
18356source = "registry+https://github.com/rust-lang/crates.io-index"
18357checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18358dependencies = [
18359 "cc",
18360 "tree-sitter-language",
18361]
18362
18363[[package]]
18364name = "tree-sitter-gitcommit"
18365version = "0.0.1"
18366source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18367dependencies = [
18368 "cc",
18369 "tree-sitter-language",
18370]
18371
18372[[package]]
18373name = "tree-sitter-go"
18374version = "0.25.0"
18375source = "registry+https://github.com/rust-lang/crates.io-index"
18376checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18377dependencies = [
18378 "cc",
18379 "tree-sitter-language",
18380]
18381
18382[[package]]
18383name = "tree-sitter-gomod"
18384version = "1.1.1"
18385source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18386dependencies = [
18387 "cc",
18388 "tree-sitter-language",
18389]
18390
18391[[package]]
18392name = "tree-sitter-gowork"
18393version = "0.0.1"
18394source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18395dependencies = [
18396 "cc",
18397 "tree-sitter-language",
18398]
18399
18400[[package]]
18401name = "tree-sitter-heex"
18402version = "0.0.1"
18403source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18404dependencies = [
18405 "cc",
18406 "tree-sitter-language",
18407]
18408
18409[[package]]
18410name = "tree-sitter-html"
18411version = "0.23.2"
18412source = "registry+https://github.com/rust-lang/crates.io-index"
18413checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18414dependencies = [
18415 "cc",
18416 "tree-sitter-language",
18417]
18418
18419[[package]]
18420name = "tree-sitter-jsdoc"
18421version = "0.23.2"
18422source = "registry+https://github.com/rust-lang/crates.io-index"
18423checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18424dependencies = [
18425 "cc",
18426 "tree-sitter-language",
18427]
18428
18429[[package]]
18430name = "tree-sitter-json"
18431version = "0.24.8"
18432source = "registry+https://github.com/rust-lang/crates.io-index"
18433checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18434dependencies = [
18435 "cc",
18436 "tree-sitter-language",
18437]
18438
18439[[package]]
18440name = "tree-sitter-language"
18441version = "0.1.5"
18442source = "registry+https://github.com/rust-lang/crates.io-index"
18443checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18444
18445[[package]]
18446name = "tree-sitter-md"
18447version = "0.3.2"
18448source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18449dependencies = [
18450 "cc",
18451 "tree-sitter-language",
18452]
18453
18454[[package]]
18455name = "tree-sitter-python"
18456version = "0.25.0"
18457source = "registry+https://github.com/rust-lang/crates.io-index"
18458checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18459dependencies = [
18460 "cc",
18461 "tree-sitter-language",
18462]
18463
18464[[package]]
18465name = "tree-sitter-regex"
18466version = "0.24.3"
18467source = "registry+https://github.com/rust-lang/crates.io-index"
18468checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18469dependencies = [
18470 "cc",
18471 "tree-sitter-language",
18472]
18473
18474[[package]]
18475name = "tree-sitter-ruby"
18476version = "0.23.1"
18477source = "registry+https://github.com/rust-lang/crates.io-index"
18478checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18479dependencies = [
18480 "cc",
18481 "tree-sitter-language",
18482]
18483
18484[[package]]
18485name = "tree-sitter-rust"
18486version = "0.24.0"
18487source = "registry+https://github.com/rust-lang/crates.io-index"
18488checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
18489dependencies = [
18490 "cc",
18491 "tree-sitter-language",
18492]
18493
18494[[package]]
18495name = "tree-sitter-typescript"
18496version = "0.23.2"
18497source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18498dependencies = [
18499 "cc",
18500 "tree-sitter-language",
18501]
18502
18503[[package]]
18504name = "tree-sitter-yaml"
18505version = "0.6.1"
18506source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18507dependencies = [
18508 "cc",
18509 "tree-sitter-language",
18510]
18511
18512[[package]]
18513name = "triomphe"
18514version = "0.1.15"
18515source = "registry+https://github.com/rust-lang/crates.io-index"
18516checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18517dependencies = [
18518 "serde",
18519 "stable_deref_trait",
18520]
18521
18522[[package]]
18523name = "try-lock"
18524version = "0.2.5"
18525source = "registry+https://github.com/rust-lang/crates.io-index"
18526checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18527
18528[[package]]
18529name = "ttf-parser"
18530version = "0.20.0"
18531source = "registry+https://github.com/rust-lang/crates.io-index"
18532checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18533
18534[[package]]
18535name = "ttf-parser"
18536version = "0.25.1"
18537source = "registry+https://github.com/rust-lang/crates.io-index"
18538checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18539dependencies = [
18540 "core_maths",
18541]
18542
18543[[package]]
18544name = "tungstenite"
18545version = "0.20.1"
18546source = "registry+https://github.com/rust-lang/crates.io-index"
18547checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18548dependencies = [
18549 "byteorder",
18550 "bytes 1.11.1",
18551 "data-encoding",
18552 "http 0.2.12",
18553 "httparse",
18554 "log",
18555 "rand 0.8.5",
18556 "sha1",
18557 "thiserror 1.0.69",
18558 "url",
18559 "utf-8",
18560]
18561
18562[[package]]
18563name = "tungstenite"
18564version = "0.21.0"
18565source = "registry+https://github.com/rust-lang/crates.io-index"
18566checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18567dependencies = [
18568 "byteorder",
18569 "bytes 1.11.1",
18570 "data-encoding",
18571 "http 1.3.1",
18572 "httparse",
18573 "log",
18574 "rand 0.8.5",
18575 "sha1",
18576 "thiserror 1.0.69",
18577 "url",
18578 "utf-8",
18579]
18580
18581[[package]]
18582name = "tungstenite"
18583version = "0.27.0"
18584source = "registry+https://github.com/rust-lang/crates.io-index"
18585checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18586dependencies = [
18587 "bytes 1.11.1",
18588 "data-encoding",
18589 "http 1.3.1",
18590 "httparse",
18591 "log",
18592 "rand 0.9.2",
18593 "rustls 0.23.33",
18594 "rustls-pki-types",
18595 "sha1",
18596 "thiserror 2.0.17",
18597 "utf-8",
18598]
18599
18600[[package]]
18601name = "tungstenite"
18602version = "0.28.0"
18603source = "registry+https://github.com/rust-lang/crates.io-index"
18604checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18605dependencies = [
18606 "bytes 1.11.1",
18607 "data-encoding",
18608 "http 1.3.1",
18609 "httparse",
18610 "log",
18611 "rand 0.9.2",
18612 "rustls 0.23.33",
18613 "rustls-pki-types",
18614 "sha1",
18615 "thiserror 2.0.17",
18616 "utf-8",
18617]
18618
18619[[package]]
18620name = "typeid"
18621version = "1.0.3"
18622source = "registry+https://github.com/rust-lang/crates.io-index"
18623checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18624
18625[[package]]
18626name = "typenum"
18627version = "1.19.0"
18628source = "registry+https://github.com/rust-lang/crates.io-index"
18629checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18630
18631[[package]]
18632name = "ucd-trie"
18633version = "0.1.7"
18634source = "registry+https://github.com/rust-lang/crates.io-index"
18635checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18636
18637[[package]]
18638name = "uds"
18639version = "0.4.2"
18640source = "registry+https://github.com/rust-lang/crates.io-index"
18641checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18642dependencies = [
18643 "libc",
18644]
18645
18646[[package]]
18647name = "uds_windows"
18648version = "1.1.0"
18649source = "registry+https://github.com/rust-lang/crates.io-index"
18650checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18651dependencies = [
18652 "memoffset",
18653 "tempfile",
18654 "winapi",
18655]
18656
18657[[package]]
18658name = "ug"
18659version = "0.4.0"
18660source = "registry+https://github.com/rust-lang/crates.io-index"
18661checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18662dependencies = [
18663 "gemm 0.18.2",
18664 "half",
18665 "libloading",
18666 "memmap2",
18667 "num",
18668 "num-traits",
18669 "num_cpus",
18670 "rayon",
18671 "safetensors",
18672 "serde",
18673 "thiserror 1.0.69",
18674 "tracing",
18675 "yoke 0.7.5",
18676]
18677
18678[[package]]
18679name = "ui"
18680version = "0.1.0"
18681dependencies = [
18682 "chrono",
18683 "component",
18684 "documented",
18685 "gpui",
18686 "gpui_macros",
18687 "icons",
18688 "itertools 0.14.0",
18689 "menu",
18690 "schemars",
18691 "serde",
18692 "settings",
18693 "smallvec",
18694 "story",
18695 "strum 0.27.2",
18696 "theme",
18697 "ui_macros",
18698 "util",
18699 "windows 0.61.3",
18700]
18701
18702[[package]]
18703name = "ui_input"
18704version = "0.1.0"
18705dependencies = [
18706 "component",
18707 "gpui",
18708 "ui",
18709]
18710
18711[[package]]
18712name = "ui_macros"
18713version = "0.1.0"
18714dependencies = [
18715 "component",
18716 "quote",
18717 "syn 2.0.117",
18718 "ui",
18719]
18720
18721[[package]]
18722name = "ui_prompt"
18723version = "0.1.0"
18724dependencies = [
18725 "gpui",
18726 "markdown",
18727 "menu",
18728 "settings",
18729 "theme",
18730 "ui",
18731 "workspace",
18732]
18733
18734[[package]]
18735name = "unarray"
18736version = "0.1.4"
18737source = "registry+https://github.com/rust-lang/crates.io-index"
18738checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18739
18740[[package]]
18741name = "unicase"
18742version = "2.8.1"
18743source = "registry+https://github.com/rust-lang/crates.io-index"
18744checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18745
18746[[package]]
18747name = "unicode-bidi"
18748version = "0.3.18"
18749source = "registry+https://github.com/rust-lang/crates.io-index"
18750checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18751
18752[[package]]
18753name = "unicode-bidi-mirroring"
18754version = "0.4.0"
18755source = "registry+https://github.com/rust-lang/crates.io-index"
18756checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18757
18758[[package]]
18759name = "unicode-ccc"
18760version = "0.4.0"
18761source = "registry+https://github.com/rust-lang/crates.io-index"
18762checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18763
18764[[package]]
18765name = "unicode-general-category"
18766version = "1.1.0"
18767source = "registry+https://github.com/rust-lang/crates.io-index"
18768checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18769
18770[[package]]
18771name = "unicode-ident"
18772version = "1.0.19"
18773source = "registry+https://github.com/rust-lang/crates.io-index"
18774checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18775
18776[[package]]
18777name = "unicode-linebreak"
18778version = "0.1.5"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18781
18782[[package]]
18783name = "unicode-normalization"
18784version = "0.1.24"
18785source = "registry+https://github.com/rust-lang/crates.io-index"
18786checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18787dependencies = [
18788 "tinyvec",
18789]
18790
18791[[package]]
18792name = "unicode-properties"
18793version = "0.1.3"
18794source = "registry+https://github.com/rust-lang/crates.io-index"
18795checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18796
18797[[package]]
18798name = "unicode-script"
18799version = "0.5.8"
18800source = "registry+https://github.com/rust-lang/crates.io-index"
18801checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18802
18803[[package]]
18804name = "unicode-segmentation"
18805version = "1.12.0"
18806source = "registry+https://github.com/rust-lang/crates.io-index"
18807checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18808
18809[[package]]
18810name = "unicode-vo"
18811version = "0.1.0"
18812source = "registry+https://github.com/rust-lang/crates.io-index"
18813checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18814
18815[[package]]
18816name = "unicode-width"
18817version = "0.2.2"
18818source = "registry+https://github.com/rust-lang/crates.io-index"
18819checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18820
18821[[package]]
18822name = "unicode-xid"
18823version = "0.2.6"
18824source = "registry+https://github.com/rust-lang/crates.io-index"
18825checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18826
18827[[package]]
18828name = "unicode_categories"
18829version = "0.1.1"
18830source = "registry+https://github.com/rust-lang/crates.io-index"
18831checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18832
18833[[package]]
18834name = "unindent"
18835version = "0.2.4"
18836source = "registry+https://github.com/rust-lang/crates.io-index"
18837checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18838
18839[[package]]
18840name = "unsafe-libyaml"
18841version = "0.2.11"
18842source = "registry+https://github.com/rust-lang/crates.io-index"
18843checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18844
18845[[package]]
18846name = "untrusted"
18847version = "0.7.1"
18848source = "registry+https://github.com/rust-lang/crates.io-index"
18849checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18850
18851[[package]]
18852name = "untrusted"
18853version = "0.9.0"
18854source = "registry+https://github.com/rust-lang/crates.io-index"
18855checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18856
18857[[package]]
18858name = "url"
18859version = "2.5.7"
18860source = "registry+https://github.com/rust-lang/crates.io-index"
18861checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18862dependencies = [
18863 "form_urlencoded",
18864 "idna",
18865 "percent-encoding",
18866 "serde",
18867]
18868
18869[[package]]
18870name = "urlencoding"
18871version = "2.1.3"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18874
18875[[package]]
18876name = "usvg"
18877version = "0.45.1"
18878source = "registry+https://github.com/rust-lang/crates.io-index"
18879checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18880dependencies = [
18881 "base64 0.22.1",
18882 "data-url",
18883 "flate2",
18884 "fontdb 0.23.0",
18885 "imagesize",
18886 "kurbo",
18887 "log",
18888 "pico-args",
18889 "roxmltree",
18890 "rustybuzz",
18891 "simplecss",
18892 "siphasher 1.0.1",
18893 "strict-num",
18894 "svgtypes",
18895 "tiny-skia-path",
18896 "unicode-bidi",
18897 "unicode-script",
18898 "unicode-vo",
18899 "xmlwriter",
18900]
18901
18902[[package]]
18903name = "utf-8"
18904version = "0.7.6"
18905source = "registry+https://github.com/rust-lang/crates.io-index"
18906checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18907
18908[[package]]
18909name = "utf8-chars"
18910version = "3.0.6"
18911source = "registry+https://github.com/rust-lang/crates.io-index"
18912checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18913dependencies = [
18914 "arrayvec",
18915]
18916
18917[[package]]
18918name = "utf8_iter"
18919version = "1.0.4"
18920source = "registry+https://github.com/rust-lang/crates.io-index"
18921checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18922
18923[[package]]
18924name = "utf8parse"
18925version = "0.2.2"
18926source = "registry+https://github.com/rust-lang/crates.io-index"
18927checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18928
18929[[package]]
18930name = "util"
18931version = "0.1.0"
18932dependencies = [
18933 "anyhow",
18934 "async-fs",
18935 "async_zip",
18936 "collections",
18937 "command-fds",
18938 "dirs 4.0.0",
18939 "dunce",
18940 "futures 0.3.31",
18941 "futures-lite 1.13.0",
18942 "git2",
18943 "globset",
18944 "gpui_util",
18945 "itertools 0.14.0",
18946 "libc",
18947 "log",
18948 "mach2 0.5.0",
18949 "nix 0.29.0",
18950 "percent-encoding",
18951 "pretty_assertions",
18952 "rand 0.9.2",
18953 "regex",
18954 "rust-embed",
18955 "schemars",
18956 "serde",
18957 "serde_json",
18958 "serde_json_lenient",
18959 "shlex",
18960 "smol",
18961 "take-until",
18962 "tempfile",
18963 "tendril",
18964 "unicase",
18965 "url",
18966 "util_macros",
18967 "walkdir",
18968 "which 6.0.3",
18969]
18970
18971[[package]]
18972name = "util_macros"
18973version = "0.1.0"
18974dependencies = [
18975 "perf",
18976 "quote",
18977 "syn 2.0.117",
18978]
18979
18980[[package]]
18981name = "uuid"
18982version = "1.18.1"
18983source = "registry+https://github.com/rust-lang/crates.io-index"
18984checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18985dependencies = [
18986 "getrandom 0.3.4",
18987 "js-sys",
18988 "serde",
18989 "sha1_smol",
18990 "wasm-bindgen",
18991]
18992
18993[[package]]
18994name = "uuid-simd"
18995version = "0.8.0"
18996source = "registry+https://github.com/rust-lang/crates.io-index"
18997checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18998dependencies = [
18999 "outref",
19000 "vsimd",
19001]
19002
19003[[package]]
19004name = "v_frame"
19005version = "0.3.9"
19006source = "registry+https://github.com/rust-lang/crates.io-index"
19007checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19008dependencies = [
19009 "aligned-vec",
19010 "num-traits",
19011 "wasm-bindgen",
19012]
19013
19014[[package]]
19015name = "valuable"
19016version = "0.1.1"
19017source = "registry+https://github.com/rust-lang/crates.io-index"
19018checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19019
19020[[package]]
19021name = "value-bag"
19022version = "1.12.0"
19023source = "registry+https://github.com/rust-lang/crates.io-index"
19024checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19025dependencies = [
19026 "value-bag-serde1",
19027 "value-bag-sval2",
19028]
19029
19030[[package]]
19031name = "value-bag-serde1"
19032version = "1.12.0"
19033source = "registry+https://github.com/rust-lang/crates.io-index"
19034checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19035dependencies = [
19036 "erased-serde",
19037 "serde_core",
19038 "serde_fmt",
19039]
19040
19041[[package]]
19042name = "value-bag-sval2"
19043version = "1.12.0"
19044source = "registry+https://github.com/rust-lang/crates.io-index"
19045checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19046dependencies = [
19047 "sval",
19048 "sval_buffer",
19049 "sval_dynamic",
19050 "sval_fmt",
19051 "sval_json",
19052 "sval_ref",
19053 "sval_serde",
19054]
19055
19056[[package]]
19057name = "vcpkg"
19058version = "0.2.15"
19059source = "registry+https://github.com/rust-lang/crates.io-index"
19060checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19061
19062[[package]]
19063name = "vercel"
19064version = "0.1.0"
19065dependencies = [
19066 "anyhow",
19067 "schemars",
19068 "serde",
19069 "strum 0.27.2",
19070]
19071
19072[[package]]
19073name = "version-compare"
19074version = "0.2.0"
19075source = "registry+https://github.com/rust-lang/crates.io-index"
19076checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19077
19078[[package]]
19079name = "version_check"
19080version = "0.9.5"
19081source = "registry+https://github.com/rust-lang/crates.io-index"
19082checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19083
19084[[package]]
19085name = "vim"
19086version = "0.1.0"
19087dependencies = [
19088 "anyhow",
19089 "async-compat",
19090 "async-trait",
19091 "collections",
19092 "command_palette",
19093 "command_palette_hooks",
19094 "db",
19095 "editor",
19096 "env_logger 0.11.8",
19097 "futures 0.3.31",
19098 "fuzzy",
19099 "git_ui",
19100 "gpui",
19101 "indoc",
19102 "itertools 0.14.0",
19103 "language",
19104 "log",
19105 "lsp",
19106 "markdown_preview",
19107 "menu",
19108 "multi_buffer",
19109 "nvim-rs",
19110 "outline_panel",
19111 "parking_lot",
19112 "perf",
19113 "picker",
19114 "project",
19115 "project_panel",
19116 "regex",
19117 "release_channel",
19118 "schemars",
19119 "search",
19120 "semver",
19121 "serde",
19122 "serde_json",
19123 "settings",
19124 "settings_ui",
19125 "task",
19126 "text",
19127 "theme",
19128 "tokio",
19129 "ui",
19130 "util",
19131 "util_macros",
19132 "vim_mode_setting",
19133 "workspace",
19134 "zed_actions",
19135]
19136
19137[[package]]
19138name = "vim_mode_setting"
19139version = "0.1.0"
19140dependencies = [
19141 "settings",
19142]
19143
19144[[package]]
19145name = "vscode_theme"
19146version = "0.2.0"
19147source = "registry+https://github.com/rust-lang/crates.io-index"
19148checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19149dependencies = [
19150 "serde",
19151]
19152
19153[[package]]
19154name = "vsimd"
19155version = "0.8.0"
19156source = "registry+https://github.com/rust-lang/crates.io-index"
19157checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19158
19159[[package]]
19160name = "vswhom"
19161version = "0.1.0"
19162source = "registry+https://github.com/rust-lang/crates.io-index"
19163checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19164dependencies = [
19165 "libc",
19166 "vswhom-sys",
19167]
19168
19169[[package]]
19170name = "vswhom-sys"
19171version = "0.1.3"
19172source = "registry+https://github.com/rust-lang/crates.io-index"
19173checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19174dependencies = [
19175 "cc",
19176 "libc",
19177]
19178
19179[[package]]
19180name = "vte"
19181version = "0.15.0"
19182source = "registry+https://github.com/rust-lang/crates.io-index"
19183checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19184dependencies = [
19185 "arrayvec",
19186 "bitflags 2.10.0",
19187 "cursor-icon",
19188 "log",
19189 "memchr",
19190 "serde",
19191]
19192
19193[[package]]
19194name = "wait-timeout"
19195version = "0.2.1"
19196source = "registry+https://github.com/rust-lang/crates.io-index"
19197checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19198dependencies = [
19199 "libc",
19200]
19201
19202[[package]]
19203name = "waker-fn"
19204version = "1.2.0"
19205source = "registry+https://github.com/rust-lang/crates.io-index"
19206checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19207
19208[[package]]
19209name = "walkdir"
19210version = "2.5.0"
19211source = "registry+https://github.com/rust-lang/crates.io-index"
19212checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19213dependencies = [
19214 "same-file",
19215 "winapi-util",
19216]
19217
19218[[package]]
19219name = "want"
19220version = "0.3.1"
19221source = "registry+https://github.com/rust-lang/crates.io-index"
19222checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19223dependencies = [
19224 "try-lock",
19225]
19226
19227[[package]]
19228name = "warp"
19229version = "0.3.7"
19230source = "registry+https://github.com/rust-lang/crates.io-index"
19231checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19232dependencies = [
19233 "bytes 1.11.1",
19234 "futures-channel",
19235 "futures-util",
19236 "headers",
19237 "http 0.2.12",
19238 "hyper 0.14.32",
19239 "log",
19240 "mime",
19241 "mime_guess",
19242 "percent-encoding",
19243 "pin-project",
19244 "scoped-tls",
19245 "serde",
19246 "serde_json",
19247 "serde_urlencoded",
19248 "tokio",
19249 "tokio-tungstenite 0.21.0",
19250 "tokio-util",
19251 "tower-service",
19252 "tracing",
19253]
19254
19255[[package]]
19256name = "wasi"
19257version = "0.11.1+wasi-snapshot-preview1"
19258source = "registry+https://github.com/rust-lang/crates.io-index"
19259checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19260
19261[[package]]
19262name = "wasip2"
19263version = "1.0.1+wasi-0.2.4"
19264source = "registry+https://github.com/rust-lang/crates.io-index"
19265checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19266dependencies = [
19267 "wit-bindgen 0.46.0",
19268]
19269
19270[[package]]
19271name = "wasip3"
19272version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19273source = "registry+https://github.com/rust-lang/crates.io-index"
19274checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19275dependencies = [
19276 "wit-bindgen 0.51.0",
19277]
19278
19279[[package]]
19280name = "wasite"
19281version = "0.1.0"
19282source = "registry+https://github.com/rust-lang/crates.io-index"
19283checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19284
19285[[package]]
19286name = "wasm-bindgen"
19287version = "0.2.113"
19288source = "registry+https://github.com/rust-lang/crates.io-index"
19289checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19290dependencies = [
19291 "cfg-if",
19292 "once_cell",
19293 "rustversion",
19294 "wasm-bindgen-macro",
19295 "wasm-bindgen-shared",
19296]
19297
19298[[package]]
19299name = "wasm-bindgen-futures"
19300version = "0.4.63"
19301source = "registry+https://github.com/rust-lang/crates.io-index"
19302checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19303dependencies = [
19304 "cfg-if",
19305 "futures-util",
19306 "js-sys",
19307 "once_cell",
19308 "wasm-bindgen",
19309 "web-sys",
19310]
19311
19312[[package]]
19313name = "wasm-bindgen-macro"
19314version = "0.2.113"
19315source = "registry+https://github.com/rust-lang/crates.io-index"
19316checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19317dependencies = [
19318 "quote",
19319 "wasm-bindgen-macro-support",
19320]
19321
19322[[package]]
19323name = "wasm-bindgen-macro-support"
19324version = "0.2.113"
19325source = "registry+https://github.com/rust-lang/crates.io-index"
19326checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19327dependencies = [
19328 "bumpalo",
19329 "proc-macro2",
19330 "quote",
19331 "syn 2.0.117",
19332 "wasm-bindgen-shared",
19333]
19334
19335[[package]]
19336name = "wasm-bindgen-shared"
19337version = "0.2.113"
19338source = "registry+https://github.com/rust-lang/crates.io-index"
19339checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19340dependencies = [
19341 "unicode-ident",
19342]
19343
19344[[package]]
19345name = "wasm-encoder"
19346version = "0.201.0"
19347source = "registry+https://github.com/rust-lang/crates.io-index"
19348checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19349dependencies = [
19350 "leb128",
19351]
19352
19353[[package]]
19354name = "wasm-encoder"
19355version = "0.221.3"
19356source = "registry+https://github.com/rust-lang/crates.io-index"
19357checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19358dependencies = [
19359 "leb128",
19360 "wasmparser 0.221.3",
19361]
19362
19363[[package]]
19364name = "wasm-encoder"
19365version = "0.227.1"
19366source = "registry+https://github.com/rust-lang/crates.io-index"
19367checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19368dependencies = [
19369 "leb128fmt",
19370 "wasmparser 0.227.1",
19371]
19372
19373[[package]]
19374name = "wasm-encoder"
19375version = "0.229.0"
19376source = "registry+https://github.com/rust-lang/crates.io-index"
19377checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19378dependencies = [
19379 "leb128fmt",
19380 "wasmparser 0.229.0",
19381]
19382
19383[[package]]
19384name = "wasm-encoder"
19385version = "0.244.0"
19386source = "registry+https://github.com/rust-lang/crates.io-index"
19387checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19388dependencies = [
19389 "leb128fmt",
19390 "wasmparser 0.244.0",
19391]
19392
19393[[package]]
19394name = "wasm-metadata"
19395version = "0.201.0"
19396source = "registry+https://github.com/rust-lang/crates.io-index"
19397checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19398dependencies = [
19399 "anyhow",
19400 "indexmap",
19401 "serde",
19402 "serde_derive",
19403 "serde_json",
19404 "spdx",
19405 "wasm-encoder 0.201.0",
19406 "wasmparser 0.201.0",
19407]
19408
19409[[package]]
19410name = "wasm-metadata"
19411version = "0.227.1"
19412source = "registry+https://github.com/rust-lang/crates.io-index"
19413checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19414dependencies = [
19415 "anyhow",
19416 "auditable-serde",
19417 "flate2",
19418 "indexmap",
19419 "serde",
19420 "serde_derive",
19421 "serde_json",
19422 "spdx",
19423 "url",
19424 "wasm-encoder 0.227.1",
19425 "wasmparser 0.227.1",
19426]
19427
19428[[package]]
19429name = "wasm-metadata"
19430version = "0.244.0"
19431source = "registry+https://github.com/rust-lang/crates.io-index"
19432checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19433dependencies = [
19434 "anyhow",
19435 "indexmap",
19436 "wasm-encoder 0.244.0",
19437 "wasmparser 0.244.0",
19438]
19439
19440[[package]]
19441name = "wasm-streams"
19442version = "0.4.2"
19443source = "registry+https://github.com/rust-lang/crates.io-index"
19444checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19445dependencies = [
19446 "futures-util",
19447 "js-sys",
19448 "wasm-bindgen",
19449 "wasm-bindgen-futures",
19450 "web-sys",
19451]
19452
19453[[package]]
19454name = "wasm_thread"
19455version = "0.3.3"
19456source = "registry+https://github.com/rust-lang/crates.io-index"
19457checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19458dependencies = [
19459 "futures 0.3.31",
19460 "js-sys",
19461 "wasm-bindgen",
19462 "web-sys",
19463]
19464
19465[[package]]
19466name = "wasmparser"
19467version = "0.201.0"
19468source = "registry+https://github.com/rust-lang/crates.io-index"
19469checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19470dependencies = [
19471 "bitflags 2.10.0",
19472 "indexmap",
19473 "semver",
19474]
19475
19476[[package]]
19477name = "wasmparser"
19478version = "0.221.3"
19479source = "registry+https://github.com/rust-lang/crates.io-index"
19480checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19481dependencies = [
19482 "bitflags 2.10.0",
19483 "hashbrown 0.15.5",
19484 "indexmap",
19485 "semver",
19486 "serde",
19487]
19488
19489[[package]]
19490name = "wasmparser"
19491version = "0.227.1"
19492source = "registry+https://github.com/rust-lang/crates.io-index"
19493checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19494dependencies = [
19495 "bitflags 2.10.0",
19496 "hashbrown 0.15.5",
19497 "indexmap",
19498 "semver",
19499]
19500
19501[[package]]
19502name = "wasmparser"
19503version = "0.229.0"
19504source = "registry+https://github.com/rust-lang/crates.io-index"
19505checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19506dependencies = [
19507 "bitflags 2.10.0",
19508 "hashbrown 0.15.5",
19509 "indexmap",
19510 "semver",
19511 "serde",
19512]
19513
19514[[package]]
19515name = "wasmparser"
19516version = "0.244.0"
19517source = "registry+https://github.com/rust-lang/crates.io-index"
19518checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19519dependencies = [
19520 "bitflags 2.10.0",
19521 "hashbrown 0.15.5",
19522 "indexmap",
19523 "semver",
19524]
19525
19526[[package]]
19527name = "wasmprinter"
19528version = "0.229.0"
19529source = "registry+https://github.com/rust-lang/crates.io-index"
19530checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19531dependencies = [
19532 "anyhow",
19533 "termcolor",
19534 "wasmparser 0.229.0",
19535]
19536
19537[[package]]
19538name = "wasmtime"
19539version = "33.0.2"
19540source = "registry+https://github.com/rust-lang/crates.io-index"
19541checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19542dependencies = [
19543 "addr2line 0.24.2",
19544 "anyhow",
19545 "async-trait",
19546 "bitflags 2.10.0",
19547 "bumpalo",
19548 "cc",
19549 "cfg-if",
19550 "encoding_rs",
19551 "hashbrown 0.15.5",
19552 "indexmap",
19553 "libc",
19554 "log",
19555 "mach2 0.4.3",
19556 "memfd",
19557 "object 0.36.7",
19558 "once_cell",
19559 "postcard",
19560 "psm",
19561 "pulley-interpreter",
19562 "rayon",
19563 "rustix 1.1.2",
19564 "semver",
19565 "serde",
19566 "serde_derive",
19567 "smallvec",
19568 "sptr",
19569 "target-lexicon 0.13.3",
19570 "trait-variant",
19571 "wasmparser 0.229.0",
19572 "wasmtime-asm-macros",
19573 "wasmtime-component-macro",
19574 "wasmtime-component-util",
19575 "wasmtime-cranelift",
19576 "wasmtime-environ",
19577 "wasmtime-fiber",
19578 "wasmtime-jit-icache-coherence",
19579 "wasmtime-math",
19580 "wasmtime-slab",
19581 "wasmtime-versioned-export-macros",
19582 "wasmtime-winch",
19583 "windows-sys 0.59.0",
19584]
19585
19586[[package]]
19587name = "wasmtime-asm-macros"
19588version = "33.0.2"
19589source = "registry+https://github.com/rust-lang/crates.io-index"
19590checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19591dependencies = [
19592 "cfg-if",
19593]
19594
19595[[package]]
19596name = "wasmtime-c-api-impl"
19597version = "33.0.2"
19598source = "registry+https://github.com/rust-lang/crates.io-index"
19599checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19600dependencies = [
19601 "anyhow",
19602 "log",
19603 "tracing",
19604 "wasmtime",
19605 "wasmtime-c-api-macros",
19606]
19607
19608[[package]]
19609name = "wasmtime-c-api-macros"
19610version = "33.0.2"
19611source = "registry+https://github.com/rust-lang/crates.io-index"
19612checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19613dependencies = [
19614 "proc-macro2",
19615 "quote",
19616]
19617
19618[[package]]
19619name = "wasmtime-component-macro"
19620version = "33.0.2"
19621source = "registry+https://github.com/rust-lang/crates.io-index"
19622checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19623dependencies = [
19624 "anyhow",
19625 "proc-macro2",
19626 "quote",
19627 "syn 2.0.117",
19628 "wasmtime-component-util",
19629 "wasmtime-wit-bindgen",
19630 "wit-parser 0.229.0",
19631]
19632
19633[[package]]
19634name = "wasmtime-component-util"
19635version = "33.0.2"
19636source = "registry+https://github.com/rust-lang/crates.io-index"
19637checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19638
19639[[package]]
19640name = "wasmtime-cranelift"
19641version = "33.0.2"
19642source = "registry+https://github.com/rust-lang/crates.io-index"
19643checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19644dependencies = [
19645 "anyhow",
19646 "cfg-if",
19647 "cranelift-codegen",
19648 "cranelift-control",
19649 "cranelift-entity",
19650 "cranelift-frontend",
19651 "cranelift-native",
19652 "gimli 0.31.1",
19653 "itertools 0.14.0",
19654 "log",
19655 "object 0.36.7",
19656 "pulley-interpreter",
19657 "smallvec",
19658 "target-lexicon 0.13.3",
19659 "thiserror 2.0.17",
19660 "wasmparser 0.229.0",
19661 "wasmtime-environ",
19662 "wasmtime-versioned-export-macros",
19663]
19664
19665[[package]]
19666name = "wasmtime-environ"
19667version = "33.0.2"
19668source = "registry+https://github.com/rust-lang/crates.io-index"
19669checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19670dependencies = [
19671 "anyhow",
19672 "cpp_demangle",
19673 "cranelift-bitset",
19674 "cranelift-entity",
19675 "gimli 0.31.1",
19676 "indexmap",
19677 "log",
19678 "object 0.36.7",
19679 "postcard",
19680 "rustc-demangle",
19681 "semver",
19682 "serde",
19683 "serde_derive",
19684 "smallvec",
19685 "target-lexicon 0.13.3",
19686 "wasm-encoder 0.229.0",
19687 "wasmparser 0.229.0",
19688 "wasmprinter",
19689 "wasmtime-component-util",
19690]
19691
19692[[package]]
19693name = "wasmtime-fiber"
19694version = "33.0.2"
19695source = "registry+https://github.com/rust-lang/crates.io-index"
19696checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19697dependencies = [
19698 "anyhow",
19699 "cc",
19700 "cfg-if",
19701 "rustix 1.1.2",
19702 "wasmtime-asm-macros",
19703 "wasmtime-versioned-export-macros",
19704 "windows-sys 0.59.0",
19705]
19706
19707[[package]]
19708name = "wasmtime-jit-icache-coherence"
19709version = "33.0.2"
19710source = "registry+https://github.com/rust-lang/crates.io-index"
19711checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19712dependencies = [
19713 "anyhow",
19714 "cfg-if",
19715 "libc",
19716 "windows-sys 0.59.0",
19717]
19718
19719[[package]]
19720name = "wasmtime-math"
19721version = "33.0.2"
19722source = "registry+https://github.com/rust-lang/crates.io-index"
19723checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19724dependencies = [
19725 "libm",
19726]
19727
19728[[package]]
19729name = "wasmtime-slab"
19730version = "33.0.2"
19731source = "registry+https://github.com/rust-lang/crates.io-index"
19732checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19733
19734[[package]]
19735name = "wasmtime-versioned-export-macros"
19736version = "33.0.2"
19737source = "registry+https://github.com/rust-lang/crates.io-index"
19738checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19739dependencies = [
19740 "proc-macro2",
19741 "quote",
19742 "syn 2.0.117",
19743]
19744
19745[[package]]
19746name = "wasmtime-wasi"
19747version = "33.0.2"
19748source = "registry+https://github.com/rust-lang/crates.io-index"
19749checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19750dependencies = [
19751 "anyhow",
19752 "async-trait",
19753 "bitflags 2.10.0",
19754 "bytes 1.11.1",
19755 "cap-fs-ext",
19756 "cap-net-ext",
19757 "cap-rand",
19758 "cap-std",
19759 "cap-time-ext",
19760 "fs-set-times",
19761 "futures 0.3.31",
19762 "io-extras",
19763 "io-lifetimes",
19764 "rustix 1.1.2",
19765 "system-interface",
19766 "thiserror 2.0.17",
19767 "tokio",
19768 "tracing",
19769 "url",
19770 "wasmtime",
19771 "wasmtime-wasi-io",
19772 "wiggle",
19773 "windows-sys 0.59.0",
19774]
19775
19776[[package]]
19777name = "wasmtime-wasi-io"
19778version = "33.0.2"
19779source = "registry+https://github.com/rust-lang/crates.io-index"
19780checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19781dependencies = [
19782 "anyhow",
19783 "async-trait",
19784 "bytes 1.11.1",
19785 "futures 0.3.31",
19786 "wasmtime",
19787]
19788
19789[[package]]
19790name = "wasmtime-winch"
19791version = "33.0.2"
19792source = "registry+https://github.com/rust-lang/crates.io-index"
19793checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19794dependencies = [
19795 "anyhow",
19796 "cranelift-codegen",
19797 "gimli 0.31.1",
19798 "object 0.36.7",
19799 "target-lexicon 0.13.3",
19800 "wasmparser 0.229.0",
19801 "wasmtime-cranelift",
19802 "wasmtime-environ",
19803 "winch-codegen",
19804]
19805
19806[[package]]
19807name = "wasmtime-wit-bindgen"
19808version = "33.0.2"
19809source = "registry+https://github.com/rust-lang/crates.io-index"
19810checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19811dependencies = [
19812 "anyhow",
19813 "heck 0.5.0",
19814 "indexmap",
19815 "wit-parser 0.229.0",
19816]
19817
19818[[package]]
19819name = "wast"
19820version = "35.0.2"
19821source = "registry+https://github.com/rust-lang/crates.io-index"
19822checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19823dependencies = [
19824 "leb128",
19825]
19826
19827[[package]]
19828name = "watch"
19829version = "0.1.0"
19830dependencies = [
19831 "ctor",
19832 "futures 0.3.31",
19833 "gpui",
19834 "parking_lot",
19835 "zlog",
19836]
19837
19838[[package]]
19839name = "wax"
19840version = "0.7.0"
19841source = "registry+https://github.com/rust-lang/crates.io-index"
19842checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19843dependencies = [
19844 "const_format",
19845 "itertools 0.14.0",
19846 "nom 7.1.3",
19847 "pori",
19848 "regex",
19849 "thiserror 2.0.17",
19850 "walkdir",
19851]
19852
19853[[package]]
19854name = "wayland-backend"
19855version = "0.3.11"
19856source = "registry+https://github.com/rust-lang/crates.io-index"
19857checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19858dependencies = [
19859 "cc",
19860 "downcast-rs",
19861 "rustix 1.1.2",
19862 "scoped-tls",
19863 "smallvec",
19864 "wayland-sys",
19865]
19866
19867[[package]]
19868name = "wayland-client"
19869version = "0.31.11"
19870source = "registry+https://github.com/rust-lang/crates.io-index"
19871checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19872dependencies = [
19873 "bitflags 2.10.0",
19874 "rustix 1.1.2",
19875 "wayland-backend",
19876 "wayland-scanner",
19877]
19878
19879[[package]]
19880name = "wayland-cursor"
19881version = "0.31.11"
19882source = "registry+https://github.com/rust-lang/crates.io-index"
19883checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19884dependencies = [
19885 "rustix 1.1.2",
19886 "wayland-client",
19887 "xcursor",
19888]
19889
19890[[package]]
19891name = "wayland-protocols"
19892version = "0.32.9"
19893source = "registry+https://github.com/rust-lang/crates.io-index"
19894checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19895dependencies = [
19896 "bitflags 2.10.0",
19897 "wayland-backend",
19898 "wayland-client",
19899 "wayland-scanner",
19900]
19901
19902[[package]]
19903name = "wayland-protocols-plasma"
19904version = "0.3.9"
19905source = "registry+https://github.com/rust-lang/crates.io-index"
19906checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19907dependencies = [
19908 "bitflags 2.10.0",
19909 "wayland-backend",
19910 "wayland-client",
19911 "wayland-protocols",
19912 "wayland-scanner",
19913]
19914
19915[[package]]
19916name = "wayland-protocols-wlr"
19917version = "0.3.9"
19918source = "registry+https://github.com/rust-lang/crates.io-index"
19919checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19920dependencies = [
19921 "bitflags 2.10.0",
19922 "wayland-backend",
19923 "wayland-client",
19924 "wayland-protocols",
19925 "wayland-scanner",
19926]
19927
19928[[package]]
19929name = "wayland-scanner"
19930version = "0.31.7"
19931source = "registry+https://github.com/rust-lang/crates.io-index"
19932checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19933dependencies = [
19934 "proc-macro2",
19935 "quick-xml 0.37.5",
19936 "quote",
19937]
19938
19939[[package]]
19940name = "wayland-sys"
19941version = "0.31.7"
19942source = "registry+https://github.com/rust-lang/crates.io-index"
19943checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19944dependencies = [
19945 "dlib",
19946 "log",
19947 "once_cell",
19948 "pkg-config",
19949]
19950
19951[[package]]
19952name = "web-sys"
19953version = "0.3.90"
19954source = "registry+https://github.com/rust-lang/crates.io-index"
19955checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19956dependencies = [
19957 "js-sys",
19958 "wasm-bindgen",
19959]
19960
19961[[package]]
19962name = "web-time"
19963version = "1.1.0"
19964source = "registry+https://github.com/rust-lang/crates.io-index"
19965checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19966dependencies = [
19967 "js-sys",
19968 "wasm-bindgen",
19969]
19970
19971[[package]]
19972name = "web_atoms"
19973version = "0.1.3"
19974source = "registry+https://github.com/rust-lang/crates.io-index"
19975checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19976dependencies = [
19977 "phf 0.11.3",
19978 "phf_codegen",
19979 "string_cache",
19980 "string_cache_codegen",
19981]
19982
19983[[package]]
19984name = "web_search"
19985version = "0.1.0"
19986dependencies = [
19987 "anyhow",
19988 "cloud_llm_client",
19989 "collections",
19990 "gpui",
19991 "serde",
19992]
19993
19994[[package]]
19995name = "web_search_providers"
19996version = "0.1.0"
19997dependencies = [
19998 "anyhow",
19999 "client",
20000 "cloud_api_types",
20001 "cloud_llm_client",
20002 "futures 0.3.31",
20003 "gpui",
20004 "http_client",
20005 "language_model",
20006 "serde",
20007 "serde_json",
20008 "web_search",
20009]
20010
20011[[package]]
20012name = "webpki-root-certs"
20013version = "0.26.8"
20014source = "registry+https://github.com/rust-lang/crates.io-index"
20015checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20016dependencies = [
20017 "rustls-pki-types",
20018]
20019
20020[[package]]
20021name = "webpki-roots"
20022version = "0.26.8"
20023source = "registry+https://github.com/rust-lang/crates.io-index"
20024checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20025dependencies = [
20026 "rustls-pki-types",
20027]
20028
20029[[package]]
20030name = "webrtc-sys"
20031version = "0.3.23"
20032source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20033dependencies = [
20034 "cc",
20035 "cxx",
20036 "cxx-build",
20037 "glob",
20038 "log",
20039 "pkg-config",
20040 "webrtc-sys-build",
20041]
20042
20043[[package]]
20044name = "webrtc-sys-build"
20045version = "0.3.13"
20046source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20047dependencies = [
20048 "anyhow",
20049 "fs2",
20050 "regex",
20051 "reqwest 0.12.24",
20052 "scratch",
20053 "semver",
20054 "zip 0.6.6",
20055]
20056
20057[[package]]
20058name = "weezl"
20059version = "0.1.10"
20060source = "registry+https://github.com/rust-lang/crates.io-index"
20061checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20062
20063[[package]]
20064name = "wgpu"
20065version = "28.0.1"
20066source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20067dependencies = [
20068 "arrayvec",
20069 "bitflags 2.10.0",
20070 "bytemuck",
20071 "cfg-if",
20072 "cfg_aliases 0.2.1",
20073 "document-features",
20074 "hashbrown 0.16.1",
20075 "js-sys",
20076 "log",
20077 "naga 28.0.1",
20078 "parking_lot",
20079 "portable-atomic",
20080 "profiling",
20081 "raw-window-handle",
20082 "smallvec",
20083 "static_assertions",
20084 "wasm-bindgen",
20085 "wasm-bindgen-futures",
20086 "web-sys",
20087 "wgpu-core",
20088 "wgpu-hal",
20089 "wgpu-types",
20090]
20091
20092[[package]]
20093name = "wgpu-core"
20094version = "28.0.1"
20095source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20096dependencies = [
20097 "arrayvec",
20098 "bit-set",
20099 "bit-vec",
20100 "bitflags 2.10.0",
20101 "bytemuck",
20102 "cfg_aliases 0.2.1",
20103 "document-features",
20104 "hashbrown 0.16.1",
20105 "indexmap",
20106 "log",
20107 "naga 28.0.1",
20108 "once_cell",
20109 "parking_lot",
20110 "portable-atomic",
20111 "profiling",
20112 "raw-window-handle",
20113 "rustc-hash 1.1.0",
20114 "smallvec",
20115 "thiserror 2.0.17",
20116 "wgpu-core-deps-apple",
20117 "wgpu-core-deps-emscripten",
20118 "wgpu-core-deps-windows-linux-android",
20119 "wgpu-hal",
20120 "wgpu-types",
20121]
20122
20123[[package]]
20124name = "wgpu-core-deps-apple"
20125version = "28.0.1"
20126source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20127dependencies = [
20128 "wgpu-hal",
20129]
20130
20131[[package]]
20132name = "wgpu-core-deps-emscripten"
20133version = "28.0.1"
20134source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20135dependencies = [
20136 "wgpu-hal",
20137]
20138
20139[[package]]
20140name = "wgpu-core-deps-windows-linux-android"
20141version = "28.0.1"
20142source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20143dependencies = [
20144 "wgpu-hal",
20145]
20146
20147[[package]]
20148name = "wgpu-hal"
20149version = "28.0.1"
20150source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20151dependencies = [
20152 "android_system_properties",
20153 "arrayvec",
20154 "ash",
20155 "bit-set",
20156 "bitflags 2.10.0",
20157 "block",
20158 "bytemuck",
20159 "cfg-if",
20160 "cfg_aliases 0.2.1",
20161 "core-graphics-types 0.2.0",
20162 "glow",
20163 "glutin_wgl_sys",
20164 "gpu-allocator",
20165 "gpu-descriptor",
20166 "hashbrown 0.16.1",
20167 "js-sys",
20168 "khronos-egl",
20169 "libc",
20170 "libloading",
20171 "log",
20172 "metal",
20173 "naga 28.0.1",
20174 "ndk-sys",
20175 "objc",
20176 "once_cell",
20177 "ordered-float 4.6.0",
20178 "parking_lot",
20179 "portable-atomic",
20180 "portable-atomic-util",
20181 "profiling",
20182 "range-alloc",
20183 "raw-window-handle",
20184 "renderdoc-sys",
20185 "smallvec",
20186 "thiserror 2.0.17",
20187 "wasm-bindgen",
20188 "web-sys",
20189 "wgpu-types",
20190 "windows 0.62.2",
20191 "windows-core 0.62.2",
20192]
20193
20194[[package]]
20195name = "wgpu-types"
20196version = "28.0.1"
20197source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20198dependencies = [
20199 "bitflags 2.10.0",
20200 "bytemuck",
20201 "js-sys",
20202 "log",
20203 "web-sys",
20204]
20205
20206[[package]]
20207name = "which"
20208version = "4.4.2"
20209source = "registry+https://github.com/rust-lang/crates.io-index"
20210checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20211dependencies = [
20212 "either",
20213 "home",
20214 "once_cell",
20215 "rustix 0.38.44",
20216]
20217
20218[[package]]
20219name = "which"
20220version = "6.0.3"
20221source = "registry+https://github.com/rust-lang/crates.io-index"
20222checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20223dependencies = [
20224 "either",
20225 "home",
20226 "rustix 0.38.44",
20227 "winsafe",
20228]
20229
20230[[package]]
20231name = "which_key"
20232version = "0.1.0"
20233dependencies = [
20234 "command_palette",
20235 "gpui",
20236 "serde",
20237 "settings",
20238 "theme",
20239 "ui",
20240 "util",
20241 "workspace",
20242]
20243
20244[[package]]
20245name = "whoami"
20246version = "1.6.1"
20247source = "registry+https://github.com/rust-lang/crates.io-index"
20248checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20249dependencies = [
20250 "libredox",
20251 "wasite",
20252]
20253
20254[[package]]
20255name = "wiggle"
20256version = "33.0.2"
20257source = "registry+https://github.com/rust-lang/crates.io-index"
20258checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20259dependencies = [
20260 "anyhow",
20261 "async-trait",
20262 "bitflags 2.10.0",
20263 "thiserror 2.0.17",
20264 "tracing",
20265 "wasmtime",
20266 "wiggle-macro",
20267]
20268
20269[[package]]
20270name = "wiggle-generate"
20271version = "33.0.2"
20272source = "registry+https://github.com/rust-lang/crates.io-index"
20273checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20274dependencies = [
20275 "anyhow",
20276 "heck 0.5.0",
20277 "proc-macro2",
20278 "quote",
20279 "syn 2.0.117",
20280 "witx",
20281]
20282
20283[[package]]
20284name = "wiggle-macro"
20285version = "33.0.2"
20286source = "registry+https://github.com/rust-lang/crates.io-index"
20287checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20288dependencies = [
20289 "proc-macro2",
20290 "quote",
20291 "syn 2.0.117",
20292 "wiggle-generate",
20293]
20294
20295[[package]]
20296name = "winapi"
20297version = "0.3.9"
20298source = "registry+https://github.com/rust-lang/crates.io-index"
20299checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20300dependencies = [
20301 "winapi-i686-pc-windows-gnu",
20302 "winapi-x86_64-pc-windows-gnu",
20303]
20304
20305[[package]]
20306name = "winapi-i686-pc-windows-gnu"
20307version = "0.4.0"
20308source = "registry+https://github.com/rust-lang/crates.io-index"
20309checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20310
20311[[package]]
20312name = "winapi-util"
20313version = "0.1.11"
20314source = "registry+https://github.com/rust-lang/crates.io-index"
20315checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20316dependencies = [
20317 "windows-sys 0.61.2",
20318]
20319
20320[[package]]
20321name = "winapi-x86_64-pc-windows-gnu"
20322version = "0.4.0"
20323source = "registry+https://github.com/rust-lang/crates.io-index"
20324checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20325
20326[[package]]
20327name = "winch-codegen"
20328version = "33.0.2"
20329source = "registry+https://github.com/rust-lang/crates.io-index"
20330checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20331dependencies = [
20332 "anyhow",
20333 "cranelift-assembler-x64",
20334 "cranelift-codegen",
20335 "gimli 0.31.1",
20336 "regalloc2",
20337 "smallvec",
20338 "target-lexicon 0.13.3",
20339 "thiserror 2.0.17",
20340 "wasmparser 0.229.0",
20341 "wasmtime-cranelift",
20342 "wasmtime-environ",
20343]
20344
20345[[package]]
20346name = "windows"
20347version = "0.57.0"
20348source = "registry+https://github.com/rust-lang/crates.io-index"
20349checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20350dependencies = [
20351 "windows-core 0.57.0",
20352 "windows-targets 0.52.6",
20353]
20354
20355[[package]]
20356name = "windows"
20357version = "0.58.0"
20358source = "registry+https://github.com/rust-lang/crates.io-index"
20359checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20360dependencies = [
20361 "windows-core 0.58.0",
20362 "windows-targets 0.52.6",
20363]
20364
20365[[package]]
20366name = "windows"
20367version = "0.61.3"
20368source = "registry+https://github.com/rust-lang/crates.io-index"
20369checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20370dependencies = [
20371 "windows-collections 0.2.0",
20372 "windows-core 0.61.2",
20373 "windows-future 0.2.1",
20374 "windows-link 0.1.3",
20375 "windows-numerics 0.2.0",
20376]
20377
20378[[package]]
20379name = "windows"
20380version = "0.62.2"
20381source = "registry+https://github.com/rust-lang/crates.io-index"
20382checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20383dependencies = [
20384 "windows-collections 0.3.2",
20385 "windows-core 0.62.2",
20386 "windows-future 0.3.2",
20387 "windows-numerics 0.3.1",
20388]
20389
20390[[package]]
20391name = "windows-bindgen"
20392version = "0.61.1"
20393source = "registry+https://github.com/rust-lang/crates.io-index"
20394checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20395dependencies = [
20396 "serde",
20397 "serde_json",
20398 "windows-threading 0.1.0",
20399]
20400
20401[[package]]
20402name = "windows-capture"
20403version = "1.4.3"
20404source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20405dependencies = [
20406 "clap",
20407 "ctrlc",
20408 "parking_lot",
20409 "rayon",
20410 "thiserror 2.0.17",
20411 "windows 0.61.3",
20412 "windows-future 0.2.1",
20413]
20414
20415[[package]]
20416name = "windows-collections"
20417version = "0.2.0"
20418source = "registry+https://github.com/rust-lang/crates.io-index"
20419checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20420dependencies = [
20421 "windows-core 0.61.2",
20422]
20423
20424[[package]]
20425name = "windows-collections"
20426version = "0.3.2"
20427source = "registry+https://github.com/rust-lang/crates.io-index"
20428checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20429dependencies = [
20430 "windows-core 0.62.2",
20431]
20432
20433[[package]]
20434name = "windows-core"
20435version = "0.57.0"
20436source = "registry+https://github.com/rust-lang/crates.io-index"
20437checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20438dependencies = [
20439 "windows-implement 0.57.0",
20440 "windows-interface 0.57.0",
20441 "windows-result 0.1.2",
20442 "windows-targets 0.52.6",
20443]
20444
20445[[package]]
20446name = "windows-core"
20447version = "0.58.0"
20448source = "registry+https://github.com/rust-lang/crates.io-index"
20449checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20450dependencies = [
20451 "windows-implement 0.58.0",
20452 "windows-interface 0.58.0",
20453 "windows-result 0.2.0",
20454 "windows-strings 0.1.0",
20455 "windows-targets 0.52.6",
20456]
20457
20458[[package]]
20459name = "windows-core"
20460version = "0.61.2"
20461source = "registry+https://github.com/rust-lang/crates.io-index"
20462checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20463dependencies = [
20464 "windows-implement 0.60.2",
20465 "windows-interface 0.59.3",
20466 "windows-link 0.1.3",
20467 "windows-result 0.3.4",
20468 "windows-strings 0.4.2",
20469]
20470
20471[[package]]
20472name = "windows-core"
20473version = "0.62.2"
20474source = "registry+https://github.com/rust-lang/crates.io-index"
20475checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20476dependencies = [
20477 "windows-implement 0.60.2",
20478 "windows-interface 0.59.3",
20479 "windows-link 0.2.1",
20480 "windows-result 0.4.1",
20481 "windows-strings 0.5.1",
20482]
20483
20484[[package]]
20485name = "windows-future"
20486version = "0.2.1"
20487source = "registry+https://github.com/rust-lang/crates.io-index"
20488checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20489dependencies = [
20490 "windows-core 0.61.2",
20491 "windows-link 0.1.3",
20492 "windows-threading 0.1.0",
20493]
20494
20495[[package]]
20496name = "windows-future"
20497version = "0.3.2"
20498source = "registry+https://github.com/rust-lang/crates.io-index"
20499checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20500dependencies = [
20501 "windows-core 0.62.2",
20502 "windows-link 0.2.1",
20503 "windows-threading 0.2.1",
20504]
20505
20506[[package]]
20507name = "windows-implement"
20508version = "0.57.0"
20509source = "registry+https://github.com/rust-lang/crates.io-index"
20510checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20511dependencies = [
20512 "proc-macro2",
20513 "quote",
20514 "syn 2.0.117",
20515]
20516
20517[[package]]
20518name = "windows-implement"
20519version = "0.58.0"
20520source = "registry+https://github.com/rust-lang/crates.io-index"
20521checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20522dependencies = [
20523 "proc-macro2",
20524 "quote",
20525 "syn 2.0.117",
20526]
20527
20528[[package]]
20529name = "windows-implement"
20530version = "0.60.2"
20531source = "registry+https://github.com/rust-lang/crates.io-index"
20532checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20533dependencies = [
20534 "proc-macro2",
20535 "quote",
20536 "syn 2.0.117",
20537]
20538
20539[[package]]
20540name = "windows-interface"
20541version = "0.57.0"
20542source = "registry+https://github.com/rust-lang/crates.io-index"
20543checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20544dependencies = [
20545 "proc-macro2",
20546 "quote",
20547 "syn 2.0.117",
20548]
20549
20550[[package]]
20551name = "windows-interface"
20552version = "0.58.0"
20553source = "registry+https://github.com/rust-lang/crates.io-index"
20554checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20555dependencies = [
20556 "proc-macro2",
20557 "quote",
20558 "syn 2.0.117",
20559]
20560
20561[[package]]
20562name = "windows-interface"
20563version = "0.59.3"
20564source = "registry+https://github.com/rust-lang/crates.io-index"
20565checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20566dependencies = [
20567 "proc-macro2",
20568 "quote",
20569 "syn 2.0.117",
20570]
20571
20572[[package]]
20573name = "windows-link"
20574version = "0.1.3"
20575source = "registry+https://github.com/rust-lang/crates.io-index"
20576checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20577
20578[[package]]
20579name = "windows-link"
20580version = "0.2.1"
20581source = "registry+https://github.com/rust-lang/crates.io-index"
20582checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20583
20584[[package]]
20585name = "windows-numerics"
20586version = "0.2.0"
20587source = "registry+https://github.com/rust-lang/crates.io-index"
20588checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20589dependencies = [
20590 "windows-core 0.61.2",
20591 "windows-link 0.1.3",
20592]
20593
20594[[package]]
20595name = "windows-numerics"
20596version = "0.3.1"
20597source = "registry+https://github.com/rust-lang/crates.io-index"
20598checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20599dependencies = [
20600 "windows-core 0.62.2",
20601 "windows-link 0.2.1",
20602]
20603
20604[[package]]
20605name = "windows-registry"
20606version = "0.4.0"
20607source = "registry+https://github.com/rust-lang/crates.io-index"
20608checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20609dependencies = [
20610 "windows-result 0.3.4",
20611 "windows-strings 0.3.1",
20612 "windows-targets 0.53.5",
20613]
20614
20615[[package]]
20616name = "windows-registry"
20617version = "0.5.3"
20618source = "registry+https://github.com/rust-lang/crates.io-index"
20619checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20620dependencies = [
20621 "windows-link 0.1.3",
20622 "windows-result 0.3.4",
20623 "windows-strings 0.4.2",
20624]
20625
20626[[package]]
20627name = "windows-registry"
20628version = "0.6.1"
20629source = "registry+https://github.com/rust-lang/crates.io-index"
20630checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20631dependencies = [
20632 "windows-link 0.2.1",
20633 "windows-result 0.4.1",
20634 "windows-strings 0.5.1",
20635]
20636
20637[[package]]
20638name = "windows-result"
20639version = "0.1.2"
20640source = "registry+https://github.com/rust-lang/crates.io-index"
20641checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20642dependencies = [
20643 "windows-targets 0.52.6",
20644]
20645
20646[[package]]
20647name = "windows-result"
20648version = "0.2.0"
20649source = "registry+https://github.com/rust-lang/crates.io-index"
20650checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20651dependencies = [
20652 "windows-targets 0.52.6",
20653]
20654
20655[[package]]
20656name = "windows-result"
20657version = "0.3.4"
20658source = "registry+https://github.com/rust-lang/crates.io-index"
20659checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20660dependencies = [
20661 "windows-link 0.1.3",
20662]
20663
20664[[package]]
20665name = "windows-result"
20666version = "0.4.1"
20667source = "registry+https://github.com/rust-lang/crates.io-index"
20668checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20669dependencies = [
20670 "windows-link 0.2.1",
20671]
20672
20673[[package]]
20674name = "windows-strings"
20675version = "0.1.0"
20676source = "registry+https://github.com/rust-lang/crates.io-index"
20677checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20678dependencies = [
20679 "windows-result 0.2.0",
20680 "windows-targets 0.52.6",
20681]
20682
20683[[package]]
20684name = "windows-strings"
20685version = "0.3.1"
20686source = "registry+https://github.com/rust-lang/crates.io-index"
20687checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20688dependencies = [
20689 "windows-link 0.1.3",
20690]
20691
20692[[package]]
20693name = "windows-strings"
20694version = "0.4.2"
20695source = "registry+https://github.com/rust-lang/crates.io-index"
20696checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20697dependencies = [
20698 "windows-link 0.1.3",
20699]
20700
20701[[package]]
20702name = "windows-strings"
20703version = "0.5.1"
20704source = "registry+https://github.com/rust-lang/crates.io-index"
20705checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20706dependencies = [
20707 "windows-link 0.2.1",
20708]
20709
20710[[package]]
20711name = "windows-sys"
20712version = "0.45.0"
20713source = "registry+https://github.com/rust-lang/crates.io-index"
20714checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20715dependencies = [
20716 "windows-targets 0.42.2",
20717]
20718
20719[[package]]
20720name = "windows-sys"
20721version = "0.48.0"
20722source = "registry+https://github.com/rust-lang/crates.io-index"
20723checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20724dependencies = [
20725 "windows-targets 0.48.5",
20726]
20727
20728[[package]]
20729name = "windows-sys"
20730version = "0.52.0"
20731source = "registry+https://github.com/rust-lang/crates.io-index"
20732checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20733dependencies = [
20734 "windows-targets 0.52.6",
20735]
20736
20737[[package]]
20738name = "windows-sys"
20739version = "0.59.0"
20740source = "registry+https://github.com/rust-lang/crates.io-index"
20741checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20742dependencies = [
20743 "windows-targets 0.52.6",
20744]
20745
20746[[package]]
20747name = "windows-sys"
20748version = "0.60.2"
20749source = "registry+https://github.com/rust-lang/crates.io-index"
20750checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20751dependencies = [
20752 "windows-targets 0.53.5",
20753]
20754
20755[[package]]
20756name = "windows-sys"
20757version = "0.61.2"
20758source = "registry+https://github.com/rust-lang/crates.io-index"
20759checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20760dependencies = [
20761 "windows-link 0.2.1",
20762]
20763
20764[[package]]
20765name = "windows-targets"
20766version = "0.42.2"
20767source = "registry+https://github.com/rust-lang/crates.io-index"
20768checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20769dependencies = [
20770 "windows_aarch64_gnullvm 0.42.2",
20771 "windows_aarch64_msvc 0.42.2",
20772 "windows_i686_gnu 0.42.2",
20773 "windows_i686_msvc 0.42.2",
20774 "windows_x86_64_gnu 0.42.2",
20775 "windows_x86_64_gnullvm 0.42.2",
20776 "windows_x86_64_msvc 0.42.2",
20777]
20778
20779[[package]]
20780name = "windows-targets"
20781version = "0.48.5"
20782source = "registry+https://github.com/rust-lang/crates.io-index"
20783checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20784dependencies = [
20785 "windows_aarch64_gnullvm 0.48.5",
20786 "windows_aarch64_msvc 0.48.5",
20787 "windows_i686_gnu 0.48.5",
20788 "windows_i686_msvc 0.48.5",
20789 "windows_x86_64_gnu 0.48.5",
20790 "windows_x86_64_gnullvm 0.48.5",
20791 "windows_x86_64_msvc 0.48.5",
20792]
20793
20794[[package]]
20795name = "windows-targets"
20796version = "0.52.6"
20797source = "registry+https://github.com/rust-lang/crates.io-index"
20798checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20799dependencies = [
20800 "windows_aarch64_gnullvm 0.52.6",
20801 "windows_aarch64_msvc 0.52.6",
20802 "windows_i686_gnu 0.52.6",
20803 "windows_i686_gnullvm 0.52.6",
20804 "windows_i686_msvc 0.52.6",
20805 "windows_x86_64_gnu 0.52.6",
20806 "windows_x86_64_gnullvm 0.52.6",
20807 "windows_x86_64_msvc 0.52.6",
20808]
20809
20810[[package]]
20811name = "windows-targets"
20812version = "0.53.5"
20813source = "registry+https://github.com/rust-lang/crates.io-index"
20814checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20815dependencies = [
20816 "windows-link 0.2.1",
20817 "windows_aarch64_gnullvm 0.53.1",
20818 "windows_aarch64_msvc 0.53.1",
20819 "windows_i686_gnu 0.53.1",
20820 "windows_i686_gnullvm 0.53.1",
20821 "windows_i686_msvc 0.53.1",
20822 "windows_x86_64_gnu 0.53.1",
20823 "windows_x86_64_gnullvm 0.53.1",
20824 "windows_x86_64_msvc 0.53.1",
20825]
20826
20827[[package]]
20828name = "windows-threading"
20829version = "0.1.0"
20830source = "registry+https://github.com/rust-lang/crates.io-index"
20831checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20832dependencies = [
20833 "windows-link 0.1.3",
20834]
20835
20836[[package]]
20837name = "windows-threading"
20838version = "0.2.1"
20839source = "registry+https://github.com/rust-lang/crates.io-index"
20840checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20841dependencies = [
20842 "windows-link 0.2.1",
20843]
20844
20845[[package]]
20846name = "windows_aarch64_gnullvm"
20847version = "0.42.2"
20848source = "registry+https://github.com/rust-lang/crates.io-index"
20849checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20850
20851[[package]]
20852name = "windows_aarch64_gnullvm"
20853version = "0.48.5"
20854source = "registry+https://github.com/rust-lang/crates.io-index"
20855checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20856
20857[[package]]
20858name = "windows_aarch64_gnullvm"
20859version = "0.52.6"
20860source = "registry+https://github.com/rust-lang/crates.io-index"
20861checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20862
20863[[package]]
20864name = "windows_aarch64_gnullvm"
20865version = "0.53.1"
20866source = "registry+https://github.com/rust-lang/crates.io-index"
20867checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20868
20869[[package]]
20870name = "windows_aarch64_msvc"
20871version = "0.42.2"
20872source = "registry+https://github.com/rust-lang/crates.io-index"
20873checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20874
20875[[package]]
20876name = "windows_aarch64_msvc"
20877version = "0.48.5"
20878source = "registry+https://github.com/rust-lang/crates.io-index"
20879checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20880
20881[[package]]
20882name = "windows_aarch64_msvc"
20883version = "0.52.6"
20884source = "registry+https://github.com/rust-lang/crates.io-index"
20885checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20886
20887[[package]]
20888name = "windows_aarch64_msvc"
20889version = "0.53.1"
20890source = "registry+https://github.com/rust-lang/crates.io-index"
20891checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20892
20893[[package]]
20894name = "windows_i686_gnu"
20895version = "0.42.2"
20896source = "registry+https://github.com/rust-lang/crates.io-index"
20897checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20898
20899[[package]]
20900name = "windows_i686_gnu"
20901version = "0.48.5"
20902source = "registry+https://github.com/rust-lang/crates.io-index"
20903checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20904
20905[[package]]
20906name = "windows_i686_gnu"
20907version = "0.52.6"
20908source = "registry+https://github.com/rust-lang/crates.io-index"
20909checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20910
20911[[package]]
20912name = "windows_i686_gnu"
20913version = "0.53.1"
20914source = "registry+https://github.com/rust-lang/crates.io-index"
20915checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20916
20917[[package]]
20918name = "windows_i686_gnullvm"
20919version = "0.52.6"
20920source = "registry+https://github.com/rust-lang/crates.io-index"
20921checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20922
20923[[package]]
20924name = "windows_i686_gnullvm"
20925version = "0.53.1"
20926source = "registry+https://github.com/rust-lang/crates.io-index"
20927checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20928
20929[[package]]
20930name = "windows_i686_msvc"
20931version = "0.42.2"
20932source = "registry+https://github.com/rust-lang/crates.io-index"
20933checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20934
20935[[package]]
20936name = "windows_i686_msvc"
20937version = "0.48.5"
20938source = "registry+https://github.com/rust-lang/crates.io-index"
20939checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20940
20941[[package]]
20942name = "windows_i686_msvc"
20943version = "0.52.6"
20944source = "registry+https://github.com/rust-lang/crates.io-index"
20945checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20946
20947[[package]]
20948name = "windows_i686_msvc"
20949version = "0.53.1"
20950source = "registry+https://github.com/rust-lang/crates.io-index"
20951checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20952
20953[[package]]
20954name = "windows_x86_64_gnu"
20955version = "0.42.2"
20956source = "registry+https://github.com/rust-lang/crates.io-index"
20957checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20958
20959[[package]]
20960name = "windows_x86_64_gnu"
20961version = "0.48.5"
20962source = "registry+https://github.com/rust-lang/crates.io-index"
20963checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20964
20965[[package]]
20966name = "windows_x86_64_gnu"
20967version = "0.52.6"
20968source = "registry+https://github.com/rust-lang/crates.io-index"
20969checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20970
20971[[package]]
20972name = "windows_x86_64_gnu"
20973version = "0.53.1"
20974source = "registry+https://github.com/rust-lang/crates.io-index"
20975checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
20976
20977[[package]]
20978name = "windows_x86_64_gnullvm"
20979version = "0.42.2"
20980source = "registry+https://github.com/rust-lang/crates.io-index"
20981checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
20982
20983[[package]]
20984name = "windows_x86_64_gnullvm"
20985version = "0.48.5"
20986source = "registry+https://github.com/rust-lang/crates.io-index"
20987checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
20988
20989[[package]]
20990name = "windows_x86_64_gnullvm"
20991version = "0.52.6"
20992source = "registry+https://github.com/rust-lang/crates.io-index"
20993checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
20994
20995[[package]]
20996name = "windows_x86_64_gnullvm"
20997version = "0.53.1"
20998source = "registry+https://github.com/rust-lang/crates.io-index"
20999checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21000
21001[[package]]
21002name = "windows_x86_64_msvc"
21003version = "0.42.2"
21004source = "registry+https://github.com/rust-lang/crates.io-index"
21005checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21006
21007[[package]]
21008name = "windows_x86_64_msvc"
21009version = "0.48.5"
21010source = "registry+https://github.com/rust-lang/crates.io-index"
21011checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21012
21013[[package]]
21014name = "windows_x86_64_msvc"
21015version = "0.52.6"
21016source = "registry+https://github.com/rust-lang/crates.io-index"
21017checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21018
21019[[package]]
21020name = "windows_x86_64_msvc"
21021version = "0.53.1"
21022source = "registry+https://github.com/rust-lang/crates.io-index"
21023checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21024
21025[[package]]
21026name = "winnow"
21027version = "0.7.13"
21028source = "registry+https://github.com/rust-lang/crates.io-index"
21029checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21030dependencies = [
21031 "memchr",
21032]
21033
21034[[package]]
21035name = "winreg"
21036version = "0.10.1"
21037source = "registry+https://github.com/rust-lang/crates.io-index"
21038checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21039dependencies = [
21040 "winapi",
21041]
21042
21043[[package]]
21044name = "winreg"
21045version = "0.50.0"
21046source = "registry+https://github.com/rust-lang/crates.io-index"
21047checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21048dependencies = [
21049 "cfg-if",
21050 "windows-sys 0.48.0",
21051]
21052
21053[[package]]
21054name = "winreg"
21055version = "0.55.0"
21056source = "registry+https://github.com/rust-lang/crates.io-index"
21057checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21058dependencies = [
21059 "cfg-if",
21060 "windows-sys 0.59.0",
21061]
21062
21063[[package]]
21064name = "winresource"
21065version = "0.1.23"
21066source = "registry+https://github.com/rust-lang/crates.io-index"
21067checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21068dependencies = [
21069 "toml 0.8.23",
21070 "version_check",
21071]
21072
21073[[package]]
21074name = "winsafe"
21075version = "0.0.19"
21076source = "registry+https://github.com/rust-lang/crates.io-index"
21077checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21078
21079[[package]]
21080name = "winx"
21081version = "0.36.4"
21082source = "registry+https://github.com/rust-lang/crates.io-index"
21083checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21084dependencies = [
21085 "bitflags 2.10.0",
21086 "windows-sys 0.59.0",
21087]
21088
21089[[package]]
21090name = "wio"
21091version = "0.2.2"
21092source = "registry+https://github.com/rust-lang/crates.io-index"
21093checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21094dependencies = [
21095 "winapi",
21096]
21097
21098[[package]]
21099name = "wit-bindgen"
21100version = "0.22.0"
21101source = "registry+https://github.com/rust-lang/crates.io-index"
21102checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21103dependencies = [
21104 "bitflags 2.10.0",
21105 "wit-bindgen-rt 0.22.0",
21106 "wit-bindgen-rust-macro 0.22.0",
21107]
21108
21109[[package]]
21110name = "wit-bindgen"
21111version = "0.41.0"
21112source = "registry+https://github.com/rust-lang/crates.io-index"
21113checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21114dependencies = [
21115 "wit-bindgen-rt 0.41.0",
21116 "wit-bindgen-rust-macro 0.41.0",
21117]
21118
21119[[package]]
21120name = "wit-bindgen"
21121version = "0.46.0"
21122source = "registry+https://github.com/rust-lang/crates.io-index"
21123checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21124
21125[[package]]
21126name = "wit-bindgen"
21127version = "0.51.0"
21128source = "registry+https://github.com/rust-lang/crates.io-index"
21129checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21130dependencies = [
21131 "wit-bindgen-rust-macro 0.51.0",
21132]
21133
21134[[package]]
21135name = "wit-bindgen-core"
21136version = "0.22.0"
21137source = "registry+https://github.com/rust-lang/crates.io-index"
21138checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21139dependencies = [
21140 "anyhow",
21141 "wit-parser 0.201.0",
21142]
21143
21144[[package]]
21145name = "wit-bindgen-core"
21146version = "0.41.0"
21147source = "registry+https://github.com/rust-lang/crates.io-index"
21148checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21149dependencies = [
21150 "anyhow",
21151 "heck 0.5.0",
21152 "wit-parser 0.227.1",
21153]
21154
21155[[package]]
21156name = "wit-bindgen-core"
21157version = "0.51.0"
21158source = "registry+https://github.com/rust-lang/crates.io-index"
21159checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21160dependencies = [
21161 "anyhow",
21162 "heck 0.5.0",
21163 "wit-parser 0.244.0",
21164]
21165
21166[[package]]
21167name = "wit-bindgen-rt"
21168version = "0.22.0"
21169source = "registry+https://github.com/rust-lang/crates.io-index"
21170checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21171
21172[[package]]
21173name = "wit-bindgen-rt"
21174version = "0.41.0"
21175source = "registry+https://github.com/rust-lang/crates.io-index"
21176checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21177dependencies = [
21178 "bitflags 2.10.0",
21179 "futures 0.3.31",
21180 "once_cell",
21181]
21182
21183[[package]]
21184name = "wit-bindgen-rust"
21185version = "0.22.0"
21186source = "registry+https://github.com/rust-lang/crates.io-index"
21187checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21188dependencies = [
21189 "anyhow",
21190 "heck 0.4.1",
21191 "indexmap",
21192 "wasm-metadata 0.201.0",
21193 "wit-bindgen-core 0.22.0",
21194 "wit-component 0.201.0",
21195]
21196
21197[[package]]
21198name = "wit-bindgen-rust"
21199version = "0.41.0"
21200source = "registry+https://github.com/rust-lang/crates.io-index"
21201checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21202dependencies = [
21203 "anyhow",
21204 "heck 0.5.0",
21205 "indexmap",
21206 "prettyplease",
21207 "syn 2.0.117",
21208 "wasm-metadata 0.227.1",
21209 "wit-bindgen-core 0.41.0",
21210 "wit-component 0.227.1",
21211]
21212
21213[[package]]
21214name = "wit-bindgen-rust"
21215version = "0.51.0"
21216source = "registry+https://github.com/rust-lang/crates.io-index"
21217checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21218dependencies = [
21219 "anyhow",
21220 "heck 0.5.0",
21221 "indexmap",
21222 "prettyplease",
21223 "syn 2.0.117",
21224 "wasm-metadata 0.244.0",
21225 "wit-bindgen-core 0.51.0",
21226 "wit-component 0.244.0",
21227]
21228
21229[[package]]
21230name = "wit-bindgen-rust-macro"
21231version = "0.22.0"
21232source = "registry+https://github.com/rust-lang/crates.io-index"
21233checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21234dependencies = [
21235 "anyhow",
21236 "proc-macro2",
21237 "quote",
21238 "syn 2.0.117",
21239 "wit-bindgen-core 0.22.0",
21240 "wit-bindgen-rust 0.22.0",
21241]
21242
21243[[package]]
21244name = "wit-bindgen-rust-macro"
21245version = "0.41.0"
21246source = "registry+https://github.com/rust-lang/crates.io-index"
21247checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21248dependencies = [
21249 "anyhow",
21250 "prettyplease",
21251 "proc-macro2",
21252 "quote",
21253 "syn 2.0.117",
21254 "wit-bindgen-core 0.41.0",
21255 "wit-bindgen-rust 0.41.0",
21256]
21257
21258[[package]]
21259name = "wit-bindgen-rust-macro"
21260version = "0.51.0"
21261source = "registry+https://github.com/rust-lang/crates.io-index"
21262checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21263dependencies = [
21264 "anyhow",
21265 "prettyplease",
21266 "proc-macro2",
21267 "quote",
21268 "syn 2.0.117",
21269 "wit-bindgen-core 0.51.0",
21270 "wit-bindgen-rust 0.51.0",
21271]
21272
21273[[package]]
21274name = "wit-component"
21275version = "0.201.0"
21276source = "registry+https://github.com/rust-lang/crates.io-index"
21277checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21278dependencies = [
21279 "anyhow",
21280 "bitflags 2.10.0",
21281 "indexmap",
21282 "log",
21283 "serde",
21284 "serde_derive",
21285 "serde_json",
21286 "wasm-encoder 0.201.0",
21287 "wasm-metadata 0.201.0",
21288 "wasmparser 0.201.0",
21289 "wit-parser 0.201.0",
21290]
21291
21292[[package]]
21293name = "wit-component"
21294version = "0.227.1"
21295source = "registry+https://github.com/rust-lang/crates.io-index"
21296checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21297dependencies = [
21298 "anyhow",
21299 "bitflags 2.10.0",
21300 "indexmap",
21301 "log",
21302 "serde",
21303 "serde_derive",
21304 "serde_json",
21305 "wasm-encoder 0.227.1",
21306 "wasm-metadata 0.227.1",
21307 "wasmparser 0.227.1",
21308 "wit-parser 0.227.1",
21309]
21310
21311[[package]]
21312name = "wit-component"
21313version = "0.244.0"
21314source = "registry+https://github.com/rust-lang/crates.io-index"
21315checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21316dependencies = [
21317 "anyhow",
21318 "bitflags 2.10.0",
21319 "indexmap",
21320 "log",
21321 "serde",
21322 "serde_derive",
21323 "serde_json",
21324 "wasm-encoder 0.244.0",
21325 "wasm-metadata 0.244.0",
21326 "wasmparser 0.244.0",
21327 "wit-parser 0.244.0",
21328]
21329
21330[[package]]
21331name = "wit-parser"
21332version = "0.201.0"
21333source = "registry+https://github.com/rust-lang/crates.io-index"
21334checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21335dependencies = [
21336 "anyhow",
21337 "id-arena",
21338 "indexmap",
21339 "log",
21340 "semver",
21341 "serde",
21342 "serde_derive",
21343 "serde_json",
21344 "unicode-xid",
21345 "wasmparser 0.201.0",
21346]
21347
21348[[package]]
21349name = "wit-parser"
21350version = "0.227.1"
21351source = "registry+https://github.com/rust-lang/crates.io-index"
21352checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21353dependencies = [
21354 "anyhow",
21355 "id-arena",
21356 "indexmap",
21357 "log",
21358 "semver",
21359 "serde",
21360 "serde_derive",
21361 "serde_json",
21362 "unicode-xid",
21363 "wasmparser 0.227.1",
21364]
21365
21366[[package]]
21367name = "wit-parser"
21368version = "0.229.0"
21369source = "registry+https://github.com/rust-lang/crates.io-index"
21370checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21371dependencies = [
21372 "anyhow",
21373 "id-arena",
21374 "indexmap",
21375 "log",
21376 "semver",
21377 "serde",
21378 "serde_derive",
21379 "serde_json",
21380 "unicode-xid",
21381 "wasmparser 0.229.0",
21382]
21383
21384[[package]]
21385name = "wit-parser"
21386version = "0.244.0"
21387source = "registry+https://github.com/rust-lang/crates.io-index"
21388checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21389dependencies = [
21390 "anyhow",
21391 "id-arena",
21392 "indexmap",
21393 "log",
21394 "semver",
21395 "serde",
21396 "serde_derive",
21397 "serde_json",
21398 "unicode-xid",
21399 "wasmparser 0.244.0",
21400]
21401
21402[[package]]
21403name = "witx"
21404version = "0.9.1"
21405source = "registry+https://github.com/rust-lang/crates.io-index"
21406checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21407dependencies = [
21408 "anyhow",
21409 "log",
21410 "thiserror 1.0.69",
21411 "wast",
21412]
21413
21414[[package]]
21415name = "workspace"
21416version = "0.1.0"
21417dependencies = [
21418 "any_vec",
21419 "anyhow",
21420 "async-recursion",
21421 "chrono",
21422 "client",
21423 "clock",
21424 "collections",
21425 "component",
21426 "db",
21427 "feature_flags",
21428 "fs",
21429 "futures 0.3.31",
21430 "git",
21431 "gpui",
21432 "http_client",
21433 "itertools 0.14.0",
21434 "language",
21435 "log",
21436 "markdown",
21437 "menu",
21438 "node_runtime",
21439 "parking_lot",
21440 "postage",
21441 "pretty_assertions",
21442 "project",
21443 "remote",
21444 "schemars",
21445 "serde",
21446 "serde_json",
21447 "session",
21448 "settings",
21449 "smallvec",
21450 "sqlez",
21451 "strum 0.27.2",
21452 "task",
21453 "telemetry",
21454 "tempfile",
21455 "theme",
21456 "ui",
21457 "util",
21458 "uuid",
21459 "windows 0.61.3",
21460 "zed_actions",
21461 "zlog",
21462]
21463
21464[[package]]
21465name = "worktree"
21466version = "0.1.0"
21467dependencies = [
21468 "anyhow",
21469 "async-lock 2.8.0",
21470 "chardetng",
21471 "clock",
21472 "collections",
21473 "encoding_rs",
21474 "fs",
21475 "futures 0.3.31",
21476 "fuzzy",
21477 "git",
21478 "gpui",
21479 "ignore",
21480 "language",
21481 "log",
21482 "parking_lot",
21483 "paths",
21484 "postage",
21485 "pretty_assertions",
21486 "rand 0.9.2",
21487 "rpc",
21488 "serde",
21489 "serde_json",
21490 "settings",
21491 "smallvec",
21492 "smol",
21493 "sum_tree",
21494 "text",
21495 "tracing",
21496 "util",
21497 "worktree",
21498 "zlog",
21499 "ztracing",
21500]
21501
21502[[package]]
21503name = "worktree_benchmarks"
21504version = "0.1.0"
21505dependencies = [
21506 "fs",
21507 "gpui_platform",
21508 "settings",
21509 "worktree",
21510]
21511
21512[[package]]
21513name = "wprcontrol"
21514version = "0.1.0"
21515source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21516dependencies = [
21517 "windows 0.61.3",
21518 "windows-bindgen",
21519 "windows-core 0.61.2",
21520 "windows-link 0.2.1",
21521]
21522
21523[[package]]
21524name = "writeable"
21525version = "0.6.1"
21526source = "registry+https://github.com/rust-lang/crates.io-index"
21527checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21528
21529[[package]]
21530name = "wyz"
21531version = "0.5.1"
21532source = "registry+https://github.com/rust-lang/crates.io-index"
21533checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21534dependencies = [
21535 "tap",
21536]
21537
21538[[package]]
21539name = "x11"
21540version = "2.21.0"
21541source = "registry+https://github.com/rust-lang/crates.io-index"
21542checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21543dependencies = [
21544 "libc",
21545 "pkg-config",
21546]
21547
21548[[package]]
21549name = "x11-clipboard"
21550version = "0.9.3"
21551source = "registry+https://github.com/rust-lang/crates.io-index"
21552checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21553dependencies = [
21554 "libc",
21555 "x11rb",
21556]
21557
21558[[package]]
21559name = "x11rb"
21560version = "0.13.2"
21561source = "registry+https://github.com/rust-lang/crates.io-index"
21562checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21563dependencies = [
21564 "as-raw-xcb-connection",
21565 "gethostname",
21566 "libc",
21567 "rustix 1.1.2",
21568 "x11rb-protocol",
21569 "xcursor",
21570]
21571
21572[[package]]
21573name = "x11rb-protocol"
21574version = "0.13.2"
21575source = "registry+https://github.com/rust-lang/crates.io-index"
21576checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21577
21578[[package]]
21579name = "x_ai"
21580version = "0.1.0"
21581dependencies = [
21582 "anyhow",
21583 "schemars",
21584 "serde",
21585 "strum 0.27.2",
21586]
21587
21588[[package]]
21589name = "xattr"
21590version = "0.2.3"
21591source = "registry+https://github.com/rust-lang/crates.io-index"
21592checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21593dependencies = [
21594 "libc",
21595]
21596
21597[[package]]
21598name = "xcb"
21599version = "1.6.0"
21600source = "registry+https://github.com/rust-lang/crates.io-index"
21601checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21602dependencies = [
21603 "bitflags 1.3.2",
21604 "libc",
21605 "quick-xml 0.30.0",
21606 "x11",
21607]
21608
21609[[package]]
21610name = "xcursor"
21611version = "0.3.10"
21612source = "registry+https://github.com/rust-lang/crates.io-index"
21613checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21614
21615[[package]]
21616name = "xim-ctext"
21617version = "0.3.0"
21618source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21619dependencies = [
21620 "encoding_rs",
21621]
21622
21623[[package]]
21624name = "xim-parser"
21625version = "0.2.1"
21626source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21627dependencies = [
21628 "bitflags 2.10.0",
21629]
21630
21631[[package]]
21632name = "xkbcommon"
21633version = "0.8.0"
21634source = "registry+https://github.com/rust-lang/crates.io-index"
21635checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21636dependencies = [
21637 "as-raw-xcb-connection",
21638 "libc",
21639 "memmap2",
21640 "xkeysym",
21641]
21642
21643[[package]]
21644name = "xkeysym"
21645version = "0.2.1"
21646source = "registry+https://github.com/rust-lang/crates.io-index"
21647checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21648
21649[[package]]
21650name = "xml-rs"
21651version = "0.8.28"
21652source = "registry+https://github.com/rust-lang/crates.io-index"
21653checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21654
21655[[package]]
21656name = "xml5ever"
21657version = "0.18.1"
21658source = "registry+https://github.com/rust-lang/crates.io-index"
21659checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21660dependencies = [
21661 "log",
21662 "mac",
21663 "markup5ever 0.12.1",
21664]
21665
21666[[package]]
21667name = "xmlparser"
21668version = "0.13.6"
21669source = "registry+https://github.com/rust-lang/crates.io-index"
21670checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21671
21672[[package]]
21673name = "xmlwriter"
21674version = "0.1.0"
21675source = "registry+https://github.com/rust-lang/crates.io-index"
21676checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21677
21678[[package]]
21679name = "xtask"
21680version = "0.1.0"
21681dependencies = [
21682 "annotate-snippets",
21683 "anyhow",
21684 "backtrace",
21685 "cargo_metadata",
21686 "cargo_toml",
21687 "clap",
21688 "gh-workflow",
21689 "indexmap",
21690 "indoc",
21691 "itertools 0.14.0",
21692 "regex",
21693 "serde",
21694 "serde_json",
21695 "serde_yaml",
21696 "strum 0.27.2",
21697 "toml 0.8.23",
21698 "toml_edit 0.22.27",
21699]
21700
21701[[package]]
21702name = "yaml-rust2"
21703version = "0.8.1"
21704source = "registry+https://github.com/rust-lang/crates.io-index"
21705checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21706dependencies = [
21707 "arraydeque",
21708 "encoding_rs",
21709 "hashlink 0.8.4",
21710]
21711
21712[[package]]
21713name = "yansi"
21714version = "1.0.1"
21715source = "registry+https://github.com/rust-lang/crates.io-index"
21716checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21717
21718[[package]]
21719name = "yawc"
21720version = "0.2.5"
21721source = "registry+https://github.com/rust-lang/crates.io-index"
21722checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21723dependencies = [
21724 "base64 0.22.1",
21725 "bytes 1.11.1",
21726 "flate2",
21727 "futures 0.3.31",
21728 "http-body-util",
21729 "hyper 1.7.0",
21730 "hyper-util",
21731 "js-sys",
21732 "nom 8.0.0",
21733 "pin-project",
21734 "rand 0.8.5",
21735 "sha1",
21736 "thiserror 1.0.69",
21737 "tokio",
21738 "tokio-rustls 0.26.2",
21739 "tokio-util",
21740 "url",
21741 "wasm-bindgen",
21742 "wasm-bindgen-futures",
21743 "web-sys",
21744 "webpki-roots",
21745]
21746
21747[[package]]
21748name = "yazi"
21749version = "0.2.1"
21750source = "registry+https://github.com/rust-lang/crates.io-index"
21751checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21752
21753[[package]]
21754name = "yeslogic-fontconfig-sys"
21755version = "6.0.0"
21756source = "registry+https://github.com/rust-lang/crates.io-index"
21757checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21758dependencies = [
21759 "dlib",
21760 "once_cell",
21761 "pkg-config",
21762]
21763
21764[[package]]
21765name = "yoke"
21766version = "0.7.5"
21767source = "registry+https://github.com/rust-lang/crates.io-index"
21768checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21769dependencies = [
21770 "serde",
21771 "stable_deref_trait",
21772 "yoke-derive 0.7.5",
21773 "zerofrom",
21774]
21775
21776[[package]]
21777name = "yoke"
21778version = "0.8.0"
21779source = "registry+https://github.com/rust-lang/crates.io-index"
21780checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21781dependencies = [
21782 "serde",
21783 "stable_deref_trait",
21784 "yoke-derive 0.8.0",
21785 "zerofrom",
21786]
21787
21788[[package]]
21789name = "yoke-derive"
21790version = "0.7.5"
21791source = "registry+https://github.com/rust-lang/crates.io-index"
21792checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21793dependencies = [
21794 "proc-macro2",
21795 "quote",
21796 "syn 2.0.117",
21797 "synstructure",
21798]
21799
21800[[package]]
21801name = "yoke-derive"
21802version = "0.8.0"
21803source = "registry+https://github.com/rust-lang/crates.io-index"
21804checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21805dependencies = [
21806 "proc-macro2",
21807 "quote",
21808 "syn 2.0.117",
21809 "synstructure",
21810]
21811
21812[[package]]
21813name = "zbus"
21814version = "5.13.2"
21815source = "registry+https://github.com/rust-lang/crates.io-index"
21816checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21817dependencies = [
21818 "async-broadcast",
21819 "async-executor",
21820 "async-io",
21821 "async-lock 3.4.2",
21822 "async-process",
21823 "async-recursion",
21824 "async-task",
21825 "async-trait",
21826 "blocking",
21827 "enumflags2",
21828 "event-listener 5.4.1",
21829 "futures-core",
21830 "futures-lite 2.6.1",
21831 "hex",
21832 "libc",
21833 "ordered-stream",
21834 "rustix 1.1.2",
21835 "serde",
21836 "serde_repr",
21837 "tracing",
21838 "uds_windows",
21839 "uuid",
21840 "windows-sys 0.61.2",
21841 "winnow",
21842 "zbus_macros",
21843 "zbus_names",
21844 "zvariant",
21845]
21846
21847[[package]]
21848name = "zbus_macros"
21849version = "5.13.2"
21850source = "registry+https://github.com/rust-lang/crates.io-index"
21851checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21852dependencies = [
21853 "proc-macro-crate",
21854 "proc-macro2",
21855 "quote",
21856 "syn 2.0.117",
21857 "zbus_names",
21858 "zvariant",
21859 "zvariant_utils",
21860]
21861
21862[[package]]
21863name = "zbus_names"
21864version = "4.3.1"
21865source = "registry+https://github.com/rust-lang/crates.io-index"
21866checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21867dependencies = [
21868 "serde",
21869 "winnow",
21870 "zvariant",
21871]
21872
21873[[package]]
21874name = "zed"
21875version = "0.230.0"
21876dependencies = [
21877 "acp_thread",
21878 "acp_tools",
21879 "action_log",
21880 "activity_indicator",
21881 "agent",
21882 "agent-client-protocol",
21883 "agent_servers",
21884 "agent_settings",
21885 "agent_ui",
21886 "anyhow",
21887 "ashpd",
21888 "askpass",
21889 "assets",
21890 "audio",
21891 "auto_update",
21892 "auto_update_ui",
21893 "breadcrumbs",
21894 "call",
21895 "channel",
21896 "chrono",
21897 "clap",
21898 "cli",
21899 "client",
21900 "clock",
21901 "codestral",
21902 "collab_ui",
21903 "collections",
21904 "command_palette",
21905 "component",
21906 "component_preview",
21907 "copilot",
21908 "copilot_chat",
21909 "copilot_ui",
21910 "crashes",
21911 "csv_preview",
21912 "dap_adapters",
21913 "db",
21914 "debug_adapter_extension",
21915 "debugger_tools",
21916 "debugger_ui",
21917 "dev_container",
21918 "diagnostics",
21919 "edit_prediction",
21920 "edit_prediction_ui",
21921 "editor",
21922 "encoding_selector",
21923 "env_logger 0.11.8",
21924 "etw_tracing",
21925 "extension",
21926 "extension_host",
21927 "extensions_ui",
21928 "feature_flags",
21929 "feedback",
21930 "file_finder",
21931 "fs",
21932 "futures 0.3.31",
21933 "git",
21934 "git_graph",
21935 "git_hosting_providers",
21936 "git_ui",
21937 "go_to_line",
21938 "gpui",
21939 "gpui_platform",
21940 "gpui_tokio",
21941 "http_client",
21942 "image",
21943 "image_viewer",
21944 "inspector_ui",
21945 "install_cli",
21946 "itertools 0.14.0",
21947 "journal",
21948 "json_schema_store",
21949 "keymap_editor",
21950 "language",
21951 "language_extension",
21952 "language_model",
21953 "language_models",
21954 "language_onboarding",
21955 "language_selector",
21956 "language_tools",
21957 "languages",
21958 "line_ending_selector",
21959 "log",
21960 "markdown",
21961 "markdown_preview",
21962 "menu",
21963 "migrator",
21964 "mimalloc",
21965 "miniprofiler_ui",
21966 "nc",
21967 "node_runtime",
21968 "notifications",
21969 "onboarding",
21970 "outline",
21971 "outline_panel",
21972 "parking_lot",
21973 "paths",
21974 "picker",
21975 "pkg-config",
21976 "pretty_assertions",
21977 "profiling",
21978 "project",
21979 "project_panel",
21980 "project_symbols",
21981 "prompt_store",
21982 "proto",
21983 "rayon",
21984 "recent_projects",
21985 "release_channel",
21986 "remote",
21987 "repl",
21988 "reqwest_client",
21989 "rope",
21990 "search",
21991 "semver",
21992 "serde",
21993 "serde_json",
21994 "session",
21995 "settings",
21996 "settings_profile_selector",
21997 "settings_ui",
21998 "shellexpand 2.1.2",
21999 "sidebar",
22000 "smol",
22001 "snippet_provider",
22002 "snippets_ui",
22003 "svg_preview",
22004 "sysinfo 0.37.2",
22005 "system_specs",
22006 "tab_switcher",
22007 "task",
22008 "tasks_ui",
22009 "telemetry",
22010 "telemetry_events",
22011 "tempfile",
22012 "terminal_view",
22013 "theme",
22014 "theme_extension",
22015 "theme_selector",
22016 "time",
22017 "time_format",
22018 "title_bar",
22019 "toolchain_selector",
22020 "tracing",
22021 "ui",
22022 "ui_prompt",
22023 "url",
22024 "urlencoding",
22025 "util",
22026 "uuid",
22027 "vim",
22028 "vim_mode_setting",
22029 "watch",
22030 "web_search",
22031 "web_search_providers",
22032 "which_key",
22033 "windows 0.61.3",
22034 "winresource",
22035 "workspace",
22036 "zed-reqwest",
22037 "zed_actions",
22038 "zed_env_vars",
22039 "zlog",
22040 "zlog_settings",
22041 "ztracing",
22042]
22043
22044[[package]]
22045name = "zed-font-kit"
22046version = "0.14.1-zed"
22047source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22048dependencies = [
22049 "bitflags 2.10.0",
22050 "byteorder",
22051 "core-foundation 0.10.0",
22052 "core-graphics 0.24.0",
22053 "core-text",
22054 "dirs 5.0.1",
22055 "dwrote",
22056 "float-ord",
22057 "freetype-sys",
22058 "lazy_static",
22059 "libc",
22060 "log",
22061 "pathfinder_geometry",
22062 "pathfinder_simd",
22063 "walkdir",
22064 "winapi",
22065 "yeslogic-fontconfig-sys",
22066]
22067
22068[[package]]
22069name = "zed-reqwest"
22070version = "0.12.15-zed"
22071source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22072dependencies = [
22073 "base64 0.22.1",
22074 "bytes 1.11.1",
22075 "encoding_rs",
22076 "futures-core",
22077 "futures-util",
22078 "h2 0.4.12",
22079 "http 1.3.1",
22080 "http-body 1.0.1",
22081 "http-body-util",
22082 "hyper 1.7.0",
22083 "hyper-rustls 0.27.7",
22084 "hyper-util",
22085 "ipnet",
22086 "js-sys",
22087 "log",
22088 "mime",
22089 "mime_guess",
22090 "once_cell",
22091 "percent-encoding",
22092 "pin-project-lite",
22093 "quinn",
22094 "rustls 0.23.33",
22095 "rustls-native-certs 0.8.2",
22096 "rustls-pemfile 2.2.0",
22097 "rustls-pki-types",
22098 "serde",
22099 "serde_json",
22100 "serde_urlencoded",
22101 "sync_wrapper 1.0.2",
22102 "system-configuration 0.6.1",
22103 "tokio",
22104 "tokio-rustls 0.26.2",
22105 "tokio-socks",
22106 "tokio-util",
22107 "tower 0.5.2",
22108 "tower-service",
22109 "url",
22110 "wasm-bindgen",
22111 "wasm-bindgen-futures",
22112 "wasm-streams",
22113 "web-sys",
22114 "windows-registry 0.4.0",
22115]
22116
22117[[package]]
22118name = "zed-scap"
22119version = "0.0.8-zed"
22120source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22121dependencies = [
22122 "anyhow",
22123 "cocoa 0.25.0",
22124 "core-graphics-helmer-fork",
22125 "log",
22126 "objc",
22127 "rand 0.8.5",
22128 "screencapturekit",
22129 "screencapturekit-sys",
22130 "sysinfo 0.31.4",
22131 "tao-core-video-sys",
22132 "windows 0.61.3",
22133 "windows-capture",
22134 "x11",
22135 "xcb",
22136]
22137
22138[[package]]
22139name = "zed-xim"
22140version = "0.4.0-zed"
22141source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22142dependencies = [
22143 "ahash 0.8.12",
22144 "hashbrown 0.14.5",
22145 "log",
22146 "x11rb",
22147 "xim-ctext",
22148 "xim-parser",
22149]
22150
22151[[package]]
22152name = "zed_actions"
22153version = "0.1.0"
22154dependencies = [
22155 "gpui",
22156 "schemars",
22157 "serde",
22158 "util",
22159 "uuid",
22160]
22161
22162[[package]]
22163name = "zed_env_vars"
22164version = "0.1.0"
22165dependencies = [
22166 "gpui",
22167]
22168
22169[[package]]
22170name = "zed_extension_api"
22171version = "0.1.0"
22172source = "registry+https://github.com/rust-lang/crates.io-index"
22173checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22174dependencies = [
22175 "serde",
22176 "serde_json",
22177 "wit-bindgen 0.22.0",
22178]
22179
22180[[package]]
22181name = "zed_extension_api"
22182version = "0.7.0"
22183source = "registry+https://github.com/rust-lang/crates.io-index"
22184checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22185dependencies = [
22186 "serde",
22187 "serde_json",
22188 "wit-bindgen 0.41.0",
22189]
22190
22191[[package]]
22192name = "zed_extension_api"
22193version = "0.8.0"
22194dependencies = [
22195 "serde",
22196 "serde_json",
22197 "wit-bindgen 0.41.0",
22198]
22199
22200[[package]]
22201name = "zed_glsl"
22202version = "0.2.2"
22203dependencies = [
22204 "zed_extension_api 0.1.0",
22205]
22206
22207[[package]]
22208name = "zed_html"
22209version = "0.3.1"
22210dependencies = [
22211 "zed_extension_api 0.7.0",
22212]
22213
22214[[package]]
22215name = "zed_proto"
22216version = "0.3.1"
22217dependencies = [
22218 "zed_extension_api 0.7.0",
22219]
22220
22221[[package]]
22222name = "zed_test_extension"
22223version = "0.1.0"
22224dependencies = [
22225 "zed_extension_api 0.8.0",
22226]
22227
22228[[package]]
22229name = "zeno"
22230version = "0.3.3"
22231source = "registry+https://github.com/rust-lang/crates.io-index"
22232checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22233
22234[[package]]
22235name = "zerocopy"
22236version = "0.8.27"
22237source = "registry+https://github.com/rust-lang/crates.io-index"
22238checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22239dependencies = [
22240 "zerocopy-derive",
22241]
22242
22243[[package]]
22244name = "zerocopy-derive"
22245version = "0.8.27"
22246source = "registry+https://github.com/rust-lang/crates.io-index"
22247checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22248dependencies = [
22249 "proc-macro2",
22250 "quote",
22251 "syn 2.0.117",
22252]
22253
22254[[package]]
22255name = "zerofrom"
22256version = "0.1.6"
22257source = "registry+https://github.com/rust-lang/crates.io-index"
22258checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22259dependencies = [
22260 "zerofrom-derive",
22261]
22262
22263[[package]]
22264name = "zerofrom-derive"
22265version = "0.1.6"
22266source = "registry+https://github.com/rust-lang/crates.io-index"
22267checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22268dependencies = [
22269 "proc-macro2",
22270 "quote",
22271 "syn 2.0.117",
22272 "synstructure",
22273]
22274
22275[[package]]
22276name = "zeroize"
22277version = "1.8.2"
22278source = "registry+https://github.com/rust-lang/crates.io-index"
22279checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22280dependencies = [
22281 "zeroize_derive",
22282]
22283
22284[[package]]
22285name = "zeroize_derive"
22286version = "1.4.2"
22287source = "registry+https://github.com/rust-lang/crates.io-index"
22288checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22289dependencies = [
22290 "proc-macro2",
22291 "quote",
22292 "syn 2.0.117",
22293]
22294
22295[[package]]
22296name = "zeromq"
22297version = "0.5.0"
22298source = "registry+https://github.com/rust-lang/crates.io-index"
22299checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22300dependencies = [
22301 "async-dispatcher",
22302 "async-std",
22303 "async-trait",
22304 "asynchronous-codec",
22305 "bytes 1.11.1",
22306 "crossbeam-queue",
22307 "futures 0.3.31",
22308 "log",
22309 "num-traits",
22310 "once_cell",
22311 "parking_lot",
22312 "rand 0.9.2",
22313 "regex",
22314 "scc",
22315 "thiserror 1.0.69",
22316 "uuid",
22317]
22318
22319[[package]]
22320name = "zerotrie"
22321version = "0.2.2"
22322source = "registry+https://github.com/rust-lang/crates.io-index"
22323checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22324dependencies = [
22325 "displaydoc",
22326 "yoke 0.8.0",
22327 "zerofrom",
22328]
22329
22330[[package]]
22331name = "zerovec"
22332version = "0.11.4"
22333source = "registry+https://github.com/rust-lang/crates.io-index"
22334checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22335dependencies = [
22336 "yoke 0.8.0",
22337 "zerofrom",
22338 "zerovec-derive",
22339]
22340
22341[[package]]
22342name = "zerovec-derive"
22343version = "0.11.1"
22344source = "registry+https://github.com/rust-lang/crates.io-index"
22345checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22346dependencies = [
22347 "proc-macro2",
22348 "quote",
22349 "syn 2.0.117",
22350]
22351
22352[[package]]
22353name = "zeta_prompt"
22354version = "0.1.0"
22355dependencies = [
22356 "anyhow",
22357 "indoc",
22358 "serde",
22359 "strum 0.27.2",
22360]
22361
22362[[package]]
22363name = "zip"
22364version = "0.6.6"
22365source = "registry+https://github.com/rust-lang/crates.io-index"
22366checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22367dependencies = [
22368 "aes",
22369 "byteorder",
22370 "bzip2",
22371 "constant_time_eq",
22372 "crc32fast",
22373 "crossbeam-utils",
22374 "flate2",
22375 "hmac",
22376 "pbkdf2 0.11.0",
22377 "sha1",
22378 "time",
22379 "zstd",
22380]
22381
22382[[package]]
22383name = "zip"
22384version = "1.1.4"
22385source = "registry+https://github.com/rust-lang/crates.io-index"
22386checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22387dependencies = [
22388 "arbitrary",
22389 "crc32fast",
22390 "crossbeam-utils",
22391 "displaydoc",
22392 "indexmap",
22393 "num_enum",
22394 "thiserror 1.0.69",
22395]
22396
22397[[package]]
22398name = "zlog"
22399version = "0.1.0"
22400dependencies = [
22401 "anyhow",
22402 "chrono",
22403 "collections",
22404 "log",
22405 "tempfile",
22406]
22407
22408[[package]]
22409name = "zlog_settings"
22410version = "0.1.0"
22411dependencies = [
22412 "collections",
22413 "gpui",
22414 "settings",
22415 "zlog",
22416]
22417
22418[[package]]
22419name = "zstd"
22420version = "0.11.2+zstd.1.5.2"
22421source = "registry+https://github.com/rust-lang/crates.io-index"
22422checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22423dependencies = [
22424 "zstd-safe",
22425]
22426
22427[[package]]
22428name = "zstd-safe"
22429version = "5.0.2+zstd.1.5.2"
22430source = "registry+https://github.com/rust-lang/crates.io-index"
22431checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22432dependencies = [
22433 "libc",
22434 "zstd-sys",
22435]
22436
22437[[package]]
22438name = "zstd-sys"
22439version = "2.0.16+zstd.1.5.7"
22440source = "registry+https://github.com/rust-lang/crates.io-index"
22441checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22442dependencies = [
22443 "cc",
22444 "pkg-config",
22445]
22446
22447[[package]]
22448name = "ztracing"
22449version = "0.1.0"
22450dependencies = [
22451 "tracing",
22452 "tracing-subscriber",
22453 "tracing-tracy",
22454 "tracy-client",
22455 "zlog",
22456 "ztracing_macro",
22457]
22458
22459[[package]]
22460name = "ztracing_macro"
22461version = "0.1.0"
22462
22463[[package]]
22464name = "zune-core"
22465version = "0.4.12"
22466source = "registry+https://github.com/rust-lang/crates.io-index"
22467checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22468
22469[[package]]
22470name = "zune-inflate"
22471version = "0.2.54"
22472source = "registry+https://github.com/rust-lang/crates.io-index"
22473checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22474dependencies = [
22475 "simd-adler32",
22476]
22477
22478[[package]]
22479name = "zune-jpeg"
22480version = "0.4.21"
22481source = "registry+https://github.com/rust-lang/crates.io-index"
22482checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22483dependencies = [
22484 "zune-core",
22485]
22486
22487[[package]]
22488name = "zvariant"
22489version = "5.9.2"
22490source = "registry+https://github.com/rust-lang/crates.io-index"
22491checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22492dependencies = [
22493 "endi",
22494 "enumflags2",
22495 "serde",
22496 "serde_bytes",
22497 "winnow",
22498 "zvariant_derive",
22499 "zvariant_utils",
22500]
22501
22502[[package]]
22503name = "zvariant_derive"
22504version = "5.9.2"
22505source = "registry+https://github.com/rust-lang/crates.io-index"
22506checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22507dependencies = [
22508 "proc-macro-crate",
22509 "proc-macro2",
22510 "quote",
22511 "syn 2.0.117",
22512 "zvariant_utils",
22513]
22514
22515[[package]]
22516name = "zvariant_utils"
22517version = "3.3.0"
22518source = "registry+https://github.com/rust-lang/crates.io-index"
22519checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22520dependencies = [
22521 "proc-macro2",
22522 "quote",
22523 "serde",
22524 "syn 2.0.117",
22525 "winnow",
22526]