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 "feature_flags",
  275 "fs",
  276 "futures 0.3.31",
  277 "google_ai",
  278 "gpui",
  279 "gpui_tokio",
  280 "http_client",
  281 "indoc",
  282 "language_model",
  283 "libc",
  284 "log",
  285 "nix 0.29.0",
  286 "project",
  287 "release_channel",
  288 "reqwest_client",
  289 "serde",
  290 "serde_json",
  291 "settings",
  292 "smol",
  293 "task",
  294 "tempfile",
  295 "terminal",
  296 "thiserror 2.0.17",
  297 "ui",
  298 "util",
  299 "uuid",
  300 "watch",
  301]
  302
  303[[package]]
  304name = "agent_settings"
  305version = "0.1.0"
  306dependencies = [
  307 "agent-client-protocol",
  308 "anyhow",
  309 "collections",
  310 "convert_case 0.8.0",
  311 "fs",
  312 "gpui",
  313 "language_model",
  314 "log",
  315 "project",
  316 "regex",
  317 "schemars",
  318 "serde",
  319 "serde_json",
  320 "serde_json_lenient",
  321 "settings",
  322 "util",
  323]
  324
  325[[package]]
  326name = "agent_ui"
  327version = "0.1.0"
  328dependencies = [
  329 "acp_thread",
  330 "action_log",
  331 "agent",
  332 "agent-client-protocol",
  333 "agent_servers",
  334 "agent_settings",
  335 "ai_onboarding",
  336 "anyhow",
  337 "assistant_slash_command",
  338 "assistant_slash_commands",
  339 "assistant_text_thread",
  340 "audio",
  341 "base64 0.22.1",
  342 "buffer_diff",
  343 "chrono",
  344 "client",
  345 "cloud_api_types",
  346 "collections",
  347 "command_palette_hooks",
  348 "component",
  349 "context_server",
  350 "db",
  351 "editor",
  352 "eval_utils",
  353 "extension",
  354 "extension_host",
  355 "feature_flags",
  356 "file_icons",
  357 "fs",
  358 "futures 0.3.31",
  359 "fuzzy",
  360 "git",
  361 "gpui",
  362 "gpui_tokio",
  363 "heapless",
  364 "html_to_markdown",
  365 "http_client",
  366 "image",
  367 "indoc",
  368 "itertools 0.14.0",
  369 "jsonschema",
  370 "language",
  371 "language_model",
  372 "language_models",
  373 "languages",
  374 "log",
  375 "lsp",
  376 "markdown",
  377 "menu",
  378 "multi_buffer",
  379 "notifications",
  380 "ordered-float 2.10.1",
  381 "parking_lot",
  382 "paths",
  383 "picker",
  384 "postage",
  385 "pretty_assertions",
  386 "project",
  387 "prompt_store",
  388 "proto",
  389 "rand 0.9.2",
  390 "release_channel",
  391 "reqwest_client",
  392 "rope",
  393 "rules_library",
  394 "schemars",
  395 "search",
  396 "semver",
  397 "serde",
  398 "serde_json",
  399 "serde_json_lenient",
  400 "settings",
  401 "smol",
  402 "streaming_diff",
  403 "task",
  404 "telemetry",
  405 "terminal",
  406 "terminal_view",
  407 "text",
  408 "theme",
  409 "time",
  410 "time_format",
  411 "tree-sitter-md",
  412 "ui",
  413 "ui_input",
  414 "unindent",
  415 "url",
  416 "util",
  417 "uuid",
  418 "watch",
  419 "workspace",
  420 "zed_actions",
  421]
  422
  423[[package]]
  424name = "ahash"
  425version = "0.7.8"
  426source = "registry+https://github.com/rust-lang/crates.io-index"
  427checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  428dependencies = [
  429 "getrandom 0.2.16",
  430 "once_cell",
  431 "version_check",
  432]
  433
  434[[package]]
  435name = "ahash"
  436version = "0.8.12"
  437source = "registry+https://github.com/rust-lang/crates.io-index"
  438checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  439dependencies = [
  440 "cfg-if",
  441 "const-random",
  442 "getrandom 0.3.4",
  443 "once_cell",
  444 "serde",
  445 "version_check",
  446 "zerocopy",
  447]
  448
  449[[package]]
  450name = "aho-corasick"
  451version = "1.1.3"
  452source = "registry+https://github.com/rust-lang/crates.io-index"
  453checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  454dependencies = [
  455 "memchr",
  456]
  457
  458[[package]]
  459name = "ai_onboarding"
  460version = "0.1.0"
  461dependencies = [
  462 "client",
  463 "cloud_api_types",
  464 "component",
  465 "gpui",
  466 "language_model",
  467 "serde",
  468 "smallvec",
  469 "telemetry",
  470 "ui",
  471 "zed_actions",
  472]
  473
  474[[package]]
  475name = "alacritty_terminal"
  476version = "0.25.1"
  477source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  478dependencies = [
  479 "base64 0.22.1",
  480 "bitflags 2.10.0",
  481 "home",
  482 "libc",
  483 "log",
  484 "mach2 0.5.0",
  485 "miow",
  486 "parking_lot",
  487 "piper",
  488 "polling",
  489 "regex-automata",
  490 "rustix 1.1.2",
  491 "rustix-openpty",
  492 "serde",
  493 "signal-hook",
  494 "unicode-width",
  495 "vte",
  496 "windows-sys 0.59.0",
  497]
  498
  499[[package]]
  500name = "aliasable"
  501version = "0.1.3"
  502source = "registry+https://github.com/rust-lang/crates.io-index"
  503checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  504
  505[[package]]
  506name = "aligned-vec"
  507version = "0.6.4"
  508source = "registry+https://github.com/rust-lang/crates.io-index"
  509checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  510dependencies = [
  511 "equator",
  512]
  513
  514[[package]]
  515name = "allocator-api2"
  516version = "0.2.21"
  517source = "registry+https://github.com/rust-lang/crates.io-index"
  518checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  519
  520[[package]]
  521name = "alsa"
  522version = "0.10.0"
  523source = "registry+https://github.com/rust-lang/crates.io-index"
  524checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  525dependencies = [
  526 "alsa-sys",
  527 "bitflags 2.10.0",
  528 "cfg-if",
  529 "libc",
  530]
  531
  532[[package]]
  533name = "alsa-sys"
  534version = "0.3.1"
  535source = "registry+https://github.com/rust-lang/crates.io-index"
  536checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  537dependencies = [
  538 "libc",
  539 "pkg-config",
  540]
  541
  542[[package]]
  543name = "ambient-authority"
  544version = "0.0.2"
  545source = "registry+https://github.com/rust-lang/crates.io-index"
  546checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  547
  548[[package]]
  549name = "ammonia"
  550version = "4.1.2"
  551source = "registry+https://github.com/rust-lang/crates.io-index"
  552checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  553dependencies = [
  554 "cssparser",
  555 "html5ever 0.35.0",
  556 "maplit",
  557 "tendril",
  558 "url",
  559]
  560
  561[[package]]
  562name = "android_system_properties"
  563version = "0.1.5"
  564source = "registry+https://github.com/rust-lang/crates.io-index"
  565checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  566dependencies = [
  567 "libc",
  568]
  569
  570[[package]]
  571name = "anes"
  572version = "0.1.6"
  573source = "registry+https://github.com/rust-lang/crates.io-index"
  574checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  575
  576[[package]]
  577name = "annotate-snippets"
  578version = "0.12.12"
  579source = "registry+https://github.com/rust-lang/crates.io-index"
  580checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  581dependencies = [
  582 "anstyle",
  583 "memchr",
  584 "unicode-width",
  585]
  586
  587[[package]]
  588name = "anstream"
  589version = "0.6.21"
  590source = "registry+https://github.com/rust-lang/crates.io-index"
  591checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  592dependencies = [
  593 "anstyle",
  594 "anstyle-parse",
  595 "anstyle-query",
  596 "anstyle-wincon",
  597 "colorchoice",
  598 "is_terminal_polyfill",
  599 "utf8parse",
  600]
  601
  602[[package]]
  603name = "anstyle"
  604version = "1.0.13"
  605source = "registry+https://github.com/rust-lang/crates.io-index"
  606checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  607
  608[[package]]
  609name = "anstyle-parse"
  610version = "0.2.7"
  611source = "registry+https://github.com/rust-lang/crates.io-index"
  612checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  613dependencies = [
  614 "utf8parse",
  615]
  616
  617[[package]]
  618name = "anstyle-query"
  619version = "1.1.4"
  620source = "registry+https://github.com/rust-lang/crates.io-index"
  621checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  622dependencies = [
  623 "windows-sys 0.60.2",
  624]
  625
  626[[package]]
  627name = "anstyle-wincon"
  628version = "3.0.10"
  629source = "registry+https://github.com/rust-lang/crates.io-index"
  630checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  631dependencies = [
  632 "anstyle",
  633 "once_cell_polyfill",
  634 "windows-sys 0.60.2",
  635]
  636
  637[[package]]
  638name = "anthropic"
  639version = "0.1.0"
  640dependencies = [
  641 "anyhow",
  642 "chrono",
  643 "futures 0.3.31",
  644 "http_client",
  645 "schemars",
  646 "serde",
  647 "serde_json",
  648 "strum 0.27.2",
  649 "thiserror 2.0.17",
  650]
  651
  652[[package]]
  653name = "any_vec"
  654version = "0.14.0"
  655source = "registry+https://github.com/rust-lang/crates.io-index"
  656checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  657
  658[[package]]
  659name = "anyhow"
  660version = "1.0.100"
  661source = "registry+https://github.com/rust-lang/crates.io-index"
  662checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  663
  664[[package]]
  665name = "approx"
  666version = "0.5.1"
  667source = "registry+https://github.com/rust-lang/crates.io-index"
  668checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  669dependencies = [
  670 "num-traits",
  671]
  672
  673[[package]]
  674name = "ar_archive_writer"
  675version = "0.5.1"
  676source = "registry+https://github.com/rust-lang/crates.io-index"
  677checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  678dependencies = [
  679 "object 0.37.3",
  680]
  681
  682[[package]]
  683name = "arbitrary"
  684version = "1.4.2"
  685source = "registry+https://github.com/rust-lang/crates.io-index"
  686checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  687dependencies = [
  688 "derive_arbitrary",
  689]
  690
  691[[package]]
  692name = "arg_enum_proc_macro"
  693version = "0.3.4"
  694source = "registry+https://github.com/rust-lang/crates.io-index"
  695checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  696dependencies = [
  697 "proc-macro2",
  698 "quote",
  699 "syn 2.0.117",
  700]
  701
  702[[package]]
  703name = "arraydeque"
  704version = "0.5.1"
  705source = "registry+https://github.com/rust-lang/crates.io-index"
  706checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  707
  708[[package]]
  709name = "arrayref"
  710version = "0.3.9"
  711source = "registry+https://github.com/rust-lang/crates.io-index"
  712checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  713
  714[[package]]
  715name = "arrayvec"
  716version = "0.7.6"
  717source = "registry+https://github.com/rust-lang/crates.io-index"
  718checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  719
  720[[package]]
  721name = "as-raw-xcb-connection"
  722version = "1.0.1"
  723source = "registry+https://github.com/rust-lang/crates.io-index"
  724checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  725
  726[[package]]
  727name = "ascii"
  728version = "1.1.0"
  729source = "registry+https://github.com/rust-lang/crates.io-index"
  730checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  731
  732[[package]]
  733name = "ash"
  734version = "0.38.0+1.3.281"
  735source = "registry+https://github.com/rust-lang/crates.io-index"
  736checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  737dependencies = [
  738 "libloading",
  739]
  740
  741[[package]]
  742name = "ashpd"
  743version = "0.13.2"
  744source = "registry+https://github.com/rust-lang/crates.io-index"
  745checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  746dependencies = [
  747 "enumflags2",
  748 "futures-channel",
  749 "futures-util",
  750 "getrandom 0.4.1",
  751 "serde",
  752 "serde_repr",
  753 "wayland-backend",
  754 "wayland-client",
  755 "wayland-protocols",
  756 "zbus",
  757]
  758
  759[[package]]
  760name = "askpass"
  761version = "0.1.0"
  762dependencies = [
  763 "anyhow",
  764 "futures 0.3.31",
  765 "gpui",
  766 "log",
  767 "net",
  768 "smol",
  769 "tempfile",
  770 "util",
  771 "windows 0.61.3",
  772 "zeroize",
  773]
  774
  775[[package]]
  776name = "assets"
  777version = "0.1.0"
  778dependencies = [
  779 "anyhow",
  780 "gpui",
  781 "rust-embed",
  782]
  783
  784[[package]]
  785name = "assistant_slash_command"
  786version = "0.1.0"
  787dependencies = [
  788 "anyhow",
  789 "async-trait",
  790 "collections",
  791 "derive_more",
  792 "extension",
  793 "futures 0.3.31",
  794 "gpui",
  795 "language",
  796 "language_model",
  797 "parking_lot",
  798 "pretty_assertions",
  799 "serde",
  800 "serde_json",
  801 "ui",
  802 "util",
  803 "workspace",
  804]
  805
  806[[package]]
  807name = "assistant_slash_commands"
  808version = "0.1.0"
  809dependencies = [
  810 "anyhow",
  811 "assistant_slash_command",
  812 "chrono",
  813 "collections",
  814 "editor",
  815 "feature_flags",
  816 "fs",
  817 "futures 0.3.31",
  818 "fuzzy",
  819 "gpui",
  820 "html_to_markdown",
  821 "http_client",
  822 "language",
  823 "multi_buffer",
  824 "pretty_assertions",
  825 "project",
  826 "prompt_store",
  827 "rope",
  828 "serde",
  829 "serde_json",
  830 "settings",
  831 "smol",
  832 "text",
  833 "ui",
  834 "util",
  835 "workspace",
  836 "worktree",
  837 "zlog",
  838]
  839
  840[[package]]
  841name = "assistant_text_thread"
  842version = "0.1.0"
  843dependencies = [
  844 "agent_settings",
  845 "anyhow",
  846 "assistant_slash_command",
  847 "assistant_slash_commands",
  848 "chrono",
  849 "client",
  850 "clock",
  851 "collections",
  852 "context_server",
  853 "fs",
  854 "futures 0.3.31",
  855 "fuzzy",
  856 "gpui",
  857 "itertools 0.14.0",
  858 "language",
  859 "language_model",
  860 "log",
  861 "open_ai",
  862 "parking_lot",
  863 "paths",
  864 "pretty_assertions",
  865 "project",
  866 "prompt_store",
  867 "proto",
  868 "rand 0.9.2",
  869 "regex",
  870 "rpc",
  871 "serde",
  872 "serde_json",
  873 "settings",
  874 "smallvec",
  875 "smol",
  876 "telemetry",
  877 "text",
  878 "ui",
  879 "unindent",
  880 "util",
  881 "uuid",
  882 "workspace",
  883 "zed_env_vars",
  884]
  885
  886[[package]]
  887name = "async-attributes"
  888version = "1.1.2"
  889source = "registry+https://github.com/rust-lang/crates.io-index"
  890checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  891dependencies = [
  892 "quote",
  893 "syn 1.0.109",
  894]
  895
  896[[package]]
  897name = "async-broadcast"
  898version = "0.7.2"
  899source = "registry+https://github.com/rust-lang/crates.io-index"
  900checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  901dependencies = [
  902 "event-listener 5.4.1",
  903 "event-listener-strategy",
  904 "futures-core",
  905 "pin-project-lite",
  906]
  907
  908[[package]]
  909name = "async-channel"
  910version = "1.9.0"
  911source = "registry+https://github.com/rust-lang/crates.io-index"
  912checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  913dependencies = [
  914 "concurrent-queue",
  915 "event-listener 2.5.3",
  916 "futures-core",
  917]
  918
  919[[package]]
  920name = "async-channel"
  921version = "2.5.0"
  922source = "registry+https://github.com/rust-lang/crates.io-index"
  923checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  924dependencies = [
  925 "concurrent-queue",
  926 "event-listener-strategy",
  927 "futures-core",
  928 "pin-project-lite",
  929]
  930
  931[[package]]
  932name = "async-compat"
  933version = "0.2.5"
  934source = "registry+https://github.com/rust-lang/crates.io-index"
  935checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  936dependencies = [
  937 "futures-core",
  938 "futures-io",
  939 "once_cell",
  940 "pin-project-lite",
  941 "tokio",
  942]
  943
  944[[package]]
  945name = "async-compression"
  946version = "0.4.32"
  947source = "registry+https://github.com/rust-lang/crates.io-index"
  948checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  949dependencies = [
  950 "compression-codecs",
  951 "compression-core",
  952 "futures-core",
  953 "futures-io",
  954 "pin-project-lite",
  955]
  956
  957[[package]]
  958name = "async-dispatcher"
  959version = "0.1.2"
  960source = "registry+https://github.com/rust-lang/crates.io-index"
  961checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  962dependencies = [
  963 "async-task",
  964 "futures-lite 1.13.0",
  965]
  966
  967[[package]]
  968name = "async-executor"
  969version = "1.13.3"
  970source = "registry+https://github.com/rust-lang/crates.io-index"
  971checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  972dependencies = [
  973 "async-task",
  974 "concurrent-queue",
  975 "fastrand 2.3.0",
  976 "futures-lite 2.6.1",
  977 "pin-project-lite",
  978 "slab",
  979]
  980
  981[[package]]
  982name = "async-fs"
  983version = "2.2.0"
  984source = "registry+https://github.com/rust-lang/crates.io-index"
  985checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  986dependencies = [
  987 "async-lock 3.4.2",
  988 "blocking",
  989 "futures-lite 2.6.1",
  990]
  991
  992[[package]]
  993name = "async-global-executor"
  994version = "2.4.1"
  995source = "registry+https://github.com/rust-lang/crates.io-index"
  996checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  997dependencies = [
  998 "async-channel 2.5.0",
  999 "async-executor",
 1000 "async-io",
 1001 "async-lock 3.4.2",
 1002 "blocking",
 1003 "futures-lite 2.6.1",
 1004 "once_cell",
 1005]
 1006
 1007[[package]]
 1008name = "async-io"
 1009version = "2.6.0"
 1010source = "registry+https://github.com/rust-lang/crates.io-index"
 1011checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
 1012dependencies = [
 1013 "autocfg",
 1014 "cfg-if",
 1015 "concurrent-queue",
 1016 "futures-io",
 1017 "futures-lite 2.6.1",
 1018 "parking",
 1019 "polling",
 1020 "rustix 1.1.2",
 1021 "slab",
 1022 "windows-sys 0.61.2",
 1023]
 1024
 1025[[package]]
 1026name = "async-lock"
 1027version = "2.8.0"
 1028source = "registry+https://github.com/rust-lang/crates.io-index"
 1029checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
 1030dependencies = [
 1031 "event-listener 2.5.3",
 1032]
 1033
 1034[[package]]
 1035name = "async-lock"
 1036version = "3.4.2"
 1037source = "registry+https://github.com/rust-lang/crates.io-index"
 1038checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
 1039dependencies = [
 1040 "event-listener 5.4.1",
 1041 "event-listener-strategy",
 1042 "pin-project-lite",
 1043]
 1044
 1045[[package]]
 1046name = "async-net"
 1047version = "2.0.0"
 1048source = "registry+https://github.com/rust-lang/crates.io-index"
 1049checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
 1050dependencies = [
 1051 "async-io",
 1052 "blocking",
 1053 "futures-lite 2.6.1",
 1054]
 1055
 1056[[package]]
 1057name = "async-pipe"
 1058version = "0.1.3"
 1059source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
 1060dependencies = [
 1061 "futures 0.3.31",
 1062 "log",
 1063]
 1064
 1065[[package]]
 1066name = "async-process"
 1067version = "2.5.0"
 1068source = "registry+https://github.com/rust-lang/crates.io-index"
 1069checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 1070dependencies = [
 1071 "async-channel 2.5.0",
 1072 "async-io",
 1073 "async-lock 3.4.2",
 1074 "async-signal",
 1075 "async-task",
 1076 "blocking",
 1077 "cfg-if",
 1078 "event-listener 5.4.1",
 1079 "futures-lite 2.6.1",
 1080 "rustix 1.1.2",
 1081]
 1082
 1083[[package]]
 1084name = "async-recursion"
 1085version = "1.1.1"
 1086source = "registry+https://github.com/rust-lang/crates.io-index"
 1087checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1088dependencies = [
 1089 "proc-macro2",
 1090 "quote",
 1091 "syn 2.0.117",
 1092]
 1093
 1094[[package]]
 1095name = "async-signal"
 1096version = "0.2.13"
 1097source = "registry+https://github.com/rust-lang/crates.io-index"
 1098checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1099dependencies = [
 1100 "async-io",
 1101 "async-lock 3.4.2",
 1102 "atomic-waker",
 1103 "cfg-if",
 1104 "futures-core",
 1105 "futures-io",
 1106 "rustix 1.1.2",
 1107 "signal-hook-registry",
 1108 "slab",
 1109 "windows-sys 0.61.2",
 1110]
 1111
 1112[[package]]
 1113name = "async-std"
 1114version = "1.13.2"
 1115source = "registry+https://github.com/rust-lang/crates.io-index"
 1116checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1117dependencies = [
 1118 "async-attributes",
 1119 "async-channel 1.9.0",
 1120 "async-global-executor",
 1121 "async-io",
 1122 "async-lock 3.4.2",
 1123 "async-process",
 1124 "crossbeam-utils",
 1125 "futures-channel",
 1126 "futures-core",
 1127 "futures-io",
 1128 "futures-lite 2.6.1",
 1129 "gloo-timers",
 1130 "kv-log-macro",
 1131 "log",
 1132 "memchr",
 1133 "once_cell",
 1134 "pin-project-lite",
 1135 "pin-utils",
 1136 "slab",
 1137 "wasm-bindgen-futures",
 1138]
 1139
 1140[[package]]
 1141name = "async-stream"
 1142version = "0.3.6"
 1143source = "registry+https://github.com/rust-lang/crates.io-index"
 1144checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1145dependencies = [
 1146 "async-stream-impl",
 1147 "futures-core",
 1148 "pin-project-lite",
 1149]
 1150
 1151[[package]]
 1152name = "async-stream-impl"
 1153version = "0.3.6"
 1154source = "registry+https://github.com/rust-lang/crates.io-index"
 1155checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1156dependencies = [
 1157 "proc-macro2",
 1158 "quote",
 1159 "syn 2.0.117",
 1160]
 1161
 1162[[package]]
 1163name = "async-tar"
 1164version = "0.5.1"
 1165source = "registry+https://github.com/rust-lang/crates.io-index"
 1166checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1167dependencies = [
 1168 "async-std",
 1169 "filetime",
 1170 "libc",
 1171 "pin-project",
 1172 "redox_syscall 0.2.16",
 1173 "xattr",
 1174]
 1175
 1176[[package]]
 1177name = "async-task"
 1178version = "4.7.1"
 1179source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1180
 1181[[package]]
 1182name = "async-trait"
 1183version = "0.1.89"
 1184source = "registry+https://github.com/rust-lang/crates.io-index"
 1185checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1186dependencies = [
 1187 "proc-macro2",
 1188 "quote",
 1189 "syn 2.0.117",
 1190]
 1191
 1192[[package]]
 1193name = "async-tungstenite"
 1194version = "0.31.0"
 1195source = "registry+https://github.com/rust-lang/crates.io-index"
 1196checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1197dependencies = [
 1198 "atomic-waker",
 1199 "futures-core",
 1200 "futures-io",
 1201 "futures-task",
 1202 "futures-util",
 1203 "log",
 1204 "pin-project-lite",
 1205 "rustls-pki-types",
 1206 "tokio",
 1207 "tokio-rustls 0.26.2",
 1208 "tungstenite 0.27.0",
 1209]
 1210
 1211[[package]]
 1212name = "async_zip"
 1213version = "0.0.18"
 1214source = "registry+https://github.com/rust-lang/crates.io-index"
 1215checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1216dependencies = [
 1217 "async-compression",
 1218 "crc32fast",
 1219 "futures-lite 2.6.1",
 1220 "pin-project",
 1221 "thiserror 2.0.17",
 1222]
 1223
 1224[[package]]
 1225name = "asynchronous-codec"
 1226version = "0.7.0"
 1227source = "registry+https://github.com/rust-lang/crates.io-index"
 1228checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1229dependencies = [
 1230 "bytes 1.11.1",
 1231 "futures-sink",
 1232 "futures-util",
 1233 "memchr",
 1234 "pin-project-lite",
 1235]
 1236
 1237[[package]]
 1238name = "atoi"
 1239version = "2.0.0"
 1240source = "registry+https://github.com/rust-lang/crates.io-index"
 1241checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1242dependencies = [
 1243 "num-traits",
 1244]
 1245
 1246[[package]]
 1247name = "atomic"
 1248version = "0.5.3"
 1249source = "registry+https://github.com/rust-lang/crates.io-index"
 1250checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1251
 1252[[package]]
 1253name = "atomic-waker"
 1254version = "1.1.2"
 1255source = "registry+https://github.com/rust-lang/crates.io-index"
 1256checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1257
 1258[[package]]
 1259name = "audio"
 1260version = "0.1.0"
 1261dependencies = [
 1262 "anyhow",
 1263 "collections",
 1264 "cpal",
 1265 "crossbeam",
 1266 "denoise",
 1267 "gpui",
 1268 "libwebrtc",
 1269 "log",
 1270 "parking_lot",
 1271 "rodio",
 1272 "serde",
 1273 "settings",
 1274 "thiserror 2.0.17",
 1275 "util",
 1276]
 1277
 1278[[package]]
 1279name = "auditable-serde"
 1280version = "0.8.0"
 1281source = "registry+https://github.com/rust-lang/crates.io-index"
 1282checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1283dependencies = [
 1284 "semver",
 1285 "serde",
 1286 "serde_json",
 1287 "topological-sort",
 1288]
 1289
 1290[[package]]
 1291name = "auto_update"
 1292version = "0.1.0"
 1293dependencies = [
 1294 "anyhow",
 1295 "client",
 1296 "clock",
 1297 "ctor",
 1298 "db",
 1299 "futures 0.3.31",
 1300 "futures-lite 1.13.0",
 1301 "gpui",
 1302 "http_client",
 1303 "log",
 1304 "parking_lot",
 1305 "paths",
 1306 "release_channel",
 1307 "semver",
 1308 "serde",
 1309 "serde_json",
 1310 "settings",
 1311 "smol",
 1312 "tempfile",
 1313 "util",
 1314 "which 6.0.3",
 1315 "workspace",
 1316 "zlog",
 1317]
 1318
 1319[[package]]
 1320name = "auto_update_helper"
 1321version = "0.1.0"
 1322dependencies = [
 1323 "anyhow",
 1324 "log",
 1325 "scopeguard",
 1326 "simplelog",
 1327 "tempfile",
 1328 "windows 0.61.3",
 1329 "winresource",
 1330]
 1331
 1332[[package]]
 1333name = "auto_update_ui"
 1334version = "0.1.0"
 1335dependencies = [
 1336 "anyhow",
 1337 "auto_update",
 1338 "client",
 1339 "editor",
 1340 "gpui",
 1341 "markdown_preview",
 1342 "release_channel",
 1343 "semver",
 1344 "serde",
 1345 "serde_json",
 1346 "smol",
 1347 "ui",
 1348 "util",
 1349 "workspace",
 1350]
 1351
 1352[[package]]
 1353name = "autocfg"
 1354version = "1.5.0"
 1355source = "registry+https://github.com/rust-lang/crates.io-index"
 1356checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1357
 1358[[package]]
 1359name = "av1-grain"
 1360version = "0.2.4"
 1361source = "registry+https://github.com/rust-lang/crates.io-index"
 1362checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1363dependencies = [
 1364 "anyhow",
 1365 "arrayvec",
 1366 "log",
 1367 "nom 7.1.3",
 1368 "num-rational",
 1369 "v_frame",
 1370]
 1371
 1372[[package]]
 1373name = "avif-serialize"
 1374version = "0.8.6"
 1375source = "registry+https://github.com/rust-lang/crates.io-index"
 1376checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1377dependencies = [
 1378 "arrayvec",
 1379]
 1380
 1381[[package]]
 1382name = "aws-config"
 1383version = "1.8.10"
 1384source = "registry+https://github.com/rust-lang/crates.io-index"
 1385checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1386dependencies = [
 1387 "aws-credential-types",
 1388 "aws-runtime",
 1389 "aws-sdk-sso",
 1390 "aws-sdk-ssooidc",
 1391 "aws-sdk-sts",
 1392 "aws-smithy-async",
 1393 "aws-smithy-http",
 1394 "aws-smithy-json",
 1395 "aws-smithy-runtime",
 1396 "aws-smithy-runtime-api",
 1397 "aws-smithy-types",
 1398 "aws-types",
 1399 "bytes 1.11.1",
 1400 "fastrand 2.3.0",
 1401 "hex",
 1402 "http 1.3.1",
 1403 "ring",
 1404 "time",
 1405 "tokio",
 1406 "tracing",
 1407 "url",
 1408 "zeroize",
 1409]
 1410
 1411[[package]]
 1412name = "aws-credential-types"
 1413version = "1.2.10"
 1414source = "registry+https://github.com/rust-lang/crates.io-index"
 1415checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1416dependencies = [
 1417 "aws-smithy-async",
 1418 "aws-smithy-runtime-api",
 1419 "aws-smithy-types",
 1420 "zeroize",
 1421]
 1422
 1423[[package]]
 1424name = "aws-lc-rs"
 1425version = "1.15.4"
 1426source = "registry+https://github.com/rust-lang/crates.io-index"
 1427checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1428dependencies = [
 1429 "aws-lc-sys",
 1430 "untrusted 0.7.1",
 1431 "zeroize",
 1432]
 1433
 1434[[package]]
 1435name = "aws-lc-sys"
 1436version = "0.37.0"
 1437source = "registry+https://github.com/rust-lang/crates.io-index"
 1438checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1439dependencies = [
 1440 "cc",
 1441 "cmake",
 1442 "dunce",
 1443 "fs_extra",
 1444]
 1445
 1446[[package]]
 1447name = "aws-runtime"
 1448version = "1.5.16"
 1449source = "registry+https://github.com/rust-lang/crates.io-index"
 1450checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1451dependencies = [
 1452 "aws-credential-types",
 1453 "aws-sigv4",
 1454 "aws-smithy-async",
 1455 "aws-smithy-eventstream",
 1456 "aws-smithy-http",
 1457 "aws-smithy-runtime",
 1458 "aws-smithy-runtime-api",
 1459 "aws-smithy-types",
 1460 "aws-types",
 1461 "bytes 1.11.1",
 1462 "fastrand 2.3.0",
 1463 "http 0.2.12",
 1464 "http-body 0.4.6",
 1465 "percent-encoding",
 1466 "pin-project-lite",
 1467 "tracing",
 1468 "uuid",
 1469]
 1470
 1471[[package]]
 1472name = "aws-sdk-bedrockruntime"
 1473version = "1.113.0"
 1474source = "registry+https://github.com/rust-lang/crates.io-index"
 1475checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1476dependencies = [
 1477 "aws-credential-types",
 1478 "aws-runtime",
 1479 "aws-sigv4",
 1480 "aws-smithy-async",
 1481 "aws-smithy-eventstream",
 1482 "aws-smithy-http",
 1483 "aws-smithy-json",
 1484 "aws-smithy-runtime",
 1485 "aws-smithy-runtime-api",
 1486 "aws-smithy-types",
 1487 "aws-types",
 1488 "bytes 1.11.1",
 1489 "fastrand 2.3.0",
 1490 "http 0.2.12",
 1491 "hyper 0.14.32",
 1492 "regex-lite",
 1493 "tracing",
 1494]
 1495
 1496[[package]]
 1497name = "aws-sdk-kinesis"
 1498version = "1.95.0"
 1499source = "registry+https://github.com/rust-lang/crates.io-index"
 1500checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1501dependencies = [
 1502 "aws-credential-types",
 1503 "aws-runtime",
 1504 "aws-smithy-async",
 1505 "aws-smithy-eventstream",
 1506 "aws-smithy-http",
 1507 "aws-smithy-json",
 1508 "aws-smithy-runtime",
 1509 "aws-smithy-runtime-api",
 1510 "aws-smithy-types",
 1511 "aws-types",
 1512 "bytes 1.11.1",
 1513 "fastrand 2.3.0",
 1514 "http 0.2.12",
 1515 "regex-lite",
 1516 "tracing",
 1517]
 1518
 1519[[package]]
 1520name = "aws-sdk-s3"
 1521version = "1.112.0"
 1522source = "registry+https://github.com/rust-lang/crates.io-index"
 1523checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1524dependencies = [
 1525 "aws-credential-types",
 1526 "aws-runtime",
 1527 "aws-sigv4",
 1528 "aws-smithy-async",
 1529 "aws-smithy-checksums",
 1530 "aws-smithy-eventstream",
 1531 "aws-smithy-http",
 1532 "aws-smithy-json",
 1533 "aws-smithy-runtime",
 1534 "aws-smithy-runtime-api",
 1535 "aws-smithy-types",
 1536 "aws-smithy-xml",
 1537 "aws-types",
 1538 "bytes 1.11.1",
 1539 "fastrand 2.3.0",
 1540 "hex",
 1541 "hmac",
 1542 "http 0.2.12",
 1543 "http 1.3.1",
 1544 "http-body 0.4.6",
 1545 "lru",
 1546 "percent-encoding",
 1547 "regex-lite",
 1548 "sha2",
 1549 "tracing",
 1550 "url",
 1551]
 1552
 1553[[package]]
 1554name = "aws-sdk-sso"
 1555version = "1.88.0"
 1556source = "registry+https://github.com/rust-lang/crates.io-index"
 1557checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1558dependencies = [
 1559 "aws-credential-types",
 1560 "aws-runtime",
 1561 "aws-smithy-async",
 1562 "aws-smithy-http",
 1563 "aws-smithy-json",
 1564 "aws-smithy-runtime",
 1565 "aws-smithy-runtime-api",
 1566 "aws-smithy-types",
 1567 "aws-types",
 1568 "bytes 1.11.1",
 1569 "fastrand 2.3.0",
 1570 "http 0.2.12",
 1571 "regex-lite",
 1572 "tracing",
 1573]
 1574
 1575[[package]]
 1576name = "aws-sdk-ssooidc"
 1577version = "1.90.0"
 1578source = "registry+https://github.com/rust-lang/crates.io-index"
 1579checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1580dependencies = [
 1581 "aws-credential-types",
 1582 "aws-runtime",
 1583 "aws-smithy-async",
 1584 "aws-smithy-http",
 1585 "aws-smithy-json",
 1586 "aws-smithy-runtime",
 1587 "aws-smithy-runtime-api",
 1588 "aws-smithy-types",
 1589 "aws-types",
 1590 "bytes 1.11.1",
 1591 "fastrand 2.3.0",
 1592 "http 0.2.12",
 1593 "regex-lite",
 1594 "tracing",
 1595]
 1596
 1597[[package]]
 1598name = "aws-sdk-sts"
 1599version = "1.90.0"
 1600source = "registry+https://github.com/rust-lang/crates.io-index"
 1601checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1602dependencies = [
 1603 "aws-credential-types",
 1604 "aws-runtime",
 1605 "aws-smithy-async",
 1606 "aws-smithy-http",
 1607 "aws-smithy-json",
 1608 "aws-smithy-query",
 1609 "aws-smithy-runtime",
 1610 "aws-smithy-runtime-api",
 1611 "aws-smithy-types",
 1612 "aws-smithy-xml",
 1613 "aws-types",
 1614 "fastrand 2.3.0",
 1615 "http 0.2.12",
 1616 "regex-lite",
 1617 "tracing",
 1618]
 1619
 1620[[package]]
 1621name = "aws-sigv4"
 1622version = "1.3.6"
 1623source = "registry+https://github.com/rust-lang/crates.io-index"
 1624checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1625dependencies = [
 1626 "aws-credential-types",
 1627 "aws-smithy-eventstream",
 1628 "aws-smithy-http",
 1629 "aws-smithy-runtime-api",
 1630 "aws-smithy-types",
 1631 "bytes 1.11.1",
 1632 "crypto-bigint 0.5.5",
 1633 "form_urlencoded",
 1634 "hex",
 1635 "hmac",
 1636 "http 0.2.12",
 1637 "http 1.3.1",
 1638 "p256",
 1639 "percent-encoding",
 1640 "ring",
 1641 "sha2",
 1642 "subtle",
 1643 "time",
 1644 "tracing",
 1645 "zeroize",
 1646]
 1647
 1648[[package]]
 1649name = "aws-smithy-async"
 1650version = "1.2.6"
 1651source = "registry+https://github.com/rust-lang/crates.io-index"
 1652checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1653dependencies = [
 1654 "futures-util",
 1655 "pin-project-lite",
 1656 "tokio",
 1657]
 1658
 1659[[package]]
 1660name = "aws-smithy-checksums"
 1661version = "0.63.11"
 1662source = "registry+https://github.com/rust-lang/crates.io-index"
 1663checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1664dependencies = [
 1665 "aws-smithy-http",
 1666 "aws-smithy-types",
 1667 "bytes 1.11.1",
 1668 "crc-fast",
 1669 "hex",
 1670 "http 0.2.12",
 1671 "http-body 0.4.6",
 1672 "md-5",
 1673 "pin-project-lite",
 1674 "sha1",
 1675 "sha2",
 1676 "tracing",
 1677]
 1678
 1679[[package]]
 1680name = "aws-smithy-eventstream"
 1681version = "0.60.13"
 1682source = "registry+https://github.com/rust-lang/crates.io-index"
 1683checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1684dependencies = [
 1685 "aws-smithy-types",
 1686 "bytes 1.11.1",
 1687 "crc32fast",
 1688]
 1689
 1690[[package]]
 1691name = "aws-smithy-http"
 1692version = "0.62.5"
 1693source = "registry+https://github.com/rust-lang/crates.io-index"
 1694checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1695dependencies = [
 1696 "aws-smithy-eventstream",
 1697 "aws-smithy-runtime-api",
 1698 "aws-smithy-types",
 1699 "bytes 1.11.1",
 1700 "bytes-utils",
 1701 "futures-core",
 1702 "futures-util",
 1703 "http 0.2.12",
 1704 "http 1.3.1",
 1705 "http-body 0.4.6",
 1706 "percent-encoding",
 1707 "pin-project-lite",
 1708 "pin-utils",
 1709 "tracing",
 1710]
 1711
 1712[[package]]
 1713name = "aws-smithy-http-client"
 1714version = "1.1.4"
 1715source = "registry+https://github.com/rust-lang/crates.io-index"
 1716checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1717dependencies = [
 1718 "aws-smithy-async",
 1719 "aws-smithy-runtime-api",
 1720 "aws-smithy-types",
 1721 "h2 0.3.27",
 1722 "h2 0.4.12",
 1723 "http 0.2.12",
 1724 "http 1.3.1",
 1725 "http-body 0.4.6",
 1726 "hyper 0.14.32",
 1727 "hyper 1.7.0",
 1728 "hyper-rustls 0.24.2",
 1729 "hyper-rustls 0.27.7",
 1730 "hyper-util",
 1731 "pin-project-lite",
 1732 "rustls 0.21.12",
 1733 "rustls 0.23.33",
 1734 "rustls-native-certs 0.8.2",
 1735 "rustls-pki-types",
 1736 "tokio",
 1737 "tokio-rustls 0.26.2",
 1738 "tower 0.5.2",
 1739 "tracing",
 1740]
 1741
 1742[[package]]
 1743name = "aws-smithy-json"
 1744version = "0.61.7"
 1745source = "registry+https://github.com/rust-lang/crates.io-index"
 1746checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1747dependencies = [
 1748 "aws-smithy-types",
 1749]
 1750
 1751[[package]]
 1752name = "aws-smithy-observability"
 1753version = "0.1.4"
 1754source = "registry+https://github.com/rust-lang/crates.io-index"
 1755checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1756dependencies = [
 1757 "aws-smithy-runtime-api",
 1758]
 1759
 1760[[package]]
 1761name = "aws-smithy-query"
 1762version = "0.60.8"
 1763source = "registry+https://github.com/rust-lang/crates.io-index"
 1764checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1765dependencies = [
 1766 "aws-smithy-types",
 1767 "urlencoding",
 1768]
 1769
 1770[[package]]
 1771name = "aws-smithy-runtime"
 1772version = "1.9.4"
 1773source = "registry+https://github.com/rust-lang/crates.io-index"
 1774checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1775dependencies = [
 1776 "aws-smithy-async",
 1777 "aws-smithy-http",
 1778 "aws-smithy-http-client",
 1779 "aws-smithy-observability",
 1780 "aws-smithy-runtime-api",
 1781 "aws-smithy-types",
 1782 "bytes 1.11.1",
 1783 "fastrand 2.3.0",
 1784 "http 0.2.12",
 1785 "http 1.3.1",
 1786 "http-body 0.4.6",
 1787 "http-body 1.0.1",
 1788 "pin-project-lite",
 1789 "pin-utils",
 1790 "tokio",
 1791 "tracing",
 1792]
 1793
 1794[[package]]
 1795name = "aws-smithy-runtime-api"
 1796version = "1.9.2"
 1797source = "registry+https://github.com/rust-lang/crates.io-index"
 1798checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1799dependencies = [
 1800 "aws-smithy-async",
 1801 "aws-smithy-types",
 1802 "bytes 1.11.1",
 1803 "http 0.2.12",
 1804 "http 1.3.1",
 1805 "pin-project-lite",
 1806 "tokio",
 1807 "tracing",
 1808 "zeroize",
 1809]
 1810
 1811[[package]]
 1812name = "aws-smithy-types"
 1813version = "1.3.4"
 1814source = "registry+https://github.com/rust-lang/crates.io-index"
 1815checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1816dependencies = [
 1817 "base64-simd",
 1818 "bytes 1.11.1",
 1819 "bytes-utils",
 1820 "futures-core",
 1821 "http 0.2.12",
 1822 "http 1.3.1",
 1823 "http-body 0.4.6",
 1824 "http-body 1.0.1",
 1825 "http-body-util",
 1826 "itoa",
 1827 "num-integer",
 1828 "pin-project-lite",
 1829 "pin-utils",
 1830 "ryu",
 1831 "serde",
 1832 "time",
 1833 "tokio",
 1834 "tokio-util",
 1835]
 1836
 1837[[package]]
 1838name = "aws-smithy-xml"
 1839version = "0.60.12"
 1840source = "registry+https://github.com/rust-lang/crates.io-index"
 1841checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1842dependencies = [
 1843 "xmlparser",
 1844]
 1845
 1846[[package]]
 1847name = "aws-types"
 1848version = "1.3.10"
 1849source = "registry+https://github.com/rust-lang/crates.io-index"
 1850checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1851dependencies = [
 1852 "aws-credential-types",
 1853 "aws-smithy-async",
 1854 "aws-smithy-runtime-api",
 1855 "aws-smithy-types",
 1856 "rustc_version",
 1857 "tracing",
 1858]
 1859
 1860[[package]]
 1861name = "aws_http_client"
 1862version = "0.1.0"
 1863dependencies = [
 1864 "aws-smithy-runtime-api",
 1865 "aws-smithy-types",
 1866 "http_client",
 1867]
 1868
 1869[[package]]
 1870name = "axum"
 1871version = "0.6.20"
 1872source = "registry+https://github.com/rust-lang/crates.io-index"
 1873checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1874dependencies = [
 1875 "async-trait",
 1876 "axum-core",
 1877 "base64 0.21.7",
 1878 "bitflags 1.3.2",
 1879 "bytes 1.11.1",
 1880 "futures-util",
 1881 "headers",
 1882 "http 0.2.12",
 1883 "http-body 0.4.6",
 1884 "hyper 0.14.32",
 1885 "itoa",
 1886 "matchit",
 1887 "memchr",
 1888 "mime",
 1889 "percent-encoding",
 1890 "pin-project-lite",
 1891 "rustversion",
 1892 "serde",
 1893 "serde_json",
 1894 "serde_path_to_error",
 1895 "serde_urlencoded",
 1896 "sha1",
 1897 "sync_wrapper 0.1.2",
 1898 "tokio",
 1899 "tokio-tungstenite 0.20.1",
 1900 "tower 0.4.13",
 1901 "tower-layer",
 1902 "tower-service",
 1903]
 1904
 1905[[package]]
 1906name = "axum-core"
 1907version = "0.3.4"
 1908source = "registry+https://github.com/rust-lang/crates.io-index"
 1909checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1910dependencies = [
 1911 "async-trait",
 1912 "bytes 1.11.1",
 1913 "futures-util",
 1914 "http 0.2.12",
 1915 "http-body 0.4.6",
 1916 "mime",
 1917 "rustversion",
 1918 "tower-layer",
 1919 "tower-service",
 1920]
 1921
 1922[[package]]
 1923name = "backtrace"
 1924version = "0.3.76"
 1925source = "registry+https://github.com/rust-lang/crates.io-index"
 1926checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1927dependencies = [
 1928 "addr2line 0.25.1",
 1929 "cfg-if",
 1930 "libc",
 1931 "miniz_oxide",
 1932 "object 0.37.3",
 1933 "rustc-demangle",
 1934 "windows-link 0.2.1",
 1935]
 1936
 1937[[package]]
 1938name = "base16ct"
 1939version = "0.1.1"
 1940source = "registry+https://github.com/rust-lang/crates.io-index"
 1941checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1942
 1943[[package]]
 1944name = "base64"
 1945version = "0.21.7"
 1946source = "registry+https://github.com/rust-lang/crates.io-index"
 1947checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1948
 1949[[package]]
 1950name = "base64"
 1951version = "0.22.1"
 1952source = "registry+https://github.com/rust-lang/crates.io-index"
 1953checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1954
 1955[[package]]
 1956name = "base64-simd"
 1957version = "0.8.0"
 1958source = "registry+https://github.com/rust-lang/crates.io-index"
 1959checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1960dependencies = [
 1961 "outref",
 1962 "vsimd",
 1963]
 1964
 1965[[package]]
 1966name = "base64ct"
 1967version = "1.8.0"
 1968source = "registry+https://github.com/rust-lang/crates.io-index"
 1969checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1970
 1971[[package]]
 1972name = "bedrock"
 1973version = "0.1.0"
 1974dependencies = [
 1975 "anyhow",
 1976 "aws-sdk-bedrockruntime",
 1977 "aws-smithy-types",
 1978 "futures 0.3.31",
 1979 "schemars",
 1980 "serde",
 1981 "serde_json",
 1982 "strum 0.27.2",
 1983 "thiserror 2.0.17",
 1984]
 1985
 1986[[package]]
 1987name = "bigdecimal"
 1988version = "0.4.8"
 1989source = "registry+https://github.com/rust-lang/crates.io-index"
 1990checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1991dependencies = [
 1992 "autocfg",
 1993 "libm",
 1994 "num-bigint",
 1995 "num-integer",
 1996 "num-traits",
 1997 "serde",
 1998]
 1999
 2000[[package]]
 2001name = "bincode"
 2002version = "1.3.3"
 2003source = "registry+https://github.com/rust-lang/crates.io-index"
 2004checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 2005dependencies = [
 2006 "serde",
 2007]
 2008
 2009[[package]]
 2010name = "bindgen"
 2011version = "0.71.1"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 2014dependencies = [
 2015 "bitflags 2.10.0",
 2016 "cexpr",
 2017 "clang-sys",
 2018 "itertools 0.12.1",
 2019 "log",
 2020 "prettyplease",
 2021 "proc-macro2",
 2022 "quote",
 2023 "regex",
 2024 "rustc-hash 2.1.1",
 2025 "shlex",
 2026 "syn 2.0.117",
 2027]
 2028
 2029[[package]]
 2030name = "bindgen"
 2031version = "0.72.1"
 2032source = "registry+https://github.com/rust-lang/crates.io-index"
 2033checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 2034dependencies = [
 2035 "bitflags 2.10.0",
 2036 "cexpr",
 2037 "clang-sys",
 2038 "itertools 0.12.1",
 2039 "proc-macro2",
 2040 "quote",
 2041 "regex",
 2042 "rustc-hash 2.1.1",
 2043 "shlex",
 2044 "syn 2.0.117",
 2045]
 2046
 2047[[package]]
 2048name = "bit-set"
 2049version = "0.8.0"
 2050source = "registry+https://github.com/rust-lang/crates.io-index"
 2051checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2052dependencies = [
 2053 "bit-vec 0.8.0",
 2054]
 2055
 2056[[package]]
 2057name = "bit-set"
 2058version = "0.9.1"
 2059source = "registry+https://github.com/rust-lang/crates.io-index"
 2060checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 2061dependencies = [
 2062 "bit-vec 0.9.1",
 2063]
 2064
 2065[[package]]
 2066name = "bit-vec"
 2067version = "0.8.0"
 2068source = "registry+https://github.com/rust-lang/crates.io-index"
 2069checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2070
 2071[[package]]
 2072name = "bit-vec"
 2073version = "0.9.1"
 2074source = "registry+https://github.com/rust-lang/crates.io-index"
 2075checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 2076
 2077[[package]]
 2078name = "bit_field"
 2079version = "0.10.3"
 2080source = "registry+https://github.com/rust-lang/crates.io-index"
 2081checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2082
 2083[[package]]
 2084name = "bitflags"
 2085version = "1.3.2"
 2086source = "registry+https://github.com/rust-lang/crates.io-index"
 2087checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2088
 2089[[package]]
 2090name = "bitflags"
 2091version = "2.10.0"
 2092source = "registry+https://github.com/rust-lang/crates.io-index"
 2093checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2094dependencies = [
 2095 "serde_core",
 2096]
 2097
 2098[[package]]
 2099name = "bitstream-io"
 2100version = "2.6.0"
 2101source = "registry+https://github.com/rust-lang/crates.io-index"
 2102checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2103
 2104[[package]]
 2105name = "bitvec"
 2106version = "1.0.1"
 2107source = "registry+https://github.com/rust-lang/crates.io-index"
 2108checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2109dependencies = [
 2110 "funty",
 2111 "radium",
 2112 "tap",
 2113 "wyz",
 2114]
 2115
 2116[[package]]
 2117name = "block"
 2118version = "0.1.6"
 2119source = "registry+https://github.com/rust-lang/crates.io-index"
 2120checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2121
 2122[[package]]
 2123name = "block-buffer"
 2124version = "0.10.4"
 2125source = "registry+https://github.com/rust-lang/crates.io-index"
 2126checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2127dependencies = [
 2128 "generic-array",
 2129]
 2130
 2131[[package]]
 2132name = "block-padding"
 2133version = "0.3.3"
 2134source = "registry+https://github.com/rust-lang/crates.io-index"
 2135checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2136dependencies = [
 2137 "generic-array",
 2138]
 2139
 2140[[package]]
 2141name = "block2"
 2142version = "0.6.2"
 2143source = "registry+https://github.com/rust-lang/crates.io-index"
 2144checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2145dependencies = [
 2146 "objc2",
 2147]
 2148
 2149[[package]]
 2150name = "blocking"
 2151version = "1.6.2"
 2152source = "registry+https://github.com/rust-lang/crates.io-index"
 2153checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2154dependencies = [
 2155 "async-channel 2.5.0",
 2156 "async-task",
 2157 "futures-io",
 2158 "futures-lite 2.6.1",
 2159 "piper",
 2160]
 2161
 2162[[package]]
 2163name = "bmrng"
 2164version = "0.5.2"
 2165source = "registry+https://github.com/rust-lang/crates.io-index"
 2166checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2167dependencies = [
 2168 "futures-core",
 2169 "tokio",
 2170]
 2171
 2172[[package]]
 2173name = "bon"
 2174version = "3.8.2"
 2175source = "registry+https://github.com/rust-lang/crates.io-index"
 2176checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2177dependencies = [
 2178 "bon-macros",
 2179 "rustversion",
 2180]
 2181
 2182[[package]]
 2183name = "bon-macros"
 2184version = "3.8.2"
 2185source = "registry+https://github.com/rust-lang/crates.io-index"
 2186checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2187dependencies = [
 2188 "darling 0.21.3",
 2189 "ident_case",
 2190 "prettyplease",
 2191 "proc-macro2",
 2192 "quote",
 2193 "rustversion",
 2194 "syn 2.0.117",
 2195]
 2196
 2197[[package]]
 2198name = "borrow-or-share"
 2199version = "0.2.4"
 2200source = "registry+https://github.com/rust-lang/crates.io-index"
 2201checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2202
 2203[[package]]
 2204name = "borsh"
 2205version = "1.5.7"
 2206source = "registry+https://github.com/rust-lang/crates.io-index"
 2207checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2208dependencies = [
 2209 "borsh-derive",
 2210 "cfg_aliases 0.2.1",
 2211]
 2212
 2213[[package]]
 2214name = "borsh-derive"
 2215version = "1.5.7"
 2216source = "registry+https://github.com/rust-lang/crates.io-index"
 2217checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2218dependencies = [
 2219 "once_cell",
 2220 "proc-macro-crate",
 2221 "proc-macro2",
 2222 "quote",
 2223 "syn 2.0.117",
 2224]
 2225
 2226[[package]]
 2227name = "breadcrumbs"
 2228version = "0.1.0"
 2229dependencies = [
 2230 "gpui",
 2231 "ui",
 2232 "workspace",
 2233]
 2234
 2235[[package]]
 2236name = "brush-parser"
 2237version = "0.3.0"
 2238source = "registry+https://github.com/rust-lang/crates.io-index"
 2239checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2240dependencies = [
 2241 "bon",
 2242 "cached",
 2243 "indenter",
 2244 "peg",
 2245 "thiserror 2.0.17",
 2246 "tracing",
 2247 "utf8-chars",
 2248]
 2249
 2250[[package]]
 2251name = "bstr"
 2252version = "1.12.0"
 2253source = "registry+https://github.com/rust-lang/crates.io-index"
 2254checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2255dependencies = [
 2256 "memchr",
 2257 "regex-automata",
 2258 "serde",
 2259]
 2260
 2261[[package]]
 2262name = "buffer_diff"
 2263version = "0.1.0"
 2264dependencies = [
 2265 "clock",
 2266 "ctor",
 2267 "futures 0.3.31",
 2268 "git2",
 2269 "gpui",
 2270 "language",
 2271 "log",
 2272 "pretty_assertions",
 2273 "rand 0.9.2",
 2274 "rope",
 2275 "settings",
 2276 "sum_tree",
 2277 "text",
 2278 "tracing",
 2279 "unindent",
 2280 "util",
 2281 "zlog",
 2282 "ztracing",
 2283]
 2284
 2285[[package]]
 2286name = "built"
 2287version = "0.7.7"
 2288source = "registry+https://github.com/rust-lang/crates.io-index"
 2289checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2290
 2291[[package]]
 2292name = "bumpalo"
 2293version = "3.19.0"
 2294source = "registry+https://github.com/rust-lang/crates.io-index"
 2295checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2296dependencies = [
 2297 "allocator-api2",
 2298]
 2299
 2300[[package]]
 2301name = "by_address"
 2302version = "1.2.1"
 2303source = "registry+https://github.com/rust-lang/crates.io-index"
 2304checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2305
 2306[[package]]
 2307name = "bytecheck"
 2308version = "0.6.12"
 2309source = "registry+https://github.com/rust-lang/crates.io-index"
 2310checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2311dependencies = [
 2312 "bytecheck_derive",
 2313 "ptr_meta",
 2314 "simdutf8",
 2315]
 2316
 2317[[package]]
 2318name = "bytecheck_derive"
 2319version = "0.6.12"
 2320source = "registry+https://github.com/rust-lang/crates.io-index"
 2321checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2322dependencies = [
 2323 "proc-macro2",
 2324 "quote",
 2325 "syn 1.0.109",
 2326]
 2327
 2328[[package]]
 2329name = "bytecount"
 2330version = "0.6.9"
 2331source = "registry+https://github.com/rust-lang/crates.io-index"
 2332checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2333
 2334[[package]]
 2335name = "bytemuck"
 2336version = "1.24.0"
 2337source = "registry+https://github.com/rust-lang/crates.io-index"
 2338checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2339dependencies = [
 2340 "bytemuck_derive",
 2341]
 2342
 2343[[package]]
 2344name = "bytemuck_derive"
 2345version = "1.10.2"
 2346source = "registry+https://github.com/rust-lang/crates.io-index"
 2347checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2348dependencies = [
 2349 "proc-macro2",
 2350 "quote",
 2351 "syn 2.0.117",
 2352]
 2353
 2354[[package]]
 2355name = "byteorder"
 2356version = "1.5.0"
 2357source = "registry+https://github.com/rust-lang/crates.io-index"
 2358checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2359
 2360[[package]]
 2361name = "byteorder-lite"
 2362version = "0.1.0"
 2363source = "registry+https://github.com/rust-lang/crates.io-index"
 2364checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2365
 2366[[package]]
 2367name = "bytes"
 2368version = "0.4.12"
 2369source = "registry+https://github.com/rust-lang/crates.io-index"
 2370checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2371dependencies = [
 2372 "byteorder",
 2373 "iovec",
 2374]
 2375
 2376[[package]]
 2377name = "bytes"
 2378version = "1.11.1"
 2379source = "registry+https://github.com/rust-lang/crates.io-index"
 2380checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2381
 2382[[package]]
 2383name = "bytes-utils"
 2384version = "0.1.4"
 2385source = "registry+https://github.com/rust-lang/crates.io-index"
 2386checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2387dependencies = [
 2388 "bytes 1.11.1",
 2389 "either",
 2390]
 2391
 2392[[package]]
 2393name = "bzip2"
 2394version = "0.4.4"
 2395source = "registry+https://github.com/rust-lang/crates.io-index"
 2396checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2397dependencies = [
 2398 "bzip2-sys",
 2399 "libc",
 2400]
 2401
 2402[[package]]
 2403name = "bzip2"
 2404version = "0.6.1"
 2405source = "registry+https://github.com/rust-lang/crates.io-index"
 2406checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2407dependencies = [
 2408 "libbz2-rs-sys",
 2409]
 2410
 2411[[package]]
 2412name = "bzip2-sys"
 2413version = "0.1.13+1.0.8"
 2414source = "registry+https://github.com/rust-lang/crates.io-index"
 2415checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2416dependencies = [
 2417 "cc",
 2418 "pkg-config",
 2419]
 2420
 2421[[package]]
 2422name = "cached"
 2423version = "0.56.0"
 2424source = "registry+https://github.com/rust-lang/crates.io-index"
 2425checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2426dependencies = [
 2427 "ahash 0.8.12",
 2428 "cached_proc_macro",
 2429 "cached_proc_macro_types",
 2430 "hashbrown 0.15.5",
 2431 "once_cell",
 2432 "thiserror 2.0.17",
 2433 "web-time",
 2434]
 2435
 2436[[package]]
 2437name = "cached_proc_macro"
 2438version = "0.25.0"
 2439source = "registry+https://github.com/rust-lang/crates.io-index"
 2440checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2441dependencies = [
 2442 "darling 0.20.11",
 2443 "proc-macro2",
 2444 "quote",
 2445 "syn 2.0.117",
 2446]
 2447
 2448[[package]]
 2449name = "cached_proc_macro_types"
 2450version = "0.1.1"
 2451source = "registry+https://github.com/rust-lang/crates.io-index"
 2452checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2453
 2454[[package]]
 2455name = "call"
 2456version = "0.1.0"
 2457dependencies = [
 2458 "anyhow",
 2459 "audio",
 2460 "client",
 2461 "collections",
 2462 "feature_flags",
 2463 "fs",
 2464 "futures 0.3.31",
 2465 "gpui",
 2466 "gpui_tokio",
 2467 "language",
 2468 "livekit_client",
 2469 "log",
 2470 "postage",
 2471 "project",
 2472 "serde",
 2473 "settings",
 2474 "telemetry",
 2475 "util",
 2476 "workspace",
 2477]
 2478
 2479[[package]]
 2480name = "calloop"
 2481version = "0.14.3"
 2482source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2483dependencies = [
 2484 "bitflags 2.10.0",
 2485 "polling",
 2486 "rustix 1.1.2",
 2487 "slab",
 2488 "tracing",
 2489]
 2490
 2491[[package]]
 2492name = "calloop-wayland-source"
 2493version = "0.4.1"
 2494source = "registry+https://github.com/rust-lang/crates.io-index"
 2495checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2496dependencies = [
 2497 "calloop",
 2498 "rustix 1.1.2",
 2499 "wayland-backend",
 2500 "wayland-client",
 2501]
 2502
 2503[[package]]
 2504name = "camino"
 2505version = "1.2.1"
 2506source = "registry+https://github.com/rust-lang/crates.io-index"
 2507checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2508dependencies = [
 2509 "serde_core",
 2510]
 2511
 2512[[package]]
 2513name = "candle-core"
 2514version = "0.9.1"
 2515source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2516dependencies = [
 2517 "byteorder",
 2518 "float8",
 2519 "gemm 0.17.1",
 2520 "half",
 2521 "memmap2",
 2522 "num-traits",
 2523 "num_cpus",
 2524 "rand 0.9.2",
 2525 "rand_distr",
 2526 "rayon",
 2527 "safetensors",
 2528 "thiserror 1.0.69",
 2529 "ug",
 2530 "yoke 0.7.5",
 2531 "zip 1.1.4",
 2532]
 2533
 2534[[package]]
 2535name = "candle-nn"
 2536version = "0.9.1"
 2537source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2538dependencies = [
 2539 "candle-core",
 2540 "half",
 2541 "libc",
 2542 "num-traits",
 2543 "rayon",
 2544 "safetensors",
 2545 "serde",
 2546 "thiserror 1.0.69",
 2547]
 2548
 2549[[package]]
 2550name = "candle-onnx"
 2551version = "0.9.1"
 2552source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2553dependencies = [
 2554 "candle-core",
 2555 "candle-nn",
 2556 "prost 0.12.6",
 2557]
 2558
 2559[[package]]
 2560name = "cap-fs-ext"
 2561version = "3.4.4"
 2562source = "registry+https://github.com/rust-lang/crates.io-index"
 2563checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2564dependencies = [
 2565 "cap-primitives",
 2566 "cap-std",
 2567 "io-lifetimes",
 2568 "windows-sys 0.59.0",
 2569]
 2570
 2571[[package]]
 2572name = "cap-net-ext"
 2573version = "3.4.4"
 2574source = "registry+https://github.com/rust-lang/crates.io-index"
 2575checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2576dependencies = [
 2577 "cap-primitives",
 2578 "cap-std",
 2579 "rustix 1.1.2",
 2580 "smallvec",
 2581]
 2582
 2583[[package]]
 2584name = "cap-primitives"
 2585version = "3.4.4"
 2586source = "registry+https://github.com/rust-lang/crates.io-index"
 2587checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2588dependencies = [
 2589 "ambient-authority",
 2590 "fs-set-times",
 2591 "io-extras",
 2592 "io-lifetimes",
 2593 "ipnet",
 2594 "maybe-owned",
 2595 "rustix 1.1.2",
 2596 "rustix-linux-procfs",
 2597 "windows-sys 0.59.0",
 2598 "winx",
 2599]
 2600
 2601[[package]]
 2602name = "cap-rand"
 2603version = "3.4.4"
 2604source = "registry+https://github.com/rust-lang/crates.io-index"
 2605checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2606dependencies = [
 2607 "ambient-authority",
 2608 "rand 0.8.5",
 2609]
 2610
 2611[[package]]
 2612name = "cap-std"
 2613version = "3.4.4"
 2614source = "registry+https://github.com/rust-lang/crates.io-index"
 2615checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2616dependencies = [
 2617 "cap-primitives",
 2618 "io-extras",
 2619 "io-lifetimes",
 2620 "rustix 1.1.2",
 2621]
 2622
 2623[[package]]
 2624name = "cap-time-ext"
 2625version = "3.4.4"
 2626source = "registry+https://github.com/rust-lang/crates.io-index"
 2627checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2628dependencies = [
 2629 "ambient-authority",
 2630 "cap-primitives",
 2631 "iana-time-zone",
 2632 "once_cell",
 2633 "rustix 1.1.2",
 2634 "winx",
 2635]
 2636
 2637[[package]]
 2638name = "cargo-platform"
 2639version = "0.1.9"
 2640source = "registry+https://github.com/rust-lang/crates.io-index"
 2641checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2642dependencies = [
 2643 "serde",
 2644]
 2645
 2646[[package]]
 2647name = "cargo_metadata"
 2648version = "0.19.2"
 2649source = "registry+https://github.com/rust-lang/crates.io-index"
 2650checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2651dependencies = [
 2652 "camino",
 2653 "cargo-platform",
 2654 "semver",
 2655 "serde",
 2656 "serde_json",
 2657 "thiserror 2.0.17",
 2658]
 2659
 2660[[package]]
 2661name = "cargo_toml"
 2662version = "0.21.0"
 2663source = "registry+https://github.com/rust-lang/crates.io-index"
 2664checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2665dependencies = [
 2666 "serde",
 2667 "toml 0.8.23",
 2668]
 2669
 2670[[package]]
 2671name = "cast"
 2672version = "0.3.0"
 2673source = "registry+https://github.com/rust-lang/crates.io-index"
 2674checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2675
 2676[[package]]
 2677name = "cbc"
 2678version = "0.1.2"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2681dependencies = [
 2682 "cipher",
 2683]
 2684
 2685[[package]]
 2686name = "cbindgen"
 2687version = "0.28.0"
 2688source = "registry+https://github.com/rust-lang/crates.io-index"
 2689checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2690dependencies = [
 2691 "heck 0.4.1",
 2692 "indexmap",
 2693 "log",
 2694 "proc-macro2",
 2695 "quote",
 2696 "serde",
 2697 "serde_json",
 2698 "syn 2.0.117",
 2699 "tempfile",
 2700 "toml 0.8.23",
 2701]
 2702
 2703[[package]]
 2704name = "cc"
 2705version = "1.2.49"
 2706source = "registry+https://github.com/rust-lang/crates.io-index"
 2707checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2708dependencies = [
 2709 "find-msvc-tools",
 2710 "jobserver",
 2711 "libc",
 2712 "shlex",
 2713]
 2714
 2715[[package]]
 2716name = "cesu8"
 2717version = "1.1.0"
 2718source = "registry+https://github.com/rust-lang/crates.io-index"
 2719checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2720
 2721[[package]]
 2722name = "cexpr"
 2723version = "0.6.0"
 2724source = "registry+https://github.com/rust-lang/crates.io-index"
 2725checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2726dependencies = [
 2727 "nom 7.1.3",
 2728]
 2729
 2730[[package]]
 2731name = "cfg-expr"
 2732version = "0.15.8"
 2733source = "registry+https://github.com/rust-lang/crates.io-index"
 2734checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2735dependencies = [
 2736 "smallvec",
 2737 "target-lexicon 0.12.16",
 2738]
 2739
 2740[[package]]
 2741name = "cfg-expr"
 2742version = "0.20.6"
 2743source = "registry+https://github.com/rust-lang/crates.io-index"
 2744checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2745dependencies = [
 2746 "smallvec",
 2747 "target-lexicon 0.13.3",
 2748]
 2749
 2750[[package]]
 2751name = "cfg-if"
 2752version = "1.0.4"
 2753source = "registry+https://github.com/rust-lang/crates.io-index"
 2754checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2755
 2756[[package]]
 2757name = "cfg_aliases"
 2758version = "0.1.1"
 2759source = "registry+https://github.com/rust-lang/crates.io-index"
 2760checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2761
 2762[[package]]
 2763name = "cfg_aliases"
 2764version = "0.2.1"
 2765source = "registry+https://github.com/rust-lang/crates.io-index"
 2766checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2767
 2768[[package]]
 2769name = "cgl"
 2770version = "0.3.2"
 2771source = "registry+https://github.com/rust-lang/crates.io-index"
 2772checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2773dependencies = [
 2774 "libc",
 2775]
 2776
 2777[[package]]
 2778name = "channel"
 2779version = "0.1.0"
 2780dependencies = [
 2781 "anyhow",
 2782 "client",
 2783 "clock",
 2784 "collections",
 2785 "futures 0.3.31",
 2786 "gpui",
 2787 "http_client",
 2788 "language",
 2789 "log",
 2790 "postage",
 2791 "release_channel",
 2792 "rpc",
 2793 "semver",
 2794 "settings",
 2795 "text",
 2796 "time",
 2797 "util",
 2798]
 2799
 2800[[package]]
 2801name = "chardetng"
 2802version = "0.1.17"
 2803source = "registry+https://github.com/rust-lang/crates.io-index"
 2804checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2805dependencies = [
 2806 "cfg-if",
 2807 "encoding_rs",
 2808 "memchr",
 2809]
 2810
 2811[[package]]
 2812name = "chrono"
 2813version = "0.4.42"
 2814source = "registry+https://github.com/rust-lang/crates.io-index"
 2815checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2816dependencies = [
 2817 "iana-time-zone",
 2818 "js-sys",
 2819 "num-traits",
 2820 "serde",
 2821 "wasm-bindgen",
 2822 "windows-link 0.2.1",
 2823]
 2824
 2825[[package]]
 2826name = "chunked_transfer"
 2827version = "1.5.0"
 2828source = "registry+https://github.com/rust-lang/crates.io-index"
 2829checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2830
 2831[[package]]
 2832name = "ciborium"
 2833version = "0.2.2"
 2834source = "registry+https://github.com/rust-lang/crates.io-index"
 2835checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2836dependencies = [
 2837 "ciborium-io",
 2838 "ciborium-ll",
 2839 "serde",
 2840]
 2841
 2842[[package]]
 2843name = "ciborium-io"
 2844version = "0.2.2"
 2845source = "registry+https://github.com/rust-lang/crates.io-index"
 2846checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2847
 2848[[package]]
 2849name = "ciborium-ll"
 2850version = "0.2.2"
 2851source = "registry+https://github.com/rust-lang/crates.io-index"
 2852checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2853dependencies = [
 2854 "ciborium-io",
 2855 "half",
 2856]
 2857
 2858[[package]]
 2859name = "cipher"
 2860version = "0.4.4"
 2861source = "registry+https://github.com/rust-lang/crates.io-index"
 2862checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2863dependencies = [
 2864 "crypto-common",
 2865 "inout",
 2866 "zeroize",
 2867]
 2868
 2869[[package]]
 2870name = "circular-buffer"
 2871version = "1.2.0"
 2872source = "registry+https://github.com/rust-lang/crates.io-index"
 2873checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2874
 2875[[package]]
 2876name = "clang-sys"
 2877version = "1.8.1"
 2878source = "registry+https://github.com/rust-lang/crates.io-index"
 2879checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2880dependencies = [
 2881 "glob",
 2882 "libc",
 2883 "libloading",
 2884]
 2885
 2886[[package]]
 2887name = "clap"
 2888version = "4.5.49"
 2889source = "registry+https://github.com/rust-lang/crates.io-index"
 2890checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2891dependencies = [
 2892 "clap_builder",
 2893 "clap_derive",
 2894]
 2895
 2896[[package]]
 2897name = "clap_builder"
 2898version = "4.5.49"
 2899source = "registry+https://github.com/rust-lang/crates.io-index"
 2900checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2901dependencies = [
 2902 "anstream",
 2903 "anstyle",
 2904 "clap_lex",
 2905 "strsim",
 2906 "terminal_size",
 2907]
 2908
 2909[[package]]
 2910name = "clap_complete"
 2911version = "4.5.59"
 2912source = "registry+https://github.com/rust-lang/crates.io-index"
 2913checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2914dependencies = [
 2915 "clap",
 2916]
 2917
 2918[[package]]
 2919name = "clap_derive"
 2920version = "4.5.49"
 2921source = "registry+https://github.com/rust-lang/crates.io-index"
 2922checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2923dependencies = [
 2924 "heck 0.5.0",
 2925 "proc-macro2",
 2926 "quote",
 2927 "syn 2.0.117",
 2928]
 2929
 2930[[package]]
 2931name = "clap_lex"
 2932version = "0.7.6"
 2933source = "registry+https://github.com/rust-lang/crates.io-index"
 2934checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2935
 2936[[package]]
 2937name = "cli"
 2938version = "0.1.0"
 2939dependencies = [
 2940 "anyhow",
 2941 "askpass",
 2942 "clap",
 2943 "collections",
 2944 "core-foundation 0.10.0",
 2945 "core-services",
 2946 "exec",
 2947 "fork",
 2948 "ipc-channel",
 2949 "parking_lot",
 2950 "paths",
 2951 "plist",
 2952 "rayon",
 2953 "release_channel",
 2954 "serde",
 2955 "serde_json",
 2956 "tempfile",
 2957 "util",
 2958 "walkdir",
 2959 "windows 0.61.3",
 2960]
 2961
 2962[[package]]
 2963name = "client"
 2964version = "0.1.0"
 2965dependencies = [
 2966 "anyhow",
 2967 "async-tungstenite",
 2968 "base64 0.22.1",
 2969 "chrono",
 2970 "clock",
 2971 "cloud_api_client",
 2972 "cloud_llm_client",
 2973 "collections",
 2974 "credentials_provider",
 2975 "derive_more",
 2976 "feature_flags",
 2977 "fs",
 2978 "futures 0.3.31",
 2979 "gpui",
 2980 "gpui_tokio",
 2981 "http_client",
 2982 "http_client_tls",
 2983 "httparse",
 2984 "log",
 2985 "objc2-foundation",
 2986 "parking_lot",
 2987 "paths",
 2988 "postage",
 2989 "rand 0.9.2",
 2990 "regex",
 2991 "release_channel",
 2992 "rpc",
 2993 "rustls-pki-types",
 2994 "semver",
 2995 "serde",
 2996 "serde_json",
 2997 "serde_urlencoded",
 2998 "settings",
 2999 "sha2",
 3000 "smol",
 3001 "telemetry",
 3002 "telemetry_events",
 3003 "text",
 3004 "thiserror 2.0.17",
 3005 "time",
 3006 "tiny_http",
 3007 "tokio",
 3008 "tokio-native-tls",
 3009 "tokio-rustls 0.26.2",
 3010 "tokio-socks",
 3011 "url",
 3012 "util",
 3013 "windows 0.61.3",
 3014 "worktree",
 3015]
 3016
 3017[[package]]
 3018name = "clock"
 3019version = "0.1.0"
 3020dependencies = [
 3021 "parking_lot",
 3022 "serde",
 3023 "smallvec",
 3024]
 3025
 3026[[package]]
 3027name = "cloud_api_client"
 3028version = "0.1.0"
 3029dependencies = [
 3030 "anyhow",
 3031 "cloud_api_types",
 3032 "futures 0.3.31",
 3033 "gpui",
 3034 "gpui_tokio",
 3035 "http_client",
 3036 "parking_lot",
 3037 "serde_json",
 3038 "thiserror 2.0.17",
 3039 "yawc",
 3040]
 3041
 3042[[package]]
 3043name = "cloud_api_types"
 3044version = "0.1.0"
 3045dependencies = [
 3046 "anyhow",
 3047 "chrono",
 3048 "ciborium",
 3049 "cloud_llm_client",
 3050 "pretty_assertions",
 3051 "serde",
 3052 "serde_json",
 3053 "strum 0.27.2",
 3054]
 3055
 3056[[package]]
 3057name = "cloud_llm_client"
 3058version = "0.1.0"
 3059dependencies = [
 3060 "anyhow",
 3061 "serde",
 3062 "serde_json",
 3063 "strum 0.27.2",
 3064 "uuid",
 3065 "zeta_prompt",
 3066]
 3067
 3068[[package]]
 3069name = "cmake"
 3070version = "0.1.56"
 3071source = "registry+https://github.com/rust-lang/crates.io-index"
 3072checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3073dependencies = [
 3074 "cc",
 3075]
 3076
 3077[[package]]
 3078name = "cobs"
 3079version = "0.3.0"
 3080source = "registry+https://github.com/rust-lang/crates.io-index"
 3081checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3082dependencies = [
 3083 "thiserror 2.0.17",
 3084]
 3085
 3086[[package]]
 3087name = "cocoa"
 3088version = "0.25.0"
 3089source = "registry+https://github.com/rust-lang/crates.io-index"
 3090checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3091dependencies = [
 3092 "bitflags 1.3.2",
 3093 "block",
 3094 "cocoa-foundation 0.1.2",
 3095 "core-foundation 0.9.4",
 3096 "core-graphics 0.23.2",
 3097 "foreign-types 0.5.0",
 3098 "libc",
 3099 "objc",
 3100]
 3101
 3102[[package]]
 3103name = "cocoa"
 3104version = "0.26.0"
 3105source = "registry+https://github.com/rust-lang/crates.io-index"
 3106checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3107dependencies = [
 3108 "bitflags 2.10.0",
 3109 "block",
 3110 "cocoa-foundation 0.2.0",
 3111 "core-foundation 0.10.0",
 3112 "core-graphics 0.24.0",
 3113 "foreign-types 0.5.0",
 3114 "libc",
 3115 "objc",
 3116]
 3117
 3118[[package]]
 3119name = "cocoa-foundation"
 3120version = "0.1.2"
 3121source = "registry+https://github.com/rust-lang/crates.io-index"
 3122checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3123dependencies = [
 3124 "bitflags 1.3.2",
 3125 "block",
 3126 "core-foundation 0.9.4",
 3127 "core-graphics-types 0.1.3",
 3128 "libc",
 3129 "objc",
 3130]
 3131
 3132[[package]]
 3133name = "cocoa-foundation"
 3134version = "0.2.0"
 3135source = "registry+https://github.com/rust-lang/crates.io-index"
 3136checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3137dependencies = [
 3138 "bitflags 2.10.0",
 3139 "block",
 3140 "core-foundation 0.10.0",
 3141 "core-graphics-types 0.2.0",
 3142 "libc",
 3143 "objc",
 3144]
 3145
 3146[[package]]
 3147name = "codespan-reporting"
 3148version = "0.13.0"
 3149source = "registry+https://github.com/rust-lang/crates.io-index"
 3150checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3151dependencies = [
 3152 "serde",
 3153 "termcolor",
 3154 "unicode-width",
 3155]
 3156
 3157[[package]]
 3158name = "codestral"
 3159version = "0.1.0"
 3160dependencies = [
 3161 "anyhow",
 3162 "edit_prediction",
 3163 "edit_prediction_types",
 3164 "futures 0.3.31",
 3165 "gpui",
 3166 "http_client",
 3167 "icons",
 3168 "language",
 3169 "language_model",
 3170 "log",
 3171 "serde",
 3172 "serde_json",
 3173 "text",
 3174 "zeta_prompt",
 3175]
 3176
 3177[[package]]
 3178name = "collab"
 3179version = "0.44.0"
 3180dependencies = [
 3181 "agent",
 3182 "anyhow",
 3183 "assistant_slash_command",
 3184 "assistant_text_thread",
 3185 "async-trait",
 3186 "async-tungstenite",
 3187 "aws-config",
 3188 "aws-sdk-kinesis",
 3189 "aws-sdk-s3",
 3190 "axum",
 3191 "buffer_diff",
 3192 "call",
 3193 "channel",
 3194 "chrono",
 3195 "client",
 3196 "clock",
 3197 "cloud_api_types",
 3198 "collab",
 3199 "collab_ui",
 3200 "collections",
 3201 "command_palette_hooks",
 3202 "ctor",
 3203 "dap",
 3204 "dap_adapters",
 3205 "dashmap",
 3206 "debugger_ui",
 3207 "editor",
 3208 "envy",
 3209 "extension",
 3210 "file_finder",
 3211 "fs",
 3212 "futures 0.3.31",
 3213 "git",
 3214 "git_hosting_providers",
 3215 "git_ui",
 3216 "gpui",
 3217 "gpui_tokio",
 3218 "hex",
 3219 "http_client",
 3220 "indoc",
 3221 "language",
 3222 "language_model",
 3223 "livekit_api",
 3224 "livekit_client",
 3225 "log",
 3226 "lsp",
 3227 "menu",
 3228 "multi_buffer",
 3229 "nanoid",
 3230 "node_runtime",
 3231 "notifications",
 3232 "parking_lot",
 3233 "pretty_assertions",
 3234 "project",
 3235 "prometheus",
 3236 "prompt_store",
 3237 "prost 0.9.0",
 3238 "rand 0.9.2",
 3239 "recent_projects",
 3240 "release_channel",
 3241 "remote",
 3242 "remote_server",
 3243 "reqwest 0.11.27",
 3244 "rpc",
 3245 "sea-orm",
 3246 "sea-orm-macros",
 3247 "semver",
 3248 "serde",
 3249 "serde_json",
 3250 "session",
 3251 "settings",
 3252 "sha2",
 3253 "smol",
 3254 "sqlx",
 3255 "strum 0.27.2",
 3256 "task",
 3257 "telemetry_events",
 3258 "text",
 3259 "theme",
 3260 "time",
 3261 "tokio",
 3262 "toml 0.8.23",
 3263 "tower 0.4.13",
 3264 "tower-http 0.4.4",
 3265 "tracing",
 3266 "tracing-subscriber",
 3267 "unindent",
 3268 "util",
 3269 "uuid",
 3270 "workspace",
 3271 "worktree",
 3272 "zed_actions",
 3273 "zlog",
 3274]
 3275
 3276[[package]]
 3277name = "collab_ui"
 3278version = "0.1.0"
 3279dependencies = [
 3280 "anyhow",
 3281 "call",
 3282 "channel",
 3283 "chrono",
 3284 "client",
 3285 "collections",
 3286 "db",
 3287 "editor",
 3288 "futures 0.3.31",
 3289 "fuzzy",
 3290 "gpui",
 3291 "livekit_client",
 3292 "log",
 3293 "menu",
 3294 "notifications",
 3295 "picker",
 3296 "project",
 3297 "release_channel",
 3298 "rpc",
 3299 "serde",
 3300 "serde_json",
 3301 "settings",
 3302 "smallvec",
 3303 "telemetry",
 3304 "theme",
 3305 "time",
 3306 "time_format",
 3307 "title_bar",
 3308 "ui",
 3309 "util",
 3310 "workspace",
 3311 "zed_actions",
 3312]
 3313
 3314[[package]]
 3315name = "collections"
 3316version = "0.1.0"
 3317dependencies = [
 3318 "indexmap",
 3319 "rustc-hash 2.1.1",
 3320]
 3321
 3322[[package]]
 3323name = "color_quant"
 3324version = "1.1.0"
 3325source = "registry+https://github.com/rust-lang/crates.io-index"
 3326checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3327
 3328[[package]]
 3329name = "colorchoice"
 3330version = "1.0.4"
 3331source = "registry+https://github.com/rust-lang/crates.io-index"
 3332checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3333
 3334[[package]]
 3335name = "combine"
 3336version = "4.6.7"
 3337source = "registry+https://github.com/rust-lang/crates.io-index"
 3338checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3339dependencies = [
 3340 "bytes 1.11.1",
 3341 "memchr",
 3342]
 3343
 3344[[package]]
 3345name = "command-fds"
 3346version = "0.3.2"
 3347source = "registry+https://github.com/rust-lang/crates.io-index"
 3348checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3349dependencies = [
 3350 "nix 0.30.1",
 3351 "thiserror 2.0.17",
 3352]
 3353
 3354[[package]]
 3355name = "command_palette"
 3356version = "0.1.0"
 3357dependencies = [
 3358 "anyhow",
 3359 "client",
 3360 "collections",
 3361 "command_palette_hooks",
 3362 "db",
 3363 "editor",
 3364 "fuzzy",
 3365 "go_to_line",
 3366 "gpui",
 3367 "language",
 3368 "log",
 3369 "menu",
 3370 "picker",
 3371 "postage",
 3372 "project",
 3373 "serde",
 3374 "settings",
 3375 "telemetry",
 3376 "theme",
 3377 "time",
 3378 "ui",
 3379 "util",
 3380 "workspace",
 3381 "zed_actions",
 3382]
 3383
 3384[[package]]
 3385name = "command_palette_hooks"
 3386version = "0.1.0"
 3387dependencies = [
 3388 "collections",
 3389 "derive_more",
 3390 "gpui",
 3391 "workspace",
 3392]
 3393
 3394[[package]]
 3395name = "component"
 3396version = "0.1.0"
 3397dependencies = [
 3398 "collections",
 3399 "documented",
 3400 "gpui",
 3401 "inventory",
 3402 "parking_lot",
 3403 "strum 0.27.2",
 3404 "theme",
 3405]
 3406
 3407[[package]]
 3408name = "component_preview"
 3409version = "0.1.0"
 3410dependencies = [
 3411 "anyhow",
 3412 "client",
 3413 "collections",
 3414 "component",
 3415 "db",
 3416 "fs",
 3417 "gpui",
 3418 "gpui_platform",
 3419 "language",
 3420 "log",
 3421 "node_runtime",
 3422 "notifications",
 3423 "project",
 3424 "release_channel",
 3425 "reqwest_client",
 3426 "session",
 3427 "settings",
 3428 "theme",
 3429 "ui",
 3430 "ui_input",
 3431 "uuid",
 3432 "workspace",
 3433]
 3434
 3435[[package]]
 3436name = "compression-codecs"
 3437version = "0.4.31"
 3438source = "registry+https://github.com/rust-lang/crates.io-index"
 3439checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3440dependencies = [
 3441 "bzip2 0.6.1",
 3442 "compression-core",
 3443 "deflate64",
 3444 "flate2",
 3445 "memchr",
 3446]
 3447
 3448[[package]]
 3449name = "compression-core"
 3450version = "0.4.29"
 3451source = "registry+https://github.com/rust-lang/crates.io-index"
 3452checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3453
 3454[[package]]
 3455name = "concurrent-queue"
 3456version = "2.5.0"
 3457source = "registry+https://github.com/rust-lang/crates.io-index"
 3458checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3459dependencies = [
 3460 "crossbeam-utils",
 3461]
 3462
 3463[[package]]
 3464name = "console"
 3465version = "0.15.11"
 3466source = "registry+https://github.com/rust-lang/crates.io-index"
 3467checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3468dependencies = [
 3469 "encode_unicode",
 3470 "libc",
 3471 "once_cell",
 3472 "unicode-width",
 3473 "windows-sys 0.59.0",
 3474]
 3475
 3476[[package]]
 3477name = "console_error_panic_hook"
 3478version = "0.1.7"
 3479source = "registry+https://github.com/rust-lang/crates.io-index"
 3480checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3481dependencies = [
 3482 "cfg-if",
 3483 "wasm-bindgen",
 3484]
 3485
 3486[[package]]
 3487name = "const-oid"
 3488version = "0.9.6"
 3489source = "registry+https://github.com/rust-lang/crates.io-index"
 3490checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3491
 3492[[package]]
 3493name = "const-random"
 3494version = "0.1.18"
 3495source = "registry+https://github.com/rust-lang/crates.io-index"
 3496checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3497dependencies = [
 3498 "const-random-macro",
 3499]
 3500
 3501[[package]]
 3502name = "const-random-macro"
 3503version = "0.1.16"
 3504source = "registry+https://github.com/rust-lang/crates.io-index"
 3505checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3506dependencies = [
 3507 "getrandom 0.2.16",
 3508 "once_cell",
 3509 "tiny-keccak",
 3510]
 3511
 3512[[package]]
 3513name = "const_format"
 3514version = "0.2.35"
 3515source = "registry+https://github.com/rust-lang/crates.io-index"
 3516checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3517dependencies = [
 3518 "const_format_proc_macros",
 3519]
 3520
 3521[[package]]
 3522name = "const_format_proc_macros"
 3523version = "0.2.34"
 3524source = "registry+https://github.com/rust-lang/crates.io-index"
 3525checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3526dependencies = [
 3527 "proc-macro2",
 3528 "quote",
 3529 "unicode-xid",
 3530]
 3531
 3532[[package]]
 3533name = "constant_time_eq"
 3534version = "0.1.5"
 3535source = "registry+https://github.com/rust-lang/crates.io-index"
 3536checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3537
 3538[[package]]
 3539name = "context_server"
 3540version = "0.1.0"
 3541dependencies = [
 3542 "anyhow",
 3543 "async-trait",
 3544 "base64 0.22.1",
 3545 "collections",
 3546 "futures 0.3.31",
 3547 "gpui",
 3548 "http_client",
 3549 "log",
 3550 "net",
 3551 "parking_lot",
 3552 "postage",
 3553 "rand 0.9.2",
 3554 "schemars",
 3555 "serde",
 3556 "serde_json",
 3557 "settings",
 3558 "sha2",
 3559 "slotmap",
 3560 "smol",
 3561 "tempfile",
 3562 "terminal",
 3563 "tiny_http",
 3564 "url",
 3565 "util",
 3566]
 3567
 3568[[package]]
 3569name = "convert_case"
 3570version = "0.8.0"
 3571source = "registry+https://github.com/rust-lang/crates.io-index"
 3572checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3573dependencies = [
 3574 "unicode-segmentation",
 3575]
 3576
 3577[[package]]
 3578name = "convert_case"
 3579version = "0.10.0"
 3580source = "registry+https://github.com/rust-lang/crates.io-index"
 3581checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3582dependencies = [
 3583 "unicode-segmentation",
 3584]
 3585
 3586[[package]]
 3587name = "convert_case"
 3588version = "0.11.0"
 3589source = "registry+https://github.com/rust-lang/crates.io-index"
 3590checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3591dependencies = [
 3592 "unicode-segmentation",
 3593]
 3594
 3595[[package]]
 3596name = "copilot"
 3597version = "0.1.0"
 3598dependencies = [
 3599 "anyhow",
 3600 "async-std",
 3601 "collections",
 3602 "command_palette_hooks",
 3603 "copilot_chat",
 3604 "edit_prediction_types",
 3605 "editor",
 3606 "fs",
 3607 "futures 0.3.31",
 3608 "gpui",
 3609 "icons",
 3610 "indoc",
 3611 "language",
 3612 "log",
 3613 "lsp",
 3614 "node_runtime",
 3615 "parking_lot",
 3616 "paths",
 3617 "pretty_assertions",
 3618 "project",
 3619 "rpc",
 3620 "semver",
 3621 "serde",
 3622 "serde_json",
 3623 "settings",
 3624 "sum_tree",
 3625 "theme",
 3626 "util",
 3627 "workspace",
 3628 "zlog",
 3629]
 3630
 3631[[package]]
 3632name = "copilot_chat"
 3633version = "0.1.0"
 3634dependencies = [
 3635 "anthropic",
 3636 "anyhow",
 3637 "collections",
 3638 "dirs 4.0.0",
 3639 "fs",
 3640 "futures 0.3.31",
 3641 "gpui",
 3642 "http_client",
 3643 "log",
 3644 "paths",
 3645 "serde",
 3646 "serde_json",
 3647 "settings",
 3648]
 3649
 3650[[package]]
 3651name = "copilot_ui"
 3652version = "0.1.0"
 3653dependencies = [
 3654 "anyhow",
 3655 "copilot",
 3656 "gpui",
 3657 "language",
 3658 "log",
 3659 "lsp",
 3660 "menu",
 3661 "project",
 3662 "serde_json",
 3663 "settings",
 3664 "ui",
 3665 "util",
 3666 "workspace",
 3667]
 3668
 3669[[package]]
 3670name = "core-foundation"
 3671version = "0.9.4"
 3672source = "registry+https://github.com/rust-lang/crates.io-index"
 3673checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3674dependencies = [
 3675 "core-foundation-sys",
 3676 "libc",
 3677]
 3678
 3679[[package]]
 3680name = "core-foundation"
 3681version = "0.10.0"
 3682source = "registry+https://github.com/rust-lang/crates.io-index"
 3683checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3684dependencies = [
 3685 "core-foundation-sys",
 3686 "libc",
 3687]
 3688
 3689[[package]]
 3690name = "core-foundation-sys"
 3691version = "0.8.7"
 3692source = "registry+https://github.com/rust-lang/crates.io-index"
 3693checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3694
 3695[[package]]
 3696name = "core-graphics"
 3697version = "0.23.2"
 3698source = "registry+https://github.com/rust-lang/crates.io-index"
 3699checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3700dependencies = [
 3701 "bitflags 1.3.2",
 3702 "core-foundation 0.9.4",
 3703 "core-graphics-types 0.1.3",
 3704 "foreign-types 0.5.0",
 3705 "libc",
 3706]
 3707
 3708[[package]]
 3709name = "core-graphics"
 3710version = "0.24.0"
 3711source = "registry+https://github.com/rust-lang/crates.io-index"
 3712checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3713dependencies = [
 3714 "bitflags 2.10.0",
 3715 "core-foundation 0.10.0",
 3716 "core-graphics-types 0.2.0",
 3717 "foreign-types 0.5.0",
 3718 "libc",
 3719]
 3720
 3721[[package]]
 3722name = "core-graphics-helmer-fork"
 3723version = "0.24.0"
 3724source = "registry+https://github.com/rust-lang/crates.io-index"
 3725checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3726dependencies = [
 3727 "bitflags 2.10.0",
 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-types"
 3736version = "0.1.3"
 3737source = "registry+https://github.com/rust-lang/crates.io-index"
 3738checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3739dependencies = [
 3740 "bitflags 1.3.2",
 3741 "core-foundation 0.9.4",
 3742 "libc",
 3743]
 3744
 3745[[package]]
 3746name = "core-graphics-types"
 3747version = "0.2.0"
 3748source = "registry+https://github.com/rust-lang/crates.io-index"
 3749checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3750dependencies = [
 3751 "bitflags 2.10.0",
 3752 "core-foundation 0.10.0",
 3753 "libc",
 3754]
 3755
 3756[[package]]
 3757name = "core-graphics2"
 3758version = "0.5.2"
 3759source = "registry+https://github.com/rust-lang/crates.io-index"
 3760checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3761dependencies = [
 3762 "bitflags 2.10.0",
 3763 "block",
 3764 "cfg-if",
 3765 "core-foundation 0.10.0",
 3766 "libc",
 3767]
 3768
 3769[[package]]
 3770name = "core-services"
 3771version = "0.2.1"
 3772source = "registry+https://github.com/rust-lang/crates.io-index"
 3773checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3774dependencies = [
 3775 "core-foundation 0.9.4",
 3776]
 3777
 3778[[package]]
 3779name = "core-text"
 3780version = "21.0.0"
 3781source = "registry+https://github.com/rust-lang/crates.io-index"
 3782checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3783dependencies = [
 3784 "core-foundation 0.10.0",
 3785 "core-graphics 0.24.0",
 3786 "foreign-types 0.5.0",
 3787 "libc",
 3788]
 3789
 3790[[package]]
 3791name = "core-video"
 3792version = "0.5.2"
 3793source = "registry+https://github.com/rust-lang/crates.io-index"
 3794checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3795dependencies = [
 3796 "block",
 3797 "core-foundation 0.10.0",
 3798 "core-graphics2",
 3799 "io-surface",
 3800 "libc",
 3801 "metal",
 3802]
 3803
 3804[[package]]
 3805name = "core_maths"
 3806version = "0.1.1"
 3807source = "registry+https://github.com/rust-lang/crates.io-index"
 3808checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3809dependencies = [
 3810 "libm",
 3811]
 3812
 3813[[package]]
 3814name = "coreaudio-rs"
 3815version = "0.12.1"
 3816source = "registry+https://github.com/rust-lang/crates.io-index"
 3817checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3818dependencies = [
 3819 "bitflags 1.3.2",
 3820 "core-foundation-sys",
 3821 "coreaudio-sys",
 3822]
 3823
 3824[[package]]
 3825name = "coreaudio-rs"
 3826version = "0.13.0"
 3827source = "registry+https://github.com/rust-lang/crates.io-index"
 3828checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3829dependencies = [
 3830 "bitflags 1.3.2",
 3831 "libc",
 3832 "objc2-audio-toolbox",
 3833 "objc2-core-audio",
 3834 "objc2-core-audio-types",
 3835 "objc2-core-foundation",
 3836]
 3837
 3838[[package]]
 3839name = "coreaudio-sys"
 3840version = "0.2.17"
 3841source = "registry+https://github.com/rust-lang/crates.io-index"
 3842checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3843dependencies = [
 3844 "bindgen 0.72.1",
 3845]
 3846
 3847[[package]]
 3848name = "cosmic-text"
 3849version = "0.17.1"
 3850source = "registry+https://github.com/rust-lang/crates.io-index"
 3851checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3852dependencies = [
 3853 "bitflags 2.10.0",
 3854 "fontdb 0.23.0",
 3855 "harfrust",
 3856 "linebender_resource_handle",
 3857 "log",
 3858 "rangemap",
 3859 "rustc-hash 2.1.1",
 3860 "self_cell",
 3861 "skrifa 0.40.0",
 3862 "smol_str",
 3863 "swash",
 3864 "sys-locale",
 3865 "unicode-bidi",
 3866 "unicode-linebreak",
 3867 "unicode-script",
 3868 "unicode-segmentation",
 3869]
 3870
 3871[[package]]
 3872name = "cpal"
 3873version = "0.17.1"
 3874source = "registry+https://github.com/rust-lang/crates.io-index"
 3875checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3876dependencies = [
 3877 "alsa",
 3878 "coreaudio-rs 0.13.0",
 3879 "dasp_sample",
 3880 "jni",
 3881 "js-sys",
 3882 "libc",
 3883 "mach2 0.5.0",
 3884 "ndk",
 3885 "ndk-context",
 3886 "num-derive",
 3887 "num-traits",
 3888 "objc2",
 3889 "objc2-audio-toolbox",
 3890 "objc2-avf-audio",
 3891 "objc2-core-audio",
 3892 "objc2-core-audio-types",
 3893 "objc2-core-foundation",
 3894 "objc2-foundation",
 3895 "wasm-bindgen",
 3896 "wasm-bindgen-futures",
 3897 "web-sys",
 3898 "windows 0.62.2",
 3899]
 3900
 3901[[package]]
 3902name = "cpp_demangle"
 3903version = "0.4.5"
 3904source = "registry+https://github.com/rust-lang/crates.io-index"
 3905checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3906dependencies = [
 3907 "cfg-if",
 3908]
 3909
 3910[[package]]
 3911name = "cpufeatures"
 3912version = "0.2.17"
 3913source = "registry+https://github.com/rust-lang/crates.io-index"
 3914checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3915dependencies = [
 3916 "libc",
 3917]
 3918
 3919[[package]]
 3920name = "cranelift-assembler-x64"
 3921version = "0.120.2"
 3922source = "registry+https://github.com/rust-lang/crates.io-index"
 3923checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
 3924dependencies = [
 3925 "cranelift-assembler-x64-meta",
 3926]
 3927
 3928[[package]]
 3929name = "cranelift-assembler-x64-meta"
 3930version = "0.120.2"
 3931source = "registry+https://github.com/rust-lang/crates.io-index"
 3932checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
 3933dependencies = [
 3934 "cranelift-srcgen",
 3935]
 3936
 3937[[package]]
 3938name = "cranelift-bforest"
 3939version = "0.120.2"
 3940source = "registry+https://github.com/rust-lang/crates.io-index"
 3941checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
 3942dependencies = [
 3943 "cranelift-entity",
 3944]
 3945
 3946[[package]]
 3947name = "cranelift-bitset"
 3948version = "0.120.2"
 3949source = "registry+https://github.com/rust-lang/crates.io-index"
 3950checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
 3951dependencies = [
 3952 "serde",
 3953 "serde_derive",
 3954]
 3955
 3956[[package]]
 3957name = "cranelift-codegen"
 3958version = "0.120.2"
 3959source = "registry+https://github.com/rust-lang/crates.io-index"
 3960checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
 3961dependencies = [
 3962 "bumpalo",
 3963 "cranelift-assembler-x64",
 3964 "cranelift-bforest",
 3965 "cranelift-bitset",
 3966 "cranelift-codegen-meta",
 3967 "cranelift-codegen-shared",
 3968 "cranelift-control",
 3969 "cranelift-entity",
 3970 "cranelift-isle",
 3971 "gimli 0.31.1",
 3972 "hashbrown 0.15.5",
 3973 "log",
 3974 "postcard",
 3975 "pulley-interpreter",
 3976 "regalloc2",
 3977 "rustc-hash 2.1.1",
 3978 "serde",
 3979 "serde_derive",
 3980 "sha2",
 3981 "smallvec",
 3982 "target-lexicon 0.13.3",
 3983]
 3984
 3985[[package]]
 3986name = "cranelift-codegen-meta"
 3987version = "0.120.2"
 3988source = "registry+https://github.com/rust-lang/crates.io-index"
 3989checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
 3990dependencies = [
 3991 "cranelift-assembler-x64-meta",
 3992 "cranelift-codegen-shared",
 3993 "cranelift-srcgen",
 3994 "pulley-interpreter",
 3995]
 3996
 3997[[package]]
 3998name = "cranelift-codegen-shared"
 3999version = "0.120.2"
 4000source = "registry+https://github.com/rust-lang/crates.io-index"
 4001checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
 4002
 4003[[package]]
 4004name = "cranelift-control"
 4005version = "0.120.2"
 4006source = "registry+https://github.com/rust-lang/crates.io-index"
 4007checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
 4008dependencies = [
 4009 "arbitrary",
 4010]
 4011
 4012[[package]]
 4013name = "cranelift-entity"
 4014version = "0.120.2"
 4015source = "registry+https://github.com/rust-lang/crates.io-index"
 4016checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
 4017dependencies = [
 4018 "cranelift-bitset",
 4019 "serde",
 4020 "serde_derive",
 4021]
 4022
 4023[[package]]
 4024name = "cranelift-frontend"
 4025version = "0.120.2"
 4026source = "registry+https://github.com/rust-lang/crates.io-index"
 4027checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
 4028dependencies = [
 4029 "cranelift-codegen",
 4030 "log",
 4031 "smallvec",
 4032 "target-lexicon 0.13.3",
 4033]
 4034
 4035[[package]]
 4036name = "cranelift-isle"
 4037version = "0.120.2"
 4038source = "registry+https://github.com/rust-lang/crates.io-index"
 4039checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
 4040
 4041[[package]]
 4042name = "cranelift-native"
 4043version = "0.120.2"
 4044source = "registry+https://github.com/rust-lang/crates.io-index"
 4045checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
 4046dependencies = [
 4047 "cranelift-codegen",
 4048 "libc",
 4049 "target-lexicon 0.13.3",
 4050]
 4051
 4052[[package]]
 4053name = "cranelift-srcgen"
 4054version = "0.120.2"
 4055source = "registry+https://github.com/rust-lang/crates.io-index"
 4056checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
 4057
 4058[[package]]
 4059name = "crash-context"
 4060version = "0.6.3"
 4061source = "registry+https://github.com/rust-lang/crates.io-index"
 4062checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4063dependencies = [
 4064 "cfg-if",
 4065 "libc",
 4066 "mach2 0.4.3",
 4067]
 4068
 4069[[package]]
 4070name = "crash-handler"
 4071version = "0.6.3"
 4072source = "registry+https://github.com/rust-lang/crates.io-index"
 4073checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4074dependencies = [
 4075 "cfg-if",
 4076 "crash-context",
 4077 "libc",
 4078 "mach2 0.4.3",
 4079 "parking_lot",
 4080]
 4081
 4082[[package]]
 4083name = "crashes"
 4084version = "0.1.0"
 4085dependencies = [
 4086 "cfg-if",
 4087 "crash-handler",
 4088 "futures 0.3.31",
 4089 "log",
 4090 "mach2 0.5.0",
 4091 "minidumper",
 4092 "parking_lot",
 4093 "paths",
 4094 "release_channel",
 4095 "serde",
 4096 "serde_json",
 4097 "smol",
 4098 "system_specs",
 4099 "windows 0.61.3",
 4100 "zstd",
 4101]
 4102
 4103[[package]]
 4104name = "crc"
 4105version = "3.3.0"
 4106source = "registry+https://github.com/rust-lang/crates.io-index"
 4107checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4108dependencies = [
 4109 "crc-catalog",
 4110]
 4111
 4112[[package]]
 4113name = "crc-catalog"
 4114version = "2.4.0"
 4115source = "registry+https://github.com/rust-lang/crates.io-index"
 4116checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4117
 4118[[package]]
 4119name = "crc-fast"
 4120version = "1.6.0"
 4121source = "registry+https://github.com/rust-lang/crates.io-index"
 4122checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4123dependencies = [
 4124 "crc",
 4125 "digest",
 4126 "rand 0.9.2",
 4127 "regex",
 4128 "rustversion",
 4129]
 4130
 4131[[package]]
 4132name = "crc32fast"
 4133version = "1.5.0"
 4134source = "registry+https://github.com/rust-lang/crates.io-index"
 4135checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4136dependencies = [
 4137 "cfg-if",
 4138]
 4139
 4140[[package]]
 4141name = "credentials_provider"
 4142version = "0.1.0"
 4143dependencies = [
 4144 "anyhow",
 4145 "futures 0.3.31",
 4146 "gpui",
 4147 "paths",
 4148 "release_channel",
 4149 "serde",
 4150 "serde_json",
 4151]
 4152
 4153[[package]]
 4154name = "criterion"
 4155version = "0.5.1"
 4156source = "registry+https://github.com/rust-lang/crates.io-index"
 4157checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4158dependencies = [
 4159 "anes",
 4160 "cast",
 4161 "ciborium",
 4162 "clap",
 4163 "criterion-plot",
 4164 "is-terminal",
 4165 "itertools 0.10.5",
 4166 "num-traits",
 4167 "once_cell",
 4168 "oorandom",
 4169 "plotters",
 4170 "rayon",
 4171 "regex",
 4172 "serde",
 4173 "serde_derive",
 4174 "serde_json",
 4175 "tinytemplate",
 4176 "walkdir",
 4177]
 4178
 4179[[package]]
 4180name = "criterion-plot"
 4181version = "0.5.0"
 4182source = "registry+https://github.com/rust-lang/crates.io-index"
 4183checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4184dependencies = [
 4185 "cast",
 4186 "itertools 0.10.5",
 4187]
 4188
 4189[[package]]
 4190name = "crossbeam"
 4191version = "0.8.4"
 4192source = "registry+https://github.com/rust-lang/crates.io-index"
 4193checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4194dependencies = [
 4195 "crossbeam-channel",
 4196 "crossbeam-deque",
 4197 "crossbeam-epoch",
 4198 "crossbeam-queue",
 4199 "crossbeam-utils",
 4200]
 4201
 4202[[package]]
 4203name = "crossbeam-channel"
 4204version = "0.5.15"
 4205source = "registry+https://github.com/rust-lang/crates.io-index"
 4206checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4207dependencies = [
 4208 "crossbeam-utils",
 4209]
 4210
 4211[[package]]
 4212name = "crossbeam-deque"
 4213version = "0.8.6"
 4214source = "registry+https://github.com/rust-lang/crates.io-index"
 4215checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4216dependencies = [
 4217 "crossbeam-epoch",
 4218 "crossbeam-utils",
 4219]
 4220
 4221[[package]]
 4222name = "crossbeam-epoch"
 4223version = "0.9.18"
 4224source = "registry+https://github.com/rust-lang/crates.io-index"
 4225checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4226dependencies = [
 4227 "crossbeam-utils",
 4228]
 4229
 4230[[package]]
 4231name = "crossbeam-queue"
 4232version = "0.3.12"
 4233source = "registry+https://github.com/rust-lang/crates.io-index"
 4234checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4235dependencies = [
 4236 "crossbeam-utils",
 4237]
 4238
 4239[[package]]
 4240name = "crossbeam-utils"
 4241version = "0.8.21"
 4242source = "registry+https://github.com/rust-lang/crates.io-index"
 4243checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4244
 4245[[package]]
 4246name = "crunchy"
 4247version = "0.2.4"
 4248source = "registry+https://github.com/rust-lang/crates.io-index"
 4249checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4250
 4251[[package]]
 4252name = "crypto-bigint"
 4253version = "0.4.9"
 4254source = "registry+https://github.com/rust-lang/crates.io-index"
 4255checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4256dependencies = [
 4257 "generic-array",
 4258 "rand_core 0.6.4",
 4259 "subtle",
 4260 "zeroize",
 4261]
 4262
 4263[[package]]
 4264name = "crypto-bigint"
 4265version = "0.5.5"
 4266source = "registry+https://github.com/rust-lang/crates.io-index"
 4267checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4268dependencies = [
 4269 "rand_core 0.6.4",
 4270 "subtle",
 4271]
 4272
 4273[[package]]
 4274name = "crypto-common"
 4275version = "0.1.6"
 4276source = "registry+https://github.com/rust-lang/crates.io-index"
 4277checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4278dependencies = [
 4279 "generic-array",
 4280 "typenum",
 4281]
 4282
 4283[[package]]
 4284name = "cssparser"
 4285version = "0.35.0"
 4286source = "registry+https://github.com/rust-lang/crates.io-index"
 4287checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4288dependencies = [
 4289 "cssparser-macros",
 4290 "dtoa-short",
 4291 "itoa",
 4292 "phf 0.11.3",
 4293 "smallvec",
 4294]
 4295
 4296[[package]]
 4297name = "cssparser-macros"
 4298version = "0.6.1"
 4299source = "registry+https://github.com/rust-lang/crates.io-index"
 4300checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4301dependencies = [
 4302 "quote",
 4303 "syn 2.0.117",
 4304]
 4305
 4306[[package]]
 4307name = "csv_preview"
 4308version = "0.1.0"
 4309dependencies = [
 4310 "anyhow",
 4311 "editor",
 4312 "feature_flags",
 4313 "gpui",
 4314 "log",
 4315 "text",
 4316 "ui",
 4317 "workspace",
 4318]
 4319
 4320[[package]]
 4321name = "ctor"
 4322version = "0.4.3"
 4323source = "registry+https://github.com/rust-lang/crates.io-index"
 4324checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4325dependencies = [
 4326 "ctor-proc-macro",
 4327 "dtor",
 4328]
 4329
 4330[[package]]
 4331name = "ctor-proc-macro"
 4332version = "0.0.6"
 4333source = "registry+https://github.com/rust-lang/crates.io-index"
 4334checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4335
 4336[[package]]
 4337name = "ctrlc"
 4338version = "3.5.0"
 4339source = "registry+https://github.com/rust-lang/crates.io-index"
 4340checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4341dependencies = [
 4342 "dispatch",
 4343 "nix 0.30.1",
 4344 "windows-sys 0.61.2",
 4345]
 4346
 4347[[package]]
 4348name = "cursor-icon"
 4349version = "1.2.0"
 4350source = "registry+https://github.com/rust-lang/crates.io-index"
 4351checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4352
 4353[[package]]
 4354name = "cxx"
 4355version = "1.0.187"
 4356source = "registry+https://github.com/rust-lang/crates.io-index"
 4357checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4358dependencies = [
 4359 "cc",
 4360 "cxx-build",
 4361 "cxxbridge-cmd",
 4362 "cxxbridge-flags",
 4363 "cxxbridge-macro",
 4364 "foldhash 0.2.0",
 4365 "link-cplusplus",
 4366]
 4367
 4368[[package]]
 4369name = "cxx-build"
 4370version = "1.0.187"
 4371source = "registry+https://github.com/rust-lang/crates.io-index"
 4372checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4373dependencies = [
 4374 "cc",
 4375 "codespan-reporting",
 4376 "indexmap",
 4377 "proc-macro2",
 4378 "quote",
 4379 "scratch",
 4380 "syn 2.0.117",
 4381]
 4382
 4383[[package]]
 4384name = "cxxbridge-cmd"
 4385version = "1.0.187"
 4386source = "registry+https://github.com/rust-lang/crates.io-index"
 4387checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4388dependencies = [
 4389 "clap",
 4390 "codespan-reporting",
 4391 "indexmap",
 4392 "proc-macro2",
 4393 "quote",
 4394 "syn 2.0.117",
 4395]
 4396
 4397[[package]]
 4398name = "cxxbridge-flags"
 4399version = "1.0.187"
 4400source = "registry+https://github.com/rust-lang/crates.io-index"
 4401checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4402
 4403[[package]]
 4404name = "cxxbridge-macro"
 4405version = "1.0.187"
 4406source = "registry+https://github.com/rust-lang/crates.io-index"
 4407checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4408dependencies = [
 4409 "indexmap",
 4410 "proc-macro2",
 4411 "quote",
 4412 "syn 2.0.117",
 4413]
 4414
 4415[[package]]
 4416name = "dap"
 4417version = "0.1.0"
 4418dependencies = [
 4419 "anyhow",
 4420 "async-compression",
 4421 "async-pipe",
 4422 "async-tar",
 4423 "async-trait",
 4424 "client",
 4425 "collections",
 4426 "dap-types",
 4427 "fs",
 4428 "futures 0.3.31",
 4429 "gpui",
 4430 "http_client",
 4431 "language",
 4432 "libc",
 4433 "log",
 4434 "node_runtime",
 4435 "parking_lot",
 4436 "paths",
 4437 "proto",
 4438 "schemars",
 4439 "serde",
 4440 "serde_json",
 4441 "settings",
 4442 "smallvec",
 4443 "smol",
 4444 "task",
 4445 "telemetry",
 4446 "util",
 4447 "zlog",
 4448]
 4449
 4450[[package]]
 4451name = "dap-types"
 4452version = "0.0.1"
 4453source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4454dependencies = [
 4455 "schemars",
 4456 "serde",
 4457 "serde_json",
 4458]
 4459
 4460[[package]]
 4461name = "dap_adapters"
 4462version = "0.1.0"
 4463dependencies = [
 4464 "anyhow",
 4465 "async-trait",
 4466 "collections",
 4467 "dap",
 4468 "dotenvy",
 4469 "fs",
 4470 "futures 0.3.31",
 4471 "gpui",
 4472 "http_client",
 4473 "json_dotpath",
 4474 "language",
 4475 "log",
 4476 "node_runtime",
 4477 "paths",
 4478 "serde",
 4479 "serde_json",
 4480 "settings",
 4481 "smol",
 4482 "task",
 4483 "util",
 4484]
 4485
 4486[[package]]
 4487name = "darling"
 4488version = "0.20.11"
 4489source = "registry+https://github.com/rust-lang/crates.io-index"
 4490checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4491dependencies = [
 4492 "darling_core 0.20.11",
 4493 "darling_macro 0.20.11",
 4494]
 4495
 4496[[package]]
 4497name = "darling"
 4498version = "0.21.3"
 4499source = "registry+https://github.com/rust-lang/crates.io-index"
 4500checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4501dependencies = [
 4502 "darling_core 0.21.3",
 4503 "darling_macro 0.21.3",
 4504]
 4505
 4506[[package]]
 4507name = "darling_core"
 4508version = "0.20.11"
 4509source = "registry+https://github.com/rust-lang/crates.io-index"
 4510checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4511dependencies = [
 4512 "fnv",
 4513 "ident_case",
 4514 "proc-macro2",
 4515 "quote",
 4516 "strsim",
 4517 "syn 2.0.117",
 4518]
 4519
 4520[[package]]
 4521name = "darling_core"
 4522version = "0.21.3"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4525dependencies = [
 4526 "fnv",
 4527 "ident_case",
 4528 "proc-macro2",
 4529 "quote",
 4530 "strsim",
 4531 "syn 2.0.117",
 4532]
 4533
 4534[[package]]
 4535name = "darling_macro"
 4536version = "0.20.11"
 4537source = "registry+https://github.com/rust-lang/crates.io-index"
 4538checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4539dependencies = [
 4540 "darling_core 0.20.11",
 4541 "quote",
 4542 "syn 2.0.117",
 4543]
 4544
 4545[[package]]
 4546name = "darling_macro"
 4547version = "0.21.3"
 4548source = "registry+https://github.com/rust-lang/crates.io-index"
 4549checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4550dependencies = [
 4551 "darling_core 0.21.3",
 4552 "quote",
 4553 "syn 2.0.117",
 4554]
 4555
 4556[[package]]
 4557name = "dashmap"
 4558version = "6.1.0"
 4559source = "registry+https://github.com/rust-lang/crates.io-index"
 4560checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4561dependencies = [
 4562 "cfg-if",
 4563 "crossbeam-utils",
 4564 "hashbrown 0.14.5",
 4565 "lock_api",
 4566 "once_cell",
 4567 "parking_lot_core",
 4568]
 4569
 4570[[package]]
 4571name = "dasp_sample"
 4572version = "0.11.0"
 4573source = "registry+https://github.com/rust-lang/crates.io-index"
 4574checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4575
 4576[[package]]
 4577name = "data-encoding"
 4578version = "2.9.0"
 4579source = "registry+https://github.com/rust-lang/crates.io-index"
 4580checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4581
 4582[[package]]
 4583name = "data-url"
 4584version = "0.3.2"
 4585source = "registry+https://github.com/rust-lang/crates.io-index"
 4586checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4587
 4588[[package]]
 4589name = "db"
 4590version = "0.1.0"
 4591dependencies = [
 4592 "anyhow",
 4593 "gpui",
 4594 "indoc",
 4595 "inventory",
 4596 "log",
 4597 "paths",
 4598 "release_channel",
 4599 "smol",
 4600 "sqlez",
 4601 "sqlez_macros",
 4602 "tempfile",
 4603 "util",
 4604 "uuid",
 4605 "zed_env_vars",
 4606]
 4607
 4608[[package]]
 4609name = "dbus"
 4610version = "0.9.9"
 4611source = "registry+https://github.com/rust-lang/crates.io-index"
 4612checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4613dependencies = [
 4614 "libc",
 4615 "libdbus-sys",
 4616 "windows-sys 0.59.0",
 4617]
 4618
 4619[[package]]
 4620name = "debug_adapter_extension"
 4621version = "0.1.0"
 4622dependencies = [
 4623 "anyhow",
 4624 "async-trait",
 4625 "collections",
 4626 "dap",
 4627 "extension",
 4628 "gpui",
 4629 "serde_json",
 4630 "task",
 4631 "util",
 4632]
 4633
 4634[[package]]
 4635name = "debugger_tools"
 4636version = "0.1.0"
 4637dependencies = [
 4638 "anyhow",
 4639 "dap",
 4640 "editor",
 4641 "futures 0.3.31",
 4642 "gpui",
 4643 "project",
 4644 "serde_json",
 4645 "settings",
 4646 "smol",
 4647 "util",
 4648 "workspace",
 4649]
 4650
 4651[[package]]
 4652name = "debugger_ui"
 4653version = "0.1.0"
 4654dependencies = [
 4655 "alacritty_terminal",
 4656 "anyhow",
 4657 "bitflags 2.10.0",
 4658 "client",
 4659 "collections",
 4660 "command_palette_hooks",
 4661 "dap",
 4662 "dap_adapters",
 4663 "db",
 4664 "debugger_tools",
 4665 "editor",
 4666 "feature_flags",
 4667 "file_icons",
 4668 "futures 0.3.31",
 4669 "fuzzy",
 4670 "gpui",
 4671 "hex",
 4672 "indoc",
 4673 "itertools 0.14.0",
 4674 "language",
 4675 "log",
 4676 "menu",
 4677 "notifications",
 4678 "parking_lot",
 4679 "parse_int",
 4680 "paths",
 4681 "picker",
 4682 "pretty_assertions",
 4683 "project",
 4684 "rpc",
 4685 "schemars",
 4686 "serde",
 4687 "serde_json",
 4688 "serde_json_lenient",
 4689 "settings",
 4690 "sysinfo 0.37.2",
 4691 "task",
 4692 "tasks_ui",
 4693 "terminal_view",
 4694 "text",
 4695 "theme",
 4696 "tree-sitter",
 4697 "tree-sitter-go",
 4698 "tree-sitter-json",
 4699 "ui",
 4700 "ui_input",
 4701 "unindent",
 4702 "util",
 4703 "workspace",
 4704 "zed_actions",
 4705 "zlog",
 4706]
 4707
 4708[[package]]
 4709name = "debugid"
 4710version = "0.8.0"
 4711source = "registry+https://github.com/rust-lang/crates.io-index"
 4712checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4713dependencies = [
 4714 "uuid",
 4715]
 4716
 4717[[package]]
 4718name = "deepseek"
 4719version = "0.1.0"
 4720dependencies = [
 4721 "anyhow",
 4722 "futures 0.3.31",
 4723 "http_client",
 4724 "schemars",
 4725 "serde",
 4726 "serde_json",
 4727]
 4728
 4729[[package]]
 4730name = "deflate64"
 4731version = "0.1.10"
 4732source = "registry+https://github.com/rust-lang/crates.io-index"
 4733checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4734
 4735[[package]]
 4736name = "denoise"
 4737version = "0.1.0"
 4738dependencies = [
 4739 "candle-core",
 4740 "candle-onnx",
 4741 "log",
 4742 "realfft",
 4743 "rodio",
 4744 "rustfft",
 4745 "thiserror 2.0.17",
 4746]
 4747
 4748[[package]]
 4749name = "der"
 4750version = "0.6.1"
 4751source = "registry+https://github.com/rust-lang/crates.io-index"
 4752checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4753dependencies = [
 4754 "const-oid",
 4755 "zeroize",
 4756]
 4757
 4758[[package]]
 4759name = "der"
 4760version = "0.7.10"
 4761source = "registry+https://github.com/rust-lang/crates.io-index"
 4762checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4763dependencies = [
 4764 "const-oid",
 4765 "pem-rfc7468",
 4766 "zeroize",
 4767]
 4768
 4769[[package]]
 4770name = "deranged"
 4771version = "0.5.4"
 4772source = "registry+https://github.com/rust-lang/crates.io-index"
 4773checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4774dependencies = [
 4775 "powerfmt",
 4776 "serde_core",
 4777]
 4778
 4779[[package]]
 4780name = "derive_arbitrary"
 4781version = "1.4.2"
 4782source = "registry+https://github.com/rust-lang/crates.io-index"
 4783checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4784dependencies = [
 4785 "proc-macro2",
 4786 "quote",
 4787 "syn 2.0.117",
 4788]
 4789
 4790[[package]]
 4791name = "derive_more"
 4792version = "2.1.1"
 4793source = "registry+https://github.com/rust-lang/crates.io-index"
 4794checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4795dependencies = [
 4796 "derive_more-impl",
 4797]
 4798
 4799[[package]]
 4800name = "derive_more-impl"
 4801version = "2.1.1"
 4802source = "registry+https://github.com/rust-lang/crates.io-index"
 4803checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4804dependencies = [
 4805 "convert_case 0.10.0",
 4806 "proc-macro2",
 4807 "quote",
 4808 "rustc_version",
 4809 "syn 2.0.117",
 4810 "unicode-xid",
 4811]
 4812
 4813[[package]]
 4814name = "derive_refineable"
 4815version = "0.1.0"
 4816dependencies = [
 4817 "proc-macro2",
 4818 "quote",
 4819 "syn 2.0.117",
 4820]
 4821
 4822[[package]]
 4823name = "derive_setters"
 4824version = "0.1.9"
 4825source = "registry+https://github.com/rust-lang/crates.io-index"
 4826checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4827dependencies = [
 4828 "darling 0.21.3",
 4829 "proc-macro2",
 4830 "quote",
 4831 "syn 2.0.117",
 4832]
 4833
 4834[[package]]
 4835name = "dev_container"
 4836version = "0.1.0"
 4837dependencies = [
 4838 "fs",
 4839 "futures 0.3.31",
 4840 "gpui",
 4841 "http 1.3.1",
 4842 "http_client",
 4843 "log",
 4844 "menu",
 4845 "node_runtime",
 4846 "paths",
 4847 "picker",
 4848 "project",
 4849 "serde",
 4850 "serde_json",
 4851 "settings",
 4852 "smol",
 4853 "ui",
 4854 "util",
 4855 "workspace",
 4856 "worktree",
 4857]
 4858
 4859[[package]]
 4860name = "diagnostics"
 4861version = "0.1.0"
 4862dependencies = [
 4863 "anyhow",
 4864 "collections",
 4865 "component",
 4866 "ctor",
 4867 "editor",
 4868 "gpui",
 4869 "indoc",
 4870 "itertools 0.14.0",
 4871 "language",
 4872 "log",
 4873 "lsp",
 4874 "markdown",
 4875 "pretty_assertions",
 4876 "project",
 4877 "rand 0.9.2",
 4878 "serde",
 4879 "serde_json",
 4880 "settings",
 4881 "text",
 4882 "theme",
 4883 "ui",
 4884 "unindent",
 4885 "util",
 4886 "workspace",
 4887 "zed_actions",
 4888 "zlog",
 4889]
 4890
 4891[[package]]
 4892name = "dialoguer"
 4893version = "0.11.0"
 4894source = "registry+https://github.com/rust-lang/crates.io-index"
 4895checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4896dependencies = [
 4897 "console",
 4898 "fuzzy-matcher",
 4899 "shell-words",
 4900 "tempfile",
 4901 "thiserror 1.0.69",
 4902 "zeroize",
 4903]
 4904
 4905[[package]]
 4906name = "diff"
 4907version = "0.1.13"
 4908source = "registry+https://github.com/rust-lang/crates.io-index"
 4909checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4910
 4911[[package]]
 4912name = "diffy"
 4913version = "0.4.2"
 4914source = "registry+https://github.com/rust-lang/crates.io-index"
 4915checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4916dependencies = [
 4917 "nu-ansi-term",
 4918]
 4919
 4920[[package]]
 4921name = "digest"
 4922version = "0.10.7"
 4923source = "registry+https://github.com/rust-lang/crates.io-index"
 4924checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4925dependencies = [
 4926 "block-buffer",
 4927 "const-oid",
 4928 "crypto-common",
 4929 "subtle",
 4930]
 4931
 4932[[package]]
 4933name = "dirs"
 4934version = "4.0.0"
 4935source = "registry+https://github.com/rust-lang/crates.io-index"
 4936checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4937dependencies = [
 4938 "dirs-sys 0.3.7",
 4939]
 4940
 4941[[package]]
 4942name = "dirs"
 4943version = "5.0.1"
 4944source = "registry+https://github.com/rust-lang/crates.io-index"
 4945checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4946dependencies = [
 4947 "dirs-sys 0.4.1",
 4948]
 4949
 4950[[package]]
 4951name = "dirs"
 4952version = "6.0.0"
 4953source = "registry+https://github.com/rust-lang/crates.io-index"
 4954checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4955dependencies = [
 4956 "dirs-sys 0.5.0",
 4957]
 4958
 4959[[package]]
 4960name = "dirs-sys"
 4961version = "0.3.7"
 4962source = "registry+https://github.com/rust-lang/crates.io-index"
 4963checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4964dependencies = [
 4965 "libc",
 4966 "redox_users 0.4.6",
 4967 "winapi",
 4968]
 4969
 4970[[package]]
 4971name = "dirs-sys"
 4972version = "0.4.1"
 4973source = "registry+https://github.com/rust-lang/crates.io-index"
 4974checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4975dependencies = [
 4976 "libc",
 4977 "option-ext",
 4978 "redox_users 0.4.6",
 4979 "windows-sys 0.48.0",
 4980]
 4981
 4982[[package]]
 4983name = "dirs-sys"
 4984version = "0.5.0"
 4985source = "registry+https://github.com/rust-lang/crates.io-index"
 4986checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4987dependencies = [
 4988 "libc",
 4989 "option-ext",
 4990 "redox_users 0.5.2",
 4991 "windows-sys 0.61.2",
 4992]
 4993
 4994[[package]]
 4995name = "dispatch"
 4996version = "0.2.0"
 4997source = "registry+https://github.com/rust-lang/crates.io-index"
 4998checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4999
 5000[[package]]
 5001name = "dispatch2"
 5002version = "0.3.1"
 5003source = "registry+https://github.com/rust-lang/crates.io-index"
 5004checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 5005dependencies = [
 5006 "bitflags 2.10.0",
 5007 "block2",
 5008 "libc",
 5009 "objc2",
 5010]
 5011
 5012[[package]]
 5013name = "displaydoc"
 5014version = "0.2.5"
 5015source = "registry+https://github.com/rust-lang/crates.io-index"
 5016checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 5017dependencies = [
 5018 "proc-macro2",
 5019 "quote",
 5020 "syn 2.0.117",
 5021]
 5022
 5023[[package]]
 5024name = "dlib"
 5025version = "0.5.2"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 5028dependencies = [
 5029 "libloading",
 5030]
 5031
 5032[[package]]
 5033name = "docs_preprocessor"
 5034version = "0.1.0"
 5035dependencies = [
 5036 "anyhow",
 5037 "collections",
 5038 "jsonschema",
 5039 "mdbook",
 5040 "regex",
 5041 "schemars",
 5042 "serde",
 5043 "serde_json",
 5044 "settings",
 5045 "task",
 5046 "theme",
 5047 "util",
 5048 "zlog",
 5049]
 5050
 5051[[package]]
 5052name = "document-features"
 5053version = "0.2.12"
 5054source = "registry+https://github.com/rust-lang/crates.io-index"
 5055checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5056dependencies = [
 5057 "litrs",
 5058]
 5059
 5060[[package]]
 5061name = "documented"
 5062version = "0.9.2"
 5063source = "registry+https://github.com/rust-lang/crates.io-index"
 5064checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5065dependencies = [
 5066 "documented-macros",
 5067 "phf 0.12.1",
 5068 "thiserror 2.0.17",
 5069]
 5070
 5071[[package]]
 5072name = "documented-macros"
 5073version = "0.9.2"
 5074source = "registry+https://github.com/rust-lang/crates.io-index"
 5075checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5076dependencies = [
 5077 "convert_case 0.8.0",
 5078 "itertools 0.14.0",
 5079 "optfield",
 5080 "proc-macro2",
 5081 "quote",
 5082 "strum 0.27.2",
 5083 "syn 2.0.117",
 5084]
 5085
 5086[[package]]
 5087name = "dotenvy"
 5088version = "0.15.7"
 5089source = "registry+https://github.com/rust-lang/crates.io-index"
 5090checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5091
 5092[[package]]
 5093name = "downcast-rs"
 5094version = "1.2.1"
 5095source = "registry+https://github.com/rust-lang/crates.io-index"
 5096checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5097
 5098[[package]]
 5099name = "doxygen-rs"
 5100version = "0.4.2"
 5101source = "registry+https://github.com/rust-lang/crates.io-index"
 5102checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5103dependencies = [
 5104 "phf 0.11.3",
 5105]
 5106
 5107[[package]]
 5108name = "dtoa"
 5109version = "1.0.10"
 5110source = "registry+https://github.com/rust-lang/crates.io-index"
 5111checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5112
 5113[[package]]
 5114name = "dtoa-short"
 5115version = "0.3.5"
 5116source = "registry+https://github.com/rust-lang/crates.io-index"
 5117checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5118dependencies = [
 5119 "dtoa",
 5120]
 5121
 5122[[package]]
 5123name = "dtor"
 5124version = "0.0.6"
 5125source = "registry+https://github.com/rust-lang/crates.io-index"
 5126checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5127dependencies = [
 5128 "dtor-proc-macro",
 5129]
 5130
 5131[[package]]
 5132name = "dtor-proc-macro"
 5133version = "0.0.5"
 5134source = "registry+https://github.com/rust-lang/crates.io-index"
 5135checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5136
 5137[[package]]
 5138name = "dunce"
 5139version = "1.0.5"
 5140source = "registry+https://github.com/rust-lang/crates.io-index"
 5141checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5142
 5143[[package]]
 5144name = "dwrote"
 5145version = "0.11.5"
 5146source = "registry+https://github.com/rust-lang/crates.io-index"
 5147checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5148dependencies = [
 5149 "lazy_static",
 5150 "libc",
 5151 "winapi",
 5152 "wio",
 5153]
 5154
 5155[[package]]
 5156name = "dyn-clone"
 5157version = "1.0.20"
 5158source = "registry+https://github.com/rust-lang/crates.io-index"
 5159checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5160
 5161[[package]]
 5162name = "dyn-stack"
 5163version = "0.10.0"
 5164source = "registry+https://github.com/rust-lang/crates.io-index"
 5165checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5166dependencies = [
 5167 "bytemuck",
 5168 "reborrow",
 5169]
 5170
 5171[[package]]
 5172name = "dyn-stack"
 5173version = "0.13.2"
 5174source = "registry+https://github.com/rust-lang/crates.io-index"
 5175checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5176dependencies = [
 5177 "bytemuck",
 5178 "dyn-stack-macros",
 5179]
 5180
 5181[[package]]
 5182name = "dyn-stack-macros"
 5183version = "0.1.3"
 5184source = "registry+https://github.com/rust-lang/crates.io-index"
 5185checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5186
 5187[[package]]
 5188name = "ec4rs"
 5189version = "1.2.0"
 5190source = "registry+https://github.com/rust-lang/crates.io-index"
 5191checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5192
 5193[[package]]
 5194name = "ecdsa"
 5195version = "0.14.8"
 5196source = "registry+https://github.com/rust-lang/crates.io-index"
 5197checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5198dependencies = [
 5199 "der 0.6.1",
 5200 "elliptic-curve",
 5201 "rfc6979",
 5202 "signature 1.6.4",
 5203]
 5204
 5205[[package]]
 5206name = "edit_prediction"
 5207version = "0.1.0"
 5208dependencies = [
 5209 "ai_onboarding",
 5210 "anyhow",
 5211 "buffer_diff",
 5212 "client",
 5213 "clock",
 5214 "cloud_api_types",
 5215 "cloud_llm_client",
 5216 "collections",
 5217 "copilot",
 5218 "copilot_ui",
 5219 "ctor",
 5220 "db",
 5221 "edit_prediction_context",
 5222 "edit_prediction_types",
 5223 "feature_flags",
 5224 "fs",
 5225 "futures 0.3.31",
 5226 "gpui",
 5227 "heapless",
 5228 "indoc",
 5229 "itertools 0.14.0",
 5230 "language",
 5231 "language_model",
 5232 "log",
 5233 "lsp",
 5234 "menu",
 5235 "open_ai",
 5236 "parking_lot",
 5237 "postage",
 5238 "pretty_assertions",
 5239 "project",
 5240 "pulldown-cmark 0.13.0",
 5241 "rand 0.9.2",
 5242 "regex",
 5243 "release_channel",
 5244 "semver",
 5245 "serde",
 5246 "serde_json",
 5247 "settings",
 5248 "strum 0.27.2",
 5249 "telemetry",
 5250 "telemetry_events",
 5251 "text",
 5252 "thiserror 2.0.17",
 5253 "time",
 5254 "toml 0.8.23",
 5255 "ui",
 5256 "util",
 5257 "uuid",
 5258 "workspace",
 5259 "worktree",
 5260 "zed_actions",
 5261 "zeta_prompt",
 5262 "zlog",
 5263 "zstd",
 5264]
 5265
 5266[[package]]
 5267name = "edit_prediction_cli"
 5268version = "0.1.0"
 5269dependencies = [
 5270 "anthropic",
 5271 "anyhow",
 5272 "chrono",
 5273 "clap",
 5274 "client",
 5275 "cloud_llm_client",
 5276 "collections",
 5277 "db",
 5278 "debug_adapter_extension",
 5279 "dirs 4.0.0",
 5280 "edit_prediction",
 5281 "extension",
 5282 "flate2",
 5283 "fs",
 5284 "futures 0.3.31",
 5285 "gaoya",
 5286 "gpui",
 5287 "gpui_platform",
 5288 "gpui_tokio",
 5289 "http_client",
 5290 "indoc",
 5291 "language",
 5292 "language_extension",
 5293 "language_model",
 5294 "language_models",
 5295 "languages",
 5296 "libc",
 5297 "log",
 5298 "node_runtime",
 5299 "open_ai",
 5300 "paths",
 5301 "pretty_assertions",
 5302 "project",
 5303 "prompt_store",
 5304 "rand 0.9.2",
 5305 "release_channel",
 5306 "reqwest_client",
 5307 "rust-embed",
 5308 "serde",
 5309 "serde_json",
 5310 "settings",
 5311 "shellexpand 2.1.2",
 5312 "similar",
 5313 "smol",
 5314 "sqlez",
 5315 "sqlez_macros",
 5316 "strum 0.27.2",
 5317 "telemetry_events",
 5318 "tempfile",
 5319 "terminal_view",
 5320 "toml 0.8.23",
 5321 "util",
 5322 "wasmtime",
 5323 "watch",
 5324 "workspace",
 5325 "zeta_prompt",
 5326]
 5327
 5328[[package]]
 5329name = "edit_prediction_context"
 5330version = "0.1.0"
 5331dependencies = [
 5332 "anyhow",
 5333 "clock",
 5334 "collections",
 5335 "env_logger 0.11.8",
 5336 "futures 0.3.31",
 5337 "gpui",
 5338 "indoc",
 5339 "language",
 5340 "log",
 5341 "lsp",
 5342 "parking_lot",
 5343 "pretty_assertions",
 5344 "project",
 5345 "serde",
 5346 "serde_json",
 5347 "settings",
 5348 "smallvec",
 5349 "text",
 5350 "tree-sitter",
 5351 "util",
 5352 "zeta_prompt",
 5353]
 5354
 5355[[package]]
 5356name = "edit_prediction_types"
 5357version = "0.1.0"
 5358dependencies = [
 5359 "client",
 5360 "gpui",
 5361 "icons",
 5362 "language",
 5363 "text",
 5364]
 5365
 5366[[package]]
 5367name = "edit_prediction_ui"
 5368version = "0.1.0"
 5369dependencies = [
 5370 "anyhow",
 5371 "buffer_diff",
 5372 "client",
 5373 "cloud_llm_client",
 5374 "codestral",
 5375 "collections",
 5376 "command_palette_hooks",
 5377 "copilot",
 5378 "copilot_chat",
 5379 "copilot_ui",
 5380 "edit_prediction",
 5381 "edit_prediction_types",
 5382 "editor",
 5383 "feature_flags",
 5384 "fs",
 5385 "futures 0.3.31",
 5386 "gpui",
 5387 "indoc",
 5388 "language",
 5389 "markdown",
 5390 "menu",
 5391 "multi_buffer",
 5392 "paths",
 5393 "project",
 5394 "regex",
 5395 "settings",
 5396 "telemetry",
 5397 "text",
 5398 "theme",
 5399 "time",
 5400 "ui",
 5401 "util",
 5402 "workspace",
 5403 "zed_actions",
 5404 "zeta_prompt",
 5405]
 5406
 5407[[package]]
 5408name = "editor"
 5409version = "0.1.0"
 5410dependencies = [
 5411 "aho-corasick",
 5412 "anyhow",
 5413 "assets",
 5414 "breadcrumbs",
 5415 "buffer_diff",
 5416 "client",
 5417 "clock",
 5418 "collections",
 5419 "convert_case 0.8.0",
 5420 "criterion",
 5421 "ctor",
 5422 "dap",
 5423 "db",
 5424 "edit_prediction_types",
 5425 "emojis",
 5426 "feature_flags",
 5427 "file_icons",
 5428 "fs",
 5429 "futures 0.3.31",
 5430 "fuzzy",
 5431 "git",
 5432 "gpui",
 5433 "indoc",
 5434 "itertools 0.14.0",
 5435 "language",
 5436 "languages",
 5437 "linkify",
 5438 "log",
 5439 "lsp",
 5440 "markdown",
 5441 "menu",
 5442 "multi_buffer",
 5443 "ordered-float 2.10.1",
 5444 "parking_lot",
 5445 "pretty_assertions",
 5446 "project",
 5447 "proptest",
 5448 "proptest-derive",
 5449 "rand 0.9.2",
 5450 "regex",
 5451 "release_channel",
 5452 "rope",
 5453 "rpc",
 5454 "schemars",
 5455 "semver",
 5456 "serde",
 5457 "serde_json",
 5458 "settings",
 5459 "smallvec",
 5460 "smol",
 5461 "snippet",
 5462 "sum_tree",
 5463 "task",
 5464 "telemetry",
 5465 "text",
 5466 "theme",
 5467 "time",
 5468 "tracing",
 5469 "tree-sitter-bash",
 5470 "tree-sitter-c",
 5471 "tree-sitter-html",
 5472 "tree-sitter-md",
 5473 "tree-sitter-python",
 5474 "tree-sitter-rust",
 5475 "tree-sitter-typescript",
 5476 "tree-sitter-yaml",
 5477 "ui",
 5478 "ui_input",
 5479 "unicode-script",
 5480 "unicode-segmentation",
 5481 "unicode-width",
 5482 "unindent",
 5483 "url",
 5484 "util",
 5485 "uuid",
 5486 "vim_mode_setting",
 5487 "workspace",
 5488 "zed_actions",
 5489 "zlog",
 5490 "ztracing",
 5491]
 5492
 5493[[package]]
 5494name = "either"
 5495version = "1.15.0"
 5496source = "registry+https://github.com/rust-lang/crates.io-index"
 5497checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5498dependencies = [
 5499 "serde",
 5500]
 5501
 5502[[package]]
 5503name = "elasticlunr-rs"
 5504version = "3.0.2"
 5505source = "registry+https://github.com/rust-lang/crates.io-index"
 5506checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5507dependencies = [
 5508 "regex",
 5509 "serde",
 5510 "serde_derive",
 5511 "serde_json",
 5512]
 5513
 5514[[package]]
 5515name = "elliptic-curve"
 5516version = "0.12.3"
 5517source = "registry+https://github.com/rust-lang/crates.io-index"
 5518checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5519dependencies = [
 5520 "base16ct",
 5521 "crypto-bigint 0.4.9",
 5522 "der 0.6.1",
 5523 "digest",
 5524 "ff",
 5525 "generic-array",
 5526 "group",
 5527 "pkcs8 0.9.0",
 5528 "rand_core 0.6.4",
 5529 "sec1",
 5530 "subtle",
 5531 "zeroize",
 5532]
 5533
 5534[[package]]
 5535name = "email_address"
 5536version = "0.2.9"
 5537source = "registry+https://github.com/rust-lang/crates.io-index"
 5538checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5539dependencies = [
 5540 "serde",
 5541]
 5542
 5543[[package]]
 5544name = "embed-resource"
 5545version = "3.0.6"
 5546source = "registry+https://github.com/rust-lang/crates.io-index"
 5547checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5548dependencies = [
 5549 "cc",
 5550 "memchr",
 5551 "rustc_version",
 5552 "toml 0.9.8",
 5553 "vswhom",
 5554 "winreg 0.55.0",
 5555]
 5556
 5557[[package]]
 5558name = "embedded-io"
 5559version = "0.4.0"
 5560source = "registry+https://github.com/rust-lang/crates.io-index"
 5561checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5562
 5563[[package]]
 5564name = "embedded-io"
 5565version = "0.6.1"
 5566source = "registry+https://github.com/rust-lang/crates.io-index"
 5567checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5568
 5569[[package]]
 5570name = "emojis"
 5571version = "0.6.4"
 5572source = "registry+https://github.com/rust-lang/crates.io-index"
 5573checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5574dependencies = [
 5575 "phf 0.11.3",
 5576]
 5577
 5578[[package]]
 5579name = "encode_unicode"
 5580version = "1.0.0"
 5581source = "registry+https://github.com/rust-lang/crates.io-index"
 5582checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5583
 5584[[package]]
 5585name = "encoding_rs"
 5586version = "0.8.35"
 5587source = "registry+https://github.com/rust-lang/crates.io-index"
 5588checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5589dependencies = [
 5590 "cfg-if",
 5591]
 5592
 5593[[package]]
 5594name = "encoding_selector"
 5595version = "0.1.0"
 5596dependencies = [
 5597 "editor",
 5598 "encoding_rs",
 5599 "fuzzy",
 5600 "gpui",
 5601 "language",
 5602 "picker",
 5603 "project",
 5604 "ui",
 5605 "util",
 5606 "workspace",
 5607]
 5608
 5609[[package]]
 5610name = "endi"
 5611version = "1.1.0"
 5612source = "registry+https://github.com/rust-lang/crates.io-index"
 5613checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5614
 5615[[package]]
 5616name = "enum-as-inner"
 5617version = "0.6.1"
 5618source = "registry+https://github.com/rust-lang/crates.io-index"
 5619checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5620dependencies = [
 5621 "heck 0.5.0",
 5622 "proc-macro2",
 5623 "quote",
 5624 "syn 2.0.117",
 5625]
 5626
 5627[[package]]
 5628name = "enumflags2"
 5629version = "0.7.12"
 5630source = "registry+https://github.com/rust-lang/crates.io-index"
 5631checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5632dependencies = [
 5633 "enumflags2_derive",
 5634 "serde",
 5635]
 5636
 5637[[package]]
 5638name = "enumflags2_derive"
 5639version = "0.7.12"
 5640source = "registry+https://github.com/rust-lang/crates.io-index"
 5641checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5642dependencies = [
 5643 "proc-macro2",
 5644 "quote",
 5645 "syn 2.0.117",
 5646]
 5647
 5648[[package]]
 5649name = "env_filter"
 5650version = "0.1.4"
 5651source = "registry+https://github.com/rust-lang/crates.io-index"
 5652checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5653dependencies = [
 5654 "log",
 5655 "regex",
 5656]
 5657
 5658[[package]]
 5659name = "env_logger"
 5660version = "0.10.2"
 5661source = "registry+https://github.com/rust-lang/crates.io-index"
 5662checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5663dependencies = [
 5664 "humantime",
 5665 "is-terminal",
 5666 "log",
 5667 "regex",
 5668 "termcolor",
 5669]
 5670
 5671[[package]]
 5672name = "env_logger"
 5673version = "0.11.8"
 5674source = "registry+https://github.com/rust-lang/crates.io-index"
 5675checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5676dependencies = [
 5677 "anstream",
 5678 "anstyle",
 5679 "env_filter",
 5680 "jiff",
 5681 "log",
 5682]
 5683
 5684[[package]]
 5685name = "envy"
 5686version = "0.4.2"
 5687source = "registry+https://github.com/rust-lang/crates.io-index"
 5688checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5689dependencies = [
 5690 "serde",
 5691]
 5692
 5693[[package]]
 5694name = "equator"
 5695version = "0.4.2"
 5696source = "registry+https://github.com/rust-lang/crates.io-index"
 5697checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5698dependencies = [
 5699 "equator-macro",
 5700]
 5701
 5702[[package]]
 5703name = "equator-macro"
 5704version = "0.4.2"
 5705source = "registry+https://github.com/rust-lang/crates.io-index"
 5706checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5707dependencies = [
 5708 "proc-macro2",
 5709 "quote",
 5710 "syn 2.0.117",
 5711]
 5712
 5713[[package]]
 5714name = "equivalent"
 5715version = "1.0.2"
 5716source = "registry+https://github.com/rust-lang/crates.io-index"
 5717checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5718
 5719[[package]]
 5720name = "erased-serde"
 5721version = "0.4.9"
 5722source = "registry+https://github.com/rust-lang/crates.io-index"
 5723checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5724dependencies = [
 5725 "serde",
 5726 "serde_core",
 5727 "typeid",
 5728]
 5729
 5730[[package]]
 5731name = "errno"
 5732version = "0.2.8"
 5733source = "registry+https://github.com/rust-lang/crates.io-index"
 5734checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5735dependencies = [
 5736 "errno-dragonfly",
 5737 "libc",
 5738 "winapi",
 5739]
 5740
 5741[[package]]
 5742name = "errno"
 5743version = "0.3.14"
 5744source = "registry+https://github.com/rust-lang/crates.io-index"
 5745checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5746dependencies = [
 5747 "libc",
 5748 "windows-sys 0.61.2",
 5749]
 5750
 5751[[package]]
 5752name = "errno-dragonfly"
 5753version = "0.1.2"
 5754source = "registry+https://github.com/rust-lang/crates.io-index"
 5755checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5756dependencies = [
 5757 "cc",
 5758 "libc",
 5759]
 5760
 5761[[package]]
 5762name = "error-graph"
 5763version = "0.1.1"
 5764source = "registry+https://github.com/rust-lang/crates.io-index"
 5765checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5766dependencies = [
 5767 "serde",
 5768]
 5769
 5770[[package]]
 5771name = "etagere"
 5772version = "0.2.15"
 5773source = "registry+https://github.com/rust-lang/crates.io-index"
 5774checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5775dependencies = [
 5776 "euclid",
 5777 "svg_fmt",
 5778]
 5779
 5780[[package]]
 5781name = "etcetera"
 5782version = "0.8.0"
 5783source = "registry+https://github.com/rust-lang/crates.io-index"
 5784checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5785dependencies = [
 5786 "cfg-if",
 5787 "home",
 5788 "windows-sys 0.48.0",
 5789]
 5790
 5791[[package]]
 5792name = "etw_tracing"
 5793version = "0.1.0"
 5794dependencies = [
 5795 "anyhow",
 5796 "gpui",
 5797 "log",
 5798 "net",
 5799 "serde",
 5800 "serde_json",
 5801 "util",
 5802 "windows 0.61.3",
 5803 "windows-core 0.61.2",
 5804 "workspace",
 5805 "wprcontrol",
 5806]
 5807
 5808[[package]]
 5809name = "euclid"
 5810version = "0.22.11"
 5811source = "registry+https://github.com/rust-lang/crates.io-index"
 5812checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5813dependencies = [
 5814 "num-traits",
 5815]
 5816
 5817[[package]]
 5818name = "eval"
 5819version = "0.1.0"
 5820dependencies = [
 5821 "acp_thread",
 5822 "agent",
 5823 "agent-client-protocol",
 5824 "agent_settings",
 5825 "agent_ui",
 5826 "anyhow",
 5827 "async-trait",
 5828 "buffer_diff",
 5829 "chrono",
 5830 "clap",
 5831 "client",
 5832 "collections",
 5833 "debug_adapter_extension",
 5834 "dirs 4.0.0",
 5835 "dotenvy",
 5836 "env_logger 0.11.8",
 5837 "extension",
 5838 "fs",
 5839 "futures 0.3.31",
 5840 "gpui",
 5841 "gpui_platform",
 5842 "gpui_tokio",
 5843 "handlebars 4.5.0",
 5844 "language",
 5845 "language_extension",
 5846 "language_model",
 5847 "language_models",
 5848 "languages",
 5849 "markdown",
 5850 "node_runtime",
 5851 "pathdiff",
 5852 "paths",
 5853 "pretty_assertions",
 5854 "project",
 5855 "prompt_store",
 5856 "rand 0.9.2",
 5857 "regex",
 5858 "release_channel",
 5859 "reqwest_client",
 5860 "serde",
 5861 "serde_json",
 5862 "settings",
 5863 "shellexpand 2.1.2",
 5864 "telemetry",
 5865 "terminal_view",
 5866 "toml 0.8.23",
 5867 "unindent",
 5868 "util",
 5869 "uuid",
 5870 "watch",
 5871]
 5872
 5873[[package]]
 5874name = "eval_cli"
 5875version = "0.1.0"
 5876dependencies = [
 5877 "acp_thread",
 5878 "agent",
 5879 "agent-client-protocol",
 5880 "agent_ui",
 5881 "anyhow",
 5882 "clap",
 5883 "client",
 5884 "ctrlc",
 5885 "db",
 5886 "debug_adapter_extension",
 5887 "env_logger 0.11.8",
 5888 "extension",
 5889 "feature_flags",
 5890 "fs",
 5891 "futures 0.3.31",
 5892 "gpui",
 5893 "gpui_platform",
 5894 "gpui_tokio",
 5895 "language",
 5896 "language_extension",
 5897 "language_model",
 5898 "language_models",
 5899 "languages",
 5900 "node_runtime",
 5901 "paths",
 5902 "project",
 5903 "prompt_store",
 5904 "release_channel",
 5905 "reqwest_client",
 5906 "serde",
 5907 "serde_json",
 5908 "settings",
 5909 "shellexpand 2.1.2",
 5910 "terminal_view",
 5911 "util",
 5912 "watch",
 5913]
 5914
 5915[[package]]
 5916name = "eval_utils"
 5917version = "0.1.0"
 5918dependencies = [
 5919 "gpui_platform",
 5920 "serde",
 5921 "smol",
 5922]
 5923
 5924[[package]]
 5925name = "event-listener"
 5926version = "2.5.3"
 5927source = "registry+https://github.com/rust-lang/crates.io-index"
 5928checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5929
 5930[[package]]
 5931name = "event-listener"
 5932version = "5.4.1"
 5933source = "registry+https://github.com/rust-lang/crates.io-index"
 5934checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5935dependencies = [
 5936 "concurrent-queue",
 5937 "parking",
 5938 "pin-project-lite",
 5939]
 5940
 5941[[package]]
 5942name = "event-listener-strategy"
 5943version = "0.5.4"
 5944source = "registry+https://github.com/rust-lang/crates.io-index"
 5945checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5946dependencies = [
 5947 "event-listener 5.4.1",
 5948 "pin-project-lite",
 5949]
 5950
 5951[[package]]
 5952name = "exec"
 5953version = "0.3.1"
 5954source = "registry+https://github.com/rust-lang/crates.io-index"
 5955checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5956dependencies = [
 5957 "errno 0.2.8",
 5958 "libc",
 5959]
 5960
 5961[[package]]
 5962name = "explorer_command_injector"
 5963version = "0.1.0"
 5964dependencies = [
 5965 "windows 0.61.3",
 5966 "windows-core 0.61.2",
 5967 "windows-registry 0.5.3",
 5968]
 5969
 5970[[package]]
 5971name = "exr"
 5972version = "1.73.0"
 5973source = "registry+https://github.com/rust-lang/crates.io-index"
 5974checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5975dependencies = [
 5976 "bit_field",
 5977 "half",
 5978 "lebe",
 5979 "miniz_oxide",
 5980 "rayon-core",
 5981 "smallvec",
 5982 "zune-inflate",
 5983]
 5984
 5985[[package]]
 5986name = "extended"
 5987version = "0.1.0"
 5988source = "registry+https://github.com/rust-lang/crates.io-index"
 5989checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5990
 5991[[package]]
 5992name = "extension"
 5993version = "0.1.0"
 5994dependencies = [
 5995 "anyhow",
 5996 "async-trait",
 5997 "cloud_api_types",
 5998 "collections",
 5999 "dap",
 6000 "fs",
 6001 "futures 0.3.31",
 6002 "gpui",
 6003 "heck 0.5.0",
 6004 "http_client",
 6005 "indoc",
 6006 "language",
 6007 "log",
 6008 "lsp",
 6009 "parking_lot",
 6010 "pretty_assertions",
 6011 "proto",
 6012 "semver",
 6013 "serde",
 6014 "serde_json",
 6015 "task",
 6016 "tempfile",
 6017 "toml 0.8.23",
 6018 "tracing",
 6019 "url",
 6020 "util",
 6021 "wasm-encoder 0.221.3",
 6022 "wasmparser 0.221.3",
 6023 "ztracing",
 6024]
 6025
 6026[[package]]
 6027name = "extension_cli"
 6028version = "0.1.0"
 6029dependencies = [
 6030 "anyhow",
 6031 "clap",
 6032 "cloud_api_types",
 6033 "env_logger 0.11.8",
 6034 "extension",
 6035 "fs",
 6036 "gpui_platform",
 6037 "language",
 6038 "log",
 6039 "reqwest_client",
 6040 "serde",
 6041 "serde_json",
 6042 "serde_json_lenient",
 6043 "settings_content",
 6044 "snippet_provider",
 6045 "task",
 6046 "theme",
 6047 "tokio",
 6048 "toml 0.8.23",
 6049 "tree-sitter",
 6050 "wasmtime",
 6051]
 6052
 6053[[package]]
 6054name = "extension_host"
 6055version = "0.1.0"
 6056dependencies = [
 6057 "anyhow",
 6058 "async-compression",
 6059 "async-tar",
 6060 "async-trait",
 6061 "client",
 6062 "cloud_api_types",
 6063 "collections",
 6064 "criterion",
 6065 "ctor",
 6066 "dap",
 6067 "extension",
 6068 "fs",
 6069 "futures 0.3.31",
 6070 "gpui",
 6071 "gpui_tokio",
 6072 "http_client",
 6073 "language",
 6074 "language_extension",
 6075 "log",
 6076 "lsp",
 6077 "moka",
 6078 "node_runtime",
 6079 "parking_lot",
 6080 "paths",
 6081 "project",
 6082 "release_channel",
 6083 "remote",
 6084 "reqwest_client",
 6085 "semver",
 6086 "serde",
 6087 "serde_json",
 6088 "serde_json_lenient",
 6089 "settings",
 6090 "task",
 6091 "telemetry",
 6092 "tempfile",
 6093 "theme",
 6094 "theme_extension",
 6095 "toml 0.8.23",
 6096 "tracing",
 6097 "url",
 6098 "util",
 6099 "wasmparser 0.221.3",
 6100 "wasmtime",
 6101 "wasmtime-wasi",
 6102 "zlog",
 6103 "ztracing",
 6104]
 6105
 6106[[package]]
 6107name = "extensions_ui"
 6108version = "0.1.0"
 6109dependencies = [
 6110 "anyhow",
 6111 "client",
 6112 "cloud_api_types",
 6113 "collections",
 6114 "db",
 6115 "editor",
 6116 "extension",
 6117 "extension_host",
 6118 "fs",
 6119 "fuzzy",
 6120 "gpui",
 6121 "language",
 6122 "log",
 6123 "num-format",
 6124 "picker",
 6125 "project",
 6126 "release_channel",
 6127 "semver",
 6128 "serde",
 6129 "settings",
 6130 "smallvec",
 6131 "strum 0.27.2",
 6132 "telemetry",
 6133 "theme",
 6134 "ui",
 6135 "util",
 6136 "vim_mode_setting",
 6137 "workspace",
 6138 "zed_actions",
 6139]
 6140
 6141[[package]]
 6142name = "failspot"
 6143version = "0.2.0"
 6144source = "registry+https://github.com/rust-lang/crates.io-index"
 6145checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6146
 6147[[package]]
 6148name = "fallible-iterator"
 6149version = "0.3.0"
 6150source = "registry+https://github.com/rust-lang/crates.io-index"
 6151checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6152
 6153[[package]]
 6154name = "fancy-regex"
 6155version = "0.16.2"
 6156source = "registry+https://github.com/rust-lang/crates.io-index"
 6157checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6158dependencies = [
 6159 "bit-set 0.8.0",
 6160 "regex-automata",
 6161 "regex-syntax",
 6162]
 6163
 6164[[package]]
 6165name = "fancy-regex"
 6166version = "0.17.0"
 6167source = "registry+https://github.com/rust-lang/crates.io-index"
 6168checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6169dependencies = [
 6170 "bit-set 0.8.0",
 6171 "regex-automata",
 6172 "regex-syntax",
 6173]
 6174
 6175[[package]]
 6176name = "fast-srgb8"
 6177version = "1.0.0"
 6178source = "registry+https://github.com/rust-lang/crates.io-index"
 6179checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6180
 6181[[package]]
 6182name = "fastrand"
 6183version = "1.9.0"
 6184source = "registry+https://github.com/rust-lang/crates.io-index"
 6185checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6186dependencies = [
 6187 "instant",
 6188]
 6189
 6190[[package]]
 6191name = "fastrand"
 6192version = "2.3.0"
 6193source = "registry+https://github.com/rust-lang/crates.io-index"
 6194checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6195
 6196[[package]]
 6197name = "fax"
 6198version = "0.2.6"
 6199source = "registry+https://github.com/rust-lang/crates.io-index"
 6200checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6201dependencies = [
 6202 "fax_derive",
 6203]
 6204
 6205[[package]]
 6206name = "fax_derive"
 6207version = "0.2.0"
 6208source = "registry+https://github.com/rust-lang/crates.io-index"
 6209checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6210dependencies = [
 6211 "proc-macro2",
 6212 "quote",
 6213 "syn 2.0.117",
 6214]
 6215
 6216[[package]]
 6217name = "fd-lock"
 6218version = "4.0.4"
 6219source = "registry+https://github.com/rust-lang/crates.io-index"
 6220checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6221dependencies = [
 6222 "cfg-if",
 6223 "rustix 1.1.2",
 6224 "windows-sys 0.59.0",
 6225]
 6226
 6227[[package]]
 6228name = "fdeflate"
 6229version = "0.3.7"
 6230source = "registry+https://github.com/rust-lang/crates.io-index"
 6231checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6232dependencies = [
 6233 "simd-adler32",
 6234]
 6235
 6236[[package]]
 6237name = "feature_flags"
 6238version = "0.1.0"
 6239dependencies = [
 6240 "gpui",
 6241]
 6242
 6243[[package]]
 6244name = "feedback"
 6245version = "0.1.0"
 6246dependencies = [
 6247 "gpui",
 6248 "system_specs",
 6249 "urlencoding",
 6250 "util",
 6251 "workspace",
 6252 "zed_actions",
 6253]
 6254
 6255[[package]]
 6256name = "ff"
 6257version = "0.12.1"
 6258source = "registry+https://github.com/rust-lang/crates.io-index"
 6259checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6260dependencies = [
 6261 "rand_core 0.6.4",
 6262 "subtle",
 6263]
 6264
 6265[[package]]
 6266name = "file_finder"
 6267version = "0.1.0"
 6268dependencies = [
 6269 "anyhow",
 6270 "channel",
 6271 "client",
 6272 "collections",
 6273 "ctor",
 6274 "editor",
 6275 "file_icons",
 6276 "futures 0.3.31",
 6277 "fuzzy",
 6278 "gpui",
 6279 "menu",
 6280 "open_path_prompt",
 6281 "picker",
 6282 "pretty_assertions",
 6283 "project",
 6284 "project_panel",
 6285 "remote_connection",
 6286 "serde",
 6287 "serde_json",
 6288 "settings",
 6289 "theme",
 6290 "ui",
 6291 "util",
 6292 "workspace",
 6293 "zed_actions",
 6294 "zlog",
 6295]
 6296
 6297[[package]]
 6298name = "file_icons"
 6299version = "0.1.0"
 6300dependencies = [
 6301 "gpui",
 6302 "serde",
 6303 "theme",
 6304 "util",
 6305]
 6306
 6307[[package]]
 6308name = "filedescriptor"
 6309version = "0.8.3"
 6310source = "registry+https://github.com/rust-lang/crates.io-index"
 6311checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6312dependencies = [
 6313 "libc",
 6314 "thiserror 1.0.69",
 6315 "winapi",
 6316]
 6317
 6318[[package]]
 6319name = "filetime"
 6320version = "0.2.26"
 6321source = "registry+https://github.com/rust-lang/crates.io-index"
 6322checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6323dependencies = [
 6324 "cfg-if",
 6325 "libc",
 6326 "libredox",
 6327 "windows-sys 0.60.2",
 6328]
 6329
 6330[[package]]
 6331name = "find-msvc-tools"
 6332version = "0.1.5"
 6333source = "registry+https://github.com/rust-lang/crates.io-index"
 6334checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6335
 6336[[package]]
 6337name = "fixedbitset"
 6338version = "0.4.2"
 6339source = "registry+https://github.com/rust-lang/crates.io-index"
 6340checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6341
 6342[[package]]
 6343name = "fixedbitset"
 6344version = "0.5.7"
 6345source = "registry+https://github.com/rust-lang/crates.io-index"
 6346checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6347
 6348[[package]]
 6349name = "flate2"
 6350version = "1.1.8"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6353dependencies = [
 6354 "crc32fast",
 6355 "miniz_oxide",
 6356]
 6357
 6358[[package]]
 6359name = "float-cmp"
 6360version = "0.9.0"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6363
 6364[[package]]
 6365name = "float-ord"
 6366version = "0.3.2"
 6367source = "registry+https://github.com/rust-lang/crates.io-index"
 6368checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6369
 6370[[package]]
 6371name = "float8"
 6372version = "0.4.2"
 6373source = "registry+https://github.com/rust-lang/crates.io-index"
 6374checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6375dependencies = [
 6376 "half",
 6377 "num-traits",
 6378 "rand 0.9.2",
 6379 "rand_distr",
 6380]
 6381
 6382[[package]]
 6383name = "float_next_after"
 6384version = "1.0.0"
 6385source = "registry+https://github.com/rust-lang/crates.io-index"
 6386checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6387
 6388[[package]]
 6389name = "fluent-uri"
 6390version = "0.4.1"
 6391source = "registry+https://github.com/rust-lang/crates.io-index"
 6392checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6393dependencies = [
 6394 "borrow-or-share",
 6395 "ref-cast",
 6396 "serde",
 6397]
 6398
 6399[[package]]
 6400name = "flume"
 6401version = "0.11.1"
 6402source = "registry+https://github.com/rust-lang/crates.io-index"
 6403checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6404dependencies = [
 6405 "futures-core",
 6406 "futures-sink",
 6407 "nanorand",
 6408 "spin 0.9.8",
 6409]
 6410
 6411[[package]]
 6412name = "fnv"
 6413version = "1.0.7"
 6414source = "registry+https://github.com/rust-lang/crates.io-index"
 6415checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6416
 6417[[package]]
 6418name = "foldhash"
 6419version = "0.1.5"
 6420source = "registry+https://github.com/rust-lang/crates.io-index"
 6421checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6422
 6423[[package]]
 6424name = "foldhash"
 6425version = "0.2.0"
 6426source = "registry+https://github.com/rust-lang/crates.io-index"
 6427checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6428
 6429[[package]]
 6430name = "font-types"
 6431version = "0.10.0"
 6432source = "registry+https://github.com/rust-lang/crates.io-index"
 6433checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6434dependencies = [
 6435 "bytemuck",
 6436]
 6437
 6438[[package]]
 6439name = "font-types"
 6440version = "0.11.0"
 6441source = "registry+https://github.com/rust-lang/crates.io-index"
 6442checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6443dependencies = [
 6444 "bytemuck",
 6445]
 6446
 6447[[package]]
 6448name = "fontconfig-parser"
 6449version = "0.5.8"
 6450source = "registry+https://github.com/rust-lang/crates.io-index"
 6451checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6452dependencies = [
 6453 "roxmltree",
 6454]
 6455
 6456[[package]]
 6457name = "fontdb"
 6458version = "0.16.2"
 6459source = "registry+https://github.com/rust-lang/crates.io-index"
 6460checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6461dependencies = [
 6462 "fontconfig-parser",
 6463 "log",
 6464 "memmap2",
 6465 "slotmap",
 6466 "tinyvec",
 6467 "ttf-parser 0.20.0",
 6468]
 6469
 6470[[package]]
 6471name = "fontdb"
 6472version = "0.23.0"
 6473source = "registry+https://github.com/rust-lang/crates.io-index"
 6474checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6475dependencies = [
 6476 "fontconfig-parser",
 6477 "log",
 6478 "memmap2",
 6479 "slotmap",
 6480 "tinyvec",
 6481 "ttf-parser 0.25.1",
 6482]
 6483
 6484[[package]]
 6485name = "foreign-types"
 6486version = "0.3.2"
 6487source = "registry+https://github.com/rust-lang/crates.io-index"
 6488checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6489dependencies = [
 6490 "foreign-types-shared 0.1.1",
 6491]
 6492
 6493[[package]]
 6494name = "foreign-types"
 6495version = "0.5.0"
 6496source = "registry+https://github.com/rust-lang/crates.io-index"
 6497checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6498dependencies = [
 6499 "foreign-types-macros",
 6500 "foreign-types-shared 0.3.1",
 6501]
 6502
 6503[[package]]
 6504name = "foreign-types-macros"
 6505version = "0.2.3"
 6506source = "registry+https://github.com/rust-lang/crates.io-index"
 6507checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6508dependencies = [
 6509 "proc-macro2",
 6510 "quote",
 6511 "syn 2.0.117",
 6512]
 6513
 6514[[package]]
 6515name = "foreign-types-shared"
 6516version = "0.1.1"
 6517source = "registry+https://github.com/rust-lang/crates.io-index"
 6518checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6519
 6520[[package]]
 6521name = "foreign-types-shared"
 6522version = "0.3.1"
 6523source = "registry+https://github.com/rust-lang/crates.io-index"
 6524checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6525
 6526[[package]]
 6527name = "fork"
 6528version = "0.4.0"
 6529source = "registry+https://github.com/rust-lang/crates.io-index"
 6530checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6531dependencies = [
 6532 "libc",
 6533]
 6534
 6535[[package]]
 6536name = "form_urlencoded"
 6537version = "1.2.2"
 6538source = "registry+https://github.com/rust-lang/crates.io-index"
 6539checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6540dependencies = [
 6541 "percent-encoding",
 6542]
 6543
 6544[[package]]
 6545name = "fraction"
 6546version = "0.15.3"
 6547source = "registry+https://github.com/rust-lang/crates.io-index"
 6548checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6549dependencies = [
 6550 "lazy_static",
 6551 "num",
 6552]
 6553
 6554[[package]]
 6555name = "freetype-sys"
 6556version = "0.20.1"
 6557source = "registry+https://github.com/rust-lang/crates.io-index"
 6558checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6559dependencies = [
 6560 "cc",
 6561 "libc",
 6562 "pkg-config",
 6563]
 6564
 6565[[package]]
 6566name = "fs"
 6567version = "0.1.0"
 6568dependencies = [
 6569 "anyhow",
 6570 "ashpd",
 6571 "async-tar",
 6572 "async-trait",
 6573 "cocoa 0.26.0",
 6574 "collections",
 6575 "dunce",
 6576 "fs",
 6577 "futures 0.3.31",
 6578 "git",
 6579 "gpui",
 6580 "ignore",
 6581 "is_executable",
 6582 "libc",
 6583 "log",
 6584 "notify 8.2.0",
 6585 "objc",
 6586 "parking_lot",
 6587 "paths",
 6588 "proto",
 6589 "rope",
 6590 "serde",
 6591 "serde_json",
 6592 "smol",
 6593 "tempfile",
 6594 "text",
 6595 "time",
 6596 "util",
 6597 "windows 0.61.3",
 6598]
 6599
 6600[[package]]
 6601name = "fs-set-times"
 6602version = "0.20.3"
 6603source = "registry+https://github.com/rust-lang/crates.io-index"
 6604checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6605dependencies = [
 6606 "io-lifetimes",
 6607 "rustix 1.1.2",
 6608 "windows-sys 0.59.0",
 6609]
 6610
 6611[[package]]
 6612name = "fs2"
 6613version = "0.4.3"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6616dependencies = [
 6617 "libc",
 6618 "winapi",
 6619]
 6620
 6621[[package]]
 6622name = "fs_benchmarks"
 6623version = "0.1.0"
 6624dependencies = [
 6625 "fs",
 6626 "gpui",
 6627 "gpui_platform",
 6628]
 6629
 6630[[package]]
 6631name = "fs_extra"
 6632version = "1.3.0"
 6633source = "registry+https://github.com/rust-lang/crates.io-index"
 6634checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6635
 6636[[package]]
 6637name = "fsevent-sys"
 6638version = "4.1.0"
 6639source = "registry+https://github.com/rust-lang/crates.io-index"
 6640checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6641dependencies = [
 6642 "libc",
 6643]
 6644
 6645[[package]]
 6646name = "fuchsia-cprng"
 6647version = "0.1.1"
 6648source = "registry+https://github.com/rust-lang/crates.io-index"
 6649checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6650
 6651[[package]]
 6652name = "funty"
 6653version = "2.0.0"
 6654source = "registry+https://github.com/rust-lang/crates.io-index"
 6655checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6656
 6657[[package]]
 6658name = "futf"
 6659version = "0.1.5"
 6660source = "registry+https://github.com/rust-lang/crates.io-index"
 6661checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6662dependencies = [
 6663 "mac",
 6664 "new_debug_unreachable",
 6665]
 6666
 6667[[package]]
 6668name = "futures"
 6669version = "0.1.31"
 6670source = "registry+https://github.com/rust-lang/crates.io-index"
 6671checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6672
 6673[[package]]
 6674name = "futures"
 6675version = "0.3.31"
 6676source = "registry+https://github.com/rust-lang/crates.io-index"
 6677checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6678dependencies = [
 6679 "futures-channel",
 6680 "futures-core",
 6681 "futures-executor",
 6682 "futures-io",
 6683 "futures-sink",
 6684 "futures-task",
 6685 "futures-util",
 6686]
 6687
 6688[[package]]
 6689name = "futures-channel"
 6690version = "0.3.31"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6693dependencies = [
 6694 "futures-core",
 6695 "futures-sink",
 6696]
 6697
 6698[[package]]
 6699name = "futures-concurrency"
 6700version = "7.7.1"
 6701source = "registry+https://github.com/rust-lang/crates.io-index"
 6702checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6703dependencies = [
 6704 "fixedbitset 0.5.7",
 6705 "futures-core",
 6706 "futures-lite 2.6.1",
 6707 "pin-project",
 6708 "smallvec",
 6709]
 6710
 6711[[package]]
 6712name = "futures-core"
 6713version = "0.3.31"
 6714source = "registry+https://github.com/rust-lang/crates.io-index"
 6715checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6716
 6717[[package]]
 6718name = "futures-executor"
 6719version = "0.3.31"
 6720source = "registry+https://github.com/rust-lang/crates.io-index"
 6721checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6722dependencies = [
 6723 "futures-core",
 6724 "futures-task",
 6725 "futures-util",
 6726]
 6727
 6728[[package]]
 6729name = "futures-intrusive"
 6730version = "0.5.0"
 6731source = "registry+https://github.com/rust-lang/crates.io-index"
 6732checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6733dependencies = [
 6734 "futures-core",
 6735 "lock_api",
 6736 "parking_lot",
 6737]
 6738
 6739[[package]]
 6740name = "futures-io"
 6741version = "0.3.31"
 6742source = "registry+https://github.com/rust-lang/crates.io-index"
 6743checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6744
 6745[[package]]
 6746name = "futures-lite"
 6747version = "1.13.0"
 6748source = "registry+https://github.com/rust-lang/crates.io-index"
 6749checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6750dependencies = [
 6751 "fastrand 1.9.0",
 6752 "futures-core",
 6753 "futures-io",
 6754 "memchr",
 6755 "parking",
 6756 "pin-project-lite",
 6757 "waker-fn",
 6758]
 6759
 6760[[package]]
 6761name = "futures-lite"
 6762version = "2.6.1"
 6763source = "registry+https://github.com/rust-lang/crates.io-index"
 6764checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6765dependencies = [
 6766 "fastrand 2.3.0",
 6767 "futures-core",
 6768 "futures-io",
 6769 "parking",
 6770 "pin-project-lite",
 6771]
 6772
 6773[[package]]
 6774name = "futures-macro"
 6775version = "0.3.31"
 6776source = "registry+https://github.com/rust-lang/crates.io-index"
 6777checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6778dependencies = [
 6779 "proc-macro2",
 6780 "quote",
 6781 "syn 2.0.117",
 6782]
 6783
 6784[[package]]
 6785name = "futures-sink"
 6786version = "0.3.31"
 6787source = "registry+https://github.com/rust-lang/crates.io-index"
 6788checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6789
 6790[[package]]
 6791name = "futures-task"
 6792version = "0.3.31"
 6793source = "registry+https://github.com/rust-lang/crates.io-index"
 6794checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6795
 6796[[package]]
 6797name = "futures-util"
 6798version = "0.3.31"
 6799source = "registry+https://github.com/rust-lang/crates.io-index"
 6800checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6801dependencies = [
 6802 "futures 0.1.31",
 6803 "futures-channel",
 6804 "futures-core",
 6805 "futures-io",
 6806 "futures-macro",
 6807 "futures-sink",
 6808 "futures-task",
 6809 "memchr",
 6810 "pin-project-lite",
 6811 "pin-utils",
 6812 "slab",
 6813 "tokio-io",
 6814]
 6815
 6816[[package]]
 6817name = "fuzzy"
 6818version = "0.1.0"
 6819dependencies = [
 6820 "gpui",
 6821 "log",
 6822 "util",
 6823]
 6824
 6825[[package]]
 6826name = "fuzzy-matcher"
 6827version = "0.3.7"
 6828source = "registry+https://github.com/rust-lang/crates.io-index"
 6829checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6830dependencies = [
 6831 "thread_local",
 6832]
 6833
 6834[[package]]
 6835name = "gaoya"
 6836version = "0.2.0"
 6837source = "registry+https://github.com/rust-lang/crates.io-index"
 6838checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6839dependencies = [
 6840 "ahash 0.8.12",
 6841 "crossbeam-utils",
 6842 "fnv",
 6843 "itertools 0.10.5",
 6844 "num-traits",
 6845 "rand 0.8.5",
 6846 "rand_pcg",
 6847 "random_choice",
 6848 "rayon",
 6849 "seahash",
 6850 "sha-1",
 6851 "shingles",
 6852 "siphasher 0.3.11",
 6853 "smallvec",
 6854 "triomphe",
 6855]
 6856
 6857[[package]]
 6858name = "gemm"
 6859version = "0.17.1"
 6860source = "registry+https://github.com/rust-lang/crates.io-index"
 6861checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6862dependencies = [
 6863 "dyn-stack 0.10.0",
 6864 "gemm-c32 0.17.1",
 6865 "gemm-c64 0.17.1",
 6866 "gemm-common 0.17.1",
 6867 "gemm-f16 0.17.1",
 6868 "gemm-f32 0.17.1",
 6869 "gemm-f64 0.17.1",
 6870 "num-complex",
 6871 "num-traits",
 6872 "paste",
 6873 "raw-cpuid 10.7.0",
 6874 "seq-macro",
 6875]
 6876
 6877[[package]]
 6878name = "gemm"
 6879version = "0.18.2"
 6880source = "registry+https://github.com/rust-lang/crates.io-index"
 6881checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6882dependencies = [
 6883 "dyn-stack 0.13.2",
 6884 "gemm-c32 0.18.2",
 6885 "gemm-c64 0.18.2",
 6886 "gemm-common 0.18.2",
 6887 "gemm-f16 0.18.2",
 6888 "gemm-f32 0.18.2",
 6889 "gemm-f64 0.18.2",
 6890 "num-complex",
 6891 "num-traits",
 6892 "paste",
 6893 "raw-cpuid 11.6.0",
 6894 "seq-macro",
 6895]
 6896
 6897[[package]]
 6898name = "gemm-c32"
 6899version = "0.17.1"
 6900source = "registry+https://github.com/rust-lang/crates.io-index"
 6901checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6902dependencies = [
 6903 "dyn-stack 0.10.0",
 6904 "gemm-common 0.17.1",
 6905 "num-complex",
 6906 "num-traits",
 6907 "paste",
 6908 "raw-cpuid 10.7.0",
 6909 "seq-macro",
 6910]
 6911
 6912[[package]]
 6913name = "gemm-c32"
 6914version = "0.18.2"
 6915source = "registry+https://github.com/rust-lang/crates.io-index"
 6916checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6917dependencies = [
 6918 "dyn-stack 0.13.2",
 6919 "gemm-common 0.18.2",
 6920 "num-complex",
 6921 "num-traits",
 6922 "paste",
 6923 "raw-cpuid 11.6.0",
 6924 "seq-macro",
 6925]
 6926
 6927[[package]]
 6928name = "gemm-c64"
 6929version = "0.17.1"
 6930source = "registry+https://github.com/rust-lang/crates.io-index"
 6931checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6932dependencies = [
 6933 "dyn-stack 0.10.0",
 6934 "gemm-common 0.17.1",
 6935 "num-complex",
 6936 "num-traits",
 6937 "paste",
 6938 "raw-cpuid 10.7.0",
 6939 "seq-macro",
 6940]
 6941
 6942[[package]]
 6943name = "gemm-c64"
 6944version = "0.18.2"
 6945source = "registry+https://github.com/rust-lang/crates.io-index"
 6946checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6947dependencies = [
 6948 "dyn-stack 0.13.2",
 6949 "gemm-common 0.18.2",
 6950 "num-complex",
 6951 "num-traits",
 6952 "paste",
 6953 "raw-cpuid 11.6.0",
 6954 "seq-macro",
 6955]
 6956
 6957[[package]]
 6958name = "gemm-common"
 6959version = "0.17.1"
 6960source = "registry+https://github.com/rust-lang/crates.io-index"
 6961checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6962dependencies = [
 6963 "bytemuck",
 6964 "dyn-stack 0.10.0",
 6965 "half",
 6966 "num-complex",
 6967 "num-traits",
 6968 "once_cell",
 6969 "paste",
 6970 "pulp 0.18.22",
 6971 "raw-cpuid 10.7.0",
 6972 "rayon",
 6973 "seq-macro",
 6974 "sysctl 0.5.5",
 6975]
 6976
 6977[[package]]
 6978name = "gemm-common"
 6979version = "0.18.2"
 6980source = "registry+https://github.com/rust-lang/crates.io-index"
 6981checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6982dependencies = [
 6983 "bytemuck",
 6984 "dyn-stack 0.13.2",
 6985 "half",
 6986 "libm",
 6987 "num-complex",
 6988 "num-traits",
 6989 "once_cell",
 6990 "paste",
 6991 "pulp 0.21.5",
 6992 "raw-cpuid 11.6.0",
 6993 "rayon",
 6994 "seq-macro",
 6995 "sysctl 0.6.0",
 6996]
 6997
 6998[[package]]
 6999name = "gemm-f16"
 7000version = "0.17.1"
 7001source = "registry+https://github.com/rust-lang/crates.io-index"
 7002checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 7003dependencies = [
 7004 "dyn-stack 0.10.0",
 7005 "gemm-common 0.17.1",
 7006 "gemm-f32 0.17.1",
 7007 "half",
 7008 "num-complex",
 7009 "num-traits",
 7010 "paste",
 7011 "raw-cpuid 10.7.0",
 7012 "rayon",
 7013 "seq-macro",
 7014]
 7015
 7016[[package]]
 7017name = "gemm-f16"
 7018version = "0.18.2"
 7019source = "registry+https://github.com/rust-lang/crates.io-index"
 7020checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 7021dependencies = [
 7022 "dyn-stack 0.13.2",
 7023 "gemm-common 0.18.2",
 7024 "gemm-f32 0.18.2",
 7025 "half",
 7026 "num-complex",
 7027 "num-traits",
 7028 "paste",
 7029 "raw-cpuid 11.6.0",
 7030 "rayon",
 7031 "seq-macro",
 7032]
 7033
 7034[[package]]
 7035name = "gemm-f32"
 7036version = "0.17.1"
 7037source = "registry+https://github.com/rust-lang/crates.io-index"
 7038checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 7039dependencies = [
 7040 "dyn-stack 0.10.0",
 7041 "gemm-common 0.17.1",
 7042 "num-complex",
 7043 "num-traits",
 7044 "paste",
 7045 "raw-cpuid 10.7.0",
 7046 "seq-macro",
 7047]
 7048
 7049[[package]]
 7050name = "gemm-f32"
 7051version = "0.18.2"
 7052source = "registry+https://github.com/rust-lang/crates.io-index"
 7053checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 7054dependencies = [
 7055 "dyn-stack 0.13.2",
 7056 "gemm-common 0.18.2",
 7057 "num-complex",
 7058 "num-traits",
 7059 "paste",
 7060 "raw-cpuid 11.6.0",
 7061 "seq-macro",
 7062]
 7063
 7064[[package]]
 7065name = "gemm-f64"
 7066version = "0.17.1"
 7067source = "registry+https://github.com/rust-lang/crates.io-index"
 7068checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7069dependencies = [
 7070 "dyn-stack 0.10.0",
 7071 "gemm-common 0.17.1",
 7072 "num-complex",
 7073 "num-traits",
 7074 "paste",
 7075 "raw-cpuid 10.7.0",
 7076 "seq-macro",
 7077]
 7078
 7079[[package]]
 7080name = "gemm-f64"
 7081version = "0.18.2"
 7082source = "registry+https://github.com/rust-lang/crates.io-index"
 7083checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7084dependencies = [
 7085 "dyn-stack 0.13.2",
 7086 "gemm-common 0.18.2",
 7087 "num-complex",
 7088 "num-traits",
 7089 "paste",
 7090 "raw-cpuid 11.6.0",
 7091 "seq-macro",
 7092]
 7093
 7094[[package]]
 7095name = "generator"
 7096version = "0.8.7"
 7097source = "registry+https://github.com/rust-lang/crates.io-index"
 7098checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7099dependencies = [
 7100 "cc",
 7101 "cfg-if",
 7102 "libc",
 7103 "log",
 7104 "rustversion",
 7105 "windows 0.61.3",
 7106]
 7107
 7108[[package]]
 7109name = "generic-array"
 7110version = "0.14.7"
 7111source = "registry+https://github.com/rust-lang/crates.io-index"
 7112checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7113dependencies = [
 7114 "typenum",
 7115 "version_check",
 7116]
 7117
 7118[[package]]
 7119name = "gethostname"
 7120version = "1.1.0"
 7121source = "registry+https://github.com/rust-lang/crates.io-index"
 7122checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7123dependencies = [
 7124 "rustix 1.1.2",
 7125 "windows-link 0.2.1",
 7126]
 7127
 7128[[package]]
 7129name = "getrandom"
 7130version = "0.2.16"
 7131source = "registry+https://github.com/rust-lang/crates.io-index"
 7132checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7133dependencies = [
 7134 "cfg-if",
 7135 "js-sys",
 7136 "libc",
 7137 "wasi",
 7138 "wasm-bindgen",
 7139]
 7140
 7141[[package]]
 7142name = "getrandom"
 7143version = "0.3.4"
 7144source = "registry+https://github.com/rust-lang/crates.io-index"
 7145checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7146dependencies = [
 7147 "cfg-if",
 7148 "js-sys",
 7149 "libc",
 7150 "r-efi",
 7151 "wasip2",
 7152 "wasm-bindgen",
 7153]
 7154
 7155[[package]]
 7156name = "getrandom"
 7157version = "0.4.1"
 7158source = "registry+https://github.com/rust-lang/crates.io-index"
 7159checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7160dependencies = [
 7161 "cfg-if",
 7162 "libc",
 7163 "r-efi",
 7164 "wasip2",
 7165 "wasip3",
 7166]
 7167
 7168[[package]]
 7169name = "gh-workflow"
 7170version = "0.8.0"
 7171source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7172dependencies = [
 7173 "async-trait",
 7174 "derive_more",
 7175 "derive_setters",
 7176 "gh-workflow-macros",
 7177 "indexmap",
 7178 "merge",
 7179 "serde",
 7180 "serde_json",
 7181 "serde_yaml",
 7182 "strum_macros 0.27.2",
 7183]
 7184
 7185[[package]]
 7186name = "gh-workflow-macros"
 7187version = "0.8.0"
 7188source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7189dependencies = [
 7190 "heck 0.5.0",
 7191 "quote",
 7192 "syn 2.0.117",
 7193]
 7194
 7195[[package]]
 7196name = "gif"
 7197version = "0.13.3"
 7198source = "registry+https://github.com/rust-lang/crates.io-index"
 7199checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7200dependencies = [
 7201 "color_quant",
 7202 "weezl",
 7203]
 7204
 7205[[package]]
 7206name = "gimli"
 7207version = "0.31.1"
 7208source = "registry+https://github.com/rust-lang/crates.io-index"
 7209checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 7210dependencies = [
 7211 "fallible-iterator",
 7212 "indexmap",
 7213 "stable_deref_trait",
 7214]
 7215
 7216[[package]]
 7217name = "gimli"
 7218version = "0.32.3"
 7219source = "registry+https://github.com/rust-lang/crates.io-index"
 7220checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7221
 7222[[package]]
 7223name = "gio-sys"
 7224version = "0.21.5"
 7225source = "registry+https://github.com/rust-lang/crates.io-index"
 7226checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7227dependencies = [
 7228 "glib-sys",
 7229 "gobject-sys",
 7230 "libc",
 7231 "system-deps 7.0.7",
 7232 "windows-sys 0.61.2",
 7233]
 7234
 7235[[package]]
 7236name = "git"
 7237version = "0.1.0"
 7238dependencies = [
 7239 "anyhow",
 7240 "askpass",
 7241 "async-trait",
 7242 "collections",
 7243 "derive_more",
 7244 "futures 0.3.31",
 7245 "git2",
 7246 "gpui",
 7247 "http_client",
 7248 "itertools 0.14.0",
 7249 "log",
 7250 "parking_lot",
 7251 "pretty_assertions",
 7252 "rand 0.9.2",
 7253 "regex",
 7254 "rope",
 7255 "schemars",
 7256 "serde",
 7257 "serde_json",
 7258 "smallvec",
 7259 "smol",
 7260 "sum_tree",
 7261 "tempfile",
 7262 "text",
 7263 "thiserror 2.0.17",
 7264 "time",
 7265 "url",
 7266 "urlencoding",
 7267 "util",
 7268 "uuid",
 7269 "ztracing",
 7270]
 7271
 7272[[package]]
 7273name = "git2"
 7274version = "0.20.4"
 7275source = "registry+https://github.com/rust-lang/crates.io-index"
 7276checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7277dependencies = [
 7278 "bitflags 2.10.0",
 7279 "libc",
 7280 "libgit2-sys",
 7281 "log",
 7282 "url",
 7283]
 7284
 7285[[package]]
 7286name = "git_graph"
 7287version = "0.1.0"
 7288dependencies = [
 7289 "anyhow",
 7290 "collections",
 7291 "db",
 7292 "feature_flags",
 7293 "fs",
 7294 "git",
 7295 "git_ui",
 7296 "gpui",
 7297 "language",
 7298 "menu",
 7299 "project",
 7300 "rand 0.9.2",
 7301 "serde_json",
 7302 "settings",
 7303 "smallvec",
 7304 "theme",
 7305 "time",
 7306 "ui",
 7307 "workspace",
 7308]
 7309
 7310[[package]]
 7311name = "git_hosting_providers"
 7312version = "0.1.0"
 7313dependencies = [
 7314 "anyhow",
 7315 "async-trait",
 7316 "futures 0.3.31",
 7317 "git",
 7318 "gpui",
 7319 "http_client",
 7320 "indoc",
 7321 "itertools 0.14.0",
 7322 "pretty_assertions",
 7323 "regex",
 7324 "serde",
 7325 "serde_json",
 7326 "settings",
 7327 "url",
 7328 "urlencoding",
 7329 "util",
 7330]
 7331
 7332[[package]]
 7333name = "git_ui"
 7334version = "0.1.0"
 7335dependencies = [
 7336 "agent_settings",
 7337 "anyhow",
 7338 "askpass",
 7339 "buffer_diff",
 7340 "call",
 7341 "collections",
 7342 "component",
 7343 "ctor",
 7344 "db",
 7345 "editor",
 7346 "feature_flags",
 7347 "file_icons",
 7348 "futures 0.3.31",
 7349 "fuzzy",
 7350 "git",
 7351 "gpui",
 7352 "indoc",
 7353 "itertools 0.14.0",
 7354 "language",
 7355 "language_model",
 7356 "linkify",
 7357 "log",
 7358 "markdown",
 7359 "menu",
 7360 "multi_buffer",
 7361 "notifications",
 7362 "panel",
 7363 "picker",
 7364 "pretty_assertions",
 7365 "project",
 7366 "prompt_store",
 7367 "proto",
 7368 "rand 0.9.2",
 7369 "remote",
 7370 "remote_connection",
 7371 "schemars",
 7372 "serde",
 7373 "serde_json",
 7374 "settings",
 7375 "smallvec",
 7376 "smol",
 7377 "strum 0.27.2",
 7378 "telemetry",
 7379 "theme",
 7380 "time",
 7381 "time_format",
 7382 "tracing",
 7383 "ui",
 7384 "ui_input",
 7385 "unindent",
 7386 "util",
 7387 "watch",
 7388 "windows 0.61.3",
 7389 "workspace",
 7390 "zed_actions",
 7391 "zeroize",
 7392 "zlog",
 7393 "ztracing",
 7394]
 7395
 7396[[package]]
 7397name = "gl_generator"
 7398version = "0.14.0"
 7399source = "registry+https://github.com/rust-lang/crates.io-index"
 7400checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7401dependencies = [
 7402 "khronos_api",
 7403 "log",
 7404 "xml-rs",
 7405]
 7406
 7407[[package]]
 7408name = "glib"
 7409version = "0.21.5"
 7410source = "registry+https://github.com/rust-lang/crates.io-index"
 7411checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7412dependencies = [
 7413 "bitflags 2.10.0",
 7414 "futures-channel",
 7415 "futures-core",
 7416 "futures-executor",
 7417 "futures-task",
 7418 "futures-util",
 7419 "gio-sys",
 7420 "glib-macros",
 7421 "glib-sys",
 7422 "gobject-sys",
 7423 "libc",
 7424 "memchr",
 7425 "smallvec",
 7426]
 7427
 7428[[package]]
 7429name = "glib-macros"
 7430version = "0.21.5"
 7431source = "registry+https://github.com/rust-lang/crates.io-index"
 7432checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7433dependencies = [
 7434 "heck 0.5.0",
 7435 "proc-macro-crate",
 7436 "proc-macro2",
 7437 "quote",
 7438 "syn 2.0.117",
 7439]
 7440
 7441[[package]]
 7442name = "glib-sys"
 7443version = "0.21.5"
 7444source = "registry+https://github.com/rust-lang/crates.io-index"
 7445checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7446dependencies = [
 7447 "libc",
 7448 "system-deps 7.0.7",
 7449]
 7450
 7451[[package]]
 7452name = "glob"
 7453version = "0.3.3"
 7454source = "registry+https://github.com/rust-lang/crates.io-index"
 7455checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7456
 7457[[package]]
 7458name = "globset"
 7459version = "0.4.17"
 7460source = "registry+https://github.com/rust-lang/crates.io-index"
 7461checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7462dependencies = [
 7463 "aho-corasick",
 7464 "bstr",
 7465 "log",
 7466 "regex-automata",
 7467 "regex-syntax",
 7468]
 7469
 7470[[package]]
 7471name = "gloo-timers"
 7472version = "0.3.0"
 7473source = "registry+https://github.com/rust-lang/crates.io-index"
 7474checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7475dependencies = [
 7476 "futures-channel",
 7477 "futures-core",
 7478 "js-sys",
 7479 "wasm-bindgen",
 7480]
 7481
 7482[[package]]
 7483name = "glow"
 7484version = "0.17.0"
 7485source = "registry+https://github.com/rust-lang/crates.io-index"
 7486checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7487dependencies = [
 7488 "js-sys",
 7489 "slotmap",
 7490 "wasm-bindgen",
 7491 "web-sys",
 7492]
 7493
 7494[[package]]
 7495name = "glutin_wgl_sys"
 7496version = "0.6.1"
 7497source = "registry+https://github.com/rust-lang/crates.io-index"
 7498checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7499dependencies = [
 7500 "gl_generator",
 7501]
 7502
 7503[[package]]
 7504name = "go_to_line"
 7505version = "0.1.0"
 7506dependencies = [
 7507 "editor",
 7508 "gpui",
 7509 "indoc",
 7510 "language",
 7511 "menu",
 7512 "multi_buffer",
 7513 "project",
 7514 "rope",
 7515 "serde",
 7516 "serde_json",
 7517 "settings",
 7518 "text",
 7519 "theme",
 7520 "ui",
 7521 "util",
 7522 "workspace",
 7523]
 7524
 7525[[package]]
 7526name = "gobject-sys"
 7527version = "0.21.5"
 7528source = "registry+https://github.com/rust-lang/crates.io-index"
 7529checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7530dependencies = [
 7531 "glib-sys",
 7532 "libc",
 7533 "system-deps 7.0.7",
 7534]
 7535
 7536[[package]]
 7537name = "goblin"
 7538version = "0.9.3"
 7539source = "registry+https://github.com/rust-lang/crates.io-index"
 7540checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7541dependencies = [
 7542 "log",
 7543 "plain",
 7544 "scroll",
 7545]
 7546
 7547[[package]]
 7548name = "google_ai"
 7549version = "0.1.0"
 7550dependencies = [
 7551 "anyhow",
 7552 "futures 0.3.31",
 7553 "http_client",
 7554 "schemars",
 7555 "serde",
 7556 "serde_json",
 7557 "settings",
 7558 "strum 0.27.2",
 7559]
 7560
 7561[[package]]
 7562name = "gpu-allocator"
 7563version = "0.28.0"
 7564source = "registry+https://github.com/rust-lang/crates.io-index"
 7565checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7566dependencies = [
 7567 "ash",
 7568 "hashbrown 0.16.1",
 7569 "log",
 7570 "presser",
 7571 "thiserror 2.0.17",
 7572 "windows 0.62.2",
 7573]
 7574
 7575[[package]]
 7576name = "gpu-descriptor"
 7577version = "0.3.2"
 7578source = "registry+https://github.com/rust-lang/crates.io-index"
 7579checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7580dependencies = [
 7581 "bitflags 2.10.0",
 7582 "gpu-descriptor-types",
 7583 "hashbrown 0.15.5",
 7584]
 7585
 7586[[package]]
 7587name = "gpu-descriptor-types"
 7588version = "0.2.0"
 7589source = "registry+https://github.com/rust-lang/crates.io-index"
 7590checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7591dependencies = [
 7592 "bitflags 2.10.0",
 7593]
 7594
 7595[[package]]
 7596name = "gpui"
 7597version = "0.2.2"
 7598dependencies = [
 7599 "anyhow",
 7600 "async-channel 2.5.0",
 7601 "async-task",
 7602 "backtrace",
 7603 "bindgen 0.71.1",
 7604 "bitflags 2.10.0",
 7605 "block",
 7606 "cbindgen",
 7607 "chrono",
 7608 "circular-buffer",
 7609 "cocoa 0.26.0",
 7610 "cocoa-foundation 0.2.0",
 7611 "collections",
 7612 "core-foundation 0.10.0",
 7613 "core-foundation-sys",
 7614 "core-graphics 0.24.0",
 7615 "core-text",
 7616 "core-video",
 7617 "ctor",
 7618 "derive_more",
 7619 "embed-resource",
 7620 "env_logger 0.11.8",
 7621 "etagere",
 7622 "foreign-types 0.5.0",
 7623 "futures 0.3.31",
 7624 "futures-concurrency",
 7625 "getrandom 0.3.4",
 7626 "gpui_macros",
 7627 "gpui_platform",
 7628 "gpui_util",
 7629 "gpui_web",
 7630 "http_client",
 7631 "image",
 7632 "inventory",
 7633 "itertools 0.14.0",
 7634 "log",
 7635 "lyon",
 7636 "mach2 0.5.0",
 7637 "media",
 7638 "metal",
 7639 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7640 "num_cpus",
 7641 "objc",
 7642 "objc2",
 7643 "objc2-metal",
 7644 "parking",
 7645 "parking_lot",
 7646 "pathfinder_geometry",
 7647 "pin-project",
 7648 "pollster 0.4.0",
 7649 "postage",
 7650 "profiling",
 7651 "proptest",
 7652 "rand 0.9.2",
 7653 "raw-window-handle",
 7654 "refineable",
 7655 "reqwest_client",
 7656 "resvg",
 7657 "scheduler",
 7658 "schemars",
 7659 "seahash",
 7660 "serde",
 7661 "serde_json",
 7662 "slotmap",
 7663 "smallvec",
 7664 "spin 0.10.0",
 7665 "stacksafe",
 7666 "strum 0.27.2",
 7667 "sum_tree",
 7668 "taffy",
 7669 "thiserror 2.0.17",
 7670 "unicode-segmentation",
 7671 "url",
 7672 "usvg",
 7673 "util_macros",
 7674 "uuid",
 7675 "waker-fn",
 7676 "wasm-bindgen",
 7677 "web-time",
 7678 "windows 0.61.3",
 7679 "zed-font-kit",
 7680 "zed-scap",
 7681]
 7682
 7683[[package]]
 7684name = "gpui_linux"
 7685version = "0.1.0"
 7686dependencies = [
 7687 "anyhow",
 7688 "as-raw-xcb-connection",
 7689 "ashpd",
 7690 "bitflags 2.10.0",
 7691 "bytemuck",
 7692 "calloop",
 7693 "calloop-wayland-source",
 7694 "collections",
 7695 "filedescriptor",
 7696 "futures 0.3.31",
 7697 "gpui",
 7698 "gpui_wgpu",
 7699 "http_client",
 7700 "itertools 0.14.0",
 7701 "libc",
 7702 "log",
 7703 "oo7",
 7704 "open",
 7705 "parking_lot",
 7706 "pathfinder_geometry",
 7707 "pollster 0.4.0",
 7708 "profiling",
 7709 "raw-window-handle",
 7710 "smallvec",
 7711 "smol",
 7712 "strum 0.27.2",
 7713 "swash",
 7714 "url",
 7715 "util",
 7716 "uuid",
 7717 "wayland-backend",
 7718 "wayland-client",
 7719 "wayland-cursor",
 7720 "wayland-protocols",
 7721 "wayland-protocols-plasma",
 7722 "wayland-protocols-wlr",
 7723 "x11-clipboard",
 7724 "x11rb",
 7725 "xkbcommon",
 7726 "zed-scap",
 7727 "zed-xim",
 7728]
 7729
 7730[[package]]
 7731name = "gpui_macos"
 7732version = "0.1.0"
 7733dependencies = [
 7734 "anyhow",
 7735 "async-task",
 7736 "block",
 7737 "cbindgen",
 7738 "cocoa 0.26.0",
 7739 "collections",
 7740 "core-foundation 0.10.0",
 7741 "core-foundation-sys",
 7742 "core-graphics 0.24.0",
 7743 "core-text",
 7744 "core-video",
 7745 "ctor",
 7746 "derive_more",
 7747 "dispatch2",
 7748 "etagere",
 7749 "foreign-types 0.5.0",
 7750 "futures 0.3.31",
 7751 "gpui",
 7752 "image",
 7753 "itertools 0.14.0",
 7754 "libc",
 7755 "log",
 7756 "mach2 0.5.0",
 7757 "media",
 7758 "metal",
 7759 "objc",
 7760 "parking_lot",
 7761 "pathfinder_geometry",
 7762 "raw-window-handle",
 7763 "semver",
 7764 "smallvec",
 7765 "strum 0.27.2",
 7766 "util",
 7767 "uuid",
 7768 "zed-font-kit",
 7769]
 7770
 7771[[package]]
 7772name = "gpui_macros"
 7773version = "0.1.0"
 7774dependencies = [
 7775 "gpui",
 7776 "heck 0.5.0",
 7777 "proc-macro2",
 7778 "quote",
 7779 "syn 2.0.117",
 7780]
 7781
 7782[[package]]
 7783name = "gpui_platform"
 7784version = "0.1.0"
 7785dependencies = [
 7786 "console_error_panic_hook",
 7787 "gpui",
 7788 "gpui_linux",
 7789 "gpui_macos",
 7790 "gpui_web",
 7791 "gpui_windows",
 7792]
 7793
 7794[[package]]
 7795name = "gpui_tokio"
 7796version = "0.1.0"
 7797dependencies = [
 7798 "anyhow",
 7799 "gpui",
 7800 "tokio",
 7801 "util",
 7802]
 7803
 7804[[package]]
 7805name = "gpui_util"
 7806version = "0.1.0"
 7807dependencies = [
 7808 "anyhow",
 7809 "log",
 7810]
 7811
 7812[[package]]
 7813name = "gpui_web"
 7814version = "0.1.0"
 7815dependencies = [
 7816 "anyhow",
 7817 "console_error_panic_hook",
 7818 "futures 0.3.31",
 7819 "gpui",
 7820 "gpui_wgpu",
 7821 "http_client",
 7822 "js-sys",
 7823 "log",
 7824 "parking_lot",
 7825 "raw-window-handle",
 7826 "smallvec",
 7827 "uuid",
 7828 "wasm-bindgen",
 7829 "wasm-bindgen-futures",
 7830 "wasm_thread",
 7831 "web-sys",
 7832 "web-time",
 7833]
 7834
 7835[[package]]
 7836name = "gpui_wgpu"
 7837version = "0.1.0"
 7838dependencies = [
 7839 "anyhow",
 7840 "bytemuck",
 7841 "collections",
 7842 "cosmic-text",
 7843 "etagere",
 7844 "gpui",
 7845 "gpui_util",
 7846 "itertools 0.14.0",
 7847 "js-sys",
 7848 "log",
 7849 "parking_lot",
 7850 "pollster 0.4.0",
 7851 "profiling",
 7852 "raw-window-handle",
 7853 "smallvec",
 7854 "swash",
 7855 "wasm-bindgen",
 7856 "wasm-bindgen-futures",
 7857 "web-sys",
 7858 "wgpu",
 7859 "zed-font-kit",
 7860]
 7861
 7862[[package]]
 7863name = "gpui_windows"
 7864version = "0.1.0"
 7865dependencies = [
 7866 "anyhow",
 7867 "collections",
 7868 "etagere",
 7869 "futures 0.3.31",
 7870 "gpui",
 7871 "image",
 7872 "itertools 0.14.0",
 7873 "log",
 7874 "parking_lot",
 7875 "rand 0.9.2",
 7876 "raw-window-handle",
 7877 "smallvec",
 7878 "util",
 7879 "uuid",
 7880 "windows 0.61.3",
 7881 "windows-core 0.61.2",
 7882 "windows-numerics 0.2.0",
 7883 "windows-registry 0.5.3",
 7884 "zed-scap",
 7885]
 7886
 7887[[package]]
 7888name = "grid"
 7889version = "0.18.0"
 7890source = "registry+https://github.com/rust-lang/crates.io-index"
 7891checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7892
 7893[[package]]
 7894name = "group"
 7895version = "0.12.1"
 7896source = "registry+https://github.com/rust-lang/crates.io-index"
 7897checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7898dependencies = [
 7899 "ff",
 7900 "rand_core 0.6.4",
 7901 "subtle",
 7902]
 7903
 7904[[package]]
 7905name = "h2"
 7906version = "0.3.27"
 7907source = "registry+https://github.com/rust-lang/crates.io-index"
 7908checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7909dependencies = [
 7910 "bytes 1.11.1",
 7911 "fnv",
 7912 "futures-core",
 7913 "futures-sink",
 7914 "futures-util",
 7915 "http 0.2.12",
 7916 "indexmap",
 7917 "slab",
 7918 "tokio",
 7919 "tokio-util",
 7920 "tracing",
 7921]
 7922
 7923[[package]]
 7924name = "h2"
 7925version = "0.4.12"
 7926source = "registry+https://github.com/rust-lang/crates.io-index"
 7927checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7928dependencies = [
 7929 "atomic-waker",
 7930 "bytes 1.11.1",
 7931 "fnv",
 7932 "futures-core",
 7933 "futures-sink",
 7934 "http 1.3.1",
 7935 "indexmap",
 7936 "slab",
 7937 "tokio",
 7938 "tokio-util",
 7939 "tracing",
 7940]
 7941
 7942[[package]]
 7943name = "half"
 7944version = "2.7.1"
 7945source = "registry+https://github.com/rust-lang/crates.io-index"
 7946checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7947dependencies = [
 7948 "bytemuck",
 7949 "cfg-if",
 7950 "crunchy",
 7951 "num-traits",
 7952 "rand 0.9.2",
 7953 "rand_distr",
 7954 "zerocopy",
 7955]
 7956
 7957[[package]]
 7958name = "handlebars"
 7959version = "4.5.0"
 7960source = "registry+https://github.com/rust-lang/crates.io-index"
 7961checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7962dependencies = [
 7963 "log",
 7964 "pest",
 7965 "pest_derive",
 7966 "rust-embed",
 7967 "serde",
 7968 "serde_json",
 7969 "thiserror 1.0.69",
 7970]
 7971
 7972[[package]]
 7973name = "handlebars"
 7974version = "5.1.2"
 7975source = "registry+https://github.com/rust-lang/crates.io-index"
 7976checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7977dependencies = [
 7978 "log",
 7979 "pest",
 7980 "pest_derive",
 7981 "serde",
 7982 "serde_json",
 7983 "thiserror 1.0.69",
 7984]
 7985
 7986[[package]]
 7987name = "harfrust"
 7988version = "0.5.0"
 7989source = "registry+https://github.com/rust-lang/crates.io-index"
 7990checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7991dependencies = [
 7992 "bitflags 2.10.0",
 7993 "bytemuck",
 7994 "core_maths",
 7995 "read-fonts 0.37.0",
 7996 "smallvec",
 7997]
 7998
 7999[[package]]
 8000name = "hash32"
 8001version = "0.3.1"
 8002source = "registry+https://github.com/rust-lang/crates.io-index"
 8003checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 8004dependencies = [
 8005 "byteorder",
 8006]
 8007
 8008[[package]]
 8009name = "hashbrown"
 8010version = "0.12.3"
 8011source = "registry+https://github.com/rust-lang/crates.io-index"
 8012checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8013dependencies = [
 8014 "ahash 0.7.8",
 8015]
 8016
 8017[[package]]
 8018name = "hashbrown"
 8019version = "0.14.5"
 8020source = "registry+https://github.com/rust-lang/crates.io-index"
 8021checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8022dependencies = [
 8023 "ahash 0.8.12",
 8024 "allocator-api2",
 8025]
 8026
 8027[[package]]
 8028name = "hashbrown"
 8029version = "0.15.5"
 8030source = "registry+https://github.com/rust-lang/crates.io-index"
 8031checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8032dependencies = [
 8033 "allocator-api2",
 8034 "equivalent",
 8035 "foldhash 0.1.5",
 8036 "serde",
 8037]
 8038
 8039[[package]]
 8040name = "hashbrown"
 8041version = "0.16.1"
 8042source = "registry+https://github.com/rust-lang/crates.io-index"
 8043checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8044dependencies = [
 8045 "allocator-api2",
 8046 "equivalent",
 8047 "foldhash 0.2.0",
 8048]
 8049
 8050[[package]]
 8051name = "hashlink"
 8052version = "0.8.4"
 8053source = "registry+https://github.com/rust-lang/crates.io-index"
 8054checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8055dependencies = [
 8056 "hashbrown 0.14.5",
 8057]
 8058
 8059[[package]]
 8060name = "hashlink"
 8061version = "0.10.0"
 8062source = "registry+https://github.com/rust-lang/crates.io-index"
 8063checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8064dependencies = [
 8065 "hashbrown 0.15.5",
 8066]
 8067
 8068[[package]]
 8069name = "headers"
 8070version = "0.3.9"
 8071source = "registry+https://github.com/rust-lang/crates.io-index"
 8072checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8073dependencies = [
 8074 "base64 0.21.7",
 8075 "bytes 1.11.1",
 8076 "headers-core",
 8077 "http 0.2.12",
 8078 "httpdate",
 8079 "mime",
 8080 "sha1",
 8081]
 8082
 8083[[package]]
 8084name = "headers-core"
 8085version = "0.2.0"
 8086source = "registry+https://github.com/rust-lang/crates.io-index"
 8087checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8088dependencies = [
 8089 "http 0.2.12",
 8090]
 8091
 8092[[package]]
 8093name = "heapless"
 8094version = "0.9.2"
 8095source = "registry+https://github.com/rust-lang/crates.io-index"
 8096checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8097dependencies = [
 8098 "hash32",
 8099 "stable_deref_trait",
 8100]
 8101
 8102[[package]]
 8103name = "heck"
 8104version = "0.3.3"
 8105source = "registry+https://github.com/rust-lang/crates.io-index"
 8106checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8107dependencies = [
 8108 "unicode-segmentation",
 8109]
 8110
 8111[[package]]
 8112name = "heck"
 8113version = "0.4.1"
 8114source = "registry+https://github.com/rust-lang/crates.io-index"
 8115checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8116dependencies = [
 8117 "unicode-segmentation",
 8118]
 8119
 8120[[package]]
 8121name = "heck"
 8122version = "0.5.0"
 8123source = "registry+https://github.com/rust-lang/crates.io-index"
 8124checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8125
 8126[[package]]
 8127name = "heed"
 8128version = "0.21.0"
 8129source = "registry+https://github.com/rust-lang/crates.io-index"
 8130checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8131dependencies = [
 8132 "bitflags 2.10.0",
 8133 "byteorder",
 8134 "heed-traits",
 8135 "heed-types",
 8136 "libc",
 8137 "lmdb-master-sys",
 8138 "once_cell",
 8139 "page_size",
 8140 "serde",
 8141 "synchronoise",
 8142 "url",
 8143]
 8144
 8145[[package]]
 8146name = "heed-traits"
 8147version = "0.20.0"
 8148source = "registry+https://github.com/rust-lang/crates.io-index"
 8149checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8150
 8151[[package]]
 8152name = "heed-types"
 8153version = "0.21.0"
 8154source = "registry+https://github.com/rust-lang/crates.io-index"
 8155checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8156dependencies = [
 8157 "bincode",
 8158 "byteorder",
 8159 "heed-traits",
 8160 "serde",
 8161 "serde_json",
 8162]
 8163
 8164[[package]]
 8165name = "hermit-abi"
 8166version = "0.5.2"
 8167source = "registry+https://github.com/rust-lang/crates.io-index"
 8168checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8169
 8170[[package]]
 8171name = "hex"
 8172version = "0.4.3"
 8173source = "registry+https://github.com/rust-lang/crates.io-index"
 8174checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8175
 8176[[package]]
 8177name = "hexf-parse"
 8178version = "0.2.1"
 8179source = "registry+https://github.com/rust-lang/crates.io-index"
 8180checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8181
 8182[[package]]
 8183name = "hkdf"
 8184version = "0.12.4"
 8185source = "registry+https://github.com/rust-lang/crates.io-index"
 8186checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8187dependencies = [
 8188 "hmac",
 8189]
 8190
 8191[[package]]
 8192name = "hmac"
 8193version = "0.12.1"
 8194source = "registry+https://github.com/rust-lang/crates.io-index"
 8195checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8196dependencies = [
 8197 "digest",
 8198]
 8199
 8200[[package]]
 8201name = "home"
 8202version = "0.5.11"
 8203source = "registry+https://github.com/rust-lang/crates.io-index"
 8204checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8205dependencies = [
 8206 "windows-sys 0.59.0",
 8207]
 8208
 8209[[package]]
 8210name = "hound"
 8211version = "3.5.1"
 8212source = "registry+https://github.com/rust-lang/crates.io-index"
 8213checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8214
 8215[[package]]
 8216name = "html5ever"
 8217version = "0.27.0"
 8218source = "registry+https://github.com/rust-lang/crates.io-index"
 8219checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8220dependencies = [
 8221 "log",
 8222 "mac",
 8223 "markup5ever 0.12.1",
 8224 "proc-macro2",
 8225 "quote",
 8226 "syn 2.0.117",
 8227]
 8228
 8229[[package]]
 8230name = "html5ever"
 8231version = "0.35.0"
 8232source = "registry+https://github.com/rust-lang/crates.io-index"
 8233checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8234dependencies = [
 8235 "log",
 8236 "markup5ever 0.35.0",
 8237 "match_token",
 8238]
 8239
 8240[[package]]
 8241name = "html_to_markdown"
 8242version = "0.1.0"
 8243dependencies = [
 8244 "anyhow",
 8245 "html5ever 0.27.0",
 8246 "indoc",
 8247 "markup5ever_rcdom",
 8248 "pretty_assertions",
 8249 "regex",
 8250]
 8251
 8252[[package]]
 8253name = "http"
 8254version = "0.2.12"
 8255source = "registry+https://github.com/rust-lang/crates.io-index"
 8256checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8257dependencies = [
 8258 "bytes 1.11.1",
 8259 "fnv",
 8260 "itoa",
 8261]
 8262
 8263[[package]]
 8264name = "http"
 8265version = "1.3.1"
 8266source = "registry+https://github.com/rust-lang/crates.io-index"
 8267checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8268dependencies = [
 8269 "bytes 1.11.1",
 8270 "fnv",
 8271 "itoa",
 8272]
 8273
 8274[[package]]
 8275name = "http-body"
 8276version = "0.4.6"
 8277source = "registry+https://github.com/rust-lang/crates.io-index"
 8278checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8279dependencies = [
 8280 "bytes 1.11.1",
 8281 "http 0.2.12",
 8282 "pin-project-lite",
 8283]
 8284
 8285[[package]]
 8286name = "http-body"
 8287version = "1.0.1"
 8288source = "registry+https://github.com/rust-lang/crates.io-index"
 8289checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8290dependencies = [
 8291 "bytes 1.11.1",
 8292 "http 1.3.1",
 8293]
 8294
 8295[[package]]
 8296name = "http-body-util"
 8297version = "0.1.3"
 8298source = "registry+https://github.com/rust-lang/crates.io-index"
 8299checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8300dependencies = [
 8301 "bytes 1.11.1",
 8302 "futures-core",
 8303 "http 1.3.1",
 8304 "http-body 1.0.1",
 8305 "pin-project-lite",
 8306]
 8307
 8308[[package]]
 8309name = "http-range-header"
 8310version = "0.3.1"
 8311source = "registry+https://github.com/rust-lang/crates.io-index"
 8312checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8313
 8314[[package]]
 8315name = "http_client"
 8316version = "0.1.0"
 8317dependencies = [
 8318 "anyhow",
 8319 "async-compression",
 8320 "async-fs",
 8321 "async-tar",
 8322 "bytes 1.11.1",
 8323 "derive_more",
 8324 "futures 0.3.31",
 8325 "http 1.3.1",
 8326 "http-body 1.0.1",
 8327 "log",
 8328 "parking_lot",
 8329 "serde",
 8330 "serde_json",
 8331 "serde_urlencoded",
 8332 "sha2",
 8333 "tempfile",
 8334 "url",
 8335 "util",
 8336]
 8337
 8338[[package]]
 8339name = "http_client_tls"
 8340version = "0.1.0"
 8341dependencies = [
 8342 "rustls 0.23.33",
 8343 "rustls-platform-verifier",
 8344]
 8345
 8346[[package]]
 8347name = "httparse"
 8348version = "1.10.1"
 8349source = "registry+https://github.com/rust-lang/crates.io-index"
 8350checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8351
 8352[[package]]
 8353name = "httpdate"
 8354version = "1.0.3"
 8355source = "registry+https://github.com/rust-lang/crates.io-index"
 8356checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8357
 8358[[package]]
 8359name = "human_bytes"
 8360version = "0.4.3"
 8361source = "registry+https://github.com/rust-lang/crates.io-index"
 8362checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8363
 8364[[package]]
 8365name = "humantime"
 8366version = "2.3.0"
 8367source = "registry+https://github.com/rust-lang/crates.io-index"
 8368checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8369
 8370[[package]]
 8371name = "hyper"
 8372version = "0.14.32"
 8373source = "registry+https://github.com/rust-lang/crates.io-index"
 8374checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8375dependencies = [
 8376 "bytes 1.11.1",
 8377 "futures-channel",
 8378 "futures-core",
 8379 "futures-util",
 8380 "h2 0.3.27",
 8381 "http 0.2.12",
 8382 "http-body 0.4.6",
 8383 "httparse",
 8384 "httpdate",
 8385 "itoa",
 8386 "pin-project-lite",
 8387 "socket2 0.5.10",
 8388 "tokio",
 8389 "tower-service",
 8390 "tracing",
 8391 "want",
 8392]
 8393
 8394[[package]]
 8395name = "hyper"
 8396version = "1.7.0"
 8397source = "registry+https://github.com/rust-lang/crates.io-index"
 8398checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8399dependencies = [
 8400 "atomic-waker",
 8401 "bytes 1.11.1",
 8402 "futures-channel",
 8403 "futures-core",
 8404 "h2 0.4.12",
 8405 "http 1.3.1",
 8406 "http-body 1.0.1",
 8407 "httparse",
 8408 "itoa",
 8409 "pin-project-lite",
 8410 "pin-utils",
 8411 "smallvec",
 8412 "tokio",
 8413 "want",
 8414]
 8415
 8416[[package]]
 8417name = "hyper-rustls"
 8418version = "0.24.2"
 8419source = "registry+https://github.com/rust-lang/crates.io-index"
 8420checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8421dependencies = [
 8422 "futures-util",
 8423 "http 0.2.12",
 8424 "hyper 0.14.32",
 8425 "log",
 8426 "rustls 0.21.12",
 8427 "rustls-native-certs 0.6.3",
 8428 "tokio",
 8429 "tokio-rustls 0.24.1",
 8430]
 8431
 8432[[package]]
 8433name = "hyper-rustls"
 8434version = "0.27.7"
 8435source = "registry+https://github.com/rust-lang/crates.io-index"
 8436checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8437dependencies = [
 8438 "http 1.3.1",
 8439 "hyper 1.7.0",
 8440 "hyper-util",
 8441 "rustls 0.23.33",
 8442 "rustls-native-certs 0.8.2",
 8443 "rustls-pki-types",
 8444 "tokio",
 8445 "tokio-rustls 0.26.2",
 8446 "tower-service",
 8447]
 8448
 8449[[package]]
 8450name = "hyper-tls"
 8451version = "0.5.0"
 8452source = "registry+https://github.com/rust-lang/crates.io-index"
 8453checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8454dependencies = [
 8455 "bytes 1.11.1",
 8456 "hyper 0.14.32",
 8457 "native-tls",
 8458 "tokio",
 8459 "tokio-native-tls",
 8460]
 8461
 8462[[package]]
 8463name = "hyper-util"
 8464version = "0.1.17"
 8465source = "registry+https://github.com/rust-lang/crates.io-index"
 8466checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8467dependencies = [
 8468 "base64 0.22.1",
 8469 "bytes 1.11.1",
 8470 "futures-channel",
 8471 "futures-core",
 8472 "futures-util",
 8473 "http 1.3.1",
 8474 "http-body 1.0.1",
 8475 "hyper 1.7.0",
 8476 "ipnet",
 8477 "libc",
 8478 "percent-encoding",
 8479 "pin-project-lite",
 8480 "socket2 0.6.1",
 8481 "tokio",
 8482 "tower-service",
 8483 "tracing",
 8484]
 8485
 8486[[package]]
 8487name = "iana-time-zone"
 8488version = "0.1.64"
 8489source = "registry+https://github.com/rust-lang/crates.io-index"
 8490checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8491dependencies = [
 8492 "android_system_properties",
 8493 "core-foundation-sys",
 8494 "iana-time-zone-haiku",
 8495 "js-sys",
 8496 "log",
 8497 "wasm-bindgen",
 8498 "windows-core 0.62.2",
 8499]
 8500
 8501[[package]]
 8502name = "iana-time-zone-haiku"
 8503version = "0.1.2"
 8504source = "registry+https://github.com/rust-lang/crates.io-index"
 8505checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8506dependencies = [
 8507 "cc",
 8508]
 8509
 8510[[package]]
 8511name = "icons"
 8512version = "0.1.0"
 8513dependencies = [
 8514 "serde",
 8515 "strum 0.27.2",
 8516]
 8517
 8518[[package]]
 8519name = "icu_collections"
 8520version = "2.0.0"
 8521source = "registry+https://github.com/rust-lang/crates.io-index"
 8522checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8523dependencies = [
 8524 "displaydoc",
 8525 "potential_utf",
 8526 "yoke 0.8.0",
 8527 "zerofrom",
 8528 "zerovec",
 8529]
 8530
 8531[[package]]
 8532name = "icu_locale_core"
 8533version = "2.0.0"
 8534source = "registry+https://github.com/rust-lang/crates.io-index"
 8535checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8536dependencies = [
 8537 "displaydoc",
 8538 "litemap",
 8539 "tinystr",
 8540 "writeable",
 8541 "zerovec",
 8542]
 8543
 8544[[package]]
 8545name = "icu_normalizer"
 8546version = "2.0.0"
 8547source = "registry+https://github.com/rust-lang/crates.io-index"
 8548checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8549dependencies = [
 8550 "displaydoc",
 8551 "icu_collections",
 8552 "icu_normalizer_data",
 8553 "icu_properties",
 8554 "icu_provider",
 8555 "smallvec",
 8556 "zerovec",
 8557]
 8558
 8559[[package]]
 8560name = "icu_normalizer_data"
 8561version = "2.0.0"
 8562source = "registry+https://github.com/rust-lang/crates.io-index"
 8563checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8564
 8565[[package]]
 8566name = "icu_properties"
 8567version = "2.0.1"
 8568source = "registry+https://github.com/rust-lang/crates.io-index"
 8569checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8570dependencies = [
 8571 "displaydoc",
 8572 "icu_collections",
 8573 "icu_locale_core",
 8574 "icu_properties_data",
 8575 "icu_provider",
 8576 "potential_utf",
 8577 "zerotrie",
 8578 "zerovec",
 8579]
 8580
 8581[[package]]
 8582name = "icu_properties_data"
 8583version = "2.0.1"
 8584source = "registry+https://github.com/rust-lang/crates.io-index"
 8585checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8586
 8587[[package]]
 8588name = "icu_provider"
 8589version = "2.0.0"
 8590source = "registry+https://github.com/rust-lang/crates.io-index"
 8591checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8592dependencies = [
 8593 "displaydoc",
 8594 "icu_locale_core",
 8595 "stable_deref_trait",
 8596 "tinystr",
 8597 "writeable",
 8598 "yoke 0.8.0",
 8599 "zerofrom",
 8600 "zerotrie",
 8601 "zerovec",
 8602]
 8603
 8604[[package]]
 8605name = "id-arena"
 8606version = "2.2.1"
 8607source = "registry+https://github.com/rust-lang/crates.io-index"
 8608checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8609
 8610[[package]]
 8611name = "ident_case"
 8612version = "1.0.1"
 8613source = "registry+https://github.com/rust-lang/crates.io-index"
 8614checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8615
 8616[[package]]
 8617name = "idna"
 8618version = "1.1.0"
 8619source = "registry+https://github.com/rust-lang/crates.io-index"
 8620checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8621dependencies = [
 8622 "idna_adapter",
 8623 "smallvec",
 8624 "utf8_iter",
 8625]
 8626
 8627[[package]]
 8628name = "idna_adapter"
 8629version = "1.2.1"
 8630source = "registry+https://github.com/rust-lang/crates.io-index"
 8631checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8632dependencies = [
 8633 "icu_normalizer",
 8634 "icu_properties",
 8635]
 8636
 8637[[package]]
 8638name = "ignore"
 8639version = "0.4.24"
 8640source = "registry+https://github.com/rust-lang/crates.io-index"
 8641checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8642dependencies = [
 8643 "crossbeam-deque",
 8644 "globset",
 8645 "log",
 8646 "memchr",
 8647 "regex-automata",
 8648 "same-file",
 8649 "walkdir",
 8650 "winapi-util",
 8651]
 8652
 8653[[package]]
 8654name = "image"
 8655version = "0.25.8"
 8656source = "registry+https://github.com/rust-lang/crates.io-index"
 8657checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8658dependencies = [
 8659 "bytemuck",
 8660 "byteorder-lite",
 8661 "color_quant",
 8662 "exr",
 8663 "gif",
 8664 "image-webp",
 8665 "moxcms",
 8666 "num-traits",
 8667 "png 0.18.0",
 8668 "qoi",
 8669 "ravif",
 8670 "rayon",
 8671 "rgb",
 8672 "tiff",
 8673 "zune-core",
 8674 "zune-jpeg",
 8675]
 8676
 8677[[package]]
 8678name = "image-webp"
 8679version = "0.2.4"
 8680source = "registry+https://github.com/rust-lang/crates.io-index"
 8681checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8682dependencies = [
 8683 "byteorder-lite",
 8684 "quick-error 2.0.1",
 8685]
 8686
 8687[[package]]
 8688name = "image_viewer"
 8689version = "0.1.0"
 8690dependencies = [
 8691 "anyhow",
 8692 "db",
 8693 "editor",
 8694 "file_icons",
 8695 "gpui",
 8696 "language",
 8697 "log",
 8698 "project",
 8699 "serde",
 8700 "settings",
 8701 "theme",
 8702 "ui",
 8703 "util",
 8704 "workspace",
 8705]
 8706
 8707[[package]]
 8708name = "imagesize"
 8709version = "0.13.0"
 8710source = "registry+https://github.com/rust-lang/crates.io-index"
 8711checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8712
 8713[[package]]
 8714name = "imara-diff"
 8715version = "0.1.8"
 8716source = "registry+https://github.com/rust-lang/crates.io-index"
 8717checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8718dependencies = [
 8719 "hashbrown 0.15.5",
 8720]
 8721
 8722[[package]]
 8723name = "imgref"
 8724version = "1.12.0"
 8725source = "registry+https://github.com/rust-lang/crates.io-index"
 8726checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8727
 8728[[package]]
 8729name = "indenter"
 8730version = "0.3.4"
 8731source = "registry+https://github.com/rust-lang/crates.io-index"
 8732checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8733
 8734[[package]]
 8735name = "indexmap"
 8736version = "2.11.4"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8739dependencies = [
 8740 "equivalent",
 8741 "hashbrown 0.16.1",
 8742 "serde",
 8743 "serde_core",
 8744]
 8745
 8746[[package]]
 8747name = "indoc"
 8748version = "2.0.6"
 8749source = "registry+https://github.com/rust-lang/crates.io-index"
 8750checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8751
 8752[[package]]
 8753name = "inherent"
 8754version = "1.0.13"
 8755source = "registry+https://github.com/rust-lang/crates.io-index"
 8756checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8757dependencies = [
 8758 "proc-macro2",
 8759 "quote",
 8760 "syn 2.0.117",
 8761]
 8762
 8763[[package]]
 8764name = "inotify"
 8765version = "0.9.6"
 8766source = "registry+https://github.com/rust-lang/crates.io-index"
 8767checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8768dependencies = [
 8769 "bitflags 1.3.2",
 8770 "inotify-sys",
 8771 "libc",
 8772]
 8773
 8774[[package]]
 8775name = "inotify"
 8776version = "0.11.0"
 8777source = "registry+https://github.com/rust-lang/crates.io-index"
 8778checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8779dependencies = [
 8780 "bitflags 2.10.0",
 8781 "inotify-sys",
 8782 "libc",
 8783]
 8784
 8785[[package]]
 8786name = "inotify-sys"
 8787version = "0.1.5"
 8788source = "registry+https://github.com/rust-lang/crates.io-index"
 8789checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8790dependencies = [
 8791 "libc",
 8792]
 8793
 8794[[package]]
 8795name = "inout"
 8796version = "0.1.4"
 8797source = "registry+https://github.com/rust-lang/crates.io-index"
 8798checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8799dependencies = [
 8800 "block-padding",
 8801 "generic-array",
 8802]
 8803
 8804[[package]]
 8805name = "inspector_ui"
 8806version = "0.1.0"
 8807dependencies = [
 8808 "anyhow",
 8809 "command_palette_hooks",
 8810 "editor",
 8811 "fuzzy",
 8812 "gpui",
 8813 "language",
 8814 "project",
 8815 "serde_json",
 8816 "serde_json_lenient",
 8817 "theme",
 8818 "ui",
 8819 "util",
 8820 "util_macros",
 8821 "workspace",
 8822 "zed_actions",
 8823]
 8824
 8825[[package]]
 8826name = "install_cli"
 8827version = "0.1.0"
 8828dependencies = [
 8829 "anyhow",
 8830 "client",
 8831 "gpui",
 8832 "release_channel",
 8833 "smol",
 8834 "util",
 8835 "workspace",
 8836]
 8837
 8838[[package]]
 8839name = "instant"
 8840version = "0.1.13"
 8841source = "registry+https://github.com/rust-lang/crates.io-index"
 8842checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8843dependencies = [
 8844 "cfg-if",
 8845]
 8846
 8847[[package]]
 8848name = "interpolate_name"
 8849version = "0.2.4"
 8850source = "registry+https://github.com/rust-lang/crates.io-index"
 8851checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8852dependencies = [
 8853 "proc-macro2",
 8854 "quote",
 8855 "syn 2.0.117",
 8856]
 8857
 8858[[package]]
 8859name = "inventory"
 8860version = "0.3.21"
 8861source = "registry+https://github.com/rust-lang/crates.io-index"
 8862checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8863dependencies = [
 8864 "rustversion",
 8865]
 8866
 8867[[package]]
 8868name = "io-extras"
 8869version = "0.18.4"
 8870source = "registry+https://github.com/rust-lang/crates.io-index"
 8871checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8872dependencies = [
 8873 "io-lifetimes",
 8874 "windows-sys 0.59.0",
 8875]
 8876
 8877[[package]]
 8878name = "io-lifetimes"
 8879version = "2.0.4"
 8880source = "registry+https://github.com/rust-lang/crates.io-index"
 8881checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8882
 8883[[package]]
 8884name = "io-surface"
 8885version = "0.16.1"
 8886source = "registry+https://github.com/rust-lang/crates.io-index"
 8887checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8888dependencies = [
 8889 "cgl",
 8890 "core-foundation 0.10.0",
 8891 "core-foundation-sys",
 8892 "leaky-cow",
 8893]
 8894
 8895[[package]]
 8896name = "iovec"
 8897version = "0.1.4"
 8898source = "registry+https://github.com/rust-lang/crates.io-index"
 8899checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8900dependencies = [
 8901 "libc",
 8902]
 8903
 8904[[package]]
 8905name = "ipc-channel"
 8906version = "0.19.0"
 8907source = "registry+https://github.com/rust-lang/crates.io-index"
 8908checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8909dependencies = [
 8910 "bincode",
 8911 "crossbeam-channel",
 8912 "fnv",
 8913 "lazy_static",
 8914 "libc",
 8915 "mio 1.1.0",
 8916 "rand 0.8.5",
 8917 "serde",
 8918 "tempfile",
 8919 "uuid",
 8920 "windows 0.58.0",
 8921]
 8922
 8923[[package]]
 8924name = "ipnet"
 8925version = "2.11.0"
 8926source = "registry+https://github.com/rust-lang/crates.io-index"
 8927checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8928
 8929[[package]]
 8930name = "iri-string"
 8931version = "0.7.8"
 8932source = "registry+https://github.com/rust-lang/crates.io-index"
 8933checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8934dependencies = [
 8935 "memchr",
 8936 "serde",
 8937]
 8938
 8939[[package]]
 8940name = "is-docker"
 8941version = "0.2.0"
 8942source = "registry+https://github.com/rust-lang/crates.io-index"
 8943checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8944dependencies = [
 8945 "once_cell",
 8946]
 8947
 8948[[package]]
 8949name = "is-terminal"
 8950version = "0.4.16"
 8951source = "registry+https://github.com/rust-lang/crates.io-index"
 8952checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8953dependencies = [
 8954 "hermit-abi",
 8955 "libc",
 8956 "windows-sys 0.59.0",
 8957]
 8958
 8959[[package]]
 8960name = "is-wsl"
 8961version = "0.4.0"
 8962source = "registry+https://github.com/rust-lang/crates.io-index"
 8963checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8964dependencies = [
 8965 "is-docker",
 8966 "once_cell",
 8967]
 8968
 8969[[package]]
 8970name = "is_executable"
 8971version = "1.0.5"
 8972source = "registry+https://github.com/rust-lang/crates.io-index"
 8973checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8974dependencies = [
 8975 "windows-sys 0.60.2",
 8976]
 8977
 8978[[package]]
 8979name = "is_terminal_polyfill"
 8980version = "1.70.1"
 8981source = "registry+https://github.com/rust-lang/crates.io-index"
 8982checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8983
 8984[[package]]
 8985name = "itertools"
 8986version = "0.10.5"
 8987source = "registry+https://github.com/rust-lang/crates.io-index"
 8988checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8989dependencies = [
 8990 "either",
 8991]
 8992
 8993[[package]]
 8994name = "itertools"
 8995version = "0.11.0"
 8996source = "registry+https://github.com/rust-lang/crates.io-index"
 8997checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8998dependencies = [
 8999 "either",
 9000]
 9001
 9002[[package]]
 9003name = "itertools"
 9004version = "0.12.1"
 9005source = "registry+https://github.com/rust-lang/crates.io-index"
 9006checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 9007dependencies = [
 9008 "either",
 9009]
 9010
 9011[[package]]
 9012name = "itertools"
 9013version = "0.14.0"
 9014source = "registry+https://github.com/rust-lang/crates.io-index"
 9015checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9016dependencies = [
 9017 "either",
 9018]
 9019
 9020[[package]]
 9021name = "itoa"
 9022version = "1.0.15"
 9023source = "registry+https://github.com/rust-lang/crates.io-index"
 9024checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9025
 9026[[package]]
 9027name = "jiff"
 9028version = "0.2.15"
 9029source = "registry+https://github.com/rust-lang/crates.io-index"
 9030checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9031dependencies = [
 9032 "jiff-static",
 9033 "log",
 9034 "portable-atomic",
 9035 "portable-atomic-util",
 9036 "serde",
 9037]
 9038
 9039[[package]]
 9040name = "jiff-static"
 9041version = "0.2.15"
 9042source = "registry+https://github.com/rust-lang/crates.io-index"
 9043checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9044dependencies = [
 9045 "proc-macro2",
 9046 "quote",
 9047 "syn 2.0.117",
 9048]
 9049
 9050[[package]]
 9051name = "jni"
 9052version = "0.21.1"
 9053source = "registry+https://github.com/rust-lang/crates.io-index"
 9054checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9055dependencies = [
 9056 "cesu8",
 9057 "cfg-if",
 9058 "combine",
 9059 "jni-sys",
 9060 "log",
 9061 "thiserror 1.0.69",
 9062 "walkdir",
 9063 "windows-sys 0.45.0",
 9064]
 9065
 9066[[package]]
 9067name = "jni-sys"
 9068version = "0.3.0"
 9069source = "registry+https://github.com/rust-lang/crates.io-index"
 9070checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9071
 9072[[package]]
 9073name = "jobserver"
 9074version = "0.1.34"
 9075source = "registry+https://github.com/rust-lang/crates.io-index"
 9076checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9077dependencies = [
 9078 "getrandom 0.3.4",
 9079 "libc",
 9080]
 9081
 9082[[package]]
 9083name = "journal"
 9084version = "0.1.0"
 9085dependencies = [
 9086 "anyhow",
 9087 "chrono",
 9088 "editor",
 9089 "gpui",
 9090 "log",
 9091 "serde",
 9092 "settings",
 9093 "shellexpand 2.1.2",
 9094 "workspace",
 9095]
 9096
 9097[[package]]
 9098name = "js-sys"
 9099version = "0.3.90"
 9100source = "registry+https://github.com/rust-lang/crates.io-index"
 9101checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9102dependencies = [
 9103 "once_cell",
 9104 "wasm-bindgen",
 9105]
 9106
 9107[[package]]
 9108name = "json5"
 9109version = "0.4.1"
 9110source = "registry+https://github.com/rust-lang/crates.io-index"
 9111checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9112dependencies = [
 9113 "pest",
 9114 "pest_derive",
 9115 "serde",
 9116]
 9117
 9118[[package]]
 9119name = "json_dotpath"
 9120version = "1.1.0"
 9121source = "registry+https://github.com/rust-lang/crates.io-index"
 9122checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9123dependencies = [
 9124 "serde",
 9125 "serde_derive",
 9126 "serde_json",
 9127 "thiserror 1.0.69",
 9128]
 9129
 9130[[package]]
 9131name = "json_schema_store"
 9132version = "0.1.0"
 9133dependencies = [
 9134 "anyhow",
 9135 "collections",
 9136 "dap",
 9137 "extension",
 9138 "gpui",
 9139 "language",
 9140 "parking_lot",
 9141 "paths",
 9142 "project",
 9143 "schemars",
 9144 "serde",
 9145 "serde_json",
 9146 "settings",
 9147 "snippet_provider",
 9148 "task",
 9149 "theme",
 9150 "util",
 9151]
 9152
 9153[[package]]
 9154name = "jsonschema"
 9155version = "0.37.4"
 9156source = "registry+https://github.com/rust-lang/crates.io-index"
 9157checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9158dependencies = [
 9159 "ahash 0.8.12",
 9160 "bytecount",
 9161 "data-encoding",
 9162 "email_address",
 9163 "fancy-regex 0.16.2",
 9164 "fraction",
 9165 "getrandom 0.3.4",
 9166 "idna",
 9167 "itoa",
 9168 "num-cmp",
 9169 "num-traits",
 9170 "percent-encoding",
 9171 "referencing",
 9172 "regex",
 9173 "regex-syntax",
 9174 "reqwest 0.12.24",
 9175 "serde",
 9176 "serde_json",
 9177 "unicode-general-category",
 9178 "uuid-simd",
 9179]
 9180
 9181[[package]]
 9182name = "jsonwebtoken"
 9183version = "10.3.0"
 9184source = "registry+https://github.com/rust-lang/crates.io-index"
 9185checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9186dependencies = [
 9187 "aws-lc-rs",
 9188 "base64 0.22.1",
 9189 "getrandom 0.2.16",
 9190 "js-sys",
 9191 "pem",
 9192 "serde",
 9193 "serde_json",
 9194 "signature 2.2.0",
 9195 "simple_asn1",
 9196]
 9197
 9198[[package]]
 9199name = "jupyter-protocol"
 9200version = "1.4.0"
 9201source = "registry+https://github.com/rust-lang/crates.io-index"
 9202checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9203dependencies = [
 9204 "async-trait",
 9205 "bytes 1.11.1",
 9206 "chrono",
 9207 "futures 0.3.31",
 9208 "serde",
 9209 "serde_json",
 9210 "thiserror 2.0.17",
 9211 "uuid",
 9212]
 9213
 9214[[package]]
 9215name = "jupyter-websocket-client"
 9216version = "1.0.0"
 9217source = "registry+https://github.com/rust-lang/crates.io-index"
 9218checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9219dependencies = [
 9220 "anyhow",
 9221 "async-trait",
 9222 "async-tungstenite",
 9223 "futures 0.3.31",
 9224 "jupyter-protocol",
 9225 "serde",
 9226 "serde_json",
 9227 "tokio",
 9228 "url",
 9229 "uuid",
 9230]
 9231
 9232[[package]]
 9233name = "keymap_editor"
 9234version = "0.1.0"
 9235dependencies = [
 9236 "anyhow",
 9237 "collections",
 9238 "command_palette",
 9239 "component",
 9240 "db",
 9241 "editor",
 9242 "fs",
 9243 "fuzzy",
 9244 "gpui",
 9245 "itertools 0.14.0",
 9246 "json_schema_store",
 9247 "language",
 9248 "log",
 9249 "menu",
 9250 "notifications",
 9251 "paths",
 9252 "project",
 9253 "search",
 9254 "serde",
 9255 "serde_json",
 9256 "settings",
 9257 "telemetry",
 9258 "tempfile",
 9259 "theme",
 9260 "tree-sitter-json",
 9261 "tree-sitter-rust",
 9262 "ui",
 9263 "ui_input",
 9264 "util",
 9265 "workspace",
 9266 "zed_actions",
 9267]
 9268
 9269[[package]]
 9270name = "khronos-egl"
 9271version = "6.0.0"
 9272source = "registry+https://github.com/rust-lang/crates.io-index"
 9273checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9274dependencies = [
 9275 "libc",
 9276 "libloading",
 9277 "pkg-config",
 9278]
 9279
 9280[[package]]
 9281name = "khronos_api"
 9282version = "3.1.0"
 9283source = "registry+https://github.com/rust-lang/crates.io-index"
 9284checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9285
 9286[[package]]
 9287name = "kqueue"
 9288version = "1.1.1"
 9289source = "registry+https://github.com/rust-lang/crates.io-index"
 9290checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9291dependencies = [
 9292 "kqueue-sys",
 9293 "libc",
 9294]
 9295
 9296[[package]]
 9297name = "kqueue-sys"
 9298version = "1.0.4"
 9299source = "registry+https://github.com/rust-lang/crates.io-index"
 9300checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9301dependencies = [
 9302 "bitflags 1.3.2",
 9303 "libc",
 9304]
 9305
 9306[[package]]
 9307name = "kurbo"
 9308version = "0.11.3"
 9309source = "registry+https://github.com/rust-lang/crates.io-index"
 9310checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9311dependencies = [
 9312 "arrayvec",
 9313 "euclid",
 9314 "smallvec",
 9315]
 9316
 9317[[package]]
 9318name = "kv-log-macro"
 9319version = "1.0.7"
 9320source = "registry+https://github.com/rust-lang/crates.io-index"
 9321checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9322dependencies = [
 9323 "log",
 9324]
 9325
 9326[[package]]
 9327name = "language"
 9328version = "0.1.0"
 9329dependencies = [
 9330 "anyhow",
 9331 "async-trait",
 9332 "clock",
 9333 "collections",
 9334 "ctor",
 9335 "diffy",
 9336 "ec4rs",
 9337 "encoding_rs",
 9338 "fs",
 9339 "futures 0.3.31",
 9340 "fuzzy",
 9341 "globset",
 9342 "gpui",
 9343 "http_client",
 9344 "imara-diff",
 9345 "indoc",
 9346 "itertools 0.14.0",
 9347 "log",
 9348 "lsp",
 9349 "parking_lot",
 9350 "postage",
 9351 "pretty_assertions",
 9352 "rand 0.9.2",
 9353 "regex",
 9354 "rpc",
 9355 "schemars",
 9356 "semver",
 9357 "serde",
 9358 "serde_json",
 9359 "settings",
 9360 "shellexpand 2.1.2",
 9361 "smallvec",
 9362 "smol",
 9363 "streaming-iterator",
 9364 "strsim",
 9365 "sum_tree",
 9366 "task",
 9367 "text",
 9368 "theme",
 9369 "toml 0.8.23",
 9370 "tracing",
 9371 "tree-sitter",
 9372 "tree-sitter-elixir",
 9373 "tree-sitter-embedded-template",
 9374 "tree-sitter-heex",
 9375 "tree-sitter-html",
 9376 "tree-sitter-json",
 9377 "tree-sitter-md",
 9378 "tree-sitter-python",
 9379 "tree-sitter-ruby",
 9380 "tree-sitter-rust",
 9381 "tree-sitter-typescript",
 9382 "unicase",
 9383 "unindent",
 9384 "util",
 9385 "watch",
 9386 "zlog",
 9387 "ztracing",
 9388]
 9389
 9390[[package]]
 9391name = "language_extension"
 9392version = "0.1.0"
 9393dependencies = [
 9394 "anyhow",
 9395 "async-trait",
 9396 "collections",
 9397 "extension",
 9398 "fs",
 9399 "futures 0.3.31",
 9400 "gpui",
 9401 "language",
 9402 "log",
 9403 "lsp",
 9404 "project",
 9405 "serde",
 9406 "serde_json",
 9407 "tracing",
 9408 "util",
 9409 "ztracing",
 9410]
 9411
 9412[[package]]
 9413name = "language_model"
 9414version = "0.1.0"
 9415dependencies = [
 9416 "anthropic",
 9417 "anyhow",
 9418 "base64 0.22.1",
 9419 "client",
 9420 "cloud_api_client",
 9421 "cloud_api_types",
 9422 "cloud_llm_client",
 9423 "collections",
 9424 "credentials_provider",
 9425 "futures 0.3.31",
 9426 "gpui",
 9427 "http_client",
 9428 "icons",
 9429 "image",
 9430 "log",
 9431 "open_ai",
 9432 "open_router",
 9433 "parking_lot",
 9434 "proto",
 9435 "schemars",
 9436 "serde",
 9437 "serde_json",
 9438 "settings",
 9439 "smol",
 9440 "thiserror 2.0.17",
 9441 "util",
 9442 "zed_env_vars",
 9443]
 9444
 9445[[package]]
 9446name = "language_models"
 9447version = "0.1.0"
 9448dependencies = [
 9449 "ai_onboarding",
 9450 "anthropic",
 9451 "anyhow",
 9452 "aws-config",
 9453 "aws-credential-types",
 9454 "aws_http_client",
 9455 "base64 0.22.1",
 9456 "bedrock",
 9457 "client",
 9458 "cloud_api_types",
 9459 "cloud_llm_client",
 9460 "collections",
 9461 "component",
 9462 "convert_case 0.8.0",
 9463 "copilot",
 9464 "copilot_chat",
 9465 "copilot_ui",
 9466 "credentials_provider",
 9467 "deepseek",
 9468 "extension",
 9469 "extension_host",
 9470 "fs",
 9471 "futures 0.3.31",
 9472 "google_ai",
 9473 "gpui",
 9474 "gpui_tokio",
 9475 "http_client",
 9476 "language",
 9477 "language_model",
 9478 "lmstudio",
 9479 "log",
 9480 "menu",
 9481 "mistral",
 9482 "ollama",
 9483 "open_ai",
 9484 "open_router",
 9485 "opencode",
 9486 "partial-json-fixer",
 9487 "pretty_assertions",
 9488 "release_channel",
 9489 "schemars",
 9490 "semver",
 9491 "serde",
 9492 "serde_json",
 9493 "settings",
 9494 "smol",
 9495 "strum 0.27.2",
 9496 "thiserror 2.0.17",
 9497 "tiktoken-rs",
 9498 "tokio",
 9499 "ui",
 9500 "ui_input",
 9501 "util",
 9502 "vercel",
 9503 "x_ai",
 9504]
 9505
 9506[[package]]
 9507name = "language_onboarding"
 9508version = "0.1.0"
 9509dependencies = [
 9510 "db",
 9511 "editor",
 9512 "gpui",
 9513 "project",
 9514 "ui",
 9515 "workspace",
 9516]
 9517
 9518[[package]]
 9519name = "language_selector"
 9520version = "0.1.0"
 9521dependencies = [
 9522 "anyhow",
 9523 "editor",
 9524 "file_icons",
 9525 "fuzzy",
 9526 "gpui",
 9527 "language",
 9528 "open_path_prompt",
 9529 "picker",
 9530 "project",
 9531 "serde_json",
 9532 "settings",
 9533 "ui",
 9534 "util",
 9535 "workspace",
 9536]
 9537
 9538[[package]]
 9539name = "language_tools"
 9540version = "0.1.0"
 9541dependencies = [
 9542 "anyhow",
 9543 "client",
 9544 "collections",
 9545 "command_palette_hooks",
 9546 "edit_prediction",
 9547 "editor",
 9548 "futures 0.3.31",
 9549 "gpui",
 9550 "itertools 0.14.0",
 9551 "language",
 9552 "lsp",
 9553 "menu",
 9554 "project",
 9555 "proto",
 9556 "release_channel",
 9557 "semver",
 9558 "serde_json",
 9559 "settings",
 9560 "sysinfo 0.37.2",
 9561 "telemetry",
 9562 "theme",
 9563 "tree-sitter",
 9564 "ui",
 9565 "util",
 9566 "workspace",
 9567 "zed_actions",
 9568 "zlog",
 9569]
 9570
 9571[[package]]
 9572name = "languages"
 9573version = "0.1.0"
 9574dependencies = [
 9575 "anyhow",
 9576 "async-compression",
 9577 "async-fs",
 9578 "async-tar",
 9579 "async-trait",
 9580 "chrono",
 9581 "collections",
 9582 "futures 0.3.31",
 9583 "globset",
 9584 "gpui",
 9585 "http_client",
 9586 "itertools 0.14.0",
 9587 "json_schema_store",
 9588 "language",
 9589 "log",
 9590 "lsp",
 9591 "node_runtime",
 9592 "parking_lot",
 9593 "pet",
 9594 "pet-conda",
 9595 "pet-core",
 9596 "pet-fs",
 9597 "pet-poetry",
 9598 "pet-reporter",
 9599 "pet-virtualenv",
 9600 "pretty_assertions",
 9601 "project",
 9602 "regex",
 9603 "rope",
 9604 "rust-embed",
 9605 "semver",
 9606 "serde",
 9607 "serde_json",
 9608 "serde_json_lenient",
 9609 "settings",
 9610 "smallvec",
 9611 "smol",
 9612 "snippet",
 9613 "task",
 9614 "terminal",
 9615 "theme",
 9616 "toml 0.8.23",
 9617 "tree-sitter",
 9618 "tree-sitter-bash",
 9619 "tree-sitter-c",
 9620 "tree-sitter-cpp",
 9621 "tree-sitter-css",
 9622 "tree-sitter-diff",
 9623 "tree-sitter-gitcommit",
 9624 "tree-sitter-go",
 9625 "tree-sitter-gomod",
 9626 "tree-sitter-gowork",
 9627 "tree-sitter-jsdoc",
 9628 "tree-sitter-json",
 9629 "tree-sitter-md",
 9630 "tree-sitter-python",
 9631 "tree-sitter-regex",
 9632 "tree-sitter-rust",
 9633 "tree-sitter-typescript",
 9634 "tree-sitter-yaml",
 9635 "unindent",
 9636 "url",
 9637 "util",
 9638]
 9639
 9640[[package]]
 9641name = "lazy_static"
 9642version = "1.5.0"
 9643source = "registry+https://github.com/rust-lang/crates.io-index"
 9644checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9645dependencies = [
 9646 "spin 0.9.8",
 9647]
 9648
 9649[[package]]
 9650name = "leak"
 9651version = "0.1.2"
 9652source = "registry+https://github.com/rust-lang/crates.io-index"
 9653checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9654
 9655[[package]]
 9656name = "leaky-cow"
 9657version = "0.1.1"
 9658source = "registry+https://github.com/rust-lang/crates.io-index"
 9659checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9660dependencies = [
 9661 "leak",
 9662]
 9663
 9664[[package]]
 9665name = "leb128"
 9666version = "0.2.5"
 9667source = "registry+https://github.com/rust-lang/crates.io-index"
 9668checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9669
 9670[[package]]
 9671name = "leb128fmt"
 9672version = "0.1.0"
 9673source = "registry+https://github.com/rust-lang/crates.io-index"
 9674checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9675
 9676[[package]]
 9677name = "lebe"
 9678version = "0.5.3"
 9679source = "registry+https://github.com/rust-lang/crates.io-index"
 9680checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9681
 9682[[package]]
 9683name = "libbz2-rs-sys"
 9684version = "0.2.2"
 9685source = "registry+https://github.com/rust-lang/crates.io-index"
 9686checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 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=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 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=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 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=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 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=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 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=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 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 "tokio",
10000 "ui",
10001 "util",
10002 "webrtc-sys",
10003 "zed-scap",
10004]
10005
10006[[package]]
10007name = "lmdb-master-sys"
10008version = "0.2.5"
10009source = "registry+https://github.com/rust-lang/crates.io-index"
10010checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10011dependencies = [
10012 "cc",
10013 "doxygen-rs",
10014 "libc",
10015]
10016
10017[[package]]
10018name = "lmstudio"
10019version = "0.1.0"
10020dependencies = [
10021 "anyhow",
10022 "futures 0.3.31",
10023 "http_client",
10024 "schemars",
10025 "serde",
10026 "serde_json",
10027]
10028
10029[[package]]
10030name = "lock_api"
10031version = "0.4.14"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10034dependencies = [
10035 "scopeguard",
10036]
10037
10038[[package]]
10039name = "log"
10040version = "0.4.29"
10041source = "registry+https://github.com/rust-lang/crates.io-index"
10042checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10043dependencies = [
10044 "serde_core",
10045 "value-bag",
10046]
10047
10048[[package]]
10049name = "loom"
10050version = "0.7.2"
10051source = "registry+https://github.com/rust-lang/crates.io-index"
10052checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10053dependencies = [
10054 "cfg-if",
10055 "generator",
10056 "scoped-tls",
10057 "tracing",
10058 "tracing-subscriber",
10059]
10060
10061[[package]]
10062name = "loop9"
10063version = "0.1.5"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10066dependencies = [
10067 "imgref",
10068]
10069
10070[[package]]
10071name = "lru"
10072version = "0.12.5"
10073source = "registry+https://github.com/rust-lang/crates.io-index"
10074checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10075dependencies = [
10076 "hashbrown 0.15.5",
10077]
10078
10079[[package]]
10080name = "lru-slab"
10081version = "0.1.2"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10084
10085[[package]]
10086name = "lsp"
10087version = "0.1.0"
10088dependencies = [
10089 "anyhow",
10090 "async-pipe",
10091 "collections",
10092 "ctor",
10093 "futures 0.3.31",
10094 "gpui",
10095 "gpui_util",
10096 "log",
10097 "lsp-types",
10098 "parking_lot",
10099 "postage",
10100 "release_channel",
10101 "schemars",
10102 "semver",
10103 "serde",
10104 "serde_json",
10105 "smol",
10106 "util",
10107 "zlog",
10108]
10109
10110[[package]]
10111name = "lsp-types"
10112version = "0.95.1"
10113source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10114dependencies = [
10115 "bitflags 1.3.2",
10116 "serde",
10117 "serde_json",
10118 "url",
10119]
10120
10121[[package]]
10122name = "lyon"
10123version = "1.0.16"
10124source = "registry+https://github.com/rust-lang/crates.io-index"
10125checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10126dependencies = [
10127 "lyon_algorithms",
10128 "lyon_extra",
10129 "lyon_tessellation",
10130]
10131
10132[[package]]
10133name = "lyon_algorithms"
10134version = "1.0.16"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10137dependencies = [
10138 "lyon_path",
10139 "num-traits",
10140]
10141
10142[[package]]
10143name = "lyon_extra"
10144version = "1.0.3"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10147dependencies = [
10148 "lyon_path",
10149 "thiserror 1.0.69",
10150]
10151
10152[[package]]
10153name = "lyon_geom"
10154version = "1.0.17"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10157dependencies = [
10158 "arrayvec",
10159 "euclid",
10160 "num-traits",
10161]
10162
10163[[package]]
10164name = "lyon_path"
10165version = "1.0.16"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10168dependencies = [
10169 "lyon_geom",
10170 "num-traits",
10171]
10172
10173[[package]]
10174name = "lyon_tessellation"
10175version = "1.0.16"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10178dependencies = [
10179 "float_next_after",
10180 "lyon_path",
10181 "num-traits",
10182]
10183
10184[[package]]
10185name = "mac"
10186version = "0.1.1"
10187source = "registry+https://github.com/rust-lang/crates.io-index"
10188checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10189
10190[[package]]
10191name = "mach2"
10192version = "0.4.3"
10193source = "registry+https://github.com/rust-lang/crates.io-index"
10194checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10195dependencies = [
10196 "libc",
10197]
10198
10199[[package]]
10200name = "mach2"
10201version = "0.5.0"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10204dependencies = [
10205 "libc",
10206]
10207
10208[[package]]
10209name = "malloc_buf"
10210version = "0.0.6"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10213dependencies = [
10214 "libc",
10215]
10216
10217[[package]]
10218name = "maplit"
10219version = "1.0.2"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10222
10223[[package]]
10224name = "markdown"
10225version = "0.1.0"
10226dependencies = [
10227 "assets",
10228 "base64 0.22.1",
10229 "collections",
10230 "env_logger 0.11.8",
10231 "fs",
10232 "futures 0.3.31",
10233 "gpui",
10234 "gpui_platform",
10235 "language",
10236 "languages",
10237 "linkify",
10238 "log",
10239 "node_runtime",
10240 "pulldown-cmark 0.13.0",
10241 "settings",
10242 "sum_tree",
10243 "theme",
10244 "ui",
10245 "util",
10246]
10247
10248[[package]]
10249name = "markdown_preview"
10250version = "0.1.0"
10251dependencies = [
10252 "anyhow",
10253 "async-recursion",
10254 "collections",
10255 "editor",
10256 "gpui",
10257 "html5ever 0.27.0",
10258 "language",
10259 "linkify",
10260 "log",
10261 "markdown",
10262 "markup5ever_rcdom",
10263 "mermaid-rs-renderer",
10264 "pretty_assertions",
10265 "pulldown-cmark 0.13.0",
10266 "settings",
10267 "stacksafe",
10268 "theme",
10269 "ui",
10270 "urlencoding",
10271 "util",
10272 "workspace",
10273 "zed_actions",
10274]
10275
10276[[package]]
10277name = "markup5ever"
10278version = "0.12.1"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10281dependencies = [
10282 "log",
10283 "phf 0.11.3",
10284 "phf_codegen",
10285 "string_cache",
10286 "string_cache_codegen",
10287 "tendril",
10288]
10289
10290[[package]]
10291name = "markup5ever"
10292version = "0.35.0"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10295dependencies = [
10296 "log",
10297 "tendril",
10298 "web_atoms",
10299]
10300
10301[[package]]
10302name = "markup5ever_rcdom"
10303version = "0.3.0"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10306dependencies = [
10307 "html5ever 0.27.0",
10308 "markup5ever 0.12.1",
10309 "tendril",
10310 "xml5ever",
10311]
10312
10313[[package]]
10314name = "match_token"
10315version = "0.35.0"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10318dependencies = [
10319 "proc-macro2",
10320 "quote",
10321 "syn 2.0.117",
10322]
10323
10324[[package]]
10325name = "matchers"
10326version = "0.2.0"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10329dependencies = [
10330 "regex-automata",
10331]
10332
10333[[package]]
10334name = "matchit"
10335version = "0.7.3"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10338
10339[[package]]
10340name = "maybe-owned"
10341version = "0.3.4"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10344
10345[[package]]
10346name = "maybe-rayon"
10347version = "0.1.1"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10350dependencies = [
10351 "cfg-if",
10352 "rayon",
10353]
10354
10355[[package]]
10356name = "md-5"
10357version = "0.10.6"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10360dependencies = [
10361 "cfg-if",
10362 "digest",
10363]
10364
10365[[package]]
10366name = "mdbook"
10367version = "0.4.40"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10370dependencies = [
10371 "ammonia",
10372 "anyhow",
10373 "chrono",
10374 "clap",
10375 "clap_complete",
10376 "elasticlunr-rs",
10377 "env_logger 0.11.8",
10378 "futures-util",
10379 "handlebars 5.1.2",
10380 "ignore",
10381 "log",
10382 "memchr",
10383 "notify 6.1.1",
10384 "notify-debouncer-mini",
10385 "once_cell",
10386 "opener",
10387 "pathdiff",
10388 "pulldown-cmark 0.10.3",
10389 "regex",
10390 "serde",
10391 "serde_json",
10392 "shlex",
10393 "tempfile",
10394 "tokio",
10395 "toml 0.5.11",
10396 "topological-sort",
10397 "walkdir",
10398 "warp",
10399]
10400
10401[[package]]
10402name = "media"
10403version = "0.1.0"
10404dependencies = [
10405 "anyhow",
10406 "bindgen 0.71.1",
10407 "core-foundation 0.10.0",
10408 "core-video",
10409 "ctor",
10410 "foreign-types 0.5.0",
10411 "metal",
10412 "objc",
10413]
10414
10415[[package]]
10416name = "memchr"
10417version = "2.7.6"
10418source = "registry+https://github.com/rust-lang/crates.io-index"
10419checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10420
10421[[package]]
10422name = "memfd"
10423version = "0.6.5"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10426dependencies = [
10427 "rustix 1.1.2",
10428]
10429
10430[[package]]
10431name = "memmap2"
10432version = "0.9.8"
10433source = "registry+https://github.com/rust-lang/crates.io-index"
10434checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10435dependencies = [
10436 "libc",
10437 "stable_deref_trait",
10438]
10439
10440[[package]]
10441name = "memoffset"
10442version = "0.9.1"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10445dependencies = [
10446 "autocfg",
10447]
10448
10449[[package]]
10450name = "menu"
10451version = "0.1.0"
10452dependencies = [
10453 "gpui",
10454]
10455
10456[[package]]
10457name = "merge"
10458version = "0.1.0"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10461dependencies = [
10462 "merge_derive",
10463 "num-traits",
10464]
10465
10466[[package]]
10467name = "merge_derive"
10468version = "0.1.0"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10471dependencies = [
10472 "proc-macro-error",
10473 "proc-macro2",
10474 "quote",
10475 "syn 1.0.109",
10476]
10477
10478[[package]]
10479name = "mermaid-rs-renderer"
10480version = "0.2.0"
10481source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10482dependencies = [
10483 "anyhow",
10484 "fontdb 0.16.2",
10485 "json5",
10486 "once_cell",
10487 "regex",
10488 "serde",
10489 "serde_json",
10490 "thiserror 2.0.17",
10491 "ttf-parser 0.20.0",
10492]
10493
10494[[package]]
10495name = "metal"
10496version = "0.33.0"
10497source = "registry+https://github.com/rust-lang/crates.io-index"
10498checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10499dependencies = [
10500 "bitflags 2.10.0",
10501 "block",
10502 "core-graphics-types 0.2.0",
10503 "foreign-types 0.5.0",
10504 "log",
10505 "objc",
10506 "paste",
10507]
10508
10509[[package]]
10510name = "migrator"
10511version = "0.1.0"
10512dependencies = [
10513 "anyhow",
10514 "collections",
10515 "convert_case 0.8.0",
10516 "log",
10517 "pretty_assertions",
10518 "serde_json",
10519 "serde_json_lenient",
10520 "settings_content",
10521 "settings_json",
10522 "streaming-iterator",
10523 "tree-sitter",
10524 "tree-sitter-json",
10525 "unindent",
10526]
10527
10528[[package]]
10529name = "mimalloc"
10530version = "0.1.48"
10531source = "registry+https://github.com/rust-lang/crates.io-index"
10532checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10533dependencies = [
10534 "libmimalloc-sys",
10535]
10536
10537[[package]]
10538name = "mime"
10539version = "0.3.17"
10540source = "registry+https://github.com/rust-lang/crates.io-index"
10541checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10542
10543[[package]]
10544name = "mime_guess"
10545version = "2.0.5"
10546source = "registry+https://github.com/rust-lang/crates.io-index"
10547checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10548dependencies = [
10549 "mime",
10550 "unicase",
10551]
10552
10553[[package]]
10554name = "minidump-common"
10555version = "0.26.1"
10556source = "registry+https://github.com/rust-lang/crates.io-index"
10557checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10558dependencies = [
10559 "bitflags 2.10.0",
10560 "debugid",
10561 "num-derive",
10562 "num-traits",
10563 "range-map",
10564 "scroll",
10565 "smart-default",
10566]
10567
10568[[package]]
10569name = "minidump-writer"
10570version = "0.11.0"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10573dependencies = [
10574 "bitflags 2.10.0",
10575 "byteorder",
10576 "cfg-if",
10577 "crash-context",
10578 "error-graph",
10579 "failspot",
10580 "goblin",
10581 "libc",
10582 "log",
10583 "mach2 0.4.3",
10584 "memmap2",
10585 "memoffset",
10586 "minidump-common",
10587 "nix 0.29.0",
10588 "procfs-core",
10589 "scroll",
10590 "serde",
10591 "serde_json",
10592 "tempfile",
10593 "thiserror 2.0.17",
10594]
10595
10596[[package]]
10597name = "minidumper"
10598version = "0.9.0"
10599source = "registry+https://github.com/rust-lang/crates.io-index"
10600checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10601dependencies = [
10602 "cfg-if",
10603 "crash-context",
10604 "libc",
10605 "log",
10606 "minidump-writer",
10607 "parking_lot",
10608 "polling",
10609 "scroll",
10610 "thiserror 2.0.17",
10611 "uds",
10612]
10613
10614[[package]]
10615name = "minimal-lexical"
10616version = "0.2.1"
10617source = "registry+https://github.com/rust-lang/crates.io-index"
10618checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10619
10620[[package]]
10621name = "miniprofiler_ui"
10622version = "0.1.0"
10623dependencies = [
10624 "gpui",
10625 "rpc",
10626 "serde_json",
10627 "smol",
10628 "theme",
10629 "util",
10630 "workspace",
10631 "zed_actions",
10632]
10633
10634[[package]]
10635name = "miniz_oxide"
10636version = "0.8.9"
10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10639dependencies = [
10640 "adler2",
10641 "simd-adler32",
10642]
10643
10644[[package]]
10645name = "mio"
10646version = "0.8.11"
10647source = "registry+https://github.com/rust-lang/crates.io-index"
10648checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10649dependencies = [
10650 "libc",
10651 "log",
10652 "wasi",
10653 "windows-sys 0.48.0",
10654]
10655
10656[[package]]
10657name = "mio"
10658version = "1.1.0"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10661dependencies = [
10662 "libc",
10663 "log",
10664 "wasi",
10665 "windows-sys 0.61.2",
10666]
10667
10668[[package]]
10669name = "miow"
10670version = "0.6.1"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10673dependencies = [
10674 "windows-sys 0.61.2",
10675]
10676
10677[[package]]
10678name = "mistral"
10679version = "0.1.0"
10680dependencies = [
10681 "anyhow",
10682 "futures 0.3.31",
10683 "http_client",
10684 "schemars",
10685 "serde",
10686 "serde_json",
10687 "strum 0.27.2",
10688]
10689
10690[[package]]
10691name = "moka"
10692version = "0.12.11"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10695dependencies = [
10696 "crossbeam-channel",
10697 "crossbeam-epoch",
10698 "crossbeam-utils",
10699 "equivalent",
10700 "parking_lot",
10701 "portable-atomic",
10702 "rustc_version",
10703 "smallvec",
10704 "tagptr",
10705 "uuid",
10706]
10707
10708[[package]]
10709name = "moxcms"
10710version = "0.7.7"
10711source = "registry+https://github.com/rust-lang/crates.io-index"
10712checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10713dependencies = [
10714 "num-traits",
10715 "pxfm",
10716]
10717
10718[[package]]
10719name = "msvc_spectre_libs"
10720version = "0.1.3"
10721source = "registry+https://github.com/rust-lang/crates.io-index"
10722checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10723dependencies = [
10724 "cc",
10725]
10726
10727[[package]]
10728name = "multi_buffer"
10729version = "0.1.0"
10730dependencies = [
10731 "anyhow",
10732 "buffer_diff",
10733 "clock",
10734 "collections",
10735 "ctor",
10736 "gpui",
10737 "indoc",
10738 "itertools 0.14.0",
10739 "language",
10740 "log",
10741 "parking_lot",
10742 "pretty_assertions",
10743 "rand 0.9.2",
10744 "rope",
10745 "serde",
10746 "settings",
10747 "smallvec",
10748 "smol",
10749 "sum_tree",
10750 "text",
10751 "theme",
10752 "tracing",
10753 "tree-sitter",
10754 "util",
10755 "zlog",
10756 "ztracing",
10757]
10758
10759[[package]]
10760name = "multimap"
10761version = "0.8.3"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10764
10765[[package]]
10766name = "naga"
10767version = "29.0.0"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10770dependencies = [
10771 "arrayvec",
10772 "bit-set 0.9.1",
10773 "bitflags 2.10.0",
10774 "cfg-if",
10775 "cfg_aliases 0.2.1",
10776 "codespan-reporting",
10777 "half",
10778 "hashbrown 0.16.1",
10779 "hexf-parse",
10780 "indexmap",
10781 "libm",
10782 "log",
10783 "num-traits",
10784 "once_cell",
10785 "rustc-hash 1.1.0",
10786 "thiserror 2.0.17",
10787 "unicode-ident",
10788]
10789
10790[[package]]
10791name = "naga"
10792version = "29.0.0"
10793source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10794dependencies = [
10795 "arrayvec",
10796 "bit-set 0.9.1",
10797 "bitflags 2.10.0",
10798 "cfg-if",
10799 "cfg_aliases 0.2.1",
10800 "codespan-reporting",
10801 "half",
10802 "hashbrown 0.16.1",
10803 "hexf-parse",
10804 "indexmap",
10805 "libm",
10806 "log",
10807 "num-traits",
10808 "once_cell",
10809 "rustc-hash 1.1.0",
10810 "spirv",
10811 "thiserror 2.0.17",
10812 "unicode-ident",
10813]
10814
10815[[package]]
10816name = "nanoid"
10817version = "0.4.0"
10818source = "registry+https://github.com/rust-lang/crates.io-index"
10819checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10820dependencies = [
10821 "rand 0.8.5",
10822]
10823
10824[[package]]
10825name = "nanorand"
10826version = "0.7.0"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10829dependencies = [
10830 "getrandom 0.2.16",
10831]
10832
10833[[package]]
10834name = "native-tls"
10835version = "0.2.14"
10836source = "registry+https://github.com/rust-lang/crates.io-index"
10837checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10838dependencies = [
10839 "libc",
10840 "log",
10841 "openssl",
10842 "openssl-probe",
10843 "openssl-sys",
10844 "schannel",
10845 "security-framework 2.11.1",
10846 "security-framework-sys",
10847 "tempfile",
10848]
10849
10850[[package]]
10851name = "nbformat"
10852version = "1.2.0"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10855dependencies = [
10856 "anyhow",
10857 "chrono",
10858 "jupyter-protocol",
10859 "serde",
10860 "serde_json",
10861 "thiserror 1.0.69",
10862 "uuid",
10863]
10864
10865[[package]]
10866name = "nc"
10867version = "0.1.0"
10868dependencies = [
10869 "anyhow",
10870 "futures 0.3.31",
10871 "net",
10872 "smol",
10873]
10874
10875[[package]]
10876name = "ndk"
10877version = "0.9.0"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10880dependencies = [
10881 "bitflags 2.10.0",
10882 "jni-sys",
10883 "log",
10884 "ndk-sys",
10885 "num_enum",
10886 "thiserror 1.0.69",
10887]
10888
10889[[package]]
10890name = "ndk-context"
10891version = "0.1.1"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10894
10895[[package]]
10896name = "ndk-sys"
10897version = "0.6.0+11769913"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10900dependencies = [
10901 "jni-sys",
10902]
10903
10904[[package]]
10905name = "net"
10906version = "0.1.0"
10907dependencies = [
10908 "anyhow",
10909 "async-io",
10910 "smol",
10911 "tempfile",
10912 "windows 0.61.3",
10913]
10914
10915[[package]]
10916name = "new_debug_unreachable"
10917version = "1.0.6"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10920
10921[[package]]
10922name = "nix"
10923version = "0.28.0"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10926dependencies = [
10927 "bitflags 2.10.0",
10928 "cfg-if",
10929 "cfg_aliases 0.1.1",
10930 "libc",
10931]
10932
10933[[package]]
10934name = "nix"
10935version = "0.29.0"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10938dependencies = [
10939 "bitflags 2.10.0",
10940 "cfg-if",
10941 "cfg_aliases 0.2.1",
10942 "libc",
10943]
10944
10945[[package]]
10946name = "nix"
10947version = "0.30.1"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10950dependencies = [
10951 "bitflags 2.10.0",
10952 "cfg-if",
10953 "cfg_aliases 0.2.1",
10954 "libc",
10955]
10956
10957[[package]]
10958name = "node_runtime"
10959version = "0.1.0"
10960dependencies = [
10961 "anyhow",
10962 "async-compression",
10963 "async-std",
10964 "async-tar",
10965 "async-trait",
10966 "futures 0.3.31",
10967 "http_client",
10968 "log",
10969 "paths",
10970 "semver",
10971 "serde",
10972 "serde_json",
10973 "smol",
10974 "util",
10975 "watch",
10976 "which 6.0.3",
10977]
10978
10979[[package]]
10980name = "nom"
10981version = "7.1.3"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10984dependencies = [
10985 "memchr",
10986 "minimal-lexical",
10987]
10988
10989[[package]]
10990name = "nom"
10991version = "8.0.0"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10994dependencies = [
10995 "memchr",
10996]
10997
10998[[package]]
10999name = "noop_proc_macro"
11000version = "0.3.0"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11003
11004[[package]]
11005name = "normpath"
11006version = "1.5.0"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11009dependencies = [
11010 "windows-sys 0.61.2",
11011]
11012
11013[[package]]
11014name = "notifications"
11015version = "0.1.0"
11016dependencies = [
11017 "anyhow",
11018 "channel",
11019 "client",
11020 "component",
11021 "db",
11022 "gpui",
11023 "rpc",
11024 "sum_tree",
11025 "time",
11026 "ui",
11027 "util",
11028 "workspace",
11029 "zed_actions",
11030]
11031
11032[[package]]
11033name = "notify"
11034version = "6.1.1"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11037dependencies = [
11038 "bitflags 2.10.0",
11039 "crossbeam-channel",
11040 "filetime",
11041 "fsevent-sys",
11042 "inotify 0.9.6",
11043 "kqueue",
11044 "libc",
11045 "log",
11046 "mio 0.8.11",
11047 "walkdir",
11048 "windows-sys 0.48.0",
11049]
11050
11051[[package]]
11052name = "notify"
11053version = "8.2.0"
11054source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11055dependencies = [
11056 "bitflags 2.10.0",
11057 "fsevent-sys",
11058 "inotify 0.11.0",
11059 "kqueue",
11060 "libc",
11061 "log",
11062 "mio 1.1.0",
11063 "notify-types",
11064 "walkdir",
11065 "windows-sys 0.60.2",
11066]
11067
11068[[package]]
11069name = "notify-debouncer-mini"
11070version = "0.4.1"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11073dependencies = [
11074 "crossbeam-channel",
11075 "log",
11076 "notify 6.1.1",
11077]
11078
11079[[package]]
11080name = "notify-types"
11081version = "2.0.0"
11082source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11083
11084[[package]]
11085name = "ntapi"
11086version = "0.4.1"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11089dependencies = [
11090 "winapi",
11091]
11092
11093[[package]]
11094name = "nu-ansi-term"
11095version = "0.50.3"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11098dependencies = [
11099 "windows-sys 0.61.2",
11100]
11101
11102[[package]]
11103name = "num"
11104version = "0.4.3"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11107dependencies = [
11108 "num-bigint",
11109 "num-complex",
11110 "num-integer",
11111 "num-iter",
11112 "num-rational",
11113 "num-traits",
11114]
11115
11116[[package]]
11117name = "num-bigint"
11118version = "0.4.6"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11121dependencies = [
11122 "num-integer",
11123 "num-traits",
11124]
11125
11126[[package]]
11127name = "num-bigint-dig"
11128version = "0.8.6"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11131dependencies = [
11132 "lazy_static",
11133 "libm",
11134 "num-integer",
11135 "num-iter",
11136 "num-traits",
11137 "rand 0.8.5",
11138 "smallvec",
11139 "zeroize",
11140]
11141
11142[[package]]
11143name = "num-bigint-dig"
11144version = "0.9.1"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11147dependencies = [
11148 "libm",
11149 "num-integer",
11150 "num-iter",
11151 "num-traits",
11152 "once_cell",
11153 "rand 0.9.2",
11154 "serde",
11155 "smallvec",
11156 "zeroize",
11157]
11158
11159[[package]]
11160name = "num-cmp"
11161version = "0.1.0"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11164
11165[[package]]
11166name = "num-complex"
11167version = "0.4.6"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11170dependencies = [
11171 "bytemuck",
11172 "num-traits",
11173]
11174
11175[[package]]
11176name = "num-conv"
11177version = "0.2.0"
11178source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11180
11181[[package]]
11182name = "num-derive"
11183version = "0.4.2"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11186dependencies = [
11187 "proc-macro2",
11188 "quote",
11189 "syn 2.0.117",
11190]
11191
11192[[package]]
11193name = "num-format"
11194version = "0.4.4"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11197dependencies = [
11198 "arrayvec",
11199 "itoa",
11200]
11201
11202[[package]]
11203name = "num-integer"
11204version = "0.1.46"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11207dependencies = [
11208 "num-traits",
11209]
11210
11211[[package]]
11212name = "num-iter"
11213version = "0.1.45"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11216dependencies = [
11217 "autocfg",
11218 "num-integer",
11219 "num-traits",
11220]
11221
11222[[package]]
11223name = "num-rational"
11224version = "0.4.2"
11225source = "registry+https://github.com/rust-lang/crates.io-index"
11226checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11227dependencies = [
11228 "num-bigint",
11229 "num-integer",
11230 "num-traits",
11231]
11232
11233[[package]]
11234name = "num-traits"
11235version = "0.2.19"
11236source = "registry+https://github.com/rust-lang/crates.io-index"
11237checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11238dependencies = [
11239 "autocfg",
11240 "libm",
11241]
11242
11243[[package]]
11244name = "num_cpus"
11245version = "1.17.0"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11248dependencies = [
11249 "hermit-abi",
11250 "libc",
11251]
11252
11253[[package]]
11254name = "num_enum"
11255version = "0.7.4"
11256source = "registry+https://github.com/rust-lang/crates.io-index"
11257checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11258dependencies = [
11259 "num_enum_derive",
11260 "rustversion",
11261]
11262
11263[[package]]
11264name = "num_enum_derive"
11265version = "0.7.4"
11266source = "registry+https://github.com/rust-lang/crates.io-index"
11267checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11268dependencies = [
11269 "proc-macro-crate",
11270 "proc-macro2",
11271 "quote",
11272 "syn 2.0.117",
11273]
11274
11275[[package]]
11276name = "num_threads"
11277version = "0.1.7"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11280dependencies = [
11281 "libc",
11282]
11283
11284[[package]]
11285name = "nvim-rs"
11286version = "0.9.2"
11287source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11288dependencies = [
11289 "async-trait",
11290 "futures 0.3.31",
11291 "log",
11292 "rmp",
11293 "rmpv",
11294 "tokio",
11295 "tokio-util",
11296]
11297
11298[[package]]
11299name = "objc"
11300version = "0.2.7"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11303dependencies = [
11304 "malloc_buf",
11305 "objc_exception",
11306]
11307
11308[[package]]
11309name = "objc-foundation"
11310version = "0.1.1"
11311source = "registry+https://github.com/rust-lang/crates.io-index"
11312checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11313dependencies = [
11314 "block",
11315 "objc",
11316 "objc_id",
11317]
11318
11319[[package]]
11320name = "objc2"
11321version = "0.6.3"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11324dependencies = [
11325 "objc2-encode",
11326]
11327
11328[[package]]
11329name = "objc2-audio-toolbox"
11330version = "0.3.2"
11331source = "registry+https://github.com/rust-lang/crates.io-index"
11332checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11333dependencies = [
11334 "bitflags 2.10.0",
11335 "libc",
11336 "objc2",
11337 "objc2-core-audio",
11338 "objc2-core-audio-types",
11339 "objc2-core-foundation",
11340 "objc2-foundation",
11341]
11342
11343[[package]]
11344name = "objc2-avf-audio"
11345version = "0.3.2"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11348dependencies = [
11349 "objc2",
11350 "objc2-foundation",
11351]
11352
11353[[package]]
11354name = "objc2-core-audio"
11355version = "0.3.2"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11358dependencies = [
11359 "dispatch2",
11360 "objc2",
11361 "objc2-core-audio-types",
11362 "objc2-core-foundation",
11363 "objc2-foundation",
11364]
11365
11366[[package]]
11367name = "objc2-core-audio-types"
11368version = "0.3.2"
11369source = "registry+https://github.com/rust-lang/crates.io-index"
11370checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11371dependencies = [
11372 "bitflags 2.10.0",
11373 "objc2",
11374]
11375
11376[[package]]
11377name = "objc2-core-foundation"
11378version = "0.3.2"
11379source = "registry+https://github.com/rust-lang/crates.io-index"
11380checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11381dependencies = [
11382 "bitflags 2.10.0",
11383 "block2",
11384 "dispatch2",
11385 "libc",
11386 "objc2",
11387]
11388
11389[[package]]
11390name = "objc2-encode"
11391version = "4.1.0"
11392source = "registry+https://github.com/rust-lang/crates.io-index"
11393checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11394
11395[[package]]
11396name = "objc2-foundation"
11397version = "0.3.2"
11398source = "registry+https://github.com/rust-lang/crates.io-index"
11399checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11400dependencies = [
11401 "bitflags 2.10.0",
11402 "block2",
11403 "libc",
11404 "objc2",
11405 "objc2-core-foundation",
11406]
11407
11408[[package]]
11409name = "objc2-io-kit"
11410version = "0.3.2"
11411source = "registry+https://github.com/rust-lang/crates.io-index"
11412checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11413dependencies = [
11414 "libc",
11415 "objc2-core-foundation",
11416]
11417
11418[[package]]
11419name = "objc2-metal"
11420version = "0.3.2"
11421source = "registry+https://github.com/rust-lang/crates.io-index"
11422checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11423dependencies = [
11424 "bitflags 2.10.0",
11425 "block2",
11426 "dispatch2",
11427 "objc2",
11428 "objc2-core-foundation",
11429 "objc2-foundation",
11430]
11431
11432[[package]]
11433name = "objc2-quartz-core"
11434version = "0.3.2"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11437dependencies = [
11438 "bitflags 2.10.0",
11439 "objc2",
11440 "objc2-core-foundation",
11441 "objc2-foundation",
11442 "objc2-metal",
11443]
11444
11445[[package]]
11446name = "objc_exception"
11447version = "0.1.2"
11448source = "registry+https://github.com/rust-lang/crates.io-index"
11449checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11450dependencies = [
11451 "cc",
11452]
11453
11454[[package]]
11455name = "objc_id"
11456version = "0.1.1"
11457source = "registry+https://github.com/rust-lang/crates.io-index"
11458checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11459dependencies = [
11460 "objc",
11461]
11462
11463[[package]]
11464name = "object"
11465version = "0.36.7"
11466source = "registry+https://github.com/rust-lang/crates.io-index"
11467checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11468dependencies = [
11469 "crc32fast",
11470 "hashbrown 0.15.5",
11471 "indexmap",
11472 "memchr",
11473]
11474
11475[[package]]
11476name = "object"
11477version = "0.37.3"
11478source = "registry+https://github.com/rust-lang/crates.io-index"
11479checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11480dependencies = [
11481 "memchr",
11482]
11483
11484[[package]]
11485name = "ollama"
11486version = "0.1.0"
11487dependencies = [
11488 "anyhow",
11489 "futures 0.3.31",
11490 "http_client",
11491 "schemars",
11492 "serde",
11493 "serde_json",
11494 "settings",
11495]
11496
11497[[package]]
11498name = "onboarding"
11499version = "0.1.0"
11500dependencies = [
11501 "anyhow",
11502 "client",
11503 "component",
11504 "db",
11505 "documented",
11506 "fs",
11507 "fuzzy",
11508 "gpui",
11509 "menu",
11510 "notifications",
11511 "picker",
11512 "project",
11513 "schemars",
11514 "serde",
11515 "settings",
11516 "telemetry",
11517 "theme",
11518 "ui",
11519 "util",
11520 "vim_mode_setting",
11521 "workspace",
11522 "zed_actions",
11523 "zlog",
11524]
11525
11526[[package]]
11527name = "once_cell"
11528version = "1.21.3"
11529source = "registry+https://github.com/rust-lang/crates.io-index"
11530checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11531
11532[[package]]
11533name = "once_cell_polyfill"
11534version = "1.70.1"
11535source = "registry+https://github.com/rust-lang/crates.io-index"
11536checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11537
11538[[package]]
11539name = "oo7"
11540version = "0.6.0"
11541source = "registry+https://github.com/rust-lang/crates.io-index"
11542checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11543dependencies = [
11544 "aes",
11545 "ashpd",
11546 "async-fs",
11547 "async-io",
11548 "async-lock 3.4.2",
11549 "blocking",
11550 "cbc",
11551 "cipher",
11552 "digest",
11553 "endi",
11554 "futures-lite 2.6.1",
11555 "futures-util",
11556 "getrandom 0.4.1",
11557 "hkdf",
11558 "hmac",
11559 "md-5",
11560 "num",
11561 "num-bigint-dig 0.9.1",
11562 "pbkdf2 0.12.2",
11563 "serde",
11564 "serde_bytes",
11565 "sha2",
11566 "subtle",
11567 "zbus",
11568 "zbus_macros",
11569 "zeroize",
11570 "zvariant",
11571]
11572
11573[[package]]
11574name = "oorandom"
11575version = "11.1.5"
11576source = "registry+https://github.com/rust-lang/crates.io-index"
11577checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11578
11579[[package]]
11580name = "open"
11581version = "5.3.2"
11582source = "registry+https://github.com/rust-lang/crates.io-index"
11583checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11584dependencies = [
11585 "is-wsl",
11586 "libc",
11587 "pathdiff",
11588]
11589
11590[[package]]
11591name = "open_ai"
11592version = "0.1.0"
11593dependencies = [
11594 "anyhow",
11595 "futures 0.3.31",
11596 "http_client",
11597 "log",
11598 "rand 0.9.2",
11599 "schemars",
11600 "serde",
11601 "serde_json",
11602 "settings",
11603 "strum 0.27.2",
11604 "thiserror 2.0.17",
11605]
11606
11607[[package]]
11608name = "open_path_prompt"
11609version = "0.1.0"
11610dependencies = [
11611 "editor",
11612 "file_icons",
11613 "futures 0.3.31",
11614 "fuzzy",
11615 "gpui",
11616 "picker",
11617 "project",
11618 "schemars",
11619 "serde",
11620 "serde_json",
11621 "settings",
11622 "theme",
11623 "ui",
11624 "util",
11625 "workspace",
11626]
11627
11628[[package]]
11629name = "open_router"
11630version = "0.1.0"
11631dependencies = [
11632 "anyhow",
11633 "futures 0.3.31",
11634 "http_client",
11635 "schemars",
11636 "serde",
11637 "serde_json",
11638 "settings",
11639 "strum 0.27.2",
11640 "thiserror 2.0.17",
11641]
11642
11643[[package]]
11644name = "opencode"
11645version = "0.1.0"
11646dependencies = [
11647 "anyhow",
11648 "futures 0.3.31",
11649 "google_ai",
11650 "http_client",
11651 "schemars",
11652 "serde",
11653 "serde_json",
11654 "strum 0.27.2",
11655]
11656
11657[[package]]
11658name = "opener"
11659version = "0.7.2"
11660source = "registry+https://github.com/rust-lang/crates.io-index"
11661checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11662dependencies = [
11663 "bstr",
11664 "dbus",
11665 "normpath",
11666 "windows-sys 0.59.0",
11667]
11668
11669[[package]]
11670name = "openssl"
11671version = "0.10.74"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11674dependencies = [
11675 "bitflags 2.10.0",
11676 "cfg-if",
11677 "foreign-types 0.3.2",
11678 "libc",
11679 "once_cell",
11680 "openssl-macros",
11681 "openssl-sys",
11682]
11683
11684[[package]]
11685name = "openssl-macros"
11686version = "0.1.1"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11689dependencies = [
11690 "proc-macro2",
11691 "quote",
11692 "syn 2.0.117",
11693]
11694
11695[[package]]
11696name = "openssl-probe"
11697version = "0.1.6"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11700
11701[[package]]
11702name = "openssl-sys"
11703version = "0.9.110"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11706dependencies = [
11707 "cc",
11708 "libc",
11709 "pkg-config",
11710 "vcpkg",
11711]
11712
11713[[package]]
11714name = "optfield"
11715version = "0.4.0"
11716source = "registry+https://github.com/rust-lang/crates.io-index"
11717checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11718dependencies = [
11719 "proc-macro2",
11720 "quote",
11721 "syn 2.0.117",
11722]
11723
11724[[package]]
11725name = "option-ext"
11726version = "0.2.0"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11729
11730[[package]]
11731name = "ordered-float"
11732version = "2.10.1"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11735dependencies = [
11736 "num-traits",
11737]
11738
11739[[package]]
11740name = "ordered-float"
11741version = "4.6.0"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11744dependencies = [
11745 "num-traits",
11746]
11747
11748[[package]]
11749name = "ordered-stream"
11750version = "0.2.0"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11753dependencies = [
11754 "futures-core",
11755 "pin-project-lite",
11756]
11757
11758[[package]]
11759name = "ouroboros"
11760version = "0.18.5"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11763dependencies = [
11764 "aliasable",
11765 "ouroboros_macro",
11766 "static_assertions",
11767]
11768
11769[[package]]
11770name = "ouroboros_macro"
11771version = "0.18.5"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11774dependencies = [
11775 "heck 0.4.1",
11776 "proc-macro2",
11777 "proc-macro2-diagnostics",
11778 "quote",
11779 "syn 2.0.117",
11780]
11781
11782[[package]]
11783name = "outline"
11784version = "0.1.0"
11785dependencies = [
11786 "editor",
11787 "fuzzy",
11788 "gpui",
11789 "indoc",
11790 "language",
11791 "lsp",
11792 "menu",
11793 "ordered-float 2.10.1",
11794 "picker",
11795 "project",
11796 "rope",
11797 "serde_json",
11798 "settings",
11799 "smol",
11800 "theme",
11801 "ui",
11802 "util",
11803 "workspace",
11804 "zed_actions",
11805]
11806
11807[[package]]
11808name = "outline_panel"
11809version = "0.1.0"
11810dependencies = [
11811 "anyhow",
11812 "collections",
11813 "db",
11814 "editor",
11815 "file_icons",
11816 "fuzzy",
11817 "gpui",
11818 "itertools 0.14.0",
11819 "language",
11820 "log",
11821 "lsp",
11822 "menu",
11823 "outline",
11824 "pretty_assertions",
11825 "project",
11826 "search",
11827 "serde",
11828 "serde_json",
11829 "settings",
11830 "smallvec",
11831 "smol",
11832 "theme",
11833 "ui",
11834 "util",
11835 "workspace",
11836 "worktree",
11837 "zed_actions",
11838]
11839
11840[[package]]
11841name = "outref"
11842version = "0.5.2"
11843source = "registry+https://github.com/rust-lang/crates.io-index"
11844checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11845
11846[[package]]
11847name = "p256"
11848version = "0.11.1"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11851dependencies = [
11852 "ecdsa",
11853 "elliptic-curve",
11854 "sha2",
11855]
11856
11857[[package]]
11858name = "page_size"
11859version = "0.6.0"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11862dependencies = [
11863 "libc",
11864 "winapi",
11865]
11866
11867[[package]]
11868name = "palette"
11869version = "0.7.6"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11872dependencies = [
11873 "approx",
11874 "fast-srgb8",
11875 "palette_derive",
11876]
11877
11878[[package]]
11879name = "palette_derive"
11880version = "0.7.6"
11881source = "registry+https://github.com/rust-lang/crates.io-index"
11882checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11883dependencies = [
11884 "by_address",
11885 "proc-macro2",
11886 "quote",
11887 "syn 2.0.117",
11888]
11889
11890[[package]]
11891name = "panel"
11892version = "0.1.0"
11893dependencies = [
11894 "gpui",
11895 "ui",
11896 "workspace",
11897]
11898
11899[[package]]
11900name = "parking"
11901version = "2.2.1"
11902source = "registry+https://github.com/rust-lang/crates.io-index"
11903checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11904
11905[[package]]
11906name = "parking_lot"
11907version = "0.12.5"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11910dependencies = [
11911 "lock_api",
11912 "parking_lot_core",
11913]
11914
11915[[package]]
11916name = "parking_lot_core"
11917version = "0.9.12"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11920dependencies = [
11921 "cfg-if",
11922 "libc",
11923 "redox_syscall 0.5.18",
11924 "smallvec",
11925 "windows-link 0.2.1",
11926]
11927
11928[[package]]
11929name = "parse_int"
11930version = "0.9.0"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11933dependencies = [
11934 "num-traits",
11935]
11936
11937[[package]]
11938name = "partial-json-fixer"
11939version = "0.5.3"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11942
11943[[package]]
11944name = "password-hash"
11945version = "0.4.2"
11946source = "registry+https://github.com/rust-lang/crates.io-index"
11947checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11948dependencies = [
11949 "base64ct",
11950 "rand_core 0.6.4",
11951 "subtle",
11952]
11953
11954[[package]]
11955name = "paste"
11956version = "1.0.15"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11959
11960[[package]]
11961name = "pathdiff"
11962version = "0.2.3"
11963source = "registry+https://github.com/rust-lang/crates.io-index"
11964checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11965
11966[[package]]
11967name = "pathfinder_geometry"
11968version = "0.5.1"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11971dependencies = [
11972 "log",
11973 "pathfinder_simd",
11974]
11975
11976[[package]]
11977name = "pathfinder_simd"
11978version = "0.5.5"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11981dependencies = [
11982 "rustc_version",
11983]
11984
11985[[package]]
11986name = "paths"
11987version = "0.1.0"
11988dependencies = [
11989 "dirs 4.0.0",
11990 "ignore",
11991 "util",
11992]
11993
11994[[package]]
11995name = "pbjson"
11996version = "0.6.0"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11999dependencies = [
12000 "base64 0.21.7",
12001 "serde",
12002]
12003
12004[[package]]
12005name = "pbjson-build"
12006version = "0.6.2"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12009dependencies = [
12010 "heck 0.4.1",
12011 "itertools 0.11.0",
12012 "prost 0.12.6",
12013 "prost-types 0.12.6",
12014]
12015
12016[[package]]
12017name = "pbjson-types"
12018version = "0.6.0"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12021dependencies = [
12022 "bytes 1.11.1",
12023 "chrono",
12024 "pbjson",
12025 "pbjson-build",
12026 "prost 0.12.6",
12027 "prost-build 0.12.6",
12028 "serde",
12029]
12030
12031[[package]]
12032name = "pbkdf2"
12033version = "0.11.0"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12036dependencies = [
12037 "digest",
12038 "hmac",
12039 "password-hash",
12040 "sha2",
12041]
12042
12043[[package]]
12044name = "pbkdf2"
12045version = "0.12.2"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12048dependencies = [
12049 "digest",
12050 "hmac",
12051]
12052
12053[[package]]
12054name = "pciid-parser"
12055version = "0.8.0"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12058
12059[[package]]
12060name = "peg"
12061version = "0.8.5"
12062source = "registry+https://github.com/rust-lang/crates.io-index"
12063checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12064dependencies = [
12065 "peg-macros",
12066 "peg-runtime",
12067]
12068
12069[[package]]
12070name = "peg-macros"
12071version = "0.8.5"
12072source = "registry+https://github.com/rust-lang/crates.io-index"
12073checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12074dependencies = [
12075 "peg-runtime",
12076 "proc-macro2",
12077 "quote",
12078]
12079
12080[[package]]
12081name = "peg-runtime"
12082version = "0.8.5"
12083source = "registry+https://github.com/rust-lang/crates.io-index"
12084checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12085
12086[[package]]
12087name = "pem"
12088version = "3.0.6"
12089source = "registry+https://github.com/rust-lang/crates.io-index"
12090checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12091dependencies = [
12092 "base64 0.22.1",
12093 "serde_core",
12094]
12095
12096[[package]]
12097name = "pem-rfc7468"
12098version = "0.7.0"
12099source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12101dependencies = [
12102 "base64ct",
12103]
12104
12105[[package]]
12106name = "percent-encoding"
12107version = "2.3.2"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12110
12111[[package]]
12112name = "perf"
12113version = "0.1.0"
12114dependencies = [
12115 "collections",
12116 "serde",
12117 "serde_json",
12118]
12119
12120[[package]]
12121name = "pest"
12122version = "2.8.3"
12123source = "registry+https://github.com/rust-lang/crates.io-index"
12124checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12125dependencies = [
12126 "memchr",
12127 "ucd-trie",
12128]
12129
12130[[package]]
12131name = "pest_derive"
12132version = "2.8.3"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12135dependencies = [
12136 "pest",
12137 "pest_generator",
12138]
12139
12140[[package]]
12141name = "pest_generator"
12142version = "2.8.3"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12145dependencies = [
12146 "pest",
12147 "pest_meta",
12148 "proc-macro2",
12149 "quote",
12150 "syn 2.0.117",
12151]
12152
12153[[package]]
12154name = "pest_meta"
12155version = "2.8.3"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12158dependencies = [
12159 "pest",
12160 "sha2",
12161]
12162
12163[[package]]
12164name = "pet"
12165version = "0.1.0"
12166source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12167dependencies = [
12168 "clap",
12169 "env_logger 0.10.2",
12170 "lazy_static",
12171 "log",
12172 "msvc_spectre_libs",
12173 "pet-conda",
12174 "pet-core",
12175 "pet-env-var-path",
12176 "pet-fs",
12177 "pet-global-virtualenvs",
12178 "pet-homebrew",
12179 "pet-jsonrpc",
12180 "pet-linux-global-python",
12181 "pet-mac-commandlinetools",
12182 "pet-mac-python-org",
12183 "pet-mac-xcode",
12184 "pet-pipenv",
12185 "pet-pixi",
12186 "pet-poetry",
12187 "pet-pyenv",
12188 "pet-python-utils",
12189 "pet-reporter",
12190 "pet-telemetry",
12191 "pet-uv",
12192 "pet-venv",
12193 "pet-virtualenv",
12194 "pet-virtualenvwrapper",
12195 "pet-windows-registry",
12196 "pet-windows-store",
12197 "pet-winpython",
12198 "serde",
12199 "serde_json",
12200 "tracing",
12201 "tracing-subscriber",
12202 "winresource",
12203]
12204
12205[[package]]
12206name = "pet-conda"
12207version = "0.1.0"
12208source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12209dependencies = [
12210 "env_logger 0.10.2",
12211 "lazy_static",
12212 "log",
12213 "msvc_spectre_libs",
12214 "pet-core",
12215 "pet-fs",
12216 "pet-python-utils",
12217 "pet-reporter",
12218 "rayon",
12219 "regex",
12220 "serde",
12221 "serde_json",
12222 "yaml-rust2",
12223]
12224
12225[[package]]
12226name = "pet-core"
12227version = "0.1.0"
12228source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12229dependencies = [
12230 "clap",
12231 "lazy_static",
12232 "log",
12233 "msvc_spectre_libs",
12234 "pet-fs",
12235 "regex",
12236 "serde",
12237 "serde_json",
12238]
12239
12240[[package]]
12241name = "pet-env-var-path"
12242version = "0.1.0"
12243source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12244dependencies = [
12245 "lazy_static",
12246 "log",
12247 "msvc_spectre_libs",
12248 "pet-conda",
12249 "pet-core",
12250 "pet-fs",
12251 "pet-python-utils",
12252 "pet-virtualenv",
12253 "regex",
12254]
12255
12256[[package]]
12257name = "pet-fs"
12258version = "0.1.0"
12259source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12260dependencies = [
12261 "glob",
12262 "log",
12263 "msvc_spectre_libs",
12264 "windows-sys 0.59.0",
12265]
12266
12267[[package]]
12268name = "pet-global-virtualenvs"
12269version = "0.1.0"
12270source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12271dependencies = [
12272 "log",
12273 "msvc_spectre_libs",
12274 "pet-conda",
12275 "pet-core",
12276 "pet-fs",
12277 "pet-virtualenv",
12278]
12279
12280[[package]]
12281name = "pet-homebrew"
12282version = "0.1.0"
12283source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12284dependencies = [
12285 "lazy_static",
12286 "log",
12287 "msvc_spectre_libs",
12288 "pet-conda",
12289 "pet-core",
12290 "pet-fs",
12291 "pet-python-utils",
12292 "pet-virtualenv",
12293 "rayon",
12294 "regex",
12295 "serde",
12296 "serde_json",
12297]
12298
12299[[package]]
12300name = "pet-jsonrpc"
12301version = "0.1.0"
12302source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12303dependencies = [
12304 "env_logger 0.10.2",
12305 "log",
12306 "msvc_spectre_libs",
12307 "pet-core",
12308 "serde",
12309 "serde_json",
12310]
12311
12312[[package]]
12313name = "pet-linux-global-python"
12314version = "0.1.0"
12315source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12316dependencies = [
12317 "log",
12318 "msvc_spectre_libs",
12319 "pet-core",
12320 "pet-fs",
12321 "pet-python-utils",
12322 "pet-virtualenv",
12323]
12324
12325[[package]]
12326name = "pet-mac-commandlinetools"
12327version = "0.1.0"
12328source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12329dependencies = [
12330 "log",
12331 "msvc_spectre_libs",
12332 "pet-core",
12333 "pet-fs",
12334 "pet-python-utils",
12335 "pet-virtualenv",
12336]
12337
12338[[package]]
12339name = "pet-mac-python-org"
12340version = "0.1.0"
12341source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12342dependencies = [
12343 "log",
12344 "msvc_spectre_libs",
12345 "pet-core",
12346 "pet-fs",
12347 "pet-python-utils",
12348 "pet-virtualenv",
12349]
12350
12351[[package]]
12352name = "pet-mac-xcode"
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-core",
12359 "pet-fs",
12360 "pet-python-utils",
12361 "pet-virtualenv",
12362]
12363
12364[[package]]
12365name = "pet-pipenv"
12366version = "0.1.0"
12367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12368dependencies = [
12369 "lazy_static",
12370 "log",
12371 "msvc_spectre_libs",
12372 "pet-core",
12373 "pet-fs",
12374 "pet-python-utils",
12375 "pet-virtualenv",
12376 "regex",
12377]
12378
12379[[package]]
12380name = "pet-pixi"
12381version = "0.1.0"
12382source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12383dependencies = [
12384 "log",
12385 "msvc_spectre_libs",
12386 "pet-conda",
12387 "pet-core",
12388 "pet-python-utils",
12389]
12390
12391[[package]]
12392name = "pet-poetry"
12393version = "0.1.0"
12394source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12395dependencies = [
12396 "base64 0.22.1",
12397 "lazy_static",
12398 "log",
12399 "msvc_spectre_libs",
12400 "pet-core",
12401 "pet-fs",
12402 "pet-python-utils",
12403 "pet-reporter",
12404 "pet-virtualenv",
12405 "regex",
12406 "serde",
12407 "serde_json",
12408 "sha2",
12409 "toml 0.8.23",
12410]
12411
12412[[package]]
12413name = "pet-pyenv"
12414version = "0.1.0"
12415source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12416dependencies = [
12417 "lazy_static",
12418 "log",
12419 "msvc_spectre_libs",
12420 "pet-conda",
12421 "pet-core",
12422 "pet-fs",
12423 "pet-python-utils",
12424 "pet-reporter",
12425 "regex",
12426 "serde",
12427 "serde_json",
12428]
12429
12430[[package]]
12431name = "pet-python-utils"
12432version = "0.1.0"
12433source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12434dependencies = [
12435 "env_logger 0.10.2",
12436 "lazy_static",
12437 "log",
12438 "msvc_spectre_libs",
12439 "pet-core",
12440 "pet-fs",
12441 "regex",
12442 "serde",
12443 "serde_json",
12444 "sha2",
12445]
12446
12447[[package]]
12448name = "pet-reporter"
12449version = "0.1.0"
12450source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12451dependencies = [
12452 "env_logger 0.10.2",
12453 "log",
12454 "msvc_spectre_libs",
12455 "pet-core",
12456 "pet-jsonrpc",
12457 "serde",
12458 "serde_json",
12459]
12460
12461[[package]]
12462name = "pet-telemetry"
12463version = "0.1.0"
12464source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12465dependencies = [
12466 "env_logger 0.10.2",
12467 "lazy_static",
12468 "log",
12469 "msvc_spectre_libs",
12470 "pet-core",
12471 "pet-fs",
12472 "pet-python-utils",
12473 "regex",
12474]
12475
12476[[package]]
12477name = "pet-uv"
12478version = "0.1.0"
12479source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12480dependencies = [
12481 "log",
12482 "pet-core",
12483 "pet-python-utils",
12484 "serde",
12485 "toml 0.9.8",
12486]
12487
12488[[package]]
12489name = "pet-venv"
12490version = "0.1.0"
12491source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12492dependencies = [
12493 "log",
12494 "msvc_spectre_libs",
12495 "pet-core",
12496 "pet-python-utils",
12497 "pet-virtualenv",
12498]
12499
12500[[package]]
12501name = "pet-virtualenv"
12502version = "0.1.0"
12503source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12504dependencies = [
12505 "log",
12506 "msvc_spectre_libs",
12507 "pet-core",
12508 "pet-fs",
12509 "pet-python-utils",
12510]
12511
12512[[package]]
12513name = "pet-virtualenvwrapper"
12514version = "0.1.0"
12515source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12516dependencies = [
12517 "log",
12518 "msvc_spectre_libs",
12519 "pet-core",
12520 "pet-fs",
12521 "pet-python-utils",
12522 "pet-virtualenv",
12523]
12524
12525[[package]]
12526name = "pet-windows-registry"
12527version = "0.1.0"
12528source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12529dependencies = [
12530 "lazy_static",
12531 "log",
12532 "msvc_spectre_libs",
12533 "pet-conda",
12534 "pet-core",
12535 "pet-fs",
12536 "pet-python-utils",
12537 "pet-virtualenv",
12538 "pet-windows-store",
12539 "regex",
12540 "winreg 0.55.0",
12541]
12542
12543[[package]]
12544name = "pet-windows-store"
12545version = "0.1.0"
12546source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12547dependencies = [
12548 "lazy_static",
12549 "log",
12550 "msvc_spectre_libs",
12551 "pet-core",
12552 "pet-fs",
12553 "pet-python-utils",
12554 "pet-virtualenv",
12555 "regex",
12556 "winreg 0.55.0",
12557]
12558
12559[[package]]
12560name = "pet-winpython"
12561version = "0.1.0"
12562source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12563dependencies = [
12564 "lazy_static",
12565 "log",
12566 "pet-core",
12567 "pet-fs",
12568 "pet-python-utils",
12569 "pet-virtualenv",
12570 "regex",
12571]
12572
12573[[package]]
12574name = "petgraph"
12575version = "0.6.5"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12578dependencies = [
12579 "fixedbitset 0.4.2",
12580 "indexmap",
12581]
12582
12583[[package]]
12584name = "pgvector"
12585version = "0.4.1"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12588dependencies = [
12589 "serde",
12590]
12591
12592[[package]]
12593name = "phf"
12594version = "0.11.3"
12595source = "registry+https://github.com/rust-lang/crates.io-index"
12596checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12597dependencies = [
12598 "phf_macros 0.11.3",
12599 "phf_shared 0.11.3",
12600]
12601
12602[[package]]
12603name = "phf"
12604version = "0.12.1"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12607dependencies = [
12608 "phf_macros 0.12.1",
12609 "phf_shared 0.12.1",
12610]
12611
12612[[package]]
12613name = "phf_codegen"
12614version = "0.11.3"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12617dependencies = [
12618 "phf_generator 0.11.3",
12619 "phf_shared 0.11.3",
12620]
12621
12622[[package]]
12623name = "phf_generator"
12624version = "0.11.3"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12627dependencies = [
12628 "phf_shared 0.11.3",
12629 "rand 0.8.5",
12630]
12631
12632[[package]]
12633name = "phf_generator"
12634version = "0.12.1"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12637dependencies = [
12638 "fastrand 2.3.0",
12639 "phf_shared 0.12.1",
12640]
12641
12642[[package]]
12643name = "phf_macros"
12644version = "0.11.3"
12645source = "registry+https://github.com/rust-lang/crates.io-index"
12646checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12647dependencies = [
12648 "phf_generator 0.11.3",
12649 "phf_shared 0.11.3",
12650 "proc-macro2",
12651 "quote",
12652 "syn 2.0.117",
12653]
12654
12655[[package]]
12656name = "phf_macros"
12657version = "0.12.1"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12660dependencies = [
12661 "phf_generator 0.12.1",
12662 "phf_shared 0.12.1",
12663 "proc-macro2",
12664 "quote",
12665 "syn 2.0.117",
12666]
12667
12668[[package]]
12669name = "phf_shared"
12670version = "0.11.3"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12673dependencies = [
12674 "siphasher 1.0.1",
12675]
12676
12677[[package]]
12678name = "phf_shared"
12679version = "0.12.1"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12682dependencies = [
12683 "siphasher 1.0.1",
12684]
12685
12686[[package]]
12687name = "picker"
12688version = "0.1.0"
12689dependencies = [
12690 "anyhow",
12691 "editor",
12692 "gpui",
12693 "menu",
12694 "schemars",
12695 "serde",
12696 "settings",
12697 "theme",
12698 "ui",
12699 "ui_input",
12700 "workspace",
12701 "zed_actions",
12702]
12703
12704[[package]]
12705name = "pico-args"
12706version = "0.5.0"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12709
12710[[package]]
12711name = "pin-project"
12712version = "1.1.10"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12715dependencies = [
12716 "pin-project-internal",
12717]
12718
12719[[package]]
12720name = "pin-project-internal"
12721version = "1.1.10"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12724dependencies = [
12725 "proc-macro2",
12726 "quote",
12727 "syn 2.0.117",
12728]
12729
12730[[package]]
12731name = "pin-project-lite"
12732version = "0.2.16"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12735
12736[[package]]
12737name = "pin-utils"
12738version = "0.1.0"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12741
12742[[package]]
12743name = "piper"
12744version = "0.2.4"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12747dependencies = [
12748 "atomic-waker",
12749 "fastrand 2.3.0",
12750 "futures-io",
12751]
12752
12753[[package]]
12754name = "pkcs1"
12755version = "0.7.5"
12756source = "registry+https://github.com/rust-lang/crates.io-index"
12757checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12758dependencies = [
12759 "der 0.7.10",
12760 "pkcs8 0.10.2",
12761 "spki 0.7.3",
12762]
12763
12764[[package]]
12765name = "pkcs8"
12766version = "0.9.0"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12769dependencies = [
12770 "der 0.6.1",
12771 "spki 0.6.0",
12772]
12773
12774[[package]]
12775name = "pkcs8"
12776version = "0.10.2"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12779dependencies = [
12780 "der 0.7.10",
12781 "spki 0.7.3",
12782]
12783
12784[[package]]
12785name = "pkg-config"
12786version = "0.3.32"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12789
12790[[package]]
12791name = "plain"
12792version = "0.2.3"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12795
12796[[package]]
12797name = "platform_title_bar"
12798version = "0.1.0"
12799dependencies = [
12800 "feature_flags",
12801 "gpui",
12802 "project",
12803 "settings",
12804 "smallvec",
12805 "theme",
12806 "ui",
12807 "windows 0.61.3",
12808 "workspace",
12809 "zed_actions",
12810]
12811
12812[[package]]
12813name = "plist"
12814version = "1.8.0"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12817dependencies = [
12818 "base64 0.22.1",
12819 "indexmap",
12820 "quick-xml 0.38.3",
12821 "serde",
12822 "time",
12823]
12824
12825[[package]]
12826name = "plotters"
12827version = "0.3.7"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12830dependencies = [
12831 "num-traits",
12832 "plotters-backend",
12833 "plotters-svg",
12834 "wasm-bindgen",
12835 "web-sys",
12836]
12837
12838[[package]]
12839name = "plotters-backend"
12840version = "0.3.7"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12843
12844[[package]]
12845name = "plotters-svg"
12846version = "0.3.7"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12849dependencies = [
12850 "plotters-backend",
12851]
12852
12853[[package]]
12854name = "png"
12855version = "0.17.16"
12856source = "registry+https://github.com/rust-lang/crates.io-index"
12857checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12858dependencies = [
12859 "bitflags 1.3.2",
12860 "crc32fast",
12861 "fdeflate",
12862 "flate2",
12863 "miniz_oxide",
12864]
12865
12866[[package]]
12867name = "png"
12868version = "0.18.0"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12871dependencies = [
12872 "bitflags 2.10.0",
12873 "crc32fast",
12874 "fdeflate",
12875 "flate2",
12876 "miniz_oxide",
12877]
12878
12879[[package]]
12880name = "polling"
12881version = "3.11.0"
12882source = "registry+https://github.com/rust-lang/crates.io-index"
12883checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12884dependencies = [
12885 "cfg-if",
12886 "concurrent-queue",
12887 "hermit-abi",
12888 "pin-project-lite",
12889 "rustix 1.1.2",
12890 "windows-sys 0.61.2",
12891]
12892
12893[[package]]
12894name = "pollster"
12895version = "0.2.5"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12898
12899[[package]]
12900name = "pollster"
12901version = "0.4.0"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12904
12905[[package]]
12906name = "pori"
12907version = "0.0.0"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12910dependencies = [
12911 "nom 7.1.3",
12912]
12913
12914[[package]]
12915name = "portable-atomic"
12916version = "1.11.1"
12917source = "registry+https://github.com/rust-lang/crates.io-index"
12918checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12919
12920[[package]]
12921name = "portable-atomic-util"
12922version = "0.2.4"
12923source = "registry+https://github.com/rust-lang/crates.io-index"
12924checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12925dependencies = [
12926 "portable-atomic",
12927]
12928
12929[[package]]
12930name = "portable-pty"
12931version = "0.9.0"
12932source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12934dependencies = [
12935 "anyhow",
12936 "bitflags 1.3.2",
12937 "downcast-rs",
12938 "filedescriptor",
12939 "lazy_static",
12940 "libc",
12941 "log",
12942 "nix 0.28.0",
12943 "serial2",
12944 "shared_library",
12945 "shell-words",
12946 "winapi",
12947 "winreg 0.10.1",
12948]
12949
12950[[package]]
12951name = "postage"
12952version = "0.5.0"
12953source = "registry+https://github.com/rust-lang/crates.io-index"
12954checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12955dependencies = [
12956 "atomic",
12957 "crossbeam-queue",
12958 "futures 0.3.31",
12959 "log",
12960 "parking_lot",
12961 "pin-project",
12962 "pollster 0.2.5",
12963 "static_assertions",
12964 "thiserror 1.0.69",
12965]
12966
12967[[package]]
12968name = "postcard"
12969version = "1.1.3"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12972dependencies = [
12973 "cobs",
12974 "embedded-io 0.4.0",
12975 "embedded-io 0.6.1",
12976 "serde",
12977]
12978
12979[[package]]
12980name = "potential_utf"
12981version = "0.1.3"
12982source = "registry+https://github.com/rust-lang/crates.io-index"
12983checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12984dependencies = [
12985 "zerovec",
12986]
12987
12988[[package]]
12989name = "powerfmt"
12990version = "0.2.0"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12993
12994[[package]]
12995name = "ppv-lite86"
12996version = "0.2.21"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12999dependencies = [
13000 "zerocopy",
13001]
13002
13003[[package]]
13004name = "precomputed-hash"
13005version = "0.1.1"
13006source = "registry+https://github.com/rust-lang/crates.io-index"
13007checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13008
13009[[package]]
13010name = "presser"
13011version = "0.3.1"
13012source = "registry+https://github.com/rust-lang/crates.io-index"
13013checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13014
13015[[package]]
13016name = "prettier"
13017version = "0.1.0"
13018dependencies = [
13019 "anyhow",
13020 "collections",
13021 "fs",
13022 "gpui",
13023 "language",
13024 "log",
13025 "lsp",
13026 "node_runtime",
13027 "parking_lot",
13028 "paths",
13029 "serde",
13030 "serde_json",
13031 "util",
13032]
13033
13034[[package]]
13035name = "pretty_assertions"
13036version = "1.4.1"
13037source = "registry+https://github.com/rust-lang/crates.io-index"
13038checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13039dependencies = [
13040 "diff",
13041 "yansi",
13042]
13043
13044[[package]]
13045name = "prettyplease"
13046version = "0.2.37"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13049dependencies = [
13050 "proc-macro2",
13051 "syn 2.0.117",
13052]
13053
13054[[package]]
13055name = "primal-check"
13056version = "0.3.4"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13059dependencies = [
13060 "num-integer",
13061]
13062
13063[[package]]
13064name = "proc-macro-crate"
13065version = "3.4.0"
13066source = "registry+https://github.com/rust-lang/crates.io-index"
13067checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13068dependencies = [
13069 "toml_edit 0.23.7",
13070]
13071
13072[[package]]
13073name = "proc-macro-error"
13074version = "1.0.4"
13075source = "registry+https://github.com/rust-lang/crates.io-index"
13076checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13077dependencies = [
13078 "proc-macro-error-attr",
13079 "proc-macro2",
13080 "quote",
13081 "syn 1.0.109",
13082 "version_check",
13083]
13084
13085[[package]]
13086name = "proc-macro-error-attr"
13087version = "1.0.4"
13088source = "registry+https://github.com/rust-lang/crates.io-index"
13089checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13090dependencies = [
13091 "proc-macro2",
13092 "quote",
13093 "version_check",
13094]
13095
13096[[package]]
13097name = "proc-macro-error-attr2"
13098version = "2.0.0"
13099source = "registry+https://github.com/rust-lang/crates.io-index"
13100checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13101dependencies = [
13102 "proc-macro2",
13103 "quote",
13104]
13105
13106[[package]]
13107name = "proc-macro-error2"
13108version = "2.0.1"
13109source = "registry+https://github.com/rust-lang/crates.io-index"
13110checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13111dependencies = [
13112 "proc-macro-error-attr2",
13113 "proc-macro2",
13114 "quote",
13115 "syn 2.0.117",
13116]
13117
13118[[package]]
13119name = "proc-macro2"
13120version = "1.0.101"
13121source = "registry+https://github.com/rust-lang/crates.io-index"
13122checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13123dependencies = [
13124 "unicode-ident",
13125]
13126
13127[[package]]
13128name = "proc-macro2-diagnostics"
13129version = "0.10.1"
13130source = "registry+https://github.com/rust-lang/crates.io-index"
13131checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13132dependencies = [
13133 "proc-macro2",
13134 "quote",
13135 "syn 2.0.117",
13136 "version_check",
13137 "yansi",
13138]
13139
13140[[package]]
13141name = "procfs-core"
13142version = "0.17.0"
13143source = "registry+https://github.com/rust-lang/crates.io-index"
13144checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13145dependencies = [
13146 "bitflags 2.10.0",
13147 "hex",
13148 "serde",
13149]
13150
13151[[package]]
13152name = "profiling"
13153version = "1.0.17"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13156dependencies = [
13157 "profiling-procmacros",
13158]
13159
13160[[package]]
13161name = "profiling-procmacros"
13162version = "1.0.17"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13165dependencies = [
13166 "quote",
13167 "syn 2.0.117",
13168]
13169
13170[[package]]
13171name = "project"
13172version = "0.1.0"
13173dependencies = [
13174 "aho-corasick",
13175 "anyhow",
13176 "askpass",
13177 "async-trait",
13178 "base64 0.22.1",
13179 "buffer_diff",
13180 "circular-buffer",
13181 "client",
13182 "clock",
13183 "collections",
13184 "context_server",
13185 "credentials_provider",
13186 "dap",
13187 "encoding_rs",
13188 "extension",
13189 "fancy-regex 0.17.0",
13190 "fs",
13191 "futures 0.3.31",
13192 "fuzzy",
13193 "git",
13194 "git2",
13195 "git_hosting_providers",
13196 "globset",
13197 "gpui",
13198 "http_client",
13199 "image",
13200 "indexmap",
13201 "itertools 0.14.0",
13202 "language",
13203 "log",
13204 "lsp",
13205 "markdown",
13206 "node_runtime",
13207 "parking_lot",
13208 "paths",
13209 "percent-encoding",
13210 "postage",
13211 "prettier",
13212 "pretty_assertions",
13213 "project",
13214 "rand 0.9.2",
13215 "regex",
13216 "release_channel",
13217 "remote",
13218 "rpc",
13219 "schemars",
13220 "semver",
13221 "serde",
13222 "serde_json",
13223 "settings",
13224 "sha2",
13225 "shellexpand 2.1.2",
13226 "smallvec",
13227 "smol",
13228 "snippet",
13229 "snippet_provider",
13230 "sum_tree",
13231 "task",
13232 "tempfile",
13233 "terminal",
13234 "text",
13235 "toml 0.8.23",
13236 "tracing",
13237 "unindent",
13238 "url",
13239 "util",
13240 "watch",
13241 "wax",
13242 "which 6.0.3",
13243 "worktree",
13244 "zeroize",
13245 "zlog",
13246 "ztracing",
13247]
13248
13249[[package]]
13250name = "project_benchmarks"
13251version = "0.1.0"
13252dependencies = [
13253 "anyhow",
13254 "askpass",
13255 "clap",
13256 "client",
13257 "futures 0.3.31",
13258 "gpui",
13259 "gpui_platform",
13260 "http_client",
13261 "language",
13262 "node_runtime",
13263 "project",
13264 "release_channel",
13265 "remote",
13266 "rpassword",
13267 "semver",
13268 "settings",
13269 "watch",
13270]
13271
13272[[package]]
13273name = "project_panel"
13274version = "0.1.0"
13275dependencies = [
13276 "anyhow",
13277 "client",
13278 "collections",
13279 "command_palette_hooks",
13280 "criterion",
13281 "editor",
13282 "feature_flags",
13283 "file_icons",
13284 "git",
13285 "git_ui",
13286 "gpui",
13287 "itertools 0.14.0",
13288 "language",
13289 "menu",
13290 "notifications",
13291 "pretty_assertions",
13292 "project",
13293 "rayon",
13294 "remote_connection",
13295 "schemars",
13296 "search",
13297 "serde",
13298 "serde_json",
13299 "settings",
13300 "smallvec",
13301 "telemetry",
13302 "tempfile",
13303 "theme",
13304 "ui",
13305 "util",
13306 "workspace",
13307 "worktree",
13308 "zed_actions",
13309]
13310
13311[[package]]
13312name = "project_symbols"
13313version = "0.1.0"
13314dependencies = [
13315 "anyhow",
13316 "editor",
13317 "futures 0.3.31",
13318 "fuzzy",
13319 "gpui",
13320 "language",
13321 "lsp",
13322 "ordered-float 2.10.1",
13323 "picker",
13324 "project",
13325 "release_channel",
13326 "semver",
13327 "serde_json",
13328 "settings",
13329 "theme",
13330 "util",
13331 "workspace",
13332]
13333
13334[[package]]
13335name = "prometheus"
13336version = "0.14.0"
13337source = "registry+https://github.com/rust-lang/crates.io-index"
13338checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13339dependencies = [
13340 "cfg-if",
13341 "fnv",
13342 "lazy_static",
13343 "memchr",
13344 "parking_lot",
13345 "protobuf",
13346 "thiserror 2.0.17",
13347]
13348
13349[[package]]
13350name = "prompt_store"
13351version = "0.1.0"
13352dependencies = [
13353 "anyhow",
13354 "assets",
13355 "chrono",
13356 "collections",
13357 "fs",
13358 "futures 0.3.31",
13359 "fuzzy",
13360 "gpui",
13361 "handlebars 4.5.0",
13362 "heed",
13363 "language",
13364 "log",
13365 "parking_lot",
13366 "paths",
13367 "rope",
13368 "serde",
13369 "strum 0.27.2",
13370 "tempfile",
13371 "text",
13372 "util",
13373 "uuid",
13374]
13375
13376[[package]]
13377name = "proptest"
13378version = "1.10.0"
13379source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13380dependencies = [
13381 "bit-set 0.8.0",
13382 "bit-vec 0.8.0",
13383 "bitflags 2.10.0",
13384 "num-traits",
13385 "proptest-macro",
13386 "rand 0.9.2",
13387 "rand_chacha 0.9.0",
13388 "rand_xorshift",
13389 "regex-syntax",
13390 "rusty-fork",
13391 "tempfile",
13392 "unarray",
13393]
13394
13395[[package]]
13396name = "proptest-derive"
13397version = "0.8.0"
13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13400dependencies = [
13401 "proc-macro2",
13402 "quote",
13403 "syn 2.0.117",
13404]
13405
13406[[package]]
13407name = "proptest-macro"
13408version = "0.5.0"
13409source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13410dependencies = [
13411 "convert_case 0.11.0",
13412 "proc-macro2",
13413 "quote",
13414 "syn 2.0.117",
13415]
13416
13417[[package]]
13418name = "prost"
13419version = "0.9.0"
13420source = "registry+https://github.com/rust-lang/crates.io-index"
13421checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13422dependencies = [
13423 "bytes 1.11.1",
13424 "prost-derive 0.9.0",
13425]
13426
13427[[package]]
13428name = "prost"
13429version = "0.12.6"
13430source = "registry+https://github.com/rust-lang/crates.io-index"
13431checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13432dependencies = [
13433 "bytes 1.11.1",
13434 "prost-derive 0.12.6",
13435]
13436
13437[[package]]
13438name = "prost-build"
13439version = "0.9.0"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13442dependencies = [
13443 "bytes 1.11.1",
13444 "heck 0.3.3",
13445 "itertools 0.10.5",
13446 "lazy_static",
13447 "log",
13448 "multimap",
13449 "petgraph",
13450 "prost 0.9.0",
13451 "prost-types 0.9.0",
13452 "regex",
13453 "tempfile",
13454 "which 4.4.2",
13455]
13456
13457[[package]]
13458name = "prost-build"
13459version = "0.12.6"
13460source = "registry+https://github.com/rust-lang/crates.io-index"
13461checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13462dependencies = [
13463 "bytes 1.11.1",
13464 "heck 0.5.0",
13465 "itertools 0.12.1",
13466 "log",
13467 "multimap",
13468 "once_cell",
13469 "petgraph",
13470 "prettyplease",
13471 "prost 0.12.6",
13472 "prost-types 0.12.6",
13473 "regex",
13474 "syn 2.0.117",
13475 "tempfile",
13476]
13477
13478[[package]]
13479name = "prost-derive"
13480version = "0.9.0"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13483dependencies = [
13484 "anyhow",
13485 "itertools 0.10.5",
13486 "proc-macro2",
13487 "quote",
13488 "syn 1.0.109",
13489]
13490
13491[[package]]
13492name = "prost-derive"
13493version = "0.12.6"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13496dependencies = [
13497 "anyhow",
13498 "itertools 0.12.1",
13499 "proc-macro2",
13500 "quote",
13501 "syn 2.0.117",
13502]
13503
13504[[package]]
13505name = "prost-types"
13506version = "0.9.0"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13509dependencies = [
13510 "bytes 1.11.1",
13511 "prost 0.9.0",
13512]
13513
13514[[package]]
13515name = "prost-types"
13516version = "0.12.6"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13519dependencies = [
13520 "prost 0.12.6",
13521]
13522
13523[[package]]
13524name = "proto"
13525version = "0.1.0"
13526dependencies = [
13527 "anyhow",
13528 "prost 0.9.0",
13529 "prost-build 0.9.0",
13530 "serde",
13531]
13532
13533[[package]]
13534name = "protobuf"
13535version = "3.7.2"
13536source = "registry+https://github.com/rust-lang/crates.io-index"
13537checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13538dependencies = [
13539 "once_cell",
13540 "protobuf-support",
13541 "thiserror 1.0.69",
13542]
13543
13544[[package]]
13545name = "protobuf-support"
13546version = "3.7.2"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13549dependencies = [
13550 "thiserror 1.0.69",
13551]
13552
13553[[package]]
13554name = "psm"
13555version = "0.1.30"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13558dependencies = [
13559 "ar_archive_writer",
13560 "cc",
13561]
13562
13563[[package]]
13564name = "ptr_meta"
13565version = "0.1.4"
13566source = "registry+https://github.com/rust-lang/crates.io-index"
13567checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13568dependencies = [
13569 "ptr_meta_derive",
13570]
13571
13572[[package]]
13573name = "ptr_meta_derive"
13574version = "0.1.4"
13575source = "registry+https://github.com/rust-lang/crates.io-index"
13576checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13577dependencies = [
13578 "proc-macro2",
13579 "quote",
13580 "syn 1.0.109",
13581]
13582
13583[[package]]
13584name = "pulldown-cmark"
13585version = "0.10.3"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13588dependencies = [
13589 "bitflags 2.10.0",
13590 "memchr",
13591 "pulldown-cmark-escape",
13592 "unicase",
13593]
13594
13595[[package]]
13596name = "pulldown-cmark"
13597version = "0.13.0"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13600dependencies = [
13601 "bitflags 2.10.0",
13602 "memchr",
13603 "unicase",
13604]
13605
13606[[package]]
13607name = "pulldown-cmark-escape"
13608version = "0.10.1"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13611
13612[[package]]
13613name = "pulley-interpreter"
13614version = "33.0.2"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13617dependencies = [
13618 "cranelift-bitset",
13619 "log",
13620 "wasmtime-math",
13621]
13622
13623[[package]]
13624name = "pulp"
13625version = "0.18.22"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13628dependencies = [
13629 "bytemuck",
13630 "libm",
13631 "num-complex",
13632 "reborrow",
13633]
13634
13635[[package]]
13636name = "pulp"
13637version = "0.21.5"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13640dependencies = [
13641 "bytemuck",
13642 "cfg-if",
13643 "libm",
13644 "num-complex",
13645 "reborrow",
13646 "version_check",
13647]
13648
13649[[package]]
13650name = "pxfm"
13651version = "0.1.25"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13654dependencies = [
13655 "num-traits",
13656]
13657
13658[[package]]
13659name = "qoi"
13660version = "0.4.1"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13663dependencies = [
13664 "bytemuck",
13665]
13666
13667[[package]]
13668name = "quick-error"
13669version = "1.2.3"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13672
13673[[package]]
13674name = "quick-error"
13675version = "2.0.1"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13678
13679[[package]]
13680name = "quick-xml"
13681version = "0.30.0"
13682source = "registry+https://github.com/rust-lang/crates.io-index"
13683checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13684dependencies = [
13685 "memchr",
13686]
13687
13688[[package]]
13689name = "quick-xml"
13690version = "0.37.5"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13693dependencies = [
13694 "memchr",
13695]
13696
13697[[package]]
13698name = "quick-xml"
13699version = "0.38.3"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13702dependencies = [
13703 "memchr",
13704]
13705
13706[[package]]
13707name = "quinn"
13708version = "0.11.9"
13709source = "registry+https://github.com/rust-lang/crates.io-index"
13710checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13711dependencies = [
13712 "bytes 1.11.1",
13713 "cfg_aliases 0.2.1",
13714 "pin-project-lite",
13715 "quinn-proto",
13716 "quinn-udp",
13717 "rustc-hash 2.1.1",
13718 "rustls 0.23.33",
13719 "socket2 0.6.1",
13720 "thiserror 2.0.17",
13721 "tokio",
13722 "tracing",
13723 "web-time",
13724]
13725
13726[[package]]
13727name = "quinn-proto"
13728version = "0.11.13"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13731dependencies = [
13732 "bytes 1.11.1",
13733 "getrandom 0.3.4",
13734 "lru-slab",
13735 "rand 0.9.2",
13736 "ring",
13737 "rustc-hash 2.1.1",
13738 "rustls 0.23.33",
13739 "rustls-pki-types",
13740 "slab",
13741 "thiserror 2.0.17",
13742 "tinyvec",
13743 "tracing",
13744 "web-time",
13745]
13746
13747[[package]]
13748name = "quinn-udp"
13749version = "0.5.14"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13752dependencies = [
13753 "cfg_aliases 0.2.1",
13754 "libc",
13755 "once_cell",
13756 "socket2 0.6.1",
13757 "tracing",
13758 "windows-sys 0.60.2",
13759]
13760
13761[[package]]
13762name = "quote"
13763version = "1.0.41"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13766dependencies = [
13767 "proc-macro2",
13768]
13769
13770[[package]]
13771name = "r-efi"
13772version = "5.3.0"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13775
13776[[package]]
13777name = "radium"
13778version = "0.7.0"
13779source = "registry+https://github.com/rust-lang/crates.io-index"
13780checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13781
13782[[package]]
13783name = "rand"
13784version = "0.3.23"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13787dependencies = [
13788 "libc",
13789 "rand 0.4.6",
13790]
13791
13792[[package]]
13793name = "rand"
13794version = "0.4.6"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13797dependencies = [
13798 "fuchsia-cprng",
13799 "libc",
13800 "rand_core 0.3.1",
13801 "rdrand",
13802 "winapi",
13803]
13804
13805[[package]]
13806name = "rand"
13807version = "0.8.5"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13810dependencies = [
13811 "libc",
13812 "rand_chacha 0.3.1",
13813 "rand_core 0.6.4",
13814]
13815
13816[[package]]
13817name = "rand"
13818version = "0.9.2"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13821dependencies = [
13822 "rand_chacha 0.9.0",
13823 "rand_core 0.9.3",
13824]
13825
13826[[package]]
13827name = "rand_chacha"
13828version = "0.3.1"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13831dependencies = [
13832 "ppv-lite86",
13833 "rand_core 0.6.4",
13834]
13835
13836[[package]]
13837name = "rand_chacha"
13838version = "0.9.0"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13841dependencies = [
13842 "ppv-lite86",
13843 "rand_core 0.9.3",
13844]
13845
13846[[package]]
13847name = "rand_core"
13848version = "0.3.1"
13849source = "registry+https://github.com/rust-lang/crates.io-index"
13850checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13851dependencies = [
13852 "rand_core 0.4.2",
13853]
13854
13855[[package]]
13856name = "rand_core"
13857version = "0.4.2"
13858source = "registry+https://github.com/rust-lang/crates.io-index"
13859checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13860
13861[[package]]
13862name = "rand_core"
13863version = "0.6.4"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13866dependencies = [
13867 "getrandom 0.2.16",
13868]
13869
13870[[package]]
13871name = "rand_core"
13872version = "0.9.3"
13873source = "registry+https://github.com/rust-lang/crates.io-index"
13874checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13875dependencies = [
13876 "getrandom 0.3.4",
13877]
13878
13879[[package]]
13880name = "rand_distr"
13881version = "0.5.1"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13884dependencies = [
13885 "num-traits",
13886 "rand 0.9.2",
13887]
13888
13889[[package]]
13890name = "rand_pcg"
13891version = "0.3.1"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13894dependencies = [
13895 "rand_core 0.6.4",
13896]
13897
13898[[package]]
13899name = "rand_xorshift"
13900version = "0.4.0"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13903dependencies = [
13904 "rand_core 0.9.3",
13905]
13906
13907[[package]]
13908name = "random_choice"
13909version = "0.3.2"
13910source = "registry+https://github.com/rust-lang/crates.io-index"
13911checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13912dependencies = [
13913 "rand 0.3.23",
13914]
13915
13916[[package]]
13917name = "range-alloc"
13918version = "0.1.4"
13919source = "registry+https://github.com/rust-lang/crates.io-index"
13920checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13921
13922[[package]]
13923name = "range-map"
13924version = "0.2.0"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13927dependencies = [
13928 "num-traits",
13929]
13930
13931[[package]]
13932name = "rangemap"
13933version = "1.7.1"
13934source = "registry+https://github.com/rust-lang/crates.io-index"
13935checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13936
13937[[package]]
13938name = "rav1e"
13939version = "0.7.1"
13940source = "registry+https://github.com/rust-lang/crates.io-index"
13941checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13942dependencies = [
13943 "arbitrary",
13944 "arg_enum_proc_macro",
13945 "arrayvec",
13946 "av1-grain",
13947 "bitstream-io",
13948 "built",
13949 "cfg-if",
13950 "interpolate_name",
13951 "itertools 0.12.1",
13952 "libc",
13953 "libfuzzer-sys",
13954 "log",
13955 "maybe-rayon",
13956 "new_debug_unreachable",
13957 "noop_proc_macro",
13958 "num-derive",
13959 "num-traits",
13960 "once_cell",
13961 "paste",
13962 "profiling",
13963 "rand 0.8.5",
13964 "rand_chacha 0.3.1",
13965 "simd_helpers",
13966 "system-deps 6.2.2",
13967 "thiserror 1.0.69",
13968 "v_frame",
13969 "wasm-bindgen",
13970]
13971
13972[[package]]
13973name = "ravif"
13974version = "0.11.20"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13977dependencies = [
13978 "avif-serialize",
13979 "imgref",
13980 "loop9",
13981 "quick-error 2.0.1",
13982 "rav1e",
13983 "rayon",
13984 "rgb",
13985]
13986
13987[[package]]
13988name = "raw-cpuid"
13989version = "10.7.0"
13990source = "registry+https://github.com/rust-lang/crates.io-index"
13991checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13992dependencies = [
13993 "bitflags 1.3.2",
13994]
13995
13996[[package]]
13997name = "raw-cpuid"
13998version = "11.6.0"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14001dependencies = [
14002 "bitflags 2.10.0",
14003]
14004
14005[[package]]
14006name = "raw-window-handle"
14007version = "0.6.2"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14010
14011[[package]]
14012name = "raw-window-metal"
14013version = "1.1.0"
14014source = "registry+https://github.com/rust-lang/crates.io-index"
14015checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14016dependencies = [
14017 "objc2",
14018 "objc2-core-foundation",
14019 "objc2-foundation",
14020 "objc2-quartz-core",
14021]
14022
14023[[package]]
14024name = "rayon"
14025version = "1.11.0"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14028dependencies = [
14029 "either",
14030 "rayon-core",
14031]
14032
14033[[package]]
14034name = "rayon-core"
14035version = "1.13.0"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14038dependencies = [
14039 "crossbeam-deque",
14040 "crossbeam-utils",
14041]
14042
14043[[package]]
14044name = "rdrand"
14045version = "0.4.0"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14048dependencies = [
14049 "rand_core 0.3.1",
14050]
14051
14052[[package]]
14053name = "read-fonts"
14054version = "0.35.0"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14057dependencies = [
14058 "bytemuck",
14059 "font-types 0.10.0",
14060]
14061
14062[[package]]
14063name = "read-fonts"
14064version = "0.37.0"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14067dependencies = [
14068 "bytemuck",
14069 "core_maths",
14070 "font-types 0.11.0",
14071]
14072
14073[[package]]
14074name = "realfft"
14075version = "3.5.0"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14078dependencies = [
14079 "rustfft",
14080]
14081
14082[[package]]
14083name = "reborrow"
14084version = "0.5.5"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14087
14088[[package]]
14089name = "recent_projects"
14090version = "0.1.0"
14091dependencies = [
14092 "anyhow",
14093 "askpass",
14094 "chrono",
14095 "db",
14096 "dev_container",
14097 "editor",
14098 "extension",
14099 "extension_host",
14100 "fs",
14101 "futures 0.3.31",
14102 "fuzzy",
14103 "gpui",
14104 "http_client",
14105 "indoc",
14106 "language",
14107 "log",
14108 "menu",
14109 "node_runtime",
14110 "open_path_prompt",
14111 "ordered-float 2.10.1",
14112 "paths",
14113 "picker",
14114 "project",
14115 "release_channel",
14116 "remote",
14117 "remote_connection",
14118 "remote_server",
14119 "semver",
14120 "serde",
14121 "serde_json",
14122 "settings",
14123 "smol",
14124 "task",
14125 "telemetry",
14126 "ui",
14127 "ui_input",
14128 "util",
14129 "windows-registry 0.6.1",
14130 "workspace",
14131 "worktree",
14132 "zed_actions",
14133]
14134
14135[[package]]
14136name = "redox_syscall"
14137version = "0.2.16"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14140dependencies = [
14141 "bitflags 1.3.2",
14142]
14143
14144[[package]]
14145name = "redox_syscall"
14146version = "0.5.18"
14147source = "registry+https://github.com/rust-lang/crates.io-index"
14148checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14149dependencies = [
14150 "bitflags 2.10.0",
14151]
14152
14153[[package]]
14154name = "redox_users"
14155version = "0.4.6"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14158dependencies = [
14159 "getrandom 0.2.16",
14160 "libredox",
14161 "thiserror 1.0.69",
14162]
14163
14164[[package]]
14165name = "redox_users"
14166version = "0.5.2"
14167source = "registry+https://github.com/rust-lang/crates.io-index"
14168checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14169dependencies = [
14170 "getrandom 0.2.16",
14171 "libredox",
14172 "thiserror 2.0.17",
14173]
14174
14175[[package]]
14176name = "ref-cast"
14177version = "1.0.25"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14180dependencies = [
14181 "ref-cast-impl",
14182]
14183
14184[[package]]
14185name = "ref-cast-impl"
14186version = "1.0.25"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14189dependencies = [
14190 "proc-macro2",
14191 "quote",
14192 "syn 2.0.117",
14193]
14194
14195[[package]]
14196name = "referencing"
14197version = "0.37.4"
14198source = "registry+https://github.com/rust-lang/crates.io-index"
14199checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14200dependencies = [
14201 "ahash 0.8.12",
14202 "fluent-uri",
14203 "getrandom 0.3.4",
14204 "hashbrown 0.16.1",
14205 "parking_lot",
14206 "percent-encoding",
14207 "serde_json",
14208]
14209
14210[[package]]
14211name = "refineable"
14212version = "0.1.0"
14213dependencies = [
14214 "derive_refineable",
14215]
14216
14217[[package]]
14218name = "regalloc2"
14219version = "0.12.2"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14222dependencies = [
14223 "allocator-api2",
14224 "bumpalo",
14225 "hashbrown 0.15.5",
14226 "log",
14227 "rustc-hash 2.1.1",
14228 "serde",
14229 "smallvec",
14230]
14231
14232[[package]]
14233name = "regex"
14234version = "1.12.2"
14235source = "registry+https://github.com/rust-lang/crates.io-index"
14236checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14237dependencies = [
14238 "aho-corasick",
14239 "memchr",
14240 "regex-automata",
14241 "regex-syntax",
14242]
14243
14244[[package]]
14245name = "regex-automata"
14246version = "0.4.13"
14247source = "registry+https://github.com/rust-lang/crates.io-index"
14248checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14249dependencies = [
14250 "aho-corasick",
14251 "memchr",
14252 "regex-syntax",
14253]
14254
14255[[package]]
14256name = "regex-lite"
14257version = "0.1.8"
14258source = "registry+https://github.com/rust-lang/crates.io-index"
14259checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14260
14261[[package]]
14262name = "regex-syntax"
14263version = "0.8.8"
14264source = "registry+https://github.com/rust-lang/crates.io-index"
14265checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14266
14267[[package]]
14268name = "release_channel"
14269version = "0.1.0"
14270dependencies = [
14271 "gpui",
14272 "semver",
14273]
14274
14275[[package]]
14276name = "remote"
14277version = "0.1.0"
14278dependencies = [
14279 "anyhow",
14280 "askpass",
14281 "async-trait",
14282 "base64 0.22.1",
14283 "collections",
14284 "fs",
14285 "futures 0.3.31",
14286 "gpui",
14287 "log",
14288 "parking_lot",
14289 "paths",
14290 "prost 0.9.0",
14291 "release_channel",
14292 "rpc",
14293 "schemars",
14294 "semver",
14295 "serde",
14296 "serde_json",
14297 "settings",
14298 "smol",
14299 "tempfile",
14300 "thiserror 2.0.17",
14301 "urlencoding",
14302 "util",
14303 "which 6.0.3",
14304]
14305
14306[[package]]
14307name = "remote_connection"
14308version = "0.1.0"
14309dependencies = [
14310 "anyhow",
14311 "askpass",
14312 "auto_update",
14313 "futures 0.3.31",
14314 "gpui",
14315 "log",
14316 "markdown",
14317 "menu",
14318 "release_channel",
14319 "remote",
14320 "semver",
14321 "settings",
14322 "theme",
14323 "ui",
14324 "ui_input",
14325 "workspace",
14326]
14327
14328[[package]]
14329name = "remote_server"
14330version = "0.1.0"
14331dependencies = [
14332 "action_log",
14333 "agent",
14334 "anyhow",
14335 "askpass",
14336 "cargo_toml",
14337 "clap",
14338 "client",
14339 "clock",
14340 "collections",
14341 "crash-handler",
14342 "crashes",
14343 "dap_adapters",
14344 "debug_adapter_extension",
14345 "editor",
14346 "env_logger 0.11.8",
14347 "extension",
14348 "extension_host",
14349 "fork",
14350 "fs",
14351 "futures 0.3.31",
14352 "git",
14353 "git2",
14354 "git_hosting_providers",
14355 "gpui",
14356 "gpui_platform",
14357 "gpui_tokio",
14358 "http_client",
14359 "image",
14360 "json_schema_store",
14361 "language",
14362 "language_extension",
14363 "language_model",
14364 "languages",
14365 "libc",
14366 "log",
14367 "lsp",
14368 "minidumper",
14369 "net",
14370 "node_runtime",
14371 "paths",
14372 "pretty_assertions",
14373 "project",
14374 "proto",
14375 "rayon",
14376 "release_channel",
14377 "remote",
14378 "reqwest_client",
14379 "rpc",
14380 "rust-embed",
14381 "semver",
14382 "serde",
14383 "serde_json",
14384 "settings",
14385 "shellexpand 2.1.2",
14386 "smol",
14387 "sysinfo 0.37.2",
14388 "task",
14389 "theme",
14390 "thiserror 2.0.17",
14391 "toml 0.8.23",
14392 "unindent",
14393 "util",
14394 "uuid",
14395 "watch",
14396 "windows 0.61.3",
14397 "worktree",
14398 "zlog",
14399]
14400
14401[[package]]
14402name = "rend"
14403version = "0.4.2"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14406dependencies = [
14407 "bytecheck",
14408]
14409
14410[[package]]
14411name = "renderdoc-sys"
14412version = "1.1.0"
14413source = "registry+https://github.com/rust-lang/crates.io-index"
14414checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14415
14416[[package]]
14417name = "repl"
14418version = "0.1.0"
14419dependencies = [
14420 "alacritty_terminal",
14421 "anyhow",
14422 "async-dispatcher",
14423 "async-task",
14424 "async-tungstenite",
14425 "base64 0.22.1",
14426 "client",
14427 "collections",
14428 "command_palette_hooks",
14429 "editor",
14430 "feature_flags",
14431 "file_icons",
14432 "futures 0.3.31",
14433 "gpui",
14434 "html_to_markdown",
14435 "http_client",
14436 "image",
14437 "indoc",
14438 "jupyter-protocol",
14439 "jupyter-websocket-client",
14440 "language",
14441 "languages",
14442 "log",
14443 "markdown",
14444 "menu",
14445 "multi_buffer",
14446 "nbformat",
14447 "picker",
14448 "project",
14449 "remote",
14450 "runtimelib",
14451 "serde",
14452 "serde_json",
14453 "settings",
14454 "shlex",
14455 "smol",
14456 "telemetry",
14457 "terminal",
14458 "terminal_view",
14459 "theme",
14460 "tree-sitter-md",
14461 "tree-sitter-python",
14462 "tree-sitter-typescript",
14463 "ui",
14464 "util",
14465 "uuid",
14466 "workspace",
14467 "zed_actions",
14468]
14469
14470[[package]]
14471name = "reqwest"
14472version = "0.11.27"
14473source = "registry+https://github.com/rust-lang/crates.io-index"
14474checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14475dependencies = [
14476 "base64 0.21.7",
14477 "bytes 1.11.1",
14478 "encoding_rs",
14479 "futures-core",
14480 "futures-util",
14481 "h2 0.3.27",
14482 "http 0.2.12",
14483 "http-body 0.4.6",
14484 "hyper 0.14.32",
14485 "hyper-tls",
14486 "ipnet",
14487 "js-sys",
14488 "log",
14489 "mime",
14490 "native-tls",
14491 "once_cell",
14492 "percent-encoding",
14493 "pin-project-lite",
14494 "rustls-pemfile 1.0.4",
14495 "serde",
14496 "serde_json",
14497 "serde_urlencoded",
14498 "sync_wrapper 0.1.2",
14499 "system-configuration 0.5.1",
14500 "tokio",
14501 "tokio-native-tls",
14502 "tower-service",
14503 "url",
14504 "wasm-bindgen",
14505 "wasm-bindgen-futures",
14506 "web-sys",
14507 "winreg 0.50.0",
14508]
14509
14510[[package]]
14511name = "reqwest"
14512version = "0.12.24"
14513source = "registry+https://github.com/rust-lang/crates.io-index"
14514checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14515dependencies = [
14516 "base64 0.22.1",
14517 "bytes 1.11.1",
14518 "futures-channel",
14519 "futures-core",
14520 "futures-util",
14521 "http 1.3.1",
14522 "http-body 1.0.1",
14523 "http-body-util",
14524 "hyper 1.7.0",
14525 "hyper-rustls 0.27.7",
14526 "hyper-util",
14527 "js-sys",
14528 "log",
14529 "percent-encoding",
14530 "pin-project-lite",
14531 "quinn",
14532 "rustls 0.23.33",
14533 "rustls-native-certs 0.8.2",
14534 "rustls-pki-types",
14535 "serde",
14536 "serde_json",
14537 "serde_urlencoded",
14538 "sync_wrapper 1.0.2",
14539 "tokio",
14540 "tokio-rustls 0.26.2",
14541 "tower 0.5.2",
14542 "tower-http 0.6.6",
14543 "tower-service",
14544 "url",
14545 "wasm-bindgen",
14546 "wasm-bindgen-futures",
14547 "web-sys",
14548]
14549
14550[[package]]
14551name = "reqwest_client"
14552version = "0.1.0"
14553dependencies = [
14554 "anyhow",
14555 "bytes 1.11.1",
14556 "futures 0.3.31",
14557 "gpui_util",
14558 "http_client",
14559 "http_client_tls",
14560 "log",
14561 "regex",
14562 "serde",
14563 "tokio",
14564 "zed-reqwest",
14565]
14566
14567[[package]]
14568name = "resvg"
14569version = "0.45.1"
14570source = "registry+https://github.com/rust-lang/crates.io-index"
14571checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14572dependencies = [
14573 "log",
14574 "pico-args",
14575 "rgb",
14576 "svgtypes",
14577 "tiny-skia",
14578 "usvg",
14579]
14580
14581[[package]]
14582name = "rfc6979"
14583version = "0.3.1"
14584source = "registry+https://github.com/rust-lang/crates.io-index"
14585checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14586dependencies = [
14587 "crypto-bigint 0.4.9",
14588 "hmac",
14589 "zeroize",
14590]
14591
14592[[package]]
14593name = "rgb"
14594version = "0.8.52"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14597dependencies = [
14598 "bytemuck",
14599]
14600
14601[[package]]
14602name = "ring"
14603version = "0.17.14"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14606dependencies = [
14607 "cc",
14608 "cfg-if",
14609 "getrandom 0.2.16",
14610 "libc",
14611 "untrusted 0.9.0",
14612 "windows-sys 0.52.0",
14613]
14614
14615[[package]]
14616name = "rkyv"
14617version = "0.7.45"
14618source = "registry+https://github.com/rust-lang/crates.io-index"
14619checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14620dependencies = [
14621 "bitvec",
14622 "bytecheck",
14623 "bytes 1.11.1",
14624 "hashbrown 0.12.3",
14625 "ptr_meta",
14626 "rend",
14627 "rkyv_derive",
14628 "seahash",
14629 "tinyvec",
14630 "uuid",
14631]
14632
14633[[package]]
14634name = "rkyv_derive"
14635version = "0.7.45"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14638dependencies = [
14639 "proc-macro2",
14640 "quote",
14641 "syn 1.0.109",
14642]
14643
14644[[package]]
14645name = "rmp"
14646version = "0.8.14"
14647source = "registry+https://github.com/rust-lang/crates.io-index"
14648checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14649dependencies = [
14650 "byteorder",
14651 "num-traits",
14652 "paste",
14653]
14654
14655[[package]]
14656name = "rmpv"
14657version = "1.3.0"
14658source = "registry+https://github.com/rust-lang/crates.io-index"
14659checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14660dependencies = [
14661 "num-traits",
14662 "rmp",
14663]
14664
14665[[package]]
14666name = "rodio"
14667version = "0.21.1"
14668source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14669dependencies = [
14670 "cpal",
14671 "dasp_sample",
14672 "hound",
14673 "num-rational",
14674 "rand 0.9.2",
14675 "rand_distr",
14676 "rtrb",
14677 "symphonia",
14678 "thiserror 2.0.17",
14679]
14680
14681[[package]]
14682name = "rope"
14683version = "0.1.0"
14684dependencies = [
14685 "criterion",
14686 "ctor",
14687 "gpui",
14688 "heapless",
14689 "log",
14690 "rand 0.9.2",
14691 "rayon",
14692 "sum_tree",
14693 "tracing",
14694 "unicode-segmentation",
14695 "util",
14696 "zlog",
14697 "ztracing",
14698]
14699
14700[[package]]
14701name = "roxmltree"
14702version = "0.20.0"
14703source = "registry+https://github.com/rust-lang/crates.io-index"
14704checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14705
14706[[package]]
14707name = "rpassword"
14708version = "7.4.0"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14711dependencies = [
14712 "libc",
14713 "rtoolbox",
14714 "windows-sys 0.59.0",
14715]
14716
14717[[package]]
14718name = "rpc"
14719version = "0.1.0"
14720dependencies = [
14721 "anyhow",
14722 "async-tungstenite",
14723 "base64 0.22.1",
14724 "collections",
14725 "futures 0.3.31",
14726 "gpui",
14727 "parking_lot",
14728 "proto",
14729 "rand 0.9.2",
14730 "rsa",
14731 "serde",
14732 "serde_json",
14733 "sha2",
14734 "strum 0.27.2",
14735 "tracing",
14736 "util",
14737 "zlog",
14738 "zstd",
14739]
14740
14741[[package]]
14742name = "rsa"
14743version = "0.9.10"
14744source = "registry+https://github.com/rust-lang/crates.io-index"
14745checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14746dependencies = [
14747 "const-oid",
14748 "digest",
14749 "num-bigint-dig 0.8.6",
14750 "num-integer",
14751 "num-traits",
14752 "pkcs1",
14753 "pkcs8 0.10.2",
14754 "rand_core 0.6.4",
14755 "signature 2.2.0",
14756 "spki 0.7.3",
14757 "subtle",
14758 "zeroize",
14759]
14760
14761[[package]]
14762name = "rtoolbox"
14763version = "0.0.3"
14764source = "registry+https://github.com/rust-lang/crates.io-index"
14765checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14766dependencies = [
14767 "libc",
14768 "windows-sys 0.52.0",
14769]
14770
14771[[package]]
14772name = "rtrb"
14773version = "0.3.2"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14776
14777[[package]]
14778name = "rules_library"
14779version = "0.1.0"
14780dependencies = [
14781 "anyhow",
14782 "collections",
14783 "editor",
14784 "gpui",
14785 "language",
14786 "language_model",
14787 "log",
14788 "menu",
14789 "picker",
14790 "platform_title_bar",
14791 "prompt_store",
14792 "release_channel",
14793 "rope",
14794 "serde",
14795 "settings",
14796 "theme",
14797 "ui",
14798 "ui_input",
14799 "util",
14800 "workspace",
14801 "zed_actions",
14802]
14803
14804[[package]]
14805name = "runtimelib"
14806version = "1.4.0"
14807source = "registry+https://github.com/rust-lang/crates.io-index"
14808checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14809dependencies = [
14810 "async-dispatcher",
14811 "async-std",
14812 "aws-lc-rs",
14813 "base64 0.22.1",
14814 "bytes 1.11.1",
14815 "chrono",
14816 "data-encoding",
14817 "dirs 6.0.0",
14818 "futures 0.3.31",
14819 "glob",
14820 "jupyter-protocol",
14821 "serde",
14822 "serde_json",
14823 "shellexpand 3.1.1",
14824 "smol",
14825 "thiserror 2.0.17",
14826 "uuid",
14827 "zeromq",
14828]
14829
14830[[package]]
14831name = "rust-embed"
14832version = "8.7.2"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14835dependencies = [
14836 "rust-embed-impl",
14837 "rust-embed-utils",
14838 "walkdir",
14839]
14840
14841[[package]]
14842name = "rust-embed-impl"
14843version = "8.7.2"
14844source = "registry+https://github.com/rust-lang/crates.io-index"
14845checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14846dependencies = [
14847 "proc-macro2",
14848 "quote",
14849 "rust-embed-utils",
14850 "syn 2.0.117",
14851 "walkdir",
14852]
14853
14854[[package]]
14855name = "rust-embed-utils"
14856version = "8.7.2"
14857source = "registry+https://github.com/rust-lang/crates.io-index"
14858checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14859dependencies = [
14860 "globset",
14861 "sha2",
14862 "walkdir",
14863]
14864
14865[[package]]
14866name = "rust_decimal"
14867version = "1.39.0"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14870dependencies = [
14871 "arrayvec",
14872 "borsh",
14873 "bytes 1.11.1",
14874 "num-traits",
14875 "rand 0.8.5",
14876 "rkyv",
14877 "serde",
14878 "serde_json",
14879]
14880
14881[[package]]
14882name = "rustc-demangle"
14883version = "0.1.26"
14884source = "registry+https://github.com/rust-lang/crates.io-index"
14885checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14886
14887[[package]]
14888name = "rustc-hash"
14889version = "1.1.0"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14892
14893[[package]]
14894name = "rustc-hash"
14895version = "2.1.1"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14898
14899[[package]]
14900name = "rustc_version"
14901version = "0.4.1"
14902source = "registry+https://github.com/rust-lang/crates.io-index"
14903checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14904dependencies = [
14905 "semver",
14906]
14907
14908[[package]]
14909name = "rustfft"
14910version = "6.4.1"
14911source = "registry+https://github.com/rust-lang/crates.io-index"
14912checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14913dependencies = [
14914 "num-complex",
14915 "num-integer",
14916 "num-traits",
14917 "primal-check",
14918 "strength_reduce",
14919 "transpose",
14920]
14921
14922[[package]]
14923name = "rustix"
14924version = "0.38.44"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14927dependencies = [
14928 "bitflags 2.10.0",
14929 "errno 0.3.14",
14930 "libc",
14931 "linux-raw-sys 0.4.15",
14932 "windows-sys 0.59.0",
14933]
14934
14935[[package]]
14936name = "rustix"
14937version = "1.1.2"
14938source = "registry+https://github.com/rust-lang/crates.io-index"
14939checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14940dependencies = [
14941 "bitflags 2.10.0",
14942 "errno 0.3.14",
14943 "libc",
14944 "linux-raw-sys 0.11.0",
14945 "windows-sys 0.61.2",
14946]
14947
14948[[package]]
14949name = "rustix-linux-procfs"
14950version = "0.1.1"
14951source = "registry+https://github.com/rust-lang/crates.io-index"
14952checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14953dependencies = [
14954 "once_cell",
14955 "rustix 1.1.2",
14956]
14957
14958[[package]]
14959name = "rustix-openpty"
14960version = "0.2.0"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14963dependencies = [
14964 "errno 0.3.14",
14965 "libc",
14966 "rustix 1.1.2",
14967]
14968
14969[[package]]
14970name = "rustls"
14971version = "0.21.12"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14974dependencies = [
14975 "log",
14976 "ring",
14977 "rustls-webpki 0.101.7",
14978 "sct",
14979]
14980
14981[[package]]
14982name = "rustls"
14983version = "0.23.33"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14986dependencies = [
14987 "aws-lc-rs",
14988 "log",
14989 "once_cell",
14990 "ring",
14991 "rustls-pki-types",
14992 "rustls-webpki 0.103.7",
14993 "subtle",
14994 "zeroize",
14995]
14996
14997[[package]]
14998name = "rustls-native-certs"
14999version = "0.6.3"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15002dependencies = [
15003 "openssl-probe",
15004 "rustls-pemfile 1.0.4",
15005 "schannel",
15006 "security-framework 2.11.1",
15007]
15008
15009[[package]]
15010name = "rustls-native-certs"
15011version = "0.8.2"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15014dependencies = [
15015 "openssl-probe",
15016 "rustls-pki-types",
15017 "schannel",
15018 "security-framework 3.5.1",
15019]
15020
15021[[package]]
15022name = "rustls-pemfile"
15023version = "1.0.4"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15026dependencies = [
15027 "base64 0.21.7",
15028]
15029
15030[[package]]
15031name = "rustls-pemfile"
15032version = "2.2.0"
15033source = "registry+https://github.com/rust-lang/crates.io-index"
15034checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15035dependencies = [
15036 "rustls-pki-types",
15037]
15038
15039[[package]]
15040name = "rustls-pki-types"
15041version = "1.12.0"
15042source = "registry+https://github.com/rust-lang/crates.io-index"
15043checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15044dependencies = [
15045 "web-time",
15046 "zeroize",
15047]
15048
15049[[package]]
15050name = "rustls-platform-verifier"
15051version = "0.5.3"
15052source = "registry+https://github.com/rust-lang/crates.io-index"
15053checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15054dependencies = [
15055 "core-foundation 0.10.0",
15056 "core-foundation-sys",
15057 "jni",
15058 "log",
15059 "once_cell",
15060 "rustls 0.23.33",
15061 "rustls-native-certs 0.8.2",
15062 "rustls-platform-verifier-android",
15063 "rustls-webpki 0.103.7",
15064 "security-framework 3.5.1",
15065 "security-framework-sys",
15066 "webpki-root-certs",
15067 "windows-sys 0.59.0",
15068]
15069
15070[[package]]
15071name = "rustls-platform-verifier-android"
15072version = "0.1.1"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15075
15076[[package]]
15077name = "rustls-webpki"
15078version = "0.101.7"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15081dependencies = [
15082 "ring",
15083 "untrusted 0.9.0",
15084]
15085
15086[[package]]
15087name = "rustls-webpki"
15088version = "0.103.7"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15091dependencies = [
15092 "aws-lc-rs",
15093 "ring",
15094 "rustls-pki-types",
15095 "untrusted 0.9.0",
15096]
15097
15098[[package]]
15099name = "rustversion"
15100version = "1.0.22"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15103
15104[[package]]
15105name = "rusty-fork"
15106version = "0.3.1"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15109dependencies = [
15110 "fnv",
15111 "quick-error 1.2.3",
15112 "tempfile",
15113 "wait-timeout",
15114]
15115
15116[[package]]
15117name = "rustybuzz"
15118version = "0.20.1"
15119source = "registry+https://github.com/rust-lang/crates.io-index"
15120checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15121dependencies = [
15122 "bitflags 2.10.0",
15123 "bytemuck",
15124 "core_maths",
15125 "log",
15126 "smallvec",
15127 "ttf-parser 0.25.1",
15128 "unicode-bidi-mirroring",
15129 "unicode-ccc",
15130 "unicode-properties",
15131 "unicode-script",
15132]
15133
15134[[package]]
15135name = "ryu"
15136version = "1.0.20"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15139
15140[[package]]
15141name = "saa"
15142version = "5.4.9"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15145
15146[[package]]
15147name = "safetensors"
15148version = "0.4.5"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15151dependencies = [
15152 "serde",
15153 "serde_json",
15154]
15155
15156[[package]]
15157name = "same-file"
15158version = "1.0.6"
15159source = "registry+https://github.com/rust-lang/crates.io-index"
15160checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15161dependencies = [
15162 "winapi-util",
15163]
15164
15165[[package]]
15166name = "scc"
15167version = "3.5.6"
15168source = "registry+https://github.com/rust-lang/crates.io-index"
15169checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15170dependencies = [
15171 "saa",
15172 "sdd",
15173]
15174
15175[[package]]
15176name = "schannel"
15177version = "0.1.28"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15180dependencies = [
15181 "windows-sys 0.61.2",
15182]
15183
15184[[package]]
15185name = "scheduler"
15186version = "0.1.0"
15187dependencies = [
15188 "async-task",
15189 "backtrace",
15190 "chrono",
15191 "flume",
15192 "futures 0.3.31",
15193 "parking_lot",
15194 "rand 0.9.2",
15195 "web-time",
15196]
15197
15198[[package]]
15199name = "schema_generator"
15200version = "0.1.0"
15201dependencies = [
15202 "anyhow",
15203 "clap",
15204 "env_logger 0.11.8",
15205 "schemars",
15206 "serde",
15207 "serde_json",
15208 "settings",
15209 "theme",
15210]
15211
15212[[package]]
15213name = "schemars"
15214version = "1.0.4"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15217dependencies = [
15218 "dyn-clone",
15219 "indexmap",
15220 "ref-cast",
15221 "schemars_derive",
15222 "serde",
15223 "serde_json",
15224]
15225
15226[[package]]
15227name = "schemars_derive"
15228version = "1.0.4"
15229source = "registry+https://github.com/rust-lang/crates.io-index"
15230checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15231dependencies = [
15232 "proc-macro2",
15233 "quote",
15234 "serde_derive_internals",
15235 "syn 2.0.117",
15236]
15237
15238[[package]]
15239name = "scoped-tls"
15240version = "1.0.1"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15243
15244[[package]]
15245name = "scopeguard"
15246version = "1.2.0"
15247source = "registry+https://github.com/rust-lang/crates.io-index"
15248checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15249
15250[[package]]
15251name = "scratch"
15252version = "1.0.9"
15253source = "registry+https://github.com/rust-lang/crates.io-index"
15254checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15255
15256[[package]]
15257name = "screencapturekit"
15258version = "0.2.8"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15261dependencies = [
15262 "screencapturekit-sys",
15263]
15264
15265[[package]]
15266name = "screencapturekit-sys"
15267version = "0.2.8"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15270dependencies = [
15271 "block",
15272 "dispatch",
15273 "objc",
15274 "objc-foundation",
15275 "objc_id",
15276 "once_cell",
15277]
15278
15279[[package]]
15280name = "scroll"
15281version = "0.12.0"
15282source = "registry+https://github.com/rust-lang/crates.io-index"
15283checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15284dependencies = [
15285 "scroll_derive",
15286]
15287
15288[[package]]
15289name = "scroll_derive"
15290version = "0.12.1"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15293dependencies = [
15294 "proc-macro2",
15295 "quote",
15296 "syn 2.0.117",
15297]
15298
15299[[package]]
15300name = "sct"
15301version = "0.7.1"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15304dependencies = [
15305 "ring",
15306 "untrusted 0.9.0",
15307]
15308
15309[[package]]
15310name = "sdd"
15311version = "4.6.2"
15312source = "registry+https://github.com/rust-lang/crates.io-index"
15313checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15314
15315[[package]]
15316name = "sea-bae"
15317version = "0.2.1"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15320dependencies = [
15321 "heck 0.4.1",
15322 "proc-macro-error2",
15323 "proc-macro2",
15324 "quote",
15325 "syn 2.0.117",
15326]
15327
15328[[package]]
15329name = "sea-orm"
15330version = "1.1.10"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15333dependencies = [
15334 "async-stream",
15335 "async-trait",
15336 "bigdecimal",
15337 "chrono",
15338 "futures-util",
15339 "log",
15340 "ouroboros",
15341 "pgvector",
15342 "rust_decimal",
15343 "sea-orm-macros",
15344 "sea-query",
15345 "sea-query-binder",
15346 "serde",
15347 "serde_json",
15348 "sqlx",
15349 "strum 0.26.3",
15350 "thiserror 2.0.17",
15351 "time",
15352 "tracing",
15353 "url",
15354 "uuid",
15355]
15356
15357[[package]]
15358name = "sea-orm-macros"
15359version = "1.1.10"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15362dependencies = [
15363 "heck 0.4.1",
15364 "proc-macro2",
15365 "quote",
15366 "sea-bae",
15367 "syn 2.0.117",
15368 "unicode-ident",
15369]
15370
15371[[package]]
15372name = "sea-query"
15373version = "0.32.7"
15374source = "registry+https://github.com/rust-lang/crates.io-index"
15375checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15376dependencies = [
15377 "bigdecimal",
15378 "chrono",
15379 "inherent",
15380 "ordered-float 4.6.0",
15381 "rust_decimal",
15382 "serde_json",
15383 "time",
15384 "uuid",
15385]
15386
15387[[package]]
15388name = "sea-query-binder"
15389version = "0.7.0"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15392dependencies = [
15393 "bigdecimal",
15394 "chrono",
15395 "rust_decimal",
15396 "sea-query",
15397 "serde_json",
15398 "sqlx",
15399 "time",
15400 "uuid",
15401]
15402
15403[[package]]
15404name = "seahash"
15405version = "4.1.0"
15406source = "registry+https://github.com/rust-lang/crates.io-index"
15407checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15408
15409[[package]]
15410name = "search"
15411version = "0.1.0"
15412dependencies = [
15413 "any_vec",
15414 "anyhow",
15415 "bitflags 2.10.0",
15416 "collections",
15417 "editor",
15418 "fs",
15419 "futures 0.3.31",
15420 "gpui",
15421 "itertools 0.14.0",
15422 "language",
15423 "lsp",
15424 "menu",
15425 "multi_buffer",
15426 "pretty_assertions",
15427 "project",
15428 "serde",
15429 "serde_json",
15430 "settings",
15431 "smol",
15432 "theme",
15433 "tracing",
15434 "ui",
15435 "unindent",
15436 "util",
15437 "util_macros",
15438 "workspace",
15439 "zed_actions",
15440 "ztracing",
15441]
15442
15443[[package]]
15444name = "sec1"
15445version = "0.3.0"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15448dependencies = [
15449 "base16ct",
15450 "der 0.6.1",
15451 "generic-array",
15452 "pkcs8 0.9.0",
15453 "subtle",
15454 "zeroize",
15455]
15456
15457[[package]]
15458name = "security-framework"
15459version = "2.11.1"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15462dependencies = [
15463 "bitflags 2.10.0",
15464 "core-foundation 0.9.4",
15465 "core-foundation-sys",
15466 "libc",
15467 "security-framework-sys",
15468]
15469
15470[[package]]
15471name = "security-framework"
15472version = "3.5.1"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15475dependencies = [
15476 "bitflags 2.10.0",
15477 "core-foundation 0.10.0",
15478 "core-foundation-sys",
15479 "libc",
15480 "security-framework-sys",
15481]
15482
15483[[package]]
15484name = "security-framework-sys"
15485version = "2.15.0"
15486source = "registry+https://github.com/rust-lang/crates.io-index"
15487checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15488dependencies = [
15489 "core-foundation-sys",
15490 "libc",
15491]
15492
15493[[package]]
15494name = "self_cell"
15495version = "1.2.2"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15498
15499[[package]]
15500name = "semver"
15501version = "1.0.27"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15504dependencies = [
15505 "serde",
15506 "serde_core",
15507]
15508
15509[[package]]
15510name = "seq-macro"
15511version = "0.3.6"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15514
15515[[package]]
15516name = "serde"
15517version = "1.0.228"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15520dependencies = [
15521 "serde_core",
15522 "serde_derive",
15523]
15524
15525[[package]]
15526name = "serde_bytes"
15527version = "0.11.19"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15530dependencies = [
15531 "serde",
15532 "serde_core",
15533]
15534
15535[[package]]
15536name = "serde_core"
15537version = "1.0.228"
15538source = "registry+https://github.com/rust-lang/crates.io-index"
15539checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15540dependencies = [
15541 "serde_derive",
15542]
15543
15544[[package]]
15545name = "serde_derive"
15546version = "1.0.228"
15547source = "registry+https://github.com/rust-lang/crates.io-index"
15548checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15549dependencies = [
15550 "proc-macro2",
15551 "quote",
15552 "syn 2.0.117",
15553]
15554
15555[[package]]
15556name = "serde_derive_internals"
15557version = "0.29.1"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15560dependencies = [
15561 "proc-macro2",
15562 "quote",
15563 "syn 2.0.117",
15564]
15565
15566[[package]]
15567name = "serde_fmt"
15568version = "1.0.3"
15569source = "registry+https://github.com/rust-lang/crates.io-index"
15570checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15571dependencies = [
15572 "serde",
15573]
15574
15575[[package]]
15576name = "serde_json"
15577version = "1.0.145"
15578source = "registry+https://github.com/rust-lang/crates.io-index"
15579checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15580dependencies = [
15581 "indexmap",
15582 "itoa",
15583 "memchr",
15584 "ryu",
15585 "serde",
15586 "serde_core",
15587]
15588
15589[[package]]
15590name = "serde_json_lenient"
15591version = "0.2.4"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15594dependencies = [
15595 "indexmap",
15596 "itoa",
15597 "memchr",
15598 "ryu",
15599 "serde",
15600]
15601
15602[[package]]
15603name = "serde_path_to_error"
15604version = "0.1.20"
15605source = "registry+https://github.com/rust-lang/crates.io-index"
15606checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15607dependencies = [
15608 "itoa",
15609 "serde",
15610 "serde_core",
15611]
15612
15613[[package]]
15614name = "serde_repr"
15615version = "0.1.20"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15618dependencies = [
15619 "proc-macro2",
15620 "quote",
15621 "syn 2.0.117",
15622]
15623
15624[[package]]
15625name = "serde_spanned"
15626version = "0.6.9"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15629dependencies = [
15630 "serde",
15631]
15632
15633[[package]]
15634name = "serde_spanned"
15635version = "1.0.3"
15636source = "registry+https://github.com/rust-lang/crates.io-index"
15637checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15638dependencies = [
15639 "serde_core",
15640]
15641
15642[[package]]
15643name = "serde_urlencoded"
15644version = "0.7.1"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15647dependencies = [
15648 "form_urlencoded",
15649 "itoa",
15650 "ryu",
15651 "serde",
15652]
15653
15654[[package]]
15655name = "serde_yaml"
15656version = "0.9.34+deprecated"
15657source = "registry+https://github.com/rust-lang/crates.io-index"
15658checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15659dependencies = [
15660 "indexmap",
15661 "itoa",
15662 "ryu",
15663 "serde",
15664 "unsafe-libyaml",
15665]
15666
15667[[package]]
15668name = "serial2"
15669version = "0.2.33"
15670source = "registry+https://github.com/rust-lang/crates.io-index"
15671checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15672dependencies = [
15673 "cfg-if",
15674 "libc",
15675 "winapi",
15676]
15677
15678[[package]]
15679name = "session"
15680version = "0.1.0"
15681dependencies = [
15682 "db",
15683 "gpui",
15684 "serde_json",
15685 "util",
15686 "uuid",
15687]
15688
15689[[package]]
15690name = "settings"
15691version = "0.1.0"
15692dependencies = [
15693 "anyhow",
15694 "collections",
15695 "ec4rs",
15696 "fs",
15697 "futures 0.3.31",
15698 "gpui",
15699 "indoc",
15700 "inventory",
15701 "log",
15702 "migrator",
15703 "paths",
15704 "pretty_assertions",
15705 "release_channel",
15706 "rust-embed",
15707 "schemars",
15708 "serde",
15709 "serde_json",
15710 "serde_json_lenient",
15711 "settings_content",
15712 "settings_json",
15713 "settings_macros",
15714 "smallvec",
15715 "unindent",
15716 "util",
15717 "zlog",
15718]
15719
15720[[package]]
15721name = "settings_content"
15722version = "0.1.0"
15723dependencies = [
15724 "anyhow",
15725 "collections",
15726 "derive_more",
15727 "gpui",
15728 "log",
15729 "schemars",
15730 "serde",
15731 "serde_json",
15732 "serde_json_lenient",
15733 "settings_json",
15734 "settings_macros",
15735 "strum 0.27.2",
15736 "util",
15737]
15738
15739[[package]]
15740name = "settings_json"
15741version = "0.1.0"
15742dependencies = [
15743 "anyhow",
15744 "pretty_assertions",
15745 "serde",
15746 "serde_json",
15747 "serde_json_lenient",
15748 "serde_path_to_error",
15749 "tree-sitter",
15750 "tree-sitter-json",
15751 "unindent",
15752 "util",
15753]
15754
15755[[package]]
15756name = "settings_macros"
15757version = "0.1.0"
15758dependencies = [
15759 "quote",
15760 "settings",
15761 "syn 2.0.117",
15762]
15763
15764[[package]]
15765name = "settings_profile_selector"
15766version = "0.1.0"
15767dependencies = [
15768 "editor",
15769 "fuzzy",
15770 "gpui",
15771 "menu",
15772 "picker",
15773 "project",
15774 "serde_json",
15775 "settings",
15776 "theme",
15777 "ui",
15778 "workspace",
15779 "zed_actions",
15780]
15781
15782[[package]]
15783name = "settings_ui"
15784version = "0.1.0"
15785dependencies = [
15786 "agent",
15787 "agent_settings",
15788 "anyhow",
15789 "audio",
15790 "codestral",
15791 "component",
15792 "copilot",
15793 "copilot_ui",
15794 "cpal",
15795 "edit_prediction",
15796 "edit_prediction_ui",
15797 "editor",
15798 "feature_flags",
15799 "fs",
15800 "futures 0.3.31",
15801 "fuzzy",
15802 "gpui",
15803 "heck 0.5.0",
15804 "itertools 0.14.0",
15805 "language",
15806 "log",
15807 "menu",
15808 "paths",
15809 "picker",
15810 "platform_title_bar",
15811 "pretty_assertions",
15812 "project",
15813 "regex",
15814 "release_channel",
15815 "rodio",
15816 "schemars",
15817 "search",
15818 "serde",
15819 "serde_json",
15820 "settings",
15821 "shell_command_parser",
15822 "strum 0.27.2",
15823 "telemetry",
15824 "theme",
15825 "title_bar",
15826 "ui",
15827 "util",
15828 "workspace",
15829 "zed_actions",
15830]
15831
15832[[package]]
15833name = "sha-1"
15834version = "0.10.1"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15837dependencies = [
15838 "cfg-if",
15839 "cpufeatures",
15840 "digest",
15841]
15842
15843[[package]]
15844name = "sha1"
15845version = "0.10.6"
15846source = "registry+https://github.com/rust-lang/crates.io-index"
15847checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15848dependencies = [
15849 "cfg-if",
15850 "cpufeatures",
15851 "digest",
15852]
15853
15854[[package]]
15855name = "sha1_smol"
15856version = "1.0.1"
15857source = "registry+https://github.com/rust-lang/crates.io-index"
15858checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15859
15860[[package]]
15861name = "sha2"
15862version = "0.10.9"
15863source = "registry+https://github.com/rust-lang/crates.io-index"
15864checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15865dependencies = [
15866 "cfg-if",
15867 "cpufeatures",
15868 "digest",
15869]
15870
15871[[package]]
15872name = "sharded-slab"
15873version = "0.1.7"
15874source = "registry+https://github.com/rust-lang/crates.io-index"
15875checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15876dependencies = [
15877 "lazy_static",
15878]
15879
15880[[package]]
15881name = "shared_library"
15882version = "0.1.9"
15883source = "registry+https://github.com/rust-lang/crates.io-index"
15884checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15885dependencies = [
15886 "lazy_static",
15887 "libc",
15888]
15889
15890[[package]]
15891name = "shell-words"
15892version = "1.1.0"
15893source = "registry+https://github.com/rust-lang/crates.io-index"
15894checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15895
15896[[package]]
15897name = "shell_command_parser"
15898version = "0.1.0"
15899dependencies = [
15900 "brush-parser",
15901]
15902
15903[[package]]
15904name = "shellexpand"
15905version = "2.1.2"
15906source = "registry+https://github.com/rust-lang/crates.io-index"
15907checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15908dependencies = [
15909 "dirs 4.0.0",
15910]
15911
15912[[package]]
15913name = "shellexpand"
15914version = "3.1.1"
15915source = "registry+https://github.com/rust-lang/crates.io-index"
15916checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15917dependencies = [
15918 "dirs 6.0.0",
15919]
15920
15921[[package]]
15922name = "shingles"
15923version = "0.1.1"
15924source = "registry+https://github.com/rust-lang/crates.io-index"
15925checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15926
15927[[package]]
15928name = "shlex"
15929version = "1.3.0"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15932
15933[[package]]
15934name = "sidebar"
15935version = "0.1.0"
15936dependencies = [
15937 "acp_thread",
15938 "action_log",
15939 "agent",
15940 "agent-client-protocol",
15941 "agent_ui",
15942 "anyhow",
15943 "assistant_text_thread",
15944 "chrono",
15945 "editor",
15946 "feature_flags",
15947 "fs",
15948 "git",
15949 "gpui",
15950 "language_model",
15951 "menu",
15952 "pretty_assertions",
15953 "project",
15954 "prompt_store",
15955 "recent_projects",
15956 "serde_json",
15957 "settings",
15958 "theme",
15959 "ui",
15960 "util",
15961 "vim_mode_setting",
15962 "workspace",
15963 "zed_actions",
15964]
15965
15966[[package]]
15967name = "signal-hook"
15968version = "0.3.18"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15971dependencies = [
15972 "libc",
15973 "signal-hook-registry",
15974]
15975
15976[[package]]
15977name = "signal-hook-registry"
15978version = "1.4.6"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15981dependencies = [
15982 "libc",
15983]
15984
15985[[package]]
15986name = "signature"
15987version = "1.6.4"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15990dependencies = [
15991 "digest",
15992 "rand_core 0.6.4",
15993]
15994
15995[[package]]
15996name = "signature"
15997version = "2.2.0"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16000dependencies = [
16001 "digest",
16002 "rand_core 0.6.4",
16003]
16004
16005[[package]]
16006name = "simd-adler32"
16007version = "0.3.7"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16010
16011[[package]]
16012name = "simd_helpers"
16013version = "0.1.0"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16016dependencies = [
16017 "quote",
16018]
16019
16020[[package]]
16021name = "simdutf8"
16022version = "0.1.5"
16023source = "registry+https://github.com/rust-lang/crates.io-index"
16024checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16025
16026[[package]]
16027name = "similar"
16028version = "2.7.0"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16031
16032[[package]]
16033name = "simple_asn1"
16034version = "0.6.3"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16037dependencies = [
16038 "num-bigint",
16039 "num-traits",
16040 "thiserror 2.0.17",
16041 "time",
16042]
16043
16044[[package]]
16045name = "simplecss"
16046version = "0.2.2"
16047source = "registry+https://github.com/rust-lang/crates.io-index"
16048checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16049dependencies = [
16050 "log",
16051]
16052
16053[[package]]
16054name = "simplelog"
16055version = "0.12.2"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16058dependencies = [
16059 "log",
16060 "termcolor",
16061 "time",
16062]
16063
16064[[package]]
16065name = "siphasher"
16066version = "0.3.11"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16069
16070[[package]]
16071name = "siphasher"
16072version = "1.0.1"
16073source = "registry+https://github.com/rust-lang/crates.io-index"
16074checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16075
16076[[package]]
16077name = "skrifa"
16078version = "0.37.0"
16079source = "registry+https://github.com/rust-lang/crates.io-index"
16080checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16081dependencies = [
16082 "bytemuck",
16083 "read-fonts 0.35.0",
16084]
16085
16086[[package]]
16087name = "skrifa"
16088version = "0.40.0"
16089source = "registry+https://github.com/rust-lang/crates.io-index"
16090checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16091dependencies = [
16092 "bytemuck",
16093 "read-fonts 0.37.0",
16094]
16095
16096[[package]]
16097name = "slab"
16098version = "0.4.11"
16099source = "registry+https://github.com/rust-lang/crates.io-index"
16100checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16101
16102[[package]]
16103name = "slash_commands_example"
16104version = "0.1.0"
16105dependencies = [
16106 "zed_extension_api 0.1.0",
16107]
16108
16109[[package]]
16110name = "slotmap"
16111version = "1.0.7"
16112source = "registry+https://github.com/rust-lang/crates.io-index"
16113checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16114dependencies = [
16115 "version_check",
16116]
16117
16118[[package]]
16119name = "smallvec"
16120version = "1.15.1"
16121source = "registry+https://github.com/rust-lang/crates.io-index"
16122checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16123dependencies = [
16124 "serde",
16125]
16126
16127[[package]]
16128name = "smart-default"
16129version = "0.7.1"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16132dependencies = [
16133 "proc-macro2",
16134 "quote",
16135 "syn 2.0.117",
16136]
16137
16138[[package]]
16139name = "smol"
16140version = "2.0.2"
16141source = "registry+https://github.com/rust-lang/crates.io-index"
16142checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16143dependencies = [
16144 "async-channel 2.5.0",
16145 "async-executor",
16146 "async-fs",
16147 "async-io",
16148 "async-lock 3.4.2",
16149 "async-net",
16150 "async-process",
16151 "blocking",
16152 "futures-lite 2.6.1",
16153]
16154
16155[[package]]
16156name = "smol_str"
16157version = "0.3.5"
16158source = "registry+https://github.com/rust-lang/crates.io-index"
16159checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16160
16161[[package]]
16162name = "snippet"
16163version = "0.1.0"
16164dependencies = [
16165 "anyhow",
16166 "smallvec",
16167]
16168
16169[[package]]
16170name = "snippet_provider"
16171version = "0.1.0"
16172dependencies = [
16173 "anyhow",
16174 "collections",
16175 "extension",
16176 "fs",
16177 "futures 0.3.31",
16178 "gpui",
16179 "indoc",
16180 "parking_lot",
16181 "paths",
16182 "schemars",
16183 "serde",
16184 "serde_json",
16185 "serde_json_lenient",
16186 "snippet",
16187 "util",
16188]
16189
16190[[package]]
16191name = "snippets_ui"
16192version = "0.1.0"
16193dependencies = [
16194 "file_icons",
16195 "fuzzy",
16196 "gpui",
16197 "language",
16198 "open_path_prompt",
16199 "paths",
16200 "picker",
16201 "settings",
16202 "ui",
16203 "util",
16204 "workspace",
16205]
16206
16207[[package]]
16208name = "socket2"
16209version = "0.5.10"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16212dependencies = [
16213 "libc",
16214 "windows-sys 0.52.0",
16215]
16216
16217[[package]]
16218name = "socket2"
16219version = "0.6.1"
16220source = "registry+https://github.com/rust-lang/crates.io-index"
16221checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16222dependencies = [
16223 "libc",
16224 "windows-sys 0.60.2",
16225]
16226
16227[[package]]
16228name = "spdx"
16229version = "0.10.9"
16230source = "registry+https://github.com/rust-lang/crates.io-index"
16231checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16232dependencies = [
16233 "smallvec",
16234]
16235
16236[[package]]
16237name = "spin"
16238version = "0.9.8"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16241dependencies = [
16242 "lock_api",
16243]
16244
16245[[package]]
16246name = "spin"
16247version = "0.10.0"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16250dependencies = [
16251 "lock_api",
16252]
16253
16254[[package]]
16255name = "spirv"
16256version = "0.4.0+sdk-1.4.341.0"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16259dependencies = [
16260 "bitflags 2.10.0",
16261]
16262
16263[[package]]
16264name = "spki"
16265version = "0.6.0"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16268dependencies = [
16269 "base64ct",
16270 "der 0.6.1",
16271]
16272
16273[[package]]
16274name = "spki"
16275version = "0.7.3"
16276source = "registry+https://github.com/rust-lang/crates.io-index"
16277checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16278dependencies = [
16279 "base64ct",
16280 "der 0.7.10",
16281]
16282
16283[[package]]
16284name = "sptr"
16285version = "0.3.2"
16286source = "registry+https://github.com/rust-lang/crates.io-index"
16287checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16288
16289[[package]]
16290name = "sqlez"
16291version = "0.1.0"
16292dependencies = [
16293 "anyhow",
16294 "collections",
16295 "futures 0.3.31",
16296 "indoc",
16297 "libsqlite3-sys",
16298 "log",
16299 "parking_lot",
16300 "smol",
16301 "sqlformat",
16302 "thread_local",
16303 "util",
16304 "uuid",
16305]
16306
16307[[package]]
16308name = "sqlez_macros"
16309version = "0.1.0"
16310dependencies = [
16311 "sqlez",
16312 "sqlformat",
16313 "syn 2.0.117",
16314]
16315
16316[[package]]
16317name = "sqlformat"
16318version = "0.2.6"
16319source = "registry+https://github.com/rust-lang/crates.io-index"
16320checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16321dependencies = [
16322 "nom 7.1.3",
16323 "unicode_categories",
16324]
16325
16326[[package]]
16327name = "sqlx"
16328version = "0.8.6"
16329source = "registry+https://github.com/rust-lang/crates.io-index"
16330checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16331dependencies = [
16332 "sqlx-core",
16333 "sqlx-macros",
16334 "sqlx-mysql",
16335 "sqlx-postgres",
16336 "sqlx-sqlite",
16337]
16338
16339[[package]]
16340name = "sqlx-core"
16341version = "0.8.6"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16344dependencies = [
16345 "base64 0.22.1",
16346 "bigdecimal",
16347 "bytes 1.11.1",
16348 "chrono",
16349 "crc",
16350 "crossbeam-queue",
16351 "either",
16352 "event-listener 5.4.1",
16353 "futures-core",
16354 "futures-intrusive",
16355 "futures-io",
16356 "futures-util",
16357 "hashbrown 0.15.5",
16358 "hashlink 0.10.0",
16359 "indexmap",
16360 "log",
16361 "memchr",
16362 "once_cell",
16363 "percent-encoding",
16364 "rust_decimal",
16365 "rustls 0.23.33",
16366 "serde",
16367 "serde_json",
16368 "sha2",
16369 "smallvec",
16370 "thiserror 2.0.17",
16371 "time",
16372 "tokio",
16373 "tokio-stream",
16374 "tracing",
16375 "url",
16376 "uuid",
16377 "webpki-roots",
16378]
16379
16380[[package]]
16381name = "sqlx-macros"
16382version = "0.8.6"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16385dependencies = [
16386 "proc-macro2",
16387 "quote",
16388 "sqlx-core",
16389 "sqlx-macros-core",
16390 "syn 2.0.117",
16391]
16392
16393[[package]]
16394name = "sqlx-macros-core"
16395version = "0.8.6"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16398dependencies = [
16399 "dotenvy",
16400 "either",
16401 "heck 0.5.0",
16402 "hex",
16403 "once_cell",
16404 "proc-macro2",
16405 "quote",
16406 "serde",
16407 "serde_json",
16408 "sha2",
16409 "sqlx-core",
16410 "sqlx-mysql",
16411 "sqlx-postgres",
16412 "sqlx-sqlite",
16413 "syn 2.0.117",
16414 "tokio",
16415 "url",
16416]
16417
16418[[package]]
16419name = "sqlx-mysql"
16420version = "0.8.6"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16423dependencies = [
16424 "atoi",
16425 "base64 0.22.1",
16426 "bigdecimal",
16427 "bitflags 2.10.0",
16428 "byteorder",
16429 "bytes 1.11.1",
16430 "chrono",
16431 "crc",
16432 "digest",
16433 "dotenvy",
16434 "either",
16435 "futures-channel",
16436 "futures-core",
16437 "futures-io",
16438 "futures-util",
16439 "generic-array",
16440 "hex",
16441 "hkdf",
16442 "hmac",
16443 "itoa",
16444 "log",
16445 "md-5",
16446 "memchr",
16447 "once_cell",
16448 "percent-encoding",
16449 "rand 0.8.5",
16450 "rsa",
16451 "rust_decimal",
16452 "serde",
16453 "sha1",
16454 "sha2",
16455 "smallvec",
16456 "sqlx-core",
16457 "stringprep",
16458 "thiserror 2.0.17",
16459 "time",
16460 "tracing",
16461 "uuid",
16462 "whoami",
16463]
16464
16465[[package]]
16466name = "sqlx-postgres"
16467version = "0.8.6"
16468source = "registry+https://github.com/rust-lang/crates.io-index"
16469checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16470dependencies = [
16471 "atoi",
16472 "base64 0.22.1",
16473 "bigdecimal",
16474 "bitflags 2.10.0",
16475 "byteorder",
16476 "chrono",
16477 "crc",
16478 "dotenvy",
16479 "etcetera",
16480 "futures-channel",
16481 "futures-core",
16482 "futures-util",
16483 "hex",
16484 "hkdf",
16485 "hmac",
16486 "home",
16487 "itoa",
16488 "log",
16489 "md-5",
16490 "memchr",
16491 "num-bigint",
16492 "once_cell",
16493 "rand 0.8.5",
16494 "rust_decimal",
16495 "serde",
16496 "serde_json",
16497 "sha2",
16498 "smallvec",
16499 "sqlx-core",
16500 "stringprep",
16501 "thiserror 2.0.17",
16502 "time",
16503 "tracing",
16504 "uuid",
16505 "whoami",
16506]
16507
16508[[package]]
16509name = "sqlx-sqlite"
16510version = "0.8.6"
16511source = "registry+https://github.com/rust-lang/crates.io-index"
16512checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16513dependencies = [
16514 "atoi",
16515 "chrono",
16516 "flume",
16517 "futures-channel",
16518 "futures-core",
16519 "futures-executor",
16520 "futures-intrusive",
16521 "futures-util",
16522 "libsqlite3-sys",
16523 "log",
16524 "percent-encoding",
16525 "serde",
16526 "serde_urlencoded",
16527 "sqlx-core",
16528 "thiserror 2.0.17",
16529 "time",
16530 "tracing",
16531 "url",
16532 "uuid",
16533]
16534
16535[[package]]
16536name = "stable_deref_trait"
16537version = "1.2.1"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16540
16541[[package]]
16542name = "stacker"
16543version = "0.1.23"
16544source = "registry+https://github.com/rust-lang/crates.io-index"
16545checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16546dependencies = [
16547 "cc",
16548 "cfg-if",
16549 "libc",
16550 "psm",
16551 "windows-sys 0.59.0",
16552]
16553
16554[[package]]
16555name = "stacksafe"
16556version = "0.1.4"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16559dependencies = [
16560 "stacker",
16561 "stacksafe-macro",
16562]
16563
16564[[package]]
16565name = "stacksafe-macro"
16566version = "0.1.4"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16569dependencies = [
16570 "proc-macro-error2",
16571 "quote",
16572 "syn 2.0.117",
16573]
16574
16575[[package]]
16576name = "static_assertions"
16577version = "1.1.0"
16578source = "registry+https://github.com/rust-lang/crates.io-index"
16579checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16580
16581[[package]]
16582name = "story"
16583version = "0.1.0"
16584dependencies = [
16585 "gpui",
16586 "itertools 0.14.0",
16587 "smallvec",
16588]
16589
16590[[package]]
16591name = "storybook"
16592version = "0.1.0"
16593dependencies = [
16594 "anyhow",
16595 "clap",
16596 "ctrlc",
16597 "dialoguer",
16598 "editor",
16599 "fuzzy",
16600 "gpui",
16601 "gpui_platform",
16602 "indoc",
16603 "language",
16604 "log",
16605 "menu",
16606 "picker",
16607 "reqwest_client",
16608 "rust-embed",
16609 "settings",
16610 "simplelog",
16611 "story",
16612 "strum 0.27.2",
16613 "theme",
16614 "title_bar",
16615 "ui",
16616]
16617
16618[[package]]
16619name = "streaming-iterator"
16620version = "0.1.9"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16623
16624[[package]]
16625name = "streaming_diff"
16626version = "0.1.0"
16627dependencies = [
16628 "ordered-float 2.10.1",
16629 "rand 0.9.2",
16630 "rope",
16631 "util",
16632]
16633
16634[[package]]
16635name = "strength_reduce"
16636version = "0.2.4"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16639
16640[[package]]
16641name = "strict-num"
16642version = "0.1.1"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16645dependencies = [
16646 "float-cmp",
16647]
16648
16649[[package]]
16650name = "string_cache"
16651version = "0.8.9"
16652source = "registry+https://github.com/rust-lang/crates.io-index"
16653checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16654dependencies = [
16655 "new_debug_unreachable",
16656 "parking_lot",
16657 "phf_shared 0.11.3",
16658 "precomputed-hash",
16659 "serde",
16660]
16661
16662[[package]]
16663name = "string_cache_codegen"
16664version = "0.5.4"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16667dependencies = [
16668 "phf_generator 0.11.3",
16669 "phf_shared 0.11.3",
16670 "proc-macro2",
16671 "quote",
16672]
16673
16674[[package]]
16675name = "stringprep"
16676version = "0.1.5"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16679dependencies = [
16680 "unicode-bidi",
16681 "unicode-normalization",
16682 "unicode-properties",
16683]
16684
16685[[package]]
16686name = "strsim"
16687version = "0.11.1"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16690
16691[[package]]
16692name = "strum"
16693version = "0.26.3"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16696
16697[[package]]
16698name = "strum"
16699version = "0.27.2"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16702dependencies = [
16703 "strum_macros 0.27.2",
16704]
16705
16706[[package]]
16707name = "strum"
16708version = "0.28.0"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16711dependencies = [
16712 "strum_macros 0.28.0",
16713]
16714
16715[[package]]
16716name = "strum_macros"
16717version = "0.27.2"
16718source = "registry+https://github.com/rust-lang/crates.io-index"
16719checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16720dependencies = [
16721 "heck 0.5.0",
16722 "proc-macro2",
16723 "quote",
16724 "syn 2.0.117",
16725]
16726
16727[[package]]
16728name = "strum_macros"
16729version = "0.28.0"
16730source = "registry+https://github.com/rust-lang/crates.io-index"
16731checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16732dependencies = [
16733 "heck 0.5.0",
16734 "proc-macro2",
16735 "quote",
16736 "syn 2.0.117",
16737]
16738
16739[[package]]
16740name = "subtle"
16741version = "2.6.1"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16744
16745[[package]]
16746name = "sum_tree"
16747version = "0.1.0"
16748dependencies = [
16749 "ctor",
16750 "heapless",
16751 "log",
16752 "proptest",
16753 "rand 0.9.2",
16754 "rayon",
16755 "tracing",
16756 "zlog",
16757 "ztracing",
16758]
16759
16760[[package]]
16761name = "sval"
16762version = "2.15.0"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16765
16766[[package]]
16767name = "sval_buffer"
16768version = "2.15.0"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16771dependencies = [
16772 "sval",
16773 "sval_ref",
16774]
16775
16776[[package]]
16777name = "sval_dynamic"
16778version = "2.15.0"
16779source = "registry+https://github.com/rust-lang/crates.io-index"
16780checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16781dependencies = [
16782 "sval",
16783]
16784
16785[[package]]
16786name = "sval_fmt"
16787version = "2.15.0"
16788source = "registry+https://github.com/rust-lang/crates.io-index"
16789checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16790dependencies = [
16791 "itoa",
16792 "ryu",
16793 "sval",
16794]
16795
16796[[package]]
16797name = "sval_json"
16798version = "2.15.0"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16801dependencies = [
16802 "itoa",
16803 "ryu",
16804 "sval",
16805]
16806
16807[[package]]
16808name = "sval_nested"
16809version = "2.15.0"
16810source = "registry+https://github.com/rust-lang/crates.io-index"
16811checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16812dependencies = [
16813 "sval",
16814 "sval_buffer",
16815 "sval_ref",
16816]
16817
16818[[package]]
16819name = "sval_ref"
16820version = "2.15.0"
16821source = "registry+https://github.com/rust-lang/crates.io-index"
16822checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16823dependencies = [
16824 "sval",
16825]
16826
16827[[package]]
16828name = "sval_serde"
16829version = "2.15.0"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16832dependencies = [
16833 "serde_core",
16834 "sval",
16835 "sval_nested",
16836]
16837
16838[[package]]
16839name = "svg_fmt"
16840version = "0.4.5"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16843
16844[[package]]
16845name = "svg_preview"
16846version = "0.1.0"
16847dependencies = [
16848 "file_icons",
16849 "gpui",
16850 "language",
16851 "multi_buffer",
16852 "ui",
16853 "workspace",
16854 "zed_actions",
16855]
16856
16857[[package]]
16858name = "svgtypes"
16859version = "0.15.3"
16860source = "registry+https://github.com/rust-lang/crates.io-index"
16861checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16862dependencies = [
16863 "kurbo",
16864 "siphasher 1.0.1",
16865]
16866
16867[[package]]
16868name = "swash"
16869version = "0.2.6"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16872dependencies = [
16873 "skrifa 0.37.0",
16874 "yazi",
16875 "zeno",
16876]
16877
16878[[package]]
16879name = "symphonia"
16880version = "0.5.5"
16881source = "registry+https://github.com/rust-lang/crates.io-index"
16882checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16883dependencies = [
16884 "lazy_static",
16885 "symphonia-bundle-flac",
16886 "symphonia-bundle-mp3",
16887 "symphonia-codec-aac",
16888 "symphonia-codec-pcm",
16889 "symphonia-codec-vorbis",
16890 "symphonia-core",
16891 "symphonia-format-isomp4",
16892 "symphonia-format-ogg",
16893 "symphonia-format-riff",
16894 "symphonia-metadata",
16895]
16896
16897[[package]]
16898name = "symphonia-bundle-flac"
16899version = "0.5.5"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16902dependencies = [
16903 "log",
16904 "symphonia-core",
16905 "symphonia-metadata",
16906 "symphonia-utils-xiph",
16907]
16908
16909[[package]]
16910name = "symphonia-bundle-mp3"
16911version = "0.5.5"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16914dependencies = [
16915 "lazy_static",
16916 "log",
16917 "symphonia-core",
16918 "symphonia-metadata",
16919]
16920
16921[[package]]
16922name = "symphonia-codec-aac"
16923version = "0.5.5"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16926dependencies = [
16927 "lazy_static",
16928 "log",
16929 "symphonia-core",
16930]
16931
16932[[package]]
16933name = "symphonia-codec-pcm"
16934version = "0.5.5"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16937dependencies = [
16938 "log",
16939 "symphonia-core",
16940]
16941
16942[[package]]
16943name = "symphonia-codec-vorbis"
16944version = "0.5.5"
16945source = "registry+https://github.com/rust-lang/crates.io-index"
16946checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16947dependencies = [
16948 "log",
16949 "symphonia-core",
16950 "symphonia-utils-xiph",
16951]
16952
16953[[package]]
16954name = "symphonia-core"
16955version = "0.5.5"
16956source = "registry+https://github.com/rust-lang/crates.io-index"
16957checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16958dependencies = [
16959 "arrayvec",
16960 "bitflags 1.3.2",
16961 "bytemuck",
16962 "lazy_static",
16963 "log",
16964]
16965
16966[[package]]
16967name = "symphonia-format-isomp4"
16968version = "0.5.5"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16971dependencies = [
16972 "encoding_rs",
16973 "log",
16974 "symphonia-core",
16975 "symphonia-metadata",
16976 "symphonia-utils-xiph",
16977]
16978
16979[[package]]
16980name = "symphonia-format-ogg"
16981version = "0.5.5"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16984dependencies = [
16985 "log",
16986 "symphonia-core",
16987 "symphonia-metadata",
16988 "symphonia-utils-xiph",
16989]
16990
16991[[package]]
16992name = "symphonia-format-riff"
16993version = "0.5.5"
16994source = "registry+https://github.com/rust-lang/crates.io-index"
16995checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16996dependencies = [
16997 "extended",
16998 "log",
16999 "symphonia-core",
17000 "symphonia-metadata",
17001]
17002
17003[[package]]
17004name = "symphonia-metadata"
17005version = "0.5.5"
17006source = "registry+https://github.com/rust-lang/crates.io-index"
17007checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17008dependencies = [
17009 "encoding_rs",
17010 "lazy_static",
17011 "log",
17012 "symphonia-core",
17013]
17014
17015[[package]]
17016name = "symphonia-utils-xiph"
17017version = "0.5.5"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17020dependencies = [
17021 "symphonia-core",
17022 "symphonia-metadata",
17023]
17024
17025[[package]]
17026name = "syn"
17027version = "1.0.109"
17028source = "registry+https://github.com/rust-lang/crates.io-index"
17029checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17030dependencies = [
17031 "proc-macro2",
17032 "quote",
17033 "unicode-ident",
17034]
17035
17036[[package]]
17037name = "syn"
17038version = "2.0.117"
17039source = "registry+https://github.com/rust-lang/crates.io-index"
17040checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17041dependencies = [
17042 "proc-macro2",
17043 "quote",
17044 "unicode-ident",
17045]
17046
17047[[package]]
17048name = "sync_wrapper"
17049version = "0.1.2"
17050source = "registry+https://github.com/rust-lang/crates.io-index"
17051checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17052
17053[[package]]
17054name = "sync_wrapper"
17055version = "1.0.2"
17056source = "registry+https://github.com/rust-lang/crates.io-index"
17057checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17058dependencies = [
17059 "futures-core",
17060]
17061
17062[[package]]
17063name = "synchronoise"
17064version = "1.0.1"
17065source = "registry+https://github.com/rust-lang/crates.io-index"
17066checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17067dependencies = [
17068 "crossbeam-queue",
17069]
17070
17071[[package]]
17072name = "synstructure"
17073version = "0.13.2"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17076dependencies = [
17077 "proc-macro2",
17078 "quote",
17079 "syn 2.0.117",
17080]
17081
17082[[package]]
17083name = "sys-locale"
17084version = "0.3.2"
17085source = "registry+https://github.com/rust-lang/crates.io-index"
17086checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17087dependencies = [
17088 "libc",
17089]
17090
17091[[package]]
17092name = "sysctl"
17093version = "0.5.5"
17094source = "registry+https://github.com/rust-lang/crates.io-index"
17095checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17096dependencies = [
17097 "bitflags 2.10.0",
17098 "byteorder",
17099 "enum-as-inner",
17100 "libc",
17101 "thiserror 1.0.69",
17102 "walkdir",
17103]
17104
17105[[package]]
17106name = "sysctl"
17107version = "0.6.0"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17110dependencies = [
17111 "bitflags 2.10.0",
17112 "byteorder",
17113 "enum-as-inner",
17114 "libc",
17115 "thiserror 1.0.69",
17116 "walkdir",
17117]
17118
17119[[package]]
17120name = "sysinfo"
17121version = "0.31.4"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17124dependencies = [
17125 "core-foundation-sys",
17126 "libc",
17127 "memchr",
17128 "ntapi",
17129 "rayon",
17130 "windows 0.57.0",
17131]
17132
17133[[package]]
17134name = "sysinfo"
17135version = "0.37.2"
17136source = "registry+https://github.com/rust-lang/crates.io-index"
17137checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17138dependencies = [
17139 "libc",
17140 "memchr",
17141 "ntapi",
17142 "objc2-core-foundation",
17143 "objc2-io-kit",
17144 "windows 0.61.3",
17145]
17146
17147[[package]]
17148name = "system-configuration"
17149version = "0.5.1"
17150source = "registry+https://github.com/rust-lang/crates.io-index"
17151checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17152dependencies = [
17153 "bitflags 1.3.2",
17154 "core-foundation 0.9.4",
17155 "system-configuration-sys 0.5.0",
17156]
17157
17158[[package]]
17159name = "system-configuration"
17160version = "0.6.1"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17163dependencies = [
17164 "bitflags 2.10.0",
17165 "core-foundation 0.9.4",
17166 "system-configuration-sys 0.6.0",
17167]
17168
17169[[package]]
17170name = "system-configuration-sys"
17171version = "0.5.0"
17172source = "registry+https://github.com/rust-lang/crates.io-index"
17173checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17174dependencies = [
17175 "core-foundation-sys",
17176 "libc",
17177]
17178
17179[[package]]
17180name = "system-configuration-sys"
17181version = "0.6.0"
17182source = "registry+https://github.com/rust-lang/crates.io-index"
17183checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17184dependencies = [
17185 "core-foundation-sys",
17186 "libc",
17187]
17188
17189[[package]]
17190name = "system-deps"
17191version = "6.2.2"
17192source = "registry+https://github.com/rust-lang/crates.io-index"
17193checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17194dependencies = [
17195 "cfg-expr 0.15.8",
17196 "heck 0.5.0",
17197 "pkg-config",
17198 "toml 0.8.23",
17199 "version-compare",
17200]
17201
17202[[package]]
17203name = "system-deps"
17204version = "7.0.7"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17207dependencies = [
17208 "cfg-expr 0.20.6",
17209 "heck 0.5.0",
17210 "pkg-config",
17211 "toml 0.9.8",
17212 "version-compare",
17213]
17214
17215[[package]]
17216name = "system-interface"
17217version = "0.27.3"
17218source = "registry+https://github.com/rust-lang/crates.io-index"
17219checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17220dependencies = [
17221 "bitflags 2.10.0",
17222 "cap-fs-ext",
17223 "cap-std",
17224 "fd-lock",
17225 "io-lifetimes",
17226 "rustix 0.38.44",
17227 "windows-sys 0.59.0",
17228 "winx",
17229]
17230
17231[[package]]
17232name = "system_specs"
17233version = "0.1.0"
17234dependencies = [
17235 "anyhow",
17236 "client",
17237 "gpui",
17238 "human_bytes",
17239 "pciid-parser",
17240 "release_channel",
17241 "semver",
17242 "serde",
17243 "sysinfo 0.37.2",
17244]
17245
17246[[package]]
17247name = "tab_switcher"
17248version = "0.1.0"
17249dependencies = [
17250 "collections",
17251 "ctor",
17252 "editor",
17253 "fuzzy",
17254 "gpui",
17255 "menu",
17256 "picker",
17257 "project",
17258 "schemars",
17259 "serde",
17260 "serde_json",
17261 "settings",
17262 "smol",
17263 "theme",
17264 "ui",
17265 "util",
17266 "workspace",
17267 "zlog",
17268]
17269
17270[[package]]
17271name = "taffy"
17272version = "0.9.0"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17275dependencies = [
17276 "arrayvec",
17277 "grid",
17278 "serde",
17279 "slotmap",
17280]
17281
17282[[package]]
17283name = "tagptr"
17284version = "0.2.0"
17285source = "registry+https://github.com/rust-lang/crates.io-index"
17286checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17287
17288[[package]]
17289name = "take-until"
17290version = "0.2.0"
17291source = "registry+https://github.com/rust-lang/crates.io-index"
17292checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17293
17294[[package]]
17295name = "tao-core-video-sys"
17296version = "0.2.0"
17297source = "registry+https://github.com/rust-lang/crates.io-index"
17298checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17299dependencies = [
17300 "cfg-if",
17301 "core-foundation-sys",
17302 "libc",
17303 "objc",
17304]
17305
17306[[package]]
17307name = "tap"
17308version = "1.0.1"
17309source = "registry+https://github.com/rust-lang/crates.io-index"
17310checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17311
17312[[package]]
17313name = "target-lexicon"
17314version = "0.12.16"
17315source = "registry+https://github.com/rust-lang/crates.io-index"
17316checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17317
17318[[package]]
17319name = "target-lexicon"
17320version = "0.13.3"
17321source = "registry+https://github.com/rust-lang/crates.io-index"
17322checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17323
17324[[package]]
17325name = "task"
17326version = "0.1.0"
17327dependencies = [
17328 "anyhow",
17329 "collections",
17330 "futures 0.3.31",
17331 "gpui",
17332 "hex",
17333 "log",
17334 "parking_lot",
17335 "pretty_assertions",
17336 "proto",
17337 "schemars",
17338 "serde",
17339 "serde_json",
17340 "serde_json_lenient",
17341 "sha2",
17342 "shellexpand 2.1.2",
17343 "util",
17344 "zed_actions",
17345]
17346
17347[[package]]
17348name = "tasks_ui"
17349version = "0.1.0"
17350dependencies = [
17351 "anyhow",
17352 "collections",
17353 "editor",
17354 "file_icons",
17355 "fuzzy",
17356 "gpui",
17357 "itertools 0.14.0",
17358 "language",
17359 "menu",
17360 "picker",
17361 "project",
17362 "serde",
17363 "serde_json",
17364 "task",
17365 "tree-sitter-rust",
17366 "tree-sitter-typescript",
17367 "ui",
17368 "util",
17369 "workspace",
17370 "zed_actions",
17371]
17372
17373[[package]]
17374name = "telemetry"
17375version = "0.1.0"
17376dependencies = [
17377 "futures 0.3.31",
17378 "serde",
17379 "serde_json",
17380 "telemetry_events",
17381]
17382
17383[[package]]
17384name = "telemetry_events"
17385version = "0.1.0"
17386dependencies = [
17387 "semver",
17388 "serde",
17389 "serde_json",
17390]
17391
17392[[package]]
17393name = "tempfile"
17394version = "3.23.0"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17397dependencies = [
17398 "fastrand 2.3.0",
17399 "getrandom 0.3.4",
17400 "once_cell",
17401 "rustix 1.1.2",
17402 "windows-sys 0.61.2",
17403]
17404
17405[[package]]
17406name = "tendril"
17407version = "0.4.3"
17408source = "registry+https://github.com/rust-lang/crates.io-index"
17409checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17410dependencies = [
17411 "futf",
17412 "mac",
17413 "utf-8",
17414]
17415
17416[[package]]
17417name = "termcolor"
17418version = "1.4.1"
17419source = "registry+https://github.com/rust-lang/crates.io-index"
17420checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17421dependencies = [
17422 "winapi-util",
17423]
17424
17425[[package]]
17426name = "terminal"
17427version = "0.1.0"
17428dependencies = [
17429 "alacritty_terminal",
17430 "anyhow",
17431 "collections",
17432 "futures 0.3.31",
17433 "gpui",
17434 "itertools 0.14.0",
17435 "libc",
17436 "log",
17437 "parking_lot",
17438 "rand 0.9.2",
17439 "regex",
17440 "release_channel",
17441 "schemars",
17442 "serde",
17443 "settings",
17444 "smol",
17445 "sysinfo 0.37.2",
17446 "task",
17447 "theme",
17448 "thiserror 2.0.17",
17449 "url",
17450 "urlencoding",
17451 "util",
17452 "util_macros",
17453 "windows 0.61.3",
17454]
17455
17456[[package]]
17457name = "terminal_size"
17458version = "0.4.3"
17459source = "registry+https://github.com/rust-lang/crates.io-index"
17460checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17461dependencies = [
17462 "rustix 1.1.2",
17463 "windows-sys 0.60.2",
17464]
17465
17466[[package]]
17467name = "terminal_view"
17468version = "0.1.0"
17469dependencies = [
17470 "anyhow",
17471 "assistant_slash_command",
17472 "async-recursion",
17473 "breadcrumbs",
17474 "collections",
17475 "db",
17476 "dirs 4.0.0",
17477 "editor",
17478 "futures 0.3.31",
17479 "gpui",
17480 "itertools 0.14.0",
17481 "language",
17482 "log",
17483 "menu",
17484 "pretty_assertions",
17485 "project",
17486 "regex",
17487 "schemars",
17488 "serde",
17489 "serde_json",
17490 "settings",
17491 "shellexpand 2.1.2",
17492 "task",
17493 "terminal",
17494 "theme",
17495 "ui",
17496 "util",
17497 "workspace",
17498 "zed_actions",
17499]
17500
17501[[package]]
17502name = "text"
17503version = "0.1.0"
17504dependencies = [
17505 "anyhow",
17506 "clock",
17507 "collections",
17508 "ctor",
17509 "gpui",
17510 "log",
17511 "parking_lot",
17512 "postage",
17513 "rand 0.9.2",
17514 "regex",
17515 "rope",
17516 "smallvec",
17517 "sum_tree",
17518 "util",
17519 "zlog",
17520]
17521
17522[[package]]
17523name = "theme"
17524version = "0.1.0"
17525dependencies = [
17526 "anyhow",
17527 "collections",
17528 "derive_more",
17529 "fs",
17530 "futures 0.3.31",
17531 "gpui",
17532 "log",
17533 "palette",
17534 "parking_lot",
17535 "refineable",
17536 "schemars",
17537 "serde",
17538 "serde_json",
17539 "serde_json_lenient",
17540 "settings",
17541 "strum 0.27.2",
17542 "thiserror 2.0.17",
17543 "util",
17544 "uuid",
17545]
17546
17547[[package]]
17548name = "theme_extension"
17549version = "0.1.0"
17550dependencies = [
17551 "anyhow",
17552 "extension",
17553 "fs",
17554 "gpui",
17555 "theme",
17556]
17557
17558[[package]]
17559name = "theme_importer"
17560version = "0.1.0"
17561dependencies = [
17562 "anyhow",
17563 "clap",
17564 "collections",
17565 "gpui",
17566 "indexmap",
17567 "log",
17568 "palette",
17569 "serde",
17570 "serde_json",
17571 "serde_json_lenient",
17572 "simplelog",
17573 "strum 0.27.2",
17574 "theme",
17575 "vscode_theme",
17576]
17577
17578[[package]]
17579name = "theme_selector"
17580version = "0.1.0"
17581dependencies = [
17582 "fs",
17583 "fuzzy",
17584 "gpui",
17585 "log",
17586 "picker",
17587 "serde",
17588 "settings",
17589 "telemetry",
17590 "theme",
17591 "ui",
17592 "util",
17593 "workspace",
17594 "zed_actions",
17595]
17596
17597[[package]]
17598name = "thiserror"
17599version = "1.0.69"
17600source = "registry+https://github.com/rust-lang/crates.io-index"
17601checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17602dependencies = [
17603 "thiserror-impl 1.0.69",
17604]
17605
17606[[package]]
17607name = "thiserror"
17608version = "2.0.17"
17609source = "registry+https://github.com/rust-lang/crates.io-index"
17610checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17611dependencies = [
17612 "thiserror-impl 2.0.17",
17613]
17614
17615[[package]]
17616name = "thiserror-impl"
17617version = "1.0.69"
17618source = "registry+https://github.com/rust-lang/crates.io-index"
17619checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17620dependencies = [
17621 "proc-macro2",
17622 "quote",
17623 "syn 2.0.117",
17624]
17625
17626[[package]]
17627name = "thiserror-impl"
17628version = "2.0.17"
17629source = "registry+https://github.com/rust-lang/crates.io-index"
17630checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17631dependencies = [
17632 "proc-macro2",
17633 "quote",
17634 "syn 2.0.117",
17635]
17636
17637[[package]]
17638name = "thread_local"
17639version = "1.1.9"
17640source = "registry+https://github.com/rust-lang/crates.io-index"
17641checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17642dependencies = [
17643 "cfg-if",
17644]
17645
17646[[package]]
17647name = "tiff"
17648version = "0.10.3"
17649source = "registry+https://github.com/rust-lang/crates.io-index"
17650checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17651dependencies = [
17652 "fax",
17653 "flate2",
17654 "half",
17655 "quick-error 2.0.1",
17656 "weezl",
17657 "zune-jpeg",
17658]
17659
17660[[package]]
17661name = "tiktoken-rs"
17662version = "0.9.1"
17663source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17664dependencies = [
17665 "anyhow",
17666 "base64 0.22.1",
17667 "bstr",
17668 "fancy-regex 0.16.2",
17669 "lazy_static",
17670 "regex",
17671 "rustc-hash 1.1.0",
17672]
17673
17674[[package]]
17675name = "time"
17676version = "0.3.47"
17677source = "registry+https://github.com/rust-lang/crates.io-index"
17678checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17679dependencies = [
17680 "deranged",
17681 "itoa",
17682 "libc",
17683 "num-conv",
17684 "num_threads",
17685 "powerfmt",
17686 "serde_core",
17687 "time-core",
17688 "time-macros",
17689]
17690
17691[[package]]
17692name = "time-core"
17693version = "0.1.8"
17694source = "registry+https://github.com/rust-lang/crates.io-index"
17695checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17696
17697[[package]]
17698name = "time-macros"
17699version = "0.2.27"
17700source = "registry+https://github.com/rust-lang/crates.io-index"
17701checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17702dependencies = [
17703 "num-conv",
17704 "time-core",
17705]
17706
17707[[package]]
17708name = "time_format"
17709version = "0.1.0"
17710dependencies = [
17711 "core-foundation 0.10.0",
17712 "core-foundation-sys",
17713 "sys-locale",
17714 "time",
17715 "windows 0.61.3",
17716]
17717
17718[[package]]
17719name = "tiny-keccak"
17720version = "2.0.2"
17721source = "registry+https://github.com/rust-lang/crates.io-index"
17722checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17723dependencies = [
17724 "crunchy",
17725]
17726
17727[[package]]
17728name = "tiny-skia"
17729version = "0.11.4"
17730source = "registry+https://github.com/rust-lang/crates.io-index"
17731checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17732dependencies = [
17733 "arrayref",
17734 "arrayvec",
17735 "bytemuck",
17736 "cfg-if",
17737 "log",
17738 "png 0.17.16",
17739 "tiny-skia-path",
17740]
17741
17742[[package]]
17743name = "tiny-skia-path"
17744version = "0.11.4"
17745source = "registry+https://github.com/rust-lang/crates.io-index"
17746checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17747dependencies = [
17748 "arrayref",
17749 "bytemuck",
17750 "strict-num",
17751]
17752
17753[[package]]
17754name = "tiny_http"
17755version = "0.12.0"
17756source = "registry+https://github.com/rust-lang/crates.io-index"
17757checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17758dependencies = [
17759 "ascii",
17760 "chunked_transfer",
17761 "httpdate",
17762 "log",
17763]
17764
17765[[package]]
17766name = "tinystr"
17767version = "0.8.1"
17768source = "registry+https://github.com/rust-lang/crates.io-index"
17769checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17770dependencies = [
17771 "displaydoc",
17772 "zerovec",
17773]
17774
17775[[package]]
17776name = "tinytemplate"
17777version = "1.2.1"
17778source = "registry+https://github.com/rust-lang/crates.io-index"
17779checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17780dependencies = [
17781 "serde",
17782 "serde_json",
17783]
17784
17785[[package]]
17786name = "tinyvec"
17787version = "1.10.0"
17788source = "registry+https://github.com/rust-lang/crates.io-index"
17789checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17790dependencies = [
17791 "tinyvec_macros",
17792]
17793
17794[[package]]
17795name = "tinyvec_macros"
17796version = "0.1.1"
17797source = "registry+https://github.com/rust-lang/crates.io-index"
17798checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17799
17800[[package]]
17801name = "title_bar"
17802version = "0.1.0"
17803dependencies = [
17804 "anyhow",
17805 "auto_update",
17806 "call",
17807 "channel",
17808 "chrono",
17809 "client",
17810 "cloud_api_types",
17811 "db",
17812 "git_ui",
17813 "gpui",
17814 "icons",
17815 "livekit_client",
17816 "notifications",
17817 "platform_title_bar",
17818 "project",
17819 "recent_projects",
17820 "release_channel",
17821 "remote",
17822 "remote_connection",
17823 "rpc",
17824 "schemars",
17825 "semver",
17826 "serde",
17827 "settings",
17828 "smallvec",
17829 "story",
17830 "telemetry",
17831 "theme",
17832 "ui",
17833 "util",
17834 "windows 0.61.3",
17835 "workspace",
17836 "zed_actions",
17837]
17838
17839[[package]]
17840name = "tokio"
17841version = "1.48.0"
17842source = "registry+https://github.com/rust-lang/crates.io-index"
17843checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17844dependencies = [
17845 "bytes 1.11.1",
17846 "libc",
17847 "mio 1.1.0",
17848 "parking_lot",
17849 "pin-project-lite",
17850 "signal-hook-registry",
17851 "socket2 0.6.1",
17852 "tokio-macros",
17853 "windows-sys 0.61.2",
17854]
17855
17856[[package]]
17857name = "tokio-io"
17858version = "0.1.13"
17859source = "registry+https://github.com/rust-lang/crates.io-index"
17860checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17861dependencies = [
17862 "bytes 0.4.12",
17863 "futures 0.1.31",
17864 "log",
17865]
17866
17867[[package]]
17868name = "tokio-macros"
17869version = "2.6.0"
17870source = "registry+https://github.com/rust-lang/crates.io-index"
17871checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17872dependencies = [
17873 "proc-macro2",
17874 "quote",
17875 "syn 2.0.117",
17876]
17877
17878[[package]]
17879name = "tokio-native-tls"
17880version = "0.3.1"
17881source = "registry+https://github.com/rust-lang/crates.io-index"
17882checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17883dependencies = [
17884 "native-tls",
17885 "tokio",
17886]
17887
17888[[package]]
17889name = "tokio-rustls"
17890version = "0.24.1"
17891source = "registry+https://github.com/rust-lang/crates.io-index"
17892checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17893dependencies = [
17894 "rustls 0.21.12",
17895 "tokio",
17896]
17897
17898[[package]]
17899name = "tokio-rustls"
17900version = "0.26.2"
17901source = "registry+https://github.com/rust-lang/crates.io-index"
17902checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17903dependencies = [
17904 "rustls 0.23.33",
17905 "tokio",
17906]
17907
17908[[package]]
17909name = "tokio-socks"
17910version = "0.5.2"
17911source = "registry+https://github.com/rust-lang/crates.io-index"
17912checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17913dependencies = [
17914 "either",
17915 "futures-io",
17916 "futures-util",
17917 "thiserror 1.0.69",
17918 "tokio",
17919]
17920
17921[[package]]
17922name = "tokio-stream"
17923version = "0.1.17"
17924source = "registry+https://github.com/rust-lang/crates.io-index"
17925checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17926dependencies = [
17927 "futures-core",
17928 "pin-project-lite",
17929 "tokio",
17930]
17931
17932[[package]]
17933name = "tokio-tungstenite"
17934version = "0.20.1"
17935source = "registry+https://github.com/rust-lang/crates.io-index"
17936checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17937dependencies = [
17938 "futures-util",
17939 "log",
17940 "tokio",
17941 "tungstenite 0.20.1",
17942]
17943
17944[[package]]
17945name = "tokio-tungstenite"
17946version = "0.21.0"
17947source = "registry+https://github.com/rust-lang/crates.io-index"
17948checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17949dependencies = [
17950 "futures-util",
17951 "log",
17952 "tokio",
17953 "tungstenite 0.21.0",
17954]
17955
17956[[package]]
17957name = "tokio-tungstenite"
17958version = "0.28.0"
17959source = "registry+https://github.com/rust-lang/crates.io-index"
17960checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17961dependencies = [
17962 "futures-util",
17963 "log",
17964 "rustls 0.23.33",
17965 "rustls-native-certs 0.8.2",
17966 "rustls-pki-types",
17967 "tokio",
17968 "tokio-rustls 0.26.2",
17969 "tungstenite 0.28.0",
17970]
17971
17972[[package]]
17973name = "tokio-util"
17974version = "0.7.16"
17975source = "registry+https://github.com/rust-lang/crates.io-index"
17976checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17977dependencies = [
17978 "bytes 1.11.1",
17979 "futures-core",
17980 "futures-io",
17981 "futures-sink",
17982 "pin-project-lite",
17983 "tokio",
17984]
17985
17986[[package]]
17987name = "toml"
17988version = "0.5.11"
17989source = "registry+https://github.com/rust-lang/crates.io-index"
17990checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17991dependencies = [
17992 "serde",
17993]
17994
17995[[package]]
17996name = "toml"
17997version = "0.8.23"
17998source = "registry+https://github.com/rust-lang/crates.io-index"
17999checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18000dependencies = [
18001 "serde",
18002 "serde_spanned 0.6.9",
18003 "toml_datetime 0.6.11",
18004 "toml_edit 0.22.27",
18005]
18006
18007[[package]]
18008name = "toml"
18009version = "0.9.8"
18010source = "registry+https://github.com/rust-lang/crates.io-index"
18011checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18012dependencies = [
18013 "indexmap",
18014 "serde_core",
18015 "serde_spanned 1.0.3",
18016 "toml_datetime 0.7.3",
18017 "toml_parser",
18018 "toml_writer",
18019 "winnow",
18020]
18021
18022[[package]]
18023name = "toml_datetime"
18024version = "0.6.11"
18025source = "registry+https://github.com/rust-lang/crates.io-index"
18026checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18027dependencies = [
18028 "serde",
18029]
18030
18031[[package]]
18032name = "toml_datetime"
18033version = "0.7.3"
18034source = "registry+https://github.com/rust-lang/crates.io-index"
18035checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18036dependencies = [
18037 "serde_core",
18038]
18039
18040[[package]]
18041name = "toml_edit"
18042version = "0.22.27"
18043source = "registry+https://github.com/rust-lang/crates.io-index"
18044checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18045dependencies = [
18046 "indexmap",
18047 "serde",
18048 "serde_spanned 0.6.9",
18049 "toml_datetime 0.6.11",
18050 "toml_write",
18051 "winnow",
18052]
18053
18054[[package]]
18055name = "toml_edit"
18056version = "0.23.7"
18057source = "registry+https://github.com/rust-lang/crates.io-index"
18058checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18059dependencies = [
18060 "indexmap",
18061 "toml_datetime 0.7.3",
18062 "toml_parser",
18063 "winnow",
18064]
18065
18066[[package]]
18067name = "toml_parser"
18068version = "1.0.4"
18069source = "registry+https://github.com/rust-lang/crates.io-index"
18070checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18071dependencies = [
18072 "winnow",
18073]
18074
18075[[package]]
18076name = "toml_write"
18077version = "0.1.2"
18078source = "registry+https://github.com/rust-lang/crates.io-index"
18079checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18080
18081[[package]]
18082name = "toml_writer"
18083version = "1.0.4"
18084source = "registry+https://github.com/rust-lang/crates.io-index"
18085checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18086
18087[[package]]
18088name = "toolchain_selector"
18089version = "0.1.0"
18090dependencies = [
18091 "anyhow",
18092 "convert_case 0.8.0",
18093 "editor",
18094 "futures 0.3.31",
18095 "fuzzy",
18096 "gpui",
18097 "language",
18098 "menu",
18099 "open_path_prompt",
18100 "picker",
18101 "project",
18102 "ui",
18103 "util",
18104 "workspace",
18105]
18106
18107[[package]]
18108name = "topological-sort"
18109version = "0.2.2"
18110source = "registry+https://github.com/rust-lang/crates.io-index"
18111checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18112
18113[[package]]
18114name = "tower"
18115version = "0.4.13"
18116source = "registry+https://github.com/rust-lang/crates.io-index"
18117checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18118dependencies = [
18119 "futures-core",
18120 "futures-util",
18121 "pin-project",
18122 "pin-project-lite",
18123 "tokio",
18124 "tower-layer",
18125 "tower-service",
18126 "tracing",
18127]
18128
18129[[package]]
18130name = "tower"
18131version = "0.5.2"
18132source = "registry+https://github.com/rust-lang/crates.io-index"
18133checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18134dependencies = [
18135 "futures-core",
18136 "futures-util",
18137 "pin-project-lite",
18138 "sync_wrapper 1.0.2",
18139 "tokio",
18140 "tower-layer",
18141 "tower-service",
18142]
18143
18144[[package]]
18145name = "tower-http"
18146version = "0.4.4"
18147source = "registry+https://github.com/rust-lang/crates.io-index"
18148checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18149dependencies = [
18150 "bitflags 2.10.0",
18151 "bytes 1.11.1",
18152 "futures-core",
18153 "futures-util",
18154 "http 0.2.12",
18155 "http-body 0.4.6",
18156 "http-range-header",
18157 "pin-project-lite",
18158 "tower-layer",
18159 "tower-service",
18160 "tracing",
18161]
18162
18163[[package]]
18164name = "tower-http"
18165version = "0.6.6"
18166source = "registry+https://github.com/rust-lang/crates.io-index"
18167checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18168dependencies = [
18169 "bitflags 2.10.0",
18170 "bytes 1.11.1",
18171 "futures-util",
18172 "http 1.3.1",
18173 "http-body 1.0.1",
18174 "iri-string",
18175 "pin-project-lite",
18176 "tower 0.5.2",
18177 "tower-layer",
18178 "tower-service",
18179]
18180
18181[[package]]
18182name = "tower-layer"
18183version = "0.3.3"
18184source = "registry+https://github.com/rust-lang/crates.io-index"
18185checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18186
18187[[package]]
18188name = "tower-service"
18189version = "0.3.3"
18190source = "registry+https://github.com/rust-lang/crates.io-index"
18191checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18192
18193[[package]]
18194name = "tracing"
18195version = "0.1.43"
18196source = "registry+https://github.com/rust-lang/crates.io-index"
18197checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18198dependencies = [
18199 "log",
18200 "pin-project-lite",
18201 "tracing-attributes",
18202 "tracing-core",
18203]
18204
18205[[package]]
18206name = "tracing-attributes"
18207version = "0.1.31"
18208source = "registry+https://github.com/rust-lang/crates.io-index"
18209checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18210dependencies = [
18211 "proc-macro2",
18212 "quote",
18213 "syn 2.0.117",
18214]
18215
18216[[package]]
18217name = "tracing-core"
18218version = "0.1.35"
18219source = "registry+https://github.com/rust-lang/crates.io-index"
18220checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18221dependencies = [
18222 "once_cell",
18223 "valuable",
18224]
18225
18226[[package]]
18227name = "tracing-log"
18228version = "0.2.0"
18229source = "registry+https://github.com/rust-lang/crates.io-index"
18230checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18231dependencies = [
18232 "log",
18233 "once_cell",
18234 "tracing-core",
18235]
18236
18237[[package]]
18238name = "tracing-serde"
18239version = "0.2.0"
18240source = "registry+https://github.com/rust-lang/crates.io-index"
18241checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18242dependencies = [
18243 "serde",
18244 "tracing-core",
18245]
18246
18247[[package]]
18248name = "tracing-subscriber"
18249version = "0.3.22"
18250source = "registry+https://github.com/rust-lang/crates.io-index"
18251checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18252dependencies = [
18253 "matchers",
18254 "nu-ansi-term",
18255 "once_cell",
18256 "regex-automata",
18257 "serde",
18258 "serde_json",
18259 "sharded-slab",
18260 "smallvec",
18261 "thread_local",
18262 "tracing",
18263 "tracing-core",
18264 "tracing-log",
18265 "tracing-serde",
18266]
18267
18268[[package]]
18269name = "tracing-tracy"
18270version = "0.11.4"
18271source = "registry+https://github.com/rust-lang/crates.io-index"
18272checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18273dependencies = [
18274 "tracing-core",
18275 "tracing-subscriber",
18276 "tracy-client",
18277]
18278
18279[[package]]
18280name = "tracy-client"
18281version = "0.18.3"
18282source = "registry+https://github.com/rust-lang/crates.io-index"
18283checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18284dependencies = [
18285 "loom",
18286 "once_cell",
18287 "tracy-client-sys",
18288]
18289
18290[[package]]
18291name = "tracy-client-sys"
18292version = "0.27.0"
18293source = "registry+https://github.com/rust-lang/crates.io-index"
18294checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18295dependencies = [
18296 "cc",
18297 "windows-targets 0.52.6",
18298]
18299
18300[[package]]
18301name = "trait-variant"
18302version = "0.1.2"
18303source = "registry+https://github.com/rust-lang/crates.io-index"
18304checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18305dependencies = [
18306 "proc-macro2",
18307 "quote",
18308 "syn 2.0.117",
18309]
18310
18311[[package]]
18312name = "transpose"
18313version = "0.2.3"
18314source = "registry+https://github.com/rust-lang/crates.io-index"
18315checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18316dependencies = [
18317 "num-integer",
18318 "strength_reduce",
18319]
18320
18321[[package]]
18322name = "tree-sitter"
18323version = "0.26.3"
18324source = "registry+https://github.com/rust-lang/crates.io-index"
18325checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18326dependencies = [
18327 "cc",
18328 "regex",
18329 "regex-syntax",
18330 "serde_json",
18331 "streaming-iterator",
18332 "tree-sitter-language",
18333 "wasmtime-c-api-impl",
18334]
18335
18336[[package]]
18337name = "tree-sitter-bash"
18338version = "0.25.1"
18339source = "registry+https://github.com/rust-lang/crates.io-index"
18340checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18341dependencies = [
18342 "cc",
18343 "tree-sitter-language",
18344]
18345
18346[[package]]
18347name = "tree-sitter-c"
18348version = "0.24.1"
18349source = "registry+https://github.com/rust-lang/crates.io-index"
18350checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18351dependencies = [
18352 "cc",
18353 "tree-sitter-language",
18354]
18355
18356[[package]]
18357name = "tree-sitter-cpp"
18358version = "0.23.4"
18359source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18360dependencies = [
18361 "cc",
18362 "tree-sitter-language",
18363]
18364
18365[[package]]
18366name = "tree-sitter-css"
18367version = "0.23.2"
18368source = "registry+https://github.com/rust-lang/crates.io-index"
18369checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18370dependencies = [
18371 "cc",
18372 "tree-sitter-language",
18373]
18374
18375[[package]]
18376name = "tree-sitter-diff"
18377version = "0.1.0"
18378source = "registry+https://github.com/rust-lang/crates.io-index"
18379checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18380dependencies = [
18381 "cc",
18382 "tree-sitter-language",
18383]
18384
18385[[package]]
18386name = "tree-sitter-elixir"
18387version = "0.3.4"
18388source = "registry+https://github.com/rust-lang/crates.io-index"
18389checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18390dependencies = [
18391 "cc",
18392 "tree-sitter-language",
18393]
18394
18395[[package]]
18396name = "tree-sitter-embedded-template"
18397version = "0.23.2"
18398source = "registry+https://github.com/rust-lang/crates.io-index"
18399checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18400dependencies = [
18401 "cc",
18402 "tree-sitter-language",
18403]
18404
18405[[package]]
18406name = "tree-sitter-gitcommit"
18407version = "0.0.1"
18408source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18409dependencies = [
18410 "cc",
18411 "tree-sitter-language",
18412]
18413
18414[[package]]
18415name = "tree-sitter-go"
18416version = "0.25.0"
18417source = "registry+https://github.com/rust-lang/crates.io-index"
18418checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18419dependencies = [
18420 "cc",
18421 "tree-sitter-language",
18422]
18423
18424[[package]]
18425name = "tree-sitter-gomod"
18426version = "1.1.1"
18427source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18428dependencies = [
18429 "cc",
18430 "tree-sitter-language",
18431]
18432
18433[[package]]
18434name = "tree-sitter-gowork"
18435version = "0.0.1"
18436source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18437dependencies = [
18438 "cc",
18439 "tree-sitter-language",
18440]
18441
18442[[package]]
18443name = "tree-sitter-heex"
18444version = "0.0.1"
18445source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18446dependencies = [
18447 "cc",
18448 "tree-sitter-language",
18449]
18450
18451[[package]]
18452name = "tree-sitter-html"
18453version = "0.23.2"
18454source = "registry+https://github.com/rust-lang/crates.io-index"
18455checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18456dependencies = [
18457 "cc",
18458 "tree-sitter-language",
18459]
18460
18461[[package]]
18462name = "tree-sitter-jsdoc"
18463version = "0.23.2"
18464source = "registry+https://github.com/rust-lang/crates.io-index"
18465checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18466dependencies = [
18467 "cc",
18468 "tree-sitter-language",
18469]
18470
18471[[package]]
18472name = "tree-sitter-json"
18473version = "0.24.8"
18474source = "registry+https://github.com/rust-lang/crates.io-index"
18475checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18476dependencies = [
18477 "cc",
18478 "tree-sitter-language",
18479]
18480
18481[[package]]
18482name = "tree-sitter-language"
18483version = "0.1.5"
18484source = "registry+https://github.com/rust-lang/crates.io-index"
18485checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18486
18487[[package]]
18488name = "tree-sitter-md"
18489version = "0.3.2"
18490source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18491dependencies = [
18492 "cc",
18493 "tree-sitter-language",
18494]
18495
18496[[package]]
18497name = "tree-sitter-python"
18498version = "0.25.0"
18499source = "registry+https://github.com/rust-lang/crates.io-index"
18500checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18501dependencies = [
18502 "cc",
18503 "tree-sitter-language",
18504]
18505
18506[[package]]
18507name = "tree-sitter-regex"
18508version = "0.24.3"
18509source = "registry+https://github.com/rust-lang/crates.io-index"
18510checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18511dependencies = [
18512 "cc",
18513 "tree-sitter-language",
18514]
18515
18516[[package]]
18517name = "tree-sitter-ruby"
18518version = "0.23.1"
18519source = "registry+https://github.com/rust-lang/crates.io-index"
18520checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18521dependencies = [
18522 "cc",
18523 "tree-sitter-language",
18524]
18525
18526[[package]]
18527name = "tree-sitter-rust"
18528version = "0.24.1"
18529source = "registry+https://github.com/rust-lang/crates.io-index"
18530checksum = "f715f73a0687261ddb686f0d64a1e5af57bd199c4d12be5fdda6676ce1885bf9"
18531dependencies = [
18532 "cc",
18533 "tree-sitter-language",
18534]
18535
18536[[package]]
18537name = "tree-sitter-typescript"
18538version = "0.23.2"
18539source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18540dependencies = [
18541 "cc",
18542 "tree-sitter-language",
18543]
18544
18545[[package]]
18546name = "tree-sitter-yaml"
18547version = "0.6.1"
18548source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18549dependencies = [
18550 "cc",
18551 "tree-sitter-language",
18552]
18553
18554[[package]]
18555name = "triomphe"
18556version = "0.1.15"
18557source = "registry+https://github.com/rust-lang/crates.io-index"
18558checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18559dependencies = [
18560 "serde",
18561 "stable_deref_trait",
18562]
18563
18564[[package]]
18565name = "try-lock"
18566version = "0.2.5"
18567source = "registry+https://github.com/rust-lang/crates.io-index"
18568checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18569
18570[[package]]
18571name = "ttf-parser"
18572version = "0.20.0"
18573source = "registry+https://github.com/rust-lang/crates.io-index"
18574checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18575
18576[[package]]
18577name = "ttf-parser"
18578version = "0.25.1"
18579source = "registry+https://github.com/rust-lang/crates.io-index"
18580checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18581dependencies = [
18582 "core_maths",
18583]
18584
18585[[package]]
18586name = "tungstenite"
18587version = "0.20.1"
18588source = "registry+https://github.com/rust-lang/crates.io-index"
18589checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18590dependencies = [
18591 "byteorder",
18592 "bytes 1.11.1",
18593 "data-encoding",
18594 "http 0.2.12",
18595 "httparse",
18596 "log",
18597 "rand 0.8.5",
18598 "sha1",
18599 "thiserror 1.0.69",
18600 "url",
18601 "utf-8",
18602]
18603
18604[[package]]
18605name = "tungstenite"
18606version = "0.21.0"
18607source = "registry+https://github.com/rust-lang/crates.io-index"
18608checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18609dependencies = [
18610 "byteorder",
18611 "bytes 1.11.1",
18612 "data-encoding",
18613 "http 1.3.1",
18614 "httparse",
18615 "log",
18616 "rand 0.8.5",
18617 "sha1",
18618 "thiserror 1.0.69",
18619 "url",
18620 "utf-8",
18621]
18622
18623[[package]]
18624name = "tungstenite"
18625version = "0.27.0"
18626source = "registry+https://github.com/rust-lang/crates.io-index"
18627checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18628dependencies = [
18629 "bytes 1.11.1",
18630 "data-encoding",
18631 "http 1.3.1",
18632 "httparse",
18633 "log",
18634 "rand 0.9.2",
18635 "rustls 0.23.33",
18636 "rustls-pki-types",
18637 "sha1",
18638 "thiserror 2.0.17",
18639 "utf-8",
18640]
18641
18642[[package]]
18643name = "tungstenite"
18644version = "0.28.0"
18645source = "registry+https://github.com/rust-lang/crates.io-index"
18646checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18647dependencies = [
18648 "bytes 1.11.1",
18649 "data-encoding",
18650 "http 1.3.1",
18651 "httparse",
18652 "log",
18653 "rand 0.9.2",
18654 "rustls 0.23.33",
18655 "rustls-pki-types",
18656 "sha1",
18657 "thiserror 2.0.17",
18658 "utf-8",
18659]
18660
18661[[package]]
18662name = "typeid"
18663version = "1.0.3"
18664source = "registry+https://github.com/rust-lang/crates.io-index"
18665checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18666
18667[[package]]
18668name = "typenum"
18669version = "1.19.0"
18670source = "registry+https://github.com/rust-lang/crates.io-index"
18671checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18672
18673[[package]]
18674name = "ucd-trie"
18675version = "0.1.7"
18676source = "registry+https://github.com/rust-lang/crates.io-index"
18677checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18678
18679[[package]]
18680name = "uds"
18681version = "0.4.2"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18684dependencies = [
18685 "libc",
18686]
18687
18688[[package]]
18689name = "uds_windows"
18690version = "1.1.0"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18693dependencies = [
18694 "memoffset",
18695 "tempfile",
18696 "winapi",
18697]
18698
18699[[package]]
18700name = "ug"
18701version = "0.4.0"
18702source = "registry+https://github.com/rust-lang/crates.io-index"
18703checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18704dependencies = [
18705 "gemm 0.18.2",
18706 "half",
18707 "libloading",
18708 "memmap2",
18709 "num",
18710 "num-traits",
18711 "num_cpus",
18712 "rayon",
18713 "safetensors",
18714 "serde",
18715 "thiserror 1.0.69",
18716 "tracing",
18717 "yoke 0.7.5",
18718]
18719
18720[[package]]
18721name = "ui"
18722version = "0.1.0"
18723dependencies = [
18724 "chrono",
18725 "component",
18726 "documented",
18727 "gpui",
18728 "gpui_macros",
18729 "icons",
18730 "itertools 0.14.0",
18731 "menu",
18732 "schemars",
18733 "serde",
18734 "settings",
18735 "smallvec",
18736 "story",
18737 "strum 0.27.2",
18738 "theme",
18739 "ui_macros",
18740 "util",
18741 "windows 0.61.3",
18742]
18743
18744[[package]]
18745name = "ui_input"
18746version = "0.1.0"
18747dependencies = [
18748 "component",
18749 "gpui",
18750 "ui",
18751]
18752
18753[[package]]
18754name = "ui_macros"
18755version = "0.1.0"
18756dependencies = [
18757 "component",
18758 "quote",
18759 "syn 2.0.117",
18760 "ui",
18761]
18762
18763[[package]]
18764name = "ui_prompt"
18765version = "0.1.0"
18766dependencies = [
18767 "gpui",
18768 "markdown",
18769 "menu",
18770 "settings",
18771 "theme",
18772 "ui",
18773 "workspace",
18774]
18775
18776[[package]]
18777name = "unarray"
18778version = "0.1.4"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18781
18782[[package]]
18783name = "unicase"
18784version = "2.8.1"
18785source = "registry+https://github.com/rust-lang/crates.io-index"
18786checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18787
18788[[package]]
18789name = "unicode-bidi"
18790version = "0.3.18"
18791source = "registry+https://github.com/rust-lang/crates.io-index"
18792checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18793
18794[[package]]
18795name = "unicode-bidi-mirroring"
18796version = "0.4.0"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18799
18800[[package]]
18801name = "unicode-ccc"
18802version = "0.4.0"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18805
18806[[package]]
18807name = "unicode-general-category"
18808version = "1.1.0"
18809source = "registry+https://github.com/rust-lang/crates.io-index"
18810checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18811
18812[[package]]
18813name = "unicode-ident"
18814version = "1.0.19"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18817
18818[[package]]
18819name = "unicode-linebreak"
18820version = "0.1.5"
18821source = "registry+https://github.com/rust-lang/crates.io-index"
18822checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18823
18824[[package]]
18825name = "unicode-normalization"
18826version = "0.1.24"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18829dependencies = [
18830 "tinyvec",
18831]
18832
18833[[package]]
18834name = "unicode-properties"
18835version = "0.1.3"
18836source = "registry+https://github.com/rust-lang/crates.io-index"
18837checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18838
18839[[package]]
18840name = "unicode-script"
18841version = "0.5.8"
18842source = "registry+https://github.com/rust-lang/crates.io-index"
18843checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18844
18845[[package]]
18846name = "unicode-segmentation"
18847version = "1.12.0"
18848source = "registry+https://github.com/rust-lang/crates.io-index"
18849checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18850
18851[[package]]
18852name = "unicode-vo"
18853version = "0.1.0"
18854source = "registry+https://github.com/rust-lang/crates.io-index"
18855checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18856
18857[[package]]
18858name = "unicode-width"
18859version = "0.2.2"
18860source = "registry+https://github.com/rust-lang/crates.io-index"
18861checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18862
18863[[package]]
18864name = "unicode-xid"
18865version = "0.2.6"
18866source = "registry+https://github.com/rust-lang/crates.io-index"
18867checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18868
18869[[package]]
18870name = "unicode_categories"
18871version = "0.1.1"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18874
18875[[package]]
18876name = "unindent"
18877version = "0.2.4"
18878source = "registry+https://github.com/rust-lang/crates.io-index"
18879checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18880
18881[[package]]
18882name = "unsafe-libyaml"
18883version = "0.2.11"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18886
18887[[package]]
18888name = "untrusted"
18889version = "0.7.1"
18890source = "registry+https://github.com/rust-lang/crates.io-index"
18891checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18892
18893[[package]]
18894name = "untrusted"
18895version = "0.9.0"
18896source = "registry+https://github.com/rust-lang/crates.io-index"
18897checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18898
18899[[package]]
18900name = "url"
18901version = "2.5.7"
18902source = "registry+https://github.com/rust-lang/crates.io-index"
18903checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18904dependencies = [
18905 "form_urlencoded",
18906 "idna",
18907 "percent-encoding",
18908 "serde",
18909]
18910
18911[[package]]
18912name = "urlencoding"
18913version = "2.1.3"
18914source = "registry+https://github.com/rust-lang/crates.io-index"
18915checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18916
18917[[package]]
18918name = "usvg"
18919version = "0.45.1"
18920source = "registry+https://github.com/rust-lang/crates.io-index"
18921checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18922dependencies = [
18923 "base64 0.22.1",
18924 "data-url",
18925 "flate2",
18926 "fontdb 0.23.0",
18927 "imagesize",
18928 "kurbo",
18929 "log",
18930 "pico-args",
18931 "roxmltree",
18932 "rustybuzz",
18933 "simplecss",
18934 "siphasher 1.0.1",
18935 "strict-num",
18936 "svgtypes",
18937 "tiny-skia-path",
18938 "unicode-bidi",
18939 "unicode-script",
18940 "unicode-vo",
18941 "xmlwriter",
18942]
18943
18944[[package]]
18945name = "utf-8"
18946version = "0.7.6"
18947source = "registry+https://github.com/rust-lang/crates.io-index"
18948checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18949
18950[[package]]
18951name = "utf8-chars"
18952version = "3.0.6"
18953source = "registry+https://github.com/rust-lang/crates.io-index"
18954checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18955dependencies = [
18956 "arrayvec",
18957]
18958
18959[[package]]
18960name = "utf8_iter"
18961version = "1.0.4"
18962source = "registry+https://github.com/rust-lang/crates.io-index"
18963checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18964
18965[[package]]
18966name = "utf8parse"
18967version = "0.2.2"
18968source = "registry+https://github.com/rust-lang/crates.io-index"
18969checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18970
18971[[package]]
18972name = "util"
18973version = "0.1.0"
18974dependencies = [
18975 "anyhow",
18976 "async-fs",
18977 "async_zip",
18978 "collections",
18979 "command-fds",
18980 "dirs 4.0.0",
18981 "dunce",
18982 "futures 0.3.31",
18983 "futures-lite 1.13.0",
18984 "git2",
18985 "globset",
18986 "gpui_util",
18987 "itertools 0.14.0",
18988 "libc",
18989 "log",
18990 "mach2 0.5.0",
18991 "nix 0.29.0",
18992 "percent-encoding",
18993 "pretty_assertions",
18994 "rand 0.9.2",
18995 "regex",
18996 "rust-embed",
18997 "schemars",
18998 "serde",
18999 "serde_json",
19000 "serde_json_lenient",
19001 "shlex",
19002 "smol",
19003 "take-until",
19004 "tempfile",
19005 "tendril",
19006 "unicase",
19007 "url",
19008 "util_macros",
19009 "walkdir",
19010 "which 6.0.3",
19011]
19012
19013[[package]]
19014name = "util_macros"
19015version = "0.1.0"
19016dependencies = [
19017 "perf",
19018 "quote",
19019 "syn 2.0.117",
19020]
19021
19022[[package]]
19023name = "uuid"
19024version = "1.18.1"
19025source = "registry+https://github.com/rust-lang/crates.io-index"
19026checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19027dependencies = [
19028 "getrandom 0.3.4",
19029 "js-sys",
19030 "serde",
19031 "sha1_smol",
19032 "wasm-bindgen",
19033]
19034
19035[[package]]
19036name = "uuid-simd"
19037version = "0.8.0"
19038source = "registry+https://github.com/rust-lang/crates.io-index"
19039checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19040dependencies = [
19041 "outref",
19042 "vsimd",
19043]
19044
19045[[package]]
19046name = "v_frame"
19047version = "0.3.9"
19048source = "registry+https://github.com/rust-lang/crates.io-index"
19049checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19050dependencies = [
19051 "aligned-vec",
19052 "num-traits",
19053 "wasm-bindgen",
19054]
19055
19056[[package]]
19057name = "valuable"
19058version = "0.1.1"
19059source = "registry+https://github.com/rust-lang/crates.io-index"
19060checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19061
19062[[package]]
19063name = "value-bag"
19064version = "1.12.0"
19065source = "registry+https://github.com/rust-lang/crates.io-index"
19066checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19067dependencies = [
19068 "value-bag-serde1",
19069 "value-bag-sval2",
19070]
19071
19072[[package]]
19073name = "value-bag-serde1"
19074version = "1.12.0"
19075source = "registry+https://github.com/rust-lang/crates.io-index"
19076checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19077dependencies = [
19078 "erased-serde",
19079 "serde_core",
19080 "serde_fmt",
19081]
19082
19083[[package]]
19084name = "value-bag-sval2"
19085version = "1.12.0"
19086source = "registry+https://github.com/rust-lang/crates.io-index"
19087checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19088dependencies = [
19089 "sval",
19090 "sval_buffer",
19091 "sval_dynamic",
19092 "sval_fmt",
19093 "sval_json",
19094 "sval_ref",
19095 "sval_serde",
19096]
19097
19098[[package]]
19099name = "vcpkg"
19100version = "0.2.15"
19101source = "registry+https://github.com/rust-lang/crates.io-index"
19102checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19103
19104[[package]]
19105name = "vercel"
19106version = "0.1.0"
19107dependencies = [
19108 "anyhow",
19109 "schemars",
19110 "serde",
19111 "strum 0.27.2",
19112]
19113
19114[[package]]
19115name = "version-compare"
19116version = "0.2.0"
19117source = "registry+https://github.com/rust-lang/crates.io-index"
19118checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19119
19120[[package]]
19121name = "version_check"
19122version = "0.9.5"
19123source = "registry+https://github.com/rust-lang/crates.io-index"
19124checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19125
19126[[package]]
19127name = "vim"
19128version = "0.1.0"
19129dependencies = [
19130 "anyhow",
19131 "async-compat",
19132 "async-trait",
19133 "collections",
19134 "command_palette",
19135 "command_palette_hooks",
19136 "db",
19137 "editor",
19138 "env_logger 0.11.8",
19139 "futures 0.3.31",
19140 "fuzzy",
19141 "git_ui",
19142 "gpui",
19143 "indoc",
19144 "itertools 0.14.0",
19145 "language",
19146 "log",
19147 "lsp",
19148 "markdown_preview",
19149 "menu",
19150 "multi_buffer",
19151 "nvim-rs",
19152 "outline_panel",
19153 "parking_lot",
19154 "perf",
19155 "picker",
19156 "project",
19157 "project_panel",
19158 "regex",
19159 "release_channel",
19160 "schemars",
19161 "search",
19162 "semver",
19163 "serde",
19164 "serde_json",
19165 "settings",
19166 "settings_ui",
19167 "task",
19168 "text",
19169 "theme",
19170 "tokio",
19171 "ui",
19172 "util",
19173 "util_macros",
19174 "vim_mode_setting",
19175 "workspace",
19176 "zed_actions",
19177]
19178
19179[[package]]
19180name = "vim_mode_setting"
19181version = "0.1.0"
19182dependencies = [
19183 "gpui",
19184 "settings",
19185]
19186
19187[[package]]
19188name = "vscode_theme"
19189version = "0.2.0"
19190source = "registry+https://github.com/rust-lang/crates.io-index"
19191checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19192dependencies = [
19193 "serde",
19194]
19195
19196[[package]]
19197name = "vsimd"
19198version = "0.8.0"
19199source = "registry+https://github.com/rust-lang/crates.io-index"
19200checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19201
19202[[package]]
19203name = "vswhom"
19204version = "0.1.0"
19205source = "registry+https://github.com/rust-lang/crates.io-index"
19206checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19207dependencies = [
19208 "libc",
19209 "vswhom-sys",
19210]
19211
19212[[package]]
19213name = "vswhom-sys"
19214version = "0.1.3"
19215source = "registry+https://github.com/rust-lang/crates.io-index"
19216checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19217dependencies = [
19218 "cc",
19219 "libc",
19220]
19221
19222[[package]]
19223name = "vte"
19224version = "0.15.0"
19225source = "registry+https://github.com/rust-lang/crates.io-index"
19226checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19227dependencies = [
19228 "arrayvec",
19229 "bitflags 2.10.0",
19230 "cursor-icon",
19231 "log",
19232 "memchr",
19233 "serde",
19234]
19235
19236[[package]]
19237name = "wait-timeout"
19238version = "0.2.1"
19239source = "registry+https://github.com/rust-lang/crates.io-index"
19240checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19241dependencies = [
19242 "libc",
19243]
19244
19245[[package]]
19246name = "waker-fn"
19247version = "1.2.0"
19248source = "registry+https://github.com/rust-lang/crates.io-index"
19249checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19250
19251[[package]]
19252name = "walkdir"
19253version = "2.5.0"
19254source = "registry+https://github.com/rust-lang/crates.io-index"
19255checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19256dependencies = [
19257 "same-file",
19258 "winapi-util",
19259]
19260
19261[[package]]
19262name = "want"
19263version = "0.3.1"
19264source = "registry+https://github.com/rust-lang/crates.io-index"
19265checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19266dependencies = [
19267 "try-lock",
19268]
19269
19270[[package]]
19271name = "warp"
19272version = "0.3.7"
19273source = "registry+https://github.com/rust-lang/crates.io-index"
19274checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19275dependencies = [
19276 "bytes 1.11.1",
19277 "futures-channel",
19278 "futures-util",
19279 "headers",
19280 "http 0.2.12",
19281 "hyper 0.14.32",
19282 "log",
19283 "mime",
19284 "mime_guess",
19285 "percent-encoding",
19286 "pin-project",
19287 "scoped-tls",
19288 "serde",
19289 "serde_json",
19290 "serde_urlencoded",
19291 "tokio",
19292 "tokio-tungstenite 0.21.0",
19293 "tokio-util",
19294 "tower-service",
19295 "tracing",
19296]
19297
19298[[package]]
19299name = "wasi"
19300version = "0.11.1+wasi-snapshot-preview1"
19301source = "registry+https://github.com/rust-lang/crates.io-index"
19302checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19303
19304[[package]]
19305name = "wasip2"
19306version = "1.0.1+wasi-0.2.4"
19307source = "registry+https://github.com/rust-lang/crates.io-index"
19308checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19309dependencies = [
19310 "wit-bindgen 0.46.0",
19311]
19312
19313[[package]]
19314name = "wasip3"
19315version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19316source = "registry+https://github.com/rust-lang/crates.io-index"
19317checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19318dependencies = [
19319 "wit-bindgen 0.51.0",
19320]
19321
19322[[package]]
19323name = "wasite"
19324version = "0.1.0"
19325source = "registry+https://github.com/rust-lang/crates.io-index"
19326checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19327
19328[[package]]
19329name = "wasm-bindgen"
19330version = "0.2.113"
19331source = "registry+https://github.com/rust-lang/crates.io-index"
19332checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19333dependencies = [
19334 "cfg-if",
19335 "once_cell",
19336 "rustversion",
19337 "wasm-bindgen-macro",
19338 "wasm-bindgen-shared",
19339]
19340
19341[[package]]
19342name = "wasm-bindgen-futures"
19343version = "0.4.63"
19344source = "registry+https://github.com/rust-lang/crates.io-index"
19345checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19346dependencies = [
19347 "cfg-if",
19348 "futures-util",
19349 "js-sys",
19350 "once_cell",
19351 "wasm-bindgen",
19352 "web-sys",
19353]
19354
19355[[package]]
19356name = "wasm-bindgen-macro"
19357version = "0.2.113"
19358source = "registry+https://github.com/rust-lang/crates.io-index"
19359checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19360dependencies = [
19361 "quote",
19362 "wasm-bindgen-macro-support",
19363]
19364
19365[[package]]
19366name = "wasm-bindgen-macro-support"
19367version = "0.2.113"
19368source = "registry+https://github.com/rust-lang/crates.io-index"
19369checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19370dependencies = [
19371 "bumpalo",
19372 "proc-macro2",
19373 "quote",
19374 "syn 2.0.117",
19375 "wasm-bindgen-shared",
19376]
19377
19378[[package]]
19379name = "wasm-bindgen-shared"
19380version = "0.2.113"
19381source = "registry+https://github.com/rust-lang/crates.io-index"
19382checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19383dependencies = [
19384 "unicode-ident",
19385]
19386
19387[[package]]
19388name = "wasm-encoder"
19389version = "0.201.0"
19390source = "registry+https://github.com/rust-lang/crates.io-index"
19391checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19392dependencies = [
19393 "leb128",
19394]
19395
19396[[package]]
19397name = "wasm-encoder"
19398version = "0.221.3"
19399source = "registry+https://github.com/rust-lang/crates.io-index"
19400checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19401dependencies = [
19402 "leb128",
19403 "wasmparser 0.221.3",
19404]
19405
19406[[package]]
19407name = "wasm-encoder"
19408version = "0.227.1"
19409source = "registry+https://github.com/rust-lang/crates.io-index"
19410checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19411dependencies = [
19412 "leb128fmt",
19413 "wasmparser 0.227.1",
19414]
19415
19416[[package]]
19417name = "wasm-encoder"
19418version = "0.229.0"
19419source = "registry+https://github.com/rust-lang/crates.io-index"
19420checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19421dependencies = [
19422 "leb128fmt",
19423 "wasmparser 0.229.0",
19424]
19425
19426[[package]]
19427name = "wasm-encoder"
19428version = "0.244.0"
19429source = "registry+https://github.com/rust-lang/crates.io-index"
19430checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19431dependencies = [
19432 "leb128fmt",
19433 "wasmparser 0.244.0",
19434]
19435
19436[[package]]
19437name = "wasm-metadata"
19438version = "0.201.0"
19439source = "registry+https://github.com/rust-lang/crates.io-index"
19440checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19441dependencies = [
19442 "anyhow",
19443 "indexmap",
19444 "serde",
19445 "serde_derive",
19446 "serde_json",
19447 "spdx",
19448 "wasm-encoder 0.201.0",
19449 "wasmparser 0.201.0",
19450]
19451
19452[[package]]
19453name = "wasm-metadata"
19454version = "0.227.1"
19455source = "registry+https://github.com/rust-lang/crates.io-index"
19456checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19457dependencies = [
19458 "anyhow",
19459 "auditable-serde",
19460 "flate2",
19461 "indexmap",
19462 "serde",
19463 "serde_derive",
19464 "serde_json",
19465 "spdx",
19466 "url",
19467 "wasm-encoder 0.227.1",
19468 "wasmparser 0.227.1",
19469]
19470
19471[[package]]
19472name = "wasm-metadata"
19473version = "0.244.0"
19474source = "registry+https://github.com/rust-lang/crates.io-index"
19475checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19476dependencies = [
19477 "anyhow",
19478 "indexmap",
19479 "wasm-encoder 0.244.0",
19480 "wasmparser 0.244.0",
19481]
19482
19483[[package]]
19484name = "wasm-streams"
19485version = "0.4.2"
19486source = "registry+https://github.com/rust-lang/crates.io-index"
19487checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19488dependencies = [
19489 "futures-util",
19490 "js-sys",
19491 "wasm-bindgen",
19492 "wasm-bindgen-futures",
19493 "web-sys",
19494]
19495
19496[[package]]
19497name = "wasm_thread"
19498version = "0.3.3"
19499source = "registry+https://github.com/rust-lang/crates.io-index"
19500checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19501dependencies = [
19502 "futures 0.3.31",
19503 "js-sys",
19504 "wasm-bindgen",
19505 "web-sys",
19506]
19507
19508[[package]]
19509name = "wasmparser"
19510version = "0.201.0"
19511source = "registry+https://github.com/rust-lang/crates.io-index"
19512checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19513dependencies = [
19514 "bitflags 2.10.0",
19515 "indexmap",
19516 "semver",
19517]
19518
19519[[package]]
19520name = "wasmparser"
19521version = "0.221.3"
19522source = "registry+https://github.com/rust-lang/crates.io-index"
19523checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19524dependencies = [
19525 "bitflags 2.10.0",
19526 "hashbrown 0.15.5",
19527 "indexmap",
19528 "semver",
19529 "serde",
19530]
19531
19532[[package]]
19533name = "wasmparser"
19534version = "0.227.1"
19535source = "registry+https://github.com/rust-lang/crates.io-index"
19536checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19537dependencies = [
19538 "bitflags 2.10.0",
19539 "hashbrown 0.15.5",
19540 "indexmap",
19541 "semver",
19542]
19543
19544[[package]]
19545name = "wasmparser"
19546version = "0.229.0"
19547source = "registry+https://github.com/rust-lang/crates.io-index"
19548checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19549dependencies = [
19550 "bitflags 2.10.0",
19551 "hashbrown 0.15.5",
19552 "indexmap",
19553 "semver",
19554 "serde",
19555]
19556
19557[[package]]
19558name = "wasmparser"
19559version = "0.244.0"
19560source = "registry+https://github.com/rust-lang/crates.io-index"
19561checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19562dependencies = [
19563 "bitflags 2.10.0",
19564 "hashbrown 0.15.5",
19565 "indexmap",
19566 "semver",
19567]
19568
19569[[package]]
19570name = "wasmprinter"
19571version = "0.229.0"
19572source = "registry+https://github.com/rust-lang/crates.io-index"
19573checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19574dependencies = [
19575 "anyhow",
19576 "termcolor",
19577 "wasmparser 0.229.0",
19578]
19579
19580[[package]]
19581name = "wasmtime"
19582version = "33.0.2"
19583source = "registry+https://github.com/rust-lang/crates.io-index"
19584checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19585dependencies = [
19586 "addr2line 0.24.2",
19587 "anyhow",
19588 "async-trait",
19589 "bitflags 2.10.0",
19590 "bumpalo",
19591 "cc",
19592 "cfg-if",
19593 "encoding_rs",
19594 "hashbrown 0.15.5",
19595 "indexmap",
19596 "libc",
19597 "log",
19598 "mach2 0.4.3",
19599 "memfd",
19600 "object 0.36.7",
19601 "once_cell",
19602 "postcard",
19603 "psm",
19604 "pulley-interpreter",
19605 "rayon",
19606 "rustix 1.1.2",
19607 "semver",
19608 "serde",
19609 "serde_derive",
19610 "smallvec",
19611 "sptr",
19612 "target-lexicon 0.13.3",
19613 "trait-variant",
19614 "wasmparser 0.229.0",
19615 "wasmtime-asm-macros",
19616 "wasmtime-component-macro",
19617 "wasmtime-component-util",
19618 "wasmtime-cranelift",
19619 "wasmtime-environ",
19620 "wasmtime-fiber",
19621 "wasmtime-jit-icache-coherence",
19622 "wasmtime-math",
19623 "wasmtime-slab",
19624 "wasmtime-versioned-export-macros",
19625 "wasmtime-winch",
19626 "windows-sys 0.59.0",
19627]
19628
19629[[package]]
19630name = "wasmtime-asm-macros"
19631version = "33.0.2"
19632source = "registry+https://github.com/rust-lang/crates.io-index"
19633checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19634dependencies = [
19635 "cfg-if",
19636]
19637
19638[[package]]
19639name = "wasmtime-c-api-impl"
19640version = "33.0.2"
19641source = "registry+https://github.com/rust-lang/crates.io-index"
19642checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19643dependencies = [
19644 "anyhow",
19645 "log",
19646 "tracing",
19647 "wasmtime",
19648 "wasmtime-c-api-macros",
19649]
19650
19651[[package]]
19652name = "wasmtime-c-api-macros"
19653version = "33.0.2"
19654source = "registry+https://github.com/rust-lang/crates.io-index"
19655checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19656dependencies = [
19657 "proc-macro2",
19658 "quote",
19659]
19660
19661[[package]]
19662name = "wasmtime-component-macro"
19663version = "33.0.2"
19664source = "registry+https://github.com/rust-lang/crates.io-index"
19665checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19666dependencies = [
19667 "anyhow",
19668 "proc-macro2",
19669 "quote",
19670 "syn 2.0.117",
19671 "wasmtime-component-util",
19672 "wasmtime-wit-bindgen",
19673 "wit-parser 0.229.0",
19674]
19675
19676[[package]]
19677name = "wasmtime-component-util"
19678version = "33.0.2"
19679source = "registry+https://github.com/rust-lang/crates.io-index"
19680checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19681
19682[[package]]
19683name = "wasmtime-cranelift"
19684version = "33.0.2"
19685source = "registry+https://github.com/rust-lang/crates.io-index"
19686checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19687dependencies = [
19688 "anyhow",
19689 "cfg-if",
19690 "cranelift-codegen",
19691 "cranelift-control",
19692 "cranelift-entity",
19693 "cranelift-frontend",
19694 "cranelift-native",
19695 "gimli 0.31.1",
19696 "itertools 0.14.0",
19697 "log",
19698 "object 0.36.7",
19699 "pulley-interpreter",
19700 "smallvec",
19701 "target-lexicon 0.13.3",
19702 "thiserror 2.0.17",
19703 "wasmparser 0.229.0",
19704 "wasmtime-environ",
19705 "wasmtime-versioned-export-macros",
19706]
19707
19708[[package]]
19709name = "wasmtime-environ"
19710version = "33.0.2"
19711source = "registry+https://github.com/rust-lang/crates.io-index"
19712checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19713dependencies = [
19714 "anyhow",
19715 "cpp_demangle",
19716 "cranelift-bitset",
19717 "cranelift-entity",
19718 "gimli 0.31.1",
19719 "indexmap",
19720 "log",
19721 "object 0.36.7",
19722 "postcard",
19723 "rustc-demangle",
19724 "semver",
19725 "serde",
19726 "serde_derive",
19727 "smallvec",
19728 "target-lexicon 0.13.3",
19729 "wasm-encoder 0.229.0",
19730 "wasmparser 0.229.0",
19731 "wasmprinter",
19732 "wasmtime-component-util",
19733]
19734
19735[[package]]
19736name = "wasmtime-fiber"
19737version = "33.0.2"
19738source = "registry+https://github.com/rust-lang/crates.io-index"
19739checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19740dependencies = [
19741 "anyhow",
19742 "cc",
19743 "cfg-if",
19744 "rustix 1.1.2",
19745 "wasmtime-asm-macros",
19746 "wasmtime-versioned-export-macros",
19747 "windows-sys 0.59.0",
19748]
19749
19750[[package]]
19751name = "wasmtime-jit-icache-coherence"
19752version = "33.0.2"
19753source = "registry+https://github.com/rust-lang/crates.io-index"
19754checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19755dependencies = [
19756 "anyhow",
19757 "cfg-if",
19758 "libc",
19759 "windows-sys 0.59.0",
19760]
19761
19762[[package]]
19763name = "wasmtime-math"
19764version = "33.0.2"
19765source = "registry+https://github.com/rust-lang/crates.io-index"
19766checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19767dependencies = [
19768 "libm",
19769]
19770
19771[[package]]
19772name = "wasmtime-slab"
19773version = "33.0.2"
19774source = "registry+https://github.com/rust-lang/crates.io-index"
19775checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19776
19777[[package]]
19778name = "wasmtime-versioned-export-macros"
19779version = "33.0.2"
19780source = "registry+https://github.com/rust-lang/crates.io-index"
19781checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19782dependencies = [
19783 "proc-macro2",
19784 "quote",
19785 "syn 2.0.117",
19786]
19787
19788[[package]]
19789name = "wasmtime-wasi"
19790version = "33.0.2"
19791source = "registry+https://github.com/rust-lang/crates.io-index"
19792checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19793dependencies = [
19794 "anyhow",
19795 "async-trait",
19796 "bitflags 2.10.0",
19797 "bytes 1.11.1",
19798 "cap-fs-ext",
19799 "cap-net-ext",
19800 "cap-rand",
19801 "cap-std",
19802 "cap-time-ext",
19803 "fs-set-times",
19804 "futures 0.3.31",
19805 "io-extras",
19806 "io-lifetimes",
19807 "rustix 1.1.2",
19808 "system-interface",
19809 "thiserror 2.0.17",
19810 "tokio",
19811 "tracing",
19812 "url",
19813 "wasmtime",
19814 "wasmtime-wasi-io",
19815 "wiggle",
19816 "windows-sys 0.59.0",
19817]
19818
19819[[package]]
19820name = "wasmtime-wasi-io"
19821version = "33.0.2"
19822source = "registry+https://github.com/rust-lang/crates.io-index"
19823checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19824dependencies = [
19825 "anyhow",
19826 "async-trait",
19827 "bytes 1.11.1",
19828 "futures 0.3.31",
19829 "wasmtime",
19830]
19831
19832[[package]]
19833name = "wasmtime-winch"
19834version = "33.0.2"
19835source = "registry+https://github.com/rust-lang/crates.io-index"
19836checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19837dependencies = [
19838 "anyhow",
19839 "cranelift-codegen",
19840 "gimli 0.31.1",
19841 "object 0.36.7",
19842 "target-lexicon 0.13.3",
19843 "wasmparser 0.229.0",
19844 "wasmtime-cranelift",
19845 "wasmtime-environ",
19846 "winch-codegen",
19847]
19848
19849[[package]]
19850name = "wasmtime-wit-bindgen"
19851version = "33.0.2"
19852source = "registry+https://github.com/rust-lang/crates.io-index"
19853checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19854dependencies = [
19855 "anyhow",
19856 "heck 0.5.0",
19857 "indexmap",
19858 "wit-parser 0.229.0",
19859]
19860
19861[[package]]
19862name = "wast"
19863version = "35.0.2"
19864source = "registry+https://github.com/rust-lang/crates.io-index"
19865checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19866dependencies = [
19867 "leb128",
19868]
19869
19870[[package]]
19871name = "watch"
19872version = "0.1.0"
19873dependencies = [
19874 "ctor",
19875 "futures 0.3.31",
19876 "gpui",
19877 "parking_lot",
19878 "zlog",
19879]
19880
19881[[package]]
19882name = "wax"
19883version = "0.7.0"
19884source = "registry+https://github.com/rust-lang/crates.io-index"
19885checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19886dependencies = [
19887 "const_format",
19888 "itertools 0.14.0",
19889 "nom 7.1.3",
19890 "pori",
19891 "regex",
19892 "thiserror 2.0.17",
19893 "walkdir",
19894]
19895
19896[[package]]
19897name = "wayland-backend"
19898version = "0.3.11"
19899source = "registry+https://github.com/rust-lang/crates.io-index"
19900checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19901dependencies = [
19902 "cc",
19903 "downcast-rs",
19904 "rustix 1.1.2",
19905 "scoped-tls",
19906 "smallvec",
19907 "wayland-sys",
19908]
19909
19910[[package]]
19911name = "wayland-client"
19912version = "0.31.11"
19913source = "registry+https://github.com/rust-lang/crates.io-index"
19914checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19915dependencies = [
19916 "bitflags 2.10.0",
19917 "rustix 1.1.2",
19918 "wayland-backend",
19919 "wayland-scanner",
19920]
19921
19922[[package]]
19923name = "wayland-cursor"
19924version = "0.31.11"
19925source = "registry+https://github.com/rust-lang/crates.io-index"
19926checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19927dependencies = [
19928 "rustix 1.1.2",
19929 "wayland-client",
19930 "xcursor",
19931]
19932
19933[[package]]
19934name = "wayland-protocols"
19935version = "0.32.9"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19938dependencies = [
19939 "bitflags 2.10.0",
19940 "wayland-backend",
19941 "wayland-client",
19942 "wayland-scanner",
19943]
19944
19945[[package]]
19946name = "wayland-protocols-plasma"
19947version = "0.3.9"
19948source = "registry+https://github.com/rust-lang/crates.io-index"
19949checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19950dependencies = [
19951 "bitflags 2.10.0",
19952 "wayland-backend",
19953 "wayland-client",
19954 "wayland-protocols",
19955 "wayland-scanner",
19956]
19957
19958[[package]]
19959name = "wayland-protocols-wlr"
19960version = "0.3.9"
19961source = "registry+https://github.com/rust-lang/crates.io-index"
19962checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19963dependencies = [
19964 "bitflags 2.10.0",
19965 "wayland-backend",
19966 "wayland-client",
19967 "wayland-protocols",
19968 "wayland-scanner",
19969]
19970
19971[[package]]
19972name = "wayland-scanner"
19973version = "0.31.7"
19974source = "registry+https://github.com/rust-lang/crates.io-index"
19975checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19976dependencies = [
19977 "proc-macro2",
19978 "quick-xml 0.37.5",
19979 "quote",
19980]
19981
19982[[package]]
19983name = "wayland-sys"
19984version = "0.31.7"
19985source = "registry+https://github.com/rust-lang/crates.io-index"
19986checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19987dependencies = [
19988 "dlib",
19989 "log",
19990 "once_cell",
19991 "pkg-config",
19992]
19993
19994[[package]]
19995name = "web-sys"
19996version = "0.3.90"
19997source = "registry+https://github.com/rust-lang/crates.io-index"
19998checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19999dependencies = [
20000 "js-sys",
20001 "wasm-bindgen",
20002]
20003
20004[[package]]
20005name = "web-time"
20006version = "1.1.0"
20007source = "registry+https://github.com/rust-lang/crates.io-index"
20008checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20009dependencies = [
20010 "js-sys",
20011 "wasm-bindgen",
20012]
20013
20014[[package]]
20015name = "web_atoms"
20016version = "0.1.3"
20017source = "registry+https://github.com/rust-lang/crates.io-index"
20018checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20019dependencies = [
20020 "phf 0.11.3",
20021 "phf_codegen",
20022 "string_cache",
20023 "string_cache_codegen",
20024]
20025
20026[[package]]
20027name = "web_search"
20028version = "0.1.0"
20029dependencies = [
20030 "anyhow",
20031 "cloud_llm_client",
20032 "collections",
20033 "gpui",
20034 "serde",
20035]
20036
20037[[package]]
20038name = "web_search_providers"
20039version = "0.1.0"
20040dependencies = [
20041 "anyhow",
20042 "client",
20043 "cloud_api_types",
20044 "cloud_llm_client",
20045 "futures 0.3.31",
20046 "gpui",
20047 "http_client",
20048 "language_model",
20049 "serde",
20050 "serde_json",
20051 "web_search",
20052]
20053
20054[[package]]
20055name = "webpki-root-certs"
20056version = "0.26.8"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20059dependencies = [
20060 "rustls-pki-types",
20061]
20062
20063[[package]]
20064name = "webpki-roots"
20065version = "0.26.8"
20066source = "registry+https://github.com/rust-lang/crates.io-index"
20067checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20068dependencies = [
20069 "rustls-pki-types",
20070]
20071
20072[[package]]
20073name = "webrtc-sys"
20074version = "0.3.23"
20075source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20076dependencies = [
20077 "cc",
20078 "cxx",
20079 "cxx-build",
20080 "glob",
20081 "log",
20082 "pkg-config",
20083 "webrtc-sys-build",
20084]
20085
20086[[package]]
20087name = "webrtc-sys-build"
20088version = "0.3.13"
20089source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20090dependencies = [
20091 "anyhow",
20092 "fs2",
20093 "regex",
20094 "reqwest 0.12.24",
20095 "scratch",
20096 "semver",
20097 "zip 0.6.6",
20098]
20099
20100[[package]]
20101name = "weezl"
20102version = "0.1.10"
20103source = "registry+https://github.com/rust-lang/crates.io-index"
20104checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20105
20106[[package]]
20107name = "wgpu"
20108version = "29.0.0"
20109source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20110dependencies = [
20111 "arrayvec",
20112 "bitflags 2.10.0",
20113 "bytemuck",
20114 "cfg-if",
20115 "cfg_aliases 0.2.1",
20116 "document-features",
20117 "hashbrown 0.16.1",
20118 "js-sys",
20119 "log",
20120 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20121 "parking_lot",
20122 "portable-atomic",
20123 "profiling",
20124 "raw-window-handle",
20125 "smallvec",
20126 "static_assertions",
20127 "wasm-bindgen",
20128 "wasm-bindgen-futures",
20129 "web-sys",
20130 "wgpu-core",
20131 "wgpu-hal",
20132 "wgpu-types",
20133]
20134
20135[[package]]
20136name = "wgpu-core"
20137version = "29.0.0"
20138source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20139dependencies = [
20140 "arrayvec",
20141 "bit-set 0.9.1",
20142 "bit-vec 0.9.1",
20143 "bitflags 2.10.0",
20144 "bytemuck",
20145 "cfg_aliases 0.2.1",
20146 "document-features",
20147 "hashbrown 0.16.1",
20148 "indexmap",
20149 "log",
20150 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20151 "once_cell",
20152 "parking_lot",
20153 "portable-atomic",
20154 "profiling",
20155 "raw-window-handle",
20156 "rustc-hash 1.1.0",
20157 "smallvec",
20158 "thiserror 2.0.17",
20159 "wgpu-core-deps-apple",
20160 "wgpu-core-deps-emscripten",
20161 "wgpu-core-deps-windows-linux-android",
20162 "wgpu-hal",
20163 "wgpu-naga-bridge",
20164 "wgpu-types",
20165]
20166
20167[[package]]
20168name = "wgpu-core-deps-apple"
20169version = "29.0.0"
20170source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20171dependencies = [
20172 "wgpu-hal",
20173]
20174
20175[[package]]
20176name = "wgpu-core-deps-emscripten"
20177version = "29.0.0"
20178source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20179dependencies = [
20180 "wgpu-hal",
20181]
20182
20183[[package]]
20184name = "wgpu-core-deps-windows-linux-android"
20185version = "29.0.0"
20186source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20187dependencies = [
20188 "wgpu-hal",
20189]
20190
20191[[package]]
20192name = "wgpu-hal"
20193version = "29.0.0"
20194source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20195dependencies = [
20196 "android_system_properties",
20197 "arrayvec",
20198 "ash",
20199 "bit-set 0.9.1",
20200 "bitflags 2.10.0",
20201 "block2",
20202 "bytemuck",
20203 "cfg-if",
20204 "cfg_aliases 0.2.1",
20205 "glow",
20206 "glutin_wgl_sys",
20207 "gpu-allocator",
20208 "gpu-descriptor",
20209 "hashbrown 0.16.1",
20210 "js-sys",
20211 "khronos-egl",
20212 "libc",
20213 "libloading",
20214 "log",
20215 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20216 "ndk-sys",
20217 "objc2",
20218 "objc2-core-foundation",
20219 "objc2-foundation",
20220 "objc2-metal",
20221 "objc2-quartz-core",
20222 "once_cell",
20223 "ordered-float 4.6.0",
20224 "parking_lot",
20225 "portable-atomic",
20226 "portable-atomic-util",
20227 "profiling",
20228 "range-alloc",
20229 "raw-window-handle",
20230 "raw-window-metal",
20231 "renderdoc-sys",
20232 "smallvec",
20233 "thiserror 2.0.17",
20234 "wasm-bindgen",
20235 "wayland-sys",
20236 "web-sys",
20237 "wgpu-naga-bridge",
20238 "wgpu-types",
20239 "windows 0.62.2",
20240 "windows-core 0.62.2",
20241]
20242
20243[[package]]
20244name = "wgpu-naga-bridge"
20245version = "29.0.0"
20246source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20247dependencies = [
20248 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20249 "wgpu-types",
20250]
20251
20252[[package]]
20253name = "wgpu-types"
20254version = "29.0.0"
20255source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20256dependencies = [
20257 "bitflags 2.10.0",
20258 "bytemuck",
20259 "js-sys",
20260 "log",
20261 "raw-window-handle",
20262 "web-sys",
20263]
20264
20265[[package]]
20266name = "which"
20267version = "4.4.2"
20268source = "registry+https://github.com/rust-lang/crates.io-index"
20269checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20270dependencies = [
20271 "either",
20272 "home",
20273 "once_cell",
20274 "rustix 0.38.44",
20275]
20276
20277[[package]]
20278name = "which"
20279version = "6.0.3"
20280source = "registry+https://github.com/rust-lang/crates.io-index"
20281checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20282dependencies = [
20283 "either",
20284 "home",
20285 "rustix 0.38.44",
20286 "winsafe",
20287]
20288
20289[[package]]
20290name = "which_key"
20291version = "0.1.0"
20292dependencies = [
20293 "command_palette",
20294 "gpui",
20295 "serde",
20296 "settings",
20297 "theme",
20298 "ui",
20299 "util",
20300 "workspace",
20301]
20302
20303[[package]]
20304name = "whoami"
20305version = "1.6.1"
20306source = "registry+https://github.com/rust-lang/crates.io-index"
20307checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20308dependencies = [
20309 "libredox",
20310 "wasite",
20311]
20312
20313[[package]]
20314name = "wiggle"
20315version = "33.0.2"
20316source = "registry+https://github.com/rust-lang/crates.io-index"
20317checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20318dependencies = [
20319 "anyhow",
20320 "async-trait",
20321 "bitflags 2.10.0",
20322 "thiserror 2.0.17",
20323 "tracing",
20324 "wasmtime",
20325 "wiggle-macro",
20326]
20327
20328[[package]]
20329name = "wiggle-generate"
20330version = "33.0.2"
20331source = "registry+https://github.com/rust-lang/crates.io-index"
20332checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20333dependencies = [
20334 "anyhow",
20335 "heck 0.5.0",
20336 "proc-macro2",
20337 "quote",
20338 "syn 2.0.117",
20339 "witx",
20340]
20341
20342[[package]]
20343name = "wiggle-macro"
20344version = "33.0.2"
20345source = "registry+https://github.com/rust-lang/crates.io-index"
20346checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20347dependencies = [
20348 "proc-macro2",
20349 "quote",
20350 "syn 2.0.117",
20351 "wiggle-generate",
20352]
20353
20354[[package]]
20355name = "winapi"
20356version = "0.3.9"
20357source = "registry+https://github.com/rust-lang/crates.io-index"
20358checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20359dependencies = [
20360 "winapi-i686-pc-windows-gnu",
20361 "winapi-x86_64-pc-windows-gnu",
20362]
20363
20364[[package]]
20365name = "winapi-i686-pc-windows-gnu"
20366version = "0.4.0"
20367source = "registry+https://github.com/rust-lang/crates.io-index"
20368checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20369
20370[[package]]
20371name = "winapi-util"
20372version = "0.1.11"
20373source = "registry+https://github.com/rust-lang/crates.io-index"
20374checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20375dependencies = [
20376 "windows-sys 0.61.2",
20377]
20378
20379[[package]]
20380name = "winapi-x86_64-pc-windows-gnu"
20381version = "0.4.0"
20382source = "registry+https://github.com/rust-lang/crates.io-index"
20383checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20384
20385[[package]]
20386name = "winch-codegen"
20387version = "33.0.2"
20388source = "registry+https://github.com/rust-lang/crates.io-index"
20389checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20390dependencies = [
20391 "anyhow",
20392 "cranelift-assembler-x64",
20393 "cranelift-codegen",
20394 "gimli 0.31.1",
20395 "regalloc2",
20396 "smallvec",
20397 "target-lexicon 0.13.3",
20398 "thiserror 2.0.17",
20399 "wasmparser 0.229.0",
20400 "wasmtime-cranelift",
20401 "wasmtime-environ",
20402]
20403
20404[[package]]
20405name = "windows"
20406version = "0.57.0"
20407source = "registry+https://github.com/rust-lang/crates.io-index"
20408checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20409dependencies = [
20410 "windows-core 0.57.0",
20411 "windows-targets 0.52.6",
20412]
20413
20414[[package]]
20415name = "windows"
20416version = "0.58.0"
20417source = "registry+https://github.com/rust-lang/crates.io-index"
20418checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20419dependencies = [
20420 "windows-core 0.58.0",
20421 "windows-targets 0.52.6",
20422]
20423
20424[[package]]
20425name = "windows"
20426version = "0.61.3"
20427source = "registry+https://github.com/rust-lang/crates.io-index"
20428checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20429dependencies = [
20430 "windows-collections 0.2.0",
20431 "windows-core 0.61.2",
20432 "windows-future 0.2.1",
20433 "windows-link 0.1.3",
20434 "windows-numerics 0.2.0",
20435]
20436
20437[[package]]
20438name = "windows"
20439version = "0.62.2"
20440source = "registry+https://github.com/rust-lang/crates.io-index"
20441checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20442dependencies = [
20443 "windows-collections 0.3.2",
20444 "windows-core 0.62.2",
20445 "windows-future 0.3.2",
20446 "windows-numerics 0.3.1",
20447]
20448
20449[[package]]
20450name = "windows-bindgen"
20451version = "0.61.1"
20452source = "registry+https://github.com/rust-lang/crates.io-index"
20453checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20454dependencies = [
20455 "serde",
20456 "serde_json",
20457 "windows-threading 0.1.0",
20458]
20459
20460[[package]]
20461name = "windows-capture"
20462version = "1.4.3"
20463source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20464dependencies = [
20465 "clap",
20466 "ctrlc",
20467 "parking_lot",
20468 "rayon",
20469 "thiserror 2.0.17",
20470 "windows 0.61.3",
20471 "windows-future 0.2.1",
20472]
20473
20474[[package]]
20475name = "windows-collections"
20476version = "0.2.0"
20477source = "registry+https://github.com/rust-lang/crates.io-index"
20478checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20479dependencies = [
20480 "windows-core 0.61.2",
20481]
20482
20483[[package]]
20484name = "windows-collections"
20485version = "0.3.2"
20486source = "registry+https://github.com/rust-lang/crates.io-index"
20487checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20488dependencies = [
20489 "windows-core 0.62.2",
20490]
20491
20492[[package]]
20493name = "windows-core"
20494version = "0.57.0"
20495source = "registry+https://github.com/rust-lang/crates.io-index"
20496checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20497dependencies = [
20498 "windows-implement 0.57.0",
20499 "windows-interface 0.57.0",
20500 "windows-result 0.1.2",
20501 "windows-targets 0.52.6",
20502]
20503
20504[[package]]
20505name = "windows-core"
20506version = "0.58.0"
20507source = "registry+https://github.com/rust-lang/crates.io-index"
20508checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20509dependencies = [
20510 "windows-implement 0.58.0",
20511 "windows-interface 0.58.0",
20512 "windows-result 0.2.0",
20513 "windows-strings 0.1.0",
20514 "windows-targets 0.52.6",
20515]
20516
20517[[package]]
20518name = "windows-core"
20519version = "0.61.2"
20520source = "registry+https://github.com/rust-lang/crates.io-index"
20521checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20522dependencies = [
20523 "windows-implement 0.60.2",
20524 "windows-interface 0.59.3",
20525 "windows-link 0.1.3",
20526 "windows-result 0.3.4",
20527 "windows-strings 0.4.2",
20528]
20529
20530[[package]]
20531name = "windows-core"
20532version = "0.62.2"
20533source = "registry+https://github.com/rust-lang/crates.io-index"
20534checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20535dependencies = [
20536 "windows-implement 0.60.2",
20537 "windows-interface 0.59.3",
20538 "windows-link 0.2.1",
20539 "windows-result 0.4.1",
20540 "windows-strings 0.5.1",
20541]
20542
20543[[package]]
20544name = "windows-future"
20545version = "0.2.1"
20546source = "registry+https://github.com/rust-lang/crates.io-index"
20547checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20548dependencies = [
20549 "windows-core 0.61.2",
20550 "windows-link 0.1.3",
20551 "windows-threading 0.1.0",
20552]
20553
20554[[package]]
20555name = "windows-future"
20556version = "0.3.2"
20557source = "registry+https://github.com/rust-lang/crates.io-index"
20558checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20559dependencies = [
20560 "windows-core 0.62.2",
20561 "windows-link 0.2.1",
20562 "windows-threading 0.2.1",
20563]
20564
20565[[package]]
20566name = "windows-implement"
20567version = "0.57.0"
20568source = "registry+https://github.com/rust-lang/crates.io-index"
20569checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20570dependencies = [
20571 "proc-macro2",
20572 "quote",
20573 "syn 2.0.117",
20574]
20575
20576[[package]]
20577name = "windows-implement"
20578version = "0.58.0"
20579source = "registry+https://github.com/rust-lang/crates.io-index"
20580checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20581dependencies = [
20582 "proc-macro2",
20583 "quote",
20584 "syn 2.0.117",
20585]
20586
20587[[package]]
20588name = "windows-implement"
20589version = "0.60.2"
20590source = "registry+https://github.com/rust-lang/crates.io-index"
20591checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20592dependencies = [
20593 "proc-macro2",
20594 "quote",
20595 "syn 2.0.117",
20596]
20597
20598[[package]]
20599name = "windows-interface"
20600version = "0.57.0"
20601source = "registry+https://github.com/rust-lang/crates.io-index"
20602checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20603dependencies = [
20604 "proc-macro2",
20605 "quote",
20606 "syn 2.0.117",
20607]
20608
20609[[package]]
20610name = "windows-interface"
20611version = "0.58.0"
20612source = "registry+https://github.com/rust-lang/crates.io-index"
20613checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20614dependencies = [
20615 "proc-macro2",
20616 "quote",
20617 "syn 2.0.117",
20618]
20619
20620[[package]]
20621name = "windows-interface"
20622version = "0.59.3"
20623source = "registry+https://github.com/rust-lang/crates.io-index"
20624checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20625dependencies = [
20626 "proc-macro2",
20627 "quote",
20628 "syn 2.0.117",
20629]
20630
20631[[package]]
20632name = "windows-link"
20633version = "0.1.3"
20634source = "registry+https://github.com/rust-lang/crates.io-index"
20635checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20636
20637[[package]]
20638name = "windows-link"
20639version = "0.2.1"
20640source = "registry+https://github.com/rust-lang/crates.io-index"
20641checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20642
20643[[package]]
20644name = "windows-numerics"
20645version = "0.2.0"
20646source = "registry+https://github.com/rust-lang/crates.io-index"
20647checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20648dependencies = [
20649 "windows-core 0.61.2",
20650 "windows-link 0.1.3",
20651]
20652
20653[[package]]
20654name = "windows-numerics"
20655version = "0.3.1"
20656source = "registry+https://github.com/rust-lang/crates.io-index"
20657checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20658dependencies = [
20659 "windows-core 0.62.2",
20660 "windows-link 0.2.1",
20661]
20662
20663[[package]]
20664name = "windows-registry"
20665version = "0.4.0"
20666source = "registry+https://github.com/rust-lang/crates.io-index"
20667checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20668dependencies = [
20669 "windows-result 0.3.4",
20670 "windows-strings 0.3.1",
20671 "windows-targets 0.53.5",
20672]
20673
20674[[package]]
20675name = "windows-registry"
20676version = "0.5.3"
20677source = "registry+https://github.com/rust-lang/crates.io-index"
20678checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20679dependencies = [
20680 "windows-link 0.1.3",
20681 "windows-result 0.3.4",
20682 "windows-strings 0.4.2",
20683]
20684
20685[[package]]
20686name = "windows-registry"
20687version = "0.6.1"
20688source = "registry+https://github.com/rust-lang/crates.io-index"
20689checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20690dependencies = [
20691 "windows-link 0.2.1",
20692 "windows-result 0.4.1",
20693 "windows-strings 0.5.1",
20694]
20695
20696[[package]]
20697name = "windows-result"
20698version = "0.1.2"
20699source = "registry+https://github.com/rust-lang/crates.io-index"
20700checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20701dependencies = [
20702 "windows-targets 0.52.6",
20703]
20704
20705[[package]]
20706name = "windows-result"
20707version = "0.2.0"
20708source = "registry+https://github.com/rust-lang/crates.io-index"
20709checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20710dependencies = [
20711 "windows-targets 0.52.6",
20712]
20713
20714[[package]]
20715name = "windows-result"
20716version = "0.3.4"
20717source = "registry+https://github.com/rust-lang/crates.io-index"
20718checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20719dependencies = [
20720 "windows-link 0.1.3",
20721]
20722
20723[[package]]
20724name = "windows-result"
20725version = "0.4.1"
20726source = "registry+https://github.com/rust-lang/crates.io-index"
20727checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20728dependencies = [
20729 "windows-link 0.2.1",
20730]
20731
20732[[package]]
20733name = "windows-strings"
20734version = "0.1.0"
20735source = "registry+https://github.com/rust-lang/crates.io-index"
20736checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20737dependencies = [
20738 "windows-result 0.2.0",
20739 "windows-targets 0.52.6",
20740]
20741
20742[[package]]
20743name = "windows-strings"
20744version = "0.3.1"
20745source = "registry+https://github.com/rust-lang/crates.io-index"
20746checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20747dependencies = [
20748 "windows-link 0.1.3",
20749]
20750
20751[[package]]
20752name = "windows-strings"
20753version = "0.4.2"
20754source = "registry+https://github.com/rust-lang/crates.io-index"
20755checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20756dependencies = [
20757 "windows-link 0.1.3",
20758]
20759
20760[[package]]
20761name = "windows-strings"
20762version = "0.5.1"
20763source = "registry+https://github.com/rust-lang/crates.io-index"
20764checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20765dependencies = [
20766 "windows-link 0.2.1",
20767]
20768
20769[[package]]
20770name = "windows-sys"
20771version = "0.45.0"
20772source = "registry+https://github.com/rust-lang/crates.io-index"
20773checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20774dependencies = [
20775 "windows-targets 0.42.2",
20776]
20777
20778[[package]]
20779name = "windows-sys"
20780version = "0.48.0"
20781source = "registry+https://github.com/rust-lang/crates.io-index"
20782checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20783dependencies = [
20784 "windows-targets 0.48.5",
20785]
20786
20787[[package]]
20788name = "windows-sys"
20789version = "0.52.0"
20790source = "registry+https://github.com/rust-lang/crates.io-index"
20791checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20792dependencies = [
20793 "windows-targets 0.52.6",
20794]
20795
20796[[package]]
20797name = "windows-sys"
20798version = "0.59.0"
20799source = "registry+https://github.com/rust-lang/crates.io-index"
20800checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20801dependencies = [
20802 "windows-targets 0.52.6",
20803]
20804
20805[[package]]
20806name = "windows-sys"
20807version = "0.60.2"
20808source = "registry+https://github.com/rust-lang/crates.io-index"
20809checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20810dependencies = [
20811 "windows-targets 0.53.5",
20812]
20813
20814[[package]]
20815name = "windows-sys"
20816version = "0.61.2"
20817source = "registry+https://github.com/rust-lang/crates.io-index"
20818checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20819dependencies = [
20820 "windows-link 0.2.1",
20821]
20822
20823[[package]]
20824name = "windows-targets"
20825version = "0.42.2"
20826source = "registry+https://github.com/rust-lang/crates.io-index"
20827checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20828dependencies = [
20829 "windows_aarch64_gnullvm 0.42.2",
20830 "windows_aarch64_msvc 0.42.2",
20831 "windows_i686_gnu 0.42.2",
20832 "windows_i686_msvc 0.42.2",
20833 "windows_x86_64_gnu 0.42.2",
20834 "windows_x86_64_gnullvm 0.42.2",
20835 "windows_x86_64_msvc 0.42.2",
20836]
20837
20838[[package]]
20839name = "windows-targets"
20840version = "0.48.5"
20841source = "registry+https://github.com/rust-lang/crates.io-index"
20842checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20843dependencies = [
20844 "windows_aarch64_gnullvm 0.48.5",
20845 "windows_aarch64_msvc 0.48.5",
20846 "windows_i686_gnu 0.48.5",
20847 "windows_i686_msvc 0.48.5",
20848 "windows_x86_64_gnu 0.48.5",
20849 "windows_x86_64_gnullvm 0.48.5",
20850 "windows_x86_64_msvc 0.48.5",
20851]
20852
20853[[package]]
20854name = "windows-targets"
20855version = "0.52.6"
20856source = "registry+https://github.com/rust-lang/crates.io-index"
20857checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20858dependencies = [
20859 "windows_aarch64_gnullvm 0.52.6",
20860 "windows_aarch64_msvc 0.52.6",
20861 "windows_i686_gnu 0.52.6",
20862 "windows_i686_gnullvm 0.52.6",
20863 "windows_i686_msvc 0.52.6",
20864 "windows_x86_64_gnu 0.52.6",
20865 "windows_x86_64_gnullvm 0.52.6",
20866 "windows_x86_64_msvc 0.52.6",
20867]
20868
20869[[package]]
20870name = "windows-targets"
20871version = "0.53.5"
20872source = "registry+https://github.com/rust-lang/crates.io-index"
20873checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20874dependencies = [
20875 "windows-link 0.2.1",
20876 "windows_aarch64_gnullvm 0.53.1",
20877 "windows_aarch64_msvc 0.53.1",
20878 "windows_i686_gnu 0.53.1",
20879 "windows_i686_gnullvm 0.53.1",
20880 "windows_i686_msvc 0.53.1",
20881 "windows_x86_64_gnu 0.53.1",
20882 "windows_x86_64_gnullvm 0.53.1",
20883 "windows_x86_64_msvc 0.53.1",
20884]
20885
20886[[package]]
20887name = "windows-threading"
20888version = "0.1.0"
20889source = "registry+https://github.com/rust-lang/crates.io-index"
20890checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20891dependencies = [
20892 "windows-link 0.1.3",
20893]
20894
20895[[package]]
20896name = "windows-threading"
20897version = "0.2.1"
20898source = "registry+https://github.com/rust-lang/crates.io-index"
20899checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20900dependencies = [
20901 "windows-link 0.2.1",
20902]
20903
20904[[package]]
20905name = "windows_aarch64_gnullvm"
20906version = "0.42.2"
20907source = "registry+https://github.com/rust-lang/crates.io-index"
20908checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20909
20910[[package]]
20911name = "windows_aarch64_gnullvm"
20912version = "0.48.5"
20913source = "registry+https://github.com/rust-lang/crates.io-index"
20914checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20915
20916[[package]]
20917name = "windows_aarch64_gnullvm"
20918version = "0.52.6"
20919source = "registry+https://github.com/rust-lang/crates.io-index"
20920checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20921
20922[[package]]
20923name = "windows_aarch64_gnullvm"
20924version = "0.53.1"
20925source = "registry+https://github.com/rust-lang/crates.io-index"
20926checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20927
20928[[package]]
20929name = "windows_aarch64_msvc"
20930version = "0.42.2"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20933
20934[[package]]
20935name = "windows_aarch64_msvc"
20936version = "0.48.5"
20937source = "registry+https://github.com/rust-lang/crates.io-index"
20938checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20939
20940[[package]]
20941name = "windows_aarch64_msvc"
20942version = "0.52.6"
20943source = "registry+https://github.com/rust-lang/crates.io-index"
20944checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20945
20946[[package]]
20947name = "windows_aarch64_msvc"
20948version = "0.53.1"
20949source = "registry+https://github.com/rust-lang/crates.io-index"
20950checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20951
20952[[package]]
20953name = "windows_i686_gnu"
20954version = "0.42.2"
20955source = "registry+https://github.com/rust-lang/crates.io-index"
20956checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20957
20958[[package]]
20959name = "windows_i686_gnu"
20960version = "0.48.5"
20961source = "registry+https://github.com/rust-lang/crates.io-index"
20962checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20963
20964[[package]]
20965name = "windows_i686_gnu"
20966version = "0.52.6"
20967source = "registry+https://github.com/rust-lang/crates.io-index"
20968checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20969
20970[[package]]
20971name = "windows_i686_gnu"
20972version = "0.53.1"
20973source = "registry+https://github.com/rust-lang/crates.io-index"
20974checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20975
20976[[package]]
20977name = "windows_i686_gnullvm"
20978version = "0.52.6"
20979source = "registry+https://github.com/rust-lang/crates.io-index"
20980checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20981
20982[[package]]
20983name = "windows_i686_gnullvm"
20984version = "0.53.1"
20985source = "registry+https://github.com/rust-lang/crates.io-index"
20986checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20987
20988[[package]]
20989name = "windows_i686_msvc"
20990version = "0.42.2"
20991source = "registry+https://github.com/rust-lang/crates.io-index"
20992checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20993
20994[[package]]
20995name = "windows_i686_msvc"
20996version = "0.48.5"
20997source = "registry+https://github.com/rust-lang/crates.io-index"
20998checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20999
21000[[package]]
21001name = "windows_i686_msvc"
21002version = "0.52.6"
21003source = "registry+https://github.com/rust-lang/crates.io-index"
21004checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21005
21006[[package]]
21007name = "windows_i686_msvc"
21008version = "0.53.1"
21009source = "registry+https://github.com/rust-lang/crates.io-index"
21010checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21011
21012[[package]]
21013name = "windows_x86_64_gnu"
21014version = "0.42.2"
21015source = "registry+https://github.com/rust-lang/crates.io-index"
21016checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21017
21018[[package]]
21019name = "windows_x86_64_gnu"
21020version = "0.48.5"
21021source = "registry+https://github.com/rust-lang/crates.io-index"
21022checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21023
21024[[package]]
21025name = "windows_x86_64_gnu"
21026version = "0.52.6"
21027source = "registry+https://github.com/rust-lang/crates.io-index"
21028checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21029
21030[[package]]
21031name = "windows_x86_64_gnu"
21032version = "0.53.1"
21033source = "registry+https://github.com/rust-lang/crates.io-index"
21034checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21035
21036[[package]]
21037name = "windows_x86_64_gnullvm"
21038version = "0.42.2"
21039source = "registry+https://github.com/rust-lang/crates.io-index"
21040checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21041
21042[[package]]
21043name = "windows_x86_64_gnullvm"
21044version = "0.48.5"
21045source = "registry+https://github.com/rust-lang/crates.io-index"
21046checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21047
21048[[package]]
21049name = "windows_x86_64_gnullvm"
21050version = "0.52.6"
21051source = "registry+https://github.com/rust-lang/crates.io-index"
21052checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21053
21054[[package]]
21055name = "windows_x86_64_gnullvm"
21056version = "0.53.1"
21057source = "registry+https://github.com/rust-lang/crates.io-index"
21058checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21059
21060[[package]]
21061name = "windows_x86_64_msvc"
21062version = "0.42.2"
21063source = "registry+https://github.com/rust-lang/crates.io-index"
21064checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21065
21066[[package]]
21067name = "windows_x86_64_msvc"
21068version = "0.48.5"
21069source = "registry+https://github.com/rust-lang/crates.io-index"
21070checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21071
21072[[package]]
21073name = "windows_x86_64_msvc"
21074version = "0.52.6"
21075source = "registry+https://github.com/rust-lang/crates.io-index"
21076checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21077
21078[[package]]
21079name = "windows_x86_64_msvc"
21080version = "0.53.1"
21081source = "registry+https://github.com/rust-lang/crates.io-index"
21082checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21083
21084[[package]]
21085name = "winnow"
21086version = "0.7.13"
21087source = "registry+https://github.com/rust-lang/crates.io-index"
21088checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21089dependencies = [
21090 "memchr",
21091]
21092
21093[[package]]
21094name = "winreg"
21095version = "0.10.1"
21096source = "registry+https://github.com/rust-lang/crates.io-index"
21097checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21098dependencies = [
21099 "winapi",
21100]
21101
21102[[package]]
21103name = "winreg"
21104version = "0.50.0"
21105source = "registry+https://github.com/rust-lang/crates.io-index"
21106checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21107dependencies = [
21108 "cfg-if",
21109 "windows-sys 0.48.0",
21110]
21111
21112[[package]]
21113name = "winreg"
21114version = "0.55.0"
21115source = "registry+https://github.com/rust-lang/crates.io-index"
21116checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21117dependencies = [
21118 "cfg-if",
21119 "windows-sys 0.59.0",
21120]
21121
21122[[package]]
21123name = "winresource"
21124version = "0.1.23"
21125source = "registry+https://github.com/rust-lang/crates.io-index"
21126checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21127dependencies = [
21128 "toml 0.8.23",
21129 "version_check",
21130]
21131
21132[[package]]
21133name = "winsafe"
21134version = "0.0.19"
21135source = "registry+https://github.com/rust-lang/crates.io-index"
21136checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21137
21138[[package]]
21139name = "winx"
21140version = "0.36.4"
21141source = "registry+https://github.com/rust-lang/crates.io-index"
21142checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21143dependencies = [
21144 "bitflags 2.10.0",
21145 "windows-sys 0.59.0",
21146]
21147
21148[[package]]
21149name = "wio"
21150version = "0.2.2"
21151source = "registry+https://github.com/rust-lang/crates.io-index"
21152checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21153dependencies = [
21154 "winapi",
21155]
21156
21157[[package]]
21158name = "wit-bindgen"
21159version = "0.22.0"
21160source = "registry+https://github.com/rust-lang/crates.io-index"
21161checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21162dependencies = [
21163 "bitflags 2.10.0",
21164 "wit-bindgen-rt 0.22.0",
21165 "wit-bindgen-rust-macro 0.22.0",
21166]
21167
21168[[package]]
21169name = "wit-bindgen"
21170version = "0.41.0"
21171source = "registry+https://github.com/rust-lang/crates.io-index"
21172checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21173dependencies = [
21174 "wit-bindgen-rt 0.41.0",
21175 "wit-bindgen-rust-macro 0.41.0",
21176]
21177
21178[[package]]
21179name = "wit-bindgen"
21180version = "0.46.0"
21181source = "registry+https://github.com/rust-lang/crates.io-index"
21182checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21183
21184[[package]]
21185name = "wit-bindgen"
21186version = "0.51.0"
21187source = "registry+https://github.com/rust-lang/crates.io-index"
21188checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21189dependencies = [
21190 "wit-bindgen-rust-macro 0.51.0",
21191]
21192
21193[[package]]
21194name = "wit-bindgen-core"
21195version = "0.22.0"
21196source = "registry+https://github.com/rust-lang/crates.io-index"
21197checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21198dependencies = [
21199 "anyhow",
21200 "wit-parser 0.201.0",
21201]
21202
21203[[package]]
21204name = "wit-bindgen-core"
21205version = "0.41.0"
21206source = "registry+https://github.com/rust-lang/crates.io-index"
21207checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21208dependencies = [
21209 "anyhow",
21210 "heck 0.5.0",
21211 "wit-parser 0.227.1",
21212]
21213
21214[[package]]
21215name = "wit-bindgen-core"
21216version = "0.51.0"
21217source = "registry+https://github.com/rust-lang/crates.io-index"
21218checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21219dependencies = [
21220 "anyhow",
21221 "heck 0.5.0",
21222 "wit-parser 0.244.0",
21223]
21224
21225[[package]]
21226name = "wit-bindgen-rt"
21227version = "0.22.0"
21228source = "registry+https://github.com/rust-lang/crates.io-index"
21229checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21230
21231[[package]]
21232name = "wit-bindgen-rt"
21233version = "0.41.0"
21234source = "registry+https://github.com/rust-lang/crates.io-index"
21235checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21236dependencies = [
21237 "bitflags 2.10.0",
21238 "futures 0.3.31",
21239 "once_cell",
21240]
21241
21242[[package]]
21243name = "wit-bindgen-rust"
21244version = "0.22.0"
21245source = "registry+https://github.com/rust-lang/crates.io-index"
21246checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21247dependencies = [
21248 "anyhow",
21249 "heck 0.4.1",
21250 "indexmap",
21251 "wasm-metadata 0.201.0",
21252 "wit-bindgen-core 0.22.0",
21253 "wit-component 0.201.0",
21254]
21255
21256[[package]]
21257name = "wit-bindgen-rust"
21258version = "0.41.0"
21259source = "registry+https://github.com/rust-lang/crates.io-index"
21260checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21261dependencies = [
21262 "anyhow",
21263 "heck 0.5.0",
21264 "indexmap",
21265 "prettyplease",
21266 "syn 2.0.117",
21267 "wasm-metadata 0.227.1",
21268 "wit-bindgen-core 0.41.0",
21269 "wit-component 0.227.1",
21270]
21271
21272[[package]]
21273name = "wit-bindgen-rust"
21274version = "0.51.0"
21275source = "registry+https://github.com/rust-lang/crates.io-index"
21276checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21277dependencies = [
21278 "anyhow",
21279 "heck 0.5.0",
21280 "indexmap",
21281 "prettyplease",
21282 "syn 2.0.117",
21283 "wasm-metadata 0.244.0",
21284 "wit-bindgen-core 0.51.0",
21285 "wit-component 0.244.0",
21286]
21287
21288[[package]]
21289name = "wit-bindgen-rust-macro"
21290version = "0.22.0"
21291source = "registry+https://github.com/rust-lang/crates.io-index"
21292checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21293dependencies = [
21294 "anyhow",
21295 "proc-macro2",
21296 "quote",
21297 "syn 2.0.117",
21298 "wit-bindgen-core 0.22.0",
21299 "wit-bindgen-rust 0.22.0",
21300]
21301
21302[[package]]
21303name = "wit-bindgen-rust-macro"
21304version = "0.41.0"
21305source = "registry+https://github.com/rust-lang/crates.io-index"
21306checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21307dependencies = [
21308 "anyhow",
21309 "prettyplease",
21310 "proc-macro2",
21311 "quote",
21312 "syn 2.0.117",
21313 "wit-bindgen-core 0.41.0",
21314 "wit-bindgen-rust 0.41.0",
21315]
21316
21317[[package]]
21318name = "wit-bindgen-rust-macro"
21319version = "0.51.0"
21320source = "registry+https://github.com/rust-lang/crates.io-index"
21321checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21322dependencies = [
21323 "anyhow",
21324 "prettyplease",
21325 "proc-macro2",
21326 "quote",
21327 "syn 2.0.117",
21328 "wit-bindgen-core 0.51.0",
21329 "wit-bindgen-rust 0.51.0",
21330]
21331
21332[[package]]
21333name = "wit-component"
21334version = "0.201.0"
21335source = "registry+https://github.com/rust-lang/crates.io-index"
21336checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21337dependencies = [
21338 "anyhow",
21339 "bitflags 2.10.0",
21340 "indexmap",
21341 "log",
21342 "serde",
21343 "serde_derive",
21344 "serde_json",
21345 "wasm-encoder 0.201.0",
21346 "wasm-metadata 0.201.0",
21347 "wasmparser 0.201.0",
21348 "wit-parser 0.201.0",
21349]
21350
21351[[package]]
21352name = "wit-component"
21353version = "0.227.1"
21354source = "registry+https://github.com/rust-lang/crates.io-index"
21355checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21356dependencies = [
21357 "anyhow",
21358 "bitflags 2.10.0",
21359 "indexmap",
21360 "log",
21361 "serde",
21362 "serde_derive",
21363 "serde_json",
21364 "wasm-encoder 0.227.1",
21365 "wasm-metadata 0.227.1",
21366 "wasmparser 0.227.1",
21367 "wit-parser 0.227.1",
21368]
21369
21370[[package]]
21371name = "wit-component"
21372version = "0.244.0"
21373source = "registry+https://github.com/rust-lang/crates.io-index"
21374checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21375dependencies = [
21376 "anyhow",
21377 "bitflags 2.10.0",
21378 "indexmap",
21379 "log",
21380 "serde",
21381 "serde_derive",
21382 "serde_json",
21383 "wasm-encoder 0.244.0",
21384 "wasm-metadata 0.244.0",
21385 "wasmparser 0.244.0",
21386 "wit-parser 0.244.0",
21387]
21388
21389[[package]]
21390name = "wit-parser"
21391version = "0.201.0"
21392source = "registry+https://github.com/rust-lang/crates.io-index"
21393checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21394dependencies = [
21395 "anyhow",
21396 "id-arena",
21397 "indexmap",
21398 "log",
21399 "semver",
21400 "serde",
21401 "serde_derive",
21402 "serde_json",
21403 "unicode-xid",
21404 "wasmparser 0.201.0",
21405]
21406
21407[[package]]
21408name = "wit-parser"
21409version = "0.227.1"
21410source = "registry+https://github.com/rust-lang/crates.io-index"
21411checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21412dependencies = [
21413 "anyhow",
21414 "id-arena",
21415 "indexmap",
21416 "log",
21417 "semver",
21418 "serde",
21419 "serde_derive",
21420 "serde_json",
21421 "unicode-xid",
21422 "wasmparser 0.227.1",
21423]
21424
21425[[package]]
21426name = "wit-parser"
21427version = "0.229.0"
21428source = "registry+https://github.com/rust-lang/crates.io-index"
21429checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21430dependencies = [
21431 "anyhow",
21432 "id-arena",
21433 "indexmap",
21434 "log",
21435 "semver",
21436 "serde",
21437 "serde_derive",
21438 "serde_json",
21439 "unicode-xid",
21440 "wasmparser 0.229.0",
21441]
21442
21443[[package]]
21444name = "wit-parser"
21445version = "0.244.0"
21446source = "registry+https://github.com/rust-lang/crates.io-index"
21447checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21448dependencies = [
21449 "anyhow",
21450 "id-arena",
21451 "indexmap",
21452 "log",
21453 "semver",
21454 "serde",
21455 "serde_derive",
21456 "serde_json",
21457 "unicode-xid",
21458 "wasmparser 0.244.0",
21459]
21460
21461[[package]]
21462name = "witx"
21463version = "0.9.1"
21464source = "registry+https://github.com/rust-lang/crates.io-index"
21465checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21466dependencies = [
21467 "anyhow",
21468 "log",
21469 "thiserror 1.0.69",
21470 "wast",
21471]
21472
21473[[package]]
21474name = "workspace"
21475version = "0.1.0"
21476dependencies = [
21477 "any_vec",
21478 "anyhow",
21479 "async-recursion",
21480 "chrono",
21481 "client",
21482 "clock",
21483 "collections",
21484 "component",
21485 "db",
21486 "feature_flags",
21487 "fs",
21488 "futures 0.3.31",
21489 "git",
21490 "gpui",
21491 "http_client",
21492 "itertools 0.14.0",
21493 "language",
21494 "log",
21495 "markdown",
21496 "menu",
21497 "node_runtime",
21498 "parking_lot",
21499 "postage",
21500 "pretty_assertions",
21501 "project",
21502 "remote",
21503 "schemars",
21504 "serde",
21505 "serde_json",
21506 "session",
21507 "settings",
21508 "smallvec",
21509 "sqlez",
21510 "strum 0.27.2",
21511 "task",
21512 "telemetry",
21513 "tempfile",
21514 "theme",
21515 "ui",
21516 "util",
21517 "uuid",
21518 "vim_mode_setting",
21519 "windows 0.61.3",
21520 "zed_actions",
21521 "zlog",
21522]
21523
21524[[package]]
21525name = "worktree"
21526version = "0.1.0"
21527dependencies = [
21528 "anyhow",
21529 "async-lock 2.8.0",
21530 "chardetng",
21531 "clock",
21532 "collections",
21533 "encoding_rs",
21534 "fs",
21535 "futures 0.3.31",
21536 "fuzzy",
21537 "git",
21538 "gpui",
21539 "ignore",
21540 "language",
21541 "log",
21542 "parking_lot",
21543 "paths",
21544 "postage",
21545 "pretty_assertions",
21546 "rand 0.9.2",
21547 "rpc",
21548 "serde",
21549 "serde_json",
21550 "settings",
21551 "smallvec",
21552 "smol",
21553 "sum_tree",
21554 "text",
21555 "tracing",
21556 "util",
21557 "worktree",
21558 "zlog",
21559 "ztracing",
21560]
21561
21562[[package]]
21563name = "worktree_benchmarks"
21564version = "0.1.0"
21565dependencies = [
21566 "fs",
21567 "gpui_platform",
21568 "settings",
21569 "worktree",
21570]
21571
21572[[package]]
21573name = "wprcontrol"
21574version = "0.1.0"
21575source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21576dependencies = [
21577 "windows 0.61.3",
21578 "windows-bindgen",
21579 "windows-core 0.61.2",
21580 "windows-link 0.2.1",
21581]
21582
21583[[package]]
21584name = "writeable"
21585version = "0.6.1"
21586source = "registry+https://github.com/rust-lang/crates.io-index"
21587checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21588
21589[[package]]
21590name = "wyz"
21591version = "0.5.1"
21592source = "registry+https://github.com/rust-lang/crates.io-index"
21593checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21594dependencies = [
21595 "tap",
21596]
21597
21598[[package]]
21599name = "x11"
21600version = "2.21.0"
21601source = "registry+https://github.com/rust-lang/crates.io-index"
21602checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21603dependencies = [
21604 "libc",
21605 "pkg-config",
21606]
21607
21608[[package]]
21609name = "x11-clipboard"
21610version = "0.9.3"
21611source = "registry+https://github.com/rust-lang/crates.io-index"
21612checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21613dependencies = [
21614 "libc",
21615 "x11rb",
21616]
21617
21618[[package]]
21619name = "x11rb"
21620version = "0.13.2"
21621source = "registry+https://github.com/rust-lang/crates.io-index"
21622checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21623dependencies = [
21624 "as-raw-xcb-connection",
21625 "gethostname",
21626 "libc",
21627 "rustix 1.1.2",
21628 "x11rb-protocol",
21629 "xcursor",
21630]
21631
21632[[package]]
21633name = "x11rb-protocol"
21634version = "0.13.2"
21635source = "registry+https://github.com/rust-lang/crates.io-index"
21636checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21637
21638[[package]]
21639name = "x_ai"
21640version = "0.1.0"
21641dependencies = [
21642 "anyhow",
21643 "schemars",
21644 "serde",
21645 "strum 0.27.2",
21646]
21647
21648[[package]]
21649name = "xattr"
21650version = "0.2.3"
21651source = "registry+https://github.com/rust-lang/crates.io-index"
21652checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21653dependencies = [
21654 "libc",
21655]
21656
21657[[package]]
21658name = "xcb"
21659version = "1.6.0"
21660source = "registry+https://github.com/rust-lang/crates.io-index"
21661checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21662dependencies = [
21663 "bitflags 1.3.2",
21664 "libc",
21665 "quick-xml 0.30.0",
21666 "x11",
21667]
21668
21669[[package]]
21670name = "xcursor"
21671version = "0.3.10"
21672source = "registry+https://github.com/rust-lang/crates.io-index"
21673checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21674
21675[[package]]
21676name = "xim-ctext"
21677version = "0.3.0"
21678source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21679dependencies = [
21680 "encoding_rs",
21681]
21682
21683[[package]]
21684name = "xim-parser"
21685version = "0.2.1"
21686source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21687dependencies = [
21688 "bitflags 2.10.0",
21689]
21690
21691[[package]]
21692name = "xkbcommon"
21693version = "0.8.0"
21694source = "registry+https://github.com/rust-lang/crates.io-index"
21695checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21696dependencies = [
21697 "as-raw-xcb-connection",
21698 "libc",
21699 "memmap2",
21700 "xkeysym",
21701]
21702
21703[[package]]
21704name = "xkeysym"
21705version = "0.2.1"
21706source = "registry+https://github.com/rust-lang/crates.io-index"
21707checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21708
21709[[package]]
21710name = "xml-rs"
21711version = "0.8.28"
21712source = "registry+https://github.com/rust-lang/crates.io-index"
21713checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21714
21715[[package]]
21716name = "xml5ever"
21717version = "0.18.1"
21718source = "registry+https://github.com/rust-lang/crates.io-index"
21719checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21720dependencies = [
21721 "log",
21722 "mac",
21723 "markup5ever 0.12.1",
21724]
21725
21726[[package]]
21727name = "xmlparser"
21728version = "0.13.6"
21729source = "registry+https://github.com/rust-lang/crates.io-index"
21730checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21731
21732[[package]]
21733name = "xmlwriter"
21734version = "0.1.0"
21735source = "registry+https://github.com/rust-lang/crates.io-index"
21736checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21737
21738[[package]]
21739name = "xtask"
21740version = "0.1.0"
21741dependencies = [
21742 "annotate-snippets",
21743 "anyhow",
21744 "backtrace",
21745 "cargo_metadata",
21746 "cargo_toml",
21747 "clap",
21748 "gh-workflow",
21749 "indexmap",
21750 "indoc",
21751 "itertools 0.14.0",
21752 "regex",
21753 "serde",
21754 "serde_json",
21755 "serde_yaml",
21756 "strum 0.27.2",
21757 "toml 0.8.23",
21758 "toml_edit 0.22.27",
21759]
21760
21761[[package]]
21762name = "yaml-rust2"
21763version = "0.8.1"
21764source = "registry+https://github.com/rust-lang/crates.io-index"
21765checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21766dependencies = [
21767 "arraydeque",
21768 "encoding_rs",
21769 "hashlink 0.8.4",
21770]
21771
21772[[package]]
21773name = "yansi"
21774version = "1.0.1"
21775source = "registry+https://github.com/rust-lang/crates.io-index"
21776checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21777
21778[[package]]
21779name = "yawc"
21780version = "0.2.5"
21781source = "registry+https://github.com/rust-lang/crates.io-index"
21782checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21783dependencies = [
21784 "base64 0.22.1",
21785 "bytes 1.11.1",
21786 "flate2",
21787 "futures 0.3.31",
21788 "http-body-util",
21789 "hyper 1.7.0",
21790 "hyper-util",
21791 "js-sys",
21792 "nom 8.0.0",
21793 "pin-project",
21794 "rand 0.8.5",
21795 "sha1",
21796 "thiserror 1.0.69",
21797 "tokio",
21798 "tokio-rustls 0.26.2",
21799 "tokio-util",
21800 "url",
21801 "wasm-bindgen",
21802 "wasm-bindgen-futures",
21803 "web-sys",
21804 "webpki-roots",
21805]
21806
21807[[package]]
21808name = "yazi"
21809version = "0.2.1"
21810source = "registry+https://github.com/rust-lang/crates.io-index"
21811checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21812
21813[[package]]
21814name = "yeslogic-fontconfig-sys"
21815version = "6.0.0"
21816source = "registry+https://github.com/rust-lang/crates.io-index"
21817checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21818dependencies = [
21819 "dlib",
21820 "once_cell",
21821 "pkg-config",
21822]
21823
21824[[package]]
21825name = "yoke"
21826version = "0.7.5"
21827source = "registry+https://github.com/rust-lang/crates.io-index"
21828checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21829dependencies = [
21830 "serde",
21831 "stable_deref_trait",
21832 "yoke-derive 0.7.5",
21833 "zerofrom",
21834]
21835
21836[[package]]
21837name = "yoke"
21838version = "0.8.0"
21839source = "registry+https://github.com/rust-lang/crates.io-index"
21840checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21841dependencies = [
21842 "serde",
21843 "stable_deref_trait",
21844 "yoke-derive 0.8.0",
21845 "zerofrom",
21846]
21847
21848[[package]]
21849name = "yoke-derive"
21850version = "0.7.5"
21851source = "registry+https://github.com/rust-lang/crates.io-index"
21852checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21853dependencies = [
21854 "proc-macro2",
21855 "quote",
21856 "syn 2.0.117",
21857 "synstructure",
21858]
21859
21860[[package]]
21861name = "yoke-derive"
21862version = "0.8.0"
21863source = "registry+https://github.com/rust-lang/crates.io-index"
21864checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21865dependencies = [
21866 "proc-macro2",
21867 "quote",
21868 "syn 2.0.117",
21869 "synstructure",
21870]
21871
21872[[package]]
21873name = "zbus"
21874version = "5.13.2"
21875source = "registry+https://github.com/rust-lang/crates.io-index"
21876checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21877dependencies = [
21878 "async-broadcast",
21879 "async-executor",
21880 "async-io",
21881 "async-lock 3.4.2",
21882 "async-process",
21883 "async-recursion",
21884 "async-task",
21885 "async-trait",
21886 "blocking",
21887 "enumflags2",
21888 "event-listener 5.4.1",
21889 "futures-core",
21890 "futures-lite 2.6.1",
21891 "hex",
21892 "libc",
21893 "ordered-stream",
21894 "rustix 1.1.2",
21895 "serde",
21896 "serde_repr",
21897 "tracing",
21898 "uds_windows",
21899 "uuid",
21900 "windows-sys 0.61.2",
21901 "winnow",
21902 "zbus_macros",
21903 "zbus_names",
21904 "zvariant",
21905]
21906
21907[[package]]
21908name = "zbus_macros"
21909version = "5.13.2"
21910source = "registry+https://github.com/rust-lang/crates.io-index"
21911checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21912dependencies = [
21913 "proc-macro-crate",
21914 "proc-macro2",
21915 "quote",
21916 "syn 2.0.117",
21917 "zbus_names",
21918 "zvariant",
21919 "zvariant_utils",
21920]
21921
21922[[package]]
21923name = "zbus_names"
21924version = "4.3.1"
21925source = "registry+https://github.com/rust-lang/crates.io-index"
21926checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21927dependencies = [
21928 "serde",
21929 "winnow",
21930 "zvariant",
21931]
21932
21933[[package]]
21934name = "zed"
21935version = "0.230.1"
21936dependencies = [
21937 "acp_thread",
21938 "acp_tools",
21939 "action_log",
21940 "activity_indicator",
21941 "agent",
21942 "agent-client-protocol",
21943 "agent_servers",
21944 "agent_settings",
21945 "agent_ui",
21946 "anyhow",
21947 "ashpd",
21948 "askpass",
21949 "assets",
21950 "audio",
21951 "auto_update",
21952 "auto_update_ui",
21953 "breadcrumbs",
21954 "call",
21955 "channel",
21956 "chrono",
21957 "clap",
21958 "cli",
21959 "client",
21960 "clock",
21961 "codestral",
21962 "collab_ui",
21963 "collections",
21964 "command_palette",
21965 "component",
21966 "component_preview",
21967 "copilot",
21968 "copilot_chat",
21969 "copilot_ui",
21970 "crashes",
21971 "csv_preview",
21972 "dap_adapters",
21973 "db",
21974 "debug_adapter_extension",
21975 "debugger_tools",
21976 "debugger_ui",
21977 "dev_container",
21978 "diagnostics",
21979 "edit_prediction",
21980 "edit_prediction_ui",
21981 "editor",
21982 "encoding_selector",
21983 "env_logger 0.11.8",
21984 "etw_tracing",
21985 "extension",
21986 "extension_host",
21987 "extensions_ui",
21988 "feature_flags",
21989 "feedback",
21990 "file_finder",
21991 "fs",
21992 "futures 0.3.31",
21993 "git",
21994 "git_graph",
21995 "git_hosting_providers",
21996 "git_ui",
21997 "go_to_line",
21998 "gpui",
21999 "gpui_platform",
22000 "gpui_tokio",
22001 "http_client",
22002 "image",
22003 "image_viewer",
22004 "inspector_ui",
22005 "install_cli",
22006 "itertools 0.14.0",
22007 "journal",
22008 "json_schema_store",
22009 "keymap_editor",
22010 "language",
22011 "language_extension",
22012 "language_model",
22013 "language_models",
22014 "language_onboarding",
22015 "language_selector",
22016 "language_tools",
22017 "languages",
22018 "line_ending_selector",
22019 "log",
22020 "markdown",
22021 "markdown_preview",
22022 "menu",
22023 "migrator",
22024 "mimalloc",
22025 "miniprofiler_ui",
22026 "nc",
22027 "node_runtime",
22028 "notifications",
22029 "onboarding",
22030 "outline",
22031 "outline_panel",
22032 "parking_lot",
22033 "paths",
22034 "picker",
22035 "pkg-config",
22036 "pretty_assertions",
22037 "profiling",
22038 "project",
22039 "project_panel",
22040 "project_symbols",
22041 "prompt_store",
22042 "proto",
22043 "rayon",
22044 "recent_projects",
22045 "release_channel",
22046 "remote",
22047 "repl",
22048 "reqwest_client",
22049 "rope",
22050 "search",
22051 "semver",
22052 "serde",
22053 "serde_json",
22054 "session",
22055 "settings",
22056 "settings_profile_selector",
22057 "settings_ui",
22058 "shellexpand 2.1.2",
22059 "sidebar",
22060 "smol",
22061 "snippet_provider",
22062 "snippets_ui",
22063 "svg_preview",
22064 "sysinfo 0.37.2",
22065 "system_specs",
22066 "tab_switcher",
22067 "task",
22068 "tasks_ui",
22069 "telemetry",
22070 "telemetry_events",
22071 "tempfile",
22072 "terminal_view",
22073 "theme",
22074 "theme_extension",
22075 "theme_selector",
22076 "time",
22077 "time_format",
22078 "title_bar",
22079 "toolchain_selector",
22080 "tracing",
22081 "ui",
22082 "ui_prompt",
22083 "url",
22084 "urlencoding",
22085 "util",
22086 "uuid",
22087 "vim",
22088 "vim_mode_setting",
22089 "watch",
22090 "web_search",
22091 "web_search_providers",
22092 "which_key",
22093 "windows 0.61.3",
22094 "winresource",
22095 "workspace",
22096 "zed-reqwest",
22097 "zed_actions",
22098 "zed_env_vars",
22099 "zlog",
22100 "zlog_settings",
22101 "ztracing",
22102]
22103
22104[[package]]
22105name = "zed-font-kit"
22106version = "0.14.1-zed"
22107source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22108dependencies = [
22109 "bitflags 2.10.0",
22110 "byteorder",
22111 "core-foundation 0.10.0",
22112 "core-graphics 0.24.0",
22113 "core-text",
22114 "dirs 5.0.1",
22115 "dwrote",
22116 "float-ord",
22117 "freetype-sys",
22118 "lazy_static",
22119 "libc",
22120 "log",
22121 "pathfinder_geometry",
22122 "pathfinder_simd",
22123 "walkdir",
22124 "winapi",
22125 "yeslogic-fontconfig-sys",
22126]
22127
22128[[package]]
22129name = "zed-reqwest"
22130version = "0.12.15-zed"
22131source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22132dependencies = [
22133 "base64 0.22.1",
22134 "bytes 1.11.1",
22135 "encoding_rs",
22136 "futures-core",
22137 "futures-util",
22138 "h2 0.4.12",
22139 "http 1.3.1",
22140 "http-body 1.0.1",
22141 "http-body-util",
22142 "hyper 1.7.0",
22143 "hyper-rustls 0.27.7",
22144 "hyper-util",
22145 "ipnet",
22146 "js-sys",
22147 "log",
22148 "mime",
22149 "mime_guess",
22150 "once_cell",
22151 "percent-encoding",
22152 "pin-project-lite",
22153 "quinn",
22154 "rustls 0.23.33",
22155 "rustls-native-certs 0.8.2",
22156 "rustls-pemfile 2.2.0",
22157 "rustls-pki-types",
22158 "serde",
22159 "serde_json",
22160 "serde_urlencoded",
22161 "sync_wrapper 1.0.2",
22162 "system-configuration 0.6.1",
22163 "tokio",
22164 "tokio-rustls 0.26.2",
22165 "tokio-socks",
22166 "tokio-util",
22167 "tower 0.5.2",
22168 "tower-service",
22169 "url",
22170 "wasm-bindgen",
22171 "wasm-bindgen-futures",
22172 "wasm-streams",
22173 "web-sys",
22174 "windows-registry 0.4.0",
22175]
22176
22177[[package]]
22178name = "zed-scap"
22179version = "0.0.8-zed"
22180source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22181dependencies = [
22182 "anyhow",
22183 "cocoa 0.25.0",
22184 "core-graphics-helmer-fork",
22185 "log",
22186 "objc",
22187 "rand 0.8.5",
22188 "screencapturekit",
22189 "screencapturekit-sys",
22190 "sysinfo 0.31.4",
22191 "tao-core-video-sys",
22192 "windows 0.61.3",
22193 "windows-capture",
22194 "x11",
22195 "xcb",
22196]
22197
22198[[package]]
22199name = "zed-xim"
22200version = "0.4.0-zed"
22201source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22202dependencies = [
22203 "ahash 0.8.12",
22204 "hashbrown 0.14.5",
22205 "log",
22206 "x11rb",
22207 "xim-ctext",
22208 "xim-parser",
22209]
22210
22211[[package]]
22212name = "zed_actions"
22213version = "0.1.0"
22214dependencies = [
22215 "gpui",
22216 "schemars",
22217 "serde",
22218 "util",
22219 "uuid",
22220]
22221
22222[[package]]
22223name = "zed_env_vars"
22224version = "0.1.0"
22225dependencies = [
22226 "gpui",
22227]
22228
22229[[package]]
22230name = "zed_extension_api"
22231version = "0.1.0"
22232source = "registry+https://github.com/rust-lang/crates.io-index"
22233checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22234dependencies = [
22235 "serde",
22236 "serde_json",
22237 "wit-bindgen 0.22.0",
22238]
22239
22240[[package]]
22241name = "zed_extension_api"
22242version = "0.7.0"
22243source = "registry+https://github.com/rust-lang/crates.io-index"
22244checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22245dependencies = [
22246 "serde",
22247 "serde_json",
22248 "wit-bindgen 0.41.0",
22249]
22250
22251[[package]]
22252name = "zed_extension_api"
22253version = "0.8.0"
22254dependencies = [
22255 "serde",
22256 "serde_json",
22257 "wit-bindgen 0.41.0",
22258]
22259
22260[[package]]
22261name = "zed_glsl"
22262version = "0.2.2"
22263dependencies = [
22264 "zed_extension_api 0.1.0",
22265]
22266
22267[[package]]
22268name = "zed_html"
22269version = "0.3.1"
22270dependencies = [
22271 "zed_extension_api 0.7.0",
22272]
22273
22274[[package]]
22275name = "zed_proto"
22276version = "0.3.1"
22277dependencies = [
22278 "zed_extension_api 0.7.0",
22279]
22280
22281[[package]]
22282name = "zed_test_extension"
22283version = "0.1.0"
22284dependencies = [
22285 "zed_extension_api 0.8.0",
22286]
22287
22288[[package]]
22289name = "zeno"
22290version = "0.3.3"
22291source = "registry+https://github.com/rust-lang/crates.io-index"
22292checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22293
22294[[package]]
22295name = "zerocopy"
22296version = "0.8.27"
22297source = "registry+https://github.com/rust-lang/crates.io-index"
22298checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22299dependencies = [
22300 "zerocopy-derive",
22301]
22302
22303[[package]]
22304name = "zerocopy-derive"
22305version = "0.8.27"
22306source = "registry+https://github.com/rust-lang/crates.io-index"
22307checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22308dependencies = [
22309 "proc-macro2",
22310 "quote",
22311 "syn 2.0.117",
22312]
22313
22314[[package]]
22315name = "zerofrom"
22316version = "0.1.6"
22317source = "registry+https://github.com/rust-lang/crates.io-index"
22318checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22319dependencies = [
22320 "zerofrom-derive",
22321]
22322
22323[[package]]
22324name = "zerofrom-derive"
22325version = "0.1.6"
22326source = "registry+https://github.com/rust-lang/crates.io-index"
22327checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22328dependencies = [
22329 "proc-macro2",
22330 "quote",
22331 "syn 2.0.117",
22332 "synstructure",
22333]
22334
22335[[package]]
22336name = "zeroize"
22337version = "1.8.2"
22338source = "registry+https://github.com/rust-lang/crates.io-index"
22339checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22340dependencies = [
22341 "zeroize_derive",
22342]
22343
22344[[package]]
22345name = "zeroize_derive"
22346version = "1.4.2"
22347source = "registry+https://github.com/rust-lang/crates.io-index"
22348checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22349dependencies = [
22350 "proc-macro2",
22351 "quote",
22352 "syn 2.0.117",
22353]
22354
22355[[package]]
22356name = "zeromq"
22357version = "0.5.0"
22358source = "registry+https://github.com/rust-lang/crates.io-index"
22359checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22360dependencies = [
22361 "async-dispatcher",
22362 "async-std",
22363 "async-trait",
22364 "asynchronous-codec",
22365 "bytes 1.11.1",
22366 "crossbeam-queue",
22367 "futures 0.3.31",
22368 "log",
22369 "num-traits",
22370 "once_cell",
22371 "parking_lot",
22372 "rand 0.9.2",
22373 "regex",
22374 "scc",
22375 "thiserror 1.0.69",
22376 "uuid",
22377]
22378
22379[[package]]
22380name = "zerotrie"
22381version = "0.2.2"
22382source = "registry+https://github.com/rust-lang/crates.io-index"
22383checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22384dependencies = [
22385 "displaydoc",
22386 "yoke 0.8.0",
22387 "zerofrom",
22388]
22389
22390[[package]]
22391name = "zerovec"
22392version = "0.11.4"
22393source = "registry+https://github.com/rust-lang/crates.io-index"
22394checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22395dependencies = [
22396 "yoke 0.8.0",
22397 "zerofrom",
22398 "zerovec-derive",
22399]
22400
22401[[package]]
22402name = "zerovec-derive"
22403version = "0.11.1"
22404source = "registry+https://github.com/rust-lang/crates.io-index"
22405checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22406dependencies = [
22407 "proc-macro2",
22408 "quote",
22409 "syn 2.0.117",
22410]
22411
22412[[package]]
22413name = "zeta_prompt"
22414version = "0.1.0"
22415dependencies = [
22416 "anyhow",
22417 "indoc",
22418 "serde",
22419 "strum 0.27.2",
22420]
22421
22422[[package]]
22423name = "zip"
22424version = "0.6.6"
22425source = "registry+https://github.com/rust-lang/crates.io-index"
22426checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22427dependencies = [
22428 "aes",
22429 "byteorder",
22430 "bzip2 0.4.4",
22431 "constant_time_eq",
22432 "crc32fast",
22433 "crossbeam-utils",
22434 "flate2",
22435 "hmac",
22436 "pbkdf2 0.11.0",
22437 "sha1",
22438 "time",
22439 "zstd",
22440]
22441
22442[[package]]
22443name = "zip"
22444version = "1.1.4"
22445source = "registry+https://github.com/rust-lang/crates.io-index"
22446checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22447dependencies = [
22448 "arbitrary",
22449 "crc32fast",
22450 "crossbeam-utils",
22451 "displaydoc",
22452 "indexmap",
22453 "num_enum",
22454 "thiserror 1.0.69",
22455]
22456
22457[[package]]
22458name = "zlog"
22459version = "0.1.0"
22460dependencies = [
22461 "anyhow",
22462 "chrono",
22463 "collections",
22464 "log",
22465 "tempfile",
22466]
22467
22468[[package]]
22469name = "zlog_settings"
22470version = "0.1.0"
22471dependencies = [
22472 "collections",
22473 "gpui",
22474 "settings",
22475 "zlog",
22476]
22477
22478[[package]]
22479name = "zstd"
22480version = "0.11.2+zstd.1.5.2"
22481source = "registry+https://github.com/rust-lang/crates.io-index"
22482checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22483dependencies = [
22484 "zstd-safe",
22485]
22486
22487[[package]]
22488name = "zstd-safe"
22489version = "5.0.2+zstd.1.5.2"
22490source = "registry+https://github.com/rust-lang/crates.io-index"
22491checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22492dependencies = [
22493 "libc",
22494 "zstd-sys",
22495]
22496
22497[[package]]
22498name = "zstd-sys"
22499version = "2.0.16+zstd.1.5.7"
22500source = "registry+https://github.com/rust-lang/crates.io-index"
22501checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22502dependencies = [
22503 "cc",
22504 "pkg-config",
22505]
22506
22507[[package]]
22508name = "ztracing"
22509version = "0.1.0"
22510dependencies = [
22511 "tracing",
22512 "tracing-subscriber",
22513 "tracing-tracy",
22514 "tracy-client",
22515 "zlog",
22516 "ztracing_macro",
22517]
22518
22519[[package]]
22520name = "ztracing_macro"
22521version = "0.1.0"
22522
22523[[package]]
22524name = "zune-core"
22525version = "0.4.12"
22526source = "registry+https://github.com/rust-lang/crates.io-index"
22527checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22528
22529[[package]]
22530name = "zune-inflate"
22531version = "0.2.54"
22532source = "registry+https://github.com/rust-lang/crates.io-index"
22533checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22534dependencies = [
22535 "simd-adler32",
22536]
22537
22538[[package]]
22539name = "zune-jpeg"
22540version = "0.4.21"
22541source = "registry+https://github.com/rust-lang/crates.io-index"
22542checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22543dependencies = [
22544 "zune-core",
22545]
22546
22547[[package]]
22548name = "zvariant"
22549version = "5.9.2"
22550source = "registry+https://github.com/rust-lang/crates.io-index"
22551checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22552dependencies = [
22553 "endi",
22554 "enumflags2",
22555 "serde",
22556 "serde_bytes",
22557 "winnow",
22558 "zvariant_derive",
22559 "zvariant_utils",
22560]
22561
22562[[package]]
22563name = "zvariant_derive"
22564version = "5.9.2"
22565source = "registry+https://github.com/rust-lang/crates.io-index"
22566checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22567dependencies = [
22568 "proc-macro-crate",
22569 "proc-macro2",
22570 "quote",
22571 "syn 2.0.117",
22572 "zvariant_utils",
22573]
22574
22575[[package]]
22576name = "zvariant_utils"
22577version = "3.3.0"
22578source = "registry+https://github.com/rust-lang/crates.io-index"
22579checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22580dependencies = [
22581 "proc-macro2",
22582 "quote",
22583 "serde",
22584 "syn 2.0.117",
22585 "winnow",
22586]