Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "file_icons",
   18 "futures 0.3.31",
   19 "gpui",
   20 "image",
   21 "indoc",
   22 "itertools 0.14.0",
   23 "language",
   24 "language_model",
   25 "log",
   26 "markdown",
   27 "multi_buffer",
   28 "parking_lot",
   29 "portable-pty",
   30 "project",
   31 "prompt_store",
   32 "rand 0.9.2",
   33 "serde",
   34 "serde_json",
   35 "settings",
   36 "smol",
   37 "task",
   38 "telemetry",
   39 "terminal",
   40 "text",
   41 "ui",
   42 "url",
   43 "urlencoding",
   44 "util",
   45 "uuid",
   46 "watch",
   47]
   48
   49[[package]]
   50name = "acp_tools"
   51version = "0.1.0"
   52dependencies = [
   53 "agent-client-protocol",
   54 "collections",
   55 "gpui",
   56 "language",
   57 "markdown",
   58 "project",
   59 "serde",
   60 "serde_json",
   61 "settings",
   62 "theme",
   63 "ui",
   64 "util",
   65 "workspace",
   66]
   67
   68[[package]]
   69name = "action_log"
   70version = "0.1.0"
   71dependencies = [
   72 "anyhow",
   73 "buffer_diff",
   74 "clock",
   75 "collections",
   76 "ctor",
   77 "fs",
   78 "futures 0.3.31",
   79 "gpui",
   80 "language",
   81 "log",
   82 "pretty_assertions",
   83 "project",
   84 "rand 0.9.2",
   85 "serde_json",
   86 "settings",
   87 "telemetry",
   88 "text",
   89 "util",
   90 "watch",
   91 "zlog",
   92]
   93
   94[[package]]
   95name = "activity_indicator"
   96version = "0.1.0"
   97dependencies = [
   98 "anyhow",
   99 "auto_update",
  100 "editor",
  101 "extension_host",
  102 "fs",
  103 "futures 0.3.31",
  104 "gpui",
  105 "language",
  106 "project",
  107 "proto",
  108 "smallvec",
  109 "ui",
  110 "util",
  111 "workspace",
  112]
  113
  114[[package]]
  115name = "addr2line"
  116version = "0.24.2"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
  119dependencies = [
  120 "gimli 0.31.1",
  121]
  122
  123[[package]]
  124name = "addr2line"
  125version = "0.25.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  128dependencies = [
  129 "gimli 0.32.3",
  130]
  131
  132[[package]]
  133name = "adler2"
  134version = "2.0.1"
  135source = "registry+https://github.com/rust-lang/crates.io-index"
  136checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  137
  138[[package]]
  139name = "aes"
  140version = "0.8.4"
  141source = "registry+https://github.com/rust-lang/crates.io-index"
  142checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  143dependencies = [
  144 "cfg-if",
  145 "cipher",
  146 "cpufeatures",
  147 "zeroize",
  148]
  149
  150[[package]]
  151name = "agent"
  152version = "0.1.0"
  153dependencies = [
  154 "acp_thread",
  155 "action_log",
  156 "agent-client-protocol",
  157 "agent_servers",
  158 "agent_settings",
  159 "anyhow",
  160 "chrono",
  161 "client",
  162 "clock",
  163 "cloud_api_types",
  164 "cloud_llm_client",
  165 "collections",
  166 "context_server",
  167 "ctor",
  168 "db",
  169 "derive_more",
  170 "editor",
  171 "env_logger 0.11.8",
  172 "eval_utils",
  173 "feature_flags",
  174 "fs",
  175 "futures 0.3.31",
  176 "git",
  177 "gpui",
  178 "gpui_tokio",
  179 "handlebars 4.5.0",
  180 "heck 0.5.0",
  181 "html_to_markdown",
  182 "http_client",
  183 "indoc",
  184 "itertools 0.14.0",
  185 "language",
  186 "language_model",
  187 "language_models",
  188 "log",
  189 "lsp",
  190 "open",
  191 "parking_lot",
  192 "paths",
  193 "pretty_assertions",
  194 "project",
  195 "prompt_store",
  196 "rand 0.9.2",
  197 "regex",
  198 "reqwest_client",
  199 "rust-embed",
  200 "schemars",
  201 "serde",
  202 "serde_json",
  203 "settings",
  204 "shell_command_parser",
  205 "smallvec",
  206 "smol",
  207 "sqlez",
  208 "streaming_diff",
  209 "strsim",
  210 "task",
  211 "telemetry",
  212 "tempfile",
  213 "text",
  214 "theme",
  215 "thiserror 2.0.17",
  216 "ui",
  217 "unindent",
  218 "url",
  219 "util",
  220 "uuid",
  221 "watch",
  222 "web_search",
  223 "zed_env_vars",
  224 "zlog",
  225 "zstd",
  226]
  227
  228[[package]]
  229name = "agent-client-protocol"
  230version = "0.10.2"
  231source = "registry+https://github.com/rust-lang/crates.io-index"
  232checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  233dependencies = [
  234 "agent-client-protocol-schema",
  235 "anyhow",
  236 "async-broadcast",
  237 "async-trait",
  238 "derive_more",
  239 "futures 0.3.31",
  240 "log",
  241 "serde",
  242 "serde_json",
  243]
  244
  245[[package]]
  246name = "agent-client-protocol-schema"
  247version = "0.11.2"
  248source = "registry+https://github.com/rust-lang/crates.io-index"
  249checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  250dependencies = [
  251 "anyhow",
  252 "derive_more",
  253 "schemars",
  254 "serde",
  255 "serde_json",
  256 "strum 0.28.0",
  257]
  258
  259[[package]]
  260name = "agent_servers"
  261version = "0.1.0"
  262dependencies = [
  263 "acp_thread",
  264 "acp_tools",
  265 "action_log",
  266 "agent-client-protocol",
  267 "anyhow",
  268 "async-trait",
  269 "chrono",
  270 "client",
  271 "collections",
  272 "credentials_provider",
  273 "env_logger 0.11.8",
  274 "fs",
  275 "futures 0.3.31",
  276 "google_ai",
  277 "gpui",
  278 "gpui_tokio",
  279 "http_client",
  280 "indoc",
  281 "language_model",
  282 "libc",
  283 "log",
  284 "nix 0.29.0",
  285 "project",
  286 "release_channel",
  287 "reqwest_client",
  288 "serde",
  289 "serde_json",
  290 "settings",
  291 "smol",
  292 "task",
  293 "tempfile",
  294 "terminal",
  295 "thiserror 2.0.17",
  296 "ui",
  297 "util",
  298 "uuid",
  299 "watch",
  300]
  301
  302[[package]]
  303name = "agent_settings"
  304version = "0.1.0"
  305dependencies = [
  306 "agent-client-protocol",
  307 "anyhow",
  308 "collections",
  309 "convert_case 0.8.0",
  310 "fs",
  311 "gpui",
  312 "language_model",
  313 "log",
  314 "project",
  315 "regex",
  316 "schemars",
  317 "serde",
  318 "serde_json",
  319 "serde_json_lenient",
  320 "settings",
  321 "util",
  322]
  323
  324[[package]]
  325name = "agent_ui"
  326version = "0.1.0"
  327dependencies = [
  328 "acp_thread",
  329 "action_log",
  330 "agent",
  331 "agent-client-protocol",
  332 "agent_servers",
  333 "agent_settings",
  334 "ai_onboarding",
  335 "anyhow",
  336 "arrayvec",
  337 "assistant_slash_command",
  338 "assistant_slash_commands",
  339 "assistant_text_thread",
  340 "async-fs",
  341 "audio",
  342 "base64 0.22.1",
  343 "buffer_diff",
  344 "chrono",
  345 "client",
  346 "cloud_api_types",
  347 "cloud_llm_client",
  348 "collections",
  349 "command_palette_hooks",
  350 "component",
  351 "context_server",
  352 "db",
  353 "editor",
  354 "eval_utils",
  355 "extension",
  356 "extension_host",
  357 "feature_flags",
  358 "file_icons",
  359 "fs",
  360 "futures 0.3.31",
  361 "fuzzy",
  362 "git",
  363 "gpui",
  364 "gpui_tokio",
  365 "html_to_markdown",
  366 "http_client",
  367 "image",
  368 "indoc",
  369 "itertools 0.14.0",
  370 "jsonschema",
  371 "language",
  372 "language_model",
  373 "language_models",
  374 "languages",
  375 "log",
  376 "lsp",
  377 "markdown",
  378 "menu",
  379 "multi_buffer",
  380 "notifications",
  381 "ordered-float 2.10.1",
  382 "parking_lot",
  383 "paths",
  384 "picker",
  385 "postage",
  386 "pretty_assertions",
  387 "project",
  388 "prompt_store",
  389 "proto",
  390 "rand 0.9.2",
  391 "release_channel",
  392 "reqwest_client",
  393 "rope",
  394 "rules_library",
  395 "schemars",
  396 "search",
  397 "semver",
  398 "serde",
  399 "serde_json",
  400 "serde_json_lenient",
  401 "settings",
  402 "smol",
  403 "streaming_diff",
  404 "task",
  405 "telemetry",
  406 "terminal",
  407 "terminal_view",
  408 "text",
  409 "theme",
  410 "time",
  411 "time_format",
  412 "tree-sitter-md",
  413 "ui",
  414 "ui_input",
  415 "unindent",
  416 "url",
  417 "util",
  418 "uuid",
  419 "watch",
  420 "workspace",
  421 "zed_actions",
  422]
  423
  424[[package]]
  425name = "ahash"
  426version = "0.7.8"
  427source = "registry+https://github.com/rust-lang/crates.io-index"
  428checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  429dependencies = [
  430 "getrandom 0.2.16",
  431 "once_cell",
  432 "version_check",
  433]
  434
  435[[package]]
  436name = "ahash"
  437version = "0.8.12"
  438source = "registry+https://github.com/rust-lang/crates.io-index"
  439checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  440dependencies = [
  441 "cfg-if",
  442 "const-random",
  443 "getrandom 0.3.4",
  444 "once_cell",
  445 "serde",
  446 "version_check",
  447 "zerocopy",
  448]
  449
  450[[package]]
  451name = "aho-corasick"
  452version = "1.1.3"
  453source = "registry+https://github.com/rust-lang/crates.io-index"
  454checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  455dependencies = [
  456 "memchr",
  457]
  458
  459[[package]]
  460name = "ai_onboarding"
  461version = "0.1.0"
  462dependencies = [
  463 "client",
  464 "cloud_api_types",
  465 "component",
  466 "gpui",
  467 "language_model",
  468 "serde",
  469 "smallvec",
  470 "telemetry",
  471 "ui",
  472 "zed_actions",
  473]
  474
  475[[package]]
  476name = "alacritty_terminal"
  477version = "0.25.1"
  478source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  479dependencies = [
  480 "base64 0.22.1",
  481 "bitflags 2.10.0",
  482 "home",
  483 "libc",
  484 "log",
  485 "mach2 0.5.0",
  486 "miow",
  487 "parking_lot",
  488 "piper",
  489 "polling",
  490 "regex-automata",
  491 "rustix 1.1.2",
  492 "rustix-openpty",
  493 "serde",
  494 "signal-hook",
  495 "unicode-width",
  496 "vte",
  497 "windows-sys 0.59.0",
  498]
  499
  500[[package]]
  501name = "aliasable"
  502version = "0.1.3"
  503source = "registry+https://github.com/rust-lang/crates.io-index"
  504checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  505
  506[[package]]
  507name = "aligned-vec"
  508version = "0.6.4"
  509source = "registry+https://github.com/rust-lang/crates.io-index"
  510checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  511dependencies = [
  512 "equator",
  513]
  514
  515[[package]]
  516name = "alloc-no-stdlib"
  517version = "2.0.4"
  518source = "registry+https://github.com/rust-lang/crates.io-index"
  519checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
  520
  521[[package]]
  522name = "alloc-stdlib"
  523version = "0.2.2"
  524source = "registry+https://github.com/rust-lang/crates.io-index"
  525checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
  526dependencies = [
  527 "alloc-no-stdlib",
  528]
  529
  530[[package]]
  531name = "allocator-api2"
  532version = "0.2.21"
  533source = "registry+https://github.com/rust-lang/crates.io-index"
  534checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  535
  536[[package]]
  537name = "alsa"
  538version = "0.10.0"
  539source = "registry+https://github.com/rust-lang/crates.io-index"
  540checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  541dependencies = [
  542 "alsa-sys",
  543 "bitflags 2.10.0",
  544 "cfg-if",
  545 "libc",
  546]
  547
  548[[package]]
  549name = "alsa-sys"
  550version = "0.3.1"
  551source = "registry+https://github.com/rust-lang/crates.io-index"
  552checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  553dependencies = [
  554 "libc",
  555 "pkg-config",
  556]
  557
  558[[package]]
  559name = "ambient-authority"
  560version = "0.0.2"
  561source = "registry+https://github.com/rust-lang/crates.io-index"
  562checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  563
  564[[package]]
  565name = "ammonia"
  566version = "4.1.2"
  567source = "registry+https://github.com/rust-lang/crates.io-index"
  568checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  569dependencies = [
  570 "cssparser",
  571 "html5ever 0.35.0",
  572 "maplit",
  573 "tendril",
  574 "url",
  575]
  576
  577[[package]]
  578name = "android_system_properties"
  579version = "0.1.5"
  580source = "registry+https://github.com/rust-lang/crates.io-index"
  581checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  582dependencies = [
  583 "libc",
  584]
  585
  586[[package]]
  587name = "anes"
  588version = "0.1.6"
  589source = "registry+https://github.com/rust-lang/crates.io-index"
  590checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  591
  592[[package]]
  593name = "annotate-snippets"
  594version = "0.12.12"
  595source = "registry+https://github.com/rust-lang/crates.io-index"
  596checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  597dependencies = [
  598 "anstyle",
  599 "memchr",
  600 "unicode-width",
  601]
  602
  603[[package]]
  604name = "anstream"
  605version = "0.6.21"
  606source = "registry+https://github.com/rust-lang/crates.io-index"
  607checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  608dependencies = [
  609 "anstyle",
  610 "anstyle-parse",
  611 "anstyle-query",
  612 "anstyle-wincon",
  613 "colorchoice",
  614 "is_terminal_polyfill",
  615 "utf8parse",
  616]
  617
  618[[package]]
  619name = "anstyle"
  620version = "1.0.13"
  621source = "registry+https://github.com/rust-lang/crates.io-index"
  622checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  623
  624[[package]]
  625name = "anstyle-parse"
  626version = "0.2.7"
  627source = "registry+https://github.com/rust-lang/crates.io-index"
  628checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  629dependencies = [
  630 "utf8parse",
  631]
  632
  633[[package]]
  634name = "anstyle-query"
  635version = "1.1.4"
  636source = "registry+https://github.com/rust-lang/crates.io-index"
  637checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  638dependencies = [
  639 "windows-sys 0.60.2",
  640]
  641
  642[[package]]
  643name = "anstyle-wincon"
  644version = "3.0.10"
  645source = "registry+https://github.com/rust-lang/crates.io-index"
  646checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  647dependencies = [
  648 "anstyle",
  649 "once_cell_polyfill",
  650 "windows-sys 0.60.2",
  651]
  652
  653[[package]]
  654name = "anthropic"
  655version = "0.1.0"
  656dependencies = [
  657 "anyhow",
  658 "chrono",
  659 "futures 0.3.31",
  660 "http_client",
  661 "schemars",
  662 "serde",
  663 "serde_json",
  664 "strum 0.27.2",
  665 "thiserror 2.0.17",
  666]
  667
  668[[package]]
  669name = "any_vec"
  670version = "0.14.0"
  671source = "registry+https://github.com/rust-lang/crates.io-index"
  672checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  673
  674[[package]]
  675name = "anyhow"
  676version = "1.0.100"
  677source = "registry+https://github.com/rust-lang/crates.io-index"
  678checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  679
  680[[package]]
  681name = "approx"
  682version = "0.5.1"
  683source = "registry+https://github.com/rust-lang/crates.io-index"
  684checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  685dependencies = [
  686 "num-traits",
  687]
  688
  689[[package]]
  690name = "ar_archive_writer"
  691version = "0.5.1"
  692source = "registry+https://github.com/rust-lang/crates.io-index"
  693checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  694dependencies = [
  695 "object 0.37.3",
  696]
  697
  698[[package]]
  699name = "arbitrary"
  700version = "1.4.2"
  701source = "registry+https://github.com/rust-lang/crates.io-index"
  702checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  703dependencies = [
  704 "derive_arbitrary",
  705]
  706
  707[[package]]
  708name = "arg_enum_proc_macro"
  709version = "0.3.4"
  710source = "registry+https://github.com/rust-lang/crates.io-index"
  711checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  712dependencies = [
  713 "proc-macro2",
  714 "quote",
  715 "syn 2.0.117",
  716]
  717
  718[[package]]
  719name = "arraydeque"
  720version = "0.5.1"
  721source = "registry+https://github.com/rust-lang/crates.io-index"
  722checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  723
  724[[package]]
  725name = "arrayref"
  726version = "0.3.9"
  727source = "registry+https://github.com/rust-lang/crates.io-index"
  728checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  729
  730[[package]]
  731name = "arrayvec"
  732version = "0.7.6"
  733source = "registry+https://github.com/rust-lang/crates.io-index"
  734checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  735dependencies = [
  736 "serde",
  737]
  738
  739[[package]]
  740name = "as-raw-xcb-connection"
  741version = "1.0.1"
  742source = "registry+https://github.com/rust-lang/crates.io-index"
  743checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  744
  745[[package]]
  746name = "ascii"
  747version = "1.1.0"
  748source = "registry+https://github.com/rust-lang/crates.io-index"
  749checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  750
  751[[package]]
  752name = "ash"
  753version = "0.38.0+1.3.281"
  754source = "registry+https://github.com/rust-lang/crates.io-index"
  755checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  756dependencies = [
  757 "libloading",
  758]
  759
  760[[package]]
  761name = "ashpd"
  762version = "0.13.2"
  763source = "registry+https://github.com/rust-lang/crates.io-index"
  764checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  765dependencies = [
  766 "enumflags2",
  767 "futures-channel",
  768 "futures-util",
  769 "getrandom 0.4.1",
  770 "serde",
  771 "serde_repr",
  772 "wayland-backend",
  773 "wayland-client",
  774 "wayland-protocols",
  775 "zbus",
  776]
  777
  778[[package]]
  779name = "askpass"
  780version = "0.1.0"
  781dependencies = [
  782 "anyhow",
  783 "futures 0.3.31",
  784 "gpui",
  785 "log",
  786 "net",
  787 "smol",
  788 "tempfile",
  789 "util",
  790 "windows 0.61.3",
  791 "zeroize",
  792]
  793
  794[[package]]
  795name = "assets"
  796version = "0.1.0"
  797dependencies = [
  798 "anyhow",
  799 "gpui",
  800 "rust-embed",
  801]
  802
  803[[package]]
  804name = "assistant_slash_command"
  805version = "0.1.0"
  806dependencies = [
  807 "anyhow",
  808 "async-trait",
  809 "collections",
  810 "derive_more",
  811 "extension",
  812 "futures 0.3.31",
  813 "gpui",
  814 "language",
  815 "language_model",
  816 "parking_lot",
  817 "pretty_assertions",
  818 "serde",
  819 "serde_json",
  820 "ui",
  821 "util",
  822 "workspace",
  823]
  824
  825[[package]]
  826name = "assistant_slash_commands"
  827version = "0.1.0"
  828dependencies = [
  829 "anyhow",
  830 "assistant_slash_command",
  831 "chrono",
  832 "collections",
  833 "editor",
  834 "feature_flags",
  835 "fs",
  836 "futures 0.3.31",
  837 "fuzzy",
  838 "gpui",
  839 "html_to_markdown",
  840 "http_client",
  841 "language",
  842 "multi_buffer",
  843 "pretty_assertions",
  844 "project",
  845 "prompt_store",
  846 "rope",
  847 "serde",
  848 "serde_json",
  849 "settings",
  850 "smol",
  851 "text",
  852 "ui",
  853 "util",
  854 "workspace",
  855 "worktree",
  856 "zlog",
  857]
  858
  859[[package]]
  860name = "assistant_text_thread"
  861version = "0.1.0"
  862dependencies = [
  863 "agent_settings",
  864 "anyhow",
  865 "assistant_slash_command",
  866 "assistant_slash_commands",
  867 "chrono",
  868 "client",
  869 "clock",
  870 "cloud_llm_client",
  871 "collections",
  872 "context_server",
  873 "fs",
  874 "futures 0.3.31",
  875 "fuzzy",
  876 "gpui",
  877 "itertools 0.14.0",
  878 "language",
  879 "language_model",
  880 "log",
  881 "open_ai",
  882 "parking_lot",
  883 "paths",
  884 "pretty_assertions",
  885 "project",
  886 "prompt_store",
  887 "proto",
  888 "rand 0.9.2",
  889 "regex",
  890 "rpc",
  891 "serde",
  892 "serde_json",
  893 "settings",
  894 "smallvec",
  895 "smol",
  896 "telemetry",
  897 "text",
  898 "ui",
  899 "unindent",
  900 "util",
  901 "uuid",
  902 "workspace",
  903 "zed_env_vars",
  904]
  905
  906[[package]]
  907name = "async-attributes"
  908version = "1.1.2"
  909source = "registry+https://github.com/rust-lang/crates.io-index"
  910checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  911dependencies = [
  912 "quote",
  913 "syn 1.0.109",
  914]
  915
  916[[package]]
  917name = "async-broadcast"
  918version = "0.7.2"
  919source = "registry+https://github.com/rust-lang/crates.io-index"
  920checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  921dependencies = [
  922 "event-listener 5.4.1",
  923 "event-listener-strategy",
  924 "futures-core",
  925 "pin-project-lite",
  926]
  927
  928[[package]]
  929name = "async-channel"
  930version = "1.9.0"
  931source = "registry+https://github.com/rust-lang/crates.io-index"
  932checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  933dependencies = [
  934 "concurrent-queue",
  935 "event-listener 2.5.3",
  936 "futures-core",
  937]
  938
  939[[package]]
  940name = "async-channel"
  941version = "2.5.0"
  942source = "registry+https://github.com/rust-lang/crates.io-index"
  943checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  944dependencies = [
  945 "concurrent-queue",
  946 "event-listener-strategy",
  947 "futures-core",
  948 "pin-project-lite",
  949]
  950
  951[[package]]
  952name = "async-compat"
  953version = "0.2.5"
  954source = "registry+https://github.com/rust-lang/crates.io-index"
  955checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  956dependencies = [
  957 "futures-core",
  958 "futures-io",
  959 "once_cell",
  960 "pin-project-lite",
  961 "tokio",
  962]
  963
  964[[package]]
  965name = "async-compression"
  966version = "0.4.32"
  967source = "registry+https://github.com/rust-lang/crates.io-index"
  968checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  969dependencies = [
  970 "compression-codecs",
  971 "compression-core",
  972 "futures-core",
  973 "futures-io",
  974 "pin-project-lite",
  975]
  976
  977[[package]]
  978name = "async-dispatcher"
  979version = "0.1.2"
  980source = "registry+https://github.com/rust-lang/crates.io-index"
  981checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  982dependencies = [
  983 "async-task",
  984 "futures-lite 1.13.0",
  985]
  986
  987[[package]]
  988name = "async-executor"
  989version = "1.13.3"
  990source = "registry+https://github.com/rust-lang/crates.io-index"
  991checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  992dependencies = [
  993 "async-task",
  994 "concurrent-queue",
  995 "fastrand 2.3.0",
  996 "futures-lite 2.6.1",
  997 "pin-project-lite",
  998 "slab",
  999]
 1000
 1001[[package]]
 1002name = "async-fs"
 1003version = "2.2.0"
 1004source = "registry+https://github.com/rust-lang/crates.io-index"
 1005checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
 1006dependencies = [
 1007 "async-lock 3.4.2",
 1008 "blocking",
 1009 "futures-lite 2.6.1",
 1010]
 1011
 1012[[package]]
 1013name = "async-global-executor"
 1014version = "2.4.1"
 1015source = "registry+https://github.com/rust-lang/crates.io-index"
 1016checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
 1017dependencies = [
 1018 "async-channel 2.5.0",
 1019 "async-executor",
 1020 "async-io",
 1021 "async-lock 3.4.2",
 1022 "blocking",
 1023 "futures-lite 2.6.1",
 1024 "once_cell",
 1025]
 1026
 1027[[package]]
 1028name = "async-io"
 1029version = "2.6.0"
 1030source = "registry+https://github.com/rust-lang/crates.io-index"
 1031checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
 1032dependencies = [
 1033 "autocfg",
 1034 "cfg-if",
 1035 "concurrent-queue",
 1036 "futures-io",
 1037 "futures-lite 2.6.1",
 1038 "parking",
 1039 "polling",
 1040 "rustix 1.1.2",
 1041 "slab",
 1042 "windows-sys 0.61.2",
 1043]
 1044
 1045[[package]]
 1046name = "async-lock"
 1047version = "2.8.0"
 1048source = "registry+https://github.com/rust-lang/crates.io-index"
 1049checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
 1050dependencies = [
 1051 "event-listener 2.5.3",
 1052]
 1053
 1054[[package]]
 1055name = "async-lock"
 1056version = "3.4.2"
 1057source = "registry+https://github.com/rust-lang/crates.io-index"
 1058checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
 1059dependencies = [
 1060 "event-listener 5.4.1",
 1061 "event-listener-strategy",
 1062 "pin-project-lite",
 1063]
 1064
 1065[[package]]
 1066name = "async-net"
 1067version = "2.0.0"
 1068source = "registry+https://github.com/rust-lang/crates.io-index"
 1069checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
 1070dependencies = [
 1071 "async-io",
 1072 "blocking",
 1073 "futures-lite 2.6.1",
 1074]
 1075
 1076[[package]]
 1077name = "async-pipe"
 1078version = "0.1.3"
 1079source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
 1080dependencies = [
 1081 "futures 0.3.31",
 1082 "log",
 1083]
 1084
 1085[[package]]
 1086name = "async-process"
 1087version = "2.5.0"
 1088source = "registry+https://github.com/rust-lang/crates.io-index"
 1089checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 1090dependencies = [
 1091 "async-channel 2.5.0",
 1092 "async-io",
 1093 "async-lock 3.4.2",
 1094 "async-signal",
 1095 "async-task",
 1096 "blocking",
 1097 "cfg-if",
 1098 "event-listener 5.4.1",
 1099 "futures-lite 2.6.1",
 1100 "rustix 1.1.2",
 1101]
 1102
 1103[[package]]
 1104name = "async-recursion"
 1105version = "1.1.1"
 1106source = "registry+https://github.com/rust-lang/crates.io-index"
 1107checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1108dependencies = [
 1109 "proc-macro2",
 1110 "quote",
 1111 "syn 2.0.117",
 1112]
 1113
 1114[[package]]
 1115name = "async-signal"
 1116version = "0.2.13"
 1117source = "registry+https://github.com/rust-lang/crates.io-index"
 1118checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1119dependencies = [
 1120 "async-io",
 1121 "async-lock 3.4.2",
 1122 "atomic-waker",
 1123 "cfg-if",
 1124 "futures-core",
 1125 "futures-io",
 1126 "rustix 1.1.2",
 1127 "signal-hook-registry",
 1128 "slab",
 1129 "windows-sys 0.61.2",
 1130]
 1131
 1132[[package]]
 1133name = "async-std"
 1134version = "1.13.2"
 1135source = "registry+https://github.com/rust-lang/crates.io-index"
 1136checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1137dependencies = [
 1138 "async-attributes",
 1139 "async-channel 1.9.0",
 1140 "async-global-executor",
 1141 "async-io",
 1142 "async-lock 3.4.2",
 1143 "async-process",
 1144 "crossbeam-utils",
 1145 "futures-channel",
 1146 "futures-core",
 1147 "futures-io",
 1148 "futures-lite 2.6.1",
 1149 "gloo-timers",
 1150 "kv-log-macro",
 1151 "log",
 1152 "memchr",
 1153 "once_cell",
 1154 "pin-project-lite",
 1155 "pin-utils",
 1156 "slab",
 1157 "wasm-bindgen-futures",
 1158]
 1159
 1160[[package]]
 1161name = "async-stream"
 1162version = "0.3.6"
 1163source = "registry+https://github.com/rust-lang/crates.io-index"
 1164checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1165dependencies = [
 1166 "async-stream-impl",
 1167 "futures-core",
 1168 "pin-project-lite",
 1169]
 1170
 1171[[package]]
 1172name = "async-stream-impl"
 1173version = "0.3.6"
 1174source = "registry+https://github.com/rust-lang/crates.io-index"
 1175checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1176dependencies = [
 1177 "proc-macro2",
 1178 "quote",
 1179 "syn 2.0.117",
 1180]
 1181
 1182[[package]]
 1183name = "async-tar"
 1184version = "0.5.1"
 1185source = "registry+https://github.com/rust-lang/crates.io-index"
 1186checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1187dependencies = [
 1188 "async-std",
 1189 "filetime",
 1190 "libc",
 1191 "pin-project",
 1192 "redox_syscall 0.2.16",
 1193 "xattr",
 1194]
 1195
 1196[[package]]
 1197name = "async-task"
 1198version = "4.7.1"
 1199source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1200
 1201[[package]]
 1202name = "async-trait"
 1203version = "0.1.89"
 1204source = "registry+https://github.com/rust-lang/crates.io-index"
 1205checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1206dependencies = [
 1207 "proc-macro2",
 1208 "quote",
 1209 "syn 2.0.117",
 1210]
 1211
 1212[[package]]
 1213name = "async-tungstenite"
 1214version = "0.31.0"
 1215source = "registry+https://github.com/rust-lang/crates.io-index"
 1216checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1217dependencies = [
 1218 "atomic-waker",
 1219 "futures-core",
 1220 "futures-io",
 1221 "futures-task",
 1222 "futures-util",
 1223 "log",
 1224 "pin-project-lite",
 1225 "rustls-pki-types",
 1226 "tokio",
 1227 "tokio-rustls 0.26.2",
 1228 "tungstenite 0.27.0",
 1229]
 1230
 1231[[package]]
 1232name = "async_zip"
 1233version = "0.0.18"
 1234source = "registry+https://github.com/rust-lang/crates.io-index"
 1235checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1236dependencies = [
 1237 "async-compression",
 1238 "crc32fast",
 1239 "futures-lite 2.6.1",
 1240 "pin-project",
 1241 "thiserror 2.0.17",
 1242]
 1243
 1244[[package]]
 1245name = "asynchronous-codec"
 1246version = "0.7.0"
 1247source = "registry+https://github.com/rust-lang/crates.io-index"
 1248checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1249dependencies = [
 1250 "bytes 1.11.1",
 1251 "futures-sink",
 1252 "futures-util",
 1253 "memchr",
 1254 "pin-project-lite",
 1255]
 1256
 1257[[package]]
 1258name = "atoi"
 1259version = "2.0.0"
 1260source = "registry+https://github.com/rust-lang/crates.io-index"
 1261checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1262dependencies = [
 1263 "num-traits",
 1264]
 1265
 1266[[package]]
 1267name = "atomic"
 1268version = "0.5.3"
 1269source = "registry+https://github.com/rust-lang/crates.io-index"
 1270checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1271
 1272[[package]]
 1273name = "atomic-waker"
 1274version = "1.1.2"
 1275source = "registry+https://github.com/rust-lang/crates.io-index"
 1276checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1277
 1278[[package]]
 1279name = "audio"
 1280version = "0.1.0"
 1281dependencies = [
 1282 "anyhow",
 1283 "async-tar",
 1284 "collections",
 1285 "cpal",
 1286 "crossbeam",
 1287 "denoise",
 1288 "gpui",
 1289 "libwebrtc",
 1290 "log",
 1291 "parking_lot",
 1292 "rodio",
 1293 "serde",
 1294 "settings",
 1295 "smol",
 1296 "thiserror 2.0.17",
 1297 "util",
 1298]
 1299
 1300[[package]]
 1301name = "auditable-serde"
 1302version = "0.8.0"
 1303source = "registry+https://github.com/rust-lang/crates.io-index"
 1304checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1305dependencies = [
 1306 "semver",
 1307 "serde",
 1308 "serde_json",
 1309 "topological-sort",
 1310]
 1311
 1312[[package]]
 1313name = "auto_update"
 1314version = "0.1.0"
 1315dependencies = [
 1316 "anyhow",
 1317 "client",
 1318 "clock",
 1319 "ctor",
 1320 "db",
 1321 "futures 0.3.31",
 1322 "futures-lite 1.13.0",
 1323 "gpui",
 1324 "http_client",
 1325 "log",
 1326 "parking_lot",
 1327 "paths",
 1328 "release_channel",
 1329 "semver",
 1330 "serde",
 1331 "serde_json",
 1332 "settings",
 1333 "smol",
 1334 "tempfile",
 1335 "util",
 1336 "which 6.0.3",
 1337 "workspace",
 1338 "zlog",
 1339]
 1340
 1341[[package]]
 1342name = "auto_update_helper"
 1343version = "0.1.0"
 1344dependencies = [
 1345 "anyhow",
 1346 "log",
 1347 "scopeguard",
 1348 "simplelog",
 1349 "tempfile",
 1350 "windows 0.61.3",
 1351 "winresource",
 1352]
 1353
 1354[[package]]
 1355name = "auto_update_ui"
 1356version = "0.1.0"
 1357dependencies = [
 1358 "anyhow",
 1359 "auto_update",
 1360 "client",
 1361 "editor",
 1362 "gpui",
 1363 "markdown_preview",
 1364 "release_channel",
 1365 "semver",
 1366 "serde",
 1367 "serde_json",
 1368 "smol",
 1369 "ui",
 1370 "util",
 1371 "workspace",
 1372]
 1373
 1374[[package]]
 1375name = "autocfg"
 1376version = "1.5.0"
 1377source = "registry+https://github.com/rust-lang/crates.io-index"
 1378checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1379
 1380[[package]]
 1381name = "av1-grain"
 1382version = "0.2.4"
 1383source = "registry+https://github.com/rust-lang/crates.io-index"
 1384checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1385dependencies = [
 1386 "anyhow",
 1387 "arrayvec",
 1388 "log",
 1389 "nom 7.1.3",
 1390 "num-rational",
 1391 "v_frame",
 1392]
 1393
 1394[[package]]
 1395name = "avif-serialize"
 1396version = "0.8.6"
 1397source = "registry+https://github.com/rust-lang/crates.io-index"
 1398checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1399dependencies = [
 1400 "arrayvec",
 1401]
 1402
 1403[[package]]
 1404name = "aws-config"
 1405version = "1.8.10"
 1406source = "registry+https://github.com/rust-lang/crates.io-index"
 1407checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1408dependencies = [
 1409 "aws-credential-types",
 1410 "aws-runtime",
 1411 "aws-sdk-sso",
 1412 "aws-sdk-ssooidc",
 1413 "aws-sdk-sts",
 1414 "aws-smithy-async",
 1415 "aws-smithy-http",
 1416 "aws-smithy-json",
 1417 "aws-smithy-runtime",
 1418 "aws-smithy-runtime-api",
 1419 "aws-smithy-types",
 1420 "aws-types",
 1421 "bytes 1.11.1",
 1422 "fastrand 2.3.0",
 1423 "hex",
 1424 "http 1.3.1",
 1425 "ring",
 1426 "time",
 1427 "tokio",
 1428 "tracing",
 1429 "url",
 1430 "zeroize",
 1431]
 1432
 1433[[package]]
 1434name = "aws-credential-types"
 1435version = "1.2.10"
 1436source = "registry+https://github.com/rust-lang/crates.io-index"
 1437checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1438dependencies = [
 1439 "aws-smithy-async",
 1440 "aws-smithy-runtime-api",
 1441 "aws-smithy-types",
 1442 "zeroize",
 1443]
 1444
 1445[[package]]
 1446name = "aws-lc-rs"
 1447version = "1.15.4"
 1448source = "registry+https://github.com/rust-lang/crates.io-index"
 1449checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1450dependencies = [
 1451 "aws-lc-sys",
 1452 "untrusted 0.7.1",
 1453 "zeroize",
 1454]
 1455
 1456[[package]]
 1457name = "aws-lc-sys"
 1458version = "0.37.0"
 1459source = "registry+https://github.com/rust-lang/crates.io-index"
 1460checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1461dependencies = [
 1462 "cc",
 1463 "cmake",
 1464 "dunce",
 1465 "fs_extra",
 1466]
 1467
 1468[[package]]
 1469name = "aws-runtime"
 1470version = "1.5.16"
 1471source = "registry+https://github.com/rust-lang/crates.io-index"
 1472checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1473dependencies = [
 1474 "aws-credential-types",
 1475 "aws-sigv4",
 1476 "aws-smithy-async",
 1477 "aws-smithy-eventstream",
 1478 "aws-smithy-http",
 1479 "aws-smithy-runtime",
 1480 "aws-smithy-runtime-api",
 1481 "aws-smithy-types",
 1482 "aws-types",
 1483 "bytes 1.11.1",
 1484 "fastrand 2.3.0",
 1485 "http 0.2.12",
 1486 "http-body 0.4.6",
 1487 "percent-encoding",
 1488 "pin-project-lite",
 1489 "tracing",
 1490 "uuid",
 1491]
 1492
 1493[[package]]
 1494name = "aws-sdk-bedrockruntime"
 1495version = "1.113.0"
 1496source = "registry+https://github.com/rust-lang/crates.io-index"
 1497checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1498dependencies = [
 1499 "aws-credential-types",
 1500 "aws-runtime",
 1501 "aws-sigv4",
 1502 "aws-smithy-async",
 1503 "aws-smithy-eventstream",
 1504 "aws-smithy-http",
 1505 "aws-smithy-json",
 1506 "aws-smithy-runtime",
 1507 "aws-smithy-runtime-api",
 1508 "aws-smithy-types",
 1509 "aws-types",
 1510 "bytes 1.11.1",
 1511 "fastrand 2.3.0",
 1512 "http 0.2.12",
 1513 "hyper 0.14.32",
 1514 "regex-lite",
 1515 "tracing",
 1516]
 1517
 1518[[package]]
 1519name = "aws-sdk-kinesis"
 1520version = "1.95.0"
 1521source = "registry+https://github.com/rust-lang/crates.io-index"
 1522checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1523dependencies = [
 1524 "aws-credential-types",
 1525 "aws-runtime",
 1526 "aws-smithy-async",
 1527 "aws-smithy-eventstream",
 1528 "aws-smithy-http",
 1529 "aws-smithy-json",
 1530 "aws-smithy-runtime",
 1531 "aws-smithy-runtime-api",
 1532 "aws-smithy-types",
 1533 "aws-types",
 1534 "bytes 1.11.1",
 1535 "fastrand 2.3.0",
 1536 "http 0.2.12",
 1537 "regex-lite",
 1538 "tracing",
 1539]
 1540
 1541[[package]]
 1542name = "aws-sdk-s3"
 1543version = "1.112.0"
 1544source = "registry+https://github.com/rust-lang/crates.io-index"
 1545checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1546dependencies = [
 1547 "aws-credential-types",
 1548 "aws-runtime",
 1549 "aws-sigv4",
 1550 "aws-smithy-async",
 1551 "aws-smithy-checksums",
 1552 "aws-smithy-eventstream",
 1553 "aws-smithy-http",
 1554 "aws-smithy-json",
 1555 "aws-smithy-runtime",
 1556 "aws-smithy-runtime-api",
 1557 "aws-smithy-types",
 1558 "aws-smithy-xml",
 1559 "aws-types",
 1560 "bytes 1.11.1",
 1561 "fastrand 2.3.0",
 1562 "hex",
 1563 "hmac",
 1564 "http 0.2.12",
 1565 "http 1.3.1",
 1566 "http-body 0.4.6",
 1567 "lru",
 1568 "percent-encoding",
 1569 "regex-lite",
 1570 "sha2",
 1571 "tracing",
 1572 "url",
 1573]
 1574
 1575[[package]]
 1576name = "aws-sdk-sso"
 1577version = "1.88.0"
 1578source = "registry+https://github.com/rust-lang/crates.io-index"
 1579checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 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-ssooidc"
 1599version = "1.90.0"
 1600source = "registry+https://github.com/rust-lang/crates.io-index"
 1601checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1602dependencies = [
 1603 "aws-credential-types",
 1604 "aws-runtime",
 1605 "aws-smithy-async",
 1606 "aws-smithy-http",
 1607 "aws-smithy-json",
 1608 "aws-smithy-runtime",
 1609 "aws-smithy-runtime-api",
 1610 "aws-smithy-types",
 1611 "aws-types",
 1612 "bytes 1.11.1",
 1613 "fastrand 2.3.0",
 1614 "http 0.2.12",
 1615 "regex-lite",
 1616 "tracing",
 1617]
 1618
 1619[[package]]
 1620name = "aws-sdk-sts"
 1621version = "1.90.0"
 1622source = "registry+https://github.com/rust-lang/crates.io-index"
 1623checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1624dependencies = [
 1625 "aws-credential-types",
 1626 "aws-runtime",
 1627 "aws-smithy-async",
 1628 "aws-smithy-http",
 1629 "aws-smithy-json",
 1630 "aws-smithy-query",
 1631 "aws-smithy-runtime",
 1632 "aws-smithy-runtime-api",
 1633 "aws-smithy-types",
 1634 "aws-smithy-xml",
 1635 "aws-types",
 1636 "fastrand 2.3.0",
 1637 "http 0.2.12",
 1638 "regex-lite",
 1639 "tracing",
 1640]
 1641
 1642[[package]]
 1643name = "aws-sigv4"
 1644version = "1.3.6"
 1645source = "registry+https://github.com/rust-lang/crates.io-index"
 1646checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1647dependencies = [
 1648 "aws-credential-types",
 1649 "aws-smithy-eventstream",
 1650 "aws-smithy-http",
 1651 "aws-smithy-runtime-api",
 1652 "aws-smithy-types",
 1653 "bytes 1.11.1",
 1654 "crypto-bigint 0.5.5",
 1655 "form_urlencoded",
 1656 "hex",
 1657 "hmac",
 1658 "http 0.2.12",
 1659 "http 1.3.1",
 1660 "p256",
 1661 "percent-encoding",
 1662 "ring",
 1663 "sha2",
 1664 "subtle",
 1665 "time",
 1666 "tracing",
 1667 "zeroize",
 1668]
 1669
 1670[[package]]
 1671name = "aws-smithy-async"
 1672version = "1.2.6"
 1673source = "registry+https://github.com/rust-lang/crates.io-index"
 1674checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1675dependencies = [
 1676 "futures-util",
 1677 "pin-project-lite",
 1678 "tokio",
 1679]
 1680
 1681[[package]]
 1682name = "aws-smithy-checksums"
 1683version = "0.63.11"
 1684source = "registry+https://github.com/rust-lang/crates.io-index"
 1685checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1686dependencies = [
 1687 "aws-smithy-http",
 1688 "aws-smithy-types",
 1689 "bytes 1.11.1",
 1690 "crc-fast",
 1691 "hex",
 1692 "http 0.2.12",
 1693 "http-body 0.4.6",
 1694 "md-5",
 1695 "pin-project-lite",
 1696 "sha1",
 1697 "sha2",
 1698 "tracing",
 1699]
 1700
 1701[[package]]
 1702name = "aws-smithy-eventstream"
 1703version = "0.60.13"
 1704source = "registry+https://github.com/rust-lang/crates.io-index"
 1705checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1706dependencies = [
 1707 "aws-smithy-types",
 1708 "bytes 1.11.1",
 1709 "crc32fast",
 1710]
 1711
 1712[[package]]
 1713name = "aws-smithy-http"
 1714version = "0.62.5"
 1715source = "registry+https://github.com/rust-lang/crates.io-index"
 1716checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1717dependencies = [
 1718 "aws-smithy-eventstream",
 1719 "aws-smithy-runtime-api",
 1720 "aws-smithy-types",
 1721 "bytes 1.11.1",
 1722 "bytes-utils",
 1723 "futures-core",
 1724 "futures-util",
 1725 "http 0.2.12",
 1726 "http 1.3.1",
 1727 "http-body 0.4.6",
 1728 "percent-encoding",
 1729 "pin-project-lite",
 1730 "pin-utils",
 1731 "tracing",
 1732]
 1733
 1734[[package]]
 1735name = "aws-smithy-http-client"
 1736version = "1.1.4"
 1737source = "registry+https://github.com/rust-lang/crates.io-index"
 1738checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1739dependencies = [
 1740 "aws-smithy-async",
 1741 "aws-smithy-runtime-api",
 1742 "aws-smithy-types",
 1743 "h2 0.3.27",
 1744 "h2 0.4.12",
 1745 "http 0.2.12",
 1746 "http 1.3.1",
 1747 "http-body 0.4.6",
 1748 "hyper 0.14.32",
 1749 "hyper 1.7.0",
 1750 "hyper-rustls 0.24.2",
 1751 "hyper-rustls 0.27.7",
 1752 "hyper-util",
 1753 "pin-project-lite",
 1754 "rustls 0.21.12",
 1755 "rustls 0.23.33",
 1756 "rustls-native-certs 0.8.2",
 1757 "rustls-pki-types",
 1758 "tokio",
 1759 "tokio-rustls 0.26.2",
 1760 "tower 0.5.2",
 1761 "tracing",
 1762]
 1763
 1764[[package]]
 1765name = "aws-smithy-json"
 1766version = "0.61.7"
 1767source = "registry+https://github.com/rust-lang/crates.io-index"
 1768checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1769dependencies = [
 1770 "aws-smithy-types",
 1771]
 1772
 1773[[package]]
 1774name = "aws-smithy-observability"
 1775version = "0.1.4"
 1776source = "registry+https://github.com/rust-lang/crates.io-index"
 1777checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1778dependencies = [
 1779 "aws-smithy-runtime-api",
 1780]
 1781
 1782[[package]]
 1783name = "aws-smithy-query"
 1784version = "0.60.8"
 1785source = "registry+https://github.com/rust-lang/crates.io-index"
 1786checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1787dependencies = [
 1788 "aws-smithy-types",
 1789 "urlencoding",
 1790]
 1791
 1792[[package]]
 1793name = "aws-smithy-runtime"
 1794version = "1.9.4"
 1795source = "registry+https://github.com/rust-lang/crates.io-index"
 1796checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1797dependencies = [
 1798 "aws-smithy-async",
 1799 "aws-smithy-http",
 1800 "aws-smithy-http-client",
 1801 "aws-smithy-observability",
 1802 "aws-smithy-runtime-api",
 1803 "aws-smithy-types",
 1804 "bytes 1.11.1",
 1805 "fastrand 2.3.0",
 1806 "http 0.2.12",
 1807 "http 1.3.1",
 1808 "http-body 0.4.6",
 1809 "http-body 1.0.1",
 1810 "pin-project-lite",
 1811 "pin-utils",
 1812 "tokio",
 1813 "tracing",
 1814]
 1815
 1816[[package]]
 1817name = "aws-smithy-runtime-api"
 1818version = "1.9.2"
 1819source = "registry+https://github.com/rust-lang/crates.io-index"
 1820checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1821dependencies = [
 1822 "aws-smithy-async",
 1823 "aws-smithy-types",
 1824 "bytes 1.11.1",
 1825 "http 0.2.12",
 1826 "http 1.3.1",
 1827 "pin-project-lite",
 1828 "tokio",
 1829 "tracing",
 1830 "zeroize",
 1831]
 1832
 1833[[package]]
 1834name = "aws-smithy-types"
 1835version = "1.3.4"
 1836source = "registry+https://github.com/rust-lang/crates.io-index"
 1837checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1838dependencies = [
 1839 "base64-simd",
 1840 "bytes 1.11.1",
 1841 "bytes-utils",
 1842 "futures-core",
 1843 "http 0.2.12",
 1844 "http 1.3.1",
 1845 "http-body 0.4.6",
 1846 "http-body 1.0.1",
 1847 "http-body-util",
 1848 "itoa",
 1849 "num-integer",
 1850 "pin-project-lite",
 1851 "pin-utils",
 1852 "ryu",
 1853 "serde",
 1854 "time",
 1855 "tokio",
 1856 "tokio-util",
 1857]
 1858
 1859[[package]]
 1860name = "aws-smithy-xml"
 1861version = "0.60.12"
 1862source = "registry+https://github.com/rust-lang/crates.io-index"
 1863checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1864dependencies = [
 1865 "xmlparser",
 1866]
 1867
 1868[[package]]
 1869name = "aws-types"
 1870version = "1.3.10"
 1871source = "registry+https://github.com/rust-lang/crates.io-index"
 1872checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1873dependencies = [
 1874 "aws-credential-types",
 1875 "aws-smithy-async",
 1876 "aws-smithy-runtime-api",
 1877 "aws-smithy-types",
 1878 "rustc_version",
 1879 "tracing",
 1880]
 1881
 1882[[package]]
 1883name = "aws_http_client"
 1884version = "0.1.0"
 1885dependencies = [
 1886 "aws-smithy-runtime-api",
 1887 "aws-smithy-types",
 1888 "http_client",
 1889]
 1890
 1891[[package]]
 1892name = "axum"
 1893version = "0.6.20"
 1894source = "registry+https://github.com/rust-lang/crates.io-index"
 1895checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1896dependencies = [
 1897 "async-trait",
 1898 "axum-core",
 1899 "base64 0.21.7",
 1900 "bitflags 1.3.2",
 1901 "bytes 1.11.1",
 1902 "futures-util",
 1903 "headers",
 1904 "http 0.2.12",
 1905 "http-body 0.4.6",
 1906 "hyper 0.14.32",
 1907 "itoa",
 1908 "matchit",
 1909 "memchr",
 1910 "mime",
 1911 "percent-encoding",
 1912 "pin-project-lite",
 1913 "rustversion",
 1914 "serde",
 1915 "serde_json",
 1916 "serde_path_to_error",
 1917 "serde_urlencoded",
 1918 "sha1",
 1919 "sync_wrapper 0.1.2",
 1920 "tokio",
 1921 "tokio-tungstenite 0.20.1",
 1922 "tower 0.4.13",
 1923 "tower-layer",
 1924 "tower-service",
 1925]
 1926
 1927[[package]]
 1928name = "axum-core"
 1929version = "0.3.4"
 1930source = "registry+https://github.com/rust-lang/crates.io-index"
 1931checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1932dependencies = [
 1933 "async-trait",
 1934 "bytes 1.11.1",
 1935 "futures-util",
 1936 "http 0.2.12",
 1937 "http-body 0.4.6",
 1938 "mime",
 1939 "rustversion",
 1940 "tower-layer",
 1941 "tower-service",
 1942]
 1943
 1944[[package]]
 1945name = "backtrace"
 1946version = "0.3.76"
 1947source = "registry+https://github.com/rust-lang/crates.io-index"
 1948checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1949dependencies = [
 1950 "addr2line 0.25.1",
 1951 "cfg-if",
 1952 "libc",
 1953 "miniz_oxide",
 1954 "object 0.37.3",
 1955 "rustc-demangle",
 1956 "windows-link 0.2.1",
 1957]
 1958
 1959[[package]]
 1960name = "base16ct"
 1961version = "0.1.1"
 1962source = "registry+https://github.com/rust-lang/crates.io-index"
 1963checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1964
 1965[[package]]
 1966name = "base64"
 1967version = "0.21.7"
 1968source = "registry+https://github.com/rust-lang/crates.io-index"
 1969checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1970
 1971[[package]]
 1972name = "base64"
 1973version = "0.22.1"
 1974source = "registry+https://github.com/rust-lang/crates.io-index"
 1975checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1976
 1977[[package]]
 1978name = "base64-simd"
 1979version = "0.8.0"
 1980source = "registry+https://github.com/rust-lang/crates.io-index"
 1981checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1982dependencies = [
 1983 "outref",
 1984 "vsimd",
 1985]
 1986
 1987[[package]]
 1988name = "base64ct"
 1989version = "1.8.0"
 1990source = "registry+https://github.com/rust-lang/crates.io-index"
 1991checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1992
 1993[[package]]
 1994name = "bedrock"
 1995version = "0.1.0"
 1996dependencies = [
 1997 "anyhow",
 1998 "aws-sdk-bedrockruntime",
 1999 "aws-smithy-types",
 2000 "futures 0.3.31",
 2001 "schemars",
 2002 "serde",
 2003 "serde_json",
 2004 "strum 0.27.2",
 2005 "thiserror 2.0.17",
 2006]
 2007
 2008[[package]]
 2009name = "bigdecimal"
 2010version = "0.4.8"
 2011source = "registry+https://github.com/rust-lang/crates.io-index"
 2012checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 2013dependencies = [
 2014 "autocfg",
 2015 "libm",
 2016 "num-bigint",
 2017 "num-integer",
 2018 "num-traits",
 2019 "serde",
 2020]
 2021
 2022[[package]]
 2023name = "bincode"
 2024version = "1.3.3"
 2025source = "registry+https://github.com/rust-lang/crates.io-index"
 2026checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 2027dependencies = [
 2028 "serde",
 2029]
 2030
 2031[[package]]
 2032name = "bindgen"
 2033version = "0.71.1"
 2034source = "registry+https://github.com/rust-lang/crates.io-index"
 2035checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 2036dependencies = [
 2037 "bitflags 2.10.0",
 2038 "cexpr",
 2039 "clang-sys",
 2040 "itertools 0.12.1",
 2041 "log",
 2042 "prettyplease",
 2043 "proc-macro2",
 2044 "quote",
 2045 "regex",
 2046 "rustc-hash 2.1.1",
 2047 "shlex",
 2048 "syn 2.0.117",
 2049]
 2050
 2051[[package]]
 2052name = "bindgen"
 2053version = "0.72.1"
 2054source = "registry+https://github.com/rust-lang/crates.io-index"
 2055checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 2056dependencies = [
 2057 "bitflags 2.10.0",
 2058 "cexpr",
 2059 "clang-sys",
 2060 "itertools 0.12.1",
 2061 "proc-macro2",
 2062 "quote",
 2063 "regex",
 2064 "rustc-hash 2.1.1",
 2065 "shlex",
 2066 "syn 2.0.117",
 2067]
 2068
 2069[[package]]
 2070name = "bit-set"
 2071version = "0.8.0"
 2072source = "registry+https://github.com/rust-lang/crates.io-index"
 2073checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2074dependencies = [
 2075 "bit-vec 0.8.0",
 2076]
 2077
 2078[[package]]
 2079name = "bit-set"
 2080version = "0.9.1"
 2081source = "registry+https://github.com/rust-lang/crates.io-index"
 2082checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 2083dependencies = [
 2084 "bit-vec 0.9.1",
 2085]
 2086
 2087[[package]]
 2088name = "bit-vec"
 2089version = "0.8.0"
 2090source = "registry+https://github.com/rust-lang/crates.io-index"
 2091checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2092
 2093[[package]]
 2094name = "bit-vec"
 2095version = "0.9.1"
 2096source = "registry+https://github.com/rust-lang/crates.io-index"
 2097checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 2098
 2099[[package]]
 2100name = "bit_field"
 2101version = "0.10.3"
 2102source = "registry+https://github.com/rust-lang/crates.io-index"
 2103checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2104
 2105[[package]]
 2106name = "bitflags"
 2107version = "1.3.2"
 2108source = "registry+https://github.com/rust-lang/crates.io-index"
 2109checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2110
 2111[[package]]
 2112name = "bitflags"
 2113version = "2.10.0"
 2114source = "registry+https://github.com/rust-lang/crates.io-index"
 2115checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2116dependencies = [
 2117 "serde_core",
 2118]
 2119
 2120[[package]]
 2121name = "bitstream-io"
 2122version = "2.6.0"
 2123source = "registry+https://github.com/rust-lang/crates.io-index"
 2124checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2125
 2126[[package]]
 2127name = "bitvec"
 2128version = "1.0.1"
 2129source = "registry+https://github.com/rust-lang/crates.io-index"
 2130checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2131dependencies = [
 2132 "funty",
 2133 "radium",
 2134 "tap",
 2135 "wyz",
 2136]
 2137
 2138[[package]]
 2139name = "block"
 2140version = "0.1.6"
 2141source = "registry+https://github.com/rust-lang/crates.io-index"
 2142checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2143
 2144[[package]]
 2145name = "block-buffer"
 2146version = "0.10.4"
 2147source = "registry+https://github.com/rust-lang/crates.io-index"
 2148checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2149dependencies = [
 2150 "generic-array",
 2151]
 2152
 2153[[package]]
 2154name = "block-padding"
 2155version = "0.3.3"
 2156source = "registry+https://github.com/rust-lang/crates.io-index"
 2157checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2158dependencies = [
 2159 "generic-array",
 2160]
 2161
 2162[[package]]
 2163name = "block2"
 2164version = "0.6.2"
 2165source = "registry+https://github.com/rust-lang/crates.io-index"
 2166checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2167dependencies = [
 2168 "objc2",
 2169]
 2170
 2171[[package]]
 2172name = "blocking"
 2173version = "1.6.2"
 2174source = "registry+https://github.com/rust-lang/crates.io-index"
 2175checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2176dependencies = [
 2177 "async-channel 2.5.0",
 2178 "async-task",
 2179 "futures-io",
 2180 "futures-lite 2.6.1",
 2181 "piper",
 2182]
 2183
 2184[[package]]
 2185name = "bmrng"
 2186version = "0.5.2"
 2187source = "registry+https://github.com/rust-lang/crates.io-index"
 2188checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2189dependencies = [
 2190 "futures-core",
 2191 "tokio",
 2192]
 2193
 2194[[package]]
 2195name = "bon"
 2196version = "3.8.2"
 2197source = "registry+https://github.com/rust-lang/crates.io-index"
 2198checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2199dependencies = [
 2200 "bon-macros",
 2201 "rustversion",
 2202]
 2203
 2204[[package]]
 2205name = "bon-macros"
 2206version = "3.8.2"
 2207source = "registry+https://github.com/rust-lang/crates.io-index"
 2208checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2209dependencies = [
 2210 "darling 0.21.3",
 2211 "ident_case",
 2212 "prettyplease",
 2213 "proc-macro2",
 2214 "quote",
 2215 "rustversion",
 2216 "syn 2.0.117",
 2217]
 2218
 2219[[package]]
 2220name = "borrow-or-share"
 2221version = "0.2.4"
 2222source = "registry+https://github.com/rust-lang/crates.io-index"
 2223checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2224
 2225[[package]]
 2226name = "borsh"
 2227version = "1.5.7"
 2228source = "registry+https://github.com/rust-lang/crates.io-index"
 2229checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2230dependencies = [
 2231 "borsh-derive",
 2232 "cfg_aliases 0.2.1",
 2233]
 2234
 2235[[package]]
 2236name = "borsh-derive"
 2237version = "1.5.7"
 2238source = "registry+https://github.com/rust-lang/crates.io-index"
 2239checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2240dependencies = [
 2241 "once_cell",
 2242 "proc-macro-crate",
 2243 "proc-macro2",
 2244 "quote",
 2245 "syn 2.0.117",
 2246]
 2247
 2248[[package]]
 2249name = "breadcrumbs"
 2250version = "0.1.0"
 2251dependencies = [
 2252 "gpui",
 2253 "ui",
 2254 "workspace",
 2255]
 2256
 2257[[package]]
 2258name = "brotli"
 2259version = "8.0.2"
 2260source = "registry+https://github.com/rust-lang/crates.io-index"
 2261checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
 2262dependencies = [
 2263 "alloc-no-stdlib",
 2264 "alloc-stdlib",
 2265 "brotli-decompressor",
 2266]
 2267
 2268[[package]]
 2269name = "brotli-decompressor"
 2270version = "5.0.0"
 2271source = "registry+https://github.com/rust-lang/crates.io-index"
 2272checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
 2273dependencies = [
 2274 "alloc-no-stdlib",
 2275 "alloc-stdlib",
 2276]
 2277
 2278[[package]]
 2279name = "brush-parser"
 2280version = "0.3.0"
 2281source = "registry+https://github.com/rust-lang/crates.io-index"
 2282checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2283dependencies = [
 2284 "bon",
 2285 "cached",
 2286 "indenter",
 2287 "peg",
 2288 "thiserror 2.0.17",
 2289 "tracing",
 2290 "utf8-chars",
 2291]
 2292
 2293[[package]]
 2294name = "bstr"
 2295version = "1.12.0"
 2296source = "registry+https://github.com/rust-lang/crates.io-index"
 2297checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2298dependencies = [
 2299 "memchr",
 2300 "regex-automata",
 2301 "serde",
 2302]
 2303
 2304[[package]]
 2305name = "buffer_diff"
 2306version = "0.1.0"
 2307dependencies = [
 2308 "clock",
 2309 "ctor",
 2310 "futures 0.3.31",
 2311 "git2",
 2312 "gpui",
 2313 "language",
 2314 "log",
 2315 "pretty_assertions",
 2316 "rand 0.9.2",
 2317 "rope",
 2318 "settings",
 2319 "sum_tree",
 2320 "text",
 2321 "tracing",
 2322 "unindent",
 2323 "util",
 2324 "zlog",
 2325 "ztracing",
 2326]
 2327
 2328[[package]]
 2329name = "built"
 2330version = "0.7.7"
 2331source = "registry+https://github.com/rust-lang/crates.io-index"
 2332checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2333
 2334[[package]]
 2335name = "bumpalo"
 2336version = "3.19.0"
 2337source = "registry+https://github.com/rust-lang/crates.io-index"
 2338checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2339dependencies = [
 2340 "allocator-api2",
 2341]
 2342
 2343[[package]]
 2344name = "by_address"
 2345version = "1.2.1"
 2346source = "registry+https://github.com/rust-lang/crates.io-index"
 2347checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2348
 2349[[package]]
 2350name = "bytecheck"
 2351version = "0.6.12"
 2352source = "registry+https://github.com/rust-lang/crates.io-index"
 2353checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2354dependencies = [
 2355 "bytecheck_derive",
 2356 "ptr_meta",
 2357 "simdutf8",
 2358]
 2359
 2360[[package]]
 2361name = "bytecheck_derive"
 2362version = "0.6.12"
 2363source = "registry+https://github.com/rust-lang/crates.io-index"
 2364checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2365dependencies = [
 2366 "proc-macro2",
 2367 "quote",
 2368 "syn 1.0.109",
 2369]
 2370
 2371[[package]]
 2372name = "bytecount"
 2373version = "0.6.9"
 2374source = "registry+https://github.com/rust-lang/crates.io-index"
 2375checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2376
 2377[[package]]
 2378name = "bytemuck"
 2379version = "1.24.0"
 2380source = "registry+https://github.com/rust-lang/crates.io-index"
 2381checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2382dependencies = [
 2383 "bytemuck_derive",
 2384]
 2385
 2386[[package]]
 2387name = "bytemuck_derive"
 2388version = "1.10.2"
 2389source = "registry+https://github.com/rust-lang/crates.io-index"
 2390checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2391dependencies = [
 2392 "proc-macro2",
 2393 "quote",
 2394 "syn 2.0.117",
 2395]
 2396
 2397[[package]]
 2398name = "byteorder"
 2399version = "1.5.0"
 2400source = "registry+https://github.com/rust-lang/crates.io-index"
 2401checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2402
 2403[[package]]
 2404name = "byteorder-lite"
 2405version = "0.1.0"
 2406source = "registry+https://github.com/rust-lang/crates.io-index"
 2407checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2408
 2409[[package]]
 2410name = "bytes"
 2411version = "0.4.12"
 2412source = "registry+https://github.com/rust-lang/crates.io-index"
 2413checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2414dependencies = [
 2415 "byteorder",
 2416 "iovec",
 2417]
 2418
 2419[[package]]
 2420name = "bytes"
 2421version = "1.11.1"
 2422source = "registry+https://github.com/rust-lang/crates.io-index"
 2423checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2424
 2425[[package]]
 2426name = "bytes-utils"
 2427version = "0.1.4"
 2428source = "registry+https://github.com/rust-lang/crates.io-index"
 2429checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2430dependencies = [
 2431 "bytes 1.11.1",
 2432 "either",
 2433]
 2434
 2435[[package]]
 2436name = "bzip2"
 2437version = "0.4.4"
 2438source = "registry+https://github.com/rust-lang/crates.io-index"
 2439checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2440dependencies = [
 2441 "bzip2-sys",
 2442 "libc",
 2443]
 2444
 2445[[package]]
 2446name = "bzip2-sys"
 2447version = "0.1.13+1.0.8"
 2448source = "registry+https://github.com/rust-lang/crates.io-index"
 2449checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2450dependencies = [
 2451 "cc",
 2452 "pkg-config",
 2453]
 2454
 2455[[package]]
 2456name = "cached"
 2457version = "0.56.0"
 2458source = "registry+https://github.com/rust-lang/crates.io-index"
 2459checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2460dependencies = [
 2461 "ahash 0.8.12",
 2462 "cached_proc_macro",
 2463 "cached_proc_macro_types",
 2464 "hashbrown 0.15.5",
 2465 "once_cell",
 2466 "thiserror 2.0.17",
 2467 "web-time",
 2468]
 2469
 2470[[package]]
 2471name = "cached_proc_macro"
 2472version = "0.25.0"
 2473source = "registry+https://github.com/rust-lang/crates.io-index"
 2474checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2475dependencies = [
 2476 "darling 0.20.11",
 2477 "proc-macro2",
 2478 "quote",
 2479 "syn 2.0.117",
 2480]
 2481
 2482[[package]]
 2483name = "cached_proc_macro_types"
 2484version = "0.1.1"
 2485source = "registry+https://github.com/rust-lang/crates.io-index"
 2486checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2487
 2488[[package]]
 2489name = "call"
 2490version = "0.1.0"
 2491dependencies = [
 2492 "anyhow",
 2493 "audio",
 2494 "client",
 2495 "collections",
 2496 "feature_flags",
 2497 "fs",
 2498 "futures 0.3.31",
 2499 "gpui",
 2500 "gpui_tokio",
 2501 "language",
 2502 "livekit_client",
 2503 "log",
 2504 "postage",
 2505 "project",
 2506 "serde",
 2507 "settings",
 2508 "telemetry",
 2509 "util",
 2510 "workspace",
 2511]
 2512
 2513[[package]]
 2514name = "calloop"
 2515version = "0.14.3"
 2516source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2517dependencies = [
 2518 "bitflags 2.10.0",
 2519 "polling",
 2520 "rustix 1.1.2",
 2521 "slab",
 2522 "tracing",
 2523]
 2524
 2525[[package]]
 2526name = "calloop-wayland-source"
 2527version = "0.4.1"
 2528source = "registry+https://github.com/rust-lang/crates.io-index"
 2529checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2530dependencies = [
 2531 "calloop",
 2532 "rustix 1.1.2",
 2533 "wayland-backend",
 2534 "wayland-client",
 2535]
 2536
 2537[[package]]
 2538name = "camino"
 2539version = "1.2.1"
 2540source = "registry+https://github.com/rust-lang/crates.io-index"
 2541checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2542dependencies = [
 2543 "serde_core",
 2544]
 2545
 2546[[package]]
 2547name = "candle-core"
 2548version = "0.9.1"
 2549source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2550dependencies = [
 2551 "byteorder",
 2552 "float8",
 2553 "gemm 0.17.1",
 2554 "half",
 2555 "memmap2",
 2556 "num-traits",
 2557 "num_cpus",
 2558 "rand 0.9.2",
 2559 "rand_distr",
 2560 "rayon",
 2561 "safetensors",
 2562 "thiserror 1.0.69",
 2563 "ug",
 2564 "yoke 0.7.5",
 2565 "zip 1.1.4",
 2566]
 2567
 2568[[package]]
 2569name = "candle-nn"
 2570version = "0.9.1"
 2571source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2572dependencies = [
 2573 "candle-core",
 2574 "half",
 2575 "libc",
 2576 "num-traits",
 2577 "rayon",
 2578 "safetensors",
 2579 "serde",
 2580 "thiserror 1.0.69",
 2581]
 2582
 2583[[package]]
 2584name = "candle-onnx"
 2585version = "0.9.1"
 2586source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2587dependencies = [
 2588 "candle-core",
 2589 "candle-nn",
 2590 "prost 0.12.6",
 2591]
 2592
 2593[[package]]
 2594name = "cap-fs-ext"
 2595version = "3.4.4"
 2596source = "registry+https://github.com/rust-lang/crates.io-index"
 2597checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2598dependencies = [
 2599 "cap-primitives",
 2600 "cap-std",
 2601 "io-lifetimes",
 2602 "windows-sys 0.59.0",
 2603]
 2604
 2605[[package]]
 2606name = "cap-net-ext"
 2607version = "3.4.4"
 2608source = "registry+https://github.com/rust-lang/crates.io-index"
 2609checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2610dependencies = [
 2611 "cap-primitives",
 2612 "cap-std",
 2613 "rustix 1.1.2",
 2614 "smallvec",
 2615]
 2616
 2617[[package]]
 2618name = "cap-primitives"
 2619version = "3.4.4"
 2620source = "registry+https://github.com/rust-lang/crates.io-index"
 2621checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2622dependencies = [
 2623 "ambient-authority",
 2624 "fs-set-times",
 2625 "io-extras",
 2626 "io-lifetimes",
 2627 "ipnet",
 2628 "maybe-owned",
 2629 "rustix 1.1.2",
 2630 "rustix-linux-procfs",
 2631 "windows-sys 0.59.0",
 2632 "winx",
 2633]
 2634
 2635[[package]]
 2636name = "cap-rand"
 2637version = "3.4.4"
 2638source = "registry+https://github.com/rust-lang/crates.io-index"
 2639checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2640dependencies = [
 2641 "ambient-authority",
 2642 "rand 0.8.5",
 2643]
 2644
 2645[[package]]
 2646name = "cap-std"
 2647version = "3.4.4"
 2648source = "registry+https://github.com/rust-lang/crates.io-index"
 2649checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2650dependencies = [
 2651 "cap-primitives",
 2652 "io-extras",
 2653 "io-lifetimes",
 2654 "rustix 1.1.2",
 2655]
 2656
 2657[[package]]
 2658name = "cap-time-ext"
 2659version = "3.4.4"
 2660source = "registry+https://github.com/rust-lang/crates.io-index"
 2661checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2662dependencies = [
 2663 "ambient-authority",
 2664 "cap-primitives",
 2665 "iana-time-zone",
 2666 "once_cell",
 2667 "rustix 1.1.2",
 2668 "winx",
 2669]
 2670
 2671[[package]]
 2672name = "cargo-platform"
 2673version = "0.1.9"
 2674source = "registry+https://github.com/rust-lang/crates.io-index"
 2675checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2676dependencies = [
 2677 "serde",
 2678]
 2679
 2680[[package]]
 2681name = "cargo_metadata"
 2682version = "0.19.2"
 2683source = "registry+https://github.com/rust-lang/crates.io-index"
 2684checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2685dependencies = [
 2686 "camino",
 2687 "cargo-platform",
 2688 "semver",
 2689 "serde",
 2690 "serde_json",
 2691 "thiserror 2.0.17",
 2692]
 2693
 2694[[package]]
 2695name = "cargo_toml"
 2696version = "0.21.0"
 2697source = "registry+https://github.com/rust-lang/crates.io-index"
 2698checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2699dependencies = [
 2700 "serde",
 2701 "toml 0.8.23",
 2702]
 2703
 2704[[package]]
 2705name = "cast"
 2706version = "0.3.0"
 2707source = "registry+https://github.com/rust-lang/crates.io-index"
 2708checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2709
 2710[[package]]
 2711name = "cbc"
 2712version = "0.1.2"
 2713source = "registry+https://github.com/rust-lang/crates.io-index"
 2714checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2715dependencies = [
 2716 "cipher",
 2717]
 2718
 2719[[package]]
 2720name = "cbindgen"
 2721version = "0.28.0"
 2722source = "registry+https://github.com/rust-lang/crates.io-index"
 2723checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2724dependencies = [
 2725 "heck 0.4.1",
 2726 "indexmap",
 2727 "log",
 2728 "proc-macro2",
 2729 "quote",
 2730 "serde",
 2731 "serde_json",
 2732 "syn 2.0.117",
 2733 "tempfile",
 2734 "toml 0.8.23",
 2735]
 2736
 2737[[package]]
 2738name = "cc"
 2739version = "1.2.49"
 2740source = "registry+https://github.com/rust-lang/crates.io-index"
 2741checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2742dependencies = [
 2743 "find-msvc-tools",
 2744 "jobserver",
 2745 "libc",
 2746 "shlex",
 2747]
 2748
 2749[[package]]
 2750name = "cesu8"
 2751version = "1.1.0"
 2752source = "registry+https://github.com/rust-lang/crates.io-index"
 2753checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2754
 2755[[package]]
 2756name = "cexpr"
 2757version = "0.6.0"
 2758source = "registry+https://github.com/rust-lang/crates.io-index"
 2759checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2760dependencies = [
 2761 "nom 7.1.3",
 2762]
 2763
 2764[[package]]
 2765name = "cfg-expr"
 2766version = "0.15.8"
 2767source = "registry+https://github.com/rust-lang/crates.io-index"
 2768checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2769dependencies = [
 2770 "smallvec",
 2771 "target-lexicon 0.12.16",
 2772]
 2773
 2774[[package]]
 2775name = "cfg-expr"
 2776version = "0.20.6"
 2777source = "registry+https://github.com/rust-lang/crates.io-index"
 2778checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2779dependencies = [
 2780 "smallvec",
 2781 "target-lexicon 0.13.3",
 2782]
 2783
 2784[[package]]
 2785name = "cfg-if"
 2786version = "1.0.4"
 2787source = "registry+https://github.com/rust-lang/crates.io-index"
 2788checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2789
 2790[[package]]
 2791name = "cfg_aliases"
 2792version = "0.1.1"
 2793source = "registry+https://github.com/rust-lang/crates.io-index"
 2794checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2795
 2796[[package]]
 2797name = "cfg_aliases"
 2798version = "0.2.1"
 2799source = "registry+https://github.com/rust-lang/crates.io-index"
 2800checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2801
 2802[[package]]
 2803name = "cgl"
 2804version = "0.3.2"
 2805source = "registry+https://github.com/rust-lang/crates.io-index"
 2806checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2807dependencies = [
 2808 "libc",
 2809]
 2810
 2811[[package]]
 2812name = "channel"
 2813version = "0.1.0"
 2814dependencies = [
 2815 "anyhow",
 2816 "client",
 2817 "clock",
 2818 "collections",
 2819 "futures 0.3.31",
 2820 "gpui",
 2821 "http_client",
 2822 "language",
 2823 "log",
 2824 "postage",
 2825 "release_channel",
 2826 "rpc",
 2827 "semver",
 2828 "settings",
 2829 "text",
 2830 "time",
 2831 "util",
 2832]
 2833
 2834[[package]]
 2835name = "chardetng"
 2836version = "0.1.17"
 2837source = "registry+https://github.com/rust-lang/crates.io-index"
 2838checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2839dependencies = [
 2840 "cfg-if",
 2841 "encoding_rs",
 2842 "memchr",
 2843]
 2844
 2845[[package]]
 2846name = "chrono"
 2847version = "0.4.42"
 2848source = "registry+https://github.com/rust-lang/crates.io-index"
 2849checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2850dependencies = [
 2851 "iana-time-zone",
 2852 "js-sys",
 2853 "num-traits",
 2854 "serde",
 2855 "wasm-bindgen",
 2856 "windows-link 0.2.1",
 2857]
 2858
 2859[[package]]
 2860name = "chunked_transfer"
 2861version = "1.5.0"
 2862source = "registry+https://github.com/rust-lang/crates.io-index"
 2863checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2864
 2865[[package]]
 2866name = "ciborium"
 2867version = "0.2.2"
 2868source = "registry+https://github.com/rust-lang/crates.io-index"
 2869checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2870dependencies = [
 2871 "ciborium-io",
 2872 "ciborium-ll",
 2873 "serde",
 2874]
 2875
 2876[[package]]
 2877name = "ciborium-io"
 2878version = "0.2.2"
 2879source = "registry+https://github.com/rust-lang/crates.io-index"
 2880checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2881
 2882[[package]]
 2883name = "ciborium-ll"
 2884version = "0.2.2"
 2885source = "registry+https://github.com/rust-lang/crates.io-index"
 2886checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2887dependencies = [
 2888 "ciborium-io",
 2889 "half",
 2890]
 2891
 2892[[package]]
 2893name = "cipher"
 2894version = "0.4.4"
 2895source = "registry+https://github.com/rust-lang/crates.io-index"
 2896checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2897dependencies = [
 2898 "crypto-common",
 2899 "inout",
 2900 "zeroize",
 2901]
 2902
 2903[[package]]
 2904name = "circular-buffer"
 2905version = "1.2.0"
 2906source = "registry+https://github.com/rust-lang/crates.io-index"
 2907checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2908
 2909[[package]]
 2910name = "clang-sys"
 2911version = "1.8.1"
 2912source = "registry+https://github.com/rust-lang/crates.io-index"
 2913checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2914dependencies = [
 2915 "glob",
 2916 "libc",
 2917 "libloading",
 2918]
 2919
 2920[[package]]
 2921name = "clap"
 2922version = "4.5.49"
 2923source = "registry+https://github.com/rust-lang/crates.io-index"
 2924checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2925dependencies = [
 2926 "clap_builder",
 2927 "clap_derive",
 2928]
 2929
 2930[[package]]
 2931name = "clap_builder"
 2932version = "4.5.49"
 2933source = "registry+https://github.com/rust-lang/crates.io-index"
 2934checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2935dependencies = [
 2936 "anstream",
 2937 "anstyle",
 2938 "clap_lex",
 2939 "strsim",
 2940 "terminal_size",
 2941]
 2942
 2943[[package]]
 2944name = "clap_complete"
 2945version = "4.5.59"
 2946source = "registry+https://github.com/rust-lang/crates.io-index"
 2947checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2948dependencies = [
 2949 "clap",
 2950]
 2951
 2952[[package]]
 2953name = "clap_derive"
 2954version = "4.5.49"
 2955source = "registry+https://github.com/rust-lang/crates.io-index"
 2956checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2957dependencies = [
 2958 "heck 0.5.0",
 2959 "proc-macro2",
 2960 "quote",
 2961 "syn 2.0.117",
 2962]
 2963
 2964[[package]]
 2965name = "clap_lex"
 2966version = "0.7.6"
 2967source = "registry+https://github.com/rust-lang/crates.io-index"
 2968checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2969
 2970[[package]]
 2971name = "cli"
 2972version = "0.1.0"
 2973dependencies = [
 2974 "anyhow",
 2975 "askpass",
 2976 "clap",
 2977 "collections",
 2978 "core-foundation 0.10.0",
 2979 "core-services",
 2980 "exec",
 2981 "fork",
 2982 "ipc-channel",
 2983 "parking_lot",
 2984 "paths",
 2985 "plist",
 2986 "rayon",
 2987 "release_channel",
 2988 "serde",
 2989 "serde_json",
 2990 "tempfile",
 2991 "util",
 2992 "walkdir",
 2993 "windows 0.61.3",
 2994]
 2995
 2996[[package]]
 2997name = "client"
 2998version = "0.1.0"
 2999dependencies = [
 3000 "anyhow",
 3001 "async-tungstenite",
 3002 "base64 0.22.1",
 3003 "chrono",
 3004 "clock",
 3005 "cloud_api_client",
 3006 "cloud_llm_client",
 3007 "collections",
 3008 "credentials_provider",
 3009 "derive_more",
 3010 "feature_flags",
 3011 "fs",
 3012 "futures 0.3.31",
 3013 "gpui",
 3014 "gpui_tokio",
 3015 "http_client",
 3016 "http_client_tls",
 3017 "httparse",
 3018 "log",
 3019 "objc2-foundation",
 3020 "parking_lot",
 3021 "paths",
 3022 "postage",
 3023 "rand 0.9.2",
 3024 "regex",
 3025 "release_channel",
 3026 "rpc",
 3027 "rustls-pki-types",
 3028 "semver",
 3029 "serde",
 3030 "serde_json",
 3031 "serde_urlencoded",
 3032 "settings",
 3033 "sha2",
 3034 "smol",
 3035 "telemetry",
 3036 "telemetry_events",
 3037 "text",
 3038 "thiserror 2.0.17",
 3039 "time",
 3040 "tiny_http",
 3041 "tokio",
 3042 "tokio-native-tls",
 3043 "tokio-rustls 0.26.2",
 3044 "tokio-socks",
 3045 "url",
 3046 "util",
 3047 "windows 0.61.3",
 3048 "worktree",
 3049]
 3050
 3051[[package]]
 3052name = "clock"
 3053version = "0.1.0"
 3054dependencies = [
 3055 "parking_lot",
 3056 "serde",
 3057 "smallvec",
 3058]
 3059
 3060[[package]]
 3061name = "cloud_api_client"
 3062version = "0.1.0"
 3063dependencies = [
 3064 "anyhow",
 3065 "cloud_api_types",
 3066 "futures 0.3.31",
 3067 "gpui",
 3068 "gpui_tokio",
 3069 "http_client",
 3070 "parking_lot",
 3071 "serde_json",
 3072 "thiserror 2.0.17",
 3073 "yawc",
 3074]
 3075
 3076[[package]]
 3077name = "cloud_api_types"
 3078version = "0.1.0"
 3079dependencies = [
 3080 "anyhow",
 3081 "chrono",
 3082 "ciborium",
 3083 "cloud_llm_client",
 3084 "pretty_assertions",
 3085 "serde",
 3086 "serde_json",
 3087 "strum 0.27.2",
 3088]
 3089
 3090[[package]]
 3091name = "cloud_llm_client"
 3092version = "0.1.0"
 3093dependencies = [
 3094 "anyhow",
 3095 "serde",
 3096 "serde_json",
 3097 "strum 0.27.2",
 3098 "uuid",
 3099 "zeta_prompt",
 3100]
 3101
 3102[[package]]
 3103name = "cmake"
 3104version = "0.1.56"
 3105source = "registry+https://github.com/rust-lang/crates.io-index"
 3106checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3107dependencies = [
 3108 "cc",
 3109]
 3110
 3111[[package]]
 3112name = "cobs"
 3113version = "0.3.0"
 3114source = "registry+https://github.com/rust-lang/crates.io-index"
 3115checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3116dependencies = [
 3117 "thiserror 2.0.17",
 3118]
 3119
 3120[[package]]
 3121name = "cocoa"
 3122version = "0.25.0"
 3123source = "registry+https://github.com/rust-lang/crates.io-index"
 3124checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3125dependencies = [
 3126 "bitflags 1.3.2",
 3127 "block",
 3128 "cocoa-foundation 0.1.2",
 3129 "core-foundation 0.9.4",
 3130 "core-graphics 0.23.2",
 3131 "foreign-types 0.5.0",
 3132 "libc",
 3133 "objc",
 3134]
 3135
 3136[[package]]
 3137name = "cocoa"
 3138version = "0.26.0"
 3139source = "registry+https://github.com/rust-lang/crates.io-index"
 3140checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3141dependencies = [
 3142 "bitflags 2.10.0",
 3143 "block",
 3144 "cocoa-foundation 0.2.0",
 3145 "core-foundation 0.10.0",
 3146 "core-graphics 0.24.0",
 3147 "foreign-types 0.5.0",
 3148 "libc",
 3149 "objc",
 3150]
 3151
 3152[[package]]
 3153name = "cocoa-foundation"
 3154version = "0.1.2"
 3155source = "registry+https://github.com/rust-lang/crates.io-index"
 3156checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3157dependencies = [
 3158 "bitflags 1.3.2",
 3159 "block",
 3160 "core-foundation 0.9.4",
 3161 "core-graphics-types 0.1.3",
 3162 "libc",
 3163 "objc",
 3164]
 3165
 3166[[package]]
 3167name = "cocoa-foundation"
 3168version = "0.2.0"
 3169source = "registry+https://github.com/rust-lang/crates.io-index"
 3170checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3171dependencies = [
 3172 "bitflags 2.10.0",
 3173 "block",
 3174 "core-foundation 0.10.0",
 3175 "core-graphics-types 0.2.0",
 3176 "libc",
 3177 "objc",
 3178]
 3179
 3180[[package]]
 3181name = "codespan-reporting"
 3182version = "0.13.0"
 3183source = "registry+https://github.com/rust-lang/crates.io-index"
 3184checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3185dependencies = [
 3186 "serde",
 3187 "termcolor",
 3188 "unicode-width",
 3189]
 3190
 3191[[package]]
 3192name = "codestral"
 3193version = "0.1.0"
 3194dependencies = [
 3195 "anyhow",
 3196 "edit_prediction",
 3197 "edit_prediction_types",
 3198 "futures 0.3.31",
 3199 "gpui",
 3200 "http_client",
 3201 "icons",
 3202 "language",
 3203 "language_model",
 3204 "log",
 3205 "serde",
 3206 "serde_json",
 3207 "text",
 3208 "zeta_prompt",
 3209]
 3210
 3211[[package]]
 3212name = "collab"
 3213version = "0.44.0"
 3214dependencies = [
 3215 "agent",
 3216 "anyhow",
 3217 "assistant_slash_command",
 3218 "assistant_text_thread",
 3219 "async-trait",
 3220 "async-tungstenite",
 3221 "aws-config",
 3222 "aws-sdk-kinesis",
 3223 "aws-sdk-s3",
 3224 "axum",
 3225 "buffer_diff",
 3226 "call",
 3227 "channel",
 3228 "chrono",
 3229 "client",
 3230 "clock",
 3231 "cloud_api_types",
 3232 "collab",
 3233 "collab_ui",
 3234 "collections",
 3235 "command_palette_hooks",
 3236 "ctor",
 3237 "dap",
 3238 "dap_adapters",
 3239 "dashmap",
 3240 "debugger_ui",
 3241 "editor",
 3242 "envy",
 3243 "extension",
 3244 "file_finder",
 3245 "fs",
 3246 "futures 0.3.31",
 3247 "git",
 3248 "git_hosting_providers",
 3249 "git_ui",
 3250 "gpui",
 3251 "gpui_tokio",
 3252 "hex",
 3253 "http_client",
 3254 "indoc",
 3255 "language",
 3256 "language_model",
 3257 "livekit_api",
 3258 "livekit_client",
 3259 "log",
 3260 "lsp",
 3261 "menu",
 3262 "multi_buffer",
 3263 "nanoid",
 3264 "node_runtime",
 3265 "notifications",
 3266 "parking_lot",
 3267 "pretty_assertions",
 3268 "project",
 3269 "prometheus",
 3270 "prompt_store",
 3271 "prost 0.9.0",
 3272 "rand 0.9.2",
 3273 "recent_projects",
 3274 "release_channel",
 3275 "remote",
 3276 "remote_server",
 3277 "reqwest 0.11.27",
 3278 "rpc",
 3279 "sea-orm",
 3280 "sea-orm-macros",
 3281 "semver",
 3282 "serde",
 3283 "serde_json",
 3284 "session",
 3285 "settings",
 3286 "sha2",
 3287 "smol",
 3288 "sqlx",
 3289 "strum 0.27.2",
 3290 "task",
 3291 "telemetry_events",
 3292 "text",
 3293 "theme",
 3294 "time",
 3295 "tokio",
 3296 "toml 0.8.23",
 3297 "tower 0.4.13",
 3298 "tower-http 0.4.4",
 3299 "tracing",
 3300 "tracing-subscriber",
 3301 "unindent",
 3302 "util",
 3303 "uuid",
 3304 "workspace",
 3305 "worktree",
 3306 "zed_actions",
 3307 "zlog",
 3308]
 3309
 3310[[package]]
 3311name = "collab_ui"
 3312version = "0.1.0"
 3313dependencies = [
 3314 "anyhow",
 3315 "call",
 3316 "channel",
 3317 "chrono",
 3318 "client",
 3319 "collections",
 3320 "db",
 3321 "editor",
 3322 "futures 0.3.31",
 3323 "fuzzy",
 3324 "gpui",
 3325 "livekit_client",
 3326 "log",
 3327 "menu",
 3328 "notifications",
 3329 "picker",
 3330 "project",
 3331 "release_channel",
 3332 "rpc",
 3333 "serde",
 3334 "serde_json",
 3335 "settings",
 3336 "smallvec",
 3337 "telemetry",
 3338 "theme",
 3339 "time",
 3340 "time_format",
 3341 "title_bar",
 3342 "ui",
 3343 "util",
 3344 "workspace",
 3345 "zed_actions",
 3346]
 3347
 3348[[package]]
 3349name = "collections"
 3350version = "0.1.0"
 3351dependencies = [
 3352 "indexmap",
 3353 "rustc-hash 2.1.1",
 3354]
 3355
 3356[[package]]
 3357name = "color_quant"
 3358version = "1.1.0"
 3359source = "registry+https://github.com/rust-lang/crates.io-index"
 3360checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3361
 3362[[package]]
 3363name = "colorchoice"
 3364version = "1.0.4"
 3365source = "registry+https://github.com/rust-lang/crates.io-index"
 3366checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3367
 3368[[package]]
 3369name = "combine"
 3370version = "4.6.7"
 3371source = "registry+https://github.com/rust-lang/crates.io-index"
 3372checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3373dependencies = [
 3374 "bytes 1.11.1",
 3375 "memchr",
 3376]
 3377
 3378[[package]]
 3379name = "command-fds"
 3380version = "0.3.2"
 3381source = "registry+https://github.com/rust-lang/crates.io-index"
 3382checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3383dependencies = [
 3384 "nix 0.30.1",
 3385 "thiserror 2.0.17",
 3386]
 3387
 3388[[package]]
 3389name = "command_palette"
 3390version = "0.1.0"
 3391dependencies = [
 3392 "anyhow",
 3393 "client",
 3394 "collections",
 3395 "command_palette_hooks",
 3396 "db",
 3397 "editor",
 3398 "fuzzy",
 3399 "go_to_line",
 3400 "gpui",
 3401 "language",
 3402 "log",
 3403 "menu",
 3404 "picker",
 3405 "postage",
 3406 "project",
 3407 "serde",
 3408 "settings",
 3409 "telemetry",
 3410 "theme",
 3411 "time",
 3412 "ui",
 3413 "util",
 3414 "workspace",
 3415 "zed_actions",
 3416]
 3417
 3418[[package]]
 3419name = "command_palette_hooks"
 3420version = "0.1.0"
 3421dependencies = [
 3422 "collections",
 3423 "derive_more",
 3424 "gpui",
 3425 "workspace",
 3426]
 3427
 3428[[package]]
 3429name = "component"
 3430version = "0.1.0"
 3431dependencies = [
 3432 "collections",
 3433 "documented",
 3434 "gpui",
 3435 "inventory",
 3436 "parking_lot",
 3437 "strum 0.27.2",
 3438 "theme",
 3439]
 3440
 3441[[package]]
 3442name = "component_preview"
 3443version = "0.1.0"
 3444dependencies = [
 3445 "anyhow",
 3446 "client",
 3447 "collections",
 3448 "component",
 3449 "db",
 3450 "fs",
 3451 "gpui",
 3452 "gpui_platform",
 3453 "language",
 3454 "log",
 3455 "node_runtime",
 3456 "notifications",
 3457 "project",
 3458 "release_channel",
 3459 "reqwest_client",
 3460 "session",
 3461 "settings",
 3462 "theme",
 3463 "ui",
 3464 "ui_input",
 3465 "uuid",
 3466 "workspace",
 3467]
 3468
 3469[[package]]
 3470name = "compression-codecs"
 3471version = "0.4.31"
 3472source = "registry+https://github.com/rust-lang/crates.io-index"
 3473checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3474dependencies = [
 3475 "compression-core",
 3476 "deflate64",
 3477 "flate2",
 3478 "memchr",
 3479]
 3480
 3481[[package]]
 3482name = "compression-core"
 3483version = "0.4.29"
 3484source = "registry+https://github.com/rust-lang/crates.io-index"
 3485checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3486
 3487[[package]]
 3488name = "concurrent-queue"
 3489version = "2.5.0"
 3490source = "registry+https://github.com/rust-lang/crates.io-index"
 3491checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3492dependencies = [
 3493 "crossbeam-utils",
 3494]
 3495
 3496[[package]]
 3497name = "console"
 3498version = "0.15.11"
 3499source = "registry+https://github.com/rust-lang/crates.io-index"
 3500checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3501dependencies = [
 3502 "encode_unicode",
 3503 "libc",
 3504 "once_cell",
 3505 "unicode-width",
 3506 "windows-sys 0.59.0",
 3507]
 3508
 3509[[package]]
 3510name = "console_error_panic_hook"
 3511version = "0.1.7"
 3512source = "registry+https://github.com/rust-lang/crates.io-index"
 3513checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3514dependencies = [
 3515 "cfg-if",
 3516 "wasm-bindgen",
 3517]
 3518
 3519[[package]]
 3520name = "const-oid"
 3521version = "0.9.6"
 3522source = "registry+https://github.com/rust-lang/crates.io-index"
 3523checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3524
 3525[[package]]
 3526name = "const-random"
 3527version = "0.1.18"
 3528source = "registry+https://github.com/rust-lang/crates.io-index"
 3529checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3530dependencies = [
 3531 "const-random-macro",
 3532]
 3533
 3534[[package]]
 3535name = "const-random-macro"
 3536version = "0.1.16"
 3537source = "registry+https://github.com/rust-lang/crates.io-index"
 3538checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3539dependencies = [
 3540 "getrandom 0.2.16",
 3541 "once_cell",
 3542 "tiny-keccak",
 3543]
 3544
 3545[[package]]
 3546name = "const_format"
 3547version = "0.2.35"
 3548source = "registry+https://github.com/rust-lang/crates.io-index"
 3549checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3550dependencies = [
 3551 "const_format_proc_macros",
 3552]
 3553
 3554[[package]]
 3555name = "const_format_proc_macros"
 3556version = "0.2.34"
 3557source = "registry+https://github.com/rust-lang/crates.io-index"
 3558checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3559dependencies = [
 3560 "proc-macro2",
 3561 "quote",
 3562 "unicode-xid",
 3563]
 3564
 3565[[package]]
 3566name = "constant_time_eq"
 3567version = "0.1.5"
 3568source = "registry+https://github.com/rust-lang/crates.io-index"
 3569checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3570
 3571[[package]]
 3572name = "context_server"
 3573version = "0.1.0"
 3574dependencies = [
 3575 "anyhow",
 3576 "async-trait",
 3577 "collections",
 3578 "futures 0.3.31",
 3579 "gpui",
 3580 "http_client",
 3581 "log",
 3582 "net",
 3583 "parking_lot",
 3584 "postage",
 3585 "schemars",
 3586 "serde",
 3587 "serde_json",
 3588 "settings",
 3589 "slotmap",
 3590 "smol",
 3591 "tempfile",
 3592 "terminal",
 3593 "url",
 3594 "util",
 3595]
 3596
 3597[[package]]
 3598name = "convert_case"
 3599version = "0.8.0"
 3600source = "registry+https://github.com/rust-lang/crates.io-index"
 3601checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3602dependencies = [
 3603 "unicode-segmentation",
 3604]
 3605
 3606[[package]]
 3607name = "convert_case"
 3608version = "0.10.0"
 3609source = "registry+https://github.com/rust-lang/crates.io-index"
 3610checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3611dependencies = [
 3612 "unicode-segmentation",
 3613]
 3614
 3615[[package]]
 3616name = "convert_case"
 3617version = "0.11.0"
 3618source = "registry+https://github.com/rust-lang/crates.io-index"
 3619checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3620dependencies = [
 3621 "unicode-segmentation",
 3622]
 3623
 3624[[package]]
 3625name = "copilot"
 3626version = "0.1.0"
 3627dependencies = [
 3628 "anyhow",
 3629 "async-std",
 3630 "collections",
 3631 "command_palette_hooks",
 3632 "copilot_chat",
 3633 "edit_prediction_types",
 3634 "editor",
 3635 "fs",
 3636 "futures 0.3.31",
 3637 "gpui",
 3638 "icons",
 3639 "indoc",
 3640 "language",
 3641 "log",
 3642 "lsp",
 3643 "node_runtime",
 3644 "parking_lot",
 3645 "paths",
 3646 "pretty_assertions",
 3647 "project",
 3648 "rpc",
 3649 "semver",
 3650 "serde",
 3651 "serde_json",
 3652 "settings",
 3653 "sum_tree",
 3654 "theme",
 3655 "util",
 3656 "workspace",
 3657 "zlog",
 3658]
 3659
 3660[[package]]
 3661name = "copilot_chat"
 3662version = "0.1.0"
 3663dependencies = [
 3664 "anthropic",
 3665 "anyhow",
 3666 "collections",
 3667 "dirs 4.0.0",
 3668 "fs",
 3669 "futures 0.3.31",
 3670 "gpui",
 3671 "http_client",
 3672 "log",
 3673 "paths",
 3674 "serde",
 3675 "serde_json",
 3676 "settings",
 3677]
 3678
 3679[[package]]
 3680name = "copilot_ui"
 3681version = "0.1.0"
 3682dependencies = [
 3683 "anyhow",
 3684 "copilot",
 3685 "gpui",
 3686 "language",
 3687 "log",
 3688 "lsp",
 3689 "menu",
 3690 "project",
 3691 "serde_json",
 3692 "settings",
 3693 "ui",
 3694 "util",
 3695 "workspace",
 3696]
 3697
 3698[[package]]
 3699name = "core-foundation"
 3700version = "0.9.4"
 3701source = "registry+https://github.com/rust-lang/crates.io-index"
 3702checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3703dependencies = [
 3704 "core-foundation-sys",
 3705 "libc",
 3706]
 3707
 3708[[package]]
 3709name = "core-foundation"
 3710version = "0.10.0"
 3711source = "registry+https://github.com/rust-lang/crates.io-index"
 3712checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3713dependencies = [
 3714 "core-foundation-sys",
 3715 "libc",
 3716]
 3717
 3718[[package]]
 3719name = "core-foundation-sys"
 3720version = "0.8.7"
 3721source = "registry+https://github.com/rust-lang/crates.io-index"
 3722checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3723
 3724[[package]]
 3725name = "core-graphics"
 3726version = "0.23.2"
 3727source = "registry+https://github.com/rust-lang/crates.io-index"
 3728checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3729dependencies = [
 3730 "bitflags 1.3.2",
 3731 "core-foundation 0.9.4",
 3732 "core-graphics-types 0.1.3",
 3733 "foreign-types 0.5.0",
 3734 "libc",
 3735]
 3736
 3737[[package]]
 3738name = "core-graphics"
 3739version = "0.24.0"
 3740source = "registry+https://github.com/rust-lang/crates.io-index"
 3741checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3742dependencies = [
 3743 "bitflags 2.10.0",
 3744 "core-foundation 0.10.0",
 3745 "core-graphics-types 0.2.0",
 3746 "foreign-types 0.5.0",
 3747 "libc",
 3748]
 3749
 3750[[package]]
 3751name = "core-graphics-helmer-fork"
 3752version = "0.24.0"
 3753source = "registry+https://github.com/rust-lang/crates.io-index"
 3754checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3755dependencies = [
 3756 "bitflags 2.10.0",
 3757 "core-foundation 0.9.4",
 3758 "core-graphics-types 0.1.3",
 3759 "foreign-types 0.5.0",
 3760 "libc",
 3761]
 3762
 3763[[package]]
 3764name = "core-graphics-types"
 3765version = "0.1.3"
 3766source = "registry+https://github.com/rust-lang/crates.io-index"
 3767checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3768dependencies = [
 3769 "bitflags 1.3.2",
 3770 "core-foundation 0.9.4",
 3771 "libc",
 3772]
 3773
 3774[[package]]
 3775name = "core-graphics-types"
 3776version = "0.2.0"
 3777source = "registry+https://github.com/rust-lang/crates.io-index"
 3778checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3779dependencies = [
 3780 "bitflags 2.10.0",
 3781 "core-foundation 0.10.0",
 3782 "libc",
 3783]
 3784
 3785[[package]]
 3786name = "core-graphics2"
 3787version = "0.5.2"
 3788source = "registry+https://github.com/rust-lang/crates.io-index"
 3789checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3790dependencies = [
 3791 "bitflags 2.10.0",
 3792 "block",
 3793 "cfg-if",
 3794 "core-foundation 0.10.0",
 3795 "libc",
 3796]
 3797
 3798[[package]]
 3799name = "core-services"
 3800version = "0.2.1"
 3801source = "registry+https://github.com/rust-lang/crates.io-index"
 3802checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3803dependencies = [
 3804 "core-foundation 0.9.4",
 3805]
 3806
 3807[[package]]
 3808name = "core-text"
 3809version = "21.0.0"
 3810source = "registry+https://github.com/rust-lang/crates.io-index"
 3811checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3812dependencies = [
 3813 "core-foundation 0.10.0",
 3814 "core-graphics 0.24.0",
 3815 "foreign-types 0.5.0",
 3816 "libc",
 3817]
 3818
 3819[[package]]
 3820name = "core-video"
 3821version = "0.5.2"
 3822source = "registry+https://github.com/rust-lang/crates.io-index"
 3823checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3824dependencies = [
 3825 "block",
 3826 "core-foundation 0.10.0",
 3827 "core-graphics2",
 3828 "io-surface",
 3829 "libc",
 3830 "metal",
 3831]
 3832
 3833[[package]]
 3834name = "core_maths"
 3835version = "0.1.1"
 3836source = "registry+https://github.com/rust-lang/crates.io-index"
 3837checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3838dependencies = [
 3839 "libm",
 3840]
 3841
 3842[[package]]
 3843name = "coreaudio-rs"
 3844version = "0.12.1"
 3845source = "registry+https://github.com/rust-lang/crates.io-index"
 3846checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3847dependencies = [
 3848 "bitflags 1.3.2",
 3849 "core-foundation-sys",
 3850 "coreaudio-sys",
 3851]
 3852
 3853[[package]]
 3854name = "coreaudio-rs"
 3855version = "0.13.0"
 3856source = "registry+https://github.com/rust-lang/crates.io-index"
 3857checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3858dependencies = [
 3859 "bitflags 1.3.2",
 3860 "libc",
 3861 "objc2-audio-toolbox",
 3862 "objc2-core-audio",
 3863 "objc2-core-audio-types",
 3864 "objc2-core-foundation",
 3865]
 3866
 3867[[package]]
 3868name = "coreaudio-sys"
 3869version = "0.2.17"
 3870source = "registry+https://github.com/rust-lang/crates.io-index"
 3871checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3872dependencies = [
 3873 "bindgen 0.72.1",
 3874]
 3875
 3876[[package]]
 3877name = "cosmic-text"
 3878version = "0.17.1"
 3879source = "registry+https://github.com/rust-lang/crates.io-index"
 3880checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3881dependencies = [
 3882 "bitflags 2.10.0",
 3883 "fontdb 0.23.0",
 3884 "harfrust",
 3885 "linebender_resource_handle",
 3886 "log",
 3887 "rangemap",
 3888 "rustc-hash 2.1.1",
 3889 "self_cell",
 3890 "skrifa 0.40.0",
 3891 "smol_str",
 3892 "swash",
 3893 "sys-locale",
 3894 "unicode-bidi",
 3895 "unicode-linebreak",
 3896 "unicode-script",
 3897 "unicode-segmentation",
 3898]
 3899
 3900[[package]]
 3901name = "cpal"
 3902version = "0.17.1"
 3903source = "registry+https://github.com/rust-lang/crates.io-index"
 3904checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3905dependencies = [
 3906 "alsa",
 3907 "coreaudio-rs 0.13.0",
 3908 "dasp_sample",
 3909 "jni",
 3910 "js-sys",
 3911 "libc",
 3912 "mach2 0.5.0",
 3913 "ndk",
 3914 "ndk-context",
 3915 "num-derive",
 3916 "num-traits",
 3917 "objc2",
 3918 "objc2-audio-toolbox",
 3919 "objc2-avf-audio",
 3920 "objc2-core-audio",
 3921 "objc2-core-audio-types",
 3922 "objc2-core-foundation",
 3923 "objc2-foundation",
 3924 "wasm-bindgen",
 3925 "wasm-bindgen-futures",
 3926 "web-sys",
 3927 "windows 0.62.2",
 3928]
 3929
 3930[[package]]
 3931name = "cpp_demangle"
 3932version = "0.4.5"
 3933source = "registry+https://github.com/rust-lang/crates.io-index"
 3934checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3935dependencies = [
 3936 "cfg-if",
 3937]
 3938
 3939[[package]]
 3940name = "cpufeatures"
 3941version = "0.2.17"
 3942source = "registry+https://github.com/rust-lang/crates.io-index"
 3943checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3944dependencies = [
 3945 "libc",
 3946]
 3947
 3948[[package]]
 3949name = "cranelift-assembler-x64"
 3950version = "0.120.2"
 3951source = "registry+https://github.com/rust-lang/crates.io-index"
 3952checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
 3953dependencies = [
 3954 "cranelift-assembler-x64-meta",
 3955]
 3956
 3957[[package]]
 3958name = "cranelift-assembler-x64-meta"
 3959version = "0.120.2"
 3960source = "registry+https://github.com/rust-lang/crates.io-index"
 3961checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
 3962dependencies = [
 3963 "cranelift-srcgen",
 3964]
 3965
 3966[[package]]
 3967name = "cranelift-bforest"
 3968version = "0.120.2"
 3969source = "registry+https://github.com/rust-lang/crates.io-index"
 3970checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
 3971dependencies = [
 3972 "cranelift-entity",
 3973]
 3974
 3975[[package]]
 3976name = "cranelift-bitset"
 3977version = "0.120.2"
 3978source = "registry+https://github.com/rust-lang/crates.io-index"
 3979checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
 3980dependencies = [
 3981 "serde",
 3982 "serde_derive",
 3983]
 3984
 3985[[package]]
 3986name = "cranelift-codegen"
 3987version = "0.120.2"
 3988source = "registry+https://github.com/rust-lang/crates.io-index"
 3989checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
 3990dependencies = [
 3991 "bumpalo",
 3992 "cranelift-assembler-x64",
 3993 "cranelift-bforest",
 3994 "cranelift-bitset",
 3995 "cranelift-codegen-meta",
 3996 "cranelift-codegen-shared",
 3997 "cranelift-control",
 3998 "cranelift-entity",
 3999 "cranelift-isle",
 4000 "gimli 0.31.1",
 4001 "hashbrown 0.15.5",
 4002 "log",
 4003 "postcard",
 4004 "pulley-interpreter",
 4005 "regalloc2",
 4006 "rustc-hash 2.1.1",
 4007 "serde",
 4008 "serde_derive",
 4009 "sha2",
 4010 "smallvec",
 4011 "target-lexicon 0.13.3",
 4012]
 4013
 4014[[package]]
 4015name = "cranelift-codegen-meta"
 4016version = "0.120.2"
 4017source = "registry+https://github.com/rust-lang/crates.io-index"
 4018checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
 4019dependencies = [
 4020 "cranelift-assembler-x64-meta",
 4021 "cranelift-codegen-shared",
 4022 "cranelift-srcgen",
 4023 "pulley-interpreter",
 4024]
 4025
 4026[[package]]
 4027name = "cranelift-codegen-shared"
 4028version = "0.120.2"
 4029source = "registry+https://github.com/rust-lang/crates.io-index"
 4030checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
 4031
 4032[[package]]
 4033name = "cranelift-control"
 4034version = "0.120.2"
 4035source = "registry+https://github.com/rust-lang/crates.io-index"
 4036checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
 4037dependencies = [
 4038 "arbitrary",
 4039]
 4040
 4041[[package]]
 4042name = "cranelift-entity"
 4043version = "0.120.2"
 4044source = "registry+https://github.com/rust-lang/crates.io-index"
 4045checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
 4046dependencies = [
 4047 "cranelift-bitset",
 4048 "serde",
 4049 "serde_derive",
 4050]
 4051
 4052[[package]]
 4053name = "cranelift-frontend"
 4054version = "0.120.2"
 4055source = "registry+https://github.com/rust-lang/crates.io-index"
 4056checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
 4057dependencies = [
 4058 "cranelift-codegen",
 4059 "log",
 4060 "smallvec",
 4061 "target-lexicon 0.13.3",
 4062]
 4063
 4064[[package]]
 4065name = "cranelift-isle"
 4066version = "0.120.2"
 4067source = "registry+https://github.com/rust-lang/crates.io-index"
 4068checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
 4069
 4070[[package]]
 4071name = "cranelift-native"
 4072version = "0.120.2"
 4073source = "registry+https://github.com/rust-lang/crates.io-index"
 4074checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
 4075dependencies = [
 4076 "cranelift-codegen",
 4077 "libc",
 4078 "target-lexicon 0.13.3",
 4079]
 4080
 4081[[package]]
 4082name = "cranelift-srcgen"
 4083version = "0.120.2"
 4084source = "registry+https://github.com/rust-lang/crates.io-index"
 4085checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
 4086
 4087[[package]]
 4088name = "crash-context"
 4089version = "0.6.3"
 4090source = "registry+https://github.com/rust-lang/crates.io-index"
 4091checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4092dependencies = [
 4093 "cfg-if",
 4094 "libc",
 4095 "mach2 0.4.3",
 4096]
 4097
 4098[[package]]
 4099name = "crash-handler"
 4100version = "0.6.3"
 4101source = "registry+https://github.com/rust-lang/crates.io-index"
 4102checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4103dependencies = [
 4104 "cfg-if",
 4105 "crash-context",
 4106 "libc",
 4107 "mach2 0.4.3",
 4108 "parking_lot",
 4109]
 4110
 4111[[package]]
 4112name = "crashes"
 4113version = "0.1.0"
 4114dependencies = [
 4115 "cfg-if",
 4116 "crash-handler",
 4117 "futures 0.3.31",
 4118 "log",
 4119 "mach2 0.5.0",
 4120 "minidumper",
 4121 "parking_lot",
 4122 "paths",
 4123 "release_channel",
 4124 "serde",
 4125 "serde_json",
 4126 "smol",
 4127 "system_specs",
 4128 "windows 0.61.3",
 4129 "zstd",
 4130]
 4131
 4132[[package]]
 4133name = "crc"
 4134version = "3.3.0"
 4135source = "registry+https://github.com/rust-lang/crates.io-index"
 4136checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4137dependencies = [
 4138 "crc-catalog",
 4139]
 4140
 4141[[package]]
 4142name = "crc-catalog"
 4143version = "2.4.0"
 4144source = "registry+https://github.com/rust-lang/crates.io-index"
 4145checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4146
 4147[[package]]
 4148name = "crc-fast"
 4149version = "1.6.0"
 4150source = "registry+https://github.com/rust-lang/crates.io-index"
 4151checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4152dependencies = [
 4153 "crc",
 4154 "digest",
 4155 "rand 0.9.2",
 4156 "regex",
 4157 "rustversion",
 4158]
 4159
 4160[[package]]
 4161name = "crc32fast"
 4162version = "1.5.0"
 4163source = "registry+https://github.com/rust-lang/crates.io-index"
 4164checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4165dependencies = [
 4166 "cfg-if",
 4167]
 4168
 4169[[package]]
 4170name = "credentials_provider"
 4171version = "0.1.0"
 4172dependencies = [
 4173 "anyhow",
 4174 "futures 0.3.31",
 4175 "gpui",
 4176 "paths",
 4177 "release_channel",
 4178 "serde",
 4179 "serde_json",
 4180]
 4181
 4182[[package]]
 4183name = "criterion"
 4184version = "0.5.1"
 4185source = "registry+https://github.com/rust-lang/crates.io-index"
 4186checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4187dependencies = [
 4188 "anes",
 4189 "cast",
 4190 "ciborium",
 4191 "clap",
 4192 "criterion-plot",
 4193 "is-terminal",
 4194 "itertools 0.10.5",
 4195 "num-traits",
 4196 "once_cell",
 4197 "oorandom",
 4198 "plotters",
 4199 "rayon",
 4200 "regex",
 4201 "serde",
 4202 "serde_derive",
 4203 "serde_json",
 4204 "tinytemplate",
 4205 "walkdir",
 4206]
 4207
 4208[[package]]
 4209name = "criterion-plot"
 4210version = "0.5.0"
 4211source = "registry+https://github.com/rust-lang/crates.io-index"
 4212checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4213dependencies = [
 4214 "cast",
 4215 "itertools 0.10.5",
 4216]
 4217
 4218[[package]]
 4219name = "crossbeam"
 4220version = "0.8.4"
 4221source = "registry+https://github.com/rust-lang/crates.io-index"
 4222checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4223dependencies = [
 4224 "crossbeam-channel",
 4225 "crossbeam-deque",
 4226 "crossbeam-epoch",
 4227 "crossbeam-queue",
 4228 "crossbeam-utils",
 4229]
 4230
 4231[[package]]
 4232name = "crossbeam-channel"
 4233version = "0.5.15"
 4234source = "registry+https://github.com/rust-lang/crates.io-index"
 4235checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4236dependencies = [
 4237 "crossbeam-utils",
 4238]
 4239
 4240[[package]]
 4241name = "crossbeam-deque"
 4242version = "0.8.6"
 4243source = "registry+https://github.com/rust-lang/crates.io-index"
 4244checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4245dependencies = [
 4246 "crossbeam-epoch",
 4247 "crossbeam-utils",
 4248]
 4249
 4250[[package]]
 4251name = "crossbeam-epoch"
 4252version = "0.9.18"
 4253source = "registry+https://github.com/rust-lang/crates.io-index"
 4254checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4255dependencies = [
 4256 "crossbeam-utils",
 4257]
 4258
 4259[[package]]
 4260name = "crossbeam-queue"
 4261version = "0.3.12"
 4262source = "registry+https://github.com/rust-lang/crates.io-index"
 4263checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4264dependencies = [
 4265 "crossbeam-utils",
 4266]
 4267
 4268[[package]]
 4269name = "crossbeam-utils"
 4270version = "0.8.21"
 4271source = "registry+https://github.com/rust-lang/crates.io-index"
 4272checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4273
 4274[[package]]
 4275name = "crunchy"
 4276version = "0.2.4"
 4277source = "registry+https://github.com/rust-lang/crates.io-index"
 4278checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4279
 4280[[package]]
 4281name = "crypto-bigint"
 4282version = "0.4.9"
 4283source = "registry+https://github.com/rust-lang/crates.io-index"
 4284checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4285dependencies = [
 4286 "generic-array",
 4287 "rand_core 0.6.4",
 4288 "subtle",
 4289 "zeroize",
 4290]
 4291
 4292[[package]]
 4293name = "crypto-bigint"
 4294version = "0.5.5"
 4295source = "registry+https://github.com/rust-lang/crates.io-index"
 4296checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4297dependencies = [
 4298 "rand_core 0.6.4",
 4299 "subtle",
 4300]
 4301
 4302[[package]]
 4303name = "crypto-common"
 4304version = "0.1.6"
 4305source = "registry+https://github.com/rust-lang/crates.io-index"
 4306checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4307dependencies = [
 4308 "generic-array",
 4309 "typenum",
 4310]
 4311
 4312[[package]]
 4313name = "cssparser"
 4314version = "0.35.0"
 4315source = "registry+https://github.com/rust-lang/crates.io-index"
 4316checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4317dependencies = [
 4318 "cssparser-macros",
 4319 "dtoa-short",
 4320 "itoa",
 4321 "phf 0.11.3",
 4322 "smallvec",
 4323]
 4324
 4325[[package]]
 4326name = "cssparser-macros"
 4327version = "0.6.1"
 4328source = "registry+https://github.com/rust-lang/crates.io-index"
 4329checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4330dependencies = [
 4331 "quote",
 4332 "syn 2.0.117",
 4333]
 4334
 4335[[package]]
 4336name = "csv_preview"
 4337version = "0.1.0"
 4338dependencies = [
 4339 "anyhow",
 4340 "editor",
 4341 "feature_flags",
 4342 "gpui",
 4343 "log",
 4344 "text",
 4345 "ui",
 4346 "workspace",
 4347]
 4348
 4349[[package]]
 4350name = "ctor"
 4351version = "0.4.3"
 4352source = "registry+https://github.com/rust-lang/crates.io-index"
 4353checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4354dependencies = [
 4355 "ctor-proc-macro",
 4356 "dtor",
 4357]
 4358
 4359[[package]]
 4360name = "ctor-proc-macro"
 4361version = "0.0.6"
 4362source = "registry+https://github.com/rust-lang/crates.io-index"
 4363checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4364
 4365[[package]]
 4366name = "ctrlc"
 4367version = "3.5.0"
 4368source = "registry+https://github.com/rust-lang/crates.io-index"
 4369checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4370dependencies = [
 4371 "dispatch",
 4372 "nix 0.30.1",
 4373 "windows-sys 0.61.2",
 4374]
 4375
 4376[[package]]
 4377name = "cursor-icon"
 4378version = "1.2.0"
 4379source = "registry+https://github.com/rust-lang/crates.io-index"
 4380checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4381
 4382[[package]]
 4383name = "cxx"
 4384version = "1.0.187"
 4385source = "registry+https://github.com/rust-lang/crates.io-index"
 4386checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4387dependencies = [
 4388 "cc",
 4389 "cxx-build",
 4390 "cxxbridge-cmd",
 4391 "cxxbridge-flags",
 4392 "cxxbridge-macro",
 4393 "foldhash 0.2.0",
 4394 "link-cplusplus",
 4395]
 4396
 4397[[package]]
 4398name = "cxx-build"
 4399version = "1.0.187"
 4400source = "registry+https://github.com/rust-lang/crates.io-index"
 4401checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4402dependencies = [
 4403 "cc",
 4404 "codespan-reporting",
 4405 "indexmap",
 4406 "proc-macro2",
 4407 "quote",
 4408 "scratch",
 4409 "syn 2.0.117",
 4410]
 4411
 4412[[package]]
 4413name = "cxxbridge-cmd"
 4414version = "1.0.187"
 4415source = "registry+https://github.com/rust-lang/crates.io-index"
 4416checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4417dependencies = [
 4418 "clap",
 4419 "codespan-reporting",
 4420 "indexmap",
 4421 "proc-macro2",
 4422 "quote",
 4423 "syn 2.0.117",
 4424]
 4425
 4426[[package]]
 4427name = "cxxbridge-flags"
 4428version = "1.0.187"
 4429source = "registry+https://github.com/rust-lang/crates.io-index"
 4430checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4431
 4432[[package]]
 4433name = "cxxbridge-macro"
 4434version = "1.0.187"
 4435source = "registry+https://github.com/rust-lang/crates.io-index"
 4436checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4437dependencies = [
 4438 "indexmap",
 4439 "proc-macro2",
 4440 "quote",
 4441 "syn 2.0.117",
 4442]
 4443
 4444[[package]]
 4445name = "dap"
 4446version = "0.1.0"
 4447dependencies = [
 4448 "anyhow",
 4449 "async-compression",
 4450 "async-pipe",
 4451 "async-tar",
 4452 "async-trait",
 4453 "client",
 4454 "collections",
 4455 "dap-types",
 4456 "fs",
 4457 "futures 0.3.31",
 4458 "gpui",
 4459 "http_client",
 4460 "language",
 4461 "libc",
 4462 "log",
 4463 "node_runtime",
 4464 "parking_lot",
 4465 "paths",
 4466 "proto",
 4467 "schemars",
 4468 "serde",
 4469 "serde_json",
 4470 "settings",
 4471 "smallvec",
 4472 "smol",
 4473 "task",
 4474 "telemetry",
 4475 "util",
 4476 "zlog",
 4477]
 4478
 4479[[package]]
 4480name = "dap-types"
 4481version = "0.0.1"
 4482source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4483dependencies = [
 4484 "schemars",
 4485 "serde",
 4486 "serde_json",
 4487]
 4488
 4489[[package]]
 4490name = "dap_adapters"
 4491version = "0.1.0"
 4492dependencies = [
 4493 "anyhow",
 4494 "async-trait",
 4495 "collections",
 4496 "dap",
 4497 "dotenvy",
 4498 "fs",
 4499 "futures 0.3.31",
 4500 "gpui",
 4501 "http_client",
 4502 "json_dotpath",
 4503 "language",
 4504 "log",
 4505 "node_runtime",
 4506 "paths",
 4507 "serde",
 4508 "serde_json",
 4509 "settings",
 4510 "smol",
 4511 "task",
 4512 "util",
 4513]
 4514
 4515[[package]]
 4516name = "darling"
 4517version = "0.20.11"
 4518source = "registry+https://github.com/rust-lang/crates.io-index"
 4519checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4520dependencies = [
 4521 "darling_core 0.20.11",
 4522 "darling_macro 0.20.11",
 4523]
 4524
 4525[[package]]
 4526name = "darling"
 4527version = "0.21.3"
 4528source = "registry+https://github.com/rust-lang/crates.io-index"
 4529checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4530dependencies = [
 4531 "darling_core 0.21.3",
 4532 "darling_macro 0.21.3",
 4533]
 4534
 4535[[package]]
 4536name = "darling_core"
 4537version = "0.20.11"
 4538source = "registry+https://github.com/rust-lang/crates.io-index"
 4539checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4540dependencies = [
 4541 "fnv",
 4542 "ident_case",
 4543 "proc-macro2",
 4544 "quote",
 4545 "strsim",
 4546 "syn 2.0.117",
 4547]
 4548
 4549[[package]]
 4550name = "darling_core"
 4551version = "0.21.3"
 4552source = "registry+https://github.com/rust-lang/crates.io-index"
 4553checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4554dependencies = [
 4555 "fnv",
 4556 "ident_case",
 4557 "proc-macro2",
 4558 "quote",
 4559 "strsim",
 4560 "syn 2.0.117",
 4561]
 4562
 4563[[package]]
 4564name = "darling_macro"
 4565version = "0.20.11"
 4566source = "registry+https://github.com/rust-lang/crates.io-index"
 4567checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4568dependencies = [
 4569 "darling_core 0.20.11",
 4570 "quote",
 4571 "syn 2.0.117",
 4572]
 4573
 4574[[package]]
 4575name = "darling_macro"
 4576version = "0.21.3"
 4577source = "registry+https://github.com/rust-lang/crates.io-index"
 4578checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4579dependencies = [
 4580 "darling_core 0.21.3",
 4581 "quote",
 4582 "syn 2.0.117",
 4583]
 4584
 4585[[package]]
 4586name = "dashmap"
 4587version = "6.1.0"
 4588source = "registry+https://github.com/rust-lang/crates.io-index"
 4589checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4590dependencies = [
 4591 "cfg-if",
 4592 "crossbeam-utils",
 4593 "hashbrown 0.14.5",
 4594 "lock_api",
 4595 "once_cell",
 4596 "parking_lot_core",
 4597]
 4598
 4599[[package]]
 4600name = "dasp_sample"
 4601version = "0.11.0"
 4602source = "registry+https://github.com/rust-lang/crates.io-index"
 4603checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4604
 4605[[package]]
 4606name = "data-encoding"
 4607version = "2.9.0"
 4608source = "registry+https://github.com/rust-lang/crates.io-index"
 4609checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4610
 4611[[package]]
 4612name = "data-url"
 4613version = "0.3.2"
 4614source = "registry+https://github.com/rust-lang/crates.io-index"
 4615checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4616
 4617[[package]]
 4618name = "db"
 4619version = "0.1.0"
 4620dependencies = [
 4621 "anyhow",
 4622 "gpui",
 4623 "indoc",
 4624 "inventory",
 4625 "log",
 4626 "paths",
 4627 "release_channel",
 4628 "smol",
 4629 "sqlez",
 4630 "sqlez_macros",
 4631 "tempfile",
 4632 "util",
 4633 "uuid",
 4634 "zed_env_vars",
 4635]
 4636
 4637[[package]]
 4638name = "dbus"
 4639version = "0.9.9"
 4640source = "registry+https://github.com/rust-lang/crates.io-index"
 4641checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4642dependencies = [
 4643 "libc",
 4644 "libdbus-sys",
 4645 "windows-sys 0.59.0",
 4646]
 4647
 4648[[package]]
 4649name = "debug_adapter_extension"
 4650version = "0.1.0"
 4651dependencies = [
 4652 "anyhow",
 4653 "async-trait",
 4654 "collections",
 4655 "dap",
 4656 "extension",
 4657 "gpui",
 4658 "serde_json",
 4659 "task",
 4660 "util",
 4661]
 4662
 4663[[package]]
 4664name = "debugger_tools"
 4665version = "0.1.0"
 4666dependencies = [
 4667 "anyhow",
 4668 "dap",
 4669 "editor",
 4670 "futures 0.3.31",
 4671 "gpui",
 4672 "project",
 4673 "serde_json",
 4674 "settings",
 4675 "smol",
 4676 "util",
 4677 "workspace",
 4678]
 4679
 4680[[package]]
 4681name = "debugger_ui"
 4682version = "0.1.0"
 4683dependencies = [
 4684 "alacritty_terminal",
 4685 "anyhow",
 4686 "bitflags 2.10.0",
 4687 "client",
 4688 "collections",
 4689 "command_palette_hooks",
 4690 "dap",
 4691 "dap_adapters",
 4692 "db",
 4693 "debugger_tools",
 4694 "editor",
 4695 "feature_flags",
 4696 "file_icons",
 4697 "futures 0.3.31",
 4698 "fuzzy",
 4699 "gpui",
 4700 "hex",
 4701 "indoc",
 4702 "itertools 0.14.0",
 4703 "language",
 4704 "log",
 4705 "menu",
 4706 "notifications",
 4707 "parking_lot",
 4708 "parse_int",
 4709 "paths",
 4710 "picker",
 4711 "pretty_assertions",
 4712 "project",
 4713 "rpc",
 4714 "schemars",
 4715 "serde",
 4716 "serde_json",
 4717 "serde_json_lenient",
 4718 "settings",
 4719 "sysinfo 0.37.2",
 4720 "task",
 4721 "tasks_ui",
 4722 "terminal_view",
 4723 "text",
 4724 "theme",
 4725 "tree-sitter",
 4726 "tree-sitter-go",
 4727 "tree-sitter-json",
 4728 "ui",
 4729 "ui_input",
 4730 "unindent",
 4731 "util",
 4732 "workspace",
 4733 "zed_actions",
 4734 "zlog",
 4735]
 4736
 4737[[package]]
 4738name = "debugid"
 4739version = "0.8.0"
 4740source = "registry+https://github.com/rust-lang/crates.io-index"
 4741checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4742dependencies = [
 4743 "uuid",
 4744]
 4745
 4746[[package]]
 4747name = "deepseek"
 4748version = "0.1.0"
 4749dependencies = [
 4750 "anyhow",
 4751 "futures 0.3.31",
 4752 "http_client",
 4753 "schemars",
 4754 "serde",
 4755 "serde_json",
 4756]
 4757
 4758[[package]]
 4759name = "deflate64"
 4760version = "0.1.10"
 4761source = "registry+https://github.com/rust-lang/crates.io-index"
 4762checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4763
 4764[[package]]
 4765name = "denoise"
 4766version = "0.1.0"
 4767dependencies = [
 4768 "candle-core",
 4769 "candle-onnx",
 4770 "log",
 4771 "realfft",
 4772 "rodio",
 4773 "rustfft",
 4774 "thiserror 2.0.17",
 4775]
 4776
 4777[[package]]
 4778name = "der"
 4779version = "0.6.1"
 4780source = "registry+https://github.com/rust-lang/crates.io-index"
 4781checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4782dependencies = [
 4783 "const-oid",
 4784 "zeroize",
 4785]
 4786
 4787[[package]]
 4788name = "der"
 4789version = "0.7.10"
 4790source = "registry+https://github.com/rust-lang/crates.io-index"
 4791checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4792dependencies = [
 4793 "const-oid",
 4794 "pem-rfc7468",
 4795 "zeroize",
 4796]
 4797
 4798[[package]]
 4799name = "deranged"
 4800version = "0.5.4"
 4801source = "registry+https://github.com/rust-lang/crates.io-index"
 4802checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4803dependencies = [
 4804 "powerfmt",
 4805 "serde_core",
 4806]
 4807
 4808[[package]]
 4809name = "derive_arbitrary"
 4810version = "1.4.2"
 4811source = "registry+https://github.com/rust-lang/crates.io-index"
 4812checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4813dependencies = [
 4814 "proc-macro2",
 4815 "quote",
 4816 "syn 2.0.117",
 4817]
 4818
 4819[[package]]
 4820name = "derive_more"
 4821version = "2.1.1"
 4822source = "registry+https://github.com/rust-lang/crates.io-index"
 4823checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4824dependencies = [
 4825 "derive_more-impl",
 4826]
 4827
 4828[[package]]
 4829name = "derive_more-impl"
 4830version = "2.1.1"
 4831source = "registry+https://github.com/rust-lang/crates.io-index"
 4832checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4833dependencies = [
 4834 "convert_case 0.10.0",
 4835 "proc-macro2",
 4836 "quote",
 4837 "rustc_version",
 4838 "syn 2.0.117",
 4839 "unicode-xid",
 4840]
 4841
 4842[[package]]
 4843name = "derive_refineable"
 4844version = "0.1.0"
 4845dependencies = [
 4846 "proc-macro2",
 4847 "quote",
 4848 "syn 2.0.117",
 4849]
 4850
 4851[[package]]
 4852name = "derive_setters"
 4853version = "0.1.9"
 4854source = "registry+https://github.com/rust-lang/crates.io-index"
 4855checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4856dependencies = [
 4857 "darling 0.21.3",
 4858 "proc-macro2",
 4859 "quote",
 4860 "syn 2.0.117",
 4861]
 4862
 4863[[package]]
 4864name = "dev_container"
 4865version = "0.1.0"
 4866dependencies = [
 4867 "fs",
 4868 "futures 0.3.31",
 4869 "gpui",
 4870 "http 1.3.1",
 4871 "http_client",
 4872 "log",
 4873 "menu",
 4874 "node_runtime",
 4875 "paths",
 4876 "picker",
 4877 "project",
 4878 "serde",
 4879 "serde_json",
 4880 "settings",
 4881 "smol",
 4882 "ui",
 4883 "util",
 4884 "workspace",
 4885 "worktree",
 4886]
 4887
 4888[[package]]
 4889name = "diagnostics"
 4890version = "0.1.0"
 4891dependencies = [
 4892 "anyhow",
 4893 "collections",
 4894 "component",
 4895 "ctor",
 4896 "editor",
 4897 "gpui",
 4898 "indoc",
 4899 "itertools 0.14.0",
 4900 "language",
 4901 "log",
 4902 "lsp",
 4903 "markdown",
 4904 "pretty_assertions",
 4905 "project",
 4906 "rand 0.9.2",
 4907 "serde",
 4908 "serde_json",
 4909 "settings",
 4910 "text",
 4911 "theme",
 4912 "ui",
 4913 "unindent",
 4914 "util",
 4915 "workspace",
 4916 "zed_actions",
 4917 "zlog",
 4918]
 4919
 4920[[package]]
 4921name = "dialoguer"
 4922version = "0.11.0"
 4923source = "registry+https://github.com/rust-lang/crates.io-index"
 4924checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4925dependencies = [
 4926 "console",
 4927 "fuzzy-matcher",
 4928 "shell-words",
 4929 "tempfile",
 4930 "thiserror 1.0.69",
 4931 "zeroize",
 4932]
 4933
 4934[[package]]
 4935name = "diff"
 4936version = "0.1.13"
 4937source = "registry+https://github.com/rust-lang/crates.io-index"
 4938checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4939
 4940[[package]]
 4941name = "diffy"
 4942version = "0.4.2"
 4943source = "registry+https://github.com/rust-lang/crates.io-index"
 4944checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4945dependencies = [
 4946 "nu-ansi-term",
 4947]
 4948
 4949[[package]]
 4950name = "digest"
 4951version = "0.10.7"
 4952source = "registry+https://github.com/rust-lang/crates.io-index"
 4953checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4954dependencies = [
 4955 "block-buffer",
 4956 "const-oid",
 4957 "crypto-common",
 4958 "subtle",
 4959]
 4960
 4961[[package]]
 4962name = "dirs"
 4963version = "4.0.0"
 4964source = "registry+https://github.com/rust-lang/crates.io-index"
 4965checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4966dependencies = [
 4967 "dirs-sys 0.3.7",
 4968]
 4969
 4970[[package]]
 4971name = "dirs"
 4972version = "5.0.1"
 4973source = "registry+https://github.com/rust-lang/crates.io-index"
 4974checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4975dependencies = [
 4976 "dirs-sys 0.4.1",
 4977]
 4978
 4979[[package]]
 4980name = "dirs"
 4981version = "6.0.0"
 4982source = "registry+https://github.com/rust-lang/crates.io-index"
 4983checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4984dependencies = [
 4985 "dirs-sys 0.5.0",
 4986]
 4987
 4988[[package]]
 4989name = "dirs-sys"
 4990version = "0.3.7"
 4991source = "registry+https://github.com/rust-lang/crates.io-index"
 4992checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4993dependencies = [
 4994 "libc",
 4995 "redox_users 0.4.6",
 4996 "winapi",
 4997]
 4998
 4999[[package]]
 5000name = "dirs-sys"
 5001version = "0.4.1"
 5002source = "registry+https://github.com/rust-lang/crates.io-index"
 5003checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 5004dependencies = [
 5005 "libc",
 5006 "option-ext",
 5007 "redox_users 0.4.6",
 5008 "windows-sys 0.48.0",
 5009]
 5010
 5011[[package]]
 5012name = "dirs-sys"
 5013version = "0.5.0"
 5014source = "registry+https://github.com/rust-lang/crates.io-index"
 5015checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 5016dependencies = [
 5017 "libc",
 5018 "option-ext",
 5019 "redox_users 0.5.2",
 5020 "windows-sys 0.61.2",
 5021]
 5022
 5023[[package]]
 5024name = "dispatch"
 5025version = "0.2.0"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 5028
 5029[[package]]
 5030name = "dispatch2"
 5031version = "0.3.1"
 5032source = "registry+https://github.com/rust-lang/crates.io-index"
 5033checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 5034dependencies = [
 5035 "bitflags 2.10.0",
 5036 "block2",
 5037 "libc",
 5038 "objc2",
 5039]
 5040
 5041[[package]]
 5042name = "displaydoc"
 5043version = "0.2.5"
 5044source = "registry+https://github.com/rust-lang/crates.io-index"
 5045checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 5046dependencies = [
 5047 "proc-macro2",
 5048 "quote",
 5049 "syn 2.0.117",
 5050]
 5051
 5052[[package]]
 5053name = "dlib"
 5054version = "0.5.2"
 5055source = "registry+https://github.com/rust-lang/crates.io-index"
 5056checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 5057dependencies = [
 5058 "libloading",
 5059]
 5060
 5061[[package]]
 5062name = "docs_preprocessor"
 5063version = "0.1.0"
 5064dependencies = [
 5065 "anyhow",
 5066 "collections",
 5067 "jsonschema",
 5068 "mdbook",
 5069 "regex",
 5070 "schemars",
 5071 "serde",
 5072 "serde_json",
 5073 "settings",
 5074 "task",
 5075 "theme",
 5076 "util",
 5077 "zlog",
 5078]
 5079
 5080[[package]]
 5081name = "document-features"
 5082version = "0.2.12"
 5083source = "registry+https://github.com/rust-lang/crates.io-index"
 5084checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5085dependencies = [
 5086 "litrs",
 5087]
 5088
 5089[[package]]
 5090name = "documented"
 5091version = "0.9.2"
 5092source = "registry+https://github.com/rust-lang/crates.io-index"
 5093checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5094dependencies = [
 5095 "documented-macros",
 5096 "phf 0.12.1",
 5097 "thiserror 2.0.17",
 5098]
 5099
 5100[[package]]
 5101name = "documented-macros"
 5102version = "0.9.2"
 5103source = "registry+https://github.com/rust-lang/crates.io-index"
 5104checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5105dependencies = [
 5106 "convert_case 0.8.0",
 5107 "itertools 0.14.0",
 5108 "optfield",
 5109 "proc-macro2",
 5110 "quote",
 5111 "strum 0.27.2",
 5112 "syn 2.0.117",
 5113]
 5114
 5115[[package]]
 5116name = "dotenvy"
 5117version = "0.15.7"
 5118source = "registry+https://github.com/rust-lang/crates.io-index"
 5119checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5120
 5121[[package]]
 5122name = "downcast-rs"
 5123version = "1.2.1"
 5124source = "registry+https://github.com/rust-lang/crates.io-index"
 5125checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5126
 5127[[package]]
 5128name = "doxygen-rs"
 5129version = "0.4.2"
 5130source = "registry+https://github.com/rust-lang/crates.io-index"
 5131checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5132dependencies = [
 5133 "phf 0.11.3",
 5134]
 5135
 5136[[package]]
 5137name = "dtoa"
 5138version = "1.0.10"
 5139source = "registry+https://github.com/rust-lang/crates.io-index"
 5140checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5141
 5142[[package]]
 5143name = "dtoa-short"
 5144version = "0.3.5"
 5145source = "registry+https://github.com/rust-lang/crates.io-index"
 5146checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5147dependencies = [
 5148 "dtoa",
 5149]
 5150
 5151[[package]]
 5152name = "dtor"
 5153version = "0.0.6"
 5154source = "registry+https://github.com/rust-lang/crates.io-index"
 5155checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5156dependencies = [
 5157 "dtor-proc-macro",
 5158]
 5159
 5160[[package]]
 5161name = "dtor-proc-macro"
 5162version = "0.0.5"
 5163source = "registry+https://github.com/rust-lang/crates.io-index"
 5164checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5165
 5166[[package]]
 5167name = "dunce"
 5168version = "1.0.5"
 5169source = "registry+https://github.com/rust-lang/crates.io-index"
 5170checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5171
 5172[[package]]
 5173name = "dwrote"
 5174version = "0.11.5"
 5175source = "registry+https://github.com/rust-lang/crates.io-index"
 5176checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5177dependencies = [
 5178 "lazy_static",
 5179 "libc",
 5180 "winapi",
 5181 "wio",
 5182]
 5183
 5184[[package]]
 5185name = "dyn-clone"
 5186version = "1.0.20"
 5187source = "registry+https://github.com/rust-lang/crates.io-index"
 5188checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5189
 5190[[package]]
 5191name = "dyn-stack"
 5192version = "0.10.0"
 5193source = "registry+https://github.com/rust-lang/crates.io-index"
 5194checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5195dependencies = [
 5196 "bytemuck",
 5197 "reborrow",
 5198]
 5199
 5200[[package]]
 5201name = "dyn-stack"
 5202version = "0.13.2"
 5203source = "registry+https://github.com/rust-lang/crates.io-index"
 5204checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5205dependencies = [
 5206 "bytemuck",
 5207 "dyn-stack-macros",
 5208]
 5209
 5210[[package]]
 5211name = "dyn-stack-macros"
 5212version = "0.1.3"
 5213source = "registry+https://github.com/rust-lang/crates.io-index"
 5214checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5215
 5216[[package]]
 5217name = "ec4rs"
 5218version = "1.2.0"
 5219source = "registry+https://github.com/rust-lang/crates.io-index"
 5220checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5221
 5222[[package]]
 5223name = "ecdsa"
 5224version = "0.14.8"
 5225source = "registry+https://github.com/rust-lang/crates.io-index"
 5226checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5227dependencies = [
 5228 "der 0.6.1",
 5229 "elliptic-curve",
 5230 "rfc6979",
 5231 "signature 1.6.4",
 5232]
 5233
 5234[[package]]
 5235name = "edit_prediction"
 5236version = "0.1.0"
 5237dependencies = [
 5238 "ai_onboarding",
 5239 "anyhow",
 5240 "arrayvec",
 5241 "brotli",
 5242 "buffer_diff",
 5243 "client",
 5244 "clock",
 5245 "cloud_api_types",
 5246 "cloud_llm_client",
 5247 "collections",
 5248 "copilot",
 5249 "copilot_ui",
 5250 "ctor",
 5251 "db",
 5252 "edit_prediction_context",
 5253 "edit_prediction_types",
 5254 "feature_flags",
 5255 "fs",
 5256 "futures 0.3.31",
 5257 "gpui",
 5258 "indoc",
 5259 "itertools 0.14.0",
 5260 "language",
 5261 "language_model",
 5262 "log",
 5263 "lsp",
 5264 "menu",
 5265 "open_ai",
 5266 "parking_lot",
 5267 "postage",
 5268 "pretty_assertions",
 5269 "project",
 5270 "pulldown-cmark 0.13.0",
 5271 "rand 0.9.2",
 5272 "regex",
 5273 "release_channel",
 5274 "semver",
 5275 "serde",
 5276 "serde_json",
 5277 "settings",
 5278 "strum 0.27.2",
 5279 "telemetry",
 5280 "telemetry_events",
 5281 "text",
 5282 "thiserror 2.0.17",
 5283 "time",
 5284 "toml 0.8.23",
 5285 "ui",
 5286 "util",
 5287 "uuid",
 5288 "workspace",
 5289 "worktree",
 5290 "zed_actions",
 5291 "zeta_prompt",
 5292 "zlog",
 5293 "zstd",
 5294]
 5295
 5296[[package]]
 5297name = "edit_prediction_cli"
 5298version = "0.1.0"
 5299dependencies = [
 5300 "anthropic",
 5301 "anyhow",
 5302 "chrono",
 5303 "clap",
 5304 "client",
 5305 "cloud_llm_client",
 5306 "collections",
 5307 "db",
 5308 "debug_adapter_extension",
 5309 "dirs 4.0.0",
 5310 "edit_prediction",
 5311 "extension",
 5312 "flate2",
 5313 "fs",
 5314 "futures 0.3.31",
 5315 "gaoya",
 5316 "gpui",
 5317 "gpui_platform",
 5318 "gpui_tokio",
 5319 "http_client",
 5320 "indoc",
 5321 "language",
 5322 "language_extension",
 5323 "language_model",
 5324 "language_models",
 5325 "languages",
 5326 "libc",
 5327 "log",
 5328 "node_runtime",
 5329 "open_ai",
 5330 "paths",
 5331 "pretty_assertions",
 5332 "project",
 5333 "prompt_store",
 5334 "rand 0.9.2",
 5335 "release_channel",
 5336 "reqwest_client",
 5337 "rust-embed",
 5338 "serde",
 5339 "serde_json",
 5340 "settings",
 5341 "shellexpand 2.1.2",
 5342 "similar",
 5343 "smol",
 5344 "sqlez",
 5345 "sqlez_macros",
 5346 "strum 0.27.2",
 5347 "telemetry_events",
 5348 "tempfile",
 5349 "terminal_view",
 5350 "toml 0.8.23",
 5351 "util",
 5352 "wasmtime",
 5353 "watch",
 5354 "workspace",
 5355 "zeta_prompt",
 5356]
 5357
 5358[[package]]
 5359name = "edit_prediction_context"
 5360version = "0.1.0"
 5361dependencies = [
 5362 "anyhow",
 5363 "clock",
 5364 "collections",
 5365 "env_logger 0.11.8",
 5366 "futures 0.3.31",
 5367 "gpui",
 5368 "indoc",
 5369 "language",
 5370 "log",
 5371 "lsp",
 5372 "parking_lot",
 5373 "pretty_assertions",
 5374 "project",
 5375 "serde",
 5376 "serde_json",
 5377 "settings",
 5378 "smallvec",
 5379 "text",
 5380 "tree-sitter",
 5381 "util",
 5382 "zeta_prompt",
 5383]
 5384
 5385[[package]]
 5386name = "edit_prediction_types"
 5387version = "0.1.0"
 5388dependencies = [
 5389 "client",
 5390 "gpui",
 5391 "icons",
 5392 "language",
 5393 "text",
 5394]
 5395
 5396[[package]]
 5397name = "edit_prediction_ui"
 5398version = "0.1.0"
 5399dependencies = [
 5400 "anyhow",
 5401 "buffer_diff",
 5402 "client",
 5403 "cloud_llm_client",
 5404 "codestral",
 5405 "collections",
 5406 "command_palette_hooks",
 5407 "copilot",
 5408 "copilot_chat",
 5409 "copilot_ui",
 5410 "edit_prediction",
 5411 "edit_prediction_types",
 5412 "editor",
 5413 "feature_flags",
 5414 "fs",
 5415 "futures 0.3.31",
 5416 "gpui",
 5417 "indoc",
 5418 "language",
 5419 "markdown",
 5420 "menu",
 5421 "multi_buffer",
 5422 "paths",
 5423 "project",
 5424 "regex",
 5425 "settings",
 5426 "telemetry",
 5427 "text",
 5428 "theme",
 5429 "time",
 5430 "ui",
 5431 "util",
 5432 "workspace",
 5433 "zed_actions",
 5434 "zeta_prompt",
 5435]
 5436
 5437[[package]]
 5438name = "editor"
 5439version = "0.1.0"
 5440dependencies = [
 5441 "aho-corasick",
 5442 "anyhow",
 5443 "assets",
 5444 "breadcrumbs",
 5445 "buffer_diff",
 5446 "client",
 5447 "clock",
 5448 "collections",
 5449 "convert_case 0.8.0",
 5450 "criterion",
 5451 "ctor",
 5452 "dap",
 5453 "db",
 5454 "edit_prediction_types",
 5455 "emojis",
 5456 "feature_flags",
 5457 "file_icons",
 5458 "fs",
 5459 "futures 0.3.31",
 5460 "fuzzy",
 5461 "git",
 5462 "gpui",
 5463 "indoc",
 5464 "itertools 0.14.0",
 5465 "language",
 5466 "languages",
 5467 "linkify",
 5468 "log",
 5469 "lsp",
 5470 "markdown",
 5471 "menu",
 5472 "multi_buffer",
 5473 "ordered-float 2.10.1",
 5474 "parking_lot",
 5475 "pretty_assertions",
 5476 "project",
 5477 "proptest",
 5478 "proptest-derive",
 5479 "rand 0.9.2",
 5480 "regex",
 5481 "release_channel",
 5482 "rope",
 5483 "rpc",
 5484 "schemars",
 5485 "semver",
 5486 "serde",
 5487 "serde_json",
 5488 "settings",
 5489 "smallvec",
 5490 "smol",
 5491 "snippet",
 5492 "sum_tree",
 5493 "task",
 5494 "telemetry",
 5495 "text",
 5496 "theme",
 5497 "time",
 5498 "tracing",
 5499 "tree-sitter-bash",
 5500 "tree-sitter-c",
 5501 "tree-sitter-html",
 5502 "tree-sitter-md",
 5503 "tree-sitter-python",
 5504 "tree-sitter-rust",
 5505 "tree-sitter-typescript",
 5506 "tree-sitter-yaml",
 5507 "ui",
 5508 "ui_input",
 5509 "unicode-script",
 5510 "unicode-segmentation",
 5511 "unicode-width",
 5512 "unindent",
 5513 "url",
 5514 "util",
 5515 "uuid",
 5516 "vim_mode_setting",
 5517 "workspace",
 5518 "zed_actions",
 5519 "zlog",
 5520 "ztracing",
 5521]
 5522
 5523[[package]]
 5524name = "either"
 5525version = "1.15.0"
 5526source = "registry+https://github.com/rust-lang/crates.io-index"
 5527checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5528dependencies = [
 5529 "serde",
 5530]
 5531
 5532[[package]]
 5533name = "elasticlunr-rs"
 5534version = "3.0.2"
 5535source = "registry+https://github.com/rust-lang/crates.io-index"
 5536checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5537dependencies = [
 5538 "regex",
 5539 "serde",
 5540 "serde_derive",
 5541 "serde_json",
 5542]
 5543
 5544[[package]]
 5545name = "elliptic-curve"
 5546version = "0.12.3"
 5547source = "registry+https://github.com/rust-lang/crates.io-index"
 5548checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5549dependencies = [
 5550 "base16ct",
 5551 "crypto-bigint 0.4.9",
 5552 "der 0.6.1",
 5553 "digest",
 5554 "ff",
 5555 "generic-array",
 5556 "group",
 5557 "pkcs8 0.9.0",
 5558 "rand_core 0.6.4",
 5559 "sec1",
 5560 "subtle",
 5561 "zeroize",
 5562]
 5563
 5564[[package]]
 5565name = "email_address"
 5566version = "0.2.9"
 5567source = "registry+https://github.com/rust-lang/crates.io-index"
 5568checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5569dependencies = [
 5570 "serde",
 5571]
 5572
 5573[[package]]
 5574name = "embed-resource"
 5575version = "3.0.6"
 5576source = "registry+https://github.com/rust-lang/crates.io-index"
 5577checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5578dependencies = [
 5579 "cc",
 5580 "memchr",
 5581 "rustc_version",
 5582 "toml 0.9.8",
 5583 "vswhom",
 5584 "winreg 0.55.0",
 5585]
 5586
 5587[[package]]
 5588name = "embedded-io"
 5589version = "0.4.0"
 5590source = "registry+https://github.com/rust-lang/crates.io-index"
 5591checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5592
 5593[[package]]
 5594name = "embedded-io"
 5595version = "0.6.1"
 5596source = "registry+https://github.com/rust-lang/crates.io-index"
 5597checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5598
 5599[[package]]
 5600name = "emojis"
 5601version = "0.6.4"
 5602source = "registry+https://github.com/rust-lang/crates.io-index"
 5603checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5604dependencies = [
 5605 "phf 0.11.3",
 5606]
 5607
 5608[[package]]
 5609name = "encode_unicode"
 5610version = "1.0.0"
 5611source = "registry+https://github.com/rust-lang/crates.io-index"
 5612checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5613
 5614[[package]]
 5615name = "encoding_rs"
 5616version = "0.8.35"
 5617source = "registry+https://github.com/rust-lang/crates.io-index"
 5618checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5619dependencies = [
 5620 "cfg-if",
 5621]
 5622
 5623[[package]]
 5624name = "encoding_selector"
 5625version = "0.1.0"
 5626dependencies = [
 5627 "editor",
 5628 "encoding_rs",
 5629 "fuzzy",
 5630 "gpui",
 5631 "language",
 5632 "picker",
 5633 "project",
 5634 "ui",
 5635 "util",
 5636 "workspace",
 5637]
 5638
 5639[[package]]
 5640name = "endi"
 5641version = "1.1.0"
 5642source = "registry+https://github.com/rust-lang/crates.io-index"
 5643checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5644
 5645[[package]]
 5646name = "enum-as-inner"
 5647version = "0.6.1"
 5648source = "registry+https://github.com/rust-lang/crates.io-index"
 5649checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5650dependencies = [
 5651 "heck 0.5.0",
 5652 "proc-macro2",
 5653 "quote",
 5654 "syn 2.0.117",
 5655]
 5656
 5657[[package]]
 5658name = "enumflags2"
 5659version = "0.7.12"
 5660source = "registry+https://github.com/rust-lang/crates.io-index"
 5661checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5662dependencies = [
 5663 "enumflags2_derive",
 5664 "serde",
 5665]
 5666
 5667[[package]]
 5668name = "enumflags2_derive"
 5669version = "0.7.12"
 5670source = "registry+https://github.com/rust-lang/crates.io-index"
 5671checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5672dependencies = [
 5673 "proc-macro2",
 5674 "quote",
 5675 "syn 2.0.117",
 5676]
 5677
 5678[[package]]
 5679name = "env_filter"
 5680version = "0.1.4"
 5681source = "registry+https://github.com/rust-lang/crates.io-index"
 5682checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5683dependencies = [
 5684 "log",
 5685 "regex",
 5686]
 5687
 5688[[package]]
 5689name = "env_logger"
 5690version = "0.10.2"
 5691source = "registry+https://github.com/rust-lang/crates.io-index"
 5692checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5693dependencies = [
 5694 "humantime",
 5695 "is-terminal",
 5696 "log",
 5697 "regex",
 5698 "termcolor",
 5699]
 5700
 5701[[package]]
 5702name = "env_logger"
 5703version = "0.11.8"
 5704source = "registry+https://github.com/rust-lang/crates.io-index"
 5705checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5706dependencies = [
 5707 "anstream",
 5708 "anstyle",
 5709 "env_filter",
 5710 "jiff",
 5711 "log",
 5712]
 5713
 5714[[package]]
 5715name = "envy"
 5716version = "0.4.2"
 5717source = "registry+https://github.com/rust-lang/crates.io-index"
 5718checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5719dependencies = [
 5720 "serde",
 5721]
 5722
 5723[[package]]
 5724name = "equator"
 5725version = "0.4.2"
 5726source = "registry+https://github.com/rust-lang/crates.io-index"
 5727checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5728dependencies = [
 5729 "equator-macro",
 5730]
 5731
 5732[[package]]
 5733name = "equator-macro"
 5734version = "0.4.2"
 5735source = "registry+https://github.com/rust-lang/crates.io-index"
 5736checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5737dependencies = [
 5738 "proc-macro2",
 5739 "quote",
 5740 "syn 2.0.117",
 5741]
 5742
 5743[[package]]
 5744name = "equivalent"
 5745version = "1.0.2"
 5746source = "registry+https://github.com/rust-lang/crates.io-index"
 5747checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5748
 5749[[package]]
 5750name = "erased-serde"
 5751version = "0.4.9"
 5752source = "registry+https://github.com/rust-lang/crates.io-index"
 5753checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5754dependencies = [
 5755 "serde",
 5756 "serde_core",
 5757 "typeid",
 5758]
 5759
 5760[[package]]
 5761name = "errno"
 5762version = "0.2.8"
 5763source = "registry+https://github.com/rust-lang/crates.io-index"
 5764checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5765dependencies = [
 5766 "errno-dragonfly",
 5767 "libc",
 5768 "winapi",
 5769]
 5770
 5771[[package]]
 5772name = "errno"
 5773version = "0.3.14"
 5774source = "registry+https://github.com/rust-lang/crates.io-index"
 5775checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5776dependencies = [
 5777 "libc",
 5778 "windows-sys 0.61.2",
 5779]
 5780
 5781[[package]]
 5782name = "errno-dragonfly"
 5783version = "0.1.2"
 5784source = "registry+https://github.com/rust-lang/crates.io-index"
 5785checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5786dependencies = [
 5787 "cc",
 5788 "libc",
 5789]
 5790
 5791[[package]]
 5792name = "error-graph"
 5793version = "0.1.1"
 5794source = "registry+https://github.com/rust-lang/crates.io-index"
 5795checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5796dependencies = [
 5797 "serde",
 5798]
 5799
 5800[[package]]
 5801name = "etagere"
 5802version = "0.2.15"
 5803source = "registry+https://github.com/rust-lang/crates.io-index"
 5804checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5805dependencies = [
 5806 "euclid",
 5807 "svg_fmt",
 5808]
 5809
 5810[[package]]
 5811name = "etcetera"
 5812version = "0.8.0"
 5813source = "registry+https://github.com/rust-lang/crates.io-index"
 5814checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5815dependencies = [
 5816 "cfg-if",
 5817 "home",
 5818 "windows-sys 0.48.0",
 5819]
 5820
 5821[[package]]
 5822name = "etw_tracing"
 5823version = "0.1.0"
 5824dependencies = [
 5825 "anyhow",
 5826 "gpui",
 5827 "log",
 5828 "net",
 5829 "serde",
 5830 "serde_json",
 5831 "util",
 5832 "windows 0.61.3",
 5833 "windows-core 0.61.2",
 5834 "workspace",
 5835 "wprcontrol",
 5836]
 5837
 5838[[package]]
 5839name = "euclid"
 5840version = "0.22.11"
 5841source = "registry+https://github.com/rust-lang/crates.io-index"
 5842checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5843dependencies = [
 5844 "num-traits",
 5845]
 5846
 5847[[package]]
 5848name = "eval"
 5849version = "0.1.0"
 5850dependencies = [
 5851 "acp_thread",
 5852 "agent",
 5853 "agent-client-protocol",
 5854 "agent_settings",
 5855 "agent_ui",
 5856 "anyhow",
 5857 "async-trait",
 5858 "buffer_diff",
 5859 "chrono",
 5860 "clap",
 5861 "client",
 5862 "collections",
 5863 "debug_adapter_extension",
 5864 "dirs 4.0.0",
 5865 "dotenvy",
 5866 "env_logger 0.11.8",
 5867 "extension",
 5868 "fs",
 5869 "futures 0.3.31",
 5870 "gpui",
 5871 "gpui_platform",
 5872 "gpui_tokio",
 5873 "handlebars 4.5.0",
 5874 "language",
 5875 "language_extension",
 5876 "language_model",
 5877 "language_models",
 5878 "languages",
 5879 "markdown",
 5880 "node_runtime",
 5881 "pathdiff",
 5882 "paths",
 5883 "pretty_assertions",
 5884 "project",
 5885 "prompt_store",
 5886 "rand 0.9.2",
 5887 "regex",
 5888 "release_channel",
 5889 "reqwest_client",
 5890 "serde",
 5891 "serde_json",
 5892 "settings",
 5893 "shellexpand 2.1.2",
 5894 "telemetry",
 5895 "terminal_view",
 5896 "toml 0.8.23",
 5897 "unindent",
 5898 "util",
 5899 "uuid",
 5900 "watch",
 5901]
 5902
 5903[[package]]
 5904name = "eval_cli"
 5905version = "0.1.0"
 5906dependencies = [
 5907 "acp_thread",
 5908 "agent",
 5909 "agent-client-protocol",
 5910 "agent_ui",
 5911 "anyhow",
 5912 "clap",
 5913 "client",
 5914 "ctrlc",
 5915 "debug_adapter_extension",
 5916 "env_logger 0.11.8",
 5917 "extension",
 5918 "feature_flags",
 5919 "fs",
 5920 "futures 0.3.31",
 5921 "gpui",
 5922 "gpui_platform",
 5923 "gpui_tokio",
 5924 "language",
 5925 "language_extension",
 5926 "language_model",
 5927 "language_models",
 5928 "languages",
 5929 "node_runtime",
 5930 "paths",
 5931 "project",
 5932 "prompt_store",
 5933 "release_channel",
 5934 "reqwest_client",
 5935 "serde",
 5936 "serde_json",
 5937 "settings",
 5938 "shellexpand 2.1.2",
 5939 "terminal_view",
 5940 "util",
 5941 "watch",
 5942]
 5943
 5944[[package]]
 5945name = "eval_utils"
 5946version = "0.1.0"
 5947dependencies = [
 5948 "gpui_platform",
 5949 "serde",
 5950 "smol",
 5951]
 5952
 5953[[package]]
 5954name = "event-listener"
 5955version = "2.5.3"
 5956source = "registry+https://github.com/rust-lang/crates.io-index"
 5957checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5958
 5959[[package]]
 5960name = "event-listener"
 5961version = "5.4.1"
 5962source = "registry+https://github.com/rust-lang/crates.io-index"
 5963checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5964dependencies = [
 5965 "concurrent-queue",
 5966 "parking",
 5967 "pin-project-lite",
 5968]
 5969
 5970[[package]]
 5971name = "event-listener-strategy"
 5972version = "0.5.4"
 5973source = "registry+https://github.com/rust-lang/crates.io-index"
 5974checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5975dependencies = [
 5976 "event-listener 5.4.1",
 5977 "pin-project-lite",
 5978]
 5979
 5980[[package]]
 5981name = "exec"
 5982version = "0.3.1"
 5983source = "registry+https://github.com/rust-lang/crates.io-index"
 5984checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5985dependencies = [
 5986 "errno 0.2.8",
 5987 "libc",
 5988]
 5989
 5990[[package]]
 5991name = "explorer_command_injector"
 5992version = "0.1.0"
 5993dependencies = [
 5994 "windows 0.61.3",
 5995 "windows-core 0.61.2",
 5996 "windows-registry 0.5.3",
 5997]
 5998
 5999[[package]]
 6000name = "exr"
 6001version = "1.73.0"
 6002source = "registry+https://github.com/rust-lang/crates.io-index"
 6003checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 6004dependencies = [
 6005 "bit_field",
 6006 "half",
 6007 "lebe",
 6008 "miniz_oxide",
 6009 "rayon-core",
 6010 "smallvec",
 6011 "zune-inflate",
 6012]
 6013
 6014[[package]]
 6015name = "extended"
 6016version = "0.1.0"
 6017source = "registry+https://github.com/rust-lang/crates.io-index"
 6018checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 6019
 6020[[package]]
 6021name = "extension"
 6022version = "0.1.0"
 6023dependencies = [
 6024 "anyhow",
 6025 "async-trait",
 6026 "cloud_api_types",
 6027 "collections",
 6028 "dap",
 6029 "fs",
 6030 "futures 0.3.31",
 6031 "gpui",
 6032 "heck 0.5.0",
 6033 "http_client",
 6034 "indoc",
 6035 "language",
 6036 "log",
 6037 "lsp",
 6038 "parking_lot",
 6039 "pretty_assertions",
 6040 "proto",
 6041 "semver",
 6042 "serde",
 6043 "serde_json",
 6044 "task",
 6045 "tempfile",
 6046 "toml 0.8.23",
 6047 "tracing",
 6048 "url",
 6049 "util",
 6050 "wasm-encoder 0.221.3",
 6051 "wasmparser 0.221.3",
 6052 "ztracing",
 6053]
 6054
 6055[[package]]
 6056name = "extension_cli"
 6057version = "0.1.0"
 6058dependencies = [
 6059 "anyhow",
 6060 "clap",
 6061 "cloud_api_types",
 6062 "env_logger 0.11.8",
 6063 "extension",
 6064 "fs",
 6065 "gpui_platform",
 6066 "language",
 6067 "log",
 6068 "reqwest_client",
 6069 "serde",
 6070 "serde_json",
 6071 "serde_json_lenient",
 6072 "settings_content",
 6073 "snippet_provider",
 6074 "task",
 6075 "theme",
 6076 "tokio",
 6077 "toml 0.8.23",
 6078 "tree-sitter",
 6079 "wasmtime",
 6080]
 6081
 6082[[package]]
 6083name = "extension_host"
 6084version = "0.1.0"
 6085dependencies = [
 6086 "anyhow",
 6087 "async-compression",
 6088 "async-tar",
 6089 "async-trait",
 6090 "client",
 6091 "cloud_api_types",
 6092 "collections",
 6093 "criterion",
 6094 "ctor",
 6095 "dap",
 6096 "extension",
 6097 "fs",
 6098 "futures 0.3.31",
 6099 "gpui",
 6100 "gpui_tokio",
 6101 "http_client",
 6102 "language",
 6103 "language_extension",
 6104 "log",
 6105 "lsp",
 6106 "moka",
 6107 "node_runtime",
 6108 "parking_lot",
 6109 "paths",
 6110 "project",
 6111 "release_channel",
 6112 "remote",
 6113 "reqwest_client",
 6114 "semver",
 6115 "serde",
 6116 "serde_json",
 6117 "serde_json_lenient",
 6118 "settings",
 6119 "task",
 6120 "telemetry",
 6121 "tempfile",
 6122 "theme",
 6123 "theme_extension",
 6124 "toml 0.8.23",
 6125 "tracing",
 6126 "url",
 6127 "util",
 6128 "wasmparser 0.221.3",
 6129 "wasmtime",
 6130 "wasmtime-wasi",
 6131 "zlog",
 6132 "ztracing",
 6133]
 6134
 6135[[package]]
 6136name = "extensions_ui"
 6137version = "0.1.0"
 6138dependencies = [
 6139 "anyhow",
 6140 "client",
 6141 "cloud_api_types",
 6142 "collections",
 6143 "db",
 6144 "editor",
 6145 "extension",
 6146 "extension_host",
 6147 "fs",
 6148 "fuzzy",
 6149 "gpui",
 6150 "language",
 6151 "log",
 6152 "num-format",
 6153 "picker",
 6154 "project",
 6155 "release_channel",
 6156 "semver",
 6157 "serde",
 6158 "settings",
 6159 "smallvec",
 6160 "strum 0.27.2",
 6161 "telemetry",
 6162 "theme",
 6163 "ui",
 6164 "util",
 6165 "vim_mode_setting",
 6166 "workspace",
 6167 "zed_actions",
 6168]
 6169
 6170[[package]]
 6171name = "failspot"
 6172version = "0.2.0"
 6173source = "registry+https://github.com/rust-lang/crates.io-index"
 6174checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6175
 6176[[package]]
 6177name = "fallible-iterator"
 6178version = "0.3.0"
 6179source = "registry+https://github.com/rust-lang/crates.io-index"
 6180checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6181
 6182[[package]]
 6183name = "fancy-regex"
 6184version = "0.16.2"
 6185source = "registry+https://github.com/rust-lang/crates.io-index"
 6186checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6187dependencies = [
 6188 "bit-set 0.8.0",
 6189 "regex-automata",
 6190 "regex-syntax",
 6191]
 6192
 6193[[package]]
 6194name = "fancy-regex"
 6195version = "0.17.0"
 6196source = "registry+https://github.com/rust-lang/crates.io-index"
 6197checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6198dependencies = [
 6199 "bit-set 0.8.0",
 6200 "regex-automata",
 6201 "regex-syntax",
 6202]
 6203
 6204[[package]]
 6205name = "fast-srgb8"
 6206version = "1.0.0"
 6207source = "registry+https://github.com/rust-lang/crates.io-index"
 6208checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6209
 6210[[package]]
 6211name = "fastrand"
 6212version = "1.9.0"
 6213source = "registry+https://github.com/rust-lang/crates.io-index"
 6214checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6215dependencies = [
 6216 "instant",
 6217]
 6218
 6219[[package]]
 6220name = "fastrand"
 6221version = "2.3.0"
 6222source = "registry+https://github.com/rust-lang/crates.io-index"
 6223checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6224
 6225[[package]]
 6226name = "fax"
 6227version = "0.2.6"
 6228source = "registry+https://github.com/rust-lang/crates.io-index"
 6229checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6230dependencies = [
 6231 "fax_derive",
 6232]
 6233
 6234[[package]]
 6235name = "fax_derive"
 6236version = "0.2.0"
 6237source = "registry+https://github.com/rust-lang/crates.io-index"
 6238checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6239dependencies = [
 6240 "proc-macro2",
 6241 "quote",
 6242 "syn 2.0.117",
 6243]
 6244
 6245[[package]]
 6246name = "fd-lock"
 6247version = "4.0.4"
 6248source = "registry+https://github.com/rust-lang/crates.io-index"
 6249checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6250dependencies = [
 6251 "cfg-if",
 6252 "rustix 1.1.2",
 6253 "windows-sys 0.59.0",
 6254]
 6255
 6256[[package]]
 6257name = "fdeflate"
 6258version = "0.3.7"
 6259source = "registry+https://github.com/rust-lang/crates.io-index"
 6260checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6261dependencies = [
 6262 "simd-adler32",
 6263]
 6264
 6265[[package]]
 6266name = "feature_flags"
 6267version = "0.1.0"
 6268dependencies = [
 6269 "gpui",
 6270]
 6271
 6272[[package]]
 6273name = "feedback"
 6274version = "0.1.0"
 6275dependencies = [
 6276 "gpui",
 6277 "system_specs",
 6278 "urlencoding",
 6279 "util",
 6280 "workspace",
 6281 "zed_actions",
 6282]
 6283
 6284[[package]]
 6285name = "ff"
 6286version = "0.12.1"
 6287source = "registry+https://github.com/rust-lang/crates.io-index"
 6288checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6289dependencies = [
 6290 "rand_core 0.6.4",
 6291 "subtle",
 6292]
 6293
 6294[[package]]
 6295name = "file_finder"
 6296version = "0.1.0"
 6297dependencies = [
 6298 "anyhow",
 6299 "channel",
 6300 "client",
 6301 "collections",
 6302 "ctor",
 6303 "editor",
 6304 "file_icons",
 6305 "futures 0.3.31",
 6306 "fuzzy",
 6307 "gpui",
 6308 "menu",
 6309 "open_path_prompt",
 6310 "picker",
 6311 "pretty_assertions",
 6312 "project",
 6313 "project_panel",
 6314 "remote_connection",
 6315 "serde",
 6316 "serde_json",
 6317 "settings",
 6318 "theme",
 6319 "ui",
 6320 "util",
 6321 "workspace",
 6322 "zed_actions",
 6323 "zlog",
 6324]
 6325
 6326[[package]]
 6327name = "file_icons"
 6328version = "0.1.0"
 6329dependencies = [
 6330 "gpui",
 6331 "serde",
 6332 "theme",
 6333 "util",
 6334]
 6335
 6336[[package]]
 6337name = "filedescriptor"
 6338version = "0.8.3"
 6339source = "registry+https://github.com/rust-lang/crates.io-index"
 6340checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6341dependencies = [
 6342 "libc",
 6343 "thiserror 1.0.69",
 6344 "winapi",
 6345]
 6346
 6347[[package]]
 6348name = "filetime"
 6349version = "0.2.26"
 6350source = "registry+https://github.com/rust-lang/crates.io-index"
 6351checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6352dependencies = [
 6353 "cfg-if",
 6354 "libc",
 6355 "libredox",
 6356 "windows-sys 0.60.2",
 6357]
 6358
 6359[[package]]
 6360name = "find-msvc-tools"
 6361version = "0.1.5"
 6362source = "registry+https://github.com/rust-lang/crates.io-index"
 6363checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6364
 6365[[package]]
 6366name = "fixedbitset"
 6367version = "0.4.2"
 6368source = "registry+https://github.com/rust-lang/crates.io-index"
 6369checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6370
 6371[[package]]
 6372name = "fixedbitset"
 6373version = "0.5.7"
 6374source = "registry+https://github.com/rust-lang/crates.io-index"
 6375checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6376
 6377[[package]]
 6378name = "flate2"
 6379version = "1.1.8"
 6380source = "registry+https://github.com/rust-lang/crates.io-index"
 6381checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6382dependencies = [
 6383 "crc32fast",
 6384 "miniz_oxide",
 6385]
 6386
 6387[[package]]
 6388name = "float-cmp"
 6389version = "0.9.0"
 6390source = "registry+https://github.com/rust-lang/crates.io-index"
 6391checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6392
 6393[[package]]
 6394name = "float-ord"
 6395version = "0.3.2"
 6396source = "registry+https://github.com/rust-lang/crates.io-index"
 6397checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6398
 6399[[package]]
 6400name = "float8"
 6401version = "0.4.2"
 6402source = "registry+https://github.com/rust-lang/crates.io-index"
 6403checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6404dependencies = [
 6405 "half",
 6406 "num-traits",
 6407 "rand 0.9.2",
 6408 "rand_distr",
 6409]
 6410
 6411[[package]]
 6412name = "float_next_after"
 6413version = "1.0.0"
 6414source = "registry+https://github.com/rust-lang/crates.io-index"
 6415checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6416
 6417[[package]]
 6418name = "fluent-uri"
 6419version = "0.4.1"
 6420source = "registry+https://github.com/rust-lang/crates.io-index"
 6421checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6422dependencies = [
 6423 "borrow-or-share",
 6424 "ref-cast",
 6425 "serde",
 6426]
 6427
 6428[[package]]
 6429name = "flume"
 6430version = "0.11.1"
 6431source = "registry+https://github.com/rust-lang/crates.io-index"
 6432checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6433dependencies = [
 6434 "futures-core",
 6435 "futures-sink",
 6436 "nanorand",
 6437 "spin 0.9.8",
 6438]
 6439
 6440[[package]]
 6441name = "fnv"
 6442version = "1.0.7"
 6443source = "registry+https://github.com/rust-lang/crates.io-index"
 6444checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6445
 6446[[package]]
 6447name = "foldhash"
 6448version = "0.1.5"
 6449source = "registry+https://github.com/rust-lang/crates.io-index"
 6450checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6451
 6452[[package]]
 6453name = "foldhash"
 6454version = "0.2.0"
 6455source = "registry+https://github.com/rust-lang/crates.io-index"
 6456checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6457
 6458[[package]]
 6459name = "font-types"
 6460version = "0.10.0"
 6461source = "registry+https://github.com/rust-lang/crates.io-index"
 6462checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6463dependencies = [
 6464 "bytemuck",
 6465]
 6466
 6467[[package]]
 6468name = "font-types"
 6469version = "0.11.0"
 6470source = "registry+https://github.com/rust-lang/crates.io-index"
 6471checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6472dependencies = [
 6473 "bytemuck",
 6474]
 6475
 6476[[package]]
 6477name = "fontconfig-parser"
 6478version = "0.5.8"
 6479source = "registry+https://github.com/rust-lang/crates.io-index"
 6480checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6481dependencies = [
 6482 "roxmltree",
 6483]
 6484
 6485[[package]]
 6486name = "fontdb"
 6487version = "0.16.2"
 6488source = "registry+https://github.com/rust-lang/crates.io-index"
 6489checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6490dependencies = [
 6491 "fontconfig-parser",
 6492 "log",
 6493 "memmap2",
 6494 "slotmap",
 6495 "tinyvec",
 6496 "ttf-parser 0.20.0",
 6497]
 6498
 6499[[package]]
 6500name = "fontdb"
 6501version = "0.23.0"
 6502source = "registry+https://github.com/rust-lang/crates.io-index"
 6503checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6504dependencies = [
 6505 "fontconfig-parser",
 6506 "log",
 6507 "memmap2",
 6508 "slotmap",
 6509 "tinyvec",
 6510 "ttf-parser 0.25.1",
 6511]
 6512
 6513[[package]]
 6514name = "foreign-types"
 6515version = "0.3.2"
 6516source = "registry+https://github.com/rust-lang/crates.io-index"
 6517checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6518dependencies = [
 6519 "foreign-types-shared 0.1.1",
 6520]
 6521
 6522[[package]]
 6523name = "foreign-types"
 6524version = "0.5.0"
 6525source = "registry+https://github.com/rust-lang/crates.io-index"
 6526checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6527dependencies = [
 6528 "foreign-types-macros",
 6529 "foreign-types-shared 0.3.1",
 6530]
 6531
 6532[[package]]
 6533name = "foreign-types-macros"
 6534version = "0.2.3"
 6535source = "registry+https://github.com/rust-lang/crates.io-index"
 6536checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6537dependencies = [
 6538 "proc-macro2",
 6539 "quote",
 6540 "syn 2.0.117",
 6541]
 6542
 6543[[package]]
 6544name = "foreign-types-shared"
 6545version = "0.1.1"
 6546source = "registry+https://github.com/rust-lang/crates.io-index"
 6547checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6548
 6549[[package]]
 6550name = "foreign-types-shared"
 6551version = "0.3.1"
 6552source = "registry+https://github.com/rust-lang/crates.io-index"
 6553checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6554
 6555[[package]]
 6556name = "fork"
 6557version = "0.4.0"
 6558source = "registry+https://github.com/rust-lang/crates.io-index"
 6559checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6560dependencies = [
 6561 "libc",
 6562]
 6563
 6564[[package]]
 6565name = "form_urlencoded"
 6566version = "1.2.2"
 6567source = "registry+https://github.com/rust-lang/crates.io-index"
 6568checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6569dependencies = [
 6570 "percent-encoding",
 6571]
 6572
 6573[[package]]
 6574name = "fraction"
 6575version = "0.15.3"
 6576source = "registry+https://github.com/rust-lang/crates.io-index"
 6577checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6578dependencies = [
 6579 "lazy_static",
 6580 "num",
 6581]
 6582
 6583[[package]]
 6584name = "freetype-sys"
 6585version = "0.20.1"
 6586source = "registry+https://github.com/rust-lang/crates.io-index"
 6587checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6588dependencies = [
 6589 "cc",
 6590 "libc",
 6591 "pkg-config",
 6592]
 6593
 6594[[package]]
 6595name = "fs"
 6596version = "0.1.0"
 6597dependencies = [
 6598 "anyhow",
 6599 "ashpd",
 6600 "async-tar",
 6601 "async-trait",
 6602 "cocoa 0.26.0",
 6603 "collections",
 6604 "dunce",
 6605 "fs",
 6606 "futures 0.3.31",
 6607 "git",
 6608 "gpui",
 6609 "ignore",
 6610 "is_executable",
 6611 "libc",
 6612 "log",
 6613 "notify 8.2.0",
 6614 "objc",
 6615 "parking_lot",
 6616 "paths",
 6617 "proto",
 6618 "rope",
 6619 "serde",
 6620 "serde_json",
 6621 "smol",
 6622 "tempfile",
 6623 "text",
 6624 "time",
 6625 "util",
 6626 "windows 0.61.3",
 6627]
 6628
 6629[[package]]
 6630name = "fs-set-times"
 6631version = "0.20.3"
 6632source = "registry+https://github.com/rust-lang/crates.io-index"
 6633checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6634dependencies = [
 6635 "io-lifetimes",
 6636 "rustix 1.1.2",
 6637 "windows-sys 0.59.0",
 6638]
 6639
 6640[[package]]
 6641name = "fs2"
 6642version = "0.4.3"
 6643source = "registry+https://github.com/rust-lang/crates.io-index"
 6644checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6645dependencies = [
 6646 "libc",
 6647 "winapi",
 6648]
 6649
 6650[[package]]
 6651name = "fs_benchmarks"
 6652version = "0.1.0"
 6653dependencies = [
 6654 "fs",
 6655 "gpui",
 6656 "gpui_platform",
 6657]
 6658
 6659[[package]]
 6660name = "fs_extra"
 6661version = "1.3.0"
 6662source = "registry+https://github.com/rust-lang/crates.io-index"
 6663checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6664
 6665[[package]]
 6666name = "fsevent-sys"
 6667version = "4.1.0"
 6668source = "registry+https://github.com/rust-lang/crates.io-index"
 6669checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6670dependencies = [
 6671 "libc",
 6672]
 6673
 6674[[package]]
 6675name = "fuchsia-cprng"
 6676version = "0.1.1"
 6677source = "registry+https://github.com/rust-lang/crates.io-index"
 6678checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6679
 6680[[package]]
 6681name = "funty"
 6682version = "2.0.0"
 6683source = "registry+https://github.com/rust-lang/crates.io-index"
 6684checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6685
 6686[[package]]
 6687name = "futf"
 6688version = "0.1.5"
 6689source = "registry+https://github.com/rust-lang/crates.io-index"
 6690checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6691dependencies = [
 6692 "mac",
 6693 "new_debug_unreachable",
 6694]
 6695
 6696[[package]]
 6697name = "futures"
 6698version = "0.1.31"
 6699source = "registry+https://github.com/rust-lang/crates.io-index"
 6700checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6701
 6702[[package]]
 6703name = "futures"
 6704version = "0.3.31"
 6705source = "registry+https://github.com/rust-lang/crates.io-index"
 6706checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6707dependencies = [
 6708 "futures-channel",
 6709 "futures-core",
 6710 "futures-executor",
 6711 "futures-io",
 6712 "futures-sink",
 6713 "futures-task",
 6714 "futures-util",
 6715]
 6716
 6717[[package]]
 6718name = "futures-channel"
 6719version = "0.3.31"
 6720source = "registry+https://github.com/rust-lang/crates.io-index"
 6721checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6722dependencies = [
 6723 "futures-core",
 6724 "futures-sink",
 6725]
 6726
 6727[[package]]
 6728name = "futures-concurrency"
 6729version = "7.7.1"
 6730source = "registry+https://github.com/rust-lang/crates.io-index"
 6731checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6732dependencies = [
 6733 "fixedbitset 0.5.7",
 6734 "futures-core",
 6735 "futures-lite 2.6.1",
 6736 "pin-project",
 6737 "smallvec",
 6738]
 6739
 6740[[package]]
 6741name = "futures-core"
 6742version = "0.3.31"
 6743source = "registry+https://github.com/rust-lang/crates.io-index"
 6744checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6745
 6746[[package]]
 6747name = "futures-executor"
 6748version = "0.3.31"
 6749source = "registry+https://github.com/rust-lang/crates.io-index"
 6750checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6751dependencies = [
 6752 "futures-core",
 6753 "futures-task",
 6754 "futures-util",
 6755]
 6756
 6757[[package]]
 6758name = "futures-intrusive"
 6759version = "0.5.0"
 6760source = "registry+https://github.com/rust-lang/crates.io-index"
 6761checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6762dependencies = [
 6763 "futures-core",
 6764 "lock_api",
 6765 "parking_lot",
 6766]
 6767
 6768[[package]]
 6769name = "futures-io"
 6770version = "0.3.31"
 6771source = "registry+https://github.com/rust-lang/crates.io-index"
 6772checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6773
 6774[[package]]
 6775name = "futures-lite"
 6776version = "1.13.0"
 6777source = "registry+https://github.com/rust-lang/crates.io-index"
 6778checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6779dependencies = [
 6780 "fastrand 1.9.0",
 6781 "futures-core",
 6782 "futures-io",
 6783 "memchr",
 6784 "parking",
 6785 "pin-project-lite",
 6786 "waker-fn",
 6787]
 6788
 6789[[package]]
 6790name = "futures-lite"
 6791version = "2.6.1"
 6792source = "registry+https://github.com/rust-lang/crates.io-index"
 6793checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6794dependencies = [
 6795 "fastrand 2.3.0",
 6796 "futures-core",
 6797 "futures-io",
 6798 "parking",
 6799 "pin-project-lite",
 6800]
 6801
 6802[[package]]
 6803name = "futures-macro"
 6804version = "0.3.31"
 6805source = "registry+https://github.com/rust-lang/crates.io-index"
 6806checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6807dependencies = [
 6808 "proc-macro2",
 6809 "quote",
 6810 "syn 2.0.117",
 6811]
 6812
 6813[[package]]
 6814name = "futures-sink"
 6815version = "0.3.31"
 6816source = "registry+https://github.com/rust-lang/crates.io-index"
 6817checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6818
 6819[[package]]
 6820name = "futures-task"
 6821version = "0.3.31"
 6822source = "registry+https://github.com/rust-lang/crates.io-index"
 6823checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6824
 6825[[package]]
 6826name = "futures-util"
 6827version = "0.3.31"
 6828source = "registry+https://github.com/rust-lang/crates.io-index"
 6829checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6830dependencies = [
 6831 "futures 0.1.31",
 6832 "futures-channel",
 6833 "futures-core",
 6834 "futures-io",
 6835 "futures-macro",
 6836 "futures-sink",
 6837 "futures-task",
 6838 "memchr",
 6839 "pin-project-lite",
 6840 "pin-utils",
 6841 "slab",
 6842 "tokio-io",
 6843]
 6844
 6845[[package]]
 6846name = "fuzzy"
 6847version = "0.1.0"
 6848dependencies = [
 6849 "gpui",
 6850 "log",
 6851 "util",
 6852]
 6853
 6854[[package]]
 6855name = "fuzzy-matcher"
 6856version = "0.3.7"
 6857source = "registry+https://github.com/rust-lang/crates.io-index"
 6858checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6859dependencies = [
 6860 "thread_local",
 6861]
 6862
 6863[[package]]
 6864name = "gaoya"
 6865version = "0.2.0"
 6866source = "registry+https://github.com/rust-lang/crates.io-index"
 6867checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6868dependencies = [
 6869 "ahash 0.8.12",
 6870 "crossbeam-utils",
 6871 "fnv",
 6872 "itertools 0.10.5",
 6873 "num-traits",
 6874 "rand 0.8.5",
 6875 "rand_pcg",
 6876 "random_choice",
 6877 "rayon",
 6878 "seahash",
 6879 "sha-1",
 6880 "shingles",
 6881 "siphasher 0.3.11",
 6882 "smallvec",
 6883 "triomphe",
 6884]
 6885
 6886[[package]]
 6887name = "gemm"
 6888version = "0.17.1"
 6889source = "registry+https://github.com/rust-lang/crates.io-index"
 6890checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6891dependencies = [
 6892 "dyn-stack 0.10.0",
 6893 "gemm-c32 0.17.1",
 6894 "gemm-c64 0.17.1",
 6895 "gemm-common 0.17.1",
 6896 "gemm-f16 0.17.1",
 6897 "gemm-f32 0.17.1",
 6898 "gemm-f64 0.17.1",
 6899 "num-complex",
 6900 "num-traits",
 6901 "paste",
 6902 "raw-cpuid 10.7.0",
 6903 "seq-macro",
 6904]
 6905
 6906[[package]]
 6907name = "gemm"
 6908version = "0.18.2"
 6909source = "registry+https://github.com/rust-lang/crates.io-index"
 6910checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6911dependencies = [
 6912 "dyn-stack 0.13.2",
 6913 "gemm-c32 0.18.2",
 6914 "gemm-c64 0.18.2",
 6915 "gemm-common 0.18.2",
 6916 "gemm-f16 0.18.2",
 6917 "gemm-f32 0.18.2",
 6918 "gemm-f64 0.18.2",
 6919 "num-complex",
 6920 "num-traits",
 6921 "paste",
 6922 "raw-cpuid 11.6.0",
 6923 "seq-macro",
 6924]
 6925
 6926[[package]]
 6927name = "gemm-c32"
 6928version = "0.17.1"
 6929source = "registry+https://github.com/rust-lang/crates.io-index"
 6930checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6931dependencies = [
 6932 "dyn-stack 0.10.0",
 6933 "gemm-common 0.17.1",
 6934 "num-complex",
 6935 "num-traits",
 6936 "paste",
 6937 "raw-cpuid 10.7.0",
 6938 "seq-macro",
 6939]
 6940
 6941[[package]]
 6942name = "gemm-c32"
 6943version = "0.18.2"
 6944source = "registry+https://github.com/rust-lang/crates.io-index"
 6945checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6946dependencies = [
 6947 "dyn-stack 0.13.2",
 6948 "gemm-common 0.18.2",
 6949 "num-complex",
 6950 "num-traits",
 6951 "paste",
 6952 "raw-cpuid 11.6.0",
 6953 "seq-macro",
 6954]
 6955
 6956[[package]]
 6957name = "gemm-c64"
 6958version = "0.17.1"
 6959source = "registry+https://github.com/rust-lang/crates.io-index"
 6960checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6961dependencies = [
 6962 "dyn-stack 0.10.0",
 6963 "gemm-common 0.17.1",
 6964 "num-complex",
 6965 "num-traits",
 6966 "paste",
 6967 "raw-cpuid 10.7.0",
 6968 "seq-macro",
 6969]
 6970
 6971[[package]]
 6972name = "gemm-c64"
 6973version = "0.18.2"
 6974source = "registry+https://github.com/rust-lang/crates.io-index"
 6975checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6976dependencies = [
 6977 "dyn-stack 0.13.2",
 6978 "gemm-common 0.18.2",
 6979 "num-complex",
 6980 "num-traits",
 6981 "paste",
 6982 "raw-cpuid 11.6.0",
 6983 "seq-macro",
 6984]
 6985
 6986[[package]]
 6987name = "gemm-common"
 6988version = "0.17.1"
 6989source = "registry+https://github.com/rust-lang/crates.io-index"
 6990checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6991dependencies = [
 6992 "bytemuck",
 6993 "dyn-stack 0.10.0",
 6994 "half",
 6995 "num-complex",
 6996 "num-traits",
 6997 "once_cell",
 6998 "paste",
 6999 "pulp 0.18.22",
 7000 "raw-cpuid 10.7.0",
 7001 "rayon",
 7002 "seq-macro",
 7003 "sysctl 0.5.5",
 7004]
 7005
 7006[[package]]
 7007name = "gemm-common"
 7008version = "0.18.2"
 7009source = "registry+https://github.com/rust-lang/crates.io-index"
 7010checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 7011dependencies = [
 7012 "bytemuck",
 7013 "dyn-stack 0.13.2",
 7014 "half",
 7015 "libm",
 7016 "num-complex",
 7017 "num-traits",
 7018 "once_cell",
 7019 "paste",
 7020 "pulp 0.21.5",
 7021 "raw-cpuid 11.6.0",
 7022 "rayon",
 7023 "seq-macro",
 7024 "sysctl 0.6.0",
 7025]
 7026
 7027[[package]]
 7028name = "gemm-f16"
 7029version = "0.17.1"
 7030source = "registry+https://github.com/rust-lang/crates.io-index"
 7031checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 7032dependencies = [
 7033 "dyn-stack 0.10.0",
 7034 "gemm-common 0.17.1",
 7035 "gemm-f32 0.17.1",
 7036 "half",
 7037 "num-complex",
 7038 "num-traits",
 7039 "paste",
 7040 "raw-cpuid 10.7.0",
 7041 "rayon",
 7042 "seq-macro",
 7043]
 7044
 7045[[package]]
 7046name = "gemm-f16"
 7047version = "0.18.2"
 7048source = "registry+https://github.com/rust-lang/crates.io-index"
 7049checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 7050dependencies = [
 7051 "dyn-stack 0.13.2",
 7052 "gemm-common 0.18.2",
 7053 "gemm-f32 0.18.2",
 7054 "half",
 7055 "num-complex",
 7056 "num-traits",
 7057 "paste",
 7058 "raw-cpuid 11.6.0",
 7059 "rayon",
 7060 "seq-macro",
 7061]
 7062
 7063[[package]]
 7064name = "gemm-f32"
 7065version = "0.17.1"
 7066source = "registry+https://github.com/rust-lang/crates.io-index"
 7067checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 7068dependencies = [
 7069 "dyn-stack 0.10.0",
 7070 "gemm-common 0.17.1",
 7071 "num-complex",
 7072 "num-traits",
 7073 "paste",
 7074 "raw-cpuid 10.7.0",
 7075 "seq-macro",
 7076]
 7077
 7078[[package]]
 7079name = "gemm-f32"
 7080version = "0.18.2"
 7081source = "registry+https://github.com/rust-lang/crates.io-index"
 7082checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 7083dependencies = [
 7084 "dyn-stack 0.13.2",
 7085 "gemm-common 0.18.2",
 7086 "num-complex",
 7087 "num-traits",
 7088 "paste",
 7089 "raw-cpuid 11.6.0",
 7090 "seq-macro",
 7091]
 7092
 7093[[package]]
 7094name = "gemm-f64"
 7095version = "0.17.1"
 7096source = "registry+https://github.com/rust-lang/crates.io-index"
 7097checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7098dependencies = [
 7099 "dyn-stack 0.10.0",
 7100 "gemm-common 0.17.1",
 7101 "num-complex",
 7102 "num-traits",
 7103 "paste",
 7104 "raw-cpuid 10.7.0",
 7105 "seq-macro",
 7106]
 7107
 7108[[package]]
 7109name = "gemm-f64"
 7110version = "0.18.2"
 7111source = "registry+https://github.com/rust-lang/crates.io-index"
 7112checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7113dependencies = [
 7114 "dyn-stack 0.13.2",
 7115 "gemm-common 0.18.2",
 7116 "num-complex",
 7117 "num-traits",
 7118 "paste",
 7119 "raw-cpuid 11.6.0",
 7120 "seq-macro",
 7121]
 7122
 7123[[package]]
 7124name = "generator"
 7125version = "0.8.7"
 7126source = "registry+https://github.com/rust-lang/crates.io-index"
 7127checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7128dependencies = [
 7129 "cc",
 7130 "cfg-if",
 7131 "libc",
 7132 "log",
 7133 "rustversion",
 7134 "windows 0.61.3",
 7135]
 7136
 7137[[package]]
 7138name = "generic-array"
 7139version = "0.14.7"
 7140source = "registry+https://github.com/rust-lang/crates.io-index"
 7141checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7142dependencies = [
 7143 "typenum",
 7144 "version_check",
 7145]
 7146
 7147[[package]]
 7148name = "gethostname"
 7149version = "1.1.0"
 7150source = "registry+https://github.com/rust-lang/crates.io-index"
 7151checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7152dependencies = [
 7153 "rustix 1.1.2",
 7154 "windows-link 0.2.1",
 7155]
 7156
 7157[[package]]
 7158name = "getrandom"
 7159version = "0.2.16"
 7160source = "registry+https://github.com/rust-lang/crates.io-index"
 7161checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7162dependencies = [
 7163 "cfg-if",
 7164 "js-sys",
 7165 "libc",
 7166 "wasi",
 7167 "wasm-bindgen",
 7168]
 7169
 7170[[package]]
 7171name = "getrandom"
 7172version = "0.3.4"
 7173source = "registry+https://github.com/rust-lang/crates.io-index"
 7174checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7175dependencies = [
 7176 "cfg-if",
 7177 "js-sys",
 7178 "libc",
 7179 "r-efi",
 7180 "wasip2",
 7181 "wasm-bindgen",
 7182]
 7183
 7184[[package]]
 7185name = "getrandom"
 7186version = "0.4.1"
 7187source = "registry+https://github.com/rust-lang/crates.io-index"
 7188checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7189dependencies = [
 7190 "cfg-if",
 7191 "libc",
 7192 "r-efi",
 7193 "wasip2",
 7194 "wasip3",
 7195]
 7196
 7197[[package]]
 7198name = "gh-workflow"
 7199version = "0.8.0"
 7200source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7201dependencies = [
 7202 "async-trait",
 7203 "derive_more",
 7204 "derive_setters",
 7205 "gh-workflow-macros",
 7206 "indexmap",
 7207 "merge",
 7208 "serde",
 7209 "serde_json",
 7210 "serde_yaml",
 7211 "strum_macros 0.27.2",
 7212]
 7213
 7214[[package]]
 7215name = "gh-workflow-macros"
 7216version = "0.8.0"
 7217source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7218dependencies = [
 7219 "heck 0.5.0",
 7220 "quote",
 7221 "syn 2.0.117",
 7222]
 7223
 7224[[package]]
 7225name = "gif"
 7226version = "0.13.3"
 7227source = "registry+https://github.com/rust-lang/crates.io-index"
 7228checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7229dependencies = [
 7230 "color_quant",
 7231 "weezl",
 7232]
 7233
 7234[[package]]
 7235name = "gimli"
 7236version = "0.31.1"
 7237source = "registry+https://github.com/rust-lang/crates.io-index"
 7238checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 7239dependencies = [
 7240 "fallible-iterator",
 7241 "indexmap",
 7242 "stable_deref_trait",
 7243]
 7244
 7245[[package]]
 7246name = "gimli"
 7247version = "0.32.3"
 7248source = "registry+https://github.com/rust-lang/crates.io-index"
 7249checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7250
 7251[[package]]
 7252name = "gio-sys"
 7253version = "0.21.5"
 7254source = "registry+https://github.com/rust-lang/crates.io-index"
 7255checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7256dependencies = [
 7257 "glib-sys",
 7258 "gobject-sys",
 7259 "libc",
 7260 "system-deps 7.0.7",
 7261 "windows-sys 0.61.2",
 7262]
 7263
 7264[[package]]
 7265name = "git"
 7266version = "0.1.0"
 7267dependencies = [
 7268 "anyhow",
 7269 "askpass",
 7270 "async-trait",
 7271 "collections",
 7272 "derive_more",
 7273 "futures 0.3.31",
 7274 "git2",
 7275 "gpui",
 7276 "http_client",
 7277 "itertools 0.14.0",
 7278 "log",
 7279 "parking_lot",
 7280 "pretty_assertions",
 7281 "rand 0.9.2",
 7282 "regex",
 7283 "rope",
 7284 "schemars",
 7285 "serde",
 7286 "serde_json",
 7287 "smallvec",
 7288 "smol",
 7289 "sum_tree",
 7290 "tempfile",
 7291 "text",
 7292 "thiserror 2.0.17",
 7293 "time",
 7294 "url",
 7295 "urlencoding",
 7296 "util",
 7297 "uuid",
 7298 "ztracing",
 7299]
 7300
 7301[[package]]
 7302name = "git2"
 7303version = "0.20.4"
 7304source = "registry+https://github.com/rust-lang/crates.io-index"
 7305checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7306dependencies = [
 7307 "bitflags 2.10.0",
 7308 "libc",
 7309 "libgit2-sys",
 7310 "log",
 7311 "url",
 7312]
 7313
 7314[[package]]
 7315name = "git_graph"
 7316version = "0.1.0"
 7317dependencies = [
 7318 "anyhow",
 7319 "collections",
 7320 "db",
 7321 "feature_flags",
 7322 "fs",
 7323 "git",
 7324 "git_ui",
 7325 "gpui",
 7326 "language",
 7327 "menu",
 7328 "project",
 7329 "rand 0.9.2",
 7330 "serde_json",
 7331 "settings",
 7332 "smallvec",
 7333 "theme",
 7334 "time",
 7335 "ui",
 7336 "workspace",
 7337]
 7338
 7339[[package]]
 7340name = "git_hosting_providers"
 7341version = "0.1.0"
 7342dependencies = [
 7343 "anyhow",
 7344 "async-trait",
 7345 "futures 0.3.31",
 7346 "git",
 7347 "gpui",
 7348 "http_client",
 7349 "indoc",
 7350 "itertools 0.14.0",
 7351 "pretty_assertions",
 7352 "regex",
 7353 "serde",
 7354 "serde_json",
 7355 "settings",
 7356 "url",
 7357 "urlencoding",
 7358 "util",
 7359]
 7360
 7361[[package]]
 7362name = "git_ui"
 7363version = "0.1.0"
 7364dependencies = [
 7365 "agent_settings",
 7366 "anyhow",
 7367 "askpass",
 7368 "buffer_diff",
 7369 "call",
 7370 "cloud_llm_client",
 7371 "collections",
 7372 "component",
 7373 "ctor",
 7374 "db",
 7375 "editor",
 7376 "feature_flags",
 7377 "file_icons",
 7378 "futures 0.3.31",
 7379 "fuzzy",
 7380 "git",
 7381 "gpui",
 7382 "indoc",
 7383 "itertools 0.14.0",
 7384 "language",
 7385 "language_model",
 7386 "linkify",
 7387 "log",
 7388 "markdown",
 7389 "menu",
 7390 "multi_buffer",
 7391 "notifications",
 7392 "panel",
 7393 "picker",
 7394 "pretty_assertions",
 7395 "project",
 7396 "prompt_store",
 7397 "proto",
 7398 "rand 0.9.2",
 7399 "remote",
 7400 "remote_connection",
 7401 "schemars",
 7402 "serde",
 7403 "serde_json",
 7404 "settings",
 7405 "smallvec",
 7406 "smol",
 7407 "strum 0.27.2",
 7408 "telemetry",
 7409 "theme",
 7410 "time",
 7411 "time_format",
 7412 "tracing",
 7413 "ui",
 7414 "ui_input",
 7415 "unindent",
 7416 "util",
 7417 "watch",
 7418 "windows 0.61.3",
 7419 "workspace",
 7420 "zed_actions",
 7421 "zeroize",
 7422 "zlog",
 7423 "ztracing",
 7424]
 7425
 7426[[package]]
 7427name = "gl_generator"
 7428version = "0.14.0"
 7429source = "registry+https://github.com/rust-lang/crates.io-index"
 7430checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7431dependencies = [
 7432 "khronos_api",
 7433 "log",
 7434 "xml-rs",
 7435]
 7436
 7437[[package]]
 7438name = "glib"
 7439version = "0.21.5"
 7440source = "registry+https://github.com/rust-lang/crates.io-index"
 7441checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7442dependencies = [
 7443 "bitflags 2.10.0",
 7444 "futures-channel",
 7445 "futures-core",
 7446 "futures-executor",
 7447 "futures-task",
 7448 "futures-util",
 7449 "gio-sys",
 7450 "glib-macros",
 7451 "glib-sys",
 7452 "gobject-sys",
 7453 "libc",
 7454 "memchr",
 7455 "smallvec",
 7456]
 7457
 7458[[package]]
 7459name = "glib-macros"
 7460version = "0.21.5"
 7461source = "registry+https://github.com/rust-lang/crates.io-index"
 7462checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7463dependencies = [
 7464 "heck 0.5.0",
 7465 "proc-macro-crate",
 7466 "proc-macro2",
 7467 "quote",
 7468 "syn 2.0.117",
 7469]
 7470
 7471[[package]]
 7472name = "glib-sys"
 7473version = "0.21.5"
 7474source = "registry+https://github.com/rust-lang/crates.io-index"
 7475checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7476dependencies = [
 7477 "libc",
 7478 "system-deps 7.0.7",
 7479]
 7480
 7481[[package]]
 7482name = "glob"
 7483version = "0.3.3"
 7484source = "registry+https://github.com/rust-lang/crates.io-index"
 7485checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7486
 7487[[package]]
 7488name = "globset"
 7489version = "0.4.17"
 7490source = "registry+https://github.com/rust-lang/crates.io-index"
 7491checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7492dependencies = [
 7493 "aho-corasick",
 7494 "bstr",
 7495 "log",
 7496 "regex-automata",
 7497 "regex-syntax",
 7498]
 7499
 7500[[package]]
 7501name = "gloo-timers"
 7502version = "0.3.0"
 7503source = "registry+https://github.com/rust-lang/crates.io-index"
 7504checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7505dependencies = [
 7506 "futures-channel",
 7507 "futures-core",
 7508 "js-sys",
 7509 "wasm-bindgen",
 7510]
 7511
 7512[[package]]
 7513name = "glow"
 7514version = "0.17.0"
 7515source = "registry+https://github.com/rust-lang/crates.io-index"
 7516checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7517dependencies = [
 7518 "js-sys",
 7519 "slotmap",
 7520 "wasm-bindgen",
 7521 "web-sys",
 7522]
 7523
 7524[[package]]
 7525name = "glutin_wgl_sys"
 7526version = "0.6.1"
 7527source = "registry+https://github.com/rust-lang/crates.io-index"
 7528checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7529dependencies = [
 7530 "gl_generator",
 7531]
 7532
 7533[[package]]
 7534name = "go_to_line"
 7535version = "0.1.0"
 7536dependencies = [
 7537 "editor",
 7538 "gpui",
 7539 "indoc",
 7540 "language",
 7541 "menu",
 7542 "multi_buffer",
 7543 "project",
 7544 "rope",
 7545 "serde",
 7546 "serde_json",
 7547 "settings",
 7548 "text",
 7549 "theme",
 7550 "ui",
 7551 "util",
 7552 "workspace",
 7553]
 7554
 7555[[package]]
 7556name = "gobject-sys"
 7557version = "0.21.5"
 7558source = "registry+https://github.com/rust-lang/crates.io-index"
 7559checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7560dependencies = [
 7561 "glib-sys",
 7562 "libc",
 7563 "system-deps 7.0.7",
 7564]
 7565
 7566[[package]]
 7567name = "goblin"
 7568version = "0.9.3"
 7569source = "registry+https://github.com/rust-lang/crates.io-index"
 7570checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7571dependencies = [
 7572 "log",
 7573 "plain",
 7574 "scroll",
 7575]
 7576
 7577[[package]]
 7578name = "google_ai"
 7579version = "0.1.0"
 7580dependencies = [
 7581 "anyhow",
 7582 "futures 0.3.31",
 7583 "http_client",
 7584 "schemars",
 7585 "serde",
 7586 "serde_json",
 7587 "settings",
 7588 "strum 0.27.2",
 7589]
 7590
 7591[[package]]
 7592name = "gpu-allocator"
 7593version = "0.28.0"
 7594source = "registry+https://github.com/rust-lang/crates.io-index"
 7595checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7596dependencies = [
 7597 "ash",
 7598 "hashbrown 0.16.1",
 7599 "log",
 7600 "presser",
 7601 "thiserror 2.0.17",
 7602 "windows 0.62.2",
 7603]
 7604
 7605[[package]]
 7606name = "gpu-descriptor"
 7607version = "0.3.2"
 7608source = "registry+https://github.com/rust-lang/crates.io-index"
 7609checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7610dependencies = [
 7611 "bitflags 2.10.0",
 7612 "gpu-descriptor-types",
 7613 "hashbrown 0.15.5",
 7614]
 7615
 7616[[package]]
 7617name = "gpu-descriptor-types"
 7618version = "0.2.0"
 7619source = "registry+https://github.com/rust-lang/crates.io-index"
 7620checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7621dependencies = [
 7622 "bitflags 2.10.0",
 7623]
 7624
 7625[[package]]
 7626name = "gpui"
 7627version = "0.2.2"
 7628dependencies = [
 7629 "anyhow",
 7630 "async-channel 2.5.0",
 7631 "async-task",
 7632 "backtrace",
 7633 "bindgen 0.71.1",
 7634 "bitflags 2.10.0",
 7635 "block",
 7636 "cbindgen",
 7637 "chrono",
 7638 "circular-buffer",
 7639 "cocoa 0.26.0",
 7640 "cocoa-foundation 0.2.0",
 7641 "collections",
 7642 "core-foundation 0.10.0",
 7643 "core-foundation-sys",
 7644 "core-graphics 0.24.0",
 7645 "core-text",
 7646 "core-video",
 7647 "ctor",
 7648 "derive_more",
 7649 "embed-resource",
 7650 "env_logger 0.11.8",
 7651 "etagere",
 7652 "foreign-types 0.5.0",
 7653 "futures 0.3.31",
 7654 "futures-concurrency",
 7655 "getrandom 0.3.4",
 7656 "gpui_macros",
 7657 "gpui_platform",
 7658 "gpui_util",
 7659 "gpui_web",
 7660 "http_client",
 7661 "image",
 7662 "inventory",
 7663 "itertools 0.14.0",
 7664 "log",
 7665 "lyon",
 7666 "mach2 0.5.0",
 7667 "media",
 7668 "metal",
 7669 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7670 "num_cpus",
 7671 "objc",
 7672 "objc2",
 7673 "objc2-metal",
 7674 "parking",
 7675 "parking_lot",
 7676 "pathfinder_geometry",
 7677 "pin-project",
 7678 "pollster 0.4.0",
 7679 "postage",
 7680 "profiling",
 7681 "proptest",
 7682 "rand 0.9.2",
 7683 "raw-window-handle",
 7684 "refineable",
 7685 "reqwest_client",
 7686 "resvg",
 7687 "scheduler",
 7688 "schemars",
 7689 "seahash",
 7690 "serde",
 7691 "serde_json",
 7692 "slotmap",
 7693 "smallvec",
 7694 "spin 0.10.0",
 7695 "stacksafe",
 7696 "strum 0.27.2",
 7697 "sum_tree",
 7698 "taffy",
 7699 "thiserror 2.0.17",
 7700 "unicode-segmentation",
 7701 "url",
 7702 "usvg",
 7703 "util_macros",
 7704 "uuid",
 7705 "waker-fn",
 7706 "wasm-bindgen",
 7707 "web-time",
 7708 "windows 0.61.3",
 7709 "zed-font-kit",
 7710 "zed-scap",
 7711]
 7712
 7713[[package]]
 7714name = "gpui_linux"
 7715version = "0.1.0"
 7716dependencies = [
 7717 "anyhow",
 7718 "as-raw-xcb-connection",
 7719 "ashpd",
 7720 "bitflags 2.10.0",
 7721 "bytemuck",
 7722 "calloop",
 7723 "calloop-wayland-source",
 7724 "collections",
 7725 "filedescriptor",
 7726 "futures 0.3.31",
 7727 "gpui",
 7728 "gpui_wgpu",
 7729 "http_client",
 7730 "itertools 0.14.0",
 7731 "libc",
 7732 "log",
 7733 "oo7",
 7734 "open",
 7735 "parking_lot",
 7736 "pathfinder_geometry",
 7737 "pollster 0.4.0",
 7738 "profiling",
 7739 "raw-window-handle",
 7740 "smallvec",
 7741 "smol",
 7742 "strum 0.27.2",
 7743 "swash",
 7744 "url",
 7745 "util",
 7746 "uuid",
 7747 "wayland-backend",
 7748 "wayland-client",
 7749 "wayland-cursor",
 7750 "wayland-protocols",
 7751 "wayland-protocols-plasma",
 7752 "wayland-protocols-wlr",
 7753 "x11-clipboard",
 7754 "x11rb",
 7755 "xkbcommon",
 7756 "zed-scap",
 7757 "zed-xim",
 7758]
 7759
 7760[[package]]
 7761name = "gpui_macos"
 7762version = "0.1.0"
 7763dependencies = [
 7764 "anyhow",
 7765 "async-task",
 7766 "block",
 7767 "cbindgen",
 7768 "cocoa 0.26.0",
 7769 "collections",
 7770 "core-foundation 0.10.0",
 7771 "core-foundation-sys",
 7772 "core-graphics 0.24.0",
 7773 "core-text",
 7774 "core-video",
 7775 "ctor",
 7776 "derive_more",
 7777 "dispatch2",
 7778 "etagere",
 7779 "foreign-types 0.5.0",
 7780 "futures 0.3.31",
 7781 "gpui",
 7782 "image",
 7783 "itertools 0.14.0",
 7784 "libc",
 7785 "log",
 7786 "mach2 0.5.0",
 7787 "media",
 7788 "metal",
 7789 "objc",
 7790 "parking_lot",
 7791 "pathfinder_geometry",
 7792 "raw-window-handle",
 7793 "semver",
 7794 "smallvec",
 7795 "strum 0.27.2",
 7796 "util",
 7797 "uuid",
 7798 "zed-font-kit",
 7799]
 7800
 7801[[package]]
 7802name = "gpui_macros"
 7803version = "0.1.0"
 7804dependencies = [
 7805 "gpui",
 7806 "heck 0.5.0",
 7807 "proc-macro2",
 7808 "quote",
 7809 "syn 2.0.117",
 7810]
 7811
 7812[[package]]
 7813name = "gpui_platform"
 7814version = "0.1.0"
 7815dependencies = [
 7816 "console_error_panic_hook",
 7817 "gpui",
 7818 "gpui_linux",
 7819 "gpui_macos",
 7820 "gpui_web",
 7821 "gpui_windows",
 7822]
 7823
 7824[[package]]
 7825name = "gpui_tokio"
 7826version = "0.1.0"
 7827dependencies = [
 7828 "anyhow",
 7829 "gpui",
 7830 "tokio",
 7831 "util",
 7832]
 7833
 7834[[package]]
 7835name = "gpui_util"
 7836version = "0.1.0"
 7837dependencies = [
 7838 "anyhow",
 7839 "log",
 7840]
 7841
 7842[[package]]
 7843name = "gpui_web"
 7844version = "0.1.0"
 7845dependencies = [
 7846 "anyhow",
 7847 "console_error_panic_hook",
 7848 "futures 0.3.31",
 7849 "gpui",
 7850 "gpui_wgpu",
 7851 "http_client",
 7852 "js-sys",
 7853 "log",
 7854 "parking_lot",
 7855 "raw-window-handle",
 7856 "smallvec",
 7857 "uuid",
 7858 "wasm-bindgen",
 7859 "wasm-bindgen-futures",
 7860 "wasm_thread",
 7861 "web-sys",
 7862 "web-time",
 7863]
 7864
 7865[[package]]
 7866name = "gpui_wgpu"
 7867version = "0.1.0"
 7868dependencies = [
 7869 "anyhow",
 7870 "bytemuck",
 7871 "collections",
 7872 "cosmic-text",
 7873 "etagere",
 7874 "gpui",
 7875 "gpui_util",
 7876 "itertools 0.14.0",
 7877 "js-sys",
 7878 "log",
 7879 "parking_lot",
 7880 "pollster 0.4.0",
 7881 "profiling",
 7882 "raw-window-handle",
 7883 "smallvec",
 7884 "swash",
 7885 "wasm-bindgen",
 7886 "wasm-bindgen-futures",
 7887 "web-sys",
 7888 "wgpu",
 7889 "zed-font-kit",
 7890]
 7891
 7892[[package]]
 7893name = "gpui_windows"
 7894version = "0.1.0"
 7895dependencies = [
 7896 "anyhow",
 7897 "collections",
 7898 "etagere",
 7899 "futures 0.3.31",
 7900 "gpui",
 7901 "image",
 7902 "itertools 0.14.0",
 7903 "log",
 7904 "parking_lot",
 7905 "rand 0.9.2",
 7906 "raw-window-handle",
 7907 "smallvec",
 7908 "util",
 7909 "uuid",
 7910 "windows 0.61.3",
 7911 "windows-core 0.61.2",
 7912 "windows-numerics 0.2.0",
 7913 "windows-registry 0.5.3",
 7914 "zed-scap",
 7915]
 7916
 7917[[package]]
 7918name = "grid"
 7919version = "0.18.0"
 7920source = "registry+https://github.com/rust-lang/crates.io-index"
 7921checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7922
 7923[[package]]
 7924name = "group"
 7925version = "0.12.1"
 7926source = "registry+https://github.com/rust-lang/crates.io-index"
 7927checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7928dependencies = [
 7929 "ff",
 7930 "rand_core 0.6.4",
 7931 "subtle",
 7932]
 7933
 7934[[package]]
 7935name = "h2"
 7936version = "0.3.27"
 7937source = "registry+https://github.com/rust-lang/crates.io-index"
 7938checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7939dependencies = [
 7940 "bytes 1.11.1",
 7941 "fnv",
 7942 "futures-core",
 7943 "futures-sink",
 7944 "futures-util",
 7945 "http 0.2.12",
 7946 "indexmap",
 7947 "slab",
 7948 "tokio",
 7949 "tokio-util",
 7950 "tracing",
 7951]
 7952
 7953[[package]]
 7954name = "h2"
 7955version = "0.4.12"
 7956source = "registry+https://github.com/rust-lang/crates.io-index"
 7957checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7958dependencies = [
 7959 "atomic-waker",
 7960 "bytes 1.11.1",
 7961 "fnv",
 7962 "futures-core",
 7963 "futures-sink",
 7964 "http 1.3.1",
 7965 "indexmap",
 7966 "slab",
 7967 "tokio",
 7968 "tokio-util",
 7969 "tracing",
 7970]
 7971
 7972[[package]]
 7973name = "half"
 7974version = "2.7.1"
 7975source = "registry+https://github.com/rust-lang/crates.io-index"
 7976checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7977dependencies = [
 7978 "bytemuck",
 7979 "cfg-if",
 7980 "crunchy",
 7981 "num-traits",
 7982 "rand 0.9.2",
 7983 "rand_distr",
 7984 "zerocopy",
 7985]
 7986
 7987[[package]]
 7988name = "handlebars"
 7989version = "4.5.0"
 7990source = "registry+https://github.com/rust-lang/crates.io-index"
 7991checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7992dependencies = [
 7993 "log",
 7994 "pest",
 7995 "pest_derive",
 7996 "rust-embed",
 7997 "serde",
 7998 "serde_json",
 7999 "thiserror 1.0.69",
 8000]
 8001
 8002[[package]]
 8003name = "handlebars"
 8004version = "5.1.2"
 8005source = "registry+https://github.com/rust-lang/crates.io-index"
 8006checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 8007dependencies = [
 8008 "log",
 8009 "pest",
 8010 "pest_derive",
 8011 "serde",
 8012 "serde_json",
 8013 "thiserror 1.0.69",
 8014]
 8015
 8016[[package]]
 8017name = "harfrust"
 8018version = "0.5.0"
 8019source = "registry+https://github.com/rust-lang/crates.io-index"
 8020checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 8021dependencies = [
 8022 "bitflags 2.10.0",
 8023 "bytemuck",
 8024 "core_maths",
 8025 "read-fonts 0.37.0",
 8026 "smallvec",
 8027]
 8028
 8029[[package]]
 8030name = "hashbrown"
 8031version = "0.12.3"
 8032source = "registry+https://github.com/rust-lang/crates.io-index"
 8033checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8034dependencies = [
 8035 "ahash 0.7.8",
 8036]
 8037
 8038[[package]]
 8039name = "hashbrown"
 8040version = "0.14.5"
 8041source = "registry+https://github.com/rust-lang/crates.io-index"
 8042checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8043dependencies = [
 8044 "ahash 0.8.12",
 8045 "allocator-api2",
 8046]
 8047
 8048[[package]]
 8049name = "hashbrown"
 8050version = "0.15.5"
 8051source = "registry+https://github.com/rust-lang/crates.io-index"
 8052checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8053dependencies = [
 8054 "allocator-api2",
 8055 "equivalent",
 8056 "foldhash 0.1.5",
 8057 "serde",
 8058]
 8059
 8060[[package]]
 8061name = "hashbrown"
 8062version = "0.16.1"
 8063source = "registry+https://github.com/rust-lang/crates.io-index"
 8064checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8065dependencies = [
 8066 "allocator-api2",
 8067 "equivalent",
 8068 "foldhash 0.2.0",
 8069]
 8070
 8071[[package]]
 8072name = "hashlink"
 8073version = "0.8.4"
 8074source = "registry+https://github.com/rust-lang/crates.io-index"
 8075checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8076dependencies = [
 8077 "hashbrown 0.14.5",
 8078]
 8079
 8080[[package]]
 8081name = "hashlink"
 8082version = "0.10.0"
 8083source = "registry+https://github.com/rust-lang/crates.io-index"
 8084checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8085dependencies = [
 8086 "hashbrown 0.15.5",
 8087]
 8088
 8089[[package]]
 8090name = "headers"
 8091version = "0.3.9"
 8092source = "registry+https://github.com/rust-lang/crates.io-index"
 8093checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8094dependencies = [
 8095 "base64 0.21.7",
 8096 "bytes 1.11.1",
 8097 "headers-core",
 8098 "http 0.2.12",
 8099 "httpdate",
 8100 "mime",
 8101 "sha1",
 8102]
 8103
 8104[[package]]
 8105name = "headers-core"
 8106version = "0.2.0"
 8107source = "registry+https://github.com/rust-lang/crates.io-index"
 8108checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8109dependencies = [
 8110 "http 0.2.12",
 8111]
 8112
 8113[[package]]
 8114name = "heck"
 8115version = "0.3.3"
 8116source = "registry+https://github.com/rust-lang/crates.io-index"
 8117checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8118dependencies = [
 8119 "unicode-segmentation",
 8120]
 8121
 8122[[package]]
 8123name = "heck"
 8124version = "0.4.1"
 8125source = "registry+https://github.com/rust-lang/crates.io-index"
 8126checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8127dependencies = [
 8128 "unicode-segmentation",
 8129]
 8130
 8131[[package]]
 8132name = "heck"
 8133version = "0.5.0"
 8134source = "registry+https://github.com/rust-lang/crates.io-index"
 8135checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8136
 8137[[package]]
 8138name = "heed"
 8139version = "0.21.0"
 8140source = "registry+https://github.com/rust-lang/crates.io-index"
 8141checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8142dependencies = [
 8143 "bitflags 2.10.0",
 8144 "byteorder",
 8145 "heed-traits",
 8146 "heed-types",
 8147 "libc",
 8148 "lmdb-master-sys",
 8149 "once_cell",
 8150 "page_size",
 8151 "serde",
 8152 "synchronoise",
 8153 "url",
 8154]
 8155
 8156[[package]]
 8157name = "heed-traits"
 8158version = "0.20.0"
 8159source = "registry+https://github.com/rust-lang/crates.io-index"
 8160checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8161
 8162[[package]]
 8163name = "heed-types"
 8164version = "0.21.0"
 8165source = "registry+https://github.com/rust-lang/crates.io-index"
 8166checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8167dependencies = [
 8168 "bincode",
 8169 "byteorder",
 8170 "heed-traits",
 8171 "serde",
 8172 "serde_json",
 8173]
 8174
 8175[[package]]
 8176name = "hermit-abi"
 8177version = "0.5.2"
 8178source = "registry+https://github.com/rust-lang/crates.io-index"
 8179checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8180
 8181[[package]]
 8182name = "hex"
 8183version = "0.4.3"
 8184source = "registry+https://github.com/rust-lang/crates.io-index"
 8185checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8186
 8187[[package]]
 8188name = "hexf-parse"
 8189version = "0.2.1"
 8190source = "registry+https://github.com/rust-lang/crates.io-index"
 8191checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8192
 8193[[package]]
 8194name = "hkdf"
 8195version = "0.12.4"
 8196source = "registry+https://github.com/rust-lang/crates.io-index"
 8197checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8198dependencies = [
 8199 "hmac",
 8200]
 8201
 8202[[package]]
 8203name = "hmac"
 8204version = "0.12.1"
 8205source = "registry+https://github.com/rust-lang/crates.io-index"
 8206checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8207dependencies = [
 8208 "digest",
 8209]
 8210
 8211[[package]]
 8212name = "home"
 8213version = "0.5.11"
 8214source = "registry+https://github.com/rust-lang/crates.io-index"
 8215checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8216dependencies = [
 8217 "windows-sys 0.59.0",
 8218]
 8219
 8220[[package]]
 8221name = "hound"
 8222version = "3.5.1"
 8223source = "registry+https://github.com/rust-lang/crates.io-index"
 8224checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8225
 8226[[package]]
 8227name = "html5ever"
 8228version = "0.27.0"
 8229source = "registry+https://github.com/rust-lang/crates.io-index"
 8230checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8231dependencies = [
 8232 "log",
 8233 "mac",
 8234 "markup5ever 0.12.1",
 8235 "proc-macro2",
 8236 "quote",
 8237 "syn 2.0.117",
 8238]
 8239
 8240[[package]]
 8241name = "html5ever"
 8242version = "0.35.0"
 8243source = "registry+https://github.com/rust-lang/crates.io-index"
 8244checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8245dependencies = [
 8246 "log",
 8247 "markup5ever 0.35.0",
 8248 "match_token",
 8249]
 8250
 8251[[package]]
 8252name = "html_to_markdown"
 8253version = "0.1.0"
 8254dependencies = [
 8255 "anyhow",
 8256 "html5ever 0.27.0",
 8257 "indoc",
 8258 "markup5ever_rcdom",
 8259 "pretty_assertions",
 8260 "regex",
 8261]
 8262
 8263[[package]]
 8264name = "http"
 8265version = "0.2.12"
 8266source = "registry+https://github.com/rust-lang/crates.io-index"
 8267checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8268dependencies = [
 8269 "bytes 1.11.1",
 8270 "fnv",
 8271 "itoa",
 8272]
 8273
 8274[[package]]
 8275name = "http"
 8276version = "1.3.1"
 8277source = "registry+https://github.com/rust-lang/crates.io-index"
 8278checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8279dependencies = [
 8280 "bytes 1.11.1",
 8281 "fnv",
 8282 "itoa",
 8283]
 8284
 8285[[package]]
 8286name = "http-body"
 8287version = "0.4.6"
 8288source = "registry+https://github.com/rust-lang/crates.io-index"
 8289checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8290dependencies = [
 8291 "bytes 1.11.1",
 8292 "http 0.2.12",
 8293 "pin-project-lite",
 8294]
 8295
 8296[[package]]
 8297name = "http-body"
 8298version = "1.0.1"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8301dependencies = [
 8302 "bytes 1.11.1",
 8303 "http 1.3.1",
 8304]
 8305
 8306[[package]]
 8307name = "http-body-util"
 8308version = "0.1.3"
 8309source = "registry+https://github.com/rust-lang/crates.io-index"
 8310checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8311dependencies = [
 8312 "bytes 1.11.1",
 8313 "futures-core",
 8314 "http 1.3.1",
 8315 "http-body 1.0.1",
 8316 "pin-project-lite",
 8317]
 8318
 8319[[package]]
 8320name = "http-range-header"
 8321version = "0.3.1"
 8322source = "registry+https://github.com/rust-lang/crates.io-index"
 8323checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8324
 8325[[package]]
 8326name = "http_client"
 8327version = "0.1.0"
 8328dependencies = [
 8329 "anyhow",
 8330 "async-compression",
 8331 "async-fs",
 8332 "async-tar",
 8333 "bytes 1.11.1",
 8334 "derive_more",
 8335 "futures 0.3.31",
 8336 "http 1.3.1",
 8337 "http-body 1.0.1",
 8338 "log",
 8339 "parking_lot",
 8340 "serde",
 8341 "serde_json",
 8342 "serde_urlencoded",
 8343 "sha2",
 8344 "tempfile",
 8345 "url",
 8346 "util",
 8347]
 8348
 8349[[package]]
 8350name = "http_client_tls"
 8351version = "0.1.0"
 8352dependencies = [
 8353 "rustls 0.23.33",
 8354 "rustls-platform-verifier",
 8355]
 8356
 8357[[package]]
 8358name = "httparse"
 8359version = "1.10.1"
 8360source = "registry+https://github.com/rust-lang/crates.io-index"
 8361checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8362
 8363[[package]]
 8364name = "httpdate"
 8365version = "1.0.3"
 8366source = "registry+https://github.com/rust-lang/crates.io-index"
 8367checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8368
 8369[[package]]
 8370name = "human_bytes"
 8371version = "0.4.3"
 8372source = "registry+https://github.com/rust-lang/crates.io-index"
 8373checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8374
 8375[[package]]
 8376name = "humantime"
 8377version = "2.3.0"
 8378source = "registry+https://github.com/rust-lang/crates.io-index"
 8379checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8380
 8381[[package]]
 8382name = "hyper"
 8383version = "0.14.32"
 8384source = "registry+https://github.com/rust-lang/crates.io-index"
 8385checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8386dependencies = [
 8387 "bytes 1.11.1",
 8388 "futures-channel",
 8389 "futures-core",
 8390 "futures-util",
 8391 "h2 0.3.27",
 8392 "http 0.2.12",
 8393 "http-body 0.4.6",
 8394 "httparse",
 8395 "httpdate",
 8396 "itoa",
 8397 "pin-project-lite",
 8398 "socket2 0.5.10",
 8399 "tokio",
 8400 "tower-service",
 8401 "tracing",
 8402 "want",
 8403]
 8404
 8405[[package]]
 8406name = "hyper"
 8407version = "1.7.0"
 8408source = "registry+https://github.com/rust-lang/crates.io-index"
 8409checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8410dependencies = [
 8411 "atomic-waker",
 8412 "bytes 1.11.1",
 8413 "futures-channel",
 8414 "futures-core",
 8415 "h2 0.4.12",
 8416 "http 1.3.1",
 8417 "http-body 1.0.1",
 8418 "httparse",
 8419 "itoa",
 8420 "pin-project-lite",
 8421 "pin-utils",
 8422 "smallvec",
 8423 "tokio",
 8424 "want",
 8425]
 8426
 8427[[package]]
 8428name = "hyper-rustls"
 8429version = "0.24.2"
 8430source = "registry+https://github.com/rust-lang/crates.io-index"
 8431checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8432dependencies = [
 8433 "futures-util",
 8434 "http 0.2.12",
 8435 "hyper 0.14.32",
 8436 "log",
 8437 "rustls 0.21.12",
 8438 "rustls-native-certs 0.6.3",
 8439 "tokio",
 8440 "tokio-rustls 0.24.1",
 8441]
 8442
 8443[[package]]
 8444name = "hyper-rustls"
 8445version = "0.27.7"
 8446source = "registry+https://github.com/rust-lang/crates.io-index"
 8447checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8448dependencies = [
 8449 "http 1.3.1",
 8450 "hyper 1.7.0",
 8451 "hyper-util",
 8452 "rustls 0.23.33",
 8453 "rustls-native-certs 0.8.2",
 8454 "rustls-pki-types",
 8455 "tokio",
 8456 "tokio-rustls 0.26.2",
 8457 "tower-service",
 8458]
 8459
 8460[[package]]
 8461name = "hyper-tls"
 8462version = "0.5.0"
 8463source = "registry+https://github.com/rust-lang/crates.io-index"
 8464checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8465dependencies = [
 8466 "bytes 1.11.1",
 8467 "hyper 0.14.32",
 8468 "native-tls",
 8469 "tokio",
 8470 "tokio-native-tls",
 8471]
 8472
 8473[[package]]
 8474name = "hyper-util"
 8475version = "0.1.17"
 8476source = "registry+https://github.com/rust-lang/crates.io-index"
 8477checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8478dependencies = [
 8479 "base64 0.22.1",
 8480 "bytes 1.11.1",
 8481 "futures-channel",
 8482 "futures-core",
 8483 "futures-util",
 8484 "http 1.3.1",
 8485 "http-body 1.0.1",
 8486 "hyper 1.7.0",
 8487 "ipnet",
 8488 "libc",
 8489 "percent-encoding",
 8490 "pin-project-lite",
 8491 "socket2 0.6.1",
 8492 "tokio",
 8493 "tower-service",
 8494 "tracing",
 8495]
 8496
 8497[[package]]
 8498name = "iana-time-zone"
 8499version = "0.1.64"
 8500source = "registry+https://github.com/rust-lang/crates.io-index"
 8501checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8502dependencies = [
 8503 "android_system_properties",
 8504 "core-foundation-sys",
 8505 "iana-time-zone-haiku",
 8506 "js-sys",
 8507 "log",
 8508 "wasm-bindgen",
 8509 "windows-core 0.62.2",
 8510]
 8511
 8512[[package]]
 8513name = "iana-time-zone-haiku"
 8514version = "0.1.2"
 8515source = "registry+https://github.com/rust-lang/crates.io-index"
 8516checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8517dependencies = [
 8518 "cc",
 8519]
 8520
 8521[[package]]
 8522name = "icons"
 8523version = "0.1.0"
 8524dependencies = [
 8525 "serde",
 8526 "strum 0.27.2",
 8527]
 8528
 8529[[package]]
 8530name = "icu_collections"
 8531version = "2.0.0"
 8532source = "registry+https://github.com/rust-lang/crates.io-index"
 8533checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8534dependencies = [
 8535 "displaydoc",
 8536 "potential_utf",
 8537 "yoke 0.8.0",
 8538 "zerofrom",
 8539 "zerovec",
 8540]
 8541
 8542[[package]]
 8543name = "icu_locale_core"
 8544version = "2.0.0"
 8545source = "registry+https://github.com/rust-lang/crates.io-index"
 8546checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8547dependencies = [
 8548 "displaydoc",
 8549 "litemap",
 8550 "tinystr",
 8551 "writeable",
 8552 "zerovec",
 8553]
 8554
 8555[[package]]
 8556name = "icu_normalizer"
 8557version = "2.0.0"
 8558source = "registry+https://github.com/rust-lang/crates.io-index"
 8559checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8560dependencies = [
 8561 "displaydoc",
 8562 "icu_collections",
 8563 "icu_normalizer_data",
 8564 "icu_properties",
 8565 "icu_provider",
 8566 "smallvec",
 8567 "zerovec",
 8568]
 8569
 8570[[package]]
 8571name = "icu_normalizer_data"
 8572version = "2.0.0"
 8573source = "registry+https://github.com/rust-lang/crates.io-index"
 8574checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8575
 8576[[package]]
 8577name = "icu_properties"
 8578version = "2.0.1"
 8579source = "registry+https://github.com/rust-lang/crates.io-index"
 8580checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8581dependencies = [
 8582 "displaydoc",
 8583 "icu_collections",
 8584 "icu_locale_core",
 8585 "icu_properties_data",
 8586 "icu_provider",
 8587 "potential_utf",
 8588 "zerotrie",
 8589 "zerovec",
 8590]
 8591
 8592[[package]]
 8593name = "icu_properties_data"
 8594version = "2.0.1"
 8595source = "registry+https://github.com/rust-lang/crates.io-index"
 8596checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8597
 8598[[package]]
 8599name = "icu_provider"
 8600version = "2.0.0"
 8601source = "registry+https://github.com/rust-lang/crates.io-index"
 8602checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8603dependencies = [
 8604 "displaydoc",
 8605 "icu_locale_core",
 8606 "stable_deref_trait",
 8607 "tinystr",
 8608 "writeable",
 8609 "yoke 0.8.0",
 8610 "zerofrom",
 8611 "zerotrie",
 8612 "zerovec",
 8613]
 8614
 8615[[package]]
 8616name = "id-arena"
 8617version = "2.2.1"
 8618source = "registry+https://github.com/rust-lang/crates.io-index"
 8619checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8620
 8621[[package]]
 8622name = "ident_case"
 8623version = "1.0.1"
 8624source = "registry+https://github.com/rust-lang/crates.io-index"
 8625checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8626
 8627[[package]]
 8628name = "idna"
 8629version = "1.1.0"
 8630source = "registry+https://github.com/rust-lang/crates.io-index"
 8631checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8632dependencies = [
 8633 "idna_adapter",
 8634 "smallvec",
 8635 "utf8_iter",
 8636]
 8637
 8638[[package]]
 8639name = "idna_adapter"
 8640version = "1.2.1"
 8641source = "registry+https://github.com/rust-lang/crates.io-index"
 8642checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8643dependencies = [
 8644 "icu_normalizer",
 8645 "icu_properties",
 8646]
 8647
 8648[[package]]
 8649name = "ignore"
 8650version = "0.4.24"
 8651source = "registry+https://github.com/rust-lang/crates.io-index"
 8652checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8653dependencies = [
 8654 "crossbeam-deque",
 8655 "globset",
 8656 "log",
 8657 "memchr",
 8658 "regex-automata",
 8659 "same-file",
 8660 "walkdir",
 8661 "winapi-util",
 8662]
 8663
 8664[[package]]
 8665name = "image"
 8666version = "0.25.8"
 8667source = "registry+https://github.com/rust-lang/crates.io-index"
 8668checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8669dependencies = [
 8670 "bytemuck",
 8671 "byteorder-lite",
 8672 "color_quant",
 8673 "exr",
 8674 "gif",
 8675 "image-webp",
 8676 "moxcms",
 8677 "num-traits",
 8678 "png 0.18.0",
 8679 "qoi",
 8680 "ravif",
 8681 "rayon",
 8682 "rgb",
 8683 "tiff",
 8684 "zune-core",
 8685 "zune-jpeg",
 8686]
 8687
 8688[[package]]
 8689name = "image-webp"
 8690version = "0.2.4"
 8691source = "registry+https://github.com/rust-lang/crates.io-index"
 8692checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8693dependencies = [
 8694 "byteorder-lite",
 8695 "quick-error 2.0.1",
 8696]
 8697
 8698[[package]]
 8699name = "image_viewer"
 8700version = "0.1.0"
 8701dependencies = [
 8702 "anyhow",
 8703 "db",
 8704 "editor",
 8705 "file_icons",
 8706 "gpui",
 8707 "language",
 8708 "log",
 8709 "project",
 8710 "serde",
 8711 "settings",
 8712 "theme",
 8713 "ui",
 8714 "util",
 8715 "workspace",
 8716]
 8717
 8718[[package]]
 8719name = "imagesize"
 8720version = "0.13.0"
 8721source = "registry+https://github.com/rust-lang/crates.io-index"
 8722checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8723
 8724[[package]]
 8725name = "imara-diff"
 8726version = "0.1.8"
 8727source = "registry+https://github.com/rust-lang/crates.io-index"
 8728checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8729dependencies = [
 8730 "hashbrown 0.15.5",
 8731]
 8732
 8733[[package]]
 8734name = "imgref"
 8735version = "1.12.0"
 8736source = "registry+https://github.com/rust-lang/crates.io-index"
 8737checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8738
 8739[[package]]
 8740name = "indenter"
 8741version = "0.3.4"
 8742source = "registry+https://github.com/rust-lang/crates.io-index"
 8743checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8744
 8745[[package]]
 8746name = "indexmap"
 8747version = "2.11.4"
 8748source = "registry+https://github.com/rust-lang/crates.io-index"
 8749checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8750dependencies = [
 8751 "equivalent",
 8752 "hashbrown 0.16.1",
 8753 "serde",
 8754 "serde_core",
 8755]
 8756
 8757[[package]]
 8758name = "indoc"
 8759version = "2.0.6"
 8760source = "registry+https://github.com/rust-lang/crates.io-index"
 8761checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8762
 8763[[package]]
 8764name = "inherent"
 8765version = "1.0.13"
 8766source = "registry+https://github.com/rust-lang/crates.io-index"
 8767checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8768dependencies = [
 8769 "proc-macro2",
 8770 "quote",
 8771 "syn 2.0.117",
 8772]
 8773
 8774[[package]]
 8775name = "inotify"
 8776version = "0.9.6"
 8777source = "registry+https://github.com/rust-lang/crates.io-index"
 8778checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8779dependencies = [
 8780 "bitflags 1.3.2",
 8781 "inotify-sys",
 8782 "libc",
 8783]
 8784
 8785[[package]]
 8786name = "inotify"
 8787version = "0.11.0"
 8788source = "registry+https://github.com/rust-lang/crates.io-index"
 8789checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8790dependencies = [
 8791 "bitflags 2.10.0",
 8792 "inotify-sys",
 8793 "libc",
 8794]
 8795
 8796[[package]]
 8797name = "inotify-sys"
 8798version = "0.1.5"
 8799source = "registry+https://github.com/rust-lang/crates.io-index"
 8800checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8801dependencies = [
 8802 "libc",
 8803]
 8804
 8805[[package]]
 8806name = "inout"
 8807version = "0.1.4"
 8808source = "registry+https://github.com/rust-lang/crates.io-index"
 8809checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8810dependencies = [
 8811 "block-padding",
 8812 "generic-array",
 8813]
 8814
 8815[[package]]
 8816name = "inspector_ui"
 8817version = "0.1.0"
 8818dependencies = [
 8819 "anyhow",
 8820 "command_palette_hooks",
 8821 "editor",
 8822 "fuzzy",
 8823 "gpui",
 8824 "language",
 8825 "project",
 8826 "serde_json",
 8827 "serde_json_lenient",
 8828 "theme",
 8829 "ui",
 8830 "util",
 8831 "util_macros",
 8832 "workspace",
 8833 "zed_actions",
 8834]
 8835
 8836[[package]]
 8837name = "install_cli"
 8838version = "0.1.0"
 8839dependencies = [
 8840 "anyhow",
 8841 "client",
 8842 "gpui",
 8843 "release_channel",
 8844 "smol",
 8845 "util",
 8846 "workspace",
 8847]
 8848
 8849[[package]]
 8850name = "instant"
 8851version = "0.1.13"
 8852source = "registry+https://github.com/rust-lang/crates.io-index"
 8853checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8854dependencies = [
 8855 "cfg-if",
 8856]
 8857
 8858[[package]]
 8859name = "interpolate_name"
 8860version = "0.2.4"
 8861source = "registry+https://github.com/rust-lang/crates.io-index"
 8862checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8863dependencies = [
 8864 "proc-macro2",
 8865 "quote",
 8866 "syn 2.0.117",
 8867]
 8868
 8869[[package]]
 8870name = "inventory"
 8871version = "0.3.21"
 8872source = "registry+https://github.com/rust-lang/crates.io-index"
 8873checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8874dependencies = [
 8875 "rustversion",
 8876]
 8877
 8878[[package]]
 8879name = "io-extras"
 8880version = "0.18.4"
 8881source = "registry+https://github.com/rust-lang/crates.io-index"
 8882checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8883dependencies = [
 8884 "io-lifetimes",
 8885 "windows-sys 0.59.0",
 8886]
 8887
 8888[[package]]
 8889name = "io-lifetimes"
 8890version = "2.0.4"
 8891source = "registry+https://github.com/rust-lang/crates.io-index"
 8892checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8893
 8894[[package]]
 8895name = "io-surface"
 8896version = "0.16.1"
 8897source = "registry+https://github.com/rust-lang/crates.io-index"
 8898checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8899dependencies = [
 8900 "cgl",
 8901 "core-foundation 0.10.0",
 8902 "core-foundation-sys",
 8903 "leaky-cow",
 8904]
 8905
 8906[[package]]
 8907name = "iovec"
 8908version = "0.1.4"
 8909source = "registry+https://github.com/rust-lang/crates.io-index"
 8910checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8911dependencies = [
 8912 "libc",
 8913]
 8914
 8915[[package]]
 8916name = "ipc-channel"
 8917version = "0.19.0"
 8918source = "registry+https://github.com/rust-lang/crates.io-index"
 8919checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8920dependencies = [
 8921 "bincode",
 8922 "crossbeam-channel",
 8923 "fnv",
 8924 "lazy_static",
 8925 "libc",
 8926 "mio 1.1.0",
 8927 "rand 0.8.5",
 8928 "serde",
 8929 "tempfile",
 8930 "uuid",
 8931 "windows 0.58.0",
 8932]
 8933
 8934[[package]]
 8935name = "ipnet"
 8936version = "2.11.0"
 8937source = "registry+https://github.com/rust-lang/crates.io-index"
 8938checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8939
 8940[[package]]
 8941name = "iri-string"
 8942version = "0.7.8"
 8943source = "registry+https://github.com/rust-lang/crates.io-index"
 8944checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8945dependencies = [
 8946 "memchr",
 8947 "serde",
 8948]
 8949
 8950[[package]]
 8951name = "is-docker"
 8952version = "0.2.0"
 8953source = "registry+https://github.com/rust-lang/crates.io-index"
 8954checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8955dependencies = [
 8956 "once_cell",
 8957]
 8958
 8959[[package]]
 8960name = "is-terminal"
 8961version = "0.4.16"
 8962source = "registry+https://github.com/rust-lang/crates.io-index"
 8963checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8964dependencies = [
 8965 "hermit-abi",
 8966 "libc",
 8967 "windows-sys 0.59.0",
 8968]
 8969
 8970[[package]]
 8971name = "is-wsl"
 8972version = "0.4.0"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8975dependencies = [
 8976 "is-docker",
 8977 "once_cell",
 8978]
 8979
 8980[[package]]
 8981name = "is_executable"
 8982version = "1.0.5"
 8983source = "registry+https://github.com/rust-lang/crates.io-index"
 8984checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8985dependencies = [
 8986 "windows-sys 0.60.2",
 8987]
 8988
 8989[[package]]
 8990name = "is_terminal_polyfill"
 8991version = "1.70.1"
 8992source = "registry+https://github.com/rust-lang/crates.io-index"
 8993checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8994
 8995[[package]]
 8996name = "itertools"
 8997version = "0.10.5"
 8998source = "registry+https://github.com/rust-lang/crates.io-index"
 8999checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 9000dependencies = [
 9001 "either",
 9002]
 9003
 9004[[package]]
 9005name = "itertools"
 9006version = "0.11.0"
 9007source = "registry+https://github.com/rust-lang/crates.io-index"
 9008checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9009dependencies = [
 9010 "either",
 9011]
 9012
 9013[[package]]
 9014name = "itertools"
 9015version = "0.12.1"
 9016source = "registry+https://github.com/rust-lang/crates.io-index"
 9017checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 9018dependencies = [
 9019 "either",
 9020]
 9021
 9022[[package]]
 9023name = "itertools"
 9024version = "0.14.0"
 9025source = "registry+https://github.com/rust-lang/crates.io-index"
 9026checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9027dependencies = [
 9028 "either",
 9029]
 9030
 9031[[package]]
 9032name = "itoa"
 9033version = "1.0.15"
 9034source = "registry+https://github.com/rust-lang/crates.io-index"
 9035checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9036
 9037[[package]]
 9038name = "jiff"
 9039version = "0.2.15"
 9040source = "registry+https://github.com/rust-lang/crates.io-index"
 9041checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9042dependencies = [
 9043 "jiff-static",
 9044 "log",
 9045 "portable-atomic",
 9046 "portable-atomic-util",
 9047 "serde",
 9048]
 9049
 9050[[package]]
 9051name = "jiff-static"
 9052version = "0.2.15"
 9053source = "registry+https://github.com/rust-lang/crates.io-index"
 9054checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9055dependencies = [
 9056 "proc-macro2",
 9057 "quote",
 9058 "syn 2.0.117",
 9059]
 9060
 9061[[package]]
 9062name = "jni"
 9063version = "0.21.1"
 9064source = "registry+https://github.com/rust-lang/crates.io-index"
 9065checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9066dependencies = [
 9067 "cesu8",
 9068 "cfg-if",
 9069 "combine",
 9070 "jni-sys",
 9071 "log",
 9072 "thiserror 1.0.69",
 9073 "walkdir",
 9074 "windows-sys 0.45.0",
 9075]
 9076
 9077[[package]]
 9078name = "jni-sys"
 9079version = "0.3.0"
 9080source = "registry+https://github.com/rust-lang/crates.io-index"
 9081checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9082
 9083[[package]]
 9084name = "jobserver"
 9085version = "0.1.34"
 9086source = "registry+https://github.com/rust-lang/crates.io-index"
 9087checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9088dependencies = [
 9089 "getrandom 0.3.4",
 9090 "libc",
 9091]
 9092
 9093[[package]]
 9094name = "journal"
 9095version = "0.1.0"
 9096dependencies = [
 9097 "anyhow",
 9098 "chrono",
 9099 "editor",
 9100 "gpui",
 9101 "log",
 9102 "serde",
 9103 "settings",
 9104 "shellexpand 2.1.2",
 9105 "workspace",
 9106]
 9107
 9108[[package]]
 9109name = "js-sys"
 9110version = "0.3.90"
 9111source = "registry+https://github.com/rust-lang/crates.io-index"
 9112checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9113dependencies = [
 9114 "once_cell",
 9115 "wasm-bindgen",
 9116]
 9117
 9118[[package]]
 9119name = "json5"
 9120version = "0.4.1"
 9121source = "registry+https://github.com/rust-lang/crates.io-index"
 9122checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9123dependencies = [
 9124 "pest",
 9125 "pest_derive",
 9126 "serde",
 9127]
 9128
 9129[[package]]
 9130name = "json_dotpath"
 9131version = "1.1.0"
 9132source = "registry+https://github.com/rust-lang/crates.io-index"
 9133checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9134dependencies = [
 9135 "serde",
 9136 "serde_derive",
 9137 "serde_json",
 9138 "thiserror 1.0.69",
 9139]
 9140
 9141[[package]]
 9142name = "json_schema_store"
 9143version = "0.1.0"
 9144dependencies = [
 9145 "anyhow",
 9146 "collections",
 9147 "dap",
 9148 "extension",
 9149 "gpui",
 9150 "language",
 9151 "parking_lot",
 9152 "paths",
 9153 "project",
 9154 "schemars",
 9155 "serde",
 9156 "serde_json",
 9157 "settings",
 9158 "snippet_provider",
 9159 "task",
 9160 "theme",
 9161 "util",
 9162]
 9163
 9164[[package]]
 9165name = "jsonschema"
 9166version = "0.37.4"
 9167source = "registry+https://github.com/rust-lang/crates.io-index"
 9168checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9169dependencies = [
 9170 "ahash 0.8.12",
 9171 "bytecount",
 9172 "data-encoding",
 9173 "email_address",
 9174 "fancy-regex 0.16.2",
 9175 "fraction",
 9176 "getrandom 0.3.4",
 9177 "idna",
 9178 "itoa",
 9179 "num-cmp",
 9180 "num-traits",
 9181 "percent-encoding",
 9182 "referencing",
 9183 "regex",
 9184 "regex-syntax",
 9185 "reqwest 0.12.24",
 9186 "serde",
 9187 "serde_json",
 9188 "unicode-general-category",
 9189 "uuid-simd",
 9190]
 9191
 9192[[package]]
 9193name = "jsonwebtoken"
 9194version = "10.3.0"
 9195source = "registry+https://github.com/rust-lang/crates.io-index"
 9196checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9197dependencies = [
 9198 "aws-lc-rs",
 9199 "base64 0.22.1",
 9200 "getrandom 0.2.16",
 9201 "js-sys",
 9202 "pem",
 9203 "serde",
 9204 "serde_json",
 9205 "signature 2.2.0",
 9206 "simple_asn1",
 9207]
 9208
 9209[[package]]
 9210name = "jupyter-protocol"
 9211version = "1.4.0"
 9212source = "registry+https://github.com/rust-lang/crates.io-index"
 9213checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9214dependencies = [
 9215 "async-trait",
 9216 "bytes 1.11.1",
 9217 "chrono",
 9218 "futures 0.3.31",
 9219 "serde",
 9220 "serde_json",
 9221 "thiserror 2.0.17",
 9222 "uuid",
 9223]
 9224
 9225[[package]]
 9226name = "jupyter-websocket-client"
 9227version = "1.0.0"
 9228source = "registry+https://github.com/rust-lang/crates.io-index"
 9229checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9230dependencies = [
 9231 "anyhow",
 9232 "async-trait",
 9233 "async-tungstenite",
 9234 "futures 0.3.31",
 9235 "jupyter-protocol",
 9236 "serde",
 9237 "serde_json",
 9238 "tokio",
 9239 "url",
 9240 "uuid",
 9241]
 9242
 9243[[package]]
 9244name = "keymap_editor"
 9245version = "0.1.0"
 9246dependencies = [
 9247 "anyhow",
 9248 "collections",
 9249 "command_palette",
 9250 "component",
 9251 "db",
 9252 "editor",
 9253 "fs",
 9254 "fuzzy",
 9255 "gpui",
 9256 "itertools 0.14.0",
 9257 "json_schema_store",
 9258 "language",
 9259 "log",
 9260 "menu",
 9261 "notifications",
 9262 "paths",
 9263 "project",
 9264 "search",
 9265 "serde",
 9266 "serde_json",
 9267 "settings",
 9268 "telemetry",
 9269 "tempfile",
 9270 "theme",
 9271 "tree-sitter-json",
 9272 "tree-sitter-rust",
 9273 "ui",
 9274 "ui_input",
 9275 "util",
 9276 "workspace",
 9277 "zed_actions",
 9278]
 9279
 9280[[package]]
 9281name = "khronos-egl"
 9282version = "6.0.0"
 9283source = "registry+https://github.com/rust-lang/crates.io-index"
 9284checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9285dependencies = [
 9286 "libc",
 9287 "libloading",
 9288 "pkg-config",
 9289]
 9290
 9291[[package]]
 9292name = "khronos_api"
 9293version = "3.1.0"
 9294source = "registry+https://github.com/rust-lang/crates.io-index"
 9295checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9296
 9297[[package]]
 9298name = "kqueue"
 9299version = "1.1.1"
 9300source = "registry+https://github.com/rust-lang/crates.io-index"
 9301checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9302dependencies = [
 9303 "kqueue-sys",
 9304 "libc",
 9305]
 9306
 9307[[package]]
 9308name = "kqueue-sys"
 9309version = "1.0.4"
 9310source = "registry+https://github.com/rust-lang/crates.io-index"
 9311checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9312dependencies = [
 9313 "bitflags 1.3.2",
 9314 "libc",
 9315]
 9316
 9317[[package]]
 9318name = "kurbo"
 9319version = "0.11.3"
 9320source = "registry+https://github.com/rust-lang/crates.io-index"
 9321checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9322dependencies = [
 9323 "arrayvec",
 9324 "euclid",
 9325 "smallvec",
 9326]
 9327
 9328[[package]]
 9329name = "kv-log-macro"
 9330version = "1.0.7"
 9331source = "registry+https://github.com/rust-lang/crates.io-index"
 9332checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9333dependencies = [
 9334 "log",
 9335]
 9336
 9337[[package]]
 9338name = "language"
 9339version = "0.1.0"
 9340dependencies = [
 9341 "anyhow",
 9342 "async-trait",
 9343 "clock",
 9344 "collections",
 9345 "ctor",
 9346 "diffy",
 9347 "ec4rs",
 9348 "encoding_rs",
 9349 "fs",
 9350 "futures 0.3.31",
 9351 "fuzzy",
 9352 "globset",
 9353 "gpui",
 9354 "http_client",
 9355 "imara-diff",
 9356 "indoc",
 9357 "itertools 0.14.0",
 9358 "log",
 9359 "lsp",
 9360 "parking_lot",
 9361 "postage",
 9362 "pretty_assertions",
 9363 "rand 0.9.2",
 9364 "regex",
 9365 "rpc",
 9366 "schemars",
 9367 "semver",
 9368 "serde",
 9369 "serde_json",
 9370 "settings",
 9371 "shellexpand 2.1.2",
 9372 "smallvec",
 9373 "smol",
 9374 "streaming-iterator",
 9375 "strsim",
 9376 "sum_tree",
 9377 "task",
 9378 "text",
 9379 "theme",
 9380 "toml 0.8.23",
 9381 "tracing",
 9382 "tree-sitter",
 9383 "tree-sitter-elixir",
 9384 "tree-sitter-embedded-template",
 9385 "tree-sitter-heex",
 9386 "tree-sitter-html",
 9387 "tree-sitter-json",
 9388 "tree-sitter-md",
 9389 "tree-sitter-python",
 9390 "tree-sitter-ruby",
 9391 "tree-sitter-rust",
 9392 "tree-sitter-typescript",
 9393 "unicase",
 9394 "unindent",
 9395 "util",
 9396 "watch",
 9397 "zlog",
 9398 "ztracing",
 9399]
 9400
 9401[[package]]
 9402name = "language_extension"
 9403version = "0.1.0"
 9404dependencies = [
 9405 "anyhow",
 9406 "async-trait",
 9407 "collections",
 9408 "extension",
 9409 "fs",
 9410 "futures 0.3.31",
 9411 "gpui",
 9412 "language",
 9413 "log",
 9414 "lsp",
 9415 "project",
 9416 "serde",
 9417 "serde_json",
 9418 "tracing",
 9419 "util",
 9420 "ztracing",
 9421]
 9422
 9423[[package]]
 9424name = "language_model"
 9425version = "0.1.0"
 9426dependencies = [
 9427 "anthropic",
 9428 "anyhow",
 9429 "base64 0.22.1",
 9430 "client",
 9431 "cloud_api_client",
 9432 "cloud_api_types",
 9433 "cloud_llm_client",
 9434 "collections",
 9435 "credentials_provider",
 9436 "futures 0.3.31",
 9437 "gpui",
 9438 "http_client",
 9439 "icons",
 9440 "image",
 9441 "log",
 9442 "open_ai",
 9443 "open_router",
 9444 "parking_lot",
 9445 "proto",
 9446 "schemars",
 9447 "serde",
 9448 "serde_json",
 9449 "settings",
 9450 "smol",
 9451 "thiserror 2.0.17",
 9452 "util",
 9453 "zed_env_vars",
 9454]
 9455
 9456[[package]]
 9457name = "language_models"
 9458version = "0.1.0"
 9459dependencies = [
 9460 "ai_onboarding",
 9461 "anthropic",
 9462 "anyhow",
 9463 "aws-config",
 9464 "aws-credential-types",
 9465 "aws_http_client",
 9466 "base64 0.22.1",
 9467 "bedrock",
 9468 "client",
 9469 "cloud_api_types",
 9470 "cloud_llm_client",
 9471 "collections",
 9472 "component",
 9473 "convert_case 0.8.0",
 9474 "copilot",
 9475 "copilot_chat",
 9476 "copilot_ui",
 9477 "credentials_provider",
 9478 "deepseek",
 9479 "extension",
 9480 "extension_host",
 9481 "fs",
 9482 "futures 0.3.31",
 9483 "google_ai",
 9484 "gpui",
 9485 "gpui_tokio",
 9486 "http_client",
 9487 "language",
 9488 "language_model",
 9489 "lmstudio",
 9490 "log",
 9491 "menu",
 9492 "mistral",
 9493 "ollama",
 9494 "open_ai",
 9495 "open_router",
 9496 "partial-json-fixer",
 9497 "pretty_assertions",
 9498 "release_channel",
 9499 "schemars",
 9500 "semver",
 9501 "serde",
 9502 "serde_json",
 9503 "settings",
 9504 "smol",
 9505 "strum 0.27.2",
 9506 "thiserror 2.0.17",
 9507 "tiktoken-rs",
 9508 "tokio",
 9509 "ui",
 9510 "ui_input",
 9511 "util",
 9512 "vercel",
 9513 "x_ai",
 9514]
 9515
 9516[[package]]
 9517name = "language_onboarding"
 9518version = "0.1.0"
 9519dependencies = [
 9520 "db",
 9521 "editor",
 9522 "gpui",
 9523 "project",
 9524 "ui",
 9525 "workspace",
 9526]
 9527
 9528[[package]]
 9529name = "language_selector"
 9530version = "0.1.0"
 9531dependencies = [
 9532 "anyhow",
 9533 "editor",
 9534 "file_icons",
 9535 "fuzzy",
 9536 "gpui",
 9537 "language",
 9538 "open_path_prompt",
 9539 "picker",
 9540 "project",
 9541 "serde_json",
 9542 "settings",
 9543 "ui",
 9544 "util",
 9545 "workspace",
 9546]
 9547
 9548[[package]]
 9549name = "language_tools"
 9550version = "0.1.0"
 9551dependencies = [
 9552 "anyhow",
 9553 "client",
 9554 "collections",
 9555 "command_palette_hooks",
 9556 "edit_prediction",
 9557 "editor",
 9558 "futures 0.3.31",
 9559 "gpui",
 9560 "itertools 0.14.0",
 9561 "language",
 9562 "lsp",
 9563 "menu",
 9564 "project",
 9565 "proto",
 9566 "release_channel",
 9567 "semver",
 9568 "serde_json",
 9569 "settings",
 9570 "sysinfo 0.37.2",
 9571 "telemetry",
 9572 "theme",
 9573 "tree-sitter",
 9574 "ui",
 9575 "util",
 9576 "workspace",
 9577 "zed_actions",
 9578 "zlog",
 9579]
 9580
 9581[[package]]
 9582name = "languages"
 9583version = "0.1.0"
 9584dependencies = [
 9585 "anyhow",
 9586 "async-compression",
 9587 "async-fs",
 9588 "async-tar",
 9589 "async-trait",
 9590 "chrono",
 9591 "collections",
 9592 "futures 0.3.31",
 9593 "globset",
 9594 "gpui",
 9595 "http_client",
 9596 "itertools 0.14.0",
 9597 "json_schema_store",
 9598 "language",
 9599 "log",
 9600 "lsp",
 9601 "node_runtime",
 9602 "parking_lot",
 9603 "pet",
 9604 "pet-conda",
 9605 "pet-core",
 9606 "pet-fs",
 9607 "pet-poetry",
 9608 "pet-reporter",
 9609 "pet-virtualenv",
 9610 "pretty_assertions",
 9611 "project",
 9612 "regex",
 9613 "rope",
 9614 "rust-embed",
 9615 "semver",
 9616 "serde",
 9617 "serde_json",
 9618 "serde_json_lenient",
 9619 "settings",
 9620 "smallvec",
 9621 "smol",
 9622 "snippet",
 9623 "task",
 9624 "terminal",
 9625 "theme",
 9626 "toml 0.8.23",
 9627 "tree-sitter",
 9628 "tree-sitter-bash",
 9629 "tree-sitter-c",
 9630 "tree-sitter-cpp",
 9631 "tree-sitter-css",
 9632 "tree-sitter-diff",
 9633 "tree-sitter-gitcommit",
 9634 "tree-sitter-go",
 9635 "tree-sitter-gomod",
 9636 "tree-sitter-gowork",
 9637 "tree-sitter-jsdoc",
 9638 "tree-sitter-json",
 9639 "tree-sitter-md",
 9640 "tree-sitter-python",
 9641 "tree-sitter-regex",
 9642 "tree-sitter-rust",
 9643 "tree-sitter-typescript",
 9644 "tree-sitter-yaml",
 9645 "unindent",
 9646 "url",
 9647 "util",
 9648]
 9649
 9650[[package]]
 9651name = "lazy_static"
 9652version = "1.5.0"
 9653source = "registry+https://github.com/rust-lang/crates.io-index"
 9654checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9655dependencies = [
 9656 "spin 0.9.8",
 9657]
 9658
 9659[[package]]
 9660name = "leak"
 9661version = "0.1.2"
 9662source = "registry+https://github.com/rust-lang/crates.io-index"
 9663checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9664
 9665[[package]]
 9666name = "leaky-cow"
 9667version = "0.1.1"
 9668source = "registry+https://github.com/rust-lang/crates.io-index"
 9669checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9670dependencies = [
 9671 "leak",
 9672]
 9673
 9674[[package]]
 9675name = "leb128"
 9676version = "0.2.5"
 9677source = "registry+https://github.com/rust-lang/crates.io-index"
 9678checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9679
 9680[[package]]
 9681name = "leb128fmt"
 9682version = "0.1.0"
 9683source = "registry+https://github.com/rust-lang/crates.io-index"
 9684checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9685
 9686[[package]]
 9687name = "lebe"
 9688version = "0.5.3"
 9689source = "registry+https://github.com/rust-lang/crates.io-index"
 9690checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9691
 9692[[package]]
 9693name = "libc"
 9694version = "0.2.182"
 9695source = "registry+https://github.com/rust-lang/crates.io-index"
 9696checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9697
 9698[[package]]
 9699name = "libdbus-sys"
 9700version = "0.2.6"
 9701source = "registry+https://github.com/rust-lang/crates.io-index"
 9702checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9703dependencies = [
 9704 "cc",
 9705 "pkg-config",
 9706]
 9707
 9708[[package]]
 9709name = "libfuzzer-sys"
 9710version = "0.4.10"
 9711source = "registry+https://github.com/rust-lang/crates.io-index"
 9712checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9713dependencies = [
 9714 "arbitrary",
 9715 "cc",
 9716]
 9717
 9718[[package]]
 9719name = "libgit2-sys"
 9720version = "0.18.3+1.9.2"
 9721source = "registry+https://github.com/rust-lang/crates.io-index"
 9722checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9723dependencies = [
 9724 "cc",
 9725 "libc",
 9726 "libz-sys",
 9727 "pkg-config",
 9728]
 9729
 9730[[package]]
 9731name = "libloading"
 9732version = "0.8.9"
 9733source = "registry+https://github.com/rust-lang/crates.io-index"
 9734checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9735dependencies = [
 9736 "cfg-if",
 9737 "windows-link 0.2.1",
 9738]
 9739
 9740[[package]]
 9741name = "libm"
 9742version = "0.2.15"
 9743source = "registry+https://github.com/rust-lang/crates.io-index"
 9744checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9745
 9746[[package]]
 9747name = "libmimalloc-sys"
 9748version = "0.1.44"
 9749source = "registry+https://github.com/rust-lang/crates.io-index"
 9750checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9751dependencies = [
 9752 "cc",
 9753 "libc",
 9754]
 9755
 9756[[package]]
 9757name = "libredox"
 9758version = "0.1.10"
 9759source = "registry+https://github.com/rust-lang/crates.io-index"
 9760checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9761dependencies = [
 9762 "bitflags 2.10.0",
 9763 "libc",
 9764 "redox_syscall 0.5.18",
 9765]
 9766
 9767[[package]]
 9768name = "libsqlite3-sys"
 9769version = "0.30.1"
 9770source = "registry+https://github.com/rust-lang/crates.io-index"
 9771checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9772dependencies = [
 9773 "cc",
 9774 "pkg-config",
 9775 "vcpkg",
 9776]
 9777
 9778[[package]]
 9779name = "libwebrtc"
 9780version = "0.3.26"
 9781source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9782dependencies = [
 9783 "cxx",
 9784 "glib",
 9785 "jni",
 9786 "js-sys",
 9787 "lazy_static",
 9788 "livekit-protocol",
 9789 "livekit-runtime",
 9790 "log",
 9791 "parking_lot",
 9792 "serde",
 9793 "serde_json",
 9794 "thiserror 1.0.69",
 9795 "tokio",
 9796 "wasm-bindgen",
 9797 "wasm-bindgen-futures",
 9798 "web-sys",
 9799 "webrtc-sys",
 9800]
 9801
 9802[[package]]
 9803name = "libz-sys"
 9804version = "1.1.22"
 9805source = "registry+https://github.com/rust-lang/crates.io-index"
 9806checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9807dependencies = [
 9808 "cc",
 9809 "libc",
 9810 "pkg-config",
 9811 "vcpkg",
 9812]
 9813
 9814[[package]]
 9815name = "line_ending_selector"
 9816version = "0.1.0"
 9817dependencies = [
 9818 "editor",
 9819 "gpui",
 9820 "language",
 9821 "picker",
 9822 "project",
 9823 "ui",
 9824 "util",
 9825 "workspace",
 9826]
 9827
 9828[[package]]
 9829name = "linebender_resource_handle"
 9830version = "0.1.1"
 9831source = "registry+https://github.com/rust-lang/crates.io-index"
 9832checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9833
 9834[[package]]
 9835name = "link-cplusplus"
 9836version = "1.0.12"
 9837source = "registry+https://github.com/rust-lang/crates.io-index"
 9838checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9839dependencies = [
 9840 "cc",
 9841]
 9842
 9843[[package]]
 9844name = "linkify"
 9845version = "0.10.0"
 9846source = "registry+https://github.com/rust-lang/crates.io-index"
 9847checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9848dependencies = [
 9849 "memchr",
 9850]
 9851
 9852[[package]]
 9853name = "linux-raw-sys"
 9854version = "0.4.15"
 9855source = "registry+https://github.com/rust-lang/crates.io-index"
 9856checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9857
 9858[[package]]
 9859name = "linux-raw-sys"
 9860version = "0.11.0"
 9861source = "registry+https://github.com/rust-lang/crates.io-index"
 9862checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9863
 9864[[package]]
 9865name = "litemap"
 9866version = "0.8.0"
 9867source = "registry+https://github.com/rust-lang/crates.io-index"
 9868checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9869
 9870[[package]]
 9871name = "litrs"
 9872version = "1.0.0"
 9873source = "registry+https://github.com/rust-lang/crates.io-index"
 9874checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9875
 9876[[package]]
 9877name = "livekit"
 9878version = "0.7.32"
 9879source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9880dependencies = [
 9881 "base64 0.22.1",
 9882 "bmrng",
 9883 "bytes 1.11.1",
 9884 "chrono",
 9885 "futures-util",
 9886 "lazy_static",
 9887 "libloading",
 9888 "libwebrtc",
 9889 "livekit-api",
 9890 "livekit-protocol",
 9891 "livekit-runtime",
 9892 "log",
 9893 "parking_lot",
 9894 "prost 0.12.6",
 9895 "semver",
 9896 "serde",
 9897 "serde_json",
 9898 "thiserror 1.0.69",
 9899 "tokio",
 9900]
 9901
 9902[[package]]
 9903name = "livekit-api"
 9904version = "0.4.14"
 9905source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9906dependencies = [
 9907 "base64 0.21.7",
 9908 "futures-util",
 9909 "http 1.3.1",
 9910 "livekit-protocol",
 9911 "livekit-runtime",
 9912 "log",
 9913 "parking_lot",
 9914 "pbjson-types",
 9915 "prost 0.12.6",
 9916 "rand 0.9.2",
 9917 "reqwest 0.12.24",
 9918 "rustls-native-certs 0.6.3",
 9919 "scopeguard",
 9920 "serde",
 9921 "sha2",
 9922 "thiserror 1.0.69",
 9923 "tokio",
 9924 "tokio-rustls 0.26.2",
 9925 "tokio-tungstenite 0.28.0",
 9926 "url",
 9927]
 9928
 9929[[package]]
 9930name = "livekit-protocol"
 9931version = "0.7.1"
 9932source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9933dependencies = [
 9934 "futures-util",
 9935 "livekit-runtime",
 9936 "parking_lot",
 9937 "pbjson",
 9938 "pbjson-types",
 9939 "prost 0.12.6",
 9940 "serde",
 9941 "thiserror 1.0.69",
 9942 "tokio",
 9943]
 9944
 9945[[package]]
 9946name = "livekit-runtime"
 9947version = "0.4.0"
 9948source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9949dependencies = [
 9950 "tokio",
 9951 "tokio-stream",
 9952]
 9953
 9954[[package]]
 9955name = "livekit_api"
 9956version = "0.1.0"
 9957dependencies = [
 9958 "anyhow",
 9959 "async-trait",
 9960 "jsonwebtoken",
 9961 "log",
 9962 "prost 0.9.0",
 9963 "prost-build 0.9.0",
 9964 "prost-types 0.9.0",
 9965 "serde",
 9966 "zed-reqwest",
 9967]
 9968
 9969[[package]]
 9970name = "livekit_client"
 9971version = "0.1.0"
 9972dependencies = [
 9973 "anyhow",
 9974 "async-trait",
 9975 "audio",
 9976 "cocoa 0.26.0",
 9977 "collections",
 9978 "core-foundation 0.10.0",
 9979 "core-video",
 9980 "coreaudio-rs 0.12.1",
 9981 "cpal",
 9982 "futures 0.3.31",
 9983 "gpui",
 9984 "gpui_platform",
 9985 "gpui_tokio",
 9986 "http_client_tls",
 9987 "image",
 9988 "libwebrtc",
 9989 "livekit",
 9990 "livekit_api",
 9991 "log",
 9992 "nanoid",
 9993 "objc",
 9994 "parking_lot",
 9995 "postage",
 9996 "rodio",
 9997 "serde",
 9998 "serde_json",
 9999 "serde_urlencoded",
10000 "settings",
10001 "simplelog",
10002 "smallvec",
10003 "ui",
10004 "util",
10005 "zed-scap",
10006]
10007
10008[[package]]
10009name = "lmdb-master-sys"
10010version = "0.2.5"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10013dependencies = [
10014 "cc",
10015 "doxygen-rs",
10016 "libc",
10017]
10018
10019[[package]]
10020name = "lmstudio"
10021version = "0.1.0"
10022dependencies = [
10023 "anyhow",
10024 "futures 0.3.31",
10025 "http_client",
10026 "schemars",
10027 "serde",
10028 "serde_json",
10029]
10030
10031[[package]]
10032name = "lock_api"
10033version = "0.4.14"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10036dependencies = [
10037 "scopeguard",
10038]
10039
10040[[package]]
10041name = "log"
10042version = "0.4.29"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10045dependencies = [
10046 "serde_core",
10047 "value-bag",
10048]
10049
10050[[package]]
10051name = "loom"
10052version = "0.7.2"
10053source = "registry+https://github.com/rust-lang/crates.io-index"
10054checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10055dependencies = [
10056 "cfg-if",
10057 "generator",
10058 "scoped-tls",
10059 "tracing",
10060 "tracing-subscriber",
10061]
10062
10063[[package]]
10064name = "loop9"
10065version = "0.1.5"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10068dependencies = [
10069 "imgref",
10070]
10071
10072[[package]]
10073name = "lru"
10074version = "0.12.5"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10077dependencies = [
10078 "hashbrown 0.15.5",
10079]
10080
10081[[package]]
10082name = "lru-slab"
10083version = "0.1.2"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10086
10087[[package]]
10088name = "lsp"
10089version = "0.1.0"
10090dependencies = [
10091 "anyhow",
10092 "async-pipe",
10093 "collections",
10094 "ctor",
10095 "futures 0.3.31",
10096 "gpui",
10097 "gpui_util",
10098 "log",
10099 "lsp-types",
10100 "parking_lot",
10101 "postage",
10102 "release_channel",
10103 "schemars",
10104 "semver",
10105 "serde",
10106 "serde_json",
10107 "smol",
10108 "util",
10109 "zlog",
10110]
10111
10112[[package]]
10113name = "lsp-types"
10114version = "0.95.1"
10115source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10116dependencies = [
10117 "bitflags 1.3.2",
10118 "serde",
10119 "serde_json",
10120 "url",
10121]
10122
10123[[package]]
10124name = "lyon"
10125version = "1.0.16"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10128dependencies = [
10129 "lyon_algorithms",
10130 "lyon_extra",
10131 "lyon_tessellation",
10132]
10133
10134[[package]]
10135name = "lyon_algorithms"
10136version = "1.0.16"
10137source = "registry+https://github.com/rust-lang/crates.io-index"
10138checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10139dependencies = [
10140 "lyon_path",
10141 "num-traits",
10142]
10143
10144[[package]]
10145name = "lyon_extra"
10146version = "1.0.3"
10147source = "registry+https://github.com/rust-lang/crates.io-index"
10148checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10149dependencies = [
10150 "lyon_path",
10151 "thiserror 1.0.69",
10152]
10153
10154[[package]]
10155name = "lyon_geom"
10156version = "1.0.17"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10159dependencies = [
10160 "arrayvec",
10161 "euclid",
10162 "num-traits",
10163]
10164
10165[[package]]
10166name = "lyon_path"
10167version = "1.0.16"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10170dependencies = [
10171 "lyon_geom",
10172 "num-traits",
10173]
10174
10175[[package]]
10176name = "lyon_tessellation"
10177version = "1.0.16"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10180dependencies = [
10181 "float_next_after",
10182 "lyon_path",
10183 "num-traits",
10184]
10185
10186[[package]]
10187name = "mac"
10188version = "0.1.1"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10191
10192[[package]]
10193name = "mach2"
10194version = "0.4.3"
10195source = "registry+https://github.com/rust-lang/crates.io-index"
10196checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10197dependencies = [
10198 "libc",
10199]
10200
10201[[package]]
10202name = "mach2"
10203version = "0.5.0"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10206dependencies = [
10207 "libc",
10208]
10209
10210[[package]]
10211name = "malloc_buf"
10212version = "0.0.6"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10215dependencies = [
10216 "libc",
10217]
10218
10219[[package]]
10220name = "maplit"
10221version = "1.0.2"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10224
10225[[package]]
10226name = "markdown"
10227version = "0.1.0"
10228dependencies = [
10229 "assets",
10230 "base64 0.22.1",
10231 "collections",
10232 "env_logger 0.11.8",
10233 "fs",
10234 "futures 0.3.31",
10235 "gpui",
10236 "gpui_platform",
10237 "language",
10238 "languages",
10239 "linkify",
10240 "log",
10241 "node_runtime",
10242 "pulldown-cmark 0.13.0",
10243 "settings",
10244 "sum_tree",
10245 "theme",
10246 "ui",
10247 "util",
10248]
10249
10250[[package]]
10251name = "markdown_preview"
10252version = "0.1.0"
10253dependencies = [
10254 "anyhow",
10255 "async-recursion",
10256 "collections",
10257 "editor",
10258 "gpui",
10259 "html5ever 0.27.0",
10260 "language",
10261 "linkify",
10262 "log",
10263 "markdown",
10264 "markup5ever_rcdom",
10265 "mermaid-rs-renderer",
10266 "pretty_assertions",
10267 "pulldown-cmark 0.13.0",
10268 "settings",
10269 "stacksafe",
10270 "theme",
10271 "ui",
10272 "urlencoding",
10273 "util",
10274 "workspace",
10275 "zed_actions",
10276]
10277
10278[[package]]
10279name = "markup5ever"
10280version = "0.12.1"
10281source = "registry+https://github.com/rust-lang/crates.io-index"
10282checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10283dependencies = [
10284 "log",
10285 "phf 0.11.3",
10286 "phf_codegen",
10287 "string_cache",
10288 "string_cache_codegen",
10289 "tendril",
10290]
10291
10292[[package]]
10293name = "markup5ever"
10294version = "0.35.0"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10297dependencies = [
10298 "log",
10299 "tendril",
10300 "web_atoms",
10301]
10302
10303[[package]]
10304name = "markup5ever_rcdom"
10305version = "0.3.0"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10308dependencies = [
10309 "html5ever 0.27.0",
10310 "markup5ever 0.12.1",
10311 "tendril",
10312 "xml5ever",
10313]
10314
10315[[package]]
10316name = "match_token"
10317version = "0.35.0"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10320dependencies = [
10321 "proc-macro2",
10322 "quote",
10323 "syn 2.0.117",
10324]
10325
10326[[package]]
10327name = "matchers"
10328version = "0.2.0"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10331dependencies = [
10332 "regex-automata",
10333]
10334
10335[[package]]
10336name = "matchit"
10337version = "0.7.3"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10340
10341[[package]]
10342name = "maybe-owned"
10343version = "0.3.4"
10344source = "registry+https://github.com/rust-lang/crates.io-index"
10345checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10346
10347[[package]]
10348name = "maybe-rayon"
10349version = "0.1.1"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10352dependencies = [
10353 "cfg-if",
10354 "rayon",
10355]
10356
10357[[package]]
10358name = "md-5"
10359version = "0.10.6"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10362dependencies = [
10363 "cfg-if",
10364 "digest",
10365]
10366
10367[[package]]
10368name = "mdbook"
10369version = "0.4.40"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10372dependencies = [
10373 "ammonia",
10374 "anyhow",
10375 "chrono",
10376 "clap",
10377 "clap_complete",
10378 "elasticlunr-rs",
10379 "env_logger 0.11.8",
10380 "futures-util",
10381 "handlebars 5.1.2",
10382 "ignore",
10383 "log",
10384 "memchr",
10385 "notify 6.1.1",
10386 "notify-debouncer-mini",
10387 "once_cell",
10388 "opener",
10389 "pathdiff",
10390 "pulldown-cmark 0.10.3",
10391 "regex",
10392 "serde",
10393 "serde_json",
10394 "shlex",
10395 "tempfile",
10396 "tokio",
10397 "toml 0.5.11",
10398 "topological-sort",
10399 "walkdir",
10400 "warp",
10401]
10402
10403[[package]]
10404name = "media"
10405version = "0.1.0"
10406dependencies = [
10407 "anyhow",
10408 "bindgen 0.71.1",
10409 "core-foundation 0.10.0",
10410 "core-video",
10411 "ctor",
10412 "foreign-types 0.5.0",
10413 "metal",
10414 "objc",
10415]
10416
10417[[package]]
10418name = "memchr"
10419version = "2.7.6"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10422
10423[[package]]
10424name = "memfd"
10425version = "0.6.5"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10428dependencies = [
10429 "rustix 1.1.2",
10430]
10431
10432[[package]]
10433name = "memmap2"
10434version = "0.9.8"
10435source = "registry+https://github.com/rust-lang/crates.io-index"
10436checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10437dependencies = [
10438 "libc",
10439 "stable_deref_trait",
10440]
10441
10442[[package]]
10443name = "memoffset"
10444version = "0.9.1"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10447dependencies = [
10448 "autocfg",
10449]
10450
10451[[package]]
10452name = "menu"
10453version = "0.1.0"
10454dependencies = [
10455 "gpui",
10456]
10457
10458[[package]]
10459name = "merge"
10460version = "0.1.0"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10463dependencies = [
10464 "merge_derive",
10465 "num-traits",
10466]
10467
10468[[package]]
10469name = "merge_derive"
10470version = "0.1.0"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10473dependencies = [
10474 "proc-macro-error",
10475 "proc-macro2",
10476 "quote",
10477 "syn 1.0.109",
10478]
10479
10480[[package]]
10481name = "mermaid-rs-renderer"
10482version = "0.2.0"
10483source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10484dependencies = [
10485 "anyhow",
10486 "fontdb 0.16.2",
10487 "json5",
10488 "once_cell",
10489 "regex",
10490 "serde",
10491 "serde_json",
10492 "thiserror 2.0.17",
10493 "ttf-parser 0.20.0",
10494]
10495
10496[[package]]
10497name = "metal"
10498version = "0.33.0"
10499source = "registry+https://github.com/rust-lang/crates.io-index"
10500checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10501dependencies = [
10502 "bitflags 2.10.0",
10503 "block",
10504 "core-graphics-types 0.2.0",
10505 "foreign-types 0.5.0",
10506 "log",
10507 "objc",
10508 "paste",
10509]
10510
10511[[package]]
10512name = "migrator"
10513version = "0.1.0"
10514dependencies = [
10515 "anyhow",
10516 "collections",
10517 "convert_case 0.8.0",
10518 "log",
10519 "pretty_assertions",
10520 "serde_json",
10521 "serde_json_lenient",
10522 "settings_content",
10523 "settings_json",
10524 "streaming-iterator",
10525 "tree-sitter",
10526 "tree-sitter-json",
10527 "unindent",
10528]
10529
10530[[package]]
10531name = "mimalloc"
10532version = "0.1.48"
10533source = "registry+https://github.com/rust-lang/crates.io-index"
10534checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10535dependencies = [
10536 "libmimalloc-sys",
10537]
10538
10539[[package]]
10540name = "mime"
10541version = "0.3.17"
10542source = "registry+https://github.com/rust-lang/crates.io-index"
10543checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10544
10545[[package]]
10546name = "mime_guess"
10547version = "2.0.5"
10548source = "registry+https://github.com/rust-lang/crates.io-index"
10549checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10550dependencies = [
10551 "mime",
10552 "unicase",
10553]
10554
10555[[package]]
10556name = "minidump-common"
10557version = "0.26.1"
10558source = "registry+https://github.com/rust-lang/crates.io-index"
10559checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10560dependencies = [
10561 "bitflags 2.10.0",
10562 "debugid",
10563 "num-derive",
10564 "num-traits",
10565 "range-map",
10566 "scroll",
10567 "smart-default",
10568]
10569
10570[[package]]
10571name = "minidump-writer"
10572version = "0.11.0"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10575dependencies = [
10576 "bitflags 2.10.0",
10577 "byteorder",
10578 "cfg-if",
10579 "crash-context",
10580 "error-graph",
10581 "failspot",
10582 "goblin",
10583 "libc",
10584 "log",
10585 "mach2 0.4.3",
10586 "memmap2",
10587 "memoffset",
10588 "minidump-common",
10589 "nix 0.29.0",
10590 "procfs-core",
10591 "scroll",
10592 "serde",
10593 "serde_json",
10594 "tempfile",
10595 "thiserror 2.0.17",
10596]
10597
10598[[package]]
10599name = "minidumper"
10600version = "0.9.0"
10601source = "registry+https://github.com/rust-lang/crates.io-index"
10602checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10603dependencies = [
10604 "cfg-if",
10605 "crash-context",
10606 "libc",
10607 "log",
10608 "minidump-writer",
10609 "parking_lot",
10610 "polling",
10611 "scroll",
10612 "thiserror 2.0.17",
10613 "uds",
10614]
10615
10616[[package]]
10617name = "minimal-lexical"
10618version = "0.2.1"
10619source = "registry+https://github.com/rust-lang/crates.io-index"
10620checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10621
10622[[package]]
10623name = "miniprofiler_ui"
10624version = "0.1.0"
10625dependencies = [
10626 "gpui",
10627 "rpc",
10628 "serde_json",
10629 "smol",
10630 "theme",
10631 "util",
10632 "workspace",
10633 "zed_actions",
10634]
10635
10636[[package]]
10637name = "miniz_oxide"
10638version = "0.8.9"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10641dependencies = [
10642 "adler2",
10643 "simd-adler32",
10644]
10645
10646[[package]]
10647name = "mio"
10648version = "0.8.11"
10649source = "registry+https://github.com/rust-lang/crates.io-index"
10650checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10651dependencies = [
10652 "libc",
10653 "log",
10654 "wasi",
10655 "windows-sys 0.48.0",
10656]
10657
10658[[package]]
10659name = "mio"
10660version = "1.1.0"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10663dependencies = [
10664 "libc",
10665 "log",
10666 "wasi",
10667 "windows-sys 0.61.2",
10668]
10669
10670[[package]]
10671name = "miow"
10672version = "0.6.1"
10673source = "registry+https://github.com/rust-lang/crates.io-index"
10674checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10675dependencies = [
10676 "windows-sys 0.61.2",
10677]
10678
10679[[package]]
10680name = "mistral"
10681version = "0.1.0"
10682dependencies = [
10683 "anyhow",
10684 "futures 0.3.31",
10685 "http_client",
10686 "schemars",
10687 "serde",
10688 "serde_json",
10689 "strum 0.27.2",
10690]
10691
10692[[package]]
10693name = "moka"
10694version = "0.12.11"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10697dependencies = [
10698 "crossbeam-channel",
10699 "crossbeam-epoch",
10700 "crossbeam-utils",
10701 "equivalent",
10702 "parking_lot",
10703 "portable-atomic",
10704 "rustc_version",
10705 "smallvec",
10706 "tagptr",
10707 "uuid",
10708]
10709
10710[[package]]
10711name = "moxcms"
10712version = "0.7.7"
10713source = "registry+https://github.com/rust-lang/crates.io-index"
10714checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10715dependencies = [
10716 "num-traits",
10717 "pxfm",
10718]
10719
10720[[package]]
10721name = "msvc_spectre_libs"
10722version = "0.1.3"
10723source = "registry+https://github.com/rust-lang/crates.io-index"
10724checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10725dependencies = [
10726 "cc",
10727]
10728
10729[[package]]
10730name = "multi_buffer"
10731version = "0.1.0"
10732dependencies = [
10733 "anyhow",
10734 "buffer_diff",
10735 "clock",
10736 "collections",
10737 "ctor",
10738 "gpui",
10739 "indoc",
10740 "itertools 0.14.0",
10741 "language",
10742 "log",
10743 "parking_lot",
10744 "pretty_assertions",
10745 "rand 0.9.2",
10746 "rope",
10747 "serde",
10748 "settings",
10749 "smallvec",
10750 "smol",
10751 "sum_tree",
10752 "text",
10753 "theme",
10754 "tracing",
10755 "tree-sitter",
10756 "util",
10757 "zlog",
10758 "ztracing",
10759]
10760
10761[[package]]
10762name = "multimap"
10763version = "0.8.3"
10764source = "registry+https://github.com/rust-lang/crates.io-index"
10765checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10766
10767[[package]]
10768name = "naga"
10769version = "29.0.0"
10770source = "registry+https://github.com/rust-lang/crates.io-index"
10771checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10772dependencies = [
10773 "arrayvec",
10774 "bit-set 0.9.1",
10775 "bitflags 2.10.0",
10776 "cfg-if",
10777 "cfg_aliases 0.2.1",
10778 "codespan-reporting",
10779 "half",
10780 "hashbrown 0.16.1",
10781 "hexf-parse",
10782 "indexmap",
10783 "libm",
10784 "log",
10785 "num-traits",
10786 "once_cell",
10787 "rustc-hash 1.1.0",
10788 "thiserror 2.0.17",
10789 "unicode-ident",
10790]
10791
10792[[package]]
10793name = "naga"
10794version = "29.0.0"
10795source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10796dependencies = [
10797 "arrayvec",
10798 "bit-set 0.9.1",
10799 "bitflags 2.10.0",
10800 "cfg-if",
10801 "cfg_aliases 0.2.1",
10802 "codespan-reporting",
10803 "half",
10804 "hashbrown 0.16.1",
10805 "hexf-parse",
10806 "indexmap",
10807 "libm",
10808 "log",
10809 "num-traits",
10810 "once_cell",
10811 "rustc-hash 1.1.0",
10812 "spirv",
10813 "thiserror 2.0.17",
10814 "unicode-ident",
10815]
10816
10817[[package]]
10818name = "nanoid"
10819version = "0.4.0"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10822dependencies = [
10823 "rand 0.8.5",
10824]
10825
10826[[package]]
10827name = "nanorand"
10828version = "0.7.0"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10831dependencies = [
10832 "getrandom 0.2.16",
10833]
10834
10835[[package]]
10836name = "native-tls"
10837version = "0.2.14"
10838source = "registry+https://github.com/rust-lang/crates.io-index"
10839checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10840dependencies = [
10841 "libc",
10842 "log",
10843 "openssl",
10844 "openssl-probe",
10845 "openssl-sys",
10846 "schannel",
10847 "security-framework 2.11.1",
10848 "security-framework-sys",
10849 "tempfile",
10850]
10851
10852[[package]]
10853name = "nbformat"
10854version = "1.2.0"
10855source = "registry+https://github.com/rust-lang/crates.io-index"
10856checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10857dependencies = [
10858 "anyhow",
10859 "chrono",
10860 "jupyter-protocol",
10861 "serde",
10862 "serde_json",
10863 "thiserror 1.0.69",
10864 "uuid",
10865]
10866
10867[[package]]
10868name = "nc"
10869version = "0.1.0"
10870dependencies = [
10871 "anyhow",
10872 "futures 0.3.31",
10873 "net",
10874 "smol",
10875]
10876
10877[[package]]
10878name = "ndk"
10879version = "0.9.0"
10880source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10882dependencies = [
10883 "bitflags 2.10.0",
10884 "jni-sys",
10885 "log",
10886 "ndk-sys",
10887 "num_enum",
10888 "thiserror 1.0.69",
10889]
10890
10891[[package]]
10892name = "ndk-context"
10893version = "0.1.1"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10896
10897[[package]]
10898name = "ndk-sys"
10899version = "0.6.0+11769913"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10902dependencies = [
10903 "jni-sys",
10904]
10905
10906[[package]]
10907name = "net"
10908version = "0.1.0"
10909dependencies = [
10910 "anyhow",
10911 "async-io",
10912 "smol",
10913 "tempfile",
10914 "windows 0.61.3",
10915]
10916
10917[[package]]
10918name = "new_debug_unreachable"
10919version = "1.0.6"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10922
10923[[package]]
10924name = "nix"
10925version = "0.28.0"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10928dependencies = [
10929 "bitflags 2.10.0",
10930 "cfg-if",
10931 "cfg_aliases 0.1.1",
10932 "libc",
10933]
10934
10935[[package]]
10936name = "nix"
10937version = "0.29.0"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10940dependencies = [
10941 "bitflags 2.10.0",
10942 "cfg-if",
10943 "cfg_aliases 0.2.1",
10944 "libc",
10945]
10946
10947[[package]]
10948name = "nix"
10949version = "0.30.1"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10952dependencies = [
10953 "bitflags 2.10.0",
10954 "cfg-if",
10955 "cfg_aliases 0.2.1",
10956 "libc",
10957]
10958
10959[[package]]
10960name = "node_runtime"
10961version = "0.1.0"
10962dependencies = [
10963 "anyhow",
10964 "async-compression",
10965 "async-std",
10966 "async-tar",
10967 "async-trait",
10968 "futures 0.3.31",
10969 "http_client",
10970 "log",
10971 "paths",
10972 "semver",
10973 "serde",
10974 "serde_json",
10975 "smol",
10976 "util",
10977 "watch",
10978 "which 6.0.3",
10979]
10980
10981[[package]]
10982name = "nom"
10983version = "7.1.3"
10984source = "registry+https://github.com/rust-lang/crates.io-index"
10985checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10986dependencies = [
10987 "memchr",
10988 "minimal-lexical",
10989]
10990
10991[[package]]
10992name = "nom"
10993version = "8.0.0"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10996dependencies = [
10997 "memchr",
10998]
10999
11000[[package]]
11001name = "noop_proc_macro"
11002version = "0.3.0"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11005
11006[[package]]
11007name = "normpath"
11008version = "1.5.0"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11011dependencies = [
11012 "windows-sys 0.61.2",
11013]
11014
11015[[package]]
11016name = "notifications"
11017version = "0.1.0"
11018dependencies = [
11019 "anyhow",
11020 "channel",
11021 "client",
11022 "component",
11023 "db",
11024 "gpui",
11025 "rpc",
11026 "sum_tree",
11027 "time",
11028 "ui",
11029 "util",
11030 "workspace",
11031 "zed_actions",
11032]
11033
11034[[package]]
11035name = "notify"
11036version = "6.1.1"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11039dependencies = [
11040 "bitflags 2.10.0",
11041 "crossbeam-channel",
11042 "filetime",
11043 "fsevent-sys",
11044 "inotify 0.9.6",
11045 "kqueue",
11046 "libc",
11047 "log",
11048 "mio 0.8.11",
11049 "walkdir",
11050 "windows-sys 0.48.0",
11051]
11052
11053[[package]]
11054name = "notify"
11055version = "8.2.0"
11056source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11057dependencies = [
11058 "bitflags 2.10.0",
11059 "fsevent-sys",
11060 "inotify 0.11.0",
11061 "kqueue",
11062 "libc",
11063 "log",
11064 "mio 1.1.0",
11065 "notify-types",
11066 "walkdir",
11067 "windows-sys 0.60.2",
11068]
11069
11070[[package]]
11071name = "notify-debouncer-mini"
11072version = "0.4.1"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11075dependencies = [
11076 "crossbeam-channel",
11077 "log",
11078 "notify 6.1.1",
11079]
11080
11081[[package]]
11082name = "notify-types"
11083version = "2.0.0"
11084source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11085
11086[[package]]
11087name = "ntapi"
11088version = "0.4.1"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11091dependencies = [
11092 "winapi",
11093]
11094
11095[[package]]
11096name = "nu-ansi-term"
11097version = "0.50.3"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11100dependencies = [
11101 "windows-sys 0.61.2",
11102]
11103
11104[[package]]
11105name = "num"
11106version = "0.4.3"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11109dependencies = [
11110 "num-bigint",
11111 "num-complex",
11112 "num-integer",
11113 "num-iter",
11114 "num-rational",
11115 "num-traits",
11116]
11117
11118[[package]]
11119name = "num-bigint"
11120version = "0.4.6"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11123dependencies = [
11124 "num-integer",
11125 "num-traits",
11126]
11127
11128[[package]]
11129name = "num-bigint-dig"
11130version = "0.8.6"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11133dependencies = [
11134 "lazy_static",
11135 "libm",
11136 "num-integer",
11137 "num-iter",
11138 "num-traits",
11139 "rand 0.8.5",
11140 "smallvec",
11141 "zeroize",
11142]
11143
11144[[package]]
11145name = "num-bigint-dig"
11146version = "0.9.1"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11149dependencies = [
11150 "libm",
11151 "num-integer",
11152 "num-iter",
11153 "num-traits",
11154 "once_cell",
11155 "rand 0.9.2",
11156 "serde",
11157 "smallvec",
11158 "zeroize",
11159]
11160
11161[[package]]
11162name = "num-cmp"
11163version = "0.1.0"
11164source = "registry+https://github.com/rust-lang/crates.io-index"
11165checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11166
11167[[package]]
11168name = "num-complex"
11169version = "0.4.6"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11172dependencies = [
11173 "bytemuck",
11174 "num-traits",
11175]
11176
11177[[package]]
11178name = "num-conv"
11179version = "0.2.0"
11180source = "registry+https://github.com/rust-lang/crates.io-index"
11181checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11182
11183[[package]]
11184name = "num-derive"
11185version = "0.4.2"
11186source = "registry+https://github.com/rust-lang/crates.io-index"
11187checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11188dependencies = [
11189 "proc-macro2",
11190 "quote",
11191 "syn 2.0.117",
11192]
11193
11194[[package]]
11195name = "num-format"
11196version = "0.4.4"
11197source = "registry+https://github.com/rust-lang/crates.io-index"
11198checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11199dependencies = [
11200 "arrayvec",
11201 "itoa",
11202]
11203
11204[[package]]
11205name = "num-integer"
11206version = "0.1.46"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11209dependencies = [
11210 "num-traits",
11211]
11212
11213[[package]]
11214name = "num-iter"
11215version = "0.1.45"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11218dependencies = [
11219 "autocfg",
11220 "num-integer",
11221 "num-traits",
11222]
11223
11224[[package]]
11225name = "num-rational"
11226version = "0.4.2"
11227source = "registry+https://github.com/rust-lang/crates.io-index"
11228checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11229dependencies = [
11230 "num-bigint",
11231 "num-integer",
11232 "num-traits",
11233]
11234
11235[[package]]
11236name = "num-traits"
11237version = "0.2.19"
11238source = "registry+https://github.com/rust-lang/crates.io-index"
11239checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11240dependencies = [
11241 "autocfg",
11242 "libm",
11243]
11244
11245[[package]]
11246name = "num_cpus"
11247version = "1.17.0"
11248source = "registry+https://github.com/rust-lang/crates.io-index"
11249checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11250dependencies = [
11251 "hermit-abi",
11252 "libc",
11253]
11254
11255[[package]]
11256name = "num_enum"
11257version = "0.7.4"
11258source = "registry+https://github.com/rust-lang/crates.io-index"
11259checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11260dependencies = [
11261 "num_enum_derive",
11262 "rustversion",
11263]
11264
11265[[package]]
11266name = "num_enum_derive"
11267version = "0.7.4"
11268source = "registry+https://github.com/rust-lang/crates.io-index"
11269checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11270dependencies = [
11271 "proc-macro-crate",
11272 "proc-macro2",
11273 "quote",
11274 "syn 2.0.117",
11275]
11276
11277[[package]]
11278name = "num_threads"
11279version = "0.1.7"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11282dependencies = [
11283 "libc",
11284]
11285
11286[[package]]
11287name = "nvim-rs"
11288version = "0.9.2"
11289source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11290dependencies = [
11291 "async-trait",
11292 "futures 0.3.31",
11293 "log",
11294 "rmp",
11295 "rmpv",
11296 "tokio",
11297 "tokio-util",
11298]
11299
11300[[package]]
11301name = "objc"
11302version = "0.2.7"
11303source = "registry+https://github.com/rust-lang/crates.io-index"
11304checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11305dependencies = [
11306 "malloc_buf",
11307 "objc_exception",
11308]
11309
11310[[package]]
11311name = "objc-foundation"
11312version = "0.1.1"
11313source = "registry+https://github.com/rust-lang/crates.io-index"
11314checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11315dependencies = [
11316 "block",
11317 "objc",
11318 "objc_id",
11319]
11320
11321[[package]]
11322name = "objc2"
11323version = "0.6.3"
11324source = "registry+https://github.com/rust-lang/crates.io-index"
11325checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11326dependencies = [
11327 "objc2-encode",
11328]
11329
11330[[package]]
11331name = "objc2-audio-toolbox"
11332version = "0.3.2"
11333source = "registry+https://github.com/rust-lang/crates.io-index"
11334checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11335dependencies = [
11336 "bitflags 2.10.0",
11337 "libc",
11338 "objc2",
11339 "objc2-core-audio",
11340 "objc2-core-audio-types",
11341 "objc2-core-foundation",
11342 "objc2-foundation",
11343]
11344
11345[[package]]
11346name = "objc2-avf-audio"
11347version = "0.3.2"
11348source = "registry+https://github.com/rust-lang/crates.io-index"
11349checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11350dependencies = [
11351 "objc2",
11352 "objc2-foundation",
11353]
11354
11355[[package]]
11356name = "objc2-core-audio"
11357version = "0.3.2"
11358source = "registry+https://github.com/rust-lang/crates.io-index"
11359checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11360dependencies = [
11361 "dispatch2",
11362 "objc2",
11363 "objc2-core-audio-types",
11364 "objc2-core-foundation",
11365 "objc2-foundation",
11366]
11367
11368[[package]]
11369name = "objc2-core-audio-types"
11370version = "0.3.2"
11371source = "registry+https://github.com/rust-lang/crates.io-index"
11372checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11373dependencies = [
11374 "bitflags 2.10.0",
11375 "objc2",
11376]
11377
11378[[package]]
11379name = "objc2-core-foundation"
11380version = "0.3.2"
11381source = "registry+https://github.com/rust-lang/crates.io-index"
11382checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11383dependencies = [
11384 "bitflags 2.10.0",
11385 "block2",
11386 "dispatch2",
11387 "libc",
11388 "objc2",
11389]
11390
11391[[package]]
11392name = "objc2-encode"
11393version = "4.1.0"
11394source = "registry+https://github.com/rust-lang/crates.io-index"
11395checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11396
11397[[package]]
11398name = "objc2-foundation"
11399version = "0.3.2"
11400source = "registry+https://github.com/rust-lang/crates.io-index"
11401checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11402dependencies = [
11403 "bitflags 2.10.0",
11404 "block2",
11405 "libc",
11406 "objc2",
11407 "objc2-core-foundation",
11408]
11409
11410[[package]]
11411name = "objc2-io-kit"
11412version = "0.3.2"
11413source = "registry+https://github.com/rust-lang/crates.io-index"
11414checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11415dependencies = [
11416 "libc",
11417 "objc2-core-foundation",
11418]
11419
11420[[package]]
11421name = "objc2-metal"
11422version = "0.3.2"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11425dependencies = [
11426 "bitflags 2.10.0",
11427 "block2",
11428 "dispatch2",
11429 "objc2",
11430 "objc2-core-foundation",
11431 "objc2-foundation",
11432]
11433
11434[[package]]
11435name = "objc2-quartz-core"
11436version = "0.3.2"
11437source = "registry+https://github.com/rust-lang/crates.io-index"
11438checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11439dependencies = [
11440 "bitflags 2.10.0",
11441 "objc2",
11442 "objc2-core-foundation",
11443 "objc2-foundation",
11444 "objc2-metal",
11445]
11446
11447[[package]]
11448name = "objc_exception"
11449version = "0.1.2"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11452dependencies = [
11453 "cc",
11454]
11455
11456[[package]]
11457name = "objc_id"
11458version = "0.1.1"
11459source = "registry+https://github.com/rust-lang/crates.io-index"
11460checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11461dependencies = [
11462 "objc",
11463]
11464
11465[[package]]
11466name = "object"
11467version = "0.36.7"
11468source = "registry+https://github.com/rust-lang/crates.io-index"
11469checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11470dependencies = [
11471 "crc32fast",
11472 "hashbrown 0.15.5",
11473 "indexmap",
11474 "memchr",
11475]
11476
11477[[package]]
11478name = "object"
11479version = "0.37.3"
11480source = "registry+https://github.com/rust-lang/crates.io-index"
11481checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11482dependencies = [
11483 "memchr",
11484]
11485
11486[[package]]
11487name = "ollama"
11488version = "0.1.0"
11489dependencies = [
11490 "anyhow",
11491 "futures 0.3.31",
11492 "http_client",
11493 "schemars",
11494 "serde",
11495 "serde_json",
11496 "settings",
11497]
11498
11499[[package]]
11500name = "onboarding"
11501version = "0.1.0"
11502dependencies = [
11503 "anyhow",
11504 "client",
11505 "component",
11506 "db",
11507 "documented",
11508 "fs",
11509 "fuzzy",
11510 "gpui",
11511 "menu",
11512 "notifications",
11513 "picker",
11514 "project",
11515 "schemars",
11516 "serde",
11517 "settings",
11518 "telemetry",
11519 "theme",
11520 "ui",
11521 "util",
11522 "vim_mode_setting",
11523 "workspace",
11524 "zed_actions",
11525 "zlog",
11526]
11527
11528[[package]]
11529name = "once_cell"
11530version = "1.21.3"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11533
11534[[package]]
11535name = "once_cell_polyfill"
11536version = "1.70.1"
11537source = "registry+https://github.com/rust-lang/crates.io-index"
11538checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11539
11540[[package]]
11541name = "oo7"
11542version = "0.6.0"
11543source = "registry+https://github.com/rust-lang/crates.io-index"
11544checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11545dependencies = [
11546 "aes",
11547 "ashpd",
11548 "async-fs",
11549 "async-io",
11550 "async-lock 3.4.2",
11551 "blocking",
11552 "cbc",
11553 "cipher",
11554 "digest",
11555 "endi",
11556 "futures-lite 2.6.1",
11557 "futures-util",
11558 "getrandom 0.4.1",
11559 "hkdf",
11560 "hmac",
11561 "md-5",
11562 "num",
11563 "num-bigint-dig 0.9.1",
11564 "pbkdf2 0.12.2",
11565 "serde",
11566 "serde_bytes",
11567 "sha2",
11568 "subtle",
11569 "zbus",
11570 "zbus_macros",
11571 "zeroize",
11572 "zvariant",
11573]
11574
11575[[package]]
11576name = "oorandom"
11577version = "11.1.5"
11578source = "registry+https://github.com/rust-lang/crates.io-index"
11579checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11580
11581[[package]]
11582name = "open"
11583version = "5.3.2"
11584source = "registry+https://github.com/rust-lang/crates.io-index"
11585checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11586dependencies = [
11587 "is-wsl",
11588 "libc",
11589 "pathdiff",
11590]
11591
11592[[package]]
11593name = "open_ai"
11594version = "0.1.0"
11595dependencies = [
11596 "anyhow",
11597 "futures 0.3.31",
11598 "http_client",
11599 "log",
11600 "rand 0.9.2",
11601 "schemars",
11602 "serde",
11603 "serde_json",
11604 "settings",
11605 "strum 0.27.2",
11606 "thiserror 2.0.17",
11607]
11608
11609[[package]]
11610name = "open_path_prompt"
11611version = "0.1.0"
11612dependencies = [
11613 "editor",
11614 "file_icons",
11615 "futures 0.3.31",
11616 "fuzzy",
11617 "gpui",
11618 "picker",
11619 "project",
11620 "schemars",
11621 "serde",
11622 "serde_json",
11623 "settings",
11624 "theme",
11625 "ui",
11626 "util",
11627 "workspace",
11628]
11629
11630[[package]]
11631name = "open_router"
11632version = "0.1.0"
11633dependencies = [
11634 "anyhow",
11635 "futures 0.3.31",
11636 "http_client",
11637 "schemars",
11638 "serde",
11639 "serde_json",
11640 "settings",
11641 "strum 0.27.2",
11642 "thiserror 2.0.17",
11643]
11644
11645[[package]]
11646name = "opener"
11647version = "0.7.2"
11648source = "registry+https://github.com/rust-lang/crates.io-index"
11649checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11650dependencies = [
11651 "bstr",
11652 "dbus",
11653 "normpath",
11654 "windows-sys 0.59.0",
11655]
11656
11657[[package]]
11658name = "openssl"
11659version = "0.10.74"
11660source = "registry+https://github.com/rust-lang/crates.io-index"
11661checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11662dependencies = [
11663 "bitflags 2.10.0",
11664 "cfg-if",
11665 "foreign-types 0.3.2",
11666 "libc",
11667 "once_cell",
11668 "openssl-macros",
11669 "openssl-sys",
11670]
11671
11672[[package]]
11673name = "openssl-macros"
11674version = "0.1.1"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11677dependencies = [
11678 "proc-macro2",
11679 "quote",
11680 "syn 2.0.117",
11681]
11682
11683[[package]]
11684name = "openssl-probe"
11685version = "0.1.6"
11686source = "registry+https://github.com/rust-lang/crates.io-index"
11687checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11688
11689[[package]]
11690name = "openssl-sys"
11691version = "0.9.110"
11692source = "registry+https://github.com/rust-lang/crates.io-index"
11693checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11694dependencies = [
11695 "cc",
11696 "libc",
11697 "pkg-config",
11698 "vcpkg",
11699]
11700
11701[[package]]
11702name = "optfield"
11703version = "0.4.0"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11706dependencies = [
11707 "proc-macro2",
11708 "quote",
11709 "syn 2.0.117",
11710]
11711
11712[[package]]
11713name = "option-ext"
11714version = "0.2.0"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11717
11718[[package]]
11719name = "ordered-float"
11720version = "2.10.1"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11723dependencies = [
11724 "num-traits",
11725]
11726
11727[[package]]
11728name = "ordered-float"
11729version = "4.6.0"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11732dependencies = [
11733 "num-traits",
11734]
11735
11736[[package]]
11737name = "ordered-stream"
11738version = "0.2.0"
11739source = "registry+https://github.com/rust-lang/crates.io-index"
11740checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11741dependencies = [
11742 "futures-core",
11743 "pin-project-lite",
11744]
11745
11746[[package]]
11747name = "ouroboros"
11748version = "0.18.5"
11749source = "registry+https://github.com/rust-lang/crates.io-index"
11750checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11751dependencies = [
11752 "aliasable",
11753 "ouroboros_macro",
11754 "static_assertions",
11755]
11756
11757[[package]]
11758name = "ouroboros_macro"
11759version = "0.18.5"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11762dependencies = [
11763 "heck 0.4.1",
11764 "proc-macro2",
11765 "proc-macro2-diagnostics",
11766 "quote",
11767 "syn 2.0.117",
11768]
11769
11770[[package]]
11771name = "outline"
11772version = "0.1.0"
11773dependencies = [
11774 "editor",
11775 "fuzzy",
11776 "gpui",
11777 "indoc",
11778 "language",
11779 "lsp",
11780 "menu",
11781 "ordered-float 2.10.1",
11782 "picker",
11783 "project",
11784 "rope",
11785 "serde_json",
11786 "settings",
11787 "smol",
11788 "theme",
11789 "ui",
11790 "util",
11791 "workspace",
11792 "zed_actions",
11793]
11794
11795[[package]]
11796name = "outline_panel"
11797version = "0.1.0"
11798dependencies = [
11799 "anyhow",
11800 "collections",
11801 "db",
11802 "editor",
11803 "file_icons",
11804 "fuzzy",
11805 "gpui",
11806 "itertools 0.14.0",
11807 "language",
11808 "log",
11809 "lsp",
11810 "menu",
11811 "outline",
11812 "pretty_assertions",
11813 "project",
11814 "search",
11815 "serde",
11816 "serde_json",
11817 "settings",
11818 "smallvec",
11819 "smol",
11820 "theme",
11821 "ui",
11822 "util",
11823 "workspace",
11824 "worktree",
11825 "zed_actions",
11826]
11827
11828[[package]]
11829name = "outref"
11830version = "0.5.2"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11833
11834[[package]]
11835name = "p256"
11836version = "0.11.1"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11839dependencies = [
11840 "ecdsa",
11841 "elliptic-curve",
11842 "sha2",
11843]
11844
11845[[package]]
11846name = "page_size"
11847version = "0.6.0"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11850dependencies = [
11851 "libc",
11852 "winapi",
11853]
11854
11855[[package]]
11856name = "palette"
11857version = "0.7.6"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11860dependencies = [
11861 "approx",
11862 "fast-srgb8",
11863 "palette_derive",
11864]
11865
11866[[package]]
11867name = "palette_derive"
11868version = "0.7.6"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11871dependencies = [
11872 "by_address",
11873 "proc-macro2",
11874 "quote",
11875 "syn 2.0.117",
11876]
11877
11878[[package]]
11879name = "panel"
11880version = "0.1.0"
11881dependencies = [
11882 "gpui",
11883 "ui",
11884 "workspace",
11885]
11886
11887[[package]]
11888name = "parking"
11889version = "2.2.1"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11892
11893[[package]]
11894name = "parking_lot"
11895version = "0.12.5"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11898dependencies = [
11899 "lock_api",
11900 "parking_lot_core",
11901]
11902
11903[[package]]
11904name = "parking_lot_core"
11905version = "0.9.12"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11908dependencies = [
11909 "cfg-if",
11910 "libc",
11911 "redox_syscall 0.5.18",
11912 "smallvec",
11913 "windows-link 0.2.1",
11914]
11915
11916[[package]]
11917name = "parse_int"
11918version = "0.9.0"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11921dependencies = [
11922 "num-traits",
11923]
11924
11925[[package]]
11926name = "partial-json-fixer"
11927version = "0.5.3"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11930
11931[[package]]
11932name = "password-hash"
11933version = "0.4.2"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11936dependencies = [
11937 "base64ct",
11938 "rand_core 0.6.4",
11939 "subtle",
11940]
11941
11942[[package]]
11943name = "paste"
11944version = "1.0.15"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11947
11948[[package]]
11949name = "pathdiff"
11950version = "0.2.3"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11953
11954[[package]]
11955name = "pathfinder_geometry"
11956version = "0.5.1"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11959dependencies = [
11960 "log",
11961 "pathfinder_simd",
11962]
11963
11964[[package]]
11965name = "pathfinder_simd"
11966version = "0.5.5"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11969dependencies = [
11970 "rustc_version",
11971]
11972
11973[[package]]
11974name = "paths"
11975version = "0.1.0"
11976dependencies = [
11977 "dirs 4.0.0",
11978 "ignore",
11979 "util",
11980]
11981
11982[[package]]
11983name = "pbjson"
11984version = "0.6.0"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11987dependencies = [
11988 "base64 0.21.7",
11989 "serde",
11990]
11991
11992[[package]]
11993name = "pbjson-build"
11994version = "0.6.2"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11997dependencies = [
11998 "heck 0.4.1",
11999 "itertools 0.11.0",
12000 "prost 0.12.6",
12001 "prost-types 0.12.6",
12002]
12003
12004[[package]]
12005name = "pbjson-types"
12006version = "0.6.0"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12009dependencies = [
12010 "bytes 1.11.1",
12011 "chrono",
12012 "pbjson",
12013 "pbjson-build",
12014 "prost 0.12.6",
12015 "prost-build 0.12.6",
12016 "serde",
12017]
12018
12019[[package]]
12020name = "pbkdf2"
12021version = "0.11.0"
12022source = "registry+https://github.com/rust-lang/crates.io-index"
12023checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12024dependencies = [
12025 "digest",
12026 "hmac",
12027 "password-hash",
12028 "sha2",
12029]
12030
12031[[package]]
12032name = "pbkdf2"
12033version = "0.12.2"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12036dependencies = [
12037 "digest",
12038 "hmac",
12039]
12040
12041[[package]]
12042name = "pciid-parser"
12043version = "0.8.0"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12046
12047[[package]]
12048name = "peg"
12049version = "0.8.5"
12050source = "registry+https://github.com/rust-lang/crates.io-index"
12051checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12052dependencies = [
12053 "peg-macros",
12054 "peg-runtime",
12055]
12056
12057[[package]]
12058name = "peg-macros"
12059version = "0.8.5"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12062dependencies = [
12063 "peg-runtime",
12064 "proc-macro2",
12065 "quote",
12066]
12067
12068[[package]]
12069name = "peg-runtime"
12070version = "0.8.5"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12073
12074[[package]]
12075name = "pem"
12076version = "3.0.6"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12079dependencies = [
12080 "base64 0.22.1",
12081 "serde_core",
12082]
12083
12084[[package]]
12085name = "pem-rfc7468"
12086version = "0.7.0"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12089dependencies = [
12090 "base64ct",
12091]
12092
12093[[package]]
12094name = "percent-encoding"
12095version = "2.3.2"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12098
12099[[package]]
12100name = "perf"
12101version = "0.1.0"
12102dependencies = [
12103 "collections",
12104 "serde",
12105 "serde_json",
12106]
12107
12108[[package]]
12109name = "pest"
12110version = "2.8.3"
12111source = "registry+https://github.com/rust-lang/crates.io-index"
12112checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12113dependencies = [
12114 "memchr",
12115 "ucd-trie",
12116]
12117
12118[[package]]
12119name = "pest_derive"
12120version = "2.8.3"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12123dependencies = [
12124 "pest",
12125 "pest_generator",
12126]
12127
12128[[package]]
12129name = "pest_generator"
12130version = "2.8.3"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12133dependencies = [
12134 "pest",
12135 "pest_meta",
12136 "proc-macro2",
12137 "quote",
12138 "syn 2.0.117",
12139]
12140
12141[[package]]
12142name = "pest_meta"
12143version = "2.8.3"
12144source = "registry+https://github.com/rust-lang/crates.io-index"
12145checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12146dependencies = [
12147 "pest",
12148 "sha2",
12149]
12150
12151[[package]]
12152name = "pet"
12153version = "0.1.0"
12154source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12155dependencies = [
12156 "clap",
12157 "env_logger 0.10.2",
12158 "lazy_static",
12159 "log",
12160 "msvc_spectre_libs",
12161 "pet-conda",
12162 "pet-core",
12163 "pet-env-var-path",
12164 "pet-fs",
12165 "pet-global-virtualenvs",
12166 "pet-homebrew",
12167 "pet-jsonrpc",
12168 "pet-linux-global-python",
12169 "pet-mac-commandlinetools",
12170 "pet-mac-python-org",
12171 "pet-mac-xcode",
12172 "pet-pipenv",
12173 "pet-pixi",
12174 "pet-poetry",
12175 "pet-pyenv",
12176 "pet-python-utils",
12177 "pet-reporter",
12178 "pet-telemetry",
12179 "pet-uv",
12180 "pet-venv",
12181 "pet-virtualenv",
12182 "pet-virtualenvwrapper",
12183 "pet-windows-registry",
12184 "pet-windows-store",
12185 "pet-winpython",
12186 "serde",
12187 "serde_json",
12188 "tracing",
12189 "tracing-subscriber",
12190 "winresource",
12191]
12192
12193[[package]]
12194name = "pet-conda"
12195version = "0.1.0"
12196source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12197dependencies = [
12198 "env_logger 0.10.2",
12199 "lazy_static",
12200 "log",
12201 "msvc_spectre_libs",
12202 "pet-core",
12203 "pet-fs",
12204 "pet-python-utils",
12205 "pet-reporter",
12206 "rayon",
12207 "regex",
12208 "serde",
12209 "serde_json",
12210 "yaml-rust2",
12211]
12212
12213[[package]]
12214name = "pet-core"
12215version = "0.1.0"
12216source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12217dependencies = [
12218 "clap",
12219 "lazy_static",
12220 "log",
12221 "msvc_spectre_libs",
12222 "pet-fs",
12223 "regex",
12224 "serde",
12225 "serde_json",
12226]
12227
12228[[package]]
12229name = "pet-env-var-path"
12230version = "0.1.0"
12231source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12232dependencies = [
12233 "lazy_static",
12234 "log",
12235 "msvc_spectre_libs",
12236 "pet-conda",
12237 "pet-core",
12238 "pet-fs",
12239 "pet-python-utils",
12240 "pet-virtualenv",
12241 "regex",
12242]
12243
12244[[package]]
12245name = "pet-fs"
12246version = "0.1.0"
12247source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12248dependencies = [
12249 "glob",
12250 "log",
12251 "msvc_spectre_libs",
12252 "windows-sys 0.59.0",
12253]
12254
12255[[package]]
12256name = "pet-global-virtualenvs"
12257version = "0.1.0"
12258source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12259dependencies = [
12260 "log",
12261 "msvc_spectre_libs",
12262 "pet-conda",
12263 "pet-core",
12264 "pet-fs",
12265 "pet-virtualenv",
12266]
12267
12268[[package]]
12269name = "pet-homebrew"
12270version = "0.1.0"
12271source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12272dependencies = [
12273 "lazy_static",
12274 "log",
12275 "msvc_spectre_libs",
12276 "pet-conda",
12277 "pet-core",
12278 "pet-fs",
12279 "pet-python-utils",
12280 "pet-virtualenv",
12281 "rayon",
12282 "regex",
12283 "serde",
12284 "serde_json",
12285]
12286
12287[[package]]
12288name = "pet-jsonrpc"
12289version = "0.1.0"
12290source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12291dependencies = [
12292 "env_logger 0.10.2",
12293 "log",
12294 "msvc_spectre_libs",
12295 "pet-core",
12296 "serde",
12297 "serde_json",
12298]
12299
12300[[package]]
12301name = "pet-linux-global-python"
12302version = "0.1.0"
12303source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12304dependencies = [
12305 "log",
12306 "msvc_spectre_libs",
12307 "pet-core",
12308 "pet-fs",
12309 "pet-python-utils",
12310 "pet-virtualenv",
12311]
12312
12313[[package]]
12314name = "pet-mac-commandlinetools"
12315version = "0.1.0"
12316source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12317dependencies = [
12318 "log",
12319 "msvc_spectre_libs",
12320 "pet-core",
12321 "pet-fs",
12322 "pet-python-utils",
12323 "pet-virtualenv",
12324]
12325
12326[[package]]
12327name = "pet-mac-python-org"
12328version = "0.1.0"
12329source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12330dependencies = [
12331 "log",
12332 "msvc_spectre_libs",
12333 "pet-core",
12334 "pet-fs",
12335 "pet-python-utils",
12336 "pet-virtualenv",
12337]
12338
12339[[package]]
12340name = "pet-mac-xcode"
12341version = "0.1.0"
12342source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12343dependencies = [
12344 "log",
12345 "msvc_spectre_libs",
12346 "pet-core",
12347 "pet-fs",
12348 "pet-python-utils",
12349 "pet-virtualenv",
12350]
12351
12352[[package]]
12353name = "pet-pipenv"
12354version = "0.1.0"
12355source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12356dependencies = [
12357 "lazy_static",
12358 "log",
12359 "msvc_spectre_libs",
12360 "pet-core",
12361 "pet-fs",
12362 "pet-python-utils",
12363 "pet-virtualenv",
12364 "regex",
12365]
12366
12367[[package]]
12368name = "pet-pixi"
12369version = "0.1.0"
12370source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12371dependencies = [
12372 "log",
12373 "msvc_spectre_libs",
12374 "pet-conda",
12375 "pet-core",
12376 "pet-python-utils",
12377]
12378
12379[[package]]
12380name = "pet-poetry"
12381version = "0.1.0"
12382source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12383dependencies = [
12384 "base64 0.22.1",
12385 "lazy_static",
12386 "log",
12387 "msvc_spectre_libs",
12388 "pet-core",
12389 "pet-fs",
12390 "pet-python-utils",
12391 "pet-reporter",
12392 "pet-virtualenv",
12393 "regex",
12394 "serde",
12395 "serde_json",
12396 "sha2",
12397 "toml 0.8.23",
12398]
12399
12400[[package]]
12401name = "pet-pyenv"
12402version = "0.1.0"
12403source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12404dependencies = [
12405 "lazy_static",
12406 "log",
12407 "msvc_spectre_libs",
12408 "pet-conda",
12409 "pet-core",
12410 "pet-fs",
12411 "pet-python-utils",
12412 "pet-reporter",
12413 "regex",
12414 "serde",
12415 "serde_json",
12416]
12417
12418[[package]]
12419name = "pet-python-utils"
12420version = "0.1.0"
12421source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12422dependencies = [
12423 "env_logger 0.10.2",
12424 "lazy_static",
12425 "log",
12426 "msvc_spectre_libs",
12427 "pet-core",
12428 "pet-fs",
12429 "regex",
12430 "serde",
12431 "serde_json",
12432 "sha2",
12433]
12434
12435[[package]]
12436name = "pet-reporter"
12437version = "0.1.0"
12438source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12439dependencies = [
12440 "env_logger 0.10.2",
12441 "log",
12442 "msvc_spectre_libs",
12443 "pet-core",
12444 "pet-jsonrpc",
12445 "serde",
12446 "serde_json",
12447]
12448
12449[[package]]
12450name = "pet-telemetry"
12451version = "0.1.0"
12452source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12453dependencies = [
12454 "env_logger 0.10.2",
12455 "lazy_static",
12456 "log",
12457 "msvc_spectre_libs",
12458 "pet-core",
12459 "pet-fs",
12460 "pet-python-utils",
12461 "regex",
12462]
12463
12464[[package]]
12465name = "pet-uv"
12466version = "0.1.0"
12467source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12468dependencies = [
12469 "log",
12470 "pet-core",
12471 "pet-python-utils",
12472 "serde",
12473 "toml 0.9.8",
12474]
12475
12476[[package]]
12477name = "pet-venv"
12478version = "0.1.0"
12479source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12480dependencies = [
12481 "log",
12482 "msvc_spectre_libs",
12483 "pet-core",
12484 "pet-python-utils",
12485 "pet-virtualenv",
12486]
12487
12488[[package]]
12489name = "pet-virtualenv"
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-fs",
12497 "pet-python-utils",
12498]
12499
12500[[package]]
12501name = "pet-virtualenvwrapper"
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 "pet-virtualenv",
12511]
12512
12513[[package]]
12514name = "pet-windows-registry"
12515version = "0.1.0"
12516source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12517dependencies = [
12518 "lazy_static",
12519 "log",
12520 "msvc_spectre_libs",
12521 "pet-conda",
12522 "pet-core",
12523 "pet-fs",
12524 "pet-python-utils",
12525 "pet-virtualenv",
12526 "pet-windows-store",
12527 "regex",
12528 "winreg 0.55.0",
12529]
12530
12531[[package]]
12532name = "pet-windows-store"
12533version = "0.1.0"
12534source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12535dependencies = [
12536 "lazy_static",
12537 "log",
12538 "msvc_spectre_libs",
12539 "pet-core",
12540 "pet-fs",
12541 "pet-python-utils",
12542 "pet-virtualenv",
12543 "regex",
12544 "winreg 0.55.0",
12545]
12546
12547[[package]]
12548name = "pet-winpython"
12549version = "0.1.0"
12550source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12551dependencies = [
12552 "lazy_static",
12553 "log",
12554 "pet-core",
12555 "pet-fs",
12556 "pet-python-utils",
12557 "pet-virtualenv",
12558 "regex",
12559]
12560
12561[[package]]
12562name = "petgraph"
12563version = "0.6.5"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12566dependencies = [
12567 "fixedbitset 0.4.2",
12568 "indexmap",
12569]
12570
12571[[package]]
12572name = "pgvector"
12573version = "0.4.1"
12574source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12576dependencies = [
12577 "serde",
12578]
12579
12580[[package]]
12581name = "phf"
12582version = "0.11.3"
12583source = "registry+https://github.com/rust-lang/crates.io-index"
12584checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12585dependencies = [
12586 "phf_macros 0.11.3",
12587 "phf_shared 0.11.3",
12588]
12589
12590[[package]]
12591name = "phf"
12592version = "0.12.1"
12593source = "registry+https://github.com/rust-lang/crates.io-index"
12594checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12595dependencies = [
12596 "phf_macros 0.12.1",
12597 "phf_shared 0.12.1",
12598]
12599
12600[[package]]
12601name = "phf_codegen"
12602version = "0.11.3"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12605dependencies = [
12606 "phf_generator 0.11.3",
12607 "phf_shared 0.11.3",
12608]
12609
12610[[package]]
12611name = "phf_generator"
12612version = "0.11.3"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12615dependencies = [
12616 "phf_shared 0.11.3",
12617 "rand 0.8.5",
12618]
12619
12620[[package]]
12621name = "phf_generator"
12622version = "0.12.1"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12625dependencies = [
12626 "fastrand 2.3.0",
12627 "phf_shared 0.12.1",
12628]
12629
12630[[package]]
12631name = "phf_macros"
12632version = "0.11.3"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12635dependencies = [
12636 "phf_generator 0.11.3",
12637 "phf_shared 0.11.3",
12638 "proc-macro2",
12639 "quote",
12640 "syn 2.0.117",
12641]
12642
12643[[package]]
12644name = "phf_macros"
12645version = "0.12.1"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12648dependencies = [
12649 "phf_generator 0.12.1",
12650 "phf_shared 0.12.1",
12651 "proc-macro2",
12652 "quote",
12653 "syn 2.0.117",
12654]
12655
12656[[package]]
12657name = "phf_shared"
12658version = "0.11.3"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12661dependencies = [
12662 "siphasher 1.0.1",
12663]
12664
12665[[package]]
12666name = "phf_shared"
12667version = "0.12.1"
12668source = "registry+https://github.com/rust-lang/crates.io-index"
12669checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12670dependencies = [
12671 "siphasher 1.0.1",
12672]
12673
12674[[package]]
12675name = "picker"
12676version = "0.1.0"
12677dependencies = [
12678 "anyhow",
12679 "editor",
12680 "gpui",
12681 "menu",
12682 "schemars",
12683 "serde",
12684 "settings",
12685 "theme",
12686 "ui",
12687 "ui_input",
12688 "workspace",
12689 "zed_actions",
12690]
12691
12692[[package]]
12693name = "pico-args"
12694version = "0.5.0"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12697
12698[[package]]
12699name = "pin-project"
12700version = "1.1.10"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12703dependencies = [
12704 "pin-project-internal",
12705]
12706
12707[[package]]
12708name = "pin-project-internal"
12709version = "1.1.10"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12712dependencies = [
12713 "proc-macro2",
12714 "quote",
12715 "syn 2.0.117",
12716]
12717
12718[[package]]
12719name = "pin-project-lite"
12720version = "0.2.16"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12723
12724[[package]]
12725name = "pin-utils"
12726version = "0.1.0"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12729
12730[[package]]
12731name = "piper"
12732version = "0.2.4"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12735dependencies = [
12736 "atomic-waker",
12737 "fastrand 2.3.0",
12738 "futures-io",
12739]
12740
12741[[package]]
12742name = "pkcs1"
12743version = "0.7.5"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12746dependencies = [
12747 "der 0.7.10",
12748 "pkcs8 0.10.2",
12749 "spki 0.7.3",
12750]
12751
12752[[package]]
12753name = "pkcs8"
12754version = "0.9.0"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12757dependencies = [
12758 "der 0.6.1",
12759 "spki 0.6.0",
12760]
12761
12762[[package]]
12763name = "pkcs8"
12764version = "0.10.2"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12767dependencies = [
12768 "der 0.7.10",
12769 "spki 0.7.3",
12770]
12771
12772[[package]]
12773name = "pkg-config"
12774version = "0.3.32"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12777
12778[[package]]
12779name = "plain"
12780version = "0.2.3"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12783
12784[[package]]
12785name = "platform_title_bar"
12786version = "0.1.0"
12787dependencies = [
12788 "feature_flags",
12789 "gpui",
12790 "project",
12791 "settings",
12792 "smallvec",
12793 "theme",
12794 "ui",
12795 "windows 0.61.3",
12796 "workspace",
12797 "zed_actions",
12798]
12799
12800[[package]]
12801name = "plist"
12802version = "1.8.0"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12805dependencies = [
12806 "base64 0.22.1",
12807 "indexmap",
12808 "quick-xml 0.38.3",
12809 "serde",
12810 "time",
12811]
12812
12813[[package]]
12814name = "plotters"
12815version = "0.3.7"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12818dependencies = [
12819 "num-traits",
12820 "plotters-backend",
12821 "plotters-svg",
12822 "wasm-bindgen",
12823 "web-sys",
12824]
12825
12826[[package]]
12827name = "plotters-backend"
12828version = "0.3.7"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12831
12832[[package]]
12833name = "plotters-svg"
12834version = "0.3.7"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12837dependencies = [
12838 "plotters-backend",
12839]
12840
12841[[package]]
12842name = "png"
12843version = "0.17.16"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12846dependencies = [
12847 "bitflags 1.3.2",
12848 "crc32fast",
12849 "fdeflate",
12850 "flate2",
12851 "miniz_oxide",
12852]
12853
12854[[package]]
12855name = "png"
12856version = "0.18.0"
12857source = "registry+https://github.com/rust-lang/crates.io-index"
12858checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12859dependencies = [
12860 "bitflags 2.10.0",
12861 "crc32fast",
12862 "fdeflate",
12863 "flate2",
12864 "miniz_oxide",
12865]
12866
12867[[package]]
12868name = "polling"
12869version = "3.11.0"
12870source = "registry+https://github.com/rust-lang/crates.io-index"
12871checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12872dependencies = [
12873 "cfg-if",
12874 "concurrent-queue",
12875 "hermit-abi",
12876 "pin-project-lite",
12877 "rustix 1.1.2",
12878 "windows-sys 0.61.2",
12879]
12880
12881[[package]]
12882name = "pollster"
12883version = "0.2.5"
12884source = "registry+https://github.com/rust-lang/crates.io-index"
12885checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12886
12887[[package]]
12888name = "pollster"
12889version = "0.4.0"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12892
12893[[package]]
12894name = "pori"
12895version = "0.0.0"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12898dependencies = [
12899 "nom 7.1.3",
12900]
12901
12902[[package]]
12903name = "portable-atomic"
12904version = "1.11.1"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12907
12908[[package]]
12909name = "portable-atomic-util"
12910version = "0.2.4"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12913dependencies = [
12914 "portable-atomic",
12915]
12916
12917[[package]]
12918name = "portable-pty"
12919version = "0.9.0"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12922dependencies = [
12923 "anyhow",
12924 "bitflags 1.3.2",
12925 "downcast-rs",
12926 "filedescriptor",
12927 "lazy_static",
12928 "libc",
12929 "log",
12930 "nix 0.28.0",
12931 "serial2",
12932 "shared_library",
12933 "shell-words",
12934 "winapi",
12935 "winreg 0.10.1",
12936]
12937
12938[[package]]
12939name = "postage"
12940version = "0.5.0"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12943dependencies = [
12944 "atomic",
12945 "crossbeam-queue",
12946 "futures 0.3.31",
12947 "log",
12948 "parking_lot",
12949 "pin-project",
12950 "pollster 0.2.5",
12951 "static_assertions",
12952 "thiserror 1.0.69",
12953]
12954
12955[[package]]
12956name = "postcard"
12957version = "1.1.3"
12958source = "registry+https://github.com/rust-lang/crates.io-index"
12959checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12960dependencies = [
12961 "cobs",
12962 "embedded-io 0.4.0",
12963 "embedded-io 0.6.1",
12964 "serde",
12965]
12966
12967[[package]]
12968name = "potential_utf"
12969version = "0.1.3"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12972dependencies = [
12973 "zerovec",
12974]
12975
12976[[package]]
12977name = "powerfmt"
12978version = "0.2.0"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12981
12982[[package]]
12983name = "ppv-lite86"
12984version = "0.2.21"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12987dependencies = [
12988 "zerocopy",
12989]
12990
12991[[package]]
12992name = "precomputed-hash"
12993version = "0.1.1"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12996
12997[[package]]
12998name = "presser"
12999version = "0.3.1"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13002
13003[[package]]
13004name = "prettier"
13005version = "0.1.0"
13006dependencies = [
13007 "anyhow",
13008 "collections",
13009 "fs",
13010 "gpui",
13011 "language",
13012 "log",
13013 "lsp",
13014 "node_runtime",
13015 "parking_lot",
13016 "paths",
13017 "serde",
13018 "serde_json",
13019 "util",
13020]
13021
13022[[package]]
13023name = "pretty_assertions"
13024version = "1.4.1"
13025source = "registry+https://github.com/rust-lang/crates.io-index"
13026checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13027dependencies = [
13028 "diff",
13029 "yansi",
13030]
13031
13032[[package]]
13033name = "prettyplease"
13034version = "0.2.37"
13035source = "registry+https://github.com/rust-lang/crates.io-index"
13036checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13037dependencies = [
13038 "proc-macro2",
13039 "syn 2.0.117",
13040]
13041
13042[[package]]
13043name = "primal-check"
13044version = "0.3.4"
13045source = "registry+https://github.com/rust-lang/crates.io-index"
13046checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13047dependencies = [
13048 "num-integer",
13049]
13050
13051[[package]]
13052name = "proc-macro-crate"
13053version = "3.4.0"
13054source = "registry+https://github.com/rust-lang/crates.io-index"
13055checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13056dependencies = [
13057 "toml_edit 0.23.7",
13058]
13059
13060[[package]]
13061name = "proc-macro-error"
13062version = "1.0.4"
13063source = "registry+https://github.com/rust-lang/crates.io-index"
13064checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13065dependencies = [
13066 "proc-macro-error-attr",
13067 "proc-macro2",
13068 "quote",
13069 "syn 1.0.109",
13070 "version_check",
13071]
13072
13073[[package]]
13074name = "proc-macro-error-attr"
13075version = "1.0.4"
13076source = "registry+https://github.com/rust-lang/crates.io-index"
13077checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13078dependencies = [
13079 "proc-macro2",
13080 "quote",
13081 "version_check",
13082]
13083
13084[[package]]
13085name = "proc-macro-error-attr2"
13086version = "2.0.0"
13087source = "registry+https://github.com/rust-lang/crates.io-index"
13088checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13089dependencies = [
13090 "proc-macro2",
13091 "quote",
13092]
13093
13094[[package]]
13095name = "proc-macro-error2"
13096version = "2.0.1"
13097source = "registry+https://github.com/rust-lang/crates.io-index"
13098checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13099dependencies = [
13100 "proc-macro-error-attr2",
13101 "proc-macro2",
13102 "quote",
13103 "syn 2.0.117",
13104]
13105
13106[[package]]
13107name = "proc-macro2"
13108version = "1.0.101"
13109source = "registry+https://github.com/rust-lang/crates.io-index"
13110checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13111dependencies = [
13112 "unicode-ident",
13113]
13114
13115[[package]]
13116name = "proc-macro2-diagnostics"
13117version = "0.10.1"
13118source = "registry+https://github.com/rust-lang/crates.io-index"
13119checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13120dependencies = [
13121 "proc-macro2",
13122 "quote",
13123 "syn 2.0.117",
13124 "version_check",
13125 "yansi",
13126]
13127
13128[[package]]
13129name = "procfs-core"
13130version = "0.17.0"
13131source = "registry+https://github.com/rust-lang/crates.io-index"
13132checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13133dependencies = [
13134 "bitflags 2.10.0",
13135 "hex",
13136 "serde",
13137]
13138
13139[[package]]
13140name = "profiling"
13141version = "1.0.17"
13142source = "registry+https://github.com/rust-lang/crates.io-index"
13143checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13144dependencies = [
13145 "profiling-procmacros",
13146]
13147
13148[[package]]
13149name = "profiling-procmacros"
13150version = "1.0.17"
13151source = "registry+https://github.com/rust-lang/crates.io-index"
13152checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13153dependencies = [
13154 "quote",
13155 "syn 2.0.117",
13156]
13157
13158[[package]]
13159name = "project"
13160version = "0.1.0"
13161dependencies = [
13162 "aho-corasick",
13163 "anyhow",
13164 "askpass",
13165 "async-trait",
13166 "base64 0.22.1",
13167 "buffer_diff",
13168 "circular-buffer",
13169 "client",
13170 "clock",
13171 "collections",
13172 "context_server",
13173 "dap",
13174 "encoding_rs",
13175 "extension",
13176 "fancy-regex 0.17.0",
13177 "fs",
13178 "futures 0.3.31",
13179 "fuzzy",
13180 "git",
13181 "git2",
13182 "git_hosting_providers",
13183 "globset",
13184 "gpui",
13185 "http_client",
13186 "image",
13187 "indexmap",
13188 "itertools 0.14.0",
13189 "language",
13190 "log",
13191 "lsp",
13192 "markdown",
13193 "node_runtime",
13194 "parking_lot",
13195 "paths",
13196 "postage",
13197 "prettier",
13198 "pretty_assertions",
13199 "project",
13200 "rand 0.9.2",
13201 "regex",
13202 "release_channel",
13203 "remote",
13204 "rpc",
13205 "schemars",
13206 "semver",
13207 "serde",
13208 "serde_json",
13209 "settings",
13210 "sha2",
13211 "shellexpand 2.1.2",
13212 "smallvec",
13213 "smol",
13214 "snippet",
13215 "snippet_provider",
13216 "sum_tree",
13217 "task",
13218 "tempfile",
13219 "terminal",
13220 "text",
13221 "toml 0.8.23",
13222 "tracing",
13223 "unindent",
13224 "url",
13225 "util",
13226 "watch",
13227 "wax",
13228 "which 6.0.3",
13229 "worktree",
13230 "zeroize",
13231 "zlog",
13232 "ztracing",
13233]
13234
13235[[package]]
13236name = "project_benchmarks"
13237version = "0.1.0"
13238dependencies = [
13239 "anyhow",
13240 "askpass",
13241 "clap",
13242 "client",
13243 "futures 0.3.31",
13244 "gpui",
13245 "gpui_platform",
13246 "http_client",
13247 "language",
13248 "node_runtime",
13249 "project",
13250 "release_channel",
13251 "remote",
13252 "rpassword",
13253 "semver",
13254 "settings",
13255 "watch",
13256]
13257
13258[[package]]
13259name = "project_panel"
13260version = "0.1.0"
13261dependencies = [
13262 "anyhow",
13263 "client",
13264 "collections",
13265 "command_palette_hooks",
13266 "criterion",
13267 "db",
13268 "editor",
13269 "feature_flags",
13270 "file_icons",
13271 "git",
13272 "git_ui",
13273 "gpui",
13274 "itertools 0.14.0",
13275 "language",
13276 "menu",
13277 "notifications",
13278 "pretty_assertions",
13279 "project",
13280 "rayon",
13281 "remote_connection",
13282 "schemars",
13283 "search",
13284 "serde",
13285 "serde_json",
13286 "settings",
13287 "smallvec",
13288 "telemetry",
13289 "tempfile",
13290 "theme",
13291 "ui",
13292 "util",
13293 "workspace",
13294 "worktree",
13295 "zed_actions",
13296]
13297
13298[[package]]
13299name = "project_symbols"
13300version = "0.1.0"
13301dependencies = [
13302 "anyhow",
13303 "editor",
13304 "futures 0.3.31",
13305 "fuzzy",
13306 "gpui",
13307 "language",
13308 "lsp",
13309 "ordered-float 2.10.1",
13310 "picker",
13311 "project",
13312 "release_channel",
13313 "semver",
13314 "serde_json",
13315 "settings",
13316 "theme",
13317 "util",
13318 "workspace",
13319]
13320
13321[[package]]
13322name = "prometheus"
13323version = "0.14.0"
13324source = "registry+https://github.com/rust-lang/crates.io-index"
13325checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13326dependencies = [
13327 "cfg-if",
13328 "fnv",
13329 "lazy_static",
13330 "memchr",
13331 "parking_lot",
13332 "protobuf",
13333 "thiserror 2.0.17",
13334]
13335
13336[[package]]
13337name = "prompt_store"
13338version = "0.1.0"
13339dependencies = [
13340 "anyhow",
13341 "assets",
13342 "chrono",
13343 "collections",
13344 "fs",
13345 "futures 0.3.31",
13346 "fuzzy",
13347 "gpui",
13348 "handlebars 4.5.0",
13349 "heed",
13350 "language",
13351 "log",
13352 "parking_lot",
13353 "paths",
13354 "rope",
13355 "serde",
13356 "strum 0.27.2",
13357 "tempfile",
13358 "text",
13359 "util",
13360 "uuid",
13361]
13362
13363[[package]]
13364name = "proptest"
13365version = "1.10.0"
13366source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13367dependencies = [
13368 "bit-set 0.8.0",
13369 "bit-vec 0.8.0",
13370 "bitflags 2.10.0",
13371 "num-traits",
13372 "proptest-macro",
13373 "rand 0.9.2",
13374 "rand_chacha 0.9.0",
13375 "rand_xorshift",
13376 "regex-syntax",
13377 "rusty-fork",
13378 "tempfile",
13379 "unarray",
13380]
13381
13382[[package]]
13383name = "proptest-derive"
13384version = "0.8.0"
13385source = "registry+https://github.com/rust-lang/crates.io-index"
13386checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13387dependencies = [
13388 "proc-macro2",
13389 "quote",
13390 "syn 2.0.117",
13391]
13392
13393[[package]]
13394name = "proptest-macro"
13395version = "0.5.0"
13396source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13397dependencies = [
13398 "convert_case 0.11.0",
13399 "proc-macro2",
13400 "quote",
13401 "syn 2.0.117",
13402]
13403
13404[[package]]
13405name = "prost"
13406version = "0.9.0"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13409dependencies = [
13410 "bytes 1.11.1",
13411 "prost-derive 0.9.0",
13412]
13413
13414[[package]]
13415name = "prost"
13416version = "0.12.6"
13417source = "registry+https://github.com/rust-lang/crates.io-index"
13418checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13419dependencies = [
13420 "bytes 1.11.1",
13421 "prost-derive 0.12.6",
13422]
13423
13424[[package]]
13425name = "prost-build"
13426version = "0.9.0"
13427source = "registry+https://github.com/rust-lang/crates.io-index"
13428checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13429dependencies = [
13430 "bytes 1.11.1",
13431 "heck 0.3.3",
13432 "itertools 0.10.5",
13433 "lazy_static",
13434 "log",
13435 "multimap",
13436 "petgraph",
13437 "prost 0.9.0",
13438 "prost-types 0.9.0",
13439 "regex",
13440 "tempfile",
13441 "which 4.4.2",
13442]
13443
13444[[package]]
13445name = "prost-build"
13446version = "0.12.6"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13449dependencies = [
13450 "bytes 1.11.1",
13451 "heck 0.5.0",
13452 "itertools 0.12.1",
13453 "log",
13454 "multimap",
13455 "once_cell",
13456 "petgraph",
13457 "prettyplease",
13458 "prost 0.12.6",
13459 "prost-types 0.12.6",
13460 "regex",
13461 "syn 2.0.117",
13462 "tempfile",
13463]
13464
13465[[package]]
13466name = "prost-derive"
13467version = "0.9.0"
13468source = "registry+https://github.com/rust-lang/crates.io-index"
13469checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13470dependencies = [
13471 "anyhow",
13472 "itertools 0.10.5",
13473 "proc-macro2",
13474 "quote",
13475 "syn 1.0.109",
13476]
13477
13478[[package]]
13479name = "prost-derive"
13480version = "0.12.6"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13483dependencies = [
13484 "anyhow",
13485 "itertools 0.12.1",
13486 "proc-macro2",
13487 "quote",
13488 "syn 2.0.117",
13489]
13490
13491[[package]]
13492name = "prost-types"
13493version = "0.9.0"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13496dependencies = [
13497 "bytes 1.11.1",
13498 "prost 0.9.0",
13499]
13500
13501[[package]]
13502name = "prost-types"
13503version = "0.12.6"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13506dependencies = [
13507 "prost 0.12.6",
13508]
13509
13510[[package]]
13511name = "proto"
13512version = "0.1.0"
13513dependencies = [
13514 "anyhow",
13515 "prost 0.9.0",
13516 "prost-build 0.9.0",
13517 "serde",
13518]
13519
13520[[package]]
13521name = "protobuf"
13522version = "3.7.2"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13525dependencies = [
13526 "once_cell",
13527 "protobuf-support",
13528 "thiserror 1.0.69",
13529]
13530
13531[[package]]
13532name = "protobuf-support"
13533version = "3.7.2"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13536dependencies = [
13537 "thiserror 1.0.69",
13538]
13539
13540[[package]]
13541name = "psm"
13542version = "0.1.30"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13545dependencies = [
13546 "ar_archive_writer",
13547 "cc",
13548]
13549
13550[[package]]
13551name = "ptr_meta"
13552version = "0.1.4"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13555dependencies = [
13556 "ptr_meta_derive",
13557]
13558
13559[[package]]
13560name = "ptr_meta_derive"
13561version = "0.1.4"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13564dependencies = [
13565 "proc-macro2",
13566 "quote",
13567 "syn 1.0.109",
13568]
13569
13570[[package]]
13571name = "pulldown-cmark"
13572version = "0.10.3"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13575dependencies = [
13576 "bitflags 2.10.0",
13577 "memchr",
13578 "pulldown-cmark-escape",
13579 "unicase",
13580]
13581
13582[[package]]
13583name = "pulldown-cmark"
13584version = "0.13.0"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13587dependencies = [
13588 "bitflags 2.10.0",
13589 "memchr",
13590 "unicase",
13591]
13592
13593[[package]]
13594name = "pulldown-cmark-escape"
13595version = "0.10.1"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13598
13599[[package]]
13600name = "pulley-interpreter"
13601version = "33.0.2"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13604dependencies = [
13605 "cranelift-bitset",
13606 "log",
13607 "wasmtime-math",
13608]
13609
13610[[package]]
13611name = "pulp"
13612version = "0.18.22"
13613source = "registry+https://github.com/rust-lang/crates.io-index"
13614checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13615dependencies = [
13616 "bytemuck",
13617 "libm",
13618 "num-complex",
13619 "reborrow",
13620]
13621
13622[[package]]
13623name = "pulp"
13624version = "0.21.5"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13627dependencies = [
13628 "bytemuck",
13629 "cfg-if",
13630 "libm",
13631 "num-complex",
13632 "reborrow",
13633 "version_check",
13634]
13635
13636[[package]]
13637name = "pxfm"
13638version = "0.1.25"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13641dependencies = [
13642 "num-traits",
13643]
13644
13645[[package]]
13646name = "qoi"
13647version = "0.4.1"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13650dependencies = [
13651 "bytemuck",
13652]
13653
13654[[package]]
13655name = "quick-error"
13656version = "1.2.3"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13659
13660[[package]]
13661name = "quick-error"
13662version = "2.0.1"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13665
13666[[package]]
13667name = "quick-xml"
13668version = "0.30.0"
13669source = "registry+https://github.com/rust-lang/crates.io-index"
13670checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13671dependencies = [
13672 "memchr",
13673]
13674
13675[[package]]
13676name = "quick-xml"
13677version = "0.37.5"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13680dependencies = [
13681 "memchr",
13682]
13683
13684[[package]]
13685name = "quick-xml"
13686version = "0.38.3"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13689dependencies = [
13690 "memchr",
13691]
13692
13693[[package]]
13694name = "quinn"
13695version = "0.11.9"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13698dependencies = [
13699 "bytes 1.11.1",
13700 "cfg_aliases 0.2.1",
13701 "pin-project-lite",
13702 "quinn-proto",
13703 "quinn-udp",
13704 "rustc-hash 2.1.1",
13705 "rustls 0.23.33",
13706 "socket2 0.6.1",
13707 "thiserror 2.0.17",
13708 "tokio",
13709 "tracing",
13710 "web-time",
13711]
13712
13713[[package]]
13714name = "quinn-proto"
13715version = "0.11.13"
13716source = "registry+https://github.com/rust-lang/crates.io-index"
13717checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13718dependencies = [
13719 "bytes 1.11.1",
13720 "getrandom 0.3.4",
13721 "lru-slab",
13722 "rand 0.9.2",
13723 "ring",
13724 "rustc-hash 2.1.1",
13725 "rustls 0.23.33",
13726 "rustls-pki-types",
13727 "slab",
13728 "thiserror 2.0.17",
13729 "tinyvec",
13730 "tracing",
13731 "web-time",
13732]
13733
13734[[package]]
13735name = "quinn-udp"
13736version = "0.5.14"
13737source = "registry+https://github.com/rust-lang/crates.io-index"
13738checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13739dependencies = [
13740 "cfg_aliases 0.2.1",
13741 "libc",
13742 "once_cell",
13743 "socket2 0.6.1",
13744 "tracing",
13745 "windows-sys 0.60.2",
13746]
13747
13748[[package]]
13749name = "quote"
13750version = "1.0.41"
13751source = "registry+https://github.com/rust-lang/crates.io-index"
13752checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13753dependencies = [
13754 "proc-macro2",
13755]
13756
13757[[package]]
13758name = "r-efi"
13759version = "5.3.0"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13762
13763[[package]]
13764name = "radium"
13765version = "0.7.0"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13768
13769[[package]]
13770name = "rand"
13771version = "0.3.23"
13772source = "registry+https://github.com/rust-lang/crates.io-index"
13773checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13774dependencies = [
13775 "libc",
13776 "rand 0.4.6",
13777]
13778
13779[[package]]
13780name = "rand"
13781version = "0.4.6"
13782source = "registry+https://github.com/rust-lang/crates.io-index"
13783checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13784dependencies = [
13785 "fuchsia-cprng",
13786 "libc",
13787 "rand_core 0.3.1",
13788 "rdrand",
13789 "winapi",
13790]
13791
13792[[package]]
13793name = "rand"
13794version = "0.8.5"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13797dependencies = [
13798 "libc",
13799 "rand_chacha 0.3.1",
13800 "rand_core 0.6.4",
13801]
13802
13803[[package]]
13804name = "rand"
13805version = "0.9.2"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13808dependencies = [
13809 "rand_chacha 0.9.0",
13810 "rand_core 0.9.3",
13811]
13812
13813[[package]]
13814name = "rand_chacha"
13815version = "0.3.1"
13816source = "registry+https://github.com/rust-lang/crates.io-index"
13817checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13818dependencies = [
13819 "ppv-lite86",
13820 "rand_core 0.6.4",
13821]
13822
13823[[package]]
13824name = "rand_chacha"
13825version = "0.9.0"
13826source = "registry+https://github.com/rust-lang/crates.io-index"
13827checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13828dependencies = [
13829 "ppv-lite86",
13830 "rand_core 0.9.3",
13831]
13832
13833[[package]]
13834name = "rand_core"
13835version = "0.3.1"
13836source = "registry+https://github.com/rust-lang/crates.io-index"
13837checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13838dependencies = [
13839 "rand_core 0.4.2",
13840]
13841
13842[[package]]
13843name = "rand_core"
13844version = "0.4.2"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13847
13848[[package]]
13849name = "rand_core"
13850version = "0.6.4"
13851source = "registry+https://github.com/rust-lang/crates.io-index"
13852checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13853dependencies = [
13854 "getrandom 0.2.16",
13855]
13856
13857[[package]]
13858name = "rand_core"
13859version = "0.9.3"
13860source = "registry+https://github.com/rust-lang/crates.io-index"
13861checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13862dependencies = [
13863 "getrandom 0.3.4",
13864]
13865
13866[[package]]
13867name = "rand_distr"
13868version = "0.5.1"
13869source = "registry+https://github.com/rust-lang/crates.io-index"
13870checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13871dependencies = [
13872 "num-traits",
13873 "rand 0.9.2",
13874]
13875
13876[[package]]
13877name = "rand_pcg"
13878version = "0.3.1"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13881dependencies = [
13882 "rand_core 0.6.4",
13883]
13884
13885[[package]]
13886name = "rand_xorshift"
13887version = "0.4.0"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13890dependencies = [
13891 "rand_core 0.9.3",
13892]
13893
13894[[package]]
13895name = "random_choice"
13896version = "0.3.2"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13899dependencies = [
13900 "rand 0.3.23",
13901]
13902
13903[[package]]
13904name = "range-alloc"
13905version = "0.1.4"
13906source = "registry+https://github.com/rust-lang/crates.io-index"
13907checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13908
13909[[package]]
13910name = "range-map"
13911version = "0.2.0"
13912source = "registry+https://github.com/rust-lang/crates.io-index"
13913checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13914dependencies = [
13915 "num-traits",
13916]
13917
13918[[package]]
13919name = "rangemap"
13920version = "1.7.1"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13923
13924[[package]]
13925name = "rav1e"
13926version = "0.7.1"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13929dependencies = [
13930 "arbitrary",
13931 "arg_enum_proc_macro",
13932 "arrayvec",
13933 "av1-grain",
13934 "bitstream-io",
13935 "built",
13936 "cfg-if",
13937 "interpolate_name",
13938 "itertools 0.12.1",
13939 "libc",
13940 "libfuzzer-sys",
13941 "log",
13942 "maybe-rayon",
13943 "new_debug_unreachable",
13944 "noop_proc_macro",
13945 "num-derive",
13946 "num-traits",
13947 "once_cell",
13948 "paste",
13949 "profiling",
13950 "rand 0.8.5",
13951 "rand_chacha 0.3.1",
13952 "simd_helpers",
13953 "system-deps 6.2.2",
13954 "thiserror 1.0.69",
13955 "v_frame",
13956 "wasm-bindgen",
13957]
13958
13959[[package]]
13960name = "ravif"
13961version = "0.11.20"
13962source = "registry+https://github.com/rust-lang/crates.io-index"
13963checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13964dependencies = [
13965 "avif-serialize",
13966 "imgref",
13967 "loop9",
13968 "quick-error 2.0.1",
13969 "rav1e",
13970 "rayon",
13971 "rgb",
13972]
13973
13974[[package]]
13975name = "raw-cpuid"
13976version = "10.7.0"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13979dependencies = [
13980 "bitflags 1.3.2",
13981]
13982
13983[[package]]
13984name = "raw-cpuid"
13985version = "11.6.0"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13988dependencies = [
13989 "bitflags 2.10.0",
13990]
13991
13992[[package]]
13993name = "raw-window-handle"
13994version = "0.6.2"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13997
13998[[package]]
13999name = "raw-window-metal"
14000version = "1.1.0"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14003dependencies = [
14004 "objc2",
14005 "objc2-core-foundation",
14006 "objc2-foundation",
14007 "objc2-quartz-core",
14008]
14009
14010[[package]]
14011name = "rayon"
14012version = "1.11.0"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14015dependencies = [
14016 "either",
14017 "rayon-core",
14018]
14019
14020[[package]]
14021name = "rayon-core"
14022version = "1.13.0"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14025dependencies = [
14026 "crossbeam-deque",
14027 "crossbeam-utils",
14028]
14029
14030[[package]]
14031name = "rdrand"
14032version = "0.4.0"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14035dependencies = [
14036 "rand_core 0.3.1",
14037]
14038
14039[[package]]
14040name = "read-fonts"
14041version = "0.35.0"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14044dependencies = [
14045 "bytemuck",
14046 "font-types 0.10.0",
14047]
14048
14049[[package]]
14050name = "read-fonts"
14051version = "0.37.0"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14054dependencies = [
14055 "bytemuck",
14056 "core_maths",
14057 "font-types 0.11.0",
14058]
14059
14060[[package]]
14061name = "realfft"
14062version = "3.5.0"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14065dependencies = [
14066 "rustfft",
14067]
14068
14069[[package]]
14070name = "reborrow"
14071version = "0.5.5"
14072source = "registry+https://github.com/rust-lang/crates.io-index"
14073checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14074
14075[[package]]
14076name = "recent_projects"
14077version = "0.1.0"
14078dependencies = [
14079 "anyhow",
14080 "askpass",
14081 "chrono",
14082 "db",
14083 "dev_container",
14084 "editor",
14085 "extension",
14086 "extension_host",
14087 "fs",
14088 "futures 0.3.31",
14089 "fuzzy",
14090 "gpui",
14091 "http_client",
14092 "indoc",
14093 "language",
14094 "log",
14095 "menu",
14096 "node_runtime",
14097 "open_path_prompt",
14098 "ordered-float 2.10.1",
14099 "paths",
14100 "picker",
14101 "project",
14102 "release_channel",
14103 "remote",
14104 "remote_connection",
14105 "remote_server",
14106 "semver",
14107 "serde",
14108 "serde_json",
14109 "settings",
14110 "smol",
14111 "task",
14112 "telemetry",
14113 "ui",
14114 "ui_input",
14115 "util",
14116 "windows-registry 0.6.1",
14117 "workspace",
14118 "worktree",
14119 "zed_actions",
14120]
14121
14122[[package]]
14123name = "redox_syscall"
14124version = "0.2.16"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14127dependencies = [
14128 "bitflags 1.3.2",
14129]
14130
14131[[package]]
14132name = "redox_syscall"
14133version = "0.5.18"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14136dependencies = [
14137 "bitflags 2.10.0",
14138]
14139
14140[[package]]
14141name = "redox_users"
14142version = "0.4.6"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14145dependencies = [
14146 "getrandom 0.2.16",
14147 "libredox",
14148 "thiserror 1.0.69",
14149]
14150
14151[[package]]
14152name = "redox_users"
14153version = "0.5.2"
14154source = "registry+https://github.com/rust-lang/crates.io-index"
14155checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14156dependencies = [
14157 "getrandom 0.2.16",
14158 "libredox",
14159 "thiserror 2.0.17",
14160]
14161
14162[[package]]
14163name = "ref-cast"
14164version = "1.0.25"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14167dependencies = [
14168 "ref-cast-impl",
14169]
14170
14171[[package]]
14172name = "ref-cast-impl"
14173version = "1.0.25"
14174source = "registry+https://github.com/rust-lang/crates.io-index"
14175checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14176dependencies = [
14177 "proc-macro2",
14178 "quote",
14179 "syn 2.0.117",
14180]
14181
14182[[package]]
14183name = "referencing"
14184version = "0.37.4"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14187dependencies = [
14188 "ahash 0.8.12",
14189 "fluent-uri",
14190 "getrandom 0.3.4",
14191 "hashbrown 0.16.1",
14192 "parking_lot",
14193 "percent-encoding",
14194 "serde_json",
14195]
14196
14197[[package]]
14198name = "refineable"
14199version = "0.1.0"
14200dependencies = [
14201 "derive_refineable",
14202]
14203
14204[[package]]
14205name = "regalloc2"
14206version = "0.12.2"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14209dependencies = [
14210 "allocator-api2",
14211 "bumpalo",
14212 "hashbrown 0.15.5",
14213 "log",
14214 "rustc-hash 2.1.1",
14215 "serde",
14216 "smallvec",
14217]
14218
14219[[package]]
14220name = "regex"
14221version = "1.12.2"
14222source = "registry+https://github.com/rust-lang/crates.io-index"
14223checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14224dependencies = [
14225 "aho-corasick",
14226 "memchr",
14227 "regex-automata",
14228 "regex-syntax",
14229]
14230
14231[[package]]
14232name = "regex-automata"
14233version = "0.4.13"
14234source = "registry+https://github.com/rust-lang/crates.io-index"
14235checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14236dependencies = [
14237 "aho-corasick",
14238 "memchr",
14239 "regex-syntax",
14240]
14241
14242[[package]]
14243name = "regex-lite"
14244version = "0.1.8"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14247
14248[[package]]
14249name = "regex-syntax"
14250version = "0.8.8"
14251source = "registry+https://github.com/rust-lang/crates.io-index"
14252checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14253
14254[[package]]
14255name = "release_channel"
14256version = "0.1.0"
14257dependencies = [
14258 "gpui",
14259 "semver",
14260]
14261
14262[[package]]
14263name = "remote"
14264version = "0.1.0"
14265dependencies = [
14266 "anyhow",
14267 "askpass",
14268 "async-trait",
14269 "base64 0.22.1",
14270 "collections",
14271 "fs",
14272 "futures 0.3.31",
14273 "gpui",
14274 "log",
14275 "parking_lot",
14276 "paths",
14277 "prost 0.9.0",
14278 "release_channel",
14279 "rpc",
14280 "schemars",
14281 "semver",
14282 "serde",
14283 "serde_json",
14284 "settings",
14285 "smol",
14286 "tempfile",
14287 "thiserror 2.0.17",
14288 "urlencoding",
14289 "util",
14290 "which 6.0.3",
14291]
14292
14293[[package]]
14294name = "remote_connection"
14295version = "0.1.0"
14296dependencies = [
14297 "anyhow",
14298 "askpass",
14299 "auto_update",
14300 "futures 0.3.31",
14301 "gpui",
14302 "log",
14303 "markdown",
14304 "menu",
14305 "release_channel",
14306 "remote",
14307 "semver",
14308 "settings",
14309 "theme",
14310 "ui",
14311 "ui_input",
14312 "workspace",
14313]
14314
14315[[package]]
14316name = "remote_server"
14317version = "0.1.0"
14318dependencies = [
14319 "action_log",
14320 "agent",
14321 "anyhow",
14322 "askpass",
14323 "cargo_toml",
14324 "clap",
14325 "client",
14326 "clock",
14327 "collections",
14328 "crash-handler",
14329 "crashes",
14330 "dap_adapters",
14331 "debug_adapter_extension",
14332 "editor",
14333 "env_logger 0.11.8",
14334 "extension",
14335 "extension_host",
14336 "fork",
14337 "fs",
14338 "futures 0.3.31",
14339 "git",
14340 "git2",
14341 "git_hosting_providers",
14342 "gpui",
14343 "gpui_platform",
14344 "gpui_tokio",
14345 "http_client",
14346 "image",
14347 "json_schema_store",
14348 "language",
14349 "language_extension",
14350 "language_model",
14351 "languages",
14352 "libc",
14353 "log",
14354 "lsp",
14355 "minidumper",
14356 "net",
14357 "node_runtime",
14358 "paths",
14359 "pretty_assertions",
14360 "project",
14361 "proto",
14362 "rayon",
14363 "release_channel",
14364 "remote",
14365 "reqwest_client",
14366 "rpc",
14367 "rust-embed",
14368 "semver",
14369 "serde",
14370 "serde_json",
14371 "settings",
14372 "shellexpand 2.1.2",
14373 "smol",
14374 "sysinfo 0.37.2",
14375 "task",
14376 "theme",
14377 "thiserror 2.0.17",
14378 "toml 0.8.23",
14379 "unindent",
14380 "util",
14381 "uuid",
14382 "watch",
14383 "windows 0.61.3",
14384 "worktree",
14385 "zlog",
14386]
14387
14388[[package]]
14389name = "rend"
14390version = "0.4.2"
14391source = "registry+https://github.com/rust-lang/crates.io-index"
14392checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14393dependencies = [
14394 "bytecheck",
14395]
14396
14397[[package]]
14398name = "renderdoc-sys"
14399version = "1.1.0"
14400source = "registry+https://github.com/rust-lang/crates.io-index"
14401checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14402
14403[[package]]
14404name = "repl"
14405version = "0.1.0"
14406dependencies = [
14407 "alacritty_terminal",
14408 "anyhow",
14409 "async-dispatcher",
14410 "async-task",
14411 "async-tungstenite",
14412 "base64 0.22.1",
14413 "client",
14414 "collections",
14415 "command_palette_hooks",
14416 "editor",
14417 "feature_flags",
14418 "file_icons",
14419 "futures 0.3.31",
14420 "gpui",
14421 "html_to_markdown",
14422 "http_client",
14423 "image",
14424 "indoc",
14425 "jupyter-protocol",
14426 "jupyter-websocket-client",
14427 "language",
14428 "languages",
14429 "log",
14430 "markdown",
14431 "menu",
14432 "multi_buffer",
14433 "nbformat",
14434 "picker",
14435 "project",
14436 "remote",
14437 "runtimelib",
14438 "serde",
14439 "serde_json",
14440 "settings",
14441 "shlex",
14442 "smol",
14443 "telemetry",
14444 "terminal",
14445 "terminal_view",
14446 "theme",
14447 "tree-sitter-md",
14448 "tree-sitter-python",
14449 "tree-sitter-typescript",
14450 "ui",
14451 "util",
14452 "uuid",
14453 "workspace",
14454 "zed_actions",
14455]
14456
14457[[package]]
14458name = "reqwest"
14459version = "0.11.27"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14462dependencies = [
14463 "base64 0.21.7",
14464 "bytes 1.11.1",
14465 "encoding_rs",
14466 "futures-core",
14467 "futures-util",
14468 "h2 0.3.27",
14469 "http 0.2.12",
14470 "http-body 0.4.6",
14471 "hyper 0.14.32",
14472 "hyper-tls",
14473 "ipnet",
14474 "js-sys",
14475 "log",
14476 "mime",
14477 "native-tls",
14478 "once_cell",
14479 "percent-encoding",
14480 "pin-project-lite",
14481 "rustls-pemfile 1.0.4",
14482 "serde",
14483 "serde_json",
14484 "serde_urlencoded",
14485 "sync_wrapper 0.1.2",
14486 "system-configuration 0.5.1",
14487 "tokio",
14488 "tokio-native-tls",
14489 "tower-service",
14490 "url",
14491 "wasm-bindgen",
14492 "wasm-bindgen-futures",
14493 "web-sys",
14494 "winreg 0.50.0",
14495]
14496
14497[[package]]
14498name = "reqwest"
14499version = "0.12.24"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14502dependencies = [
14503 "base64 0.22.1",
14504 "bytes 1.11.1",
14505 "futures-channel",
14506 "futures-core",
14507 "futures-util",
14508 "http 1.3.1",
14509 "http-body 1.0.1",
14510 "http-body-util",
14511 "hyper 1.7.0",
14512 "hyper-rustls 0.27.7",
14513 "hyper-util",
14514 "js-sys",
14515 "log",
14516 "percent-encoding",
14517 "pin-project-lite",
14518 "quinn",
14519 "rustls 0.23.33",
14520 "rustls-native-certs 0.8.2",
14521 "rustls-pki-types",
14522 "serde",
14523 "serde_json",
14524 "serde_urlencoded",
14525 "sync_wrapper 1.0.2",
14526 "tokio",
14527 "tokio-rustls 0.26.2",
14528 "tower 0.5.2",
14529 "tower-http 0.6.6",
14530 "tower-service",
14531 "url",
14532 "wasm-bindgen",
14533 "wasm-bindgen-futures",
14534 "web-sys",
14535]
14536
14537[[package]]
14538name = "reqwest_client"
14539version = "0.1.0"
14540dependencies = [
14541 "anyhow",
14542 "bytes 1.11.1",
14543 "futures 0.3.31",
14544 "gpui_util",
14545 "http_client",
14546 "http_client_tls",
14547 "log",
14548 "regex",
14549 "serde",
14550 "tokio",
14551 "zed-reqwest",
14552]
14553
14554[[package]]
14555name = "resvg"
14556version = "0.45.1"
14557source = "registry+https://github.com/rust-lang/crates.io-index"
14558checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14559dependencies = [
14560 "log",
14561 "pico-args",
14562 "rgb",
14563 "svgtypes",
14564 "tiny-skia",
14565 "usvg",
14566]
14567
14568[[package]]
14569name = "rfc6979"
14570version = "0.3.1"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14573dependencies = [
14574 "crypto-bigint 0.4.9",
14575 "hmac",
14576 "zeroize",
14577]
14578
14579[[package]]
14580name = "rgb"
14581version = "0.8.52"
14582source = "registry+https://github.com/rust-lang/crates.io-index"
14583checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14584dependencies = [
14585 "bytemuck",
14586]
14587
14588[[package]]
14589name = "ring"
14590version = "0.17.14"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14593dependencies = [
14594 "cc",
14595 "cfg-if",
14596 "getrandom 0.2.16",
14597 "libc",
14598 "untrusted 0.9.0",
14599 "windows-sys 0.52.0",
14600]
14601
14602[[package]]
14603name = "rkyv"
14604version = "0.7.45"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14607dependencies = [
14608 "bitvec",
14609 "bytecheck",
14610 "bytes 1.11.1",
14611 "hashbrown 0.12.3",
14612 "ptr_meta",
14613 "rend",
14614 "rkyv_derive",
14615 "seahash",
14616 "tinyvec",
14617 "uuid",
14618]
14619
14620[[package]]
14621name = "rkyv_derive"
14622version = "0.7.45"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14625dependencies = [
14626 "proc-macro2",
14627 "quote",
14628 "syn 1.0.109",
14629]
14630
14631[[package]]
14632name = "rmp"
14633version = "0.8.14"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14636dependencies = [
14637 "byteorder",
14638 "num-traits",
14639 "paste",
14640]
14641
14642[[package]]
14643name = "rmpv"
14644version = "1.3.0"
14645source = "registry+https://github.com/rust-lang/crates.io-index"
14646checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14647dependencies = [
14648 "num-traits",
14649 "rmp",
14650]
14651
14652[[package]]
14653name = "rodio"
14654version = "0.21.1"
14655source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14656dependencies = [
14657 "cpal",
14658 "dasp_sample",
14659 "hound",
14660 "num-rational",
14661 "rand 0.9.2",
14662 "rand_distr",
14663 "rtrb",
14664 "symphonia",
14665 "thiserror 2.0.17",
14666]
14667
14668[[package]]
14669name = "rope"
14670version = "0.1.0"
14671dependencies = [
14672 "arrayvec",
14673 "criterion",
14674 "ctor",
14675 "gpui",
14676 "log",
14677 "rand 0.9.2",
14678 "rayon",
14679 "sum_tree",
14680 "tracing",
14681 "unicode-segmentation",
14682 "util",
14683 "zlog",
14684 "ztracing",
14685]
14686
14687[[package]]
14688name = "roxmltree"
14689version = "0.20.0"
14690source = "registry+https://github.com/rust-lang/crates.io-index"
14691checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14692
14693[[package]]
14694name = "rpassword"
14695version = "7.4.0"
14696source = "registry+https://github.com/rust-lang/crates.io-index"
14697checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14698dependencies = [
14699 "libc",
14700 "rtoolbox",
14701 "windows-sys 0.59.0",
14702]
14703
14704[[package]]
14705name = "rpc"
14706version = "0.1.0"
14707dependencies = [
14708 "anyhow",
14709 "async-tungstenite",
14710 "base64 0.22.1",
14711 "collections",
14712 "futures 0.3.31",
14713 "gpui",
14714 "parking_lot",
14715 "proto",
14716 "rand 0.9.2",
14717 "rsa",
14718 "serde",
14719 "serde_json",
14720 "sha2",
14721 "strum 0.27.2",
14722 "tracing",
14723 "util",
14724 "zlog",
14725 "zstd",
14726]
14727
14728[[package]]
14729name = "rsa"
14730version = "0.9.10"
14731source = "registry+https://github.com/rust-lang/crates.io-index"
14732checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14733dependencies = [
14734 "const-oid",
14735 "digest",
14736 "num-bigint-dig 0.8.6",
14737 "num-integer",
14738 "num-traits",
14739 "pkcs1",
14740 "pkcs8 0.10.2",
14741 "rand_core 0.6.4",
14742 "signature 2.2.0",
14743 "spki 0.7.3",
14744 "subtle",
14745 "zeroize",
14746]
14747
14748[[package]]
14749name = "rtoolbox"
14750version = "0.0.3"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14753dependencies = [
14754 "libc",
14755 "windows-sys 0.52.0",
14756]
14757
14758[[package]]
14759name = "rtrb"
14760version = "0.3.2"
14761source = "registry+https://github.com/rust-lang/crates.io-index"
14762checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14763
14764[[package]]
14765name = "rules_library"
14766version = "0.1.0"
14767dependencies = [
14768 "anyhow",
14769 "collections",
14770 "editor",
14771 "gpui",
14772 "language",
14773 "language_model",
14774 "log",
14775 "menu",
14776 "picker",
14777 "platform_title_bar",
14778 "prompt_store",
14779 "release_channel",
14780 "rope",
14781 "serde",
14782 "settings",
14783 "theme",
14784 "ui",
14785 "ui_input",
14786 "util",
14787 "workspace",
14788 "zed_actions",
14789]
14790
14791[[package]]
14792name = "runtimelib"
14793version = "1.4.0"
14794source = "registry+https://github.com/rust-lang/crates.io-index"
14795checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14796dependencies = [
14797 "async-dispatcher",
14798 "async-std",
14799 "aws-lc-rs",
14800 "base64 0.22.1",
14801 "bytes 1.11.1",
14802 "chrono",
14803 "data-encoding",
14804 "dirs 6.0.0",
14805 "futures 0.3.31",
14806 "glob",
14807 "jupyter-protocol",
14808 "serde",
14809 "serde_json",
14810 "shellexpand 3.1.1",
14811 "smol",
14812 "thiserror 2.0.17",
14813 "uuid",
14814 "zeromq",
14815]
14816
14817[[package]]
14818name = "rust-embed"
14819version = "8.7.2"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14822dependencies = [
14823 "rust-embed-impl",
14824 "rust-embed-utils",
14825 "walkdir",
14826]
14827
14828[[package]]
14829name = "rust-embed-impl"
14830version = "8.7.2"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14833dependencies = [
14834 "proc-macro2",
14835 "quote",
14836 "rust-embed-utils",
14837 "syn 2.0.117",
14838 "walkdir",
14839]
14840
14841[[package]]
14842name = "rust-embed-utils"
14843version = "8.7.2"
14844source = "registry+https://github.com/rust-lang/crates.io-index"
14845checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14846dependencies = [
14847 "globset",
14848 "sha2",
14849 "walkdir",
14850]
14851
14852[[package]]
14853name = "rust_decimal"
14854version = "1.39.0"
14855source = "registry+https://github.com/rust-lang/crates.io-index"
14856checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14857dependencies = [
14858 "arrayvec",
14859 "borsh",
14860 "bytes 1.11.1",
14861 "num-traits",
14862 "rand 0.8.5",
14863 "rkyv",
14864 "serde",
14865 "serde_json",
14866]
14867
14868[[package]]
14869name = "rustc-demangle"
14870version = "0.1.26"
14871source = "registry+https://github.com/rust-lang/crates.io-index"
14872checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14873
14874[[package]]
14875name = "rustc-hash"
14876version = "1.1.0"
14877source = "registry+https://github.com/rust-lang/crates.io-index"
14878checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14879
14880[[package]]
14881name = "rustc-hash"
14882version = "2.1.1"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14885
14886[[package]]
14887name = "rustc_version"
14888version = "0.4.1"
14889source = "registry+https://github.com/rust-lang/crates.io-index"
14890checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14891dependencies = [
14892 "semver",
14893]
14894
14895[[package]]
14896name = "rustfft"
14897version = "6.4.1"
14898source = "registry+https://github.com/rust-lang/crates.io-index"
14899checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14900dependencies = [
14901 "num-complex",
14902 "num-integer",
14903 "num-traits",
14904 "primal-check",
14905 "strength_reduce",
14906 "transpose",
14907]
14908
14909[[package]]
14910name = "rustix"
14911version = "0.38.44"
14912source = "registry+https://github.com/rust-lang/crates.io-index"
14913checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14914dependencies = [
14915 "bitflags 2.10.0",
14916 "errno 0.3.14",
14917 "libc",
14918 "linux-raw-sys 0.4.15",
14919 "windows-sys 0.59.0",
14920]
14921
14922[[package]]
14923name = "rustix"
14924version = "1.1.2"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14927dependencies = [
14928 "bitflags 2.10.0",
14929 "errno 0.3.14",
14930 "libc",
14931 "linux-raw-sys 0.11.0",
14932 "windows-sys 0.61.2",
14933]
14934
14935[[package]]
14936name = "rustix-linux-procfs"
14937version = "0.1.1"
14938source = "registry+https://github.com/rust-lang/crates.io-index"
14939checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14940dependencies = [
14941 "once_cell",
14942 "rustix 1.1.2",
14943]
14944
14945[[package]]
14946name = "rustix-openpty"
14947version = "0.2.0"
14948source = "registry+https://github.com/rust-lang/crates.io-index"
14949checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14950dependencies = [
14951 "errno 0.3.14",
14952 "libc",
14953 "rustix 1.1.2",
14954]
14955
14956[[package]]
14957name = "rustls"
14958version = "0.21.12"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14961dependencies = [
14962 "log",
14963 "ring",
14964 "rustls-webpki 0.101.7",
14965 "sct",
14966]
14967
14968[[package]]
14969name = "rustls"
14970version = "0.23.33"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14973dependencies = [
14974 "aws-lc-rs",
14975 "log",
14976 "once_cell",
14977 "ring",
14978 "rustls-pki-types",
14979 "rustls-webpki 0.103.7",
14980 "subtle",
14981 "zeroize",
14982]
14983
14984[[package]]
14985name = "rustls-native-certs"
14986version = "0.6.3"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14989dependencies = [
14990 "openssl-probe",
14991 "rustls-pemfile 1.0.4",
14992 "schannel",
14993 "security-framework 2.11.1",
14994]
14995
14996[[package]]
14997name = "rustls-native-certs"
14998version = "0.8.2"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15001dependencies = [
15002 "openssl-probe",
15003 "rustls-pki-types",
15004 "schannel",
15005 "security-framework 3.5.1",
15006]
15007
15008[[package]]
15009name = "rustls-pemfile"
15010version = "1.0.4"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15013dependencies = [
15014 "base64 0.21.7",
15015]
15016
15017[[package]]
15018name = "rustls-pemfile"
15019version = "2.2.0"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15022dependencies = [
15023 "rustls-pki-types",
15024]
15025
15026[[package]]
15027name = "rustls-pki-types"
15028version = "1.12.0"
15029source = "registry+https://github.com/rust-lang/crates.io-index"
15030checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15031dependencies = [
15032 "web-time",
15033 "zeroize",
15034]
15035
15036[[package]]
15037name = "rustls-platform-verifier"
15038version = "0.5.3"
15039source = "registry+https://github.com/rust-lang/crates.io-index"
15040checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15041dependencies = [
15042 "core-foundation 0.10.0",
15043 "core-foundation-sys",
15044 "jni",
15045 "log",
15046 "once_cell",
15047 "rustls 0.23.33",
15048 "rustls-native-certs 0.8.2",
15049 "rustls-platform-verifier-android",
15050 "rustls-webpki 0.103.7",
15051 "security-framework 3.5.1",
15052 "security-framework-sys",
15053 "webpki-root-certs",
15054 "windows-sys 0.59.0",
15055]
15056
15057[[package]]
15058name = "rustls-platform-verifier-android"
15059version = "0.1.1"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15062
15063[[package]]
15064name = "rustls-webpki"
15065version = "0.101.7"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15068dependencies = [
15069 "ring",
15070 "untrusted 0.9.0",
15071]
15072
15073[[package]]
15074name = "rustls-webpki"
15075version = "0.103.7"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15078dependencies = [
15079 "aws-lc-rs",
15080 "ring",
15081 "rustls-pki-types",
15082 "untrusted 0.9.0",
15083]
15084
15085[[package]]
15086name = "rustversion"
15087version = "1.0.22"
15088source = "registry+https://github.com/rust-lang/crates.io-index"
15089checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15090
15091[[package]]
15092name = "rusty-fork"
15093version = "0.3.1"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15096dependencies = [
15097 "fnv",
15098 "quick-error 1.2.3",
15099 "tempfile",
15100 "wait-timeout",
15101]
15102
15103[[package]]
15104name = "rustybuzz"
15105version = "0.20.1"
15106source = "registry+https://github.com/rust-lang/crates.io-index"
15107checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15108dependencies = [
15109 "bitflags 2.10.0",
15110 "bytemuck",
15111 "core_maths",
15112 "log",
15113 "smallvec",
15114 "ttf-parser 0.25.1",
15115 "unicode-bidi-mirroring",
15116 "unicode-ccc",
15117 "unicode-properties",
15118 "unicode-script",
15119]
15120
15121[[package]]
15122name = "ryu"
15123version = "1.0.20"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15126
15127[[package]]
15128name = "saa"
15129version = "5.4.9"
15130source = "registry+https://github.com/rust-lang/crates.io-index"
15131checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15132
15133[[package]]
15134name = "safetensors"
15135version = "0.4.5"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15138dependencies = [
15139 "serde",
15140 "serde_json",
15141]
15142
15143[[package]]
15144name = "same-file"
15145version = "1.0.6"
15146source = "registry+https://github.com/rust-lang/crates.io-index"
15147checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15148dependencies = [
15149 "winapi-util",
15150]
15151
15152[[package]]
15153name = "scc"
15154version = "3.5.6"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15157dependencies = [
15158 "saa",
15159 "sdd",
15160]
15161
15162[[package]]
15163name = "schannel"
15164version = "0.1.28"
15165source = "registry+https://github.com/rust-lang/crates.io-index"
15166checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15167dependencies = [
15168 "windows-sys 0.61.2",
15169]
15170
15171[[package]]
15172name = "scheduler"
15173version = "0.1.0"
15174dependencies = [
15175 "async-task",
15176 "backtrace",
15177 "chrono",
15178 "flume",
15179 "futures 0.3.31",
15180 "parking_lot",
15181 "rand 0.9.2",
15182 "web-time",
15183]
15184
15185[[package]]
15186name = "schema_generator"
15187version = "0.1.0"
15188dependencies = [
15189 "anyhow",
15190 "clap",
15191 "env_logger 0.11.8",
15192 "schemars",
15193 "serde",
15194 "serde_json",
15195 "settings",
15196 "theme",
15197]
15198
15199[[package]]
15200name = "schemars"
15201version = "1.0.4"
15202source = "registry+https://github.com/rust-lang/crates.io-index"
15203checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15204dependencies = [
15205 "dyn-clone",
15206 "indexmap",
15207 "ref-cast",
15208 "schemars_derive",
15209 "serde",
15210 "serde_json",
15211]
15212
15213[[package]]
15214name = "schemars_derive"
15215version = "1.0.4"
15216source = "registry+https://github.com/rust-lang/crates.io-index"
15217checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15218dependencies = [
15219 "proc-macro2",
15220 "quote",
15221 "serde_derive_internals",
15222 "syn 2.0.117",
15223]
15224
15225[[package]]
15226name = "scoped-tls"
15227version = "1.0.1"
15228source = "registry+https://github.com/rust-lang/crates.io-index"
15229checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15230
15231[[package]]
15232name = "scopeguard"
15233version = "1.2.0"
15234source = "registry+https://github.com/rust-lang/crates.io-index"
15235checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15236
15237[[package]]
15238name = "scratch"
15239version = "1.0.9"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15242
15243[[package]]
15244name = "screencapturekit"
15245version = "0.2.8"
15246source = "registry+https://github.com/rust-lang/crates.io-index"
15247checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15248dependencies = [
15249 "screencapturekit-sys",
15250]
15251
15252[[package]]
15253name = "screencapturekit-sys"
15254version = "0.2.8"
15255source = "registry+https://github.com/rust-lang/crates.io-index"
15256checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15257dependencies = [
15258 "block",
15259 "dispatch",
15260 "objc",
15261 "objc-foundation",
15262 "objc_id",
15263 "once_cell",
15264]
15265
15266[[package]]
15267name = "scroll"
15268version = "0.12.0"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15271dependencies = [
15272 "scroll_derive",
15273]
15274
15275[[package]]
15276name = "scroll_derive"
15277version = "0.12.1"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15280dependencies = [
15281 "proc-macro2",
15282 "quote",
15283 "syn 2.0.117",
15284]
15285
15286[[package]]
15287name = "sct"
15288version = "0.7.1"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15291dependencies = [
15292 "ring",
15293 "untrusted 0.9.0",
15294]
15295
15296[[package]]
15297name = "sdd"
15298version = "4.6.2"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15301
15302[[package]]
15303name = "sea-bae"
15304version = "0.2.1"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15307dependencies = [
15308 "heck 0.4.1",
15309 "proc-macro-error2",
15310 "proc-macro2",
15311 "quote",
15312 "syn 2.0.117",
15313]
15314
15315[[package]]
15316name = "sea-orm"
15317version = "1.1.10"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15320dependencies = [
15321 "async-stream",
15322 "async-trait",
15323 "bigdecimal",
15324 "chrono",
15325 "futures-util",
15326 "log",
15327 "ouroboros",
15328 "pgvector",
15329 "rust_decimal",
15330 "sea-orm-macros",
15331 "sea-query",
15332 "sea-query-binder",
15333 "serde",
15334 "serde_json",
15335 "sqlx",
15336 "strum 0.26.3",
15337 "thiserror 2.0.17",
15338 "time",
15339 "tracing",
15340 "url",
15341 "uuid",
15342]
15343
15344[[package]]
15345name = "sea-orm-macros"
15346version = "1.1.10"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15349dependencies = [
15350 "heck 0.4.1",
15351 "proc-macro2",
15352 "quote",
15353 "sea-bae",
15354 "syn 2.0.117",
15355 "unicode-ident",
15356]
15357
15358[[package]]
15359name = "sea-query"
15360version = "0.32.7"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15363dependencies = [
15364 "bigdecimal",
15365 "chrono",
15366 "inherent",
15367 "ordered-float 4.6.0",
15368 "rust_decimal",
15369 "serde_json",
15370 "time",
15371 "uuid",
15372]
15373
15374[[package]]
15375name = "sea-query-binder"
15376version = "0.7.0"
15377source = "registry+https://github.com/rust-lang/crates.io-index"
15378checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15379dependencies = [
15380 "bigdecimal",
15381 "chrono",
15382 "rust_decimal",
15383 "sea-query",
15384 "serde_json",
15385 "sqlx",
15386 "time",
15387 "uuid",
15388]
15389
15390[[package]]
15391name = "seahash"
15392version = "4.1.0"
15393source = "registry+https://github.com/rust-lang/crates.io-index"
15394checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15395
15396[[package]]
15397name = "search"
15398version = "0.1.0"
15399dependencies = [
15400 "any_vec",
15401 "anyhow",
15402 "bitflags 2.10.0",
15403 "collections",
15404 "editor",
15405 "fs",
15406 "futures 0.3.31",
15407 "gpui",
15408 "itertools 0.14.0",
15409 "language",
15410 "lsp",
15411 "menu",
15412 "multi_buffer",
15413 "pretty_assertions",
15414 "project",
15415 "serde",
15416 "serde_json",
15417 "settings",
15418 "smol",
15419 "theme",
15420 "tracing",
15421 "ui",
15422 "unindent",
15423 "util",
15424 "util_macros",
15425 "workspace",
15426 "zed_actions",
15427 "ztracing",
15428]
15429
15430[[package]]
15431name = "sec1"
15432version = "0.3.0"
15433source = "registry+https://github.com/rust-lang/crates.io-index"
15434checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15435dependencies = [
15436 "base16ct",
15437 "der 0.6.1",
15438 "generic-array",
15439 "pkcs8 0.9.0",
15440 "subtle",
15441 "zeroize",
15442]
15443
15444[[package]]
15445name = "security-framework"
15446version = "2.11.1"
15447source = "registry+https://github.com/rust-lang/crates.io-index"
15448checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15449dependencies = [
15450 "bitflags 2.10.0",
15451 "core-foundation 0.9.4",
15452 "core-foundation-sys",
15453 "libc",
15454 "security-framework-sys",
15455]
15456
15457[[package]]
15458name = "security-framework"
15459version = "3.5.1"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15462dependencies = [
15463 "bitflags 2.10.0",
15464 "core-foundation 0.10.0",
15465 "core-foundation-sys",
15466 "libc",
15467 "security-framework-sys",
15468]
15469
15470[[package]]
15471name = "security-framework-sys"
15472version = "2.15.0"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15475dependencies = [
15476 "core-foundation-sys",
15477 "libc",
15478]
15479
15480[[package]]
15481name = "self_cell"
15482version = "1.2.2"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15485
15486[[package]]
15487name = "semver"
15488version = "1.0.27"
15489source = "registry+https://github.com/rust-lang/crates.io-index"
15490checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15491dependencies = [
15492 "serde",
15493 "serde_core",
15494]
15495
15496[[package]]
15497name = "seq-macro"
15498version = "0.3.6"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15501
15502[[package]]
15503name = "serde"
15504version = "1.0.228"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15507dependencies = [
15508 "serde_core",
15509 "serde_derive",
15510]
15511
15512[[package]]
15513name = "serde_bytes"
15514version = "0.11.19"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15517dependencies = [
15518 "serde",
15519 "serde_core",
15520]
15521
15522[[package]]
15523name = "serde_core"
15524version = "1.0.228"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15527dependencies = [
15528 "serde_derive",
15529]
15530
15531[[package]]
15532name = "serde_derive"
15533version = "1.0.228"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15536dependencies = [
15537 "proc-macro2",
15538 "quote",
15539 "syn 2.0.117",
15540]
15541
15542[[package]]
15543name = "serde_derive_internals"
15544version = "0.29.1"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15547dependencies = [
15548 "proc-macro2",
15549 "quote",
15550 "syn 2.0.117",
15551]
15552
15553[[package]]
15554name = "serde_fmt"
15555version = "1.0.3"
15556source = "registry+https://github.com/rust-lang/crates.io-index"
15557checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15558dependencies = [
15559 "serde",
15560]
15561
15562[[package]]
15563name = "serde_json"
15564version = "1.0.145"
15565source = "registry+https://github.com/rust-lang/crates.io-index"
15566checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15567dependencies = [
15568 "indexmap",
15569 "itoa",
15570 "memchr",
15571 "ryu",
15572 "serde",
15573 "serde_core",
15574]
15575
15576[[package]]
15577name = "serde_json_lenient"
15578version = "0.2.4"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15581dependencies = [
15582 "indexmap",
15583 "itoa",
15584 "memchr",
15585 "ryu",
15586 "serde",
15587]
15588
15589[[package]]
15590name = "serde_path_to_error"
15591version = "0.1.20"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15594dependencies = [
15595 "itoa",
15596 "serde",
15597 "serde_core",
15598]
15599
15600[[package]]
15601name = "serde_repr"
15602version = "0.1.20"
15603source = "registry+https://github.com/rust-lang/crates.io-index"
15604checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15605dependencies = [
15606 "proc-macro2",
15607 "quote",
15608 "syn 2.0.117",
15609]
15610
15611[[package]]
15612name = "serde_spanned"
15613version = "0.6.9"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15616dependencies = [
15617 "serde",
15618]
15619
15620[[package]]
15621name = "serde_spanned"
15622version = "1.0.3"
15623source = "registry+https://github.com/rust-lang/crates.io-index"
15624checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15625dependencies = [
15626 "serde_core",
15627]
15628
15629[[package]]
15630name = "serde_urlencoded"
15631version = "0.7.1"
15632source = "registry+https://github.com/rust-lang/crates.io-index"
15633checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15634dependencies = [
15635 "form_urlencoded",
15636 "itoa",
15637 "ryu",
15638 "serde",
15639]
15640
15641[[package]]
15642name = "serde_yaml"
15643version = "0.9.34+deprecated"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15646dependencies = [
15647 "indexmap",
15648 "itoa",
15649 "ryu",
15650 "serde",
15651 "unsafe-libyaml",
15652]
15653
15654[[package]]
15655name = "serial2"
15656version = "0.2.33"
15657source = "registry+https://github.com/rust-lang/crates.io-index"
15658checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15659dependencies = [
15660 "cfg-if",
15661 "libc",
15662 "winapi",
15663]
15664
15665[[package]]
15666name = "session"
15667version = "0.1.0"
15668dependencies = [
15669 "db",
15670 "gpui",
15671 "serde_json",
15672 "util",
15673 "uuid",
15674]
15675
15676[[package]]
15677name = "settings"
15678version = "0.1.0"
15679dependencies = [
15680 "anyhow",
15681 "collections",
15682 "ec4rs",
15683 "fs",
15684 "futures 0.3.31",
15685 "gpui",
15686 "indoc",
15687 "inventory",
15688 "log",
15689 "migrator",
15690 "paths",
15691 "pretty_assertions",
15692 "release_channel",
15693 "rust-embed",
15694 "schemars",
15695 "serde",
15696 "serde_json",
15697 "serde_json_lenient",
15698 "settings_content",
15699 "settings_json",
15700 "settings_macros",
15701 "smallvec",
15702 "unindent",
15703 "util",
15704 "zlog",
15705]
15706
15707[[package]]
15708name = "settings_content"
15709version = "0.1.0"
15710dependencies = [
15711 "anyhow",
15712 "collections",
15713 "derive_more",
15714 "gpui",
15715 "log",
15716 "schemars",
15717 "serde",
15718 "serde_json",
15719 "serde_json_lenient",
15720 "settings_json",
15721 "settings_macros",
15722 "strum 0.27.2",
15723 "util",
15724]
15725
15726[[package]]
15727name = "settings_json"
15728version = "0.1.0"
15729dependencies = [
15730 "anyhow",
15731 "pretty_assertions",
15732 "serde",
15733 "serde_json",
15734 "serde_json_lenient",
15735 "serde_path_to_error",
15736 "tree-sitter",
15737 "tree-sitter-json",
15738 "unindent",
15739 "util",
15740]
15741
15742[[package]]
15743name = "settings_macros"
15744version = "0.1.0"
15745dependencies = [
15746 "quote",
15747 "settings",
15748 "syn 2.0.117",
15749]
15750
15751[[package]]
15752name = "settings_profile_selector"
15753version = "0.1.0"
15754dependencies = [
15755 "editor",
15756 "fuzzy",
15757 "gpui",
15758 "menu",
15759 "picker",
15760 "project",
15761 "serde_json",
15762 "settings",
15763 "theme",
15764 "ui",
15765 "workspace",
15766 "zed_actions",
15767]
15768
15769[[package]]
15770name = "settings_ui"
15771version = "0.1.0"
15772dependencies = [
15773 "agent",
15774 "agent_settings",
15775 "anyhow",
15776 "audio",
15777 "codestral",
15778 "component",
15779 "copilot",
15780 "copilot_ui",
15781 "cpal",
15782 "edit_prediction",
15783 "edit_prediction_ui",
15784 "editor",
15785 "feature_flags",
15786 "fs",
15787 "futures 0.3.31",
15788 "fuzzy",
15789 "gpui",
15790 "heck 0.5.0",
15791 "itertools 0.14.0",
15792 "language",
15793 "log",
15794 "menu",
15795 "paths",
15796 "picker",
15797 "platform_title_bar",
15798 "pretty_assertions",
15799 "project",
15800 "regex",
15801 "release_channel",
15802 "rodio",
15803 "schemars",
15804 "search",
15805 "serde",
15806 "serde_json",
15807 "settings",
15808 "shell_command_parser",
15809 "strum 0.27.2",
15810 "telemetry",
15811 "theme",
15812 "title_bar",
15813 "ui",
15814 "util",
15815 "workspace",
15816 "zed_actions",
15817]
15818
15819[[package]]
15820name = "sha-1"
15821version = "0.10.1"
15822source = "registry+https://github.com/rust-lang/crates.io-index"
15823checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15824dependencies = [
15825 "cfg-if",
15826 "cpufeatures",
15827 "digest",
15828]
15829
15830[[package]]
15831name = "sha1"
15832version = "0.10.6"
15833source = "registry+https://github.com/rust-lang/crates.io-index"
15834checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15835dependencies = [
15836 "cfg-if",
15837 "cpufeatures",
15838 "digest",
15839]
15840
15841[[package]]
15842name = "sha1_smol"
15843version = "1.0.1"
15844source = "registry+https://github.com/rust-lang/crates.io-index"
15845checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15846
15847[[package]]
15848name = "sha2"
15849version = "0.10.9"
15850source = "registry+https://github.com/rust-lang/crates.io-index"
15851checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15852dependencies = [
15853 "cfg-if",
15854 "cpufeatures",
15855 "digest",
15856]
15857
15858[[package]]
15859name = "sharded-slab"
15860version = "0.1.7"
15861source = "registry+https://github.com/rust-lang/crates.io-index"
15862checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15863dependencies = [
15864 "lazy_static",
15865]
15866
15867[[package]]
15868name = "shared_library"
15869version = "0.1.9"
15870source = "registry+https://github.com/rust-lang/crates.io-index"
15871checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15872dependencies = [
15873 "lazy_static",
15874 "libc",
15875]
15876
15877[[package]]
15878name = "shell-words"
15879version = "1.1.0"
15880source = "registry+https://github.com/rust-lang/crates.io-index"
15881checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15882
15883[[package]]
15884name = "shell_command_parser"
15885version = "0.1.0"
15886dependencies = [
15887 "brush-parser",
15888]
15889
15890[[package]]
15891name = "shellexpand"
15892version = "2.1.2"
15893source = "registry+https://github.com/rust-lang/crates.io-index"
15894checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15895dependencies = [
15896 "dirs 4.0.0",
15897]
15898
15899[[package]]
15900name = "shellexpand"
15901version = "3.1.1"
15902source = "registry+https://github.com/rust-lang/crates.io-index"
15903checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15904dependencies = [
15905 "dirs 6.0.0",
15906]
15907
15908[[package]]
15909name = "shingles"
15910version = "0.1.1"
15911source = "registry+https://github.com/rust-lang/crates.io-index"
15912checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15913
15914[[package]]
15915name = "shlex"
15916version = "1.3.0"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15919
15920[[package]]
15921name = "sidebar"
15922version = "0.1.0"
15923dependencies = [
15924 "acp_thread",
15925 "action_log",
15926 "agent",
15927 "agent-client-protocol",
15928 "agent_ui",
15929 "anyhow",
15930 "assistant_text_thread",
15931 "chrono",
15932 "editor",
15933 "feature_flags",
15934 "fs",
15935 "git",
15936 "gpui",
15937 "language_model",
15938 "menu",
15939 "pretty_assertions",
15940 "project",
15941 "prompt_store",
15942 "recent_projects",
15943 "serde_json",
15944 "settings",
15945 "theme",
15946 "ui",
15947 "util",
15948 "vim_mode_setting",
15949 "workspace",
15950 "zed_actions",
15951]
15952
15953[[package]]
15954name = "signal-hook"
15955version = "0.3.18"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15958dependencies = [
15959 "libc",
15960 "signal-hook-registry",
15961]
15962
15963[[package]]
15964name = "signal-hook-registry"
15965version = "1.4.6"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15968dependencies = [
15969 "libc",
15970]
15971
15972[[package]]
15973name = "signature"
15974version = "1.6.4"
15975source = "registry+https://github.com/rust-lang/crates.io-index"
15976checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15977dependencies = [
15978 "digest",
15979 "rand_core 0.6.4",
15980]
15981
15982[[package]]
15983name = "signature"
15984version = "2.2.0"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15987dependencies = [
15988 "digest",
15989 "rand_core 0.6.4",
15990]
15991
15992[[package]]
15993name = "simd-adler32"
15994version = "0.3.7"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15997
15998[[package]]
15999name = "simd_helpers"
16000version = "0.1.0"
16001source = "registry+https://github.com/rust-lang/crates.io-index"
16002checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16003dependencies = [
16004 "quote",
16005]
16006
16007[[package]]
16008name = "simdutf8"
16009version = "0.1.5"
16010source = "registry+https://github.com/rust-lang/crates.io-index"
16011checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16012
16013[[package]]
16014name = "similar"
16015version = "2.7.0"
16016source = "registry+https://github.com/rust-lang/crates.io-index"
16017checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16018
16019[[package]]
16020name = "simple_asn1"
16021version = "0.6.3"
16022source = "registry+https://github.com/rust-lang/crates.io-index"
16023checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16024dependencies = [
16025 "num-bigint",
16026 "num-traits",
16027 "thiserror 2.0.17",
16028 "time",
16029]
16030
16031[[package]]
16032name = "simplecss"
16033version = "0.2.2"
16034source = "registry+https://github.com/rust-lang/crates.io-index"
16035checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16036dependencies = [
16037 "log",
16038]
16039
16040[[package]]
16041name = "simplelog"
16042version = "0.12.2"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16045dependencies = [
16046 "log",
16047 "termcolor",
16048 "time",
16049]
16050
16051[[package]]
16052name = "siphasher"
16053version = "0.3.11"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16056
16057[[package]]
16058name = "siphasher"
16059version = "1.0.1"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16062
16063[[package]]
16064name = "skrifa"
16065version = "0.37.0"
16066source = "registry+https://github.com/rust-lang/crates.io-index"
16067checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16068dependencies = [
16069 "bytemuck",
16070 "read-fonts 0.35.0",
16071]
16072
16073[[package]]
16074name = "skrifa"
16075version = "0.40.0"
16076source = "registry+https://github.com/rust-lang/crates.io-index"
16077checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16078dependencies = [
16079 "bytemuck",
16080 "read-fonts 0.37.0",
16081]
16082
16083[[package]]
16084name = "slab"
16085version = "0.4.11"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16088
16089[[package]]
16090name = "slash_commands_example"
16091version = "0.1.0"
16092dependencies = [
16093 "zed_extension_api 0.1.0",
16094]
16095
16096[[package]]
16097name = "slotmap"
16098version = "1.0.7"
16099source = "registry+https://github.com/rust-lang/crates.io-index"
16100checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16101dependencies = [
16102 "version_check",
16103]
16104
16105[[package]]
16106name = "smallvec"
16107version = "1.15.1"
16108source = "registry+https://github.com/rust-lang/crates.io-index"
16109checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16110dependencies = [
16111 "serde",
16112]
16113
16114[[package]]
16115name = "smart-default"
16116version = "0.7.1"
16117source = "registry+https://github.com/rust-lang/crates.io-index"
16118checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16119dependencies = [
16120 "proc-macro2",
16121 "quote",
16122 "syn 2.0.117",
16123]
16124
16125[[package]]
16126name = "smol"
16127version = "2.0.2"
16128source = "registry+https://github.com/rust-lang/crates.io-index"
16129checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16130dependencies = [
16131 "async-channel 2.5.0",
16132 "async-executor",
16133 "async-fs",
16134 "async-io",
16135 "async-lock 3.4.2",
16136 "async-net",
16137 "async-process",
16138 "blocking",
16139 "futures-lite 2.6.1",
16140]
16141
16142[[package]]
16143name = "smol_str"
16144version = "0.3.5"
16145source = "registry+https://github.com/rust-lang/crates.io-index"
16146checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16147
16148[[package]]
16149name = "snippet"
16150version = "0.1.0"
16151dependencies = [
16152 "anyhow",
16153 "smallvec",
16154]
16155
16156[[package]]
16157name = "snippet_provider"
16158version = "0.1.0"
16159dependencies = [
16160 "anyhow",
16161 "collections",
16162 "extension",
16163 "fs",
16164 "futures 0.3.31",
16165 "gpui",
16166 "indoc",
16167 "parking_lot",
16168 "paths",
16169 "schemars",
16170 "serde",
16171 "serde_json",
16172 "serde_json_lenient",
16173 "snippet",
16174 "util",
16175]
16176
16177[[package]]
16178name = "snippets_ui"
16179version = "0.1.0"
16180dependencies = [
16181 "file_icons",
16182 "fuzzy",
16183 "gpui",
16184 "language",
16185 "open_path_prompt",
16186 "paths",
16187 "picker",
16188 "settings",
16189 "ui",
16190 "util",
16191 "workspace",
16192]
16193
16194[[package]]
16195name = "socket2"
16196version = "0.5.10"
16197source = "registry+https://github.com/rust-lang/crates.io-index"
16198checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16199dependencies = [
16200 "libc",
16201 "windows-sys 0.52.0",
16202]
16203
16204[[package]]
16205name = "socket2"
16206version = "0.6.1"
16207source = "registry+https://github.com/rust-lang/crates.io-index"
16208checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16209dependencies = [
16210 "libc",
16211 "windows-sys 0.60.2",
16212]
16213
16214[[package]]
16215name = "spdx"
16216version = "0.10.9"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16219dependencies = [
16220 "smallvec",
16221]
16222
16223[[package]]
16224name = "spin"
16225version = "0.9.8"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16228dependencies = [
16229 "lock_api",
16230]
16231
16232[[package]]
16233name = "spin"
16234version = "0.10.0"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16237dependencies = [
16238 "lock_api",
16239]
16240
16241[[package]]
16242name = "spirv"
16243version = "0.4.0+sdk-1.4.341.0"
16244source = "registry+https://github.com/rust-lang/crates.io-index"
16245checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16246dependencies = [
16247 "bitflags 2.10.0",
16248]
16249
16250[[package]]
16251name = "spki"
16252version = "0.6.0"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16255dependencies = [
16256 "base64ct",
16257 "der 0.6.1",
16258]
16259
16260[[package]]
16261name = "spki"
16262version = "0.7.3"
16263source = "registry+https://github.com/rust-lang/crates.io-index"
16264checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16265dependencies = [
16266 "base64ct",
16267 "der 0.7.10",
16268]
16269
16270[[package]]
16271name = "sptr"
16272version = "0.3.2"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16275
16276[[package]]
16277name = "sqlez"
16278version = "0.1.0"
16279dependencies = [
16280 "anyhow",
16281 "collections",
16282 "futures 0.3.31",
16283 "indoc",
16284 "libsqlite3-sys",
16285 "log",
16286 "parking_lot",
16287 "smol",
16288 "sqlformat",
16289 "thread_local",
16290 "util",
16291 "uuid",
16292]
16293
16294[[package]]
16295name = "sqlez_macros"
16296version = "0.1.0"
16297dependencies = [
16298 "sqlez",
16299 "sqlformat",
16300 "syn 2.0.117",
16301]
16302
16303[[package]]
16304name = "sqlformat"
16305version = "0.2.6"
16306source = "registry+https://github.com/rust-lang/crates.io-index"
16307checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16308dependencies = [
16309 "nom 7.1.3",
16310 "unicode_categories",
16311]
16312
16313[[package]]
16314name = "sqlx"
16315version = "0.8.6"
16316source = "registry+https://github.com/rust-lang/crates.io-index"
16317checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16318dependencies = [
16319 "sqlx-core",
16320 "sqlx-macros",
16321 "sqlx-mysql",
16322 "sqlx-postgres",
16323 "sqlx-sqlite",
16324]
16325
16326[[package]]
16327name = "sqlx-core"
16328version = "0.8.6"
16329source = "registry+https://github.com/rust-lang/crates.io-index"
16330checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16331dependencies = [
16332 "base64 0.22.1",
16333 "bigdecimal",
16334 "bytes 1.11.1",
16335 "chrono",
16336 "crc",
16337 "crossbeam-queue",
16338 "either",
16339 "event-listener 5.4.1",
16340 "futures-core",
16341 "futures-intrusive",
16342 "futures-io",
16343 "futures-util",
16344 "hashbrown 0.15.5",
16345 "hashlink 0.10.0",
16346 "indexmap",
16347 "log",
16348 "memchr",
16349 "once_cell",
16350 "percent-encoding",
16351 "rust_decimal",
16352 "rustls 0.23.33",
16353 "serde",
16354 "serde_json",
16355 "sha2",
16356 "smallvec",
16357 "thiserror 2.0.17",
16358 "time",
16359 "tokio",
16360 "tokio-stream",
16361 "tracing",
16362 "url",
16363 "uuid",
16364 "webpki-roots",
16365]
16366
16367[[package]]
16368name = "sqlx-macros"
16369version = "0.8.6"
16370source = "registry+https://github.com/rust-lang/crates.io-index"
16371checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16372dependencies = [
16373 "proc-macro2",
16374 "quote",
16375 "sqlx-core",
16376 "sqlx-macros-core",
16377 "syn 2.0.117",
16378]
16379
16380[[package]]
16381name = "sqlx-macros-core"
16382version = "0.8.6"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16385dependencies = [
16386 "dotenvy",
16387 "either",
16388 "heck 0.5.0",
16389 "hex",
16390 "once_cell",
16391 "proc-macro2",
16392 "quote",
16393 "serde",
16394 "serde_json",
16395 "sha2",
16396 "sqlx-core",
16397 "sqlx-mysql",
16398 "sqlx-postgres",
16399 "sqlx-sqlite",
16400 "syn 2.0.117",
16401 "tokio",
16402 "url",
16403]
16404
16405[[package]]
16406name = "sqlx-mysql"
16407version = "0.8.6"
16408source = "registry+https://github.com/rust-lang/crates.io-index"
16409checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16410dependencies = [
16411 "atoi",
16412 "base64 0.22.1",
16413 "bigdecimal",
16414 "bitflags 2.10.0",
16415 "byteorder",
16416 "bytes 1.11.1",
16417 "chrono",
16418 "crc",
16419 "digest",
16420 "dotenvy",
16421 "either",
16422 "futures-channel",
16423 "futures-core",
16424 "futures-io",
16425 "futures-util",
16426 "generic-array",
16427 "hex",
16428 "hkdf",
16429 "hmac",
16430 "itoa",
16431 "log",
16432 "md-5",
16433 "memchr",
16434 "once_cell",
16435 "percent-encoding",
16436 "rand 0.8.5",
16437 "rsa",
16438 "rust_decimal",
16439 "serde",
16440 "sha1",
16441 "sha2",
16442 "smallvec",
16443 "sqlx-core",
16444 "stringprep",
16445 "thiserror 2.0.17",
16446 "time",
16447 "tracing",
16448 "uuid",
16449 "whoami",
16450]
16451
16452[[package]]
16453name = "sqlx-postgres"
16454version = "0.8.6"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16457dependencies = [
16458 "atoi",
16459 "base64 0.22.1",
16460 "bigdecimal",
16461 "bitflags 2.10.0",
16462 "byteorder",
16463 "chrono",
16464 "crc",
16465 "dotenvy",
16466 "etcetera",
16467 "futures-channel",
16468 "futures-core",
16469 "futures-util",
16470 "hex",
16471 "hkdf",
16472 "hmac",
16473 "home",
16474 "itoa",
16475 "log",
16476 "md-5",
16477 "memchr",
16478 "num-bigint",
16479 "once_cell",
16480 "rand 0.8.5",
16481 "rust_decimal",
16482 "serde",
16483 "serde_json",
16484 "sha2",
16485 "smallvec",
16486 "sqlx-core",
16487 "stringprep",
16488 "thiserror 2.0.17",
16489 "time",
16490 "tracing",
16491 "uuid",
16492 "whoami",
16493]
16494
16495[[package]]
16496name = "sqlx-sqlite"
16497version = "0.8.6"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16500dependencies = [
16501 "atoi",
16502 "chrono",
16503 "flume",
16504 "futures-channel",
16505 "futures-core",
16506 "futures-executor",
16507 "futures-intrusive",
16508 "futures-util",
16509 "libsqlite3-sys",
16510 "log",
16511 "percent-encoding",
16512 "serde",
16513 "serde_urlencoded",
16514 "sqlx-core",
16515 "thiserror 2.0.17",
16516 "time",
16517 "tracing",
16518 "url",
16519 "uuid",
16520]
16521
16522[[package]]
16523name = "stable_deref_trait"
16524version = "1.2.1"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16527
16528[[package]]
16529name = "stacker"
16530version = "0.1.23"
16531source = "registry+https://github.com/rust-lang/crates.io-index"
16532checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16533dependencies = [
16534 "cc",
16535 "cfg-if",
16536 "libc",
16537 "psm",
16538 "windows-sys 0.59.0",
16539]
16540
16541[[package]]
16542name = "stacksafe"
16543version = "0.1.4"
16544source = "registry+https://github.com/rust-lang/crates.io-index"
16545checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16546dependencies = [
16547 "stacker",
16548 "stacksafe-macro",
16549]
16550
16551[[package]]
16552name = "stacksafe-macro"
16553version = "0.1.4"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16556dependencies = [
16557 "proc-macro-error2",
16558 "quote",
16559 "syn 2.0.117",
16560]
16561
16562[[package]]
16563name = "static_assertions"
16564version = "1.1.0"
16565source = "registry+https://github.com/rust-lang/crates.io-index"
16566checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16567
16568[[package]]
16569name = "story"
16570version = "0.1.0"
16571dependencies = [
16572 "gpui",
16573 "itertools 0.14.0",
16574 "smallvec",
16575]
16576
16577[[package]]
16578name = "storybook"
16579version = "0.1.0"
16580dependencies = [
16581 "anyhow",
16582 "clap",
16583 "ctrlc",
16584 "dialoguer",
16585 "editor",
16586 "fuzzy",
16587 "gpui",
16588 "gpui_platform",
16589 "indoc",
16590 "language",
16591 "log",
16592 "menu",
16593 "picker",
16594 "reqwest_client",
16595 "rust-embed",
16596 "settings",
16597 "simplelog",
16598 "story",
16599 "strum 0.27.2",
16600 "theme",
16601 "title_bar",
16602 "ui",
16603]
16604
16605[[package]]
16606name = "streaming-iterator"
16607version = "0.1.9"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16610
16611[[package]]
16612name = "streaming_diff"
16613version = "0.1.0"
16614dependencies = [
16615 "ordered-float 2.10.1",
16616 "rand 0.9.2",
16617 "rope",
16618 "util",
16619]
16620
16621[[package]]
16622name = "strength_reduce"
16623version = "0.2.4"
16624source = "registry+https://github.com/rust-lang/crates.io-index"
16625checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16626
16627[[package]]
16628name = "strict-num"
16629version = "0.1.1"
16630source = "registry+https://github.com/rust-lang/crates.io-index"
16631checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16632dependencies = [
16633 "float-cmp",
16634]
16635
16636[[package]]
16637name = "string_cache"
16638version = "0.8.9"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16641dependencies = [
16642 "new_debug_unreachable",
16643 "parking_lot",
16644 "phf_shared 0.11.3",
16645 "precomputed-hash",
16646 "serde",
16647]
16648
16649[[package]]
16650name = "string_cache_codegen"
16651version = "0.5.4"
16652source = "registry+https://github.com/rust-lang/crates.io-index"
16653checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16654dependencies = [
16655 "phf_generator 0.11.3",
16656 "phf_shared 0.11.3",
16657 "proc-macro2",
16658 "quote",
16659]
16660
16661[[package]]
16662name = "stringprep"
16663version = "0.1.5"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16666dependencies = [
16667 "unicode-bidi",
16668 "unicode-normalization",
16669 "unicode-properties",
16670]
16671
16672[[package]]
16673name = "strsim"
16674version = "0.11.1"
16675source = "registry+https://github.com/rust-lang/crates.io-index"
16676checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16677
16678[[package]]
16679name = "strum"
16680version = "0.26.3"
16681source = "registry+https://github.com/rust-lang/crates.io-index"
16682checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16683
16684[[package]]
16685name = "strum"
16686version = "0.27.2"
16687source = "registry+https://github.com/rust-lang/crates.io-index"
16688checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16689dependencies = [
16690 "strum_macros 0.27.2",
16691]
16692
16693[[package]]
16694name = "strum"
16695version = "0.28.0"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16698dependencies = [
16699 "strum_macros 0.28.0",
16700]
16701
16702[[package]]
16703name = "strum_macros"
16704version = "0.27.2"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16707dependencies = [
16708 "heck 0.5.0",
16709 "proc-macro2",
16710 "quote",
16711 "syn 2.0.117",
16712]
16713
16714[[package]]
16715name = "strum_macros"
16716version = "0.28.0"
16717source = "registry+https://github.com/rust-lang/crates.io-index"
16718checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16719dependencies = [
16720 "heck 0.5.0",
16721 "proc-macro2",
16722 "quote",
16723 "syn 2.0.117",
16724]
16725
16726[[package]]
16727name = "subtle"
16728version = "2.6.1"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16731
16732[[package]]
16733name = "sum_tree"
16734version = "0.1.0"
16735dependencies = [
16736 "arrayvec",
16737 "ctor",
16738 "log",
16739 "proptest",
16740 "rand 0.9.2",
16741 "rayon",
16742 "tracing",
16743 "zlog",
16744 "ztracing",
16745]
16746
16747[[package]]
16748name = "sval"
16749version = "2.15.0"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16752
16753[[package]]
16754name = "sval_buffer"
16755version = "2.15.0"
16756source = "registry+https://github.com/rust-lang/crates.io-index"
16757checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16758dependencies = [
16759 "sval",
16760 "sval_ref",
16761]
16762
16763[[package]]
16764name = "sval_dynamic"
16765version = "2.15.0"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16768dependencies = [
16769 "sval",
16770]
16771
16772[[package]]
16773name = "sval_fmt"
16774version = "2.15.0"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16777dependencies = [
16778 "itoa",
16779 "ryu",
16780 "sval",
16781]
16782
16783[[package]]
16784name = "sval_json"
16785version = "2.15.0"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16788dependencies = [
16789 "itoa",
16790 "ryu",
16791 "sval",
16792]
16793
16794[[package]]
16795name = "sval_nested"
16796version = "2.15.0"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16799dependencies = [
16800 "sval",
16801 "sval_buffer",
16802 "sval_ref",
16803]
16804
16805[[package]]
16806name = "sval_ref"
16807version = "2.15.0"
16808source = "registry+https://github.com/rust-lang/crates.io-index"
16809checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16810dependencies = [
16811 "sval",
16812]
16813
16814[[package]]
16815name = "sval_serde"
16816version = "2.15.0"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16819dependencies = [
16820 "serde_core",
16821 "sval",
16822 "sval_nested",
16823]
16824
16825[[package]]
16826name = "svg_fmt"
16827version = "0.4.5"
16828source = "registry+https://github.com/rust-lang/crates.io-index"
16829checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16830
16831[[package]]
16832name = "svg_preview"
16833version = "0.1.0"
16834dependencies = [
16835 "file_icons",
16836 "gpui",
16837 "language",
16838 "multi_buffer",
16839 "ui",
16840 "workspace",
16841 "zed_actions",
16842]
16843
16844[[package]]
16845name = "svgtypes"
16846version = "0.15.3"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16849dependencies = [
16850 "kurbo",
16851 "siphasher 1.0.1",
16852]
16853
16854[[package]]
16855name = "swash"
16856version = "0.2.6"
16857source = "registry+https://github.com/rust-lang/crates.io-index"
16858checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16859dependencies = [
16860 "skrifa 0.37.0",
16861 "yazi",
16862 "zeno",
16863]
16864
16865[[package]]
16866name = "symphonia"
16867version = "0.5.5"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16870dependencies = [
16871 "lazy_static",
16872 "symphonia-bundle-flac",
16873 "symphonia-bundle-mp3",
16874 "symphonia-codec-aac",
16875 "symphonia-codec-pcm",
16876 "symphonia-codec-vorbis",
16877 "symphonia-core",
16878 "symphonia-format-isomp4",
16879 "symphonia-format-ogg",
16880 "symphonia-format-riff",
16881 "symphonia-metadata",
16882]
16883
16884[[package]]
16885name = "symphonia-bundle-flac"
16886version = "0.5.5"
16887source = "registry+https://github.com/rust-lang/crates.io-index"
16888checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16889dependencies = [
16890 "log",
16891 "symphonia-core",
16892 "symphonia-metadata",
16893 "symphonia-utils-xiph",
16894]
16895
16896[[package]]
16897name = "symphonia-bundle-mp3"
16898version = "0.5.5"
16899source = "registry+https://github.com/rust-lang/crates.io-index"
16900checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16901dependencies = [
16902 "lazy_static",
16903 "log",
16904 "symphonia-core",
16905 "symphonia-metadata",
16906]
16907
16908[[package]]
16909name = "symphonia-codec-aac"
16910version = "0.5.5"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16913dependencies = [
16914 "lazy_static",
16915 "log",
16916 "symphonia-core",
16917]
16918
16919[[package]]
16920name = "symphonia-codec-pcm"
16921version = "0.5.5"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16924dependencies = [
16925 "log",
16926 "symphonia-core",
16927]
16928
16929[[package]]
16930name = "symphonia-codec-vorbis"
16931version = "0.5.5"
16932source = "registry+https://github.com/rust-lang/crates.io-index"
16933checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16934dependencies = [
16935 "log",
16936 "symphonia-core",
16937 "symphonia-utils-xiph",
16938]
16939
16940[[package]]
16941name = "symphonia-core"
16942version = "0.5.5"
16943source = "registry+https://github.com/rust-lang/crates.io-index"
16944checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16945dependencies = [
16946 "arrayvec",
16947 "bitflags 1.3.2",
16948 "bytemuck",
16949 "lazy_static",
16950 "log",
16951]
16952
16953[[package]]
16954name = "symphonia-format-isomp4"
16955version = "0.5.5"
16956source = "registry+https://github.com/rust-lang/crates.io-index"
16957checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16958dependencies = [
16959 "encoding_rs",
16960 "log",
16961 "symphonia-core",
16962 "symphonia-metadata",
16963 "symphonia-utils-xiph",
16964]
16965
16966[[package]]
16967name = "symphonia-format-ogg"
16968version = "0.5.5"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16971dependencies = [
16972 "log",
16973 "symphonia-core",
16974 "symphonia-metadata",
16975 "symphonia-utils-xiph",
16976]
16977
16978[[package]]
16979name = "symphonia-format-riff"
16980version = "0.5.5"
16981source = "registry+https://github.com/rust-lang/crates.io-index"
16982checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16983dependencies = [
16984 "extended",
16985 "log",
16986 "symphonia-core",
16987 "symphonia-metadata",
16988]
16989
16990[[package]]
16991name = "symphonia-metadata"
16992version = "0.5.5"
16993source = "registry+https://github.com/rust-lang/crates.io-index"
16994checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16995dependencies = [
16996 "encoding_rs",
16997 "lazy_static",
16998 "log",
16999 "symphonia-core",
17000]
17001
17002[[package]]
17003name = "symphonia-utils-xiph"
17004version = "0.5.5"
17005source = "registry+https://github.com/rust-lang/crates.io-index"
17006checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17007dependencies = [
17008 "symphonia-core",
17009 "symphonia-metadata",
17010]
17011
17012[[package]]
17013name = "syn"
17014version = "1.0.109"
17015source = "registry+https://github.com/rust-lang/crates.io-index"
17016checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17017dependencies = [
17018 "proc-macro2",
17019 "quote",
17020 "unicode-ident",
17021]
17022
17023[[package]]
17024name = "syn"
17025version = "2.0.117"
17026source = "registry+https://github.com/rust-lang/crates.io-index"
17027checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17028dependencies = [
17029 "proc-macro2",
17030 "quote",
17031 "unicode-ident",
17032]
17033
17034[[package]]
17035name = "sync_wrapper"
17036version = "0.1.2"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17039
17040[[package]]
17041name = "sync_wrapper"
17042version = "1.0.2"
17043source = "registry+https://github.com/rust-lang/crates.io-index"
17044checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17045dependencies = [
17046 "futures-core",
17047]
17048
17049[[package]]
17050name = "synchronoise"
17051version = "1.0.1"
17052source = "registry+https://github.com/rust-lang/crates.io-index"
17053checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17054dependencies = [
17055 "crossbeam-queue",
17056]
17057
17058[[package]]
17059name = "synstructure"
17060version = "0.13.2"
17061source = "registry+https://github.com/rust-lang/crates.io-index"
17062checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17063dependencies = [
17064 "proc-macro2",
17065 "quote",
17066 "syn 2.0.117",
17067]
17068
17069[[package]]
17070name = "sys-locale"
17071version = "0.3.2"
17072source = "registry+https://github.com/rust-lang/crates.io-index"
17073checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17074dependencies = [
17075 "libc",
17076]
17077
17078[[package]]
17079name = "sysctl"
17080version = "0.5.5"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17083dependencies = [
17084 "bitflags 2.10.0",
17085 "byteorder",
17086 "enum-as-inner",
17087 "libc",
17088 "thiserror 1.0.69",
17089 "walkdir",
17090]
17091
17092[[package]]
17093name = "sysctl"
17094version = "0.6.0"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17097dependencies = [
17098 "bitflags 2.10.0",
17099 "byteorder",
17100 "enum-as-inner",
17101 "libc",
17102 "thiserror 1.0.69",
17103 "walkdir",
17104]
17105
17106[[package]]
17107name = "sysinfo"
17108version = "0.31.4"
17109source = "registry+https://github.com/rust-lang/crates.io-index"
17110checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17111dependencies = [
17112 "core-foundation-sys",
17113 "libc",
17114 "memchr",
17115 "ntapi",
17116 "rayon",
17117 "windows 0.57.0",
17118]
17119
17120[[package]]
17121name = "sysinfo"
17122version = "0.37.2"
17123source = "registry+https://github.com/rust-lang/crates.io-index"
17124checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17125dependencies = [
17126 "libc",
17127 "memchr",
17128 "ntapi",
17129 "objc2-core-foundation",
17130 "objc2-io-kit",
17131 "windows 0.61.3",
17132]
17133
17134[[package]]
17135name = "system-configuration"
17136version = "0.5.1"
17137source = "registry+https://github.com/rust-lang/crates.io-index"
17138checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17139dependencies = [
17140 "bitflags 1.3.2",
17141 "core-foundation 0.9.4",
17142 "system-configuration-sys 0.5.0",
17143]
17144
17145[[package]]
17146name = "system-configuration"
17147version = "0.6.1"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17150dependencies = [
17151 "bitflags 2.10.0",
17152 "core-foundation 0.9.4",
17153 "system-configuration-sys 0.6.0",
17154]
17155
17156[[package]]
17157name = "system-configuration-sys"
17158version = "0.5.0"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17161dependencies = [
17162 "core-foundation-sys",
17163 "libc",
17164]
17165
17166[[package]]
17167name = "system-configuration-sys"
17168version = "0.6.0"
17169source = "registry+https://github.com/rust-lang/crates.io-index"
17170checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17171dependencies = [
17172 "core-foundation-sys",
17173 "libc",
17174]
17175
17176[[package]]
17177name = "system-deps"
17178version = "6.2.2"
17179source = "registry+https://github.com/rust-lang/crates.io-index"
17180checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17181dependencies = [
17182 "cfg-expr 0.15.8",
17183 "heck 0.5.0",
17184 "pkg-config",
17185 "toml 0.8.23",
17186 "version-compare",
17187]
17188
17189[[package]]
17190name = "system-deps"
17191version = "7.0.7"
17192source = "registry+https://github.com/rust-lang/crates.io-index"
17193checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17194dependencies = [
17195 "cfg-expr 0.20.6",
17196 "heck 0.5.0",
17197 "pkg-config",
17198 "toml 0.9.8",
17199 "version-compare",
17200]
17201
17202[[package]]
17203name = "system-interface"
17204version = "0.27.3"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17207dependencies = [
17208 "bitflags 2.10.0",
17209 "cap-fs-ext",
17210 "cap-std",
17211 "fd-lock",
17212 "io-lifetimes",
17213 "rustix 0.38.44",
17214 "windows-sys 0.59.0",
17215 "winx",
17216]
17217
17218[[package]]
17219name = "system_specs"
17220version = "0.1.0"
17221dependencies = [
17222 "anyhow",
17223 "client",
17224 "gpui",
17225 "human_bytes",
17226 "pciid-parser",
17227 "release_channel",
17228 "semver",
17229 "serde",
17230 "sysinfo 0.37.2",
17231]
17232
17233[[package]]
17234name = "tab_switcher"
17235version = "0.1.0"
17236dependencies = [
17237 "collections",
17238 "ctor",
17239 "editor",
17240 "fuzzy",
17241 "gpui",
17242 "menu",
17243 "picker",
17244 "project",
17245 "schemars",
17246 "serde",
17247 "serde_json",
17248 "settings",
17249 "smol",
17250 "theme",
17251 "ui",
17252 "util",
17253 "workspace",
17254 "zlog",
17255]
17256
17257[[package]]
17258name = "taffy"
17259version = "0.9.0"
17260source = "registry+https://github.com/rust-lang/crates.io-index"
17261checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17262dependencies = [
17263 "arrayvec",
17264 "grid",
17265 "serde",
17266 "slotmap",
17267]
17268
17269[[package]]
17270name = "tagptr"
17271version = "0.2.0"
17272source = "registry+https://github.com/rust-lang/crates.io-index"
17273checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17274
17275[[package]]
17276name = "take-until"
17277version = "0.2.0"
17278source = "registry+https://github.com/rust-lang/crates.io-index"
17279checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17280
17281[[package]]
17282name = "tao-core-video-sys"
17283version = "0.2.0"
17284source = "registry+https://github.com/rust-lang/crates.io-index"
17285checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17286dependencies = [
17287 "cfg-if",
17288 "core-foundation-sys",
17289 "libc",
17290 "objc",
17291]
17292
17293[[package]]
17294name = "tap"
17295version = "1.0.1"
17296source = "registry+https://github.com/rust-lang/crates.io-index"
17297checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17298
17299[[package]]
17300name = "target-lexicon"
17301version = "0.12.16"
17302source = "registry+https://github.com/rust-lang/crates.io-index"
17303checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17304
17305[[package]]
17306name = "target-lexicon"
17307version = "0.13.3"
17308source = "registry+https://github.com/rust-lang/crates.io-index"
17309checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17310
17311[[package]]
17312name = "task"
17313version = "0.1.0"
17314dependencies = [
17315 "anyhow",
17316 "collections",
17317 "futures 0.3.31",
17318 "gpui",
17319 "hex",
17320 "log",
17321 "parking_lot",
17322 "pretty_assertions",
17323 "proto",
17324 "schemars",
17325 "serde",
17326 "serde_json",
17327 "serde_json_lenient",
17328 "sha2",
17329 "shellexpand 2.1.2",
17330 "util",
17331 "zed_actions",
17332]
17333
17334[[package]]
17335name = "tasks_ui"
17336version = "0.1.0"
17337dependencies = [
17338 "anyhow",
17339 "collections",
17340 "editor",
17341 "file_icons",
17342 "fuzzy",
17343 "gpui",
17344 "itertools 0.14.0",
17345 "language",
17346 "menu",
17347 "picker",
17348 "project",
17349 "serde",
17350 "serde_json",
17351 "task",
17352 "tree-sitter-rust",
17353 "tree-sitter-typescript",
17354 "ui",
17355 "util",
17356 "workspace",
17357 "zed_actions",
17358]
17359
17360[[package]]
17361name = "telemetry"
17362version = "0.1.0"
17363dependencies = [
17364 "futures 0.3.31",
17365 "serde",
17366 "serde_json",
17367 "telemetry_events",
17368]
17369
17370[[package]]
17371name = "telemetry_events"
17372version = "0.1.0"
17373dependencies = [
17374 "semver",
17375 "serde",
17376 "serde_json",
17377]
17378
17379[[package]]
17380name = "tempfile"
17381version = "3.23.0"
17382source = "registry+https://github.com/rust-lang/crates.io-index"
17383checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17384dependencies = [
17385 "fastrand 2.3.0",
17386 "getrandom 0.3.4",
17387 "once_cell",
17388 "rustix 1.1.2",
17389 "windows-sys 0.61.2",
17390]
17391
17392[[package]]
17393name = "tendril"
17394version = "0.4.3"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17397dependencies = [
17398 "futf",
17399 "mac",
17400 "utf-8",
17401]
17402
17403[[package]]
17404name = "termcolor"
17405version = "1.4.1"
17406source = "registry+https://github.com/rust-lang/crates.io-index"
17407checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17408dependencies = [
17409 "winapi-util",
17410]
17411
17412[[package]]
17413name = "terminal"
17414version = "0.1.0"
17415dependencies = [
17416 "alacritty_terminal",
17417 "anyhow",
17418 "collections",
17419 "futures 0.3.31",
17420 "gpui",
17421 "itertools 0.14.0",
17422 "libc",
17423 "log",
17424 "parking_lot",
17425 "rand 0.9.2",
17426 "regex",
17427 "release_channel",
17428 "schemars",
17429 "serde",
17430 "settings",
17431 "smol",
17432 "sysinfo 0.37.2",
17433 "task",
17434 "theme",
17435 "thiserror 2.0.17",
17436 "url",
17437 "urlencoding",
17438 "util",
17439 "util_macros",
17440 "windows 0.61.3",
17441]
17442
17443[[package]]
17444name = "terminal_size"
17445version = "0.4.3"
17446source = "registry+https://github.com/rust-lang/crates.io-index"
17447checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17448dependencies = [
17449 "rustix 1.1.2",
17450 "windows-sys 0.60.2",
17451]
17452
17453[[package]]
17454name = "terminal_view"
17455version = "0.1.0"
17456dependencies = [
17457 "anyhow",
17458 "assistant_slash_command",
17459 "async-recursion",
17460 "breadcrumbs",
17461 "collections",
17462 "db",
17463 "dirs 4.0.0",
17464 "editor",
17465 "futures 0.3.31",
17466 "gpui",
17467 "itertools 0.14.0",
17468 "language",
17469 "log",
17470 "menu",
17471 "pretty_assertions",
17472 "project",
17473 "regex",
17474 "schemars",
17475 "serde",
17476 "serde_json",
17477 "settings",
17478 "shellexpand 2.1.2",
17479 "task",
17480 "terminal",
17481 "theme",
17482 "ui",
17483 "util",
17484 "workspace",
17485 "zed_actions",
17486]
17487
17488[[package]]
17489name = "text"
17490version = "0.1.0"
17491dependencies = [
17492 "anyhow",
17493 "clock",
17494 "collections",
17495 "ctor",
17496 "gpui",
17497 "log",
17498 "parking_lot",
17499 "postage",
17500 "rand 0.9.2",
17501 "regex",
17502 "rope",
17503 "smallvec",
17504 "sum_tree",
17505 "util",
17506 "zlog",
17507]
17508
17509[[package]]
17510name = "theme"
17511version = "0.1.0"
17512dependencies = [
17513 "anyhow",
17514 "collections",
17515 "derive_more",
17516 "fs",
17517 "futures 0.3.31",
17518 "gpui",
17519 "log",
17520 "palette",
17521 "parking_lot",
17522 "refineable",
17523 "schemars",
17524 "serde",
17525 "serde_json",
17526 "serde_json_lenient",
17527 "settings",
17528 "strum 0.27.2",
17529 "thiserror 2.0.17",
17530 "util",
17531 "uuid",
17532]
17533
17534[[package]]
17535name = "theme_extension"
17536version = "0.1.0"
17537dependencies = [
17538 "anyhow",
17539 "extension",
17540 "fs",
17541 "gpui",
17542 "theme",
17543]
17544
17545[[package]]
17546name = "theme_importer"
17547version = "0.1.0"
17548dependencies = [
17549 "anyhow",
17550 "clap",
17551 "collections",
17552 "gpui",
17553 "indexmap",
17554 "log",
17555 "palette",
17556 "serde",
17557 "serde_json",
17558 "serde_json_lenient",
17559 "simplelog",
17560 "strum 0.27.2",
17561 "theme",
17562 "vscode_theme",
17563]
17564
17565[[package]]
17566name = "theme_selector"
17567version = "0.1.0"
17568dependencies = [
17569 "fs",
17570 "fuzzy",
17571 "gpui",
17572 "log",
17573 "picker",
17574 "serde",
17575 "settings",
17576 "telemetry",
17577 "theme",
17578 "ui",
17579 "util",
17580 "workspace",
17581 "zed_actions",
17582]
17583
17584[[package]]
17585name = "thiserror"
17586version = "1.0.69"
17587source = "registry+https://github.com/rust-lang/crates.io-index"
17588checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17589dependencies = [
17590 "thiserror-impl 1.0.69",
17591]
17592
17593[[package]]
17594name = "thiserror"
17595version = "2.0.17"
17596source = "registry+https://github.com/rust-lang/crates.io-index"
17597checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17598dependencies = [
17599 "thiserror-impl 2.0.17",
17600]
17601
17602[[package]]
17603name = "thiserror-impl"
17604version = "1.0.69"
17605source = "registry+https://github.com/rust-lang/crates.io-index"
17606checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17607dependencies = [
17608 "proc-macro2",
17609 "quote",
17610 "syn 2.0.117",
17611]
17612
17613[[package]]
17614name = "thiserror-impl"
17615version = "2.0.17"
17616source = "registry+https://github.com/rust-lang/crates.io-index"
17617checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17618dependencies = [
17619 "proc-macro2",
17620 "quote",
17621 "syn 2.0.117",
17622]
17623
17624[[package]]
17625name = "thread_local"
17626version = "1.1.9"
17627source = "registry+https://github.com/rust-lang/crates.io-index"
17628checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17629dependencies = [
17630 "cfg-if",
17631]
17632
17633[[package]]
17634name = "tiff"
17635version = "0.10.3"
17636source = "registry+https://github.com/rust-lang/crates.io-index"
17637checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17638dependencies = [
17639 "fax",
17640 "flate2",
17641 "half",
17642 "quick-error 2.0.1",
17643 "weezl",
17644 "zune-jpeg",
17645]
17646
17647[[package]]
17648name = "tiktoken-rs"
17649version = "0.9.1"
17650source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17651dependencies = [
17652 "anyhow",
17653 "base64 0.22.1",
17654 "bstr",
17655 "fancy-regex 0.16.2",
17656 "lazy_static",
17657 "regex",
17658 "rustc-hash 1.1.0",
17659]
17660
17661[[package]]
17662name = "time"
17663version = "0.3.47"
17664source = "registry+https://github.com/rust-lang/crates.io-index"
17665checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17666dependencies = [
17667 "deranged",
17668 "itoa",
17669 "libc",
17670 "num-conv",
17671 "num_threads",
17672 "powerfmt",
17673 "serde_core",
17674 "time-core",
17675 "time-macros",
17676]
17677
17678[[package]]
17679name = "time-core"
17680version = "0.1.8"
17681source = "registry+https://github.com/rust-lang/crates.io-index"
17682checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17683
17684[[package]]
17685name = "time-macros"
17686version = "0.2.27"
17687source = "registry+https://github.com/rust-lang/crates.io-index"
17688checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17689dependencies = [
17690 "num-conv",
17691 "time-core",
17692]
17693
17694[[package]]
17695name = "time_format"
17696version = "0.1.0"
17697dependencies = [
17698 "core-foundation 0.10.0",
17699 "core-foundation-sys",
17700 "sys-locale",
17701 "time",
17702 "windows 0.61.3",
17703]
17704
17705[[package]]
17706name = "tiny-keccak"
17707version = "2.0.2"
17708source = "registry+https://github.com/rust-lang/crates.io-index"
17709checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17710dependencies = [
17711 "crunchy",
17712]
17713
17714[[package]]
17715name = "tiny-skia"
17716version = "0.11.4"
17717source = "registry+https://github.com/rust-lang/crates.io-index"
17718checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17719dependencies = [
17720 "arrayref",
17721 "arrayvec",
17722 "bytemuck",
17723 "cfg-if",
17724 "log",
17725 "png 0.17.16",
17726 "tiny-skia-path",
17727]
17728
17729[[package]]
17730name = "tiny-skia-path"
17731version = "0.11.4"
17732source = "registry+https://github.com/rust-lang/crates.io-index"
17733checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17734dependencies = [
17735 "arrayref",
17736 "bytemuck",
17737 "strict-num",
17738]
17739
17740[[package]]
17741name = "tiny_http"
17742version = "0.12.0"
17743source = "registry+https://github.com/rust-lang/crates.io-index"
17744checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17745dependencies = [
17746 "ascii",
17747 "chunked_transfer",
17748 "httpdate",
17749 "log",
17750]
17751
17752[[package]]
17753name = "tinystr"
17754version = "0.8.1"
17755source = "registry+https://github.com/rust-lang/crates.io-index"
17756checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17757dependencies = [
17758 "displaydoc",
17759 "zerovec",
17760]
17761
17762[[package]]
17763name = "tinytemplate"
17764version = "1.2.1"
17765source = "registry+https://github.com/rust-lang/crates.io-index"
17766checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17767dependencies = [
17768 "serde",
17769 "serde_json",
17770]
17771
17772[[package]]
17773name = "tinyvec"
17774version = "1.10.0"
17775source = "registry+https://github.com/rust-lang/crates.io-index"
17776checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17777dependencies = [
17778 "tinyvec_macros",
17779]
17780
17781[[package]]
17782name = "tinyvec_macros"
17783version = "0.1.1"
17784source = "registry+https://github.com/rust-lang/crates.io-index"
17785checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17786
17787[[package]]
17788name = "title_bar"
17789version = "0.1.0"
17790dependencies = [
17791 "anyhow",
17792 "auto_update",
17793 "call",
17794 "channel",
17795 "chrono",
17796 "client",
17797 "cloud_api_types",
17798 "db",
17799 "git_ui",
17800 "gpui",
17801 "icons",
17802 "livekit_client",
17803 "notifications",
17804 "platform_title_bar",
17805 "project",
17806 "recent_projects",
17807 "release_channel",
17808 "remote",
17809 "remote_connection",
17810 "rpc",
17811 "schemars",
17812 "semver",
17813 "serde",
17814 "settings",
17815 "smallvec",
17816 "story",
17817 "telemetry",
17818 "theme",
17819 "ui",
17820 "util",
17821 "windows 0.61.3",
17822 "workspace",
17823 "zed_actions",
17824]
17825
17826[[package]]
17827name = "tokio"
17828version = "1.48.0"
17829source = "registry+https://github.com/rust-lang/crates.io-index"
17830checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17831dependencies = [
17832 "bytes 1.11.1",
17833 "libc",
17834 "mio 1.1.0",
17835 "parking_lot",
17836 "pin-project-lite",
17837 "signal-hook-registry",
17838 "socket2 0.6.1",
17839 "tokio-macros",
17840 "windows-sys 0.61.2",
17841]
17842
17843[[package]]
17844name = "tokio-io"
17845version = "0.1.13"
17846source = "registry+https://github.com/rust-lang/crates.io-index"
17847checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17848dependencies = [
17849 "bytes 0.4.12",
17850 "futures 0.1.31",
17851 "log",
17852]
17853
17854[[package]]
17855name = "tokio-macros"
17856version = "2.6.0"
17857source = "registry+https://github.com/rust-lang/crates.io-index"
17858checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17859dependencies = [
17860 "proc-macro2",
17861 "quote",
17862 "syn 2.0.117",
17863]
17864
17865[[package]]
17866name = "tokio-native-tls"
17867version = "0.3.1"
17868source = "registry+https://github.com/rust-lang/crates.io-index"
17869checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17870dependencies = [
17871 "native-tls",
17872 "tokio",
17873]
17874
17875[[package]]
17876name = "tokio-rustls"
17877version = "0.24.1"
17878source = "registry+https://github.com/rust-lang/crates.io-index"
17879checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17880dependencies = [
17881 "rustls 0.21.12",
17882 "tokio",
17883]
17884
17885[[package]]
17886name = "tokio-rustls"
17887version = "0.26.2"
17888source = "registry+https://github.com/rust-lang/crates.io-index"
17889checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17890dependencies = [
17891 "rustls 0.23.33",
17892 "tokio",
17893]
17894
17895[[package]]
17896name = "tokio-socks"
17897version = "0.5.2"
17898source = "registry+https://github.com/rust-lang/crates.io-index"
17899checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17900dependencies = [
17901 "either",
17902 "futures-io",
17903 "futures-util",
17904 "thiserror 1.0.69",
17905 "tokio",
17906]
17907
17908[[package]]
17909name = "tokio-stream"
17910version = "0.1.17"
17911source = "registry+https://github.com/rust-lang/crates.io-index"
17912checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17913dependencies = [
17914 "futures-core",
17915 "pin-project-lite",
17916 "tokio",
17917]
17918
17919[[package]]
17920name = "tokio-tungstenite"
17921version = "0.20.1"
17922source = "registry+https://github.com/rust-lang/crates.io-index"
17923checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17924dependencies = [
17925 "futures-util",
17926 "log",
17927 "tokio",
17928 "tungstenite 0.20.1",
17929]
17930
17931[[package]]
17932name = "tokio-tungstenite"
17933version = "0.21.0"
17934source = "registry+https://github.com/rust-lang/crates.io-index"
17935checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17936dependencies = [
17937 "futures-util",
17938 "log",
17939 "tokio",
17940 "tungstenite 0.21.0",
17941]
17942
17943[[package]]
17944name = "tokio-tungstenite"
17945version = "0.28.0"
17946source = "registry+https://github.com/rust-lang/crates.io-index"
17947checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17948dependencies = [
17949 "futures-util",
17950 "log",
17951 "rustls 0.23.33",
17952 "rustls-native-certs 0.8.2",
17953 "rustls-pki-types",
17954 "tokio",
17955 "tokio-rustls 0.26.2",
17956 "tungstenite 0.28.0",
17957]
17958
17959[[package]]
17960name = "tokio-util"
17961version = "0.7.16"
17962source = "registry+https://github.com/rust-lang/crates.io-index"
17963checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17964dependencies = [
17965 "bytes 1.11.1",
17966 "futures-core",
17967 "futures-io",
17968 "futures-sink",
17969 "pin-project-lite",
17970 "tokio",
17971]
17972
17973[[package]]
17974name = "toml"
17975version = "0.5.11"
17976source = "registry+https://github.com/rust-lang/crates.io-index"
17977checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17978dependencies = [
17979 "serde",
17980]
17981
17982[[package]]
17983name = "toml"
17984version = "0.8.23"
17985source = "registry+https://github.com/rust-lang/crates.io-index"
17986checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17987dependencies = [
17988 "serde",
17989 "serde_spanned 0.6.9",
17990 "toml_datetime 0.6.11",
17991 "toml_edit 0.22.27",
17992]
17993
17994[[package]]
17995name = "toml"
17996version = "0.9.8"
17997source = "registry+https://github.com/rust-lang/crates.io-index"
17998checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17999dependencies = [
18000 "indexmap",
18001 "serde_core",
18002 "serde_spanned 1.0.3",
18003 "toml_datetime 0.7.3",
18004 "toml_parser",
18005 "toml_writer",
18006 "winnow",
18007]
18008
18009[[package]]
18010name = "toml_datetime"
18011version = "0.6.11"
18012source = "registry+https://github.com/rust-lang/crates.io-index"
18013checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18014dependencies = [
18015 "serde",
18016]
18017
18018[[package]]
18019name = "toml_datetime"
18020version = "0.7.3"
18021source = "registry+https://github.com/rust-lang/crates.io-index"
18022checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18023dependencies = [
18024 "serde_core",
18025]
18026
18027[[package]]
18028name = "toml_edit"
18029version = "0.22.27"
18030source = "registry+https://github.com/rust-lang/crates.io-index"
18031checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18032dependencies = [
18033 "indexmap",
18034 "serde",
18035 "serde_spanned 0.6.9",
18036 "toml_datetime 0.6.11",
18037 "toml_write",
18038 "winnow",
18039]
18040
18041[[package]]
18042name = "toml_edit"
18043version = "0.23.7"
18044source = "registry+https://github.com/rust-lang/crates.io-index"
18045checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18046dependencies = [
18047 "indexmap",
18048 "toml_datetime 0.7.3",
18049 "toml_parser",
18050 "winnow",
18051]
18052
18053[[package]]
18054name = "toml_parser"
18055version = "1.0.4"
18056source = "registry+https://github.com/rust-lang/crates.io-index"
18057checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18058dependencies = [
18059 "winnow",
18060]
18061
18062[[package]]
18063name = "toml_write"
18064version = "0.1.2"
18065source = "registry+https://github.com/rust-lang/crates.io-index"
18066checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18067
18068[[package]]
18069name = "toml_writer"
18070version = "1.0.4"
18071source = "registry+https://github.com/rust-lang/crates.io-index"
18072checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18073
18074[[package]]
18075name = "toolchain_selector"
18076version = "0.1.0"
18077dependencies = [
18078 "anyhow",
18079 "convert_case 0.8.0",
18080 "editor",
18081 "futures 0.3.31",
18082 "fuzzy",
18083 "gpui",
18084 "language",
18085 "menu",
18086 "open_path_prompt",
18087 "picker",
18088 "project",
18089 "ui",
18090 "util",
18091 "workspace",
18092]
18093
18094[[package]]
18095name = "topological-sort"
18096version = "0.2.2"
18097source = "registry+https://github.com/rust-lang/crates.io-index"
18098checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18099
18100[[package]]
18101name = "tower"
18102version = "0.4.13"
18103source = "registry+https://github.com/rust-lang/crates.io-index"
18104checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18105dependencies = [
18106 "futures-core",
18107 "futures-util",
18108 "pin-project",
18109 "pin-project-lite",
18110 "tokio",
18111 "tower-layer",
18112 "tower-service",
18113 "tracing",
18114]
18115
18116[[package]]
18117name = "tower"
18118version = "0.5.2"
18119source = "registry+https://github.com/rust-lang/crates.io-index"
18120checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18121dependencies = [
18122 "futures-core",
18123 "futures-util",
18124 "pin-project-lite",
18125 "sync_wrapper 1.0.2",
18126 "tokio",
18127 "tower-layer",
18128 "tower-service",
18129]
18130
18131[[package]]
18132name = "tower-http"
18133version = "0.4.4"
18134source = "registry+https://github.com/rust-lang/crates.io-index"
18135checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18136dependencies = [
18137 "bitflags 2.10.0",
18138 "bytes 1.11.1",
18139 "futures-core",
18140 "futures-util",
18141 "http 0.2.12",
18142 "http-body 0.4.6",
18143 "http-range-header",
18144 "pin-project-lite",
18145 "tower-layer",
18146 "tower-service",
18147 "tracing",
18148]
18149
18150[[package]]
18151name = "tower-http"
18152version = "0.6.6"
18153source = "registry+https://github.com/rust-lang/crates.io-index"
18154checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18155dependencies = [
18156 "bitflags 2.10.0",
18157 "bytes 1.11.1",
18158 "futures-util",
18159 "http 1.3.1",
18160 "http-body 1.0.1",
18161 "iri-string",
18162 "pin-project-lite",
18163 "tower 0.5.2",
18164 "tower-layer",
18165 "tower-service",
18166]
18167
18168[[package]]
18169name = "tower-layer"
18170version = "0.3.3"
18171source = "registry+https://github.com/rust-lang/crates.io-index"
18172checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18173
18174[[package]]
18175name = "tower-service"
18176version = "0.3.3"
18177source = "registry+https://github.com/rust-lang/crates.io-index"
18178checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18179
18180[[package]]
18181name = "tracing"
18182version = "0.1.43"
18183source = "registry+https://github.com/rust-lang/crates.io-index"
18184checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18185dependencies = [
18186 "log",
18187 "pin-project-lite",
18188 "tracing-attributes",
18189 "tracing-core",
18190]
18191
18192[[package]]
18193name = "tracing-attributes"
18194version = "0.1.31"
18195source = "registry+https://github.com/rust-lang/crates.io-index"
18196checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18197dependencies = [
18198 "proc-macro2",
18199 "quote",
18200 "syn 2.0.117",
18201]
18202
18203[[package]]
18204name = "tracing-core"
18205version = "0.1.35"
18206source = "registry+https://github.com/rust-lang/crates.io-index"
18207checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18208dependencies = [
18209 "once_cell",
18210 "valuable",
18211]
18212
18213[[package]]
18214name = "tracing-log"
18215version = "0.2.0"
18216source = "registry+https://github.com/rust-lang/crates.io-index"
18217checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18218dependencies = [
18219 "log",
18220 "once_cell",
18221 "tracing-core",
18222]
18223
18224[[package]]
18225name = "tracing-serde"
18226version = "0.2.0"
18227source = "registry+https://github.com/rust-lang/crates.io-index"
18228checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18229dependencies = [
18230 "serde",
18231 "tracing-core",
18232]
18233
18234[[package]]
18235name = "tracing-subscriber"
18236version = "0.3.22"
18237source = "registry+https://github.com/rust-lang/crates.io-index"
18238checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18239dependencies = [
18240 "matchers",
18241 "nu-ansi-term",
18242 "once_cell",
18243 "regex-automata",
18244 "serde",
18245 "serde_json",
18246 "sharded-slab",
18247 "smallvec",
18248 "thread_local",
18249 "tracing",
18250 "tracing-core",
18251 "tracing-log",
18252 "tracing-serde",
18253]
18254
18255[[package]]
18256name = "tracing-tracy"
18257version = "0.11.4"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18260dependencies = [
18261 "tracing-core",
18262 "tracing-subscriber",
18263 "tracy-client",
18264]
18265
18266[[package]]
18267name = "tracy-client"
18268version = "0.18.3"
18269source = "registry+https://github.com/rust-lang/crates.io-index"
18270checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18271dependencies = [
18272 "loom",
18273 "once_cell",
18274 "tracy-client-sys",
18275]
18276
18277[[package]]
18278name = "tracy-client-sys"
18279version = "0.27.0"
18280source = "registry+https://github.com/rust-lang/crates.io-index"
18281checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18282dependencies = [
18283 "cc",
18284 "windows-targets 0.52.6",
18285]
18286
18287[[package]]
18288name = "trait-variant"
18289version = "0.1.2"
18290source = "registry+https://github.com/rust-lang/crates.io-index"
18291checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18292dependencies = [
18293 "proc-macro2",
18294 "quote",
18295 "syn 2.0.117",
18296]
18297
18298[[package]]
18299name = "transpose"
18300version = "0.2.3"
18301source = "registry+https://github.com/rust-lang/crates.io-index"
18302checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18303dependencies = [
18304 "num-integer",
18305 "strength_reduce",
18306]
18307
18308[[package]]
18309name = "tree-sitter"
18310version = "0.26.3"
18311source = "registry+https://github.com/rust-lang/crates.io-index"
18312checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18313dependencies = [
18314 "cc",
18315 "regex",
18316 "regex-syntax",
18317 "serde_json",
18318 "streaming-iterator",
18319 "tree-sitter-language",
18320 "wasmtime-c-api-impl",
18321]
18322
18323[[package]]
18324name = "tree-sitter-bash"
18325version = "0.25.1"
18326source = "registry+https://github.com/rust-lang/crates.io-index"
18327checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18328dependencies = [
18329 "cc",
18330 "tree-sitter-language",
18331]
18332
18333[[package]]
18334name = "tree-sitter-c"
18335version = "0.24.1"
18336source = "registry+https://github.com/rust-lang/crates.io-index"
18337checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18338dependencies = [
18339 "cc",
18340 "tree-sitter-language",
18341]
18342
18343[[package]]
18344name = "tree-sitter-cpp"
18345version = "0.23.4"
18346source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18347dependencies = [
18348 "cc",
18349 "tree-sitter-language",
18350]
18351
18352[[package]]
18353name = "tree-sitter-css"
18354version = "0.23.2"
18355source = "registry+https://github.com/rust-lang/crates.io-index"
18356checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18357dependencies = [
18358 "cc",
18359 "tree-sitter-language",
18360]
18361
18362[[package]]
18363name = "tree-sitter-diff"
18364version = "0.1.0"
18365source = "registry+https://github.com/rust-lang/crates.io-index"
18366checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18367dependencies = [
18368 "cc",
18369 "tree-sitter-language",
18370]
18371
18372[[package]]
18373name = "tree-sitter-elixir"
18374version = "0.3.4"
18375source = "registry+https://github.com/rust-lang/crates.io-index"
18376checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18377dependencies = [
18378 "cc",
18379 "tree-sitter-language",
18380]
18381
18382[[package]]
18383name = "tree-sitter-embedded-template"
18384version = "0.23.2"
18385source = "registry+https://github.com/rust-lang/crates.io-index"
18386checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18387dependencies = [
18388 "cc",
18389 "tree-sitter-language",
18390]
18391
18392[[package]]
18393name = "tree-sitter-gitcommit"
18394version = "0.0.1"
18395source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18396dependencies = [
18397 "cc",
18398 "tree-sitter-language",
18399]
18400
18401[[package]]
18402name = "tree-sitter-go"
18403version = "0.25.0"
18404source = "registry+https://github.com/rust-lang/crates.io-index"
18405checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18406dependencies = [
18407 "cc",
18408 "tree-sitter-language",
18409]
18410
18411[[package]]
18412name = "tree-sitter-gomod"
18413version = "1.1.1"
18414source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18415dependencies = [
18416 "cc",
18417 "tree-sitter-language",
18418]
18419
18420[[package]]
18421name = "tree-sitter-gowork"
18422version = "0.0.1"
18423source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18424dependencies = [
18425 "cc",
18426 "tree-sitter-language",
18427]
18428
18429[[package]]
18430name = "tree-sitter-heex"
18431version = "0.0.1"
18432source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18433dependencies = [
18434 "cc",
18435 "tree-sitter-language",
18436]
18437
18438[[package]]
18439name = "tree-sitter-html"
18440version = "0.23.2"
18441source = "registry+https://github.com/rust-lang/crates.io-index"
18442checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18443dependencies = [
18444 "cc",
18445 "tree-sitter-language",
18446]
18447
18448[[package]]
18449name = "tree-sitter-jsdoc"
18450version = "0.23.2"
18451source = "registry+https://github.com/rust-lang/crates.io-index"
18452checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18453dependencies = [
18454 "cc",
18455 "tree-sitter-language",
18456]
18457
18458[[package]]
18459name = "tree-sitter-json"
18460version = "0.24.8"
18461source = "registry+https://github.com/rust-lang/crates.io-index"
18462checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18463dependencies = [
18464 "cc",
18465 "tree-sitter-language",
18466]
18467
18468[[package]]
18469name = "tree-sitter-language"
18470version = "0.1.5"
18471source = "registry+https://github.com/rust-lang/crates.io-index"
18472checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18473
18474[[package]]
18475name = "tree-sitter-md"
18476version = "0.3.2"
18477source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18478dependencies = [
18479 "cc",
18480 "tree-sitter-language",
18481]
18482
18483[[package]]
18484name = "tree-sitter-python"
18485version = "0.25.0"
18486source = "registry+https://github.com/rust-lang/crates.io-index"
18487checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18488dependencies = [
18489 "cc",
18490 "tree-sitter-language",
18491]
18492
18493[[package]]
18494name = "tree-sitter-regex"
18495version = "0.24.3"
18496source = "registry+https://github.com/rust-lang/crates.io-index"
18497checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18498dependencies = [
18499 "cc",
18500 "tree-sitter-language",
18501]
18502
18503[[package]]
18504name = "tree-sitter-ruby"
18505version = "0.23.1"
18506source = "registry+https://github.com/rust-lang/crates.io-index"
18507checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18508dependencies = [
18509 "cc",
18510 "tree-sitter-language",
18511]
18512
18513[[package]]
18514name = "tree-sitter-rust"
18515version = "0.24.0"
18516source = "registry+https://github.com/rust-lang/crates.io-index"
18517checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
18518dependencies = [
18519 "cc",
18520 "tree-sitter-language",
18521]
18522
18523[[package]]
18524name = "tree-sitter-typescript"
18525version = "0.23.2"
18526source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18527dependencies = [
18528 "cc",
18529 "tree-sitter-language",
18530]
18531
18532[[package]]
18533name = "tree-sitter-yaml"
18534version = "0.6.1"
18535source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18536dependencies = [
18537 "cc",
18538 "tree-sitter-language",
18539]
18540
18541[[package]]
18542name = "triomphe"
18543version = "0.1.15"
18544source = "registry+https://github.com/rust-lang/crates.io-index"
18545checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18546dependencies = [
18547 "serde",
18548 "stable_deref_trait",
18549]
18550
18551[[package]]
18552name = "try-lock"
18553version = "0.2.5"
18554source = "registry+https://github.com/rust-lang/crates.io-index"
18555checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18556
18557[[package]]
18558name = "ttf-parser"
18559version = "0.20.0"
18560source = "registry+https://github.com/rust-lang/crates.io-index"
18561checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18562
18563[[package]]
18564name = "ttf-parser"
18565version = "0.25.1"
18566source = "registry+https://github.com/rust-lang/crates.io-index"
18567checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18568dependencies = [
18569 "core_maths",
18570]
18571
18572[[package]]
18573name = "tungstenite"
18574version = "0.20.1"
18575source = "registry+https://github.com/rust-lang/crates.io-index"
18576checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18577dependencies = [
18578 "byteorder",
18579 "bytes 1.11.1",
18580 "data-encoding",
18581 "http 0.2.12",
18582 "httparse",
18583 "log",
18584 "rand 0.8.5",
18585 "sha1",
18586 "thiserror 1.0.69",
18587 "url",
18588 "utf-8",
18589]
18590
18591[[package]]
18592name = "tungstenite"
18593version = "0.21.0"
18594source = "registry+https://github.com/rust-lang/crates.io-index"
18595checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18596dependencies = [
18597 "byteorder",
18598 "bytes 1.11.1",
18599 "data-encoding",
18600 "http 1.3.1",
18601 "httparse",
18602 "log",
18603 "rand 0.8.5",
18604 "sha1",
18605 "thiserror 1.0.69",
18606 "url",
18607 "utf-8",
18608]
18609
18610[[package]]
18611name = "tungstenite"
18612version = "0.27.0"
18613source = "registry+https://github.com/rust-lang/crates.io-index"
18614checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18615dependencies = [
18616 "bytes 1.11.1",
18617 "data-encoding",
18618 "http 1.3.1",
18619 "httparse",
18620 "log",
18621 "rand 0.9.2",
18622 "rustls 0.23.33",
18623 "rustls-pki-types",
18624 "sha1",
18625 "thiserror 2.0.17",
18626 "utf-8",
18627]
18628
18629[[package]]
18630name = "tungstenite"
18631version = "0.28.0"
18632source = "registry+https://github.com/rust-lang/crates.io-index"
18633checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18634dependencies = [
18635 "bytes 1.11.1",
18636 "data-encoding",
18637 "http 1.3.1",
18638 "httparse",
18639 "log",
18640 "rand 0.9.2",
18641 "rustls 0.23.33",
18642 "rustls-pki-types",
18643 "sha1",
18644 "thiserror 2.0.17",
18645 "utf-8",
18646]
18647
18648[[package]]
18649name = "typeid"
18650version = "1.0.3"
18651source = "registry+https://github.com/rust-lang/crates.io-index"
18652checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18653
18654[[package]]
18655name = "typenum"
18656version = "1.19.0"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18659
18660[[package]]
18661name = "ucd-trie"
18662version = "0.1.7"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18665
18666[[package]]
18667name = "uds"
18668version = "0.4.2"
18669source = "registry+https://github.com/rust-lang/crates.io-index"
18670checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18671dependencies = [
18672 "libc",
18673]
18674
18675[[package]]
18676name = "uds_windows"
18677version = "1.1.0"
18678source = "registry+https://github.com/rust-lang/crates.io-index"
18679checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18680dependencies = [
18681 "memoffset",
18682 "tempfile",
18683 "winapi",
18684]
18685
18686[[package]]
18687name = "ug"
18688version = "0.4.0"
18689source = "registry+https://github.com/rust-lang/crates.io-index"
18690checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18691dependencies = [
18692 "gemm 0.18.2",
18693 "half",
18694 "libloading",
18695 "memmap2",
18696 "num",
18697 "num-traits",
18698 "num_cpus",
18699 "rayon",
18700 "safetensors",
18701 "serde",
18702 "thiserror 1.0.69",
18703 "tracing",
18704 "yoke 0.7.5",
18705]
18706
18707[[package]]
18708name = "ui"
18709version = "0.1.0"
18710dependencies = [
18711 "chrono",
18712 "component",
18713 "documented",
18714 "gpui",
18715 "gpui_macros",
18716 "icons",
18717 "itertools 0.14.0",
18718 "menu",
18719 "schemars",
18720 "serde",
18721 "settings",
18722 "smallvec",
18723 "story",
18724 "strum 0.27.2",
18725 "theme",
18726 "ui_macros",
18727 "util",
18728 "windows 0.61.3",
18729]
18730
18731[[package]]
18732name = "ui_input"
18733version = "0.1.0"
18734dependencies = [
18735 "component",
18736 "gpui",
18737 "ui",
18738]
18739
18740[[package]]
18741name = "ui_macros"
18742version = "0.1.0"
18743dependencies = [
18744 "component",
18745 "quote",
18746 "syn 2.0.117",
18747 "ui",
18748]
18749
18750[[package]]
18751name = "ui_prompt"
18752version = "0.1.0"
18753dependencies = [
18754 "gpui",
18755 "markdown",
18756 "menu",
18757 "settings",
18758 "theme",
18759 "ui",
18760 "workspace",
18761]
18762
18763[[package]]
18764name = "unarray"
18765version = "0.1.4"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18768
18769[[package]]
18770name = "unicase"
18771version = "2.8.1"
18772source = "registry+https://github.com/rust-lang/crates.io-index"
18773checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18774
18775[[package]]
18776name = "unicode-bidi"
18777version = "0.3.18"
18778source = "registry+https://github.com/rust-lang/crates.io-index"
18779checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18780
18781[[package]]
18782name = "unicode-bidi-mirroring"
18783version = "0.4.0"
18784source = "registry+https://github.com/rust-lang/crates.io-index"
18785checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18786
18787[[package]]
18788name = "unicode-ccc"
18789version = "0.4.0"
18790source = "registry+https://github.com/rust-lang/crates.io-index"
18791checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18792
18793[[package]]
18794name = "unicode-general-category"
18795version = "1.1.0"
18796source = "registry+https://github.com/rust-lang/crates.io-index"
18797checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18798
18799[[package]]
18800name = "unicode-ident"
18801version = "1.0.19"
18802source = "registry+https://github.com/rust-lang/crates.io-index"
18803checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18804
18805[[package]]
18806name = "unicode-linebreak"
18807version = "0.1.5"
18808source = "registry+https://github.com/rust-lang/crates.io-index"
18809checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18810
18811[[package]]
18812name = "unicode-normalization"
18813version = "0.1.24"
18814source = "registry+https://github.com/rust-lang/crates.io-index"
18815checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18816dependencies = [
18817 "tinyvec",
18818]
18819
18820[[package]]
18821name = "unicode-properties"
18822version = "0.1.3"
18823source = "registry+https://github.com/rust-lang/crates.io-index"
18824checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18825
18826[[package]]
18827name = "unicode-script"
18828version = "0.5.8"
18829source = "registry+https://github.com/rust-lang/crates.io-index"
18830checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18831
18832[[package]]
18833name = "unicode-segmentation"
18834version = "1.12.0"
18835source = "registry+https://github.com/rust-lang/crates.io-index"
18836checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18837
18838[[package]]
18839name = "unicode-vo"
18840version = "0.1.0"
18841source = "registry+https://github.com/rust-lang/crates.io-index"
18842checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18843
18844[[package]]
18845name = "unicode-width"
18846version = "0.2.2"
18847source = "registry+https://github.com/rust-lang/crates.io-index"
18848checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18849
18850[[package]]
18851name = "unicode-xid"
18852version = "0.2.6"
18853source = "registry+https://github.com/rust-lang/crates.io-index"
18854checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18855
18856[[package]]
18857name = "unicode_categories"
18858version = "0.1.1"
18859source = "registry+https://github.com/rust-lang/crates.io-index"
18860checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18861
18862[[package]]
18863name = "unindent"
18864version = "0.2.4"
18865source = "registry+https://github.com/rust-lang/crates.io-index"
18866checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18867
18868[[package]]
18869name = "unsafe-libyaml"
18870version = "0.2.11"
18871source = "registry+https://github.com/rust-lang/crates.io-index"
18872checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18873
18874[[package]]
18875name = "untrusted"
18876version = "0.7.1"
18877source = "registry+https://github.com/rust-lang/crates.io-index"
18878checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18879
18880[[package]]
18881name = "untrusted"
18882version = "0.9.0"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18885
18886[[package]]
18887name = "url"
18888version = "2.5.7"
18889source = "registry+https://github.com/rust-lang/crates.io-index"
18890checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18891dependencies = [
18892 "form_urlencoded",
18893 "idna",
18894 "percent-encoding",
18895 "serde",
18896]
18897
18898[[package]]
18899name = "urlencoding"
18900version = "2.1.3"
18901source = "registry+https://github.com/rust-lang/crates.io-index"
18902checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18903
18904[[package]]
18905name = "usvg"
18906version = "0.45.1"
18907source = "registry+https://github.com/rust-lang/crates.io-index"
18908checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18909dependencies = [
18910 "base64 0.22.1",
18911 "data-url",
18912 "flate2",
18913 "fontdb 0.23.0",
18914 "imagesize",
18915 "kurbo",
18916 "log",
18917 "pico-args",
18918 "roxmltree",
18919 "rustybuzz",
18920 "simplecss",
18921 "siphasher 1.0.1",
18922 "strict-num",
18923 "svgtypes",
18924 "tiny-skia-path",
18925 "unicode-bidi",
18926 "unicode-script",
18927 "unicode-vo",
18928 "xmlwriter",
18929]
18930
18931[[package]]
18932name = "utf-8"
18933version = "0.7.6"
18934source = "registry+https://github.com/rust-lang/crates.io-index"
18935checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18936
18937[[package]]
18938name = "utf8-chars"
18939version = "3.0.6"
18940source = "registry+https://github.com/rust-lang/crates.io-index"
18941checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18942dependencies = [
18943 "arrayvec",
18944]
18945
18946[[package]]
18947name = "utf8_iter"
18948version = "1.0.4"
18949source = "registry+https://github.com/rust-lang/crates.io-index"
18950checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18951
18952[[package]]
18953name = "utf8parse"
18954version = "0.2.2"
18955source = "registry+https://github.com/rust-lang/crates.io-index"
18956checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18957
18958[[package]]
18959name = "util"
18960version = "0.1.0"
18961dependencies = [
18962 "anyhow",
18963 "async-fs",
18964 "async_zip",
18965 "collections",
18966 "command-fds",
18967 "dirs 4.0.0",
18968 "dunce",
18969 "futures 0.3.31",
18970 "futures-lite 1.13.0",
18971 "git2",
18972 "globset",
18973 "gpui_util",
18974 "itertools 0.14.0",
18975 "libc",
18976 "log",
18977 "mach2 0.5.0",
18978 "nix 0.29.0",
18979 "percent-encoding",
18980 "pretty_assertions",
18981 "rand 0.9.2",
18982 "regex",
18983 "rust-embed",
18984 "schemars",
18985 "serde",
18986 "serde_json",
18987 "serde_json_lenient",
18988 "shlex",
18989 "smol",
18990 "take-until",
18991 "tempfile",
18992 "tendril",
18993 "unicase",
18994 "url",
18995 "util_macros",
18996 "walkdir",
18997 "which 6.0.3",
18998]
18999
19000[[package]]
19001name = "util_macros"
19002version = "0.1.0"
19003dependencies = [
19004 "perf",
19005 "quote",
19006 "syn 2.0.117",
19007]
19008
19009[[package]]
19010name = "uuid"
19011version = "1.18.1"
19012source = "registry+https://github.com/rust-lang/crates.io-index"
19013checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19014dependencies = [
19015 "getrandom 0.3.4",
19016 "js-sys",
19017 "serde",
19018 "sha1_smol",
19019 "wasm-bindgen",
19020]
19021
19022[[package]]
19023name = "uuid-simd"
19024version = "0.8.0"
19025source = "registry+https://github.com/rust-lang/crates.io-index"
19026checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19027dependencies = [
19028 "outref",
19029 "vsimd",
19030]
19031
19032[[package]]
19033name = "v_frame"
19034version = "0.3.9"
19035source = "registry+https://github.com/rust-lang/crates.io-index"
19036checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19037dependencies = [
19038 "aligned-vec",
19039 "num-traits",
19040 "wasm-bindgen",
19041]
19042
19043[[package]]
19044name = "valuable"
19045version = "0.1.1"
19046source = "registry+https://github.com/rust-lang/crates.io-index"
19047checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19048
19049[[package]]
19050name = "value-bag"
19051version = "1.12.0"
19052source = "registry+https://github.com/rust-lang/crates.io-index"
19053checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19054dependencies = [
19055 "value-bag-serde1",
19056 "value-bag-sval2",
19057]
19058
19059[[package]]
19060name = "value-bag-serde1"
19061version = "1.12.0"
19062source = "registry+https://github.com/rust-lang/crates.io-index"
19063checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19064dependencies = [
19065 "erased-serde",
19066 "serde_core",
19067 "serde_fmt",
19068]
19069
19070[[package]]
19071name = "value-bag-sval2"
19072version = "1.12.0"
19073source = "registry+https://github.com/rust-lang/crates.io-index"
19074checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19075dependencies = [
19076 "sval",
19077 "sval_buffer",
19078 "sval_dynamic",
19079 "sval_fmt",
19080 "sval_json",
19081 "sval_ref",
19082 "sval_serde",
19083]
19084
19085[[package]]
19086name = "vcpkg"
19087version = "0.2.15"
19088source = "registry+https://github.com/rust-lang/crates.io-index"
19089checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19090
19091[[package]]
19092name = "vercel"
19093version = "0.1.0"
19094dependencies = [
19095 "anyhow",
19096 "schemars",
19097 "serde",
19098 "strum 0.27.2",
19099]
19100
19101[[package]]
19102name = "version-compare"
19103version = "0.2.0"
19104source = "registry+https://github.com/rust-lang/crates.io-index"
19105checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19106
19107[[package]]
19108name = "version_check"
19109version = "0.9.5"
19110source = "registry+https://github.com/rust-lang/crates.io-index"
19111checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19112
19113[[package]]
19114name = "vim"
19115version = "0.1.0"
19116dependencies = [
19117 "anyhow",
19118 "async-compat",
19119 "async-trait",
19120 "collections",
19121 "command_palette",
19122 "command_palette_hooks",
19123 "db",
19124 "editor",
19125 "env_logger 0.11.8",
19126 "futures 0.3.31",
19127 "fuzzy",
19128 "git_ui",
19129 "gpui",
19130 "indoc",
19131 "itertools 0.14.0",
19132 "language",
19133 "log",
19134 "lsp",
19135 "markdown_preview",
19136 "menu",
19137 "multi_buffer",
19138 "nvim-rs",
19139 "outline_panel",
19140 "parking_lot",
19141 "perf",
19142 "picker",
19143 "project",
19144 "project_panel",
19145 "regex",
19146 "release_channel",
19147 "schemars",
19148 "search",
19149 "semver",
19150 "serde",
19151 "serde_json",
19152 "settings",
19153 "settings_ui",
19154 "task",
19155 "text",
19156 "theme",
19157 "tokio",
19158 "ui",
19159 "util",
19160 "util_macros",
19161 "vim_mode_setting",
19162 "workspace",
19163 "zed_actions",
19164]
19165
19166[[package]]
19167name = "vim_mode_setting"
19168version = "0.1.0"
19169dependencies = [
19170 "gpui",
19171 "settings",
19172]
19173
19174[[package]]
19175name = "vscode_theme"
19176version = "0.2.0"
19177source = "registry+https://github.com/rust-lang/crates.io-index"
19178checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19179dependencies = [
19180 "serde",
19181]
19182
19183[[package]]
19184name = "vsimd"
19185version = "0.8.0"
19186source = "registry+https://github.com/rust-lang/crates.io-index"
19187checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19188
19189[[package]]
19190name = "vswhom"
19191version = "0.1.0"
19192source = "registry+https://github.com/rust-lang/crates.io-index"
19193checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19194dependencies = [
19195 "libc",
19196 "vswhom-sys",
19197]
19198
19199[[package]]
19200name = "vswhom-sys"
19201version = "0.1.3"
19202source = "registry+https://github.com/rust-lang/crates.io-index"
19203checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19204dependencies = [
19205 "cc",
19206 "libc",
19207]
19208
19209[[package]]
19210name = "vte"
19211version = "0.15.0"
19212source = "registry+https://github.com/rust-lang/crates.io-index"
19213checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19214dependencies = [
19215 "arrayvec",
19216 "bitflags 2.10.0",
19217 "cursor-icon",
19218 "log",
19219 "memchr",
19220 "serde",
19221]
19222
19223[[package]]
19224name = "wait-timeout"
19225version = "0.2.1"
19226source = "registry+https://github.com/rust-lang/crates.io-index"
19227checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19228dependencies = [
19229 "libc",
19230]
19231
19232[[package]]
19233name = "waker-fn"
19234version = "1.2.0"
19235source = "registry+https://github.com/rust-lang/crates.io-index"
19236checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19237
19238[[package]]
19239name = "walkdir"
19240version = "2.5.0"
19241source = "registry+https://github.com/rust-lang/crates.io-index"
19242checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19243dependencies = [
19244 "same-file",
19245 "winapi-util",
19246]
19247
19248[[package]]
19249name = "want"
19250version = "0.3.1"
19251source = "registry+https://github.com/rust-lang/crates.io-index"
19252checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19253dependencies = [
19254 "try-lock",
19255]
19256
19257[[package]]
19258name = "warp"
19259version = "0.3.7"
19260source = "registry+https://github.com/rust-lang/crates.io-index"
19261checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19262dependencies = [
19263 "bytes 1.11.1",
19264 "futures-channel",
19265 "futures-util",
19266 "headers",
19267 "http 0.2.12",
19268 "hyper 0.14.32",
19269 "log",
19270 "mime",
19271 "mime_guess",
19272 "percent-encoding",
19273 "pin-project",
19274 "scoped-tls",
19275 "serde",
19276 "serde_json",
19277 "serde_urlencoded",
19278 "tokio",
19279 "tokio-tungstenite 0.21.0",
19280 "tokio-util",
19281 "tower-service",
19282 "tracing",
19283]
19284
19285[[package]]
19286name = "wasi"
19287version = "0.11.1+wasi-snapshot-preview1"
19288source = "registry+https://github.com/rust-lang/crates.io-index"
19289checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19290
19291[[package]]
19292name = "wasip2"
19293version = "1.0.1+wasi-0.2.4"
19294source = "registry+https://github.com/rust-lang/crates.io-index"
19295checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19296dependencies = [
19297 "wit-bindgen 0.46.0",
19298]
19299
19300[[package]]
19301name = "wasip3"
19302version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19303source = "registry+https://github.com/rust-lang/crates.io-index"
19304checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19305dependencies = [
19306 "wit-bindgen 0.51.0",
19307]
19308
19309[[package]]
19310name = "wasite"
19311version = "0.1.0"
19312source = "registry+https://github.com/rust-lang/crates.io-index"
19313checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19314
19315[[package]]
19316name = "wasm-bindgen"
19317version = "0.2.113"
19318source = "registry+https://github.com/rust-lang/crates.io-index"
19319checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19320dependencies = [
19321 "cfg-if",
19322 "once_cell",
19323 "rustversion",
19324 "wasm-bindgen-macro",
19325 "wasm-bindgen-shared",
19326]
19327
19328[[package]]
19329name = "wasm-bindgen-futures"
19330version = "0.4.63"
19331source = "registry+https://github.com/rust-lang/crates.io-index"
19332checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19333dependencies = [
19334 "cfg-if",
19335 "futures-util",
19336 "js-sys",
19337 "once_cell",
19338 "wasm-bindgen",
19339 "web-sys",
19340]
19341
19342[[package]]
19343name = "wasm-bindgen-macro"
19344version = "0.2.113"
19345source = "registry+https://github.com/rust-lang/crates.io-index"
19346checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19347dependencies = [
19348 "quote",
19349 "wasm-bindgen-macro-support",
19350]
19351
19352[[package]]
19353name = "wasm-bindgen-macro-support"
19354version = "0.2.113"
19355source = "registry+https://github.com/rust-lang/crates.io-index"
19356checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19357dependencies = [
19358 "bumpalo",
19359 "proc-macro2",
19360 "quote",
19361 "syn 2.0.117",
19362 "wasm-bindgen-shared",
19363]
19364
19365[[package]]
19366name = "wasm-bindgen-shared"
19367version = "0.2.113"
19368source = "registry+https://github.com/rust-lang/crates.io-index"
19369checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19370dependencies = [
19371 "unicode-ident",
19372]
19373
19374[[package]]
19375name = "wasm-encoder"
19376version = "0.201.0"
19377source = "registry+https://github.com/rust-lang/crates.io-index"
19378checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19379dependencies = [
19380 "leb128",
19381]
19382
19383[[package]]
19384name = "wasm-encoder"
19385version = "0.221.3"
19386source = "registry+https://github.com/rust-lang/crates.io-index"
19387checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19388dependencies = [
19389 "leb128",
19390 "wasmparser 0.221.3",
19391]
19392
19393[[package]]
19394name = "wasm-encoder"
19395version = "0.227.1"
19396source = "registry+https://github.com/rust-lang/crates.io-index"
19397checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19398dependencies = [
19399 "leb128fmt",
19400 "wasmparser 0.227.1",
19401]
19402
19403[[package]]
19404name = "wasm-encoder"
19405version = "0.229.0"
19406source = "registry+https://github.com/rust-lang/crates.io-index"
19407checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19408dependencies = [
19409 "leb128fmt",
19410 "wasmparser 0.229.0",
19411]
19412
19413[[package]]
19414name = "wasm-encoder"
19415version = "0.244.0"
19416source = "registry+https://github.com/rust-lang/crates.io-index"
19417checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19418dependencies = [
19419 "leb128fmt",
19420 "wasmparser 0.244.0",
19421]
19422
19423[[package]]
19424name = "wasm-metadata"
19425version = "0.201.0"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19428dependencies = [
19429 "anyhow",
19430 "indexmap",
19431 "serde",
19432 "serde_derive",
19433 "serde_json",
19434 "spdx",
19435 "wasm-encoder 0.201.0",
19436 "wasmparser 0.201.0",
19437]
19438
19439[[package]]
19440name = "wasm-metadata"
19441version = "0.227.1"
19442source = "registry+https://github.com/rust-lang/crates.io-index"
19443checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19444dependencies = [
19445 "anyhow",
19446 "auditable-serde",
19447 "flate2",
19448 "indexmap",
19449 "serde",
19450 "serde_derive",
19451 "serde_json",
19452 "spdx",
19453 "url",
19454 "wasm-encoder 0.227.1",
19455 "wasmparser 0.227.1",
19456]
19457
19458[[package]]
19459name = "wasm-metadata"
19460version = "0.244.0"
19461source = "registry+https://github.com/rust-lang/crates.io-index"
19462checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19463dependencies = [
19464 "anyhow",
19465 "indexmap",
19466 "wasm-encoder 0.244.0",
19467 "wasmparser 0.244.0",
19468]
19469
19470[[package]]
19471name = "wasm-streams"
19472version = "0.4.2"
19473source = "registry+https://github.com/rust-lang/crates.io-index"
19474checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19475dependencies = [
19476 "futures-util",
19477 "js-sys",
19478 "wasm-bindgen",
19479 "wasm-bindgen-futures",
19480 "web-sys",
19481]
19482
19483[[package]]
19484name = "wasm_thread"
19485version = "0.3.3"
19486source = "registry+https://github.com/rust-lang/crates.io-index"
19487checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19488dependencies = [
19489 "futures 0.3.31",
19490 "js-sys",
19491 "wasm-bindgen",
19492 "web-sys",
19493]
19494
19495[[package]]
19496name = "wasmparser"
19497version = "0.201.0"
19498source = "registry+https://github.com/rust-lang/crates.io-index"
19499checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19500dependencies = [
19501 "bitflags 2.10.0",
19502 "indexmap",
19503 "semver",
19504]
19505
19506[[package]]
19507name = "wasmparser"
19508version = "0.221.3"
19509source = "registry+https://github.com/rust-lang/crates.io-index"
19510checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19511dependencies = [
19512 "bitflags 2.10.0",
19513 "hashbrown 0.15.5",
19514 "indexmap",
19515 "semver",
19516 "serde",
19517]
19518
19519[[package]]
19520name = "wasmparser"
19521version = "0.227.1"
19522source = "registry+https://github.com/rust-lang/crates.io-index"
19523checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19524dependencies = [
19525 "bitflags 2.10.0",
19526 "hashbrown 0.15.5",
19527 "indexmap",
19528 "semver",
19529]
19530
19531[[package]]
19532name = "wasmparser"
19533version = "0.229.0"
19534source = "registry+https://github.com/rust-lang/crates.io-index"
19535checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19536dependencies = [
19537 "bitflags 2.10.0",
19538 "hashbrown 0.15.5",
19539 "indexmap",
19540 "semver",
19541 "serde",
19542]
19543
19544[[package]]
19545name = "wasmparser"
19546version = "0.244.0"
19547source = "registry+https://github.com/rust-lang/crates.io-index"
19548checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19549dependencies = [
19550 "bitflags 2.10.0",
19551 "hashbrown 0.15.5",
19552 "indexmap",
19553 "semver",
19554]
19555
19556[[package]]
19557name = "wasmprinter"
19558version = "0.229.0"
19559source = "registry+https://github.com/rust-lang/crates.io-index"
19560checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19561dependencies = [
19562 "anyhow",
19563 "termcolor",
19564 "wasmparser 0.229.0",
19565]
19566
19567[[package]]
19568name = "wasmtime"
19569version = "33.0.2"
19570source = "registry+https://github.com/rust-lang/crates.io-index"
19571checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19572dependencies = [
19573 "addr2line 0.24.2",
19574 "anyhow",
19575 "async-trait",
19576 "bitflags 2.10.0",
19577 "bumpalo",
19578 "cc",
19579 "cfg-if",
19580 "encoding_rs",
19581 "hashbrown 0.15.5",
19582 "indexmap",
19583 "libc",
19584 "log",
19585 "mach2 0.4.3",
19586 "memfd",
19587 "object 0.36.7",
19588 "once_cell",
19589 "postcard",
19590 "psm",
19591 "pulley-interpreter",
19592 "rayon",
19593 "rustix 1.1.2",
19594 "semver",
19595 "serde",
19596 "serde_derive",
19597 "smallvec",
19598 "sptr",
19599 "target-lexicon 0.13.3",
19600 "trait-variant",
19601 "wasmparser 0.229.0",
19602 "wasmtime-asm-macros",
19603 "wasmtime-component-macro",
19604 "wasmtime-component-util",
19605 "wasmtime-cranelift",
19606 "wasmtime-environ",
19607 "wasmtime-fiber",
19608 "wasmtime-jit-icache-coherence",
19609 "wasmtime-math",
19610 "wasmtime-slab",
19611 "wasmtime-versioned-export-macros",
19612 "wasmtime-winch",
19613 "windows-sys 0.59.0",
19614]
19615
19616[[package]]
19617name = "wasmtime-asm-macros"
19618version = "33.0.2"
19619source = "registry+https://github.com/rust-lang/crates.io-index"
19620checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19621dependencies = [
19622 "cfg-if",
19623]
19624
19625[[package]]
19626name = "wasmtime-c-api-impl"
19627version = "33.0.2"
19628source = "registry+https://github.com/rust-lang/crates.io-index"
19629checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19630dependencies = [
19631 "anyhow",
19632 "log",
19633 "tracing",
19634 "wasmtime",
19635 "wasmtime-c-api-macros",
19636]
19637
19638[[package]]
19639name = "wasmtime-c-api-macros"
19640version = "33.0.2"
19641source = "registry+https://github.com/rust-lang/crates.io-index"
19642checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19643dependencies = [
19644 "proc-macro2",
19645 "quote",
19646]
19647
19648[[package]]
19649name = "wasmtime-component-macro"
19650version = "33.0.2"
19651source = "registry+https://github.com/rust-lang/crates.io-index"
19652checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19653dependencies = [
19654 "anyhow",
19655 "proc-macro2",
19656 "quote",
19657 "syn 2.0.117",
19658 "wasmtime-component-util",
19659 "wasmtime-wit-bindgen",
19660 "wit-parser 0.229.0",
19661]
19662
19663[[package]]
19664name = "wasmtime-component-util"
19665version = "33.0.2"
19666source = "registry+https://github.com/rust-lang/crates.io-index"
19667checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19668
19669[[package]]
19670name = "wasmtime-cranelift"
19671version = "33.0.2"
19672source = "registry+https://github.com/rust-lang/crates.io-index"
19673checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19674dependencies = [
19675 "anyhow",
19676 "cfg-if",
19677 "cranelift-codegen",
19678 "cranelift-control",
19679 "cranelift-entity",
19680 "cranelift-frontend",
19681 "cranelift-native",
19682 "gimli 0.31.1",
19683 "itertools 0.14.0",
19684 "log",
19685 "object 0.36.7",
19686 "pulley-interpreter",
19687 "smallvec",
19688 "target-lexicon 0.13.3",
19689 "thiserror 2.0.17",
19690 "wasmparser 0.229.0",
19691 "wasmtime-environ",
19692 "wasmtime-versioned-export-macros",
19693]
19694
19695[[package]]
19696name = "wasmtime-environ"
19697version = "33.0.2"
19698source = "registry+https://github.com/rust-lang/crates.io-index"
19699checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19700dependencies = [
19701 "anyhow",
19702 "cpp_demangle",
19703 "cranelift-bitset",
19704 "cranelift-entity",
19705 "gimli 0.31.1",
19706 "indexmap",
19707 "log",
19708 "object 0.36.7",
19709 "postcard",
19710 "rustc-demangle",
19711 "semver",
19712 "serde",
19713 "serde_derive",
19714 "smallvec",
19715 "target-lexicon 0.13.3",
19716 "wasm-encoder 0.229.0",
19717 "wasmparser 0.229.0",
19718 "wasmprinter",
19719 "wasmtime-component-util",
19720]
19721
19722[[package]]
19723name = "wasmtime-fiber"
19724version = "33.0.2"
19725source = "registry+https://github.com/rust-lang/crates.io-index"
19726checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19727dependencies = [
19728 "anyhow",
19729 "cc",
19730 "cfg-if",
19731 "rustix 1.1.2",
19732 "wasmtime-asm-macros",
19733 "wasmtime-versioned-export-macros",
19734 "windows-sys 0.59.0",
19735]
19736
19737[[package]]
19738name = "wasmtime-jit-icache-coherence"
19739version = "33.0.2"
19740source = "registry+https://github.com/rust-lang/crates.io-index"
19741checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19742dependencies = [
19743 "anyhow",
19744 "cfg-if",
19745 "libc",
19746 "windows-sys 0.59.0",
19747]
19748
19749[[package]]
19750name = "wasmtime-math"
19751version = "33.0.2"
19752source = "registry+https://github.com/rust-lang/crates.io-index"
19753checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19754dependencies = [
19755 "libm",
19756]
19757
19758[[package]]
19759name = "wasmtime-slab"
19760version = "33.0.2"
19761source = "registry+https://github.com/rust-lang/crates.io-index"
19762checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19763
19764[[package]]
19765name = "wasmtime-versioned-export-macros"
19766version = "33.0.2"
19767source = "registry+https://github.com/rust-lang/crates.io-index"
19768checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19769dependencies = [
19770 "proc-macro2",
19771 "quote",
19772 "syn 2.0.117",
19773]
19774
19775[[package]]
19776name = "wasmtime-wasi"
19777version = "33.0.2"
19778source = "registry+https://github.com/rust-lang/crates.io-index"
19779checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19780dependencies = [
19781 "anyhow",
19782 "async-trait",
19783 "bitflags 2.10.0",
19784 "bytes 1.11.1",
19785 "cap-fs-ext",
19786 "cap-net-ext",
19787 "cap-rand",
19788 "cap-std",
19789 "cap-time-ext",
19790 "fs-set-times",
19791 "futures 0.3.31",
19792 "io-extras",
19793 "io-lifetimes",
19794 "rustix 1.1.2",
19795 "system-interface",
19796 "thiserror 2.0.17",
19797 "tokio",
19798 "tracing",
19799 "url",
19800 "wasmtime",
19801 "wasmtime-wasi-io",
19802 "wiggle",
19803 "windows-sys 0.59.0",
19804]
19805
19806[[package]]
19807name = "wasmtime-wasi-io"
19808version = "33.0.2"
19809source = "registry+https://github.com/rust-lang/crates.io-index"
19810checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19811dependencies = [
19812 "anyhow",
19813 "async-trait",
19814 "bytes 1.11.1",
19815 "futures 0.3.31",
19816 "wasmtime",
19817]
19818
19819[[package]]
19820name = "wasmtime-winch"
19821version = "33.0.2"
19822source = "registry+https://github.com/rust-lang/crates.io-index"
19823checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19824dependencies = [
19825 "anyhow",
19826 "cranelift-codegen",
19827 "gimli 0.31.1",
19828 "object 0.36.7",
19829 "target-lexicon 0.13.3",
19830 "wasmparser 0.229.0",
19831 "wasmtime-cranelift",
19832 "wasmtime-environ",
19833 "winch-codegen",
19834]
19835
19836[[package]]
19837name = "wasmtime-wit-bindgen"
19838version = "33.0.2"
19839source = "registry+https://github.com/rust-lang/crates.io-index"
19840checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19841dependencies = [
19842 "anyhow",
19843 "heck 0.5.0",
19844 "indexmap",
19845 "wit-parser 0.229.0",
19846]
19847
19848[[package]]
19849name = "wast"
19850version = "35.0.2"
19851source = "registry+https://github.com/rust-lang/crates.io-index"
19852checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19853dependencies = [
19854 "leb128",
19855]
19856
19857[[package]]
19858name = "watch"
19859version = "0.1.0"
19860dependencies = [
19861 "ctor",
19862 "futures 0.3.31",
19863 "gpui",
19864 "parking_lot",
19865 "zlog",
19866]
19867
19868[[package]]
19869name = "wax"
19870version = "0.7.0"
19871source = "registry+https://github.com/rust-lang/crates.io-index"
19872checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19873dependencies = [
19874 "const_format",
19875 "itertools 0.14.0",
19876 "nom 7.1.3",
19877 "pori",
19878 "regex",
19879 "thiserror 2.0.17",
19880 "walkdir",
19881]
19882
19883[[package]]
19884name = "wayland-backend"
19885version = "0.3.11"
19886source = "registry+https://github.com/rust-lang/crates.io-index"
19887checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19888dependencies = [
19889 "cc",
19890 "downcast-rs",
19891 "rustix 1.1.2",
19892 "scoped-tls",
19893 "smallvec",
19894 "wayland-sys",
19895]
19896
19897[[package]]
19898name = "wayland-client"
19899version = "0.31.11"
19900source = "registry+https://github.com/rust-lang/crates.io-index"
19901checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19902dependencies = [
19903 "bitflags 2.10.0",
19904 "rustix 1.1.2",
19905 "wayland-backend",
19906 "wayland-scanner",
19907]
19908
19909[[package]]
19910name = "wayland-cursor"
19911version = "0.31.11"
19912source = "registry+https://github.com/rust-lang/crates.io-index"
19913checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19914dependencies = [
19915 "rustix 1.1.2",
19916 "wayland-client",
19917 "xcursor",
19918]
19919
19920[[package]]
19921name = "wayland-protocols"
19922version = "0.32.9"
19923source = "registry+https://github.com/rust-lang/crates.io-index"
19924checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19925dependencies = [
19926 "bitflags 2.10.0",
19927 "wayland-backend",
19928 "wayland-client",
19929 "wayland-scanner",
19930]
19931
19932[[package]]
19933name = "wayland-protocols-plasma"
19934version = "0.3.9"
19935source = "registry+https://github.com/rust-lang/crates.io-index"
19936checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19937dependencies = [
19938 "bitflags 2.10.0",
19939 "wayland-backend",
19940 "wayland-client",
19941 "wayland-protocols",
19942 "wayland-scanner",
19943]
19944
19945[[package]]
19946name = "wayland-protocols-wlr"
19947version = "0.3.9"
19948source = "registry+https://github.com/rust-lang/crates.io-index"
19949checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19950dependencies = [
19951 "bitflags 2.10.0",
19952 "wayland-backend",
19953 "wayland-client",
19954 "wayland-protocols",
19955 "wayland-scanner",
19956]
19957
19958[[package]]
19959name = "wayland-scanner"
19960version = "0.31.7"
19961source = "registry+https://github.com/rust-lang/crates.io-index"
19962checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19963dependencies = [
19964 "proc-macro2",
19965 "quick-xml 0.37.5",
19966 "quote",
19967]
19968
19969[[package]]
19970name = "wayland-sys"
19971version = "0.31.7"
19972source = "registry+https://github.com/rust-lang/crates.io-index"
19973checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19974dependencies = [
19975 "dlib",
19976 "log",
19977 "once_cell",
19978 "pkg-config",
19979]
19980
19981[[package]]
19982name = "web-sys"
19983version = "0.3.90"
19984source = "registry+https://github.com/rust-lang/crates.io-index"
19985checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19986dependencies = [
19987 "js-sys",
19988 "wasm-bindgen",
19989]
19990
19991[[package]]
19992name = "web-time"
19993version = "1.1.0"
19994source = "registry+https://github.com/rust-lang/crates.io-index"
19995checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19996dependencies = [
19997 "js-sys",
19998 "wasm-bindgen",
19999]
20000
20001[[package]]
20002name = "web_atoms"
20003version = "0.1.3"
20004source = "registry+https://github.com/rust-lang/crates.io-index"
20005checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20006dependencies = [
20007 "phf 0.11.3",
20008 "phf_codegen",
20009 "string_cache",
20010 "string_cache_codegen",
20011]
20012
20013[[package]]
20014name = "web_search"
20015version = "0.1.0"
20016dependencies = [
20017 "anyhow",
20018 "cloud_llm_client",
20019 "collections",
20020 "gpui",
20021 "serde",
20022]
20023
20024[[package]]
20025name = "web_search_providers"
20026version = "0.1.0"
20027dependencies = [
20028 "anyhow",
20029 "client",
20030 "cloud_api_types",
20031 "cloud_llm_client",
20032 "futures 0.3.31",
20033 "gpui",
20034 "http_client",
20035 "language_model",
20036 "serde",
20037 "serde_json",
20038 "web_search",
20039]
20040
20041[[package]]
20042name = "webpki-root-certs"
20043version = "0.26.8"
20044source = "registry+https://github.com/rust-lang/crates.io-index"
20045checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20046dependencies = [
20047 "rustls-pki-types",
20048]
20049
20050[[package]]
20051name = "webpki-roots"
20052version = "0.26.8"
20053source = "registry+https://github.com/rust-lang/crates.io-index"
20054checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20055dependencies = [
20056 "rustls-pki-types",
20057]
20058
20059[[package]]
20060name = "webrtc-sys"
20061version = "0.3.23"
20062source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20063dependencies = [
20064 "cc",
20065 "cxx",
20066 "cxx-build",
20067 "glob",
20068 "log",
20069 "pkg-config",
20070 "webrtc-sys-build",
20071]
20072
20073[[package]]
20074name = "webrtc-sys-build"
20075version = "0.3.13"
20076source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20077dependencies = [
20078 "anyhow",
20079 "fs2",
20080 "regex",
20081 "reqwest 0.12.24",
20082 "scratch",
20083 "semver",
20084 "zip 0.6.6",
20085]
20086
20087[[package]]
20088name = "weezl"
20089version = "0.1.10"
20090source = "registry+https://github.com/rust-lang/crates.io-index"
20091checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20092
20093[[package]]
20094name = "wgpu"
20095version = "29.0.0"
20096source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20097dependencies = [
20098 "arrayvec",
20099 "bitflags 2.10.0",
20100 "bytemuck",
20101 "cfg-if",
20102 "cfg_aliases 0.2.1",
20103 "document-features",
20104 "hashbrown 0.16.1",
20105 "js-sys",
20106 "log",
20107 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20108 "parking_lot",
20109 "portable-atomic",
20110 "profiling",
20111 "raw-window-handle",
20112 "smallvec",
20113 "static_assertions",
20114 "wasm-bindgen",
20115 "wasm-bindgen-futures",
20116 "web-sys",
20117 "wgpu-core",
20118 "wgpu-hal",
20119 "wgpu-types",
20120]
20121
20122[[package]]
20123name = "wgpu-core"
20124version = "29.0.0"
20125source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20126dependencies = [
20127 "arrayvec",
20128 "bit-set 0.9.1",
20129 "bit-vec 0.9.1",
20130 "bitflags 2.10.0",
20131 "bytemuck",
20132 "cfg_aliases 0.2.1",
20133 "document-features",
20134 "hashbrown 0.16.1",
20135 "indexmap",
20136 "log",
20137 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20138 "once_cell",
20139 "parking_lot",
20140 "portable-atomic",
20141 "profiling",
20142 "raw-window-handle",
20143 "rustc-hash 1.1.0",
20144 "smallvec",
20145 "thiserror 2.0.17",
20146 "wgpu-core-deps-apple",
20147 "wgpu-core-deps-emscripten",
20148 "wgpu-core-deps-windows-linux-android",
20149 "wgpu-hal",
20150 "wgpu-naga-bridge",
20151 "wgpu-types",
20152]
20153
20154[[package]]
20155name = "wgpu-core-deps-apple"
20156version = "29.0.0"
20157source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20158dependencies = [
20159 "wgpu-hal",
20160]
20161
20162[[package]]
20163name = "wgpu-core-deps-emscripten"
20164version = "29.0.0"
20165source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20166dependencies = [
20167 "wgpu-hal",
20168]
20169
20170[[package]]
20171name = "wgpu-core-deps-windows-linux-android"
20172version = "29.0.0"
20173source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20174dependencies = [
20175 "wgpu-hal",
20176]
20177
20178[[package]]
20179name = "wgpu-hal"
20180version = "29.0.0"
20181source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20182dependencies = [
20183 "android_system_properties",
20184 "arrayvec",
20185 "ash",
20186 "bit-set 0.9.1",
20187 "bitflags 2.10.0",
20188 "block2",
20189 "bytemuck",
20190 "cfg-if",
20191 "cfg_aliases 0.2.1",
20192 "glow",
20193 "glutin_wgl_sys",
20194 "gpu-allocator",
20195 "gpu-descriptor",
20196 "hashbrown 0.16.1",
20197 "js-sys",
20198 "khronos-egl",
20199 "libc",
20200 "libloading",
20201 "log",
20202 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20203 "ndk-sys",
20204 "objc2",
20205 "objc2-core-foundation",
20206 "objc2-foundation",
20207 "objc2-metal",
20208 "objc2-quartz-core",
20209 "once_cell",
20210 "ordered-float 4.6.0",
20211 "parking_lot",
20212 "portable-atomic",
20213 "portable-atomic-util",
20214 "profiling",
20215 "range-alloc",
20216 "raw-window-handle",
20217 "raw-window-metal",
20218 "renderdoc-sys",
20219 "smallvec",
20220 "thiserror 2.0.17",
20221 "wasm-bindgen",
20222 "wayland-sys",
20223 "web-sys",
20224 "wgpu-naga-bridge",
20225 "wgpu-types",
20226 "windows 0.62.2",
20227 "windows-core 0.62.2",
20228]
20229
20230[[package]]
20231name = "wgpu-naga-bridge"
20232version = "29.0.0"
20233source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20234dependencies = [
20235 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20236 "wgpu-types",
20237]
20238
20239[[package]]
20240name = "wgpu-types"
20241version = "29.0.0"
20242source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20243dependencies = [
20244 "bitflags 2.10.0",
20245 "bytemuck",
20246 "js-sys",
20247 "log",
20248 "raw-window-handle",
20249 "web-sys",
20250]
20251
20252[[package]]
20253name = "which"
20254version = "4.4.2"
20255source = "registry+https://github.com/rust-lang/crates.io-index"
20256checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20257dependencies = [
20258 "either",
20259 "home",
20260 "once_cell",
20261 "rustix 0.38.44",
20262]
20263
20264[[package]]
20265name = "which"
20266version = "6.0.3"
20267source = "registry+https://github.com/rust-lang/crates.io-index"
20268checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20269dependencies = [
20270 "either",
20271 "home",
20272 "rustix 0.38.44",
20273 "winsafe",
20274]
20275
20276[[package]]
20277name = "which_key"
20278version = "0.1.0"
20279dependencies = [
20280 "command_palette",
20281 "gpui",
20282 "serde",
20283 "settings",
20284 "theme",
20285 "ui",
20286 "util",
20287 "workspace",
20288]
20289
20290[[package]]
20291name = "whoami"
20292version = "1.6.1"
20293source = "registry+https://github.com/rust-lang/crates.io-index"
20294checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20295dependencies = [
20296 "libredox",
20297 "wasite",
20298]
20299
20300[[package]]
20301name = "wiggle"
20302version = "33.0.2"
20303source = "registry+https://github.com/rust-lang/crates.io-index"
20304checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20305dependencies = [
20306 "anyhow",
20307 "async-trait",
20308 "bitflags 2.10.0",
20309 "thiserror 2.0.17",
20310 "tracing",
20311 "wasmtime",
20312 "wiggle-macro",
20313]
20314
20315[[package]]
20316name = "wiggle-generate"
20317version = "33.0.2"
20318source = "registry+https://github.com/rust-lang/crates.io-index"
20319checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20320dependencies = [
20321 "anyhow",
20322 "heck 0.5.0",
20323 "proc-macro2",
20324 "quote",
20325 "syn 2.0.117",
20326 "witx",
20327]
20328
20329[[package]]
20330name = "wiggle-macro"
20331version = "33.0.2"
20332source = "registry+https://github.com/rust-lang/crates.io-index"
20333checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20334dependencies = [
20335 "proc-macro2",
20336 "quote",
20337 "syn 2.0.117",
20338 "wiggle-generate",
20339]
20340
20341[[package]]
20342name = "winapi"
20343version = "0.3.9"
20344source = "registry+https://github.com/rust-lang/crates.io-index"
20345checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20346dependencies = [
20347 "winapi-i686-pc-windows-gnu",
20348 "winapi-x86_64-pc-windows-gnu",
20349]
20350
20351[[package]]
20352name = "winapi-i686-pc-windows-gnu"
20353version = "0.4.0"
20354source = "registry+https://github.com/rust-lang/crates.io-index"
20355checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20356
20357[[package]]
20358name = "winapi-util"
20359version = "0.1.11"
20360source = "registry+https://github.com/rust-lang/crates.io-index"
20361checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20362dependencies = [
20363 "windows-sys 0.61.2",
20364]
20365
20366[[package]]
20367name = "winapi-x86_64-pc-windows-gnu"
20368version = "0.4.0"
20369source = "registry+https://github.com/rust-lang/crates.io-index"
20370checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20371
20372[[package]]
20373name = "winch-codegen"
20374version = "33.0.2"
20375source = "registry+https://github.com/rust-lang/crates.io-index"
20376checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20377dependencies = [
20378 "anyhow",
20379 "cranelift-assembler-x64",
20380 "cranelift-codegen",
20381 "gimli 0.31.1",
20382 "regalloc2",
20383 "smallvec",
20384 "target-lexicon 0.13.3",
20385 "thiserror 2.0.17",
20386 "wasmparser 0.229.0",
20387 "wasmtime-cranelift",
20388 "wasmtime-environ",
20389]
20390
20391[[package]]
20392name = "windows"
20393version = "0.57.0"
20394source = "registry+https://github.com/rust-lang/crates.io-index"
20395checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20396dependencies = [
20397 "windows-core 0.57.0",
20398 "windows-targets 0.52.6",
20399]
20400
20401[[package]]
20402name = "windows"
20403version = "0.58.0"
20404source = "registry+https://github.com/rust-lang/crates.io-index"
20405checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20406dependencies = [
20407 "windows-core 0.58.0",
20408 "windows-targets 0.52.6",
20409]
20410
20411[[package]]
20412name = "windows"
20413version = "0.61.3"
20414source = "registry+https://github.com/rust-lang/crates.io-index"
20415checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20416dependencies = [
20417 "windows-collections 0.2.0",
20418 "windows-core 0.61.2",
20419 "windows-future 0.2.1",
20420 "windows-link 0.1.3",
20421 "windows-numerics 0.2.0",
20422]
20423
20424[[package]]
20425name = "windows"
20426version = "0.62.2"
20427source = "registry+https://github.com/rust-lang/crates.io-index"
20428checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20429dependencies = [
20430 "windows-collections 0.3.2",
20431 "windows-core 0.62.2",
20432 "windows-future 0.3.2",
20433 "windows-numerics 0.3.1",
20434]
20435
20436[[package]]
20437name = "windows-bindgen"
20438version = "0.61.1"
20439source = "registry+https://github.com/rust-lang/crates.io-index"
20440checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20441dependencies = [
20442 "serde",
20443 "serde_json",
20444 "windows-threading 0.1.0",
20445]
20446
20447[[package]]
20448name = "windows-capture"
20449version = "1.4.3"
20450source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20451dependencies = [
20452 "clap",
20453 "ctrlc",
20454 "parking_lot",
20455 "rayon",
20456 "thiserror 2.0.17",
20457 "windows 0.61.3",
20458 "windows-future 0.2.1",
20459]
20460
20461[[package]]
20462name = "windows-collections"
20463version = "0.2.0"
20464source = "registry+https://github.com/rust-lang/crates.io-index"
20465checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20466dependencies = [
20467 "windows-core 0.61.2",
20468]
20469
20470[[package]]
20471name = "windows-collections"
20472version = "0.3.2"
20473source = "registry+https://github.com/rust-lang/crates.io-index"
20474checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20475dependencies = [
20476 "windows-core 0.62.2",
20477]
20478
20479[[package]]
20480name = "windows-core"
20481version = "0.57.0"
20482source = "registry+https://github.com/rust-lang/crates.io-index"
20483checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20484dependencies = [
20485 "windows-implement 0.57.0",
20486 "windows-interface 0.57.0",
20487 "windows-result 0.1.2",
20488 "windows-targets 0.52.6",
20489]
20490
20491[[package]]
20492name = "windows-core"
20493version = "0.58.0"
20494source = "registry+https://github.com/rust-lang/crates.io-index"
20495checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20496dependencies = [
20497 "windows-implement 0.58.0",
20498 "windows-interface 0.58.0",
20499 "windows-result 0.2.0",
20500 "windows-strings 0.1.0",
20501 "windows-targets 0.52.6",
20502]
20503
20504[[package]]
20505name = "windows-core"
20506version = "0.61.2"
20507source = "registry+https://github.com/rust-lang/crates.io-index"
20508checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20509dependencies = [
20510 "windows-implement 0.60.2",
20511 "windows-interface 0.59.3",
20512 "windows-link 0.1.3",
20513 "windows-result 0.3.4",
20514 "windows-strings 0.4.2",
20515]
20516
20517[[package]]
20518name = "windows-core"
20519version = "0.62.2"
20520source = "registry+https://github.com/rust-lang/crates.io-index"
20521checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20522dependencies = [
20523 "windows-implement 0.60.2",
20524 "windows-interface 0.59.3",
20525 "windows-link 0.2.1",
20526 "windows-result 0.4.1",
20527 "windows-strings 0.5.1",
20528]
20529
20530[[package]]
20531name = "windows-future"
20532version = "0.2.1"
20533source = "registry+https://github.com/rust-lang/crates.io-index"
20534checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20535dependencies = [
20536 "windows-core 0.61.2",
20537 "windows-link 0.1.3",
20538 "windows-threading 0.1.0",
20539]
20540
20541[[package]]
20542name = "windows-future"
20543version = "0.3.2"
20544source = "registry+https://github.com/rust-lang/crates.io-index"
20545checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20546dependencies = [
20547 "windows-core 0.62.2",
20548 "windows-link 0.2.1",
20549 "windows-threading 0.2.1",
20550]
20551
20552[[package]]
20553name = "windows-implement"
20554version = "0.57.0"
20555source = "registry+https://github.com/rust-lang/crates.io-index"
20556checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20557dependencies = [
20558 "proc-macro2",
20559 "quote",
20560 "syn 2.0.117",
20561]
20562
20563[[package]]
20564name = "windows-implement"
20565version = "0.58.0"
20566source = "registry+https://github.com/rust-lang/crates.io-index"
20567checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20568dependencies = [
20569 "proc-macro2",
20570 "quote",
20571 "syn 2.0.117",
20572]
20573
20574[[package]]
20575name = "windows-implement"
20576version = "0.60.2"
20577source = "registry+https://github.com/rust-lang/crates.io-index"
20578checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20579dependencies = [
20580 "proc-macro2",
20581 "quote",
20582 "syn 2.0.117",
20583]
20584
20585[[package]]
20586name = "windows-interface"
20587version = "0.57.0"
20588source = "registry+https://github.com/rust-lang/crates.io-index"
20589checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20590dependencies = [
20591 "proc-macro2",
20592 "quote",
20593 "syn 2.0.117",
20594]
20595
20596[[package]]
20597name = "windows-interface"
20598version = "0.58.0"
20599source = "registry+https://github.com/rust-lang/crates.io-index"
20600checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20601dependencies = [
20602 "proc-macro2",
20603 "quote",
20604 "syn 2.0.117",
20605]
20606
20607[[package]]
20608name = "windows-interface"
20609version = "0.59.3"
20610source = "registry+https://github.com/rust-lang/crates.io-index"
20611checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20612dependencies = [
20613 "proc-macro2",
20614 "quote",
20615 "syn 2.0.117",
20616]
20617
20618[[package]]
20619name = "windows-link"
20620version = "0.1.3"
20621source = "registry+https://github.com/rust-lang/crates.io-index"
20622checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20623
20624[[package]]
20625name = "windows-link"
20626version = "0.2.1"
20627source = "registry+https://github.com/rust-lang/crates.io-index"
20628checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20629
20630[[package]]
20631name = "windows-numerics"
20632version = "0.2.0"
20633source = "registry+https://github.com/rust-lang/crates.io-index"
20634checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20635dependencies = [
20636 "windows-core 0.61.2",
20637 "windows-link 0.1.3",
20638]
20639
20640[[package]]
20641name = "windows-numerics"
20642version = "0.3.1"
20643source = "registry+https://github.com/rust-lang/crates.io-index"
20644checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20645dependencies = [
20646 "windows-core 0.62.2",
20647 "windows-link 0.2.1",
20648]
20649
20650[[package]]
20651name = "windows-registry"
20652version = "0.4.0"
20653source = "registry+https://github.com/rust-lang/crates.io-index"
20654checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20655dependencies = [
20656 "windows-result 0.3.4",
20657 "windows-strings 0.3.1",
20658 "windows-targets 0.53.5",
20659]
20660
20661[[package]]
20662name = "windows-registry"
20663version = "0.5.3"
20664source = "registry+https://github.com/rust-lang/crates.io-index"
20665checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20666dependencies = [
20667 "windows-link 0.1.3",
20668 "windows-result 0.3.4",
20669 "windows-strings 0.4.2",
20670]
20671
20672[[package]]
20673name = "windows-registry"
20674version = "0.6.1"
20675source = "registry+https://github.com/rust-lang/crates.io-index"
20676checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20677dependencies = [
20678 "windows-link 0.2.1",
20679 "windows-result 0.4.1",
20680 "windows-strings 0.5.1",
20681]
20682
20683[[package]]
20684name = "windows-result"
20685version = "0.1.2"
20686source = "registry+https://github.com/rust-lang/crates.io-index"
20687checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20688dependencies = [
20689 "windows-targets 0.52.6",
20690]
20691
20692[[package]]
20693name = "windows-result"
20694version = "0.2.0"
20695source = "registry+https://github.com/rust-lang/crates.io-index"
20696checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20697dependencies = [
20698 "windows-targets 0.52.6",
20699]
20700
20701[[package]]
20702name = "windows-result"
20703version = "0.3.4"
20704source = "registry+https://github.com/rust-lang/crates.io-index"
20705checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20706dependencies = [
20707 "windows-link 0.1.3",
20708]
20709
20710[[package]]
20711name = "windows-result"
20712version = "0.4.1"
20713source = "registry+https://github.com/rust-lang/crates.io-index"
20714checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20715dependencies = [
20716 "windows-link 0.2.1",
20717]
20718
20719[[package]]
20720name = "windows-strings"
20721version = "0.1.0"
20722source = "registry+https://github.com/rust-lang/crates.io-index"
20723checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20724dependencies = [
20725 "windows-result 0.2.0",
20726 "windows-targets 0.52.6",
20727]
20728
20729[[package]]
20730name = "windows-strings"
20731version = "0.3.1"
20732source = "registry+https://github.com/rust-lang/crates.io-index"
20733checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20734dependencies = [
20735 "windows-link 0.1.3",
20736]
20737
20738[[package]]
20739name = "windows-strings"
20740version = "0.4.2"
20741source = "registry+https://github.com/rust-lang/crates.io-index"
20742checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20743dependencies = [
20744 "windows-link 0.1.3",
20745]
20746
20747[[package]]
20748name = "windows-strings"
20749version = "0.5.1"
20750source = "registry+https://github.com/rust-lang/crates.io-index"
20751checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20752dependencies = [
20753 "windows-link 0.2.1",
20754]
20755
20756[[package]]
20757name = "windows-sys"
20758version = "0.45.0"
20759source = "registry+https://github.com/rust-lang/crates.io-index"
20760checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20761dependencies = [
20762 "windows-targets 0.42.2",
20763]
20764
20765[[package]]
20766name = "windows-sys"
20767version = "0.48.0"
20768source = "registry+https://github.com/rust-lang/crates.io-index"
20769checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20770dependencies = [
20771 "windows-targets 0.48.5",
20772]
20773
20774[[package]]
20775name = "windows-sys"
20776version = "0.52.0"
20777source = "registry+https://github.com/rust-lang/crates.io-index"
20778checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20779dependencies = [
20780 "windows-targets 0.52.6",
20781]
20782
20783[[package]]
20784name = "windows-sys"
20785version = "0.59.0"
20786source = "registry+https://github.com/rust-lang/crates.io-index"
20787checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20788dependencies = [
20789 "windows-targets 0.52.6",
20790]
20791
20792[[package]]
20793name = "windows-sys"
20794version = "0.60.2"
20795source = "registry+https://github.com/rust-lang/crates.io-index"
20796checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20797dependencies = [
20798 "windows-targets 0.53.5",
20799]
20800
20801[[package]]
20802name = "windows-sys"
20803version = "0.61.2"
20804source = "registry+https://github.com/rust-lang/crates.io-index"
20805checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20806dependencies = [
20807 "windows-link 0.2.1",
20808]
20809
20810[[package]]
20811name = "windows-targets"
20812version = "0.42.2"
20813source = "registry+https://github.com/rust-lang/crates.io-index"
20814checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20815dependencies = [
20816 "windows_aarch64_gnullvm 0.42.2",
20817 "windows_aarch64_msvc 0.42.2",
20818 "windows_i686_gnu 0.42.2",
20819 "windows_i686_msvc 0.42.2",
20820 "windows_x86_64_gnu 0.42.2",
20821 "windows_x86_64_gnullvm 0.42.2",
20822 "windows_x86_64_msvc 0.42.2",
20823]
20824
20825[[package]]
20826name = "windows-targets"
20827version = "0.48.5"
20828source = "registry+https://github.com/rust-lang/crates.io-index"
20829checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20830dependencies = [
20831 "windows_aarch64_gnullvm 0.48.5",
20832 "windows_aarch64_msvc 0.48.5",
20833 "windows_i686_gnu 0.48.5",
20834 "windows_i686_msvc 0.48.5",
20835 "windows_x86_64_gnu 0.48.5",
20836 "windows_x86_64_gnullvm 0.48.5",
20837 "windows_x86_64_msvc 0.48.5",
20838]
20839
20840[[package]]
20841name = "windows-targets"
20842version = "0.52.6"
20843source = "registry+https://github.com/rust-lang/crates.io-index"
20844checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20845dependencies = [
20846 "windows_aarch64_gnullvm 0.52.6",
20847 "windows_aarch64_msvc 0.52.6",
20848 "windows_i686_gnu 0.52.6",
20849 "windows_i686_gnullvm 0.52.6",
20850 "windows_i686_msvc 0.52.6",
20851 "windows_x86_64_gnu 0.52.6",
20852 "windows_x86_64_gnullvm 0.52.6",
20853 "windows_x86_64_msvc 0.52.6",
20854]
20855
20856[[package]]
20857name = "windows-targets"
20858version = "0.53.5"
20859source = "registry+https://github.com/rust-lang/crates.io-index"
20860checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20861dependencies = [
20862 "windows-link 0.2.1",
20863 "windows_aarch64_gnullvm 0.53.1",
20864 "windows_aarch64_msvc 0.53.1",
20865 "windows_i686_gnu 0.53.1",
20866 "windows_i686_gnullvm 0.53.1",
20867 "windows_i686_msvc 0.53.1",
20868 "windows_x86_64_gnu 0.53.1",
20869 "windows_x86_64_gnullvm 0.53.1",
20870 "windows_x86_64_msvc 0.53.1",
20871]
20872
20873[[package]]
20874name = "windows-threading"
20875version = "0.1.0"
20876source = "registry+https://github.com/rust-lang/crates.io-index"
20877checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20878dependencies = [
20879 "windows-link 0.1.3",
20880]
20881
20882[[package]]
20883name = "windows-threading"
20884version = "0.2.1"
20885source = "registry+https://github.com/rust-lang/crates.io-index"
20886checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20887dependencies = [
20888 "windows-link 0.2.1",
20889]
20890
20891[[package]]
20892name = "windows_aarch64_gnullvm"
20893version = "0.42.2"
20894source = "registry+https://github.com/rust-lang/crates.io-index"
20895checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20896
20897[[package]]
20898name = "windows_aarch64_gnullvm"
20899version = "0.48.5"
20900source = "registry+https://github.com/rust-lang/crates.io-index"
20901checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20902
20903[[package]]
20904name = "windows_aarch64_gnullvm"
20905version = "0.52.6"
20906source = "registry+https://github.com/rust-lang/crates.io-index"
20907checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20908
20909[[package]]
20910name = "windows_aarch64_gnullvm"
20911version = "0.53.1"
20912source = "registry+https://github.com/rust-lang/crates.io-index"
20913checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20914
20915[[package]]
20916name = "windows_aarch64_msvc"
20917version = "0.42.2"
20918source = "registry+https://github.com/rust-lang/crates.io-index"
20919checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20920
20921[[package]]
20922name = "windows_aarch64_msvc"
20923version = "0.48.5"
20924source = "registry+https://github.com/rust-lang/crates.io-index"
20925checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20926
20927[[package]]
20928name = "windows_aarch64_msvc"
20929version = "0.52.6"
20930source = "registry+https://github.com/rust-lang/crates.io-index"
20931checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20932
20933[[package]]
20934name = "windows_aarch64_msvc"
20935version = "0.53.1"
20936source = "registry+https://github.com/rust-lang/crates.io-index"
20937checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20938
20939[[package]]
20940name = "windows_i686_gnu"
20941version = "0.42.2"
20942source = "registry+https://github.com/rust-lang/crates.io-index"
20943checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20944
20945[[package]]
20946name = "windows_i686_gnu"
20947version = "0.48.5"
20948source = "registry+https://github.com/rust-lang/crates.io-index"
20949checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20950
20951[[package]]
20952name = "windows_i686_gnu"
20953version = "0.52.6"
20954source = "registry+https://github.com/rust-lang/crates.io-index"
20955checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20956
20957[[package]]
20958name = "windows_i686_gnu"
20959version = "0.53.1"
20960source = "registry+https://github.com/rust-lang/crates.io-index"
20961checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20962
20963[[package]]
20964name = "windows_i686_gnullvm"
20965version = "0.52.6"
20966source = "registry+https://github.com/rust-lang/crates.io-index"
20967checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20968
20969[[package]]
20970name = "windows_i686_gnullvm"
20971version = "0.53.1"
20972source = "registry+https://github.com/rust-lang/crates.io-index"
20973checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20974
20975[[package]]
20976name = "windows_i686_msvc"
20977version = "0.42.2"
20978source = "registry+https://github.com/rust-lang/crates.io-index"
20979checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20980
20981[[package]]
20982name = "windows_i686_msvc"
20983version = "0.48.5"
20984source = "registry+https://github.com/rust-lang/crates.io-index"
20985checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20986
20987[[package]]
20988name = "windows_i686_msvc"
20989version = "0.52.6"
20990source = "registry+https://github.com/rust-lang/crates.io-index"
20991checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20992
20993[[package]]
20994name = "windows_i686_msvc"
20995version = "0.53.1"
20996source = "registry+https://github.com/rust-lang/crates.io-index"
20997checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20998
20999[[package]]
21000name = "windows_x86_64_gnu"
21001version = "0.42.2"
21002source = "registry+https://github.com/rust-lang/crates.io-index"
21003checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21004
21005[[package]]
21006name = "windows_x86_64_gnu"
21007version = "0.48.5"
21008source = "registry+https://github.com/rust-lang/crates.io-index"
21009checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21010
21011[[package]]
21012name = "windows_x86_64_gnu"
21013version = "0.52.6"
21014source = "registry+https://github.com/rust-lang/crates.io-index"
21015checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21016
21017[[package]]
21018name = "windows_x86_64_gnu"
21019version = "0.53.1"
21020source = "registry+https://github.com/rust-lang/crates.io-index"
21021checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21022
21023[[package]]
21024name = "windows_x86_64_gnullvm"
21025version = "0.42.2"
21026source = "registry+https://github.com/rust-lang/crates.io-index"
21027checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21028
21029[[package]]
21030name = "windows_x86_64_gnullvm"
21031version = "0.48.5"
21032source = "registry+https://github.com/rust-lang/crates.io-index"
21033checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21034
21035[[package]]
21036name = "windows_x86_64_gnullvm"
21037version = "0.52.6"
21038source = "registry+https://github.com/rust-lang/crates.io-index"
21039checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21040
21041[[package]]
21042name = "windows_x86_64_gnullvm"
21043version = "0.53.1"
21044source = "registry+https://github.com/rust-lang/crates.io-index"
21045checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21046
21047[[package]]
21048name = "windows_x86_64_msvc"
21049version = "0.42.2"
21050source = "registry+https://github.com/rust-lang/crates.io-index"
21051checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21052
21053[[package]]
21054name = "windows_x86_64_msvc"
21055version = "0.48.5"
21056source = "registry+https://github.com/rust-lang/crates.io-index"
21057checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21058
21059[[package]]
21060name = "windows_x86_64_msvc"
21061version = "0.52.6"
21062source = "registry+https://github.com/rust-lang/crates.io-index"
21063checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21064
21065[[package]]
21066name = "windows_x86_64_msvc"
21067version = "0.53.1"
21068source = "registry+https://github.com/rust-lang/crates.io-index"
21069checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21070
21071[[package]]
21072name = "winnow"
21073version = "0.7.13"
21074source = "registry+https://github.com/rust-lang/crates.io-index"
21075checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21076dependencies = [
21077 "memchr",
21078]
21079
21080[[package]]
21081name = "winreg"
21082version = "0.10.1"
21083source = "registry+https://github.com/rust-lang/crates.io-index"
21084checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21085dependencies = [
21086 "winapi",
21087]
21088
21089[[package]]
21090name = "winreg"
21091version = "0.50.0"
21092source = "registry+https://github.com/rust-lang/crates.io-index"
21093checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21094dependencies = [
21095 "cfg-if",
21096 "windows-sys 0.48.0",
21097]
21098
21099[[package]]
21100name = "winreg"
21101version = "0.55.0"
21102source = "registry+https://github.com/rust-lang/crates.io-index"
21103checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21104dependencies = [
21105 "cfg-if",
21106 "windows-sys 0.59.0",
21107]
21108
21109[[package]]
21110name = "winresource"
21111version = "0.1.23"
21112source = "registry+https://github.com/rust-lang/crates.io-index"
21113checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21114dependencies = [
21115 "toml 0.8.23",
21116 "version_check",
21117]
21118
21119[[package]]
21120name = "winsafe"
21121version = "0.0.19"
21122source = "registry+https://github.com/rust-lang/crates.io-index"
21123checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21124
21125[[package]]
21126name = "winx"
21127version = "0.36.4"
21128source = "registry+https://github.com/rust-lang/crates.io-index"
21129checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21130dependencies = [
21131 "bitflags 2.10.0",
21132 "windows-sys 0.59.0",
21133]
21134
21135[[package]]
21136name = "wio"
21137version = "0.2.2"
21138source = "registry+https://github.com/rust-lang/crates.io-index"
21139checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21140dependencies = [
21141 "winapi",
21142]
21143
21144[[package]]
21145name = "wit-bindgen"
21146version = "0.22.0"
21147source = "registry+https://github.com/rust-lang/crates.io-index"
21148checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21149dependencies = [
21150 "bitflags 2.10.0",
21151 "wit-bindgen-rt 0.22.0",
21152 "wit-bindgen-rust-macro 0.22.0",
21153]
21154
21155[[package]]
21156name = "wit-bindgen"
21157version = "0.41.0"
21158source = "registry+https://github.com/rust-lang/crates.io-index"
21159checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21160dependencies = [
21161 "wit-bindgen-rt 0.41.0",
21162 "wit-bindgen-rust-macro 0.41.0",
21163]
21164
21165[[package]]
21166name = "wit-bindgen"
21167version = "0.46.0"
21168source = "registry+https://github.com/rust-lang/crates.io-index"
21169checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21170
21171[[package]]
21172name = "wit-bindgen"
21173version = "0.51.0"
21174source = "registry+https://github.com/rust-lang/crates.io-index"
21175checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21176dependencies = [
21177 "wit-bindgen-rust-macro 0.51.0",
21178]
21179
21180[[package]]
21181name = "wit-bindgen-core"
21182version = "0.22.0"
21183source = "registry+https://github.com/rust-lang/crates.io-index"
21184checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21185dependencies = [
21186 "anyhow",
21187 "wit-parser 0.201.0",
21188]
21189
21190[[package]]
21191name = "wit-bindgen-core"
21192version = "0.41.0"
21193source = "registry+https://github.com/rust-lang/crates.io-index"
21194checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21195dependencies = [
21196 "anyhow",
21197 "heck 0.5.0",
21198 "wit-parser 0.227.1",
21199]
21200
21201[[package]]
21202name = "wit-bindgen-core"
21203version = "0.51.0"
21204source = "registry+https://github.com/rust-lang/crates.io-index"
21205checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21206dependencies = [
21207 "anyhow",
21208 "heck 0.5.0",
21209 "wit-parser 0.244.0",
21210]
21211
21212[[package]]
21213name = "wit-bindgen-rt"
21214version = "0.22.0"
21215source = "registry+https://github.com/rust-lang/crates.io-index"
21216checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21217
21218[[package]]
21219name = "wit-bindgen-rt"
21220version = "0.41.0"
21221source = "registry+https://github.com/rust-lang/crates.io-index"
21222checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21223dependencies = [
21224 "bitflags 2.10.0",
21225 "futures 0.3.31",
21226 "once_cell",
21227]
21228
21229[[package]]
21230name = "wit-bindgen-rust"
21231version = "0.22.0"
21232source = "registry+https://github.com/rust-lang/crates.io-index"
21233checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21234dependencies = [
21235 "anyhow",
21236 "heck 0.4.1",
21237 "indexmap",
21238 "wasm-metadata 0.201.0",
21239 "wit-bindgen-core 0.22.0",
21240 "wit-component 0.201.0",
21241]
21242
21243[[package]]
21244name = "wit-bindgen-rust"
21245version = "0.41.0"
21246source = "registry+https://github.com/rust-lang/crates.io-index"
21247checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21248dependencies = [
21249 "anyhow",
21250 "heck 0.5.0",
21251 "indexmap",
21252 "prettyplease",
21253 "syn 2.0.117",
21254 "wasm-metadata 0.227.1",
21255 "wit-bindgen-core 0.41.0",
21256 "wit-component 0.227.1",
21257]
21258
21259[[package]]
21260name = "wit-bindgen-rust"
21261version = "0.51.0"
21262source = "registry+https://github.com/rust-lang/crates.io-index"
21263checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21264dependencies = [
21265 "anyhow",
21266 "heck 0.5.0",
21267 "indexmap",
21268 "prettyplease",
21269 "syn 2.0.117",
21270 "wasm-metadata 0.244.0",
21271 "wit-bindgen-core 0.51.0",
21272 "wit-component 0.244.0",
21273]
21274
21275[[package]]
21276name = "wit-bindgen-rust-macro"
21277version = "0.22.0"
21278source = "registry+https://github.com/rust-lang/crates.io-index"
21279checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21280dependencies = [
21281 "anyhow",
21282 "proc-macro2",
21283 "quote",
21284 "syn 2.0.117",
21285 "wit-bindgen-core 0.22.0",
21286 "wit-bindgen-rust 0.22.0",
21287]
21288
21289[[package]]
21290name = "wit-bindgen-rust-macro"
21291version = "0.41.0"
21292source = "registry+https://github.com/rust-lang/crates.io-index"
21293checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21294dependencies = [
21295 "anyhow",
21296 "prettyplease",
21297 "proc-macro2",
21298 "quote",
21299 "syn 2.0.117",
21300 "wit-bindgen-core 0.41.0",
21301 "wit-bindgen-rust 0.41.0",
21302]
21303
21304[[package]]
21305name = "wit-bindgen-rust-macro"
21306version = "0.51.0"
21307source = "registry+https://github.com/rust-lang/crates.io-index"
21308checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21309dependencies = [
21310 "anyhow",
21311 "prettyplease",
21312 "proc-macro2",
21313 "quote",
21314 "syn 2.0.117",
21315 "wit-bindgen-core 0.51.0",
21316 "wit-bindgen-rust 0.51.0",
21317]
21318
21319[[package]]
21320name = "wit-component"
21321version = "0.201.0"
21322source = "registry+https://github.com/rust-lang/crates.io-index"
21323checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21324dependencies = [
21325 "anyhow",
21326 "bitflags 2.10.0",
21327 "indexmap",
21328 "log",
21329 "serde",
21330 "serde_derive",
21331 "serde_json",
21332 "wasm-encoder 0.201.0",
21333 "wasm-metadata 0.201.0",
21334 "wasmparser 0.201.0",
21335 "wit-parser 0.201.0",
21336]
21337
21338[[package]]
21339name = "wit-component"
21340version = "0.227.1"
21341source = "registry+https://github.com/rust-lang/crates.io-index"
21342checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21343dependencies = [
21344 "anyhow",
21345 "bitflags 2.10.0",
21346 "indexmap",
21347 "log",
21348 "serde",
21349 "serde_derive",
21350 "serde_json",
21351 "wasm-encoder 0.227.1",
21352 "wasm-metadata 0.227.1",
21353 "wasmparser 0.227.1",
21354 "wit-parser 0.227.1",
21355]
21356
21357[[package]]
21358name = "wit-component"
21359version = "0.244.0"
21360source = "registry+https://github.com/rust-lang/crates.io-index"
21361checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21362dependencies = [
21363 "anyhow",
21364 "bitflags 2.10.0",
21365 "indexmap",
21366 "log",
21367 "serde",
21368 "serde_derive",
21369 "serde_json",
21370 "wasm-encoder 0.244.0",
21371 "wasm-metadata 0.244.0",
21372 "wasmparser 0.244.0",
21373 "wit-parser 0.244.0",
21374]
21375
21376[[package]]
21377name = "wit-parser"
21378version = "0.201.0"
21379source = "registry+https://github.com/rust-lang/crates.io-index"
21380checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21381dependencies = [
21382 "anyhow",
21383 "id-arena",
21384 "indexmap",
21385 "log",
21386 "semver",
21387 "serde",
21388 "serde_derive",
21389 "serde_json",
21390 "unicode-xid",
21391 "wasmparser 0.201.0",
21392]
21393
21394[[package]]
21395name = "wit-parser"
21396version = "0.227.1"
21397source = "registry+https://github.com/rust-lang/crates.io-index"
21398checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21399dependencies = [
21400 "anyhow",
21401 "id-arena",
21402 "indexmap",
21403 "log",
21404 "semver",
21405 "serde",
21406 "serde_derive",
21407 "serde_json",
21408 "unicode-xid",
21409 "wasmparser 0.227.1",
21410]
21411
21412[[package]]
21413name = "wit-parser"
21414version = "0.229.0"
21415source = "registry+https://github.com/rust-lang/crates.io-index"
21416checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21417dependencies = [
21418 "anyhow",
21419 "id-arena",
21420 "indexmap",
21421 "log",
21422 "semver",
21423 "serde",
21424 "serde_derive",
21425 "serde_json",
21426 "unicode-xid",
21427 "wasmparser 0.229.0",
21428]
21429
21430[[package]]
21431name = "wit-parser"
21432version = "0.244.0"
21433source = "registry+https://github.com/rust-lang/crates.io-index"
21434checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21435dependencies = [
21436 "anyhow",
21437 "id-arena",
21438 "indexmap",
21439 "log",
21440 "semver",
21441 "serde",
21442 "serde_derive",
21443 "serde_json",
21444 "unicode-xid",
21445 "wasmparser 0.244.0",
21446]
21447
21448[[package]]
21449name = "witx"
21450version = "0.9.1"
21451source = "registry+https://github.com/rust-lang/crates.io-index"
21452checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21453dependencies = [
21454 "anyhow",
21455 "log",
21456 "thiserror 1.0.69",
21457 "wast",
21458]
21459
21460[[package]]
21461name = "workspace"
21462version = "0.1.0"
21463dependencies = [
21464 "any_vec",
21465 "anyhow",
21466 "async-recursion",
21467 "chrono",
21468 "client",
21469 "clock",
21470 "collections",
21471 "component",
21472 "db",
21473 "feature_flags",
21474 "fs",
21475 "futures 0.3.31",
21476 "git",
21477 "gpui",
21478 "http_client",
21479 "itertools 0.14.0",
21480 "language",
21481 "log",
21482 "markdown",
21483 "menu",
21484 "node_runtime",
21485 "parking_lot",
21486 "postage",
21487 "pretty_assertions",
21488 "project",
21489 "remote",
21490 "schemars",
21491 "serde",
21492 "serde_json",
21493 "session",
21494 "settings",
21495 "smallvec",
21496 "sqlez",
21497 "strum 0.27.2",
21498 "task",
21499 "telemetry",
21500 "tempfile",
21501 "theme",
21502 "ui",
21503 "util",
21504 "uuid",
21505 "vim_mode_setting",
21506 "windows 0.61.3",
21507 "zed_actions",
21508 "zlog",
21509]
21510
21511[[package]]
21512name = "worktree"
21513version = "0.1.0"
21514dependencies = [
21515 "anyhow",
21516 "async-lock 2.8.0",
21517 "chardetng",
21518 "clock",
21519 "collections",
21520 "encoding_rs",
21521 "fs",
21522 "futures 0.3.31",
21523 "fuzzy",
21524 "git",
21525 "gpui",
21526 "ignore",
21527 "language",
21528 "log",
21529 "parking_lot",
21530 "paths",
21531 "postage",
21532 "pretty_assertions",
21533 "rand 0.9.2",
21534 "rpc",
21535 "serde",
21536 "serde_json",
21537 "settings",
21538 "smallvec",
21539 "smol",
21540 "sum_tree",
21541 "text",
21542 "tracing",
21543 "util",
21544 "worktree",
21545 "zlog",
21546 "ztracing",
21547]
21548
21549[[package]]
21550name = "worktree_benchmarks"
21551version = "0.1.0"
21552dependencies = [
21553 "fs",
21554 "gpui_platform",
21555 "settings",
21556 "worktree",
21557]
21558
21559[[package]]
21560name = "wprcontrol"
21561version = "0.1.0"
21562source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21563dependencies = [
21564 "windows 0.61.3",
21565 "windows-bindgen",
21566 "windows-core 0.61.2",
21567 "windows-link 0.2.1",
21568]
21569
21570[[package]]
21571name = "writeable"
21572version = "0.6.1"
21573source = "registry+https://github.com/rust-lang/crates.io-index"
21574checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21575
21576[[package]]
21577name = "wyz"
21578version = "0.5.1"
21579source = "registry+https://github.com/rust-lang/crates.io-index"
21580checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21581dependencies = [
21582 "tap",
21583]
21584
21585[[package]]
21586name = "x11"
21587version = "2.21.0"
21588source = "registry+https://github.com/rust-lang/crates.io-index"
21589checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21590dependencies = [
21591 "libc",
21592 "pkg-config",
21593]
21594
21595[[package]]
21596name = "x11-clipboard"
21597version = "0.9.3"
21598source = "registry+https://github.com/rust-lang/crates.io-index"
21599checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21600dependencies = [
21601 "libc",
21602 "x11rb",
21603]
21604
21605[[package]]
21606name = "x11rb"
21607version = "0.13.2"
21608source = "registry+https://github.com/rust-lang/crates.io-index"
21609checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21610dependencies = [
21611 "as-raw-xcb-connection",
21612 "gethostname",
21613 "libc",
21614 "rustix 1.1.2",
21615 "x11rb-protocol",
21616 "xcursor",
21617]
21618
21619[[package]]
21620name = "x11rb-protocol"
21621version = "0.13.2"
21622source = "registry+https://github.com/rust-lang/crates.io-index"
21623checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21624
21625[[package]]
21626name = "x_ai"
21627version = "0.1.0"
21628dependencies = [
21629 "anyhow",
21630 "schemars",
21631 "serde",
21632 "strum 0.27.2",
21633]
21634
21635[[package]]
21636name = "xattr"
21637version = "0.2.3"
21638source = "registry+https://github.com/rust-lang/crates.io-index"
21639checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21640dependencies = [
21641 "libc",
21642]
21643
21644[[package]]
21645name = "xcb"
21646version = "1.6.0"
21647source = "registry+https://github.com/rust-lang/crates.io-index"
21648checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21649dependencies = [
21650 "bitflags 1.3.2",
21651 "libc",
21652 "quick-xml 0.30.0",
21653 "x11",
21654]
21655
21656[[package]]
21657name = "xcursor"
21658version = "0.3.10"
21659source = "registry+https://github.com/rust-lang/crates.io-index"
21660checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21661
21662[[package]]
21663name = "xim-ctext"
21664version = "0.3.0"
21665source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21666dependencies = [
21667 "encoding_rs",
21668]
21669
21670[[package]]
21671name = "xim-parser"
21672version = "0.2.1"
21673source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21674dependencies = [
21675 "bitflags 2.10.0",
21676]
21677
21678[[package]]
21679name = "xkbcommon"
21680version = "0.8.0"
21681source = "registry+https://github.com/rust-lang/crates.io-index"
21682checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21683dependencies = [
21684 "as-raw-xcb-connection",
21685 "libc",
21686 "memmap2",
21687 "xkeysym",
21688]
21689
21690[[package]]
21691name = "xkeysym"
21692version = "0.2.1"
21693source = "registry+https://github.com/rust-lang/crates.io-index"
21694checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21695
21696[[package]]
21697name = "xml-rs"
21698version = "0.8.28"
21699source = "registry+https://github.com/rust-lang/crates.io-index"
21700checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21701
21702[[package]]
21703name = "xml5ever"
21704version = "0.18.1"
21705source = "registry+https://github.com/rust-lang/crates.io-index"
21706checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21707dependencies = [
21708 "log",
21709 "mac",
21710 "markup5ever 0.12.1",
21711]
21712
21713[[package]]
21714name = "xmlparser"
21715version = "0.13.6"
21716source = "registry+https://github.com/rust-lang/crates.io-index"
21717checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21718
21719[[package]]
21720name = "xmlwriter"
21721version = "0.1.0"
21722source = "registry+https://github.com/rust-lang/crates.io-index"
21723checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21724
21725[[package]]
21726name = "xtask"
21727version = "0.1.0"
21728dependencies = [
21729 "annotate-snippets",
21730 "anyhow",
21731 "backtrace",
21732 "cargo_metadata",
21733 "cargo_toml",
21734 "clap",
21735 "gh-workflow",
21736 "indexmap",
21737 "indoc",
21738 "itertools 0.14.0",
21739 "regex",
21740 "serde",
21741 "serde_json",
21742 "serde_yaml",
21743 "strum 0.27.2",
21744 "toml 0.8.23",
21745 "toml_edit 0.22.27",
21746]
21747
21748[[package]]
21749name = "yaml-rust2"
21750version = "0.8.1"
21751source = "registry+https://github.com/rust-lang/crates.io-index"
21752checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21753dependencies = [
21754 "arraydeque",
21755 "encoding_rs",
21756 "hashlink 0.8.4",
21757]
21758
21759[[package]]
21760name = "yansi"
21761version = "1.0.1"
21762source = "registry+https://github.com/rust-lang/crates.io-index"
21763checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21764
21765[[package]]
21766name = "yawc"
21767version = "0.2.5"
21768source = "registry+https://github.com/rust-lang/crates.io-index"
21769checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21770dependencies = [
21771 "base64 0.22.1",
21772 "bytes 1.11.1",
21773 "flate2",
21774 "futures 0.3.31",
21775 "http-body-util",
21776 "hyper 1.7.0",
21777 "hyper-util",
21778 "js-sys",
21779 "nom 8.0.0",
21780 "pin-project",
21781 "rand 0.8.5",
21782 "sha1",
21783 "thiserror 1.0.69",
21784 "tokio",
21785 "tokio-rustls 0.26.2",
21786 "tokio-util",
21787 "url",
21788 "wasm-bindgen",
21789 "wasm-bindgen-futures",
21790 "web-sys",
21791 "webpki-roots",
21792]
21793
21794[[package]]
21795name = "yazi"
21796version = "0.2.1"
21797source = "registry+https://github.com/rust-lang/crates.io-index"
21798checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21799
21800[[package]]
21801name = "yeslogic-fontconfig-sys"
21802version = "6.0.0"
21803source = "registry+https://github.com/rust-lang/crates.io-index"
21804checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21805dependencies = [
21806 "dlib",
21807 "once_cell",
21808 "pkg-config",
21809]
21810
21811[[package]]
21812name = "yoke"
21813version = "0.7.5"
21814source = "registry+https://github.com/rust-lang/crates.io-index"
21815checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21816dependencies = [
21817 "serde",
21818 "stable_deref_trait",
21819 "yoke-derive 0.7.5",
21820 "zerofrom",
21821]
21822
21823[[package]]
21824name = "yoke"
21825version = "0.8.0"
21826source = "registry+https://github.com/rust-lang/crates.io-index"
21827checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21828dependencies = [
21829 "serde",
21830 "stable_deref_trait",
21831 "yoke-derive 0.8.0",
21832 "zerofrom",
21833]
21834
21835[[package]]
21836name = "yoke-derive"
21837version = "0.7.5"
21838source = "registry+https://github.com/rust-lang/crates.io-index"
21839checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21840dependencies = [
21841 "proc-macro2",
21842 "quote",
21843 "syn 2.0.117",
21844 "synstructure",
21845]
21846
21847[[package]]
21848name = "yoke-derive"
21849version = "0.8.0"
21850source = "registry+https://github.com/rust-lang/crates.io-index"
21851checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21852dependencies = [
21853 "proc-macro2",
21854 "quote",
21855 "syn 2.0.117",
21856 "synstructure",
21857]
21858
21859[[package]]
21860name = "zbus"
21861version = "5.13.2"
21862source = "registry+https://github.com/rust-lang/crates.io-index"
21863checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21864dependencies = [
21865 "async-broadcast",
21866 "async-executor",
21867 "async-io",
21868 "async-lock 3.4.2",
21869 "async-process",
21870 "async-recursion",
21871 "async-task",
21872 "async-trait",
21873 "blocking",
21874 "enumflags2",
21875 "event-listener 5.4.1",
21876 "futures-core",
21877 "futures-lite 2.6.1",
21878 "hex",
21879 "libc",
21880 "ordered-stream",
21881 "rustix 1.1.2",
21882 "serde",
21883 "serde_repr",
21884 "tracing",
21885 "uds_windows",
21886 "uuid",
21887 "windows-sys 0.61.2",
21888 "winnow",
21889 "zbus_macros",
21890 "zbus_names",
21891 "zvariant",
21892]
21893
21894[[package]]
21895name = "zbus_macros"
21896version = "5.13.2"
21897source = "registry+https://github.com/rust-lang/crates.io-index"
21898checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21899dependencies = [
21900 "proc-macro-crate",
21901 "proc-macro2",
21902 "quote",
21903 "syn 2.0.117",
21904 "zbus_names",
21905 "zvariant",
21906 "zvariant_utils",
21907]
21908
21909[[package]]
21910name = "zbus_names"
21911version = "4.3.1"
21912source = "registry+https://github.com/rust-lang/crates.io-index"
21913checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21914dependencies = [
21915 "serde",
21916 "winnow",
21917 "zvariant",
21918]
21919
21920[[package]]
21921name = "zed"
21922version = "0.230.0"
21923dependencies = [
21924 "acp_thread",
21925 "acp_tools",
21926 "action_log",
21927 "activity_indicator",
21928 "agent",
21929 "agent-client-protocol",
21930 "agent_servers",
21931 "agent_settings",
21932 "agent_ui",
21933 "anyhow",
21934 "ashpd",
21935 "askpass",
21936 "assets",
21937 "audio",
21938 "auto_update",
21939 "auto_update_ui",
21940 "breadcrumbs",
21941 "call",
21942 "channel",
21943 "chrono",
21944 "clap",
21945 "cli",
21946 "client",
21947 "clock",
21948 "codestral",
21949 "collab_ui",
21950 "collections",
21951 "command_palette",
21952 "component",
21953 "component_preview",
21954 "copilot",
21955 "copilot_chat",
21956 "copilot_ui",
21957 "crashes",
21958 "csv_preview",
21959 "dap_adapters",
21960 "db",
21961 "debug_adapter_extension",
21962 "debugger_tools",
21963 "debugger_ui",
21964 "dev_container",
21965 "diagnostics",
21966 "edit_prediction",
21967 "edit_prediction_ui",
21968 "editor",
21969 "encoding_selector",
21970 "env_logger 0.11.8",
21971 "etw_tracing",
21972 "extension",
21973 "extension_host",
21974 "extensions_ui",
21975 "feature_flags",
21976 "feedback",
21977 "file_finder",
21978 "fs",
21979 "futures 0.3.31",
21980 "git",
21981 "git_graph",
21982 "git_hosting_providers",
21983 "git_ui",
21984 "go_to_line",
21985 "gpui",
21986 "gpui_platform",
21987 "gpui_tokio",
21988 "http_client",
21989 "image",
21990 "image_viewer",
21991 "inspector_ui",
21992 "install_cli",
21993 "itertools 0.14.0",
21994 "journal",
21995 "json_schema_store",
21996 "keymap_editor",
21997 "language",
21998 "language_extension",
21999 "language_model",
22000 "language_models",
22001 "language_onboarding",
22002 "language_selector",
22003 "language_tools",
22004 "languages",
22005 "line_ending_selector",
22006 "log",
22007 "markdown",
22008 "markdown_preview",
22009 "menu",
22010 "migrator",
22011 "mimalloc",
22012 "miniprofiler_ui",
22013 "nc",
22014 "node_runtime",
22015 "notifications",
22016 "onboarding",
22017 "outline",
22018 "outline_panel",
22019 "parking_lot",
22020 "paths",
22021 "picker",
22022 "pkg-config",
22023 "pretty_assertions",
22024 "profiling",
22025 "project",
22026 "project_panel",
22027 "project_symbols",
22028 "prompt_store",
22029 "proto",
22030 "rayon",
22031 "recent_projects",
22032 "release_channel",
22033 "remote",
22034 "repl",
22035 "reqwest_client",
22036 "rope",
22037 "search",
22038 "semver",
22039 "serde",
22040 "serde_json",
22041 "session",
22042 "settings",
22043 "settings_profile_selector",
22044 "settings_ui",
22045 "shellexpand 2.1.2",
22046 "sidebar",
22047 "smol",
22048 "snippet_provider",
22049 "snippets_ui",
22050 "svg_preview",
22051 "sysinfo 0.37.2",
22052 "system_specs",
22053 "tab_switcher",
22054 "task",
22055 "tasks_ui",
22056 "telemetry",
22057 "telemetry_events",
22058 "tempfile",
22059 "terminal_view",
22060 "theme",
22061 "theme_extension",
22062 "theme_selector",
22063 "time",
22064 "time_format",
22065 "title_bar",
22066 "toolchain_selector",
22067 "tracing",
22068 "ui",
22069 "ui_prompt",
22070 "url",
22071 "urlencoding",
22072 "util",
22073 "uuid",
22074 "vim",
22075 "vim_mode_setting",
22076 "watch",
22077 "web_search",
22078 "web_search_providers",
22079 "which_key",
22080 "windows 0.61.3",
22081 "winresource",
22082 "workspace",
22083 "zed-reqwest",
22084 "zed_actions",
22085 "zed_env_vars",
22086 "zlog",
22087 "zlog_settings",
22088 "ztracing",
22089]
22090
22091[[package]]
22092name = "zed-font-kit"
22093version = "0.14.1-zed"
22094source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22095dependencies = [
22096 "bitflags 2.10.0",
22097 "byteorder",
22098 "core-foundation 0.10.0",
22099 "core-graphics 0.24.0",
22100 "core-text",
22101 "dirs 5.0.1",
22102 "dwrote",
22103 "float-ord",
22104 "freetype-sys",
22105 "lazy_static",
22106 "libc",
22107 "log",
22108 "pathfinder_geometry",
22109 "pathfinder_simd",
22110 "walkdir",
22111 "winapi",
22112 "yeslogic-fontconfig-sys",
22113]
22114
22115[[package]]
22116name = "zed-reqwest"
22117version = "0.12.15-zed"
22118source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22119dependencies = [
22120 "base64 0.22.1",
22121 "bytes 1.11.1",
22122 "encoding_rs",
22123 "futures-core",
22124 "futures-util",
22125 "h2 0.4.12",
22126 "http 1.3.1",
22127 "http-body 1.0.1",
22128 "http-body-util",
22129 "hyper 1.7.0",
22130 "hyper-rustls 0.27.7",
22131 "hyper-util",
22132 "ipnet",
22133 "js-sys",
22134 "log",
22135 "mime",
22136 "mime_guess",
22137 "once_cell",
22138 "percent-encoding",
22139 "pin-project-lite",
22140 "quinn",
22141 "rustls 0.23.33",
22142 "rustls-native-certs 0.8.2",
22143 "rustls-pemfile 2.2.0",
22144 "rustls-pki-types",
22145 "serde",
22146 "serde_json",
22147 "serde_urlencoded",
22148 "sync_wrapper 1.0.2",
22149 "system-configuration 0.6.1",
22150 "tokio",
22151 "tokio-rustls 0.26.2",
22152 "tokio-socks",
22153 "tokio-util",
22154 "tower 0.5.2",
22155 "tower-service",
22156 "url",
22157 "wasm-bindgen",
22158 "wasm-bindgen-futures",
22159 "wasm-streams",
22160 "web-sys",
22161 "windows-registry 0.4.0",
22162]
22163
22164[[package]]
22165name = "zed-scap"
22166version = "0.0.8-zed"
22167source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22168dependencies = [
22169 "anyhow",
22170 "cocoa 0.25.0",
22171 "core-graphics-helmer-fork",
22172 "log",
22173 "objc",
22174 "rand 0.8.5",
22175 "screencapturekit",
22176 "screencapturekit-sys",
22177 "sysinfo 0.31.4",
22178 "tao-core-video-sys",
22179 "windows 0.61.3",
22180 "windows-capture",
22181 "x11",
22182 "xcb",
22183]
22184
22185[[package]]
22186name = "zed-xim"
22187version = "0.4.0-zed"
22188source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22189dependencies = [
22190 "ahash 0.8.12",
22191 "hashbrown 0.14.5",
22192 "log",
22193 "x11rb",
22194 "xim-ctext",
22195 "xim-parser",
22196]
22197
22198[[package]]
22199name = "zed_actions"
22200version = "0.1.0"
22201dependencies = [
22202 "gpui",
22203 "schemars",
22204 "serde",
22205 "util",
22206 "uuid",
22207]
22208
22209[[package]]
22210name = "zed_env_vars"
22211version = "0.1.0"
22212dependencies = [
22213 "gpui",
22214]
22215
22216[[package]]
22217name = "zed_extension_api"
22218version = "0.1.0"
22219source = "registry+https://github.com/rust-lang/crates.io-index"
22220checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22221dependencies = [
22222 "serde",
22223 "serde_json",
22224 "wit-bindgen 0.22.0",
22225]
22226
22227[[package]]
22228name = "zed_extension_api"
22229version = "0.7.0"
22230source = "registry+https://github.com/rust-lang/crates.io-index"
22231checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22232dependencies = [
22233 "serde",
22234 "serde_json",
22235 "wit-bindgen 0.41.0",
22236]
22237
22238[[package]]
22239name = "zed_extension_api"
22240version = "0.8.0"
22241dependencies = [
22242 "serde",
22243 "serde_json",
22244 "wit-bindgen 0.41.0",
22245]
22246
22247[[package]]
22248name = "zed_glsl"
22249version = "0.2.2"
22250dependencies = [
22251 "zed_extension_api 0.1.0",
22252]
22253
22254[[package]]
22255name = "zed_html"
22256version = "0.3.1"
22257dependencies = [
22258 "zed_extension_api 0.7.0",
22259]
22260
22261[[package]]
22262name = "zed_proto"
22263version = "0.3.1"
22264dependencies = [
22265 "zed_extension_api 0.7.0",
22266]
22267
22268[[package]]
22269name = "zed_test_extension"
22270version = "0.1.0"
22271dependencies = [
22272 "zed_extension_api 0.8.0",
22273]
22274
22275[[package]]
22276name = "zeno"
22277version = "0.3.3"
22278source = "registry+https://github.com/rust-lang/crates.io-index"
22279checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22280
22281[[package]]
22282name = "zerocopy"
22283version = "0.8.27"
22284source = "registry+https://github.com/rust-lang/crates.io-index"
22285checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22286dependencies = [
22287 "zerocopy-derive",
22288]
22289
22290[[package]]
22291name = "zerocopy-derive"
22292version = "0.8.27"
22293source = "registry+https://github.com/rust-lang/crates.io-index"
22294checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22295dependencies = [
22296 "proc-macro2",
22297 "quote",
22298 "syn 2.0.117",
22299]
22300
22301[[package]]
22302name = "zerofrom"
22303version = "0.1.6"
22304source = "registry+https://github.com/rust-lang/crates.io-index"
22305checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22306dependencies = [
22307 "zerofrom-derive",
22308]
22309
22310[[package]]
22311name = "zerofrom-derive"
22312version = "0.1.6"
22313source = "registry+https://github.com/rust-lang/crates.io-index"
22314checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22315dependencies = [
22316 "proc-macro2",
22317 "quote",
22318 "syn 2.0.117",
22319 "synstructure",
22320]
22321
22322[[package]]
22323name = "zeroize"
22324version = "1.8.2"
22325source = "registry+https://github.com/rust-lang/crates.io-index"
22326checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22327dependencies = [
22328 "zeroize_derive",
22329]
22330
22331[[package]]
22332name = "zeroize_derive"
22333version = "1.4.2"
22334source = "registry+https://github.com/rust-lang/crates.io-index"
22335checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22336dependencies = [
22337 "proc-macro2",
22338 "quote",
22339 "syn 2.0.117",
22340]
22341
22342[[package]]
22343name = "zeromq"
22344version = "0.5.0"
22345source = "registry+https://github.com/rust-lang/crates.io-index"
22346checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22347dependencies = [
22348 "async-dispatcher",
22349 "async-std",
22350 "async-trait",
22351 "asynchronous-codec",
22352 "bytes 1.11.1",
22353 "crossbeam-queue",
22354 "futures 0.3.31",
22355 "log",
22356 "num-traits",
22357 "once_cell",
22358 "parking_lot",
22359 "rand 0.9.2",
22360 "regex",
22361 "scc",
22362 "thiserror 1.0.69",
22363 "uuid",
22364]
22365
22366[[package]]
22367name = "zerotrie"
22368version = "0.2.2"
22369source = "registry+https://github.com/rust-lang/crates.io-index"
22370checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22371dependencies = [
22372 "displaydoc",
22373 "yoke 0.8.0",
22374 "zerofrom",
22375]
22376
22377[[package]]
22378name = "zerovec"
22379version = "0.11.4"
22380source = "registry+https://github.com/rust-lang/crates.io-index"
22381checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22382dependencies = [
22383 "yoke 0.8.0",
22384 "zerofrom",
22385 "zerovec-derive",
22386]
22387
22388[[package]]
22389name = "zerovec-derive"
22390version = "0.11.1"
22391source = "registry+https://github.com/rust-lang/crates.io-index"
22392checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22393dependencies = [
22394 "proc-macro2",
22395 "quote",
22396 "syn 2.0.117",
22397]
22398
22399[[package]]
22400name = "zeta_prompt"
22401version = "0.1.0"
22402dependencies = [
22403 "anyhow",
22404 "indoc",
22405 "serde",
22406 "strum 0.27.2",
22407]
22408
22409[[package]]
22410name = "zip"
22411version = "0.6.6"
22412source = "registry+https://github.com/rust-lang/crates.io-index"
22413checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22414dependencies = [
22415 "aes",
22416 "byteorder",
22417 "bzip2",
22418 "constant_time_eq",
22419 "crc32fast",
22420 "crossbeam-utils",
22421 "flate2",
22422 "hmac",
22423 "pbkdf2 0.11.0",
22424 "sha1",
22425 "time",
22426 "zstd",
22427]
22428
22429[[package]]
22430name = "zip"
22431version = "1.1.4"
22432source = "registry+https://github.com/rust-lang/crates.io-index"
22433checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22434dependencies = [
22435 "arbitrary",
22436 "crc32fast",
22437 "crossbeam-utils",
22438 "displaydoc",
22439 "indexmap",
22440 "num_enum",
22441 "thiserror 1.0.69",
22442]
22443
22444[[package]]
22445name = "zlog"
22446version = "0.1.0"
22447dependencies = [
22448 "anyhow",
22449 "chrono",
22450 "collections",
22451 "log",
22452 "tempfile",
22453]
22454
22455[[package]]
22456name = "zlog_settings"
22457version = "0.1.0"
22458dependencies = [
22459 "collections",
22460 "gpui",
22461 "settings",
22462 "zlog",
22463]
22464
22465[[package]]
22466name = "zstd"
22467version = "0.11.2+zstd.1.5.2"
22468source = "registry+https://github.com/rust-lang/crates.io-index"
22469checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22470dependencies = [
22471 "zstd-safe",
22472]
22473
22474[[package]]
22475name = "zstd-safe"
22476version = "5.0.2+zstd.1.5.2"
22477source = "registry+https://github.com/rust-lang/crates.io-index"
22478checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22479dependencies = [
22480 "libc",
22481 "zstd-sys",
22482]
22483
22484[[package]]
22485name = "zstd-sys"
22486version = "2.0.16+zstd.1.5.7"
22487source = "registry+https://github.com/rust-lang/crates.io-index"
22488checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22489dependencies = [
22490 "cc",
22491 "pkg-config",
22492]
22493
22494[[package]]
22495name = "ztracing"
22496version = "0.1.0"
22497dependencies = [
22498 "tracing",
22499 "tracing-subscriber",
22500 "tracing-tracy",
22501 "tracy-client",
22502 "zlog",
22503 "ztracing_macro",
22504]
22505
22506[[package]]
22507name = "ztracing_macro"
22508version = "0.1.0"
22509
22510[[package]]
22511name = "zune-core"
22512version = "0.4.12"
22513source = "registry+https://github.com/rust-lang/crates.io-index"
22514checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22515
22516[[package]]
22517name = "zune-inflate"
22518version = "0.2.54"
22519source = "registry+https://github.com/rust-lang/crates.io-index"
22520checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22521dependencies = [
22522 "simd-adler32",
22523]
22524
22525[[package]]
22526name = "zune-jpeg"
22527version = "0.4.21"
22528source = "registry+https://github.com/rust-lang/crates.io-index"
22529checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22530dependencies = [
22531 "zune-core",
22532]
22533
22534[[package]]
22535name = "zvariant"
22536version = "5.9.2"
22537source = "registry+https://github.com/rust-lang/crates.io-index"
22538checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22539dependencies = [
22540 "endi",
22541 "enumflags2",
22542 "serde",
22543 "serde_bytes",
22544 "winnow",
22545 "zvariant_derive",
22546 "zvariant_utils",
22547]
22548
22549[[package]]
22550name = "zvariant_derive"
22551version = "5.9.2"
22552source = "registry+https://github.com/rust-lang/crates.io-index"
22553checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22554dependencies = [
22555 "proc-macro-crate",
22556 "proc-macro2",
22557 "quote",
22558 "syn 2.0.117",
22559 "zvariant_utils",
22560]
22561
22562[[package]]
22563name = "zvariant_utils"
22564version = "3.3.0"
22565source = "registry+https://github.com/rust-lang/crates.io-index"
22566checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22567dependencies = [
22568 "proc-macro2",
22569 "quote",
22570 "serde",
22571 "syn 2.0.117",
22572 "winnow",
22573]