Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "file_icons",
   18 "futures 0.3.31",
   19 "gpui",
   20 "image",
   21 "indoc",
   22 "itertools 0.14.0",
   23 "language",
   24 "language_model",
   25 "log",
   26 "markdown",
   27 "multi_buffer",
   28 "parking_lot",
   29 "portable-pty",
   30 "project",
   31 "prompt_store",
   32 "rand 0.9.2",
   33 "serde",
   34 "serde_json",
   35 "settings",
   36 "smol",
   37 "task",
   38 "telemetry",
   39 "terminal",
   40 "text",
   41 "ui",
   42 "url",
   43 "urlencoding",
   44 "util",
   45 "uuid",
   46 "watch",
   47]
   48
   49[[package]]
   50name = "acp_tools"
   51version = "0.1.0"
   52dependencies = [
   53 "agent-client-protocol",
   54 "collections",
   55 "gpui",
   56 "language",
   57 "markdown",
   58 "project",
   59 "serde",
   60 "serde_json",
   61 "settings",
   62 "theme",
   63 "ui",
   64 "util",
   65 "workspace",
   66]
   67
   68[[package]]
   69name = "action_log"
   70version = "0.1.0"
   71dependencies = [
   72 "anyhow",
   73 "buffer_diff",
   74 "clock",
   75 "collections",
   76 "ctor",
   77 "fs",
   78 "futures 0.3.31",
   79 "gpui",
   80 "language",
   81 "log",
   82 "pretty_assertions",
   83 "project",
   84 "rand 0.9.2",
   85 "serde_json",
   86 "settings",
   87 "telemetry",
   88 "text",
   89 "util",
   90 "watch",
   91 "zlog",
   92]
   93
   94[[package]]
   95name = "activity_indicator"
   96version = "0.1.0"
   97dependencies = [
   98 "anyhow",
   99 "auto_update",
  100 "editor",
  101 "extension_host",
  102 "fs",
  103 "futures 0.3.31",
  104 "gpui",
  105 "language",
  106 "project",
  107 "proto",
  108 "smallvec",
  109 "ui",
  110 "util",
  111 "workspace",
  112]
  113
  114[[package]]
  115name = "addr2line"
  116version = "0.24.2"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
  119dependencies = [
  120 "gimli 0.31.1",
  121]
  122
  123[[package]]
  124name = "addr2line"
  125version = "0.25.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  128dependencies = [
  129 "gimli 0.32.3",
  130]
  131
  132[[package]]
  133name = "adler2"
  134version = "2.0.1"
  135source = "registry+https://github.com/rust-lang/crates.io-index"
  136checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  137
  138[[package]]
  139name = "aes"
  140version = "0.8.4"
  141source = "registry+https://github.com/rust-lang/crates.io-index"
  142checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  143dependencies = [
  144 "cfg-if",
  145 "cipher",
  146 "cpufeatures",
  147 "zeroize",
  148]
  149
  150[[package]]
  151name = "agent"
  152version = "0.1.0"
  153dependencies = [
  154 "acp_thread",
  155 "action_log",
  156 "agent-client-protocol",
  157 "agent_servers",
  158 "agent_settings",
  159 "anyhow",
  160 "chrono",
  161 "client",
  162 "clock",
  163 "cloud_api_types",
  164 "cloud_llm_client",
  165 "collections",
  166 "context_server",
  167 "ctor",
  168 "db",
  169 "derive_more",
  170 "editor",
  171 "env_logger 0.11.8",
  172 "eval_utils",
  173 "feature_flags",
  174 "fs",
  175 "futures 0.3.31",
  176 "git",
  177 "gpui",
  178 "gpui_tokio",
  179 "handlebars 4.5.0",
  180 "heck 0.5.0",
  181 "html_to_markdown",
  182 "http_client",
  183 "indoc",
  184 "itertools 0.14.0",
  185 "language",
  186 "language_model",
  187 "language_models",
  188 "log",
  189 "lsp",
  190 "open",
  191 "parking_lot",
  192 "paths",
  193 "pretty_assertions",
  194 "project",
  195 "prompt_store",
  196 "rand 0.9.2",
  197 "regex",
  198 "reqwest_client",
  199 "rust-embed",
  200 "schemars",
  201 "serde",
  202 "serde_json",
  203 "settings",
  204 "shell_command_parser",
  205 "smallvec",
  206 "smol",
  207 "sqlez",
  208 "streaming_diff",
  209 "strsim",
  210 "task",
  211 "telemetry",
  212 "tempfile",
  213 "text",
  214 "theme",
  215 "thiserror 2.0.17",
  216 "ui",
  217 "unindent",
  218 "url",
  219 "util",
  220 "uuid",
  221 "watch",
  222 "web_search",
  223 "zed_env_vars",
  224 "zlog",
  225 "zstd",
  226]
  227
  228[[package]]
  229name = "agent-client-protocol"
  230version = "0.10.2"
  231source = "registry+https://github.com/rust-lang/crates.io-index"
  232checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  233dependencies = [
  234 "agent-client-protocol-schema",
  235 "anyhow",
  236 "async-broadcast",
  237 "async-trait",
  238 "derive_more",
  239 "futures 0.3.31",
  240 "log",
  241 "serde",
  242 "serde_json",
  243]
  244
  245[[package]]
  246name = "agent-client-protocol-schema"
  247version = "0.11.2"
  248source = "registry+https://github.com/rust-lang/crates.io-index"
  249checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  250dependencies = [
  251 "anyhow",
  252 "derive_more",
  253 "schemars",
  254 "serde",
  255 "serde_json",
  256 "strum 0.28.0",
  257]
  258
  259[[package]]
  260name = "agent_servers"
  261version = "0.1.0"
  262dependencies = [
  263 "acp_thread",
  264 "acp_tools",
  265 "action_log",
  266 "agent-client-protocol",
  267 "anyhow",
  268 "async-trait",
  269 "chrono",
  270 "client",
  271 "collections",
  272 "credentials_provider",
  273 "env_logger 0.11.8",
  274 "feature_flags",
  275 "fs",
  276 "futures 0.3.31",
  277 "google_ai",
  278 "gpui",
  279 "gpui_tokio",
  280 "http_client",
  281 "indoc",
  282 "language_model",
  283 "libc",
  284 "log",
  285 "nix 0.29.0",
  286 "project",
  287 "release_channel",
  288 "reqwest_client",
  289 "serde",
  290 "serde_json",
  291 "settings",
  292 "smol",
  293 "task",
  294 "tempfile",
  295 "terminal",
  296 "thiserror 2.0.17",
  297 "ui",
  298 "util",
  299 "uuid",
  300 "watch",
  301]
  302
  303[[package]]
  304name = "agent_settings"
  305version = "0.1.0"
  306dependencies = [
  307 "agent-client-protocol",
  308 "anyhow",
  309 "collections",
  310 "convert_case 0.8.0",
  311 "fs",
  312 "gpui",
  313 "language_model",
  314 "log",
  315 "project",
  316 "regex",
  317 "schemars",
  318 "serde",
  319 "serde_json",
  320 "serde_json_lenient",
  321 "settings",
  322 "util",
  323]
  324
  325[[package]]
  326name = "agent_ui"
  327version = "0.1.0"
  328dependencies = [
  329 "acp_thread",
  330 "action_log",
  331 "agent",
  332 "agent-client-protocol",
  333 "agent_servers",
  334 "agent_settings",
  335 "ai_onboarding",
  336 "anyhow",
  337 "assistant_slash_command",
  338 "assistant_slash_commands",
  339 "assistant_text_thread",
  340 "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 "heapless",
  366 "html_to_markdown",
  367 "http_client",
  368 "image",
  369 "indoc",
  370 "itertools 0.14.0",
  371 "jsonschema",
  372 "language",
  373 "language_model",
  374 "language_models",
  375 "languages",
  376 "log",
  377 "lsp",
  378 "markdown",
  379 "menu",
  380 "multi_buffer",
  381 "notifications",
  382 "ordered-float 2.10.1",
  383 "parking_lot",
  384 "paths",
  385 "picker",
  386 "postage",
  387 "pretty_assertions",
  388 "project",
  389 "prompt_store",
  390 "proto",
  391 "rand 0.9.2",
  392 "release_channel",
  393 "reqwest_client",
  394 "rope",
  395 "rules_library",
  396 "schemars",
  397 "search",
  398 "semver",
  399 "serde",
  400 "serde_json",
  401 "serde_json_lenient",
  402 "settings",
  403 "smol",
  404 "streaming_diff",
  405 "task",
  406 "telemetry",
  407 "terminal",
  408 "terminal_view",
  409 "text",
  410 "theme",
  411 "time",
  412 "time_format",
  413 "tree-sitter-md",
  414 "ui",
  415 "ui_input",
  416 "unindent",
  417 "url",
  418 "util",
  419 "uuid",
  420 "watch",
  421 "workspace",
  422 "zed_actions",
  423]
  424
  425[[package]]
  426name = "ahash"
  427version = "0.7.8"
  428source = "registry+https://github.com/rust-lang/crates.io-index"
  429checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  430dependencies = [
  431 "getrandom 0.2.16",
  432 "once_cell",
  433 "version_check",
  434]
  435
  436[[package]]
  437name = "ahash"
  438version = "0.8.12"
  439source = "registry+https://github.com/rust-lang/crates.io-index"
  440checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  441dependencies = [
  442 "cfg-if",
  443 "const-random",
  444 "getrandom 0.3.4",
  445 "once_cell",
  446 "serde",
  447 "version_check",
  448 "zerocopy",
  449]
  450
  451[[package]]
  452name = "aho-corasick"
  453version = "1.1.3"
  454source = "registry+https://github.com/rust-lang/crates.io-index"
  455checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  456dependencies = [
  457 "memchr",
  458]
  459
  460[[package]]
  461name = "ai_onboarding"
  462version = "0.1.0"
  463dependencies = [
  464 "client",
  465 "cloud_api_types",
  466 "component",
  467 "gpui",
  468 "language_model",
  469 "serde",
  470 "smallvec",
  471 "telemetry",
  472 "ui",
  473 "zed_actions",
  474]
  475
  476[[package]]
  477name = "alacritty_terminal"
  478version = "0.25.1"
  479source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  480dependencies = [
  481 "base64 0.22.1",
  482 "bitflags 2.10.0",
  483 "home",
  484 "libc",
  485 "log",
  486 "mach2 0.5.0",
  487 "miow",
  488 "parking_lot",
  489 "piper",
  490 "polling",
  491 "regex-automata",
  492 "rustix 1.1.2",
  493 "rustix-openpty",
  494 "serde",
  495 "signal-hook",
  496 "unicode-width",
  497 "vte",
  498 "windows-sys 0.59.0",
  499]
  500
  501[[package]]
  502name = "aliasable"
  503version = "0.1.3"
  504source = "registry+https://github.com/rust-lang/crates.io-index"
  505checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  506
  507[[package]]
  508name = "aligned-vec"
  509version = "0.6.4"
  510source = "registry+https://github.com/rust-lang/crates.io-index"
  511checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  512dependencies = [
  513 "equator",
  514]
  515
  516[[package]]
  517name = "alloc-no-stdlib"
  518version = "2.0.4"
  519source = "registry+https://github.com/rust-lang/crates.io-index"
  520checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
  521
  522[[package]]
  523name = "alloc-stdlib"
  524version = "0.2.2"
  525source = "registry+https://github.com/rust-lang/crates.io-index"
  526checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
  527dependencies = [
  528 "alloc-no-stdlib",
  529]
  530
  531[[package]]
  532name = "allocator-api2"
  533version = "0.2.21"
  534source = "registry+https://github.com/rust-lang/crates.io-index"
  535checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  536
  537[[package]]
  538name = "alsa"
  539version = "0.10.0"
  540source = "registry+https://github.com/rust-lang/crates.io-index"
  541checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  542dependencies = [
  543 "alsa-sys",
  544 "bitflags 2.10.0",
  545 "cfg-if",
  546 "libc",
  547]
  548
  549[[package]]
  550name = "alsa-sys"
  551version = "0.3.1"
  552source = "registry+https://github.com/rust-lang/crates.io-index"
  553checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  554dependencies = [
  555 "libc",
  556 "pkg-config",
  557]
  558
  559[[package]]
  560name = "ambient-authority"
  561version = "0.0.2"
  562source = "registry+https://github.com/rust-lang/crates.io-index"
  563checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  564
  565[[package]]
  566name = "ammonia"
  567version = "4.1.2"
  568source = "registry+https://github.com/rust-lang/crates.io-index"
  569checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  570dependencies = [
  571 "cssparser",
  572 "html5ever 0.35.0",
  573 "maplit",
  574 "tendril",
  575 "url",
  576]
  577
  578[[package]]
  579name = "android_system_properties"
  580version = "0.1.5"
  581source = "registry+https://github.com/rust-lang/crates.io-index"
  582checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  583dependencies = [
  584 "libc",
  585]
  586
  587[[package]]
  588name = "anes"
  589version = "0.1.6"
  590source = "registry+https://github.com/rust-lang/crates.io-index"
  591checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  592
  593[[package]]
  594name = "annotate-snippets"
  595version = "0.12.12"
  596source = "registry+https://github.com/rust-lang/crates.io-index"
  597checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  598dependencies = [
  599 "anstyle",
  600 "memchr",
  601 "unicode-width",
  602]
  603
  604[[package]]
  605name = "anstream"
  606version = "0.6.21"
  607source = "registry+https://github.com/rust-lang/crates.io-index"
  608checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  609dependencies = [
  610 "anstyle",
  611 "anstyle-parse",
  612 "anstyle-query",
  613 "anstyle-wincon",
  614 "colorchoice",
  615 "is_terminal_polyfill",
  616 "utf8parse",
  617]
  618
  619[[package]]
  620name = "anstyle"
  621version = "1.0.13"
  622source = "registry+https://github.com/rust-lang/crates.io-index"
  623checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  624
  625[[package]]
  626name = "anstyle-parse"
  627version = "0.2.7"
  628source = "registry+https://github.com/rust-lang/crates.io-index"
  629checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  630dependencies = [
  631 "utf8parse",
  632]
  633
  634[[package]]
  635name = "anstyle-query"
  636version = "1.1.4"
  637source = "registry+https://github.com/rust-lang/crates.io-index"
  638checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  639dependencies = [
  640 "windows-sys 0.60.2",
  641]
  642
  643[[package]]
  644name = "anstyle-wincon"
  645version = "3.0.10"
  646source = "registry+https://github.com/rust-lang/crates.io-index"
  647checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  648dependencies = [
  649 "anstyle",
  650 "once_cell_polyfill",
  651 "windows-sys 0.60.2",
  652]
  653
  654[[package]]
  655name = "anthropic"
  656version = "0.1.0"
  657dependencies = [
  658 "anyhow",
  659 "chrono",
  660 "futures 0.3.31",
  661 "http_client",
  662 "schemars",
  663 "serde",
  664 "serde_json",
  665 "strum 0.27.2",
  666 "thiserror 2.0.17",
  667]
  668
  669[[package]]
  670name = "any_vec"
  671version = "0.14.0"
  672source = "registry+https://github.com/rust-lang/crates.io-index"
  673checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  674
  675[[package]]
  676name = "anyhow"
  677version = "1.0.100"
  678source = "registry+https://github.com/rust-lang/crates.io-index"
  679checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  680
  681[[package]]
  682name = "approx"
  683version = "0.5.1"
  684source = "registry+https://github.com/rust-lang/crates.io-index"
  685checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  686dependencies = [
  687 "num-traits",
  688]
  689
  690[[package]]
  691name = "ar_archive_writer"
  692version = "0.5.1"
  693source = "registry+https://github.com/rust-lang/crates.io-index"
  694checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  695dependencies = [
  696 "object 0.37.3",
  697]
  698
  699[[package]]
  700name = "arbitrary"
  701version = "1.4.2"
  702source = "registry+https://github.com/rust-lang/crates.io-index"
  703checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  704dependencies = [
  705 "derive_arbitrary",
  706]
  707
  708[[package]]
  709name = "arg_enum_proc_macro"
  710version = "0.3.4"
  711source = "registry+https://github.com/rust-lang/crates.io-index"
  712checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  713dependencies = [
  714 "proc-macro2",
  715 "quote",
  716 "syn 2.0.117",
  717]
  718
  719[[package]]
  720name = "arraydeque"
  721version = "0.5.1"
  722source = "registry+https://github.com/rust-lang/crates.io-index"
  723checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  724
  725[[package]]
  726name = "arrayref"
  727version = "0.3.9"
  728source = "registry+https://github.com/rust-lang/crates.io-index"
  729checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  730
  731[[package]]
  732name = "arrayvec"
  733version = "0.7.6"
  734source = "registry+https://github.com/rust-lang/crates.io-index"
  735checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  736
  737[[package]]
  738name = "as-raw-xcb-connection"
  739version = "1.0.1"
  740source = "registry+https://github.com/rust-lang/crates.io-index"
  741checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  742
  743[[package]]
  744name = "ascii"
  745version = "1.1.0"
  746source = "registry+https://github.com/rust-lang/crates.io-index"
  747checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  748
  749[[package]]
  750name = "ash"
  751version = "0.38.0+1.3.281"
  752source = "registry+https://github.com/rust-lang/crates.io-index"
  753checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  754dependencies = [
  755 "libloading",
  756]
  757
  758[[package]]
  759name = "ashpd"
  760version = "0.13.2"
  761source = "registry+https://github.com/rust-lang/crates.io-index"
  762checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  763dependencies = [
  764 "enumflags2",
  765 "futures-channel",
  766 "futures-util",
  767 "getrandom 0.4.1",
  768 "serde",
  769 "serde_repr",
  770 "wayland-backend",
  771 "wayland-client",
  772 "wayland-protocols",
  773 "zbus",
  774]
  775
  776[[package]]
  777name = "askpass"
  778version = "0.1.0"
  779dependencies = [
  780 "anyhow",
  781 "futures 0.3.31",
  782 "gpui",
  783 "log",
  784 "net",
  785 "smol",
  786 "tempfile",
  787 "util",
  788 "windows 0.61.3",
  789 "zeroize",
  790]
  791
  792[[package]]
  793name = "assets"
  794version = "0.1.0"
  795dependencies = [
  796 "anyhow",
  797 "gpui",
  798 "rust-embed",
  799]
  800
  801[[package]]
  802name = "assistant_slash_command"
  803version = "0.1.0"
  804dependencies = [
  805 "anyhow",
  806 "async-trait",
  807 "collections",
  808 "derive_more",
  809 "extension",
  810 "futures 0.3.31",
  811 "gpui",
  812 "language",
  813 "language_model",
  814 "parking_lot",
  815 "pretty_assertions",
  816 "serde",
  817 "serde_json",
  818 "ui",
  819 "util",
  820 "workspace",
  821]
  822
  823[[package]]
  824name = "assistant_slash_commands"
  825version = "0.1.0"
  826dependencies = [
  827 "anyhow",
  828 "assistant_slash_command",
  829 "chrono",
  830 "collections",
  831 "editor",
  832 "feature_flags",
  833 "fs",
  834 "futures 0.3.31",
  835 "fuzzy",
  836 "gpui",
  837 "html_to_markdown",
  838 "http_client",
  839 "language",
  840 "multi_buffer",
  841 "pretty_assertions",
  842 "project",
  843 "prompt_store",
  844 "rope",
  845 "serde",
  846 "serde_json",
  847 "settings",
  848 "smol",
  849 "text",
  850 "ui",
  851 "util",
  852 "workspace",
  853 "worktree",
  854 "zlog",
  855]
  856
  857[[package]]
  858name = "assistant_text_thread"
  859version = "0.1.0"
  860dependencies = [
  861 "agent_settings",
  862 "anyhow",
  863 "assistant_slash_command",
  864 "assistant_slash_commands",
  865 "chrono",
  866 "client",
  867 "clock",
  868 "cloud_llm_client",
  869 "collections",
  870 "context_server",
  871 "fs",
  872 "futures 0.3.31",
  873 "fuzzy",
  874 "gpui",
  875 "itertools 0.14.0",
  876 "language",
  877 "language_model",
  878 "log",
  879 "open_ai",
  880 "parking_lot",
  881 "paths",
  882 "pretty_assertions",
  883 "project",
  884 "prompt_store",
  885 "proto",
  886 "rand 0.9.2",
  887 "regex",
  888 "rpc",
  889 "serde",
  890 "serde_json",
  891 "settings",
  892 "smallvec",
  893 "smol",
  894 "telemetry",
  895 "text",
  896 "ui",
  897 "unindent",
  898 "util",
  899 "uuid",
  900 "workspace",
  901 "zed_env_vars",
  902]
  903
  904[[package]]
  905name = "async-attributes"
  906version = "1.1.2"
  907source = "registry+https://github.com/rust-lang/crates.io-index"
  908checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  909dependencies = [
  910 "quote",
  911 "syn 1.0.109",
  912]
  913
  914[[package]]
  915name = "async-broadcast"
  916version = "0.7.2"
  917source = "registry+https://github.com/rust-lang/crates.io-index"
  918checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  919dependencies = [
  920 "event-listener 5.4.1",
  921 "event-listener-strategy",
  922 "futures-core",
  923 "pin-project-lite",
  924]
  925
  926[[package]]
  927name = "async-channel"
  928version = "1.9.0"
  929source = "registry+https://github.com/rust-lang/crates.io-index"
  930checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  931dependencies = [
  932 "concurrent-queue",
  933 "event-listener 2.5.3",
  934 "futures-core",
  935]
  936
  937[[package]]
  938name = "async-channel"
  939version = "2.5.0"
  940source = "registry+https://github.com/rust-lang/crates.io-index"
  941checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  942dependencies = [
  943 "concurrent-queue",
  944 "event-listener-strategy",
  945 "futures-core",
  946 "pin-project-lite",
  947]
  948
  949[[package]]
  950name = "async-compat"
  951version = "0.2.5"
  952source = "registry+https://github.com/rust-lang/crates.io-index"
  953checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  954dependencies = [
  955 "futures-core",
  956 "futures-io",
  957 "once_cell",
  958 "pin-project-lite",
  959 "tokio",
  960]
  961
  962[[package]]
  963name = "async-compression"
  964version = "0.4.32"
  965source = "registry+https://github.com/rust-lang/crates.io-index"
  966checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  967dependencies = [
  968 "compression-codecs",
  969 "compression-core",
  970 "futures-core",
  971 "futures-io",
  972 "pin-project-lite",
  973]
  974
  975[[package]]
  976name = "async-dispatcher"
  977version = "0.1.2"
  978source = "registry+https://github.com/rust-lang/crates.io-index"
  979checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  980dependencies = [
  981 "async-task",
  982 "futures-lite 1.13.0",
  983]
  984
  985[[package]]
  986name = "async-executor"
  987version = "1.13.3"
  988source = "registry+https://github.com/rust-lang/crates.io-index"
  989checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  990dependencies = [
  991 "async-task",
  992 "concurrent-queue",
  993 "fastrand 2.3.0",
  994 "futures-lite 2.6.1",
  995 "pin-project-lite",
  996 "slab",
  997]
  998
  999[[package]]
 1000name = "async-fs"
 1001version = "2.2.0"
 1002source = "registry+https://github.com/rust-lang/crates.io-index"
 1003checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
 1004dependencies = [
 1005 "async-lock 3.4.2",
 1006 "blocking",
 1007 "futures-lite 2.6.1",
 1008]
 1009
 1010[[package]]
 1011name = "async-global-executor"
 1012version = "2.4.1"
 1013source = "registry+https://github.com/rust-lang/crates.io-index"
 1014checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
 1015dependencies = [
 1016 "async-channel 2.5.0",
 1017 "async-executor",
 1018 "async-io",
 1019 "async-lock 3.4.2",
 1020 "blocking",
 1021 "futures-lite 2.6.1",
 1022 "once_cell",
 1023]
 1024
 1025[[package]]
 1026name = "async-io"
 1027version = "2.6.0"
 1028source = "registry+https://github.com/rust-lang/crates.io-index"
 1029checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
 1030dependencies = [
 1031 "autocfg",
 1032 "cfg-if",
 1033 "concurrent-queue",
 1034 "futures-io",
 1035 "futures-lite 2.6.1",
 1036 "parking",
 1037 "polling",
 1038 "rustix 1.1.2",
 1039 "slab",
 1040 "windows-sys 0.61.2",
 1041]
 1042
 1043[[package]]
 1044name = "async-lock"
 1045version = "2.8.0"
 1046source = "registry+https://github.com/rust-lang/crates.io-index"
 1047checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
 1048dependencies = [
 1049 "event-listener 2.5.3",
 1050]
 1051
 1052[[package]]
 1053name = "async-lock"
 1054version = "3.4.2"
 1055source = "registry+https://github.com/rust-lang/crates.io-index"
 1056checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
 1057dependencies = [
 1058 "event-listener 5.4.1",
 1059 "event-listener-strategy",
 1060 "pin-project-lite",
 1061]
 1062
 1063[[package]]
 1064name = "async-net"
 1065version = "2.0.0"
 1066source = "registry+https://github.com/rust-lang/crates.io-index"
 1067checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
 1068dependencies = [
 1069 "async-io",
 1070 "blocking",
 1071 "futures-lite 2.6.1",
 1072]
 1073
 1074[[package]]
 1075name = "async-pipe"
 1076version = "0.1.3"
 1077source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
 1078dependencies = [
 1079 "futures 0.3.31",
 1080 "log",
 1081]
 1082
 1083[[package]]
 1084name = "async-process"
 1085version = "2.5.0"
 1086source = "registry+https://github.com/rust-lang/crates.io-index"
 1087checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 1088dependencies = [
 1089 "async-channel 2.5.0",
 1090 "async-io",
 1091 "async-lock 3.4.2",
 1092 "async-signal",
 1093 "async-task",
 1094 "blocking",
 1095 "cfg-if",
 1096 "event-listener 5.4.1",
 1097 "futures-lite 2.6.1",
 1098 "rustix 1.1.2",
 1099]
 1100
 1101[[package]]
 1102name = "async-recursion"
 1103version = "1.1.1"
 1104source = "registry+https://github.com/rust-lang/crates.io-index"
 1105checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1106dependencies = [
 1107 "proc-macro2",
 1108 "quote",
 1109 "syn 2.0.117",
 1110]
 1111
 1112[[package]]
 1113name = "async-signal"
 1114version = "0.2.13"
 1115source = "registry+https://github.com/rust-lang/crates.io-index"
 1116checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1117dependencies = [
 1118 "async-io",
 1119 "async-lock 3.4.2",
 1120 "atomic-waker",
 1121 "cfg-if",
 1122 "futures-core",
 1123 "futures-io",
 1124 "rustix 1.1.2",
 1125 "signal-hook-registry",
 1126 "slab",
 1127 "windows-sys 0.61.2",
 1128]
 1129
 1130[[package]]
 1131name = "async-std"
 1132version = "1.13.2"
 1133source = "registry+https://github.com/rust-lang/crates.io-index"
 1134checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1135dependencies = [
 1136 "async-attributes",
 1137 "async-channel 1.9.0",
 1138 "async-global-executor",
 1139 "async-io",
 1140 "async-lock 3.4.2",
 1141 "async-process",
 1142 "crossbeam-utils",
 1143 "futures-channel",
 1144 "futures-core",
 1145 "futures-io",
 1146 "futures-lite 2.6.1",
 1147 "gloo-timers",
 1148 "kv-log-macro",
 1149 "log",
 1150 "memchr",
 1151 "once_cell",
 1152 "pin-project-lite",
 1153 "pin-utils",
 1154 "slab",
 1155 "wasm-bindgen-futures",
 1156]
 1157
 1158[[package]]
 1159name = "async-stream"
 1160version = "0.3.6"
 1161source = "registry+https://github.com/rust-lang/crates.io-index"
 1162checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1163dependencies = [
 1164 "async-stream-impl",
 1165 "futures-core",
 1166 "pin-project-lite",
 1167]
 1168
 1169[[package]]
 1170name = "async-stream-impl"
 1171version = "0.3.6"
 1172source = "registry+https://github.com/rust-lang/crates.io-index"
 1173checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1174dependencies = [
 1175 "proc-macro2",
 1176 "quote",
 1177 "syn 2.0.117",
 1178]
 1179
 1180[[package]]
 1181name = "async-tar"
 1182version = "0.5.1"
 1183source = "registry+https://github.com/rust-lang/crates.io-index"
 1184checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1185dependencies = [
 1186 "async-std",
 1187 "filetime",
 1188 "libc",
 1189 "pin-project",
 1190 "redox_syscall 0.2.16",
 1191 "xattr",
 1192]
 1193
 1194[[package]]
 1195name = "async-task"
 1196version = "4.7.1"
 1197source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1198
 1199[[package]]
 1200name = "async-trait"
 1201version = "0.1.89"
 1202source = "registry+https://github.com/rust-lang/crates.io-index"
 1203checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1204dependencies = [
 1205 "proc-macro2",
 1206 "quote",
 1207 "syn 2.0.117",
 1208]
 1209
 1210[[package]]
 1211name = "async-tungstenite"
 1212version = "0.31.0"
 1213source = "registry+https://github.com/rust-lang/crates.io-index"
 1214checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1215dependencies = [
 1216 "atomic-waker",
 1217 "futures-core",
 1218 "futures-io",
 1219 "futures-task",
 1220 "futures-util",
 1221 "log",
 1222 "pin-project-lite",
 1223 "rustls-pki-types",
 1224 "tokio",
 1225 "tokio-rustls 0.26.2",
 1226 "tungstenite 0.27.0",
 1227]
 1228
 1229[[package]]
 1230name = "async_zip"
 1231version = "0.0.18"
 1232source = "registry+https://github.com/rust-lang/crates.io-index"
 1233checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1234dependencies = [
 1235 "async-compression",
 1236 "crc32fast",
 1237 "futures-lite 2.6.1",
 1238 "pin-project",
 1239 "thiserror 2.0.17",
 1240]
 1241
 1242[[package]]
 1243name = "asynchronous-codec"
 1244version = "0.7.0"
 1245source = "registry+https://github.com/rust-lang/crates.io-index"
 1246checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1247dependencies = [
 1248 "bytes 1.11.1",
 1249 "futures-sink",
 1250 "futures-util",
 1251 "memchr",
 1252 "pin-project-lite",
 1253]
 1254
 1255[[package]]
 1256name = "atoi"
 1257version = "2.0.0"
 1258source = "registry+https://github.com/rust-lang/crates.io-index"
 1259checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1260dependencies = [
 1261 "num-traits",
 1262]
 1263
 1264[[package]]
 1265name = "atomic"
 1266version = "0.5.3"
 1267source = "registry+https://github.com/rust-lang/crates.io-index"
 1268checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1269
 1270[[package]]
 1271name = "atomic-waker"
 1272version = "1.1.2"
 1273source = "registry+https://github.com/rust-lang/crates.io-index"
 1274checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1275
 1276[[package]]
 1277name = "audio"
 1278version = "0.1.0"
 1279dependencies = [
 1280 "anyhow",
 1281 "collections",
 1282 "cpal",
 1283 "crossbeam",
 1284 "denoise",
 1285 "gpui",
 1286 "libwebrtc",
 1287 "log",
 1288 "parking_lot",
 1289 "rodio",
 1290 "serde",
 1291 "settings",
 1292 "thiserror 2.0.17",
 1293 "util",
 1294]
 1295
 1296[[package]]
 1297name = "auditable-serde"
 1298version = "0.8.0"
 1299source = "registry+https://github.com/rust-lang/crates.io-index"
 1300checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1301dependencies = [
 1302 "semver",
 1303 "serde",
 1304 "serde_json",
 1305 "topological-sort",
 1306]
 1307
 1308[[package]]
 1309name = "auto_update"
 1310version = "0.1.0"
 1311dependencies = [
 1312 "anyhow",
 1313 "client",
 1314 "clock",
 1315 "ctor",
 1316 "db",
 1317 "futures 0.3.31",
 1318 "futures-lite 1.13.0",
 1319 "gpui",
 1320 "http_client",
 1321 "log",
 1322 "parking_lot",
 1323 "paths",
 1324 "release_channel",
 1325 "semver",
 1326 "serde",
 1327 "serde_json",
 1328 "settings",
 1329 "smol",
 1330 "tempfile",
 1331 "util",
 1332 "which 6.0.3",
 1333 "workspace",
 1334 "zlog",
 1335]
 1336
 1337[[package]]
 1338name = "auto_update_helper"
 1339version = "0.1.0"
 1340dependencies = [
 1341 "anyhow",
 1342 "log",
 1343 "scopeguard",
 1344 "simplelog",
 1345 "tempfile",
 1346 "windows 0.61.3",
 1347 "winresource",
 1348]
 1349
 1350[[package]]
 1351name = "auto_update_ui"
 1352version = "0.1.0"
 1353dependencies = [
 1354 "anyhow",
 1355 "auto_update",
 1356 "client",
 1357 "editor",
 1358 "gpui",
 1359 "markdown_preview",
 1360 "release_channel",
 1361 "semver",
 1362 "serde",
 1363 "serde_json",
 1364 "smol",
 1365 "ui",
 1366 "util",
 1367 "workspace",
 1368]
 1369
 1370[[package]]
 1371name = "autocfg"
 1372version = "1.5.0"
 1373source = "registry+https://github.com/rust-lang/crates.io-index"
 1374checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1375
 1376[[package]]
 1377name = "av1-grain"
 1378version = "0.2.4"
 1379source = "registry+https://github.com/rust-lang/crates.io-index"
 1380checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1381dependencies = [
 1382 "anyhow",
 1383 "arrayvec",
 1384 "log",
 1385 "nom 7.1.3",
 1386 "num-rational",
 1387 "v_frame",
 1388]
 1389
 1390[[package]]
 1391name = "avif-serialize"
 1392version = "0.8.6"
 1393source = "registry+https://github.com/rust-lang/crates.io-index"
 1394checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1395dependencies = [
 1396 "arrayvec",
 1397]
 1398
 1399[[package]]
 1400name = "aws-config"
 1401version = "1.8.10"
 1402source = "registry+https://github.com/rust-lang/crates.io-index"
 1403checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1404dependencies = [
 1405 "aws-credential-types",
 1406 "aws-runtime",
 1407 "aws-sdk-sso",
 1408 "aws-sdk-ssooidc",
 1409 "aws-sdk-sts",
 1410 "aws-smithy-async",
 1411 "aws-smithy-http",
 1412 "aws-smithy-json",
 1413 "aws-smithy-runtime",
 1414 "aws-smithy-runtime-api",
 1415 "aws-smithy-types",
 1416 "aws-types",
 1417 "bytes 1.11.1",
 1418 "fastrand 2.3.0",
 1419 "hex",
 1420 "http 1.3.1",
 1421 "ring",
 1422 "time",
 1423 "tokio",
 1424 "tracing",
 1425 "url",
 1426 "zeroize",
 1427]
 1428
 1429[[package]]
 1430name = "aws-credential-types"
 1431version = "1.2.10"
 1432source = "registry+https://github.com/rust-lang/crates.io-index"
 1433checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1434dependencies = [
 1435 "aws-smithy-async",
 1436 "aws-smithy-runtime-api",
 1437 "aws-smithy-types",
 1438 "zeroize",
 1439]
 1440
 1441[[package]]
 1442name = "aws-lc-rs"
 1443version = "1.15.4"
 1444source = "registry+https://github.com/rust-lang/crates.io-index"
 1445checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1446dependencies = [
 1447 "aws-lc-sys",
 1448 "untrusted 0.7.1",
 1449 "zeroize",
 1450]
 1451
 1452[[package]]
 1453name = "aws-lc-sys"
 1454version = "0.37.0"
 1455source = "registry+https://github.com/rust-lang/crates.io-index"
 1456checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1457dependencies = [
 1458 "cc",
 1459 "cmake",
 1460 "dunce",
 1461 "fs_extra",
 1462]
 1463
 1464[[package]]
 1465name = "aws-runtime"
 1466version = "1.5.16"
 1467source = "registry+https://github.com/rust-lang/crates.io-index"
 1468checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1469dependencies = [
 1470 "aws-credential-types",
 1471 "aws-sigv4",
 1472 "aws-smithy-async",
 1473 "aws-smithy-eventstream",
 1474 "aws-smithy-http",
 1475 "aws-smithy-runtime",
 1476 "aws-smithy-runtime-api",
 1477 "aws-smithy-types",
 1478 "aws-types",
 1479 "bytes 1.11.1",
 1480 "fastrand 2.3.0",
 1481 "http 0.2.12",
 1482 "http-body 0.4.6",
 1483 "percent-encoding",
 1484 "pin-project-lite",
 1485 "tracing",
 1486 "uuid",
 1487]
 1488
 1489[[package]]
 1490name = "aws-sdk-bedrockruntime"
 1491version = "1.113.0"
 1492source = "registry+https://github.com/rust-lang/crates.io-index"
 1493checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1494dependencies = [
 1495 "aws-credential-types",
 1496 "aws-runtime",
 1497 "aws-sigv4",
 1498 "aws-smithy-async",
 1499 "aws-smithy-eventstream",
 1500 "aws-smithy-http",
 1501 "aws-smithy-json",
 1502 "aws-smithy-runtime",
 1503 "aws-smithy-runtime-api",
 1504 "aws-smithy-types",
 1505 "aws-types",
 1506 "bytes 1.11.1",
 1507 "fastrand 2.3.0",
 1508 "http 0.2.12",
 1509 "hyper 0.14.32",
 1510 "regex-lite",
 1511 "tracing",
 1512]
 1513
 1514[[package]]
 1515name = "aws-sdk-kinesis"
 1516version = "1.95.0"
 1517source = "registry+https://github.com/rust-lang/crates.io-index"
 1518checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1519dependencies = [
 1520 "aws-credential-types",
 1521 "aws-runtime",
 1522 "aws-smithy-async",
 1523 "aws-smithy-eventstream",
 1524 "aws-smithy-http",
 1525 "aws-smithy-json",
 1526 "aws-smithy-runtime",
 1527 "aws-smithy-runtime-api",
 1528 "aws-smithy-types",
 1529 "aws-types",
 1530 "bytes 1.11.1",
 1531 "fastrand 2.3.0",
 1532 "http 0.2.12",
 1533 "regex-lite",
 1534 "tracing",
 1535]
 1536
 1537[[package]]
 1538name = "aws-sdk-s3"
 1539version = "1.112.0"
 1540source = "registry+https://github.com/rust-lang/crates.io-index"
 1541checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1542dependencies = [
 1543 "aws-credential-types",
 1544 "aws-runtime",
 1545 "aws-sigv4",
 1546 "aws-smithy-async",
 1547 "aws-smithy-checksums",
 1548 "aws-smithy-eventstream",
 1549 "aws-smithy-http",
 1550 "aws-smithy-json",
 1551 "aws-smithy-runtime",
 1552 "aws-smithy-runtime-api",
 1553 "aws-smithy-types",
 1554 "aws-smithy-xml",
 1555 "aws-types",
 1556 "bytes 1.11.1",
 1557 "fastrand 2.3.0",
 1558 "hex",
 1559 "hmac",
 1560 "http 0.2.12",
 1561 "http 1.3.1",
 1562 "http-body 0.4.6",
 1563 "lru",
 1564 "percent-encoding",
 1565 "regex-lite",
 1566 "sha2",
 1567 "tracing",
 1568 "url",
 1569]
 1570
 1571[[package]]
 1572name = "aws-sdk-sso"
 1573version = "1.88.0"
 1574source = "registry+https://github.com/rust-lang/crates.io-index"
 1575checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1576dependencies = [
 1577 "aws-credential-types",
 1578 "aws-runtime",
 1579 "aws-smithy-async",
 1580 "aws-smithy-http",
 1581 "aws-smithy-json",
 1582 "aws-smithy-runtime",
 1583 "aws-smithy-runtime-api",
 1584 "aws-smithy-types",
 1585 "aws-types",
 1586 "bytes 1.11.1",
 1587 "fastrand 2.3.0",
 1588 "http 0.2.12",
 1589 "regex-lite",
 1590 "tracing",
 1591]
 1592
 1593[[package]]
 1594name = "aws-sdk-ssooidc"
 1595version = "1.90.0"
 1596source = "registry+https://github.com/rust-lang/crates.io-index"
 1597checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1598dependencies = [
 1599 "aws-credential-types",
 1600 "aws-runtime",
 1601 "aws-smithy-async",
 1602 "aws-smithy-http",
 1603 "aws-smithy-json",
 1604 "aws-smithy-runtime",
 1605 "aws-smithy-runtime-api",
 1606 "aws-smithy-types",
 1607 "aws-types",
 1608 "bytes 1.11.1",
 1609 "fastrand 2.3.0",
 1610 "http 0.2.12",
 1611 "regex-lite",
 1612 "tracing",
 1613]
 1614
 1615[[package]]
 1616name = "aws-sdk-sts"
 1617version = "1.90.0"
 1618source = "registry+https://github.com/rust-lang/crates.io-index"
 1619checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1620dependencies = [
 1621 "aws-credential-types",
 1622 "aws-runtime",
 1623 "aws-smithy-async",
 1624 "aws-smithy-http",
 1625 "aws-smithy-json",
 1626 "aws-smithy-query",
 1627 "aws-smithy-runtime",
 1628 "aws-smithy-runtime-api",
 1629 "aws-smithy-types",
 1630 "aws-smithy-xml",
 1631 "aws-types",
 1632 "fastrand 2.3.0",
 1633 "http 0.2.12",
 1634 "regex-lite",
 1635 "tracing",
 1636]
 1637
 1638[[package]]
 1639name = "aws-sigv4"
 1640version = "1.3.6"
 1641source = "registry+https://github.com/rust-lang/crates.io-index"
 1642checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1643dependencies = [
 1644 "aws-credential-types",
 1645 "aws-smithy-eventstream",
 1646 "aws-smithy-http",
 1647 "aws-smithy-runtime-api",
 1648 "aws-smithy-types",
 1649 "bytes 1.11.1",
 1650 "crypto-bigint 0.5.5",
 1651 "form_urlencoded",
 1652 "hex",
 1653 "hmac",
 1654 "http 0.2.12",
 1655 "http 1.3.1",
 1656 "p256",
 1657 "percent-encoding",
 1658 "ring",
 1659 "sha2",
 1660 "subtle",
 1661 "time",
 1662 "tracing",
 1663 "zeroize",
 1664]
 1665
 1666[[package]]
 1667name = "aws-smithy-async"
 1668version = "1.2.6"
 1669source = "registry+https://github.com/rust-lang/crates.io-index"
 1670checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1671dependencies = [
 1672 "futures-util",
 1673 "pin-project-lite",
 1674 "tokio",
 1675]
 1676
 1677[[package]]
 1678name = "aws-smithy-checksums"
 1679version = "0.63.11"
 1680source = "registry+https://github.com/rust-lang/crates.io-index"
 1681checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1682dependencies = [
 1683 "aws-smithy-http",
 1684 "aws-smithy-types",
 1685 "bytes 1.11.1",
 1686 "crc-fast",
 1687 "hex",
 1688 "http 0.2.12",
 1689 "http-body 0.4.6",
 1690 "md-5",
 1691 "pin-project-lite",
 1692 "sha1",
 1693 "sha2",
 1694 "tracing",
 1695]
 1696
 1697[[package]]
 1698name = "aws-smithy-eventstream"
 1699version = "0.60.13"
 1700source = "registry+https://github.com/rust-lang/crates.io-index"
 1701checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1702dependencies = [
 1703 "aws-smithy-types",
 1704 "bytes 1.11.1",
 1705 "crc32fast",
 1706]
 1707
 1708[[package]]
 1709name = "aws-smithy-http"
 1710version = "0.62.5"
 1711source = "registry+https://github.com/rust-lang/crates.io-index"
 1712checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1713dependencies = [
 1714 "aws-smithy-eventstream",
 1715 "aws-smithy-runtime-api",
 1716 "aws-smithy-types",
 1717 "bytes 1.11.1",
 1718 "bytes-utils",
 1719 "futures-core",
 1720 "futures-util",
 1721 "http 0.2.12",
 1722 "http 1.3.1",
 1723 "http-body 0.4.6",
 1724 "percent-encoding",
 1725 "pin-project-lite",
 1726 "pin-utils",
 1727 "tracing",
 1728]
 1729
 1730[[package]]
 1731name = "aws-smithy-http-client"
 1732version = "1.1.4"
 1733source = "registry+https://github.com/rust-lang/crates.io-index"
 1734checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1735dependencies = [
 1736 "aws-smithy-async",
 1737 "aws-smithy-runtime-api",
 1738 "aws-smithy-types",
 1739 "h2 0.3.27",
 1740 "h2 0.4.12",
 1741 "http 0.2.12",
 1742 "http 1.3.1",
 1743 "http-body 0.4.6",
 1744 "hyper 0.14.32",
 1745 "hyper 1.7.0",
 1746 "hyper-rustls 0.24.2",
 1747 "hyper-rustls 0.27.7",
 1748 "hyper-util",
 1749 "pin-project-lite",
 1750 "rustls 0.21.12",
 1751 "rustls 0.23.33",
 1752 "rustls-native-certs 0.8.2",
 1753 "rustls-pki-types",
 1754 "tokio",
 1755 "tokio-rustls 0.26.2",
 1756 "tower 0.5.2",
 1757 "tracing",
 1758]
 1759
 1760[[package]]
 1761name = "aws-smithy-json"
 1762version = "0.61.7"
 1763source = "registry+https://github.com/rust-lang/crates.io-index"
 1764checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1765dependencies = [
 1766 "aws-smithy-types",
 1767]
 1768
 1769[[package]]
 1770name = "aws-smithy-observability"
 1771version = "0.1.4"
 1772source = "registry+https://github.com/rust-lang/crates.io-index"
 1773checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1774dependencies = [
 1775 "aws-smithy-runtime-api",
 1776]
 1777
 1778[[package]]
 1779name = "aws-smithy-query"
 1780version = "0.60.8"
 1781source = "registry+https://github.com/rust-lang/crates.io-index"
 1782checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1783dependencies = [
 1784 "aws-smithy-types",
 1785 "urlencoding",
 1786]
 1787
 1788[[package]]
 1789name = "aws-smithy-runtime"
 1790version = "1.9.4"
 1791source = "registry+https://github.com/rust-lang/crates.io-index"
 1792checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1793dependencies = [
 1794 "aws-smithy-async",
 1795 "aws-smithy-http",
 1796 "aws-smithy-http-client",
 1797 "aws-smithy-observability",
 1798 "aws-smithy-runtime-api",
 1799 "aws-smithy-types",
 1800 "bytes 1.11.1",
 1801 "fastrand 2.3.0",
 1802 "http 0.2.12",
 1803 "http 1.3.1",
 1804 "http-body 0.4.6",
 1805 "http-body 1.0.1",
 1806 "pin-project-lite",
 1807 "pin-utils",
 1808 "tokio",
 1809 "tracing",
 1810]
 1811
 1812[[package]]
 1813name = "aws-smithy-runtime-api"
 1814version = "1.9.2"
 1815source = "registry+https://github.com/rust-lang/crates.io-index"
 1816checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1817dependencies = [
 1818 "aws-smithy-async",
 1819 "aws-smithy-types",
 1820 "bytes 1.11.1",
 1821 "http 0.2.12",
 1822 "http 1.3.1",
 1823 "pin-project-lite",
 1824 "tokio",
 1825 "tracing",
 1826 "zeroize",
 1827]
 1828
 1829[[package]]
 1830name = "aws-smithy-types"
 1831version = "1.3.4"
 1832source = "registry+https://github.com/rust-lang/crates.io-index"
 1833checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1834dependencies = [
 1835 "base64-simd",
 1836 "bytes 1.11.1",
 1837 "bytes-utils",
 1838 "futures-core",
 1839 "http 0.2.12",
 1840 "http 1.3.1",
 1841 "http-body 0.4.6",
 1842 "http-body 1.0.1",
 1843 "http-body-util",
 1844 "itoa",
 1845 "num-integer",
 1846 "pin-project-lite",
 1847 "pin-utils",
 1848 "ryu",
 1849 "serde",
 1850 "time",
 1851 "tokio",
 1852 "tokio-util",
 1853]
 1854
 1855[[package]]
 1856name = "aws-smithy-xml"
 1857version = "0.60.12"
 1858source = "registry+https://github.com/rust-lang/crates.io-index"
 1859checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1860dependencies = [
 1861 "xmlparser",
 1862]
 1863
 1864[[package]]
 1865name = "aws-types"
 1866version = "1.3.10"
 1867source = "registry+https://github.com/rust-lang/crates.io-index"
 1868checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1869dependencies = [
 1870 "aws-credential-types",
 1871 "aws-smithy-async",
 1872 "aws-smithy-runtime-api",
 1873 "aws-smithy-types",
 1874 "rustc_version",
 1875 "tracing",
 1876]
 1877
 1878[[package]]
 1879name = "aws_http_client"
 1880version = "0.1.0"
 1881dependencies = [
 1882 "aws-smithy-runtime-api",
 1883 "aws-smithy-types",
 1884 "http_client",
 1885]
 1886
 1887[[package]]
 1888name = "axum"
 1889version = "0.6.20"
 1890source = "registry+https://github.com/rust-lang/crates.io-index"
 1891checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1892dependencies = [
 1893 "async-trait",
 1894 "axum-core",
 1895 "base64 0.21.7",
 1896 "bitflags 1.3.2",
 1897 "bytes 1.11.1",
 1898 "futures-util",
 1899 "headers",
 1900 "http 0.2.12",
 1901 "http-body 0.4.6",
 1902 "hyper 0.14.32",
 1903 "itoa",
 1904 "matchit",
 1905 "memchr",
 1906 "mime",
 1907 "percent-encoding",
 1908 "pin-project-lite",
 1909 "rustversion",
 1910 "serde",
 1911 "serde_json",
 1912 "serde_path_to_error",
 1913 "serde_urlencoded",
 1914 "sha1",
 1915 "sync_wrapper 0.1.2",
 1916 "tokio",
 1917 "tokio-tungstenite 0.20.1",
 1918 "tower 0.4.13",
 1919 "tower-layer",
 1920 "tower-service",
 1921]
 1922
 1923[[package]]
 1924name = "axum-core"
 1925version = "0.3.4"
 1926source = "registry+https://github.com/rust-lang/crates.io-index"
 1927checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1928dependencies = [
 1929 "async-trait",
 1930 "bytes 1.11.1",
 1931 "futures-util",
 1932 "http 0.2.12",
 1933 "http-body 0.4.6",
 1934 "mime",
 1935 "rustversion",
 1936 "tower-layer",
 1937 "tower-service",
 1938]
 1939
 1940[[package]]
 1941name = "backtrace"
 1942version = "0.3.76"
 1943source = "registry+https://github.com/rust-lang/crates.io-index"
 1944checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1945dependencies = [
 1946 "addr2line 0.25.1",
 1947 "cfg-if",
 1948 "libc",
 1949 "miniz_oxide",
 1950 "object 0.37.3",
 1951 "rustc-demangle",
 1952 "windows-link 0.2.1",
 1953]
 1954
 1955[[package]]
 1956name = "base16ct"
 1957version = "0.1.1"
 1958source = "registry+https://github.com/rust-lang/crates.io-index"
 1959checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1960
 1961[[package]]
 1962name = "base64"
 1963version = "0.21.7"
 1964source = "registry+https://github.com/rust-lang/crates.io-index"
 1965checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1966
 1967[[package]]
 1968name = "base64"
 1969version = "0.22.1"
 1970source = "registry+https://github.com/rust-lang/crates.io-index"
 1971checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1972
 1973[[package]]
 1974name = "base64-simd"
 1975version = "0.8.0"
 1976source = "registry+https://github.com/rust-lang/crates.io-index"
 1977checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1978dependencies = [
 1979 "outref",
 1980 "vsimd",
 1981]
 1982
 1983[[package]]
 1984name = "base64ct"
 1985version = "1.8.0"
 1986source = "registry+https://github.com/rust-lang/crates.io-index"
 1987checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1988
 1989[[package]]
 1990name = "bedrock"
 1991version = "0.1.0"
 1992dependencies = [
 1993 "anyhow",
 1994 "aws-sdk-bedrockruntime",
 1995 "aws-smithy-types",
 1996 "futures 0.3.31",
 1997 "schemars",
 1998 "serde",
 1999 "serde_json",
 2000 "strum 0.27.2",
 2001 "thiserror 2.0.17",
 2002]
 2003
 2004[[package]]
 2005name = "bigdecimal"
 2006version = "0.4.8"
 2007source = "registry+https://github.com/rust-lang/crates.io-index"
 2008checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 2009dependencies = [
 2010 "autocfg",
 2011 "libm",
 2012 "num-bigint",
 2013 "num-integer",
 2014 "num-traits",
 2015 "serde",
 2016]
 2017
 2018[[package]]
 2019name = "bincode"
 2020version = "1.3.3"
 2021source = "registry+https://github.com/rust-lang/crates.io-index"
 2022checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 2023dependencies = [
 2024 "serde",
 2025]
 2026
 2027[[package]]
 2028name = "bindgen"
 2029version = "0.71.1"
 2030source = "registry+https://github.com/rust-lang/crates.io-index"
 2031checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 2032dependencies = [
 2033 "bitflags 2.10.0",
 2034 "cexpr",
 2035 "clang-sys",
 2036 "itertools 0.12.1",
 2037 "log",
 2038 "prettyplease",
 2039 "proc-macro2",
 2040 "quote",
 2041 "regex",
 2042 "rustc-hash 2.1.1",
 2043 "shlex",
 2044 "syn 2.0.117",
 2045]
 2046
 2047[[package]]
 2048name = "bindgen"
 2049version = "0.72.1"
 2050source = "registry+https://github.com/rust-lang/crates.io-index"
 2051checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 2052dependencies = [
 2053 "bitflags 2.10.0",
 2054 "cexpr",
 2055 "clang-sys",
 2056 "itertools 0.12.1",
 2057 "proc-macro2",
 2058 "quote",
 2059 "regex",
 2060 "rustc-hash 2.1.1",
 2061 "shlex",
 2062 "syn 2.0.117",
 2063]
 2064
 2065[[package]]
 2066name = "bit-set"
 2067version = "0.8.0"
 2068source = "registry+https://github.com/rust-lang/crates.io-index"
 2069checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2070dependencies = [
 2071 "bit-vec 0.8.0",
 2072]
 2073
 2074[[package]]
 2075name = "bit-set"
 2076version = "0.9.1"
 2077source = "registry+https://github.com/rust-lang/crates.io-index"
 2078checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 2079dependencies = [
 2080 "bit-vec 0.9.1",
 2081]
 2082
 2083[[package]]
 2084name = "bit-vec"
 2085version = "0.8.0"
 2086source = "registry+https://github.com/rust-lang/crates.io-index"
 2087checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2088
 2089[[package]]
 2090name = "bit-vec"
 2091version = "0.9.1"
 2092source = "registry+https://github.com/rust-lang/crates.io-index"
 2093checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 2094
 2095[[package]]
 2096name = "bit_field"
 2097version = "0.10.3"
 2098source = "registry+https://github.com/rust-lang/crates.io-index"
 2099checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2100
 2101[[package]]
 2102name = "bitflags"
 2103version = "1.3.2"
 2104source = "registry+https://github.com/rust-lang/crates.io-index"
 2105checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2106
 2107[[package]]
 2108name = "bitflags"
 2109version = "2.10.0"
 2110source = "registry+https://github.com/rust-lang/crates.io-index"
 2111checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2112dependencies = [
 2113 "serde_core",
 2114]
 2115
 2116[[package]]
 2117name = "bitstream-io"
 2118version = "2.6.0"
 2119source = "registry+https://github.com/rust-lang/crates.io-index"
 2120checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2121
 2122[[package]]
 2123name = "bitvec"
 2124version = "1.0.1"
 2125source = "registry+https://github.com/rust-lang/crates.io-index"
 2126checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2127dependencies = [
 2128 "funty",
 2129 "radium",
 2130 "tap",
 2131 "wyz",
 2132]
 2133
 2134[[package]]
 2135name = "block"
 2136version = "0.1.6"
 2137source = "registry+https://github.com/rust-lang/crates.io-index"
 2138checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2139
 2140[[package]]
 2141name = "block-buffer"
 2142version = "0.10.4"
 2143source = "registry+https://github.com/rust-lang/crates.io-index"
 2144checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2145dependencies = [
 2146 "generic-array",
 2147]
 2148
 2149[[package]]
 2150name = "block-padding"
 2151version = "0.3.3"
 2152source = "registry+https://github.com/rust-lang/crates.io-index"
 2153checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2154dependencies = [
 2155 "generic-array",
 2156]
 2157
 2158[[package]]
 2159name = "block2"
 2160version = "0.6.2"
 2161source = "registry+https://github.com/rust-lang/crates.io-index"
 2162checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2163dependencies = [
 2164 "objc2",
 2165]
 2166
 2167[[package]]
 2168name = "blocking"
 2169version = "1.6.2"
 2170source = "registry+https://github.com/rust-lang/crates.io-index"
 2171checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2172dependencies = [
 2173 "async-channel 2.5.0",
 2174 "async-task",
 2175 "futures-io",
 2176 "futures-lite 2.6.1",
 2177 "piper",
 2178]
 2179
 2180[[package]]
 2181name = "bmrng"
 2182version = "0.5.2"
 2183source = "registry+https://github.com/rust-lang/crates.io-index"
 2184checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2185dependencies = [
 2186 "futures-core",
 2187 "tokio",
 2188]
 2189
 2190[[package]]
 2191name = "bon"
 2192version = "3.8.2"
 2193source = "registry+https://github.com/rust-lang/crates.io-index"
 2194checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2195dependencies = [
 2196 "bon-macros",
 2197 "rustversion",
 2198]
 2199
 2200[[package]]
 2201name = "bon-macros"
 2202version = "3.8.2"
 2203source = "registry+https://github.com/rust-lang/crates.io-index"
 2204checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2205dependencies = [
 2206 "darling 0.21.3",
 2207 "ident_case",
 2208 "prettyplease",
 2209 "proc-macro2",
 2210 "quote",
 2211 "rustversion",
 2212 "syn 2.0.117",
 2213]
 2214
 2215[[package]]
 2216name = "borrow-or-share"
 2217version = "0.2.4"
 2218source = "registry+https://github.com/rust-lang/crates.io-index"
 2219checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2220
 2221[[package]]
 2222name = "borsh"
 2223version = "1.5.7"
 2224source = "registry+https://github.com/rust-lang/crates.io-index"
 2225checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2226dependencies = [
 2227 "borsh-derive",
 2228 "cfg_aliases 0.2.1",
 2229]
 2230
 2231[[package]]
 2232name = "borsh-derive"
 2233version = "1.5.7"
 2234source = "registry+https://github.com/rust-lang/crates.io-index"
 2235checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2236dependencies = [
 2237 "once_cell",
 2238 "proc-macro-crate",
 2239 "proc-macro2",
 2240 "quote",
 2241 "syn 2.0.117",
 2242]
 2243
 2244[[package]]
 2245name = "breadcrumbs"
 2246version = "0.1.0"
 2247dependencies = [
 2248 "gpui",
 2249 "ui",
 2250 "workspace",
 2251]
 2252
 2253[[package]]
 2254name = "brotli"
 2255version = "8.0.2"
 2256source = "registry+https://github.com/rust-lang/crates.io-index"
 2257checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
 2258dependencies = [
 2259 "alloc-no-stdlib",
 2260 "alloc-stdlib",
 2261 "brotli-decompressor",
 2262]
 2263
 2264[[package]]
 2265name = "brotli-decompressor"
 2266version = "5.0.0"
 2267source = "registry+https://github.com/rust-lang/crates.io-index"
 2268checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
 2269dependencies = [
 2270 "alloc-no-stdlib",
 2271 "alloc-stdlib",
 2272]
 2273
 2274[[package]]
 2275name = "brush-parser"
 2276version = "0.3.0"
 2277source = "registry+https://github.com/rust-lang/crates.io-index"
 2278checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2279dependencies = [
 2280 "bon",
 2281 "cached",
 2282 "indenter",
 2283 "peg",
 2284 "thiserror 2.0.17",
 2285 "tracing",
 2286 "utf8-chars",
 2287]
 2288
 2289[[package]]
 2290name = "bstr"
 2291version = "1.12.0"
 2292source = "registry+https://github.com/rust-lang/crates.io-index"
 2293checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2294dependencies = [
 2295 "memchr",
 2296 "regex-automata",
 2297 "serde",
 2298]
 2299
 2300[[package]]
 2301name = "buffer_diff"
 2302version = "0.1.0"
 2303dependencies = [
 2304 "clock",
 2305 "ctor",
 2306 "futures 0.3.31",
 2307 "git2",
 2308 "gpui",
 2309 "language",
 2310 "log",
 2311 "pretty_assertions",
 2312 "rand 0.9.2",
 2313 "rope",
 2314 "settings",
 2315 "sum_tree",
 2316 "text",
 2317 "tracing",
 2318 "unindent",
 2319 "util",
 2320 "zlog",
 2321 "ztracing",
 2322]
 2323
 2324[[package]]
 2325name = "built"
 2326version = "0.7.7"
 2327source = "registry+https://github.com/rust-lang/crates.io-index"
 2328checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2329
 2330[[package]]
 2331name = "bumpalo"
 2332version = "3.19.0"
 2333source = "registry+https://github.com/rust-lang/crates.io-index"
 2334checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2335dependencies = [
 2336 "allocator-api2",
 2337]
 2338
 2339[[package]]
 2340name = "by_address"
 2341version = "1.2.1"
 2342source = "registry+https://github.com/rust-lang/crates.io-index"
 2343checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2344
 2345[[package]]
 2346name = "bytecheck"
 2347version = "0.6.12"
 2348source = "registry+https://github.com/rust-lang/crates.io-index"
 2349checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2350dependencies = [
 2351 "bytecheck_derive",
 2352 "ptr_meta",
 2353 "simdutf8",
 2354]
 2355
 2356[[package]]
 2357name = "bytecheck_derive"
 2358version = "0.6.12"
 2359source = "registry+https://github.com/rust-lang/crates.io-index"
 2360checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2361dependencies = [
 2362 "proc-macro2",
 2363 "quote",
 2364 "syn 1.0.109",
 2365]
 2366
 2367[[package]]
 2368name = "bytecount"
 2369version = "0.6.9"
 2370source = "registry+https://github.com/rust-lang/crates.io-index"
 2371checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2372
 2373[[package]]
 2374name = "bytemuck"
 2375version = "1.24.0"
 2376source = "registry+https://github.com/rust-lang/crates.io-index"
 2377checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2378dependencies = [
 2379 "bytemuck_derive",
 2380]
 2381
 2382[[package]]
 2383name = "bytemuck_derive"
 2384version = "1.10.2"
 2385source = "registry+https://github.com/rust-lang/crates.io-index"
 2386checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2387dependencies = [
 2388 "proc-macro2",
 2389 "quote",
 2390 "syn 2.0.117",
 2391]
 2392
 2393[[package]]
 2394name = "byteorder"
 2395version = "1.5.0"
 2396source = "registry+https://github.com/rust-lang/crates.io-index"
 2397checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2398
 2399[[package]]
 2400name = "byteorder-lite"
 2401version = "0.1.0"
 2402source = "registry+https://github.com/rust-lang/crates.io-index"
 2403checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2404
 2405[[package]]
 2406name = "bytes"
 2407version = "0.4.12"
 2408source = "registry+https://github.com/rust-lang/crates.io-index"
 2409checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2410dependencies = [
 2411 "byteorder",
 2412 "iovec",
 2413]
 2414
 2415[[package]]
 2416name = "bytes"
 2417version = "1.11.1"
 2418source = "registry+https://github.com/rust-lang/crates.io-index"
 2419checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2420
 2421[[package]]
 2422name = "bytes-utils"
 2423version = "0.1.4"
 2424source = "registry+https://github.com/rust-lang/crates.io-index"
 2425checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2426dependencies = [
 2427 "bytes 1.11.1",
 2428 "either",
 2429]
 2430
 2431[[package]]
 2432name = "bzip2"
 2433version = "0.4.4"
 2434source = "registry+https://github.com/rust-lang/crates.io-index"
 2435checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2436dependencies = [
 2437 "bzip2-sys",
 2438 "libc",
 2439]
 2440
 2441[[package]]
 2442name = "bzip2-sys"
 2443version = "0.1.13+1.0.8"
 2444source = "registry+https://github.com/rust-lang/crates.io-index"
 2445checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2446dependencies = [
 2447 "cc",
 2448 "pkg-config",
 2449]
 2450
 2451[[package]]
 2452name = "cached"
 2453version = "0.56.0"
 2454source = "registry+https://github.com/rust-lang/crates.io-index"
 2455checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2456dependencies = [
 2457 "ahash 0.8.12",
 2458 "cached_proc_macro",
 2459 "cached_proc_macro_types",
 2460 "hashbrown 0.15.5",
 2461 "once_cell",
 2462 "thiserror 2.0.17",
 2463 "web-time",
 2464]
 2465
 2466[[package]]
 2467name = "cached_proc_macro"
 2468version = "0.25.0"
 2469source = "registry+https://github.com/rust-lang/crates.io-index"
 2470checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2471dependencies = [
 2472 "darling 0.20.11",
 2473 "proc-macro2",
 2474 "quote",
 2475 "syn 2.0.117",
 2476]
 2477
 2478[[package]]
 2479name = "cached_proc_macro_types"
 2480version = "0.1.1"
 2481source = "registry+https://github.com/rust-lang/crates.io-index"
 2482checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2483
 2484[[package]]
 2485name = "call"
 2486version = "0.1.0"
 2487dependencies = [
 2488 "anyhow",
 2489 "audio",
 2490 "client",
 2491 "collections",
 2492 "feature_flags",
 2493 "fs",
 2494 "futures 0.3.31",
 2495 "gpui",
 2496 "gpui_tokio",
 2497 "language",
 2498 "livekit_client",
 2499 "log",
 2500 "postage",
 2501 "project",
 2502 "serde",
 2503 "settings",
 2504 "telemetry",
 2505 "util",
 2506 "workspace",
 2507]
 2508
 2509[[package]]
 2510name = "calloop"
 2511version = "0.14.3"
 2512source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2513dependencies = [
 2514 "bitflags 2.10.0",
 2515 "polling",
 2516 "rustix 1.1.2",
 2517 "slab",
 2518 "tracing",
 2519]
 2520
 2521[[package]]
 2522name = "calloop-wayland-source"
 2523version = "0.4.1"
 2524source = "registry+https://github.com/rust-lang/crates.io-index"
 2525checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2526dependencies = [
 2527 "calloop",
 2528 "rustix 1.1.2",
 2529 "wayland-backend",
 2530 "wayland-client",
 2531]
 2532
 2533[[package]]
 2534name = "camino"
 2535version = "1.2.1"
 2536source = "registry+https://github.com/rust-lang/crates.io-index"
 2537checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2538dependencies = [
 2539 "serde_core",
 2540]
 2541
 2542[[package]]
 2543name = "candle-core"
 2544version = "0.9.1"
 2545source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2546dependencies = [
 2547 "byteorder",
 2548 "float8",
 2549 "gemm 0.17.1",
 2550 "half",
 2551 "memmap2",
 2552 "num-traits",
 2553 "num_cpus",
 2554 "rand 0.9.2",
 2555 "rand_distr",
 2556 "rayon",
 2557 "safetensors",
 2558 "thiserror 1.0.69",
 2559 "ug",
 2560 "yoke 0.7.5",
 2561 "zip 1.1.4",
 2562]
 2563
 2564[[package]]
 2565name = "candle-nn"
 2566version = "0.9.1"
 2567source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2568dependencies = [
 2569 "candle-core",
 2570 "half",
 2571 "libc",
 2572 "num-traits",
 2573 "rayon",
 2574 "safetensors",
 2575 "serde",
 2576 "thiserror 1.0.69",
 2577]
 2578
 2579[[package]]
 2580name = "candle-onnx"
 2581version = "0.9.1"
 2582source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2583dependencies = [
 2584 "candle-core",
 2585 "candle-nn",
 2586 "prost 0.12.6",
 2587]
 2588
 2589[[package]]
 2590name = "cap-fs-ext"
 2591version = "3.4.4"
 2592source = "registry+https://github.com/rust-lang/crates.io-index"
 2593checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2594dependencies = [
 2595 "cap-primitives",
 2596 "cap-std",
 2597 "io-lifetimes",
 2598 "windows-sys 0.59.0",
 2599]
 2600
 2601[[package]]
 2602name = "cap-net-ext"
 2603version = "3.4.4"
 2604source = "registry+https://github.com/rust-lang/crates.io-index"
 2605checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2606dependencies = [
 2607 "cap-primitives",
 2608 "cap-std",
 2609 "rustix 1.1.2",
 2610 "smallvec",
 2611]
 2612
 2613[[package]]
 2614name = "cap-primitives"
 2615version = "3.4.4"
 2616source = "registry+https://github.com/rust-lang/crates.io-index"
 2617checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2618dependencies = [
 2619 "ambient-authority",
 2620 "fs-set-times",
 2621 "io-extras",
 2622 "io-lifetimes",
 2623 "ipnet",
 2624 "maybe-owned",
 2625 "rustix 1.1.2",
 2626 "rustix-linux-procfs",
 2627 "windows-sys 0.59.0",
 2628 "winx",
 2629]
 2630
 2631[[package]]
 2632name = "cap-rand"
 2633version = "3.4.4"
 2634source = "registry+https://github.com/rust-lang/crates.io-index"
 2635checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2636dependencies = [
 2637 "ambient-authority",
 2638 "rand 0.8.5",
 2639]
 2640
 2641[[package]]
 2642name = "cap-std"
 2643version = "3.4.4"
 2644source = "registry+https://github.com/rust-lang/crates.io-index"
 2645checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2646dependencies = [
 2647 "cap-primitives",
 2648 "io-extras",
 2649 "io-lifetimes",
 2650 "rustix 1.1.2",
 2651]
 2652
 2653[[package]]
 2654name = "cap-time-ext"
 2655version = "3.4.4"
 2656source = "registry+https://github.com/rust-lang/crates.io-index"
 2657checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2658dependencies = [
 2659 "ambient-authority",
 2660 "cap-primitives",
 2661 "iana-time-zone",
 2662 "once_cell",
 2663 "rustix 1.1.2",
 2664 "winx",
 2665]
 2666
 2667[[package]]
 2668name = "cargo-platform"
 2669version = "0.1.9"
 2670source = "registry+https://github.com/rust-lang/crates.io-index"
 2671checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2672dependencies = [
 2673 "serde",
 2674]
 2675
 2676[[package]]
 2677name = "cargo_metadata"
 2678version = "0.19.2"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2681dependencies = [
 2682 "camino",
 2683 "cargo-platform",
 2684 "semver",
 2685 "serde",
 2686 "serde_json",
 2687 "thiserror 2.0.17",
 2688]
 2689
 2690[[package]]
 2691name = "cargo_toml"
 2692version = "0.21.0"
 2693source = "registry+https://github.com/rust-lang/crates.io-index"
 2694checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2695dependencies = [
 2696 "serde",
 2697 "toml 0.8.23",
 2698]
 2699
 2700[[package]]
 2701name = "cast"
 2702version = "0.3.0"
 2703source = "registry+https://github.com/rust-lang/crates.io-index"
 2704checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2705
 2706[[package]]
 2707name = "cbc"
 2708version = "0.1.2"
 2709source = "registry+https://github.com/rust-lang/crates.io-index"
 2710checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2711dependencies = [
 2712 "cipher",
 2713]
 2714
 2715[[package]]
 2716name = "cbindgen"
 2717version = "0.28.0"
 2718source = "registry+https://github.com/rust-lang/crates.io-index"
 2719checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2720dependencies = [
 2721 "heck 0.4.1",
 2722 "indexmap",
 2723 "log",
 2724 "proc-macro2",
 2725 "quote",
 2726 "serde",
 2727 "serde_json",
 2728 "syn 2.0.117",
 2729 "tempfile",
 2730 "toml 0.8.23",
 2731]
 2732
 2733[[package]]
 2734name = "cc"
 2735version = "1.2.49"
 2736source = "registry+https://github.com/rust-lang/crates.io-index"
 2737checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2738dependencies = [
 2739 "find-msvc-tools",
 2740 "jobserver",
 2741 "libc",
 2742 "shlex",
 2743]
 2744
 2745[[package]]
 2746name = "cesu8"
 2747version = "1.1.0"
 2748source = "registry+https://github.com/rust-lang/crates.io-index"
 2749checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2750
 2751[[package]]
 2752name = "cexpr"
 2753version = "0.6.0"
 2754source = "registry+https://github.com/rust-lang/crates.io-index"
 2755checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2756dependencies = [
 2757 "nom 7.1.3",
 2758]
 2759
 2760[[package]]
 2761name = "cfg-expr"
 2762version = "0.15.8"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2765dependencies = [
 2766 "smallvec",
 2767 "target-lexicon 0.12.16",
 2768]
 2769
 2770[[package]]
 2771name = "cfg-expr"
 2772version = "0.20.6"
 2773source = "registry+https://github.com/rust-lang/crates.io-index"
 2774checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2775dependencies = [
 2776 "smallvec",
 2777 "target-lexicon 0.13.3",
 2778]
 2779
 2780[[package]]
 2781name = "cfg-if"
 2782version = "1.0.4"
 2783source = "registry+https://github.com/rust-lang/crates.io-index"
 2784checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2785
 2786[[package]]
 2787name = "cfg_aliases"
 2788version = "0.1.1"
 2789source = "registry+https://github.com/rust-lang/crates.io-index"
 2790checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2791
 2792[[package]]
 2793name = "cfg_aliases"
 2794version = "0.2.1"
 2795source = "registry+https://github.com/rust-lang/crates.io-index"
 2796checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2797
 2798[[package]]
 2799name = "cgl"
 2800version = "0.3.2"
 2801source = "registry+https://github.com/rust-lang/crates.io-index"
 2802checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2803dependencies = [
 2804 "libc",
 2805]
 2806
 2807[[package]]
 2808name = "channel"
 2809version = "0.1.0"
 2810dependencies = [
 2811 "anyhow",
 2812 "client",
 2813 "clock",
 2814 "collections",
 2815 "futures 0.3.31",
 2816 "gpui",
 2817 "http_client",
 2818 "language",
 2819 "log",
 2820 "postage",
 2821 "release_channel",
 2822 "rpc",
 2823 "semver",
 2824 "settings",
 2825 "text",
 2826 "time",
 2827 "util",
 2828]
 2829
 2830[[package]]
 2831name = "chardetng"
 2832version = "0.1.17"
 2833source = "registry+https://github.com/rust-lang/crates.io-index"
 2834checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2835dependencies = [
 2836 "cfg-if",
 2837 "encoding_rs",
 2838 "memchr",
 2839]
 2840
 2841[[package]]
 2842name = "chrono"
 2843version = "0.4.42"
 2844source = "registry+https://github.com/rust-lang/crates.io-index"
 2845checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2846dependencies = [
 2847 "iana-time-zone",
 2848 "js-sys",
 2849 "num-traits",
 2850 "serde",
 2851 "wasm-bindgen",
 2852 "windows-link 0.2.1",
 2853]
 2854
 2855[[package]]
 2856name = "chunked_transfer"
 2857version = "1.5.0"
 2858source = "registry+https://github.com/rust-lang/crates.io-index"
 2859checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2860
 2861[[package]]
 2862name = "ciborium"
 2863version = "0.2.2"
 2864source = "registry+https://github.com/rust-lang/crates.io-index"
 2865checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2866dependencies = [
 2867 "ciborium-io",
 2868 "ciborium-ll",
 2869 "serde",
 2870]
 2871
 2872[[package]]
 2873name = "ciborium-io"
 2874version = "0.2.2"
 2875source = "registry+https://github.com/rust-lang/crates.io-index"
 2876checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2877
 2878[[package]]
 2879name = "ciborium-ll"
 2880version = "0.2.2"
 2881source = "registry+https://github.com/rust-lang/crates.io-index"
 2882checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2883dependencies = [
 2884 "ciborium-io",
 2885 "half",
 2886]
 2887
 2888[[package]]
 2889name = "cipher"
 2890version = "0.4.4"
 2891source = "registry+https://github.com/rust-lang/crates.io-index"
 2892checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2893dependencies = [
 2894 "crypto-common",
 2895 "inout",
 2896 "zeroize",
 2897]
 2898
 2899[[package]]
 2900name = "circular-buffer"
 2901version = "1.2.0"
 2902source = "registry+https://github.com/rust-lang/crates.io-index"
 2903checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2904
 2905[[package]]
 2906name = "clang-sys"
 2907version = "1.8.1"
 2908source = "registry+https://github.com/rust-lang/crates.io-index"
 2909checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2910dependencies = [
 2911 "glob",
 2912 "libc",
 2913 "libloading",
 2914]
 2915
 2916[[package]]
 2917name = "clap"
 2918version = "4.5.49"
 2919source = "registry+https://github.com/rust-lang/crates.io-index"
 2920checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2921dependencies = [
 2922 "clap_builder",
 2923 "clap_derive",
 2924]
 2925
 2926[[package]]
 2927name = "clap_builder"
 2928version = "4.5.49"
 2929source = "registry+https://github.com/rust-lang/crates.io-index"
 2930checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2931dependencies = [
 2932 "anstream",
 2933 "anstyle",
 2934 "clap_lex",
 2935 "strsim",
 2936 "terminal_size",
 2937]
 2938
 2939[[package]]
 2940name = "clap_complete"
 2941version = "4.5.59"
 2942source = "registry+https://github.com/rust-lang/crates.io-index"
 2943checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2944dependencies = [
 2945 "clap",
 2946]
 2947
 2948[[package]]
 2949name = "clap_derive"
 2950version = "4.5.49"
 2951source = "registry+https://github.com/rust-lang/crates.io-index"
 2952checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2953dependencies = [
 2954 "heck 0.5.0",
 2955 "proc-macro2",
 2956 "quote",
 2957 "syn 2.0.117",
 2958]
 2959
 2960[[package]]
 2961name = "clap_lex"
 2962version = "0.7.6"
 2963source = "registry+https://github.com/rust-lang/crates.io-index"
 2964checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2965
 2966[[package]]
 2967name = "cli"
 2968version = "0.1.0"
 2969dependencies = [
 2970 "anyhow",
 2971 "askpass",
 2972 "clap",
 2973 "collections",
 2974 "core-foundation 0.10.0",
 2975 "core-services",
 2976 "exec",
 2977 "fork",
 2978 "ipc-channel",
 2979 "parking_lot",
 2980 "paths",
 2981 "plist",
 2982 "rayon",
 2983 "release_channel",
 2984 "serde",
 2985 "serde_json",
 2986 "tempfile",
 2987 "util",
 2988 "walkdir",
 2989 "windows 0.61.3",
 2990]
 2991
 2992[[package]]
 2993name = "client"
 2994version = "0.1.0"
 2995dependencies = [
 2996 "anyhow",
 2997 "async-tungstenite",
 2998 "base64 0.22.1",
 2999 "chrono",
 3000 "clock",
 3001 "cloud_api_client",
 3002 "cloud_llm_client",
 3003 "collections",
 3004 "credentials_provider",
 3005 "derive_more",
 3006 "feature_flags",
 3007 "fs",
 3008 "futures 0.3.31",
 3009 "gpui",
 3010 "gpui_tokio",
 3011 "http_client",
 3012 "http_client_tls",
 3013 "httparse",
 3014 "log",
 3015 "objc2-foundation",
 3016 "parking_lot",
 3017 "paths",
 3018 "postage",
 3019 "rand 0.9.2",
 3020 "regex",
 3021 "release_channel",
 3022 "rpc",
 3023 "rustls-pki-types",
 3024 "semver",
 3025 "serde",
 3026 "serde_json",
 3027 "serde_urlencoded",
 3028 "settings",
 3029 "sha2",
 3030 "smol",
 3031 "telemetry",
 3032 "telemetry_events",
 3033 "text",
 3034 "thiserror 2.0.17",
 3035 "time",
 3036 "tiny_http",
 3037 "tokio",
 3038 "tokio-native-tls",
 3039 "tokio-rustls 0.26.2",
 3040 "tokio-socks",
 3041 "url",
 3042 "util",
 3043 "windows 0.61.3",
 3044 "worktree",
 3045]
 3046
 3047[[package]]
 3048name = "clock"
 3049version = "0.1.0"
 3050dependencies = [
 3051 "parking_lot",
 3052 "serde",
 3053 "smallvec",
 3054]
 3055
 3056[[package]]
 3057name = "cloud_api_client"
 3058version = "0.1.0"
 3059dependencies = [
 3060 "anyhow",
 3061 "cloud_api_types",
 3062 "futures 0.3.31",
 3063 "gpui",
 3064 "gpui_tokio",
 3065 "http_client",
 3066 "parking_lot",
 3067 "serde_json",
 3068 "thiserror 2.0.17",
 3069 "yawc",
 3070]
 3071
 3072[[package]]
 3073name = "cloud_api_types"
 3074version = "0.1.0"
 3075dependencies = [
 3076 "anyhow",
 3077 "chrono",
 3078 "ciborium",
 3079 "cloud_llm_client",
 3080 "pretty_assertions",
 3081 "serde",
 3082 "serde_json",
 3083 "strum 0.27.2",
 3084]
 3085
 3086[[package]]
 3087name = "cloud_llm_client"
 3088version = "0.1.0"
 3089dependencies = [
 3090 "anyhow",
 3091 "serde",
 3092 "serde_json",
 3093 "strum 0.27.2",
 3094 "uuid",
 3095 "zeta_prompt",
 3096]
 3097
 3098[[package]]
 3099name = "cmake"
 3100version = "0.1.56"
 3101source = "registry+https://github.com/rust-lang/crates.io-index"
 3102checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3103dependencies = [
 3104 "cc",
 3105]
 3106
 3107[[package]]
 3108name = "cobs"
 3109version = "0.3.0"
 3110source = "registry+https://github.com/rust-lang/crates.io-index"
 3111checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3112dependencies = [
 3113 "thiserror 2.0.17",
 3114]
 3115
 3116[[package]]
 3117name = "cocoa"
 3118version = "0.25.0"
 3119source = "registry+https://github.com/rust-lang/crates.io-index"
 3120checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3121dependencies = [
 3122 "bitflags 1.3.2",
 3123 "block",
 3124 "cocoa-foundation 0.1.2",
 3125 "core-foundation 0.9.4",
 3126 "core-graphics 0.23.2",
 3127 "foreign-types 0.5.0",
 3128 "libc",
 3129 "objc",
 3130]
 3131
 3132[[package]]
 3133name = "cocoa"
 3134version = "0.26.0"
 3135source = "registry+https://github.com/rust-lang/crates.io-index"
 3136checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3137dependencies = [
 3138 "bitflags 2.10.0",
 3139 "block",
 3140 "cocoa-foundation 0.2.0",
 3141 "core-foundation 0.10.0",
 3142 "core-graphics 0.24.0",
 3143 "foreign-types 0.5.0",
 3144 "libc",
 3145 "objc",
 3146]
 3147
 3148[[package]]
 3149name = "cocoa-foundation"
 3150version = "0.1.2"
 3151source = "registry+https://github.com/rust-lang/crates.io-index"
 3152checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3153dependencies = [
 3154 "bitflags 1.3.2",
 3155 "block",
 3156 "core-foundation 0.9.4",
 3157 "core-graphics-types 0.1.3",
 3158 "libc",
 3159 "objc",
 3160]
 3161
 3162[[package]]
 3163name = "cocoa-foundation"
 3164version = "0.2.0"
 3165source = "registry+https://github.com/rust-lang/crates.io-index"
 3166checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3167dependencies = [
 3168 "bitflags 2.10.0",
 3169 "block",
 3170 "core-foundation 0.10.0",
 3171 "core-graphics-types 0.2.0",
 3172 "libc",
 3173 "objc",
 3174]
 3175
 3176[[package]]
 3177name = "codespan-reporting"
 3178version = "0.13.0"
 3179source = "registry+https://github.com/rust-lang/crates.io-index"
 3180checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3181dependencies = [
 3182 "serde",
 3183 "termcolor",
 3184 "unicode-width",
 3185]
 3186
 3187[[package]]
 3188name = "codestral"
 3189version = "0.1.0"
 3190dependencies = [
 3191 "anyhow",
 3192 "edit_prediction",
 3193 "edit_prediction_types",
 3194 "futures 0.3.31",
 3195 "gpui",
 3196 "http_client",
 3197 "icons",
 3198 "language",
 3199 "language_model",
 3200 "log",
 3201 "serde",
 3202 "serde_json",
 3203 "text",
 3204 "zeta_prompt",
 3205]
 3206
 3207[[package]]
 3208name = "collab"
 3209version = "0.44.0"
 3210dependencies = [
 3211 "agent",
 3212 "anyhow",
 3213 "assistant_slash_command",
 3214 "assistant_text_thread",
 3215 "async-trait",
 3216 "async-tungstenite",
 3217 "aws-config",
 3218 "aws-sdk-kinesis",
 3219 "aws-sdk-s3",
 3220 "axum",
 3221 "buffer_diff",
 3222 "call",
 3223 "channel",
 3224 "chrono",
 3225 "client",
 3226 "clock",
 3227 "cloud_api_types",
 3228 "collab",
 3229 "collab_ui",
 3230 "collections",
 3231 "command_palette_hooks",
 3232 "ctor",
 3233 "dap",
 3234 "dap_adapters",
 3235 "dashmap",
 3236 "debugger_ui",
 3237 "editor",
 3238 "envy",
 3239 "extension",
 3240 "file_finder",
 3241 "fs",
 3242 "futures 0.3.31",
 3243 "git",
 3244 "git_hosting_providers",
 3245 "git_ui",
 3246 "gpui",
 3247 "gpui_tokio",
 3248 "hex",
 3249 "http_client",
 3250 "indoc",
 3251 "language",
 3252 "language_model",
 3253 "livekit_api",
 3254 "livekit_client",
 3255 "log",
 3256 "lsp",
 3257 "menu",
 3258 "multi_buffer",
 3259 "nanoid",
 3260 "node_runtime",
 3261 "notifications",
 3262 "parking_lot",
 3263 "pretty_assertions",
 3264 "project",
 3265 "prometheus",
 3266 "prompt_store",
 3267 "prost 0.9.0",
 3268 "rand 0.9.2",
 3269 "recent_projects",
 3270 "release_channel",
 3271 "remote",
 3272 "remote_server",
 3273 "reqwest 0.11.27",
 3274 "rpc",
 3275 "sea-orm",
 3276 "sea-orm-macros",
 3277 "semver",
 3278 "serde",
 3279 "serde_json",
 3280 "session",
 3281 "settings",
 3282 "sha2",
 3283 "smol",
 3284 "sqlx",
 3285 "strum 0.27.2",
 3286 "task",
 3287 "telemetry_events",
 3288 "text",
 3289 "theme",
 3290 "time",
 3291 "tokio",
 3292 "toml 0.8.23",
 3293 "tower 0.4.13",
 3294 "tower-http 0.4.4",
 3295 "tracing",
 3296 "tracing-subscriber",
 3297 "unindent",
 3298 "util",
 3299 "uuid",
 3300 "workspace",
 3301 "worktree",
 3302 "zed_actions",
 3303 "zlog",
 3304]
 3305
 3306[[package]]
 3307name = "collab_ui"
 3308version = "0.1.0"
 3309dependencies = [
 3310 "anyhow",
 3311 "call",
 3312 "channel",
 3313 "chrono",
 3314 "client",
 3315 "collections",
 3316 "db",
 3317 "editor",
 3318 "futures 0.3.31",
 3319 "fuzzy",
 3320 "gpui",
 3321 "livekit_client",
 3322 "log",
 3323 "menu",
 3324 "notifications",
 3325 "picker",
 3326 "project",
 3327 "release_channel",
 3328 "rpc",
 3329 "serde",
 3330 "serde_json",
 3331 "settings",
 3332 "smallvec",
 3333 "telemetry",
 3334 "theme",
 3335 "time",
 3336 "time_format",
 3337 "title_bar",
 3338 "ui",
 3339 "util",
 3340 "workspace",
 3341 "zed_actions",
 3342]
 3343
 3344[[package]]
 3345name = "collections"
 3346version = "0.1.0"
 3347dependencies = [
 3348 "indexmap",
 3349 "rustc-hash 2.1.1",
 3350]
 3351
 3352[[package]]
 3353name = "color_quant"
 3354version = "1.1.0"
 3355source = "registry+https://github.com/rust-lang/crates.io-index"
 3356checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3357
 3358[[package]]
 3359name = "colorchoice"
 3360version = "1.0.4"
 3361source = "registry+https://github.com/rust-lang/crates.io-index"
 3362checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3363
 3364[[package]]
 3365name = "combine"
 3366version = "4.6.7"
 3367source = "registry+https://github.com/rust-lang/crates.io-index"
 3368checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3369dependencies = [
 3370 "bytes 1.11.1",
 3371 "memchr",
 3372]
 3373
 3374[[package]]
 3375name = "command-fds"
 3376version = "0.3.2"
 3377source = "registry+https://github.com/rust-lang/crates.io-index"
 3378checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3379dependencies = [
 3380 "nix 0.30.1",
 3381 "thiserror 2.0.17",
 3382]
 3383
 3384[[package]]
 3385name = "command_palette"
 3386version = "0.1.0"
 3387dependencies = [
 3388 "anyhow",
 3389 "client",
 3390 "collections",
 3391 "command_palette_hooks",
 3392 "db",
 3393 "editor",
 3394 "fuzzy",
 3395 "go_to_line",
 3396 "gpui",
 3397 "language",
 3398 "log",
 3399 "menu",
 3400 "picker",
 3401 "postage",
 3402 "project",
 3403 "serde",
 3404 "settings",
 3405 "telemetry",
 3406 "theme",
 3407 "time",
 3408 "ui",
 3409 "util",
 3410 "workspace",
 3411 "zed_actions",
 3412]
 3413
 3414[[package]]
 3415name = "command_palette_hooks"
 3416version = "0.1.0"
 3417dependencies = [
 3418 "collections",
 3419 "derive_more",
 3420 "gpui",
 3421 "workspace",
 3422]
 3423
 3424[[package]]
 3425name = "component"
 3426version = "0.1.0"
 3427dependencies = [
 3428 "collections",
 3429 "documented",
 3430 "gpui",
 3431 "inventory",
 3432 "parking_lot",
 3433 "strum 0.27.2",
 3434 "theme",
 3435]
 3436
 3437[[package]]
 3438name = "component_preview"
 3439version = "0.1.0"
 3440dependencies = [
 3441 "anyhow",
 3442 "client",
 3443 "collections",
 3444 "component",
 3445 "db",
 3446 "fs",
 3447 "gpui",
 3448 "gpui_platform",
 3449 "language",
 3450 "log",
 3451 "node_runtime",
 3452 "notifications",
 3453 "project",
 3454 "release_channel",
 3455 "reqwest_client",
 3456 "session",
 3457 "settings",
 3458 "theme",
 3459 "ui",
 3460 "ui_input",
 3461 "uuid",
 3462 "workspace",
 3463]
 3464
 3465[[package]]
 3466name = "compression-codecs"
 3467version = "0.4.31"
 3468source = "registry+https://github.com/rust-lang/crates.io-index"
 3469checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3470dependencies = [
 3471 "compression-core",
 3472 "deflate64",
 3473 "flate2",
 3474 "memchr",
 3475]
 3476
 3477[[package]]
 3478name = "compression-core"
 3479version = "0.4.29"
 3480source = "registry+https://github.com/rust-lang/crates.io-index"
 3481checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3482
 3483[[package]]
 3484name = "concurrent-queue"
 3485version = "2.5.0"
 3486source = "registry+https://github.com/rust-lang/crates.io-index"
 3487checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3488dependencies = [
 3489 "crossbeam-utils",
 3490]
 3491
 3492[[package]]
 3493name = "console"
 3494version = "0.15.11"
 3495source = "registry+https://github.com/rust-lang/crates.io-index"
 3496checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3497dependencies = [
 3498 "encode_unicode",
 3499 "libc",
 3500 "once_cell",
 3501 "unicode-width",
 3502 "windows-sys 0.59.0",
 3503]
 3504
 3505[[package]]
 3506name = "console_error_panic_hook"
 3507version = "0.1.7"
 3508source = "registry+https://github.com/rust-lang/crates.io-index"
 3509checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3510dependencies = [
 3511 "cfg-if",
 3512 "wasm-bindgen",
 3513]
 3514
 3515[[package]]
 3516name = "const-oid"
 3517version = "0.9.6"
 3518source = "registry+https://github.com/rust-lang/crates.io-index"
 3519checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3520
 3521[[package]]
 3522name = "const-random"
 3523version = "0.1.18"
 3524source = "registry+https://github.com/rust-lang/crates.io-index"
 3525checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3526dependencies = [
 3527 "const-random-macro",
 3528]
 3529
 3530[[package]]
 3531name = "const-random-macro"
 3532version = "0.1.16"
 3533source = "registry+https://github.com/rust-lang/crates.io-index"
 3534checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3535dependencies = [
 3536 "getrandom 0.2.16",
 3537 "once_cell",
 3538 "tiny-keccak",
 3539]
 3540
 3541[[package]]
 3542name = "const_format"
 3543version = "0.2.35"
 3544source = "registry+https://github.com/rust-lang/crates.io-index"
 3545checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3546dependencies = [
 3547 "const_format_proc_macros",
 3548]
 3549
 3550[[package]]
 3551name = "const_format_proc_macros"
 3552version = "0.2.34"
 3553source = "registry+https://github.com/rust-lang/crates.io-index"
 3554checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3555dependencies = [
 3556 "proc-macro2",
 3557 "quote",
 3558 "unicode-xid",
 3559]
 3560
 3561[[package]]
 3562name = "constant_time_eq"
 3563version = "0.1.5"
 3564source = "registry+https://github.com/rust-lang/crates.io-index"
 3565checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3566
 3567[[package]]
 3568name = "context_server"
 3569version = "0.1.0"
 3570dependencies = [
 3571 "anyhow",
 3572 "async-trait",
 3573 "base64 0.22.1",
 3574 "collections",
 3575 "futures 0.3.31",
 3576 "gpui",
 3577 "http_client",
 3578 "log",
 3579 "net",
 3580 "parking_lot",
 3581 "postage",
 3582 "rand 0.9.2",
 3583 "schemars",
 3584 "serde",
 3585 "serde_json",
 3586 "settings",
 3587 "sha2",
 3588 "slotmap",
 3589 "smol",
 3590 "tempfile",
 3591 "terminal",
 3592 "tiny_http",
 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 "brotli",
 5241 "buffer_diff",
 5242 "client",
 5243 "clock",
 5244 "cloud_api_types",
 5245 "cloud_llm_client",
 5246 "collections",
 5247 "copilot",
 5248 "copilot_ui",
 5249 "ctor",
 5250 "db",
 5251 "edit_prediction_context",
 5252 "edit_prediction_types",
 5253 "feature_flags",
 5254 "fs",
 5255 "futures 0.3.31",
 5256 "gpui",
 5257 "heapless",
 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 "db",
 5916 "debug_adapter_extension",
 5917 "env_logger 0.11.8",
 5918 "extension",
 5919 "feature_flags",
 5920 "fs",
 5921 "futures 0.3.31",
 5922 "gpui",
 5923 "gpui_platform",
 5924 "gpui_tokio",
 5925 "language",
 5926 "language_extension",
 5927 "language_model",
 5928 "language_models",
 5929 "languages",
 5930 "node_runtime",
 5931 "paths",
 5932 "project",
 5933 "prompt_store",
 5934 "release_channel",
 5935 "reqwest_client",
 5936 "serde",
 5937 "serde_json",
 5938 "settings",
 5939 "shellexpand 2.1.2",
 5940 "terminal_view",
 5941 "util",
 5942 "watch",
 5943]
 5944
 5945[[package]]
 5946name = "eval_utils"
 5947version = "0.1.0"
 5948dependencies = [
 5949 "gpui_platform",
 5950 "serde",
 5951 "smol",
 5952]
 5953
 5954[[package]]
 5955name = "event-listener"
 5956version = "2.5.3"
 5957source = "registry+https://github.com/rust-lang/crates.io-index"
 5958checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5959
 5960[[package]]
 5961name = "event-listener"
 5962version = "5.4.1"
 5963source = "registry+https://github.com/rust-lang/crates.io-index"
 5964checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5965dependencies = [
 5966 "concurrent-queue",
 5967 "parking",
 5968 "pin-project-lite",
 5969]
 5970
 5971[[package]]
 5972name = "event-listener-strategy"
 5973version = "0.5.4"
 5974source = "registry+https://github.com/rust-lang/crates.io-index"
 5975checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5976dependencies = [
 5977 "event-listener 5.4.1",
 5978 "pin-project-lite",
 5979]
 5980
 5981[[package]]
 5982name = "exec"
 5983version = "0.3.1"
 5984source = "registry+https://github.com/rust-lang/crates.io-index"
 5985checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5986dependencies = [
 5987 "errno 0.2.8",
 5988 "libc",
 5989]
 5990
 5991[[package]]
 5992name = "explorer_command_injector"
 5993version = "0.1.0"
 5994dependencies = [
 5995 "windows 0.61.3",
 5996 "windows-core 0.61.2",
 5997 "windows-registry 0.5.3",
 5998]
 5999
 6000[[package]]
 6001name = "exr"
 6002version = "1.73.0"
 6003source = "registry+https://github.com/rust-lang/crates.io-index"
 6004checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 6005dependencies = [
 6006 "bit_field",
 6007 "half",
 6008 "lebe",
 6009 "miniz_oxide",
 6010 "rayon-core",
 6011 "smallvec",
 6012 "zune-inflate",
 6013]
 6014
 6015[[package]]
 6016name = "extended"
 6017version = "0.1.0"
 6018source = "registry+https://github.com/rust-lang/crates.io-index"
 6019checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 6020
 6021[[package]]
 6022name = "extension"
 6023version = "0.1.0"
 6024dependencies = [
 6025 "anyhow",
 6026 "async-trait",
 6027 "cloud_api_types",
 6028 "collections",
 6029 "dap",
 6030 "fs",
 6031 "futures 0.3.31",
 6032 "gpui",
 6033 "heck 0.5.0",
 6034 "http_client",
 6035 "indoc",
 6036 "language",
 6037 "log",
 6038 "lsp",
 6039 "parking_lot",
 6040 "pretty_assertions",
 6041 "proto",
 6042 "semver",
 6043 "serde",
 6044 "serde_json",
 6045 "task",
 6046 "tempfile",
 6047 "toml 0.8.23",
 6048 "tracing",
 6049 "url",
 6050 "util",
 6051 "wasm-encoder 0.221.3",
 6052 "wasmparser 0.221.3",
 6053 "ztracing",
 6054]
 6055
 6056[[package]]
 6057name = "extension_cli"
 6058version = "0.1.0"
 6059dependencies = [
 6060 "anyhow",
 6061 "clap",
 6062 "cloud_api_types",
 6063 "env_logger 0.11.8",
 6064 "extension",
 6065 "fs",
 6066 "gpui_platform",
 6067 "language",
 6068 "log",
 6069 "reqwest_client",
 6070 "serde",
 6071 "serde_json",
 6072 "serde_json_lenient",
 6073 "settings_content",
 6074 "snippet_provider",
 6075 "task",
 6076 "theme",
 6077 "tokio",
 6078 "toml 0.8.23",
 6079 "tree-sitter",
 6080 "wasmtime",
 6081]
 6082
 6083[[package]]
 6084name = "extension_host"
 6085version = "0.1.0"
 6086dependencies = [
 6087 "anyhow",
 6088 "async-compression",
 6089 "async-tar",
 6090 "async-trait",
 6091 "client",
 6092 "cloud_api_types",
 6093 "collections",
 6094 "criterion",
 6095 "ctor",
 6096 "dap",
 6097 "extension",
 6098 "fs",
 6099 "futures 0.3.31",
 6100 "gpui",
 6101 "gpui_tokio",
 6102 "http_client",
 6103 "language",
 6104 "language_extension",
 6105 "log",
 6106 "lsp",
 6107 "moka",
 6108 "node_runtime",
 6109 "parking_lot",
 6110 "paths",
 6111 "project",
 6112 "release_channel",
 6113 "remote",
 6114 "reqwest_client",
 6115 "semver",
 6116 "serde",
 6117 "serde_json",
 6118 "serde_json_lenient",
 6119 "settings",
 6120 "task",
 6121 "telemetry",
 6122 "tempfile",
 6123 "theme",
 6124 "theme_extension",
 6125 "toml 0.8.23",
 6126 "tracing",
 6127 "url",
 6128 "util",
 6129 "wasmparser 0.221.3",
 6130 "wasmtime",
 6131 "wasmtime-wasi",
 6132 "zlog",
 6133 "ztracing",
 6134]
 6135
 6136[[package]]
 6137name = "extensions_ui"
 6138version = "0.1.0"
 6139dependencies = [
 6140 "anyhow",
 6141 "client",
 6142 "cloud_api_types",
 6143 "collections",
 6144 "db",
 6145 "editor",
 6146 "extension",
 6147 "extension_host",
 6148 "fs",
 6149 "fuzzy",
 6150 "gpui",
 6151 "language",
 6152 "log",
 6153 "num-format",
 6154 "picker",
 6155 "project",
 6156 "release_channel",
 6157 "semver",
 6158 "serde",
 6159 "settings",
 6160 "smallvec",
 6161 "strum 0.27.2",
 6162 "telemetry",
 6163 "theme",
 6164 "ui",
 6165 "util",
 6166 "vim_mode_setting",
 6167 "workspace",
 6168 "zed_actions",
 6169]
 6170
 6171[[package]]
 6172name = "failspot"
 6173version = "0.2.0"
 6174source = "registry+https://github.com/rust-lang/crates.io-index"
 6175checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6176
 6177[[package]]
 6178name = "fallible-iterator"
 6179version = "0.3.0"
 6180source = "registry+https://github.com/rust-lang/crates.io-index"
 6181checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6182
 6183[[package]]
 6184name = "fancy-regex"
 6185version = "0.16.2"
 6186source = "registry+https://github.com/rust-lang/crates.io-index"
 6187checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6188dependencies = [
 6189 "bit-set 0.8.0",
 6190 "regex-automata",
 6191 "regex-syntax",
 6192]
 6193
 6194[[package]]
 6195name = "fancy-regex"
 6196version = "0.17.0"
 6197source = "registry+https://github.com/rust-lang/crates.io-index"
 6198checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6199dependencies = [
 6200 "bit-set 0.8.0",
 6201 "regex-automata",
 6202 "regex-syntax",
 6203]
 6204
 6205[[package]]
 6206name = "fast-srgb8"
 6207version = "1.0.0"
 6208source = "registry+https://github.com/rust-lang/crates.io-index"
 6209checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6210
 6211[[package]]
 6212name = "fastrand"
 6213version = "1.9.0"
 6214source = "registry+https://github.com/rust-lang/crates.io-index"
 6215checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6216dependencies = [
 6217 "instant",
 6218]
 6219
 6220[[package]]
 6221name = "fastrand"
 6222version = "2.3.0"
 6223source = "registry+https://github.com/rust-lang/crates.io-index"
 6224checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6225
 6226[[package]]
 6227name = "fax"
 6228version = "0.2.6"
 6229source = "registry+https://github.com/rust-lang/crates.io-index"
 6230checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6231dependencies = [
 6232 "fax_derive",
 6233]
 6234
 6235[[package]]
 6236name = "fax_derive"
 6237version = "0.2.0"
 6238source = "registry+https://github.com/rust-lang/crates.io-index"
 6239checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6240dependencies = [
 6241 "proc-macro2",
 6242 "quote",
 6243 "syn 2.0.117",
 6244]
 6245
 6246[[package]]
 6247name = "fd-lock"
 6248version = "4.0.4"
 6249source = "registry+https://github.com/rust-lang/crates.io-index"
 6250checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6251dependencies = [
 6252 "cfg-if",
 6253 "rustix 1.1.2",
 6254 "windows-sys 0.59.0",
 6255]
 6256
 6257[[package]]
 6258name = "fdeflate"
 6259version = "0.3.7"
 6260source = "registry+https://github.com/rust-lang/crates.io-index"
 6261checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6262dependencies = [
 6263 "simd-adler32",
 6264]
 6265
 6266[[package]]
 6267name = "feature_flags"
 6268version = "0.1.0"
 6269dependencies = [
 6270 "gpui",
 6271]
 6272
 6273[[package]]
 6274name = "feedback"
 6275version = "0.1.0"
 6276dependencies = [
 6277 "gpui",
 6278 "system_specs",
 6279 "urlencoding",
 6280 "util",
 6281 "workspace",
 6282 "zed_actions",
 6283]
 6284
 6285[[package]]
 6286name = "ff"
 6287version = "0.12.1"
 6288source = "registry+https://github.com/rust-lang/crates.io-index"
 6289checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6290dependencies = [
 6291 "rand_core 0.6.4",
 6292 "subtle",
 6293]
 6294
 6295[[package]]
 6296name = "file_finder"
 6297version = "0.1.0"
 6298dependencies = [
 6299 "anyhow",
 6300 "channel",
 6301 "client",
 6302 "collections",
 6303 "ctor",
 6304 "editor",
 6305 "file_icons",
 6306 "futures 0.3.31",
 6307 "fuzzy",
 6308 "gpui",
 6309 "menu",
 6310 "open_path_prompt",
 6311 "picker",
 6312 "pretty_assertions",
 6313 "project",
 6314 "project_panel",
 6315 "remote_connection",
 6316 "serde",
 6317 "serde_json",
 6318 "settings",
 6319 "theme",
 6320 "ui",
 6321 "util",
 6322 "workspace",
 6323 "zed_actions",
 6324 "zlog",
 6325]
 6326
 6327[[package]]
 6328name = "file_icons"
 6329version = "0.1.0"
 6330dependencies = [
 6331 "gpui",
 6332 "serde",
 6333 "theme",
 6334 "util",
 6335]
 6336
 6337[[package]]
 6338name = "filedescriptor"
 6339version = "0.8.3"
 6340source = "registry+https://github.com/rust-lang/crates.io-index"
 6341checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6342dependencies = [
 6343 "libc",
 6344 "thiserror 1.0.69",
 6345 "winapi",
 6346]
 6347
 6348[[package]]
 6349name = "filetime"
 6350version = "0.2.26"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6353dependencies = [
 6354 "cfg-if",
 6355 "libc",
 6356 "libredox",
 6357 "windows-sys 0.60.2",
 6358]
 6359
 6360[[package]]
 6361name = "find-msvc-tools"
 6362version = "0.1.5"
 6363source = "registry+https://github.com/rust-lang/crates.io-index"
 6364checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6365
 6366[[package]]
 6367name = "fixedbitset"
 6368version = "0.4.2"
 6369source = "registry+https://github.com/rust-lang/crates.io-index"
 6370checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6371
 6372[[package]]
 6373name = "fixedbitset"
 6374version = "0.5.7"
 6375source = "registry+https://github.com/rust-lang/crates.io-index"
 6376checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6377
 6378[[package]]
 6379name = "flate2"
 6380version = "1.1.8"
 6381source = "registry+https://github.com/rust-lang/crates.io-index"
 6382checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6383dependencies = [
 6384 "crc32fast",
 6385 "miniz_oxide",
 6386]
 6387
 6388[[package]]
 6389name = "float-cmp"
 6390version = "0.9.0"
 6391source = "registry+https://github.com/rust-lang/crates.io-index"
 6392checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6393
 6394[[package]]
 6395name = "float-ord"
 6396version = "0.3.2"
 6397source = "registry+https://github.com/rust-lang/crates.io-index"
 6398checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6399
 6400[[package]]
 6401name = "float8"
 6402version = "0.4.2"
 6403source = "registry+https://github.com/rust-lang/crates.io-index"
 6404checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6405dependencies = [
 6406 "half",
 6407 "num-traits",
 6408 "rand 0.9.2",
 6409 "rand_distr",
 6410]
 6411
 6412[[package]]
 6413name = "float_next_after"
 6414version = "1.0.0"
 6415source = "registry+https://github.com/rust-lang/crates.io-index"
 6416checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6417
 6418[[package]]
 6419name = "fluent-uri"
 6420version = "0.4.1"
 6421source = "registry+https://github.com/rust-lang/crates.io-index"
 6422checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6423dependencies = [
 6424 "borrow-or-share",
 6425 "ref-cast",
 6426 "serde",
 6427]
 6428
 6429[[package]]
 6430name = "flume"
 6431version = "0.11.1"
 6432source = "registry+https://github.com/rust-lang/crates.io-index"
 6433checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6434dependencies = [
 6435 "futures-core",
 6436 "futures-sink",
 6437 "nanorand",
 6438 "spin 0.9.8",
 6439]
 6440
 6441[[package]]
 6442name = "fnv"
 6443version = "1.0.7"
 6444source = "registry+https://github.com/rust-lang/crates.io-index"
 6445checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6446
 6447[[package]]
 6448name = "foldhash"
 6449version = "0.1.5"
 6450source = "registry+https://github.com/rust-lang/crates.io-index"
 6451checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6452
 6453[[package]]
 6454name = "foldhash"
 6455version = "0.2.0"
 6456source = "registry+https://github.com/rust-lang/crates.io-index"
 6457checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6458
 6459[[package]]
 6460name = "font-types"
 6461version = "0.10.0"
 6462source = "registry+https://github.com/rust-lang/crates.io-index"
 6463checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6464dependencies = [
 6465 "bytemuck",
 6466]
 6467
 6468[[package]]
 6469name = "font-types"
 6470version = "0.11.0"
 6471source = "registry+https://github.com/rust-lang/crates.io-index"
 6472checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6473dependencies = [
 6474 "bytemuck",
 6475]
 6476
 6477[[package]]
 6478name = "fontconfig-parser"
 6479version = "0.5.8"
 6480source = "registry+https://github.com/rust-lang/crates.io-index"
 6481checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6482dependencies = [
 6483 "roxmltree",
 6484]
 6485
 6486[[package]]
 6487name = "fontdb"
 6488version = "0.16.2"
 6489source = "registry+https://github.com/rust-lang/crates.io-index"
 6490checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6491dependencies = [
 6492 "fontconfig-parser",
 6493 "log",
 6494 "memmap2",
 6495 "slotmap",
 6496 "tinyvec",
 6497 "ttf-parser 0.20.0",
 6498]
 6499
 6500[[package]]
 6501name = "fontdb"
 6502version = "0.23.0"
 6503source = "registry+https://github.com/rust-lang/crates.io-index"
 6504checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6505dependencies = [
 6506 "fontconfig-parser",
 6507 "log",
 6508 "memmap2",
 6509 "slotmap",
 6510 "tinyvec",
 6511 "ttf-parser 0.25.1",
 6512]
 6513
 6514[[package]]
 6515name = "foreign-types"
 6516version = "0.3.2"
 6517source = "registry+https://github.com/rust-lang/crates.io-index"
 6518checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6519dependencies = [
 6520 "foreign-types-shared 0.1.1",
 6521]
 6522
 6523[[package]]
 6524name = "foreign-types"
 6525version = "0.5.0"
 6526source = "registry+https://github.com/rust-lang/crates.io-index"
 6527checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6528dependencies = [
 6529 "foreign-types-macros",
 6530 "foreign-types-shared 0.3.1",
 6531]
 6532
 6533[[package]]
 6534name = "foreign-types-macros"
 6535version = "0.2.3"
 6536source = "registry+https://github.com/rust-lang/crates.io-index"
 6537checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6538dependencies = [
 6539 "proc-macro2",
 6540 "quote",
 6541 "syn 2.0.117",
 6542]
 6543
 6544[[package]]
 6545name = "foreign-types-shared"
 6546version = "0.1.1"
 6547source = "registry+https://github.com/rust-lang/crates.io-index"
 6548checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6549
 6550[[package]]
 6551name = "foreign-types-shared"
 6552version = "0.3.1"
 6553source = "registry+https://github.com/rust-lang/crates.io-index"
 6554checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6555
 6556[[package]]
 6557name = "fork"
 6558version = "0.4.0"
 6559source = "registry+https://github.com/rust-lang/crates.io-index"
 6560checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6561dependencies = [
 6562 "libc",
 6563]
 6564
 6565[[package]]
 6566name = "form_urlencoded"
 6567version = "1.2.2"
 6568source = "registry+https://github.com/rust-lang/crates.io-index"
 6569checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6570dependencies = [
 6571 "percent-encoding",
 6572]
 6573
 6574[[package]]
 6575name = "fraction"
 6576version = "0.15.3"
 6577source = "registry+https://github.com/rust-lang/crates.io-index"
 6578checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6579dependencies = [
 6580 "lazy_static",
 6581 "num",
 6582]
 6583
 6584[[package]]
 6585name = "freetype-sys"
 6586version = "0.20.1"
 6587source = "registry+https://github.com/rust-lang/crates.io-index"
 6588checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6589dependencies = [
 6590 "cc",
 6591 "libc",
 6592 "pkg-config",
 6593]
 6594
 6595[[package]]
 6596name = "fs"
 6597version = "0.1.0"
 6598dependencies = [
 6599 "anyhow",
 6600 "ashpd",
 6601 "async-tar",
 6602 "async-trait",
 6603 "cocoa 0.26.0",
 6604 "collections",
 6605 "dunce",
 6606 "fs",
 6607 "futures 0.3.31",
 6608 "git",
 6609 "gpui",
 6610 "ignore",
 6611 "is_executable",
 6612 "libc",
 6613 "log",
 6614 "notify 8.2.0",
 6615 "objc",
 6616 "parking_lot",
 6617 "paths",
 6618 "proto",
 6619 "rope",
 6620 "serde",
 6621 "serde_json",
 6622 "smol",
 6623 "tempfile",
 6624 "text",
 6625 "time",
 6626 "util",
 6627 "windows 0.61.3",
 6628]
 6629
 6630[[package]]
 6631name = "fs-set-times"
 6632version = "0.20.3"
 6633source = "registry+https://github.com/rust-lang/crates.io-index"
 6634checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6635dependencies = [
 6636 "io-lifetimes",
 6637 "rustix 1.1.2",
 6638 "windows-sys 0.59.0",
 6639]
 6640
 6641[[package]]
 6642name = "fs2"
 6643version = "0.4.3"
 6644source = "registry+https://github.com/rust-lang/crates.io-index"
 6645checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6646dependencies = [
 6647 "libc",
 6648 "winapi",
 6649]
 6650
 6651[[package]]
 6652name = "fs_benchmarks"
 6653version = "0.1.0"
 6654dependencies = [
 6655 "fs",
 6656 "gpui",
 6657 "gpui_platform",
 6658]
 6659
 6660[[package]]
 6661name = "fs_extra"
 6662version = "1.3.0"
 6663source = "registry+https://github.com/rust-lang/crates.io-index"
 6664checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6665
 6666[[package]]
 6667name = "fsevent-sys"
 6668version = "4.1.0"
 6669source = "registry+https://github.com/rust-lang/crates.io-index"
 6670checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6671dependencies = [
 6672 "libc",
 6673]
 6674
 6675[[package]]
 6676name = "fuchsia-cprng"
 6677version = "0.1.1"
 6678source = "registry+https://github.com/rust-lang/crates.io-index"
 6679checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6680
 6681[[package]]
 6682name = "funty"
 6683version = "2.0.0"
 6684source = "registry+https://github.com/rust-lang/crates.io-index"
 6685checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6686
 6687[[package]]
 6688name = "futf"
 6689version = "0.1.5"
 6690source = "registry+https://github.com/rust-lang/crates.io-index"
 6691checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6692dependencies = [
 6693 "mac",
 6694 "new_debug_unreachable",
 6695]
 6696
 6697[[package]]
 6698name = "futures"
 6699version = "0.1.31"
 6700source = "registry+https://github.com/rust-lang/crates.io-index"
 6701checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6702
 6703[[package]]
 6704name = "futures"
 6705version = "0.3.31"
 6706source = "registry+https://github.com/rust-lang/crates.io-index"
 6707checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6708dependencies = [
 6709 "futures-channel",
 6710 "futures-core",
 6711 "futures-executor",
 6712 "futures-io",
 6713 "futures-sink",
 6714 "futures-task",
 6715 "futures-util",
 6716]
 6717
 6718[[package]]
 6719name = "futures-channel"
 6720version = "0.3.31"
 6721source = "registry+https://github.com/rust-lang/crates.io-index"
 6722checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6723dependencies = [
 6724 "futures-core",
 6725 "futures-sink",
 6726]
 6727
 6728[[package]]
 6729name = "futures-concurrency"
 6730version = "7.7.1"
 6731source = "registry+https://github.com/rust-lang/crates.io-index"
 6732checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6733dependencies = [
 6734 "fixedbitset 0.5.7",
 6735 "futures-core",
 6736 "futures-lite 2.6.1",
 6737 "pin-project",
 6738 "smallvec",
 6739]
 6740
 6741[[package]]
 6742name = "futures-core"
 6743version = "0.3.31"
 6744source = "registry+https://github.com/rust-lang/crates.io-index"
 6745checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6746
 6747[[package]]
 6748name = "futures-executor"
 6749version = "0.3.31"
 6750source = "registry+https://github.com/rust-lang/crates.io-index"
 6751checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6752dependencies = [
 6753 "futures-core",
 6754 "futures-task",
 6755 "futures-util",
 6756]
 6757
 6758[[package]]
 6759name = "futures-intrusive"
 6760version = "0.5.0"
 6761source = "registry+https://github.com/rust-lang/crates.io-index"
 6762checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6763dependencies = [
 6764 "futures-core",
 6765 "lock_api",
 6766 "parking_lot",
 6767]
 6768
 6769[[package]]
 6770name = "futures-io"
 6771version = "0.3.31"
 6772source = "registry+https://github.com/rust-lang/crates.io-index"
 6773checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6774
 6775[[package]]
 6776name = "futures-lite"
 6777version = "1.13.0"
 6778source = "registry+https://github.com/rust-lang/crates.io-index"
 6779checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6780dependencies = [
 6781 "fastrand 1.9.0",
 6782 "futures-core",
 6783 "futures-io",
 6784 "memchr",
 6785 "parking",
 6786 "pin-project-lite",
 6787 "waker-fn",
 6788]
 6789
 6790[[package]]
 6791name = "futures-lite"
 6792version = "2.6.1"
 6793source = "registry+https://github.com/rust-lang/crates.io-index"
 6794checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6795dependencies = [
 6796 "fastrand 2.3.0",
 6797 "futures-core",
 6798 "futures-io",
 6799 "parking",
 6800 "pin-project-lite",
 6801]
 6802
 6803[[package]]
 6804name = "futures-macro"
 6805version = "0.3.31"
 6806source = "registry+https://github.com/rust-lang/crates.io-index"
 6807checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6808dependencies = [
 6809 "proc-macro2",
 6810 "quote",
 6811 "syn 2.0.117",
 6812]
 6813
 6814[[package]]
 6815name = "futures-sink"
 6816version = "0.3.31"
 6817source = "registry+https://github.com/rust-lang/crates.io-index"
 6818checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6819
 6820[[package]]
 6821name = "futures-task"
 6822version = "0.3.31"
 6823source = "registry+https://github.com/rust-lang/crates.io-index"
 6824checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6825
 6826[[package]]
 6827name = "futures-util"
 6828version = "0.3.31"
 6829source = "registry+https://github.com/rust-lang/crates.io-index"
 6830checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6831dependencies = [
 6832 "futures 0.1.31",
 6833 "futures-channel",
 6834 "futures-core",
 6835 "futures-io",
 6836 "futures-macro",
 6837 "futures-sink",
 6838 "futures-task",
 6839 "memchr",
 6840 "pin-project-lite",
 6841 "pin-utils",
 6842 "slab",
 6843 "tokio-io",
 6844]
 6845
 6846[[package]]
 6847name = "fuzzy"
 6848version = "0.1.0"
 6849dependencies = [
 6850 "gpui",
 6851 "log",
 6852 "util",
 6853]
 6854
 6855[[package]]
 6856name = "fuzzy-matcher"
 6857version = "0.3.7"
 6858source = "registry+https://github.com/rust-lang/crates.io-index"
 6859checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6860dependencies = [
 6861 "thread_local",
 6862]
 6863
 6864[[package]]
 6865name = "gaoya"
 6866version = "0.2.0"
 6867source = "registry+https://github.com/rust-lang/crates.io-index"
 6868checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6869dependencies = [
 6870 "ahash 0.8.12",
 6871 "crossbeam-utils",
 6872 "fnv",
 6873 "itertools 0.10.5",
 6874 "num-traits",
 6875 "rand 0.8.5",
 6876 "rand_pcg",
 6877 "random_choice",
 6878 "rayon",
 6879 "seahash",
 6880 "sha-1",
 6881 "shingles",
 6882 "siphasher 0.3.11",
 6883 "smallvec",
 6884 "triomphe",
 6885]
 6886
 6887[[package]]
 6888name = "gemm"
 6889version = "0.17.1"
 6890source = "registry+https://github.com/rust-lang/crates.io-index"
 6891checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6892dependencies = [
 6893 "dyn-stack 0.10.0",
 6894 "gemm-c32 0.17.1",
 6895 "gemm-c64 0.17.1",
 6896 "gemm-common 0.17.1",
 6897 "gemm-f16 0.17.1",
 6898 "gemm-f32 0.17.1",
 6899 "gemm-f64 0.17.1",
 6900 "num-complex",
 6901 "num-traits",
 6902 "paste",
 6903 "raw-cpuid 10.7.0",
 6904 "seq-macro",
 6905]
 6906
 6907[[package]]
 6908name = "gemm"
 6909version = "0.18.2"
 6910source = "registry+https://github.com/rust-lang/crates.io-index"
 6911checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6912dependencies = [
 6913 "dyn-stack 0.13.2",
 6914 "gemm-c32 0.18.2",
 6915 "gemm-c64 0.18.2",
 6916 "gemm-common 0.18.2",
 6917 "gemm-f16 0.18.2",
 6918 "gemm-f32 0.18.2",
 6919 "gemm-f64 0.18.2",
 6920 "num-complex",
 6921 "num-traits",
 6922 "paste",
 6923 "raw-cpuid 11.6.0",
 6924 "seq-macro",
 6925]
 6926
 6927[[package]]
 6928name = "gemm-c32"
 6929version = "0.17.1"
 6930source = "registry+https://github.com/rust-lang/crates.io-index"
 6931checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6932dependencies = [
 6933 "dyn-stack 0.10.0",
 6934 "gemm-common 0.17.1",
 6935 "num-complex",
 6936 "num-traits",
 6937 "paste",
 6938 "raw-cpuid 10.7.0",
 6939 "seq-macro",
 6940]
 6941
 6942[[package]]
 6943name = "gemm-c32"
 6944version = "0.18.2"
 6945source = "registry+https://github.com/rust-lang/crates.io-index"
 6946checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6947dependencies = [
 6948 "dyn-stack 0.13.2",
 6949 "gemm-common 0.18.2",
 6950 "num-complex",
 6951 "num-traits",
 6952 "paste",
 6953 "raw-cpuid 11.6.0",
 6954 "seq-macro",
 6955]
 6956
 6957[[package]]
 6958name = "gemm-c64"
 6959version = "0.17.1"
 6960source = "registry+https://github.com/rust-lang/crates.io-index"
 6961checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6962dependencies = [
 6963 "dyn-stack 0.10.0",
 6964 "gemm-common 0.17.1",
 6965 "num-complex",
 6966 "num-traits",
 6967 "paste",
 6968 "raw-cpuid 10.7.0",
 6969 "seq-macro",
 6970]
 6971
 6972[[package]]
 6973name = "gemm-c64"
 6974version = "0.18.2"
 6975source = "registry+https://github.com/rust-lang/crates.io-index"
 6976checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6977dependencies = [
 6978 "dyn-stack 0.13.2",
 6979 "gemm-common 0.18.2",
 6980 "num-complex",
 6981 "num-traits",
 6982 "paste",
 6983 "raw-cpuid 11.6.0",
 6984 "seq-macro",
 6985]
 6986
 6987[[package]]
 6988name = "gemm-common"
 6989version = "0.17.1"
 6990source = "registry+https://github.com/rust-lang/crates.io-index"
 6991checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6992dependencies = [
 6993 "bytemuck",
 6994 "dyn-stack 0.10.0",
 6995 "half",
 6996 "num-complex",
 6997 "num-traits",
 6998 "once_cell",
 6999 "paste",
 7000 "pulp 0.18.22",
 7001 "raw-cpuid 10.7.0",
 7002 "rayon",
 7003 "seq-macro",
 7004 "sysctl 0.5.5",
 7005]
 7006
 7007[[package]]
 7008name = "gemm-common"
 7009version = "0.18.2"
 7010source = "registry+https://github.com/rust-lang/crates.io-index"
 7011checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 7012dependencies = [
 7013 "bytemuck",
 7014 "dyn-stack 0.13.2",
 7015 "half",
 7016 "libm",
 7017 "num-complex",
 7018 "num-traits",
 7019 "once_cell",
 7020 "paste",
 7021 "pulp 0.21.5",
 7022 "raw-cpuid 11.6.0",
 7023 "rayon",
 7024 "seq-macro",
 7025 "sysctl 0.6.0",
 7026]
 7027
 7028[[package]]
 7029name = "gemm-f16"
 7030version = "0.17.1"
 7031source = "registry+https://github.com/rust-lang/crates.io-index"
 7032checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 7033dependencies = [
 7034 "dyn-stack 0.10.0",
 7035 "gemm-common 0.17.1",
 7036 "gemm-f32 0.17.1",
 7037 "half",
 7038 "num-complex",
 7039 "num-traits",
 7040 "paste",
 7041 "raw-cpuid 10.7.0",
 7042 "rayon",
 7043 "seq-macro",
 7044]
 7045
 7046[[package]]
 7047name = "gemm-f16"
 7048version = "0.18.2"
 7049source = "registry+https://github.com/rust-lang/crates.io-index"
 7050checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 7051dependencies = [
 7052 "dyn-stack 0.13.2",
 7053 "gemm-common 0.18.2",
 7054 "gemm-f32 0.18.2",
 7055 "half",
 7056 "num-complex",
 7057 "num-traits",
 7058 "paste",
 7059 "raw-cpuid 11.6.0",
 7060 "rayon",
 7061 "seq-macro",
 7062]
 7063
 7064[[package]]
 7065name = "gemm-f32"
 7066version = "0.17.1"
 7067source = "registry+https://github.com/rust-lang/crates.io-index"
 7068checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 7069dependencies = [
 7070 "dyn-stack 0.10.0",
 7071 "gemm-common 0.17.1",
 7072 "num-complex",
 7073 "num-traits",
 7074 "paste",
 7075 "raw-cpuid 10.7.0",
 7076 "seq-macro",
 7077]
 7078
 7079[[package]]
 7080name = "gemm-f32"
 7081version = "0.18.2"
 7082source = "registry+https://github.com/rust-lang/crates.io-index"
 7083checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 7084dependencies = [
 7085 "dyn-stack 0.13.2",
 7086 "gemm-common 0.18.2",
 7087 "num-complex",
 7088 "num-traits",
 7089 "paste",
 7090 "raw-cpuid 11.6.0",
 7091 "seq-macro",
 7092]
 7093
 7094[[package]]
 7095name = "gemm-f64"
 7096version = "0.17.1"
 7097source = "registry+https://github.com/rust-lang/crates.io-index"
 7098checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7099dependencies = [
 7100 "dyn-stack 0.10.0",
 7101 "gemm-common 0.17.1",
 7102 "num-complex",
 7103 "num-traits",
 7104 "paste",
 7105 "raw-cpuid 10.7.0",
 7106 "seq-macro",
 7107]
 7108
 7109[[package]]
 7110name = "gemm-f64"
 7111version = "0.18.2"
 7112source = "registry+https://github.com/rust-lang/crates.io-index"
 7113checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7114dependencies = [
 7115 "dyn-stack 0.13.2",
 7116 "gemm-common 0.18.2",
 7117 "num-complex",
 7118 "num-traits",
 7119 "paste",
 7120 "raw-cpuid 11.6.0",
 7121 "seq-macro",
 7122]
 7123
 7124[[package]]
 7125name = "generator"
 7126version = "0.8.7"
 7127source = "registry+https://github.com/rust-lang/crates.io-index"
 7128checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7129dependencies = [
 7130 "cc",
 7131 "cfg-if",
 7132 "libc",
 7133 "log",
 7134 "rustversion",
 7135 "windows 0.61.3",
 7136]
 7137
 7138[[package]]
 7139name = "generic-array"
 7140version = "0.14.7"
 7141source = "registry+https://github.com/rust-lang/crates.io-index"
 7142checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7143dependencies = [
 7144 "typenum",
 7145 "version_check",
 7146]
 7147
 7148[[package]]
 7149name = "gethostname"
 7150version = "1.1.0"
 7151source = "registry+https://github.com/rust-lang/crates.io-index"
 7152checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7153dependencies = [
 7154 "rustix 1.1.2",
 7155 "windows-link 0.2.1",
 7156]
 7157
 7158[[package]]
 7159name = "getrandom"
 7160version = "0.2.16"
 7161source = "registry+https://github.com/rust-lang/crates.io-index"
 7162checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7163dependencies = [
 7164 "cfg-if",
 7165 "js-sys",
 7166 "libc",
 7167 "wasi",
 7168 "wasm-bindgen",
 7169]
 7170
 7171[[package]]
 7172name = "getrandom"
 7173version = "0.3.4"
 7174source = "registry+https://github.com/rust-lang/crates.io-index"
 7175checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7176dependencies = [
 7177 "cfg-if",
 7178 "js-sys",
 7179 "libc",
 7180 "r-efi",
 7181 "wasip2",
 7182 "wasm-bindgen",
 7183]
 7184
 7185[[package]]
 7186name = "getrandom"
 7187version = "0.4.1"
 7188source = "registry+https://github.com/rust-lang/crates.io-index"
 7189checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7190dependencies = [
 7191 "cfg-if",
 7192 "libc",
 7193 "r-efi",
 7194 "wasip2",
 7195 "wasip3",
 7196]
 7197
 7198[[package]]
 7199name = "gh-workflow"
 7200version = "0.8.0"
 7201source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7202dependencies = [
 7203 "async-trait",
 7204 "derive_more",
 7205 "derive_setters",
 7206 "gh-workflow-macros",
 7207 "indexmap",
 7208 "merge",
 7209 "serde",
 7210 "serde_json",
 7211 "serde_yaml",
 7212 "strum_macros 0.27.2",
 7213]
 7214
 7215[[package]]
 7216name = "gh-workflow-macros"
 7217version = "0.8.0"
 7218source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7219dependencies = [
 7220 "heck 0.5.0",
 7221 "quote",
 7222 "syn 2.0.117",
 7223]
 7224
 7225[[package]]
 7226name = "gif"
 7227version = "0.13.3"
 7228source = "registry+https://github.com/rust-lang/crates.io-index"
 7229checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7230dependencies = [
 7231 "color_quant",
 7232 "weezl",
 7233]
 7234
 7235[[package]]
 7236name = "gimli"
 7237version = "0.31.1"
 7238source = "registry+https://github.com/rust-lang/crates.io-index"
 7239checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 7240dependencies = [
 7241 "fallible-iterator",
 7242 "indexmap",
 7243 "stable_deref_trait",
 7244]
 7245
 7246[[package]]
 7247name = "gimli"
 7248version = "0.32.3"
 7249source = "registry+https://github.com/rust-lang/crates.io-index"
 7250checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7251
 7252[[package]]
 7253name = "gio-sys"
 7254version = "0.21.5"
 7255source = "registry+https://github.com/rust-lang/crates.io-index"
 7256checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7257dependencies = [
 7258 "glib-sys",
 7259 "gobject-sys",
 7260 "libc",
 7261 "system-deps 7.0.7",
 7262 "windows-sys 0.61.2",
 7263]
 7264
 7265[[package]]
 7266name = "git"
 7267version = "0.1.0"
 7268dependencies = [
 7269 "anyhow",
 7270 "askpass",
 7271 "async-trait",
 7272 "collections",
 7273 "derive_more",
 7274 "futures 0.3.31",
 7275 "git2",
 7276 "gpui",
 7277 "http_client",
 7278 "itertools 0.14.0",
 7279 "log",
 7280 "parking_lot",
 7281 "pretty_assertions",
 7282 "rand 0.9.2",
 7283 "regex",
 7284 "rope",
 7285 "schemars",
 7286 "serde",
 7287 "serde_json",
 7288 "smallvec",
 7289 "smol",
 7290 "sum_tree",
 7291 "tempfile",
 7292 "text",
 7293 "thiserror 2.0.17",
 7294 "time",
 7295 "url",
 7296 "urlencoding",
 7297 "util",
 7298 "uuid",
 7299 "ztracing",
 7300]
 7301
 7302[[package]]
 7303name = "git2"
 7304version = "0.20.4"
 7305source = "registry+https://github.com/rust-lang/crates.io-index"
 7306checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7307dependencies = [
 7308 "bitflags 2.10.0",
 7309 "libc",
 7310 "libgit2-sys",
 7311 "log",
 7312 "url",
 7313]
 7314
 7315[[package]]
 7316name = "git_graph"
 7317version = "0.1.0"
 7318dependencies = [
 7319 "anyhow",
 7320 "collections",
 7321 "db",
 7322 "feature_flags",
 7323 "fs",
 7324 "git",
 7325 "git_ui",
 7326 "gpui",
 7327 "language",
 7328 "menu",
 7329 "project",
 7330 "rand 0.9.2",
 7331 "serde_json",
 7332 "settings",
 7333 "smallvec",
 7334 "theme",
 7335 "time",
 7336 "ui",
 7337 "workspace",
 7338]
 7339
 7340[[package]]
 7341name = "git_hosting_providers"
 7342version = "0.1.0"
 7343dependencies = [
 7344 "anyhow",
 7345 "async-trait",
 7346 "futures 0.3.31",
 7347 "git",
 7348 "gpui",
 7349 "http_client",
 7350 "indoc",
 7351 "itertools 0.14.0",
 7352 "pretty_assertions",
 7353 "regex",
 7354 "serde",
 7355 "serde_json",
 7356 "settings",
 7357 "url",
 7358 "urlencoding",
 7359 "util",
 7360]
 7361
 7362[[package]]
 7363name = "git_ui"
 7364version = "0.1.0"
 7365dependencies = [
 7366 "agent_settings",
 7367 "anyhow",
 7368 "askpass",
 7369 "buffer_diff",
 7370 "call",
 7371 "cloud_llm_client",
 7372 "collections",
 7373 "component",
 7374 "ctor",
 7375 "db",
 7376 "editor",
 7377 "feature_flags",
 7378 "file_icons",
 7379 "futures 0.3.31",
 7380 "fuzzy",
 7381 "git",
 7382 "gpui",
 7383 "indoc",
 7384 "itertools 0.14.0",
 7385 "language",
 7386 "language_model",
 7387 "linkify",
 7388 "log",
 7389 "markdown",
 7390 "menu",
 7391 "multi_buffer",
 7392 "notifications",
 7393 "panel",
 7394 "picker",
 7395 "pretty_assertions",
 7396 "project",
 7397 "prompt_store",
 7398 "proto",
 7399 "rand 0.9.2",
 7400 "remote",
 7401 "remote_connection",
 7402 "schemars",
 7403 "serde",
 7404 "serde_json",
 7405 "settings",
 7406 "smallvec",
 7407 "smol",
 7408 "strum 0.27.2",
 7409 "telemetry",
 7410 "theme",
 7411 "time",
 7412 "time_format",
 7413 "tracing",
 7414 "ui",
 7415 "ui_input",
 7416 "unindent",
 7417 "util",
 7418 "watch",
 7419 "windows 0.61.3",
 7420 "workspace",
 7421 "zed_actions",
 7422 "zeroize",
 7423 "zlog",
 7424 "ztracing",
 7425]
 7426
 7427[[package]]
 7428name = "gl_generator"
 7429version = "0.14.0"
 7430source = "registry+https://github.com/rust-lang/crates.io-index"
 7431checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7432dependencies = [
 7433 "khronos_api",
 7434 "log",
 7435 "xml-rs",
 7436]
 7437
 7438[[package]]
 7439name = "glib"
 7440version = "0.21.5"
 7441source = "registry+https://github.com/rust-lang/crates.io-index"
 7442checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7443dependencies = [
 7444 "bitflags 2.10.0",
 7445 "futures-channel",
 7446 "futures-core",
 7447 "futures-executor",
 7448 "futures-task",
 7449 "futures-util",
 7450 "gio-sys",
 7451 "glib-macros",
 7452 "glib-sys",
 7453 "gobject-sys",
 7454 "libc",
 7455 "memchr",
 7456 "smallvec",
 7457]
 7458
 7459[[package]]
 7460name = "glib-macros"
 7461version = "0.21.5"
 7462source = "registry+https://github.com/rust-lang/crates.io-index"
 7463checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7464dependencies = [
 7465 "heck 0.5.0",
 7466 "proc-macro-crate",
 7467 "proc-macro2",
 7468 "quote",
 7469 "syn 2.0.117",
 7470]
 7471
 7472[[package]]
 7473name = "glib-sys"
 7474version = "0.21.5"
 7475source = "registry+https://github.com/rust-lang/crates.io-index"
 7476checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7477dependencies = [
 7478 "libc",
 7479 "system-deps 7.0.7",
 7480]
 7481
 7482[[package]]
 7483name = "glob"
 7484version = "0.3.3"
 7485source = "registry+https://github.com/rust-lang/crates.io-index"
 7486checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7487
 7488[[package]]
 7489name = "globset"
 7490version = "0.4.17"
 7491source = "registry+https://github.com/rust-lang/crates.io-index"
 7492checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7493dependencies = [
 7494 "aho-corasick",
 7495 "bstr",
 7496 "log",
 7497 "regex-automata",
 7498 "regex-syntax",
 7499]
 7500
 7501[[package]]
 7502name = "gloo-timers"
 7503version = "0.3.0"
 7504source = "registry+https://github.com/rust-lang/crates.io-index"
 7505checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7506dependencies = [
 7507 "futures-channel",
 7508 "futures-core",
 7509 "js-sys",
 7510 "wasm-bindgen",
 7511]
 7512
 7513[[package]]
 7514name = "glow"
 7515version = "0.17.0"
 7516source = "registry+https://github.com/rust-lang/crates.io-index"
 7517checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7518dependencies = [
 7519 "js-sys",
 7520 "slotmap",
 7521 "wasm-bindgen",
 7522 "web-sys",
 7523]
 7524
 7525[[package]]
 7526name = "glutin_wgl_sys"
 7527version = "0.6.1"
 7528source = "registry+https://github.com/rust-lang/crates.io-index"
 7529checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7530dependencies = [
 7531 "gl_generator",
 7532]
 7533
 7534[[package]]
 7535name = "go_to_line"
 7536version = "0.1.0"
 7537dependencies = [
 7538 "editor",
 7539 "gpui",
 7540 "indoc",
 7541 "language",
 7542 "menu",
 7543 "multi_buffer",
 7544 "project",
 7545 "rope",
 7546 "serde",
 7547 "serde_json",
 7548 "settings",
 7549 "text",
 7550 "theme",
 7551 "ui",
 7552 "util",
 7553 "workspace",
 7554]
 7555
 7556[[package]]
 7557name = "gobject-sys"
 7558version = "0.21.5"
 7559source = "registry+https://github.com/rust-lang/crates.io-index"
 7560checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7561dependencies = [
 7562 "glib-sys",
 7563 "libc",
 7564 "system-deps 7.0.7",
 7565]
 7566
 7567[[package]]
 7568name = "goblin"
 7569version = "0.9.3"
 7570source = "registry+https://github.com/rust-lang/crates.io-index"
 7571checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7572dependencies = [
 7573 "log",
 7574 "plain",
 7575 "scroll",
 7576]
 7577
 7578[[package]]
 7579name = "google_ai"
 7580version = "0.1.0"
 7581dependencies = [
 7582 "anyhow",
 7583 "futures 0.3.31",
 7584 "http_client",
 7585 "schemars",
 7586 "serde",
 7587 "serde_json",
 7588 "settings",
 7589 "strum 0.27.2",
 7590]
 7591
 7592[[package]]
 7593name = "gpu-allocator"
 7594version = "0.28.0"
 7595source = "registry+https://github.com/rust-lang/crates.io-index"
 7596checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7597dependencies = [
 7598 "ash",
 7599 "hashbrown 0.16.1",
 7600 "log",
 7601 "presser",
 7602 "thiserror 2.0.17",
 7603 "windows 0.62.2",
 7604]
 7605
 7606[[package]]
 7607name = "gpu-descriptor"
 7608version = "0.3.2"
 7609source = "registry+https://github.com/rust-lang/crates.io-index"
 7610checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7611dependencies = [
 7612 "bitflags 2.10.0",
 7613 "gpu-descriptor-types",
 7614 "hashbrown 0.15.5",
 7615]
 7616
 7617[[package]]
 7618name = "gpu-descriptor-types"
 7619version = "0.2.0"
 7620source = "registry+https://github.com/rust-lang/crates.io-index"
 7621checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7622dependencies = [
 7623 "bitflags 2.10.0",
 7624]
 7625
 7626[[package]]
 7627name = "gpui"
 7628version = "0.2.2"
 7629dependencies = [
 7630 "anyhow",
 7631 "async-channel 2.5.0",
 7632 "async-task",
 7633 "backtrace",
 7634 "bindgen 0.71.1",
 7635 "bitflags 2.10.0",
 7636 "block",
 7637 "cbindgen",
 7638 "chrono",
 7639 "circular-buffer",
 7640 "cocoa 0.26.0",
 7641 "cocoa-foundation 0.2.0",
 7642 "collections",
 7643 "core-foundation 0.10.0",
 7644 "core-foundation-sys",
 7645 "core-graphics 0.24.0",
 7646 "core-text",
 7647 "core-video",
 7648 "ctor",
 7649 "derive_more",
 7650 "embed-resource",
 7651 "env_logger 0.11.8",
 7652 "etagere",
 7653 "foreign-types 0.5.0",
 7654 "futures 0.3.31",
 7655 "futures-concurrency",
 7656 "getrandom 0.3.4",
 7657 "gpui_macros",
 7658 "gpui_platform",
 7659 "gpui_util",
 7660 "gpui_web",
 7661 "http_client",
 7662 "image",
 7663 "inventory",
 7664 "itertools 0.14.0",
 7665 "log",
 7666 "lyon",
 7667 "mach2 0.5.0",
 7668 "media",
 7669 "metal",
 7670 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7671 "num_cpus",
 7672 "objc",
 7673 "objc2",
 7674 "objc2-metal",
 7675 "parking",
 7676 "parking_lot",
 7677 "pathfinder_geometry",
 7678 "pin-project",
 7679 "pollster 0.4.0",
 7680 "postage",
 7681 "profiling",
 7682 "proptest",
 7683 "rand 0.9.2",
 7684 "raw-window-handle",
 7685 "refineable",
 7686 "reqwest_client",
 7687 "resvg",
 7688 "scheduler",
 7689 "schemars",
 7690 "seahash",
 7691 "serde",
 7692 "serde_json",
 7693 "slotmap",
 7694 "smallvec",
 7695 "spin 0.10.0",
 7696 "stacksafe",
 7697 "strum 0.27.2",
 7698 "sum_tree",
 7699 "taffy",
 7700 "thiserror 2.0.17",
 7701 "unicode-segmentation",
 7702 "url",
 7703 "usvg",
 7704 "util_macros",
 7705 "uuid",
 7706 "waker-fn",
 7707 "wasm-bindgen",
 7708 "web-time",
 7709 "windows 0.61.3",
 7710 "zed-font-kit",
 7711 "zed-scap",
 7712]
 7713
 7714[[package]]
 7715name = "gpui_linux"
 7716version = "0.1.0"
 7717dependencies = [
 7718 "anyhow",
 7719 "as-raw-xcb-connection",
 7720 "ashpd",
 7721 "bitflags 2.10.0",
 7722 "bytemuck",
 7723 "calloop",
 7724 "calloop-wayland-source",
 7725 "collections",
 7726 "filedescriptor",
 7727 "futures 0.3.31",
 7728 "gpui",
 7729 "gpui_wgpu",
 7730 "http_client",
 7731 "itertools 0.14.0",
 7732 "libc",
 7733 "log",
 7734 "oo7",
 7735 "open",
 7736 "parking_lot",
 7737 "pathfinder_geometry",
 7738 "pollster 0.4.0",
 7739 "profiling",
 7740 "raw-window-handle",
 7741 "smallvec",
 7742 "smol",
 7743 "strum 0.27.2",
 7744 "swash",
 7745 "url",
 7746 "util",
 7747 "uuid",
 7748 "wayland-backend",
 7749 "wayland-client",
 7750 "wayland-cursor",
 7751 "wayland-protocols",
 7752 "wayland-protocols-plasma",
 7753 "wayland-protocols-wlr",
 7754 "x11-clipboard",
 7755 "x11rb",
 7756 "xkbcommon",
 7757 "zed-scap",
 7758 "zed-xim",
 7759]
 7760
 7761[[package]]
 7762name = "gpui_macos"
 7763version = "0.1.0"
 7764dependencies = [
 7765 "anyhow",
 7766 "async-task",
 7767 "block",
 7768 "cbindgen",
 7769 "cocoa 0.26.0",
 7770 "collections",
 7771 "core-foundation 0.10.0",
 7772 "core-foundation-sys",
 7773 "core-graphics 0.24.0",
 7774 "core-text",
 7775 "core-video",
 7776 "ctor",
 7777 "derive_more",
 7778 "dispatch2",
 7779 "etagere",
 7780 "foreign-types 0.5.0",
 7781 "futures 0.3.31",
 7782 "gpui",
 7783 "image",
 7784 "itertools 0.14.0",
 7785 "libc",
 7786 "log",
 7787 "mach2 0.5.0",
 7788 "media",
 7789 "metal",
 7790 "objc",
 7791 "parking_lot",
 7792 "pathfinder_geometry",
 7793 "raw-window-handle",
 7794 "semver",
 7795 "smallvec",
 7796 "strum 0.27.2",
 7797 "util",
 7798 "uuid",
 7799 "zed-font-kit",
 7800]
 7801
 7802[[package]]
 7803name = "gpui_macros"
 7804version = "0.1.0"
 7805dependencies = [
 7806 "gpui",
 7807 "heck 0.5.0",
 7808 "proc-macro2",
 7809 "quote",
 7810 "syn 2.0.117",
 7811]
 7812
 7813[[package]]
 7814name = "gpui_platform"
 7815version = "0.1.0"
 7816dependencies = [
 7817 "console_error_panic_hook",
 7818 "gpui",
 7819 "gpui_linux",
 7820 "gpui_macos",
 7821 "gpui_web",
 7822 "gpui_windows",
 7823]
 7824
 7825[[package]]
 7826name = "gpui_tokio"
 7827version = "0.1.0"
 7828dependencies = [
 7829 "anyhow",
 7830 "gpui",
 7831 "tokio",
 7832 "util",
 7833]
 7834
 7835[[package]]
 7836name = "gpui_util"
 7837version = "0.1.0"
 7838dependencies = [
 7839 "anyhow",
 7840 "log",
 7841]
 7842
 7843[[package]]
 7844name = "gpui_web"
 7845version = "0.1.0"
 7846dependencies = [
 7847 "anyhow",
 7848 "console_error_panic_hook",
 7849 "futures 0.3.31",
 7850 "gpui",
 7851 "gpui_wgpu",
 7852 "http_client",
 7853 "js-sys",
 7854 "log",
 7855 "parking_lot",
 7856 "raw-window-handle",
 7857 "smallvec",
 7858 "uuid",
 7859 "wasm-bindgen",
 7860 "wasm-bindgen-futures",
 7861 "wasm_thread",
 7862 "web-sys",
 7863 "web-time",
 7864]
 7865
 7866[[package]]
 7867name = "gpui_wgpu"
 7868version = "0.1.0"
 7869dependencies = [
 7870 "anyhow",
 7871 "bytemuck",
 7872 "collections",
 7873 "cosmic-text",
 7874 "etagere",
 7875 "gpui",
 7876 "gpui_util",
 7877 "itertools 0.14.0",
 7878 "js-sys",
 7879 "log",
 7880 "parking_lot",
 7881 "pollster 0.4.0",
 7882 "profiling",
 7883 "raw-window-handle",
 7884 "smallvec",
 7885 "swash",
 7886 "wasm-bindgen",
 7887 "wasm-bindgen-futures",
 7888 "web-sys",
 7889 "wgpu",
 7890 "zed-font-kit",
 7891]
 7892
 7893[[package]]
 7894name = "gpui_windows"
 7895version = "0.1.0"
 7896dependencies = [
 7897 "anyhow",
 7898 "collections",
 7899 "etagere",
 7900 "futures 0.3.31",
 7901 "gpui",
 7902 "image",
 7903 "itertools 0.14.0",
 7904 "log",
 7905 "parking_lot",
 7906 "rand 0.9.2",
 7907 "raw-window-handle",
 7908 "smallvec",
 7909 "util",
 7910 "uuid",
 7911 "windows 0.61.3",
 7912 "windows-core 0.61.2",
 7913 "windows-numerics 0.2.0",
 7914 "windows-registry 0.5.3",
 7915 "zed-scap",
 7916]
 7917
 7918[[package]]
 7919name = "grid"
 7920version = "0.18.0"
 7921source = "registry+https://github.com/rust-lang/crates.io-index"
 7922checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7923
 7924[[package]]
 7925name = "group"
 7926version = "0.12.1"
 7927source = "registry+https://github.com/rust-lang/crates.io-index"
 7928checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7929dependencies = [
 7930 "ff",
 7931 "rand_core 0.6.4",
 7932 "subtle",
 7933]
 7934
 7935[[package]]
 7936name = "h2"
 7937version = "0.3.27"
 7938source = "registry+https://github.com/rust-lang/crates.io-index"
 7939checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7940dependencies = [
 7941 "bytes 1.11.1",
 7942 "fnv",
 7943 "futures-core",
 7944 "futures-sink",
 7945 "futures-util",
 7946 "http 0.2.12",
 7947 "indexmap",
 7948 "slab",
 7949 "tokio",
 7950 "tokio-util",
 7951 "tracing",
 7952]
 7953
 7954[[package]]
 7955name = "h2"
 7956version = "0.4.12"
 7957source = "registry+https://github.com/rust-lang/crates.io-index"
 7958checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7959dependencies = [
 7960 "atomic-waker",
 7961 "bytes 1.11.1",
 7962 "fnv",
 7963 "futures-core",
 7964 "futures-sink",
 7965 "http 1.3.1",
 7966 "indexmap",
 7967 "slab",
 7968 "tokio",
 7969 "tokio-util",
 7970 "tracing",
 7971]
 7972
 7973[[package]]
 7974name = "half"
 7975version = "2.7.1"
 7976source = "registry+https://github.com/rust-lang/crates.io-index"
 7977checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7978dependencies = [
 7979 "bytemuck",
 7980 "cfg-if",
 7981 "crunchy",
 7982 "num-traits",
 7983 "rand 0.9.2",
 7984 "rand_distr",
 7985 "zerocopy",
 7986]
 7987
 7988[[package]]
 7989name = "handlebars"
 7990version = "4.5.0"
 7991source = "registry+https://github.com/rust-lang/crates.io-index"
 7992checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7993dependencies = [
 7994 "log",
 7995 "pest",
 7996 "pest_derive",
 7997 "rust-embed",
 7998 "serde",
 7999 "serde_json",
 8000 "thiserror 1.0.69",
 8001]
 8002
 8003[[package]]
 8004name = "handlebars"
 8005version = "5.1.2"
 8006source = "registry+https://github.com/rust-lang/crates.io-index"
 8007checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 8008dependencies = [
 8009 "log",
 8010 "pest",
 8011 "pest_derive",
 8012 "serde",
 8013 "serde_json",
 8014 "thiserror 1.0.69",
 8015]
 8016
 8017[[package]]
 8018name = "harfrust"
 8019version = "0.5.0"
 8020source = "registry+https://github.com/rust-lang/crates.io-index"
 8021checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 8022dependencies = [
 8023 "bitflags 2.10.0",
 8024 "bytemuck",
 8025 "core_maths",
 8026 "read-fonts 0.37.0",
 8027 "smallvec",
 8028]
 8029
 8030[[package]]
 8031name = "hash32"
 8032version = "0.3.1"
 8033source = "registry+https://github.com/rust-lang/crates.io-index"
 8034checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 8035dependencies = [
 8036 "byteorder",
 8037]
 8038
 8039[[package]]
 8040name = "hashbrown"
 8041version = "0.12.3"
 8042source = "registry+https://github.com/rust-lang/crates.io-index"
 8043checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8044dependencies = [
 8045 "ahash 0.7.8",
 8046]
 8047
 8048[[package]]
 8049name = "hashbrown"
 8050version = "0.14.5"
 8051source = "registry+https://github.com/rust-lang/crates.io-index"
 8052checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8053dependencies = [
 8054 "ahash 0.8.12",
 8055 "allocator-api2",
 8056]
 8057
 8058[[package]]
 8059name = "hashbrown"
 8060version = "0.15.5"
 8061source = "registry+https://github.com/rust-lang/crates.io-index"
 8062checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8063dependencies = [
 8064 "allocator-api2",
 8065 "equivalent",
 8066 "foldhash 0.1.5",
 8067 "serde",
 8068]
 8069
 8070[[package]]
 8071name = "hashbrown"
 8072version = "0.16.1"
 8073source = "registry+https://github.com/rust-lang/crates.io-index"
 8074checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8075dependencies = [
 8076 "allocator-api2",
 8077 "equivalent",
 8078 "foldhash 0.2.0",
 8079]
 8080
 8081[[package]]
 8082name = "hashlink"
 8083version = "0.8.4"
 8084source = "registry+https://github.com/rust-lang/crates.io-index"
 8085checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8086dependencies = [
 8087 "hashbrown 0.14.5",
 8088]
 8089
 8090[[package]]
 8091name = "hashlink"
 8092version = "0.10.0"
 8093source = "registry+https://github.com/rust-lang/crates.io-index"
 8094checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8095dependencies = [
 8096 "hashbrown 0.15.5",
 8097]
 8098
 8099[[package]]
 8100name = "headers"
 8101version = "0.3.9"
 8102source = "registry+https://github.com/rust-lang/crates.io-index"
 8103checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8104dependencies = [
 8105 "base64 0.21.7",
 8106 "bytes 1.11.1",
 8107 "headers-core",
 8108 "http 0.2.12",
 8109 "httpdate",
 8110 "mime",
 8111 "sha1",
 8112]
 8113
 8114[[package]]
 8115name = "headers-core"
 8116version = "0.2.0"
 8117source = "registry+https://github.com/rust-lang/crates.io-index"
 8118checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8119dependencies = [
 8120 "http 0.2.12",
 8121]
 8122
 8123[[package]]
 8124name = "heapless"
 8125version = "0.9.2"
 8126source = "registry+https://github.com/rust-lang/crates.io-index"
 8127checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8128dependencies = [
 8129 "hash32",
 8130 "stable_deref_trait",
 8131]
 8132
 8133[[package]]
 8134name = "heck"
 8135version = "0.3.3"
 8136source = "registry+https://github.com/rust-lang/crates.io-index"
 8137checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8138dependencies = [
 8139 "unicode-segmentation",
 8140]
 8141
 8142[[package]]
 8143name = "heck"
 8144version = "0.4.1"
 8145source = "registry+https://github.com/rust-lang/crates.io-index"
 8146checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8147dependencies = [
 8148 "unicode-segmentation",
 8149]
 8150
 8151[[package]]
 8152name = "heck"
 8153version = "0.5.0"
 8154source = "registry+https://github.com/rust-lang/crates.io-index"
 8155checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8156
 8157[[package]]
 8158name = "heed"
 8159version = "0.21.0"
 8160source = "registry+https://github.com/rust-lang/crates.io-index"
 8161checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8162dependencies = [
 8163 "bitflags 2.10.0",
 8164 "byteorder",
 8165 "heed-traits",
 8166 "heed-types",
 8167 "libc",
 8168 "lmdb-master-sys",
 8169 "once_cell",
 8170 "page_size",
 8171 "serde",
 8172 "synchronoise",
 8173 "url",
 8174]
 8175
 8176[[package]]
 8177name = "heed-traits"
 8178version = "0.20.0"
 8179source = "registry+https://github.com/rust-lang/crates.io-index"
 8180checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8181
 8182[[package]]
 8183name = "heed-types"
 8184version = "0.21.0"
 8185source = "registry+https://github.com/rust-lang/crates.io-index"
 8186checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8187dependencies = [
 8188 "bincode",
 8189 "byteorder",
 8190 "heed-traits",
 8191 "serde",
 8192 "serde_json",
 8193]
 8194
 8195[[package]]
 8196name = "hermit-abi"
 8197version = "0.5.2"
 8198source = "registry+https://github.com/rust-lang/crates.io-index"
 8199checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8200
 8201[[package]]
 8202name = "hex"
 8203version = "0.4.3"
 8204source = "registry+https://github.com/rust-lang/crates.io-index"
 8205checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8206
 8207[[package]]
 8208name = "hexf-parse"
 8209version = "0.2.1"
 8210source = "registry+https://github.com/rust-lang/crates.io-index"
 8211checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8212
 8213[[package]]
 8214name = "hkdf"
 8215version = "0.12.4"
 8216source = "registry+https://github.com/rust-lang/crates.io-index"
 8217checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8218dependencies = [
 8219 "hmac",
 8220]
 8221
 8222[[package]]
 8223name = "hmac"
 8224version = "0.12.1"
 8225source = "registry+https://github.com/rust-lang/crates.io-index"
 8226checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8227dependencies = [
 8228 "digest",
 8229]
 8230
 8231[[package]]
 8232name = "home"
 8233version = "0.5.11"
 8234source = "registry+https://github.com/rust-lang/crates.io-index"
 8235checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8236dependencies = [
 8237 "windows-sys 0.59.0",
 8238]
 8239
 8240[[package]]
 8241name = "hound"
 8242version = "3.5.1"
 8243source = "registry+https://github.com/rust-lang/crates.io-index"
 8244checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8245
 8246[[package]]
 8247name = "html5ever"
 8248version = "0.27.0"
 8249source = "registry+https://github.com/rust-lang/crates.io-index"
 8250checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8251dependencies = [
 8252 "log",
 8253 "mac",
 8254 "markup5ever 0.12.1",
 8255 "proc-macro2",
 8256 "quote",
 8257 "syn 2.0.117",
 8258]
 8259
 8260[[package]]
 8261name = "html5ever"
 8262version = "0.35.0"
 8263source = "registry+https://github.com/rust-lang/crates.io-index"
 8264checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8265dependencies = [
 8266 "log",
 8267 "markup5ever 0.35.0",
 8268 "match_token",
 8269]
 8270
 8271[[package]]
 8272name = "html_to_markdown"
 8273version = "0.1.0"
 8274dependencies = [
 8275 "anyhow",
 8276 "html5ever 0.27.0",
 8277 "indoc",
 8278 "markup5ever_rcdom",
 8279 "pretty_assertions",
 8280 "regex",
 8281]
 8282
 8283[[package]]
 8284name = "http"
 8285version = "0.2.12"
 8286source = "registry+https://github.com/rust-lang/crates.io-index"
 8287checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8288dependencies = [
 8289 "bytes 1.11.1",
 8290 "fnv",
 8291 "itoa",
 8292]
 8293
 8294[[package]]
 8295name = "http"
 8296version = "1.3.1"
 8297source = "registry+https://github.com/rust-lang/crates.io-index"
 8298checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8299dependencies = [
 8300 "bytes 1.11.1",
 8301 "fnv",
 8302 "itoa",
 8303]
 8304
 8305[[package]]
 8306name = "http-body"
 8307version = "0.4.6"
 8308source = "registry+https://github.com/rust-lang/crates.io-index"
 8309checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8310dependencies = [
 8311 "bytes 1.11.1",
 8312 "http 0.2.12",
 8313 "pin-project-lite",
 8314]
 8315
 8316[[package]]
 8317name = "http-body"
 8318version = "1.0.1"
 8319source = "registry+https://github.com/rust-lang/crates.io-index"
 8320checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8321dependencies = [
 8322 "bytes 1.11.1",
 8323 "http 1.3.1",
 8324]
 8325
 8326[[package]]
 8327name = "http-body-util"
 8328version = "0.1.3"
 8329source = "registry+https://github.com/rust-lang/crates.io-index"
 8330checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8331dependencies = [
 8332 "bytes 1.11.1",
 8333 "futures-core",
 8334 "http 1.3.1",
 8335 "http-body 1.0.1",
 8336 "pin-project-lite",
 8337]
 8338
 8339[[package]]
 8340name = "http-range-header"
 8341version = "0.3.1"
 8342source = "registry+https://github.com/rust-lang/crates.io-index"
 8343checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8344
 8345[[package]]
 8346name = "http_client"
 8347version = "0.1.0"
 8348dependencies = [
 8349 "anyhow",
 8350 "async-compression",
 8351 "async-fs",
 8352 "async-tar",
 8353 "bytes 1.11.1",
 8354 "derive_more",
 8355 "futures 0.3.31",
 8356 "http 1.3.1",
 8357 "http-body 1.0.1",
 8358 "log",
 8359 "parking_lot",
 8360 "serde",
 8361 "serde_json",
 8362 "serde_urlencoded",
 8363 "sha2",
 8364 "tempfile",
 8365 "url",
 8366 "util",
 8367]
 8368
 8369[[package]]
 8370name = "http_client_tls"
 8371version = "0.1.0"
 8372dependencies = [
 8373 "rustls 0.23.33",
 8374 "rustls-platform-verifier",
 8375]
 8376
 8377[[package]]
 8378name = "httparse"
 8379version = "1.10.1"
 8380source = "registry+https://github.com/rust-lang/crates.io-index"
 8381checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8382
 8383[[package]]
 8384name = "httpdate"
 8385version = "1.0.3"
 8386source = "registry+https://github.com/rust-lang/crates.io-index"
 8387checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8388
 8389[[package]]
 8390name = "human_bytes"
 8391version = "0.4.3"
 8392source = "registry+https://github.com/rust-lang/crates.io-index"
 8393checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8394
 8395[[package]]
 8396name = "humantime"
 8397version = "2.3.0"
 8398source = "registry+https://github.com/rust-lang/crates.io-index"
 8399checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8400
 8401[[package]]
 8402name = "hyper"
 8403version = "0.14.32"
 8404source = "registry+https://github.com/rust-lang/crates.io-index"
 8405checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8406dependencies = [
 8407 "bytes 1.11.1",
 8408 "futures-channel",
 8409 "futures-core",
 8410 "futures-util",
 8411 "h2 0.3.27",
 8412 "http 0.2.12",
 8413 "http-body 0.4.6",
 8414 "httparse",
 8415 "httpdate",
 8416 "itoa",
 8417 "pin-project-lite",
 8418 "socket2 0.5.10",
 8419 "tokio",
 8420 "tower-service",
 8421 "tracing",
 8422 "want",
 8423]
 8424
 8425[[package]]
 8426name = "hyper"
 8427version = "1.7.0"
 8428source = "registry+https://github.com/rust-lang/crates.io-index"
 8429checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8430dependencies = [
 8431 "atomic-waker",
 8432 "bytes 1.11.1",
 8433 "futures-channel",
 8434 "futures-core",
 8435 "h2 0.4.12",
 8436 "http 1.3.1",
 8437 "http-body 1.0.1",
 8438 "httparse",
 8439 "itoa",
 8440 "pin-project-lite",
 8441 "pin-utils",
 8442 "smallvec",
 8443 "tokio",
 8444 "want",
 8445]
 8446
 8447[[package]]
 8448name = "hyper-rustls"
 8449version = "0.24.2"
 8450source = "registry+https://github.com/rust-lang/crates.io-index"
 8451checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8452dependencies = [
 8453 "futures-util",
 8454 "http 0.2.12",
 8455 "hyper 0.14.32",
 8456 "log",
 8457 "rustls 0.21.12",
 8458 "rustls-native-certs 0.6.3",
 8459 "tokio",
 8460 "tokio-rustls 0.24.1",
 8461]
 8462
 8463[[package]]
 8464name = "hyper-rustls"
 8465version = "0.27.7"
 8466source = "registry+https://github.com/rust-lang/crates.io-index"
 8467checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8468dependencies = [
 8469 "http 1.3.1",
 8470 "hyper 1.7.0",
 8471 "hyper-util",
 8472 "rustls 0.23.33",
 8473 "rustls-native-certs 0.8.2",
 8474 "rustls-pki-types",
 8475 "tokio",
 8476 "tokio-rustls 0.26.2",
 8477 "tower-service",
 8478]
 8479
 8480[[package]]
 8481name = "hyper-tls"
 8482version = "0.5.0"
 8483source = "registry+https://github.com/rust-lang/crates.io-index"
 8484checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8485dependencies = [
 8486 "bytes 1.11.1",
 8487 "hyper 0.14.32",
 8488 "native-tls",
 8489 "tokio",
 8490 "tokio-native-tls",
 8491]
 8492
 8493[[package]]
 8494name = "hyper-util"
 8495version = "0.1.17"
 8496source = "registry+https://github.com/rust-lang/crates.io-index"
 8497checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8498dependencies = [
 8499 "base64 0.22.1",
 8500 "bytes 1.11.1",
 8501 "futures-channel",
 8502 "futures-core",
 8503 "futures-util",
 8504 "http 1.3.1",
 8505 "http-body 1.0.1",
 8506 "hyper 1.7.0",
 8507 "ipnet",
 8508 "libc",
 8509 "percent-encoding",
 8510 "pin-project-lite",
 8511 "socket2 0.6.1",
 8512 "tokio",
 8513 "tower-service",
 8514 "tracing",
 8515]
 8516
 8517[[package]]
 8518name = "iana-time-zone"
 8519version = "0.1.64"
 8520source = "registry+https://github.com/rust-lang/crates.io-index"
 8521checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8522dependencies = [
 8523 "android_system_properties",
 8524 "core-foundation-sys",
 8525 "iana-time-zone-haiku",
 8526 "js-sys",
 8527 "log",
 8528 "wasm-bindgen",
 8529 "windows-core 0.62.2",
 8530]
 8531
 8532[[package]]
 8533name = "iana-time-zone-haiku"
 8534version = "0.1.2"
 8535source = "registry+https://github.com/rust-lang/crates.io-index"
 8536checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8537dependencies = [
 8538 "cc",
 8539]
 8540
 8541[[package]]
 8542name = "icons"
 8543version = "0.1.0"
 8544dependencies = [
 8545 "serde",
 8546 "strum 0.27.2",
 8547]
 8548
 8549[[package]]
 8550name = "icu_collections"
 8551version = "2.0.0"
 8552source = "registry+https://github.com/rust-lang/crates.io-index"
 8553checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8554dependencies = [
 8555 "displaydoc",
 8556 "potential_utf",
 8557 "yoke 0.8.0",
 8558 "zerofrom",
 8559 "zerovec",
 8560]
 8561
 8562[[package]]
 8563name = "icu_locale_core"
 8564version = "2.0.0"
 8565source = "registry+https://github.com/rust-lang/crates.io-index"
 8566checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8567dependencies = [
 8568 "displaydoc",
 8569 "litemap",
 8570 "tinystr",
 8571 "writeable",
 8572 "zerovec",
 8573]
 8574
 8575[[package]]
 8576name = "icu_normalizer"
 8577version = "2.0.0"
 8578source = "registry+https://github.com/rust-lang/crates.io-index"
 8579checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8580dependencies = [
 8581 "displaydoc",
 8582 "icu_collections",
 8583 "icu_normalizer_data",
 8584 "icu_properties",
 8585 "icu_provider",
 8586 "smallvec",
 8587 "zerovec",
 8588]
 8589
 8590[[package]]
 8591name = "icu_normalizer_data"
 8592version = "2.0.0"
 8593source = "registry+https://github.com/rust-lang/crates.io-index"
 8594checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8595
 8596[[package]]
 8597name = "icu_properties"
 8598version = "2.0.1"
 8599source = "registry+https://github.com/rust-lang/crates.io-index"
 8600checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8601dependencies = [
 8602 "displaydoc",
 8603 "icu_collections",
 8604 "icu_locale_core",
 8605 "icu_properties_data",
 8606 "icu_provider",
 8607 "potential_utf",
 8608 "zerotrie",
 8609 "zerovec",
 8610]
 8611
 8612[[package]]
 8613name = "icu_properties_data"
 8614version = "2.0.1"
 8615source = "registry+https://github.com/rust-lang/crates.io-index"
 8616checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8617
 8618[[package]]
 8619name = "icu_provider"
 8620version = "2.0.0"
 8621source = "registry+https://github.com/rust-lang/crates.io-index"
 8622checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8623dependencies = [
 8624 "displaydoc",
 8625 "icu_locale_core",
 8626 "stable_deref_trait",
 8627 "tinystr",
 8628 "writeable",
 8629 "yoke 0.8.0",
 8630 "zerofrom",
 8631 "zerotrie",
 8632 "zerovec",
 8633]
 8634
 8635[[package]]
 8636name = "id-arena"
 8637version = "2.2.1"
 8638source = "registry+https://github.com/rust-lang/crates.io-index"
 8639checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8640
 8641[[package]]
 8642name = "ident_case"
 8643version = "1.0.1"
 8644source = "registry+https://github.com/rust-lang/crates.io-index"
 8645checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8646
 8647[[package]]
 8648name = "idna"
 8649version = "1.1.0"
 8650source = "registry+https://github.com/rust-lang/crates.io-index"
 8651checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8652dependencies = [
 8653 "idna_adapter",
 8654 "smallvec",
 8655 "utf8_iter",
 8656]
 8657
 8658[[package]]
 8659name = "idna_adapter"
 8660version = "1.2.1"
 8661source = "registry+https://github.com/rust-lang/crates.io-index"
 8662checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8663dependencies = [
 8664 "icu_normalizer",
 8665 "icu_properties",
 8666]
 8667
 8668[[package]]
 8669name = "ignore"
 8670version = "0.4.24"
 8671source = "registry+https://github.com/rust-lang/crates.io-index"
 8672checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8673dependencies = [
 8674 "crossbeam-deque",
 8675 "globset",
 8676 "log",
 8677 "memchr",
 8678 "regex-automata",
 8679 "same-file",
 8680 "walkdir",
 8681 "winapi-util",
 8682]
 8683
 8684[[package]]
 8685name = "image"
 8686version = "0.25.8"
 8687source = "registry+https://github.com/rust-lang/crates.io-index"
 8688checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8689dependencies = [
 8690 "bytemuck",
 8691 "byteorder-lite",
 8692 "color_quant",
 8693 "exr",
 8694 "gif",
 8695 "image-webp",
 8696 "moxcms",
 8697 "num-traits",
 8698 "png 0.18.0",
 8699 "qoi",
 8700 "ravif",
 8701 "rayon",
 8702 "rgb",
 8703 "tiff",
 8704 "zune-core",
 8705 "zune-jpeg",
 8706]
 8707
 8708[[package]]
 8709name = "image-webp"
 8710version = "0.2.4"
 8711source = "registry+https://github.com/rust-lang/crates.io-index"
 8712checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8713dependencies = [
 8714 "byteorder-lite",
 8715 "quick-error 2.0.1",
 8716]
 8717
 8718[[package]]
 8719name = "image_viewer"
 8720version = "0.1.0"
 8721dependencies = [
 8722 "anyhow",
 8723 "db",
 8724 "editor",
 8725 "file_icons",
 8726 "gpui",
 8727 "language",
 8728 "log",
 8729 "project",
 8730 "serde",
 8731 "settings",
 8732 "theme",
 8733 "ui",
 8734 "util",
 8735 "workspace",
 8736]
 8737
 8738[[package]]
 8739name = "imagesize"
 8740version = "0.13.0"
 8741source = "registry+https://github.com/rust-lang/crates.io-index"
 8742checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8743
 8744[[package]]
 8745name = "imara-diff"
 8746version = "0.1.8"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8749dependencies = [
 8750 "hashbrown 0.15.5",
 8751]
 8752
 8753[[package]]
 8754name = "imgref"
 8755version = "1.12.0"
 8756source = "registry+https://github.com/rust-lang/crates.io-index"
 8757checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8758
 8759[[package]]
 8760name = "indenter"
 8761version = "0.3.4"
 8762source = "registry+https://github.com/rust-lang/crates.io-index"
 8763checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8764
 8765[[package]]
 8766name = "indexmap"
 8767version = "2.11.4"
 8768source = "registry+https://github.com/rust-lang/crates.io-index"
 8769checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8770dependencies = [
 8771 "equivalent",
 8772 "hashbrown 0.16.1",
 8773 "serde",
 8774 "serde_core",
 8775]
 8776
 8777[[package]]
 8778name = "indoc"
 8779version = "2.0.6"
 8780source = "registry+https://github.com/rust-lang/crates.io-index"
 8781checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8782
 8783[[package]]
 8784name = "inherent"
 8785version = "1.0.13"
 8786source = "registry+https://github.com/rust-lang/crates.io-index"
 8787checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8788dependencies = [
 8789 "proc-macro2",
 8790 "quote",
 8791 "syn 2.0.117",
 8792]
 8793
 8794[[package]]
 8795name = "inotify"
 8796version = "0.9.6"
 8797source = "registry+https://github.com/rust-lang/crates.io-index"
 8798checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8799dependencies = [
 8800 "bitflags 1.3.2",
 8801 "inotify-sys",
 8802 "libc",
 8803]
 8804
 8805[[package]]
 8806name = "inotify"
 8807version = "0.11.0"
 8808source = "registry+https://github.com/rust-lang/crates.io-index"
 8809checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8810dependencies = [
 8811 "bitflags 2.10.0",
 8812 "inotify-sys",
 8813 "libc",
 8814]
 8815
 8816[[package]]
 8817name = "inotify-sys"
 8818version = "0.1.5"
 8819source = "registry+https://github.com/rust-lang/crates.io-index"
 8820checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8821dependencies = [
 8822 "libc",
 8823]
 8824
 8825[[package]]
 8826name = "inout"
 8827version = "0.1.4"
 8828source = "registry+https://github.com/rust-lang/crates.io-index"
 8829checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8830dependencies = [
 8831 "block-padding",
 8832 "generic-array",
 8833]
 8834
 8835[[package]]
 8836name = "inspector_ui"
 8837version = "0.1.0"
 8838dependencies = [
 8839 "anyhow",
 8840 "command_palette_hooks",
 8841 "editor",
 8842 "fuzzy",
 8843 "gpui",
 8844 "language",
 8845 "project",
 8846 "serde_json",
 8847 "serde_json_lenient",
 8848 "theme",
 8849 "ui",
 8850 "util",
 8851 "util_macros",
 8852 "workspace",
 8853 "zed_actions",
 8854]
 8855
 8856[[package]]
 8857name = "install_cli"
 8858version = "0.1.0"
 8859dependencies = [
 8860 "anyhow",
 8861 "client",
 8862 "gpui",
 8863 "release_channel",
 8864 "smol",
 8865 "util",
 8866 "workspace",
 8867]
 8868
 8869[[package]]
 8870name = "instant"
 8871version = "0.1.13"
 8872source = "registry+https://github.com/rust-lang/crates.io-index"
 8873checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8874dependencies = [
 8875 "cfg-if",
 8876]
 8877
 8878[[package]]
 8879name = "interpolate_name"
 8880version = "0.2.4"
 8881source = "registry+https://github.com/rust-lang/crates.io-index"
 8882checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8883dependencies = [
 8884 "proc-macro2",
 8885 "quote",
 8886 "syn 2.0.117",
 8887]
 8888
 8889[[package]]
 8890name = "inventory"
 8891version = "0.3.21"
 8892source = "registry+https://github.com/rust-lang/crates.io-index"
 8893checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8894dependencies = [
 8895 "rustversion",
 8896]
 8897
 8898[[package]]
 8899name = "io-extras"
 8900version = "0.18.4"
 8901source = "registry+https://github.com/rust-lang/crates.io-index"
 8902checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8903dependencies = [
 8904 "io-lifetimes",
 8905 "windows-sys 0.59.0",
 8906]
 8907
 8908[[package]]
 8909name = "io-lifetimes"
 8910version = "2.0.4"
 8911source = "registry+https://github.com/rust-lang/crates.io-index"
 8912checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8913
 8914[[package]]
 8915name = "io-surface"
 8916version = "0.16.1"
 8917source = "registry+https://github.com/rust-lang/crates.io-index"
 8918checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8919dependencies = [
 8920 "cgl",
 8921 "core-foundation 0.10.0",
 8922 "core-foundation-sys",
 8923 "leaky-cow",
 8924]
 8925
 8926[[package]]
 8927name = "iovec"
 8928version = "0.1.4"
 8929source = "registry+https://github.com/rust-lang/crates.io-index"
 8930checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8931dependencies = [
 8932 "libc",
 8933]
 8934
 8935[[package]]
 8936name = "ipc-channel"
 8937version = "0.19.0"
 8938source = "registry+https://github.com/rust-lang/crates.io-index"
 8939checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8940dependencies = [
 8941 "bincode",
 8942 "crossbeam-channel",
 8943 "fnv",
 8944 "lazy_static",
 8945 "libc",
 8946 "mio 1.1.0",
 8947 "rand 0.8.5",
 8948 "serde",
 8949 "tempfile",
 8950 "uuid",
 8951 "windows 0.58.0",
 8952]
 8953
 8954[[package]]
 8955name = "ipnet"
 8956version = "2.11.0"
 8957source = "registry+https://github.com/rust-lang/crates.io-index"
 8958checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8959
 8960[[package]]
 8961name = "iri-string"
 8962version = "0.7.8"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8965dependencies = [
 8966 "memchr",
 8967 "serde",
 8968]
 8969
 8970[[package]]
 8971name = "is-docker"
 8972version = "0.2.0"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8975dependencies = [
 8976 "once_cell",
 8977]
 8978
 8979[[package]]
 8980name = "is-terminal"
 8981version = "0.4.16"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8984dependencies = [
 8985 "hermit-abi",
 8986 "libc",
 8987 "windows-sys 0.59.0",
 8988]
 8989
 8990[[package]]
 8991name = "is-wsl"
 8992version = "0.4.0"
 8993source = "registry+https://github.com/rust-lang/crates.io-index"
 8994checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8995dependencies = [
 8996 "is-docker",
 8997 "once_cell",
 8998]
 8999
 9000[[package]]
 9001name = "is_executable"
 9002version = "1.0.5"
 9003source = "registry+https://github.com/rust-lang/crates.io-index"
 9004checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 9005dependencies = [
 9006 "windows-sys 0.60.2",
 9007]
 9008
 9009[[package]]
 9010name = "is_terminal_polyfill"
 9011version = "1.70.1"
 9012source = "registry+https://github.com/rust-lang/crates.io-index"
 9013checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 9014
 9015[[package]]
 9016name = "itertools"
 9017version = "0.10.5"
 9018source = "registry+https://github.com/rust-lang/crates.io-index"
 9019checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 9020dependencies = [
 9021 "either",
 9022]
 9023
 9024[[package]]
 9025name = "itertools"
 9026version = "0.11.0"
 9027source = "registry+https://github.com/rust-lang/crates.io-index"
 9028checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9029dependencies = [
 9030 "either",
 9031]
 9032
 9033[[package]]
 9034name = "itertools"
 9035version = "0.12.1"
 9036source = "registry+https://github.com/rust-lang/crates.io-index"
 9037checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 9038dependencies = [
 9039 "either",
 9040]
 9041
 9042[[package]]
 9043name = "itertools"
 9044version = "0.14.0"
 9045source = "registry+https://github.com/rust-lang/crates.io-index"
 9046checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9047dependencies = [
 9048 "either",
 9049]
 9050
 9051[[package]]
 9052name = "itoa"
 9053version = "1.0.15"
 9054source = "registry+https://github.com/rust-lang/crates.io-index"
 9055checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9056
 9057[[package]]
 9058name = "jiff"
 9059version = "0.2.15"
 9060source = "registry+https://github.com/rust-lang/crates.io-index"
 9061checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9062dependencies = [
 9063 "jiff-static",
 9064 "log",
 9065 "portable-atomic",
 9066 "portable-atomic-util",
 9067 "serde",
 9068]
 9069
 9070[[package]]
 9071name = "jiff-static"
 9072version = "0.2.15"
 9073source = "registry+https://github.com/rust-lang/crates.io-index"
 9074checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9075dependencies = [
 9076 "proc-macro2",
 9077 "quote",
 9078 "syn 2.0.117",
 9079]
 9080
 9081[[package]]
 9082name = "jni"
 9083version = "0.21.1"
 9084source = "registry+https://github.com/rust-lang/crates.io-index"
 9085checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9086dependencies = [
 9087 "cesu8",
 9088 "cfg-if",
 9089 "combine",
 9090 "jni-sys",
 9091 "log",
 9092 "thiserror 1.0.69",
 9093 "walkdir",
 9094 "windows-sys 0.45.0",
 9095]
 9096
 9097[[package]]
 9098name = "jni-sys"
 9099version = "0.3.0"
 9100source = "registry+https://github.com/rust-lang/crates.io-index"
 9101checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9102
 9103[[package]]
 9104name = "jobserver"
 9105version = "0.1.34"
 9106source = "registry+https://github.com/rust-lang/crates.io-index"
 9107checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9108dependencies = [
 9109 "getrandom 0.3.4",
 9110 "libc",
 9111]
 9112
 9113[[package]]
 9114name = "journal"
 9115version = "0.1.0"
 9116dependencies = [
 9117 "anyhow",
 9118 "chrono",
 9119 "editor",
 9120 "gpui",
 9121 "log",
 9122 "serde",
 9123 "settings",
 9124 "shellexpand 2.1.2",
 9125 "workspace",
 9126]
 9127
 9128[[package]]
 9129name = "js-sys"
 9130version = "0.3.90"
 9131source = "registry+https://github.com/rust-lang/crates.io-index"
 9132checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9133dependencies = [
 9134 "once_cell",
 9135 "wasm-bindgen",
 9136]
 9137
 9138[[package]]
 9139name = "json5"
 9140version = "0.4.1"
 9141source = "registry+https://github.com/rust-lang/crates.io-index"
 9142checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9143dependencies = [
 9144 "pest",
 9145 "pest_derive",
 9146 "serde",
 9147]
 9148
 9149[[package]]
 9150name = "json_dotpath"
 9151version = "1.1.0"
 9152source = "registry+https://github.com/rust-lang/crates.io-index"
 9153checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9154dependencies = [
 9155 "serde",
 9156 "serde_derive",
 9157 "serde_json",
 9158 "thiserror 1.0.69",
 9159]
 9160
 9161[[package]]
 9162name = "json_schema_store"
 9163version = "0.1.0"
 9164dependencies = [
 9165 "anyhow",
 9166 "collections",
 9167 "dap",
 9168 "extension",
 9169 "gpui",
 9170 "language",
 9171 "parking_lot",
 9172 "paths",
 9173 "project",
 9174 "schemars",
 9175 "serde",
 9176 "serde_json",
 9177 "settings",
 9178 "snippet_provider",
 9179 "task",
 9180 "theme",
 9181 "util",
 9182]
 9183
 9184[[package]]
 9185name = "jsonschema"
 9186version = "0.37.4"
 9187source = "registry+https://github.com/rust-lang/crates.io-index"
 9188checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9189dependencies = [
 9190 "ahash 0.8.12",
 9191 "bytecount",
 9192 "data-encoding",
 9193 "email_address",
 9194 "fancy-regex 0.16.2",
 9195 "fraction",
 9196 "getrandom 0.3.4",
 9197 "idna",
 9198 "itoa",
 9199 "num-cmp",
 9200 "num-traits",
 9201 "percent-encoding",
 9202 "referencing",
 9203 "regex",
 9204 "regex-syntax",
 9205 "reqwest 0.12.24",
 9206 "serde",
 9207 "serde_json",
 9208 "unicode-general-category",
 9209 "uuid-simd",
 9210]
 9211
 9212[[package]]
 9213name = "jsonwebtoken"
 9214version = "10.3.0"
 9215source = "registry+https://github.com/rust-lang/crates.io-index"
 9216checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9217dependencies = [
 9218 "aws-lc-rs",
 9219 "base64 0.22.1",
 9220 "getrandom 0.2.16",
 9221 "js-sys",
 9222 "pem",
 9223 "serde",
 9224 "serde_json",
 9225 "signature 2.2.0",
 9226 "simple_asn1",
 9227]
 9228
 9229[[package]]
 9230name = "jupyter-protocol"
 9231version = "1.4.0"
 9232source = "registry+https://github.com/rust-lang/crates.io-index"
 9233checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9234dependencies = [
 9235 "async-trait",
 9236 "bytes 1.11.1",
 9237 "chrono",
 9238 "futures 0.3.31",
 9239 "serde",
 9240 "serde_json",
 9241 "thiserror 2.0.17",
 9242 "uuid",
 9243]
 9244
 9245[[package]]
 9246name = "jupyter-websocket-client"
 9247version = "1.0.0"
 9248source = "registry+https://github.com/rust-lang/crates.io-index"
 9249checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9250dependencies = [
 9251 "anyhow",
 9252 "async-trait",
 9253 "async-tungstenite",
 9254 "futures 0.3.31",
 9255 "jupyter-protocol",
 9256 "serde",
 9257 "serde_json",
 9258 "tokio",
 9259 "url",
 9260 "uuid",
 9261]
 9262
 9263[[package]]
 9264name = "keymap_editor"
 9265version = "0.1.0"
 9266dependencies = [
 9267 "anyhow",
 9268 "collections",
 9269 "command_palette",
 9270 "component",
 9271 "db",
 9272 "editor",
 9273 "fs",
 9274 "fuzzy",
 9275 "gpui",
 9276 "itertools 0.14.0",
 9277 "json_schema_store",
 9278 "language",
 9279 "log",
 9280 "menu",
 9281 "notifications",
 9282 "paths",
 9283 "project",
 9284 "search",
 9285 "serde",
 9286 "serde_json",
 9287 "settings",
 9288 "telemetry",
 9289 "tempfile",
 9290 "theme",
 9291 "tree-sitter-json",
 9292 "tree-sitter-rust",
 9293 "ui",
 9294 "ui_input",
 9295 "util",
 9296 "workspace",
 9297 "zed_actions",
 9298]
 9299
 9300[[package]]
 9301name = "khronos-egl"
 9302version = "6.0.0"
 9303source = "registry+https://github.com/rust-lang/crates.io-index"
 9304checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9305dependencies = [
 9306 "libc",
 9307 "libloading",
 9308 "pkg-config",
 9309]
 9310
 9311[[package]]
 9312name = "khronos_api"
 9313version = "3.1.0"
 9314source = "registry+https://github.com/rust-lang/crates.io-index"
 9315checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9316
 9317[[package]]
 9318name = "kqueue"
 9319version = "1.1.1"
 9320source = "registry+https://github.com/rust-lang/crates.io-index"
 9321checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9322dependencies = [
 9323 "kqueue-sys",
 9324 "libc",
 9325]
 9326
 9327[[package]]
 9328name = "kqueue-sys"
 9329version = "1.0.4"
 9330source = "registry+https://github.com/rust-lang/crates.io-index"
 9331checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9332dependencies = [
 9333 "bitflags 1.3.2",
 9334 "libc",
 9335]
 9336
 9337[[package]]
 9338name = "kurbo"
 9339version = "0.11.3"
 9340source = "registry+https://github.com/rust-lang/crates.io-index"
 9341checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9342dependencies = [
 9343 "arrayvec",
 9344 "euclid",
 9345 "smallvec",
 9346]
 9347
 9348[[package]]
 9349name = "kv-log-macro"
 9350version = "1.0.7"
 9351source = "registry+https://github.com/rust-lang/crates.io-index"
 9352checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9353dependencies = [
 9354 "log",
 9355]
 9356
 9357[[package]]
 9358name = "language"
 9359version = "0.1.0"
 9360dependencies = [
 9361 "anyhow",
 9362 "async-trait",
 9363 "clock",
 9364 "collections",
 9365 "ctor",
 9366 "diffy",
 9367 "ec4rs",
 9368 "encoding_rs",
 9369 "fs",
 9370 "futures 0.3.31",
 9371 "fuzzy",
 9372 "globset",
 9373 "gpui",
 9374 "http_client",
 9375 "imara-diff",
 9376 "indoc",
 9377 "itertools 0.14.0",
 9378 "log",
 9379 "lsp",
 9380 "parking_lot",
 9381 "postage",
 9382 "pretty_assertions",
 9383 "rand 0.9.2",
 9384 "regex",
 9385 "rpc",
 9386 "schemars",
 9387 "semver",
 9388 "serde",
 9389 "serde_json",
 9390 "settings",
 9391 "shellexpand 2.1.2",
 9392 "smallvec",
 9393 "smol",
 9394 "streaming-iterator",
 9395 "strsim",
 9396 "sum_tree",
 9397 "task",
 9398 "text",
 9399 "theme",
 9400 "toml 0.8.23",
 9401 "tracing",
 9402 "tree-sitter",
 9403 "tree-sitter-elixir",
 9404 "tree-sitter-embedded-template",
 9405 "tree-sitter-heex",
 9406 "tree-sitter-html",
 9407 "tree-sitter-json",
 9408 "tree-sitter-md",
 9409 "tree-sitter-python",
 9410 "tree-sitter-ruby",
 9411 "tree-sitter-rust",
 9412 "tree-sitter-typescript",
 9413 "unicase",
 9414 "unindent",
 9415 "util",
 9416 "watch",
 9417 "zlog",
 9418 "ztracing",
 9419]
 9420
 9421[[package]]
 9422name = "language_extension"
 9423version = "0.1.0"
 9424dependencies = [
 9425 "anyhow",
 9426 "async-trait",
 9427 "collections",
 9428 "extension",
 9429 "fs",
 9430 "futures 0.3.31",
 9431 "gpui",
 9432 "language",
 9433 "log",
 9434 "lsp",
 9435 "project",
 9436 "serde",
 9437 "serde_json",
 9438 "tracing",
 9439 "util",
 9440 "ztracing",
 9441]
 9442
 9443[[package]]
 9444name = "language_model"
 9445version = "0.1.0"
 9446dependencies = [
 9447 "anthropic",
 9448 "anyhow",
 9449 "base64 0.22.1",
 9450 "client",
 9451 "cloud_api_client",
 9452 "cloud_api_types",
 9453 "cloud_llm_client",
 9454 "collections",
 9455 "credentials_provider",
 9456 "futures 0.3.31",
 9457 "gpui",
 9458 "http_client",
 9459 "icons",
 9460 "image",
 9461 "log",
 9462 "open_ai",
 9463 "open_router",
 9464 "parking_lot",
 9465 "proto",
 9466 "schemars",
 9467 "serde",
 9468 "serde_json",
 9469 "settings",
 9470 "smol",
 9471 "thiserror 2.0.17",
 9472 "util",
 9473 "zed_env_vars",
 9474]
 9475
 9476[[package]]
 9477name = "language_models"
 9478version = "0.1.0"
 9479dependencies = [
 9480 "ai_onboarding",
 9481 "anthropic",
 9482 "anyhow",
 9483 "aws-config",
 9484 "aws-credential-types",
 9485 "aws_http_client",
 9486 "base64 0.22.1",
 9487 "bedrock",
 9488 "client",
 9489 "cloud_api_types",
 9490 "cloud_llm_client",
 9491 "collections",
 9492 "component",
 9493 "convert_case 0.8.0",
 9494 "copilot",
 9495 "copilot_chat",
 9496 "copilot_ui",
 9497 "credentials_provider",
 9498 "deepseek",
 9499 "extension",
 9500 "extension_host",
 9501 "fs",
 9502 "futures 0.3.31",
 9503 "google_ai",
 9504 "gpui",
 9505 "gpui_tokio",
 9506 "http_client",
 9507 "language",
 9508 "language_model",
 9509 "lmstudio",
 9510 "log",
 9511 "menu",
 9512 "mistral",
 9513 "ollama",
 9514 "open_ai",
 9515 "open_router",
 9516 "opencode",
 9517 "partial-json-fixer",
 9518 "pretty_assertions",
 9519 "release_channel",
 9520 "schemars",
 9521 "semver",
 9522 "serde",
 9523 "serde_json",
 9524 "settings",
 9525 "smol",
 9526 "strum 0.27.2",
 9527 "thiserror 2.0.17",
 9528 "tiktoken-rs",
 9529 "tokio",
 9530 "ui",
 9531 "ui_input",
 9532 "util",
 9533 "vercel",
 9534 "x_ai",
 9535]
 9536
 9537[[package]]
 9538name = "language_onboarding"
 9539version = "0.1.0"
 9540dependencies = [
 9541 "db",
 9542 "editor",
 9543 "gpui",
 9544 "project",
 9545 "ui",
 9546 "workspace",
 9547]
 9548
 9549[[package]]
 9550name = "language_selector"
 9551version = "0.1.0"
 9552dependencies = [
 9553 "anyhow",
 9554 "editor",
 9555 "file_icons",
 9556 "fuzzy",
 9557 "gpui",
 9558 "language",
 9559 "open_path_prompt",
 9560 "picker",
 9561 "project",
 9562 "serde_json",
 9563 "settings",
 9564 "ui",
 9565 "util",
 9566 "workspace",
 9567]
 9568
 9569[[package]]
 9570name = "language_tools"
 9571version = "0.1.0"
 9572dependencies = [
 9573 "anyhow",
 9574 "client",
 9575 "collections",
 9576 "command_palette_hooks",
 9577 "edit_prediction",
 9578 "editor",
 9579 "futures 0.3.31",
 9580 "gpui",
 9581 "itertools 0.14.0",
 9582 "language",
 9583 "lsp",
 9584 "menu",
 9585 "project",
 9586 "proto",
 9587 "release_channel",
 9588 "semver",
 9589 "serde_json",
 9590 "settings",
 9591 "sysinfo 0.37.2",
 9592 "telemetry",
 9593 "theme",
 9594 "tree-sitter",
 9595 "ui",
 9596 "util",
 9597 "workspace",
 9598 "zed_actions",
 9599 "zlog",
 9600]
 9601
 9602[[package]]
 9603name = "languages"
 9604version = "0.1.0"
 9605dependencies = [
 9606 "anyhow",
 9607 "async-compression",
 9608 "async-fs",
 9609 "async-tar",
 9610 "async-trait",
 9611 "chrono",
 9612 "collections",
 9613 "futures 0.3.31",
 9614 "globset",
 9615 "gpui",
 9616 "http_client",
 9617 "itertools 0.14.0",
 9618 "json_schema_store",
 9619 "language",
 9620 "log",
 9621 "lsp",
 9622 "node_runtime",
 9623 "parking_lot",
 9624 "pet",
 9625 "pet-conda",
 9626 "pet-core",
 9627 "pet-fs",
 9628 "pet-poetry",
 9629 "pet-reporter",
 9630 "pet-virtualenv",
 9631 "pretty_assertions",
 9632 "project",
 9633 "regex",
 9634 "rope",
 9635 "rust-embed",
 9636 "semver",
 9637 "serde",
 9638 "serde_json",
 9639 "serde_json_lenient",
 9640 "settings",
 9641 "smallvec",
 9642 "smol",
 9643 "snippet",
 9644 "task",
 9645 "terminal",
 9646 "theme",
 9647 "toml 0.8.23",
 9648 "tree-sitter",
 9649 "tree-sitter-bash",
 9650 "tree-sitter-c",
 9651 "tree-sitter-cpp",
 9652 "tree-sitter-css",
 9653 "tree-sitter-diff",
 9654 "tree-sitter-gitcommit",
 9655 "tree-sitter-go",
 9656 "tree-sitter-gomod",
 9657 "tree-sitter-gowork",
 9658 "tree-sitter-jsdoc",
 9659 "tree-sitter-json",
 9660 "tree-sitter-md",
 9661 "tree-sitter-python",
 9662 "tree-sitter-regex",
 9663 "tree-sitter-rust",
 9664 "tree-sitter-typescript",
 9665 "tree-sitter-yaml",
 9666 "unindent",
 9667 "url",
 9668 "util",
 9669]
 9670
 9671[[package]]
 9672name = "lazy_static"
 9673version = "1.5.0"
 9674source = "registry+https://github.com/rust-lang/crates.io-index"
 9675checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9676dependencies = [
 9677 "spin 0.9.8",
 9678]
 9679
 9680[[package]]
 9681name = "leak"
 9682version = "0.1.2"
 9683source = "registry+https://github.com/rust-lang/crates.io-index"
 9684checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9685
 9686[[package]]
 9687name = "leaky-cow"
 9688version = "0.1.1"
 9689source = "registry+https://github.com/rust-lang/crates.io-index"
 9690checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9691dependencies = [
 9692 "leak",
 9693]
 9694
 9695[[package]]
 9696name = "leb128"
 9697version = "0.2.5"
 9698source = "registry+https://github.com/rust-lang/crates.io-index"
 9699checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9700
 9701[[package]]
 9702name = "leb128fmt"
 9703version = "0.1.0"
 9704source = "registry+https://github.com/rust-lang/crates.io-index"
 9705checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9706
 9707[[package]]
 9708name = "lebe"
 9709version = "0.5.3"
 9710source = "registry+https://github.com/rust-lang/crates.io-index"
 9711checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9712
 9713[[package]]
 9714name = "libc"
 9715version = "0.2.182"
 9716source = "registry+https://github.com/rust-lang/crates.io-index"
 9717checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9718
 9719[[package]]
 9720name = "libdbus-sys"
 9721version = "0.2.6"
 9722source = "registry+https://github.com/rust-lang/crates.io-index"
 9723checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9724dependencies = [
 9725 "cc",
 9726 "pkg-config",
 9727]
 9728
 9729[[package]]
 9730name = "libfuzzer-sys"
 9731version = "0.4.10"
 9732source = "registry+https://github.com/rust-lang/crates.io-index"
 9733checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9734dependencies = [
 9735 "arbitrary",
 9736 "cc",
 9737]
 9738
 9739[[package]]
 9740name = "libgit2-sys"
 9741version = "0.18.3+1.9.2"
 9742source = "registry+https://github.com/rust-lang/crates.io-index"
 9743checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9744dependencies = [
 9745 "cc",
 9746 "libc",
 9747 "libz-sys",
 9748 "pkg-config",
 9749]
 9750
 9751[[package]]
 9752name = "libloading"
 9753version = "0.8.9"
 9754source = "registry+https://github.com/rust-lang/crates.io-index"
 9755checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9756dependencies = [
 9757 "cfg-if",
 9758 "windows-link 0.2.1",
 9759]
 9760
 9761[[package]]
 9762name = "libm"
 9763version = "0.2.15"
 9764source = "registry+https://github.com/rust-lang/crates.io-index"
 9765checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9766
 9767[[package]]
 9768name = "libmimalloc-sys"
 9769version = "0.1.44"
 9770source = "registry+https://github.com/rust-lang/crates.io-index"
 9771checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9772dependencies = [
 9773 "cc",
 9774 "libc",
 9775]
 9776
 9777[[package]]
 9778name = "libredox"
 9779version = "0.1.10"
 9780source = "registry+https://github.com/rust-lang/crates.io-index"
 9781checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9782dependencies = [
 9783 "bitflags 2.10.0",
 9784 "libc",
 9785 "redox_syscall 0.5.18",
 9786]
 9787
 9788[[package]]
 9789name = "libsqlite3-sys"
 9790version = "0.30.1"
 9791source = "registry+https://github.com/rust-lang/crates.io-index"
 9792checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9793dependencies = [
 9794 "cc",
 9795 "pkg-config",
 9796 "vcpkg",
 9797]
 9798
 9799[[package]]
 9800name = "libwebrtc"
 9801version = "0.3.26"
 9802source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9803dependencies = [
 9804 "cxx",
 9805 "glib",
 9806 "jni",
 9807 "js-sys",
 9808 "lazy_static",
 9809 "livekit-protocol",
 9810 "livekit-runtime",
 9811 "log",
 9812 "parking_lot",
 9813 "serde",
 9814 "serde_json",
 9815 "thiserror 1.0.69",
 9816 "tokio",
 9817 "wasm-bindgen",
 9818 "wasm-bindgen-futures",
 9819 "web-sys",
 9820 "webrtc-sys",
 9821]
 9822
 9823[[package]]
 9824name = "libz-sys"
 9825version = "1.1.22"
 9826source = "registry+https://github.com/rust-lang/crates.io-index"
 9827checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9828dependencies = [
 9829 "cc",
 9830 "libc",
 9831 "pkg-config",
 9832 "vcpkg",
 9833]
 9834
 9835[[package]]
 9836name = "line_ending_selector"
 9837version = "0.1.0"
 9838dependencies = [
 9839 "editor",
 9840 "gpui",
 9841 "language",
 9842 "picker",
 9843 "project",
 9844 "ui",
 9845 "util",
 9846 "workspace",
 9847]
 9848
 9849[[package]]
 9850name = "linebender_resource_handle"
 9851version = "0.1.1"
 9852source = "registry+https://github.com/rust-lang/crates.io-index"
 9853checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9854
 9855[[package]]
 9856name = "link-cplusplus"
 9857version = "1.0.12"
 9858source = "registry+https://github.com/rust-lang/crates.io-index"
 9859checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9860dependencies = [
 9861 "cc",
 9862]
 9863
 9864[[package]]
 9865name = "linkify"
 9866version = "0.10.0"
 9867source = "registry+https://github.com/rust-lang/crates.io-index"
 9868checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9869dependencies = [
 9870 "memchr",
 9871]
 9872
 9873[[package]]
 9874name = "linux-raw-sys"
 9875version = "0.4.15"
 9876source = "registry+https://github.com/rust-lang/crates.io-index"
 9877checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9878
 9879[[package]]
 9880name = "linux-raw-sys"
 9881version = "0.11.0"
 9882source = "registry+https://github.com/rust-lang/crates.io-index"
 9883checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9884
 9885[[package]]
 9886name = "litemap"
 9887version = "0.8.0"
 9888source = "registry+https://github.com/rust-lang/crates.io-index"
 9889checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9890
 9891[[package]]
 9892name = "litrs"
 9893version = "1.0.0"
 9894source = "registry+https://github.com/rust-lang/crates.io-index"
 9895checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9896
 9897[[package]]
 9898name = "livekit"
 9899version = "0.7.32"
 9900source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9901dependencies = [
 9902 "base64 0.22.1",
 9903 "bmrng",
 9904 "bytes 1.11.1",
 9905 "chrono",
 9906 "futures-util",
 9907 "lazy_static",
 9908 "libloading",
 9909 "libwebrtc",
 9910 "livekit-api",
 9911 "livekit-protocol",
 9912 "livekit-runtime",
 9913 "log",
 9914 "parking_lot",
 9915 "prost 0.12.6",
 9916 "semver",
 9917 "serde",
 9918 "serde_json",
 9919 "thiserror 1.0.69",
 9920 "tokio",
 9921]
 9922
 9923[[package]]
 9924name = "livekit-api"
 9925version = "0.4.14"
 9926source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9927dependencies = [
 9928 "base64 0.21.7",
 9929 "futures-util",
 9930 "http 1.3.1",
 9931 "livekit-protocol",
 9932 "livekit-runtime",
 9933 "log",
 9934 "parking_lot",
 9935 "pbjson-types",
 9936 "prost 0.12.6",
 9937 "rand 0.9.2",
 9938 "reqwest 0.12.24",
 9939 "rustls-native-certs 0.6.3",
 9940 "scopeguard",
 9941 "serde",
 9942 "sha2",
 9943 "thiserror 1.0.69",
 9944 "tokio",
 9945 "tokio-rustls 0.26.2",
 9946 "tokio-tungstenite 0.28.0",
 9947 "url",
 9948]
 9949
 9950[[package]]
 9951name = "livekit-protocol"
 9952version = "0.7.1"
 9953source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9954dependencies = [
 9955 "futures-util",
 9956 "livekit-runtime",
 9957 "parking_lot",
 9958 "pbjson",
 9959 "pbjson-types",
 9960 "prost 0.12.6",
 9961 "serde",
 9962 "thiserror 1.0.69",
 9963 "tokio",
 9964]
 9965
 9966[[package]]
 9967name = "livekit-runtime"
 9968version = "0.4.0"
 9969source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9970dependencies = [
 9971 "tokio",
 9972 "tokio-stream",
 9973]
 9974
 9975[[package]]
 9976name = "livekit_api"
 9977version = "0.1.0"
 9978dependencies = [
 9979 "anyhow",
 9980 "async-trait",
 9981 "jsonwebtoken",
 9982 "log",
 9983 "prost 0.9.0",
 9984 "prost-build 0.9.0",
 9985 "prost-types 0.9.0",
 9986 "serde",
 9987 "zed-reqwest",
 9988]
 9989
 9990[[package]]
 9991name = "livekit_client"
 9992version = "0.1.0"
 9993dependencies = [
 9994 "anyhow",
 9995 "async-trait",
 9996 "audio",
 9997 "cocoa 0.26.0",
 9998 "collections",
 9999 "core-foundation 0.10.0",
10000 "core-video",
10001 "coreaudio-rs 0.12.1",
10002 "cpal",
10003 "futures 0.3.31",
10004 "gpui",
10005 "gpui_platform",
10006 "gpui_tokio",
10007 "http_client_tls",
10008 "image",
10009 "libwebrtc",
10010 "livekit",
10011 "livekit_api",
10012 "log",
10013 "nanoid",
10014 "objc",
10015 "parking_lot",
10016 "postage",
10017 "rodio",
10018 "serde",
10019 "serde_json",
10020 "serde_urlencoded",
10021 "settings",
10022 "simplelog",
10023 "smallvec",
10024 "tokio",
10025 "ui",
10026 "util",
10027 "webrtc-sys",
10028 "zed-scap",
10029]
10030
10031[[package]]
10032name = "lmdb-master-sys"
10033version = "0.2.5"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10036dependencies = [
10037 "cc",
10038 "doxygen-rs",
10039 "libc",
10040]
10041
10042[[package]]
10043name = "lmstudio"
10044version = "0.1.0"
10045dependencies = [
10046 "anyhow",
10047 "futures 0.3.31",
10048 "http_client",
10049 "schemars",
10050 "serde",
10051 "serde_json",
10052]
10053
10054[[package]]
10055name = "lock_api"
10056version = "0.4.14"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10059dependencies = [
10060 "scopeguard",
10061]
10062
10063[[package]]
10064name = "log"
10065version = "0.4.29"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10068dependencies = [
10069 "serde_core",
10070 "value-bag",
10071]
10072
10073[[package]]
10074name = "loom"
10075version = "0.7.2"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10078dependencies = [
10079 "cfg-if",
10080 "generator",
10081 "scoped-tls",
10082 "tracing",
10083 "tracing-subscriber",
10084]
10085
10086[[package]]
10087name = "loop9"
10088version = "0.1.5"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10091dependencies = [
10092 "imgref",
10093]
10094
10095[[package]]
10096name = "lru"
10097version = "0.12.5"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10100dependencies = [
10101 "hashbrown 0.15.5",
10102]
10103
10104[[package]]
10105name = "lru-slab"
10106version = "0.1.2"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10109
10110[[package]]
10111name = "lsp"
10112version = "0.1.0"
10113dependencies = [
10114 "anyhow",
10115 "async-pipe",
10116 "collections",
10117 "ctor",
10118 "futures 0.3.31",
10119 "gpui",
10120 "gpui_util",
10121 "log",
10122 "lsp-types",
10123 "parking_lot",
10124 "postage",
10125 "release_channel",
10126 "schemars",
10127 "semver",
10128 "serde",
10129 "serde_json",
10130 "smol",
10131 "util",
10132 "zlog",
10133]
10134
10135[[package]]
10136name = "lsp-types"
10137version = "0.95.1"
10138source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10139dependencies = [
10140 "bitflags 1.3.2",
10141 "serde",
10142 "serde_json",
10143 "url",
10144]
10145
10146[[package]]
10147name = "lyon"
10148version = "1.0.16"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10151dependencies = [
10152 "lyon_algorithms",
10153 "lyon_extra",
10154 "lyon_tessellation",
10155]
10156
10157[[package]]
10158name = "lyon_algorithms"
10159version = "1.0.16"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10162dependencies = [
10163 "lyon_path",
10164 "num-traits",
10165]
10166
10167[[package]]
10168name = "lyon_extra"
10169version = "1.0.3"
10170source = "registry+https://github.com/rust-lang/crates.io-index"
10171checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10172dependencies = [
10173 "lyon_path",
10174 "thiserror 1.0.69",
10175]
10176
10177[[package]]
10178name = "lyon_geom"
10179version = "1.0.17"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10182dependencies = [
10183 "arrayvec",
10184 "euclid",
10185 "num-traits",
10186]
10187
10188[[package]]
10189name = "lyon_path"
10190version = "1.0.16"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10193dependencies = [
10194 "lyon_geom",
10195 "num-traits",
10196]
10197
10198[[package]]
10199name = "lyon_tessellation"
10200version = "1.0.16"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10203dependencies = [
10204 "float_next_after",
10205 "lyon_path",
10206 "num-traits",
10207]
10208
10209[[package]]
10210name = "mac"
10211version = "0.1.1"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10214
10215[[package]]
10216name = "mach2"
10217version = "0.4.3"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10220dependencies = [
10221 "libc",
10222]
10223
10224[[package]]
10225name = "mach2"
10226version = "0.5.0"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10229dependencies = [
10230 "libc",
10231]
10232
10233[[package]]
10234name = "malloc_buf"
10235version = "0.0.6"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10238dependencies = [
10239 "libc",
10240]
10241
10242[[package]]
10243name = "maplit"
10244version = "1.0.2"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10247
10248[[package]]
10249name = "markdown"
10250version = "0.1.0"
10251dependencies = [
10252 "assets",
10253 "base64 0.22.1",
10254 "collections",
10255 "env_logger 0.11.8",
10256 "fs",
10257 "futures 0.3.31",
10258 "gpui",
10259 "gpui_platform",
10260 "language",
10261 "languages",
10262 "linkify",
10263 "log",
10264 "node_runtime",
10265 "pulldown-cmark 0.13.0",
10266 "settings",
10267 "sum_tree",
10268 "theme",
10269 "ui",
10270 "util",
10271]
10272
10273[[package]]
10274name = "markdown_preview"
10275version = "0.1.0"
10276dependencies = [
10277 "anyhow",
10278 "async-recursion",
10279 "collections",
10280 "editor",
10281 "gpui",
10282 "html5ever 0.27.0",
10283 "language",
10284 "linkify",
10285 "log",
10286 "markdown",
10287 "markup5ever_rcdom",
10288 "mermaid-rs-renderer",
10289 "pretty_assertions",
10290 "pulldown-cmark 0.13.0",
10291 "settings",
10292 "stacksafe",
10293 "theme",
10294 "ui",
10295 "urlencoding",
10296 "util",
10297 "workspace",
10298 "zed_actions",
10299]
10300
10301[[package]]
10302name = "markup5ever"
10303version = "0.12.1"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10306dependencies = [
10307 "log",
10308 "phf 0.11.3",
10309 "phf_codegen",
10310 "string_cache",
10311 "string_cache_codegen",
10312 "tendril",
10313]
10314
10315[[package]]
10316name = "markup5ever"
10317version = "0.35.0"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10320dependencies = [
10321 "log",
10322 "tendril",
10323 "web_atoms",
10324]
10325
10326[[package]]
10327name = "markup5ever_rcdom"
10328version = "0.3.0"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10331dependencies = [
10332 "html5ever 0.27.0",
10333 "markup5ever 0.12.1",
10334 "tendril",
10335 "xml5ever",
10336]
10337
10338[[package]]
10339name = "match_token"
10340version = "0.35.0"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10343dependencies = [
10344 "proc-macro2",
10345 "quote",
10346 "syn 2.0.117",
10347]
10348
10349[[package]]
10350name = "matchers"
10351version = "0.2.0"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10354dependencies = [
10355 "regex-automata",
10356]
10357
10358[[package]]
10359name = "matchit"
10360version = "0.7.3"
10361source = "registry+https://github.com/rust-lang/crates.io-index"
10362checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10363
10364[[package]]
10365name = "maybe-owned"
10366version = "0.3.4"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10369
10370[[package]]
10371name = "maybe-rayon"
10372version = "0.1.1"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10375dependencies = [
10376 "cfg-if",
10377 "rayon",
10378]
10379
10380[[package]]
10381name = "md-5"
10382version = "0.10.6"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10385dependencies = [
10386 "cfg-if",
10387 "digest",
10388]
10389
10390[[package]]
10391name = "mdbook"
10392version = "0.4.40"
10393source = "registry+https://github.com/rust-lang/crates.io-index"
10394checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10395dependencies = [
10396 "ammonia",
10397 "anyhow",
10398 "chrono",
10399 "clap",
10400 "clap_complete",
10401 "elasticlunr-rs",
10402 "env_logger 0.11.8",
10403 "futures-util",
10404 "handlebars 5.1.2",
10405 "ignore",
10406 "log",
10407 "memchr",
10408 "notify 6.1.1",
10409 "notify-debouncer-mini",
10410 "once_cell",
10411 "opener",
10412 "pathdiff",
10413 "pulldown-cmark 0.10.3",
10414 "regex",
10415 "serde",
10416 "serde_json",
10417 "shlex",
10418 "tempfile",
10419 "tokio",
10420 "toml 0.5.11",
10421 "topological-sort",
10422 "walkdir",
10423 "warp",
10424]
10425
10426[[package]]
10427name = "media"
10428version = "0.1.0"
10429dependencies = [
10430 "anyhow",
10431 "bindgen 0.71.1",
10432 "core-foundation 0.10.0",
10433 "core-video",
10434 "ctor",
10435 "foreign-types 0.5.0",
10436 "metal",
10437 "objc",
10438]
10439
10440[[package]]
10441name = "memchr"
10442version = "2.7.6"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10445
10446[[package]]
10447name = "memfd"
10448version = "0.6.5"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10451dependencies = [
10452 "rustix 1.1.2",
10453]
10454
10455[[package]]
10456name = "memmap2"
10457version = "0.9.8"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10460dependencies = [
10461 "libc",
10462 "stable_deref_trait",
10463]
10464
10465[[package]]
10466name = "memoffset"
10467version = "0.9.1"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10470dependencies = [
10471 "autocfg",
10472]
10473
10474[[package]]
10475name = "menu"
10476version = "0.1.0"
10477dependencies = [
10478 "gpui",
10479]
10480
10481[[package]]
10482name = "merge"
10483version = "0.1.0"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10486dependencies = [
10487 "merge_derive",
10488 "num-traits",
10489]
10490
10491[[package]]
10492name = "merge_derive"
10493version = "0.1.0"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10496dependencies = [
10497 "proc-macro-error",
10498 "proc-macro2",
10499 "quote",
10500 "syn 1.0.109",
10501]
10502
10503[[package]]
10504name = "mermaid-rs-renderer"
10505version = "0.2.0"
10506source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10507dependencies = [
10508 "anyhow",
10509 "fontdb 0.16.2",
10510 "json5",
10511 "once_cell",
10512 "regex",
10513 "serde",
10514 "serde_json",
10515 "thiserror 2.0.17",
10516 "ttf-parser 0.20.0",
10517]
10518
10519[[package]]
10520name = "metal"
10521version = "0.33.0"
10522source = "registry+https://github.com/rust-lang/crates.io-index"
10523checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10524dependencies = [
10525 "bitflags 2.10.0",
10526 "block",
10527 "core-graphics-types 0.2.0",
10528 "foreign-types 0.5.0",
10529 "log",
10530 "objc",
10531 "paste",
10532]
10533
10534[[package]]
10535name = "migrator"
10536version = "0.1.0"
10537dependencies = [
10538 "anyhow",
10539 "collections",
10540 "convert_case 0.8.0",
10541 "log",
10542 "pretty_assertions",
10543 "serde_json",
10544 "serde_json_lenient",
10545 "settings_content",
10546 "settings_json",
10547 "streaming-iterator",
10548 "tree-sitter",
10549 "tree-sitter-json",
10550 "unindent",
10551]
10552
10553[[package]]
10554name = "mimalloc"
10555version = "0.1.48"
10556source = "registry+https://github.com/rust-lang/crates.io-index"
10557checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10558dependencies = [
10559 "libmimalloc-sys",
10560]
10561
10562[[package]]
10563name = "mime"
10564version = "0.3.17"
10565source = "registry+https://github.com/rust-lang/crates.io-index"
10566checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10567
10568[[package]]
10569name = "mime_guess"
10570version = "2.0.5"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10573dependencies = [
10574 "mime",
10575 "unicase",
10576]
10577
10578[[package]]
10579name = "minidump-common"
10580version = "0.26.1"
10581source = "registry+https://github.com/rust-lang/crates.io-index"
10582checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10583dependencies = [
10584 "bitflags 2.10.0",
10585 "debugid",
10586 "num-derive",
10587 "num-traits",
10588 "range-map",
10589 "scroll",
10590 "smart-default",
10591]
10592
10593[[package]]
10594name = "minidump-writer"
10595version = "0.11.0"
10596source = "registry+https://github.com/rust-lang/crates.io-index"
10597checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10598dependencies = [
10599 "bitflags 2.10.0",
10600 "byteorder",
10601 "cfg-if",
10602 "crash-context",
10603 "error-graph",
10604 "failspot",
10605 "goblin",
10606 "libc",
10607 "log",
10608 "mach2 0.4.3",
10609 "memmap2",
10610 "memoffset",
10611 "minidump-common",
10612 "nix 0.29.0",
10613 "procfs-core",
10614 "scroll",
10615 "serde",
10616 "serde_json",
10617 "tempfile",
10618 "thiserror 2.0.17",
10619]
10620
10621[[package]]
10622name = "minidumper"
10623version = "0.9.0"
10624source = "registry+https://github.com/rust-lang/crates.io-index"
10625checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10626dependencies = [
10627 "cfg-if",
10628 "crash-context",
10629 "libc",
10630 "log",
10631 "minidump-writer",
10632 "parking_lot",
10633 "polling",
10634 "scroll",
10635 "thiserror 2.0.17",
10636 "uds",
10637]
10638
10639[[package]]
10640name = "minimal-lexical"
10641version = "0.2.1"
10642source = "registry+https://github.com/rust-lang/crates.io-index"
10643checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10644
10645[[package]]
10646name = "miniprofiler_ui"
10647version = "0.1.0"
10648dependencies = [
10649 "gpui",
10650 "rpc",
10651 "serde_json",
10652 "smol",
10653 "theme",
10654 "util",
10655 "workspace",
10656 "zed_actions",
10657]
10658
10659[[package]]
10660name = "miniz_oxide"
10661version = "0.8.9"
10662source = "registry+https://github.com/rust-lang/crates.io-index"
10663checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10664dependencies = [
10665 "adler2",
10666 "simd-adler32",
10667]
10668
10669[[package]]
10670name = "mio"
10671version = "0.8.11"
10672source = "registry+https://github.com/rust-lang/crates.io-index"
10673checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10674dependencies = [
10675 "libc",
10676 "log",
10677 "wasi",
10678 "windows-sys 0.48.0",
10679]
10680
10681[[package]]
10682name = "mio"
10683version = "1.1.0"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10686dependencies = [
10687 "libc",
10688 "log",
10689 "wasi",
10690 "windows-sys 0.61.2",
10691]
10692
10693[[package]]
10694name = "miow"
10695version = "0.6.1"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10698dependencies = [
10699 "windows-sys 0.61.2",
10700]
10701
10702[[package]]
10703name = "mistral"
10704version = "0.1.0"
10705dependencies = [
10706 "anyhow",
10707 "futures 0.3.31",
10708 "http_client",
10709 "schemars",
10710 "serde",
10711 "serde_json",
10712 "strum 0.27.2",
10713]
10714
10715[[package]]
10716name = "moka"
10717version = "0.12.11"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10720dependencies = [
10721 "crossbeam-channel",
10722 "crossbeam-epoch",
10723 "crossbeam-utils",
10724 "equivalent",
10725 "parking_lot",
10726 "portable-atomic",
10727 "rustc_version",
10728 "smallvec",
10729 "tagptr",
10730 "uuid",
10731]
10732
10733[[package]]
10734name = "moxcms"
10735version = "0.7.7"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10738dependencies = [
10739 "num-traits",
10740 "pxfm",
10741]
10742
10743[[package]]
10744name = "msvc_spectre_libs"
10745version = "0.1.3"
10746source = "registry+https://github.com/rust-lang/crates.io-index"
10747checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10748dependencies = [
10749 "cc",
10750]
10751
10752[[package]]
10753name = "multi_buffer"
10754version = "0.1.0"
10755dependencies = [
10756 "anyhow",
10757 "buffer_diff",
10758 "clock",
10759 "collections",
10760 "ctor",
10761 "gpui",
10762 "indoc",
10763 "itertools 0.14.0",
10764 "language",
10765 "log",
10766 "parking_lot",
10767 "pretty_assertions",
10768 "rand 0.9.2",
10769 "rope",
10770 "serde",
10771 "settings",
10772 "smallvec",
10773 "smol",
10774 "sum_tree",
10775 "text",
10776 "theme",
10777 "tracing",
10778 "tree-sitter",
10779 "util",
10780 "zlog",
10781 "ztracing",
10782]
10783
10784[[package]]
10785name = "multimap"
10786version = "0.8.3"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10789
10790[[package]]
10791name = "naga"
10792version = "29.0.0"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10795dependencies = [
10796 "arrayvec",
10797 "bit-set 0.9.1",
10798 "bitflags 2.10.0",
10799 "cfg-if",
10800 "cfg_aliases 0.2.1",
10801 "codespan-reporting",
10802 "half",
10803 "hashbrown 0.16.1",
10804 "hexf-parse",
10805 "indexmap",
10806 "libm",
10807 "log",
10808 "num-traits",
10809 "once_cell",
10810 "rustc-hash 1.1.0",
10811 "thiserror 2.0.17",
10812 "unicode-ident",
10813]
10814
10815[[package]]
10816name = "naga"
10817version = "29.0.0"
10818source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10819dependencies = [
10820 "arrayvec",
10821 "bit-set 0.9.1",
10822 "bitflags 2.10.0",
10823 "cfg-if",
10824 "cfg_aliases 0.2.1",
10825 "codespan-reporting",
10826 "half",
10827 "hashbrown 0.16.1",
10828 "hexf-parse",
10829 "indexmap",
10830 "libm",
10831 "log",
10832 "num-traits",
10833 "once_cell",
10834 "rustc-hash 1.1.0",
10835 "spirv",
10836 "thiserror 2.0.17",
10837 "unicode-ident",
10838]
10839
10840[[package]]
10841name = "nanoid"
10842version = "0.4.0"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10845dependencies = [
10846 "rand 0.8.5",
10847]
10848
10849[[package]]
10850name = "nanorand"
10851version = "0.7.0"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10854dependencies = [
10855 "getrandom 0.2.16",
10856]
10857
10858[[package]]
10859name = "native-tls"
10860version = "0.2.14"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10863dependencies = [
10864 "libc",
10865 "log",
10866 "openssl",
10867 "openssl-probe",
10868 "openssl-sys",
10869 "schannel",
10870 "security-framework 2.11.1",
10871 "security-framework-sys",
10872 "tempfile",
10873]
10874
10875[[package]]
10876name = "nbformat"
10877version = "1.2.0"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10880dependencies = [
10881 "anyhow",
10882 "chrono",
10883 "jupyter-protocol",
10884 "serde",
10885 "serde_json",
10886 "thiserror 1.0.69",
10887 "uuid",
10888]
10889
10890[[package]]
10891name = "nc"
10892version = "0.1.0"
10893dependencies = [
10894 "anyhow",
10895 "futures 0.3.31",
10896 "net",
10897 "smol",
10898]
10899
10900[[package]]
10901name = "ndk"
10902version = "0.9.0"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10905dependencies = [
10906 "bitflags 2.10.0",
10907 "jni-sys",
10908 "log",
10909 "ndk-sys",
10910 "num_enum",
10911 "thiserror 1.0.69",
10912]
10913
10914[[package]]
10915name = "ndk-context"
10916version = "0.1.1"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10919
10920[[package]]
10921name = "ndk-sys"
10922version = "0.6.0+11769913"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10925dependencies = [
10926 "jni-sys",
10927]
10928
10929[[package]]
10930name = "net"
10931version = "0.1.0"
10932dependencies = [
10933 "anyhow",
10934 "async-io",
10935 "smol",
10936 "tempfile",
10937 "windows 0.61.3",
10938]
10939
10940[[package]]
10941name = "new_debug_unreachable"
10942version = "1.0.6"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10945
10946[[package]]
10947name = "nix"
10948version = "0.28.0"
10949source = "registry+https://github.com/rust-lang/crates.io-index"
10950checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10951dependencies = [
10952 "bitflags 2.10.0",
10953 "cfg-if",
10954 "cfg_aliases 0.1.1",
10955 "libc",
10956]
10957
10958[[package]]
10959name = "nix"
10960version = "0.29.0"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10963dependencies = [
10964 "bitflags 2.10.0",
10965 "cfg-if",
10966 "cfg_aliases 0.2.1",
10967 "libc",
10968]
10969
10970[[package]]
10971name = "nix"
10972version = "0.30.1"
10973source = "registry+https://github.com/rust-lang/crates.io-index"
10974checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10975dependencies = [
10976 "bitflags 2.10.0",
10977 "cfg-if",
10978 "cfg_aliases 0.2.1",
10979 "libc",
10980]
10981
10982[[package]]
10983name = "node_runtime"
10984version = "0.1.0"
10985dependencies = [
10986 "anyhow",
10987 "async-compression",
10988 "async-std",
10989 "async-tar",
10990 "async-trait",
10991 "futures 0.3.31",
10992 "http_client",
10993 "log",
10994 "paths",
10995 "semver",
10996 "serde",
10997 "serde_json",
10998 "smol",
10999 "util",
11000 "watch",
11001 "which 6.0.3",
11002]
11003
11004[[package]]
11005name = "nom"
11006version = "7.1.3"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11009dependencies = [
11010 "memchr",
11011 "minimal-lexical",
11012]
11013
11014[[package]]
11015name = "nom"
11016version = "8.0.0"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11019dependencies = [
11020 "memchr",
11021]
11022
11023[[package]]
11024name = "noop_proc_macro"
11025version = "0.3.0"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11028
11029[[package]]
11030name = "normpath"
11031version = "1.5.0"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11034dependencies = [
11035 "windows-sys 0.61.2",
11036]
11037
11038[[package]]
11039name = "notifications"
11040version = "0.1.0"
11041dependencies = [
11042 "anyhow",
11043 "channel",
11044 "client",
11045 "component",
11046 "db",
11047 "gpui",
11048 "rpc",
11049 "sum_tree",
11050 "time",
11051 "ui",
11052 "util",
11053 "workspace",
11054 "zed_actions",
11055]
11056
11057[[package]]
11058name = "notify"
11059version = "6.1.1"
11060source = "registry+https://github.com/rust-lang/crates.io-index"
11061checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11062dependencies = [
11063 "bitflags 2.10.0",
11064 "crossbeam-channel",
11065 "filetime",
11066 "fsevent-sys",
11067 "inotify 0.9.6",
11068 "kqueue",
11069 "libc",
11070 "log",
11071 "mio 0.8.11",
11072 "walkdir",
11073 "windows-sys 0.48.0",
11074]
11075
11076[[package]]
11077name = "notify"
11078version = "8.2.0"
11079source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11080dependencies = [
11081 "bitflags 2.10.0",
11082 "fsevent-sys",
11083 "inotify 0.11.0",
11084 "kqueue",
11085 "libc",
11086 "log",
11087 "mio 1.1.0",
11088 "notify-types",
11089 "walkdir",
11090 "windows-sys 0.60.2",
11091]
11092
11093[[package]]
11094name = "notify-debouncer-mini"
11095version = "0.4.1"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11098dependencies = [
11099 "crossbeam-channel",
11100 "log",
11101 "notify 6.1.1",
11102]
11103
11104[[package]]
11105name = "notify-types"
11106version = "2.0.0"
11107source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11108
11109[[package]]
11110name = "ntapi"
11111version = "0.4.1"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11114dependencies = [
11115 "winapi",
11116]
11117
11118[[package]]
11119name = "nu-ansi-term"
11120version = "0.50.3"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11123dependencies = [
11124 "windows-sys 0.61.2",
11125]
11126
11127[[package]]
11128name = "num"
11129version = "0.4.3"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11132dependencies = [
11133 "num-bigint",
11134 "num-complex",
11135 "num-integer",
11136 "num-iter",
11137 "num-rational",
11138 "num-traits",
11139]
11140
11141[[package]]
11142name = "num-bigint"
11143version = "0.4.6"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11146dependencies = [
11147 "num-integer",
11148 "num-traits",
11149]
11150
11151[[package]]
11152name = "num-bigint-dig"
11153version = "0.8.6"
11154source = "registry+https://github.com/rust-lang/crates.io-index"
11155checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11156dependencies = [
11157 "lazy_static",
11158 "libm",
11159 "num-integer",
11160 "num-iter",
11161 "num-traits",
11162 "rand 0.8.5",
11163 "smallvec",
11164 "zeroize",
11165]
11166
11167[[package]]
11168name = "num-bigint-dig"
11169version = "0.9.1"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11172dependencies = [
11173 "libm",
11174 "num-integer",
11175 "num-iter",
11176 "num-traits",
11177 "once_cell",
11178 "rand 0.9.2",
11179 "serde",
11180 "smallvec",
11181 "zeroize",
11182]
11183
11184[[package]]
11185name = "num-cmp"
11186version = "0.1.0"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11189
11190[[package]]
11191name = "num-complex"
11192version = "0.4.6"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11195dependencies = [
11196 "bytemuck",
11197 "num-traits",
11198]
11199
11200[[package]]
11201name = "num-conv"
11202version = "0.2.0"
11203source = "registry+https://github.com/rust-lang/crates.io-index"
11204checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11205
11206[[package]]
11207name = "num-derive"
11208version = "0.4.2"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11211dependencies = [
11212 "proc-macro2",
11213 "quote",
11214 "syn 2.0.117",
11215]
11216
11217[[package]]
11218name = "num-format"
11219version = "0.4.4"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11222dependencies = [
11223 "arrayvec",
11224 "itoa",
11225]
11226
11227[[package]]
11228name = "num-integer"
11229version = "0.1.46"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11232dependencies = [
11233 "num-traits",
11234]
11235
11236[[package]]
11237name = "num-iter"
11238version = "0.1.45"
11239source = "registry+https://github.com/rust-lang/crates.io-index"
11240checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11241dependencies = [
11242 "autocfg",
11243 "num-integer",
11244 "num-traits",
11245]
11246
11247[[package]]
11248name = "num-rational"
11249version = "0.4.2"
11250source = "registry+https://github.com/rust-lang/crates.io-index"
11251checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11252dependencies = [
11253 "num-bigint",
11254 "num-integer",
11255 "num-traits",
11256]
11257
11258[[package]]
11259name = "num-traits"
11260version = "0.2.19"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11263dependencies = [
11264 "autocfg",
11265 "libm",
11266]
11267
11268[[package]]
11269name = "num_cpus"
11270version = "1.17.0"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11273dependencies = [
11274 "hermit-abi",
11275 "libc",
11276]
11277
11278[[package]]
11279name = "num_enum"
11280version = "0.7.4"
11281source = "registry+https://github.com/rust-lang/crates.io-index"
11282checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11283dependencies = [
11284 "num_enum_derive",
11285 "rustversion",
11286]
11287
11288[[package]]
11289name = "num_enum_derive"
11290version = "0.7.4"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11293dependencies = [
11294 "proc-macro-crate",
11295 "proc-macro2",
11296 "quote",
11297 "syn 2.0.117",
11298]
11299
11300[[package]]
11301name = "num_threads"
11302version = "0.1.7"
11303source = "registry+https://github.com/rust-lang/crates.io-index"
11304checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11305dependencies = [
11306 "libc",
11307]
11308
11309[[package]]
11310name = "nvim-rs"
11311version = "0.9.2"
11312source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11313dependencies = [
11314 "async-trait",
11315 "futures 0.3.31",
11316 "log",
11317 "rmp",
11318 "rmpv",
11319 "tokio",
11320 "tokio-util",
11321]
11322
11323[[package]]
11324name = "objc"
11325version = "0.2.7"
11326source = "registry+https://github.com/rust-lang/crates.io-index"
11327checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11328dependencies = [
11329 "malloc_buf",
11330 "objc_exception",
11331]
11332
11333[[package]]
11334name = "objc-foundation"
11335version = "0.1.1"
11336source = "registry+https://github.com/rust-lang/crates.io-index"
11337checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11338dependencies = [
11339 "block",
11340 "objc",
11341 "objc_id",
11342]
11343
11344[[package]]
11345name = "objc2"
11346version = "0.6.3"
11347source = "registry+https://github.com/rust-lang/crates.io-index"
11348checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11349dependencies = [
11350 "objc2-encode",
11351]
11352
11353[[package]]
11354name = "objc2-audio-toolbox"
11355version = "0.3.2"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11358dependencies = [
11359 "bitflags 2.10.0",
11360 "libc",
11361 "objc2",
11362 "objc2-core-audio",
11363 "objc2-core-audio-types",
11364 "objc2-core-foundation",
11365 "objc2-foundation",
11366]
11367
11368[[package]]
11369name = "objc2-avf-audio"
11370version = "0.3.2"
11371source = "registry+https://github.com/rust-lang/crates.io-index"
11372checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11373dependencies = [
11374 "objc2",
11375 "objc2-foundation",
11376]
11377
11378[[package]]
11379name = "objc2-core-audio"
11380version = "0.3.2"
11381source = "registry+https://github.com/rust-lang/crates.io-index"
11382checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11383dependencies = [
11384 "dispatch2",
11385 "objc2",
11386 "objc2-core-audio-types",
11387 "objc2-core-foundation",
11388 "objc2-foundation",
11389]
11390
11391[[package]]
11392name = "objc2-core-audio-types"
11393version = "0.3.2"
11394source = "registry+https://github.com/rust-lang/crates.io-index"
11395checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11396dependencies = [
11397 "bitflags 2.10.0",
11398 "objc2",
11399]
11400
11401[[package]]
11402name = "objc2-core-foundation"
11403version = "0.3.2"
11404source = "registry+https://github.com/rust-lang/crates.io-index"
11405checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11406dependencies = [
11407 "bitflags 2.10.0",
11408 "block2",
11409 "dispatch2",
11410 "libc",
11411 "objc2",
11412]
11413
11414[[package]]
11415name = "objc2-encode"
11416version = "4.1.0"
11417source = "registry+https://github.com/rust-lang/crates.io-index"
11418checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11419
11420[[package]]
11421name = "objc2-foundation"
11422version = "0.3.2"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11425dependencies = [
11426 "bitflags 2.10.0",
11427 "block2",
11428 "libc",
11429 "objc2",
11430 "objc2-core-foundation",
11431]
11432
11433[[package]]
11434name = "objc2-io-kit"
11435version = "0.3.2"
11436source = "registry+https://github.com/rust-lang/crates.io-index"
11437checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11438dependencies = [
11439 "libc",
11440 "objc2-core-foundation",
11441]
11442
11443[[package]]
11444name = "objc2-metal"
11445version = "0.3.2"
11446source = "registry+https://github.com/rust-lang/crates.io-index"
11447checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11448dependencies = [
11449 "bitflags 2.10.0",
11450 "block2",
11451 "dispatch2",
11452 "objc2",
11453 "objc2-core-foundation",
11454 "objc2-foundation",
11455]
11456
11457[[package]]
11458name = "objc2-quartz-core"
11459version = "0.3.2"
11460source = "registry+https://github.com/rust-lang/crates.io-index"
11461checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11462dependencies = [
11463 "bitflags 2.10.0",
11464 "objc2",
11465 "objc2-core-foundation",
11466 "objc2-foundation",
11467 "objc2-metal",
11468]
11469
11470[[package]]
11471name = "objc_exception"
11472version = "0.1.2"
11473source = "registry+https://github.com/rust-lang/crates.io-index"
11474checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11475dependencies = [
11476 "cc",
11477]
11478
11479[[package]]
11480name = "objc_id"
11481version = "0.1.1"
11482source = "registry+https://github.com/rust-lang/crates.io-index"
11483checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11484dependencies = [
11485 "objc",
11486]
11487
11488[[package]]
11489name = "object"
11490version = "0.36.7"
11491source = "registry+https://github.com/rust-lang/crates.io-index"
11492checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11493dependencies = [
11494 "crc32fast",
11495 "hashbrown 0.15.5",
11496 "indexmap",
11497 "memchr",
11498]
11499
11500[[package]]
11501name = "object"
11502version = "0.37.3"
11503source = "registry+https://github.com/rust-lang/crates.io-index"
11504checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11505dependencies = [
11506 "memchr",
11507]
11508
11509[[package]]
11510name = "ollama"
11511version = "0.1.0"
11512dependencies = [
11513 "anyhow",
11514 "futures 0.3.31",
11515 "http_client",
11516 "schemars",
11517 "serde",
11518 "serde_json",
11519 "settings",
11520]
11521
11522[[package]]
11523name = "onboarding"
11524version = "0.1.0"
11525dependencies = [
11526 "anyhow",
11527 "client",
11528 "component",
11529 "db",
11530 "documented",
11531 "fs",
11532 "fuzzy",
11533 "gpui",
11534 "menu",
11535 "notifications",
11536 "picker",
11537 "project",
11538 "schemars",
11539 "serde",
11540 "settings",
11541 "telemetry",
11542 "theme",
11543 "ui",
11544 "util",
11545 "vim_mode_setting",
11546 "workspace",
11547 "zed_actions",
11548 "zlog",
11549]
11550
11551[[package]]
11552name = "once_cell"
11553version = "1.21.3"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11556
11557[[package]]
11558name = "once_cell_polyfill"
11559version = "1.70.1"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11562
11563[[package]]
11564name = "oo7"
11565version = "0.6.0"
11566source = "registry+https://github.com/rust-lang/crates.io-index"
11567checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11568dependencies = [
11569 "aes",
11570 "ashpd",
11571 "async-fs",
11572 "async-io",
11573 "async-lock 3.4.2",
11574 "blocking",
11575 "cbc",
11576 "cipher",
11577 "digest",
11578 "endi",
11579 "futures-lite 2.6.1",
11580 "futures-util",
11581 "getrandom 0.4.1",
11582 "hkdf",
11583 "hmac",
11584 "md-5",
11585 "num",
11586 "num-bigint-dig 0.9.1",
11587 "pbkdf2 0.12.2",
11588 "serde",
11589 "serde_bytes",
11590 "sha2",
11591 "subtle",
11592 "zbus",
11593 "zbus_macros",
11594 "zeroize",
11595 "zvariant",
11596]
11597
11598[[package]]
11599name = "oorandom"
11600version = "11.1.5"
11601source = "registry+https://github.com/rust-lang/crates.io-index"
11602checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11603
11604[[package]]
11605name = "open"
11606version = "5.3.2"
11607source = "registry+https://github.com/rust-lang/crates.io-index"
11608checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11609dependencies = [
11610 "is-wsl",
11611 "libc",
11612 "pathdiff",
11613]
11614
11615[[package]]
11616name = "open_ai"
11617version = "0.1.0"
11618dependencies = [
11619 "anyhow",
11620 "futures 0.3.31",
11621 "http_client",
11622 "log",
11623 "rand 0.9.2",
11624 "schemars",
11625 "serde",
11626 "serde_json",
11627 "settings",
11628 "strum 0.27.2",
11629 "thiserror 2.0.17",
11630]
11631
11632[[package]]
11633name = "open_path_prompt"
11634version = "0.1.0"
11635dependencies = [
11636 "editor",
11637 "file_icons",
11638 "futures 0.3.31",
11639 "fuzzy",
11640 "gpui",
11641 "picker",
11642 "project",
11643 "schemars",
11644 "serde",
11645 "serde_json",
11646 "settings",
11647 "theme",
11648 "ui",
11649 "util",
11650 "workspace",
11651]
11652
11653[[package]]
11654name = "open_router"
11655version = "0.1.0"
11656dependencies = [
11657 "anyhow",
11658 "futures 0.3.31",
11659 "http_client",
11660 "schemars",
11661 "serde",
11662 "serde_json",
11663 "settings",
11664 "strum 0.27.2",
11665 "thiserror 2.0.17",
11666]
11667
11668[[package]]
11669name = "opencode"
11670version = "0.1.0"
11671dependencies = [
11672 "anyhow",
11673 "futures 0.3.31",
11674 "google_ai",
11675 "http_client",
11676 "schemars",
11677 "serde",
11678 "serde_json",
11679 "strum 0.27.2",
11680]
11681
11682[[package]]
11683name = "opener"
11684version = "0.7.2"
11685source = "registry+https://github.com/rust-lang/crates.io-index"
11686checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11687dependencies = [
11688 "bstr",
11689 "dbus",
11690 "normpath",
11691 "windows-sys 0.59.0",
11692]
11693
11694[[package]]
11695name = "openssl"
11696version = "0.10.74"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11699dependencies = [
11700 "bitflags 2.10.0",
11701 "cfg-if",
11702 "foreign-types 0.3.2",
11703 "libc",
11704 "once_cell",
11705 "openssl-macros",
11706 "openssl-sys",
11707]
11708
11709[[package]]
11710name = "openssl-macros"
11711version = "0.1.1"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11714dependencies = [
11715 "proc-macro2",
11716 "quote",
11717 "syn 2.0.117",
11718]
11719
11720[[package]]
11721name = "openssl-probe"
11722version = "0.1.6"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11725
11726[[package]]
11727name = "openssl-sys"
11728version = "0.9.110"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11731dependencies = [
11732 "cc",
11733 "libc",
11734 "pkg-config",
11735 "vcpkg",
11736]
11737
11738[[package]]
11739name = "optfield"
11740version = "0.4.0"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11743dependencies = [
11744 "proc-macro2",
11745 "quote",
11746 "syn 2.0.117",
11747]
11748
11749[[package]]
11750name = "option-ext"
11751version = "0.2.0"
11752source = "registry+https://github.com/rust-lang/crates.io-index"
11753checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11754
11755[[package]]
11756name = "ordered-float"
11757version = "2.10.1"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11760dependencies = [
11761 "num-traits",
11762]
11763
11764[[package]]
11765name = "ordered-float"
11766version = "4.6.0"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11769dependencies = [
11770 "num-traits",
11771]
11772
11773[[package]]
11774name = "ordered-stream"
11775version = "0.2.0"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11778dependencies = [
11779 "futures-core",
11780 "pin-project-lite",
11781]
11782
11783[[package]]
11784name = "ouroboros"
11785version = "0.18.5"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11788dependencies = [
11789 "aliasable",
11790 "ouroboros_macro",
11791 "static_assertions",
11792]
11793
11794[[package]]
11795name = "ouroboros_macro"
11796version = "0.18.5"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11799dependencies = [
11800 "heck 0.4.1",
11801 "proc-macro2",
11802 "proc-macro2-diagnostics",
11803 "quote",
11804 "syn 2.0.117",
11805]
11806
11807[[package]]
11808name = "outline"
11809version = "0.1.0"
11810dependencies = [
11811 "editor",
11812 "fuzzy",
11813 "gpui",
11814 "indoc",
11815 "language",
11816 "lsp",
11817 "menu",
11818 "ordered-float 2.10.1",
11819 "picker",
11820 "project",
11821 "rope",
11822 "serde_json",
11823 "settings",
11824 "smol",
11825 "theme",
11826 "ui",
11827 "util",
11828 "workspace",
11829 "zed_actions",
11830]
11831
11832[[package]]
11833name = "outline_panel"
11834version = "0.1.0"
11835dependencies = [
11836 "anyhow",
11837 "collections",
11838 "db",
11839 "editor",
11840 "file_icons",
11841 "fuzzy",
11842 "gpui",
11843 "itertools 0.14.0",
11844 "language",
11845 "log",
11846 "lsp",
11847 "menu",
11848 "outline",
11849 "pretty_assertions",
11850 "project",
11851 "search",
11852 "serde",
11853 "serde_json",
11854 "settings",
11855 "smallvec",
11856 "smol",
11857 "theme",
11858 "ui",
11859 "util",
11860 "workspace",
11861 "worktree",
11862 "zed_actions",
11863]
11864
11865[[package]]
11866name = "outref"
11867version = "0.5.2"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11870
11871[[package]]
11872name = "p256"
11873version = "0.11.1"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11876dependencies = [
11877 "ecdsa",
11878 "elliptic-curve",
11879 "sha2",
11880]
11881
11882[[package]]
11883name = "page_size"
11884version = "0.6.0"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11887dependencies = [
11888 "libc",
11889 "winapi",
11890]
11891
11892[[package]]
11893name = "palette"
11894version = "0.7.6"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11897dependencies = [
11898 "approx",
11899 "fast-srgb8",
11900 "palette_derive",
11901]
11902
11903[[package]]
11904name = "palette_derive"
11905version = "0.7.6"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11908dependencies = [
11909 "by_address",
11910 "proc-macro2",
11911 "quote",
11912 "syn 2.0.117",
11913]
11914
11915[[package]]
11916name = "panel"
11917version = "0.1.0"
11918dependencies = [
11919 "gpui",
11920 "ui",
11921 "workspace",
11922]
11923
11924[[package]]
11925name = "parking"
11926version = "2.2.1"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11929
11930[[package]]
11931name = "parking_lot"
11932version = "0.12.5"
11933source = "registry+https://github.com/rust-lang/crates.io-index"
11934checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11935dependencies = [
11936 "lock_api",
11937 "parking_lot_core",
11938]
11939
11940[[package]]
11941name = "parking_lot_core"
11942version = "0.9.12"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11945dependencies = [
11946 "cfg-if",
11947 "libc",
11948 "redox_syscall 0.5.18",
11949 "smallvec",
11950 "windows-link 0.2.1",
11951]
11952
11953[[package]]
11954name = "parse_int"
11955version = "0.9.0"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11958dependencies = [
11959 "num-traits",
11960]
11961
11962[[package]]
11963name = "partial-json-fixer"
11964version = "0.5.3"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11967
11968[[package]]
11969name = "password-hash"
11970version = "0.4.2"
11971source = "registry+https://github.com/rust-lang/crates.io-index"
11972checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11973dependencies = [
11974 "base64ct",
11975 "rand_core 0.6.4",
11976 "subtle",
11977]
11978
11979[[package]]
11980name = "paste"
11981version = "1.0.15"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11984
11985[[package]]
11986name = "pathdiff"
11987version = "0.2.3"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11990
11991[[package]]
11992name = "pathfinder_geometry"
11993version = "0.5.1"
11994source = "registry+https://github.com/rust-lang/crates.io-index"
11995checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11996dependencies = [
11997 "log",
11998 "pathfinder_simd",
11999]
12000
12001[[package]]
12002name = "pathfinder_simd"
12003version = "0.5.5"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12006dependencies = [
12007 "rustc_version",
12008]
12009
12010[[package]]
12011name = "paths"
12012version = "0.1.0"
12013dependencies = [
12014 "dirs 4.0.0",
12015 "ignore",
12016 "util",
12017]
12018
12019[[package]]
12020name = "pbjson"
12021version = "0.6.0"
12022source = "registry+https://github.com/rust-lang/crates.io-index"
12023checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12024dependencies = [
12025 "base64 0.21.7",
12026 "serde",
12027]
12028
12029[[package]]
12030name = "pbjson-build"
12031version = "0.6.2"
12032source = "registry+https://github.com/rust-lang/crates.io-index"
12033checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12034dependencies = [
12035 "heck 0.4.1",
12036 "itertools 0.11.0",
12037 "prost 0.12.6",
12038 "prost-types 0.12.6",
12039]
12040
12041[[package]]
12042name = "pbjson-types"
12043version = "0.6.0"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12046dependencies = [
12047 "bytes 1.11.1",
12048 "chrono",
12049 "pbjson",
12050 "pbjson-build",
12051 "prost 0.12.6",
12052 "prost-build 0.12.6",
12053 "serde",
12054]
12055
12056[[package]]
12057name = "pbkdf2"
12058version = "0.11.0"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12061dependencies = [
12062 "digest",
12063 "hmac",
12064 "password-hash",
12065 "sha2",
12066]
12067
12068[[package]]
12069name = "pbkdf2"
12070version = "0.12.2"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12073dependencies = [
12074 "digest",
12075 "hmac",
12076]
12077
12078[[package]]
12079name = "pciid-parser"
12080version = "0.8.0"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12083
12084[[package]]
12085name = "peg"
12086version = "0.8.5"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12089dependencies = [
12090 "peg-macros",
12091 "peg-runtime",
12092]
12093
12094[[package]]
12095name = "peg-macros"
12096version = "0.8.5"
12097source = "registry+https://github.com/rust-lang/crates.io-index"
12098checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12099dependencies = [
12100 "peg-runtime",
12101 "proc-macro2",
12102 "quote",
12103]
12104
12105[[package]]
12106name = "peg-runtime"
12107version = "0.8.5"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12110
12111[[package]]
12112name = "pem"
12113version = "3.0.6"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12116dependencies = [
12117 "base64 0.22.1",
12118 "serde_core",
12119]
12120
12121[[package]]
12122name = "pem-rfc7468"
12123version = "0.7.0"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12126dependencies = [
12127 "base64ct",
12128]
12129
12130[[package]]
12131name = "percent-encoding"
12132version = "2.3.2"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12135
12136[[package]]
12137name = "perf"
12138version = "0.1.0"
12139dependencies = [
12140 "collections",
12141 "serde",
12142 "serde_json",
12143]
12144
12145[[package]]
12146name = "pest"
12147version = "2.8.3"
12148source = "registry+https://github.com/rust-lang/crates.io-index"
12149checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12150dependencies = [
12151 "memchr",
12152 "ucd-trie",
12153]
12154
12155[[package]]
12156name = "pest_derive"
12157version = "2.8.3"
12158source = "registry+https://github.com/rust-lang/crates.io-index"
12159checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12160dependencies = [
12161 "pest",
12162 "pest_generator",
12163]
12164
12165[[package]]
12166name = "pest_generator"
12167version = "2.8.3"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12170dependencies = [
12171 "pest",
12172 "pest_meta",
12173 "proc-macro2",
12174 "quote",
12175 "syn 2.0.117",
12176]
12177
12178[[package]]
12179name = "pest_meta"
12180version = "2.8.3"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12183dependencies = [
12184 "pest",
12185 "sha2",
12186]
12187
12188[[package]]
12189name = "pet"
12190version = "0.1.0"
12191source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12192dependencies = [
12193 "clap",
12194 "env_logger 0.10.2",
12195 "lazy_static",
12196 "log",
12197 "msvc_spectre_libs",
12198 "pet-conda",
12199 "pet-core",
12200 "pet-env-var-path",
12201 "pet-fs",
12202 "pet-global-virtualenvs",
12203 "pet-homebrew",
12204 "pet-jsonrpc",
12205 "pet-linux-global-python",
12206 "pet-mac-commandlinetools",
12207 "pet-mac-python-org",
12208 "pet-mac-xcode",
12209 "pet-pipenv",
12210 "pet-pixi",
12211 "pet-poetry",
12212 "pet-pyenv",
12213 "pet-python-utils",
12214 "pet-reporter",
12215 "pet-telemetry",
12216 "pet-uv",
12217 "pet-venv",
12218 "pet-virtualenv",
12219 "pet-virtualenvwrapper",
12220 "pet-windows-registry",
12221 "pet-windows-store",
12222 "pet-winpython",
12223 "serde",
12224 "serde_json",
12225 "tracing",
12226 "tracing-subscriber",
12227 "winresource",
12228]
12229
12230[[package]]
12231name = "pet-conda"
12232version = "0.1.0"
12233source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12234dependencies = [
12235 "env_logger 0.10.2",
12236 "lazy_static",
12237 "log",
12238 "msvc_spectre_libs",
12239 "pet-core",
12240 "pet-fs",
12241 "pet-python-utils",
12242 "pet-reporter",
12243 "rayon",
12244 "regex",
12245 "serde",
12246 "serde_json",
12247 "yaml-rust2",
12248]
12249
12250[[package]]
12251name = "pet-core"
12252version = "0.1.0"
12253source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12254dependencies = [
12255 "clap",
12256 "lazy_static",
12257 "log",
12258 "msvc_spectre_libs",
12259 "pet-fs",
12260 "regex",
12261 "serde",
12262 "serde_json",
12263]
12264
12265[[package]]
12266name = "pet-env-var-path"
12267version = "0.1.0"
12268source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12269dependencies = [
12270 "lazy_static",
12271 "log",
12272 "msvc_spectre_libs",
12273 "pet-conda",
12274 "pet-core",
12275 "pet-fs",
12276 "pet-python-utils",
12277 "pet-virtualenv",
12278 "regex",
12279]
12280
12281[[package]]
12282name = "pet-fs"
12283version = "0.1.0"
12284source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12285dependencies = [
12286 "glob",
12287 "log",
12288 "msvc_spectre_libs",
12289 "windows-sys 0.59.0",
12290]
12291
12292[[package]]
12293name = "pet-global-virtualenvs"
12294version = "0.1.0"
12295source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12296dependencies = [
12297 "log",
12298 "msvc_spectre_libs",
12299 "pet-conda",
12300 "pet-core",
12301 "pet-fs",
12302 "pet-virtualenv",
12303]
12304
12305[[package]]
12306name = "pet-homebrew"
12307version = "0.1.0"
12308source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12309dependencies = [
12310 "lazy_static",
12311 "log",
12312 "msvc_spectre_libs",
12313 "pet-conda",
12314 "pet-core",
12315 "pet-fs",
12316 "pet-python-utils",
12317 "pet-virtualenv",
12318 "rayon",
12319 "regex",
12320 "serde",
12321 "serde_json",
12322]
12323
12324[[package]]
12325name = "pet-jsonrpc"
12326version = "0.1.0"
12327source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12328dependencies = [
12329 "env_logger 0.10.2",
12330 "log",
12331 "msvc_spectre_libs",
12332 "pet-core",
12333 "serde",
12334 "serde_json",
12335]
12336
12337[[package]]
12338name = "pet-linux-global-python"
12339version = "0.1.0"
12340source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12341dependencies = [
12342 "log",
12343 "msvc_spectre_libs",
12344 "pet-core",
12345 "pet-fs",
12346 "pet-python-utils",
12347 "pet-virtualenv",
12348]
12349
12350[[package]]
12351name = "pet-mac-commandlinetools"
12352version = "0.1.0"
12353source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12354dependencies = [
12355 "log",
12356 "msvc_spectre_libs",
12357 "pet-core",
12358 "pet-fs",
12359 "pet-python-utils",
12360 "pet-virtualenv",
12361]
12362
12363[[package]]
12364name = "pet-mac-python-org"
12365version = "0.1.0"
12366source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12367dependencies = [
12368 "log",
12369 "msvc_spectre_libs",
12370 "pet-core",
12371 "pet-fs",
12372 "pet-python-utils",
12373 "pet-virtualenv",
12374]
12375
12376[[package]]
12377name = "pet-mac-xcode"
12378version = "0.1.0"
12379source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12380dependencies = [
12381 "log",
12382 "msvc_spectre_libs",
12383 "pet-core",
12384 "pet-fs",
12385 "pet-python-utils",
12386 "pet-virtualenv",
12387]
12388
12389[[package]]
12390name = "pet-pipenv"
12391version = "0.1.0"
12392source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12393dependencies = [
12394 "lazy_static",
12395 "log",
12396 "msvc_spectre_libs",
12397 "pet-core",
12398 "pet-fs",
12399 "pet-python-utils",
12400 "pet-virtualenv",
12401 "regex",
12402]
12403
12404[[package]]
12405name = "pet-pixi"
12406version = "0.1.0"
12407source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12408dependencies = [
12409 "log",
12410 "msvc_spectre_libs",
12411 "pet-conda",
12412 "pet-core",
12413 "pet-python-utils",
12414]
12415
12416[[package]]
12417name = "pet-poetry"
12418version = "0.1.0"
12419source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12420dependencies = [
12421 "base64 0.22.1",
12422 "lazy_static",
12423 "log",
12424 "msvc_spectre_libs",
12425 "pet-core",
12426 "pet-fs",
12427 "pet-python-utils",
12428 "pet-reporter",
12429 "pet-virtualenv",
12430 "regex",
12431 "serde",
12432 "serde_json",
12433 "sha2",
12434 "toml 0.8.23",
12435]
12436
12437[[package]]
12438name = "pet-pyenv"
12439version = "0.1.0"
12440source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12441dependencies = [
12442 "lazy_static",
12443 "log",
12444 "msvc_spectre_libs",
12445 "pet-conda",
12446 "pet-core",
12447 "pet-fs",
12448 "pet-python-utils",
12449 "pet-reporter",
12450 "regex",
12451 "serde",
12452 "serde_json",
12453]
12454
12455[[package]]
12456name = "pet-python-utils"
12457version = "0.1.0"
12458source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12459dependencies = [
12460 "env_logger 0.10.2",
12461 "lazy_static",
12462 "log",
12463 "msvc_spectre_libs",
12464 "pet-core",
12465 "pet-fs",
12466 "regex",
12467 "serde",
12468 "serde_json",
12469 "sha2",
12470]
12471
12472[[package]]
12473name = "pet-reporter"
12474version = "0.1.0"
12475source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12476dependencies = [
12477 "env_logger 0.10.2",
12478 "log",
12479 "msvc_spectre_libs",
12480 "pet-core",
12481 "pet-jsonrpc",
12482 "serde",
12483 "serde_json",
12484]
12485
12486[[package]]
12487name = "pet-telemetry"
12488version = "0.1.0"
12489source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12490dependencies = [
12491 "env_logger 0.10.2",
12492 "lazy_static",
12493 "log",
12494 "msvc_spectre_libs",
12495 "pet-core",
12496 "pet-fs",
12497 "pet-python-utils",
12498 "regex",
12499]
12500
12501[[package]]
12502name = "pet-uv"
12503version = "0.1.0"
12504source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12505dependencies = [
12506 "log",
12507 "pet-core",
12508 "pet-python-utils",
12509 "serde",
12510 "toml 0.9.8",
12511]
12512
12513[[package]]
12514name = "pet-venv"
12515version = "0.1.0"
12516source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12517dependencies = [
12518 "log",
12519 "msvc_spectre_libs",
12520 "pet-core",
12521 "pet-python-utils",
12522 "pet-virtualenv",
12523]
12524
12525[[package]]
12526name = "pet-virtualenv"
12527version = "0.1.0"
12528source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12529dependencies = [
12530 "log",
12531 "msvc_spectre_libs",
12532 "pet-core",
12533 "pet-fs",
12534 "pet-python-utils",
12535]
12536
12537[[package]]
12538name = "pet-virtualenvwrapper"
12539version = "0.1.0"
12540source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12541dependencies = [
12542 "log",
12543 "msvc_spectre_libs",
12544 "pet-core",
12545 "pet-fs",
12546 "pet-python-utils",
12547 "pet-virtualenv",
12548]
12549
12550[[package]]
12551name = "pet-windows-registry"
12552version = "0.1.0"
12553source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12554dependencies = [
12555 "lazy_static",
12556 "log",
12557 "msvc_spectre_libs",
12558 "pet-conda",
12559 "pet-core",
12560 "pet-fs",
12561 "pet-python-utils",
12562 "pet-virtualenv",
12563 "pet-windows-store",
12564 "regex",
12565 "winreg 0.55.0",
12566]
12567
12568[[package]]
12569name = "pet-windows-store"
12570version = "0.1.0"
12571source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12572dependencies = [
12573 "lazy_static",
12574 "log",
12575 "msvc_spectre_libs",
12576 "pet-core",
12577 "pet-fs",
12578 "pet-python-utils",
12579 "pet-virtualenv",
12580 "regex",
12581 "winreg 0.55.0",
12582]
12583
12584[[package]]
12585name = "pet-winpython"
12586version = "0.1.0"
12587source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12588dependencies = [
12589 "lazy_static",
12590 "log",
12591 "pet-core",
12592 "pet-fs",
12593 "pet-python-utils",
12594 "pet-virtualenv",
12595 "regex",
12596]
12597
12598[[package]]
12599name = "petgraph"
12600version = "0.6.5"
12601source = "registry+https://github.com/rust-lang/crates.io-index"
12602checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12603dependencies = [
12604 "fixedbitset 0.4.2",
12605 "indexmap",
12606]
12607
12608[[package]]
12609name = "pgvector"
12610version = "0.4.1"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12613dependencies = [
12614 "serde",
12615]
12616
12617[[package]]
12618name = "phf"
12619version = "0.11.3"
12620source = "registry+https://github.com/rust-lang/crates.io-index"
12621checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12622dependencies = [
12623 "phf_macros 0.11.3",
12624 "phf_shared 0.11.3",
12625]
12626
12627[[package]]
12628name = "phf"
12629version = "0.12.1"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12632dependencies = [
12633 "phf_macros 0.12.1",
12634 "phf_shared 0.12.1",
12635]
12636
12637[[package]]
12638name = "phf_codegen"
12639version = "0.11.3"
12640source = "registry+https://github.com/rust-lang/crates.io-index"
12641checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12642dependencies = [
12643 "phf_generator 0.11.3",
12644 "phf_shared 0.11.3",
12645]
12646
12647[[package]]
12648name = "phf_generator"
12649version = "0.11.3"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12652dependencies = [
12653 "phf_shared 0.11.3",
12654 "rand 0.8.5",
12655]
12656
12657[[package]]
12658name = "phf_generator"
12659version = "0.12.1"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12662dependencies = [
12663 "fastrand 2.3.0",
12664 "phf_shared 0.12.1",
12665]
12666
12667[[package]]
12668name = "phf_macros"
12669version = "0.11.3"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12672dependencies = [
12673 "phf_generator 0.11.3",
12674 "phf_shared 0.11.3",
12675 "proc-macro2",
12676 "quote",
12677 "syn 2.0.117",
12678]
12679
12680[[package]]
12681name = "phf_macros"
12682version = "0.12.1"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12685dependencies = [
12686 "phf_generator 0.12.1",
12687 "phf_shared 0.12.1",
12688 "proc-macro2",
12689 "quote",
12690 "syn 2.0.117",
12691]
12692
12693[[package]]
12694name = "phf_shared"
12695version = "0.11.3"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12698dependencies = [
12699 "siphasher 1.0.1",
12700]
12701
12702[[package]]
12703name = "phf_shared"
12704version = "0.12.1"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12707dependencies = [
12708 "siphasher 1.0.1",
12709]
12710
12711[[package]]
12712name = "picker"
12713version = "0.1.0"
12714dependencies = [
12715 "anyhow",
12716 "editor",
12717 "gpui",
12718 "menu",
12719 "schemars",
12720 "serde",
12721 "settings",
12722 "theme",
12723 "ui",
12724 "ui_input",
12725 "workspace",
12726 "zed_actions",
12727]
12728
12729[[package]]
12730name = "pico-args"
12731version = "0.5.0"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12734
12735[[package]]
12736name = "pin-project"
12737version = "1.1.10"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12740dependencies = [
12741 "pin-project-internal",
12742]
12743
12744[[package]]
12745name = "pin-project-internal"
12746version = "1.1.10"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12749dependencies = [
12750 "proc-macro2",
12751 "quote",
12752 "syn 2.0.117",
12753]
12754
12755[[package]]
12756name = "pin-project-lite"
12757version = "0.2.16"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12760
12761[[package]]
12762name = "pin-utils"
12763version = "0.1.0"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12766
12767[[package]]
12768name = "piper"
12769version = "0.2.4"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12772dependencies = [
12773 "atomic-waker",
12774 "fastrand 2.3.0",
12775 "futures-io",
12776]
12777
12778[[package]]
12779name = "pkcs1"
12780version = "0.7.5"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12783dependencies = [
12784 "der 0.7.10",
12785 "pkcs8 0.10.2",
12786 "spki 0.7.3",
12787]
12788
12789[[package]]
12790name = "pkcs8"
12791version = "0.9.0"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12794dependencies = [
12795 "der 0.6.1",
12796 "spki 0.6.0",
12797]
12798
12799[[package]]
12800name = "pkcs8"
12801version = "0.10.2"
12802source = "registry+https://github.com/rust-lang/crates.io-index"
12803checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12804dependencies = [
12805 "der 0.7.10",
12806 "spki 0.7.3",
12807]
12808
12809[[package]]
12810name = "pkg-config"
12811version = "0.3.32"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12814
12815[[package]]
12816name = "plain"
12817version = "0.2.3"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12820
12821[[package]]
12822name = "platform_title_bar"
12823version = "0.1.0"
12824dependencies = [
12825 "feature_flags",
12826 "gpui",
12827 "project",
12828 "settings",
12829 "smallvec",
12830 "theme",
12831 "ui",
12832 "windows 0.61.3",
12833 "workspace",
12834 "zed_actions",
12835]
12836
12837[[package]]
12838name = "plist"
12839version = "1.8.0"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12842dependencies = [
12843 "base64 0.22.1",
12844 "indexmap",
12845 "quick-xml 0.38.3",
12846 "serde",
12847 "time",
12848]
12849
12850[[package]]
12851name = "plotters"
12852version = "0.3.7"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12855dependencies = [
12856 "num-traits",
12857 "plotters-backend",
12858 "plotters-svg",
12859 "wasm-bindgen",
12860 "web-sys",
12861]
12862
12863[[package]]
12864name = "plotters-backend"
12865version = "0.3.7"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12868
12869[[package]]
12870name = "plotters-svg"
12871version = "0.3.7"
12872source = "registry+https://github.com/rust-lang/crates.io-index"
12873checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12874dependencies = [
12875 "plotters-backend",
12876]
12877
12878[[package]]
12879name = "png"
12880version = "0.17.16"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12883dependencies = [
12884 "bitflags 1.3.2",
12885 "crc32fast",
12886 "fdeflate",
12887 "flate2",
12888 "miniz_oxide",
12889]
12890
12891[[package]]
12892name = "png"
12893version = "0.18.0"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12896dependencies = [
12897 "bitflags 2.10.0",
12898 "crc32fast",
12899 "fdeflate",
12900 "flate2",
12901 "miniz_oxide",
12902]
12903
12904[[package]]
12905name = "polling"
12906version = "3.11.0"
12907source = "registry+https://github.com/rust-lang/crates.io-index"
12908checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12909dependencies = [
12910 "cfg-if",
12911 "concurrent-queue",
12912 "hermit-abi",
12913 "pin-project-lite",
12914 "rustix 1.1.2",
12915 "windows-sys 0.61.2",
12916]
12917
12918[[package]]
12919name = "pollster"
12920version = "0.2.5"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12923
12924[[package]]
12925name = "pollster"
12926version = "0.4.0"
12927source = "registry+https://github.com/rust-lang/crates.io-index"
12928checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12929
12930[[package]]
12931name = "pori"
12932version = "0.0.0"
12933source = "registry+https://github.com/rust-lang/crates.io-index"
12934checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12935dependencies = [
12936 "nom 7.1.3",
12937]
12938
12939[[package]]
12940name = "portable-atomic"
12941version = "1.11.1"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12944
12945[[package]]
12946name = "portable-atomic-util"
12947version = "0.2.4"
12948source = "registry+https://github.com/rust-lang/crates.io-index"
12949checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12950dependencies = [
12951 "portable-atomic",
12952]
12953
12954[[package]]
12955name = "portable-pty"
12956version = "0.9.0"
12957source = "registry+https://github.com/rust-lang/crates.io-index"
12958checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12959dependencies = [
12960 "anyhow",
12961 "bitflags 1.3.2",
12962 "downcast-rs",
12963 "filedescriptor",
12964 "lazy_static",
12965 "libc",
12966 "log",
12967 "nix 0.28.0",
12968 "serial2",
12969 "shared_library",
12970 "shell-words",
12971 "winapi",
12972 "winreg 0.10.1",
12973]
12974
12975[[package]]
12976name = "postage"
12977version = "0.5.0"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12980dependencies = [
12981 "atomic",
12982 "crossbeam-queue",
12983 "futures 0.3.31",
12984 "log",
12985 "parking_lot",
12986 "pin-project",
12987 "pollster 0.2.5",
12988 "static_assertions",
12989 "thiserror 1.0.69",
12990]
12991
12992[[package]]
12993name = "postcard"
12994version = "1.1.3"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12997dependencies = [
12998 "cobs",
12999 "embedded-io 0.4.0",
13000 "embedded-io 0.6.1",
13001 "serde",
13002]
13003
13004[[package]]
13005name = "potential_utf"
13006version = "0.1.3"
13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13009dependencies = [
13010 "zerovec",
13011]
13012
13013[[package]]
13014name = "powerfmt"
13015version = "0.2.0"
13016source = "registry+https://github.com/rust-lang/crates.io-index"
13017checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13018
13019[[package]]
13020name = "ppv-lite86"
13021version = "0.2.21"
13022source = "registry+https://github.com/rust-lang/crates.io-index"
13023checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13024dependencies = [
13025 "zerocopy",
13026]
13027
13028[[package]]
13029name = "precomputed-hash"
13030version = "0.1.1"
13031source = "registry+https://github.com/rust-lang/crates.io-index"
13032checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13033
13034[[package]]
13035name = "presser"
13036version = "0.3.1"
13037source = "registry+https://github.com/rust-lang/crates.io-index"
13038checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13039
13040[[package]]
13041name = "prettier"
13042version = "0.1.0"
13043dependencies = [
13044 "anyhow",
13045 "collections",
13046 "fs",
13047 "gpui",
13048 "language",
13049 "log",
13050 "lsp",
13051 "node_runtime",
13052 "parking_lot",
13053 "paths",
13054 "serde",
13055 "serde_json",
13056 "util",
13057]
13058
13059[[package]]
13060name = "pretty_assertions"
13061version = "1.4.1"
13062source = "registry+https://github.com/rust-lang/crates.io-index"
13063checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13064dependencies = [
13065 "diff",
13066 "yansi",
13067]
13068
13069[[package]]
13070name = "prettyplease"
13071version = "0.2.37"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13074dependencies = [
13075 "proc-macro2",
13076 "syn 2.0.117",
13077]
13078
13079[[package]]
13080name = "primal-check"
13081version = "0.3.4"
13082source = "registry+https://github.com/rust-lang/crates.io-index"
13083checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13084dependencies = [
13085 "num-integer",
13086]
13087
13088[[package]]
13089name = "proc-macro-crate"
13090version = "3.4.0"
13091source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13093dependencies = [
13094 "toml_edit 0.23.7",
13095]
13096
13097[[package]]
13098name = "proc-macro-error"
13099version = "1.0.4"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13102dependencies = [
13103 "proc-macro-error-attr",
13104 "proc-macro2",
13105 "quote",
13106 "syn 1.0.109",
13107 "version_check",
13108]
13109
13110[[package]]
13111name = "proc-macro-error-attr"
13112version = "1.0.4"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13115dependencies = [
13116 "proc-macro2",
13117 "quote",
13118 "version_check",
13119]
13120
13121[[package]]
13122name = "proc-macro-error-attr2"
13123version = "2.0.0"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13126dependencies = [
13127 "proc-macro2",
13128 "quote",
13129]
13130
13131[[package]]
13132name = "proc-macro-error2"
13133version = "2.0.1"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13136dependencies = [
13137 "proc-macro-error-attr2",
13138 "proc-macro2",
13139 "quote",
13140 "syn 2.0.117",
13141]
13142
13143[[package]]
13144name = "proc-macro2"
13145version = "1.0.101"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13148dependencies = [
13149 "unicode-ident",
13150]
13151
13152[[package]]
13153name = "proc-macro2-diagnostics"
13154version = "0.10.1"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13157dependencies = [
13158 "proc-macro2",
13159 "quote",
13160 "syn 2.0.117",
13161 "version_check",
13162 "yansi",
13163]
13164
13165[[package]]
13166name = "procfs-core"
13167version = "0.17.0"
13168source = "registry+https://github.com/rust-lang/crates.io-index"
13169checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13170dependencies = [
13171 "bitflags 2.10.0",
13172 "hex",
13173 "serde",
13174]
13175
13176[[package]]
13177name = "profiling"
13178version = "1.0.17"
13179source = "registry+https://github.com/rust-lang/crates.io-index"
13180checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13181dependencies = [
13182 "profiling-procmacros",
13183]
13184
13185[[package]]
13186name = "profiling-procmacros"
13187version = "1.0.17"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13190dependencies = [
13191 "quote",
13192 "syn 2.0.117",
13193]
13194
13195[[package]]
13196name = "project"
13197version = "0.1.0"
13198dependencies = [
13199 "aho-corasick",
13200 "anyhow",
13201 "askpass",
13202 "async-trait",
13203 "base64 0.22.1",
13204 "buffer_diff",
13205 "circular-buffer",
13206 "client",
13207 "clock",
13208 "collections",
13209 "context_server",
13210 "credentials_provider",
13211 "dap",
13212 "encoding_rs",
13213 "extension",
13214 "fancy-regex 0.17.0",
13215 "fs",
13216 "futures 0.3.31",
13217 "fuzzy",
13218 "git",
13219 "git2",
13220 "git_hosting_providers",
13221 "globset",
13222 "gpui",
13223 "http_client",
13224 "image",
13225 "indexmap",
13226 "itertools 0.14.0",
13227 "language",
13228 "log",
13229 "lsp",
13230 "markdown",
13231 "node_runtime",
13232 "parking_lot",
13233 "paths",
13234 "postage",
13235 "prettier",
13236 "pretty_assertions",
13237 "project",
13238 "rand 0.9.2",
13239 "regex",
13240 "release_channel",
13241 "remote",
13242 "rpc",
13243 "schemars",
13244 "semver",
13245 "serde",
13246 "serde_json",
13247 "settings",
13248 "sha2",
13249 "shellexpand 2.1.2",
13250 "smallvec",
13251 "smol",
13252 "snippet",
13253 "snippet_provider",
13254 "sum_tree",
13255 "task",
13256 "tempfile",
13257 "terminal",
13258 "text",
13259 "toml 0.8.23",
13260 "tracing",
13261 "unindent",
13262 "url",
13263 "util",
13264 "watch",
13265 "wax",
13266 "which 6.0.3",
13267 "worktree",
13268 "zeroize",
13269 "zlog",
13270 "ztracing",
13271]
13272
13273[[package]]
13274name = "project_benchmarks"
13275version = "0.1.0"
13276dependencies = [
13277 "anyhow",
13278 "askpass",
13279 "clap",
13280 "client",
13281 "futures 0.3.31",
13282 "gpui",
13283 "gpui_platform",
13284 "http_client",
13285 "language",
13286 "node_runtime",
13287 "project",
13288 "release_channel",
13289 "remote",
13290 "rpassword",
13291 "semver",
13292 "settings",
13293 "watch",
13294]
13295
13296[[package]]
13297name = "project_panel"
13298version = "0.1.0"
13299dependencies = [
13300 "anyhow",
13301 "client",
13302 "collections",
13303 "command_palette_hooks",
13304 "criterion",
13305 "editor",
13306 "feature_flags",
13307 "file_icons",
13308 "git",
13309 "git_ui",
13310 "gpui",
13311 "itertools 0.14.0",
13312 "language",
13313 "menu",
13314 "notifications",
13315 "pretty_assertions",
13316 "project",
13317 "rayon",
13318 "remote_connection",
13319 "schemars",
13320 "search",
13321 "serde",
13322 "serde_json",
13323 "settings",
13324 "smallvec",
13325 "telemetry",
13326 "tempfile",
13327 "theme",
13328 "ui",
13329 "util",
13330 "workspace",
13331 "worktree",
13332 "zed_actions",
13333]
13334
13335[[package]]
13336name = "project_symbols"
13337version = "0.1.0"
13338dependencies = [
13339 "anyhow",
13340 "editor",
13341 "futures 0.3.31",
13342 "fuzzy",
13343 "gpui",
13344 "language",
13345 "lsp",
13346 "ordered-float 2.10.1",
13347 "picker",
13348 "project",
13349 "release_channel",
13350 "semver",
13351 "serde_json",
13352 "settings",
13353 "theme",
13354 "util",
13355 "workspace",
13356]
13357
13358[[package]]
13359name = "prometheus"
13360version = "0.14.0"
13361source = "registry+https://github.com/rust-lang/crates.io-index"
13362checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13363dependencies = [
13364 "cfg-if",
13365 "fnv",
13366 "lazy_static",
13367 "memchr",
13368 "parking_lot",
13369 "protobuf",
13370 "thiserror 2.0.17",
13371]
13372
13373[[package]]
13374name = "prompt_store"
13375version = "0.1.0"
13376dependencies = [
13377 "anyhow",
13378 "assets",
13379 "chrono",
13380 "collections",
13381 "fs",
13382 "futures 0.3.31",
13383 "fuzzy",
13384 "gpui",
13385 "handlebars 4.5.0",
13386 "heed",
13387 "language",
13388 "log",
13389 "parking_lot",
13390 "paths",
13391 "rope",
13392 "serde",
13393 "strum 0.27.2",
13394 "tempfile",
13395 "text",
13396 "util",
13397 "uuid",
13398]
13399
13400[[package]]
13401name = "proptest"
13402version = "1.10.0"
13403source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13404dependencies = [
13405 "bit-set 0.8.0",
13406 "bit-vec 0.8.0",
13407 "bitflags 2.10.0",
13408 "num-traits",
13409 "proptest-macro",
13410 "rand 0.9.2",
13411 "rand_chacha 0.9.0",
13412 "rand_xorshift",
13413 "regex-syntax",
13414 "rusty-fork",
13415 "tempfile",
13416 "unarray",
13417]
13418
13419[[package]]
13420name = "proptest-derive"
13421version = "0.8.0"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13424dependencies = [
13425 "proc-macro2",
13426 "quote",
13427 "syn 2.0.117",
13428]
13429
13430[[package]]
13431name = "proptest-macro"
13432version = "0.5.0"
13433source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13434dependencies = [
13435 "convert_case 0.11.0",
13436 "proc-macro2",
13437 "quote",
13438 "syn 2.0.117",
13439]
13440
13441[[package]]
13442name = "prost"
13443version = "0.9.0"
13444source = "registry+https://github.com/rust-lang/crates.io-index"
13445checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13446dependencies = [
13447 "bytes 1.11.1",
13448 "prost-derive 0.9.0",
13449]
13450
13451[[package]]
13452name = "prost"
13453version = "0.12.6"
13454source = "registry+https://github.com/rust-lang/crates.io-index"
13455checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13456dependencies = [
13457 "bytes 1.11.1",
13458 "prost-derive 0.12.6",
13459]
13460
13461[[package]]
13462name = "prost-build"
13463version = "0.9.0"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13466dependencies = [
13467 "bytes 1.11.1",
13468 "heck 0.3.3",
13469 "itertools 0.10.5",
13470 "lazy_static",
13471 "log",
13472 "multimap",
13473 "petgraph",
13474 "prost 0.9.0",
13475 "prost-types 0.9.0",
13476 "regex",
13477 "tempfile",
13478 "which 4.4.2",
13479]
13480
13481[[package]]
13482name = "prost-build"
13483version = "0.12.6"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13486dependencies = [
13487 "bytes 1.11.1",
13488 "heck 0.5.0",
13489 "itertools 0.12.1",
13490 "log",
13491 "multimap",
13492 "once_cell",
13493 "petgraph",
13494 "prettyplease",
13495 "prost 0.12.6",
13496 "prost-types 0.12.6",
13497 "regex",
13498 "syn 2.0.117",
13499 "tempfile",
13500]
13501
13502[[package]]
13503name = "prost-derive"
13504version = "0.9.0"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13507dependencies = [
13508 "anyhow",
13509 "itertools 0.10.5",
13510 "proc-macro2",
13511 "quote",
13512 "syn 1.0.109",
13513]
13514
13515[[package]]
13516name = "prost-derive"
13517version = "0.12.6"
13518source = "registry+https://github.com/rust-lang/crates.io-index"
13519checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13520dependencies = [
13521 "anyhow",
13522 "itertools 0.12.1",
13523 "proc-macro2",
13524 "quote",
13525 "syn 2.0.117",
13526]
13527
13528[[package]]
13529name = "prost-types"
13530version = "0.9.0"
13531source = "registry+https://github.com/rust-lang/crates.io-index"
13532checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13533dependencies = [
13534 "bytes 1.11.1",
13535 "prost 0.9.0",
13536]
13537
13538[[package]]
13539name = "prost-types"
13540version = "0.12.6"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13543dependencies = [
13544 "prost 0.12.6",
13545]
13546
13547[[package]]
13548name = "proto"
13549version = "0.1.0"
13550dependencies = [
13551 "anyhow",
13552 "prost 0.9.0",
13553 "prost-build 0.9.0",
13554 "serde",
13555]
13556
13557[[package]]
13558name = "protobuf"
13559version = "3.7.2"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13562dependencies = [
13563 "once_cell",
13564 "protobuf-support",
13565 "thiserror 1.0.69",
13566]
13567
13568[[package]]
13569name = "protobuf-support"
13570version = "3.7.2"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13573dependencies = [
13574 "thiserror 1.0.69",
13575]
13576
13577[[package]]
13578name = "psm"
13579version = "0.1.30"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13582dependencies = [
13583 "ar_archive_writer",
13584 "cc",
13585]
13586
13587[[package]]
13588name = "ptr_meta"
13589version = "0.1.4"
13590source = "registry+https://github.com/rust-lang/crates.io-index"
13591checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13592dependencies = [
13593 "ptr_meta_derive",
13594]
13595
13596[[package]]
13597name = "ptr_meta_derive"
13598version = "0.1.4"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13601dependencies = [
13602 "proc-macro2",
13603 "quote",
13604 "syn 1.0.109",
13605]
13606
13607[[package]]
13608name = "pulldown-cmark"
13609version = "0.10.3"
13610source = "registry+https://github.com/rust-lang/crates.io-index"
13611checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13612dependencies = [
13613 "bitflags 2.10.0",
13614 "memchr",
13615 "pulldown-cmark-escape",
13616 "unicase",
13617]
13618
13619[[package]]
13620name = "pulldown-cmark"
13621version = "0.13.0"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13624dependencies = [
13625 "bitflags 2.10.0",
13626 "memchr",
13627 "unicase",
13628]
13629
13630[[package]]
13631name = "pulldown-cmark-escape"
13632version = "0.10.1"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13635
13636[[package]]
13637name = "pulley-interpreter"
13638version = "33.0.2"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13641dependencies = [
13642 "cranelift-bitset",
13643 "log",
13644 "wasmtime-math",
13645]
13646
13647[[package]]
13648name = "pulp"
13649version = "0.18.22"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13652dependencies = [
13653 "bytemuck",
13654 "libm",
13655 "num-complex",
13656 "reborrow",
13657]
13658
13659[[package]]
13660name = "pulp"
13661version = "0.21.5"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13664dependencies = [
13665 "bytemuck",
13666 "cfg-if",
13667 "libm",
13668 "num-complex",
13669 "reborrow",
13670 "version_check",
13671]
13672
13673[[package]]
13674name = "pxfm"
13675version = "0.1.25"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13678dependencies = [
13679 "num-traits",
13680]
13681
13682[[package]]
13683name = "qoi"
13684version = "0.4.1"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13687dependencies = [
13688 "bytemuck",
13689]
13690
13691[[package]]
13692name = "quick-error"
13693version = "1.2.3"
13694source = "registry+https://github.com/rust-lang/crates.io-index"
13695checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13696
13697[[package]]
13698name = "quick-error"
13699version = "2.0.1"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13702
13703[[package]]
13704name = "quick-xml"
13705version = "0.30.0"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13708dependencies = [
13709 "memchr",
13710]
13711
13712[[package]]
13713name = "quick-xml"
13714version = "0.37.5"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13717dependencies = [
13718 "memchr",
13719]
13720
13721[[package]]
13722name = "quick-xml"
13723version = "0.38.3"
13724source = "registry+https://github.com/rust-lang/crates.io-index"
13725checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13726dependencies = [
13727 "memchr",
13728]
13729
13730[[package]]
13731name = "quinn"
13732version = "0.11.9"
13733source = "registry+https://github.com/rust-lang/crates.io-index"
13734checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13735dependencies = [
13736 "bytes 1.11.1",
13737 "cfg_aliases 0.2.1",
13738 "pin-project-lite",
13739 "quinn-proto",
13740 "quinn-udp",
13741 "rustc-hash 2.1.1",
13742 "rustls 0.23.33",
13743 "socket2 0.6.1",
13744 "thiserror 2.0.17",
13745 "tokio",
13746 "tracing",
13747 "web-time",
13748]
13749
13750[[package]]
13751name = "quinn-proto"
13752version = "0.11.13"
13753source = "registry+https://github.com/rust-lang/crates.io-index"
13754checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13755dependencies = [
13756 "bytes 1.11.1",
13757 "getrandom 0.3.4",
13758 "lru-slab",
13759 "rand 0.9.2",
13760 "ring",
13761 "rustc-hash 2.1.1",
13762 "rustls 0.23.33",
13763 "rustls-pki-types",
13764 "slab",
13765 "thiserror 2.0.17",
13766 "tinyvec",
13767 "tracing",
13768 "web-time",
13769]
13770
13771[[package]]
13772name = "quinn-udp"
13773version = "0.5.14"
13774source = "registry+https://github.com/rust-lang/crates.io-index"
13775checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13776dependencies = [
13777 "cfg_aliases 0.2.1",
13778 "libc",
13779 "once_cell",
13780 "socket2 0.6.1",
13781 "tracing",
13782 "windows-sys 0.60.2",
13783]
13784
13785[[package]]
13786name = "quote"
13787version = "1.0.41"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13790dependencies = [
13791 "proc-macro2",
13792]
13793
13794[[package]]
13795name = "r-efi"
13796version = "5.3.0"
13797source = "registry+https://github.com/rust-lang/crates.io-index"
13798checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13799
13800[[package]]
13801name = "radium"
13802version = "0.7.0"
13803source = "registry+https://github.com/rust-lang/crates.io-index"
13804checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13805
13806[[package]]
13807name = "rand"
13808version = "0.3.23"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13811dependencies = [
13812 "libc",
13813 "rand 0.4.6",
13814]
13815
13816[[package]]
13817name = "rand"
13818version = "0.4.6"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13821dependencies = [
13822 "fuchsia-cprng",
13823 "libc",
13824 "rand_core 0.3.1",
13825 "rdrand",
13826 "winapi",
13827]
13828
13829[[package]]
13830name = "rand"
13831version = "0.8.5"
13832source = "registry+https://github.com/rust-lang/crates.io-index"
13833checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13834dependencies = [
13835 "libc",
13836 "rand_chacha 0.3.1",
13837 "rand_core 0.6.4",
13838]
13839
13840[[package]]
13841name = "rand"
13842version = "0.9.2"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13845dependencies = [
13846 "rand_chacha 0.9.0",
13847 "rand_core 0.9.3",
13848]
13849
13850[[package]]
13851name = "rand_chacha"
13852version = "0.3.1"
13853source = "registry+https://github.com/rust-lang/crates.io-index"
13854checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13855dependencies = [
13856 "ppv-lite86",
13857 "rand_core 0.6.4",
13858]
13859
13860[[package]]
13861name = "rand_chacha"
13862version = "0.9.0"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13865dependencies = [
13866 "ppv-lite86",
13867 "rand_core 0.9.3",
13868]
13869
13870[[package]]
13871name = "rand_core"
13872version = "0.3.1"
13873source = "registry+https://github.com/rust-lang/crates.io-index"
13874checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13875dependencies = [
13876 "rand_core 0.4.2",
13877]
13878
13879[[package]]
13880name = "rand_core"
13881version = "0.4.2"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13884
13885[[package]]
13886name = "rand_core"
13887version = "0.6.4"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13890dependencies = [
13891 "getrandom 0.2.16",
13892]
13893
13894[[package]]
13895name = "rand_core"
13896version = "0.9.3"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13899dependencies = [
13900 "getrandom 0.3.4",
13901]
13902
13903[[package]]
13904name = "rand_distr"
13905version = "0.5.1"
13906source = "registry+https://github.com/rust-lang/crates.io-index"
13907checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13908dependencies = [
13909 "num-traits",
13910 "rand 0.9.2",
13911]
13912
13913[[package]]
13914name = "rand_pcg"
13915version = "0.3.1"
13916source = "registry+https://github.com/rust-lang/crates.io-index"
13917checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13918dependencies = [
13919 "rand_core 0.6.4",
13920]
13921
13922[[package]]
13923name = "rand_xorshift"
13924version = "0.4.0"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13927dependencies = [
13928 "rand_core 0.9.3",
13929]
13930
13931[[package]]
13932name = "random_choice"
13933version = "0.3.2"
13934source = "registry+https://github.com/rust-lang/crates.io-index"
13935checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13936dependencies = [
13937 "rand 0.3.23",
13938]
13939
13940[[package]]
13941name = "range-alloc"
13942version = "0.1.4"
13943source = "registry+https://github.com/rust-lang/crates.io-index"
13944checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13945
13946[[package]]
13947name = "range-map"
13948version = "0.2.0"
13949source = "registry+https://github.com/rust-lang/crates.io-index"
13950checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13951dependencies = [
13952 "num-traits",
13953]
13954
13955[[package]]
13956name = "rangemap"
13957version = "1.7.1"
13958source = "registry+https://github.com/rust-lang/crates.io-index"
13959checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13960
13961[[package]]
13962name = "rav1e"
13963version = "0.7.1"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13966dependencies = [
13967 "arbitrary",
13968 "arg_enum_proc_macro",
13969 "arrayvec",
13970 "av1-grain",
13971 "bitstream-io",
13972 "built",
13973 "cfg-if",
13974 "interpolate_name",
13975 "itertools 0.12.1",
13976 "libc",
13977 "libfuzzer-sys",
13978 "log",
13979 "maybe-rayon",
13980 "new_debug_unreachable",
13981 "noop_proc_macro",
13982 "num-derive",
13983 "num-traits",
13984 "once_cell",
13985 "paste",
13986 "profiling",
13987 "rand 0.8.5",
13988 "rand_chacha 0.3.1",
13989 "simd_helpers",
13990 "system-deps 6.2.2",
13991 "thiserror 1.0.69",
13992 "v_frame",
13993 "wasm-bindgen",
13994]
13995
13996[[package]]
13997name = "ravif"
13998version = "0.11.20"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14001dependencies = [
14002 "avif-serialize",
14003 "imgref",
14004 "loop9",
14005 "quick-error 2.0.1",
14006 "rav1e",
14007 "rayon",
14008 "rgb",
14009]
14010
14011[[package]]
14012name = "raw-cpuid"
14013version = "10.7.0"
14014source = "registry+https://github.com/rust-lang/crates.io-index"
14015checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14016dependencies = [
14017 "bitflags 1.3.2",
14018]
14019
14020[[package]]
14021name = "raw-cpuid"
14022version = "11.6.0"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14025dependencies = [
14026 "bitflags 2.10.0",
14027]
14028
14029[[package]]
14030name = "raw-window-handle"
14031version = "0.6.2"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14034
14035[[package]]
14036name = "raw-window-metal"
14037version = "1.1.0"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14040dependencies = [
14041 "objc2",
14042 "objc2-core-foundation",
14043 "objc2-foundation",
14044 "objc2-quartz-core",
14045]
14046
14047[[package]]
14048name = "rayon"
14049version = "1.11.0"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14052dependencies = [
14053 "either",
14054 "rayon-core",
14055]
14056
14057[[package]]
14058name = "rayon-core"
14059version = "1.13.0"
14060source = "registry+https://github.com/rust-lang/crates.io-index"
14061checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14062dependencies = [
14063 "crossbeam-deque",
14064 "crossbeam-utils",
14065]
14066
14067[[package]]
14068name = "rdrand"
14069version = "0.4.0"
14070source = "registry+https://github.com/rust-lang/crates.io-index"
14071checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14072dependencies = [
14073 "rand_core 0.3.1",
14074]
14075
14076[[package]]
14077name = "read-fonts"
14078version = "0.35.0"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14081dependencies = [
14082 "bytemuck",
14083 "font-types 0.10.0",
14084]
14085
14086[[package]]
14087name = "read-fonts"
14088version = "0.37.0"
14089source = "registry+https://github.com/rust-lang/crates.io-index"
14090checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14091dependencies = [
14092 "bytemuck",
14093 "core_maths",
14094 "font-types 0.11.0",
14095]
14096
14097[[package]]
14098name = "realfft"
14099version = "3.5.0"
14100source = "registry+https://github.com/rust-lang/crates.io-index"
14101checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14102dependencies = [
14103 "rustfft",
14104]
14105
14106[[package]]
14107name = "reborrow"
14108version = "0.5.5"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14111
14112[[package]]
14113name = "recent_projects"
14114version = "0.1.0"
14115dependencies = [
14116 "anyhow",
14117 "askpass",
14118 "chrono",
14119 "db",
14120 "dev_container",
14121 "editor",
14122 "extension",
14123 "extension_host",
14124 "fs",
14125 "futures 0.3.31",
14126 "fuzzy",
14127 "gpui",
14128 "http_client",
14129 "indoc",
14130 "language",
14131 "log",
14132 "menu",
14133 "node_runtime",
14134 "open_path_prompt",
14135 "ordered-float 2.10.1",
14136 "paths",
14137 "picker",
14138 "project",
14139 "release_channel",
14140 "remote",
14141 "remote_connection",
14142 "remote_server",
14143 "semver",
14144 "serde",
14145 "serde_json",
14146 "settings",
14147 "smol",
14148 "task",
14149 "telemetry",
14150 "ui",
14151 "ui_input",
14152 "util",
14153 "windows-registry 0.6.1",
14154 "workspace",
14155 "worktree",
14156 "zed_actions",
14157]
14158
14159[[package]]
14160name = "redox_syscall"
14161version = "0.2.16"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14164dependencies = [
14165 "bitflags 1.3.2",
14166]
14167
14168[[package]]
14169name = "redox_syscall"
14170version = "0.5.18"
14171source = "registry+https://github.com/rust-lang/crates.io-index"
14172checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14173dependencies = [
14174 "bitflags 2.10.0",
14175]
14176
14177[[package]]
14178name = "redox_users"
14179version = "0.4.6"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14182dependencies = [
14183 "getrandom 0.2.16",
14184 "libredox",
14185 "thiserror 1.0.69",
14186]
14187
14188[[package]]
14189name = "redox_users"
14190version = "0.5.2"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14193dependencies = [
14194 "getrandom 0.2.16",
14195 "libredox",
14196 "thiserror 2.0.17",
14197]
14198
14199[[package]]
14200name = "ref-cast"
14201version = "1.0.25"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14204dependencies = [
14205 "ref-cast-impl",
14206]
14207
14208[[package]]
14209name = "ref-cast-impl"
14210version = "1.0.25"
14211source = "registry+https://github.com/rust-lang/crates.io-index"
14212checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14213dependencies = [
14214 "proc-macro2",
14215 "quote",
14216 "syn 2.0.117",
14217]
14218
14219[[package]]
14220name = "referencing"
14221version = "0.37.4"
14222source = "registry+https://github.com/rust-lang/crates.io-index"
14223checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14224dependencies = [
14225 "ahash 0.8.12",
14226 "fluent-uri",
14227 "getrandom 0.3.4",
14228 "hashbrown 0.16.1",
14229 "parking_lot",
14230 "percent-encoding",
14231 "serde_json",
14232]
14233
14234[[package]]
14235name = "refineable"
14236version = "0.1.0"
14237dependencies = [
14238 "derive_refineable",
14239]
14240
14241[[package]]
14242name = "regalloc2"
14243version = "0.12.2"
14244source = "registry+https://github.com/rust-lang/crates.io-index"
14245checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14246dependencies = [
14247 "allocator-api2",
14248 "bumpalo",
14249 "hashbrown 0.15.5",
14250 "log",
14251 "rustc-hash 2.1.1",
14252 "serde",
14253 "smallvec",
14254]
14255
14256[[package]]
14257name = "regex"
14258version = "1.12.2"
14259source = "registry+https://github.com/rust-lang/crates.io-index"
14260checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14261dependencies = [
14262 "aho-corasick",
14263 "memchr",
14264 "regex-automata",
14265 "regex-syntax",
14266]
14267
14268[[package]]
14269name = "regex-automata"
14270version = "0.4.13"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14273dependencies = [
14274 "aho-corasick",
14275 "memchr",
14276 "regex-syntax",
14277]
14278
14279[[package]]
14280name = "regex-lite"
14281version = "0.1.8"
14282source = "registry+https://github.com/rust-lang/crates.io-index"
14283checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14284
14285[[package]]
14286name = "regex-syntax"
14287version = "0.8.8"
14288source = "registry+https://github.com/rust-lang/crates.io-index"
14289checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14290
14291[[package]]
14292name = "release_channel"
14293version = "0.1.0"
14294dependencies = [
14295 "gpui",
14296 "semver",
14297]
14298
14299[[package]]
14300name = "remote"
14301version = "0.1.0"
14302dependencies = [
14303 "anyhow",
14304 "askpass",
14305 "async-trait",
14306 "base64 0.22.1",
14307 "collections",
14308 "fs",
14309 "futures 0.3.31",
14310 "gpui",
14311 "log",
14312 "parking_lot",
14313 "paths",
14314 "prost 0.9.0",
14315 "release_channel",
14316 "rpc",
14317 "schemars",
14318 "semver",
14319 "serde",
14320 "serde_json",
14321 "settings",
14322 "smol",
14323 "tempfile",
14324 "thiserror 2.0.17",
14325 "urlencoding",
14326 "util",
14327 "which 6.0.3",
14328]
14329
14330[[package]]
14331name = "remote_connection"
14332version = "0.1.0"
14333dependencies = [
14334 "anyhow",
14335 "askpass",
14336 "auto_update",
14337 "futures 0.3.31",
14338 "gpui",
14339 "log",
14340 "markdown",
14341 "menu",
14342 "release_channel",
14343 "remote",
14344 "semver",
14345 "settings",
14346 "theme",
14347 "ui",
14348 "ui_input",
14349 "workspace",
14350]
14351
14352[[package]]
14353name = "remote_server"
14354version = "0.1.0"
14355dependencies = [
14356 "action_log",
14357 "agent",
14358 "anyhow",
14359 "askpass",
14360 "cargo_toml",
14361 "clap",
14362 "client",
14363 "clock",
14364 "collections",
14365 "crash-handler",
14366 "crashes",
14367 "dap_adapters",
14368 "debug_adapter_extension",
14369 "editor",
14370 "env_logger 0.11.8",
14371 "extension",
14372 "extension_host",
14373 "fork",
14374 "fs",
14375 "futures 0.3.31",
14376 "git",
14377 "git2",
14378 "git_hosting_providers",
14379 "gpui",
14380 "gpui_platform",
14381 "gpui_tokio",
14382 "http_client",
14383 "image",
14384 "json_schema_store",
14385 "language",
14386 "language_extension",
14387 "language_model",
14388 "languages",
14389 "libc",
14390 "log",
14391 "lsp",
14392 "minidumper",
14393 "net",
14394 "node_runtime",
14395 "paths",
14396 "pretty_assertions",
14397 "project",
14398 "proto",
14399 "rayon",
14400 "release_channel",
14401 "remote",
14402 "reqwest_client",
14403 "rpc",
14404 "rust-embed",
14405 "semver",
14406 "serde",
14407 "serde_json",
14408 "settings",
14409 "shellexpand 2.1.2",
14410 "smol",
14411 "sysinfo 0.37.2",
14412 "task",
14413 "theme",
14414 "thiserror 2.0.17",
14415 "toml 0.8.23",
14416 "unindent",
14417 "util",
14418 "uuid",
14419 "watch",
14420 "windows 0.61.3",
14421 "worktree",
14422 "zlog",
14423]
14424
14425[[package]]
14426name = "rend"
14427version = "0.4.2"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14430dependencies = [
14431 "bytecheck",
14432]
14433
14434[[package]]
14435name = "renderdoc-sys"
14436version = "1.1.0"
14437source = "registry+https://github.com/rust-lang/crates.io-index"
14438checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14439
14440[[package]]
14441name = "repl"
14442version = "0.1.0"
14443dependencies = [
14444 "alacritty_terminal",
14445 "anyhow",
14446 "async-dispatcher",
14447 "async-task",
14448 "async-tungstenite",
14449 "base64 0.22.1",
14450 "client",
14451 "collections",
14452 "command_palette_hooks",
14453 "editor",
14454 "feature_flags",
14455 "file_icons",
14456 "futures 0.3.31",
14457 "gpui",
14458 "html_to_markdown",
14459 "http_client",
14460 "image",
14461 "indoc",
14462 "jupyter-protocol",
14463 "jupyter-websocket-client",
14464 "language",
14465 "languages",
14466 "log",
14467 "markdown",
14468 "menu",
14469 "multi_buffer",
14470 "nbformat",
14471 "picker",
14472 "project",
14473 "remote",
14474 "runtimelib",
14475 "serde",
14476 "serde_json",
14477 "settings",
14478 "shlex",
14479 "smol",
14480 "telemetry",
14481 "terminal",
14482 "terminal_view",
14483 "theme",
14484 "tree-sitter-md",
14485 "tree-sitter-python",
14486 "tree-sitter-typescript",
14487 "ui",
14488 "util",
14489 "uuid",
14490 "workspace",
14491 "zed_actions",
14492]
14493
14494[[package]]
14495name = "reqwest"
14496version = "0.11.27"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14499dependencies = [
14500 "base64 0.21.7",
14501 "bytes 1.11.1",
14502 "encoding_rs",
14503 "futures-core",
14504 "futures-util",
14505 "h2 0.3.27",
14506 "http 0.2.12",
14507 "http-body 0.4.6",
14508 "hyper 0.14.32",
14509 "hyper-tls",
14510 "ipnet",
14511 "js-sys",
14512 "log",
14513 "mime",
14514 "native-tls",
14515 "once_cell",
14516 "percent-encoding",
14517 "pin-project-lite",
14518 "rustls-pemfile 1.0.4",
14519 "serde",
14520 "serde_json",
14521 "serde_urlencoded",
14522 "sync_wrapper 0.1.2",
14523 "system-configuration 0.5.1",
14524 "tokio",
14525 "tokio-native-tls",
14526 "tower-service",
14527 "url",
14528 "wasm-bindgen",
14529 "wasm-bindgen-futures",
14530 "web-sys",
14531 "winreg 0.50.0",
14532]
14533
14534[[package]]
14535name = "reqwest"
14536version = "0.12.24"
14537source = "registry+https://github.com/rust-lang/crates.io-index"
14538checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14539dependencies = [
14540 "base64 0.22.1",
14541 "bytes 1.11.1",
14542 "futures-channel",
14543 "futures-core",
14544 "futures-util",
14545 "http 1.3.1",
14546 "http-body 1.0.1",
14547 "http-body-util",
14548 "hyper 1.7.0",
14549 "hyper-rustls 0.27.7",
14550 "hyper-util",
14551 "js-sys",
14552 "log",
14553 "percent-encoding",
14554 "pin-project-lite",
14555 "quinn",
14556 "rustls 0.23.33",
14557 "rustls-native-certs 0.8.2",
14558 "rustls-pki-types",
14559 "serde",
14560 "serde_json",
14561 "serde_urlencoded",
14562 "sync_wrapper 1.0.2",
14563 "tokio",
14564 "tokio-rustls 0.26.2",
14565 "tower 0.5.2",
14566 "tower-http 0.6.6",
14567 "tower-service",
14568 "url",
14569 "wasm-bindgen",
14570 "wasm-bindgen-futures",
14571 "web-sys",
14572]
14573
14574[[package]]
14575name = "reqwest_client"
14576version = "0.1.0"
14577dependencies = [
14578 "anyhow",
14579 "bytes 1.11.1",
14580 "futures 0.3.31",
14581 "gpui_util",
14582 "http_client",
14583 "http_client_tls",
14584 "log",
14585 "regex",
14586 "serde",
14587 "tokio",
14588 "zed-reqwest",
14589]
14590
14591[[package]]
14592name = "resvg"
14593version = "0.45.1"
14594source = "registry+https://github.com/rust-lang/crates.io-index"
14595checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14596dependencies = [
14597 "log",
14598 "pico-args",
14599 "rgb",
14600 "svgtypes",
14601 "tiny-skia",
14602 "usvg",
14603]
14604
14605[[package]]
14606name = "rfc6979"
14607version = "0.3.1"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14610dependencies = [
14611 "crypto-bigint 0.4.9",
14612 "hmac",
14613 "zeroize",
14614]
14615
14616[[package]]
14617name = "rgb"
14618version = "0.8.52"
14619source = "registry+https://github.com/rust-lang/crates.io-index"
14620checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14621dependencies = [
14622 "bytemuck",
14623]
14624
14625[[package]]
14626name = "ring"
14627version = "0.17.14"
14628source = "registry+https://github.com/rust-lang/crates.io-index"
14629checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14630dependencies = [
14631 "cc",
14632 "cfg-if",
14633 "getrandom 0.2.16",
14634 "libc",
14635 "untrusted 0.9.0",
14636 "windows-sys 0.52.0",
14637]
14638
14639[[package]]
14640name = "rkyv"
14641version = "0.7.45"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14644dependencies = [
14645 "bitvec",
14646 "bytecheck",
14647 "bytes 1.11.1",
14648 "hashbrown 0.12.3",
14649 "ptr_meta",
14650 "rend",
14651 "rkyv_derive",
14652 "seahash",
14653 "tinyvec",
14654 "uuid",
14655]
14656
14657[[package]]
14658name = "rkyv_derive"
14659version = "0.7.45"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14662dependencies = [
14663 "proc-macro2",
14664 "quote",
14665 "syn 1.0.109",
14666]
14667
14668[[package]]
14669name = "rmp"
14670version = "0.8.14"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14673dependencies = [
14674 "byteorder",
14675 "num-traits",
14676 "paste",
14677]
14678
14679[[package]]
14680name = "rmpv"
14681version = "1.3.0"
14682source = "registry+https://github.com/rust-lang/crates.io-index"
14683checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14684dependencies = [
14685 "num-traits",
14686 "rmp",
14687]
14688
14689[[package]]
14690name = "rodio"
14691version = "0.21.1"
14692source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14693dependencies = [
14694 "cpal",
14695 "dasp_sample",
14696 "hound",
14697 "num-rational",
14698 "rand 0.9.2",
14699 "rand_distr",
14700 "rtrb",
14701 "symphonia",
14702 "thiserror 2.0.17",
14703]
14704
14705[[package]]
14706name = "rope"
14707version = "0.1.0"
14708dependencies = [
14709 "criterion",
14710 "ctor",
14711 "gpui",
14712 "heapless",
14713 "log",
14714 "rand 0.9.2",
14715 "rayon",
14716 "sum_tree",
14717 "tracing",
14718 "unicode-segmentation",
14719 "util",
14720 "zlog",
14721 "ztracing",
14722]
14723
14724[[package]]
14725name = "roxmltree"
14726version = "0.20.0"
14727source = "registry+https://github.com/rust-lang/crates.io-index"
14728checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14729
14730[[package]]
14731name = "rpassword"
14732version = "7.4.0"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14735dependencies = [
14736 "libc",
14737 "rtoolbox",
14738 "windows-sys 0.59.0",
14739]
14740
14741[[package]]
14742name = "rpc"
14743version = "0.1.0"
14744dependencies = [
14745 "anyhow",
14746 "async-tungstenite",
14747 "base64 0.22.1",
14748 "collections",
14749 "futures 0.3.31",
14750 "gpui",
14751 "parking_lot",
14752 "proto",
14753 "rand 0.9.2",
14754 "rsa",
14755 "serde",
14756 "serde_json",
14757 "sha2",
14758 "strum 0.27.2",
14759 "tracing",
14760 "util",
14761 "zlog",
14762 "zstd",
14763]
14764
14765[[package]]
14766name = "rsa"
14767version = "0.9.10"
14768source = "registry+https://github.com/rust-lang/crates.io-index"
14769checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14770dependencies = [
14771 "const-oid",
14772 "digest",
14773 "num-bigint-dig 0.8.6",
14774 "num-integer",
14775 "num-traits",
14776 "pkcs1",
14777 "pkcs8 0.10.2",
14778 "rand_core 0.6.4",
14779 "signature 2.2.0",
14780 "spki 0.7.3",
14781 "subtle",
14782 "zeroize",
14783]
14784
14785[[package]]
14786name = "rtoolbox"
14787version = "0.0.3"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14790dependencies = [
14791 "libc",
14792 "windows-sys 0.52.0",
14793]
14794
14795[[package]]
14796name = "rtrb"
14797version = "0.3.2"
14798source = "registry+https://github.com/rust-lang/crates.io-index"
14799checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14800
14801[[package]]
14802name = "rules_library"
14803version = "0.1.0"
14804dependencies = [
14805 "anyhow",
14806 "collections",
14807 "editor",
14808 "gpui",
14809 "language",
14810 "language_model",
14811 "log",
14812 "menu",
14813 "picker",
14814 "platform_title_bar",
14815 "prompt_store",
14816 "release_channel",
14817 "rope",
14818 "serde",
14819 "settings",
14820 "theme",
14821 "ui",
14822 "ui_input",
14823 "util",
14824 "workspace",
14825 "zed_actions",
14826]
14827
14828[[package]]
14829name = "runtimelib"
14830version = "1.4.0"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14833dependencies = [
14834 "async-dispatcher",
14835 "async-std",
14836 "aws-lc-rs",
14837 "base64 0.22.1",
14838 "bytes 1.11.1",
14839 "chrono",
14840 "data-encoding",
14841 "dirs 6.0.0",
14842 "futures 0.3.31",
14843 "glob",
14844 "jupyter-protocol",
14845 "serde",
14846 "serde_json",
14847 "shellexpand 3.1.1",
14848 "smol",
14849 "thiserror 2.0.17",
14850 "uuid",
14851 "zeromq",
14852]
14853
14854[[package]]
14855name = "rust-embed"
14856version = "8.7.2"
14857source = "registry+https://github.com/rust-lang/crates.io-index"
14858checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14859dependencies = [
14860 "rust-embed-impl",
14861 "rust-embed-utils",
14862 "walkdir",
14863]
14864
14865[[package]]
14866name = "rust-embed-impl"
14867version = "8.7.2"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14870dependencies = [
14871 "proc-macro2",
14872 "quote",
14873 "rust-embed-utils",
14874 "syn 2.0.117",
14875 "walkdir",
14876]
14877
14878[[package]]
14879name = "rust-embed-utils"
14880version = "8.7.2"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14883dependencies = [
14884 "globset",
14885 "sha2",
14886 "walkdir",
14887]
14888
14889[[package]]
14890name = "rust_decimal"
14891version = "1.39.0"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14894dependencies = [
14895 "arrayvec",
14896 "borsh",
14897 "bytes 1.11.1",
14898 "num-traits",
14899 "rand 0.8.5",
14900 "rkyv",
14901 "serde",
14902 "serde_json",
14903]
14904
14905[[package]]
14906name = "rustc-demangle"
14907version = "0.1.26"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14910
14911[[package]]
14912name = "rustc-hash"
14913version = "1.1.0"
14914source = "registry+https://github.com/rust-lang/crates.io-index"
14915checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14916
14917[[package]]
14918name = "rustc-hash"
14919version = "2.1.1"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14922
14923[[package]]
14924name = "rustc_version"
14925version = "0.4.1"
14926source = "registry+https://github.com/rust-lang/crates.io-index"
14927checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14928dependencies = [
14929 "semver",
14930]
14931
14932[[package]]
14933name = "rustfft"
14934version = "6.4.1"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14937dependencies = [
14938 "num-complex",
14939 "num-integer",
14940 "num-traits",
14941 "primal-check",
14942 "strength_reduce",
14943 "transpose",
14944]
14945
14946[[package]]
14947name = "rustix"
14948version = "0.38.44"
14949source = "registry+https://github.com/rust-lang/crates.io-index"
14950checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14951dependencies = [
14952 "bitflags 2.10.0",
14953 "errno 0.3.14",
14954 "libc",
14955 "linux-raw-sys 0.4.15",
14956 "windows-sys 0.59.0",
14957]
14958
14959[[package]]
14960name = "rustix"
14961version = "1.1.2"
14962source = "registry+https://github.com/rust-lang/crates.io-index"
14963checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14964dependencies = [
14965 "bitflags 2.10.0",
14966 "errno 0.3.14",
14967 "libc",
14968 "linux-raw-sys 0.11.0",
14969 "windows-sys 0.61.2",
14970]
14971
14972[[package]]
14973name = "rustix-linux-procfs"
14974version = "0.1.1"
14975source = "registry+https://github.com/rust-lang/crates.io-index"
14976checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14977dependencies = [
14978 "once_cell",
14979 "rustix 1.1.2",
14980]
14981
14982[[package]]
14983name = "rustix-openpty"
14984version = "0.2.0"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14987dependencies = [
14988 "errno 0.3.14",
14989 "libc",
14990 "rustix 1.1.2",
14991]
14992
14993[[package]]
14994name = "rustls"
14995version = "0.21.12"
14996source = "registry+https://github.com/rust-lang/crates.io-index"
14997checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14998dependencies = [
14999 "log",
15000 "ring",
15001 "rustls-webpki 0.101.7",
15002 "sct",
15003]
15004
15005[[package]]
15006name = "rustls"
15007version = "0.23.33"
15008source = "registry+https://github.com/rust-lang/crates.io-index"
15009checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15010dependencies = [
15011 "aws-lc-rs",
15012 "log",
15013 "once_cell",
15014 "ring",
15015 "rustls-pki-types",
15016 "rustls-webpki 0.103.7",
15017 "subtle",
15018 "zeroize",
15019]
15020
15021[[package]]
15022name = "rustls-native-certs"
15023version = "0.6.3"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15026dependencies = [
15027 "openssl-probe",
15028 "rustls-pemfile 1.0.4",
15029 "schannel",
15030 "security-framework 2.11.1",
15031]
15032
15033[[package]]
15034name = "rustls-native-certs"
15035version = "0.8.2"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15038dependencies = [
15039 "openssl-probe",
15040 "rustls-pki-types",
15041 "schannel",
15042 "security-framework 3.5.1",
15043]
15044
15045[[package]]
15046name = "rustls-pemfile"
15047version = "1.0.4"
15048source = "registry+https://github.com/rust-lang/crates.io-index"
15049checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15050dependencies = [
15051 "base64 0.21.7",
15052]
15053
15054[[package]]
15055name = "rustls-pemfile"
15056version = "2.2.0"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15059dependencies = [
15060 "rustls-pki-types",
15061]
15062
15063[[package]]
15064name = "rustls-pki-types"
15065version = "1.12.0"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15068dependencies = [
15069 "web-time",
15070 "zeroize",
15071]
15072
15073[[package]]
15074name = "rustls-platform-verifier"
15075version = "0.5.3"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15078dependencies = [
15079 "core-foundation 0.10.0",
15080 "core-foundation-sys",
15081 "jni",
15082 "log",
15083 "once_cell",
15084 "rustls 0.23.33",
15085 "rustls-native-certs 0.8.2",
15086 "rustls-platform-verifier-android",
15087 "rustls-webpki 0.103.7",
15088 "security-framework 3.5.1",
15089 "security-framework-sys",
15090 "webpki-root-certs",
15091 "windows-sys 0.59.0",
15092]
15093
15094[[package]]
15095name = "rustls-platform-verifier-android"
15096version = "0.1.1"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15099
15100[[package]]
15101name = "rustls-webpki"
15102version = "0.101.7"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15105dependencies = [
15106 "ring",
15107 "untrusted 0.9.0",
15108]
15109
15110[[package]]
15111name = "rustls-webpki"
15112version = "0.103.7"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15115dependencies = [
15116 "aws-lc-rs",
15117 "ring",
15118 "rustls-pki-types",
15119 "untrusted 0.9.0",
15120]
15121
15122[[package]]
15123name = "rustversion"
15124version = "1.0.22"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15127
15128[[package]]
15129name = "rusty-fork"
15130version = "0.3.1"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15133dependencies = [
15134 "fnv",
15135 "quick-error 1.2.3",
15136 "tempfile",
15137 "wait-timeout",
15138]
15139
15140[[package]]
15141name = "rustybuzz"
15142version = "0.20.1"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15145dependencies = [
15146 "bitflags 2.10.0",
15147 "bytemuck",
15148 "core_maths",
15149 "log",
15150 "smallvec",
15151 "ttf-parser 0.25.1",
15152 "unicode-bidi-mirroring",
15153 "unicode-ccc",
15154 "unicode-properties",
15155 "unicode-script",
15156]
15157
15158[[package]]
15159name = "ryu"
15160version = "1.0.20"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15163
15164[[package]]
15165name = "saa"
15166version = "5.4.9"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15169
15170[[package]]
15171name = "safetensors"
15172version = "0.4.5"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15175dependencies = [
15176 "serde",
15177 "serde_json",
15178]
15179
15180[[package]]
15181name = "same-file"
15182version = "1.0.6"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15185dependencies = [
15186 "winapi-util",
15187]
15188
15189[[package]]
15190name = "scc"
15191version = "3.5.6"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15194dependencies = [
15195 "saa",
15196 "sdd",
15197]
15198
15199[[package]]
15200name = "schannel"
15201version = "0.1.28"
15202source = "registry+https://github.com/rust-lang/crates.io-index"
15203checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15204dependencies = [
15205 "windows-sys 0.61.2",
15206]
15207
15208[[package]]
15209name = "scheduler"
15210version = "0.1.0"
15211dependencies = [
15212 "async-task",
15213 "backtrace",
15214 "chrono",
15215 "flume",
15216 "futures 0.3.31",
15217 "parking_lot",
15218 "rand 0.9.2",
15219 "web-time",
15220]
15221
15222[[package]]
15223name = "schema_generator"
15224version = "0.1.0"
15225dependencies = [
15226 "anyhow",
15227 "clap",
15228 "env_logger 0.11.8",
15229 "schemars",
15230 "serde",
15231 "serde_json",
15232 "settings",
15233 "theme",
15234]
15235
15236[[package]]
15237name = "schemars"
15238version = "1.0.4"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15241dependencies = [
15242 "dyn-clone",
15243 "indexmap",
15244 "ref-cast",
15245 "schemars_derive",
15246 "serde",
15247 "serde_json",
15248]
15249
15250[[package]]
15251name = "schemars_derive"
15252version = "1.0.4"
15253source = "registry+https://github.com/rust-lang/crates.io-index"
15254checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15255dependencies = [
15256 "proc-macro2",
15257 "quote",
15258 "serde_derive_internals",
15259 "syn 2.0.117",
15260]
15261
15262[[package]]
15263name = "scoped-tls"
15264version = "1.0.1"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15267
15268[[package]]
15269name = "scopeguard"
15270version = "1.2.0"
15271source = "registry+https://github.com/rust-lang/crates.io-index"
15272checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15273
15274[[package]]
15275name = "scratch"
15276version = "1.0.9"
15277source = "registry+https://github.com/rust-lang/crates.io-index"
15278checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15279
15280[[package]]
15281name = "screencapturekit"
15282version = "0.2.8"
15283source = "registry+https://github.com/rust-lang/crates.io-index"
15284checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15285dependencies = [
15286 "screencapturekit-sys",
15287]
15288
15289[[package]]
15290name = "screencapturekit-sys"
15291version = "0.2.8"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15294dependencies = [
15295 "block",
15296 "dispatch",
15297 "objc",
15298 "objc-foundation",
15299 "objc_id",
15300 "once_cell",
15301]
15302
15303[[package]]
15304name = "scroll"
15305version = "0.12.0"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15308dependencies = [
15309 "scroll_derive",
15310]
15311
15312[[package]]
15313name = "scroll_derive"
15314version = "0.12.1"
15315source = "registry+https://github.com/rust-lang/crates.io-index"
15316checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15317dependencies = [
15318 "proc-macro2",
15319 "quote",
15320 "syn 2.0.117",
15321]
15322
15323[[package]]
15324name = "sct"
15325version = "0.7.1"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15328dependencies = [
15329 "ring",
15330 "untrusted 0.9.0",
15331]
15332
15333[[package]]
15334name = "sdd"
15335version = "4.6.2"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15338
15339[[package]]
15340name = "sea-bae"
15341version = "0.2.1"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15344dependencies = [
15345 "heck 0.4.1",
15346 "proc-macro-error2",
15347 "proc-macro2",
15348 "quote",
15349 "syn 2.0.117",
15350]
15351
15352[[package]]
15353name = "sea-orm"
15354version = "1.1.10"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15357dependencies = [
15358 "async-stream",
15359 "async-trait",
15360 "bigdecimal",
15361 "chrono",
15362 "futures-util",
15363 "log",
15364 "ouroboros",
15365 "pgvector",
15366 "rust_decimal",
15367 "sea-orm-macros",
15368 "sea-query",
15369 "sea-query-binder",
15370 "serde",
15371 "serde_json",
15372 "sqlx",
15373 "strum 0.26.3",
15374 "thiserror 2.0.17",
15375 "time",
15376 "tracing",
15377 "url",
15378 "uuid",
15379]
15380
15381[[package]]
15382name = "sea-orm-macros"
15383version = "1.1.10"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15386dependencies = [
15387 "heck 0.4.1",
15388 "proc-macro2",
15389 "quote",
15390 "sea-bae",
15391 "syn 2.0.117",
15392 "unicode-ident",
15393]
15394
15395[[package]]
15396name = "sea-query"
15397version = "0.32.7"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15400dependencies = [
15401 "bigdecimal",
15402 "chrono",
15403 "inherent",
15404 "ordered-float 4.6.0",
15405 "rust_decimal",
15406 "serde_json",
15407 "time",
15408 "uuid",
15409]
15410
15411[[package]]
15412name = "sea-query-binder"
15413version = "0.7.0"
15414source = "registry+https://github.com/rust-lang/crates.io-index"
15415checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15416dependencies = [
15417 "bigdecimal",
15418 "chrono",
15419 "rust_decimal",
15420 "sea-query",
15421 "serde_json",
15422 "sqlx",
15423 "time",
15424 "uuid",
15425]
15426
15427[[package]]
15428name = "seahash"
15429version = "4.1.0"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15432
15433[[package]]
15434name = "search"
15435version = "0.1.0"
15436dependencies = [
15437 "any_vec",
15438 "anyhow",
15439 "bitflags 2.10.0",
15440 "collections",
15441 "editor",
15442 "fs",
15443 "futures 0.3.31",
15444 "gpui",
15445 "itertools 0.14.0",
15446 "language",
15447 "lsp",
15448 "menu",
15449 "multi_buffer",
15450 "pretty_assertions",
15451 "project",
15452 "serde",
15453 "serde_json",
15454 "settings",
15455 "smol",
15456 "theme",
15457 "tracing",
15458 "ui",
15459 "unindent",
15460 "util",
15461 "util_macros",
15462 "workspace",
15463 "zed_actions",
15464 "ztracing",
15465]
15466
15467[[package]]
15468name = "sec1"
15469version = "0.3.0"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15472dependencies = [
15473 "base16ct",
15474 "der 0.6.1",
15475 "generic-array",
15476 "pkcs8 0.9.0",
15477 "subtle",
15478 "zeroize",
15479]
15480
15481[[package]]
15482name = "security-framework"
15483version = "2.11.1"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15486dependencies = [
15487 "bitflags 2.10.0",
15488 "core-foundation 0.9.4",
15489 "core-foundation-sys",
15490 "libc",
15491 "security-framework-sys",
15492]
15493
15494[[package]]
15495name = "security-framework"
15496version = "3.5.1"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15499dependencies = [
15500 "bitflags 2.10.0",
15501 "core-foundation 0.10.0",
15502 "core-foundation-sys",
15503 "libc",
15504 "security-framework-sys",
15505]
15506
15507[[package]]
15508name = "security-framework-sys"
15509version = "2.15.0"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15512dependencies = [
15513 "core-foundation-sys",
15514 "libc",
15515]
15516
15517[[package]]
15518name = "self_cell"
15519version = "1.2.2"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15522
15523[[package]]
15524name = "semver"
15525version = "1.0.27"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15528dependencies = [
15529 "serde",
15530 "serde_core",
15531]
15532
15533[[package]]
15534name = "seq-macro"
15535version = "0.3.6"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15538
15539[[package]]
15540name = "serde"
15541version = "1.0.228"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15544dependencies = [
15545 "serde_core",
15546 "serde_derive",
15547]
15548
15549[[package]]
15550name = "serde_bytes"
15551version = "0.11.19"
15552source = "registry+https://github.com/rust-lang/crates.io-index"
15553checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15554dependencies = [
15555 "serde",
15556 "serde_core",
15557]
15558
15559[[package]]
15560name = "serde_core"
15561version = "1.0.228"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15564dependencies = [
15565 "serde_derive",
15566]
15567
15568[[package]]
15569name = "serde_derive"
15570version = "1.0.228"
15571source = "registry+https://github.com/rust-lang/crates.io-index"
15572checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15573dependencies = [
15574 "proc-macro2",
15575 "quote",
15576 "syn 2.0.117",
15577]
15578
15579[[package]]
15580name = "serde_derive_internals"
15581version = "0.29.1"
15582source = "registry+https://github.com/rust-lang/crates.io-index"
15583checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15584dependencies = [
15585 "proc-macro2",
15586 "quote",
15587 "syn 2.0.117",
15588]
15589
15590[[package]]
15591name = "serde_fmt"
15592version = "1.0.3"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15595dependencies = [
15596 "serde",
15597]
15598
15599[[package]]
15600name = "serde_json"
15601version = "1.0.145"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15604dependencies = [
15605 "indexmap",
15606 "itoa",
15607 "memchr",
15608 "ryu",
15609 "serde",
15610 "serde_core",
15611]
15612
15613[[package]]
15614name = "serde_json_lenient"
15615version = "0.2.4"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15618dependencies = [
15619 "indexmap",
15620 "itoa",
15621 "memchr",
15622 "ryu",
15623 "serde",
15624]
15625
15626[[package]]
15627name = "serde_path_to_error"
15628version = "0.1.20"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15631dependencies = [
15632 "itoa",
15633 "serde",
15634 "serde_core",
15635]
15636
15637[[package]]
15638name = "serde_repr"
15639version = "0.1.20"
15640source = "registry+https://github.com/rust-lang/crates.io-index"
15641checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15642dependencies = [
15643 "proc-macro2",
15644 "quote",
15645 "syn 2.0.117",
15646]
15647
15648[[package]]
15649name = "serde_spanned"
15650version = "0.6.9"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15653dependencies = [
15654 "serde",
15655]
15656
15657[[package]]
15658name = "serde_spanned"
15659version = "1.0.3"
15660source = "registry+https://github.com/rust-lang/crates.io-index"
15661checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15662dependencies = [
15663 "serde_core",
15664]
15665
15666[[package]]
15667name = "serde_urlencoded"
15668version = "0.7.1"
15669source = "registry+https://github.com/rust-lang/crates.io-index"
15670checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15671dependencies = [
15672 "form_urlencoded",
15673 "itoa",
15674 "ryu",
15675 "serde",
15676]
15677
15678[[package]]
15679name = "serde_yaml"
15680version = "0.9.34+deprecated"
15681source = "registry+https://github.com/rust-lang/crates.io-index"
15682checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15683dependencies = [
15684 "indexmap",
15685 "itoa",
15686 "ryu",
15687 "serde",
15688 "unsafe-libyaml",
15689]
15690
15691[[package]]
15692name = "serial2"
15693version = "0.2.33"
15694source = "registry+https://github.com/rust-lang/crates.io-index"
15695checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15696dependencies = [
15697 "cfg-if",
15698 "libc",
15699 "winapi",
15700]
15701
15702[[package]]
15703name = "session"
15704version = "0.1.0"
15705dependencies = [
15706 "db",
15707 "gpui",
15708 "serde_json",
15709 "util",
15710 "uuid",
15711]
15712
15713[[package]]
15714name = "settings"
15715version = "0.1.0"
15716dependencies = [
15717 "anyhow",
15718 "collections",
15719 "ec4rs",
15720 "fs",
15721 "futures 0.3.31",
15722 "gpui",
15723 "indoc",
15724 "inventory",
15725 "log",
15726 "migrator",
15727 "paths",
15728 "pretty_assertions",
15729 "release_channel",
15730 "rust-embed",
15731 "schemars",
15732 "serde",
15733 "serde_json",
15734 "serde_json_lenient",
15735 "settings_content",
15736 "settings_json",
15737 "settings_macros",
15738 "smallvec",
15739 "unindent",
15740 "util",
15741 "zlog",
15742]
15743
15744[[package]]
15745name = "settings_content"
15746version = "0.1.0"
15747dependencies = [
15748 "anyhow",
15749 "collections",
15750 "derive_more",
15751 "gpui",
15752 "log",
15753 "schemars",
15754 "serde",
15755 "serde_json",
15756 "serde_json_lenient",
15757 "settings_json",
15758 "settings_macros",
15759 "strum 0.27.2",
15760 "util",
15761]
15762
15763[[package]]
15764name = "settings_json"
15765version = "0.1.0"
15766dependencies = [
15767 "anyhow",
15768 "pretty_assertions",
15769 "serde",
15770 "serde_json",
15771 "serde_json_lenient",
15772 "serde_path_to_error",
15773 "tree-sitter",
15774 "tree-sitter-json",
15775 "unindent",
15776 "util",
15777]
15778
15779[[package]]
15780name = "settings_macros"
15781version = "0.1.0"
15782dependencies = [
15783 "quote",
15784 "settings",
15785 "syn 2.0.117",
15786]
15787
15788[[package]]
15789name = "settings_profile_selector"
15790version = "0.1.0"
15791dependencies = [
15792 "editor",
15793 "fuzzy",
15794 "gpui",
15795 "menu",
15796 "picker",
15797 "project",
15798 "serde_json",
15799 "settings",
15800 "theme",
15801 "ui",
15802 "workspace",
15803 "zed_actions",
15804]
15805
15806[[package]]
15807name = "settings_ui"
15808version = "0.1.0"
15809dependencies = [
15810 "agent",
15811 "agent_settings",
15812 "anyhow",
15813 "audio",
15814 "codestral",
15815 "component",
15816 "copilot",
15817 "copilot_ui",
15818 "cpal",
15819 "edit_prediction",
15820 "edit_prediction_ui",
15821 "editor",
15822 "feature_flags",
15823 "fs",
15824 "futures 0.3.31",
15825 "fuzzy",
15826 "gpui",
15827 "heck 0.5.0",
15828 "itertools 0.14.0",
15829 "language",
15830 "log",
15831 "menu",
15832 "paths",
15833 "picker",
15834 "platform_title_bar",
15835 "pretty_assertions",
15836 "project",
15837 "regex",
15838 "release_channel",
15839 "rodio",
15840 "schemars",
15841 "search",
15842 "serde",
15843 "serde_json",
15844 "settings",
15845 "shell_command_parser",
15846 "strum 0.27.2",
15847 "telemetry",
15848 "theme",
15849 "title_bar",
15850 "ui",
15851 "util",
15852 "workspace",
15853 "zed_actions",
15854]
15855
15856[[package]]
15857name = "sha-1"
15858version = "0.10.1"
15859source = "registry+https://github.com/rust-lang/crates.io-index"
15860checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15861dependencies = [
15862 "cfg-if",
15863 "cpufeatures",
15864 "digest",
15865]
15866
15867[[package]]
15868name = "sha1"
15869version = "0.10.6"
15870source = "registry+https://github.com/rust-lang/crates.io-index"
15871checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15872dependencies = [
15873 "cfg-if",
15874 "cpufeatures",
15875 "digest",
15876]
15877
15878[[package]]
15879name = "sha1_smol"
15880version = "1.0.1"
15881source = "registry+https://github.com/rust-lang/crates.io-index"
15882checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15883
15884[[package]]
15885name = "sha2"
15886version = "0.10.9"
15887source = "registry+https://github.com/rust-lang/crates.io-index"
15888checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15889dependencies = [
15890 "cfg-if",
15891 "cpufeatures",
15892 "digest",
15893]
15894
15895[[package]]
15896name = "sharded-slab"
15897version = "0.1.7"
15898source = "registry+https://github.com/rust-lang/crates.io-index"
15899checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15900dependencies = [
15901 "lazy_static",
15902]
15903
15904[[package]]
15905name = "shared_library"
15906version = "0.1.9"
15907source = "registry+https://github.com/rust-lang/crates.io-index"
15908checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15909dependencies = [
15910 "lazy_static",
15911 "libc",
15912]
15913
15914[[package]]
15915name = "shell-words"
15916version = "1.1.0"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15919
15920[[package]]
15921name = "shell_command_parser"
15922version = "0.1.0"
15923dependencies = [
15924 "brush-parser",
15925]
15926
15927[[package]]
15928name = "shellexpand"
15929version = "2.1.2"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15932dependencies = [
15933 "dirs 4.0.0",
15934]
15935
15936[[package]]
15937name = "shellexpand"
15938version = "3.1.1"
15939source = "registry+https://github.com/rust-lang/crates.io-index"
15940checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15941dependencies = [
15942 "dirs 6.0.0",
15943]
15944
15945[[package]]
15946name = "shingles"
15947version = "0.1.1"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15950
15951[[package]]
15952name = "shlex"
15953version = "1.3.0"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15956
15957[[package]]
15958name = "sidebar"
15959version = "0.1.0"
15960dependencies = [
15961 "acp_thread",
15962 "action_log",
15963 "agent",
15964 "agent-client-protocol",
15965 "agent_ui",
15966 "anyhow",
15967 "assistant_text_thread",
15968 "chrono",
15969 "editor",
15970 "feature_flags",
15971 "fs",
15972 "git",
15973 "gpui",
15974 "language_model",
15975 "menu",
15976 "pretty_assertions",
15977 "project",
15978 "prompt_store",
15979 "recent_projects",
15980 "serde_json",
15981 "settings",
15982 "theme",
15983 "ui",
15984 "util",
15985 "vim_mode_setting",
15986 "workspace",
15987 "zed_actions",
15988]
15989
15990[[package]]
15991name = "signal-hook"
15992version = "0.3.18"
15993source = "registry+https://github.com/rust-lang/crates.io-index"
15994checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15995dependencies = [
15996 "libc",
15997 "signal-hook-registry",
15998]
15999
16000[[package]]
16001name = "signal-hook-registry"
16002version = "1.4.6"
16003source = "registry+https://github.com/rust-lang/crates.io-index"
16004checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16005dependencies = [
16006 "libc",
16007]
16008
16009[[package]]
16010name = "signature"
16011version = "1.6.4"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16014dependencies = [
16015 "digest",
16016 "rand_core 0.6.4",
16017]
16018
16019[[package]]
16020name = "signature"
16021version = "2.2.0"
16022source = "registry+https://github.com/rust-lang/crates.io-index"
16023checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16024dependencies = [
16025 "digest",
16026 "rand_core 0.6.4",
16027]
16028
16029[[package]]
16030name = "simd-adler32"
16031version = "0.3.7"
16032source = "registry+https://github.com/rust-lang/crates.io-index"
16033checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16034
16035[[package]]
16036name = "simd_helpers"
16037version = "0.1.0"
16038source = "registry+https://github.com/rust-lang/crates.io-index"
16039checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16040dependencies = [
16041 "quote",
16042]
16043
16044[[package]]
16045name = "simdutf8"
16046version = "0.1.5"
16047source = "registry+https://github.com/rust-lang/crates.io-index"
16048checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16049
16050[[package]]
16051name = "similar"
16052version = "2.7.0"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16055
16056[[package]]
16057name = "simple_asn1"
16058version = "0.6.3"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16061dependencies = [
16062 "num-bigint",
16063 "num-traits",
16064 "thiserror 2.0.17",
16065 "time",
16066]
16067
16068[[package]]
16069name = "simplecss"
16070version = "0.2.2"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16073dependencies = [
16074 "log",
16075]
16076
16077[[package]]
16078name = "simplelog"
16079version = "0.12.2"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16082dependencies = [
16083 "log",
16084 "termcolor",
16085 "time",
16086]
16087
16088[[package]]
16089name = "siphasher"
16090version = "0.3.11"
16091source = "registry+https://github.com/rust-lang/crates.io-index"
16092checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16093
16094[[package]]
16095name = "siphasher"
16096version = "1.0.1"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16099
16100[[package]]
16101name = "skrifa"
16102version = "0.37.0"
16103source = "registry+https://github.com/rust-lang/crates.io-index"
16104checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16105dependencies = [
16106 "bytemuck",
16107 "read-fonts 0.35.0",
16108]
16109
16110[[package]]
16111name = "skrifa"
16112version = "0.40.0"
16113source = "registry+https://github.com/rust-lang/crates.io-index"
16114checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16115dependencies = [
16116 "bytemuck",
16117 "read-fonts 0.37.0",
16118]
16119
16120[[package]]
16121name = "slab"
16122version = "0.4.11"
16123source = "registry+https://github.com/rust-lang/crates.io-index"
16124checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16125
16126[[package]]
16127name = "slash_commands_example"
16128version = "0.1.0"
16129dependencies = [
16130 "zed_extension_api 0.1.0",
16131]
16132
16133[[package]]
16134name = "slotmap"
16135version = "1.0.7"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16138dependencies = [
16139 "version_check",
16140]
16141
16142[[package]]
16143name = "smallvec"
16144version = "1.15.1"
16145source = "registry+https://github.com/rust-lang/crates.io-index"
16146checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16147dependencies = [
16148 "serde",
16149]
16150
16151[[package]]
16152name = "smart-default"
16153version = "0.7.1"
16154source = "registry+https://github.com/rust-lang/crates.io-index"
16155checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16156dependencies = [
16157 "proc-macro2",
16158 "quote",
16159 "syn 2.0.117",
16160]
16161
16162[[package]]
16163name = "smol"
16164version = "2.0.2"
16165source = "registry+https://github.com/rust-lang/crates.io-index"
16166checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16167dependencies = [
16168 "async-channel 2.5.0",
16169 "async-executor",
16170 "async-fs",
16171 "async-io",
16172 "async-lock 3.4.2",
16173 "async-net",
16174 "async-process",
16175 "blocking",
16176 "futures-lite 2.6.1",
16177]
16178
16179[[package]]
16180name = "smol_str"
16181version = "0.3.5"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16184
16185[[package]]
16186name = "snippet"
16187version = "0.1.0"
16188dependencies = [
16189 "anyhow",
16190 "smallvec",
16191]
16192
16193[[package]]
16194name = "snippet_provider"
16195version = "0.1.0"
16196dependencies = [
16197 "anyhow",
16198 "collections",
16199 "extension",
16200 "fs",
16201 "futures 0.3.31",
16202 "gpui",
16203 "indoc",
16204 "parking_lot",
16205 "paths",
16206 "schemars",
16207 "serde",
16208 "serde_json",
16209 "serde_json_lenient",
16210 "snippet",
16211 "util",
16212]
16213
16214[[package]]
16215name = "snippets_ui"
16216version = "0.1.0"
16217dependencies = [
16218 "file_icons",
16219 "fuzzy",
16220 "gpui",
16221 "language",
16222 "open_path_prompt",
16223 "paths",
16224 "picker",
16225 "settings",
16226 "ui",
16227 "util",
16228 "workspace",
16229]
16230
16231[[package]]
16232name = "socket2"
16233version = "0.5.10"
16234source = "registry+https://github.com/rust-lang/crates.io-index"
16235checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16236dependencies = [
16237 "libc",
16238 "windows-sys 0.52.0",
16239]
16240
16241[[package]]
16242name = "socket2"
16243version = "0.6.1"
16244source = "registry+https://github.com/rust-lang/crates.io-index"
16245checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16246dependencies = [
16247 "libc",
16248 "windows-sys 0.60.2",
16249]
16250
16251[[package]]
16252name = "spdx"
16253version = "0.10.9"
16254source = "registry+https://github.com/rust-lang/crates.io-index"
16255checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16256dependencies = [
16257 "smallvec",
16258]
16259
16260[[package]]
16261name = "spin"
16262version = "0.9.8"
16263source = "registry+https://github.com/rust-lang/crates.io-index"
16264checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16265dependencies = [
16266 "lock_api",
16267]
16268
16269[[package]]
16270name = "spin"
16271version = "0.10.0"
16272source = "registry+https://github.com/rust-lang/crates.io-index"
16273checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16274dependencies = [
16275 "lock_api",
16276]
16277
16278[[package]]
16279name = "spirv"
16280version = "0.4.0+sdk-1.4.341.0"
16281source = "registry+https://github.com/rust-lang/crates.io-index"
16282checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16283dependencies = [
16284 "bitflags 2.10.0",
16285]
16286
16287[[package]]
16288name = "spki"
16289version = "0.6.0"
16290source = "registry+https://github.com/rust-lang/crates.io-index"
16291checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16292dependencies = [
16293 "base64ct",
16294 "der 0.6.1",
16295]
16296
16297[[package]]
16298name = "spki"
16299version = "0.7.3"
16300source = "registry+https://github.com/rust-lang/crates.io-index"
16301checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16302dependencies = [
16303 "base64ct",
16304 "der 0.7.10",
16305]
16306
16307[[package]]
16308name = "sptr"
16309version = "0.3.2"
16310source = "registry+https://github.com/rust-lang/crates.io-index"
16311checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16312
16313[[package]]
16314name = "sqlez"
16315version = "0.1.0"
16316dependencies = [
16317 "anyhow",
16318 "collections",
16319 "futures 0.3.31",
16320 "indoc",
16321 "libsqlite3-sys",
16322 "log",
16323 "parking_lot",
16324 "smol",
16325 "sqlformat",
16326 "thread_local",
16327 "util",
16328 "uuid",
16329]
16330
16331[[package]]
16332name = "sqlez_macros"
16333version = "0.1.0"
16334dependencies = [
16335 "sqlez",
16336 "sqlformat",
16337 "syn 2.0.117",
16338]
16339
16340[[package]]
16341name = "sqlformat"
16342version = "0.2.6"
16343source = "registry+https://github.com/rust-lang/crates.io-index"
16344checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16345dependencies = [
16346 "nom 7.1.3",
16347 "unicode_categories",
16348]
16349
16350[[package]]
16351name = "sqlx"
16352version = "0.8.6"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16355dependencies = [
16356 "sqlx-core",
16357 "sqlx-macros",
16358 "sqlx-mysql",
16359 "sqlx-postgres",
16360 "sqlx-sqlite",
16361]
16362
16363[[package]]
16364name = "sqlx-core"
16365version = "0.8.6"
16366source = "registry+https://github.com/rust-lang/crates.io-index"
16367checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16368dependencies = [
16369 "base64 0.22.1",
16370 "bigdecimal",
16371 "bytes 1.11.1",
16372 "chrono",
16373 "crc",
16374 "crossbeam-queue",
16375 "either",
16376 "event-listener 5.4.1",
16377 "futures-core",
16378 "futures-intrusive",
16379 "futures-io",
16380 "futures-util",
16381 "hashbrown 0.15.5",
16382 "hashlink 0.10.0",
16383 "indexmap",
16384 "log",
16385 "memchr",
16386 "once_cell",
16387 "percent-encoding",
16388 "rust_decimal",
16389 "rustls 0.23.33",
16390 "serde",
16391 "serde_json",
16392 "sha2",
16393 "smallvec",
16394 "thiserror 2.0.17",
16395 "time",
16396 "tokio",
16397 "tokio-stream",
16398 "tracing",
16399 "url",
16400 "uuid",
16401 "webpki-roots",
16402]
16403
16404[[package]]
16405name = "sqlx-macros"
16406version = "0.8.6"
16407source = "registry+https://github.com/rust-lang/crates.io-index"
16408checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16409dependencies = [
16410 "proc-macro2",
16411 "quote",
16412 "sqlx-core",
16413 "sqlx-macros-core",
16414 "syn 2.0.117",
16415]
16416
16417[[package]]
16418name = "sqlx-macros-core"
16419version = "0.8.6"
16420source = "registry+https://github.com/rust-lang/crates.io-index"
16421checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16422dependencies = [
16423 "dotenvy",
16424 "either",
16425 "heck 0.5.0",
16426 "hex",
16427 "once_cell",
16428 "proc-macro2",
16429 "quote",
16430 "serde",
16431 "serde_json",
16432 "sha2",
16433 "sqlx-core",
16434 "sqlx-mysql",
16435 "sqlx-postgres",
16436 "sqlx-sqlite",
16437 "syn 2.0.117",
16438 "tokio",
16439 "url",
16440]
16441
16442[[package]]
16443name = "sqlx-mysql"
16444version = "0.8.6"
16445source = "registry+https://github.com/rust-lang/crates.io-index"
16446checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16447dependencies = [
16448 "atoi",
16449 "base64 0.22.1",
16450 "bigdecimal",
16451 "bitflags 2.10.0",
16452 "byteorder",
16453 "bytes 1.11.1",
16454 "chrono",
16455 "crc",
16456 "digest",
16457 "dotenvy",
16458 "either",
16459 "futures-channel",
16460 "futures-core",
16461 "futures-io",
16462 "futures-util",
16463 "generic-array",
16464 "hex",
16465 "hkdf",
16466 "hmac",
16467 "itoa",
16468 "log",
16469 "md-5",
16470 "memchr",
16471 "once_cell",
16472 "percent-encoding",
16473 "rand 0.8.5",
16474 "rsa",
16475 "rust_decimal",
16476 "serde",
16477 "sha1",
16478 "sha2",
16479 "smallvec",
16480 "sqlx-core",
16481 "stringprep",
16482 "thiserror 2.0.17",
16483 "time",
16484 "tracing",
16485 "uuid",
16486 "whoami",
16487]
16488
16489[[package]]
16490name = "sqlx-postgres"
16491version = "0.8.6"
16492source = "registry+https://github.com/rust-lang/crates.io-index"
16493checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16494dependencies = [
16495 "atoi",
16496 "base64 0.22.1",
16497 "bigdecimal",
16498 "bitflags 2.10.0",
16499 "byteorder",
16500 "chrono",
16501 "crc",
16502 "dotenvy",
16503 "etcetera",
16504 "futures-channel",
16505 "futures-core",
16506 "futures-util",
16507 "hex",
16508 "hkdf",
16509 "hmac",
16510 "home",
16511 "itoa",
16512 "log",
16513 "md-5",
16514 "memchr",
16515 "num-bigint",
16516 "once_cell",
16517 "rand 0.8.5",
16518 "rust_decimal",
16519 "serde",
16520 "serde_json",
16521 "sha2",
16522 "smallvec",
16523 "sqlx-core",
16524 "stringprep",
16525 "thiserror 2.0.17",
16526 "time",
16527 "tracing",
16528 "uuid",
16529 "whoami",
16530]
16531
16532[[package]]
16533name = "sqlx-sqlite"
16534version = "0.8.6"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16537dependencies = [
16538 "atoi",
16539 "chrono",
16540 "flume",
16541 "futures-channel",
16542 "futures-core",
16543 "futures-executor",
16544 "futures-intrusive",
16545 "futures-util",
16546 "libsqlite3-sys",
16547 "log",
16548 "percent-encoding",
16549 "serde",
16550 "serde_urlencoded",
16551 "sqlx-core",
16552 "thiserror 2.0.17",
16553 "time",
16554 "tracing",
16555 "url",
16556 "uuid",
16557]
16558
16559[[package]]
16560name = "stable_deref_trait"
16561version = "1.2.1"
16562source = "registry+https://github.com/rust-lang/crates.io-index"
16563checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16564
16565[[package]]
16566name = "stacker"
16567version = "0.1.23"
16568source = "registry+https://github.com/rust-lang/crates.io-index"
16569checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16570dependencies = [
16571 "cc",
16572 "cfg-if",
16573 "libc",
16574 "psm",
16575 "windows-sys 0.59.0",
16576]
16577
16578[[package]]
16579name = "stacksafe"
16580version = "0.1.4"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16583dependencies = [
16584 "stacker",
16585 "stacksafe-macro",
16586]
16587
16588[[package]]
16589name = "stacksafe-macro"
16590version = "0.1.4"
16591source = "registry+https://github.com/rust-lang/crates.io-index"
16592checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16593dependencies = [
16594 "proc-macro-error2",
16595 "quote",
16596 "syn 2.0.117",
16597]
16598
16599[[package]]
16600name = "static_assertions"
16601version = "1.1.0"
16602source = "registry+https://github.com/rust-lang/crates.io-index"
16603checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16604
16605[[package]]
16606name = "story"
16607version = "0.1.0"
16608dependencies = [
16609 "gpui",
16610 "itertools 0.14.0",
16611 "smallvec",
16612]
16613
16614[[package]]
16615name = "storybook"
16616version = "0.1.0"
16617dependencies = [
16618 "anyhow",
16619 "clap",
16620 "ctrlc",
16621 "dialoguer",
16622 "editor",
16623 "fuzzy",
16624 "gpui",
16625 "gpui_platform",
16626 "indoc",
16627 "language",
16628 "log",
16629 "menu",
16630 "picker",
16631 "reqwest_client",
16632 "rust-embed",
16633 "settings",
16634 "simplelog",
16635 "story",
16636 "strum 0.27.2",
16637 "theme",
16638 "title_bar",
16639 "ui",
16640]
16641
16642[[package]]
16643name = "streaming-iterator"
16644version = "0.1.9"
16645source = "registry+https://github.com/rust-lang/crates.io-index"
16646checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16647
16648[[package]]
16649name = "streaming_diff"
16650version = "0.1.0"
16651dependencies = [
16652 "ordered-float 2.10.1",
16653 "rand 0.9.2",
16654 "rope",
16655 "util",
16656]
16657
16658[[package]]
16659name = "strength_reduce"
16660version = "0.2.4"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16663
16664[[package]]
16665name = "strict-num"
16666version = "0.1.1"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16669dependencies = [
16670 "float-cmp",
16671]
16672
16673[[package]]
16674name = "string_cache"
16675version = "0.8.9"
16676source = "registry+https://github.com/rust-lang/crates.io-index"
16677checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16678dependencies = [
16679 "new_debug_unreachable",
16680 "parking_lot",
16681 "phf_shared 0.11.3",
16682 "precomputed-hash",
16683 "serde",
16684]
16685
16686[[package]]
16687name = "string_cache_codegen"
16688version = "0.5.4"
16689source = "registry+https://github.com/rust-lang/crates.io-index"
16690checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16691dependencies = [
16692 "phf_generator 0.11.3",
16693 "phf_shared 0.11.3",
16694 "proc-macro2",
16695 "quote",
16696]
16697
16698[[package]]
16699name = "stringprep"
16700version = "0.1.5"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16703dependencies = [
16704 "unicode-bidi",
16705 "unicode-normalization",
16706 "unicode-properties",
16707]
16708
16709[[package]]
16710name = "strsim"
16711version = "0.11.1"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16714
16715[[package]]
16716name = "strum"
16717version = "0.26.3"
16718source = "registry+https://github.com/rust-lang/crates.io-index"
16719checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16720
16721[[package]]
16722name = "strum"
16723version = "0.27.2"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16726dependencies = [
16727 "strum_macros 0.27.2",
16728]
16729
16730[[package]]
16731name = "strum"
16732version = "0.28.0"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16735dependencies = [
16736 "strum_macros 0.28.0",
16737]
16738
16739[[package]]
16740name = "strum_macros"
16741version = "0.27.2"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16744dependencies = [
16745 "heck 0.5.0",
16746 "proc-macro2",
16747 "quote",
16748 "syn 2.0.117",
16749]
16750
16751[[package]]
16752name = "strum_macros"
16753version = "0.28.0"
16754source = "registry+https://github.com/rust-lang/crates.io-index"
16755checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16756dependencies = [
16757 "heck 0.5.0",
16758 "proc-macro2",
16759 "quote",
16760 "syn 2.0.117",
16761]
16762
16763[[package]]
16764name = "subtle"
16765version = "2.6.1"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16768
16769[[package]]
16770name = "sum_tree"
16771version = "0.1.0"
16772dependencies = [
16773 "ctor",
16774 "heapless",
16775 "log",
16776 "proptest",
16777 "rand 0.9.2",
16778 "rayon",
16779 "tracing",
16780 "zlog",
16781 "ztracing",
16782]
16783
16784[[package]]
16785name = "sval"
16786version = "2.15.0"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16789
16790[[package]]
16791name = "sval_buffer"
16792version = "2.15.0"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16795dependencies = [
16796 "sval",
16797 "sval_ref",
16798]
16799
16800[[package]]
16801name = "sval_dynamic"
16802version = "2.15.0"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16805dependencies = [
16806 "sval",
16807]
16808
16809[[package]]
16810name = "sval_fmt"
16811version = "2.15.0"
16812source = "registry+https://github.com/rust-lang/crates.io-index"
16813checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16814dependencies = [
16815 "itoa",
16816 "ryu",
16817 "sval",
16818]
16819
16820[[package]]
16821name = "sval_json"
16822version = "2.15.0"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16825dependencies = [
16826 "itoa",
16827 "ryu",
16828 "sval",
16829]
16830
16831[[package]]
16832name = "sval_nested"
16833version = "2.15.0"
16834source = "registry+https://github.com/rust-lang/crates.io-index"
16835checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16836dependencies = [
16837 "sval",
16838 "sval_buffer",
16839 "sval_ref",
16840]
16841
16842[[package]]
16843name = "sval_ref"
16844version = "2.15.0"
16845source = "registry+https://github.com/rust-lang/crates.io-index"
16846checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16847dependencies = [
16848 "sval",
16849]
16850
16851[[package]]
16852name = "sval_serde"
16853version = "2.15.0"
16854source = "registry+https://github.com/rust-lang/crates.io-index"
16855checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16856dependencies = [
16857 "serde_core",
16858 "sval",
16859 "sval_nested",
16860]
16861
16862[[package]]
16863name = "svg_fmt"
16864version = "0.4.5"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16867
16868[[package]]
16869name = "svg_preview"
16870version = "0.1.0"
16871dependencies = [
16872 "file_icons",
16873 "gpui",
16874 "language",
16875 "multi_buffer",
16876 "ui",
16877 "workspace",
16878 "zed_actions",
16879]
16880
16881[[package]]
16882name = "svgtypes"
16883version = "0.15.3"
16884source = "registry+https://github.com/rust-lang/crates.io-index"
16885checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16886dependencies = [
16887 "kurbo",
16888 "siphasher 1.0.1",
16889]
16890
16891[[package]]
16892name = "swash"
16893version = "0.2.6"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16896dependencies = [
16897 "skrifa 0.37.0",
16898 "yazi",
16899 "zeno",
16900]
16901
16902[[package]]
16903name = "symphonia"
16904version = "0.5.5"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16907dependencies = [
16908 "lazy_static",
16909 "symphonia-bundle-flac",
16910 "symphonia-bundle-mp3",
16911 "symphonia-codec-aac",
16912 "symphonia-codec-pcm",
16913 "symphonia-codec-vorbis",
16914 "symphonia-core",
16915 "symphonia-format-isomp4",
16916 "symphonia-format-ogg",
16917 "symphonia-format-riff",
16918 "symphonia-metadata",
16919]
16920
16921[[package]]
16922name = "symphonia-bundle-flac"
16923version = "0.5.5"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16926dependencies = [
16927 "log",
16928 "symphonia-core",
16929 "symphonia-metadata",
16930 "symphonia-utils-xiph",
16931]
16932
16933[[package]]
16934name = "symphonia-bundle-mp3"
16935version = "0.5.5"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16938dependencies = [
16939 "lazy_static",
16940 "log",
16941 "symphonia-core",
16942 "symphonia-metadata",
16943]
16944
16945[[package]]
16946name = "symphonia-codec-aac"
16947version = "0.5.5"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16950dependencies = [
16951 "lazy_static",
16952 "log",
16953 "symphonia-core",
16954]
16955
16956[[package]]
16957name = "symphonia-codec-pcm"
16958version = "0.5.5"
16959source = "registry+https://github.com/rust-lang/crates.io-index"
16960checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16961dependencies = [
16962 "log",
16963 "symphonia-core",
16964]
16965
16966[[package]]
16967name = "symphonia-codec-vorbis"
16968version = "0.5.5"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16971dependencies = [
16972 "log",
16973 "symphonia-core",
16974 "symphonia-utils-xiph",
16975]
16976
16977[[package]]
16978name = "symphonia-core"
16979version = "0.5.5"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16982dependencies = [
16983 "arrayvec",
16984 "bitflags 1.3.2",
16985 "bytemuck",
16986 "lazy_static",
16987 "log",
16988]
16989
16990[[package]]
16991name = "symphonia-format-isomp4"
16992version = "0.5.5"
16993source = "registry+https://github.com/rust-lang/crates.io-index"
16994checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16995dependencies = [
16996 "encoding_rs",
16997 "log",
16998 "symphonia-core",
16999 "symphonia-metadata",
17000 "symphonia-utils-xiph",
17001]
17002
17003[[package]]
17004name = "symphonia-format-ogg"
17005version = "0.5.5"
17006source = "registry+https://github.com/rust-lang/crates.io-index"
17007checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17008dependencies = [
17009 "log",
17010 "symphonia-core",
17011 "symphonia-metadata",
17012 "symphonia-utils-xiph",
17013]
17014
17015[[package]]
17016name = "symphonia-format-riff"
17017version = "0.5.5"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17020dependencies = [
17021 "extended",
17022 "log",
17023 "symphonia-core",
17024 "symphonia-metadata",
17025]
17026
17027[[package]]
17028name = "symphonia-metadata"
17029version = "0.5.5"
17030source = "registry+https://github.com/rust-lang/crates.io-index"
17031checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17032dependencies = [
17033 "encoding_rs",
17034 "lazy_static",
17035 "log",
17036 "symphonia-core",
17037]
17038
17039[[package]]
17040name = "symphonia-utils-xiph"
17041version = "0.5.5"
17042source = "registry+https://github.com/rust-lang/crates.io-index"
17043checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17044dependencies = [
17045 "symphonia-core",
17046 "symphonia-metadata",
17047]
17048
17049[[package]]
17050name = "syn"
17051version = "1.0.109"
17052source = "registry+https://github.com/rust-lang/crates.io-index"
17053checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17054dependencies = [
17055 "proc-macro2",
17056 "quote",
17057 "unicode-ident",
17058]
17059
17060[[package]]
17061name = "syn"
17062version = "2.0.117"
17063source = "registry+https://github.com/rust-lang/crates.io-index"
17064checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17065dependencies = [
17066 "proc-macro2",
17067 "quote",
17068 "unicode-ident",
17069]
17070
17071[[package]]
17072name = "sync_wrapper"
17073version = "0.1.2"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17076
17077[[package]]
17078name = "sync_wrapper"
17079version = "1.0.2"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17082dependencies = [
17083 "futures-core",
17084]
17085
17086[[package]]
17087name = "synchronoise"
17088version = "1.0.1"
17089source = "registry+https://github.com/rust-lang/crates.io-index"
17090checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17091dependencies = [
17092 "crossbeam-queue",
17093]
17094
17095[[package]]
17096name = "synstructure"
17097version = "0.13.2"
17098source = "registry+https://github.com/rust-lang/crates.io-index"
17099checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17100dependencies = [
17101 "proc-macro2",
17102 "quote",
17103 "syn 2.0.117",
17104]
17105
17106[[package]]
17107name = "sys-locale"
17108version = "0.3.2"
17109source = "registry+https://github.com/rust-lang/crates.io-index"
17110checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17111dependencies = [
17112 "libc",
17113]
17114
17115[[package]]
17116name = "sysctl"
17117version = "0.5.5"
17118source = "registry+https://github.com/rust-lang/crates.io-index"
17119checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17120dependencies = [
17121 "bitflags 2.10.0",
17122 "byteorder",
17123 "enum-as-inner",
17124 "libc",
17125 "thiserror 1.0.69",
17126 "walkdir",
17127]
17128
17129[[package]]
17130name = "sysctl"
17131version = "0.6.0"
17132source = "registry+https://github.com/rust-lang/crates.io-index"
17133checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17134dependencies = [
17135 "bitflags 2.10.0",
17136 "byteorder",
17137 "enum-as-inner",
17138 "libc",
17139 "thiserror 1.0.69",
17140 "walkdir",
17141]
17142
17143[[package]]
17144name = "sysinfo"
17145version = "0.31.4"
17146source = "registry+https://github.com/rust-lang/crates.io-index"
17147checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17148dependencies = [
17149 "core-foundation-sys",
17150 "libc",
17151 "memchr",
17152 "ntapi",
17153 "rayon",
17154 "windows 0.57.0",
17155]
17156
17157[[package]]
17158name = "sysinfo"
17159version = "0.37.2"
17160source = "registry+https://github.com/rust-lang/crates.io-index"
17161checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17162dependencies = [
17163 "libc",
17164 "memchr",
17165 "ntapi",
17166 "objc2-core-foundation",
17167 "objc2-io-kit",
17168 "windows 0.61.3",
17169]
17170
17171[[package]]
17172name = "system-configuration"
17173version = "0.5.1"
17174source = "registry+https://github.com/rust-lang/crates.io-index"
17175checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17176dependencies = [
17177 "bitflags 1.3.2",
17178 "core-foundation 0.9.4",
17179 "system-configuration-sys 0.5.0",
17180]
17181
17182[[package]]
17183name = "system-configuration"
17184version = "0.6.1"
17185source = "registry+https://github.com/rust-lang/crates.io-index"
17186checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17187dependencies = [
17188 "bitflags 2.10.0",
17189 "core-foundation 0.9.4",
17190 "system-configuration-sys 0.6.0",
17191]
17192
17193[[package]]
17194name = "system-configuration-sys"
17195version = "0.5.0"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17198dependencies = [
17199 "core-foundation-sys",
17200 "libc",
17201]
17202
17203[[package]]
17204name = "system-configuration-sys"
17205version = "0.6.0"
17206source = "registry+https://github.com/rust-lang/crates.io-index"
17207checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17208dependencies = [
17209 "core-foundation-sys",
17210 "libc",
17211]
17212
17213[[package]]
17214name = "system-deps"
17215version = "6.2.2"
17216source = "registry+https://github.com/rust-lang/crates.io-index"
17217checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17218dependencies = [
17219 "cfg-expr 0.15.8",
17220 "heck 0.5.0",
17221 "pkg-config",
17222 "toml 0.8.23",
17223 "version-compare",
17224]
17225
17226[[package]]
17227name = "system-deps"
17228version = "7.0.7"
17229source = "registry+https://github.com/rust-lang/crates.io-index"
17230checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17231dependencies = [
17232 "cfg-expr 0.20.6",
17233 "heck 0.5.0",
17234 "pkg-config",
17235 "toml 0.9.8",
17236 "version-compare",
17237]
17238
17239[[package]]
17240name = "system-interface"
17241version = "0.27.3"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17244dependencies = [
17245 "bitflags 2.10.0",
17246 "cap-fs-ext",
17247 "cap-std",
17248 "fd-lock",
17249 "io-lifetimes",
17250 "rustix 0.38.44",
17251 "windows-sys 0.59.0",
17252 "winx",
17253]
17254
17255[[package]]
17256name = "system_specs"
17257version = "0.1.0"
17258dependencies = [
17259 "anyhow",
17260 "client",
17261 "gpui",
17262 "human_bytes",
17263 "pciid-parser",
17264 "release_channel",
17265 "semver",
17266 "serde",
17267 "sysinfo 0.37.2",
17268]
17269
17270[[package]]
17271name = "tab_switcher"
17272version = "0.1.0"
17273dependencies = [
17274 "collections",
17275 "ctor",
17276 "editor",
17277 "fuzzy",
17278 "gpui",
17279 "menu",
17280 "picker",
17281 "project",
17282 "schemars",
17283 "serde",
17284 "serde_json",
17285 "settings",
17286 "smol",
17287 "theme",
17288 "ui",
17289 "util",
17290 "workspace",
17291 "zlog",
17292]
17293
17294[[package]]
17295name = "taffy"
17296version = "0.9.0"
17297source = "registry+https://github.com/rust-lang/crates.io-index"
17298checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17299dependencies = [
17300 "arrayvec",
17301 "grid",
17302 "serde",
17303 "slotmap",
17304]
17305
17306[[package]]
17307name = "tagptr"
17308version = "0.2.0"
17309source = "registry+https://github.com/rust-lang/crates.io-index"
17310checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17311
17312[[package]]
17313name = "take-until"
17314version = "0.2.0"
17315source = "registry+https://github.com/rust-lang/crates.io-index"
17316checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17317
17318[[package]]
17319name = "tao-core-video-sys"
17320version = "0.2.0"
17321source = "registry+https://github.com/rust-lang/crates.io-index"
17322checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17323dependencies = [
17324 "cfg-if",
17325 "core-foundation-sys",
17326 "libc",
17327 "objc",
17328]
17329
17330[[package]]
17331name = "tap"
17332version = "1.0.1"
17333source = "registry+https://github.com/rust-lang/crates.io-index"
17334checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17335
17336[[package]]
17337name = "target-lexicon"
17338version = "0.12.16"
17339source = "registry+https://github.com/rust-lang/crates.io-index"
17340checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17341
17342[[package]]
17343name = "target-lexicon"
17344version = "0.13.3"
17345source = "registry+https://github.com/rust-lang/crates.io-index"
17346checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17347
17348[[package]]
17349name = "task"
17350version = "0.1.0"
17351dependencies = [
17352 "anyhow",
17353 "collections",
17354 "futures 0.3.31",
17355 "gpui",
17356 "hex",
17357 "log",
17358 "parking_lot",
17359 "pretty_assertions",
17360 "proto",
17361 "schemars",
17362 "serde",
17363 "serde_json",
17364 "serde_json_lenient",
17365 "sha2",
17366 "shellexpand 2.1.2",
17367 "util",
17368 "zed_actions",
17369]
17370
17371[[package]]
17372name = "tasks_ui"
17373version = "0.1.0"
17374dependencies = [
17375 "anyhow",
17376 "collections",
17377 "editor",
17378 "file_icons",
17379 "fuzzy",
17380 "gpui",
17381 "itertools 0.14.0",
17382 "language",
17383 "menu",
17384 "picker",
17385 "project",
17386 "serde",
17387 "serde_json",
17388 "task",
17389 "tree-sitter-rust",
17390 "tree-sitter-typescript",
17391 "ui",
17392 "util",
17393 "workspace",
17394 "zed_actions",
17395]
17396
17397[[package]]
17398name = "telemetry"
17399version = "0.1.0"
17400dependencies = [
17401 "futures 0.3.31",
17402 "serde",
17403 "serde_json",
17404 "telemetry_events",
17405]
17406
17407[[package]]
17408name = "telemetry_events"
17409version = "0.1.0"
17410dependencies = [
17411 "semver",
17412 "serde",
17413 "serde_json",
17414]
17415
17416[[package]]
17417name = "tempfile"
17418version = "3.23.0"
17419source = "registry+https://github.com/rust-lang/crates.io-index"
17420checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17421dependencies = [
17422 "fastrand 2.3.0",
17423 "getrandom 0.3.4",
17424 "once_cell",
17425 "rustix 1.1.2",
17426 "windows-sys 0.61.2",
17427]
17428
17429[[package]]
17430name = "tendril"
17431version = "0.4.3"
17432source = "registry+https://github.com/rust-lang/crates.io-index"
17433checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17434dependencies = [
17435 "futf",
17436 "mac",
17437 "utf-8",
17438]
17439
17440[[package]]
17441name = "termcolor"
17442version = "1.4.1"
17443source = "registry+https://github.com/rust-lang/crates.io-index"
17444checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17445dependencies = [
17446 "winapi-util",
17447]
17448
17449[[package]]
17450name = "terminal"
17451version = "0.1.0"
17452dependencies = [
17453 "alacritty_terminal",
17454 "anyhow",
17455 "collections",
17456 "futures 0.3.31",
17457 "gpui",
17458 "itertools 0.14.0",
17459 "libc",
17460 "log",
17461 "parking_lot",
17462 "rand 0.9.2",
17463 "regex",
17464 "release_channel",
17465 "schemars",
17466 "serde",
17467 "settings",
17468 "smol",
17469 "sysinfo 0.37.2",
17470 "task",
17471 "theme",
17472 "thiserror 2.0.17",
17473 "url",
17474 "urlencoding",
17475 "util",
17476 "util_macros",
17477 "windows 0.61.3",
17478]
17479
17480[[package]]
17481name = "terminal_size"
17482version = "0.4.3"
17483source = "registry+https://github.com/rust-lang/crates.io-index"
17484checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17485dependencies = [
17486 "rustix 1.1.2",
17487 "windows-sys 0.60.2",
17488]
17489
17490[[package]]
17491name = "terminal_view"
17492version = "0.1.0"
17493dependencies = [
17494 "anyhow",
17495 "assistant_slash_command",
17496 "async-recursion",
17497 "breadcrumbs",
17498 "collections",
17499 "db",
17500 "dirs 4.0.0",
17501 "editor",
17502 "futures 0.3.31",
17503 "gpui",
17504 "itertools 0.14.0",
17505 "language",
17506 "log",
17507 "menu",
17508 "pretty_assertions",
17509 "project",
17510 "regex",
17511 "schemars",
17512 "serde",
17513 "serde_json",
17514 "settings",
17515 "shellexpand 2.1.2",
17516 "task",
17517 "terminal",
17518 "theme",
17519 "ui",
17520 "util",
17521 "workspace",
17522 "zed_actions",
17523]
17524
17525[[package]]
17526name = "text"
17527version = "0.1.0"
17528dependencies = [
17529 "anyhow",
17530 "clock",
17531 "collections",
17532 "ctor",
17533 "gpui",
17534 "log",
17535 "parking_lot",
17536 "postage",
17537 "rand 0.9.2",
17538 "regex",
17539 "rope",
17540 "smallvec",
17541 "sum_tree",
17542 "util",
17543 "zlog",
17544]
17545
17546[[package]]
17547name = "theme"
17548version = "0.1.0"
17549dependencies = [
17550 "anyhow",
17551 "collections",
17552 "derive_more",
17553 "fs",
17554 "futures 0.3.31",
17555 "gpui",
17556 "log",
17557 "palette",
17558 "parking_lot",
17559 "refineable",
17560 "schemars",
17561 "serde",
17562 "serde_json",
17563 "serde_json_lenient",
17564 "settings",
17565 "strum 0.27.2",
17566 "thiserror 2.0.17",
17567 "util",
17568 "uuid",
17569]
17570
17571[[package]]
17572name = "theme_extension"
17573version = "0.1.0"
17574dependencies = [
17575 "anyhow",
17576 "extension",
17577 "fs",
17578 "gpui",
17579 "theme",
17580]
17581
17582[[package]]
17583name = "theme_importer"
17584version = "0.1.0"
17585dependencies = [
17586 "anyhow",
17587 "clap",
17588 "collections",
17589 "gpui",
17590 "indexmap",
17591 "log",
17592 "palette",
17593 "serde",
17594 "serde_json",
17595 "serde_json_lenient",
17596 "simplelog",
17597 "strum 0.27.2",
17598 "theme",
17599 "vscode_theme",
17600]
17601
17602[[package]]
17603name = "theme_selector"
17604version = "0.1.0"
17605dependencies = [
17606 "fs",
17607 "fuzzy",
17608 "gpui",
17609 "log",
17610 "picker",
17611 "serde",
17612 "settings",
17613 "telemetry",
17614 "theme",
17615 "ui",
17616 "util",
17617 "workspace",
17618 "zed_actions",
17619]
17620
17621[[package]]
17622name = "thiserror"
17623version = "1.0.69"
17624source = "registry+https://github.com/rust-lang/crates.io-index"
17625checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17626dependencies = [
17627 "thiserror-impl 1.0.69",
17628]
17629
17630[[package]]
17631name = "thiserror"
17632version = "2.0.17"
17633source = "registry+https://github.com/rust-lang/crates.io-index"
17634checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17635dependencies = [
17636 "thiserror-impl 2.0.17",
17637]
17638
17639[[package]]
17640name = "thiserror-impl"
17641version = "1.0.69"
17642source = "registry+https://github.com/rust-lang/crates.io-index"
17643checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17644dependencies = [
17645 "proc-macro2",
17646 "quote",
17647 "syn 2.0.117",
17648]
17649
17650[[package]]
17651name = "thiserror-impl"
17652version = "2.0.17"
17653source = "registry+https://github.com/rust-lang/crates.io-index"
17654checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17655dependencies = [
17656 "proc-macro2",
17657 "quote",
17658 "syn 2.0.117",
17659]
17660
17661[[package]]
17662name = "thread_local"
17663version = "1.1.9"
17664source = "registry+https://github.com/rust-lang/crates.io-index"
17665checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17666dependencies = [
17667 "cfg-if",
17668]
17669
17670[[package]]
17671name = "tiff"
17672version = "0.10.3"
17673source = "registry+https://github.com/rust-lang/crates.io-index"
17674checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17675dependencies = [
17676 "fax",
17677 "flate2",
17678 "half",
17679 "quick-error 2.0.1",
17680 "weezl",
17681 "zune-jpeg",
17682]
17683
17684[[package]]
17685name = "tiktoken-rs"
17686version = "0.9.1"
17687source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17688dependencies = [
17689 "anyhow",
17690 "base64 0.22.1",
17691 "bstr",
17692 "fancy-regex 0.16.2",
17693 "lazy_static",
17694 "regex",
17695 "rustc-hash 1.1.0",
17696]
17697
17698[[package]]
17699name = "time"
17700version = "0.3.47"
17701source = "registry+https://github.com/rust-lang/crates.io-index"
17702checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17703dependencies = [
17704 "deranged",
17705 "itoa",
17706 "libc",
17707 "num-conv",
17708 "num_threads",
17709 "powerfmt",
17710 "serde_core",
17711 "time-core",
17712 "time-macros",
17713]
17714
17715[[package]]
17716name = "time-core"
17717version = "0.1.8"
17718source = "registry+https://github.com/rust-lang/crates.io-index"
17719checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17720
17721[[package]]
17722name = "time-macros"
17723version = "0.2.27"
17724source = "registry+https://github.com/rust-lang/crates.io-index"
17725checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17726dependencies = [
17727 "num-conv",
17728 "time-core",
17729]
17730
17731[[package]]
17732name = "time_format"
17733version = "0.1.0"
17734dependencies = [
17735 "core-foundation 0.10.0",
17736 "core-foundation-sys",
17737 "sys-locale",
17738 "time",
17739 "windows 0.61.3",
17740]
17741
17742[[package]]
17743name = "tiny-keccak"
17744version = "2.0.2"
17745source = "registry+https://github.com/rust-lang/crates.io-index"
17746checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17747dependencies = [
17748 "crunchy",
17749]
17750
17751[[package]]
17752name = "tiny-skia"
17753version = "0.11.4"
17754source = "registry+https://github.com/rust-lang/crates.io-index"
17755checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17756dependencies = [
17757 "arrayref",
17758 "arrayvec",
17759 "bytemuck",
17760 "cfg-if",
17761 "log",
17762 "png 0.17.16",
17763 "tiny-skia-path",
17764]
17765
17766[[package]]
17767name = "tiny-skia-path"
17768version = "0.11.4"
17769source = "registry+https://github.com/rust-lang/crates.io-index"
17770checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17771dependencies = [
17772 "arrayref",
17773 "bytemuck",
17774 "strict-num",
17775]
17776
17777[[package]]
17778name = "tiny_http"
17779version = "0.12.0"
17780source = "registry+https://github.com/rust-lang/crates.io-index"
17781checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17782dependencies = [
17783 "ascii",
17784 "chunked_transfer",
17785 "httpdate",
17786 "log",
17787]
17788
17789[[package]]
17790name = "tinystr"
17791version = "0.8.1"
17792source = "registry+https://github.com/rust-lang/crates.io-index"
17793checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17794dependencies = [
17795 "displaydoc",
17796 "zerovec",
17797]
17798
17799[[package]]
17800name = "tinytemplate"
17801version = "1.2.1"
17802source = "registry+https://github.com/rust-lang/crates.io-index"
17803checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17804dependencies = [
17805 "serde",
17806 "serde_json",
17807]
17808
17809[[package]]
17810name = "tinyvec"
17811version = "1.10.0"
17812source = "registry+https://github.com/rust-lang/crates.io-index"
17813checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17814dependencies = [
17815 "tinyvec_macros",
17816]
17817
17818[[package]]
17819name = "tinyvec_macros"
17820version = "0.1.1"
17821source = "registry+https://github.com/rust-lang/crates.io-index"
17822checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17823
17824[[package]]
17825name = "title_bar"
17826version = "0.1.0"
17827dependencies = [
17828 "anyhow",
17829 "auto_update",
17830 "call",
17831 "channel",
17832 "chrono",
17833 "client",
17834 "cloud_api_types",
17835 "db",
17836 "git_ui",
17837 "gpui",
17838 "icons",
17839 "livekit_client",
17840 "notifications",
17841 "platform_title_bar",
17842 "project",
17843 "recent_projects",
17844 "release_channel",
17845 "remote",
17846 "remote_connection",
17847 "rpc",
17848 "schemars",
17849 "semver",
17850 "serde",
17851 "settings",
17852 "smallvec",
17853 "story",
17854 "telemetry",
17855 "theme",
17856 "ui",
17857 "util",
17858 "windows 0.61.3",
17859 "workspace",
17860 "zed_actions",
17861]
17862
17863[[package]]
17864name = "tokio"
17865version = "1.48.0"
17866source = "registry+https://github.com/rust-lang/crates.io-index"
17867checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17868dependencies = [
17869 "bytes 1.11.1",
17870 "libc",
17871 "mio 1.1.0",
17872 "parking_lot",
17873 "pin-project-lite",
17874 "signal-hook-registry",
17875 "socket2 0.6.1",
17876 "tokio-macros",
17877 "windows-sys 0.61.2",
17878]
17879
17880[[package]]
17881name = "tokio-io"
17882version = "0.1.13"
17883source = "registry+https://github.com/rust-lang/crates.io-index"
17884checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17885dependencies = [
17886 "bytes 0.4.12",
17887 "futures 0.1.31",
17888 "log",
17889]
17890
17891[[package]]
17892name = "tokio-macros"
17893version = "2.6.0"
17894source = "registry+https://github.com/rust-lang/crates.io-index"
17895checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17896dependencies = [
17897 "proc-macro2",
17898 "quote",
17899 "syn 2.0.117",
17900]
17901
17902[[package]]
17903name = "tokio-native-tls"
17904version = "0.3.1"
17905source = "registry+https://github.com/rust-lang/crates.io-index"
17906checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17907dependencies = [
17908 "native-tls",
17909 "tokio",
17910]
17911
17912[[package]]
17913name = "tokio-rustls"
17914version = "0.24.1"
17915source = "registry+https://github.com/rust-lang/crates.io-index"
17916checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17917dependencies = [
17918 "rustls 0.21.12",
17919 "tokio",
17920]
17921
17922[[package]]
17923name = "tokio-rustls"
17924version = "0.26.2"
17925source = "registry+https://github.com/rust-lang/crates.io-index"
17926checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17927dependencies = [
17928 "rustls 0.23.33",
17929 "tokio",
17930]
17931
17932[[package]]
17933name = "tokio-socks"
17934version = "0.5.2"
17935source = "registry+https://github.com/rust-lang/crates.io-index"
17936checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17937dependencies = [
17938 "either",
17939 "futures-io",
17940 "futures-util",
17941 "thiserror 1.0.69",
17942 "tokio",
17943]
17944
17945[[package]]
17946name = "tokio-stream"
17947version = "0.1.17"
17948source = "registry+https://github.com/rust-lang/crates.io-index"
17949checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17950dependencies = [
17951 "futures-core",
17952 "pin-project-lite",
17953 "tokio",
17954]
17955
17956[[package]]
17957name = "tokio-tungstenite"
17958version = "0.20.1"
17959source = "registry+https://github.com/rust-lang/crates.io-index"
17960checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17961dependencies = [
17962 "futures-util",
17963 "log",
17964 "tokio",
17965 "tungstenite 0.20.1",
17966]
17967
17968[[package]]
17969name = "tokio-tungstenite"
17970version = "0.21.0"
17971source = "registry+https://github.com/rust-lang/crates.io-index"
17972checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17973dependencies = [
17974 "futures-util",
17975 "log",
17976 "tokio",
17977 "tungstenite 0.21.0",
17978]
17979
17980[[package]]
17981name = "tokio-tungstenite"
17982version = "0.28.0"
17983source = "registry+https://github.com/rust-lang/crates.io-index"
17984checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17985dependencies = [
17986 "futures-util",
17987 "log",
17988 "rustls 0.23.33",
17989 "rustls-native-certs 0.8.2",
17990 "rustls-pki-types",
17991 "tokio",
17992 "tokio-rustls 0.26.2",
17993 "tungstenite 0.28.0",
17994]
17995
17996[[package]]
17997name = "tokio-util"
17998version = "0.7.16"
17999source = "registry+https://github.com/rust-lang/crates.io-index"
18000checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18001dependencies = [
18002 "bytes 1.11.1",
18003 "futures-core",
18004 "futures-io",
18005 "futures-sink",
18006 "pin-project-lite",
18007 "tokio",
18008]
18009
18010[[package]]
18011name = "toml"
18012version = "0.5.11"
18013source = "registry+https://github.com/rust-lang/crates.io-index"
18014checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18015dependencies = [
18016 "serde",
18017]
18018
18019[[package]]
18020name = "toml"
18021version = "0.8.23"
18022source = "registry+https://github.com/rust-lang/crates.io-index"
18023checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18024dependencies = [
18025 "serde",
18026 "serde_spanned 0.6.9",
18027 "toml_datetime 0.6.11",
18028 "toml_edit 0.22.27",
18029]
18030
18031[[package]]
18032name = "toml"
18033version = "0.9.8"
18034source = "registry+https://github.com/rust-lang/crates.io-index"
18035checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18036dependencies = [
18037 "indexmap",
18038 "serde_core",
18039 "serde_spanned 1.0.3",
18040 "toml_datetime 0.7.3",
18041 "toml_parser",
18042 "toml_writer",
18043 "winnow",
18044]
18045
18046[[package]]
18047name = "toml_datetime"
18048version = "0.6.11"
18049source = "registry+https://github.com/rust-lang/crates.io-index"
18050checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18051dependencies = [
18052 "serde",
18053]
18054
18055[[package]]
18056name = "toml_datetime"
18057version = "0.7.3"
18058source = "registry+https://github.com/rust-lang/crates.io-index"
18059checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18060dependencies = [
18061 "serde_core",
18062]
18063
18064[[package]]
18065name = "toml_edit"
18066version = "0.22.27"
18067source = "registry+https://github.com/rust-lang/crates.io-index"
18068checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18069dependencies = [
18070 "indexmap",
18071 "serde",
18072 "serde_spanned 0.6.9",
18073 "toml_datetime 0.6.11",
18074 "toml_write",
18075 "winnow",
18076]
18077
18078[[package]]
18079name = "toml_edit"
18080version = "0.23.7"
18081source = "registry+https://github.com/rust-lang/crates.io-index"
18082checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18083dependencies = [
18084 "indexmap",
18085 "toml_datetime 0.7.3",
18086 "toml_parser",
18087 "winnow",
18088]
18089
18090[[package]]
18091name = "toml_parser"
18092version = "1.0.4"
18093source = "registry+https://github.com/rust-lang/crates.io-index"
18094checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18095dependencies = [
18096 "winnow",
18097]
18098
18099[[package]]
18100name = "toml_write"
18101version = "0.1.2"
18102source = "registry+https://github.com/rust-lang/crates.io-index"
18103checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18104
18105[[package]]
18106name = "toml_writer"
18107version = "1.0.4"
18108source = "registry+https://github.com/rust-lang/crates.io-index"
18109checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18110
18111[[package]]
18112name = "toolchain_selector"
18113version = "0.1.0"
18114dependencies = [
18115 "anyhow",
18116 "convert_case 0.8.0",
18117 "editor",
18118 "futures 0.3.31",
18119 "fuzzy",
18120 "gpui",
18121 "language",
18122 "menu",
18123 "open_path_prompt",
18124 "picker",
18125 "project",
18126 "ui",
18127 "util",
18128 "workspace",
18129]
18130
18131[[package]]
18132name = "topological-sort"
18133version = "0.2.2"
18134source = "registry+https://github.com/rust-lang/crates.io-index"
18135checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18136
18137[[package]]
18138name = "tower"
18139version = "0.4.13"
18140source = "registry+https://github.com/rust-lang/crates.io-index"
18141checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18142dependencies = [
18143 "futures-core",
18144 "futures-util",
18145 "pin-project",
18146 "pin-project-lite",
18147 "tokio",
18148 "tower-layer",
18149 "tower-service",
18150 "tracing",
18151]
18152
18153[[package]]
18154name = "tower"
18155version = "0.5.2"
18156source = "registry+https://github.com/rust-lang/crates.io-index"
18157checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18158dependencies = [
18159 "futures-core",
18160 "futures-util",
18161 "pin-project-lite",
18162 "sync_wrapper 1.0.2",
18163 "tokio",
18164 "tower-layer",
18165 "tower-service",
18166]
18167
18168[[package]]
18169name = "tower-http"
18170version = "0.4.4"
18171source = "registry+https://github.com/rust-lang/crates.io-index"
18172checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18173dependencies = [
18174 "bitflags 2.10.0",
18175 "bytes 1.11.1",
18176 "futures-core",
18177 "futures-util",
18178 "http 0.2.12",
18179 "http-body 0.4.6",
18180 "http-range-header",
18181 "pin-project-lite",
18182 "tower-layer",
18183 "tower-service",
18184 "tracing",
18185]
18186
18187[[package]]
18188name = "tower-http"
18189version = "0.6.6"
18190source = "registry+https://github.com/rust-lang/crates.io-index"
18191checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18192dependencies = [
18193 "bitflags 2.10.0",
18194 "bytes 1.11.1",
18195 "futures-util",
18196 "http 1.3.1",
18197 "http-body 1.0.1",
18198 "iri-string",
18199 "pin-project-lite",
18200 "tower 0.5.2",
18201 "tower-layer",
18202 "tower-service",
18203]
18204
18205[[package]]
18206name = "tower-layer"
18207version = "0.3.3"
18208source = "registry+https://github.com/rust-lang/crates.io-index"
18209checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18210
18211[[package]]
18212name = "tower-service"
18213version = "0.3.3"
18214source = "registry+https://github.com/rust-lang/crates.io-index"
18215checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18216
18217[[package]]
18218name = "tracing"
18219version = "0.1.43"
18220source = "registry+https://github.com/rust-lang/crates.io-index"
18221checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18222dependencies = [
18223 "log",
18224 "pin-project-lite",
18225 "tracing-attributes",
18226 "tracing-core",
18227]
18228
18229[[package]]
18230name = "tracing-attributes"
18231version = "0.1.31"
18232source = "registry+https://github.com/rust-lang/crates.io-index"
18233checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18234dependencies = [
18235 "proc-macro2",
18236 "quote",
18237 "syn 2.0.117",
18238]
18239
18240[[package]]
18241name = "tracing-core"
18242version = "0.1.35"
18243source = "registry+https://github.com/rust-lang/crates.io-index"
18244checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18245dependencies = [
18246 "once_cell",
18247 "valuable",
18248]
18249
18250[[package]]
18251name = "tracing-log"
18252version = "0.2.0"
18253source = "registry+https://github.com/rust-lang/crates.io-index"
18254checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18255dependencies = [
18256 "log",
18257 "once_cell",
18258 "tracing-core",
18259]
18260
18261[[package]]
18262name = "tracing-serde"
18263version = "0.2.0"
18264source = "registry+https://github.com/rust-lang/crates.io-index"
18265checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18266dependencies = [
18267 "serde",
18268 "tracing-core",
18269]
18270
18271[[package]]
18272name = "tracing-subscriber"
18273version = "0.3.22"
18274source = "registry+https://github.com/rust-lang/crates.io-index"
18275checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18276dependencies = [
18277 "matchers",
18278 "nu-ansi-term",
18279 "once_cell",
18280 "regex-automata",
18281 "serde",
18282 "serde_json",
18283 "sharded-slab",
18284 "smallvec",
18285 "thread_local",
18286 "tracing",
18287 "tracing-core",
18288 "tracing-log",
18289 "tracing-serde",
18290]
18291
18292[[package]]
18293name = "tracing-tracy"
18294version = "0.11.4"
18295source = "registry+https://github.com/rust-lang/crates.io-index"
18296checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18297dependencies = [
18298 "tracing-core",
18299 "tracing-subscriber",
18300 "tracy-client",
18301]
18302
18303[[package]]
18304name = "tracy-client"
18305version = "0.18.3"
18306source = "registry+https://github.com/rust-lang/crates.io-index"
18307checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18308dependencies = [
18309 "loom",
18310 "once_cell",
18311 "tracy-client-sys",
18312]
18313
18314[[package]]
18315name = "tracy-client-sys"
18316version = "0.27.0"
18317source = "registry+https://github.com/rust-lang/crates.io-index"
18318checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18319dependencies = [
18320 "cc",
18321 "windows-targets 0.52.6",
18322]
18323
18324[[package]]
18325name = "trait-variant"
18326version = "0.1.2"
18327source = "registry+https://github.com/rust-lang/crates.io-index"
18328checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18329dependencies = [
18330 "proc-macro2",
18331 "quote",
18332 "syn 2.0.117",
18333]
18334
18335[[package]]
18336name = "transpose"
18337version = "0.2.3"
18338source = "registry+https://github.com/rust-lang/crates.io-index"
18339checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18340dependencies = [
18341 "num-integer",
18342 "strength_reduce",
18343]
18344
18345[[package]]
18346name = "tree-sitter"
18347version = "0.26.3"
18348source = "registry+https://github.com/rust-lang/crates.io-index"
18349checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18350dependencies = [
18351 "cc",
18352 "regex",
18353 "regex-syntax",
18354 "serde_json",
18355 "streaming-iterator",
18356 "tree-sitter-language",
18357 "wasmtime-c-api-impl",
18358]
18359
18360[[package]]
18361name = "tree-sitter-bash"
18362version = "0.25.1"
18363source = "registry+https://github.com/rust-lang/crates.io-index"
18364checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18365dependencies = [
18366 "cc",
18367 "tree-sitter-language",
18368]
18369
18370[[package]]
18371name = "tree-sitter-c"
18372version = "0.24.1"
18373source = "registry+https://github.com/rust-lang/crates.io-index"
18374checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18375dependencies = [
18376 "cc",
18377 "tree-sitter-language",
18378]
18379
18380[[package]]
18381name = "tree-sitter-cpp"
18382version = "0.23.4"
18383source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18384dependencies = [
18385 "cc",
18386 "tree-sitter-language",
18387]
18388
18389[[package]]
18390name = "tree-sitter-css"
18391version = "0.23.2"
18392source = "registry+https://github.com/rust-lang/crates.io-index"
18393checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18394dependencies = [
18395 "cc",
18396 "tree-sitter-language",
18397]
18398
18399[[package]]
18400name = "tree-sitter-diff"
18401version = "0.1.0"
18402source = "registry+https://github.com/rust-lang/crates.io-index"
18403checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18404dependencies = [
18405 "cc",
18406 "tree-sitter-language",
18407]
18408
18409[[package]]
18410name = "tree-sitter-elixir"
18411version = "0.3.4"
18412source = "registry+https://github.com/rust-lang/crates.io-index"
18413checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18414dependencies = [
18415 "cc",
18416 "tree-sitter-language",
18417]
18418
18419[[package]]
18420name = "tree-sitter-embedded-template"
18421version = "0.23.2"
18422source = "registry+https://github.com/rust-lang/crates.io-index"
18423checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18424dependencies = [
18425 "cc",
18426 "tree-sitter-language",
18427]
18428
18429[[package]]
18430name = "tree-sitter-gitcommit"
18431version = "0.0.1"
18432source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18433dependencies = [
18434 "cc",
18435 "tree-sitter-language",
18436]
18437
18438[[package]]
18439name = "tree-sitter-go"
18440version = "0.25.0"
18441source = "registry+https://github.com/rust-lang/crates.io-index"
18442checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18443dependencies = [
18444 "cc",
18445 "tree-sitter-language",
18446]
18447
18448[[package]]
18449name = "tree-sitter-gomod"
18450version = "1.1.1"
18451source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18452dependencies = [
18453 "cc",
18454 "tree-sitter-language",
18455]
18456
18457[[package]]
18458name = "tree-sitter-gowork"
18459version = "0.0.1"
18460source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18461dependencies = [
18462 "cc",
18463 "tree-sitter-language",
18464]
18465
18466[[package]]
18467name = "tree-sitter-heex"
18468version = "0.0.1"
18469source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18470dependencies = [
18471 "cc",
18472 "tree-sitter-language",
18473]
18474
18475[[package]]
18476name = "tree-sitter-html"
18477version = "0.23.2"
18478source = "registry+https://github.com/rust-lang/crates.io-index"
18479checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18480dependencies = [
18481 "cc",
18482 "tree-sitter-language",
18483]
18484
18485[[package]]
18486name = "tree-sitter-jsdoc"
18487version = "0.23.2"
18488source = "registry+https://github.com/rust-lang/crates.io-index"
18489checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18490dependencies = [
18491 "cc",
18492 "tree-sitter-language",
18493]
18494
18495[[package]]
18496name = "tree-sitter-json"
18497version = "0.24.8"
18498source = "registry+https://github.com/rust-lang/crates.io-index"
18499checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18500dependencies = [
18501 "cc",
18502 "tree-sitter-language",
18503]
18504
18505[[package]]
18506name = "tree-sitter-language"
18507version = "0.1.5"
18508source = "registry+https://github.com/rust-lang/crates.io-index"
18509checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18510
18511[[package]]
18512name = "tree-sitter-md"
18513version = "0.3.2"
18514source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18515dependencies = [
18516 "cc",
18517 "tree-sitter-language",
18518]
18519
18520[[package]]
18521name = "tree-sitter-python"
18522version = "0.25.0"
18523source = "registry+https://github.com/rust-lang/crates.io-index"
18524checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18525dependencies = [
18526 "cc",
18527 "tree-sitter-language",
18528]
18529
18530[[package]]
18531name = "tree-sitter-regex"
18532version = "0.24.3"
18533source = "registry+https://github.com/rust-lang/crates.io-index"
18534checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18535dependencies = [
18536 "cc",
18537 "tree-sitter-language",
18538]
18539
18540[[package]]
18541name = "tree-sitter-ruby"
18542version = "0.23.1"
18543source = "registry+https://github.com/rust-lang/crates.io-index"
18544checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18545dependencies = [
18546 "cc",
18547 "tree-sitter-language",
18548]
18549
18550[[package]]
18551name = "tree-sitter-rust"
18552version = "0.24.1"
18553source = "registry+https://github.com/rust-lang/crates.io-index"
18554checksum = "f715f73a0687261ddb686f0d64a1e5af57bd199c4d12be5fdda6676ce1885bf9"
18555dependencies = [
18556 "cc",
18557 "tree-sitter-language",
18558]
18559
18560[[package]]
18561name = "tree-sitter-typescript"
18562version = "0.23.2"
18563source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18564dependencies = [
18565 "cc",
18566 "tree-sitter-language",
18567]
18568
18569[[package]]
18570name = "tree-sitter-yaml"
18571version = "0.6.1"
18572source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18573dependencies = [
18574 "cc",
18575 "tree-sitter-language",
18576]
18577
18578[[package]]
18579name = "triomphe"
18580version = "0.1.15"
18581source = "registry+https://github.com/rust-lang/crates.io-index"
18582checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18583dependencies = [
18584 "serde",
18585 "stable_deref_trait",
18586]
18587
18588[[package]]
18589name = "try-lock"
18590version = "0.2.5"
18591source = "registry+https://github.com/rust-lang/crates.io-index"
18592checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18593
18594[[package]]
18595name = "ttf-parser"
18596version = "0.20.0"
18597source = "registry+https://github.com/rust-lang/crates.io-index"
18598checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18599
18600[[package]]
18601name = "ttf-parser"
18602version = "0.25.1"
18603source = "registry+https://github.com/rust-lang/crates.io-index"
18604checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18605dependencies = [
18606 "core_maths",
18607]
18608
18609[[package]]
18610name = "tungstenite"
18611version = "0.20.1"
18612source = "registry+https://github.com/rust-lang/crates.io-index"
18613checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18614dependencies = [
18615 "byteorder",
18616 "bytes 1.11.1",
18617 "data-encoding",
18618 "http 0.2.12",
18619 "httparse",
18620 "log",
18621 "rand 0.8.5",
18622 "sha1",
18623 "thiserror 1.0.69",
18624 "url",
18625 "utf-8",
18626]
18627
18628[[package]]
18629name = "tungstenite"
18630version = "0.21.0"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18633dependencies = [
18634 "byteorder",
18635 "bytes 1.11.1",
18636 "data-encoding",
18637 "http 1.3.1",
18638 "httparse",
18639 "log",
18640 "rand 0.8.5",
18641 "sha1",
18642 "thiserror 1.0.69",
18643 "url",
18644 "utf-8",
18645]
18646
18647[[package]]
18648name = "tungstenite"
18649version = "0.27.0"
18650source = "registry+https://github.com/rust-lang/crates.io-index"
18651checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18652dependencies = [
18653 "bytes 1.11.1",
18654 "data-encoding",
18655 "http 1.3.1",
18656 "httparse",
18657 "log",
18658 "rand 0.9.2",
18659 "rustls 0.23.33",
18660 "rustls-pki-types",
18661 "sha1",
18662 "thiserror 2.0.17",
18663 "utf-8",
18664]
18665
18666[[package]]
18667name = "tungstenite"
18668version = "0.28.0"
18669source = "registry+https://github.com/rust-lang/crates.io-index"
18670checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18671dependencies = [
18672 "bytes 1.11.1",
18673 "data-encoding",
18674 "http 1.3.1",
18675 "httparse",
18676 "log",
18677 "rand 0.9.2",
18678 "rustls 0.23.33",
18679 "rustls-pki-types",
18680 "sha1",
18681 "thiserror 2.0.17",
18682 "utf-8",
18683]
18684
18685[[package]]
18686name = "typeid"
18687version = "1.0.3"
18688source = "registry+https://github.com/rust-lang/crates.io-index"
18689checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18690
18691[[package]]
18692name = "typenum"
18693version = "1.19.0"
18694source = "registry+https://github.com/rust-lang/crates.io-index"
18695checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18696
18697[[package]]
18698name = "ucd-trie"
18699version = "0.1.7"
18700source = "registry+https://github.com/rust-lang/crates.io-index"
18701checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18702
18703[[package]]
18704name = "uds"
18705version = "0.4.2"
18706source = "registry+https://github.com/rust-lang/crates.io-index"
18707checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18708dependencies = [
18709 "libc",
18710]
18711
18712[[package]]
18713name = "uds_windows"
18714version = "1.1.0"
18715source = "registry+https://github.com/rust-lang/crates.io-index"
18716checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18717dependencies = [
18718 "memoffset",
18719 "tempfile",
18720 "winapi",
18721]
18722
18723[[package]]
18724name = "ug"
18725version = "0.4.0"
18726source = "registry+https://github.com/rust-lang/crates.io-index"
18727checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18728dependencies = [
18729 "gemm 0.18.2",
18730 "half",
18731 "libloading",
18732 "memmap2",
18733 "num",
18734 "num-traits",
18735 "num_cpus",
18736 "rayon",
18737 "safetensors",
18738 "serde",
18739 "thiserror 1.0.69",
18740 "tracing",
18741 "yoke 0.7.5",
18742]
18743
18744[[package]]
18745name = "ui"
18746version = "0.1.0"
18747dependencies = [
18748 "chrono",
18749 "component",
18750 "documented",
18751 "gpui",
18752 "gpui_macros",
18753 "icons",
18754 "itertools 0.14.0",
18755 "menu",
18756 "schemars",
18757 "serde",
18758 "settings",
18759 "smallvec",
18760 "story",
18761 "strum 0.27.2",
18762 "theme",
18763 "ui_macros",
18764 "util",
18765 "windows 0.61.3",
18766]
18767
18768[[package]]
18769name = "ui_input"
18770version = "0.1.0"
18771dependencies = [
18772 "component",
18773 "gpui",
18774 "ui",
18775]
18776
18777[[package]]
18778name = "ui_macros"
18779version = "0.1.0"
18780dependencies = [
18781 "component",
18782 "quote",
18783 "syn 2.0.117",
18784 "ui",
18785]
18786
18787[[package]]
18788name = "ui_prompt"
18789version = "0.1.0"
18790dependencies = [
18791 "gpui",
18792 "markdown",
18793 "menu",
18794 "settings",
18795 "theme",
18796 "ui",
18797 "workspace",
18798]
18799
18800[[package]]
18801name = "unarray"
18802version = "0.1.4"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18805
18806[[package]]
18807name = "unicase"
18808version = "2.8.1"
18809source = "registry+https://github.com/rust-lang/crates.io-index"
18810checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18811
18812[[package]]
18813name = "unicode-bidi"
18814version = "0.3.18"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18817
18818[[package]]
18819name = "unicode-bidi-mirroring"
18820version = "0.4.0"
18821source = "registry+https://github.com/rust-lang/crates.io-index"
18822checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18823
18824[[package]]
18825name = "unicode-ccc"
18826version = "0.4.0"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18829
18830[[package]]
18831name = "unicode-general-category"
18832version = "1.1.0"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18835
18836[[package]]
18837name = "unicode-ident"
18838version = "1.0.19"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18841
18842[[package]]
18843name = "unicode-linebreak"
18844version = "0.1.5"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18847
18848[[package]]
18849name = "unicode-normalization"
18850version = "0.1.24"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18853dependencies = [
18854 "tinyvec",
18855]
18856
18857[[package]]
18858name = "unicode-properties"
18859version = "0.1.3"
18860source = "registry+https://github.com/rust-lang/crates.io-index"
18861checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18862
18863[[package]]
18864name = "unicode-script"
18865version = "0.5.8"
18866source = "registry+https://github.com/rust-lang/crates.io-index"
18867checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18868
18869[[package]]
18870name = "unicode-segmentation"
18871version = "1.12.0"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18874
18875[[package]]
18876name = "unicode-vo"
18877version = "0.1.0"
18878source = "registry+https://github.com/rust-lang/crates.io-index"
18879checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18880
18881[[package]]
18882name = "unicode-width"
18883version = "0.2.2"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18886
18887[[package]]
18888name = "unicode-xid"
18889version = "0.2.6"
18890source = "registry+https://github.com/rust-lang/crates.io-index"
18891checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18892
18893[[package]]
18894name = "unicode_categories"
18895version = "0.1.1"
18896source = "registry+https://github.com/rust-lang/crates.io-index"
18897checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18898
18899[[package]]
18900name = "unindent"
18901version = "0.2.4"
18902source = "registry+https://github.com/rust-lang/crates.io-index"
18903checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18904
18905[[package]]
18906name = "unsafe-libyaml"
18907version = "0.2.11"
18908source = "registry+https://github.com/rust-lang/crates.io-index"
18909checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18910
18911[[package]]
18912name = "untrusted"
18913version = "0.7.1"
18914source = "registry+https://github.com/rust-lang/crates.io-index"
18915checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18916
18917[[package]]
18918name = "untrusted"
18919version = "0.9.0"
18920source = "registry+https://github.com/rust-lang/crates.io-index"
18921checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18922
18923[[package]]
18924name = "url"
18925version = "2.5.7"
18926source = "registry+https://github.com/rust-lang/crates.io-index"
18927checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18928dependencies = [
18929 "form_urlencoded",
18930 "idna",
18931 "percent-encoding",
18932 "serde",
18933]
18934
18935[[package]]
18936name = "urlencoding"
18937version = "2.1.3"
18938source = "registry+https://github.com/rust-lang/crates.io-index"
18939checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18940
18941[[package]]
18942name = "usvg"
18943version = "0.45.1"
18944source = "registry+https://github.com/rust-lang/crates.io-index"
18945checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18946dependencies = [
18947 "base64 0.22.1",
18948 "data-url",
18949 "flate2",
18950 "fontdb 0.23.0",
18951 "imagesize",
18952 "kurbo",
18953 "log",
18954 "pico-args",
18955 "roxmltree",
18956 "rustybuzz",
18957 "simplecss",
18958 "siphasher 1.0.1",
18959 "strict-num",
18960 "svgtypes",
18961 "tiny-skia-path",
18962 "unicode-bidi",
18963 "unicode-script",
18964 "unicode-vo",
18965 "xmlwriter",
18966]
18967
18968[[package]]
18969name = "utf-8"
18970version = "0.7.6"
18971source = "registry+https://github.com/rust-lang/crates.io-index"
18972checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18973
18974[[package]]
18975name = "utf8-chars"
18976version = "3.0.6"
18977source = "registry+https://github.com/rust-lang/crates.io-index"
18978checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18979dependencies = [
18980 "arrayvec",
18981]
18982
18983[[package]]
18984name = "utf8_iter"
18985version = "1.0.4"
18986source = "registry+https://github.com/rust-lang/crates.io-index"
18987checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18988
18989[[package]]
18990name = "utf8parse"
18991version = "0.2.2"
18992source = "registry+https://github.com/rust-lang/crates.io-index"
18993checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18994
18995[[package]]
18996name = "util"
18997version = "0.1.0"
18998dependencies = [
18999 "anyhow",
19000 "async-fs",
19001 "async_zip",
19002 "collections",
19003 "command-fds",
19004 "dirs 4.0.0",
19005 "dunce",
19006 "futures 0.3.31",
19007 "futures-lite 1.13.0",
19008 "git2",
19009 "globset",
19010 "gpui_util",
19011 "itertools 0.14.0",
19012 "libc",
19013 "log",
19014 "mach2 0.5.0",
19015 "nix 0.29.0",
19016 "percent-encoding",
19017 "pretty_assertions",
19018 "rand 0.9.2",
19019 "regex",
19020 "rust-embed",
19021 "schemars",
19022 "serde",
19023 "serde_json",
19024 "serde_json_lenient",
19025 "shlex",
19026 "smol",
19027 "take-until",
19028 "tempfile",
19029 "tendril",
19030 "unicase",
19031 "url",
19032 "util_macros",
19033 "walkdir",
19034 "which 6.0.3",
19035]
19036
19037[[package]]
19038name = "util_macros"
19039version = "0.1.0"
19040dependencies = [
19041 "perf",
19042 "quote",
19043 "syn 2.0.117",
19044]
19045
19046[[package]]
19047name = "uuid"
19048version = "1.18.1"
19049source = "registry+https://github.com/rust-lang/crates.io-index"
19050checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19051dependencies = [
19052 "getrandom 0.3.4",
19053 "js-sys",
19054 "serde",
19055 "sha1_smol",
19056 "wasm-bindgen",
19057]
19058
19059[[package]]
19060name = "uuid-simd"
19061version = "0.8.0"
19062source = "registry+https://github.com/rust-lang/crates.io-index"
19063checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19064dependencies = [
19065 "outref",
19066 "vsimd",
19067]
19068
19069[[package]]
19070name = "v_frame"
19071version = "0.3.9"
19072source = "registry+https://github.com/rust-lang/crates.io-index"
19073checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19074dependencies = [
19075 "aligned-vec",
19076 "num-traits",
19077 "wasm-bindgen",
19078]
19079
19080[[package]]
19081name = "valuable"
19082version = "0.1.1"
19083source = "registry+https://github.com/rust-lang/crates.io-index"
19084checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19085
19086[[package]]
19087name = "value-bag"
19088version = "1.12.0"
19089source = "registry+https://github.com/rust-lang/crates.io-index"
19090checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19091dependencies = [
19092 "value-bag-serde1",
19093 "value-bag-sval2",
19094]
19095
19096[[package]]
19097name = "value-bag-serde1"
19098version = "1.12.0"
19099source = "registry+https://github.com/rust-lang/crates.io-index"
19100checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19101dependencies = [
19102 "erased-serde",
19103 "serde_core",
19104 "serde_fmt",
19105]
19106
19107[[package]]
19108name = "value-bag-sval2"
19109version = "1.12.0"
19110source = "registry+https://github.com/rust-lang/crates.io-index"
19111checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19112dependencies = [
19113 "sval",
19114 "sval_buffer",
19115 "sval_dynamic",
19116 "sval_fmt",
19117 "sval_json",
19118 "sval_ref",
19119 "sval_serde",
19120]
19121
19122[[package]]
19123name = "vcpkg"
19124version = "0.2.15"
19125source = "registry+https://github.com/rust-lang/crates.io-index"
19126checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19127
19128[[package]]
19129name = "vercel"
19130version = "0.1.0"
19131dependencies = [
19132 "anyhow",
19133 "schemars",
19134 "serde",
19135 "strum 0.27.2",
19136]
19137
19138[[package]]
19139name = "version-compare"
19140version = "0.2.0"
19141source = "registry+https://github.com/rust-lang/crates.io-index"
19142checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19143
19144[[package]]
19145name = "version_check"
19146version = "0.9.5"
19147source = "registry+https://github.com/rust-lang/crates.io-index"
19148checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19149
19150[[package]]
19151name = "vim"
19152version = "0.1.0"
19153dependencies = [
19154 "anyhow",
19155 "async-compat",
19156 "async-trait",
19157 "collections",
19158 "command_palette",
19159 "command_palette_hooks",
19160 "db",
19161 "editor",
19162 "env_logger 0.11.8",
19163 "futures 0.3.31",
19164 "fuzzy",
19165 "git_ui",
19166 "gpui",
19167 "indoc",
19168 "itertools 0.14.0",
19169 "language",
19170 "log",
19171 "lsp",
19172 "markdown_preview",
19173 "menu",
19174 "multi_buffer",
19175 "nvim-rs",
19176 "outline_panel",
19177 "parking_lot",
19178 "perf",
19179 "picker",
19180 "project",
19181 "project_panel",
19182 "regex",
19183 "release_channel",
19184 "schemars",
19185 "search",
19186 "semver",
19187 "serde",
19188 "serde_json",
19189 "settings",
19190 "settings_ui",
19191 "task",
19192 "text",
19193 "theme",
19194 "tokio",
19195 "ui",
19196 "util",
19197 "util_macros",
19198 "vim_mode_setting",
19199 "workspace",
19200 "zed_actions",
19201]
19202
19203[[package]]
19204name = "vim_mode_setting"
19205version = "0.1.0"
19206dependencies = [
19207 "gpui",
19208 "settings",
19209]
19210
19211[[package]]
19212name = "vscode_theme"
19213version = "0.2.0"
19214source = "registry+https://github.com/rust-lang/crates.io-index"
19215checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19216dependencies = [
19217 "serde",
19218]
19219
19220[[package]]
19221name = "vsimd"
19222version = "0.8.0"
19223source = "registry+https://github.com/rust-lang/crates.io-index"
19224checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19225
19226[[package]]
19227name = "vswhom"
19228version = "0.1.0"
19229source = "registry+https://github.com/rust-lang/crates.io-index"
19230checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19231dependencies = [
19232 "libc",
19233 "vswhom-sys",
19234]
19235
19236[[package]]
19237name = "vswhom-sys"
19238version = "0.1.3"
19239source = "registry+https://github.com/rust-lang/crates.io-index"
19240checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19241dependencies = [
19242 "cc",
19243 "libc",
19244]
19245
19246[[package]]
19247name = "vte"
19248version = "0.15.0"
19249source = "registry+https://github.com/rust-lang/crates.io-index"
19250checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19251dependencies = [
19252 "arrayvec",
19253 "bitflags 2.10.0",
19254 "cursor-icon",
19255 "log",
19256 "memchr",
19257 "serde",
19258]
19259
19260[[package]]
19261name = "wait-timeout"
19262version = "0.2.1"
19263source = "registry+https://github.com/rust-lang/crates.io-index"
19264checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19265dependencies = [
19266 "libc",
19267]
19268
19269[[package]]
19270name = "waker-fn"
19271version = "1.2.0"
19272source = "registry+https://github.com/rust-lang/crates.io-index"
19273checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19274
19275[[package]]
19276name = "walkdir"
19277version = "2.5.0"
19278source = "registry+https://github.com/rust-lang/crates.io-index"
19279checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19280dependencies = [
19281 "same-file",
19282 "winapi-util",
19283]
19284
19285[[package]]
19286name = "want"
19287version = "0.3.1"
19288source = "registry+https://github.com/rust-lang/crates.io-index"
19289checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19290dependencies = [
19291 "try-lock",
19292]
19293
19294[[package]]
19295name = "warp"
19296version = "0.3.7"
19297source = "registry+https://github.com/rust-lang/crates.io-index"
19298checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19299dependencies = [
19300 "bytes 1.11.1",
19301 "futures-channel",
19302 "futures-util",
19303 "headers",
19304 "http 0.2.12",
19305 "hyper 0.14.32",
19306 "log",
19307 "mime",
19308 "mime_guess",
19309 "percent-encoding",
19310 "pin-project",
19311 "scoped-tls",
19312 "serde",
19313 "serde_json",
19314 "serde_urlencoded",
19315 "tokio",
19316 "tokio-tungstenite 0.21.0",
19317 "tokio-util",
19318 "tower-service",
19319 "tracing",
19320]
19321
19322[[package]]
19323name = "wasi"
19324version = "0.11.1+wasi-snapshot-preview1"
19325source = "registry+https://github.com/rust-lang/crates.io-index"
19326checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19327
19328[[package]]
19329name = "wasip2"
19330version = "1.0.1+wasi-0.2.4"
19331source = "registry+https://github.com/rust-lang/crates.io-index"
19332checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19333dependencies = [
19334 "wit-bindgen 0.46.0",
19335]
19336
19337[[package]]
19338name = "wasip3"
19339version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19340source = "registry+https://github.com/rust-lang/crates.io-index"
19341checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19342dependencies = [
19343 "wit-bindgen 0.51.0",
19344]
19345
19346[[package]]
19347name = "wasite"
19348version = "0.1.0"
19349source = "registry+https://github.com/rust-lang/crates.io-index"
19350checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19351
19352[[package]]
19353name = "wasm-bindgen"
19354version = "0.2.113"
19355source = "registry+https://github.com/rust-lang/crates.io-index"
19356checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19357dependencies = [
19358 "cfg-if",
19359 "once_cell",
19360 "rustversion",
19361 "wasm-bindgen-macro",
19362 "wasm-bindgen-shared",
19363]
19364
19365[[package]]
19366name = "wasm-bindgen-futures"
19367version = "0.4.63"
19368source = "registry+https://github.com/rust-lang/crates.io-index"
19369checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19370dependencies = [
19371 "cfg-if",
19372 "futures-util",
19373 "js-sys",
19374 "once_cell",
19375 "wasm-bindgen",
19376 "web-sys",
19377]
19378
19379[[package]]
19380name = "wasm-bindgen-macro"
19381version = "0.2.113"
19382source = "registry+https://github.com/rust-lang/crates.io-index"
19383checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19384dependencies = [
19385 "quote",
19386 "wasm-bindgen-macro-support",
19387]
19388
19389[[package]]
19390name = "wasm-bindgen-macro-support"
19391version = "0.2.113"
19392source = "registry+https://github.com/rust-lang/crates.io-index"
19393checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19394dependencies = [
19395 "bumpalo",
19396 "proc-macro2",
19397 "quote",
19398 "syn 2.0.117",
19399 "wasm-bindgen-shared",
19400]
19401
19402[[package]]
19403name = "wasm-bindgen-shared"
19404version = "0.2.113"
19405source = "registry+https://github.com/rust-lang/crates.io-index"
19406checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19407dependencies = [
19408 "unicode-ident",
19409]
19410
19411[[package]]
19412name = "wasm-encoder"
19413version = "0.201.0"
19414source = "registry+https://github.com/rust-lang/crates.io-index"
19415checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19416dependencies = [
19417 "leb128",
19418]
19419
19420[[package]]
19421name = "wasm-encoder"
19422version = "0.221.3"
19423source = "registry+https://github.com/rust-lang/crates.io-index"
19424checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19425dependencies = [
19426 "leb128",
19427 "wasmparser 0.221.3",
19428]
19429
19430[[package]]
19431name = "wasm-encoder"
19432version = "0.227.1"
19433source = "registry+https://github.com/rust-lang/crates.io-index"
19434checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19435dependencies = [
19436 "leb128fmt",
19437 "wasmparser 0.227.1",
19438]
19439
19440[[package]]
19441name = "wasm-encoder"
19442version = "0.229.0"
19443source = "registry+https://github.com/rust-lang/crates.io-index"
19444checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19445dependencies = [
19446 "leb128fmt",
19447 "wasmparser 0.229.0",
19448]
19449
19450[[package]]
19451name = "wasm-encoder"
19452version = "0.244.0"
19453source = "registry+https://github.com/rust-lang/crates.io-index"
19454checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19455dependencies = [
19456 "leb128fmt",
19457 "wasmparser 0.244.0",
19458]
19459
19460[[package]]
19461name = "wasm-metadata"
19462version = "0.201.0"
19463source = "registry+https://github.com/rust-lang/crates.io-index"
19464checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19465dependencies = [
19466 "anyhow",
19467 "indexmap",
19468 "serde",
19469 "serde_derive",
19470 "serde_json",
19471 "spdx",
19472 "wasm-encoder 0.201.0",
19473 "wasmparser 0.201.0",
19474]
19475
19476[[package]]
19477name = "wasm-metadata"
19478version = "0.227.1"
19479source = "registry+https://github.com/rust-lang/crates.io-index"
19480checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19481dependencies = [
19482 "anyhow",
19483 "auditable-serde",
19484 "flate2",
19485 "indexmap",
19486 "serde",
19487 "serde_derive",
19488 "serde_json",
19489 "spdx",
19490 "url",
19491 "wasm-encoder 0.227.1",
19492 "wasmparser 0.227.1",
19493]
19494
19495[[package]]
19496name = "wasm-metadata"
19497version = "0.244.0"
19498source = "registry+https://github.com/rust-lang/crates.io-index"
19499checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19500dependencies = [
19501 "anyhow",
19502 "indexmap",
19503 "wasm-encoder 0.244.0",
19504 "wasmparser 0.244.0",
19505]
19506
19507[[package]]
19508name = "wasm-streams"
19509version = "0.4.2"
19510source = "registry+https://github.com/rust-lang/crates.io-index"
19511checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19512dependencies = [
19513 "futures-util",
19514 "js-sys",
19515 "wasm-bindgen",
19516 "wasm-bindgen-futures",
19517 "web-sys",
19518]
19519
19520[[package]]
19521name = "wasm_thread"
19522version = "0.3.3"
19523source = "registry+https://github.com/rust-lang/crates.io-index"
19524checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19525dependencies = [
19526 "futures 0.3.31",
19527 "js-sys",
19528 "wasm-bindgen",
19529 "web-sys",
19530]
19531
19532[[package]]
19533name = "wasmparser"
19534version = "0.201.0"
19535source = "registry+https://github.com/rust-lang/crates.io-index"
19536checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19537dependencies = [
19538 "bitflags 2.10.0",
19539 "indexmap",
19540 "semver",
19541]
19542
19543[[package]]
19544name = "wasmparser"
19545version = "0.221.3"
19546source = "registry+https://github.com/rust-lang/crates.io-index"
19547checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19548dependencies = [
19549 "bitflags 2.10.0",
19550 "hashbrown 0.15.5",
19551 "indexmap",
19552 "semver",
19553 "serde",
19554]
19555
19556[[package]]
19557name = "wasmparser"
19558version = "0.227.1"
19559source = "registry+https://github.com/rust-lang/crates.io-index"
19560checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19561dependencies = [
19562 "bitflags 2.10.0",
19563 "hashbrown 0.15.5",
19564 "indexmap",
19565 "semver",
19566]
19567
19568[[package]]
19569name = "wasmparser"
19570version = "0.229.0"
19571source = "registry+https://github.com/rust-lang/crates.io-index"
19572checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19573dependencies = [
19574 "bitflags 2.10.0",
19575 "hashbrown 0.15.5",
19576 "indexmap",
19577 "semver",
19578 "serde",
19579]
19580
19581[[package]]
19582name = "wasmparser"
19583version = "0.244.0"
19584source = "registry+https://github.com/rust-lang/crates.io-index"
19585checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19586dependencies = [
19587 "bitflags 2.10.0",
19588 "hashbrown 0.15.5",
19589 "indexmap",
19590 "semver",
19591]
19592
19593[[package]]
19594name = "wasmprinter"
19595version = "0.229.0"
19596source = "registry+https://github.com/rust-lang/crates.io-index"
19597checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19598dependencies = [
19599 "anyhow",
19600 "termcolor",
19601 "wasmparser 0.229.0",
19602]
19603
19604[[package]]
19605name = "wasmtime"
19606version = "33.0.2"
19607source = "registry+https://github.com/rust-lang/crates.io-index"
19608checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19609dependencies = [
19610 "addr2line 0.24.2",
19611 "anyhow",
19612 "async-trait",
19613 "bitflags 2.10.0",
19614 "bumpalo",
19615 "cc",
19616 "cfg-if",
19617 "encoding_rs",
19618 "hashbrown 0.15.5",
19619 "indexmap",
19620 "libc",
19621 "log",
19622 "mach2 0.4.3",
19623 "memfd",
19624 "object 0.36.7",
19625 "once_cell",
19626 "postcard",
19627 "psm",
19628 "pulley-interpreter",
19629 "rayon",
19630 "rustix 1.1.2",
19631 "semver",
19632 "serde",
19633 "serde_derive",
19634 "smallvec",
19635 "sptr",
19636 "target-lexicon 0.13.3",
19637 "trait-variant",
19638 "wasmparser 0.229.0",
19639 "wasmtime-asm-macros",
19640 "wasmtime-component-macro",
19641 "wasmtime-component-util",
19642 "wasmtime-cranelift",
19643 "wasmtime-environ",
19644 "wasmtime-fiber",
19645 "wasmtime-jit-icache-coherence",
19646 "wasmtime-math",
19647 "wasmtime-slab",
19648 "wasmtime-versioned-export-macros",
19649 "wasmtime-winch",
19650 "windows-sys 0.59.0",
19651]
19652
19653[[package]]
19654name = "wasmtime-asm-macros"
19655version = "33.0.2"
19656source = "registry+https://github.com/rust-lang/crates.io-index"
19657checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19658dependencies = [
19659 "cfg-if",
19660]
19661
19662[[package]]
19663name = "wasmtime-c-api-impl"
19664version = "33.0.2"
19665source = "registry+https://github.com/rust-lang/crates.io-index"
19666checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19667dependencies = [
19668 "anyhow",
19669 "log",
19670 "tracing",
19671 "wasmtime",
19672 "wasmtime-c-api-macros",
19673]
19674
19675[[package]]
19676name = "wasmtime-c-api-macros"
19677version = "33.0.2"
19678source = "registry+https://github.com/rust-lang/crates.io-index"
19679checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19680dependencies = [
19681 "proc-macro2",
19682 "quote",
19683]
19684
19685[[package]]
19686name = "wasmtime-component-macro"
19687version = "33.0.2"
19688source = "registry+https://github.com/rust-lang/crates.io-index"
19689checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19690dependencies = [
19691 "anyhow",
19692 "proc-macro2",
19693 "quote",
19694 "syn 2.0.117",
19695 "wasmtime-component-util",
19696 "wasmtime-wit-bindgen",
19697 "wit-parser 0.229.0",
19698]
19699
19700[[package]]
19701name = "wasmtime-component-util"
19702version = "33.0.2"
19703source = "registry+https://github.com/rust-lang/crates.io-index"
19704checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19705
19706[[package]]
19707name = "wasmtime-cranelift"
19708version = "33.0.2"
19709source = "registry+https://github.com/rust-lang/crates.io-index"
19710checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19711dependencies = [
19712 "anyhow",
19713 "cfg-if",
19714 "cranelift-codegen",
19715 "cranelift-control",
19716 "cranelift-entity",
19717 "cranelift-frontend",
19718 "cranelift-native",
19719 "gimli 0.31.1",
19720 "itertools 0.14.0",
19721 "log",
19722 "object 0.36.7",
19723 "pulley-interpreter",
19724 "smallvec",
19725 "target-lexicon 0.13.3",
19726 "thiserror 2.0.17",
19727 "wasmparser 0.229.0",
19728 "wasmtime-environ",
19729 "wasmtime-versioned-export-macros",
19730]
19731
19732[[package]]
19733name = "wasmtime-environ"
19734version = "33.0.2"
19735source = "registry+https://github.com/rust-lang/crates.io-index"
19736checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19737dependencies = [
19738 "anyhow",
19739 "cpp_demangle",
19740 "cranelift-bitset",
19741 "cranelift-entity",
19742 "gimli 0.31.1",
19743 "indexmap",
19744 "log",
19745 "object 0.36.7",
19746 "postcard",
19747 "rustc-demangle",
19748 "semver",
19749 "serde",
19750 "serde_derive",
19751 "smallvec",
19752 "target-lexicon 0.13.3",
19753 "wasm-encoder 0.229.0",
19754 "wasmparser 0.229.0",
19755 "wasmprinter",
19756 "wasmtime-component-util",
19757]
19758
19759[[package]]
19760name = "wasmtime-fiber"
19761version = "33.0.2"
19762source = "registry+https://github.com/rust-lang/crates.io-index"
19763checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19764dependencies = [
19765 "anyhow",
19766 "cc",
19767 "cfg-if",
19768 "rustix 1.1.2",
19769 "wasmtime-asm-macros",
19770 "wasmtime-versioned-export-macros",
19771 "windows-sys 0.59.0",
19772]
19773
19774[[package]]
19775name = "wasmtime-jit-icache-coherence"
19776version = "33.0.2"
19777source = "registry+https://github.com/rust-lang/crates.io-index"
19778checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19779dependencies = [
19780 "anyhow",
19781 "cfg-if",
19782 "libc",
19783 "windows-sys 0.59.0",
19784]
19785
19786[[package]]
19787name = "wasmtime-math"
19788version = "33.0.2"
19789source = "registry+https://github.com/rust-lang/crates.io-index"
19790checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19791dependencies = [
19792 "libm",
19793]
19794
19795[[package]]
19796name = "wasmtime-slab"
19797version = "33.0.2"
19798source = "registry+https://github.com/rust-lang/crates.io-index"
19799checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19800
19801[[package]]
19802name = "wasmtime-versioned-export-macros"
19803version = "33.0.2"
19804source = "registry+https://github.com/rust-lang/crates.io-index"
19805checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19806dependencies = [
19807 "proc-macro2",
19808 "quote",
19809 "syn 2.0.117",
19810]
19811
19812[[package]]
19813name = "wasmtime-wasi"
19814version = "33.0.2"
19815source = "registry+https://github.com/rust-lang/crates.io-index"
19816checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19817dependencies = [
19818 "anyhow",
19819 "async-trait",
19820 "bitflags 2.10.0",
19821 "bytes 1.11.1",
19822 "cap-fs-ext",
19823 "cap-net-ext",
19824 "cap-rand",
19825 "cap-std",
19826 "cap-time-ext",
19827 "fs-set-times",
19828 "futures 0.3.31",
19829 "io-extras",
19830 "io-lifetimes",
19831 "rustix 1.1.2",
19832 "system-interface",
19833 "thiserror 2.0.17",
19834 "tokio",
19835 "tracing",
19836 "url",
19837 "wasmtime",
19838 "wasmtime-wasi-io",
19839 "wiggle",
19840 "windows-sys 0.59.0",
19841]
19842
19843[[package]]
19844name = "wasmtime-wasi-io"
19845version = "33.0.2"
19846source = "registry+https://github.com/rust-lang/crates.io-index"
19847checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19848dependencies = [
19849 "anyhow",
19850 "async-trait",
19851 "bytes 1.11.1",
19852 "futures 0.3.31",
19853 "wasmtime",
19854]
19855
19856[[package]]
19857name = "wasmtime-winch"
19858version = "33.0.2"
19859source = "registry+https://github.com/rust-lang/crates.io-index"
19860checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19861dependencies = [
19862 "anyhow",
19863 "cranelift-codegen",
19864 "gimli 0.31.1",
19865 "object 0.36.7",
19866 "target-lexicon 0.13.3",
19867 "wasmparser 0.229.0",
19868 "wasmtime-cranelift",
19869 "wasmtime-environ",
19870 "winch-codegen",
19871]
19872
19873[[package]]
19874name = "wasmtime-wit-bindgen"
19875version = "33.0.2"
19876source = "registry+https://github.com/rust-lang/crates.io-index"
19877checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19878dependencies = [
19879 "anyhow",
19880 "heck 0.5.0",
19881 "indexmap",
19882 "wit-parser 0.229.0",
19883]
19884
19885[[package]]
19886name = "wast"
19887version = "35.0.2"
19888source = "registry+https://github.com/rust-lang/crates.io-index"
19889checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19890dependencies = [
19891 "leb128",
19892]
19893
19894[[package]]
19895name = "watch"
19896version = "0.1.0"
19897dependencies = [
19898 "ctor",
19899 "futures 0.3.31",
19900 "gpui",
19901 "parking_lot",
19902 "zlog",
19903]
19904
19905[[package]]
19906name = "wax"
19907version = "0.7.0"
19908source = "registry+https://github.com/rust-lang/crates.io-index"
19909checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19910dependencies = [
19911 "const_format",
19912 "itertools 0.14.0",
19913 "nom 7.1.3",
19914 "pori",
19915 "regex",
19916 "thiserror 2.0.17",
19917 "walkdir",
19918]
19919
19920[[package]]
19921name = "wayland-backend"
19922version = "0.3.11"
19923source = "registry+https://github.com/rust-lang/crates.io-index"
19924checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19925dependencies = [
19926 "cc",
19927 "downcast-rs",
19928 "rustix 1.1.2",
19929 "scoped-tls",
19930 "smallvec",
19931 "wayland-sys",
19932]
19933
19934[[package]]
19935name = "wayland-client"
19936version = "0.31.11"
19937source = "registry+https://github.com/rust-lang/crates.io-index"
19938checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19939dependencies = [
19940 "bitflags 2.10.0",
19941 "rustix 1.1.2",
19942 "wayland-backend",
19943 "wayland-scanner",
19944]
19945
19946[[package]]
19947name = "wayland-cursor"
19948version = "0.31.11"
19949source = "registry+https://github.com/rust-lang/crates.io-index"
19950checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19951dependencies = [
19952 "rustix 1.1.2",
19953 "wayland-client",
19954 "xcursor",
19955]
19956
19957[[package]]
19958name = "wayland-protocols"
19959version = "0.32.9"
19960source = "registry+https://github.com/rust-lang/crates.io-index"
19961checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19962dependencies = [
19963 "bitflags 2.10.0",
19964 "wayland-backend",
19965 "wayland-client",
19966 "wayland-scanner",
19967]
19968
19969[[package]]
19970name = "wayland-protocols-plasma"
19971version = "0.3.9"
19972source = "registry+https://github.com/rust-lang/crates.io-index"
19973checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19974dependencies = [
19975 "bitflags 2.10.0",
19976 "wayland-backend",
19977 "wayland-client",
19978 "wayland-protocols",
19979 "wayland-scanner",
19980]
19981
19982[[package]]
19983name = "wayland-protocols-wlr"
19984version = "0.3.9"
19985source = "registry+https://github.com/rust-lang/crates.io-index"
19986checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19987dependencies = [
19988 "bitflags 2.10.0",
19989 "wayland-backend",
19990 "wayland-client",
19991 "wayland-protocols",
19992 "wayland-scanner",
19993]
19994
19995[[package]]
19996name = "wayland-scanner"
19997version = "0.31.7"
19998source = "registry+https://github.com/rust-lang/crates.io-index"
19999checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20000dependencies = [
20001 "proc-macro2",
20002 "quick-xml 0.37.5",
20003 "quote",
20004]
20005
20006[[package]]
20007name = "wayland-sys"
20008version = "0.31.7"
20009source = "registry+https://github.com/rust-lang/crates.io-index"
20010checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20011dependencies = [
20012 "dlib",
20013 "log",
20014 "once_cell",
20015 "pkg-config",
20016]
20017
20018[[package]]
20019name = "web-sys"
20020version = "0.3.90"
20021source = "registry+https://github.com/rust-lang/crates.io-index"
20022checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20023dependencies = [
20024 "js-sys",
20025 "wasm-bindgen",
20026]
20027
20028[[package]]
20029name = "web-time"
20030version = "1.1.0"
20031source = "registry+https://github.com/rust-lang/crates.io-index"
20032checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20033dependencies = [
20034 "js-sys",
20035 "wasm-bindgen",
20036]
20037
20038[[package]]
20039name = "web_atoms"
20040version = "0.1.3"
20041source = "registry+https://github.com/rust-lang/crates.io-index"
20042checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20043dependencies = [
20044 "phf 0.11.3",
20045 "phf_codegen",
20046 "string_cache",
20047 "string_cache_codegen",
20048]
20049
20050[[package]]
20051name = "web_search"
20052version = "0.1.0"
20053dependencies = [
20054 "anyhow",
20055 "cloud_llm_client",
20056 "collections",
20057 "gpui",
20058 "serde",
20059]
20060
20061[[package]]
20062name = "web_search_providers"
20063version = "0.1.0"
20064dependencies = [
20065 "anyhow",
20066 "client",
20067 "cloud_api_types",
20068 "cloud_llm_client",
20069 "futures 0.3.31",
20070 "gpui",
20071 "http_client",
20072 "language_model",
20073 "serde",
20074 "serde_json",
20075 "web_search",
20076]
20077
20078[[package]]
20079name = "webpki-root-certs"
20080version = "0.26.8"
20081source = "registry+https://github.com/rust-lang/crates.io-index"
20082checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20083dependencies = [
20084 "rustls-pki-types",
20085]
20086
20087[[package]]
20088name = "webpki-roots"
20089version = "0.26.8"
20090source = "registry+https://github.com/rust-lang/crates.io-index"
20091checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20092dependencies = [
20093 "rustls-pki-types",
20094]
20095
20096[[package]]
20097name = "webrtc-sys"
20098version = "0.3.23"
20099source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20100dependencies = [
20101 "cc",
20102 "cxx",
20103 "cxx-build",
20104 "glob",
20105 "log",
20106 "pkg-config",
20107 "webrtc-sys-build",
20108]
20109
20110[[package]]
20111name = "webrtc-sys-build"
20112version = "0.3.13"
20113source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20114dependencies = [
20115 "anyhow",
20116 "fs2",
20117 "regex",
20118 "reqwest 0.12.24",
20119 "scratch",
20120 "semver",
20121 "zip 0.6.6",
20122]
20123
20124[[package]]
20125name = "weezl"
20126version = "0.1.10"
20127source = "registry+https://github.com/rust-lang/crates.io-index"
20128checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20129
20130[[package]]
20131name = "wgpu"
20132version = "29.0.0"
20133source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20134dependencies = [
20135 "arrayvec",
20136 "bitflags 2.10.0",
20137 "bytemuck",
20138 "cfg-if",
20139 "cfg_aliases 0.2.1",
20140 "document-features",
20141 "hashbrown 0.16.1",
20142 "js-sys",
20143 "log",
20144 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20145 "parking_lot",
20146 "portable-atomic",
20147 "profiling",
20148 "raw-window-handle",
20149 "smallvec",
20150 "static_assertions",
20151 "wasm-bindgen",
20152 "wasm-bindgen-futures",
20153 "web-sys",
20154 "wgpu-core",
20155 "wgpu-hal",
20156 "wgpu-types",
20157]
20158
20159[[package]]
20160name = "wgpu-core"
20161version = "29.0.0"
20162source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20163dependencies = [
20164 "arrayvec",
20165 "bit-set 0.9.1",
20166 "bit-vec 0.9.1",
20167 "bitflags 2.10.0",
20168 "bytemuck",
20169 "cfg_aliases 0.2.1",
20170 "document-features",
20171 "hashbrown 0.16.1",
20172 "indexmap",
20173 "log",
20174 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20175 "once_cell",
20176 "parking_lot",
20177 "portable-atomic",
20178 "profiling",
20179 "raw-window-handle",
20180 "rustc-hash 1.1.0",
20181 "smallvec",
20182 "thiserror 2.0.17",
20183 "wgpu-core-deps-apple",
20184 "wgpu-core-deps-emscripten",
20185 "wgpu-core-deps-windows-linux-android",
20186 "wgpu-hal",
20187 "wgpu-naga-bridge",
20188 "wgpu-types",
20189]
20190
20191[[package]]
20192name = "wgpu-core-deps-apple"
20193version = "29.0.0"
20194source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20195dependencies = [
20196 "wgpu-hal",
20197]
20198
20199[[package]]
20200name = "wgpu-core-deps-emscripten"
20201version = "29.0.0"
20202source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20203dependencies = [
20204 "wgpu-hal",
20205]
20206
20207[[package]]
20208name = "wgpu-core-deps-windows-linux-android"
20209version = "29.0.0"
20210source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20211dependencies = [
20212 "wgpu-hal",
20213]
20214
20215[[package]]
20216name = "wgpu-hal"
20217version = "29.0.0"
20218source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20219dependencies = [
20220 "android_system_properties",
20221 "arrayvec",
20222 "ash",
20223 "bit-set 0.9.1",
20224 "bitflags 2.10.0",
20225 "block2",
20226 "bytemuck",
20227 "cfg-if",
20228 "cfg_aliases 0.2.1",
20229 "glow",
20230 "glutin_wgl_sys",
20231 "gpu-allocator",
20232 "gpu-descriptor",
20233 "hashbrown 0.16.1",
20234 "js-sys",
20235 "khronos-egl",
20236 "libc",
20237 "libloading",
20238 "log",
20239 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20240 "ndk-sys",
20241 "objc2",
20242 "objc2-core-foundation",
20243 "objc2-foundation",
20244 "objc2-metal",
20245 "objc2-quartz-core",
20246 "once_cell",
20247 "ordered-float 4.6.0",
20248 "parking_lot",
20249 "portable-atomic",
20250 "portable-atomic-util",
20251 "profiling",
20252 "range-alloc",
20253 "raw-window-handle",
20254 "raw-window-metal",
20255 "renderdoc-sys",
20256 "smallvec",
20257 "thiserror 2.0.17",
20258 "wasm-bindgen",
20259 "wayland-sys",
20260 "web-sys",
20261 "wgpu-naga-bridge",
20262 "wgpu-types",
20263 "windows 0.62.2",
20264 "windows-core 0.62.2",
20265]
20266
20267[[package]]
20268name = "wgpu-naga-bridge"
20269version = "29.0.0"
20270source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20271dependencies = [
20272 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20273 "wgpu-types",
20274]
20275
20276[[package]]
20277name = "wgpu-types"
20278version = "29.0.0"
20279source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20280dependencies = [
20281 "bitflags 2.10.0",
20282 "bytemuck",
20283 "js-sys",
20284 "log",
20285 "raw-window-handle",
20286 "web-sys",
20287]
20288
20289[[package]]
20290name = "which"
20291version = "4.4.2"
20292source = "registry+https://github.com/rust-lang/crates.io-index"
20293checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20294dependencies = [
20295 "either",
20296 "home",
20297 "once_cell",
20298 "rustix 0.38.44",
20299]
20300
20301[[package]]
20302name = "which"
20303version = "6.0.3"
20304source = "registry+https://github.com/rust-lang/crates.io-index"
20305checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20306dependencies = [
20307 "either",
20308 "home",
20309 "rustix 0.38.44",
20310 "winsafe",
20311]
20312
20313[[package]]
20314name = "which_key"
20315version = "0.1.0"
20316dependencies = [
20317 "command_palette",
20318 "gpui",
20319 "serde",
20320 "settings",
20321 "theme",
20322 "ui",
20323 "util",
20324 "workspace",
20325]
20326
20327[[package]]
20328name = "whoami"
20329version = "1.6.1"
20330source = "registry+https://github.com/rust-lang/crates.io-index"
20331checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20332dependencies = [
20333 "libredox",
20334 "wasite",
20335]
20336
20337[[package]]
20338name = "wiggle"
20339version = "33.0.2"
20340source = "registry+https://github.com/rust-lang/crates.io-index"
20341checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20342dependencies = [
20343 "anyhow",
20344 "async-trait",
20345 "bitflags 2.10.0",
20346 "thiserror 2.0.17",
20347 "tracing",
20348 "wasmtime",
20349 "wiggle-macro",
20350]
20351
20352[[package]]
20353name = "wiggle-generate"
20354version = "33.0.2"
20355source = "registry+https://github.com/rust-lang/crates.io-index"
20356checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20357dependencies = [
20358 "anyhow",
20359 "heck 0.5.0",
20360 "proc-macro2",
20361 "quote",
20362 "syn 2.0.117",
20363 "witx",
20364]
20365
20366[[package]]
20367name = "wiggle-macro"
20368version = "33.0.2"
20369source = "registry+https://github.com/rust-lang/crates.io-index"
20370checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20371dependencies = [
20372 "proc-macro2",
20373 "quote",
20374 "syn 2.0.117",
20375 "wiggle-generate",
20376]
20377
20378[[package]]
20379name = "winapi"
20380version = "0.3.9"
20381source = "registry+https://github.com/rust-lang/crates.io-index"
20382checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20383dependencies = [
20384 "winapi-i686-pc-windows-gnu",
20385 "winapi-x86_64-pc-windows-gnu",
20386]
20387
20388[[package]]
20389name = "winapi-i686-pc-windows-gnu"
20390version = "0.4.0"
20391source = "registry+https://github.com/rust-lang/crates.io-index"
20392checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20393
20394[[package]]
20395name = "winapi-util"
20396version = "0.1.11"
20397source = "registry+https://github.com/rust-lang/crates.io-index"
20398checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20399dependencies = [
20400 "windows-sys 0.61.2",
20401]
20402
20403[[package]]
20404name = "winapi-x86_64-pc-windows-gnu"
20405version = "0.4.0"
20406source = "registry+https://github.com/rust-lang/crates.io-index"
20407checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20408
20409[[package]]
20410name = "winch-codegen"
20411version = "33.0.2"
20412source = "registry+https://github.com/rust-lang/crates.io-index"
20413checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20414dependencies = [
20415 "anyhow",
20416 "cranelift-assembler-x64",
20417 "cranelift-codegen",
20418 "gimli 0.31.1",
20419 "regalloc2",
20420 "smallvec",
20421 "target-lexicon 0.13.3",
20422 "thiserror 2.0.17",
20423 "wasmparser 0.229.0",
20424 "wasmtime-cranelift",
20425 "wasmtime-environ",
20426]
20427
20428[[package]]
20429name = "windows"
20430version = "0.57.0"
20431source = "registry+https://github.com/rust-lang/crates.io-index"
20432checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20433dependencies = [
20434 "windows-core 0.57.0",
20435 "windows-targets 0.52.6",
20436]
20437
20438[[package]]
20439name = "windows"
20440version = "0.58.0"
20441source = "registry+https://github.com/rust-lang/crates.io-index"
20442checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20443dependencies = [
20444 "windows-core 0.58.0",
20445 "windows-targets 0.52.6",
20446]
20447
20448[[package]]
20449name = "windows"
20450version = "0.61.3"
20451source = "registry+https://github.com/rust-lang/crates.io-index"
20452checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20453dependencies = [
20454 "windows-collections 0.2.0",
20455 "windows-core 0.61.2",
20456 "windows-future 0.2.1",
20457 "windows-link 0.1.3",
20458 "windows-numerics 0.2.0",
20459]
20460
20461[[package]]
20462name = "windows"
20463version = "0.62.2"
20464source = "registry+https://github.com/rust-lang/crates.io-index"
20465checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20466dependencies = [
20467 "windows-collections 0.3.2",
20468 "windows-core 0.62.2",
20469 "windows-future 0.3.2",
20470 "windows-numerics 0.3.1",
20471]
20472
20473[[package]]
20474name = "windows-bindgen"
20475version = "0.61.1"
20476source = "registry+https://github.com/rust-lang/crates.io-index"
20477checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20478dependencies = [
20479 "serde",
20480 "serde_json",
20481 "windows-threading 0.1.0",
20482]
20483
20484[[package]]
20485name = "windows-capture"
20486version = "1.4.3"
20487source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20488dependencies = [
20489 "clap",
20490 "ctrlc",
20491 "parking_lot",
20492 "rayon",
20493 "thiserror 2.0.17",
20494 "windows 0.61.3",
20495 "windows-future 0.2.1",
20496]
20497
20498[[package]]
20499name = "windows-collections"
20500version = "0.2.0"
20501source = "registry+https://github.com/rust-lang/crates.io-index"
20502checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20503dependencies = [
20504 "windows-core 0.61.2",
20505]
20506
20507[[package]]
20508name = "windows-collections"
20509version = "0.3.2"
20510source = "registry+https://github.com/rust-lang/crates.io-index"
20511checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20512dependencies = [
20513 "windows-core 0.62.2",
20514]
20515
20516[[package]]
20517name = "windows-core"
20518version = "0.57.0"
20519source = "registry+https://github.com/rust-lang/crates.io-index"
20520checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20521dependencies = [
20522 "windows-implement 0.57.0",
20523 "windows-interface 0.57.0",
20524 "windows-result 0.1.2",
20525 "windows-targets 0.52.6",
20526]
20527
20528[[package]]
20529name = "windows-core"
20530version = "0.58.0"
20531source = "registry+https://github.com/rust-lang/crates.io-index"
20532checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20533dependencies = [
20534 "windows-implement 0.58.0",
20535 "windows-interface 0.58.0",
20536 "windows-result 0.2.0",
20537 "windows-strings 0.1.0",
20538 "windows-targets 0.52.6",
20539]
20540
20541[[package]]
20542name = "windows-core"
20543version = "0.61.2"
20544source = "registry+https://github.com/rust-lang/crates.io-index"
20545checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20546dependencies = [
20547 "windows-implement 0.60.2",
20548 "windows-interface 0.59.3",
20549 "windows-link 0.1.3",
20550 "windows-result 0.3.4",
20551 "windows-strings 0.4.2",
20552]
20553
20554[[package]]
20555name = "windows-core"
20556version = "0.62.2"
20557source = "registry+https://github.com/rust-lang/crates.io-index"
20558checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20559dependencies = [
20560 "windows-implement 0.60.2",
20561 "windows-interface 0.59.3",
20562 "windows-link 0.2.1",
20563 "windows-result 0.4.1",
20564 "windows-strings 0.5.1",
20565]
20566
20567[[package]]
20568name = "windows-future"
20569version = "0.2.1"
20570source = "registry+https://github.com/rust-lang/crates.io-index"
20571checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20572dependencies = [
20573 "windows-core 0.61.2",
20574 "windows-link 0.1.3",
20575 "windows-threading 0.1.0",
20576]
20577
20578[[package]]
20579name = "windows-future"
20580version = "0.3.2"
20581source = "registry+https://github.com/rust-lang/crates.io-index"
20582checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20583dependencies = [
20584 "windows-core 0.62.2",
20585 "windows-link 0.2.1",
20586 "windows-threading 0.2.1",
20587]
20588
20589[[package]]
20590name = "windows-implement"
20591version = "0.57.0"
20592source = "registry+https://github.com/rust-lang/crates.io-index"
20593checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20594dependencies = [
20595 "proc-macro2",
20596 "quote",
20597 "syn 2.0.117",
20598]
20599
20600[[package]]
20601name = "windows-implement"
20602version = "0.58.0"
20603source = "registry+https://github.com/rust-lang/crates.io-index"
20604checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20605dependencies = [
20606 "proc-macro2",
20607 "quote",
20608 "syn 2.0.117",
20609]
20610
20611[[package]]
20612name = "windows-implement"
20613version = "0.60.2"
20614source = "registry+https://github.com/rust-lang/crates.io-index"
20615checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20616dependencies = [
20617 "proc-macro2",
20618 "quote",
20619 "syn 2.0.117",
20620]
20621
20622[[package]]
20623name = "windows-interface"
20624version = "0.57.0"
20625source = "registry+https://github.com/rust-lang/crates.io-index"
20626checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20627dependencies = [
20628 "proc-macro2",
20629 "quote",
20630 "syn 2.0.117",
20631]
20632
20633[[package]]
20634name = "windows-interface"
20635version = "0.58.0"
20636source = "registry+https://github.com/rust-lang/crates.io-index"
20637checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20638dependencies = [
20639 "proc-macro2",
20640 "quote",
20641 "syn 2.0.117",
20642]
20643
20644[[package]]
20645name = "windows-interface"
20646version = "0.59.3"
20647source = "registry+https://github.com/rust-lang/crates.io-index"
20648checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20649dependencies = [
20650 "proc-macro2",
20651 "quote",
20652 "syn 2.0.117",
20653]
20654
20655[[package]]
20656name = "windows-link"
20657version = "0.1.3"
20658source = "registry+https://github.com/rust-lang/crates.io-index"
20659checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20660
20661[[package]]
20662name = "windows-link"
20663version = "0.2.1"
20664source = "registry+https://github.com/rust-lang/crates.io-index"
20665checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20666
20667[[package]]
20668name = "windows-numerics"
20669version = "0.2.0"
20670source = "registry+https://github.com/rust-lang/crates.io-index"
20671checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20672dependencies = [
20673 "windows-core 0.61.2",
20674 "windows-link 0.1.3",
20675]
20676
20677[[package]]
20678name = "windows-numerics"
20679version = "0.3.1"
20680source = "registry+https://github.com/rust-lang/crates.io-index"
20681checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20682dependencies = [
20683 "windows-core 0.62.2",
20684 "windows-link 0.2.1",
20685]
20686
20687[[package]]
20688name = "windows-registry"
20689version = "0.4.0"
20690source = "registry+https://github.com/rust-lang/crates.io-index"
20691checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20692dependencies = [
20693 "windows-result 0.3.4",
20694 "windows-strings 0.3.1",
20695 "windows-targets 0.53.5",
20696]
20697
20698[[package]]
20699name = "windows-registry"
20700version = "0.5.3"
20701source = "registry+https://github.com/rust-lang/crates.io-index"
20702checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20703dependencies = [
20704 "windows-link 0.1.3",
20705 "windows-result 0.3.4",
20706 "windows-strings 0.4.2",
20707]
20708
20709[[package]]
20710name = "windows-registry"
20711version = "0.6.1"
20712source = "registry+https://github.com/rust-lang/crates.io-index"
20713checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20714dependencies = [
20715 "windows-link 0.2.1",
20716 "windows-result 0.4.1",
20717 "windows-strings 0.5.1",
20718]
20719
20720[[package]]
20721name = "windows-result"
20722version = "0.1.2"
20723source = "registry+https://github.com/rust-lang/crates.io-index"
20724checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20725dependencies = [
20726 "windows-targets 0.52.6",
20727]
20728
20729[[package]]
20730name = "windows-result"
20731version = "0.2.0"
20732source = "registry+https://github.com/rust-lang/crates.io-index"
20733checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20734dependencies = [
20735 "windows-targets 0.52.6",
20736]
20737
20738[[package]]
20739name = "windows-result"
20740version = "0.3.4"
20741source = "registry+https://github.com/rust-lang/crates.io-index"
20742checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20743dependencies = [
20744 "windows-link 0.1.3",
20745]
20746
20747[[package]]
20748name = "windows-result"
20749version = "0.4.1"
20750source = "registry+https://github.com/rust-lang/crates.io-index"
20751checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20752dependencies = [
20753 "windows-link 0.2.1",
20754]
20755
20756[[package]]
20757name = "windows-strings"
20758version = "0.1.0"
20759source = "registry+https://github.com/rust-lang/crates.io-index"
20760checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20761dependencies = [
20762 "windows-result 0.2.0",
20763 "windows-targets 0.52.6",
20764]
20765
20766[[package]]
20767name = "windows-strings"
20768version = "0.3.1"
20769source = "registry+https://github.com/rust-lang/crates.io-index"
20770checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20771dependencies = [
20772 "windows-link 0.1.3",
20773]
20774
20775[[package]]
20776name = "windows-strings"
20777version = "0.4.2"
20778source = "registry+https://github.com/rust-lang/crates.io-index"
20779checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20780dependencies = [
20781 "windows-link 0.1.3",
20782]
20783
20784[[package]]
20785name = "windows-strings"
20786version = "0.5.1"
20787source = "registry+https://github.com/rust-lang/crates.io-index"
20788checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20789dependencies = [
20790 "windows-link 0.2.1",
20791]
20792
20793[[package]]
20794name = "windows-sys"
20795version = "0.45.0"
20796source = "registry+https://github.com/rust-lang/crates.io-index"
20797checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20798dependencies = [
20799 "windows-targets 0.42.2",
20800]
20801
20802[[package]]
20803name = "windows-sys"
20804version = "0.48.0"
20805source = "registry+https://github.com/rust-lang/crates.io-index"
20806checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20807dependencies = [
20808 "windows-targets 0.48.5",
20809]
20810
20811[[package]]
20812name = "windows-sys"
20813version = "0.52.0"
20814source = "registry+https://github.com/rust-lang/crates.io-index"
20815checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20816dependencies = [
20817 "windows-targets 0.52.6",
20818]
20819
20820[[package]]
20821name = "windows-sys"
20822version = "0.59.0"
20823source = "registry+https://github.com/rust-lang/crates.io-index"
20824checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20825dependencies = [
20826 "windows-targets 0.52.6",
20827]
20828
20829[[package]]
20830name = "windows-sys"
20831version = "0.60.2"
20832source = "registry+https://github.com/rust-lang/crates.io-index"
20833checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20834dependencies = [
20835 "windows-targets 0.53.5",
20836]
20837
20838[[package]]
20839name = "windows-sys"
20840version = "0.61.2"
20841source = "registry+https://github.com/rust-lang/crates.io-index"
20842checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20843dependencies = [
20844 "windows-link 0.2.1",
20845]
20846
20847[[package]]
20848name = "windows-targets"
20849version = "0.42.2"
20850source = "registry+https://github.com/rust-lang/crates.io-index"
20851checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20852dependencies = [
20853 "windows_aarch64_gnullvm 0.42.2",
20854 "windows_aarch64_msvc 0.42.2",
20855 "windows_i686_gnu 0.42.2",
20856 "windows_i686_msvc 0.42.2",
20857 "windows_x86_64_gnu 0.42.2",
20858 "windows_x86_64_gnullvm 0.42.2",
20859 "windows_x86_64_msvc 0.42.2",
20860]
20861
20862[[package]]
20863name = "windows-targets"
20864version = "0.48.5"
20865source = "registry+https://github.com/rust-lang/crates.io-index"
20866checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20867dependencies = [
20868 "windows_aarch64_gnullvm 0.48.5",
20869 "windows_aarch64_msvc 0.48.5",
20870 "windows_i686_gnu 0.48.5",
20871 "windows_i686_msvc 0.48.5",
20872 "windows_x86_64_gnu 0.48.5",
20873 "windows_x86_64_gnullvm 0.48.5",
20874 "windows_x86_64_msvc 0.48.5",
20875]
20876
20877[[package]]
20878name = "windows-targets"
20879version = "0.52.6"
20880source = "registry+https://github.com/rust-lang/crates.io-index"
20881checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20882dependencies = [
20883 "windows_aarch64_gnullvm 0.52.6",
20884 "windows_aarch64_msvc 0.52.6",
20885 "windows_i686_gnu 0.52.6",
20886 "windows_i686_gnullvm 0.52.6",
20887 "windows_i686_msvc 0.52.6",
20888 "windows_x86_64_gnu 0.52.6",
20889 "windows_x86_64_gnullvm 0.52.6",
20890 "windows_x86_64_msvc 0.52.6",
20891]
20892
20893[[package]]
20894name = "windows-targets"
20895version = "0.53.5"
20896source = "registry+https://github.com/rust-lang/crates.io-index"
20897checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20898dependencies = [
20899 "windows-link 0.2.1",
20900 "windows_aarch64_gnullvm 0.53.1",
20901 "windows_aarch64_msvc 0.53.1",
20902 "windows_i686_gnu 0.53.1",
20903 "windows_i686_gnullvm 0.53.1",
20904 "windows_i686_msvc 0.53.1",
20905 "windows_x86_64_gnu 0.53.1",
20906 "windows_x86_64_gnullvm 0.53.1",
20907 "windows_x86_64_msvc 0.53.1",
20908]
20909
20910[[package]]
20911name = "windows-threading"
20912version = "0.1.0"
20913source = "registry+https://github.com/rust-lang/crates.io-index"
20914checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20915dependencies = [
20916 "windows-link 0.1.3",
20917]
20918
20919[[package]]
20920name = "windows-threading"
20921version = "0.2.1"
20922source = "registry+https://github.com/rust-lang/crates.io-index"
20923checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20924dependencies = [
20925 "windows-link 0.2.1",
20926]
20927
20928[[package]]
20929name = "windows_aarch64_gnullvm"
20930version = "0.42.2"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20933
20934[[package]]
20935name = "windows_aarch64_gnullvm"
20936version = "0.48.5"
20937source = "registry+https://github.com/rust-lang/crates.io-index"
20938checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20939
20940[[package]]
20941name = "windows_aarch64_gnullvm"
20942version = "0.52.6"
20943source = "registry+https://github.com/rust-lang/crates.io-index"
20944checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20945
20946[[package]]
20947name = "windows_aarch64_gnullvm"
20948version = "0.53.1"
20949source = "registry+https://github.com/rust-lang/crates.io-index"
20950checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20951
20952[[package]]
20953name = "windows_aarch64_msvc"
20954version = "0.42.2"
20955source = "registry+https://github.com/rust-lang/crates.io-index"
20956checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20957
20958[[package]]
20959name = "windows_aarch64_msvc"
20960version = "0.48.5"
20961source = "registry+https://github.com/rust-lang/crates.io-index"
20962checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20963
20964[[package]]
20965name = "windows_aarch64_msvc"
20966version = "0.52.6"
20967source = "registry+https://github.com/rust-lang/crates.io-index"
20968checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20969
20970[[package]]
20971name = "windows_aarch64_msvc"
20972version = "0.53.1"
20973source = "registry+https://github.com/rust-lang/crates.io-index"
20974checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20975
20976[[package]]
20977name = "windows_i686_gnu"
20978version = "0.42.2"
20979source = "registry+https://github.com/rust-lang/crates.io-index"
20980checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20981
20982[[package]]
20983name = "windows_i686_gnu"
20984version = "0.48.5"
20985source = "registry+https://github.com/rust-lang/crates.io-index"
20986checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20987
20988[[package]]
20989name = "windows_i686_gnu"
20990version = "0.52.6"
20991source = "registry+https://github.com/rust-lang/crates.io-index"
20992checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20993
20994[[package]]
20995name = "windows_i686_gnu"
20996version = "0.53.1"
20997source = "registry+https://github.com/rust-lang/crates.io-index"
20998checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20999
21000[[package]]
21001name = "windows_i686_gnullvm"
21002version = "0.52.6"
21003source = "registry+https://github.com/rust-lang/crates.io-index"
21004checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21005
21006[[package]]
21007name = "windows_i686_gnullvm"
21008version = "0.53.1"
21009source = "registry+https://github.com/rust-lang/crates.io-index"
21010checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21011
21012[[package]]
21013name = "windows_i686_msvc"
21014version = "0.42.2"
21015source = "registry+https://github.com/rust-lang/crates.io-index"
21016checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21017
21018[[package]]
21019name = "windows_i686_msvc"
21020version = "0.48.5"
21021source = "registry+https://github.com/rust-lang/crates.io-index"
21022checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21023
21024[[package]]
21025name = "windows_i686_msvc"
21026version = "0.52.6"
21027source = "registry+https://github.com/rust-lang/crates.io-index"
21028checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21029
21030[[package]]
21031name = "windows_i686_msvc"
21032version = "0.53.1"
21033source = "registry+https://github.com/rust-lang/crates.io-index"
21034checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21035
21036[[package]]
21037name = "windows_x86_64_gnu"
21038version = "0.42.2"
21039source = "registry+https://github.com/rust-lang/crates.io-index"
21040checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21041
21042[[package]]
21043name = "windows_x86_64_gnu"
21044version = "0.48.5"
21045source = "registry+https://github.com/rust-lang/crates.io-index"
21046checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21047
21048[[package]]
21049name = "windows_x86_64_gnu"
21050version = "0.52.6"
21051source = "registry+https://github.com/rust-lang/crates.io-index"
21052checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21053
21054[[package]]
21055name = "windows_x86_64_gnu"
21056version = "0.53.1"
21057source = "registry+https://github.com/rust-lang/crates.io-index"
21058checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21059
21060[[package]]
21061name = "windows_x86_64_gnullvm"
21062version = "0.42.2"
21063source = "registry+https://github.com/rust-lang/crates.io-index"
21064checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21065
21066[[package]]
21067name = "windows_x86_64_gnullvm"
21068version = "0.48.5"
21069source = "registry+https://github.com/rust-lang/crates.io-index"
21070checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21071
21072[[package]]
21073name = "windows_x86_64_gnullvm"
21074version = "0.52.6"
21075source = "registry+https://github.com/rust-lang/crates.io-index"
21076checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21077
21078[[package]]
21079name = "windows_x86_64_gnullvm"
21080version = "0.53.1"
21081source = "registry+https://github.com/rust-lang/crates.io-index"
21082checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21083
21084[[package]]
21085name = "windows_x86_64_msvc"
21086version = "0.42.2"
21087source = "registry+https://github.com/rust-lang/crates.io-index"
21088checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21089
21090[[package]]
21091name = "windows_x86_64_msvc"
21092version = "0.48.5"
21093source = "registry+https://github.com/rust-lang/crates.io-index"
21094checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21095
21096[[package]]
21097name = "windows_x86_64_msvc"
21098version = "0.52.6"
21099source = "registry+https://github.com/rust-lang/crates.io-index"
21100checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21101
21102[[package]]
21103name = "windows_x86_64_msvc"
21104version = "0.53.1"
21105source = "registry+https://github.com/rust-lang/crates.io-index"
21106checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21107
21108[[package]]
21109name = "winnow"
21110version = "0.7.13"
21111source = "registry+https://github.com/rust-lang/crates.io-index"
21112checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21113dependencies = [
21114 "memchr",
21115]
21116
21117[[package]]
21118name = "winreg"
21119version = "0.10.1"
21120source = "registry+https://github.com/rust-lang/crates.io-index"
21121checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21122dependencies = [
21123 "winapi",
21124]
21125
21126[[package]]
21127name = "winreg"
21128version = "0.50.0"
21129source = "registry+https://github.com/rust-lang/crates.io-index"
21130checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21131dependencies = [
21132 "cfg-if",
21133 "windows-sys 0.48.0",
21134]
21135
21136[[package]]
21137name = "winreg"
21138version = "0.55.0"
21139source = "registry+https://github.com/rust-lang/crates.io-index"
21140checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21141dependencies = [
21142 "cfg-if",
21143 "windows-sys 0.59.0",
21144]
21145
21146[[package]]
21147name = "winresource"
21148version = "0.1.23"
21149source = "registry+https://github.com/rust-lang/crates.io-index"
21150checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21151dependencies = [
21152 "toml 0.8.23",
21153 "version_check",
21154]
21155
21156[[package]]
21157name = "winsafe"
21158version = "0.0.19"
21159source = "registry+https://github.com/rust-lang/crates.io-index"
21160checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21161
21162[[package]]
21163name = "winx"
21164version = "0.36.4"
21165source = "registry+https://github.com/rust-lang/crates.io-index"
21166checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21167dependencies = [
21168 "bitflags 2.10.0",
21169 "windows-sys 0.59.0",
21170]
21171
21172[[package]]
21173name = "wio"
21174version = "0.2.2"
21175source = "registry+https://github.com/rust-lang/crates.io-index"
21176checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21177dependencies = [
21178 "winapi",
21179]
21180
21181[[package]]
21182name = "wit-bindgen"
21183version = "0.22.0"
21184source = "registry+https://github.com/rust-lang/crates.io-index"
21185checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21186dependencies = [
21187 "bitflags 2.10.0",
21188 "wit-bindgen-rt 0.22.0",
21189 "wit-bindgen-rust-macro 0.22.0",
21190]
21191
21192[[package]]
21193name = "wit-bindgen"
21194version = "0.41.0"
21195source = "registry+https://github.com/rust-lang/crates.io-index"
21196checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21197dependencies = [
21198 "wit-bindgen-rt 0.41.0",
21199 "wit-bindgen-rust-macro 0.41.0",
21200]
21201
21202[[package]]
21203name = "wit-bindgen"
21204version = "0.46.0"
21205source = "registry+https://github.com/rust-lang/crates.io-index"
21206checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21207
21208[[package]]
21209name = "wit-bindgen"
21210version = "0.51.0"
21211source = "registry+https://github.com/rust-lang/crates.io-index"
21212checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21213dependencies = [
21214 "wit-bindgen-rust-macro 0.51.0",
21215]
21216
21217[[package]]
21218name = "wit-bindgen-core"
21219version = "0.22.0"
21220source = "registry+https://github.com/rust-lang/crates.io-index"
21221checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21222dependencies = [
21223 "anyhow",
21224 "wit-parser 0.201.0",
21225]
21226
21227[[package]]
21228name = "wit-bindgen-core"
21229version = "0.41.0"
21230source = "registry+https://github.com/rust-lang/crates.io-index"
21231checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21232dependencies = [
21233 "anyhow",
21234 "heck 0.5.0",
21235 "wit-parser 0.227.1",
21236]
21237
21238[[package]]
21239name = "wit-bindgen-core"
21240version = "0.51.0"
21241source = "registry+https://github.com/rust-lang/crates.io-index"
21242checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21243dependencies = [
21244 "anyhow",
21245 "heck 0.5.0",
21246 "wit-parser 0.244.0",
21247]
21248
21249[[package]]
21250name = "wit-bindgen-rt"
21251version = "0.22.0"
21252source = "registry+https://github.com/rust-lang/crates.io-index"
21253checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21254
21255[[package]]
21256name = "wit-bindgen-rt"
21257version = "0.41.0"
21258source = "registry+https://github.com/rust-lang/crates.io-index"
21259checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21260dependencies = [
21261 "bitflags 2.10.0",
21262 "futures 0.3.31",
21263 "once_cell",
21264]
21265
21266[[package]]
21267name = "wit-bindgen-rust"
21268version = "0.22.0"
21269source = "registry+https://github.com/rust-lang/crates.io-index"
21270checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21271dependencies = [
21272 "anyhow",
21273 "heck 0.4.1",
21274 "indexmap",
21275 "wasm-metadata 0.201.0",
21276 "wit-bindgen-core 0.22.0",
21277 "wit-component 0.201.0",
21278]
21279
21280[[package]]
21281name = "wit-bindgen-rust"
21282version = "0.41.0"
21283source = "registry+https://github.com/rust-lang/crates.io-index"
21284checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21285dependencies = [
21286 "anyhow",
21287 "heck 0.5.0",
21288 "indexmap",
21289 "prettyplease",
21290 "syn 2.0.117",
21291 "wasm-metadata 0.227.1",
21292 "wit-bindgen-core 0.41.0",
21293 "wit-component 0.227.1",
21294]
21295
21296[[package]]
21297name = "wit-bindgen-rust"
21298version = "0.51.0"
21299source = "registry+https://github.com/rust-lang/crates.io-index"
21300checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21301dependencies = [
21302 "anyhow",
21303 "heck 0.5.0",
21304 "indexmap",
21305 "prettyplease",
21306 "syn 2.0.117",
21307 "wasm-metadata 0.244.0",
21308 "wit-bindgen-core 0.51.0",
21309 "wit-component 0.244.0",
21310]
21311
21312[[package]]
21313name = "wit-bindgen-rust-macro"
21314version = "0.22.0"
21315source = "registry+https://github.com/rust-lang/crates.io-index"
21316checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21317dependencies = [
21318 "anyhow",
21319 "proc-macro2",
21320 "quote",
21321 "syn 2.0.117",
21322 "wit-bindgen-core 0.22.0",
21323 "wit-bindgen-rust 0.22.0",
21324]
21325
21326[[package]]
21327name = "wit-bindgen-rust-macro"
21328version = "0.41.0"
21329source = "registry+https://github.com/rust-lang/crates.io-index"
21330checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21331dependencies = [
21332 "anyhow",
21333 "prettyplease",
21334 "proc-macro2",
21335 "quote",
21336 "syn 2.0.117",
21337 "wit-bindgen-core 0.41.0",
21338 "wit-bindgen-rust 0.41.0",
21339]
21340
21341[[package]]
21342name = "wit-bindgen-rust-macro"
21343version = "0.51.0"
21344source = "registry+https://github.com/rust-lang/crates.io-index"
21345checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21346dependencies = [
21347 "anyhow",
21348 "prettyplease",
21349 "proc-macro2",
21350 "quote",
21351 "syn 2.0.117",
21352 "wit-bindgen-core 0.51.0",
21353 "wit-bindgen-rust 0.51.0",
21354]
21355
21356[[package]]
21357name = "wit-component"
21358version = "0.201.0"
21359source = "registry+https://github.com/rust-lang/crates.io-index"
21360checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21361dependencies = [
21362 "anyhow",
21363 "bitflags 2.10.0",
21364 "indexmap",
21365 "log",
21366 "serde",
21367 "serde_derive",
21368 "serde_json",
21369 "wasm-encoder 0.201.0",
21370 "wasm-metadata 0.201.0",
21371 "wasmparser 0.201.0",
21372 "wit-parser 0.201.0",
21373]
21374
21375[[package]]
21376name = "wit-component"
21377version = "0.227.1"
21378source = "registry+https://github.com/rust-lang/crates.io-index"
21379checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21380dependencies = [
21381 "anyhow",
21382 "bitflags 2.10.0",
21383 "indexmap",
21384 "log",
21385 "serde",
21386 "serde_derive",
21387 "serde_json",
21388 "wasm-encoder 0.227.1",
21389 "wasm-metadata 0.227.1",
21390 "wasmparser 0.227.1",
21391 "wit-parser 0.227.1",
21392]
21393
21394[[package]]
21395name = "wit-component"
21396version = "0.244.0"
21397source = "registry+https://github.com/rust-lang/crates.io-index"
21398checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21399dependencies = [
21400 "anyhow",
21401 "bitflags 2.10.0",
21402 "indexmap",
21403 "log",
21404 "serde",
21405 "serde_derive",
21406 "serde_json",
21407 "wasm-encoder 0.244.0",
21408 "wasm-metadata 0.244.0",
21409 "wasmparser 0.244.0",
21410 "wit-parser 0.244.0",
21411]
21412
21413[[package]]
21414name = "wit-parser"
21415version = "0.201.0"
21416source = "registry+https://github.com/rust-lang/crates.io-index"
21417checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21418dependencies = [
21419 "anyhow",
21420 "id-arena",
21421 "indexmap",
21422 "log",
21423 "semver",
21424 "serde",
21425 "serde_derive",
21426 "serde_json",
21427 "unicode-xid",
21428 "wasmparser 0.201.0",
21429]
21430
21431[[package]]
21432name = "wit-parser"
21433version = "0.227.1"
21434source = "registry+https://github.com/rust-lang/crates.io-index"
21435checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21436dependencies = [
21437 "anyhow",
21438 "id-arena",
21439 "indexmap",
21440 "log",
21441 "semver",
21442 "serde",
21443 "serde_derive",
21444 "serde_json",
21445 "unicode-xid",
21446 "wasmparser 0.227.1",
21447]
21448
21449[[package]]
21450name = "wit-parser"
21451version = "0.229.0"
21452source = "registry+https://github.com/rust-lang/crates.io-index"
21453checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21454dependencies = [
21455 "anyhow",
21456 "id-arena",
21457 "indexmap",
21458 "log",
21459 "semver",
21460 "serde",
21461 "serde_derive",
21462 "serde_json",
21463 "unicode-xid",
21464 "wasmparser 0.229.0",
21465]
21466
21467[[package]]
21468name = "wit-parser"
21469version = "0.244.0"
21470source = "registry+https://github.com/rust-lang/crates.io-index"
21471checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21472dependencies = [
21473 "anyhow",
21474 "id-arena",
21475 "indexmap",
21476 "log",
21477 "semver",
21478 "serde",
21479 "serde_derive",
21480 "serde_json",
21481 "unicode-xid",
21482 "wasmparser 0.244.0",
21483]
21484
21485[[package]]
21486name = "witx"
21487version = "0.9.1"
21488source = "registry+https://github.com/rust-lang/crates.io-index"
21489checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21490dependencies = [
21491 "anyhow",
21492 "log",
21493 "thiserror 1.0.69",
21494 "wast",
21495]
21496
21497[[package]]
21498name = "workspace"
21499version = "0.1.0"
21500dependencies = [
21501 "any_vec",
21502 "anyhow",
21503 "async-recursion",
21504 "chrono",
21505 "client",
21506 "clock",
21507 "collections",
21508 "component",
21509 "db",
21510 "feature_flags",
21511 "fs",
21512 "futures 0.3.31",
21513 "git",
21514 "gpui",
21515 "http_client",
21516 "itertools 0.14.0",
21517 "language",
21518 "log",
21519 "markdown",
21520 "menu",
21521 "node_runtime",
21522 "parking_lot",
21523 "postage",
21524 "pretty_assertions",
21525 "project",
21526 "remote",
21527 "schemars",
21528 "serde",
21529 "serde_json",
21530 "session",
21531 "settings",
21532 "smallvec",
21533 "sqlez",
21534 "strum 0.27.2",
21535 "task",
21536 "telemetry",
21537 "tempfile",
21538 "theme",
21539 "ui",
21540 "util",
21541 "uuid",
21542 "vim_mode_setting",
21543 "windows 0.61.3",
21544 "zed_actions",
21545 "zlog",
21546]
21547
21548[[package]]
21549name = "worktree"
21550version = "0.1.0"
21551dependencies = [
21552 "anyhow",
21553 "async-lock 2.8.0",
21554 "chardetng",
21555 "clock",
21556 "collections",
21557 "encoding_rs",
21558 "fs",
21559 "futures 0.3.31",
21560 "fuzzy",
21561 "git",
21562 "gpui",
21563 "ignore",
21564 "language",
21565 "log",
21566 "parking_lot",
21567 "paths",
21568 "postage",
21569 "pretty_assertions",
21570 "rand 0.9.2",
21571 "rpc",
21572 "serde",
21573 "serde_json",
21574 "settings",
21575 "smallvec",
21576 "smol",
21577 "sum_tree",
21578 "text",
21579 "tracing",
21580 "util",
21581 "worktree",
21582 "zlog",
21583 "ztracing",
21584]
21585
21586[[package]]
21587name = "worktree_benchmarks"
21588version = "0.1.0"
21589dependencies = [
21590 "fs",
21591 "gpui_platform",
21592 "settings",
21593 "worktree",
21594]
21595
21596[[package]]
21597name = "wprcontrol"
21598version = "0.1.0"
21599source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21600dependencies = [
21601 "windows 0.61.3",
21602 "windows-bindgen",
21603 "windows-core 0.61.2",
21604 "windows-link 0.2.1",
21605]
21606
21607[[package]]
21608name = "writeable"
21609version = "0.6.1"
21610source = "registry+https://github.com/rust-lang/crates.io-index"
21611checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21612
21613[[package]]
21614name = "wyz"
21615version = "0.5.1"
21616source = "registry+https://github.com/rust-lang/crates.io-index"
21617checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21618dependencies = [
21619 "tap",
21620]
21621
21622[[package]]
21623name = "x11"
21624version = "2.21.0"
21625source = "registry+https://github.com/rust-lang/crates.io-index"
21626checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21627dependencies = [
21628 "libc",
21629 "pkg-config",
21630]
21631
21632[[package]]
21633name = "x11-clipboard"
21634version = "0.9.3"
21635source = "registry+https://github.com/rust-lang/crates.io-index"
21636checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21637dependencies = [
21638 "libc",
21639 "x11rb",
21640]
21641
21642[[package]]
21643name = "x11rb"
21644version = "0.13.2"
21645source = "registry+https://github.com/rust-lang/crates.io-index"
21646checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21647dependencies = [
21648 "as-raw-xcb-connection",
21649 "gethostname",
21650 "libc",
21651 "rustix 1.1.2",
21652 "x11rb-protocol",
21653 "xcursor",
21654]
21655
21656[[package]]
21657name = "x11rb-protocol"
21658version = "0.13.2"
21659source = "registry+https://github.com/rust-lang/crates.io-index"
21660checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21661
21662[[package]]
21663name = "x_ai"
21664version = "0.1.0"
21665dependencies = [
21666 "anyhow",
21667 "schemars",
21668 "serde",
21669 "strum 0.27.2",
21670]
21671
21672[[package]]
21673name = "xattr"
21674version = "0.2.3"
21675source = "registry+https://github.com/rust-lang/crates.io-index"
21676checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21677dependencies = [
21678 "libc",
21679]
21680
21681[[package]]
21682name = "xcb"
21683version = "1.6.0"
21684source = "registry+https://github.com/rust-lang/crates.io-index"
21685checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21686dependencies = [
21687 "bitflags 1.3.2",
21688 "libc",
21689 "quick-xml 0.30.0",
21690 "x11",
21691]
21692
21693[[package]]
21694name = "xcursor"
21695version = "0.3.10"
21696source = "registry+https://github.com/rust-lang/crates.io-index"
21697checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21698
21699[[package]]
21700name = "xim-ctext"
21701version = "0.3.0"
21702source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21703dependencies = [
21704 "encoding_rs",
21705]
21706
21707[[package]]
21708name = "xim-parser"
21709version = "0.2.1"
21710source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21711dependencies = [
21712 "bitflags 2.10.0",
21713]
21714
21715[[package]]
21716name = "xkbcommon"
21717version = "0.8.0"
21718source = "registry+https://github.com/rust-lang/crates.io-index"
21719checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21720dependencies = [
21721 "as-raw-xcb-connection",
21722 "libc",
21723 "memmap2",
21724 "xkeysym",
21725]
21726
21727[[package]]
21728name = "xkeysym"
21729version = "0.2.1"
21730source = "registry+https://github.com/rust-lang/crates.io-index"
21731checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21732
21733[[package]]
21734name = "xml-rs"
21735version = "0.8.28"
21736source = "registry+https://github.com/rust-lang/crates.io-index"
21737checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21738
21739[[package]]
21740name = "xml5ever"
21741version = "0.18.1"
21742source = "registry+https://github.com/rust-lang/crates.io-index"
21743checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21744dependencies = [
21745 "log",
21746 "mac",
21747 "markup5ever 0.12.1",
21748]
21749
21750[[package]]
21751name = "xmlparser"
21752version = "0.13.6"
21753source = "registry+https://github.com/rust-lang/crates.io-index"
21754checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21755
21756[[package]]
21757name = "xmlwriter"
21758version = "0.1.0"
21759source = "registry+https://github.com/rust-lang/crates.io-index"
21760checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21761
21762[[package]]
21763name = "xtask"
21764version = "0.1.0"
21765dependencies = [
21766 "annotate-snippets",
21767 "anyhow",
21768 "backtrace",
21769 "cargo_metadata",
21770 "cargo_toml",
21771 "clap",
21772 "gh-workflow",
21773 "indexmap",
21774 "indoc",
21775 "itertools 0.14.0",
21776 "regex",
21777 "serde",
21778 "serde_json",
21779 "serde_yaml",
21780 "strum 0.27.2",
21781 "toml 0.8.23",
21782 "toml_edit 0.22.27",
21783]
21784
21785[[package]]
21786name = "yaml-rust2"
21787version = "0.8.1"
21788source = "registry+https://github.com/rust-lang/crates.io-index"
21789checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21790dependencies = [
21791 "arraydeque",
21792 "encoding_rs",
21793 "hashlink 0.8.4",
21794]
21795
21796[[package]]
21797name = "yansi"
21798version = "1.0.1"
21799source = "registry+https://github.com/rust-lang/crates.io-index"
21800checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21801
21802[[package]]
21803name = "yawc"
21804version = "0.2.5"
21805source = "registry+https://github.com/rust-lang/crates.io-index"
21806checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21807dependencies = [
21808 "base64 0.22.1",
21809 "bytes 1.11.1",
21810 "flate2",
21811 "futures 0.3.31",
21812 "http-body-util",
21813 "hyper 1.7.0",
21814 "hyper-util",
21815 "js-sys",
21816 "nom 8.0.0",
21817 "pin-project",
21818 "rand 0.8.5",
21819 "sha1",
21820 "thiserror 1.0.69",
21821 "tokio",
21822 "tokio-rustls 0.26.2",
21823 "tokio-util",
21824 "url",
21825 "wasm-bindgen",
21826 "wasm-bindgen-futures",
21827 "web-sys",
21828 "webpki-roots",
21829]
21830
21831[[package]]
21832name = "yazi"
21833version = "0.2.1"
21834source = "registry+https://github.com/rust-lang/crates.io-index"
21835checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21836
21837[[package]]
21838name = "yeslogic-fontconfig-sys"
21839version = "6.0.0"
21840source = "registry+https://github.com/rust-lang/crates.io-index"
21841checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21842dependencies = [
21843 "dlib",
21844 "once_cell",
21845 "pkg-config",
21846]
21847
21848[[package]]
21849name = "yoke"
21850version = "0.7.5"
21851source = "registry+https://github.com/rust-lang/crates.io-index"
21852checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21853dependencies = [
21854 "serde",
21855 "stable_deref_trait",
21856 "yoke-derive 0.7.5",
21857 "zerofrom",
21858]
21859
21860[[package]]
21861name = "yoke"
21862version = "0.8.0"
21863source = "registry+https://github.com/rust-lang/crates.io-index"
21864checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21865dependencies = [
21866 "serde",
21867 "stable_deref_trait",
21868 "yoke-derive 0.8.0",
21869 "zerofrom",
21870]
21871
21872[[package]]
21873name = "yoke-derive"
21874version = "0.7.5"
21875source = "registry+https://github.com/rust-lang/crates.io-index"
21876checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21877dependencies = [
21878 "proc-macro2",
21879 "quote",
21880 "syn 2.0.117",
21881 "synstructure",
21882]
21883
21884[[package]]
21885name = "yoke-derive"
21886version = "0.8.0"
21887source = "registry+https://github.com/rust-lang/crates.io-index"
21888checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21889dependencies = [
21890 "proc-macro2",
21891 "quote",
21892 "syn 2.0.117",
21893 "synstructure",
21894]
21895
21896[[package]]
21897name = "zbus"
21898version = "5.13.2"
21899source = "registry+https://github.com/rust-lang/crates.io-index"
21900checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21901dependencies = [
21902 "async-broadcast",
21903 "async-executor",
21904 "async-io",
21905 "async-lock 3.4.2",
21906 "async-process",
21907 "async-recursion",
21908 "async-task",
21909 "async-trait",
21910 "blocking",
21911 "enumflags2",
21912 "event-listener 5.4.1",
21913 "futures-core",
21914 "futures-lite 2.6.1",
21915 "hex",
21916 "libc",
21917 "ordered-stream",
21918 "rustix 1.1.2",
21919 "serde",
21920 "serde_repr",
21921 "tracing",
21922 "uds_windows",
21923 "uuid",
21924 "windows-sys 0.61.2",
21925 "winnow",
21926 "zbus_macros",
21927 "zbus_names",
21928 "zvariant",
21929]
21930
21931[[package]]
21932name = "zbus_macros"
21933version = "5.13.2"
21934source = "registry+https://github.com/rust-lang/crates.io-index"
21935checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21936dependencies = [
21937 "proc-macro-crate",
21938 "proc-macro2",
21939 "quote",
21940 "syn 2.0.117",
21941 "zbus_names",
21942 "zvariant",
21943 "zvariant_utils",
21944]
21945
21946[[package]]
21947name = "zbus_names"
21948version = "4.3.1"
21949source = "registry+https://github.com/rust-lang/crates.io-index"
21950checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21951dependencies = [
21952 "serde",
21953 "winnow",
21954 "zvariant",
21955]
21956
21957[[package]]
21958name = "zed"
21959version = "0.230.0"
21960dependencies = [
21961 "acp_thread",
21962 "acp_tools",
21963 "action_log",
21964 "activity_indicator",
21965 "agent",
21966 "agent-client-protocol",
21967 "agent_servers",
21968 "agent_settings",
21969 "agent_ui",
21970 "anyhow",
21971 "ashpd",
21972 "askpass",
21973 "assets",
21974 "audio",
21975 "auto_update",
21976 "auto_update_ui",
21977 "breadcrumbs",
21978 "call",
21979 "channel",
21980 "chrono",
21981 "clap",
21982 "cli",
21983 "client",
21984 "clock",
21985 "codestral",
21986 "collab_ui",
21987 "collections",
21988 "command_palette",
21989 "component",
21990 "component_preview",
21991 "copilot",
21992 "copilot_chat",
21993 "copilot_ui",
21994 "crashes",
21995 "csv_preview",
21996 "dap_adapters",
21997 "db",
21998 "debug_adapter_extension",
21999 "debugger_tools",
22000 "debugger_ui",
22001 "dev_container",
22002 "diagnostics",
22003 "edit_prediction",
22004 "edit_prediction_ui",
22005 "editor",
22006 "encoding_selector",
22007 "env_logger 0.11.8",
22008 "etw_tracing",
22009 "extension",
22010 "extension_host",
22011 "extensions_ui",
22012 "feature_flags",
22013 "feedback",
22014 "file_finder",
22015 "fs",
22016 "futures 0.3.31",
22017 "git",
22018 "git_graph",
22019 "git_hosting_providers",
22020 "git_ui",
22021 "go_to_line",
22022 "gpui",
22023 "gpui_platform",
22024 "gpui_tokio",
22025 "http_client",
22026 "image",
22027 "image_viewer",
22028 "inspector_ui",
22029 "install_cli",
22030 "itertools 0.14.0",
22031 "journal",
22032 "json_schema_store",
22033 "keymap_editor",
22034 "language",
22035 "language_extension",
22036 "language_model",
22037 "language_models",
22038 "language_onboarding",
22039 "language_selector",
22040 "language_tools",
22041 "languages",
22042 "line_ending_selector",
22043 "log",
22044 "markdown",
22045 "markdown_preview",
22046 "menu",
22047 "migrator",
22048 "mimalloc",
22049 "miniprofiler_ui",
22050 "nc",
22051 "node_runtime",
22052 "notifications",
22053 "onboarding",
22054 "outline",
22055 "outline_panel",
22056 "parking_lot",
22057 "paths",
22058 "picker",
22059 "pkg-config",
22060 "pretty_assertions",
22061 "profiling",
22062 "project",
22063 "project_panel",
22064 "project_symbols",
22065 "prompt_store",
22066 "proto",
22067 "rayon",
22068 "recent_projects",
22069 "release_channel",
22070 "remote",
22071 "repl",
22072 "reqwest_client",
22073 "rope",
22074 "search",
22075 "semver",
22076 "serde",
22077 "serde_json",
22078 "session",
22079 "settings",
22080 "settings_profile_selector",
22081 "settings_ui",
22082 "shellexpand 2.1.2",
22083 "sidebar",
22084 "smol",
22085 "snippet_provider",
22086 "snippets_ui",
22087 "svg_preview",
22088 "sysinfo 0.37.2",
22089 "system_specs",
22090 "tab_switcher",
22091 "task",
22092 "tasks_ui",
22093 "telemetry",
22094 "telemetry_events",
22095 "tempfile",
22096 "terminal_view",
22097 "theme",
22098 "theme_extension",
22099 "theme_selector",
22100 "time",
22101 "time_format",
22102 "title_bar",
22103 "toolchain_selector",
22104 "tracing",
22105 "ui",
22106 "ui_prompt",
22107 "url",
22108 "urlencoding",
22109 "util",
22110 "uuid",
22111 "vim",
22112 "vim_mode_setting",
22113 "watch",
22114 "web_search",
22115 "web_search_providers",
22116 "which_key",
22117 "windows 0.61.3",
22118 "winresource",
22119 "workspace",
22120 "zed-reqwest",
22121 "zed_actions",
22122 "zed_env_vars",
22123 "zlog",
22124 "zlog_settings",
22125 "ztracing",
22126]
22127
22128[[package]]
22129name = "zed-font-kit"
22130version = "0.14.1-zed"
22131source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22132dependencies = [
22133 "bitflags 2.10.0",
22134 "byteorder",
22135 "core-foundation 0.10.0",
22136 "core-graphics 0.24.0",
22137 "core-text",
22138 "dirs 5.0.1",
22139 "dwrote",
22140 "float-ord",
22141 "freetype-sys",
22142 "lazy_static",
22143 "libc",
22144 "log",
22145 "pathfinder_geometry",
22146 "pathfinder_simd",
22147 "walkdir",
22148 "winapi",
22149 "yeslogic-fontconfig-sys",
22150]
22151
22152[[package]]
22153name = "zed-reqwest"
22154version = "0.12.15-zed"
22155source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22156dependencies = [
22157 "base64 0.22.1",
22158 "bytes 1.11.1",
22159 "encoding_rs",
22160 "futures-core",
22161 "futures-util",
22162 "h2 0.4.12",
22163 "http 1.3.1",
22164 "http-body 1.0.1",
22165 "http-body-util",
22166 "hyper 1.7.0",
22167 "hyper-rustls 0.27.7",
22168 "hyper-util",
22169 "ipnet",
22170 "js-sys",
22171 "log",
22172 "mime",
22173 "mime_guess",
22174 "once_cell",
22175 "percent-encoding",
22176 "pin-project-lite",
22177 "quinn",
22178 "rustls 0.23.33",
22179 "rustls-native-certs 0.8.2",
22180 "rustls-pemfile 2.2.0",
22181 "rustls-pki-types",
22182 "serde",
22183 "serde_json",
22184 "serde_urlencoded",
22185 "sync_wrapper 1.0.2",
22186 "system-configuration 0.6.1",
22187 "tokio",
22188 "tokio-rustls 0.26.2",
22189 "tokio-socks",
22190 "tokio-util",
22191 "tower 0.5.2",
22192 "tower-service",
22193 "url",
22194 "wasm-bindgen",
22195 "wasm-bindgen-futures",
22196 "wasm-streams",
22197 "web-sys",
22198 "windows-registry 0.4.0",
22199]
22200
22201[[package]]
22202name = "zed-scap"
22203version = "0.0.8-zed"
22204source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22205dependencies = [
22206 "anyhow",
22207 "cocoa 0.25.0",
22208 "core-graphics-helmer-fork",
22209 "log",
22210 "objc",
22211 "rand 0.8.5",
22212 "screencapturekit",
22213 "screencapturekit-sys",
22214 "sysinfo 0.31.4",
22215 "tao-core-video-sys",
22216 "windows 0.61.3",
22217 "windows-capture",
22218 "x11",
22219 "xcb",
22220]
22221
22222[[package]]
22223name = "zed-xim"
22224version = "0.4.0-zed"
22225source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22226dependencies = [
22227 "ahash 0.8.12",
22228 "hashbrown 0.14.5",
22229 "log",
22230 "x11rb",
22231 "xim-ctext",
22232 "xim-parser",
22233]
22234
22235[[package]]
22236name = "zed_actions"
22237version = "0.1.0"
22238dependencies = [
22239 "gpui",
22240 "schemars",
22241 "serde",
22242 "util",
22243 "uuid",
22244]
22245
22246[[package]]
22247name = "zed_env_vars"
22248version = "0.1.0"
22249dependencies = [
22250 "gpui",
22251]
22252
22253[[package]]
22254name = "zed_extension_api"
22255version = "0.1.0"
22256source = "registry+https://github.com/rust-lang/crates.io-index"
22257checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22258dependencies = [
22259 "serde",
22260 "serde_json",
22261 "wit-bindgen 0.22.0",
22262]
22263
22264[[package]]
22265name = "zed_extension_api"
22266version = "0.7.0"
22267source = "registry+https://github.com/rust-lang/crates.io-index"
22268checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22269dependencies = [
22270 "serde",
22271 "serde_json",
22272 "wit-bindgen 0.41.0",
22273]
22274
22275[[package]]
22276name = "zed_extension_api"
22277version = "0.8.0"
22278dependencies = [
22279 "serde",
22280 "serde_json",
22281 "wit-bindgen 0.41.0",
22282]
22283
22284[[package]]
22285name = "zed_glsl"
22286version = "0.2.2"
22287dependencies = [
22288 "zed_extension_api 0.1.0",
22289]
22290
22291[[package]]
22292name = "zed_html"
22293version = "0.3.1"
22294dependencies = [
22295 "zed_extension_api 0.7.0",
22296]
22297
22298[[package]]
22299name = "zed_proto"
22300version = "0.3.1"
22301dependencies = [
22302 "zed_extension_api 0.7.0",
22303]
22304
22305[[package]]
22306name = "zed_test_extension"
22307version = "0.1.0"
22308dependencies = [
22309 "zed_extension_api 0.8.0",
22310]
22311
22312[[package]]
22313name = "zeno"
22314version = "0.3.3"
22315source = "registry+https://github.com/rust-lang/crates.io-index"
22316checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22317
22318[[package]]
22319name = "zerocopy"
22320version = "0.8.27"
22321source = "registry+https://github.com/rust-lang/crates.io-index"
22322checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22323dependencies = [
22324 "zerocopy-derive",
22325]
22326
22327[[package]]
22328name = "zerocopy-derive"
22329version = "0.8.27"
22330source = "registry+https://github.com/rust-lang/crates.io-index"
22331checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22332dependencies = [
22333 "proc-macro2",
22334 "quote",
22335 "syn 2.0.117",
22336]
22337
22338[[package]]
22339name = "zerofrom"
22340version = "0.1.6"
22341source = "registry+https://github.com/rust-lang/crates.io-index"
22342checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22343dependencies = [
22344 "zerofrom-derive",
22345]
22346
22347[[package]]
22348name = "zerofrom-derive"
22349version = "0.1.6"
22350source = "registry+https://github.com/rust-lang/crates.io-index"
22351checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22352dependencies = [
22353 "proc-macro2",
22354 "quote",
22355 "syn 2.0.117",
22356 "synstructure",
22357]
22358
22359[[package]]
22360name = "zeroize"
22361version = "1.8.2"
22362source = "registry+https://github.com/rust-lang/crates.io-index"
22363checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22364dependencies = [
22365 "zeroize_derive",
22366]
22367
22368[[package]]
22369name = "zeroize_derive"
22370version = "1.4.2"
22371source = "registry+https://github.com/rust-lang/crates.io-index"
22372checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22373dependencies = [
22374 "proc-macro2",
22375 "quote",
22376 "syn 2.0.117",
22377]
22378
22379[[package]]
22380name = "zeromq"
22381version = "0.5.0"
22382source = "registry+https://github.com/rust-lang/crates.io-index"
22383checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22384dependencies = [
22385 "async-dispatcher",
22386 "async-std",
22387 "async-trait",
22388 "asynchronous-codec",
22389 "bytes 1.11.1",
22390 "crossbeam-queue",
22391 "futures 0.3.31",
22392 "log",
22393 "num-traits",
22394 "once_cell",
22395 "parking_lot",
22396 "rand 0.9.2",
22397 "regex",
22398 "scc",
22399 "thiserror 1.0.69",
22400 "uuid",
22401]
22402
22403[[package]]
22404name = "zerotrie"
22405version = "0.2.2"
22406source = "registry+https://github.com/rust-lang/crates.io-index"
22407checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22408dependencies = [
22409 "displaydoc",
22410 "yoke 0.8.0",
22411 "zerofrom",
22412]
22413
22414[[package]]
22415name = "zerovec"
22416version = "0.11.4"
22417source = "registry+https://github.com/rust-lang/crates.io-index"
22418checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22419dependencies = [
22420 "yoke 0.8.0",
22421 "zerofrom",
22422 "zerovec-derive",
22423]
22424
22425[[package]]
22426name = "zerovec-derive"
22427version = "0.11.1"
22428source = "registry+https://github.com/rust-lang/crates.io-index"
22429checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22430dependencies = [
22431 "proc-macro2",
22432 "quote",
22433 "syn 2.0.117",
22434]
22435
22436[[package]]
22437name = "zeta_prompt"
22438version = "0.1.0"
22439dependencies = [
22440 "anyhow",
22441 "indoc",
22442 "serde",
22443 "strum 0.27.2",
22444]
22445
22446[[package]]
22447name = "zip"
22448version = "0.6.6"
22449source = "registry+https://github.com/rust-lang/crates.io-index"
22450checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22451dependencies = [
22452 "aes",
22453 "byteorder",
22454 "bzip2",
22455 "constant_time_eq",
22456 "crc32fast",
22457 "crossbeam-utils",
22458 "flate2",
22459 "hmac",
22460 "pbkdf2 0.11.0",
22461 "sha1",
22462 "time",
22463 "zstd",
22464]
22465
22466[[package]]
22467name = "zip"
22468version = "1.1.4"
22469source = "registry+https://github.com/rust-lang/crates.io-index"
22470checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22471dependencies = [
22472 "arbitrary",
22473 "crc32fast",
22474 "crossbeam-utils",
22475 "displaydoc",
22476 "indexmap",
22477 "num_enum",
22478 "thiserror 1.0.69",
22479]
22480
22481[[package]]
22482name = "zlog"
22483version = "0.1.0"
22484dependencies = [
22485 "anyhow",
22486 "chrono",
22487 "collections",
22488 "log",
22489 "tempfile",
22490]
22491
22492[[package]]
22493name = "zlog_settings"
22494version = "0.1.0"
22495dependencies = [
22496 "collections",
22497 "gpui",
22498 "settings",
22499 "zlog",
22500]
22501
22502[[package]]
22503name = "zstd"
22504version = "0.11.2+zstd.1.5.2"
22505source = "registry+https://github.com/rust-lang/crates.io-index"
22506checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22507dependencies = [
22508 "zstd-safe",
22509]
22510
22511[[package]]
22512name = "zstd-safe"
22513version = "5.0.2+zstd.1.5.2"
22514source = "registry+https://github.com/rust-lang/crates.io-index"
22515checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22516dependencies = [
22517 "libc",
22518 "zstd-sys",
22519]
22520
22521[[package]]
22522name = "zstd-sys"
22523version = "2.0.16+zstd.1.5.7"
22524source = "registry+https://github.com/rust-lang/crates.io-index"
22525checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22526dependencies = [
22527 "cc",
22528 "pkg-config",
22529]
22530
22531[[package]]
22532name = "ztracing"
22533version = "0.1.0"
22534dependencies = [
22535 "tracing",
22536 "tracing-subscriber",
22537 "tracing-tracy",
22538 "tracy-client",
22539 "zlog",
22540 "ztracing_macro",
22541]
22542
22543[[package]]
22544name = "ztracing_macro"
22545version = "0.1.0"
22546
22547[[package]]
22548name = "zune-core"
22549version = "0.4.12"
22550source = "registry+https://github.com/rust-lang/crates.io-index"
22551checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22552
22553[[package]]
22554name = "zune-inflate"
22555version = "0.2.54"
22556source = "registry+https://github.com/rust-lang/crates.io-index"
22557checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22558dependencies = [
22559 "simd-adler32",
22560]
22561
22562[[package]]
22563name = "zune-jpeg"
22564version = "0.4.21"
22565source = "registry+https://github.com/rust-lang/crates.io-index"
22566checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22567dependencies = [
22568 "zune-core",
22569]
22570
22571[[package]]
22572name = "zvariant"
22573version = "5.9.2"
22574source = "registry+https://github.com/rust-lang/crates.io-index"
22575checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22576dependencies = [
22577 "endi",
22578 "enumflags2",
22579 "serde",
22580 "serde_bytes",
22581 "winnow",
22582 "zvariant_derive",
22583 "zvariant_utils",
22584]
22585
22586[[package]]
22587name = "zvariant_derive"
22588version = "5.9.2"
22589source = "registry+https://github.com/rust-lang/crates.io-index"
22590checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22591dependencies = [
22592 "proc-macro-crate",
22593 "proc-macro2",
22594 "quote",
22595 "syn 2.0.117",
22596 "zvariant_utils",
22597]
22598
22599[[package]]
22600name = "zvariant_utils"
22601version = "3.3.0"
22602source = "registry+https://github.com/rust-lang/crates.io-index"
22603checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22604dependencies = [
22605 "proc-macro2",
22606 "quote",
22607 "serde",
22608 "syn 2.0.117",
22609 "winnow",
22610]