Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "file_icons",
   18 "futures 0.3.31",
   19 "gpui",
   20 "image",
   21 "indoc",
   22 "itertools 0.14.0",
   23 "language",
   24 "language_model",
   25 "log",
   26 "markdown",
   27 "multi_buffer",
   28 "parking_lot",
   29 "portable-pty",
   30 "project",
   31 "prompt_store",
   32 "rand 0.9.2",
   33 "serde",
   34 "serde_json",
   35 "settings",
   36 "smol",
   37 "task",
   38 "telemetry",
   39 "terminal",
   40 "text",
   41 "ui",
   42 "url",
   43 "urlencoding",
   44 "util",
   45 "uuid",
   46 "watch",
   47]
   48
   49[[package]]
   50name = "acp_tools"
   51version = "0.1.0"
   52dependencies = [
   53 "agent-client-protocol",
   54 "collections",
   55 "gpui",
   56 "language",
   57 "markdown",
   58 "project",
   59 "serde",
   60 "serde_json",
   61 "settings",
   62 "theme",
   63 "ui",
   64 "util",
   65 "workspace",
   66]
   67
   68[[package]]
   69name = "action_log"
   70version = "0.1.0"
   71dependencies = [
   72 "anyhow",
   73 "buffer_diff",
   74 "clock",
   75 "collections",
   76 "ctor",
   77 "fs",
   78 "futures 0.3.31",
   79 "gpui",
   80 "language",
   81 "log",
   82 "pretty_assertions",
   83 "project",
   84 "rand 0.9.2",
   85 "serde_json",
   86 "settings",
   87 "telemetry",
   88 "text",
   89 "util",
   90 "watch",
   91 "zlog",
   92]
   93
   94[[package]]
   95name = "activity_indicator"
   96version = "0.1.0"
   97dependencies = [
   98 "anyhow",
   99 "auto_update",
  100 "editor",
  101 "extension_host",
  102 "fs",
  103 "futures 0.3.31",
  104 "gpui",
  105 "language",
  106 "project",
  107 "proto",
  108 "smallvec",
  109 "ui",
  110 "util",
  111 "workspace",
  112]
  113
  114[[package]]
  115name = "addr2line"
  116version = "0.24.2"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
  119dependencies = [
  120 "gimli 0.31.1",
  121]
  122
  123[[package]]
  124name = "addr2line"
  125version = "0.25.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  128dependencies = [
  129 "gimli 0.32.3",
  130]
  131
  132[[package]]
  133name = "adler2"
  134version = "2.0.1"
  135source = "registry+https://github.com/rust-lang/crates.io-index"
  136checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  137
  138[[package]]
  139name = "aes"
  140version = "0.8.4"
  141source = "registry+https://github.com/rust-lang/crates.io-index"
  142checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  143dependencies = [
  144 "cfg-if",
  145 "cipher",
  146 "cpufeatures",
  147 "zeroize",
  148]
  149
  150[[package]]
  151name = "agent"
  152version = "0.1.0"
  153dependencies = [
  154 "acp_thread",
  155 "action_log",
  156 "agent-client-protocol",
  157 "agent_servers",
  158 "agent_settings",
  159 "anyhow",
  160 "chrono",
  161 "client",
  162 "clock",
  163 "cloud_api_types",
  164 "cloud_llm_client",
  165 "collections",
  166 "context_server",
  167 "ctor",
  168 "db",
  169 "derive_more",
  170 "editor",
  171 "env_logger 0.11.8",
  172 "eval_utils",
  173 "feature_flags",
  174 "fs",
  175 "futures 0.3.31",
  176 "git",
  177 "gpui",
  178 "gpui_tokio",
  179 "handlebars 4.5.0",
  180 "heck 0.5.0",
  181 "html_to_markdown",
  182 "http_client",
  183 "indoc",
  184 "itertools 0.14.0",
  185 "language",
  186 "language_model",
  187 "language_models",
  188 "log",
  189 "lsp",
  190 "open",
  191 "parking_lot",
  192 "paths",
  193 "pretty_assertions",
  194 "project",
  195 "prompt_store",
  196 "rand 0.9.2",
  197 "regex",
  198 "reqwest_client",
  199 "rust-embed",
  200 "schemars",
  201 "serde",
  202 "serde_json",
  203 "settings",
  204 "shell_command_parser",
  205 "smallvec",
  206 "smol",
  207 "sqlez",
  208 "streaming_diff",
  209 "strsim",
  210 "task",
  211 "telemetry",
  212 "tempfile",
  213 "text",
  214 "theme",
  215 "thiserror 2.0.17",
  216 "ui",
  217 "unindent",
  218 "url",
  219 "util",
  220 "uuid",
  221 "watch",
  222 "web_search",
  223 "zed_env_vars",
  224 "zlog",
  225 "zstd",
  226]
  227
  228[[package]]
  229name = "agent-client-protocol"
  230version = "0.10.2"
  231source = "registry+https://github.com/rust-lang/crates.io-index"
  232checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  233dependencies = [
  234 "agent-client-protocol-schema",
  235 "anyhow",
  236 "async-broadcast",
  237 "async-trait",
  238 "derive_more",
  239 "futures 0.3.31",
  240 "log",
  241 "serde",
  242 "serde_json",
  243]
  244
  245[[package]]
  246name = "agent-client-protocol-schema"
  247version = "0.11.2"
  248source = "registry+https://github.com/rust-lang/crates.io-index"
  249checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  250dependencies = [
  251 "anyhow",
  252 "derive_more",
  253 "schemars",
  254 "serde",
  255 "serde_json",
  256 "strum 0.28.0",
  257]
  258
  259[[package]]
  260name = "agent_servers"
  261version = "0.1.0"
  262dependencies = [
  263 "acp_thread",
  264 "acp_tools",
  265 "action_log",
  266 "agent-client-protocol",
  267 "anyhow",
  268 "async-trait",
  269 "chrono",
  270 "client",
  271 "collections",
  272 "credentials_provider",
  273 "env_logger 0.11.8",
  274 "feature_flags",
  275 "fs",
  276 "futures 0.3.31",
  277 "google_ai",
  278 "gpui",
  279 "gpui_tokio",
  280 "http_client",
  281 "indoc",
  282 "language_model",
  283 "libc",
  284 "log",
  285 "nix 0.29.0",
  286 "project",
  287 "release_channel",
  288 "reqwest_client",
  289 "serde",
  290 "serde_json",
  291 "settings",
  292 "smol",
  293 "task",
  294 "tempfile",
  295 "terminal",
  296 "thiserror 2.0.17",
  297 "ui",
  298 "util",
  299 "uuid",
  300 "watch",
  301]
  302
  303[[package]]
  304name = "agent_settings"
  305version = "0.1.0"
  306dependencies = [
  307 "agent-client-protocol",
  308 "anyhow",
  309 "collections",
  310 "convert_case 0.8.0",
  311 "fs",
  312 "gpui",
  313 "language_model",
  314 "log",
  315 "project",
  316 "regex",
  317 "schemars",
  318 "serde",
  319 "serde_json",
  320 "serde_json_lenient",
  321 "settings",
  322 "util",
  323]
  324
  325[[package]]
  326name = "agent_ui"
  327version = "0.1.0"
  328dependencies = [
  329 "acp_thread",
  330 "action_log",
  331 "agent",
  332 "agent-client-protocol",
  333 "agent_servers",
  334 "agent_settings",
  335 "ai_onboarding",
  336 "anyhow",
  337 "assistant_slash_command",
  338 "assistant_slash_commands",
  339 "assistant_text_thread",
  340 "audio",
  341 "base64 0.22.1",
  342 "buffer_diff",
  343 "chrono",
  344 "client",
  345 "cloud_api_types",
  346 "collections",
  347 "command_palette_hooks",
  348 "component",
  349 "context_server",
  350 "db",
  351 "editor",
  352 "eval_utils",
  353 "extension",
  354 "extension_host",
  355 "feature_flags",
  356 "file_icons",
  357 "fs",
  358 "futures 0.3.31",
  359 "fuzzy",
  360 "git",
  361 "gpui",
  362 "gpui_tokio",
  363 "heapless",
  364 "html_to_markdown",
  365 "http_client",
  366 "image",
  367 "indoc",
  368 "itertools 0.14.0",
  369 "jsonschema",
  370 "language",
  371 "language_model",
  372 "language_models",
  373 "languages",
  374 "log",
  375 "lsp",
  376 "markdown",
  377 "menu",
  378 "multi_buffer",
  379 "notifications",
  380 "ordered-float 2.10.1",
  381 "parking_lot",
  382 "paths",
  383 "picker",
  384 "postage",
  385 "pretty_assertions",
  386 "project",
  387 "prompt_store",
  388 "proto",
  389 "rand 0.9.2",
  390 "release_channel",
  391 "reqwest_client",
  392 "rope",
  393 "rules_library",
  394 "schemars",
  395 "search",
  396 "semver",
  397 "serde",
  398 "serde_json",
  399 "serde_json_lenient",
  400 "settings",
  401 "smol",
  402 "streaming_diff",
  403 "task",
  404 "telemetry",
  405 "terminal",
  406 "terminal_view",
  407 "text",
  408 "theme",
  409 "time",
  410 "time_format",
  411 "tree-sitter-md",
  412 "ui",
  413 "ui_input",
  414 "unindent",
  415 "url",
  416 "util",
  417 "uuid",
  418 "watch",
  419 "workspace",
  420 "zed_actions",
  421]
  422
  423[[package]]
  424name = "ahash"
  425version = "0.7.8"
  426source = "registry+https://github.com/rust-lang/crates.io-index"
  427checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  428dependencies = [
  429 "getrandom 0.2.16",
  430 "once_cell",
  431 "version_check",
  432]
  433
  434[[package]]
  435name = "ahash"
  436version = "0.8.12"
  437source = "registry+https://github.com/rust-lang/crates.io-index"
  438checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  439dependencies = [
  440 "cfg-if",
  441 "const-random",
  442 "getrandom 0.3.4",
  443 "once_cell",
  444 "serde",
  445 "version_check",
  446 "zerocopy",
  447]
  448
  449[[package]]
  450name = "aho-corasick"
  451version = "1.1.3"
  452source = "registry+https://github.com/rust-lang/crates.io-index"
  453checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  454dependencies = [
  455 "memchr",
  456]
  457
  458[[package]]
  459name = "ai_onboarding"
  460version = "0.1.0"
  461dependencies = [
  462 "client",
  463 "cloud_api_types",
  464 "component",
  465 "gpui",
  466 "language_model",
  467 "serde",
  468 "smallvec",
  469 "telemetry",
  470 "ui",
  471 "zed_actions",
  472]
  473
  474[[package]]
  475name = "alacritty_terminal"
  476version = "0.25.1"
  477source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  478dependencies = [
  479 "base64 0.22.1",
  480 "bitflags 2.10.0",
  481 "home",
  482 "libc",
  483 "log",
  484 "mach2 0.5.0",
  485 "miow",
  486 "parking_lot",
  487 "piper",
  488 "polling",
  489 "regex-automata",
  490 "rustix 1.1.2",
  491 "rustix-openpty",
  492 "serde",
  493 "signal-hook",
  494 "unicode-width",
  495 "vte",
  496 "windows-sys 0.59.0",
  497]
  498
  499[[package]]
  500name = "aliasable"
  501version = "0.1.3"
  502source = "registry+https://github.com/rust-lang/crates.io-index"
  503checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  504
  505[[package]]
  506name = "aligned-vec"
  507version = "0.6.4"
  508source = "registry+https://github.com/rust-lang/crates.io-index"
  509checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  510dependencies = [
  511 "equator",
  512]
  513
  514[[package]]
  515name = "alloc-no-stdlib"
  516version = "2.0.4"
  517source = "registry+https://github.com/rust-lang/crates.io-index"
  518checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
  519
  520[[package]]
  521name = "alloc-stdlib"
  522version = "0.2.2"
  523source = "registry+https://github.com/rust-lang/crates.io-index"
  524checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
  525dependencies = [
  526 "alloc-no-stdlib",
  527]
  528
  529[[package]]
  530name = "allocator-api2"
  531version = "0.2.21"
  532source = "registry+https://github.com/rust-lang/crates.io-index"
  533checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  534
  535[[package]]
  536name = "alsa"
  537version = "0.10.0"
  538source = "registry+https://github.com/rust-lang/crates.io-index"
  539checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  540dependencies = [
  541 "alsa-sys",
  542 "bitflags 2.10.0",
  543 "cfg-if",
  544 "libc",
  545]
  546
  547[[package]]
  548name = "alsa-sys"
  549version = "0.3.1"
  550source = "registry+https://github.com/rust-lang/crates.io-index"
  551checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  552dependencies = [
  553 "libc",
  554 "pkg-config",
  555]
  556
  557[[package]]
  558name = "ambient-authority"
  559version = "0.0.2"
  560source = "registry+https://github.com/rust-lang/crates.io-index"
  561checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  562
  563[[package]]
  564name = "ammonia"
  565version = "4.1.2"
  566source = "registry+https://github.com/rust-lang/crates.io-index"
  567checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  568dependencies = [
  569 "cssparser",
  570 "html5ever 0.35.0",
  571 "maplit",
  572 "tendril",
  573 "url",
  574]
  575
  576[[package]]
  577name = "android_system_properties"
  578version = "0.1.5"
  579source = "registry+https://github.com/rust-lang/crates.io-index"
  580checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  581dependencies = [
  582 "libc",
  583]
  584
  585[[package]]
  586name = "anes"
  587version = "0.1.6"
  588source = "registry+https://github.com/rust-lang/crates.io-index"
  589checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  590
  591[[package]]
  592name = "annotate-snippets"
  593version = "0.12.12"
  594source = "registry+https://github.com/rust-lang/crates.io-index"
  595checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  596dependencies = [
  597 "anstyle",
  598 "memchr",
  599 "unicode-width",
  600]
  601
  602[[package]]
  603name = "anstream"
  604version = "0.6.21"
  605source = "registry+https://github.com/rust-lang/crates.io-index"
  606checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  607dependencies = [
  608 "anstyle",
  609 "anstyle-parse",
  610 "anstyle-query",
  611 "anstyle-wincon",
  612 "colorchoice",
  613 "is_terminal_polyfill",
  614 "utf8parse",
  615]
  616
  617[[package]]
  618name = "anstyle"
  619version = "1.0.13"
  620source = "registry+https://github.com/rust-lang/crates.io-index"
  621checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  622
  623[[package]]
  624name = "anstyle-parse"
  625version = "0.2.7"
  626source = "registry+https://github.com/rust-lang/crates.io-index"
  627checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  628dependencies = [
  629 "utf8parse",
  630]
  631
  632[[package]]
  633name = "anstyle-query"
  634version = "1.1.4"
  635source = "registry+https://github.com/rust-lang/crates.io-index"
  636checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  637dependencies = [
  638 "windows-sys 0.60.2",
  639]
  640
  641[[package]]
  642name = "anstyle-wincon"
  643version = "3.0.10"
  644source = "registry+https://github.com/rust-lang/crates.io-index"
  645checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  646dependencies = [
  647 "anstyle",
  648 "once_cell_polyfill",
  649 "windows-sys 0.60.2",
  650]
  651
  652[[package]]
  653name = "anthropic"
  654version = "0.1.0"
  655dependencies = [
  656 "anyhow",
  657 "chrono",
  658 "futures 0.3.31",
  659 "http_client",
  660 "schemars",
  661 "serde",
  662 "serde_json",
  663 "strum 0.27.2",
  664 "thiserror 2.0.17",
  665]
  666
  667[[package]]
  668name = "any_vec"
  669version = "0.14.0"
  670source = "registry+https://github.com/rust-lang/crates.io-index"
  671checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  672
  673[[package]]
  674name = "anyhow"
  675version = "1.0.100"
  676source = "registry+https://github.com/rust-lang/crates.io-index"
  677checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  678
  679[[package]]
  680name = "approx"
  681version = "0.5.1"
  682source = "registry+https://github.com/rust-lang/crates.io-index"
  683checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  684dependencies = [
  685 "num-traits",
  686]
  687
  688[[package]]
  689name = "ar_archive_writer"
  690version = "0.5.1"
  691source = "registry+https://github.com/rust-lang/crates.io-index"
  692checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  693dependencies = [
  694 "object 0.37.3",
  695]
  696
  697[[package]]
  698name = "arbitrary"
  699version = "1.4.2"
  700source = "registry+https://github.com/rust-lang/crates.io-index"
  701checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  702dependencies = [
  703 "derive_arbitrary",
  704]
  705
  706[[package]]
  707name = "arg_enum_proc_macro"
  708version = "0.3.4"
  709source = "registry+https://github.com/rust-lang/crates.io-index"
  710checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  711dependencies = [
  712 "proc-macro2",
  713 "quote",
  714 "syn 2.0.117",
  715]
  716
  717[[package]]
  718name = "arraydeque"
  719version = "0.5.1"
  720source = "registry+https://github.com/rust-lang/crates.io-index"
  721checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  722
  723[[package]]
  724name = "arrayref"
  725version = "0.3.9"
  726source = "registry+https://github.com/rust-lang/crates.io-index"
  727checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  728
  729[[package]]
  730name = "arrayvec"
  731version = "0.7.6"
  732source = "registry+https://github.com/rust-lang/crates.io-index"
  733checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  734
  735[[package]]
  736name = "as-raw-xcb-connection"
  737version = "1.0.1"
  738source = "registry+https://github.com/rust-lang/crates.io-index"
  739checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  740
  741[[package]]
  742name = "ascii"
  743version = "1.1.0"
  744source = "registry+https://github.com/rust-lang/crates.io-index"
  745checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  746
  747[[package]]
  748name = "ash"
  749version = "0.38.0+1.3.281"
  750source = "registry+https://github.com/rust-lang/crates.io-index"
  751checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  752dependencies = [
  753 "libloading",
  754]
  755
  756[[package]]
  757name = "ashpd"
  758version = "0.13.2"
  759source = "registry+https://github.com/rust-lang/crates.io-index"
  760checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  761dependencies = [
  762 "enumflags2",
  763 "futures-channel",
  764 "futures-util",
  765 "getrandom 0.4.1",
  766 "serde",
  767 "serde_repr",
  768 "wayland-backend",
  769 "wayland-client",
  770 "wayland-protocols",
  771 "zbus",
  772]
  773
  774[[package]]
  775name = "askpass"
  776version = "0.1.0"
  777dependencies = [
  778 "anyhow",
  779 "futures 0.3.31",
  780 "gpui",
  781 "log",
  782 "net",
  783 "smol",
  784 "tempfile",
  785 "util",
  786 "windows 0.61.3",
  787 "zeroize",
  788]
  789
  790[[package]]
  791name = "assets"
  792version = "0.1.0"
  793dependencies = [
  794 "anyhow",
  795 "gpui",
  796 "rust-embed",
  797]
  798
  799[[package]]
  800name = "assistant_slash_command"
  801version = "0.1.0"
  802dependencies = [
  803 "anyhow",
  804 "async-trait",
  805 "collections",
  806 "derive_more",
  807 "extension",
  808 "futures 0.3.31",
  809 "gpui",
  810 "language",
  811 "language_model",
  812 "parking_lot",
  813 "pretty_assertions",
  814 "serde",
  815 "serde_json",
  816 "ui",
  817 "util",
  818 "workspace",
  819]
  820
  821[[package]]
  822name = "assistant_slash_commands"
  823version = "0.1.0"
  824dependencies = [
  825 "anyhow",
  826 "assistant_slash_command",
  827 "chrono",
  828 "collections",
  829 "editor",
  830 "feature_flags",
  831 "fs",
  832 "futures 0.3.31",
  833 "fuzzy",
  834 "gpui",
  835 "html_to_markdown",
  836 "http_client",
  837 "language",
  838 "multi_buffer",
  839 "pretty_assertions",
  840 "project",
  841 "prompt_store",
  842 "rope",
  843 "serde",
  844 "serde_json",
  845 "settings",
  846 "smol",
  847 "text",
  848 "ui",
  849 "util",
  850 "workspace",
  851 "worktree",
  852 "zlog",
  853]
  854
  855[[package]]
  856name = "assistant_text_thread"
  857version = "0.1.0"
  858dependencies = [
  859 "agent_settings",
  860 "anyhow",
  861 "assistant_slash_command",
  862 "assistant_slash_commands",
  863 "chrono",
  864 "client",
  865 "clock",
  866 "collections",
  867 "context_server",
  868 "fs",
  869 "futures 0.3.31",
  870 "fuzzy",
  871 "gpui",
  872 "itertools 0.14.0",
  873 "language",
  874 "language_model",
  875 "log",
  876 "open_ai",
  877 "parking_lot",
  878 "paths",
  879 "pretty_assertions",
  880 "project",
  881 "prompt_store",
  882 "proto",
  883 "rand 0.9.2",
  884 "regex",
  885 "rpc",
  886 "serde",
  887 "serde_json",
  888 "settings",
  889 "smallvec",
  890 "smol",
  891 "telemetry",
  892 "text",
  893 "ui",
  894 "unindent",
  895 "util",
  896 "uuid",
  897 "workspace",
  898 "zed_env_vars",
  899]
  900
  901[[package]]
  902name = "async-attributes"
  903version = "1.1.2"
  904source = "registry+https://github.com/rust-lang/crates.io-index"
  905checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  906dependencies = [
  907 "quote",
  908 "syn 1.0.109",
  909]
  910
  911[[package]]
  912name = "async-broadcast"
  913version = "0.7.2"
  914source = "registry+https://github.com/rust-lang/crates.io-index"
  915checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  916dependencies = [
  917 "event-listener 5.4.1",
  918 "event-listener-strategy",
  919 "futures-core",
  920 "pin-project-lite",
  921]
  922
  923[[package]]
  924name = "async-channel"
  925version = "1.9.0"
  926source = "registry+https://github.com/rust-lang/crates.io-index"
  927checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  928dependencies = [
  929 "concurrent-queue",
  930 "event-listener 2.5.3",
  931 "futures-core",
  932]
  933
  934[[package]]
  935name = "async-channel"
  936version = "2.5.0"
  937source = "registry+https://github.com/rust-lang/crates.io-index"
  938checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  939dependencies = [
  940 "concurrent-queue",
  941 "event-listener-strategy",
  942 "futures-core",
  943 "pin-project-lite",
  944]
  945
  946[[package]]
  947name = "async-compat"
  948version = "0.2.5"
  949source = "registry+https://github.com/rust-lang/crates.io-index"
  950checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  951dependencies = [
  952 "futures-core",
  953 "futures-io",
  954 "once_cell",
  955 "pin-project-lite",
  956 "tokio",
  957]
  958
  959[[package]]
  960name = "async-compression"
  961version = "0.4.32"
  962source = "registry+https://github.com/rust-lang/crates.io-index"
  963checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  964dependencies = [
  965 "compression-codecs",
  966 "compression-core",
  967 "futures-core",
  968 "futures-io",
  969 "pin-project-lite",
  970]
  971
  972[[package]]
  973name = "async-dispatcher"
  974version = "0.1.2"
  975source = "registry+https://github.com/rust-lang/crates.io-index"
  976checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  977dependencies = [
  978 "async-task",
  979 "futures-lite 1.13.0",
  980]
  981
  982[[package]]
  983name = "async-executor"
  984version = "1.13.3"
  985source = "registry+https://github.com/rust-lang/crates.io-index"
  986checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  987dependencies = [
  988 "async-task",
  989 "concurrent-queue",
  990 "fastrand 2.3.0",
  991 "futures-lite 2.6.1",
  992 "pin-project-lite",
  993 "slab",
  994]
  995
  996[[package]]
  997name = "async-fs"
  998version = "2.2.0"
  999source = "registry+https://github.com/rust-lang/crates.io-index"
 1000checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
 1001dependencies = [
 1002 "async-lock 3.4.2",
 1003 "blocking",
 1004 "futures-lite 2.6.1",
 1005]
 1006
 1007[[package]]
 1008name = "async-global-executor"
 1009version = "2.4.1"
 1010source = "registry+https://github.com/rust-lang/crates.io-index"
 1011checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
 1012dependencies = [
 1013 "async-channel 2.5.0",
 1014 "async-executor",
 1015 "async-io",
 1016 "async-lock 3.4.2",
 1017 "blocking",
 1018 "futures-lite 2.6.1",
 1019 "once_cell",
 1020]
 1021
 1022[[package]]
 1023name = "async-io"
 1024version = "2.6.0"
 1025source = "registry+https://github.com/rust-lang/crates.io-index"
 1026checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
 1027dependencies = [
 1028 "autocfg",
 1029 "cfg-if",
 1030 "concurrent-queue",
 1031 "futures-io",
 1032 "futures-lite 2.6.1",
 1033 "parking",
 1034 "polling",
 1035 "rustix 1.1.2",
 1036 "slab",
 1037 "windows-sys 0.61.2",
 1038]
 1039
 1040[[package]]
 1041name = "async-lock"
 1042version = "2.8.0"
 1043source = "registry+https://github.com/rust-lang/crates.io-index"
 1044checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
 1045dependencies = [
 1046 "event-listener 2.5.3",
 1047]
 1048
 1049[[package]]
 1050name = "async-lock"
 1051version = "3.4.2"
 1052source = "registry+https://github.com/rust-lang/crates.io-index"
 1053checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
 1054dependencies = [
 1055 "event-listener 5.4.1",
 1056 "event-listener-strategy",
 1057 "pin-project-lite",
 1058]
 1059
 1060[[package]]
 1061name = "async-net"
 1062version = "2.0.0"
 1063source = "registry+https://github.com/rust-lang/crates.io-index"
 1064checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
 1065dependencies = [
 1066 "async-io",
 1067 "blocking",
 1068 "futures-lite 2.6.1",
 1069]
 1070
 1071[[package]]
 1072name = "async-pipe"
 1073version = "0.1.3"
 1074source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
 1075dependencies = [
 1076 "futures 0.3.31",
 1077 "log",
 1078]
 1079
 1080[[package]]
 1081name = "async-process"
 1082version = "2.5.0"
 1083source = "registry+https://github.com/rust-lang/crates.io-index"
 1084checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 1085dependencies = [
 1086 "async-channel 2.5.0",
 1087 "async-io",
 1088 "async-lock 3.4.2",
 1089 "async-signal",
 1090 "async-task",
 1091 "blocking",
 1092 "cfg-if",
 1093 "event-listener 5.4.1",
 1094 "futures-lite 2.6.1",
 1095 "rustix 1.1.2",
 1096]
 1097
 1098[[package]]
 1099name = "async-recursion"
 1100version = "1.1.1"
 1101source = "registry+https://github.com/rust-lang/crates.io-index"
 1102checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1103dependencies = [
 1104 "proc-macro2",
 1105 "quote",
 1106 "syn 2.0.117",
 1107]
 1108
 1109[[package]]
 1110name = "async-signal"
 1111version = "0.2.13"
 1112source = "registry+https://github.com/rust-lang/crates.io-index"
 1113checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1114dependencies = [
 1115 "async-io",
 1116 "async-lock 3.4.2",
 1117 "atomic-waker",
 1118 "cfg-if",
 1119 "futures-core",
 1120 "futures-io",
 1121 "rustix 1.1.2",
 1122 "signal-hook-registry",
 1123 "slab",
 1124 "windows-sys 0.61.2",
 1125]
 1126
 1127[[package]]
 1128name = "async-std"
 1129version = "1.13.2"
 1130source = "registry+https://github.com/rust-lang/crates.io-index"
 1131checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1132dependencies = [
 1133 "async-attributes",
 1134 "async-channel 1.9.0",
 1135 "async-global-executor",
 1136 "async-io",
 1137 "async-lock 3.4.2",
 1138 "async-process",
 1139 "crossbeam-utils",
 1140 "futures-channel",
 1141 "futures-core",
 1142 "futures-io",
 1143 "futures-lite 2.6.1",
 1144 "gloo-timers",
 1145 "kv-log-macro",
 1146 "log",
 1147 "memchr",
 1148 "once_cell",
 1149 "pin-project-lite",
 1150 "pin-utils",
 1151 "slab",
 1152 "wasm-bindgen-futures",
 1153]
 1154
 1155[[package]]
 1156name = "async-stream"
 1157version = "0.3.6"
 1158source = "registry+https://github.com/rust-lang/crates.io-index"
 1159checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1160dependencies = [
 1161 "async-stream-impl",
 1162 "futures-core",
 1163 "pin-project-lite",
 1164]
 1165
 1166[[package]]
 1167name = "async-stream-impl"
 1168version = "0.3.6"
 1169source = "registry+https://github.com/rust-lang/crates.io-index"
 1170checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1171dependencies = [
 1172 "proc-macro2",
 1173 "quote",
 1174 "syn 2.0.117",
 1175]
 1176
 1177[[package]]
 1178name = "async-tar"
 1179version = "0.5.1"
 1180source = "registry+https://github.com/rust-lang/crates.io-index"
 1181checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1182dependencies = [
 1183 "async-std",
 1184 "filetime",
 1185 "libc",
 1186 "pin-project",
 1187 "redox_syscall 0.2.16",
 1188 "xattr",
 1189]
 1190
 1191[[package]]
 1192name = "async-task"
 1193version = "4.7.1"
 1194source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1195
 1196[[package]]
 1197name = "async-trait"
 1198version = "0.1.89"
 1199source = "registry+https://github.com/rust-lang/crates.io-index"
 1200checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1201dependencies = [
 1202 "proc-macro2",
 1203 "quote",
 1204 "syn 2.0.117",
 1205]
 1206
 1207[[package]]
 1208name = "async-tungstenite"
 1209version = "0.31.0"
 1210source = "registry+https://github.com/rust-lang/crates.io-index"
 1211checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1212dependencies = [
 1213 "atomic-waker",
 1214 "futures-core",
 1215 "futures-io",
 1216 "futures-task",
 1217 "futures-util",
 1218 "log",
 1219 "pin-project-lite",
 1220 "rustls-pki-types",
 1221 "tokio",
 1222 "tokio-rustls 0.26.2",
 1223 "tungstenite 0.27.0",
 1224]
 1225
 1226[[package]]
 1227name = "async_zip"
 1228version = "0.0.18"
 1229source = "registry+https://github.com/rust-lang/crates.io-index"
 1230checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1231dependencies = [
 1232 "async-compression",
 1233 "crc32fast",
 1234 "futures-lite 2.6.1",
 1235 "pin-project",
 1236 "thiserror 2.0.17",
 1237]
 1238
 1239[[package]]
 1240name = "asynchronous-codec"
 1241version = "0.7.0"
 1242source = "registry+https://github.com/rust-lang/crates.io-index"
 1243checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1244dependencies = [
 1245 "bytes 1.11.1",
 1246 "futures-sink",
 1247 "futures-util",
 1248 "memchr",
 1249 "pin-project-lite",
 1250]
 1251
 1252[[package]]
 1253name = "atoi"
 1254version = "2.0.0"
 1255source = "registry+https://github.com/rust-lang/crates.io-index"
 1256checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1257dependencies = [
 1258 "num-traits",
 1259]
 1260
 1261[[package]]
 1262name = "atomic"
 1263version = "0.5.3"
 1264source = "registry+https://github.com/rust-lang/crates.io-index"
 1265checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1266
 1267[[package]]
 1268name = "atomic-waker"
 1269version = "1.1.2"
 1270source = "registry+https://github.com/rust-lang/crates.io-index"
 1271checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1272
 1273[[package]]
 1274name = "audio"
 1275version = "0.1.0"
 1276dependencies = [
 1277 "anyhow",
 1278 "collections",
 1279 "cpal",
 1280 "crossbeam",
 1281 "denoise",
 1282 "gpui",
 1283 "libwebrtc",
 1284 "log",
 1285 "parking_lot",
 1286 "rodio",
 1287 "serde",
 1288 "settings",
 1289 "thiserror 2.0.17",
 1290 "util",
 1291]
 1292
 1293[[package]]
 1294name = "auditable-serde"
 1295version = "0.8.0"
 1296source = "registry+https://github.com/rust-lang/crates.io-index"
 1297checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1298dependencies = [
 1299 "semver",
 1300 "serde",
 1301 "serde_json",
 1302 "topological-sort",
 1303]
 1304
 1305[[package]]
 1306name = "auto_update"
 1307version = "0.1.0"
 1308dependencies = [
 1309 "anyhow",
 1310 "client",
 1311 "clock",
 1312 "ctor",
 1313 "db",
 1314 "futures 0.3.31",
 1315 "futures-lite 1.13.0",
 1316 "gpui",
 1317 "http_client",
 1318 "log",
 1319 "parking_lot",
 1320 "paths",
 1321 "release_channel",
 1322 "semver",
 1323 "serde",
 1324 "serde_json",
 1325 "settings",
 1326 "smol",
 1327 "tempfile",
 1328 "util",
 1329 "which 6.0.3",
 1330 "workspace",
 1331 "zlog",
 1332]
 1333
 1334[[package]]
 1335name = "auto_update_helper"
 1336version = "0.1.0"
 1337dependencies = [
 1338 "anyhow",
 1339 "log",
 1340 "scopeguard",
 1341 "simplelog",
 1342 "tempfile",
 1343 "windows 0.61.3",
 1344 "winresource",
 1345]
 1346
 1347[[package]]
 1348name = "auto_update_ui"
 1349version = "0.1.0"
 1350dependencies = [
 1351 "anyhow",
 1352 "auto_update",
 1353 "client",
 1354 "editor",
 1355 "gpui",
 1356 "markdown_preview",
 1357 "release_channel",
 1358 "semver",
 1359 "serde",
 1360 "serde_json",
 1361 "smol",
 1362 "ui",
 1363 "util",
 1364 "workspace",
 1365]
 1366
 1367[[package]]
 1368name = "autocfg"
 1369version = "1.5.0"
 1370source = "registry+https://github.com/rust-lang/crates.io-index"
 1371checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1372
 1373[[package]]
 1374name = "av1-grain"
 1375version = "0.2.4"
 1376source = "registry+https://github.com/rust-lang/crates.io-index"
 1377checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1378dependencies = [
 1379 "anyhow",
 1380 "arrayvec",
 1381 "log",
 1382 "nom 7.1.3",
 1383 "num-rational",
 1384 "v_frame",
 1385]
 1386
 1387[[package]]
 1388name = "avif-serialize"
 1389version = "0.8.6"
 1390source = "registry+https://github.com/rust-lang/crates.io-index"
 1391checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1392dependencies = [
 1393 "arrayvec",
 1394]
 1395
 1396[[package]]
 1397name = "aws-config"
 1398version = "1.8.10"
 1399source = "registry+https://github.com/rust-lang/crates.io-index"
 1400checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1401dependencies = [
 1402 "aws-credential-types",
 1403 "aws-runtime",
 1404 "aws-sdk-sso",
 1405 "aws-sdk-ssooidc",
 1406 "aws-sdk-sts",
 1407 "aws-smithy-async",
 1408 "aws-smithy-http",
 1409 "aws-smithy-json",
 1410 "aws-smithy-runtime",
 1411 "aws-smithy-runtime-api",
 1412 "aws-smithy-types",
 1413 "aws-types",
 1414 "bytes 1.11.1",
 1415 "fastrand 2.3.0",
 1416 "hex",
 1417 "http 1.3.1",
 1418 "ring",
 1419 "time",
 1420 "tokio",
 1421 "tracing",
 1422 "url",
 1423 "zeroize",
 1424]
 1425
 1426[[package]]
 1427name = "aws-credential-types"
 1428version = "1.2.10"
 1429source = "registry+https://github.com/rust-lang/crates.io-index"
 1430checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1431dependencies = [
 1432 "aws-smithy-async",
 1433 "aws-smithy-runtime-api",
 1434 "aws-smithy-types",
 1435 "zeroize",
 1436]
 1437
 1438[[package]]
 1439name = "aws-lc-rs"
 1440version = "1.15.4"
 1441source = "registry+https://github.com/rust-lang/crates.io-index"
 1442checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1443dependencies = [
 1444 "aws-lc-sys",
 1445 "untrusted 0.7.1",
 1446 "zeroize",
 1447]
 1448
 1449[[package]]
 1450name = "aws-lc-sys"
 1451version = "0.37.0"
 1452source = "registry+https://github.com/rust-lang/crates.io-index"
 1453checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1454dependencies = [
 1455 "cc",
 1456 "cmake",
 1457 "dunce",
 1458 "fs_extra",
 1459]
 1460
 1461[[package]]
 1462name = "aws-runtime"
 1463version = "1.5.16"
 1464source = "registry+https://github.com/rust-lang/crates.io-index"
 1465checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1466dependencies = [
 1467 "aws-credential-types",
 1468 "aws-sigv4",
 1469 "aws-smithy-async",
 1470 "aws-smithy-eventstream",
 1471 "aws-smithy-http",
 1472 "aws-smithy-runtime",
 1473 "aws-smithy-runtime-api",
 1474 "aws-smithy-types",
 1475 "aws-types",
 1476 "bytes 1.11.1",
 1477 "fastrand 2.3.0",
 1478 "http 0.2.12",
 1479 "http-body 0.4.6",
 1480 "percent-encoding",
 1481 "pin-project-lite",
 1482 "tracing",
 1483 "uuid",
 1484]
 1485
 1486[[package]]
 1487name = "aws-sdk-bedrockruntime"
 1488version = "1.113.0"
 1489source = "registry+https://github.com/rust-lang/crates.io-index"
 1490checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1491dependencies = [
 1492 "aws-credential-types",
 1493 "aws-runtime",
 1494 "aws-sigv4",
 1495 "aws-smithy-async",
 1496 "aws-smithy-eventstream",
 1497 "aws-smithy-http",
 1498 "aws-smithy-json",
 1499 "aws-smithy-runtime",
 1500 "aws-smithy-runtime-api",
 1501 "aws-smithy-types",
 1502 "aws-types",
 1503 "bytes 1.11.1",
 1504 "fastrand 2.3.0",
 1505 "http 0.2.12",
 1506 "hyper 0.14.32",
 1507 "regex-lite",
 1508 "tracing",
 1509]
 1510
 1511[[package]]
 1512name = "aws-sdk-kinesis"
 1513version = "1.95.0"
 1514source = "registry+https://github.com/rust-lang/crates.io-index"
 1515checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1516dependencies = [
 1517 "aws-credential-types",
 1518 "aws-runtime",
 1519 "aws-smithy-async",
 1520 "aws-smithy-eventstream",
 1521 "aws-smithy-http",
 1522 "aws-smithy-json",
 1523 "aws-smithy-runtime",
 1524 "aws-smithy-runtime-api",
 1525 "aws-smithy-types",
 1526 "aws-types",
 1527 "bytes 1.11.1",
 1528 "fastrand 2.3.0",
 1529 "http 0.2.12",
 1530 "regex-lite",
 1531 "tracing",
 1532]
 1533
 1534[[package]]
 1535name = "aws-sdk-s3"
 1536version = "1.112.0"
 1537source = "registry+https://github.com/rust-lang/crates.io-index"
 1538checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1539dependencies = [
 1540 "aws-credential-types",
 1541 "aws-runtime",
 1542 "aws-sigv4",
 1543 "aws-smithy-async",
 1544 "aws-smithy-checksums",
 1545 "aws-smithy-eventstream",
 1546 "aws-smithy-http",
 1547 "aws-smithy-json",
 1548 "aws-smithy-runtime",
 1549 "aws-smithy-runtime-api",
 1550 "aws-smithy-types",
 1551 "aws-smithy-xml",
 1552 "aws-types",
 1553 "bytes 1.11.1",
 1554 "fastrand 2.3.0",
 1555 "hex",
 1556 "hmac",
 1557 "http 0.2.12",
 1558 "http 1.3.1",
 1559 "http-body 0.4.6",
 1560 "lru",
 1561 "percent-encoding",
 1562 "regex-lite",
 1563 "sha2",
 1564 "tracing",
 1565 "url",
 1566]
 1567
 1568[[package]]
 1569name = "aws-sdk-sso"
 1570version = "1.88.0"
 1571source = "registry+https://github.com/rust-lang/crates.io-index"
 1572checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1573dependencies = [
 1574 "aws-credential-types",
 1575 "aws-runtime",
 1576 "aws-smithy-async",
 1577 "aws-smithy-http",
 1578 "aws-smithy-json",
 1579 "aws-smithy-runtime",
 1580 "aws-smithy-runtime-api",
 1581 "aws-smithy-types",
 1582 "aws-types",
 1583 "bytes 1.11.1",
 1584 "fastrand 2.3.0",
 1585 "http 0.2.12",
 1586 "regex-lite",
 1587 "tracing",
 1588]
 1589
 1590[[package]]
 1591name = "aws-sdk-ssooidc"
 1592version = "1.90.0"
 1593source = "registry+https://github.com/rust-lang/crates.io-index"
 1594checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1595dependencies = [
 1596 "aws-credential-types",
 1597 "aws-runtime",
 1598 "aws-smithy-async",
 1599 "aws-smithy-http",
 1600 "aws-smithy-json",
 1601 "aws-smithy-runtime",
 1602 "aws-smithy-runtime-api",
 1603 "aws-smithy-types",
 1604 "aws-types",
 1605 "bytes 1.11.1",
 1606 "fastrand 2.3.0",
 1607 "http 0.2.12",
 1608 "regex-lite",
 1609 "tracing",
 1610]
 1611
 1612[[package]]
 1613name = "aws-sdk-sts"
 1614version = "1.90.0"
 1615source = "registry+https://github.com/rust-lang/crates.io-index"
 1616checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1617dependencies = [
 1618 "aws-credential-types",
 1619 "aws-runtime",
 1620 "aws-smithy-async",
 1621 "aws-smithy-http",
 1622 "aws-smithy-json",
 1623 "aws-smithy-query",
 1624 "aws-smithy-runtime",
 1625 "aws-smithy-runtime-api",
 1626 "aws-smithy-types",
 1627 "aws-smithy-xml",
 1628 "aws-types",
 1629 "fastrand 2.3.0",
 1630 "http 0.2.12",
 1631 "regex-lite",
 1632 "tracing",
 1633]
 1634
 1635[[package]]
 1636name = "aws-sigv4"
 1637version = "1.3.6"
 1638source = "registry+https://github.com/rust-lang/crates.io-index"
 1639checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1640dependencies = [
 1641 "aws-credential-types",
 1642 "aws-smithy-eventstream",
 1643 "aws-smithy-http",
 1644 "aws-smithy-runtime-api",
 1645 "aws-smithy-types",
 1646 "bytes 1.11.1",
 1647 "crypto-bigint 0.5.5",
 1648 "form_urlencoded",
 1649 "hex",
 1650 "hmac",
 1651 "http 0.2.12",
 1652 "http 1.3.1",
 1653 "p256",
 1654 "percent-encoding",
 1655 "ring",
 1656 "sha2",
 1657 "subtle",
 1658 "time",
 1659 "tracing",
 1660 "zeroize",
 1661]
 1662
 1663[[package]]
 1664name = "aws-smithy-async"
 1665version = "1.2.6"
 1666source = "registry+https://github.com/rust-lang/crates.io-index"
 1667checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1668dependencies = [
 1669 "futures-util",
 1670 "pin-project-lite",
 1671 "tokio",
 1672]
 1673
 1674[[package]]
 1675name = "aws-smithy-checksums"
 1676version = "0.63.11"
 1677source = "registry+https://github.com/rust-lang/crates.io-index"
 1678checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1679dependencies = [
 1680 "aws-smithy-http",
 1681 "aws-smithy-types",
 1682 "bytes 1.11.1",
 1683 "crc-fast",
 1684 "hex",
 1685 "http 0.2.12",
 1686 "http-body 0.4.6",
 1687 "md-5",
 1688 "pin-project-lite",
 1689 "sha1",
 1690 "sha2",
 1691 "tracing",
 1692]
 1693
 1694[[package]]
 1695name = "aws-smithy-eventstream"
 1696version = "0.60.13"
 1697source = "registry+https://github.com/rust-lang/crates.io-index"
 1698checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1699dependencies = [
 1700 "aws-smithy-types",
 1701 "bytes 1.11.1",
 1702 "crc32fast",
 1703]
 1704
 1705[[package]]
 1706name = "aws-smithy-http"
 1707version = "0.62.5"
 1708source = "registry+https://github.com/rust-lang/crates.io-index"
 1709checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1710dependencies = [
 1711 "aws-smithy-eventstream",
 1712 "aws-smithy-runtime-api",
 1713 "aws-smithy-types",
 1714 "bytes 1.11.1",
 1715 "bytes-utils",
 1716 "futures-core",
 1717 "futures-util",
 1718 "http 0.2.12",
 1719 "http 1.3.1",
 1720 "http-body 0.4.6",
 1721 "percent-encoding",
 1722 "pin-project-lite",
 1723 "pin-utils",
 1724 "tracing",
 1725]
 1726
 1727[[package]]
 1728name = "aws-smithy-http-client"
 1729version = "1.1.4"
 1730source = "registry+https://github.com/rust-lang/crates.io-index"
 1731checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1732dependencies = [
 1733 "aws-smithy-async",
 1734 "aws-smithy-runtime-api",
 1735 "aws-smithy-types",
 1736 "h2 0.3.27",
 1737 "h2 0.4.12",
 1738 "http 0.2.12",
 1739 "http 1.3.1",
 1740 "http-body 0.4.6",
 1741 "hyper 0.14.32",
 1742 "hyper 1.7.0",
 1743 "hyper-rustls 0.24.2",
 1744 "hyper-rustls 0.27.7",
 1745 "hyper-util",
 1746 "pin-project-lite",
 1747 "rustls 0.21.12",
 1748 "rustls 0.23.33",
 1749 "rustls-native-certs 0.8.2",
 1750 "rustls-pki-types",
 1751 "tokio",
 1752 "tokio-rustls 0.26.2",
 1753 "tower 0.5.2",
 1754 "tracing",
 1755]
 1756
 1757[[package]]
 1758name = "aws-smithy-json"
 1759version = "0.61.7"
 1760source = "registry+https://github.com/rust-lang/crates.io-index"
 1761checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1762dependencies = [
 1763 "aws-smithy-types",
 1764]
 1765
 1766[[package]]
 1767name = "aws-smithy-observability"
 1768version = "0.1.4"
 1769source = "registry+https://github.com/rust-lang/crates.io-index"
 1770checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1771dependencies = [
 1772 "aws-smithy-runtime-api",
 1773]
 1774
 1775[[package]]
 1776name = "aws-smithy-query"
 1777version = "0.60.8"
 1778source = "registry+https://github.com/rust-lang/crates.io-index"
 1779checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1780dependencies = [
 1781 "aws-smithy-types",
 1782 "urlencoding",
 1783]
 1784
 1785[[package]]
 1786name = "aws-smithy-runtime"
 1787version = "1.9.4"
 1788source = "registry+https://github.com/rust-lang/crates.io-index"
 1789checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1790dependencies = [
 1791 "aws-smithy-async",
 1792 "aws-smithy-http",
 1793 "aws-smithy-http-client",
 1794 "aws-smithy-observability",
 1795 "aws-smithy-runtime-api",
 1796 "aws-smithy-types",
 1797 "bytes 1.11.1",
 1798 "fastrand 2.3.0",
 1799 "http 0.2.12",
 1800 "http 1.3.1",
 1801 "http-body 0.4.6",
 1802 "http-body 1.0.1",
 1803 "pin-project-lite",
 1804 "pin-utils",
 1805 "tokio",
 1806 "tracing",
 1807]
 1808
 1809[[package]]
 1810name = "aws-smithy-runtime-api"
 1811version = "1.9.2"
 1812source = "registry+https://github.com/rust-lang/crates.io-index"
 1813checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1814dependencies = [
 1815 "aws-smithy-async",
 1816 "aws-smithy-types",
 1817 "bytes 1.11.1",
 1818 "http 0.2.12",
 1819 "http 1.3.1",
 1820 "pin-project-lite",
 1821 "tokio",
 1822 "tracing",
 1823 "zeroize",
 1824]
 1825
 1826[[package]]
 1827name = "aws-smithy-types"
 1828version = "1.3.4"
 1829source = "registry+https://github.com/rust-lang/crates.io-index"
 1830checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1831dependencies = [
 1832 "base64-simd",
 1833 "bytes 1.11.1",
 1834 "bytes-utils",
 1835 "futures-core",
 1836 "http 0.2.12",
 1837 "http 1.3.1",
 1838 "http-body 0.4.6",
 1839 "http-body 1.0.1",
 1840 "http-body-util",
 1841 "itoa",
 1842 "num-integer",
 1843 "pin-project-lite",
 1844 "pin-utils",
 1845 "ryu",
 1846 "serde",
 1847 "time",
 1848 "tokio",
 1849 "tokio-util",
 1850]
 1851
 1852[[package]]
 1853name = "aws-smithy-xml"
 1854version = "0.60.12"
 1855source = "registry+https://github.com/rust-lang/crates.io-index"
 1856checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1857dependencies = [
 1858 "xmlparser",
 1859]
 1860
 1861[[package]]
 1862name = "aws-types"
 1863version = "1.3.10"
 1864source = "registry+https://github.com/rust-lang/crates.io-index"
 1865checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1866dependencies = [
 1867 "aws-credential-types",
 1868 "aws-smithy-async",
 1869 "aws-smithy-runtime-api",
 1870 "aws-smithy-types",
 1871 "rustc_version",
 1872 "tracing",
 1873]
 1874
 1875[[package]]
 1876name = "aws_http_client"
 1877version = "0.1.0"
 1878dependencies = [
 1879 "aws-smithy-runtime-api",
 1880 "aws-smithy-types",
 1881 "http_client",
 1882]
 1883
 1884[[package]]
 1885name = "axum"
 1886version = "0.6.20"
 1887source = "registry+https://github.com/rust-lang/crates.io-index"
 1888checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1889dependencies = [
 1890 "async-trait",
 1891 "axum-core",
 1892 "base64 0.21.7",
 1893 "bitflags 1.3.2",
 1894 "bytes 1.11.1",
 1895 "futures-util",
 1896 "headers",
 1897 "http 0.2.12",
 1898 "http-body 0.4.6",
 1899 "hyper 0.14.32",
 1900 "itoa",
 1901 "matchit",
 1902 "memchr",
 1903 "mime",
 1904 "percent-encoding",
 1905 "pin-project-lite",
 1906 "rustversion",
 1907 "serde",
 1908 "serde_json",
 1909 "serde_path_to_error",
 1910 "serde_urlencoded",
 1911 "sha1",
 1912 "sync_wrapper 0.1.2",
 1913 "tokio",
 1914 "tokio-tungstenite 0.20.1",
 1915 "tower 0.4.13",
 1916 "tower-layer",
 1917 "tower-service",
 1918]
 1919
 1920[[package]]
 1921name = "axum-core"
 1922version = "0.3.4"
 1923source = "registry+https://github.com/rust-lang/crates.io-index"
 1924checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1925dependencies = [
 1926 "async-trait",
 1927 "bytes 1.11.1",
 1928 "futures-util",
 1929 "http 0.2.12",
 1930 "http-body 0.4.6",
 1931 "mime",
 1932 "rustversion",
 1933 "tower-layer",
 1934 "tower-service",
 1935]
 1936
 1937[[package]]
 1938name = "backtrace"
 1939version = "0.3.76"
 1940source = "registry+https://github.com/rust-lang/crates.io-index"
 1941checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1942dependencies = [
 1943 "addr2line 0.25.1",
 1944 "cfg-if",
 1945 "libc",
 1946 "miniz_oxide",
 1947 "object 0.37.3",
 1948 "rustc-demangle",
 1949 "windows-link 0.2.1",
 1950]
 1951
 1952[[package]]
 1953name = "base16ct"
 1954version = "0.1.1"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1957
 1958[[package]]
 1959name = "base64"
 1960version = "0.21.7"
 1961source = "registry+https://github.com/rust-lang/crates.io-index"
 1962checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1963
 1964[[package]]
 1965name = "base64"
 1966version = "0.22.1"
 1967source = "registry+https://github.com/rust-lang/crates.io-index"
 1968checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1969
 1970[[package]]
 1971name = "base64-simd"
 1972version = "0.8.0"
 1973source = "registry+https://github.com/rust-lang/crates.io-index"
 1974checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1975dependencies = [
 1976 "outref",
 1977 "vsimd",
 1978]
 1979
 1980[[package]]
 1981name = "base64ct"
 1982version = "1.8.0"
 1983source = "registry+https://github.com/rust-lang/crates.io-index"
 1984checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1985
 1986[[package]]
 1987name = "bedrock"
 1988version = "0.1.0"
 1989dependencies = [
 1990 "anyhow",
 1991 "aws-sdk-bedrockruntime",
 1992 "aws-smithy-types",
 1993 "futures 0.3.31",
 1994 "schemars",
 1995 "serde",
 1996 "serde_json",
 1997 "strum 0.27.2",
 1998 "thiserror 2.0.17",
 1999]
 2000
 2001[[package]]
 2002name = "bigdecimal"
 2003version = "0.4.8"
 2004source = "registry+https://github.com/rust-lang/crates.io-index"
 2005checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 2006dependencies = [
 2007 "autocfg",
 2008 "libm",
 2009 "num-bigint",
 2010 "num-integer",
 2011 "num-traits",
 2012 "serde",
 2013]
 2014
 2015[[package]]
 2016name = "bincode"
 2017version = "1.3.3"
 2018source = "registry+https://github.com/rust-lang/crates.io-index"
 2019checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 2020dependencies = [
 2021 "serde",
 2022]
 2023
 2024[[package]]
 2025name = "bindgen"
 2026version = "0.71.1"
 2027source = "registry+https://github.com/rust-lang/crates.io-index"
 2028checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 2029dependencies = [
 2030 "bitflags 2.10.0",
 2031 "cexpr",
 2032 "clang-sys",
 2033 "itertools 0.12.1",
 2034 "log",
 2035 "prettyplease",
 2036 "proc-macro2",
 2037 "quote",
 2038 "regex",
 2039 "rustc-hash 2.1.1",
 2040 "shlex",
 2041 "syn 2.0.117",
 2042]
 2043
 2044[[package]]
 2045name = "bindgen"
 2046version = "0.72.1"
 2047source = "registry+https://github.com/rust-lang/crates.io-index"
 2048checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 2049dependencies = [
 2050 "bitflags 2.10.0",
 2051 "cexpr",
 2052 "clang-sys",
 2053 "itertools 0.12.1",
 2054 "proc-macro2",
 2055 "quote",
 2056 "regex",
 2057 "rustc-hash 2.1.1",
 2058 "shlex",
 2059 "syn 2.0.117",
 2060]
 2061
 2062[[package]]
 2063name = "bit-set"
 2064version = "0.8.0"
 2065source = "registry+https://github.com/rust-lang/crates.io-index"
 2066checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2067dependencies = [
 2068 "bit-vec 0.8.0",
 2069]
 2070
 2071[[package]]
 2072name = "bit-set"
 2073version = "0.9.1"
 2074source = "registry+https://github.com/rust-lang/crates.io-index"
 2075checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 2076dependencies = [
 2077 "bit-vec 0.9.1",
 2078]
 2079
 2080[[package]]
 2081name = "bit-vec"
 2082version = "0.8.0"
 2083source = "registry+https://github.com/rust-lang/crates.io-index"
 2084checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2085
 2086[[package]]
 2087name = "bit-vec"
 2088version = "0.9.1"
 2089source = "registry+https://github.com/rust-lang/crates.io-index"
 2090checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 2091
 2092[[package]]
 2093name = "bit_field"
 2094version = "0.10.3"
 2095source = "registry+https://github.com/rust-lang/crates.io-index"
 2096checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2097
 2098[[package]]
 2099name = "bitflags"
 2100version = "1.3.2"
 2101source = "registry+https://github.com/rust-lang/crates.io-index"
 2102checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2103
 2104[[package]]
 2105name = "bitflags"
 2106version = "2.10.0"
 2107source = "registry+https://github.com/rust-lang/crates.io-index"
 2108checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2109dependencies = [
 2110 "serde_core",
 2111]
 2112
 2113[[package]]
 2114name = "bitstream-io"
 2115version = "2.6.0"
 2116source = "registry+https://github.com/rust-lang/crates.io-index"
 2117checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2118
 2119[[package]]
 2120name = "bitvec"
 2121version = "1.0.1"
 2122source = "registry+https://github.com/rust-lang/crates.io-index"
 2123checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2124dependencies = [
 2125 "funty",
 2126 "radium",
 2127 "tap",
 2128 "wyz",
 2129]
 2130
 2131[[package]]
 2132name = "block"
 2133version = "0.1.6"
 2134source = "registry+https://github.com/rust-lang/crates.io-index"
 2135checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2136
 2137[[package]]
 2138name = "block-buffer"
 2139version = "0.10.4"
 2140source = "registry+https://github.com/rust-lang/crates.io-index"
 2141checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2142dependencies = [
 2143 "generic-array",
 2144]
 2145
 2146[[package]]
 2147name = "block-padding"
 2148version = "0.3.3"
 2149source = "registry+https://github.com/rust-lang/crates.io-index"
 2150checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2151dependencies = [
 2152 "generic-array",
 2153]
 2154
 2155[[package]]
 2156name = "block2"
 2157version = "0.6.2"
 2158source = "registry+https://github.com/rust-lang/crates.io-index"
 2159checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2160dependencies = [
 2161 "objc2",
 2162]
 2163
 2164[[package]]
 2165name = "blocking"
 2166version = "1.6.2"
 2167source = "registry+https://github.com/rust-lang/crates.io-index"
 2168checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2169dependencies = [
 2170 "async-channel 2.5.0",
 2171 "async-task",
 2172 "futures-io",
 2173 "futures-lite 2.6.1",
 2174 "piper",
 2175]
 2176
 2177[[package]]
 2178name = "bmrng"
 2179version = "0.5.2"
 2180source = "registry+https://github.com/rust-lang/crates.io-index"
 2181checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2182dependencies = [
 2183 "futures-core",
 2184 "tokio",
 2185]
 2186
 2187[[package]]
 2188name = "bon"
 2189version = "3.8.2"
 2190source = "registry+https://github.com/rust-lang/crates.io-index"
 2191checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2192dependencies = [
 2193 "bon-macros",
 2194 "rustversion",
 2195]
 2196
 2197[[package]]
 2198name = "bon-macros"
 2199version = "3.8.2"
 2200source = "registry+https://github.com/rust-lang/crates.io-index"
 2201checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2202dependencies = [
 2203 "darling 0.21.3",
 2204 "ident_case",
 2205 "prettyplease",
 2206 "proc-macro2",
 2207 "quote",
 2208 "rustversion",
 2209 "syn 2.0.117",
 2210]
 2211
 2212[[package]]
 2213name = "borrow-or-share"
 2214version = "0.2.4"
 2215source = "registry+https://github.com/rust-lang/crates.io-index"
 2216checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2217
 2218[[package]]
 2219name = "borsh"
 2220version = "1.5.7"
 2221source = "registry+https://github.com/rust-lang/crates.io-index"
 2222checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2223dependencies = [
 2224 "borsh-derive",
 2225 "cfg_aliases 0.2.1",
 2226]
 2227
 2228[[package]]
 2229name = "borsh-derive"
 2230version = "1.5.7"
 2231source = "registry+https://github.com/rust-lang/crates.io-index"
 2232checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2233dependencies = [
 2234 "once_cell",
 2235 "proc-macro-crate",
 2236 "proc-macro2",
 2237 "quote",
 2238 "syn 2.0.117",
 2239]
 2240
 2241[[package]]
 2242name = "breadcrumbs"
 2243version = "0.1.0"
 2244dependencies = [
 2245 "gpui",
 2246 "ui",
 2247 "workspace",
 2248]
 2249
 2250[[package]]
 2251name = "brotli"
 2252version = "8.0.2"
 2253source = "registry+https://github.com/rust-lang/crates.io-index"
 2254checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
 2255dependencies = [
 2256 "alloc-no-stdlib",
 2257 "alloc-stdlib",
 2258 "brotli-decompressor",
 2259]
 2260
 2261[[package]]
 2262name = "brotli-decompressor"
 2263version = "5.0.0"
 2264source = "registry+https://github.com/rust-lang/crates.io-index"
 2265checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
 2266dependencies = [
 2267 "alloc-no-stdlib",
 2268 "alloc-stdlib",
 2269]
 2270
 2271[[package]]
 2272name = "brush-parser"
 2273version = "0.3.0"
 2274source = "registry+https://github.com/rust-lang/crates.io-index"
 2275checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2276dependencies = [
 2277 "bon",
 2278 "cached",
 2279 "indenter",
 2280 "peg",
 2281 "thiserror 2.0.17",
 2282 "tracing",
 2283 "utf8-chars",
 2284]
 2285
 2286[[package]]
 2287name = "bstr"
 2288version = "1.12.0"
 2289source = "registry+https://github.com/rust-lang/crates.io-index"
 2290checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2291dependencies = [
 2292 "memchr",
 2293 "regex-automata",
 2294 "serde",
 2295]
 2296
 2297[[package]]
 2298name = "buffer_diff"
 2299version = "0.1.0"
 2300dependencies = [
 2301 "clock",
 2302 "ctor",
 2303 "futures 0.3.31",
 2304 "git2",
 2305 "gpui",
 2306 "language",
 2307 "log",
 2308 "pretty_assertions",
 2309 "rand 0.9.2",
 2310 "rope",
 2311 "settings",
 2312 "sum_tree",
 2313 "text",
 2314 "tracing",
 2315 "unindent",
 2316 "util",
 2317 "zlog",
 2318 "ztracing",
 2319]
 2320
 2321[[package]]
 2322name = "built"
 2323version = "0.7.7"
 2324source = "registry+https://github.com/rust-lang/crates.io-index"
 2325checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2326
 2327[[package]]
 2328name = "bumpalo"
 2329version = "3.19.0"
 2330source = "registry+https://github.com/rust-lang/crates.io-index"
 2331checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2332dependencies = [
 2333 "allocator-api2",
 2334]
 2335
 2336[[package]]
 2337name = "by_address"
 2338version = "1.2.1"
 2339source = "registry+https://github.com/rust-lang/crates.io-index"
 2340checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2341
 2342[[package]]
 2343name = "bytecheck"
 2344version = "0.6.12"
 2345source = "registry+https://github.com/rust-lang/crates.io-index"
 2346checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2347dependencies = [
 2348 "bytecheck_derive",
 2349 "ptr_meta",
 2350 "simdutf8",
 2351]
 2352
 2353[[package]]
 2354name = "bytecheck_derive"
 2355version = "0.6.12"
 2356source = "registry+https://github.com/rust-lang/crates.io-index"
 2357checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2358dependencies = [
 2359 "proc-macro2",
 2360 "quote",
 2361 "syn 1.0.109",
 2362]
 2363
 2364[[package]]
 2365name = "bytecount"
 2366version = "0.6.9"
 2367source = "registry+https://github.com/rust-lang/crates.io-index"
 2368checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2369
 2370[[package]]
 2371name = "bytemuck"
 2372version = "1.24.0"
 2373source = "registry+https://github.com/rust-lang/crates.io-index"
 2374checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2375dependencies = [
 2376 "bytemuck_derive",
 2377]
 2378
 2379[[package]]
 2380name = "bytemuck_derive"
 2381version = "1.10.2"
 2382source = "registry+https://github.com/rust-lang/crates.io-index"
 2383checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2384dependencies = [
 2385 "proc-macro2",
 2386 "quote",
 2387 "syn 2.0.117",
 2388]
 2389
 2390[[package]]
 2391name = "byteorder"
 2392version = "1.5.0"
 2393source = "registry+https://github.com/rust-lang/crates.io-index"
 2394checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2395
 2396[[package]]
 2397name = "byteorder-lite"
 2398version = "0.1.0"
 2399source = "registry+https://github.com/rust-lang/crates.io-index"
 2400checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2401
 2402[[package]]
 2403name = "bytes"
 2404version = "0.4.12"
 2405source = "registry+https://github.com/rust-lang/crates.io-index"
 2406checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2407dependencies = [
 2408 "byteorder",
 2409 "iovec",
 2410]
 2411
 2412[[package]]
 2413name = "bytes"
 2414version = "1.11.1"
 2415source = "registry+https://github.com/rust-lang/crates.io-index"
 2416checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2417
 2418[[package]]
 2419name = "bytes-utils"
 2420version = "0.1.4"
 2421source = "registry+https://github.com/rust-lang/crates.io-index"
 2422checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2423dependencies = [
 2424 "bytes 1.11.1",
 2425 "either",
 2426]
 2427
 2428[[package]]
 2429name = "bzip2"
 2430version = "0.4.4"
 2431source = "registry+https://github.com/rust-lang/crates.io-index"
 2432checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2433dependencies = [
 2434 "bzip2-sys",
 2435 "libc",
 2436]
 2437
 2438[[package]]
 2439name = "bzip2"
 2440version = "0.6.1"
 2441source = "registry+https://github.com/rust-lang/crates.io-index"
 2442checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2443dependencies = [
 2444 "libbz2-rs-sys",
 2445]
 2446
 2447[[package]]
 2448name = "bzip2-sys"
 2449version = "0.1.13+1.0.8"
 2450source = "registry+https://github.com/rust-lang/crates.io-index"
 2451checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2452dependencies = [
 2453 "cc",
 2454 "pkg-config",
 2455]
 2456
 2457[[package]]
 2458name = "cached"
 2459version = "0.56.0"
 2460source = "registry+https://github.com/rust-lang/crates.io-index"
 2461checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2462dependencies = [
 2463 "ahash 0.8.12",
 2464 "cached_proc_macro",
 2465 "cached_proc_macro_types",
 2466 "hashbrown 0.15.5",
 2467 "once_cell",
 2468 "thiserror 2.0.17",
 2469 "web-time",
 2470]
 2471
 2472[[package]]
 2473name = "cached_proc_macro"
 2474version = "0.25.0"
 2475source = "registry+https://github.com/rust-lang/crates.io-index"
 2476checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2477dependencies = [
 2478 "darling 0.20.11",
 2479 "proc-macro2",
 2480 "quote",
 2481 "syn 2.0.117",
 2482]
 2483
 2484[[package]]
 2485name = "cached_proc_macro_types"
 2486version = "0.1.1"
 2487source = "registry+https://github.com/rust-lang/crates.io-index"
 2488checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2489
 2490[[package]]
 2491name = "call"
 2492version = "0.1.0"
 2493dependencies = [
 2494 "anyhow",
 2495 "audio",
 2496 "client",
 2497 "collections",
 2498 "feature_flags",
 2499 "fs",
 2500 "futures 0.3.31",
 2501 "gpui",
 2502 "gpui_tokio",
 2503 "language",
 2504 "livekit_client",
 2505 "log",
 2506 "postage",
 2507 "project",
 2508 "serde",
 2509 "settings",
 2510 "telemetry",
 2511 "util",
 2512 "workspace",
 2513]
 2514
 2515[[package]]
 2516name = "calloop"
 2517version = "0.14.3"
 2518source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2519dependencies = [
 2520 "bitflags 2.10.0",
 2521 "polling",
 2522 "rustix 1.1.2",
 2523 "slab",
 2524 "tracing",
 2525]
 2526
 2527[[package]]
 2528name = "calloop-wayland-source"
 2529version = "0.4.1"
 2530source = "registry+https://github.com/rust-lang/crates.io-index"
 2531checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2532dependencies = [
 2533 "calloop",
 2534 "rustix 1.1.2",
 2535 "wayland-backend",
 2536 "wayland-client",
 2537]
 2538
 2539[[package]]
 2540name = "camino"
 2541version = "1.2.1"
 2542source = "registry+https://github.com/rust-lang/crates.io-index"
 2543checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2544dependencies = [
 2545 "serde_core",
 2546]
 2547
 2548[[package]]
 2549name = "candle-core"
 2550version = "0.9.1"
 2551source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2552dependencies = [
 2553 "byteorder",
 2554 "float8",
 2555 "gemm 0.17.1",
 2556 "half",
 2557 "memmap2",
 2558 "num-traits",
 2559 "num_cpus",
 2560 "rand 0.9.2",
 2561 "rand_distr",
 2562 "rayon",
 2563 "safetensors",
 2564 "thiserror 1.0.69",
 2565 "ug",
 2566 "yoke 0.7.5",
 2567 "zip 1.1.4",
 2568]
 2569
 2570[[package]]
 2571name = "candle-nn"
 2572version = "0.9.1"
 2573source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2574dependencies = [
 2575 "candle-core",
 2576 "half",
 2577 "libc",
 2578 "num-traits",
 2579 "rayon",
 2580 "safetensors",
 2581 "serde",
 2582 "thiserror 1.0.69",
 2583]
 2584
 2585[[package]]
 2586name = "candle-onnx"
 2587version = "0.9.1"
 2588source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2589dependencies = [
 2590 "candle-core",
 2591 "candle-nn",
 2592 "prost 0.12.6",
 2593]
 2594
 2595[[package]]
 2596name = "cap-fs-ext"
 2597version = "3.4.4"
 2598source = "registry+https://github.com/rust-lang/crates.io-index"
 2599checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2600dependencies = [
 2601 "cap-primitives",
 2602 "cap-std",
 2603 "io-lifetimes",
 2604 "windows-sys 0.59.0",
 2605]
 2606
 2607[[package]]
 2608name = "cap-net-ext"
 2609version = "3.4.4"
 2610source = "registry+https://github.com/rust-lang/crates.io-index"
 2611checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2612dependencies = [
 2613 "cap-primitives",
 2614 "cap-std",
 2615 "rustix 1.1.2",
 2616 "smallvec",
 2617]
 2618
 2619[[package]]
 2620name = "cap-primitives"
 2621version = "3.4.4"
 2622source = "registry+https://github.com/rust-lang/crates.io-index"
 2623checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2624dependencies = [
 2625 "ambient-authority",
 2626 "fs-set-times",
 2627 "io-extras",
 2628 "io-lifetimes",
 2629 "ipnet",
 2630 "maybe-owned",
 2631 "rustix 1.1.2",
 2632 "rustix-linux-procfs",
 2633 "windows-sys 0.59.0",
 2634 "winx",
 2635]
 2636
 2637[[package]]
 2638name = "cap-rand"
 2639version = "3.4.4"
 2640source = "registry+https://github.com/rust-lang/crates.io-index"
 2641checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2642dependencies = [
 2643 "ambient-authority",
 2644 "rand 0.8.5",
 2645]
 2646
 2647[[package]]
 2648name = "cap-std"
 2649version = "3.4.4"
 2650source = "registry+https://github.com/rust-lang/crates.io-index"
 2651checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2652dependencies = [
 2653 "cap-primitives",
 2654 "io-extras",
 2655 "io-lifetimes",
 2656 "rustix 1.1.2",
 2657]
 2658
 2659[[package]]
 2660name = "cap-time-ext"
 2661version = "3.4.4"
 2662source = "registry+https://github.com/rust-lang/crates.io-index"
 2663checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2664dependencies = [
 2665 "ambient-authority",
 2666 "cap-primitives",
 2667 "iana-time-zone",
 2668 "once_cell",
 2669 "rustix 1.1.2",
 2670 "winx",
 2671]
 2672
 2673[[package]]
 2674name = "cargo-platform"
 2675version = "0.1.9"
 2676source = "registry+https://github.com/rust-lang/crates.io-index"
 2677checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2678dependencies = [
 2679 "serde",
 2680]
 2681
 2682[[package]]
 2683name = "cargo_metadata"
 2684version = "0.19.2"
 2685source = "registry+https://github.com/rust-lang/crates.io-index"
 2686checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2687dependencies = [
 2688 "camino",
 2689 "cargo-platform",
 2690 "semver",
 2691 "serde",
 2692 "serde_json",
 2693 "thiserror 2.0.17",
 2694]
 2695
 2696[[package]]
 2697name = "cargo_toml"
 2698version = "0.21.0"
 2699source = "registry+https://github.com/rust-lang/crates.io-index"
 2700checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2701dependencies = [
 2702 "serde",
 2703 "toml 0.8.23",
 2704]
 2705
 2706[[package]]
 2707name = "cast"
 2708version = "0.3.0"
 2709source = "registry+https://github.com/rust-lang/crates.io-index"
 2710checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2711
 2712[[package]]
 2713name = "cbc"
 2714version = "0.1.2"
 2715source = "registry+https://github.com/rust-lang/crates.io-index"
 2716checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2717dependencies = [
 2718 "cipher",
 2719]
 2720
 2721[[package]]
 2722name = "cbindgen"
 2723version = "0.28.0"
 2724source = "registry+https://github.com/rust-lang/crates.io-index"
 2725checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2726dependencies = [
 2727 "heck 0.4.1",
 2728 "indexmap",
 2729 "log",
 2730 "proc-macro2",
 2731 "quote",
 2732 "serde",
 2733 "serde_json",
 2734 "syn 2.0.117",
 2735 "tempfile",
 2736 "toml 0.8.23",
 2737]
 2738
 2739[[package]]
 2740name = "cc"
 2741version = "1.2.49"
 2742source = "registry+https://github.com/rust-lang/crates.io-index"
 2743checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2744dependencies = [
 2745 "find-msvc-tools",
 2746 "jobserver",
 2747 "libc",
 2748 "shlex",
 2749]
 2750
 2751[[package]]
 2752name = "cesu8"
 2753version = "1.1.0"
 2754source = "registry+https://github.com/rust-lang/crates.io-index"
 2755checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2756
 2757[[package]]
 2758name = "cexpr"
 2759version = "0.6.0"
 2760source = "registry+https://github.com/rust-lang/crates.io-index"
 2761checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2762dependencies = [
 2763 "nom 7.1.3",
 2764]
 2765
 2766[[package]]
 2767name = "cfg-expr"
 2768version = "0.15.8"
 2769source = "registry+https://github.com/rust-lang/crates.io-index"
 2770checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2771dependencies = [
 2772 "smallvec",
 2773 "target-lexicon 0.12.16",
 2774]
 2775
 2776[[package]]
 2777name = "cfg-expr"
 2778version = "0.20.6"
 2779source = "registry+https://github.com/rust-lang/crates.io-index"
 2780checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2781dependencies = [
 2782 "smallvec",
 2783 "target-lexicon 0.13.3",
 2784]
 2785
 2786[[package]]
 2787name = "cfg-if"
 2788version = "1.0.4"
 2789source = "registry+https://github.com/rust-lang/crates.io-index"
 2790checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2791
 2792[[package]]
 2793name = "cfg_aliases"
 2794version = "0.1.1"
 2795source = "registry+https://github.com/rust-lang/crates.io-index"
 2796checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2797
 2798[[package]]
 2799name = "cfg_aliases"
 2800version = "0.2.1"
 2801source = "registry+https://github.com/rust-lang/crates.io-index"
 2802checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2803
 2804[[package]]
 2805name = "cgl"
 2806version = "0.3.2"
 2807source = "registry+https://github.com/rust-lang/crates.io-index"
 2808checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2809dependencies = [
 2810 "libc",
 2811]
 2812
 2813[[package]]
 2814name = "channel"
 2815version = "0.1.0"
 2816dependencies = [
 2817 "anyhow",
 2818 "client",
 2819 "clock",
 2820 "collections",
 2821 "futures 0.3.31",
 2822 "gpui",
 2823 "http_client",
 2824 "language",
 2825 "log",
 2826 "postage",
 2827 "release_channel",
 2828 "rpc",
 2829 "semver",
 2830 "settings",
 2831 "text",
 2832 "time",
 2833 "util",
 2834]
 2835
 2836[[package]]
 2837name = "chardetng"
 2838version = "0.1.17"
 2839source = "registry+https://github.com/rust-lang/crates.io-index"
 2840checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2841dependencies = [
 2842 "cfg-if",
 2843 "encoding_rs",
 2844 "memchr",
 2845]
 2846
 2847[[package]]
 2848name = "chrono"
 2849version = "0.4.42"
 2850source = "registry+https://github.com/rust-lang/crates.io-index"
 2851checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2852dependencies = [
 2853 "iana-time-zone",
 2854 "js-sys",
 2855 "num-traits",
 2856 "serde",
 2857 "wasm-bindgen",
 2858 "windows-link 0.2.1",
 2859]
 2860
 2861[[package]]
 2862name = "chunked_transfer"
 2863version = "1.5.0"
 2864source = "registry+https://github.com/rust-lang/crates.io-index"
 2865checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2866
 2867[[package]]
 2868name = "ciborium"
 2869version = "0.2.2"
 2870source = "registry+https://github.com/rust-lang/crates.io-index"
 2871checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2872dependencies = [
 2873 "ciborium-io",
 2874 "ciborium-ll",
 2875 "serde",
 2876]
 2877
 2878[[package]]
 2879name = "ciborium-io"
 2880version = "0.2.2"
 2881source = "registry+https://github.com/rust-lang/crates.io-index"
 2882checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2883
 2884[[package]]
 2885name = "ciborium-ll"
 2886version = "0.2.2"
 2887source = "registry+https://github.com/rust-lang/crates.io-index"
 2888checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2889dependencies = [
 2890 "ciborium-io",
 2891 "half",
 2892]
 2893
 2894[[package]]
 2895name = "cipher"
 2896version = "0.4.4"
 2897source = "registry+https://github.com/rust-lang/crates.io-index"
 2898checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2899dependencies = [
 2900 "crypto-common",
 2901 "inout",
 2902 "zeroize",
 2903]
 2904
 2905[[package]]
 2906name = "circular-buffer"
 2907version = "1.2.0"
 2908source = "registry+https://github.com/rust-lang/crates.io-index"
 2909checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2910
 2911[[package]]
 2912name = "clang-sys"
 2913version = "1.8.1"
 2914source = "registry+https://github.com/rust-lang/crates.io-index"
 2915checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2916dependencies = [
 2917 "glob",
 2918 "libc",
 2919 "libloading",
 2920]
 2921
 2922[[package]]
 2923name = "clap"
 2924version = "4.5.49"
 2925source = "registry+https://github.com/rust-lang/crates.io-index"
 2926checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2927dependencies = [
 2928 "clap_builder",
 2929 "clap_derive",
 2930]
 2931
 2932[[package]]
 2933name = "clap_builder"
 2934version = "4.5.49"
 2935source = "registry+https://github.com/rust-lang/crates.io-index"
 2936checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2937dependencies = [
 2938 "anstream",
 2939 "anstyle",
 2940 "clap_lex",
 2941 "strsim",
 2942 "terminal_size",
 2943]
 2944
 2945[[package]]
 2946name = "clap_complete"
 2947version = "4.5.59"
 2948source = "registry+https://github.com/rust-lang/crates.io-index"
 2949checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2950dependencies = [
 2951 "clap",
 2952]
 2953
 2954[[package]]
 2955name = "clap_derive"
 2956version = "4.5.49"
 2957source = "registry+https://github.com/rust-lang/crates.io-index"
 2958checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2959dependencies = [
 2960 "heck 0.5.0",
 2961 "proc-macro2",
 2962 "quote",
 2963 "syn 2.0.117",
 2964]
 2965
 2966[[package]]
 2967name = "clap_lex"
 2968version = "0.7.6"
 2969source = "registry+https://github.com/rust-lang/crates.io-index"
 2970checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2971
 2972[[package]]
 2973name = "cli"
 2974version = "0.1.0"
 2975dependencies = [
 2976 "anyhow",
 2977 "askpass",
 2978 "clap",
 2979 "collections",
 2980 "core-foundation 0.10.0",
 2981 "core-services",
 2982 "exec",
 2983 "fork",
 2984 "ipc-channel",
 2985 "parking_lot",
 2986 "paths",
 2987 "plist",
 2988 "rayon",
 2989 "release_channel",
 2990 "serde",
 2991 "serde_json",
 2992 "tempfile",
 2993 "util",
 2994 "walkdir",
 2995 "windows 0.61.3",
 2996]
 2997
 2998[[package]]
 2999name = "client"
 3000version = "0.1.0"
 3001dependencies = [
 3002 "anyhow",
 3003 "async-tungstenite",
 3004 "base64 0.22.1",
 3005 "chrono",
 3006 "clock",
 3007 "cloud_api_client",
 3008 "cloud_llm_client",
 3009 "collections",
 3010 "credentials_provider",
 3011 "derive_more",
 3012 "feature_flags",
 3013 "fs",
 3014 "futures 0.3.31",
 3015 "gpui",
 3016 "gpui_tokio",
 3017 "http_client",
 3018 "http_client_tls",
 3019 "httparse",
 3020 "log",
 3021 "objc2-foundation",
 3022 "parking_lot",
 3023 "paths",
 3024 "postage",
 3025 "rand 0.9.2",
 3026 "regex",
 3027 "release_channel",
 3028 "rpc",
 3029 "rustls-pki-types",
 3030 "semver",
 3031 "serde",
 3032 "serde_json",
 3033 "serde_urlencoded",
 3034 "settings",
 3035 "sha2",
 3036 "smol",
 3037 "telemetry",
 3038 "telemetry_events",
 3039 "text",
 3040 "thiserror 2.0.17",
 3041 "time",
 3042 "tiny_http",
 3043 "tokio",
 3044 "tokio-native-tls",
 3045 "tokio-rustls 0.26.2",
 3046 "tokio-socks",
 3047 "url",
 3048 "util",
 3049 "windows 0.61.3",
 3050 "worktree",
 3051]
 3052
 3053[[package]]
 3054name = "clock"
 3055version = "0.1.0"
 3056dependencies = [
 3057 "parking_lot",
 3058 "serde",
 3059 "smallvec",
 3060]
 3061
 3062[[package]]
 3063name = "cloud_api_client"
 3064version = "0.1.0"
 3065dependencies = [
 3066 "anyhow",
 3067 "cloud_api_types",
 3068 "futures 0.3.31",
 3069 "gpui",
 3070 "gpui_tokio",
 3071 "http_client",
 3072 "parking_lot",
 3073 "serde_json",
 3074 "thiserror 2.0.17",
 3075 "yawc",
 3076]
 3077
 3078[[package]]
 3079name = "cloud_api_types"
 3080version = "0.1.0"
 3081dependencies = [
 3082 "anyhow",
 3083 "chrono",
 3084 "ciborium",
 3085 "cloud_llm_client",
 3086 "pretty_assertions",
 3087 "serde",
 3088 "serde_json",
 3089 "strum 0.27.2",
 3090]
 3091
 3092[[package]]
 3093name = "cloud_llm_client"
 3094version = "0.1.0"
 3095dependencies = [
 3096 "anyhow",
 3097 "serde",
 3098 "serde_json",
 3099 "strum 0.27.2",
 3100 "uuid",
 3101 "zeta_prompt",
 3102]
 3103
 3104[[package]]
 3105name = "cmake"
 3106version = "0.1.56"
 3107source = "registry+https://github.com/rust-lang/crates.io-index"
 3108checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3109dependencies = [
 3110 "cc",
 3111]
 3112
 3113[[package]]
 3114name = "cobs"
 3115version = "0.3.0"
 3116source = "registry+https://github.com/rust-lang/crates.io-index"
 3117checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3118dependencies = [
 3119 "thiserror 2.0.17",
 3120]
 3121
 3122[[package]]
 3123name = "cocoa"
 3124version = "0.25.0"
 3125source = "registry+https://github.com/rust-lang/crates.io-index"
 3126checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3127dependencies = [
 3128 "bitflags 1.3.2",
 3129 "block",
 3130 "cocoa-foundation 0.1.2",
 3131 "core-foundation 0.9.4",
 3132 "core-graphics 0.23.2",
 3133 "foreign-types 0.5.0",
 3134 "libc",
 3135 "objc",
 3136]
 3137
 3138[[package]]
 3139name = "cocoa"
 3140version = "0.26.0"
 3141source = "registry+https://github.com/rust-lang/crates.io-index"
 3142checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3143dependencies = [
 3144 "bitflags 2.10.0",
 3145 "block",
 3146 "cocoa-foundation 0.2.0",
 3147 "core-foundation 0.10.0",
 3148 "core-graphics 0.24.0",
 3149 "foreign-types 0.5.0",
 3150 "libc",
 3151 "objc",
 3152]
 3153
 3154[[package]]
 3155name = "cocoa-foundation"
 3156version = "0.1.2"
 3157source = "registry+https://github.com/rust-lang/crates.io-index"
 3158checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3159dependencies = [
 3160 "bitflags 1.3.2",
 3161 "block",
 3162 "core-foundation 0.9.4",
 3163 "core-graphics-types 0.1.3",
 3164 "libc",
 3165 "objc",
 3166]
 3167
 3168[[package]]
 3169name = "cocoa-foundation"
 3170version = "0.2.0"
 3171source = "registry+https://github.com/rust-lang/crates.io-index"
 3172checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3173dependencies = [
 3174 "bitflags 2.10.0",
 3175 "block",
 3176 "core-foundation 0.10.0",
 3177 "core-graphics-types 0.2.0",
 3178 "libc",
 3179 "objc",
 3180]
 3181
 3182[[package]]
 3183name = "codespan-reporting"
 3184version = "0.13.0"
 3185source = "registry+https://github.com/rust-lang/crates.io-index"
 3186checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3187dependencies = [
 3188 "serde",
 3189 "termcolor",
 3190 "unicode-width",
 3191]
 3192
 3193[[package]]
 3194name = "codestral"
 3195version = "0.1.0"
 3196dependencies = [
 3197 "anyhow",
 3198 "edit_prediction",
 3199 "edit_prediction_types",
 3200 "futures 0.3.31",
 3201 "gpui",
 3202 "http_client",
 3203 "icons",
 3204 "language",
 3205 "language_model",
 3206 "log",
 3207 "serde",
 3208 "serde_json",
 3209 "text",
 3210 "zeta_prompt",
 3211]
 3212
 3213[[package]]
 3214name = "collab"
 3215version = "0.44.0"
 3216dependencies = [
 3217 "agent",
 3218 "anyhow",
 3219 "assistant_slash_command",
 3220 "assistant_text_thread",
 3221 "async-trait",
 3222 "async-tungstenite",
 3223 "aws-config",
 3224 "aws-sdk-kinesis",
 3225 "aws-sdk-s3",
 3226 "axum",
 3227 "buffer_diff",
 3228 "call",
 3229 "channel",
 3230 "chrono",
 3231 "client",
 3232 "clock",
 3233 "cloud_api_types",
 3234 "collab",
 3235 "collab_ui",
 3236 "collections",
 3237 "command_palette_hooks",
 3238 "ctor",
 3239 "dap",
 3240 "dap_adapters",
 3241 "dashmap",
 3242 "debugger_ui",
 3243 "editor",
 3244 "envy",
 3245 "extension",
 3246 "file_finder",
 3247 "fs",
 3248 "futures 0.3.31",
 3249 "git",
 3250 "git_hosting_providers",
 3251 "git_ui",
 3252 "gpui",
 3253 "gpui_tokio",
 3254 "hex",
 3255 "http_client",
 3256 "indoc",
 3257 "language",
 3258 "language_model",
 3259 "livekit_api",
 3260 "livekit_client",
 3261 "log",
 3262 "lsp",
 3263 "menu",
 3264 "multi_buffer",
 3265 "nanoid",
 3266 "node_runtime",
 3267 "notifications",
 3268 "parking_lot",
 3269 "pretty_assertions",
 3270 "project",
 3271 "prometheus",
 3272 "prompt_store",
 3273 "prost 0.9.0",
 3274 "rand 0.9.2",
 3275 "recent_projects",
 3276 "release_channel",
 3277 "remote",
 3278 "remote_server",
 3279 "reqwest 0.11.27",
 3280 "rpc",
 3281 "sea-orm",
 3282 "sea-orm-macros",
 3283 "semver",
 3284 "serde",
 3285 "serde_json",
 3286 "session",
 3287 "settings",
 3288 "sha2",
 3289 "smol",
 3290 "sqlx",
 3291 "strum 0.27.2",
 3292 "task",
 3293 "telemetry_events",
 3294 "text",
 3295 "theme",
 3296 "time",
 3297 "tokio",
 3298 "toml 0.8.23",
 3299 "tower 0.4.13",
 3300 "tower-http 0.4.4",
 3301 "tracing",
 3302 "tracing-subscriber",
 3303 "unindent",
 3304 "util",
 3305 "uuid",
 3306 "workspace",
 3307 "worktree",
 3308 "zed_actions",
 3309 "zlog",
 3310]
 3311
 3312[[package]]
 3313name = "collab_ui"
 3314version = "0.1.0"
 3315dependencies = [
 3316 "anyhow",
 3317 "call",
 3318 "channel",
 3319 "chrono",
 3320 "client",
 3321 "collections",
 3322 "db",
 3323 "editor",
 3324 "futures 0.3.31",
 3325 "fuzzy",
 3326 "gpui",
 3327 "livekit_client",
 3328 "log",
 3329 "menu",
 3330 "notifications",
 3331 "picker",
 3332 "project",
 3333 "release_channel",
 3334 "rpc",
 3335 "serde",
 3336 "serde_json",
 3337 "settings",
 3338 "smallvec",
 3339 "telemetry",
 3340 "theme",
 3341 "time",
 3342 "time_format",
 3343 "title_bar",
 3344 "ui",
 3345 "util",
 3346 "workspace",
 3347 "zed_actions",
 3348]
 3349
 3350[[package]]
 3351name = "collections"
 3352version = "0.1.0"
 3353dependencies = [
 3354 "indexmap",
 3355 "rustc-hash 2.1.1",
 3356]
 3357
 3358[[package]]
 3359name = "color_quant"
 3360version = "1.1.0"
 3361source = "registry+https://github.com/rust-lang/crates.io-index"
 3362checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3363
 3364[[package]]
 3365name = "colorchoice"
 3366version = "1.0.4"
 3367source = "registry+https://github.com/rust-lang/crates.io-index"
 3368checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3369
 3370[[package]]
 3371name = "combine"
 3372version = "4.6.7"
 3373source = "registry+https://github.com/rust-lang/crates.io-index"
 3374checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3375dependencies = [
 3376 "bytes 1.11.1",
 3377 "memchr",
 3378]
 3379
 3380[[package]]
 3381name = "command-fds"
 3382version = "0.3.2"
 3383source = "registry+https://github.com/rust-lang/crates.io-index"
 3384checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3385dependencies = [
 3386 "nix 0.30.1",
 3387 "thiserror 2.0.17",
 3388]
 3389
 3390[[package]]
 3391name = "command_palette"
 3392version = "0.1.0"
 3393dependencies = [
 3394 "anyhow",
 3395 "client",
 3396 "collections",
 3397 "command_palette_hooks",
 3398 "db",
 3399 "editor",
 3400 "fuzzy",
 3401 "go_to_line",
 3402 "gpui",
 3403 "language",
 3404 "log",
 3405 "menu",
 3406 "picker",
 3407 "postage",
 3408 "project",
 3409 "serde",
 3410 "settings",
 3411 "telemetry",
 3412 "theme",
 3413 "time",
 3414 "ui",
 3415 "util",
 3416 "workspace",
 3417 "zed_actions",
 3418]
 3419
 3420[[package]]
 3421name = "command_palette_hooks"
 3422version = "0.1.0"
 3423dependencies = [
 3424 "collections",
 3425 "derive_more",
 3426 "gpui",
 3427 "workspace",
 3428]
 3429
 3430[[package]]
 3431name = "component"
 3432version = "0.1.0"
 3433dependencies = [
 3434 "collections",
 3435 "documented",
 3436 "gpui",
 3437 "inventory",
 3438 "parking_lot",
 3439 "strum 0.27.2",
 3440 "theme",
 3441]
 3442
 3443[[package]]
 3444name = "component_preview"
 3445version = "0.1.0"
 3446dependencies = [
 3447 "anyhow",
 3448 "client",
 3449 "collections",
 3450 "component",
 3451 "db",
 3452 "fs",
 3453 "gpui",
 3454 "gpui_platform",
 3455 "language",
 3456 "log",
 3457 "node_runtime",
 3458 "notifications",
 3459 "project",
 3460 "release_channel",
 3461 "reqwest_client",
 3462 "session",
 3463 "settings",
 3464 "theme",
 3465 "ui",
 3466 "ui_input",
 3467 "uuid",
 3468 "workspace",
 3469]
 3470
 3471[[package]]
 3472name = "compression-codecs"
 3473version = "0.4.31"
 3474source = "registry+https://github.com/rust-lang/crates.io-index"
 3475checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3476dependencies = [
 3477 "bzip2 0.6.1",
 3478 "compression-core",
 3479 "deflate64",
 3480 "flate2",
 3481 "memchr",
 3482]
 3483
 3484[[package]]
 3485name = "compression-core"
 3486version = "0.4.29"
 3487source = "registry+https://github.com/rust-lang/crates.io-index"
 3488checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3489
 3490[[package]]
 3491name = "concurrent-queue"
 3492version = "2.5.0"
 3493source = "registry+https://github.com/rust-lang/crates.io-index"
 3494checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3495dependencies = [
 3496 "crossbeam-utils",
 3497]
 3498
 3499[[package]]
 3500name = "console"
 3501version = "0.15.11"
 3502source = "registry+https://github.com/rust-lang/crates.io-index"
 3503checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3504dependencies = [
 3505 "encode_unicode",
 3506 "libc",
 3507 "once_cell",
 3508 "unicode-width",
 3509 "windows-sys 0.59.0",
 3510]
 3511
 3512[[package]]
 3513name = "console_error_panic_hook"
 3514version = "0.1.7"
 3515source = "registry+https://github.com/rust-lang/crates.io-index"
 3516checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3517dependencies = [
 3518 "cfg-if",
 3519 "wasm-bindgen",
 3520]
 3521
 3522[[package]]
 3523name = "const-oid"
 3524version = "0.9.6"
 3525source = "registry+https://github.com/rust-lang/crates.io-index"
 3526checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3527
 3528[[package]]
 3529name = "const-random"
 3530version = "0.1.18"
 3531source = "registry+https://github.com/rust-lang/crates.io-index"
 3532checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3533dependencies = [
 3534 "const-random-macro",
 3535]
 3536
 3537[[package]]
 3538name = "const-random-macro"
 3539version = "0.1.16"
 3540source = "registry+https://github.com/rust-lang/crates.io-index"
 3541checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3542dependencies = [
 3543 "getrandom 0.2.16",
 3544 "once_cell",
 3545 "tiny-keccak",
 3546]
 3547
 3548[[package]]
 3549name = "const_format"
 3550version = "0.2.35"
 3551source = "registry+https://github.com/rust-lang/crates.io-index"
 3552checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3553dependencies = [
 3554 "const_format_proc_macros",
 3555]
 3556
 3557[[package]]
 3558name = "const_format_proc_macros"
 3559version = "0.2.34"
 3560source = "registry+https://github.com/rust-lang/crates.io-index"
 3561checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3562dependencies = [
 3563 "proc-macro2",
 3564 "quote",
 3565 "unicode-xid",
 3566]
 3567
 3568[[package]]
 3569name = "constant_time_eq"
 3570version = "0.1.5"
 3571source = "registry+https://github.com/rust-lang/crates.io-index"
 3572checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3573
 3574[[package]]
 3575name = "context_server"
 3576version = "0.1.0"
 3577dependencies = [
 3578 "anyhow",
 3579 "async-trait",
 3580 "base64 0.22.1",
 3581 "collections",
 3582 "futures 0.3.31",
 3583 "gpui",
 3584 "http_client",
 3585 "log",
 3586 "net",
 3587 "parking_lot",
 3588 "postage",
 3589 "rand 0.9.2",
 3590 "schemars",
 3591 "serde",
 3592 "serde_json",
 3593 "settings",
 3594 "sha2",
 3595 "slotmap",
 3596 "smol",
 3597 "tempfile",
 3598 "terminal",
 3599 "tiny_http",
 3600 "url",
 3601 "util",
 3602]
 3603
 3604[[package]]
 3605name = "convert_case"
 3606version = "0.8.0"
 3607source = "registry+https://github.com/rust-lang/crates.io-index"
 3608checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3609dependencies = [
 3610 "unicode-segmentation",
 3611]
 3612
 3613[[package]]
 3614name = "convert_case"
 3615version = "0.10.0"
 3616source = "registry+https://github.com/rust-lang/crates.io-index"
 3617checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3618dependencies = [
 3619 "unicode-segmentation",
 3620]
 3621
 3622[[package]]
 3623name = "convert_case"
 3624version = "0.11.0"
 3625source = "registry+https://github.com/rust-lang/crates.io-index"
 3626checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3627dependencies = [
 3628 "unicode-segmentation",
 3629]
 3630
 3631[[package]]
 3632name = "copilot"
 3633version = "0.1.0"
 3634dependencies = [
 3635 "anyhow",
 3636 "async-std",
 3637 "collections",
 3638 "command_palette_hooks",
 3639 "copilot_chat",
 3640 "edit_prediction_types",
 3641 "editor",
 3642 "fs",
 3643 "futures 0.3.31",
 3644 "gpui",
 3645 "icons",
 3646 "indoc",
 3647 "language",
 3648 "log",
 3649 "lsp",
 3650 "node_runtime",
 3651 "parking_lot",
 3652 "paths",
 3653 "pretty_assertions",
 3654 "project",
 3655 "rpc",
 3656 "semver",
 3657 "serde",
 3658 "serde_json",
 3659 "settings",
 3660 "sum_tree",
 3661 "theme",
 3662 "util",
 3663 "workspace",
 3664 "zlog",
 3665]
 3666
 3667[[package]]
 3668name = "copilot_chat"
 3669version = "0.1.0"
 3670dependencies = [
 3671 "anthropic",
 3672 "anyhow",
 3673 "collections",
 3674 "dirs 4.0.0",
 3675 "fs",
 3676 "futures 0.3.31",
 3677 "gpui",
 3678 "http_client",
 3679 "log",
 3680 "paths",
 3681 "serde",
 3682 "serde_json",
 3683 "settings",
 3684]
 3685
 3686[[package]]
 3687name = "copilot_ui"
 3688version = "0.1.0"
 3689dependencies = [
 3690 "anyhow",
 3691 "copilot",
 3692 "gpui",
 3693 "language",
 3694 "log",
 3695 "lsp",
 3696 "menu",
 3697 "project",
 3698 "serde_json",
 3699 "settings",
 3700 "ui",
 3701 "util",
 3702 "workspace",
 3703]
 3704
 3705[[package]]
 3706name = "core-foundation"
 3707version = "0.9.4"
 3708source = "registry+https://github.com/rust-lang/crates.io-index"
 3709checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3710dependencies = [
 3711 "core-foundation-sys",
 3712 "libc",
 3713]
 3714
 3715[[package]]
 3716name = "core-foundation"
 3717version = "0.10.0"
 3718source = "registry+https://github.com/rust-lang/crates.io-index"
 3719checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3720dependencies = [
 3721 "core-foundation-sys",
 3722 "libc",
 3723]
 3724
 3725[[package]]
 3726name = "core-foundation-sys"
 3727version = "0.8.7"
 3728source = "registry+https://github.com/rust-lang/crates.io-index"
 3729checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3730
 3731[[package]]
 3732name = "core-graphics"
 3733version = "0.23.2"
 3734source = "registry+https://github.com/rust-lang/crates.io-index"
 3735checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3736dependencies = [
 3737 "bitflags 1.3.2",
 3738 "core-foundation 0.9.4",
 3739 "core-graphics-types 0.1.3",
 3740 "foreign-types 0.5.0",
 3741 "libc",
 3742]
 3743
 3744[[package]]
 3745name = "core-graphics"
 3746version = "0.24.0"
 3747source = "registry+https://github.com/rust-lang/crates.io-index"
 3748checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3749dependencies = [
 3750 "bitflags 2.10.0",
 3751 "core-foundation 0.10.0",
 3752 "core-graphics-types 0.2.0",
 3753 "foreign-types 0.5.0",
 3754 "libc",
 3755]
 3756
 3757[[package]]
 3758name = "core-graphics-helmer-fork"
 3759version = "0.24.0"
 3760source = "registry+https://github.com/rust-lang/crates.io-index"
 3761checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3762dependencies = [
 3763 "bitflags 2.10.0",
 3764 "core-foundation 0.9.4",
 3765 "core-graphics-types 0.1.3",
 3766 "foreign-types 0.5.0",
 3767 "libc",
 3768]
 3769
 3770[[package]]
 3771name = "core-graphics-types"
 3772version = "0.1.3"
 3773source = "registry+https://github.com/rust-lang/crates.io-index"
 3774checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3775dependencies = [
 3776 "bitflags 1.3.2",
 3777 "core-foundation 0.9.4",
 3778 "libc",
 3779]
 3780
 3781[[package]]
 3782name = "core-graphics-types"
 3783version = "0.2.0"
 3784source = "registry+https://github.com/rust-lang/crates.io-index"
 3785checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3786dependencies = [
 3787 "bitflags 2.10.0",
 3788 "core-foundation 0.10.0",
 3789 "libc",
 3790]
 3791
 3792[[package]]
 3793name = "core-graphics2"
 3794version = "0.5.2"
 3795source = "registry+https://github.com/rust-lang/crates.io-index"
 3796checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3797dependencies = [
 3798 "bitflags 2.10.0",
 3799 "block",
 3800 "cfg-if",
 3801 "core-foundation 0.10.0",
 3802 "libc",
 3803]
 3804
 3805[[package]]
 3806name = "core-services"
 3807version = "0.2.1"
 3808source = "registry+https://github.com/rust-lang/crates.io-index"
 3809checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3810dependencies = [
 3811 "core-foundation 0.9.4",
 3812]
 3813
 3814[[package]]
 3815name = "core-text"
 3816version = "21.0.0"
 3817source = "registry+https://github.com/rust-lang/crates.io-index"
 3818checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3819dependencies = [
 3820 "core-foundation 0.10.0",
 3821 "core-graphics 0.24.0",
 3822 "foreign-types 0.5.0",
 3823 "libc",
 3824]
 3825
 3826[[package]]
 3827name = "core-video"
 3828version = "0.5.2"
 3829source = "registry+https://github.com/rust-lang/crates.io-index"
 3830checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3831dependencies = [
 3832 "block",
 3833 "core-foundation 0.10.0",
 3834 "core-graphics2",
 3835 "io-surface",
 3836 "libc",
 3837 "metal",
 3838]
 3839
 3840[[package]]
 3841name = "core_maths"
 3842version = "0.1.1"
 3843source = "registry+https://github.com/rust-lang/crates.io-index"
 3844checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3845dependencies = [
 3846 "libm",
 3847]
 3848
 3849[[package]]
 3850name = "coreaudio-rs"
 3851version = "0.12.1"
 3852source = "registry+https://github.com/rust-lang/crates.io-index"
 3853checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3854dependencies = [
 3855 "bitflags 1.3.2",
 3856 "core-foundation-sys",
 3857 "coreaudio-sys",
 3858]
 3859
 3860[[package]]
 3861name = "coreaudio-rs"
 3862version = "0.13.0"
 3863source = "registry+https://github.com/rust-lang/crates.io-index"
 3864checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3865dependencies = [
 3866 "bitflags 1.3.2",
 3867 "libc",
 3868 "objc2-audio-toolbox",
 3869 "objc2-core-audio",
 3870 "objc2-core-audio-types",
 3871 "objc2-core-foundation",
 3872]
 3873
 3874[[package]]
 3875name = "coreaudio-sys"
 3876version = "0.2.17"
 3877source = "registry+https://github.com/rust-lang/crates.io-index"
 3878checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3879dependencies = [
 3880 "bindgen 0.72.1",
 3881]
 3882
 3883[[package]]
 3884name = "cosmic-text"
 3885version = "0.17.1"
 3886source = "registry+https://github.com/rust-lang/crates.io-index"
 3887checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3888dependencies = [
 3889 "bitflags 2.10.0",
 3890 "fontdb 0.23.0",
 3891 "harfrust",
 3892 "linebender_resource_handle",
 3893 "log",
 3894 "rangemap",
 3895 "rustc-hash 2.1.1",
 3896 "self_cell",
 3897 "skrifa 0.40.0",
 3898 "smol_str",
 3899 "swash",
 3900 "sys-locale",
 3901 "unicode-bidi",
 3902 "unicode-linebreak",
 3903 "unicode-script",
 3904 "unicode-segmentation",
 3905]
 3906
 3907[[package]]
 3908name = "cpal"
 3909version = "0.17.1"
 3910source = "registry+https://github.com/rust-lang/crates.io-index"
 3911checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3912dependencies = [
 3913 "alsa",
 3914 "coreaudio-rs 0.13.0",
 3915 "dasp_sample",
 3916 "jni",
 3917 "js-sys",
 3918 "libc",
 3919 "mach2 0.5.0",
 3920 "ndk",
 3921 "ndk-context",
 3922 "num-derive",
 3923 "num-traits",
 3924 "objc2",
 3925 "objc2-audio-toolbox",
 3926 "objc2-avf-audio",
 3927 "objc2-core-audio",
 3928 "objc2-core-audio-types",
 3929 "objc2-core-foundation",
 3930 "objc2-foundation",
 3931 "wasm-bindgen",
 3932 "wasm-bindgen-futures",
 3933 "web-sys",
 3934 "windows 0.62.2",
 3935]
 3936
 3937[[package]]
 3938name = "cpp_demangle"
 3939version = "0.4.5"
 3940source = "registry+https://github.com/rust-lang/crates.io-index"
 3941checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3942dependencies = [
 3943 "cfg-if",
 3944]
 3945
 3946[[package]]
 3947name = "cpufeatures"
 3948version = "0.2.17"
 3949source = "registry+https://github.com/rust-lang/crates.io-index"
 3950checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3951dependencies = [
 3952 "libc",
 3953]
 3954
 3955[[package]]
 3956name = "cranelift-assembler-x64"
 3957version = "0.120.2"
 3958source = "registry+https://github.com/rust-lang/crates.io-index"
 3959checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
 3960dependencies = [
 3961 "cranelift-assembler-x64-meta",
 3962]
 3963
 3964[[package]]
 3965name = "cranelift-assembler-x64-meta"
 3966version = "0.120.2"
 3967source = "registry+https://github.com/rust-lang/crates.io-index"
 3968checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
 3969dependencies = [
 3970 "cranelift-srcgen",
 3971]
 3972
 3973[[package]]
 3974name = "cranelift-bforest"
 3975version = "0.120.2"
 3976source = "registry+https://github.com/rust-lang/crates.io-index"
 3977checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
 3978dependencies = [
 3979 "cranelift-entity",
 3980]
 3981
 3982[[package]]
 3983name = "cranelift-bitset"
 3984version = "0.120.2"
 3985source = "registry+https://github.com/rust-lang/crates.io-index"
 3986checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
 3987dependencies = [
 3988 "serde",
 3989 "serde_derive",
 3990]
 3991
 3992[[package]]
 3993name = "cranelift-codegen"
 3994version = "0.120.2"
 3995source = "registry+https://github.com/rust-lang/crates.io-index"
 3996checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
 3997dependencies = [
 3998 "bumpalo",
 3999 "cranelift-assembler-x64",
 4000 "cranelift-bforest",
 4001 "cranelift-bitset",
 4002 "cranelift-codegen-meta",
 4003 "cranelift-codegen-shared",
 4004 "cranelift-control",
 4005 "cranelift-entity",
 4006 "cranelift-isle",
 4007 "gimli 0.31.1",
 4008 "hashbrown 0.15.5",
 4009 "log",
 4010 "postcard",
 4011 "pulley-interpreter",
 4012 "regalloc2",
 4013 "rustc-hash 2.1.1",
 4014 "serde",
 4015 "serde_derive",
 4016 "sha2",
 4017 "smallvec",
 4018 "target-lexicon 0.13.3",
 4019]
 4020
 4021[[package]]
 4022name = "cranelift-codegen-meta"
 4023version = "0.120.2"
 4024source = "registry+https://github.com/rust-lang/crates.io-index"
 4025checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
 4026dependencies = [
 4027 "cranelift-assembler-x64-meta",
 4028 "cranelift-codegen-shared",
 4029 "cranelift-srcgen",
 4030 "pulley-interpreter",
 4031]
 4032
 4033[[package]]
 4034name = "cranelift-codegen-shared"
 4035version = "0.120.2"
 4036source = "registry+https://github.com/rust-lang/crates.io-index"
 4037checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
 4038
 4039[[package]]
 4040name = "cranelift-control"
 4041version = "0.120.2"
 4042source = "registry+https://github.com/rust-lang/crates.io-index"
 4043checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
 4044dependencies = [
 4045 "arbitrary",
 4046]
 4047
 4048[[package]]
 4049name = "cranelift-entity"
 4050version = "0.120.2"
 4051source = "registry+https://github.com/rust-lang/crates.io-index"
 4052checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
 4053dependencies = [
 4054 "cranelift-bitset",
 4055 "serde",
 4056 "serde_derive",
 4057]
 4058
 4059[[package]]
 4060name = "cranelift-frontend"
 4061version = "0.120.2"
 4062source = "registry+https://github.com/rust-lang/crates.io-index"
 4063checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
 4064dependencies = [
 4065 "cranelift-codegen",
 4066 "log",
 4067 "smallvec",
 4068 "target-lexicon 0.13.3",
 4069]
 4070
 4071[[package]]
 4072name = "cranelift-isle"
 4073version = "0.120.2"
 4074source = "registry+https://github.com/rust-lang/crates.io-index"
 4075checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
 4076
 4077[[package]]
 4078name = "cranelift-native"
 4079version = "0.120.2"
 4080source = "registry+https://github.com/rust-lang/crates.io-index"
 4081checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
 4082dependencies = [
 4083 "cranelift-codegen",
 4084 "libc",
 4085 "target-lexicon 0.13.3",
 4086]
 4087
 4088[[package]]
 4089name = "cranelift-srcgen"
 4090version = "0.120.2"
 4091source = "registry+https://github.com/rust-lang/crates.io-index"
 4092checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
 4093
 4094[[package]]
 4095name = "crash-context"
 4096version = "0.6.3"
 4097source = "registry+https://github.com/rust-lang/crates.io-index"
 4098checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4099dependencies = [
 4100 "cfg-if",
 4101 "libc",
 4102 "mach2 0.4.3",
 4103]
 4104
 4105[[package]]
 4106name = "crash-handler"
 4107version = "0.6.3"
 4108source = "registry+https://github.com/rust-lang/crates.io-index"
 4109checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4110dependencies = [
 4111 "cfg-if",
 4112 "crash-context",
 4113 "libc",
 4114 "mach2 0.4.3",
 4115 "parking_lot",
 4116]
 4117
 4118[[package]]
 4119name = "crashes"
 4120version = "0.1.0"
 4121dependencies = [
 4122 "cfg-if",
 4123 "crash-handler",
 4124 "futures 0.3.31",
 4125 "log",
 4126 "mach2 0.5.0",
 4127 "minidumper",
 4128 "parking_lot",
 4129 "paths",
 4130 "release_channel",
 4131 "serde",
 4132 "serde_json",
 4133 "smol",
 4134 "system_specs",
 4135 "windows 0.61.3",
 4136 "zstd",
 4137]
 4138
 4139[[package]]
 4140name = "crc"
 4141version = "3.3.0"
 4142source = "registry+https://github.com/rust-lang/crates.io-index"
 4143checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4144dependencies = [
 4145 "crc-catalog",
 4146]
 4147
 4148[[package]]
 4149name = "crc-catalog"
 4150version = "2.4.0"
 4151source = "registry+https://github.com/rust-lang/crates.io-index"
 4152checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4153
 4154[[package]]
 4155name = "crc-fast"
 4156version = "1.6.0"
 4157source = "registry+https://github.com/rust-lang/crates.io-index"
 4158checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4159dependencies = [
 4160 "crc",
 4161 "digest",
 4162 "rand 0.9.2",
 4163 "regex",
 4164 "rustversion",
 4165]
 4166
 4167[[package]]
 4168name = "crc32fast"
 4169version = "1.5.0"
 4170source = "registry+https://github.com/rust-lang/crates.io-index"
 4171checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4172dependencies = [
 4173 "cfg-if",
 4174]
 4175
 4176[[package]]
 4177name = "credentials_provider"
 4178version = "0.1.0"
 4179dependencies = [
 4180 "anyhow",
 4181 "futures 0.3.31",
 4182 "gpui",
 4183 "paths",
 4184 "release_channel",
 4185 "serde",
 4186 "serde_json",
 4187]
 4188
 4189[[package]]
 4190name = "criterion"
 4191version = "0.5.1"
 4192source = "registry+https://github.com/rust-lang/crates.io-index"
 4193checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4194dependencies = [
 4195 "anes",
 4196 "cast",
 4197 "ciborium",
 4198 "clap",
 4199 "criterion-plot",
 4200 "is-terminal",
 4201 "itertools 0.10.5",
 4202 "num-traits",
 4203 "once_cell",
 4204 "oorandom",
 4205 "plotters",
 4206 "rayon",
 4207 "regex",
 4208 "serde",
 4209 "serde_derive",
 4210 "serde_json",
 4211 "tinytemplate",
 4212 "walkdir",
 4213]
 4214
 4215[[package]]
 4216name = "criterion-plot"
 4217version = "0.5.0"
 4218source = "registry+https://github.com/rust-lang/crates.io-index"
 4219checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4220dependencies = [
 4221 "cast",
 4222 "itertools 0.10.5",
 4223]
 4224
 4225[[package]]
 4226name = "crossbeam"
 4227version = "0.8.4"
 4228source = "registry+https://github.com/rust-lang/crates.io-index"
 4229checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4230dependencies = [
 4231 "crossbeam-channel",
 4232 "crossbeam-deque",
 4233 "crossbeam-epoch",
 4234 "crossbeam-queue",
 4235 "crossbeam-utils",
 4236]
 4237
 4238[[package]]
 4239name = "crossbeam-channel"
 4240version = "0.5.15"
 4241source = "registry+https://github.com/rust-lang/crates.io-index"
 4242checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4243dependencies = [
 4244 "crossbeam-utils",
 4245]
 4246
 4247[[package]]
 4248name = "crossbeam-deque"
 4249version = "0.8.6"
 4250source = "registry+https://github.com/rust-lang/crates.io-index"
 4251checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4252dependencies = [
 4253 "crossbeam-epoch",
 4254 "crossbeam-utils",
 4255]
 4256
 4257[[package]]
 4258name = "crossbeam-epoch"
 4259version = "0.9.18"
 4260source = "registry+https://github.com/rust-lang/crates.io-index"
 4261checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4262dependencies = [
 4263 "crossbeam-utils",
 4264]
 4265
 4266[[package]]
 4267name = "crossbeam-queue"
 4268version = "0.3.12"
 4269source = "registry+https://github.com/rust-lang/crates.io-index"
 4270checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4271dependencies = [
 4272 "crossbeam-utils",
 4273]
 4274
 4275[[package]]
 4276name = "crossbeam-utils"
 4277version = "0.8.21"
 4278source = "registry+https://github.com/rust-lang/crates.io-index"
 4279checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4280
 4281[[package]]
 4282name = "crunchy"
 4283version = "0.2.4"
 4284source = "registry+https://github.com/rust-lang/crates.io-index"
 4285checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4286
 4287[[package]]
 4288name = "crypto-bigint"
 4289version = "0.4.9"
 4290source = "registry+https://github.com/rust-lang/crates.io-index"
 4291checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4292dependencies = [
 4293 "generic-array",
 4294 "rand_core 0.6.4",
 4295 "subtle",
 4296 "zeroize",
 4297]
 4298
 4299[[package]]
 4300name = "crypto-bigint"
 4301version = "0.5.5"
 4302source = "registry+https://github.com/rust-lang/crates.io-index"
 4303checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4304dependencies = [
 4305 "rand_core 0.6.4",
 4306 "subtle",
 4307]
 4308
 4309[[package]]
 4310name = "crypto-common"
 4311version = "0.1.6"
 4312source = "registry+https://github.com/rust-lang/crates.io-index"
 4313checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4314dependencies = [
 4315 "generic-array",
 4316 "typenum",
 4317]
 4318
 4319[[package]]
 4320name = "cssparser"
 4321version = "0.35.0"
 4322source = "registry+https://github.com/rust-lang/crates.io-index"
 4323checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4324dependencies = [
 4325 "cssparser-macros",
 4326 "dtoa-short",
 4327 "itoa",
 4328 "phf 0.11.3",
 4329 "smallvec",
 4330]
 4331
 4332[[package]]
 4333name = "cssparser-macros"
 4334version = "0.6.1"
 4335source = "registry+https://github.com/rust-lang/crates.io-index"
 4336checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4337dependencies = [
 4338 "quote",
 4339 "syn 2.0.117",
 4340]
 4341
 4342[[package]]
 4343name = "csv_preview"
 4344version = "0.1.0"
 4345dependencies = [
 4346 "anyhow",
 4347 "editor",
 4348 "feature_flags",
 4349 "gpui",
 4350 "log",
 4351 "text",
 4352 "ui",
 4353 "workspace",
 4354]
 4355
 4356[[package]]
 4357name = "ctor"
 4358version = "0.4.3"
 4359source = "registry+https://github.com/rust-lang/crates.io-index"
 4360checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4361dependencies = [
 4362 "ctor-proc-macro",
 4363 "dtor",
 4364]
 4365
 4366[[package]]
 4367name = "ctor-proc-macro"
 4368version = "0.0.6"
 4369source = "registry+https://github.com/rust-lang/crates.io-index"
 4370checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4371
 4372[[package]]
 4373name = "ctrlc"
 4374version = "3.5.0"
 4375source = "registry+https://github.com/rust-lang/crates.io-index"
 4376checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4377dependencies = [
 4378 "dispatch",
 4379 "nix 0.30.1",
 4380 "windows-sys 0.61.2",
 4381]
 4382
 4383[[package]]
 4384name = "cursor-icon"
 4385version = "1.2.0"
 4386source = "registry+https://github.com/rust-lang/crates.io-index"
 4387checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4388
 4389[[package]]
 4390name = "cxx"
 4391version = "1.0.187"
 4392source = "registry+https://github.com/rust-lang/crates.io-index"
 4393checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4394dependencies = [
 4395 "cc",
 4396 "cxx-build",
 4397 "cxxbridge-cmd",
 4398 "cxxbridge-flags",
 4399 "cxxbridge-macro",
 4400 "foldhash 0.2.0",
 4401 "link-cplusplus",
 4402]
 4403
 4404[[package]]
 4405name = "cxx-build"
 4406version = "1.0.187"
 4407source = "registry+https://github.com/rust-lang/crates.io-index"
 4408checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4409dependencies = [
 4410 "cc",
 4411 "codespan-reporting",
 4412 "indexmap",
 4413 "proc-macro2",
 4414 "quote",
 4415 "scratch",
 4416 "syn 2.0.117",
 4417]
 4418
 4419[[package]]
 4420name = "cxxbridge-cmd"
 4421version = "1.0.187"
 4422source = "registry+https://github.com/rust-lang/crates.io-index"
 4423checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4424dependencies = [
 4425 "clap",
 4426 "codespan-reporting",
 4427 "indexmap",
 4428 "proc-macro2",
 4429 "quote",
 4430 "syn 2.0.117",
 4431]
 4432
 4433[[package]]
 4434name = "cxxbridge-flags"
 4435version = "1.0.187"
 4436source = "registry+https://github.com/rust-lang/crates.io-index"
 4437checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4438
 4439[[package]]
 4440name = "cxxbridge-macro"
 4441version = "1.0.187"
 4442source = "registry+https://github.com/rust-lang/crates.io-index"
 4443checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4444dependencies = [
 4445 "indexmap",
 4446 "proc-macro2",
 4447 "quote",
 4448 "syn 2.0.117",
 4449]
 4450
 4451[[package]]
 4452name = "dap"
 4453version = "0.1.0"
 4454dependencies = [
 4455 "anyhow",
 4456 "async-compression",
 4457 "async-pipe",
 4458 "async-tar",
 4459 "async-trait",
 4460 "client",
 4461 "collections",
 4462 "dap-types",
 4463 "fs",
 4464 "futures 0.3.31",
 4465 "gpui",
 4466 "http_client",
 4467 "language",
 4468 "libc",
 4469 "log",
 4470 "node_runtime",
 4471 "parking_lot",
 4472 "paths",
 4473 "proto",
 4474 "schemars",
 4475 "serde",
 4476 "serde_json",
 4477 "settings",
 4478 "smallvec",
 4479 "smol",
 4480 "task",
 4481 "telemetry",
 4482 "util",
 4483 "zlog",
 4484]
 4485
 4486[[package]]
 4487name = "dap-types"
 4488version = "0.0.1"
 4489source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4490dependencies = [
 4491 "schemars",
 4492 "serde",
 4493 "serde_json",
 4494]
 4495
 4496[[package]]
 4497name = "dap_adapters"
 4498version = "0.1.0"
 4499dependencies = [
 4500 "anyhow",
 4501 "async-trait",
 4502 "collections",
 4503 "dap",
 4504 "dotenvy",
 4505 "fs",
 4506 "futures 0.3.31",
 4507 "gpui",
 4508 "http_client",
 4509 "json_dotpath",
 4510 "language",
 4511 "log",
 4512 "node_runtime",
 4513 "paths",
 4514 "serde",
 4515 "serde_json",
 4516 "settings",
 4517 "smol",
 4518 "task",
 4519 "util",
 4520]
 4521
 4522[[package]]
 4523name = "darling"
 4524version = "0.20.11"
 4525source = "registry+https://github.com/rust-lang/crates.io-index"
 4526checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4527dependencies = [
 4528 "darling_core 0.20.11",
 4529 "darling_macro 0.20.11",
 4530]
 4531
 4532[[package]]
 4533name = "darling"
 4534version = "0.21.3"
 4535source = "registry+https://github.com/rust-lang/crates.io-index"
 4536checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4537dependencies = [
 4538 "darling_core 0.21.3",
 4539 "darling_macro 0.21.3",
 4540]
 4541
 4542[[package]]
 4543name = "darling_core"
 4544version = "0.20.11"
 4545source = "registry+https://github.com/rust-lang/crates.io-index"
 4546checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4547dependencies = [
 4548 "fnv",
 4549 "ident_case",
 4550 "proc-macro2",
 4551 "quote",
 4552 "strsim",
 4553 "syn 2.0.117",
 4554]
 4555
 4556[[package]]
 4557name = "darling_core"
 4558version = "0.21.3"
 4559source = "registry+https://github.com/rust-lang/crates.io-index"
 4560checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4561dependencies = [
 4562 "fnv",
 4563 "ident_case",
 4564 "proc-macro2",
 4565 "quote",
 4566 "strsim",
 4567 "syn 2.0.117",
 4568]
 4569
 4570[[package]]
 4571name = "darling_macro"
 4572version = "0.20.11"
 4573source = "registry+https://github.com/rust-lang/crates.io-index"
 4574checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4575dependencies = [
 4576 "darling_core 0.20.11",
 4577 "quote",
 4578 "syn 2.0.117",
 4579]
 4580
 4581[[package]]
 4582name = "darling_macro"
 4583version = "0.21.3"
 4584source = "registry+https://github.com/rust-lang/crates.io-index"
 4585checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4586dependencies = [
 4587 "darling_core 0.21.3",
 4588 "quote",
 4589 "syn 2.0.117",
 4590]
 4591
 4592[[package]]
 4593name = "dashmap"
 4594version = "6.1.0"
 4595source = "registry+https://github.com/rust-lang/crates.io-index"
 4596checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4597dependencies = [
 4598 "cfg-if",
 4599 "crossbeam-utils",
 4600 "hashbrown 0.14.5",
 4601 "lock_api",
 4602 "once_cell",
 4603 "parking_lot_core",
 4604]
 4605
 4606[[package]]
 4607name = "dasp_sample"
 4608version = "0.11.0"
 4609source = "registry+https://github.com/rust-lang/crates.io-index"
 4610checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4611
 4612[[package]]
 4613name = "data-encoding"
 4614version = "2.9.0"
 4615source = "registry+https://github.com/rust-lang/crates.io-index"
 4616checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4617
 4618[[package]]
 4619name = "data-url"
 4620version = "0.3.2"
 4621source = "registry+https://github.com/rust-lang/crates.io-index"
 4622checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4623
 4624[[package]]
 4625name = "db"
 4626version = "0.1.0"
 4627dependencies = [
 4628 "anyhow",
 4629 "gpui",
 4630 "indoc",
 4631 "inventory",
 4632 "log",
 4633 "paths",
 4634 "release_channel",
 4635 "smol",
 4636 "sqlez",
 4637 "sqlez_macros",
 4638 "tempfile",
 4639 "util",
 4640 "uuid",
 4641 "zed_env_vars",
 4642]
 4643
 4644[[package]]
 4645name = "dbus"
 4646version = "0.9.9"
 4647source = "registry+https://github.com/rust-lang/crates.io-index"
 4648checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4649dependencies = [
 4650 "libc",
 4651 "libdbus-sys",
 4652 "windows-sys 0.59.0",
 4653]
 4654
 4655[[package]]
 4656name = "debug_adapter_extension"
 4657version = "0.1.0"
 4658dependencies = [
 4659 "anyhow",
 4660 "async-trait",
 4661 "collections",
 4662 "dap",
 4663 "extension",
 4664 "gpui",
 4665 "serde_json",
 4666 "task",
 4667 "util",
 4668]
 4669
 4670[[package]]
 4671name = "debugger_tools"
 4672version = "0.1.0"
 4673dependencies = [
 4674 "anyhow",
 4675 "dap",
 4676 "editor",
 4677 "futures 0.3.31",
 4678 "gpui",
 4679 "project",
 4680 "serde_json",
 4681 "settings",
 4682 "smol",
 4683 "util",
 4684 "workspace",
 4685]
 4686
 4687[[package]]
 4688name = "debugger_ui"
 4689version = "0.1.0"
 4690dependencies = [
 4691 "alacritty_terminal",
 4692 "anyhow",
 4693 "bitflags 2.10.0",
 4694 "client",
 4695 "collections",
 4696 "command_palette_hooks",
 4697 "dap",
 4698 "dap_adapters",
 4699 "db",
 4700 "debugger_tools",
 4701 "editor",
 4702 "feature_flags",
 4703 "file_icons",
 4704 "futures 0.3.31",
 4705 "fuzzy",
 4706 "gpui",
 4707 "hex",
 4708 "indoc",
 4709 "itertools 0.14.0",
 4710 "language",
 4711 "log",
 4712 "menu",
 4713 "notifications",
 4714 "parking_lot",
 4715 "parse_int",
 4716 "paths",
 4717 "picker",
 4718 "pretty_assertions",
 4719 "project",
 4720 "rpc",
 4721 "schemars",
 4722 "serde",
 4723 "serde_json",
 4724 "serde_json_lenient",
 4725 "settings",
 4726 "sysinfo 0.37.2",
 4727 "task",
 4728 "tasks_ui",
 4729 "terminal_view",
 4730 "text",
 4731 "theme",
 4732 "tree-sitter",
 4733 "tree-sitter-go",
 4734 "tree-sitter-json",
 4735 "ui",
 4736 "ui_input",
 4737 "unindent",
 4738 "util",
 4739 "workspace",
 4740 "zed_actions",
 4741 "zlog",
 4742]
 4743
 4744[[package]]
 4745name = "debugid"
 4746version = "0.8.0"
 4747source = "registry+https://github.com/rust-lang/crates.io-index"
 4748checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4749dependencies = [
 4750 "uuid",
 4751]
 4752
 4753[[package]]
 4754name = "deepseek"
 4755version = "0.1.0"
 4756dependencies = [
 4757 "anyhow",
 4758 "futures 0.3.31",
 4759 "http_client",
 4760 "schemars",
 4761 "serde",
 4762 "serde_json",
 4763]
 4764
 4765[[package]]
 4766name = "deflate64"
 4767version = "0.1.10"
 4768source = "registry+https://github.com/rust-lang/crates.io-index"
 4769checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4770
 4771[[package]]
 4772name = "denoise"
 4773version = "0.1.0"
 4774dependencies = [
 4775 "candle-core",
 4776 "candle-onnx",
 4777 "log",
 4778 "realfft",
 4779 "rodio",
 4780 "rustfft",
 4781 "thiserror 2.0.17",
 4782]
 4783
 4784[[package]]
 4785name = "der"
 4786version = "0.6.1"
 4787source = "registry+https://github.com/rust-lang/crates.io-index"
 4788checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4789dependencies = [
 4790 "const-oid",
 4791 "zeroize",
 4792]
 4793
 4794[[package]]
 4795name = "der"
 4796version = "0.7.10"
 4797source = "registry+https://github.com/rust-lang/crates.io-index"
 4798checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4799dependencies = [
 4800 "const-oid",
 4801 "pem-rfc7468",
 4802 "zeroize",
 4803]
 4804
 4805[[package]]
 4806name = "deranged"
 4807version = "0.5.4"
 4808source = "registry+https://github.com/rust-lang/crates.io-index"
 4809checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4810dependencies = [
 4811 "powerfmt",
 4812 "serde_core",
 4813]
 4814
 4815[[package]]
 4816name = "derive_arbitrary"
 4817version = "1.4.2"
 4818source = "registry+https://github.com/rust-lang/crates.io-index"
 4819checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4820dependencies = [
 4821 "proc-macro2",
 4822 "quote",
 4823 "syn 2.0.117",
 4824]
 4825
 4826[[package]]
 4827name = "derive_more"
 4828version = "2.1.1"
 4829source = "registry+https://github.com/rust-lang/crates.io-index"
 4830checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4831dependencies = [
 4832 "derive_more-impl",
 4833]
 4834
 4835[[package]]
 4836name = "derive_more-impl"
 4837version = "2.1.1"
 4838source = "registry+https://github.com/rust-lang/crates.io-index"
 4839checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4840dependencies = [
 4841 "convert_case 0.10.0",
 4842 "proc-macro2",
 4843 "quote",
 4844 "rustc_version",
 4845 "syn 2.0.117",
 4846 "unicode-xid",
 4847]
 4848
 4849[[package]]
 4850name = "derive_refineable"
 4851version = "0.1.0"
 4852dependencies = [
 4853 "proc-macro2",
 4854 "quote",
 4855 "syn 2.0.117",
 4856]
 4857
 4858[[package]]
 4859name = "derive_setters"
 4860version = "0.1.9"
 4861source = "registry+https://github.com/rust-lang/crates.io-index"
 4862checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4863dependencies = [
 4864 "darling 0.21.3",
 4865 "proc-macro2",
 4866 "quote",
 4867 "syn 2.0.117",
 4868]
 4869
 4870[[package]]
 4871name = "dev_container"
 4872version = "0.1.0"
 4873dependencies = [
 4874 "fs",
 4875 "futures 0.3.31",
 4876 "gpui",
 4877 "http 1.3.1",
 4878 "http_client",
 4879 "log",
 4880 "menu",
 4881 "node_runtime",
 4882 "paths",
 4883 "picker",
 4884 "project",
 4885 "serde",
 4886 "serde_json",
 4887 "settings",
 4888 "smol",
 4889 "ui",
 4890 "util",
 4891 "workspace",
 4892 "worktree",
 4893]
 4894
 4895[[package]]
 4896name = "diagnostics"
 4897version = "0.1.0"
 4898dependencies = [
 4899 "anyhow",
 4900 "collections",
 4901 "component",
 4902 "ctor",
 4903 "editor",
 4904 "gpui",
 4905 "indoc",
 4906 "itertools 0.14.0",
 4907 "language",
 4908 "log",
 4909 "lsp",
 4910 "markdown",
 4911 "pretty_assertions",
 4912 "project",
 4913 "rand 0.9.2",
 4914 "serde",
 4915 "serde_json",
 4916 "settings",
 4917 "text",
 4918 "theme",
 4919 "ui",
 4920 "unindent",
 4921 "util",
 4922 "workspace",
 4923 "zed_actions",
 4924 "zlog",
 4925]
 4926
 4927[[package]]
 4928name = "dialoguer"
 4929version = "0.11.0"
 4930source = "registry+https://github.com/rust-lang/crates.io-index"
 4931checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4932dependencies = [
 4933 "console",
 4934 "fuzzy-matcher",
 4935 "shell-words",
 4936 "tempfile",
 4937 "thiserror 1.0.69",
 4938 "zeroize",
 4939]
 4940
 4941[[package]]
 4942name = "diff"
 4943version = "0.1.13"
 4944source = "registry+https://github.com/rust-lang/crates.io-index"
 4945checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4946
 4947[[package]]
 4948name = "diffy"
 4949version = "0.4.2"
 4950source = "registry+https://github.com/rust-lang/crates.io-index"
 4951checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4952dependencies = [
 4953 "nu-ansi-term",
 4954]
 4955
 4956[[package]]
 4957name = "digest"
 4958version = "0.10.7"
 4959source = "registry+https://github.com/rust-lang/crates.io-index"
 4960checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4961dependencies = [
 4962 "block-buffer",
 4963 "const-oid",
 4964 "crypto-common",
 4965 "subtle",
 4966]
 4967
 4968[[package]]
 4969name = "dirs"
 4970version = "4.0.0"
 4971source = "registry+https://github.com/rust-lang/crates.io-index"
 4972checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4973dependencies = [
 4974 "dirs-sys 0.3.7",
 4975]
 4976
 4977[[package]]
 4978name = "dirs"
 4979version = "5.0.1"
 4980source = "registry+https://github.com/rust-lang/crates.io-index"
 4981checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4982dependencies = [
 4983 "dirs-sys 0.4.1",
 4984]
 4985
 4986[[package]]
 4987name = "dirs"
 4988version = "6.0.0"
 4989source = "registry+https://github.com/rust-lang/crates.io-index"
 4990checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4991dependencies = [
 4992 "dirs-sys 0.5.0",
 4993]
 4994
 4995[[package]]
 4996name = "dirs-sys"
 4997version = "0.3.7"
 4998source = "registry+https://github.com/rust-lang/crates.io-index"
 4999checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 5000dependencies = [
 5001 "libc",
 5002 "redox_users 0.4.6",
 5003 "winapi",
 5004]
 5005
 5006[[package]]
 5007name = "dirs-sys"
 5008version = "0.4.1"
 5009source = "registry+https://github.com/rust-lang/crates.io-index"
 5010checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 5011dependencies = [
 5012 "libc",
 5013 "option-ext",
 5014 "redox_users 0.4.6",
 5015 "windows-sys 0.48.0",
 5016]
 5017
 5018[[package]]
 5019name = "dirs-sys"
 5020version = "0.5.0"
 5021source = "registry+https://github.com/rust-lang/crates.io-index"
 5022checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 5023dependencies = [
 5024 "libc",
 5025 "option-ext",
 5026 "redox_users 0.5.2",
 5027 "windows-sys 0.61.2",
 5028]
 5029
 5030[[package]]
 5031name = "dispatch"
 5032version = "0.2.0"
 5033source = "registry+https://github.com/rust-lang/crates.io-index"
 5034checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 5035
 5036[[package]]
 5037name = "dispatch2"
 5038version = "0.3.1"
 5039source = "registry+https://github.com/rust-lang/crates.io-index"
 5040checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 5041dependencies = [
 5042 "bitflags 2.10.0",
 5043 "block2",
 5044 "libc",
 5045 "objc2",
 5046]
 5047
 5048[[package]]
 5049name = "displaydoc"
 5050version = "0.2.5"
 5051source = "registry+https://github.com/rust-lang/crates.io-index"
 5052checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 5053dependencies = [
 5054 "proc-macro2",
 5055 "quote",
 5056 "syn 2.0.117",
 5057]
 5058
 5059[[package]]
 5060name = "dlib"
 5061version = "0.5.2"
 5062source = "registry+https://github.com/rust-lang/crates.io-index"
 5063checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 5064dependencies = [
 5065 "libloading",
 5066]
 5067
 5068[[package]]
 5069name = "docs_preprocessor"
 5070version = "0.1.0"
 5071dependencies = [
 5072 "anyhow",
 5073 "collections",
 5074 "jsonschema",
 5075 "mdbook",
 5076 "regex",
 5077 "schemars",
 5078 "serde",
 5079 "serde_json",
 5080 "settings",
 5081 "task",
 5082 "theme",
 5083 "util",
 5084 "zlog",
 5085]
 5086
 5087[[package]]
 5088name = "document-features"
 5089version = "0.2.12"
 5090source = "registry+https://github.com/rust-lang/crates.io-index"
 5091checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5092dependencies = [
 5093 "litrs",
 5094]
 5095
 5096[[package]]
 5097name = "documented"
 5098version = "0.9.2"
 5099source = "registry+https://github.com/rust-lang/crates.io-index"
 5100checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5101dependencies = [
 5102 "documented-macros",
 5103 "phf 0.12.1",
 5104 "thiserror 2.0.17",
 5105]
 5106
 5107[[package]]
 5108name = "documented-macros"
 5109version = "0.9.2"
 5110source = "registry+https://github.com/rust-lang/crates.io-index"
 5111checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5112dependencies = [
 5113 "convert_case 0.8.0",
 5114 "itertools 0.14.0",
 5115 "optfield",
 5116 "proc-macro2",
 5117 "quote",
 5118 "strum 0.27.2",
 5119 "syn 2.0.117",
 5120]
 5121
 5122[[package]]
 5123name = "dotenvy"
 5124version = "0.15.7"
 5125source = "registry+https://github.com/rust-lang/crates.io-index"
 5126checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5127
 5128[[package]]
 5129name = "downcast-rs"
 5130version = "1.2.1"
 5131source = "registry+https://github.com/rust-lang/crates.io-index"
 5132checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5133
 5134[[package]]
 5135name = "doxygen-rs"
 5136version = "0.4.2"
 5137source = "registry+https://github.com/rust-lang/crates.io-index"
 5138checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5139dependencies = [
 5140 "phf 0.11.3",
 5141]
 5142
 5143[[package]]
 5144name = "dtoa"
 5145version = "1.0.10"
 5146source = "registry+https://github.com/rust-lang/crates.io-index"
 5147checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5148
 5149[[package]]
 5150name = "dtoa-short"
 5151version = "0.3.5"
 5152source = "registry+https://github.com/rust-lang/crates.io-index"
 5153checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5154dependencies = [
 5155 "dtoa",
 5156]
 5157
 5158[[package]]
 5159name = "dtor"
 5160version = "0.0.6"
 5161source = "registry+https://github.com/rust-lang/crates.io-index"
 5162checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5163dependencies = [
 5164 "dtor-proc-macro",
 5165]
 5166
 5167[[package]]
 5168name = "dtor-proc-macro"
 5169version = "0.0.5"
 5170source = "registry+https://github.com/rust-lang/crates.io-index"
 5171checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5172
 5173[[package]]
 5174name = "dunce"
 5175version = "1.0.5"
 5176source = "registry+https://github.com/rust-lang/crates.io-index"
 5177checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5178
 5179[[package]]
 5180name = "dwrote"
 5181version = "0.11.5"
 5182source = "registry+https://github.com/rust-lang/crates.io-index"
 5183checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5184dependencies = [
 5185 "lazy_static",
 5186 "libc",
 5187 "winapi",
 5188 "wio",
 5189]
 5190
 5191[[package]]
 5192name = "dyn-clone"
 5193version = "1.0.20"
 5194source = "registry+https://github.com/rust-lang/crates.io-index"
 5195checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5196
 5197[[package]]
 5198name = "dyn-stack"
 5199version = "0.10.0"
 5200source = "registry+https://github.com/rust-lang/crates.io-index"
 5201checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5202dependencies = [
 5203 "bytemuck",
 5204 "reborrow",
 5205]
 5206
 5207[[package]]
 5208name = "dyn-stack"
 5209version = "0.13.2"
 5210source = "registry+https://github.com/rust-lang/crates.io-index"
 5211checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5212dependencies = [
 5213 "bytemuck",
 5214 "dyn-stack-macros",
 5215]
 5216
 5217[[package]]
 5218name = "dyn-stack-macros"
 5219version = "0.1.3"
 5220source = "registry+https://github.com/rust-lang/crates.io-index"
 5221checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5222
 5223[[package]]
 5224name = "ec4rs"
 5225version = "1.2.0"
 5226source = "registry+https://github.com/rust-lang/crates.io-index"
 5227checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5228
 5229[[package]]
 5230name = "ecdsa"
 5231version = "0.14.8"
 5232source = "registry+https://github.com/rust-lang/crates.io-index"
 5233checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5234dependencies = [
 5235 "der 0.6.1",
 5236 "elliptic-curve",
 5237 "rfc6979",
 5238 "signature 1.6.4",
 5239]
 5240
 5241[[package]]
 5242name = "edit_prediction"
 5243version = "0.1.0"
 5244dependencies = [
 5245 "ai_onboarding",
 5246 "anyhow",
 5247 "brotli",
 5248 "buffer_diff",
 5249 "client",
 5250 "clock",
 5251 "cloud_api_types",
 5252 "cloud_llm_client",
 5253 "collections",
 5254 "copilot",
 5255 "copilot_ui",
 5256 "ctor",
 5257 "db",
 5258 "edit_prediction_context",
 5259 "edit_prediction_types",
 5260 "feature_flags",
 5261 "fs",
 5262 "futures 0.3.31",
 5263 "gpui",
 5264 "heapless",
 5265 "indoc",
 5266 "itertools 0.14.0",
 5267 "language",
 5268 "language_model",
 5269 "log",
 5270 "lsp",
 5271 "menu",
 5272 "open_ai",
 5273 "parking_lot",
 5274 "postage",
 5275 "pretty_assertions",
 5276 "project",
 5277 "pulldown-cmark 0.13.0",
 5278 "rand 0.9.2",
 5279 "regex",
 5280 "release_channel",
 5281 "semver",
 5282 "serde",
 5283 "serde_json",
 5284 "settings",
 5285 "strum 0.27.2",
 5286 "telemetry",
 5287 "telemetry_events",
 5288 "text",
 5289 "thiserror 2.0.17",
 5290 "time",
 5291 "toml 0.8.23",
 5292 "ui",
 5293 "util",
 5294 "uuid",
 5295 "workspace",
 5296 "worktree",
 5297 "zed_actions",
 5298 "zeta_prompt",
 5299 "zlog",
 5300 "zstd",
 5301]
 5302
 5303[[package]]
 5304name = "edit_prediction_cli"
 5305version = "0.1.0"
 5306dependencies = [
 5307 "anthropic",
 5308 "anyhow",
 5309 "chrono",
 5310 "clap",
 5311 "client",
 5312 "cloud_llm_client",
 5313 "collections",
 5314 "db",
 5315 "debug_adapter_extension",
 5316 "dirs 4.0.0",
 5317 "edit_prediction",
 5318 "extension",
 5319 "flate2",
 5320 "fs",
 5321 "futures 0.3.31",
 5322 "gaoya",
 5323 "gpui",
 5324 "gpui_platform",
 5325 "gpui_tokio",
 5326 "http_client",
 5327 "indoc",
 5328 "language",
 5329 "language_extension",
 5330 "language_model",
 5331 "language_models",
 5332 "languages",
 5333 "libc",
 5334 "log",
 5335 "node_runtime",
 5336 "open_ai",
 5337 "paths",
 5338 "pretty_assertions",
 5339 "project",
 5340 "prompt_store",
 5341 "rand 0.9.2",
 5342 "release_channel",
 5343 "reqwest_client",
 5344 "rust-embed",
 5345 "serde",
 5346 "serde_json",
 5347 "settings",
 5348 "shellexpand 2.1.2",
 5349 "similar",
 5350 "smol",
 5351 "sqlez",
 5352 "sqlez_macros",
 5353 "strum 0.27.2",
 5354 "telemetry_events",
 5355 "tempfile",
 5356 "terminal_view",
 5357 "toml 0.8.23",
 5358 "util",
 5359 "wasmtime",
 5360 "watch",
 5361 "workspace",
 5362 "zeta_prompt",
 5363]
 5364
 5365[[package]]
 5366name = "edit_prediction_context"
 5367version = "0.1.0"
 5368dependencies = [
 5369 "anyhow",
 5370 "clock",
 5371 "collections",
 5372 "env_logger 0.11.8",
 5373 "futures 0.3.31",
 5374 "gpui",
 5375 "indoc",
 5376 "language",
 5377 "log",
 5378 "lsp",
 5379 "parking_lot",
 5380 "pretty_assertions",
 5381 "project",
 5382 "serde",
 5383 "serde_json",
 5384 "settings",
 5385 "smallvec",
 5386 "text",
 5387 "tree-sitter",
 5388 "util",
 5389 "zeta_prompt",
 5390]
 5391
 5392[[package]]
 5393name = "edit_prediction_types"
 5394version = "0.1.0"
 5395dependencies = [
 5396 "client",
 5397 "gpui",
 5398 "icons",
 5399 "language",
 5400 "text",
 5401]
 5402
 5403[[package]]
 5404name = "edit_prediction_ui"
 5405version = "0.1.0"
 5406dependencies = [
 5407 "anyhow",
 5408 "buffer_diff",
 5409 "client",
 5410 "cloud_llm_client",
 5411 "codestral",
 5412 "collections",
 5413 "command_palette_hooks",
 5414 "copilot",
 5415 "copilot_chat",
 5416 "copilot_ui",
 5417 "edit_prediction",
 5418 "edit_prediction_types",
 5419 "editor",
 5420 "feature_flags",
 5421 "fs",
 5422 "futures 0.3.31",
 5423 "gpui",
 5424 "indoc",
 5425 "language",
 5426 "markdown",
 5427 "menu",
 5428 "multi_buffer",
 5429 "paths",
 5430 "project",
 5431 "regex",
 5432 "settings",
 5433 "telemetry",
 5434 "text",
 5435 "theme",
 5436 "time",
 5437 "ui",
 5438 "util",
 5439 "workspace",
 5440 "zed_actions",
 5441 "zeta_prompt",
 5442]
 5443
 5444[[package]]
 5445name = "editor"
 5446version = "0.1.0"
 5447dependencies = [
 5448 "aho-corasick",
 5449 "anyhow",
 5450 "assets",
 5451 "breadcrumbs",
 5452 "buffer_diff",
 5453 "client",
 5454 "clock",
 5455 "collections",
 5456 "convert_case 0.8.0",
 5457 "criterion",
 5458 "ctor",
 5459 "dap",
 5460 "db",
 5461 "edit_prediction_types",
 5462 "emojis",
 5463 "feature_flags",
 5464 "file_icons",
 5465 "fs",
 5466 "futures 0.3.31",
 5467 "fuzzy",
 5468 "git",
 5469 "gpui",
 5470 "indoc",
 5471 "itertools 0.14.0",
 5472 "language",
 5473 "languages",
 5474 "linkify",
 5475 "log",
 5476 "lsp",
 5477 "markdown",
 5478 "menu",
 5479 "multi_buffer",
 5480 "ordered-float 2.10.1",
 5481 "parking_lot",
 5482 "pretty_assertions",
 5483 "project",
 5484 "proptest",
 5485 "proptest-derive",
 5486 "rand 0.9.2",
 5487 "regex",
 5488 "release_channel",
 5489 "rope",
 5490 "rpc",
 5491 "schemars",
 5492 "semver",
 5493 "serde",
 5494 "serde_json",
 5495 "settings",
 5496 "smallvec",
 5497 "smol",
 5498 "snippet",
 5499 "sum_tree",
 5500 "task",
 5501 "telemetry",
 5502 "text",
 5503 "theme",
 5504 "time",
 5505 "tracing",
 5506 "tree-sitter-bash",
 5507 "tree-sitter-c",
 5508 "tree-sitter-html",
 5509 "tree-sitter-md",
 5510 "tree-sitter-python",
 5511 "tree-sitter-rust",
 5512 "tree-sitter-typescript",
 5513 "tree-sitter-yaml",
 5514 "ui",
 5515 "ui_input",
 5516 "unicode-script",
 5517 "unicode-segmentation",
 5518 "unicode-width",
 5519 "unindent",
 5520 "url",
 5521 "util",
 5522 "uuid",
 5523 "vim_mode_setting",
 5524 "workspace",
 5525 "zed_actions",
 5526 "zlog",
 5527 "ztracing",
 5528]
 5529
 5530[[package]]
 5531name = "either"
 5532version = "1.15.0"
 5533source = "registry+https://github.com/rust-lang/crates.io-index"
 5534checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5535dependencies = [
 5536 "serde",
 5537]
 5538
 5539[[package]]
 5540name = "elasticlunr-rs"
 5541version = "3.0.2"
 5542source = "registry+https://github.com/rust-lang/crates.io-index"
 5543checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5544dependencies = [
 5545 "regex",
 5546 "serde",
 5547 "serde_derive",
 5548 "serde_json",
 5549]
 5550
 5551[[package]]
 5552name = "elliptic-curve"
 5553version = "0.12.3"
 5554source = "registry+https://github.com/rust-lang/crates.io-index"
 5555checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5556dependencies = [
 5557 "base16ct",
 5558 "crypto-bigint 0.4.9",
 5559 "der 0.6.1",
 5560 "digest",
 5561 "ff",
 5562 "generic-array",
 5563 "group",
 5564 "pkcs8 0.9.0",
 5565 "rand_core 0.6.4",
 5566 "sec1",
 5567 "subtle",
 5568 "zeroize",
 5569]
 5570
 5571[[package]]
 5572name = "email_address"
 5573version = "0.2.9"
 5574source = "registry+https://github.com/rust-lang/crates.io-index"
 5575checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5576dependencies = [
 5577 "serde",
 5578]
 5579
 5580[[package]]
 5581name = "embed-resource"
 5582version = "3.0.6"
 5583source = "registry+https://github.com/rust-lang/crates.io-index"
 5584checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5585dependencies = [
 5586 "cc",
 5587 "memchr",
 5588 "rustc_version",
 5589 "toml 0.9.8",
 5590 "vswhom",
 5591 "winreg 0.55.0",
 5592]
 5593
 5594[[package]]
 5595name = "embedded-io"
 5596version = "0.4.0"
 5597source = "registry+https://github.com/rust-lang/crates.io-index"
 5598checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5599
 5600[[package]]
 5601name = "embedded-io"
 5602version = "0.6.1"
 5603source = "registry+https://github.com/rust-lang/crates.io-index"
 5604checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5605
 5606[[package]]
 5607name = "emojis"
 5608version = "0.6.4"
 5609source = "registry+https://github.com/rust-lang/crates.io-index"
 5610checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5611dependencies = [
 5612 "phf 0.11.3",
 5613]
 5614
 5615[[package]]
 5616name = "encode_unicode"
 5617version = "1.0.0"
 5618source = "registry+https://github.com/rust-lang/crates.io-index"
 5619checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5620
 5621[[package]]
 5622name = "encoding_rs"
 5623version = "0.8.35"
 5624source = "registry+https://github.com/rust-lang/crates.io-index"
 5625checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5626dependencies = [
 5627 "cfg-if",
 5628]
 5629
 5630[[package]]
 5631name = "encoding_selector"
 5632version = "0.1.0"
 5633dependencies = [
 5634 "editor",
 5635 "encoding_rs",
 5636 "fuzzy",
 5637 "gpui",
 5638 "language",
 5639 "picker",
 5640 "project",
 5641 "ui",
 5642 "util",
 5643 "workspace",
 5644]
 5645
 5646[[package]]
 5647name = "endi"
 5648version = "1.1.0"
 5649source = "registry+https://github.com/rust-lang/crates.io-index"
 5650checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5651
 5652[[package]]
 5653name = "enum-as-inner"
 5654version = "0.6.1"
 5655source = "registry+https://github.com/rust-lang/crates.io-index"
 5656checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5657dependencies = [
 5658 "heck 0.5.0",
 5659 "proc-macro2",
 5660 "quote",
 5661 "syn 2.0.117",
 5662]
 5663
 5664[[package]]
 5665name = "enumflags2"
 5666version = "0.7.12"
 5667source = "registry+https://github.com/rust-lang/crates.io-index"
 5668checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5669dependencies = [
 5670 "enumflags2_derive",
 5671 "serde",
 5672]
 5673
 5674[[package]]
 5675name = "enumflags2_derive"
 5676version = "0.7.12"
 5677source = "registry+https://github.com/rust-lang/crates.io-index"
 5678checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5679dependencies = [
 5680 "proc-macro2",
 5681 "quote",
 5682 "syn 2.0.117",
 5683]
 5684
 5685[[package]]
 5686name = "env_filter"
 5687version = "0.1.4"
 5688source = "registry+https://github.com/rust-lang/crates.io-index"
 5689checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5690dependencies = [
 5691 "log",
 5692 "regex",
 5693]
 5694
 5695[[package]]
 5696name = "env_logger"
 5697version = "0.10.2"
 5698source = "registry+https://github.com/rust-lang/crates.io-index"
 5699checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5700dependencies = [
 5701 "humantime",
 5702 "is-terminal",
 5703 "log",
 5704 "regex",
 5705 "termcolor",
 5706]
 5707
 5708[[package]]
 5709name = "env_logger"
 5710version = "0.11.8"
 5711source = "registry+https://github.com/rust-lang/crates.io-index"
 5712checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5713dependencies = [
 5714 "anstream",
 5715 "anstyle",
 5716 "env_filter",
 5717 "jiff",
 5718 "log",
 5719]
 5720
 5721[[package]]
 5722name = "envy"
 5723version = "0.4.2"
 5724source = "registry+https://github.com/rust-lang/crates.io-index"
 5725checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5726dependencies = [
 5727 "serde",
 5728]
 5729
 5730[[package]]
 5731name = "equator"
 5732version = "0.4.2"
 5733source = "registry+https://github.com/rust-lang/crates.io-index"
 5734checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5735dependencies = [
 5736 "equator-macro",
 5737]
 5738
 5739[[package]]
 5740name = "equator-macro"
 5741version = "0.4.2"
 5742source = "registry+https://github.com/rust-lang/crates.io-index"
 5743checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5744dependencies = [
 5745 "proc-macro2",
 5746 "quote",
 5747 "syn 2.0.117",
 5748]
 5749
 5750[[package]]
 5751name = "equivalent"
 5752version = "1.0.2"
 5753source = "registry+https://github.com/rust-lang/crates.io-index"
 5754checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5755
 5756[[package]]
 5757name = "erased-serde"
 5758version = "0.4.9"
 5759source = "registry+https://github.com/rust-lang/crates.io-index"
 5760checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5761dependencies = [
 5762 "serde",
 5763 "serde_core",
 5764 "typeid",
 5765]
 5766
 5767[[package]]
 5768name = "errno"
 5769version = "0.2.8"
 5770source = "registry+https://github.com/rust-lang/crates.io-index"
 5771checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5772dependencies = [
 5773 "errno-dragonfly",
 5774 "libc",
 5775 "winapi",
 5776]
 5777
 5778[[package]]
 5779name = "errno"
 5780version = "0.3.14"
 5781source = "registry+https://github.com/rust-lang/crates.io-index"
 5782checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5783dependencies = [
 5784 "libc",
 5785 "windows-sys 0.61.2",
 5786]
 5787
 5788[[package]]
 5789name = "errno-dragonfly"
 5790version = "0.1.2"
 5791source = "registry+https://github.com/rust-lang/crates.io-index"
 5792checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5793dependencies = [
 5794 "cc",
 5795 "libc",
 5796]
 5797
 5798[[package]]
 5799name = "error-graph"
 5800version = "0.1.1"
 5801source = "registry+https://github.com/rust-lang/crates.io-index"
 5802checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5803dependencies = [
 5804 "serde",
 5805]
 5806
 5807[[package]]
 5808name = "etagere"
 5809version = "0.2.15"
 5810source = "registry+https://github.com/rust-lang/crates.io-index"
 5811checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5812dependencies = [
 5813 "euclid",
 5814 "svg_fmt",
 5815]
 5816
 5817[[package]]
 5818name = "etcetera"
 5819version = "0.8.0"
 5820source = "registry+https://github.com/rust-lang/crates.io-index"
 5821checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5822dependencies = [
 5823 "cfg-if",
 5824 "home",
 5825 "windows-sys 0.48.0",
 5826]
 5827
 5828[[package]]
 5829name = "etw_tracing"
 5830version = "0.1.0"
 5831dependencies = [
 5832 "anyhow",
 5833 "gpui",
 5834 "log",
 5835 "net",
 5836 "serde",
 5837 "serde_json",
 5838 "util",
 5839 "windows 0.61.3",
 5840 "windows-core 0.61.2",
 5841 "workspace",
 5842 "wprcontrol",
 5843]
 5844
 5845[[package]]
 5846name = "euclid"
 5847version = "0.22.11"
 5848source = "registry+https://github.com/rust-lang/crates.io-index"
 5849checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5850dependencies = [
 5851 "num-traits",
 5852]
 5853
 5854[[package]]
 5855name = "eval"
 5856version = "0.1.0"
 5857dependencies = [
 5858 "acp_thread",
 5859 "agent",
 5860 "agent-client-protocol",
 5861 "agent_settings",
 5862 "agent_ui",
 5863 "anyhow",
 5864 "async-trait",
 5865 "buffer_diff",
 5866 "chrono",
 5867 "clap",
 5868 "client",
 5869 "collections",
 5870 "debug_adapter_extension",
 5871 "dirs 4.0.0",
 5872 "dotenvy",
 5873 "env_logger 0.11.8",
 5874 "extension",
 5875 "fs",
 5876 "futures 0.3.31",
 5877 "gpui",
 5878 "gpui_platform",
 5879 "gpui_tokio",
 5880 "handlebars 4.5.0",
 5881 "language",
 5882 "language_extension",
 5883 "language_model",
 5884 "language_models",
 5885 "languages",
 5886 "markdown",
 5887 "node_runtime",
 5888 "pathdiff",
 5889 "paths",
 5890 "pretty_assertions",
 5891 "project",
 5892 "prompt_store",
 5893 "rand 0.9.2",
 5894 "regex",
 5895 "release_channel",
 5896 "reqwest_client",
 5897 "serde",
 5898 "serde_json",
 5899 "settings",
 5900 "shellexpand 2.1.2",
 5901 "telemetry",
 5902 "terminal_view",
 5903 "toml 0.8.23",
 5904 "unindent",
 5905 "util",
 5906 "uuid",
 5907 "watch",
 5908]
 5909
 5910[[package]]
 5911name = "eval_cli"
 5912version = "0.1.0"
 5913dependencies = [
 5914 "acp_thread",
 5915 "agent",
 5916 "agent-client-protocol",
 5917 "agent_ui",
 5918 "anyhow",
 5919 "clap",
 5920 "client",
 5921 "ctrlc",
 5922 "db",
 5923 "debug_adapter_extension",
 5924 "env_logger 0.11.8",
 5925 "extension",
 5926 "feature_flags",
 5927 "fs",
 5928 "futures 0.3.31",
 5929 "gpui",
 5930 "gpui_platform",
 5931 "gpui_tokio",
 5932 "language",
 5933 "language_extension",
 5934 "language_model",
 5935 "language_models",
 5936 "languages",
 5937 "node_runtime",
 5938 "paths",
 5939 "project",
 5940 "prompt_store",
 5941 "release_channel",
 5942 "reqwest_client",
 5943 "serde",
 5944 "serde_json",
 5945 "settings",
 5946 "shellexpand 2.1.2",
 5947 "terminal_view",
 5948 "util",
 5949 "watch",
 5950]
 5951
 5952[[package]]
 5953name = "eval_utils"
 5954version = "0.1.0"
 5955dependencies = [
 5956 "gpui_platform",
 5957 "serde",
 5958 "smol",
 5959]
 5960
 5961[[package]]
 5962name = "event-listener"
 5963version = "2.5.3"
 5964source = "registry+https://github.com/rust-lang/crates.io-index"
 5965checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5966
 5967[[package]]
 5968name = "event-listener"
 5969version = "5.4.1"
 5970source = "registry+https://github.com/rust-lang/crates.io-index"
 5971checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5972dependencies = [
 5973 "concurrent-queue",
 5974 "parking",
 5975 "pin-project-lite",
 5976]
 5977
 5978[[package]]
 5979name = "event-listener-strategy"
 5980version = "0.5.4"
 5981source = "registry+https://github.com/rust-lang/crates.io-index"
 5982checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5983dependencies = [
 5984 "event-listener 5.4.1",
 5985 "pin-project-lite",
 5986]
 5987
 5988[[package]]
 5989name = "exec"
 5990version = "0.3.1"
 5991source = "registry+https://github.com/rust-lang/crates.io-index"
 5992checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5993dependencies = [
 5994 "errno 0.2.8",
 5995 "libc",
 5996]
 5997
 5998[[package]]
 5999name = "explorer_command_injector"
 6000version = "0.1.0"
 6001dependencies = [
 6002 "windows 0.61.3",
 6003 "windows-core 0.61.2",
 6004 "windows-registry 0.5.3",
 6005]
 6006
 6007[[package]]
 6008name = "exr"
 6009version = "1.73.0"
 6010source = "registry+https://github.com/rust-lang/crates.io-index"
 6011checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 6012dependencies = [
 6013 "bit_field",
 6014 "half",
 6015 "lebe",
 6016 "miniz_oxide",
 6017 "rayon-core",
 6018 "smallvec",
 6019 "zune-inflate",
 6020]
 6021
 6022[[package]]
 6023name = "extended"
 6024version = "0.1.0"
 6025source = "registry+https://github.com/rust-lang/crates.io-index"
 6026checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 6027
 6028[[package]]
 6029name = "extension"
 6030version = "0.1.0"
 6031dependencies = [
 6032 "anyhow",
 6033 "async-trait",
 6034 "cloud_api_types",
 6035 "collections",
 6036 "dap",
 6037 "fs",
 6038 "futures 0.3.31",
 6039 "gpui",
 6040 "heck 0.5.0",
 6041 "http_client",
 6042 "indoc",
 6043 "language",
 6044 "log",
 6045 "lsp",
 6046 "parking_lot",
 6047 "pretty_assertions",
 6048 "proto",
 6049 "semver",
 6050 "serde",
 6051 "serde_json",
 6052 "task",
 6053 "tempfile",
 6054 "toml 0.8.23",
 6055 "tracing",
 6056 "url",
 6057 "util",
 6058 "wasm-encoder 0.221.3",
 6059 "wasmparser 0.221.3",
 6060 "ztracing",
 6061]
 6062
 6063[[package]]
 6064name = "extension_cli"
 6065version = "0.1.0"
 6066dependencies = [
 6067 "anyhow",
 6068 "clap",
 6069 "cloud_api_types",
 6070 "env_logger 0.11.8",
 6071 "extension",
 6072 "fs",
 6073 "gpui_platform",
 6074 "language",
 6075 "log",
 6076 "reqwest_client",
 6077 "serde",
 6078 "serde_json",
 6079 "serde_json_lenient",
 6080 "settings_content",
 6081 "snippet_provider",
 6082 "task",
 6083 "theme",
 6084 "tokio",
 6085 "toml 0.8.23",
 6086 "tree-sitter",
 6087 "wasmtime",
 6088]
 6089
 6090[[package]]
 6091name = "extension_host"
 6092version = "0.1.0"
 6093dependencies = [
 6094 "anyhow",
 6095 "async-compression",
 6096 "async-tar",
 6097 "async-trait",
 6098 "client",
 6099 "cloud_api_types",
 6100 "collections",
 6101 "criterion",
 6102 "ctor",
 6103 "dap",
 6104 "extension",
 6105 "fs",
 6106 "futures 0.3.31",
 6107 "gpui",
 6108 "gpui_tokio",
 6109 "http_client",
 6110 "language",
 6111 "language_extension",
 6112 "log",
 6113 "lsp",
 6114 "moka",
 6115 "node_runtime",
 6116 "parking_lot",
 6117 "paths",
 6118 "project",
 6119 "release_channel",
 6120 "remote",
 6121 "reqwest_client",
 6122 "semver",
 6123 "serde",
 6124 "serde_json",
 6125 "serde_json_lenient",
 6126 "settings",
 6127 "task",
 6128 "telemetry",
 6129 "tempfile",
 6130 "theme",
 6131 "theme_extension",
 6132 "toml 0.8.23",
 6133 "tracing",
 6134 "url",
 6135 "util",
 6136 "wasmparser 0.221.3",
 6137 "wasmtime",
 6138 "wasmtime-wasi",
 6139 "zlog",
 6140 "ztracing",
 6141]
 6142
 6143[[package]]
 6144name = "extensions_ui"
 6145version = "0.1.0"
 6146dependencies = [
 6147 "anyhow",
 6148 "client",
 6149 "cloud_api_types",
 6150 "collections",
 6151 "db",
 6152 "editor",
 6153 "extension",
 6154 "extension_host",
 6155 "fs",
 6156 "fuzzy",
 6157 "gpui",
 6158 "language",
 6159 "log",
 6160 "num-format",
 6161 "picker",
 6162 "project",
 6163 "release_channel",
 6164 "semver",
 6165 "serde",
 6166 "settings",
 6167 "smallvec",
 6168 "strum 0.27.2",
 6169 "telemetry",
 6170 "theme",
 6171 "ui",
 6172 "util",
 6173 "vim_mode_setting",
 6174 "workspace",
 6175 "zed_actions",
 6176]
 6177
 6178[[package]]
 6179name = "failspot"
 6180version = "0.2.0"
 6181source = "registry+https://github.com/rust-lang/crates.io-index"
 6182checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6183
 6184[[package]]
 6185name = "fallible-iterator"
 6186version = "0.3.0"
 6187source = "registry+https://github.com/rust-lang/crates.io-index"
 6188checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6189
 6190[[package]]
 6191name = "fancy-regex"
 6192version = "0.16.2"
 6193source = "registry+https://github.com/rust-lang/crates.io-index"
 6194checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6195dependencies = [
 6196 "bit-set 0.8.0",
 6197 "regex-automata",
 6198 "regex-syntax",
 6199]
 6200
 6201[[package]]
 6202name = "fancy-regex"
 6203version = "0.17.0"
 6204source = "registry+https://github.com/rust-lang/crates.io-index"
 6205checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6206dependencies = [
 6207 "bit-set 0.8.0",
 6208 "regex-automata",
 6209 "regex-syntax",
 6210]
 6211
 6212[[package]]
 6213name = "fast-srgb8"
 6214version = "1.0.0"
 6215source = "registry+https://github.com/rust-lang/crates.io-index"
 6216checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6217
 6218[[package]]
 6219name = "fastrand"
 6220version = "1.9.0"
 6221source = "registry+https://github.com/rust-lang/crates.io-index"
 6222checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6223dependencies = [
 6224 "instant",
 6225]
 6226
 6227[[package]]
 6228name = "fastrand"
 6229version = "2.3.0"
 6230source = "registry+https://github.com/rust-lang/crates.io-index"
 6231checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6232
 6233[[package]]
 6234name = "fax"
 6235version = "0.2.6"
 6236source = "registry+https://github.com/rust-lang/crates.io-index"
 6237checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6238dependencies = [
 6239 "fax_derive",
 6240]
 6241
 6242[[package]]
 6243name = "fax_derive"
 6244version = "0.2.0"
 6245source = "registry+https://github.com/rust-lang/crates.io-index"
 6246checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6247dependencies = [
 6248 "proc-macro2",
 6249 "quote",
 6250 "syn 2.0.117",
 6251]
 6252
 6253[[package]]
 6254name = "fd-lock"
 6255version = "4.0.4"
 6256source = "registry+https://github.com/rust-lang/crates.io-index"
 6257checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6258dependencies = [
 6259 "cfg-if",
 6260 "rustix 1.1.2",
 6261 "windows-sys 0.59.0",
 6262]
 6263
 6264[[package]]
 6265name = "fdeflate"
 6266version = "0.3.7"
 6267source = "registry+https://github.com/rust-lang/crates.io-index"
 6268checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6269dependencies = [
 6270 "simd-adler32",
 6271]
 6272
 6273[[package]]
 6274name = "feature_flags"
 6275version = "0.1.0"
 6276dependencies = [
 6277 "gpui",
 6278]
 6279
 6280[[package]]
 6281name = "feedback"
 6282version = "0.1.0"
 6283dependencies = [
 6284 "gpui",
 6285 "system_specs",
 6286 "urlencoding",
 6287 "util",
 6288 "workspace",
 6289 "zed_actions",
 6290]
 6291
 6292[[package]]
 6293name = "ff"
 6294version = "0.12.1"
 6295source = "registry+https://github.com/rust-lang/crates.io-index"
 6296checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6297dependencies = [
 6298 "rand_core 0.6.4",
 6299 "subtle",
 6300]
 6301
 6302[[package]]
 6303name = "file_finder"
 6304version = "0.1.0"
 6305dependencies = [
 6306 "anyhow",
 6307 "channel",
 6308 "client",
 6309 "collections",
 6310 "ctor",
 6311 "editor",
 6312 "file_icons",
 6313 "futures 0.3.31",
 6314 "fuzzy",
 6315 "gpui",
 6316 "menu",
 6317 "open_path_prompt",
 6318 "picker",
 6319 "pretty_assertions",
 6320 "project",
 6321 "project_panel",
 6322 "remote_connection",
 6323 "serde",
 6324 "serde_json",
 6325 "settings",
 6326 "theme",
 6327 "ui",
 6328 "util",
 6329 "workspace",
 6330 "zed_actions",
 6331 "zlog",
 6332]
 6333
 6334[[package]]
 6335name = "file_icons"
 6336version = "0.1.0"
 6337dependencies = [
 6338 "gpui",
 6339 "serde",
 6340 "theme",
 6341 "util",
 6342]
 6343
 6344[[package]]
 6345name = "filedescriptor"
 6346version = "0.8.3"
 6347source = "registry+https://github.com/rust-lang/crates.io-index"
 6348checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6349dependencies = [
 6350 "libc",
 6351 "thiserror 1.0.69",
 6352 "winapi",
 6353]
 6354
 6355[[package]]
 6356name = "filetime"
 6357version = "0.2.26"
 6358source = "registry+https://github.com/rust-lang/crates.io-index"
 6359checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6360dependencies = [
 6361 "cfg-if",
 6362 "libc",
 6363 "libredox",
 6364 "windows-sys 0.60.2",
 6365]
 6366
 6367[[package]]
 6368name = "find-msvc-tools"
 6369version = "0.1.5"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6372
 6373[[package]]
 6374name = "fixedbitset"
 6375version = "0.4.2"
 6376source = "registry+https://github.com/rust-lang/crates.io-index"
 6377checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6378
 6379[[package]]
 6380name = "fixedbitset"
 6381version = "0.5.7"
 6382source = "registry+https://github.com/rust-lang/crates.io-index"
 6383checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6384
 6385[[package]]
 6386name = "flate2"
 6387version = "1.1.8"
 6388source = "registry+https://github.com/rust-lang/crates.io-index"
 6389checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6390dependencies = [
 6391 "crc32fast",
 6392 "miniz_oxide",
 6393]
 6394
 6395[[package]]
 6396name = "float-cmp"
 6397version = "0.9.0"
 6398source = "registry+https://github.com/rust-lang/crates.io-index"
 6399checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6400
 6401[[package]]
 6402name = "float-ord"
 6403version = "0.3.2"
 6404source = "registry+https://github.com/rust-lang/crates.io-index"
 6405checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6406
 6407[[package]]
 6408name = "float8"
 6409version = "0.4.2"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6412dependencies = [
 6413 "half",
 6414 "num-traits",
 6415 "rand 0.9.2",
 6416 "rand_distr",
 6417]
 6418
 6419[[package]]
 6420name = "float_next_after"
 6421version = "1.0.0"
 6422source = "registry+https://github.com/rust-lang/crates.io-index"
 6423checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6424
 6425[[package]]
 6426name = "fluent-uri"
 6427version = "0.4.1"
 6428source = "registry+https://github.com/rust-lang/crates.io-index"
 6429checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6430dependencies = [
 6431 "borrow-or-share",
 6432 "ref-cast",
 6433 "serde",
 6434]
 6435
 6436[[package]]
 6437name = "flume"
 6438version = "0.11.1"
 6439source = "registry+https://github.com/rust-lang/crates.io-index"
 6440checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6441dependencies = [
 6442 "futures-core",
 6443 "futures-sink",
 6444 "nanorand",
 6445 "spin 0.9.8",
 6446]
 6447
 6448[[package]]
 6449name = "fnv"
 6450version = "1.0.7"
 6451source = "registry+https://github.com/rust-lang/crates.io-index"
 6452checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6453
 6454[[package]]
 6455name = "foldhash"
 6456version = "0.1.5"
 6457source = "registry+https://github.com/rust-lang/crates.io-index"
 6458checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6459
 6460[[package]]
 6461name = "foldhash"
 6462version = "0.2.0"
 6463source = "registry+https://github.com/rust-lang/crates.io-index"
 6464checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6465
 6466[[package]]
 6467name = "font-types"
 6468version = "0.10.0"
 6469source = "registry+https://github.com/rust-lang/crates.io-index"
 6470checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6471dependencies = [
 6472 "bytemuck",
 6473]
 6474
 6475[[package]]
 6476name = "font-types"
 6477version = "0.11.0"
 6478source = "registry+https://github.com/rust-lang/crates.io-index"
 6479checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6480dependencies = [
 6481 "bytemuck",
 6482]
 6483
 6484[[package]]
 6485name = "fontconfig-parser"
 6486version = "0.5.8"
 6487source = "registry+https://github.com/rust-lang/crates.io-index"
 6488checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6489dependencies = [
 6490 "roxmltree",
 6491]
 6492
 6493[[package]]
 6494name = "fontdb"
 6495version = "0.16.2"
 6496source = "registry+https://github.com/rust-lang/crates.io-index"
 6497checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6498dependencies = [
 6499 "fontconfig-parser",
 6500 "log",
 6501 "memmap2",
 6502 "slotmap",
 6503 "tinyvec",
 6504 "ttf-parser 0.20.0",
 6505]
 6506
 6507[[package]]
 6508name = "fontdb"
 6509version = "0.23.0"
 6510source = "registry+https://github.com/rust-lang/crates.io-index"
 6511checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6512dependencies = [
 6513 "fontconfig-parser",
 6514 "log",
 6515 "memmap2",
 6516 "slotmap",
 6517 "tinyvec",
 6518 "ttf-parser 0.25.1",
 6519]
 6520
 6521[[package]]
 6522name = "foreign-types"
 6523version = "0.3.2"
 6524source = "registry+https://github.com/rust-lang/crates.io-index"
 6525checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6526dependencies = [
 6527 "foreign-types-shared 0.1.1",
 6528]
 6529
 6530[[package]]
 6531name = "foreign-types"
 6532version = "0.5.0"
 6533source = "registry+https://github.com/rust-lang/crates.io-index"
 6534checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6535dependencies = [
 6536 "foreign-types-macros",
 6537 "foreign-types-shared 0.3.1",
 6538]
 6539
 6540[[package]]
 6541name = "foreign-types-macros"
 6542version = "0.2.3"
 6543source = "registry+https://github.com/rust-lang/crates.io-index"
 6544checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6545dependencies = [
 6546 "proc-macro2",
 6547 "quote",
 6548 "syn 2.0.117",
 6549]
 6550
 6551[[package]]
 6552name = "foreign-types-shared"
 6553version = "0.1.1"
 6554source = "registry+https://github.com/rust-lang/crates.io-index"
 6555checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6556
 6557[[package]]
 6558name = "foreign-types-shared"
 6559version = "0.3.1"
 6560source = "registry+https://github.com/rust-lang/crates.io-index"
 6561checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6562
 6563[[package]]
 6564name = "fork"
 6565version = "0.4.0"
 6566source = "registry+https://github.com/rust-lang/crates.io-index"
 6567checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6568dependencies = [
 6569 "libc",
 6570]
 6571
 6572[[package]]
 6573name = "form_urlencoded"
 6574version = "1.2.2"
 6575source = "registry+https://github.com/rust-lang/crates.io-index"
 6576checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6577dependencies = [
 6578 "percent-encoding",
 6579]
 6580
 6581[[package]]
 6582name = "fraction"
 6583version = "0.15.3"
 6584source = "registry+https://github.com/rust-lang/crates.io-index"
 6585checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6586dependencies = [
 6587 "lazy_static",
 6588 "num",
 6589]
 6590
 6591[[package]]
 6592name = "freetype-sys"
 6593version = "0.20.1"
 6594source = "registry+https://github.com/rust-lang/crates.io-index"
 6595checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6596dependencies = [
 6597 "cc",
 6598 "libc",
 6599 "pkg-config",
 6600]
 6601
 6602[[package]]
 6603name = "fs"
 6604version = "0.1.0"
 6605dependencies = [
 6606 "anyhow",
 6607 "ashpd",
 6608 "async-tar",
 6609 "async-trait",
 6610 "cocoa 0.26.0",
 6611 "collections",
 6612 "dunce",
 6613 "fs",
 6614 "futures 0.3.31",
 6615 "git",
 6616 "gpui",
 6617 "ignore",
 6618 "is_executable",
 6619 "libc",
 6620 "log",
 6621 "notify 8.2.0",
 6622 "objc",
 6623 "parking_lot",
 6624 "paths",
 6625 "proto",
 6626 "rope",
 6627 "serde",
 6628 "serde_json",
 6629 "smol",
 6630 "tempfile",
 6631 "text",
 6632 "time",
 6633 "util",
 6634 "windows 0.61.3",
 6635]
 6636
 6637[[package]]
 6638name = "fs-set-times"
 6639version = "0.20.3"
 6640source = "registry+https://github.com/rust-lang/crates.io-index"
 6641checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6642dependencies = [
 6643 "io-lifetimes",
 6644 "rustix 1.1.2",
 6645 "windows-sys 0.59.0",
 6646]
 6647
 6648[[package]]
 6649name = "fs2"
 6650version = "0.4.3"
 6651source = "registry+https://github.com/rust-lang/crates.io-index"
 6652checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6653dependencies = [
 6654 "libc",
 6655 "winapi",
 6656]
 6657
 6658[[package]]
 6659name = "fs_benchmarks"
 6660version = "0.1.0"
 6661dependencies = [
 6662 "fs",
 6663 "gpui",
 6664 "gpui_platform",
 6665]
 6666
 6667[[package]]
 6668name = "fs_extra"
 6669version = "1.3.0"
 6670source = "registry+https://github.com/rust-lang/crates.io-index"
 6671checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6672
 6673[[package]]
 6674name = "fsevent-sys"
 6675version = "4.1.0"
 6676source = "registry+https://github.com/rust-lang/crates.io-index"
 6677checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6678dependencies = [
 6679 "libc",
 6680]
 6681
 6682[[package]]
 6683name = "fuchsia-cprng"
 6684version = "0.1.1"
 6685source = "registry+https://github.com/rust-lang/crates.io-index"
 6686checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6687
 6688[[package]]
 6689name = "funty"
 6690version = "2.0.0"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6693
 6694[[package]]
 6695name = "futf"
 6696version = "0.1.5"
 6697source = "registry+https://github.com/rust-lang/crates.io-index"
 6698checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6699dependencies = [
 6700 "mac",
 6701 "new_debug_unreachable",
 6702]
 6703
 6704[[package]]
 6705name = "futures"
 6706version = "0.1.31"
 6707source = "registry+https://github.com/rust-lang/crates.io-index"
 6708checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6709
 6710[[package]]
 6711name = "futures"
 6712version = "0.3.31"
 6713source = "registry+https://github.com/rust-lang/crates.io-index"
 6714checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6715dependencies = [
 6716 "futures-channel",
 6717 "futures-core",
 6718 "futures-executor",
 6719 "futures-io",
 6720 "futures-sink",
 6721 "futures-task",
 6722 "futures-util",
 6723]
 6724
 6725[[package]]
 6726name = "futures-channel"
 6727version = "0.3.31"
 6728source = "registry+https://github.com/rust-lang/crates.io-index"
 6729checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6730dependencies = [
 6731 "futures-core",
 6732 "futures-sink",
 6733]
 6734
 6735[[package]]
 6736name = "futures-concurrency"
 6737version = "7.7.1"
 6738source = "registry+https://github.com/rust-lang/crates.io-index"
 6739checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6740dependencies = [
 6741 "fixedbitset 0.5.7",
 6742 "futures-core",
 6743 "futures-lite 2.6.1",
 6744 "pin-project",
 6745 "smallvec",
 6746]
 6747
 6748[[package]]
 6749name = "futures-core"
 6750version = "0.3.31"
 6751source = "registry+https://github.com/rust-lang/crates.io-index"
 6752checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6753
 6754[[package]]
 6755name = "futures-executor"
 6756version = "0.3.31"
 6757source = "registry+https://github.com/rust-lang/crates.io-index"
 6758checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6759dependencies = [
 6760 "futures-core",
 6761 "futures-task",
 6762 "futures-util",
 6763]
 6764
 6765[[package]]
 6766name = "futures-intrusive"
 6767version = "0.5.0"
 6768source = "registry+https://github.com/rust-lang/crates.io-index"
 6769checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6770dependencies = [
 6771 "futures-core",
 6772 "lock_api",
 6773 "parking_lot",
 6774]
 6775
 6776[[package]]
 6777name = "futures-io"
 6778version = "0.3.31"
 6779source = "registry+https://github.com/rust-lang/crates.io-index"
 6780checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6781
 6782[[package]]
 6783name = "futures-lite"
 6784version = "1.13.0"
 6785source = "registry+https://github.com/rust-lang/crates.io-index"
 6786checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6787dependencies = [
 6788 "fastrand 1.9.0",
 6789 "futures-core",
 6790 "futures-io",
 6791 "memchr",
 6792 "parking",
 6793 "pin-project-lite",
 6794 "waker-fn",
 6795]
 6796
 6797[[package]]
 6798name = "futures-lite"
 6799version = "2.6.1"
 6800source = "registry+https://github.com/rust-lang/crates.io-index"
 6801checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6802dependencies = [
 6803 "fastrand 2.3.0",
 6804 "futures-core",
 6805 "futures-io",
 6806 "parking",
 6807 "pin-project-lite",
 6808]
 6809
 6810[[package]]
 6811name = "futures-macro"
 6812version = "0.3.31"
 6813source = "registry+https://github.com/rust-lang/crates.io-index"
 6814checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6815dependencies = [
 6816 "proc-macro2",
 6817 "quote",
 6818 "syn 2.0.117",
 6819]
 6820
 6821[[package]]
 6822name = "futures-sink"
 6823version = "0.3.31"
 6824source = "registry+https://github.com/rust-lang/crates.io-index"
 6825checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6826
 6827[[package]]
 6828name = "futures-task"
 6829version = "0.3.31"
 6830source = "registry+https://github.com/rust-lang/crates.io-index"
 6831checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6832
 6833[[package]]
 6834name = "futures-util"
 6835version = "0.3.31"
 6836source = "registry+https://github.com/rust-lang/crates.io-index"
 6837checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6838dependencies = [
 6839 "futures 0.1.31",
 6840 "futures-channel",
 6841 "futures-core",
 6842 "futures-io",
 6843 "futures-macro",
 6844 "futures-sink",
 6845 "futures-task",
 6846 "memchr",
 6847 "pin-project-lite",
 6848 "pin-utils",
 6849 "slab",
 6850 "tokio-io",
 6851]
 6852
 6853[[package]]
 6854name = "fuzzy"
 6855version = "0.1.0"
 6856dependencies = [
 6857 "gpui",
 6858 "log",
 6859 "util",
 6860]
 6861
 6862[[package]]
 6863name = "fuzzy-matcher"
 6864version = "0.3.7"
 6865source = "registry+https://github.com/rust-lang/crates.io-index"
 6866checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6867dependencies = [
 6868 "thread_local",
 6869]
 6870
 6871[[package]]
 6872name = "gaoya"
 6873version = "0.2.0"
 6874source = "registry+https://github.com/rust-lang/crates.io-index"
 6875checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6876dependencies = [
 6877 "ahash 0.8.12",
 6878 "crossbeam-utils",
 6879 "fnv",
 6880 "itertools 0.10.5",
 6881 "num-traits",
 6882 "rand 0.8.5",
 6883 "rand_pcg",
 6884 "random_choice",
 6885 "rayon",
 6886 "seahash",
 6887 "sha-1",
 6888 "shingles",
 6889 "siphasher 0.3.11",
 6890 "smallvec",
 6891 "triomphe",
 6892]
 6893
 6894[[package]]
 6895name = "gemm"
 6896version = "0.17.1"
 6897source = "registry+https://github.com/rust-lang/crates.io-index"
 6898checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6899dependencies = [
 6900 "dyn-stack 0.10.0",
 6901 "gemm-c32 0.17.1",
 6902 "gemm-c64 0.17.1",
 6903 "gemm-common 0.17.1",
 6904 "gemm-f16 0.17.1",
 6905 "gemm-f32 0.17.1",
 6906 "gemm-f64 0.17.1",
 6907 "num-complex",
 6908 "num-traits",
 6909 "paste",
 6910 "raw-cpuid 10.7.0",
 6911 "seq-macro",
 6912]
 6913
 6914[[package]]
 6915name = "gemm"
 6916version = "0.18.2"
 6917source = "registry+https://github.com/rust-lang/crates.io-index"
 6918checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6919dependencies = [
 6920 "dyn-stack 0.13.2",
 6921 "gemm-c32 0.18.2",
 6922 "gemm-c64 0.18.2",
 6923 "gemm-common 0.18.2",
 6924 "gemm-f16 0.18.2",
 6925 "gemm-f32 0.18.2",
 6926 "gemm-f64 0.18.2",
 6927 "num-complex",
 6928 "num-traits",
 6929 "paste",
 6930 "raw-cpuid 11.6.0",
 6931 "seq-macro",
 6932]
 6933
 6934[[package]]
 6935name = "gemm-c32"
 6936version = "0.17.1"
 6937source = "registry+https://github.com/rust-lang/crates.io-index"
 6938checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6939dependencies = [
 6940 "dyn-stack 0.10.0",
 6941 "gemm-common 0.17.1",
 6942 "num-complex",
 6943 "num-traits",
 6944 "paste",
 6945 "raw-cpuid 10.7.0",
 6946 "seq-macro",
 6947]
 6948
 6949[[package]]
 6950name = "gemm-c32"
 6951version = "0.18.2"
 6952source = "registry+https://github.com/rust-lang/crates.io-index"
 6953checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6954dependencies = [
 6955 "dyn-stack 0.13.2",
 6956 "gemm-common 0.18.2",
 6957 "num-complex",
 6958 "num-traits",
 6959 "paste",
 6960 "raw-cpuid 11.6.0",
 6961 "seq-macro",
 6962]
 6963
 6964[[package]]
 6965name = "gemm-c64"
 6966version = "0.17.1"
 6967source = "registry+https://github.com/rust-lang/crates.io-index"
 6968checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6969dependencies = [
 6970 "dyn-stack 0.10.0",
 6971 "gemm-common 0.17.1",
 6972 "num-complex",
 6973 "num-traits",
 6974 "paste",
 6975 "raw-cpuid 10.7.0",
 6976 "seq-macro",
 6977]
 6978
 6979[[package]]
 6980name = "gemm-c64"
 6981version = "0.18.2"
 6982source = "registry+https://github.com/rust-lang/crates.io-index"
 6983checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6984dependencies = [
 6985 "dyn-stack 0.13.2",
 6986 "gemm-common 0.18.2",
 6987 "num-complex",
 6988 "num-traits",
 6989 "paste",
 6990 "raw-cpuid 11.6.0",
 6991 "seq-macro",
 6992]
 6993
 6994[[package]]
 6995name = "gemm-common"
 6996version = "0.17.1"
 6997source = "registry+https://github.com/rust-lang/crates.io-index"
 6998checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6999dependencies = [
 7000 "bytemuck",
 7001 "dyn-stack 0.10.0",
 7002 "half",
 7003 "num-complex",
 7004 "num-traits",
 7005 "once_cell",
 7006 "paste",
 7007 "pulp 0.18.22",
 7008 "raw-cpuid 10.7.0",
 7009 "rayon",
 7010 "seq-macro",
 7011 "sysctl 0.5.5",
 7012]
 7013
 7014[[package]]
 7015name = "gemm-common"
 7016version = "0.18.2"
 7017source = "registry+https://github.com/rust-lang/crates.io-index"
 7018checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 7019dependencies = [
 7020 "bytemuck",
 7021 "dyn-stack 0.13.2",
 7022 "half",
 7023 "libm",
 7024 "num-complex",
 7025 "num-traits",
 7026 "once_cell",
 7027 "paste",
 7028 "pulp 0.21.5",
 7029 "raw-cpuid 11.6.0",
 7030 "rayon",
 7031 "seq-macro",
 7032 "sysctl 0.6.0",
 7033]
 7034
 7035[[package]]
 7036name = "gemm-f16"
 7037version = "0.17.1"
 7038source = "registry+https://github.com/rust-lang/crates.io-index"
 7039checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 7040dependencies = [
 7041 "dyn-stack 0.10.0",
 7042 "gemm-common 0.17.1",
 7043 "gemm-f32 0.17.1",
 7044 "half",
 7045 "num-complex",
 7046 "num-traits",
 7047 "paste",
 7048 "raw-cpuid 10.7.0",
 7049 "rayon",
 7050 "seq-macro",
 7051]
 7052
 7053[[package]]
 7054name = "gemm-f16"
 7055version = "0.18.2"
 7056source = "registry+https://github.com/rust-lang/crates.io-index"
 7057checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 7058dependencies = [
 7059 "dyn-stack 0.13.2",
 7060 "gemm-common 0.18.2",
 7061 "gemm-f32 0.18.2",
 7062 "half",
 7063 "num-complex",
 7064 "num-traits",
 7065 "paste",
 7066 "raw-cpuid 11.6.0",
 7067 "rayon",
 7068 "seq-macro",
 7069]
 7070
 7071[[package]]
 7072name = "gemm-f32"
 7073version = "0.17.1"
 7074source = "registry+https://github.com/rust-lang/crates.io-index"
 7075checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 7076dependencies = [
 7077 "dyn-stack 0.10.0",
 7078 "gemm-common 0.17.1",
 7079 "num-complex",
 7080 "num-traits",
 7081 "paste",
 7082 "raw-cpuid 10.7.0",
 7083 "seq-macro",
 7084]
 7085
 7086[[package]]
 7087name = "gemm-f32"
 7088version = "0.18.2"
 7089source = "registry+https://github.com/rust-lang/crates.io-index"
 7090checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 7091dependencies = [
 7092 "dyn-stack 0.13.2",
 7093 "gemm-common 0.18.2",
 7094 "num-complex",
 7095 "num-traits",
 7096 "paste",
 7097 "raw-cpuid 11.6.0",
 7098 "seq-macro",
 7099]
 7100
 7101[[package]]
 7102name = "gemm-f64"
 7103version = "0.17.1"
 7104source = "registry+https://github.com/rust-lang/crates.io-index"
 7105checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7106dependencies = [
 7107 "dyn-stack 0.10.0",
 7108 "gemm-common 0.17.1",
 7109 "num-complex",
 7110 "num-traits",
 7111 "paste",
 7112 "raw-cpuid 10.7.0",
 7113 "seq-macro",
 7114]
 7115
 7116[[package]]
 7117name = "gemm-f64"
 7118version = "0.18.2"
 7119source = "registry+https://github.com/rust-lang/crates.io-index"
 7120checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7121dependencies = [
 7122 "dyn-stack 0.13.2",
 7123 "gemm-common 0.18.2",
 7124 "num-complex",
 7125 "num-traits",
 7126 "paste",
 7127 "raw-cpuid 11.6.0",
 7128 "seq-macro",
 7129]
 7130
 7131[[package]]
 7132name = "generator"
 7133version = "0.8.7"
 7134source = "registry+https://github.com/rust-lang/crates.io-index"
 7135checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7136dependencies = [
 7137 "cc",
 7138 "cfg-if",
 7139 "libc",
 7140 "log",
 7141 "rustversion",
 7142 "windows 0.61.3",
 7143]
 7144
 7145[[package]]
 7146name = "generic-array"
 7147version = "0.14.7"
 7148source = "registry+https://github.com/rust-lang/crates.io-index"
 7149checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7150dependencies = [
 7151 "typenum",
 7152 "version_check",
 7153]
 7154
 7155[[package]]
 7156name = "gethostname"
 7157version = "1.1.0"
 7158source = "registry+https://github.com/rust-lang/crates.io-index"
 7159checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7160dependencies = [
 7161 "rustix 1.1.2",
 7162 "windows-link 0.2.1",
 7163]
 7164
 7165[[package]]
 7166name = "getrandom"
 7167version = "0.2.16"
 7168source = "registry+https://github.com/rust-lang/crates.io-index"
 7169checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7170dependencies = [
 7171 "cfg-if",
 7172 "js-sys",
 7173 "libc",
 7174 "wasi",
 7175 "wasm-bindgen",
 7176]
 7177
 7178[[package]]
 7179name = "getrandom"
 7180version = "0.3.4"
 7181source = "registry+https://github.com/rust-lang/crates.io-index"
 7182checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7183dependencies = [
 7184 "cfg-if",
 7185 "js-sys",
 7186 "libc",
 7187 "r-efi",
 7188 "wasip2",
 7189 "wasm-bindgen",
 7190]
 7191
 7192[[package]]
 7193name = "getrandom"
 7194version = "0.4.1"
 7195source = "registry+https://github.com/rust-lang/crates.io-index"
 7196checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7197dependencies = [
 7198 "cfg-if",
 7199 "libc",
 7200 "r-efi",
 7201 "wasip2",
 7202 "wasip3",
 7203]
 7204
 7205[[package]]
 7206name = "gh-workflow"
 7207version = "0.8.0"
 7208source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7209dependencies = [
 7210 "async-trait",
 7211 "derive_more",
 7212 "derive_setters",
 7213 "gh-workflow-macros",
 7214 "indexmap",
 7215 "merge",
 7216 "serde",
 7217 "serde_json",
 7218 "serde_yaml",
 7219 "strum_macros 0.27.2",
 7220]
 7221
 7222[[package]]
 7223name = "gh-workflow-macros"
 7224version = "0.8.0"
 7225source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7226dependencies = [
 7227 "heck 0.5.0",
 7228 "quote",
 7229 "syn 2.0.117",
 7230]
 7231
 7232[[package]]
 7233name = "gif"
 7234version = "0.13.3"
 7235source = "registry+https://github.com/rust-lang/crates.io-index"
 7236checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7237dependencies = [
 7238 "color_quant",
 7239 "weezl",
 7240]
 7241
 7242[[package]]
 7243name = "gimli"
 7244version = "0.31.1"
 7245source = "registry+https://github.com/rust-lang/crates.io-index"
 7246checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 7247dependencies = [
 7248 "fallible-iterator",
 7249 "indexmap",
 7250 "stable_deref_trait",
 7251]
 7252
 7253[[package]]
 7254name = "gimli"
 7255version = "0.32.3"
 7256source = "registry+https://github.com/rust-lang/crates.io-index"
 7257checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7258
 7259[[package]]
 7260name = "gio-sys"
 7261version = "0.21.5"
 7262source = "registry+https://github.com/rust-lang/crates.io-index"
 7263checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7264dependencies = [
 7265 "glib-sys",
 7266 "gobject-sys",
 7267 "libc",
 7268 "system-deps 7.0.7",
 7269 "windows-sys 0.61.2",
 7270]
 7271
 7272[[package]]
 7273name = "git"
 7274version = "0.1.0"
 7275dependencies = [
 7276 "anyhow",
 7277 "askpass",
 7278 "async-trait",
 7279 "collections",
 7280 "derive_more",
 7281 "futures 0.3.31",
 7282 "git2",
 7283 "gpui",
 7284 "http_client",
 7285 "itertools 0.14.0",
 7286 "log",
 7287 "parking_lot",
 7288 "pretty_assertions",
 7289 "rand 0.9.2",
 7290 "regex",
 7291 "rope",
 7292 "schemars",
 7293 "serde",
 7294 "serde_json",
 7295 "smallvec",
 7296 "smol",
 7297 "sum_tree",
 7298 "tempfile",
 7299 "text",
 7300 "thiserror 2.0.17",
 7301 "time",
 7302 "url",
 7303 "urlencoding",
 7304 "util",
 7305 "uuid",
 7306 "ztracing",
 7307]
 7308
 7309[[package]]
 7310name = "git2"
 7311version = "0.20.4"
 7312source = "registry+https://github.com/rust-lang/crates.io-index"
 7313checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7314dependencies = [
 7315 "bitflags 2.10.0",
 7316 "libc",
 7317 "libgit2-sys",
 7318 "log",
 7319 "url",
 7320]
 7321
 7322[[package]]
 7323name = "git_graph"
 7324version = "0.1.0"
 7325dependencies = [
 7326 "anyhow",
 7327 "collections",
 7328 "db",
 7329 "feature_flags",
 7330 "fs",
 7331 "git",
 7332 "git_ui",
 7333 "gpui",
 7334 "language",
 7335 "menu",
 7336 "project",
 7337 "rand 0.9.2",
 7338 "serde_json",
 7339 "settings",
 7340 "smallvec",
 7341 "theme",
 7342 "time",
 7343 "ui",
 7344 "workspace",
 7345]
 7346
 7347[[package]]
 7348name = "git_hosting_providers"
 7349version = "0.1.0"
 7350dependencies = [
 7351 "anyhow",
 7352 "async-trait",
 7353 "futures 0.3.31",
 7354 "git",
 7355 "gpui",
 7356 "http_client",
 7357 "indoc",
 7358 "itertools 0.14.0",
 7359 "pretty_assertions",
 7360 "regex",
 7361 "serde",
 7362 "serde_json",
 7363 "settings",
 7364 "url",
 7365 "urlencoding",
 7366 "util",
 7367]
 7368
 7369[[package]]
 7370name = "git_ui"
 7371version = "0.1.0"
 7372dependencies = [
 7373 "agent_settings",
 7374 "anyhow",
 7375 "askpass",
 7376 "buffer_diff",
 7377 "call",
 7378 "collections",
 7379 "component",
 7380 "ctor",
 7381 "db",
 7382 "editor",
 7383 "feature_flags",
 7384 "file_icons",
 7385 "futures 0.3.31",
 7386 "fuzzy",
 7387 "git",
 7388 "gpui",
 7389 "indoc",
 7390 "itertools 0.14.0",
 7391 "language",
 7392 "language_model",
 7393 "linkify",
 7394 "log",
 7395 "markdown",
 7396 "menu",
 7397 "multi_buffer",
 7398 "notifications",
 7399 "panel",
 7400 "picker",
 7401 "pretty_assertions",
 7402 "project",
 7403 "prompt_store",
 7404 "proto",
 7405 "rand 0.9.2",
 7406 "remote",
 7407 "remote_connection",
 7408 "schemars",
 7409 "serde",
 7410 "serde_json",
 7411 "settings",
 7412 "smallvec",
 7413 "smol",
 7414 "strum 0.27.2",
 7415 "telemetry",
 7416 "theme",
 7417 "time",
 7418 "time_format",
 7419 "tracing",
 7420 "ui",
 7421 "ui_input",
 7422 "unindent",
 7423 "util",
 7424 "watch",
 7425 "windows 0.61.3",
 7426 "workspace",
 7427 "zed_actions",
 7428 "zeroize",
 7429 "zlog",
 7430 "ztracing",
 7431]
 7432
 7433[[package]]
 7434name = "gl_generator"
 7435version = "0.14.0"
 7436source = "registry+https://github.com/rust-lang/crates.io-index"
 7437checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7438dependencies = [
 7439 "khronos_api",
 7440 "log",
 7441 "xml-rs",
 7442]
 7443
 7444[[package]]
 7445name = "glib"
 7446version = "0.21.5"
 7447source = "registry+https://github.com/rust-lang/crates.io-index"
 7448checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7449dependencies = [
 7450 "bitflags 2.10.0",
 7451 "futures-channel",
 7452 "futures-core",
 7453 "futures-executor",
 7454 "futures-task",
 7455 "futures-util",
 7456 "gio-sys",
 7457 "glib-macros",
 7458 "glib-sys",
 7459 "gobject-sys",
 7460 "libc",
 7461 "memchr",
 7462 "smallvec",
 7463]
 7464
 7465[[package]]
 7466name = "glib-macros"
 7467version = "0.21.5"
 7468source = "registry+https://github.com/rust-lang/crates.io-index"
 7469checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7470dependencies = [
 7471 "heck 0.5.0",
 7472 "proc-macro-crate",
 7473 "proc-macro2",
 7474 "quote",
 7475 "syn 2.0.117",
 7476]
 7477
 7478[[package]]
 7479name = "glib-sys"
 7480version = "0.21.5"
 7481source = "registry+https://github.com/rust-lang/crates.io-index"
 7482checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7483dependencies = [
 7484 "libc",
 7485 "system-deps 7.0.7",
 7486]
 7487
 7488[[package]]
 7489name = "glob"
 7490version = "0.3.3"
 7491source = "registry+https://github.com/rust-lang/crates.io-index"
 7492checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7493
 7494[[package]]
 7495name = "globset"
 7496version = "0.4.17"
 7497source = "registry+https://github.com/rust-lang/crates.io-index"
 7498checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7499dependencies = [
 7500 "aho-corasick",
 7501 "bstr",
 7502 "log",
 7503 "regex-automata",
 7504 "regex-syntax",
 7505]
 7506
 7507[[package]]
 7508name = "gloo-timers"
 7509version = "0.3.0"
 7510source = "registry+https://github.com/rust-lang/crates.io-index"
 7511checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7512dependencies = [
 7513 "futures-channel",
 7514 "futures-core",
 7515 "js-sys",
 7516 "wasm-bindgen",
 7517]
 7518
 7519[[package]]
 7520name = "glow"
 7521version = "0.17.0"
 7522source = "registry+https://github.com/rust-lang/crates.io-index"
 7523checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7524dependencies = [
 7525 "js-sys",
 7526 "slotmap",
 7527 "wasm-bindgen",
 7528 "web-sys",
 7529]
 7530
 7531[[package]]
 7532name = "glutin_wgl_sys"
 7533version = "0.6.1"
 7534source = "registry+https://github.com/rust-lang/crates.io-index"
 7535checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7536dependencies = [
 7537 "gl_generator",
 7538]
 7539
 7540[[package]]
 7541name = "go_to_line"
 7542version = "0.1.0"
 7543dependencies = [
 7544 "editor",
 7545 "gpui",
 7546 "indoc",
 7547 "language",
 7548 "menu",
 7549 "multi_buffer",
 7550 "project",
 7551 "rope",
 7552 "serde",
 7553 "serde_json",
 7554 "settings",
 7555 "text",
 7556 "theme",
 7557 "ui",
 7558 "util",
 7559 "workspace",
 7560]
 7561
 7562[[package]]
 7563name = "gobject-sys"
 7564version = "0.21.5"
 7565source = "registry+https://github.com/rust-lang/crates.io-index"
 7566checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7567dependencies = [
 7568 "glib-sys",
 7569 "libc",
 7570 "system-deps 7.0.7",
 7571]
 7572
 7573[[package]]
 7574name = "goblin"
 7575version = "0.9.3"
 7576source = "registry+https://github.com/rust-lang/crates.io-index"
 7577checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7578dependencies = [
 7579 "log",
 7580 "plain",
 7581 "scroll",
 7582]
 7583
 7584[[package]]
 7585name = "google_ai"
 7586version = "0.1.0"
 7587dependencies = [
 7588 "anyhow",
 7589 "futures 0.3.31",
 7590 "http_client",
 7591 "schemars",
 7592 "serde",
 7593 "serde_json",
 7594 "settings",
 7595 "strum 0.27.2",
 7596]
 7597
 7598[[package]]
 7599name = "gpu-allocator"
 7600version = "0.28.0"
 7601source = "registry+https://github.com/rust-lang/crates.io-index"
 7602checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7603dependencies = [
 7604 "ash",
 7605 "hashbrown 0.16.1",
 7606 "log",
 7607 "presser",
 7608 "thiserror 2.0.17",
 7609 "windows 0.62.2",
 7610]
 7611
 7612[[package]]
 7613name = "gpu-descriptor"
 7614version = "0.3.2"
 7615source = "registry+https://github.com/rust-lang/crates.io-index"
 7616checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7617dependencies = [
 7618 "bitflags 2.10.0",
 7619 "gpu-descriptor-types",
 7620 "hashbrown 0.15.5",
 7621]
 7622
 7623[[package]]
 7624name = "gpu-descriptor-types"
 7625version = "0.2.0"
 7626source = "registry+https://github.com/rust-lang/crates.io-index"
 7627checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7628dependencies = [
 7629 "bitflags 2.10.0",
 7630]
 7631
 7632[[package]]
 7633name = "gpui"
 7634version = "0.2.2"
 7635dependencies = [
 7636 "anyhow",
 7637 "async-channel 2.5.0",
 7638 "async-task",
 7639 "backtrace",
 7640 "bindgen 0.71.1",
 7641 "bitflags 2.10.0",
 7642 "block",
 7643 "cbindgen",
 7644 "chrono",
 7645 "circular-buffer",
 7646 "cocoa 0.26.0",
 7647 "cocoa-foundation 0.2.0",
 7648 "collections",
 7649 "core-foundation 0.10.0",
 7650 "core-foundation-sys",
 7651 "core-graphics 0.24.0",
 7652 "core-text",
 7653 "core-video",
 7654 "ctor",
 7655 "derive_more",
 7656 "embed-resource",
 7657 "env_logger 0.11.8",
 7658 "etagere",
 7659 "foreign-types 0.5.0",
 7660 "futures 0.3.31",
 7661 "futures-concurrency",
 7662 "getrandom 0.3.4",
 7663 "gpui_macros",
 7664 "gpui_platform",
 7665 "gpui_util",
 7666 "gpui_web",
 7667 "http_client",
 7668 "image",
 7669 "inventory",
 7670 "itertools 0.14.0",
 7671 "log",
 7672 "lyon",
 7673 "mach2 0.5.0",
 7674 "media",
 7675 "metal",
 7676 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7677 "num_cpus",
 7678 "objc",
 7679 "objc2",
 7680 "objc2-metal",
 7681 "parking",
 7682 "parking_lot",
 7683 "pathfinder_geometry",
 7684 "pin-project",
 7685 "pollster 0.4.0",
 7686 "postage",
 7687 "profiling",
 7688 "proptest",
 7689 "rand 0.9.2",
 7690 "raw-window-handle",
 7691 "refineable",
 7692 "reqwest_client",
 7693 "resvg",
 7694 "scheduler",
 7695 "schemars",
 7696 "seahash",
 7697 "serde",
 7698 "serde_json",
 7699 "slotmap",
 7700 "smallvec",
 7701 "spin 0.10.0",
 7702 "stacksafe",
 7703 "strum 0.27.2",
 7704 "sum_tree",
 7705 "taffy",
 7706 "thiserror 2.0.17",
 7707 "unicode-segmentation",
 7708 "url",
 7709 "usvg",
 7710 "util_macros",
 7711 "uuid",
 7712 "waker-fn",
 7713 "wasm-bindgen",
 7714 "web-time",
 7715 "windows 0.61.3",
 7716 "zed-font-kit",
 7717 "zed-scap",
 7718]
 7719
 7720[[package]]
 7721name = "gpui_linux"
 7722version = "0.1.0"
 7723dependencies = [
 7724 "anyhow",
 7725 "as-raw-xcb-connection",
 7726 "ashpd",
 7727 "bitflags 2.10.0",
 7728 "bytemuck",
 7729 "calloop",
 7730 "calloop-wayland-source",
 7731 "collections",
 7732 "filedescriptor",
 7733 "futures 0.3.31",
 7734 "gpui",
 7735 "gpui_wgpu",
 7736 "http_client",
 7737 "itertools 0.14.0",
 7738 "libc",
 7739 "log",
 7740 "oo7",
 7741 "open",
 7742 "parking_lot",
 7743 "pathfinder_geometry",
 7744 "pollster 0.4.0",
 7745 "profiling",
 7746 "raw-window-handle",
 7747 "smallvec",
 7748 "smol",
 7749 "strum 0.27.2",
 7750 "swash",
 7751 "url",
 7752 "util",
 7753 "uuid",
 7754 "wayland-backend",
 7755 "wayland-client",
 7756 "wayland-cursor",
 7757 "wayland-protocols",
 7758 "wayland-protocols-plasma",
 7759 "wayland-protocols-wlr",
 7760 "x11-clipboard",
 7761 "x11rb",
 7762 "xkbcommon",
 7763 "zed-scap",
 7764 "zed-xim",
 7765]
 7766
 7767[[package]]
 7768name = "gpui_macos"
 7769version = "0.1.0"
 7770dependencies = [
 7771 "anyhow",
 7772 "async-task",
 7773 "block",
 7774 "cbindgen",
 7775 "cocoa 0.26.0",
 7776 "collections",
 7777 "core-foundation 0.10.0",
 7778 "core-foundation-sys",
 7779 "core-graphics 0.24.0",
 7780 "core-text",
 7781 "core-video",
 7782 "ctor",
 7783 "derive_more",
 7784 "dispatch2",
 7785 "etagere",
 7786 "foreign-types 0.5.0",
 7787 "futures 0.3.31",
 7788 "gpui",
 7789 "image",
 7790 "itertools 0.14.0",
 7791 "libc",
 7792 "log",
 7793 "mach2 0.5.0",
 7794 "media",
 7795 "metal",
 7796 "objc",
 7797 "parking_lot",
 7798 "pathfinder_geometry",
 7799 "raw-window-handle",
 7800 "semver",
 7801 "smallvec",
 7802 "strum 0.27.2",
 7803 "util",
 7804 "uuid",
 7805 "zed-font-kit",
 7806]
 7807
 7808[[package]]
 7809name = "gpui_macros"
 7810version = "0.1.0"
 7811dependencies = [
 7812 "gpui",
 7813 "heck 0.5.0",
 7814 "proc-macro2",
 7815 "quote",
 7816 "syn 2.0.117",
 7817]
 7818
 7819[[package]]
 7820name = "gpui_platform"
 7821version = "0.1.0"
 7822dependencies = [
 7823 "console_error_panic_hook",
 7824 "gpui",
 7825 "gpui_linux",
 7826 "gpui_macos",
 7827 "gpui_web",
 7828 "gpui_windows",
 7829]
 7830
 7831[[package]]
 7832name = "gpui_tokio"
 7833version = "0.1.0"
 7834dependencies = [
 7835 "anyhow",
 7836 "gpui",
 7837 "tokio",
 7838 "util",
 7839]
 7840
 7841[[package]]
 7842name = "gpui_util"
 7843version = "0.1.0"
 7844dependencies = [
 7845 "anyhow",
 7846 "log",
 7847]
 7848
 7849[[package]]
 7850name = "gpui_web"
 7851version = "0.1.0"
 7852dependencies = [
 7853 "anyhow",
 7854 "console_error_panic_hook",
 7855 "futures 0.3.31",
 7856 "gpui",
 7857 "gpui_wgpu",
 7858 "http_client",
 7859 "js-sys",
 7860 "log",
 7861 "parking_lot",
 7862 "raw-window-handle",
 7863 "smallvec",
 7864 "uuid",
 7865 "wasm-bindgen",
 7866 "wasm-bindgen-futures",
 7867 "wasm_thread",
 7868 "web-sys",
 7869 "web-time",
 7870]
 7871
 7872[[package]]
 7873name = "gpui_wgpu"
 7874version = "0.1.0"
 7875dependencies = [
 7876 "anyhow",
 7877 "bytemuck",
 7878 "collections",
 7879 "cosmic-text",
 7880 "etagere",
 7881 "gpui",
 7882 "gpui_util",
 7883 "itertools 0.14.0",
 7884 "js-sys",
 7885 "log",
 7886 "parking_lot",
 7887 "pollster 0.4.0",
 7888 "profiling",
 7889 "raw-window-handle",
 7890 "smallvec",
 7891 "swash",
 7892 "wasm-bindgen",
 7893 "wasm-bindgen-futures",
 7894 "web-sys",
 7895 "wgpu",
 7896 "zed-font-kit",
 7897]
 7898
 7899[[package]]
 7900name = "gpui_windows"
 7901version = "0.1.0"
 7902dependencies = [
 7903 "anyhow",
 7904 "collections",
 7905 "etagere",
 7906 "futures 0.3.31",
 7907 "gpui",
 7908 "image",
 7909 "itertools 0.14.0",
 7910 "log",
 7911 "parking_lot",
 7912 "rand 0.9.2",
 7913 "raw-window-handle",
 7914 "smallvec",
 7915 "util",
 7916 "uuid",
 7917 "windows 0.61.3",
 7918 "windows-core 0.61.2",
 7919 "windows-numerics 0.2.0",
 7920 "windows-registry 0.5.3",
 7921 "zed-scap",
 7922]
 7923
 7924[[package]]
 7925name = "grid"
 7926version = "0.18.0"
 7927source = "registry+https://github.com/rust-lang/crates.io-index"
 7928checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7929
 7930[[package]]
 7931name = "group"
 7932version = "0.12.1"
 7933source = "registry+https://github.com/rust-lang/crates.io-index"
 7934checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7935dependencies = [
 7936 "ff",
 7937 "rand_core 0.6.4",
 7938 "subtle",
 7939]
 7940
 7941[[package]]
 7942name = "h2"
 7943version = "0.3.27"
 7944source = "registry+https://github.com/rust-lang/crates.io-index"
 7945checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7946dependencies = [
 7947 "bytes 1.11.1",
 7948 "fnv",
 7949 "futures-core",
 7950 "futures-sink",
 7951 "futures-util",
 7952 "http 0.2.12",
 7953 "indexmap",
 7954 "slab",
 7955 "tokio",
 7956 "tokio-util",
 7957 "tracing",
 7958]
 7959
 7960[[package]]
 7961name = "h2"
 7962version = "0.4.12"
 7963source = "registry+https://github.com/rust-lang/crates.io-index"
 7964checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7965dependencies = [
 7966 "atomic-waker",
 7967 "bytes 1.11.1",
 7968 "fnv",
 7969 "futures-core",
 7970 "futures-sink",
 7971 "http 1.3.1",
 7972 "indexmap",
 7973 "slab",
 7974 "tokio",
 7975 "tokio-util",
 7976 "tracing",
 7977]
 7978
 7979[[package]]
 7980name = "half"
 7981version = "2.7.1"
 7982source = "registry+https://github.com/rust-lang/crates.io-index"
 7983checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7984dependencies = [
 7985 "bytemuck",
 7986 "cfg-if",
 7987 "crunchy",
 7988 "num-traits",
 7989 "rand 0.9.2",
 7990 "rand_distr",
 7991 "zerocopy",
 7992]
 7993
 7994[[package]]
 7995name = "handlebars"
 7996version = "4.5.0"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7999dependencies = [
 8000 "log",
 8001 "pest",
 8002 "pest_derive",
 8003 "rust-embed",
 8004 "serde",
 8005 "serde_json",
 8006 "thiserror 1.0.69",
 8007]
 8008
 8009[[package]]
 8010name = "handlebars"
 8011version = "5.1.2"
 8012source = "registry+https://github.com/rust-lang/crates.io-index"
 8013checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 8014dependencies = [
 8015 "log",
 8016 "pest",
 8017 "pest_derive",
 8018 "serde",
 8019 "serde_json",
 8020 "thiserror 1.0.69",
 8021]
 8022
 8023[[package]]
 8024name = "harfrust"
 8025version = "0.5.0"
 8026source = "registry+https://github.com/rust-lang/crates.io-index"
 8027checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 8028dependencies = [
 8029 "bitflags 2.10.0",
 8030 "bytemuck",
 8031 "core_maths",
 8032 "read-fonts 0.37.0",
 8033 "smallvec",
 8034]
 8035
 8036[[package]]
 8037name = "hash32"
 8038version = "0.3.1"
 8039source = "registry+https://github.com/rust-lang/crates.io-index"
 8040checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 8041dependencies = [
 8042 "byteorder",
 8043]
 8044
 8045[[package]]
 8046name = "hashbrown"
 8047version = "0.12.3"
 8048source = "registry+https://github.com/rust-lang/crates.io-index"
 8049checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8050dependencies = [
 8051 "ahash 0.7.8",
 8052]
 8053
 8054[[package]]
 8055name = "hashbrown"
 8056version = "0.14.5"
 8057source = "registry+https://github.com/rust-lang/crates.io-index"
 8058checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8059dependencies = [
 8060 "ahash 0.8.12",
 8061 "allocator-api2",
 8062]
 8063
 8064[[package]]
 8065name = "hashbrown"
 8066version = "0.15.5"
 8067source = "registry+https://github.com/rust-lang/crates.io-index"
 8068checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8069dependencies = [
 8070 "allocator-api2",
 8071 "equivalent",
 8072 "foldhash 0.1.5",
 8073 "serde",
 8074]
 8075
 8076[[package]]
 8077name = "hashbrown"
 8078version = "0.16.1"
 8079source = "registry+https://github.com/rust-lang/crates.io-index"
 8080checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8081dependencies = [
 8082 "allocator-api2",
 8083 "equivalent",
 8084 "foldhash 0.2.0",
 8085]
 8086
 8087[[package]]
 8088name = "hashlink"
 8089version = "0.8.4"
 8090source = "registry+https://github.com/rust-lang/crates.io-index"
 8091checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8092dependencies = [
 8093 "hashbrown 0.14.5",
 8094]
 8095
 8096[[package]]
 8097name = "hashlink"
 8098version = "0.10.0"
 8099source = "registry+https://github.com/rust-lang/crates.io-index"
 8100checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8101dependencies = [
 8102 "hashbrown 0.15.5",
 8103]
 8104
 8105[[package]]
 8106name = "headers"
 8107version = "0.3.9"
 8108source = "registry+https://github.com/rust-lang/crates.io-index"
 8109checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8110dependencies = [
 8111 "base64 0.21.7",
 8112 "bytes 1.11.1",
 8113 "headers-core",
 8114 "http 0.2.12",
 8115 "httpdate",
 8116 "mime",
 8117 "sha1",
 8118]
 8119
 8120[[package]]
 8121name = "headers-core"
 8122version = "0.2.0"
 8123source = "registry+https://github.com/rust-lang/crates.io-index"
 8124checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8125dependencies = [
 8126 "http 0.2.12",
 8127]
 8128
 8129[[package]]
 8130name = "heapless"
 8131version = "0.9.2"
 8132source = "registry+https://github.com/rust-lang/crates.io-index"
 8133checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8134dependencies = [
 8135 "hash32",
 8136 "stable_deref_trait",
 8137]
 8138
 8139[[package]]
 8140name = "heck"
 8141version = "0.3.3"
 8142source = "registry+https://github.com/rust-lang/crates.io-index"
 8143checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8144dependencies = [
 8145 "unicode-segmentation",
 8146]
 8147
 8148[[package]]
 8149name = "heck"
 8150version = "0.4.1"
 8151source = "registry+https://github.com/rust-lang/crates.io-index"
 8152checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8153dependencies = [
 8154 "unicode-segmentation",
 8155]
 8156
 8157[[package]]
 8158name = "heck"
 8159version = "0.5.0"
 8160source = "registry+https://github.com/rust-lang/crates.io-index"
 8161checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8162
 8163[[package]]
 8164name = "heed"
 8165version = "0.21.0"
 8166source = "registry+https://github.com/rust-lang/crates.io-index"
 8167checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8168dependencies = [
 8169 "bitflags 2.10.0",
 8170 "byteorder",
 8171 "heed-traits",
 8172 "heed-types",
 8173 "libc",
 8174 "lmdb-master-sys",
 8175 "once_cell",
 8176 "page_size",
 8177 "serde",
 8178 "synchronoise",
 8179 "url",
 8180]
 8181
 8182[[package]]
 8183name = "heed-traits"
 8184version = "0.20.0"
 8185source = "registry+https://github.com/rust-lang/crates.io-index"
 8186checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8187
 8188[[package]]
 8189name = "heed-types"
 8190version = "0.21.0"
 8191source = "registry+https://github.com/rust-lang/crates.io-index"
 8192checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8193dependencies = [
 8194 "bincode",
 8195 "byteorder",
 8196 "heed-traits",
 8197 "serde",
 8198 "serde_json",
 8199]
 8200
 8201[[package]]
 8202name = "hermit-abi"
 8203version = "0.5.2"
 8204source = "registry+https://github.com/rust-lang/crates.io-index"
 8205checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8206
 8207[[package]]
 8208name = "hex"
 8209version = "0.4.3"
 8210source = "registry+https://github.com/rust-lang/crates.io-index"
 8211checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8212
 8213[[package]]
 8214name = "hexf-parse"
 8215version = "0.2.1"
 8216source = "registry+https://github.com/rust-lang/crates.io-index"
 8217checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8218
 8219[[package]]
 8220name = "hkdf"
 8221version = "0.12.4"
 8222source = "registry+https://github.com/rust-lang/crates.io-index"
 8223checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8224dependencies = [
 8225 "hmac",
 8226]
 8227
 8228[[package]]
 8229name = "hmac"
 8230version = "0.12.1"
 8231source = "registry+https://github.com/rust-lang/crates.io-index"
 8232checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8233dependencies = [
 8234 "digest",
 8235]
 8236
 8237[[package]]
 8238name = "home"
 8239version = "0.5.11"
 8240source = "registry+https://github.com/rust-lang/crates.io-index"
 8241checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8242dependencies = [
 8243 "windows-sys 0.59.0",
 8244]
 8245
 8246[[package]]
 8247name = "hound"
 8248version = "3.5.1"
 8249source = "registry+https://github.com/rust-lang/crates.io-index"
 8250checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8251
 8252[[package]]
 8253name = "html5ever"
 8254version = "0.27.0"
 8255source = "registry+https://github.com/rust-lang/crates.io-index"
 8256checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8257dependencies = [
 8258 "log",
 8259 "mac",
 8260 "markup5ever 0.12.1",
 8261 "proc-macro2",
 8262 "quote",
 8263 "syn 2.0.117",
 8264]
 8265
 8266[[package]]
 8267name = "html5ever"
 8268version = "0.35.0"
 8269source = "registry+https://github.com/rust-lang/crates.io-index"
 8270checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8271dependencies = [
 8272 "log",
 8273 "markup5ever 0.35.0",
 8274 "match_token",
 8275]
 8276
 8277[[package]]
 8278name = "html_to_markdown"
 8279version = "0.1.0"
 8280dependencies = [
 8281 "anyhow",
 8282 "html5ever 0.27.0",
 8283 "indoc",
 8284 "markup5ever_rcdom",
 8285 "pretty_assertions",
 8286 "regex",
 8287]
 8288
 8289[[package]]
 8290name = "http"
 8291version = "0.2.12"
 8292source = "registry+https://github.com/rust-lang/crates.io-index"
 8293checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8294dependencies = [
 8295 "bytes 1.11.1",
 8296 "fnv",
 8297 "itoa",
 8298]
 8299
 8300[[package]]
 8301name = "http"
 8302version = "1.3.1"
 8303source = "registry+https://github.com/rust-lang/crates.io-index"
 8304checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8305dependencies = [
 8306 "bytes 1.11.1",
 8307 "fnv",
 8308 "itoa",
 8309]
 8310
 8311[[package]]
 8312name = "http-body"
 8313version = "0.4.6"
 8314source = "registry+https://github.com/rust-lang/crates.io-index"
 8315checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8316dependencies = [
 8317 "bytes 1.11.1",
 8318 "http 0.2.12",
 8319 "pin-project-lite",
 8320]
 8321
 8322[[package]]
 8323name = "http-body"
 8324version = "1.0.1"
 8325source = "registry+https://github.com/rust-lang/crates.io-index"
 8326checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8327dependencies = [
 8328 "bytes 1.11.1",
 8329 "http 1.3.1",
 8330]
 8331
 8332[[package]]
 8333name = "http-body-util"
 8334version = "0.1.3"
 8335source = "registry+https://github.com/rust-lang/crates.io-index"
 8336checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8337dependencies = [
 8338 "bytes 1.11.1",
 8339 "futures-core",
 8340 "http 1.3.1",
 8341 "http-body 1.0.1",
 8342 "pin-project-lite",
 8343]
 8344
 8345[[package]]
 8346name = "http-range-header"
 8347version = "0.3.1"
 8348source = "registry+https://github.com/rust-lang/crates.io-index"
 8349checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8350
 8351[[package]]
 8352name = "http_client"
 8353version = "0.1.0"
 8354dependencies = [
 8355 "anyhow",
 8356 "async-compression",
 8357 "async-fs",
 8358 "async-tar",
 8359 "bytes 1.11.1",
 8360 "derive_more",
 8361 "futures 0.3.31",
 8362 "http 1.3.1",
 8363 "http-body 1.0.1",
 8364 "log",
 8365 "parking_lot",
 8366 "serde",
 8367 "serde_json",
 8368 "serde_urlencoded",
 8369 "sha2",
 8370 "tempfile",
 8371 "url",
 8372 "util",
 8373]
 8374
 8375[[package]]
 8376name = "http_client_tls"
 8377version = "0.1.0"
 8378dependencies = [
 8379 "rustls 0.23.33",
 8380 "rustls-platform-verifier",
 8381]
 8382
 8383[[package]]
 8384name = "httparse"
 8385version = "1.10.1"
 8386source = "registry+https://github.com/rust-lang/crates.io-index"
 8387checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8388
 8389[[package]]
 8390name = "httpdate"
 8391version = "1.0.3"
 8392source = "registry+https://github.com/rust-lang/crates.io-index"
 8393checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8394
 8395[[package]]
 8396name = "human_bytes"
 8397version = "0.4.3"
 8398source = "registry+https://github.com/rust-lang/crates.io-index"
 8399checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8400
 8401[[package]]
 8402name = "humantime"
 8403version = "2.3.0"
 8404source = "registry+https://github.com/rust-lang/crates.io-index"
 8405checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8406
 8407[[package]]
 8408name = "hyper"
 8409version = "0.14.32"
 8410source = "registry+https://github.com/rust-lang/crates.io-index"
 8411checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8412dependencies = [
 8413 "bytes 1.11.1",
 8414 "futures-channel",
 8415 "futures-core",
 8416 "futures-util",
 8417 "h2 0.3.27",
 8418 "http 0.2.12",
 8419 "http-body 0.4.6",
 8420 "httparse",
 8421 "httpdate",
 8422 "itoa",
 8423 "pin-project-lite",
 8424 "socket2 0.5.10",
 8425 "tokio",
 8426 "tower-service",
 8427 "tracing",
 8428 "want",
 8429]
 8430
 8431[[package]]
 8432name = "hyper"
 8433version = "1.7.0"
 8434source = "registry+https://github.com/rust-lang/crates.io-index"
 8435checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8436dependencies = [
 8437 "atomic-waker",
 8438 "bytes 1.11.1",
 8439 "futures-channel",
 8440 "futures-core",
 8441 "h2 0.4.12",
 8442 "http 1.3.1",
 8443 "http-body 1.0.1",
 8444 "httparse",
 8445 "itoa",
 8446 "pin-project-lite",
 8447 "pin-utils",
 8448 "smallvec",
 8449 "tokio",
 8450 "want",
 8451]
 8452
 8453[[package]]
 8454name = "hyper-rustls"
 8455version = "0.24.2"
 8456source = "registry+https://github.com/rust-lang/crates.io-index"
 8457checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8458dependencies = [
 8459 "futures-util",
 8460 "http 0.2.12",
 8461 "hyper 0.14.32",
 8462 "log",
 8463 "rustls 0.21.12",
 8464 "rustls-native-certs 0.6.3",
 8465 "tokio",
 8466 "tokio-rustls 0.24.1",
 8467]
 8468
 8469[[package]]
 8470name = "hyper-rustls"
 8471version = "0.27.7"
 8472source = "registry+https://github.com/rust-lang/crates.io-index"
 8473checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8474dependencies = [
 8475 "http 1.3.1",
 8476 "hyper 1.7.0",
 8477 "hyper-util",
 8478 "rustls 0.23.33",
 8479 "rustls-native-certs 0.8.2",
 8480 "rustls-pki-types",
 8481 "tokio",
 8482 "tokio-rustls 0.26.2",
 8483 "tower-service",
 8484]
 8485
 8486[[package]]
 8487name = "hyper-tls"
 8488version = "0.5.0"
 8489source = "registry+https://github.com/rust-lang/crates.io-index"
 8490checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8491dependencies = [
 8492 "bytes 1.11.1",
 8493 "hyper 0.14.32",
 8494 "native-tls",
 8495 "tokio",
 8496 "tokio-native-tls",
 8497]
 8498
 8499[[package]]
 8500name = "hyper-util"
 8501version = "0.1.17"
 8502source = "registry+https://github.com/rust-lang/crates.io-index"
 8503checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8504dependencies = [
 8505 "base64 0.22.1",
 8506 "bytes 1.11.1",
 8507 "futures-channel",
 8508 "futures-core",
 8509 "futures-util",
 8510 "http 1.3.1",
 8511 "http-body 1.0.1",
 8512 "hyper 1.7.0",
 8513 "ipnet",
 8514 "libc",
 8515 "percent-encoding",
 8516 "pin-project-lite",
 8517 "socket2 0.6.1",
 8518 "tokio",
 8519 "tower-service",
 8520 "tracing",
 8521]
 8522
 8523[[package]]
 8524name = "iana-time-zone"
 8525version = "0.1.64"
 8526source = "registry+https://github.com/rust-lang/crates.io-index"
 8527checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8528dependencies = [
 8529 "android_system_properties",
 8530 "core-foundation-sys",
 8531 "iana-time-zone-haiku",
 8532 "js-sys",
 8533 "log",
 8534 "wasm-bindgen",
 8535 "windows-core 0.62.2",
 8536]
 8537
 8538[[package]]
 8539name = "iana-time-zone-haiku"
 8540version = "0.1.2"
 8541source = "registry+https://github.com/rust-lang/crates.io-index"
 8542checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8543dependencies = [
 8544 "cc",
 8545]
 8546
 8547[[package]]
 8548name = "icons"
 8549version = "0.1.0"
 8550dependencies = [
 8551 "serde",
 8552 "strum 0.27.2",
 8553]
 8554
 8555[[package]]
 8556name = "icu_collections"
 8557version = "2.0.0"
 8558source = "registry+https://github.com/rust-lang/crates.io-index"
 8559checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8560dependencies = [
 8561 "displaydoc",
 8562 "potential_utf",
 8563 "yoke 0.8.0",
 8564 "zerofrom",
 8565 "zerovec",
 8566]
 8567
 8568[[package]]
 8569name = "icu_locale_core"
 8570version = "2.0.0"
 8571source = "registry+https://github.com/rust-lang/crates.io-index"
 8572checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8573dependencies = [
 8574 "displaydoc",
 8575 "litemap",
 8576 "tinystr",
 8577 "writeable",
 8578 "zerovec",
 8579]
 8580
 8581[[package]]
 8582name = "icu_normalizer"
 8583version = "2.0.0"
 8584source = "registry+https://github.com/rust-lang/crates.io-index"
 8585checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8586dependencies = [
 8587 "displaydoc",
 8588 "icu_collections",
 8589 "icu_normalizer_data",
 8590 "icu_properties",
 8591 "icu_provider",
 8592 "smallvec",
 8593 "zerovec",
 8594]
 8595
 8596[[package]]
 8597name = "icu_normalizer_data"
 8598version = "2.0.0"
 8599source = "registry+https://github.com/rust-lang/crates.io-index"
 8600checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8601
 8602[[package]]
 8603name = "icu_properties"
 8604version = "2.0.1"
 8605source = "registry+https://github.com/rust-lang/crates.io-index"
 8606checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8607dependencies = [
 8608 "displaydoc",
 8609 "icu_collections",
 8610 "icu_locale_core",
 8611 "icu_properties_data",
 8612 "icu_provider",
 8613 "potential_utf",
 8614 "zerotrie",
 8615 "zerovec",
 8616]
 8617
 8618[[package]]
 8619name = "icu_properties_data"
 8620version = "2.0.1"
 8621source = "registry+https://github.com/rust-lang/crates.io-index"
 8622checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8623
 8624[[package]]
 8625name = "icu_provider"
 8626version = "2.0.0"
 8627source = "registry+https://github.com/rust-lang/crates.io-index"
 8628checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8629dependencies = [
 8630 "displaydoc",
 8631 "icu_locale_core",
 8632 "stable_deref_trait",
 8633 "tinystr",
 8634 "writeable",
 8635 "yoke 0.8.0",
 8636 "zerofrom",
 8637 "zerotrie",
 8638 "zerovec",
 8639]
 8640
 8641[[package]]
 8642name = "id-arena"
 8643version = "2.2.1"
 8644source = "registry+https://github.com/rust-lang/crates.io-index"
 8645checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8646
 8647[[package]]
 8648name = "ident_case"
 8649version = "1.0.1"
 8650source = "registry+https://github.com/rust-lang/crates.io-index"
 8651checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8652
 8653[[package]]
 8654name = "idna"
 8655version = "1.1.0"
 8656source = "registry+https://github.com/rust-lang/crates.io-index"
 8657checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8658dependencies = [
 8659 "idna_adapter",
 8660 "smallvec",
 8661 "utf8_iter",
 8662]
 8663
 8664[[package]]
 8665name = "idna_adapter"
 8666version = "1.2.1"
 8667source = "registry+https://github.com/rust-lang/crates.io-index"
 8668checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8669dependencies = [
 8670 "icu_normalizer",
 8671 "icu_properties",
 8672]
 8673
 8674[[package]]
 8675name = "ignore"
 8676version = "0.4.24"
 8677source = "registry+https://github.com/rust-lang/crates.io-index"
 8678checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8679dependencies = [
 8680 "crossbeam-deque",
 8681 "globset",
 8682 "log",
 8683 "memchr",
 8684 "regex-automata",
 8685 "same-file",
 8686 "walkdir",
 8687 "winapi-util",
 8688]
 8689
 8690[[package]]
 8691name = "image"
 8692version = "0.25.8"
 8693source = "registry+https://github.com/rust-lang/crates.io-index"
 8694checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8695dependencies = [
 8696 "bytemuck",
 8697 "byteorder-lite",
 8698 "color_quant",
 8699 "exr",
 8700 "gif",
 8701 "image-webp",
 8702 "moxcms",
 8703 "num-traits",
 8704 "png 0.18.0",
 8705 "qoi",
 8706 "ravif",
 8707 "rayon",
 8708 "rgb",
 8709 "tiff",
 8710 "zune-core",
 8711 "zune-jpeg",
 8712]
 8713
 8714[[package]]
 8715name = "image-webp"
 8716version = "0.2.4"
 8717source = "registry+https://github.com/rust-lang/crates.io-index"
 8718checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8719dependencies = [
 8720 "byteorder-lite",
 8721 "quick-error 2.0.1",
 8722]
 8723
 8724[[package]]
 8725name = "image_viewer"
 8726version = "0.1.0"
 8727dependencies = [
 8728 "anyhow",
 8729 "db",
 8730 "editor",
 8731 "file_icons",
 8732 "gpui",
 8733 "language",
 8734 "log",
 8735 "project",
 8736 "serde",
 8737 "settings",
 8738 "theme",
 8739 "ui",
 8740 "util",
 8741 "workspace",
 8742]
 8743
 8744[[package]]
 8745name = "imagesize"
 8746version = "0.13.0"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8749
 8750[[package]]
 8751name = "imara-diff"
 8752version = "0.1.8"
 8753source = "registry+https://github.com/rust-lang/crates.io-index"
 8754checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8755dependencies = [
 8756 "hashbrown 0.15.5",
 8757]
 8758
 8759[[package]]
 8760name = "imgref"
 8761version = "1.12.0"
 8762source = "registry+https://github.com/rust-lang/crates.io-index"
 8763checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8764
 8765[[package]]
 8766name = "indenter"
 8767version = "0.3.4"
 8768source = "registry+https://github.com/rust-lang/crates.io-index"
 8769checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8770
 8771[[package]]
 8772name = "indexmap"
 8773version = "2.11.4"
 8774source = "registry+https://github.com/rust-lang/crates.io-index"
 8775checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8776dependencies = [
 8777 "equivalent",
 8778 "hashbrown 0.16.1",
 8779 "serde",
 8780 "serde_core",
 8781]
 8782
 8783[[package]]
 8784name = "indoc"
 8785version = "2.0.6"
 8786source = "registry+https://github.com/rust-lang/crates.io-index"
 8787checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8788
 8789[[package]]
 8790name = "inherent"
 8791version = "1.0.13"
 8792source = "registry+https://github.com/rust-lang/crates.io-index"
 8793checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8794dependencies = [
 8795 "proc-macro2",
 8796 "quote",
 8797 "syn 2.0.117",
 8798]
 8799
 8800[[package]]
 8801name = "inotify"
 8802version = "0.9.6"
 8803source = "registry+https://github.com/rust-lang/crates.io-index"
 8804checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8805dependencies = [
 8806 "bitflags 1.3.2",
 8807 "inotify-sys",
 8808 "libc",
 8809]
 8810
 8811[[package]]
 8812name = "inotify"
 8813version = "0.11.0"
 8814source = "registry+https://github.com/rust-lang/crates.io-index"
 8815checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8816dependencies = [
 8817 "bitflags 2.10.0",
 8818 "inotify-sys",
 8819 "libc",
 8820]
 8821
 8822[[package]]
 8823name = "inotify-sys"
 8824version = "0.1.5"
 8825source = "registry+https://github.com/rust-lang/crates.io-index"
 8826checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8827dependencies = [
 8828 "libc",
 8829]
 8830
 8831[[package]]
 8832name = "inout"
 8833version = "0.1.4"
 8834source = "registry+https://github.com/rust-lang/crates.io-index"
 8835checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8836dependencies = [
 8837 "block-padding",
 8838 "generic-array",
 8839]
 8840
 8841[[package]]
 8842name = "inspector_ui"
 8843version = "0.1.0"
 8844dependencies = [
 8845 "anyhow",
 8846 "command_palette_hooks",
 8847 "editor",
 8848 "fuzzy",
 8849 "gpui",
 8850 "language",
 8851 "project",
 8852 "serde_json",
 8853 "serde_json_lenient",
 8854 "theme",
 8855 "ui",
 8856 "util",
 8857 "util_macros",
 8858 "workspace",
 8859 "zed_actions",
 8860]
 8861
 8862[[package]]
 8863name = "install_cli"
 8864version = "0.1.0"
 8865dependencies = [
 8866 "anyhow",
 8867 "client",
 8868 "gpui",
 8869 "release_channel",
 8870 "smol",
 8871 "util",
 8872 "workspace",
 8873]
 8874
 8875[[package]]
 8876name = "instant"
 8877version = "0.1.13"
 8878source = "registry+https://github.com/rust-lang/crates.io-index"
 8879checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8880dependencies = [
 8881 "cfg-if",
 8882]
 8883
 8884[[package]]
 8885name = "interpolate_name"
 8886version = "0.2.4"
 8887source = "registry+https://github.com/rust-lang/crates.io-index"
 8888checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8889dependencies = [
 8890 "proc-macro2",
 8891 "quote",
 8892 "syn 2.0.117",
 8893]
 8894
 8895[[package]]
 8896name = "inventory"
 8897version = "0.3.21"
 8898source = "registry+https://github.com/rust-lang/crates.io-index"
 8899checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8900dependencies = [
 8901 "rustversion",
 8902]
 8903
 8904[[package]]
 8905name = "io-extras"
 8906version = "0.18.4"
 8907source = "registry+https://github.com/rust-lang/crates.io-index"
 8908checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8909dependencies = [
 8910 "io-lifetimes",
 8911 "windows-sys 0.59.0",
 8912]
 8913
 8914[[package]]
 8915name = "io-lifetimes"
 8916version = "2.0.4"
 8917source = "registry+https://github.com/rust-lang/crates.io-index"
 8918checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8919
 8920[[package]]
 8921name = "io-surface"
 8922version = "0.16.1"
 8923source = "registry+https://github.com/rust-lang/crates.io-index"
 8924checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8925dependencies = [
 8926 "cgl",
 8927 "core-foundation 0.10.0",
 8928 "core-foundation-sys",
 8929 "leaky-cow",
 8930]
 8931
 8932[[package]]
 8933name = "iovec"
 8934version = "0.1.4"
 8935source = "registry+https://github.com/rust-lang/crates.io-index"
 8936checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8937dependencies = [
 8938 "libc",
 8939]
 8940
 8941[[package]]
 8942name = "ipc-channel"
 8943version = "0.19.0"
 8944source = "registry+https://github.com/rust-lang/crates.io-index"
 8945checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8946dependencies = [
 8947 "bincode",
 8948 "crossbeam-channel",
 8949 "fnv",
 8950 "lazy_static",
 8951 "libc",
 8952 "mio 1.1.0",
 8953 "rand 0.8.5",
 8954 "serde",
 8955 "tempfile",
 8956 "uuid",
 8957 "windows 0.58.0",
 8958]
 8959
 8960[[package]]
 8961name = "ipnet"
 8962version = "2.11.0"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8965
 8966[[package]]
 8967name = "iri-string"
 8968version = "0.7.8"
 8969source = "registry+https://github.com/rust-lang/crates.io-index"
 8970checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8971dependencies = [
 8972 "memchr",
 8973 "serde",
 8974]
 8975
 8976[[package]]
 8977name = "is-docker"
 8978version = "0.2.0"
 8979source = "registry+https://github.com/rust-lang/crates.io-index"
 8980checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8981dependencies = [
 8982 "once_cell",
 8983]
 8984
 8985[[package]]
 8986name = "is-terminal"
 8987version = "0.4.16"
 8988source = "registry+https://github.com/rust-lang/crates.io-index"
 8989checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8990dependencies = [
 8991 "hermit-abi",
 8992 "libc",
 8993 "windows-sys 0.59.0",
 8994]
 8995
 8996[[package]]
 8997name = "is-wsl"
 8998version = "0.4.0"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 9001dependencies = [
 9002 "is-docker",
 9003 "once_cell",
 9004]
 9005
 9006[[package]]
 9007name = "is_executable"
 9008version = "1.0.5"
 9009source = "registry+https://github.com/rust-lang/crates.io-index"
 9010checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 9011dependencies = [
 9012 "windows-sys 0.60.2",
 9013]
 9014
 9015[[package]]
 9016name = "is_terminal_polyfill"
 9017version = "1.70.1"
 9018source = "registry+https://github.com/rust-lang/crates.io-index"
 9019checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 9020
 9021[[package]]
 9022name = "itertools"
 9023version = "0.10.5"
 9024source = "registry+https://github.com/rust-lang/crates.io-index"
 9025checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 9026dependencies = [
 9027 "either",
 9028]
 9029
 9030[[package]]
 9031name = "itertools"
 9032version = "0.11.0"
 9033source = "registry+https://github.com/rust-lang/crates.io-index"
 9034checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9035dependencies = [
 9036 "either",
 9037]
 9038
 9039[[package]]
 9040name = "itertools"
 9041version = "0.12.1"
 9042source = "registry+https://github.com/rust-lang/crates.io-index"
 9043checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 9044dependencies = [
 9045 "either",
 9046]
 9047
 9048[[package]]
 9049name = "itertools"
 9050version = "0.14.0"
 9051source = "registry+https://github.com/rust-lang/crates.io-index"
 9052checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9053dependencies = [
 9054 "either",
 9055]
 9056
 9057[[package]]
 9058name = "itoa"
 9059version = "1.0.15"
 9060source = "registry+https://github.com/rust-lang/crates.io-index"
 9061checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9062
 9063[[package]]
 9064name = "jiff"
 9065version = "0.2.15"
 9066source = "registry+https://github.com/rust-lang/crates.io-index"
 9067checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9068dependencies = [
 9069 "jiff-static",
 9070 "log",
 9071 "portable-atomic",
 9072 "portable-atomic-util",
 9073 "serde",
 9074]
 9075
 9076[[package]]
 9077name = "jiff-static"
 9078version = "0.2.15"
 9079source = "registry+https://github.com/rust-lang/crates.io-index"
 9080checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9081dependencies = [
 9082 "proc-macro2",
 9083 "quote",
 9084 "syn 2.0.117",
 9085]
 9086
 9087[[package]]
 9088name = "jni"
 9089version = "0.21.1"
 9090source = "registry+https://github.com/rust-lang/crates.io-index"
 9091checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9092dependencies = [
 9093 "cesu8",
 9094 "cfg-if",
 9095 "combine",
 9096 "jni-sys",
 9097 "log",
 9098 "thiserror 1.0.69",
 9099 "walkdir",
 9100 "windows-sys 0.45.0",
 9101]
 9102
 9103[[package]]
 9104name = "jni-sys"
 9105version = "0.3.0"
 9106source = "registry+https://github.com/rust-lang/crates.io-index"
 9107checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9108
 9109[[package]]
 9110name = "jobserver"
 9111version = "0.1.34"
 9112source = "registry+https://github.com/rust-lang/crates.io-index"
 9113checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9114dependencies = [
 9115 "getrandom 0.3.4",
 9116 "libc",
 9117]
 9118
 9119[[package]]
 9120name = "journal"
 9121version = "0.1.0"
 9122dependencies = [
 9123 "anyhow",
 9124 "chrono",
 9125 "editor",
 9126 "gpui",
 9127 "log",
 9128 "serde",
 9129 "settings",
 9130 "shellexpand 2.1.2",
 9131 "workspace",
 9132]
 9133
 9134[[package]]
 9135name = "js-sys"
 9136version = "0.3.90"
 9137source = "registry+https://github.com/rust-lang/crates.io-index"
 9138checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9139dependencies = [
 9140 "once_cell",
 9141 "wasm-bindgen",
 9142]
 9143
 9144[[package]]
 9145name = "json5"
 9146version = "0.4.1"
 9147source = "registry+https://github.com/rust-lang/crates.io-index"
 9148checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9149dependencies = [
 9150 "pest",
 9151 "pest_derive",
 9152 "serde",
 9153]
 9154
 9155[[package]]
 9156name = "json_dotpath"
 9157version = "1.1.0"
 9158source = "registry+https://github.com/rust-lang/crates.io-index"
 9159checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9160dependencies = [
 9161 "serde",
 9162 "serde_derive",
 9163 "serde_json",
 9164 "thiserror 1.0.69",
 9165]
 9166
 9167[[package]]
 9168name = "json_schema_store"
 9169version = "0.1.0"
 9170dependencies = [
 9171 "anyhow",
 9172 "collections",
 9173 "dap",
 9174 "extension",
 9175 "gpui",
 9176 "language",
 9177 "parking_lot",
 9178 "paths",
 9179 "project",
 9180 "schemars",
 9181 "serde",
 9182 "serde_json",
 9183 "settings",
 9184 "snippet_provider",
 9185 "task",
 9186 "theme",
 9187 "util",
 9188]
 9189
 9190[[package]]
 9191name = "jsonschema"
 9192version = "0.37.4"
 9193source = "registry+https://github.com/rust-lang/crates.io-index"
 9194checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9195dependencies = [
 9196 "ahash 0.8.12",
 9197 "bytecount",
 9198 "data-encoding",
 9199 "email_address",
 9200 "fancy-regex 0.16.2",
 9201 "fraction",
 9202 "getrandom 0.3.4",
 9203 "idna",
 9204 "itoa",
 9205 "num-cmp",
 9206 "num-traits",
 9207 "percent-encoding",
 9208 "referencing",
 9209 "regex",
 9210 "regex-syntax",
 9211 "reqwest 0.12.24",
 9212 "serde",
 9213 "serde_json",
 9214 "unicode-general-category",
 9215 "uuid-simd",
 9216]
 9217
 9218[[package]]
 9219name = "jsonwebtoken"
 9220version = "10.3.0"
 9221source = "registry+https://github.com/rust-lang/crates.io-index"
 9222checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9223dependencies = [
 9224 "aws-lc-rs",
 9225 "base64 0.22.1",
 9226 "getrandom 0.2.16",
 9227 "js-sys",
 9228 "pem",
 9229 "serde",
 9230 "serde_json",
 9231 "signature 2.2.0",
 9232 "simple_asn1",
 9233]
 9234
 9235[[package]]
 9236name = "jupyter-protocol"
 9237version = "1.4.0"
 9238source = "registry+https://github.com/rust-lang/crates.io-index"
 9239checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9240dependencies = [
 9241 "async-trait",
 9242 "bytes 1.11.1",
 9243 "chrono",
 9244 "futures 0.3.31",
 9245 "serde",
 9246 "serde_json",
 9247 "thiserror 2.0.17",
 9248 "uuid",
 9249]
 9250
 9251[[package]]
 9252name = "jupyter-websocket-client"
 9253version = "1.0.0"
 9254source = "registry+https://github.com/rust-lang/crates.io-index"
 9255checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9256dependencies = [
 9257 "anyhow",
 9258 "async-trait",
 9259 "async-tungstenite",
 9260 "futures 0.3.31",
 9261 "jupyter-protocol",
 9262 "serde",
 9263 "serde_json",
 9264 "tokio",
 9265 "url",
 9266 "uuid",
 9267]
 9268
 9269[[package]]
 9270name = "keymap_editor"
 9271version = "0.1.0"
 9272dependencies = [
 9273 "anyhow",
 9274 "collections",
 9275 "command_palette",
 9276 "component",
 9277 "db",
 9278 "editor",
 9279 "fs",
 9280 "fuzzy",
 9281 "gpui",
 9282 "itertools 0.14.0",
 9283 "json_schema_store",
 9284 "language",
 9285 "log",
 9286 "menu",
 9287 "notifications",
 9288 "paths",
 9289 "project",
 9290 "search",
 9291 "serde",
 9292 "serde_json",
 9293 "settings",
 9294 "telemetry",
 9295 "tempfile",
 9296 "theme",
 9297 "tree-sitter-json",
 9298 "tree-sitter-rust",
 9299 "ui",
 9300 "ui_input",
 9301 "util",
 9302 "workspace",
 9303 "zed_actions",
 9304]
 9305
 9306[[package]]
 9307name = "khronos-egl"
 9308version = "6.0.0"
 9309source = "registry+https://github.com/rust-lang/crates.io-index"
 9310checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9311dependencies = [
 9312 "libc",
 9313 "libloading",
 9314 "pkg-config",
 9315]
 9316
 9317[[package]]
 9318name = "khronos_api"
 9319version = "3.1.0"
 9320source = "registry+https://github.com/rust-lang/crates.io-index"
 9321checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9322
 9323[[package]]
 9324name = "kqueue"
 9325version = "1.1.1"
 9326source = "registry+https://github.com/rust-lang/crates.io-index"
 9327checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9328dependencies = [
 9329 "kqueue-sys",
 9330 "libc",
 9331]
 9332
 9333[[package]]
 9334name = "kqueue-sys"
 9335version = "1.0.4"
 9336source = "registry+https://github.com/rust-lang/crates.io-index"
 9337checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9338dependencies = [
 9339 "bitflags 1.3.2",
 9340 "libc",
 9341]
 9342
 9343[[package]]
 9344name = "kurbo"
 9345version = "0.11.3"
 9346source = "registry+https://github.com/rust-lang/crates.io-index"
 9347checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9348dependencies = [
 9349 "arrayvec",
 9350 "euclid",
 9351 "smallvec",
 9352]
 9353
 9354[[package]]
 9355name = "kv-log-macro"
 9356version = "1.0.7"
 9357source = "registry+https://github.com/rust-lang/crates.io-index"
 9358checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9359dependencies = [
 9360 "log",
 9361]
 9362
 9363[[package]]
 9364name = "language"
 9365version = "0.1.0"
 9366dependencies = [
 9367 "anyhow",
 9368 "async-trait",
 9369 "clock",
 9370 "collections",
 9371 "ctor",
 9372 "diffy",
 9373 "ec4rs",
 9374 "encoding_rs",
 9375 "fs",
 9376 "futures 0.3.31",
 9377 "fuzzy",
 9378 "globset",
 9379 "gpui",
 9380 "http_client",
 9381 "imara-diff",
 9382 "indoc",
 9383 "itertools 0.14.0",
 9384 "log",
 9385 "lsp",
 9386 "parking_lot",
 9387 "postage",
 9388 "pretty_assertions",
 9389 "rand 0.9.2",
 9390 "regex",
 9391 "rpc",
 9392 "schemars",
 9393 "semver",
 9394 "serde",
 9395 "serde_json",
 9396 "settings",
 9397 "shellexpand 2.1.2",
 9398 "smallvec",
 9399 "smol",
 9400 "streaming-iterator",
 9401 "strsim",
 9402 "sum_tree",
 9403 "task",
 9404 "text",
 9405 "theme",
 9406 "toml 0.8.23",
 9407 "tracing",
 9408 "tree-sitter",
 9409 "tree-sitter-elixir",
 9410 "tree-sitter-embedded-template",
 9411 "tree-sitter-heex",
 9412 "tree-sitter-html",
 9413 "tree-sitter-json",
 9414 "tree-sitter-md",
 9415 "tree-sitter-python",
 9416 "tree-sitter-ruby",
 9417 "tree-sitter-rust",
 9418 "tree-sitter-typescript",
 9419 "unicase",
 9420 "unindent",
 9421 "util",
 9422 "watch",
 9423 "zlog",
 9424 "ztracing",
 9425]
 9426
 9427[[package]]
 9428name = "language_extension"
 9429version = "0.1.0"
 9430dependencies = [
 9431 "anyhow",
 9432 "async-trait",
 9433 "collections",
 9434 "extension",
 9435 "fs",
 9436 "futures 0.3.31",
 9437 "gpui",
 9438 "language",
 9439 "log",
 9440 "lsp",
 9441 "project",
 9442 "serde",
 9443 "serde_json",
 9444 "tracing",
 9445 "util",
 9446 "ztracing",
 9447]
 9448
 9449[[package]]
 9450name = "language_model"
 9451version = "0.1.0"
 9452dependencies = [
 9453 "anthropic",
 9454 "anyhow",
 9455 "base64 0.22.1",
 9456 "client",
 9457 "cloud_api_client",
 9458 "cloud_api_types",
 9459 "cloud_llm_client",
 9460 "collections",
 9461 "credentials_provider",
 9462 "futures 0.3.31",
 9463 "gpui",
 9464 "http_client",
 9465 "icons",
 9466 "image",
 9467 "log",
 9468 "open_ai",
 9469 "open_router",
 9470 "parking_lot",
 9471 "proto",
 9472 "schemars",
 9473 "serde",
 9474 "serde_json",
 9475 "settings",
 9476 "smol",
 9477 "thiserror 2.0.17",
 9478 "util",
 9479 "zed_env_vars",
 9480]
 9481
 9482[[package]]
 9483name = "language_models"
 9484version = "0.1.0"
 9485dependencies = [
 9486 "ai_onboarding",
 9487 "anthropic",
 9488 "anyhow",
 9489 "aws-config",
 9490 "aws-credential-types",
 9491 "aws_http_client",
 9492 "base64 0.22.1",
 9493 "bedrock",
 9494 "client",
 9495 "cloud_api_types",
 9496 "cloud_llm_client",
 9497 "collections",
 9498 "component",
 9499 "convert_case 0.8.0",
 9500 "copilot",
 9501 "copilot_chat",
 9502 "copilot_ui",
 9503 "credentials_provider",
 9504 "deepseek",
 9505 "extension",
 9506 "extension_host",
 9507 "fs",
 9508 "futures 0.3.31",
 9509 "google_ai",
 9510 "gpui",
 9511 "gpui_tokio",
 9512 "http_client",
 9513 "language",
 9514 "language_model",
 9515 "lmstudio",
 9516 "log",
 9517 "menu",
 9518 "mistral",
 9519 "ollama",
 9520 "open_ai",
 9521 "open_router",
 9522 "opencode",
 9523 "partial-json-fixer",
 9524 "pretty_assertions",
 9525 "release_channel",
 9526 "schemars",
 9527 "semver",
 9528 "serde",
 9529 "serde_json",
 9530 "settings",
 9531 "smol",
 9532 "strum 0.27.2",
 9533 "thiserror 2.0.17",
 9534 "tiktoken-rs",
 9535 "tokio",
 9536 "ui",
 9537 "ui_input",
 9538 "util",
 9539 "vercel",
 9540 "x_ai",
 9541]
 9542
 9543[[package]]
 9544name = "language_onboarding"
 9545version = "0.1.0"
 9546dependencies = [
 9547 "db",
 9548 "editor",
 9549 "gpui",
 9550 "project",
 9551 "ui",
 9552 "workspace",
 9553]
 9554
 9555[[package]]
 9556name = "language_selector"
 9557version = "0.1.0"
 9558dependencies = [
 9559 "anyhow",
 9560 "editor",
 9561 "file_icons",
 9562 "fuzzy",
 9563 "gpui",
 9564 "language",
 9565 "open_path_prompt",
 9566 "picker",
 9567 "project",
 9568 "serde_json",
 9569 "settings",
 9570 "ui",
 9571 "util",
 9572 "workspace",
 9573]
 9574
 9575[[package]]
 9576name = "language_tools"
 9577version = "0.1.0"
 9578dependencies = [
 9579 "anyhow",
 9580 "client",
 9581 "collections",
 9582 "command_palette_hooks",
 9583 "edit_prediction",
 9584 "editor",
 9585 "futures 0.3.31",
 9586 "gpui",
 9587 "itertools 0.14.0",
 9588 "language",
 9589 "lsp",
 9590 "menu",
 9591 "project",
 9592 "proto",
 9593 "release_channel",
 9594 "semver",
 9595 "serde_json",
 9596 "settings",
 9597 "sysinfo 0.37.2",
 9598 "telemetry",
 9599 "theme",
 9600 "tree-sitter",
 9601 "ui",
 9602 "util",
 9603 "workspace",
 9604 "zed_actions",
 9605 "zlog",
 9606]
 9607
 9608[[package]]
 9609name = "languages"
 9610version = "0.1.0"
 9611dependencies = [
 9612 "anyhow",
 9613 "async-compression",
 9614 "async-fs",
 9615 "async-tar",
 9616 "async-trait",
 9617 "chrono",
 9618 "collections",
 9619 "futures 0.3.31",
 9620 "globset",
 9621 "gpui",
 9622 "http_client",
 9623 "itertools 0.14.0",
 9624 "json_schema_store",
 9625 "language",
 9626 "log",
 9627 "lsp",
 9628 "node_runtime",
 9629 "parking_lot",
 9630 "pet",
 9631 "pet-conda",
 9632 "pet-core",
 9633 "pet-fs",
 9634 "pet-poetry",
 9635 "pet-reporter",
 9636 "pet-virtualenv",
 9637 "pretty_assertions",
 9638 "project",
 9639 "regex",
 9640 "rope",
 9641 "rust-embed",
 9642 "semver",
 9643 "serde",
 9644 "serde_json",
 9645 "serde_json_lenient",
 9646 "settings",
 9647 "smallvec",
 9648 "smol",
 9649 "snippet",
 9650 "task",
 9651 "terminal",
 9652 "theme",
 9653 "toml 0.8.23",
 9654 "tree-sitter",
 9655 "tree-sitter-bash",
 9656 "tree-sitter-c",
 9657 "tree-sitter-cpp",
 9658 "tree-sitter-css",
 9659 "tree-sitter-diff",
 9660 "tree-sitter-gitcommit",
 9661 "tree-sitter-go",
 9662 "tree-sitter-gomod",
 9663 "tree-sitter-gowork",
 9664 "tree-sitter-jsdoc",
 9665 "tree-sitter-json",
 9666 "tree-sitter-md",
 9667 "tree-sitter-python",
 9668 "tree-sitter-regex",
 9669 "tree-sitter-rust",
 9670 "tree-sitter-typescript",
 9671 "tree-sitter-yaml",
 9672 "unindent",
 9673 "url",
 9674 "util",
 9675]
 9676
 9677[[package]]
 9678name = "lazy_static"
 9679version = "1.5.0"
 9680source = "registry+https://github.com/rust-lang/crates.io-index"
 9681checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9682dependencies = [
 9683 "spin 0.9.8",
 9684]
 9685
 9686[[package]]
 9687name = "leak"
 9688version = "0.1.2"
 9689source = "registry+https://github.com/rust-lang/crates.io-index"
 9690checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9691
 9692[[package]]
 9693name = "leaky-cow"
 9694version = "0.1.1"
 9695source = "registry+https://github.com/rust-lang/crates.io-index"
 9696checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9697dependencies = [
 9698 "leak",
 9699]
 9700
 9701[[package]]
 9702name = "leb128"
 9703version = "0.2.5"
 9704source = "registry+https://github.com/rust-lang/crates.io-index"
 9705checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9706
 9707[[package]]
 9708name = "leb128fmt"
 9709version = "0.1.0"
 9710source = "registry+https://github.com/rust-lang/crates.io-index"
 9711checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9712
 9713[[package]]
 9714name = "lebe"
 9715version = "0.5.3"
 9716source = "registry+https://github.com/rust-lang/crates.io-index"
 9717checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9718
 9719[[package]]
 9720name = "libbz2-rs-sys"
 9721version = "0.2.2"
 9722source = "registry+https://github.com/rust-lang/crates.io-index"
 9723checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9724
 9725[[package]]
 9726name = "libc"
 9727version = "0.2.182"
 9728source = "registry+https://github.com/rust-lang/crates.io-index"
 9729checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9730
 9731[[package]]
 9732name = "libdbus-sys"
 9733version = "0.2.6"
 9734source = "registry+https://github.com/rust-lang/crates.io-index"
 9735checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9736dependencies = [
 9737 "cc",
 9738 "pkg-config",
 9739]
 9740
 9741[[package]]
 9742name = "libfuzzer-sys"
 9743version = "0.4.10"
 9744source = "registry+https://github.com/rust-lang/crates.io-index"
 9745checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9746dependencies = [
 9747 "arbitrary",
 9748 "cc",
 9749]
 9750
 9751[[package]]
 9752name = "libgit2-sys"
 9753version = "0.18.3+1.9.2"
 9754source = "registry+https://github.com/rust-lang/crates.io-index"
 9755checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9756dependencies = [
 9757 "cc",
 9758 "libc",
 9759 "libz-sys",
 9760 "pkg-config",
 9761]
 9762
 9763[[package]]
 9764name = "libloading"
 9765version = "0.8.9"
 9766source = "registry+https://github.com/rust-lang/crates.io-index"
 9767checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9768dependencies = [
 9769 "cfg-if",
 9770 "windows-link 0.2.1",
 9771]
 9772
 9773[[package]]
 9774name = "libm"
 9775version = "0.2.15"
 9776source = "registry+https://github.com/rust-lang/crates.io-index"
 9777checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9778
 9779[[package]]
 9780name = "libmimalloc-sys"
 9781version = "0.1.44"
 9782source = "registry+https://github.com/rust-lang/crates.io-index"
 9783checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9784dependencies = [
 9785 "cc",
 9786 "libc",
 9787]
 9788
 9789[[package]]
 9790name = "libredox"
 9791version = "0.1.10"
 9792source = "registry+https://github.com/rust-lang/crates.io-index"
 9793checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9794dependencies = [
 9795 "bitflags 2.10.0",
 9796 "libc",
 9797 "redox_syscall 0.5.18",
 9798]
 9799
 9800[[package]]
 9801name = "libsqlite3-sys"
 9802version = "0.30.1"
 9803source = "registry+https://github.com/rust-lang/crates.io-index"
 9804checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9805dependencies = [
 9806 "cc",
 9807 "pkg-config",
 9808 "vcpkg",
 9809]
 9810
 9811[[package]]
 9812name = "libwebrtc"
 9813version = "0.3.26"
 9814source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9815dependencies = [
 9816 "cxx",
 9817 "glib",
 9818 "jni",
 9819 "js-sys",
 9820 "lazy_static",
 9821 "livekit-protocol",
 9822 "livekit-runtime",
 9823 "log",
 9824 "parking_lot",
 9825 "serde",
 9826 "serde_json",
 9827 "thiserror 1.0.69",
 9828 "tokio",
 9829 "wasm-bindgen",
 9830 "wasm-bindgen-futures",
 9831 "web-sys",
 9832 "webrtc-sys",
 9833]
 9834
 9835[[package]]
 9836name = "libz-sys"
 9837version = "1.1.22"
 9838source = "registry+https://github.com/rust-lang/crates.io-index"
 9839checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9840dependencies = [
 9841 "cc",
 9842 "libc",
 9843 "pkg-config",
 9844 "vcpkg",
 9845]
 9846
 9847[[package]]
 9848name = "line_ending_selector"
 9849version = "0.1.0"
 9850dependencies = [
 9851 "editor",
 9852 "gpui",
 9853 "language",
 9854 "picker",
 9855 "project",
 9856 "ui",
 9857 "util",
 9858 "workspace",
 9859]
 9860
 9861[[package]]
 9862name = "linebender_resource_handle"
 9863version = "0.1.1"
 9864source = "registry+https://github.com/rust-lang/crates.io-index"
 9865checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9866
 9867[[package]]
 9868name = "link-cplusplus"
 9869version = "1.0.12"
 9870source = "registry+https://github.com/rust-lang/crates.io-index"
 9871checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9872dependencies = [
 9873 "cc",
 9874]
 9875
 9876[[package]]
 9877name = "linkify"
 9878version = "0.10.0"
 9879source = "registry+https://github.com/rust-lang/crates.io-index"
 9880checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9881dependencies = [
 9882 "memchr",
 9883]
 9884
 9885[[package]]
 9886name = "linux-raw-sys"
 9887version = "0.4.15"
 9888source = "registry+https://github.com/rust-lang/crates.io-index"
 9889checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9890
 9891[[package]]
 9892name = "linux-raw-sys"
 9893version = "0.11.0"
 9894source = "registry+https://github.com/rust-lang/crates.io-index"
 9895checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9896
 9897[[package]]
 9898name = "litemap"
 9899version = "0.8.0"
 9900source = "registry+https://github.com/rust-lang/crates.io-index"
 9901checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9902
 9903[[package]]
 9904name = "litrs"
 9905version = "1.0.0"
 9906source = "registry+https://github.com/rust-lang/crates.io-index"
 9907checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9908
 9909[[package]]
 9910name = "livekit"
 9911version = "0.7.32"
 9912source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9913dependencies = [
 9914 "base64 0.22.1",
 9915 "bmrng",
 9916 "bytes 1.11.1",
 9917 "chrono",
 9918 "futures-util",
 9919 "lazy_static",
 9920 "libloading",
 9921 "libwebrtc",
 9922 "livekit-api",
 9923 "livekit-protocol",
 9924 "livekit-runtime",
 9925 "log",
 9926 "parking_lot",
 9927 "prost 0.12.6",
 9928 "semver",
 9929 "serde",
 9930 "serde_json",
 9931 "thiserror 1.0.69",
 9932 "tokio",
 9933]
 9934
 9935[[package]]
 9936name = "livekit-api"
 9937version = "0.4.14"
 9938source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9939dependencies = [
 9940 "base64 0.21.7",
 9941 "futures-util",
 9942 "http 1.3.1",
 9943 "livekit-protocol",
 9944 "livekit-runtime",
 9945 "log",
 9946 "parking_lot",
 9947 "pbjson-types",
 9948 "prost 0.12.6",
 9949 "rand 0.9.2",
 9950 "reqwest 0.12.24",
 9951 "rustls-native-certs 0.6.3",
 9952 "scopeguard",
 9953 "serde",
 9954 "sha2",
 9955 "thiserror 1.0.69",
 9956 "tokio",
 9957 "tokio-rustls 0.26.2",
 9958 "tokio-tungstenite 0.28.0",
 9959 "url",
 9960]
 9961
 9962[[package]]
 9963name = "livekit-protocol"
 9964version = "0.7.1"
 9965source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9966dependencies = [
 9967 "futures-util",
 9968 "livekit-runtime",
 9969 "parking_lot",
 9970 "pbjson",
 9971 "pbjson-types",
 9972 "prost 0.12.6",
 9973 "serde",
 9974 "thiserror 1.0.69",
 9975 "tokio",
 9976]
 9977
 9978[[package]]
 9979name = "livekit-runtime"
 9980version = "0.4.0"
 9981source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9982dependencies = [
 9983 "tokio",
 9984 "tokio-stream",
 9985]
 9986
 9987[[package]]
 9988name = "livekit_api"
 9989version = "0.1.0"
 9990dependencies = [
 9991 "anyhow",
 9992 "async-trait",
 9993 "jsonwebtoken",
 9994 "log",
 9995 "prost 0.9.0",
 9996 "prost-build 0.9.0",
 9997 "prost-types 0.9.0",
 9998 "serde",
 9999 "zed-reqwest",
10000]
10001
10002[[package]]
10003name = "livekit_client"
10004version = "0.1.0"
10005dependencies = [
10006 "anyhow",
10007 "async-trait",
10008 "audio",
10009 "cocoa 0.26.0",
10010 "collections",
10011 "core-foundation 0.10.0",
10012 "core-video",
10013 "coreaudio-rs 0.12.1",
10014 "cpal",
10015 "futures 0.3.31",
10016 "gpui",
10017 "gpui_platform",
10018 "gpui_tokio",
10019 "http_client_tls",
10020 "image",
10021 "libwebrtc",
10022 "livekit",
10023 "livekit_api",
10024 "log",
10025 "nanoid",
10026 "objc",
10027 "parking_lot",
10028 "postage",
10029 "rodio",
10030 "serde",
10031 "serde_json",
10032 "serde_urlencoded",
10033 "settings",
10034 "simplelog",
10035 "smallvec",
10036 "tokio",
10037 "ui",
10038 "util",
10039 "webrtc-sys",
10040 "zed-scap",
10041]
10042
10043[[package]]
10044name = "lmdb-master-sys"
10045version = "0.2.5"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10048dependencies = [
10049 "cc",
10050 "doxygen-rs",
10051 "libc",
10052]
10053
10054[[package]]
10055name = "lmstudio"
10056version = "0.1.0"
10057dependencies = [
10058 "anyhow",
10059 "futures 0.3.31",
10060 "http_client",
10061 "schemars",
10062 "serde",
10063 "serde_json",
10064]
10065
10066[[package]]
10067name = "lock_api"
10068version = "0.4.14"
10069source = "registry+https://github.com/rust-lang/crates.io-index"
10070checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10071dependencies = [
10072 "scopeguard",
10073]
10074
10075[[package]]
10076name = "log"
10077version = "0.4.29"
10078source = "registry+https://github.com/rust-lang/crates.io-index"
10079checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10080dependencies = [
10081 "serde_core",
10082 "value-bag",
10083]
10084
10085[[package]]
10086name = "loom"
10087version = "0.7.2"
10088source = "registry+https://github.com/rust-lang/crates.io-index"
10089checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10090dependencies = [
10091 "cfg-if",
10092 "generator",
10093 "scoped-tls",
10094 "tracing",
10095 "tracing-subscriber",
10096]
10097
10098[[package]]
10099name = "loop9"
10100version = "0.1.5"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10103dependencies = [
10104 "imgref",
10105]
10106
10107[[package]]
10108name = "lru"
10109version = "0.12.5"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10112dependencies = [
10113 "hashbrown 0.15.5",
10114]
10115
10116[[package]]
10117name = "lru-slab"
10118version = "0.1.2"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10121
10122[[package]]
10123name = "lsp"
10124version = "0.1.0"
10125dependencies = [
10126 "anyhow",
10127 "async-pipe",
10128 "collections",
10129 "ctor",
10130 "futures 0.3.31",
10131 "gpui",
10132 "gpui_util",
10133 "log",
10134 "lsp-types",
10135 "parking_lot",
10136 "postage",
10137 "release_channel",
10138 "schemars",
10139 "semver",
10140 "serde",
10141 "serde_json",
10142 "smol",
10143 "util",
10144 "zlog",
10145]
10146
10147[[package]]
10148name = "lsp-types"
10149version = "0.95.1"
10150source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10151dependencies = [
10152 "bitflags 1.3.2",
10153 "serde",
10154 "serde_json",
10155 "url",
10156]
10157
10158[[package]]
10159name = "lyon"
10160version = "1.0.16"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10163dependencies = [
10164 "lyon_algorithms",
10165 "lyon_extra",
10166 "lyon_tessellation",
10167]
10168
10169[[package]]
10170name = "lyon_algorithms"
10171version = "1.0.16"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10174dependencies = [
10175 "lyon_path",
10176 "num-traits",
10177]
10178
10179[[package]]
10180name = "lyon_extra"
10181version = "1.0.3"
10182source = "registry+https://github.com/rust-lang/crates.io-index"
10183checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10184dependencies = [
10185 "lyon_path",
10186 "thiserror 1.0.69",
10187]
10188
10189[[package]]
10190name = "lyon_geom"
10191version = "1.0.17"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10194dependencies = [
10195 "arrayvec",
10196 "euclid",
10197 "num-traits",
10198]
10199
10200[[package]]
10201name = "lyon_path"
10202version = "1.0.16"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10205dependencies = [
10206 "lyon_geom",
10207 "num-traits",
10208]
10209
10210[[package]]
10211name = "lyon_tessellation"
10212version = "1.0.16"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10215dependencies = [
10216 "float_next_after",
10217 "lyon_path",
10218 "num-traits",
10219]
10220
10221[[package]]
10222name = "mac"
10223version = "0.1.1"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10226
10227[[package]]
10228name = "mach2"
10229version = "0.4.3"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10232dependencies = [
10233 "libc",
10234]
10235
10236[[package]]
10237name = "mach2"
10238version = "0.5.0"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10241dependencies = [
10242 "libc",
10243]
10244
10245[[package]]
10246name = "malloc_buf"
10247version = "0.0.6"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10250dependencies = [
10251 "libc",
10252]
10253
10254[[package]]
10255name = "maplit"
10256version = "1.0.2"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10259
10260[[package]]
10261name = "markdown"
10262version = "0.1.0"
10263dependencies = [
10264 "assets",
10265 "base64 0.22.1",
10266 "collections",
10267 "env_logger 0.11.8",
10268 "fs",
10269 "futures 0.3.31",
10270 "gpui",
10271 "gpui_platform",
10272 "language",
10273 "languages",
10274 "linkify",
10275 "log",
10276 "node_runtime",
10277 "pulldown-cmark 0.13.0",
10278 "settings",
10279 "sum_tree",
10280 "theme",
10281 "ui",
10282 "util",
10283]
10284
10285[[package]]
10286name = "markdown_preview"
10287version = "0.1.0"
10288dependencies = [
10289 "anyhow",
10290 "async-recursion",
10291 "collections",
10292 "editor",
10293 "gpui",
10294 "html5ever 0.27.0",
10295 "language",
10296 "linkify",
10297 "log",
10298 "markdown",
10299 "markup5ever_rcdom",
10300 "mermaid-rs-renderer",
10301 "pretty_assertions",
10302 "pulldown-cmark 0.13.0",
10303 "settings",
10304 "stacksafe",
10305 "theme",
10306 "ui",
10307 "urlencoding",
10308 "util",
10309 "workspace",
10310 "zed_actions",
10311]
10312
10313[[package]]
10314name = "markup5ever"
10315version = "0.12.1"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10318dependencies = [
10319 "log",
10320 "phf 0.11.3",
10321 "phf_codegen",
10322 "string_cache",
10323 "string_cache_codegen",
10324 "tendril",
10325]
10326
10327[[package]]
10328name = "markup5ever"
10329version = "0.35.0"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10332dependencies = [
10333 "log",
10334 "tendril",
10335 "web_atoms",
10336]
10337
10338[[package]]
10339name = "markup5ever_rcdom"
10340version = "0.3.0"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10343dependencies = [
10344 "html5ever 0.27.0",
10345 "markup5ever 0.12.1",
10346 "tendril",
10347 "xml5ever",
10348]
10349
10350[[package]]
10351name = "match_token"
10352version = "0.35.0"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10355dependencies = [
10356 "proc-macro2",
10357 "quote",
10358 "syn 2.0.117",
10359]
10360
10361[[package]]
10362name = "matchers"
10363version = "0.2.0"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10366dependencies = [
10367 "regex-automata",
10368]
10369
10370[[package]]
10371name = "matchit"
10372version = "0.7.3"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10375
10376[[package]]
10377name = "maybe-owned"
10378version = "0.3.4"
10379source = "registry+https://github.com/rust-lang/crates.io-index"
10380checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10381
10382[[package]]
10383name = "maybe-rayon"
10384version = "0.1.1"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10387dependencies = [
10388 "cfg-if",
10389 "rayon",
10390]
10391
10392[[package]]
10393name = "md-5"
10394version = "0.10.6"
10395source = "registry+https://github.com/rust-lang/crates.io-index"
10396checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10397dependencies = [
10398 "cfg-if",
10399 "digest",
10400]
10401
10402[[package]]
10403name = "mdbook"
10404version = "0.4.40"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10407dependencies = [
10408 "ammonia",
10409 "anyhow",
10410 "chrono",
10411 "clap",
10412 "clap_complete",
10413 "elasticlunr-rs",
10414 "env_logger 0.11.8",
10415 "futures-util",
10416 "handlebars 5.1.2",
10417 "ignore",
10418 "log",
10419 "memchr",
10420 "notify 6.1.1",
10421 "notify-debouncer-mini",
10422 "once_cell",
10423 "opener",
10424 "pathdiff",
10425 "pulldown-cmark 0.10.3",
10426 "regex",
10427 "serde",
10428 "serde_json",
10429 "shlex",
10430 "tempfile",
10431 "tokio",
10432 "toml 0.5.11",
10433 "topological-sort",
10434 "walkdir",
10435 "warp",
10436]
10437
10438[[package]]
10439name = "media"
10440version = "0.1.0"
10441dependencies = [
10442 "anyhow",
10443 "bindgen 0.71.1",
10444 "core-foundation 0.10.0",
10445 "core-video",
10446 "ctor",
10447 "foreign-types 0.5.0",
10448 "metal",
10449 "objc",
10450]
10451
10452[[package]]
10453name = "memchr"
10454version = "2.7.6"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10457
10458[[package]]
10459name = "memfd"
10460version = "0.6.5"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10463dependencies = [
10464 "rustix 1.1.2",
10465]
10466
10467[[package]]
10468name = "memmap2"
10469version = "0.9.8"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10472dependencies = [
10473 "libc",
10474 "stable_deref_trait",
10475]
10476
10477[[package]]
10478name = "memoffset"
10479version = "0.9.1"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10482dependencies = [
10483 "autocfg",
10484]
10485
10486[[package]]
10487name = "menu"
10488version = "0.1.0"
10489dependencies = [
10490 "gpui",
10491]
10492
10493[[package]]
10494name = "merge"
10495version = "0.1.0"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10498dependencies = [
10499 "merge_derive",
10500 "num-traits",
10501]
10502
10503[[package]]
10504name = "merge_derive"
10505version = "0.1.0"
10506source = "registry+https://github.com/rust-lang/crates.io-index"
10507checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10508dependencies = [
10509 "proc-macro-error",
10510 "proc-macro2",
10511 "quote",
10512 "syn 1.0.109",
10513]
10514
10515[[package]]
10516name = "mermaid-rs-renderer"
10517version = "0.2.0"
10518source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10519dependencies = [
10520 "anyhow",
10521 "fontdb 0.16.2",
10522 "json5",
10523 "once_cell",
10524 "regex",
10525 "serde",
10526 "serde_json",
10527 "thiserror 2.0.17",
10528 "ttf-parser 0.20.0",
10529]
10530
10531[[package]]
10532name = "metal"
10533version = "0.33.0"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10536dependencies = [
10537 "bitflags 2.10.0",
10538 "block",
10539 "core-graphics-types 0.2.0",
10540 "foreign-types 0.5.0",
10541 "log",
10542 "objc",
10543 "paste",
10544]
10545
10546[[package]]
10547name = "migrator"
10548version = "0.1.0"
10549dependencies = [
10550 "anyhow",
10551 "collections",
10552 "convert_case 0.8.0",
10553 "log",
10554 "pretty_assertions",
10555 "serde_json",
10556 "serde_json_lenient",
10557 "settings_content",
10558 "settings_json",
10559 "streaming-iterator",
10560 "tree-sitter",
10561 "tree-sitter-json",
10562 "unindent",
10563]
10564
10565[[package]]
10566name = "mimalloc"
10567version = "0.1.48"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10570dependencies = [
10571 "libmimalloc-sys",
10572]
10573
10574[[package]]
10575name = "mime"
10576version = "0.3.17"
10577source = "registry+https://github.com/rust-lang/crates.io-index"
10578checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10579
10580[[package]]
10581name = "mime_guess"
10582version = "2.0.5"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10585dependencies = [
10586 "mime",
10587 "unicase",
10588]
10589
10590[[package]]
10591name = "minidump-common"
10592version = "0.26.1"
10593source = "registry+https://github.com/rust-lang/crates.io-index"
10594checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10595dependencies = [
10596 "bitflags 2.10.0",
10597 "debugid",
10598 "num-derive",
10599 "num-traits",
10600 "range-map",
10601 "scroll",
10602 "smart-default",
10603]
10604
10605[[package]]
10606name = "minidump-writer"
10607version = "0.11.0"
10608source = "registry+https://github.com/rust-lang/crates.io-index"
10609checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10610dependencies = [
10611 "bitflags 2.10.0",
10612 "byteorder",
10613 "cfg-if",
10614 "crash-context",
10615 "error-graph",
10616 "failspot",
10617 "goblin",
10618 "libc",
10619 "log",
10620 "mach2 0.4.3",
10621 "memmap2",
10622 "memoffset",
10623 "minidump-common",
10624 "nix 0.29.0",
10625 "procfs-core",
10626 "scroll",
10627 "serde",
10628 "serde_json",
10629 "tempfile",
10630 "thiserror 2.0.17",
10631]
10632
10633[[package]]
10634name = "minidumper"
10635version = "0.9.0"
10636source = "registry+https://github.com/rust-lang/crates.io-index"
10637checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10638dependencies = [
10639 "cfg-if",
10640 "crash-context",
10641 "libc",
10642 "log",
10643 "minidump-writer",
10644 "parking_lot",
10645 "polling",
10646 "scroll",
10647 "thiserror 2.0.17",
10648 "uds",
10649]
10650
10651[[package]]
10652name = "minimal-lexical"
10653version = "0.2.1"
10654source = "registry+https://github.com/rust-lang/crates.io-index"
10655checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10656
10657[[package]]
10658name = "miniprofiler_ui"
10659version = "0.1.0"
10660dependencies = [
10661 "gpui",
10662 "rpc",
10663 "serde_json",
10664 "smol",
10665 "theme",
10666 "util",
10667 "workspace",
10668 "zed_actions",
10669]
10670
10671[[package]]
10672name = "miniz_oxide"
10673version = "0.8.9"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10676dependencies = [
10677 "adler2",
10678 "simd-adler32",
10679]
10680
10681[[package]]
10682name = "mio"
10683version = "0.8.11"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10686dependencies = [
10687 "libc",
10688 "log",
10689 "wasi",
10690 "windows-sys 0.48.0",
10691]
10692
10693[[package]]
10694name = "mio"
10695version = "1.1.0"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10698dependencies = [
10699 "libc",
10700 "log",
10701 "wasi",
10702 "windows-sys 0.61.2",
10703]
10704
10705[[package]]
10706name = "miow"
10707version = "0.6.1"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10710dependencies = [
10711 "windows-sys 0.61.2",
10712]
10713
10714[[package]]
10715name = "mistral"
10716version = "0.1.0"
10717dependencies = [
10718 "anyhow",
10719 "futures 0.3.31",
10720 "http_client",
10721 "schemars",
10722 "serde",
10723 "serde_json",
10724 "strum 0.27.2",
10725]
10726
10727[[package]]
10728name = "moka"
10729version = "0.12.11"
10730source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10732dependencies = [
10733 "crossbeam-channel",
10734 "crossbeam-epoch",
10735 "crossbeam-utils",
10736 "equivalent",
10737 "parking_lot",
10738 "portable-atomic",
10739 "rustc_version",
10740 "smallvec",
10741 "tagptr",
10742 "uuid",
10743]
10744
10745[[package]]
10746name = "moxcms"
10747version = "0.7.7"
10748source = "registry+https://github.com/rust-lang/crates.io-index"
10749checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10750dependencies = [
10751 "num-traits",
10752 "pxfm",
10753]
10754
10755[[package]]
10756name = "msvc_spectre_libs"
10757version = "0.1.3"
10758source = "registry+https://github.com/rust-lang/crates.io-index"
10759checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10760dependencies = [
10761 "cc",
10762]
10763
10764[[package]]
10765name = "multi_buffer"
10766version = "0.1.0"
10767dependencies = [
10768 "anyhow",
10769 "buffer_diff",
10770 "clock",
10771 "collections",
10772 "ctor",
10773 "gpui",
10774 "indoc",
10775 "itertools 0.14.0",
10776 "language",
10777 "log",
10778 "parking_lot",
10779 "pretty_assertions",
10780 "rand 0.9.2",
10781 "rope",
10782 "serde",
10783 "settings",
10784 "smallvec",
10785 "smol",
10786 "sum_tree",
10787 "text",
10788 "theme",
10789 "tracing",
10790 "tree-sitter",
10791 "util",
10792 "zlog",
10793 "ztracing",
10794]
10795
10796[[package]]
10797name = "multimap"
10798version = "0.8.3"
10799source = "registry+https://github.com/rust-lang/crates.io-index"
10800checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10801
10802[[package]]
10803name = "naga"
10804version = "29.0.0"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10807dependencies = [
10808 "arrayvec",
10809 "bit-set 0.9.1",
10810 "bitflags 2.10.0",
10811 "cfg-if",
10812 "cfg_aliases 0.2.1",
10813 "codespan-reporting",
10814 "half",
10815 "hashbrown 0.16.1",
10816 "hexf-parse",
10817 "indexmap",
10818 "libm",
10819 "log",
10820 "num-traits",
10821 "once_cell",
10822 "rustc-hash 1.1.0",
10823 "thiserror 2.0.17",
10824 "unicode-ident",
10825]
10826
10827[[package]]
10828name = "naga"
10829version = "29.0.0"
10830source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10831dependencies = [
10832 "arrayvec",
10833 "bit-set 0.9.1",
10834 "bitflags 2.10.0",
10835 "cfg-if",
10836 "cfg_aliases 0.2.1",
10837 "codespan-reporting",
10838 "half",
10839 "hashbrown 0.16.1",
10840 "hexf-parse",
10841 "indexmap",
10842 "libm",
10843 "log",
10844 "num-traits",
10845 "once_cell",
10846 "rustc-hash 1.1.0",
10847 "spirv",
10848 "thiserror 2.0.17",
10849 "unicode-ident",
10850]
10851
10852[[package]]
10853name = "nanoid"
10854version = "0.4.0"
10855source = "registry+https://github.com/rust-lang/crates.io-index"
10856checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10857dependencies = [
10858 "rand 0.8.5",
10859]
10860
10861[[package]]
10862name = "nanorand"
10863version = "0.7.0"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10866dependencies = [
10867 "getrandom 0.2.16",
10868]
10869
10870[[package]]
10871name = "native-tls"
10872version = "0.2.14"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10875dependencies = [
10876 "libc",
10877 "log",
10878 "openssl",
10879 "openssl-probe",
10880 "openssl-sys",
10881 "schannel",
10882 "security-framework 2.11.1",
10883 "security-framework-sys",
10884 "tempfile",
10885]
10886
10887[[package]]
10888name = "nbformat"
10889version = "1.2.0"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10892dependencies = [
10893 "anyhow",
10894 "chrono",
10895 "jupyter-protocol",
10896 "serde",
10897 "serde_json",
10898 "thiserror 1.0.69",
10899 "uuid",
10900]
10901
10902[[package]]
10903name = "nc"
10904version = "0.1.0"
10905dependencies = [
10906 "anyhow",
10907 "futures 0.3.31",
10908 "net",
10909 "smol",
10910]
10911
10912[[package]]
10913name = "ndk"
10914version = "0.9.0"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10917dependencies = [
10918 "bitflags 2.10.0",
10919 "jni-sys",
10920 "log",
10921 "ndk-sys",
10922 "num_enum",
10923 "thiserror 1.0.69",
10924]
10925
10926[[package]]
10927name = "ndk-context"
10928version = "0.1.1"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10931
10932[[package]]
10933name = "ndk-sys"
10934version = "0.6.0+11769913"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10937dependencies = [
10938 "jni-sys",
10939]
10940
10941[[package]]
10942name = "net"
10943version = "0.1.0"
10944dependencies = [
10945 "anyhow",
10946 "async-io",
10947 "smol",
10948 "tempfile",
10949 "windows 0.61.3",
10950]
10951
10952[[package]]
10953name = "new_debug_unreachable"
10954version = "1.0.6"
10955source = "registry+https://github.com/rust-lang/crates.io-index"
10956checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10957
10958[[package]]
10959name = "nix"
10960version = "0.28.0"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10963dependencies = [
10964 "bitflags 2.10.0",
10965 "cfg-if",
10966 "cfg_aliases 0.1.1",
10967 "libc",
10968]
10969
10970[[package]]
10971name = "nix"
10972version = "0.29.0"
10973source = "registry+https://github.com/rust-lang/crates.io-index"
10974checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10975dependencies = [
10976 "bitflags 2.10.0",
10977 "cfg-if",
10978 "cfg_aliases 0.2.1",
10979 "libc",
10980]
10981
10982[[package]]
10983name = "nix"
10984version = "0.30.1"
10985source = "registry+https://github.com/rust-lang/crates.io-index"
10986checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10987dependencies = [
10988 "bitflags 2.10.0",
10989 "cfg-if",
10990 "cfg_aliases 0.2.1",
10991 "libc",
10992]
10993
10994[[package]]
10995name = "node_runtime"
10996version = "0.1.0"
10997dependencies = [
10998 "anyhow",
10999 "async-compression",
11000 "async-std",
11001 "async-tar",
11002 "async-trait",
11003 "futures 0.3.31",
11004 "http_client",
11005 "log",
11006 "paths",
11007 "semver",
11008 "serde",
11009 "serde_json",
11010 "smol",
11011 "util",
11012 "watch",
11013 "which 6.0.3",
11014]
11015
11016[[package]]
11017name = "nom"
11018version = "7.1.3"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11021dependencies = [
11022 "memchr",
11023 "minimal-lexical",
11024]
11025
11026[[package]]
11027name = "nom"
11028version = "8.0.0"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11031dependencies = [
11032 "memchr",
11033]
11034
11035[[package]]
11036name = "noop_proc_macro"
11037version = "0.3.0"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11040
11041[[package]]
11042name = "normpath"
11043version = "1.5.0"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11046dependencies = [
11047 "windows-sys 0.61.2",
11048]
11049
11050[[package]]
11051name = "notifications"
11052version = "0.1.0"
11053dependencies = [
11054 "anyhow",
11055 "channel",
11056 "client",
11057 "component",
11058 "db",
11059 "gpui",
11060 "rpc",
11061 "sum_tree",
11062 "time",
11063 "ui",
11064 "util",
11065 "workspace",
11066 "zed_actions",
11067]
11068
11069[[package]]
11070name = "notify"
11071version = "6.1.1"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11074dependencies = [
11075 "bitflags 2.10.0",
11076 "crossbeam-channel",
11077 "filetime",
11078 "fsevent-sys",
11079 "inotify 0.9.6",
11080 "kqueue",
11081 "libc",
11082 "log",
11083 "mio 0.8.11",
11084 "walkdir",
11085 "windows-sys 0.48.0",
11086]
11087
11088[[package]]
11089name = "notify"
11090version = "8.2.0"
11091source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11092dependencies = [
11093 "bitflags 2.10.0",
11094 "fsevent-sys",
11095 "inotify 0.11.0",
11096 "kqueue",
11097 "libc",
11098 "log",
11099 "mio 1.1.0",
11100 "notify-types",
11101 "walkdir",
11102 "windows-sys 0.60.2",
11103]
11104
11105[[package]]
11106name = "notify-debouncer-mini"
11107version = "0.4.1"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11110dependencies = [
11111 "crossbeam-channel",
11112 "log",
11113 "notify 6.1.1",
11114]
11115
11116[[package]]
11117name = "notify-types"
11118version = "2.0.0"
11119source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11120
11121[[package]]
11122name = "ntapi"
11123version = "0.4.1"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11126dependencies = [
11127 "winapi",
11128]
11129
11130[[package]]
11131name = "nu-ansi-term"
11132version = "0.50.3"
11133source = "registry+https://github.com/rust-lang/crates.io-index"
11134checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11135dependencies = [
11136 "windows-sys 0.61.2",
11137]
11138
11139[[package]]
11140name = "num"
11141version = "0.4.3"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11144dependencies = [
11145 "num-bigint",
11146 "num-complex",
11147 "num-integer",
11148 "num-iter",
11149 "num-rational",
11150 "num-traits",
11151]
11152
11153[[package]]
11154name = "num-bigint"
11155version = "0.4.6"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11158dependencies = [
11159 "num-integer",
11160 "num-traits",
11161]
11162
11163[[package]]
11164name = "num-bigint-dig"
11165version = "0.8.6"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11168dependencies = [
11169 "lazy_static",
11170 "libm",
11171 "num-integer",
11172 "num-iter",
11173 "num-traits",
11174 "rand 0.8.5",
11175 "smallvec",
11176 "zeroize",
11177]
11178
11179[[package]]
11180name = "num-bigint-dig"
11181version = "0.9.1"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11184dependencies = [
11185 "libm",
11186 "num-integer",
11187 "num-iter",
11188 "num-traits",
11189 "once_cell",
11190 "rand 0.9.2",
11191 "serde",
11192 "smallvec",
11193 "zeroize",
11194]
11195
11196[[package]]
11197name = "num-cmp"
11198version = "0.1.0"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11201
11202[[package]]
11203name = "num-complex"
11204version = "0.4.6"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11207dependencies = [
11208 "bytemuck",
11209 "num-traits",
11210]
11211
11212[[package]]
11213name = "num-conv"
11214version = "0.2.0"
11215source = "registry+https://github.com/rust-lang/crates.io-index"
11216checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11217
11218[[package]]
11219name = "num-derive"
11220version = "0.4.2"
11221source = "registry+https://github.com/rust-lang/crates.io-index"
11222checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11223dependencies = [
11224 "proc-macro2",
11225 "quote",
11226 "syn 2.0.117",
11227]
11228
11229[[package]]
11230name = "num-format"
11231version = "0.4.4"
11232source = "registry+https://github.com/rust-lang/crates.io-index"
11233checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11234dependencies = [
11235 "arrayvec",
11236 "itoa",
11237]
11238
11239[[package]]
11240name = "num-integer"
11241version = "0.1.46"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11244dependencies = [
11245 "num-traits",
11246]
11247
11248[[package]]
11249name = "num-iter"
11250version = "0.1.45"
11251source = "registry+https://github.com/rust-lang/crates.io-index"
11252checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11253dependencies = [
11254 "autocfg",
11255 "num-integer",
11256 "num-traits",
11257]
11258
11259[[package]]
11260name = "num-rational"
11261version = "0.4.2"
11262source = "registry+https://github.com/rust-lang/crates.io-index"
11263checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11264dependencies = [
11265 "num-bigint",
11266 "num-integer",
11267 "num-traits",
11268]
11269
11270[[package]]
11271name = "num-traits"
11272version = "0.2.19"
11273source = "registry+https://github.com/rust-lang/crates.io-index"
11274checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11275dependencies = [
11276 "autocfg",
11277 "libm",
11278]
11279
11280[[package]]
11281name = "num_cpus"
11282version = "1.17.0"
11283source = "registry+https://github.com/rust-lang/crates.io-index"
11284checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11285dependencies = [
11286 "hermit-abi",
11287 "libc",
11288]
11289
11290[[package]]
11291name = "num_enum"
11292version = "0.7.4"
11293source = "registry+https://github.com/rust-lang/crates.io-index"
11294checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11295dependencies = [
11296 "num_enum_derive",
11297 "rustversion",
11298]
11299
11300[[package]]
11301name = "num_enum_derive"
11302version = "0.7.4"
11303source = "registry+https://github.com/rust-lang/crates.io-index"
11304checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11305dependencies = [
11306 "proc-macro-crate",
11307 "proc-macro2",
11308 "quote",
11309 "syn 2.0.117",
11310]
11311
11312[[package]]
11313name = "num_threads"
11314version = "0.1.7"
11315source = "registry+https://github.com/rust-lang/crates.io-index"
11316checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11317dependencies = [
11318 "libc",
11319]
11320
11321[[package]]
11322name = "nvim-rs"
11323version = "0.9.2"
11324source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11325dependencies = [
11326 "async-trait",
11327 "futures 0.3.31",
11328 "log",
11329 "rmp",
11330 "rmpv",
11331 "tokio",
11332 "tokio-util",
11333]
11334
11335[[package]]
11336name = "objc"
11337version = "0.2.7"
11338source = "registry+https://github.com/rust-lang/crates.io-index"
11339checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11340dependencies = [
11341 "malloc_buf",
11342 "objc_exception",
11343]
11344
11345[[package]]
11346name = "objc-foundation"
11347version = "0.1.1"
11348source = "registry+https://github.com/rust-lang/crates.io-index"
11349checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11350dependencies = [
11351 "block",
11352 "objc",
11353 "objc_id",
11354]
11355
11356[[package]]
11357name = "objc2"
11358version = "0.6.3"
11359source = "registry+https://github.com/rust-lang/crates.io-index"
11360checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11361dependencies = [
11362 "objc2-encode",
11363]
11364
11365[[package]]
11366name = "objc2-audio-toolbox"
11367version = "0.3.2"
11368source = "registry+https://github.com/rust-lang/crates.io-index"
11369checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11370dependencies = [
11371 "bitflags 2.10.0",
11372 "libc",
11373 "objc2",
11374 "objc2-core-audio",
11375 "objc2-core-audio-types",
11376 "objc2-core-foundation",
11377 "objc2-foundation",
11378]
11379
11380[[package]]
11381name = "objc2-avf-audio"
11382version = "0.3.2"
11383source = "registry+https://github.com/rust-lang/crates.io-index"
11384checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11385dependencies = [
11386 "objc2",
11387 "objc2-foundation",
11388]
11389
11390[[package]]
11391name = "objc2-core-audio"
11392version = "0.3.2"
11393source = "registry+https://github.com/rust-lang/crates.io-index"
11394checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11395dependencies = [
11396 "dispatch2",
11397 "objc2",
11398 "objc2-core-audio-types",
11399 "objc2-core-foundation",
11400 "objc2-foundation",
11401]
11402
11403[[package]]
11404name = "objc2-core-audio-types"
11405version = "0.3.2"
11406source = "registry+https://github.com/rust-lang/crates.io-index"
11407checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11408dependencies = [
11409 "bitflags 2.10.0",
11410 "objc2",
11411]
11412
11413[[package]]
11414name = "objc2-core-foundation"
11415version = "0.3.2"
11416source = "registry+https://github.com/rust-lang/crates.io-index"
11417checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11418dependencies = [
11419 "bitflags 2.10.0",
11420 "block2",
11421 "dispatch2",
11422 "libc",
11423 "objc2",
11424]
11425
11426[[package]]
11427name = "objc2-encode"
11428version = "4.1.0"
11429source = "registry+https://github.com/rust-lang/crates.io-index"
11430checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11431
11432[[package]]
11433name = "objc2-foundation"
11434version = "0.3.2"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11437dependencies = [
11438 "bitflags 2.10.0",
11439 "block2",
11440 "libc",
11441 "objc2",
11442 "objc2-core-foundation",
11443]
11444
11445[[package]]
11446name = "objc2-io-kit"
11447version = "0.3.2"
11448source = "registry+https://github.com/rust-lang/crates.io-index"
11449checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11450dependencies = [
11451 "libc",
11452 "objc2-core-foundation",
11453]
11454
11455[[package]]
11456name = "objc2-metal"
11457version = "0.3.2"
11458source = "registry+https://github.com/rust-lang/crates.io-index"
11459checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11460dependencies = [
11461 "bitflags 2.10.0",
11462 "block2",
11463 "dispatch2",
11464 "objc2",
11465 "objc2-core-foundation",
11466 "objc2-foundation",
11467]
11468
11469[[package]]
11470name = "objc2-quartz-core"
11471version = "0.3.2"
11472source = "registry+https://github.com/rust-lang/crates.io-index"
11473checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11474dependencies = [
11475 "bitflags 2.10.0",
11476 "objc2",
11477 "objc2-core-foundation",
11478 "objc2-foundation",
11479 "objc2-metal",
11480]
11481
11482[[package]]
11483name = "objc_exception"
11484version = "0.1.2"
11485source = "registry+https://github.com/rust-lang/crates.io-index"
11486checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11487dependencies = [
11488 "cc",
11489]
11490
11491[[package]]
11492name = "objc_id"
11493version = "0.1.1"
11494source = "registry+https://github.com/rust-lang/crates.io-index"
11495checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11496dependencies = [
11497 "objc",
11498]
11499
11500[[package]]
11501name = "object"
11502version = "0.36.7"
11503source = "registry+https://github.com/rust-lang/crates.io-index"
11504checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11505dependencies = [
11506 "crc32fast",
11507 "hashbrown 0.15.5",
11508 "indexmap",
11509 "memchr",
11510]
11511
11512[[package]]
11513name = "object"
11514version = "0.37.3"
11515source = "registry+https://github.com/rust-lang/crates.io-index"
11516checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11517dependencies = [
11518 "memchr",
11519]
11520
11521[[package]]
11522name = "ollama"
11523version = "0.1.0"
11524dependencies = [
11525 "anyhow",
11526 "futures 0.3.31",
11527 "http_client",
11528 "schemars",
11529 "serde",
11530 "serde_json",
11531 "settings",
11532]
11533
11534[[package]]
11535name = "onboarding"
11536version = "0.1.0"
11537dependencies = [
11538 "anyhow",
11539 "client",
11540 "component",
11541 "db",
11542 "documented",
11543 "fs",
11544 "fuzzy",
11545 "gpui",
11546 "menu",
11547 "notifications",
11548 "picker",
11549 "project",
11550 "schemars",
11551 "serde",
11552 "settings",
11553 "telemetry",
11554 "theme",
11555 "ui",
11556 "util",
11557 "vim_mode_setting",
11558 "workspace",
11559 "zed_actions",
11560 "zlog",
11561]
11562
11563[[package]]
11564name = "once_cell"
11565version = "1.21.3"
11566source = "registry+https://github.com/rust-lang/crates.io-index"
11567checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11568
11569[[package]]
11570name = "once_cell_polyfill"
11571version = "1.70.1"
11572source = "registry+https://github.com/rust-lang/crates.io-index"
11573checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11574
11575[[package]]
11576name = "oo7"
11577version = "0.6.0"
11578source = "registry+https://github.com/rust-lang/crates.io-index"
11579checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11580dependencies = [
11581 "aes",
11582 "ashpd",
11583 "async-fs",
11584 "async-io",
11585 "async-lock 3.4.2",
11586 "blocking",
11587 "cbc",
11588 "cipher",
11589 "digest",
11590 "endi",
11591 "futures-lite 2.6.1",
11592 "futures-util",
11593 "getrandom 0.4.1",
11594 "hkdf",
11595 "hmac",
11596 "md-5",
11597 "num",
11598 "num-bigint-dig 0.9.1",
11599 "pbkdf2 0.12.2",
11600 "serde",
11601 "serde_bytes",
11602 "sha2",
11603 "subtle",
11604 "zbus",
11605 "zbus_macros",
11606 "zeroize",
11607 "zvariant",
11608]
11609
11610[[package]]
11611name = "oorandom"
11612version = "11.1.5"
11613source = "registry+https://github.com/rust-lang/crates.io-index"
11614checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11615
11616[[package]]
11617name = "open"
11618version = "5.3.2"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11621dependencies = [
11622 "is-wsl",
11623 "libc",
11624 "pathdiff",
11625]
11626
11627[[package]]
11628name = "open_ai"
11629version = "0.1.0"
11630dependencies = [
11631 "anyhow",
11632 "futures 0.3.31",
11633 "http_client",
11634 "log",
11635 "rand 0.9.2",
11636 "schemars",
11637 "serde",
11638 "serde_json",
11639 "settings",
11640 "strum 0.27.2",
11641 "thiserror 2.0.17",
11642]
11643
11644[[package]]
11645name = "open_path_prompt"
11646version = "0.1.0"
11647dependencies = [
11648 "editor",
11649 "file_icons",
11650 "futures 0.3.31",
11651 "fuzzy",
11652 "gpui",
11653 "picker",
11654 "project",
11655 "schemars",
11656 "serde",
11657 "serde_json",
11658 "settings",
11659 "theme",
11660 "ui",
11661 "util",
11662 "workspace",
11663]
11664
11665[[package]]
11666name = "open_router"
11667version = "0.1.0"
11668dependencies = [
11669 "anyhow",
11670 "futures 0.3.31",
11671 "http_client",
11672 "schemars",
11673 "serde",
11674 "serde_json",
11675 "settings",
11676 "strum 0.27.2",
11677 "thiserror 2.0.17",
11678]
11679
11680[[package]]
11681name = "opencode"
11682version = "0.1.0"
11683dependencies = [
11684 "anyhow",
11685 "futures 0.3.31",
11686 "google_ai",
11687 "http_client",
11688 "schemars",
11689 "serde",
11690 "serde_json",
11691 "strum 0.27.2",
11692]
11693
11694[[package]]
11695name = "opener"
11696version = "0.7.2"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11699dependencies = [
11700 "bstr",
11701 "dbus",
11702 "normpath",
11703 "windows-sys 0.59.0",
11704]
11705
11706[[package]]
11707name = "openssl"
11708version = "0.10.74"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11711dependencies = [
11712 "bitflags 2.10.0",
11713 "cfg-if",
11714 "foreign-types 0.3.2",
11715 "libc",
11716 "once_cell",
11717 "openssl-macros",
11718 "openssl-sys",
11719]
11720
11721[[package]]
11722name = "openssl-macros"
11723version = "0.1.1"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11726dependencies = [
11727 "proc-macro2",
11728 "quote",
11729 "syn 2.0.117",
11730]
11731
11732[[package]]
11733name = "openssl-probe"
11734version = "0.1.6"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11737
11738[[package]]
11739name = "openssl-sys"
11740version = "0.9.110"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11743dependencies = [
11744 "cc",
11745 "libc",
11746 "pkg-config",
11747 "vcpkg",
11748]
11749
11750[[package]]
11751name = "optfield"
11752version = "0.4.0"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11755dependencies = [
11756 "proc-macro2",
11757 "quote",
11758 "syn 2.0.117",
11759]
11760
11761[[package]]
11762name = "option-ext"
11763version = "0.2.0"
11764source = "registry+https://github.com/rust-lang/crates.io-index"
11765checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11766
11767[[package]]
11768name = "ordered-float"
11769version = "2.10.1"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11772dependencies = [
11773 "num-traits",
11774]
11775
11776[[package]]
11777name = "ordered-float"
11778version = "4.6.0"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11781dependencies = [
11782 "num-traits",
11783]
11784
11785[[package]]
11786name = "ordered-stream"
11787version = "0.2.0"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11790dependencies = [
11791 "futures-core",
11792 "pin-project-lite",
11793]
11794
11795[[package]]
11796name = "ouroboros"
11797version = "0.18.5"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11800dependencies = [
11801 "aliasable",
11802 "ouroboros_macro",
11803 "static_assertions",
11804]
11805
11806[[package]]
11807name = "ouroboros_macro"
11808version = "0.18.5"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11811dependencies = [
11812 "heck 0.4.1",
11813 "proc-macro2",
11814 "proc-macro2-diagnostics",
11815 "quote",
11816 "syn 2.0.117",
11817]
11818
11819[[package]]
11820name = "outline"
11821version = "0.1.0"
11822dependencies = [
11823 "editor",
11824 "fuzzy",
11825 "gpui",
11826 "indoc",
11827 "language",
11828 "lsp",
11829 "menu",
11830 "ordered-float 2.10.1",
11831 "picker",
11832 "project",
11833 "rope",
11834 "serde_json",
11835 "settings",
11836 "smol",
11837 "theme",
11838 "ui",
11839 "util",
11840 "workspace",
11841 "zed_actions",
11842]
11843
11844[[package]]
11845name = "outline_panel"
11846version = "0.1.0"
11847dependencies = [
11848 "anyhow",
11849 "collections",
11850 "db",
11851 "editor",
11852 "file_icons",
11853 "fuzzy",
11854 "gpui",
11855 "itertools 0.14.0",
11856 "language",
11857 "log",
11858 "lsp",
11859 "menu",
11860 "outline",
11861 "pretty_assertions",
11862 "project",
11863 "search",
11864 "serde",
11865 "serde_json",
11866 "settings",
11867 "smallvec",
11868 "smol",
11869 "theme",
11870 "ui",
11871 "util",
11872 "workspace",
11873 "worktree",
11874 "zed_actions",
11875]
11876
11877[[package]]
11878name = "outref"
11879version = "0.5.2"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11882
11883[[package]]
11884name = "p256"
11885version = "0.11.1"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11888dependencies = [
11889 "ecdsa",
11890 "elliptic-curve",
11891 "sha2",
11892]
11893
11894[[package]]
11895name = "page_size"
11896version = "0.6.0"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11899dependencies = [
11900 "libc",
11901 "winapi",
11902]
11903
11904[[package]]
11905name = "palette"
11906version = "0.7.6"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11909dependencies = [
11910 "approx",
11911 "fast-srgb8",
11912 "palette_derive",
11913]
11914
11915[[package]]
11916name = "palette_derive"
11917version = "0.7.6"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11920dependencies = [
11921 "by_address",
11922 "proc-macro2",
11923 "quote",
11924 "syn 2.0.117",
11925]
11926
11927[[package]]
11928name = "panel"
11929version = "0.1.0"
11930dependencies = [
11931 "gpui",
11932 "ui",
11933 "workspace",
11934]
11935
11936[[package]]
11937name = "parking"
11938version = "2.2.1"
11939source = "registry+https://github.com/rust-lang/crates.io-index"
11940checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11941
11942[[package]]
11943name = "parking_lot"
11944version = "0.12.5"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11947dependencies = [
11948 "lock_api",
11949 "parking_lot_core",
11950]
11951
11952[[package]]
11953name = "parking_lot_core"
11954version = "0.9.12"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11957dependencies = [
11958 "cfg-if",
11959 "libc",
11960 "redox_syscall 0.5.18",
11961 "smallvec",
11962 "windows-link 0.2.1",
11963]
11964
11965[[package]]
11966name = "parse_int"
11967version = "0.9.0"
11968source = "registry+https://github.com/rust-lang/crates.io-index"
11969checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11970dependencies = [
11971 "num-traits",
11972]
11973
11974[[package]]
11975name = "partial-json-fixer"
11976version = "0.5.3"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11979
11980[[package]]
11981name = "password-hash"
11982version = "0.4.2"
11983source = "registry+https://github.com/rust-lang/crates.io-index"
11984checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11985dependencies = [
11986 "base64ct",
11987 "rand_core 0.6.4",
11988 "subtle",
11989]
11990
11991[[package]]
11992name = "paste"
11993version = "1.0.15"
11994source = "registry+https://github.com/rust-lang/crates.io-index"
11995checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11996
11997[[package]]
11998name = "pathdiff"
11999version = "0.2.3"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12002
12003[[package]]
12004name = "pathfinder_geometry"
12005version = "0.5.1"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12008dependencies = [
12009 "log",
12010 "pathfinder_simd",
12011]
12012
12013[[package]]
12014name = "pathfinder_simd"
12015version = "0.5.5"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12018dependencies = [
12019 "rustc_version",
12020]
12021
12022[[package]]
12023name = "paths"
12024version = "0.1.0"
12025dependencies = [
12026 "dirs 4.0.0",
12027 "ignore",
12028 "util",
12029]
12030
12031[[package]]
12032name = "pbjson"
12033version = "0.6.0"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12036dependencies = [
12037 "base64 0.21.7",
12038 "serde",
12039]
12040
12041[[package]]
12042name = "pbjson-build"
12043version = "0.6.2"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12046dependencies = [
12047 "heck 0.4.1",
12048 "itertools 0.11.0",
12049 "prost 0.12.6",
12050 "prost-types 0.12.6",
12051]
12052
12053[[package]]
12054name = "pbjson-types"
12055version = "0.6.0"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12058dependencies = [
12059 "bytes 1.11.1",
12060 "chrono",
12061 "pbjson",
12062 "pbjson-build",
12063 "prost 0.12.6",
12064 "prost-build 0.12.6",
12065 "serde",
12066]
12067
12068[[package]]
12069name = "pbkdf2"
12070version = "0.11.0"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12073dependencies = [
12074 "digest",
12075 "hmac",
12076 "password-hash",
12077 "sha2",
12078]
12079
12080[[package]]
12081name = "pbkdf2"
12082version = "0.12.2"
12083source = "registry+https://github.com/rust-lang/crates.io-index"
12084checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12085dependencies = [
12086 "digest",
12087 "hmac",
12088]
12089
12090[[package]]
12091name = "pciid-parser"
12092version = "0.8.0"
12093source = "registry+https://github.com/rust-lang/crates.io-index"
12094checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12095
12096[[package]]
12097name = "peg"
12098version = "0.8.5"
12099source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12101dependencies = [
12102 "peg-macros",
12103 "peg-runtime",
12104]
12105
12106[[package]]
12107name = "peg-macros"
12108version = "0.8.5"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12111dependencies = [
12112 "peg-runtime",
12113 "proc-macro2",
12114 "quote",
12115]
12116
12117[[package]]
12118name = "peg-runtime"
12119version = "0.8.5"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12122
12123[[package]]
12124name = "pem"
12125version = "3.0.6"
12126source = "registry+https://github.com/rust-lang/crates.io-index"
12127checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12128dependencies = [
12129 "base64 0.22.1",
12130 "serde_core",
12131]
12132
12133[[package]]
12134name = "pem-rfc7468"
12135version = "0.7.0"
12136source = "registry+https://github.com/rust-lang/crates.io-index"
12137checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12138dependencies = [
12139 "base64ct",
12140]
12141
12142[[package]]
12143name = "percent-encoding"
12144version = "2.3.2"
12145source = "registry+https://github.com/rust-lang/crates.io-index"
12146checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12147
12148[[package]]
12149name = "perf"
12150version = "0.1.0"
12151dependencies = [
12152 "collections",
12153 "serde",
12154 "serde_json",
12155]
12156
12157[[package]]
12158name = "pest"
12159version = "2.8.3"
12160source = "registry+https://github.com/rust-lang/crates.io-index"
12161checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12162dependencies = [
12163 "memchr",
12164 "ucd-trie",
12165]
12166
12167[[package]]
12168name = "pest_derive"
12169version = "2.8.3"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12172dependencies = [
12173 "pest",
12174 "pest_generator",
12175]
12176
12177[[package]]
12178name = "pest_generator"
12179version = "2.8.3"
12180source = "registry+https://github.com/rust-lang/crates.io-index"
12181checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12182dependencies = [
12183 "pest",
12184 "pest_meta",
12185 "proc-macro2",
12186 "quote",
12187 "syn 2.0.117",
12188]
12189
12190[[package]]
12191name = "pest_meta"
12192version = "2.8.3"
12193source = "registry+https://github.com/rust-lang/crates.io-index"
12194checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12195dependencies = [
12196 "pest",
12197 "sha2",
12198]
12199
12200[[package]]
12201name = "pet"
12202version = "0.1.0"
12203source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12204dependencies = [
12205 "clap",
12206 "env_logger 0.10.2",
12207 "lazy_static",
12208 "log",
12209 "msvc_spectre_libs",
12210 "pet-conda",
12211 "pet-core",
12212 "pet-env-var-path",
12213 "pet-fs",
12214 "pet-global-virtualenvs",
12215 "pet-homebrew",
12216 "pet-jsonrpc",
12217 "pet-linux-global-python",
12218 "pet-mac-commandlinetools",
12219 "pet-mac-python-org",
12220 "pet-mac-xcode",
12221 "pet-pipenv",
12222 "pet-pixi",
12223 "pet-poetry",
12224 "pet-pyenv",
12225 "pet-python-utils",
12226 "pet-reporter",
12227 "pet-telemetry",
12228 "pet-uv",
12229 "pet-venv",
12230 "pet-virtualenv",
12231 "pet-virtualenvwrapper",
12232 "pet-windows-registry",
12233 "pet-windows-store",
12234 "pet-winpython",
12235 "serde",
12236 "serde_json",
12237 "tracing",
12238 "tracing-subscriber",
12239 "winresource",
12240]
12241
12242[[package]]
12243name = "pet-conda"
12244version = "0.1.0"
12245source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12246dependencies = [
12247 "env_logger 0.10.2",
12248 "lazy_static",
12249 "log",
12250 "msvc_spectre_libs",
12251 "pet-core",
12252 "pet-fs",
12253 "pet-python-utils",
12254 "pet-reporter",
12255 "rayon",
12256 "regex",
12257 "serde",
12258 "serde_json",
12259 "yaml-rust2",
12260]
12261
12262[[package]]
12263name = "pet-core"
12264version = "0.1.0"
12265source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12266dependencies = [
12267 "clap",
12268 "lazy_static",
12269 "log",
12270 "msvc_spectre_libs",
12271 "pet-fs",
12272 "regex",
12273 "serde",
12274 "serde_json",
12275]
12276
12277[[package]]
12278name = "pet-env-var-path"
12279version = "0.1.0"
12280source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12281dependencies = [
12282 "lazy_static",
12283 "log",
12284 "msvc_spectre_libs",
12285 "pet-conda",
12286 "pet-core",
12287 "pet-fs",
12288 "pet-python-utils",
12289 "pet-virtualenv",
12290 "regex",
12291]
12292
12293[[package]]
12294name = "pet-fs"
12295version = "0.1.0"
12296source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12297dependencies = [
12298 "glob",
12299 "log",
12300 "msvc_spectre_libs",
12301 "windows-sys 0.59.0",
12302]
12303
12304[[package]]
12305name = "pet-global-virtualenvs"
12306version = "0.1.0"
12307source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12308dependencies = [
12309 "log",
12310 "msvc_spectre_libs",
12311 "pet-conda",
12312 "pet-core",
12313 "pet-fs",
12314 "pet-virtualenv",
12315]
12316
12317[[package]]
12318name = "pet-homebrew"
12319version = "0.1.0"
12320source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12321dependencies = [
12322 "lazy_static",
12323 "log",
12324 "msvc_spectre_libs",
12325 "pet-conda",
12326 "pet-core",
12327 "pet-fs",
12328 "pet-python-utils",
12329 "pet-virtualenv",
12330 "rayon",
12331 "regex",
12332 "serde",
12333 "serde_json",
12334]
12335
12336[[package]]
12337name = "pet-jsonrpc"
12338version = "0.1.0"
12339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12340dependencies = [
12341 "env_logger 0.10.2",
12342 "log",
12343 "msvc_spectre_libs",
12344 "pet-core",
12345 "serde",
12346 "serde_json",
12347]
12348
12349[[package]]
12350name = "pet-linux-global-python"
12351version = "0.1.0"
12352source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12353dependencies = [
12354 "log",
12355 "msvc_spectre_libs",
12356 "pet-core",
12357 "pet-fs",
12358 "pet-python-utils",
12359 "pet-virtualenv",
12360]
12361
12362[[package]]
12363name = "pet-mac-commandlinetools"
12364version = "0.1.0"
12365source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12366dependencies = [
12367 "log",
12368 "msvc_spectre_libs",
12369 "pet-core",
12370 "pet-fs",
12371 "pet-python-utils",
12372 "pet-virtualenv",
12373]
12374
12375[[package]]
12376name = "pet-mac-python-org"
12377version = "0.1.0"
12378source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12379dependencies = [
12380 "log",
12381 "msvc_spectre_libs",
12382 "pet-core",
12383 "pet-fs",
12384 "pet-python-utils",
12385 "pet-virtualenv",
12386]
12387
12388[[package]]
12389name = "pet-mac-xcode"
12390version = "0.1.0"
12391source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12392dependencies = [
12393 "log",
12394 "msvc_spectre_libs",
12395 "pet-core",
12396 "pet-fs",
12397 "pet-python-utils",
12398 "pet-virtualenv",
12399]
12400
12401[[package]]
12402name = "pet-pipenv"
12403version = "0.1.0"
12404source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12405dependencies = [
12406 "lazy_static",
12407 "log",
12408 "msvc_spectre_libs",
12409 "pet-core",
12410 "pet-fs",
12411 "pet-python-utils",
12412 "pet-virtualenv",
12413 "regex",
12414]
12415
12416[[package]]
12417name = "pet-pixi"
12418version = "0.1.0"
12419source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12420dependencies = [
12421 "log",
12422 "msvc_spectre_libs",
12423 "pet-conda",
12424 "pet-core",
12425 "pet-python-utils",
12426]
12427
12428[[package]]
12429name = "pet-poetry"
12430version = "0.1.0"
12431source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12432dependencies = [
12433 "base64 0.22.1",
12434 "lazy_static",
12435 "log",
12436 "msvc_spectre_libs",
12437 "pet-core",
12438 "pet-fs",
12439 "pet-python-utils",
12440 "pet-reporter",
12441 "pet-virtualenv",
12442 "regex",
12443 "serde",
12444 "serde_json",
12445 "sha2",
12446 "toml 0.8.23",
12447]
12448
12449[[package]]
12450name = "pet-pyenv"
12451version = "0.1.0"
12452source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12453dependencies = [
12454 "lazy_static",
12455 "log",
12456 "msvc_spectre_libs",
12457 "pet-conda",
12458 "pet-core",
12459 "pet-fs",
12460 "pet-python-utils",
12461 "pet-reporter",
12462 "regex",
12463 "serde",
12464 "serde_json",
12465]
12466
12467[[package]]
12468name = "pet-python-utils"
12469version = "0.1.0"
12470source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12471dependencies = [
12472 "env_logger 0.10.2",
12473 "lazy_static",
12474 "log",
12475 "msvc_spectre_libs",
12476 "pet-core",
12477 "pet-fs",
12478 "regex",
12479 "serde",
12480 "serde_json",
12481 "sha2",
12482]
12483
12484[[package]]
12485name = "pet-reporter"
12486version = "0.1.0"
12487source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12488dependencies = [
12489 "env_logger 0.10.2",
12490 "log",
12491 "msvc_spectre_libs",
12492 "pet-core",
12493 "pet-jsonrpc",
12494 "serde",
12495 "serde_json",
12496]
12497
12498[[package]]
12499name = "pet-telemetry"
12500version = "0.1.0"
12501source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12502dependencies = [
12503 "env_logger 0.10.2",
12504 "lazy_static",
12505 "log",
12506 "msvc_spectre_libs",
12507 "pet-core",
12508 "pet-fs",
12509 "pet-python-utils",
12510 "regex",
12511]
12512
12513[[package]]
12514name = "pet-uv"
12515version = "0.1.0"
12516source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12517dependencies = [
12518 "log",
12519 "pet-core",
12520 "pet-python-utils",
12521 "serde",
12522 "toml 0.9.8",
12523]
12524
12525[[package]]
12526name = "pet-venv"
12527version = "0.1.0"
12528source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12529dependencies = [
12530 "log",
12531 "msvc_spectre_libs",
12532 "pet-core",
12533 "pet-python-utils",
12534 "pet-virtualenv",
12535]
12536
12537[[package]]
12538name = "pet-virtualenv"
12539version = "0.1.0"
12540source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12541dependencies = [
12542 "log",
12543 "msvc_spectre_libs",
12544 "pet-core",
12545 "pet-fs",
12546 "pet-python-utils",
12547]
12548
12549[[package]]
12550name = "pet-virtualenvwrapper"
12551version = "0.1.0"
12552source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12553dependencies = [
12554 "log",
12555 "msvc_spectre_libs",
12556 "pet-core",
12557 "pet-fs",
12558 "pet-python-utils",
12559 "pet-virtualenv",
12560]
12561
12562[[package]]
12563name = "pet-windows-registry"
12564version = "0.1.0"
12565source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12566dependencies = [
12567 "lazy_static",
12568 "log",
12569 "msvc_spectre_libs",
12570 "pet-conda",
12571 "pet-core",
12572 "pet-fs",
12573 "pet-python-utils",
12574 "pet-virtualenv",
12575 "pet-windows-store",
12576 "regex",
12577 "winreg 0.55.0",
12578]
12579
12580[[package]]
12581name = "pet-windows-store"
12582version = "0.1.0"
12583source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12584dependencies = [
12585 "lazy_static",
12586 "log",
12587 "msvc_spectre_libs",
12588 "pet-core",
12589 "pet-fs",
12590 "pet-python-utils",
12591 "pet-virtualenv",
12592 "regex",
12593 "winreg 0.55.0",
12594]
12595
12596[[package]]
12597name = "pet-winpython"
12598version = "0.1.0"
12599source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12600dependencies = [
12601 "lazy_static",
12602 "log",
12603 "pet-core",
12604 "pet-fs",
12605 "pet-python-utils",
12606 "pet-virtualenv",
12607 "regex",
12608]
12609
12610[[package]]
12611name = "petgraph"
12612version = "0.6.5"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12615dependencies = [
12616 "fixedbitset 0.4.2",
12617 "indexmap",
12618]
12619
12620[[package]]
12621name = "pgvector"
12622version = "0.4.1"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12625dependencies = [
12626 "serde",
12627]
12628
12629[[package]]
12630name = "phf"
12631version = "0.11.3"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12634dependencies = [
12635 "phf_macros 0.11.3",
12636 "phf_shared 0.11.3",
12637]
12638
12639[[package]]
12640name = "phf"
12641version = "0.12.1"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12644dependencies = [
12645 "phf_macros 0.12.1",
12646 "phf_shared 0.12.1",
12647]
12648
12649[[package]]
12650name = "phf_codegen"
12651version = "0.11.3"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12654dependencies = [
12655 "phf_generator 0.11.3",
12656 "phf_shared 0.11.3",
12657]
12658
12659[[package]]
12660name = "phf_generator"
12661version = "0.11.3"
12662source = "registry+https://github.com/rust-lang/crates.io-index"
12663checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12664dependencies = [
12665 "phf_shared 0.11.3",
12666 "rand 0.8.5",
12667]
12668
12669[[package]]
12670name = "phf_generator"
12671version = "0.12.1"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12674dependencies = [
12675 "fastrand 2.3.0",
12676 "phf_shared 0.12.1",
12677]
12678
12679[[package]]
12680name = "phf_macros"
12681version = "0.11.3"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12684dependencies = [
12685 "phf_generator 0.11.3",
12686 "phf_shared 0.11.3",
12687 "proc-macro2",
12688 "quote",
12689 "syn 2.0.117",
12690]
12691
12692[[package]]
12693name = "phf_macros"
12694version = "0.12.1"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12697dependencies = [
12698 "phf_generator 0.12.1",
12699 "phf_shared 0.12.1",
12700 "proc-macro2",
12701 "quote",
12702 "syn 2.0.117",
12703]
12704
12705[[package]]
12706name = "phf_shared"
12707version = "0.11.3"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12710dependencies = [
12711 "siphasher 1.0.1",
12712]
12713
12714[[package]]
12715name = "phf_shared"
12716version = "0.12.1"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12719dependencies = [
12720 "siphasher 1.0.1",
12721]
12722
12723[[package]]
12724name = "picker"
12725version = "0.1.0"
12726dependencies = [
12727 "anyhow",
12728 "editor",
12729 "gpui",
12730 "menu",
12731 "schemars",
12732 "serde",
12733 "settings",
12734 "theme",
12735 "ui",
12736 "ui_input",
12737 "workspace",
12738 "zed_actions",
12739]
12740
12741[[package]]
12742name = "pico-args"
12743version = "0.5.0"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12746
12747[[package]]
12748name = "pin-project"
12749version = "1.1.10"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12752dependencies = [
12753 "pin-project-internal",
12754]
12755
12756[[package]]
12757name = "pin-project-internal"
12758version = "1.1.10"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12761dependencies = [
12762 "proc-macro2",
12763 "quote",
12764 "syn 2.0.117",
12765]
12766
12767[[package]]
12768name = "pin-project-lite"
12769version = "0.2.16"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12772
12773[[package]]
12774name = "pin-utils"
12775version = "0.1.0"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12778
12779[[package]]
12780name = "piper"
12781version = "0.2.4"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12784dependencies = [
12785 "atomic-waker",
12786 "fastrand 2.3.0",
12787 "futures-io",
12788]
12789
12790[[package]]
12791name = "pkcs1"
12792version = "0.7.5"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12795dependencies = [
12796 "der 0.7.10",
12797 "pkcs8 0.10.2",
12798 "spki 0.7.3",
12799]
12800
12801[[package]]
12802name = "pkcs8"
12803version = "0.9.0"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12806dependencies = [
12807 "der 0.6.1",
12808 "spki 0.6.0",
12809]
12810
12811[[package]]
12812name = "pkcs8"
12813version = "0.10.2"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12816dependencies = [
12817 "der 0.7.10",
12818 "spki 0.7.3",
12819]
12820
12821[[package]]
12822name = "pkg-config"
12823version = "0.3.32"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12826
12827[[package]]
12828name = "plain"
12829version = "0.2.3"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12832
12833[[package]]
12834name = "platform_title_bar"
12835version = "0.1.0"
12836dependencies = [
12837 "feature_flags",
12838 "gpui",
12839 "project",
12840 "settings",
12841 "smallvec",
12842 "theme",
12843 "ui",
12844 "windows 0.61.3",
12845 "workspace",
12846 "zed_actions",
12847]
12848
12849[[package]]
12850name = "plist"
12851version = "1.8.0"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12854dependencies = [
12855 "base64 0.22.1",
12856 "indexmap",
12857 "quick-xml 0.38.3",
12858 "serde",
12859 "time",
12860]
12861
12862[[package]]
12863name = "plotters"
12864version = "0.3.7"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12867dependencies = [
12868 "num-traits",
12869 "plotters-backend",
12870 "plotters-svg",
12871 "wasm-bindgen",
12872 "web-sys",
12873]
12874
12875[[package]]
12876name = "plotters-backend"
12877version = "0.3.7"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12880
12881[[package]]
12882name = "plotters-svg"
12883version = "0.3.7"
12884source = "registry+https://github.com/rust-lang/crates.io-index"
12885checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12886dependencies = [
12887 "plotters-backend",
12888]
12889
12890[[package]]
12891name = "png"
12892version = "0.17.16"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12895dependencies = [
12896 "bitflags 1.3.2",
12897 "crc32fast",
12898 "fdeflate",
12899 "flate2",
12900 "miniz_oxide",
12901]
12902
12903[[package]]
12904name = "png"
12905version = "0.18.0"
12906source = "registry+https://github.com/rust-lang/crates.io-index"
12907checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12908dependencies = [
12909 "bitflags 2.10.0",
12910 "crc32fast",
12911 "fdeflate",
12912 "flate2",
12913 "miniz_oxide",
12914]
12915
12916[[package]]
12917name = "polling"
12918version = "3.11.0"
12919source = "registry+https://github.com/rust-lang/crates.io-index"
12920checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12921dependencies = [
12922 "cfg-if",
12923 "concurrent-queue",
12924 "hermit-abi",
12925 "pin-project-lite",
12926 "rustix 1.1.2",
12927 "windows-sys 0.61.2",
12928]
12929
12930[[package]]
12931name = "pollster"
12932version = "0.2.5"
12933source = "registry+https://github.com/rust-lang/crates.io-index"
12934checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12935
12936[[package]]
12937name = "pollster"
12938version = "0.4.0"
12939source = "registry+https://github.com/rust-lang/crates.io-index"
12940checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12941
12942[[package]]
12943name = "pori"
12944version = "0.0.0"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12947dependencies = [
12948 "nom 7.1.3",
12949]
12950
12951[[package]]
12952name = "portable-atomic"
12953version = "1.11.1"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12956
12957[[package]]
12958name = "portable-atomic-util"
12959version = "0.2.4"
12960source = "registry+https://github.com/rust-lang/crates.io-index"
12961checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12962dependencies = [
12963 "portable-atomic",
12964]
12965
12966[[package]]
12967name = "portable-pty"
12968version = "0.9.0"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12971dependencies = [
12972 "anyhow",
12973 "bitflags 1.3.2",
12974 "downcast-rs",
12975 "filedescriptor",
12976 "lazy_static",
12977 "libc",
12978 "log",
12979 "nix 0.28.0",
12980 "serial2",
12981 "shared_library",
12982 "shell-words",
12983 "winapi",
12984 "winreg 0.10.1",
12985]
12986
12987[[package]]
12988name = "postage"
12989version = "0.5.0"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12992dependencies = [
12993 "atomic",
12994 "crossbeam-queue",
12995 "futures 0.3.31",
12996 "log",
12997 "parking_lot",
12998 "pin-project",
12999 "pollster 0.2.5",
13000 "static_assertions",
13001 "thiserror 1.0.69",
13002]
13003
13004[[package]]
13005name = "postcard"
13006version = "1.1.3"
13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13009dependencies = [
13010 "cobs",
13011 "embedded-io 0.4.0",
13012 "embedded-io 0.6.1",
13013 "serde",
13014]
13015
13016[[package]]
13017name = "potential_utf"
13018version = "0.1.3"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13021dependencies = [
13022 "zerovec",
13023]
13024
13025[[package]]
13026name = "powerfmt"
13027version = "0.2.0"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13030
13031[[package]]
13032name = "ppv-lite86"
13033version = "0.2.21"
13034source = "registry+https://github.com/rust-lang/crates.io-index"
13035checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13036dependencies = [
13037 "zerocopy",
13038]
13039
13040[[package]]
13041name = "precomputed-hash"
13042version = "0.1.1"
13043source = "registry+https://github.com/rust-lang/crates.io-index"
13044checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13045
13046[[package]]
13047name = "presser"
13048version = "0.3.1"
13049source = "registry+https://github.com/rust-lang/crates.io-index"
13050checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13051
13052[[package]]
13053name = "prettier"
13054version = "0.1.0"
13055dependencies = [
13056 "anyhow",
13057 "collections",
13058 "fs",
13059 "gpui",
13060 "language",
13061 "log",
13062 "lsp",
13063 "node_runtime",
13064 "parking_lot",
13065 "paths",
13066 "serde",
13067 "serde_json",
13068 "util",
13069]
13070
13071[[package]]
13072name = "pretty_assertions"
13073version = "1.4.1"
13074source = "registry+https://github.com/rust-lang/crates.io-index"
13075checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13076dependencies = [
13077 "diff",
13078 "yansi",
13079]
13080
13081[[package]]
13082name = "prettyplease"
13083version = "0.2.37"
13084source = "registry+https://github.com/rust-lang/crates.io-index"
13085checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13086dependencies = [
13087 "proc-macro2",
13088 "syn 2.0.117",
13089]
13090
13091[[package]]
13092name = "primal-check"
13093version = "0.3.4"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13096dependencies = [
13097 "num-integer",
13098]
13099
13100[[package]]
13101name = "proc-macro-crate"
13102version = "3.4.0"
13103source = "registry+https://github.com/rust-lang/crates.io-index"
13104checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13105dependencies = [
13106 "toml_edit 0.23.7",
13107]
13108
13109[[package]]
13110name = "proc-macro-error"
13111version = "1.0.4"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13114dependencies = [
13115 "proc-macro-error-attr",
13116 "proc-macro2",
13117 "quote",
13118 "syn 1.0.109",
13119 "version_check",
13120]
13121
13122[[package]]
13123name = "proc-macro-error-attr"
13124version = "1.0.4"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13127dependencies = [
13128 "proc-macro2",
13129 "quote",
13130 "version_check",
13131]
13132
13133[[package]]
13134name = "proc-macro-error-attr2"
13135version = "2.0.0"
13136source = "registry+https://github.com/rust-lang/crates.io-index"
13137checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13138dependencies = [
13139 "proc-macro2",
13140 "quote",
13141]
13142
13143[[package]]
13144name = "proc-macro-error2"
13145version = "2.0.1"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13148dependencies = [
13149 "proc-macro-error-attr2",
13150 "proc-macro2",
13151 "quote",
13152 "syn 2.0.117",
13153]
13154
13155[[package]]
13156name = "proc-macro2"
13157version = "1.0.101"
13158source = "registry+https://github.com/rust-lang/crates.io-index"
13159checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13160dependencies = [
13161 "unicode-ident",
13162]
13163
13164[[package]]
13165name = "proc-macro2-diagnostics"
13166version = "0.10.1"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13169dependencies = [
13170 "proc-macro2",
13171 "quote",
13172 "syn 2.0.117",
13173 "version_check",
13174 "yansi",
13175]
13176
13177[[package]]
13178name = "procfs-core"
13179version = "0.17.0"
13180source = "registry+https://github.com/rust-lang/crates.io-index"
13181checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13182dependencies = [
13183 "bitflags 2.10.0",
13184 "hex",
13185 "serde",
13186]
13187
13188[[package]]
13189name = "profiling"
13190version = "1.0.17"
13191source = "registry+https://github.com/rust-lang/crates.io-index"
13192checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13193dependencies = [
13194 "profiling-procmacros",
13195]
13196
13197[[package]]
13198name = "profiling-procmacros"
13199version = "1.0.17"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13202dependencies = [
13203 "quote",
13204 "syn 2.0.117",
13205]
13206
13207[[package]]
13208name = "project"
13209version = "0.1.0"
13210dependencies = [
13211 "aho-corasick",
13212 "anyhow",
13213 "askpass",
13214 "async-trait",
13215 "base64 0.22.1",
13216 "buffer_diff",
13217 "circular-buffer",
13218 "client",
13219 "clock",
13220 "collections",
13221 "context_server",
13222 "credentials_provider",
13223 "dap",
13224 "encoding_rs",
13225 "extension",
13226 "fancy-regex 0.17.0",
13227 "fs",
13228 "futures 0.3.31",
13229 "fuzzy",
13230 "git",
13231 "git2",
13232 "git_hosting_providers",
13233 "globset",
13234 "gpui",
13235 "http_client",
13236 "image",
13237 "indexmap",
13238 "itertools 0.14.0",
13239 "language",
13240 "log",
13241 "lsp",
13242 "markdown",
13243 "node_runtime",
13244 "parking_lot",
13245 "paths",
13246 "percent-encoding",
13247 "postage",
13248 "prettier",
13249 "pretty_assertions",
13250 "project",
13251 "rand 0.9.2",
13252 "regex",
13253 "release_channel",
13254 "remote",
13255 "rpc",
13256 "schemars",
13257 "semver",
13258 "serde",
13259 "serde_json",
13260 "settings",
13261 "sha2",
13262 "shellexpand 2.1.2",
13263 "smallvec",
13264 "smol",
13265 "snippet",
13266 "snippet_provider",
13267 "sum_tree",
13268 "task",
13269 "tempfile",
13270 "terminal",
13271 "text",
13272 "toml 0.8.23",
13273 "tracing",
13274 "unindent",
13275 "url",
13276 "util",
13277 "watch",
13278 "wax",
13279 "which 6.0.3",
13280 "worktree",
13281 "zeroize",
13282 "zlog",
13283 "ztracing",
13284]
13285
13286[[package]]
13287name = "project_benchmarks"
13288version = "0.1.0"
13289dependencies = [
13290 "anyhow",
13291 "askpass",
13292 "clap",
13293 "client",
13294 "futures 0.3.31",
13295 "gpui",
13296 "gpui_platform",
13297 "http_client",
13298 "language",
13299 "node_runtime",
13300 "project",
13301 "release_channel",
13302 "remote",
13303 "rpassword",
13304 "semver",
13305 "settings",
13306 "watch",
13307]
13308
13309[[package]]
13310name = "project_panel"
13311version = "0.1.0"
13312dependencies = [
13313 "anyhow",
13314 "client",
13315 "collections",
13316 "command_palette_hooks",
13317 "criterion",
13318 "editor",
13319 "feature_flags",
13320 "file_icons",
13321 "git",
13322 "git_ui",
13323 "gpui",
13324 "itertools 0.14.0",
13325 "language",
13326 "menu",
13327 "notifications",
13328 "pretty_assertions",
13329 "project",
13330 "rayon",
13331 "remote_connection",
13332 "schemars",
13333 "search",
13334 "serde",
13335 "serde_json",
13336 "settings",
13337 "smallvec",
13338 "telemetry",
13339 "tempfile",
13340 "theme",
13341 "ui",
13342 "util",
13343 "workspace",
13344 "worktree",
13345 "zed_actions",
13346]
13347
13348[[package]]
13349name = "project_symbols"
13350version = "0.1.0"
13351dependencies = [
13352 "anyhow",
13353 "editor",
13354 "futures 0.3.31",
13355 "fuzzy",
13356 "gpui",
13357 "language",
13358 "lsp",
13359 "ordered-float 2.10.1",
13360 "picker",
13361 "project",
13362 "release_channel",
13363 "semver",
13364 "serde_json",
13365 "settings",
13366 "theme",
13367 "util",
13368 "workspace",
13369]
13370
13371[[package]]
13372name = "prometheus"
13373version = "0.14.0"
13374source = "registry+https://github.com/rust-lang/crates.io-index"
13375checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13376dependencies = [
13377 "cfg-if",
13378 "fnv",
13379 "lazy_static",
13380 "memchr",
13381 "parking_lot",
13382 "protobuf",
13383 "thiserror 2.0.17",
13384]
13385
13386[[package]]
13387name = "prompt_store"
13388version = "0.1.0"
13389dependencies = [
13390 "anyhow",
13391 "assets",
13392 "chrono",
13393 "collections",
13394 "fs",
13395 "futures 0.3.31",
13396 "fuzzy",
13397 "gpui",
13398 "handlebars 4.5.0",
13399 "heed",
13400 "language",
13401 "log",
13402 "parking_lot",
13403 "paths",
13404 "rope",
13405 "serde",
13406 "strum 0.27.2",
13407 "tempfile",
13408 "text",
13409 "util",
13410 "uuid",
13411]
13412
13413[[package]]
13414name = "proptest"
13415version = "1.10.0"
13416source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13417dependencies = [
13418 "bit-set 0.8.0",
13419 "bit-vec 0.8.0",
13420 "bitflags 2.10.0",
13421 "num-traits",
13422 "proptest-macro",
13423 "rand 0.9.2",
13424 "rand_chacha 0.9.0",
13425 "rand_xorshift",
13426 "regex-syntax",
13427 "rusty-fork",
13428 "tempfile",
13429 "unarray",
13430]
13431
13432[[package]]
13433name = "proptest-derive"
13434version = "0.8.0"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13437dependencies = [
13438 "proc-macro2",
13439 "quote",
13440 "syn 2.0.117",
13441]
13442
13443[[package]]
13444name = "proptest-macro"
13445version = "0.5.0"
13446source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13447dependencies = [
13448 "convert_case 0.11.0",
13449 "proc-macro2",
13450 "quote",
13451 "syn 2.0.117",
13452]
13453
13454[[package]]
13455name = "prost"
13456version = "0.9.0"
13457source = "registry+https://github.com/rust-lang/crates.io-index"
13458checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13459dependencies = [
13460 "bytes 1.11.1",
13461 "prost-derive 0.9.0",
13462]
13463
13464[[package]]
13465name = "prost"
13466version = "0.12.6"
13467source = "registry+https://github.com/rust-lang/crates.io-index"
13468checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13469dependencies = [
13470 "bytes 1.11.1",
13471 "prost-derive 0.12.6",
13472]
13473
13474[[package]]
13475name = "prost-build"
13476version = "0.9.0"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13479dependencies = [
13480 "bytes 1.11.1",
13481 "heck 0.3.3",
13482 "itertools 0.10.5",
13483 "lazy_static",
13484 "log",
13485 "multimap",
13486 "petgraph",
13487 "prost 0.9.0",
13488 "prost-types 0.9.0",
13489 "regex",
13490 "tempfile",
13491 "which 4.4.2",
13492]
13493
13494[[package]]
13495name = "prost-build"
13496version = "0.12.6"
13497source = "registry+https://github.com/rust-lang/crates.io-index"
13498checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13499dependencies = [
13500 "bytes 1.11.1",
13501 "heck 0.5.0",
13502 "itertools 0.12.1",
13503 "log",
13504 "multimap",
13505 "once_cell",
13506 "petgraph",
13507 "prettyplease",
13508 "prost 0.12.6",
13509 "prost-types 0.12.6",
13510 "regex",
13511 "syn 2.0.117",
13512 "tempfile",
13513]
13514
13515[[package]]
13516name = "prost-derive"
13517version = "0.9.0"
13518source = "registry+https://github.com/rust-lang/crates.io-index"
13519checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13520dependencies = [
13521 "anyhow",
13522 "itertools 0.10.5",
13523 "proc-macro2",
13524 "quote",
13525 "syn 1.0.109",
13526]
13527
13528[[package]]
13529name = "prost-derive"
13530version = "0.12.6"
13531source = "registry+https://github.com/rust-lang/crates.io-index"
13532checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13533dependencies = [
13534 "anyhow",
13535 "itertools 0.12.1",
13536 "proc-macro2",
13537 "quote",
13538 "syn 2.0.117",
13539]
13540
13541[[package]]
13542name = "prost-types"
13543version = "0.9.0"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13546dependencies = [
13547 "bytes 1.11.1",
13548 "prost 0.9.0",
13549]
13550
13551[[package]]
13552name = "prost-types"
13553version = "0.12.6"
13554source = "registry+https://github.com/rust-lang/crates.io-index"
13555checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13556dependencies = [
13557 "prost 0.12.6",
13558]
13559
13560[[package]]
13561name = "proto"
13562version = "0.1.0"
13563dependencies = [
13564 "anyhow",
13565 "prost 0.9.0",
13566 "prost-build 0.9.0",
13567 "serde",
13568]
13569
13570[[package]]
13571name = "protobuf"
13572version = "3.7.2"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13575dependencies = [
13576 "once_cell",
13577 "protobuf-support",
13578 "thiserror 1.0.69",
13579]
13580
13581[[package]]
13582name = "protobuf-support"
13583version = "3.7.2"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13586dependencies = [
13587 "thiserror 1.0.69",
13588]
13589
13590[[package]]
13591name = "psm"
13592version = "0.1.30"
13593source = "registry+https://github.com/rust-lang/crates.io-index"
13594checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13595dependencies = [
13596 "ar_archive_writer",
13597 "cc",
13598]
13599
13600[[package]]
13601name = "ptr_meta"
13602version = "0.1.4"
13603source = "registry+https://github.com/rust-lang/crates.io-index"
13604checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13605dependencies = [
13606 "ptr_meta_derive",
13607]
13608
13609[[package]]
13610name = "ptr_meta_derive"
13611version = "0.1.4"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13614dependencies = [
13615 "proc-macro2",
13616 "quote",
13617 "syn 1.0.109",
13618]
13619
13620[[package]]
13621name = "pulldown-cmark"
13622version = "0.10.3"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13625dependencies = [
13626 "bitflags 2.10.0",
13627 "memchr",
13628 "pulldown-cmark-escape",
13629 "unicase",
13630]
13631
13632[[package]]
13633name = "pulldown-cmark"
13634version = "0.13.0"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13637dependencies = [
13638 "bitflags 2.10.0",
13639 "memchr",
13640 "unicase",
13641]
13642
13643[[package]]
13644name = "pulldown-cmark-escape"
13645version = "0.10.1"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13648
13649[[package]]
13650name = "pulley-interpreter"
13651version = "33.0.2"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13654dependencies = [
13655 "cranelift-bitset",
13656 "log",
13657 "wasmtime-math",
13658]
13659
13660[[package]]
13661name = "pulp"
13662version = "0.18.22"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13665dependencies = [
13666 "bytemuck",
13667 "libm",
13668 "num-complex",
13669 "reborrow",
13670]
13671
13672[[package]]
13673name = "pulp"
13674version = "0.21.5"
13675source = "registry+https://github.com/rust-lang/crates.io-index"
13676checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13677dependencies = [
13678 "bytemuck",
13679 "cfg-if",
13680 "libm",
13681 "num-complex",
13682 "reborrow",
13683 "version_check",
13684]
13685
13686[[package]]
13687name = "pxfm"
13688version = "0.1.25"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13691dependencies = [
13692 "num-traits",
13693]
13694
13695[[package]]
13696name = "qoi"
13697version = "0.4.1"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13700dependencies = [
13701 "bytemuck",
13702]
13703
13704[[package]]
13705name = "quick-error"
13706version = "1.2.3"
13707source = "registry+https://github.com/rust-lang/crates.io-index"
13708checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13709
13710[[package]]
13711name = "quick-error"
13712version = "2.0.1"
13713source = "registry+https://github.com/rust-lang/crates.io-index"
13714checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13715
13716[[package]]
13717name = "quick-xml"
13718version = "0.30.0"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13721dependencies = [
13722 "memchr",
13723]
13724
13725[[package]]
13726name = "quick-xml"
13727version = "0.37.5"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13730dependencies = [
13731 "memchr",
13732]
13733
13734[[package]]
13735name = "quick-xml"
13736version = "0.38.3"
13737source = "registry+https://github.com/rust-lang/crates.io-index"
13738checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13739dependencies = [
13740 "memchr",
13741]
13742
13743[[package]]
13744name = "quinn"
13745version = "0.11.9"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13748dependencies = [
13749 "bytes 1.11.1",
13750 "cfg_aliases 0.2.1",
13751 "pin-project-lite",
13752 "quinn-proto",
13753 "quinn-udp",
13754 "rustc-hash 2.1.1",
13755 "rustls 0.23.33",
13756 "socket2 0.6.1",
13757 "thiserror 2.0.17",
13758 "tokio",
13759 "tracing",
13760 "web-time",
13761]
13762
13763[[package]]
13764name = "quinn-proto"
13765version = "0.11.13"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13768dependencies = [
13769 "bytes 1.11.1",
13770 "getrandom 0.3.4",
13771 "lru-slab",
13772 "rand 0.9.2",
13773 "ring",
13774 "rustc-hash 2.1.1",
13775 "rustls 0.23.33",
13776 "rustls-pki-types",
13777 "slab",
13778 "thiserror 2.0.17",
13779 "tinyvec",
13780 "tracing",
13781 "web-time",
13782]
13783
13784[[package]]
13785name = "quinn-udp"
13786version = "0.5.14"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13789dependencies = [
13790 "cfg_aliases 0.2.1",
13791 "libc",
13792 "once_cell",
13793 "socket2 0.6.1",
13794 "tracing",
13795 "windows-sys 0.60.2",
13796]
13797
13798[[package]]
13799name = "quote"
13800version = "1.0.41"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13803dependencies = [
13804 "proc-macro2",
13805]
13806
13807[[package]]
13808name = "r-efi"
13809version = "5.3.0"
13810source = "registry+https://github.com/rust-lang/crates.io-index"
13811checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13812
13813[[package]]
13814name = "radium"
13815version = "0.7.0"
13816source = "registry+https://github.com/rust-lang/crates.io-index"
13817checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13818
13819[[package]]
13820name = "rand"
13821version = "0.3.23"
13822source = "registry+https://github.com/rust-lang/crates.io-index"
13823checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13824dependencies = [
13825 "libc",
13826 "rand 0.4.6",
13827]
13828
13829[[package]]
13830name = "rand"
13831version = "0.4.6"
13832source = "registry+https://github.com/rust-lang/crates.io-index"
13833checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13834dependencies = [
13835 "fuchsia-cprng",
13836 "libc",
13837 "rand_core 0.3.1",
13838 "rdrand",
13839 "winapi",
13840]
13841
13842[[package]]
13843name = "rand"
13844version = "0.8.5"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13847dependencies = [
13848 "libc",
13849 "rand_chacha 0.3.1",
13850 "rand_core 0.6.4",
13851]
13852
13853[[package]]
13854name = "rand"
13855version = "0.9.2"
13856source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13858dependencies = [
13859 "rand_chacha 0.9.0",
13860 "rand_core 0.9.3",
13861]
13862
13863[[package]]
13864name = "rand_chacha"
13865version = "0.3.1"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13868dependencies = [
13869 "ppv-lite86",
13870 "rand_core 0.6.4",
13871]
13872
13873[[package]]
13874name = "rand_chacha"
13875version = "0.9.0"
13876source = "registry+https://github.com/rust-lang/crates.io-index"
13877checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13878dependencies = [
13879 "ppv-lite86",
13880 "rand_core 0.9.3",
13881]
13882
13883[[package]]
13884name = "rand_core"
13885version = "0.3.1"
13886source = "registry+https://github.com/rust-lang/crates.io-index"
13887checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13888dependencies = [
13889 "rand_core 0.4.2",
13890]
13891
13892[[package]]
13893name = "rand_core"
13894version = "0.4.2"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13897
13898[[package]]
13899name = "rand_core"
13900version = "0.6.4"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13903dependencies = [
13904 "getrandom 0.2.16",
13905]
13906
13907[[package]]
13908name = "rand_core"
13909version = "0.9.3"
13910source = "registry+https://github.com/rust-lang/crates.io-index"
13911checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13912dependencies = [
13913 "getrandom 0.3.4",
13914]
13915
13916[[package]]
13917name = "rand_distr"
13918version = "0.5.1"
13919source = "registry+https://github.com/rust-lang/crates.io-index"
13920checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13921dependencies = [
13922 "num-traits",
13923 "rand 0.9.2",
13924]
13925
13926[[package]]
13927name = "rand_pcg"
13928version = "0.3.1"
13929source = "registry+https://github.com/rust-lang/crates.io-index"
13930checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13931dependencies = [
13932 "rand_core 0.6.4",
13933]
13934
13935[[package]]
13936name = "rand_xorshift"
13937version = "0.4.0"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13940dependencies = [
13941 "rand_core 0.9.3",
13942]
13943
13944[[package]]
13945name = "random_choice"
13946version = "0.3.2"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13949dependencies = [
13950 "rand 0.3.23",
13951]
13952
13953[[package]]
13954name = "range-alloc"
13955version = "0.1.4"
13956source = "registry+https://github.com/rust-lang/crates.io-index"
13957checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13958
13959[[package]]
13960name = "range-map"
13961version = "0.2.0"
13962source = "registry+https://github.com/rust-lang/crates.io-index"
13963checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13964dependencies = [
13965 "num-traits",
13966]
13967
13968[[package]]
13969name = "rangemap"
13970version = "1.7.1"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13973
13974[[package]]
13975name = "rav1e"
13976version = "0.7.1"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13979dependencies = [
13980 "arbitrary",
13981 "arg_enum_proc_macro",
13982 "arrayvec",
13983 "av1-grain",
13984 "bitstream-io",
13985 "built",
13986 "cfg-if",
13987 "interpolate_name",
13988 "itertools 0.12.1",
13989 "libc",
13990 "libfuzzer-sys",
13991 "log",
13992 "maybe-rayon",
13993 "new_debug_unreachable",
13994 "noop_proc_macro",
13995 "num-derive",
13996 "num-traits",
13997 "once_cell",
13998 "paste",
13999 "profiling",
14000 "rand 0.8.5",
14001 "rand_chacha 0.3.1",
14002 "simd_helpers",
14003 "system-deps 6.2.2",
14004 "thiserror 1.0.69",
14005 "v_frame",
14006 "wasm-bindgen",
14007]
14008
14009[[package]]
14010name = "ravif"
14011version = "0.11.20"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14014dependencies = [
14015 "avif-serialize",
14016 "imgref",
14017 "loop9",
14018 "quick-error 2.0.1",
14019 "rav1e",
14020 "rayon",
14021 "rgb",
14022]
14023
14024[[package]]
14025name = "raw-cpuid"
14026version = "10.7.0"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14029dependencies = [
14030 "bitflags 1.3.2",
14031]
14032
14033[[package]]
14034name = "raw-cpuid"
14035version = "11.6.0"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14038dependencies = [
14039 "bitflags 2.10.0",
14040]
14041
14042[[package]]
14043name = "raw-window-handle"
14044version = "0.6.2"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14047
14048[[package]]
14049name = "raw-window-metal"
14050version = "1.1.0"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14053dependencies = [
14054 "objc2",
14055 "objc2-core-foundation",
14056 "objc2-foundation",
14057 "objc2-quartz-core",
14058]
14059
14060[[package]]
14061name = "rayon"
14062version = "1.11.0"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14065dependencies = [
14066 "either",
14067 "rayon-core",
14068]
14069
14070[[package]]
14071name = "rayon-core"
14072version = "1.13.0"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14075dependencies = [
14076 "crossbeam-deque",
14077 "crossbeam-utils",
14078]
14079
14080[[package]]
14081name = "rdrand"
14082version = "0.4.0"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14085dependencies = [
14086 "rand_core 0.3.1",
14087]
14088
14089[[package]]
14090name = "read-fonts"
14091version = "0.35.0"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14094dependencies = [
14095 "bytemuck",
14096 "font-types 0.10.0",
14097]
14098
14099[[package]]
14100name = "read-fonts"
14101version = "0.37.0"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14104dependencies = [
14105 "bytemuck",
14106 "core_maths",
14107 "font-types 0.11.0",
14108]
14109
14110[[package]]
14111name = "realfft"
14112version = "3.5.0"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14115dependencies = [
14116 "rustfft",
14117]
14118
14119[[package]]
14120name = "reborrow"
14121version = "0.5.5"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14124
14125[[package]]
14126name = "recent_projects"
14127version = "0.1.0"
14128dependencies = [
14129 "anyhow",
14130 "askpass",
14131 "chrono",
14132 "db",
14133 "dev_container",
14134 "editor",
14135 "extension",
14136 "extension_host",
14137 "fs",
14138 "futures 0.3.31",
14139 "fuzzy",
14140 "gpui",
14141 "http_client",
14142 "indoc",
14143 "language",
14144 "log",
14145 "menu",
14146 "node_runtime",
14147 "open_path_prompt",
14148 "ordered-float 2.10.1",
14149 "paths",
14150 "picker",
14151 "project",
14152 "release_channel",
14153 "remote",
14154 "remote_connection",
14155 "remote_server",
14156 "semver",
14157 "serde",
14158 "serde_json",
14159 "settings",
14160 "smol",
14161 "task",
14162 "telemetry",
14163 "ui",
14164 "ui_input",
14165 "util",
14166 "windows-registry 0.6.1",
14167 "workspace",
14168 "worktree",
14169 "zed_actions",
14170]
14171
14172[[package]]
14173name = "redox_syscall"
14174version = "0.2.16"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14177dependencies = [
14178 "bitflags 1.3.2",
14179]
14180
14181[[package]]
14182name = "redox_syscall"
14183version = "0.5.18"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14186dependencies = [
14187 "bitflags 2.10.0",
14188]
14189
14190[[package]]
14191name = "redox_users"
14192version = "0.4.6"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14195dependencies = [
14196 "getrandom 0.2.16",
14197 "libredox",
14198 "thiserror 1.0.69",
14199]
14200
14201[[package]]
14202name = "redox_users"
14203version = "0.5.2"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14206dependencies = [
14207 "getrandom 0.2.16",
14208 "libredox",
14209 "thiserror 2.0.17",
14210]
14211
14212[[package]]
14213name = "ref-cast"
14214version = "1.0.25"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14217dependencies = [
14218 "ref-cast-impl",
14219]
14220
14221[[package]]
14222name = "ref-cast-impl"
14223version = "1.0.25"
14224source = "registry+https://github.com/rust-lang/crates.io-index"
14225checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14226dependencies = [
14227 "proc-macro2",
14228 "quote",
14229 "syn 2.0.117",
14230]
14231
14232[[package]]
14233name = "referencing"
14234version = "0.37.4"
14235source = "registry+https://github.com/rust-lang/crates.io-index"
14236checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14237dependencies = [
14238 "ahash 0.8.12",
14239 "fluent-uri",
14240 "getrandom 0.3.4",
14241 "hashbrown 0.16.1",
14242 "parking_lot",
14243 "percent-encoding",
14244 "serde_json",
14245]
14246
14247[[package]]
14248name = "refineable"
14249version = "0.1.0"
14250dependencies = [
14251 "derive_refineable",
14252]
14253
14254[[package]]
14255name = "regalloc2"
14256version = "0.12.2"
14257source = "registry+https://github.com/rust-lang/crates.io-index"
14258checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14259dependencies = [
14260 "allocator-api2",
14261 "bumpalo",
14262 "hashbrown 0.15.5",
14263 "log",
14264 "rustc-hash 2.1.1",
14265 "serde",
14266 "smallvec",
14267]
14268
14269[[package]]
14270name = "regex"
14271version = "1.12.2"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14274dependencies = [
14275 "aho-corasick",
14276 "memchr",
14277 "regex-automata",
14278 "regex-syntax",
14279]
14280
14281[[package]]
14282name = "regex-automata"
14283version = "0.4.13"
14284source = "registry+https://github.com/rust-lang/crates.io-index"
14285checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14286dependencies = [
14287 "aho-corasick",
14288 "memchr",
14289 "regex-syntax",
14290]
14291
14292[[package]]
14293name = "regex-lite"
14294version = "0.1.8"
14295source = "registry+https://github.com/rust-lang/crates.io-index"
14296checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14297
14298[[package]]
14299name = "regex-syntax"
14300version = "0.8.8"
14301source = "registry+https://github.com/rust-lang/crates.io-index"
14302checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14303
14304[[package]]
14305name = "release_channel"
14306version = "0.1.0"
14307dependencies = [
14308 "gpui",
14309 "semver",
14310]
14311
14312[[package]]
14313name = "remote"
14314version = "0.1.0"
14315dependencies = [
14316 "anyhow",
14317 "askpass",
14318 "async-trait",
14319 "base64 0.22.1",
14320 "collections",
14321 "fs",
14322 "futures 0.3.31",
14323 "gpui",
14324 "log",
14325 "parking_lot",
14326 "paths",
14327 "prost 0.9.0",
14328 "release_channel",
14329 "rpc",
14330 "schemars",
14331 "semver",
14332 "serde",
14333 "serde_json",
14334 "settings",
14335 "smol",
14336 "tempfile",
14337 "thiserror 2.0.17",
14338 "urlencoding",
14339 "util",
14340 "which 6.0.3",
14341]
14342
14343[[package]]
14344name = "remote_connection"
14345version = "0.1.0"
14346dependencies = [
14347 "anyhow",
14348 "askpass",
14349 "auto_update",
14350 "futures 0.3.31",
14351 "gpui",
14352 "log",
14353 "markdown",
14354 "menu",
14355 "release_channel",
14356 "remote",
14357 "semver",
14358 "settings",
14359 "theme",
14360 "ui",
14361 "ui_input",
14362 "workspace",
14363]
14364
14365[[package]]
14366name = "remote_server"
14367version = "0.1.0"
14368dependencies = [
14369 "action_log",
14370 "agent",
14371 "anyhow",
14372 "askpass",
14373 "cargo_toml",
14374 "clap",
14375 "client",
14376 "clock",
14377 "collections",
14378 "crash-handler",
14379 "crashes",
14380 "dap_adapters",
14381 "debug_adapter_extension",
14382 "editor",
14383 "env_logger 0.11.8",
14384 "extension",
14385 "extension_host",
14386 "fork",
14387 "fs",
14388 "futures 0.3.31",
14389 "git",
14390 "git2",
14391 "git_hosting_providers",
14392 "gpui",
14393 "gpui_platform",
14394 "gpui_tokio",
14395 "http_client",
14396 "image",
14397 "json_schema_store",
14398 "language",
14399 "language_extension",
14400 "language_model",
14401 "languages",
14402 "libc",
14403 "log",
14404 "lsp",
14405 "minidumper",
14406 "net",
14407 "node_runtime",
14408 "paths",
14409 "pretty_assertions",
14410 "project",
14411 "proto",
14412 "rayon",
14413 "release_channel",
14414 "remote",
14415 "reqwest_client",
14416 "rpc",
14417 "rust-embed",
14418 "semver",
14419 "serde",
14420 "serde_json",
14421 "settings",
14422 "shellexpand 2.1.2",
14423 "smol",
14424 "sysinfo 0.37.2",
14425 "task",
14426 "theme",
14427 "thiserror 2.0.17",
14428 "toml 0.8.23",
14429 "unindent",
14430 "util",
14431 "uuid",
14432 "watch",
14433 "windows 0.61.3",
14434 "worktree",
14435 "zlog",
14436]
14437
14438[[package]]
14439name = "rend"
14440version = "0.4.2"
14441source = "registry+https://github.com/rust-lang/crates.io-index"
14442checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14443dependencies = [
14444 "bytecheck",
14445]
14446
14447[[package]]
14448name = "renderdoc-sys"
14449version = "1.1.0"
14450source = "registry+https://github.com/rust-lang/crates.io-index"
14451checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14452
14453[[package]]
14454name = "repl"
14455version = "0.1.0"
14456dependencies = [
14457 "alacritty_terminal",
14458 "anyhow",
14459 "async-dispatcher",
14460 "async-task",
14461 "async-tungstenite",
14462 "base64 0.22.1",
14463 "client",
14464 "collections",
14465 "command_palette_hooks",
14466 "editor",
14467 "feature_flags",
14468 "file_icons",
14469 "futures 0.3.31",
14470 "gpui",
14471 "html_to_markdown",
14472 "http_client",
14473 "image",
14474 "indoc",
14475 "jupyter-protocol",
14476 "jupyter-websocket-client",
14477 "language",
14478 "languages",
14479 "log",
14480 "markdown",
14481 "menu",
14482 "multi_buffer",
14483 "nbformat",
14484 "picker",
14485 "project",
14486 "remote",
14487 "runtimelib",
14488 "serde",
14489 "serde_json",
14490 "settings",
14491 "shlex",
14492 "smol",
14493 "telemetry",
14494 "terminal",
14495 "terminal_view",
14496 "theme",
14497 "tree-sitter-md",
14498 "tree-sitter-python",
14499 "tree-sitter-typescript",
14500 "ui",
14501 "util",
14502 "uuid",
14503 "workspace",
14504 "zed_actions",
14505]
14506
14507[[package]]
14508name = "reqwest"
14509version = "0.11.27"
14510source = "registry+https://github.com/rust-lang/crates.io-index"
14511checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14512dependencies = [
14513 "base64 0.21.7",
14514 "bytes 1.11.1",
14515 "encoding_rs",
14516 "futures-core",
14517 "futures-util",
14518 "h2 0.3.27",
14519 "http 0.2.12",
14520 "http-body 0.4.6",
14521 "hyper 0.14.32",
14522 "hyper-tls",
14523 "ipnet",
14524 "js-sys",
14525 "log",
14526 "mime",
14527 "native-tls",
14528 "once_cell",
14529 "percent-encoding",
14530 "pin-project-lite",
14531 "rustls-pemfile 1.0.4",
14532 "serde",
14533 "serde_json",
14534 "serde_urlencoded",
14535 "sync_wrapper 0.1.2",
14536 "system-configuration 0.5.1",
14537 "tokio",
14538 "tokio-native-tls",
14539 "tower-service",
14540 "url",
14541 "wasm-bindgen",
14542 "wasm-bindgen-futures",
14543 "web-sys",
14544 "winreg 0.50.0",
14545]
14546
14547[[package]]
14548name = "reqwest"
14549version = "0.12.24"
14550source = "registry+https://github.com/rust-lang/crates.io-index"
14551checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14552dependencies = [
14553 "base64 0.22.1",
14554 "bytes 1.11.1",
14555 "futures-channel",
14556 "futures-core",
14557 "futures-util",
14558 "http 1.3.1",
14559 "http-body 1.0.1",
14560 "http-body-util",
14561 "hyper 1.7.0",
14562 "hyper-rustls 0.27.7",
14563 "hyper-util",
14564 "js-sys",
14565 "log",
14566 "percent-encoding",
14567 "pin-project-lite",
14568 "quinn",
14569 "rustls 0.23.33",
14570 "rustls-native-certs 0.8.2",
14571 "rustls-pki-types",
14572 "serde",
14573 "serde_json",
14574 "serde_urlencoded",
14575 "sync_wrapper 1.0.2",
14576 "tokio",
14577 "tokio-rustls 0.26.2",
14578 "tower 0.5.2",
14579 "tower-http 0.6.6",
14580 "tower-service",
14581 "url",
14582 "wasm-bindgen",
14583 "wasm-bindgen-futures",
14584 "web-sys",
14585]
14586
14587[[package]]
14588name = "reqwest_client"
14589version = "0.1.0"
14590dependencies = [
14591 "anyhow",
14592 "bytes 1.11.1",
14593 "futures 0.3.31",
14594 "gpui_util",
14595 "http_client",
14596 "http_client_tls",
14597 "log",
14598 "regex",
14599 "serde",
14600 "tokio",
14601 "zed-reqwest",
14602]
14603
14604[[package]]
14605name = "resvg"
14606version = "0.45.1"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14609dependencies = [
14610 "log",
14611 "pico-args",
14612 "rgb",
14613 "svgtypes",
14614 "tiny-skia",
14615 "usvg",
14616]
14617
14618[[package]]
14619name = "rfc6979"
14620version = "0.3.1"
14621source = "registry+https://github.com/rust-lang/crates.io-index"
14622checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14623dependencies = [
14624 "crypto-bigint 0.4.9",
14625 "hmac",
14626 "zeroize",
14627]
14628
14629[[package]]
14630name = "rgb"
14631version = "0.8.52"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14634dependencies = [
14635 "bytemuck",
14636]
14637
14638[[package]]
14639name = "ring"
14640version = "0.17.14"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14643dependencies = [
14644 "cc",
14645 "cfg-if",
14646 "getrandom 0.2.16",
14647 "libc",
14648 "untrusted 0.9.0",
14649 "windows-sys 0.52.0",
14650]
14651
14652[[package]]
14653name = "rkyv"
14654version = "0.7.45"
14655source = "registry+https://github.com/rust-lang/crates.io-index"
14656checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14657dependencies = [
14658 "bitvec",
14659 "bytecheck",
14660 "bytes 1.11.1",
14661 "hashbrown 0.12.3",
14662 "ptr_meta",
14663 "rend",
14664 "rkyv_derive",
14665 "seahash",
14666 "tinyvec",
14667 "uuid",
14668]
14669
14670[[package]]
14671name = "rkyv_derive"
14672version = "0.7.45"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14675dependencies = [
14676 "proc-macro2",
14677 "quote",
14678 "syn 1.0.109",
14679]
14680
14681[[package]]
14682name = "rmp"
14683version = "0.8.14"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14686dependencies = [
14687 "byteorder",
14688 "num-traits",
14689 "paste",
14690]
14691
14692[[package]]
14693name = "rmpv"
14694version = "1.3.0"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14697dependencies = [
14698 "num-traits",
14699 "rmp",
14700]
14701
14702[[package]]
14703name = "rodio"
14704version = "0.21.1"
14705source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14706dependencies = [
14707 "cpal",
14708 "dasp_sample",
14709 "hound",
14710 "num-rational",
14711 "rand 0.9.2",
14712 "rand_distr",
14713 "rtrb",
14714 "symphonia",
14715 "thiserror 2.0.17",
14716]
14717
14718[[package]]
14719name = "rope"
14720version = "0.1.0"
14721dependencies = [
14722 "criterion",
14723 "ctor",
14724 "gpui",
14725 "heapless",
14726 "log",
14727 "rand 0.9.2",
14728 "rayon",
14729 "sum_tree",
14730 "tracing",
14731 "unicode-segmentation",
14732 "util",
14733 "zlog",
14734 "ztracing",
14735]
14736
14737[[package]]
14738name = "roxmltree"
14739version = "0.20.0"
14740source = "registry+https://github.com/rust-lang/crates.io-index"
14741checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14742
14743[[package]]
14744name = "rpassword"
14745version = "7.4.0"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14748dependencies = [
14749 "libc",
14750 "rtoolbox",
14751 "windows-sys 0.59.0",
14752]
14753
14754[[package]]
14755name = "rpc"
14756version = "0.1.0"
14757dependencies = [
14758 "anyhow",
14759 "async-tungstenite",
14760 "base64 0.22.1",
14761 "collections",
14762 "futures 0.3.31",
14763 "gpui",
14764 "parking_lot",
14765 "proto",
14766 "rand 0.9.2",
14767 "rsa",
14768 "serde",
14769 "serde_json",
14770 "sha2",
14771 "strum 0.27.2",
14772 "tracing",
14773 "util",
14774 "zlog",
14775 "zstd",
14776]
14777
14778[[package]]
14779name = "rsa"
14780version = "0.9.10"
14781source = "registry+https://github.com/rust-lang/crates.io-index"
14782checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14783dependencies = [
14784 "const-oid",
14785 "digest",
14786 "num-bigint-dig 0.8.6",
14787 "num-integer",
14788 "num-traits",
14789 "pkcs1",
14790 "pkcs8 0.10.2",
14791 "rand_core 0.6.4",
14792 "signature 2.2.0",
14793 "spki 0.7.3",
14794 "subtle",
14795 "zeroize",
14796]
14797
14798[[package]]
14799name = "rtoolbox"
14800version = "0.0.3"
14801source = "registry+https://github.com/rust-lang/crates.io-index"
14802checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14803dependencies = [
14804 "libc",
14805 "windows-sys 0.52.0",
14806]
14807
14808[[package]]
14809name = "rtrb"
14810version = "0.3.2"
14811source = "registry+https://github.com/rust-lang/crates.io-index"
14812checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14813
14814[[package]]
14815name = "rules_library"
14816version = "0.1.0"
14817dependencies = [
14818 "anyhow",
14819 "collections",
14820 "editor",
14821 "gpui",
14822 "language",
14823 "language_model",
14824 "log",
14825 "menu",
14826 "picker",
14827 "platform_title_bar",
14828 "prompt_store",
14829 "release_channel",
14830 "rope",
14831 "serde",
14832 "settings",
14833 "theme",
14834 "ui",
14835 "ui_input",
14836 "util",
14837 "workspace",
14838 "zed_actions",
14839]
14840
14841[[package]]
14842name = "runtimelib"
14843version = "1.4.0"
14844source = "registry+https://github.com/rust-lang/crates.io-index"
14845checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14846dependencies = [
14847 "async-dispatcher",
14848 "async-std",
14849 "aws-lc-rs",
14850 "base64 0.22.1",
14851 "bytes 1.11.1",
14852 "chrono",
14853 "data-encoding",
14854 "dirs 6.0.0",
14855 "futures 0.3.31",
14856 "glob",
14857 "jupyter-protocol",
14858 "serde",
14859 "serde_json",
14860 "shellexpand 3.1.1",
14861 "smol",
14862 "thiserror 2.0.17",
14863 "uuid",
14864 "zeromq",
14865]
14866
14867[[package]]
14868name = "rust-embed"
14869version = "8.7.2"
14870source = "registry+https://github.com/rust-lang/crates.io-index"
14871checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14872dependencies = [
14873 "rust-embed-impl",
14874 "rust-embed-utils",
14875 "walkdir",
14876]
14877
14878[[package]]
14879name = "rust-embed-impl"
14880version = "8.7.2"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14883dependencies = [
14884 "proc-macro2",
14885 "quote",
14886 "rust-embed-utils",
14887 "syn 2.0.117",
14888 "walkdir",
14889]
14890
14891[[package]]
14892name = "rust-embed-utils"
14893version = "8.7.2"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14896dependencies = [
14897 "globset",
14898 "sha2",
14899 "walkdir",
14900]
14901
14902[[package]]
14903name = "rust_decimal"
14904version = "1.39.0"
14905source = "registry+https://github.com/rust-lang/crates.io-index"
14906checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14907dependencies = [
14908 "arrayvec",
14909 "borsh",
14910 "bytes 1.11.1",
14911 "num-traits",
14912 "rand 0.8.5",
14913 "rkyv",
14914 "serde",
14915 "serde_json",
14916]
14917
14918[[package]]
14919name = "rustc-demangle"
14920version = "0.1.26"
14921source = "registry+https://github.com/rust-lang/crates.io-index"
14922checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14923
14924[[package]]
14925name = "rustc-hash"
14926version = "1.1.0"
14927source = "registry+https://github.com/rust-lang/crates.io-index"
14928checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14929
14930[[package]]
14931name = "rustc-hash"
14932version = "2.1.1"
14933source = "registry+https://github.com/rust-lang/crates.io-index"
14934checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14935
14936[[package]]
14937name = "rustc_version"
14938version = "0.4.1"
14939source = "registry+https://github.com/rust-lang/crates.io-index"
14940checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14941dependencies = [
14942 "semver",
14943]
14944
14945[[package]]
14946name = "rustfft"
14947version = "6.4.1"
14948source = "registry+https://github.com/rust-lang/crates.io-index"
14949checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14950dependencies = [
14951 "num-complex",
14952 "num-integer",
14953 "num-traits",
14954 "primal-check",
14955 "strength_reduce",
14956 "transpose",
14957]
14958
14959[[package]]
14960name = "rustix"
14961version = "0.38.44"
14962source = "registry+https://github.com/rust-lang/crates.io-index"
14963checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14964dependencies = [
14965 "bitflags 2.10.0",
14966 "errno 0.3.14",
14967 "libc",
14968 "linux-raw-sys 0.4.15",
14969 "windows-sys 0.59.0",
14970]
14971
14972[[package]]
14973name = "rustix"
14974version = "1.1.2"
14975source = "registry+https://github.com/rust-lang/crates.io-index"
14976checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14977dependencies = [
14978 "bitflags 2.10.0",
14979 "errno 0.3.14",
14980 "libc",
14981 "linux-raw-sys 0.11.0",
14982 "windows-sys 0.61.2",
14983]
14984
14985[[package]]
14986name = "rustix-linux-procfs"
14987version = "0.1.1"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14990dependencies = [
14991 "once_cell",
14992 "rustix 1.1.2",
14993]
14994
14995[[package]]
14996name = "rustix-openpty"
14997version = "0.2.0"
14998source = "registry+https://github.com/rust-lang/crates.io-index"
14999checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15000dependencies = [
15001 "errno 0.3.14",
15002 "libc",
15003 "rustix 1.1.2",
15004]
15005
15006[[package]]
15007name = "rustls"
15008version = "0.21.12"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15011dependencies = [
15012 "log",
15013 "ring",
15014 "rustls-webpki 0.101.7",
15015 "sct",
15016]
15017
15018[[package]]
15019name = "rustls"
15020version = "0.23.33"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15023dependencies = [
15024 "aws-lc-rs",
15025 "log",
15026 "once_cell",
15027 "ring",
15028 "rustls-pki-types",
15029 "rustls-webpki 0.103.7",
15030 "subtle",
15031 "zeroize",
15032]
15033
15034[[package]]
15035name = "rustls-native-certs"
15036version = "0.6.3"
15037source = "registry+https://github.com/rust-lang/crates.io-index"
15038checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15039dependencies = [
15040 "openssl-probe",
15041 "rustls-pemfile 1.0.4",
15042 "schannel",
15043 "security-framework 2.11.1",
15044]
15045
15046[[package]]
15047name = "rustls-native-certs"
15048version = "0.8.2"
15049source = "registry+https://github.com/rust-lang/crates.io-index"
15050checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15051dependencies = [
15052 "openssl-probe",
15053 "rustls-pki-types",
15054 "schannel",
15055 "security-framework 3.5.1",
15056]
15057
15058[[package]]
15059name = "rustls-pemfile"
15060version = "1.0.4"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15063dependencies = [
15064 "base64 0.21.7",
15065]
15066
15067[[package]]
15068name = "rustls-pemfile"
15069version = "2.2.0"
15070source = "registry+https://github.com/rust-lang/crates.io-index"
15071checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15072dependencies = [
15073 "rustls-pki-types",
15074]
15075
15076[[package]]
15077name = "rustls-pki-types"
15078version = "1.12.0"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15081dependencies = [
15082 "web-time",
15083 "zeroize",
15084]
15085
15086[[package]]
15087name = "rustls-platform-verifier"
15088version = "0.5.3"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15091dependencies = [
15092 "core-foundation 0.10.0",
15093 "core-foundation-sys",
15094 "jni",
15095 "log",
15096 "once_cell",
15097 "rustls 0.23.33",
15098 "rustls-native-certs 0.8.2",
15099 "rustls-platform-verifier-android",
15100 "rustls-webpki 0.103.7",
15101 "security-framework 3.5.1",
15102 "security-framework-sys",
15103 "webpki-root-certs",
15104 "windows-sys 0.59.0",
15105]
15106
15107[[package]]
15108name = "rustls-platform-verifier-android"
15109version = "0.1.1"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15112
15113[[package]]
15114name = "rustls-webpki"
15115version = "0.101.7"
15116source = "registry+https://github.com/rust-lang/crates.io-index"
15117checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15118dependencies = [
15119 "ring",
15120 "untrusted 0.9.0",
15121]
15122
15123[[package]]
15124name = "rustls-webpki"
15125version = "0.103.7"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15128dependencies = [
15129 "aws-lc-rs",
15130 "ring",
15131 "rustls-pki-types",
15132 "untrusted 0.9.0",
15133]
15134
15135[[package]]
15136name = "rustversion"
15137version = "1.0.22"
15138source = "registry+https://github.com/rust-lang/crates.io-index"
15139checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15140
15141[[package]]
15142name = "rusty-fork"
15143version = "0.3.1"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15146dependencies = [
15147 "fnv",
15148 "quick-error 1.2.3",
15149 "tempfile",
15150 "wait-timeout",
15151]
15152
15153[[package]]
15154name = "rustybuzz"
15155version = "0.20.1"
15156source = "registry+https://github.com/rust-lang/crates.io-index"
15157checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15158dependencies = [
15159 "bitflags 2.10.0",
15160 "bytemuck",
15161 "core_maths",
15162 "log",
15163 "smallvec",
15164 "ttf-parser 0.25.1",
15165 "unicode-bidi-mirroring",
15166 "unicode-ccc",
15167 "unicode-properties",
15168 "unicode-script",
15169]
15170
15171[[package]]
15172name = "ryu"
15173version = "1.0.20"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15176
15177[[package]]
15178name = "saa"
15179version = "5.4.9"
15180source = "registry+https://github.com/rust-lang/crates.io-index"
15181checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15182
15183[[package]]
15184name = "safetensors"
15185version = "0.4.5"
15186source = "registry+https://github.com/rust-lang/crates.io-index"
15187checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15188dependencies = [
15189 "serde",
15190 "serde_json",
15191]
15192
15193[[package]]
15194name = "same-file"
15195version = "1.0.6"
15196source = "registry+https://github.com/rust-lang/crates.io-index"
15197checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15198dependencies = [
15199 "winapi-util",
15200]
15201
15202[[package]]
15203name = "scc"
15204version = "3.5.6"
15205source = "registry+https://github.com/rust-lang/crates.io-index"
15206checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15207dependencies = [
15208 "saa",
15209 "sdd",
15210]
15211
15212[[package]]
15213name = "schannel"
15214version = "0.1.28"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15217dependencies = [
15218 "windows-sys 0.61.2",
15219]
15220
15221[[package]]
15222name = "scheduler"
15223version = "0.1.0"
15224dependencies = [
15225 "async-task",
15226 "backtrace",
15227 "chrono",
15228 "flume",
15229 "futures 0.3.31",
15230 "parking_lot",
15231 "rand 0.9.2",
15232 "web-time",
15233]
15234
15235[[package]]
15236name = "schema_generator"
15237version = "0.1.0"
15238dependencies = [
15239 "anyhow",
15240 "clap",
15241 "env_logger 0.11.8",
15242 "schemars",
15243 "serde",
15244 "serde_json",
15245 "settings",
15246 "theme",
15247]
15248
15249[[package]]
15250name = "schemars"
15251version = "1.0.4"
15252source = "registry+https://github.com/rust-lang/crates.io-index"
15253checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15254dependencies = [
15255 "dyn-clone",
15256 "indexmap",
15257 "ref-cast",
15258 "schemars_derive",
15259 "serde",
15260 "serde_json",
15261]
15262
15263[[package]]
15264name = "schemars_derive"
15265version = "1.0.4"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15268dependencies = [
15269 "proc-macro2",
15270 "quote",
15271 "serde_derive_internals",
15272 "syn 2.0.117",
15273]
15274
15275[[package]]
15276name = "scoped-tls"
15277version = "1.0.1"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15280
15281[[package]]
15282name = "scopeguard"
15283version = "1.2.0"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15286
15287[[package]]
15288name = "scratch"
15289version = "1.0.9"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15292
15293[[package]]
15294name = "screencapturekit"
15295version = "0.2.8"
15296source = "registry+https://github.com/rust-lang/crates.io-index"
15297checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15298dependencies = [
15299 "screencapturekit-sys",
15300]
15301
15302[[package]]
15303name = "screencapturekit-sys"
15304version = "0.2.8"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15307dependencies = [
15308 "block",
15309 "dispatch",
15310 "objc",
15311 "objc-foundation",
15312 "objc_id",
15313 "once_cell",
15314]
15315
15316[[package]]
15317name = "scroll"
15318version = "0.12.0"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15321dependencies = [
15322 "scroll_derive",
15323]
15324
15325[[package]]
15326name = "scroll_derive"
15327version = "0.12.1"
15328source = "registry+https://github.com/rust-lang/crates.io-index"
15329checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15330dependencies = [
15331 "proc-macro2",
15332 "quote",
15333 "syn 2.0.117",
15334]
15335
15336[[package]]
15337name = "sct"
15338version = "0.7.1"
15339source = "registry+https://github.com/rust-lang/crates.io-index"
15340checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15341dependencies = [
15342 "ring",
15343 "untrusted 0.9.0",
15344]
15345
15346[[package]]
15347name = "sdd"
15348version = "4.6.2"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15351
15352[[package]]
15353name = "sea-bae"
15354version = "0.2.1"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15357dependencies = [
15358 "heck 0.4.1",
15359 "proc-macro-error2",
15360 "proc-macro2",
15361 "quote",
15362 "syn 2.0.117",
15363]
15364
15365[[package]]
15366name = "sea-orm"
15367version = "1.1.10"
15368source = "registry+https://github.com/rust-lang/crates.io-index"
15369checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15370dependencies = [
15371 "async-stream",
15372 "async-trait",
15373 "bigdecimal",
15374 "chrono",
15375 "futures-util",
15376 "log",
15377 "ouroboros",
15378 "pgvector",
15379 "rust_decimal",
15380 "sea-orm-macros",
15381 "sea-query",
15382 "sea-query-binder",
15383 "serde",
15384 "serde_json",
15385 "sqlx",
15386 "strum 0.26.3",
15387 "thiserror 2.0.17",
15388 "time",
15389 "tracing",
15390 "url",
15391 "uuid",
15392]
15393
15394[[package]]
15395name = "sea-orm-macros"
15396version = "1.1.10"
15397source = "registry+https://github.com/rust-lang/crates.io-index"
15398checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15399dependencies = [
15400 "heck 0.4.1",
15401 "proc-macro2",
15402 "quote",
15403 "sea-bae",
15404 "syn 2.0.117",
15405 "unicode-ident",
15406]
15407
15408[[package]]
15409name = "sea-query"
15410version = "0.32.7"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15413dependencies = [
15414 "bigdecimal",
15415 "chrono",
15416 "inherent",
15417 "ordered-float 4.6.0",
15418 "rust_decimal",
15419 "serde_json",
15420 "time",
15421 "uuid",
15422]
15423
15424[[package]]
15425name = "sea-query-binder"
15426version = "0.7.0"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15429dependencies = [
15430 "bigdecimal",
15431 "chrono",
15432 "rust_decimal",
15433 "sea-query",
15434 "serde_json",
15435 "sqlx",
15436 "time",
15437 "uuid",
15438]
15439
15440[[package]]
15441name = "seahash"
15442version = "4.1.0"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15445
15446[[package]]
15447name = "search"
15448version = "0.1.0"
15449dependencies = [
15450 "any_vec",
15451 "anyhow",
15452 "bitflags 2.10.0",
15453 "collections",
15454 "editor",
15455 "fs",
15456 "futures 0.3.31",
15457 "gpui",
15458 "itertools 0.14.0",
15459 "language",
15460 "lsp",
15461 "menu",
15462 "multi_buffer",
15463 "pretty_assertions",
15464 "project",
15465 "serde",
15466 "serde_json",
15467 "settings",
15468 "smol",
15469 "theme",
15470 "tracing",
15471 "ui",
15472 "unindent",
15473 "util",
15474 "util_macros",
15475 "workspace",
15476 "zed_actions",
15477 "ztracing",
15478]
15479
15480[[package]]
15481name = "sec1"
15482version = "0.3.0"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15485dependencies = [
15486 "base16ct",
15487 "der 0.6.1",
15488 "generic-array",
15489 "pkcs8 0.9.0",
15490 "subtle",
15491 "zeroize",
15492]
15493
15494[[package]]
15495name = "security-framework"
15496version = "2.11.1"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15499dependencies = [
15500 "bitflags 2.10.0",
15501 "core-foundation 0.9.4",
15502 "core-foundation-sys",
15503 "libc",
15504 "security-framework-sys",
15505]
15506
15507[[package]]
15508name = "security-framework"
15509version = "3.5.1"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15512dependencies = [
15513 "bitflags 2.10.0",
15514 "core-foundation 0.10.0",
15515 "core-foundation-sys",
15516 "libc",
15517 "security-framework-sys",
15518]
15519
15520[[package]]
15521name = "security-framework-sys"
15522version = "2.15.0"
15523source = "registry+https://github.com/rust-lang/crates.io-index"
15524checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15525dependencies = [
15526 "core-foundation-sys",
15527 "libc",
15528]
15529
15530[[package]]
15531name = "self_cell"
15532version = "1.2.2"
15533source = "registry+https://github.com/rust-lang/crates.io-index"
15534checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15535
15536[[package]]
15537name = "semver"
15538version = "1.0.27"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15541dependencies = [
15542 "serde",
15543 "serde_core",
15544]
15545
15546[[package]]
15547name = "seq-macro"
15548version = "0.3.6"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15551
15552[[package]]
15553name = "serde"
15554version = "1.0.228"
15555source = "registry+https://github.com/rust-lang/crates.io-index"
15556checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15557dependencies = [
15558 "serde_core",
15559 "serde_derive",
15560]
15561
15562[[package]]
15563name = "serde_bytes"
15564version = "0.11.19"
15565source = "registry+https://github.com/rust-lang/crates.io-index"
15566checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15567dependencies = [
15568 "serde",
15569 "serde_core",
15570]
15571
15572[[package]]
15573name = "serde_core"
15574version = "1.0.228"
15575source = "registry+https://github.com/rust-lang/crates.io-index"
15576checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15577dependencies = [
15578 "serde_derive",
15579]
15580
15581[[package]]
15582name = "serde_derive"
15583version = "1.0.228"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15586dependencies = [
15587 "proc-macro2",
15588 "quote",
15589 "syn 2.0.117",
15590]
15591
15592[[package]]
15593name = "serde_derive_internals"
15594version = "0.29.1"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15597dependencies = [
15598 "proc-macro2",
15599 "quote",
15600 "syn 2.0.117",
15601]
15602
15603[[package]]
15604name = "serde_fmt"
15605version = "1.0.3"
15606source = "registry+https://github.com/rust-lang/crates.io-index"
15607checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15608dependencies = [
15609 "serde",
15610]
15611
15612[[package]]
15613name = "serde_json"
15614version = "1.0.145"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15617dependencies = [
15618 "indexmap",
15619 "itoa",
15620 "memchr",
15621 "ryu",
15622 "serde",
15623 "serde_core",
15624]
15625
15626[[package]]
15627name = "serde_json_lenient"
15628version = "0.2.4"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15631dependencies = [
15632 "indexmap",
15633 "itoa",
15634 "memchr",
15635 "ryu",
15636 "serde",
15637]
15638
15639[[package]]
15640name = "serde_path_to_error"
15641version = "0.1.20"
15642source = "registry+https://github.com/rust-lang/crates.io-index"
15643checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15644dependencies = [
15645 "itoa",
15646 "serde",
15647 "serde_core",
15648]
15649
15650[[package]]
15651name = "serde_repr"
15652version = "0.1.20"
15653source = "registry+https://github.com/rust-lang/crates.io-index"
15654checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15655dependencies = [
15656 "proc-macro2",
15657 "quote",
15658 "syn 2.0.117",
15659]
15660
15661[[package]]
15662name = "serde_spanned"
15663version = "0.6.9"
15664source = "registry+https://github.com/rust-lang/crates.io-index"
15665checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15666dependencies = [
15667 "serde",
15668]
15669
15670[[package]]
15671name = "serde_spanned"
15672version = "1.0.3"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15675dependencies = [
15676 "serde_core",
15677]
15678
15679[[package]]
15680name = "serde_urlencoded"
15681version = "0.7.1"
15682source = "registry+https://github.com/rust-lang/crates.io-index"
15683checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15684dependencies = [
15685 "form_urlencoded",
15686 "itoa",
15687 "ryu",
15688 "serde",
15689]
15690
15691[[package]]
15692name = "serde_yaml"
15693version = "0.9.34+deprecated"
15694source = "registry+https://github.com/rust-lang/crates.io-index"
15695checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15696dependencies = [
15697 "indexmap",
15698 "itoa",
15699 "ryu",
15700 "serde",
15701 "unsafe-libyaml",
15702]
15703
15704[[package]]
15705name = "serial2"
15706version = "0.2.33"
15707source = "registry+https://github.com/rust-lang/crates.io-index"
15708checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15709dependencies = [
15710 "cfg-if",
15711 "libc",
15712 "winapi",
15713]
15714
15715[[package]]
15716name = "session"
15717version = "0.1.0"
15718dependencies = [
15719 "db",
15720 "gpui",
15721 "serde_json",
15722 "util",
15723 "uuid",
15724]
15725
15726[[package]]
15727name = "settings"
15728version = "0.1.0"
15729dependencies = [
15730 "anyhow",
15731 "collections",
15732 "ec4rs",
15733 "fs",
15734 "futures 0.3.31",
15735 "gpui",
15736 "indoc",
15737 "inventory",
15738 "log",
15739 "migrator",
15740 "paths",
15741 "pretty_assertions",
15742 "release_channel",
15743 "rust-embed",
15744 "schemars",
15745 "serde",
15746 "serde_json",
15747 "serde_json_lenient",
15748 "settings_content",
15749 "settings_json",
15750 "settings_macros",
15751 "smallvec",
15752 "unindent",
15753 "util",
15754 "zlog",
15755]
15756
15757[[package]]
15758name = "settings_content"
15759version = "0.1.0"
15760dependencies = [
15761 "anyhow",
15762 "collections",
15763 "derive_more",
15764 "gpui",
15765 "log",
15766 "schemars",
15767 "serde",
15768 "serde_json",
15769 "serde_json_lenient",
15770 "settings_json",
15771 "settings_macros",
15772 "strum 0.27.2",
15773 "util",
15774]
15775
15776[[package]]
15777name = "settings_json"
15778version = "0.1.0"
15779dependencies = [
15780 "anyhow",
15781 "pretty_assertions",
15782 "serde",
15783 "serde_json",
15784 "serde_json_lenient",
15785 "serde_path_to_error",
15786 "tree-sitter",
15787 "tree-sitter-json",
15788 "unindent",
15789 "util",
15790]
15791
15792[[package]]
15793name = "settings_macros"
15794version = "0.1.0"
15795dependencies = [
15796 "quote",
15797 "settings",
15798 "syn 2.0.117",
15799]
15800
15801[[package]]
15802name = "settings_profile_selector"
15803version = "0.1.0"
15804dependencies = [
15805 "editor",
15806 "fuzzy",
15807 "gpui",
15808 "menu",
15809 "picker",
15810 "project",
15811 "serde_json",
15812 "settings",
15813 "theme",
15814 "ui",
15815 "workspace",
15816 "zed_actions",
15817]
15818
15819[[package]]
15820name = "settings_ui"
15821version = "0.1.0"
15822dependencies = [
15823 "agent",
15824 "agent_settings",
15825 "anyhow",
15826 "audio",
15827 "codestral",
15828 "component",
15829 "copilot",
15830 "copilot_ui",
15831 "cpal",
15832 "edit_prediction",
15833 "edit_prediction_ui",
15834 "editor",
15835 "feature_flags",
15836 "fs",
15837 "futures 0.3.31",
15838 "fuzzy",
15839 "gpui",
15840 "heck 0.5.0",
15841 "itertools 0.14.0",
15842 "language",
15843 "log",
15844 "menu",
15845 "paths",
15846 "picker",
15847 "platform_title_bar",
15848 "pretty_assertions",
15849 "project",
15850 "regex",
15851 "release_channel",
15852 "rodio",
15853 "schemars",
15854 "search",
15855 "serde",
15856 "serde_json",
15857 "settings",
15858 "shell_command_parser",
15859 "strum 0.27.2",
15860 "telemetry",
15861 "theme",
15862 "title_bar",
15863 "ui",
15864 "util",
15865 "workspace",
15866 "zed_actions",
15867]
15868
15869[[package]]
15870name = "sha-1"
15871version = "0.10.1"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15874dependencies = [
15875 "cfg-if",
15876 "cpufeatures",
15877 "digest",
15878]
15879
15880[[package]]
15881name = "sha1"
15882version = "0.10.6"
15883source = "registry+https://github.com/rust-lang/crates.io-index"
15884checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15885dependencies = [
15886 "cfg-if",
15887 "cpufeatures",
15888 "digest",
15889]
15890
15891[[package]]
15892name = "sha1_smol"
15893version = "1.0.1"
15894source = "registry+https://github.com/rust-lang/crates.io-index"
15895checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15896
15897[[package]]
15898name = "sha2"
15899version = "0.10.9"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15902dependencies = [
15903 "cfg-if",
15904 "cpufeatures",
15905 "digest",
15906]
15907
15908[[package]]
15909name = "sharded-slab"
15910version = "0.1.7"
15911source = "registry+https://github.com/rust-lang/crates.io-index"
15912checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15913dependencies = [
15914 "lazy_static",
15915]
15916
15917[[package]]
15918name = "shared_library"
15919version = "0.1.9"
15920source = "registry+https://github.com/rust-lang/crates.io-index"
15921checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15922dependencies = [
15923 "lazy_static",
15924 "libc",
15925]
15926
15927[[package]]
15928name = "shell-words"
15929version = "1.1.0"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15932
15933[[package]]
15934name = "shell_command_parser"
15935version = "0.1.0"
15936dependencies = [
15937 "brush-parser",
15938]
15939
15940[[package]]
15941name = "shellexpand"
15942version = "2.1.2"
15943source = "registry+https://github.com/rust-lang/crates.io-index"
15944checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15945dependencies = [
15946 "dirs 4.0.0",
15947]
15948
15949[[package]]
15950name = "shellexpand"
15951version = "3.1.1"
15952source = "registry+https://github.com/rust-lang/crates.io-index"
15953checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15954dependencies = [
15955 "dirs 6.0.0",
15956]
15957
15958[[package]]
15959name = "shingles"
15960version = "0.1.1"
15961source = "registry+https://github.com/rust-lang/crates.io-index"
15962checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15963
15964[[package]]
15965name = "shlex"
15966version = "1.3.0"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15969
15970[[package]]
15971name = "sidebar"
15972version = "0.1.0"
15973dependencies = [
15974 "acp_thread",
15975 "action_log",
15976 "agent",
15977 "agent-client-protocol",
15978 "agent_ui",
15979 "anyhow",
15980 "assistant_text_thread",
15981 "chrono",
15982 "editor",
15983 "feature_flags",
15984 "fs",
15985 "git",
15986 "gpui",
15987 "language_model",
15988 "menu",
15989 "pretty_assertions",
15990 "project",
15991 "prompt_store",
15992 "recent_projects",
15993 "serde_json",
15994 "settings",
15995 "theme",
15996 "ui",
15997 "util",
15998 "vim_mode_setting",
15999 "workspace",
16000 "zed_actions",
16001]
16002
16003[[package]]
16004name = "signal-hook"
16005version = "0.3.18"
16006source = "registry+https://github.com/rust-lang/crates.io-index"
16007checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16008dependencies = [
16009 "libc",
16010 "signal-hook-registry",
16011]
16012
16013[[package]]
16014name = "signal-hook-registry"
16015version = "1.4.6"
16016source = "registry+https://github.com/rust-lang/crates.io-index"
16017checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16018dependencies = [
16019 "libc",
16020]
16021
16022[[package]]
16023name = "signature"
16024version = "1.6.4"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16027dependencies = [
16028 "digest",
16029 "rand_core 0.6.4",
16030]
16031
16032[[package]]
16033name = "signature"
16034version = "2.2.0"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16037dependencies = [
16038 "digest",
16039 "rand_core 0.6.4",
16040]
16041
16042[[package]]
16043name = "simd-adler32"
16044version = "0.3.7"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16047
16048[[package]]
16049name = "simd_helpers"
16050version = "0.1.0"
16051source = "registry+https://github.com/rust-lang/crates.io-index"
16052checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16053dependencies = [
16054 "quote",
16055]
16056
16057[[package]]
16058name = "simdutf8"
16059version = "0.1.5"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16062
16063[[package]]
16064name = "similar"
16065version = "2.7.0"
16066source = "registry+https://github.com/rust-lang/crates.io-index"
16067checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16068
16069[[package]]
16070name = "simple_asn1"
16071version = "0.6.3"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16074dependencies = [
16075 "num-bigint",
16076 "num-traits",
16077 "thiserror 2.0.17",
16078 "time",
16079]
16080
16081[[package]]
16082name = "simplecss"
16083version = "0.2.2"
16084source = "registry+https://github.com/rust-lang/crates.io-index"
16085checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16086dependencies = [
16087 "log",
16088]
16089
16090[[package]]
16091name = "simplelog"
16092version = "0.12.2"
16093source = "registry+https://github.com/rust-lang/crates.io-index"
16094checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16095dependencies = [
16096 "log",
16097 "termcolor",
16098 "time",
16099]
16100
16101[[package]]
16102name = "siphasher"
16103version = "0.3.11"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16106
16107[[package]]
16108name = "siphasher"
16109version = "1.0.1"
16110source = "registry+https://github.com/rust-lang/crates.io-index"
16111checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16112
16113[[package]]
16114name = "skrifa"
16115version = "0.37.0"
16116source = "registry+https://github.com/rust-lang/crates.io-index"
16117checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16118dependencies = [
16119 "bytemuck",
16120 "read-fonts 0.35.0",
16121]
16122
16123[[package]]
16124name = "skrifa"
16125version = "0.40.0"
16126source = "registry+https://github.com/rust-lang/crates.io-index"
16127checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16128dependencies = [
16129 "bytemuck",
16130 "read-fonts 0.37.0",
16131]
16132
16133[[package]]
16134name = "slab"
16135version = "0.4.11"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16138
16139[[package]]
16140name = "slash_commands_example"
16141version = "0.1.0"
16142dependencies = [
16143 "zed_extension_api 0.1.0",
16144]
16145
16146[[package]]
16147name = "slotmap"
16148version = "1.0.7"
16149source = "registry+https://github.com/rust-lang/crates.io-index"
16150checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16151dependencies = [
16152 "version_check",
16153]
16154
16155[[package]]
16156name = "smallvec"
16157version = "1.15.1"
16158source = "registry+https://github.com/rust-lang/crates.io-index"
16159checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16160dependencies = [
16161 "serde",
16162]
16163
16164[[package]]
16165name = "smart-default"
16166version = "0.7.1"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16169dependencies = [
16170 "proc-macro2",
16171 "quote",
16172 "syn 2.0.117",
16173]
16174
16175[[package]]
16176name = "smol"
16177version = "2.0.2"
16178source = "registry+https://github.com/rust-lang/crates.io-index"
16179checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16180dependencies = [
16181 "async-channel 2.5.0",
16182 "async-executor",
16183 "async-fs",
16184 "async-io",
16185 "async-lock 3.4.2",
16186 "async-net",
16187 "async-process",
16188 "blocking",
16189 "futures-lite 2.6.1",
16190]
16191
16192[[package]]
16193name = "smol_str"
16194version = "0.3.5"
16195source = "registry+https://github.com/rust-lang/crates.io-index"
16196checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16197
16198[[package]]
16199name = "snippet"
16200version = "0.1.0"
16201dependencies = [
16202 "anyhow",
16203 "smallvec",
16204]
16205
16206[[package]]
16207name = "snippet_provider"
16208version = "0.1.0"
16209dependencies = [
16210 "anyhow",
16211 "collections",
16212 "extension",
16213 "fs",
16214 "futures 0.3.31",
16215 "gpui",
16216 "indoc",
16217 "parking_lot",
16218 "paths",
16219 "schemars",
16220 "serde",
16221 "serde_json",
16222 "serde_json_lenient",
16223 "snippet",
16224 "util",
16225]
16226
16227[[package]]
16228name = "snippets_ui"
16229version = "0.1.0"
16230dependencies = [
16231 "file_icons",
16232 "fuzzy",
16233 "gpui",
16234 "language",
16235 "open_path_prompt",
16236 "paths",
16237 "picker",
16238 "settings",
16239 "ui",
16240 "util",
16241 "workspace",
16242]
16243
16244[[package]]
16245name = "socket2"
16246version = "0.5.10"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16249dependencies = [
16250 "libc",
16251 "windows-sys 0.52.0",
16252]
16253
16254[[package]]
16255name = "socket2"
16256version = "0.6.1"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16259dependencies = [
16260 "libc",
16261 "windows-sys 0.60.2",
16262]
16263
16264[[package]]
16265name = "spdx"
16266version = "0.10.9"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16269dependencies = [
16270 "smallvec",
16271]
16272
16273[[package]]
16274name = "spin"
16275version = "0.9.8"
16276source = "registry+https://github.com/rust-lang/crates.io-index"
16277checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16278dependencies = [
16279 "lock_api",
16280]
16281
16282[[package]]
16283name = "spin"
16284version = "0.10.0"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16287dependencies = [
16288 "lock_api",
16289]
16290
16291[[package]]
16292name = "spirv"
16293version = "0.4.0+sdk-1.4.341.0"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16296dependencies = [
16297 "bitflags 2.10.0",
16298]
16299
16300[[package]]
16301name = "spki"
16302version = "0.6.0"
16303source = "registry+https://github.com/rust-lang/crates.io-index"
16304checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16305dependencies = [
16306 "base64ct",
16307 "der 0.6.1",
16308]
16309
16310[[package]]
16311name = "spki"
16312version = "0.7.3"
16313source = "registry+https://github.com/rust-lang/crates.io-index"
16314checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16315dependencies = [
16316 "base64ct",
16317 "der 0.7.10",
16318]
16319
16320[[package]]
16321name = "sptr"
16322version = "0.3.2"
16323source = "registry+https://github.com/rust-lang/crates.io-index"
16324checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16325
16326[[package]]
16327name = "sqlez"
16328version = "0.1.0"
16329dependencies = [
16330 "anyhow",
16331 "collections",
16332 "futures 0.3.31",
16333 "indoc",
16334 "libsqlite3-sys",
16335 "log",
16336 "parking_lot",
16337 "smol",
16338 "sqlformat",
16339 "thread_local",
16340 "util",
16341 "uuid",
16342]
16343
16344[[package]]
16345name = "sqlez_macros"
16346version = "0.1.0"
16347dependencies = [
16348 "sqlez",
16349 "sqlformat",
16350 "syn 2.0.117",
16351]
16352
16353[[package]]
16354name = "sqlformat"
16355version = "0.2.6"
16356source = "registry+https://github.com/rust-lang/crates.io-index"
16357checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16358dependencies = [
16359 "nom 7.1.3",
16360 "unicode_categories",
16361]
16362
16363[[package]]
16364name = "sqlx"
16365version = "0.8.6"
16366source = "registry+https://github.com/rust-lang/crates.io-index"
16367checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16368dependencies = [
16369 "sqlx-core",
16370 "sqlx-macros",
16371 "sqlx-mysql",
16372 "sqlx-postgres",
16373 "sqlx-sqlite",
16374]
16375
16376[[package]]
16377name = "sqlx-core"
16378version = "0.8.6"
16379source = "registry+https://github.com/rust-lang/crates.io-index"
16380checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16381dependencies = [
16382 "base64 0.22.1",
16383 "bigdecimal",
16384 "bytes 1.11.1",
16385 "chrono",
16386 "crc",
16387 "crossbeam-queue",
16388 "either",
16389 "event-listener 5.4.1",
16390 "futures-core",
16391 "futures-intrusive",
16392 "futures-io",
16393 "futures-util",
16394 "hashbrown 0.15.5",
16395 "hashlink 0.10.0",
16396 "indexmap",
16397 "log",
16398 "memchr",
16399 "once_cell",
16400 "percent-encoding",
16401 "rust_decimal",
16402 "rustls 0.23.33",
16403 "serde",
16404 "serde_json",
16405 "sha2",
16406 "smallvec",
16407 "thiserror 2.0.17",
16408 "time",
16409 "tokio",
16410 "tokio-stream",
16411 "tracing",
16412 "url",
16413 "uuid",
16414 "webpki-roots",
16415]
16416
16417[[package]]
16418name = "sqlx-macros"
16419version = "0.8.6"
16420source = "registry+https://github.com/rust-lang/crates.io-index"
16421checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16422dependencies = [
16423 "proc-macro2",
16424 "quote",
16425 "sqlx-core",
16426 "sqlx-macros-core",
16427 "syn 2.0.117",
16428]
16429
16430[[package]]
16431name = "sqlx-macros-core"
16432version = "0.8.6"
16433source = "registry+https://github.com/rust-lang/crates.io-index"
16434checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16435dependencies = [
16436 "dotenvy",
16437 "either",
16438 "heck 0.5.0",
16439 "hex",
16440 "once_cell",
16441 "proc-macro2",
16442 "quote",
16443 "serde",
16444 "serde_json",
16445 "sha2",
16446 "sqlx-core",
16447 "sqlx-mysql",
16448 "sqlx-postgres",
16449 "sqlx-sqlite",
16450 "syn 2.0.117",
16451 "tokio",
16452 "url",
16453]
16454
16455[[package]]
16456name = "sqlx-mysql"
16457version = "0.8.6"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16460dependencies = [
16461 "atoi",
16462 "base64 0.22.1",
16463 "bigdecimal",
16464 "bitflags 2.10.0",
16465 "byteorder",
16466 "bytes 1.11.1",
16467 "chrono",
16468 "crc",
16469 "digest",
16470 "dotenvy",
16471 "either",
16472 "futures-channel",
16473 "futures-core",
16474 "futures-io",
16475 "futures-util",
16476 "generic-array",
16477 "hex",
16478 "hkdf",
16479 "hmac",
16480 "itoa",
16481 "log",
16482 "md-5",
16483 "memchr",
16484 "once_cell",
16485 "percent-encoding",
16486 "rand 0.8.5",
16487 "rsa",
16488 "rust_decimal",
16489 "serde",
16490 "sha1",
16491 "sha2",
16492 "smallvec",
16493 "sqlx-core",
16494 "stringprep",
16495 "thiserror 2.0.17",
16496 "time",
16497 "tracing",
16498 "uuid",
16499 "whoami",
16500]
16501
16502[[package]]
16503name = "sqlx-postgres"
16504version = "0.8.6"
16505source = "registry+https://github.com/rust-lang/crates.io-index"
16506checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16507dependencies = [
16508 "atoi",
16509 "base64 0.22.1",
16510 "bigdecimal",
16511 "bitflags 2.10.0",
16512 "byteorder",
16513 "chrono",
16514 "crc",
16515 "dotenvy",
16516 "etcetera",
16517 "futures-channel",
16518 "futures-core",
16519 "futures-util",
16520 "hex",
16521 "hkdf",
16522 "hmac",
16523 "home",
16524 "itoa",
16525 "log",
16526 "md-5",
16527 "memchr",
16528 "num-bigint",
16529 "once_cell",
16530 "rand 0.8.5",
16531 "rust_decimal",
16532 "serde",
16533 "serde_json",
16534 "sha2",
16535 "smallvec",
16536 "sqlx-core",
16537 "stringprep",
16538 "thiserror 2.0.17",
16539 "time",
16540 "tracing",
16541 "uuid",
16542 "whoami",
16543]
16544
16545[[package]]
16546name = "sqlx-sqlite"
16547version = "0.8.6"
16548source = "registry+https://github.com/rust-lang/crates.io-index"
16549checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16550dependencies = [
16551 "atoi",
16552 "chrono",
16553 "flume",
16554 "futures-channel",
16555 "futures-core",
16556 "futures-executor",
16557 "futures-intrusive",
16558 "futures-util",
16559 "libsqlite3-sys",
16560 "log",
16561 "percent-encoding",
16562 "serde",
16563 "serde_urlencoded",
16564 "sqlx-core",
16565 "thiserror 2.0.17",
16566 "time",
16567 "tracing",
16568 "url",
16569 "uuid",
16570]
16571
16572[[package]]
16573name = "stable_deref_trait"
16574version = "1.2.1"
16575source = "registry+https://github.com/rust-lang/crates.io-index"
16576checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16577
16578[[package]]
16579name = "stacker"
16580version = "0.1.23"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16583dependencies = [
16584 "cc",
16585 "cfg-if",
16586 "libc",
16587 "psm",
16588 "windows-sys 0.59.0",
16589]
16590
16591[[package]]
16592name = "stacksafe"
16593version = "0.1.4"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16596dependencies = [
16597 "stacker",
16598 "stacksafe-macro",
16599]
16600
16601[[package]]
16602name = "stacksafe-macro"
16603version = "0.1.4"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16606dependencies = [
16607 "proc-macro-error2",
16608 "quote",
16609 "syn 2.0.117",
16610]
16611
16612[[package]]
16613name = "static_assertions"
16614version = "1.1.0"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16617
16618[[package]]
16619name = "story"
16620version = "0.1.0"
16621dependencies = [
16622 "gpui",
16623 "itertools 0.14.0",
16624 "smallvec",
16625]
16626
16627[[package]]
16628name = "storybook"
16629version = "0.1.0"
16630dependencies = [
16631 "anyhow",
16632 "clap",
16633 "ctrlc",
16634 "dialoguer",
16635 "editor",
16636 "fuzzy",
16637 "gpui",
16638 "gpui_platform",
16639 "indoc",
16640 "language",
16641 "log",
16642 "menu",
16643 "picker",
16644 "reqwest_client",
16645 "rust-embed",
16646 "settings",
16647 "simplelog",
16648 "story",
16649 "strum 0.27.2",
16650 "theme",
16651 "title_bar",
16652 "ui",
16653]
16654
16655[[package]]
16656name = "streaming-iterator"
16657version = "0.1.9"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16660
16661[[package]]
16662name = "streaming_diff"
16663version = "0.1.0"
16664dependencies = [
16665 "ordered-float 2.10.1",
16666 "rand 0.9.2",
16667 "rope",
16668 "util",
16669]
16670
16671[[package]]
16672name = "strength_reduce"
16673version = "0.2.4"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16676
16677[[package]]
16678name = "strict-num"
16679version = "0.1.1"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16682dependencies = [
16683 "float-cmp",
16684]
16685
16686[[package]]
16687name = "string_cache"
16688version = "0.8.9"
16689source = "registry+https://github.com/rust-lang/crates.io-index"
16690checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16691dependencies = [
16692 "new_debug_unreachable",
16693 "parking_lot",
16694 "phf_shared 0.11.3",
16695 "precomputed-hash",
16696 "serde",
16697]
16698
16699[[package]]
16700name = "string_cache_codegen"
16701version = "0.5.4"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16704dependencies = [
16705 "phf_generator 0.11.3",
16706 "phf_shared 0.11.3",
16707 "proc-macro2",
16708 "quote",
16709]
16710
16711[[package]]
16712name = "stringprep"
16713version = "0.1.5"
16714source = "registry+https://github.com/rust-lang/crates.io-index"
16715checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16716dependencies = [
16717 "unicode-bidi",
16718 "unicode-normalization",
16719 "unicode-properties",
16720]
16721
16722[[package]]
16723name = "strsim"
16724version = "0.11.1"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16727
16728[[package]]
16729name = "strum"
16730version = "0.26.3"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16733
16734[[package]]
16735name = "strum"
16736version = "0.27.2"
16737source = "registry+https://github.com/rust-lang/crates.io-index"
16738checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16739dependencies = [
16740 "strum_macros 0.27.2",
16741]
16742
16743[[package]]
16744name = "strum"
16745version = "0.28.0"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16748dependencies = [
16749 "strum_macros 0.28.0",
16750]
16751
16752[[package]]
16753name = "strum_macros"
16754version = "0.27.2"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16757dependencies = [
16758 "heck 0.5.0",
16759 "proc-macro2",
16760 "quote",
16761 "syn 2.0.117",
16762]
16763
16764[[package]]
16765name = "strum_macros"
16766version = "0.28.0"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16769dependencies = [
16770 "heck 0.5.0",
16771 "proc-macro2",
16772 "quote",
16773 "syn 2.0.117",
16774]
16775
16776[[package]]
16777name = "subtle"
16778version = "2.6.1"
16779source = "registry+https://github.com/rust-lang/crates.io-index"
16780checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16781
16782[[package]]
16783name = "sum_tree"
16784version = "0.1.0"
16785dependencies = [
16786 "ctor",
16787 "heapless",
16788 "log",
16789 "proptest",
16790 "rand 0.9.2",
16791 "rayon",
16792 "tracing",
16793 "zlog",
16794 "ztracing",
16795]
16796
16797[[package]]
16798name = "sval"
16799version = "2.15.0"
16800source = "registry+https://github.com/rust-lang/crates.io-index"
16801checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16802
16803[[package]]
16804name = "sval_buffer"
16805version = "2.15.0"
16806source = "registry+https://github.com/rust-lang/crates.io-index"
16807checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16808dependencies = [
16809 "sval",
16810 "sval_ref",
16811]
16812
16813[[package]]
16814name = "sval_dynamic"
16815version = "2.15.0"
16816source = "registry+https://github.com/rust-lang/crates.io-index"
16817checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16818dependencies = [
16819 "sval",
16820]
16821
16822[[package]]
16823name = "sval_fmt"
16824version = "2.15.0"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16827dependencies = [
16828 "itoa",
16829 "ryu",
16830 "sval",
16831]
16832
16833[[package]]
16834name = "sval_json"
16835version = "2.15.0"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16838dependencies = [
16839 "itoa",
16840 "ryu",
16841 "sval",
16842]
16843
16844[[package]]
16845name = "sval_nested"
16846version = "2.15.0"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16849dependencies = [
16850 "sval",
16851 "sval_buffer",
16852 "sval_ref",
16853]
16854
16855[[package]]
16856name = "sval_ref"
16857version = "2.15.0"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16860dependencies = [
16861 "sval",
16862]
16863
16864[[package]]
16865name = "sval_serde"
16866version = "2.15.0"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16869dependencies = [
16870 "serde_core",
16871 "sval",
16872 "sval_nested",
16873]
16874
16875[[package]]
16876name = "svg_fmt"
16877version = "0.4.5"
16878source = "registry+https://github.com/rust-lang/crates.io-index"
16879checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16880
16881[[package]]
16882name = "svg_preview"
16883version = "0.1.0"
16884dependencies = [
16885 "file_icons",
16886 "gpui",
16887 "language",
16888 "multi_buffer",
16889 "ui",
16890 "workspace",
16891 "zed_actions",
16892]
16893
16894[[package]]
16895name = "svgtypes"
16896version = "0.15.3"
16897source = "registry+https://github.com/rust-lang/crates.io-index"
16898checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16899dependencies = [
16900 "kurbo",
16901 "siphasher 1.0.1",
16902]
16903
16904[[package]]
16905name = "swash"
16906version = "0.2.6"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16909dependencies = [
16910 "skrifa 0.37.0",
16911 "yazi",
16912 "zeno",
16913]
16914
16915[[package]]
16916name = "symphonia"
16917version = "0.5.5"
16918source = "registry+https://github.com/rust-lang/crates.io-index"
16919checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16920dependencies = [
16921 "lazy_static",
16922 "symphonia-bundle-flac",
16923 "symphonia-bundle-mp3",
16924 "symphonia-codec-aac",
16925 "symphonia-codec-pcm",
16926 "symphonia-codec-vorbis",
16927 "symphonia-core",
16928 "symphonia-format-isomp4",
16929 "symphonia-format-ogg",
16930 "symphonia-format-riff",
16931 "symphonia-metadata",
16932]
16933
16934[[package]]
16935name = "symphonia-bundle-flac"
16936version = "0.5.5"
16937source = "registry+https://github.com/rust-lang/crates.io-index"
16938checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16939dependencies = [
16940 "log",
16941 "symphonia-core",
16942 "symphonia-metadata",
16943 "symphonia-utils-xiph",
16944]
16945
16946[[package]]
16947name = "symphonia-bundle-mp3"
16948version = "0.5.5"
16949source = "registry+https://github.com/rust-lang/crates.io-index"
16950checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16951dependencies = [
16952 "lazy_static",
16953 "log",
16954 "symphonia-core",
16955 "symphonia-metadata",
16956]
16957
16958[[package]]
16959name = "symphonia-codec-aac"
16960version = "0.5.5"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16963dependencies = [
16964 "lazy_static",
16965 "log",
16966 "symphonia-core",
16967]
16968
16969[[package]]
16970name = "symphonia-codec-pcm"
16971version = "0.5.5"
16972source = "registry+https://github.com/rust-lang/crates.io-index"
16973checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16974dependencies = [
16975 "log",
16976 "symphonia-core",
16977]
16978
16979[[package]]
16980name = "symphonia-codec-vorbis"
16981version = "0.5.5"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16984dependencies = [
16985 "log",
16986 "symphonia-core",
16987 "symphonia-utils-xiph",
16988]
16989
16990[[package]]
16991name = "symphonia-core"
16992version = "0.5.5"
16993source = "registry+https://github.com/rust-lang/crates.io-index"
16994checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16995dependencies = [
16996 "arrayvec",
16997 "bitflags 1.3.2",
16998 "bytemuck",
16999 "lazy_static",
17000 "log",
17001]
17002
17003[[package]]
17004name = "symphonia-format-isomp4"
17005version = "0.5.5"
17006source = "registry+https://github.com/rust-lang/crates.io-index"
17007checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17008dependencies = [
17009 "encoding_rs",
17010 "log",
17011 "symphonia-core",
17012 "symphonia-metadata",
17013 "symphonia-utils-xiph",
17014]
17015
17016[[package]]
17017name = "symphonia-format-ogg"
17018version = "0.5.5"
17019source = "registry+https://github.com/rust-lang/crates.io-index"
17020checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17021dependencies = [
17022 "log",
17023 "symphonia-core",
17024 "symphonia-metadata",
17025 "symphonia-utils-xiph",
17026]
17027
17028[[package]]
17029name = "symphonia-format-riff"
17030version = "0.5.5"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17033dependencies = [
17034 "extended",
17035 "log",
17036 "symphonia-core",
17037 "symphonia-metadata",
17038]
17039
17040[[package]]
17041name = "symphonia-metadata"
17042version = "0.5.5"
17043source = "registry+https://github.com/rust-lang/crates.io-index"
17044checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17045dependencies = [
17046 "encoding_rs",
17047 "lazy_static",
17048 "log",
17049 "symphonia-core",
17050]
17051
17052[[package]]
17053name = "symphonia-utils-xiph"
17054version = "0.5.5"
17055source = "registry+https://github.com/rust-lang/crates.io-index"
17056checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17057dependencies = [
17058 "symphonia-core",
17059 "symphonia-metadata",
17060]
17061
17062[[package]]
17063name = "syn"
17064version = "1.0.109"
17065source = "registry+https://github.com/rust-lang/crates.io-index"
17066checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17067dependencies = [
17068 "proc-macro2",
17069 "quote",
17070 "unicode-ident",
17071]
17072
17073[[package]]
17074name = "syn"
17075version = "2.0.117"
17076source = "registry+https://github.com/rust-lang/crates.io-index"
17077checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17078dependencies = [
17079 "proc-macro2",
17080 "quote",
17081 "unicode-ident",
17082]
17083
17084[[package]]
17085name = "sync_wrapper"
17086version = "0.1.2"
17087source = "registry+https://github.com/rust-lang/crates.io-index"
17088checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17089
17090[[package]]
17091name = "sync_wrapper"
17092version = "1.0.2"
17093source = "registry+https://github.com/rust-lang/crates.io-index"
17094checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17095dependencies = [
17096 "futures-core",
17097]
17098
17099[[package]]
17100name = "synchronoise"
17101version = "1.0.1"
17102source = "registry+https://github.com/rust-lang/crates.io-index"
17103checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17104dependencies = [
17105 "crossbeam-queue",
17106]
17107
17108[[package]]
17109name = "synstructure"
17110version = "0.13.2"
17111source = "registry+https://github.com/rust-lang/crates.io-index"
17112checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17113dependencies = [
17114 "proc-macro2",
17115 "quote",
17116 "syn 2.0.117",
17117]
17118
17119[[package]]
17120name = "sys-locale"
17121version = "0.3.2"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17124dependencies = [
17125 "libc",
17126]
17127
17128[[package]]
17129name = "sysctl"
17130version = "0.5.5"
17131source = "registry+https://github.com/rust-lang/crates.io-index"
17132checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17133dependencies = [
17134 "bitflags 2.10.0",
17135 "byteorder",
17136 "enum-as-inner",
17137 "libc",
17138 "thiserror 1.0.69",
17139 "walkdir",
17140]
17141
17142[[package]]
17143name = "sysctl"
17144version = "0.6.0"
17145source = "registry+https://github.com/rust-lang/crates.io-index"
17146checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17147dependencies = [
17148 "bitflags 2.10.0",
17149 "byteorder",
17150 "enum-as-inner",
17151 "libc",
17152 "thiserror 1.0.69",
17153 "walkdir",
17154]
17155
17156[[package]]
17157name = "sysinfo"
17158version = "0.31.4"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17161dependencies = [
17162 "core-foundation-sys",
17163 "libc",
17164 "memchr",
17165 "ntapi",
17166 "rayon",
17167 "windows 0.57.0",
17168]
17169
17170[[package]]
17171name = "sysinfo"
17172version = "0.37.2"
17173source = "registry+https://github.com/rust-lang/crates.io-index"
17174checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17175dependencies = [
17176 "libc",
17177 "memchr",
17178 "ntapi",
17179 "objc2-core-foundation",
17180 "objc2-io-kit",
17181 "windows 0.61.3",
17182]
17183
17184[[package]]
17185name = "system-configuration"
17186version = "0.5.1"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17189dependencies = [
17190 "bitflags 1.3.2",
17191 "core-foundation 0.9.4",
17192 "system-configuration-sys 0.5.0",
17193]
17194
17195[[package]]
17196name = "system-configuration"
17197version = "0.6.1"
17198source = "registry+https://github.com/rust-lang/crates.io-index"
17199checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17200dependencies = [
17201 "bitflags 2.10.0",
17202 "core-foundation 0.9.4",
17203 "system-configuration-sys 0.6.0",
17204]
17205
17206[[package]]
17207name = "system-configuration-sys"
17208version = "0.5.0"
17209source = "registry+https://github.com/rust-lang/crates.io-index"
17210checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17211dependencies = [
17212 "core-foundation-sys",
17213 "libc",
17214]
17215
17216[[package]]
17217name = "system-configuration-sys"
17218version = "0.6.0"
17219source = "registry+https://github.com/rust-lang/crates.io-index"
17220checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17221dependencies = [
17222 "core-foundation-sys",
17223 "libc",
17224]
17225
17226[[package]]
17227name = "system-deps"
17228version = "6.2.2"
17229source = "registry+https://github.com/rust-lang/crates.io-index"
17230checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17231dependencies = [
17232 "cfg-expr 0.15.8",
17233 "heck 0.5.0",
17234 "pkg-config",
17235 "toml 0.8.23",
17236 "version-compare",
17237]
17238
17239[[package]]
17240name = "system-deps"
17241version = "7.0.7"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17244dependencies = [
17245 "cfg-expr 0.20.6",
17246 "heck 0.5.0",
17247 "pkg-config",
17248 "toml 0.9.8",
17249 "version-compare",
17250]
17251
17252[[package]]
17253name = "system-interface"
17254version = "0.27.3"
17255source = "registry+https://github.com/rust-lang/crates.io-index"
17256checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17257dependencies = [
17258 "bitflags 2.10.0",
17259 "cap-fs-ext",
17260 "cap-std",
17261 "fd-lock",
17262 "io-lifetimes",
17263 "rustix 0.38.44",
17264 "windows-sys 0.59.0",
17265 "winx",
17266]
17267
17268[[package]]
17269name = "system_specs"
17270version = "0.1.0"
17271dependencies = [
17272 "anyhow",
17273 "client",
17274 "gpui",
17275 "human_bytes",
17276 "pciid-parser",
17277 "release_channel",
17278 "semver",
17279 "serde",
17280 "sysinfo 0.37.2",
17281]
17282
17283[[package]]
17284name = "tab_switcher"
17285version = "0.1.0"
17286dependencies = [
17287 "collections",
17288 "ctor",
17289 "editor",
17290 "fuzzy",
17291 "gpui",
17292 "menu",
17293 "picker",
17294 "project",
17295 "schemars",
17296 "serde",
17297 "serde_json",
17298 "settings",
17299 "smol",
17300 "theme",
17301 "ui",
17302 "util",
17303 "workspace",
17304 "zlog",
17305]
17306
17307[[package]]
17308name = "taffy"
17309version = "0.9.0"
17310source = "registry+https://github.com/rust-lang/crates.io-index"
17311checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17312dependencies = [
17313 "arrayvec",
17314 "grid",
17315 "serde",
17316 "slotmap",
17317]
17318
17319[[package]]
17320name = "tagptr"
17321version = "0.2.0"
17322source = "registry+https://github.com/rust-lang/crates.io-index"
17323checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17324
17325[[package]]
17326name = "take-until"
17327version = "0.2.0"
17328source = "registry+https://github.com/rust-lang/crates.io-index"
17329checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17330
17331[[package]]
17332name = "tao-core-video-sys"
17333version = "0.2.0"
17334source = "registry+https://github.com/rust-lang/crates.io-index"
17335checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17336dependencies = [
17337 "cfg-if",
17338 "core-foundation-sys",
17339 "libc",
17340 "objc",
17341]
17342
17343[[package]]
17344name = "tap"
17345version = "1.0.1"
17346source = "registry+https://github.com/rust-lang/crates.io-index"
17347checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17348
17349[[package]]
17350name = "target-lexicon"
17351version = "0.12.16"
17352source = "registry+https://github.com/rust-lang/crates.io-index"
17353checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17354
17355[[package]]
17356name = "target-lexicon"
17357version = "0.13.3"
17358source = "registry+https://github.com/rust-lang/crates.io-index"
17359checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17360
17361[[package]]
17362name = "task"
17363version = "0.1.0"
17364dependencies = [
17365 "anyhow",
17366 "collections",
17367 "futures 0.3.31",
17368 "gpui",
17369 "hex",
17370 "log",
17371 "parking_lot",
17372 "pretty_assertions",
17373 "proto",
17374 "schemars",
17375 "serde",
17376 "serde_json",
17377 "serde_json_lenient",
17378 "sha2",
17379 "shellexpand 2.1.2",
17380 "util",
17381 "zed_actions",
17382]
17383
17384[[package]]
17385name = "tasks_ui"
17386version = "0.1.0"
17387dependencies = [
17388 "anyhow",
17389 "collections",
17390 "editor",
17391 "file_icons",
17392 "fuzzy",
17393 "gpui",
17394 "itertools 0.14.0",
17395 "language",
17396 "menu",
17397 "picker",
17398 "project",
17399 "serde",
17400 "serde_json",
17401 "task",
17402 "tree-sitter-rust",
17403 "tree-sitter-typescript",
17404 "ui",
17405 "util",
17406 "workspace",
17407 "zed_actions",
17408]
17409
17410[[package]]
17411name = "telemetry"
17412version = "0.1.0"
17413dependencies = [
17414 "futures 0.3.31",
17415 "serde",
17416 "serde_json",
17417 "telemetry_events",
17418]
17419
17420[[package]]
17421name = "telemetry_events"
17422version = "0.1.0"
17423dependencies = [
17424 "semver",
17425 "serde",
17426 "serde_json",
17427]
17428
17429[[package]]
17430name = "tempfile"
17431version = "3.23.0"
17432source = "registry+https://github.com/rust-lang/crates.io-index"
17433checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17434dependencies = [
17435 "fastrand 2.3.0",
17436 "getrandom 0.3.4",
17437 "once_cell",
17438 "rustix 1.1.2",
17439 "windows-sys 0.61.2",
17440]
17441
17442[[package]]
17443name = "tendril"
17444version = "0.4.3"
17445source = "registry+https://github.com/rust-lang/crates.io-index"
17446checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17447dependencies = [
17448 "futf",
17449 "mac",
17450 "utf-8",
17451]
17452
17453[[package]]
17454name = "termcolor"
17455version = "1.4.1"
17456source = "registry+https://github.com/rust-lang/crates.io-index"
17457checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17458dependencies = [
17459 "winapi-util",
17460]
17461
17462[[package]]
17463name = "terminal"
17464version = "0.1.0"
17465dependencies = [
17466 "alacritty_terminal",
17467 "anyhow",
17468 "collections",
17469 "futures 0.3.31",
17470 "gpui",
17471 "itertools 0.14.0",
17472 "libc",
17473 "log",
17474 "parking_lot",
17475 "rand 0.9.2",
17476 "regex",
17477 "release_channel",
17478 "schemars",
17479 "serde",
17480 "settings",
17481 "smol",
17482 "sysinfo 0.37.2",
17483 "task",
17484 "theme",
17485 "thiserror 2.0.17",
17486 "url",
17487 "urlencoding",
17488 "util",
17489 "util_macros",
17490 "windows 0.61.3",
17491]
17492
17493[[package]]
17494name = "terminal_size"
17495version = "0.4.3"
17496source = "registry+https://github.com/rust-lang/crates.io-index"
17497checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17498dependencies = [
17499 "rustix 1.1.2",
17500 "windows-sys 0.60.2",
17501]
17502
17503[[package]]
17504name = "terminal_view"
17505version = "0.1.0"
17506dependencies = [
17507 "anyhow",
17508 "assistant_slash_command",
17509 "async-recursion",
17510 "breadcrumbs",
17511 "collections",
17512 "db",
17513 "dirs 4.0.0",
17514 "editor",
17515 "futures 0.3.31",
17516 "gpui",
17517 "itertools 0.14.0",
17518 "language",
17519 "log",
17520 "menu",
17521 "pretty_assertions",
17522 "project",
17523 "regex",
17524 "schemars",
17525 "serde",
17526 "serde_json",
17527 "settings",
17528 "shellexpand 2.1.2",
17529 "task",
17530 "terminal",
17531 "theme",
17532 "ui",
17533 "util",
17534 "workspace",
17535 "zed_actions",
17536]
17537
17538[[package]]
17539name = "text"
17540version = "0.1.0"
17541dependencies = [
17542 "anyhow",
17543 "clock",
17544 "collections",
17545 "ctor",
17546 "gpui",
17547 "log",
17548 "parking_lot",
17549 "postage",
17550 "rand 0.9.2",
17551 "regex",
17552 "rope",
17553 "smallvec",
17554 "sum_tree",
17555 "util",
17556 "zlog",
17557]
17558
17559[[package]]
17560name = "theme"
17561version = "0.1.0"
17562dependencies = [
17563 "anyhow",
17564 "collections",
17565 "derive_more",
17566 "fs",
17567 "futures 0.3.31",
17568 "gpui",
17569 "log",
17570 "palette",
17571 "parking_lot",
17572 "refineable",
17573 "schemars",
17574 "serde",
17575 "serde_json",
17576 "serde_json_lenient",
17577 "settings",
17578 "strum 0.27.2",
17579 "thiserror 2.0.17",
17580 "util",
17581 "uuid",
17582]
17583
17584[[package]]
17585name = "theme_extension"
17586version = "0.1.0"
17587dependencies = [
17588 "anyhow",
17589 "extension",
17590 "fs",
17591 "gpui",
17592 "theme",
17593]
17594
17595[[package]]
17596name = "theme_importer"
17597version = "0.1.0"
17598dependencies = [
17599 "anyhow",
17600 "clap",
17601 "collections",
17602 "gpui",
17603 "indexmap",
17604 "log",
17605 "palette",
17606 "serde",
17607 "serde_json",
17608 "serde_json_lenient",
17609 "simplelog",
17610 "strum 0.27.2",
17611 "theme",
17612 "vscode_theme",
17613]
17614
17615[[package]]
17616name = "theme_selector"
17617version = "0.1.0"
17618dependencies = [
17619 "fs",
17620 "fuzzy",
17621 "gpui",
17622 "log",
17623 "picker",
17624 "serde",
17625 "settings",
17626 "telemetry",
17627 "theme",
17628 "ui",
17629 "util",
17630 "workspace",
17631 "zed_actions",
17632]
17633
17634[[package]]
17635name = "thiserror"
17636version = "1.0.69"
17637source = "registry+https://github.com/rust-lang/crates.io-index"
17638checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17639dependencies = [
17640 "thiserror-impl 1.0.69",
17641]
17642
17643[[package]]
17644name = "thiserror"
17645version = "2.0.17"
17646source = "registry+https://github.com/rust-lang/crates.io-index"
17647checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17648dependencies = [
17649 "thiserror-impl 2.0.17",
17650]
17651
17652[[package]]
17653name = "thiserror-impl"
17654version = "1.0.69"
17655source = "registry+https://github.com/rust-lang/crates.io-index"
17656checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17657dependencies = [
17658 "proc-macro2",
17659 "quote",
17660 "syn 2.0.117",
17661]
17662
17663[[package]]
17664name = "thiserror-impl"
17665version = "2.0.17"
17666source = "registry+https://github.com/rust-lang/crates.io-index"
17667checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17668dependencies = [
17669 "proc-macro2",
17670 "quote",
17671 "syn 2.0.117",
17672]
17673
17674[[package]]
17675name = "thread_local"
17676version = "1.1.9"
17677source = "registry+https://github.com/rust-lang/crates.io-index"
17678checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17679dependencies = [
17680 "cfg-if",
17681]
17682
17683[[package]]
17684name = "tiff"
17685version = "0.10.3"
17686source = "registry+https://github.com/rust-lang/crates.io-index"
17687checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17688dependencies = [
17689 "fax",
17690 "flate2",
17691 "half",
17692 "quick-error 2.0.1",
17693 "weezl",
17694 "zune-jpeg",
17695]
17696
17697[[package]]
17698name = "tiktoken-rs"
17699version = "0.9.1"
17700source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17701dependencies = [
17702 "anyhow",
17703 "base64 0.22.1",
17704 "bstr",
17705 "fancy-regex 0.16.2",
17706 "lazy_static",
17707 "regex",
17708 "rustc-hash 1.1.0",
17709]
17710
17711[[package]]
17712name = "time"
17713version = "0.3.47"
17714source = "registry+https://github.com/rust-lang/crates.io-index"
17715checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17716dependencies = [
17717 "deranged",
17718 "itoa",
17719 "libc",
17720 "num-conv",
17721 "num_threads",
17722 "powerfmt",
17723 "serde_core",
17724 "time-core",
17725 "time-macros",
17726]
17727
17728[[package]]
17729name = "time-core"
17730version = "0.1.8"
17731source = "registry+https://github.com/rust-lang/crates.io-index"
17732checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17733
17734[[package]]
17735name = "time-macros"
17736version = "0.2.27"
17737source = "registry+https://github.com/rust-lang/crates.io-index"
17738checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17739dependencies = [
17740 "num-conv",
17741 "time-core",
17742]
17743
17744[[package]]
17745name = "time_format"
17746version = "0.1.0"
17747dependencies = [
17748 "core-foundation 0.10.0",
17749 "core-foundation-sys",
17750 "sys-locale",
17751 "time",
17752 "windows 0.61.3",
17753]
17754
17755[[package]]
17756name = "tiny-keccak"
17757version = "2.0.2"
17758source = "registry+https://github.com/rust-lang/crates.io-index"
17759checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17760dependencies = [
17761 "crunchy",
17762]
17763
17764[[package]]
17765name = "tiny-skia"
17766version = "0.11.4"
17767source = "registry+https://github.com/rust-lang/crates.io-index"
17768checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17769dependencies = [
17770 "arrayref",
17771 "arrayvec",
17772 "bytemuck",
17773 "cfg-if",
17774 "log",
17775 "png 0.17.16",
17776 "tiny-skia-path",
17777]
17778
17779[[package]]
17780name = "tiny-skia-path"
17781version = "0.11.4"
17782source = "registry+https://github.com/rust-lang/crates.io-index"
17783checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17784dependencies = [
17785 "arrayref",
17786 "bytemuck",
17787 "strict-num",
17788]
17789
17790[[package]]
17791name = "tiny_http"
17792version = "0.12.0"
17793source = "registry+https://github.com/rust-lang/crates.io-index"
17794checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17795dependencies = [
17796 "ascii",
17797 "chunked_transfer",
17798 "httpdate",
17799 "log",
17800]
17801
17802[[package]]
17803name = "tinystr"
17804version = "0.8.1"
17805source = "registry+https://github.com/rust-lang/crates.io-index"
17806checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17807dependencies = [
17808 "displaydoc",
17809 "zerovec",
17810]
17811
17812[[package]]
17813name = "tinytemplate"
17814version = "1.2.1"
17815source = "registry+https://github.com/rust-lang/crates.io-index"
17816checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17817dependencies = [
17818 "serde",
17819 "serde_json",
17820]
17821
17822[[package]]
17823name = "tinyvec"
17824version = "1.10.0"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17827dependencies = [
17828 "tinyvec_macros",
17829]
17830
17831[[package]]
17832name = "tinyvec_macros"
17833version = "0.1.1"
17834source = "registry+https://github.com/rust-lang/crates.io-index"
17835checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17836
17837[[package]]
17838name = "title_bar"
17839version = "0.1.0"
17840dependencies = [
17841 "anyhow",
17842 "auto_update",
17843 "call",
17844 "channel",
17845 "chrono",
17846 "client",
17847 "cloud_api_types",
17848 "db",
17849 "git_ui",
17850 "gpui",
17851 "icons",
17852 "livekit_client",
17853 "notifications",
17854 "platform_title_bar",
17855 "project",
17856 "recent_projects",
17857 "release_channel",
17858 "remote",
17859 "remote_connection",
17860 "rpc",
17861 "schemars",
17862 "semver",
17863 "serde",
17864 "settings",
17865 "smallvec",
17866 "story",
17867 "telemetry",
17868 "theme",
17869 "ui",
17870 "util",
17871 "windows 0.61.3",
17872 "workspace",
17873 "zed_actions",
17874]
17875
17876[[package]]
17877name = "tokio"
17878version = "1.48.0"
17879source = "registry+https://github.com/rust-lang/crates.io-index"
17880checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17881dependencies = [
17882 "bytes 1.11.1",
17883 "libc",
17884 "mio 1.1.0",
17885 "parking_lot",
17886 "pin-project-lite",
17887 "signal-hook-registry",
17888 "socket2 0.6.1",
17889 "tokio-macros",
17890 "windows-sys 0.61.2",
17891]
17892
17893[[package]]
17894name = "tokio-io"
17895version = "0.1.13"
17896source = "registry+https://github.com/rust-lang/crates.io-index"
17897checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17898dependencies = [
17899 "bytes 0.4.12",
17900 "futures 0.1.31",
17901 "log",
17902]
17903
17904[[package]]
17905name = "tokio-macros"
17906version = "2.6.0"
17907source = "registry+https://github.com/rust-lang/crates.io-index"
17908checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17909dependencies = [
17910 "proc-macro2",
17911 "quote",
17912 "syn 2.0.117",
17913]
17914
17915[[package]]
17916name = "tokio-native-tls"
17917version = "0.3.1"
17918source = "registry+https://github.com/rust-lang/crates.io-index"
17919checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17920dependencies = [
17921 "native-tls",
17922 "tokio",
17923]
17924
17925[[package]]
17926name = "tokio-rustls"
17927version = "0.24.1"
17928source = "registry+https://github.com/rust-lang/crates.io-index"
17929checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17930dependencies = [
17931 "rustls 0.21.12",
17932 "tokio",
17933]
17934
17935[[package]]
17936name = "tokio-rustls"
17937version = "0.26.2"
17938source = "registry+https://github.com/rust-lang/crates.io-index"
17939checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17940dependencies = [
17941 "rustls 0.23.33",
17942 "tokio",
17943]
17944
17945[[package]]
17946name = "tokio-socks"
17947version = "0.5.2"
17948source = "registry+https://github.com/rust-lang/crates.io-index"
17949checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17950dependencies = [
17951 "either",
17952 "futures-io",
17953 "futures-util",
17954 "thiserror 1.0.69",
17955 "tokio",
17956]
17957
17958[[package]]
17959name = "tokio-stream"
17960version = "0.1.17"
17961source = "registry+https://github.com/rust-lang/crates.io-index"
17962checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17963dependencies = [
17964 "futures-core",
17965 "pin-project-lite",
17966 "tokio",
17967]
17968
17969[[package]]
17970name = "tokio-tungstenite"
17971version = "0.20.1"
17972source = "registry+https://github.com/rust-lang/crates.io-index"
17973checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17974dependencies = [
17975 "futures-util",
17976 "log",
17977 "tokio",
17978 "tungstenite 0.20.1",
17979]
17980
17981[[package]]
17982name = "tokio-tungstenite"
17983version = "0.21.0"
17984source = "registry+https://github.com/rust-lang/crates.io-index"
17985checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17986dependencies = [
17987 "futures-util",
17988 "log",
17989 "tokio",
17990 "tungstenite 0.21.0",
17991]
17992
17993[[package]]
17994name = "tokio-tungstenite"
17995version = "0.28.0"
17996source = "registry+https://github.com/rust-lang/crates.io-index"
17997checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17998dependencies = [
17999 "futures-util",
18000 "log",
18001 "rustls 0.23.33",
18002 "rustls-native-certs 0.8.2",
18003 "rustls-pki-types",
18004 "tokio",
18005 "tokio-rustls 0.26.2",
18006 "tungstenite 0.28.0",
18007]
18008
18009[[package]]
18010name = "tokio-util"
18011version = "0.7.16"
18012source = "registry+https://github.com/rust-lang/crates.io-index"
18013checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18014dependencies = [
18015 "bytes 1.11.1",
18016 "futures-core",
18017 "futures-io",
18018 "futures-sink",
18019 "pin-project-lite",
18020 "tokio",
18021]
18022
18023[[package]]
18024name = "toml"
18025version = "0.5.11"
18026source = "registry+https://github.com/rust-lang/crates.io-index"
18027checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18028dependencies = [
18029 "serde",
18030]
18031
18032[[package]]
18033name = "toml"
18034version = "0.8.23"
18035source = "registry+https://github.com/rust-lang/crates.io-index"
18036checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18037dependencies = [
18038 "serde",
18039 "serde_spanned 0.6.9",
18040 "toml_datetime 0.6.11",
18041 "toml_edit 0.22.27",
18042]
18043
18044[[package]]
18045name = "toml"
18046version = "0.9.8"
18047source = "registry+https://github.com/rust-lang/crates.io-index"
18048checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18049dependencies = [
18050 "indexmap",
18051 "serde_core",
18052 "serde_spanned 1.0.3",
18053 "toml_datetime 0.7.3",
18054 "toml_parser",
18055 "toml_writer",
18056 "winnow",
18057]
18058
18059[[package]]
18060name = "toml_datetime"
18061version = "0.6.11"
18062source = "registry+https://github.com/rust-lang/crates.io-index"
18063checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18064dependencies = [
18065 "serde",
18066]
18067
18068[[package]]
18069name = "toml_datetime"
18070version = "0.7.3"
18071source = "registry+https://github.com/rust-lang/crates.io-index"
18072checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18073dependencies = [
18074 "serde_core",
18075]
18076
18077[[package]]
18078name = "toml_edit"
18079version = "0.22.27"
18080source = "registry+https://github.com/rust-lang/crates.io-index"
18081checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18082dependencies = [
18083 "indexmap",
18084 "serde",
18085 "serde_spanned 0.6.9",
18086 "toml_datetime 0.6.11",
18087 "toml_write",
18088 "winnow",
18089]
18090
18091[[package]]
18092name = "toml_edit"
18093version = "0.23.7"
18094source = "registry+https://github.com/rust-lang/crates.io-index"
18095checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18096dependencies = [
18097 "indexmap",
18098 "toml_datetime 0.7.3",
18099 "toml_parser",
18100 "winnow",
18101]
18102
18103[[package]]
18104name = "toml_parser"
18105version = "1.0.4"
18106source = "registry+https://github.com/rust-lang/crates.io-index"
18107checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18108dependencies = [
18109 "winnow",
18110]
18111
18112[[package]]
18113name = "toml_write"
18114version = "0.1.2"
18115source = "registry+https://github.com/rust-lang/crates.io-index"
18116checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18117
18118[[package]]
18119name = "toml_writer"
18120version = "1.0.4"
18121source = "registry+https://github.com/rust-lang/crates.io-index"
18122checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18123
18124[[package]]
18125name = "toolchain_selector"
18126version = "0.1.0"
18127dependencies = [
18128 "anyhow",
18129 "convert_case 0.8.0",
18130 "editor",
18131 "futures 0.3.31",
18132 "fuzzy",
18133 "gpui",
18134 "language",
18135 "menu",
18136 "open_path_prompt",
18137 "picker",
18138 "project",
18139 "ui",
18140 "util",
18141 "workspace",
18142]
18143
18144[[package]]
18145name = "topological-sort"
18146version = "0.2.2"
18147source = "registry+https://github.com/rust-lang/crates.io-index"
18148checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18149
18150[[package]]
18151name = "tower"
18152version = "0.4.13"
18153source = "registry+https://github.com/rust-lang/crates.io-index"
18154checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18155dependencies = [
18156 "futures-core",
18157 "futures-util",
18158 "pin-project",
18159 "pin-project-lite",
18160 "tokio",
18161 "tower-layer",
18162 "tower-service",
18163 "tracing",
18164]
18165
18166[[package]]
18167name = "tower"
18168version = "0.5.2"
18169source = "registry+https://github.com/rust-lang/crates.io-index"
18170checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18171dependencies = [
18172 "futures-core",
18173 "futures-util",
18174 "pin-project-lite",
18175 "sync_wrapper 1.0.2",
18176 "tokio",
18177 "tower-layer",
18178 "tower-service",
18179]
18180
18181[[package]]
18182name = "tower-http"
18183version = "0.4.4"
18184source = "registry+https://github.com/rust-lang/crates.io-index"
18185checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18186dependencies = [
18187 "bitflags 2.10.0",
18188 "bytes 1.11.1",
18189 "futures-core",
18190 "futures-util",
18191 "http 0.2.12",
18192 "http-body 0.4.6",
18193 "http-range-header",
18194 "pin-project-lite",
18195 "tower-layer",
18196 "tower-service",
18197 "tracing",
18198]
18199
18200[[package]]
18201name = "tower-http"
18202version = "0.6.6"
18203source = "registry+https://github.com/rust-lang/crates.io-index"
18204checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18205dependencies = [
18206 "bitflags 2.10.0",
18207 "bytes 1.11.1",
18208 "futures-util",
18209 "http 1.3.1",
18210 "http-body 1.0.1",
18211 "iri-string",
18212 "pin-project-lite",
18213 "tower 0.5.2",
18214 "tower-layer",
18215 "tower-service",
18216]
18217
18218[[package]]
18219name = "tower-layer"
18220version = "0.3.3"
18221source = "registry+https://github.com/rust-lang/crates.io-index"
18222checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18223
18224[[package]]
18225name = "tower-service"
18226version = "0.3.3"
18227source = "registry+https://github.com/rust-lang/crates.io-index"
18228checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18229
18230[[package]]
18231name = "tracing"
18232version = "0.1.43"
18233source = "registry+https://github.com/rust-lang/crates.io-index"
18234checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18235dependencies = [
18236 "log",
18237 "pin-project-lite",
18238 "tracing-attributes",
18239 "tracing-core",
18240]
18241
18242[[package]]
18243name = "tracing-attributes"
18244version = "0.1.31"
18245source = "registry+https://github.com/rust-lang/crates.io-index"
18246checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18247dependencies = [
18248 "proc-macro2",
18249 "quote",
18250 "syn 2.0.117",
18251]
18252
18253[[package]]
18254name = "tracing-core"
18255version = "0.1.35"
18256source = "registry+https://github.com/rust-lang/crates.io-index"
18257checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18258dependencies = [
18259 "once_cell",
18260 "valuable",
18261]
18262
18263[[package]]
18264name = "tracing-log"
18265version = "0.2.0"
18266source = "registry+https://github.com/rust-lang/crates.io-index"
18267checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18268dependencies = [
18269 "log",
18270 "once_cell",
18271 "tracing-core",
18272]
18273
18274[[package]]
18275name = "tracing-serde"
18276version = "0.2.0"
18277source = "registry+https://github.com/rust-lang/crates.io-index"
18278checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18279dependencies = [
18280 "serde",
18281 "tracing-core",
18282]
18283
18284[[package]]
18285name = "tracing-subscriber"
18286version = "0.3.22"
18287source = "registry+https://github.com/rust-lang/crates.io-index"
18288checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18289dependencies = [
18290 "matchers",
18291 "nu-ansi-term",
18292 "once_cell",
18293 "regex-automata",
18294 "serde",
18295 "serde_json",
18296 "sharded-slab",
18297 "smallvec",
18298 "thread_local",
18299 "tracing",
18300 "tracing-core",
18301 "tracing-log",
18302 "tracing-serde",
18303]
18304
18305[[package]]
18306name = "tracing-tracy"
18307version = "0.11.4"
18308source = "registry+https://github.com/rust-lang/crates.io-index"
18309checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18310dependencies = [
18311 "tracing-core",
18312 "tracing-subscriber",
18313 "tracy-client",
18314]
18315
18316[[package]]
18317name = "tracy-client"
18318version = "0.18.3"
18319source = "registry+https://github.com/rust-lang/crates.io-index"
18320checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18321dependencies = [
18322 "loom",
18323 "once_cell",
18324 "tracy-client-sys",
18325]
18326
18327[[package]]
18328name = "tracy-client-sys"
18329version = "0.27.0"
18330source = "registry+https://github.com/rust-lang/crates.io-index"
18331checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18332dependencies = [
18333 "cc",
18334 "windows-targets 0.52.6",
18335]
18336
18337[[package]]
18338name = "trait-variant"
18339version = "0.1.2"
18340source = "registry+https://github.com/rust-lang/crates.io-index"
18341checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18342dependencies = [
18343 "proc-macro2",
18344 "quote",
18345 "syn 2.0.117",
18346]
18347
18348[[package]]
18349name = "transpose"
18350version = "0.2.3"
18351source = "registry+https://github.com/rust-lang/crates.io-index"
18352checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18353dependencies = [
18354 "num-integer",
18355 "strength_reduce",
18356]
18357
18358[[package]]
18359name = "tree-sitter"
18360version = "0.26.3"
18361source = "registry+https://github.com/rust-lang/crates.io-index"
18362checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18363dependencies = [
18364 "cc",
18365 "regex",
18366 "regex-syntax",
18367 "serde_json",
18368 "streaming-iterator",
18369 "tree-sitter-language",
18370 "wasmtime-c-api-impl",
18371]
18372
18373[[package]]
18374name = "tree-sitter-bash"
18375version = "0.25.1"
18376source = "registry+https://github.com/rust-lang/crates.io-index"
18377checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18378dependencies = [
18379 "cc",
18380 "tree-sitter-language",
18381]
18382
18383[[package]]
18384name = "tree-sitter-c"
18385version = "0.24.1"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18388dependencies = [
18389 "cc",
18390 "tree-sitter-language",
18391]
18392
18393[[package]]
18394name = "tree-sitter-cpp"
18395version = "0.23.4"
18396source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18397dependencies = [
18398 "cc",
18399 "tree-sitter-language",
18400]
18401
18402[[package]]
18403name = "tree-sitter-css"
18404version = "0.23.2"
18405source = "registry+https://github.com/rust-lang/crates.io-index"
18406checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18407dependencies = [
18408 "cc",
18409 "tree-sitter-language",
18410]
18411
18412[[package]]
18413name = "tree-sitter-diff"
18414version = "0.1.0"
18415source = "registry+https://github.com/rust-lang/crates.io-index"
18416checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18417dependencies = [
18418 "cc",
18419 "tree-sitter-language",
18420]
18421
18422[[package]]
18423name = "tree-sitter-elixir"
18424version = "0.3.4"
18425source = "registry+https://github.com/rust-lang/crates.io-index"
18426checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18427dependencies = [
18428 "cc",
18429 "tree-sitter-language",
18430]
18431
18432[[package]]
18433name = "tree-sitter-embedded-template"
18434version = "0.23.2"
18435source = "registry+https://github.com/rust-lang/crates.io-index"
18436checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18437dependencies = [
18438 "cc",
18439 "tree-sitter-language",
18440]
18441
18442[[package]]
18443name = "tree-sitter-gitcommit"
18444version = "0.0.1"
18445source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18446dependencies = [
18447 "cc",
18448 "tree-sitter-language",
18449]
18450
18451[[package]]
18452name = "tree-sitter-go"
18453version = "0.25.0"
18454source = "registry+https://github.com/rust-lang/crates.io-index"
18455checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18456dependencies = [
18457 "cc",
18458 "tree-sitter-language",
18459]
18460
18461[[package]]
18462name = "tree-sitter-gomod"
18463version = "1.1.1"
18464source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18465dependencies = [
18466 "cc",
18467 "tree-sitter-language",
18468]
18469
18470[[package]]
18471name = "tree-sitter-gowork"
18472version = "0.0.1"
18473source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18474dependencies = [
18475 "cc",
18476 "tree-sitter-language",
18477]
18478
18479[[package]]
18480name = "tree-sitter-heex"
18481version = "0.0.1"
18482source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18483dependencies = [
18484 "cc",
18485 "tree-sitter-language",
18486]
18487
18488[[package]]
18489name = "tree-sitter-html"
18490version = "0.23.2"
18491source = "registry+https://github.com/rust-lang/crates.io-index"
18492checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18493dependencies = [
18494 "cc",
18495 "tree-sitter-language",
18496]
18497
18498[[package]]
18499name = "tree-sitter-jsdoc"
18500version = "0.23.2"
18501source = "registry+https://github.com/rust-lang/crates.io-index"
18502checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18503dependencies = [
18504 "cc",
18505 "tree-sitter-language",
18506]
18507
18508[[package]]
18509name = "tree-sitter-json"
18510version = "0.24.8"
18511source = "registry+https://github.com/rust-lang/crates.io-index"
18512checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18513dependencies = [
18514 "cc",
18515 "tree-sitter-language",
18516]
18517
18518[[package]]
18519name = "tree-sitter-language"
18520version = "0.1.5"
18521source = "registry+https://github.com/rust-lang/crates.io-index"
18522checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18523
18524[[package]]
18525name = "tree-sitter-md"
18526version = "0.3.2"
18527source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18528dependencies = [
18529 "cc",
18530 "tree-sitter-language",
18531]
18532
18533[[package]]
18534name = "tree-sitter-python"
18535version = "0.25.0"
18536source = "registry+https://github.com/rust-lang/crates.io-index"
18537checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18538dependencies = [
18539 "cc",
18540 "tree-sitter-language",
18541]
18542
18543[[package]]
18544name = "tree-sitter-regex"
18545version = "0.24.3"
18546source = "registry+https://github.com/rust-lang/crates.io-index"
18547checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18548dependencies = [
18549 "cc",
18550 "tree-sitter-language",
18551]
18552
18553[[package]]
18554name = "tree-sitter-ruby"
18555version = "0.23.1"
18556source = "registry+https://github.com/rust-lang/crates.io-index"
18557checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18558dependencies = [
18559 "cc",
18560 "tree-sitter-language",
18561]
18562
18563[[package]]
18564name = "tree-sitter-rust"
18565version = "0.24.1"
18566source = "registry+https://github.com/rust-lang/crates.io-index"
18567checksum = "f715f73a0687261ddb686f0d64a1e5af57bd199c4d12be5fdda6676ce1885bf9"
18568dependencies = [
18569 "cc",
18570 "tree-sitter-language",
18571]
18572
18573[[package]]
18574name = "tree-sitter-typescript"
18575version = "0.23.2"
18576source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18577dependencies = [
18578 "cc",
18579 "tree-sitter-language",
18580]
18581
18582[[package]]
18583name = "tree-sitter-yaml"
18584version = "0.6.1"
18585source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18586dependencies = [
18587 "cc",
18588 "tree-sitter-language",
18589]
18590
18591[[package]]
18592name = "triomphe"
18593version = "0.1.15"
18594source = "registry+https://github.com/rust-lang/crates.io-index"
18595checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18596dependencies = [
18597 "serde",
18598 "stable_deref_trait",
18599]
18600
18601[[package]]
18602name = "try-lock"
18603version = "0.2.5"
18604source = "registry+https://github.com/rust-lang/crates.io-index"
18605checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18606
18607[[package]]
18608name = "ttf-parser"
18609version = "0.20.0"
18610source = "registry+https://github.com/rust-lang/crates.io-index"
18611checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18612
18613[[package]]
18614name = "ttf-parser"
18615version = "0.25.1"
18616source = "registry+https://github.com/rust-lang/crates.io-index"
18617checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18618dependencies = [
18619 "core_maths",
18620]
18621
18622[[package]]
18623name = "tungstenite"
18624version = "0.20.1"
18625source = "registry+https://github.com/rust-lang/crates.io-index"
18626checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18627dependencies = [
18628 "byteorder",
18629 "bytes 1.11.1",
18630 "data-encoding",
18631 "http 0.2.12",
18632 "httparse",
18633 "log",
18634 "rand 0.8.5",
18635 "sha1",
18636 "thiserror 1.0.69",
18637 "url",
18638 "utf-8",
18639]
18640
18641[[package]]
18642name = "tungstenite"
18643version = "0.21.0"
18644source = "registry+https://github.com/rust-lang/crates.io-index"
18645checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18646dependencies = [
18647 "byteorder",
18648 "bytes 1.11.1",
18649 "data-encoding",
18650 "http 1.3.1",
18651 "httparse",
18652 "log",
18653 "rand 0.8.5",
18654 "sha1",
18655 "thiserror 1.0.69",
18656 "url",
18657 "utf-8",
18658]
18659
18660[[package]]
18661name = "tungstenite"
18662version = "0.27.0"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18665dependencies = [
18666 "bytes 1.11.1",
18667 "data-encoding",
18668 "http 1.3.1",
18669 "httparse",
18670 "log",
18671 "rand 0.9.2",
18672 "rustls 0.23.33",
18673 "rustls-pki-types",
18674 "sha1",
18675 "thiserror 2.0.17",
18676 "utf-8",
18677]
18678
18679[[package]]
18680name = "tungstenite"
18681version = "0.28.0"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18684dependencies = [
18685 "bytes 1.11.1",
18686 "data-encoding",
18687 "http 1.3.1",
18688 "httparse",
18689 "log",
18690 "rand 0.9.2",
18691 "rustls 0.23.33",
18692 "rustls-pki-types",
18693 "sha1",
18694 "thiserror 2.0.17",
18695 "utf-8",
18696]
18697
18698[[package]]
18699name = "typeid"
18700version = "1.0.3"
18701source = "registry+https://github.com/rust-lang/crates.io-index"
18702checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18703
18704[[package]]
18705name = "typenum"
18706version = "1.19.0"
18707source = "registry+https://github.com/rust-lang/crates.io-index"
18708checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18709
18710[[package]]
18711name = "ucd-trie"
18712version = "0.1.7"
18713source = "registry+https://github.com/rust-lang/crates.io-index"
18714checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18715
18716[[package]]
18717name = "uds"
18718version = "0.4.2"
18719source = "registry+https://github.com/rust-lang/crates.io-index"
18720checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18721dependencies = [
18722 "libc",
18723]
18724
18725[[package]]
18726name = "uds_windows"
18727version = "1.1.0"
18728source = "registry+https://github.com/rust-lang/crates.io-index"
18729checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18730dependencies = [
18731 "memoffset",
18732 "tempfile",
18733 "winapi",
18734]
18735
18736[[package]]
18737name = "ug"
18738version = "0.4.0"
18739source = "registry+https://github.com/rust-lang/crates.io-index"
18740checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18741dependencies = [
18742 "gemm 0.18.2",
18743 "half",
18744 "libloading",
18745 "memmap2",
18746 "num",
18747 "num-traits",
18748 "num_cpus",
18749 "rayon",
18750 "safetensors",
18751 "serde",
18752 "thiserror 1.0.69",
18753 "tracing",
18754 "yoke 0.7.5",
18755]
18756
18757[[package]]
18758name = "ui"
18759version = "0.1.0"
18760dependencies = [
18761 "chrono",
18762 "component",
18763 "documented",
18764 "gpui",
18765 "gpui_macros",
18766 "icons",
18767 "itertools 0.14.0",
18768 "menu",
18769 "schemars",
18770 "serde",
18771 "settings",
18772 "smallvec",
18773 "story",
18774 "strum 0.27.2",
18775 "theme",
18776 "ui_macros",
18777 "util",
18778 "windows 0.61.3",
18779]
18780
18781[[package]]
18782name = "ui_input"
18783version = "0.1.0"
18784dependencies = [
18785 "component",
18786 "gpui",
18787 "ui",
18788]
18789
18790[[package]]
18791name = "ui_macros"
18792version = "0.1.0"
18793dependencies = [
18794 "component",
18795 "quote",
18796 "syn 2.0.117",
18797 "ui",
18798]
18799
18800[[package]]
18801name = "ui_prompt"
18802version = "0.1.0"
18803dependencies = [
18804 "gpui",
18805 "markdown",
18806 "menu",
18807 "settings",
18808 "theme",
18809 "ui",
18810 "workspace",
18811]
18812
18813[[package]]
18814name = "unarray"
18815version = "0.1.4"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18818
18819[[package]]
18820name = "unicase"
18821version = "2.8.1"
18822source = "registry+https://github.com/rust-lang/crates.io-index"
18823checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18824
18825[[package]]
18826name = "unicode-bidi"
18827version = "0.3.18"
18828source = "registry+https://github.com/rust-lang/crates.io-index"
18829checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18830
18831[[package]]
18832name = "unicode-bidi-mirroring"
18833version = "0.4.0"
18834source = "registry+https://github.com/rust-lang/crates.io-index"
18835checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18836
18837[[package]]
18838name = "unicode-ccc"
18839version = "0.4.0"
18840source = "registry+https://github.com/rust-lang/crates.io-index"
18841checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18842
18843[[package]]
18844name = "unicode-general-category"
18845version = "1.1.0"
18846source = "registry+https://github.com/rust-lang/crates.io-index"
18847checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18848
18849[[package]]
18850name = "unicode-ident"
18851version = "1.0.19"
18852source = "registry+https://github.com/rust-lang/crates.io-index"
18853checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18854
18855[[package]]
18856name = "unicode-linebreak"
18857version = "0.1.5"
18858source = "registry+https://github.com/rust-lang/crates.io-index"
18859checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18860
18861[[package]]
18862name = "unicode-normalization"
18863version = "0.1.24"
18864source = "registry+https://github.com/rust-lang/crates.io-index"
18865checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18866dependencies = [
18867 "tinyvec",
18868]
18869
18870[[package]]
18871name = "unicode-properties"
18872version = "0.1.3"
18873source = "registry+https://github.com/rust-lang/crates.io-index"
18874checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18875
18876[[package]]
18877name = "unicode-script"
18878version = "0.5.8"
18879source = "registry+https://github.com/rust-lang/crates.io-index"
18880checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18881
18882[[package]]
18883name = "unicode-segmentation"
18884version = "1.12.0"
18885source = "registry+https://github.com/rust-lang/crates.io-index"
18886checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18887
18888[[package]]
18889name = "unicode-vo"
18890version = "0.1.0"
18891source = "registry+https://github.com/rust-lang/crates.io-index"
18892checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18893
18894[[package]]
18895name = "unicode-width"
18896version = "0.2.2"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18899
18900[[package]]
18901name = "unicode-xid"
18902version = "0.2.6"
18903source = "registry+https://github.com/rust-lang/crates.io-index"
18904checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18905
18906[[package]]
18907name = "unicode_categories"
18908version = "0.1.1"
18909source = "registry+https://github.com/rust-lang/crates.io-index"
18910checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18911
18912[[package]]
18913name = "unindent"
18914version = "0.2.4"
18915source = "registry+https://github.com/rust-lang/crates.io-index"
18916checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18917
18918[[package]]
18919name = "unsafe-libyaml"
18920version = "0.2.11"
18921source = "registry+https://github.com/rust-lang/crates.io-index"
18922checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18923
18924[[package]]
18925name = "untrusted"
18926version = "0.7.1"
18927source = "registry+https://github.com/rust-lang/crates.io-index"
18928checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18929
18930[[package]]
18931name = "untrusted"
18932version = "0.9.0"
18933source = "registry+https://github.com/rust-lang/crates.io-index"
18934checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18935
18936[[package]]
18937name = "url"
18938version = "2.5.7"
18939source = "registry+https://github.com/rust-lang/crates.io-index"
18940checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18941dependencies = [
18942 "form_urlencoded",
18943 "idna",
18944 "percent-encoding",
18945 "serde",
18946]
18947
18948[[package]]
18949name = "urlencoding"
18950version = "2.1.3"
18951source = "registry+https://github.com/rust-lang/crates.io-index"
18952checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18953
18954[[package]]
18955name = "usvg"
18956version = "0.45.1"
18957source = "registry+https://github.com/rust-lang/crates.io-index"
18958checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18959dependencies = [
18960 "base64 0.22.1",
18961 "data-url",
18962 "flate2",
18963 "fontdb 0.23.0",
18964 "imagesize",
18965 "kurbo",
18966 "log",
18967 "pico-args",
18968 "roxmltree",
18969 "rustybuzz",
18970 "simplecss",
18971 "siphasher 1.0.1",
18972 "strict-num",
18973 "svgtypes",
18974 "tiny-skia-path",
18975 "unicode-bidi",
18976 "unicode-script",
18977 "unicode-vo",
18978 "xmlwriter",
18979]
18980
18981[[package]]
18982name = "utf-8"
18983version = "0.7.6"
18984source = "registry+https://github.com/rust-lang/crates.io-index"
18985checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18986
18987[[package]]
18988name = "utf8-chars"
18989version = "3.0.6"
18990source = "registry+https://github.com/rust-lang/crates.io-index"
18991checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18992dependencies = [
18993 "arrayvec",
18994]
18995
18996[[package]]
18997name = "utf8_iter"
18998version = "1.0.4"
18999source = "registry+https://github.com/rust-lang/crates.io-index"
19000checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19001
19002[[package]]
19003name = "utf8parse"
19004version = "0.2.2"
19005source = "registry+https://github.com/rust-lang/crates.io-index"
19006checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19007
19008[[package]]
19009name = "util"
19010version = "0.1.0"
19011dependencies = [
19012 "anyhow",
19013 "async-fs",
19014 "async_zip",
19015 "collections",
19016 "command-fds",
19017 "dirs 4.0.0",
19018 "dunce",
19019 "futures 0.3.31",
19020 "futures-lite 1.13.0",
19021 "git2",
19022 "globset",
19023 "gpui_util",
19024 "itertools 0.14.0",
19025 "libc",
19026 "log",
19027 "mach2 0.5.0",
19028 "nix 0.29.0",
19029 "percent-encoding",
19030 "pretty_assertions",
19031 "rand 0.9.2",
19032 "regex",
19033 "rust-embed",
19034 "schemars",
19035 "serde",
19036 "serde_json",
19037 "serde_json_lenient",
19038 "shlex",
19039 "smol",
19040 "take-until",
19041 "tempfile",
19042 "tendril",
19043 "unicase",
19044 "url",
19045 "util_macros",
19046 "walkdir",
19047 "which 6.0.3",
19048]
19049
19050[[package]]
19051name = "util_macros"
19052version = "0.1.0"
19053dependencies = [
19054 "perf",
19055 "quote",
19056 "syn 2.0.117",
19057]
19058
19059[[package]]
19060name = "uuid"
19061version = "1.18.1"
19062source = "registry+https://github.com/rust-lang/crates.io-index"
19063checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19064dependencies = [
19065 "getrandom 0.3.4",
19066 "js-sys",
19067 "serde",
19068 "sha1_smol",
19069 "wasm-bindgen",
19070]
19071
19072[[package]]
19073name = "uuid-simd"
19074version = "0.8.0"
19075source = "registry+https://github.com/rust-lang/crates.io-index"
19076checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19077dependencies = [
19078 "outref",
19079 "vsimd",
19080]
19081
19082[[package]]
19083name = "v_frame"
19084version = "0.3.9"
19085source = "registry+https://github.com/rust-lang/crates.io-index"
19086checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19087dependencies = [
19088 "aligned-vec",
19089 "num-traits",
19090 "wasm-bindgen",
19091]
19092
19093[[package]]
19094name = "valuable"
19095version = "0.1.1"
19096source = "registry+https://github.com/rust-lang/crates.io-index"
19097checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19098
19099[[package]]
19100name = "value-bag"
19101version = "1.12.0"
19102source = "registry+https://github.com/rust-lang/crates.io-index"
19103checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19104dependencies = [
19105 "value-bag-serde1",
19106 "value-bag-sval2",
19107]
19108
19109[[package]]
19110name = "value-bag-serde1"
19111version = "1.12.0"
19112source = "registry+https://github.com/rust-lang/crates.io-index"
19113checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19114dependencies = [
19115 "erased-serde",
19116 "serde_core",
19117 "serde_fmt",
19118]
19119
19120[[package]]
19121name = "value-bag-sval2"
19122version = "1.12.0"
19123source = "registry+https://github.com/rust-lang/crates.io-index"
19124checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19125dependencies = [
19126 "sval",
19127 "sval_buffer",
19128 "sval_dynamic",
19129 "sval_fmt",
19130 "sval_json",
19131 "sval_ref",
19132 "sval_serde",
19133]
19134
19135[[package]]
19136name = "vcpkg"
19137version = "0.2.15"
19138source = "registry+https://github.com/rust-lang/crates.io-index"
19139checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19140
19141[[package]]
19142name = "vercel"
19143version = "0.1.0"
19144dependencies = [
19145 "anyhow",
19146 "schemars",
19147 "serde",
19148 "strum 0.27.2",
19149]
19150
19151[[package]]
19152name = "version-compare"
19153version = "0.2.0"
19154source = "registry+https://github.com/rust-lang/crates.io-index"
19155checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19156
19157[[package]]
19158name = "version_check"
19159version = "0.9.5"
19160source = "registry+https://github.com/rust-lang/crates.io-index"
19161checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19162
19163[[package]]
19164name = "vim"
19165version = "0.1.0"
19166dependencies = [
19167 "anyhow",
19168 "async-compat",
19169 "async-trait",
19170 "collections",
19171 "command_palette",
19172 "command_palette_hooks",
19173 "db",
19174 "editor",
19175 "env_logger 0.11.8",
19176 "futures 0.3.31",
19177 "fuzzy",
19178 "git_ui",
19179 "gpui",
19180 "indoc",
19181 "itertools 0.14.0",
19182 "language",
19183 "log",
19184 "lsp",
19185 "markdown_preview",
19186 "menu",
19187 "multi_buffer",
19188 "nvim-rs",
19189 "outline_panel",
19190 "parking_lot",
19191 "perf",
19192 "picker",
19193 "project",
19194 "project_panel",
19195 "regex",
19196 "release_channel",
19197 "schemars",
19198 "search",
19199 "semver",
19200 "serde",
19201 "serde_json",
19202 "settings",
19203 "settings_ui",
19204 "task",
19205 "text",
19206 "theme",
19207 "tokio",
19208 "ui",
19209 "util",
19210 "util_macros",
19211 "vim_mode_setting",
19212 "workspace",
19213 "zed_actions",
19214]
19215
19216[[package]]
19217name = "vim_mode_setting"
19218version = "0.1.0"
19219dependencies = [
19220 "gpui",
19221 "settings",
19222]
19223
19224[[package]]
19225name = "vscode_theme"
19226version = "0.2.0"
19227source = "registry+https://github.com/rust-lang/crates.io-index"
19228checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19229dependencies = [
19230 "serde",
19231]
19232
19233[[package]]
19234name = "vsimd"
19235version = "0.8.0"
19236source = "registry+https://github.com/rust-lang/crates.io-index"
19237checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19238
19239[[package]]
19240name = "vswhom"
19241version = "0.1.0"
19242source = "registry+https://github.com/rust-lang/crates.io-index"
19243checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19244dependencies = [
19245 "libc",
19246 "vswhom-sys",
19247]
19248
19249[[package]]
19250name = "vswhom-sys"
19251version = "0.1.3"
19252source = "registry+https://github.com/rust-lang/crates.io-index"
19253checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19254dependencies = [
19255 "cc",
19256 "libc",
19257]
19258
19259[[package]]
19260name = "vte"
19261version = "0.15.0"
19262source = "registry+https://github.com/rust-lang/crates.io-index"
19263checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19264dependencies = [
19265 "arrayvec",
19266 "bitflags 2.10.0",
19267 "cursor-icon",
19268 "log",
19269 "memchr",
19270 "serde",
19271]
19272
19273[[package]]
19274name = "wait-timeout"
19275version = "0.2.1"
19276source = "registry+https://github.com/rust-lang/crates.io-index"
19277checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19278dependencies = [
19279 "libc",
19280]
19281
19282[[package]]
19283name = "waker-fn"
19284version = "1.2.0"
19285source = "registry+https://github.com/rust-lang/crates.io-index"
19286checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19287
19288[[package]]
19289name = "walkdir"
19290version = "2.5.0"
19291source = "registry+https://github.com/rust-lang/crates.io-index"
19292checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19293dependencies = [
19294 "same-file",
19295 "winapi-util",
19296]
19297
19298[[package]]
19299name = "want"
19300version = "0.3.1"
19301source = "registry+https://github.com/rust-lang/crates.io-index"
19302checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19303dependencies = [
19304 "try-lock",
19305]
19306
19307[[package]]
19308name = "warp"
19309version = "0.3.7"
19310source = "registry+https://github.com/rust-lang/crates.io-index"
19311checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19312dependencies = [
19313 "bytes 1.11.1",
19314 "futures-channel",
19315 "futures-util",
19316 "headers",
19317 "http 0.2.12",
19318 "hyper 0.14.32",
19319 "log",
19320 "mime",
19321 "mime_guess",
19322 "percent-encoding",
19323 "pin-project",
19324 "scoped-tls",
19325 "serde",
19326 "serde_json",
19327 "serde_urlencoded",
19328 "tokio",
19329 "tokio-tungstenite 0.21.0",
19330 "tokio-util",
19331 "tower-service",
19332 "tracing",
19333]
19334
19335[[package]]
19336name = "wasi"
19337version = "0.11.1+wasi-snapshot-preview1"
19338source = "registry+https://github.com/rust-lang/crates.io-index"
19339checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19340
19341[[package]]
19342name = "wasip2"
19343version = "1.0.1+wasi-0.2.4"
19344source = "registry+https://github.com/rust-lang/crates.io-index"
19345checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19346dependencies = [
19347 "wit-bindgen 0.46.0",
19348]
19349
19350[[package]]
19351name = "wasip3"
19352version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19353source = "registry+https://github.com/rust-lang/crates.io-index"
19354checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19355dependencies = [
19356 "wit-bindgen 0.51.0",
19357]
19358
19359[[package]]
19360name = "wasite"
19361version = "0.1.0"
19362source = "registry+https://github.com/rust-lang/crates.io-index"
19363checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19364
19365[[package]]
19366name = "wasm-bindgen"
19367version = "0.2.113"
19368source = "registry+https://github.com/rust-lang/crates.io-index"
19369checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19370dependencies = [
19371 "cfg-if",
19372 "once_cell",
19373 "rustversion",
19374 "wasm-bindgen-macro",
19375 "wasm-bindgen-shared",
19376]
19377
19378[[package]]
19379name = "wasm-bindgen-futures"
19380version = "0.4.63"
19381source = "registry+https://github.com/rust-lang/crates.io-index"
19382checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19383dependencies = [
19384 "cfg-if",
19385 "futures-util",
19386 "js-sys",
19387 "once_cell",
19388 "wasm-bindgen",
19389 "web-sys",
19390]
19391
19392[[package]]
19393name = "wasm-bindgen-macro"
19394version = "0.2.113"
19395source = "registry+https://github.com/rust-lang/crates.io-index"
19396checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19397dependencies = [
19398 "quote",
19399 "wasm-bindgen-macro-support",
19400]
19401
19402[[package]]
19403name = "wasm-bindgen-macro-support"
19404version = "0.2.113"
19405source = "registry+https://github.com/rust-lang/crates.io-index"
19406checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19407dependencies = [
19408 "bumpalo",
19409 "proc-macro2",
19410 "quote",
19411 "syn 2.0.117",
19412 "wasm-bindgen-shared",
19413]
19414
19415[[package]]
19416name = "wasm-bindgen-shared"
19417version = "0.2.113"
19418source = "registry+https://github.com/rust-lang/crates.io-index"
19419checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19420dependencies = [
19421 "unicode-ident",
19422]
19423
19424[[package]]
19425name = "wasm-encoder"
19426version = "0.201.0"
19427source = "registry+https://github.com/rust-lang/crates.io-index"
19428checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19429dependencies = [
19430 "leb128",
19431]
19432
19433[[package]]
19434name = "wasm-encoder"
19435version = "0.221.3"
19436source = "registry+https://github.com/rust-lang/crates.io-index"
19437checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19438dependencies = [
19439 "leb128",
19440 "wasmparser 0.221.3",
19441]
19442
19443[[package]]
19444name = "wasm-encoder"
19445version = "0.227.1"
19446source = "registry+https://github.com/rust-lang/crates.io-index"
19447checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19448dependencies = [
19449 "leb128fmt",
19450 "wasmparser 0.227.1",
19451]
19452
19453[[package]]
19454name = "wasm-encoder"
19455version = "0.229.0"
19456source = "registry+https://github.com/rust-lang/crates.io-index"
19457checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19458dependencies = [
19459 "leb128fmt",
19460 "wasmparser 0.229.0",
19461]
19462
19463[[package]]
19464name = "wasm-encoder"
19465version = "0.244.0"
19466source = "registry+https://github.com/rust-lang/crates.io-index"
19467checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19468dependencies = [
19469 "leb128fmt",
19470 "wasmparser 0.244.0",
19471]
19472
19473[[package]]
19474name = "wasm-metadata"
19475version = "0.201.0"
19476source = "registry+https://github.com/rust-lang/crates.io-index"
19477checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19478dependencies = [
19479 "anyhow",
19480 "indexmap",
19481 "serde",
19482 "serde_derive",
19483 "serde_json",
19484 "spdx",
19485 "wasm-encoder 0.201.0",
19486 "wasmparser 0.201.0",
19487]
19488
19489[[package]]
19490name = "wasm-metadata"
19491version = "0.227.1"
19492source = "registry+https://github.com/rust-lang/crates.io-index"
19493checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19494dependencies = [
19495 "anyhow",
19496 "auditable-serde",
19497 "flate2",
19498 "indexmap",
19499 "serde",
19500 "serde_derive",
19501 "serde_json",
19502 "spdx",
19503 "url",
19504 "wasm-encoder 0.227.1",
19505 "wasmparser 0.227.1",
19506]
19507
19508[[package]]
19509name = "wasm-metadata"
19510version = "0.244.0"
19511source = "registry+https://github.com/rust-lang/crates.io-index"
19512checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19513dependencies = [
19514 "anyhow",
19515 "indexmap",
19516 "wasm-encoder 0.244.0",
19517 "wasmparser 0.244.0",
19518]
19519
19520[[package]]
19521name = "wasm-streams"
19522version = "0.4.2"
19523source = "registry+https://github.com/rust-lang/crates.io-index"
19524checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19525dependencies = [
19526 "futures-util",
19527 "js-sys",
19528 "wasm-bindgen",
19529 "wasm-bindgen-futures",
19530 "web-sys",
19531]
19532
19533[[package]]
19534name = "wasm_thread"
19535version = "0.3.3"
19536source = "registry+https://github.com/rust-lang/crates.io-index"
19537checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19538dependencies = [
19539 "futures 0.3.31",
19540 "js-sys",
19541 "wasm-bindgen",
19542 "web-sys",
19543]
19544
19545[[package]]
19546name = "wasmparser"
19547version = "0.201.0"
19548source = "registry+https://github.com/rust-lang/crates.io-index"
19549checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19550dependencies = [
19551 "bitflags 2.10.0",
19552 "indexmap",
19553 "semver",
19554]
19555
19556[[package]]
19557name = "wasmparser"
19558version = "0.221.3"
19559source = "registry+https://github.com/rust-lang/crates.io-index"
19560checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19561dependencies = [
19562 "bitflags 2.10.0",
19563 "hashbrown 0.15.5",
19564 "indexmap",
19565 "semver",
19566 "serde",
19567]
19568
19569[[package]]
19570name = "wasmparser"
19571version = "0.227.1"
19572source = "registry+https://github.com/rust-lang/crates.io-index"
19573checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19574dependencies = [
19575 "bitflags 2.10.0",
19576 "hashbrown 0.15.5",
19577 "indexmap",
19578 "semver",
19579]
19580
19581[[package]]
19582name = "wasmparser"
19583version = "0.229.0"
19584source = "registry+https://github.com/rust-lang/crates.io-index"
19585checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19586dependencies = [
19587 "bitflags 2.10.0",
19588 "hashbrown 0.15.5",
19589 "indexmap",
19590 "semver",
19591 "serde",
19592]
19593
19594[[package]]
19595name = "wasmparser"
19596version = "0.244.0"
19597source = "registry+https://github.com/rust-lang/crates.io-index"
19598checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19599dependencies = [
19600 "bitflags 2.10.0",
19601 "hashbrown 0.15.5",
19602 "indexmap",
19603 "semver",
19604]
19605
19606[[package]]
19607name = "wasmprinter"
19608version = "0.229.0"
19609source = "registry+https://github.com/rust-lang/crates.io-index"
19610checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19611dependencies = [
19612 "anyhow",
19613 "termcolor",
19614 "wasmparser 0.229.0",
19615]
19616
19617[[package]]
19618name = "wasmtime"
19619version = "33.0.2"
19620source = "registry+https://github.com/rust-lang/crates.io-index"
19621checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19622dependencies = [
19623 "addr2line 0.24.2",
19624 "anyhow",
19625 "async-trait",
19626 "bitflags 2.10.0",
19627 "bumpalo",
19628 "cc",
19629 "cfg-if",
19630 "encoding_rs",
19631 "hashbrown 0.15.5",
19632 "indexmap",
19633 "libc",
19634 "log",
19635 "mach2 0.4.3",
19636 "memfd",
19637 "object 0.36.7",
19638 "once_cell",
19639 "postcard",
19640 "psm",
19641 "pulley-interpreter",
19642 "rayon",
19643 "rustix 1.1.2",
19644 "semver",
19645 "serde",
19646 "serde_derive",
19647 "smallvec",
19648 "sptr",
19649 "target-lexicon 0.13.3",
19650 "trait-variant",
19651 "wasmparser 0.229.0",
19652 "wasmtime-asm-macros",
19653 "wasmtime-component-macro",
19654 "wasmtime-component-util",
19655 "wasmtime-cranelift",
19656 "wasmtime-environ",
19657 "wasmtime-fiber",
19658 "wasmtime-jit-icache-coherence",
19659 "wasmtime-math",
19660 "wasmtime-slab",
19661 "wasmtime-versioned-export-macros",
19662 "wasmtime-winch",
19663 "windows-sys 0.59.0",
19664]
19665
19666[[package]]
19667name = "wasmtime-asm-macros"
19668version = "33.0.2"
19669source = "registry+https://github.com/rust-lang/crates.io-index"
19670checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19671dependencies = [
19672 "cfg-if",
19673]
19674
19675[[package]]
19676name = "wasmtime-c-api-impl"
19677version = "33.0.2"
19678source = "registry+https://github.com/rust-lang/crates.io-index"
19679checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19680dependencies = [
19681 "anyhow",
19682 "log",
19683 "tracing",
19684 "wasmtime",
19685 "wasmtime-c-api-macros",
19686]
19687
19688[[package]]
19689name = "wasmtime-c-api-macros"
19690version = "33.0.2"
19691source = "registry+https://github.com/rust-lang/crates.io-index"
19692checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19693dependencies = [
19694 "proc-macro2",
19695 "quote",
19696]
19697
19698[[package]]
19699name = "wasmtime-component-macro"
19700version = "33.0.2"
19701source = "registry+https://github.com/rust-lang/crates.io-index"
19702checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19703dependencies = [
19704 "anyhow",
19705 "proc-macro2",
19706 "quote",
19707 "syn 2.0.117",
19708 "wasmtime-component-util",
19709 "wasmtime-wit-bindgen",
19710 "wit-parser 0.229.0",
19711]
19712
19713[[package]]
19714name = "wasmtime-component-util"
19715version = "33.0.2"
19716source = "registry+https://github.com/rust-lang/crates.io-index"
19717checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19718
19719[[package]]
19720name = "wasmtime-cranelift"
19721version = "33.0.2"
19722source = "registry+https://github.com/rust-lang/crates.io-index"
19723checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19724dependencies = [
19725 "anyhow",
19726 "cfg-if",
19727 "cranelift-codegen",
19728 "cranelift-control",
19729 "cranelift-entity",
19730 "cranelift-frontend",
19731 "cranelift-native",
19732 "gimli 0.31.1",
19733 "itertools 0.14.0",
19734 "log",
19735 "object 0.36.7",
19736 "pulley-interpreter",
19737 "smallvec",
19738 "target-lexicon 0.13.3",
19739 "thiserror 2.0.17",
19740 "wasmparser 0.229.0",
19741 "wasmtime-environ",
19742 "wasmtime-versioned-export-macros",
19743]
19744
19745[[package]]
19746name = "wasmtime-environ"
19747version = "33.0.2"
19748source = "registry+https://github.com/rust-lang/crates.io-index"
19749checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19750dependencies = [
19751 "anyhow",
19752 "cpp_demangle",
19753 "cranelift-bitset",
19754 "cranelift-entity",
19755 "gimli 0.31.1",
19756 "indexmap",
19757 "log",
19758 "object 0.36.7",
19759 "postcard",
19760 "rustc-demangle",
19761 "semver",
19762 "serde",
19763 "serde_derive",
19764 "smallvec",
19765 "target-lexicon 0.13.3",
19766 "wasm-encoder 0.229.0",
19767 "wasmparser 0.229.0",
19768 "wasmprinter",
19769 "wasmtime-component-util",
19770]
19771
19772[[package]]
19773name = "wasmtime-fiber"
19774version = "33.0.2"
19775source = "registry+https://github.com/rust-lang/crates.io-index"
19776checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19777dependencies = [
19778 "anyhow",
19779 "cc",
19780 "cfg-if",
19781 "rustix 1.1.2",
19782 "wasmtime-asm-macros",
19783 "wasmtime-versioned-export-macros",
19784 "windows-sys 0.59.0",
19785]
19786
19787[[package]]
19788name = "wasmtime-jit-icache-coherence"
19789version = "33.0.2"
19790source = "registry+https://github.com/rust-lang/crates.io-index"
19791checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19792dependencies = [
19793 "anyhow",
19794 "cfg-if",
19795 "libc",
19796 "windows-sys 0.59.0",
19797]
19798
19799[[package]]
19800name = "wasmtime-math"
19801version = "33.0.2"
19802source = "registry+https://github.com/rust-lang/crates.io-index"
19803checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19804dependencies = [
19805 "libm",
19806]
19807
19808[[package]]
19809name = "wasmtime-slab"
19810version = "33.0.2"
19811source = "registry+https://github.com/rust-lang/crates.io-index"
19812checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19813
19814[[package]]
19815name = "wasmtime-versioned-export-macros"
19816version = "33.0.2"
19817source = "registry+https://github.com/rust-lang/crates.io-index"
19818checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19819dependencies = [
19820 "proc-macro2",
19821 "quote",
19822 "syn 2.0.117",
19823]
19824
19825[[package]]
19826name = "wasmtime-wasi"
19827version = "33.0.2"
19828source = "registry+https://github.com/rust-lang/crates.io-index"
19829checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19830dependencies = [
19831 "anyhow",
19832 "async-trait",
19833 "bitflags 2.10.0",
19834 "bytes 1.11.1",
19835 "cap-fs-ext",
19836 "cap-net-ext",
19837 "cap-rand",
19838 "cap-std",
19839 "cap-time-ext",
19840 "fs-set-times",
19841 "futures 0.3.31",
19842 "io-extras",
19843 "io-lifetimes",
19844 "rustix 1.1.2",
19845 "system-interface",
19846 "thiserror 2.0.17",
19847 "tokio",
19848 "tracing",
19849 "url",
19850 "wasmtime",
19851 "wasmtime-wasi-io",
19852 "wiggle",
19853 "windows-sys 0.59.0",
19854]
19855
19856[[package]]
19857name = "wasmtime-wasi-io"
19858version = "33.0.2"
19859source = "registry+https://github.com/rust-lang/crates.io-index"
19860checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19861dependencies = [
19862 "anyhow",
19863 "async-trait",
19864 "bytes 1.11.1",
19865 "futures 0.3.31",
19866 "wasmtime",
19867]
19868
19869[[package]]
19870name = "wasmtime-winch"
19871version = "33.0.2"
19872source = "registry+https://github.com/rust-lang/crates.io-index"
19873checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19874dependencies = [
19875 "anyhow",
19876 "cranelift-codegen",
19877 "gimli 0.31.1",
19878 "object 0.36.7",
19879 "target-lexicon 0.13.3",
19880 "wasmparser 0.229.0",
19881 "wasmtime-cranelift",
19882 "wasmtime-environ",
19883 "winch-codegen",
19884]
19885
19886[[package]]
19887name = "wasmtime-wit-bindgen"
19888version = "33.0.2"
19889source = "registry+https://github.com/rust-lang/crates.io-index"
19890checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19891dependencies = [
19892 "anyhow",
19893 "heck 0.5.0",
19894 "indexmap",
19895 "wit-parser 0.229.0",
19896]
19897
19898[[package]]
19899name = "wast"
19900version = "35.0.2"
19901source = "registry+https://github.com/rust-lang/crates.io-index"
19902checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19903dependencies = [
19904 "leb128",
19905]
19906
19907[[package]]
19908name = "watch"
19909version = "0.1.0"
19910dependencies = [
19911 "ctor",
19912 "futures 0.3.31",
19913 "gpui",
19914 "parking_lot",
19915 "zlog",
19916]
19917
19918[[package]]
19919name = "wax"
19920version = "0.7.0"
19921source = "registry+https://github.com/rust-lang/crates.io-index"
19922checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19923dependencies = [
19924 "const_format",
19925 "itertools 0.14.0",
19926 "nom 7.1.3",
19927 "pori",
19928 "regex",
19929 "thiserror 2.0.17",
19930 "walkdir",
19931]
19932
19933[[package]]
19934name = "wayland-backend"
19935version = "0.3.11"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19938dependencies = [
19939 "cc",
19940 "downcast-rs",
19941 "rustix 1.1.2",
19942 "scoped-tls",
19943 "smallvec",
19944 "wayland-sys",
19945]
19946
19947[[package]]
19948name = "wayland-client"
19949version = "0.31.11"
19950source = "registry+https://github.com/rust-lang/crates.io-index"
19951checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19952dependencies = [
19953 "bitflags 2.10.0",
19954 "rustix 1.1.2",
19955 "wayland-backend",
19956 "wayland-scanner",
19957]
19958
19959[[package]]
19960name = "wayland-cursor"
19961version = "0.31.11"
19962source = "registry+https://github.com/rust-lang/crates.io-index"
19963checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19964dependencies = [
19965 "rustix 1.1.2",
19966 "wayland-client",
19967 "xcursor",
19968]
19969
19970[[package]]
19971name = "wayland-protocols"
19972version = "0.32.9"
19973source = "registry+https://github.com/rust-lang/crates.io-index"
19974checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19975dependencies = [
19976 "bitflags 2.10.0",
19977 "wayland-backend",
19978 "wayland-client",
19979 "wayland-scanner",
19980]
19981
19982[[package]]
19983name = "wayland-protocols-plasma"
19984version = "0.3.9"
19985source = "registry+https://github.com/rust-lang/crates.io-index"
19986checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19987dependencies = [
19988 "bitflags 2.10.0",
19989 "wayland-backend",
19990 "wayland-client",
19991 "wayland-protocols",
19992 "wayland-scanner",
19993]
19994
19995[[package]]
19996name = "wayland-protocols-wlr"
19997version = "0.3.9"
19998source = "registry+https://github.com/rust-lang/crates.io-index"
19999checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20000dependencies = [
20001 "bitflags 2.10.0",
20002 "wayland-backend",
20003 "wayland-client",
20004 "wayland-protocols",
20005 "wayland-scanner",
20006]
20007
20008[[package]]
20009name = "wayland-scanner"
20010version = "0.31.7"
20011source = "registry+https://github.com/rust-lang/crates.io-index"
20012checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20013dependencies = [
20014 "proc-macro2",
20015 "quick-xml 0.37.5",
20016 "quote",
20017]
20018
20019[[package]]
20020name = "wayland-sys"
20021version = "0.31.7"
20022source = "registry+https://github.com/rust-lang/crates.io-index"
20023checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20024dependencies = [
20025 "dlib",
20026 "log",
20027 "once_cell",
20028 "pkg-config",
20029]
20030
20031[[package]]
20032name = "web-sys"
20033version = "0.3.90"
20034source = "registry+https://github.com/rust-lang/crates.io-index"
20035checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20036dependencies = [
20037 "js-sys",
20038 "wasm-bindgen",
20039]
20040
20041[[package]]
20042name = "web-time"
20043version = "1.1.0"
20044source = "registry+https://github.com/rust-lang/crates.io-index"
20045checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20046dependencies = [
20047 "js-sys",
20048 "wasm-bindgen",
20049]
20050
20051[[package]]
20052name = "web_atoms"
20053version = "0.1.3"
20054source = "registry+https://github.com/rust-lang/crates.io-index"
20055checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20056dependencies = [
20057 "phf 0.11.3",
20058 "phf_codegen",
20059 "string_cache",
20060 "string_cache_codegen",
20061]
20062
20063[[package]]
20064name = "web_search"
20065version = "0.1.0"
20066dependencies = [
20067 "anyhow",
20068 "cloud_llm_client",
20069 "collections",
20070 "gpui",
20071 "serde",
20072]
20073
20074[[package]]
20075name = "web_search_providers"
20076version = "0.1.0"
20077dependencies = [
20078 "anyhow",
20079 "client",
20080 "cloud_api_types",
20081 "cloud_llm_client",
20082 "futures 0.3.31",
20083 "gpui",
20084 "http_client",
20085 "language_model",
20086 "serde",
20087 "serde_json",
20088 "web_search",
20089]
20090
20091[[package]]
20092name = "webpki-root-certs"
20093version = "0.26.8"
20094source = "registry+https://github.com/rust-lang/crates.io-index"
20095checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20096dependencies = [
20097 "rustls-pki-types",
20098]
20099
20100[[package]]
20101name = "webpki-roots"
20102version = "0.26.8"
20103source = "registry+https://github.com/rust-lang/crates.io-index"
20104checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20105dependencies = [
20106 "rustls-pki-types",
20107]
20108
20109[[package]]
20110name = "webrtc-sys"
20111version = "0.3.23"
20112source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20113dependencies = [
20114 "cc",
20115 "cxx",
20116 "cxx-build",
20117 "glob",
20118 "log",
20119 "pkg-config",
20120 "webrtc-sys-build",
20121]
20122
20123[[package]]
20124name = "webrtc-sys-build"
20125version = "0.3.13"
20126source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20127dependencies = [
20128 "anyhow",
20129 "fs2",
20130 "regex",
20131 "reqwest 0.12.24",
20132 "scratch",
20133 "semver",
20134 "zip 0.6.6",
20135]
20136
20137[[package]]
20138name = "weezl"
20139version = "0.1.10"
20140source = "registry+https://github.com/rust-lang/crates.io-index"
20141checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20142
20143[[package]]
20144name = "wgpu"
20145version = "29.0.0"
20146source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20147dependencies = [
20148 "arrayvec",
20149 "bitflags 2.10.0",
20150 "bytemuck",
20151 "cfg-if",
20152 "cfg_aliases 0.2.1",
20153 "document-features",
20154 "hashbrown 0.16.1",
20155 "js-sys",
20156 "log",
20157 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20158 "parking_lot",
20159 "portable-atomic",
20160 "profiling",
20161 "raw-window-handle",
20162 "smallvec",
20163 "static_assertions",
20164 "wasm-bindgen",
20165 "wasm-bindgen-futures",
20166 "web-sys",
20167 "wgpu-core",
20168 "wgpu-hal",
20169 "wgpu-types",
20170]
20171
20172[[package]]
20173name = "wgpu-core"
20174version = "29.0.0"
20175source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20176dependencies = [
20177 "arrayvec",
20178 "bit-set 0.9.1",
20179 "bit-vec 0.9.1",
20180 "bitflags 2.10.0",
20181 "bytemuck",
20182 "cfg_aliases 0.2.1",
20183 "document-features",
20184 "hashbrown 0.16.1",
20185 "indexmap",
20186 "log",
20187 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20188 "once_cell",
20189 "parking_lot",
20190 "portable-atomic",
20191 "profiling",
20192 "raw-window-handle",
20193 "rustc-hash 1.1.0",
20194 "smallvec",
20195 "thiserror 2.0.17",
20196 "wgpu-core-deps-apple",
20197 "wgpu-core-deps-emscripten",
20198 "wgpu-core-deps-windows-linux-android",
20199 "wgpu-hal",
20200 "wgpu-naga-bridge",
20201 "wgpu-types",
20202]
20203
20204[[package]]
20205name = "wgpu-core-deps-apple"
20206version = "29.0.0"
20207source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20208dependencies = [
20209 "wgpu-hal",
20210]
20211
20212[[package]]
20213name = "wgpu-core-deps-emscripten"
20214version = "29.0.0"
20215source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20216dependencies = [
20217 "wgpu-hal",
20218]
20219
20220[[package]]
20221name = "wgpu-core-deps-windows-linux-android"
20222version = "29.0.0"
20223source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20224dependencies = [
20225 "wgpu-hal",
20226]
20227
20228[[package]]
20229name = "wgpu-hal"
20230version = "29.0.0"
20231source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20232dependencies = [
20233 "android_system_properties",
20234 "arrayvec",
20235 "ash",
20236 "bit-set 0.9.1",
20237 "bitflags 2.10.0",
20238 "block2",
20239 "bytemuck",
20240 "cfg-if",
20241 "cfg_aliases 0.2.1",
20242 "glow",
20243 "glutin_wgl_sys",
20244 "gpu-allocator",
20245 "gpu-descriptor",
20246 "hashbrown 0.16.1",
20247 "js-sys",
20248 "khronos-egl",
20249 "libc",
20250 "libloading",
20251 "log",
20252 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20253 "ndk-sys",
20254 "objc2",
20255 "objc2-core-foundation",
20256 "objc2-foundation",
20257 "objc2-metal",
20258 "objc2-quartz-core",
20259 "once_cell",
20260 "ordered-float 4.6.0",
20261 "parking_lot",
20262 "portable-atomic",
20263 "portable-atomic-util",
20264 "profiling",
20265 "range-alloc",
20266 "raw-window-handle",
20267 "raw-window-metal",
20268 "renderdoc-sys",
20269 "smallvec",
20270 "thiserror 2.0.17",
20271 "wasm-bindgen",
20272 "wayland-sys",
20273 "web-sys",
20274 "wgpu-naga-bridge",
20275 "wgpu-types",
20276 "windows 0.62.2",
20277 "windows-core 0.62.2",
20278]
20279
20280[[package]]
20281name = "wgpu-naga-bridge"
20282version = "29.0.0"
20283source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20284dependencies = [
20285 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20286 "wgpu-types",
20287]
20288
20289[[package]]
20290name = "wgpu-types"
20291version = "29.0.0"
20292source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20293dependencies = [
20294 "bitflags 2.10.0",
20295 "bytemuck",
20296 "js-sys",
20297 "log",
20298 "raw-window-handle",
20299 "web-sys",
20300]
20301
20302[[package]]
20303name = "which"
20304version = "4.4.2"
20305source = "registry+https://github.com/rust-lang/crates.io-index"
20306checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20307dependencies = [
20308 "either",
20309 "home",
20310 "once_cell",
20311 "rustix 0.38.44",
20312]
20313
20314[[package]]
20315name = "which"
20316version = "6.0.3"
20317source = "registry+https://github.com/rust-lang/crates.io-index"
20318checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20319dependencies = [
20320 "either",
20321 "home",
20322 "rustix 0.38.44",
20323 "winsafe",
20324]
20325
20326[[package]]
20327name = "which_key"
20328version = "0.1.0"
20329dependencies = [
20330 "command_palette",
20331 "gpui",
20332 "serde",
20333 "settings",
20334 "theme",
20335 "ui",
20336 "util",
20337 "workspace",
20338]
20339
20340[[package]]
20341name = "whoami"
20342version = "1.6.1"
20343source = "registry+https://github.com/rust-lang/crates.io-index"
20344checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20345dependencies = [
20346 "libredox",
20347 "wasite",
20348]
20349
20350[[package]]
20351name = "wiggle"
20352version = "33.0.2"
20353source = "registry+https://github.com/rust-lang/crates.io-index"
20354checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20355dependencies = [
20356 "anyhow",
20357 "async-trait",
20358 "bitflags 2.10.0",
20359 "thiserror 2.0.17",
20360 "tracing",
20361 "wasmtime",
20362 "wiggle-macro",
20363]
20364
20365[[package]]
20366name = "wiggle-generate"
20367version = "33.0.2"
20368source = "registry+https://github.com/rust-lang/crates.io-index"
20369checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20370dependencies = [
20371 "anyhow",
20372 "heck 0.5.0",
20373 "proc-macro2",
20374 "quote",
20375 "syn 2.0.117",
20376 "witx",
20377]
20378
20379[[package]]
20380name = "wiggle-macro"
20381version = "33.0.2"
20382source = "registry+https://github.com/rust-lang/crates.io-index"
20383checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20384dependencies = [
20385 "proc-macro2",
20386 "quote",
20387 "syn 2.0.117",
20388 "wiggle-generate",
20389]
20390
20391[[package]]
20392name = "winapi"
20393version = "0.3.9"
20394source = "registry+https://github.com/rust-lang/crates.io-index"
20395checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20396dependencies = [
20397 "winapi-i686-pc-windows-gnu",
20398 "winapi-x86_64-pc-windows-gnu",
20399]
20400
20401[[package]]
20402name = "winapi-i686-pc-windows-gnu"
20403version = "0.4.0"
20404source = "registry+https://github.com/rust-lang/crates.io-index"
20405checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20406
20407[[package]]
20408name = "winapi-util"
20409version = "0.1.11"
20410source = "registry+https://github.com/rust-lang/crates.io-index"
20411checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20412dependencies = [
20413 "windows-sys 0.61.2",
20414]
20415
20416[[package]]
20417name = "winapi-x86_64-pc-windows-gnu"
20418version = "0.4.0"
20419source = "registry+https://github.com/rust-lang/crates.io-index"
20420checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20421
20422[[package]]
20423name = "winch-codegen"
20424version = "33.0.2"
20425source = "registry+https://github.com/rust-lang/crates.io-index"
20426checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20427dependencies = [
20428 "anyhow",
20429 "cranelift-assembler-x64",
20430 "cranelift-codegen",
20431 "gimli 0.31.1",
20432 "regalloc2",
20433 "smallvec",
20434 "target-lexicon 0.13.3",
20435 "thiserror 2.0.17",
20436 "wasmparser 0.229.0",
20437 "wasmtime-cranelift",
20438 "wasmtime-environ",
20439]
20440
20441[[package]]
20442name = "windows"
20443version = "0.57.0"
20444source = "registry+https://github.com/rust-lang/crates.io-index"
20445checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20446dependencies = [
20447 "windows-core 0.57.0",
20448 "windows-targets 0.52.6",
20449]
20450
20451[[package]]
20452name = "windows"
20453version = "0.58.0"
20454source = "registry+https://github.com/rust-lang/crates.io-index"
20455checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20456dependencies = [
20457 "windows-core 0.58.0",
20458 "windows-targets 0.52.6",
20459]
20460
20461[[package]]
20462name = "windows"
20463version = "0.61.3"
20464source = "registry+https://github.com/rust-lang/crates.io-index"
20465checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20466dependencies = [
20467 "windows-collections 0.2.0",
20468 "windows-core 0.61.2",
20469 "windows-future 0.2.1",
20470 "windows-link 0.1.3",
20471 "windows-numerics 0.2.0",
20472]
20473
20474[[package]]
20475name = "windows"
20476version = "0.62.2"
20477source = "registry+https://github.com/rust-lang/crates.io-index"
20478checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20479dependencies = [
20480 "windows-collections 0.3.2",
20481 "windows-core 0.62.2",
20482 "windows-future 0.3.2",
20483 "windows-numerics 0.3.1",
20484]
20485
20486[[package]]
20487name = "windows-bindgen"
20488version = "0.61.1"
20489source = "registry+https://github.com/rust-lang/crates.io-index"
20490checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20491dependencies = [
20492 "serde",
20493 "serde_json",
20494 "windows-threading 0.1.0",
20495]
20496
20497[[package]]
20498name = "windows-capture"
20499version = "1.4.3"
20500source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20501dependencies = [
20502 "clap",
20503 "ctrlc",
20504 "parking_lot",
20505 "rayon",
20506 "thiserror 2.0.17",
20507 "windows 0.61.3",
20508 "windows-future 0.2.1",
20509]
20510
20511[[package]]
20512name = "windows-collections"
20513version = "0.2.0"
20514source = "registry+https://github.com/rust-lang/crates.io-index"
20515checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20516dependencies = [
20517 "windows-core 0.61.2",
20518]
20519
20520[[package]]
20521name = "windows-collections"
20522version = "0.3.2"
20523source = "registry+https://github.com/rust-lang/crates.io-index"
20524checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20525dependencies = [
20526 "windows-core 0.62.2",
20527]
20528
20529[[package]]
20530name = "windows-core"
20531version = "0.57.0"
20532source = "registry+https://github.com/rust-lang/crates.io-index"
20533checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20534dependencies = [
20535 "windows-implement 0.57.0",
20536 "windows-interface 0.57.0",
20537 "windows-result 0.1.2",
20538 "windows-targets 0.52.6",
20539]
20540
20541[[package]]
20542name = "windows-core"
20543version = "0.58.0"
20544source = "registry+https://github.com/rust-lang/crates.io-index"
20545checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20546dependencies = [
20547 "windows-implement 0.58.0",
20548 "windows-interface 0.58.0",
20549 "windows-result 0.2.0",
20550 "windows-strings 0.1.0",
20551 "windows-targets 0.52.6",
20552]
20553
20554[[package]]
20555name = "windows-core"
20556version = "0.61.2"
20557source = "registry+https://github.com/rust-lang/crates.io-index"
20558checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20559dependencies = [
20560 "windows-implement 0.60.2",
20561 "windows-interface 0.59.3",
20562 "windows-link 0.1.3",
20563 "windows-result 0.3.4",
20564 "windows-strings 0.4.2",
20565]
20566
20567[[package]]
20568name = "windows-core"
20569version = "0.62.2"
20570source = "registry+https://github.com/rust-lang/crates.io-index"
20571checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20572dependencies = [
20573 "windows-implement 0.60.2",
20574 "windows-interface 0.59.3",
20575 "windows-link 0.2.1",
20576 "windows-result 0.4.1",
20577 "windows-strings 0.5.1",
20578]
20579
20580[[package]]
20581name = "windows-future"
20582version = "0.2.1"
20583source = "registry+https://github.com/rust-lang/crates.io-index"
20584checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20585dependencies = [
20586 "windows-core 0.61.2",
20587 "windows-link 0.1.3",
20588 "windows-threading 0.1.0",
20589]
20590
20591[[package]]
20592name = "windows-future"
20593version = "0.3.2"
20594source = "registry+https://github.com/rust-lang/crates.io-index"
20595checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20596dependencies = [
20597 "windows-core 0.62.2",
20598 "windows-link 0.2.1",
20599 "windows-threading 0.2.1",
20600]
20601
20602[[package]]
20603name = "windows-implement"
20604version = "0.57.0"
20605source = "registry+https://github.com/rust-lang/crates.io-index"
20606checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20607dependencies = [
20608 "proc-macro2",
20609 "quote",
20610 "syn 2.0.117",
20611]
20612
20613[[package]]
20614name = "windows-implement"
20615version = "0.58.0"
20616source = "registry+https://github.com/rust-lang/crates.io-index"
20617checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20618dependencies = [
20619 "proc-macro2",
20620 "quote",
20621 "syn 2.0.117",
20622]
20623
20624[[package]]
20625name = "windows-implement"
20626version = "0.60.2"
20627source = "registry+https://github.com/rust-lang/crates.io-index"
20628checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20629dependencies = [
20630 "proc-macro2",
20631 "quote",
20632 "syn 2.0.117",
20633]
20634
20635[[package]]
20636name = "windows-interface"
20637version = "0.57.0"
20638source = "registry+https://github.com/rust-lang/crates.io-index"
20639checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20640dependencies = [
20641 "proc-macro2",
20642 "quote",
20643 "syn 2.0.117",
20644]
20645
20646[[package]]
20647name = "windows-interface"
20648version = "0.58.0"
20649source = "registry+https://github.com/rust-lang/crates.io-index"
20650checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20651dependencies = [
20652 "proc-macro2",
20653 "quote",
20654 "syn 2.0.117",
20655]
20656
20657[[package]]
20658name = "windows-interface"
20659version = "0.59.3"
20660source = "registry+https://github.com/rust-lang/crates.io-index"
20661checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20662dependencies = [
20663 "proc-macro2",
20664 "quote",
20665 "syn 2.0.117",
20666]
20667
20668[[package]]
20669name = "windows-link"
20670version = "0.1.3"
20671source = "registry+https://github.com/rust-lang/crates.io-index"
20672checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20673
20674[[package]]
20675name = "windows-link"
20676version = "0.2.1"
20677source = "registry+https://github.com/rust-lang/crates.io-index"
20678checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20679
20680[[package]]
20681name = "windows-numerics"
20682version = "0.2.0"
20683source = "registry+https://github.com/rust-lang/crates.io-index"
20684checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20685dependencies = [
20686 "windows-core 0.61.2",
20687 "windows-link 0.1.3",
20688]
20689
20690[[package]]
20691name = "windows-numerics"
20692version = "0.3.1"
20693source = "registry+https://github.com/rust-lang/crates.io-index"
20694checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20695dependencies = [
20696 "windows-core 0.62.2",
20697 "windows-link 0.2.1",
20698]
20699
20700[[package]]
20701name = "windows-registry"
20702version = "0.4.0"
20703source = "registry+https://github.com/rust-lang/crates.io-index"
20704checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20705dependencies = [
20706 "windows-result 0.3.4",
20707 "windows-strings 0.3.1",
20708 "windows-targets 0.53.5",
20709]
20710
20711[[package]]
20712name = "windows-registry"
20713version = "0.5.3"
20714source = "registry+https://github.com/rust-lang/crates.io-index"
20715checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20716dependencies = [
20717 "windows-link 0.1.3",
20718 "windows-result 0.3.4",
20719 "windows-strings 0.4.2",
20720]
20721
20722[[package]]
20723name = "windows-registry"
20724version = "0.6.1"
20725source = "registry+https://github.com/rust-lang/crates.io-index"
20726checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20727dependencies = [
20728 "windows-link 0.2.1",
20729 "windows-result 0.4.1",
20730 "windows-strings 0.5.1",
20731]
20732
20733[[package]]
20734name = "windows-result"
20735version = "0.1.2"
20736source = "registry+https://github.com/rust-lang/crates.io-index"
20737checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20738dependencies = [
20739 "windows-targets 0.52.6",
20740]
20741
20742[[package]]
20743name = "windows-result"
20744version = "0.2.0"
20745source = "registry+https://github.com/rust-lang/crates.io-index"
20746checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20747dependencies = [
20748 "windows-targets 0.52.6",
20749]
20750
20751[[package]]
20752name = "windows-result"
20753version = "0.3.4"
20754source = "registry+https://github.com/rust-lang/crates.io-index"
20755checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20756dependencies = [
20757 "windows-link 0.1.3",
20758]
20759
20760[[package]]
20761name = "windows-result"
20762version = "0.4.1"
20763source = "registry+https://github.com/rust-lang/crates.io-index"
20764checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20765dependencies = [
20766 "windows-link 0.2.1",
20767]
20768
20769[[package]]
20770name = "windows-strings"
20771version = "0.1.0"
20772source = "registry+https://github.com/rust-lang/crates.io-index"
20773checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20774dependencies = [
20775 "windows-result 0.2.0",
20776 "windows-targets 0.52.6",
20777]
20778
20779[[package]]
20780name = "windows-strings"
20781version = "0.3.1"
20782source = "registry+https://github.com/rust-lang/crates.io-index"
20783checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20784dependencies = [
20785 "windows-link 0.1.3",
20786]
20787
20788[[package]]
20789name = "windows-strings"
20790version = "0.4.2"
20791source = "registry+https://github.com/rust-lang/crates.io-index"
20792checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20793dependencies = [
20794 "windows-link 0.1.3",
20795]
20796
20797[[package]]
20798name = "windows-strings"
20799version = "0.5.1"
20800source = "registry+https://github.com/rust-lang/crates.io-index"
20801checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20802dependencies = [
20803 "windows-link 0.2.1",
20804]
20805
20806[[package]]
20807name = "windows-sys"
20808version = "0.45.0"
20809source = "registry+https://github.com/rust-lang/crates.io-index"
20810checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20811dependencies = [
20812 "windows-targets 0.42.2",
20813]
20814
20815[[package]]
20816name = "windows-sys"
20817version = "0.48.0"
20818source = "registry+https://github.com/rust-lang/crates.io-index"
20819checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20820dependencies = [
20821 "windows-targets 0.48.5",
20822]
20823
20824[[package]]
20825name = "windows-sys"
20826version = "0.52.0"
20827source = "registry+https://github.com/rust-lang/crates.io-index"
20828checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20829dependencies = [
20830 "windows-targets 0.52.6",
20831]
20832
20833[[package]]
20834name = "windows-sys"
20835version = "0.59.0"
20836source = "registry+https://github.com/rust-lang/crates.io-index"
20837checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20838dependencies = [
20839 "windows-targets 0.52.6",
20840]
20841
20842[[package]]
20843name = "windows-sys"
20844version = "0.60.2"
20845source = "registry+https://github.com/rust-lang/crates.io-index"
20846checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20847dependencies = [
20848 "windows-targets 0.53.5",
20849]
20850
20851[[package]]
20852name = "windows-sys"
20853version = "0.61.2"
20854source = "registry+https://github.com/rust-lang/crates.io-index"
20855checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20856dependencies = [
20857 "windows-link 0.2.1",
20858]
20859
20860[[package]]
20861name = "windows-targets"
20862version = "0.42.2"
20863source = "registry+https://github.com/rust-lang/crates.io-index"
20864checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20865dependencies = [
20866 "windows_aarch64_gnullvm 0.42.2",
20867 "windows_aarch64_msvc 0.42.2",
20868 "windows_i686_gnu 0.42.2",
20869 "windows_i686_msvc 0.42.2",
20870 "windows_x86_64_gnu 0.42.2",
20871 "windows_x86_64_gnullvm 0.42.2",
20872 "windows_x86_64_msvc 0.42.2",
20873]
20874
20875[[package]]
20876name = "windows-targets"
20877version = "0.48.5"
20878source = "registry+https://github.com/rust-lang/crates.io-index"
20879checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20880dependencies = [
20881 "windows_aarch64_gnullvm 0.48.5",
20882 "windows_aarch64_msvc 0.48.5",
20883 "windows_i686_gnu 0.48.5",
20884 "windows_i686_msvc 0.48.5",
20885 "windows_x86_64_gnu 0.48.5",
20886 "windows_x86_64_gnullvm 0.48.5",
20887 "windows_x86_64_msvc 0.48.5",
20888]
20889
20890[[package]]
20891name = "windows-targets"
20892version = "0.52.6"
20893source = "registry+https://github.com/rust-lang/crates.io-index"
20894checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20895dependencies = [
20896 "windows_aarch64_gnullvm 0.52.6",
20897 "windows_aarch64_msvc 0.52.6",
20898 "windows_i686_gnu 0.52.6",
20899 "windows_i686_gnullvm 0.52.6",
20900 "windows_i686_msvc 0.52.6",
20901 "windows_x86_64_gnu 0.52.6",
20902 "windows_x86_64_gnullvm 0.52.6",
20903 "windows_x86_64_msvc 0.52.6",
20904]
20905
20906[[package]]
20907name = "windows-targets"
20908version = "0.53.5"
20909source = "registry+https://github.com/rust-lang/crates.io-index"
20910checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20911dependencies = [
20912 "windows-link 0.2.1",
20913 "windows_aarch64_gnullvm 0.53.1",
20914 "windows_aarch64_msvc 0.53.1",
20915 "windows_i686_gnu 0.53.1",
20916 "windows_i686_gnullvm 0.53.1",
20917 "windows_i686_msvc 0.53.1",
20918 "windows_x86_64_gnu 0.53.1",
20919 "windows_x86_64_gnullvm 0.53.1",
20920 "windows_x86_64_msvc 0.53.1",
20921]
20922
20923[[package]]
20924name = "windows-threading"
20925version = "0.1.0"
20926source = "registry+https://github.com/rust-lang/crates.io-index"
20927checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20928dependencies = [
20929 "windows-link 0.1.3",
20930]
20931
20932[[package]]
20933name = "windows-threading"
20934version = "0.2.1"
20935source = "registry+https://github.com/rust-lang/crates.io-index"
20936checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20937dependencies = [
20938 "windows-link 0.2.1",
20939]
20940
20941[[package]]
20942name = "windows_aarch64_gnullvm"
20943version = "0.42.2"
20944source = "registry+https://github.com/rust-lang/crates.io-index"
20945checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20946
20947[[package]]
20948name = "windows_aarch64_gnullvm"
20949version = "0.48.5"
20950source = "registry+https://github.com/rust-lang/crates.io-index"
20951checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20952
20953[[package]]
20954name = "windows_aarch64_gnullvm"
20955version = "0.52.6"
20956source = "registry+https://github.com/rust-lang/crates.io-index"
20957checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20958
20959[[package]]
20960name = "windows_aarch64_gnullvm"
20961version = "0.53.1"
20962source = "registry+https://github.com/rust-lang/crates.io-index"
20963checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20964
20965[[package]]
20966name = "windows_aarch64_msvc"
20967version = "0.42.2"
20968source = "registry+https://github.com/rust-lang/crates.io-index"
20969checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20970
20971[[package]]
20972name = "windows_aarch64_msvc"
20973version = "0.48.5"
20974source = "registry+https://github.com/rust-lang/crates.io-index"
20975checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20976
20977[[package]]
20978name = "windows_aarch64_msvc"
20979version = "0.52.6"
20980source = "registry+https://github.com/rust-lang/crates.io-index"
20981checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20982
20983[[package]]
20984name = "windows_aarch64_msvc"
20985version = "0.53.1"
20986source = "registry+https://github.com/rust-lang/crates.io-index"
20987checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20988
20989[[package]]
20990name = "windows_i686_gnu"
20991version = "0.42.2"
20992source = "registry+https://github.com/rust-lang/crates.io-index"
20993checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20994
20995[[package]]
20996name = "windows_i686_gnu"
20997version = "0.48.5"
20998source = "registry+https://github.com/rust-lang/crates.io-index"
20999checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21000
21001[[package]]
21002name = "windows_i686_gnu"
21003version = "0.52.6"
21004source = "registry+https://github.com/rust-lang/crates.io-index"
21005checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21006
21007[[package]]
21008name = "windows_i686_gnu"
21009version = "0.53.1"
21010source = "registry+https://github.com/rust-lang/crates.io-index"
21011checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21012
21013[[package]]
21014name = "windows_i686_gnullvm"
21015version = "0.52.6"
21016source = "registry+https://github.com/rust-lang/crates.io-index"
21017checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21018
21019[[package]]
21020name = "windows_i686_gnullvm"
21021version = "0.53.1"
21022source = "registry+https://github.com/rust-lang/crates.io-index"
21023checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21024
21025[[package]]
21026name = "windows_i686_msvc"
21027version = "0.42.2"
21028source = "registry+https://github.com/rust-lang/crates.io-index"
21029checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21030
21031[[package]]
21032name = "windows_i686_msvc"
21033version = "0.48.5"
21034source = "registry+https://github.com/rust-lang/crates.io-index"
21035checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21036
21037[[package]]
21038name = "windows_i686_msvc"
21039version = "0.52.6"
21040source = "registry+https://github.com/rust-lang/crates.io-index"
21041checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21042
21043[[package]]
21044name = "windows_i686_msvc"
21045version = "0.53.1"
21046source = "registry+https://github.com/rust-lang/crates.io-index"
21047checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21048
21049[[package]]
21050name = "windows_x86_64_gnu"
21051version = "0.42.2"
21052source = "registry+https://github.com/rust-lang/crates.io-index"
21053checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21054
21055[[package]]
21056name = "windows_x86_64_gnu"
21057version = "0.48.5"
21058source = "registry+https://github.com/rust-lang/crates.io-index"
21059checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21060
21061[[package]]
21062name = "windows_x86_64_gnu"
21063version = "0.52.6"
21064source = "registry+https://github.com/rust-lang/crates.io-index"
21065checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21066
21067[[package]]
21068name = "windows_x86_64_gnu"
21069version = "0.53.1"
21070source = "registry+https://github.com/rust-lang/crates.io-index"
21071checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21072
21073[[package]]
21074name = "windows_x86_64_gnullvm"
21075version = "0.42.2"
21076source = "registry+https://github.com/rust-lang/crates.io-index"
21077checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21078
21079[[package]]
21080name = "windows_x86_64_gnullvm"
21081version = "0.48.5"
21082source = "registry+https://github.com/rust-lang/crates.io-index"
21083checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21084
21085[[package]]
21086name = "windows_x86_64_gnullvm"
21087version = "0.52.6"
21088source = "registry+https://github.com/rust-lang/crates.io-index"
21089checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21090
21091[[package]]
21092name = "windows_x86_64_gnullvm"
21093version = "0.53.1"
21094source = "registry+https://github.com/rust-lang/crates.io-index"
21095checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21096
21097[[package]]
21098name = "windows_x86_64_msvc"
21099version = "0.42.2"
21100source = "registry+https://github.com/rust-lang/crates.io-index"
21101checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21102
21103[[package]]
21104name = "windows_x86_64_msvc"
21105version = "0.48.5"
21106source = "registry+https://github.com/rust-lang/crates.io-index"
21107checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21108
21109[[package]]
21110name = "windows_x86_64_msvc"
21111version = "0.52.6"
21112source = "registry+https://github.com/rust-lang/crates.io-index"
21113checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21114
21115[[package]]
21116name = "windows_x86_64_msvc"
21117version = "0.53.1"
21118source = "registry+https://github.com/rust-lang/crates.io-index"
21119checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21120
21121[[package]]
21122name = "winnow"
21123version = "0.7.13"
21124source = "registry+https://github.com/rust-lang/crates.io-index"
21125checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21126dependencies = [
21127 "memchr",
21128]
21129
21130[[package]]
21131name = "winreg"
21132version = "0.10.1"
21133source = "registry+https://github.com/rust-lang/crates.io-index"
21134checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21135dependencies = [
21136 "winapi",
21137]
21138
21139[[package]]
21140name = "winreg"
21141version = "0.50.0"
21142source = "registry+https://github.com/rust-lang/crates.io-index"
21143checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21144dependencies = [
21145 "cfg-if",
21146 "windows-sys 0.48.0",
21147]
21148
21149[[package]]
21150name = "winreg"
21151version = "0.55.0"
21152source = "registry+https://github.com/rust-lang/crates.io-index"
21153checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21154dependencies = [
21155 "cfg-if",
21156 "windows-sys 0.59.0",
21157]
21158
21159[[package]]
21160name = "winresource"
21161version = "0.1.23"
21162source = "registry+https://github.com/rust-lang/crates.io-index"
21163checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21164dependencies = [
21165 "toml 0.8.23",
21166 "version_check",
21167]
21168
21169[[package]]
21170name = "winsafe"
21171version = "0.0.19"
21172source = "registry+https://github.com/rust-lang/crates.io-index"
21173checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21174
21175[[package]]
21176name = "winx"
21177version = "0.36.4"
21178source = "registry+https://github.com/rust-lang/crates.io-index"
21179checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21180dependencies = [
21181 "bitflags 2.10.0",
21182 "windows-sys 0.59.0",
21183]
21184
21185[[package]]
21186name = "wio"
21187version = "0.2.2"
21188source = "registry+https://github.com/rust-lang/crates.io-index"
21189checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21190dependencies = [
21191 "winapi",
21192]
21193
21194[[package]]
21195name = "wit-bindgen"
21196version = "0.22.0"
21197source = "registry+https://github.com/rust-lang/crates.io-index"
21198checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21199dependencies = [
21200 "bitflags 2.10.0",
21201 "wit-bindgen-rt 0.22.0",
21202 "wit-bindgen-rust-macro 0.22.0",
21203]
21204
21205[[package]]
21206name = "wit-bindgen"
21207version = "0.41.0"
21208source = "registry+https://github.com/rust-lang/crates.io-index"
21209checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21210dependencies = [
21211 "wit-bindgen-rt 0.41.0",
21212 "wit-bindgen-rust-macro 0.41.0",
21213]
21214
21215[[package]]
21216name = "wit-bindgen"
21217version = "0.46.0"
21218source = "registry+https://github.com/rust-lang/crates.io-index"
21219checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21220
21221[[package]]
21222name = "wit-bindgen"
21223version = "0.51.0"
21224source = "registry+https://github.com/rust-lang/crates.io-index"
21225checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21226dependencies = [
21227 "wit-bindgen-rust-macro 0.51.0",
21228]
21229
21230[[package]]
21231name = "wit-bindgen-core"
21232version = "0.22.0"
21233source = "registry+https://github.com/rust-lang/crates.io-index"
21234checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21235dependencies = [
21236 "anyhow",
21237 "wit-parser 0.201.0",
21238]
21239
21240[[package]]
21241name = "wit-bindgen-core"
21242version = "0.41.0"
21243source = "registry+https://github.com/rust-lang/crates.io-index"
21244checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21245dependencies = [
21246 "anyhow",
21247 "heck 0.5.0",
21248 "wit-parser 0.227.1",
21249]
21250
21251[[package]]
21252name = "wit-bindgen-core"
21253version = "0.51.0"
21254source = "registry+https://github.com/rust-lang/crates.io-index"
21255checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21256dependencies = [
21257 "anyhow",
21258 "heck 0.5.0",
21259 "wit-parser 0.244.0",
21260]
21261
21262[[package]]
21263name = "wit-bindgen-rt"
21264version = "0.22.0"
21265source = "registry+https://github.com/rust-lang/crates.io-index"
21266checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21267
21268[[package]]
21269name = "wit-bindgen-rt"
21270version = "0.41.0"
21271source = "registry+https://github.com/rust-lang/crates.io-index"
21272checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21273dependencies = [
21274 "bitflags 2.10.0",
21275 "futures 0.3.31",
21276 "once_cell",
21277]
21278
21279[[package]]
21280name = "wit-bindgen-rust"
21281version = "0.22.0"
21282source = "registry+https://github.com/rust-lang/crates.io-index"
21283checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21284dependencies = [
21285 "anyhow",
21286 "heck 0.4.1",
21287 "indexmap",
21288 "wasm-metadata 0.201.0",
21289 "wit-bindgen-core 0.22.0",
21290 "wit-component 0.201.0",
21291]
21292
21293[[package]]
21294name = "wit-bindgen-rust"
21295version = "0.41.0"
21296source = "registry+https://github.com/rust-lang/crates.io-index"
21297checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21298dependencies = [
21299 "anyhow",
21300 "heck 0.5.0",
21301 "indexmap",
21302 "prettyplease",
21303 "syn 2.0.117",
21304 "wasm-metadata 0.227.1",
21305 "wit-bindgen-core 0.41.0",
21306 "wit-component 0.227.1",
21307]
21308
21309[[package]]
21310name = "wit-bindgen-rust"
21311version = "0.51.0"
21312source = "registry+https://github.com/rust-lang/crates.io-index"
21313checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21314dependencies = [
21315 "anyhow",
21316 "heck 0.5.0",
21317 "indexmap",
21318 "prettyplease",
21319 "syn 2.0.117",
21320 "wasm-metadata 0.244.0",
21321 "wit-bindgen-core 0.51.0",
21322 "wit-component 0.244.0",
21323]
21324
21325[[package]]
21326name = "wit-bindgen-rust-macro"
21327version = "0.22.0"
21328source = "registry+https://github.com/rust-lang/crates.io-index"
21329checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21330dependencies = [
21331 "anyhow",
21332 "proc-macro2",
21333 "quote",
21334 "syn 2.0.117",
21335 "wit-bindgen-core 0.22.0",
21336 "wit-bindgen-rust 0.22.0",
21337]
21338
21339[[package]]
21340name = "wit-bindgen-rust-macro"
21341version = "0.41.0"
21342source = "registry+https://github.com/rust-lang/crates.io-index"
21343checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21344dependencies = [
21345 "anyhow",
21346 "prettyplease",
21347 "proc-macro2",
21348 "quote",
21349 "syn 2.0.117",
21350 "wit-bindgen-core 0.41.0",
21351 "wit-bindgen-rust 0.41.0",
21352]
21353
21354[[package]]
21355name = "wit-bindgen-rust-macro"
21356version = "0.51.0"
21357source = "registry+https://github.com/rust-lang/crates.io-index"
21358checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21359dependencies = [
21360 "anyhow",
21361 "prettyplease",
21362 "proc-macro2",
21363 "quote",
21364 "syn 2.0.117",
21365 "wit-bindgen-core 0.51.0",
21366 "wit-bindgen-rust 0.51.0",
21367]
21368
21369[[package]]
21370name = "wit-component"
21371version = "0.201.0"
21372source = "registry+https://github.com/rust-lang/crates.io-index"
21373checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21374dependencies = [
21375 "anyhow",
21376 "bitflags 2.10.0",
21377 "indexmap",
21378 "log",
21379 "serde",
21380 "serde_derive",
21381 "serde_json",
21382 "wasm-encoder 0.201.0",
21383 "wasm-metadata 0.201.0",
21384 "wasmparser 0.201.0",
21385 "wit-parser 0.201.0",
21386]
21387
21388[[package]]
21389name = "wit-component"
21390version = "0.227.1"
21391source = "registry+https://github.com/rust-lang/crates.io-index"
21392checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21393dependencies = [
21394 "anyhow",
21395 "bitflags 2.10.0",
21396 "indexmap",
21397 "log",
21398 "serde",
21399 "serde_derive",
21400 "serde_json",
21401 "wasm-encoder 0.227.1",
21402 "wasm-metadata 0.227.1",
21403 "wasmparser 0.227.1",
21404 "wit-parser 0.227.1",
21405]
21406
21407[[package]]
21408name = "wit-component"
21409version = "0.244.0"
21410source = "registry+https://github.com/rust-lang/crates.io-index"
21411checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21412dependencies = [
21413 "anyhow",
21414 "bitflags 2.10.0",
21415 "indexmap",
21416 "log",
21417 "serde",
21418 "serde_derive",
21419 "serde_json",
21420 "wasm-encoder 0.244.0",
21421 "wasm-metadata 0.244.0",
21422 "wasmparser 0.244.0",
21423 "wit-parser 0.244.0",
21424]
21425
21426[[package]]
21427name = "wit-parser"
21428version = "0.201.0"
21429source = "registry+https://github.com/rust-lang/crates.io-index"
21430checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21431dependencies = [
21432 "anyhow",
21433 "id-arena",
21434 "indexmap",
21435 "log",
21436 "semver",
21437 "serde",
21438 "serde_derive",
21439 "serde_json",
21440 "unicode-xid",
21441 "wasmparser 0.201.0",
21442]
21443
21444[[package]]
21445name = "wit-parser"
21446version = "0.227.1"
21447source = "registry+https://github.com/rust-lang/crates.io-index"
21448checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21449dependencies = [
21450 "anyhow",
21451 "id-arena",
21452 "indexmap",
21453 "log",
21454 "semver",
21455 "serde",
21456 "serde_derive",
21457 "serde_json",
21458 "unicode-xid",
21459 "wasmparser 0.227.1",
21460]
21461
21462[[package]]
21463name = "wit-parser"
21464version = "0.229.0"
21465source = "registry+https://github.com/rust-lang/crates.io-index"
21466checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21467dependencies = [
21468 "anyhow",
21469 "id-arena",
21470 "indexmap",
21471 "log",
21472 "semver",
21473 "serde",
21474 "serde_derive",
21475 "serde_json",
21476 "unicode-xid",
21477 "wasmparser 0.229.0",
21478]
21479
21480[[package]]
21481name = "wit-parser"
21482version = "0.244.0"
21483source = "registry+https://github.com/rust-lang/crates.io-index"
21484checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21485dependencies = [
21486 "anyhow",
21487 "id-arena",
21488 "indexmap",
21489 "log",
21490 "semver",
21491 "serde",
21492 "serde_derive",
21493 "serde_json",
21494 "unicode-xid",
21495 "wasmparser 0.244.0",
21496]
21497
21498[[package]]
21499name = "witx"
21500version = "0.9.1"
21501source = "registry+https://github.com/rust-lang/crates.io-index"
21502checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21503dependencies = [
21504 "anyhow",
21505 "log",
21506 "thiserror 1.0.69",
21507 "wast",
21508]
21509
21510[[package]]
21511name = "workspace"
21512version = "0.1.0"
21513dependencies = [
21514 "any_vec",
21515 "anyhow",
21516 "async-recursion",
21517 "chrono",
21518 "client",
21519 "clock",
21520 "collections",
21521 "component",
21522 "db",
21523 "feature_flags",
21524 "fs",
21525 "futures 0.3.31",
21526 "git",
21527 "gpui",
21528 "http_client",
21529 "itertools 0.14.0",
21530 "language",
21531 "log",
21532 "markdown",
21533 "menu",
21534 "node_runtime",
21535 "parking_lot",
21536 "postage",
21537 "pretty_assertions",
21538 "project",
21539 "remote",
21540 "schemars",
21541 "serde",
21542 "serde_json",
21543 "session",
21544 "settings",
21545 "smallvec",
21546 "sqlez",
21547 "strum 0.27.2",
21548 "task",
21549 "telemetry",
21550 "tempfile",
21551 "theme",
21552 "ui",
21553 "util",
21554 "uuid",
21555 "vim_mode_setting",
21556 "windows 0.61.3",
21557 "zed_actions",
21558 "zlog",
21559]
21560
21561[[package]]
21562name = "worktree"
21563version = "0.1.0"
21564dependencies = [
21565 "anyhow",
21566 "async-lock 2.8.0",
21567 "chardetng",
21568 "clock",
21569 "collections",
21570 "encoding_rs",
21571 "fs",
21572 "futures 0.3.31",
21573 "fuzzy",
21574 "git",
21575 "gpui",
21576 "ignore",
21577 "language",
21578 "log",
21579 "parking_lot",
21580 "paths",
21581 "postage",
21582 "pretty_assertions",
21583 "rand 0.9.2",
21584 "rpc",
21585 "serde",
21586 "serde_json",
21587 "settings",
21588 "smallvec",
21589 "smol",
21590 "sum_tree",
21591 "text",
21592 "tracing",
21593 "util",
21594 "worktree",
21595 "zlog",
21596 "ztracing",
21597]
21598
21599[[package]]
21600name = "worktree_benchmarks"
21601version = "0.1.0"
21602dependencies = [
21603 "fs",
21604 "gpui_platform",
21605 "settings",
21606 "worktree",
21607]
21608
21609[[package]]
21610name = "wprcontrol"
21611version = "0.1.0"
21612source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21613dependencies = [
21614 "windows 0.61.3",
21615 "windows-bindgen",
21616 "windows-core 0.61.2",
21617 "windows-link 0.2.1",
21618]
21619
21620[[package]]
21621name = "writeable"
21622version = "0.6.1"
21623source = "registry+https://github.com/rust-lang/crates.io-index"
21624checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21625
21626[[package]]
21627name = "wyz"
21628version = "0.5.1"
21629source = "registry+https://github.com/rust-lang/crates.io-index"
21630checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21631dependencies = [
21632 "tap",
21633]
21634
21635[[package]]
21636name = "x11"
21637version = "2.21.0"
21638source = "registry+https://github.com/rust-lang/crates.io-index"
21639checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21640dependencies = [
21641 "libc",
21642 "pkg-config",
21643]
21644
21645[[package]]
21646name = "x11-clipboard"
21647version = "0.9.3"
21648source = "registry+https://github.com/rust-lang/crates.io-index"
21649checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21650dependencies = [
21651 "libc",
21652 "x11rb",
21653]
21654
21655[[package]]
21656name = "x11rb"
21657version = "0.13.2"
21658source = "registry+https://github.com/rust-lang/crates.io-index"
21659checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21660dependencies = [
21661 "as-raw-xcb-connection",
21662 "gethostname",
21663 "libc",
21664 "rustix 1.1.2",
21665 "x11rb-protocol",
21666 "xcursor",
21667]
21668
21669[[package]]
21670name = "x11rb-protocol"
21671version = "0.13.2"
21672source = "registry+https://github.com/rust-lang/crates.io-index"
21673checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21674
21675[[package]]
21676name = "x_ai"
21677version = "0.1.0"
21678dependencies = [
21679 "anyhow",
21680 "schemars",
21681 "serde",
21682 "strum 0.27.2",
21683]
21684
21685[[package]]
21686name = "xattr"
21687version = "0.2.3"
21688source = "registry+https://github.com/rust-lang/crates.io-index"
21689checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21690dependencies = [
21691 "libc",
21692]
21693
21694[[package]]
21695name = "xcb"
21696version = "1.6.0"
21697source = "registry+https://github.com/rust-lang/crates.io-index"
21698checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21699dependencies = [
21700 "bitflags 1.3.2",
21701 "libc",
21702 "quick-xml 0.30.0",
21703 "x11",
21704]
21705
21706[[package]]
21707name = "xcursor"
21708version = "0.3.10"
21709source = "registry+https://github.com/rust-lang/crates.io-index"
21710checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21711
21712[[package]]
21713name = "xim-ctext"
21714version = "0.3.0"
21715source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21716dependencies = [
21717 "encoding_rs",
21718]
21719
21720[[package]]
21721name = "xim-parser"
21722version = "0.2.1"
21723source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21724dependencies = [
21725 "bitflags 2.10.0",
21726]
21727
21728[[package]]
21729name = "xkbcommon"
21730version = "0.8.0"
21731source = "registry+https://github.com/rust-lang/crates.io-index"
21732checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21733dependencies = [
21734 "as-raw-xcb-connection",
21735 "libc",
21736 "memmap2",
21737 "xkeysym",
21738]
21739
21740[[package]]
21741name = "xkeysym"
21742version = "0.2.1"
21743source = "registry+https://github.com/rust-lang/crates.io-index"
21744checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21745
21746[[package]]
21747name = "xml-rs"
21748version = "0.8.28"
21749source = "registry+https://github.com/rust-lang/crates.io-index"
21750checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21751
21752[[package]]
21753name = "xml5ever"
21754version = "0.18.1"
21755source = "registry+https://github.com/rust-lang/crates.io-index"
21756checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21757dependencies = [
21758 "log",
21759 "mac",
21760 "markup5ever 0.12.1",
21761]
21762
21763[[package]]
21764name = "xmlparser"
21765version = "0.13.6"
21766source = "registry+https://github.com/rust-lang/crates.io-index"
21767checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21768
21769[[package]]
21770name = "xmlwriter"
21771version = "0.1.0"
21772source = "registry+https://github.com/rust-lang/crates.io-index"
21773checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21774
21775[[package]]
21776name = "xtask"
21777version = "0.1.0"
21778dependencies = [
21779 "annotate-snippets",
21780 "anyhow",
21781 "backtrace",
21782 "cargo_metadata",
21783 "cargo_toml",
21784 "clap",
21785 "gh-workflow",
21786 "indexmap",
21787 "indoc",
21788 "itertools 0.14.0",
21789 "regex",
21790 "serde",
21791 "serde_json",
21792 "serde_yaml",
21793 "strum 0.27.2",
21794 "toml 0.8.23",
21795 "toml_edit 0.22.27",
21796]
21797
21798[[package]]
21799name = "yaml-rust2"
21800version = "0.8.1"
21801source = "registry+https://github.com/rust-lang/crates.io-index"
21802checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21803dependencies = [
21804 "arraydeque",
21805 "encoding_rs",
21806 "hashlink 0.8.4",
21807]
21808
21809[[package]]
21810name = "yansi"
21811version = "1.0.1"
21812source = "registry+https://github.com/rust-lang/crates.io-index"
21813checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21814
21815[[package]]
21816name = "yawc"
21817version = "0.2.5"
21818source = "registry+https://github.com/rust-lang/crates.io-index"
21819checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21820dependencies = [
21821 "base64 0.22.1",
21822 "bytes 1.11.1",
21823 "flate2",
21824 "futures 0.3.31",
21825 "http-body-util",
21826 "hyper 1.7.0",
21827 "hyper-util",
21828 "js-sys",
21829 "nom 8.0.0",
21830 "pin-project",
21831 "rand 0.8.5",
21832 "sha1",
21833 "thiserror 1.0.69",
21834 "tokio",
21835 "tokio-rustls 0.26.2",
21836 "tokio-util",
21837 "url",
21838 "wasm-bindgen",
21839 "wasm-bindgen-futures",
21840 "web-sys",
21841 "webpki-roots",
21842]
21843
21844[[package]]
21845name = "yazi"
21846version = "0.2.1"
21847source = "registry+https://github.com/rust-lang/crates.io-index"
21848checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21849
21850[[package]]
21851name = "yeslogic-fontconfig-sys"
21852version = "6.0.0"
21853source = "registry+https://github.com/rust-lang/crates.io-index"
21854checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21855dependencies = [
21856 "dlib",
21857 "once_cell",
21858 "pkg-config",
21859]
21860
21861[[package]]
21862name = "yoke"
21863version = "0.7.5"
21864source = "registry+https://github.com/rust-lang/crates.io-index"
21865checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21866dependencies = [
21867 "serde",
21868 "stable_deref_trait",
21869 "yoke-derive 0.7.5",
21870 "zerofrom",
21871]
21872
21873[[package]]
21874name = "yoke"
21875version = "0.8.0"
21876source = "registry+https://github.com/rust-lang/crates.io-index"
21877checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21878dependencies = [
21879 "serde",
21880 "stable_deref_trait",
21881 "yoke-derive 0.8.0",
21882 "zerofrom",
21883]
21884
21885[[package]]
21886name = "yoke-derive"
21887version = "0.7.5"
21888source = "registry+https://github.com/rust-lang/crates.io-index"
21889checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21890dependencies = [
21891 "proc-macro2",
21892 "quote",
21893 "syn 2.0.117",
21894 "synstructure",
21895]
21896
21897[[package]]
21898name = "yoke-derive"
21899version = "0.8.0"
21900source = "registry+https://github.com/rust-lang/crates.io-index"
21901checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21902dependencies = [
21903 "proc-macro2",
21904 "quote",
21905 "syn 2.0.117",
21906 "synstructure",
21907]
21908
21909[[package]]
21910name = "zbus"
21911version = "5.13.2"
21912source = "registry+https://github.com/rust-lang/crates.io-index"
21913checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21914dependencies = [
21915 "async-broadcast",
21916 "async-executor",
21917 "async-io",
21918 "async-lock 3.4.2",
21919 "async-process",
21920 "async-recursion",
21921 "async-task",
21922 "async-trait",
21923 "blocking",
21924 "enumflags2",
21925 "event-listener 5.4.1",
21926 "futures-core",
21927 "futures-lite 2.6.1",
21928 "hex",
21929 "libc",
21930 "ordered-stream",
21931 "rustix 1.1.2",
21932 "serde",
21933 "serde_repr",
21934 "tracing",
21935 "uds_windows",
21936 "uuid",
21937 "windows-sys 0.61.2",
21938 "winnow",
21939 "zbus_macros",
21940 "zbus_names",
21941 "zvariant",
21942]
21943
21944[[package]]
21945name = "zbus_macros"
21946version = "5.13.2"
21947source = "registry+https://github.com/rust-lang/crates.io-index"
21948checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21949dependencies = [
21950 "proc-macro-crate",
21951 "proc-macro2",
21952 "quote",
21953 "syn 2.0.117",
21954 "zbus_names",
21955 "zvariant",
21956 "zvariant_utils",
21957]
21958
21959[[package]]
21960name = "zbus_names"
21961version = "4.3.1"
21962source = "registry+https://github.com/rust-lang/crates.io-index"
21963checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21964dependencies = [
21965 "serde",
21966 "winnow",
21967 "zvariant",
21968]
21969
21970[[package]]
21971name = "zed"
21972version = "0.230.0"
21973dependencies = [
21974 "acp_thread",
21975 "acp_tools",
21976 "action_log",
21977 "activity_indicator",
21978 "agent",
21979 "agent-client-protocol",
21980 "agent_servers",
21981 "agent_settings",
21982 "agent_ui",
21983 "anyhow",
21984 "ashpd",
21985 "askpass",
21986 "assets",
21987 "audio",
21988 "auto_update",
21989 "auto_update_ui",
21990 "breadcrumbs",
21991 "call",
21992 "channel",
21993 "chrono",
21994 "clap",
21995 "cli",
21996 "client",
21997 "clock",
21998 "codestral",
21999 "collab_ui",
22000 "collections",
22001 "command_palette",
22002 "component",
22003 "component_preview",
22004 "copilot",
22005 "copilot_chat",
22006 "copilot_ui",
22007 "crashes",
22008 "csv_preview",
22009 "dap_adapters",
22010 "db",
22011 "debug_adapter_extension",
22012 "debugger_tools",
22013 "debugger_ui",
22014 "dev_container",
22015 "diagnostics",
22016 "edit_prediction",
22017 "edit_prediction_ui",
22018 "editor",
22019 "encoding_selector",
22020 "env_logger 0.11.8",
22021 "etw_tracing",
22022 "extension",
22023 "extension_host",
22024 "extensions_ui",
22025 "feature_flags",
22026 "feedback",
22027 "file_finder",
22028 "fs",
22029 "futures 0.3.31",
22030 "git",
22031 "git_graph",
22032 "git_hosting_providers",
22033 "git_ui",
22034 "go_to_line",
22035 "gpui",
22036 "gpui_platform",
22037 "gpui_tokio",
22038 "http_client",
22039 "image",
22040 "image_viewer",
22041 "inspector_ui",
22042 "install_cli",
22043 "itertools 0.14.0",
22044 "journal",
22045 "json_schema_store",
22046 "keymap_editor",
22047 "language",
22048 "language_extension",
22049 "language_model",
22050 "language_models",
22051 "language_onboarding",
22052 "language_selector",
22053 "language_tools",
22054 "languages",
22055 "line_ending_selector",
22056 "log",
22057 "markdown",
22058 "markdown_preview",
22059 "menu",
22060 "migrator",
22061 "mimalloc",
22062 "miniprofiler_ui",
22063 "nc",
22064 "node_runtime",
22065 "notifications",
22066 "onboarding",
22067 "outline",
22068 "outline_panel",
22069 "parking_lot",
22070 "paths",
22071 "picker",
22072 "pkg-config",
22073 "pretty_assertions",
22074 "profiling",
22075 "project",
22076 "project_panel",
22077 "project_symbols",
22078 "prompt_store",
22079 "proto",
22080 "rayon",
22081 "recent_projects",
22082 "release_channel",
22083 "remote",
22084 "repl",
22085 "reqwest_client",
22086 "rope",
22087 "search",
22088 "semver",
22089 "serde",
22090 "serde_json",
22091 "session",
22092 "settings",
22093 "settings_profile_selector",
22094 "settings_ui",
22095 "shellexpand 2.1.2",
22096 "sidebar",
22097 "smol",
22098 "snippet_provider",
22099 "snippets_ui",
22100 "svg_preview",
22101 "sysinfo 0.37.2",
22102 "system_specs",
22103 "tab_switcher",
22104 "task",
22105 "tasks_ui",
22106 "telemetry",
22107 "telemetry_events",
22108 "tempfile",
22109 "terminal_view",
22110 "theme",
22111 "theme_extension",
22112 "theme_selector",
22113 "time",
22114 "time_format",
22115 "title_bar",
22116 "toolchain_selector",
22117 "tracing",
22118 "ui",
22119 "ui_prompt",
22120 "url",
22121 "urlencoding",
22122 "util",
22123 "uuid",
22124 "vim",
22125 "vim_mode_setting",
22126 "watch",
22127 "web_search",
22128 "web_search_providers",
22129 "which_key",
22130 "windows 0.61.3",
22131 "winresource",
22132 "workspace",
22133 "zed-reqwest",
22134 "zed_actions",
22135 "zed_env_vars",
22136 "zlog",
22137 "zlog_settings",
22138 "ztracing",
22139]
22140
22141[[package]]
22142name = "zed-font-kit"
22143version = "0.14.1-zed"
22144source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22145dependencies = [
22146 "bitflags 2.10.0",
22147 "byteorder",
22148 "core-foundation 0.10.0",
22149 "core-graphics 0.24.0",
22150 "core-text",
22151 "dirs 5.0.1",
22152 "dwrote",
22153 "float-ord",
22154 "freetype-sys",
22155 "lazy_static",
22156 "libc",
22157 "log",
22158 "pathfinder_geometry",
22159 "pathfinder_simd",
22160 "walkdir",
22161 "winapi",
22162 "yeslogic-fontconfig-sys",
22163]
22164
22165[[package]]
22166name = "zed-reqwest"
22167version = "0.12.15-zed"
22168source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22169dependencies = [
22170 "base64 0.22.1",
22171 "bytes 1.11.1",
22172 "encoding_rs",
22173 "futures-core",
22174 "futures-util",
22175 "h2 0.4.12",
22176 "http 1.3.1",
22177 "http-body 1.0.1",
22178 "http-body-util",
22179 "hyper 1.7.0",
22180 "hyper-rustls 0.27.7",
22181 "hyper-util",
22182 "ipnet",
22183 "js-sys",
22184 "log",
22185 "mime",
22186 "mime_guess",
22187 "once_cell",
22188 "percent-encoding",
22189 "pin-project-lite",
22190 "quinn",
22191 "rustls 0.23.33",
22192 "rustls-native-certs 0.8.2",
22193 "rustls-pemfile 2.2.0",
22194 "rustls-pki-types",
22195 "serde",
22196 "serde_json",
22197 "serde_urlencoded",
22198 "sync_wrapper 1.0.2",
22199 "system-configuration 0.6.1",
22200 "tokio",
22201 "tokio-rustls 0.26.2",
22202 "tokio-socks",
22203 "tokio-util",
22204 "tower 0.5.2",
22205 "tower-service",
22206 "url",
22207 "wasm-bindgen",
22208 "wasm-bindgen-futures",
22209 "wasm-streams",
22210 "web-sys",
22211 "windows-registry 0.4.0",
22212]
22213
22214[[package]]
22215name = "zed-scap"
22216version = "0.0.8-zed"
22217source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22218dependencies = [
22219 "anyhow",
22220 "cocoa 0.25.0",
22221 "core-graphics-helmer-fork",
22222 "log",
22223 "objc",
22224 "rand 0.8.5",
22225 "screencapturekit",
22226 "screencapturekit-sys",
22227 "sysinfo 0.31.4",
22228 "tao-core-video-sys",
22229 "windows 0.61.3",
22230 "windows-capture",
22231 "x11",
22232 "xcb",
22233]
22234
22235[[package]]
22236name = "zed-xim"
22237version = "0.4.0-zed"
22238source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22239dependencies = [
22240 "ahash 0.8.12",
22241 "hashbrown 0.14.5",
22242 "log",
22243 "x11rb",
22244 "xim-ctext",
22245 "xim-parser",
22246]
22247
22248[[package]]
22249name = "zed_actions"
22250version = "0.1.0"
22251dependencies = [
22252 "gpui",
22253 "schemars",
22254 "serde",
22255 "util",
22256 "uuid",
22257]
22258
22259[[package]]
22260name = "zed_env_vars"
22261version = "0.1.0"
22262dependencies = [
22263 "gpui",
22264]
22265
22266[[package]]
22267name = "zed_extension_api"
22268version = "0.1.0"
22269source = "registry+https://github.com/rust-lang/crates.io-index"
22270checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22271dependencies = [
22272 "serde",
22273 "serde_json",
22274 "wit-bindgen 0.22.0",
22275]
22276
22277[[package]]
22278name = "zed_extension_api"
22279version = "0.7.0"
22280source = "registry+https://github.com/rust-lang/crates.io-index"
22281checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22282dependencies = [
22283 "serde",
22284 "serde_json",
22285 "wit-bindgen 0.41.0",
22286]
22287
22288[[package]]
22289name = "zed_extension_api"
22290version = "0.8.0"
22291dependencies = [
22292 "serde",
22293 "serde_json",
22294 "wit-bindgen 0.41.0",
22295]
22296
22297[[package]]
22298name = "zed_glsl"
22299version = "0.2.2"
22300dependencies = [
22301 "zed_extension_api 0.1.0",
22302]
22303
22304[[package]]
22305name = "zed_html"
22306version = "0.3.1"
22307dependencies = [
22308 "zed_extension_api 0.7.0",
22309]
22310
22311[[package]]
22312name = "zed_proto"
22313version = "0.3.1"
22314dependencies = [
22315 "zed_extension_api 0.7.0",
22316]
22317
22318[[package]]
22319name = "zed_test_extension"
22320version = "0.1.0"
22321dependencies = [
22322 "zed_extension_api 0.8.0",
22323]
22324
22325[[package]]
22326name = "zeno"
22327version = "0.3.3"
22328source = "registry+https://github.com/rust-lang/crates.io-index"
22329checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22330
22331[[package]]
22332name = "zerocopy"
22333version = "0.8.27"
22334source = "registry+https://github.com/rust-lang/crates.io-index"
22335checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22336dependencies = [
22337 "zerocopy-derive",
22338]
22339
22340[[package]]
22341name = "zerocopy-derive"
22342version = "0.8.27"
22343source = "registry+https://github.com/rust-lang/crates.io-index"
22344checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22345dependencies = [
22346 "proc-macro2",
22347 "quote",
22348 "syn 2.0.117",
22349]
22350
22351[[package]]
22352name = "zerofrom"
22353version = "0.1.6"
22354source = "registry+https://github.com/rust-lang/crates.io-index"
22355checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22356dependencies = [
22357 "zerofrom-derive",
22358]
22359
22360[[package]]
22361name = "zerofrom-derive"
22362version = "0.1.6"
22363source = "registry+https://github.com/rust-lang/crates.io-index"
22364checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22365dependencies = [
22366 "proc-macro2",
22367 "quote",
22368 "syn 2.0.117",
22369 "synstructure",
22370]
22371
22372[[package]]
22373name = "zeroize"
22374version = "1.8.2"
22375source = "registry+https://github.com/rust-lang/crates.io-index"
22376checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22377dependencies = [
22378 "zeroize_derive",
22379]
22380
22381[[package]]
22382name = "zeroize_derive"
22383version = "1.4.2"
22384source = "registry+https://github.com/rust-lang/crates.io-index"
22385checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22386dependencies = [
22387 "proc-macro2",
22388 "quote",
22389 "syn 2.0.117",
22390]
22391
22392[[package]]
22393name = "zeromq"
22394version = "0.5.0"
22395source = "registry+https://github.com/rust-lang/crates.io-index"
22396checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22397dependencies = [
22398 "async-dispatcher",
22399 "async-std",
22400 "async-trait",
22401 "asynchronous-codec",
22402 "bytes 1.11.1",
22403 "crossbeam-queue",
22404 "futures 0.3.31",
22405 "log",
22406 "num-traits",
22407 "once_cell",
22408 "parking_lot",
22409 "rand 0.9.2",
22410 "regex",
22411 "scc",
22412 "thiserror 1.0.69",
22413 "uuid",
22414]
22415
22416[[package]]
22417name = "zerotrie"
22418version = "0.2.2"
22419source = "registry+https://github.com/rust-lang/crates.io-index"
22420checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22421dependencies = [
22422 "displaydoc",
22423 "yoke 0.8.0",
22424 "zerofrom",
22425]
22426
22427[[package]]
22428name = "zerovec"
22429version = "0.11.4"
22430source = "registry+https://github.com/rust-lang/crates.io-index"
22431checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22432dependencies = [
22433 "yoke 0.8.0",
22434 "zerofrom",
22435 "zerovec-derive",
22436]
22437
22438[[package]]
22439name = "zerovec-derive"
22440version = "0.11.1"
22441source = "registry+https://github.com/rust-lang/crates.io-index"
22442checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22443dependencies = [
22444 "proc-macro2",
22445 "quote",
22446 "syn 2.0.117",
22447]
22448
22449[[package]]
22450name = "zeta_prompt"
22451version = "0.1.0"
22452dependencies = [
22453 "anyhow",
22454 "indoc",
22455 "serde",
22456 "strum 0.27.2",
22457]
22458
22459[[package]]
22460name = "zip"
22461version = "0.6.6"
22462source = "registry+https://github.com/rust-lang/crates.io-index"
22463checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22464dependencies = [
22465 "aes",
22466 "byteorder",
22467 "bzip2 0.4.4",
22468 "constant_time_eq",
22469 "crc32fast",
22470 "crossbeam-utils",
22471 "flate2",
22472 "hmac",
22473 "pbkdf2 0.11.0",
22474 "sha1",
22475 "time",
22476 "zstd",
22477]
22478
22479[[package]]
22480name = "zip"
22481version = "1.1.4"
22482source = "registry+https://github.com/rust-lang/crates.io-index"
22483checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22484dependencies = [
22485 "arbitrary",
22486 "crc32fast",
22487 "crossbeam-utils",
22488 "displaydoc",
22489 "indexmap",
22490 "num_enum",
22491 "thiserror 1.0.69",
22492]
22493
22494[[package]]
22495name = "zlog"
22496version = "0.1.0"
22497dependencies = [
22498 "anyhow",
22499 "chrono",
22500 "collections",
22501 "log",
22502 "tempfile",
22503]
22504
22505[[package]]
22506name = "zlog_settings"
22507version = "0.1.0"
22508dependencies = [
22509 "collections",
22510 "gpui",
22511 "settings",
22512 "zlog",
22513]
22514
22515[[package]]
22516name = "zstd"
22517version = "0.11.2+zstd.1.5.2"
22518source = "registry+https://github.com/rust-lang/crates.io-index"
22519checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22520dependencies = [
22521 "zstd-safe",
22522]
22523
22524[[package]]
22525name = "zstd-safe"
22526version = "5.0.2+zstd.1.5.2"
22527source = "registry+https://github.com/rust-lang/crates.io-index"
22528checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22529dependencies = [
22530 "libc",
22531 "zstd-sys",
22532]
22533
22534[[package]]
22535name = "zstd-sys"
22536version = "2.0.16+zstd.1.5.7"
22537source = "registry+https://github.com/rust-lang/crates.io-index"
22538checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22539dependencies = [
22540 "cc",
22541 "pkg-config",
22542]
22543
22544[[package]]
22545name = "ztracing"
22546version = "0.1.0"
22547dependencies = [
22548 "tracing",
22549 "tracing-subscriber",
22550 "tracing-tracy",
22551 "tracy-client",
22552 "zlog",
22553 "ztracing_macro",
22554]
22555
22556[[package]]
22557name = "ztracing_macro"
22558version = "0.1.0"
22559
22560[[package]]
22561name = "zune-core"
22562version = "0.4.12"
22563source = "registry+https://github.com/rust-lang/crates.io-index"
22564checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22565
22566[[package]]
22567name = "zune-inflate"
22568version = "0.2.54"
22569source = "registry+https://github.com/rust-lang/crates.io-index"
22570checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22571dependencies = [
22572 "simd-adler32",
22573]
22574
22575[[package]]
22576name = "zune-jpeg"
22577version = "0.4.21"
22578source = "registry+https://github.com/rust-lang/crates.io-index"
22579checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22580dependencies = [
22581 "zune-core",
22582]
22583
22584[[package]]
22585name = "zvariant"
22586version = "5.9.2"
22587source = "registry+https://github.com/rust-lang/crates.io-index"
22588checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22589dependencies = [
22590 "endi",
22591 "enumflags2",
22592 "serde",
22593 "serde_bytes",
22594 "winnow",
22595 "zvariant_derive",
22596 "zvariant_utils",
22597]
22598
22599[[package]]
22600name = "zvariant_derive"
22601version = "5.9.2"
22602source = "registry+https://github.com/rust-lang/crates.io-index"
22603checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22604dependencies = [
22605 "proc-macro-crate",
22606 "proc-macro2",
22607 "quote",
22608 "syn 2.0.117",
22609 "zvariant_utils",
22610]
22611
22612[[package]]
22613name = "zvariant_utils"
22614version = "3.3.0"
22615source = "registry+https://github.com/rust-lang/crates.io-index"
22616checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22617dependencies = [
22618 "proc-macro2",
22619 "quote",
22620 "serde",
22621 "syn 2.0.117",
22622 "winnow",
22623]