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 "arrayvec",
  338 "assistant_slash_command",
  339 "assistant_slash_commands",
  340 "assistant_text_thread",
  341 "async-fs",
  342 "audio",
  343 "base64 0.22.1",
  344 "buffer_diff",
  345 "chrono",
  346 "client",
  347 "cloud_api_types",
  348 "cloud_llm_client",
  349 "collections",
  350 "command_palette_hooks",
  351 "component",
  352 "context_server",
  353 "db",
  354 "editor",
  355 "eval_utils",
  356 "extension",
  357 "extension_host",
  358 "feature_flags",
  359 "file_icons",
  360 "fs",
  361 "futures 0.3.31",
  362 "fuzzy",
  363 "git",
  364 "gpui",
  365 "gpui_tokio",
  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"
  736dependencies = [
  737 "serde",
  738]
  739
  740[[package]]
  741name = "as-raw-xcb-connection"
  742version = "1.0.1"
  743source = "registry+https://github.com/rust-lang/crates.io-index"
  744checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  745
  746[[package]]
  747name = "ascii"
  748version = "1.1.0"
  749source = "registry+https://github.com/rust-lang/crates.io-index"
  750checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  751
  752[[package]]
  753name = "ash"
  754version = "0.38.0+1.3.281"
  755source = "registry+https://github.com/rust-lang/crates.io-index"
  756checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  757dependencies = [
  758 "libloading",
  759]
  760
  761[[package]]
  762name = "ashpd"
  763version = "0.13.2"
  764source = "registry+https://github.com/rust-lang/crates.io-index"
  765checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  766dependencies = [
  767 "enumflags2",
  768 "futures-channel",
  769 "futures-util",
  770 "getrandom 0.4.1",
  771 "serde",
  772 "serde_repr",
  773 "wayland-backend",
  774 "wayland-client",
  775 "wayland-protocols",
  776 "zbus",
  777]
  778
  779[[package]]
  780name = "askpass"
  781version = "0.1.0"
  782dependencies = [
  783 "anyhow",
  784 "futures 0.3.31",
  785 "gpui",
  786 "log",
  787 "net",
  788 "smol",
  789 "tempfile",
  790 "util",
  791 "windows 0.61.3",
  792 "zeroize",
  793]
  794
  795[[package]]
  796name = "assets"
  797version = "0.1.0"
  798dependencies = [
  799 "anyhow",
  800 "gpui",
  801 "rust-embed",
  802]
  803
  804[[package]]
  805name = "assistant_slash_command"
  806version = "0.1.0"
  807dependencies = [
  808 "anyhow",
  809 "async-trait",
  810 "collections",
  811 "derive_more",
  812 "extension",
  813 "futures 0.3.31",
  814 "gpui",
  815 "language",
  816 "language_model",
  817 "parking_lot",
  818 "pretty_assertions",
  819 "serde",
  820 "serde_json",
  821 "ui",
  822 "util",
  823 "workspace",
  824]
  825
  826[[package]]
  827name = "assistant_slash_commands"
  828version = "0.1.0"
  829dependencies = [
  830 "anyhow",
  831 "assistant_slash_command",
  832 "chrono",
  833 "collections",
  834 "editor",
  835 "feature_flags",
  836 "fs",
  837 "futures 0.3.31",
  838 "fuzzy",
  839 "gpui",
  840 "html_to_markdown",
  841 "http_client",
  842 "language",
  843 "multi_buffer",
  844 "pretty_assertions",
  845 "project",
  846 "prompt_store",
  847 "rope",
  848 "serde",
  849 "serde_json",
  850 "settings",
  851 "smol",
  852 "text",
  853 "ui",
  854 "util",
  855 "workspace",
  856 "worktree",
  857 "zlog",
  858]
  859
  860[[package]]
  861name = "assistant_text_thread"
  862version = "0.1.0"
  863dependencies = [
  864 "agent_settings",
  865 "anyhow",
  866 "assistant_slash_command",
  867 "assistant_slash_commands",
  868 "chrono",
  869 "client",
  870 "clock",
  871 "cloud_llm_client",
  872 "collections",
  873 "context_server",
  874 "fs",
  875 "futures 0.3.31",
  876 "fuzzy",
  877 "gpui",
  878 "itertools 0.14.0",
  879 "language",
  880 "language_model",
  881 "log",
  882 "open_ai",
  883 "parking_lot",
  884 "paths",
  885 "pretty_assertions",
  886 "project",
  887 "prompt_store",
  888 "proto",
  889 "rand 0.9.2",
  890 "regex",
  891 "rpc",
  892 "serde",
  893 "serde_json",
  894 "settings",
  895 "smallvec",
  896 "smol",
  897 "telemetry",
  898 "text",
  899 "ui",
  900 "unindent",
  901 "util",
  902 "uuid",
  903 "workspace",
  904 "zed_env_vars",
  905]
  906
  907[[package]]
  908name = "async-attributes"
  909version = "1.1.2"
  910source = "registry+https://github.com/rust-lang/crates.io-index"
  911checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  912dependencies = [
  913 "quote",
  914 "syn 1.0.109",
  915]
  916
  917[[package]]
  918name = "async-broadcast"
  919version = "0.7.2"
  920source = "registry+https://github.com/rust-lang/crates.io-index"
  921checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  922dependencies = [
  923 "event-listener 5.4.1",
  924 "event-listener-strategy",
  925 "futures-core",
  926 "pin-project-lite",
  927]
  928
  929[[package]]
  930name = "async-channel"
  931version = "1.9.0"
  932source = "registry+https://github.com/rust-lang/crates.io-index"
  933checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  934dependencies = [
  935 "concurrent-queue",
  936 "event-listener 2.5.3",
  937 "futures-core",
  938]
  939
  940[[package]]
  941name = "async-channel"
  942version = "2.5.0"
  943source = "registry+https://github.com/rust-lang/crates.io-index"
  944checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  945dependencies = [
  946 "concurrent-queue",
  947 "event-listener-strategy",
  948 "futures-core",
  949 "pin-project-lite",
  950]
  951
  952[[package]]
  953name = "async-compat"
  954version = "0.2.5"
  955source = "registry+https://github.com/rust-lang/crates.io-index"
  956checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  957dependencies = [
  958 "futures-core",
  959 "futures-io",
  960 "once_cell",
  961 "pin-project-lite",
  962 "tokio",
  963]
  964
  965[[package]]
  966name = "async-compression"
  967version = "0.4.32"
  968source = "registry+https://github.com/rust-lang/crates.io-index"
  969checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  970dependencies = [
  971 "compression-codecs",
  972 "compression-core",
  973 "futures-core",
  974 "futures-io",
  975 "pin-project-lite",
  976]
  977
  978[[package]]
  979name = "async-dispatcher"
  980version = "0.1.2"
  981source = "registry+https://github.com/rust-lang/crates.io-index"
  982checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  983dependencies = [
  984 "async-task",
  985 "futures-lite 1.13.0",
  986]
  987
  988[[package]]
  989name = "async-executor"
  990version = "1.13.3"
  991source = "registry+https://github.com/rust-lang/crates.io-index"
  992checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  993dependencies = [
  994 "async-task",
  995 "concurrent-queue",
  996 "fastrand 2.3.0",
  997 "futures-lite 2.6.1",
  998 "pin-project-lite",
  999 "slab",
 1000]
 1001
 1002[[package]]
 1003name = "async-fs"
 1004version = "2.2.0"
 1005source = "registry+https://github.com/rust-lang/crates.io-index"
 1006checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
 1007dependencies = [
 1008 "async-lock 3.4.2",
 1009 "blocking",
 1010 "futures-lite 2.6.1",
 1011]
 1012
 1013[[package]]
 1014name = "async-global-executor"
 1015version = "2.4.1"
 1016source = "registry+https://github.com/rust-lang/crates.io-index"
 1017checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
 1018dependencies = [
 1019 "async-channel 2.5.0",
 1020 "async-executor",
 1021 "async-io",
 1022 "async-lock 3.4.2",
 1023 "blocking",
 1024 "futures-lite 2.6.1",
 1025 "once_cell",
 1026]
 1027
 1028[[package]]
 1029name = "async-io"
 1030version = "2.6.0"
 1031source = "registry+https://github.com/rust-lang/crates.io-index"
 1032checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
 1033dependencies = [
 1034 "autocfg",
 1035 "cfg-if",
 1036 "concurrent-queue",
 1037 "futures-io",
 1038 "futures-lite 2.6.1",
 1039 "parking",
 1040 "polling",
 1041 "rustix 1.1.2",
 1042 "slab",
 1043 "windows-sys 0.61.2",
 1044]
 1045
 1046[[package]]
 1047name = "async-lock"
 1048version = "2.8.0"
 1049source = "registry+https://github.com/rust-lang/crates.io-index"
 1050checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
 1051dependencies = [
 1052 "event-listener 2.5.3",
 1053]
 1054
 1055[[package]]
 1056name = "async-lock"
 1057version = "3.4.2"
 1058source = "registry+https://github.com/rust-lang/crates.io-index"
 1059checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
 1060dependencies = [
 1061 "event-listener 5.4.1",
 1062 "event-listener-strategy",
 1063 "pin-project-lite",
 1064]
 1065
 1066[[package]]
 1067name = "async-net"
 1068version = "2.0.0"
 1069source = "registry+https://github.com/rust-lang/crates.io-index"
 1070checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
 1071dependencies = [
 1072 "async-io",
 1073 "blocking",
 1074 "futures-lite 2.6.1",
 1075]
 1076
 1077[[package]]
 1078name = "async-pipe"
 1079version = "0.1.3"
 1080source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
 1081dependencies = [
 1082 "futures 0.3.31",
 1083 "log",
 1084]
 1085
 1086[[package]]
 1087name = "async-process"
 1088version = "2.5.0"
 1089source = "registry+https://github.com/rust-lang/crates.io-index"
 1090checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 1091dependencies = [
 1092 "async-channel 2.5.0",
 1093 "async-io",
 1094 "async-lock 3.4.2",
 1095 "async-signal",
 1096 "async-task",
 1097 "blocking",
 1098 "cfg-if",
 1099 "event-listener 5.4.1",
 1100 "futures-lite 2.6.1",
 1101 "rustix 1.1.2",
 1102]
 1103
 1104[[package]]
 1105name = "async-recursion"
 1106version = "1.1.1"
 1107source = "registry+https://github.com/rust-lang/crates.io-index"
 1108checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1109dependencies = [
 1110 "proc-macro2",
 1111 "quote",
 1112 "syn 2.0.117",
 1113]
 1114
 1115[[package]]
 1116name = "async-signal"
 1117version = "0.2.13"
 1118source = "registry+https://github.com/rust-lang/crates.io-index"
 1119checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1120dependencies = [
 1121 "async-io",
 1122 "async-lock 3.4.2",
 1123 "atomic-waker",
 1124 "cfg-if",
 1125 "futures-core",
 1126 "futures-io",
 1127 "rustix 1.1.2",
 1128 "signal-hook-registry",
 1129 "slab",
 1130 "windows-sys 0.61.2",
 1131]
 1132
 1133[[package]]
 1134name = "async-std"
 1135version = "1.13.2"
 1136source = "registry+https://github.com/rust-lang/crates.io-index"
 1137checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1138dependencies = [
 1139 "async-attributes",
 1140 "async-channel 1.9.0",
 1141 "async-global-executor",
 1142 "async-io",
 1143 "async-lock 3.4.2",
 1144 "async-process",
 1145 "crossbeam-utils",
 1146 "futures-channel",
 1147 "futures-core",
 1148 "futures-io",
 1149 "futures-lite 2.6.1",
 1150 "gloo-timers",
 1151 "kv-log-macro",
 1152 "log",
 1153 "memchr",
 1154 "once_cell",
 1155 "pin-project-lite",
 1156 "pin-utils",
 1157 "slab",
 1158 "wasm-bindgen-futures",
 1159]
 1160
 1161[[package]]
 1162name = "async-stream"
 1163version = "0.3.6"
 1164source = "registry+https://github.com/rust-lang/crates.io-index"
 1165checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1166dependencies = [
 1167 "async-stream-impl",
 1168 "futures-core",
 1169 "pin-project-lite",
 1170]
 1171
 1172[[package]]
 1173name = "async-stream-impl"
 1174version = "0.3.6"
 1175source = "registry+https://github.com/rust-lang/crates.io-index"
 1176checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1177dependencies = [
 1178 "proc-macro2",
 1179 "quote",
 1180 "syn 2.0.117",
 1181]
 1182
 1183[[package]]
 1184name = "async-tar"
 1185version = "0.5.1"
 1186source = "registry+https://github.com/rust-lang/crates.io-index"
 1187checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1188dependencies = [
 1189 "async-std",
 1190 "filetime",
 1191 "libc",
 1192 "pin-project",
 1193 "redox_syscall 0.2.16",
 1194 "xattr",
 1195]
 1196
 1197[[package]]
 1198name = "async-task"
 1199version = "4.7.1"
 1200source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1201
 1202[[package]]
 1203name = "async-trait"
 1204version = "0.1.89"
 1205source = "registry+https://github.com/rust-lang/crates.io-index"
 1206checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1207dependencies = [
 1208 "proc-macro2",
 1209 "quote",
 1210 "syn 2.0.117",
 1211]
 1212
 1213[[package]]
 1214name = "async-tungstenite"
 1215version = "0.31.0"
 1216source = "registry+https://github.com/rust-lang/crates.io-index"
 1217checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1218dependencies = [
 1219 "atomic-waker",
 1220 "futures-core",
 1221 "futures-io",
 1222 "futures-task",
 1223 "futures-util",
 1224 "log",
 1225 "pin-project-lite",
 1226 "rustls-pki-types",
 1227 "tokio",
 1228 "tokio-rustls 0.26.2",
 1229 "tungstenite 0.27.0",
 1230]
 1231
 1232[[package]]
 1233name = "async_zip"
 1234version = "0.0.18"
 1235source = "registry+https://github.com/rust-lang/crates.io-index"
 1236checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1237dependencies = [
 1238 "async-compression",
 1239 "crc32fast",
 1240 "futures-lite 2.6.1",
 1241 "pin-project",
 1242 "thiserror 2.0.17",
 1243]
 1244
 1245[[package]]
 1246name = "asynchronous-codec"
 1247version = "0.7.0"
 1248source = "registry+https://github.com/rust-lang/crates.io-index"
 1249checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1250dependencies = [
 1251 "bytes 1.11.1",
 1252 "futures-sink",
 1253 "futures-util",
 1254 "memchr",
 1255 "pin-project-lite",
 1256]
 1257
 1258[[package]]
 1259name = "atoi"
 1260version = "2.0.0"
 1261source = "registry+https://github.com/rust-lang/crates.io-index"
 1262checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1263dependencies = [
 1264 "num-traits",
 1265]
 1266
 1267[[package]]
 1268name = "atomic"
 1269version = "0.5.3"
 1270source = "registry+https://github.com/rust-lang/crates.io-index"
 1271checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1272
 1273[[package]]
 1274name = "atomic-waker"
 1275version = "1.1.2"
 1276source = "registry+https://github.com/rust-lang/crates.io-index"
 1277checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1278
 1279[[package]]
 1280name = "audio"
 1281version = "0.1.0"
 1282dependencies = [
 1283 "anyhow",
 1284 "async-tar",
 1285 "collections",
 1286 "cpal",
 1287 "crossbeam",
 1288 "denoise",
 1289 "gpui",
 1290 "libwebrtc",
 1291 "log",
 1292 "parking_lot",
 1293 "rodio",
 1294 "serde",
 1295 "settings",
 1296 "smol",
 1297 "thiserror 2.0.17",
 1298 "util",
 1299]
 1300
 1301[[package]]
 1302name = "auditable-serde"
 1303version = "0.8.0"
 1304source = "registry+https://github.com/rust-lang/crates.io-index"
 1305checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1306dependencies = [
 1307 "semver",
 1308 "serde",
 1309 "serde_json",
 1310 "topological-sort",
 1311]
 1312
 1313[[package]]
 1314name = "auto_update"
 1315version = "0.1.0"
 1316dependencies = [
 1317 "anyhow",
 1318 "client",
 1319 "clock",
 1320 "ctor",
 1321 "db",
 1322 "futures 0.3.31",
 1323 "futures-lite 1.13.0",
 1324 "gpui",
 1325 "http_client",
 1326 "log",
 1327 "parking_lot",
 1328 "paths",
 1329 "release_channel",
 1330 "semver",
 1331 "serde",
 1332 "serde_json",
 1333 "settings",
 1334 "smol",
 1335 "tempfile",
 1336 "util",
 1337 "which 6.0.3",
 1338 "workspace",
 1339 "zlog",
 1340]
 1341
 1342[[package]]
 1343name = "auto_update_helper"
 1344version = "0.1.0"
 1345dependencies = [
 1346 "anyhow",
 1347 "log",
 1348 "scopeguard",
 1349 "simplelog",
 1350 "tempfile",
 1351 "windows 0.61.3",
 1352 "winresource",
 1353]
 1354
 1355[[package]]
 1356name = "auto_update_ui"
 1357version = "0.1.0"
 1358dependencies = [
 1359 "anyhow",
 1360 "auto_update",
 1361 "client",
 1362 "editor",
 1363 "gpui",
 1364 "markdown_preview",
 1365 "release_channel",
 1366 "semver",
 1367 "serde",
 1368 "serde_json",
 1369 "smol",
 1370 "ui",
 1371 "util",
 1372 "workspace",
 1373]
 1374
 1375[[package]]
 1376name = "autocfg"
 1377version = "1.5.0"
 1378source = "registry+https://github.com/rust-lang/crates.io-index"
 1379checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1380
 1381[[package]]
 1382name = "av1-grain"
 1383version = "0.2.4"
 1384source = "registry+https://github.com/rust-lang/crates.io-index"
 1385checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1386dependencies = [
 1387 "anyhow",
 1388 "arrayvec",
 1389 "log",
 1390 "nom 7.1.3",
 1391 "num-rational",
 1392 "v_frame",
 1393]
 1394
 1395[[package]]
 1396name = "avif-serialize"
 1397version = "0.8.6"
 1398source = "registry+https://github.com/rust-lang/crates.io-index"
 1399checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1400dependencies = [
 1401 "arrayvec",
 1402]
 1403
 1404[[package]]
 1405name = "aws-config"
 1406version = "1.8.10"
 1407source = "registry+https://github.com/rust-lang/crates.io-index"
 1408checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1409dependencies = [
 1410 "aws-credential-types",
 1411 "aws-runtime",
 1412 "aws-sdk-sso",
 1413 "aws-sdk-ssooidc",
 1414 "aws-sdk-sts",
 1415 "aws-smithy-async",
 1416 "aws-smithy-http",
 1417 "aws-smithy-json",
 1418 "aws-smithy-runtime",
 1419 "aws-smithy-runtime-api",
 1420 "aws-smithy-types",
 1421 "aws-types",
 1422 "bytes 1.11.1",
 1423 "fastrand 2.3.0",
 1424 "hex",
 1425 "http 1.3.1",
 1426 "ring",
 1427 "time",
 1428 "tokio",
 1429 "tracing",
 1430 "url",
 1431 "zeroize",
 1432]
 1433
 1434[[package]]
 1435name = "aws-credential-types"
 1436version = "1.2.10"
 1437source = "registry+https://github.com/rust-lang/crates.io-index"
 1438checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1439dependencies = [
 1440 "aws-smithy-async",
 1441 "aws-smithy-runtime-api",
 1442 "aws-smithy-types",
 1443 "zeroize",
 1444]
 1445
 1446[[package]]
 1447name = "aws-lc-rs"
 1448version = "1.15.4"
 1449source = "registry+https://github.com/rust-lang/crates.io-index"
 1450checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1451dependencies = [
 1452 "aws-lc-sys",
 1453 "untrusted 0.7.1",
 1454 "zeroize",
 1455]
 1456
 1457[[package]]
 1458name = "aws-lc-sys"
 1459version = "0.37.0"
 1460source = "registry+https://github.com/rust-lang/crates.io-index"
 1461checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1462dependencies = [
 1463 "cc",
 1464 "cmake",
 1465 "dunce",
 1466 "fs_extra",
 1467]
 1468
 1469[[package]]
 1470name = "aws-runtime"
 1471version = "1.5.16"
 1472source = "registry+https://github.com/rust-lang/crates.io-index"
 1473checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1474dependencies = [
 1475 "aws-credential-types",
 1476 "aws-sigv4",
 1477 "aws-smithy-async",
 1478 "aws-smithy-eventstream",
 1479 "aws-smithy-http",
 1480 "aws-smithy-runtime",
 1481 "aws-smithy-runtime-api",
 1482 "aws-smithy-types",
 1483 "aws-types",
 1484 "bytes 1.11.1",
 1485 "fastrand 2.3.0",
 1486 "http 0.2.12",
 1487 "http-body 0.4.6",
 1488 "percent-encoding",
 1489 "pin-project-lite",
 1490 "tracing",
 1491 "uuid",
 1492]
 1493
 1494[[package]]
 1495name = "aws-sdk-bedrockruntime"
 1496version = "1.113.0"
 1497source = "registry+https://github.com/rust-lang/crates.io-index"
 1498checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1499dependencies = [
 1500 "aws-credential-types",
 1501 "aws-runtime",
 1502 "aws-sigv4",
 1503 "aws-smithy-async",
 1504 "aws-smithy-eventstream",
 1505 "aws-smithy-http",
 1506 "aws-smithy-json",
 1507 "aws-smithy-runtime",
 1508 "aws-smithy-runtime-api",
 1509 "aws-smithy-types",
 1510 "aws-types",
 1511 "bytes 1.11.1",
 1512 "fastrand 2.3.0",
 1513 "http 0.2.12",
 1514 "hyper 0.14.32",
 1515 "regex-lite",
 1516 "tracing",
 1517]
 1518
 1519[[package]]
 1520name = "aws-sdk-kinesis"
 1521version = "1.95.0"
 1522source = "registry+https://github.com/rust-lang/crates.io-index"
 1523checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1524dependencies = [
 1525 "aws-credential-types",
 1526 "aws-runtime",
 1527 "aws-smithy-async",
 1528 "aws-smithy-eventstream",
 1529 "aws-smithy-http",
 1530 "aws-smithy-json",
 1531 "aws-smithy-runtime",
 1532 "aws-smithy-runtime-api",
 1533 "aws-smithy-types",
 1534 "aws-types",
 1535 "bytes 1.11.1",
 1536 "fastrand 2.3.0",
 1537 "http 0.2.12",
 1538 "regex-lite",
 1539 "tracing",
 1540]
 1541
 1542[[package]]
 1543name = "aws-sdk-s3"
 1544version = "1.112.0"
 1545source = "registry+https://github.com/rust-lang/crates.io-index"
 1546checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1547dependencies = [
 1548 "aws-credential-types",
 1549 "aws-runtime",
 1550 "aws-sigv4",
 1551 "aws-smithy-async",
 1552 "aws-smithy-checksums",
 1553 "aws-smithy-eventstream",
 1554 "aws-smithy-http",
 1555 "aws-smithy-json",
 1556 "aws-smithy-runtime",
 1557 "aws-smithy-runtime-api",
 1558 "aws-smithy-types",
 1559 "aws-smithy-xml",
 1560 "aws-types",
 1561 "bytes 1.11.1",
 1562 "fastrand 2.3.0",
 1563 "hex",
 1564 "hmac",
 1565 "http 0.2.12",
 1566 "http 1.3.1",
 1567 "http-body 0.4.6",
 1568 "lru",
 1569 "percent-encoding",
 1570 "regex-lite",
 1571 "sha2",
 1572 "tracing",
 1573 "url",
 1574]
 1575
 1576[[package]]
 1577name = "aws-sdk-sso"
 1578version = "1.88.0"
 1579source = "registry+https://github.com/rust-lang/crates.io-index"
 1580checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1581dependencies = [
 1582 "aws-credential-types",
 1583 "aws-runtime",
 1584 "aws-smithy-async",
 1585 "aws-smithy-http",
 1586 "aws-smithy-json",
 1587 "aws-smithy-runtime",
 1588 "aws-smithy-runtime-api",
 1589 "aws-smithy-types",
 1590 "aws-types",
 1591 "bytes 1.11.1",
 1592 "fastrand 2.3.0",
 1593 "http 0.2.12",
 1594 "regex-lite",
 1595 "tracing",
 1596]
 1597
 1598[[package]]
 1599name = "aws-sdk-ssooidc"
 1600version = "1.90.0"
 1601source = "registry+https://github.com/rust-lang/crates.io-index"
 1602checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1603dependencies = [
 1604 "aws-credential-types",
 1605 "aws-runtime",
 1606 "aws-smithy-async",
 1607 "aws-smithy-http",
 1608 "aws-smithy-json",
 1609 "aws-smithy-runtime",
 1610 "aws-smithy-runtime-api",
 1611 "aws-smithy-types",
 1612 "aws-types",
 1613 "bytes 1.11.1",
 1614 "fastrand 2.3.0",
 1615 "http 0.2.12",
 1616 "regex-lite",
 1617 "tracing",
 1618]
 1619
 1620[[package]]
 1621name = "aws-sdk-sts"
 1622version = "1.90.0"
 1623source = "registry+https://github.com/rust-lang/crates.io-index"
 1624checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1625dependencies = [
 1626 "aws-credential-types",
 1627 "aws-runtime",
 1628 "aws-smithy-async",
 1629 "aws-smithy-http",
 1630 "aws-smithy-json",
 1631 "aws-smithy-query",
 1632 "aws-smithy-runtime",
 1633 "aws-smithy-runtime-api",
 1634 "aws-smithy-types",
 1635 "aws-smithy-xml",
 1636 "aws-types",
 1637 "fastrand 2.3.0",
 1638 "http 0.2.12",
 1639 "regex-lite",
 1640 "tracing",
 1641]
 1642
 1643[[package]]
 1644name = "aws-sigv4"
 1645version = "1.3.6"
 1646source = "registry+https://github.com/rust-lang/crates.io-index"
 1647checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1648dependencies = [
 1649 "aws-credential-types",
 1650 "aws-smithy-eventstream",
 1651 "aws-smithy-http",
 1652 "aws-smithy-runtime-api",
 1653 "aws-smithy-types",
 1654 "bytes 1.11.1",
 1655 "crypto-bigint 0.5.5",
 1656 "form_urlencoded",
 1657 "hex",
 1658 "hmac",
 1659 "http 0.2.12",
 1660 "http 1.3.1",
 1661 "p256",
 1662 "percent-encoding",
 1663 "ring",
 1664 "sha2",
 1665 "subtle",
 1666 "time",
 1667 "tracing",
 1668 "zeroize",
 1669]
 1670
 1671[[package]]
 1672name = "aws-smithy-async"
 1673version = "1.2.6"
 1674source = "registry+https://github.com/rust-lang/crates.io-index"
 1675checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1676dependencies = [
 1677 "futures-util",
 1678 "pin-project-lite",
 1679 "tokio",
 1680]
 1681
 1682[[package]]
 1683name = "aws-smithy-checksums"
 1684version = "0.63.11"
 1685source = "registry+https://github.com/rust-lang/crates.io-index"
 1686checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1687dependencies = [
 1688 "aws-smithy-http",
 1689 "aws-smithy-types",
 1690 "bytes 1.11.1",
 1691 "crc-fast",
 1692 "hex",
 1693 "http 0.2.12",
 1694 "http-body 0.4.6",
 1695 "md-5",
 1696 "pin-project-lite",
 1697 "sha1",
 1698 "sha2",
 1699 "tracing",
 1700]
 1701
 1702[[package]]
 1703name = "aws-smithy-eventstream"
 1704version = "0.60.13"
 1705source = "registry+https://github.com/rust-lang/crates.io-index"
 1706checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1707dependencies = [
 1708 "aws-smithy-types",
 1709 "bytes 1.11.1",
 1710 "crc32fast",
 1711]
 1712
 1713[[package]]
 1714name = "aws-smithy-http"
 1715version = "0.62.5"
 1716source = "registry+https://github.com/rust-lang/crates.io-index"
 1717checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1718dependencies = [
 1719 "aws-smithy-eventstream",
 1720 "aws-smithy-runtime-api",
 1721 "aws-smithy-types",
 1722 "bytes 1.11.1",
 1723 "bytes-utils",
 1724 "futures-core",
 1725 "futures-util",
 1726 "http 0.2.12",
 1727 "http 1.3.1",
 1728 "http-body 0.4.6",
 1729 "percent-encoding",
 1730 "pin-project-lite",
 1731 "pin-utils",
 1732 "tracing",
 1733]
 1734
 1735[[package]]
 1736name = "aws-smithy-http-client"
 1737version = "1.1.4"
 1738source = "registry+https://github.com/rust-lang/crates.io-index"
 1739checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1740dependencies = [
 1741 "aws-smithy-async",
 1742 "aws-smithy-runtime-api",
 1743 "aws-smithy-types",
 1744 "h2 0.3.27",
 1745 "h2 0.4.12",
 1746 "http 0.2.12",
 1747 "http 1.3.1",
 1748 "http-body 0.4.6",
 1749 "hyper 0.14.32",
 1750 "hyper 1.7.0",
 1751 "hyper-rustls 0.24.2",
 1752 "hyper-rustls 0.27.7",
 1753 "hyper-util",
 1754 "pin-project-lite",
 1755 "rustls 0.21.12",
 1756 "rustls 0.23.33",
 1757 "rustls-native-certs 0.8.2",
 1758 "rustls-pki-types",
 1759 "tokio",
 1760 "tokio-rustls 0.26.2",
 1761 "tower 0.5.2",
 1762 "tracing",
 1763]
 1764
 1765[[package]]
 1766name = "aws-smithy-json"
 1767version = "0.61.7"
 1768source = "registry+https://github.com/rust-lang/crates.io-index"
 1769checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1770dependencies = [
 1771 "aws-smithy-types",
 1772]
 1773
 1774[[package]]
 1775name = "aws-smithy-observability"
 1776version = "0.1.4"
 1777source = "registry+https://github.com/rust-lang/crates.io-index"
 1778checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1779dependencies = [
 1780 "aws-smithy-runtime-api",
 1781]
 1782
 1783[[package]]
 1784name = "aws-smithy-query"
 1785version = "0.60.8"
 1786source = "registry+https://github.com/rust-lang/crates.io-index"
 1787checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1788dependencies = [
 1789 "aws-smithy-types",
 1790 "urlencoding",
 1791]
 1792
 1793[[package]]
 1794name = "aws-smithy-runtime"
 1795version = "1.9.4"
 1796source = "registry+https://github.com/rust-lang/crates.io-index"
 1797checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1798dependencies = [
 1799 "aws-smithy-async",
 1800 "aws-smithy-http",
 1801 "aws-smithy-http-client",
 1802 "aws-smithy-observability",
 1803 "aws-smithy-runtime-api",
 1804 "aws-smithy-types",
 1805 "bytes 1.11.1",
 1806 "fastrand 2.3.0",
 1807 "http 0.2.12",
 1808 "http 1.3.1",
 1809 "http-body 0.4.6",
 1810 "http-body 1.0.1",
 1811 "pin-project-lite",
 1812 "pin-utils",
 1813 "tokio",
 1814 "tracing",
 1815]
 1816
 1817[[package]]
 1818name = "aws-smithy-runtime-api"
 1819version = "1.9.2"
 1820source = "registry+https://github.com/rust-lang/crates.io-index"
 1821checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1822dependencies = [
 1823 "aws-smithy-async",
 1824 "aws-smithy-types",
 1825 "bytes 1.11.1",
 1826 "http 0.2.12",
 1827 "http 1.3.1",
 1828 "pin-project-lite",
 1829 "tokio",
 1830 "tracing",
 1831 "zeroize",
 1832]
 1833
 1834[[package]]
 1835name = "aws-smithy-types"
 1836version = "1.3.4"
 1837source = "registry+https://github.com/rust-lang/crates.io-index"
 1838checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1839dependencies = [
 1840 "base64-simd",
 1841 "bytes 1.11.1",
 1842 "bytes-utils",
 1843 "futures-core",
 1844 "http 0.2.12",
 1845 "http 1.3.1",
 1846 "http-body 0.4.6",
 1847 "http-body 1.0.1",
 1848 "http-body-util",
 1849 "itoa",
 1850 "num-integer",
 1851 "pin-project-lite",
 1852 "pin-utils",
 1853 "ryu",
 1854 "serde",
 1855 "time",
 1856 "tokio",
 1857 "tokio-util",
 1858]
 1859
 1860[[package]]
 1861name = "aws-smithy-xml"
 1862version = "0.60.12"
 1863source = "registry+https://github.com/rust-lang/crates.io-index"
 1864checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1865dependencies = [
 1866 "xmlparser",
 1867]
 1868
 1869[[package]]
 1870name = "aws-types"
 1871version = "1.3.10"
 1872source = "registry+https://github.com/rust-lang/crates.io-index"
 1873checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1874dependencies = [
 1875 "aws-credential-types",
 1876 "aws-smithy-async",
 1877 "aws-smithy-runtime-api",
 1878 "aws-smithy-types",
 1879 "rustc_version",
 1880 "tracing",
 1881]
 1882
 1883[[package]]
 1884name = "aws_http_client"
 1885version = "0.1.0"
 1886dependencies = [
 1887 "aws-smithy-runtime-api",
 1888 "aws-smithy-types",
 1889 "http_client",
 1890]
 1891
 1892[[package]]
 1893name = "axum"
 1894version = "0.6.20"
 1895source = "registry+https://github.com/rust-lang/crates.io-index"
 1896checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1897dependencies = [
 1898 "async-trait",
 1899 "axum-core",
 1900 "base64 0.21.7",
 1901 "bitflags 1.3.2",
 1902 "bytes 1.11.1",
 1903 "futures-util",
 1904 "headers",
 1905 "http 0.2.12",
 1906 "http-body 0.4.6",
 1907 "hyper 0.14.32",
 1908 "itoa",
 1909 "matchit",
 1910 "memchr",
 1911 "mime",
 1912 "percent-encoding",
 1913 "pin-project-lite",
 1914 "rustversion",
 1915 "serde",
 1916 "serde_json",
 1917 "serde_path_to_error",
 1918 "serde_urlencoded",
 1919 "sha1",
 1920 "sync_wrapper 0.1.2",
 1921 "tokio",
 1922 "tokio-tungstenite 0.20.1",
 1923 "tower 0.4.13",
 1924 "tower-layer",
 1925 "tower-service",
 1926]
 1927
 1928[[package]]
 1929name = "axum-core"
 1930version = "0.3.4"
 1931source = "registry+https://github.com/rust-lang/crates.io-index"
 1932checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1933dependencies = [
 1934 "async-trait",
 1935 "bytes 1.11.1",
 1936 "futures-util",
 1937 "http 0.2.12",
 1938 "http-body 0.4.6",
 1939 "mime",
 1940 "rustversion",
 1941 "tower-layer",
 1942 "tower-service",
 1943]
 1944
 1945[[package]]
 1946name = "backtrace"
 1947version = "0.3.76"
 1948source = "registry+https://github.com/rust-lang/crates.io-index"
 1949checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1950dependencies = [
 1951 "addr2line 0.25.1",
 1952 "cfg-if",
 1953 "libc",
 1954 "miniz_oxide",
 1955 "object 0.37.3",
 1956 "rustc-demangle",
 1957 "windows-link 0.2.1",
 1958]
 1959
 1960[[package]]
 1961name = "base16ct"
 1962version = "0.1.1"
 1963source = "registry+https://github.com/rust-lang/crates.io-index"
 1964checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1965
 1966[[package]]
 1967name = "base64"
 1968version = "0.21.7"
 1969source = "registry+https://github.com/rust-lang/crates.io-index"
 1970checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1971
 1972[[package]]
 1973name = "base64"
 1974version = "0.22.1"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1977
 1978[[package]]
 1979name = "base64-simd"
 1980version = "0.8.0"
 1981source = "registry+https://github.com/rust-lang/crates.io-index"
 1982checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1983dependencies = [
 1984 "outref",
 1985 "vsimd",
 1986]
 1987
 1988[[package]]
 1989name = "base64ct"
 1990version = "1.8.0"
 1991source = "registry+https://github.com/rust-lang/crates.io-index"
 1992checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1993
 1994[[package]]
 1995name = "bedrock"
 1996version = "0.1.0"
 1997dependencies = [
 1998 "anyhow",
 1999 "aws-sdk-bedrockruntime",
 2000 "aws-smithy-types",
 2001 "futures 0.3.31",
 2002 "schemars",
 2003 "serde",
 2004 "serde_json",
 2005 "strum 0.27.2",
 2006 "thiserror 2.0.17",
 2007]
 2008
 2009[[package]]
 2010name = "bigdecimal"
 2011version = "0.4.8"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 2014dependencies = [
 2015 "autocfg",
 2016 "libm",
 2017 "num-bigint",
 2018 "num-integer",
 2019 "num-traits",
 2020 "serde",
 2021]
 2022
 2023[[package]]
 2024name = "bincode"
 2025version = "1.3.3"
 2026source = "registry+https://github.com/rust-lang/crates.io-index"
 2027checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 2028dependencies = [
 2029 "serde",
 2030]
 2031
 2032[[package]]
 2033name = "bindgen"
 2034version = "0.71.1"
 2035source = "registry+https://github.com/rust-lang/crates.io-index"
 2036checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 2037dependencies = [
 2038 "bitflags 2.10.0",
 2039 "cexpr",
 2040 "clang-sys",
 2041 "itertools 0.12.1",
 2042 "log",
 2043 "prettyplease",
 2044 "proc-macro2",
 2045 "quote",
 2046 "regex",
 2047 "rustc-hash 2.1.1",
 2048 "shlex",
 2049 "syn 2.0.117",
 2050]
 2051
 2052[[package]]
 2053name = "bindgen"
 2054version = "0.72.1"
 2055source = "registry+https://github.com/rust-lang/crates.io-index"
 2056checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 2057dependencies = [
 2058 "bitflags 2.10.0",
 2059 "cexpr",
 2060 "clang-sys",
 2061 "itertools 0.12.1",
 2062 "proc-macro2",
 2063 "quote",
 2064 "regex",
 2065 "rustc-hash 2.1.1",
 2066 "shlex",
 2067 "syn 2.0.117",
 2068]
 2069
 2070[[package]]
 2071name = "bit-set"
 2072version = "0.8.0"
 2073source = "registry+https://github.com/rust-lang/crates.io-index"
 2074checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2075dependencies = [
 2076 "bit-vec 0.8.0",
 2077]
 2078
 2079[[package]]
 2080name = "bit-set"
 2081version = "0.9.1"
 2082source = "registry+https://github.com/rust-lang/crates.io-index"
 2083checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 2084dependencies = [
 2085 "bit-vec 0.9.1",
 2086]
 2087
 2088[[package]]
 2089name = "bit-vec"
 2090version = "0.8.0"
 2091source = "registry+https://github.com/rust-lang/crates.io-index"
 2092checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2093
 2094[[package]]
 2095name = "bit-vec"
 2096version = "0.9.1"
 2097source = "registry+https://github.com/rust-lang/crates.io-index"
 2098checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 2099
 2100[[package]]
 2101name = "bit_field"
 2102version = "0.10.3"
 2103source = "registry+https://github.com/rust-lang/crates.io-index"
 2104checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2105
 2106[[package]]
 2107name = "bitflags"
 2108version = "1.3.2"
 2109source = "registry+https://github.com/rust-lang/crates.io-index"
 2110checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2111
 2112[[package]]
 2113name = "bitflags"
 2114version = "2.10.0"
 2115source = "registry+https://github.com/rust-lang/crates.io-index"
 2116checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2117dependencies = [
 2118 "serde_core",
 2119]
 2120
 2121[[package]]
 2122name = "bitstream-io"
 2123version = "2.6.0"
 2124source = "registry+https://github.com/rust-lang/crates.io-index"
 2125checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2126
 2127[[package]]
 2128name = "bitvec"
 2129version = "1.0.1"
 2130source = "registry+https://github.com/rust-lang/crates.io-index"
 2131checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2132dependencies = [
 2133 "funty",
 2134 "radium",
 2135 "tap",
 2136 "wyz",
 2137]
 2138
 2139[[package]]
 2140name = "block"
 2141version = "0.1.6"
 2142source = "registry+https://github.com/rust-lang/crates.io-index"
 2143checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2144
 2145[[package]]
 2146name = "block-buffer"
 2147version = "0.10.4"
 2148source = "registry+https://github.com/rust-lang/crates.io-index"
 2149checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2150dependencies = [
 2151 "generic-array",
 2152]
 2153
 2154[[package]]
 2155name = "block-padding"
 2156version = "0.3.3"
 2157source = "registry+https://github.com/rust-lang/crates.io-index"
 2158checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2159dependencies = [
 2160 "generic-array",
 2161]
 2162
 2163[[package]]
 2164name = "block2"
 2165version = "0.6.2"
 2166source = "registry+https://github.com/rust-lang/crates.io-index"
 2167checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2168dependencies = [
 2169 "objc2",
 2170]
 2171
 2172[[package]]
 2173name = "blocking"
 2174version = "1.6.2"
 2175source = "registry+https://github.com/rust-lang/crates.io-index"
 2176checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2177dependencies = [
 2178 "async-channel 2.5.0",
 2179 "async-task",
 2180 "futures-io",
 2181 "futures-lite 2.6.1",
 2182 "piper",
 2183]
 2184
 2185[[package]]
 2186name = "bmrng"
 2187version = "0.5.2"
 2188source = "registry+https://github.com/rust-lang/crates.io-index"
 2189checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2190dependencies = [
 2191 "futures-core",
 2192 "tokio",
 2193]
 2194
 2195[[package]]
 2196name = "bon"
 2197version = "3.8.2"
 2198source = "registry+https://github.com/rust-lang/crates.io-index"
 2199checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2200dependencies = [
 2201 "bon-macros",
 2202 "rustversion",
 2203]
 2204
 2205[[package]]
 2206name = "bon-macros"
 2207version = "3.8.2"
 2208source = "registry+https://github.com/rust-lang/crates.io-index"
 2209checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2210dependencies = [
 2211 "darling 0.21.3",
 2212 "ident_case",
 2213 "prettyplease",
 2214 "proc-macro2",
 2215 "quote",
 2216 "rustversion",
 2217 "syn 2.0.117",
 2218]
 2219
 2220[[package]]
 2221name = "borrow-or-share"
 2222version = "0.2.4"
 2223source = "registry+https://github.com/rust-lang/crates.io-index"
 2224checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2225
 2226[[package]]
 2227name = "borsh"
 2228version = "1.5.7"
 2229source = "registry+https://github.com/rust-lang/crates.io-index"
 2230checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2231dependencies = [
 2232 "borsh-derive",
 2233 "cfg_aliases 0.2.1",
 2234]
 2235
 2236[[package]]
 2237name = "borsh-derive"
 2238version = "1.5.7"
 2239source = "registry+https://github.com/rust-lang/crates.io-index"
 2240checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2241dependencies = [
 2242 "once_cell",
 2243 "proc-macro-crate",
 2244 "proc-macro2",
 2245 "quote",
 2246 "syn 2.0.117",
 2247]
 2248
 2249[[package]]
 2250name = "breadcrumbs"
 2251version = "0.1.0"
 2252dependencies = [
 2253 "gpui",
 2254 "ui",
 2255 "workspace",
 2256]
 2257
 2258[[package]]
 2259name = "brotli"
 2260version = "8.0.2"
 2261source = "registry+https://github.com/rust-lang/crates.io-index"
 2262checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
 2263dependencies = [
 2264 "alloc-no-stdlib",
 2265 "alloc-stdlib",
 2266 "brotli-decompressor",
 2267]
 2268
 2269[[package]]
 2270name = "brotli-decompressor"
 2271version = "5.0.0"
 2272source = "registry+https://github.com/rust-lang/crates.io-index"
 2273checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
 2274dependencies = [
 2275 "alloc-no-stdlib",
 2276 "alloc-stdlib",
 2277]
 2278
 2279[[package]]
 2280name = "brush-parser"
 2281version = "0.3.0"
 2282source = "registry+https://github.com/rust-lang/crates.io-index"
 2283checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2284dependencies = [
 2285 "bon",
 2286 "cached",
 2287 "indenter",
 2288 "peg",
 2289 "thiserror 2.0.17",
 2290 "tracing",
 2291 "utf8-chars",
 2292]
 2293
 2294[[package]]
 2295name = "bstr"
 2296version = "1.12.0"
 2297source = "registry+https://github.com/rust-lang/crates.io-index"
 2298checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2299dependencies = [
 2300 "memchr",
 2301 "regex-automata",
 2302 "serde",
 2303]
 2304
 2305[[package]]
 2306name = "buffer_diff"
 2307version = "0.1.0"
 2308dependencies = [
 2309 "clock",
 2310 "ctor",
 2311 "futures 0.3.31",
 2312 "git2",
 2313 "gpui",
 2314 "language",
 2315 "log",
 2316 "pretty_assertions",
 2317 "rand 0.9.2",
 2318 "rope",
 2319 "settings",
 2320 "sum_tree",
 2321 "text",
 2322 "tracing",
 2323 "unindent",
 2324 "util",
 2325 "zlog",
 2326 "ztracing",
 2327]
 2328
 2329[[package]]
 2330name = "built"
 2331version = "0.7.7"
 2332source = "registry+https://github.com/rust-lang/crates.io-index"
 2333checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2334
 2335[[package]]
 2336name = "bumpalo"
 2337version = "3.19.0"
 2338source = "registry+https://github.com/rust-lang/crates.io-index"
 2339checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2340dependencies = [
 2341 "allocator-api2",
 2342]
 2343
 2344[[package]]
 2345name = "by_address"
 2346version = "1.2.1"
 2347source = "registry+https://github.com/rust-lang/crates.io-index"
 2348checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2349
 2350[[package]]
 2351name = "bytecheck"
 2352version = "0.6.12"
 2353source = "registry+https://github.com/rust-lang/crates.io-index"
 2354checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2355dependencies = [
 2356 "bytecheck_derive",
 2357 "ptr_meta",
 2358 "simdutf8",
 2359]
 2360
 2361[[package]]
 2362name = "bytecheck_derive"
 2363version = "0.6.12"
 2364source = "registry+https://github.com/rust-lang/crates.io-index"
 2365checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2366dependencies = [
 2367 "proc-macro2",
 2368 "quote",
 2369 "syn 1.0.109",
 2370]
 2371
 2372[[package]]
 2373name = "bytecount"
 2374version = "0.6.9"
 2375source = "registry+https://github.com/rust-lang/crates.io-index"
 2376checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2377
 2378[[package]]
 2379name = "bytemuck"
 2380version = "1.24.0"
 2381source = "registry+https://github.com/rust-lang/crates.io-index"
 2382checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2383dependencies = [
 2384 "bytemuck_derive",
 2385]
 2386
 2387[[package]]
 2388name = "bytemuck_derive"
 2389version = "1.10.2"
 2390source = "registry+https://github.com/rust-lang/crates.io-index"
 2391checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2392dependencies = [
 2393 "proc-macro2",
 2394 "quote",
 2395 "syn 2.0.117",
 2396]
 2397
 2398[[package]]
 2399name = "byteorder"
 2400version = "1.5.0"
 2401source = "registry+https://github.com/rust-lang/crates.io-index"
 2402checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2403
 2404[[package]]
 2405name = "byteorder-lite"
 2406version = "0.1.0"
 2407source = "registry+https://github.com/rust-lang/crates.io-index"
 2408checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2409
 2410[[package]]
 2411name = "bytes"
 2412version = "0.4.12"
 2413source = "registry+https://github.com/rust-lang/crates.io-index"
 2414checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2415dependencies = [
 2416 "byteorder",
 2417 "iovec",
 2418]
 2419
 2420[[package]]
 2421name = "bytes"
 2422version = "1.11.1"
 2423source = "registry+https://github.com/rust-lang/crates.io-index"
 2424checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2425
 2426[[package]]
 2427name = "bytes-utils"
 2428version = "0.1.4"
 2429source = "registry+https://github.com/rust-lang/crates.io-index"
 2430checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2431dependencies = [
 2432 "bytes 1.11.1",
 2433 "either",
 2434]
 2435
 2436[[package]]
 2437name = "bzip2"
 2438version = "0.4.4"
 2439source = "registry+https://github.com/rust-lang/crates.io-index"
 2440checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2441dependencies = [
 2442 "bzip2-sys",
 2443 "libc",
 2444]
 2445
 2446[[package]]
 2447name = "bzip2-sys"
 2448version = "0.1.13+1.0.8"
 2449source = "registry+https://github.com/rust-lang/crates.io-index"
 2450checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2451dependencies = [
 2452 "cc",
 2453 "pkg-config",
 2454]
 2455
 2456[[package]]
 2457name = "cached"
 2458version = "0.56.0"
 2459source = "registry+https://github.com/rust-lang/crates.io-index"
 2460checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2461dependencies = [
 2462 "ahash 0.8.12",
 2463 "cached_proc_macro",
 2464 "cached_proc_macro_types",
 2465 "hashbrown 0.15.5",
 2466 "once_cell",
 2467 "thiserror 2.0.17",
 2468 "web-time",
 2469]
 2470
 2471[[package]]
 2472name = "cached_proc_macro"
 2473version = "0.25.0"
 2474source = "registry+https://github.com/rust-lang/crates.io-index"
 2475checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2476dependencies = [
 2477 "darling 0.20.11",
 2478 "proc-macro2",
 2479 "quote",
 2480 "syn 2.0.117",
 2481]
 2482
 2483[[package]]
 2484name = "cached_proc_macro_types"
 2485version = "0.1.1"
 2486source = "registry+https://github.com/rust-lang/crates.io-index"
 2487checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2488
 2489[[package]]
 2490name = "call"
 2491version = "0.1.0"
 2492dependencies = [
 2493 "anyhow",
 2494 "audio",
 2495 "client",
 2496 "collections",
 2497 "feature_flags",
 2498 "fs",
 2499 "futures 0.3.31",
 2500 "gpui",
 2501 "gpui_tokio",
 2502 "language",
 2503 "livekit_client",
 2504 "log",
 2505 "postage",
 2506 "project",
 2507 "serde",
 2508 "settings",
 2509 "telemetry",
 2510 "util",
 2511 "workspace",
 2512]
 2513
 2514[[package]]
 2515name = "calloop"
 2516version = "0.14.3"
 2517source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2518dependencies = [
 2519 "bitflags 2.10.0",
 2520 "polling",
 2521 "rustix 1.1.2",
 2522 "slab",
 2523 "tracing",
 2524]
 2525
 2526[[package]]
 2527name = "calloop-wayland-source"
 2528version = "0.4.1"
 2529source = "registry+https://github.com/rust-lang/crates.io-index"
 2530checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2531dependencies = [
 2532 "calloop",
 2533 "rustix 1.1.2",
 2534 "wayland-backend",
 2535 "wayland-client",
 2536]
 2537
 2538[[package]]
 2539name = "camino"
 2540version = "1.2.1"
 2541source = "registry+https://github.com/rust-lang/crates.io-index"
 2542checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2543dependencies = [
 2544 "serde_core",
 2545]
 2546
 2547[[package]]
 2548name = "candle-core"
 2549version = "0.9.1"
 2550source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2551dependencies = [
 2552 "byteorder",
 2553 "float8",
 2554 "gemm 0.17.1",
 2555 "half",
 2556 "memmap2",
 2557 "num-traits",
 2558 "num_cpus",
 2559 "rand 0.9.2",
 2560 "rand_distr",
 2561 "rayon",
 2562 "safetensors",
 2563 "thiserror 1.0.69",
 2564 "ug",
 2565 "yoke 0.7.5",
 2566 "zip 1.1.4",
 2567]
 2568
 2569[[package]]
 2570name = "candle-nn"
 2571version = "0.9.1"
 2572source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2573dependencies = [
 2574 "candle-core",
 2575 "half",
 2576 "libc",
 2577 "num-traits",
 2578 "rayon",
 2579 "safetensors",
 2580 "serde",
 2581 "thiserror 1.0.69",
 2582]
 2583
 2584[[package]]
 2585name = "candle-onnx"
 2586version = "0.9.1"
 2587source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2588dependencies = [
 2589 "candle-core",
 2590 "candle-nn",
 2591 "prost 0.12.6",
 2592]
 2593
 2594[[package]]
 2595name = "cap-fs-ext"
 2596version = "3.4.4"
 2597source = "registry+https://github.com/rust-lang/crates.io-index"
 2598checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2599dependencies = [
 2600 "cap-primitives",
 2601 "cap-std",
 2602 "io-lifetimes",
 2603 "windows-sys 0.59.0",
 2604]
 2605
 2606[[package]]
 2607name = "cap-net-ext"
 2608version = "3.4.4"
 2609source = "registry+https://github.com/rust-lang/crates.io-index"
 2610checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2611dependencies = [
 2612 "cap-primitives",
 2613 "cap-std",
 2614 "rustix 1.1.2",
 2615 "smallvec",
 2616]
 2617
 2618[[package]]
 2619name = "cap-primitives"
 2620version = "3.4.4"
 2621source = "registry+https://github.com/rust-lang/crates.io-index"
 2622checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2623dependencies = [
 2624 "ambient-authority",
 2625 "fs-set-times",
 2626 "io-extras",
 2627 "io-lifetimes",
 2628 "ipnet",
 2629 "maybe-owned",
 2630 "rustix 1.1.2",
 2631 "rustix-linux-procfs",
 2632 "windows-sys 0.59.0",
 2633 "winx",
 2634]
 2635
 2636[[package]]
 2637name = "cap-rand"
 2638version = "3.4.4"
 2639source = "registry+https://github.com/rust-lang/crates.io-index"
 2640checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2641dependencies = [
 2642 "ambient-authority",
 2643 "rand 0.8.5",
 2644]
 2645
 2646[[package]]
 2647name = "cap-std"
 2648version = "3.4.4"
 2649source = "registry+https://github.com/rust-lang/crates.io-index"
 2650checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2651dependencies = [
 2652 "cap-primitives",
 2653 "io-extras",
 2654 "io-lifetimes",
 2655 "rustix 1.1.2",
 2656]
 2657
 2658[[package]]
 2659name = "cap-time-ext"
 2660version = "3.4.4"
 2661source = "registry+https://github.com/rust-lang/crates.io-index"
 2662checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2663dependencies = [
 2664 "ambient-authority",
 2665 "cap-primitives",
 2666 "iana-time-zone",
 2667 "once_cell",
 2668 "rustix 1.1.2",
 2669 "winx",
 2670]
 2671
 2672[[package]]
 2673name = "cargo-platform"
 2674version = "0.1.9"
 2675source = "registry+https://github.com/rust-lang/crates.io-index"
 2676checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2677dependencies = [
 2678 "serde",
 2679]
 2680
 2681[[package]]
 2682name = "cargo_metadata"
 2683version = "0.19.2"
 2684source = "registry+https://github.com/rust-lang/crates.io-index"
 2685checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2686dependencies = [
 2687 "camino",
 2688 "cargo-platform",
 2689 "semver",
 2690 "serde",
 2691 "serde_json",
 2692 "thiserror 2.0.17",
 2693]
 2694
 2695[[package]]
 2696name = "cargo_toml"
 2697version = "0.21.0"
 2698source = "registry+https://github.com/rust-lang/crates.io-index"
 2699checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2700dependencies = [
 2701 "serde",
 2702 "toml 0.8.23",
 2703]
 2704
 2705[[package]]
 2706name = "cast"
 2707version = "0.3.0"
 2708source = "registry+https://github.com/rust-lang/crates.io-index"
 2709checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2710
 2711[[package]]
 2712name = "cbc"
 2713version = "0.1.2"
 2714source = "registry+https://github.com/rust-lang/crates.io-index"
 2715checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2716dependencies = [
 2717 "cipher",
 2718]
 2719
 2720[[package]]
 2721name = "cbindgen"
 2722version = "0.28.0"
 2723source = "registry+https://github.com/rust-lang/crates.io-index"
 2724checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2725dependencies = [
 2726 "heck 0.4.1",
 2727 "indexmap",
 2728 "log",
 2729 "proc-macro2",
 2730 "quote",
 2731 "serde",
 2732 "serde_json",
 2733 "syn 2.0.117",
 2734 "tempfile",
 2735 "toml 0.8.23",
 2736]
 2737
 2738[[package]]
 2739name = "cc"
 2740version = "1.2.49"
 2741source = "registry+https://github.com/rust-lang/crates.io-index"
 2742checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2743dependencies = [
 2744 "find-msvc-tools",
 2745 "jobserver",
 2746 "libc",
 2747 "shlex",
 2748]
 2749
 2750[[package]]
 2751name = "cesu8"
 2752version = "1.1.0"
 2753source = "registry+https://github.com/rust-lang/crates.io-index"
 2754checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2755
 2756[[package]]
 2757name = "cexpr"
 2758version = "0.6.0"
 2759source = "registry+https://github.com/rust-lang/crates.io-index"
 2760checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2761dependencies = [
 2762 "nom 7.1.3",
 2763]
 2764
 2765[[package]]
 2766name = "cfg-expr"
 2767version = "0.15.8"
 2768source = "registry+https://github.com/rust-lang/crates.io-index"
 2769checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2770dependencies = [
 2771 "smallvec",
 2772 "target-lexicon 0.12.16",
 2773]
 2774
 2775[[package]]
 2776name = "cfg-expr"
 2777version = "0.20.6"
 2778source = "registry+https://github.com/rust-lang/crates.io-index"
 2779checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2780dependencies = [
 2781 "smallvec",
 2782 "target-lexicon 0.13.3",
 2783]
 2784
 2785[[package]]
 2786name = "cfg-if"
 2787version = "1.0.4"
 2788source = "registry+https://github.com/rust-lang/crates.io-index"
 2789checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2790
 2791[[package]]
 2792name = "cfg_aliases"
 2793version = "0.1.1"
 2794source = "registry+https://github.com/rust-lang/crates.io-index"
 2795checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2796
 2797[[package]]
 2798name = "cfg_aliases"
 2799version = "0.2.1"
 2800source = "registry+https://github.com/rust-lang/crates.io-index"
 2801checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2802
 2803[[package]]
 2804name = "cgl"
 2805version = "0.3.2"
 2806source = "registry+https://github.com/rust-lang/crates.io-index"
 2807checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2808dependencies = [
 2809 "libc",
 2810]
 2811
 2812[[package]]
 2813name = "channel"
 2814version = "0.1.0"
 2815dependencies = [
 2816 "anyhow",
 2817 "client",
 2818 "clock",
 2819 "collections",
 2820 "futures 0.3.31",
 2821 "gpui",
 2822 "http_client",
 2823 "language",
 2824 "log",
 2825 "postage",
 2826 "release_channel",
 2827 "rpc",
 2828 "semver",
 2829 "settings",
 2830 "text",
 2831 "time",
 2832 "util",
 2833]
 2834
 2835[[package]]
 2836name = "chardetng"
 2837version = "0.1.17"
 2838source = "registry+https://github.com/rust-lang/crates.io-index"
 2839checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2840dependencies = [
 2841 "cfg-if",
 2842 "encoding_rs",
 2843 "memchr",
 2844]
 2845
 2846[[package]]
 2847name = "chrono"
 2848version = "0.4.42"
 2849source = "registry+https://github.com/rust-lang/crates.io-index"
 2850checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2851dependencies = [
 2852 "iana-time-zone",
 2853 "js-sys",
 2854 "num-traits",
 2855 "serde",
 2856 "wasm-bindgen",
 2857 "windows-link 0.2.1",
 2858]
 2859
 2860[[package]]
 2861name = "chunked_transfer"
 2862version = "1.5.0"
 2863source = "registry+https://github.com/rust-lang/crates.io-index"
 2864checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2865
 2866[[package]]
 2867name = "ciborium"
 2868version = "0.2.2"
 2869source = "registry+https://github.com/rust-lang/crates.io-index"
 2870checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2871dependencies = [
 2872 "ciborium-io",
 2873 "ciborium-ll",
 2874 "serde",
 2875]
 2876
 2877[[package]]
 2878name = "ciborium-io"
 2879version = "0.2.2"
 2880source = "registry+https://github.com/rust-lang/crates.io-index"
 2881checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2882
 2883[[package]]
 2884name = "ciborium-ll"
 2885version = "0.2.2"
 2886source = "registry+https://github.com/rust-lang/crates.io-index"
 2887checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2888dependencies = [
 2889 "ciborium-io",
 2890 "half",
 2891]
 2892
 2893[[package]]
 2894name = "cipher"
 2895version = "0.4.4"
 2896source = "registry+https://github.com/rust-lang/crates.io-index"
 2897checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2898dependencies = [
 2899 "crypto-common",
 2900 "inout",
 2901 "zeroize",
 2902]
 2903
 2904[[package]]
 2905name = "circular-buffer"
 2906version = "1.2.0"
 2907source = "registry+https://github.com/rust-lang/crates.io-index"
 2908checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2909
 2910[[package]]
 2911name = "clang-sys"
 2912version = "1.8.1"
 2913source = "registry+https://github.com/rust-lang/crates.io-index"
 2914checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2915dependencies = [
 2916 "glob",
 2917 "libc",
 2918 "libloading",
 2919]
 2920
 2921[[package]]
 2922name = "clap"
 2923version = "4.5.49"
 2924source = "registry+https://github.com/rust-lang/crates.io-index"
 2925checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2926dependencies = [
 2927 "clap_builder",
 2928 "clap_derive",
 2929]
 2930
 2931[[package]]
 2932name = "clap_builder"
 2933version = "4.5.49"
 2934source = "registry+https://github.com/rust-lang/crates.io-index"
 2935checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2936dependencies = [
 2937 "anstream",
 2938 "anstyle",
 2939 "clap_lex",
 2940 "strsim",
 2941 "terminal_size",
 2942]
 2943
 2944[[package]]
 2945name = "clap_complete"
 2946version = "4.5.59"
 2947source = "registry+https://github.com/rust-lang/crates.io-index"
 2948checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2949dependencies = [
 2950 "clap",
 2951]
 2952
 2953[[package]]
 2954name = "clap_derive"
 2955version = "4.5.49"
 2956source = "registry+https://github.com/rust-lang/crates.io-index"
 2957checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2958dependencies = [
 2959 "heck 0.5.0",
 2960 "proc-macro2",
 2961 "quote",
 2962 "syn 2.0.117",
 2963]
 2964
 2965[[package]]
 2966name = "clap_lex"
 2967version = "0.7.6"
 2968source = "registry+https://github.com/rust-lang/crates.io-index"
 2969checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2970
 2971[[package]]
 2972name = "cli"
 2973version = "0.1.0"
 2974dependencies = [
 2975 "anyhow",
 2976 "askpass",
 2977 "clap",
 2978 "collections",
 2979 "core-foundation 0.10.0",
 2980 "core-services",
 2981 "exec",
 2982 "fork",
 2983 "ipc-channel",
 2984 "parking_lot",
 2985 "paths",
 2986 "plist",
 2987 "rayon",
 2988 "release_channel",
 2989 "serde",
 2990 "serde_json",
 2991 "tempfile",
 2992 "util",
 2993 "walkdir",
 2994 "windows 0.61.3",
 2995]
 2996
 2997[[package]]
 2998name = "client"
 2999version = "0.1.0"
 3000dependencies = [
 3001 "anyhow",
 3002 "async-tungstenite",
 3003 "base64 0.22.1",
 3004 "chrono",
 3005 "clock",
 3006 "cloud_api_client",
 3007 "cloud_llm_client",
 3008 "collections",
 3009 "credentials_provider",
 3010 "derive_more",
 3011 "feature_flags",
 3012 "fs",
 3013 "futures 0.3.31",
 3014 "gpui",
 3015 "gpui_tokio",
 3016 "http_client",
 3017 "http_client_tls",
 3018 "httparse",
 3019 "log",
 3020 "objc2-foundation",
 3021 "parking_lot",
 3022 "paths",
 3023 "postage",
 3024 "rand 0.9.2",
 3025 "regex",
 3026 "release_channel",
 3027 "rpc",
 3028 "rustls-pki-types",
 3029 "semver",
 3030 "serde",
 3031 "serde_json",
 3032 "serde_urlencoded",
 3033 "settings",
 3034 "sha2",
 3035 "smol",
 3036 "telemetry",
 3037 "telemetry_events",
 3038 "text",
 3039 "thiserror 2.0.17",
 3040 "time",
 3041 "tiny_http",
 3042 "tokio",
 3043 "tokio-native-tls",
 3044 "tokio-rustls 0.26.2",
 3045 "tokio-socks",
 3046 "url",
 3047 "util",
 3048 "windows 0.61.3",
 3049 "worktree",
 3050]
 3051
 3052[[package]]
 3053name = "clock"
 3054version = "0.1.0"
 3055dependencies = [
 3056 "parking_lot",
 3057 "serde",
 3058 "smallvec",
 3059]
 3060
 3061[[package]]
 3062name = "cloud_api_client"
 3063version = "0.1.0"
 3064dependencies = [
 3065 "anyhow",
 3066 "cloud_api_types",
 3067 "futures 0.3.31",
 3068 "gpui",
 3069 "gpui_tokio",
 3070 "http_client",
 3071 "parking_lot",
 3072 "serde_json",
 3073 "thiserror 2.0.17",
 3074 "yawc",
 3075]
 3076
 3077[[package]]
 3078name = "cloud_api_types"
 3079version = "0.1.0"
 3080dependencies = [
 3081 "anyhow",
 3082 "chrono",
 3083 "ciborium",
 3084 "cloud_llm_client",
 3085 "pretty_assertions",
 3086 "serde",
 3087 "serde_json",
 3088 "strum 0.27.2",
 3089]
 3090
 3091[[package]]
 3092name = "cloud_llm_client"
 3093version = "0.1.0"
 3094dependencies = [
 3095 "anyhow",
 3096 "serde",
 3097 "serde_json",
 3098 "strum 0.27.2",
 3099 "uuid",
 3100 "zeta_prompt",
 3101]
 3102
 3103[[package]]
 3104name = "cmake"
 3105version = "0.1.56"
 3106source = "registry+https://github.com/rust-lang/crates.io-index"
 3107checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3108dependencies = [
 3109 "cc",
 3110]
 3111
 3112[[package]]
 3113name = "cobs"
 3114version = "0.3.0"
 3115source = "registry+https://github.com/rust-lang/crates.io-index"
 3116checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3117dependencies = [
 3118 "thiserror 2.0.17",
 3119]
 3120
 3121[[package]]
 3122name = "cocoa"
 3123version = "0.25.0"
 3124source = "registry+https://github.com/rust-lang/crates.io-index"
 3125checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3126dependencies = [
 3127 "bitflags 1.3.2",
 3128 "block",
 3129 "cocoa-foundation 0.1.2",
 3130 "core-foundation 0.9.4",
 3131 "core-graphics 0.23.2",
 3132 "foreign-types 0.5.0",
 3133 "libc",
 3134 "objc",
 3135]
 3136
 3137[[package]]
 3138name = "cocoa"
 3139version = "0.26.0"
 3140source = "registry+https://github.com/rust-lang/crates.io-index"
 3141checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3142dependencies = [
 3143 "bitflags 2.10.0",
 3144 "block",
 3145 "cocoa-foundation 0.2.0",
 3146 "core-foundation 0.10.0",
 3147 "core-graphics 0.24.0",
 3148 "foreign-types 0.5.0",
 3149 "libc",
 3150 "objc",
 3151]
 3152
 3153[[package]]
 3154name = "cocoa-foundation"
 3155version = "0.1.2"
 3156source = "registry+https://github.com/rust-lang/crates.io-index"
 3157checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3158dependencies = [
 3159 "bitflags 1.3.2",
 3160 "block",
 3161 "core-foundation 0.9.4",
 3162 "core-graphics-types 0.1.3",
 3163 "libc",
 3164 "objc",
 3165]
 3166
 3167[[package]]
 3168name = "cocoa-foundation"
 3169version = "0.2.0"
 3170source = "registry+https://github.com/rust-lang/crates.io-index"
 3171checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3172dependencies = [
 3173 "bitflags 2.10.0",
 3174 "block",
 3175 "core-foundation 0.10.0",
 3176 "core-graphics-types 0.2.0",
 3177 "libc",
 3178 "objc",
 3179]
 3180
 3181[[package]]
 3182name = "codespan-reporting"
 3183version = "0.13.0"
 3184source = "registry+https://github.com/rust-lang/crates.io-index"
 3185checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3186dependencies = [
 3187 "serde",
 3188 "termcolor",
 3189 "unicode-width",
 3190]
 3191
 3192[[package]]
 3193name = "codestral"
 3194version = "0.1.0"
 3195dependencies = [
 3196 "anyhow",
 3197 "edit_prediction",
 3198 "edit_prediction_types",
 3199 "futures 0.3.31",
 3200 "gpui",
 3201 "http_client",
 3202 "icons",
 3203 "language",
 3204 "language_model",
 3205 "log",
 3206 "serde",
 3207 "serde_json",
 3208 "text",
 3209 "zeta_prompt",
 3210]
 3211
 3212[[package]]
 3213name = "collab"
 3214version = "0.44.0"
 3215dependencies = [
 3216 "agent",
 3217 "anyhow",
 3218 "assistant_slash_command",
 3219 "assistant_text_thread",
 3220 "async-trait",
 3221 "async-tungstenite",
 3222 "aws-config",
 3223 "aws-sdk-kinesis",
 3224 "aws-sdk-s3",
 3225 "axum",
 3226 "buffer_diff",
 3227 "call",
 3228 "channel",
 3229 "chrono",
 3230 "client",
 3231 "clock",
 3232 "cloud_api_types",
 3233 "collab",
 3234 "collab_ui",
 3235 "collections",
 3236 "command_palette_hooks",
 3237 "ctor",
 3238 "dap",
 3239 "dap_adapters",
 3240 "dashmap",
 3241 "debugger_ui",
 3242 "editor",
 3243 "envy",
 3244 "extension",
 3245 "file_finder",
 3246 "fs",
 3247 "futures 0.3.31",
 3248 "git",
 3249 "git_hosting_providers",
 3250 "git_ui",
 3251 "gpui",
 3252 "gpui_tokio",
 3253 "hex",
 3254 "http_client",
 3255 "indoc",
 3256 "language",
 3257 "language_model",
 3258 "livekit_api",
 3259 "livekit_client",
 3260 "log",
 3261 "lsp",
 3262 "menu",
 3263 "multi_buffer",
 3264 "nanoid",
 3265 "node_runtime",
 3266 "notifications",
 3267 "parking_lot",
 3268 "pretty_assertions",
 3269 "project",
 3270 "prometheus",
 3271 "prompt_store",
 3272 "prost 0.9.0",
 3273 "rand 0.9.2",
 3274 "recent_projects",
 3275 "release_channel",
 3276 "remote",
 3277 "remote_server",
 3278 "reqwest 0.11.27",
 3279 "rpc",
 3280 "sea-orm",
 3281 "sea-orm-macros",
 3282 "semver",
 3283 "serde",
 3284 "serde_json",
 3285 "session",
 3286 "settings",
 3287 "sha2",
 3288 "smol",
 3289 "sqlx",
 3290 "strum 0.27.2",
 3291 "task",
 3292 "telemetry_events",
 3293 "text",
 3294 "theme",
 3295 "time",
 3296 "tokio",
 3297 "toml 0.8.23",
 3298 "tower 0.4.13",
 3299 "tower-http 0.4.4",
 3300 "tracing",
 3301 "tracing-subscriber",
 3302 "unindent",
 3303 "util",
 3304 "uuid",
 3305 "workspace",
 3306 "worktree",
 3307 "zed_actions",
 3308 "zlog",
 3309]
 3310
 3311[[package]]
 3312name = "collab_ui"
 3313version = "0.1.0"
 3314dependencies = [
 3315 "anyhow",
 3316 "call",
 3317 "channel",
 3318 "chrono",
 3319 "client",
 3320 "collections",
 3321 "db",
 3322 "editor",
 3323 "futures 0.3.31",
 3324 "fuzzy",
 3325 "gpui",
 3326 "livekit_client",
 3327 "log",
 3328 "menu",
 3329 "notifications",
 3330 "picker",
 3331 "project",
 3332 "release_channel",
 3333 "rpc",
 3334 "serde",
 3335 "serde_json",
 3336 "settings",
 3337 "smallvec",
 3338 "telemetry",
 3339 "theme",
 3340 "time",
 3341 "time_format",
 3342 "title_bar",
 3343 "ui",
 3344 "util",
 3345 "workspace",
 3346 "zed_actions",
 3347]
 3348
 3349[[package]]
 3350name = "collections"
 3351version = "0.1.0"
 3352dependencies = [
 3353 "indexmap",
 3354 "rustc-hash 2.1.1",
 3355]
 3356
 3357[[package]]
 3358name = "color_quant"
 3359version = "1.1.0"
 3360source = "registry+https://github.com/rust-lang/crates.io-index"
 3361checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3362
 3363[[package]]
 3364name = "colorchoice"
 3365version = "1.0.4"
 3366source = "registry+https://github.com/rust-lang/crates.io-index"
 3367checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3368
 3369[[package]]
 3370name = "combine"
 3371version = "4.6.7"
 3372source = "registry+https://github.com/rust-lang/crates.io-index"
 3373checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3374dependencies = [
 3375 "bytes 1.11.1",
 3376 "memchr",
 3377]
 3378
 3379[[package]]
 3380name = "command-fds"
 3381version = "0.3.2"
 3382source = "registry+https://github.com/rust-lang/crates.io-index"
 3383checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3384dependencies = [
 3385 "nix 0.30.1",
 3386 "thiserror 2.0.17",
 3387]
 3388
 3389[[package]]
 3390name = "command_palette"
 3391version = "0.1.0"
 3392dependencies = [
 3393 "anyhow",
 3394 "client",
 3395 "collections",
 3396 "command_palette_hooks",
 3397 "db",
 3398 "editor",
 3399 "fuzzy",
 3400 "go_to_line",
 3401 "gpui",
 3402 "language",
 3403 "log",
 3404 "menu",
 3405 "picker",
 3406 "postage",
 3407 "project",
 3408 "serde",
 3409 "settings",
 3410 "telemetry",
 3411 "theme",
 3412 "time",
 3413 "ui",
 3414 "util",
 3415 "workspace",
 3416 "zed_actions",
 3417]
 3418
 3419[[package]]
 3420name = "command_palette_hooks"
 3421version = "0.1.0"
 3422dependencies = [
 3423 "collections",
 3424 "derive_more",
 3425 "gpui",
 3426 "workspace",
 3427]
 3428
 3429[[package]]
 3430name = "component"
 3431version = "0.1.0"
 3432dependencies = [
 3433 "collections",
 3434 "documented",
 3435 "gpui",
 3436 "inventory",
 3437 "parking_lot",
 3438 "strum 0.27.2",
 3439 "theme",
 3440]
 3441
 3442[[package]]
 3443name = "component_preview"
 3444version = "0.1.0"
 3445dependencies = [
 3446 "anyhow",
 3447 "client",
 3448 "collections",
 3449 "component",
 3450 "db",
 3451 "fs",
 3452 "gpui",
 3453 "gpui_platform",
 3454 "language",
 3455 "log",
 3456 "node_runtime",
 3457 "notifications",
 3458 "project",
 3459 "release_channel",
 3460 "reqwest_client",
 3461 "session",
 3462 "settings",
 3463 "theme",
 3464 "ui",
 3465 "ui_input",
 3466 "uuid",
 3467 "workspace",
 3468]
 3469
 3470[[package]]
 3471name = "compression-codecs"
 3472version = "0.4.31"
 3473source = "registry+https://github.com/rust-lang/crates.io-index"
 3474checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3475dependencies = [
 3476 "compression-core",
 3477 "deflate64",
 3478 "flate2",
 3479 "memchr",
 3480]
 3481
 3482[[package]]
 3483name = "compression-core"
 3484version = "0.4.29"
 3485source = "registry+https://github.com/rust-lang/crates.io-index"
 3486checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3487
 3488[[package]]
 3489name = "concurrent-queue"
 3490version = "2.5.0"
 3491source = "registry+https://github.com/rust-lang/crates.io-index"
 3492checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3493dependencies = [
 3494 "crossbeam-utils",
 3495]
 3496
 3497[[package]]
 3498name = "console"
 3499version = "0.15.11"
 3500source = "registry+https://github.com/rust-lang/crates.io-index"
 3501checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3502dependencies = [
 3503 "encode_unicode",
 3504 "libc",
 3505 "once_cell",
 3506 "unicode-width",
 3507 "windows-sys 0.59.0",
 3508]
 3509
 3510[[package]]
 3511name = "console_error_panic_hook"
 3512version = "0.1.7"
 3513source = "registry+https://github.com/rust-lang/crates.io-index"
 3514checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3515dependencies = [
 3516 "cfg-if",
 3517 "wasm-bindgen",
 3518]
 3519
 3520[[package]]
 3521name = "const-oid"
 3522version = "0.9.6"
 3523source = "registry+https://github.com/rust-lang/crates.io-index"
 3524checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3525
 3526[[package]]
 3527name = "const-random"
 3528version = "0.1.18"
 3529source = "registry+https://github.com/rust-lang/crates.io-index"
 3530checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3531dependencies = [
 3532 "const-random-macro",
 3533]
 3534
 3535[[package]]
 3536name = "const-random-macro"
 3537version = "0.1.16"
 3538source = "registry+https://github.com/rust-lang/crates.io-index"
 3539checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3540dependencies = [
 3541 "getrandom 0.2.16",
 3542 "once_cell",
 3543 "tiny-keccak",
 3544]
 3545
 3546[[package]]
 3547name = "const_format"
 3548version = "0.2.35"
 3549source = "registry+https://github.com/rust-lang/crates.io-index"
 3550checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3551dependencies = [
 3552 "const_format_proc_macros",
 3553]
 3554
 3555[[package]]
 3556name = "const_format_proc_macros"
 3557version = "0.2.34"
 3558source = "registry+https://github.com/rust-lang/crates.io-index"
 3559checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3560dependencies = [
 3561 "proc-macro2",
 3562 "quote",
 3563 "unicode-xid",
 3564]
 3565
 3566[[package]]
 3567name = "constant_time_eq"
 3568version = "0.1.5"
 3569source = "registry+https://github.com/rust-lang/crates.io-index"
 3570checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3571
 3572[[package]]
 3573name = "context_server"
 3574version = "0.1.0"
 3575dependencies = [
 3576 "anyhow",
 3577 "async-trait",
 3578 "collections",
 3579 "futures 0.3.31",
 3580 "gpui",
 3581 "http_client",
 3582 "log",
 3583 "net",
 3584 "parking_lot",
 3585 "postage",
 3586 "schemars",
 3587 "serde",
 3588 "serde_json",
 3589 "settings",
 3590 "slotmap",
 3591 "smol",
 3592 "tempfile",
 3593 "terminal",
 3594 "url",
 3595 "util",
 3596]
 3597
 3598[[package]]
 3599name = "convert_case"
 3600version = "0.8.0"
 3601source = "registry+https://github.com/rust-lang/crates.io-index"
 3602checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3603dependencies = [
 3604 "unicode-segmentation",
 3605]
 3606
 3607[[package]]
 3608name = "convert_case"
 3609version = "0.10.0"
 3610source = "registry+https://github.com/rust-lang/crates.io-index"
 3611checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3612dependencies = [
 3613 "unicode-segmentation",
 3614]
 3615
 3616[[package]]
 3617name = "convert_case"
 3618version = "0.11.0"
 3619source = "registry+https://github.com/rust-lang/crates.io-index"
 3620checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3621dependencies = [
 3622 "unicode-segmentation",
 3623]
 3624
 3625[[package]]
 3626name = "copilot"
 3627version = "0.1.0"
 3628dependencies = [
 3629 "anyhow",
 3630 "async-std",
 3631 "collections",
 3632 "command_palette_hooks",
 3633 "copilot_chat",
 3634 "edit_prediction_types",
 3635 "editor",
 3636 "fs",
 3637 "futures 0.3.31",
 3638 "gpui",
 3639 "icons",
 3640 "indoc",
 3641 "language",
 3642 "log",
 3643 "lsp",
 3644 "node_runtime",
 3645 "parking_lot",
 3646 "paths",
 3647 "pretty_assertions",
 3648 "project",
 3649 "rpc",
 3650 "semver",
 3651 "serde",
 3652 "serde_json",
 3653 "settings",
 3654 "sum_tree",
 3655 "theme",
 3656 "util",
 3657 "workspace",
 3658 "zlog",
 3659]
 3660
 3661[[package]]
 3662name = "copilot_chat"
 3663version = "0.1.0"
 3664dependencies = [
 3665 "anthropic",
 3666 "anyhow",
 3667 "collections",
 3668 "dirs 4.0.0",
 3669 "fs",
 3670 "futures 0.3.31",
 3671 "gpui",
 3672 "http_client",
 3673 "log",
 3674 "paths",
 3675 "serde",
 3676 "serde_json",
 3677 "settings",
 3678]
 3679
 3680[[package]]
 3681name = "copilot_ui"
 3682version = "0.1.0"
 3683dependencies = [
 3684 "anyhow",
 3685 "copilot",
 3686 "gpui",
 3687 "language",
 3688 "log",
 3689 "lsp",
 3690 "menu",
 3691 "project",
 3692 "serde_json",
 3693 "settings",
 3694 "ui",
 3695 "util",
 3696 "workspace",
 3697]
 3698
 3699[[package]]
 3700name = "core-foundation"
 3701version = "0.9.4"
 3702source = "registry+https://github.com/rust-lang/crates.io-index"
 3703checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3704dependencies = [
 3705 "core-foundation-sys",
 3706 "libc",
 3707]
 3708
 3709[[package]]
 3710name = "core-foundation"
 3711version = "0.10.0"
 3712source = "registry+https://github.com/rust-lang/crates.io-index"
 3713checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3714dependencies = [
 3715 "core-foundation-sys",
 3716 "libc",
 3717]
 3718
 3719[[package]]
 3720name = "core-foundation-sys"
 3721version = "0.8.7"
 3722source = "registry+https://github.com/rust-lang/crates.io-index"
 3723checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3724
 3725[[package]]
 3726name = "core-graphics"
 3727version = "0.23.2"
 3728source = "registry+https://github.com/rust-lang/crates.io-index"
 3729checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3730dependencies = [
 3731 "bitflags 1.3.2",
 3732 "core-foundation 0.9.4",
 3733 "core-graphics-types 0.1.3",
 3734 "foreign-types 0.5.0",
 3735 "libc",
 3736]
 3737
 3738[[package]]
 3739name = "core-graphics"
 3740version = "0.24.0"
 3741source = "registry+https://github.com/rust-lang/crates.io-index"
 3742checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3743dependencies = [
 3744 "bitflags 2.10.0",
 3745 "core-foundation 0.10.0",
 3746 "core-graphics-types 0.2.0",
 3747 "foreign-types 0.5.0",
 3748 "libc",
 3749]
 3750
 3751[[package]]
 3752name = "core-graphics-helmer-fork"
 3753version = "0.24.0"
 3754source = "registry+https://github.com/rust-lang/crates.io-index"
 3755checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3756dependencies = [
 3757 "bitflags 2.10.0",
 3758 "core-foundation 0.9.4",
 3759 "core-graphics-types 0.1.3",
 3760 "foreign-types 0.5.0",
 3761 "libc",
 3762]
 3763
 3764[[package]]
 3765name = "core-graphics-types"
 3766version = "0.1.3"
 3767source = "registry+https://github.com/rust-lang/crates.io-index"
 3768checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3769dependencies = [
 3770 "bitflags 1.3.2",
 3771 "core-foundation 0.9.4",
 3772 "libc",
 3773]
 3774
 3775[[package]]
 3776name = "core-graphics-types"
 3777version = "0.2.0"
 3778source = "registry+https://github.com/rust-lang/crates.io-index"
 3779checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3780dependencies = [
 3781 "bitflags 2.10.0",
 3782 "core-foundation 0.10.0",
 3783 "libc",
 3784]
 3785
 3786[[package]]
 3787name = "core-graphics2"
 3788version = "0.5.2"
 3789source = "registry+https://github.com/rust-lang/crates.io-index"
 3790checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3791dependencies = [
 3792 "bitflags 2.10.0",
 3793 "block",
 3794 "cfg-if",
 3795 "core-foundation 0.10.0",
 3796 "libc",
 3797]
 3798
 3799[[package]]
 3800name = "core-services"
 3801version = "0.2.1"
 3802source = "registry+https://github.com/rust-lang/crates.io-index"
 3803checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3804dependencies = [
 3805 "core-foundation 0.9.4",
 3806]
 3807
 3808[[package]]
 3809name = "core-text"
 3810version = "21.0.0"
 3811source = "registry+https://github.com/rust-lang/crates.io-index"
 3812checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3813dependencies = [
 3814 "core-foundation 0.10.0",
 3815 "core-graphics 0.24.0",
 3816 "foreign-types 0.5.0",
 3817 "libc",
 3818]
 3819
 3820[[package]]
 3821name = "core-video"
 3822version = "0.5.2"
 3823source = "registry+https://github.com/rust-lang/crates.io-index"
 3824checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3825dependencies = [
 3826 "block",
 3827 "core-foundation 0.10.0",
 3828 "core-graphics2",
 3829 "io-surface",
 3830 "libc",
 3831 "metal",
 3832]
 3833
 3834[[package]]
 3835name = "core_maths"
 3836version = "0.1.1"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3839dependencies = [
 3840 "libm",
 3841]
 3842
 3843[[package]]
 3844name = "coreaudio-rs"
 3845version = "0.12.1"
 3846source = "registry+https://github.com/rust-lang/crates.io-index"
 3847checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3848dependencies = [
 3849 "bitflags 1.3.2",
 3850 "core-foundation-sys",
 3851 "coreaudio-sys",
 3852]
 3853
 3854[[package]]
 3855name = "coreaudio-rs"
 3856version = "0.13.0"
 3857source = "registry+https://github.com/rust-lang/crates.io-index"
 3858checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3859dependencies = [
 3860 "bitflags 1.3.2",
 3861 "libc",
 3862 "objc2-audio-toolbox",
 3863 "objc2-core-audio",
 3864 "objc2-core-audio-types",
 3865 "objc2-core-foundation",
 3866]
 3867
 3868[[package]]
 3869name = "coreaudio-sys"
 3870version = "0.2.17"
 3871source = "registry+https://github.com/rust-lang/crates.io-index"
 3872checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3873dependencies = [
 3874 "bindgen 0.72.1",
 3875]
 3876
 3877[[package]]
 3878name = "cosmic-text"
 3879version = "0.17.1"
 3880source = "registry+https://github.com/rust-lang/crates.io-index"
 3881checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3882dependencies = [
 3883 "bitflags 2.10.0",
 3884 "fontdb 0.23.0",
 3885 "harfrust",
 3886 "linebender_resource_handle",
 3887 "log",
 3888 "rangemap",
 3889 "rustc-hash 2.1.1",
 3890 "self_cell",
 3891 "skrifa 0.40.0",
 3892 "smol_str",
 3893 "swash",
 3894 "sys-locale",
 3895 "unicode-bidi",
 3896 "unicode-linebreak",
 3897 "unicode-script",
 3898 "unicode-segmentation",
 3899]
 3900
 3901[[package]]
 3902name = "cpal"
 3903version = "0.17.1"
 3904source = "registry+https://github.com/rust-lang/crates.io-index"
 3905checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3906dependencies = [
 3907 "alsa",
 3908 "coreaudio-rs 0.13.0",
 3909 "dasp_sample",
 3910 "jni",
 3911 "js-sys",
 3912 "libc",
 3913 "mach2 0.5.0",
 3914 "ndk",
 3915 "ndk-context",
 3916 "num-derive",
 3917 "num-traits",
 3918 "objc2",
 3919 "objc2-audio-toolbox",
 3920 "objc2-avf-audio",
 3921 "objc2-core-audio",
 3922 "objc2-core-audio-types",
 3923 "objc2-core-foundation",
 3924 "objc2-foundation",
 3925 "wasm-bindgen",
 3926 "wasm-bindgen-futures",
 3927 "web-sys",
 3928 "windows 0.62.2",
 3929]
 3930
 3931[[package]]
 3932name = "cpp_demangle"
 3933version = "0.4.5"
 3934source = "registry+https://github.com/rust-lang/crates.io-index"
 3935checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3936dependencies = [
 3937 "cfg-if",
 3938]
 3939
 3940[[package]]
 3941name = "cpufeatures"
 3942version = "0.2.17"
 3943source = "registry+https://github.com/rust-lang/crates.io-index"
 3944checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3945dependencies = [
 3946 "libc",
 3947]
 3948
 3949[[package]]
 3950name = "cranelift-assembler-x64"
 3951version = "0.120.2"
 3952source = "registry+https://github.com/rust-lang/crates.io-index"
 3953checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
 3954dependencies = [
 3955 "cranelift-assembler-x64-meta",
 3956]
 3957
 3958[[package]]
 3959name = "cranelift-assembler-x64-meta"
 3960version = "0.120.2"
 3961source = "registry+https://github.com/rust-lang/crates.io-index"
 3962checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
 3963dependencies = [
 3964 "cranelift-srcgen",
 3965]
 3966
 3967[[package]]
 3968name = "cranelift-bforest"
 3969version = "0.120.2"
 3970source = "registry+https://github.com/rust-lang/crates.io-index"
 3971checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
 3972dependencies = [
 3973 "cranelift-entity",
 3974]
 3975
 3976[[package]]
 3977name = "cranelift-bitset"
 3978version = "0.120.2"
 3979source = "registry+https://github.com/rust-lang/crates.io-index"
 3980checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
 3981dependencies = [
 3982 "serde",
 3983 "serde_derive",
 3984]
 3985
 3986[[package]]
 3987name = "cranelift-codegen"
 3988version = "0.120.2"
 3989source = "registry+https://github.com/rust-lang/crates.io-index"
 3990checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
 3991dependencies = [
 3992 "bumpalo",
 3993 "cranelift-assembler-x64",
 3994 "cranelift-bforest",
 3995 "cranelift-bitset",
 3996 "cranelift-codegen-meta",
 3997 "cranelift-codegen-shared",
 3998 "cranelift-control",
 3999 "cranelift-entity",
 4000 "cranelift-isle",
 4001 "gimli 0.31.1",
 4002 "hashbrown 0.15.5",
 4003 "log",
 4004 "postcard",
 4005 "pulley-interpreter",
 4006 "regalloc2",
 4007 "rustc-hash 2.1.1",
 4008 "serde",
 4009 "serde_derive",
 4010 "sha2",
 4011 "smallvec",
 4012 "target-lexicon 0.13.3",
 4013]
 4014
 4015[[package]]
 4016name = "cranelift-codegen-meta"
 4017version = "0.120.2"
 4018source = "registry+https://github.com/rust-lang/crates.io-index"
 4019checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
 4020dependencies = [
 4021 "cranelift-assembler-x64-meta",
 4022 "cranelift-codegen-shared",
 4023 "cranelift-srcgen",
 4024 "pulley-interpreter",
 4025]
 4026
 4027[[package]]
 4028name = "cranelift-codegen-shared"
 4029version = "0.120.2"
 4030source = "registry+https://github.com/rust-lang/crates.io-index"
 4031checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
 4032
 4033[[package]]
 4034name = "cranelift-control"
 4035version = "0.120.2"
 4036source = "registry+https://github.com/rust-lang/crates.io-index"
 4037checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
 4038dependencies = [
 4039 "arbitrary",
 4040]
 4041
 4042[[package]]
 4043name = "cranelift-entity"
 4044version = "0.120.2"
 4045source = "registry+https://github.com/rust-lang/crates.io-index"
 4046checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
 4047dependencies = [
 4048 "cranelift-bitset",
 4049 "serde",
 4050 "serde_derive",
 4051]
 4052
 4053[[package]]
 4054name = "cranelift-frontend"
 4055version = "0.120.2"
 4056source = "registry+https://github.com/rust-lang/crates.io-index"
 4057checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
 4058dependencies = [
 4059 "cranelift-codegen",
 4060 "log",
 4061 "smallvec",
 4062 "target-lexicon 0.13.3",
 4063]
 4064
 4065[[package]]
 4066name = "cranelift-isle"
 4067version = "0.120.2"
 4068source = "registry+https://github.com/rust-lang/crates.io-index"
 4069checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
 4070
 4071[[package]]
 4072name = "cranelift-native"
 4073version = "0.120.2"
 4074source = "registry+https://github.com/rust-lang/crates.io-index"
 4075checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
 4076dependencies = [
 4077 "cranelift-codegen",
 4078 "libc",
 4079 "target-lexicon 0.13.3",
 4080]
 4081
 4082[[package]]
 4083name = "cranelift-srcgen"
 4084version = "0.120.2"
 4085source = "registry+https://github.com/rust-lang/crates.io-index"
 4086checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
 4087
 4088[[package]]
 4089name = "crash-context"
 4090version = "0.6.3"
 4091source = "registry+https://github.com/rust-lang/crates.io-index"
 4092checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4093dependencies = [
 4094 "cfg-if",
 4095 "libc",
 4096 "mach2 0.4.3",
 4097]
 4098
 4099[[package]]
 4100name = "crash-handler"
 4101version = "0.6.3"
 4102source = "registry+https://github.com/rust-lang/crates.io-index"
 4103checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4104dependencies = [
 4105 "cfg-if",
 4106 "crash-context",
 4107 "libc",
 4108 "mach2 0.4.3",
 4109 "parking_lot",
 4110]
 4111
 4112[[package]]
 4113name = "crashes"
 4114version = "0.1.0"
 4115dependencies = [
 4116 "cfg-if",
 4117 "crash-handler",
 4118 "futures 0.3.31",
 4119 "log",
 4120 "mach2 0.5.0",
 4121 "minidumper",
 4122 "parking_lot",
 4123 "paths",
 4124 "release_channel",
 4125 "serde",
 4126 "serde_json",
 4127 "smol",
 4128 "system_specs",
 4129 "windows 0.61.3",
 4130 "zstd",
 4131]
 4132
 4133[[package]]
 4134name = "crc"
 4135version = "3.3.0"
 4136source = "registry+https://github.com/rust-lang/crates.io-index"
 4137checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4138dependencies = [
 4139 "crc-catalog",
 4140]
 4141
 4142[[package]]
 4143name = "crc-catalog"
 4144version = "2.4.0"
 4145source = "registry+https://github.com/rust-lang/crates.io-index"
 4146checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4147
 4148[[package]]
 4149name = "crc-fast"
 4150version = "1.6.0"
 4151source = "registry+https://github.com/rust-lang/crates.io-index"
 4152checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4153dependencies = [
 4154 "crc",
 4155 "digest",
 4156 "rand 0.9.2",
 4157 "regex",
 4158 "rustversion",
 4159]
 4160
 4161[[package]]
 4162name = "crc32fast"
 4163version = "1.5.0"
 4164source = "registry+https://github.com/rust-lang/crates.io-index"
 4165checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4166dependencies = [
 4167 "cfg-if",
 4168]
 4169
 4170[[package]]
 4171name = "credentials_provider"
 4172version = "0.1.0"
 4173dependencies = [
 4174 "anyhow",
 4175 "futures 0.3.31",
 4176 "gpui",
 4177 "paths",
 4178 "release_channel",
 4179 "serde",
 4180 "serde_json",
 4181]
 4182
 4183[[package]]
 4184name = "criterion"
 4185version = "0.5.1"
 4186source = "registry+https://github.com/rust-lang/crates.io-index"
 4187checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4188dependencies = [
 4189 "anes",
 4190 "cast",
 4191 "ciborium",
 4192 "clap",
 4193 "criterion-plot",
 4194 "is-terminal",
 4195 "itertools 0.10.5",
 4196 "num-traits",
 4197 "once_cell",
 4198 "oorandom",
 4199 "plotters",
 4200 "rayon",
 4201 "regex",
 4202 "serde",
 4203 "serde_derive",
 4204 "serde_json",
 4205 "tinytemplate",
 4206 "walkdir",
 4207]
 4208
 4209[[package]]
 4210name = "criterion-plot"
 4211version = "0.5.0"
 4212source = "registry+https://github.com/rust-lang/crates.io-index"
 4213checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4214dependencies = [
 4215 "cast",
 4216 "itertools 0.10.5",
 4217]
 4218
 4219[[package]]
 4220name = "crossbeam"
 4221version = "0.8.4"
 4222source = "registry+https://github.com/rust-lang/crates.io-index"
 4223checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4224dependencies = [
 4225 "crossbeam-channel",
 4226 "crossbeam-deque",
 4227 "crossbeam-epoch",
 4228 "crossbeam-queue",
 4229 "crossbeam-utils",
 4230]
 4231
 4232[[package]]
 4233name = "crossbeam-channel"
 4234version = "0.5.15"
 4235source = "registry+https://github.com/rust-lang/crates.io-index"
 4236checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4237dependencies = [
 4238 "crossbeam-utils",
 4239]
 4240
 4241[[package]]
 4242name = "crossbeam-deque"
 4243version = "0.8.6"
 4244source = "registry+https://github.com/rust-lang/crates.io-index"
 4245checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4246dependencies = [
 4247 "crossbeam-epoch",
 4248 "crossbeam-utils",
 4249]
 4250
 4251[[package]]
 4252name = "crossbeam-epoch"
 4253version = "0.9.18"
 4254source = "registry+https://github.com/rust-lang/crates.io-index"
 4255checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4256dependencies = [
 4257 "crossbeam-utils",
 4258]
 4259
 4260[[package]]
 4261name = "crossbeam-queue"
 4262version = "0.3.12"
 4263source = "registry+https://github.com/rust-lang/crates.io-index"
 4264checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4265dependencies = [
 4266 "crossbeam-utils",
 4267]
 4268
 4269[[package]]
 4270name = "crossbeam-utils"
 4271version = "0.8.21"
 4272source = "registry+https://github.com/rust-lang/crates.io-index"
 4273checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4274
 4275[[package]]
 4276name = "crunchy"
 4277version = "0.2.4"
 4278source = "registry+https://github.com/rust-lang/crates.io-index"
 4279checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4280
 4281[[package]]
 4282name = "crypto-bigint"
 4283version = "0.4.9"
 4284source = "registry+https://github.com/rust-lang/crates.io-index"
 4285checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4286dependencies = [
 4287 "generic-array",
 4288 "rand_core 0.6.4",
 4289 "subtle",
 4290 "zeroize",
 4291]
 4292
 4293[[package]]
 4294name = "crypto-bigint"
 4295version = "0.5.5"
 4296source = "registry+https://github.com/rust-lang/crates.io-index"
 4297checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4298dependencies = [
 4299 "rand_core 0.6.4",
 4300 "subtle",
 4301]
 4302
 4303[[package]]
 4304name = "crypto-common"
 4305version = "0.1.6"
 4306source = "registry+https://github.com/rust-lang/crates.io-index"
 4307checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4308dependencies = [
 4309 "generic-array",
 4310 "typenum",
 4311]
 4312
 4313[[package]]
 4314name = "cssparser"
 4315version = "0.35.0"
 4316source = "registry+https://github.com/rust-lang/crates.io-index"
 4317checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4318dependencies = [
 4319 "cssparser-macros",
 4320 "dtoa-short",
 4321 "itoa",
 4322 "phf 0.11.3",
 4323 "smallvec",
 4324]
 4325
 4326[[package]]
 4327name = "cssparser-macros"
 4328version = "0.6.1"
 4329source = "registry+https://github.com/rust-lang/crates.io-index"
 4330checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4331dependencies = [
 4332 "quote",
 4333 "syn 2.0.117",
 4334]
 4335
 4336[[package]]
 4337name = "csv_preview"
 4338version = "0.1.0"
 4339dependencies = [
 4340 "anyhow",
 4341 "editor",
 4342 "feature_flags",
 4343 "gpui",
 4344 "log",
 4345 "text",
 4346 "ui",
 4347 "workspace",
 4348]
 4349
 4350[[package]]
 4351name = "ctor"
 4352version = "0.4.3"
 4353source = "registry+https://github.com/rust-lang/crates.io-index"
 4354checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4355dependencies = [
 4356 "ctor-proc-macro",
 4357 "dtor",
 4358]
 4359
 4360[[package]]
 4361name = "ctor-proc-macro"
 4362version = "0.0.6"
 4363source = "registry+https://github.com/rust-lang/crates.io-index"
 4364checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4365
 4366[[package]]
 4367name = "ctrlc"
 4368version = "3.5.0"
 4369source = "registry+https://github.com/rust-lang/crates.io-index"
 4370checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4371dependencies = [
 4372 "dispatch",
 4373 "nix 0.30.1",
 4374 "windows-sys 0.61.2",
 4375]
 4376
 4377[[package]]
 4378name = "cursor-icon"
 4379version = "1.2.0"
 4380source = "registry+https://github.com/rust-lang/crates.io-index"
 4381checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4382
 4383[[package]]
 4384name = "cxx"
 4385version = "1.0.187"
 4386source = "registry+https://github.com/rust-lang/crates.io-index"
 4387checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4388dependencies = [
 4389 "cc",
 4390 "cxx-build",
 4391 "cxxbridge-cmd",
 4392 "cxxbridge-flags",
 4393 "cxxbridge-macro",
 4394 "foldhash 0.2.0",
 4395 "link-cplusplus",
 4396]
 4397
 4398[[package]]
 4399name = "cxx-build"
 4400version = "1.0.187"
 4401source = "registry+https://github.com/rust-lang/crates.io-index"
 4402checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4403dependencies = [
 4404 "cc",
 4405 "codespan-reporting",
 4406 "indexmap",
 4407 "proc-macro2",
 4408 "quote",
 4409 "scratch",
 4410 "syn 2.0.117",
 4411]
 4412
 4413[[package]]
 4414name = "cxxbridge-cmd"
 4415version = "1.0.187"
 4416source = "registry+https://github.com/rust-lang/crates.io-index"
 4417checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4418dependencies = [
 4419 "clap",
 4420 "codespan-reporting",
 4421 "indexmap",
 4422 "proc-macro2",
 4423 "quote",
 4424 "syn 2.0.117",
 4425]
 4426
 4427[[package]]
 4428name = "cxxbridge-flags"
 4429version = "1.0.187"
 4430source = "registry+https://github.com/rust-lang/crates.io-index"
 4431checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4432
 4433[[package]]
 4434name = "cxxbridge-macro"
 4435version = "1.0.187"
 4436source = "registry+https://github.com/rust-lang/crates.io-index"
 4437checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4438dependencies = [
 4439 "indexmap",
 4440 "proc-macro2",
 4441 "quote",
 4442 "syn 2.0.117",
 4443]
 4444
 4445[[package]]
 4446name = "dap"
 4447version = "0.1.0"
 4448dependencies = [
 4449 "anyhow",
 4450 "async-compression",
 4451 "async-pipe",
 4452 "async-tar",
 4453 "async-trait",
 4454 "client",
 4455 "collections",
 4456 "dap-types",
 4457 "fs",
 4458 "futures 0.3.31",
 4459 "gpui",
 4460 "http_client",
 4461 "language",
 4462 "libc",
 4463 "log",
 4464 "node_runtime",
 4465 "parking_lot",
 4466 "paths",
 4467 "proto",
 4468 "schemars",
 4469 "serde",
 4470 "serde_json",
 4471 "settings",
 4472 "smallvec",
 4473 "smol",
 4474 "task",
 4475 "telemetry",
 4476 "util",
 4477 "zlog",
 4478]
 4479
 4480[[package]]
 4481name = "dap-types"
 4482version = "0.0.1"
 4483source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4484dependencies = [
 4485 "schemars",
 4486 "serde",
 4487 "serde_json",
 4488]
 4489
 4490[[package]]
 4491name = "dap_adapters"
 4492version = "0.1.0"
 4493dependencies = [
 4494 "anyhow",
 4495 "async-trait",
 4496 "collections",
 4497 "dap",
 4498 "dotenvy",
 4499 "fs",
 4500 "futures 0.3.31",
 4501 "gpui",
 4502 "http_client",
 4503 "json_dotpath",
 4504 "language",
 4505 "log",
 4506 "node_runtime",
 4507 "paths",
 4508 "serde",
 4509 "serde_json",
 4510 "settings",
 4511 "smol",
 4512 "task",
 4513 "util",
 4514]
 4515
 4516[[package]]
 4517name = "darling"
 4518version = "0.20.11"
 4519source = "registry+https://github.com/rust-lang/crates.io-index"
 4520checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4521dependencies = [
 4522 "darling_core 0.20.11",
 4523 "darling_macro 0.20.11",
 4524]
 4525
 4526[[package]]
 4527name = "darling"
 4528version = "0.21.3"
 4529source = "registry+https://github.com/rust-lang/crates.io-index"
 4530checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4531dependencies = [
 4532 "darling_core 0.21.3",
 4533 "darling_macro 0.21.3",
 4534]
 4535
 4536[[package]]
 4537name = "darling_core"
 4538version = "0.20.11"
 4539source = "registry+https://github.com/rust-lang/crates.io-index"
 4540checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4541dependencies = [
 4542 "fnv",
 4543 "ident_case",
 4544 "proc-macro2",
 4545 "quote",
 4546 "strsim",
 4547 "syn 2.0.117",
 4548]
 4549
 4550[[package]]
 4551name = "darling_core"
 4552version = "0.21.3"
 4553source = "registry+https://github.com/rust-lang/crates.io-index"
 4554checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4555dependencies = [
 4556 "fnv",
 4557 "ident_case",
 4558 "proc-macro2",
 4559 "quote",
 4560 "strsim",
 4561 "syn 2.0.117",
 4562]
 4563
 4564[[package]]
 4565name = "darling_macro"
 4566version = "0.20.11"
 4567source = "registry+https://github.com/rust-lang/crates.io-index"
 4568checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4569dependencies = [
 4570 "darling_core 0.20.11",
 4571 "quote",
 4572 "syn 2.0.117",
 4573]
 4574
 4575[[package]]
 4576name = "darling_macro"
 4577version = "0.21.3"
 4578source = "registry+https://github.com/rust-lang/crates.io-index"
 4579checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4580dependencies = [
 4581 "darling_core 0.21.3",
 4582 "quote",
 4583 "syn 2.0.117",
 4584]
 4585
 4586[[package]]
 4587name = "dashmap"
 4588version = "6.1.0"
 4589source = "registry+https://github.com/rust-lang/crates.io-index"
 4590checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4591dependencies = [
 4592 "cfg-if",
 4593 "crossbeam-utils",
 4594 "hashbrown 0.14.5",
 4595 "lock_api",
 4596 "once_cell",
 4597 "parking_lot_core",
 4598]
 4599
 4600[[package]]
 4601name = "dasp_sample"
 4602version = "0.11.0"
 4603source = "registry+https://github.com/rust-lang/crates.io-index"
 4604checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4605
 4606[[package]]
 4607name = "data-encoding"
 4608version = "2.9.0"
 4609source = "registry+https://github.com/rust-lang/crates.io-index"
 4610checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4611
 4612[[package]]
 4613name = "data-url"
 4614version = "0.3.2"
 4615source = "registry+https://github.com/rust-lang/crates.io-index"
 4616checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4617
 4618[[package]]
 4619name = "db"
 4620version = "0.1.0"
 4621dependencies = [
 4622 "anyhow",
 4623 "gpui",
 4624 "indoc",
 4625 "inventory",
 4626 "log",
 4627 "paths",
 4628 "release_channel",
 4629 "smol",
 4630 "sqlez",
 4631 "sqlez_macros",
 4632 "tempfile",
 4633 "util",
 4634 "uuid",
 4635 "zed_env_vars",
 4636]
 4637
 4638[[package]]
 4639name = "dbus"
 4640version = "0.9.9"
 4641source = "registry+https://github.com/rust-lang/crates.io-index"
 4642checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4643dependencies = [
 4644 "libc",
 4645 "libdbus-sys",
 4646 "windows-sys 0.59.0",
 4647]
 4648
 4649[[package]]
 4650name = "debug_adapter_extension"
 4651version = "0.1.0"
 4652dependencies = [
 4653 "anyhow",
 4654 "async-trait",
 4655 "collections",
 4656 "dap",
 4657 "extension",
 4658 "gpui",
 4659 "serde_json",
 4660 "task",
 4661 "util",
 4662]
 4663
 4664[[package]]
 4665name = "debugger_tools"
 4666version = "0.1.0"
 4667dependencies = [
 4668 "anyhow",
 4669 "dap",
 4670 "editor",
 4671 "futures 0.3.31",
 4672 "gpui",
 4673 "project",
 4674 "serde_json",
 4675 "settings",
 4676 "smol",
 4677 "util",
 4678 "workspace",
 4679]
 4680
 4681[[package]]
 4682name = "debugger_ui"
 4683version = "0.1.0"
 4684dependencies = [
 4685 "alacritty_terminal",
 4686 "anyhow",
 4687 "bitflags 2.10.0",
 4688 "client",
 4689 "collections",
 4690 "command_palette_hooks",
 4691 "dap",
 4692 "dap_adapters",
 4693 "db",
 4694 "debugger_tools",
 4695 "editor",
 4696 "feature_flags",
 4697 "file_icons",
 4698 "futures 0.3.31",
 4699 "fuzzy",
 4700 "gpui",
 4701 "hex",
 4702 "indoc",
 4703 "itertools 0.14.0",
 4704 "language",
 4705 "log",
 4706 "menu",
 4707 "notifications",
 4708 "parking_lot",
 4709 "parse_int",
 4710 "paths",
 4711 "picker",
 4712 "pretty_assertions",
 4713 "project",
 4714 "rpc",
 4715 "schemars",
 4716 "serde",
 4717 "serde_json",
 4718 "serde_json_lenient",
 4719 "settings",
 4720 "sysinfo 0.37.2",
 4721 "task",
 4722 "tasks_ui",
 4723 "terminal_view",
 4724 "text",
 4725 "theme",
 4726 "tree-sitter",
 4727 "tree-sitter-go",
 4728 "tree-sitter-json",
 4729 "ui",
 4730 "ui_input",
 4731 "unindent",
 4732 "util",
 4733 "workspace",
 4734 "zed_actions",
 4735 "zlog",
 4736]
 4737
 4738[[package]]
 4739name = "debugid"
 4740version = "0.8.0"
 4741source = "registry+https://github.com/rust-lang/crates.io-index"
 4742checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4743dependencies = [
 4744 "uuid",
 4745]
 4746
 4747[[package]]
 4748name = "deepseek"
 4749version = "0.1.0"
 4750dependencies = [
 4751 "anyhow",
 4752 "futures 0.3.31",
 4753 "http_client",
 4754 "schemars",
 4755 "serde",
 4756 "serde_json",
 4757]
 4758
 4759[[package]]
 4760name = "deflate64"
 4761version = "0.1.10"
 4762source = "registry+https://github.com/rust-lang/crates.io-index"
 4763checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4764
 4765[[package]]
 4766name = "denoise"
 4767version = "0.1.0"
 4768dependencies = [
 4769 "candle-core",
 4770 "candle-onnx",
 4771 "log",
 4772 "realfft",
 4773 "rodio",
 4774 "rustfft",
 4775 "thiserror 2.0.17",
 4776]
 4777
 4778[[package]]
 4779name = "der"
 4780version = "0.6.1"
 4781source = "registry+https://github.com/rust-lang/crates.io-index"
 4782checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4783dependencies = [
 4784 "const-oid",
 4785 "zeroize",
 4786]
 4787
 4788[[package]]
 4789name = "der"
 4790version = "0.7.10"
 4791source = "registry+https://github.com/rust-lang/crates.io-index"
 4792checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4793dependencies = [
 4794 "const-oid",
 4795 "pem-rfc7468",
 4796 "zeroize",
 4797]
 4798
 4799[[package]]
 4800name = "deranged"
 4801version = "0.5.4"
 4802source = "registry+https://github.com/rust-lang/crates.io-index"
 4803checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4804dependencies = [
 4805 "powerfmt",
 4806 "serde_core",
 4807]
 4808
 4809[[package]]
 4810name = "derive_arbitrary"
 4811version = "1.4.2"
 4812source = "registry+https://github.com/rust-lang/crates.io-index"
 4813checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4814dependencies = [
 4815 "proc-macro2",
 4816 "quote",
 4817 "syn 2.0.117",
 4818]
 4819
 4820[[package]]
 4821name = "derive_more"
 4822version = "2.1.1"
 4823source = "registry+https://github.com/rust-lang/crates.io-index"
 4824checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4825dependencies = [
 4826 "derive_more-impl",
 4827]
 4828
 4829[[package]]
 4830name = "derive_more-impl"
 4831version = "2.1.1"
 4832source = "registry+https://github.com/rust-lang/crates.io-index"
 4833checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4834dependencies = [
 4835 "convert_case 0.10.0",
 4836 "proc-macro2",
 4837 "quote",
 4838 "rustc_version",
 4839 "syn 2.0.117",
 4840 "unicode-xid",
 4841]
 4842
 4843[[package]]
 4844name = "derive_refineable"
 4845version = "0.1.0"
 4846dependencies = [
 4847 "proc-macro2",
 4848 "quote",
 4849 "syn 2.0.117",
 4850]
 4851
 4852[[package]]
 4853name = "derive_setters"
 4854version = "0.1.9"
 4855source = "registry+https://github.com/rust-lang/crates.io-index"
 4856checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4857dependencies = [
 4858 "darling 0.21.3",
 4859 "proc-macro2",
 4860 "quote",
 4861 "syn 2.0.117",
 4862]
 4863
 4864[[package]]
 4865name = "dev_container"
 4866version = "0.1.0"
 4867dependencies = [
 4868 "fs",
 4869 "futures 0.3.31",
 4870 "gpui",
 4871 "http 1.3.1",
 4872 "http_client",
 4873 "log",
 4874 "menu",
 4875 "node_runtime",
 4876 "paths",
 4877 "picker",
 4878 "project",
 4879 "serde",
 4880 "serde_json",
 4881 "settings",
 4882 "smol",
 4883 "ui",
 4884 "util",
 4885 "workspace",
 4886 "worktree",
 4887]
 4888
 4889[[package]]
 4890name = "diagnostics"
 4891version = "0.1.0"
 4892dependencies = [
 4893 "anyhow",
 4894 "collections",
 4895 "component",
 4896 "ctor",
 4897 "editor",
 4898 "gpui",
 4899 "indoc",
 4900 "itertools 0.14.0",
 4901 "language",
 4902 "log",
 4903 "lsp",
 4904 "markdown",
 4905 "pretty_assertions",
 4906 "project",
 4907 "rand 0.9.2",
 4908 "serde",
 4909 "serde_json",
 4910 "settings",
 4911 "text",
 4912 "theme",
 4913 "ui",
 4914 "unindent",
 4915 "util",
 4916 "workspace",
 4917 "zed_actions",
 4918 "zlog",
 4919]
 4920
 4921[[package]]
 4922name = "dialoguer"
 4923version = "0.11.0"
 4924source = "registry+https://github.com/rust-lang/crates.io-index"
 4925checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4926dependencies = [
 4927 "console",
 4928 "fuzzy-matcher",
 4929 "shell-words",
 4930 "tempfile",
 4931 "thiserror 1.0.69",
 4932 "zeroize",
 4933]
 4934
 4935[[package]]
 4936name = "diff"
 4937version = "0.1.13"
 4938source = "registry+https://github.com/rust-lang/crates.io-index"
 4939checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4940
 4941[[package]]
 4942name = "diffy"
 4943version = "0.4.2"
 4944source = "registry+https://github.com/rust-lang/crates.io-index"
 4945checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4946dependencies = [
 4947 "nu-ansi-term",
 4948]
 4949
 4950[[package]]
 4951name = "digest"
 4952version = "0.10.7"
 4953source = "registry+https://github.com/rust-lang/crates.io-index"
 4954checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4955dependencies = [
 4956 "block-buffer",
 4957 "const-oid",
 4958 "crypto-common",
 4959 "subtle",
 4960]
 4961
 4962[[package]]
 4963name = "dirs"
 4964version = "4.0.0"
 4965source = "registry+https://github.com/rust-lang/crates.io-index"
 4966checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4967dependencies = [
 4968 "dirs-sys 0.3.7",
 4969]
 4970
 4971[[package]]
 4972name = "dirs"
 4973version = "5.0.1"
 4974source = "registry+https://github.com/rust-lang/crates.io-index"
 4975checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4976dependencies = [
 4977 "dirs-sys 0.4.1",
 4978]
 4979
 4980[[package]]
 4981name = "dirs"
 4982version = "6.0.0"
 4983source = "registry+https://github.com/rust-lang/crates.io-index"
 4984checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4985dependencies = [
 4986 "dirs-sys 0.5.0",
 4987]
 4988
 4989[[package]]
 4990name = "dirs-sys"
 4991version = "0.3.7"
 4992source = "registry+https://github.com/rust-lang/crates.io-index"
 4993checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4994dependencies = [
 4995 "libc",
 4996 "redox_users 0.4.6",
 4997 "winapi",
 4998]
 4999
 5000[[package]]
 5001name = "dirs-sys"
 5002version = "0.4.1"
 5003source = "registry+https://github.com/rust-lang/crates.io-index"
 5004checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 5005dependencies = [
 5006 "libc",
 5007 "option-ext",
 5008 "redox_users 0.4.6",
 5009 "windows-sys 0.48.0",
 5010]
 5011
 5012[[package]]
 5013name = "dirs-sys"
 5014version = "0.5.0"
 5015source = "registry+https://github.com/rust-lang/crates.io-index"
 5016checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 5017dependencies = [
 5018 "libc",
 5019 "option-ext",
 5020 "redox_users 0.5.2",
 5021 "windows-sys 0.61.2",
 5022]
 5023
 5024[[package]]
 5025name = "dispatch"
 5026version = "0.2.0"
 5027source = "registry+https://github.com/rust-lang/crates.io-index"
 5028checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 5029
 5030[[package]]
 5031name = "dispatch2"
 5032version = "0.3.1"
 5033source = "registry+https://github.com/rust-lang/crates.io-index"
 5034checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 5035dependencies = [
 5036 "bitflags 2.10.0",
 5037 "block2",
 5038 "libc",
 5039 "objc2",
 5040]
 5041
 5042[[package]]
 5043name = "displaydoc"
 5044version = "0.2.5"
 5045source = "registry+https://github.com/rust-lang/crates.io-index"
 5046checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 5047dependencies = [
 5048 "proc-macro2",
 5049 "quote",
 5050 "syn 2.0.117",
 5051]
 5052
 5053[[package]]
 5054name = "dlib"
 5055version = "0.5.2"
 5056source = "registry+https://github.com/rust-lang/crates.io-index"
 5057checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 5058dependencies = [
 5059 "libloading",
 5060]
 5061
 5062[[package]]
 5063name = "docs_preprocessor"
 5064version = "0.1.0"
 5065dependencies = [
 5066 "anyhow",
 5067 "collections",
 5068 "jsonschema",
 5069 "mdbook",
 5070 "regex",
 5071 "schemars",
 5072 "serde",
 5073 "serde_json",
 5074 "settings",
 5075 "task",
 5076 "theme",
 5077 "util",
 5078 "zlog",
 5079]
 5080
 5081[[package]]
 5082name = "document-features"
 5083version = "0.2.12"
 5084source = "registry+https://github.com/rust-lang/crates.io-index"
 5085checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5086dependencies = [
 5087 "litrs",
 5088]
 5089
 5090[[package]]
 5091name = "documented"
 5092version = "0.9.2"
 5093source = "registry+https://github.com/rust-lang/crates.io-index"
 5094checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5095dependencies = [
 5096 "documented-macros",
 5097 "phf 0.12.1",
 5098 "thiserror 2.0.17",
 5099]
 5100
 5101[[package]]
 5102name = "documented-macros"
 5103version = "0.9.2"
 5104source = "registry+https://github.com/rust-lang/crates.io-index"
 5105checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5106dependencies = [
 5107 "convert_case 0.8.0",
 5108 "itertools 0.14.0",
 5109 "optfield",
 5110 "proc-macro2",
 5111 "quote",
 5112 "strum 0.27.2",
 5113 "syn 2.0.117",
 5114]
 5115
 5116[[package]]
 5117name = "dotenvy"
 5118version = "0.15.7"
 5119source = "registry+https://github.com/rust-lang/crates.io-index"
 5120checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5121
 5122[[package]]
 5123name = "downcast-rs"
 5124version = "1.2.1"
 5125source = "registry+https://github.com/rust-lang/crates.io-index"
 5126checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5127
 5128[[package]]
 5129name = "doxygen-rs"
 5130version = "0.4.2"
 5131source = "registry+https://github.com/rust-lang/crates.io-index"
 5132checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5133dependencies = [
 5134 "phf 0.11.3",
 5135]
 5136
 5137[[package]]
 5138name = "dtoa"
 5139version = "1.0.10"
 5140source = "registry+https://github.com/rust-lang/crates.io-index"
 5141checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5142
 5143[[package]]
 5144name = "dtoa-short"
 5145version = "0.3.5"
 5146source = "registry+https://github.com/rust-lang/crates.io-index"
 5147checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5148dependencies = [
 5149 "dtoa",
 5150]
 5151
 5152[[package]]
 5153name = "dtor"
 5154version = "0.0.6"
 5155source = "registry+https://github.com/rust-lang/crates.io-index"
 5156checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5157dependencies = [
 5158 "dtor-proc-macro",
 5159]
 5160
 5161[[package]]
 5162name = "dtor-proc-macro"
 5163version = "0.0.5"
 5164source = "registry+https://github.com/rust-lang/crates.io-index"
 5165checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5166
 5167[[package]]
 5168name = "dunce"
 5169version = "1.0.5"
 5170source = "registry+https://github.com/rust-lang/crates.io-index"
 5171checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5172
 5173[[package]]
 5174name = "dwrote"
 5175version = "0.11.5"
 5176source = "registry+https://github.com/rust-lang/crates.io-index"
 5177checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5178dependencies = [
 5179 "lazy_static",
 5180 "libc",
 5181 "winapi",
 5182 "wio",
 5183]
 5184
 5185[[package]]
 5186name = "dyn-clone"
 5187version = "1.0.20"
 5188source = "registry+https://github.com/rust-lang/crates.io-index"
 5189checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5190
 5191[[package]]
 5192name = "dyn-stack"
 5193version = "0.10.0"
 5194source = "registry+https://github.com/rust-lang/crates.io-index"
 5195checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5196dependencies = [
 5197 "bytemuck",
 5198 "reborrow",
 5199]
 5200
 5201[[package]]
 5202name = "dyn-stack"
 5203version = "0.13.2"
 5204source = "registry+https://github.com/rust-lang/crates.io-index"
 5205checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5206dependencies = [
 5207 "bytemuck",
 5208 "dyn-stack-macros",
 5209]
 5210
 5211[[package]]
 5212name = "dyn-stack-macros"
 5213version = "0.1.3"
 5214source = "registry+https://github.com/rust-lang/crates.io-index"
 5215checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5216
 5217[[package]]
 5218name = "ec4rs"
 5219version = "1.2.0"
 5220source = "registry+https://github.com/rust-lang/crates.io-index"
 5221checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5222
 5223[[package]]
 5224name = "ecdsa"
 5225version = "0.14.8"
 5226source = "registry+https://github.com/rust-lang/crates.io-index"
 5227checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5228dependencies = [
 5229 "der 0.6.1",
 5230 "elliptic-curve",
 5231 "rfc6979",
 5232 "signature 1.6.4",
 5233]
 5234
 5235[[package]]
 5236name = "edit_prediction"
 5237version = "0.1.0"
 5238dependencies = [
 5239 "ai_onboarding",
 5240 "anyhow",
 5241 "arrayvec",
 5242 "brotli",
 5243 "buffer_diff",
 5244 "client",
 5245 "clock",
 5246 "cloud_api_types",
 5247 "cloud_llm_client",
 5248 "collections",
 5249 "copilot",
 5250 "copilot_ui",
 5251 "ctor",
 5252 "db",
 5253 "edit_prediction_context",
 5254 "edit_prediction_types",
 5255 "feature_flags",
 5256 "fs",
 5257 "futures 0.3.31",
 5258 "gpui",
 5259 "indoc",
 5260 "itertools 0.14.0",
 5261 "language",
 5262 "language_model",
 5263 "log",
 5264 "lsp",
 5265 "menu",
 5266 "open_ai",
 5267 "parking_lot",
 5268 "postage",
 5269 "pretty_assertions",
 5270 "project",
 5271 "pulldown-cmark 0.13.0",
 5272 "rand 0.9.2",
 5273 "regex",
 5274 "release_channel",
 5275 "semver",
 5276 "serde",
 5277 "serde_json",
 5278 "settings",
 5279 "strum 0.27.2",
 5280 "telemetry",
 5281 "telemetry_events",
 5282 "text",
 5283 "thiserror 2.0.17",
 5284 "time",
 5285 "toml 0.8.23",
 5286 "ui",
 5287 "util",
 5288 "uuid",
 5289 "workspace",
 5290 "worktree",
 5291 "zed_actions",
 5292 "zeta_prompt",
 5293 "zlog",
 5294 "zstd",
 5295]
 5296
 5297[[package]]
 5298name = "edit_prediction_cli"
 5299version = "0.1.0"
 5300dependencies = [
 5301 "anthropic",
 5302 "anyhow",
 5303 "chrono",
 5304 "clap",
 5305 "client",
 5306 "cloud_llm_client",
 5307 "collections",
 5308 "db",
 5309 "debug_adapter_extension",
 5310 "dirs 4.0.0",
 5311 "edit_prediction",
 5312 "extension",
 5313 "flate2",
 5314 "fs",
 5315 "futures 0.3.31",
 5316 "gaoya",
 5317 "gpui",
 5318 "gpui_platform",
 5319 "gpui_tokio",
 5320 "http_client",
 5321 "indoc",
 5322 "language",
 5323 "language_extension",
 5324 "language_model",
 5325 "language_models",
 5326 "languages",
 5327 "libc",
 5328 "log",
 5329 "node_runtime",
 5330 "open_ai",
 5331 "paths",
 5332 "pretty_assertions",
 5333 "project",
 5334 "prompt_store",
 5335 "rand 0.9.2",
 5336 "release_channel",
 5337 "reqwest_client",
 5338 "rust-embed",
 5339 "serde",
 5340 "serde_json",
 5341 "settings",
 5342 "shellexpand 2.1.2",
 5343 "similar",
 5344 "smol",
 5345 "sqlez",
 5346 "sqlez_macros",
 5347 "strum 0.27.2",
 5348 "telemetry_events",
 5349 "tempfile",
 5350 "terminal_view",
 5351 "toml 0.8.23",
 5352 "util",
 5353 "wasmtime",
 5354 "watch",
 5355 "workspace",
 5356 "zeta_prompt",
 5357]
 5358
 5359[[package]]
 5360name = "edit_prediction_context"
 5361version = "0.1.0"
 5362dependencies = [
 5363 "anyhow",
 5364 "clock",
 5365 "collections",
 5366 "env_logger 0.11.8",
 5367 "futures 0.3.31",
 5368 "gpui",
 5369 "indoc",
 5370 "language",
 5371 "log",
 5372 "lsp",
 5373 "parking_lot",
 5374 "pretty_assertions",
 5375 "project",
 5376 "serde",
 5377 "serde_json",
 5378 "settings",
 5379 "smallvec",
 5380 "text",
 5381 "tree-sitter",
 5382 "util",
 5383 "zeta_prompt",
 5384]
 5385
 5386[[package]]
 5387name = "edit_prediction_types"
 5388version = "0.1.0"
 5389dependencies = [
 5390 "client",
 5391 "gpui",
 5392 "icons",
 5393 "language",
 5394 "text",
 5395]
 5396
 5397[[package]]
 5398name = "edit_prediction_ui"
 5399version = "0.1.0"
 5400dependencies = [
 5401 "anyhow",
 5402 "buffer_diff",
 5403 "client",
 5404 "cloud_llm_client",
 5405 "codestral",
 5406 "collections",
 5407 "command_palette_hooks",
 5408 "copilot",
 5409 "copilot_chat",
 5410 "copilot_ui",
 5411 "edit_prediction",
 5412 "edit_prediction_types",
 5413 "editor",
 5414 "feature_flags",
 5415 "fs",
 5416 "futures 0.3.31",
 5417 "gpui",
 5418 "indoc",
 5419 "language",
 5420 "markdown",
 5421 "menu",
 5422 "multi_buffer",
 5423 "paths",
 5424 "project",
 5425 "regex",
 5426 "settings",
 5427 "telemetry",
 5428 "text",
 5429 "theme",
 5430 "time",
 5431 "ui",
 5432 "util",
 5433 "workspace",
 5434 "zed_actions",
 5435 "zeta_prompt",
 5436]
 5437
 5438[[package]]
 5439name = "editor"
 5440version = "0.1.0"
 5441dependencies = [
 5442 "aho-corasick",
 5443 "anyhow",
 5444 "assets",
 5445 "breadcrumbs",
 5446 "buffer_diff",
 5447 "client",
 5448 "clock",
 5449 "collections",
 5450 "convert_case 0.8.0",
 5451 "criterion",
 5452 "ctor",
 5453 "dap",
 5454 "db",
 5455 "edit_prediction_types",
 5456 "emojis",
 5457 "feature_flags",
 5458 "file_icons",
 5459 "fs",
 5460 "futures 0.3.31",
 5461 "fuzzy",
 5462 "git",
 5463 "gpui",
 5464 "indoc",
 5465 "itertools 0.14.0",
 5466 "language",
 5467 "languages",
 5468 "linkify",
 5469 "log",
 5470 "lsp",
 5471 "markdown",
 5472 "menu",
 5473 "multi_buffer",
 5474 "ordered-float 2.10.1",
 5475 "parking_lot",
 5476 "pretty_assertions",
 5477 "project",
 5478 "proptest",
 5479 "proptest-derive",
 5480 "rand 0.9.2",
 5481 "regex",
 5482 "release_channel",
 5483 "rope",
 5484 "rpc",
 5485 "schemars",
 5486 "semver",
 5487 "serde",
 5488 "serde_json",
 5489 "settings",
 5490 "smallvec",
 5491 "smol",
 5492 "snippet",
 5493 "sum_tree",
 5494 "task",
 5495 "telemetry",
 5496 "text",
 5497 "theme",
 5498 "time",
 5499 "tracing",
 5500 "tree-sitter-bash",
 5501 "tree-sitter-c",
 5502 "tree-sitter-html",
 5503 "tree-sitter-md",
 5504 "tree-sitter-python",
 5505 "tree-sitter-rust",
 5506 "tree-sitter-typescript",
 5507 "tree-sitter-yaml",
 5508 "ui",
 5509 "ui_input",
 5510 "unicode-script",
 5511 "unicode-segmentation",
 5512 "unicode-width",
 5513 "unindent",
 5514 "url",
 5515 "util",
 5516 "uuid",
 5517 "vim_mode_setting",
 5518 "workspace",
 5519 "zed_actions",
 5520 "zlog",
 5521 "ztracing",
 5522]
 5523
 5524[[package]]
 5525name = "either"
 5526version = "1.15.0"
 5527source = "registry+https://github.com/rust-lang/crates.io-index"
 5528checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5529dependencies = [
 5530 "serde",
 5531]
 5532
 5533[[package]]
 5534name = "elasticlunr-rs"
 5535version = "3.0.2"
 5536source = "registry+https://github.com/rust-lang/crates.io-index"
 5537checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5538dependencies = [
 5539 "regex",
 5540 "serde",
 5541 "serde_derive",
 5542 "serde_json",
 5543]
 5544
 5545[[package]]
 5546name = "elliptic-curve"
 5547version = "0.12.3"
 5548source = "registry+https://github.com/rust-lang/crates.io-index"
 5549checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5550dependencies = [
 5551 "base16ct",
 5552 "crypto-bigint 0.4.9",
 5553 "der 0.6.1",
 5554 "digest",
 5555 "ff",
 5556 "generic-array",
 5557 "group",
 5558 "pkcs8 0.9.0",
 5559 "rand_core 0.6.4",
 5560 "sec1",
 5561 "subtle",
 5562 "zeroize",
 5563]
 5564
 5565[[package]]
 5566name = "email_address"
 5567version = "0.2.9"
 5568source = "registry+https://github.com/rust-lang/crates.io-index"
 5569checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5570dependencies = [
 5571 "serde",
 5572]
 5573
 5574[[package]]
 5575name = "embed-resource"
 5576version = "3.0.6"
 5577source = "registry+https://github.com/rust-lang/crates.io-index"
 5578checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5579dependencies = [
 5580 "cc",
 5581 "memchr",
 5582 "rustc_version",
 5583 "toml 0.9.8",
 5584 "vswhom",
 5585 "winreg 0.55.0",
 5586]
 5587
 5588[[package]]
 5589name = "embedded-io"
 5590version = "0.4.0"
 5591source = "registry+https://github.com/rust-lang/crates.io-index"
 5592checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5593
 5594[[package]]
 5595name = "embedded-io"
 5596version = "0.6.1"
 5597source = "registry+https://github.com/rust-lang/crates.io-index"
 5598checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5599
 5600[[package]]
 5601name = "emojis"
 5602version = "0.6.4"
 5603source = "registry+https://github.com/rust-lang/crates.io-index"
 5604checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5605dependencies = [
 5606 "phf 0.11.3",
 5607]
 5608
 5609[[package]]
 5610name = "encode_unicode"
 5611version = "1.0.0"
 5612source = "registry+https://github.com/rust-lang/crates.io-index"
 5613checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5614
 5615[[package]]
 5616name = "encoding_rs"
 5617version = "0.8.35"
 5618source = "registry+https://github.com/rust-lang/crates.io-index"
 5619checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5620dependencies = [
 5621 "cfg-if",
 5622]
 5623
 5624[[package]]
 5625name = "encoding_selector"
 5626version = "0.1.0"
 5627dependencies = [
 5628 "editor",
 5629 "encoding_rs",
 5630 "fuzzy",
 5631 "gpui",
 5632 "language",
 5633 "picker",
 5634 "project",
 5635 "ui",
 5636 "util",
 5637 "workspace",
 5638]
 5639
 5640[[package]]
 5641name = "endi"
 5642version = "1.1.0"
 5643source = "registry+https://github.com/rust-lang/crates.io-index"
 5644checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5645
 5646[[package]]
 5647name = "enum-as-inner"
 5648version = "0.6.1"
 5649source = "registry+https://github.com/rust-lang/crates.io-index"
 5650checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5651dependencies = [
 5652 "heck 0.5.0",
 5653 "proc-macro2",
 5654 "quote",
 5655 "syn 2.0.117",
 5656]
 5657
 5658[[package]]
 5659name = "enumflags2"
 5660version = "0.7.12"
 5661source = "registry+https://github.com/rust-lang/crates.io-index"
 5662checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5663dependencies = [
 5664 "enumflags2_derive",
 5665 "serde",
 5666]
 5667
 5668[[package]]
 5669name = "enumflags2_derive"
 5670version = "0.7.12"
 5671source = "registry+https://github.com/rust-lang/crates.io-index"
 5672checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5673dependencies = [
 5674 "proc-macro2",
 5675 "quote",
 5676 "syn 2.0.117",
 5677]
 5678
 5679[[package]]
 5680name = "env_filter"
 5681version = "0.1.4"
 5682source = "registry+https://github.com/rust-lang/crates.io-index"
 5683checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5684dependencies = [
 5685 "log",
 5686 "regex",
 5687]
 5688
 5689[[package]]
 5690name = "env_logger"
 5691version = "0.10.2"
 5692source = "registry+https://github.com/rust-lang/crates.io-index"
 5693checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5694dependencies = [
 5695 "humantime",
 5696 "is-terminal",
 5697 "log",
 5698 "regex",
 5699 "termcolor",
 5700]
 5701
 5702[[package]]
 5703name = "env_logger"
 5704version = "0.11.8"
 5705source = "registry+https://github.com/rust-lang/crates.io-index"
 5706checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5707dependencies = [
 5708 "anstream",
 5709 "anstyle",
 5710 "env_filter",
 5711 "jiff",
 5712 "log",
 5713]
 5714
 5715[[package]]
 5716name = "envy"
 5717version = "0.4.2"
 5718source = "registry+https://github.com/rust-lang/crates.io-index"
 5719checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5720dependencies = [
 5721 "serde",
 5722]
 5723
 5724[[package]]
 5725name = "equator"
 5726version = "0.4.2"
 5727source = "registry+https://github.com/rust-lang/crates.io-index"
 5728checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5729dependencies = [
 5730 "equator-macro",
 5731]
 5732
 5733[[package]]
 5734name = "equator-macro"
 5735version = "0.4.2"
 5736source = "registry+https://github.com/rust-lang/crates.io-index"
 5737checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5738dependencies = [
 5739 "proc-macro2",
 5740 "quote",
 5741 "syn 2.0.117",
 5742]
 5743
 5744[[package]]
 5745name = "equivalent"
 5746version = "1.0.2"
 5747source = "registry+https://github.com/rust-lang/crates.io-index"
 5748checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5749
 5750[[package]]
 5751name = "erased-serde"
 5752version = "0.4.9"
 5753source = "registry+https://github.com/rust-lang/crates.io-index"
 5754checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5755dependencies = [
 5756 "serde",
 5757 "serde_core",
 5758 "typeid",
 5759]
 5760
 5761[[package]]
 5762name = "errno"
 5763version = "0.2.8"
 5764source = "registry+https://github.com/rust-lang/crates.io-index"
 5765checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5766dependencies = [
 5767 "errno-dragonfly",
 5768 "libc",
 5769 "winapi",
 5770]
 5771
 5772[[package]]
 5773name = "errno"
 5774version = "0.3.14"
 5775source = "registry+https://github.com/rust-lang/crates.io-index"
 5776checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5777dependencies = [
 5778 "libc",
 5779 "windows-sys 0.61.2",
 5780]
 5781
 5782[[package]]
 5783name = "errno-dragonfly"
 5784version = "0.1.2"
 5785source = "registry+https://github.com/rust-lang/crates.io-index"
 5786checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5787dependencies = [
 5788 "cc",
 5789 "libc",
 5790]
 5791
 5792[[package]]
 5793name = "error-graph"
 5794version = "0.1.1"
 5795source = "registry+https://github.com/rust-lang/crates.io-index"
 5796checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5797dependencies = [
 5798 "serde",
 5799]
 5800
 5801[[package]]
 5802name = "etagere"
 5803version = "0.2.15"
 5804source = "registry+https://github.com/rust-lang/crates.io-index"
 5805checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5806dependencies = [
 5807 "euclid",
 5808 "svg_fmt",
 5809]
 5810
 5811[[package]]
 5812name = "etcetera"
 5813version = "0.8.0"
 5814source = "registry+https://github.com/rust-lang/crates.io-index"
 5815checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5816dependencies = [
 5817 "cfg-if",
 5818 "home",
 5819 "windows-sys 0.48.0",
 5820]
 5821
 5822[[package]]
 5823name = "etw_tracing"
 5824version = "0.1.0"
 5825dependencies = [
 5826 "anyhow",
 5827 "gpui",
 5828 "log",
 5829 "net",
 5830 "serde",
 5831 "serde_json",
 5832 "util",
 5833 "windows 0.61.3",
 5834 "windows-core 0.61.2",
 5835 "workspace",
 5836 "wprcontrol",
 5837]
 5838
 5839[[package]]
 5840name = "euclid"
 5841version = "0.22.11"
 5842source = "registry+https://github.com/rust-lang/crates.io-index"
 5843checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5844dependencies = [
 5845 "num-traits",
 5846]
 5847
 5848[[package]]
 5849name = "eval"
 5850version = "0.1.0"
 5851dependencies = [
 5852 "acp_thread",
 5853 "agent",
 5854 "agent-client-protocol",
 5855 "agent_settings",
 5856 "agent_ui",
 5857 "anyhow",
 5858 "async-trait",
 5859 "buffer_diff",
 5860 "chrono",
 5861 "clap",
 5862 "client",
 5863 "collections",
 5864 "debug_adapter_extension",
 5865 "dirs 4.0.0",
 5866 "dotenvy",
 5867 "env_logger 0.11.8",
 5868 "extension",
 5869 "fs",
 5870 "futures 0.3.31",
 5871 "gpui",
 5872 "gpui_platform",
 5873 "gpui_tokio",
 5874 "handlebars 4.5.0",
 5875 "language",
 5876 "language_extension",
 5877 "language_model",
 5878 "language_models",
 5879 "languages",
 5880 "markdown",
 5881 "node_runtime",
 5882 "pathdiff",
 5883 "paths",
 5884 "pretty_assertions",
 5885 "project",
 5886 "prompt_store",
 5887 "rand 0.9.2",
 5888 "regex",
 5889 "release_channel",
 5890 "reqwest_client",
 5891 "serde",
 5892 "serde_json",
 5893 "settings",
 5894 "shellexpand 2.1.2",
 5895 "telemetry",
 5896 "terminal_view",
 5897 "toml 0.8.23",
 5898 "unindent",
 5899 "util",
 5900 "uuid",
 5901 "watch",
 5902]
 5903
 5904[[package]]
 5905name = "eval_cli"
 5906version = "0.1.0"
 5907dependencies = [
 5908 "acp_thread",
 5909 "agent",
 5910 "agent-client-protocol",
 5911 "agent_ui",
 5912 "anyhow",
 5913 "clap",
 5914 "client",
 5915 "ctrlc",
 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 = "hashbrown"
 8032version = "0.12.3"
 8033source = "registry+https://github.com/rust-lang/crates.io-index"
 8034checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8035dependencies = [
 8036 "ahash 0.7.8",
 8037]
 8038
 8039[[package]]
 8040name = "hashbrown"
 8041version = "0.14.5"
 8042source = "registry+https://github.com/rust-lang/crates.io-index"
 8043checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8044dependencies = [
 8045 "ahash 0.8.12",
 8046 "allocator-api2",
 8047]
 8048
 8049[[package]]
 8050name = "hashbrown"
 8051version = "0.15.5"
 8052source = "registry+https://github.com/rust-lang/crates.io-index"
 8053checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8054dependencies = [
 8055 "allocator-api2",
 8056 "equivalent",
 8057 "foldhash 0.1.5",
 8058 "serde",
 8059]
 8060
 8061[[package]]
 8062name = "hashbrown"
 8063version = "0.16.1"
 8064source = "registry+https://github.com/rust-lang/crates.io-index"
 8065checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8066dependencies = [
 8067 "allocator-api2",
 8068 "equivalent",
 8069 "foldhash 0.2.0",
 8070]
 8071
 8072[[package]]
 8073name = "hashlink"
 8074version = "0.8.4"
 8075source = "registry+https://github.com/rust-lang/crates.io-index"
 8076checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8077dependencies = [
 8078 "hashbrown 0.14.5",
 8079]
 8080
 8081[[package]]
 8082name = "hashlink"
 8083version = "0.10.0"
 8084source = "registry+https://github.com/rust-lang/crates.io-index"
 8085checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8086dependencies = [
 8087 "hashbrown 0.15.5",
 8088]
 8089
 8090[[package]]
 8091name = "headers"
 8092version = "0.3.9"
 8093source = "registry+https://github.com/rust-lang/crates.io-index"
 8094checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8095dependencies = [
 8096 "base64 0.21.7",
 8097 "bytes 1.11.1",
 8098 "headers-core",
 8099 "http 0.2.12",
 8100 "httpdate",
 8101 "mime",
 8102 "sha1",
 8103]
 8104
 8105[[package]]
 8106name = "headers-core"
 8107version = "0.2.0"
 8108source = "registry+https://github.com/rust-lang/crates.io-index"
 8109checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8110dependencies = [
 8111 "http 0.2.12",
 8112]
 8113
 8114[[package]]
 8115name = "heck"
 8116version = "0.3.3"
 8117source = "registry+https://github.com/rust-lang/crates.io-index"
 8118checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8119dependencies = [
 8120 "unicode-segmentation",
 8121]
 8122
 8123[[package]]
 8124name = "heck"
 8125version = "0.4.1"
 8126source = "registry+https://github.com/rust-lang/crates.io-index"
 8127checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8128dependencies = [
 8129 "unicode-segmentation",
 8130]
 8131
 8132[[package]]
 8133name = "heck"
 8134version = "0.5.0"
 8135source = "registry+https://github.com/rust-lang/crates.io-index"
 8136checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8137
 8138[[package]]
 8139name = "heed"
 8140version = "0.21.0"
 8141source = "registry+https://github.com/rust-lang/crates.io-index"
 8142checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8143dependencies = [
 8144 "bitflags 2.10.0",
 8145 "byteorder",
 8146 "heed-traits",
 8147 "heed-types",
 8148 "libc",
 8149 "lmdb-master-sys",
 8150 "once_cell",
 8151 "page_size",
 8152 "serde",
 8153 "synchronoise",
 8154 "url",
 8155]
 8156
 8157[[package]]
 8158name = "heed-traits"
 8159version = "0.20.0"
 8160source = "registry+https://github.com/rust-lang/crates.io-index"
 8161checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8162
 8163[[package]]
 8164name = "heed-types"
 8165version = "0.21.0"
 8166source = "registry+https://github.com/rust-lang/crates.io-index"
 8167checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8168dependencies = [
 8169 "bincode",
 8170 "byteorder",
 8171 "heed-traits",
 8172 "serde",
 8173 "serde_json",
 8174]
 8175
 8176[[package]]
 8177name = "hermit-abi"
 8178version = "0.5.2"
 8179source = "registry+https://github.com/rust-lang/crates.io-index"
 8180checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8181
 8182[[package]]
 8183name = "hex"
 8184version = "0.4.3"
 8185source = "registry+https://github.com/rust-lang/crates.io-index"
 8186checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8187
 8188[[package]]
 8189name = "hexf-parse"
 8190version = "0.2.1"
 8191source = "registry+https://github.com/rust-lang/crates.io-index"
 8192checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8193
 8194[[package]]
 8195name = "hkdf"
 8196version = "0.12.4"
 8197source = "registry+https://github.com/rust-lang/crates.io-index"
 8198checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8199dependencies = [
 8200 "hmac",
 8201]
 8202
 8203[[package]]
 8204name = "hmac"
 8205version = "0.12.1"
 8206source = "registry+https://github.com/rust-lang/crates.io-index"
 8207checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8208dependencies = [
 8209 "digest",
 8210]
 8211
 8212[[package]]
 8213name = "home"
 8214version = "0.5.11"
 8215source = "registry+https://github.com/rust-lang/crates.io-index"
 8216checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8217dependencies = [
 8218 "windows-sys 0.59.0",
 8219]
 8220
 8221[[package]]
 8222name = "hound"
 8223version = "3.5.1"
 8224source = "registry+https://github.com/rust-lang/crates.io-index"
 8225checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8226
 8227[[package]]
 8228name = "html5ever"
 8229version = "0.27.0"
 8230source = "registry+https://github.com/rust-lang/crates.io-index"
 8231checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8232dependencies = [
 8233 "log",
 8234 "mac",
 8235 "markup5ever 0.12.1",
 8236 "proc-macro2",
 8237 "quote",
 8238 "syn 2.0.117",
 8239]
 8240
 8241[[package]]
 8242name = "html5ever"
 8243version = "0.35.0"
 8244source = "registry+https://github.com/rust-lang/crates.io-index"
 8245checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8246dependencies = [
 8247 "log",
 8248 "markup5ever 0.35.0",
 8249 "match_token",
 8250]
 8251
 8252[[package]]
 8253name = "html_to_markdown"
 8254version = "0.1.0"
 8255dependencies = [
 8256 "anyhow",
 8257 "html5ever 0.27.0",
 8258 "indoc",
 8259 "markup5ever_rcdom",
 8260 "pretty_assertions",
 8261 "regex",
 8262]
 8263
 8264[[package]]
 8265name = "http"
 8266version = "0.2.12"
 8267source = "registry+https://github.com/rust-lang/crates.io-index"
 8268checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8269dependencies = [
 8270 "bytes 1.11.1",
 8271 "fnv",
 8272 "itoa",
 8273]
 8274
 8275[[package]]
 8276name = "http"
 8277version = "1.3.1"
 8278source = "registry+https://github.com/rust-lang/crates.io-index"
 8279checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8280dependencies = [
 8281 "bytes 1.11.1",
 8282 "fnv",
 8283 "itoa",
 8284]
 8285
 8286[[package]]
 8287name = "http-body"
 8288version = "0.4.6"
 8289source = "registry+https://github.com/rust-lang/crates.io-index"
 8290checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8291dependencies = [
 8292 "bytes 1.11.1",
 8293 "http 0.2.12",
 8294 "pin-project-lite",
 8295]
 8296
 8297[[package]]
 8298name = "http-body"
 8299version = "1.0.1"
 8300source = "registry+https://github.com/rust-lang/crates.io-index"
 8301checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8302dependencies = [
 8303 "bytes 1.11.1",
 8304 "http 1.3.1",
 8305]
 8306
 8307[[package]]
 8308name = "http-body-util"
 8309version = "0.1.3"
 8310source = "registry+https://github.com/rust-lang/crates.io-index"
 8311checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8312dependencies = [
 8313 "bytes 1.11.1",
 8314 "futures-core",
 8315 "http 1.3.1",
 8316 "http-body 1.0.1",
 8317 "pin-project-lite",
 8318]
 8319
 8320[[package]]
 8321name = "http-range-header"
 8322version = "0.3.1"
 8323source = "registry+https://github.com/rust-lang/crates.io-index"
 8324checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8325
 8326[[package]]
 8327name = "http_client"
 8328version = "0.1.0"
 8329dependencies = [
 8330 "anyhow",
 8331 "async-compression",
 8332 "async-fs",
 8333 "async-tar",
 8334 "bytes 1.11.1",
 8335 "derive_more",
 8336 "futures 0.3.31",
 8337 "http 1.3.1",
 8338 "http-body 1.0.1",
 8339 "log",
 8340 "parking_lot",
 8341 "serde",
 8342 "serde_json",
 8343 "serde_urlencoded",
 8344 "sha2",
 8345 "tempfile",
 8346 "url",
 8347 "util",
 8348]
 8349
 8350[[package]]
 8351name = "http_client_tls"
 8352version = "0.1.0"
 8353dependencies = [
 8354 "rustls 0.23.33",
 8355 "rustls-platform-verifier",
 8356]
 8357
 8358[[package]]
 8359name = "httparse"
 8360version = "1.10.1"
 8361source = "registry+https://github.com/rust-lang/crates.io-index"
 8362checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8363
 8364[[package]]
 8365name = "httpdate"
 8366version = "1.0.3"
 8367source = "registry+https://github.com/rust-lang/crates.io-index"
 8368checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8369
 8370[[package]]
 8371name = "human_bytes"
 8372version = "0.4.3"
 8373source = "registry+https://github.com/rust-lang/crates.io-index"
 8374checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8375
 8376[[package]]
 8377name = "humantime"
 8378version = "2.3.0"
 8379source = "registry+https://github.com/rust-lang/crates.io-index"
 8380checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8381
 8382[[package]]
 8383name = "hyper"
 8384version = "0.14.32"
 8385source = "registry+https://github.com/rust-lang/crates.io-index"
 8386checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8387dependencies = [
 8388 "bytes 1.11.1",
 8389 "futures-channel",
 8390 "futures-core",
 8391 "futures-util",
 8392 "h2 0.3.27",
 8393 "http 0.2.12",
 8394 "http-body 0.4.6",
 8395 "httparse",
 8396 "httpdate",
 8397 "itoa",
 8398 "pin-project-lite",
 8399 "socket2 0.5.10",
 8400 "tokio",
 8401 "tower-service",
 8402 "tracing",
 8403 "want",
 8404]
 8405
 8406[[package]]
 8407name = "hyper"
 8408version = "1.7.0"
 8409source = "registry+https://github.com/rust-lang/crates.io-index"
 8410checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8411dependencies = [
 8412 "atomic-waker",
 8413 "bytes 1.11.1",
 8414 "futures-channel",
 8415 "futures-core",
 8416 "h2 0.4.12",
 8417 "http 1.3.1",
 8418 "http-body 1.0.1",
 8419 "httparse",
 8420 "itoa",
 8421 "pin-project-lite",
 8422 "pin-utils",
 8423 "smallvec",
 8424 "tokio",
 8425 "want",
 8426]
 8427
 8428[[package]]
 8429name = "hyper-rustls"
 8430version = "0.24.2"
 8431source = "registry+https://github.com/rust-lang/crates.io-index"
 8432checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8433dependencies = [
 8434 "futures-util",
 8435 "http 0.2.12",
 8436 "hyper 0.14.32",
 8437 "log",
 8438 "rustls 0.21.12",
 8439 "rustls-native-certs 0.6.3",
 8440 "tokio",
 8441 "tokio-rustls 0.24.1",
 8442]
 8443
 8444[[package]]
 8445name = "hyper-rustls"
 8446version = "0.27.7"
 8447source = "registry+https://github.com/rust-lang/crates.io-index"
 8448checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8449dependencies = [
 8450 "http 1.3.1",
 8451 "hyper 1.7.0",
 8452 "hyper-util",
 8453 "rustls 0.23.33",
 8454 "rustls-native-certs 0.8.2",
 8455 "rustls-pki-types",
 8456 "tokio",
 8457 "tokio-rustls 0.26.2",
 8458 "tower-service",
 8459]
 8460
 8461[[package]]
 8462name = "hyper-tls"
 8463version = "0.5.0"
 8464source = "registry+https://github.com/rust-lang/crates.io-index"
 8465checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8466dependencies = [
 8467 "bytes 1.11.1",
 8468 "hyper 0.14.32",
 8469 "native-tls",
 8470 "tokio",
 8471 "tokio-native-tls",
 8472]
 8473
 8474[[package]]
 8475name = "hyper-util"
 8476version = "0.1.17"
 8477source = "registry+https://github.com/rust-lang/crates.io-index"
 8478checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8479dependencies = [
 8480 "base64 0.22.1",
 8481 "bytes 1.11.1",
 8482 "futures-channel",
 8483 "futures-core",
 8484 "futures-util",
 8485 "http 1.3.1",
 8486 "http-body 1.0.1",
 8487 "hyper 1.7.0",
 8488 "ipnet",
 8489 "libc",
 8490 "percent-encoding",
 8491 "pin-project-lite",
 8492 "socket2 0.6.1",
 8493 "tokio",
 8494 "tower-service",
 8495 "tracing",
 8496]
 8497
 8498[[package]]
 8499name = "iana-time-zone"
 8500version = "0.1.64"
 8501source = "registry+https://github.com/rust-lang/crates.io-index"
 8502checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8503dependencies = [
 8504 "android_system_properties",
 8505 "core-foundation-sys",
 8506 "iana-time-zone-haiku",
 8507 "js-sys",
 8508 "log",
 8509 "wasm-bindgen",
 8510 "windows-core 0.62.2",
 8511]
 8512
 8513[[package]]
 8514name = "iana-time-zone-haiku"
 8515version = "0.1.2"
 8516source = "registry+https://github.com/rust-lang/crates.io-index"
 8517checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8518dependencies = [
 8519 "cc",
 8520]
 8521
 8522[[package]]
 8523name = "icons"
 8524version = "0.1.0"
 8525dependencies = [
 8526 "serde",
 8527 "strum 0.27.2",
 8528]
 8529
 8530[[package]]
 8531name = "icu_collections"
 8532version = "2.0.0"
 8533source = "registry+https://github.com/rust-lang/crates.io-index"
 8534checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8535dependencies = [
 8536 "displaydoc",
 8537 "potential_utf",
 8538 "yoke 0.8.0",
 8539 "zerofrom",
 8540 "zerovec",
 8541]
 8542
 8543[[package]]
 8544name = "icu_locale_core"
 8545version = "2.0.0"
 8546source = "registry+https://github.com/rust-lang/crates.io-index"
 8547checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8548dependencies = [
 8549 "displaydoc",
 8550 "litemap",
 8551 "tinystr",
 8552 "writeable",
 8553 "zerovec",
 8554]
 8555
 8556[[package]]
 8557name = "icu_normalizer"
 8558version = "2.0.0"
 8559source = "registry+https://github.com/rust-lang/crates.io-index"
 8560checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8561dependencies = [
 8562 "displaydoc",
 8563 "icu_collections",
 8564 "icu_normalizer_data",
 8565 "icu_properties",
 8566 "icu_provider",
 8567 "smallvec",
 8568 "zerovec",
 8569]
 8570
 8571[[package]]
 8572name = "icu_normalizer_data"
 8573version = "2.0.0"
 8574source = "registry+https://github.com/rust-lang/crates.io-index"
 8575checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8576
 8577[[package]]
 8578name = "icu_properties"
 8579version = "2.0.1"
 8580source = "registry+https://github.com/rust-lang/crates.io-index"
 8581checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8582dependencies = [
 8583 "displaydoc",
 8584 "icu_collections",
 8585 "icu_locale_core",
 8586 "icu_properties_data",
 8587 "icu_provider",
 8588 "potential_utf",
 8589 "zerotrie",
 8590 "zerovec",
 8591]
 8592
 8593[[package]]
 8594name = "icu_properties_data"
 8595version = "2.0.1"
 8596source = "registry+https://github.com/rust-lang/crates.io-index"
 8597checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8598
 8599[[package]]
 8600name = "icu_provider"
 8601version = "2.0.0"
 8602source = "registry+https://github.com/rust-lang/crates.io-index"
 8603checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8604dependencies = [
 8605 "displaydoc",
 8606 "icu_locale_core",
 8607 "stable_deref_trait",
 8608 "tinystr",
 8609 "writeable",
 8610 "yoke 0.8.0",
 8611 "zerofrom",
 8612 "zerotrie",
 8613 "zerovec",
 8614]
 8615
 8616[[package]]
 8617name = "id-arena"
 8618version = "2.2.1"
 8619source = "registry+https://github.com/rust-lang/crates.io-index"
 8620checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8621
 8622[[package]]
 8623name = "ident_case"
 8624version = "1.0.1"
 8625source = "registry+https://github.com/rust-lang/crates.io-index"
 8626checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8627
 8628[[package]]
 8629name = "idna"
 8630version = "1.1.0"
 8631source = "registry+https://github.com/rust-lang/crates.io-index"
 8632checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8633dependencies = [
 8634 "idna_adapter",
 8635 "smallvec",
 8636 "utf8_iter",
 8637]
 8638
 8639[[package]]
 8640name = "idna_adapter"
 8641version = "1.2.1"
 8642source = "registry+https://github.com/rust-lang/crates.io-index"
 8643checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8644dependencies = [
 8645 "icu_normalizer",
 8646 "icu_properties",
 8647]
 8648
 8649[[package]]
 8650name = "ignore"
 8651version = "0.4.24"
 8652source = "registry+https://github.com/rust-lang/crates.io-index"
 8653checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8654dependencies = [
 8655 "crossbeam-deque",
 8656 "globset",
 8657 "log",
 8658 "memchr",
 8659 "regex-automata",
 8660 "same-file",
 8661 "walkdir",
 8662 "winapi-util",
 8663]
 8664
 8665[[package]]
 8666name = "image"
 8667version = "0.25.8"
 8668source = "registry+https://github.com/rust-lang/crates.io-index"
 8669checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8670dependencies = [
 8671 "bytemuck",
 8672 "byteorder-lite",
 8673 "color_quant",
 8674 "exr",
 8675 "gif",
 8676 "image-webp",
 8677 "moxcms",
 8678 "num-traits",
 8679 "png 0.18.0",
 8680 "qoi",
 8681 "ravif",
 8682 "rayon",
 8683 "rgb",
 8684 "tiff",
 8685 "zune-core",
 8686 "zune-jpeg",
 8687]
 8688
 8689[[package]]
 8690name = "image-webp"
 8691version = "0.2.4"
 8692source = "registry+https://github.com/rust-lang/crates.io-index"
 8693checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8694dependencies = [
 8695 "byteorder-lite",
 8696 "quick-error 2.0.1",
 8697]
 8698
 8699[[package]]
 8700name = "image_viewer"
 8701version = "0.1.0"
 8702dependencies = [
 8703 "anyhow",
 8704 "db",
 8705 "editor",
 8706 "file_icons",
 8707 "gpui",
 8708 "language",
 8709 "log",
 8710 "project",
 8711 "serde",
 8712 "settings",
 8713 "theme",
 8714 "ui",
 8715 "util",
 8716 "workspace",
 8717]
 8718
 8719[[package]]
 8720name = "imagesize"
 8721version = "0.13.0"
 8722source = "registry+https://github.com/rust-lang/crates.io-index"
 8723checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8724
 8725[[package]]
 8726name = "imara-diff"
 8727version = "0.1.8"
 8728source = "registry+https://github.com/rust-lang/crates.io-index"
 8729checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8730dependencies = [
 8731 "hashbrown 0.15.5",
 8732]
 8733
 8734[[package]]
 8735name = "imgref"
 8736version = "1.12.0"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8739
 8740[[package]]
 8741name = "indenter"
 8742version = "0.3.4"
 8743source = "registry+https://github.com/rust-lang/crates.io-index"
 8744checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8745
 8746[[package]]
 8747name = "indexmap"
 8748version = "2.11.4"
 8749source = "registry+https://github.com/rust-lang/crates.io-index"
 8750checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8751dependencies = [
 8752 "equivalent",
 8753 "hashbrown 0.16.1",
 8754 "serde",
 8755 "serde_core",
 8756]
 8757
 8758[[package]]
 8759name = "indoc"
 8760version = "2.0.6"
 8761source = "registry+https://github.com/rust-lang/crates.io-index"
 8762checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8763
 8764[[package]]
 8765name = "inherent"
 8766version = "1.0.13"
 8767source = "registry+https://github.com/rust-lang/crates.io-index"
 8768checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8769dependencies = [
 8770 "proc-macro2",
 8771 "quote",
 8772 "syn 2.0.117",
 8773]
 8774
 8775[[package]]
 8776name = "inotify"
 8777version = "0.9.6"
 8778source = "registry+https://github.com/rust-lang/crates.io-index"
 8779checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8780dependencies = [
 8781 "bitflags 1.3.2",
 8782 "inotify-sys",
 8783 "libc",
 8784]
 8785
 8786[[package]]
 8787name = "inotify"
 8788version = "0.11.0"
 8789source = "registry+https://github.com/rust-lang/crates.io-index"
 8790checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8791dependencies = [
 8792 "bitflags 2.10.0",
 8793 "inotify-sys",
 8794 "libc",
 8795]
 8796
 8797[[package]]
 8798name = "inotify-sys"
 8799version = "0.1.5"
 8800source = "registry+https://github.com/rust-lang/crates.io-index"
 8801checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8802dependencies = [
 8803 "libc",
 8804]
 8805
 8806[[package]]
 8807name = "inout"
 8808version = "0.1.4"
 8809source = "registry+https://github.com/rust-lang/crates.io-index"
 8810checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8811dependencies = [
 8812 "block-padding",
 8813 "generic-array",
 8814]
 8815
 8816[[package]]
 8817name = "inspector_ui"
 8818version = "0.1.0"
 8819dependencies = [
 8820 "anyhow",
 8821 "command_palette_hooks",
 8822 "editor",
 8823 "fuzzy",
 8824 "gpui",
 8825 "language",
 8826 "project",
 8827 "serde_json",
 8828 "serde_json_lenient",
 8829 "theme",
 8830 "ui",
 8831 "util",
 8832 "util_macros",
 8833 "workspace",
 8834 "zed_actions",
 8835]
 8836
 8837[[package]]
 8838name = "install_cli"
 8839version = "0.1.0"
 8840dependencies = [
 8841 "anyhow",
 8842 "client",
 8843 "gpui",
 8844 "release_channel",
 8845 "smol",
 8846 "util",
 8847 "workspace",
 8848]
 8849
 8850[[package]]
 8851name = "instant"
 8852version = "0.1.13"
 8853source = "registry+https://github.com/rust-lang/crates.io-index"
 8854checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8855dependencies = [
 8856 "cfg-if",
 8857]
 8858
 8859[[package]]
 8860name = "interpolate_name"
 8861version = "0.2.4"
 8862source = "registry+https://github.com/rust-lang/crates.io-index"
 8863checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8864dependencies = [
 8865 "proc-macro2",
 8866 "quote",
 8867 "syn 2.0.117",
 8868]
 8869
 8870[[package]]
 8871name = "inventory"
 8872version = "0.3.21"
 8873source = "registry+https://github.com/rust-lang/crates.io-index"
 8874checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8875dependencies = [
 8876 "rustversion",
 8877]
 8878
 8879[[package]]
 8880name = "io-extras"
 8881version = "0.18.4"
 8882source = "registry+https://github.com/rust-lang/crates.io-index"
 8883checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8884dependencies = [
 8885 "io-lifetimes",
 8886 "windows-sys 0.59.0",
 8887]
 8888
 8889[[package]]
 8890name = "io-lifetimes"
 8891version = "2.0.4"
 8892source = "registry+https://github.com/rust-lang/crates.io-index"
 8893checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8894
 8895[[package]]
 8896name = "io-surface"
 8897version = "0.16.1"
 8898source = "registry+https://github.com/rust-lang/crates.io-index"
 8899checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8900dependencies = [
 8901 "cgl",
 8902 "core-foundation 0.10.0",
 8903 "core-foundation-sys",
 8904 "leaky-cow",
 8905]
 8906
 8907[[package]]
 8908name = "iovec"
 8909version = "0.1.4"
 8910source = "registry+https://github.com/rust-lang/crates.io-index"
 8911checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8912dependencies = [
 8913 "libc",
 8914]
 8915
 8916[[package]]
 8917name = "ipc-channel"
 8918version = "0.19.0"
 8919source = "registry+https://github.com/rust-lang/crates.io-index"
 8920checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8921dependencies = [
 8922 "bincode",
 8923 "crossbeam-channel",
 8924 "fnv",
 8925 "lazy_static",
 8926 "libc",
 8927 "mio 1.1.0",
 8928 "rand 0.8.5",
 8929 "serde",
 8930 "tempfile",
 8931 "uuid",
 8932 "windows 0.58.0",
 8933]
 8934
 8935[[package]]
 8936name = "ipnet"
 8937version = "2.11.0"
 8938source = "registry+https://github.com/rust-lang/crates.io-index"
 8939checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8940
 8941[[package]]
 8942name = "iri-string"
 8943version = "0.7.8"
 8944source = "registry+https://github.com/rust-lang/crates.io-index"
 8945checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8946dependencies = [
 8947 "memchr",
 8948 "serde",
 8949]
 8950
 8951[[package]]
 8952name = "is-docker"
 8953version = "0.2.0"
 8954source = "registry+https://github.com/rust-lang/crates.io-index"
 8955checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8956dependencies = [
 8957 "once_cell",
 8958]
 8959
 8960[[package]]
 8961name = "is-terminal"
 8962version = "0.4.16"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8965dependencies = [
 8966 "hermit-abi",
 8967 "libc",
 8968 "windows-sys 0.59.0",
 8969]
 8970
 8971[[package]]
 8972name = "is-wsl"
 8973version = "0.4.0"
 8974source = "registry+https://github.com/rust-lang/crates.io-index"
 8975checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8976dependencies = [
 8977 "is-docker",
 8978 "once_cell",
 8979]
 8980
 8981[[package]]
 8982name = "is_executable"
 8983version = "1.0.5"
 8984source = "registry+https://github.com/rust-lang/crates.io-index"
 8985checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8986dependencies = [
 8987 "windows-sys 0.60.2",
 8988]
 8989
 8990[[package]]
 8991name = "is_terminal_polyfill"
 8992version = "1.70.1"
 8993source = "registry+https://github.com/rust-lang/crates.io-index"
 8994checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8995
 8996[[package]]
 8997name = "itertools"
 8998version = "0.10.5"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 9001dependencies = [
 9002 "either",
 9003]
 9004
 9005[[package]]
 9006name = "itertools"
 9007version = "0.11.0"
 9008source = "registry+https://github.com/rust-lang/crates.io-index"
 9009checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9010dependencies = [
 9011 "either",
 9012]
 9013
 9014[[package]]
 9015name = "itertools"
 9016version = "0.12.1"
 9017source = "registry+https://github.com/rust-lang/crates.io-index"
 9018checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 9019dependencies = [
 9020 "either",
 9021]
 9022
 9023[[package]]
 9024name = "itertools"
 9025version = "0.14.0"
 9026source = "registry+https://github.com/rust-lang/crates.io-index"
 9027checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9028dependencies = [
 9029 "either",
 9030]
 9031
 9032[[package]]
 9033name = "itoa"
 9034version = "1.0.15"
 9035source = "registry+https://github.com/rust-lang/crates.io-index"
 9036checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9037
 9038[[package]]
 9039name = "jiff"
 9040version = "0.2.15"
 9041source = "registry+https://github.com/rust-lang/crates.io-index"
 9042checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9043dependencies = [
 9044 "jiff-static",
 9045 "log",
 9046 "portable-atomic",
 9047 "portable-atomic-util",
 9048 "serde",
 9049]
 9050
 9051[[package]]
 9052name = "jiff-static"
 9053version = "0.2.15"
 9054source = "registry+https://github.com/rust-lang/crates.io-index"
 9055checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9056dependencies = [
 9057 "proc-macro2",
 9058 "quote",
 9059 "syn 2.0.117",
 9060]
 9061
 9062[[package]]
 9063name = "jni"
 9064version = "0.21.1"
 9065source = "registry+https://github.com/rust-lang/crates.io-index"
 9066checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9067dependencies = [
 9068 "cesu8",
 9069 "cfg-if",
 9070 "combine",
 9071 "jni-sys",
 9072 "log",
 9073 "thiserror 1.0.69",
 9074 "walkdir",
 9075 "windows-sys 0.45.0",
 9076]
 9077
 9078[[package]]
 9079name = "jni-sys"
 9080version = "0.3.0"
 9081source = "registry+https://github.com/rust-lang/crates.io-index"
 9082checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9083
 9084[[package]]
 9085name = "jobserver"
 9086version = "0.1.34"
 9087source = "registry+https://github.com/rust-lang/crates.io-index"
 9088checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9089dependencies = [
 9090 "getrandom 0.3.4",
 9091 "libc",
 9092]
 9093
 9094[[package]]
 9095name = "journal"
 9096version = "0.1.0"
 9097dependencies = [
 9098 "anyhow",
 9099 "chrono",
 9100 "editor",
 9101 "gpui",
 9102 "log",
 9103 "serde",
 9104 "settings",
 9105 "shellexpand 2.1.2",
 9106 "workspace",
 9107]
 9108
 9109[[package]]
 9110name = "js-sys"
 9111version = "0.3.90"
 9112source = "registry+https://github.com/rust-lang/crates.io-index"
 9113checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9114dependencies = [
 9115 "once_cell",
 9116 "wasm-bindgen",
 9117]
 9118
 9119[[package]]
 9120name = "json5"
 9121version = "0.4.1"
 9122source = "registry+https://github.com/rust-lang/crates.io-index"
 9123checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9124dependencies = [
 9125 "pest",
 9126 "pest_derive",
 9127 "serde",
 9128]
 9129
 9130[[package]]
 9131name = "json_dotpath"
 9132version = "1.1.0"
 9133source = "registry+https://github.com/rust-lang/crates.io-index"
 9134checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9135dependencies = [
 9136 "serde",
 9137 "serde_derive",
 9138 "serde_json",
 9139 "thiserror 1.0.69",
 9140]
 9141
 9142[[package]]
 9143name = "json_schema_store"
 9144version = "0.1.0"
 9145dependencies = [
 9146 "anyhow",
 9147 "collections",
 9148 "dap",
 9149 "extension",
 9150 "gpui",
 9151 "language",
 9152 "parking_lot",
 9153 "paths",
 9154 "project",
 9155 "schemars",
 9156 "serde",
 9157 "serde_json",
 9158 "settings",
 9159 "snippet_provider",
 9160 "task",
 9161 "theme",
 9162 "util",
 9163]
 9164
 9165[[package]]
 9166name = "jsonschema"
 9167version = "0.37.4"
 9168source = "registry+https://github.com/rust-lang/crates.io-index"
 9169checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9170dependencies = [
 9171 "ahash 0.8.12",
 9172 "bytecount",
 9173 "data-encoding",
 9174 "email_address",
 9175 "fancy-regex 0.16.2",
 9176 "fraction",
 9177 "getrandom 0.3.4",
 9178 "idna",
 9179 "itoa",
 9180 "num-cmp",
 9181 "num-traits",
 9182 "percent-encoding",
 9183 "referencing",
 9184 "regex",
 9185 "regex-syntax",
 9186 "reqwest 0.12.24",
 9187 "serde",
 9188 "serde_json",
 9189 "unicode-general-category",
 9190 "uuid-simd",
 9191]
 9192
 9193[[package]]
 9194name = "jsonwebtoken"
 9195version = "10.3.0"
 9196source = "registry+https://github.com/rust-lang/crates.io-index"
 9197checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9198dependencies = [
 9199 "aws-lc-rs",
 9200 "base64 0.22.1",
 9201 "getrandom 0.2.16",
 9202 "js-sys",
 9203 "pem",
 9204 "serde",
 9205 "serde_json",
 9206 "signature 2.2.0",
 9207 "simple_asn1",
 9208]
 9209
 9210[[package]]
 9211name = "jupyter-protocol"
 9212version = "1.4.0"
 9213source = "registry+https://github.com/rust-lang/crates.io-index"
 9214checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9215dependencies = [
 9216 "async-trait",
 9217 "bytes 1.11.1",
 9218 "chrono",
 9219 "futures 0.3.31",
 9220 "serde",
 9221 "serde_json",
 9222 "thiserror 2.0.17",
 9223 "uuid",
 9224]
 9225
 9226[[package]]
 9227name = "jupyter-websocket-client"
 9228version = "1.0.0"
 9229source = "registry+https://github.com/rust-lang/crates.io-index"
 9230checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9231dependencies = [
 9232 "anyhow",
 9233 "async-trait",
 9234 "async-tungstenite",
 9235 "futures 0.3.31",
 9236 "jupyter-protocol",
 9237 "serde",
 9238 "serde_json",
 9239 "tokio",
 9240 "url",
 9241 "uuid",
 9242]
 9243
 9244[[package]]
 9245name = "keymap_editor"
 9246version = "0.1.0"
 9247dependencies = [
 9248 "anyhow",
 9249 "collections",
 9250 "command_palette",
 9251 "component",
 9252 "db",
 9253 "editor",
 9254 "fs",
 9255 "fuzzy",
 9256 "gpui",
 9257 "itertools 0.14.0",
 9258 "json_schema_store",
 9259 "language",
 9260 "log",
 9261 "menu",
 9262 "notifications",
 9263 "paths",
 9264 "project",
 9265 "search",
 9266 "serde",
 9267 "serde_json",
 9268 "settings",
 9269 "telemetry",
 9270 "tempfile",
 9271 "theme",
 9272 "tree-sitter-json",
 9273 "tree-sitter-rust",
 9274 "ui",
 9275 "ui_input",
 9276 "util",
 9277 "workspace",
 9278 "zed_actions",
 9279]
 9280
 9281[[package]]
 9282name = "khronos-egl"
 9283version = "6.0.0"
 9284source = "registry+https://github.com/rust-lang/crates.io-index"
 9285checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9286dependencies = [
 9287 "libc",
 9288 "libloading",
 9289 "pkg-config",
 9290]
 9291
 9292[[package]]
 9293name = "khronos_api"
 9294version = "3.1.0"
 9295source = "registry+https://github.com/rust-lang/crates.io-index"
 9296checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9297
 9298[[package]]
 9299name = "kqueue"
 9300version = "1.1.1"
 9301source = "registry+https://github.com/rust-lang/crates.io-index"
 9302checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9303dependencies = [
 9304 "kqueue-sys",
 9305 "libc",
 9306]
 9307
 9308[[package]]
 9309name = "kqueue-sys"
 9310version = "1.0.4"
 9311source = "registry+https://github.com/rust-lang/crates.io-index"
 9312checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9313dependencies = [
 9314 "bitflags 1.3.2",
 9315 "libc",
 9316]
 9317
 9318[[package]]
 9319name = "kurbo"
 9320version = "0.11.3"
 9321source = "registry+https://github.com/rust-lang/crates.io-index"
 9322checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9323dependencies = [
 9324 "arrayvec",
 9325 "euclid",
 9326 "smallvec",
 9327]
 9328
 9329[[package]]
 9330name = "kv-log-macro"
 9331version = "1.0.7"
 9332source = "registry+https://github.com/rust-lang/crates.io-index"
 9333checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9334dependencies = [
 9335 "log",
 9336]
 9337
 9338[[package]]
 9339name = "language"
 9340version = "0.1.0"
 9341dependencies = [
 9342 "anyhow",
 9343 "async-trait",
 9344 "clock",
 9345 "collections",
 9346 "ctor",
 9347 "diffy",
 9348 "ec4rs",
 9349 "encoding_rs",
 9350 "fs",
 9351 "futures 0.3.31",
 9352 "fuzzy",
 9353 "globset",
 9354 "gpui",
 9355 "http_client",
 9356 "imara-diff",
 9357 "indoc",
 9358 "itertools 0.14.0",
 9359 "log",
 9360 "lsp",
 9361 "parking_lot",
 9362 "postage",
 9363 "pretty_assertions",
 9364 "rand 0.9.2",
 9365 "regex",
 9366 "rpc",
 9367 "schemars",
 9368 "semver",
 9369 "serde",
 9370 "serde_json",
 9371 "settings",
 9372 "shellexpand 2.1.2",
 9373 "smallvec",
 9374 "smol",
 9375 "streaming-iterator",
 9376 "strsim",
 9377 "sum_tree",
 9378 "task",
 9379 "text",
 9380 "theme",
 9381 "toml 0.8.23",
 9382 "tracing",
 9383 "tree-sitter",
 9384 "tree-sitter-elixir",
 9385 "tree-sitter-embedded-template",
 9386 "tree-sitter-heex",
 9387 "tree-sitter-html",
 9388 "tree-sitter-json",
 9389 "tree-sitter-md",
 9390 "tree-sitter-python",
 9391 "tree-sitter-ruby",
 9392 "tree-sitter-rust",
 9393 "tree-sitter-typescript",
 9394 "unicase",
 9395 "unindent",
 9396 "util",
 9397 "watch",
 9398 "zlog",
 9399 "ztracing",
 9400]
 9401
 9402[[package]]
 9403name = "language_extension"
 9404version = "0.1.0"
 9405dependencies = [
 9406 "anyhow",
 9407 "async-trait",
 9408 "collections",
 9409 "extension",
 9410 "fs",
 9411 "futures 0.3.31",
 9412 "gpui",
 9413 "language",
 9414 "log",
 9415 "lsp",
 9416 "project",
 9417 "serde",
 9418 "serde_json",
 9419 "tracing",
 9420 "util",
 9421 "ztracing",
 9422]
 9423
 9424[[package]]
 9425name = "language_model"
 9426version = "0.1.0"
 9427dependencies = [
 9428 "anthropic",
 9429 "anyhow",
 9430 "base64 0.22.1",
 9431 "client",
 9432 "cloud_api_client",
 9433 "cloud_api_types",
 9434 "cloud_llm_client",
 9435 "collections",
 9436 "credentials_provider",
 9437 "futures 0.3.31",
 9438 "gpui",
 9439 "http_client",
 9440 "icons",
 9441 "image",
 9442 "log",
 9443 "open_ai",
 9444 "open_router",
 9445 "parking_lot",
 9446 "proto",
 9447 "schemars",
 9448 "serde",
 9449 "serde_json",
 9450 "settings",
 9451 "smol",
 9452 "thiserror 2.0.17",
 9453 "util",
 9454 "zed_env_vars",
 9455]
 9456
 9457[[package]]
 9458name = "language_models"
 9459version = "0.1.0"
 9460dependencies = [
 9461 "ai_onboarding",
 9462 "anthropic",
 9463 "anyhow",
 9464 "aws-config",
 9465 "aws-credential-types",
 9466 "aws_http_client",
 9467 "base64 0.22.1",
 9468 "bedrock",
 9469 "client",
 9470 "cloud_api_types",
 9471 "cloud_llm_client",
 9472 "collections",
 9473 "component",
 9474 "convert_case 0.8.0",
 9475 "copilot",
 9476 "copilot_chat",
 9477 "copilot_ui",
 9478 "credentials_provider",
 9479 "deepseek",
 9480 "extension",
 9481 "extension_host",
 9482 "fs",
 9483 "futures 0.3.31",
 9484 "google_ai",
 9485 "gpui",
 9486 "gpui_tokio",
 9487 "http_client",
 9488 "language",
 9489 "language_model",
 9490 "lmstudio",
 9491 "log",
 9492 "menu",
 9493 "mistral",
 9494 "ollama",
 9495 "open_ai",
 9496 "open_router",
 9497 "partial-json-fixer",
 9498 "pretty_assertions",
 9499 "release_channel",
 9500 "schemars",
 9501 "semver",
 9502 "serde",
 9503 "serde_json",
 9504 "settings",
 9505 "smol",
 9506 "strum 0.27.2",
 9507 "thiserror 2.0.17",
 9508 "tiktoken-rs",
 9509 "tokio",
 9510 "ui",
 9511 "ui_input",
 9512 "util",
 9513 "vercel",
 9514 "x_ai",
 9515]
 9516
 9517[[package]]
 9518name = "language_onboarding"
 9519version = "0.1.0"
 9520dependencies = [
 9521 "db",
 9522 "editor",
 9523 "gpui",
 9524 "project",
 9525 "ui",
 9526 "workspace",
 9527]
 9528
 9529[[package]]
 9530name = "language_selector"
 9531version = "0.1.0"
 9532dependencies = [
 9533 "anyhow",
 9534 "editor",
 9535 "file_icons",
 9536 "fuzzy",
 9537 "gpui",
 9538 "language",
 9539 "open_path_prompt",
 9540 "picker",
 9541 "project",
 9542 "serde_json",
 9543 "settings",
 9544 "ui",
 9545 "util",
 9546 "workspace",
 9547]
 9548
 9549[[package]]
 9550name = "language_tools"
 9551version = "0.1.0"
 9552dependencies = [
 9553 "anyhow",
 9554 "client",
 9555 "collections",
 9556 "command_palette_hooks",
 9557 "edit_prediction",
 9558 "editor",
 9559 "futures 0.3.31",
 9560 "gpui",
 9561 "itertools 0.14.0",
 9562 "language",
 9563 "lsp",
 9564 "menu",
 9565 "project",
 9566 "proto",
 9567 "release_channel",
 9568 "semver",
 9569 "serde_json",
 9570 "settings",
 9571 "sysinfo 0.37.2",
 9572 "telemetry",
 9573 "theme",
 9574 "tree-sitter",
 9575 "ui",
 9576 "util",
 9577 "workspace",
 9578 "zed_actions",
 9579 "zlog",
 9580]
 9581
 9582[[package]]
 9583name = "languages"
 9584version = "0.1.0"
 9585dependencies = [
 9586 "anyhow",
 9587 "async-compression",
 9588 "async-fs",
 9589 "async-tar",
 9590 "async-trait",
 9591 "chrono",
 9592 "collections",
 9593 "futures 0.3.31",
 9594 "globset",
 9595 "gpui",
 9596 "http_client",
 9597 "itertools 0.14.0",
 9598 "json_schema_store",
 9599 "language",
 9600 "log",
 9601 "lsp",
 9602 "node_runtime",
 9603 "parking_lot",
 9604 "pet",
 9605 "pet-conda",
 9606 "pet-core",
 9607 "pet-fs",
 9608 "pet-poetry",
 9609 "pet-reporter",
 9610 "pet-virtualenv",
 9611 "pretty_assertions",
 9612 "project",
 9613 "regex",
 9614 "rope",
 9615 "rust-embed",
 9616 "semver",
 9617 "serde",
 9618 "serde_json",
 9619 "serde_json_lenient",
 9620 "settings",
 9621 "smallvec",
 9622 "smol",
 9623 "snippet",
 9624 "task",
 9625 "terminal",
 9626 "theme",
 9627 "toml 0.8.23",
 9628 "tree-sitter",
 9629 "tree-sitter-bash",
 9630 "tree-sitter-c",
 9631 "tree-sitter-cpp",
 9632 "tree-sitter-css",
 9633 "tree-sitter-diff",
 9634 "tree-sitter-gitcommit",
 9635 "tree-sitter-go",
 9636 "tree-sitter-gomod",
 9637 "tree-sitter-gowork",
 9638 "tree-sitter-jsdoc",
 9639 "tree-sitter-json",
 9640 "tree-sitter-md",
 9641 "tree-sitter-python",
 9642 "tree-sitter-regex",
 9643 "tree-sitter-rust",
 9644 "tree-sitter-typescript",
 9645 "tree-sitter-yaml",
 9646 "unindent",
 9647 "url",
 9648 "util",
 9649]
 9650
 9651[[package]]
 9652name = "lazy_static"
 9653version = "1.5.0"
 9654source = "registry+https://github.com/rust-lang/crates.io-index"
 9655checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9656dependencies = [
 9657 "spin 0.9.8",
 9658]
 9659
 9660[[package]]
 9661name = "leak"
 9662version = "0.1.2"
 9663source = "registry+https://github.com/rust-lang/crates.io-index"
 9664checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9665
 9666[[package]]
 9667name = "leaky-cow"
 9668version = "0.1.1"
 9669source = "registry+https://github.com/rust-lang/crates.io-index"
 9670checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9671dependencies = [
 9672 "leak",
 9673]
 9674
 9675[[package]]
 9676name = "leb128"
 9677version = "0.2.5"
 9678source = "registry+https://github.com/rust-lang/crates.io-index"
 9679checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9680
 9681[[package]]
 9682name = "leb128fmt"
 9683version = "0.1.0"
 9684source = "registry+https://github.com/rust-lang/crates.io-index"
 9685checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9686
 9687[[package]]
 9688name = "lebe"
 9689version = "0.5.3"
 9690source = "registry+https://github.com/rust-lang/crates.io-index"
 9691checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9692
 9693[[package]]
 9694name = "libc"
 9695version = "0.2.182"
 9696source = "registry+https://github.com/rust-lang/crates.io-index"
 9697checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9698
 9699[[package]]
 9700name = "libdbus-sys"
 9701version = "0.2.6"
 9702source = "registry+https://github.com/rust-lang/crates.io-index"
 9703checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9704dependencies = [
 9705 "cc",
 9706 "pkg-config",
 9707]
 9708
 9709[[package]]
 9710name = "libfuzzer-sys"
 9711version = "0.4.10"
 9712source = "registry+https://github.com/rust-lang/crates.io-index"
 9713checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9714dependencies = [
 9715 "arbitrary",
 9716 "cc",
 9717]
 9718
 9719[[package]]
 9720name = "libgit2-sys"
 9721version = "0.18.3+1.9.2"
 9722source = "registry+https://github.com/rust-lang/crates.io-index"
 9723checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9724dependencies = [
 9725 "cc",
 9726 "libc",
 9727 "libz-sys",
 9728 "pkg-config",
 9729]
 9730
 9731[[package]]
 9732name = "libloading"
 9733version = "0.8.9"
 9734source = "registry+https://github.com/rust-lang/crates.io-index"
 9735checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9736dependencies = [
 9737 "cfg-if",
 9738 "windows-link 0.2.1",
 9739]
 9740
 9741[[package]]
 9742name = "libm"
 9743version = "0.2.15"
 9744source = "registry+https://github.com/rust-lang/crates.io-index"
 9745checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9746
 9747[[package]]
 9748name = "libmimalloc-sys"
 9749version = "0.1.44"
 9750source = "registry+https://github.com/rust-lang/crates.io-index"
 9751checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9752dependencies = [
 9753 "cc",
 9754 "libc",
 9755]
 9756
 9757[[package]]
 9758name = "libredox"
 9759version = "0.1.10"
 9760source = "registry+https://github.com/rust-lang/crates.io-index"
 9761checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9762dependencies = [
 9763 "bitflags 2.10.0",
 9764 "libc",
 9765 "redox_syscall 0.5.18",
 9766]
 9767
 9768[[package]]
 9769name = "libsqlite3-sys"
 9770version = "0.30.1"
 9771source = "registry+https://github.com/rust-lang/crates.io-index"
 9772checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9773dependencies = [
 9774 "cc",
 9775 "pkg-config",
 9776 "vcpkg",
 9777]
 9778
 9779[[package]]
 9780name = "libwebrtc"
 9781version = "0.3.26"
 9782source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9783dependencies = [
 9784 "cxx",
 9785 "glib",
 9786 "jni",
 9787 "js-sys",
 9788 "lazy_static",
 9789 "livekit-protocol",
 9790 "livekit-runtime",
 9791 "log",
 9792 "parking_lot",
 9793 "serde",
 9794 "serde_json",
 9795 "thiserror 1.0.69",
 9796 "tokio",
 9797 "wasm-bindgen",
 9798 "wasm-bindgen-futures",
 9799 "web-sys",
 9800 "webrtc-sys",
 9801]
 9802
 9803[[package]]
 9804name = "libz-sys"
 9805version = "1.1.22"
 9806source = "registry+https://github.com/rust-lang/crates.io-index"
 9807checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9808dependencies = [
 9809 "cc",
 9810 "libc",
 9811 "pkg-config",
 9812 "vcpkg",
 9813]
 9814
 9815[[package]]
 9816name = "line_ending_selector"
 9817version = "0.1.0"
 9818dependencies = [
 9819 "editor",
 9820 "gpui",
 9821 "language",
 9822 "picker",
 9823 "project",
 9824 "ui",
 9825 "util",
 9826 "workspace",
 9827]
 9828
 9829[[package]]
 9830name = "linebender_resource_handle"
 9831version = "0.1.1"
 9832source = "registry+https://github.com/rust-lang/crates.io-index"
 9833checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9834
 9835[[package]]
 9836name = "link-cplusplus"
 9837version = "1.0.12"
 9838source = "registry+https://github.com/rust-lang/crates.io-index"
 9839checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9840dependencies = [
 9841 "cc",
 9842]
 9843
 9844[[package]]
 9845name = "linkify"
 9846version = "0.10.0"
 9847source = "registry+https://github.com/rust-lang/crates.io-index"
 9848checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9849dependencies = [
 9850 "memchr",
 9851]
 9852
 9853[[package]]
 9854name = "linux-raw-sys"
 9855version = "0.4.15"
 9856source = "registry+https://github.com/rust-lang/crates.io-index"
 9857checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9858
 9859[[package]]
 9860name = "linux-raw-sys"
 9861version = "0.11.0"
 9862source = "registry+https://github.com/rust-lang/crates.io-index"
 9863checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9864
 9865[[package]]
 9866name = "litemap"
 9867version = "0.8.0"
 9868source = "registry+https://github.com/rust-lang/crates.io-index"
 9869checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9870
 9871[[package]]
 9872name = "litrs"
 9873version = "1.0.0"
 9874source = "registry+https://github.com/rust-lang/crates.io-index"
 9875checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9876
 9877[[package]]
 9878name = "livekit"
 9879version = "0.7.32"
 9880source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9881dependencies = [
 9882 "base64 0.22.1",
 9883 "bmrng",
 9884 "bytes 1.11.1",
 9885 "chrono",
 9886 "futures-util",
 9887 "lazy_static",
 9888 "libloading",
 9889 "libwebrtc",
 9890 "livekit-api",
 9891 "livekit-protocol",
 9892 "livekit-runtime",
 9893 "log",
 9894 "parking_lot",
 9895 "prost 0.12.6",
 9896 "semver",
 9897 "serde",
 9898 "serde_json",
 9899 "thiserror 1.0.69",
 9900 "tokio",
 9901]
 9902
 9903[[package]]
 9904name = "livekit-api"
 9905version = "0.4.14"
 9906source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9907dependencies = [
 9908 "base64 0.21.7",
 9909 "futures-util",
 9910 "http 1.3.1",
 9911 "livekit-protocol",
 9912 "livekit-runtime",
 9913 "log",
 9914 "parking_lot",
 9915 "pbjson-types",
 9916 "prost 0.12.6",
 9917 "rand 0.9.2",
 9918 "reqwest 0.12.24",
 9919 "rustls-native-certs 0.6.3",
 9920 "scopeguard",
 9921 "serde",
 9922 "sha2",
 9923 "thiserror 1.0.69",
 9924 "tokio",
 9925 "tokio-rustls 0.26.2",
 9926 "tokio-tungstenite 0.28.0",
 9927 "url",
 9928]
 9929
 9930[[package]]
 9931name = "livekit-protocol"
 9932version = "0.7.1"
 9933source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9934dependencies = [
 9935 "futures-util",
 9936 "livekit-runtime",
 9937 "parking_lot",
 9938 "pbjson",
 9939 "pbjson-types",
 9940 "prost 0.12.6",
 9941 "serde",
 9942 "thiserror 1.0.69",
 9943 "tokio",
 9944]
 9945
 9946[[package]]
 9947name = "livekit-runtime"
 9948version = "0.4.0"
 9949source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
 9950dependencies = [
 9951 "tokio",
 9952 "tokio-stream",
 9953]
 9954
 9955[[package]]
 9956name = "livekit_api"
 9957version = "0.1.0"
 9958dependencies = [
 9959 "anyhow",
 9960 "async-trait",
 9961 "jsonwebtoken",
 9962 "log",
 9963 "prost 0.9.0",
 9964 "prost-build 0.9.0",
 9965 "prost-types 0.9.0",
 9966 "serde",
 9967 "zed-reqwest",
 9968]
 9969
 9970[[package]]
 9971name = "livekit_client"
 9972version = "0.1.0"
 9973dependencies = [
 9974 "anyhow",
 9975 "async-trait",
 9976 "audio",
 9977 "cocoa 0.26.0",
 9978 "collections",
 9979 "core-foundation 0.10.0",
 9980 "core-video",
 9981 "coreaudio-rs 0.12.1",
 9982 "cpal",
 9983 "futures 0.3.31",
 9984 "gpui",
 9985 "gpui_platform",
 9986 "gpui_tokio",
 9987 "http_client_tls",
 9988 "image",
 9989 "libwebrtc",
 9990 "livekit",
 9991 "livekit_api",
 9992 "log",
 9993 "nanoid",
 9994 "objc",
 9995 "parking_lot",
 9996 "postage",
 9997 "rodio",
 9998 "serde",
 9999 "serde_json",
10000 "serde_urlencoded",
10001 "settings",
10002 "simplelog",
10003 "smallvec",
10004 "tokio",
10005 "ui",
10006 "util",
10007 "webrtc-sys",
10008 "zed-scap",
10009]
10010
10011[[package]]
10012name = "lmdb-master-sys"
10013version = "0.2.5"
10014source = "registry+https://github.com/rust-lang/crates.io-index"
10015checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10016dependencies = [
10017 "cc",
10018 "doxygen-rs",
10019 "libc",
10020]
10021
10022[[package]]
10023name = "lmstudio"
10024version = "0.1.0"
10025dependencies = [
10026 "anyhow",
10027 "futures 0.3.31",
10028 "http_client",
10029 "schemars",
10030 "serde",
10031 "serde_json",
10032]
10033
10034[[package]]
10035name = "lock_api"
10036version = "0.4.14"
10037source = "registry+https://github.com/rust-lang/crates.io-index"
10038checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10039dependencies = [
10040 "scopeguard",
10041]
10042
10043[[package]]
10044name = "log"
10045version = "0.4.29"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10048dependencies = [
10049 "serde_core",
10050 "value-bag",
10051]
10052
10053[[package]]
10054name = "loom"
10055version = "0.7.2"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10058dependencies = [
10059 "cfg-if",
10060 "generator",
10061 "scoped-tls",
10062 "tracing",
10063 "tracing-subscriber",
10064]
10065
10066[[package]]
10067name = "loop9"
10068version = "0.1.5"
10069source = "registry+https://github.com/rust-lang/crates.io-index"
10070checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10071dependencies = [
10072 "imgref",
10073]
10074
10075[[package]]
10076name = "lru"
10077version = "0.12.5"
10078source = "registry+https://github.com/rust-lang/crates.io-index"
10079checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10080dependencies = [
10081 "hashbrown 0.15.5",
10082]
10083
10084[[package]]
10085name = "lru-slab"
10086version = "0.1.2"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10089
10090[[package]]
10091name = "lsp"
10092version = "0.1.0"
10093dependencies = [
10094 "anyhow",
10095 "async-pipe",
10096 "collections",
10097 "ctor",
10098 "futures 0.3.31",
10099 "gpui",
10100 "gpui_util",
10101 "log",
10102 "lsp-types",
10103 "parking_lot",
10104 "postage",
10105 "release_channel",
10106 "schemars",
10107 "semver",
10108 "serde",
10109 "serde_json",
10110 "smol",
10111 "util",
10112 "zlog",
10113]
10114
10115[[package]]
10116name = "lsp-types"
10117version = "0.95.1"
10118source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10119dependencies = [
10120 "bitflags 1.3.2",
10121 "serde",
10122 "serde_json",
10123 "url",
10124]
10125
10126[[package]]
10127name = "lyon"
10128version = "1.0.16"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10131dependencies = [
10132 "lyon_algorithms",
10133 "lyon_extra",
10134 "lyon_tessellation",
10135]
10136
10137[[package]]
10138name = "lyon_algorithms"
10139version = "1.0.16"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10142dependencies = [
10143 "lyon_path",
10144 "num-traits",
10145]
10146
10147[[package]]
10148name = "lyon_extra"
10149version = "1.0.3"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10152dependencies = [
10153 "lyon_path",
10154 "thiserror 1.0.69",
10155]
10156
10157[[package]]
10158name = "lyon_geom"
10159version = "1.0.17"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10162dependencies = [
10163 "arrayvec",
10164 "euclid",
10165 "num-traits",
10166]
10167
10168[[package]]
10169name = "lyon_path"
10170version = "1.0.16"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10173dependencies = [
10174 "lyon_geom",
10175 "num-traits",
10176]
10177
10178[[package]]
10179name = "lyon_tessellation"
10180version = "1.0.16"
10181source = "registry+https://github.com/rust-lang/crates.io-index"
10182checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10183dependencies = [
10184 "float_next_after",
10185 "lyon_path",
10186 "num-traits",
10187]
10188
10189[[package]]
10190name = "mac"
10191version = "0.1.1"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10194
10195[[package]]
10196name = "mach2"
10197version = "0.4.3"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10200dependencies = [
10201 "libc",
10202]
10203
10204[[package]]
10205name = "mach2"
10206version = "0.5.0"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10209dependencies = [
10210 "libc",
10211]
10212
10213[[package]]
10214name = "malloc_buf"
10215version = "0.0.6"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10218dependencies = [
10219 "libc",
10220]
10221
10222[[package]]
10223name = "maplit"
10224version = "1.0.2"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10227
10228[[package]]
10229name = "markdown"
10230version = "0.1.0"
10231dependencies = [
10232 "assets",
10233 "base64 0.22.1",
10234 "collections",
10235 "env_logger 0.11.8",
10236 "fs",
10237 "futures 0.3.31",
10238 "gpui",
10239 "gpui_platform",
10240 "language",
10241 "languages",
10242 "linkify",
10243 "log",
10244 "node_runtime",
10245 "pulldown-cmark 0.13.0",
10246 "settings",
10247 "sum_tree",
10248 "theme",
10249 "ui",
10250 "util",
10251]
10252
10253[[package]]
10254name = "markdown_preview"
10255version = "0.1.0"
10256dependencies = [
10257 "anyhow",
10258 "async-recursion",
10259 "collections",
10260 "editor",
10261 "gpui",
10262 "html5ever 0.27.0",
10263 "language",
10264 "linkify",
10265 "log",
10266 "markdown",
10267 "markup5ever_rcdom",
10268 "mermaid-rs-renderer",
10269 "pretty_assertions",
10270 "pulldown-cmark 0.13.0",
10271 "settings",
10272 "stacksafe",
10273 "theme",
10274 "ui",
10275 "urlencoding",
10276 "util",
10277 "workspace",
10278 "zed_actions",
10279]
10280
10281[[package]]
10282name = "markup5ever"
10283version = "0.12.1"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10286dependencies = [
10287 "log",
10288 "phf 0.11.3",
10289 "phf_codegen",
10290 "string_cache",
10291 "string_cache_codegen",
10292 "tendril",
10293]
10294
10295[[package]]
10296name = "markup5ever"
10297version = "0.35.0"
10298source = "registry+https://github.com/rust-lang/crates.io-index"
10299checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10300dependencies = [
10301 "log",
10302 "tendril",
10303 "web_atoms",
10304]
10305
10306[[package]]
10307name = "markup5ever_rcdom"
10308version = "0.3.0"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10311dependencies = [
10312 "html5ever 0.27.0",
10313 "markup5ever 0.12.1",
10314 "tendril",
10315 "xml5ever",
10316]
10317
10318[[package]]
10319name = "match_token"
10320version = "0.35.0"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10323dependencies = [
10324 "proc-macro2",
10325 "quote",
10326 "syn 2.0.117",
10327]
10328
10329[[package]]
10330name = "matchers"
10331version = "0.2.0"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10334dependencies = [
10335 "regex-automata",
10336]
10337
10338[[package]]
10339name = "matchit"
10340version = "0.7.3"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10343
10344[[package]]
10345name = "maybe-owned"
10346version = "0.3.4"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10349
10350[[package]]
10351name = "maybe-rayon"
10352version = "0.1.1"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10355dependencies = [
10356 "cfg-if",
10357 "rayon",
10358]
10359
10360[[package]]
10361name = "md-5"
10362version = "0.10.6"
10363source = "registry+https://github.com/rust-lang/crates.io-index"
10364checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10365dependencies = [
10366 "cfg-if",
10367 "digest",
10368]
10369
10370[[package]]
10371name = "mdbook"
10372version = "0.4.40"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10375dependencies = [
10376 "ammonia",
10377 "anyhow",
10378 "chrono",
10379 "clap",
10380 "clap_complete",
10381 "elasticlunr-rs",
10382 "env_logger 0.11.8",
10383 "futures-util",
10384 "handlebars 5.1.2",
10385 "ignore",
10386 "log",
10387 "memchr",
10388 "notify 6.1.1",
10389 "notify-debouncer-mini",
10390 "once_cell",
10391 "opener",
10392 "pathdiff",
10393 "pulldown-cmark 0.10.3",
10394 "regex",
10395 "serde",
10396 "serde_json",
10397 "shlex",
10398 "tempfile",
10399 "tokio",
10400 "toml 0.5.11",
10401 "topological-sort",
10402 "walkdir",
10403 "warp",
10404]
10405
10406[[package]]
10407name = "media"
10408version = "0.1.0"
10409dependencies = [
10410 "anyhow",
10411 "bindgen 0.71.1",
10412 "core-foundation 0.10.0",
10413 "core-video",
10414 "ctor",
10415 "foreign-types 0.5.0",
10416 "metal",
10417 "objc",
10418]
10419
10420[[package]]
10421name = "memchr"
10422version = "2.7.6"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10425
10426[[package]]
10427name = "memfd"
10428version = "0.6.5"
10429source = "registry+https://github.com/rust-lang/crates.io-index"
10430checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10431dependencies = [
10432 "rustix 1.1.2",
10433]
10434
10435[[package]]
10436name = "memmap2"
10437version = "0.9.8"
10438source = "registry+https://github.com/rust-lang/crates.io-index"
10439checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10440dependencies = [
10441 "libc",
10442 "stable_deref_trait",
10443]
10444
10445[[package]]
10446name = "memoffset"
10447version = "0.9.1"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10450dependencies = [
10451 "autocfg",
10452]
10453
10454[[package]]
10455name = "menu"
10456version = "0.1.0"
10457dependencies = [
10458 "gpui",
10459]
10460
10461[[package]]
10462name = "merge"
10463version = "0.1.0"
10464source = "registry+https://github.com/rust-lang/crates.io-index"
10465checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10466dependencies = [
10467 "merge_derive",
10468 "num-traits",
10469]
10470
10471[[package]]
10472name = "merge_derive"
10473version = "0.1.0"
10474source = "registry+https://github.com/rust-lang/crates.io-index"
10475checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10476dependencies = [
10477 "proc-macro-error",
10478 "proc-macro2",
10479 "quote",
10480 "syn 1.0.109",
10481]
10482
10483[[package]]
10484name = "mermaid-rs-renderer"
10485version = "0.2.0"
10486source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10487dependencies = [
10488 "anyhow",
10489 "fontdb 0.16.2",
10490 "json5",
10491 "once_cell",
10492 "regex",
10493 "serde",
10494 "serde_json",
10495 "thiserror 2.0.17",
10496 "ttf-parser 0.20.0",
10497]
10498
10499[[package]]
10500name = "metal"
10501version = "0.33.0"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10504dependencies = [
10505 "bitflags 2.10.0",
10506 "block",
10507 "core-graphics-types 0.2.0",
10508 "foreign-types 0.5.0",
10509 "log",
10510 "objc",
10511 "paste",
10512]
10513
10514[[package]]
10515name = "migrator"
10516version = "0.1.0"
10517dependencies = [
10518 "anyhow",
10519 "collections",
10520 "convert_case 0.8.0",
10521 "log",
10522 "pretty_assertions",
10523 "serde_json",
10524 "serde_json_lenient",
10525 "settings_content",
10526 "settings_json",
10527 "streaming-iterator",
10528 "tree-sitter",
10529 "tree-sitter-json",
10530 "unindent",
10531]
10532
10533[[package]]
10534name = "mimalloc"
10535version = "0.1.48"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10538dependencies = [
10539 "libmimalloc-sys",
10540]
10541
10542[[package]]
10543name = "mime"
10544version = "0.3.17"
10545source = "registry+https://github.com/rust-lang/crates.io-index"
10546checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10547
10548[[package]]
10549name = "mime_guess"
10550version = "2.0.5"
10551source = "registry+https://github.com/rust-lang/crates.io-index"
10552checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10553dependencies = [
10554 "mime",
10555 "unicase",
10556]
10557
10558[[package]]
10559name = "minidump-common"
10560version = "0.26.1"
10561source = "registry+https://github.com/rust-lang/crates.io-index"
10562checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10563dependencies = [
10564 "bitflags 2.10.0",
10565 "debugid",
10566 "num-derive",
10567 "num-traits",
10568 "range-map",
10569 "scroll",
10570 "smart-default",
10571]
10572
10573[[package]]
10574name = "minidump-writer"
10575version = "0.11.0"
10576source = "registry+https://github.com/rust-lang/crates.io-index"
10577checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10578dependencies = [
10579 "bitflags 2.10.0",
10580 "byteorder",
10581 "cfg-if",
10582 "crash-context",
10583 "error-graph",
10584 "failspot",
10585 "goblin",
10586 "libc",
10587 "log",
10588 "mach2 0.4.3",
10589 "memmap2",
10590 "memoffset",
10591 "minidump-common",
10592 "nix 0.29.0",
10593 "procfs-core",
10594 "scroll",
10595 "serde",
10596 "serde_json",
10597 "tempfile",
10598 "thiserror 2.0.17",
10599]
10600
10601[[package]]
10602name = "minidumper"
10603version = "0.9.0"
10604source = "registry+https://github.com/rust-lang/crates.io-index"
10605checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10606dependencies = [
10607 "cfg-if",
10608 "crash-context",
10609 "libc",
10610 "log",
10611 "minidump-writer",
10612 "parking_lot",
10613 "polling",
10614 "scroll",
10615 "thiserror 2.0.17",
10616 "uds",
10617]
10618
10619[[package]]
10620name = "minimal-lexical"
10621version = "0.2.1"
10622source = "registry+https://github.com/rust-lang/crates.io-index"
10623checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10624
10625[[package]]
10626name = "miniprofiler_ui"
10627version = "0.1.0"
10628dependencies = [
10629 "gpui",
10630 "rpc",
10631 "serde_json",
10632 "smol",
10633 "theme",
10634 "util",
10635 "workspace",
10636 "zed_actions",
10637]
10638
10639[[package]]
10640name = "miniz_oxide"
10641version = "0.8.9"
10642source = "registry+https://github.com/rust-lang/crates.io-index"
10643checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10644dependencies = [
10645 "adler2",
10646 "simd-adler32",
10647]
10648
10649[[package]]
10650name = "mio"
10651version = "0.8.11"
10652source = "registry+https://github.com/rust-lang/crates.io-index"
10653checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10654dependencies = [
10655 "libc",
10656 "log",
10657 "wasi",
10658 "windows-sys 0.48.0",
10659]
10660
10661[[package]]
10662name = "mio"
10663version = "1.1.0"
10664source = "registry+https://github.com/rust-lang/crates.io-index"
10665checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10666dependencies = [
10667 "libc",
10668 "log",
10669 "wasi",
10670 "windows-sys 0.61.2",
10671]
10672
10673[[package]]
10674name = "miow"
10675version = "0.6.1"
10676source = "registry+https://github.com/rust-lang/crates.io-index"
10677checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10678dependencies = [
10679 "windows-sys 0.61.2",
10680]
10681
10682[[package]]
10683name = "mistral"
10684version = "0.1.0"
10685dependencies = [
10686 "anyhow",
10687 "futures 0.3.31",
10688 "http_client",
10689 "schemars",
10690 "serde",
10691 "serde_json",
10692 "strum 0.27.2",
10693]
10694
10695[[package]]
10696name = "moka"
10697version = "0.12.11"
10698source = "registry+https://github.com/rust-lang/crates.io-index"
10699checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10700dependencies = [
10701 "crossbeam-channel",
10702 "crossbeam-epoch",
10703 "crossbeam-utils",
10704 "equivalent",
10705 "parking_lot",
10706 "portable-atomic",
10707 "rustc_version",
10708 "smallvec",
10709 "tagptr",
10710 "uuid",
10711]
10712
10713[[package]]
10714name = "moxcms"
10715version = "0.7.7"
10716source = "registry+https://github.com/rust-lang/crates.io-index"
10717checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10718dependencies = [
10719 "num-traits",
10720 "pxfm",
10721]
10722
10723[[package]]
10724name = "msvc_spectre_libs"
10725version = "0.1.3"
10726source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10728dependencies = [
10729 "cc",
10730]
10731
10732[[package]]
10733name = "multi_buffer"
10734version = "0.1.0"
10735dependencies = [
10736 "anyhow",
10737 "buffer_diff",
10738 "clock",
10739 "collections",
10740 "ctor",
10741 "gpui",
10742 "indoc",
10743 "itertools 0.14.0",
10744 "language",
10745 "log",
10746 "parking_lot",
10747 "pretty_assertions",
10748 "rand 0.9.2",
10749 "rope",
10750 "serde",
10751 "settings",
10752 "smallvec",
10753 "smol",
10754 "sum_tree",
10755 "text",
10756 "theme",
10757 "tracing",
10758 "tree-sitter",
10759 "util",
10760 "zlog",
10761 "ztracing",
10762]
10763
10764[[package]]
10765name = "multimap"
10766version = "0.8.3"
10767source = "registry+https://github.com/rust-lang/crates.io-index"
10768checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10769
10770[[package]]
10771name = "naga"
10772version = "29.0.0"
10773source = "registry+https://github.com/rust-lang/crates.io-index"
10774checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10775dependencies = [
10776 "arrayvec",
10777 "bit-set 0.9.1",
10778 "bitflags 2.10.0",
10779 "cfg-if",
10780 "cfg_aliases 0.2.1",
10781 "codespan-reporting",
10782 "half",
10783 "hashbrown 0.16.1",
10784 "hexf-parse",
10785 "indexmap",
10786 "libm",
10787 "log",
10788 "num-traits",
10789 "once_cell",
10790 "rustc-hash 1.1.0",
10791 "thiserror 2.0.17",
10792 "unicode-ident",
10793]
10794
10795[[package]]
10796name = "naga"
10797version = "29.0.0"
10798source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10799dependencies = [
10800 "arrayvec",
10801 "bit-set 0.9.1",
10802 "bitflags 2.10.0",
10803 "cfg-if",
10804 "cfg_aliases 0.2.1",
10805 "codespan-reporting",
10806 "half",
10807 "hashbrown 0.16.1",
10808 "hexf-parse",
10809 "indexmap",
10810 "libm",
10811 "log",
10812 "num-traits",
10813 "once_cell",
10814 "rustc-hash 1.1.0",
10815 "spirv",
10816 "thiserror 2.0.17",
10817 "unicode-ident",
10818]
10819
10820[[package]]
10821name = "nanoid"
10822version = "0.4.0"
10823source = "registry+https://github.com/rust-lang/crates.io-index"
10824checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10825dependencies = [
10826 "rand 0.8.5",
10827]
10828
10829[[package]]
10830name = "nanorand"
10831version = "0.7.0"
10832source = "registry+https://github.com/rust-lang/crates.io-index"
10833checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10834dependencies = [
10835 "getrandom 0.2.16",
10836]
10837
10838[[package]]
10839name = "native-tls"
10840version = "0.2.14"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10843dependencies = [
10844 "libc",
10845 "log",
10846 "openssl",
10847 "openssl-probe",
10848 "openssl-sys",
10849 "schannel",
10850 "security-framework 2.11.1",
10851 "security-framework-sys",
10852 "tempfile",
10853]
10854
10855[[package]]
10856name = "nbformat"
10857version = "1.2.0"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10860dependencies = [
10861 "anyhow",
10862 "chrono",
10863 "jupyter-protocol",
10864 "serde",
10865 "serde_json",
10866 "thiserror 1.0.69",
10867 "uuid",
10868]
10869
10870[[package]]
10871name = "nc"
10872version = "0.1.0"
10873dependencies = [
10874 "anyhow",
10875 "futures 0.3.31",
10876 "net",
10877 "smol",
10878]
10879
10880[[package]]
10881name = "ndk"
10882version = "0.9.0"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10885dependencies = [
10886 "bitflags 2.10.0",
10887 "jni-sys",
10888 "log",
10889 "ndk-sys",
10890 "num_enum",
10891 "thiserror 1.0.69",
10892]
10893
10894[[package]]
10895name = "ndk-context"
10896version = "0.1.1"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10899
10900[[package]]
10901name = "ndk-sys"
10902version = "0.6.0+11769913"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10905dependencies = [
10906 "jni-sys",
10907]
10908
10909[[package]]
10910name = "net"
10911version = "0.1.0"
10912dependencies = [
10913 "anyhow",
10914 "async-io",
10915 "smol",
10916 "tempfile",
10917 "windows 0.61.3",
10918]
10919
10920[[package]]
10921name = "new_debug_unreachable"
10922version = "1.0.6"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10925
10926[[package]]
10927name = "nix"
10928version = "0.28.0"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10931dependencies = [
10932 "bitflags 2.10.0",
10933 "cfg-if",
10934 "cfg_aliases 0.1.1",
10935 "libc",
10936]
10937
10938[[package]]
10939name = "nix"
10940version = "0.29.0"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10943dependencies = [
10944 "bitflags 2.10.0",
10945 "cfg-if",
10946 "cfg_aliases 0.2.1",
10947 "libc",
10948]
10949
10950[[package]]
10951name = "nix"
10952version = "0.30.1"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10955dependencies = [
10956 "bitflags 2.10.0",
10957 "cfg-if",
10958 "cfg_aliases 0.2.1",
10959 "libc",
10960]
10961
10962[[package]]
10963name = "node_runtime"
10964version = "0.1.0"
10965dependencies = [
10966 "anyhow",
10967 "async-compression",
10968 "async-std",
10969 "async-tar",
10970 "async-trait",
10971 "futures 0.3.31",
10972 "http_client",
10973 "log",
10974 "paths",
10975 "semver",
10976 "serde",
10977 "serde_json",
10978 "smol",
10979 "util",
10980 "watch",
10981 "which 6.0.3",
10982]
10983
10984[[package]]
10985name = "nom"
10986version = "7.1.3"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10989dependencies = [
10990 "memchr",
10991 "minimal-lexical",
10992]
10993
10994[[package]]
10995name = "nom"
10996version = "8.0.0"
10997source = "registry+https://github.com/rust-lang/crates.io-index"
10998checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10999dependencies = [
11000 "memchr",
11001]
11002
11003[[package]]
11004name = "noop_proc_macro"
11005version = "0.3.0"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11008
11009[[package]]
11010name = "normpath"
11011version = "1.5.0"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11014dependencies = [
11015 "windows-sys 0.61.2",
11016]
11017
11018[[package]]
11019name = "notifications"
11020version = "0.1.0"
11021dependencies = [
11022 "anyhow",
11023 "channel",
11024 "client",
11025 "component",
11026 "db",
11027 "gpui",
11028 "rpc",
11029 "sum_tree",
11030 "time",
11031 "ui",
11032 "util",
11033 "workspace",
11034 "zed_actions",
11035]
11036
11037[[package]]
11038name = "notify"
11039version = "6.1.1"
11040source = "registry+https://github.com/rust-lang/crates.io-index"
11041checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11042dependencies = [
11043 "bitflags 2.10.0",
11044 "crossbeam-channel",
11045 "filetime",
11046 "fsevent-sys",
11047 "inotify 0.9.6",
11048 "kqueue",
11049 "libc",
11050 "log",
11051 "mio 0.8.11",
11052 "walkdir",
11053 "windows-sys 0.48.0",
11054]
11055
11056[[package]]
11057name = "notify"
11058version = "8.2.0"
11059source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11060dependencies = [
11061 "bitflags 2.10.0",
11062 "fsevent-sys",
11063 "inotify 0.11.0",
11064 "kqueue",
11065 "libc",
11066 "log",
11067 "mio 1.1.0",
11068 "notify-types",
11069 "walkdir",
11070 "windows-sys 0.60.2",
11071]
11072
11073[[package]]
11074name = "notify-debouncer-mini"
11075version = "0.4.1"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11078dependencies = [
11079 "crossbeam-channel",
11080 "log",
11081 "notify 6.1.1",
11082]
11083
11084[[package]]
11085name = "notify-types"
11086version = "2.0.0"
11087source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11088
11089[[package]]
11090name = "ntapi"
11091version = "0.4.1"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11094dependencies = [
11095 "winapi",
11096]
11097
11098[[package]]
11099name = "nu-ansi-term"
11100version = "0.50.3"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11103dependencies = [
11104 "windows-sys 0.61.2",
11105]
11106
11107[[package]]
11108name = "num"
11109version = "0.4.3"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11112dependencies = [
11113 "num-bigint",
11114 "num-complex",
11115 "num-integer",
11116 "num-iter",
11117 "num-rational",
11118 "num-traits",
11119]
11120
11121[[package]]
11122name = "num-bigint"
11123version = "0.4.6"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11126dependencies = [
11127 "num-integer",
11128 "num-traits",
11129]
11130
11131[[package]]
11132name = "num-bigint-dig"
11133version = "0.8.6"
11134source = "registry+https://github.com/rust-lang/crates.io-index"
11135checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11136dependencies = [
11137 "lazy_static",
11138 "libm",
11139 "num-integer",
11140 "num-iter",
11141 "num-traits",
11142 "rand 0.8.5",
11143 "smallvec",
11144 "zeroize",
11145]
11146
11147[[package]]
11148name = "num-bigint-dig"
11149version = "0.9.1"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11152dependencies = [
11153 "libm",
11154 "num-integer",
11155 "num-iter",
11156 "num-traits",
11157 "once_cell",
11158 "rand 0.9.2",
11159 "serde",
11160 "smallvec",
11161 "zeroize",
11162]
11163
11164[[package]]
11165name = "num-cmp"
11166version = "0.1.0"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11169
11170[[package]]
11171name = "num-complex"
11172version = "0.4.6"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11175dependencies = [
11176 "bytemuck",
11177 "num-traits",
11178]
11179
11180[[package]]
11181name = "num-conv"
11182version = "0.2.0"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11185
11186[[package]]
11187name = "num-derive"
11188version = "0.4.2"
11189source = "registry+https://github.com/rust-lang/crates.io-index"
11190checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11191dependencies = [
11192 "proc-macro2",
11193 "quote",
11194 "syn 2.0.117",
11195]
11196
11197[[package]]
11198name = "num-format"
11199version = "0.4.4"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11202dependencies = [
11203 "arrayvec",
11204 "itoa",
11205]
11206
11207[[package]]
11208name = "num-integer"
11209version = "0.1.46"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11212dependencies = [
11213 "num-traits",
11214]
11215
11216[[package]]
11217name = "num-iter"
11218version = "0.1.45"
11219source = "registry+https://github.com/rust-lang/crates.io-index"
11220checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11221dependencies = [
11222 "autocfg",
11223 "num-integer",
11224 "num-traits",
11225]
11226
11227[[package]]
11228name = "num-rational"
11229version = "0.4.2"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11232dependencies = [
11233 "num-bigint",
11234 "num-integer",
11235 "num-traits",
11236]
11237
11238[[package]]
11239name = "num-traits"
11240version = "0.2.19"
11241source = "registry+https://github.com/rust-lang/crates.io-index"
11242checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11243dependencies = [
11244 "autocfg",
11245 "libm",
11246]
11247
11248[[package]]
11249name = "num_cpus"
11250version = "1.17.0"
11251source = "registry+https://github.com/rust-lang/crates.io-index"
11252checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11253dependencies = [
11254 "hermit-abi",
11255 "libc",
11256]
11257
11258[[package]]
11259name = "num_enum"
11260version = "0.7.4"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11263dependencies = [
11264 "num_enum_derive",
11265 "rustversion",
11266]
11267
11268[[package]]
11269name = "num_enum_derive"
11270version = "0.7.4"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11273dependencies = [
11274 "proc-macro-crate",
11275 "proc-macro2",
11276 "quote",
11277 "syn 2.0.117",
11278]
11279
11280[[package]]
11281name = "num_threads"
11282version = "0.1.7"
11283source = "registry+https://github.com/rust-lang/crates.io-index"
11284checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11285dependencies = [
11286 "libc",
11287]
11288
11289[[package]]
11290name = "nvim-rs"
11291version = "0.9.2"
11292source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11293dependencies = [
11294 "async-trait",
11295 "futures 0.3.31",
11296 "log",
11297 "rmp",
11298 "rmpv",
11299 "tokio",
11300 "tokio-util",
11301]
11302
11303[[package]]
11304name = "objc"
11305version = "0.2.7"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11308dependencies = [
11309 "malloc_buf",
11310 "objc_exception",
11311]
11312
11313[[package]]
11314name = "objc-foundation"
11315version = "0.1.1"
11316source = "registry+https://github.com/rust-lang/crates.io-index"
11317checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11318dependencies = [
11319 "block",
11320 "objc",
11321 "objc_id",
11322]
11323
11324[[package]]
11325name = "objc2"
11326version = "0.6.3"
11327source = "registry+https://github.com/rust-lang/crates.io-index"
11328checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11329dependencies = [
11330 "objc2-encode",
11331]
11332
11333[[package]]
11334name = "objc2-audio-toolbox"
11335version = "0.3.2"
11336source = "registry+https://github.com/rust-lang/crates.io-index"
11337checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11338dependencies = [
11339 "bitflags 2.10.0",
11340 "libc",
11341 "objc2",
11342 "objc2-core-audio",
11343 "objc2-core-audio-types",
11344 "objc2-core-foundation",
11345 "objc2-foundation",
11346]
11347
11348[[package]]
11349name = "objc2-avf-audio"
11350version = "0.3.2"
11351source = "registry+https://github.com/rust-lang/crates.io-index"
11352checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11353dependencies = [
11354 "objc2",
11355 "objc2-foundation",
11356]
11357
11358[[package]]
11359name = "objc2-core-audio"
11360version = "0.3.2"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11363dependencies = [
11364 "dispatch2",
11365 "objc2",
11366 "objc2-core-audio-types",
11367 "objc2-core-foundation",
11368 "objc2-foundation",
11369]
11370
11371[[package]]
11372name = "objc2-core-audio-types"
11373version = "0.3.2"
11374source = "registry+https://github.com/rust-lang/crates.io-index"
11375checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11376dependencies = [
11377 "bitflags 2.10.0",
11378 "objc2",
11379]
11380
11381[[package]]
11382name = "objc2-core-foundation"
11383version = "0.3.2"
11384source = "registry+https://github.com/rust-lang/crates.io-index"
11385checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11386dependencies = [
11387 "bitflags 2.10.0",
11388 "block2",
11389 "dispatch2",
11390 "libc",
11391 "objc2",
11392]
11393
11394[[package]]
11395name = "objc2-encode"
11396version = "4.1.0"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11399
11400[[package]]
11401name = "objc2-foundation"
11402version = "0.3.2"
11403source = "registry+https://github.com/rust-lang/crates.io-index"
11404checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11405dependencies = [
11406 "bitflags 2.10.0",
11407 "block2",
11408 "libc",
11409 "objc2",
11410 "objc2-core-foundation",
11411]
11412
11413[[package]]
11414name = "objc2-io-kit"
11415version = "0.3.2"
11416source = "registry+https://github.com/rust-lang/crates.io-index"
11417checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11418dependencies = [
11419 "libc",
11420 "objc2-core-foundation",
11421]
11422
11423[[package]]
11424name = "objc2-metal"
11425version = "0.3.2"
11426source = "registry+https://github.com/rust-lang/crates.io-index"
11427checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11428dependencies = [
11429 "bitflags 2.10.0",
11430 "block2",
11431 "dispatch2",
11432 "objc2",
11433 "objc2-core-foundation",
11434 "objc2-foundation",
11435]
11436
11437[[package]]
11438name = "objc2-quartz-core"
11439version = "0.3.2"
11440source = "registry+https://github.com/rust-lang/crates.io-index"
11441checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11442dependencies = [
11443 "bitflags 2.10.0",
11444 "objc2",
11445 "objc2-core-foundation",
11446 "objc2-foundation",
11447 "objc2-metal",
11448]
11449
11450[[package]]
11451name = "objc_exception"
11452version = "0.1.2"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11455dependencies = [
11456 "cc",
11457]
11458
11459[[package]]
11460name = "objc_id"
11461version = "0.1.1"
11462source = "registry+https://github.com/rust-lang/crates.io-index"
11463checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11464dependencies = [
11465 "objc",
11466]
11467
11468[[package]]
11469name = "object"
11470version = "0.36.7"
11471source = "registry+https://github.com/rust-lang/crates.io-index"
11472checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11473dependencies = [
11474 "crc32fast",
11475 "hashbrown 0.15.5",
11476 "indexmap",
11477 "memchr",
11478]
11479
11480[[package]]
11481name = "object"
11482version = "0.37.3"
11483source = "registry+https://github.com/rust-lang/crates.io-index"
11484checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11485dependencies = [
11486 "memchr",
11487]
11488
11489[[package]]
11490name = "ollama"
11491version = "0.1.0"
11492dependencies = [
11493 "anyhow",
11494 "futures 0.3.31",
11495 "http_client",
11496 "schemars",
11497 "serde",
11498 "serde_json",
11499 "settings",
11500]
11501
11502[[package]]
11503name = "onboarding"
11504version = "0.1.0"
11505dependencies = [
11506 "anyhow",
11507 "client",
11508 "component",
11509 "db",
11510 "documented",
11511 "fs",
11512 "fuzzy",
11513 "gpui",
11514 "menu",
11515 "notifications",
11516 "picker",
11517 "project",
11518 "schemars",
11519 "serde",
11520 "settings",
11521 "telemetry",
11522 "theme",
11523 "ui",
11524 "util",
11525 "vim_mode_setting",
11526 "workspace",
11527 "zed_actions",
11528 "zlog",
11529]
11530
11531[[package]]
11532name = "once_cell"
11533version = "1.21.3"
11534source = "registry+https://github.com/rust-lang/crates.io-index"
11535checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11536
11537[[package]]
11538name = "once_cell_polyfill"
11539version = "1.70.1"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11542
11543[[package]]
11544name = "oo7"
11545version = "0.6.0"
11546source = "registry+https://github.com/rust-lang/crates.io-index"
11547checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11548dependencies = [
11549 "aes",
11550 "ashpd",
11551 "async-fs",
11552 "async-io",
11553 "async-lock 3.4.2",
11554 "blocking",
11555 "cbc",
11556 "cipher",
11557 "digest",
11558 "endi",
11559 "futures-lite 2.6.1",
11560 "futures-util",
11561 "getrandom 0.4.1",
11562 "hkdf",
11563 "hmac",
11564 "md-5",
11565 "num",
11566 "num-bigint-dig 0.9.1",
11567 "pbkdf2 0.12.2",
11568 "serde",
11569 "serde_bytes",
11570 "sha2",
11571 "subtle",
11572 "zbus",
11573 "zbus_macros",
11574 "zeroize",
11575 "zvariant",
11576]
11577
11578[[package]]
11579name = "oorandom"
11580version = "11.1.5"
11581source = "registry+https://github.com/rust-lang/crates.io-index"
11582checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11583
11584[[package]]
11585name = "open"
11586version = "5.3.2"
11587source = "registry+https://github.com/rust-lang/crates.io-index"
11588checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11589dependencies = [
11590 "is-wsl",
11591 "libc",
11592 "pathdiff",
11593]
11594
11595[[package]]
11596name = "open_ai"
11597version = "0.1.0"
11598dependencies = [
11599 "anyhow",
11600 "futures 0.3.31",
11601 "http_client",
11602 "log",
11603 "rand 0.9.2",
11604 "schemars",
11605 "serde",
11606 "serde_json",
11607 "settings",
11608 "strum 0.27.2",
11609 "thiserror 2.0.17",
11610]
11611
11612[[package]]
11613name = "open_path_prompt"
11614version = "0.1.0"
11615dependencies = [
11616 "editor",
11617 "file_icons",
11618 "futures 0.3.31",
11619 "fuzzy",
11620 "gpui",
11621 "picker",
11622 "project",
11623 "schemars",
11624 "serde",
11625 "serde_json",
11626 "settings",
11627 "theme",
11628 "ui",
11629 "util",
11630 "workspace",
11631]
11632
11633[[package]]
11634name = "open_router"
11635version = "0.1.0"
11636dependencies = [
11637 "anyhow",
11638 "futures 0.3.31",
11639 "http_client",
11640 "schemars",
11641 "serde",
11642 "serde_json",
11643 "settings",
11644 "strum 0.27.2",
11645 "thiserror 2.0.17",
11646]
11647
11648[[package]]
11649name = "opener"
11650version = "0.7.2"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11653dependencies = [
11654 "bstr",
11655 "dbus",
11656 "normpath",
11657 "windows-sys 0.59.0",
11658]
11659
11660[[package]]
11661name = "openssl"
11662version = "0.10.74"
11663source = "registry+https://github.com/rust-lang/crates.io-index"
11664checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11665dependencies = [
11666 "bitflags 2.10.0",
11667 "cfg-if",
11668 "foreign-types 0.3.2",
11669 "libc",
11670 "once_cell",
11671 "openssl-macros",
11672 "openssl-sys",
11673]
11674
11675[[package]]
11676name = "openssl-macros"
11677version = "0.1.1"
11678source = "registry+https://github.com/rust-lang/crates.io-index"
11679checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11680dependencies = [
11681 "proc-macro2",
11682 "quote",
11683 "syn 2.0.117",
11684]
11685
11686[[package]]
11687name = "openssl-probe"
11688version = "0.1.6"
11689source = "registry+https://github.com/rust-lang/crates.io-index"
11690checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11691
11692[[package]]
11693name = "openssl-sys"
11694version = "0.9.110"
11695source = "registry+https://github.com/rust-lang/crates.io-index"
11696checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11697dependencies = [
11698 "cc",
11699 "libc",
11700 "pkg-config",
11701 "vcpkg",
11702]
11703
11704[[package]]
11705name = "optfield"
11706version = "0.4.0"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11709dependencies = [
11710 "proc-macro2",
11711 "quote",
11712 "syn 2.0.117",
11713]
11714
11715[[package]]
11716name = "option-ext"
11717version = "0.2.0"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11720
11721[[package]]
11722name = "ordered-float"
11723version = "2.10.1"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11726dependencies = [
11727 "num-traits",
11728]
11729
11730[[package]]
11731name = "ordered-float"
11732version = "4.6.0"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11735dependencies = [
11736 "num-traits",
11737]
11738
11739[[package]]
11740name = "ordered-stream"
11741version = "0.2.0"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11744dependencies = [
11745 "futures-core",
11746 "pin-project-lite",
11747]
11748
11749[[package]]
11750name = "ouroboros"
11751version = "0.18.5"
11752source = "registry+https://github.com/rust-lang/crates.io-index"
11753checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11754dependencies = [
11755 "aliasable",
11756 "ouroboros_macro",
11757 "static_assertions",
11758]
11759
11760[[package]]
11761name = "ouroboros_macro"
11762version = "0.18.5"
11763source = "registry+https://github.com/rust-lang/crates.io-index"
11764checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11765dependencies = [
11766 "heck 0.4.1",
11767 "proc-macro2",
11768 "proc-macro2-diagnostics",
11769 "quote",
11770 "syn 2.0.117",
11771]
11772
11773[[package]]
11774name = "outline"
11775version = "0.1.0"
11776dependencies = [
11777 "editor",
11778 "fuzzy",
11779 "gpui",
11780 "indoc",
11781 "language",
11782 "lsp",
11783 "menu",
11784 "ordered-float 2.10.1",
11785 "picker",
11786 "project",
11787 "rope",
11788 "serde_json",
11789 "settings",
11790 "smol",
11791 "theme",
11792 "ui",
11793 "util",
11794 "workspace",
11795 "zed_actions",
11796]
11797
11798[[package]]
11799name = "outline_panel"
11800version = "0.1.0"
11801dependencies = [
11802 "anyhow",
11803 "collections",
11804 "db",
11805 "editor",
11806 "file_icons",
11807 "fuzzy",
11808 "gpui",
11809 "itertools 0.14.0",
11810 "language",
11811 "log",
11812 "lsp",
11813 "menu",
11814 "outline",
11815 "pretty_assertions",
11816 "project",
11817 "search",
11818 "serde",
11819 "serde_json",
11820 "settings",
11821 "smallvec",
11822 "smol",
11823 "theme",
11824 "ui",
11825 "util",
11826 "workspace",
11827 "worktree",
11828 "zed_actions",
11829]
11830
11831[[package]]
11832name = "outref"
11833version = "0.5.2"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11836
11837[[package]]
11838name = "p256"
11839version = "0.11.1"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11842dependencies = [
11843 "ecdsa",
11844 "elliptic-curve",
11845 "sha2",
11846]
11847
11848[[package]]
11849name = "page_size"
11850version = "0.6.0"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11853dependencies = [
11854 "libc",
11855 "winapi",
11856]
11857
11858[[package]]
11859name = "palette"
11860version = "0.7.6"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11863dependencies = [
11864 "approx",
11865 "fast-srgb8",
11866 "palette_derive",
11867]
11868
11869[[package]]
11870name = "palette_derive"
11871version = "0.7.6"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11874dependencies = [
11875 "by_address",
11876 "proc-macro2",
11877 "quote",
11878 "syn 2.0.117",
11879]
11880
11881[[package]]
11882name = "panel"
11883version = "0.1.0"
11884dependencies = [
11885 "gpui",
11886 "ui",
11887 "workspace",
11888]
11889
11890[[package]]
11891name = "parking"
11892version = "2.2.1"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11895
11896[[package]]
11897name = "parking_lot"
11898version = "0.12.5"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11901dependencies = [
11902 "lock_api",
11903 "parking_lot_core",
11904]
11905
11906[[package]]
11907name = "parking_lot_core"
11908version = "0.9.12"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11911dependencies = [
11912 "cfg-if",
11913 "libc",
11914 "redox_syscall 0.5.18",
11915 "smallvec",
11916 "windows-link 0.2.1",
11917]
11918
11919[[package]]
11920name = "parse_int"
11921version = "0.9.0"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11924dependencies = [
11925 "num-traits",
11926]
11927
11928[[package]]
11929name = "partial-json-fixer"
11930version = "0.5.3"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11933
11934[[package]]
11935name = "password-hash"
11936version = "0.4.2"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11939dependencies = [
11940 "base64ct",
11941 "rand_core 0.6.4",
11942 "subtle",
11943]
11944
11945[[package]]
11946name = "paste"
11947version = "1.0.15"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11950
11951[[package]]
11952name = "pathdiff"
11953version = "0.2.3"
11954source = "registry+https://github.com/rust-lang/crates.io-index"
11955checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11956
11957[[package]]
11958name = "pathfinder_geometry"
11959version = "0.5.1"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11962dependencies = [
11963 "log",
11964 "pathfinder_simd",
11965]
11966
11967[[package]]
11968name = "pathfinder_simd"
11969version = "0.5.5"
11970source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11972dependencies = [
11973 "rustc_version",
11974]
11975
11976[[package]]
11977name = "paths"
11978version = "0.1.0"
11979dependencies = [
11980 "dirs 4.0.0",
11981 "ignore",
11982 "util",
11983]
11984
11985[[package]]
11986name = "pbjson"
11987version = "0.6.0"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11990dependencies = [
11991 "base64 0.21.7",
11992 "serde",
11993]
11994
11995[[package]]
11996name = "pbjson-build"
11997version = "0.6.2"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12000dependencies = [
12001 "heck 0.4.1",
12002 "itertools 0.11.0",
12003 "prost 0.12.6",
12004 "prost-types 0.12.6",
12005]
12006
12007[[package]]
12008name = "pbjson-types"
12009version = "0.6.0"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12012dependencies = [
12013 "bytes 1.11.1",
12014 "chrono",
12015 "pbjson",
12016 "pbjson-build",
12017 "prost 0.12.6",
12018 "prost-build 0.12.6",
12019 "serde",
12020]
12021
12022[[package]]
12023name = "pbkdf2"
12024version = "0.11.0"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12027dependencies = [
12028 "digest",
12029 "hmac",
12030 "password-hash",
12031 "sha2",
12032]
12033
12034[[package]]
12035name = "pbkdf2"
12036version = "0.12.2"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12039dependencies = [
12040 "digest",
12041 "hmac",
12042]
12043
12044[[package]]
12045name = "pciid-parser"
12046version = "0.8.0"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12049
12050[[package]]
12051name = "peg"
12052version = "0.8.5"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12055dependencies = [
12056 "peg-macros",
12057 "peg-runtime",
12058]
12059
12060[[package]]
12061name = "peg-macros"
12062version = "0.8.5"
12063source = "registry+https://github.com/rust-lang/crates.io-index"
12064checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12065dependencies = [
12066 "peg-runtime",
12067 "proc-macro2",
12068 "quote",
12069]
12070
12071[[package]]
12072name = "peg-runtime"
12073version = "0.8.5"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12076
12077[[package]]
12078name = "pem"
12079version = "3.0.6"
12080source = "registry+https://github.com/rust-lang/crates.io-index"
12081checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12082dependencies = [
12083 "base64 0.22.1",
12084 "serde_core",
12085]
12086
12087[[package]]
12088name = "pem-rfc7468"
12089version = "0.7.0"
12090source = "registry+https://github.com/rust-lang/crates.io-index"
12091checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12092dependencies = [
12093 "base64ct",
12094]
12095
12096[[package]]
12097name = "percent-encoding"
12098version = "2.3.2"
12099source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12101
12102[[package]]
12103name = "perf"
12104version = "0.1.0"
12105dependencies = [
12106 "collections",
12107 "serde",
12108 "serde_json",
12109]
12110
12111[[package]]
12112name = "pest"
12113version = "2.8.3"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12116dependencies = [
12117 "memchr",
12118 "ucd-trie",
12119]
12120
12121[[package]]
12122name = "pest_derive"
12123version = "2.8.3"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12126dependencies = [
12127 "pest",
12128 "pest_generator",
12129]
12130
12131[[package]]
12132name = "pest_generator"
12133version = "2.8.3"
12134source = "registry+https://github.com/rust-lang/crates.io-index"
12135checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12136dependencies = [
12137 "pest",
12138 "pest_meta",
12139 "proc-macro2",
12140 "quote",
12141 "syn 2.0.117",
12142]
12143
12144[[package]]
12145name = "pest_meta"
12146version = "2.8.3"
12147source = "registry+https://github.com/rust-lang/crates.io-index"
12148checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12149dependencies = [
12150 "pest",
12151 "sha2",
12152]
12153
12154[[package]]
12155name = "pet"
12156version = "0.1.0"
12157source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12158dependencies = [
12159 "clap",
12160 "env_logger 0.10.2",
12161 "lazy_static",
12162 "log",
12163 "msvc_spectre_libs",
12164 "pet-conda",
12165 "pet-core",
12166 "pet-env-var-path",
12167 "pet-fs",
12168 "pet-global-virtualenvs",
12169 "pet-homebrew",
12170 "pet-jsonrpc",
12171 "pet-linux-global-python",
12172 "pet-mac-commandlinetools",
12173 "pet-mac-python-org",
12174 "pet-mac-xcode",
12175 "pet-pipenv",
12176 "pet-pixi",
12177 "pet-poetry",
12178 "pet-pyenv",
12179 "pet-python-utils",
12180 "pet-reporter",
12181 "pet-telemetry",
12182 "pet-uv",
12183 "pet-venv",
12184 "pet-virtualenv",
12185 "pet-virtualenvwrapper",
12186 "pet-windows-registry",
12187 "pet-windows-store",
12188 "pet-winpython",
12189 "serde",
12190 "serde_json",
12191 "tracing",
12192 "tracing-subscriber",
12193 "winresource",
12194]
12195
12196[[package]]
12197name = "pet-conda"
12198version = "0.1.0"
12199source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12200dependencies = [
12201 "env_logger 0.10.2",
12202 "lazy_static",
12203 "log",
12204 "msvc_spectre_libs",
12205 "pet-core",
12206 "pet-fs",
12207 "pet-python-utils",
12208 "pet-reporter",
12209 "rayon",
12210 "regex",
12211 "serde",
12212 "serde_json",
12213 "yaml-rust2",
12214]
12215
12216[[package]]
12217name = "pet-core"
12218version = "0.1.0"
12219source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12220dependencies = [
12221 "clap",
12222 "lazy_static",
12223 "log",
12224 "msvc_spectre_libs",
12225 "pet-fs",
12226 "regex",
12227 "serde",
12228 "serde_json",
12229]
12230
12231[[package]]
12232name = "pet-env-var-path"
12233version = "0.1.0"
12234source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12235dependencies = [
12236 "lazy_static",
12237 "log",
12238 "msvc_spectre_libs",
12239 "pet-conda",
12240 "pet-core",
12241 "pet-fs",
12242 "pet-python-utils",
12243 "pet-virtualenv",
12244 "regex",
12245]
12246
12247[[package]]
12248name = "pet-fs"
12249version = "0.1.0"
12250source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12251dependencies = [
12252 "glob",
12253 "log",
12254 "msvc_spectre_libs",
12255 "windows-sys 0.59.0",
12256]
12257
12258[[package]]
12259name = "pet-global-virtualenvs"
12260version = "0.1.0"
12261source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12262dependencies = [
12263 "log",
12264 "msvc_spectre_libs",
12265 "pet-conda",
12266 "pet-core",
12267 "pet-fs",
12268 "pet-virtualenv",
12269]
12270
12271[[package]]
12272name = "pet-homebrew"
12273version = "0.1.0"
12274source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12275dependencies = [
12276 "lazy_static",
12277 "log",
12278 "msvc_spectre_libs",
12279 "pet-conda",
12280 "pet-core",
12281 "pet-fs",
12282 "pet-python-utils",
12283 "pet-virtualenv",
12284 "rayon",
12285 "regex",
12286 "serde",
12287 "serde_json",
12288]
12289
12290[[package]]
12291name = "pet-jsonrpc"
12292version = "0.1.0"
12293source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12294dependencies = [
12295 "env_logger 0.10.2",
12296 "log",
12297 "msvc_spectre_libs",
12298 "pet-core",
12299 "serde",
12300 "serde_json",
12301]
12302
12303[[package]]
12304name = "pet-linux-global-python"
12305version = "0.1.0"
12306source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12307dependencies = [
12308 "log",
12309 "msvc_spectre_libs",
12310 "pet-core",
12311 "pet-fs",
12312 "pet-python-utils",
12313 "pet-virtualenv",
12314]
12315
12316[[package]]
12317name = "pet-mac-commandlinetools"
12318version = "0.1.0"
12319source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12320dependencies = [
12321 "log",
12322 "msvc_spectre_libs",
12323 "pet-core",
12324 "pet-fs",
12325 "pet-python-utils",
12326 "pet-virtualenv",
12327]
12328
12329[[package]]
12330name = "pet-mac-python-org"
12331version = "0.1.0"
12332source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12333dependencies = [
12334 "log",
12335 "msvc_spectre_libs",
12336 "pet-core",
12337 "pet-fs",
12338 "pet-python-utils",
12339 "pet-virtualenv",
12340]
12341
12342[[package]]
12343name = "pet-mac-xcode"
12344version = "0.1.0"
12345source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12346dependencies = [
12347 "log",
12348 "msvc_spectre_libs",
12349 "pet-core",
12350 "pet-fs",
12351 "pet-python-utils",
12352 "pet-virtualenv",
12353]
12354
12355[[package]]
12356name = "pet-pipenv"
12357version = "0.1.0"
12358source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12359dependencies = [
12360 "lazy_static",
12361 "log",
12362 "msvc_spectre_libs",
12363 "pet-core",
12364 "pet-fs",
12365 "pet-python-utils",
12366 "pet-virtualenv",
12367 "regex",
12368]
12369
12370[[package]]
12371name = "pet-pixi"
12372version = "0.1.0"
12373source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12374dependencies = [
12375 "log",
12376 "msvc_spectre_libs",
12377 "pet-conda",
12378 "pet-core",
12379 "pet-python-utils",
12380]
12381
12382[[package]]
12383name = "pet-poetry"
12384version = "0.1.0"
12385source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12386dependencies = [
12387 "base64 0.22.1",
12388 "lazy_static",
12389 "log",
12390 "msvc_spectre_libs",
12391 "pet-core",
12392 "pet-fs",
12393 "pet-python-utils",
12394 "pet-reporter",
12395 "pet-virtualenv",
12396 "regex",
12397 "serde",
12398 "serde_json",
12399 "sha2",
12400 "toml 0.8.23",
12401]
12402
12403[[package]]
12404name = "pet-pyenv"
12405version = "0.1.0"
12406source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12407dependencies = [
12408 "lazy_static",
12409 "log",
12410 "msvc_spectre_libs",
12411 "pet-conda",
12412 "pet-core",
12413 "pet-fs",
12414 "pet-python-utils",
12415 "pet-reporter",
12416 "regex",
12417 "serde",
12418 "serde_json",
12419]
12420
12421[[package]]
12422name = "pet-python-utils"
12423version = "0.1.0"
12424source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12425dependencies = [
12426 "env_logger 0.10.2",
12427 "lazy_static",
12428 "log",
12429 "msvc_spectre_libs",
12430 "pet-core",
12431 "pet-fs",
12432 "regex",
12433 "serde",
12434 "serde_json",
12435 "sha2",
12436]
12437
12438[[package]]
12439name = "pet-reporter"
12440version = "0.1.0"
12441source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12442dependencies = [
12443 "env_logger 0.10.2",
12444 "log",
12445 "msvc_spectre_libs",
12446 "pet-core",
12447 "pet-jsonrpc",
12448 "serde",
12449 "serde_json",
12450]
12451
12452[[package]]
12453name = "pet-telemetry"
12454version = "0.1.0"
12455source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12456dependencies = [
12457 "env_logger 0.10.2",
12458 "lazy_static",
12459 "log",
12460 "msvc_spectre_libs",
12461 "pet-core",
12462 "pet-fs",
12463 "pet-python-utils",
12464 "regex",
12465]
12466
12467[[package]]
12468name = "pet-uv"
12469version = "0.1.0"
12470source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12471dependencies = [
12472 "log",
12473 "pet-core",
12474 "pet-python-utils",
12475 "serde",
12476 "toml 0.9.8",
12477]
12478
12479[[package]]
12480name = "pet-venv"
12481version = "0.1.0"
12482source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12483dependencies = [
12484 "log",
12485 "msvc_spectre_libs",
12486 "pet-core",
12487 "pet-python-utils",
12488 "pet-virtualenv",
12489]
12490
12491[[package]]
12492name = "pet-virtualenv"
12493version = "0.1.0"
12494source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12495dependencies = [
12496 "log",
12497 "msvc_spectre_libs",
12498 "pet-core",
12499 "pet-fs",
12500 "pet-python-utils",
12501]
12502
12503[[package]]
12504name = "pet-virtualenvwrapper"
12505version = "0.1.0"
12506source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12507dependencies = [
12508 "log",
12509 "msvc_spectre_libs",
12510 "pet-core",
12511 "pet-fs",
12512 "pet-python-utils",
12513 "pet-virtualenv",
12514]
12515
12516[[package]]
12517name = "pet-windows-registry"
12518version = "0.1.0"
12519source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12520dependencies = [
12521 "lazy_static",
12522 "log",
12523 "msvc_spectre_libs",
12524 "pet-conda",
12525 "pet-core",
12526 "pet-fs",
12527 "pet-python-utils",
12528 "pet-virtualenv",
12529 "pet-windows-store",
12530 "regex",
12531 "winreg 0.55.0",
12532]
12533
12534[[package]]
12535name = "pet-windows-store"
12536version = "0.1.0"
12537source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12538dependencies = [
12539 "lazy_static",
12540 "log",
12541 "msvc_spectre_libs",
12542 "pet-core",
12543 "pet-fs",
12544 "pet-python-utils",
12545 "pet-virtualenv",
12546 "regex",
12547 "winreg 0.55.0",
12548]
12549
12550[[package]]
12551name = "pet-winpython"
12552version = "0.1.0"
12553source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12554dependencies = [
12555 "lazy_static",
12556 "log",
12557 "pet-core",
12558 "pet-fs",
12559 "pet-python-utils",
12560 "pet-virtualenv",
12561 "regex",
12562]
12563
12564[[package]]
12565name = "petgraph"
12566version = "0.6.5"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12569dependencies = [
12570 "fixedbitset 0.4.2",
12571 "indexmap",
12572]
12573
12574[[package]]
12575name = "pgvector"
12576version = "0.4.1"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12579dependencies = [
12580 "serde",
12581]
12582
12583[[package]]
12584name = "phf"
12585version = "0.11.3"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12588dependencies = [
12589 "phf_macros 0.11.3",
12590 "phf_shared 0.11.3",
12591]
12592
12593[[package]]
12594name = "phf"
12595version = "0.12.1"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12598dependencies = [
12599 "phf_macros 0.12.1",
12600 "phf_shared 0.12.1",
12601]
12602
12603[[package]]
12604name = "phf_codegen"
12605version = "0.11.3"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12608dependencies = [
12609 "phf_generator 0.11.3",
12610 "phf_shared 0.11.3",
12611]
12612
12613[[package]]
12614name = "phf_generator"
12615version = "0.11.3"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12618dependencies = [
12619 "phf_shared 0.11.3",
12620 "rand 0.8.5",
12621]
12622
12623[[package]]
12624name = "phf_generator"
12625version = "0.12.1"
12626source = "registry+https://github.com/rust-lang/crates.io-index"
12627checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12628dependencies = [
12629 "fastrand 2.3.0",
12630 "phf_shared 0.12.1",
12631]
12632
12633[[package]]
12634name = "phf_macros"
12635version = "0.11.3"
12636source = "registry+https://github.com/rust-lang/crates.io-index"
12637checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12638dependencies = [
12639 "phf_generator 0.11.3",
12640 "phf_shared 0.11.3",
12641 "proc-macro2",
12642 "quote",
12643 "syn 2.0.117",
12644]
12645
12646[[package]]
12647name = "phf_macros"
12648version = "0.12.1"
12649source = "registry+https://github.com/rust-lang/crates.io-index"
12650checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12651dependencies = [
12652 "phf_generator 0.12.1",
12653 "phf_shared 0.12.1",
12654 "proc-macro2",
12655 "quote",
12656 "syn 2.0.117",
12657]
12658
12659[[package]]
12660name = "phf_shared"
12661version = "0.11.3"
12662source = "registry+https://github.com/rust-lang/crates.io-index"
12663checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12664dependencies = [
12665 "siphasher 1.0.1",
12666]
12667
12668[[package]]
12669name = "phf_shared"
12670version = "0.12.1"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12673dependencies = [
12674 "siphasher 1.0.1",
12675]
12676
12677[[package]]
12678name = "picker"
12679version = "0.1.0"
12680dependencies = [
12681 "anyhow",
12682 "editor",
12683 "gpui",
12684 "menu",
12685 "schemars",
12686 "serde",
12687 "settings",
12688 "theme",
12689 "ui",
12690 "ui_input",
12691 "workspace",
12692 "zed_actions",
12693]
12694
12695[[package]]
12696name = "pico-args"
12697version = "0.5.0"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12700
12701[[package]]
12702name = "pin-project"
12703version = "1.1.10"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12706dependencies = [
12707 "pin-project-internal",
12708]
12709
12710[[package]]
12711name = "pin-project-internal"
12712version = "1.1.10"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12715dependencies = [
12716 "proc-macro2",
12717 "quote",
12718 "syn 2.0.117",
12719]
12720
12721[[package]]
12722name = "pin-project-lite"
12723version = "0.2.16"
12724source = "registry+https://github.com/rust-lang/crates.io-index"
12725checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12726
12727[[package]]
12728name = "pin-utils"
12729version = "0.1.0"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12732
12733[[package]]
12734name = "piper"
12735version = "0.2.4"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12738dependencies = [
12739 "atomic-waker",
12740 "fastrand 2.3.0",
12741 "futures-io",
12742]
12743
12744[[package]]
12745name = "pkcs1"
12746version = "0.7.5"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12749dependencies = [
12750 "der 0.7.10",
12751 "pkcs8 0.10.2",
12752 "spki 0.7.3",
12753]
12754
12755[[package]]
12756name = "pkcs8"
12757version = "0.9.0"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12760dependencies = [
12761 "der 0.6.1",
12762 "spki 0.6.0",
12763]
12764
12765[[package]]
12766name = "pkcs8"
12767version = "0.10.2"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12770dependencies = [
12771 "der 0.7.10",
12772 "spki 0.7.3",
12773]
12774
12775[[package]]
12776name = "pkg-config"
12777version = "0.3.32"
12778source = "registry+https://github.com/rust-lang/crates.io-index"
12779checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12780
12781[[package]]
12782name = "plain"
12783version = "0.2.3"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12786
12787[[package]]
12788name = "platform_title_bar"
12789version = "0.1.0"
12790dependencies = [
12791 "feature_flags",
12792 "gpui",
12793 "project",
12794 "settings",
12795 "smallvec",
12796 "theme",
12797 "ui",
12798 "windows 0.61.3",
12799 "workspace",
12800 "zed_actions",
12801]
12802
12803[[package]]
12804name = "plist"
12805version = "1.8.0"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12808dependencies = [
12809 "base64 0.22.1",
12810 "indexmap",
12811 "quick-xml 0.38.3",
12812 "serde",
12813 "time",
12814]
12815
12816[[package]]
12817name = "plotters"
12818version = "0.3.7"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12821dependencies = [
12822 "num-traits",
12823 "plotters-backend",
12824 "plotters-svg",
12825 "wasm-bindgen",
12826 "web-sys",
12827]
12828
12829[[package]]
12830name = "plotters-backend"
12831version = "0.3.7"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12834
12835[[package]]
12836name = "plotters-svg"
12837version = "0.3.7"
12838source = "registry+https://github.com/rust-lang/crates.io-index"
12839checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12840dependencies = [
12841 "plotters-backend",
12842]
12843
12844[[package]]
12845name = "png"
12846version = "0.17.16"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12849dependencies = [
12850 "bitflags 1.3.2",
12851 "crc32fast",
12852 "fdeflate",
12853 "flate2",
12854 "miniz_oxide",
12855]
12856
12857[[package]]
12858name = "png"
12859version = "0.18.0"
12860source = "registry+https://github.com/rust-lang/crates.io-index"
12861checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12862dependencies = [
12863 "bitflags 2.10.0",
12864 "crc32fast",
12865 "fdeflate",
12866 "flate2",
12867 "miniz_oxide",
12868]
12869
12870[[package]]
12871name = "polling"
12872version = "3.11.0"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12875dependencies = [
12876 "cfg-if",
12877 "concurrent-queue",
12878 "hermit-abi",
12879 "pin-project-lite",
12880 "rustix 1.1.2",
12881 "windows-sys 0.61.2",
12882]
12883
12884[[package]]
12885name = "pollster"
12886version = "0.2.5"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12889
12890[[package]]
12891name = "pollster"
12892version = "0.4.0"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12895
12896[[package]]
12897name = "pori"
12898version = "0.0.0"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12901dependencies = [
12902 "nom 7.1.3",
12903]
12904
12905[[package]]
12906name = "portable-atomic"
12907version = "1.11.1"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12910
12911[[package]]
12912name = "portable-atomic-util"
12913version = "0.2.4"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12916dependencies = [
12917 "portable-atomic",
12918]
12919
12920[[package]]
12921name = "portable-pty"
12922version = "0.9.0"
12923source = "registry+https://github.com/rust-lang/crates.io-index"
12924checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12925dependencies = [
12926 "anyhow",
12927 "bitflags 1.3.2",
12928 "downcast-rs",
12929 "filedescriptor",
12930 "lazy_static",
12931 "libc",
12932 "log",
12933 "nix 0.28.0",
12934 "serial2",
12935 "shared_library",
12936 "shell-words",
12937 "winapi",
12938 "winreg 0.10.1",
12939]
12940
12941[[package]]
12942name = "postage"
12943version = "0.5.0"
12944source = "registry+https://github.com/rust-lang/crates.io-index"
12945checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12946dependencies = [
12947 "atomic",
12948 "crossbeam-queue",
12949 "futures 0.3.31",
12950 "log",
12951 "parking_lot",
12952 "pin-project",
12953 "pollster 0.2.5",
12954 "static_assertions",
12955 "thiserror 1.0.69",
12956]
12957
12958[[package]]
12959name = "postcard"
12960version = "1.1.3"
12961source = "registry+https://github.com/rust-lang/crates.io-index"
12962checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12963dependencies = [
12964 "cobs",
12965 "embedded-io 0.4.0",
12966 "embedded-io 0.6.1",
12967 "serde",
12968]
12969
12970[[package]]
12971name = "potential_utf"
12972version = "0.1.3"
12973source = "registry+https://github.com/rust-lang/crates.io-index"
12974checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12975dependencies = [
12976 "zerovec",
12977]
12978
12979[[package]]
12980name = "powerfmt"
12981version = "0.2.0"
12982source = "registry+https://github.com/rust-lang/crates.io-index"
12983checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12984
12985[[package]]
12986name = "ppv-lite86"
12987version = "0.2.21"
12988source = "registry+https://github.com/rust-lang/crates.io-index"
12989checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12990dependencies = [
12991 "zerocopy",
12992]
12993
12994[[package]]
12995name = "precomputed-hash"
12996version = "0.1.1"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12999
13000[[package]]
13001name = "presser"
13002version = "0.3.1"
13003source = "registry+https://github.com/rust-lang/crates.io-index"
13004checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13005
13006[[package]]
13007name = "prettier"
13008version = "0.1.0"
13009dependencies = [
13010 "anyhow",
13011 "collections",
13012 "fs",
13013 "gpui",
13014 "language",
13015 "log",
13016 "lsp",
13017 "node_runtime",
13018 "parking_lot",
13019 "paths",
13020 "serde",
13021 "serde_json",
13022 "util",
13023]
13024
13025[[package]]
13026name = "pretty_assertions"
13027version = "1.4.1"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13030dependencies = [
13031 "diff",
13032 "yansi",
13033]
13034
13035[[package]]
13036name = "prettyplease"
13037version = "0.2.37"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13040dependencies = [
13041 "proc-macro2",
13042 "syn 2.0.117",
13043]
13044
13045[[package]]
13046name = "primal-check"
13047version = "0.3.4"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13050dependencies = [
13051 "num-integer",
13052]
13053
13054[[package]]
13055name = "proc-macro-crate"
13056version = "3.4.0"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13059dependencies = [
13060 "toml_edit 0.23.7",
13061]
13062
13063[[package]]
13064name = "proc-macro-error"
13065version = "1.0.4"
13066source = "registry+https://github.com/rust-lang/crates.io-index"
13067checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13068dependencies = [
13069 "proc-macro-error-attr",
13070 "proc-macro2",
13071 "quote",
13072 "syn 1.0.109",
13073 "version_check",
13074]
13075
13076[[package]]
13077name = "proc-macro-error-attr"
13078version = "1.0.4"
13079source = "registry+https://github.com/rust-lang/crates.io-index"
13080checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13081dependencies = [
13082 "proc-macro2",
13083 "quote",
13084 "version_check",
13085]
13086
13087[[package]]
13088name = "proc-macro-error-attr2"
13089version = "2.0.0"
13090source = "registry+https://github.com/rust-lang/crates.io-index"
13091checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13092dependencies = [
13093 "proc-macro2",
13094 "quote",
13095]
13096
13097[[package]]
13098name = "proc-macro-error2"
13099version = "2.0.1"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13102dependencies = [
13103 "proc-macro-error-attr2",
13104 "proc-macro2",
13105 "quote",
13106 "syn 2.0.117",
13107]
13108
13109[[package]]
13110name = "proc-macro2"
13111version = "1.0.101"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13114dependencies = [
13115 "unicode-ident",
13116]
13117
13118[[package]]
13119name = "proc-macro2-diagnostics"
13120version = "0.10.1"
13121source = "registry+https://github.com/rust-lang/crates.io-index"
13122checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13123dependencies = [
13124 "proc-macro2",
13125 "quote",
13126 "syn 2.0.117",
13127 "version_check",
13128 "yansi",
13129]
13130
13131[[package]]
13132name = "procfs-core"
13133version = "0.17.0"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13136dependencies = [
13137 "bitflags 2.10.0",
13138 "hex",
13139 "serde",
13140]
13141
13142[[package]]
13143name = "profiling"
13144version = "1.0.17"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13147dependencies = [
13148 "profiling-procmacros",
13149]
13150
13151[[package]]
13152name = "profiling-procmacros"
13153version = "1.0.17"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13156dependencies = [
13157 "quote",
13158 "syn 2.0.117",
13159]
13160
13161[[package]]
13162name = "project"
13163version = "0.1.0"
13164dependencies = [
13165 "aho-corasick",
13166 "anyhow",
13167 "askpass",
13168 "async-trait",
13169 "base64 0.22.1",
13170 "buffer_diff",
13171 "circular-buffer",
13172 "client",
13173 "clock",
13174 "collections",
13175 "context_server",
13176 "dap",
13177 "encoding_rs",
13178 "extension",
13179 "fancy-regex 0.17.0",
13180 "fs",
13181 "futures 0.3.31",
13182 "fuzzy",
13183 "git",
13184 "git2",
13185 "git_hosting_providers",
13186 "globset",
13187 "gpui",
13188 "http_client",
13189 "image",
13190 "indexmap",
13191 "itertools 0.14.0",
13192 "language",
13193 "log",
13194 "lsp",
13195 "markdown",
13196 "node_runtime",
13197 "parking_lot",
13198 "paths",
13199 "postage",
13200 "prettier",
13201 "pretty_assertions",
13202 "project",
13203 "rand 0.9.2",
13204 "regex",
13205 "release_channel",
13206 "remote",
13207 "rpc",
13208 "schemars",
13209 "semver",
13210 "serde",
13211 "serde_json",
13212 "settings",
13213 "sha2",
13214 "shellexpand 2.1.2",
13215 "smallvec",
13216 "smol",
13217 "snippet",
13218 "snippet_provider",
13219 "sum_tree",
13220 "task",
13221 "tempfile",
13222 "terminal",
13223 "text",
13224 "toml 0.8.23",
13225 "tracing",
13226 "unindent",
13227 "url",
13228 "util",
13229 "watch",
13230 "wax",
13231 "which 6.0.3",
13232 "worktree",
13233 "zeroize",
13234 "zlog",
13235 "ztracing",
13236]
13237
13238[[package]]
13239name = "project_benchmarks"
13240version = "0.1.0"
13241dependencies = [
13242 "anyhow",
13243 "askpass",
13244 "clap",
13245 "client",
13246 "futures 0.3.31",
13247 "gpui",
13248 "gpui_platform",
13249 "http_client",
13250 "language",
13251 "node_runtime",
13252 "project",
13253 "release_channel",
13254 "remote",
13255 "rpassword",
13256 "semver",
13257 "settings",
13258 "watch",
13259]
13260
13261[[package]]
13262name = "project_panel"
13263version = "0.1.0"
13264dependencies = [
13265 "anyhow",
13266 "client",
13267 "collections",
13268 "command_palette_hooks",
13269 "criterion",
13270 "db",
13271 "editor",
13272 "feature_flags",
13273 "file_icons",
13274 "git",
13275 "git_ui",
13276 "gpui",
13277 "itertools 0.14.0",
13278 "language",
13279 "menu",
13280 "notifications",
13281 "pretty_assertions",
13282 "project",
13283 "rayon",
13284 "remote_connection",
13285 "schemars",
13286 "search",
13287 "serde",
13288 "serde_json",
13289 "settings",
13290 "smallvec",
13291 "telemetry",
13292 "tempfile",
13293 "theme",
13294 "ui",
13295 "util",
13296 "workspace",
13297 "worktree",
13298 "zed_actions",
13299]
13300
13301[[package]]
13302name = "project_symbols"
13303version = "0.1.0"
13304dependencies = [
13305 "anyhow",
13306 "editor",
13307 "futures 0.3.31",
13308 "fuzzy",
13309 "gpui",
13310 "language",
13311 "lsp",
13312 "ordered-float 2.10.1",
13313 "picker",
13314 "project",
13315 "release_channel",
13316 "semver",
13317 "serde_json",
13318 "settings",
13319 "theme",
13320 "util",
13321 "workspace",
13322]
13323
13324[[package]]
13325name = "prometheus"
13326version = "0.14.0"
13327source = "registry+https://github.com/rust-lang/crates.io-index"
13328checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13329dependencies = [
13330 "cfg-if",
13331 "fnv",
13332 "lazy_static",
13333 "memchr",
13334 "parking_lot",
13335 "protobuf",
13336 "thiserror 2.0.17",
13337]
13338
13339[[package]]
13340name = "prompt_store"
13341version = "0.1.0"
13342dependencies = [
13343 "anyhow",
13344 "assets",
13345 "chrono",
13346 "collections",
13347 "fs",
13348 "futures 0.3.31",
13349 "fuzzy",
13350 "gpui",
13351 "handlebars 4.5.0",
13352 "heed",
13353 "language",
13354 "log",
13355 "parking_lot",
13356 "paths",
13357 "rope",
13358 "serde",
13359 "strum 0.27.2",
13360 "tempfile",
13361 "text",
13362 "util",
13363 "uuid",
13364]
13365
13366[[package]]
13367name = "proptest"
13368version = "1.10.0"
13369source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13370dependencies = [
13371 "bit-set 0.8.0",
13372 "bit-vec 0.8.0",
13373 "bitflags 2.10.0",
13374 "num-traits",
13375 "proptest-macro",
13376 "rand 0.9.2",
13377 "rand_chacha 0.9.0",
13378 "rand_xorshift",
13379 "regex-syntax",
13380 "rusty-fork",
13381 "tempfile",
13382 "unarray",
13383]
13384
13385[[package]]
13386name = "proptest-derive"
13387version = "0.8.0"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13390dependencies = [
13391 "proc-macro2",
13392 "quote",
13393 "syn 2.0.117",
13394]
13395
13396[[package]]
13397name = "proptest-macro"
13398version = "0.5.0"
13399source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13400dependencies = [
13401 "convert_case 0.11.0",
13402 "proc-macro2",
13403 "quote",
13404 "syn 2.0.117",
13405]
13406
13407[[package]]
13408name = "prost"
13409version = "0.9.0"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13412dependencies = [
13413 "bytes 1.11.1",
13414 "prost-derive 0.9.0",
13415]
13416
13417[[package]]
13418name = "prost"
13419version = "0.12.6"
13420source = "registry+https://github.com/rust-lang/crates.io-index"
13421checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13422dependencies = [
13423 "bytes 1.11.1",
13424 "prost-derive 0.12.6",
13425]
13426
13427[[package]]
13428name = "prost-build"
13429version = "0.9.0"
13430source = "registry+https://github.com/rust-lang/crates.io-index"
13431checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13432dependencies = [
13433 "bytes 1.11.1",
13434 "heck 0.3.3",
13435 "itertools 0.10.5",
13436 "lazy_static",
13437 "log",
13438 "multimap",
13439 "petgraph",
13440 "prost 0.9.0",
13441 "prost-types 0.9.0",
13442 "regex",
13443 "tempfile",
13444 "which 4.4.2",
13445]
13446
13447[[package]]
13448name = "prost-build"
13449version = "0.12.6"
13450source = "registry+https://github.com/rust-lang/crates.io-index"
13451checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13452dependencies = [
13453 "bytes 1.11.1",
13454 "heck 0.5.0",
13455 "itertools 0.12.1",
13456 "log",
13457 "multimap",
13458 "once_cell",
13459 "petgraph",
13460 "prettyplease",
13461 "prost 0.12.6",
13462 "prost-types 0.12.6",
13463 "regex",
13464 "syn 2.0.117",
13465 "tempfile",
13466]
13467
13468[[package]]
13469name = "prost-derive"
13470version = "0.9.0"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13473dependencies = [
13474 "anyhow",
13475 "itertools 0.10.5",
13476 "proc-macro2",
13477 "quote",
13478 "syn 1.0.109",
13479]
13480
13481[[package]]
13482name = "prost-derive"
13483version = "0.12.6"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13486dependencies = [
13487 "anyhow",
13488 "itertools 0.12.1",
13489 "proc-macro2",
13490 "quote",
13491 "syn 2.0.117",
13492]
13493
13494[[package]]
13495name = "prost-types"
13496version = "0.9.0"
13497source = "registry+https://github.com/rust-lang/crates.io-index"
13498checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13499dependencies = [
13500 "bytes 1.11.1",
13501 "prost 0.9.0",
13502]
13503
13504[[package]]
13505name = "prost-types"
13506version = "0.12.6"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13509dependencies = [
13510 "prost 0.12.6",
13511]
13512
13513[[package]]
13514name = "proto"
13515version = "0.1.0"
13516dependencies = [
13517 "anyhow",
13518 "prost 0.9.0",
13519 "prost-build 0.9.0",
13520 "serde",
13521]
13522
13523[[package]]
13524name = "protobuf"
13525version = "3.7.2"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13528dependencies = [
13529 "once_cell",
13530 "protobuf-support",
13531 "thiserror 1.0.69",
13532]
13533
13534[[package]]
13535name = "protobuf-support"
13536version = "3.7.2"
13537source = "registry+https://github.com/rust-lang/crates.io-index"
13538checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13539dependencies = [
13540 "thiserror 1.0.69",
13541]
13542
13543[[package]]
13544name = "psm"
13545version = "0.1.30"
13546source = "registry+https://github.com/rust-lang/crates.io-index"
13547checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13548dependencies = [
13549 "ar_archive_writer",
13550 "cc",
13551]
13552
13553[[package]]
13554name = "ptr_meta"
13555version = "0.1.4"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13558dependencies = [
13559 "ptr_meta_derive",
13560]
13561
13562[[package]]
13563name = "ptr_meta_derive"
13564version = "0.1.4"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13567dependencies = [
13568 "proc-macro2",
13569 "quote",
13570 "syn 1.0.109",
13571]
13572
13573[[package]]
13574name = "pulldown-cmark"
13575version = "0.10.3"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13578dependencies = [
13579 "bitflags 2.10.0",
13580 "memchr",
13581 "pulldown-cmark-escape",
13582 "unicase",
13583]
13584
13585[[package]]
13586name = "pulldown-cmark"
13587version = "0.13.0"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13590dependencies = [
13591 "bitflags 2.10.0",
13592 "memchr",
13593 "unicase",
13594]
13595
13596[[package]]
13597name = "pulldown-cmark-escape"
13598version = "0.10.1"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13601
13602[[package]]
13603name = "pulley-interpreter"
13604version = "33.0.2"
13605source = "registry+https://github.com/rust-lang/crates.io-index"
13606checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13607dependencies = [
13608 "cranelift-bitset",
13609 "log",
13610 "wasmtime-math",
13611]
13612
13613[[package]]
13614name = "pulp"
13615version = "0.18.22"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13618dependencies = [
13619 "bytemuck",
13620 "libm",
13621 "num-complex",
13622 "reborrow",
13623]
13624
13625[[package]]
13626name = "pulp"
13627version = "0.21.5"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13630dependencies = [
13631 "bytemuck",
13632 "cfg-if",
13633 "libm",
13634 "num-complex",
13635 "reborrow",
13636 "version_check",
13637]
13638
13639[[package]]
13640name = "pxfm"
13641version = "0.1.25"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13644dependencies = [
13645 "num-traits",
13646]
13647
13648[[package]]
13649name = "qoi"
13650version = "0.4.1"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13653dependencies = [
13654 "bytemuck",
13655]
13656
13657[[package]]
13658name = "quick-error"
13659version = "1.2.3"
13660source = "registry+https://github.com/rust-lang/crates.io-index"
13661checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13662
13663[[package]]
13664name = "quick-error"
13665version = "2.0.1"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13668
13669[[package]]
13670name = "quick-xml"
13671version = "0.30.0"
13672source = "registry+https://github.com/rust-lang/crates.io-index"
13673checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13674dependencies = [
13675 "memchr",
13676]
13677
13678[[package]]
13679name = "quick-xml"
13680version = "0.37.5"
13681source = "registry+https://github.com/rust-lang/crates.io-index"
13682checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13683dependencies = [
13684 "memchr",
13685]
13686
13687[[package]]
13688name = "quick-xml"
13689version = "0.38.3"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13692dependencies = [
13693 "memchr",
13694]
13695
13696[[package]]
13697name = "quinn"
13698version = "0.11.9"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13701dependencies = [
13702 "bytes 1.11.1",
13703 "cfg_aliases 0.2.1",
13704 "pin-project-lite",
13705 "quinn-proto",
13706 "quinn-udp",
13707 "rustc-hash 2.1.1",
13708 "rustls 0.23.33",
13709 "socket2 0.6.1",
13710 "thiserror 2.0.17",
13711 "tokio",
13712 "tracing",
13713 "web-time",
13714]
13715
13716[[package]]
13717name = "quinn-proto"
13718version = "0.11.13"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13721dependencies = [
13722 "bytes 1.11.1",
13723 "getrandom 0.3.4",
13724 "lru-slab",
13725 "rand 0.9.2",
13726 "ring",
13727 "rustc-hash 2.1.1",
13728 "rustls 0.23.33",
13729 "rustls-pki-types",
13730 "slab",
13731 "thiserror 2.0.17",
13732 "tinyvec",
13733 "tracing",
13734 "web-time",
13735]
13736
13737[[package]]
13738name = "quinn-udp"
13739version = "0.5.14"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13742dependencies = [
13743 "cfg_aliases 0.2.1",
13744 "libc",
13745 "once_cell",
13746 "socket2 0.6.1",
13747 "tracing",
13748 "windows-sys 0.60.2",
13749]
13750
13751[[package]]
13752name = "quote"
13753version = "1.0.41"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13756dependencies = [
13757 "proc-macro2",
13758]
13759
13760[[package]]
13761name = "r-efi"
13762version = "5.3.0"
13763source = "registry+https://github.com/rust-lang/crates.io-index"
13764checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13765
13766[[package]]
13767name = "radium"
13768version = "0.7.0"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13771
13772[[package]]
13773name = "rand"
13774version = "0.3.23"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13777dependencies = [
13778 "libc",
13779 "rand 0.4.6",
13780]
13781
13782[[package]]
13783name = "rand"
13784version = "0.4.6"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13787dependencies = [
13788 "fuchsia-cprng",
13789 "libc",
13790 "rand_core 0.3.1",
13791 "rdrand",
13792 "winapi",
13793]
13794
13795[[package]]
13796name = "rand"
13797version = "0.8.5"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13800dependencies = [
13801 "libc",
13802 "rand_chacha 0.3.1",
13803 "rand_core 0.6.4",
13804]
13805
13806[[package]]
13807name = "rand"
13808version = "0.9.2"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13811dependencies = [
13812 "rand_chacha 0.9.0",
13813 "rand_core 0.9.3",
13814]
13815
13816[[package]]
13817name = "rand_chacha"
13818version = "0.3.1"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13821dependencies = [
13822 "ppv-lite86",
13823 "rand_core 0.6.4",
13824]
13825
13826[[package]]
13827name = "rand_chacha"
13828version = "0.9.0"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13831dependencies = [
13832 "ppv-lite86",
13833 "rand_core 0.9.3",
13834]
13835
13836[[package]]
13837name = "rand_core"
13838version = "0.3.1"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13841dependencies = [
13842 "rand_core 0.4.2",
13843]
13844
13845[[package]]
13846name = "rand_core"
13847version = "0.4.2"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13850
13851[[package]]
13852name = "rand_core"
13853version = "0.6.4"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13856dependencies = [
13857 "getrandom 0.2.16",
13858]
13859
13860[[package]]
13861name = "rand_core"
13862version = "0.9.3"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13865dependencies = [
13866 "getrandom 0.3.4",
13867]
13868
13869[[package]]
13870name = "rand_distr"
13871version = "0.5.1"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13874dependencies = [
13875 "num-traits",
13876 "rand 0.9.2",
13877]
13878
13879[[package]]
13880name = "rand_pcg"
13881version = "0.3.1"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13884dependencies = [
13885 "rand_core 0.6.4",
13886]
13887
13888[[package]]
13889name = "rand_xorshift"
13890version = "0.4.0"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13893dependencies = [
13894 "rand_core 0.9.3",
13895]
13896
13897[[package]]
13898name = "random_choice"
13899version = "0.3.2"
13900source = "registry+https://github.com/rust-lang/crates.io-index"
13901checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13902dependencies = [
13903 "rand 0.3.23",
13904]
13905
13906[[package]]
13907name = "range-alloc"
13908version = "0.1.4"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13911
13912[[package]]
13913name = "range-map"
13914version = "0.2.0"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13917dependencies = [
13918 "num-traits",
13919]
13920
13921[[package]]
13922name = "rangemap"
13923version = "1.7.1"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13926
13927[[package]]
13928name = "rav1e"
13929version = "0.7.1"
13930source = "registry+https://github.com/rust-lang/crates.io-index"
13931checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13932dependencies = [
13933 "arbitrary",
13934 "arg_enum_proc_macro",
13935 "arrayvec",
13936 "av1-grain",
13937 "bitstream-io",
13938 "built",
13939 "cfg-if",
13940 "interpolate_name",
13941 "itertools 0.12.1",
13942 "libc",
13943 "libfuzzer-sys",
13944 "log",
13945 "maybe-rayon",
13946 "new_debug_unreachable",
13947 "noop_proc_macro",
13948 "num-derive",
13949 "num-traits",
13950 "once_cell",
13951 "paste",
13952 "profiling",
13953 "rand 0.8.5",
13954 "rand_chacha 0.3.1",
13955 "simd_helpers",
13956 "system-deps 6.2.2",
13957 "thiserror 1.0.69",
13958 "v_frame",
13959 "wasm-bindgen",
13960]
13961
13962[[package]]
13963name = "ravif"
13964version = "0.11.20"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13967dependencies = [
13968 "avif-serialize",
13969 "imgref",
13970 "loop9",
13971 "quick-error 2.0.1",
13972 "rav1e",
13973 "rayon",
13974 "rgb",
13975]
13976
13977[[package]]
13978name = "raw-cpuid"
13979version = "10.7.0"
13980source = "registry+https://github.com/rust-lang/crates.io-index"
13981checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13982dependencies = [
13983 "bitflags 1.3.2",
13984]
13985
13986[[package]]
13987name = "raw-cpuid"
13988version = "11.6.0"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13991dependencies = [
13992 "bitflags 2.10.0",
13993]
13994
13995[[package]]
13996name = "raw-window-handle"
13997version = "0.6.2"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14000
14001[[package]]
14002name = "raw-window-metal"
14003version = "1.1.0"
14004source = "registry+https://github.com/rust-lang/crates.io-index"
14005checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14006dependencies = [
14007 "objc2",
14008 "objc2-core-foundation",
14009 "objc2-foundation",
14010 "objc2-quartz-core",
14011]
14012
14013[[package]]
14014name = "rayon"
14015version = "1.11.0"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14018dependencies = [
14019 "either",
14020 "rayon-core",
14021]
14022
14023[[package]]
14024name = "rayon-core"
14025version = "1.13.0"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14028dependencies = [
14029 "crossbeam-deque",
14030 "crossbeam-utils",
14031]
14032
14033[[package]]
14034name = "rdrand"
14035version = "0.4.0"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14038dependencies = [
14039 "rand_core 0.3.1",
14040]
14041
14042[[package]]
14043name = "read-fonts"
14044version = "0.35.0"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14047dependencies = [
14048 "bytemuck",
14049 "font-types 0.10.0",
14050]
14051
14052[[package]]
14053name = "read-fonts"
14054version = "0.37.0"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14057dependencies = [
14058 "bytemuck",
14059 "core_maths",
14060 "font-types 0.11.0",
14061]
14062
14063[[package]]
14064name = "realfft"
14065version = "3.5.0"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14068dependencies = [
14069 "rustfft",
14070]
14071
14072[[package]]
14073name = "reborrow"
14074version = "0.5.5"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14077
14078[[package]]
14079name = "recent_projects"
14080version = "0.1.0"
14081dependencies = [
14082 "anyhow",
14083 "askpass",
14084 "chrono",
14085 "db",
14086 "dev_container",
14087 "editor",
14088 "extension",
14089 "extension_host",
14090 "fs",
14091 "futures 0.3.31",
14092 "fuzzy",
14093 "gpui",
14094 "http_client",
14095 "indoc",
14096 "language",
14097 "log",
14098 "menu",
14099 "node_runtime",
14100 "open_path_prompt",
14101 "ordered-float 2.10.1",
14102 "paths",
14103 "picker",
14104 "project",
14105 "release_channel",
14106 "remote",
14107 "remote_connection",
14108 "remote_server",
14109 "semver",
14110 "serde",
14111 "serde_json",
14112 "settings",
14113 "smol",
14114 "task",
14115 "telemetry",
14116 "ui",
14117 "ui_input",
14118 "util",
14119 "windows-registry 0.6.1",
14120 "workspace",
14121 "worktree",
14122 "zed_actions",
14123]
14124
14125[[package]]
14126name = "redox_syscall"
14127version = "0.2.16"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14130dependencies = [
14131 "bitflags 1.3.2",
14132]
14133
14134[[package]]
14135name = "redox_syscall"
14136version = "0.5.18"
14137source = "registry+https://github.com/rust-lang/crates.io-index"
14138checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14139dependencies = [
14140 "bitflags 2.10.0",
14141]
14142
14143[[package]]
14144name = "redox_users"
14145version = "0.4.6"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14148dependencies = [
14149 "getrandom 0.2.16",
14150 "libredox",
14151 "thiserror 1.0.69",
14152]
14153
14154[[package]]
14155name = "redox_users"
14156version = "0.5.2"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14159dependencies = [
14160 "getrandom 0.2.16",
14161 "libredox",
14162 "thiserror 2.0.17",
14163]
14164
14165[[package]]
14166name = "ref-cast"
14167version = "1.0.25"
14168source = "registry+https://github.com/rust-lang/crates.io-index"
14169checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14170dependencies = [
14171 "ref-cast-impl",
14172]
14173
14174[[package]]
14175name = "ref-cast-impl"
14176version = "1.0.25"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14179dependencies = [
14180 "proc-macro2",
14181 "quote",
14182 "syn 2.0.117",
14183]
14184
14185[[package]]
14186name = "referencing"
14187version = "0.37.4"
14188source = "registry+https://github.com/rust-lang/crates.io-index"
14189checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14190dependencies = [
14191 "ahash 0.8.12",
14192 "fluent-uri",
14193 "getrandom 0.3.4",
14194 "hashbrown 0.16.1",
14195 "parking_lot",
14196 "percent-encoding",
14197 "serde_json",
14198]
14199
14200[[package]]
14201name = "refineable"
14202version = "0.1.0"
14203dependencies = [
14204 "derive_refineable",
14205]
14206
14207[[package]]
14208name = "regalloc2"
14209version = "0.12.2"
14210source = "registry+https://github.com/rust-lang/crates.io-index"
14211checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14212dependencies = [
14213 "allocator-api2",
14214 "bumpalo",
14215 "hashbrown 0.15.5",
14216 "log",
14217 "rustc-hash 2.1.1",
14218 "serde",
14219 "smallvec",
14220]
14221
14222[[package]]
14223name = "regex"
14224version = "1.12.2"
14225source = "registry+https://github.com/rust-lang/crates.io-index"
14226checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14227dependencies = [
14228 "aho-corasick",
14229 "memchr",
14230 "regex-automata",
14231 "regex-syntax",
14232]
14233
14234[[package]]
14235name = "regex-automata"
14236version = "0.4.13"
14237source = "registry+https://github.com/rust-lang/crates.io-index"
14238checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14239dependencies = [
14240 "aho-corasick",
14241 "memchr",
14242 "regex-syntax",
14243]
14244
14245[[package]]
14246name = "regex-lite"
14247version = "0.1.8"
14248source = "registry+https://github.com/rust-lang/crates.io-index"
14249checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14250
14251[[package]]
14252name = "regex-syntax"
14253version = "0.8.8"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14256
14257[[package]]
14258name = "release_channel"
14259version = "0.1.0"
14260dependencies = [
14261 "gpui",
14262 "semver",
14263]
14264
14265[[package]]
14266name = "remote"
14267version = "0.1.0"
14268dependencies = [
14269 "anyhow",
14270 "askpass",
14271 "async-trait",
14272 "base64 0.22.1",
14273 "collections",
14274 "fs",
14275 "futures 0.3.31",
14276 "gpui",
14277 "log",
14278 "parking_lot",
14279 "paths",
14280 "prost 0.9.0",
14281 "release_channel",
14282 "rpc",
14283 "schemars",
14284 "semver",
14285 "serde",
14286 "serde_json",
14287 "settings",
14288 "smol",
14289 "tempfile",
14290 "thiserror 2.0.17",
14291 "urlencoding",
14292 "util",
14293 "which 6.0.3",
14294]
14295
14296[[package]]
14297name = "remote_connection"
14298version = "0.1.0"
14299dependencies = [
14300 "anyhow",
14301 "askpass",
14302 "auto_update",
14303 "futures 0.3.31",
14304 "gpui",
14305 "log",
14306 "markdown",
14307 "menu",
14308 "release_channel",
14309 "remote",
14310 "semver",
14311 "settings",
14312 "theme",
14313 "ui",
14314 "ui_input",
14315 "workspace",
14316]
14317
14318[[package]]
14319name = "remote_server"
14320version = "0.1.0"
14321dependencies = [
14322 "action_log",
14323 "agent",
14324 "anyhow",
14325 "askpass",
14326 "cargo_toml",
14327 "clap",
14328 "client",
14329 "clock",
14330 "collections",
14331 "crash-handler",
14332 "crashes",
14333 "dap_adapters",
14334 "debug_adapter_extension",
14335 "editor",
14336 "env_logger 0.11.8",
14337 "extension",
14338 "extension_host",
14339 "fork",
14340 "fs",
14341 "futures 0.3.31",
14342 "git",
14343 "git2",
14344 "git_hosting_providers",
14345 "gpui",
14346 "gpui_platform",
14347 "gpui_tokio",
14348 "http_client",
14349 "image",
14350 "json_schema_store",
14351 "language",
14352 "language_extension",
14353 "language_model",
14354 "languages",
14355 "libc",
14356 "log",
14357 "lsp",
14358 "minidumper",
14359 "net",
14360 "node_runtime",
14361 "paths",
14362 "pretty_assertions",
14363 "project",
14364 "proto",
14365 "rayon",
14366 "release_channel",
14367 "remote",
14368 "reqwest_client",
14369 "rpc",
14370 "rust-embed",
14371 "semver",
14372 "serde",
14373 "serde_json",
14374 "settings",
14375 "shellexpand 2.1.2",
14376 "smol",
14377 "sysinfo 0.37.2",
14378 "task",
14379 "theme",
14380 "thiserror 2.0.17",
14381 "toml 0.8.23",
14382 "unindent",
14383 "util",
14384 "uuid",
14385 "watch",
14386 "windows 0.61.3",
14387 "worktree",
14388 "zlog",
14389]
14390
14391[[package]]
14392name = "rend"
14393version = "0.4.2"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14396dependencies = [
14397 "bytecheck",
14398]
14399
14400[[package]]
14401name = "renderdoc-sys"
14402version = "1.1.0"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14405
14406[[package]]
14407name = "repl"
14408version = "0.1.0"
14409dependencies = [
14410 "alacritty_terminal",
14411 "anyhow",
14412 "async-dispatcher",
14413 "async-task",
14414 "async-tungstenite",
14415 "base64 0.22.1",
14416 "client",
14417 "collections",
14418 "command_palette_hooks",
14419 "editor",
14420 "feature_flags",
14421 "file_icons",
14422 "futures 0.3.31",
14423 "gpui",
14424 "html_to_markdown",
14425 "http_client",
14426 "image",
14427 "indoc",
14428 "jupyter-protocol",
14429 "jupyter-websocket-client",
14430 "language",
14431 "languages",
14432 "log",
14433 "markdown",
14434 "menu",
14435 "multi_buffer",
14436 "nbformat",
14437 "picker",
14438 "project",
14439 "remote",
14440 "runtimelib",
14441 "serde",
14442 "serde_json",
14443 "settings",
14444 "shlex",
14445 "smol",
14446 "telemetry",
14447 "terminal",
14448 "terminal_view",
14449 "theme",
14450 "tree-sitter-md",
14451 "tree-sitter-python",
14452 "tree-sitter-typescript",
14453 "ui",
14454 "util",
14455 "uuid",
14456 "workspace",
14457 "zed_actions",
14458]
14459
14460[[package]]
14461name = "reqwest"
14462version = "0.11.27"
14463source = "registry+https://github.com/rust-lang/crates.io-index"
14464checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14465dependencies = [
14466 "base64 0.21.7",
14467 "bytes 1.11.1",
14468 "encoding_rs",
14469 "futures-core",
14470 "futures-util",
14471 "h2 0.3.27",
14472 "http 0.2.12",
14473 "http-body 0.4.6",
14474 "hyper 0.14.32",
14475 "hyper-tls",
14476 "ipnet",
14477 "js-sys",
14478 "log",
14479 "mime",
14480 "native-tls",
14481 "once_cell",
14482 "percent-encoding",
14483 "pin-project-lite",
14484 "rustls-pemfile 1.0.4",
14485 "serde",
14486 "serde_json",
14487 "serde_urlencoded",
14488 "sync_wrapper 0.1.2",
14489 "system-configuration 0.5.1",
14490 "tokio",
14491 "tokio-native-tls",
14492 "tower-service",
14493 "url",
14494 "wasm-bindgen",
14495 "wasm-bindgen-futures",
14496 "web-sys",
14497 "winreg 0.50.0",
14498]
14499
14500[[package]]
14501name = "reqwest"
14502version = "0.12.24"
14503source = "registry+https://github.com/rust-lang/crates.io-index"
14504checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14505dependencies = [
14506 "base64 0.22.1",
14507 "bytes 1.11.1",
14508 "futures-channel",
14509 "futures-core",
14510 "futures-util",
14511 "http 1.3.1",
14512 "http-body 1.0.1",
14513 "http-body-util",
14514 "hyper 1.7.0",
14515 "hyper-rustls 0.27.7",
14516 "hyper-util",
14517 "js-sys",
14518 "log",
14519 "percent-encoding",
14520 "pin-project-lite",
14521 "quinn",
14522 "rustls 0.23.33",
14523 "rustls-native-certs 0.8.2",
14524 "rustls-pki-types",
14525 "serde",
14526 "serde_json",
14527 "serde_urlencoded",
14528 "sync_wrapper 1.0.2",
14529 "tokio",
14530 "tokio-rustls 0.26.2",
14531 "tower 0.5.2",
14532 "tower-http 0.6.6",
14533 "tower-service",
14534 "url",
14535 "wasm-bindgen",
14536 "wasm-bindgen-futures",
14537 "web-sys",
14538]
14539
14540[[package]]
14541name = "reqwest_client"
14542version = "0.1.0"
14543dependencies = [
14544 "anyhow",
14545 "bytes 1.11.1",
14546 "futures 0.3.31",
14547 "gpui_util",
14548 "http_client",
14549 "http_client_tls",
14550 "log",
14551 "regex",
14552 "serde",
14553 "tokio",
14554 "zed-reqwest",
14555]
14556
14557[[package]]
14558name = "resvg"
14559version = "0.45.1"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14562dependencies = [
14563 "log",
14564 "pico-args",
14565 "rgb",
14566 "svgtypes",
14567 "tiny-skia",
14568 "usvg",
14569]
14570
14571[[package]]
14572name = "rfc6979"
14573version = "0.3.1"
14574source = "registry+https://github.com/rust-lang/crates.io-index"
14575checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14576dependencies = [
14577 "crypto-bigint 0.4.9",
14578 "hmac",
14579 "zeroize",
14580]
14581
14582[[package]]
14583name = "rgb"
14584version = "0.8.52"
14585source = "registry+https://github.com/rust-lang/crates.io-index"
14586checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14587dependencies = [
14588 "bytemuck",
14589]
14590
14591[[package]]
14592name = "ring"
14593version = "0.17.14"
14594source = "registry+https://github.com/rust-lang/crates.io-index"
14595checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14596dependencies = [
14597 "cc",
14598 "cfg-if",
14599 "getrandom 0.2.16",
14600 "libc",
14601 "untrusted 0.9.0",
14602 "windows-sys 0.52.0",
14603]
14604
14605[[package]]
14606name = "rkyv"
14607version = "0.7.45"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14610dependencies = [
14611 "bitvec",
14612 "bytecheck",
14613 "bytes 1.11.1",
14614 "hashbrown 0.12.3",
14615 "ptr_meta",
14616 "rend",
14617 "rkyv_derive",
14618 "seahash",
14619 "tinyvec",
14620 "uuid",
14621]
14622
14623[[package]]
14624name = "rkyv_derive"
14625version = "0.7.45"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14628dependencies = [
14629 "proc-macro2",
14630 "quote",
14631 "syn 1.0.109",
14632]
14633
14634[[package]]
14635name = "rmp"
14636version = "0.8.14"
14637source = "registry+https://github.com/rust-lang/crates.io-index"
14638checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14639dependencies = [
14640 "byteorder",
14641 "num-traits",
14642 "paste",
14643]
14644
14645[[package]]
14646name = "rmpv"
14647version = "1.3.0"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14650dependencies = [
14651 "num-traits",
14652 "rmp",
14653]
14654
14655[[package]]
14656name = "rodio"
14657version = "0.21.1"
14658source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14659dependencies = [
14660 "cpal",
14661 "dasp_sample",
14662 "hound",
14663 "num-rational",
14664 "rand 0.9.2",
14665 "rand_distr",
14666 "rtrb",
14667 "symphonia",
14668 "thiserror 2.0.17",
14669]
14670
14671[[package]]
14672name = "rope"
14673version = "0.1.0"
14674dependencies = [
14675 "arrayvec",
14676 "criterion",
14677 "ctor",
14678 "gpui",
14679 "log",
14680 "rand 0.9.2",
14681 "rayon",
14682 "sum_tree",
14683 "tracing",
14684 "unicode-segmentation",
14685 "util",
14686 "zlog",
14687 "ztracing",
14688]
14689
14690[[package]]
14691name = "roxmltree"
14692version = "0.20.0"
14693source = "registry+https://github.com/rust-lang/crates.io-index"
14694checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14695
14696[[package]]
14697name = "rpassword"
14698version = "7.4.0"
14699source = "registry+https://github.com/rust-lang/crates.io-index"
14700checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14701dependencies = [
14702 "libc",
14703 "rtoolbox",
14704 "windows-sys 0.59.0",
14705]
14706
14707[[package]]
14708name = "rpc"
14709version = "0.1.0"
14710dependencies = [
14711 "anyhow",
14712 "async-tungstenite",
14713 "base64 0.22.1",
14714 "collections",
14715 "futures 0.3.31",
14716 "gpui",
14717 "parking_lot",
14718 "proto",
14719 "rand 0.9.2",
14720 "rsa",
14721 "serde",
14722 "serde_json",
14723 "sha2",
14724 "strum 0.27.2",
14725 "tracing",
14726 "util",
14727 "zlog",
14728 "zstd",
14729]
14730
14731[[package]]
14732name = "rsa"
14733version = "0.9.10"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14736dependencies = [
14737 "const-oid",
14738 "digest",
14739 "num-bigint-dig 0.8.6",
14740 "num-integer",
14741 "num-traits",
14742 "pkcs1",
14743 "pkcs8 0.10.2",
14744 "rand_core 0.6.4",
14745 "signature 2.2.0",
14746 "spki 0.7.3",
14747 "subtle",
14748 "zeroize",
14749]
14750
14751[[package]]
14752name = "rtoolbox"
14753version = "0.0.3"
14754source = "registry+https://github.com/rust-lang/crates.io-index"
14755checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14756dependencies = [
14757 "libc",
14758 "windows-sys 0.52.0",
14759]
14760
14761[[package]]
14762name = "rtrb"
14763version = "0.3.2"
14764source = "registry+https://github.com/rust-lang/crates.io-index"
14765checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14766
14767[[package]]
14768name = "rules_library"
14769version = "0.1.0"
14770dependencies = [
14771 "anyhow",
14772 "collections",
14773 "editor",
14774 "gpui",
14775 "language",
14776 "language_model",
14777 "log",
14778 "menu",
14779 "picker",
14780 "platform_title_bar",
14781 "prompt_store",
14782 "release_channel",
14783 "rope",
14784 "serde",
14785 "settings",
14786 "theme",
14787 "ui",
14788 "ui_input",
14789 "util",
14790 "workspace",
14791 "zed_actions",
14792]
14793
14794[[package]]
14795name = "runtimelib"
14796version = "1.4.0"
14797source = "registry+https://github.com/rust-lang/crates.io-index"
14798checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14799dependencies = [
14800 "async-dispatcher",
14801 "async-std",
14802 "aws-lc-rs",
14803 "base64 0.22.1",
14804 "bytes 1.11.1",
14805 "chrono",
14806 "data-encoding",
14807 "dirs 6.0.0",
14808 "futures 0.3.31",
14809 "glob",
14810 "jupyter-protocol",
14811 "serde",
14812 "serde_json",
14813 "shellexpand 3.1.1",
14814 "smol",
14815 "thiserror 2.0.17",
14816 "uuid",
14817 "zeromq",
14818]
14819
14820[[package]]
14821name = "rust-embed"
14822version = "8.7.2"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14825dependencies = [
14826 "rust-embed-impl",
14827 "rust-embed-utils",
14828 "walkdir",
14829]
14830
14831[[package]]
14832name = "rust-embed-impl"
14833version = "8.7.2"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14836dependencies = [
14837 "proc-macro2",
14838 "quote",
14839 "rust-embed-utils",
14840 "syn 2.0.117",
14841 "walkdir",
14842]
14843
14844[[package]]
14845name = "rust-embed-utils"
14846version = "8.7.2"
14847source = "registry+https://github.com/rust-lang/crates.io-index"
14848checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14849dependencies = [
14850 "globset",
14851 "sha2",
14852 "walkdir",
14853]
14854
14855[[package]]
14856name = "rust_decimal"
14857version = "1.39.0"
14858source = "registry+https://github.com/rust-lang/crates.io-index"
14859checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14860dependencies = [
14861 "arrayvec",
14862 "borsh",
14863 "bytes 1.11.1",
14864 "num-traits",
14865 "rand 0.8.5",
14866 "rkyv",
14867 "serde",
14868 "serde_json",
14869]
14870
14871[[package]]
14872name = "rustc-demangle"
14873version = "0.1.26"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14876
14877[[package]]
14878name = "rustc-hash"
14879version = "1.1.0"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14882
14883[[package]]
14884name = "rustc-hash"
14885version = "2.1.1"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14888
14889[[package]]
14890name = "rustc_version"
14891version = "0.4.1"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14894dependencies = [
14895 "semver",
14896]
14897
14898[[package]]
14899name = "rustfft"
14900version = "6.4.1"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14903dependencies = [
14904 "num-complex",
14905 "num-integer",
14906 "num-traits",
14907 "primal-check",
14908 "strength_reduce",
14909 "transpose",
14910]
14911
14912[[package]]
14913name = "rustix"
14914version = "0.38.44"
14915source = "registry+https://github.com/rust-lang/crates.io-index"
14916checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14917dependencies = [
14918 "bitflags 2.10.0",
14919 "errno 0.3.14",
14920 "libc",
14921 "linux-raw-sys 0.4.15",
14922 "windows-sys 0.59.0",
14923]
14924
14925[[package]]
14926name = "rustix"
14927version = "1.1.2"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14930dependencies = [
14931 "bitflags 2.10.0",
14932 "errno 0.3.14",
14933 "libc",
14934 "linux-raw-sys 0.11.0",
14935 "windows-sys 0.61.2",
14936]
14937
14938[[package]]
14939name = "rustix-linux-procfs"
14940version = "0.1.1"
14941source = "registry+https://github.com/rust-lang/crates.io-index"
14942checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14943dependencies = [
14944 "once_cell",
14945 "rustix 1.1.2",
14946]
14947
14948[[package]]
14949name = "rustix-openpty"
14950version = "0.2.0"
14951source = "registry+https://github.com/rust-lang/crates.io-index"
14952checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14953dependencies = [
14954 "errno 0.3.14",
14955 "libc",
14956 "rustix 1.1.2",
14957]
14958
14959[[package]]
14960name = "rustls"
14961version = "0.21.12"
14962source = "registry+https://github.com/rust-lang/crates.io-index"
14963checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14964dependencies = [
14965 "log",
14966 "ring",
14967 "rustls-webpki 0.101.7",
14968 "sct",
14969]
14970
14971[[package]]
14972name = "rustls"
14973version = "0.23.33"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14976dependencies = [
14977 "aws-lc-rs",
14978 "log",
14979 "once_cell",
14980 "ring",
14981 "rustls-pki-types",
14982 "rustls-webpki 0.103.7",
14983 "subtle",
14984 "zeroize",
14985]
14986
14987[[package]]
14988name = "rustls-native-certs"
14989version = "0.6.3"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14992dependencies = [
14993 "openssl-probe",
14994 "rustls-pemfile 1.0.4",
14995 "schannel",
14996 "security-framework 2.11.1",
14997]
14998
14999[[package]]
15000name = "rustls-native-certs"
15001version = "0.8.2"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15004dependencies = [
15005 "openssl-probe",
15006 "rustls-pki-types",
15007 "schannel",
15008 "security-framework 3.5.1",
15009]
15010
15011[[package]]
15012name = "rustls-pemfile"
15013version = "1.0.4"
15014source = "registry+https://github.com/rust-lang/crates.io-index"
15015checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15016dependencies = [
15017 "base64 0.21.7",
15018]
15019
15020[[package]]
15021name = "rustls-pemfile"
15022version = "2.2.0"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15025dependencies = [
15026 "rustls-pki-types",
15027]
15028
15029[[package]]
15030name = "rustls-pki-types"
15031version = "1.12.0"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15034dependencies = [
15035 "web-time",
15036 "zeroize",
15037]
15038
15039[[package]]
15040name = "rustls-platform-verifier"
15041version = "0.5.3"
15042source = "registry+https://github.com/rust-lang/crates.io-index"
15043checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15044dependencies = [
15045 "core-foundation 0.10.0",
15046 "core-foundation-sys",
15047 "jni",
15048 "log",
15049 "once_cell",
15050 "rustls 0.23.33",
15051 "rustls-native-certs 0.8.2",
15052 "rustls-platform-verifier-android",
15053 "rustls-webpki 0.103.7",
15054 "security-framework 3.5.1",
15055 "security-framework-sys",
15056 "webpki-root-certs",
15057 "windows-sys 0.59.0",
15058]
15059
15060[[package]]
15061name = "rustls-platform-verifier-android"
15062version = "0.1.1"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15065
15066[[package]]
15067name = "rustls-webpki"
15068version = "0.101.7"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15071dependencies = [
15072 "ring",
15073 "untrusted 0.9.0",
15074]
15075
15076[[package]]
15077name = "rustls-webpki"
15078version = "0.103.7"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15081dependencies = [
15082 "aws-lc-rs",
15083 "ring",
15084 "rustls-pki-types",
15085 "untrusted 0.9.0",
15086]
15087
15088[[package]]
15089name = "rustversion"
15090version = "1.0.22"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15093
15094[[package]]
15095name = "rusty-fork"
15096version = "0.3.1"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15099dependencies = [
15100 "fnv",
15101 "quick-error 1.2.3",
15102 "tempfile",
15103 "wait-timeout",
15104]
15105
15106[[package]]
15107name = "rustybuzz"
15108version = "0.20.1"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15111dependencies = [
15112 "bitflags 2.10.0",
15113 "bytemuck",
15114 "core_maths",
15115 "log",
15116 "smallvec",
15117 "ttf-parser 0.25.1",
15118 "unicode-bidi-mirroring",
15119 "unicode-ccc",
15120 "unicode-properties",
15121 "unicode-script",
15122]
15123
15124[[package]]
15125name = "ryu"
15126version = "1.0.20"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15129
15130[[package]]
15131name = "saa"
15132version = "5.4.9"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15135
15136[[package]]
15137name = "safetensors"
15138version = "0.4.5"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15141dependencies = [
15142 "serde",
15143 "serde_json",
15144]
15145
15146[[package]]
15147name = "same-file"
15148version = "1.0.6"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15151dependencies = [
15152 "winapi-util",
15153]
15154
15155[[package]]
15156name = "scc"
15157version = "3.5.6"
15158source = "registry+https://github.com/rust-lang/crates.io-index"
15159checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15160dependencies = [
15161 "saa",
15162 "sdd",
15163]
15164
15165[[package]]
15166name = "schannel"
15167version = "0.1.28"
15168source = "registry+https://github.com/rust-lang/crates.io-index"
15169checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15170dependencies = [
15171 "windows-sys 0.61.2",
15172]
15173
15174[[package]]
15175name = "scheduler"
15176version = "0.1.0"
15177dependencies = [
15178 "async-task",
15179 "backtrace",
15180 "chrono",
15181 "flume",
15182 "futures 0.3.31",
15183 "parking_lot",
15184 "rand 0.9.2",
15185 "web-time",
15186]
15187
15188[[package]]
15189name = "schema_generator"
15190version = "0.1.0"
15191dependencies = [
15192 "anyhow",
15193 "clap",
15194 "env_logger 0.11.8",
15195 "schemars",
15196 "serde",
15197 "serde_json",
15198 "settings",
15199 "theme",
15200]
15201
15202[[package]]
15203name = "schemars"
15204version = "1.0.4"
15205source = "registry+https://github.com/rust-lang/crates.io-index"
15206checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15207dependencies = [
15208 "dyn-clone",
15209 "indexmap",
15210 "ref-cast",
15211 "schemars_derive",
15212 "serde",
15213 "serde_json",
15214]
15215
15216[[package]]
15217name = "schemars_derive"
15218version = "1.0.4"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15221dependencies = [
15222 "proc-macro2",
15223 "quote",
15224 "serde_derive_internals",
15225 "syn 2.0.117",
15226]
15227
15228[[package]]
15229name = "scoped-tls"
15230version = "1.0.1"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15233
15234[[package]]
15235name = "scopeguard"
15236version = "1.2.0"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15239
15240[[package]]
15241name = "scratch"
15242version = "1.0.9"
15243source = "registry+https://github.com/rust-lang/crates.io-index"
15244checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15245
15246[[package]]
15247name = "screencapturekit"
15248version = "0.2.8"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15251dependencies = [
15252 "screencapturekit-sys",
15253]
15254
15255[[package]]
15256name = "screencapturekit-sys"
15257version = "0.2.8"
15258source = "registry+https://github.com/rust-lang/crates.io-index"
15259checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15260dependencies = [
15261 "block",
15262 "dispatch",
15263 "objc",
15264 "objc-foundation",
15265 "objc_id",
15266 "once_cell",
15267]
15268
15269[[package]]
15270name = "scroll"
15271version = "0.12.0"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15274dependencies = [
15275 "scroll_derive",
15276]
15277
15278[[package]]
15279name = "scroll_derive"
15280version = "0.12.1"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15283dependencies = [
15284 "proc-macro2",
15285 "quote",
15286 "syn 2.0.117",
15287]
15288
15289[[package]]
15290name = "sct"
15291version = "0.7.1"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15294dependencies = [
15295 "ring",
15296 "untrusted 0.9.0",
15297]
15298
15299[[package]]
15300name = "sdd"
15301version = "4.6.2"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15304
15305[[package]]
15306name = "sea-bae"
15307version = "0.2.1"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15310dependencies = [
15311 "heck 0.4.1",
15312 "proc-macro-error2",
15313 "proc-macro2",
15314 "quote",
15315 "syn 2.0.117",
15316]
15317
15318[[package]]
15319name = "sea-orm"
15320version = "1.1.10"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15323dependencies = [
15324 "async-stream",
15325 "async-trait",
15326 "bigdecimal",
15327 "chrono",
15328 "futures-util",
15329 "log",
15330 "ouroboros",
15331 "pgvector",
15332 "rust_decimal",
15333 "sea-orm-macros",
15334 "sea-query",
15335 "sea-query-binder",
15336 "serde",
15337 "serde_json",
15338 "sqlx",
15339 "strum 0.26.3",
15340 "thiserror 2.0.17",
15341 "time",
15342 "tracing",
15343 "url",
15344 "uuid",
15345]
15346
15347[[package]]
15348name = "sea-orm-macros"
15349version = "1.1.10"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15352dependencies = [
15353 "heck 0.4.1",
15354 "proc-macro2",
15355 "quote",
15356 "sea-bae",
15357 "syn 2.0.117",
15358 "unicode-ident",
15359]
15360
15361[[package]]
15362name = "sea-query"
15363version = "0.32.7"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15366dependencies = [
15367 "bigdecimal",
15368 "chrono",
15369 "inherent",
15370 "ordered-float 4.6.0",
15371 "rust_decimal",
15372 "serde_json",
15373 "time",
15374 "uuid",
15375]
15376
15377[[package]]
15378name = "sea-query-binder"
15379version = "0.7.0"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15382dependencies = [
15383 "bigdecimal",
15384 "chrono",
15385 "rust_decimal",
15386 "sea-query",
15387 "serde_json",
15388 "sqlx",
15389 "time",
15390 "uuid",
15391]
15392
15393[[package]]
15394name = "seahash"
15395version = "4.1.0"
15396source = "registry+https://github.com/rust-lang/crates.io-index"
15397checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15398
15399[[package]]
15400name = "search"
15401version = "0.1.0"
15402dependencies = [
15403 "any_vec",
15404 "anyhow",
15405 "bitflags 2.10.0",
15406 "collections",
15407 "editor",
15408 "fs",
15409 "futures 0.3.31",
15410 "gpui",
15411 "itertools 0.14.0",
15412 "language",
15413 "lsp",
15414 "menu",
15415 "multi_buffer",
15416 "pretty_assertions",
15417 "project",
15418 "serde",
15419 "serde_json",
15420 "settings",
15421 "smol",
15422 "theme",
15423 "tracing",
15424 "ui",
15425 "unindent",
15426 "util",
15427 "util_macros",
15428 "workspace",
15429 "zed_actions",
15430 "ztracing",
15431]
15432
15433[[package]]
15434name = "sec1"
15435version = "0.3.0"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15438dependencies = [
15439 "base16ct",
15440 "der 0.6.1",
15441 "generic-array",
15442 "pkcs8 0.9.0",
15443 "subtle",
15444 "zeroize",
15445]
15446
15447[[package]]
15448name = "security-framework"
15449version = "2.11.1"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15452dependencies = [
15453 "bitflags 2.10.0",
15454 "core-foundation 0.9.4",
15455 "core-foundation-sys",
15456 "libc",
15457 "security-framework-sys",
15458]
15459
15460[[package]]
15461name = "security-framework"
15462version = "3.5.1"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15465dependencies = [
15466 "bitflags 2.10.0",
15467 "core-foundation 0.10.0",
15468 "core-foundation-sys",
15469 "libc",
15470 "security-framework-sys",
15471]
15472
15473[[package]]
15474name = "security-framework-sys"
15475version = "2.15.0"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15478dependencies = [
15479 "core-foundation-sys",
15480 "libc",
15481]
15482
15483[[package]]
15484name = "self_cell"
15485version = "1.2.2"
15486source = "registry+https://github.com/rust-lang/crates.io-index"
15487checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15488
15489[[package]]
15490name = "semver"
15491version = "1.0.27"
15492source = "registry+https://github.com/rust-lang/crates.io-index"
15493checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15494dependencies = [
15495 "serde",
15496 "serde_core",
15497]
15498
15499[[package]]
15500name = "seq-macro"
15501version = "0.3.6"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15504
15505[[package]]
15506name = "serde"
15507version = "1.0.228"
15508source = "registry+https://github.com/rust-lang/crates.io-index"
15509checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15510dependencies = [
15511 "serde_core",
15512 "serde_derive",
15513]
15514
15515[[package]]
15516name = "serde_bytes"
15517version = "0.11.19"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15520dependencies = [
15521 "serde",
15522 "serde_core",
15523]
15524
15525[[package]]
15526name = "serde_core"
15527version = "1.0.228"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15530dependencies = [
15531 "serde_derive",
15532]
15533
15534[[package]]
15535name = "serde_derive"
15536version = "1.0.228"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15539dependencies = [
15540 "proc-macro2",
15541 "quote",
15542 "syn 2.0.117",
15543]
15544
15545[[package]]
15546name = "serde_derive_internals"
15547version = "0.29.1"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15550dependencies = [
15551 "proc-macro2",
15552 "quote",
15553 "syn 2.0.117",
15554]
15555
15556[[package]]
15557name = "serde_fmt"
15558version = "1.0.3"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15561dependencies = [
15562 "serde",
15563]
15564
15565[[package]]
15566name = "serde_json"
15567version = "1.0.145"
15568source = "registry+https://github.com/rust-lang/crates.io-index"
15569checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15570dependencies = [
15571 "indexmap",
15572 "itoa",
15573 "memchr",
15574 "ryu",
15575 "serde",
15576 "serde_core",
15577]
15578
15579[[package]]
15580name = "serde_json_lenient"
15581version = "0.2.4"
15582source = "registry+https://github.com/rust-lang/crates.io-index"
15583checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15584dependencies = [
15585 "indexmap",
15586 "itoa",
15587 "memchr",
15588 "ryu",
15589 "serde",
15590]
15591
15592[[package]]
15593name = "serde_path_to_error"
15594version = "0.1.20"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15597dependencies = [
15598 "itoa",
15599 "serde",
15600 "serde_core",
15601]
15602
15603[[package]]
15604name = "serde_repr"
15605version = "0.1.20"
15606source = "registry+https://github.com/rust-lang/crates.io-index"
15607checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15608dependencies = [
15609 "proc-macro2",
15610 "quote",
15611 "syn 2.0.117",
15612]
15613
15614[[package]]
15615name = "serde_spanned"
15616version = "0.6.9"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15619dependencies = [
15620 "serde",
15621]
15622
15623[[package]]
15624name = "serde_spanned"
15625version = "1.0.3"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15628dependencies = [
15629 "serde_core",
15630]
15631
15632[[package]]
15633name = "serde_urlencoded"
15634version = "0.7.1"
15635source = "registry+https://github.com/rust-lang/crates.io-index"
15636checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15637dependencies = [
15638 "form_urlencoded",
15639 "itoa",
15640 "ryu",
15641 "serde",
15642]
15643
15644[[package]]
15645name = "serde_yaml"
15646version = "0.9.34+deprecated"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15649dependencies = [
15650 "indexmap",
15651 "itoa",
15652 "ryu",
15653 "serde",
15654 "unsafe-libyaml",
15655]
15656
15657[[package]]
15658name = "serial2"
15659version = "0.2.33"
15660source = "registry+https://github.com/rust-lang/crates.io-index"
15661checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15662dependencies = [
15663 "cfg-if",
15664 "libc",
15665 "winapi",
15666]
15667
15668[[package]]
15669name = "session"
15670version = "0.1.0"
15671dependencies = [
15672 "db",
15673 "gpui",
15674 "serde_json",
15675 "util",
15676 "uuid",
15677]
15678
15679[[package]]
15680name = "settings"
15681version = "0.1.0"
15682dependencies = [
15683 "anyhow",
15684 "collections",
15685 "ec4rs",
15686 "fs",
15687 "futures 0.3.31",
15688 "gpui",
15689 "indoc",
15690 "inventory",
15691 "log",
15692 "migrator",
15693 "paths",
15694 "pretty_assertions",
15695 "release_channel",
15696 "rust-embed",
15697 "schemars",
15698 "serde",
15699 "serde_json",
15700 "serde_json_lenient",
15701 "settings_content",
15702 "settings_json",
15703 "settings_macros",
15704 "smallvec",
15705 "unindent",
15706 "util",
15707 "zlog",
15708]
15709
15710[[package]]
15711name = "settings_content"
15712version = "0.1.0"
15713dependencies = [
15714 "anyhow",
15715 "collections",
15716 "derive_more",
15717 "gpui",
15718 "log",
15719 "schemars",
15720 "serde",
15721 "serde_json",
15722 "serde_json_lenient",
15723 "settings_json",
15724 "settings_macros",
15725 "strum 0.27.2",
15726 "util",
15727]
15728
15729[[package]]
15730name = "settings_json"
15731version = "0.1.0"
15732dependencies = [
15733 "anyhow",
15734 "pretty_assertions",
15735 "serde",
15736 "serde_json",
15737 "serde_json_lenient",
15738 "serde_path_to_error",
15739 "tree-sitter",
15740 "tree-sitter-json",
15741 "unindent",
15742 "util",
15743]
15744
15745[[package]]
15746name = "settings_macros"
15747version = "0.1.0"
15748dependencies = [
15749 "quote",
15750 "settings",
15751 "syn 2.0.117",
15752]
15753
15754[[package]]
15755name = "settings_profile_selector"
15756version = "0.1.0"
15757dependencies = [
15758 "editor",
15759 "fuzzy",
15760 "gpui",
15761 "menu",
15762 "picker",
15763 "project",
15764 "serde_json",
15765 "settings",
15766 "theme",
15767 "ui",
15768 "workspace",
15769 "zed_actions",
15770]
15771
15772[[package]]
15773name = "settings_ui"
15774version = "0.1.0"
15775dependencies = [
15776 "agent",
15777 "agent_settings",
15778 "anyhow",
15779 "audio",
15780 "codestral",
15781 "component",
15782 "copilot",
15783 "copilot_ui",
15784 "cpal",
15785 "edit_prediction",
15786 "edit_prediction_ui",
15787 "editor",
15788 "feature_flags",
15789 "fs",
15790 "futures 0.3.31",
15791 "fuzzy",
15792 "gpui",
15793 "heck 0.5.0",
15794 "itertools 0.14.0",
15795 "language",
15796 "log",
15797 "menu",
15798 "paths",
15799 "picker",
15800 "platform_title_bar",
15801 "pretty_assertions",
15802 "project",
15803 "regex",
15804 "release_channel",
15805 "rodio",
15806 "schemars",
15807 "search",
15808 "serde",
15809 "serde_json",
15810 "settings",
15811 "shell_command_parser",
15812 "strum 0.27.2",
15813 "telemetry",
15814 "theme",
15815 "title_bar",
15816 "ui",
15817 "util",
15818 "workspace",
15819 "zed_actions",
15820]
15821
15822[[package]]
15823name = "sha-1"
15824version = "0.10.1"
15825source = "registry+https://github.com/rust-lang/crates.io-index"
15826checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15827dependencies = [
15828 "cfg-if",
15829 "cpufeatures",
15830 "digest",
15831]
15832
15833[[package]]
15834name = "sha1"
15835version = "0.10.6"
15836source = "registry+https://github.com/rust-lang/crates.io-index"
15837checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15838dependencies = [
15839 "cfg-if",
15840 "cpufeatures",
15841 "digest",
15842]
15843
15844[[package]]
15845name = "sha1_smol"
15846version = "1.0.1"
15847source = "registry+https://github.com/rust-lang/crates.io-index"
15848checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15849
15850[[package]]
15851name = "sha2"
15852version = "0.10.9"
15853source = "registry+https://github.com/rust-lang/crates.io-index"
15854checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15855dependencies = [
15856 "cfg-if",
15857 "cpufeatures",
15858 "digest",
15859]
15860
15861[[package]]
15862name = "sharded-slab"
15863version = "0.1.7"
15864source = "registry+https://github.com/rust-lang/crates.io-index"
15865checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15866dependencies = [
15867 "lazy_static",
15868]
15869
15870[[package]]
15871name = "shared_library"
15872version = "0.1.9"
15873source = "registry+https://github.com/rust-lang/crates.io-index"
15874checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15875dependencies = [
15876 "lazy_static",
15877 "libc",
15878]
15879
15880[[package]]
15881name = "shell-words"
15882version = "1.1.0"
15883source = "registry+https://github.com/rust-lang/crates.io-index"
15884checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15885
15886[[package]]
15887name = "shell_command_parser"
15888version = "0.1.0"
15889dependencies = [
15890 "brush-parser",
15891]
15892
15893[[package]]
15894name = "shellexpand"
15895version = "2.1.2"
15896source = "registry+https://github.com/rust-lang/crates.io-index"
15897checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15898dependencies = [
15899 "dirs 4.0.0",
15900]
15901
15902[[package]]
15903name = "shellexpand"
15904version = "3.1.1"
15905source = "registry+https://github.com/rust-lang/crates.io-index"
15906checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15907dependencies = [
15908 "dirs 6.0.0",
15909]
15910
15911[[package]]
15912name = "shingles"
15913version = "0.1.1"
15914source = "registry+https://github.com/rust-lang/crates.io-index"
15915checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15916
15917[[package]]
15918name = "shlex"
15919version = "1.3.0"
15920source = "registry+https://github.com/rust-lang/crates.io-index"
15921checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15922
15923[[package]]
15924name = "sidebar"
15925version = "0.1.0"
15926dependencies = [
15927 "acp_thread",
15928 "action_log",
15929 "agent",
15930 "agent-client-protocol",
15931 "agent_ui",
15932 "anyhow",
15933 "assistant_text_thread",
15934 "chrono",
15935 "editor",
15936 "feature_flags",
15937 "fs",
15938 "git",
15939 "gpui",
15940 "language_model",
15941 "menu",
15942 "pretty_assertions",
15943 "project",
15944 "prompt_store",
15945 "recent_projects",
15946 "serde_json",
15947 "settings",
15948 "theme",
15949 "ui",
15950 "util",
15951 "vim_mode_setting",
15952 "workspace",
15953 "zed_actions",
15954]
15955
15956[[package]]
15957name = "signal-hook"
15958version = "0.3.18"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15961dependencies = [
15962 "libc",
15963 "signal-hook-registry",
15964]
15965
15966[[package]]
15967name = "signal-hook-registry"
15968version = "1.4.6"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15971dependencies = [
15972 "libc",
15973]
15974
15975[[package]]
15976name = "signature"
15977version = "1.6.4"
15978source = "registry+https://github.com/rust-lang/crates.io-index"
15979checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15980dependencies = [
15981 "digest",
15982 "rand_core 0.6.4",
15983]
15984
15985[[package]]
15986name = "signature"
15987version = "2.2.0"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15990dependencies = [
15991 "digest",
15992 "rand_core 0.6.4",
15993]
15994
15995[[package]]
15996name = "simd-adler32"
15997version = "0.3.7"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16000
16001[[package]]
16002name = "simd_helpers"
16003version = "0.1.0"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16006dependencies = [
16007 "quote",
16008]
16009
16010[[package]]
16011name = "simdutf8"
16012version = "0.1.5"
16013source = "registry+https://github.com/rust-lang/crates.io-index"
16014checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16015
16016[[package]]
16017name = "similar"
16018version = "2.7.0"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16021
16022[[package]]
16023name = "simple_asn1"
16024version = "0.6.3"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16027dependencies = [
16028 "num-bigint",
16029 "num-traits",
16030 "thiserror 2.0.17",
16031 "time",
16032]
16033
16034[[package]]
16035name = "simplecss"
16036version = "0.2.2"
16037source = "registry+https://github.com/rust-lang/crates.io-index"
16038checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16039dependencies = [
16040 "log",
16041]
16042
16043[[package]]
16044name = "simplelog"
16045version = "0.12.2"
16046source = "registry+https://github.com/rust-lang/crates.io-index"
16047checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16048dependencies = [
16049 "log",
16050 "termcolor",
16051 "time",
16052]
16053
16054[[package]]
16055name = "siphasher"
16056version = "0.3.11"
16057source = "registry+https://github.com/rust-lang/crates.io-index"
16058checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16059
16060[[package]]
16061name = "siphasher"
16062version = "1.0.1"
16063source = "registry+https://github.com/rust-lang/crates.io-index"
16064checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16065
16066[[package]]
16067name = "skrifa"
16068version = "0.37.0"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16071dependencies = [
16072 "bytemuck",
16073 "read-fonts 0.35.0",
16074]
16075
16076[[package]]
16077name = "skrifa"
16078version = "0.40.0"
16079source = "registry+https://github.com/rust-lang/crates.io-index"
16080checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16081dependencies = [
16082 "bytemuck",
16083 "read-fonts 0.37.0",
16084]
16085
16086[[package]]
16087name = "slab"
16088version = "0.4.11"
16089source = "registry+https://github.com/rust-lang/crates.io-index"
16090checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16091
16092[[package]]
16093name = "slash_commands_example"
16094version = "0.1.0"
16095dependencies = [
16096 "zed_extension_api 0.1.0",
16097]
16098
16099[[package]]
16100name = "slotmap"
16101version = "1.0.7"
16102source = "registry+https://github.com/rust-lang/crates.io-index"
16103checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16104dependencies = [
16105 "version_check",
16106]
16107
16108[[package]]
16109name = "smallvec"
16110version = "1.15.1"
16111source = "registry+https://github.com/rust-lang/crates.io-index"
16112checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16113dependencies = [
16114 "serde",
16115]
16116
16117[[package]]
16118name = "smart-default"
16119version = "0.7.1"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16122dependencies = [
16123 "proc-macro2",
16124 "quote",
16125 "syn 2.0.117",
16126]
16127
16128[[package]]
16129name = "smol"
16130version = "2.0.2"
16131source = "registry+https://github.com/rust-lang/crates.io-index"
16132checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16133dependencies = [
16134 "async-channel 2.5.0",
16135 "async-executor",
16136 "async-fs",
16137 "async-io",
16138 "async-lock 3.4.2",
16139 "async-net",
16140 "async-process",
16141 "blocking",
16142 "futures-lite 2.6.1",
16143]
16144
16145[[package]]
16146name = "smol_str"
16147version = "0.3.5"
16148source = "registry+https://github.com/rust-lang/crates.io-index"
16149checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16150
16151[[package]]
16152name = "snippet"
16153version = "0.1.0"
16154dependencies = [
16155 "anyhow",
16156 "smallvec",
16157]
16158
16159[[package]]
16160name = "snippet_provider"
16161version = "0.1.0"
16162dependencies = [
16163 "anyhow",
16164 "collections",
16165 "extension",
16166 "fs",
16167 "futures 0.3.31",
16168 "gpui",
16169 "indoc",
16170 "parking_lot",
16171 "paths",
16172 "schemars",
16173 "serde",
16174 "serde_json",
16175 "serde_json_lenient",
16176 "snippet",
16177 "util",
16178]
16179
16180[[package]]
16181name = "snippets_ui"
16182version = "0.1.0"
16183dependencies = [
16184 "file_icons",
16185 "fuzzy",
16186 "gpui",
16187 "language",
16188 "open_path_prompt",
16189 "paths",
16190 "picker",
16191 "settings",
16192 "ui",
16193 "util",
16194 "workspace",
16195]
16196
16197[[package]]
16198name = "socket2"
16199version = "0.5.10"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16202dependencies = [
16203 "libc",
16204 "windows-sys 0.52.0",
16205]
16206
16207[[package]]
16208name = "socket2"
16209version = "0.6.1"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16212dependencies = [
16213 "libc",
16214 "windows-sys 0.60.2",
16215]
16216
16217[[package]]
16218name = "spdx"
16219version = "0.10.9"
16220source = "registry+https://github.com/rust-lang/crates.io-index"
16221checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16222dependencies = [
16223 "smallvec",
16224]
16225
16226[[package]]
16227name = "spin"
16228version = "0.9.8"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16231dependencies = [
16232 "lock_api",
16233]
16234
16235[[package]]
16236name = "spin"
16237version = "0.10.0"
16238source = "registry+https://github.com/rust-lang/crates.io-index"
16239checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16240dependencies = [
16241 "lock_api",
16242]
16243
16244[[package]]
16245name = "spirv"
16246version = "0.4.0+sdk-1.4.341.0"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16249dependencies = [
16250 "bitflags 2.10.0",
16251]
16252
16253[[package]]
16254name = "spki"
16255version = "0.6.0"
16256source = "registry+https://github.com/rust-lang/crates.io-index"
16257checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16258dependencies = [
16259 "base64ct",
16260 "der 0.6.1",
16261]
16262
16263[[package]]
16264name = "spki"
16265version = "0.7.3"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16268dependencies = [
16269 "base64ct",
16270 "der 0.7.10",
16271]
16272
16273[[package]]
16274name = "sptr"
16275version = "0.3.2"
16276source = "registry+https://github.com/rust-lang/crates.io-index"
16277checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16278
16279[[package]]
16280name = "sqlez"
16281version = "0.1.0"
16282dependencies = [
16283 "anyhow",
16284 "collections",
16285 "futures 0.3.31",
16286 "indoc",
16287 "libsqlite3-sys",
16288 "log",
16289 "parking_lot",
16290 "smol",
16291 "sqlformat",
16292 "thread_local",
16293 "util",
16294 "uuid",
16295]
16296
16297[[package]]
16298name = "sqlez_macros"
16299version = "0.1.0"
16300dependencies = [
16301 "sqlez",
16302 "sqlformat",
16303 "syn 2.0.117",
16304]
16305
16306[[package]]
16307name = "sqlformat"
16308version = "0.2.6"
16309source = "registry+https://github.com/rust-lang/crates.io-index"
16310checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16311dependencies = [
16312 "nom 7.1.3",
16313 "unicode_categories",
16314]
16315
16316[[package]]
16317name = "sqlx"
16318version = "0.8.6"
16319source = "registry+https://github.com/rust-lang/crates.io-index"
16320checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16321dependencies = [
16322 "sqlx-core",
16323 "sqlx-macros",
16324 "sqlx-mysql",
16325 "sqlx-postgres",
16326 "sqlx-sqlite",
16327]
16328
16329[[package]]
16330name = "sqlx-core"
16331version = "0.8.6"
16332source = "registry+https://github.com/rust-lang/crates.io-index"
16333checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16334dependencies = [
16335 "base64 0.22.1",
16336 "bigdecimal",
16337 "bytes 1.11.1",
16338 "chrono",
16339 "crc",
16340 "crossbeam-queue",
16341 "either",
16342 "event-listener 5.4.1",
16343 "futures-core",
16344 "futures-intrusive",
16345 "futures-io",
16346 "futures-util",
16347 "hashbrown 0.15.5",
16348 "hashlink 0.10.0",
16349 "indexmap",
16350 "log",
16351 "memchr",
16352 "once_cell",
16353 "percent-encoding",
16354 "rust_decimal",
16355 "rustls 0.23.33",
16356 "serde",
16357 "serde_json",
16358 "sha2",
16359 "smallvec",
16360 "thiserror 2.0.17",
16361 "time",
16362 "tokio",
16363 "tokio-stream",
16364 "tracing",
16365 "url",
16366 "uuid",
16367 "webpki-roots",
16368]
16369
16370[[package]]
16371name = "sqlx-macros"
16372version = "0.8.6"
16373source = "registry+https://github.com/rust-lang/crates.io-index"
16374checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16375dependencies = [
16376 "proc-macro2",
16377 "quote",
16378 "sqlx-core",
16379 "sqlx-macros-core",
16380 "syn 2.0.117",
16381]
16382
16383[[package]]
16384name = "sqlx-macros-core"
16385version = "0.8.6"
16386source = "registry+https://github.com/rust-lang/crates.io-index"
16387checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16388dependencies = [
16389 "dotenvy",
16390 "either",
16391 "heck 0.5.0",
16392 "hex",
16393 "once_cell",
16394 "proc-macro2",
16395 "quote",
16396 "serde",
16397 "serde_json",
16398 "sha2",
16399 "sqlx-core",
16400 "sqlx-mysql",
16401 "sqlx-postgres",
16402 "sqlx-sqlite",
16403 "syn 2.0.117",
16404 "tokio",
16405 "url",
16406]
16407
16408[[package]]
16409name = "sqlx-mysql"
16410version = "0.8.6"
16411source = "registry+https://github.com/rust-lang/crates.io-index"
16412checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16413dependencies = [
16414 "atoi",
16415 "base64 0.22.1",
16416 "bigdecimal",
16417 "bitflags 2.10.0",
16418 "byteorder",
16419 "bytes 1.11.1",
16420 "chrono",
16421 "crc",
16422 "digest",
16423 "dotenvy",
16424 "either",
16425 "futures-channel",
16426 "futures-core",
16427 "futures-io",
16428 "futures-util",
16429 "generic-array",
16430 "hex",
16431 "hkdf",
16432 "hmac",
16433 "itoa",
16434 "log",
16435 "md-5",
16436 "memchr",
16437 "once_cell",
16438 "percent-encoding",
16439 "rand 0.8.5",
16440 "rsa",
16441 "rust_decimal",
16442 "serde",
16443 "sha1",
16444 "sha2",
16445 "smallvec",
16446 "sqlx-core",
16447 "stringprep",
16448 "thiserror 2.0.17",
16449 "time",
16450 "tracing",
16451 "uuid",
16452 "whoami",
16453]
16454
16455[[package]]
16456name = "sqlx-postgres"
16457version = "0.8.6"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16460dependencies = [
16461 "atoi",
16462 "base64 0.22.1",
16463 "bigdecimal",
16464 "bitflags 2.10.0",
16465 "byteorder",
16466 "chrono",
16467 "crc",
16468 "dotenvy",
16469 "etcetera",
16470 "futures-channel",
16471 "futures-core",
16472 "futures-util",
16473 "hex",
16474 "hkdf",
16475 "hmac",
16476 "home",
16477 "itoa",
16478 "log",
16479 "md-5",
16480 "memchr",
16481 "num-bigint",
16482 "once_cell",
16483 "rand 0.8.5",
16484 "rust_decimal",
16485 "serde",
16486 "serde_json",
16487 "sha2",
16488 "smallvec",
16489 "sqlx-core",
16490 "stringprep",
16491 "thiserror 2.0.17",
16492 "time",
16493 "tracing",
16494 "uuid",
16495 "whoami",
16496]
16497
16498[[package]]
16499name = "sqlx-sqlite"
16500version = "0.8.6"
16501source = "registry+https://github.com/rust-lang/crates.io-index"
16502checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16503dependencies = [
16504 "atoi",
16505 "chrono",
16506 "flume",
16507 "futures-channel",
16508 "futures-core",
16509 "futures-executor",
16510 "futures-intrusive",
16511 "futures-util",
16512 "libsqlite3-sys",
16513 "log",
16514 "percent-encoding",
16515 "serde",
16516 "serde_urlencoded",
16517 "sqlx-core",
16518 "thiserror 2.0.17",
16519 "time",
16520 "tracing",
16521 "url",
16522 "uuid",
16523]
16524
16525[[package]]
16526name = "stable_deref_trait"
16527version = "1.2.1"
16528source = "registry+https://github.com/rust-lang/crates.io-index"
16529checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16530
16531[[package]]
16532name = "stacker"
16533version = "0.1.23"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16536dependencies = [
16537 "cc",
16538 "cfg-if",
16539 "libc",
16540 "psm",
16541 "windows-sys 0.59.0",
16542]
16543
16544[[package]]
16545name = "stacksafe"
16546version = "0.1.4"
16547source = "registry+https://github.com/rust-lang/crates.io-index"
16548checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16549dependencies = [
16550 "stacker",
16551 "stacksafe-macro",
16552]
16553
16554[[package]]
16555name = "stacksafe-macro"
16556version = "0.1.4"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16559dependencies = [
16560 "proc-macro-error2",
16561 "quote",
16562 "syn 2.0.117",
16563]
16564
16565[[package]]
16566name = "static_assertions"
16567version = "1.1.0"
16568source = "registry+https://github.com/rust-lang/crates.io-index"
16569checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16570
16571[[package]]
16572name = "story"
16573version = "0.1.0"
16574dependencies = [
16575 "gpui",
16576 "itertools 0.14.0",
16577 "smallvec",
16578]
16579
16580[[package]]
16581name = "storybook"
16582version = "0.1.0"
16583dependencies = [
16584 "anyhow",
16585 "clap",
16586 "ctrlc",
16587 "dialoguer",
16588 "editor",
16589 "fuzzy",
16590 "gpui",
16591 "gpui_platform",
16592 "indoc",
16593 "language",
16594 "log",
16595 "menu",
16596 "picker",
16597 "reqwest_client",
16598 "rust-embed",
16599 "settings",
16600 "simplelog",
16601 "story",
16602 "strum 0.27.2",
16603 "theme",
16604 "title_bar",
16605 "ui",
16606]
16607
16608[[package]]
16609name = "streaming-iterator"
16610version = "0.1.9"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16613
16614[[package]]
16615name = "streaming_diff"
16616version = "0.1.0"
16617dependencies = [
16618 "ordered-float 2.10.1",
16619 "rand 0.9.2",
16620 "rope",
16621 "util",
16622]
16623
16624[[package]]
16625name = "strength_reduce"
16626version = "0.2.4"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16629
16630[[package]]
16631name = "strict-num"
16632version = "0.1.1"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16635dependencies = [
16636 "float-cmp",
16637]
16638
16639[[package]]
16640name = "string_cache"
16641version = "0.8.9"
16642source = "registry+https://github.com/rust-lang/crates.io-index"
16643checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16644dependencies = [
16645 "new_debug_unreachable",
16646 "parking_lot",
16647 "phf_shared 0.11.3",
16648 "precomputed-hash",
16649 "serde",
16650]
16651
16652[[package]]
16653name = "string_cache_codegen"
16654version = "0.5.4"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16657dependencies = [
16658 "phf_generator 0.11.3",
16659 "phf_shared 0.11.3",
16660 "proc-macro2",
16661 "quote",
16662]
16663
16664[[package]]
16665name = "stringprep"
16666version = "0.1.5"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16669dependencies = [
16670 "unicode-bidi",
16671 "unicode-normalization",
16672 "unicode-properties",
16673]
16674
16675[[package]]
16676name = "strsim"
16677version = "0.11.1"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16680
16681[[package]]
16682name = "strum"
16683version = "0.26.3"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16686
16687[[package]]
16688name = "strum"
16689version = "0.27.2"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16692dependencies = [
16693 "strum_macros 0.27.2",
16694]
16695
16696[[package]]
16697name = "strum"
16698version = "0.28.0"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16701dependencies = [
16702 "strum_macros 0.28.0",
16703]
16704
16705[[package]]
16706name = "strum_macros"
16707version = "0.27.2"
16708source = "registry+https://github.com/rust-lang/crates.io-index"
16709checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16710dependencies = [
16711 "heck 0.5.0",
16712 "proc-macro2",
16713 "quote",
16714 "syn 2.0.117",
16715]
16716
16717[[package]]
16718name = "strum_macros"
16719version = "0.28.0"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16722dependencies = [
16723 "heck 0.5.0",
16724 "proc-macro2",
16725 "quote",
16726 "syn 2.0.117",
16727]
16728
16729[[package]]
16730name = "subtle"
16731version = "2.6.1"
16732source = "registry+https://github.com/rust-lang/crates.io-index"
16733checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16734
16735[[package]]
16736name = "sum_tree"
16737version = "0.1.0"
16738dependencies = [
16739 "arrayvec",
16740 "ctor",
16741 "log",
16742 "proptest",
16743 "rand 0.9.2",
16744 "rayon",
16745 "tracing",
16746 "zlog",
16747 "ztracing",
16748]
16749
16750[[package]]
16751name = "sval"
16752version = "2.15.0"
16753source = "registry+https://github.com/rust-lang/crates.io-index"
16754checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16755
16756[[package]]
16757name = "sval_buffer"
16758version = "2.15.0"
16759source = "registry+https://github.com/rust-lang/crates.io-index"
16760checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16761dependencies = [
16762 "sval",
16763 "sval_ref",
16764]
16765
16766[[package]]
16767name = "sval_dynamic"
16768version = "2.15.0"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16771dependencies = [
16772 "sval",
16773]
16774
16775[[package]]
16776name = "sval_fmt"
16777version = "2.15.0"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16780dependencies = [
16781 "itoa",
16782 "ryu",
16783 "sval",
16784]
16785
16786[[package]]
16787name = "sval_json"
16788version = "2.15.0"
16789source = "registry+https://github.com/rust-lang/crates.io-index"
16790checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16791dependencies = [
16792 "itoa",
16793 "ryu",
16794 "sval",
16795]
16796
16797[[package]]
16798name = "sval_nested"
16799version = "2.15.0"
16800source = "registry+https://github.com/rust-lang/crates.io-index"
16801checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16802dependencies = [
16803 "sval",
16804 "sval_buffer",
16805 "sval_ref",
16806]
16807
16808[[package]]
16809name = "sval_ref"
16810version = "2.15.0"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16813dependencies = [
16814 "sval",
16815]
16816
16817[[package]]
16818name = "sval_serde"
16819version = "2.15.0"
16820source = "registry+https://github.com/rust-lang/crates.io-index"
16821checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16822dependencies = [
16823 "serde_core",
16824 "sval",
16825 "sval_nested",
16826]
16827
16828[[package]]
16829name = "svg_fmt"
16830version = "0.4.5"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16833
16834[[package]]
16835name = "svg_preview"
16836version = "0.1.0"
16837dependencies = [
16838 "file_icons",
16839 "gpui",
16840 "language",
16841 "multi_buffer",
16842 "ui",
16843 "workspace",
16844 "zed_actions",
16845]
16846
16847[[package]]
16848name = "svgtypes"
16849version = "0.15.3"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16852dependencies = [
16853 "kurbo",
16854 "siphasher 1.0.1",
16855]
16856
16857[[package]]
16858name = "swash"
16859version = "0.2.6"
16860source = "registry+https://github.com/rust-lang/crates.io-index"
16861checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16862dependencies = [
16863 "skrifa 0.37.0",
16864 "yazi",
16865 "zeno",
16866]
16867
16868[[package]]
16869name = "symphonia"
16870version = "0.5.5"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16873dependencies = [
16874 "lazy_static",
16875 "symphonia-bundle-flac",
16876 "symphonia-bundle-mp3",
16877 "symphonia-codec-aac",
16878 "symphonia-codec-pcm",
16879 "symphonia-codec-vorbis",
16880 "symphonia-core",
16881 "symphonia-format-isomp4",
16882 "symphonia-format-ogg",
16883 "symphonia-format-riff",
16884 "symphonia-metadata",
16885]
16886
16887[[package]]
16888name = "symphonia-bundle-flac"
16889version = "0.5.5"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16892dependencies = [
16893 "log",
16894 "symphonia-core",
16895 "symphonia-metadata",
16896 "symphonia-utils-xiph",
16897]
16898
16899[[package]]
16900name = "symphonia-bundle-mp3"
16901version = "0.5.5"
16902source = "registry+https://github.com/rust-lang/crates.io-index"
16903checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16904dependencies = [
16905 "lazy_static",
16906 "log",
16907 "symphonia-core",
16908 "symphonia-metadata",
16909]
16910
16911[[package]]
16912name = "symphonia-codec-aac"
16913version = "0.5.5"
16914source = "registry+https://github.com/rust-lang/crates.io-index"
16915checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16916dependencies = [
16917 "lazy_static",
16918 "log",
16919 "symphonia-core",
16920]
16921
16922[[package]]
16923name = "symphonia-codec-pcm"
16924version = "0.5.5"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16927dependencies = [
16928 "log",
16929 "symphonia-core",
16930]
16931
16932[[package]]
16933name = "symphonia-codec-vorbis"
16934version = "0.5.5"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16937dependencies = [
16938 "log",
16939 "symphonia-core",
16940 "symphonia-utils-xiph",
16941]
16942
16943[[package]]
16944name = "symphonia-core"
16945version = "0.5.5"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16948dependencies = [
16949 "arrayvec",
16950 "bitflags 1.3.2",
16951 "bytemuck",
16952 "lazy_static",
16953 "log",
16954]
16955
16956[[package]]
16957name = "symphonia-format-isomp4"
16958version = "0.5.5"
16959source = "registry+https://github.com/rust-lang/crates.io-index"
16960checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16961dependencies = [
16962 "encoding_rs",
16963 "log",
16964 "symphonia-core",
16965 "symphonia-metadata",
16966 "symphonia-utils-xiph",
16967]
16968
16969[[package]]
16970name = "symphonia-format-ogg"
16971version = "0.5.5"
16972source = "registry+https://github.com/rust-lang/crates.io-index"
16973checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16974dependencies = [
16975 "log",
16976 "symphonia-core",
16977 "symphonia-metadata",
16978 "symphonia-utils-xiph",
16979]
16980
16981[[package]]
16982name = "symphonia-format-riff"
16983version = "0.5.5"
16984source = "registry+https://github.com/rust-lang/crates.io-index"
16985checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16986dependencies = [
16987 "extended",
16988 "log",
16989 "symphonia-core",
16990 "symphonia-metadata",
16991]
16992
16993[[package]]
16994name = "symphonia-metadata"
16995version = "0.5.5"
16996source = "registry+https://github.com/rust-lang/crates.io-index"
16997checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16998dependencies = [
16999 "encoding_rs",
17000 "lazy_static",
17001 "log",
17002 "symphonia-core",
17003]
17004
17005[[package]]
17006name = "symphonia-utils-xiph"
17007version = "0.5.5"
17008source = "registry+https://github.com/rust-lang/crates.io-index"
17009checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17010dependencies = [
17011 "symphonia-core",
17012 "symphonia-metadata",
17013]
17014
17015[[package]]
17016name = "syn"
17017version = "1.0.109"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17020dependencies = [
17021 "proc-macro2",
17022 "quote",
17023 "unicode-ident",
17024]
17025
17026[[package]]
17027name = "syn"
17028version = "2.0.117"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17031dependencies = [
17032 "proc-macro2",
17033 "quote",
17034 "unicode-ident",
17035]
17036
17037[[package]]
17038name = "sync_wrapper"
17039version = "0.1.2"
17040source = "registry+https://github.com/rust-lang/crates.io-index"
17041checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17042
17043[[package]]
17044name = "sync_wrapper"
17045version = "1.0.2"
17046source = "registry+https://github.com/rust-lang/crates.io-index"
17047checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17048dependencies = [
17049 "futures-core",
17050]
17051
17052[[package]]
17053name = "synchronoise"
17054version = "1.0.1"
17055source = "registry+https://github.com/rust-lang/crates.io-index"
17056checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17057dependencies = [
17058 "crossbeam-queue",
17059]
17060
17061[[package]]
17062name = "synstructure"
17063version = "0.13.2"
17064source = "registry+https://github.com/rust-lang/crates.io-index"
17065checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17066dependencies = [
17067 "proc-macro2",
17068 "quote",
17069 "syn 2.0.117",
17070]
17071
17072[[package]]
17073name = "sys-locale"
17074version = "0.3.2"
17075source = "registry+https://github.com/rust-lang/crates.io-index"
17076checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17077dependencies = [
17078 "libc",
17079]
17080
17081[[package]]
17082name = "sysctl"
17083version = "0.5.5"
17084source = "registry+https://github.com/rust-lang/crates.io-index"
17085checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17086dependencies = [
17087 "bitflags 2.10.0",
17088 "byteorder",
17089 "enum-as-inner",
17090 "libc",
17091 "thiserror 1.0.69",
17092 "walkdir",
17093]
17094
17095[[package]]
17096name = "sysctl"
17097version = "0.6.0"
17098source = "registry+https://github.com/rust-lang/crates.io-index"
17099checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17100dependencies = [
17101 "bitflags 2.10.0",
17102 "byteorder",
17103 "enum-as-inner",
17104 "libc",
17105 "thiserror 1.0.69",
17106 "walkdir",
17107]
17108
17109[[package]]
17110name = "sysinfo"
17111version = "0.31.4"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17114dependencies = [
17115 "core-foundation-sys",
17116 "libc",
17117 "memchr",
17118 "ntapi",
17119 "rayon",
17120 "windows 0.57.0",
17121]
17122
17123[[package]]
17124name = "sysinfo"
17125version = "0.37.2"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17128dependencies = [
17129 "libc",
17130 "memchr",
17131 "ntapi",
17132 "objc2-core-foundation",
17133 "objc2-io-kit",
17134 "windows 0.61.3",
17135]
17136
17137[[package]]
17138name = "system-configuration"
17139version = "0.5.1"
17140source = "registry+https://github.com/rust-lang/crates.io-index"
17141checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17142dependencies = [
17143 "bitflags 1.3.2",
17144 "core-foundation 0.9.4",
17145 "system-configuration-sys 0.5.0",
17146]
17147
17148[[package]]
17149name = "system-configuration"
17150version = "0.6.1"
17151source = "registry+https://github.com/rust-lang/crates.io-index"
17152checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17153dependencies = [
17154 "bitflags 2.10.0",
17155 "core-foundation 0.9.4",
17156 "system-configuration-sys 0.6.0",
17157]
17158
17159[[package]]
17160name = "system-configuration-sys"
17161version = "0.5.0"
17162source = "registry+https://github.com/rust-lang/crates.io-index"
17163checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17164dependencies = [
17165 "core-foundation-sys",
17166 "libc",
17167]
17168
17169[[package]]
17170name = "system-configuration-sys"
17171version = "0.6.0"
17172source = "registry+https://github.com/rust-lang/crates.io-index"
17173checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17174dependencies = [
17175 "core-foundation-sys",
17176 "libc",
17177]
17178
17179[[package]]
17180name = "system-deps"
17181version = "6.2.2"
17182source = "registry+https://github.com/rust-lang/crates.io-index"
17183checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17184dependencies = [
17185 "cfg-expr 0.15.8",
17186 "heck 0.5.0",
17187 "pkg-config",
17188 "toml 0.8.23",
17189 "version-compare",
17190]
17191
17192[[package]]
17193name = "system-deps"
17194version = "7.0.7"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17197dependencies = [
17198 "cfg-expr 0.20.6",
17199 "heck 0.5.0",
17200 "pkg-config",
17201 "toml 0.9.8",
17202 "version-compare",
17203]
17204
17205[[package]]
17206name = "system-interface"
17207version = "0.27.3"
17208source = "registry+https://github.com/rust-lang/crates.io-index"
17209checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17210dependencies = [
17211 "bitflags 2.10.0",
17212 "cap-fs-ext",
17213 "cap-std",
17214 "fd-lock",
17215 "io-lifetimes",
17216 "rustix 0.38.44",
17217 "windows-sys 0.59.0",
17218 "winx",
17219]
17220
17221[[package]]
17222name = "system_specs"
17223version = "0.1.0"
17224dependencies = [
17225 "anyhow",
17226 "client",
17227 "gpui",
17228 "human_bytes",
17229 "pciid-parser",
17230 "release_channel",
17231 "semver",
17232 "serde",
17233 "sysinfo 0.37.2",
17234]
17235
17236[[package]]
17237name = "tab_switcher"
17238version = "0.1.0"
17239dependencies = [
17240 "collections",
17241 "ctor",
17242 "editor",
17243 "fuzzy",
17244 "gpui",
17245 "menu",
17246 "picker",
17247 "project",
17248 "schemars",
17249 "serde",
17250 "serde_json",
17251 "settings",
17252 "smol",
17253 "theme",
17254 "ui",
17255 "util",
17256 "workspace",
17257 "zlog",
17258]
17259
17260[[package]]
17261name = "taffy"
17262version = "0.9.0"
17263source = "registry+https://github.com/rust-lang/crates.io-index"
17264checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17265dependencies = [
17266 "arrayvec",
17267 "grid",
17268 "serde",
17269 "slotmap",
17270]
17271
17272[[package]]
17273name = "tagptr"
17274version = "0.2.0"
17275source = "registry+https://github.com/rust-lang/crates.io-index"
17276checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17277
17278[[package]]
17279name = "take-until"
17280version = "0.2.0"
17281source = "registry+https://github.com/rust-lang/crates.io-index"
17282checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17283
17284[[package]]
17285name = "tao-core-video-sys"
17286version = "0.2.0"
17287source = "registry+https://github.com/rust-lang/crates.io-index"
17288checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17289dependencies = [
17290 "cfg-if",
17291 "core-foundation-sys",
17292 "libc",
17293 "objc",
17294]
17295
17296[[package]]
17297name = "tap"
17298version = "1.0.1"
17299source = "registry+https://github.com/rust-lang/crates.io-index"
17300checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17301
17302[[package]]
17303name = "target-lexicon"
17304version = "0.12.16"
17305source = "registry+https://github.com/rust-lang/crates.io-index"
17306checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17307
17308[[package]]
17309name = "target-lexicon"
17310version = "0.13.3"
17311source = "registry+https://github.com/rust-lang/crates.io-index"
17312checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17313
17314[[package]]
17315name = "task"
17316version = "0.1.0"
17317dependencies = [
17318 "anyhow",
17319 "collections",
17320 "futures 0.3.31",
17321 "gpui",
17322 "hex",
17323 "log",
17324 "parking_lot",
17325 "pretty_assertions",
17326 "proto",
17327 "schemars",
17328 "serde",
17329 "serde_json",
17330 "serde_json_lenient",
17331 "sha2",
17332 "shellexpand 2.1.2",
17333 "util",
17334 "zed_actions",
17335]
17336
17337[[package]]
17338name = "tasks_ui"
17339version = "0.1.0"
17340dependencies = [
17341 "anyhow",
17342 "collections",
17343 "editor",
17344 "file_icons",
17345 "fuzzy",
17346 "gpui",
17347 "itertools 0.14.0",
17348 "language",
17349 "menu",
17350 "picker",
17351 "project",
17352 "serde",
17353 "serde_json",
17354 "task",
17355 "tree-sitter-rust",
17356 "tree-sitter-typescript",
17357 "ui",
17358 "util",
17359 "workspace",
17360 "zed_actions",
17361]
17362
17363[[package]]
17364name = "telemetry"
17365version = "0.1.0"
17366dependencies = [
17367 "futures 0.3.31",
17368 "serde",
17369 "serde_json",
17370 "telemetry_events",
17371]
17372
17373[[package]]
17374name = "telemetry_events"
17375version = "0.1.0"
17376dependencies = [
17377 "semver",
17378 "serde",
17379 "serde_json",
17380]
17381
17382[[package]]
17383name = "tempfile"
17384version = "3.23.0"
17385source = "registry+https://github.com/rust-lang/crates.io-index"
17386checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17387dependencies = [
17388 "fastrand 2.3.0",
17389 "getrandom 0.3.4",
17390 "once_cell",
17391 "rustix 1.1.2",
17392 "windows-sys 0.61.2",
17393]
17394
17395[[package]]
17396name = "tendril"
17397version = "0.4.3"
17398source = "registry+https://github.com/rust-lang/crates.io-index"
17399checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17400dependencies = [
17401 "futf",
17402 "mac",
17403 "utf-8",
17404]
17405
17406[[package]]
17407name = "termcolor"
17408version = "1.4.1"
17409source = "registry+https://github.com/rust-lang/crates.io-index"
17410checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17411dependencies = [
17412 "winapi-util",
17413]
17414
17415[[package]]
17416name = "terminal"
17417version = "0.1.0"
17418dependencies = [
17419 "alacritty_terminal",
17420 "anyhow",
17421 "collections",
17422 "futures 0.3.31",
17423 "gpui",
17424 "itertools 0.14.0",
17425 "libc",
17426 "log",
17427 "parking_lot",
17428 "rand 0.9.2",
17429 "regex",
17430 "release_channel",
17431 "schemars",
17432 "serde",
17433 "settings",
17434 "smol",
17435 "sysinfo 0.37.2",
17436 "task",
17437 "theme",
17438 "thiserror 2.0.17",
17439 "url",
17440 "urlencoding",
17441 "util",
17442 "util_macros",
17443 "windows 0.61.3",
17444]
17445
17446[[package]]
17447name = "terminal_size"
17448version = "0.4.3"
17449source = "registry+https://github.com/rust-lang/crates.io-index"
17450checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17451dependencies = [
17452 "rustix 1.1.2",
17453 "windows-sys 0.60.2",
17454]
17455
17456[[package]]
17457name = "terminal_view"
17458version = "0.1.0"
17459dependencies = [
17460 "anyhow",
17461 "assistant_slash_command",
17462 "async-recursion",
17463 "breadcrumbs",
17464 "collections",
17465 "db",
17466 "dirs 4.0.0",
17467 "editor",
17468 "futures 0.3.31",
17469 "gpui",
17470 "itertools 0.14.0",
17471 "language",
17472 "log",
17473 "menu",
17474 "pretty_assertions",
17475 "project",
17476 "regex",
17477 "schemars",
17478 "serde",
17479 "serde_json",
17480 "settings",
17481 "shellexpand 2.1.2",
17482 "task",
17483 "terminal",
17484 "theme",
17485 "ui",
17486 "util",
17487 "workspace",
17488 "zed_actions",
17489]
17490
17491[[package]]
17492name = "text"
17493version = "0.1.0"
17494dependencies = [
17495 "anyhow",
17496 "clock",
17497 "collections",
17498 "ctor",
17499 "gpui",
17500 "log",
17501 "parking_lot",
17502 "postage",
17503 "rand 0.9.2",
17504 "regex",
17505 "rope",
17506 "smallvec",
17507 "sum_tree",
17508 "util",
17509 "zlog",
17510]
17511
17512[[package]]
17513name = "theme"
17514version = "0.1.0"
17515dependencies = [
17516 "anyhow",
17517 "collections",
17518 "derive_more",
17519 "fs",
17520 "futures 0.3.31",
17521 "gpui",
17522 "log",
17523 "palette",
17524 "parking_lot",
17525 "refineable",
17526 "schemars",
17527 "serde",
17528 "serde_json",
17529 "serde_json_lenient",
17530 "settings",
17531 "strum 0.27.2",
17532 "thiserror 2.0.17",
17533 "util",
17534 "uuid",
17535]
17536
17537[[package]]
17538name = "theme_extension"
17539version = "0.1.0"
17540dependencies = [
17541 "anyhow",
17542 "extension",
17543 "fs",
17544 "gpui",
17545 "theme",
17546]
17547
17548[[package]]
17549name = "theme_importer"
17550version = "0.1.0"
17551dependencies = [
17552 "anyhow",
17553 "clap",
17554 "collections",
17555 "gpui",
17556 "indexmap",
17557 "log",
17558 "palette",
17559 "serde",
17560 "serde_json",
17561 "serde_json_lenient",
17562 "simplelog",
17563 "strum 0.27.2",
17564 "theme",
17565 "vscode_theme",
17566]
17567
17568[[package]]
17569name = "theme_selector"
17570version = "0.1.0"
17571dependencies = [
17572 "fs",
17573 "fuzzy",
17574 "gpui",
17575 "log",
17576 "picker",
17577 "serde",
17578 "settings",
17579 "telemetry",
17580 "theme",
17581 "ui",
17582 "util",
17583 "workspace",
17584 "zed_actions",
17585]
17586
17587[[package]]
17588name = "thiserror"
17589version = "1.0.69"
17590source = "registry+https://github.com/rust-lang/crates.io-index"
17591checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17592dependencies = [
17593 "thiserror-impl 1.0.69",
17594]
17595
17596[[package]]
17597name = "thiserror"
17598version = "2.0.17"
17599source = "registry+https://github.com/rust-lang/crates.io-index"
17600checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17601dependencies = [
17602 "thiserror-impl 2.0.17",
17603]
17604
17605[[package]]
17606name = "thiserror-impl"
17607version = "1.0.69"
17608source = "registry+https://github.com/rust-lang/crates.io-index"
17609checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17610dependencies = [
17611 "proc-macro2",
17612 "quote",
17613 "syn 2.0.117",
17614]
17615
17616[[package]]
17617name = "thiserror-impl"
17618version = "2.0.17"
17619source = "registry+https://github.com/rust-lang/crates.io-index"
17620checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17621dependencies = [
17622 "proc-macro2",
17623 "quote",
17624 "syn 2.0.117",
17625]
17626
17627[[package]]
17628name = "thread_local"
17629version = "1.1.9"
17630source = "registry+https://github.com/rust-lang/crates.io-index"
17631checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17632dependencies = [
17633 "cfg-if",
17634]
17635
17636[[package]]
17637name = "tiff"
17638version = "0.10.3"
17639source = "registry+https://github.com/rust-lang/crates.io-index"
17640checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17641dependencies = [
17642 "fax",
17643 "flate2",
17644 "half",
17645 "quick-error 2.0.1",
17646 "weezl",
17647 "zune-jpeg",
17648]
17649
17650[[package]]
17651name = "tiktoken-rs"
17652version = "0.9.1"
17653source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17654dependencies = [
17655 "anyhow",
17656 "base64 0.22.1",
17657 "bstr",
17658 "fancy-regex 0.16.2",
17659 "lazy_static",
17660 "regex",
17661 "rustc-hash 1.1.0",
17662]
17663
17664[[package]]
17665name = "time"
17666version = "0.3.47"
17667source = "registry+https://github.com/rust-lang/crates.io-index"
17668checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17669dependencies = [
17670 "deranged",
17671 "itoa",
17672 "libc",
17673 "num-conv",
17674 "num_threads",
17675 "powerfmt",
17676 "serde_core",
17677 "time-core",
17678 "time-macros",
17679]
17680
17681[[package]]
17682name = "time-core"
17683version = "0.1.8"
17684source = "registry+https://github.com/rust-lang/crates.io-index"
17685checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17686
17687[[package]]
17688name = "time-macros"
17689version = "0.2.27"
17690source = "registry+https://github.com/rust-lang/crates.io-index"
17691checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17692dependencies = [
17693 "num-conv",
17694 "time-core",
17695]
17696
17697[[package]]
17698name = "time_format"
17699version = "0.1.0"
17700dependencies = [
17701 "core-foundation 0.10.0",
17702 "core-foundation-sys",
17703 "sys-locale",
17704 "time",
17705 "windows 0.61.3",
17706]
17707
17708[[package]]
17709name = "tiny-keccak"
17710version = "2.0.2"
17711source = "registry+https://github.com/rust-lang/crates.io-index"
17712checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17713dependencies = [
17714 "crunchy",
17715]
17716
17717[[package]]
17718name = "tiny-skia"
17719version = "0.11.4"
17720source = "registry+https://github.com/rust-lang/crates.io-index"
17721checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17722dependencies = [
17723 "arrayref",
17724 "arrayvec",
17725 "bytemuck",
17726 "cfg-if",
17727 "log",
17728 "png 0.17.16",
17729 "tiny-skia-path",
17730]
17731
17732[[package]]
17733name = "tiny-skia-path"
17734version = "0.11.4"
17735source = "registry+https://github.com/rust-lang/crates.io-index"
17736checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17737dependencies = [
17738 "arrayref",
17739 "bytemuck",
17740 "strict-num",
17741]
17742
17743[[package]]
17744name = "tiny_http"
17745version = "0.12.0"
17746source = "registry+https://github.com/rust-lang/crates.io-index"
17747checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17748dependencies = [
17749 "ascii",
17750 "chunked_transfer",
17751 "httpdate",
17752 "log",
17753]
17754
17755[[package]]
17756name = "tinystr"
17757version = "0.8.1"
17758source = "registry+https://github.com/rust-lang/crates.io-index"
17759checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17760dependencies = [
17761 "displaydoc",
17762 "zerovec",
17763]
17764
17765[[package]]
17766name = "tinytemplate"
17767version = "1.2.1"
17768source = "registry+https://github.com/rust-lang/crates.io-index"
17769checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17770dependencies = [
17771 "serde",
17772 "serde_json",
17773]
17774
17775[[package]]
17776name = "tinyvec"
17777version = "1.10.0"
17778source = "registry+https://github.com/rust-lang/crates.io-index"
17779checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17780dependencies = [
17781 "tinyvec_macros",
17782]
17783
17784[[package]]
17785name = "tinyvec_macros"
17786version = "0.1.1"
17787source = "registry+https://github.com/rust-lang/crates.io-index"
17788checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17789
17790[[package]]
17791name = "title_bar"
17792version = "0.1.0"
17793dependencies = [
17794 "anyhow",
17795 "auto_update",
17796 "call",
17797 "channel",
17798 "chrono",
17799 "client",
17800 "cloud_api_types",
17801 "db",
17802 "git_ui",
17803 "gpui",
17804 "icons",
17805 "livekit_client",
17806 "notifications",
17807 "platform_title_bar",
17808 "project",
17809 "recent_projects",
17810 "release_channel",
17811 "remote",
17812 "remote_connection",
17813 "rpc",
17814 "schemars",
17815 "semver",
17816 "serde",
17817 "settings",
17818 "smallvec",
17819 "story",
17820 "telemetry",
17821 "theme",
17822 "ui",
17823 "util",
17824 "windows 0.61.3",
17825 "workspace",
17826 "zed_actions",
17827]
17828
17829[[package]]
17830name = "tokio"
17831version = "1.48.0"
17832source = "registry+https://github.com/rust-lang/crates.io-index"
17833checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17834dependencies = [
17835 "bytes 1.11.1",
17836 "libc",
17837 "mio 1.1.0",
17838 "parking_lot",
17839 "pin-project-lite",
17840 "signal-hook-registry",
17841 "socket2 0.6.1",
17842 "tokio-macros",
17843 "windows-sys 0.61.2",
17844]
17845
17846[[package]]
17847name = "tokio-io"
17848version = "0.1.13"
17849source = "registry+https://github.com/rust-lang/crates.io-index"
17850checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17851dependencies = [
17852 "bytes 0.4.12",
17853 "futures 0.1.31",
17854 "log",
17855]
17856
17857[[package]]
17858name = "tokio-macros"
17859version = "2.6.0"
17860source = "registry+https://github.com/rust-lang/crates.io-index"
17861checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17862dependencies = [
17863 "proc-macro2",
17864 "quote",
17865 "syn 2.0.117",
17866]
17867
17868[[package]]
17869name = "tokio-native-tls"
17870version = "0.3.1"
17871source = "registry+https://github.com/rust-lang/crates.io-index"
17872checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17873dependencies = [
17874 "native-tls",
17875 "tokio",
17876]
17877
17878[[package]]
17879name = "tokio-rustls"
17880version = "0.24.1"
17881source = "registry+https://github.com/rust-lang/crates.io-index"
17882checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17883dependencies = [
17884 "rustls 0.21.12",
17885 "tokio",
17886]
17887
17888[[package]]
17889name = "tokio-rustls"
17890version = "0.26.2"
17891source = "registry+https://github.com/rust-lang/crates.io-index"
17892checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17893dependencies = [
17894 "rustls 0.23.33",
17895 "tokio",
17896]
17897
17898[[package]]
17899name = "tokio-socks"
17900version = "0.5.2"
17901source = "registry+https://github.com/rust-lang/crates.io-index"
17902checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17903dependencies = [
17904 "either",
17905 "futures-io",
17906 "futures-util",
17907 "thiserror 1.0.69",
17908 "tokio",
17909]
17910
17911[[package]]
17912name = "tokio-stream"
17913version = "0.1.17"
17914source = "registry+https://github.com/rust-lang/crates.io-index"
17915checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17916dependencies = [
17917 "futures-core",
17918 "pin-project-lite",
17919 "tokio",
17920]
17921
17922[[package]]
17923name = "tokio-tungstenite"
17924version = "0.20.1"
17925source = "registry+https://github.com/rust-lang/crates.io-index"
17926checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17927dependencies = [
17928 "futures-util",
17929 "log",
17930 "tokio",
17931 "tungstenite 0.20.1",
17932]
17933
17934[[package]]
17935name = "tokio-tungstenite"
17936version = "0.21.0"
17937source = "registry+https://github.com/rust-lang/crates.io-index"
17938checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17939dependencies = [
17940 "futures-util",
17941 "log",
17942 "tokio",
17943 "tungstenite 0.21.0",
17944]
17945
17946[[package]]
17947name = "tokio-tungstenite"
17948version = "0.28.0"
17949source = "registry+https://github.com/rust-lang/crates.io-index"
17950checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17951dependencies = [
17952 "futures-util",
17953 "log",
17954 "rustls 0.23.33",
17955 "rustls-native-certs 0.8.2",
17956 "rustls-pki-types",
17957 "tokio",
17958 "tokio-rustls 0.26.2",
17959 "tungstenite 0.28.0",
17960]
17961
17962[[package]]
17963name = "tokio-util"
17964version = "0.7.16"
17965source = "registry+https://github.com/rust-lang/crates.io-index"
17966checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17967dependencies = [
17968 "bytes 1.11.1",
17969 "futures-core",
17970 "futures-io",
17971 "futures-sink",
17972 "pin-project-lite",
17973 "tokio",
17974]
17975
17976[[package]]
17977name = "toml"
17978version = "0.5.11"
17979source = "registry+https://github.com/rust-lang/crates.io-index"
17980checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17981dependencies = [
17982 "serde",
17983]
17984
17985[[package]]
17986name = "toml"
17987version = "0.8.23"
17988source = "registry+https://github.com/rust-lang/crates.io-index"
17989checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17990dependencies = [
17991 "serde",
17992 "serde_spanned 0.6.9",
17993 "toml_datetime 0.6.11",
17994 "toml_edit 0.22.27",
17995]
17996
17997[[package]]
17998name = "toml"
17999version = "0.9.8"
18000source = "registry+https://github.com/rust-lang/crates.io-index"
18001checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18002dependencies = [
18003 "indexmap",
18004 "serde_core",
18005 "serde_spanned 1.0.3",
18006 "toml_datetime 0.7.3",
18007 "toml_parser",
18008 "toml_writer",
18009 "winnow",
18010]
18011
18012[[package]]
18013name = "toml_datetime"
18014version = "0.6.11"
18015source = "registry+https://github.com/rust-lang/crates.io-index"
18016checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18017dependencies = [
18018 "serde",
18019]
18020
18021[[package]]
18022name = "toml_datetime"
18023version = "0.7.3"
18024source = "registry+https://github.com/rust-lang/crates.io-index"
18025checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18026dependencies = [
18027 "serde_core",
18028]
18029
18030[[package]]
18031name = "toml_edit"
18032version = "0.22.27"
18033source = "registry+https://github.com/rust-lang/crates.io-index"
18034checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18035dependencies = [
18036 "indexmap",
18037 "serde",
18038 "serde_spanned 0.6.9",
18039 "toml_datetime 0.6.11",
18040 "toml_write",
18041 "winnow",
18042]
18043
18044[[package]]
18045name = "toml_edit"
18046version = "0.23.7"
18047source = "registry+https://github.com/rust-lang/crates.io-index"
18048checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18049dependencies = [
18050 "indexmap",
18051 "toml_datetime 0.7.3",
18052 "toml_parser",
18053 "winnow",
18054]
18055
18056[[package]]
18057name = "toml_parser"
18058version = "1.0.4"
18059source = "registry+https://github.com/rust-lang/crates.io-index"
18060checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18061dependencies = [
18062 "winnow",
18063]
18064
18065[[package]]
18066name = "toml_write"
18067version = "0.1.2"
18068source = "registry+https://github.com/rust-lang/crates.io-index"
18069checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18070
18071[[package]]
18072name = "toml_writer"
18073version = "1.0.4"
18074source = "registry+https://github.com/rust-lang/crates.io-index"
18075checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18076
18077[[package]]
18078name = "toolchain_selector"
18079version = "0.1.0"
18080dependencies = [
18081 "anyhow",
18082 "convert_case 0.8.0",
18083 "editor",
18084 "futures 0.3.31",
18085 "fuzzy",
18086 "gpui",
18087 "language",
18088 "menu",
18089 "open_path_prompt",
18090 "picker",
18091 "project",
18092 "ui",
18093 "util",
18094 "workspace",
18095]
18096
18097[[package]]
18098name = "topological-sort"
18099version = "0.2.2"
18100source = "registry+https://github.com/rust-lang/crates.io-index"
18101checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18102
18103[[package]]
18104name = "tower"
18105version = "0.4.13"
18106source = "registry+https://github.com/rust-lang/crates.io-index"
18107checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18108dependencies = [
18109 "futures-core",
18110 "futures-util",
18111 "pin-project",
18112 "pin-project-lite",
18113 "tokio",
18114 "tower-layer",
18115 "tower-service",
18116 "tracing",
18117]
18118
18119[[package]]
18120name = "tower"
18121version = "0.5.2"
18122source = "registry+https://github.com/rust-lang/crates.io-index"
18123checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18124dependencies = [
18125 "futures-core",
18126 "futures-util",
18127 "pin-project-lite",
18128 "sync_wrapper 1.0.2",
18129 "tokio",
18130 "tower-layer",
18131 "tower-service",
18132]
18133
18134[[package]]
18135name = "tower-http"
18136version = "0.4.4"
18137source = "registry+https://github.com/rust-lang/crates.io-index"
18138checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18139dependencies = [
18140 "bitflags 2.10.0",
18141 "bytes 1.11.1",
18142 "futures-core",
18143 "futures-util",
18144 "http 0.2.12",
18145 "http-body 0.4.6",
18146 "http-range-header",
18147 "pin-project-lite",
18148 "tower-layer",
18149 "tower-service",
18150 "tracing",
18151]
18152
18153[[package]]
18154name = "tower-http"
18155version = "0.6.6"
18156source = "registry+https://github.com/rust-lang/crates.io-index"
18157checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18158dependencies = [
18159 "bitflags 2.10.0",
18160 "bytes 1.11.1",
18161 "futures-util",
18162 "http 1.3.1",
18163 "http-body 1.0.1",
18164 "iri-string",
18165 "pin-project-lite",
18166 "tower 0.5.2",
18167 "tower-layer",
18168 "tower-service",
18169]
18170
18171[[package]]
18172name = "tower-layer"
18173version = "0.3.3"
18174source = "registry+https://github.com/rust-lang/crates.io-index"
18175checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18176
18177[[package]]
18178name = "tower-service"
18179version = "0.3.3"
18180source = "registry+https://github.com/rust-lang/crates.io-index"
18181checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18182
18183[[package]]
18184name = "tracing"
18185version = "0.1.43"
18186source = "registry+https://github.com/rust-lang/crates.io-index"
18187checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18188dependencies = [
18189 "log",
18190 "pin-project-lite",
18191 "tracing-attributes",
18192 "tracing-core",
18193]
18194
18195[[package]]
18196name = "tracing-attributes"
18197version = "0.1.31"
18198source = "registry+https://github.com/rust-lang/crates.io-index"
18199checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18200dependencies = [
18201 "proc-macro2",
18202 "quote",
18203 "syn 2.0.117",
18204]
18205
18206[[package]]
18207name = "tracing-core"
18208version = "0.1.35"
18209source = "registry+https://github.com/rust-lang/crates.io-index"
18210checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18211dependencies = [
18212 "once_cell",
18213 "valuable",
18214]
18215
18216[[package]]
18217name = "tracing-log"
18218version = "0.2.0"
18219source = "registry+https://github.com/rust-lang/crates.io-index"
18220checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18221dependencies = [
18222 "log",
18223 "once_cell",
18224 "tracing-core",
18225]
18226
18227[[package]]
18228name = "tracing-serde"
18229version = "0.2.0"
18230source = "registry+https://github.com/rust-lang/crates.io-index"
18231checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18232dependencies = [
18233 "serde",
18234 "tracing-core",
18235]
18236
18237[[package]]
18238name = "tracing-subscriber"
18239version = "0.3.22"
18240source = "registry+https://github.com/rust-lang/crates.io-index"
18241checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18242dependencies = [
18243 "matchers",
18244 "nu-ansi-term",
18245 "once_cell",
18246 "regex-automata",
18247 "serde",
18248 "serde_json",
18249 "sharded-slab",
18250 "smallvec",
18251 "thread_local",
18252 "tracing",
18253 "tracing-core",
18254 "tracing-log",
18255 "tracing-serde",
18256]
18257
18258[[package]]
18259name = "tracing-tracy"
18260version = "0.11.4"
18261source = "registry+https://github.com/rust-lang/crates.io-index"
18262checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18263dependencies = [
18264 "tracing-core",
18265 "tracing-subscriber",
18266 "tracy-client",
18267]
18268
18269[[package]]
18270name = "tracy-client"
18271version = "0.18.3"
18272source = "registry+https://github.com/rust-lang/crates.io-index"
18273checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18274dependencies = [
18275 "loom",
18276 "once_cell",
18277 "tracy-client-sys",
18278]
18279
18280[[package]]
18281name = "tracy-client-sys"
18282version = "0.27.0"
18283source = "registry+https://github.com/rust-lang/crates.io-index"
18284checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18285dependencies = [
18286 "cc",
18287 "windows-targets 0.52.6",
18288]
18289
18290[[package]]
18291name = "trait-variant"
18292version = "0.1.2"
18293source = "registry+https://github.com/rust-lang/crates.io-index"
18294checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18295dependencies = [
18296 "proc-macro2",
18297 "quote",
18298 "syn 2.0.117",
18299]
18300
18301[[package]]
18302name = "transpose"
18303version = "0.2.3"
18304source = "registry+https://github.com/rust-lang/crates.io-index"
18305checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18306dependencies = [
18307 "num-integer",
18308 "strength_reduce",
18309]
18310
18311[[package]]
18312name = "tree-sitter"
18313version = "0.26.3"
18314source = "registry+https://github.com/rust-lang/crates.io-index"
18315checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18316dependencies = [
18317 "cc",
18318 "regex",
18319 "regex-syntax",
18320 "serde_json",
18321 "streaming-iterator",
18322 "tree-sitter-language",
18323 "wasmtime-c-api-impl",
18324]
18325
18326[[package]]
18327name = "tree-sitter-bash"
18328version = "0.25.1"
18329source = "registry+https://github.com/rust-lang/crates.io-index"
18330checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18331dependencies = [
18332 "cc",
18333 "tree-sitter-language",
18334]
18335
18336[[package]]
18337name = "tree-sitter-c"
18338version = "0.24.1"
18339source = "registry+https://github.com/rust-lang/crates.io-index"
18340checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18341dependencies = [
18342 "cc",
18343 "tree-sitter-language",
18344]
18345
18346[[package]]
18347name = "tree-sitter-cpp"
18348version = "0.23.4"
18349source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18350dependencies = [
18351 "cc",
18352 "tree-sitter-language",
18353]
18354
18355[[package]]
18356name = "tree-sitter-css"
18357version = "0.23.2"
18358source = "registry+https://github.com/rust-lang/crates.io-index"
18359checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18360dependencies = [
18361 "cc",
18362 "tree-sitter-language",
18363]
18364
18365[[package]]
18366name = "tree-sitter-diff"
18367version = "0.1.0"
18368source = "registry+https://github.com/rust-lang/crates.io-index"
18369checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18370dependencies = [
18371 "cc",
18372 "tree-sitter-language",
18373]
18374
18375[[package]]
18376name = "tree-sitter-elixir"
18377version = "0.3.4"
18378source = "registry+https://github.com/rust-lang/crates.io-index"
18379checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18380dependencies = [
18381 "cc",
18382 "tree-sitter-language",
18383]
18384
18385[[package]]
18386name = "tree-sitter-embedded-template"
18387version = "0.23.2"
18388source = "registry+https://github.com/rust-lang/crates.io-index"
18389checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18390dependencies = [
18391 "cc",
18392 "tree-sitter-language",
18393]
18394
18395[[package]]
18396name = "tree-sitter-gitcommit"
18397version = "0.0.1"
18398source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18399dependencies = [
18400 "cc",
18401 "tree-sitter-language",
18402]
18403
18404[[package]]
18405name = "tree-sitter-go"
18406version = "0.25.0"
18407source = "registry+https://github.com/rust-lang/crates.io-index"
18408checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18409dependencies = [
18410 "cc",
18411 "tree-sitter-language",
18412]
18413
18414[[package]]
18415name = "tree-sitter-gomod"
18416version = "1.1.1"
18417source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18418dependencies = [
18419 "cc",
18420 "tree-sitter-language",
18421]
18422
18423[[package]]
18424name = "tree-sitter-gowork"
18425version = "0.0.1"
18426source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18427dependencies = [
18428 "cc",
18429 "tree-sitter-language",
18430]
18431
18432[[package]]
18433name = "tree-sitter-heex"
18434version = "0.0.1"
18435source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18436dependencies = [
18437 "cc",
18438 "tree-sitter-language",
18439]
18440
18441[[package]]
18442name = "tree-sitter-html"
18443version = "0.23.2"
18444source = "registry+https://github.com/rust-lang/crates.io-index"
18445checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18446dependencies = [
18447 "cc",
18448 "tree-sitter-language",
18449]
18450
18451[[package]]
18452name = "tree-sitter-jsdoc"
18453version = "0.23.2"
18454source = "registry+https://github.com/rust-lang/crates.io-index"
18455checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18456dependencies = [
18457 "cc",
18458 "tree-sitter-language",
18459]
18460
18461[[package]]
18462name = "tree-sitter-json"
18463version = "0.24.8"
18464source = "registry+https://github.com/rust-lang/crates.io-index"
18465checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18466dependencies = [
18467 "cc",
18468 "tree-sitter-language",
18469]
18470
18471[[package]]
18472name = "tree-sitter-language"
18473version = "0.1.5"
18474source = "registry+https://github.com/rust-lang/crates.io-index"
18475checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18476
18477[[package]]
18478name = "tree-sitter-md"
18479version = "0.3.2"
18480source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18481dependencies = [
18482 "cc",
18483 "tree-sitter-language",
18484]
18485
18486[[package]]
18487name = "tree-sitter-python"
18488version = "0.25.0"
18489source = "registry+https://github.com/rust-lang/crates.io-index"
18490checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18491dependencies = [
18492 "cc",
18493 "tree-sitter-language",
18494]
18495
18496[[package]]
18497name = "tree-sitter-regex"
18498version = "0.24.3"
18499source = "registry+https://github.com/rust-lang/crates.io-index"
18500checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18501dependencies = [
18502 "cc",
18503 "tree-sitter-language",
18504]
18505
18506[[package]]
18507name = "tree-sitter-ruby"
18508version = "0.23.1"
18509source = "registry+https://github.com/rust-lang/crates.io-index"
18510checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18511dependencies = [
18512 "cc",
18513 "tree-sitter-language",
18514]
18515
18516[[package]]
18517name = "tree-sitter-rust"
18518version = "0.24.0"
18519source = "registry+https://github.com/rust-lang/crates.io-index"
18520checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
18521dependencies = [
18522 "cc",
18523 "tree-sitter-language",
18524]
18525
18526[[package]]
18527name = "tree-sitter-typescript"
18528version = "0.23.2"
18529source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18530dependencies = [
18531 "cc",
18532 "tree-sitter-language",
18533]
18534
18535[[package]]
18536name = "tree-sitter-yaml"
18537version = "0.6.1"
18538source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18539dependencies = [
18540 "cc",
18541 "tree-sitter-language",
18542]
18543
18544[[package]]
18545name = "triomphe"
18546version = "0.1.15"
18547source = "registry+https://github.com/rust-lang/crates.io-index"
18548checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18549dependencies = [
18550 "serde",
18551 "stable_deref_trait",
18552]
18553
18554[[package]]
18555name = "try-lock"
18556version = "0.2.5"
18557source = "registry+https://github.com/rust-lang/crates.io-index"
18558checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18559
18560[[package]]
18561name = "ttf-parser"
18562version = "0.20.0"
18563source = "registry+https://github.com/rust-lang/crates.io-index"
18564checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18565
18566[[package]]
18567name = "ttf-parser"
18568version = "0.25.1"
18569source = "registry+https://github.com/rust-lang/crates.io-index"
18570checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18571dependencies = [
18572 "core_maths",
18573]
18574
18575[[package]]
18576name = "tungstenite"
18577version = "0.20.1"
18578source = "registry+https://github.com/rust-lang/crates.io-index"
18579checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18580dependencies = [
18581 "byteorder",
18582 "bytes 1.11.1",
18583 "data-encoding",
18584 "http 0.2.12",
18585 "httparse",
18586 "log",
18587 "rand 0.8.5",
18588 "sha1",
18589 "thiserror 1.0.69",
18590 "url",
18591 "utf-8",
18592]
18593
18594[[package]]
18595name = "tungstenite"
18596version = "0.21.0"
18597source = "registry+https://github.com/rust-lang/crates.io-index"
18598checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18599dependencies = [
18600 "byteorder",
18601 "bytes 1.11.1",
18602 "data-encoding",
18603 "http 1.3.1",
18604 "httparse",
18605 "log",
18606 "rand 0.8.5",
18607 "sha1",
18608 "thiserror 1.0.69",
18609 "url",
18610 "utf-8",
18611]
18612
18613[[package]]
18614name = "tungstenite"
18615version = "0.27.0"
18616source = "registry+https://github.com/rust-lang/crates.io-index"
18617checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18618dependencies = [
18619 "bytes 1.11.1",
18620 "data-encoding",
18621 "http 1.3.1",
18622 "httparse",
18623 "log",
18624 "rand 0.9.2",
18625 "rustls 0.23.33",
18626 "rustls-pki-types",
18627 "sha1",
18628 "thiserror 2.0.17",
18629 "utf-8",
18630]
18631
18632[[package]]
18633name = "tungstenite"
18634version = "0.28.0"
18635source = "registry+https://github.com/rust-lang/crates.io-index"
18636checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18637dependencies = [
18638 "bytes 1.11.1",
18639 "data-encoding",
18640 "http 1.3.1",
18641 "httparse",
18642 "log",
18643 "rand 0.9.2",
18644 "rustls 0.23.33",
18645 "rustls-pki-types",
18646 "sha1",
18647 "thiserror 2.0.17",
18648 "utf-8",
18649]
18650
18651[[package]]
18652name = "typeid"
18653version = "1.0.3"
18654source = "registry+https://github.com/rust-lang/crates.io-index"
18655checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18656
18657[[package]]
18658name = "typenum"
18659version = "1.19.0"
18660source = "registry+https://github.com/rust-lang/crates.io-index"
18661checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18662
18663[[package]]
18664name = "ucd-trie"
18665version = "0.1.7"
18666source = "registry+https://github.com/rust-lang/crates.io-index"
18667checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18668
18669[[package]]
18670name = "uds"
18671version = "0.4.2"
18672source = "registry+https://github.com/rust-lang/crates.io-index"
18673checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18674dependencies = [
18675 "libc",
18676]
18677
18678[[package]]
18679name = "uds_windows"
18680version = "1.1.0"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18683dependencies = [
18684 "memoffset",
18685 "tempfile",
18686 "winapi",
18687]
18688
18689[[package]]
18690name = "ug"
18691version = "0.4.0"
18692source = "registry+https://github.com/rust-lang/crates.io-index"
18693checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18694dependencies = [
18695 "gemm 0.18.2",
18696 "half",
18697 "libloading",
18698 "memmap2",
18699 "num",
18700 "num-traits",
18701 "num_cpus",
18702 "rayon",
18703 "safetensors",
18704 "serde",
18705 "thiserror 1.0.69",
18706 "tracing",
18707 "yoke 0.7.5",
18708]
18709
18710[[package]]
18711name = "ui"
18712version = "0.1.0"
18713dependencies = [
18714 "chrono",
18715 "component",
18716 "documented",
18717 "gpui",
18718 "gpui_macros",
18719 "icons",
18720 "itertools 0.14.0",
18721 "menu",
18722 "schemars",
18723 "serde",
18724 "settings",
18725 "smallvec",
18726 "story",
18727 "strum 0.27.2",
18728 "theme",
18729 "ui_macros",
18730 "util",
18731 "windows 0.61.3",
18732]
18733
18734[[package]]
18735name = "ui_input"
18736version = "0.1.0"
18737dependencies = [
18738 "component",
18739 "gpui",
18740 "ui",
18741]
18742
18743[[package]]
18744name = "ui_macros"
18745version = "0.1.0"
18746dependencies = [
18747 "component",
18748 "quote",
18749 "syn 2.0.117",
18750 "ui",
18751]
18752
18753[[package]]
18754name = "ui_prompt"
18755version = "0.1.0"
18756dependencies = [
18757 "gpui",
18758 "markdown",
18759 "menu",
18760 "settings",
18761 "theme",
18762 "ui",
18763 "workspace",
18764]
18765
18766[[package]]
18767name = "unarray"
18768version = "0.1.4"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18771
18772[[package]]
18773name = "unicase"
18774version = "2.8.1"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18777
18778[[package]]
18779name = "unicode-bidi"
18780version = "0.3.18"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18783
18784[[package]]
18785name = "unicode-bidi-mirroring"
18786version = "0.4.0"
18787source = "registry+https://github.com/rust-lang/crates.io-index"
18788checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18789
18790[[package]]
18791name = "unicode-ccc"
18792version = "0.4.0"
18793source = "registry+https://github.com/rust-lang/crates.io-index"
18794checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18795
18796[[package]]
18797name = "unicode-general-category"
18798version = "1.1.0"
18799source = "registry+https://github.com/rust-lang/crates.io-index"
18800checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18801
18802[[package]]
18803name = "unicode-ident"
18804version = "1.0.19"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18807
18808[[package]]
18809name = "unicode-linebreak"
18810version = "0.1.5"
18811source = "registry+https://github.com/rust-lang/crates.io-index"
18812checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18813
18814[[package]]
18815name = "unicode-normalization"
18816version = "0.1.24"
18817source = "registry+https://github.com/rust-lang/crates.io-index"
18818checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18819dependencies = [
18820 "tinyvec",
18821]
18822
18823[[package]]
18824name = "unicode-properties"
18825version = "0.1.3"
18826source = "registry+https://github.com/rust-lang/crates.io-index"
18827checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18828
18829[[package]]
18830name = "unicode-script"
18831version = "0.5.8"
18832source = "registry+https://github.com/rust-lang/crates.io-index"
18833checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18834
18835[[package]]
18836name = "unicode-segmentation"
18837version = "1.12.0"
18838source = "registry+https://github.com/rust-lang/crates.io-index"
18839checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18840
18841[[package]]
18842name = "unicode-vo"
18843version = "0.1.0"
18844source = "registry+https://github.com/rust-lang/crates.io-index"
18845checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18846
18847[[package]]
18848name = "unicode-width"
18849version = "0.2.2"
18850source = "registry+https://github.com/rust-lang/crates.io-index"
18851checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18852
18853[[package]]
18854name = "unicode-xid"
18855version = "0.2.6"
18856source = "registry+https://github.com/rust-lang/crates.io-index"
18857checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18858
18859[[package]]
18860name = "unicode_categories"
18861version = "0.1.1"
18862source = "registry+https://github.com/rust-lang/crates.io-index"
18863checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18864
18865[[package]]
18866name = "unindent"
18867version = "0.2.4"
18868source = "registry+https://github.com/rust-lang/crates.io-index"
18869checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18870
18871[[package]]
18872name = "unsafe-libyaml"
18873version = "0.2.11"
18874source = "registry+https://github.com/rust-lang/crates.io-index"
18875checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18876
18877[[package]]
18878name = "untrusted"
18879version = "0.7.1"
18880source = "registry+https://github.com/rust-lang/crates.io-index"
18881checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18882
18883[[package]]
18884name = "untrusted"
18885version = "0.9.0"
18886source = "registry+https://github.com/rust-lang/crates.io-index"
18887checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18888
18889[[package]]
18890name = "url"
18891version = "2.5.7"
18892source = "registry+https://github.com/rust-lang/crates.io-index"
18893checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18894dependencies = [
18895 "form_urlencoded",
18896 "idna",
18897 "percent-encoding",
18898 "serde",
18899]
18900
18901[[package]]
18902name = "urlencoding"
18903version = "2.1.3"
18904source = "registry+https://github.com/rust-lang/crates.io-index"
18905checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18906
18907[[package]]
18908name = "usvg"
18909version = "0.45.1"
18910source = "registry+https://github.com/rust-lang/crates.io-index"
18911checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18912dependencies = [
18913 "base64 0.22.1",
18914 "data-url",
18915 "flate2",
18916 "fontdb 0.23.0",
18917 "imagesize",
18918 "kurbo",
18919 "log",
18920 "pico-args",
18921 "roxmltree",
18922 "rustybuzz",
18923 "simplecss",
18924 "siphasher 1.0.1",
18925 "strict-num",
18926 "svgtypes",
18927 "tiny-skia-path",
18928 "unicode-bidi",
18929 "unicode-script",
18930 "unicode-vo",
18931 "xmlwriter",
18932]
18933
18934[[package]]
18935name = "utf-8"
18936version = "0.7.6"
18937source = "registry+https://github.com/rust-lang/crates.io-index"
18938checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18939
18940[[package]]
18941name = "utf8-chars"
18942version = "3.0.6"
18943source = "registry+https://github.com/rust-lang/crates.io-index"
18944checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18945dependencies = [
18946 "arrayvec",
18947]
18948
18949[[package]]
18950name = "utf8_iter"
18951version = "1.0.4"
18952source = "registry+https://github.com/rust-lang/crates.io-index"
18953checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18954
18955[[package]]
18956name = "utf8parse"
18957version = "0.2.2"
18958source = "registry+https://github.com/rust-lang/crates.io-index"
18959checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18960
18961[[package]]
18962name = "util"
18963version = "0.1.0"
18964dependencies = [
18965 "anyhow",
18966 "async-fs",
18967 "async_zip",
18968 "collections",
18969 "command-fds",
18970 "dirs 4.0.0",
18971 "dunce",
18972 "futures 0.3.31",
18973 "futures-lite 1.13.0",
18974 "git2",
18975 "globset",
18976 "gpui_util",
18977 "itertools 0.14.0",
18978 "libc",
18979 "log",
18980 "mach2 0.5.0",
18981 "nix 0.29.0",
18982 "percent-encoding",
18983 "pretty_assertions",
18984 "rand 0.9.2",
18985 "regex",
18986 "rust-embed",
18987 "schemars",
18988 "serde",
18989 "serde_json",
18990 "serde_json_lenient",
18991 "shlex",
18992 "smol",
18993 "take-until",
18994 "tempfile",
18995 "tendril",
18996 "unicase",
18997 "url",
18998 "util_macros",
18999 "walkdir",
19000 "which 6.0.3",
19001]
19002
19003[[package]]
19004name = "util_macros"
19005version = "0.1.0"
19006dependencies = [
19007 "perf",
19008 "quote",
19009 "syn 2.0.117",
19010]
19011
19012[[package]]
19013name = "uuid"
19014version = "1.18.1"
19015source = "registry+https://github.com/rust-lang/crates.io-index"
19016checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19017dependencies = [
19018 "getrandom 0.3.4",
19019 "js-sys",
19020 "serde",
19021 "sha1_smol",
19022 "wasm-bindgen",
19023]
19024
19025[[package]]
19026name = "uuid-simd"
19027version = "0.8.0"
19028source = "registry+https://github.com/rust-lang/crates.io-index"
19029checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19030dependencies = [
19031 "outref",
19032 "vsimd",
19033]
19034
19035[[package]]
19036name = "v_frame"
19037version = "0.3.9"
19038source = "registry+https://github.com/rust-lang/crates.io-index"
19039checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19040dependencies = [
19041 "aligned-vec",
19042 "num-traits",
19043 "wasm-bindgen",
19044]
19045
19046[[package]]
19047name = "valuable"
19048version = "0.1.1"
19049source = "registry+https://github.com/rust-lang/crates.io-index"
19050checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19051
19052[[package]]
19053name = "value-bag"
19054version = "1.12.0"
19055source = "registry+https://github.com/rust-lang/crates.io-index"
19056checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19057dependencies = [
19058 "value-bag-serde1",
19059 "value-bag-sval2",
19060]
19061
19062[[package]]
19063name = "value-bag-serde1"
19064version = "1.12.0"
19065source = "registry+https://github.com/rust-lang/crates.io-index"
19066checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19067dependencies = [
19068 "erased-serde",
19069 "serde_core",
19070 "serde_fmt",
19071]
19072
19073[[package]]
19074name = "value-bag-sval2"
19075version = "1.12.0"
19076source = "registry+https://github.com/rust-lang/crates.io-index"
19077checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19078dependencies = [
19079 "sval",
19080 "sval_buffer",
19081 "sval_dynamic",
19082 "sval_fmt",
19083 "sval_json",
19084 "sval_ref",
19085 "sval_serde",
19086]
19087
19088[[package]]
19089name = "vcpkg"
19090version = "0.2.15"
19091source = "registry+https://github.com/rust-lang/crates.io-index"
19092checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19093
19094[[package]]
19095name = "vercel"
19096version = "0.1.0"
19097dependencies = [
19098 "anyhow",
19099 "schemars",
19100 "serde",
19101 "strum 0.27.2",
19102]
19103
19104[[package]]
19105name = "version-compare"
19106version = "0.2.0"
19107source = "registry+https://github.com/rust-lang/crates.io-index"
19108checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19109
19110[[package]]
19111name = "version_check"
19112version = "0.9.5"
19113source = "registry+https://github.com/rust-lang/crates.io-index"
19114checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19115
19116[[package]]
19117name = "vim"
19118version = "0.1.0"
19119dependencies = [
19120 "anyhow",
19121 "async-compat",
19122 "async-trait",
19123 "collections",
19124 "command_palette",
19125 "command_palette_hooks",
19126 "db",
19127 "editor",
19128 "env_logger 0.11.8",
19129 "futures 0.3.31",
19130 "fuzzy",
19131 "git_ui",
19132 "gpui",
19133 "indoc",
19134 "itertools 0.14.0",
19135 "language",
19136 "log",
19137 "lsp",
19138 "markdown_preview",
19139 "menu",
19140 "multi_buffer",
19141 "nvim-rs",
19142 "outline_panel",
19143 "parking_lot",
19144 "perf",
19145 "picker",
19146 "project",
19147 "project_panel",
19148 "regex",
19149 "release_channel",
19150 "schemars",
19151 "search",
19152 "semver",
19153 "serde",
19154 "serde_json",
19155 "settings",
19156 "settings_ui",
19157 "task",
19158 "text",
19159 "theme",
19160 "tokio",
19161 "ui",
19162 "util",
19163 "util_macros",
19164 "vim_mode_setting",
19165 "workspace",
19166 "zed_actions",
19167]
19168
19169[[package]]
19170name = "vim_mode_setting"
19171version = "0.1.0"
19172dependencies = [
19173 "gpui",
19174 "settings",
19175]
19176
19177[[package]]
19178name = "vscode_theme"
19179version = "0.2.0"
19180source = "registry+https://github.com/rust-lang/crates.io-index"
19181checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19182dependencies = [
19183 "serde",
19184]
19185
19186[[package]]
19187name = "vsimd"
19188version = "0.8.0"
19189source = "registry+https://github.com/rust-lang/crates.io-index"
19190checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19191
19192[[package]]
19193name = "vswhom"
19194version = "0.1.0"
19195source = "registry+https://github.com/rust-lang/crates.io-index"
19196checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19197dependencies = [
19198 "libc",
19199 "vswhom-sys",
19200]
19201
19202[[package]]
19203name = "vswhom-sys"
19204version = "0.1.3"
19205source = "registry+https://github.com/rust-lang/crates.io-index"
19206checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19207dependencies = [
19208 "cc",
19209 "libc",
19210]
19211
19212[[package]]
19213name = "vte"
19214version = "0.15.0"
19215source = "registry+https://github.com/rust-lang/crates.io-index"
19216checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19217dependencies = [
19218 "arrayvec",
19219 "bitflags 2.10.0",
19220 "cursor-icon",
19221 "log",
19222 "memchr",
19223 "serde",
19224]
19225
19226[[package]]
19227name = "wait-timeout"
19228version = "0.2.1"
19229source = "registry+https://github.com/rust-lang/crates.io-index"
19230checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19231dependencies = [
19232 "libc",
19233]
19234
19235[[package]]
19236name = "waker-fn"
19237version = "1.2.0"
19238source = "registry+https://github.com/rust-lang/crates.io-index"
19239checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19240
19241[[package]]
19242name = "walkdir"
19243version = "2.5.0"
19244source = "registry+https://github.com/rust-lang/crates.io-index"
19245checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19246dependencies = [
19247 "same-file",
19248 "winapi-util",
19249]
19250
19251[[package]]
19252name = "want"
19253version = "0.3.1"
19254source = "registry+https://github.com/rust-lang/crates.io-index"
19255checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19256dependencies = [
19257 "try-lock",
19258]
19259
19260[[package]]
19261name = "warp"
19262version = "0.3.7"
19263source = "registry+https://github.com/rust-lang/crates.io-index"
19264checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19265dependencies = [
19266 "bytes 1.11.1",
19267 "futures-channel",
19268 "futures-util",
19269 "headers",
19270 "http 0.2.12",
19271 "hyper 0.14.32",
19272 "log",
19273 "mime",
19274 "mime_guess",
19275 "percent-encoding",
19276 "pin-project",
19277 "scoped-tls",
19278 "serde",
19279 "serde_json",
19280 "serde_urlencoded",
19281 "tokio",
19282 "tokio-tungstenite 0.21.0",
19283 "tokio-util",
19284 "tower-service",
19285 "tracing",
19286]
19287
19288[[package]]
19289name = "wasi"
19290version = "0.11.1+wasi-snapshot-preview1"
19291source = "registry+https://github.com/rust-lang/crates.io-index"
19292checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19293
19294[[package]]
19295name = "wasip2"
19296version = "1.0.1+wasi-0.2.4"
19297source = "registry+https://github.com/rust-lang/crates.io-index"
19298checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19299dependencies = [
19300 "wit-bindgen 0.46.0",
19301]
19302
19303[[package]]
19304name = "wasip3"
19305version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19306source = "registry+https://github.com/rust-lang/crates.io-index"
19307checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19308dependencies = [
19309 "wit-bindgen 0.51.0",
19310]
19311
19312[[package]]
19313name = "wasite"
19314version = "0.1.0"
19315source = "registry+https://github.com/rust-lang/crates.io-index"
19316checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19317
19318[[package]]
19319name = "wasm-bindgen"
19320version = "0.2.113"
19321source = "registry+https://github.com/rust-lang/crates.io-index"
19322checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19323dependencies = [
19324 "cfg-if",
19325 "once_cell",
19326 "rustversion",
19327 "wasm-bindgen-macro",
19328 "wasm-bindgen-shared",
19329]
19330
19331[[package]]
19332name = "wasm-bindgen-futures"
19333version = "0.4.63"
19334source = "registry+https://github.com/rust-lang/crates.io-index"
19335checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19336dependencies = [
19337 "cfg-if",
19338 "futures-util",
19339 "js-sys",
19340 "once_cell",
19341 "wasm-bindgen",
19342 "web-sys",
19343]
19344
19345[[package]]
19346name = "wasm-bindgen-macro"
19347version = "0.2.113"
19348source = "registry+https://github.com/rust-lang/crates.io-index"
19349checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19350dependencies = [
19351 "quote",
19352 "wasm-bindgen-macro-support",
19353]
19354
19355[[package]]
19356name = "wasm-bindgen-macro-support"
19357version = "0.2.113"
19358source = "registry+https://github.com/rust-lang/crates.io-index"
19359checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19360dependencies = [
19361 "bumpalo",
19362 "proc-macro2",
19363 "quote",
19364 "syn 2.0.117",
19365 "wasm-bindgen-shared",
19366]
19367
19368[[package]]
19369name = "wasm-bindgen-shared"
19370version = "0.2.113"
19371source = "registry+https://github.com/rust-lang/crates.io-index"
19372checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19373dependencies = [
19374 "unicode-ident",
19375]
19376
19377[[package]]
19378name = "wasm-encoder"
19379version = "0.201.0"
19380source = "registry+https://github.com/rust-lang/crates.io-index"
19381checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19382dependencies = [
19383 "leb128",
19384]
19385
19386[[package]]
19387name = "wasm-encoder"
19388version = "0.221.3"
19389source = "registry+https://github.com/rust-lang/crates.io-index"
19390checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19391dependencies = [
19392 "leb128",
19393 "wasmparser 0.221.3",
19394]
19395
19396[[package]]
19397name = "wasm-encoder"
19398version = "0.227.1"
19399source = "registry+https://github.com/rust-lang/crates.io-index"
19400checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19401dependencies = [
19402 "leb128fmt",
19403 "wasmparser 0.227.1",
19404]
19405
19406[[package]]
19407name = "wasm-encoder"
19408version = "0.229.0"
19409source = "registry+https://github.com/rust-lang/crates.io-index"
19410checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19411dependencies = [
19412 "leb128fmt",
19413 "wasmparser 0.229.0",
19414]
19415
19416[[package]]
19417name = "wasm-encoder"
19418version = "0.244.0"
19419source = "registry+https://github.com/rust-lang/crates.io-index"
19420checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19421dependencies = [
19422 "leb128fmt",
19423 "wasmparser 0.244.0",
19424]
19425
19426[[package]]
19427name = "wasm-metadata"
19428version = "0.201.0"
19429source = "registry+https://github.com/rust-lang/crates.io-index"
19430checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19431dependencies = [
19432 "anyhow",
19433 "indexmap",
19434 "serde",
19435 "serde_derive",
19436 "serde_json",
19437 "spdx",
19438 "wasm-encoder 0.201.0",
19439 "wasmparser 0.201.0",
19440]
19441
19442[[package]]
19443name = "wasm-metadata"
19444version = "0.227.1"
19445source = "registry+https://github.com/rust-lang/crates.io-index"
19446checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19447dependencies = [
19448 "anyhow",
19449 "auditable-serde",
19450 "flate2",
19451 "indexmap",
19452 "serde",
19453 "serde_derive",
19454 "serde_json",
19455 "spdx",
19456 "url",
19457 "wasm-encoder 0.227.1",
19458 "wasmparser 0.227.1",
19459]
19460
19461[[package]]
19462name = "wasm-metadata"
19463version = "0.244.0"
19464source = "registry+https://github.com/rust-lang/crates.io-index"
19465checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19466dependencies = [
19467 "anyhow",
19468 "indexmap",
19469 "wasm-encoder 0.244.0",
19470 "wasmparser 0.244.0",
19471]
19472
19473[[package]]
19474name = "wasm-streams"
19475version = "0.4.2"
19476source = "registry+https://github.com/rust-lang/crates.io-index"
19477checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19478dependencies = [
19479 "futures-util",
19480 "js-sys",
19481 "wasm-bindgen",
19482 "wasm-bindgen-futures",
19483 "web-sys",
19484]
19485
19486[[package]]
19487name = "wasm_thread"
19488version = "0.3.3"
19489source = "registry+https://github.com/rust-lang/crates.io-index"
19490checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19491dependencies = [
19492 "futures 0.3.31",
19493 "js-sys",
19494 "wasm-bindgen",
19495 "web-sys",
19496]
19497
19498[[package]]
19499name = "wasmparser"
19500version = "0.201.0"
19501source = "registry+https://github.com/rust-lang/crates.io-index"
19502checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19503dependencies = [
19504 "bitflags 2.10.0",
19505 "indexmap",
19506 "semver",
19507]
19508
19509[[package]]
19510name = "wasmparser"
19511version = "0.221.3"
19512source = "registry+https://github.com/rust-lang/crates.io-index"
19513checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19514dependencies = [
19515 "bitflags 2.10.0",
19516 "hashbrown 0.15.5",
19517 "indexmap",
19518 "semver",
19519 "serde",
19520]
19521
19522[[package]]
19523name = "wasmparser"
19524version = "0.227.1"
19525source = "registry+https://github.com/rust-lang/crates.io-index"
19526checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19527dependencies = [
19528 "bitflags 2.10.0",
19529 "hashbrown 0.15.5",
19530 "indexmap",
19531 "semver",
19532]
19533
19534[[package]]
19535name = "wasmparser"
19536version = "0.229.0"
19537source = "registry+https://github.com/rust-lang/crates.io-index"
19538checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19539dependencies = [
19540 "bitflags 2.10.0",
19541 "hashbrown 0.15.5",
19542 "indexmap",
19543 "semver",
19544 "serde",
19545]
19546
19547[[package]]
19548name = "wasmparser"
19549version = "0.244.0"
19550source = "registry+https://github.com/rust-lang/crates.io-index"
19551checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19552dependencies = [
19553 "bitflags 2.10.0",
19554 "hashbrown 0.15.5",
19555 "indexmap",
19556 "semver",
19557]
19558
19559[[package]]
19560name = "wasmprinter"
19561version = "0.229.0"
19562source = "registry+https://github.com/rust-lang/crates.io-index"
19563checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19564dependencies = [
19565 "anyhow",
19566 "termcolor",
19567 "wasmparser 0.229.0",
19568]
19569
19570[[package]]
19571name = "wasmtime"
19572version = "33.0.2"
19573source = "registry+https://github.com/rust-lang/crates.io-index"
19574checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19575dependencies = [
19576 "addr2line 0.24.2",
19577 "anyhow",
19578 "async-trait",
19579 "bitflags 2.10.0",
19580 "bumpalo",
19581 "cc",
19582 "cfg-if",
19583 "encoding_rs",
19584 "hashbrown 0.15.5",
19585 "indexmap",
19586 "libc",
19587 "log",
19588 "mach2 0.4.3",
19589 "memfd",
19590 "object 0.36.7",
19591 "once_cell",
19592 "postcard",
19593 "psm",
19594 "pulley-interpreter",
19595 "rayon",
19596 "rustix 1.1.2",
19597 "semver",
19598 "serde",
19599 "serde_derive",
19600 "smallvec",
19601 "sptr",
19602 "target-lexicon 0.13.3",
19603 "trait-variant",
19604 "wasmparser 0.229.0",
19605 "wasmtime-asm-macros",
19606 "wasmtime-component-macro",
19607 "wasmtime-component-util",
19608 "wasmtime-cranelift",
19609 "wasmtime-environ",
19610 "wasmtime-fiber",
19611 "wasmtime-jit-icache-coherence",
19612 "wasmtime-math",
19613 "wasmtime-slab",
19614 "wasmtime-versioned-export-macros",
19615 "wasmtime-winch",
19616 "windows-sys 0.59.0",
19617]
19618
19619[[package]]
19620name = "wasmtime-asm-macros"
19621version = "33.0.2"
19622source = "registry+https://github.com/rust-lang/crates.io-index"
19623checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19624dependencies = [
19625 "cfg-if",
19626]
19627
19628[[package]]
19629name = "wasmtime-c-api-impl"
19630version = "33.0.2"
19631source = "registry+https://github.com/rust-lang/crates.io-index"
19632checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19633dependencies = [
19634 "anyhow",
19635 "log",
19636 "tracing",
19637 "wasmtime",
19638 "wasmtime-c-api-macros",
19639]
19640
19641[[package]]
19642name = "wasmtime-c-api-macros"
19643version = "33.0.2"
19644source = "registry+https://github.com/rust-lang/crates.io-index"
19645checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19646dependencies = [
19647 "proc-macro2",
19648 "quote",
19649]
19650
19651[[package]]
19652name = "wasmtime-component-macro"
19653version = "33.0.2"
19654source = "registry+https://github.com/rust-lang/crates.io-index"
19655checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19656dependencies = [
19657 "anyhow",
19658 "proc-macro2",
19659 "quote",
19660 "syn 2.0.117",
19661 "wasmtime-component-util",
19662 "wasmtime-wit-bindgen",
19663 "wit-parser 0.229.0",
19664]
19665
19666[[package]]
19667name = "wasmtime-component-util"
19668version = "33.0.2"
19669source = "registry+https://github.com/rust-lang/crates.io-index"
19670checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19671
19672[[package]]
19673name = "wasmtime-cranelift"
19674version = "33.0.2"
19675source = "registry+https://github.com/rust-lang/crates.io-index"
19676checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19677dependencies = [
19678 "anyhow",
19679 "cfg-if",
19680 "cranelift-codegen",
19681 "cranelift-control",
19682 "cranelift-entity",
19683 "cranelift-frontend",
19684 "cranelift-native",
19685 "gimli 0.31.1",
19686 "itertools 0.14.0",
19687 "log",
19688 "object 0.36.7",
19689 "pulley-interpreter",
19690 "smallvec",
19691 "target-lexicon 0.13.3",
19692 "thiserror 2.0.17",
19693 "wasmparser 0.229.0",
19694 "wasmtime-environ",
19695 "wasmtime-versioned-export-macros",
19696]
19697
19698[[package]]
19699name = "wasmtime-environ"
19700version = "33.0.2"
19701source = "registry+https://github.com/rust-lang/crates.io-index"
19702checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19703dependencies = [
19704 "anyhow",
19705 "cpp_demangle",
19706 "cranelift-bitset",
19707 "cranelift-entity",
19708 "gimli 0.31.1",
19709 "indexmap",
19710 "log",
19711 "object 0.36.7",
19712 "postcard",
19713 "rustc-demangle",
19714 "semver",
19715 "serde",
19716 "serde_derive",
19717 "smallvec",
19718 "target-lexicon 0.13.3",
19719 "wasm-encoder 0.229.0",
19720 "wasmparser 0.229.0",
19721 "wasmprinter",
19722 "wasmtime-component-util",
19723]
19724
19725[[package]]
19726name = "wasmtime-fiber"
19727version = "33.0.2"
19728source = "registry+https://github.com/rust-lang/crates.io-index"
19729checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19730dependencies = [
19731 "anyhow",
19732 "cc",
19733 "cfg-if",
19734 "rustix 1.1.2",
19735 "wasmtime-asm-macros",
19736 "wasmtime-versioned-export-macros",
19737 "windows-sys 0.59.0",
19738]
19739
19740[[package]]
19741name = "wasmtime-jit-icache-coherence"
19742version = "33.0.2"
19743source = "registry+https://github.com/rust-lang/crates.io-index"
19744checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19745dependencies = [
19746 "anyhow",
19747 "cfg-if",
19748 "libc",
19749 "windows-sys 0.59.0",
19750]
19751
19752[[package]]
19753name = "wasmtime-math"
19754version = "33.0.2"
19755source = "registry+https://github.com/rust-lang/crates.io-index"
19756checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19757dependencies = [
19758 "libm",
19759]
19760
19761[[package]]
19762name = "wasmtime-slab"
19763version = "33.0.2"
19764source = "registry+https://github.com/rust-lang/crates.io-index"
19765checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19766
19767[[package]]
19768name = "wasmtime-versioned-export-macros"
19769version = "33.0.2"
19770source = "registry+https://github.com/rust-lang/crates.io-index"
19771checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19772dependencies = [
19773 "proc-macro2",
19774 "quote",
19775 "syn 2.0.117",
19776]
19777
19778[[package]]
19779name = "wasmtime-wasi"
19780version = "33.0.2"
19781source = "registry+https://github.com/rust-lang/crates.io-index"
19782checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19783dependencies = [
19784 "anyhow",
19785 "async-trait",
19786 "bitflags 2.10.0",
19787 "bytes 1.11.1",
19788 "cap-fs-ext",
19789 "cap-net-ext",
19790 "cap-rand",
19791 "cap-std",
19792 "cap-time-ext",
19793 "fs-set-times",
19794 "futures 0.3.31",
19795 "io-extras",
19796 "io-lifetimes",
19797 "rustix 1.1.2",
19798 "system-interface",
19799 "thiserror 2.0.17",
19800 "tokio",
19801 "tracing",
19802 "url",
19803 "wasmtime",
19804 "wasmtime-wasi-io",
19805 "wiggle",
19806 "windows-sys 0.59.0",
19807]
19808
19809[[package]]
19810name = "wasmtime-wasi-io"
19811version = "33.0.2"
19812source = "registry+https://github.com/rust-lang/crates.io-index"
19813checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19814dependencies = [
19815 "anyhow",
19816 "async-trait",
19817 "bytes 1.11.1",
19818 "futures 0.3.31",
19819 "wasmtime",
19820]
19821
19822[[package]]
19823name = "wasmtime-winch"
19824version = "33.0.2"
19825source = "registry+https://github.com/rust-lang/crates.io-index"
19826checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19827dependencies = [
19828 "anyhow",
19829 "cranelift-codegen",
19830 "gimli 0.31.1",
19831 "object 0.36.7",
19832 "target-lexicon 0.13.3",
19833 "wasmparser 0.229.0",
19834 "wasmtime-cranelift",
19835 "wasmtime-environ",
19836 "winch-codegen",
19837]
19838
19839[[package]]
19840name = "wasmtime-wit-bindgen"
19841version = "33.0.2"
19842source = "registry+https://github.com/rust-lang/crates.io-index"
19843checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19844dependencies = [
19845 "anyhow",
19846 "heck 0.5.0",
19847 "indexmap",
19848 "wit-parser 0.229.0",
19849]
19850
19851[[package]]
19852name = "wast"
19853version = "35.0.2"
19854source = "registry+https://github.com/rust-lang/crates.io-index"
19855checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19856dependencies = [
19857 "leb128",
19858]
19859
19860[[package]]
19861name = "watch"
19862version = "0.1.0"
19863dependencies = [
19864 "ctor",
19865 "futures 0.3.31",
19866 "gpui",
19867 "parking_lot",
19868 "zlog",
19869]
19870
19871[[package]]
19872name = "wax"
19873version = "0.7.0"
19874source = "registry+https://github.com/rust-lang/crates.io-index"
19875checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19876dependencies = [
19877 "const_format",
19878 "itertools 0.14.0",
19879 "nom 7.1.3",
19880 "pori",
19881 "regex",
19882 "thiserror 2.0.17",
19883 "walkdir",
19884]
19885
19886[[package]]
19887name = "wayland-backend"
19888version = "0.3.11"
19889source = "registry+https://github.com/rust-lang/crates.io-index"
19890checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19891dependencies = [
19892 "cc",
19893 "downcast-rs",
19894 "rustix 1.1.2",
19895 "scoped-tls",
19896 "smallvec",
19897 "wayland-sys",
19898]
19899
19900[[package]]
19901name = "wayland-client"
19902version = "0.31.11"
19903source = "registry+https://github.com/rust-lang/crates.io-index"
19904checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19905dependencies = [
19906 "bitflags 2.10.0",
19907 "rustix 1.1.2",
19908 "wayland-backend",
19909 "wayland-scanner",
19910]
19911
19912[[package]]
19913name = "wayland-cursor"
19914version = "0.31.11"
19915source = "registry+https://github.com/rust-lang/crates.io-index"
19916checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19917dependencies = [
19918 "rustix 1.1.2",
19919 "wayland-client",
19920 "xcursor",
19921]
19922
19923[[package]]
19924name = "wayland-protocols"
19925version = "0.32.9"
19926source = "registry+https://github.com/rust-lang/crates.io-index"
19927checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19928dependencies = [
19929 "bitflags 2.10.0",
19930 "wayland-backend",
19931 "wayland-client",
19932 "wayland-scanner",
19933]
19934
19935[[package]]
19936name = "wayland-protocols-plasma"
19937version = "0.3.9"
19938source = "registry+https://github.com/rust-lang/crates.io-index"
19939checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19940dependencies = [
19941 "bitflags 2.10.0",
19942 "wayland-backend",
19943 "wayland-client",
19944 "wayland-protocols",
19945 "wayland-scanner",
19946]
19947
19948[[package]]
19949name = "wayland-protocols-wlr"
19950version = "0.3.9"
19951source = "registry+https://github.com/rust-lang/crates.io-index"
19952checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19953dependencies = [
19954 "bitflags 2.10.0",
19955 "wayland-backend",
19956 "wayland-client",
19957 "wayland-protocols",
19958 "wayland-scanner",
19959]
19960
19961[[package]]
19962name = "wayland-scanner"
19963version = "0.31.7"
19964source = "registry+https://github.com/rust-lang/crates.io-index"
19965checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19966dependencies = [
19967 "proc-macro2",
19968 "quick-xml 0.37.5",
19969 "quote",
19970]
19971
19972[[package]]
19973name = "wayland-sys"
19974version = "0.31.7"
19975source = "registry+https://github.com/rust-lang/crates.io-index"
19976checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19977dependencies = [
19978 "dlib",
19979 "log",
19980 "once_cell",
19981 "pkg-config",
19982]
19983
19984[[package]]
19985name = "web-sys"
19986version = "0.3.90"
19987source = "registry+https://github.com/rust-lang/crates.io-index"
19988checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19989dependencies = [
19990 "js-sys",
19991 "wasm-bindgen",
19992]
19993
19994[[package]]
19995name = "web-time"
19996version = "1.1.0"
19997source = "registry+https://github.com/rust-lang/crates.io-index"
19998checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19999dependencies = [
20000 "js-sys",
20001 "wasm-bindgen",
20002]
20003
20004[[package]]
20005name = "web_atoms"
20006version = "0.1.3"
20007source = "registry+https://github.com/rust-lang/crates.io-index"
20008checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20009dependencies = [
20010 "phf 0.11.3",
20011 "phf_codegen",
20012 "string_cache",
20013 "string_cache_codegen",
20014]
20015
20016[[package]]
20017name = "web_search"
20018version = "0.1.0"
20019dependencies = [
20020 "anyhow",
20021 "cloud_llm_client",
20022 "collections",
20023 "gpui",
20024 "serde",
20025]
20026
20027[[package]]
20028name = "web_search_providers"
20029version = "0.1.0"
20030dependencies = [
20031 "anyhow",
20032 "client",
20033 "cloud_api_types",
20034 "cloud_llm_client",
20035 "futures 0.3.31",
20036 "gpui",
20037 "http_client",
20038 "language_model",
20039 "serde",
20040 "serde_json",
20041 "web_search",
20042]
20043
20044[[package]]
20045name = "webpki-root-certs"
20046version = "0.26.8"
20047source = "registry+https://github.com/rust-lang/crates.io-index"
20048checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20049dependencies = [
20050 "rustls-pki-types",
20051]
20052
20053[[package]]
20054name = "webpki-roots"
20055version = "0.26.8"
20056source = "registry+https://github.com/rust-lang/crates.io-index"
20057checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20058dependencies = [
20059 "rustls-pki-types",
20060]
20061
20062[[package]]
20063name = "webrtc-sys"
20064version = "0.3.23"
20065source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20066dependencies = [
20067 "cc",
20068 "cxx",
20069 "cxx-build",
20070 "glob",
20071 "log",
20072 "pkg-config",
20073 "webrtc-sys-build",
20074]
20075
20076[[package]]
20077name = "webrtc-sys-build"
20078version = "0.3.13"
20079source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20080dependencies = [
20081 "anyhow",
20082 "fs2",
20083 "regex",
20084 "reqwest 0.12.24",
20085 "scratch",
20086 "semver",
20087 "zip 0.6.6",
20088]
20089
20090[[package]]
20091name = "weezl"
20092version = "0.1.10"
20093source = "registry+https://github.com/rust-lang/crates.io-index"
20094checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20095
20096[[package]]
20097name = "wgpu"
20098version = "29.0.0"
20099source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20100dependencies = [
20101 "arrayvec",
20102 "bitflags 2.10.0",
20103 "bytemuck",
20104 "cfg-if",
20105 "cfg_aliases 0.2.1",
20106 "document-features",
20107 "hashbrown 0.16.1",
20108 "js-sys",
20109 "log",
20110 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20111 "parking_lot",
20112 "portable-atomic",
20113 "profiling",
20114 "raw-window-handle",
20115 "smallvec",
20116 "static_assertions",
20117 "wasm-bindgen",
20118 "wasm-bindgen-futures",
20119 "web-sys",
20120 "wgpu-core",
20121 "wgpu-hal",
20122 "wgpu-types",
20123]
20124
20125[[package]]
20126name = "wgpu-core"
20127version = "29.0.0"
20128source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20129dependencies = [
20130 "arrayvec",
20131 "bit-set 0.9.1",
20132 "bit-vec 0.9.1",
20133 "bitflags 2.10.0",
20134 "bytemuck",
20135 "cfg_aliases 0.2.1",
20136 "document-features",
20137 "hashbrown 0.16.1",
20138 "indexmap",
20139 "log",
20140 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20141 "once_cell",
20142 "parking_lot",
20143 "portable-atomic",
20144 "profiling",
20145 "raw-window-handle",
20146 "rustc-hash 1.1.0",
20147 "smallvec",
20148 "thiserror 2.0.17",
20149 "wgpu-core-deps-apple",
20150 "wgpu-core-deps-emscripten",
20151 "wgpu-core-deps-windows-linux-android",
20152 "wgpu-hal",
20153 "wgpu-naga-bridge",
20154 "wgpu-types",
20155]
20156
20157[[package]]
20158name = "wgpu-core-deps-apple"
20159version = "29.0.0"
20160source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20161dependencies = [
20162 "wgpu-hal",
20163]
20164
20165[[package]]
20166name = "wgpu-core-deps-emscripten"
20167version = "29.0.0"
20168source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20169dependencies = [
20170 "wgpu-hal",
20171]
20172
20173[[package]]
20174name = "wgpu-core-deps-windows-linux-android"
20175version = "29.0.0"
20176source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20177dependencies = [
20178 "wgpu-hal",
20179]
20180
20181[[package]]
20182name = "wgpu-hal"
20183version = "29.0.0"
20184source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20185dependencies = [
20186 "android_system_properties",
20187 "arrayvec",
20188 "ash",
20189 "bit-set 0.9.1",
20190 "bitflags 2.10.0",
20191 "block2",
20192 "bytemuck",
20193 "cfg-if",
20194 "cfg_aliases 0.2.1",
20195 "glow",
20196 "glutin_wgl_sys",
20197 "gpu-allocator",
20198 "gpu-descriptor",
20199 "hashbrown 0.16.1",
20200 "js-sys",
20201 "khronos-egl",
20202 "libc",
20203 "libloading",
20204 "log",
20205 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20206 "ndk-sys",
20207 "objc2",
20208 "objc2-core-foundation",
20209 "objc2-foundation",
20210 "objc2-metal",
20211 "objc2-quartz-core",
20212 "once_cell",
20213 "ordered-float 4.6.0",
20214 "parking_lot",
20215 "portable-atomic",
20216 "portable-atomic-util",
20217 "profiling",
20218 "range-alloc",
20219 "raw-window-handle",
20220 "raw-window-metal",
20221 "renderdoc-sys",
20222 "smallvec",
20223 "thiserror 2.0.17",
20224 "wasm-bindgen",
20225 "wayland-sys",
20226 "web-sys",
20227 "wgpu-naga-bridge",
20228 "wgpu-types",
20229 "windows 0.62.2",
20230 "windows-core 0.62.2",
20231]
20232
20233[[package]]
20234name = "wgpu-naga-bridge"
20235version = "29.0.0"
20236source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20237dependencies = [
20238 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20239 "wgpu-types",
20240]
20241
20242[[package]]
20243name = "wgpu-types"
20244version = "29.0.0"
20245source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20246dependencies = [
20247 "bitflags 2.10.0",
20248 "bytemuck",
20249 "js-sys",
20250 "log",
20251 "raw-window-handle",
20252 "web-sys",
20253]
20254
20255[[package]]
20256name = "which"
20257version = "4.4.2"
20258source = "registry+https://github.com/rust-lang/crates.io-index"
20259checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20260dependencies = [
20261 "either",
20262 "home",
20263 "once_cell",
20264 "rustix 0.38.44",
20265]
20266
20267[[package]]
20268name = "which"
20269version = "6.0.3"
20270source = "registry+https://github.com/rust-lang/crates.io-index"
20271checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20272dependencies = [
20273 "either",
20274 "home",
20275 "rustix 0.38.44",
20276 "winsafe",
20277]
20278
20279[[package]]
20280name = "which_key"
20281version = "0.1.0"
20282dependencies = [
20283 "command_palette",
20284 "gpui",
20285 "serde",
20286 "settings",
20287 "theme",
20288 "ui",
20289 "util",
20290 "workspace",
20291]
20292
20293[[package]]
20294name = "whoami"
20295version = "1.6.1"
20296source = "registry+https://github.com/rust-lang/crates.io-index"
20297checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20298dependencies = [
20299 "libredox",
20300 "wasite",
20301]
20302
20303[[package]]
20304name = "wiggle"
20305version = "33.0.2"
20306source = "registry+https://github.com/rust-lang/crates.io-index"
20307checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20308dependencies = [
20309 "anyhow",
20310 "async-trait",
20311 "bitflags 2.10.0",
20312 "thiserror 2.0.17",
20313 "tracing",
20314 "wasmtime",
20315 "wiggle-macro",
20316]
20317
20318[[package]]
20319name = "wiggle-generate"
20320version = "33.0.2"
20321source = "registry+https://github.com/rust-lang/crates.io-index"
20322checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20323dependencies = [
20324 "anyhow",
20325 "heck 0.5.0",
20326 "proc-macro2",
20327 "quote",
20328 "syn 2.0.117",
20329 "witx",
20330]
20331
20332[[package]]
20333name = "wiggle-macro"
20334version = "33.0.2"
20335source = "registry+https://github.com/rust-lang/crates.io-index"
20336checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20337dependencies = [
20338 "proc-macro2",
20339 "quote",
20340 "syn 2.0.117",
20341 "wiggle-generate",
20342]
20343
20344[[package]]
20345name = "winapi"
20346version = "0.3.9"
20347source = "registry+https://github.com/rust-lang/crates.io-index"
20348checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20349dependencies = [
20350 "winapi-i686-pc-windows-gnu",
20351 "winapi-x86_64-pc-windows-gnu",
20352]
20353
20354[[package]]
20355name = "winapi-i686-pc-windows-gnu"
20356version = "0.4.0"
20357source = "registry+https://github.com/rust-lang/crates.io-index"
20358checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20359
20360[[package]]
20361name = "winapi-util"
20362version = "0.1.11"
20363source = "registry+https://github.com/rust-lang/crates.io-index"
20364checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20365dependencies = [
20366 "windows-sys 0.61.2",
20367]
20368
20369[[package]]
20370name = "winapi-x86_64-pc-windows-gnu"
20371version = "0.4.0"
20372source = "registry+https://github.com/rust-lang/crates.io-index"
20373checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20374
20375[[package]]
20376name = "winch-codegen"
20377version = "33.0.2"
20378source = "registry+https://github.com/rust-lang/crates.io-index"
20379checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20380dependencies = [
20381 "anyhow",
20382 "cranelift-assembler-x64",
20383 "cranelift-codegen",
20384 "gimli 0.31.1",
20385 "regalloc2",
20386 "smallvec",
20387 "target-lexicon 0.13.3",
20388 "thiserror 2.0.17",
20389 "wasmparser 0.229.0",
20390 "wasmtime-cranelift",
20391 "wasmtime-environ",
20392]
20393
20394[[package]]
20395name = "windows"
20396version = "0.57.0"
20397source = "registry+https://github.com/rust-lang/crates.io-index"
20398checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20399dependencies = [
20400 "windows-core 0.57.0",
20401 "windows-targets 0.52.6",
20402]
20403
20404[[package]]
20405name = "windows"
20406version = "0.58.0"
20407source = "registry+https://github.com/rust-lang/crates.io-index"
20408checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20409dependencies = [
20410 "windows-core 0.58.0",
20411 "windows-targets 0.52.6",
20412]
20413
20414[[package]]
20415name = "windows"
20416version = "0.61.3"
20417source = "registry+https://github.com/rust-lang/crates.io-index"
20418checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20419dependencies = [
20420 "windows-collections 0.2.0",
20421 "windows-core 0.61.2",
20422 "windows-future 0.2.1",
20423 "windows-link 0.1.3",
20424 "windows-numerics 0.2.0",
20425]
20426
20427[[package]]
20428name = "windows"
20429version = "0.62.2"
20430source = "registry+https://github.com/rust-lang/crates.io-index"
20431checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20432dependencies = [
20433 "windows-collections 0.3.2",
20434 "windows-core 0.62.2",
20435 "windows-future 0.3.2",
20436 "windows-numerics 0.3.1",
20437]
20438
20439[[package]]
20440name = "windows-bindgen"
20441version = "0.61.1"
20442source = "registry+https://github.com/rust-lang/crates.io-index"
20443checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20444dependencies = [
20445 "serde",
20446 "serde_json",
20447 "windows-threading 0.1.0",
20448]
20449
20450[[package]]
20451name = "windows-capture"
20452version = "1.4.3"
20453source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20454dependencies = [
20455 "clap",
20456 "ctrlc",
20457 "parking_lot",
20458 "rayon",
20459 "thiserror 2.0.17",
20460 "windows 0.61.3",
20461 "windows-future 0.2.1",
20462]
20463
20464[[package]]
20465name = "windows-collections"
20466version = "0.2.0"
20467source = "registry+https://github.com/rust-lang/crates.io-index"
20468checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20469dependencies = [
20470 "windows-core 0.61.2",
20471]
20472
20473[[package]]
20474name = "windows-collections"
20475version = "0.3.2"
20476source = "registry+https://github.com/rust-lang/crates.io-index"
20477checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20478dependencies = [
20479 "windows-core 0.62.2",
20480]
20481
20482[[package]]
20483name = "windows-core"
20484version = "0.57.0"
20485source = "registry+https://github.com/rust-lang/crates.io-index"
20486checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20487dependencies = [
20488 "windows-implement 0.57.0",
20489 "windows-interface 0.57.0",
20490 "windows-result 0.1.2",
20491 "windows-targets 0.52.6",
20492]
20493
20494[[package]]
20495name = "windows-core"
20496version = "0.58.0"
20497source = "registry+https://github.com/rust-lang/crates.io-index"
20498checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20499dependencies = [
20500 "windows-implement 0.58.0",
20501 "windows-interface 0.58.0",
20502 "windows-result 0.2.0",
20503 "windows-strings 0.1.0",
20504 "windows-targets 0.52.6",
20505]
20506
20507[[package]]
20508name = "windows-core"
20509version = "0.61.2"
20510source = "registry+https://github.com/rust-lang/crates.io-index"
20511checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20512dependencies = [
20513 "windows-implement 0.60.2",
20514 "windows-interface 0.59.3",
20515 "windows-link 0.1.3",
20516 "windows-result 0.3.4",
20517 "windows-strings 0.4.2",
20518]
20519
20520[[package]]
20521name = "windows-core"
20522version = "0.62.2"
20523source = "registry+https://github.com/rust-lang/crates.io-index"
20524checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20525dependencies = [
20526 "windows-implement 0.60.2",
20527 "windows-interface 0.59.3",
20528 "windows-link 0.2.1",
20529 "windows-result 0.4.1",
20530 "windows-strings 0.5.1",
20531]
20532
20533[[package]]
20534name = "windows-future"
20535version = "0.2.1"
20536source = "registry+https://github.com/rust-lang/crates.io-index"
20537checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20538dependencies = [
20539 "windows-core 0.61.2",
20540 "windows-link 0.1.3",
20541 "windows-threading 0.1.0",
20542]
20543
20544[[package]]
20545name = "windows-future"
20546version = "0.3.2"
20547source = "registry+https://github.com/rust-lang/crates.io-index"
20548checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20549dependencies = [
20550 "windows-core 0.62.2",
20551 "windows-link 0.2.1",
20552 "windows-threading 0.2.1",
20553]
20554
20555[[package]]
20556name = "windows-implement"
20557version = "0.57.0"
20558source = "registry+https://github.com/rust-lang/crates.io-index"
20559checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20560dependencies = [
20561 "proc-macro2",
20562 "quote",
20563 "syn 2.0.117",
20564]
20565
20566[[package]]
20567name = "windows-implement"
20568version = "0.58.0"
20569source = "registry+https://github.com/rust-lang/crates.io-index"
20570checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20571dependencies = [
20572 "proc-macro2",
20573 "quote",
20574 "syn 2.0.117",
20575]
20576
20577[[package]]
20578name = "windows-implement"
20579version = "0.60.2"
20580source = "registry+https://github.com/rust-lang/crates.io-index"
20581checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20582dependencies = [
20583 "proc-macro2",
20584 "quote",
20585 "syn 2.0.117",
20586]
20587
20588[[package]]
20589name = "windows-interface"
20590version = "0.57.0"
20591source = "registry+https://github.com/rust-lang/crates.io-index"
20592checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20593dependencies = [
20594 "proc-macro2",
20595 "quote",
20596 "syn 2.0.117",
20597]
20598
20599[[package]]
20600name = "windows-interface"
20601version = "0.58.0"
20602source = "registry+https://github.com/rust-lang/crates.io-index"
20603checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20604dependencies = [
20605 "proc-macro2",
20606 "quote",
20607 "syn 2.0.117",
20608]
20609
20610[[package]]
20611name = "windows-interface"
20612version = "0.59.3"
20613source = "registry+https://github.com/rust-lang/crates.io-index"
20614checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20615dependencies = [
20616 "proc-macro2",
20617 "quote",
20618 "syn 2.0.117",
20619]
20620
20621[[package]]
20622name = "windows-link"
20623version = "0.1.3"
20624source = "registry+https://github.com/rust-lang/crates.io-index"
20625checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20626
20627[[package]]
20628name = "windows-link"
20629version = "0.2.1"
20630source = "registry+https://github.com/rust-lang/crates.io-index"
20631checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20632
20633[[package]]
20634name = "windows-numerics"
20635version = "0.2.0"
20636source = "registry+https://github.com/rust-lang/crates.io-index"
20637checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20638dependencies = [
20639 "windows-core 0.61.2",
20640 "windows-link 0.1.3",
20641]
20642
20643[[package]]
20644name = "windows-numerics"
20645version = "0.3.1"
20646source = "registry+https://github.com/rust-lang/crates.io-index"
20647checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20648dependencies = [
20649 "windows-core 0.62.2",
20650 "windows-link 0.2.1",
20651]
20652
20653[[package]]
20654name = "windows-registry"
20655version = "0.4.0"
20656source = "registry+https://github.com/rust-lang/crates.io-index"
20657checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20658dependencies = [
20659 "windows-result 0.3.4",
20660 "windows-strings 0.3.1",
20661 "windows-targets 0.53.5",
20662]
20663
20664[[package]]
20665name = "windows-registry"
20666version = "0.5.3"
20667source = "registry+https://github.com/rust-lang/crates.io-index"
20668checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20669dependencies = [
20670 "windows-link 0.1.3",
20671 "windows-result 0.3.4",
20672 "windows-strings 0.4.2",
20673]
20674
20675[[package]]
20676name = "windows-registry"
20677version = "0.6.1"
20678source = "registry+https://github.com/rust-lang/crates.io-index"
20679checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20680dependencies = [
20681 "windows-link 0.2.1",
20682 "windows-result 0.4.1",
20683 "windows-strings 0.5.1",
20684]
20685
20686[[package]]
20687name = "windows-result"
20688version = "0.1.2"
20689source = "registry+https://github.com/rust-lang/crates.io-index"
20690checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20691dependencies = [
20692 "windows-targets 0.52.6",
20693]
20694
20695[[package]]
20696name = "windows-result"
20697version = "0.2.0"
20698source = "registry+https://github.com/rust-lang/crates.io-index"
20699checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20700dependencies = [
20701 "windows-targets 0.52.6",
20702]
20703
20704[[package]]
20705name = "windows-result"
20706version = "0.3.4"
20707source = "registry+https://github.com/rust-lang/crates.io-index"
20708checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20709dependencies = [
20710 "windows-link 0.1.3",
20711]
20712
20713[[package]]
20714name = "windows-result"
20715version = "0.4.1"
20716source = "registry+https://github.com/rust-lang/crates.io-index"
20717checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20718dependencies = [
20719 "windows-link 0.2.1",
20720]
20721
20722[[package]]
20723name = "windows-strings"
20724version = "0.1.0"
20725source = "registry+https://github.com/rust-lang/crates.io-index"
20726checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20727dependencies = [
20728 "windows-result 0.2.0",
20729 "windows-targets 0.52.6",
20730]
20731
20732[[package]]
20733name = "windows-strings"
20734version = "0.3.1"
20735source = "registry+https://github.com/rust-lang/crates.io-index"
20736checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20737dependencies = [
20738 "windows-link 0.1.3",
20739]
20740
20741[[package]]
20742name = "windows-strings"
20743version = "0.4.2"
20744source = "registry+https://github.com/rust-lang/crates.io-index"
20745checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20746dependencies = [
20747 "windows-link 0.1.3",
20748]
20749
20750[[package]]
20751name = "windows-strings"
20752version = "0.5.1"
20753source = "registry+https://github.com/rust-lang/crates.io-index"
20754checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20755dependencies = [
20756 "windows-link 0.2.1",
20757]
20758
20759[[package]]
20760name = "windows-sys"
20761version = "0.45.0"
20762source = "registry+https://github.com/rust-lang/crates.io-index"
20763checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20764dependencies = [
20765 "windows-targets 0.42.2",
20766]
20767
20768[[package]]
20769name = "windows-sys"
20770version = "0.48.0"
20771source = "registry+https://github.com/rust-lang/crates.io-index"
20772checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20773dependencies = [
20774 "windows-targets 0.48.5",
20775]
20776
20777[[package]]
20778name = "windows-sys"
20779version = "0.52.0"
20780source = "registry+https://github.com/rust-lang/crates.io-index"
20781checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20782dependencies = [
20783 "windows-targets 0.52.6",
20784]
20785
20786[[package]]
20787name = "windows-sys"
20788version = "0.59.0"
20789source = "registry+https://github.com/rust-lang/crates.io-index"
20790checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20791dependencies = [
20792 "windows-targets 0.52.6",
20793]
20794
20795[[package]]
20796name = "windows-sys"
20797version = "0.60.2"
20798source = "registry+https://github.com/rust-lang/crates.io-index"
20799checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20800dependencies = [
20801 "windows-targets 0.53.5",
20802]
20803
20804[[package]]
20805name = "windows-sys"
20806version = "0.61.2"
20807source = "registry+https://github.com/rust-lang/crates.io-index"
20808checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20809dependencies = [
20810 "windows-link 0.2.1",
20811]
20812
20813[[package]]
20814name = "windows-targets"
20815version = "0.42.2"
20816source = "registry+https://github.com/rust-lang/crates.io-index"
20817checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20818dependencies = [
20819 "windows_aarch64_gnullvm 0.42.2",
20820 "windows_aarch64_msvc 0.42.2",
20821 "windows_i686_gnu 0.42.2",
20822 "windows_i686_msvc 0.42.2",
20823 "windows_x86_64_gnu 0.42.2",
20824 "windows_x86_64_gnullvm 0.42.2",
20825 "windows_x86_64_msvc 0.42.2",
20826]
20827
20828[[package]]
20829name = "windows-targets"
20830version = "0.48.5"
20831source = "registry+https://github.com/rust-lang/crates.io-index"
20832checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20833dependencies = [
20834 "windows_aarch64_gnullvm 0.48.5",
20835 "windows_aarch64_msvc 0.48.5",
20836 "windows_i686_gnu 0.48.5",
20837 "windows_i686_msvc 0.48.5",
20838 "windows_x86_64_gnu 0.48.5",
20839 "windows_x86_64_gnullvm 0.48.5",
20840 "windows_x86_64_msvc 0.48.5",
20841]
20842
20843[[package]]
20844name = "windows-targets"
20845version = "0.52.6"
20846source = "registry+https://github.com/rust-lang/crates.io-index"
20847checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20848dependencies = [
20849 "windows_aarch64_gnullvm 0.52.6",
20850 "windows_aarch64_msvc 0.52.6",
20851 "windows_i686_gnu 0.52.6",
20852 "windows_i686_gnullvm 0.52.6",
20853 "windows_i686_msvc 0.52.6",
20854 "windows_x86_64_gnu 0.52.6",
20855 "windows_x86_64_gnullvm 0.52.6",
20856 "windows_x86_64_msvc 0.52.6",
20857]
20858
20859[[package]]
20860name = "windows-targets"
20861version = "0.53.5"
20862source = "registry+https://github.com/rust-lang/crates.io-index"
20863checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20864dependencies = [
20865 "windows-link 0.2.1",
20866 "windows_aarch64_gnullvm 0.53.1",
20867 "windows_aarch64_msvc 0.53.1",
20868 "windows_i686_gnu 0.53.1",
20869 "windows_i686_gnullvm 0.53.1",
20870 "windows_i686_msvc 0.53.1",
20871 "windows_x86_64_gnu 0.53.1",
20872 "windows_x86_64_gnullvm 0.53.1",
20873 "windows_x86_64_msvc 0.53.1",
20874]
20875
20876[[package]]
20877name = "windows-threading"
20878version = "0.1.0"
20879source = "registry+https://github.com/rust-lang/crates.io-index"
20880checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20881dependencies = [
20882 "windows-link 0.1.3",
20883]
20884
20885[[package]]
20886name = "windows-threading"
20887version = "0.2.1"
20888source = "registry+https://github.com/rust-lang/crates.io-index"
20889checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20890dependencies = [
20891 "windows-link 0.2.1",
20892]
20893
20894[[package]]
20895name = "windows_aarch64_gnullvm"
20896version = "0.42.2"
20897source = "registry+https://github.com/rust-lang/crates.io-index"
20898checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20899
20900[[package]]
20901name = "windows_aarch64_gnullvm"
20902version = "0.48.5"
20903source = "registry+https://github.com/rust-lang/crates.io-index"
20904checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20905
20906[[package]]
20907name = "windows_aarch64_gnullvm"
20908version = "0.52.6"
20909source = "registry+https://github.com/rust-lang/crates.io-index"
20910checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20911
20912[[package]]
20913name = "windows_aarch64_gnullvm"
20914version = "0.53.1"
20915source = "registry+https://github.com/rust-lang/crates.io-index"
20916checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20917
20918[[package]]
20919name = "windows_aarch64_msvc"
20920version = "0.42.2"
20921source = "registry+https://github.com/rust-lang/crates.io-index"
20922checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20923
20924[[package]]
20925name = "windows_aarch64_msvc"
20926version = "0.48.5"
20927source = "registry+https://github.com/rust-lang/crates.io-index"
20928checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20929
20930[[package]]
20931name = "windows_aarch64_msvc"
20932version = "0.52.6"
20933source = "registry+https://github.com/rust-lang/crates.io-index"
20934checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20935
20936[[package]]
20937name = "windows_aarch64_msvc"
20938version = "0.53.1"
20939source = "registry+https://github.com/rust-lang/crates.io-index"
20940checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20941
20942[[package]]
20943name = "windows_i686_gnu"
20944version = "0.42.2"
20945source = "registry+https://github.com/rust-lang/crates.io-index"
20946checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20947
20948[[package]]
20949name = "windows_i686_gnu"
20950version = "0.48.5"
20951source = "registry+https://github.com/rust-lang/crates.io-index"
20952checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20953
20954[[package]]
20955name = "windows_i686_gnu"
20956version = "0.52.6"
20957source = "registry+https://github.com/rust-lang/crates.io-index"
20958checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20959
20960[[package]]
20961name = "windows_i686_gnu"
20962version = "0.53.1"
20963source = "registry+https://github.com/rust-lang/crates.io-index"
20964checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20965
20966[[package]]
20967name = "windows_i686_gnullvm"
20968version = "0.52.6"
20969source = "registry+https://github.com/rust-lang/crates.io-index"
20970checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20971
20972[[package]]
20973name = "windows_i686_gnullvm"
20974version = "0.53.1"
20975source = "registry+https://github.com/rust-lang/crates.io-index"
20976checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20977
20978[[package]]
20979name = "windows_i686_msvc"
20980version = "0.42.2"
20981source = "registry+https://github.com/rust-lang/crates.io-index"
20982checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20983
20984[[package]]
20985name = "windows_i686_msvc"
20986version = "0.48.5"
20987source = "registry+https://github.com/rust-lang/crates.io-index"
20988checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20989
20990[[package]]
20991name = "windows_i686_msvc"
20992version = "0.52.6"
20993source = "registry+https://github.com/rust-lang/crates.io-index"
20994checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20995
20996[[package]]
20997name = "windows_i686_msvc"
20998version = "0.53.1"
20999source = "registry+https://github.com/rust-lang/crates.io-index"
21000checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21001
21002[[package]]
21003name = "windows_x86_64_gnu"
21004version = "0.42.2"
21005source = "registry+https://github.com/rust-lang/crates.io-index"
21006checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21007
21008[[package]]
21009name = "windows_x86_64_gnu"
21010version = "0.48.5"
21011source = "registry+https://github.com/rust-lang/crates.io-index"
21012checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21013
21014[[package]]
21015name = "windows_x86_64_gnu"
21016version = "0.52.6"
21017source = "registry+https://github.com/rust-lang/crates.io-index"
21018checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21019
21020[[package]]
21021name = "windows_x86_64_gnu"
21022version = "0.53.1"
21023source = "registry+https://github.com/rust-lang/crates.io-index"
21024checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21025
21026[[package]]
21027name = "windows_x86_64_gnullvm"
21028version = "0.42.2"
21029source = "registry+https://github.com/rust-lang/crates.io-index"
21030checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21031
21032[[package]]
21033name = "windows_x86_64_gnullvm"
21034version = "0.48.5"
21035source = "registry+https://github.com/rust-lang/crates.io-index"
21036checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21037
21038[[package]]
21039name = "windows_x86_64_gnullvm"
21040version = "0.52.6"
21041source = "registry+https://github.com/rust-lang/crates.io-index"
21042checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21043
21044[[package]]
21045name = "windows_x86_64_gnullvm"
21046version = "0.53.1"
21047source = "registry+https://github.com/rust-lang/crates.io-index"
21048checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21049
21050[[package]]
21051name = "windows_x86_64_msvc"
21052version = "0.42.2"
21053source = "registry+https://github.com/rust-lang/crates.io-index"
21054checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21055
21056[[package]]
21057name = "windows_x86_64_msvc"
21058version = "0.48.5"
21059source = "registry+https://github.com/rust-lang/crates.io-index"
21060checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21061
21062[[package]]
21063name = "windows_x86_64_msvc"
21064version = "0.52.6"
21065source = "registry+https://github.com/rust-lang/crates.io-index"
21066checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21067
21068[[package]]
21069name = "windows_x86_64_msvc"
21070version = "0.53.1"
21071source = "registry+https://github.com/rust-lang/crates.io-index"
21072checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21073
21074[[package]]
21075name = "winnow"
21076version = "0.7.13"
21077source = "registry+https://github.com/rust-lang/crates.io-index"
21078checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21079dependencies = [
21080 "memchr",
21081]
21082
21083[[package]]
21084name = "winreg"
21085version = "0.10.1"
21086source = "registry+https://github.com/rust-lang/crates.io-index"
21087checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21088dependencies = [
21089 "winapi",
21090]
21091
21092[[package]]
21093name = "winreg"
21094version = "0.50.0"
21095source = "registry+https://github.com/rust-lang/crates.io-index"
21096checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21097dependencies = [
21098 "cfg-if",
21099 "windows-sys 0.48.0",
21100]
21101
21102[[package]]
21103name = "winreg"
21104version = "0.55.0"
21105source = "registry+https://github.com/rust-lang/crates.io-index"
21106checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21107dependencies = [
21108 "cfg-if",
21109 "windows-sys 0.59.0",
21110]
21111
21112[[package]]
21113name = "winresource"
21114version = "0.1.23"
21115source = "registry+https://github.com/rust-lang/crates.io-index"
21116checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21117dependencies = [
21118 "toml 0.8.23",
21119 "version_check",
21120]
21121
21122[[package]]
21123name = "winsafe"
21124version = "0.0.19"
21125source = "registry+https://github.com/rust-lang/crates.io-index"
21126checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21127
21128[[package]]
21129name = "winx"
21130version = "0.36.4"
21131source = "registry+https://github.com/rust-lang/crates.io-index"
21132checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21133dependencies = [
21134 "bitflags 2.10.0",
21135 "windows-sys 0.59.0",
21136]
21137
21138[[package]]
21139name = "wio"
21140version = "0.2.2"
21141source = "registry+https://github.com/rust-lang/crates.io-index"
21142checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21143dependencies = [
21144 "winapi",
21145]
21146
21147[[package]]
21148name = "wit-bindgen"
21149version = "0.22.0"
21150source = "registry+https://github.com/rust-lang/crates.io-index"
21151checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21152dependencies = [
21153 "bitflags 2.10.0",
21154 "wit-bindgen-rt 0.22.0",
21155 "wit-bindgen-rust-macro 0.22.0",
21156]
21157
21158[[package]]
21159name = "wit-bindgen"
21160version = "0.41.0"
21161source = "registry+https://github.com/rust-lang/crates.io-index"
21162checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21163dependencies = [
21164 "wit-bindgen-rt 0.41.0",
21165 "wit-bindgen-rust-macro 0.41.0",
21166]
21167
21168[[package]]
21169name = "wit-bindgen"
21170version = "0.46.0"
21171source = "registry+https://github.com/rust-lang/crates.io-index"
21172checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21173
21174[[package]]
21175name = "wit-bindgen"
21176version = "0.51.0"
21177source = "registry+https://github.com/rust-lang/crates.io-index"
21178checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21179dependencies = [
21180 "wit-bindgen-rust-macro 0.51.0",
21181]
21182
21183[[package]]
21184name = "wit-bindgen-core"
21185version = "0.22.0"
21186source = "registry+https://github.com/rust-lang/crates.io-index"
21187checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21188dependencies = [
21189 "anyhow",
21190 "wit-parser 0.201.0",
21191]
21192
21193[[package]]
21194name = "wit-bindgen-core"
21195version = "0.41.0"
21196source = "registry+https://github.com/rust-lang/crates.io-index"
21197checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21198dependencies = [
21199 "anyhow",
21200 "heck 0.5.0",
21201 "wit-parser 0.227.1",
21202]
21203
21204[[package]]
21205name = "wit-bindgen-core"
21206version = "0.51.0"
21207source = "registry+https://github.com/rust-lang/crates.io-index"
21208checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21209dependencies = [
21210 "anyhow",
21211 "heck 0.5.0",
21212 "wit-parser 0.244.0",
21213]
21214
21215[[package]]
21216name = "wit-bindgen-rt"
21217version = "0.22.0"
21218source = "registry+https://github.com/rust-lang/crates.io-index"
21219checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21220
21221[[package]]
21222name = "wit-bindgen-rt"
21223version = "0.41.0"
21224source = "registry+https://github.com/rust-lang/crates.io-index"
21225checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21226dependencies = [
21227 "bitflags 2.10.0",
21228 "futures 0.3.31",
21229 "once_cell",
21230]
21231
21232[[package]]
21233name = "wit-bindgen-rust"
21234version = "0.22.0"
21235source = "registry+https://github.com/rust-lang/crates.io-index"
21236checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21237dependencies = [
21238 "anyhow",
21239 "heck 0.4.1",
21240 "indexmap",
21241 "wasm-metadata 0.201.0",
21242 "wit-bindgen-core 0.22.0",
21243 "wit-component 0.201.0",
21244]
21245
21246[[package]]
21247name = "wit-bindgen-rust"
21248version = "0.41.0"
21249source = "registry+https://github.com/rust-lang/crates.io-index"
21250checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21251dependencies = [
21252 "anyhow",
21253 "heck 0.5.0",
21254 "indexmap",
21255 "prettyplease",
21256 "syn 2.0.117",
21257 "wasm-metadata 0.227.1",
21258 "wit-bindgen-core 0.41.0",
21259 "wit-component 0.227.1",
21260]
21261
21262[[package]]
21263name = "wit-bindgen-rust"
21264version = "0.51.0"
21265source = "registry+https://github.com/rust-lang/crates.io-index"
21266checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21267dependencies = [
21268 "anyhow",
21269 "heck 0.5.0",
21270 "indexmap",
21271 "prettyplease",
21272 "syn 2.0.117",
21273 "wasm-metadata 0.244.0",
21274 "wit-bindgen-core 0.51.0",
21275 "wit-component 0.244.0",
21276]
21277
21278[[package]]
21279name = "wit-bindgen-rust-macro"
21280version = "0.22.0"
21281source = "registry+https://github.com/rust-lang/crates.io-index"
21282checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21283dependencies = [
21284 "anyhow",
21285 "proc-macro2",
21286 "quote",
21287 "syn 2.0.117",
21288 "wit-bindgen-core 0.22.0",
21289 "wit-bindgen-rust 0.22.0",
21290]
21291
21292[[package]]
21293name = "wit-bindgen-rust-macro"
21294version = "0.41.0"
21295source = "registry+https://github.com/rust-lang/crates.io-index"
21296checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21297dependencies = [
21298 "anyhow",
21299 "prettyplease",
21300 "proc-macro2",
21301 "quote",
21302 "syn 2.0.117",
21303 "wit-bindgen-core 0.41.0",
21304 "wit-bindgen-rust 0.41.0",
21305]
21306
21307[[package]]
21308name = "wit-bindgen-rust-macro"
21309version = "0.51.0"
21310source = "registry+https://github.com/rust-lang/crates.io-index"
21311checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21312dependencies = [
21313 "anyhow",
21314 "prettyplease",
21315 "proc-macro2",
21316 "quote",
21317 "syn 2.0.117",
21318 "wit-bindgen-core 0.51.0",
21319 "wit-bindgen-rust 0.51.0",
21320]
21321
21322[[package]]
21323name = "wit-component"
21324version = "0.201.0"
21325source = "registry+https://github.com/rust-lang/crates.io-index"
21326checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21327dependencies = [
21328 "anyhow",
21329 "bitflags 2.10.0",
21330 "indexmap",
21331 "log",
21332 "serde",
21333 "serde_derive",
21334 "serde_json",
21335 "wasm-encoder 0.201.0",
21336 "wasm-metadata 0.201.0",
21337 "wasmparser 0.201.0",
21338 "wit-parser 0.201.0",
21339]
21340
21341[[package]]
21342name = "wit-component"
21343version = "0.227.1"
21344source = "registry+https://github.com/rust-lang/crates.io-index"
21345checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21346dependencies = [
21347 "anyhow",
21348 "bitflags 2.10.0",
21349 "indexmap",
21350 "log",
21351 "serde",
21352 "serde_derive",
21353 "serde_json",
21354 "wasm-encoder 0.227.1",
21355 "wasm-metadata 0.227.1",
21356 "wasmparser 0.227.1",
21357 "wit-parser 0.227.1",
21358]
21359
21360[[package]]
21361name = "wit-component"
21362version = "0.244.0"
21363source = "registry+https://github.com/rust-lang/crates.io-index"
21364checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21365dependencies = [
21366 "anyhow",
21367 "bitflags 2.10.0",
21368 "indexmap",
21369 "log",
21370 "serde",
21371 "serde_derive",
21372 "serde_json",
21373 "wasm-encoder 0.244.0",
21374 "wasm-metadata 0.244.0",
21375 "wasmparser 0.244.0",
21376 "wit-parser 0.244.0",
21377]
21378
21379[[package]]
21380name = "wit-parser"
21381version = "0.201.0"
21382source = "registry+https://github.com/rust-lang/crates.io-index"
21383checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21384dependencies = [
21385 "anyhow",
21386 "id-arena",
21387 "indexmap",
21388 "log",
21389 "semver",
21390 "serde",
21391 "serde_derive",
21392 "serde_json",
21393 "unicode-xid",
21394 "wasmparser 0.201.0",
21395]
21396
21397[[package]]
21398name = "wit-parser"
21399version = "0.227.1"
21400source = "registry+https://github.com/rust-lang/crates.io-index"
21401checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21402dependencies = [
21403 "anyhow",
21404 "id-arena",
21405 "indexmap",
21406 "log",
21407 "semver",
21408 "serde",
21409 "serde_derive",
21410 "serde_json",
21411 "unicode-xid",
21412 "wasmparser 0.227.1",
21413]
21414
21415[[package]]
21416name = "wit-parser"
21417version = "0.229.0"
21418source = "registry+https://github.com/rust-lang/crates.io-index"
21419checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21420dependencies = [
21421 "anyhow",
21422 "id-arena",
21423 "indexmap",
21424 "log",
21425 "semver",
21426 "serde",
21427 "serde_derive",
21428 "serde_json",
21429 "unicode-xid",
21430 "wasmparser 0.229.0",
21431]
21432
21433[[package]]
21434name = "wit-parser"
21435version = "0.244.0"
21436source = "registry+https://github.com/rust-lang/crates.io-index"
21437checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21438dependencies = [
21439 "anyhow",
21440 "id-arena",
21441 "indexmap",
21442 "log",
21443 "semver",
21444 "serde",
21445 "serde_derive",
21446 "serde_json",
21447 "unicode-xid",
21448 "wasmparser 0.244.0",
21449]
21450
21451[[package]]
21452name = "witx"
21453version = "0.9.1"
21454source = "registry+https://github.com/rust-lang/crates.io-index"
21455checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21456dependencies = [
21457 "anyhow",
21458 "log",
21459 "thiserror 1.0.69",
21460 "wast",
21461]
21462
21463[[package]]
21464name = "workspace"
21465version = "0.1.0"
21466dependencies = [
21467 "any_vec",
21468 "anyhow",
21469 "async-recursion",
21470 "chrono",
21471 "client",
21472 "clock",
21473 "collections",
21474 "component",
21475 "db",
21476 "feature_flags",
21477 "fs",
21478 "futures 0.3.31",
21479 "git",
21480 "gpui",
21481 "http_client",
21482 "itertools 0.14.0",
21483 "language",
21484 "log",
21485 "markdown",
21486 "menu",
21487 "node_runtime",
21488 "parking_lot",
21489 "postage",
21490 "pretty_assertions",
21491 "project",
21492 "remote",
21493 "schemars",
21494 "serde",
21495 "serde_json",
21496 "session",
21497 "settings",
21498 "smallvec",
21499 "sqlez",
21500 "strum 0.27.2",
21501 "task",
21502 "telemetry",
21503 "tempfile",
21504 "theme",
21505 "ui",
21506 "util",
21507 "uuid",
21508 "vim_mode_setting",
21509 "windows 0.61.3",
21510 "zed_actions",
21511 "zlog",
21512]
21513
21514[[package]]
21515name = "worktree"
21516version = "0.1.0"
21517dependencies = [
21518 "anyhow",
21519 "async-lock 2.8.0",
21520 "chardetng",
21521 "clock",
21522 "collections",
21523 "encoding_rs",
21524 "fs",
21525 "futures 0.3.31",
21526 "fuzzy",
21527 "git",
21528 "gpui",
21529 "ignore",
21530 "language",
21531 "log",
21532 "parking_lot",
21533 "paths",
21534 "postage",
21535 "pretty_assertions",
21536 "rand 0.9.2",
21537 "rpc",
21538 "serde",
21539 "serde_json",
21540 "settings",
21541 "smallvec",
21542 "smol",
21543 "sum_tree",
21544 "text",
21545 "tracing",
21546 "util",
21547 "worktree",
21548 "zlog",
21549 "ztracing",
21550]
21551
21552[[package]]
21553name = "worktree_benchmarks"
21554version = "0.1.0"
21555dependencies = [
21556 "fs",
21557 "gpui_platform",
21558 "settings",
21559 "worktree",
21560]
21561
21562[[package]]
21563name = "wprcontrol"
21564version = "0.1.0"
21565source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21566dependencies = [
21567 "windows 0.61.3",
21568 "windows-bindgen",
21569 "windows-core 0.61.2",
21570 "windows-link 0.2.1",
21571]
21572
21573[[package]]
21574name = "writeable"
21575version = "0.6.1"
21576source = "registry+https://github.com/rust-lang/crates.io-index"
21577checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21578
21579[[package]]
21580name = "wyz"
21581version = "0.5.1"
21582source = "registry+https://github.com/rust-lang/crates.io-index"
21583checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21584dependencies = [
21585 "tap",
21586]
21587
21588[[package]]
21589name = "x11"
21590version = "2.21.0"
21591source = "registry+https://github.com/rust-lang/crates.io-index"
21592checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21593dependencies = [
21594 "libc",
21595 "pkg-config",
21596]
21597
21598[[package]]
21599name = "x11-clipboard"
21600version = "0.9.3"
21601source = "registry+https://github.com/rust-lang/crates.io-index"
21602checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21603dependencies = [
21604 "libc",
21605 "x11rb",
21606]
21607
21608[[package]]
21609name = "x11rb"
21610version = "0.13.2"
21611source = "registry+https://github.com/rust-lang/crates.io-index"
21612checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21613dependencies = [
21614 "as-raw-xcb-connection",
21615 "gethostname",
21616 "libc",
21617 "rustix 1.1.2",
21618 "x11rb-protocol",
21619 "xcursor",
21620]
21621
21622[[package]]
21623name = "x11rb-protocol"
21624version = "0.13.2"
21625source = "registry+https://github.com/rust-lang/crates.io-index"
21626checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21627
21628[[package]]
21629name = "x_ai"
21630version = "0.1.0"
21631dependencies = [
21632 "anyhow",
21633 "schemars",
21634 "serde",
21635 "strum 0.27.2",
21636]
21637
21638[[package]]
21639name = "xattr"
21640version = "0.2.3"
21641source = "registry+https://github.com/rust-lang/crates.io-index"
21642checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21643dependencies = [
21644 "libc",
21645]
21646
21647[[package]]
21648name = "xcb"
21649version = "1.6.0"
21650source = "registry+https://github.com/rust-lang/crates.io-index"
21651checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21652dependencies = [
21653 "bitflags 1.3.2",
21654 "libc",
21655 "quick-xml 0.30.0",
21656 "x11",
21657]
21658
21659[[package]]
21660name = "xcursor"
21661version = "0.3.10"
21662source = "registry+https://github.com/rust-lang/crates.io-index"
21663checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21664
21665[[package]]
21666name = "xim-ctext"
21667version = "0.3.0"
21668source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21669dependencies = [
21670 "encoding_rs",
21671]
21672
21673[[package]]
21674name = "xim-parser"
21675version = "0.2.1"
21676source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21677dependencies = [
21678 "bitflags 2.10.0",
21679]
21680
21681[[package]]
21682name = "xkbcommon"
21683version = "0.8.0"
21684source = "registry+https://github.com/rust-lang/crates.io-index"
21685checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21686dependencies = [
21687 "as-raw-xcb-connection",
21688 "libc",
21689 "memmap2",
21690 "xkeysym",
21691]
21692
21693[[package]]
21694name = "xkeysym"
21695version = "0.2.1"
21696source = "registry+https://github.com/rust-lang/crates.io-index"
21697checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21698
21699[[package]]
21700name = "xml-rs"
21701version = "0.8.28"
21702source = "registry+https://github.com/rust-lang/crates.io-index"
21703checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21704
21705[[package]]
21706name = "xml5ever"
21707version = "0.18.1"
21708source = "registry+https://github.com/rust-lang/crates.io-index"
21709checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21710dependencies = [
21711 "log",
21712 "mac",
21713 "markup5ever 0.12.1",
21714]
21715
21716[[package]]
21717name = "xmlparser"
21718version = "0.13.6"
21719source = "registry+https://github.com/rust-lang/crates.io-index"
21720checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21721
21722[[package]]
21723name = "xmlwriter"
21724version = "0.1.0"
21725source = "registry+https://github.com/rust-lang/crates.io-index"
21726checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21727
21728[[package]]
21729name = "xtask"
21730version = "0.1.0"
21731dependencies = [
21732 "annotate-snippets",
21733 "anyhow",
21734 "backtrace",
21735 "cargo_metadata",
21736 "cargo_toml",
21737 "clap",
21738 "gh-workflow",
21739 "indexmap",
21740 "indoc",
21741 "itertools 0.14.0",
21742 "regex",
21743 "serde",
21744 "serde_json",
21745 "serde_yaml",
21746 "strum 0.27.2",
21747 "toml 0.8.23",
21748 "toml_edit 0.22.27",
21749]
21750
21751[[package]]
21752name = "yaml-rust2"
21753version = "0.8.1"
21754source = "registry+https://github.com/rust-lang/crates.io-index"
21755checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21756dependencies = [
21757 "arraydeque",
21758 "encoding_rs",
21759 "hashlink 0.8.4",
21760]
21761
21762[[package]]
21763name = "yansi"
21764version = "1.0.1"
21765source = "registry+https://github.com/rust-lang/crates.io-index"
21766checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21767
21768[[package]]
21769name = "yawc"
21770version = "0.2.5"
21771source = "registry+https://github.com/rust-lang/crates.io-index"
21772checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21773dependencies = [
21774 "base64 0.22.1",
21775 "bytes 1.11.1",
21776 "flate2",
21777 "futures 0.3.31",
21778 "http-body-util",
21779 "hyper 1.7.0",
21780 "hyper-util",
21781 "js-sys",
21782 "nom 8.0.0",
21783 "pin-project",
21784 "rand 0.8.5",
21785 "sha1",
21786 "thiserror 1.0.69",
21787 "tokio",
21788 "tokio-rustls 0.26.2",
21789 "tokio-util",
21790 "url",
21791 "wasm-bindgen",
21792 "wasm-bindgen-futures",
21793 "web-sys",
21794 "webpki-roots",
21795]
21796
21797[[package]]
21798name = "yazi"
21799version = "0.2.1"
21800source = "registry+https://github.com/rust-lang/crates.io-index"
21801checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21802
21803[[package]]
21804name = "yeslogic-fontconfig-sys"
21805version = "6.0.0"
21806source = "registry+https://github.com/rust-lang/crates.io-index"
21807checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21808dependencies = [
21809 "dlib",
21810 "once_cell",
21811 "pkg-config",
21812]
21813
21814[[package]]
21815name = "yoke"
21816version = "0.7.5"
21817source = "registry+https://github.com/rust-lang/crates.io-index"
21818checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21819dependencies = [
21820 "serde",
21821 "stable_deref_trait",
21822 "yoke-derive 0.7.5",
21823 "zerofrom",
21824]
21825
21826[[package]]
21827name = "yoke"
21828version = "0.8.0"
21829source = "registry+https://github.com/rust-lang/crates.io-index"
21830checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21831dependencies = [
21832 "serde",
21833 "stable_deref_trait",
21834 "yoke-derive 0.8.0",
21835 "zerofrom",
21836]
21837
21838[[package]]
21839name = "yoke-derive"
21840version = "0.7.5"
21841source = "registry+https://github.com/rust-lang/crates.io-index"
21842checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21843dependencies = [
21844 "proc-macro2",
21845 "quote",
21846 "syn 2.0.117",
21847 "synstructure",
21848]
21849
21850[[package]]
21851name = "yoke-derive"
21852version = "0.8.0"
21853source = "registry+https://github.com/rust-lang/crates.io-index"
21854checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21855dependencies = [
21856 "proc-macro2",
21857 "quote",
21858 "syn 2.0.117",
21859 "synstructure",
21860]
21861
21862[[package]]
21863name = "zbus"
21864version = "5.13.2"
21865source = "registry+https://github.com/rust-lang/crates.io-index"
21866checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21867dependencies = [
21868 "async-broadcast",
21869 "async-executor",
21870 "async-io",
21871 "async-lock 3.4.2",
21872 "async-process",
21873 "async-recursion",
21874 "async-task",
21875 "async-trait",
21876 "blocking",
21877 "enumflags2",
21878 "event-listener 5.4.1",
21879 "futures-core",
21880 "futures-lite 2.6.1",
21881 "hex",
21882 "libc",
21883 "ordered-stream",
21884 "rustix 1.1.2",
21885 "serde",
21886 "serde_repr",
21887 "tracing",
21888 "uds_windows",
21889 "uuid",
21890 "windows-sys 0.61.2",
21891 "winnow",
21892 "zbus_macros",
21893 "zbus_names",
21894 "zvariant",
21895]
21896
21897[[package]]
21898name = "zbus_macros"
21899version = "5.13.2"
21900source = "registry+https://github.com/rust-lang/crates.io-index"
21901checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21902dependencies = [
21903 "proc-macro-crate",
21904 "proc-macro2",
21905 "quote",
21906 "syn 2.0.117",
21907 "zbus_names",
21908 "zvariant",
21909 "zvariant_utils",
21910]
21911
21912[[package]]
21913name = "zbus_names"
21914version = "4.3.1"
21915source = "registry+https://github.com/rust-lang/crates.io-index"
21916checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21917dependencies = [
21918 "serde",
21919 "winnow",
21920 "zvariant",
21921]
21922
21923[[package]]
21924name = "zed"
21925version = "0.230.0"
21926dependencies = [
21927 "acp_thread",
21928 "acp_tools",
21929 "action_log",
21930 "activity_indicator",
21931 "agent",
21932 "agent-client-protocol",
21933 "agent_servers",
21934 "agent_settings",
21935 "agent_ui",
21936 "anyhow",
21937 "ashpd",
21938 "askpass",
21939 "assets",
21940 "audio",
21941 "auto_update",
21942 "auto_update_ui",
21943 "breadcrumbs",
21944 "call",
21945 "channel",
21946 "chrono",
21947 "clap",
21948 "cli",
21949 "client",
21950 "clock",
21951 "codestral",
21952 "collab_ui",
21953 "collections",
21954 "command_palette",
21955 "component",
21956 "component_preview",
21957 "copilot",
21958 "copilot_chat",
21959 "copilot_ui",
21960 "crashes",
21961 "csv_preview",
21962 "dap_adapters",
21963 "db",
21964 "debug_adapter_extension",
21965 "debugger_tools",
21966 "debugger_ui",
21967 "dev_container",
21968 "diagnostics",
21969 "edit_prediction",
21970 "edit_prediction_ui",
21971 "editor",
21972 "encoding_selector",
21973 "env_logger 0.11.8",
21974 "etw_tracing",
21975 "extension",
21976 "extension_host",
21977 "extensions_ui",
21978 "feature_flags",
21979 "feedback",
21980 "file_finder",
21981 "fs",
21982 "futures 0.3.31",
21983 "git",
21984 "git_graph",
21985 "git_hosting_providers",
21986 "git_ui",
21987 "go_to_line",
21988 "gpui",
21989 "gpui_platform",
21990 "gpui_tokio",
21991 "http_client",
21992 "image",
21993 "image_viewer",
21994 "inspector_ui",
21995 "install_cli",
21996 "itertools 0.14.0",
21997 "journal",
21998 "json_schema_store",
21999 "keymap_editor",
22000 "language",
22001 "language_extension",
22002 "language_model",
22003 "language_models",
22004 "language_onboarding",
22005 "language_selector",
22006 "language_tools",
22007 "languages",
22008 "line_ending_selector",
22009 "log",
22010 "markdown",
22011 "markdown_preview",
22012 "menu",
22013 "migrator",
22014 "mimalloc",
22015 "miniprofiler_ui",
22016 "nc",
22017 "node_runtime",
22018 "notifications",
22019 "onboarding",
22020 "outline",
22021 "outline_panel",
22022 "parking_lot",
22023 "paths",
22024 "picker",
22025 "pkg-config",
22026 "pretty_assertions",
22027 "profiling",
22028 "project",
22029 "project_panel",
22030 "project_symbols",
22031 "prompt_store",
22032 "proto",
22033 "rayon",
22034 "recent_projects",
22035 "release_channel",
22036 "remote",
22037 "repl",
22038 "reqwest_client",
22039 "rope",
22040 "search",
22041 "semver",
22042 "serde",
22043 "serde_json",
22044 "session",
22045 "settings",
22046 "settings_profile_selector",
22047 "settings_ui",
22048 "shellexpand 2.1.2",
22049 "sidebar",
22050 "smol",
22051 "snippet_provider",
22052 "snippets_ui",
22053 "svg_preview",
22054 "sysinfo 0.37.2",
22055 "system_specs",
22056 "tab_switcher",
22057 "task",
22058 "tasks_ui",
22059 "telemetry",
22060 "telemetry_events",
22061 "tempfile",
22062 "terminal_view",
22063 "theme",
22064 "theme_extension",
22065 "theme_selector",
22066 "time",
22067 "time_format",
22068 "title_bar",
22069 "toolchain_selector",
22070 "tracing",
22071 "ui",
22072 "ui_prompt",
22073 "url",
22074 "urlencoding",
22075 "util",
22076 "uuid",
22077 "vim",
22078 "vim_mode_setting",
22079 "watch",
22080 "web_search",
22081 "web_search_providers",
22082 "which_key",
22083 "windows 0.61.3",
22084 "winresource",
22085 "workspace",
22086 "zed-reqwest",
22087 "zed_actions",
22088 "zed_env_vars",
22089 "zlog",
22090 "zlog_settings",
22091 "ztracing",
22092]
22093
22094[[package]]
22095name = "zed-font-kit"
22096version = "0.14.1-zed"
22097source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22098dependencies = [
22099 "bitflags 2.10.0",
22100 "byteorder",
22101 "core-foundation 0.10.0",
22102 "core-graphics 0.24.0",
22103 "core-text",
22104 "dirs 5.0.1",
22105 "dwrote",
22106 "float-ord",
22107 "freetype-sys",
22108 "lazy_static",
22109 "libc",
22110 "log",
22111 "pathfinder_geometry",
22112 "pathfinder_simd",
22113 "walkdir",
22114 "winapi",
22115 "yeslogic-fontconfig-sys",
22116]
22117
22118[[package]]
22119name = "zed-reqwest"
22120version = "0.12.15-zed"
22121source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22122dependencies = [
22123 "base64 0.22.1",
22124 "bytes 1.11.1",
22125 "encoding_rs",
22126 "futures-core",
22127 "futures-util",
22128 "h2 0.4.12",
22129 "http 1.3.1",
22130 "http-body 1.0.1",
22131 "http-body-util",
22132 "hyper 1.7.0",
22133 "hyper-rustls 0.27.7",
22134 "hyper-util",
22135 "ipnet",
22136 "js-sys",
22137 "log",
22138 "mime",
22139 "mime_guess",
22140 "once_cell",
22141 "percent-encoding",
22142 "pin-project-lite",
22143 "quinn",
22144 "rustls 0.23.33",
22145 "rustls-native-certs 0.8.2",
22146 "rustls-pemfile 2.2.0",
22147 "rustls-pki-types",
22148 "serde",
22149 "serde_json",
22150 "serde_urlencoded",
22151 "sync_wrapper 1.0.2",
22152 "system-configuration 0.6.1",
22153 "tokio",
22154 "tokio-rustls 0.26.2",
22155 "tokio-socks",
22156 "tokio-util",
22157 "tower 0.5.2",
22158 "tower-service",
22159 "url",
22160 "wasm-bindgen",
22161 "wasm-bindgen-futures",
22162 "wasm-streams",
22163 "web-sys",
22164 "windows-registry 0.4.0",
22165]
22166
22167[[package]]
22168name = "zed-scap"
22169version = "0.0.8-zed"
22170source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22171dependencies = [
22172 "anyhow",
22173 "cocoa 0.25.0",
22174 "core-graphics-helmer-fork",
22175 "log",
22176 "objc",
22177 "rand 0.8.5",
22178 "screencapturekit",
22179 "screencapturekit-sys",
22180 "sysinfo 0.31.4",
22181 "tao-core-video-sys",
22182 "windows 0.61.3",
22183 "windows-capture",
22184 "x11",
22185 "xcb",
22186]
22187
22188[[package]]
22189name = "zed-xim"
22190version = "0.4.0-zed"
22191source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22192dependencies = [
22193 "ahash 0.8.12",
22194 "hashbrown 0.14.5",
22195 "log",
22196 "x11rb",
22197 "xim-ctext",
22198 "xim-parser",
22199]
22200
22201[[package]]
22202name = "zed_actions"
22203version = "0.1.0"
22204dependencies = [
22205 "gpui",
22206 "schemars",
22207 "serde",
22208 "util",
22209 "uuid",
22210]
22211
22212[[package]]
22213name = "zed_env_vars"
22214version = "0.1.0"
22215dependencies = [
22216 "gpui",
22217]
22218
22219[[package]]
22220name = "zed_extension_api"
22221version = "0.1.0"
22222source = "registry+https://github.com/rust-lang/crates.io-index"
22223checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22224dependencies = [
22225 "serde",
22226 "serde_json",
22227 "wit-bindgen 0.22.0",
22228]
22229
22230[[package]]
22231name = "zed_extension_api"
22232version = "0.7.0"
22233source = "registry+https://github.com/rust-lang/crates.io-index"
22234checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22235dependencies = [
22236 "serde",
22237 "serde_json",
22238 "wit-bindgen 0.41.0",
22239]
22240
22241[[package]]
22242name = "zed_extension_api"
22243version = "0.8.0"
22244dependencies = [
22245 "serde",
22246 "serde_json",
22247 "wit-bindgen 0.41.0",
22248]
22249
22250[[package]]
22251name = "zed_glsl"
22252version = "0.2.2"
22253dependencies = [
22254 "zed_extension_api 0.1.0",
22255]
22256
22257[[package]]
22258name = "zed_html"
22259version = "0.3.1"
22260dependencies = [
22261 "zed_extension_api 0.7.0",
22262]
22263
22264[[package]]
22265name = "zed_proto"
22266version = "0.3.1"
22267dependencies = [
22268 "zed_extension_api 0.7.0",
22269]
22270
22271[[package]]
22272name = "zed_test_extension"
22273version = "0.1.0"
22274dependencies = [
22275 "zed_extension_api 0.8.0",
22276]
22277
22278[[package]]
22279name = "zeno"
22280version = "0.3.3"
22281source = "registry+https://github.com/rust-lang/crates.io-index"
22282checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22283
22284[[package]]
22285name = "zerocopy"
22286version = "0.8.27"
22287source = "registry+https://github.com/rust-lang/crates.io-index"
22288checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22289dependencies = [
22290 "zerocopy-derive",
22291]
22292
22293[[package]]
22294name = "zerocopy-derive"
22295version = "0.8.27"
22296source = "registry+https://github.com/rust-lang/crates.io-index"
22297checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22298dependencies = [
22299 "proc-macro2",
22300 "quote",
22301 "syn 2.0.117",
22302]
22303
22304[[package]]
22305name = "zerofrom"
22306version = "0.1.6"
22307source = "registry+https://github.com/rust-lang/crates.io-index"
22308checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22309dependencies = [
22310 "zerofrom-derive",
22311]
22312
22313[[package]]
22314name = "zerofrom-derive"
22315version = "0.1.6"
22316source = "registry+https://github.com/rust-lang/crates.io-index"
22317checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22318dependencies = [
22319 "proc-macro2",
22320 "quote",
22321 "syn 2.0.117",
22322 "synstructure",
22323]
22324
22325[[package]]
22326name = "zeroize"
22327version = "1.8.2"
22328source = "registry+https://github.com/rust-lang/crates.io-index"
22329checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22330dependencies = [
22331 "zeroize_derive",
22332]
22333
22334[[package]]
22335name = "zeroize_derive"
22336version = "1.4.2"
22337source = "registry+https://github.com/rust-lang/crates.io-index"
22338checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22339dependencies = [
22340 "proc-macro2",
22341 "quote",
22342 "syn 2.0.117",
22343]
22344
22345[[package]]
22346name = "zeromq"
22347version = "0.5.0"
22348source = "registry+https://github.com/rust-lang/crates.io-index"
22349checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22350dependencies = [
22351 "async-dispatcher",
22352 "async-std",
22353 "async-trait",
22354 "asynchronous-codec",
22355 "bytes 1.11.1",
22356 "crossbeam-queue",
22357 "futures 0.3.31",
22358 "log",
22359 "num-traits",
22360 "once_cell",
22361 "parking_lot",
22362 "rand 0.9.2",
22363 "regex",
22364 "scc",
22365 "thiserror 1.0.69",
22366 "uuid",
22367]
22368
22369[[package]]
22370name = "zerotrie"
22371version = "0.2.2"
22372source = "registry+https://github.com/rust-lang/crates.io-index"
22373checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22374dependencies = [
22375 "displaydoc",
22376 "yoke 0.8.0",
22377 "zerofrom",
22378]
22379
22380[[package]]
22381name = "zerovec"
22382version = "0.11.4"
22383source = "registry+https://github.com/rust-lang/crates.io-index"
22384checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22385dependencies = [
22386 "yoke 0.8.0",
22387 "zerofrom",
22388 "zerovec-derive",
22389]
22390
22391[[package]]
22392name = "zerovec-derive"
22393version = "0.11.1"
22394source = "registry+https://github.com/rust-lang/crates.io-index"
22395checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22396dependencies = [
22397 "proc-macro2",
22398 "quote",
22399 "syn 2.0.117",
22400]
22401
22402[[package]]
22403name = "zeta_prompt"
22404version = "0.1.0"
22405dependencies = [
22406 "anyhow",
22407 "indoc",
22408 "serde",
22409 "strum 0.27.2",
22410]
22411
22412[[package]]
22413name = "zip"
22414version = "0.6.6"
22415source = "registry+https://github.com/rust-lang/crates.io-index"
22416checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22417dependencies = [
22418 "aes",
22419 "byteorder",
22420 "bzip2",
22421 "constant_time_eq",
22422 "crc32fast",
22423 "crossbeam-utils",
22424 "flate2",
22425 "hmac",
22426 "pbkdf2 0.11.0",
22427 "sha1",
22428 "time",
22429 "zstd",
22430]
22431
22432[[package]]
22433name = "zip"
22434version = "1.1.4"
22435source = "registry+https://github.com/rust-lang/crates.io-index"
22436checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22437dependencies = [
22438 "arbitrary",
22439 "crc32fast",
22440 "crossbeam-utils",
22441 "displaydoc",
22442 "indexmap",
22443 "num_enum",
22444 "thiserror 1.0.69",
22445]
22446
22447[[package]]
22448name = "zlog"
22449version = "0.1.0"
22450dependencies = [
22451 "anyhow",
22452 "chrono",
22453 "collections",
22454 "log",
22455 "tempfile",
22456]
22457
22458[[package]]
22459name = "zlog_settings"
22460version = "0.1.0"
22461dependencies = [
22462 "collections",
22463 "gpui",
22464 "settings",
22465 "zlog",
22466]
22467
22468[[package]]
22469name = "zstd"
22470version = "0.11.2+zstd.1.5.2"
22471source = "registry+https://github.com/rust-lang/crates.io-index"
22472checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22473dependencies = [
22474 "zstd-safe",
22475]
22476
22477[[package]]
22478name = "zstd-safe"
22479version = "5.0.2+zstd.1.5.2"
22480source = "registry+https://github.com/rust-lang/crates.io-index"
22481checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22482dependencies = [
22483 "libc",
22484 "zstd-sys",
22485]
22486
22487[[package]]
22488name = "zstd-sys"
22489version = "2.0.16+zstd.1.5.7"
22490source = "registry+https://github.com/rust-lang/crates.io-index"
22491checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22492dependencies = [
22493 "cc",
22494 "pkg-config",
22495]
22496
22497[[package]]
22498name = "ztracing"
22499version = "0.1.0"
22500dependencies = [
22501 "tracing",
22502 "tracing-subscriber",
22503 "tracing-tracy",
22504 "tracy-client",
22505 "zlog",
22506 "ztracing_macro",
22507]
22508
22509[[package]]
22510name = "ztracing_macro"
22511version = "0.1.0"
22512
22513[[package]]
22514name = "zune-core"
22515version = "0.4.12"
22516source = "registry+https://github.com/rust-lang/crates.io-index"
22517checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22518
22519[[package]]
22520name = "zune-inflate"
22521version = "0.2.54"
22522source = "registry+https://github.com/rust-lang/crates.io-index"
22523checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22524dependencies = [
22525 "simd-adler32",
22526]
22527
22528[[package]]
22529name = "zune-jpeg"
22530version = "0.4.21"
22531source = "registry+https://github.com/rust-lang/crates.io-index"
22532checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22533dependencies = [
22534 "zune-core",
22535]
22536
22537[[package]]
22538name = "zvariant"
22539version = "5.9.2"
22540source = "registry+https://github.com/rust-lang/crates.io-index"
22541checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22542dependencies = [
22543 "endi",
22544 "enumflags2",
22545 "serde",
22546 "serde_bytes",
22547 "winnow",
22548 "zvariant_derive",
22549 "zvariant_utils",
22550]
22551
22552[[package]]
22553name = "zvariant_derive"
22554version = "5.9.2"
22555source = "registry+https://github.com/rust-lang/crates.io-index"
22556checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22557dependencies = [
22558 "proc-macro-crate",
22559 "proc-macro2",
22560 "quote",
22561 "syn 2.0.117",
22562 "zvariant_utils",
22563]
22564
22565[[package]]
22566name = "zvariant_utils"
22567version = "3.3.0"
22568source = "registry+https://github.com/rust-lang/crates.io-index"
22569checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22570dependencies = [
22571 "proc-macro2",
22572 "quote",
22573 "serde",
22574 "syn 2.0.117",
22575 "winnow",
22576]