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.32",
   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_settings",
   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.32",
   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.32",
  104 "gpui",
  105 "language",
  106 "project",
  107 "proto",
  108 "smallvec",
  109 "ui",
  110 "util",
  111 "workspace",
  112]
  113
  114[[package]]
  115name = "addr2line"
  116version = "0.25.1"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  119dependencies = [
  120 "gimli",
  121]
  122
  123[[package]]
  124name = "adler2"
  125version = "2.0.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  128
  129[[package]]
  130name = "aes"
  131version = "0.8.4"
  132source = "registry+https://github.com/rust-lang/crates.io-index"
  133checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  134dependencies = [
  135 "cfg-if",
  136 "cipher",
  137 "cpufeatures",
  138 "zeroize",
  139]
  140
  141[[package]]
  142name = "agent"
  143version = "0.1.0"
  144dependencies = [
  145 "acp_thread",
  146 "action_log",
  147 "agent-client-protocol",
  148 "agent_servers",
  149 "agent_settings",
  150 "anyhow",
  151 "chrono",
  152 "client",
  153 "clock",
  154 "cloud_api_types",
  155 "cloud_llm_client",
  156 "collections",
  157 "context_server",
  158 "ctor",
  159 "db",
  160 "derive_more",
  161 "editor",
  162 "env_logger 0.11.8",
  163 "eval_utils",
  164 "feature_flags",
  165 "fs",
  166 "futures 0.3.32",
  167 "git",
  168 "gpui",
  169 "gpui_tokio",
  170 "handlebars 4.5.0",
  171 "heck 0.5.0",
  172 "html_to_markdown",
  173 "http_client",
  174 "indoc",
  175 "itertools 0.14.0",
  176 "language",
  177 "language_model",
  178 "language_models",
  179 "log",
  180 "lsp",
  181 "open",
  182 "parking_lot",
  183 "paths",
  184 "pretty_assertions",
  185 "project",
  186 "prompt_store",
  187 "rand 0.9.2",
  188 "regex",
  189 "reqwest_client",
  190 "rust-embed",
  191 "schemars",
  192 "serde",
  193 "serde_json",
  194 "settings",
  195 "shell_command_parser",
  196 "smallvec",
  197 "smol",
  198 "sqlez",
  199 "streaming_diff",
  200 "strsim",
  201 "task",
  202 "telemetry",
  203 "tempfile",
  204 "text",
  205 "theme",
  206 "thiserror 2.0.17",
  207 "ui",
  208 "unindent",
  209 "url",
  210 "util",
  211 "uuid",
  212 "watch",
  213 "web_search",
  214 "zed_env_vars",
  215 "zlog",
  216 "zstd",
  217]
  218
  219[[package]]
  220name = "agent-client-protocol"
  221version = "0.10.2"
  222source = "registry+https://github.com/rust-lang/crates.io-index"
  223checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  224dependencies = [
  225 "agent-client-protocol-schema",
  226 "anyhow",
  227 "async-broadcast",
  228 "async-trait",
  229 "derive_more",
  230 "futures 0.3.32",
  231 "log",
  232 "serde",
  233 "serde_json",
  234]
  235
  236[[package]]
  237name = "agent-client-protocol-schema"
  238version = "0.11.2"
  239source = "registry+https://github.com/rust-lang/crates.io-index"
  240checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  241dependencies = [
  242 "anyhow",
  243 "derive_more",
  244 "schemars",
  245 "serde",
  246 "serde_json",
  247 "strum 0.28.0",
  248]
  249
  250[[package]]
  251name = "agent_servers"
  252version = "0.1.0"
  253dependencies = [
  254 "acp_thread",
  255 "acp_tools",
  256 "action_log",
  257 "agent-client-protocol",
  258 "anyhow",
  259 "async-trait",
  260 "chrono",
  261 "client",
  262 "collections",
  263 "env_logger 0.11.8",
  264 "feature_flags",
  265 "fs",
  266 "futures 0.3.32",
  267 "google_ai",
  268 "gpui",
  269 "gpui_tokio",
  270 "http_client",
  271 "indoc",
  272 "language_model",
  273 "libc",
  274 "log",
  275 "nix 0.29.0",
  276 "project",
  277 "release_channel",
  278 "reqwest_client",
  279 "serde",
  280 "serde_json",
  281 "settings",
  282 "smol",
  283 "task",
  284 "tempfile",
  285 "terminal",
  286 "thiserror 2.0.17",
  287 "ui",
  288 "util",
  289 "uuid",
  290 "watch",
  291 "zed_credentials_provider",
  292]
  293
  294[[package]]
  295name = "agent_settings"
  296version = "0.1.0"
  297dependencies = [
  298 "agent-client-protocol",
  299 "anyhow",
  300 "collections",
  301 "convert_case 0.8.0",
  302 "fs",
  303 "gpui",
  304 "language_model",
  305 "log",
  306 "paths",
  307 "project",
  308 "regex",
  309 "schemars",
  310 "serde",
  311 "serde_json",
  312 "serde_json_lenient",
  313 "settings",
  314 "util",
  315]
  316
  317[[package]]
  318name = "agent_ui"
  319version = "0.1.0"
  320dependencies = [
  321 "acp_thread",
  322 "action_log",
  323 "agent",
  324 "agent-client-protocol",
  325 "agent_servers",
  326 "agent_settings",
  327 "ai_onboarding",
  328 "anyhow",
  329 "audio",
  330 "base64 0.22.1",
  331 "buffer_diff",
  332 "chrono",
  333 "client",
  334 "cloud_api_types",
  335 "collections",
  336 "command_palette_hooks",
  337 "component",
  338 "context_server",
  339 "db",
  340 "editor",
  341 "eval_utils",
  342 "extension",
  343 "extension_host",
  344 "feature_flags",
  345 "file_icons",
  346 "fs",
  347 "futures 0.3.32",
  348 "fuzzy",
  349 "git",
  350 "gpui",
  351 "gpui_tokio",
  352 "heapless",
  353 "html_to_markdown",
  354 "http_client",
  355 "image",
  356 "indoc",
  357 "itertools 0.14.0",
  358 "jsonschema",
  359 "language",
  360 "language_model",
  361 "language_models",
  362 "languages",
  363 "log",
  364 "lsp",
  365 "markdown",
  366 "menu",
  367 "multi_buffer",
  368 "notifications",
  369 "ordered-float 2.10.1",
  370 "parking_lot",
  371 "paths",
  372 "picker",
  373 "postage",
  374 "pretty_assertions",
  375 "project",
  376 "prompt_store",
  377 "proto",
  378 "rand 0.9.2",
  379 "release_channel",
  380 "reqwest_client",
  381 "rope",
  382 "rules_library",
  383 "schemars",
  384 "semver",
  385 "serde",
  386 "serde_json",
  387 "serde_json_lenient",
  388 "settings",
  389 "smol",
  390 "streaming_diff",
  391 "task",
  392 "telemetry",
  393 "terminal",
  394 "terminal_view",
  395 "text",
  396 "theme",
  397 "theme_settings",
  398 "time",
  399 "time_format",
  400 "tree-sitter-md",
  401 "ui",
  402 "ui_input",
  403 "unindent",
  404 "url",
  405 "util",
  406 "uuid",
  407 "watch",
  408 "workspace",
  409 "zed_actions",
  410]
  411
  412[[package]]
  413name = "ahash"
  414version = "0.7.8"
  415source = "registry+https://github.com/rust-lang/crates.io-index"
  416checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  417dependencies = [
  418 "getrandom 0.2.16",
  419 "once_cell",
  420 "version_check",
  421]
  422
  423[[package]]
  424name = "ahash"
  425version = "0.8.12"
  426source = "registry+https://github.com/rust-lang/crates.io-index"
  427checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  428dependencies = [
  429 "cfg-if",
  430 "const-random",
  431 "getrandom 0.3.4",
  432 "once_cell",
  433 "serde",
  434 "version_check",
  435 "zerocopy",
  436]
  437
  438[[package]]
  439name = "aho-corasick"
  440version = "1.1.3"
  441source = "registry+https://github.com/rust-lang/crates.io-index"
  442checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  443dependencies = [
  444 "memchr",
  445]
  446
  447[[package]]
  448name = "ai_onboarding"
  449version = "0.1.0"
  450dependencies = [
  451 "client",
  452 "cloud_api_types",
  453 "component",
  454 "gpui",
  455 "language_model",
  456 "serde",
  457 "smallvec",
  458 "telemetry",
  459 "ui",
  460 "zed_actions",
  461]
  462
  463[[package]]
  464name = "alacritty_terminal"
  465version = "0.25.1"
  466source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  467dependencies = [
  468 "base64 0.22.1",
  469 "bitflags 2.10.0",
  470 "home",
  471 "libc",
  472 "log",
  473 "mach2 0.5.0",
  474 "miow",
  475 "parking_lot",
  476 "piper",
  477 "polling",
  478 "regex-automata",
  479 "rustix 1.1.2",
  480 "rustix-openpty",
  481 "serde",
  482 "signal-hook",
  483 "unicode-width",
  484 "vte",
  485 "windows-sys 0.59.0",
  486]
  487
  488[[package]]
  489name = "aliasable"
  490version = "0.1.3"
  491source = "registry+https://github.com/rust-lang/crates.io-index"
  492checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  493
  494[[package]]
  495name = "aligned-vec"
  496version = "0.6.4"
  497source = "registry+https://github.com/rust-lang/crates.io-index"
  498checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  499dependencies = [
  500 "equator",
  501]
  502
  503[[package]]
  504name = "allocator-api2"
  505version = "0.2.21"
  506source = "registry+https://github.com/rust-lang/crates.io-index"
  507checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  508
  509[[package]]
  510name = "alsa"
  511version = "0.10.0"
  512source = "registry+https://github.com/rust-lang/crates.io-index"
  513checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  514dependencies = [
  515 "alsa-sys",
  516 "bitflags 2.10.0",
  517 "cfg-if",
  518 "libc",
  519]
  520
  521[[package]]
  522name = "alsa-sys"
  523version = "0.3.1"
  524source = "registry+https://github.com/rust-lang/crates.io-index"
  525checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  526dependencies = [
  527 "libc",
  528 "pkg-config",
  529]
  530
  531[[package]]
  532name = "ambient-authority"
  533version = "0.0.2"
  534source = "registry+https://github.com/rust-lang/crates.io-index"
  535checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  536
  537[[package]]
  538name = "ammonia"
  539version = "4.1.2"
  540source = "registry+https://github.com/rust-lang/crates.io-index"
  541checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  542dependencies = [
  543 "cssparser",
  544 "html5ever 0.35.0",
  545 "maplit",
  546 "tendril",
  547 "url",
  548]
  549
  550[[package]]
  551name = "android_system_properties"
  552version = "0.1.5"
  553source = "registry+https://github.com/rust-lang/crates.io-index"
  554checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  555dependencies = [
  556 "libc",
  557]
  558
  559[[package]]
  560name = "anes"
  561version = "0.1.6"
  562source = "registry+https://github.com/rust-lang/crates.io-index"
  563checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  564
  565[[package]]
  566name = "annotate-snippets"
  567version = "0.12.12"
  568source = "registry+https://github.com/rust-lang/crates.io-index"
  569checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  570dependencies = [
  571 "anstyle",
  572 "memchr",
  573 "unicode-width",
  574]
  575
  576[[package]]
  577name = "anstream"
  578version = "0.6.21"
  579source = "registry+https://github.com/rust-lang/crates.io-index"
  580checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  581dependencies = [
  582 "anstyle",
  583 "anstyle-parse",
  584 "anstyle-query",
  585 "anstyle-wincon",
  586 "colorchoice",
  587 "is_terminal_polyfill",
  588 "utf8parse",
  589]
  590
  591[[package]]
  592name = "anstyle"
  593version = "1.0.13"
  594source = "registry+https://github.com/rust-lang/crates.io-index"
  595checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  596
  597[[package]]
  598name = "anstyle-parse"
  599version = "0.2.7"
  600source = "registry+https://github.com/rust-lang/crates.io-index"
  601checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  602dependencies = [
  603 "utf8parse",
  604]
  605
  606[[package]]
  607name = "anstyle-query"
  608version = "1.1.4"
  609source = "registry+https://github.com/rust-lang/crates.io-index"
  610checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  611dependencies = [
  612 "windows-sys 0.60.2",
  613]
  614
  615[[package]]
  616name = "anstyle-wincon"
  617version = "3.0.10"
  618source = "registry+https://github.com/rust-lang/crates.io-index"
  619checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  620dependencies = [
  621 "anstyle",
  622 "once_cell_polyfill",
  623 "windows-sys 0.60.2",
  624]
  625
  626[[package]]
  627name = "anthropic"
  628version = "0.1.0"
  629dependencies = [
  630 "anyhow",
  631 "chrono",
  632 "collections",
  633 "futures 0.3.32",
  634 "http_client",
  635 "language_model_core",
  636 "log",
  637 "schemars",
  638 "serde",
  639 "serde_json",
  640 "strum 0.27.2",
  641 "thiserror 2.0.17",
  642 "tiktoken-rs",
  643]
  644
  645[[package]]
  646name = "any_vec"
  647version = "0.14.0"
  648source = "registry+https://github.com/rust-lang/crates.io-index"
  649checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  650
  651[[package]]
  652name = "anyhow"
  653version = "1.0.100"
  654source = "registry+https://github.com/rust-lang/crates.io-index"
  655checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  656
  657[[package]]
  658name = "approx"
  659version = "0.5.1"
  660source = "registry+https://github.com/rust-lang/crates.io-index"
  661checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  662dependencies = [
  663 "num-traits",
  664]
  665
  666[[package]]
  667name = "ar_archive_writer"
  668version = "0.5.1"
  669source = "registry+https://github.com/rust-lang/crates.io-index"
  670checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  671dependencies = [
  672 "object",
  673]
  674
  675[[package]]
  676name = "arbitrary"
  677version = "1.4.2"
  678source = "registry+https://github.com/rust-lang/crates.io-index"
  679checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  680dependencies = [
  681 "derive_arbitrary",
  682]
  683
  684[[package]]
  685name = "arc-swap"
  686version = "1.9.0"
  687source = "registry+https://github.com/rust-lang/crates.io-index"
  688checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  689dependencies = [
  690 "rustversion",
  691]
  692
  693[[package]]
  694name = "arg_enum_proc_macro"
  695version = "0.3.4"
  696source = "registry+https://github.com/rust-lang/crates.io-index"
  697checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  698dependencies = [
  699 "proc-macro2",
  700 "quote",
  701 "syn 2.0.117",
  702]
  703
  704[[package]]
  705name = "arraydeque"
  706version = "0.5.1"
  707source = "registry+https://github.com/rust-lang/crates.io-index"
  708checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  709
  710[[package]]
  711name = "arrayref"
  712version = "0.3.9"
  713source = "registry+https://github.com/rust-lang/crates.io-index"
  714checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  715
  716[[package]]
  717name = "arrayvec"
  718version = "0.7.6"
  719source = "registry+https://github.com/rust-lang/crates.io-index"
  720checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  721
  722[[package]]
  723name = "as-raw-xcb-connection"
  724version = "1.0.1"
  725source = "registry+https://github.com/rust-lang/crates.io-index"
  726checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  727
  728[[package]]
  729name = "ascii"
  730version = "1.1.0"
  731source = "registry+https://github.com/rust-lang/crates.io-index"
  732checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  733
  734[[package]]
  735name = "ash"
  736version = "0.38.0+1.3.281"
  737source = "registry+https://github.com/rust-lang/crates.io-index"
  738checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  739dependencies = [
  740 "libloading",
  741]
  742
  743[[package]]
  744name = "ashpd"
  745version = "0.13.2"
  746source = "registry+https://github.com/rust-lang/crates.io-index"
  747checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  748dependencies = [
  749 "enumflags2",
  750 "futures-channel",
  751 "futures-util",
  752 "getrandom 0.4.1",
  753 "serde",
  754 "serde_repr",
  755 "wayland-backend",
  756 "wayland-client",
  757 "wayland-protocols",
  758 "zbus",
  759]
  760
  761[[package]]
  762name = "askpass"
  763version = "0.1.0"
  764dependencies = [
  765 "anyhow",
  766 "futures 0.3.32",
  767 "gpui",
  768 "log",
  769 "net",
  770 "smol",
  771 "tempfile",
  772 "util",
  773 "windows 0.61.3",
  774 "zeroize",
  775]
  776
  777[[package]]
  778name = "assets"
  779version = "0.1.0"
  780dependencies = [
  781 "anyhow",
  782 "gpui",
  783 "rust-embed",
  784]
  785
  786[[package]]
  787name = "async-attributes"
  788version = "1.1.2"
  789source = "registry+https://github.com/rust-lang/crates.io-index"
  790checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  791dependencies = [
  792 "quote",
  793 "syn 1.0.109",
  794]
  795
  796[[package]]
  797name = "async-broadcast"
  798version = "0.7.2"
  799source = "registry+https://github.com/rust-lang/crates.io-index"
  800checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  801dependencies = [
  802 "event-listener 5.4.1",
  803 "event-listener-strategy",
  804 "futures-core",
  805 "pin-project-lite",
  806]
  807
  808[[package]]
  809name = "async-channel"
  810version = "1.9.0"
  811source = "registry+https://github.com/rust-lang/crates.io-index"
  812checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  813dependencies = [
  814 "concurrent-queue",
  815 "event-listener 2.5.3",
  816 "futures-core",
  817]
  818
  819[[package]]
  820name = "async-channel"
  821version = "2.5.0"
  822source = "registry+https://github.com/rust-lang/crates.io-index"
  823checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  824dependencies = [
  825 "concurrent-queue",
  826 "event-listener-strategy",
  827 "futures-core",
  828 "pin-project-lite",
  829]
  830
  831[[package]]
  832name = "async-compat"
  833version = "0.2.5"
  834source = "registry+https://github.com/rust-lang/crates.io-index"
  835checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  836dependencies = [
  837 "futures-core",
  838 "futures-io",
  839 "once_cell",
  840 "pin-project-lite",
  841 "tokio",
  842]
  843
  844[[package]]
  845name = "async-compression"
  846version = "0.4.32"
  847source = "registry+https://github.com/rust-lang/crates.io-index"
  848checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  849dependencies = [
  850 "compression-codecs",
  851 "compression-core",
  852 "futures-core",
  853 "futures-io",
  854 "pin-project-lite",
  855]
  856
  857[[package]]
  858name = "async-dispatcher"
  859version = "0.1.2"
  860source = "registry+https://github.com/rust-lang/crates.io-index"
  861checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  862dependencies = [
  863 "async-task",
  864 "futures-lite 1.13.0",
  865]
  866
  867[[package]]
  868name = "async-executor"
  869version = "1.13.3"
  870source = "registry+https://github.com/rust-lang/crates.io-index"
  871checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  872dependencies = [
  873 "async-task",
  874 "concurrent-queue",
  875 "fastrand 2.3.0",
  876 "futures-lite 2.6.1",
  877 "pin-project-lite",
  878 "slab",
  879]
  880
  881[[package]]
  882name = "async-fs"
  883version = "2.2.0"
  884source = "registry+https://github.com/rust-lang/crates.io-index"
  885checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  886dependencies = [
  887 "async-lock 3.4.2",
  888 "blocking",
  889 "futures-lite 2.6.1",
  890]
  891
  892[[package]]
  893name = "async-global-executor"
  894version = "2.4.1"
  895source = "registry+https://github.com/rust-lang/crates.io-index"
  896checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  897dependencies = [
  898 "async-channel 2.5.0",
  899 "async-executor",
  900 "async-io",
  901 "async-lock 3.4.2",
  902 "blocking",
  903 "futures-lite 2.6.1",
  904 "once_cell",
  905]
  906
  907[[package]]
  908name = "async-io"
  909version = "2.6.0"
  910source = "registry+https://github.com/rust-lang/crates.io-index"
  911checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  912dependencies = [
  913 "autocfg",
  914 "cfg-if",
  915 "concurrent-queue",
  916 "futures-io",
  917 "futures-lite 2.6.1",
  918 "parking",
  919 "polling",
  920 "rustix 1.1.2",
  921 "slab",
  922 "windows-sys 0.61.2",
  923]
  924
  925[[package]]
  926name = "async-lock"
  927version = "2.8.0"
  928source = "registry+https://github.com/rust-lang/crates.io-index"
  929checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  930dependencies = [
  931 "event-listener 2.5.3",
  932]
  933
  934[[package]]
  935name = "async-lock"
  936version = "3.4.2"
  937source = "registry+https://github.com/rust-lang/crates.io-index"
  938checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  939dependencies = [
  940 "event-listener 5.4.1",
  941 "event-listener-strategy",
  942 "pin-project-lite",
  943]
  944
  945[[package]]
  946name = "async-net"
  947version = "2.0.0"
  948source = "registry+https://github.com/rust-lang/crates.io-index"
  949checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  950dependencies = [
  951 "async-io",
  952 "blocking",
  953 "futures-lite 2.6.1",
  954]
  955
  956[[package]]
  957name = "async-pipe"
  958version = "0.1.3"
  959source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  960dependencies = [
  961 "futures 0.3.32",
  962 "log",
  963]
  964
  965[[package]]
  966name = "async-process"
  967version = "2.5.0"
  968source = "registry+https://github.com/rust-lang/crates.io-index"
  969checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  970dependencies = [
  971 "async-channel 2.5.0",
  972 "async-io",
  973 "async-lock 3.4.2",
  974 "async-signal",
  975 "async-task",
  976 "blocking",
  977 "cfg-if",
  978 "event-listener 5.4.1",
  979 "futures-lite 2.6.1",
  980 "rustix 1.1.2",
  981]
  982
  983[[package]]
  984name = "async-recursion"
  985version = "1.1.1"
  986source = "registry+https://github.com/rust-lang/crates.io-index"
  987checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  988dependencies = [
  989 "proc-macro2",
  990 "quote",
  991 "syn 2.0.117",
  992]
  993
  994[[package]]
  995name = "async-signal"
  996version = "0.2.13"
  997source = "registry+https://github.com/rust-lang/crates.io-index"
  998checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
  999dependencies = [
 1000 "async-io",
 1001 "async-lock 3.4.2",
 1002 "atomic-waker",
 1003 "cfg-if",
 1004 "futures-core",
 1005 "futures-io",
 1006 "rustix 1.1.2",
 1007 "signal-hook-registry",
 1008 "slab",
 1009 "windows-sys 0.61.2",
 1010]
 1011
 1012[[package]]
 1013name = "async-std"
 1014version = "1.13.2"
 1015source = "registry+https://github.com/rust-lang/crates.io-index"
 1016checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1017dependencies = [
 1018 "async-attributes",
 1019 "async-channel 1.9.0",
 1020 "async-global-executor",
 1021 "async-io",
 1022 "async-lock 3.4.2",
 1023 "async-process",
 1024 "crossbeam-utils",
 1025 "futures-channel",
 1026 "futures-core",
 1027 "futures-io",
 1028 "futures-lite 2.6.1",
 1029 "gloo-timers",
 1030 "kv-log-macro",
 1031 "log",
 1032 "memchr",
 1033 "once_cell",
 1034 "pin-project-lite",
 1035 "pin-utils",
 1036 "slab",
 1037 "wasm-bindgen-futures",
 1038]
 1039
 1040[[package]]
 1041name = "async-stream"
 1042version = "0.3.6"
 1043source = "registry+https://github.com/rust-lang/crates.io-index"
 1044checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1045dependencies = [
 1046 "async-stream-impl",
 1047 "futures-core",
 1048 "pin-project-lite",
 1049]
 1050
 1051[[package]]
 1052name = "async-stream-impl"
 1053version = "0.3.6"
 1054source = "registry+https://github.com/rust-lang/crates.io-index"
 1055checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1056dependencies = [
 1057 "proc-macro2",
 1058 "quote",
 1059 "syn 2.0.117",
 1060]
 1061
 1062[[package]]
 1063name = "async-tar"
 1064version = "0.5.1"
 1065source = "registry+https://github.com/rust-lang/crates.io-index"
 1066checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1067dependencies = [
 1068 "async-std",
 1069 "filetime",
 1070 "libc",
 1071 "pin-project",
 1072 "redox_syscall 0.2.16",
 1073 "xattr",
 1074]
 1075
 1076[[package]]
 1077name = "async-task"
 1078version = "4.7.1"
 1079source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1080
 1081[[package]]
 1082name = "async-trait"
 1083version = "0.1.89"
 1084source = "registry+https://github.com/rust-lang/crates.io-index"
 1085checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1086dependencies = [
 1087 "proc-macro2",
 1088 "quote",
 1089 "syn 2.0.117",
 1090]
 1091
 1092[[package]]
 1093name = "async-tungstenite"
 1094version = "0.31.0"
 1095source = "registry+https://github.com/rust-lang/crates.io-index"
 1096checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1097dependencies = [
 1098 "atomic-waker",
 1099 "futures-core",
 1100 "futures-io",
 1101 "futures-task",
 1102 "futures-util",
 1103 "log",
 1104 "pin-project-lite",
 1105 "rustls-pki-types",
 1106 "tokio",
 1107 "tokio-rustls 0.26.2",
 1108 "tungstenite 0.27.0",
 1109]
 1110
 1111[[package]]
 1112name = "async_zip"
 1113version = "0.0.18"
 1114source = "registry+https://github.com/rust-lang/crates.io-index"
 1115checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1116dependencies = [
 1117 "async-compression",
 1118 "crc32fast",
 1119 "futures-lite 2.6.1",
 1120 "pin-project",
 1121 "thiserror 2.0.17",
 1122]
 1123
 1124[[package]]
 1125name = "asynchronous-codec"
 1126version = "0.7.0"
 1127source = "registry+https://github.com/rust-lang/crates.io-index"
 1128checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1129dependencies = [
 1130 "bytes 1.11.1",
 1131 "futures-sink",
 1132 "futures-util",
 1133 "memchr",
 1134 "pin-project-lite",
 1135]
 1136
 1137[[package]]
 1138name = "atoi"
 1139version = "2.0.0"
 1140source = "registry+https://github.com/rust-lang/crates.io-index"
 1141checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1142dependencies = [
 1143 "num-traits",
 1144]
 1145
 1146[[package]]
 1147name = "atomic"
 1148version = "0.5.3"
 1149source = "registry+https://github.com/rust-lang/crates.io-index"
 1150checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1151
 1152[[package]]
 1153name = "atomic-waker"
 1154version = "1.1.2"
 1155source = "registry+https://github.com/rust-lang/crates.io-index"
 1156checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1157
 1158[[package]]
 1159name = "audio"
 1160version = "0.1.0"
 1161dependencies = [
 1162 "anyhow",
 1163 "collections",
 1164 "cpal",
 1165 "crossbeam",
 1166 "denoise",
 1167 "gpui",
 1168 "libwebrtc",
 1169 "log",
 1170 "parking_lot",
 1171 "rodio",
 1172 "serde",
 1173 "settings",
 1174 "thiserror 2.0.17",
 1175 "util",
 1176]
 1177
 1178[[package]]
 1179name = "auditable-serde"
 1180version = "0.8.0"
 1181source = "registry+https://github.com/rust-lang/crates.io-index"
 1182checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1183dependencies = [
 1184 "semver",
 1185 "serde",
 1186 "serde_json",
 1187 "topological-sort",
 1188]
 1189
 1190[[package]]
 1191name = "auto_update"
 1192version = "0.1.0"
 1193dependencies = [
 1194 "anyhow",
 1195 "client",
 1196 "clock",
 1197 "ctor",
 1198 "db",
 1199 "futures 0.3.32",
 1200 "futures-lite 1.13.0",
 1201 "gpui",
 1202 "http_client",
 1203 "log",
 1204 "parking_lot",
 1205 "paths",
 1206 "release_channel",
 1207 "semver",
 1208 "serde",
 1209 "serde_json",
 1210 "settings",
 1211 "smol",
 1212 "tempfile",
 1213 "util",
 1214 "which 6.0.3",
 1215 "workspace",
 1216 "zlog",
 1217]
 1218
 1219[[package]]
 1220name = "auto_update_helper"
 1221version = "0.1.0"
 1222dependencies = [
 1223 "anyhow",
 1224 "log",
 1225 "scopeguard",
 1226 "simplelog",
 1227 "tempfile",
 1228 "windows 0.61.3",
 1229 "winresource",
 1230]
 1231
 1232[[package]]
 1233name = "auto_update_ui"
 1234version = "0.1.0"
 1235dependencies = [
 1236 "anyhow",
 1237 "auto_update",
 1238 "client",
 1239 "editor",
 1240 "gpui",
 1241 "markdown_preview",
 1242 "release_channel",
 1243 "semver",
 1244 "serde",
 1245 "serde_json",
 1246 "smol",
 1247 "ui",
 1248 "util",
 1249 "workspace",
 1250]
 1251
 1252[[package]]
 1253name = "autocfg"
 1254version = "1.5.0"
 1255source = "registry+https://github.com/rust-lang/crates.io-index"
 1256checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1257
 1258[[package]]
 1259name = "av1-grain"
 1260version = "0.2.4"
 1261source = "registry+https://github.com/rust-lang/crates.io-index"
 1262checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1263dependencies = [
 1264 "anyhow",
 1265 "arrayvec",
 1266 "log",
 1267 "nom 7.1.3",
 1268 "num-rational",
 1269 "v_frame",
 1270]
 1271
 1272[[package]]
 1273name = "avif-serialize"
 1274version = "0.8.6"
 1275source = "registry+https://github.com/rust-lang/crates.io-index"
 1276checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1277dependencies = [
 1278 "arrayvec",
 1279]
 1280
 1281[[package]]
 1282name = "aws-config"
 1283version = "1.8.10"
 1284source = "registry+https://github.com/rust-lang/crates.io-index"
 1285checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1286dependencies = [
 1287 "aws-credential-types",
 1288 "aws-runtime",
 1289 "aws-sdk-sso",
 1290 "aws-sdk-ssooidc",
 1291 "aws-sdk-sts",
 1292 "aws-smithy-async",
 1293 "aws-smithy-http",
 1294 "aws-smithy-json",
 1295 "aws-smithy-runtime",
 1296 "aws-smithy-runtime-api",
 1297 "aws-smithy-types",
 1298 "aws-types",
 1299 "bytes 1.11.1",
 1300 "fastrand 2.3.0",
 1301 "hex",
 1302 "http 1.3.1",
 1303 "ring",
 1304 "time",
 1305 "tokio",
 1306 "tracing",
 1307 "url",
 1308 "zeroize",
 1309]
 1310
 1311[[package]]
 1312name = "aws-credential-types"
 1313version = "1.2.10"
 1314source = "registry+https://github.com/rust-lang/crates.io-index"
 1315checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1316dependencies = [
 1317 "aws-smithy-async",
 1318 "aws-smithy-runtime-api",
 1319 "aws-smithy-types",
 1320 "zeroize",
 1321]
 1322
 1323[[package]]
 1324name = "aws-lc-rs"
 1325version = "1.15.4"
 1326source = "registry+https://github.com/rust-lang/crates.io-index"
 1327checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1328dependencies = [
 1329 "aws-lc-sys",
 1330 "untrusted 0.7.1",
 1331 "zeroize",
 1332]
 1333
 1334[[package]]
 1335name = "aws-lc-sys"
 1336version = "0.37.0"
 1337source = "registry+https://github.com/rust-lang/crates.io-index"
 1338checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1339dependencies = [
 1340 "cc",
 1341 "cmake",
 1342 "dunce",
 1343 "fs_extra",
 1344]
 1345
 1346[[package]]
 1347name = "aws-runtime"
 1348version = "1.5.16"
 1349source = "registry+https://github.com/rust-lang/crates.io-index"
 1350checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1351dependencies = [
 1352 "aws-credential-types",
 1353 "aws-sigv4",
 1354 "aws-smithy-async",
 1355 "aws-smithy-eventstream",
 1356 "aws-smithy-http",
 1357 "aws-smithy-runtime",
 1358 "aws-smithy-runtime-api",
 1359 "aws-smithy-types",
 1360 "aws-types",
 1361 "bytes 1.11.1",
 1362 "fastrand 2.3.0",
 1363 "http 0.2.12",
 1364 "http-body 0.4.6",
 1365 "percent-encoding",
 1366 "pin-project-lite",
 1367 "tracing",
 1368 "uuid",
 1369]
 1370
 1371[[package]]
 1372name = "aws-sdk-bedrockruntime"
 1373version = "1.113.0"
 1374source = "registry+https://github.com/rust-lang/crates.io-index"
 1375checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1376dependencies = [
 1377 "aws-credential-types",
 1378 "aws-runtime",
 1379 "aws-sigv4",
 1380 "aws-smithy-async",
 1381 "aws-smithy-eventstream",
 1382 "aws-smithy-http",
 1383 "aws-smithy-json",
 1384 "aws-smithy-runtime",
 1385 "aws-smithy-runtime-api",
 1386 "aws-smithy-types",
 1387 "aws-types",
 1388 "bytes 1.11.1",
 1389 "fastrand 2.3.0",
 1390 "http 0.2.12",
 1391 "hyper 0.14.32",
 1392 "regex-lite",
 1393 "tracing",
 1394]
 1395
 1396[[package]]
 1397name = "aws-sdk-kinesis"
 1398version = "1.95.0"
 1399source = "registry+https://github.com/rust-lang/crates.io-index"
 1400checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1401dependencies = [
 1402 "aws-credential-types",
 1403 "aws-runtime",
 1404 "aws-smithy-async",
 1405 "aws-smithy-eventstream",
 1406 "aws-smithy-http",
 1407 "aws-smithy-json",
 1408 "aws-smithy-runtime",
 1409 "aws-smithy-runtime-api",
 1410 "aws-smithy-types",
 1411 "aws-types",
 1412 "bytes 1.11.1",
 1413 "fastrand 2.3.0",
 1414 "http 0.2.12",
 1415 "regex-lite",
 1416 "tracing",
 1417]
 1418
 1419[[package]]
 1420name = "aws-sdk-s3"
 1421version = "1.112.0"
 1422source = "registry+https://github.com/rust-lang/crates.io-index"
 1423checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1424dependencies = [
 1425 "aws-credential-types",
 1426 "aws-runtime",
 1427 "aws-sigv4",
 1428 "aws-smithy-async",
 1429 "aws-smithy-checksums",
 1430 "aws-smithy-eventstream",
 1431 "aws-smithy-http",
 1432 "aws-smithy-json",
 1433 "aws-smithy-runtime",
 1434 "aws-smithy-runtime-api",
 1435 "aws-smithy-types",
 1436 "aws-smithy-xml",
 1437 "aws-types",
 1438 "bytes 1.11.1",
 1439 "fastrand 2.3.0",
 1440 "hex",
 1441 "hmac",
 1442 "http 0.2.12",
 1443 "http 1.3.1",
 1444 "http-body 0.4.6",
 1445 "lru",
 1446 "percent-encoding",
 1447 "regex-lite",
 1448 "sha2",
 1449 "tracing",
 1450 "url",
 1451]
 1452
 1453[[package]]
 1454name = "aws-sdk-sso"
 1455version = "1.88.0"
 1456source = "registry+https://github.com/rust-lang/crates.io-index"
 1457checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1458dependencies = [
 1459 "aws-credential-types",
 1460 "aws-runtime",
 1461 "aws-smithy-async",
 1462 "aws-smithy-http",
 1463 "aws-smithy-json",
 1464 "aws-smithy-runtime",
 1465 "aws-smithy-runtime-api",
 1466 "aws-smithy-types",
 1467 "aws-types",
 1468 "bytes 1.11.1",
 1469 "fastrand 2.3.0",
 1470 "http 0.2.12",
 1471 "regex-lite",
 1472 "tracing",
 1473]
 1474
 1475[[package]]
 1476name = "aws-sdk-ssooidc"
 1477version = "1.90.0"
 1478source = "registry+https://github.com/rust-lang/crates.io-index"
 1479checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1480dependencies = [
 1481 "aws-credential-types",
 1482 "aws-runtime",
 1483 "aws-smithy-async",
 1484 "aws-smithy-http",
 1485 "aws-smithy-json",
 1486 "aws-smithy-runtime",
 1487 "aws-smithy-runtime-api",
 1488 "aws-smithy-types",
 1489 "aws-types",
 1490 "bytes 1.11.1",
 1491 "fastrand 2.3.0",
 1492 "http 0.2.12",
 1493 "regex-lite",
 1494 "tracing",
 1495]
 1496
 1497[[package]]
 1498name = "aws-sdk-sts"
 1499version = "1.90.0"
 1500source = "registry+https://github.com/rust-lang/crates.io-index"
 1501checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1502dependencies = [
 1503 "aws-credential-types",
 1504 "aws-runtime",
 1505 "aws-smithy-async",
 1506 "aws-smithy-http",
 1507 "aws-smithy-json",
 1508 "aws-smithy-query",
 1509 "aws-smithy-runtime",
 1510 "aws-smithy-runtime-api",
 1511 "aws-smithy-types",
 1512 "aws-smithy-xml",
 1513 "aws-types",
 1514 "fastrand 2.3.0",
 1515 "http 0.2.12",
 1516 "regex-lite",
 1517 "tracing",
 1518]
 1519
 1520[[package]]
 1521name = "aws-sigv4"
 1522version = "1.3.6"
 1523source = "registry+https://github.com/rust-lang/crates.io-index"
 1524checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1525dependencies = [
 1526 "aws-credential-types",
 1527 "aws-smithy-eventstream",
 1528 "aws-smithy-http",
 1529 "aws-smithy-runtime-api",
 1530 "aws-smithy-types",
 1531 "bytes 1.11.1",
 1532 "crypto-bigint 0.5.5",
 1533 "form_urlencoded",
 1534 "hex",
 1535 "hmac",
 1536 "http 0.2.12",
 1537 "http 1.3.1",
 1538 "p256",
 1539 "percent-encoding",
 1540 "ring",
 1541 "sha2",
 1542 "subtle",
 1543 "time",
 1544 "tracing",
 1545 "zeroize",
 1546]
 1547
 1548[[package]]
 1549name = "aws-smithy-async"
 1550version = "1.2.6"
 1551source = "registry+https://github.com/rust-lang/crates.io-index"
 1552checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1553dependencies = [
 1554 "futures-util",
 1555 "pin-project-lite",
 1556 "tokio",
 1557]
 1558
 1559[[package]]
 1560name = "aws-smithy-checksums"
 1561version = "0.63.11"
 1562source = "registry+https://github.com/rust-lang/crates.io-index"
 1563checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1564dependencies = [
 1565 "aws-smithy-http",
 1566 "aws-smithy-types",
 1567 "bytes 1.11.1",
 1568 "crc-fast",
 1569 "hex",
 1570 "http 0.2.12",
 1571 "http-body 0.4.6",
 1572 "md-5",
 1573 "pin-project-lite",
 1574 "sha1",
 1575 "sha2",
 1576 "tracing",
 1577]
 1578
 1579[[package]]
 1580name = "aws-smithy-eventstream"
 1581version = "0.60.13"
 1582source = "registry+https://github.com/rust-lang/crates.io-index"
 1583checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1584dependencies = [
 1585 "aws-smithy-types",
 1586 "bytes 1.11.1",
 1587 "crc32fast",
 1588]
 1589
 1590[[package]]
 1591name = "aws-smithy-http"
 1592version = "0.62.5"
 1593source = "registry+https://github.com/rust-lang/crates.io-index"
 1594checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1595dependencies = [
 1596 "aws-smithy-eventstream",
 1597 "aws-smithy-runtime-api",
 1598 "aws-smithy-types",
 1599 "bytes 1.11.1",
 1600 "bytes-utils",
 1601 "futures-core",
 1602 "futures-util",
 1603 "http 0.2.12",
 1604 "http 1.3.1",
 1605 "http-body 0.4.6",
 1606 "percent-encoding",
 1607 "pin-project-lite",
 1608 "pin-utils",
 1609 "tracing",
 1610]
 1611
 1612[[package]]
 1613name = "aws-smithy-http-client"
 1614version = "1.1.4"
 1615source = "registry+https://github.com/rust-lang/crates.io-index"
 1616checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1617dependencies = [
 1618 "aws-smithy-async",
 1619 "aws-smithy-runtime-api",
 1620 "aws-smithy-types",
 1621 "h2 0.3.27",
 1622 "h2 0.4.12",
 1623 "http 0.2.12",
 1624 "http 1.3.1",
 1625 "http-body 0.4.6",
 1626 "hyper 0.14.32",
 1627 "hyper 1.7.0",
 1628 "hyper-rustls 0.24.2",
 1629 "hyper-rustls 0.27.7",
 1630 "hyper-util",
 1631 "pin-project-lite",
 1632 "rustls 0.21.12",
 1633 "rustls 0.23.33",
 1634 "rustls-native-certs 0.8.2",
 1635 "rustls-pki-types",
 1636 "tokio",
 1637 "tokio-rustls 0.26.2",
 1638 "tower 0.5.2",
 1639 "tracing",
 1640]
 1641
 1642[[package]]
 1643name = "aws-smithy-json"
 1644version = "0.61.7"
 1645source = "registry+https://github.com/rust-lang/crates.io-index"
 1646checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1647dependencies = [
 1648 "aws-smithy-types",
 1649]
 1650
 1651[[package]]
 1652name = "aws-smithy-observability"
 1653version = "0.1.4"
 1654source = "registry+https://github.com/rust-lang/crates.io-index"
 1655checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1656dependencies = [
 1657 "aws-smithy-runtime-api",
 1658]
 1659
 1660[[package]]
 1661name = "aws-smithy-query"
 1662version = "0.60.8"
 1663source = "registry+https://github.com/rust-lang/crates.io-index"
 1664checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1665dependencies = [
 1666 "aws-smithy-types",
 1667 "urlencoding",
 1668]
 1669
 1670[[package]]
 1671name = "aws-smithy-runtime"
 1672version = "1.9.4"
 1673source = "registry+https://github.com/rust-lang/crates.io-index"
 1674checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1675dependencies = [
 1676 "aws-smithy-async",
 1677 "aws-smithy-http",
 1678 "aws-smithy-http-client",
 1679 "aws-smithy-observability",
 1680 "aws-smithy-runtime-api",
 1681 "aws-smithy-types",
 1682 "bytes 1.11.1",
 1683 "fastrand 2.3.0",
 1684 "http 0.2.12",
 1685 "http 1.3.1",
 1686 "http-body 0.4.6",
 1687 "http-body 1.0.1",
 1688 "pin-project-lite",
 1689 "pin-utils",
 1690 "tokio",
 1691 "tracing",
 1692]
 1693
 1694[[package]]
 1695name = "aws-smithy-runtime-api"
 1696version = "1.9.2"
 1697source = "registry+https://github.com/rust-lang/crates.io-index"
 1698checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1699dependencies = [
 1700 "aws-smithy-async",
 1701 "aws-smithy-types",
 1702 "bytes 1.11.1",
 1703 "http 0.2.12",
 1704 "http 1.3.1",
 1705 "pin-project-lite",
 1706 "tokio",
 1707 "tracing",
 1708 "zeroize",
 1709]
 1710
 1711[[package]]
 1712name = "aws-smithy-types"
 1713version = "1.3.4"
 1714source = "registry+https://github.com/rust-lang/crates.io-index"
 1715checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1716dependencies = [
 1717 "base64-simd",
 1718 "bytes 1.11.1",
 1719 "bytes-utils",
 1720 "futures-core",
 1721 "http 0.2.12",
 1722 "http 1.3.1",
 1723 "http-body 0.4.6",
 1724 "http-body 1.0.1",
 1725 "http-body-util",
 1726 "itoa",
 1727 "num-integer",
 1728 "pin-project-lite",
 1729 "pin-utils",
 1730 "ryu",
 1731 "serde",
 1732 "time",
 1733 "tokio",
 1734 "tokio-util",
 1735]
 1736
 1737[[package]]
 1738name = "aws-smithy-xml"
 1739version = "0.60.12"
 1740source = "registry+https://github.com/rust-lang/crates.io-index"
 1741checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1742dependencies = [
 1743 "xmlparser",
 1744]
 1745
 1746[[package]]
 1747name = "aws-types"
 1748version = "1.3.10"
 1749source = "registry+https://github.com/rust-lang/crates.io-index"
 1750checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1751dependencies = [
 1752 "aws-credential-types",
 1753 "aws-smithy-async",
 1754 "aws-smithy-runtime-api",
 1755 "aws-smithy-types",
 1756 "rustc_version",
 1757 "tracing",
 1758]
 1759
 1760[[package]]
 1761name = "aws_http_client"
 1762version = "0.1.0"
 1763dependencies = [
 1764 "aws-smithy-runtime-api",
 1765 "aws-smithy-types",
 1766 "http_client",
 1767]
 1768
 1769[[package]]
 1770name = "axum"
 1771version = "0.6.20"
 1772source = "registry+https://github.com/rust-lang/crates.io-index"
 1773checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1774dependencies = [
 1775 "async-trait",
 1776 "axum-core",
 1777 "base64 0.21.7",
 1778 "bitflags 1.3.2",
 1779 "bytes 1.11.1",
 1780 "futures-util",
 1781 "headers",
 1782 "http 0.2.12",
 1783 "http-body 0.4.6",
 1784 "hyper 0.14.32",
 1785 "itoa",
 1786 "matchit",
 1787 "memchr",
 1788 "mime",
 1789 "percent-encoding",
 1790 "pin-project-lite",
 1791 "rustversion",
 1792 "serde",
 1793 "serde_json",
 1794 "serde_path_to_error",
 1795 "serde_urlencoded",
 1796 "sha1",
 1797 "sync_wrapper 0.1.2",
 1798 "tokio",
 1799 "tokio-tungstenite 0.20.1",
 1800 "tower 0.4.13",
 1801 "tower-layer",
 1802 "tower-service",
 1803]
 1804
 1805[[package]]
 1806name = "axum-core"
 1807version = "0.3.4"
 1808source = "registry+https://github.com/rust-lang/crates.io-index"
 1809checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1810dependencies = [
 1811 "async-trait",
 1812 "bytes 1.11.1",
 1813 "futures-util",
 1814 "http 0.2.12",
 1815 "http-body 0.4.6",
 1816 "mime",
 1817 "rustversion",
 1818 "tower-layer",
 1819 "tower-service",
 1820]
 1821
 1822[[package]]
 1823name = "backtrace"
 1824version = "0.3.76"
 1825source = "registry+https://github.com/rust-lang/crates.io-index"
 1826checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1827dependencies = [
 1828 "addr2line",
 1829 "cfg-if",
 1830 "libc",
 1831 "miniz_oxide",
 1832 "object",
 1833 "rustc-demangle",
 1834 "windows-link 0.2.1",
 1835]
 1836
 1837[[package]]
 1838name = "base16ct"
 1839version = "0.1.1"
 1840source = "registry+https://github.com/rust-lang/crates.io-index"
 1841checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1842
 1843[[package]]
 1844name = "base64"
 1845version = "0.21.7"
 1846source = "registry+https://github.com/rust-lang/crates.io-index"
 1847checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1848
 1849[[package]]
 1850name = "base64"
 1851version = "0.22.1"
 1852source = "registry+https://github.com/rust-lang/crates.io-index"
 1853checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1854
 1855[[package]]
 1856name = "base64-simd"
 1857version = "0.8.0"
 1858source = "registry+https://github.com/rust-lang/crates.io-index"
 1859checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1860dependencies = [
 1861 "outref",
 1862 "vsimd",
 1863]
 1864
 1865[[package]]
 1866name = "base64ct"
 1867version = "1.8.0"
 1868source = "registry+https://github.com/rust-lang/crates.io-index"
 1869checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1870
 1871[[package]]
 1872name = "bedrock"
 1873version = "0.1.0"
 1874dependencies = [
 1875 "anyhow",
 1876 "aws-sdk-bedrockruntime",
 1877 "aws-smithy-types",
 1878 "futures 0.3.32",
 1879 "schemars",
 1880 "serde",
 1881 "serde_json",
 1882 "strum 0.27.2",
 1883 "thiserror 2.0.17",
 1884]
 1885
 1886[[package]]
 1887name = "bigdecimal"
 1888version = "0.4.8"
 1889source = "registry+https://github.com/rust-lang/crates.io-index"
 1890checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1891dependencies = [
 1892 "autocfg",
 1893 "libm",
 1894 "num-bigint",
 1895 "num-integer",
 1896 "num-traits",
 1897 "serde",
 1898]
 1899
 1900[[package]]
 1901name = "bincode"
 1902version = "1.3.3"
 1903source = "registry+https://github.com/rust-lang/crates.io-index"
 1904checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1905dependencies = [
 1906 "serde",
 1907]
 1908
 1909[[package]]
 1910name = "bindgen"
 1911version = "0.71.1"
 1912source = "registry+https://github.com/rust-lang/crates.io-index"
 1913checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1914dependencies = [
 1915 "bitflags 2.10.0",
 1916 "cexpr",
 1917 "clang-sys",
 1918 "itertools 0.12.1",
 1919 "log",
 1920 "prettyplease",
 1921 "proc-macro2",
 1922 "quote",
 1923 "regex",
 1924 "rustc-hash 2.1.1",
 1925 "shlex",
 1926 "syn 2.0.117",
 1927]
 1928
 1929[[package]]
 1930name = "bindgen"
 1931version = "0.72.1"
 1932source = "registry+https://github.com/rust-lang/crates.io-index"
 1933checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1934dependencies = [
 1935 "bitflags 2.10.0",
 1936 "cexpr",
 1937 "clang-sys",
 1938 "itertools 0.12.1",
 1939 "proc-macro2",
 1940 "quote",
 1941 "regex",
 1942 "rustc-hash 2.1.1",
 1943 "shlex",
 1944 "syn 2.0.117",
 1945]
 1946
 1947[[package]]
 1948name = "bit-set"
 1949version = "0.8.0"
 1950source = "registry+https://github.com/rust-lang/crates.io-index"
 1951checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1952dependencies = [
 1953 "bit-vec 0.8.0",
 1954]
 1955
 1956[[package]]
 1957name = "bit-set"
 1958version = "0.9.1"
 1959source = "registry+https://github.com/rust-lang/crates.io-index"
 1960checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1961dependencies = [
 1962 "bit-vec 0.9.1",
 1963]
 1964
 1965[[package]]
 1966name = "bit-vec"
 1967version = "0.8.0"
 1968source = "registry+https://github.com/rust-lang/crates.io-index"
 1969checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1970
 1971[[package]]
 1972name = "bit-vec"
 1973version = "0.9.1"
 1974source = "registry+https://github.com/rust-lang/crates.io-index"
 1975checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1976
 1977[[package]]
 1978name = "bit_field"
 1979version = "0.10.3"
 1980source = "registry+https://github.com/rust-lang/crates.io-index"
 1981checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1982
 1983[[package]]
 1984name = "bitflags"
 1985version = "1.3.2"
 1986source = "registry+https://github.com/rust-lang/crates.io-index"
 1987checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1988
 1989[[package]]
 1990name = "bitflags"
 1991version = "2.10.0"
 1992source = "registry+https://github.com/rust-lang/crates.io-index"
 1993checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 1994dependencies = [
 1995 "serde_core",
 1996]
 1997
 1998[[package]]
 1999name = "bitstream-io"
 2000version = "2.6.0"
 2001source = "registry+https://github.com/rust-lang/crates.io-index"
 2002checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2003
 2004[[package]]
 2005name = "bitvec"
 2006version = "1.0.1"
 2007source = "registry+https://github.com/rust-lang/crates.io-index"
 2008checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2009dependencies = [
 2010 "funty",
 2011 "radium",
 2012 "tap",
 2013 "wyz",
 2014]
 2015
 2016[[package]]
 2017name = "block"
 2018version = "0.1.6"
 2019source = "registry+https://github.com/rust-lang/crates.io-index"
 2020checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2021
 2022[[package]]
 2023name = "block-buffer"
 2024version = "0.10.4"
 2025source = "registry+https://github.com/rust-lang/crates.io-index"
 2026checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2027dependencies = [
 2028 "generic-array",
 2029]
 2030
 2031[[package]]
 2032name = "block-padding"
 2033version = "0.3.3"
 2034source = "registry+https://github.com/rust-lang/crates.io-index"
 2035checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2036dependencies = [
 2037 "generic-array",
 2038]
 2039
 2040[[package]]
 2041name = "block2"
 2042version = "0.6.2"
 2043source = "registry+https://github.com/rust-lang/crates.io-index"
 2044checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2045dependencies = [
 2046 "objc2",
 2047]
 2048
 2049[[package]]
 2050name = "blocking"
 2051version = "1.6.2"
 2052source = "registry+https://github.com/rust-lang/crates.io-index"
 2053checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2054dependencies = [
 2055 "async-channel 2.5.0",
 2056 "async-task",
 2057 "futures-io",
 2058 "futures-lite 2.6.1",
 2059 "piper",
 2060]
 2061
 2062[[package]]
 2063name = "bmrng"
 2064version = "0.5.2"
 2065source = "registry+https://github.com/rust-lang/crates.io-index"
 2066checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2067dependencies = [
 2068 "futures-core",
 2069 "tokio",
 2070]
 2071
 2072[[package]]
 2073name = "bon"
 2074version = "3.8.2"
 2075source = "registry+https://github.com/rust-lang/crates.io-index"
 2076checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2077dependencies = [
 2078 "bon-macros",
 2079 "rustversion",
 2080]
 2081
 2082[[package]]
 2083name = "bon-macros"
 2084version = "3.8.2"
 2085source = "registry+https://github.com/rust-lang/crates.io-index"
 2086checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2087dependencies = [
 2088 "darling 0.21.3",
 2089 "ident_case",
 2090 "prettyplease",
 2091 "proc-macro2",
 2092 "quote",
 2093 "rustversion",
 2094 "syn 2.0.117",
 2095]
 2096
 2097[[package]]
 2098name = "borrow-or-share"
 2099version = "0.2.4"
 2100source = "registry+https://github.com/rust-lang/crates.io-index"
 2101checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2102
 2103[[package]]
 2104name = "borsh"
 2105version = "1.5.7"
 2106source = "registry+https://github.com/rust-lang/crates.io-index"
 2107checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2108dependencies = [
 2109 "borsh-derive",
 2110 "cfg_aliases 0.2.1",
 2111]
 2112
 2113[[package]]
 2114name = "borsh-derive"
 2115version = "1.5.7"
 2116source = "registry+https://github.com/rust-lang/crates.io-index"
 2117checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2118dependencies = [
 2119 "once_cell",
 2120 "proc-macro-crate",
 2121 "proc-macro2",
 2122 "quote",
 2123 "syn 2.0.117",
 2124]
 2125
 2126[[package]]
 2127name = "breadcrumbs"
 2128version = "0.1.0"
 2129dependencies = [
 2130 "gpui",
 2131 "ui",
 2132 "workspace",
 2133]
 2134
 2135[[package]]
 2136name = "brush-parser"
 2137version = "0.3.0"
 2138source = "registry+https://github.com/rust-lang/crates.io-index"
 2139checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2140dependencies = [
 2141 "bon",
 2142 "cached",
 2143 "indenter",
 2144 "peg",
 2145 "thiserror 2.0.17",
 2146 "tracing",
 2147 "utf8-chars",
 2148]
 2149
 2150[[package]]
 2151name = "bstr"
 2152version = "1.12.0"
 2153source = "registry+https://github.com/rust-lang/crates.io-index"
 2154checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2155dependencies = [
 2156 "memchr",
 2157 "regex-automata",
 2158 "serde",
 2159]
 2160
 2161[[package]]
 2162name = "buffer_diff"
 2163version = "0.1.0"
 2164dependencies = [
 2165 "clock",
 2166 "ctor",
 2167 "futures 0.3.32",
 2168 "git2",
 2169 "gpui",
 2170 "language",
 2171 "log",
 2172 "pretty_assertions",
 2173 "rand 0.9.2",
 2174 "rope",
 2175 "settings",
 2176 "sum_tree",
 2177 "text",
 2178 "tracing",
 2179 "unindent",
 2180 "util",
 2181 "zlog",
 2182 "ztracing",
 2183]
 2184
 2185[[package]]
 2186name = "built"
 2187version = "0.7.7"
 2188source = "registry+https://github.com/rust-lang/crates.io-index"
 2189checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2190
 2191[[package]]
 2192name = "bumpalo"
 2193version = "3.19.0"
 2194source = "registry+https://github.com/rust-lang/crates.io-index"
 2195checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2196dependencies = [
 2197 "allocator-api2",
 2198]
 2199
 2200[[package]]
 2201name = "by_address"
 2202version = "1.2.1"
 2203source = "registry+https://github.com/rust-lang/crates.io-index"
 2204checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2205
 2206[[package]]
 2207name = "bytecheck"
 2208version = "0.6.12"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2211dependencies = [
 2212 "bytecheck_derive",
 2213 "ptr_meta",
 2214 "simdutf8",
 2215]
 2216
 2217[[package]]
 2218name = "bytecheck_derive"
 2219version = "0.6.12"
 2220source = "registry+https://github.com/rust-lang/crates.io-index"
 2221checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2222dependencies = [
 2223 "proc-macro2",
 2224 "quote",
 2225 "syn 1.0.109",
 2226]
 2227
 2228[[package]]
 2229name = "bytecount"
 2230version = "0.6.9"
 2231source = "registry+https://github.com/rust-lang/crates.io-index"
 2232checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2233
 2234[[package]]
 2235name = "bytemuck"
 2236version = "1.24.0"
 2237source = "registry+https://github.com/rust-lang/crates.io-index"
 2238checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2239dependencies = [
 2240 "bytemuck_derive",
 2241]
 2242
 2243[[package]]
 2244name = "bytemuck_derive"
 2245version = "1.10.2"
 2246source = "registry+https://github.com/rust-lang/crates.io-index"
 2247checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2248dependencies = [
 2249 "proc-macro2",
 2250 "quote",
 2251 "syn 2.0.117",
 2252]
 2253
 2254[[package]]
 2255name = "byteorder"
 2256version = "1.5.0"
 2257source = "registry+https://github.com/rust-lang/crates.io-index"
 2258checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2259
 2260[[package]]
 2261name = "byteorder-lite"
 2262version = "0.1.0"
 2263source = "registry+https://github.com/rust-lang/crates.io-index"
 2264checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2265
 2266[[package]]
 2267name = "bytes"
 2268version = "0.4.12"
 2269source = "registry+https://github.com/rust-lang/crates.io-index"
 2270checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2271dependencies = [
 2272 "byteorder",
 2273 "iovec",
 2274]
 2275
 2276[[package]]
 2277name = "bytes"
 2278version = "1.11.1"
 2279source = "registry+https://github.com/rust-lang/crates.io-index"
 2280checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2281
 2282[[package]]
 2283name = "bytes-utils"
 2284version = "0.1.4"
 2285source = "registry+https://github.com/rust-lang/crates.io-index"
 2286checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2287dependencies = [
 2288 "bytes 1.11.1",
 2289 "either",
 2290]
 2291
 2292[[package]]
 2293name = "bzip2"
 2294version = "0.4.4"
 2295source = "registry+https://github.com/rust-lang/crates.io-index"
 2296checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2297dependencies = [
 2298 "bzip2-sys",
 2299 "libc",
 2300]
 2301
 2302[[package]]
 2303name = "bzip2"
 2304version = "0.6.1"
 2305source = "registry+https://github.com/rust-lang/crates.io-index"
 2306checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2307dependencies = [
 2308 "libbz2-rs-sys",
 2309]
 2310
 2311[[package]]
 2312name = "bzip2-sys"
 2313version = "0.1.13+1.0.8"
 2314source = "registry+https://github.com/rust-lang/crates.io-index"
 2315checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2316dependencies = [
 2317 "cc",
 2318 "pkg-config",
 2319]
 2320
 2321[[package]]
 2322name = "cached"
 2323version = "0.56.0"
 2324source = "registry+https://github.com/rust-lang/crates.io-index"
 2325checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2326dependencies = [
 2327 "ahash 0.8.12",
 2328 "cached_proc_macro",
 2329 "cached_proc_macro_types",
 2330 "hashbrown 0.15.5",
 2331 "once_cell",
 2332 "thiserror 2.0.17",
 2333 "web-time",
 2334]
 2335
 2336[[package]]
 2337name = "cached_proc_macro"
 2338version = "0.25.0"
 2339source = "registry+https://github.com/rust-lang/crates.io-index"
 2340checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2341dependencies = [
 2342 "darling 0.20.11",
 2343 "proc-macro2",
 2344 "quote",
 2345 "syn 2.0.117",
 2346]
 2347
 2348[[package]]
 2349name = "cached_proc_macro_types"
 2350version = "0.1.1"
 2351source = "registry+https://github.com/rust-lang/crates.io-index"
 2352checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2353
 2354[[package]]
 2355name = "call"
 2356version = "0.1.0"
 2357dependencies = [
 2358 "anyhow",
 2359 "audio",
 2360 "client",
 2361 "collections",
 2362 "feature_flags",
 2363 "fs",
 2364 "futures 0.3.32",
 2365 "gpui",
 2366 "gpui_tokio",
 2367 "language",
 2368 "livekit_client",
 2369 "log",
 2370 "postage",
 2371 "project",
 2372 "serde",
 2373 "settings",
 2374 "telemetry",
 2375 "util",
 2376 "workspace",
 2377]
 2378
 2379[[package]]
 2380name = "calloop"
 2381version = "0.14.3"
 2382source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2383dependencies = [
 2384 "bitflags 2.10.0",
 2385 "polling",
 2386 "rustix 1.1.2",
 2387 "slab",
 2388 "tracing",
 2389]
 2390
 2391[[package]]
 2392name = "calloop-wayland-source"
 2393version = "0.4.1"
 2394source = "registry+https://github.com/rust-lang/crates.io-index"
 2395checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2396dependencies = [
 2397 "calloop",
 2398 "rustix 1.1.2",
 2399 "wayland-backend",
 2400 "wayland-client",
 2401]
 2402
 2403[[package]]
 2404name = "camino"
 2405version = "1.2.1"
 2406source = "registry+https://github.com/rust-lang/crates.io-index"
 2407checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2408dependencies = [
 2409 "serde_core",
 2410]
 2411
 2412[[package]]
 2413name = "candle-core"
 2414version = "0.9.1"
 2415source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2416dependencies = [
 2417 "byteorder",
 2418 "float8",
 2419 "gemm 0.17.1",
 2420 "half",
 2421 "memmap2",
 2422 "num-traits",
 2423 "num_cpus",
 2424 "rand 0.9.2",
 2425 "rand_distr",
 2426 "rayon",
 2427 "safetensors",
 2428 "thiserror 1.0.69",
 2429 "ug",
 2430 "yoke 0.7.5",
 2431 "zip 1.1.4",
 2432]
 2433
 2434[[package]]
 2435name = "candle-nn"
 2436version = "0.9.1"
 2437source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2438dependencies = [
 2439 "candle-core",
 2440 "half",
 2441 "libc",
 2442 "num-traits",
 2443 "rayon",
 2444 "safetensors",
 2445 "serde",
 2446 "thiserror 1.0.69",
 2447]
 2448
 2449[[package]]
 2450name = "candle-onnx"
 2451version = "0.9.1"
 2452source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2453dependencies = [
 2454 "candle-core",
 2455 "candle-nn",
 2456 "prost 0.12.6",
 2457]
 2458
 2459[[package]]
 2460name = "cap-fs-ext"
 2461version = "3.4.4"
 2462source = "registry+https://github.com/rust-lang/crates.io-index"
 2463checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2464dependencies = [
 2465 "cap-primitives",
 2466 "cap-std",
 2467 "io-lifetimes",
 2468 "windows-sys 0.59.0",
 2469]
 2470
 2471[[package]]
 2472name = "cap-net-ext"
 2473version = "3.4.4"
 2474source = "registry+https://github.com/rust-lang/crates.io-index"
 2475checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2476dependencies = [
 2477 "cap-primitives",
 2478 "cap-std",
 2479 "rustix 1.1.2",
 2480 "smallvec",
 2481]
 2482
 2483[[package]]
 2484name = "cap-primitives"
 2485version = "3.4.4"
 2486source = "registry+https://github.com/rust-lang/crates.io-index"
 2487checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2488dependencies = [
 2489 "ambient-authority",
 2490 "fs-set-times",
 2491 "io-extras",
 2492 "io-lifetimes",
 2493 "ipnet",
 2494 "maybe-owned",
 2495 "rustix 1.1.2",
 2496 "rustix-linux-procfs",
 2497 "windows-sys 0.59.0",
 2498 "winx",
 2499]
 2500
 2501[[package]]
 2502name = "cap-rand"
 2503version = "3.4.4"
 2504source = "registry+https://github.com/rust-lang/crates.io-index"
 2505checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2506dependencies = [
 2507 "ambient-authority",
 2508 "rand 0.8.5",
 2509]
 2510
 2511[[package]]
 2512name = "cap-std"
 2513version = "3.4.4"
 2514source = "registry+https://github.com/rust-lang/crates.io-index"
 2515checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2516dependencies = [
 2517 "cap-primitives",
 2518 "io-extras",
 2519 "io-lifetimes",
 2520 "rustix 1.1.2",
 2521]
 2522
 2523[[package]]
 2524name = "cap-time-ext"
 2525version = "3.4.4"
 2526source = "registry+https://github.com/rust-lang/crates.io-index"
 2527checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2528dependencies = [
 2529 "ambient-authority",
 2530 "cap-primitives",
 2531 "iana-time-zone",
 2532 "once_cell",
 2533 "rustix 1.1.2",
 2534 "winx",
 2535]
 2536
 2537[[package]]
 2538name = "cargo-platform"
 2539version = "0.1.9"
 2540source = "registry+https://github.com/rust-lang/crates.io-index"
 2541checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2542dependencies = [
 2543 "serde",
 2544]
 2545
 2546[[package]]
 2547name = "cargo-platform"
 2548version = "0.3.2"
 2549source = "registry+https://github.com/rust-lang/crates.io-index"
 2550checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2551dependencies = [
 2552 "serde",
 2553 "serde_core",
 2554]
 2555
 2556[[package]]
 2557name = "cargo_metadata"
 2558version = "0.19.2"
 2559source = "registry+https://github.com/rust-lang/crates.io-index"
 2560checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2561dependencies = [
 2562 "camino",
 2563 "cargo-platform 0.1.9",
 2564 "semver",
 2565 "serde",
 2566 "serde_json",
 2567 "thiserror 2.0.17",
 2568]
 2569
 2570[[package]]
 2571name = "cargo_metadata"
 2572version = "0.23.1"
 2573source = "registry+https://github.com/rust-lang/crates.io-index"
 2574checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2575dependencies = [
 2576 "camino",
 2577 "cargo-platform 0.3.2",
 2578 "semver",
 2579 "serde",
 2580 "serde_json",
 2581 "thiserror 2.0.17",
 2582]
 2583
 2584[[package]]
 2585name = "cargo_toml"
 2586version = "0.21.0"
 2587source = "registry+https://github.com/rust-lang/crates.io-index"
 2588checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2589dependencies = [
 2590 "serde",
 2591 "toml 0.8.23",
 2592]
 2593
 2594[[package]]
 2595name = "cast"
 2596version = "0.3.0"
 2597source = "registry+https://github.com/rust-lang/crates.io-index"
 2598checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2599
 2600[[package]]
 2601name = "cbc"
 2602version = "0.1.2"
 2603source = "registry+https://github.com/rust-lang/crates.io-index"
 2604checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2605dependencies = [
 2606 "cipher",
 2607]
 2608
 2609[[package]]
 2610name = "cbindgen"
 2611version = "0.28.0"
 2612source = "registry+https://github.com/rust-lang/crates.io-index"
 2613checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2614dependencies = [
 2615 "heck 0.4.1",
 2616 "indexmap",
 2617 "log",
 2618 "proc-macro2",
 2619 "quote",
 2620 "serde",
 2621 "serde_json",
 2622 "syn 2.0.117",
 2623 "tempfile",
 2624 "toml 0.8.23",
 2625]
 2626
 2627[[package]]
 2628name = "cc"
 2629version = "1.2.49"
 2630source = "registry+https://github.com/rust-lang/crates.io-index"
 2631checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2632dependencies = [
 2633 "find-msvc-tools",
 2634 "jobserver",
 2635 "libc",
 2636 "shlex",
 2637]
 2638
 2639[[package]]
 2640name = "cesu8"
 2641version = "1.1.0"
 2642source = "registry+https://github.com/rust-lang/crates.io-index"
 2643checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2644
 2645[[package]]
 2646name = "cexpr"
 2647version = "0.6.0"
 2648source = "registry+https://github.com/rust-lang/crates.io-index"
 2649checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2650dependencies = [
 2651 "nom 7.1.3",
 2652]
 2653
 2654[[package]]
 2655name = "cfg-expr"
 2656version = "0.15.8"
 2657source = "registry+https://github.com/rust-lang/crates.io-index"
 2658checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2659dependencies = [
 2660 "smallvec",
 2661 "target-lexicon 0.12.16",
 2662]
 2663
 2664[[package]]
 2665name = "cfg-expr"
 2666version = "0.20.6"
 2667source = "registry+https://github.com/rust-lang/crates.io-index"
 2668checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2669dependencies = [
 2670 "smallvec",
 2671 "target-lexicon 0.13.3",
 2672]
 2673
 2674[[package]]
 2675name = "cfg-if"
 2676version = "1.0.4"
 2677source = "registry+https://github.com/rust-lang/crates.io-index"
 2678checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2679
 2680[[package]]
 2681name = "cfg_aliases"
 2682version = "0.1.1"
 2683source = "registry+https://github.com/rust-lang/crates.io-index"
 2684checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2685
 2686[[package]]
 2687name = "cfg_aliases"
 2688version = "0.2.1"
 2689source = "registry+https://github.com/rust-lang/crates.io-index"
 2690checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2691
 2692[[package]]
 2693name = "cgl"
 2694version = "0.3.2"
 2695source = "registry+https://github.com/rust-lang/crates.io-index"
 2696checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2697dependencies = [
 2698 "libc",
 2699]
 2700
 2701[[package]]
 2702name = "channel"
 2703version = "0.1.0"
 2704dependencies = [
 2705 "anyhow",
 2706 "client",
 2707 "clock",
 2708 "collections",
 2709 "futures 0.3.32",
 2710 "gpui",
 2711 "http_client",
 2712 "language",
 2713 "log",
 2714 "postage",
 2715 "release_channel",
 2716 "rpc",
 2717 "semver",
 2718 "settings",
 2719 "text",
 2720 "time",
 2721 "util",
 2722]
 2723
 2724[[package]]
 2725name = "chardetng"
 2726version = "0.1.17"
 2727source = "registry+https://github.com/rust-lang/crates.io-index"
 2728checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2729dependencies = [
 2730 "cfg-if",
 2731 "encoding_rs",
 2732 "memchr",
 2733]
 2734
 2735[[package]]
 2736name = "chrono"
 2737version = "0.4.42"
 2738source = "registry+https://github.com/rust-lang/crates.io-index"
 2739checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2740dependencies = [
 2741 "iana-time-zone",
 2742 "js-sys",
 2743 "num-traits",
 2744 "serde",
 2745 "wasm-bindgen",
 2746 "windows-link 0.2.1",
 2747]
 2748
 2749[[package]]
 2750name = "chunked_transfer"
 2751version = "1.5.0"
 2752source = "registry+https://github.com/rust-lang/crates.io-index"
 2753checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2754
 2755[[package]]
 2756name = "ciborium"
 2757version = "0.2.2"
 2758source = "registry+https://github.com/rust-lang/crates.io-index"
 2759checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2760dependencies = [
 2761 "ciborium-io",
 2762 "ciborium-ll",
 2763 "serde",
 2764]
 2765
 2766[[package]]
 2767name = "ciborium-io"
 2768version = "0.2.2"
 2769source = "registry+https://github.com/rust-lang/crates.io-index"
 2770checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2771
 2772[[package]]
 2773name = "ciborium-ll"
 2774version = "0.2.2"
 2775source = "registry+https://github.com/rust-lang/crates.io-index"
 2776checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2777dependencies = [
 2778 "ciborium-io",
 2779 "half",
 2780]
 2781
 2782[[package]]
 2783name = "cipher"
 2784version = "0.4.4"
 2785source = "registry+https://github.com/rust-lang/crates.io-index"
 2786checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2787dependencies = [
 2788 "crypto-common",
 2789 "inout",
 2790 "zeroize",
 2791]
 2792
 2793[[package]]
 2794name = "circular-buffer"
 2795version = "1.2.0"
 2796source = "registry+https://github.com/rust-lang/crates.io-index"
 2797checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2798
 2799[[package]]
 2800name = "clang-sys"
 2801version = "1.8.1"
 2802source = "registry+https://github.com/rust-lang/crates.io-index"
 2803checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2804dependencies = [
 2805 "glob",
 2806 "libc",
 2807 "libloading",
 2808]
 2809
 2810[[package]]
 2811name = "clap"
 2812version = "4.5.49"
 2813source = "registry+https://github.com/rust-lang/crates.io-index"
 2814checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2815dependencies = [
 2816 "clap_builder",
 2817 "clap_derive",
 2818]
 2819
 2820[[package]]
 2821name = "clap_builder"
 2822version = "4.5.49"
 2823source = "registry+https://github.com/rust-lang/crates.io-index"
 2824checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2825dependencies = [
 2826 "anstream",
 2827 "anstyle",
 2828 "clap_lex",
 2829 "strsim",
 2830 "terminal_size",
 2831]
 2832
 2833[[package]]
 2834name = "clap_complete"
 2835version = "4.5.59"
 2836source = "registry+https://github.com/rust-lang/crates.io-index"
 2837checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2838dependencies = [
 2839 "clap",
 2840]
 2841
 2842[[package]]
 2843name = "clap_derive"
 2844version = "4.5.49"
 2845source = "registry+https://github.com/rust-lang/crates.io-index"
 2846checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2847dependencies = [
 2848 "heck 0.5.0",
 2849 "proc-macro2",
 2850 "quote",
 2851 "syn 2.0.117",
 2852]
 2853
 2854[[package]]
 2855name = "clap_lex"
 2856version = "0.7.6"
 2857source = "registry+https://github.com/rust-lang/crates.io-index"
 2858checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2859
 2860[[package]]
 2861name = "cli"
 2862version = "0.1.0"
 2863dependencies = [
 2864 "anyhow",
 2865 "askpass",
 2866 "clap",
 2867 "collections",
 2868 "core-foundation 0.10.0",
 2869 "core-services",
 2870 "exec",
 2871 "fork",
 2872 "ipc-channel",
 2873 "parking_lot",
 2874 "paths",
 2875 "plist",
 2876 "rayon",
 2877 "release_channel",
 2878 "serde",
 2879 "serde_json",
 2880 "tempfile",
 2881 "util",
 2882 "walkdir",
 2883 "windows 0.61.3",
 2884]
 2885
 2886[[package]]
 2887name = "client"
 2888version = "0.1.0"
 2889dependencies = [
 2890 "anyhow",
 2891 "async-tungstenite",
 2892 "base64 0.22.1",
 2893 "chrono",
 2894 "clock",
 2895 "cloud_api_client",
 2896 "cloud_api_types",
 2897 "cloud_llm_client",
 2898 "collections",
 2899 "credentials_provider",
 2900 "db",
 2901 "derive_more",
 2902 "feature_flags",
 2903 "fs",
 2904 "futures 0.3.32",
 2905 "gpui",
 2906 "gpui_tokio",
 2907 "http_client",
 2908 "http_client_tls",
 2909 "httparse",
 2910 "log",
 2911 "objc2-foundation",
 2912 "parking_lot",
 2913 "paths",
 2914 "postage",
 2915 "rand 0.9.2",
 2916 "regex",
 2917 "release_channel",
 2918 "rpc",
 2919 "rustls-pki-types",
 2920 "semver",
 2921 "serde",
 2922 "serde_json",
 2923 "serde_urlencoded",
 2924 "settings",
 2925 "sha2",
 2926 "smol",
 2927 "telemetry",
 2928 "telemetry_events",
 2929 "text",
 2930 "thiserror 2.0.17",
 2931 "time",
 2932 "tiny_http",
 2933 "tokio",
 2934 "tokio-native-tls",
 2935 "tokio-rustls 0.26.2",
 2936 "tokio-socks",
 2937 "url",
 2938 "util",
 2939 "windows 0.61.3",
 2940 "worktree",
 2941 "zed_credentials_provider",
 2942]
 2943
 2944[[package]]
 2945name = "clock"
 2946version = "0.1.0"
 2947dependencies = [
 2948 "parking_lot",
 2949 "serde",
 2950 "smallvec",
 2951]
 2952
 2953[[package]]
 2954name = "cloud_api_client"
 2955version = "0.1.0"
 2956dependencies = [
 2957 "anyhow",
 2958 "cloud_api_types",
 2959 "futures 0.3.32",
 2960 "gpui",
 2961 "gpui_tokio",
 2962 "http_client",
 2963 "parking_lot",
 2964 "serde_json",
 2965 "smol",
 2966 "thiserror 2.0.17",
 2967 "yawc",
 2968]
 2969
 2970[[package]]
 2971name = "cloud_api_types"
 2972version = "0.1.0"
 2973dependencies = [
 2974 "anyhow",
 2975 "chrono",
 2976 "ciborium",
 2977 "cloud_llm_client",
 2978 "pretty_assertions",
 2979 "serde",
 2980 "serde_json",
 2981 "strum 0.27.2",
 2982]
 2983
 2984[[package]]
 2985name = "cloud_llm_client"
 2986version = "0.1.0"
 2987dependencies = [
 2988 "anyhow",
 2989 "serde",
 2990 "serde_json",
 2991 "strum 0.27.2",
 2992 "uuid",
 2993 "zeta_prompt",
 2994]
 2995
 2996[[package]]
 2997name = "cmake"
 2998version = "0.1.56"
 2999source = "registry+https://github.com/rust-lang/crates.io-index"
 3000checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3001dependencies = [
 3002 "cc",
 3003]
 3004
 3005[[package]]
 3006name = "cobs"
 3007version = "0.3.0"
 3008source = "registry+https://github.com/rust-lang/crates.io-index"
 3009checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3010dependencies = [
 3011 "thiserror 2.0.17",
 3012]
 3013
 3014[[package]]
 3015name = "cocoa"
 3016version = "0.25.0"
 3017source = "registry+https://github.com/rust-lang/crates.io-index"
 3018checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3019dependencies = [
 3020 "bitflags 1.3.2",
 3021 "block",
 3022 "cocoa-foundation 0.1.2",
 3023 "core-foundation 0.9.4",
 3024 "core-graphics 0.23.2",
 3025 "foreign-types 0.5.0",
 3026 "libc",
 3027 "objc",
 3028]
 3029
 3030[[package]]
 3031name = "cocoa"
 3032version = "0.26.0"
 3033source = "registry+https://github.com/rust-lang/crates.io-index"
 3034checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3035dependencies = [
 3036 "bitflags 2.10.0",
 3037 "block",
 3038 "cocoa-foundation 0.2.0",
 3039 "core-foundation 0.10.0",
 3040 "core-graphics 0.24.0",
 3041 "foreign-types 0.5.0",
 3042 "libc",
 3043 "objc",
 3044]
 3045
 3046[[package]]
 3047name = "cocoa-foundation"
 3048version = "0.1.2"
 3049source = "registry+https://github.com/rust-lang/crates.io-index"
 3050checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3051dependencies = [
 3052 "bitflags 1.3.2",
 3053 "block",
 3054 "core-foundation 0.9.4",
 3055 "core-graphics-types 0.1.3",
 3056 "libc",
 3057 "objc",
 3058]
 3059
 3060[[package]]
 3061name = "cocoa-foundation"
 3062version = "0.2.0"
 3063source = "registry+https://github.com/rust-lang/crates.io-index"
 3064checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3065dependencies = [
 3066 "bitflags 2.10.0",
 3067 "block",
 3068 "core-foundation 0.10.0",
 3069 "core-graphics-types 0.2.0",
 3070 "libc",
 3071 "objc",
 3072]
 3073
 3074[[package]]
 3075name = "codespan-reporting"
 3076version = "0.13.0"
 3077source = "registry+https://github.com/rust-lang/crates.io-index"
 3078checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3079dependencies = [
 3080 "serde",
 3081 "termcolor",
 3082 "unicode-width",
 3083]
 3084
 3085[[package]]
 3086name = "codestral"
 3087version = "0.1.0"
 3088dependencies = [
 3089 "anyhow",
 3090 "edit_prediction",
 3091 "edit_prediction_types",
 3092 "futures 0.3.32",
 3093 "gpui",
 3094 "http_client",
 3095 "icons",
 3096 "language",
 3097 "language_model",
 3098 "log",
 3099 "serde",
 3100 "serde_json",
 3101 "text",
 3102 "zed_credentials_provider",
 3103 "zeta_prompt",
 3104]
 3105
 3106[[package]]
 3107name = "collab"
 3108version = "0.44.0"
 3109dependencies = [
 3110 "agent",
 3111 "anyhow",
 3112 "async-trait",
 3113 "async-tungstenite",
 3114 "aws-config",
 3115 "aws-sdk-kinesis",
 3116 "aws-sdk-s3",
 3117 "axum",
 3118 "buffer_diff",
 3119 "call",
 3120 "channel",
 3121 "chrono",
 3122 "client",
 3123 "clock",
 3124 "cloud_api_types",
 3125 "collab",
 3126 "collab_ui",
 3127 "collections",
 3128 "command_palette_hooks",
 3129 "ctor",
 3130 "dap",
 3131 "dap_adapters",
 3132 "dashmap",
 3133 "debugger_ui",
 3134 "editor",
 3135 "envy",
 3136 "extension",
 3137 "file_finder",
 3138 "fs",
 3139 "futures 0.3.32",
 3140 "git",
 3141 "git_hosting_providers",
 3142 "git_ui",
 3143 "gpui",
 3144 "gpui_tokio",
 3145 "hex",
 3146 "http_client",
 3147 "indoc",
 3148 "language",
 3149 "language_model",
 3150 "livekit_api",
 3151 "livekit_client",
 3152 "log",
 3153 "lsp",
 3154 "menu",
 3155 "multi_buffer",
 3156 "nanoid",
 3157 "node_runtime",
 3158 "notifications",
 3159 "parking_lot",
 3160 "pretty_assertions",
 3161 "project",
 3162 "prometheus",
 3163 "prompt_store",
 3164 "prost 0.9.0",
 3165 "rand 0.9.2",
 3166 "recent_projects",
 3167 "release_channel",
 3168 "remote",
 3169 "remote_server",
 3170 "reqwest 0.11.27",
 3171 "rpc",
 3172 "sea-orm",
 3173 "sea-orm-macros",
 3174 "semver",
 3175 "serde",
 3176 "serde_json",
 3177 "session",
 3178 "settings",
 3179 "sha2",
 3180 "smol",
 3181 "sqlx",
 3182 "strum 0.27.2",
 3183 "task",
 3184 "telemetry_events",
 3185 "text",
 3186 "theme",
 3187 "theme_settings",
 3188 "time",
 3189 "tokio",
 3190 "toml 0.8.23",
 3191 "tower 0.4.13",
 3192 "tower-http 0.4.4",
 3193 "tracing",
 3194 "tracing-subscriber",
 3195 "unindent",
 3196 "util",
 3197 "uuid",
 3198 "workspace",
 3199 "worktree",
 3200 "zed_actions",
 3201 "zlog",
 3202]
 3203
 3204[[package]]
 3205name = "collab_ui"
 3206version = "0.1.0"
 3207dependencies = [
 3208 "anyhow",
 3209 "call",
 3210 "channel",
 3211 "chrono",
 3212 "client",
 3213 "collections",
 3214 "db",
 3215 "editor",
 3216 "futures 0.3.32",
 3217 "fuzzy",
 3218 "gpui",
 3219 "livekit_client",
 3220 "log",
 3221 "menu",
 3222 "notifications",
 3223 "picker",
 3224 "project",
 3225 "release_channel",
 3226 "rpc",
 3227 "serde",
 3228 "serde_json",
 3229 "settings",
 3230 "smallvec",
 3231 "telemetry",
 3232 "theme",
 3233 "theme_settings",
 3234 "time",
 3235 "time_format",
 3236 "title_bar",
 3237 "ui",
 3238 "util",
 3239 "workspace",
 3240 "zed_actions",
 3241]
 3242
 3243[[package]]
 3244name = "collections"
 3245version = "0.1.0"
 3246dependencies = [
 3247 "indexmap",
 3248 "rustc-hash 2.1.1",
 3249]
 3250
 3251[[package]]
 3252name = "color_quant"
 3253version = "1.1.0"
 3254source = "registry+https://github.com/rust-lang/crates.io-index"
 3255checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3256
 3257[[package]]
 3258name = "colorchoice"
 3259version = "1.0.4"
 3260source = "registry+https://github.com/rust-lang/crates.io-index"
 3261checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3262
 3263[[package]]
 3264name = "combine"
 3265version = "4.6.7"
 3266source = "registry+https://github.com/rust-lang/crates.io-index"
 3267checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3268dependencies = [
 3269 "bytes 1.11.1",
 3270 "memchr",
 3271]
 3272
 3273[[package]]
 3274name = "command-fds"
 3275version = "0.3.2"
 3276source = "registry+https://github.com/rust-lang/crates.io-index"
 3277checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3278dependencies = [
 3279 "nix 0.30.1",
 3280 "thiserror 2.0.17",
 3281]
 3282
 3283[[package]]
 3284name = "command_palette"
 3285version = "0.1.0"
 3286dependencies = [
 3287 "anyhow",
 3288 "client",
 3289 "collections",
 3290 "command_palette_hooks",
 3291 "db",
 3292 "editor",
 3293 "fuzzy",
 3294 "go_to_line",
 3295 "gpui",
 3296 "language",
 3297 "log",
 3298 "menu",
 3299 "picker",
 3300 "postage",
 3301 "project",
 3302 "serde",
 3303 "settings",
 3304 "telemetry",
 3305 "theme",
 3306 "theme_settings",
 3307 "time",
 3308 "ui",
 3309 "util",
 3310 "workspace",
 3311 "zed_actions",
 3312]
 3313
 3314[[package]]
 3315name = "command_palette_hooks"
 3316version = "0.1.0"
 3317dependencies = [
 3318 "collections",
 3319 "derive_more",
 3320 "gpui",
 3321 "workspace",
 3322]
 3323
 3324[[package]]
 3325name = "compliance"
 3326version = "0.1.0"
 3327dependencies = [
 3328 "anyhow",
 3329 "async-trait",
 3330 "derive_more",
 3331 "futures 0.3.32",
 3332 "indoc",
 3333 "itertools 0.14.0",
 3334 "jsonwebtoken",
 3335 "octocrab",
 3336 "regex",
 3337 "semver",
 3338 "serde",
 3339 "serde_json",
 3340 "tokio",
 3341]
 3342
 3343[[package]]
 3344name = "component"
 3345version = "0.1.0"
 3346dependencies = [
 3347 "collections",
 3348 "documented",
 3349 "gpui",
 3350 "inventory",
 3351 "parking_lot",
 3352 "strum 0.27.2",
 3353 "theme",
 3354]
 3355
 3356[[package]]
 3357name = "component_preview"
 3358version = "0.1.0"
 3359dependencies = [
 3360 "anyhow",
 3361 "client",
 3362 "collections",
 3363 "component",
 3364 "db",
 3365 "fs",
 3366 "gpui",
 3367 "gpui_platform",
 3368 "language",
 3369 "log",
 3370 "node_runtime",
 3371 "notifications",
 3372 "project",
 3373 "release_channel",
 3374 "reqwest_client",
 3375 "session",
 3376 "settings",
 3377 "theme",
 3378 "theme_settings",
 3379 "ui",
 3380 "ui_input",
 3381 "uuid",
 3382 "workspace",
 3383]
 3384
 3385[[package]]
 3386name = "compression-codecs"
 3387version = "0.4.31"
 3388source = "registry+https://github.com/rust-lang/crates.io-index"
 3389checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3390dependencies = [
 3391 "bzip2 0.6.1",
 3392 "compression-core",
 3393 "deflate64",
 3394 "flate2",
 3395 "memchr",
 3396]
 3397
 3398[[package]]
 3399name = "compression-core"
 3400version = "0.4.29"
 3401source = "registry+https://github.com/rust-lang/crates.io-index"
 3402checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3403
 3404[[package]]
 3405name = "concurrent-queue"
 3406version = "2.5.0"
 3407source = "registry+https://github.com/rust-lang/crates.io-index"
 3408checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3409dependencies = [
 3410 "crossbeam-utils",
 3411]
 3412
 3413[[package]]
 3414name = "console"
 3415version = "0.15.11"
 3416source = "registry+https://github.com/rust-lang/crates.io-index"
 3417checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3418dependencies = [
 3419 "encode_unicode",
 3420 "libc",
 3421 "once_cell",
 3422 "unicode-width",
 3423 "windows-sys 0.59.0",
 3424]
 3425
 3426[[package]]
 3427name = "console_error_panic_hook"
 3428version = "0.1.7"
 3429source = "registry+https://github.com/rust-lang/crates.io-index"
 3430checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3431dependencies = [
 3432 "cfg-if",
 3433 "wasm-bindgen",
 3434]
 3435
 3436[[package]]
 3437name = "const-oid"
 3438version = "0.9.6"
 3439source = "registry+https://github.com/rust-lang/crates.io-index"
 3440checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3441
 3442[[package]]
 3443name = "const-random"
 3444version = "0.1.18"
 3445source = "registry+https://github.com/rust-lang/crates.io-index"
 3446checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3447dependencies = [
 3448 "const-random-macro",
 3449]
 3450
 3451[[package]]
 3452name = "const-random-macro"
 3453version = "0.1.16"
 3454source = "registry+https://github.com/rust-lang/crates.io-index"
 3455checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3456dependencies = [
 3457 "getrandom 0.2.16",
 3458 "once_cell",
 3459 "tiny-keccak",
 3460]
 3461
 3462[[package]]
 3463name = "const_format"
 3464version = "0.2.35"
 3465source = "registry+https://github.com/rust-lang/crates.io-index"
 3466checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3467dependencies = [
 3468 "const_format_proc_macros",
 3469]
 3470
 3471[[package]]
 3472name = "const_format_proc_macros"
 3473version = "0.2.34"
 3474source = "registry+https://github.com/rust-lang/crates.io-index"
 3475checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3476dependencies = [
 3477 "proc-macro2",
 3478 "quote",
 3479 "unicode-xid",
 3480]
 3481
 3482[[package]]
 3483name = "constant_time_eq"
 3484version = "0.1.5"
 3485source = "registry+https://github.com/rust-lang/crates.io-index"
 3486checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3487
 3488[[package]]
 3489name = "context_server"
 3490version = "0.1.0"
 3491dependencies = [
 3492 "anyhow",
 3493 "async-trait",
 3494 "base64 0.22.1",
 3495 "collections",
 3496 "futures 0.3.32",
 3497 "gpui",
 3498 "http_client",
 3499 "log",
 3500 "net",
 3501 "parking_lot",
 3502 "postage",
 3503 "rand 0.9.2",
 3504 "schemars",
 3505 "serde",
 3506 "serde_json",
 3507 "settings",
 3508 "sha2",
 3509 "slotmap",
 3510 "smol",
 3511 "tempfile",
 3512 "terminal",
 3513 "tiny_http",
 3514 "url",
 3515 "util",
 3516]
 3517
 3518[[package]]
 3519name = "convert_case"
 3520version = "0.8.0"
 3521source = "registry+https://github.com/rust-lang/crates.io-index"
 3522checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3523dependencies = [
 3524 "unicode-segmentation",
 3525]
 3526
 3527[[package]]
 3528name = "convert_case"
 3529version = "0.10.0"
 3530source = "registry+https://github.com/rust-lang/crates.io-index"
 3531checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3532dependencies = [
 3533 "unicode-segmentation",
 3534]
 3535
 3536[[package]]
 3537name = "convert_case"
 3538version = "0.11.0"
 3539source = "registry+https://github.com/rust-lang/crates.io-index"
 3540checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3541dependencies = [
 3542 "unicode-segmentation",
 3543]
 3544
 3545[[package]]
 3546name = "copilot"
 3547version = "0.1.0"
 3548dependencies = [
 3549 "anyhow",
 3550 "async-std",
 3551 "collections",
 3552 "command_palette_hooks",
 3553 "copilot_chat",
 3554 "edit_prediction_types",
 3555 "editor",
 3556 "fs",
 3557 "futures 0.3.32",
 3558 "gpui",
 3559 "icons",
 3560 "indoc",
 3561 "language",
 3562 "log",
 3563 "lsp",
 3564 "node_runtime",
 3565 "parking_lot",
 3566 "paths",
 3567 "pretty_assertions",
 3568 "project",
 3569 "rpc",
 3570 "semver",
 3571 "serde",
 3572 "serde_json",
 3573 "settings",
 3574 "sum_tree",
 3575 "theme",
 3576 "theme_settings",
 3577 "util",
 3578 "workspace",
 3579 "zlog",
 3580]
 3581
 3582[[package]]
 3583name = "copilot_chat"
 3584version = "0.1.0"
 3585dependencies = [
 3586 "anthropic",
 3587 "anyhow",
 3588 "collections",
 3589 "dirs 4.0.0",
 3590 "fs",
 3591 "futures 0.3.32",
 3592 "gpui",
 3593 "http_client",
 3594 "log",
 3595 "paths",
 3596 "serde",
 3597 "serde_json",
 3598 "settings",
 3599]
 3600
 3601[[package]]
 3602name = "copilot_ui"
 3603version = "0.1.0"
 3604dependencies = [
 3605 "anyhow",
 3606 "copilot",
 3607 "gpui",
 3608 "language",
 3609 "log",
 3610 "lsp",
 3611 "menu",
 3612 "project",
 3613 "serde_json",
 3614 "settings",
 3615 "ui",
 3616 "util",
 3617 "workspace",
 3618]
 3619
 3620[[package]]
 3621name = "core-foundation"
 3622version = "0.9.4"
 3623source = "registry+https://github.com/rust-lang/crates.io-index"
 3624checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3625dependencies = [
 3626 "core-foundation-sys",
 3627 "libc",
 3628]
 3629
 3630[[package]]
 3631name = "core-foundation"
 3632version = "0.10.0"
 3633source = "registry+https://github.com/rust-lang/crates.io-index"
 3634checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3635dependencies = [
 3636 "core-foundation-sys",
 3637 "libc",
 3638]
 3639
 3640[[package]]
 3641name = "core-foundation-sys"
 3642version = "0.8.7"
 3643source = "registry+https://github.com/rust-lang/crates.io-index"
 3644checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3645
 3646[[package]]
 3647name = "core-graphics"
 3648version = "0.23.2"
 3649source = "registry+https://github.com/rust-lang/crates.io-index"
 3650checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3651dependencies = [
 3652 "bitflags 1.3.2",
 3653 "core-foundation 0.9.4",
 3654 "core-graphics-types 0.1.3",
 3655 "foreign-types 0.5.0",
 3656 "libc",
 3657]
 3658
 3659[[package]]
 3660name = "core-graphics"
 3661version = "0.24.0"
 3662source = "registry+https://github.com/rust-lang/crates.io-index"
 3663checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3664dependencies = [
 3665 "bitflags 2.10.0",
 3666 "core-foundation 0.10.0",
 3667 "core-graphics-types 0.2.0",
 3668 "foreign-types 0.5.0",
 3669 "libc",
 3670]
 3671
 3672[[package]]
 3673name = "core-graphics-helmer-fork"
 3674version = "0.24.0"
 3675source = "registry+https://github.com/rust-lang/crates.io-index"
 3676checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3677dependencies = [
 3678 "bitflags 2.10.0",
 3679 "core-foundation 0.9.4",
 3680 "core-graphics-types 0.1.3",
 3681 "foreign-types 0.5.0",
 3682 "libc",
 3683]
 3684
 3685[[package]]
 3686name = "core-graphics-types"
 3687version = "0.1.3"
 3688source = "registry+https://github.com/rust-lang/crates.io-index"
 3689checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3690dependencies = [
 3691 "bitflags 1.3.2",
 3692 "core-foundation 0.9.4",
 3693 "libc",
 3694]
 3695
 3696[[package]]
 3697name = "core-graphics-types"
 3698version = "0.2.0"
 3699source = "registry+https://github.com/rust-lang/crates.io-index"
 3700checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3701dependencies = [
 3702 "bitflags 2.10.0",
 3703 "core-foundation 0.10.0",
 3704 "libc",
 3705]
 3706
 3707[[package]]
 3708name = "core-graphics2"
 3709version = "0.5.2"
 3710source = "registry+https://github.com/rust-lang/crates.io-index"
 3711checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3712dependencies = [
 3713 "bitflags 2.10.0",
 3714 "block",
 3715 "cfg-if",
 3716 "core-foundation 0.10.0",
 3717 "libc",
 3718]
 3719
 3720[[package]]
 3721name = "core-services"
 3722version = "0.2.1"
 3723source = "registry+https://github.com/rust-lang/crates.io-index"
 3724checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3725dependencies = [
 3726 "core-foundation 0.9.4",
 3727]
 3728
 3729[[package]]
 3730name = "core-text"
 3731version = "21.0.0"
 3732source = "registry+https://github.com/rust-lang/crates.io-index"
 3733checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3734dependencies = [
 3735 "core-foundation 0.10.0",
 3736 "core-graphics 0.24.0",
 3737 "foreign-types 0.5.0",
 3738 "libc",
 3739]
 3740
 3741[[package]]
 3742name = "core-video"
 3743version = "0.5.2"
 3744source = "registry+https://github.com/rust-lang/crates.io-index"
 3745checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3746dependencies = [
 3747 "block",
 3748 "core-foundation 0.10.0",
 3749 "core-graphics2",
 3750 "io-surface",
 3751 "libc",
 3752 "metal",
 3753]
 3754
 3755[[package]]
 3756name = "core_maths"
 3757version = "0.1.1"
 3758source = "registry+https://github.com/rust-lang/crates.io-index"
 3759checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3760dependencies = [
 3761 "libm",
 3762]
 3763
 3764[[package]]
 3765name = "coreaudio-rs"
 3766version = "0.12.1"
 3767source = "registry+https://github.com/rust-lang/crates.io-index"
 3768checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3769dependencies = [
 3770 "bitflags 1.3.2",
 3771 "core-foundation-sys",
 3772 "coreaudio-sys",
 3773]
 3774
 3775[[package]]
 3776name = "coreaudio-rs"
 3777version = "0.13.0"
 3778source = "registry+https://github.com/rust-lang/crates.io-index"
 3779checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3780dependencies = [
 3781 "bitflags 1.3.2",
 3782 "libc",
 3783 "objc2-audio-toolbox",
 3784 "objc2-core-audio",
 3785 "objc2-core-audio-types",
 3786 "objc2-core-foundation",
 3787]
 3788
 3789[[package]]
 3790name = "coreaudio-sys"
 3791version = "0.2.17"
 3792source = "registry+https://github.com/rust-lang/crates.io-index"
 3793checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3794dependencies = [
 3795 "bindgen 0.72.1",
 3796]
 3797
 3798[[package]]
 3799name = "cosmic-text"
 3800version = "0.17.1"
 3801source = "registry+https://github.com/rust-lang/crates.io-index"
 3802checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3803dependencies = [
 3804 "bitflags 2.10.0",
 3805 "fontdb 0.23.0",
 3806 "harfrust",
 3807 "linebender_resource_handle",
 3808 "log",
 3809 "rangemap",
 3810 "rustc-hash 2.1.1",
 3811 "self_cell",
 3812 "skrifa 0.40.0",
 3813 "smol_str",
 3814 "swash",
 3815 "sys-locale",
 3816 "unicode-bidi",
 3817 "unicode-linebreak",
 3818 "unicode-script",
 3819 "unicode-segmentation",
 3820]
 3821
 3822[[package]]
 3823name = "cpal"
 3824version = "0.17.1"
 3825source = "registry+https://github.com/rust-lang/crates.io-index"
 3826checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3827dependencies = [
 3828 "alsa",
 3829 "coreaudio-rs 0.13.0",
 3830 "dasp_sample",
 3831 "jni",
 3832 "js-sys",
 3833 "libc",
 3834 "mach2 0.5.0",
 3835 "ndk",
 3836 "ndk-context",
 3837 "num-derive",
 3838 "num-traits",
 3839 "objc2",
 3840 "objc2-audio-toolbox",
 3841 "objc2-avf-audio",
 3842 "objc2-core-audio",
 3843 "objc2-core-audio-types",
 3844 "objc2-core-foundation",
 3845 "objc2-foundation",
 3846 "wasm-bindgen",
 3847 "wasm-bindgen-futures",
 3848 "web-sys",
 3849 "windows 0.62.2",
 3850]
 3851
 3852[[package]]
 3853name = "cpp_demangle"
 3854version = "0.4.5"
 3855source = "registry+https://github.com/rust-lang/crates.io-index"
 3856checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3857dependencies = [
 3858 "cfg-if",
 3859]
 3860
 3861[[package]]
 3862name = "cpufeatures"
 3863version = "0.2.17"
 3864source = "registry+https://github.com/rust-lang/crates.io-index"
 3865checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3866dependencies = [
 3867 "libc",
 3868]
 3869
 3870[[package]]
 3871name = "cranelift-assembler-x64"
 3872version = "0.123.6"
 3873source = "registry+https://github.com/rust-lang/crates.io-index"
 3874checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3875dependencies = [
 3876 "cranelift-assembler-x64-meta",
 3877]
 3878
 3879[[package]]
 3880name = "cranelift-assembler-x64-meta"
 3881version = "0.123.6"
 3882source = "registry+https://github.com/rust-lang/crates.io-index"
 3883checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3884dependencies = [
 3885 "cranelift-srcgen",
 3886]
 3887
 3888[[package]]
 3889name = "cranelift-bforest"
 3890version = "0.123.6"
 3891source = "registry+https://github.com/rust-lang/crates.io-index"
 3892checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3893dependencies = [
 3894 "cranelift-entity",
 3895]
 3896
 3897[[package]]
 3898name = "cranelift-bitset"
 3899version = "0.123.6"
 3900source = "registry+https://github.com/rust-lang/crates.io-index"
 3901checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3902dependencies = [
 3903 "serde",
 3904 "serde_derive",
 3905]
 3906
 3907[[package]]
 3908name = "cranelift-codegen"
 3909version = "0.123.6"
 3910source = "registry+https://github.com/rust-lang/crates.io-index"
 3911checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 3912dependencies = [
 3913 "bumpalo",
 3914 "cranelift-assembler-x64",
 3915 "cranelift-bforest",
 3916 "cranelift-bitset",
 3917 "cranelift-codegen-meta",
 3918 "cranelift-codegen-shared",
 3919 "cranelift-control",
 3920 "cranelift-entity",
 3921 "cranelift-isle",
 3922 "gimli",
 3923 "hashbrown 0.15.5",
 3924 "log",
 3925 "postcard",
 3926 "pulley-interpreter",
 3927 "regalloc2",
 3928 "rustc-hash 2.1.1",
 3929 "serde",
 3930 "serde_derive",
 3931 "sha2",
 3932 "smallvec",
 3933 "target-lexicon 0.13.3",
 3934 "wasmtime-internal-math",
 3935]
 3936
 3937[[package]]
 3938name = "cranelift-codegen-meta"
 3939version = "0.123.6"
 3940source = "registry+https://github.com/rust-lang/crates.io-index"
 3941checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 3942dependencies = [
 3943 "cranelift-assembler-x64-meta",
 3944 "cranelift-codegen-shared",
 3945 "cranelift-srcgen",
 3946 "heck 0.5.0",
 3947 "pulley-interpreter",
 3948]
 3949
 3950[[package]]
 3951name = "cranelift-codegen-shared"
 3952version = "0.123.6"
 3953source = "registry+https://github.com/rust-lang/crates.io-index"
 3954checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3955
 3956[[package]]
 3957name = "cranelift-control"
 3958version = "0.123.6"
 3959source = "registry+https://github.com/rust-lang/crates.io-index"
 3960checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3961dependencies = [
 3962 "arbitrary",
 3963]
 3964
 3965[[package]]
 3966name = "cranelift-entity"
 3967version = "0.123.6"
 3968source = "registry+https://github.com/rust-lang/crates.io-index"
 3969checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3970dependencies = [
 3971 "cranelift-bitset",
 3972 "serde",
 3973 "serde_derive",
 3974]
 3975
 3976[[package]]
 3977name = "cranelift-frontend"
 3978version = "0.123.6"
 3979source = "registry+https://github.com/rust-lang/crates.io-index"
 3980checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3981dependencies = [
 3982 "cranelift-codegen",
 3983 "log",
 3984 "smallvec",
 3985 "target-lexicon 0.13.3",
 3986]
 3987
 3988[[package]]
 3989name = "cranelift-isle"
 3990version = "0.123.6"
 3991source = "registry+https://github.com/rust-lang/crates.io-index"
 3992checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 3993
 3994[[package]]
 3995name = "cranelift-native"
 3996version = "0.123.6"
 3997source = "registry+https://github.com/rust-lang/crates.io-index"
 3998checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 3999dependencies = [
 4000 "cranelift-codegen",
 4001 "libc",
 4002 "target-lexicon 0.13.3",
 4003]
 4004
 4005[[package]]
 4006name = "cranelift-srcgen"
 4007version = "0.123.6"
 4008source = "registry+https://github.com/rust-lang/crates.io-index"
 4009checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 4010
 4011[[package]]
 4012name = "crash-context"
 4013version = "0.6.3"
 4014source = "registry+https://github.com/rust-lang/crates.io-index"
 4015checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4016dependencies = [
 4017 "cfg-if",
 4018 "libc",
 4019 "mach2 0.4.3",
 4020]
 4021
 4022[[package]]
 4023name = "crash-handler"
 4024version = "0.6.3"
 4025source = "registry+https://github.com/rust-lang/crates.io-index"
 4026checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4027dependencies = [
 4028 "cfg-if",
 4029 "crash-context",
 4030 "libc",
 4031 "mach2 0.4.3",
 4032 "parking_lot",
 4033]
 4034
 4035[[package]]
 4036name = "crashes"
 4037version = "0.1.0"
 4038dependencies = [
 4039 "cfg-if",
 4040 "crash-handler",
 4041 "futures 0.3.32",
 4042 "log",
 4043 "mach2 0.5.0",
 4044 "minidumper",
 4045 "parking_lot",
 4046 "paths",
 4047 "release_channel",
 4048 "serde",
 4049 "serde_json",
 4050 "smol",
 4051 "system_specs",
 4052 "windows 0.61.3",
 4053 "zstd",
 4054]
 4055
 4056[[package]]
 4057name = "crc"
 4058version = "3.3.0"
 4059source = "registry+https://github.com/rust-lang/crates.io-index"
 4060checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4061dependencies = [
 4062 "crc-catalog",
 4063]
 4064
 4065[[package]]
 4066name = "crc-catalog"
 4067version = "2.4.0"
 4068source = "registry+https://github.com/rust-lang/crates.io-index"
 4069checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4070
 4071[[package]]
 4072name = "crc-fast"
 4073version = "1.6.0"
 4074source = "registry+https://github.com/rust-lang/crates.io-index"
 4075checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4076dependencies = [
 4077 "crc",
 4078 "digest",
 4079 "rand 0.9.2",
 4080 "regex",
 4081 "rustversion",
 4082]
 4083
 4084[[package]]
 4085name = "crc32fast"
 4086version = "1.5.0"
 4087source = "registry+https://github.com/rust-lang/crates.io-index"
 4088checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4089dependencies = [
 4090 "cfg-if",
 4091]
 4092
 4093[[package]]
 4094name = "credentials_provider"
 4095version = "0.1.0"
 4096dependencies = [
 4097 "anyhow",
 4098 "gpui",
 4099 "serde",
 4100]
 4101
 4102[[package]]
 4103name = "criterion"
 4104version = "0.5.1"
 4105source = "registry+https://github.com/rust-lang/crates.io-index"
 4106checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4107dependencies = [
 4108 "anes",
 4109 "cast",
 4110 "ciborium",
 4111 "clap",
 4112 "criterion-plot",
 4113 "is-terminal",
 4114 "itertools 0.10.5",
 4115 "num-traits",
 4116 "once_cell",
 4117 "oorandom",
 4118 "plotters",
 4119 "rayon",
 4120 "regex",
 4121 "serde",
 4122 "serde_derive",
 4123 "serde_json",
 4124 "tinytemplate",
 4125 "walkdir",
 4126]
 4127
 4128[[package]]
 4129name = "criterion-plot"
 4130version = "0.5.0"
 4131source = "registry+https://github.com/rust-lang/crates.io-index"
 4132checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4133dependencies = [
 4134 "cast",
 4135 "itertools 0.10.5",
 4136]
 4137
 4138[[package]]
 4139name = "crossbeam"
 4140version = "0.8.4"
 4141source = "registry+https://github.com/rust-lang/crates.io-index"
 4142checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4143dependencies = [
 4144 "crossbeam-channel",
 4145 "crossbeam-deque",
 4146 "crossbeam-epoch",
 4147 "crossbeam-queue",
 4148 "crossbeam-utils",
 4149]
 4150
 4151[[package]]
 4152name = "crossbeam-channel"
 4153version = "0.5.15"
 4154source = "registry+https://github.com/rust-lang/crates.io-index"
 4155checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4156dependencies = [
 4157 "crossbeam-utils",
 4158]
 4159
 4160[[package]]
 4161name = "crossbeam-deque"
 4162version = "0.8.6"
 4163source = "registry+https://github.com/rust-lang/crates.io-index"
 4164checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4165dependencies = [
 4166 "crossbeam-epoch",
 4167 "crossbeam-utils",
 4168]
 4169
 4170[[package]]
 4171name = "crossbeam-epoch"
 4172version = "0.9.18"
 4173source = "registry+https://github.com/rust-lang/crates.io-index"
 4174checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4175dependencies = [
 4176 "crossbeam-utils",
 4177]
 4178
 4179[[package]]
 4180name = "crossbeam-queue"
 4181version = "0.3.12"
 4182source = "registry+https://github.com/rust-lang/crates.io-index"
 4183checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4184dependencies = [
 4185 "crossbeam-utils",
 4186]
 4187
 4188[[package]]
 4189name = "crossbeam-utils"
 4190version = "0.8.21"
 4191source = "registry+https://github.com/rust-lang/crates.io-index"
 4192checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4193
 4194[[package]]
 4195name = "crunchy"
 4196version = "0.2.4"
 4197source = "registry+https://github.com/rust-lang/crates.io-index"
 4198checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4199
 4200[[package]]
 4201name = "crypto-bigint"
 4202version = "0.4.9"
 4203source = "registry+https://github.com/rust-lang/crates.io-index"
 4204checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4205dependencies = [
 4206 "generic-array",
 4207 "rand_core 0.6.4",
 4208 "subtle",
 4209 "zeroize",
 4210]
 4211
 4212[[package]]
 4213name = "crypto-bigint"
 4214version = "0.5.5"
 4215source = "registry+https://github.com/rust-lang/crates.io-index"
 4216checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4217dependencies = [
 4218 "rand_core 0.6.4",
 4219 "subtle",
 4220]
 4221
 4222[[package]]
 4223name = "crypto-common"
 4224version = "0.1.6"
 4225source = "registry+https://github.com/rust-lang/crates.io-index"
 4226checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4227dependencies = [
 4228 "generic-array",
 4229 "typenum",
 4230]
 4231
 4232[[package]]
 4233name = "cssparser"
 4234version = "0.35.0"
 4235source = "registry+https://github.com/rust-lang/crates.io-index"
 4236checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4237dependencies = [
 4238 "cssparser-macros",
 4239 "dtoa-short",
 4240 "itoa",
 4241 "phf 0.11.3",
 4242 "smallvec",
 4243]
 4244
 4245[[package]]
 4246name = "cssparser-macros"
 4247version = "0.6.1"
 4248source = "registry+https://github.com/rust-lang/crates.io-index"
 4249checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4250dependencies = [
 4251 "quote",
 4252 "syn 2.0.117",
 4253]
 4254
 4255[[package]]
 4256name = "csv_preview"
 4257version = "0.1.0"
 4258dependencies = [
 4259 "anyhow",
 4260 "editor",
 4261 "feature_flags",
 4262 "gpui",
 4263 "log",
 4264 "text",
 4265 "ui",
 4266 "workspace",
 4267]
 4268
 4269[[package]]
 4270name = "ctor"
 4271version = "0.4.3"
 4272source = "registry+https://github.com/rust-lang/crates.io-index"
 4273checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4274dependencies = [
 4275 "ctor-proc-macro",
 4276 "dtor",
 4277]
 4278
 4279[[package]]
 4280name = "ctor-proc-macro"
 4281version = "0.0.6"
 4282source = "registry+https://github.com/rust-lang/crates.io-index"
 4283checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4284
 4285[[package]]
 4286name = "ctrlc"
 4287version = "3.5.0"
 4288source = "registry+https://github.com/rust-lang/crates.io-index"
 4289checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4290dependencies = [
 4291 "dispatch",
 4292 "nix 0.30.1",
 4293 "windows-sys 0.61.2",
 4294]
 4295
 4296[[package]]
 4297name = "cursor-icon"
 4298version = "1.2.0"
 4299source = "registry+https://github.com/rust-lang/crates.io-index"
 4300checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4301
 4302[[package]]
 4303name = "cxx"
 4304version = "1.0.187"
 4305source = "registry+https://github.com/rust-lang/crates.io-index"
 4306checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4307dependencies = [
 4308 "cc",
 4309 "cxx-build",
 4310 "cxxbridge-cmd",
 4311 "cxxbridge-flags",
 4312 "cxxbridge-macro",
 4313 "foldhash 0.2.0",
 4314 "link-cplusplus",
 4315]
 4316
 4317[[package]]
 4318name = "cxx-build"
 4319version = "1.0.187"
 4320source = "registry+https://github.com/rust-lang/crates.io-index"
 4321checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4322dependencies = [
 4323 "cc",
 4324 "codespan-reporting",
 4325 "indexmap",
 4326 "proc-macro2",
 4327 "quote",
 4328 "scratch",
 4329 "syn 2.0.117",
 4330]
 4331
 4332[[package]]
 4333name = "cxxbridge-cmd"
 4334version = "1.0.187"
 4335source = "registry+https://github.com/rust-lang/crates.io-index"
 4336checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4337dependencies = [
 4338 "clap",
 4339 "codespan-reporting",
 4340 "indexmap",
 4341 "proc-macro2",
 4342 "quote",
 4343 "syn 2.0.117",
 4344]
 4345
 4346[[package]]
 4347name = "cxxbridge-flags"
 4348version = "1.0.187"
 4349source = "registry+https://github.com/rust-lang/crates.io-index"
 4350checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4351
 4352[[package]]
 4353name = "cxxbridge-macro"
 4354version = "1.0.187"
 4355source = "registry+https://github.com/rust-lang/crates.io-index"
 4356checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4357dependencies = [
 4358 "indexmap",
 4359 "proc-macro2",
 4360 "quote",
 4361 "syn 2.0.117",
 4362]
 4363
 4364[[package]]
 4365name = "dap"
 4366version = "0.1.0"
 4367dependencies = [
 4368 "anyhow",
 4369 "async-compression",
 4370 "async-pipe",
 4371 "async-tar",
 4372 "async-trait",
 4373 "client",
 4374 "collections",
 4375 "dap-types",
 4376 "fs",
 4377 "futures 0.3.32",
 4378 "gpui",
 4379 "http_client",
 4380 "language",
 4381 "libc",
 4382 "log",
 4383 "node_runtime",
 4384 "parking_lot",
 4385 "paths",
 4386 "proto",
 4387 "schemars",
 4388 "serde",
 4389 "serde_json",
 4390 "settings",
 4391 "smallvec",
 4392 "smol",
 4393 "task",
 4394 "telemetry",
 4395 "util",
 4396 "zlog",
 4397]
 4398
 4399[[package]]
 4400name = "dap-types"
 4401version = "0.0.1"
 4402source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4403dependencies = [
 4404 "schemars",
 4405 "serde",
 4406 "serde_json",
 4407]
 4408
 4409[[package]]
 4410name = "dap_adapters"
 4411version = "0.1.0"
 4412dependencies = [
 4413 "anyhow",
 4414 "async-trait",
 4415 "collections",
 4416 "dap",
 4417 "dotenvy",
 4418 "fs",
 4419 "futures 0.3.32",
 4420 "gpui",
 4421 "http_client",
 4422 "json_dotpath",
 4423 "language",
 4424 "log",
 4425 "node_runtime",
 4426 "paths",
 4427 "serde",
 4428 "serde_json",
 4429 "settings",
 4430 "smol",
 4431 "task",
 4432 "util",
 4433]
 4434
 4435[[package]]
 4436name = "darling"
 4437version = "0.20.11"
 4438source = "registry+https://github.com/rust-lang/crates.io-index"
 4439checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4440dependencies = [
 4441 "darling_core 0.20.11",
 4442 "darling_macro 0.20.11",
 4443]
 4444
 4445[[package]]
 4446name = "darling"
 4447version = "0.21.3"
 4448source = "registry+https://github.com/rust-lang/crates.io-index"
 4449checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4450dependencies = [
 4451 "darling_core 0.21.3",
 4452 "darling_macro 0.21.3",
 4453]
 4454
 4455[[package]]
 4456name = "darling_core"
 4457version = "0.20.11"
 4458source = "registry+https://github.com/rust-lang/crates.io-index"
 4459checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4460dependencies = [
 4461 "fnv",
 4462 "ident_case",
 4463 "proc-macro2",
 4464 "quote",
 4465 "strsim",
 4466 "syn 2.0.117",
 4467]
 4468
 4469[[package]]
 4470name = "darling_core"
 4471version = "0.21.3"
 4472source = "registry+https://github.com/rust-lang/crates.io-index"
 4473checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4474dependencies = [
 4475 "fnv",
 4476 "ident_case",
 4477 "proc-macro2",
 4478 "quote",
 4479 "strsim",
 4480 "syn 2.0.117",
 4481]
 4482
 4483[[package]]
 4484name = "darling_macro"
 4485version = "0.20.11"
 4486source = "registry+https://github.com/rust-lang/crates.io-index"
 4487checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4488dependencies = [
 4489 "darling_core 0.20.11",
 4490 "quote",
 4491 "syn 2.0.117",
 4492]
 4493
 4494[[package]]
 4495name = "darling_macro"
 4496version = "0.21.3"
 4497source = "registry+https://github.com/rust-lang/crates.io-index"
 4498checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4499dependencies = [
 4500 "darling_core 0.21.3",
 4501 "quote",
 4502 "syn 2.0.117",
 4503]
 4504
 4505[[package]]
 4506name = "dashmap"
 4507version = "6.1.0"
 4508source = "registry+https://github.com/rust-lang/crates.io-index"
 4509checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4510dependencies = [
 4511 "cfg-if",
 4512 "crossbeam-utils",
 4513 "hashbrown 0.14.5",
 4514 "lock_api",
 4515 "once_cell",
 4516 "parking_lot_core",
 4517]
 4518
 4519[[package]]
 4520name = "dasp_sample"
 4521version = "0.11.0"
 4522source = "registry+https://github.com/rust-lang/crates.io-index"
 4523checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4524
 4525[[package]]
 4526name = "data-encoding"
 4527version = "2.9.0"
 4528source = "registry+https://github.com/rust-lang/crates.io-index"
 4529checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4530
 4531[[package]]
 4532name = "data-url"
 4533version = "0.3.2"
 4534source = "registry+https://github.com/rust-lang/crates.io-index"
 4535checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4536
 4537[[package]]
 4538name = "db"
 4539version = "0.1.0"
 4540dependencies = [
 4541 "anyhow",
 4542 "gpui",
 4543 "indoc",
 4544 "inventory",
 4545 "log",
 4546 "paths",
 4547 "release_channel",
 4548 "smol",
 4549 "sqlez",
 4550 "sqlez_macros",
 4551 "tempfile",
 4552 "util",
 4553 "uuid",
 4554 "zed_env_vars",
 4555]
 4556
 4557[[package]]
 4558name = "dbus"
 4559version = "0.9.9"
 4560source = "registry+https://github.com/rust-lang/crates.io-index"
 4561checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4562dependencies = [
 4563 "libc",
 4564 "libdbus-sys",
 4565 "windows-sys 0.59.0",
 4566]
 4567
 4568[[package]]
 4569name = "debug_adapter_extension"
 4570version = "0.1.0"
 4571dependencies = [
 4572 "anyhow",
 4573 "async-trait",
 4574 "collections",
 4575 "dap",
 4576 "extension",
 4577 "gpui",
 4578 "serde_json",
 4579 "task",
 4580 "util",
 4581]
 4582
 4583[[package]]
 4584name = "debugger_tools"
 4585version = "0.1.0"
 4586dependencies = [
 4587 "anyhow",
 4588 "dap",
 4589 "editor",
 4590 "futures 0.3.32",
 4591 "gpui",
 4592 "project",
 4593 "serde_json",
 4594 "settings",
 4595 "smol",
 4596 "util",
 4597 "workspace",
 4598]
 4599
 4600[[package]]
 4601name = "debugger_ui"
 4602version = "0.1.0"
 4603dependencies = [
 4604 "alacritty_terminal",
 4605 "anyhow",
 4606 "bitflags 2.10.0",
 4607 "client",
 4608 "collections",
 4609 "command_palette_hooks",
 4610 "dap",
 4611 "dap_adapters",
 4612 "db",
 4613 "debugger_tools",
 4614 "editor",
 4615 "feature_flags",
 4616 "file_icons",
 4617 "futures 0.3.32",
 4618 "fuzzy",
 4619 "gpui",
 4620 "hex",
 4621 "indoc",
 4622 "itertools 0.14.0",
 4623 "language",
 4624 "log",
 4625 "menu",
 4626 "notifications",
 4627 "parking_lot",
 4628 "parse_int",
 4629 "paths",
 4630 "picker",
 4631 "pretty_assertions",
 4632 "project",
 4633 "rpc",
 4634 "schemars",
 4635 "serde",
 4636 "serde_json",
 4637 "serde_json_lenient",
 4638 "settings",
 4639 "sysinfo 0.37.2",
 4640 "task",
 4641 "tasks_ui",
 4642 "terminal_view",
 4643 "text",
 4644 "theme",
 4645 "theme_settings",
 4646 "tree-sitter",
 4647 "tree-sitter-go",
 4648 "tree-sitter-json",
 4649 "ui",
 4650 "ui_input",
 4651 "unindent",
 4652 "util",
 4653 "workspace",
 4654 "zed_actions",
 4655 "zlog",
 4656]
 4657
 4658[[package]]
 4659name = "debugid"
 4660version = "0.8.0"
 4661source = "registry+https://github.com/rust-lang/crates.io-index"
 4662checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4663dependencies = [
 4664 "uuid",
 4665]
 4666
 4667[[package]]
 4668name = "deepseek"
 4669version = "0.1.0"
 4670dependencies = [
 4671 "anyhow",
 4672 "futures 0.3.32",
 4673 "http_client",
 4674 "schemars",
 4675 "serde",
 4676 "serde_json",
 4677]
 4678
 4679[[package]]
 4680name = "deflate64"
 4681version = "0.1.10"
 4682source = "registry+https://github.com/rust-lang/crates.io-index"
 4683checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4684
 4685[[package]]
 4686name = "denoise"
 4687version = "0.1.0"
 4688dependencies = [
 4689 "candle-core",
 4690 "candle-onnx",
 4691 "log",
 4692 "realfft",
 4693 "rodio",
 4694 "rustfft",
 4695 "thiserror 2.0.17",
 4696]
 4697
 4698[[package]]
 4699name = "der"
 4700version = "0.6.1"
 4701source = "registry+https://github.com/rust-lang/crates.io-index"
 4702checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4703dependencies = [
 4704 "const-oid",
 4705 "zeroize",
 4706]
 4707
 4708[[package]]
 4709name = "der"
 4710version = "0.7.10"
 4711source = "registry+https://github.com/rust-lang/crates.io-index"
 4712checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4713dependencies = [
 4714 "const-oid",
 4715 "pem-rfc7468",
 4716 "zeroize",
 4717]
 4718
 4719[[package]]
 4720name = "deranged"
 4721version = "0.5.4"
 4722source = "registry+https://github.com/rust-lang/crates.io-index"
 4723checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4724dependencies = [
 4725 "powerfmt",
 4726 "serde_core",
 4727]
 4728
 4729[[package]]
 4730name = "derive_arbitrary"
 4731version = "1.4.2"
 4732source = "registry+https://github.com/rust-lang/crates.io-index"
 4733checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4734dependencies = [
 4735 "proc-macro2",
 4736 "quote",
 4737 "syn 2.0.117",
 4738]
 4739
 4740[[package]]
 4741name = "derive_more"
 4742version = "2.1.1"
 4743source = "registry+https://github.com/rust-lang/crates.io-index"
 4744checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4745dependencies = [
 4746 "derive_more-impl",
 4747]
 4748
 4749[[package]]
 4750name = "derive_more-impl"
 4751version = "2.1.1"
 4752source = "registry+https://github.com/rust-lang/crates.io-index"
 4753checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4754dependencies = [
 4755 "convert_case 0.10.0",
 4756 "proc-macro2",
 4757 "quote",
 4758 "rustc_version",
 4759 "syn 2.0.117",
 4760 "unicode-xid",
 4761]
 4762
 4763[[package]]
 4764name = "derive_refineable"
 4765version = "0.1.0"
 4766dependencies = [
 4767 "proc-macro2",
 4768 "quote",
 4769 "syn 2.0.117",
 4770]
 4771
 4772[[package]]
 4773name = "derive_setters"
 4774version = "0.1.9"
 4775source = "registry+https://github.com/rust-lang/crates.io-index"
 4776checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4777dependencies = [
 4778 "darling 0.21.3",
 4779 "proc-macro2",
 4780 "quote",
 4781 "syn 2.0.117",
 4782]
 4783
 4784[[package]]
 4785name = "dev_container"
 4786version = "0.1.0"
 4787dependencies = [
 4788 "async-tar",
 4789 "async-trait",
 4790 "env_logger 0.11.8",
 4791 "fs",
 4792 "futures 0.3.32",
 4793 "gpui",
 4794 "http 1.3.1",
 4795 "http_client",
 4796 "log",
 4797 "menu",
 4798 "paths",
 4799 "picker",
 4800 "project",
 4801 "serde",
 4802 "serde_json",
 4803 "serde_json_lenient",
 4804 "settings",
 4805 "shlex",
 4806 "ui",
 4807 "util",
 4808 "walkdir",
 4809 "workspace",
 4810 "worktree",
 4811]
 4812
 4813[[package]]
 4814name = "diagnostics"
 4815version = "0.1.0"
 4816dependencies = [
 4817 "anyhow",
 4818 "collections",
 4819 "component",
 4820 "ctor",
 4821 "editor",
 4822 "gpui",
 4823 "indoc",
 4824 "itertools 0.14.0",
 4825 "language",
 4826 "log",
 4827 "lsp",
 4828 "markdown",
 4829 "pretty_assertions",
 4830 "project",
 4831 "rand 0.9.2",
 4832 "serde",
 4833 "serde_json",
 4834 "settings",
 4835 "text",
 4836 "theme",
 4837 "theme_settings",
 4838 "ui",
 4839 "unindent",
 4840 "util",
 4841 "workspace",
 4842 "zed_actions",
 4843 "zlog",
 4844]
 4845
 4846[[package]]
 4847name = "dialoguer"
 4848version = "0.11.0"
 4849source = "registry+https://github.com/rust-lang/crates.io-index"
 4850checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4851dependencies = [
 4852 "console",
 4853 "fuzzy-matcher",
 4854 "shell-words",
 4855 "tempfile",
 4856 "thiserror 1.0.69",
 4857 "zeroize",
 4858]
 4859
 4860[[package]]
 4861name = "diff"
 4862version = "0.1.13"
 4863source = "registry+https://github.com/rust-lang/crates.io-index"
 4864checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4865
 4866[[package]]
 4867name = "diffy"
 4868version = "0.4.2"
 4869source = "registry+https://github.com/rust-lang/crates.io-index"
 4870checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4871dependencies = [
 4872 "nu-ansi-term",
 4873]
 4874
 4875[[package]]
 4876name = "digest"
 4877version = "0.10.7"
 4878source = "registry+https://github.com/rust-lang/crates.io-index"
 4879checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4880dependencies = [
 4881 "block-buffer",
 4882 "const-oid",
 4883 "crypto-common",
 4884 "subtle",
 4885]
 4886
 4887[[package]]
 4888name = "dirs"
 4889version = "4.0.0"
 4890source = "registry+https://github.com/rust-lang/crates.io-index"
 4891checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4892dependencies = [
 4893 "dirs-sys 0.3.7",
 4894]
 4895
 4896[[package]]
 4897name = "dirs"
 4898version = "5.0.1"
 4899source = "registry+https://github.com/rust-lang/crates.io-index"
 4900checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4901dependencies = [
 4902 "dirs-sys 0.4.1",
 4903]
 4904
 4905[[package]]
 4906name = "dirs"
 4907version = "6.0.0"
 4908source = "registry+https://github.com/rust-lang/crates.io-index"
 4909checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4910dependencies = [
 4911 "dirs-sys 0.5.0",
 4912]
 4913
 4914[[package]]
 4915name = "dirs-sys"
 4916version = "0.3.7"
 4917source = "registry+https://github.com/rust-lang/crates.io-index"
 4918checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4919dependencies = [
 4920 "libc",
 4921 "redox_users 0.4.6",
 4922 "winapi",
 4923]
 4924
 4925[[package]]
 4926name = "dirs-sys"
 4927version = "0.4.1"
 4928source = "registry+https://github.com/rust-lang/crates.io-index"
 4929checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4930dependencies = [
 4931 "libc",
 4932 "option-ext",
 4933 "redox_users 0.4.6",
 4934 "windows-sys 0.48.0",
 4935]
 4936
 4937[[package]]
 4938name = "dirs-sys"
 4939version = "0.5.0"
 4940source = "registry+https://github.com/rust-lang/crates.io-index"
 4941checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4942dependencies = [
 4943 "libc",
 4944 "option-ext",
 4945 "redox_users 0.5.2",
 4946 "windows-sys 0.61.2",
 4947]
 4948
 4949[[package]]
 4950name = "dispatch"
 4951version = "0.2.0"
 4952source = "registry+https://github.com/rust-lang/crates.io-index"
 4953checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4954
 4955[[package]]
 4956name = "dispatch2"
 4957version = "0.3.1"
 4958source = "registry+https://github.com/rust-lang/crates.io-index"
 4959checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4960dependencies = [
 4961 "bitflags 2.10.0",
 4962 "block2",
 4963 "libc",
 4964 "objc2",
 4965]
 4966
 4967[[package]]
 4968name = "displaydoc"
 4969version = "0.2.5"
 4970source = "registry+https://github.com/rust-lang/crates.io-index"
 4971checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4972dependencies = [
 4973 "proc-macro2",
 4974 "quote",
 4975 "syn 2.0.117",
 4976]
 4977
 4978[[package]]
 4979name = "dlib"
 4980version = "0.5.2"
 4981source = "registry+https://github.com/rust-lang/crates.io-index"
 4982checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4983dependencies = [
 4984 "libloading",
 4985]
 4986
 4987[[package]]
 4988name = "docs_preprocessor"
 4989version = "0.1.0"
 4990dependencies = [
 4991 "anyhow",
 4992 "collections",
 4993 "jsonschema",
 4994 "mdbook",
 4995 "regex",
 4996 "schemars",
 4997 "serde",
 4998 "serde_json",
 4999 "settings",
 5000 "task",
 5001 "theme",
 5002 "util",
 5003 "zlog",
 5004]
 5005
 5006[[package]]
 5007name = "document-features"
 5008version = "0.2.12"
 5009source = "registry+https://github.com/rust-lang/crates.io-index"
 5010checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5011dependencies = [
 5012 "litrs",
 5013]
 5014
 5015[[package]]
 5016name = "documented"
 5017version = "0.9.2"
 5018source = "registry+https://github.com/rust-lang/crates.io-index"
 5019checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5020dependencies = [
 5021 "documented-macros",
 5022 "phf 0.12.1",
 5023 "thiserror 2.0.17",
 5024]
 5025
 5026[[package]]
 5027name = "documented-macros"
 5028version = "0.9.2"
 5029source = "registry+https://github.com/rust-lang/crates.io-index"
 5030checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5031dependencies = [
 5032 "convert_case 0.8.0",
 5033 "itertools 0.14.0",
 5034 "optfield",
 5035 "proc-macro2",
 5036 "quote",
 5037 "strum 0.27.2",
 5038 "syn 2.0.117",
 5039]
 5040
 5041[[package]]
 5042name = "dotenvy"
 5043version = "0.15.7"
 5044source = "registry+https://github.com/rust-lang/crates.io-index"
 5045checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5046
 5047[[package]]
 5048name = "downcast-rs"
 5049version = "1.2.1"
 5050source = "registry+https://github.com/rust-lang/crates.io-index"
 5051checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5052
 5053[[package]]
 5054name = "doxygen-rs"
 5055version = "0.4.2"
 5056source = "registry+https://github.com/rust-lang/crates.io-index"
 5057checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5058dependencies = [
 5059 "phf 0.11.3",
 5060]
 5061
 5062[[package]]
 5063name = "dtoa"
 5064version = "1.0.10"
 5065source = "registry+https://github.com/rust-lang/crates.io-index"
 5066checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5067
 5068[[package]]
 5069name = "dtoa-short"
 5070version = "0.3.5"
 5071source = "registry+https://github.com/rust-lang/crates.io-index"
 5072checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5073dependencies = [
 5074 "dtoa",
 5075]
 5076
 5077[[package]]
 5078name = "dtor"
 5079version = "0.0.6"
 5080source = "registry+https://github.com/rust-lang/crates.io-index"
 5081checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5082dependencies = [
 5083 "dtor-proc-macro",
 5084]
 5085
 5086[[package]]
 5087name = "dtor-proc-macro"
 5088version = "0.0.5"
 5089source = "registry+https://github.com/rust-lang/crates.io-index"
 5090checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5091
 5092[[package]]
 5093name = "dunce"
 5094version = "1.0.5"
 5095source = "registry+https://github.com/rust-lang/crates.io-index"
 5096checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5097
 5098[[package]]
 5099name = "dwrote"
 5100version = "0.11.5"
 5101source = "registry+https://github.com/rust-lang/crates.io-index"
 5102checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5103dependencies = [
 5104 "lazy_static",
 5105 "libc",
 5106 "winapi",
 5107 "wio",
 5108]
 5109
 5110[[package]]
 5111name = "dyn-clone"
 5112version = "1.0.20"
 5113source = "registry+https://github.com/rust-lang/crates.io-index"
 5114checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5115
 5116[[package]]
 5117name = "dyn-stack"
 5118version = "0.10.0"
 5119source = "registry+https://github.com/rust-lang/crates.io-index"
 5120checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5121dependencies = [
 5122 "bytemuck",
 5123 "reborrow",
 5124]
 5125
 5126[[package]]
 5127name = "dyn-stack"
 5128version = "0.13.2"
 5129source = "registry+https://github.com/rust-lang/crates.io-index"
 5130checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5131dependencies = [
 5132 "bytemuck",
 5133 "dyn-stack-macros",
 5134]
 5135
 5136[[package]]
 5137name = "dyn-stack-macros"
 5138version = "0.1.3"
 5139source = "registry+https://github.com/rust-lang/crates.io-index"
 5140checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5141
 5142[[package]]
 5143name = "ec4rs"
 5144version = "1.2.0"
 5145source = "registry+https://github.com/rust-lang/crates.io-index"
 5146checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5147
 5148[[package]]
 5149name = "ecdsa"
 5150version = "0.14.8"
 5151source = "registry+https://github.com/rust-lang/crates.io-index"
 5152checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5153dependencies = [
 5154 "der 0.6.1",
 5155 "elliptic-curve",
 5156 "rfc6979",
 5157 "signature 1.6.4",
 5158]
 5159
 5160[[package]]
 5161name = "edit_prediction"
 5162version = "0.1.0"
 5163dependencies = [
 5164 "ai_onboarding",
 5165 "anyhow",
 5166 "buffer_diff",
 5167 "client",
 5168 "clock",
 5169 "cloud_api_client",
 5170 "cloud_api_types",
 5171 "cloud_llm_client",
 5172 "collections",
 5173 "copilot",
 5174 "copilot_ui",
 5175 "credentials_provider",
 5176 "ctor",
 5177 "db",
 5178 "edit_prediction_context",
 5179 "edit_prediction_types",
 5180 "feature_flags",
 5181 "fs",
 5182 "futures 0.3.32",
 5183 "gpui",
 5184 "heapless",
 5185 "indoc",
 5186 "itertools 0.14.0",
 5187 "language",
 5188 "language_model",
 5189 "log",
 5190 "lsp",
 5191 "menu",
 5192 "open_ai",
 5193 "parking_lot",
 5194 "postage",
 5195 "pretty_assertions",
 5196 "project",
 5197 "pulldown-cmark 0.13.0",
 5198 "rand 0.9.2",
 5199 "regex",
 5200 "release_channel",
 5201 "semver",
 5202 "serde",
 5203 "serde_json",
 5204 "settings",
 5205 "strum 0.27.2",
 5206 "telemetry",
 5207 "telemetry_events",
 5208 "text",
 5209 "thiserror 2.0.17",
 5210 "time",
 5211 "toml 0.8.23",
 5212 "ui",
 5213 "util",
 5214 "uuid",
 5215 "workspace",
 5216 "worktree",
 5217 "zed_actions",
 5218 "zed_credentials_provider",
 5219 "zeta_prompt",
 5220 "zlog",
 5221 "zstd",
 5222]
 5223
 5224[[package]]
 5225name = "edit_prediction_cli"
 5226version = "0.1.0"
 5227dependencies = [
 5228 "anthropic",
 5229 "anyhow",
 5230 "chrono",
 5231 "clap",
 5232 "client",
 5233 "cloud_llm_client",
 5234 "collections",
 5235 "criterion",
 5236 "db",
 5237 "debug_adapter_extension",
 5238 "dirs 4.0.0",
 5239 "edit_prediction",
 5240 "extension",
 5241 "flate2",
 5242 "fs",
 5243 "futures 0.3.32",
 5244 "gaoya",
 5245 "gpui",
 5246 "gpui_platform",
 5247 "gpui_tokio",
 5248 "http_client",
 5249 "indoc",
 5250 "language",
 5251 "language_extension",
 5252 "language_model",
 5253 "language_models",
 5254 "languages",
 5255 "libc",
 5256 "log",
 5257 "node_runtime",
 5258 "open_ai",
 5259 "paths",
 5260 "pretty_assertions",
 5261 "project",
 5262 "prompt_store",
 5263 "rand 0.9.2",
 5264 "release_channel",
 5265 "reqwest_client",
 5266 "rust-embed",
 5267 "serde",
 5268 "serde_json",
 5269 "settings",
 5270 "shellexpand 2.1.2",
 5271 "similar",
 5272 "smol",
 5273 "sqlez",
 5274 "sqlez_macros",
 5275 "strum 0.27.2",
 5276 "telemetry_events",
 5277 "tempfile",
 5278 "terminal_view",
 5279 "toml 0.8.23",
 5280 "util",
 5281 "wasmtime",
 5282 "watch",
 5283 "workspace",
 5284 "zeta_prompt",
 5285]
 5286
 5287[[package]]
 5288name = "edit_prediction_context"
 5289version = "0.1.0"
 5290dependencies = [
 5291 "anyhow",
 5292 "clock",
 5293 "collections",
 5294 "env_logger 0.11.8",
 5295 "futures 0.3.32",
 5296 "gpui",
 5297 "indoc",
 5298 "language",
 5299 "log",
 5300 "lsp",
 5301 "parking_lot",
 5302 "pretty_assertions",
 5303 "project",
 5304 "serde",
 5305 "serde_json",
 5306 "settings",
 5307 "smallvec",
 5308 "text",
 5309 "tree-sitter",
 5310 "util",
 5311 "zeta_prompt",
 5312]
 5313
 5314[[package]]
 5315name = "edit_prediction_types"
 5316version = "0.1.0"
 5317dependencies = [
 5318 "client",
 5319 "gpui",
 5320 "icons",
 5321 "language",
 5322 "text",
 5323]
 5324
 5325[[package]]
 5326name = "edit_prediction_ui"
 5327version = "0.1.0"
 5328dependencies = [
 5329 "anyhow",
 5330 "buffer_diff",
 5331 "client",
 5332 "cloud_llm_client",
 5333 "codestral",
 5334 "collections",
 5335 "command_palette_hooks",
 5336 "copilot",
 5337 "copilot_chat",
 5338 "copilot_ui",
 5339 "edit_prediction",
 5340 "edit_prediction_types",
 5341 "editor",
 5342 "feature_flags",
 5343 "fs",
 5344 "futures 0.3.32",
 5345 "gpui",
 5346 "indoc",
 5347 "language",
 5348 "markdown",
 5349 "menu",
 5350 "multi_buffer",
 5351 "paths",
 5352 "project",
 5353 "regex",
 5354 "settings",
 5355 "telemetry",
 5356 "text",
 5357 "theme",
 5358 "theme_settings",
 5359 "time",
 5360 "ui",
 5361 "util",
 5362 "workspace",
 5363 "zed_actions",
 5364 "zeta_prompt",
 5365]
 5366
 5367[[package]]
 5368name = "editor"
 5369version = "0.1.0"
 5370dependencies = [
 5371 "aho-corasick",
 5372 "anyhow",
 5373 "assets",
 5374 "breadcrumbs",
 5375 "buffer_diff",
 5376 "client",
 5377 "clock",
 5378 "collections",
 5379 "convert_case 0.8.0",
 5380 "criterion",
 5381 "ctor",
 5382 "dap",
 5383 "db",
 5384 "edit_prediction_types",
 5385 "emojis",
 5386 "feature_flags",
 5387 "file_icons",
 5388 "fs",
 5389 "futures 0.3.32",
 5390 "fuzzy",
 5391 "git",
 5392 "gpui",
 5393 "indoc",
 5394 "itertools 0.14.0",
 5395 "language",
 5396 "languages",
 5397 "linkify",
 5398 "log",
 5399 "lsp",
 5400 "markdown",
 5401 "menu",
 5402 "multi_buffer",
 5403 "ordered-float 2.10.1",
 5404 "parking_lot",
 5405 "pretty_assertions",
 5406 "project",
 5407 "proptest",
 5408 "proptest-derive",
 5409 "rand 0.9.2",
 5410 "regex",
 5411 "release_channel",
 5412 "rope",
 5413 "rpc",
 5414 "schemars",
 5415 "semver",
 5416 "serde",
 5417 "serde_json",
 5418 "settings",
 5419 "smallvec",
 5420 "smol",
 5421 "snippet",
 5422 "sum_tree",
 5423 "task",
 5424 "telemetry",
 5425 "text",
 5426 "theme",
 5427 "theme_settings",
 5428 "time",
 5429 "tracing",
 5430 "tree-sitter-bash",
 5431 "tree-sitter-c",
 5432 "tree-sitter-html",
 5433 "tree-sitter-md",
 5434 "tree-sitter-python",
 5435 "tree-sitter-rust",
 5436 "tree-sitter-typescript",
 5437 "tree-sitter-yaml",
 5438 "ui",
 5439 "ui_input",
 5440 "unicode-script",
 5441 "unicode-segmentation",
 5442 "unicode-width",
 5443 "unindent",
 5444 "url",
 5445 "util",
 5446 "uuid",
 5447 "vim_mode_setting",
 5448 "workspace",
 5449 "zed_actions",
 5450 "zlog",
 5451 "ztracing",
 5452]
 5453
 5454[[package]]
 5455name = "either"
 5456version = "1.15.0"
 5457source = "registry+https://github.com/rust-lang/crates.io-index"
 5458checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5459dependencies = [
 5460 "serde",
 5461]
 5462
 5463[[package]]
 5464name = "elasticlunr-rs"
 5465version = "3.0.2"
 5466source = "registry+https://github.com/rust-lang/crates.io-index"
 5467checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5468dependencies = [
 5469 "regex",
 5470 "serde",
 5471 "serde_derive",
 5472 "serde_json",
 5473]
 5474
 5475[[package]]
 5476name = "elliptic-curve"
 5477version = "0.12.3"
 5478source = "registry+https://github.com/rust-lang/crates.io-index"
 5479checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5480dependencies = [
 5481 "base16ct",
 5482 "crypto-bigint 0.4.9",
 5483 "der 0.6.1",
 5484 "digest",
 5485 "ff",
 5486 "generic-array",
 5487 "group",
 5488 "pkcs8 0.9.0",
 5489 "rand_core 0.6.4",
 5490 "sec1",
 5491 "subtle",
 5492 "zeroize",
 5493]
 5494
 5495[[package]]
 5496name = "email_address"
 5497version = "0.2.9"
 5498source = "registry+https://github.com/rust-lang/crates.io-index"
 5499checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5500dependencies = [
 5501 "serde",
 5502]
 5503
 5504[[package]]
 5505name = "embed-resource"
 5506version = "3.0.6"
 5507source = "registry+https://github.com/rust-lang/crates.io-index"
 5508checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5509dependencies = [
 5510 "cc",
 5511 "memchr",
 5512 "rustc_version",
 5513 "toml 0.9.8",
 5514 "vswhom",
 5515 "winreg 0.55.0",
 5516]
 5517
 5518[[package]]
 5519name = "embedded-io"
 5520version = "0.4.0"
 5521source = "registry+https://github.com/rust-lang/crates.io-index"
 5522checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5523
 5524[[package]]
 5525name = "embedded-io"
 5526version = "0.6.1"
 5527source = "registry+https://github.com/rust-lang/crates.io-index"
 5528checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5529
 5530[[package]]
 5531name = "emojis"
 5532version = "0.6.4"
 5533source = "registry+https://github.com/rust-lang/crates.io-index"
 5534checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5535dependencies = [
 5536 "phf 0.11.3",
 5537]
 5538
 5539[[package]]
 5540name = "encode_unicode"
 5541version = "1.0.0"
 5542source = "registry+https://github.com/rust-lang/crates.io-index"
 5543checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5544
 5545[[package]]
 5546name = "encoding_rs"
 5547version = "0.8.35"
 5548source = "registry+https://github.com/rust-lang/crates.io-index"
 5549checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5550dependencies = [
 5551 "cfg-if",
 5552]
 5553
 5554[[package]]
 5555name = "encoding_selector"
 5556version = "0.1.0"
 5557dependencies = [
 5558 "editor",
 5559 "encoding_rs",
 5560 "fuzzy",
 5561 "gpui",
 5562 "language",
 5563 "picker",
 5564 "project",
 5565 "ui",
 5566 "util",
 5567 "workspace",
 5568]
 5569
 5570[[package]]
 5571name = "endi"
 5572version = "1.1.0"
 5573source = "registry+https://github.com/rust-lang/crates.io-index"
 5574checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5575
 5576[[package]]
 5577name = "enum-as-inner"
 5578version = "0.6.1"
 5579source = "registry+https://github.com/rust-lang/crates.io-index"
 5580checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5581dependencies = [
 5582 "heck 0.5.0",
 5583 "proc-macro2",
 5584 "quote",
 5585 "syn 2.0.117",
 5586]
 5587
 5588[[package]]
 5589name = "enumflags2"
 5590version = "0.7.12"
 5591source = "registry+https://github.com/rust-lang/crates.io-index"
 5592checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5593dependencies = [
 5594 "enumflags2_derive",
 5595 "serde",
 5596]
 5597
 5598[[package]]
 5599name = "enumflags2_derive"
 5600version = "0.7.12"
 5601source = "registry+https://github.com/rust-lang/crates.io-index"
 5602checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5603dependencies = [
 5604 "proc-macro2",
 5605 "quote",
 5606 "syn 2.0.117",
 5607]
 5608
 5609[[package]]
 5610name = "env_filter"
 5611version = "0.1.4"
 5612source = "registry+https://github.com/rust-lang/crates.io-index"
 5613checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5614dependencies = [
 5615 "log",
 5616 "regex",
 5617]
 5618
 5619[[package]]
 5620name = "env_logger"
 5621version = "0.10.2"
 5622source = "registry+https://github.com/rust-lang/crates.io-index"
 5623checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5624dependencies = [
 5625 "humantime",
 5626 "is-terminal",
 5627 "log",
 5628 "regex",
 5629 "termcolor",
 5630]
 5631
 5632[[package]]
 5633name = "env_logger"
 5634version = "0.11.8"
 5635source = "registry+https://github.com/rust-lang/crates.io-index"
 5636checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5637dependencies = [
 5638 "anstream",
 5639 "anstyle",
 5640 "env_filter",
 5641 "jiff",
 5642 "log",
 5643]
 5644
 5645[[package]]
 5646name = "env_var"
 5647version = "0.1.0"
 5648dependencies = [
 5649 "gpui_shared_string",
 5650]
 5651
 5652[[package]]
 5653name = "envy"
 5654version = "0.4.2"
 5655source = "registry+https://github.com/rust-lang/crates.io-index"
 5656checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5657dependencies = [
 5658 "serde",
 5659]
 5660
 5661[[package]]
 5662name = "equator"
 5663version = "0.4.2"
 5664source = "registry+https://github.com/rust-lang/crates.io-index"
 5665checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5666dependencies = [
 5667 "equator-macro",
 5668]
 5669
 5670[[package]]
 5671name = "equator-macro"
 5672version = "0.4.2"
 5673source = "registry+https://github.com/rust-lang/crates.io-index"
 5674checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5675dependencies = [
 5676 "proc-macro2",
 5677 "quote",
 5678 "syn 2.0.117",
 5679]
 5680
 5681[[package]]
 5682name = "equivalent"
 5683version = "1.0.2"
 5684source = "registry+https://github.com/rust-lang/crates.io-index"
 5685checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5686
 5687[[package]]
 5688name = "erased-serde"
 5689version = "0.4.9"
 5690source = "registry+https://github.com/rust-lang/crates.io-index"
 5691checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5692dependencies = [
 5693 "serde",
 5694 "serde_core",
 5695 "typeid",
 5696]
 5697
 5698[[package]]
 5699name = "errno"
 5700version = "0.2.8"
 5701source = "registry+https://github.com/rust-lang/crates.io-index"
 5702checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5703dependencies = [
 5704 "errno-dragonfly",
 5705 "libc",
 5706 "winapi",
 5707]
 5708
 5709[[package]]
 5710name = "errno"
 5711version = "0.3.14"
 5712source = "registry+https://github.com/rust-lang/crates.io-index"
 5713checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5714dependencies = [
 5715 "libc",
 5716 "windows-sys 0.61.2",
 5717]
 5718
 5719[[package]]
 5720name = "errno-dragonfly"
 5721version = "0.1.2"
 5722source = "registry+https://github.com/rust-lang/crates.io-index"
 5723checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5724dependencies = [
 5725 "cc",
 5726 "libc",
 5727]
 5728
 5729[[package]]
 5730name = "error-graph"
 5731version = "0.1.1"
 5732source = "registry+https://github.com/rust-lang/crates.io-index"
 5733checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5734dependencies = [
 5735 "serde",
 5736]
 5737
 5738[[package]]
 5739name = "etagere"
 5740version = "0.2.15"
 5741source = "registry+https://github.com/rust-lang/crates.io-index"
 5742checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5743dependencies = [
 5744 "euclid",
 5745 "svg_fmt",
 5746]
 5747
 5748[[package]]
 5749name = "etcetera"
 5750version = "0.8.0"
 5751source = "registry+https://github.com/rust-lang/crates.io-index"
 5752checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5753dependencies = [
 5754 "cfg-if",
 5755 "home",
 5756 "windows-sys 0.48.0",
 5757]
 5758
 5759[[package]]
 5760name = "etw_tracing"
 5761version = "0.1.0"
 5762dependencies = [
 5763 "anyhow",
 5764 "gpui",
 5765 "log",
 5766 "net",
 5767 "serde",
 5768 "serde_json",
 5769 "util",
 5770 "windows 0.61.3",
 5771 "windows-core 0.61.2",
 5772 "workspace",
 5773 "wprcontrol",
 5774]
 5775
 5776[[package]]
 5777name = "euclid"
 5778version = "0.22.11"
 5779source = "registry+https://github.com/rust-lang/crates.io-index"
 5780checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5781dependencies = [
 5782 "num-traits",
 5783]
 5784
 5785[[package]]
 5786name = "eval_cli"
 5787version = "0.1.0"
 5788dependencies = [
 5789 "acp_thread",
 5790 "agent",
 5791 "agent-client-protocol",
 5792 "agent_ui",
 5793 "anyhow",
 5794 "clap",
 5795 "client",
 5796 "ctrlc",
 5797 "db",
 5798 "debug_adapter_extension",
 5799 "env_logger 0.11.8",
 5800 "extension",
 5801 "feature_flags",
 5802 "fs",
 5803 "futures 0.3.32",
 5804 "gpui",
 5805 "gpui_platform",
 5806 "gpui_tokio",
 5807 "language",
 5808 "language_extension",
 5809 "language_model",
 5810 "language_models",
 5811 "languages",
 5812 "node_runtime",
 5813 "paths",
 5814 "project",
 5815 "prompt_store",
 5816 "release_channel",
 5817 "reqwest_client",
 5818 "serde",
 5819 "serde_json",
 5820 "settings",
 5821 "shellexpand 2.1.2",
 5822 "terminal_view",
 5823 "util",
 5824 "watch",
 5825]
 5826
 5827[[package]]
 5828name = "eval_utils"
 5829version = "0.1.0"
 5830dependencies = [
 5831 "gpui_platform",
 5832 "serde",
 5833 "smol",
 5834]
 5835
 5836[[package]]
 5837name = "event-listener"
 5838version = "2.5.3"
 5839source = "registry+https://github.com/rust-lang/crates.io-index"
 5840checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5841
 5842[[package]]
 5843name = "event-listener"
 5844version = "5.4.1"
 5845source = "registry+https://github.com/rust-lang/crates.io-index"
 5846checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5847dependencies = [
 5848 "concurrent-queue",
 5849 "parking",
 5850 "pin-project-lite",
 5851]
 5852
 5853[[package]]
 5854name = "event-listener-strategy"
 5855version = "0.5.4"
 5856source = "registry+https://github.com/rust-lang/crates.io-index"
 5857checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5858dependencies = [
 5859 "event-listener 5.4.1",
 5860 "pin-project-lite",
 5861]
 5862
 5863[[package]]
 5864name = "exec"
 5865version = "0.3.1"
 5866source = "registry+https://github.com/rust-lang/crates.io-index"
 5867checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5868dependencies = [
 5869 "errno 0.2.8",
 5870 "libc",
 5871]
 5872
 5873[[package]]
 5874name = "explorer_command_injector"
 5875version = "0.1.0"
 5876dependencies = [
 5877 "windows 0.61.3",
 5878 "windows-core 0.61.2",
 5879 "windows-registry 0.5.3",
 5880]
 5881
 5882[[package]]
 5883name = "exr"
 5884version = "1.73.0"
 5885source = "registry+https://github.com/rust-lang/crates.io-index"
 5886checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5887dependencies = [
 5888 "bit_field",
 5889 "half",
 5890 "lebe",
 5891 "miniz_oxide",
 5892 "rayon-core",
 5893 "smallvec",
 5894 "zune-inflate",
 5895]
 5896
 5897[[package]]
 5898name = "extended"
 5899version = "0.1.0"
 5900source = "registry+https://github.com/rust-lang/crates.io-index"
 5901checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5902
 5903[[package]]
 5904name = "extension"
 5905version = "0.1.0"
 5906dependencies = [
 5907 "anyhow",
 5908 "async-trait",
 5909 "cloud_api_types",
 5910 "collections",
 5911 "dap",
 5912 "fs",
 5913 "futures 0.3.32",
 5914 "gpui",
 5915 "heck 0.5.0",
 5916 "http_client",
 5917 "indoc",
 5918 "language",
 5919 "log",
 5920 "lsp",
 5921 "parking_lot",
 5922 "pretty_assertions",
 5923 "proto",
 5924 "semver",
 5925 "serde",
 5926 "serde_json",
 5927 "task",
 5928 "tempfile",
 5929 "toml 0.8.23",
 5930 "tracing",
 5931 "url",
 5932 "util",
 5933 "wasm-encoder 0.221.3",
 5934 "wasmparser 0.221.3",
 5935 "ztracing",
 5936]
 5937
 5938[[package]]
 5939name = "extension_cli"
 5940version = "0.1.0"
 5941dependencies = [
 5942 "anyhow",
 5943 "clap",
 5944 "cloud_api_types",
 5945 "env_logger 0.11.8",
 5946 "extension",
 5947 "fs",
 5948 "gpui_platform",
 5949 "language",
 5950 "log",
 5951 "reqwest_client",
 5952 "serde",
 5953 "serde_json",
 5954 "serde_json_lenient",
 5955 "settings_content",
 5956 "snippet_provider",
 5957 "task",
 5958 "theme_settings",
 5959 "tokio",
 5960 "toml 0.8.23",
 5961 "tree-sitter",
 5962 "wasmtime",
 5963]
 5964
 5965[[package]]
 5966name = "extension_host"
 5967version = "0.1.0"
 5968dependencies = [
 5969 "anyhow",
 5970 "async-compression",
 5971 "async-tar",
 5972 "async-trait",
 5973 "client",
 5974 "cloud_api_types",
 5975 "collections",
 5976 "criterion",
 5977 "ctor",
 5978 "dap",
 5979 "extension",
 5980 "fs",
 5981 "futures 0.3.32",
 5982 "gpui",
 5983 "gpui_tokio",
 5984 "http_client",
 5985 "language",
 5986 "language_extension",
 5987 "log",
 5988 "lsp",
 5989 "moka",
 5990 "node_runtime",
 5991 "parking_lot",
 5992 "paths",
 5993 "project",
 5994 "release_channel",
 5995 "remote",
 5996 "reqwest_client",
 5997 "semver",
 5998 "serde",
 5999 "serde_json",
 6000 "serde_json_lenient",
 6001 "settings",
 6002 "task",
 6003 "telemetry",
 6004 "tempfile",
 6005 "theme",
 6006 "theme_extension",
 6007 "theme_settings",
 6008 "toml 0.8.23",
 6009 "tracing",
 6010 "url",
 6011 "util",
 6012 "wasmparser 0.221.3",
 6013 "wasmtime",
 6014 "wasmtime-wasi",
 6015 "zlog",
 6016 "ztracing",
 6017]
 6018
 6019[[package]]
 6020name = "extensions_ui"
 6021version = "0.1.0"
 6022dependencies = [
 6023 "anyhow",
 6024 "client",
 6025 "cloud_api_types",
 6026 "collections",
 6027 "db",
 6028 "editor",
 6029 "extension",
 6030 "extension_host",
 6031 "fs",
 6032 "fuzzy",
 6033 "gpui",
 6034 "language",
 6035 "log",
 6036 "num-format",
 6037 "picker",
 6038 "project",
 6039 "release_channel",
 6040 "semver",
 6041 "serde",
 6042 "settings",
 6043 "smallvec",
 6044 "strum 0.27.2",
 6045 "telemetry",
 6046 "theme_settings",
 6047 "ui",
 6048 "util",
 6049 "vim_mode_setting",
 6050 "workspace",
 6051 "zed_actions",
 6052]
 6053
 6054[[package]]
 6055name = "failspot"
 6056version = "0.2.0"
 6057source = "registry+https://github.com/rust-lang/crates.io-index"
 6058checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6059
 6060[[package]]
 6061name = "fallible-iterator"
 6062version = "0.3.0"
 6063source = "registry+https://github.com/rust-lang/crates.io-index"
 6064checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6065
 6066[[package]]
 6067name = "fancy-regex"
 6068version = "0.16.2"
 6069source = "registry+https://github.com/rust-lang/crates.io-index"
 6070checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6071dependencies = [
 6072 "bit-set 0.8.0",
 6073 "regex-automata",
 6074 "regex-syntax",
 6075]
 6076
 6077[[package]]
 6078name = "fancy-regex"
 6079version = "0.17.0"
 6080source = "registry+https://github.com/rust-lang/crates.io-index"
 6081checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6082dependencies = [
 6083 "bit-set 0.8.0",
 6084 "regex-automata",
 6085 "regex-syntax",
 6086]
 6087
 6088[[package]]
 6089name = "fast-srgb8"
 6090version = "1.0.0"
 6091source = "registry+https://github.com/rust-lang/crates.io-index"
 6092checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6093
 6094[[package]]
 6095name = "fastrand"
 6096version = "1.9.0"
 6097source = "registry+https://github.com/rust-lang/crates.io-index"
 6098checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6099dependencies = [
 6100 "instant",
 6101]
 6102
 6103[[package]]
 6104name = "fastrand"
 6105version = "2.3.0"
 6106source = "registry+https://github.com/rust-lang/crates.io-index"
 6107checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6108
 6109[[package]]
 6110name = "fax"
 6111version = "0.2.6"
 6112source = "registry+https://github.com/rust-lang/crates.io-index"
 6113checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6114dependencies = [
 6115 "fax_derive",
 6116]
 6117
 6118[[package]]
 6119name = "fax_derive"
 6120version = "0.2.0"
 6121source = "registry+https://github.com/rust-lang/crates.io-index"
 6122checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6123dependencies = [
 6124 "proc-macro2",
 6125 "quote",
 6126 "syn 2.0.117",
 6127]
 6128
 6129[[package]]
 6130name = "fd-lock"
 6131version = "4.0.4"
 6132source = "registry+https://github.com/rust-lang/crates.io-index"
 6133checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6134dependencies = [
 6135 "cfg-if",
 6136 "rustix 1.1.2",
 6137 "windows-sys 0.59.0",
 6138]
 6139
 6140[[package]]
 6141name = "fdeflate"
 6142version = "0.3.7"
 6143source = "registry+https://github.com/rust-lang/crates.io-index"
 6144checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6145dependencies = [
 6146 "simd-adler32",
 6147]
 6148
 6149[[package]]
 6150name = "feature_flags"
 6151version = "0.1.0"
 6152dependencies = [
 6153 "gpui",
 6154]
 6155
 6156[[package]]
 6157name = "feedback"
 6158version = "0.1.0"
 6159dependencies = [
 6160 "gpui",
 6161 "system_specs",
 6162 "urlencoding",
 6163 "util",
 6164 "workspace",
 6165 "zed_actions",
 6166]
 6167
 6168[[package]]
 6169name = "ff"
 6170version = "0.12.1"
 6171source = "registry+https://github.com/rust-lang/crates.io-index"
 6172checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6173dependencies = [
 6174 "rand_core 0.6.4",
 6175 "subtle",
 6176]
 6177
 6178[[package]]
 6179name = "file_finder"
 6180version = "0.1.0"
 6181dependencies = [
 6182 "anyhow",
 6183 "channel",
 6184 "client",
 6185 "collections",
 6186 "ctor",
 6187 "editor",
 6188 "file_icons",
 6189 "futures 0.3.32",
 6190 "fuzzy",
 6191 "fuzzy_nucleo",
 6192 "gpui",
 6193 "menu",
 6194 "open_path_prompt",
 6195 "picker",
 6196 "pretty_assertions",
 6197 "project",
 6198 "project_panel",
 6199 "remote_connection",
 6200 "serde",
 6201 "serde_json",
 6202 "settings",
 6203 "theme",
 6204 "theme_settings",
 6205 "ui",
 6206 "util",
 6207 "workspace",
 6208 "zed_actions",
 6209 "zlog",
 6210]
 6211
 6212[[package]]
 6213name = "file_icons"
 6214version = "0.1.0"
 6215dependencies = [
 6216 "gpui",
 6217 "serde",
 6218 "theme",
 6219 "util",
 6220]
 6221
 6222[[package]]
 6223name = "filedescriptor"
 6224version = "0.8.3"
 6225source = "registry+https://github.com/rust-lang/crates.io-index"
 6226checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6227dependencies = [
 6228 "libc",
 6229 "thiserror 1.0.69",
 6230 "winapi",
 6231]
 6232
 6233[[package]]
 6234name = "filetime"
 6235version = "0.2.26"
 6236source = "registry+https://github.com/rust-lang/crates.io-index"
 6237checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6238dependencies = [
 6239 "cfg-if",
 6240 "libc",
 6241 "libredox",
 6242 "windows-sys 0.60.2",
 6243]
 6244
 6245[[package]]
 6246name = "find-msvc-tools"
 6247version = "0.1.5"
 6248source = "registry+https://github.com/rust-lang/crates.io-index"
 6249checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6250
 6251[[package]]
 6252name = "fixedbitset"
 6253version = "0.4.2"
 6254source = "registry+https://github.com/rust-lang/crates.io-index"
 6255checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6256
 6257[[package]]
 6258name = "fixedbitset"
 6259version = "0.5.7"
 6260source = "registry+https://github.com/rust-lang/crates.io-index"
 6261checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6262
 6263[[package]]
 6264name = "flate2"
 6265version = "1.1.8"
 6266source = "registry+https://github.com/rust-lang/crates.io-index"
 6267checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6268dependencies = [
 6269 "crc32fast",
 6270 "miniz_oxide",
 6271]
 6272
 6273[[package]]
 6274name = "float-cmp"
 6275version = "0.9.0"
 6276source = "registry+https://github.com/rust-lang/crates.io-index"
 6277checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6278
 6279[[package]]
 6280name = "float-ord"
 6281version = "0.3.2"
 6282source = "registry+https://github.com/rust-lang/crates.io-index"
 6283checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6284
 6285[[package]]
 6286name = "float8"
 6287version = "0.4.2"
 6288source = "registry+https://github.com/rust-lang/crates.io-index"
 6289checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6290dependencies = [
 6291 "half",
 6292 "num-traits",
 6293 "rand 0.9.2",
 6294 "rand_distr",
 6295]
 6296
 6297[[package]]
 6298name = "float_next_after"
 6299version = "1.0.0"
 6300source = "registry+https://github.com/rust-lang/crates.io-index"
 6301checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6302
 6303[[package]]
 6304name = "fluent-uri"
 6305version = "0.4.1"
 6306source = "registry+https://github.com/rust-lang/crates.io-index"
 6307checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6308dependencies = [
 6309 "borrow-or-share",
 6310 "ref-cast",
 6311 "serde",
 6312]
 6313
 6314[[package]]
 6315name = "flume"
 6316version = "0.11.1"
 6317source = "registry+https://github.com/rust-lang/crates.io-index"
 6318checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6319dependencies = [
 6320 "futures-core",
 6321 "futures-sink",
 6322 "nanorand",
 6323 "spin 0.9.8",
 6324]
 6325
 6326[[package]]
 6327name = "fnv"
 6328version = "1.0.7"
 6329source = "registry+https://github.com/rust-lang/crates.io-index"
 6330checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6331
 6332[[package]]
 6333name = "foldhash"
 6334version = "0.1.5"
 6335source = "registry+https://github.com/rust-lang/crates.io-index"
 6336checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6337
 6338[[package]]
 6339name = "foldhash"
 6340version = "0.2.0"
 6341source = "registry+https://github.com/rust-lang/crates.io-index"
 6342checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6343
 6344[[package]]
 6345name = "font-types"
 6346version = "0.10.0"
 6347source = "registry+https://github.com/rust-lang/crates.io-index"
 6348checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6349dependencies = [
 6350 "bytemuck",
 6351]
 6352
 6353[[package]]
 6354name = "font-types"
 6355version = "0.11.0"
 6356source = "registry+https://github.com/rust-lang/crates.io-index"
 6357checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6358dependencies = [
 6359 "bytemuck",
 6360]
 6361
 6362[[package]]
 6363name = "fontconfig-parser"
 6364version = "0.5.8"
 6365source = "registry+https://github.com/rust-lang/crates.io-index"
 6366checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6367dependencies = [
 6368 "roxmltree",
 6369]
 6370
 6371[[package]]
 6372name = "fontdb"
 6373version = "0.16.2"
 6374source = "registry+https://github.com/rust-lang/crates.io-index"
 6375checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6376dependencies = [
 6377 "fontconfig-parser",
 6378 "log",
 6379 "memmap2",
 6380 "slotmap",
 6381 "tinyvec",
 6382 "ttf-parser 0.20.0",
 6383]
 6384
 6385[[package]]
 6386name = "fontdb"
 6387version = "0.23.0"
 6388source = "registry+https://github.com/rust-lang/crates.io-index"
 6389checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6390dependencies = [
 6391 "fontconfig-parser",
 6392 "log",
 6393 "memmap2",
 6394 "slotmap",
 6395 "tinyvec",
 6396 "ttf-parser 0.25.1",
 6397]
 6398
 6399[[package]]
 6400name = "foreign-types"
 6401version = "0.3.2"
 6402source = "registry+https://github.com/rust-lang/crates.io-index"
 6403checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6404dependencies = [
 6405 "foreign-types-shared 0.1.1",
 6406]
 6407
 6408[[package]]
 6409name = "foreign-types"
 6410version = "0.5.0"
 6411source = "registry+https://github.com/rust-lang/crates.io-index"
 6412checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6413dependencies = [
 6414 "foreign-types-macros",
 6415 "foreign-types-shared 0.3.1",
 6416]
 6417
 6418[[package]]
 6419name = "foreign-types-macros"
 6420version = "0.2.3"
 6421source = "registry+https://github.com/rust-lang/crates.io-index"
 6422checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6423dependencies = [
 6424 "proc-macro2",
 6425 "quote",
 6426 "syn 2.0.117",
 6427]
 6428
 6429[[package]]
 6430name = "foreign-types-shared"
 6431version = "0.1.1"
 6432source = "registry+https://github.com/rust-lang/crates.io-index"
 6433checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6434
 6435[[package]]
 6436name = "foreign-types-shared"
 6437version = "0.3.1"
 6438source = "registry+https://github.com/rust-lang/crates.io-index"
 6439checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6440
 6441[[package]]
 6442name = "fork"
 6443version = "0.4.0"
 6444source = "registry+https://github.com/rust-lang/crates.io-index"
 6445checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6446dependencies = [
 6447 "libc",
 6448]
 6449
 6450[[package]]
 6451name = "form_urlencoded"
 6452version = "1.2.2"
 6453source = "registry+https://github.com/rust-lang/crates.io-index"
 6454checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6455dependencies = [
 6456 "percent-encoding",
 6457]
 6458
 6459[[package]]
 6460name = "fraction"
 6461version = "0.15.3"
 6462source = "registry+https://github.com/rust-lang/crates.io-index"
 6463checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6464dependencies = [
 6465 "lazy_static",
 6466 "num",
 6467]
 6468
 6469[[package]]
 6470name = "freetype-sys"
 6471version = "0.20.1"
 6472source = "registry+https://github.com/rust-lang/crates.io-index"
 6473checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6474dependencies = [
 6475 "cc",
 6476 "libc",
 6477 "pkg-config",
 6478]
 6479
 6480[[package]]
 6481name = "fs"
 6482version = "0.1.0"
 6483dependencies = [
 6484 "anyhow",
 6485 "ashpd",
 6486 "async-tar",
 6487 "async-trait",
 6488 "cocoa 0.26.0",
 6489 "collections",
 6490 "dunce",
 6491 "fs",
 6492 "futures 0.3.32",
 6493 "git",
 6494 "gpui",
 6495 "ignore",
 6496 "is_executable",
 6497 "libc",
 6498 "log",
 6499 "notify 8.2.0",
 6500 "objc",
 6501 "parking_lot",
 6502 "paths",
 6503 "proto",
 6504 "rope",
 6505 "serde",
 6506 "serde_json",
 6507 "smol",
 6508 "tempfile",
 6509 "text",
 6510 "time",
 6511 "util",
 6512 "windows 0.61.3",
 6513]
 6514
 6515[[package]]
 6516name = "fs-set-times"
 6517version = "0.20.3"
 6518source = "registry+https://github.com/rust-lang/crates.io-index"
 6519checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6520dependencies = [
 6521 "io-lifetimes",
 6522 "rustix 1.1.2",
 6523 "windows-sys 0.59.0",
 6524]
 6525
 6526[[package]]
 6527name = "fs2"
 6528version = "0.4.3"
 6529source = "registry+https://github.com/rust-lang/crates.io-index"
 6530checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6531dependencies = [
 6532 "libc",
 6533 "winapi",
 6534]
 6535
 6536[[package]]
 6537name = "fs_benchmarks"
 6538version = "0.1.0"
 6539dependencies = [
 6540 "fs",
 6541 "gpui",
 6542 "gpui_platform",
 6543]
 6544
 6545[[package]]
 6546name = "fs_extra"
 6547version = "1.3.0"
 6548source = "registry+https://github.com/rust-lang/crates.io-index"
 6549checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6550
 6551[[package]]
 6552name = "fsevent-sys"
 6553version = "4.1.0"
 6554source = "registry+https://github.com/rust-lang/crates.io-index"
 6555checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6556dependencies = [
 6557 "libc",
 6558]
 6559
 6560[[package]]
 6561name = "fuchsia-cprng"
 6562version = "0.1.1"
 6563source = "registry+https://github.com/rust-lang/crates.io-index"
 6564checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6565
 6566[[package]]
 6567name = "funty"
 6568version = "2.0.0"
 6569source = "registry+https://github.com/rust-lang/crates.io-index"
 6570checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6571
 6572[[package]]
 6573name = "futf"
 6574version = "0.1.5"
 6575source = "registry+https://github.com/rust-lang/crates.io-index"
 6576checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6577dependencies = [
 6578 "mac",
 6579 "new_debug_unreachable",
 6580]
 6581
 6582[[package]]
 6583name = "futures"
 6584version = "0.1.31"
 6585source = "registry+https://github.com/rust-lang/crates.io-index"
 6586checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6587
 6588[[package]]
 6589name = "futures"
 6590version = "0.3.32"
 6591source = "registry+https://github.com/rust-lang/crates.io-index"
 6592checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6593dependencies = [
 6594 "futures-channel",
 6595 "futures-core",
 6596 "futures-executor",
 6597 "futures-io",
 6598 "futures-sink",
 6599 "futures-task",
 6600 "futures-util",
 6601]
 6602
 6603[[package]]
 6604name = "futures-channel"
 6605version = "0.3.32"
 6606source = "registry+https://github.com/rust-lang/crates.io-index"
 6607checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6608dependencies = [
 6609 "futures-core",
 6610 "futures-sink",
 6611]
 6612
 6613[[package]]
 6614name = "futures-concurrency"
 6615version = "7.7.1"
 6616source = "registry+https://github.com/rust-lang/crates.io-index"
 6617checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6618dependencies = [
 6619 "fixedbitset 0.5.7",
 6620 "futures-core",
 6621 "futures-lite 2.6.1",
 6622 "pin-project",
 6623 "smallvec",
 6624]
 6625
 6626[[package]]
 6627name = "futures-core"
 6628version = "0.3.32"
 6629source = "registry+https://github.com/rust-lang/crates.io-index"
 6630checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6631
 6632[[package]]
 6633name = "futures-executor"
 6634version = "0.3.32"
 6635source = "registry+https://github.com/rust-lang/crates.io-index"
 6636checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6637dependencies = [
 6638 "futures-core",
 6639 "futures-task",
 6640 "futures-util",
 6641]
 6642
 6643[[package]]
 6644name = "futures-intrusive"
 6645version = "0.5.0"
 6646source = "registry+https://github.com/rust-lang/crates.io-index"
 6647checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6648dependencies = [
 6649 "futures-core",
 6650 "lock_api",
 6651 "parking_lot",
 6652]
 6653
 6654[[package]]
 6655name = "futures-io"
 6656version = "0.3.32"
 6657source = "registry+https://github.com/rust-lang/crates.io-index"
 6658checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6659
 6660[[package]]
 6661name = "futures-lite"
 6662version = "1.13.0"
 6663source = "registry+https://github.com/rust-lang/crates.io-index"
 6664checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6665dependencies = [
 6666 "fastrand 1.9.0",
 6667 "futures-core",
 6668 "futures-io",
 6669 "memchr",
 6670 "parking",
 6671 "pin-project-lite",
 6672 "waker-fn",
 6673]
 6674
 6675[[package]]
 6676name = "futures-lite"
 6677version = "2.6.1"
 6678source = "registry+https://github.com/rust-lang/crates.io-index"
 6679checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6680dependencies = [
 6681 "fastrand 2.3.0",
 6682 "futures-core",
 6683 "futures-io",
 6684 "parking",
 6685 "pin-project-lite",
 6686]
 6687
 6688[[package]]
 6689name = "futures-macro"
 6690version = "0.3.32"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6693dependencies = [
 6694 "proc-macro2",
 6695 "quote",
 6696 "syn 2.0.117",
 6697]
 6698
 6699[[package]]
 6700name = "futures-sink"
 6701version = "0.3.32"
 6702source = "registry+https://github.com/rust-lang/crates.io-index"
 6703checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6704
 6705[[package]]
 6706name = "futures-task"
 6707version = "0.3.32"
 6708source = "registry+https://github.com/rust-lang/crates.io-index"
 6709checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6710
 6711[[package]]
 6712name = "futures-util"
 6713version = "0.3.32"
 6714source = "registry+https://github.com/rust-lang/crates.io-index"
 6715checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6716dependencies = [
 6717 "futures 0.1.31",
 6718 "futures-channel",
 6719 "futures-core",
 6720 "futures-io",
 6721 "futures-macro",
 6722 "futures-sink",
 6723 "futures-task",
 6724 "libc",
 6725 "memchr",
 6726 "pin-project-lite",
 6727 "slab",
 6728 "tokio-io",
 6729]
 6730
 6731[[package]]
 6732name = "fuzzy"
 6733version = "0.1.0"
 6734dependencies = [
 6735 "gpui",
 6736 "log",
 6737 "util",
 6738]
 6739
 6740[[package]]
 6741name = "fuzzy-matcher"
 6742version = "0.3.7"
 6743source = "registry+https://github.com/rust-lang/crates.io-index"
 6744checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6745dependencies = [
 6746 "thread_local",
 6747]
 6748
 6749[[package]]
 6750name = "fuzzy_nucleo"
 6751version = "0.1.0"
 6752dependencies = [
 6753 "gpui",
 6754 "nucleo",
 6755 "util",
 6756]
 6757
 6758[[package]]
 6759name = "gaoya"
 6760version = "0.2.0"
 6761source = "registry+https://github.com/rust-lang/crates.io-index"
 6762checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6763dependencies = [
 6764 "ahash 0.8.12",
 6765 "crossbeam-utils",
 6766 "fnv",
 6767 "itertools 0.10.5",
 6768 "num-traits",
 6769 "rand 0.8.5",
 6770 "rand_pcg",
 6771 "random_choice",
 6772 "rayon",
 6773 "seahash",
 6774 "sha-1",
 6775 "shingles",
 6776 "siphasher 0.3.11",
 6777 "smallvec",
 6778 "triomphe",
 6779]
 6780
 6781[[package]]
 6782name = "gemm"
 6783version = "0.17.1"
 6784source = "registry+https://github.com/rust-lang/crates.io-index"
 6785checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6786dependencies = [
 6787 "dyn-stack 0.10.0",
 6788 "gemm-c32 0.17.1",
 6789 "gemm-c64 0.17.1",
 6790 "gemm-common 0.17.1",
 6791 "gemm-f16 0.17.1",
 6792 "gemm-f32 0.17.1",
 6793 "gemm-f64 0.17.1",
 6794 "num-complex",
 6795 "num-traits",
 6796 "paste",
 6797 "raw-cpuid 10.7.0",
 6798 "seq-macro",
 6799]
 6800
 6801[[package]]
 6802name = "gemm"
 6803version = "0.18.2"
 6804source = "registry+https://github.com/rust-lang/crates.io-index"
 6805checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6806dependencies = [
 6807 "dyn-stack 0.13.2",
 6808 "gemm-c32 0.18.2",
 6809 "gemm-c64 0.18.2",
 6810 "gemm-common 0.18.2",
 6811 "gemm-f16 0.18.2",
 6812 "gemm-f32 0.18.2",
 6813 "gemm-f64 0.18.2",
 6814 "num-complex",
 6815 "num-traits",
 6816 "paste",
 6817 "raw-cpuid 11.6.0",
 6818 "seq-macro",
 6819]
 6820
 6821[[package]]
 6822name = "gemm-c32"
 6823version = "0.17.1"
 6824source = "registry+https://github.com/rust-lang/crates.io-index"
 6825checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6826dependencies = [
 6827 "dyn-stack 0.10.0",
 6828 "gemm-common 0.17.1",
 6829 "num-complex",
 6830 "num-traits",
 6831 "paste",
 6832 "raw-cpuid 10.7.0",
 6833 "seq-macro",
 6834]
 6835
 6836[[package]]
 6837name = "gemm-c32"
 6838version = "0.18.2"
 6839source = "registry+https://github.com/rust-lang/crates.io-index"
 6840checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6841dependencies = [
 6842 "dyn-stack 0.13.2",
 6843 "gemm-common 0.18.2",
 6844 "num-complex",
 6845 "num-traits",
 6846 "paste",
 6847 "raw-cpuid 11.6.0",
 6848 "seq-macro",
 6849]
 6850
 6851[[package]]
 6852name = "gemm-c64"
 6853version = "0.17.1"
 6854source = "registry+https://github.com/rust-lang/crates.io-index"
 6855checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6856dependencies = [
 6857 "dyn-stack 0.10.0",
 6858 "gemm-common 0.17.1",
 6859 "num-complex",
 6860 "num-traits",
 6861 "paste",
 6862 "raw-cpuid 10.7.0",
 6863 "seq-macro",
 6864]
 6865
 6866[[package]]
 6867name = "gemm-c64"
 6868version = "0.18.2"
 6869source = "registry+https://github.com/rust-lang/crates.io-index"
 6870checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6871dependencies = [
 6872 "dyn-stack 0.13.2",
 6873 "gemm-common 0.18.2",
 6874 "num-complex",
 6875 "num-traits",
 6876 "paste",
 6877 "raw-cpuid 11.6.0",
 6878 "seq-macro",
 6879]
 6880
 6881[[package]]
 6882name = "gemm-common"
 6883version = "0.17.1"
 6884source = "registry+https://github.com/rust-lang/crates.io-index"
 6885checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6886dependencies = [
 6887 "bytemuck",
 6888 "dyn-stack 0.10.0",
 6889 "half",
 6890 "num-complex",
 6891 "num-traits",
 6892 "once_cell",
 6893 "paste",
 6894 "pulp 0.18.22",
 6895 "raw-cpuid 10.7.0",
 6896 "rayon",
 6897 "seq-macro",
 6898 "sysctl 0.5.5",
 6899]
 6900
 6901[[package]]
 6902name = "gemm-common"
 6903version = "0.18.2"
 6904source = "registry+https://github.com/rust-lang/crates.io-index"
 6905checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6906dependencies = [
 6907 "bytemuck",
 6908 "dyn-stack 0.13.2",
 6909 "half",
 6910 "libm",
 6911 "num-complex",
 6912 "num-traits",
 6913 "once_cell",
 6914 "paste",
 6915 "pulp 0.21.5",
 6916 "raw-cpuid 11.6.0",
 6917 "rayon",
 6918 "seq-macro",
 6919 "sysctl 0.6.0",
 6920]
 6921
 6922[[package]]
 6923name = "gemm-f16"
 6924version = "0.17.1"
 6925source = "registry+https://github.com/rust-lang/crates.io-index"
 6926checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6927dependencies = [
 6928 "dyn-stack 0.10.0",
 6929 "gemm-common 0.17.1",
 6930 "gemm-f32 0.17.1",
 6931 "half",
 6932 "num-complex",
 6933 "num-traits",
 6934 "paste",
 6935 "raw-cpuid 10.7.0",
 6936 "rayon",
 6937 "seq-macro",
 6938]
 6939
 6940[[package]]
 6941name = "gemm-f16"
 6942version = "0.18.2"
 6943source = "registry+https://github.com/rust-lang/crates.io-index"
 6944checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6945dependencies = [
 6946 "dyn-stack 0.13.2",
 6947 "gemm-common 0.18.2",
 6948 "gemm-f32 0.18.2",
 6949 "half",
 6950 "num-complex",
 6951 "num-traits",
 6952 "paste",
 6953 "raw-cpuid 11.6.0",
 6954 "rayon",
 6955 "seq-macro",
 6956]
 6957
 6958[[package]]
 6959name = "gemm-f32"
 6960version = "0.17.1"
 6961source = "registry+https://github.com/rust-lang/crates.io-index"
 6962checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6963dependencies = [
 6964 "dyn-stack 0.10.0",
 6965 "gemm-common 0.17.1",
 6966 "num-complex",
 6967 "num-traits",
 6968 "paste",
 6969 "raw-cpuid 10.7.0",
 6970 "seq-macro",
 6971]
 6972
 6973[[package]]
 6974name = "gemm-f32"
 6975version = "0.18.2"
 6976source = "registry+https://github.com/rust-lang/crates.io-index"
 6977checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6978dependencies = [
 6979 "dyn-stack 0.13.2",
 6980 "gemm-common 0.18.2",
 6981 "num-complex",
 6982 "num-traits",
 6983 "paste",
 6984 "raw-cpuid 11.6.0",
 6985 "seq-macro",
 6986]
 6987
 6988[[package]]
 6989name = "gemm-f64"
 6990version = "0.17.1"
 6991source = "registry+https://github.com/rust-lang/crates.io-index"
 6992checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6993dependencies = [
 6994 "dyn-stack 0.10.0",
 6995 "gemm-common 0.17.1",
 6996 "num-complex",
 6997 "num-traits",
 6998 "paste",
 6999 "raw-cpuid 10.7.0",
 7000 "seq-macro",
 7001]
 7002
 7003[[package]]
 7004name = "gemm-f64"
 7005version = "0.18.2"
 7006source = "registry+https://github.com/rust-lang/crates.io-index"
 7007checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7008dependencies = [
 7009 "dyn-stack 0.13.2",
 7010 "gemm-common 0.18.2",
 7011 "num-complex",
 7012 "num-traits",
 7013 "paste",
 7014 "raw-cpuid 11.6.0",
 7015 "seq-macro",
 7016]
 7017
 7018[[package]]
 7019name = "generator"
 7020version = "0.8.7"
 7021source = "registry+https://github.com/rust-lang/crates.io-index"
 7022checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7023dependencies = [
 7024 "cc",
 7025 "cfg-if",
 7026 "libc",
 7027 "log",
 7028 "rustversion",
 7029 "windows 0.61.3",
 7030]
 7031
 7032[[package]]
 7033name = "generic-array"
 7034version = "0.14.7"
 7035source = "registry+https://github.com/rust-lang/crates.io-index"
 7036checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7037dependencies = [
 7038 "typenum",
 7039 "version_check",
 7040]
 7041
 7042[[package]]
 7043name = "gethostname"
 7044version = "1.1.0"
 7045source = "registry+https://github.com/rust-lang/crates.io-index"
 7046checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7047dependencies = [
 7048 "rustix 1.1.2",
 7049 "windows-link 0.2.1",
 7050]
 7051
 7052[[package]]
 7053name = "getrandom"
 7054version = "0.2.16"
 7055source = "registry+https://github.com/rust-lang/crates.io-index"
 7056checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7057dependencies = [
 7058 "cfg-if",
 7059 "js-sys",
 7060 "libc",
 7061 "wasi",
 7062 "wasm-bindgen",
 7063]
 7064
 7065[[package]]
 7066name = "getrandom"
 7067version = "0.3.4"
 7068source = "registry+https://github.com/rust-lang/crates.io-index"
 7069checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7070dependencies = [
 7071 "cfg-if",
 7072 "js-sys",
 7073 "libc",
 7074 "r-efi",
 7075 "wasip2",
 7076 "wasm-bindgen",
 7077]
 7078
 7079[[package]]
 7080name = "getrandom"
 7081version = "0.4.1"
 7082source = "registry+https://github.com/rust-lang/crates.io-index"
 7083checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7084dependencies = [
 7085 "cfg-if",
 7086 "libc",
 7087 "r-efi",
 7088 "wasip2",
 7089 "wasip3",
 7090]
 7091
 7092[[package]]
 7093name = "gh-workflow"
 7094version = "0.8.0"
 7095source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7096dependencies = [
 7097 "async-trait",
 7098 "derive_more",
 7099 "derive_setters",
 7100 "gh-workflow-macros",
 7101 "indexmap",
 7102 "merge",
 7103 "serde",
 7104 "serde_json",
 7105 "serde_yaml",
 7106 "strum_macros 0.27.2",
 7107]
 7108
 7109[[package]]
 7110name = "gh-workflow-macros"
 7111version = "0.8.0"
 7112source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7113dependencies = [
 7114 "heck 0.5.0",
 7115 "quote",
 7116 "syn 2.0.117",
 7117]
 7118
 7119[[package]]
 7120name = "gif"
 7121version = "0.13.3"
 7122source = "registry+https://github.com/rust-lang/crates.io-index"
 7123checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7124dependencies = [
 7125 "color_quant",
 7126 "weezl",
 7127]
 7128
 7129[[package]]
 7130name = "gimli"
 7131version = "0.32.3"
 7132source = "registry+https://github.com/rust-lang/crates.io-index"
 7133checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7134dependencies = [
 7135 "fallible-iterator",
 7136 "indexmap",
 7137 "stable_deref_trait",
 7138]
 7139
 7140[[package]]
 7141name = "gio-sys"
 7142version = "0.21.5"
 7143source = "registry+https://github.com/rust-lang/crates.io-index"
 7144checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7145dependencies = [
 7146 "glib-sys",
 7147 "gobject-sys",
 7148 "libc",
 7149 "system-deps 7.0.7",
 7150 "windows-sys 0.61.2",
 7151]
 7152
 7153[[package]]
 7154name = "git"
 7155version = "0.1.0"
 7156dependencies = [
 7157 "anyhow",
 7158 "askpass",
 7159 "async-trait",
 7160 "collections",
 7161 "derive_more",
 7162 "futures 0.3.32",
 7163 "git2",
 7164 "gpui",
 7165 "http_client",
 7166 "itertools 0.14.0",
 7167 "log",
 7168 "parking_lot",
 7169 "pretty_assertions",
 7170 "rand 0.9.2",
 7171 "regex",
 7172 "rope",
 7173 "schemars",
 7174 "serde",
 7175 "serde_json",
 7176 "smallvec",
 7177 "smol",
 7178 "sum_tree",
 7179 "tempfile",
 7180 "text",
 7181 "thiserror 2.0.17",
 7182 "time",
 7183 "url",
 7184 "urlencoding",
 7185 "util",
 7186 "uuid",
 7187 "ztracing",
 7188]
 7189
 7190[[package]]
 7191name = "git2"
 7192version = "0.20.4"
 7193source = "registry+https://github.com/rust-lang/crates.io-index"
 7194checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7195dependencies = [
 7196 "bitflags 2.10.0",
 7197 "libc",
 7198 "libgit2-sys",
 7199 "log",
 7200 "url",
 7201]
 7202
 7203[[package]]
 7204name = "git_graph"
 7205version = "0.1.0"
 7206dependencies = [
 7207 "anyhow",
 7208 "collections",
 7209 "db",
 7210 "editor",
 7211 "fs",
 7212 "git",
 7213 "git_ui",
 7214 "gpui",
 7215 "language",
 7216 "menu",
 7217 "project",
 7218 "rand 0.9.2",
 7219 "remote_connection",
 7220 "search",
 7221 "serde_json",
 7222 "settings",
 7223 "smallvec",
 7224 "smol",
 7225 "theme",
 7226 "theme_settings",
 7227 "time",
 7228 "ui",
 7229 "workspace",
 7230]
 7231
 7232[[package]]
 7233name = "git_hosting_providers"
 7234version = "0.1.0"
 7235dependencies = [
 7236 "anyhow",
 7237 "async-trait",
 7238 "futures 0.3.32",
 7239 "git",
 7240 "gpui",
 7241 "http_client",
 7242 "indoc",
 7243 "itertools 0.14.0",
 7244 "pretty_assertions",
 7245 "regex",
 7246 "serde",
 7247 "serde_json",
 7248 "settings",
 7249 "url",
 7250 "urlencoding",
 7251 "util",
 7252]
 7253
 7254[[package]]
 7255name = "git_ui"
 7256version = "0.1.0"
 7257dependencies = [
 7258 "agent_settings",
 7259 "anyhow",
 7260 "askpass",
 7261 "buffer_diff",
 7262 "call",
 7263 "collections",
 7264 "component",
 7265 "ctor",
 7266 "db",
 7267 "editor",
 7268 "file_icons",
 7269 "futures 0.3.32",
 7270 "fuzzy",
 7271 "git",
 7272 "gpui",
 7273 "indoc",
 7274 "itertools 0.14.0",
 7275 "language",
 7276 "language_model",
 7277 "linkify",
 7278 "log",
 7279 "markdown",
 7280 "menu",
 7281 "multi_buffer",
 7282 "notifications",
 7283 "panel",
 7284 "picker",
 7285 "pretty_assertions",
 7286 "project",
 7287 "prompt_store",
 7288 "proto",
 7289 "rand 0.9.2",
 7290 "remote",
 7291 "remote_connection",
 7292 "schemars",
 7293 "serde",
 7294 "serde_json",
 7295 "settings",
 7296 "smallvec",
 7297 "smol",
 7298 "strum 0.27.2",
 7299 "telemetry",
 7300 "theme",
 7301 "theme_settings",
 7302 "time",
 7303 "time_format",
 7304 "tracing",
 7305 "ui",
 7306 "ui_input",
 7307 "unindent",
 7308 "util",
 7309 "watch",
 7310 "windows 0.61.3",
 7311 "workspace",
 7312 "zed_actions",
 7313 "zeroize",
 7314 "zlog",
 7315 "ztracing",
 7316]
 7317
 7318[[package]]
 7319name = "gl_generator"
 7320version = "0.14.0"
 7321source = "registry+https://github.com/rust-lang/crates.io-index"
 7322checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7323dependencies = [
 7324 "khronos_api",
 7325 "log",
 7326 "xml-rs",
 7327]
 7328
 7329[[package]]
 7330name = "glib"
 7331version = "0.21.5"
 7332source = "registry+https://github.com/rust-lang/crates.io-index"
 7333checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7334dependencies = [
 7335 "bitflags 2.10.0",
 7336 "futures-channel",
 7337 "futures-core",
 7338 "futures-executor",
 7339 "futures-task",
 7340 "futures-util",
 7341 "gio-sys",
 7342 "glib-macros",
 7343 "glib-sys",
 7344 "gobject-sys",
 7345 "libc",
 7346 "memchr",
 7347 "smallvec",
 7348]
 7349
 7350[[package]]
 7351name = "glib-macros"
 7352version = "0.21.5"
 7353source = "registry+https://github.com/rust-lang/crates.io-index"
 7354checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7355dependencies = [
 7356 "heck 0.5.0",
 7357 "proc-macro-crate",
 7358 "proc-macro2",
 7359 "quote",
 7360 "syn 2.0.117",
 7361]
 7362
 7363[[package]]
 7364name = "glib-sys"
 7365version = "0.21.5"
 7366source = "registry+https://github.com/rust-lang/crates.io-index"
 7367checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7368dependencies = [
 7369 "libc",
 7370 "system-deps 7.0.7",
 7371]
 7372
 7373[[package]]
 7374name = "glob"
 7375version = "0.3.3"
 7376source = "registry+https://github.com/rust-lang/crates.io-index"
 7377checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7378
 7379[[package]]
 7380name = "globset"
 7381version = "0.4.17"
 7382source = "registry+https://github.com/rust-lang/crates.io-index"
 7383checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7384dependencies = [
 7385 "aho-corasick",
 7386 "bstr",
 7387 "log",
 7388 "regex-automata",
 7389 "regex-syntax",
 7390]
 7391
 7392[[package]]
 7393name = "gloo-timers"
 7394version = "0.3.0"
 7395source = "registry+https://github.com/rust-lang/crates.io-index"
 7396checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7397dependencies = [
 7398 "futures-channel",
 7399 "futures-core",
 7400 "js-sys",
 7401 "wasm-bindgen",
 7402]
 7403
 7404[[package]]
 7405name = "glow"
 7406version = "0.17.0"
 7407source = "registry+https://github.com/rust-lang/crates.io-index"
 7408checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7409dependencies = [
 7410 "js-sys",
 7411 "slotmap",
 7412 "wasm-bindgen",
 7413 "web-sys",
 7414]
 7415
 7416[[package]]
 7417name = "glutin_wgl_sys"
 7418version = "0.6.1"
 7419source = "registry+https://github.com/rust-lang/crates.io-index"
 7420checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7421dependencies = [
 7422 "gl_generator",
 7423]
 7424
 7425[[package]]
 7426name = "go_to_line"
 7427version = "0.1.0"
 7428dependencies = [
 7429 "editor",
 7430 "gpui",
 7431 "indoc",
 7432 "language",
 7433 "menu",
 7434 "multi_buffer",
 7435 "project",
 7436 "rope",
 7437 "serde",
 7438 "serde_json",
 7439 "settings",
 7440 "text",
 7441 "theme",
 7442 "ui",
 7443 "util",
 7444 "workspace",
 7445]
 7446
 7447[[package]]
 7448name = "gobject-sys"
 7449version = "0.21.5"
 7450source = "registry+https://github.com/rust-lang/crates.io-index"
 7451checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7452dependencies = [
 7453 "glib-sys",
 7454 "libc",
 7455 "system-deps 7.0.7",
 7456]
 7457
 7458[[package]]
 7459name = "goblin"
 7460version = "0.9.3"
 7461source = "registry+https://github.com/rust-lang/crates.io-index"
 7462checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7463dependencies = [
 7464 "log",
 7465 "plain",
 7466 "scroll",
 7467]
 7468
 7469[[package]]
 7470name = "google_ai"
 7471version = "0.1.0"
 7472dependencies = [
 7473 "anyhow",
 7474 "futures 0.3.32",
 7475 "http_client",
 7476 "language_model_core",
 7477 "log",
 7478 "schemars",
 7479 "serde",
 7480 "serde_json",
 7481 "strum 0.27.2",
 7482 "tiktoken-rs",
 7483]
 7484
 7485[[package]]
 7486name = "gpu-allocator"
 7487version = "0.28.0"
 7488source = "registry+https://github.com/rust-lang/crates.io-index"
 7489checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7490dependencies = [
 7491 "ash",
 7492 "hashbrown 0.16.1",
 7493 "log",
 7494 "presser",
 7495 "thiserror 2.0.17",
 7496 "windows 0.62.2",
 7497]
 7498
 7499[[package]]
 7500name = "gpu-descriptor"
 7501version = "0.3.2"
 7502source = "registry+https://github.com/rust-lang/crates.io-index"
 7503checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7504dependencies = [
 7505 "bitflags 2.10.0",
 7506 "gpu-descriptor-types",
 7507 "hashbrown 0.15.5",
 7508]
 7509
 7510[[package]]
 7511name = "gpu-descriptor-types"
 7512version = "0.2.0"
 7513source = "registry+https://github.com/rust-lang/crates.io-index"
 7514checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7515dependencies = [
 7516 "bitflags 2.10.0",
 7517]
 7518
 7519[[package]]
 7520name = "gpui"
 7521version = "0.2.2"
 7522dependencies = [
 7523 "anyhow",
 7524 "async-channel 2.5.0",
 7525 "async-task",
 7526 "backtrace",
 7527 "bindgen 0.71.1",
 7528 "bitflags 2.10.0",
 7529 "block",
 7530 "cbindgen",
 7531 "chrono",
 7532 "cocoa 0.26.0",
 7533 "cocoa-foundation 0.2.0",
 7534 "collections",
 7535 "core-foundation 0.10.0",
 7536 "core-foundation-sys",
 7537 "core-graphics 0.24.0",
 7538 "core-text",
 7539 "core-video",
 7540 "ctor",
 7541 "derive_more",
 7542 "embed-resource",
 7543 "env_logger 0.11.8",
 7544 "etagere",
 7545 "foreign-types 0.5.0",
 7546 "futures 0.3.32",
 7547 "futures-concurrency",
 7548 "getrandom 0.3.4",
 7549 "gpui_macros",
 7550 "gpui_platform",
 7551 "gpui_shared_string",
 7552 "gpui_util",
 7553 "gpui_web",
 7554 "http_client",
 7555 "image",
 7556 "inventory",
 7557 "itertools 0.14.0",
 7558 "log",
 7559 "lyon",
 7560 "mach2 0.5.0",
 7561 "media",
 7562 "metal",
 7563 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7564 "num_cpus",
 7565 "objc",
 7566 "objc2",
 7567 "objc2-metal",
 7568 "parking",
 7569 "parking_lot",
 7570 "pathfinder_geometry",
 7571 "pin-project",
 7572 "pollster 0.4.0",
 7573 "postage",
 7574 "profiling",
 7575 "proptest",
 7576 "rand 0.9.2",
 7577 "raw-window-handle",
 7578 "refineable",
 7579 "regex",
 7580 "reqwest_client",
 7581 "resvg",
 7582 "scheduler",
 7583 "schemars",
 7584 "seahash",
 7585 "serde",
 7586 "serde_json",
 7587 "slotmap",
 7588 "smallvec",
 7589 "spin 0.10.0",
 7590 "stacksafe",
 7591 "strum 0.27.2",
 7592 "sum_tree",
 7593 "taffy",
 7594 "thiserror 2.0.17",
 7595 "ttf-parser 0.25.1",
 7596 "unicode-segmentation",
 7597 "url",
 7598 "usvg",
 7599 "util_macros",
 7600 "uuid",
 7601 "waker-fn",
 7602 "wasm-bindgen",
 7603 "web-time",
 7604 "windows 0.61.3",
 7605 "zed-font-kit",
 7606 "zed-scap",
 7607]
 7608
 7609[[package]]
 7610name = "gpui_linux"
 7611version = "0.1.0"
 7612dependencies = [
 7613 "anyhow",
 7614 "as-raw-xcb-connection",
 7615 "ashpd",
 7616 "bitflags 2.10.0",
 7617 "bytemuck",
 7618 "calloop",
 7619 "calloop-wayland-source",
 7620 "collections",
 7621 "filedescriptor",
 7622 "futures 0.3.32",
 7623 "gpui",
 7624 "gpui_wgpu",
 7625 "http_client",
 7626 "itertools 0.14.0",
 7627 "libc",
 7628 "log",
 7629 "oo7",
 7630 "open",
 7631 "parking_lot",
 7632 "pathfinder_geometry",
 7633 "pollster 0.4.0",
 7634 "profiling",
 7635 "raw-window-handle",
 7636 "smallvec",
 7637 "smol",
 7638 "strum 0.27.2",
 7639 "swash",
 7640 "url",
 7641 "util",
 7642 "uuid",
 7643 "wayland-backend",
 7644 "wayland-client",
 7645 "wayland-cursor",
 7646 "wayland-protocols",
 7647 "wayland-protocols-plasma",
 7648 "wayland-protocols-wlr",
 7649 "x11-clipboard",
 7650 "x11rb",
 7651 "xkbcommon",
 7652 "zed-scap",
 7653 "zed-xim",
 7654]
 7655
 7656[[package]]
 7657name = "gpui_macos"
 7658version = "0.1.0"
 7659dependencies = [
 7660 "anyhow",
 7661 "async-task",
 7662 "block",
 7663 "cbindgen",
 7664 "cocoa 0.26.0",
 7665 "collections",
 7666 "core-foundation 0.10.0",
 7667 "core-foundation-sys",
 7668 "core-graphics 0.24.0",
 7669 "core-text",
 7670 "core-video",
 7671 "ctor",
 7672 "derive_more",
 7673 "dispatch2",
 7674 "etagere",
 7675 "foreign-types 0.5.0",
 7676 "futures 0.3.32",
 7677 "gpui",
 7678 "image",
 7679 "itertools 0.14.0",
 7680 "libc",
 7681 "log",
 7682 "mach2 0.5.0",
 7683 "media",
 7684 "metal",
 7685 "objc",
 7686 "objc2-app-kit",
 7687 "parking_lot",
 7688 "pathfinder_geometry",
 7689 "raw-window-handle",
 7690 "semver",
 7691 "smallvec",
 7692 "strum 0.27.2",
 7693 "util",
 7694 "uuid",
 7695 "zed-font-kit",
 7696]
 7697
 7698[[package]]
 7699name = "gpui_macros"
 7700version = "0.1.0"
 7701dependencies = [
 7702 "gpui",
 7703 "heck 0.5.0",
 7704 "proc-macro2",
 7705 "quote",
 7706 "syn 2.0.117",
 7707]
 7708
 7709[[package]]
 7710name = "gpui_platform"
 7711version = "0.1.0"
 7712dependencies = [
 7713 "console_error_panic_hook",
 7714 "gpui",
 7715 "gpui_linux",
 7716 "gpui_macos",
 7717 "gpui_web",
 7718 "gpui_windows",
 7719]
 7720
 7721[[package]]
 7722name = "gpui_shared_string"
 7723version = "0.1.0"
 7724dependencies = [
 7725 "derive_more",
 7726 "gpui_util",
 7727 "schemars",
 7728 "serde",
 7729]
 7730
 7731[[package]]
 7732name = "gpui_tokio"
 7733version = "0.1.0"
 7734dependencies = [
 7735 "anyhow",
 7736 "gpui",
 7737 "tokio",
 7738 "util",
 7739]
 7740
 7741[[package]]
 7742name = "gpui_util"
 7743version = "0.1.0"
 7744dependencies = [
 7745 "anyhow",
 7746 "log",
 7747]
 7748
 7749[[package]]
 7750name = "gpui_web"
 7751version = "0.1.0"
 7752dependencies = [
 7753 "anyhow",
 7754 "console_error_panic_hook",
 7755 "futures 0.3.32",
 7756 "gpui",
 7757 "gpui_wgpu",
 7758 "http_client",
 7759 "js-sys",
 7760 "log",
 7761 "parking_lot",
 7762 "raw-window-handle",
 7763 "smallvec",
 7764 "uuid",
 7765 "wasm-bindgen",
 7766 "wasm-bindgen-futures",
 7767 "wasm_thread",
 7768 "web-sys",
 7769 "web-time",
 7770]
 7771
 7772[[package]]
 7773name = "gpui_wgpu"
 7774version = "0.1.0"
 7775dependencies = [
 7776 "anyhow",
 7777 "bytemuck",
 7778 "collections",
 7779 "cosmic-text",
 7780 "etagere",
 7781 "gpui",
 7782 "gpui_util",
 7783 "itertools 0.14.0",
 7784 "js-sys",
 7785 "log",
 7786 "parking_lot",
 7787 "pollster 0.4.0",
 7788 "profiling",
 7789 "raw-window-handle",
 7790 "smallvec",
 7791 "swash",
 7792 "wasm-bindgen",
 7793 "wasm-bindgen-futures",
 7794 "web-sys",
 7795 "wgpu",
 7796 "zed-font-kit",
 7797]
 7798
 7799[[package]]
 7800name = "gpui_windows"
 7801version = "0.1.0"
 7802dependencies = [
 7803 "anyhow",
 7804 "collections",
 7805 "etagere",
 7806 "futures 0.3.32",
 7807 "gpui",
 7808 "image",
 7809 "itertools 0.14.0",
 7810 "log",
 7811 "parking_lot",
 7812 "rand 0.9.2",
 7813 "raw-window-handle",
 7814 "smallvec",
 7815 "util",
 7816 "uuid",
 7817 "windows 0.61.3",
 7818 "windows-core 0.61.2",
 7819 "windows-numerics 0.2.0",
 7820 "windows-registry 0.5.3",
 7821 "zed-scap",
 7822]
 7823
 7824[[package]]
 7825name = "grammars"
 7826version = "0.1.0"
 7827dependencies = [
 7828 "anyhow",
 7829 "language_core",
 7830 "rust-embed",
 7831 "toml 0.8.23",
 7832 "tree-sitter",
 7833 "tree-sitter-bash",
 7834 "tree-sitter-c",
 7835 "tree-sitter-cpp",
 7836 "tree-sitter-css",
 7837 "tree-sitter-diff",
 7838 "tree-sitter-gitcommit",
 7839 "tree-sitter-go",
 7840 "tree-sitter-gomod",
 7841 "tree-sitter-gowork",
 7842 "tree-sitter-jsdoc",
 7843 "tree-sitter-json",
 7844 "tree-sitter-md",
 7845 "tree-sitter-python",
 7846 "tree-sitter-regex",
 7847 "tree-sitter-rust",
 7848 "tree-sitter-typescript",
 7849 "tree-sitter-yaml",
 7850 "util",
 7851]
 7852
 7853[[package]]
 7854name = "grid"
 7855version = "0.18.0"
 7856source = "registry+https://github.com/rust-lang/crates.io-index"
 7857checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7858
 7859[[package]]
 7860name = "group"
 7861version = "0.12.1"
 7862source = "registry+https://github.com/rust-lang/crates.io-index"
 7863checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7864dependencies = [
 7865 "ff",
 7866 "rand_core 0.6.4",
 7867 "subtle",
 7868]
 7869
 7870[[package]]
 7871name = "h2"
 7872version = "0.3.27"
 7873source = "registry+https://github.com/rust-lang/crates.io-index"
 7874checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7875dependencies = [
 7876 "bytes 1.11.1",
 7877 "fnv",
 7878 "futures-core",
 7879 "futures-sink",
 7880 "futures-util",
 7881 "http 0.2.12",
 7882 "indexmap",
 7883 "slab",
 7884 "tokio",
 7885 "tokio-util",
 7886 "tracing",
 7887]
 7888
 7889[[package]]
 7890name = "h2"
 7891version = "0.4.12"
 7892source = "registry+https://github.com/rust-lang/crates.io-index"
 7893checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7894dependencies = [
 7895 "atomic-waker",
 7896 "bytes 1.11.1",
 7897 "fnv",
 7898 "futures-core",
 7899 "futures-sink",
 7900 "http 1.3.1",
 7901 "indexmap",
 7902 "slab",
 7903 "tokio",
 7904 "tokio-util",
 7905 "tracing",
 7906]
 7907
 7908[[package]]
 7909name = "half"
 7910version = "2.7.1"
 7911source = "registry+https://github.com/rust-lang/crates.io-index"
 7912checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7913dependencies = [
 7914 "bytemuck",
 7915 "cfg-if",
 7916 "crunchy",
 7917 "num-traits",
 7918 "rand 0.9.2",
 7919 "rand_distr",
 7920 "zerocopy",
 7921]
 7922
 7923[[package]]
 7924name = "handlebars"
 7925version = "4.5.0"
 7926source = "registry+https://github.com/rust-lang/crates.io-index"
 7927checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7928dependencies = [
 7929 "log",
 7930 "pest",
 7931 "pest_derive",
 7932 "rust-embed",
 7933 "serde",
 7934 "serde_json",
 7935 "thiserror 1.0.69",
 7936]
 7937
 7938[[package]]
 7939name = "handlebars"
 7940version = "5.1.2"
 7941source = "registry+https://github.com/rust-lang/crates.io-index"
 7942checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7943dependencies = [
 7944 "log",
 7945 "pest",
 7946 "pest_derive",
 7947 "serde",
 7948 "serde_json",
 7949 "thiserror 1.0.69",
 7950]
 7951
 7952[[package]]
 7953name = "harfrust"
 7954version = "0.5.0"
 7955source = "registry+https://github.com/rust-lang/crates.io-index"
 7956checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7957dependencies = [
 7958 "bitflags 2.10.0",
 7959 "bytemuck",
 7960 "core_maths",
 7961 "read-fonts 0.37.0",
 7962 "smallvec",
 7963]
 7964
 7965[[package]]
 7966name = "hash32"
 7967version = "0.3.1"
 7968source = "registry+https://github.com/rust-lang/crates.io-index"
 7969checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7970dependencies = [
 7971 "byteorder",
 7972]
 7973
 7974[[package]]
 7975name = "hashbrown"
 7976version = "0.12.3"
 7977source = "registry+https://github.com/rust-lang/crates.io-index"
 7978checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7979dependencies = [
 7980 "ahash 0.7.8",
 7981]
 7982
 7983[[package]]
 7984name = "hashbrown"
 7985version = "0.14.5"
 7986source = "registry+https://github.com/rust-lang/crates.io-index"
 7987checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7988dependencies = [
 7989 "ahash 0.8.12",
 7990 "allocator-api2",
 7991]
 7992
 7993[[package]]
 7994name = "hashbrown"
 7995version = "0.15.5"
 7996source = "registry+https://github.com/rust-lang/crates.io-index"
 7997checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7998dependencies = [
 7999 "allocator-api2",
 8000 "equivalent",
 8001 "foldhash 0.1.5",
 8002 "serde",
 8003]
 8004
 8005[[package]]
 8006name = "hashbrown"
 8007version = "0.16.1"
 8008source = "registry+https://github.com/rust-lang/crates.io-index"
 8009checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8010dependencies = [
 8011 "allocator-api2",
 8012 "equivalent",
 8013 "foldhash 0.2.0",
 8014]
 8015
 8016[[package]]
 8017name = "hashlink"
 8018version = "0.8.4"
 8019source = "registry+https://github.com/rust-lang/crates.io-index"
 8020checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8021dependencies = [
 8022 "hashbrown 0.14.5",
 8023]
 8024
 8025[[package]]
 8026name = "hashlink"
 8027version = "0.10.0"
 8028source = "registry+https://github.com/rust-lang/crates.io-index"
 8029checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8030dependencies = [
 8031 "hashbrown 0.15.5",
 8032]
 8033
 8034[[package]]
 8035name = "headers"
 8036version = "0.3.9"
 8037source = "registry+https://github.com/rust-lang/crates.io-index"
 8038checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8039dependencies = [
 8040 "base64 0.21.7",
 8041 "bytes 1.11.1",
 8042 "headers-core",
 8043 "http 0.2.12",
 8044 "httpdate",
 8045 "mime",
 8046 "sha1",
 8047]
 8048
 8049[[package]]
 8050name = "headers-core"
 8051version = "0.2.0"
 8052source = "registry+https://github.com/rust-lang/crates.io-index"
 8053checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8054dependencies = [
 8055 "http 0.2.12",
 8056]
 8057
 8058[[package]]
 8059name = "heapless"
 8060version = "0.9.2"
 8061source = "registry+https://github.com/rust-lang/crates.io-index"
 8062checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8063dependencies = [
 8064 "hash32",
 8065 "stable_deref_trait",
 8066]
 8067
 8068[[package]]
 8069name = "heck"
 8070version = "0.3.3"
 8071source = "registry+https://github.com/rust-lang/crates.io-index"
 8072checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8073dependencies = [
 8074 "unicode-segmentation",
 8075]
 8076
 8077[[package]]
 8078name = "heck"
 8079version = "0.4.1"
 8080source = "registry+https://github.com/rust-lang/crates.io-index"
 8081checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8082dependencies = [
 8083 "unicode-segmentation",
 8084]
 8085
 8086[[package]]
 8087name = "heck"
 8088version = "0.5.0"
 8089source = "registry+https://github.com/rust-lang/crates.io-index"
 8090checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8091
 8092[[package]]
 8093name = "heed"
 8094version = "0.21.0"
 8095source = "registry+https://github.com/rust-lang/crates.io-index"
 8096checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8097dependencies = [
 8098 "bitflags 2.10.0",
 8099 "byteorder",
 8100 "heed-traits",
 8101 "heed-types",
 8102 "libc",
 8103 "lmdb-master-sys",
 8104 "once_cell",
 8105 "page_size",
 8106 "serde",
 8107 "synchronoise",
 8108 "url",
 8109]
 8110
 8111[[package]]
 8112name = "heed-traits"
 8113version = "0.20.0"
 8114source = "registry+https://github.com/rust-lang/crates.io-index"
 8115checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8116
 8117[[package]]
 8118name = "heed-types"
 8119version = "0.21.0"
 8120source = "registry+https://github.com/rust-lang/crates.io-index"
 8121checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8122dependencies = [
 8123 "bincode",
 8124 "byteorder",
 8125 "heed-traits",
 8126 "serde",
 8127 "serde_json",
 8128]
 8129
 8130[[package]]
 8131name = "hermit-abi"
 8132version = "0.5.2"
 8133source = "registry+https://github.com/rust-lang/crates.io-index"
 8134checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8135
 8136[[package]]
 8137name = "hex"
 8138version = "0.4.3"
 8139source = "registry+https://github.com/rust-lang/crates.io-index"
 8140checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8141
 8142[[package]]
 8143name = "hexf-parse"
 8144version = "0.2.1"
 8145source = "registry+https://github.com/rust-lang/crates.io-index"
 8146checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8147
 8148[[package]]
 8149name = "hkdf"
 8150version = "0.12.4"
 8151source = "registry+https://github.com/rust-lang/crates.io-index"
 8152checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8153dependencies = [
 8154 "hmac",
 8155]
 8156
 8157[[package]]
 8158name = "hmac"
 8159version = "0.12.1"
 8160source = "registry+https://github.com/rust-lang/crates.io-index"
 8161checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8162dependencies = [
 8163 "digest",
 8164]
 8165
 8166[[package]]
 8167name = "home"
 8168version = "0.5.11"
 8169source = "registry+https://github.com/rust-lang/crates.io-index"
 8170checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8171dependencies = [
 8172 "windows-sys 0.59.0",
 8173]
 8174
 8175[[package]]
 8176name = "hound"
 8177version = "3.5.1"
 8178source = "registry+https://github.com/rust-lang/crates.io-index"
 8179checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8180
 8181[[package]]
 8182name = "html5ever"
 8183version = "0.27.0"
 8184source = "registry+https://github.com/rust-lang/crates.io-index"
 8185checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8186dependencies = [
 8187 "log",
 8188 "mac",
 8189 "markup5ever 0.12.1",
 8190 "proc-macro2",
 8191 "quote",
 8192 "syn 2.0.117",
 8193]
 8194
 8195[[package]]
 8196name = "html5ever"
 8197version = "0.35.0"
 8198source = "registry+https://github.com/rust-lang/crates.io-index"
 8199checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8200dependencies = [
 8201 "log",
 8202 "markup5ever 0.35.0",
 8203 "match_token",
 8204]
 8205
 8206[[package]]
 8207name = "html_to_markdown"
 8208version = "0.1.0"
 8209dependencies = [
 8210 "anyhow",
 8211 "html5ever 0.27.0",
 8212 "indoc",
 8213 "markup5ever_rcdom",
 8214 "pretty_assertions",
 8215 "regex",
 8216]
 8217
 8218[[package]]
 8219name = "http"
 8220version = "0.2.12"
 8221source = "registry+https://github.com/rust-lang/crates.io-index"
 8222checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8223dependencies = [
 8224 "bytes 1.11.1",
 8225 "fnv",
 8226 "itoa",
 8227]
 8228
 8229[[package]]
 8230name = "http"
 8231version = "1.3.1"
 8232source = "registry+https://github.com/rust-lang/crates.io-index"
 8233checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8234dependencies = [
 8235 "bytes 1.11.1",
 8236 "fnv",
 8237 "itoa",
 8238]
 8239
 8240[[package]]
 8241name = "http-body"
 8242version = "0.4.6"
 8243source = "registry+https://github.com/rust-lang/crates.io-index"
 8244checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8245dependencies = [
 8246 "bytes 1.11.1",
 8247 "http 0.2.12",
 8248 "pin-project-lite",
 8249]
 8250
 8251[[package]]
 8252name = "http-body"
 8253version = "1.0.1"
 8254source = "registry+https://github.com/rust-lang/crates.io-index"
 8255checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8256dependencies = [
 8257 "bytes 1.11.1",
 8258 "http 1.3.1",
 8259]
 8260
 8261[[package]]
 8262name = "http-body-util"
 8263version = "0.1.3"
 8264source = "registry+https://github.com/rust-lang/crates.io-index"
 8265checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8266dependencies = [
 8267 "bytes 1.11.1",
 8268 "futures-core",
 8269 "http 1.3.1",
 8270 "http-body 1.0.1",
 8271 "pin-project-lite",
 8272]
 8273
 8274[[package]]
 8275name = "http-range-header"
 8276version = "0.3.1"
 8277source = "registry+https://github.com/rust-lang/crates.io-index"
 8278checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8279
 8280[[package]]
 8281name = "http_client"
 8282version = "0.1.0"
 8283dependencies = [
 8284 "anyhow",
 8285 "async-compression",
 8286 "async-fs",
 8287 "async-tar",
 8288 "bytes 1.11.1",
 8289 "derive_more",
 8290 "futures 0.3.32",
 8291 "http 1.3.1",
 8292 "http-body 1.0.1",
 8293 "log",
 8294 "parking_lot",
 8295 "serde",
 8296 "serde_json",
 8297 "serde_urlencoded",
 8298 "sha2",
 8299 "tempfile",
 8300 "url",
 8301 "util",
 8302]
 8303
 8304[[package]]
 8305name = "http_client_tls"
 8306version = "0.1.0"
 8307dependencies = [
 8308 "rustls 0.23.33",
 8309 "rustls-platform-verifier",
 8310]
 8311
 8312[[package]]
 8313name = "httparse"
 8314version = "1.10.1"
 8315source = "registry+https://github.com/rust-lang/crates.io-index"
 8316checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8317
 8318[[package]]
 8319name = "httpdate"
 8320version = "1.0.3"
 8321source = "registry+https://github.com/rust-lang/crates.io-index"
 8322checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8323
 8324[[package]]
 8325name = "human_bytes"
 8326version = "0.4.3"
 8327source = "registry+https://github.com/rust-lang/crates.io-index"
 8328checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8329
 8330[[package]]
 8331name = "humantime"
 8332version = "2.3.0"
 8333source = "registry+https://github.com/rust-lang/crates.io-index"
 8334checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8335
 8336[[package]]
 8337name = "hyper"
 8338version = "0.14.32"
 8339source = "registry+https://github.com/rust-lang/crates.io-index"
 8340checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8341dependencies = [
 8342 "bytes 1.11.1",
 8343 "futures-channel",
 8344 "futures-core",
 8345 "futures-util",
 8346 "h2 0.3.27",
 8347 "http 0.2.12",
 8348 "http-body 0.4.6",
 8349 "httparse",
 8350 "httpdate",
 8351 "itoa",
 8352 "pin-project-lite",
 8353 "socket2 0.5.10",
 8354 "tokio",
 8355 "tower-service",
 8356 "tracing",
 8357 "want",
 8358]
 8359
 8360[[package]]
 8361name = "hyper"
 8362version = "1.7.0"
 8363source = "registry+https://github.com/rust-lang/crates.io-index"
 8364checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8365dependencies = [
 8366 "atomic-waker",
 8367 "bytes 1.11.1",
 8368 "futures-channel",
 8369 "futures-core",
 8370 "h2 0.4.12",
 8371 "http 1.3.1",
 8372 "http-body 1.0.1",
 8373 "httparse",
 8374 "itoa",
 8375 "pin-project-lite",
 8376 "pin-utils",
 8377 "smallvec",
 8378 "tokio",
 8379 "want",
 8380]
 8381
 8382[[package]]
 8383name = "hyper-rustls"
 8384version = "0.24.2"
 8385source = "registry+https://github.com/rust-lang/crates.io-index"
 8386checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8387dependencies = [
 8388 "futures-util",
 8389 "http 0.2.12",
 8390 "hyper 0.14.32",
 8391 "log",
 8392 "rustls 0.21.12",
 8393 "rustls-native-certs 0.6.3",
 8394 "tokio",
 8395 "tokio-rustls 0.24.1",
 8396]
 8397
 8398[[package]]
 8399name = "hyper-rustls"
 8400version = "0.27.7"
 8401source = "registry+https://github.com/rust-lang/crates.io-index"
 8402checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8403dependencies = [
 8404 "http 1.3.1",
 8405 "hyper 1.7.0",
 8406 "hyper-util",
 8407 "log",
 8408 "rustls 0.23.33",
 8409 "rustls-native-certs 0.8.2",
 8410 "rustls-pki-types",
 8411 "tokio",
 8412 "tokio-rustls 0.26.2",
 8413 "tower-service",
 8414]
 8415
 8416[[package]]
 8417name = "hyper-timeout"
 8418version = "0.5.2"
 8419source = "registry+https://github.com/rust-lang/crates.io-index"
 8420checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8421dependencies = [
 8422 "hyper 1.7.0",
 8423 "hyper-util",
 8424 "pin-project-lite",
 8425 "tokio",
 8426 "tower-service",
 8427]
 8428
 8429[[package]]
 8430name = "hyper-tls"
 8431version = "0.5.0"
 8432source = "registry+https://github.com/rust-lang/crates.io-index"
 8433checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8434dependencies = [
 8435 "bytes 1.11.1",
 8436 "hyper 0.14.32",
 8437 "native-tls",
 8438 "tokio",
 8439 "tokio-native-tls",
 8440]
 8441
 8442[[package]]
 8443name = "hyper-util"
 8444version = "0.1.17"
 8445source = "registry+https://github.com/rust-lang/crates.io-index"
 8446checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8447dependencies = [
 8448 "base64 0.22.1",
 8449 "bytes 1.11.1",
 8450 "futures-channel",
 8451 "futures-core",
 8452 "futures-util",
 8453 "http 1.3.1",
 8454 "http-body 1.0.1",
 8455 "hyper 1.7.0",
 8456 "ipnet",
 8457 "libc",
 8458 "percent-encoding",
 8459 "pin-project-lite",
 8460 "socket2 0.6.1",
 8461 "tokio",
 8462 "tower-service",
 8463 "tracing",
 8464]
 8465
 8466[[package]]
 8467name = "iana-time-zone"
 8468version = "0.1.64"
 8469source = "registry+https://github.com/rust-lang/crates.io-index"
 8470checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8471dependencies = [
 8472 "android_system_properties",
 8473 "core-foundation-sys",
 8474 "iana-time-zone-haiku",
 8475 "js-sys",
 8476 "log",
 8477 "wasm-bindgen",
 8478 "windows-core 0.62.2",
 8479]
 8480
 8481[[package]]
 8482name = "iana-time-zone-haiku"
 8483version = "0.1.2"
 8484source = "registry+https://github.com/rust-lang/crates.io-index"
 8485checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8486dependencies = [
 8487 "cc",
 8488]
 8489
 8490[[package]]
 8491name = "icons"
 8492version = "0.1.0"
 8493dependencies = [
 8494 "serde",
 8495 "strum 0.27.2",
 8496]
 8497
 8498[[package]]
 8499name = "icu_collections"
 8500version = "2.0.0"
 8501source = "registry+https://github.com/rust-lang/crates.io-index"
 8502checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8503dependencies = [
 8504 "displaydoc",
 8505 "potential_utf",
 8506 "yoke 0.8.0",
 8507 "zerofrom",
 8508 "zerovec",
 8509]
 8510
 8511[[package]]
 8512name = "icu_locale_core"
 8513version = "2.0.0"
 8514source = "registry+https://github.com/rust-lang/crates.io-index"
 8515checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8516dependencies = [
 8517 "displaydoc",
 8518 "litemap",
 8519 "tinystr",
 8520 "writeable",
 8521 "zerovec",
 8522]
 8523
 8524[[package]]
 8525name = "icu_normalizer"
 8526version = "2.0.0"
 8527source = "registry+https://github.com/rust-lang/crates.io-index"
 8528checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8529dependencies = [
 8530 "displaydoc",
 8531 "icu_collections",
 8532 "icu_normalizer_data",
 8533 "icu_properties",
 8534 "icu_provider",
 8535 "smallvec",
 8536 "zerovec",
 8537]
 8538
 8539[[package]]
 8540name = "icu_normalizer_data"
 8541version = "2.0.0"
 8542source = "registry+https://github.com/rust-lang/crates.io-index"
 8543checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8544
 8545[[package]]
 8546name = "icu_properties"
 8547version = "2.0.1"
 8548source = "registry+https://github.com/rust-lang/crates.io-index"
 8549checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8550dependencies = [
 8551 "displaydoc",
 8552 "icu_collections",
 8553 "icu_locale_core",
 8554 "icu_properties_data",
 8555 "icu_provider",
 8556 "potential_utf",
 8557 "zerotrie",
 8558 "zerovec",
 8559]
 8560
 8561[[package]]
 8562name = "icu_properties_data"
 8563version = "2.0.1"
 8564source = "registry+https://github.com/rust-lang/crates.io-index"
 8565checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8566
 8567[[package]]
 8568name = "icu_provider"
 8569version = "2.0.0"
 8570source = "registry+https://github.com/rust-lang/crates.io-index"
 8571checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8572dependencies = [
 8573 "displaydoc",
 8574 "icu_locale_core",
 8575 "stable_deref_trait",
 8576 "tinystr",
 8577 "writeable",
 8578 "yoke 0.8.0",
 8579 "zerofrom",
 8580 "zerotrie",
 8581 "zerovec",
 8582]
 8583
 8584[[package]]
 8585name = "id-arena"
 8586version = "2.2.1"
 8587source = "registry+https://github.com/rust-lang/crates.io-index"
 8588checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8589
 8590[[package]]
 8591name = "ident_case"
 8592version = "1.0.1"
 8593source = "registry+https://github.com/rust-lang/crates.io-index"
 8594checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8595
 8596[[package]]
 8597name = "idna"
 8598version = "1.1.0"
 8599source = "registry+https://github.com/rust-lang/crates.io-index"
 8600checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8601dependencies = [
 8602 "idna_adapter",
 8603 "smallvec",
 8604 "utf8_iter",
 8605]
 8606
 8607[[package]]
 8608name = "idna_adapter"
 8609version = "1.2.1"
 8610source = "registry+https://github.com/rust-lang/crates.io-index"
 8611checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8612dependencies = [
 8613 "icu_normalizer",
 8614 "icu_properties",
 8615]
 8616
 8617[[package]]
 8618name = "ignore"
 8619version = "0.4.24"
 8620source = "registry+https://github.com/rust-lang/crates.io-index"
 8621checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8622dependencies = [
 8623 "crossbeam-deque",
 8624 "globset",
 8625 "log",
 8626 "memchr",
 8627 "regex-automata",
 8628 "same-file",
 8629 "walkdir",
 8630 "winapi-util",
 8631]
 8632
 8633[[package]]
 8634name = "image"
 8635version = "0.25.8"
 8636source = "registry+https://github.com/rust-lang/crates.io-index"
 8637checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8638dependencies = [
 8639 "bytemuck",
 8640 "byteorder-lite",
 8641 "color_quant",
 8642 "exr",
 8643 "gif",
 8644 "image-webp",
 8645 "moxcms",
 8646 "num-traits",
 8647 "png 0.18.0",
 8648 "qoi",
 8649 "ravif",
 8650 "rayon",
 8651 "rgb",
 8652 "tiff",
 8653 "zune-core",
 8654 "zune-jpeg",
 8655]
 8656
 8657[[package]]
 8658name = "image-webp"
 8659version = "0.2.4"
 8660source = "registry+https://github.com/rust-lang/crates.io-index"
 8661checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8662dependencies = [
 8663 "byteorder-lite",
 8664 "quick-error 2.0.1",
 8665]
 8666
 8667[[package]]
 8668name = "image_viewer"
 8669version = "0.1.0"
 8670dependencies = [
 8671 "anyhow",
 8672 "db",
 8673 "editor",
 8674 "file_icons",
 8675 "gpui",
 8676 "language",
 8677 "log",
 8678 "project",
 8679 "serde",
 8680 "settings",
 8681 "theme_settings",
 8682 "ui",
 8683 "util",
 8684 "workspace",
 8685]
 8686
 8687[[package]]
 8688name = "imagesize"
 8689version = "0.13.0"
 8690source = "registry+https://github.com/rust-lang/crates.io-index"
 8691checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8692
 8693[[package]]
 8694name = "imara-diff"
 8695version = "0.1.8"
 8696source = "registry+https://github.com/rust-lang/crates.io-index"
 8697checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8698dependencies = [
 8699 "hashbrown 0.15.5",
 8700]
 8701
 8702[[package]]
 8703name = "imgref"
 8704version = "1.12.0"
 8705source = "registry+https://github.com/rust-lang/crates.io-index"
 8706checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8707
 8708[[package]]
 8709name = "indenter"
 8710version = "0.3.4"
 8711source = "registry+https://github.com/rust-lang/crates.io-index"
 8712checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8713
 8714[[package]]
 8715name = "indexmap"
 8716version = "2.11.4"
 8717source = "registry+https://github.com/rust-lang/crates.io-index"
 8718checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8719dependencies = [
 8720 "equivalent",
 8721 "hashbrown 0.16.1",
 8722 "serde",
 8723 "serde_core",
 8724]
 8725
 8726[[package]]
 8727name = "indoc"
 8728version = "2.0.6"
 8729source = "registry+https://github.com/rust-lang/crates.io-index"
 8730checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8731
 8732[[package]]
 8733name = "inherent"
 8734version = "1.0.13"
 8735source = "registry+https://github.com/rust-lang/crates.io-index"
 8736checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8737dependencies = [
 8738 "proc-macro2",
 8739 "quote",
 8740 "syn 2.0.117",
 8741]
 8742
 8743[[package]]
 8744name = "inotify"
 8745version = "0.9.6"
 8746source = "registry+https://github.com/rust-lang/crates.io-index"
 8747checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8748dependencies = [
 8749 "bitflags 1.3.2",
 8750 "inotify-sys",
 8751 "libc",
 8752]
 8753
 8754[[package]]
 8755name = "inotify"
 8756version = "0.11.0"
 8757source = "registry+https://github.com/rust-lang/crates.io-index"
 8758checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8759dependencies = [
 8760 "bitflags 2.10.0",
 8761 "inotify-sys",
 8762 "libc",
 8763]
 8764
 8765[[package]]
 8766name = "inotify-sys"
 8767version = "0.1.5"
 8768source = "registry+https://github.com/rust-lang/crates.io-index"
 8769checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8770dependencies = [
 8771 "libc",
 8772]
 8773
 8774[[package]]
 8775name = "inout"
 8776version = "0.1.4"
 8777source = "registry+https://github.com/rust-lang/crates.io-index"
 8778checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8779dependencies = [
 8780 "block-padding",
 8781 "generic-array",
 8782]
 8783
 8784[[package]]
 8785name = "inspector_ui"
 8786version = "0.1.0"
 8787dependencies = [
 8788 "anyhow",
 8789 "command_palette_hooks",
 8790 "editor",
 8791 "fuzzy",
 8792 "gpui",
 8793 "language",
 8794 "project",
 8795 "serde_json",
 8796 "serde_json_lenient",
 8797 "theme_settings",
 8798 "ui",
 8799 "util",
 8800 "util_macros",
 8801 "workspace",
 8802 "zed_actions",
 8803]
 8804
 8805[[package]]
 8806name = "install_cli"
 8807version = "0.1.0"
 8808dependencies = [
 8809 "anyhow",
 8810 "client",
 8811 "gpui",
 8812 "release_channel",
 8813 "smol",
 8814 "util",
 8815 "workspace",
 8816]
 8817
 8818[[package]]
 8819name = "instant"
 8820version = "0.1.13"
 8821source = "registry+https://github.com/rust-lang/crates.io-index"
 8822checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8823dependencies = [
 8824 "cfg-if",
 8825]
 8826
 8827[[package]]
 8828name = "interpolate_name"
 8829version = "0.2.4"
 8830source = "registry+https://github.com/rust-lang/crates.io-index"
 8831checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8832dependencies = [
 8833 "proc-macro2",
 8834 "quote",
 8835 "syn 2.0.117",
 8836]
 8837
 8838[[package]]
 8839name = "inventory"
 8840version = "0.3.21"
 8841source = "registry+https://github.com/rust-lang/crates.io-index"
 8842checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8843dependencies = [
 8844 "rustversion",
 8845]
 8846
 8847[[package]]
 8848name = "io-extras"
 8849version = "0.18.4"
 8850source = "registry+https://github.com/rust-lang/crates.io-index"
 8851checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8852dependencies = [
 8853 "io-lifetimes",
 8854 "windows-sys 0.59.0",
 8855]
 8856
 8857[[package]]
 8858name = "io-lifetimes"
 8859version = "2.0.4"
 8860source = "registry+https://github.com/rust-lang/crates.io-index"
 8861checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8862
 8863[[package]]
 8864name = "io-surface"
 8865version = "0.16.1"
 8866source = "registry+https://github.com/rust-lang/crates.io-index"
 8867checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8868dependencies = [
 8869 "cgl",
 8870 "core-foundation 0.10.0",
 8871 "core-foundation-sys",
 8872 "leaky-cow",
 8873]
 8874
 8875[[package]]
 8876name = "iovec"
 8877version = "0.1.4"
 8878source = "registry+https://github.com/rust-lang/crates.io-index"
 8879checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8880dependencies = [
 8881 "libc",
 8882]
 8883
 8884[[package]]
 8885name = "ipc-channel"
 8886version = "0.19.0"
 8887source = "registry+https://github.com/rust-lang/crates.io-index"
 8888checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8889dependencies = [
 8890 "bincode",
 8891 "crossbeam-channel",
 8892 "fnv",
 8893 "lazy_static",
 8894 "libc",
 8895 "mio 1.1.0",
 8896 "rand 0.8.5",
 8897 "serde",
 8898 "tempfile",
 8899 "uuid",
 8900 "windows 0.58.0",
 8901]
 8902
 8903[[package]]
 8904name = "ipnet"
 8905version = "2.11.0"
 8906source = "registry+https://github.com/rust-lang/crates.io-index"
 8907checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8908
 8909[[package]]
 8910name = "iri-string"
 8911version = "0.7.8"
 8912source = "registry+https://github.com/rust-lang/crates.io-index"
 8913checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8914dependencies = [
 8915 "memchr",
 8916 "serde",
 8917]
 8918
 8919[[package]]
 8920name = "is-docker"
 8921version = "0.2.0"
 8922source = "registry+https://github.com/rust-lang/crates.io-index"
 8923checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8924dependencies = [
 8925 "once_cell",
 8926]
 8927
 8928[[package]]
 8929name = "is-terminal"
 8930version = "0.4.16"
 8931source = "registry+https://github.com/rust-lang/crates.io-index"
 8932checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8933dependencies = [
 8934 "hermit-abi",
 8935 "libc",
 8936 "windows-sys 0.59.0",
 8937]
 8938
 8939[[package]]
 8940name = "is-wsl"
 8941version = "0.4.0"
 8942source = "registry+https://github.com/rust-lang/crates.io-index"
 8943checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8944dependencies = [
 8945 "is-docker",
 8946 "once_cell",
 8947]
 8948
 8949[[package]]
 8950name = "is_executable"
 8951version = "1.0.5"
 8952source = "registry+https://github.com/rust-lang/crates.io-index"
 8953checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8954dependencies = [
 8955 "windows-sys 0.60.2",
 8956]
 8957
 8958[[package]]
 8959name = "is_terminal_polyfill"
 8960version = "1.70.1"
 8961source = "registry+https://github.com/rust-lang/crates.io-index"
 8962checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8963
 8964[[package]]
 8965name = "itertools"
 8966version = "0.10.5"
 8967source = "registry+https://github.com/rust-lang/crates.io-index"
 8968checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8969dependencies = [
 8970 "either",
 8971]
 8972
 8973[[package]]
 8974name = "itertools"
 8975version = "0.11.0"
 8976source = "registry+https://github.com/rust-lang/crates.io-index"
 8977checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8978dependencies = [
 8979 "either",
 8980]
 8981
 8982[[package]]
 8983name = "itertools"
 8984version = "0.12.1"
 8985source = "registry+https://github.com/rust-lang/crates.io-index"
 8986checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8987dependencies = [
 8988 "either",
 8989]
 8990
 8991[[package]]
 8992name = "itertools"
 8993version = "0.14.0"
 8994source = "registry+https://github.com/rust-lang/crates.io-index"
 8995checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8996dependencies = [
 8997 "either",
 8998]
 8999
 9000[[package]]
 9001name = "itoa"
 9002version = "1.0.15"
 9003source = "registry+https://github.com/rust-lang/crates.io-index"
 9004checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9005
 9006[[package]]
 9007name = "jiff"
 9008version = "0.2.15"
 9009source = "registry+https://github.com/rust-lang/crates.io-index"
 9010checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9011dependencies = [
 9012 "jiff-static",
 9013 "log",
 9014 "portable-atomic",
 9015 "portable-atomic-util",
 9016 "serde",
 9017]
 9018
 9019[[package]]
 9020name = "jiff-static"
 9021version = "0.2.15"
 9022source = "registry+https://github.com/rust-lang/crates.io-index"
 9023checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9024dependencies = [
 9025 "proc-macro2",
 9026 "quote",
 9027 "syn 2.0.117",
 9028]
 9029
 9030[[package]]
 9031name = "jni"
 9032version = "0.21.1"
 9033source = "registry+https://github.com/rust-lang/crates.io-index"
 9034checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9035dependencies = [
 9036 "cesu8",
 9037 "cfg-if",
 9038 "combine",
 9039 "jni-sys",
 9040 "log",
 9041 "thiserror 1.0.69",
 9042 "walkdir",
 9043 "windows-sys 0.45.0",
 9044]
 9045
 9046[[package]]
 9047name = "jni-sys"
 9048version = "0.3.0"
 9049source = "registry+https://github.com/rust-lang/crates.io-index"
 9050checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9051
 9052[[package]]
 9053name = "jobserver"
 9054version = "0.1.34"
 9055source = "registry+https://github.com/rust-lang/crates.io-index"
 9056checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9057dependencies = [
 9058 "getrandom 0.3.4",
 9059 "libc",
 9060]
 9061
 9062[[package]]
 9063name = "journal"
 9064version = "0.1.0"
 9065dependencies = [
 9066 "anyhow",
 9067 "chrono",
 9068 "editor",
 9069 "gpui",
 9070 "log",
 9071 "serde",
 9072 "settings",
 9073 "shellexpand 2.1.2",
 9074 "workspace",
 9075]
 9076
 9077[[package]]
 9078name = "js-sys"
 9079version = "0.3.90"
 9080source = "registry+https://github.com/rust-lang/crates.io-index"
 9081checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9082dependencies = [
 9083 "once_cell",
 9084 "wasm-bindgen",
 9085]
 9086
 9087[[package]]
 9088name = "json5"
 9089version = "0.4.1"
 9090source = "registry+https://github.com/rust-lang/crates.io-index"
 9091checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9092dependencies = [
 9093 "pest",
 9094 "pest_derive",
 9095 "serde",
 9096]
 9097
 9098[[package]]
 9099name = "json_dotpath"
 9100version = "1.1.0"
 9101source = "registry+https://github.com/rust-lang/crates.io-index"
 9102checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9103dependencies = [
 9104 "serde",
 9105 "serde_derive",
 9106 "serde_json",
 9107 "thiserror 1.0.69",
 9108]
 9109
 9110[[package]]
 9111name = "json_schema_store"
 9112version = "0.1.0"
 9113dependencies = [
 9114 "anyhow",
 9115 "collections",
 9116 "dap",
 9117 "extension",
 9118 "gpui",
 9119 "language",
 9120 "parking_lot",
 9121 "paths",
 9122 "project",
 9123 "schemars",
 9124 "serde",
 9125 "serde_json",
 9126 "settings",
 9127 "snippet_provider",
 9128 "task",
 9129 "theme",
 9130 "util",
 9131]
 9132
 9133[[package]]
 9134name = "jsonschema"
 9135version = "0.37.4"
 9136source = "registry+https://github.com/rust-lang/crates.io-index"
 9137checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9138dependencies = [
 9139 "ahash 0.8.12",
 9140 "bytecount",
 9141 "data-encoding",
 9142 "email_address",
 9143 "fancy-regex 0.16.2",
 9144 "fraction",
 9145 "getrandom 0.3.4",
 9146 "idna",
 9147 "itoa",
 9148 "num-cmp",
 9149 "num-traits",
 9150 "percent-encoding",
 9151 "referencing",
 9152 "regex",
 9153 "regex-syntax",
 9154 "reqwest 0.12.24",
 9155 "serde",
 9156 "serde_json",
 9157 "unicode-general-category",
 9158 "uuid-simd",
 9159]
 9160
 9161[[package]]
 9162name = "jsonwebtoken"
 9163version = "10.3.0"
 9164source = "registry+https://github.com/rust-lang/crates.io-index"
 9165checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9166dependencies = [
 9167 "aws-lc-rs",
 9168 "base64 0.22.1",
 9169 "getrandom 0.2.16",
 9170 "js-sys",
 9171 "pem",
 9172 "serde",
 9173 "serde_json",
 9174 "signature 2.2.0",
 9175 "simple_asn1",
 9176]
 9177
 9178[[package]]
 9179name = "jupyter-protocol"
 9180version = "1.4.0"
 9181source = "registry+https://github.com/rust-lang/crates.io-index"
 9182checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9183dependencies = [
 9184 "async-trait",
 9185 "bytes 1.11.1",
 9186 "chrono",
 9187 "futures 0.3.32",
 9188 "serde",
 9189 "serde_json",
 9190 "thiserror 2.0.17",
 9191 "uuid",
 9192]
 9193
 9194[[package]]
 9195name = "jupyter-websocket-client"
 9196version = "1.0.0"
 9197source = "registry+https://github.com/rust-lang/crates.io-index"
 9198checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9199dependencies = [
 9200 "anyhow",
 9201 "async-trait",
 9202 "async-tungstenite",
 9203 "futures 0.3.32",
 9204 "jupyter-protocol",
 9205 "serde",
 9206 "serde_json",
 9207 "tokio",
 9208 "url",
 9209 "uuid",
 9210]
 9211
 9212[[package]]
 9213name = "keymap_editor"
 9214version = "0.1.0"
 9215dependencies = [
 9216 "anyhow",
 9217 "collections",
 9218 "command_palette",
 9219 "component",
 9220 "db",
 9221 "editor",
 9222 "fs",
 9223 "fuzzy",
 9224 "gpui",
 9225 "itertools 0.14.0",
 9226 "json_schema_store",
 9227 "language",
 9228 "log",
 9229 "menu",
 9230 "notifications",
 9231 "paths",
 9232 "project",
 9233 "search",
 9234 "serde",
 9235 "serde_json",
 9236 "settings",
 9237 "telemetry",
 9238 "tempfile",
 9239 "theme",
 9240 "theme_settings",
 9241 "tree-sitter-json",
 9242 "tree-sitter-rust",
 9243 "ui",
 9244 "ui_input",
 9245 "util",
 9246 "workspace",
 9247 "zed_actions",
 9248]
 9249
 9250[[package]]
 9251name = "khronos-egl"
 9252version = "6.0.0"
 9253source = "registry+https://github.com/rust-lang/crates.io-index"
 9254checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9255dependencies = [
 9256 "libc",
 9257 "libloading",
 9258 "pkg-config",
 9259]
 9260
 9261[[package]]
 9262name = "khronos_api"
 9263version = "3.1.0"
 9264source = "registry+https://github.com/rust-lang/crates.io-index"
 9265checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9266
 9267[[package]]
 9268name = "kqueue"
 9269version = "1.1.1"
 9270source = "registry+https://github.com/rust-lang/crates.io-index"
 9271checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9272dependencies = [
 9273 "kqueue-sys",
 9274 "libc",
 9275]
 9276
 9277[[package]]
 9278name = "kqueue-sys"
 9279version = "1.0.4"
 9280source = "registry+https://github.com/rust-lang/crates.io-index"
 9281checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9282dependencies = [
 9283 "bitflags 1.3.2",
 9284 "libc",
 9285]
 9286
 9287[[package]]
 9288name = "kurbo"
 9289version = "0.11.3"
 9290source = "registry+https://github.com/rust-lang/crates.io-index"
 9291checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9292dependencies = [
 9293 "arrayvec",
 9294 "euclid",
 9295 "smallvec",
 9296]
 9297
 9298[[package]]
 9299name = "kv-log-macro"
 9300version = "1.0.7"
 9301source = "registry+https://github.com/rust-lang/crates.io-index"
 9302checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9303dependencies = [
 9304 "log",
 9305]
 9306
 9307[[package]]
 9308name = "language"
 9309version = "0.1.0"
 9310dependencies = [
 9311 "anyhow",
 9312 "async-trait",
 9313 "clock",
 9314 "collections",
 9315 "criterion",
 9316 "ctor",
 9317 "diffy",
 9318 "ec4rs",
 9319 "encoding_rs",
 9320 "fs",
 9321 "futures 0.3.32",
 9322 "fuzzy",
 9323 "globset",
 9324 "gpui",
 9325 "http_client",
 9326 "imara-diff",
 9327 "indoc",
 9328 "itertools 0.14.0",
 9329 "language_core",
 9330 "log",
 9331 "lsp",
 9332 "parking_lot",
 9333 "postage",
 9334 "pretty_assertions",
 9335 "rand 0.9.2",
 9336 "regex",
 9337 "rpc",
 9338 "semver",
 9339 "serde",
 9340 "serde_json",
 9341 "settings",
 9342 "shellexpand 2.1.2",
 9343 "smallvec",
 9344 "smol",
 9345 "streaming-iterator",
 9346 "strsim",
 9347 "sum_tree",
 9348 "task",
 9349 "text",
 9350 "theme",
 9351 "theme_settings",
 9352 "toml 0.8.23",
 9353 "tracing",
 9354 "tree-sitter",
 9355 "tree-sitter-elixir",
 9356 "tree-sitter-embedded-template",
 9357 "tree-sitter-heex",
 9358 "tree-sitter-html",
 9359 "tree-sitter-json",
 9360 "tree-sitter-md",
 9361 "tree-sitter-python",
 9362 "tree-sitter-ruby",
 9363 "tree-sitter-rust",
 9364 "tree-sitter-typescript",
 9365 "unicase",
 9366 "unindent",
 9367 "util",
 9368 "watch",
 9369 "zlog",
 9370 "ztracing",
 9371]
 9372
 9373[[package]]
 9374name = "language_core"
 9375version = "0.1.0"
 9376dependencies = [
 9377 "anyhow",
 9378 "collections",
 9379 "gpui_shared_string",
 9380 "log",
 9381 "lsp",
 9382 "parking_lot",
 9383 "regex",
 9384 "schemars",
 9385 "serde",
 9386 "serde_json",
 9387 "toml 0.8.23",
 9388 "tree-sitter",
 9389 "util",
 9390]
 9391
 9392[[package]]
 9393name = "language_extension"
 9394version = "0.1.0"
 9395dependencies = [
 9396 "anyhow",
 9397 "async-trait",
 9398 "collections",
 9399 "extension",
 9400 "fs",
 9401 "futures 0.3.32",
 9402 "gpui",
 9403 "language",
 9404 "log",
 9405 "lsp",
 9406 "project",
 9407 "serde",
 9408 "serde_json",
 9409 "tracing",
 9410 "util",
 9411 "ztracing",
 9412]
 9413
 9414[[package]]
 9415name = "language_model"
 9416version = "0.1.0"
 9417dependencies = [
 9418 "anyhow",
 9419 "base64 0.22.1",
 9420 "collections",
 9421 "credentials_provider",
 9422 "env_var",
 9423 "futures 0.3.32",
 9424 "gpui",
 9425 "http_client",
 9426 "icons",
 9427 "image",
 9428 "language_model_core",
 9429 "log",
 9430 "parking_lot",
 9431 "serde",
 9432 "serde_json",
 9433 "thiserror 2.0.17",
 9434 "util",
 9435]
 9436
 9437[[package]]
 9438name = "language_model_core"
 9439version = "0.1.0"
 9440dependencies = [
 9441 "anyhow",
 9442 "cloud_llm_client",
 9443 "futures 0.3.32",
 9444 "gpui_shared_string",
 9445 "http_client",
 9446 "partial-json-fixer",
 9447 "schemars",
 9448 "serde",
 9449 "serde_json",
 9450 "smol",
 9451 "strum 0.27.2",
 9452 "thiserror 2.0.17",
 9453]
 9454
 9455[[package]]
 9456name = "language_models"
 9457version = "0.1.0"
 9458dependencies = [
 9459 "ai_onboarding",
 9460 "anthropic",
 9461 "anyhow",
 9462 "aws-config",
 9463 "aws-credential-types",
 9464 "aws_http_client",
 9465 "base64 0.22.1",
 9466 "bedrock",
 9467 "client",
 9468 "cloud_api_client",
 9469 "cloud_api_types",
 9470 "collections",
 9471 "component",
 9472 "convert_case 0.8.0",
 9473 "copilot",
 9474 "copilot_chat",
 9475 "copilot_ui",
 9476 "credentials_provider",
 9477 "deepseek",
 9478 "extension",
 9479 "extension_host",
 9480 "fs",
 9481 "futures 0.3.32",
 9482 "google_ai",
 9483 "gpui",
 9484 "gpui_tokio",
 9485 "http_client",
 9486 "language",
 9487 "language_model",
 9488 "language_models_cloud",
 9489 "lmstudio",
 9490 "log",
 9491 "menu",
 9492 "mistral",
 9493 "ollama",
 9494 "open_ai",
 9495 "open_router",
 9496 "opencode",
 9497 "pretty_assertions",
 9498 "release_channel",
 9499 "schemars",
 9500 "serde",
 9501 "serde_json",
 9502 "settings",
 9503 "smol",
 9504 "strum 0.27.2",
 9505 "tiktoken-rs",
 9506 "tokio",
 9507 "ui",
 9508 "ui_input",
 9509 "util",
 9510 "vercel",
 9511 "x_ai",
 9512]
 9513
 9514[[package]]
 9515name = "language_models_cloud"
 9516version = "0.1.0"
 9517dependencies = [
 9518 "anthropic",
 9519 "anyhow",
 9520 "cloud_llm_client",
 9521 "futures 0.3.32",
 9522 "google_ai",
 9523 "gpui",
 9524 "http_client",
 9525 "language_model",
 9526 "open_ai",
 9527 "schemars",
 9528 "semver",
 9529 "serde",
 9530 "serde_json",
 9531 "smol",
 9532 "thiserror 2.0.17",
 9533 "x_ai",
 9534]
 9535
 9536[[package]]
 9537name = "language_onboarding"
 9538version = "0.1.0"
 9539dependencies = [
 9540 "db",
 9541 "editor",
 9542 "gpui",
 9543 "project",
 9544 "ui",
 9545 "workspace",
 9546]
 9547
 9548[[package]]
 9549name = "language_selector"
 9550version = "0.1.0"
 9551dependencies = [
 9552 "anyhow",
 9553 "editor",
 9554 "file_icons",
 9555 "fuzzy",
 9556 "gpui",
 9557 "language",
 9558 "open_path_prompt",
 9559 "picker",
 9560 "project",
 9561 "serde_json",
 9562 "settings",
 9563 "ui",
 9564 "util",
 9565 "workspace",
 9566]
 9567
 9568[[package]]
 9569name = "language_tools"
 9570version = "0.1.0"
 9571dependencies = [
 9572 "anyhow",
 9573 "client",
 9574 "collections",
 9575 "command_palette_hooks",
 9576 "edit_prediction",
 9577 "editor",
 9578 "futures 0.3.32",
 9579 "gpui",
 9580 "itertools 0.14.0",
 9581 "language",
 9582 "lsp",
 9583 "menu",
 9584 "project",
 9585 "proto",
 9586 "release_channel",
 9587 "semver",
 9588 "serde_json",
 9589 "settings",
 9590 "sysinfo 0.37.2",
 9591 "telemetry",
 9592 "theme",
 9593 "theme_settings",
 9594 "tree-sitter",
 9595 "ui",
 9596 "util",
 9597 "workspace",
 9598 "zed_actions",
 9599 "zlog",
 9600]
 9601
 9602[[package]]
 9603name = "languages"
 9604version = "0.1.0"
 9605dependencies = [
 9606 "anyhow",
 9607 "async-compression",
 9608 "async-fs",
 9609 "async-tar",
 9610 "async-trait",
 9611 "chrono",
 9612 "collections",
 9613 "fs",
 9614 "futures 0.3.32",
 9615 "globset",
 9616 "gpui",
 9617 "grammars",
 9618 "http_client",
 9619 "itertools 0.14.0",
 9620 "json_schema_store",
 9621 "language",
 9622 "log",
 9623 "lsp",
 9624 "node_runtime",
 9625 "parking_lot",
 9626 "pet",
 9627 "pet-conda",
 9628 "pet-core",
 9629 "pet-fs",
 9630 "pet-poetry",
 9631 "pet-reporter",
 9632 "pet-virtualenv",
 9633 "pretty_assertions",
 9634 "project",
 9635 "regex",
 9636 "rope",
 9637 "semver",
 9638 "serde",
 9639 "serde_json",
 9640 "serde_json_lenient",
 9641 "settings",
 9642 "smallvec",
 9643 "smol",
 9644 "snippet",
 9645 "task",
 9646 "terminal",
 9647 "theme",
 9648 "tree-sitter",
 9649 "tree-sitter-bash",
 9650 "tree-sitter-c",
 9651 "tree-sitter-cpp",
 9652 "tree-sitter-css",
 9653 "tree-sitter-gitcommit",
 9654 "tree-sitter-go",
 9655 "tree-sitter-python",
 9656 "tree-sitter-rust",
 9657 "tree-sitter-typescript",
 9658 "unindent",
 9659 "url",
 9660 "util",
 9661]
 9662
 9663[[package]]
 9664name = "lazy_static"
 9665version = "1.5.0"
 9666source = "registry+https://github.com/rust-lang/crates.io-index"
 9667checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9668dependencies = [
 9669 "spin 0.9.8",
 9670]
 9671
 9672[[package]]
 9673name = "leak"
 9674version = "0.1.2"
 9675source = "registry+https://github.com/rust-lang/crates.io-index"
 9676checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9677
 9678[[package]]
 9679name = "leaky-cow"
 9680version = "0.1.1"
 9681source = "registry+https://github.com/rust-lang/crates.io-index"
 9682checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9683dependencies = [
 9684 "leak",
 9685]
 9686
 9687[[package]]
 9688name = "leb128"
 9689version = "0.2.5"
 9690source = "registry+https://github.com/rust-lang/crates.io-index"
 9691checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9692
 9693[[package]]
 9694name = "leb128fmt"
 9695version = "0.1.0"
 9696source = "registry+https://github.com/rust-lang/crates.io-index"
 9697checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9698
 9699[[package]]
 9700name = "lebe"
 9701version = "0.5.3"
 9702source = "registry+https://github.com/rust-lang/crates.io-index"
 9703checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9704
 9705[[package]]
 9706name = "libbz2-rs-sys"
 9707version = "0.2.2"
 9708source = "registry+https://github.com/rust-lang/crates.io-index"
 9709checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9710
 9711[[package]]
 9712name = "libc"
 9713version = "0.2.182"
 9714source = "registry+https://github.com/rust-lang/crates.io-index"
 9715checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9716
 9717[[package]]
 9718name = "libdbus-sys"
 9719version = "0.2.6"
 9720source = "registry+https://github.com/rust-lang/crates.io-index"
 9721checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9722dependencies = [
 9723 "cc",
 9724 "pkg-config",
 9725]
 9726
 9727[[package]]
 9728name = "libfuzzer-sys"
 9729version = "0.4.10"
 9730source = "registry+https://github.com/rust-lang/crates.io-index"
 9731checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9732dependencies = [
 9733 "arbitrary",
 9734 "cc",
 9735]
 9736
 9737[[package]]
 9738name = "libgit2-sys"
 9739version = "0.18.3+1.9.2"
 9740source = "registry+https://github.com/rust-lang/crates.io-index"
 9741checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9742dependencies = [
 9743 "cc",
 9744 "libc",
 9745 "libz-sys",
 9746 "pkg-config",
 9747]
 9748
 9749[[package]]
 9750name = "libloading"
 9751version = "0.8.9"
 9752source = "registry+https://github.com/rust-lang/crates.io-index"
 9753checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9754dependencies = [
 9755 "cfg-if",
 9756 "windows-link 0.2.1",
 9757]
 9758
 9759[[package]]
 9760name = "libm"
 9761version = "0.2.15"
 9762source = "registry+https://github.com/rust-lang/crates.io-index"
 9763checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9764
 9765[[package]]
 9766name = "libmimalloc-sys"
 9767version = "0.1.44"
 9768source = "registry+https://github.com/rust-lang/crates.io-index"
 9769checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9770dependencies = [
 9771 "cc",
 9772 "libc",
 9773]
 9774
 9775[[package]]
 9776name = "libredox"
 9777version = "0.1.10"
 9778source = "registry+https://github.com/rust-lang/crates.io-index"
 9779checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9780dependencies = [
 9781 "bitflags 2.10.0",
 9782 "libc",
 9783 "redox_syscall 0.5.18",
 9784]
 9785
 9786[[package]]
 9787name = "libsqlite3-sys"
 9788version = "0.30.1"
 9789source = "registry+https://github.com/rust-lang/crates.io-index"
 9790checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9791dependencies = [
 9792 "cc",
 9793 "pkg-config",
 9794 "vcpkg",
 9795]
 9796
 9797[[package]]
 9798name = "libwebrtc"
 9799version = "0.3.26"
 9800source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9801dependencies = [
 9802 "cxx",
 9803 "glib",
 9804 "jni",
 9805 "js-sys",
 9806 "lazy_static",
 9807 "livekit-protocol",
 9808 "livekit-runtime",
 9809 "log",
 9810 "parking_lot",
 9811 "serde",
 9812 "serde_json",
 9813 "thiserror 1.0.69",
 9814 "tokio",
 9815 "wasm-bindgen",
 9816 "wasm-bindgen-futures",
 9817 "web-sys",
 9818 "webrtc-sys",
 9819]
 9820
 9821[[package]]
 9822name = "libz-sys"
 9823version = "1.1.22"
 9824source = "registry+https://github.com/rust-lang/crates.io-index"
 9825checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9826dependencies = [
 9827 "cc",
 9828 "libc",
 9829 "pkg-config",
 9830 "vcpkg",
 9831]
 9832
 9833[[package]]
 9834name = "line_ending_selector"
 9835version = "0.1.0"
 9836dependencies = [
 9837 "editor",
 9838 "gpui",
 9839 "language",
 9840 "picker",
 9841 "project",
 9842 "ui",
 9843 "util",
 9844 "workspace",
 9845]
 9846
 9847[[package]]
 9848name = "linebender_resource_handle"
 9849version = "0.1.1"
 9850source = "registry+https://github.com/rust-lang/crates.io-index"
 9851checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9852
 9853[[package]]
 9854name = "link-cplusplus"
 9855version = "1.0.12"
 9856source = "registry+https://github.com/rust-lang/crates.io-index"
 9857checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9858dependencies = [
 9859 "cc",
 9860]
 9861
 9862[[package]]
 9863name = "linkify"
 9864version = "0.10.0"
 9865source = "registry+https://github.com/rust-lang/crates.io-index"
 9866checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9867dependencies = [
 9868 "memchr",
 9869]
 9870
 9871[[package]]
 9872name = "linux-raw-sys"
 9873version = "0.4.15"
 9874source = "registry+https://github.com/rust-lang/crates.io-index"
 9875checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9876
 9877[[package]]
 9878name = "linux-raw-sys"
 9879version = "0.11.0"
 9880source = "registry+https://github.com/rust-lang/crates.io-index"
 9881checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9882
 9883[[package]]
 9884name = "litemap"
 9885version = "0.8.0"
 9886source = "registry+https://github.com/rust-lang/crates.io-index"
 9887checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9888
 9889[[package]]
 9890name = "litrs"
 9891version = "1.0.0"
 9892source = "registry+https://github.com/rust-lang/crates.io-index"
 9893checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9894
 9895[[package]]
 9896name = "livekit"
 9897version = "0.7.32"
 9898source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9899dependencies = [
 9900 "base64 0.22.1",
 9901 "bmrng",
 9902 "bytes 1.11.1",
 9903 "chrono",
 9904 "futures-util",
 9905 "lazy_static",
 9906 "libloading",
 9907 "libwebrtc",
 9908 "livekit-api",
 9909 "livekit-protocol",
 9910 "livekit-runtime",
 9911 "log",
 9912 "parking_lot",
 9913 "prost 0.12.6",
 9914 "semver",
 9915 "serde",
 9916 "serde_json",
 9917 "thiserror 1.0.69",
 9918 "tokio",
 9919]
 9920
 9921[[package]]
 9922name = "livekit-api"
 9923version = "0.4.14"
 9924source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9925dependencies = [
 9926 "base64 0.21.7",
 9927 "futures-util",
 9928 "http 1.3.1",
 9929 "livekit-protocol",
 9930 "livekit-runtime",
 9931 "log",
 9932 "parking_lot",
 9933 "pbjson-types",
 9934 "prost 0.12.6",
 9935 "rand 0.9.2",
 9936 "reqwest 0.12.24",
 9937 "rustls-native-certs 0.6.3",
 9938 "scopeguard",
 9939 "serde",
 9940 "sha2",
 9941 "thiserror 1.0.69",
 9942 "tokio",
 9943 "tokio-rustls 0.26.2",
 9944 "tokio-tungstenite 0.28.0",
 9945 "url",
 9946]
 9947
 9948[[package]]
 9949name = "livekit-protocol"
 9950version = "0.7.1"
 9951source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9952dependencies = [
 9953 "futures-util",
 9954 "livekit-runtime",
 9955 "parking_lot",
 9956 "pbjson",
 9957 "pbjson-types",
 9958 "prost 0.12.6",
 9959 "serde",
 9960 "thiserror 1.0.69",
 9961 "tokio",
 9962]
 9963
 9964[[package]]
 9965name = "livekit-runtime"
 9966version = "0.4.0"
 9967source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9968dependencies = [
 9969 "tokio",
 9970 "tokio-stream",
 9971]
 9972
 9973[[package]]
 9974name = "livekit_api"
 9975version = "0.1.0"
 9976dependencies = [
 9977 "anyhow",
 9978 "async-trait",
 9979 "jsonwebtoken",
 9980 "log",
 9981 "prost 0.9.0",
 9982 "prost-build 0.9.0",
 9983 "prost-types 0.9.0",
 9984 "serde",
 9985 "zed-reqwest",
 9986]
 9987
 9988[[package]]
 9989name = "livekit_client"
 9990version = "0.1.0"
 9991dependencies = [
 9992 "anyhow",
 9993 "async-trait",
 9994 "audio",
 9995 "cocoa 0.26.0",
 9996 "collections",
 9997 "core-foundation 0.10.0",
 9998 "core-video",
 9999 "coreaudio-rs 0.12.1",
10000 "cpal",
10001 "futures 0.3.32",
10002 "gpui",
10003 "gpui_platform",
10004 "gpui_tokio",
10005 "http_client_tls",
10006 "image",
10007 "libwebrtc",
10008 "livekit",
10009 "livekit_api",
10010 "log",
10011 "nanoid",
10012 "objc",
10013 "parking_lot",
10014 "postage",
10015 "rodio",
10016 "serde",
10017 "serde_json",
10018 "serde_urlencoded",
10019 "settings",
10020 "simplelog",
10021 "smallvec",
10022 "tokio",
10023 "ui",
10024 "util",
10025 "webrtc-sys",
10026 "zed-scap",
10027]
10028
10029[[package]]
10030name = "lmdb-master-sys"
10031version = "0.2.5"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10034dependencies = [
10035 "cc",
10036 "doxygen-rs",
10037 "libc",
10038]
10039
10040[[package]]
10041name = "lmstudio"
10042version = "0.1.0"
10043dependencies = [
10044 "anyhow",
10045 "futures 0.3.32",
10046 "http_client",
10047 "schemars",
10048 "serde",
10049 "serde_json",
10050]
10051
10052[[package]]
10053name = "lock_api"
10054version = "0.4.14"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10057dependencies = [
10058 "scopeguard",
10059]
10060
10061[[package]]
10062name = "log"
10063version = "0.4.29"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10066dependencies = [
10067 "serde_core",
10068 "value-bag",
10069]
10070
10071[[package]]
10072name = "loom"
10073version = "0.7.2"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10076dependencies = [
10077 "cfg-if",
10078 "generator",
10079 "scoped-tls",
10080 "tracing",
10081 "tracing-subscriber",
10082]
10083
10084[[package]]
10085name = "loop9"
10086version = "0.1.5"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10089dependencies = [
10090 "imgref",
10091]
10092
10093[[package]]
10094name = "lru"
10095version = "0.12.5"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10098dependencies = [
10099 "hashbrown 0.15.5",
10100]
10101
10102[[package]]
10103name = "lru-slab"
10104version = "0.1.2"
10105source = "registry+https://github.com/rust-lang/crates.io-index"
10106checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10107
10108[[package]]
10109name = "lsp"
10110version = "0.1.0"
10111dependencies = [
10112 "anyhow",
10113 "async-pipe",
10114 "collections",
10115 "ctor",
10116 "futures 0.3.32",
10117 "gpui",
10118 "gpui_util",
10119 "log",
10120 "lsp-types",
10121 "parking_lot",
10122 "postage",
10123 "release_channel",
10124 "schemars",
10125 "semver",
10126 "serde",
10127 "serde_json",
10128 "smol",
10129 "util",
10130 "zlog",
10131]
10132
10133[[package]]
10134name = "lsp-types"
10135version = "0.95.1"
10136source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10137dependencies = [
10138 "bitflags 1.3.2",
10139 "serde",
10140 "serde_json",
10141 "url",
10142]
10143
10144[[package]]
10145name = "lyon"
10146version = "1.0.16"
10147source = "registry+https://github.com/rust-lang/crates.io-index"
10148checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10149dependencies = [
10150 "lyon_algorithms",
10151 "lyon_extra",
10152 "lyon_tessellation",
10153]
10154
10155[[package]]
10156name = "lyon_algorithms"
10157version = "1.0.16"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10160dependencies = [
10161 "lyon_path",
10162 "num-traits",
10163]
10164
10165[[package]]
10166name = "lyon_extra"
10167version = "1.0.3"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10170dependencies = [
10171 "lyon_path",
10172 "thiserror 1.0.69",
10173]
10174
10175[[package]]
10176name = "lyon_geom"
10177version = "1.0.17"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10180dependencies = [
10181 "arrayvec",
10182 "euclid",
10183 "num-traits",
10184]
10185
10186[[package]]
10187name = "lyon_path"
10188version = "1.0.16"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10191dependencies = [
10192 "lyon_geom",
10193 "num-traits",
10194]
10195
10196[[package]]
10197name = "lyon_tessellation"
10198version = "1.0.16"
10199source = "registry+https://github.com/rust-lang/crates.io-index"
10200checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10201dependencies = [
10202 "float_next_after",
10203 "lyon_path",
10204 "num-traits",
10205]
10206
10207[[package]]
10208name = "mac"
10209version = "0.1.1"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10212
10213[[package]]
10214name = "mach2"
10215version = "0.4.3"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10218dependencies = [
10219 "libc",
10220]
10221
10222[[package]]
10223name = "mach2"
10224version = "0.5.0"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10227dependencies = [
10228 "libc",
10229]
10230
10231[[package]]
10232name = "malloc_buf"
10233version = "0.0.6"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10236dependencies = [
10237 "libc",
10238]
10239
10240[[package]]
10241name = "maplit"
10242version = "1.0.2"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10245
10246[[package]]
10247name = "markdown"
10248version = "0.1.0"
10249dependencies = [
10250 "anyhow",
10251 "assets",
10252 "base64 0.22.1",
10253 "collections",
10254 "env_logger 0.11.8",
10255 "fs",
10256 "futures 0.3.32",
10257 "gpui",
10258 "gpui_platform",
10259 "html5ever 0.27.0",
10260 "language",
10261 "languages",
10262 "linkify",
10263 "log",
10264 "markup5ever_rcdom",
10265 "mermaid-rs-renderer",
10266 "node_runtime",
10267 "pulldown-cmark 0.13.0",
10268 "settings",
10269 "stacksafe",
10270 "sum_tree",
10271 "theme",
10272 "theme_settings",
10273 "ui",
10274 "util",
10275]
10276
10277[[package]]
10278name = "markdown_preview"
10279version = "0.1.0"
10280dependencies = [
10281 "anyhow",
10282 "editor",
10283 "gpui",
10284 "language",
10285 "log",
10286 "markdown",
10287 "project",
10288 "settings",
10289 "tempfile",
10290 "theme_settings",
10291 "ui",
10292 "urlencoding",
10293 "util",
10294 "workspace",
10295 "zed_actions",
10296]
10297
10298[[package]]
10299name = "markup5ever"
10300version = "0.12.1"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10303dependencies = [
10304 "log",
10305 "phf 0.11.3",
10306 "phf_codegen",
10307 "string_cache",
10308 "string_cache_codegen",
10309 "tendril",
10310]
10311
10312[[package]]
10313name = "markup5ever"
10314version = "0.35.0"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10317dependencies = [
10318 "log",
10319 "tendril",
10320 "web_atoms",
10321]
10322
10323[[package]]
10324name = "markup5ever_rcdom"
10325version = "0.3.0"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10328dependencies = [
10329 "html5ever 0.27.0",
10330 "markup5ever 0.12.1",
10331 "tendril",
10332 "xml5ever",
10333]
10334
10335[[package]]
10336name = "match_token"
10337version = "0.35.0"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10340dependencies = [
10341 "proc-macro2",
10342 "quote",
10343 "syn 2.0.117",
10344]
10345
10346[[package]]
10347name = "matchers"
10348version = "0.2.0"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10351dependencies = [
10352 "regex-automata",
10353]
10354
10355[[package]]
10356name = "matchit"
10357version = "0.7.3"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10360
10361[[package]]
10362name = "maybe-owned"
10363version = "0.3.4"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10366
10367[[package]]
10368name = "maybe-rayon"
10369version = "0.1.1"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10372dependencies = [
10373 "cfg-if",
10374 "rayon",
10375]
10376
10377[[package]]
10378name = "md-5"
10379version = "0.10.6"
10380source = "registry+https://github.com/rust-lang/crates.io-index"
10381checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10382dependencies = [
10383 "cfg-if",
10384 "digest",
10385]
10386
10387[[package]]
10388name = "mdbook"
10389version = "0.4.40"
10390source = "registry+https://github.com/rust-lang/crates.io-index"
10391checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10392dependencies = [
10393 "ammonia",
10394 "anyhow",
10395 "chrono",
10396 "clap",
10397 "clap_complete",
10398 "elasticlunr-rs",
10399 "env_logger 0.11.8",
10400 "futures-util",
10401 "handlebars 5.1.2",
10402 "ignore",
10403 "log",
10404 "memchr",
10405 "notify 6.1.1",
10406 "notify-debouncer-mini",
10407 "once_cell",
10408 "opener",
10409 "pathdiff",
10410 "pulldown-cmark 0.10.3",
10411 "regex",
10412 "serde",
10413 "serde_json",
10414 "shlex",
10415 "tempfile",
10416 "tokio",
10417 "toml 0.5.11",
10418 "topological-sort",
10419 "walkdir",
10420 "warp",
10421]
10422
10423[[package]]
10424name = "media"
10425version = "0.1.0"
10426dependencies = [
10427 "anyhow",
10428 "bindgen 0.71.1",
10429 "core-foundation 0.10.0",
10430 "core-video",
10431 "ctor",
10432 "foreign-types 0.5.0",
10433 "metal",
10434 "objc",
10435]
10436
10437[[package]]
10438name = "memchr"
10439version = "2.7.6"
10440source = "registry+https://github.com/rust-lang/crates.io-index"
10441checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10442
10443[[package]]
10444name = "memfd"
10445version = "0.6.5"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10448dependencies = [
10449 "rustix 1.1.2",
10450]
10451
10452[[package]]
10453name = "memmap2"
10454version = "0.9.8"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10457dependencies = [
10458 "libc",
10459 "stable_deref_trait",
10460]
10461
10462[[package]]
10463name = "memoffset"
10464version = "0.9.1"
10465source = "registry+https://github.com/rust-lang/crates.io-index"
10466checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10467dependencies = [
10468 "autocfg",
10469]
10470
10471[[package]]
10472name = "menu"
10473version = "0.1.0"
10474dependencies = [
10475 "gpui",
10476]
10477
10478[[package]]
10479name = "merge"
10480version = "0.1.0"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10483dependencies = [
10484 "merge_derive",
10485 "num-traits",
10486]
10487
10488[[package]]
10489name = "merge_derive"
10490version = "0.1.0"
10491source = "registry+https://github.com/rust-lang/crates.io-index"
10492checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10493dependencies = [
10494 "proc-macro-error",
10495 "proc-macro2",
10496 "quote",
10497 "syn 1.0.109",
10498]
10499
10500[[package]]
10501name = "mermaid-rs-renderer"
10502version = "0.2.0"
10503source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10504dependencies = [
10505 "anyhow",
10506 "fontdb 0.16.2",
10507 "json5",
10508 "once_cell",
10509 "regex",
10510 "serde",
10511 "serde_json",
10512 "thiserror 2.0.17",
10513 "ttf-parser 0.20.0",
10514]
10515
10516[[package]]
10517name = "metal"
10518version = "0.33.0"
10519source = "registry+https://github.com/rust-lang/crates.io-index"
10520checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10521dependencies = [
10522 "bitflags 2.10.0",
10523 "block",
10524 "core-graphics-types 0.2.0",
10525 "foreign-types 0.5.0",
10526 "log",
10527 "objc",
10528 "paste",
10529]
10530
10531[[package]]
10532name = "migrator"
10533version = "0.1.0"
10534dependencies = [
10535 "anyhow",
10536 "collections",
10537 "convert_case 0.8.0",
10538 "log",
10539 "pretty_assertions",
10540 "serde_json",
10541 "serde_json_lenient",
10542 "settings_content",
10543 "settings_json",
10544 "streaming-iterator",
10545 "tree-sitter",
10546 "tree-sitter-json",
10547 "unindent",
10548]
10549
10550[[package]]
10551name = "mimalloc"
10552version = "0.1.48"
10553source = "registry+https://github.com/rust-lang/crates.io-index"
10554checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10555dependencies = [
10556 "libmimalloc-sys",
10557]
10558
10559[[package]]
10560name = "mime"
10561version = "0.3.17"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10564
10565[[package]]
10566name = "mime_guess"
10567version = "2.0.5"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10570dependencies = [
10571 "mime",
10572 "unicase",
10573]
10574
10575[[package]]
10576name = "minidump-common"
10577version = "0.26.1"
10578source = "registry+https://github.com/rust-lang/crates.io-index"
10579checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10580dependencies = [
10581 "bitflags 2.10.0",
10582 "debugid",
10583 "num-derive",
10584 "num-traits",
10585 "range-map",
10586 "scroll",
10587 "smart-default",
10588]
10589
10590[[package]]
10591name = "minidump-writer"
10592version = "0.11.0"
10593source = "registry+https://github.com/rust-lang/crates.io-index"
10594checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10595dependencies = [
10596 "bitflags 2.10.0",
10597 "byteorder",
10598 "cfg-if",
10599 "crash-context",
10600 "error-graph",
10601 "failspot",
10602 "goblin",
10603 "libc",
10604 "log",
10605 "mach2 0.4.3",
10606 "memmap2",
10607 "memoffset",
10608 "minidump-common",
10609 "nix 0.29.0",
10610 "procfs-core",
10611 "scroll",
10612 "serde",
10613 "serde_json",
10614 "tempfile",
10615 "thiserror 2.0.17",
10616]
10617
10618[[package]]
10619name = "minidumper"
10620version = "0.9.0"
10621source = "registry+https://github.com/rust-lang/crates.io-index"
10622checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10623dependencies = [
10624 "cfg-if",
10625 "crash-context",
10626 "libc",
10627 "log",
10628 "minidump-writer",
10629 "parking_lot",
10630 "polling",
10631 "scroll",
10632 "thiserror 2.0.17",
10633 "uds",
10634]
10635
10636[[package]]
10637name = "minimal-lexical"
10638version = "0.2.1"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10641
10642[[package]]
10643name = "miniprofiler_ui"
10644version = "0.1.0"
10645dependencies = [
10646 "gpui",
10647 "rpc",
10648 "serde_json",
10649 "smol",
10650 "theme_settings",
10651 "util",
10652 "workspace",
10653 "zed_actions",
10654]
10655
10656[[package]]
10657name = "miniz_oxide"
10658version = "0.8.9"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10661dependencies = [
10662 "adler2",
10663 "simd-adler32",
10664]
10665
10666[[package]]
10667name = "mio"
10668version = "0.8.11"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10671dependencies = [
10672 "libc",
10673 "log",
10674 "wasi",
10675 "windows-sys 0.48.0",
10676]
10677
10678[[package]]
10679name = "mio"
10680version = "1.1.0"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10683dependencies = [
10684 "libc",
10685 "log",
10686 "wasi",
10687 "windows-sys 0.61.2",
10688]
10689
10690[[package]]
10691name = "miow"
10692version = "0.6.1"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10695dependencies = [
10696 "windows-sys 0.61.2",
10697]
10698
10699[[package]]
10700name = "mistral"
10701version = "0.1.0"
10702dependencies = [
10703 "anyhow",
10704 "futures 0.3.32",
10705 "http_client",
10706 "schemars",
10707 "serde",
10708 "serde_json",
10709 "strum 0.27.2",
10710]
10711
10712[[package]]
10713name = "moka"
10714version = "0.12.11"
10715source = "registry+https://github.com/rust-lang/crates.io-index"
10716checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10717dependencies = [
10718 "crossbeam-channel",
10719 "crossbeam-epoch",
10720 "crossbeam-utils",
10721 "equivalent",
10722 "parking_lot",
10723 "portable-atomic",
10724 "rustc_version",
10725 "smallvec",
10726 "tagptr",
10727 "uuid",
10728]
10729
10730[[package]]
10731name = "moxcms"
10732version = "0.7.7"
10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10735dependencies = [
10736 "num-traits",
10737 "pxfm",
10738]
10739
10740[[package]]
10741name = "msvc_spectre_libs"
10742version = "0.1.3"
10743source = "registry+https://github.com/rust-lang/crates.io-index"
10744checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10745dependencies = [
10746 "cc",
10747]
10748
10749[[package]]
10750name = "multi_buffer"
10751version = "0.1.0"
10752dependencies = [
10753 "anyhow",
10754 "buffer_diff",
10755 "clock",
10756 "collections",
10757 "ctor",
10758 "gpui",
10759 "indoc",
10760 "itertools 0.14.0",
10761 "language",
10762 "log",
10763 "parking_lot",
10764 "pretty_assertions",
10765 "rand 0.9.2",
10766 "rope",
10767 "serde",
10768 "settings",
10769 "smallvec",
10770 "smol",
10771 "sum_tree",
10772 "text",
10773 "theme",
10774 "tracing",
10775 "tree-sitter",
10776 "unicode-segmentation",
10777 "util",
10778 "zlog",
10779 "ztracing",
10780]
10781
10782[[package]]
10783name = "multimap"
10784version = "0.8.3"
10785source = "registry+https://github.com/rust-lang/crates.io-index"
10786checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10787
10788[[package]]
10789name = "naga"
10790version = "29.0.0"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10793dependencies = [
10794 "arrayvec",
10795 "bit-set 0.9.1",
10796 "bitflags 2.10.0",
10797 "cfg-if",
10798 "cfg_aliases 0.2.1",
10799 "codespan-reporting",
10800 "half",
10801 "hashbrown 0.16.1",
10802 "hexf-parse",
10803 "indexmap",
10804 "libm",
10805 "log",
10806 "num-traits",
10807 "once_cell",
10808 "rustc-hash 1.1.0",
10809 "thiserror 2.0.17",
10810 "unicode-ident",
10811]
10812
10813[[package]]
10814name = "naga"
10815version = "29.0.0"
10816source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10817dependencies = [
10818 "arrayvec",
10819 "bit-set 0.9.1",
10820 "bitflags 2.10.0",
10821 "cfg-if",
10822 "cfg_aliases 0.2.1",
10823 "codespan-reporting",
10824 "half",
10825 "hashbrown 0.16.1",
10826 "hexf-parse",
10827 "indexmap",
10828 "libm",
10829 "log",
10830 "num-traits",
10831 "once_cell",
10832 "rustc-hash 1.1.0",
10833 "spirv",
10834 "thiserror 2.0.17",
10835 "unicode-ident",
10836]
10837
10838[[package]]
10839name = "nanoid"
10840version = "0.4.0"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10843dependencies = [
10844 "rand 0.8.5",
10845]
10846
10847[[package]]
10848name = "nanorand"
10849version = "0.7.0"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10852dependencies = [
10853 "getrandom 0.2.16",
10854]
10855
10856[[package]]
10857name = "native-tls"
10858version = "0.2.14"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10861dependencies = [
10862 "libc",
10863 "log",
10864 "openssl",
10865 "openssl-probe",
10866 "openssl-sys",
10867 "schannel",
10868 "security-framework 2.11.1",
10869 "security-framework-sys",
10870 "tempfile",
10871]
10872
10873[[package]]
10874name = "nbformat"
10875version = "1.2.0"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10878dependencies = [
10879 "anyhow",
10880 "chrono",
10881 "jupyter-protocol",
10882 "serde",
10883 "serde_json",
10884 "thiserror 1.0.69",
10885 "uuid",
10886]
10887
10888[[package]]
10889name = "nc"
10890version = "0.1.0"
10891dependencies = [
10892 "anyhow",
10893 "futures 0.3.32",
10894 "net",
10895 "smol",
10896]
10897
10898[[package]]
10899name = "ndk"
10900version = "0.9.0"
10901source = "registry+https://github.com/rust-lang/crates.io-index"
10902checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10903dependencies = [
10904 "bitflags 2.10.0",
10905 "jni-sys",
10906 "log",
10907 "ndk-sys",
10908 "num_enum",
10909 "thiserror 1.0.69",
10910]
10911
10912[[package]]
10913name = "ndk-context"
10914version = "0.1.1"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10917
10918[[package]]
10919name = "ndk-sys"
10920version = "0.6.0+11769913"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10923dependencies = [
10924 "jni-sys",
10925]
10926
10927[[package]]
10928name = "net"
10929version = "0.1.0"
10930dependencies = [
10931 "anyhow",
10932 "async-io",
10933 "smol",
10934 "tempfile",
10935 "windows 0.61.3",
10936]
10937
10938[[package]]
10939name = "new_debug_unreachable"
10940version = "1.0.6"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10943
10944[[package]]
10945name = "nix"
10946version = "0.28.0"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10949dependencies = [
10950 "bitflags 2.10.0",
10951 "cfg-if",
10952 "cfg_aliases 0.1.1",
10953 "libc",
10954]
10955
10956[[package]]
10957name = "nix"
10958version = "0.29.0"
10959source = "registry+https://github.com/rust-lang/crates.io-index"
10960checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10961dependencies = [
10962 "bitflags 2.10.0",
10963 "cfg-if",
10964 "cfg_aliases 0.2.1",
10965 "libc",
10966]
10967
10968[[package]]
10969name = "nix"
10970version = "0.30.1"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10973dependencies = [
10974 "bitflags 2.10.0",
10975 "cfg-if",
10976 "cfg_aliases 0.2.1",
10977 "libc",
10978]
10979
10980[[package]]
10981name = "node_runtime"
10982version = "0.1.0"
10983dependencies = [
10984 "anyhow",
10985 "async-compression",
10986 "async-std",
10987 "async-tar",
10988 "async-trait",
10989 "futures 0.3.32",
10990 "http_client",
10991 "log",
10992 "paths",
10993 "semver",
10994 "serde",
10995 "serde_json",
10996 "smol",
10997 "util",
10998 "watch",
10999 "which 6.0.3",
11000]
11001
11002[[package]]
11003name = "nom"
11004version = "7.1.3"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11007dependencies = [
11008 "memchr",
11009 "minimal-lexical",
11010]
11011
11012[[package]]
11013name = "nom"
11014version = "8.0.0"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11017dependencies = [
11018 "memchr",
11019]
11020
11021[[package]]
11022name = "noop_proc_macro"
11023version = "0.3.0"
11024source = "registry+https://github.com/rust-lang/crates.io-index"
11025checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11026
11027[[package]]
11028name = "normpath"
11029version = "1.5.0"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11032dependencies = [
11033 "windows-sys 0.61.2",
11034]
11035
11036[[package]]
11037name = "notifications"
11038version = "0.1.0"
11039dependencies = [
11040 "anyhow",
11041 "channel",
11042 "client",
11043 "component",
11044 "db",
11045 "gpui",
11046 "rpc",
11047 "sum_tree",
11048 "time",
11049 "ui",
11050 "util",
11051 "workspace",
11052 "zed_actions",
11053]
11054
11055[[package]]
11056name = "notify"
11057version = "6.1.1"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11060dependencies = [
11061 "bitflags 2.10.0",
11062 "crossbeam-channel",
11063 "filetime",
11064 "fsevent-sys",
11065 "inotify 0.9.6",
11066 "kqueue",
11067 "libc",
11068 "log",
11069 "mio 0.8.11",
11070 "walkdir",
11071 "windows-sys 0.48.0",
11072]
11073
11074[[package]]
11075name = "notify"
11076version = "8.2.0"
11077source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11078dependencies = [
11079 "bitflags 2.10.0",
11080 "fsevent-sys",
11081 "inotify 0.11.0",
11082 "kqueue",
11083 "libc",
11084 "log",
11085 "mio 1.1.0",
11086 "notify-types",
11087 "walkdir",
11088 "windows-sys 0.60.2",
11089]
11090
11091[[package]]
11092name = "notify-debouncer-mini"
11093version = "0.4.1"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11096dependencies = [
11097 "crossbeam-channel",
11098 "log",
11099 "notify 6.1.1",
11100]
11101
11102[[package]]
11103name = "notify-types"
11104version = "2.0.0"
11105source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11106
11107[[package]]
11108name = "ntapi"
11109version = "0.4.1"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11112dependencies = [
11113 "winapi",
11114]
11115
11116[[package]]
11117name = "nu-ansi-term"
11118version = "0.50.3"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11121dependencies = [
11122 "windows-sys 0.61.2",
11123]
11124
11125[[package]]
11126name = "nucleo"
11127version = "0.5.0"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11130dependencies = [
11131 "nucleo-matcher",
11132 "parking_lot",
11133 "rayon",
11134]
11135
11136[[package]]
11137name = "nucleo-matcher"
11138version = "0.3.1"
11139source = "registry+https://github.com/rust-lang/crates.io-index"
11140checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11141dependencies = [
11142 "memchr",
11143 "unicode-segmentation",
11144]
11145
11146[[package]]
11147name = "num"
11148version = "0.4.3"
11149source = "registry+https://github.com/rust-lang/crates.io-index"
11150checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11151dependencies = [
11152 "num-bigint",
11153 "num-complex",
11154 "num-integer",
11155 "num-iter",
11156 "num-rational",
11157 "num-traits",
11158]
11159
11160[[package]]
11161name = "num-bigint"
11162version = "0.4.6"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11165dependencies = [
11166 "num-integer",
11167 "num-traits",
11168]
11169
11170[[package]]
11171name = "num-bigint-dig"
11172version = "0.8.6"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11175dependencies = [
11176 "lazy_static",
11177 "libm",
11178 "num-integer",
11179 "num-iter",
11180 "num-traits",
11181 "rand 0.8.5",
11182 "smallvec",
11183 "zeroize",
11184]
11185
11186[[package]]
11187name = "num-bigint-dig"
11188version = "0.9.1"
11189source = "registry+https://github.com/rust-lang/crates.io-index"
11190checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11191dependencies = [
11192 "libm",
11193 "num-integer",
11194 "num-iter",
11195 "num-traits",
11196 "once_cell",
11197 "rand 0.9.2",
11198 "serde",
11199 "smallvec",
11200 "zeroize",
11201]
11202
11203[[package]]
11204name = "num-cmp"
11205version = "0.1.0"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11208
11209[[package]]
11210name = "num-complex"
11211version = "0.4.6"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11214dependencies = [
11215 "bytemuck",
11216 "num-traits",
11217]
11218
11219[[package]]
11220name = "num-conv"
11221version = "0.2.0"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11224
11225[[package]]
11226name = "num-derive"
11227version = "0.4.2"
11228source = "registry+https://github.com/rust-lang/crates.io-index"
11229checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11230dependencies = [
11231 "proc-macro2",
11232 "quote",
11233 "syn 2.0.117",
11234]
11235
11236[[package]]
11237name = "num-format"
11238version = "0.4.4"
11239source = "registry+https://github.com/rust-lang/crates.io-index"
11240checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11241dependencies = [
11242 "arrayvec",
11243 "itoa",
11244]
11245
11246[[package]]
11247name = "num-integer"
11248version = "0.1.46"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11251dependencies = [
11252 "num-traits",
11253]
11254
11255[[package]]
11256name = "num-iter"
11257version = "0.1.45"
11258source = "registry+https://github.com/rust-lang/crates.io-index"
11259checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11260dependencies = [
11261 "autocfg",
11262 "num-integer",
11263 "num-traits",
11264]
11265
11266[[package]]
11267name = "num-rational"
11268version = "0.4.2"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11271dependencies = [
11272 "num-bigint",
11273 "num-integer",
11274 "num-traits",
11275]
11276
11277[[package]]
11278name = "num-traits"
11279version = "0.2.19"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11282dependencies = [
11283 "autocfg",
11284 "libm",
11285]
11286
11287[[package]]
11288name = "num_cpus"
11289version = "1.17.0"
11290source = "registry+https://github.com/rust-lang/crates.io-index"
11291checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11292dependencies = [
11293 "hermit-abi",
11294 "libc",
11295]
11296
11297[[package]]
11298name = "num_enum"
11299version = "0.7.4"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11302dependencies = [
11303 "num_enum_derive",
11304 "rustversion",
11305]
11306
11307[[package]]
11308name = "num_enum_derive"
11309version = "0.7.4"
11310source = "registry+https://github.com/rust-lang/crates.io-index"
11311checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11312dependencies = [
11313 "proc-macro-crate",
11314 "proc-macro2",
11315 "quote",
11316 "syn 2.0.117",
11317]
11318
11319[[package]]
11320name = "num_threads"
11321version = "0.1.7"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11324dependencies = [
11325 "libc",
11326]
11327
11328[[package]]
11329name = "nvim-rs"
11330version = "0.9.2"
11331source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11332dependencies = [
11333 "async-trait",
11334 "futures 0.3.32",
11335 "log",
11336 "rmp",
11337 "rmpv",
11338 "tokio",
11339 "tokio-util",
11340]
11341
11342[[package]]
11343name = "objc"
11344version = "0.2.7"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11347dependencies = [
11348 "malloc_buf",
11349 "objc_exception",
11350]
11351
11352[[package]]
11353name = "objc-foundation"
11354version = "0.1.1"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11357dependencies = [
11358 "block",
11359 "objc",
11360 "objc_id",
11361]
11362
11363[[package]]
11364name = "objc2"
11365version = "0.6.3"
11366source = "registry+https://github.com/rust-lang/crates.io-index"
11367checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11368dependencies = [
11369 "objc2-encode",
11370]
11371
11372[[package]]
11373name = "objc2-app-kit"
11374version = "0.3.1"
11375source = "registry+https://github.com/rust-lang/crates.io-index"
11376checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11377dependencies = [
11378 "objc2",
11379 "objc2-foundation",
11380]
11381
11382[[package]]
11383name = "objc2-audio-toolbox"
11384version = "0.3.2"
11385source = "registry+https://github.com/rust-lang/crates.io-index"
11386checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11387dependencies = [
11388 "bitflags 2.10.0",
11389 "libc",
11390 "objc2",
11391 "objc2-core-audio",
11392 "objc2-core-audio-types",
11393 "objc2-core-foundation",
11394 "objc2-foundation",
11395]
11396
11397[[package]]
11398name = "objc2-avf-audio"
11399version = "0.3.2"
11400source = "registry+https://github.com/rust-lang/crates.io-index"
11401checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11402dependencies = [
11403 "objc2",
11404 "objc2-foundation",
11405]
11406
11407[[package]]
11408name = "objc2-core-audio"
11409version = "0.3.2"
11410source = "registry+https://github.com/rust-lang/crates.io-index"
11411checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11412dependencies = [
11413 "dispatch2",
11414 "objc2",
11415 "objc2-core-audio-types",
11416 "objc2-core-foundation",
11417 "objc2-foundation",
11418]
11419
11420[[package]]
11421name = "objc2-core-audio-types"
11422version = "0.3.2"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11425dependencies = [
11426 "bitflags 2.10.0",
11427 "objc2",
11428]
11429
11430[[package]]
11431name = "objc2-core-foundation"
11432version = "0.3.2"
11433source = "registry+https://github.com/rust-lang/crates.io-index"
11434checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11435dependencies = [
11436 "bitflags 2.10.0",
11437 "block2",
11438 "dispatch2",
11439 "libc",
11440 "objc2",
11441]
11442
11443[[package]]
11444name = "objc2-encode"
11445version = "4.1.0"
11446source = "registry+https://github.com/rust-lang/crates.io-index"
11447checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11448
11449[[package]]
11450name = "objc2-foundation"
11451version = "0.3.2"
11452source = "registry+https://github.com/rust-lang/crates.io-index"
11453checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11454dependencies = [
11455 "bitflags 2.10.0",
11456 "block2",
11457 "libc",
11458 "objc2",
11459 "objc2-core-foundation",
11460]
11461
11462[[package]]
11463name = "objc2-io-kit"
11464version = "0.3.2"
11465source = "registry+https://github.com/rust-lang/crates.io-index"
11466checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11467dependencies = [
11468 "libc",
11469 "objc2-core-foundation",
11470]
11471
11472[[package]]
11473name = "objc2-metal"
11474version = "0.3.2"
11475source = "registry+https://github.com/rust-lang/crates.io-index"
11476checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11477dependencies = [
11478 "bitflags 2.10.0",
11479 "block2",
11480 "dispatch2",
11481 "objc2",
11482 "objc2-core-foundation",
11483 "objc2-foundation",
11484]
11485
11486[[package]]
11487name = "objc2-quartz-core"
11488version = "0.3.2"
11489source = "registry+https://github.com/rust-lang/crates.io-index"
11490checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11491dependencies = [
11492 "bitflags 2.10.0",
11493 "objc2",
11494 "objc2-core-foundation",
11495 "objc2-foundation",
11496 "objc2-metal",
11497]
11498
11499[[package]]
11500name = "objc_exception"
11501version = "0.1.2"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11504dependencies = [
11505 "cc",
11506]
11507
11508[[package]]
11509name = "objc_id"
11510version = "0.1.1"
11511source = "registry+https://github.com/rust-lang/crates.io-index"
11512checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11513dependencies = [
11514 "objc",
11515]
11516
11517[[package]]
11518name = "object"
11519version = "0.37.3"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11522dependencies = [
11523 "crc32fast",
11524 "hashbrown 0.15.5",
11525 "indexmap",
11526 "memchr",
11527]
11528
11529[[package]]
11530name = "octocrab"
11531version = "0.49.7"
11532source = "registry+https://github.com/rust-lang/crates.io-index"
11533checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11534dependencies = [
11535 "arc-swap",
11536 "async-trait",
11537 "base64 0.22.1",
11538 "bytes 1.11.1",
11539 "cargo_metadata 0.23.1",
11540 "cfg-if",
11541 "chrono",
11542 "either",
11543 "futures 0.3.32",
11544 "futures-core",
11545 "futures-util",
11546 "getrandom 0.2.16",
11547 "http 1.3.1",
11548 "http-body 1.0.1",
11549 "http-body-util",
11550 "hyper 1.7.0",
11551 "hyper-rustls 0.27.7",
11552 "hyper-timeout",
11553 "hyper-util",
11554 "jsonwebtoken",
11555 "once_cell",
11556 "percent-encoding",
11557 "pin-project",
11558 "secrecy",
11559 "serde",
11560 "serde_json",
11561 "serde_path_to_error",
11562 "serde_urlencoded",
11563 "snafu",
11564 "tokio",
11565 "tower 0.5.2",
11566 "tower-http 0.6.6",
11567 "url",
11568 "web-time",
11569]
11570
11571[[package]]
11572name = "ollama"
11573version = "0.1.0"
11574dependencies = [
11575 "anyhow",
11576 "futures 0.3.32",
11577 "http_client",
11578 "schemars",
11579 "serde",
11580 "serde_json",
11581 "settings",
11582]
11583
11584[[package]]
11585name = "onboarding"
11586version = "0.1.0"
11587dependencies = [
11588 "anyhow",
11589 "client",
11590 "component",
11591 "db",
11592 "documented",
11593 "fs",
11594 "fuzzy",
11595 "gpui",
11596 "menu",
11597 "notifications",
11598 "picker",
11599 "project",
11600 "schemars",
11601 "serde",
11602 "settings",
11603 "telemetry",
11604 "theme",
11605 "theme_settings",
11606 "ui",
11607 "util",
11608 "vim_mode_setting",
11609 "workspace",
11610 "zed_actions",
11611 "zlog",
11612]
11613
11614[[package]]
11615name = "once_cell"
11616version = "1.21.3"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11619
11620[[package]]
11621name = "once_cell_polyfill"
11622version = "1.70.1"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11625
11626[[package]]
11627name = "oo7"
11628version = "0.6.0"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11631dependencies = [
11632 "aes",
11633 "ashpd",
11634 "async-fs",
11635 "async-io",
11636 "async-lock 3.4.2",
11637 "blocking",
11638 "cbc",
11639 "cipher",
11640 "digest",
11641 "endi",
11642 "futures-lite 2.6.1",
11643 "futures-util",
11644 "getrandom 0.4.1",
11645 "hkdf",
11646 "hmac",
11647 "md-5",
11648 "num",
11649 "num-bigint-dig 0.9.1",
11650 "pbkdf2 0.12.2",
11651 "serde",
11652 "serde_bytes",
11653 "sha2",
11654 "subtle",
11655 "zbus",
11656 "zbus_macros",
11657 "zeroize",
11658 "zvariant",
11659]
11660
11661[[package]]
11662name = "oorandom"
11663version = "11.1.5"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11666
11667[[package]]
11668name = "open"
11669version = "5.3.2"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11672dependencies = [
11673 "is-wsl",
11674 "libc",
11675 "pathdiff",
11676]
11677
11678[[package]]
11679name = "open_ai"
11680version = "0.1.0"
11681dependencies = [
11682 "anyhow",
11683 "collections",
11684 "futures 0.3.32",
11685 "http_client",
11686 "language_model_core",
11687 "log",
11688 "pretty_assertions",
11689 "rand 0.9.2",
11690 "schemars",
11691 "serde",
11692 "serde_json",
11693 "strum 0.27.2",
11694 "thiserror 2.0.17",
11695 "tiktoken-rs",
11696]
11697
11698[[package]]
11699name = "open_path_prompt"
11700version = "0.1.0"
11701dependencies = [
11702 "editor",
11703 "file_icons",
11704 "futures 0.3.32",
11705 "fuzzy",
11706 "gpui",
11707 "picker",
11708 "project",
11709 "schemars",
11710 "serde",
11711 "serde_json",
11712 "settings",
11713 "theme",
11714 "theme_settings",
11715 "ui",
11716 "util",
11717 "workspace",
11718]
11719
11720[[package]]
11721name = "open_router"
11722version = "0.1.0"
11723dependencies = [
11724 "anyhow",
11725 "futures 0.3.32",
11726 "http_client",
11727 "language_model_core",
11728 "schemars",
11729 "serde",
11730 "serde_json",
11731 "settings",
11732 "strum 0.27.2",
11733 "thiserror 2.0.17",
11734]
11735
11736[[package]]
11737name = "opencode"
11738version = "0.1.0"
11739dependencies = [
11740 "anyhow",
11741 "futures 0.3.32",
11742 "google_ai",
11743 "http_client",
11744 "schemars",
11745 "serde",
11746 "serde_json",
11747 "strum 0.27.2",
11748]
11749
11750[[package]]
11751name = "opener"
11752version = "0.7.2"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11755dependencies = [
11756 "bstr",
11757 "dbus",
11758 "normpath",
11759 "windows-sys 0.59.0",
11760]
11761
11762[[package]]
11763name = "openssl"
11764version = "0.10.74"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11767dependencies = [
11768 "bitflags 2.10.0",
11769 "cfg-if",
11770 "foreign-types 0.3.2",
11771 "libc",
11772 "once_cell",
11773 "openssl-macros",
11774 "openssl-sys",
11775]
11776
11777[[package]]
11778name = "openssl-macros"
11779version = "0.1.1"
11780source = "registry+https://github.com/rust-lang/crates.io-index"
11781checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11782dependencies = [
11783 "proc-macro2",
11784 "quote",
11785 "syn 2.0.117",
11786]
11787
11788[[package]]
11789name = "openssl-probe"
11790version = "0.1.6"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11793
11794[[package]]
11795name = "openssl-sys"
11796version = "0.9.110"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11799dependencies = [
11800 "cc",
11801 "libc",
11802 "pkg-config",
11803 "vcpkg",
11804]
11805
11806[[package]]
11807name = "optfield"
11808version = "0.4.0"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11811dependencies = [
11812 "proc-macro2",
11813 "quote",
11814 "syn 2.0.117",
11815]
11816
11817[[package]]
11818name = "option-ext"
11819version = "0.2.0"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11822
11823[[package]]
11824name = "ordered-float"
11825version = "2.10.1"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11828dependencies = [
11829 "num-traits",
11830]
11831
11832[[package]]
11833name = "ordered-float"
11834version = "4.6.0"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11837dependencies = [
11838 "num-traits",
11839]
11840
11841[[package]]
11842name = "ordered-stream"
11843version = "0.2.0"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11846dependencies = [
11847 "futures-core",
11848 "pin-project-lite",
11849]
11850
11851[[package]]
11852name = "ouroboros"
11853version = "0.18.5"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11856dependencies = [
11857 "aliasable",
11858 "ouroboros_macro",
11859 "static_assertions",
11860]
11861
11862[[package]]
11863name = "ouroboros_macro"
11864version = "0.18.5"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11867dependencies = [
11868 "heck 0.4.1",
11869 "proc-macro2",
11870 "proc-macro2-diagnostics",
11871 "quote",
11872 "syn 2.0.117",
11873]
11874
11875[[package]]
11876name = "outline"
11877version = "0.1.0"
11878dependencies = [
11879 "editor",
11880 "fuzzy",
11881 "gpui",
11882 "indoc",
11883 "language",
11884 "lsp",
11885 "menu",
11886 "ordered-float 2.10.1",
11887 "picker",
11888 "project",
11889 "rope",
11890 "serde_json",
11891 "settings",
11892 "smol",
11893 "theme",
11894 "theme_settings",
11895 "ui",
11896 "util",
11897 "workspace",
11898 "zed_actions",
11899]
11900
11901[[package]]
11902name = "outline_panel"
11903version = "0.1.0"
11904dependencies = [
11905 "anyhow",
11906 "collections",
11907 "db",
11908 "editor",
11909 "file_icons",
11910 "fuzzy",
11911 "gpui",
11912 "itertools 0.14.0",
11913 "language",
11914 "log",
11915 "lsp",
11916 "menu",
11917 "outline",
11918 "pretty_assertions",
11919 "project",
11920 "search",
11921 "serde",
11922 "serde_json",
11923 "settings",
11924 "smallvec",
11925 "smol",
11926 "theme",
11927 "theme_settings",
11928 "ui",
11929 "util",
11930 "workspace",
11931 "worktree",
11932 "zed_actions",
11933]
11934
11935[[package]]
11936name = "outref"
11937version = "0.5.2"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11940
11941[[package]]
11942name = "p256"
11943version = "0.11.1"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11946dependencies = [
11947 "ecdsa",
11948 "elliptic-curve",
11949 "sha2",
11950]
11951
11952[[package]]
11953name = "page_size"
11954version = "0.6.0"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11957dependencies = [
11958 "libc",
11959 "winapi",
11960]
11961
11962[[package]]
11963name = "palette"
11964version = "0.7.6"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11967dependencies = [
11968 "approx",
11969 "fast-srgb8",
11970 "palette_derive",
11971]
11972
11973[[package]]
11974name = "palette_derive"
11975version = "0.7.6"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11978dependencies = [
11979 "by_address",
11980 "proc-macro2",
11981 "quote",
11982 "syn 2.0.117",
11983]
11984
11985[[package]]
11986name = "panel"
11987version = "0.1.0"
11988dependencies = [
11989 "gpui",
11990 "ui",
11991 "workspace",
11992]
11993
11994[[package]]
11995name = "parking"
11996version = "2.2.1"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11999
12000[[package]]
12001name = "parking_lot"
12002version = "0.12.5"
12003source = "registry+https://github.com/rust-lang/crates.io-index"
12004checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12005dependencies = [
12006 "lock_api",
12007 "parking_lot_core",
12008]
12009
12010[[package]]
12011name = "parking_lot_core"
12012version = "0.9.12"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12015dependencies = [
12016 "cfg-if",
12017 "libc",
12018 "redox_syscall 0.5.18",
12019 "smallvec",
12020 "windows-link 0.2.1",
12021]
12022
12023[[package]]
12024name = "parse_int"
12025version = "0.9.0"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12028dependencies = [
12029 "num-traits",
12030]
12031
12032[[package]]
12033name = "partial-json-fixer"
12034version = "0.5.3"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12037
12038[[package]]
12039name = "password-hash"
12040version = "0.4.2"
12041source = "registry+https://github.com/rust-lang/crates.io-index"
12042checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12043dependencies = [
12044 "base64ct",
12045 "rand_core 0.6.4",
12046 "subtle",
12047]
12048
12049[[package]]
12050name = "paste"
12051version = "1.0.15"
12052source = "registry+https://github.com/rust-lang/crates.io-index"
12053checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12054
12055[[package]]
12056name = "pathdiff"
12057version = "0.2.3"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12060
12061[[package]]
12062name = "pathfinder_geometry"
12063version = "0.5.1"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12066dependencies = [
12067 "log",
12068 "pathfinder_simd",
12069]
12070
12071[[package]]
12072name = "pathfinder_simd"
12073version = "0.5.5"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12076dependencies = [
12077 "rustc_version",
12078]
12079
12080[[package]]
12081name = "paths"
12082version = "0.1.0"
12083dependencies = [
12084 "dirs 4.0.0",
12085 "ignore",
12086 "util",
12087]
12088
12089[[package]]
12090name = "pbjson"
12091version = "0.6.0"
12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12094dependencies = [
12095 "base64 0.21.7",
12096 "serde",
12097]
12098
12099[[package]]
12100name = "pbjson-build"
12101version = "0.6.2"
12102source = "registry+https://github.com/rust-lang/crates.io-index"
12103checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12104dependencies = [
12105 "heck 0.4.1",
12106 "itertools 0.11.0",
12107 "prost 0.12.6",
12108 "prost-types 0.12.6",
12109]
12110
12111[[package]]
12112name = "pbjson-types"
12113version = "0.6.0"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12116dependencies = [
12117 "bytes 1.11.1",
12118 "chrono",
12119 "pbjson",
12120 "pbjson-build",
12121 "prost 0.12.6",
12122 "prost-build 0.12.6",
12123 "serde",
12124]
12125
12126[[package]]
12127name = "pbkdf2"
12128version = "0.11.0"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12131dependencies = [
12132 "digest",
12133 "hmac",
12134 "password-hash",
12135 "sha2",
12136]
12137
12138[[package]]
12139name = "pbkdf2"
12140version = "0.12.2"
12141source = "registry+https://github.com/rust-lang/crates.io-index"
12142checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12143dependencies = [
12144 "digest",
12145 "hmac",
12146]
12147
12148[[package]]
12149name = "pciid-parser"
12150version = "0.8.0"
12151source = "registry+https://github.com/rust-lang/crates.io-index"
12152checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12153
12154[[package]]
12155name = "peg"
12156version = "0.8.5"
12157source = "registry+https://github.com/rust-lang/crates.io-index"
12158checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12159dependencies = [
12160 "peg-macros",
12161 "peg-runtime",
12162]
12163
12164[[package]]
12165name = "peg-macros"
12166version = "0.8.5"
12167source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12169dependencies = [
12170 "peg-runtime",
12171 "proc-macro2",
12172 "quote",
12173]
12174
12175[[package]]
12176name = "peg-runtime"
12177version = "0.8.5"
12178source = "registry+https://github.com/rust-lang/crates.io-index"
12179checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12180
12181[[package]]
12182name = "pem"
12183version = "3.0.6"
12184source = "registry+https://github.com/rust-lang/crates.io-index"
12185checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12186dependencies = [
12187 "base64 0.22.1",
12188 "serde_core",
12189]
12190
12191[[package]]
12192name = "pem-rfc7468"
12193version = "0.7.0"
12194source = "registry+https://github.com/rust-lang/crates.io-index"
12195checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12196dependencies = [
12197 "base64ct",
12198]
12199
12200[[package]]
12201name = "percent-encoding"
12202version = "2.3.2"
12203source = "registry+https://github.com/rust-lang/crates.io-index"
12204checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12205
12206[[package]]
12207name = "perf"
12208version = "0.1.0"
12209dependencies = [
12210 "collections",
12211 "serde",
12212 "serde_json",
12213]
12214
12215[[package]]
12216name = "pest"
12217version = "2.8.3"
12218source = "registry+https://github.com/rust-lang/crates.io-index"
12219checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12220dependencies = [
12221 "memchr",
12222 "ucd-trie",
12223]
12224
12225[[package]]
12226name = "pest_derive"
12227version = "2.8.3"
12228source = "registry+https://github.com/rust-lang/crates.io-index"
12229checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12230dependencies = [
12231 "pest",
12232 "pest_generator",
12233]
12234
12235[[package]]
12236name = "pest_generator"
12237version = "2.8.3"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12240dependencies = [
12241 "pest",
12242 "pest_meta",
12243 "proc-macro2",
12244 "quote",
12245 "syn 2.0.117",
12246]
12247
12248[[package]]
12249name = "pest_meta"
12250version = "2.8.3"
12251source = "registry+https://github.com/rust-lang/crates.io-index"
12252checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12253dependencies = [
12254 "pest",
12255 "sha2",
12256]
12257
12258[[package]]
12259name = "pet"
12260version = "0.1.0"
12261source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12262dependencies = [
12263 "clap",
12264 "env_logger 0.10.2",
12265 "lazy_static",
12266 "log",
12267 "msvc_spectre_libs",
12268 "pet-conda",
12269 "pet-core",
12270 "pet-env-var-path",
12271 "pet-fs",
12272 "pet-global-virtualenvs",
12273 "pet-homebrew",
12274 "pet-jsonrpc",
12275 "pet-linux-global-python",
12276 "pet-mac-commandlinetools",
12277 "pet-mac-python-org",
12278 "pet-mac-xcode",
12279 "pet-pipenv",
12280 "pet-pixi",
12281 "pet-poetry",
12282 "pet-pyenv",
12283 "pet-python-utils",
12284 "pet-reporter",
12285 "pet-telemetry",
12286 "pet-uv",
12287 "pet-venv",
12288 "pet-virtualenv",
12289 "pet-virtualenvwrapper",
12290 "pet-windows-registry",
12291 "pet-windows-store",
12292 "pet-winpython",
12293 "serde",
12294 "serde_json",
12295 "tracing",
12296 "tracing-subscriber",
12297 "winresource",
12298]
12299
12300[[package]]
12301name = "pet-conda"
12302version = "0.1.0"
12303source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12304dependencies = [
12305 "env_logger 0.10.2",
12306 "lazy_static",
12307 "log",
12308 "msvc_spectre_libs",
12309 "pet-core",
12310 "pet-fs",
12311 "pet-python-utils",
12312 "pet-reporter",
12313 "rayon",
12314 "regex",
12315 "serde",
12316 "serde_json",
12317 "yaml-rust2",
12318]
12319
12320[[package]]
12321name = "pet-core"
12322version = "0.1.0"
12323source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12324dependencies = [
12325 "clap",
12326 "lazy_static",
12327 "log",
12328 "msvc_spectre_libs",
12329 "pet-fs",
12330 "regex",
12331 "serde",
12332 "serde_json",
12333]
12334
12335[[package]]
12336name = "pet-env-var-path"
12337version = "0.1.0"
12338source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12339dependencies = [
12340 "lazy_static",
12341 "log",
12342 "msvc_spectre_libs",
12343 "pet-conda",
12344 "pet-core",
12345 "pet-fs",
12346 "pet-python-utils",
12347 "pet-virtualenv",
12348 "regex",
12349]
12350
12351[[package]]
12352name = "pet-fs"
12353version = "0.1.0"
12354source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12355dependencies = [
12356 "glob",
12357 "log",
12358 "msvc_spectre_libs",
12359 "windows-sys 0.59.0",
12360]
12361
12362[[package]]
12363name = "pet-global-virtualenvs"
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-conda",
12370 "pet-core",
12371 "pet-fs",
12372 "pet-virtualenv",
12373]
12374
12375[[package]]
12376name = "pet-homebrew"
12377version = "0.1.0"
12378source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12379dependencies = [
12380 "lazy_static",
12381 "log",
12382 "msvc_spectre_libs",
12383 "pet-conda",
12384 "pet-core",
12385 "pet-fs",
12386 "pet-python-utils",
12387 "pet-virtualenv",
12388 "rayon",
12389 "regex",
12390 "serde",
12391 "serde_json",
12392]
12393
12394[[package]]
12395name = "pet-jsonrpc"
12396version = "0.1.0"
12397source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12398dependencies = [
12399 "env_logger 0.10.2",
12400 "log",
12401 "msvc_spectre_libs",
12402 "pet-core",
12403 "serde",
12404 "serde_json",
12405]
12406
12407[[package]]
12408name = "pet-linux-global-python"
12409version = "0.1.0"
12410source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12411dependencies = [
12412 "log",
12413 "msvc_spectre_libs",
12414 "pet-core",
12415 "pet-fs",
12416 "pet-python-utils",
12417 "pet-virtualenv",
12418]
12419
12420[[package]]
12421name = "pet-mac-commandlinetools"
12422version = "0.1.0"
12423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12424dependencies = [
12425 "log",
12426 "msvc_spectre_libs",
12427 "pet-core",
12428 "pet-fs",
12429 "pet-python-utils",
12430 "pet-virtualenv",
12431]
12432
12433[[package]]
12434name = "pet-mac-python-org"
12435version = "0.1.0"
12436source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12437dependencies = [
12438 "log",
12439 "msvc_spectre_libs",
12440 "pet-core",
12441 "pet-fs",
12442 "pet-python-utils",
12443 "pet-virtualenv",
12444]
12445
12446[[package]]
12447name = "pet-mac-xcode"
12448version = "0.1.0"
12449source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12450dependencies = [
12451 "log",
12452 "msvc_spectre_libs",
12453 "pet-core",
12454 "pet-fs",
12455 "pet-python-utils",
12456 "pet-virtualenv",
12457]
12458
12459[[package]]
12460name = "pet-pipenv"
12461version = "0.1.0"
12462source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12463dependencies = [
12464 "lazy_static",
12465 "log",
12466 "msvc_spectre_libs",
12467 "pet-core",
12468 "pet-fs",
12469 "pet-python-utils",
12470 "pet-virtualenv",
12471 "regex",
12472]
12473
12474[[package]]
12475name = "pet-pixi"
12476version = "0.1.0"
12477source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12478dependencies = [
12479 "log",
12480 "msvc_spectre_libs",
12481 "pet-conda",
12482 "pet-core",
12483 "pet-python-utils",
12484]
12485
12486[[package]]
12487name = "pet-poetry"
12488version = "0.1.0"
12489source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12490dependencies = [
12491 "base64 0.22.1",
12492 "lazy_static",
12493 "log",
12494 "msvc_spectre_libs",
12495 "pet-core",
12496 "pet-fs",
12497 "pet-python-utils",
12498 "pet-reporter",
12499 "pet-virtualenv",
12500 "regex",
12501 "serde",
12502 "serde_json",
12503 "sha2",
12504 "toml 0.8.23",
12505]
12506
12507[[package]]
12508name = "pet-pyenv"
12509version = "0.1.0"
12510source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12511dependencies = [
12512 "lazy_static",
12513 "log",
12514 "msvc_spectre_libs",
12515 "pet-conda",
12516 "pet-core",
12517 "pet-fs",
12518 "pet-python-utils",
12519 "pet-reporter",
12520 "regex",
12521 "serde",
12522 "serde_json",
12523]
12524
12525[[package]]
12526name = "pet-python-utils"
12527version = "0.1.0"
12528source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12529dependencies = [
12530 "env_logger 0.10.2",
12531 "lazy_static",
12532 "log",
12533 "msvc_spectre_libs",
12534 "pet-core",
12535 "pet-fs",
12536 "regex",
12537 "serde",
12538 "serde_json",
12539 "sha2",
12540]
12541
12542[[package]]
12543name = "pet-reporter"
12544version = "0.1.0"
12545source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12546dependencies = [
12547 "env_logger 0.10.2",
12548 "log",
12549 "msvc_spectre_libs",
12550 "pet-core",
12551 "pet-jsonrpc",
12552 "serde",
12553 "serde_json",
12554]
12555
12556[[package]]
12557name = "pet-telemetry"
12558version = "0.1.0"
12559source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12560dependencies = [
12561 "env_logger 0.10.2",
12562 "lazy_static",
12563 "log",
12564 "msvc_spectre_libs",
12565 "pet-core",
12566 "pet-fs",
12567 "pet-python-utils",
12568 "regex",
12569]
12570
12571[[package]]
12572name = "pet-uv"
12573version = "0.1.0"
12574source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12575dependencies = [
12576 "log",
12577 "pet-core",
12578 "pet-python-utils",
12579 "serde",
12580 "toml 0.9.8",
12581]
12582
12583[[package]]
12584name = "pet-venv"
12585version = "0.1.0"
12586source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12587dependencies = [
12588 "log",
12589 "msvc_spectre_libs",
12590 "pet-core",
12591 "pet-python-utils",
12592 "pet-virtualenv",
12593]
12594
12595[[package]]
12596name = "pet-virtualenv"
12597version = "0.1.0"
12598source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12599dependencies = [
12600 "log",
12601 "msvc_spectre_libs",
12602 "pet-core",
12603 "pet-fs",
12604 "pet-python-utils",
12605]
12606
12607[[package]]
12608name = "pet-virtualenvwrapper"
12609version = "0.1.0"
12610source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12611dependencies = [
12612 "log",
12613 "msvc_spectre_libs",
12614 "pet-core",
12615 "pet-fs",
12616 "pet-python-utils",
12617 "pet-virtualenv",
12618]
12619
12620[[package]]
12621name = "pet-windows-registry"
12622version = "0.1.0"
12623source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12624dependencies = [
12625 "lazy_static",
12626 "log",
12627 "msvc_spectre_libs",
12628 "pet-conda",
12629 "pet-core",
12630 "pet-fs",
12631 "pet-python-utils",
12632 "pet-virtualenv",
12633 "pet-windows-store",
12634 "regex",
12635 "winreg 0.55.0",
12636]
12637
12638[[package]]
12639name = "pet-windows-store"
12640version = "0.1.0"
12641source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12642dependencies = [
12643 "lazy_static",
12644 "log",
12645 "msvc_spectre_libs",
12646 "pet-core",
12647 "pet-fs",
12648 "pet-python-utils",
12649 "pet-virtualenv",
12650 "regex",
12651 "winreg 0.55.0",
12652]
12653
12654[[package]]
12655name = "pet-winpython"
12656version = "0.1.0"
12657source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12658dependencies = [
12659 "lazy_static",
12660 "log",
12661 "pet-core",
12662 "pet-fs",
12663 "pet-python-utils",
12664 "pet-virtualenv",
12665 "regex",
12666]
12667
12668[[package]]
12669name = "petgraph"
12670version = "0.6.5"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12673dependencies = [
12674 "fixedbitset 0.4.2",
12675 "indexmap",
12676]
12677
12678[[package]]
12679name = "pgvector"
12680version = "0.4.1"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12683dependencies = [
12684 "serde",
12685]
12686
12687[[package]]
12688name = "phf"
12689version = "0.11.3"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12692dependencies = [
12693 "phf_macros 0.11.3",
12694 "phf_shared 0.11.3",
12695]
12696
12697[[package]]
12698name = "phf"
12699version = "0.12.1"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12702dependencies = [
12703 "phf_macros 0.12.1",
12704 "phf_shared 0.12.1",
12705]
12706
12707[[package]]
12708name = "phf_codegen"
12709version = "0.11.3"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12712dependencies = [
12713 "phf_generator 0.11.3",
12714 "phf_shared 0.11.3",
12715]
12716
12717[[package]]
12718name = "phf_generator"
12719version = "0.11.3"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12722dependencies = [
12723 "phf_shared 0.11.3",
12724 "rand 0.8.5",
12725]
12726
12727[[package]]
12728name = "phf_generator"
12729version = "0.12.1"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12732dependencies = [
12733 "fastrand 2.3.0",
12734 "phf_shared 0.12.1",
12735]
12736
12737[[package]]
12738name = "phf_macros"
12739version = "0.11.3"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12742dependencies = [
12743 "phf_generator 0.11.3",
12744 "phf_shared 0.11.3",
12745 "proc-macro2",
12746 "quote",
12747 "syn 2.0.117",
12748]
12749
12750[[package]]
12751name = "phf_macros"
12752version = "0.12.1"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12755dependencies = [
12756 "phf_generator 0.12.1",
12757 "phf_shared 0.12.1",
12758 "proc-macro2",
12759 "quote",
12760 "syn 2.0.117",
12761]
12762
12763[[package]]
12764name = "phf_shared"
12765version = "0.11.3"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12768dependencies = [
12769 "siphasher 1.0.1",
12770]
12771
12772[[package]]
12773name = "phf_shared"
12774version = "0.12.1"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12777dependencies = [
12778 "siphasher 1.0.1",
12779]
12780
12781[[package]]
12782name = "picker"
12783version = "0.1.0"
12784dependencies = [
12785 "anyhow",
12786 "editor",
12787 "gpui",
12788 "menu",
12789 "schemars",
12790 "serde",
12791 "settings",
12792 "theme",
12793 "theme_settings",
12794 "ui",
12795 "ui_input",
12796 "workspace",
12797 "zed_actions",
12798]
12799
12800[[package]]
12801name = "pico-args"
12802version = "0.5.0"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12805
12806[[package]]
12807name = "pin-project"
12808version = "1.1.10"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12811dependencies = [
12812 "pin-project-internal",
12813]
12814
12815[[package]]
12816name = "pin-project-internal"
12817version = "1.1.10"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12820dependencies = [
12821 "proc-macro2",
12822 "quote",
12823 "syn 2.0.117",
12824]
12825
12826[[package]]
12827name = "pin-project-lite"
12828version = "0.2.16"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12831
12832[[package]]
12833name = "pin-utils"
12834version = "0.1.0"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12837
12838[[package]]
12839name = "piper"
12840version = "0.2.4"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12843dependencies = [
12844 "atomic-waker",
12845 "fastrand 2.3.0",
12846 "futures-io",
12847]
12848
12849[[package]]
12850name = "pkcs1"
12851version = "0.7.5"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12854dependencies = [
12855 "der 0.7.10",
12856 "pkcs8 0.10.2",
12857 "spki 0.7.3",
12858]
12859
12860[[package]]
12861name = "pkcs8"
12862version = "0.9.0"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12865dependencies = [
12866 "der 0.6.1",
12867 "spki 0.6.0",
12868]
12869
12870[[package]]
12871name = "pkcs8"
12872version = "0.10.2"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12875dependencies = [
12876 "der 0.7.10",
12877 "spki 0.7.3",
12878]
12879
12880[[package]]
12881name = "pkg-config"
12882version = "0.3.32"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12885
12886[[package]]
12887name = "plain"
12888version = "0.2.3"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12891
12892[[package]]
12893name = "platform_title_bar"
12894version = "0.1.0"
12895dependencies = [
12896 "feature_flags",
12897 "gpui",
12898 "project",
12899 "settings",
12900 "smallvec",
12901 "theme",
12902 "theme_settings",
12903 "ui",
12904 "windows 0.61.3",
12905 "workspace",
12906 "zed_actions",
12907]
12908
12909[[package]]
12910name = "plist"
12911version = "1.8.0"
12912source = "registry+https://github.com/rust-lang/crates.io-index"
12913checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12914dependencies = [
12915 "base64 0.22.1",
12916 "indexmap",
12917 "quick-xml 0.38.3",
12918 "serde",
12919 "time",
12920]
12921
12922[[package]]
12923name = "plotters"
12924version = "0.3.7"
12925source = "registry+https://github.com/rust-lang/crates.io-index"
12926checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12927dependencies = [
12928 "num-traits",
12929 "plotters-backend",
12930 "plotters-svg",
12931 "wasm-bindgen",
12932 "web-sys",
12933]
12934
12935[[package]]
12936name = "plotters-backend"
12937version = "0.3.7"
12938source = "registry+https://github.com/rust-lang/crates.io-index"
12939checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12940
12941[[package]]
12942name = "plotters-svg"
12943version = "0.3.7"
12944source = "registry+https://github.com/rust-lang/crates.io-index"
12945checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12946dependencies = [
12947 "plotters-backend",
12948]
12949
12950[[package]]
12951name = "png"
12952version = "0.17.16"
12953source = "registry+https://github.com/rust-lang/crates.io-index"
12954checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12955dependencies = [
12956 "bitflags 1.3.2",
12957 "crc32fast",
12958 "fdeflate",
12959 "flate2",
12960 "miniz_oxide",
12961]
12962
12963[[package]]
12964name = "png"
12965version = "0.18.0"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12968dependencies = [
12969 "bitflags 2.10.0",
12970 "crc32fast",
12971 "fdeflate",
12972 "flate2",
12973 "miniz_oxide",
12974]
12975
12976[[package]]
12977name = "polling"
12978version = "3.11.0"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12981dependencies = [
12982 "cfg-if",
12983 "concurrent-queue",
12984 "hermit-abi",
12985 "pin-project-lite",
12986 "rustix 1.1.2",
12987 "windows-sys 0.61.2",
12988]
12989
12990[[package]]
12991name = "pollster"
12992version = "0.2.5"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12995
12996[[package]]
12997name = "pollster"
12998version = "0.4.0"
12999source = "registry+https://github.com/rust-lang/crates.io-index"
13000checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13001
13002[[package]]
13003name = "pori"
13004version = "0.0.0"
13005source = "registry+https://github.com/rust-lang/crates.io-index"
13006checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13007dependencies = [
13008 "nom 7.1.3",
13009]
13010
13011[[package]]
13012name = "portable-atomic"
13013version = "1.11.1"
13014source = "registry+https://github.com/rust-lang/crates.io-index"
13015checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13016
13017[[package]]
13018name = "portable-atomic-util"
13019version = "0.2.4"
13020source = "registry+https://github.com/rust-lang/crates.io-index"
13021checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13022dependencies = [
13023 "portable-atomic",
13024]
13025
13026[[package]]
13027name = "portable-pty"
13028version = "0.9.0"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13031dependencies = [
13032 "anyhow",
13033 "bitflags 1.3.2",
13034 "downcast-rs",
13035 "filedescriptor",
13036 "lazy_static",
13037 "libc",
13038 "log",
13039 "nix 0.28.0",
13040 "serial2",
13041 "shared_library",
13042 "shell-words",
13043 "winapi",
13044 "winreg 0.10.1",
13045]
13046
13047[[package]]
13048name = "postage"
13049version = "0.5.0"
13050source = "registry+https://github.com/rust-lang/crates.io-index"
13051checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13052dependencies = [
13053 "atomic",
13054 "crossbeam-queue",
13055 "futures 0.3.32",
13056 "log",
13057 "parking_lot",
13058 "pin-project",
13059 "pollster 0.2.5",
13060 "static_assertions",
13061 "thiserror 1.0.69",
13062]
13063
13064[[package]]
13065name = "postcard"
13066version = "1.1.3"
13067source = "registry+https://github.com/rust-lang/crates.io-index"
13068checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13069dependencies = [
13070 "cobs",
13071 "embedded-io 0.4.0",
13072 "embedded-io 0.6.1",
13073 "serde",
13074]
13075
13076[[package]]
13077name = "potential_utf"
13078version = "0.1.3"
13079source = "registry+https://github.com/rust-lang/crates.io-index"
13080checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13081dependencies = [
13082 "zerovec",
13083]
13084
13085[[package]]
13086name = "powerfmt"
13087version = "0.2.0"
13088source = "registry+https://github.com/rust-lang/crates.io-index"
13089checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13090
13091[[package]]
13092name = "ppv-lite86"
13093version = "0.2.21"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13096dependencies = [
13097 "zerocopy",
13098]
13099
13100[[package]]
13101name = "precomputed-hash"
13102version = "0.1.1"
13103source = "registry+https://github.com/rust-lang/crates.io-index"
13104checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13105
13106[[package]]
13107name = "presser"
13108version = "0.3.1"
13109source = "registry+https://github.com/rust-lang/crates.io-index"
13110checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13111
13112[[package]]
13113name = "prettier"
13114version = "0.1.0"
13115dependencies = [
13116 "anyhow",
13117 "collections",
13118 "fs",
13119 "gpui",
13120 "language",
13121 "log",
13122 "lsp",
13123 "node_runtime",
13124 "parking_lot",
13125 "paths",
13126 "serde",
13127 "serde_json",
13128 "util",
13129]
13130
13131[[package]]
13132name = "pretty_assertions"
13133version = "1.4.1"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13136dependencies = [
13137 "diff",
13138 "yansi",
13139]
13140
13141[[package]]
13142name = "prettyplease"
13143version = "0.2.37"
13144source = "registry+https://github.com/rust-lang/crates.io-index"
13145checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13146dependencies = [
13147 "proc-macro2",
13148 "syn 2.0.117",
13149]
13150
13151[[package]]
13152name = "primal-check"
13153version = "0.3.4"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13156dependencies = [
13157 "num-integer",
13158]
13159
13160[[package]]
13161name = "proc-macro-crate"
13162version = "3.4.0"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13165dependencies = [
13166 "toml_edit 0.23.7",
13167]
13168
13169[[package]]
13170name = "proc-macro-error"
13171version = "1.0.4"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13174dependencies = [
13175 "proc-macro-error-attr",
13176 "proc-macro2",
13177 "quote",
13178 "syn 1.0.109",
13179 "version_check",
13180]
13181
13182[[package]]
13183name = "proc-macro-error-attr"
13184version = "1.0.4"
13185source = "registry+https://github.com/rust-lang/crates.io-index"
13186checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13187dependencies = [
13188 "proc-macro2",
13189 "quote",
13190 "version_check",
13191]
13192
13193[[package]]
13194name = "proc-macro-error-attr2"
13195version = "2.0.0"
13196source = "registry+https://github.com/rust-lang/crates.io-index"
13197checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13198dependencies = [
13199 "proc-macro2",
13200 "quote",
13201]
13202
13203[[package]]
13204name = "proc-macro-error2"
13205version = "2.0.1"
13206source = "registry+https://github.com/rust-lang/crates.io-index"
13207checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13208dependencies = [
13209 "proc-macro-error-attr2",
13210 "proc-macro2",
13211 "quote",
13212 "syn 2.0.117",
13213]
13214
13215[[package]]
13216name = "proc-macro2"
13217version = "1.0.101"
13218source = "registry+https://github.com/rust-lang/crates.io-index"
13219checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13220dependencies = [
13221 "unicode-ident",
13222]
13223
13224[[package]]
13225name = "proc-macro2-diagnostics"
13226version = "0.10.1"
13227source = "registry+https://github.com/rust-lang/crates.io-index"
13228checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13229dependencies = [
13230 "proc-macro2",
13231 "quote",
13232 "syn 2.0.117",
13233 "version_check",
13234 "yansi",
13235]
13236
13237[[package]]
13238name = "procfs-core"
13239version = "0.17.0"
13240source = "registry+https://github.com/rust-lang/crates.io-index"
13241checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13242dependencies = [
13243 "bitflags 2.10.0",
13244 "hex",
13245 "serde",
13246]
13247
13248[[package]]
13249name = "profiling"
13250version = "1.0.17"
13251source = "registry+https://github.com/rust-lang/crates.io-index"
13252checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13253dependencies = [
13254 "profiling-procmacros",
13255]
13256
13257[[package]]
13258name = "profiling-procmacros"
13259version = "1.0.17"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13262dependencies = [
13263 "quote",
13264 "syn 2.0.117",
13265]
13266
13267[[package]]
13268name = "project"
13269version = "0.1.0"
13270dependencies = [
13271 "aho-corasick",
13272 "anyhow",
13273 "askpass",
13274 "async-trait",
13275 "base64 0.22.1",
13276 "buffer_diff",
13277 "circular-buffer",
13278 "client",
13279 "clock",
13280 "collections",
13281 "context_server",
13282 "credentials_provider",
13283 "dap",
13284 "encoding_rs",
13285 "extension",
13286 "fancy-regex 0.17.0",
13287 "fs",
13288 "futures 0.3.32",
13289 "fuzzy",
13290 "fuzzy_nucleo",
13291 "git",
13292 "git2",
13293 "git_hosting_providers",
13294 "globset",
13295 "gpui",
13296 "http_client",
13297 "image",
13298 "indexmap",
13299 "itertools 0.14.0",
13300 "language",
13301 "log",
13302 "lsp",
13303 "markdown",
13304 "node_runtime",
13305 "parking_lot",
13306 "paths",
13307 "percent-encoding",
13308 "postage",
13309 "prettier",
13310 "pretty_assertions",
13311 "project",
13312 "rand 0.9.2",
13313 "regex",
13314 "release_channel",
13315 "remote",
13316 "rpc",
13317 "schemars",
13318 "semver",
13319 "serde",
13320 "serde_json",
13321 "settings",
13322 "sha2",
13323 "shellexpand 2.1.2",
13324 "smallvec",
13325 "smol",
13326 "snippet",
13327 "snippet_provider",
13328 "sum_tree",
13329 "task",
13330 "tempfile",
13331 "terminal",
13332 "text",
13333 "toml 0.8.23",
13334 "tracing",
13335 "unindent",
13336 "url",
13337 "util",
13338 "watch",
13339 "wax",
13340 "which 6.0.3",
13341 "worktree",
13342 "zed_credentials_provider",
13343 "zeroize",
13344 "zlog",
13345 "ztracing",
13346]
13347
13348[[package]]
13349name = "project_benchmarks"
13350version = "0.1.0"
13351dependencies = [
13352 "anyhow",
13353 "askpass",
13354 "clap",
13355 "client",
13356 "futures 0.3.32",
13357 "gpui",
13358 "gpui_platform",
13359 "http_client",
13360 "language",
13361 "node_runtime",
13362 "project",
13363 "release_channel",
13364 "remote",
13365 "rpassword",
13366 "semver",
13367 "settings",
13368 "watch",
13369]
13370
13371[[package]]
13372name = "project_panel"
13373version = "0.1.0"
13374dependencies = [
13375 "anyhow",
13376 "client",
13377 "collections",
13378 "command_palette_hooks",
13379 "criterion",
13380 "editor",
13381 "feature_flags",
13382 "file_icons",
13383 "git",
13384 "git_ui",
13385 "gpui",
13386 "itertools 0.14.0",
13387 "language",
13388 "menu",
13389 "notifications",
13390 "pretty_assertions",
13391 "project",
13392 "rayon",
13393 "remote_connection",
13394 "schemars",
13395 "search",
13396 "serde",
13397 "serde_json",
13398 "settings",
13399 "smallvec",
13400 "telemetry",
13401 "tempfile",
13402 "theme",
13403 "theme_settings",
13404 "ui",
13405 "util",
13406 "workspace",
13407 "worktree",
13408 "zed_actions",
13409]
13410
13411[[package]]
13412name = "project_symbols"
13413version = "0.1.0"
13414dependencies = [
13415 "anyhow",
13416 "editor",
13417 "futures 0.3.32",
13418 "fuzzy",
13419 "gpui",
13420 "language",
13421 "lsp",
13422 "ordered-float 2.10.1",
13423 "picker",
13424 "project",
13425 "release_channel",
13426 "semver",
13427 "serde_json",
13428 "settings",
13429 "theme",
13430 "theme_settings",
13431 "util",
13432 "workspace",
13433]
13434
13435[[package]]
13436name = "prometheus"
13437version = "0.14.0"
13438source = "registry+https://github.com/rust-lang/crates.io-index"
13439checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13440dependencies = [
13441 "cfg-if",
13442 "fnv",
13443 "lazy_static",
13444 "memchr",
13445 "parking_lot",
13446 "protobuf",
13447 "thiserror 2.0.17",
13448]
13449
13450[[package]]
13451name = "prompt_store"
13452version = "0.1.0"
13453dependencies = [
13454 "anyhow",
13455 "assets",
13456 "chrono",
13457 "collections",
13458 "fs",
13459 "futures 0.3.32",
13460 "fuzzy",
13461 "gpui",
13462 "handlebars 4.5.0",
13463 "heed",
13464 "language",
13465 "log",
13466 "parking_lot",
13467 "paths",
13468 "rope",
13469 "serde",
13470 "strum 0.27.2",
13471 "tempfile",
13472 "text",
13473 "util",
13474 "uuid",
13475]
13476
13477[[package]]
13478name = "proptest"
13479version = "1.10.0"
13480source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13481dependencies = [
13482 "bit-set 0.8.0",
13483 "bit-vec 0.8.0",
13484 "bitflags 2.10.0",
13485 "num-traits",
13486 "proptest-macro",
13487 "rand 0.9.2",
13488 "rand_chacha 0.9.0",
13489 "rand_xorshift",
13490 "regex-syntax",
13491 "rusty-fork",
13492 "tempfile",
13493 "unarray",
13494]
13495
13496[[package]]
13497name = "proptest-derive"
13498version = "0.8.0"
13499source = "registry+https://github.com/rust-lang/crates.io-index"
13500checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13501dependencies = [
13502 "proc-macro2",
13503 "quote",
13504 "syn 2.0.117",
13505]
13506
13507[[package]]
13508name = "proptest-macro"
13509version = "0.5.0"
13510source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13511dependencies = [
13512 "convert_case 0.11.0",
13513 "proc-macro2",
13514 "quote",
13515 "syn 2.0.117",
13516]
13517
13518[[package]]
13519name = "prost"
13520version = "0.9.0"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13523dependencies = [
13524 "bytes 1.11.1",
13525 "prost-derive 0.9.0",
13526]
13527
13528[[package]]
13529name = "prost"
13530version = "0.12.6"
13531source = "registry+https://github.com/rust-lang/crates.io-index"
13532checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13533dependencies = [
13534 "bytes 1.11.1",
13535 "prost-derive 0.12.6",
13536]
13537
13538[[package]]
13539name = "prost-build"
13540version = "0.9.0"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13543dependencies = [
13544 "bytes 1.11.1",
13545 "heck 0.3.3",
13546 "itertools 0.10.5",
13547 "lazy_static",
13548 "log",
13549 "multimap",
13550 "petgraph",
13551 "prost 0.9.0",
13552 "prost-types 0.9.0",
13553 "regex",
13554 "tempfile",
13555 "which 4.4.2",
13556]
13557
13558[[package]]
13559name = "prost-build"
13560version = "0.12.6"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13563dependencies = [
13564 "bytes 1.11.1",
13565 "heck 0.5.0",
13566 "itertools 0.12.1",
13567 "log",
13568 "multimap",
13569 "once_cell",
13570 "petgraph",
13571 "prettyplease",
13572 "prost 0.12.6",
13573 "prost-types 0.12.6",
13574 "regex",
13575 "syn 2.0.117",
13576 "tempfile",
13577]
13578
13579[[package]]
13580name = "prost-derive"
13581version = "0.9.0"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13584dependencies = [
13585 "anyhow",
13586 "itertools 0.10.5",
13587 "proc-macro2",
13588 "quote",
13589 "syn 1.0.109",
13590]
13591
13592[[package]]
13593name = "prost-derive"
13594version = "0.12.6"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13597dependencies = [
13598 "anyhow",
13599 "itertools 0.12.1",
13600 "proc-macro2",
13601 "quote",
13602 "syn 2.0.117",
13603]
13604
13605[[package]]
13606name = "prost-types"
13607version = "0.9.0"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13610dependencies = [
13611 "bytes 1.11.1",
13612 "prost 0.9.0",
13613]
13614
13615[[package]]
13616name = "prost-types"
13617version = "0.12.6"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13620dependencies = [
13621 "prost 0.12.6",
13622]
13623
13624[[package]]
13625name = "proto"
13626version = "0.1.0"
13627dependencies = [
13628 "anyhow",
13629 "prost 0.9.0",
13630 "prost-build 0.9.0",
13631 "serde",
13632]
13633
13634[[package]]
13635name = "protobuf"
13636version = "3.7.2"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13639dependencies = [
13640 "once_cell",
13641 "protobuf-support",
13642 "thiserror 1.0.69",
13643]
13644
13645[[package]]
13646name = "protobuf-support"
13647version = "3.7.2"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13650dependencies = [
13651 "thiserror 1.0.69",
13652]
13653
13654[[package]]
13655name = "psm"
13656version = "0.1.30"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13659dependencies = [
13660 "ar_archive_writer",
13661 "cc",
13662]
13663
13664[[package]]
13665name = "ptr_meta"
13666version = "0.1.4"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13669dependencies = [
13670 "ptr_meta_derive",
13671]
13672
13673[[package]]
13674name = "ptr_meta_derive"
13675version = "0.1.4"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13678dependencies = [
13679 "proc-macro2",
13680 "quote",
13681 "syn 1.0.109",
13682]
13683
13684[[package]]
13685name = "pulldown-cmark"
13686version = "0.10.3"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13689dependencies = [
13690 "bitflags 2.10.0",
13691 "memchr",
13692 "pulldown-cmark-escape",
13693 "unicase",
13694]
13695
13696[[package]]
13697name = "pulldown-cmark"
13698version = "0.13.0"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13701dependencies = [
13702 "bitflags 2.10.0",
13703 "memchr",
13704 "unicase",
13705]
13706
13707[[package]]
13708name = "pulldown-cmark-escape"
13709version = "0.10.1"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13712
13713[[package]]
13714name = "pulley-interpreter"
13715version = "36.0.6"
13716source = "registry+https://github.com/rust-lang/crates.io-index"
13717checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13718dependencies = [
13719 "cranelift-bitset",
13720 "log",
13721 "pulley-macros",
13722 "wasmtime-internal-math",
13723]
13724
13725[[package]]
13726name = "pulley-macros"
13727version = "36.0.6"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13730dependencies = [
13731 "proc-macro2",
13732 "quote",
13733 "syn 2.0.117",
13734]
13735
13736[[package]]
13737name = "pulp"
13738version = "0.18.22"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13741dependencies = [
13742 "bytemuck",
13743 "libm",
13744 "num-complex",
13745 "reborrow",
13746]
13747
13748[[package]]
13749name = "pulp"
13750version = "0.21.5"
13751source = "registry+https://github.com/rust-lang/crates.io-index"
13752checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13753dependencies = [
13754 "bytemuck",
13755 "cfg-if",
13756 "libm",
13757 "num-complex",
13758 "reborrow",
13759 "version_check",
13760]
13761
13762[[package]]
13763name = "pxfm"
13764version = "0.1.25"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13767dependencies = [
13768 "num-traits",
13769]
13770
13771[[package]]
13772name = "qoi"
13773version = "0.4.1"
13774source = "registry+https://github.com/rust-lang/crates.io-index"
13775checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13776dependencies = [
13777 "bytemuck",
13778]
13779
13780[[package]]
13781name = "quick-error"
13782version = "1.2.3"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13785
13786[[package]]
13787name = "quick-error"
13788version = "2.0.1"
13789source = "registry+https://github.com/rust-lang/crates.io-index"
13790checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13791
13792[[package]]
13793name = "quick-xml"
13794version = "0.30.0"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13797dependencies = [
13798 "memchr",
13799]
13800
13801[[package]]
13802name = "quick-xml"
13803version = "0.37.5"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13806dependencies = [
13807 "memchr",
13808]
13809
13810[[package]]
13811name = "quick-xml"
13812version = "0.38.3"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13815dependencies = [
13816 "memchr",
13817]
13818
13819[[package]]
13820name = "quinn"
13821version = "0.11.9"
13822source = "registry+https://github.com/rust-lang/crates.io-index"
13823checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13824dependencies = [
13825 "bytes 1.11.1",
13826 "cfg_aliases 0.2.1",
13827 "pin-project-lite",
13828 "quinn-proto",
13829 "quinn-udp",
13830 "rustc-hash 2.1.1",
13831 "rustls 0.23.33",
13832 "socket2 0.6.1",
13833 "thiserror 2.0.17",
13834 "tokio",
13835 "tracing",
13836 "web-time",
13837]
13838
13839[[package]]
13840name = "quinn-proto"
13841version = "0.11.13"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13844dependencies = [
13845 "bytes 1.11.1",
13846 "getrandom 0.3.4",
13847 "lru-slab",
13848 "rand 0.9.2",
13849 "ring",
13850 "rustc-hash 2.1.1",
13851 "rustls 0.23.33",
13852 "rustls-pki-types",
13853 "slab",
13854 "thiserror 2.0.17",
13855 "tinyvec",
13856 "tracing",
13857 "web-time",
13858]
13859
13860[[package]]
13861name = "quinn-udp"
13862version = "0.5.14"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13865dependencies = [
13866 "cfg_aliases 0.2.1",
13867 "libc",
13868 "once_cell",
13869 "socket2 0.6.1",
13870 "tracing",
13871 "windows-sys 0.60.2",
13872]
13873
13874[[package]]
13875name = "quote"
13876version = "1.0.41"
13877source = "registry+https://github.com/rust-lang/crates.io-index"
13878checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13879dependencies = [
13880 "proc-macro2",
13881]
13882
13883[[package]]
13884name = "r-efi"
13885version = "5.3.0"
13886source = "registry+https://github.com/rust-lang/crates.io-index"
13887checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13888
13889[[package]]
13890name = "radium"
13891version = "0.7.0"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13894
13895[[package]]
13896name = "rand"
13897version = "0.3.23"
13898source = "registry+https://github.com/rust-lang/crates.io-index"
13899checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13900dependencies = [
13901 "libc",
13902 "rand 0.4.6",
13903]
13904
13905[[package]]
13906name = "rand"
13907version = "0.4.6"
13908source = "registry+https://github.com/rust-lang/crates.io-index"
13909checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13910dependencies = [
13911 "fuchsia-cprng",
13912 "libc",
13913 "rand_core 0.3.1",
13914 "rdrand",
13915 "winapi",
13916]
13917
13918[[package]]
13919name = "rand"
13920version = "0.8.5"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13923dependencies = [
13924 "libc",
13925 "rand_chacha 0.3.1",
13926 "rand_core 0.6.4",
13927]
13928
13929[[package]]
13930name = "rand"
13931version = "0.9.2"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13934dependencies = [
13935 "rand_chacha 0.9.0",
13936 "rand_core 0.9.3",
13937]
13938
13939[[package]]
13940name = "rand_chacha"
13941version = "0.3.1"
13942source = "registry+https://github.com/rust-lang/crates.io-index"
13943checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13944dependencies = [
13945 "ppv-lite86",
13946 "rand_core 0.6.4",
13947]
13948
13949[[package]]
13950name = "rand_chacha"
13951version = "0.9.0"
13952source = "registry+https://github.com/rust-lang/crates.io-index"
13953checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13954dependencies = [
13955 "ppv-lite86",
13956 "rand_core 0.9.3",
13957]
13958
13959[[package]]
13960name = "rand_core"
13961version = "0.3.1"
13962source = "registry+https://github.com/rust-lang/crates.io-index"
13963checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13964dependencies = [
13965 "rand_core 0.4.2",
13966]
13967
13968[[package]]
13969name = "rand_core"
13970version = "0.4.2"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13973
13974[[package]]
13975name = "rand_core"
13976version = "0.6.4"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13979dependencies = [
13980 "getrandom 0.2.16",
13981]
13982
13983[[package]]
13984name = "rand_core"
13985version = "0.9.3"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13988dependencies = [
13989 "getrandom 0.3.4",
13990]
13991
13992[[package]]
13993name = "rand_distr"
13994version = "0.5.1"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13997dependencies = [
13998 "num-traits",
13999 "rand 0.9.2",
14000]
14001
14002[[package]]
14003name = "rand_pcg"
14004version = "0.3.1"
14005source = "registry+https://github.com/rust-lang/crates.io-index"
14006checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14007dependencies = [
14008 "rand_core 0.6.4",
14009]
14010
14011[[package]]
14012name = "rand_xorshift"
14013version = "0.4.0"
14014source = "registry+https://github.com/rust-lang/crates.io-index"
14015checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14016dependencies = [
14017 "rand_core 0.9.3",
14018]
14019
14020[[package]]
14021name = "random_choice"
14022version = "0.3.2"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14025dependencies = [
14026 "rand 0.3.23",
14027]
14028
14029[[package]]
14030name = "range-alloc"
14031version = "0.1.4"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14034
14035[[package]]
14036name = "range-map"
14037version = "0.2.0"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14040dependencies = [
14041 "num-traits",
14042]
14043
14044[[package]]
14045name = "rangemap"
14046version = "1.7.1"
14047source = "registry+https://github.com/rust-lang/crates.io-index"
14048checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14049
14050[[package]]
14051name = "rav1e"
14052version = "0.7.1"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14055dependencies = [
14056 "arbitrary",
14057 "arg_enum_proc_macro",
14058 "arrayvec",
14059 "av1-grain",
14060 "bitstream-io",
14061 "built",
14062 "cfg-if",
14063 "interpolate_name",
14064 "itertools 0.12.1",
14065 "libc",
14066 "libfuzzer-sys",
14067 "log",
14068 "maybe-rayon",
14069 "new_debug_unreachable",
14070 "noop_proc_macro",
14071 "num-derive",
14072 "num-traits",
14073 "once_cell",
14074 "paste",
14075 "profiling",
14076 "rand 0.8.5",
14077 "rand_chacha 0.3.1",
14078 "simd_helpers",
14079 "system-deps 6.2.2",
14080 "thiserror 1.0.69",
14081 "v_frame",
14082 "wasm-bindgen",
14083]
14084
14085[[package]]
14086name = "ravif"
14087version = "0.11.20"
14088source = "registry+https://github.com/rust-lang/crates.io-index"
14089checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14090dependencies = [
14091 "avif-serialize",
14092 "imgref",
14093 "loop9",
14094 "quick-error 2.0.1",
14095 "rav1e",
14096 "rayon",
14097 "rgb",
14098]
14099
14100[[package]]
14101name = "raw-cpuid"
14102version = "10.7.0"
14103source = "registry+https://github.com/rust-lang/crates.io-index"
14104checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14105dependencies = [
14106 "bitflags 1.3.2",
14107]
14108
14109[[package]]
14110name = "raw-cpuid"
14111version = "11.6.0"
14112source = "registry+https://github.com/rust-lang/crates.io-index"
14113checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14114dependencies = [
14115 "bitflags 2.10.0",
14116]
14117
14118[[package]]
14119name = "raw-window-handle"
14120version = "0.6.2"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14123
14124[[package]]
14125name = "raw-window-metal"
14126version = "1.1.0"
14127source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14129dependencies = [
14130 "objc2",
14131 "objc2-core-foundation",
14132 "objc2-foundation",
14133 "objc2-quartz-core",
14134]
14135
14136[[package]]
14137name = "rayon"
14138version = "1.11.0"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14141dependencies = [
14142 "either",
14143 "rayon-core",
14144]
14145
14146[[package]]
14147name = "rayon-core"
14148version = "1.13.0"
14149source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14151dependencies = [
14152 "crossbeam-deque",
14153 "crossbeam-utils",
14154]
14155
14156[[package]]
14157name = "rdrand"
14158version = "0.4.0"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14161dependencies = [
14162 "rand_core 0.3.1",
14163]
14164
14165[[package]]
14166name = "read-fonts"
14167version = "0.35.0"
14168source = "registry+https://github.com/rust-lang/crates.io-index"
14169checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14170dependencies = [
14171 "bytemuck",
14172 "font-types 0.10.0",
14173]
14174
14175[[package]]
14176name = "read-fonts"
14177version = "0.37.0"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14180dependencies = [
14181 "bytemuck",
14182 "core_maths",
14183 "font-types 0.11.0",
14184]
14185
14186[[package]]
14187name = "realfft"
14188version = "3.5.0"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14191dependencies = [
14192 "rustfft",
14193]
14194
14195[[package]]
14196name = "reborrow"
14197version = "0.5.5"
14198source = "registry+https://github.com/rust-lang/crates.io-index"
14199checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14200
14201[[package]]
14202name = "recent_projects"
14203version = "0.1.0"
14204dependencies = [
14205 "anyhow",
14206 "askpass",
14207 "chrono",
14208 "db",
14209 "dev_container",
14210 "editor",
14211 "extension",
14212 "extension_host",
14213 "fs",
14214 "futures 0.3.32",
14215 "fuzzy",
14216 "gpui",
14217 "http_client",
14218 "indoc",
14219 "language",
14220 "log",
14221 "menu",
14222 "node_runtime",
14223 "open_path_prompt",
14224 "ordered-float 2.10.1",
14225 "paths",
14226 "picker",
14227 "project",
14228 "release_channel",
14229 "remote",
14230 "remote_connection",
14231 "remote_server",
14232 "semver",
14233 "serde",
14234 "serde_json",
14235 "settings",
14236 "smol",
14237 "task",
14238 "telemetry",
14239 "ui",
14240 "ui_input",
14241 "util",
14242 "windows-registry 0.6.1",
14243 "workspace",
14244 "worktree",
14245 "zed_actions",
14246]
14247
14248[[package]]
14249name = "redox_syscall"
14250version = "0.2.16"
14251source = "registry+https://github.com/rust-lang/crates.io-index"
14252checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14253dependencies = [
14254 "bitflags 1.3.2",
14255]
14256
14257[[package]]
14258name = "redox_syscall"
14259version = "0.5.18"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14262dependencies = [
14263 "bitflags 2.10.0",
14264]
14265
14266[[package]]
14267name = "redox_users"
14268version = "0.4.6"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14271dependencies = [
14272 "getrandom 0.2.16",
14273 "libredox",
14274 "thiserror 1.0.69",
14275]
14276
14277[[package]]
14278name = "redox_users"
14279version = "0.5.2"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14282dependencies = [
14283 "getrandom 0.2.16",
14284 "libredox",
14285 "thiserror 2.0.17",
14286]
14287
14288[[package]]
14289name = "ref-cast"
14290version = "1.0.25"
14291source = "registry+https://github.com/rust-lang/crates.io-index"
14292checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14293dependencies = [
14294 "ref-cast-impl",
14295]
14296
14297[[package]]
14298name = "ref-cast-impl"
14299version = "1.0.25"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14302dependencies = [
14303 "proc-macro2",
14304 "quote",
14305 "syn 2.0.117",
14306]
14307
14308[[package]]
14309name = "referencing"
14310version = "0.37.4"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14313dependencies = [
14314 "ahash 0.8.12",
14315 "fluent-uri",
14316 "getrandom 0.3.4",
14317 "hashbrown 0.16.1",
14318 "parking_lot",
14319 "percent-encoding",
14320 "serde_json",
14321]
14322
14323[[package]]
14324name = "refineable"
14325version = "0.1.0"
14326dependencies = [
14327 "derive_refineable",
14328]
14329
14330[[package]]
14331name = "regalloc2"
14332version = "0.12.2"
14333source = "registry+https://github.com/rust-lang/crates.io-index"
14334checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14335dependencies = [
14336 "allocator-api2",
14337 "bumpalo",
14338 "hashbrown 0.15.5",
14339 "log",
14340 "rustc-hash 2.1.1",
14341 "serde",
14342 "smallvec",
14343]
14344
14345[[package]]
14346name = "regex"
14347version = "1.12.2"
14348source = "registry+https://github.com/rust-lang/crates.io-index"
14349checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14350dependencies = [
14351 "aho-corasick",
14352 "memchr",
14353 "regex-automata",
14354 "regex-syntax",
14355]
14356
14357[[package]]
14358name = "regex-automata"
14359version = "0.4.13"
14360source = "registry+https://github.com/rust-lang/crates.io-index"
14361checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14362dependencies = [
14363 "aho-corasick",
14364 "memchr",
14365 "regex-syntax",
14366]
14367
14368[[package]]
14369name = "regex-lite"
14370version = "0.1.8"
14371source = "registry+https://github.com/rust-lang/crates.io-index"
14372checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14373
14374[[package]]
14375name = "regex-syntax"
14376version = "0.8.8"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14379
14380[[package]]
14381name = "release_channel"
14382version = "0.1.0"
14383dependencies = [
14384 "gpui",
14385 "semver",
14386]
14387
14388[[package]]
14389name = "remote"
14390version = "0.1.0"
14391dependencies = [
14392 "anyhow",
14393 "askpass",
14394 "async-trait",
14395 "base64 0.22.1",
14396 "collections",
14397 "fs",
14398 "futures 0.3.32",
14399 "gpui",
14400 "log",
14401 "parking_lot",
14402 "paths",
14403 "prost 0.9.0",
14404 "release_channel",
14405 "rpc",
14406 "schemars",
14407 "semver",
14408 "serde",
14409 "serde_json",
14410 "settings",
14411 "smol",
14412 "tempfile",
14413 "thiserror 2.0.17",
14414 "urlencoding",
14415 "util",
14416 "which 6.0.3",
14417]
14418
14419[[package]]
14420name = "remote_connection"
14421version = "0.1.0"
14422dependencies = [
14423 "anyhow",
14424 "askpass",
14425 "auto_update",
14426 "futures 0.3.32",
14427 "gpui",
14428 "log",
14429 "markdown",
14430 "menu",
14431 "release_channel",
14432 "remote",
14433 "semver",
14434 "settings",
14435 "theme_settings",
14436 "ui",
14437 "ui_input",
14438 "workspace",
14439]
14440
14441[[package]]
14442name = "remote_server"
14443version = "0.1.0"
14444dependencies = [
14445 "action_log",
14446 "agent",
14447 "anyhow",
14448 "askpass",
14449 "cargo_toml",
14450 "clap",
14451 "client",
14452 "clock",
14453 "collections",
14454 "crash-handler",
14455 "crashes",
14456 "dap_adapters",
14457 "debug_adapter_extension",
14458 "editor",
14459 "env_logger 0.11.8",
14460 "extension",
14461 "extension_host",
14462 "fork",
14463 "fs",
14464 "futures 0.3.32",
14465 "git",
14466 "git2",
14467 "git_hosting_providers",
14468 "gpui",
14469 "gpui_platform",
14470 "gpui_tokio",
14471 "http_client",
14472 "image",
14473 "json_schema_store",
14474 "language",
14475 "language_extension",
14476 "language_model",
14477 "languages",
14478 "libc",
14479 "log",
14480 "lsp",
14481 "minidumper",
14482 "net",
14483 "node_runtime",
14484 "paths",
14485 "pretty_assertions",
14486 "project",
14487 "proto",
14488 "rayon",
14489 "release_channel",
14490 "remote",
14491 "reqwest_client",
14492 "rpc",
14493 "rust-embed",
14494 "semver",
14495 "serde",
14496 "serde_json",
14497 "settings",
14498 "shellexpand 2.1.2",
14499 "smol",
14500 "sysinfo 0.37.2",
14501 "task",
14502 "theme",
14503 "theme_settings",
14504 "thiserror 2.0.17",
14505 "toml 0.8.23",
14506 "unindent",
14507 "util",
14508 "uuid",
14509 "watch",
14510 "windows 0.61.3",
14511 "worktree",
14512 "zlog",
14513]
14514
14515[[package]]
14516name = "rend"
14517version = "0.4.2"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14520dependencies = [
14521 "bytecheck",
14522]
14523
14524[[package]]
14525name = "renderdoc-sys"
14526version = "1.1.0"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14529
14530[[package]]
14531name = "repl"
14532version = "0.1.0"
14533dependencies = [
14534 "alacritty_terminal",
14535 "anyhow",
14536 "async-dispatcher",
14537 "async-task",
14538 "async-tungstenite",
14539 "base64 0.22.1",
14540 "client",
14541 "collections",
14542 "command_palette_hooks",
14543 "editor",
14544 "feature_flags",
14545 "file_icons",
14546 "futures 0.3.32",
14547 "gpui",
14548 "html_to_markdown",
14549 "http_client",
14550 "image",
14551 "indoc",
14552 "jupyter-protocol",
14553 "jupyter-websocket-client",
14554 "language",
14555 "languages",
14556 "log",
14557 "markdown",
14558 "menu",
14559 "multi_buffer",
14560 "nbformat",
14561 "picker",
14562 "project",
14563 "remote",
14564 "runtimelib",
14565 "serde",
14566 "serde_json",
14567 "settings",
14568 "shlex",
14569 "smol",
14570 "telemetry",
14571 "terminal",
14572 "terminal_view",
14573 "theme",
14574 "theme_settings",
14575 "tree-sitter-md",
14576 "tree-sitter-python",
14577 "tree-sitter-typescript",
14578 "ui",
14579 "util",
14580 "uuid",
14581 "workspace",
14582 "zed_actions",
14583]
14584
14585[[package]]
14586name = "reqwest"
14587version = "0.11.27"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14590dependencies = [
14591 "base64 0.21.7",
14592 "bytes 1.11.1",
14593 "encoding_rs",
14594 "futures-core",
14595 "futures-util",
14596 "h2 0.3.27",
14597 "http 0.2.12",
14598 "http-body 0.4.6",
14599 "hyper 0.14.32",
14600 "hyper-tls",
14601 "ipnet",
14602 "js-sys",
14603 "log",
14604 "mime",
14605 "native-tls",
14606 "once_cell",
14607 "percent-encoding",
14608 "pin-project-lite",
14609 "rustls-pemfile 1.0.4",
14610 "serde",
14611 "serde_json",
14612 "serde_urlencoded",
14613 "sync_wrapper 0.1.2",
14614 "system-configuration 0.5.1",
14615 "tokio",
14616 "tokio-native-tls",
14617 "tower-service",
14618 "url",
14619 "wasm-bindgen",
14620 "wasm-bindgen-futures",
14621 "web-sys",
14622 "winreg 0.50.0",
14623]
14624
14625[[package]]
14626name = "reqwest"
14627version = "0.12.24"
14628source = "registry+https://github.com/rust-lang/crates.io-index"
14629checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14630dependencies = [
14631 "base64 0.22.1",
14632 "bytes 1.11.1",
14633 "futures-channel",
14634 "futures-core",
14635 "futures-util",
14636 "http 1.3.1",
14637 "http-body 1.0.1",
14638 "http-body-util",
14639 "hyper 1.7.0",
14640 "hyper-rustls 0.27.7",
14641 "hyper-util",
14642 "js-sys",
14643 "log",
14644 "percent-encoding",
14645 "pin-project-lite",
14646 "quinn",
14647 "rustls 0.23.33",
14648 "rustls-native-certs 0.8.2",
14649 "rustls-pki-types",
14650 "serde",
14651 "serde_json",
14652 "serde_urlencoded",
14653 "sync_wrapper 1.0.2",
14654 "tokio",
14655 "tokio-rustls 0.26.2",
14656 "tower 0.5.2",
14657 "tower-http 0.6.6",
14658 "tower-service",
14659 "url",
14660 "wasm-bindgen",
14661 "wasm-bindgen-futures",
14662 "web-sys",
14663]
14664
14665[[package]]
14666name = "reqwest_client"
14667version = "0.1.0"
14668dependencies = [
14669 "anyhow",
14670 "bytes 1.11.1",
14671 "futures 0.3.32",
14672 "gpui_util",
14673 "http_client",
14674 "http_client_tls",
14675 "log",
14676 "regex",
14677 "serde",
14678 "tokio",
14679 "zed-reqwest",
14680]
14681
14682[[package]]
14683name = "resvg"
14684version = "0.45.1"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14687dependencies = [
14688 "gif",
14689 "image-webp",
14690 "log",
14691 "pico-args",
14692 "rgb",
14693 "svgtypes",
14694 "tiny-skia",
14695 "usvg",
14696 "zune-jpeg",
14697]
14698
14699[[package]]
14700name = "rfc6979"
14701version = "0.3.1"
14702source = "registry+https://github.com/rust-lang/crates.io-index"
14703checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14704dependencies = [
14705 "crypto-bigint 0.4.9",
14706 "hmac",
14707 "zeroize",
14708]
14709
14710[[package]]
14711name = "rgb"
14712version = "0.8.52"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14715dependencies = [
14716 "bytemuck",
14717]
14718
14719[[package]]
14720name = "ring"
14721version = "0.17.14"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14724dependencies = [
14725 "cc",
14726 "cfg-if",
14727 "getrandom 0.2.16",
14728 "libc",
14729 "untrusted 0.9.0",
14730 "windows-sys 0.52.0",
14731]
14732
14733[[package]]
14734name = "rkyv"
14735version = "0.7.45"
14736source = "registry+https://github.com/rust-lang/crates.io-index"
14737checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14738dependencies = [
14739 "bitvec",
14740 "bytecheck",
14741 "bytes 1.11.1",
14742 "hashbrown 0.12.3",
14743 "ptr_meta",
14744 "rend",
14745 "rkyv_derive",
14746 "seahash",
14747 "tinyvec",
14748 "uuid",
14749]
14750
14751[[package]]
14752name = "rkyv_derive"
14753version = "0.7.45"
14754source = "registry+https://github.com/rust-lang/crates.io-index"
14755checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14756dependencies = [
14757 "proc-macro2",
14758 "quote",
14759 "syn 1.0.109",
14760]
14761
14762[[package]]
14763name = "rmp"
14764version = "0.8.14"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14767dependencies = [
14768 "byteorder",
14769 "num-traits",
14770 "paste",
14771]
14772
14773[[package]]
14774name = "rmpv"
14775version = "1.3.0"
14776source = "registry+https://github.com/rust-lang/crates.io-index"
14777checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14778dependencies = [
14779 "num-traits",
14780 "rmp",
14781]
14782
14783[[package]]
14784name = "rodio"
14785version = "0.21.1"
14786source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14787dependencies = [
14788 "cpal",
14789 "dasp_sample",
14790 "hound",
14791 "num-rational",
14792 "rand 0.9.2",
14793 "rand_distr",
14794 "rtrb",
14795 "symphonia",
14796 "thiserror 2.0.17",
14797]
14798
14799[[package]]
14800name = "rope"
14801version = "0.1.0"
14802dependencies = [
14803 "criterion",
14804 "ctor",
14805 "gpui",
14806 "heapless",
14807 "log",
14808 "rand 0.9.2",
14809 "rayon",
14810 "sum_tree",
14811 "tracing",
14812 "unicode-segmentation",
14813 "util",
14814 "zlog",
14815 "ztracing",
14816]
14817
14818[[package]]
14819name = "roxmltree"
14820version = "0.20.0"
14821source = "registry+https://github.com/rust-lang/crates.io-index"
14822checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14823
14824[[package]]
14825name = "rpassword"
14826version = "7.4.0"
14827source = "registry+https://github.com/rust-lang/crates.io-index"
14828checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14829dependencies = [
14830 "libc",
14831 "rtoolbox",
14832 "windows-sys 0.59.0",
14833]
14834
14835[[package]]
14836name = "rpc"
14837version = "0.1.0"
14838dependencies = [
14839 "anyhow",
14840 "async-tungstenite",
14841 "base64 0.22.1",
14842 "collections",
14843 "futures 0.3.32",
14844 "gpui",
14845 "parking_lot",
14846 "proto",
14847 "rand 0.9.2",
14848 "rsa",
14849 "serde",
14850 "serde_json",
14851 "sha2",
14852 "strum 0.27.2",
14853 "tracing",
14854 "util",
14855 "zlog",
14856 "zstd",
14857]
14858
14859[[package]]
14860name = "rsa"
14861version = "0.9.10"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14864dependencies = [
14865 "const-oid",
14866 "digest",
14867 "num-bigint-dig 0.8.6",
14868 "num-integer",
14869 "num-traits",
14870 "pkcs1",
14871 "pkcs8 0.10.2",
14872 "rand_core 0.6.4",
14873 "signature 2.2.0",
14874 "spki 0.7.3",
14875 "subtle",
14876 "zeroize",
14877]
14878
14879[[package]]
14880name = "rtoolbox"
14881version = "0.0.3"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14884dependencies = [
14885 "libc",
14886 "windows-sys 0.52.0",
14887]
14888
14889[[package]]
14890name = "rtrb"
14891version = "0.3.2"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14894
14895[[package]]
14896name = "rules_library"
14897version = "0.1.0"
14898dependencies = [
14899 "anyhow",
14900 "collections",
14901 "editor",
14902 "gpui",
14903 "language",
14904 "language_model",
14905 "log",
14906 "menu",
14907 "picker",
14908 "platform_title_bar",
14909 "prompt_store",
14910 "release_channel",
14911 "rope",
14912 "serde",
14913 "settings",
14914 "theme_settings",
14915 "ui",
14916 "ui_input",
14917 "util",
14918 "workspace",
14919 "zed_actions",
14920]
14921
14922[[package]]
14923name = "runtimelib"
14924version = "1.4.0"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14927dependencies = [
14928 "async-dispatcher",
14929 "async-std",
14930 "aws-lc-rs",
14931 "base64 0.22.1",
14932 "bytes 1.11.1",
14933 "chrono",
14934 "data-encoding",
14935 "dirs 6.0.0",
14936 "futures 0.3.32",
14937 "glob",
14938 "jupyter-protocol",
14939 "serde",
14940 "serde_json",
14941 "shellexpand 3.1.1",
14942 "smol",
14943 "thiserror 2.0.17",
14944 "uuid",
14945 "zeromq",
14946]
14947
14948[[package]]
14949name = "rust-embed"
14950version = "8.11.0"
14951source = "registry+https://github.com/rust-lang/crates.io-index"
14952checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14953dependencies = [
14954 "rust-embed-impl",
14955 "rust-embed-utils",
14956 "walkdir",
14957]
14958
14959[[package]]
14960name = "rust-embed-impl"
14961version = "8.11.0"
14962source = "registry+https://github.com/rust-lang/crates.io-index"
14963checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14964dependencies = [
14965 "proc-macro2",
14966 "quote",
14967 "rust-embed-utils",
14968 "syn 2.0.117",
14969 "walkdir",
14970]
14971
14972[[package]]
14973name = "rust-embed-utils"
14974version = "8.11.0"
14975source = "registry+https://github.com/rust-lang/crates.io-index"
14976checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14977dependencies = [
14978 "globset",
14979 "sha2",
14980 "walkdir",
14981]
14982
14983[[package]]
14984name = "rust_decimal"
14985version = "1.39.0"
14986source = "registry+https://github.com/rust-lang/crates.io-index"
14987checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14988dependencies = [
14989 "arrayvec",
14990 "borsh",
14991 "bytes 1.11.1",
14992 "num-traits",
14993 "rand 0.8.5",
14994 "rkyv",
14995 "serde",
14996 "serde_json",
14997]
14998
14999[[package]]
15000name = "rustc-demangle"
15001version = "0.1.26"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15004
15005[[package]]
15006name = "rustc-hash"
15007version = "1.1.0"
15008source = "registry+https://github.com/rust-lang/crates.io-index"
15009checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15010
15011[[package]]
15012name = "rustc-hash"
15013version = "2.1.1"
15014source = "registry+https://github.com/rust-lang/crates.io-index"
15015checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15016
15017[[package]]
15018name = "rustc_version"
15019version = "0.4.1"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15022dependencies = [
15023 "semver",
15024]
15025
15026[[package]]
15027name = "rustfft"
15028version = "6.4.1"
15029source = "registry+https://github.com/rust-lang/crates.io-index"
15030checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15031dependencies = [
15032 "num-complex",
15033 "num-integer",
15034 "num-traits",
15035 "primal-check",
15036 "strength_reduce",
15037 "transpose",
15038]
15039
15040[[package]]
15041name = "rustix"
15042version = "0.38.44"
15043source = "registry+https://github.com/rust-lang/crates.io-index"
15044checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15045dependencies = [
15046 "bitflags 2.10.0",
15047 "errno 0.3.14",
15048 "libc",
15049 "linux-raw-sys 0.4.15",
15050 "windows-sys 0.59.0",
15051]
15052
15053[[package]]
15054name = "rustix"
15055version = "1.1.2"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15058dependencies = [
15059 "bitflags 2.10.0",
15060 "errno 0.3.14",
15061 "libc",
15062 "linux-raw-sys 0.11.0",
15063 "windows-sys 0.61.2",
15064]
15065
15066[[package]]
15067name = "rustix-linux-procfs"
15068version = "0.1.1"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15071dependencies = [
15072 "once_cell",
15073 "rustix 1.1.2",
15074]
15075
15076[[package]]
15077name = "rustix-openpty"
15078version = "0.2.0"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15081dependencies = [
15082 "errno 0.3.14",
15083 "libc",
15084 "rustix 1.1.2",
15085]
15086
15087[[package]]
15088name = "rustls"
15089version = "0.21.12"
15090source = "registry+https://github.com/rust-lang/crates.io-index"
15091checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15092dependencies = [
15093 "log",
15094 "ring",
15095 "rustls-webpki 0.101.7",
15096 "sct",
15097]
15098
15099[[package]]
15100name = "rustls"
15101version = "0.23.33"
15102source = "registry+https://github.com/rust-lang/crates.io-index"
15103checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15104dependencies = [
15105 "aws-lc-rs",
15106 "log",
15107 "once_cell",
15108 "ring",
15109 "rustls-pki-types",
15110 "rustls-webpki 0.103.7",
15111 "subtle",
15112 "zeroize",
15113]
15114
15115[[package]]
15116name = "rustls-native-certs"
15117version = "0.6.3"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15120dependencies = [
15121 "openssl-probe",
15122 "rustls-pemfile 1.0.4",
15123 "schannel",
15124 "security-framework 2.11.1",
15125]
15126
15127[[package]]
15128name = "rustls-native-certs"
15129version = "0.8.2"
15130source = "registry+https://github.com/rust-lang/crates.io-index"
15131checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15132dependencies = [
15133 "openssl-probe",
15134 "rustls-pki-types",
15135 "schannel",
15136 "security-framework 3.5.1",
15137]
15138
15139[[package]]
15140name = "rustls-pemfile"
15141version = "1.0.4"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15144dependencies = [
15145 "base64 0.21.7",
15146]
15147
15148[[package]]
15149name = "rustls-pemfile"
15150version = "2.2.0"
15151source = "registry+https://github.com/rust-lang/crates.io-index"
15152checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15153dependencies = [
15154 "rustls-pki-types",
15155]
15156
15157[[package]]
15158name = "rustls-pki-types"
15159version = "1.12.0"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15162dependencies = [
15163 "web-time",
15164 "zeroize",
15165]
15166
15167[[package]]
15168name = "rustls-platform-verifier"
15169version = "0.5.3"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15172dependencies = [
15173 "core-foundation 0.10.0",
15174 "core-foundation-sys",
15175 "jni",
15176 "log",
15177 "once_cell",
15178 "rustls 0.23.33",
15179 "rustls-native-certs 0.8.2",
15180 "rustls-platform-verifier-android",
15181 "rustls-webpki 0.103.7",
15182 "security-framework 3.5.1",
15183 "security-framework-sys",
15184 "webpki-root-certs",
15185 "windows-sys 0.59.0",
15186]
15187
15188[[package]]
15189name = "rustls-platform-verifier-android"
15190version = "0.1.1"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15193
15194[[package]]
15195name = "rustls-webpki"
15196version = "0.101.7"
15197source = "registry+https://github.com/rust-lang/crates.io-index"
15198checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15199dependencies = [
15200 "ring",
15201 "untrusted 0.9.0",
15202]
15203
15204[[package]]
15205name = "rustls-webpki"
15206version = "0.103.7"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15209dependencies = [
15210 "aws-lc-rs",
15211 "ring",
15212 "rustls-pki-types",
15213 "untrusted 0.9.0",
15214]
15215
15216[[package]]
15217name = "rustversion"
15218version = "1.0.22"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15221
15222[[package]]
15223name = "rusty-fork"
15224version = "0.3.1"
15225source = "registry+https://github.com/rust-lang/crates.io-index"
15226checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15227dependencies = [
15228 "fnv",
15229 "quick-error 1.2.3",
15230 "tempfile",
15231 "wait-timeout",
15232]
15233
15234[[package]]
15235name = "rustybuzz"
15236version = "0.20.1"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15239dependencies = [
15240 "bitflags 2.10.0",
15241 "bytemuck",
15242 "core_maths",
15243 "log",
15244 "smallvec",
15245 "ttf-parser 0.25.1",
15246 "unicode-bidi-mirroring",
15247 "unicode-ccc",
15248 "unicode-properties",
15249 "unicode-script",
15250]
15251
15252[[package]]
15253name = "ryu"
15254version = "1.0.20"
15255source = "registry+https://github.com/rust-lang/crates.io-index"
15256checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15257
15258[[package]]
15259name = "saa"
15260version = "5.4.9"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15263
15264[[package]]
15265name = "safetensors"
15266version = "0.4.5"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15269dependencies = [
15270 "serde",
15271 "serde_json",
15272]
15273
15274[[package]]
15275name = "same-file"
15276version = "1.0.6"
15277source = "registry+https://github.com/rust-lang/crates.io-index"
15278checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15279dependencies = [
15280 "winapi-util",
15281]
15282
15283[[package]]
15284name = "scc"
15285version = "3.5.6"
15286source = "registry+https://github.com/rust-lang/crates.io-index"
15287checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15288dependencies = [
15289 "saa",
15290 "sdd",
15291]
15292
15293[[package]]
15294name = "schannel"
15295version = "0.1.28"
15296source = "registry+https://github.com/rust-lang/crates.io-index"
15297checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15298dependencies = [
15299 "windows-sys 0.61.2",
15300]
15301
15302[[package]]
15303name = "scheduler"
15304version = "0.1.0"
15305dependencies = [
15306 "async-task",
15307 "backtrace",
15308 "chrono",
15309 "flume",
15310 "futures 0.3.32",
15311 "parking_lot",
15312 "rand 0.9.2",
15313 "web-time",
15314]
15315
15316[[package]]
15317name = "schema_generator"
15318version = "0.1.0"
15319dependencies = [
15320 "anyhow",
15321 "clap",
15322 "env_logger 0.11.8",
15323 "schemars",
15324 "serde",
15325 "serde_json",
15326 "settings",
15327 "theme",
15328 "theme_settings",
15329]
15330
15331[[package]]
15332name = "schemars"
15333version = "1.0.4"
15334source = "registry+https://github.com/rust-lang/crates.io-index"
15335checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15336dependencies = [
15337 "dyn-clone",
15338 "indexmap",
15339 "ref-cast",
15340 "schemars_derive",
15341 "serde",
15342 "serde_json",
15343]
15344
15345[[package]]
15346name = "schemars_derive"
15347version = "1.0.4"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15350dependencies = [
15351 "proc-macro2",
15352 "quote",
15353 "serde_derive_internals",
15354 "syn 2.0.117",
15355]
15356
15357[[package]]
15358name = "scoped-tls"
15359version = "1.0.1"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15362
15363[[package]]
15364name = "scopeguard"
15365version = "1.2.0"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15368
15369[[package]]
15370name = "scratch"
15371version = "1.0.9"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15374
15375[[package]]
15376name = "screencapturekit"
15377version = "0.2.8"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15380dependencies = [
15381 "screencapturekit-sys",
15382]
15383
15384[[package]]
15385name = "screencapturekit-sys"
15386version = "0.2.8"
15387source = "registry+https://github.com/rust-lang/crates.io-index"
15388checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15389dependencies = [
15390 "block",
15391 "dispatch",
15392 "objc",
15393 "objc-foundation",
15394 "objc_id",
15395 "once_cell",
15396]
15397
15398[[package]]
15399name = "scroll"
15400version = "0.12.0"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15403dependencies = [
15404 "scroll_derive",
15405]
15406
15407[[package]]
15408name = "scroll_derive"
15409version = "0.12.1"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15412dependencies = [
15413 "proc-macro2",
15414 "quote",
15415 "syn 2.0.117",
15416]
15417
15418[[package]]
15419name = "sct"
15420version = "0.7.1"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15423dependencies = [
15424 "ring",
15425 "untrusted 0.9.0",
15426]
15427
15428[[package]]
15429name = "sdd"
15430version = "4.6.2"
15431source = "registry+https://github.com/rust-lang/crates.io-index"
15432checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15433
15434[[package]]
15435name = "sea-bae"
15436version = "0.2.1"
15437source = "registry+https://github.com/rust-lang/crates.io-index"
15438checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15439dependencies = [
15440 "heck 0.4.1",
15441 "proc-macro-error2",
15442 "proc-macro2",
15443 "quote",
15444 "syn 2.0.117",
15445]
15446
15447[[package]]
15448name = "sea-orm"
15449version = "1.1.10"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15452dependencies = [
15453 "async-stream",
15454 "async-trait",
15455 "bigdecimal",
15456 "chrono",
15457 "futures-util",
15458 "log",
15459 "ouroboros",
15460 "pgvector",
15461 "rust_decimal",
15462 "sea-orm-macros",
15463 "sea-query",
15464 "sea-query-binder",
15465 "serde",
15466 "serde_json",
15467 "sqlx",
15468 "strum 0.26.3",
15469 "thiserror 2.0.17",
15470 "time",
15471 "tracing",
15472 "url",
15473 "uuid",
15474]
15475
15476[[package]]
15477name = "sea-orm-macros"
15478version = "1.1.10"
15479source = "registry+https://github.com/rust-lang/crates.io-index"
15480checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15481dependencies = [
15482 "heck 0.4.1",
15483 "proc-macro2",
15484 "quote",
15485 "sea-bae",
15486 "syn 2.0.117",
15487 "unicode-ident",
15488]
15489
15490[[package]]
15491name = "sea-query"
15492version = "0.32.7"
15493source = "registry+https://github.com/rust-lang/crates.io-index"
15494checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15495dependencies = [
15496 "bigdecimal",
15497 "chrono",
15498 "inherent",
15499 "ordered-float 4.6.0",
15500 "rust_decimal",
15501 "serde_json",
15502 "time",
15503 "uuid",
15504]
15505
15506[[package]]
15507name = "sea-query-binder"
15508version = "0.7.0"
15509source = "registry+https://github.com/rust-lang/crates.io-index"
15510checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15511dependencies = [
15512 "bigdecimal",
15513 "chrono",
15514 "rust_decimal",
15515 "sea-query",
15516 "serde_json",
15517 "sqlx",
15518 "time",
15519 "uuid",
15520]
15521
15522[[package]]
15523name = "seahash"
15524version = "4.1.0"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15527
15528[[package]]
15529name = "search"
15530version = "0.1.0"
15531dependencies = [
15532 "any_vec",
15533 "anyhow",
15534 "bitflags 2.10.0",
15535 "collections",
15536 "editor",
15537 "fs",
15538 "futures 0.3.32",
15539 "gpui",
15540 "itertools 0.14.0",
15541 "language",
15542 "lsp",
15543 "menu",
15544 "multi_buffer",
15545 "pretty_assertions",
15546 "project",
15547 "serde",
15548 "serde_json",
15549 "settings",
15550 "smol",
15551 "theme",
15552 "theme_settings",
15553 "tracing",
15554 "ui",
15555 "unindent",
15556 "util",
15557 "util_macros",
15558 "workspace",
15559 "zed_actions",
15560 "ztracing",
15561]
15562
15563[[package]]
15564name = "sec1"
15565version = "0.3.0"
15566source = "registry+https://github.com/rust-lang/crates.io-index"
15567checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15568dependencies = [
15569 "base16ct",
15570 "der 0.6.1",
15571 "generic-array",
15572 "pkcs8 0.9.0",
15573 "subtle",
15574 "zeroize",
15575]
15576
15577[[package]]
15578name = "secrecy"
15579version = "0.10.3"
15580source = "registry+https://github.com/rust-lang/crates.io-index"
15581checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15582dependencies = [
15583 "zeroize",
15584]
15585
15586[[package]]
15587name = "security-framework"
15588version = "2.11.1"
15589source = "registry+https://github.com/rust-lang/crates.io-index"
15590checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15591dependencies = [
15592 "bitflags 2.10.0",
15593 "core-foundation 0.9.4",
15594 "core-foundation-sys",
15595 "libc",
15596 "security-framework-sys",
15597]
15598
15599[[package]]
15600name = "security-framework"
15601version = "3.5.1"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15604dependencies = [
15605 "bitflags 2.10.0",
15606 "core-foundation 0.10.0",
15607 "core-foundation-sys",
15608 "libc",
15609 "security-framework-sys",
15610]
15611
15612[[package]]
15613name = "security-framework-sys"
15614version = "2.15.0"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15617dependencies = [
15618 "core-foundation-sys",
15619 "libc",
15620]
15621
15622[[package]]
15623name = "self_cell"
15624version = "1.2.2"
15625source = "registry+https://github.com/rust-lang/crates.io-index"
15626checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15627
15628[[package]]
15629name = "semver"
15630version = "1.0.27"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15633dependencies = [
15634 "serde",
15635 "serde_core",
15636]
15637
15638[[package]]
15639name = "seq-macro"
15640version = "0.3.6"
15641source = "registry+https://github.com/rust-lang/crates.io-index"
15642checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15643
15644[[package]]
15645name = "serde"
15646version = "1.0.228"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15649dependencies = [
15650 "serde_core",
15651 "serde_derive",
15652]
15653
15654[[package]]
15655name = "serde_bytes"
15656version = "0.11.19"
15657source = "registry+https://github.com/rust-lang/crates.io-index"
15658checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15659dependencies = [
15660 "serde",
15661 "serde_core",
15662]
15663
15664[[package]]
15665name = "serde_core"
15666version = "1.0.228"
15667source = "registry+https://github.com/rust-lang/crates.io-index"
15668checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15669dependencies = [
15670 "serde_derive",
15671]
15672
15673[[package]]
15674name = "serde_derive"
15675version = "1.0.228"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15678dependencies = [
15679 "proc-macro2",
15680 "quote",
15681 "syn 2.0.117",
15682]
15683
15684[[package]]
15685name = "serde_derive_internals"
15686version = "0.29.1"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15689dependencies = [
15690 "proc-macro2",
15691 "quote",
15692 "syn 2.0.117",
15693]
15694
15695[[package]]
15696name = "serde_fmt"
15697version = "1.0.3"
15698source = "registry+https://github.com/rust-lang/crates.io-index"
15699checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15700dependencies = [
15701 "serde",
15702]
15703
15704[[package]]
15705name = "serde_json"
15706version = "1.0.145"
15707source = "registry+https://github.com/rust-lang/crates.io-index"
15708checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15709dependencies = [
15710 "indexmap",
15711 "itoa",
15712 "memchr",
15713 "ryu",
15714 "serde",
15715 "serde_core",
15716]
15717
15718[[package]]
15719name = "serde_json_lenient"
15720version = "0.2.4"
15721source = "registry+https://github.com/rust-lang/crates.io-index"
15722checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15723dependencies = [
15724 "indexmap",
15725 "itoa",
15726 "memchr",
15727 "ryu",
15728 "serde",
15729]
15730
15731[[package]]
15732name = "serde_path_to_error"
15733version = "0.1.20"
15734source = "registry+https://github.com/rust-lang/crates.io-index"
15735checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15736dependencies = [
15737 "itoa",
15738 "serde",
15739 "serde_core",
15740]
15741
15742[[package]]
15743name = "serde_repr"
15744version = "0.1.20"
15745source = "registry+https://github.com/rust-lang/crates.io-index"
15746checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15747dependencies = [
15748 "proc-macro2",
15749 "quote",
15750 "syn 2.0.117",
15751]
15752
15753[[package]]
15754name = "serde_spanned"
15755version = "0.6.9"
15756source = "registry+https://github.com/rust-lang/crates.io-index"
15757checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15758dependencies = [
15759 "serde",
15760]
15761
15762[[package]]
15763name = "serde_spanned"
15764version = "1.0.3"
15765source = "registry+https://github.com/rust-lang/crates.io-index"
15766checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15767dependencies = [
15768 "serde_core",
15769]
15770
15771[[package]]
15772name = "serde_urlencoded"
15773version = "0.7.1"
15774source = "registry+https://github.com/rust-lang/crates.io-index"
15775checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15776dependencies = [
15777 "form_urlencoded",
15778 "itoa",
15779 "ryu",
15780 "serde",
15781]
15782
15783[[package]]
15784name = "serde_yaml"
15785version = "0.9.34+deprecated"
15786source = "registry+https://github.com/rust-lang/crates.io-index"
15787checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15788dependencies = [
15789 "indexmap",
15790 "itoa",
15791 "ryu",
15792 "serde",
15793 "unsafe-libyaml",
15794]
15795
15796[[package]]
15797name = "serial2"
15798version = "0.2.33"
15799source = "registry+https://github.com/rust-lang/crates.io-index"
15800checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15801dependencies = [
15802 "cfg-if",
15803 "libc",
15804 "winapi",
15805]
15806
15807[[package]]
15808name = "session"
15809version = "0.1.0"
15810dependencies = [
15811 "db",
15812 "gpui",
15813 "serde_json",
15814 "util",
15815 "uuid",
15816]
15817
15818[[package]]
15819name = "settings"
15820version = "0.1.0"
15821dependencies = [
15822 "anyhow",
15823 "collections",
15824 "ec4rs",
15825 "fs",
15826 "futures 0.3.32",
15827 "gpui",
15828 "indoc",
15829 "inventory",
15830 "log",
15831 "migrator",
15832 "paths",
15833 "pretty_assertions",
15834 "release_channel",
15835 "rust-embed",
15836 "schemars",
15837 "serde",
15838 "serde_json",
15839 "serde_json_lenient",
15840 "settings_content",
15841 "settings_json",
15842 "settings_macros",
15843 "smallvec",
15844 "unindent",
15845 "util",
15846 "zlog",
15847]
15848
15849[[package]]
15850name = "settings_content"
15851version = "0.1.0"
15852dependencies = [
15853 "anyhow",
15854 "collections",
15855 "derive_more",
15856 "gpui",
15857 "language_model_core",
15858 "log",
15859 "schemars",
15860 "serde",
15861 "serde_json",
15862 "serde_json_lenient",
15863 "settings_json",
15864 "settings_macros",
15865 "strum 0.27.2",
15866 "util",
15867]
15868
15869[[package]]
15870name = "settings_json"
15871version = "0.1.0"
15872dependencies = [
15873 "anyhow",
15874 "pretty_assertions",
15875 "serde",
15876 "serde_json",
15877 "serde_json_lenient",
15878 "serde_path_to_error",
15879 "tree-sitter",
15880 "tree-sitter-json",
15881 "unindent",
15882 "util",
15883]
15884
15885[[package]]
15886name = "settings_macros"
15887version = "0.1.0"
15888dependencies = [
15889 "quote",
15890 "settings",
15891 "syn 2.0.117",
15892]
15893
15894[[package]]
15895name = "settings_profile_selector"
15896version = "0.1.0"
15897dependencies = [
15898 "editor",
15899 "fuzzy",
15900 "gpui",
15901 "menu",
15902 "picker",
15903 "project",
15904 "serde_json",
15905 "settings",
15906 "theme",
15907 "theme_settings",
15908 "ui",
15909 "workspace",
15910 "zed_actions",
15911]
15912
15913[[package]]
15914name = "settings_ui"
15915version = "0.1.0"
15916dependencies = [
15917 "agent",
15918 "agent_settings",
15919 "anyhow",
15920 "audio",
15921 "codestral",
15922 "component",
15923 "copilot",
15924 "copilot_ui",
15925 "cpal",
15926 "edit_prediction",
15927 "edit_prediction_ui",
15928 "editor",
15929 "feature_flags",
15930 "fs",
15931 "futures 0.3.32",
15932 "fuzzy",
15933 "gpui",
15934 "heck 0.5.0",
15935 "itertools 0.14.0",
15936 "language",
15937 "log",
15938 "menu",
15939 "paths",
15940 "picker",
15941 "platform_title_bar",
15942 "pretty_assertions",
15943 "project",
15944 "regex",
15945 "release_channel",
15946 "rodio",
15947 "schemars",
15948 "search",
15949 "serde",
15950 "serde_json",
15951 "settings",
15952 "shell_command_parser",
15953 "strum 0.27.2",
15954 "telemetry",
15955 "theme",
15956 "theme_settings",
15957 "title_bar",
15958 "ui",
15959 "util",
15960 "workspace",
15961 "zed_actions",
15962 "zed_credentials_provider",
15963]
15964
15965[[package]]
15966name = "sha-1"
15967version = "0.10.1"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15970dependencies = [
15971 "cfg-if",
15972 "cpufeatures",
15973 "digest",
15974]
15975
15976[[package]]
15977name = "sha1"
15978version = "0.10.6"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15981dependencies = [
15982 "cfg-if",
15983 "cpufeatures",
15984 "digest",
15985]
15986
15987[[package]]
15988name = "sha1_smol"
15989version = "1.0.1"
15990source = "registry+https://github.com/rust-lang/crates.io-index"
15991checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15992
15993[[package]]
15994name = "sha2"
15995version = "0.10.9"
15996source = "registry+https://github.com/rust-lang/crates.io-index"
15997checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15998dependencies = [
15999 "cfg-if",
16000 "cpufeatures",
16001 "digest",
16002]
16003
16004[[package]]
16005name = "sharded-slab"
16006version = "0.1.7"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16009dependencies = [
16010 "lazy_static",
16011]
16012
16013[[package]]
16014name = "shared_library"
16015version = "0.1.9"
16016source = "registry+https://github.com/rust-lang/crates.io-index"
16017checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16018dependencies = [
16019 "lazy_static",
16020 "libc",
16021]
16022
16023[[package]]
16024name = "shell-words"
16025version = "1.1.0"
16026source = "registry+https://github.com/rust-lang/crates.io-index"
16027checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16028
16029[[package]]
16030name = "shell_command_parser"
16031version = "0.1.0"
16032dependencies = [
16033 "brush-parser",
16034]
16035
16036[[package]]
16037name = "shellexpand"
16038version = "2.1.2"
16039source = "registry+https://github.com/rust-lang/crates.io-index"
16040checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16041dependencies = [
16042 "dirs 4.0.0",
16043]
16044
16045[[package]]
16046name = "shellexpand"
16047version = "3.1.1"
16048source = "registry+https://github.com/rust-lang/crates.io-index"
16049checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16050dependencies = [
16051 "dirs 6.0.0",
16052]
16053
16054[[package]]
16055name = "shingles"
16056version = "0.1.1"
16057source = "registry+https://github.com/rust-lang/crates.io-index"
16058checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16059
16060[[package]]
16061name = "shlex"
16062version = "1.3.0"
16063source = "registry+https://github.com/rust-lang/crates.io-index"
16064checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16065
16066[[package]]
16067name = "sidebar"
16068version = "0.1.0"
16069dependencies = [
16070 "acp_thread",
16071 "action_log",
16072 "agent",
16073 "agent-client-protocol",
16074 "agent_settings",
16075 "agent_ui",
16076 "anyhow",
16077 "chrono",
16078 "editor",
16079 "feature_flags",
16080 "fs",
16081 "git",
16082 "gpui",
16083 "language_model",
16084 "menu",
16085 "platform_title_bar",
16086 "pretty_assertions",
16087 "project",
16088 "prompt_store",
16089 "recent_projects",
16090 "remote",
16091 "serde",
16092 "serde_json",
16093 "settings",
16094 "theme",
16095 "theme_settings",
16096 "ui",
16097 "util",
16098 "vim_mode_setting",
16099 "workspace",
16100 "zed_actions",
16101]
16102
16103[[package]]
16104name = "signal-hook"
16105version = "0.3.18"
16106source = "registry+https://github.com/rust-lang/crates.io-index"
16107checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16108dependencies = [
16109 "libc",
16110 "signal-hook-registry",
16111]
16112
16113[[package]]
16114name = "signal-hook-registry"
16115version = "1.4.6"
16116source = "registry+https://github.com/rust-lang/crates.io-index"
16117checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16118dependencies = [
16119 "libc",
16120]
16121
16122[[package]]
16123name = "signature"
16124version = "1.6.4"
16125source = "registry+https://github.com/rust-lang/crates.io-index"
16126checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16127dependencies = [
16128 "digest",
16129 "rand_core 0.6.4",
16130]
16131
16132[[package]]
16133name = "signature"
16134version = "2.2.0"
16135source = "registry+https://github.com/rust-lang/crates.io-index"
16136checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16137dependencies = [
16138 "digest",
16139 "rand_core 0.6.4",
16140]
16141
16142[[package]]
16143name = "simd-adler32"
16144version = "0.3.7"
16145source = "registry+https://github.com/rust-lang/crates.io-index"
16146checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16147
16148[[package]]
16149name = "simd_helpers"
16150version = "0.1.0"
16151source = "registry+https://github.com/rust-lang/crates.io-index"
16152checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16153dependencies = [
16154 "quote",
16155]
16156
16157[[package]]
16158name = "simdutf8"
16159version = "0.1.5"
16160source = "registry+https://github.com/rust-lang/crates.io-index"
16161checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16162
16163[[package]]
16164name = "similar"
16165version = "2.7.0"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16168
16169[[package]]
16170name = "simple_asn1"
16171version = "0.6.3"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16174dependencies = [
16175 "num-bigint",
16176 "num-traits",
16177 "thiserror 2.0.17",
16178 "time",
16179]
16180
16181[[package]]
16182name = "simplecss"
16183version = "0.2.2"
16184source = "registry+https://github.com/rust-lang/crates.io-index"
16185checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16186dependencies = [
16187 "log",
16188]
16189
16190[[package]]
16191name = "simplelog"
16192version = "0.12.2"
16193source = "registry+https://github.com/rust-lang/crates.io-index"
16194checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16195dependencies = [
16196 "log",
16197 "termcolor",
16198 "time",
16199]
16200
16201[[package]]
16202name = "siphasher"
16203version = "0.3.11"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16206
16207[[package]]
16208name = "siphasher"
16209version = "1.0.1"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16212
16213[[package]]
16214name = "skrifa"
16215version = "0.37.0"
16216source = "registry+https://github.com/rust-lang/crates.io-index"
16217checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16218dependencies = [
16219 "bytemuck",
16220 "read-fonts 0.35.0",
16221]
16222
16223[[package]]
16224name = "skrifa"
16225version = "0.40.0"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16228dependencies = [
16229 "bytemuck",
16230 "read-fonts 0.37.0",
16231]
16232
16233[[package]]
16234name = "slab"
16235version = "0.4.11"
16236source = "registry+https://github.com/rust-lang/crates.io-index"
16237checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16238
16239[[package]]
16240name = "slotmap"
16241version = "1.0.7"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16244dependencies = [
16245 "version_check",
16246]
16247
16248[[package]]
16249name = "smallvec"
16250version = "1.15.1"
16251source = "registry+https://github.com/rust-lang/crates.io-index"
16252checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16253dependencies = [
16254 "serde",
16255]
16256
16257[[package]]
16258name = "smart-default"
16259version = "0.7.1"
16260source = "registry+https://github.com/rust-lang/crates.io-index"
16261checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16262dependencies = [
16263 "proc-macro2",
16264 "quote",
16265 "syn 2.0.117",
16266]
16267
16268[[package]]
16269name = "smol"
16270version = "2.0.2"
16271source = "registry+https://github.com/rust-lang/crates.io-index"
16272checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16273dependencies = [
16274 "async-channel 2.5.0",
16275 "async-executor",
16276 "async-fs",
16277 "async-io",
16278 "async-lock 3.4.2",
16279 "async-net",
16280 "async-process",
16281 "blocking",
16282 "futures-lite 2.6.1",
16283]
16284
16285[[package]]
16286name = "smol_str"
16287version = "0.3.5"
16288source = "registry+https://github.com/rust-lang/crates.io-index"
16289checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16290
16291[[package]]
16292name = "snafu"
16293version = "0.8.9"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16296dependencies = [
16297 "snafu-derive",
16298]
16299
16300[[package]]
16301name = "snafu-derive"
16302version = "0.8.9"
16303source = "registry+https://github.com/rust-lang/crates.io-index"
16304checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16305dependencies = [
16306 "heck 0.5.0",
16307 "proc-macro2",
16308 "quote",
16309 "syn 2.0.117",
16310]
16311
16312[[package]]
16313name = "snippet"
16314version = "0.1.0"
16315dependencies = [
16316 "anyhow",
16317 "smallvec",
16318]
16319
16320[[package]]
16321name = "snippet_provider"
16322version = "0.1.0"
16323dependencies = [
16324 "anyhow",
16325 "collections",
16326 "extension",
16327 "fs",
16328 "futures 0.3.32",
16329 "gpui",
16330 "indoc",
16331 "parking_lot",
16332 "paths",
16333 "schemars",
16334 "serde",
16335 "serde_json",
16336 "serde_json_lenient",
16337 "snippet",
16338 "util",
16339]
16340
16341[[package]]
16342name = "snippets_ui"
16343version = "0.1.0"
16344dependencies = [
16345 "file_icons",
16346 "fuzzy",
16347 "gpui",
16348 "language",
16349 "open_path_prompt",
16350 "paths",
16351 "picker",
16352 "settings",
16353 "ui",
16354 "util",
16355 "workspace",
16356]
16357
16358[[package]]
16359name = "socket2"
16360version = "0.5.10"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16363dependencies = [
16364 "libc",
16365 "windows-sys 0.52.0",
16366]
16367
16368[[package]]
16369name = "socket2"
16370version = "0.6.1"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16373dependencies = [
16374 "libc",
16375 "windows-sys 0.60.2",
16376]
16377
16378[[package]]
16379name = "spdx"
16380version = "0.10.9"
16381source = "registry+https://github.com/rust-lang/crates.io-index"
16382checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16383dependencies = [
16384 "smallvec",
16385]
16386
16387[[package]]
16388name = "spin"
16389version = "0.9.8"
16390source = "registry+https://github.com/rust-lang/crates.io-index"
16391checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16392dependencies = [
16393 "lock_api",
16394]
16395
16396[[package]]
16397name = "spin"
16398version = "0.10.0"
16399source = "registry+https://github.com/rust-lang/crates.io-index"
16400checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16401dependencies = [
16402 "lock_api",
16403]
16404
16405[[package]]
16406name = "spirv"
16407version = "0.4.0+sdk-1.4.341.0"
16408source = "registry+https://github.com/rust-lang/crates.io-index"
16409checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16410dependencies = [
16411 "bitflags 2.10.0",
16412]
16413
16414[[package]]
16415name = "spki"
16416version = "0.6.0"
16417source = "registry+https://github.com/rust-lang/crates.io-index"
16418checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16419dependencies = [
16420 "base64ct",
16421 "der 0.6.1",
16422]
16423
16424[[package]]
16425name = "spki"
16426version = "0.7.3"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16429dependencies = [
16430 "base64ct",
16431 "der 0.7.10",
16432]
16433
16434[[package]]
16435name = "sqlez"
16436version = "0.1.0"
16437dependencies = [
16438 "anyhow",
16439 "collections",
16440 "futures 0.3.32",
16441 "indoc",
16442 "libsqlite3-sys",
16443 "log",
16444 "parking_lot",
16445 "smol",
16446 "sqlformat",
16447 "thread_local",
16448 "util",
16449 "uuid",
16450]
16451
16452[[package]]
16453name = "sqlez_macros"
16454version = "0.1.0"
16455dependencies = [
16456 "sqlez",
16457 "sqlformat",
16458 "syn 2.0.117",
16459]
16460
16461[[package]]
16462name = "sqlformat"
16463version = "0.2.6"
16464source = "registry+https://github.com/rust-lang/crates.io-index"
16465checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16466dependencies = [
16467 "nom 7.1.3",
16468 "unicode_categories",
16469]
16470
16471[[package]]
16472name = "sqlx"
16473version = "0.8.6"
16474source = "registry+https://github.com/rust-lang/crates.io-index"
16475checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16476dependencies = [
16477 "sqlx-core",
16478 "sqlx-macros",
16479 "sqlx-mysql",
16480 "sqlx-postgres",
16481 "sqlx-sqlite",
16482]
16483
16484[[package]]
16485name = "sqlx-core"
16486version = "0.8.6"
16487source = "registry+https://github.com/rust-lang/crates.io-index"
16488checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16489dependencies = [
16490 "base64 0.22.1",
16491 "bigdecimal",
16492 "bytes 1.11.1",
16493 "chrono",
16494 "crc",
16495 "crossbeam-queue",
16496 "either",
16497 "event-listener 5.4.1",
16498 "futures-core",
16499 "futures-intrusive",
16500 "futures-io",
16501 "futures-util",
16502 "hashbrown 0.15.5",
16503 "hashlink 0.10.0",
16504 "indexmap",
16505 "log",
16506 "memchr",
16507 "once_cell",
16508 "percent-encoding",
16509 "rust_decimal",
16510 "rustls 0.23.33",
16511 "serde",
16512 "serde_json",
16513 "sha2",
16514 "smallvec",
16515 "thiserror 2.0.17",
16516 "time",
16517 "tokio",
16518 "tokio-stream",
16519 "tracing",
16520 "url",
16521 "uuid",
16522 "webpki-roots",
16523]
16524
16525[[package]]
16526name = "sqlx-macros"
16527version = "0.8.6"
16528source = "registry+https://github.com/rust-lang/crates.io-index"
16529checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16530dependencies = [
16531 "proc-macro2",
16532 "quote",
16533 "sqlx-core",
16534 "sqlx-macros-core",
16535 "syn 2.0.117",
16536]
16537
16538[[package]]
16539name = "sqlx-macros-core"
16540version = "0.8.6"
16541source = "registry+https://github.com/rust-lang/crates.io-index"
16542checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16543dependencies = [
16544 "dotenvy",
16545 "either",
16546 "heck 0.5.0",
16547 "hex",
16548 "once_cell",
16549 "proc-macro2",
16550 "quote",
16551 "serde",
16552 "serde_json",
16553 "sha2",
16554 "sqlx-core",
16555 "sqlx-mysql",
16556 "sqlx-postgres",
16557 "sqlx-sqlite",
16558 "syn 2.0.117",
16559 "tokio",
16560 "url",
16561]
16562
16563[[package]]
16564name = "sqlx-mysql"
16565version = "0.8.6"
16566source = "registry+https://github.com/rust-lang/crates.io-index"
16567checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16568dependencies = [
16569 "atoi",
16570 "base64 0.22.1",
16571 "bigdecimal",
16572 "bitflags 2.10.0",
16573 "byteorder",
16574 "bytes 1.11.1",
16575 "chrono",
16576 "crc",
16577 "digest",
16578 "dotenvy",
16579 "either",
16580 "futures-channel",
16581 "futures-core",
16582 "futures-io",
16583 "futures-util",
16584 "generic-array",
16585 "hex",
16586 "hkdf",
16587 "hmac",
16588 "itoa",
16589 "log",
16590 "md-5",
16591 "memchr",
16592 "once_cell",
16593 "percent-encoding",
16594 "rand 0.8.5",
16595 "rsa",
16596 "rust_decimal",
16597 "serde",
16598 "sha1",
16599 "sha2",
16600 "smallvec",
16601 "sqlx-core",
16602 "stringprep",
16603 "thiserror 2.0.17",
16604 "time",
16605 "tracing",
16606 "uuid",
16607 "whoami",
16608]
16609
16610[[package]]
16611name = "sqlx-postgres"
16612version = "0.8.6"
16613source = "registry+https://github.com/rust-lang/crates.io-index"
16614checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16615dependencies = [
16616 "atoi",
16617 "base64 0.22.1",
16618 "bigdecimal",
16619 "bitflags 2.10.0",
16620 "byteorder",
16621 "chrono",
16622 "crc",
16623 "dotenvy",
16624 "etcetera",
16625 "futures-channel",
16626 "futures-core",
16627 "futures-util",
16628 "hex",
16629 "hkdf",
16630 "hmac",
16631 "home",
16632 "itoa",
16633 "log",
16634 "md-5",
16635 "memchr",
16636 "num-bigint",
16637 "once_cell",
16638 "rand 0.8.5",
16639 "rust_decimal",
16640 "serde",
16641 "serde_json",
16642 "sha2",
16643 "smallvec",
16644 "sqlx-core",
16645 "stringprep",
16646 "thiserror 2.0.17",
16647 "time",
16648 "tracing",
16649 "uuid",
16650 "whoami",
16651]
16652
16653[[package]]
16654name = "sqlx-sqlite"
16655version = "0.8.6"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16658dependencies = [
16659 "atoi",
16660 "chrono",
16661 "flume",
16662 "futures-channel",
16663 "futures-core",
16664 "futures-executor",
16665 "futures-intrusive",
16666 "futures-util",
16667 "libsqlite3-sys",
16668 "log",
16669 "percent-encoding",
16670 "serde",
16671 "serde_urlencoded",
16672 "sqlx-core",
16673 "thiserror 2.0.17",
16674 "time",
16675 "tracing",
16676 "url",
16677 "uuid",
16678]
16679
16680[[package]]
16681name = "stable_deref_trait"
16682version = "1.2.1"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16685
16686[[package]]
16687name = "stacker"
16688version = "0.1.23"
16689source = "registry+https://github.com/rust-lang/crates.io-index"
16690checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16691dependencies = [
16692 "cc",
16693 "cfg-if",
16694 "libc",
16695 "psm",
16696 "windows-sys 0.59.0",
16697]
16698
16699[[package]]
16700name = "stacksafe"
16701version = "0.1.4"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16704dependencies = [
16705 "stacker",
16706 "stacksafe-macro",
16707]
16708
16709[[package]]
16710name = "stacksafe-macro"
16711version = "0.1.4"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16714dependencies = [
16715 "proc-macro-error2",
16716 "quote",
16717 "syn 2.0.117",
16718]
16719
16720[[package]]
16721name = "static_assertions"
16722version = "1.1.0"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16725
16726[[package]]
16727name = "story"
16728version = "0.1.0"
16729dependencies = [
16730 "gpui",
16731 "itertools 0.14.0",
16732 "smallvec",
16733]
16734
16735[[package]]
16736name = "storybook"
16737version = "0.1.0"
16738dependencies = [
16739 "anyhow",
16740 "clap",
16741 "ctrlc",
16742 "dialoguer",
16743 "editor",
16744 "fuzzy",
16745 "gpui",
16746 "gpui_platform",
16747 "indoc",
16748 "language",
16749 "log",
16750 "menu",
16751 "picker",
16752 "reqwest_client",
16753 "rust-embed",
16754 "settings",
16755 "simplelog",
16756 "story",
16757 "strum 0.27.2",
16758 "theme",
16759 "theme_settings",
16760 "title_bar",
16761 "ui",
16762]
16763
16764[[package]]
16765name = "streaming-iterator"
16766version = "0.1.9"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16769
16770[[package]]
16771name = "streaming_diff"
16772version = "0.1.0"
16773dependencies = [
16774 "ordered-float 2.10.1",
16775 "rand 0.9.2",
16776 "rope",
16777 "util",
16778]
16779
16780[[package]]
16781name = "strength_reduce"
16782version = "0.2.4"
16783source = "registry+https://github.com/rust-lang/crates.io-index"
16784checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16785
16786[[package]]
16787name = "strict-num"
16788version = "0.1.1"
16789source = "registry+https://github.com/rust-lang/crates.io-index"
16790checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16791dependencies = [
16792 "float-cmp",
16793]
16794
16795[[package]]
16796name = "string_cache"
16797version = "0.8.9"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16800dependencies = [
16801 "new_debug_unreachable",
16802 "parking_lot",
16803 "phf_shared 0.11.3",
16804 "precomputed-hash",
16805 "serde",
16806]
16807
16808[[package]]
16809name = "string_cache_codegen"
16810version = "0.5.4"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16813dependencies = [
16814 "phf_generator 0.11.3",
16815 "phf_shared 0.11.3",
16816 "proc-macro2",
16817 "quote",
16818]
16819
16820[[package]]
16821name = "stringprep"
16822version = "0.1.5"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16825dependencies = [
16826 "unicode-bidi",
16827 "unicode-normalization",
16828 "unicode-properties",
16829]
16830
16831[[package]]
16832name = "strsim"
16833version = "0.11.1"
16834source = "registry+https://github.com/rust-lang/crates.io-index"
16835checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16836
16837[[package]]
16838name = "strum"
16839version = "0.26.3"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16842
16843[[package]]
16844name = "strum"
16845version = "0.27.2"
16846source = "registry+https://github.com/rust-lang/crates.io-index"
16847checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16848dependencies = [
16849 "strum_macros 0.27.2",
16850]
16851
16852[[package]]
16853name = "strum"
16854version = "0.28.0"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16857dependencies = [
16858 "strum_macros 0.28.0",
16859]
16860
16861[[package]]
16862name = "strum_macros"
16863version = "0.27.2"
16864source = "registry+https://github.com/rust-lang/crates.io-index"
16865checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16866dependencies = [
16867 "heck 0.5.0",
16868 "proc-macro2",
16869 "quote",
16870 "syn 2.0.117",
16871]
16872
16873[[package]]
16874name = "strum_macros"
16875version = "0.28.0"
16876source = "registry+https://github.com/rust-lang/crates.io-index"
16877checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16878dependencies = [
16879 "heck 0.5.0",
16880 "proc-macro2",
16881 "quote",
16882 "syn 2.0.117",
16883]
16884
16885[[package]]
16886name = "subtle"
16887version = "2.6.1"
16888source = "registry+https://github.com/rust-lang/crates.io-index"
16889checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16890
16891[[package]]
16892name = "sum_tree"
16893version = "0.1.0"
16894dependencies = [
16895 "ctor",
16896 "heapless",
16897 "log",
16898 "proptest",
16899 "rand 0.9.2",
16900 "rayon",
16901 "tracing",
16902 "zlog",
16903 "ztracing",
16904]
16905
16906[[package]]
16907name = "sval"
16908version = "2.15.0"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16911
16912[[package]]
16913name = "sval_buffer"
16914version = "2.15.0"
16915source = "registry+https://github.com/rust-lang/crates.io-index"
16916checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16917dependencies = [
16918 "sval",
16919 "sval_ref",
16920]
16921
16922[[package]]
16923name = "sval_dynamic"
16924version = "2.15.0"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16927dependencies = [
16928 "sval",
16929]
16930
16931[[package]]
16932name = "sval_fmt"
16933version = "2.15.0"
16934source = "registry+https://github.com/rust-lang/crates.io-index"
16935checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16936dependencies = [
16937 "itoa",
16938 "ryu",
16939 "sval",
16940]
16941
16942[[package]]
16943name = "sval_json"
16944version = "2.15.0"
16945source = "registry+https://github.com/rust-lang/crates.io-index"
16946checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16947dependencies = [
16948 "itoa",
16949 "ryu",
16950 "sval",
16951]
16952
16953[[package]]
16954name = "sval_nested"
16955version = "2.15.0"
16956source = "registry+https://github.com/rust-lang/crates.io-index"
16957checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16958dependencies = [
16959 "sval",
16960 "sval_buffer",
16961 "sval_ref",
16962]
16963
16964[[package]]
16965name = "sval_ref"
16966version = "2.15.0"
16967source = "registry+https://github.com/rust-lang/crates.io-index"
16968checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16969dependencies = [
16970 "sval",
16971]
16972
16973[[package]]
16974name = "sval_serde"
16975version = "2.15.0"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16978dependencies = [
16979 "serde_core",
16980 "sval",
16981 "sval_nested",
16982]
16983
16984[[package]]
16985name = "svg_fmt"
16986version = "0.4.5"
16987source = "registry+https://github.com/rust-lang/crates.io-index"
16988checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16989
16990[[package]]
16991name = "svg_preview"
16992version = "0.1.0"
16993dependencies = [
16994 "file_icons",
16995 "gpui",
16996 "language",
16997 "multi_buffer",
16998 "ui",
16999 "workspace",
17000 "zed_actions",
17001]
17002
17003[[package]]
17004name = "svgtypes"
17005version = "0.15.3"
17006source = "registry+https://github.com/rust-lang/crates.io-index"
17007checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17008dependencies = [
17009 "kurbo",
17010 "siphasher 1.0.1",
17011]
17012
17013[[package]]
17014name = "swash"
17015version = "0.2.6"
17016source = "registry+https://github.com/rust-lang/crates.io-index"
17017checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17018dependencies = [
17019 "skrifa 0.37.0",
17020 "yazi",
17021 "zeno",
17022]
17023
17024[[package]]
17025name = "symphonia"
17026version = "0.5.5"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17029dependencies = [
17030 "lazy_static",
17031 "symphonia-bundle-flac",
17032 "symphonia-bundle-mp3",
17033 "symphonia-codec-aac",
17034 "symphonia-codec-pcm",
17035 "symphonia-codec-vorbis",
17036 "symphonia-core",
17037 "symphonia-format-isomp4",
17038 "symphonia-format-ogg",
17039 "symphonia-format-riff",
17040 "symphonia-metadata",
17041]
17042
17043[[package]]
17044name = "symphonia-bundle-flac"
17045version = "0.5.5"
17046source = "registry+https://github.com/rust-lang/crates.io-index"
17047checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17048dependencies = [
17049 "log",
17050 "symphonia-core",
17051 "symphonia-metadata",
17052 "symphonia-utils-xiph",
17053]
17054
17055[[package]]
17056name = "symphonia-bundle-mp3"
17057version = "0.5.5"
17058source = "registry+https://github.com/rust-lang/crates.io-index"
17059checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17060dependencies = [
17061 "lazy_static",
17062 "log",
17063 "symphonia-core",
17064 "symphonia-metadata",
17065]
17066
17067[[package]]
17068name = "symphonia-codec-aac"
17069version = "0.5.5"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17072dependencies = [
17073 "lazy_static",
17074 "log",
17075 "symphonia-core",
17076]
17077
17078[[package]]
17079name = "symphonia-codec-pcm"
17080version = "0.5.5"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17083dependencies = [
17084 "log",
17085 "symphonia-core",
17086]
17087
17088[[package]]
17089name = "symphonia-codec-vorbis"
17090version = "0.5.5"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17093dependencies = [
17094 "log",
17095 "symphonia-core",
17096 "symphonia-utils-xiph",
17097]
17098
17099[[package]]
17100name = "symphonia-core"
17101version = "0.5.5"
17102source = "registry+https://github.com/rust-lang/crates.io-index"
17103checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17104dependencies = [
17105 "arrayvec",
17106 "bitflags 1.3.2",
17107 "bytemuck",
17108 "lazy_static",
17109 "log",
17110]
17111
17112[[package]]
17113name = "symphonia-format-isomp4"
17114version = "0.5.5"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17117dependencies = [
17118 "encoding_rs",
17119 "log",
17120 "symphonia-core",
17121 "symphonia-metadata",
17122 "symphonia-utils-xiph",
17123]
17124
17125[[package]]
17126name = "symphonia-format-ogg"
17127version = "0.5.5"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17130dependencies = [
17131 "log",
17132 "symphonia-core",
17133 "symphonia-metadata",
17134 "symphonia-utils-xiph",
17135]
17136
17137[[package]]
17138name = "symphonia-format-riff"
17139version = "0.5.5"
17140source = "registry+https://github.com/rust-lang/crates.io-index"
17141checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17142dependencies = [
17143 "extended",
17144 "log",
17145 "symphonia-core",
17146 "symphonia-metadata",
17147]
17148
17149[[package]]
17150name = "symphonia-metadata"
17151version = "0.5.5"
17152source = "registry+https://github.com/rust-lang/crates.io-index"
17153checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17154dependencies = [
17155 "encoding_rs",
17156 "lazy_static",
17157 "log",
17158 "symphonia-core",
17159]
17160
17161[[package]]
17162name = "symphonia-utils-xiph"
17163version = "0.5.5"
17164source = "registry+https://github.com/rust-lang/crates.io-index"
17165checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17166dependencies = [
17167 "symphonia-core",
17168 "symphonia-metadata",
17169]
17170
17171[[package]]
17172name = "syn"
17173version = "1.0.109"
17174source = "registry+https://github.com/rust-lang/crates.io-index"
17175checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17176dependencies = [
17177 "proc-macro2",
17178 "quote",
17179 "unicode-ident",
17180]
17181
17182[[package]]
17183name = "syn"
17184version = "2.0.117"
17185source = "registry+https://github.com/rust-lang/crates.io-index"
17186checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17187dependencies = [
17188 "proc-macro2",
17189 "quote",
17190 "unicode-ident",
17191]
17192
17193[[package]]
17194name = "sync_wrapper"
17195version = "0.1.2"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17198
17199[[package]]
17200name = "sync_wrapper"
17201version = "1.0.2"
17202source = "registry+https://github.com/rust-lang/crates.io-index"
17203checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17204dependencies = [
17205 "futures-core",
17206]
17207
17208[[package]]
17209name = "synchronoise"
17210version = "1.0.1"
17211source = "registry+https://github.com/rust-lang/crates.io-index"
17212checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17213dependencies = [
17214 "crossbeam-queue",
17215]
17216
17217[[package]]
17218name = "synstructure"
17219version = "0.13.2"
17220source = "registry+https://github.com/rust-lang/crates.io-index"
17221checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17222dependencies = [
17223 "proc-macro2",
17224 "quote",
17225 "syn 2.0.117",
17226]
17227
17228[[package]]
17229name = "syntax_theme"
17230version = "0.1.0"
17231dependencies = [
17232 "gpui",
17233 "serde",
17234 "serde_json",
17235]
17236
17237[[package]]
17238name = "sys-locale"
17239version = "0.3.2"
17240source = "registry+https://github.com/rust-lang/crates.io-index"
17241checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17242dependencies = [
17243 "libc",
17244]
17245
17246[[package]]
17247name = "sysctl"
17248version = "0.5.5"
17249source = "registry+https://github.com/rust-lang/crates.io-index"
17250checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17251dependencies = [
17252 "bitflags 2.10.0",
17253 "byteorder",
17254 "enum-as-inner",
17255 "libc",
17256 "thiserror 1.0.69",
17257 "walkdir",
17258]
17259
17260[[package]]
17261name = "sysctl"
17262version = "0.6.0"
17263source = "registry+https://github.com/rust-lang/crates.io-index"
17264checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17265dependencies = [
17266 "bitflags 2.10.0",
17267 "byteorder",
17268 "enum-as-inner",
17269 "libc",
17270 "thiserror 1.0.69",
17271 "walkdir",
17272]
17273
17274[[package]]
17275name = "sysinfo"
17276version = "0.31.4"
17277source = "registry+https://github.com/rust-lang/crates.io-index"
17278checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17279dependencies = [
17280 "core-foundation-sys",
17281 "libc",
17282 "memchr",
17283 "ntapi",
17284 "rayon",
17285 "windows 0.57.0",
17286]
17287
17288[[package]]
17289name = "sysinfo"
17290version = "0.37.2"
17291source = "registry+https://github.com/rust-lang/crates.io-index"
17292checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17293dependencies = [
17294 "libc",
17295 "memchr",
17296 "ntapi",
17297 "objc2-core-foundation",
17298 "objc2-io-kit",
17299 "windows 0.61.3",
17300]
17301
17302[[package]]
17303name = "system-configuration"
17304version = "0.5.1"
17305source = "registry+https://github.com/rust-lang/crates.io-index"
17306checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17307dependencies = [
17308 "bitflags 1.3.2",
17309 "core-foundation 0.9.4",
17310 "system-configuration-sys 0.5.0",
17311]
17312
17313[[package]]
17314name = "system-configuration"
17315version = "0.6.1"
17316source = "registry+https://github.com/rust-lang/crates.io-index"
17317checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17318dependencies = [
17319 "bitflags 2.10.0",
17320 "core-foundation 0.9.4",
17321 "system-configuration-sys 0.6.0",
17322]
17323
17324[[package]]
17325name = "system-configuration-sys"
17326version = "0.5.0"
17327source = "registry+https://github.com/rust-lang/crates.io-index"
17328checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17329dependencies = [
17330 "core-foundation-sys",
17331 "libc",
17332]
17333
17334[[package]]
17335name = "system-configuration-sys"
17336version = "0.6.0"
17337source = "registry+https://github.com/rust-lang/crates.io-index"
17338checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17339dependencies = [
17340 "core-foundation-sys",
17341 "libc",
17342]
17343
17344[[package]]
17345name = "system-deps"
17346version = "6.2.2"
17347source = "registry+https://github.com/rust-lang/crates.io-index"
17348checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17349dependencies = [
17350 "cfg-expr 0.15.8",
17351 "heck 0.5.0",
17352 "pkg-config",
17353 "toml 0.8.23",
17354 "version-compare",
17355]
17356
17357[[package]]
17358name = "system-deps"
17359version = "7.0.7"
17360source = "registry+https://github.com/rust-lang/crates.io-index"
17361checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17362dependencies = [
17363 "cfg-expr 0.20.6",
17364 "heck 0.5.0",
17365 "pkg-config",
17366 "toml 0.9.8",
17367 "version-compare",
17368]
17369
17370[[package]]
17371name = "system-interface"
17372version = "0.27.3"
17373source = "registry+https://github.com/rust-lang/crates.io-index"
17374checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17375dependencies = [
17376 "bitflags 2.10.0",
17377 "cap-fs-ext",
17378 "cap-std",
17379 "fd-lock",
17380 "io-lifetimes",
17381 "rustix 0.38.44",
17382 "windows-sys 0.59.0",
17383 "winx",
17384]
17385
17386[[package]]
17387name = "system_specs"
17388version = "0.1.0"
17389dependencies = [
17390 "anyhow",
17391 "client",
17392 "gpui",
17393 "human_bytes",
17394 "pciid-parser",
17395 "release_channel",
17396 "semver",
17397 "serde",
17398 "sysinfo 0.37.2",
17399]
17400
17401[[package]]
17402name = "tab_switcher"
17403version = "0.1.0"
17404dependencies = [
17405 "collections",
17406 "ctor",
17407 "editor",
17408 "fuzzy",
17409 "gpui",
17410 "menu",
17411 "picker",
17412 "project",
17413 "schemars",
17414 "serde",
17415 "serde_json",
17416 "settings",
17417 "smol",
17418 "theme",
17419 "theme_settings",
17420 "ui",
17421 "util",
17422 "workspace",
17423 "zlog",
17424]
17425
17426[[package]]
17427name = "taffy"
17428version = "0.9.0"
17429source = "registry+https://github.com/rust-lang/crates.io-index"
17430checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17431dependencies = [
17432 "arrayvec",
17433 "grid",
17434 "serde",
17435 "slotmap",
17436]
17437
17438[[package]]
17439name = "tagptr"
17440version = "0.2.0"
17441source = "registry+https://github.com/rust-lang/crates.io-index"
17442checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17443
17444[[package]]
17445name = "take-until"
17446version = "0.2.0"
17447source = "registry+https://github.com/rust-lang/crates.io-index"
17448checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17449
17450[[package]]
17451name = "tao-core-video-sys"
17452version = "0.2.0"
17453source = "registry+https://github.com/rust-lang/crates.io-index"
17454checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17455dependencies = [
17456 "cfg-if",
17457 "core-foundation-sys",
17458 "libc",
17459 "objc",
17460]
17461
17462[[package]]
17463name = "tap"
17464version = "1.0.1"
17465source = "registry+https://github.com/rust-lang/crates.io-index"
17466checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17467
17468[[package]]
17469name = "target-lexicon"
17470version = "0.12.16"
17471source = "registry+https://github.com/rust-lang/crates.io-index"
17472checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17473
17474[[package]]
17475name = "target-lexicon"
17476version = "0.13.3"
17477source = "registry+https://github.com/rust-lang/crates.io-index"
17478checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17479
17480[[package]]
17481name = "task"
17482version = "0.1.0"
17483dependencies = [
17484 "anyhow",
17485 "collections",
17486 "futures 0.3.32",
17487 "gpui",
17488 "hex",
17489 "log",
17490 "parking_lot",
17491 "pretty_assertions",
17492 "proto",
17493 "schemars",
17494 "serde",
17495 "serde_json",
17496 "serde_json_lenient",
17497 "sha2",
17498 "shellexpand 2.1.2",
17499 "util",
17500 "zed_actions",
17501]
17502
17503[[package]]
17504name = "tasks_ui"
17505version = "0.1.0"
17506dependencies = [
17507 "anyhow",
17508 "collections",
17509 "editor",
17510 "file_icons",
17511 "fuzzy",
17512 "gpui",
17513 "itertools 0.14.0",
17514 "language",
17515 "menu",
17516 "picker",
17517 "project",
17518 "serde",
17519 "serde_json",
17520 "task",
17521 "tree-sitter-rust",
17522 "tree-sitter-typescript",
17523 "ui",
17524 "util",
17525 "workspace",
17526 "zed_actions",
17527]
17528
17529[[package]]
17530name = "telemetry"
17531version = "0.1.0"
17532dependencies = [
17533 "futures 0.3.32",
17534 "serde",
17535 "serde_json",
17536 "telemetry_events",
17537]
17538
17539[[package]]
17540name = "telemetry_events"
17541version = "0.1.0"
17542dependencies = [
17543 "semver",
17544 "serde",
17545 "serde_json",
17546]
17547
17548[[package]]
17549name = "tempfile"
17550version = "3.23.0"
17551source = "registry+https://github.com/rust-lang/crates.io-index"
17552checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17553dependencies = [
17554 "fastrand 2.3.0",
17555 "getrandom 0.3.4",
17556 "once_cell",
17557 "rustix 1.1.2",
17558 "windows-sys 0.61.2",
17559]
17560
17561[[package]]
17562name = "tendril"
17563version = "0.4.3"
17564source = "registry+https://github.com/rust-lang/crates.io-index"
17565checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17566dependencies = [
17567 "futf",
17568 "mac",
17569 "utf-8",
17570]
17571
17572[[package]]
17573name = "termcolor"
17574version = "1.4.1"
17575source = "registry+https://github.com/rust-lang/crates.io-index"
17576checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17577dependencies = [
17578 "winapi-util",
17579]
17580
17581[[package]]
17582name = "terminal"
17583version = "0.1.0"
17584dependencies = [
17585 "alacritty_terminal",
17586 "anyhow",
17587 "collections",
17588 "futures 0.3.32",
17589 "gpui",
17590 "itertools 0.14.0",
17591 "libc",
17592 "log",
17593 "parking_lot",
17594 "rand 0.9.2",
17595 "regex",
17596 "release_channel",
17597 "schemars",
17598 "serde",
17599 "settings",
17600 "smol",
17601 "sysinfo 0.37.2",
17602 "task",
17603 "theme",
17604 "theme_settings",
17605 "thiserror 2.0.17",
17606 "url",
17607 "urlencoding",
17608 "util",
17609 "util_macros",
17610 "windows 0.61.3",
17611]
17612
17613[[package]]
17614name = "terminal_size"
17615version = "0.4.3"
17616source = "registry+https://github.com/rust-lang/crates.io-index"
17617checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17618dependencies = [
17619 "rustix 1.1.2",
17620 "windows-sys 0.60.2",
17621]
17622
17623[[package]]
17624name = "terminal_view"
17625version = "0.1.0"
17626dependencies = [
17627 "anyhow",
17628 "async-recursion",
17629 "breadcrumbs",
17630 "collections",
17631 "db",
17632 "dirs 4.0.0",
17633 "editor",
17634 "futures 0.3.32",
17635 "gpui",
17636 "itertools 0.14.0",
17637 "language",
17638 "log",
17639 "menu",
17640 "pretty_assertions",
17641 "project",
17642 "regex",
17643 "schemars",
17644 "serde",
17645 "serde_json",
17646 "settings",
17647 "shellexpand 2.1.2",
17648 "task",
17649 "terminal",
17650 "theme",
17651 "theme_settings",
17652 "ui",
17653 "util",
17654 "workspace",
17655 "zed_actions",
17656]
17657
17658[[package]]
17659name = "text"
17660version = "0.1.0"
17661dependencies = [
17662 "anyhow",
17663 "clock",
17664 "collections",
17665 "ctor",
17666 "gpui",
17667 "log",
17668 "parking_lot",
17669 "postage",
17670 "rand 0.9.2",
17671 "regex",
17672 "rope",
17673 "smallvec",
17674 "sum_tree",
17675 "util",
17676 "zlog",
17677]
17678
17679[[package]]
17680name = "theme"
17681version = "0.1.0"
17682dependencies = [
17683 "anyhow",
17684 "collections",
17685 "derive_more",
17686 "gpui",
17687 "palette",
17688 "parking_lot",
17689 "refineable",
17690 "schemars",
17691 "serde",
17692 "serde_json",
17693 "serde_json_lenient",
17694 "strum 0.27.2",
17695 "syntax_theme",
17696 "thiserror 2.0.17",
17697 "uuid",
17698]
17699
17700[[package]]
17701name = "theme_extension"
17702version = "0.1.0"
17703dependencies = [
17704 "anyhow",
17705 "extension",
17706 "fs",
17707 "gpui",
17708 "theme",
17709 "theme_settings",
17710]
17711
17712[[package]]
17713name = "theme_importer"
17714version = "0.1.0"
17715dependencies = [
17716 "anyhow",
17717 "clap",
17718 "collections",
17719 "gpui",
17720 "indexmap",
17721 "log",
17722 "palette",
17723 "serde",
17724 "serde_json",
17725 "serde_json_lenient",
17726 "simplelog",
17727 "strum 0.27.2",
17728 "theme",
17729 "theme_settings",
17730 "vscode_theme",
17731]
17732
17733[[package]]
17734name = "theme_selector"
17735version = "0.1.0"
17736dependencies = [
17737 "fs",
17738 "fuzzy",
17739 "gpui",
17740 "log",
17741 "picker",
17742 "serde",
17743 "settings",
17744 "telemetry",
17745 "theme",
17746 "theme_settings",
17747 "ui",
17748 "util",
17749 "workspace",
17750 "zed_actions",
17751]
17752
17753[[package]]
17754name = "theme_settings"
17755version = "0.1.0"
17756dependencies = [
17757 "anyhow",
17758 "collections",
17759 "gpui",
17760 "gpui_util",
17761 "log",
17762 "palette",
17763 "refineable",
17764 "schemars",
17765 "serde",
17766 "serde_json",
17767 "serde_json_lenient",
17768 "settings",
17769 "theme",
17770 "uuid",
17771]
17772
17773[[package]]
17774name = "thiserror"
17775version = "1.0.69"
17776source = "registry+https://github.com/rust-lang/crates.io-index"
17777checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17778dependencies = [
17779 "thiserror-impl 1.0.69",
17780]
17781
17782[[package]]
17783name = "thiserror"
17784version = "2.0.17"
17785source = "registry+https://github.com/rust-lang/crates.io-index"
17786checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17787dependencies = [
17788 "thiserror-impl 2.0.17",
17789]
17790
17791[[package]]
17792name = "thiserror-impl"
17793version = "1.0.69"
17794source = "registry+https://github.com/rust-lang/crates.io-index"
17795checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17796dependencies = [
17797 "proc-macro2",
17798 "quote",
17799 "syn 2.0.117",
17800]
17801
17802[[package]]
17803name = "thiserror-impl"
17804version = "2.0.17"
17805source = "registry+https://github.com/rust-lang/crates.io-index"
17806checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17807dependencies = [
17808 "proc-macro2",
17809 "quote",
17810 "syn 2.0.117",
17811]
17812
17813[[package]]
17814name = "thread_local"
17815version = "1.1.9"
17816source = "registry+https://github.com/rust-lang/crates.io-index"
17817checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17818dependencies = [
17819 "cfg-if",
17820]
17821
17822[[package]]
17823name = "tiff"
17824version = "0.10.3"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17827dependencies = [
17828 "fax",
17829 "flate2",
17830 "half",
17831 "quick-error 2.0.1",
17832 "weezl",
17833 "zune-jpeg",
17834]
17835
17836[[package]]
17837name = "tiktoken-rs"
17838version = "0.9.1"
17839source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17840dependencies = [
17841 "anyhow",
17842 "base64 0.22.1",
17843 "bstr",
17844 "fancy-regex 0.16.2",
17845 "lazy_static",
17846 "regex",
17847 "rustc-hash 1.1.0",
17848]
17849
17850[[package]]
17851name = "time"
17852version = "0.3.47"
17853source = "registry+https://github.com/rust-lang/crates.io-index"
17854checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17855dependencies = [
17856 "deranged",
17857 "itoa",
17858 "libc",
17859 "num-conv",
17860 "num_threads",
17861 "powerfmt",
17862 "serde_core",
17863 "time-core",
17864 "time-macros",
17865]
17866
17867[[package]]
17868name = "time-core"
17869version = "0.1.8"
17870source = "registry+https://github.com/rust-lang/crates.io-index"
17871checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17872
17873[[package]]
17874name = "time-macros"
17875version = "0.2.27"
17876source = "registry+https://github.com/rust-lang/crates.io-index"
17877checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17878dependencies = [
17879 "num-conv",
17880 "time-core",
17881]
17882
17883[[package]]
17884name = "time_format"
17885version = "0.1.0"
17886dependencies = [
17887 "core-foundation 0.10.0",
17888 "core-foundation-sys",
17889 "sys-locale",
17890 "time",
17891 "windows 0.61.3",
17892]
17893
17894[[package]]
17895name = "tiny-keccak"
17896version = "2.0.2"
17897source = "registry+https://github.com/rust-lang/crates.io-index"
17898checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17899dependencies = [
17900 "crunchy",
17901]
17902
17903[[package]]
17904name = "tiny-skia"
17905version = "0.11.4"
17906source = "registry+https://github.com/rust-lang/crates.io-index"
17907checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17908dependencies = [
17909 "arrayref",
17910 "arrayvec",
17911 "bytemuck",
17912 "cfg-if",
17913 "log",
17914 "png 0.17.16",
17915 "tiny-skia-path",
17916]
17917
17918[[package]]
17919name = "tiny-skia-path"
17920version = "0.11.4"
17921source = "registry+https://github.com/rust-lang/crates.io-index"
17922checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17923dependencies = [
17924 "arrayref",
17925 "bytemuck",
17926 "strict-num",
17927]
17928
17929[[package]]
17930name = "tiny_http"
17931version = "0.12.0"
17932source = "registry+https://github.com/rust-lang/crates.io-index"
17933checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17934dependencies = [
17935 "ascii",
17936 "chunked_transfer",
17937 "httpdate",
17938 "log",
17939]
17940
17941[[package]]
17942name = "tinystr"
17943version = "0.8.1"
17944source = "registry+https://github.com/rust-lang/crates.io-index"
17945checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17946dependencies = [
17947 "displaydoc",
17948 "zerovec",
17949]
17950
17951[[package]]
17952name = "tinytemplate"
17953version = "1.2.1"
17954source = "registry+https://github.com/rust-lang/crates.io-index"
17955checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17956dependencies = [
17957 "serde",
17958 "serde_json",
17959]
17960
17961[[package]]
17962name = "tinyvec"
17963version = "1.10.0"
17964source = "registry+https://github.com/rust-lang/crates.io-index"
17965checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17966dependencies = [
17967 "tinyvec_macros",
17968]
17969
17970[[package]]
17971name = "tinyvec_macros"
17972version = "0.1.1"
17973source = "registry+https://github.com/rust-lang/crates.io-index"
17974checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17975
17976[[package]]
17977name = "title_bar"
17978version = "0.1.0"
17979dependencies = [
17980 "anyhow",
17981 "auto_update",
17982 "call",
17983 "channel",
17984 "chrono",
17985 "client",
17986 "cloud_api_types",
17987 "db",
17988 "git_ui",
17989 "gpui",
17990 "icons",
17991 "livekit_client",
17992 "notifications",
17993 "platform_title_bar",
17994 "project",
17995 "recent_projects",
17996 "release_channel",
17997 "remote",
17998 "remote_connection",
17999 "rpc",
18000 "schemars",
18001 "semver",
18002 "serde",
18003 "settings",
18004 "smallvec",
18005 "story",
18006 "telemetry",
18007 "theme",
18008 "ui",
18009 "util",
18010 "windows 0.61.3",
18011 "workspace",
18012 "zed_actions",
18013]
18014
18015[[package]]
18016name = "tokio"
18017version = "1.48.0"
18018source = "registry+https://github.com/rust-lang/crates.io-index"
18019checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18020dependencies = [
18021 "bytes 1.11.1",
18022 "libc",
18023 "mio 1.1.0",
18024 "parking_lot",
18025 "pin-project-lite",
18026 "signal-hook-registry",
18027 "socket2 0.6.1",
18028 "tokio-macros",
18029 "windows-sys 0.61.2",
18030]
18031
18032[[package]]
18033name = "tokio-io"
18034version = "0.1.13"
18035source = "registry+https://github.com/rust-lang/crates.io-index"
18036checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18037dependencies = [
18038 "bytes 0.4.12",
18039 "futures 0.1.31",
18040 "log",
18041]
18042
18043[[package]]
18044name = "tokio-macros"
18045version = "2.6.0"
18046source = "registry+https://github.com/rust-lang/crates.io-index"
18047checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18048dependencies = [
18049 "proc-macro2",
18050 "quote",
18051 "syn 2.0.117",
18052]
18053
18054[[package]]
18055name = "tokio-native-tls"
18056version = "0.3.1"
18057source = "registry+https://github.com/rust-lang/crates.io-index"
18058checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18059dependencies = [
18060 "native-tls",
18061 "tokio",
18062]
18063
18064[[package]]
18065name = "tokio-rustls"
18066version = "0.24.1"
18067source = "registry+https://github.com/rust-lang/crates.io-index"
18068checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18069dependencies = [
18070 "rustls 0.21.12",
18071 "tokio",
18072]
18073
18074[[package]]
18075name = "tokio-rustls"
18076version = "0.26.2"
18077source = "registry+https://github.com/rust-lang/crates.io-index"
18078checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18079dependencies = [
18080 "rustls 0.23.33",
18081 "tokio",
18082]
18083
18084[[package]]
18085name = "tokio-socks"
18086version = "0.5.2"
18087source = "registry+https://github.com/rust-lang/crates.io-index"
18088checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18089dependencies = [
18090 "either",
18091 "futures-io",
18092 "futures-util",
18093 "thiserror 1.0.69",
18094 "tokio",
18095]
18096
18097[[package]]
18098name = "tokio-stream"
18099version = "0.1.17"
18100source = "registry+https://github.com/rust-lang/crates.io-index"
18101checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18102dependencies = [
18103 "futures-core",
18104 "pin-project-lite",
18105 "tokio",
18106]
18107
18108[[package]]
18109name = "tokio-tungstenite"
18110version = "0.20.1"
18111source = "registry+https://github.com/rust-lang/crates.io-index"
18112checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18113dependencies = [
18114 "futures-util",
18115 "log",
18116 "tokio",
18117 "tungstenite 0.20.1",
18118]
18119
18120[[package]]
18121name = "tokio-tungstenite"
18122version = "0.21.0"
18123source = "registry+https://github.com/rust-lang/crates.io-index"
18124checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18125dependencies = [
18126 "futures-util",
18127 "log",
18128 "tokio",
18129 "tungstenite 0.21.0",
18130]
18131
18132[[package]]
18133name = "tokio-tungstenite"
18134version = "0.28.0"
18135source = "registry+https://github.com/rust-lang/crates.io-index"
18136checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18137dependencies = [
18138 "futures-util",
18139 "log",
18140 "rustls 0.23.33",
18141 "rustls-native-certs 0.8.2",
18142 "rustls-pki-types",
18143 "tokio",
18144 "tokio-rustls 0.26.2",
18145 "tungstenite 0.28.0",
18146]
18147
18148[[package]]
18149name = "tokio-util"
18150version = "0.7.16"
18151source = "registry+https://github.com/rust-lang/crates.io-index"
18152checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18153dependencies = [
18154 "bytes 1.11.1",
18155 "futures-core",
18156 "futures-io",
18157 "futures-sink",
18158 "pin-project-lite",
18159 "tokio",
18160]
18161
18162[[package]]
18163name = "toml"
18164version = "0.5.11"
18165source = "registry+https://github.com/rust-lang/crates.io-index"
18166checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18167dependencies = [
18168 "serde",
18169]
18170
18171[[package]]
18172name = "toml"
18173version = "0.8.23"
18174source = "registry+https://github.com/rust-lang/crates.io-index"
18175checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18176dependencies = [
18177 "serde",
18178 "serde_spanned 0.6.9",
18179 "toml_datetime 0.6.11",
18180 "toml_edit 0.22.27",
18181]
18182
18183[[package]]
18184name = "toml"
18185version = "0.9.8"
18186source = "registry+https://github.com/rust-lang/crates.io-index"
18187checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18188dependencies = [
18189 "indexmap",
18190 "serde_core",
18191 "serde_spanned 1.0.3",
18192 "toml_datetime 0.7.3",
18193 "toml_parser",
18194 "toml_writer",
18195 "winnow",
18196]
18197
18198[[package]]
18199name = "toml_datetime"
18200version = "0.6.11"
18201source = "registry+https://github.com/rust-lang/crates.io-index"
18202checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18203dependencies = [
18204 "serde",
18205]
18206
18207[[package]]
18208name = "toml_datetime"
18209version = "0.7.3"
18210source = "registry+https://github.com/rust-lang/crates.io-index"
18211checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18212dependencies = [
18213 "serde_core",
18214]
18215
18216[[package]]
18217name = "toml_edit"
18218version = "0.22.27"
18219source = "registry+https://github.com/rust-lang/crates.io-index"
18220checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18221dependencies = [
18222 "indexmap",
18223 "serde",
18224 "serde_spanned 0.6.9",
18225 "toml_datetime 0.6.11",
18226 "toml_write",
18227 "winnow",
18228]
18229
18230[[package]]
18231name = "toml_edit"
18232version = "0.23.7"
18233source = "registry+https://github.com/rust-lang/crates.io-index"
18234checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18235dependencies = [
18236 "indexmap",
18237 "toml_datetime 0.7.3",
18238 "toml_parser",
18239 "winnow",
18240]
18241
18242[[package]]
18243name = "toml_parser"
18244version = "1.0.4"
18245source = "registry+https://github.com/rust-lang/crates.io-index"
18246checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18247dependencies = [
18248 "winnow",
18249]
18250
18251[[package]]
18252name = "toml_write"
18253version = "0.1.2"
18254source = "registry+https://github.com/rust-lang/crates.io-index"
18255checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18256
18257[[package]]
18258name = "toml_writer"
18259version = "1.0.4"
18260source = "registry+https://github.com/rust-lang/crates.io-index"
18261checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18262
18263[[package]]
18264name = "toolchain_selector"
18265version = "0.1.0"
18266dependencies = [
18267 "anyhow",
18268 "convert_case 0.8.0",
18269 "editor",
18270 "futures 0.3.32",
18271 "fuzzy",
18272 "gpui",
18273 "language",
18274 "menu",
18275 "open_path_prompt",
18276 "picker",
18277 "project",
18278 "ui",
18279 "util",
18280 "workspace",
18281]
18282
18283[[package]]
18284name = "topological-sort"
18285version = "0.2.2"
18286source = "registry+https://github.com/rust-lang/crates.io-index"
18287checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18288
18289[[package]]
18290name = "tower"
18291version = "0.4.13"
18292source = "registry+https://github.com/rust-lang/crates.io-index"
18293checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18294dependencies = [
18295 "futures-core",
18296 "futures-util",
18297 "pin-project",
18298 "pin-project-lite",
18299 "tokio",
18300 "tower-layer",
18301 "tower-service",
18302 "tracing",
18303]
18304
18305[[package]]
18306name = "tower"
18307version = "0.5.2"
18308source = "registry+https://github.com/rust-lang/crates.io-index"
18309checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18310dependencies = [
18311 "futures-core",
18312 "futures-util",
18313 "pin-project-lite",
18314 "sync_wrapper 1.0.2",
18315 "tokio",
18316 "tokio-util",
18317 "tower-layer",
18318 "tower-service",
18319 "tracing",
18320]
18321
18322[[package]]
18323name = "tower-http"
18324version = "0.4.4"
18325source = "registry+https://github.com/rust-lang/crates.io-index"
18326checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18327dependencies = [
18328 "bitflags 2.10.0",
18329 "bytes 1.11.1",
18330 "futures-core",
18331 "futures-util",
18332 "http 0.2.12",
18333 "http-body 0.4.6",
18334 "http-range-header",
18335 "pin-project-lite",
18336 "tower-layer",
18337 "tower-service",
18338 "tracing",
18339]
18340
18341[[package]]
18342name = "tower-http"
18343version = "0.6.6"
18344source = "registry+https://github.com/rust-lang/crates.io-index"
18345checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18346dependencies = [
18347 "bitflags 2.10.0",
18348 "bytes 1.11.1",
18349 "futures-util",
18350 "http 1.3.1",
18351 "http-body 1.0.1",
18352 "iri-string",
18353 "pin-project-lite",
18354 "tower 0.5.2",
18355 "tower-layer",
18356 "tower-service",
18357 "tracing",
18358]
18359
18360[[package]]
18361name = "tower-layer"
18362version = "0.3.3"
18363source = "registry+https://github.com/rust-lang/crates.io-index"
18364checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18365
18366[[package]]
18367name = "tower-service"
18368version = "0.3.3"
18369source = "registry+https://github.com/rust-lang/crates.io-index"
18370checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18371
18372[[package]]
18373name = "tracing"
18374version = "0.1.43"
18375source = "registry+https://github.com/rust-lang/crates.io-index"
18376checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18377dependencies = [
18378 "log",
18379 "pin-project-lite",
18380 "tracing-attributes",
18381 "tracing-core",
18382]
18383
18384[[package]]
18385name = "tracing-attributes"
18386version = "0.1.31"
18387source = "registry+https://github.com/rust-lang/crates.io-index"
18388checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18389dependencies = [
18390 "proc-macro2",
18391 "quote",
18392 "syn 2.0.117",
18393]
18394
18395[[package]]
18396name = "tracing-core"
18397version = "0.1.35"
18398source = "registry+https://github.com/rust-lang/crates.io-index"
18399checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18400dependencies = [
18401 "once_cell",
18402 "valuable",
18403]
18404
18405[[package]]
18406name = "tracing-log"
18407version = "0.2.0"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18410dependencies = [
18411 "log",
18412 "once_cell",
18413 "tracing-core",
18414]
18415
18416[[package]]
18417name = "tracing-serde"
18418version = "0.2.0"
18419source = "registry+https://github.com/rust-lang/crates.io-index"
18420checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18421dependencies = [
18422 "serde",
18423 "tracing-core",
18424]
18425
18426[[package]]
18427name = "tracing-subscriber"
18428version = "0.3.22"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18431dependencies = [
18432 "matchers",
18433 "nu-ansi-term",
18434 "once_cell",
18435 "regex-automata",
18436 "serde",
18437 "serde_json",
18438 "sharded-slab",
18439 "smallvec",
18440 "thread_local",
18441 "tracing",
18442 "tracing-core",
18443 "tracing-log",
18444 "tracing-serde",
18445]
18446
18447[[package]]
18448name = "tracing-tracy"
18449version = "0.11.4"
18450source = "registry+https://github.com/rust-lang/crates.io-index"
18451checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18452dependencies = [
18453 "tracing-core",
18454 "tracing-subscriber",
18455 "tracy-client",
18456]
18457
18458[[package]]
18459name = "tracy-client"
18460version = "0.18.3"
18461source = "registry+https://github.com/rust-lang/crates.io-index"
18462checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18463dependencies = [
18464 "loom",
18465 "once_cell",
18466 "tracy-client-sys",
18467]
18468
18469[[package]]
18470name = "tracy-client-sys"
18471version = "0.27.0"
18472source = "registry+https://github.com/rust-lang/crates.io-index"
18473checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18474dependencies = [
18475 "cc",
18476 "windows-targets 0.52.6",
18477]
18478
18479[[package]]
18480name = "transpose"
18481version = "0.2.3"
18482source = "registry+https://github.com/rust-lang/crates.io-index"
18483checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18484dependencies = [
18485 "num-integer",
18486 "strength_reduce",
18487]
18488
18489[[package]]
18490name = "tree-sitter"
18491version = "0.26.8"
18492source = "registry+https://github.com/rust-lang/crates.io-index"
18493checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18494dependencies = [
18495 "cc",
18496 "regex",
18497 "regex-syntax",
18498 "serde_json",
18499 "streaming-iterator",
18500 "tree-sitter-language",
18501 "wasmtime-c-api-impl",
18502]
18503
18504[[package]]
18505name = "tree-sitter-bash"
18506version = "0.25.1"
18507source = "registry+https://github.com/rust-lang/crates.io-index"
18508checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18509dependencies = [
18510 "cc",
18511 "tree-sitter-language",
18512]
18513
18514[[package]]
18515name = "tree-sitter-c"
18516version = "0.24.1"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18519dependencies = [
18520 "cc",
18521 "tree-sitter-language",
18522]
18523
18524[[package]]
18525name = "tree-sitter-cpp"
18526version = "0.23.4"
18527source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18528dependencies = [
18529 "cc",
18530 "tree-sitter-language",
18531]
18532
18533[[package]]
18534name = "tree-sitter-css"
18535version = "0.23.2"
18536source = "registry+https://github.com/rust-lang/crates.io-index"
18537checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18538dependencies = [
18539 "cc",
18540 "tree-sitter-language",
18541]
18542
18543[[package]]
18544name = "tree-sitter-diff"
18545version = "0.1.0"
18546source = "registry+https://github.com/rust-lang/crates.io-index"
18547checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18548dependencies = [
18549 "cc",
18550 "tree-sitter-language",
18551]
18552
18553[[package]]
18554name = "tree-sitter-elixir"
18555version = "0.3.4"
18556source = "registry+https://github.com/rust-lang/crates.io-index"
18557checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18558dependencies = [
18559 "cc",
18560 "tree-sitter-language",
18561]
18562
18563[[package]]
18564name = "tree-sitter-embedded-template"
18565version = "0.23.2"
18566source = "registry+https://github.com/rust-lang/crates.io-index"
18567checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18568dependencies = [
18569 "cc",
18570 "tree-sitter-language",
18571]
18572
18573[[package]]
18574name = "tree-sitter-gitcommit"
18575version = "0.0.1"
18576source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18577dependencies = [
18578 "cc",
18579 "tree-sitter-language",
18580]
18581
18582[[package]]
18583name = "tree-sitter-go"
18584version = "0.25.0"
18585source = "registry+https://github.com/rust-lang/crates.io-index"
18586checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18587dependencies = [
18588 "cc",
18589 "tree-sitter-language",
18590]
18591
18592[[package]]
18593name = "tree-sitter-gomod"
18594version = "1.1.1"
18595source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18596dependencies = [
18597 "cc",
18598 "tree-sitter-language",
18599]
18600
18601[[package]]
18602name = "tree-sitter-gowork"
18603version = "0.0.1"
18604source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18605dependencies = [
18606 "cc",
18607 "tree-sitter-language",
18608]
18609
18610[[package]]
18611name = "tree-sitter-heex"
18612version = "0.0.1"
18613source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18614dependencies = [
18615 "cc",
18616 "tree-sitter-language",
18617]
18618
18619[[package]]
18620name = "tree-sitter-html"
18621version = "0.23.2"
18622source = "registry+https://github.com/rust-lang/crates.io-index"
18623checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18624dependencies = [
18625 "cc",
18626 "tree-sitter-language",
18627]
18628
18629[[package]]
18630name = "tree-sitter-jsdoc"
18631version = "0.23.2"
18632source = "registry+https://github.com/rust-lang/crates.io-index"
18633checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18634dependencies = [
18635 "cc",
18636 "tree-sitter-language",
18637]
18638
18639[[package]]
18640name = "tree-sitter-json"
18641version = "0.24.8"
18642source = "registry+https://github.com/rust-lang/crates.io-index"
18643checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18644dependencies = [
18645 "cc",
18646 "tree-sitter-language",
18647]
18648
18649[[package]]
18650name = "tree-sitter-language"
18651version = "0.1.5"
18652source = "registry+https://github.com/rust-lang/crates.io-index"
18653checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18654
18655[[package]]
18656name = "tree-sitter-md"
18657version = "0.3.2"
18658source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18659dependencies = [
18660 "cc",
18661 "tree-sitter-language",
18662]
18663
18664[[package]]
18665name = "tree-sitter-python"
18666version = "0.25.0"
18667source = "registry+https://github.com/rust-lang/crates.io-index"
18668checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18669dependencies = [
18670 "cc",
18671 "tree-sitter-language",
18672]
18673
18674[[package]]
18675name = "tree-sitter-regex"
18676version = "0.24.3"
18677source = "registry+https://github.com/rust-lang/crates.io-index"
18678checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18679dependencies = [
18680 "cc",
18681 "tree-sitter-language",
18682]
18683
18684[[package]]
18685name = "tree-sitter-ruby"
18686version = "0.23.1"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18689dependencies = [
18690 "cc",
18691 "tree-sitter-language",
18692]
18693
18694[[package]]
18695name = "tree-sitter-rust"
18696version = "0.24.2"
18697source = "registry+https://github.com/rust-lang/crates.io-index"
18698checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18699dependencies = [
18700 "cc",
18701 "tree-sitter-language",
18702]
18703
18704[[package]]
18705name = "tree-sitter-typescript"
18706version = "0.23.2"
18707source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18708dependencies = [
18709 "cc",
18710 "tree-sitter-language",
18711]
18712
18713[[package]]
18714name = "tree-sitter-yaml"
18715version = "0.6.1"
18716source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18717dependencies = [
18718 "cc",
18719 "tree-sitter-language",
18720]
18721
18722[[package]]
18723name = "triomphe"
18724version = "0.1.15"
18725source = "registry+https://github.com/rust-lang/crates.io-index"
18726checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18727dependencies = [
18728 "serde",
18729 "stable_deref_trait",
18730]
18731
18732[[package]]
18733name = "try-lock"
18734version = "0.2.5"
18735source = "registry+https://github.com/rust-lang/crates.io-index"
18736checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18737
18738[[package]]
18739name = "ttf-parser"
18740version = "0.20.0"
18741source = "registry+https://github.com/rust-lang/crates.io-index"
18742checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18743
18744[[package]]
18745name = "ttf-parser"
18746version = "0.25.1"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18749dependencies = [
18750 "core_maths",
18751]
18752
18753[[package]]
18754name = "tungstenite"
18755version = "0.20.1"
18756source = "registry+https://github.com/rust-lang/crates.io-index"
18757checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18758dependencies = [
18759 "byteorder",
18760 "bytes 1.11.1",
18761 "data-encoding",
18762 "http 0.2.12",
18763 "httparse",
18764 "log",
18765 "rand 0.8.5",
18766 "sha1",
18767 "thiserror 1.0.69",
18768 "url",
18769 "utf-8",
18770]
18771
18772[[package]]
18773name = "tungstenite"
18774version = "0.21.0"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18777dependencies = [
18778 "byteorder",
18779 "bytes 1.11.1",
18780 "data-encoding",
18781 "http 1.3.1",
18782 "httparse",
18783 "log",
18784 "rand 0.8.5",
18785 "sha1",
18786 "thiserror 1.0.69",
18787 "url",
18788 "utf-8",
18789]
18790
18791[[package]]
18792name = "tungstenite"
18793version = "0.27.0"
18794source = "registry+https://github.com/rust-lang/crates.io-index"
18795checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18796dependencies = [
18797 "bytes 1.11.1",
18798 "data-encoding",
18799 "http 1.3.1",
18800 "httparse",
18801 "log",
18802 "rand 0.9.2",
18803 "rustls 0.23.33",
18804 "rustls-pki-types",
18805 "sha1",
18806 "thiserror 2.0.17",
18807 "utf-8",
18808]
18809
18810[[package]]
18811name = "tungstenite"
18812version = "0.28.0"
18813source = "registry+https://github.com/rust-lang/crates.io-index"
18814checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18815dependencies = [
18816 "bytes 1.11.1",
18817 "data-encoding",
18818 "http 1.3.1",
18819 "httparse",
18820 "log",
18821 "rand 0.9.2",
18822 "rustls 0.23.33",
18823 "rustls-pki-types",
18824 "sha1",
18825 "thiserror 2.0.17",
18826 "utf-8",
18827]
18828
18829[[package]]
18830name = "typeid"
18831version = "1.0.3"
18832source = "registry+https://github.com/rust-lang/crates.io-index"
18833checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18834
18835[[package]]
18836name = "typenum"
18837version = "1.19.0"
18838source = "registry+https://github.com/rust-lang/crates.io-index"
18839checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18840
18841[[package]]
18842name = "ucd-trie"
18843version = "0.1.7"
18844source = "registry+https://github.com/rust-lang/crates.io-index"
18845checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18846
18847[[package]]
18848name = "uds"
18849version = "0.4.2"
18850source = "registry+https://github.com/rust-lang/crates.io-index"
18851checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18852dependencies = [
18853 "libc",
18854]
18855
18856[[package]]
18857name = "uds_windows"
18858version = "1.1.0"
18859source = "registry+https://github.com/rust-lang/crates.io-index"
18860checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18861dependencies = [
18862 "memoffset",
18863 "tempfile",
18864 "winapi",
18865]
18866
18867[[package]]
18868name = "ug"
18869version = "0.4.0"
18870source = "registry+https://github.com/rust-lang/crates.io-index"
18871checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18872dependencies = [
18873 "gemm 0.18.2",
18874 "half",
18875 "libloading",
18876 "memmap2",
18877 "num",
18878 "num-traits",
18879 "num_cpus",
18880 "rayon",
18881 "safetensors",
18882 "serde",
18883 "thiserror 1.0.69",
18884 "tracing",
18885 "yoke 0.7.5",
18886]
18887
18888[[package]]
18889name = "ui"
18890version = "0.1.0"
18891dependencies = [
18892 "chrono",
18893 "component",
18894 "documented",
18895 "gpui",
18896 "gpui_macros",
18897 "gpui_util",
18898 "icons",
18899 "itertools 0.14.0",
18900 "menu",
18901 "schemars",
18902 "serde",
18903 "smallvec",
18904 "story",
18905 "strum 0.27.2",
18906 "theme",
18907 "ui_macros",
18908 "windows 0.61.3",
18909]
18910
18911[[package]]
18912name = "ui_input"
18913version = "0.1.0"
18914dependencies = [
18915 "component",
18916 "gpui",
18917 "ui",
18918]
18919
18920[[package]]
18921name = "ui_macros"
18922version = "0.1.0"
18923dependencies = [
18924 "component",
18925 "quote",
18926 "syn 2.0.117",
18927 "ui",
18928]
18929
18930[[package]]
18931name = "ui_prompt"
18932version = "0.1.0"
18933dependencies = [
18934 "gpui",
18935 "markdown",
18936 "menu",
18937 "settings",
18938 "theme_settings",
18939 "ui",
18940 "workspace",
18941]
18942
18943[[package]]
18944name = "unarray"
18945version = "0.1.4"
18946source = "registry+https://github.com/rust-lang/crates.io-index"
18947checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18948
18949[[package]]
18950name = "unicase"
18951version = "2.8.1"
18952source = "registry+https://github.com/rust-lang/crates.io-index"
18953checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18954
18955[[package]]
18956name = "unicode-bidi"
18957version = "0.3.18"
18958source = "registry+https://github.com/rust-lang/crates.io-index"
18959checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18960
18961[[package]]
18962name = "unicode-bidi-mirroring"
18963version = "0.4.0"
18964source = "registry+https://github.com/rust-lang/crates.io-index"
18965checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18966
18967[[package]]
18968name = "unicode-ccc"
18969version = "0.4.0"
18970source = "registry+https://github.com/rust-lang/crates.io-index"
18971checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18972
18973[[package]]
18974name = "unicode-general-category"
18975version = "1.1.0"
18976source = "registry+https://github.com/rust-lang/crates.io-index"
18977checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18978
18979[[package]]
18980name = "unicode-ident"
18981version = "1.0.19"
18982source = "registry+https://github.com/rust-lang/crates.io-index"
18983checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18984
18985[[package]]
18986name = "unicode-linebreak"
18987version = "0.1.5"
18988source = "registry+https://github.com/rust-lang/crates.io-index"
18989checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18990
18991[[package]]
18992name = "unicode-normalization"
18993version = "0.1.24"
18994source = "registry+https://github.com/rust-lang/crates.io-index"
18995checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18996dependencies = [
18997 "tinyvec",
18998]
18999
19000[[package]]
19001name = "unicode-properties"
19002version = "0.1.3"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19005
19006[[package]]
19007name = "unicode-script"
19008version = "0.5.8"
19009source = "registry+https://github.com/rust-lang/crates.io-index"
19010checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19011
19012[[package]]
19013name = "unicode-segmentation"
19014version = "1.12.0"
19015source = "registry+https://github.com/rust-lang/crates.io-index"
19016checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19017
19018[[package]]
19019name = "unicode-vo"
19020version = "0.1.0"
19021source = "registry+https://github.com/rust-lang/crates.io-index"
19022checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19023
19024[[package]]
19025name = "unicode-width"
19026version = "0.2.2"
19027source = "registry+https://github.com/rust-lang/crates.io-index"
19028checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19029
19030[[package]]
19031name = "unicode-xid"
19032version = "0.2.6"
19033source = "registry+https://github.com/rust-lang/crates.io-index"
19034checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19035
19036[[package]]
19037name = "unicode_categories"
19038version = "0.1.1"
19039source = "registry+https://github.com/rust-lang/crates.io-index"
19040checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19041
19042[[package]]
19043name = "unindent"
19044version = "0.2.4"
19045source = "registry+https://github.com/rust-lang/crates.io-index"
19046checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19047
19048[[package]]
19049name = "unsafe-libyaml"
19050version = "0.2.11"
19051source = "registry+https://github.com/rust-lang/crates.io-index"
19052checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19053
19054[[package]]
19055name = "untrusted"
19056version = "0.7.1"
19057source = "registry+https://github.com/rust-lang/crates.io-index"
19058checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19059
19060[[package]]
19061name = "untrusted"
19062version = "0.9.0"
19063source = "registry+https://github.com/rust-lang/crates.io-index"
19064checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19065
19066[[package]]
19067name = "url"
19068version = "2.5.7"
19069source = "registry+https://github.com/rust-lang/crates.io-index"
19070checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19071dependencies = [
19072 "form_urlencoded",
19073 "idna",
19074 "percent-encoding",
19075 "serde",
19076]
19077
19078[[package]]
19079name = "urlencoding"
19080version = "2.1.3"
19081source = "registry+https://github.com/rust-lang/crates.io-index"
19082checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19083
19084[[package]]
19085name = "usvg"
19086version = "0.45.1"
19087source = "registry+https://github.com/rust-lang/crates.io-index"
19088checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19089dependencies = [
19090 "base64 0.22.1",
19091 "data-url",
19092 "flate2",
19093 "fontdb 0.23.0",
19094 "imagesize",
19095 "kurbo",
19096 "log",
19097 "pico-args",
19098 "roxmltree",
19099 "rustybuzz",
19100 "simplecss",
19101 "siphasher 1.0.1",
19102 "strict-num",
19103 "svgtypes",
19104 "tiny-skia-path",
19105 "unicode-bidi",
19106 "unicode-script",
19107 "unicode-vo",
19108 "xmlwriter",
19109]
19110
19111[[package]]
19112name = "utf-8"
19113version = "0.7.6"
19114source = "registry+https://github.com/rust-lang/crates.io-index"
19115checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19116
19117[[package]]
19118name = "utf8-chars"
19119version = "3.0.6"
19120source = "registry+https://github.com/rust-lang/crates.io-index"
19121checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19122dependencies = [
19123 "arrayvec",
19124]
19125
19126[[package]]
19127name = "utf8_iter"
19128version = "1.0.4"
19129source = "registry+https://github.com/rust-lang/crates.io-index"
19130checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19131
19132[[package]]
19133name = "utf8parse"
19134version = "0.2.2"
19135source = "registry+https://github.com/rust-lang/crates.io-index"
19136checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19137
19138[[package]]
19139name = "util"
19140version = "0.1.0"
19141dependencies = [
19142 "anyhow",
19143 "async-fs",
19144 "async_zip",
19145 "collections",
19146 "command-fds",
19147 "dirs 4.0.0",
19148 "dunce",
19149 "futures 0.3.32",
19150 "futures-lite 1.13.0",
19151 "git2",
19152 "globset",
19153 "gpui_util",
19154 "itertools 0.14.0",
19155 "libc",
19156 "log",
19157 "mach2 0.5.0",
19158 "nix 0.29.0",
19159 "percent-encoding",
19160 "pretty_assertions",
19161 "rand 0.9.2",
19162 "regex",
19163 "rust-embed",
19164 "schemars",
19165 "serde",
19166 "serde_json",
19167 "serde_json_lenient",
19168 "shlex",
19169 "smol",
19170 "take-until",
19171 "tempfile",
19172 "tendril",
19173 "unicase",
19174 "url",
19175 "util_macros",
19176 "walkdir",
19177 "which 6.0.3",
19178]
19179
19180[[package]]
19181name = "util_macros"
19182version = "0.1.0"
19183dependencies = [
19184 "perf",
19185 "quote",
19186 "syn 2.0.117",
19187]
19188
19189[[package]]
19190name = "uuid"
19191version = "1.18.1"
19192source = "registry+https://github.com/rust-lang/crates.io-index"
19193checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19194dependencies = [
19195 "getrandom 0.3.4",
19196 "js-sys",
19197 "serde",
19198 "sha1_smol",
19199 "wasm-bindgen",
19200]
19201
19202[[package]]
19203name = "uuid-simd"
19204version = "0.8.0"
19205source = "registry+https://github.com/rust-lang/crates.io-index"
19206checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19207dependencies = [
19208 "outref",
19209 "vsimd",
19210]
19211
19212[[package]]
19213name = "v_frame"
19214version = "0.3.9"
19215source = "registry+https://github.com/rust-lang/crates.io-index"
19216checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19217dependencies = [
19218 "aligned-vec",
19219 "num-traits",
19220 "wasm-bindgen",
19221]
19222
19223[[package]]
19224name = "valuable"
19225version = "0.1.1"
19226source = "registry+https://github.com/rust-lang/crates.io-index"
19227checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19228
19229[[package]]
19230name = "value-bag"
19231version = "1.12.0"
19232source = "registry+https://github.com/rust-lang/crates.io-index"
19233checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19234dependencies = [
19235 "value-bag-serde1",
19236 "value-bag-sval2",
19237]
19238
19239[[package]]
19240name = "value-bag-serde1"
19241version = "1.12.0"
19242source = "registry+https://github.com/rust-lang/crates.io-index"
19243checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19244dependencies = [
19245 "erased-serde",
19246 "serde_core",
19247 "serde_fmt",
19248]
19249
19250[[package]]
19251name = "value-bag-sval2"
19252version = "1.12.0"
19253source = "registry+https://github.com/rust-lang/crates.io-index"
19254checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19255dependencies = [
19256 "sval",
19257 "sval_buffer",
19258 "sval_dynamic",
19259 "sval_fmt",
19260 "sval_json",
19261 "sval_ref",
19262 "sval_serde",
19263]
19264
19265[[package]]
19266name = "vcpkg"
19267version = "0.2.15"
19268source = "registry+https://github.com/rust-lang/crates.io-index"
19269checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19270
19271[[package]]
19272name = "vercel"
19273version = "0.1.0"
19274dependencies = [
19275 "anyhow",
19276 "schemars",
19277 "serde",
19278 "strum 0.27.2",
19279]
19280
19281[[package]]
19282name = "version-compare"
19283version = "0.2.0"
19284source = "registry+https://github.com/rust-lang/crates.io-index"
19285checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19286
19287[[package]]
19288name = "version_check"
19289version = "0.9.5"
19290source = "registry+https://github.com/rust-lang/crates.io-index"
19291checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19292
19293[[package]]
19294name = "vim"
19295version = "0.1.0"
19296dependencies = [
19297 "anyhow",
19298 "async-compat",
19299 "async-trait",
19300 "collections",
19301 "command_palette",
19302 "command_palette_hooks",
19303 "db",
19304 "editor",
19305 "env_logger 0.11.8",
19306 "futures 0.3.32",
19307 "fuzzy",
19308 "git_ui",
19309 "gpui",
19310 "indoc",
19311 "itertools 0.14.0",
19312 "language",
19313 "log",
19314 "lsp",
19315 "markdown_preview",
19316 "menu",
19317 "multi_buffer",
19318 "nvim-rs",
19319 "outline_panel",
19320 "parking_lot",
19321 "perf",
19322 "picker",
19323 "project",
19324 "project_panel",
19325 "regex",
19326 "release_channel",
19327 "schemars",
19328 "search",
19329 "semver",
19330 "serde",
19331 "serde_json",
19332 "settings",
19333 "settings_ui",
19334 "task",
19335 "text",
19336 "theme",
19337 "theme_settings",
19338 "tokio",
19339 "ui",
19340 "util",
19341 "util_macros",
19342 "vim_mode_setting",
19343 "workspace",
19344 "zed_actions",
19345]
19346
19347[[package]]
19348name = "vim_mode_setting"
19349version = "0.1.0"
19350dependencies = [
19351 "gpui",
19352 "settings",
19353]
19354
19355[[package]]
19356name = "vscode_theme"
19357version = "0.2.0"
19358source = "registry+https://github.com/rust-lang/crates.io-index"
19359checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19360dependencies = [
19361 "serde",
19362]
19363
19364[[package]]
19365name = "vsimd"
19366version = "0.8.0"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19369
19370[[package]]
19371name = "vswhom"
19372version = "0.1.0"
19373source = "registry+https://github.com/rust-lang/crates.io-index"
19374checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19375dependencies = [
19376 "libc",
19377 "vswhom-sys",
19378]
19379
19380[[package]]
19381name = "vswhom-sys"
19382version = "0.1.3"
19383source = "registry+https://github.com/rust-lang/crates.io-index"
19384checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19385dependencies = [
19386 "cc",
19387 "libc",
19388]
19389
19390[[package]]
19391name = "vte"
19392version = "0.15.0"
19393source = "registry+https://github.com/rust-lang/crates.io-index"
19394checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19395dependencies = [
19396 "arrayvec",
19397 "bitflags 2.10.0",
19398 "cursor-icon",
19399 "log",
19400 "memchr",
19401 "serde",
19402]
19403
19404[[package]]
19405name = "wait-timeout"
19406version = "0.2.1"
19407source = "registry+https://github.com/rust-lang/crates.io-index"
19408checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19409dependencies = [
19410 "libc",
19411]
19412
19413[[package]]
19414name = "waker-fn"
19415version = "1.2.0"
19416source = "registry+https://github.com/rust-lang/crates.io-index"
19417checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19418
19419[[package]]
19420name = "walkdir"
19421version = "2.5.0"
19422source = "registry+https://github.com/rust-lang/crates.io-index"
19423checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19424dependencies = [
19425 "same-file",
19426 "winapi-util",
19427]
19428
19429[[package]]
19430name = "want"
19431version = "0.3.1"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19434dependencies = [
19435 "try-lock",
19436]
19437
19438[[package]]
19439name = "warp"
19440version = "0.3.7"
19441source = "registry+https://github.com/rust-lang/crates.io-index"
19442checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19443dependencies = [
19444 "bytes 1.11.1",
19445 "futures-channel",
19446 "futures-util",
19447 "headers",
19448 "http 0.2.12",
19449 "hyper 0.14.32",
19450 "log",
19451 "mime",
19452 "mime_guess",
19453 "percent-encoding",
19454 "pin-project",
19455 "scoped-tls",
19456 "serde",
19457 "serde_json",
19458 "serde_urlencoded",
19459 "tokio",
19460 "tokio-tungstenite 0.21.0",
19461 "tokio-util",
19462 "tower-service",
19463 "tracing",
19464]
19465
19466[[package]]
19467name = "wasi"
19468version = "0.11.1+wasi-snapshot-preview1"
19469source = "registry+https://github.com/rust-lang/crates.io-index"
19470checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19471
19472[[package]]
19473name = "wasip2"
19474version = "1.0.1+wasi-0.2.4"
19475source = "registry+https://github.com/rust-lang/crates.io-index"
19476checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19477dependencies = [
19478 "wit-bindgen 0.46.0",
19479]
19480
19481[[package]]
19482name = "wasip3"
19483version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19484source = "registry+https://github.com/rust-lang/crates.io-index"
19485checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19486dependencies = [
19487 "wit-bindgen 0.51.0",
19488]
19489
19490[[package]]
19491name = "wasite"
19492version = "0.1.0"
19493source = "registry+https://github.com/rust-lang/crates.io-index"
19494checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19495
19496[[package]]
19497name = "wasm-bindgen"
19498version = "0.2.113"
19499source = "registry+https://github.com/rust-lang/crates.io-index"
19500checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19501dependencies = [
19502 "cfg-if",
19503 "once_cell",
19504 "rustversion",
19505 "wasm-bindgen-macro",
19506 "wasm-bindgen-shared",
19507]
19508
19509[[package]]
19510name = "wasm-bindgen-futures"
19511version = "0.4.63"
19512source = "registry+https://github.com/rust-lang/crates.io-index"
19513checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19514dependencies = [
19515 "cfg-if",
19516 "futures-util",
19517 "js-sys",
19518 "once_cell",
19519 "wasm-bindgen",
19520 "web-sys",
19521]
19522
19523[[package]]
19524name = "wasm-bindgen-macro"
19525version = "0.2.113"
19526source = "registry+https://github.com/rust-lang/crates.io-index"
19527checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19528dependencies = [
19529 "quote",
19530 "wasm-bindgen-macro-support",
19531]
19532
19533[[package]]
19534name = "wasm-bindgen-macro-support"
19535version = "0.2.113"
19536source = "registry+https://github.com/rust-lang/crates.io-index"
19537checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19538dependencies = [
19539 "bumpalo",
19540 "proc-macro2",
19541 "quote",
19542 "syn 2.0.117",
19543 "wasm-bindgen-shared",
19544]
19545
19546[[package]]
19547name = "wasm-bindgen-shared"
19548version = "0.2.113"
19549source = "registry+https://github.com/rust-lang/crates.io-index"
19550checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19551dependencies = [
19552 "unicode-ident",
19553]
19554
19555[[package]]
19556name = "wasm-encoder"
19557version = "0.201.0"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19560dependencies = [
19561 "leb128",
19562]
19563
19564[[package]]
19565name = "wasm-encoder"
19566version = "0.221.3"
19567source = "registry+https://github.com/rust-lang/crates.io-index"
19568checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19569dependencies = [
19570 "leb128",
19571 "wasmparser 0.221.3",
19572]
19573
19574[[package]]
19575name = "wasm-encoder"
19576version = "0.227.1"
19577source = "registry+https://github.com/rust-lang/crates.io-index"
19578checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19579dependencies = [
19580 "leb128fmt",
19581 "wasmparser 0.227.1",
19582]
19583
19584[[package]]
19585name = "wasm-encoder"
19586version = "0.236.1"
19587source = "registry+https://github.com/rust-lang/crates.io-index"
19588checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19589dependencies = [
19590 "leb128fmt",
19591 "wasmparser 0.236.1",
19592]
19593
19594[[package]]
19595name = "wasm-encoder"
19596version = "0.244.0"
19597source = "registry+https://github.com/rust-lang/crates.io-index"
19598checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19599dependencies = [
19600 "leb128fmt",
19601 "wasmparser 0.244.0",
19602]
19603
19604[[package]]
19605name = "wasm-metadata"
19606version = "0.201.0"
19607source = "registry+https://github.com/rust-lang/crates.io-index"
19608checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19609dependencies = [
19610 "anyhow",
19611 "indexmap",
19612 "serde",
19613 "serde_derive",
19614 "serde_json",
19615 "spdx",
19616 "wasm-encoder 0.201.0",
19617 "wasmparser 0.201.0",
19618]
19619
19620[[package]]
19621name = "wasm-metadata"
19622version = "0.227.1"
19623source = "registry+https://github.com/rust-lang/crates.io-index"
19624checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19625dependencies = [
19626 "anyhow",
19627 "auditable-serde",
19628 "flate2",
19629 "indexmap",
19630 "serde",
19631 "serde_derive",
19632 "serde_json",
19633 "spdx",
19634 "url",
19635 "wasm-encoder 0.227.1",
19636 "wasmparser 0.227.1",
19637]
19638
19639[[package]]
19640name = "wasm-metadata"
19641version = "0.244.0"
19642source = "registry+https://github.com/rust-lang/crates.io-index"
19643checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19644dependencies = [
19645 "anyhow",
19646 "indexmap",
19647 "wasm-encoder 0.244.0",
19648 "wasmparser 0.244.0",
19649]
19650
19651[[package]]
19652name = "wasm-streams"
19653version = "0.4.2"
19654source = "registry+https://github.com/rust-lang/crates.io-index"
19655checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19656dependencies = [
19657 "futures-util",
19658 "js-sys",
19659 "wasm-bindgen",
19660 "wasm-bindgen-futures",
19661 "web-sys",
19662]
19663
19664[[package]]
19665name = "wasm_thread"
19666version = "0.3.3"
19667source = "registry+https://github.com/rust-lang/crates.io-index"
19668checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19669dependencies = [
19670 "futures 0.3.32",
19671 "js-sys",
19672 "wasm-bindgen",
19673 "web-sys",
19674]
19675
19676[[package]]
19677name = "wasmparser"
19678version = "0.201.0"
19679source = "registry+https://github.com/rust-lang/crates.io-index"
19680checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19681dependencies = [
19682 "bitflags 2.10.0",
19683 "indexmap",
19684 "semver",
19685]
19686
19687[[package]]
19688name = "wasmparser"
19689version = "0.221.3"
19690source = "registry+https://github.com/rust-lang/crates.io-index"
19691checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19692dependencies = [
19693 "bitflags 2.10.0",
19694 "hashbrown 0.15.5",
19695 "indexmap",
19696 "semver",
19697 "serde",
19698]
19699
19700[[package]]
19701name = "wasmparser"
19702version = "0.227.1"
19703source = "registry+https://github.com/rust-lang/crates.io-index"
19704checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19705dependencies = [
19706 "bitflags 2.10.0",
19707 "hashbrown 0.15.5",
19708 "indexmap",
19709 "semver",
19710]
19711
19712[[package]]
19713name = "wasmparser"
19714version = "0.236.1"
19715source = "registry+https://github.com/rust-lang/crates.io-index"
19716checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19717dependencies = [
19718 "bitflags 2.10.0",
19719 "hashbrown 0.15.5",
19720 "indexmap",
19721 "semver",
19722 "serde",
19723]
19724
19725[[package]]
19726name = "wasmparser"
19727version = "0.244.0"
19728source = "registry+https://github.com/rust-lang/crates.io-index"
19729checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19730dependencies = [
19731 "bitflags 2.10.0",
19732 "hashbrown 0.15.5",
19733 "indexmap",
19734 "semver",
19735]
19736
19737[[package]]
19738name = "wasmprinter"
19739version = "0.236.1"
19740source = "registry+https://github.com/rust-lang/crates.io-index"
19741checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19742dependencies = [
19743 "anyhow",
19744 "termcolor",
19745 "wasmparser 0.236.1",
19746]
19747
19748[[package]]
19749name = "wasmtime"
19750version = "36.0.6"
19751source = "registry+https://github.com/rust-lang/crates.io-index"
19752checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19753dependencies = [
19754 "addr2line",
19755 "anyhow",
19756 "async-trait",
19757 "bitflags 2.10.0",
19758 "bumpalo",
19759 "cc",
19760 "cfg-if",
19761 "encoding_rs",
19762 "hashbrown 0.15.5",
19763 "indexmap",
19764 "libc",
19765 "log",
19766 "mach2 0.4.3",
19767 "memfd",
19768 "object",
19769 "once_cell",
19770 "postcard",
19771 "pulley-interpreter",
19772 "rayon",
19773 "rustix 1.1.2",
19774 "semver",
19775 "serde",
19776 "serde_derive",
19777 "smallvec",
19778 "target-lexicon 0.13.3",
19779 "wasmparser 0.236.1",
19780 "wasmtime-environ",
19781 "wasmtime-internal-asm-macros",
19782 "wasmtime-internal-component-macro",
19783 "wasmtime-internal-component-util",
19784 "wasmtime-internal-cranelift",
19785 "wasmtime-internal-fiber",
19786 "wasmtime-internal-jit-debug",
19787 "wasmtime-internal-jit-icache-coherence",
19788 "wasmtime-internal-math",
19789 "wasmtime-internal-slab",
19790 "wasmtime-internal-unwinder",
19791 "wasmtime-internal-versioned-export-macros",
19792 "wasmtime-internal-winch",
19793 "windows-sys 0.60.2",
19794]
19795
19796[[package]]
19797name = "wasmtime-c-api-impl"
19798version = "36.0.6"
19799source = "registry+https://github.com/rust-lang/crates.io-index"
19800checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19801dependencies = [
19802 "anyhow",
19803 "log",
19804 "tracing",
19805 "wasmtime",
19806 "wasmtime-internal-c-api-macros",
19807]
19808
19809[[package]]
19810name = "wasmtime-environ"
19811version = "36.0.6"
19812source = "registry+https://github.com/rust-lang/crates.io-index"
19813checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19814dependencies = [
19815 "anyhow",
19816 "cpp_demangle",
19817 "cranelift-bitset",
19818 "cranelift-entity",
19819 "gimli",
19820 "indexmap",
19821 "log",
19822 "object",
19823 "postcard",
19824 "rustc-demangle",
19825 "semver",
19826 "serde",
19827 "serde_derive",
19828 "smallvec",
19829 "target-lexicon 0.13.3",
19830 "wasm-encoder 0.236.1",
19831 "wasmparser 0.236.1",
19832 "wasmprinter",
19833 "wasmtime-internal-component-util",
19834]
19835
19836[[package]]
19837name = "wasmtime-internal-asm-macros"
19838version = "36.0.6"
19839source = "registry+https://github.com/rust-lang/crates.io-index"
19840checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19841dependencies = [
19842 "cfg-if",
19843]
19844
19845[[package]]
19846name = "wasmtime-internal-c-api-macros"
19847version = "36.0.6"
19848source = "registry+https://github.com/rust-lang/crates.io-index"
19849checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19850dependencies = [
19851 "proc-macro2",
19852 "quote",
19853]
19854
19855[[package]]
19856name = "wasmtime-internal-component-macro"
19857version = "36.0.6"
19858source = "registry+https://github.com/rust-lang/crates.io-index"
19859checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19860dependencies = [
19861 "anyhow",
19862 "proc-macro2",
19863 "quote",
19864 "syn 2.0.117",
19865 "wasmtime-internal-component-util",
19866 "wasmtime-internal-wit-bindgen",
19867 "wit-parser 0.236.1",
19868]
19869
19870[[package]]
19871name = "wasmtime-internal-component-util"
19872version = "36.0.6"
19873source = "registry+https://github.com/rust-lang/crates.io-index"
19874checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19875
19876[[package]]
19877name = "wasmtime-internal-cranelift"
19878version = "36.0.6"
19879source = "registry+https://github.com/rust-lang/crates.io-index"
19880checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19881dependencies = [
19882 "anyhow",
19883 "cfg-if",
19884 "cranelift-codegen",
19885 "cranelift-control",
19886 "cranelift-entity",
19887 "cranelift-frontend",
19888 "cranelift-native",
19889 "gimli",
19890 "itertools 0.14.0",
19891 "log",
19892 "object",
19893 "pulley-interpreter",
19894 "smallvec",
19895 "target-lexicon 0.13.3",
19896 "thiserror 2.0.17",
19897 "wasmparser 0.236.1",
19898 "wasmtime-environ",
19899 "wasmtime-internal-math",
19900 "wasmtime-internal-versioned-export-macros",
19901]
19902
19903[[package]]
19904name = "wasmtime-internal-fiber"
19905version = "36.0.6"
19906source = "registry+https://github.com/rust-lang/crates.io-index"
19907checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19908dependencies = [
19909 "anyhow",
19910 "cc",
19911 "cfg-if",
19912 "libc",
19913 "rustix 1.1.2",
19914 "wasmtime-internal-asm-macros",
19915 "wasmtime-internal-versioned-export-macros",
19916 "windows-sys 0.60.2",
19917]
19918
19919[[package]]
19920name = "wasmtime-internal-jit-debug"
19921version = "36.0.6"
19922source = "registry+https://github.com/rust-lang/crates.io-index"
19923checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19924dependencies = [
19925 "cc",
19926 "wasmtime-internal-versioned-export-macros",
19927]
19928
19929[[package]]
19930name = "wasmtime-internal-jit-icache-coherence"
19931version = "36.0.6"
19932source = "registry+https://github.com/rust-lang/crates.io-index"
19933checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19934dependencies = [
19935 "anyhow",
19936 "cfg-if",
19937 "libc",
19938 "windows-sys 0.60.2",
19939]
19940
19941[[package]]
19942name = "wasmtime-internal-math"
19943version = "36.0.6"
19944source = "registry+https://github.com/rust-lang/crates.io-index"
19945checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19946dependencies = [
19947 "libm",
19948]
19949
19950[[package]]
19951name = "wasmtime-internal-slab"
19952version = "36.0.6"
19953source = "registry+https://github.com/rust-lang/crates.io-index"
19954checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19955
19956[[package]]
19957name = "wasmtime-internal-unwinder"
19958version = "36.0.6"
19959source = "registry+https://github.com/rust-lang/crates.io-index"
19960checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19961dependencies = [
19962 "anyhow",
19963 "cfg-if",
19964 "cranelift-codegen",
19965 "log",
19966 "object",
19967]
19968
19969[[package]]
19970name = "wasmtime-internal-versioned-export-macros"
19971version = "36.0.6"
19972source = "registry+https://github.com/rust-lang/crates.io-index"
19973checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19974dependencies = [
19975 "proc-macro2",
19976 "quote",
19977 "syn 2.0.117",
19978]
19979
19980[[package]]
19981name = "wasmtime-internal-winch"
19982version = "36.0.6"
19983source = "registry+https://github.com/rust-lang/crates.io-index"
19984checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19985dependencies = [
19986 "anyhow",
19987 "cranelift-codegen",
19988 "gimli",
19989 "object",
19990 "target-lexicon 0.13.3",
19991 "wasmparser 0.236.1",
19992 "wasmtime-environ",
19993 "wasmtime-internal-cranelift",
19994 "winch-codegen",
19995]
19996
19997[[package]]
19998name = "wasmtime-internal-wit-bindgen"
19999version = "36.0.6"
20000source = "registry+https://github.com/rust-lang/crates.io-index"
20001checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
20002dependencies = [
20003 "anyhow",
20004 "bitflags 2.10.0",
20005 "heck 0.5.0",
20006 "indexmap",
20007 "wit-parser 0.236.1",
20008]
20009
20010[[package]]
20011name = "wasmtime-wasi"
20012version = "36.0.6"
20013source = "registry+https://github.com/rust-lang/crates.io-index"
20014checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20015dependencies = [
20016 "anyhow",
20017 "async-trait",
20018 "bitflags 2.10.0",
20019 "bytes 1.11.1",
20020 "cap-fs-ext",
20021 "cap-net-ext",
20022 "cap-rand",
20023 "cap-std",
20024 "cap-time-ext",
20025 "fs-set-times",
20026 "futures 0.3.32",
20027 "io-extras",
20028 "io-lifetimes",
20029 "rustix 1.1.2",
20030 "system-interface",
20031 "thiserror 2.0.17",
20032 "tokio",
20033 "tracing",
20034 "url",
20035 "wasmtime",
20036 "wasmtime-wasi-io",
20037 "wiggle",
20038 "windows-sys 0.60.2",
20039]
20040
20041[[package]]
20042name = "wasmtime-wasi-io"
20043version = "36.0.6"
20044source = "registry+https://github.com/rust-lang/crates.io-index"
20045checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20046dependencies = [
20047 "anyhow",
20048 "async-trait",
20049 "bytes 1.11.1",
20050 "futures 0.3.32",
20051 "wasmtime",
20052]
20053
20054[[package]]
20055name = "wast"
20056version = "35.0.2"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20059dependencies = [
20060 "leb128",
20061]
20062
20063[[package]]
20064name = "watch"
20065version = "0.1.0"
20066dependencies = [
20067 "ctor",
20068 "futures 0.3.32",
20069 "gpui",
20070 "parking_lot",
20071 "zlog",
20072]
20073
20074[[package]]
20075name = "wax"
20076version = "0.7.0"
20077source = "registry+https://github.com/rust-lang/crates.io-index"
20078checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20079dependencies = [
20080 "const_format",
20081 "itertools 0.14.0",
20082 "nom 7.1.3",
20083 "pori",
20084 "regex",
20085 "thiserror 2.0.17",
20086 "walkdir",
20087]
20088
20089[[package]]
20090name = "wayland-backend"
20091version = "0.3.11"
20092source = "registry+https://github.com/rust-lang/crates.io-index"
20093checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20094dependencies = [
20095 "cc",
20096 "downcast-rs",
20097 "rustix 1.1.2",
20098 "scoped-tls",
20099 "smallvec",
20100 "wayland-sys",
20101]
20102
20103[[package]]
20104name = "wayland-client"
20105version = "0.31.11"
20106source = "registry+https://github.com/rust-lang/crates.io-index"
20107checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20108dependencies = [
20109 "bitflags 2.10.0",
20110 "rustix 1.1.2",
20111 "wayland-backend",
20112 "wayland-scanner",
20113]
20114
20115[[package]]
20116name = "wayland-cursor"
20117version = "0.31.11"
20118source = "registry+https://github.com/rust-lang/crates.io-index"
20119checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20120dependencies = [
20121 "rustix 1.1.2",
20122 "wayland-client",
20123 "xcursor",
20124]
20125
20126[[package]]
20127name = "wayland-protocols"
20128version = "0.32.9"
20129source = "registry+https://github.com/rust-lang/crates.io-index"
20130checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20131dependencies = [
20132 "bitflags 2.10.0",
20133 "wayland-backend",
20134 "wayland-client",
20135 "wayland-scanner",
20136]
20137
20138[[package]]
20139name = "wayland-protocols-plasma"
20140version = "0.3.9"
20141source = "registry+https://github.com/rust-lang/crates.io-index"
20142checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20143dependencies = [
20144 "bitflags 2.10.0",
20145 "wayland-backend",
20146 "wayland-client",
20147 "wayland-protocols",
20148 "wayland-scanner",
20149]
20150
20151[[package]]
20152name = "wayland-protocols-wlr"
20153version = "0.3.9"
20154source = "registry+https://github.com/rust-lang/crates.io-index"
20155checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20156dependencies = [
20157 "bitflags 2.10.0",
20158 "wayland-backend",
20159 "wayland-client",
20160 "wayland-protocols",
20161 "wayland-scanner",
20162]
20163
20164[[package]]
20165name = "wayland-scanner"
20166version = "0.31.7"
20167source = "registry+https://github.com/rust-lang/crates.io-index"
20168checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20169dependencies = [
20170 "proc-macro2",
20171 "quick-xml 0.37.5",
20172 "quote",
20173]
20174
20175[[package]]
20176name = "wayland-sys"
20177version = "0.31.7"
20178source = "registry+https://github.com/rust-lang/crates.io-index"
20179checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20180dependencies = [
20181 "dlib",
20182 "log",
20183 "once_cell",
20184 "pkg-config",
20185]
20186
20187[[package]]
20188name = "web-sys"
20189version = "0.3.90"
20190source = "registry+https://github.com/rust-lang/crates.io-index"
20191checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20192dependencies = [
20193 "js-sys",
20194 "wasm-bindgen",
20195]
20196
20197[[package]]
20198name = "web-time"
20199version = "1.1.0"
20200source = "registry+https://github.com/rust-lang/crates.io-index"
20201checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20202dependencies = [
20203 "js-sys",
20204 "serde",
20205 "wasm-bindgen",
20206]
20207
20208[[package]]
20209name = "web_atoms"
20210version = "0.1.3"
20211source = "registry+https://github.com/rust-lang/crates.io-index"
20212checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20213dependencies = [
20214 "phf 0.11.3",
20215 "phf_codegen",
20216 "string_cache",
20217 "string_cache_codegen",
20218]
20219
20220[[package]]
20221name = "web_search"
20222version = "0.1.0"
20223dependencies = [
20224 "anyhow",
20225 "cloud_llm_client",
20226 "collections",
20227 "gpui",
20228 "serde",
20229]
20230
20231[[package]]
20232name = "web_search_providers"
20233version = "0.1.0"
20234dependencies = [
20235 "anyhow",
20236 "client",
20237 "cloud_api_client",
20238 "cloud_api_types",
20239 "cloud_llm_client",
20240 "futures 0.3.32",
20241 "gpui",
20242 "http_client",
20243 "language_model",
20244 "serde",
20245 "serde_json",
20246 "web_search",
20247]
20248
20249[[package]]
20250name = "webpki-root-certs"
20251version = "0.26.8"
20252source = "registry+https://github.com/rust-lang/crates.io-index"
20253checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20254dependencies = [
20255 "rustls-pki-types",
20256]
20257
20258[[package]]
20259name = "webpki-roots"
20260version = "0.26.8"
20261source = "registry+https://github.com/rust-lang/crates.io-index"
20262checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20263dependencies = [
20264 "rustls-pki-types",
20265]
20266
20267[[package]]
20268name = "webrtc-sys"
20269version = "0.3.23"
20270source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20271dependencies = [
20272 "cc",
20273 "cxx",
20274 "cxx-build",
20275 "glob",
20276 "log",
20277 "pkg-config",
20278 "webrtc-sys-build",
20279]
20280
20281[[package]]
20282name = "webrtc-sys-build"
20283version = "0.3.13"
20284source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20285dependencies = [
20286 "anyhow",
20287 "fs2",
20288 "regex",
20289 "reqwest 0.12.24",
20290 "scratch",
20291 "semver",
20292 "zip 0.6.6",
20293]
20294
20295[[package]]
20296name = "weezl"
20297version = "0.1.10"
20298source = "registry+https://github.com/rust-lang/crates.io-index"
20299checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20300
20301[[package]]
20302name = "wgpu"
20303version = "29.0.0"
20304source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20305dependencies = [
20306 "arrayvec",
20307 "bitflags 2.10.0",
20308 "bytemuck",
20309 "cfg-if",
20310 "cfg_aliases 0.2.1",
20311 "document-features",
20312 "hashbrown 0.16.1",
20313 "js-sys",
20314 "log",
20315 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20316 "parking_lot",
20317 "portable-atomic",
20318 "profiling",
20319 "raw-window-handle",
20320 "smallvec",
20321 "static_assertions",
20322 "wasm-bindgen",
20323 "wasm-bindgen-futures",
20324 "web-sys",
20325 "wgpu-core",
20326 "wgpu-hal",
20327 "wgpu-types",
20328]
20329
20330[[package]]
20331name = "wgpu-core"
20332version = "29.0.0"
20333source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20334dependencies = [
20335 "arrayvec",
20336 "bit-set 0.9.1",
20337 "bit-vec 0.9.1",
20338 "bitflags 2.10.0",
20339 "bytemuck",
20340 "cfg_aliases 0.2.1",
20341 "document-features",
20342 "hashbrown 0.16.1",
20343 "indexmap",
20344 "log",
20345 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20346 "once_cell",
20347 "parking_lot",
20348 "portable-atomic",
20349 "profiling",
20350 "raw-window-handle",
20351 "rustc-hash 1.1.0",
20352 "smallvec",
20353 "thiserror 2.0.17",
20354 "wgpu-core-deps-apple",
20355 "wgpu-core-deps-emscripten",
20356 "wgpu-core-deps-windows-linux-android",
20357 "wgpu-hal",
20358 "wgpu-naga-bridge",
20359 "wgpu-types",
20360]
20361
20362[[package]]
20363name = "wgpu-core-deps-apple"
20364version = "29.0.0"
20365source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20366dependencies = [
20367 "wgpu-hal",
20368]
20369
20370[[package]]
20371name = "wgpu-core-deps-emscripten"
20372version = "29.0.0"
20373source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20374dependencies = [
20375 "wgpu-hal",
20376]
20377
20378[[package]]
20379name = "wgpu-core-deps-windows-linux-android"
20380version = "29.0.0"
20381source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20382dependencies = [
20383 "wgpu-hal",
20384]
20385
20386[[package]]
20387name = "wgpu-hal"
20388version = "29.0.0"
20389source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20390dependencies = [
20391 "android_system_properties",
20392 "arrayvec",
20393 "ash",
20394 "bit-set 0.9.1",
20395 "bitflags 2.10.0",
20396 "block2",
20397 "bytemuck",
20398 "cfg-if",
20399 "cfg_aliases 0.2.1",
20400 "glow",
20401 "glutin_wgl_sys",
20402 "gpu-allocator",
20403 "gpu-descriptor",
20404 "hashbrown 0.16.1",
20405 "js-sys",
20406 "khronos-egl",
20407 "libc",
20408 "libloading",
20409 "log",
20410 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20411 "ndk-sys",
20412 "objc2",
20413 "objc2-core-foundation",
20414 "objc2-foundation",
20415 "objc2-metal",
20416 "objc2-quartz-core",
20417 "once_cell",
20418 "ordered-float 4.6.0",
20419 "parking_lot",
20420 "portable-atomic",
20421 "portable-atomic-util",
20422 "profiling",
20423 "range-alloc",
20424 "raw-window-handle",
20425 "raw-window-metal",
20426 "renderdoc-sys",
20427 "smallvec",
20428 "thiserror 2.0.17",
20429 "wasm-bindgen",
20430 "wayland-sys",
20431 "web-sys",
20432 "wgpu-naga-bridge",
20433 "wgpu-types",
20434 "windows 0.62.2",
20435 "windows-core 0.62.2",
20436]
20437
20438[[package]]
20439name = "wgpu-naga-bridge"
20440version = "29.0.0"
20441source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20442dependencies = [
20443 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20444 "wgpu-types",
20445]
20446
20447[[package]]
20448name = "wgpu-types"
20449version = "29.0.0"
20450source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20451dependencies = [
20452 "bitflags 2.10.0",
20453 "bytemuck",
20454 "js-sys",
20455 "log",
20456 "raw-window-handle",
20457 "web-sys",
20458]
20459
20460[[package]]
20461name = "which"
20462version = "4.4.2"
20463source = "registry+https://github.com/rust-lang/crates.io-index"
20464checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20465dependencies = [
20466 "either",
20467 "home",
20468 "once_cell",
20469 "rustix 0.38.44",
20470]
20471
20472[[package]]
20473name = "which"
20474version = "6.0.3"
20475source = "registry+https://github.com/rust-lang/crates.io-index"
20476checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20477dependencies = [
20478 "either",
20479 "home",
20480 "rustix 0.38.44",
20481 "winsafe",
20482]
20483
20484[[package]]
20485name = "which_key"
20486version = "0.1.0"
20487dependencies = [
20488 "command_palette",
20489 "gpui",
20490 "serde",
20491 "settings",
20492 "theme_settings",
20493 "ui",
20494 "util",
20495 "workspace",
20496]
20497
20498[[package]]
20499name = "whoami"
20500version = "1.6.1"
20501source = "registry+https://github.com/rust-lang/crates.io-index"
20502checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20503dependencies = [
20504 "libredox",
20505 "wasite",
20506]
20507
20508[[package]]
20509name = "wiggle"
20510version = "36.0.6"
20511source = "registry+https://github.com/rust-lang/crates.io-index"
20512checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20513dependencies = [
20514 "anyhow",
20515 "async-trait",
20516 "bitflags 2.10.0",
20517 "thiserror 2.0.17",
20518 "tracing",
20519 "wasmtime",
20520 "wiggle-macro",
20521]
20522
20523[[package]]
20524name = "wiggle-generate"
20525version = "36.0.6"
20526source = "registry+https://github.com/rust-lang/crates.io-index"
20527checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20528dependencies = [
20529 "anyhow",
20530 "heck 0.5.0",
20531 "proc-macro2",
20532 "quote",
20533 "syn 2.0.117",
20534 "witx",
20535]
20536
20537[[package]]
20538name = "wiggle-macro"
20539version = "36.0.6"
20540source = "registry+https://github.com/rust-lang/crates.io-index"
20541checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20542dependencies = [
20543 "proc-macro2",
20544 "quote",
20545 "syn 2.0.117",
20546 "wiggle-generate",
20547]
20548
20549[[package]]
20550name = "winapi"
20551version = "0.3.9"
20552source = "registry+https://github.com/rust-lang/crates.io-index"
20553checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20554dependencies = [
20555 "winapi-i686-pc-windows-gnu",
20556 "winapi-x86_64-pc-windows-gnu",
20557]
20558
20559[[package]]
20560name = "winapi-i686-pc-windows-gnu"
20561version = "0.4.0"
20562source = "registry+https://github.com/rust-lang/crates.io-index"
20563checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20564
20565[[package]]
20566name = "winapi-util"
20567version = "0.1.11"
20568source = "registry+https://github.com/rust-lang/crates.io-index"
20569checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20570dependencies = [
20571 "windows-sys 0.61.2",
20572]
20573
20574[[package]]
20575name = "winapi-x86_64-pc-windows-gnu"
20576version = "0.4.0"
20577source = "registry+https://github.com/rust-lang/crates.io-index"
20578checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20579
20580[[package]]
20581name = "winch-codegen"
20582version = "36.0.6"
20583source = "registry+https://github.com/rust-lang/crates.io-index"
20584checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20585dependencies = [
20586 "anyhow",
20587 "cranelift-assembler-x64",
20588 "cranelift-codegen",
20589 "gimli",
20590 "regalloc2",
20591 "smallvec",
20592 "target-lexicon 0.13.3",
20593 "thiserror 2.0.17",
20594 "wasmparser 0.236.1",
20595 "wasmtime-environ",
20596 "wasmtime-internal-cranelift",
20597 "wasmtime-internal-math",
20598]
20599
20600[[package]]
20601name = "windows"
20602version = "0.57.0"
20603source = "registry+https://github.com/rust-lang/crates.io-index"
20604checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20605dependencies = [
20606 "windows-core 0.57.0",
20607 "windows-targets 0.52.6",
20608]
20609
20610[[package]]
20611name = "windows"
20612version = "0.58.0"
20613source = "registry+https://github.com/rust-lang/crates.io-index"
20614checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20615dependencies = [
20616 "windows-core 0.58.0",
20617 "windows-targets 0.52.6",
20618]
20619
20620[[package]]
20621name = "windows"
20622version = "0.61.3"
20623source = "registry+https://github.com/rust-lang/crates.io-index"
20624checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20625dependencies = [
20626 "windows-collections 0.2.0",
20627 "windows-core 0.61.2",
20628 "windows-future 0.2.1",
20629 "windows-link 0.1.3",
20630 "windows-numerics 0.2.0",
20631]
20632
20633[[package]]
20634name = "windows"
20635version = "0.62.2"
20636source = "registry+https://github.com/rust-lang/crates.io-index"
20637checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20638dependencies = [
20639 "windows-collections 0.3.2",
20640 "windows-core 0.62.2",
20641 "windows-future 0.3.2",
20642 "windows-numerics 0.3.1",
20643]
20644
20645[[package]]
20646name = "windows-bindgen"
20647version = "0.61.1"
20648source = "registry+https://github.com/rust-lang/crates.io-index"
20649checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20650dependencies = [
20651 "serde",
20652 "serde_json",
20653 "windows-threading 0.1.0",
20654]
20655
20656[[package]]
20657name = "windows-capture"
20658version = "1.4.3"
20659source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20660dependencies = [
20661 "clap",
20662 "ctrlc",
20663 "parking_lot",
20664 "rayon",
20665 "thiserror 2.0.17",
20666 "windows 0.61.3",
20667 "windows-future 0.2.1",
20668]
20669
20670[[package]]
20671name = "windows-collections"
20672version = "0.2.0"
20673source = "registry+https://github.com/rust-lang/crates.io-index"
20674checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20675dependencies = [
20676 "windows-core 0.61.2",
20677]
20678
20679[[package]]
20680name = "windows-collections"
20681version = "0.3.2"
20682source = "registry+https://github.com/rust-lang/crates.io-index"
20683checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20684dependencies = [
20685 "windows-core 0.62.2",
20686]
20687
20688[[package]]
20689name = "windows-core"
20690version = "0.57.0"
20691source = "registry+https://github.com/rust-lang/crates.io-index"
20692checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20693dependencies = [
20694 "windows-implement 0.57.0",
20695 "windows-interface 0.57.0",
20696 "windows-result 0.1.2",
20697 "windows-targets 0.52.6",
20698]
20699
20700[[package]]
20701name = "windows-core"
20702version = "0.58.0"
20703source = "registry+https://github.com/rust-lang/crates.io-index"
20704checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20705dependencies = [
20706 "windows-implement 0.58.0",
20707 "windows-interface 0.58.0",
20708 "windows-result 0.2.0",
20709 "windows-strings 0.1.0",
20710 "windows-targets 0.52.6",
20711]
20712
20713[[package]]
20714name = "windows-core"
20715version = "0.61.2"
20716source = "registry+https://github.com/rust-lang/crates.io-index"
20717checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20718dependencies = [
20719 "windows-implement 0.60.2",
20720 "windows-interface 0.59.3",
20721 "windows-link 0.1.3",
20722 "windows-result 0.3.4",
20723 "windows-strings 0.4.2",
20724]
20725
20726[[package]]
20727name = "windows-core"
20728version = "0.62.2"
20729source = "registry+https://github.com/rust-lang/crates.io-index"
20730checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20731dependencies = [
20732 "windows-implement 0.60.2",
20733 "windows-interface 0.59.3",
20734 "windows-link 0.2.1",
20735 "windows-result 0.4.1",
20736 "windows-strings 0.5.1",
20737]
20738
20739[[package]]
20740name = "windows-future"
20741version = "0.2.1"
20742source = "registry+https://github.com/rust-lang/crates.io-index"
20743checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20744dependencies = [
20745 "windows-core 0.61.2",
20746 "windows-link 0.1.3",
20747 "windows-threading 0.1.0",
20748]
20749
20750[[package]]
20751name = "windows-future"
20752version = "0.3.2"
20753source = "registry+https://github.com/rust-lang/crates.io-index"
20754checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20755dependencies = [
20756 "windows-core 0.62.2",
20757 "windows-link 0.2.1",
20758 "windows-threading 0.2.1",
20759]
20760
20761[[package]]
20762name = "windows-implement"
20763version = "0.57.0"
20764source = "registry+https://github.com/rust-lang/crates.io-index"
20765checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20766dependencies = [
20767 "proc-macro2",
20768 "quote",
20769 "syn 2.0.117",
20770]
20771
20772[[package]]
20773name = "windows-implement"
20774version = "0.58.0"
20775source = "registry+https://github.com/rust-lang/crates.io-index"
20776checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20777dependencies = [
20778 "proc-macro2",
20779 "quote",
20780 "syn 2.0.117",
20781]
20782
20783[[package]]
20784name = "windows-implement"
20785version = "0.60.2"
20786source = "registry+https://github.com/rust-lang/crates.io-index"
20787checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20788dependencies = [
20789 "proc-macro2",
20790 "quote",
20791 "syn 2.0.117",
20792]
20793
20794[[package]]
20795name = "windows-interface"
20796version = "0.57.0"
20797source = "registry+https://github.com/rust-lang/crates.io-index"
20798checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20799dependencies = [
20800 "proc-macro2",
20801 "quote",
20802 "syn 2.0.117",
20803]
20804
20805[[package]]
20806name = "windows-interface"
20807version = "0.58.0"
20808source = "registry+https://github.com/rust-lang/crates.io-index"
20809checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20810dependencies = [
20811 "proc-macro2",
20812 "quote",
20813 "syn 2.0.117",
20814]
20815
20816[[package]]
20817name = "windows-interface"
20818version = "0.59.3"
20819source = "registry+https://github.com/rust-lang/crates.io-index"
20820checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20821dependencies = [
20822 "proc-macro2",
20823 "quote",
20824 "syn 2.0.117",
20825]
20826
20827[[package]]
20828name = "windows-link"
20829version = "0.1.3"
20830source = "registry+https://github.com/rust-lang/crates.io-index"
20831checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20832
20833[[package]]
20834name = "windows-link"
20835version = "0.2.1"
20836source = "registry+https://github.com/rust-lang/crates.io-index"
20837checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20838
20839[[package]]
20840name = "windows-numerics"
20841version = "0.2.0"
20842source = "registry+https://github.com/rust-lang/crates.io-index"
20843checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20844dependencies = [
20845 "windows-core 0.61.2",
20846 "windows-link 0.1.3",
20847]
20848
20849[[package]]
20850name = "windows-numerics"
20851version = "0.3.1"
20852source = "registry+https://github.com/rust-lang/crates.io-index"
20853checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20854dependencies = [
20855 "windows-core 0.62.2",
20856 "windows-link 0.2.1",
20857]
20858
20859[[package]]
20860name = "windows-registry"
20861version = "0.4.0"
20862source = "registry+https://github.com/rust-lang/crates.io-index"
20863checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20864dependencies = [
20865 "windows-result 0.3.4",
20866 "windows-strings 0.3.1",
20867 "windows-targets 0.53.5",
20868]
20869
20870[[package]]
20871name = "windows-registry"
20872version = "0.5.3"
20873source = "registry+https://github.com/rust-lang/crates.io-index"
20874checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20875dependencies = [
20876 "windows-link 0.1.3",
20877 "windows-result 0.3.4",
20878 "windows-strings 0.4.2",
20879]
20880
20881[[package]]
20882name = "windows-registry"
20883version = "0.6.1"
20884source = "registry+https://github.com/rust-lang/crates.io-index"
20885checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20886dependencies = [
20887 "windows-link 0.2.1",
20888 "windows-result 0.4.1",
20889 "windows-strings 0.5.1",
20890]
20891
20892[[package]]
20893name = "windows-result"
20894version = "0.1.2"
20895source = "registry+https://github.com/rust-lang/crates.io-index"
20896checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20897dependencies = [
20898 "windows-targets 0.52.6",
20899]
20900
20901[[package]]
20902name = "windows-result"
20903version = "0.2.0"
20904source = "registry+https://github.com/rust-lang/crates.io-index"
20905checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20906dependencies = [
20907 "windows-targets 0.52.6",
20908]
20909
20910[[package]]
20911name = "windows-result"
20912version = "0.3.4"
20913source = "registry+https://github.com/rust-lang/crates.io-index"
20914checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20915dependencies = [
20916 "windows-link 0.1.3",
20917]
20918
20919[[package]]
20920name = "windows-result"
20921version = "0.4.1"
20922source = "registry+https://github.com/rust-lang/crates.io-index"
20923checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20924dependencies = [
20925 "windows-link 0.2.1",
20926]
20927
20928[[package]]
20929name = "windows-strings"
20930version = "0.1.0"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20933dependencies = [
20934 "windows-result 0.2.0",
20935 "windows-targets 0.52.6",
20936]
20937
20938[[package]]
20939name = "windows-strings"
20940version = "0.3.1"
20941source = "registry+https://github.com/rust-lang/crates.io-index"
20942checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20943dependencies = [
20944 "windows-link 0.1.3",
20945]
20946
20947[[package]]
20948name = "windows-strings"
20949version = "0.4.2"
20950source = "registry+https://github.com/rust-lang/crates.io-index"
20951checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20952dependencies = [
20953 "windows-link 0.1.3",
20954]
20955
20956[[package]]
20957name = "windows-strings"
20958version = "0.5.1"
20959source = "registry+https://github.com/rust-lang/crates.io-index"
20960checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20961dependencies = [
20962 "windows-link 0.2.1",
20963]
20964
20965[[package]]
20966name = "windows-sys"
20967version = "0.45.0"
20968source = "registry+https://github.com/rust-lang/crates.io-index"
20969checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20970dependencies = [
20971 "windows-targets 0.42.2",
20972]
20973
20974[[package]]
20975name = "windows-sys"
20976version = "0.48.0"
20977source = "registry+https://github.com/rust-lang/crates.io-index"
20978checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20979dependencies = [
20980 "windows-targets 0.48.5",
20981]
20982
20983[[package]]
20984name = "windows-sys"
20985version = "0.52.0"
20986source = "registry+https://github.com/rust-lang/crates.io-index"
20987checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20988dependencies = [
20989 "windows-targets 0.52.6",
20990]
20991
20992[[package]]
20993name = "windows-sys"
20994version = "0.59.0"
20995source = "registry+https://github.com/rust-lang/crates.io-index"
20996checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20997dependencies = [
20998 "windows-targets 0.52.6",
20999]
21000
21001[[package]]
21002name = "windows-sys"
21003version = "0.60.2"
21004source = "registry+https://github.com/rust-lang/crates.io-index"
21005checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21006dependencies = [
21007 "windows-targets 0.53.5",
21008]
21009
21010[[package]]
21011name = "windows-sys"
21012version = "0.61.2"
21013source = "registry+https://github.com/rust-lang/crates.io-index"
21014checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21015dependencies = [
21016 "windows-link 0.2.1",
21017]
21018
21019[[package]]
21020name = "windows-targets"
21021version = "0.42.2"
21022source = "registry+https://github.com/rust-lang/crates.io-index"
21023checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21024dependencies = [
21025 "windows_aarch64_gnullvm 0.42.2",
21026 "windows_aarch64_msvc 0.42.2",
21027 "windows_i686_gnu 0.42.2",
21028 "windows_i686_msvc 0.42.2",
21029 "windows_x86_64_gnu 0.42.2",
21030 "windows_x86_64_gnullvm 0.42.2",
21031 "windows_x86_64_msvc 0.42.2",
21032]
21033
21034[[package]]
21035name = "windows-targets"
21036version = "0.48.5"
21037source = "registry+https://github.com/rust-lang/crates.io-index"
21038checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21039dependencies = [
21040 "windows_aarch64_gnullvm 0.48.5",
21041 "windows_aarch64_msvc 0.48.5",
21042 "windows_i686_gnu 0.48.5",
21043 "windows_i686_msvc 0.48.5",
21044 "windows_x86_64_gnu 0.48.5",
21045 "windows_x86_64_gnullvm 0.48.5",
21046 "windows_x86_64_msvc 0.48.5",
21047]
21048
21049[[package]]
21050name = "windows-targets"
21051version = "0.52.6"
21052source = "registry+https://github.com/rust-lang/crates.io-index"
21053checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21054dependencies = [
21055 "windows_aarch64_gnullvm 0.52.6",
21056 "windows_aarch64_msvc 0.52.6",
21057 "windows_i686_gnu 0.52.6",
21058 "windows_i686_gnullvm 0.52.6",
21059 "windows_i686_msvc 0.52.6",
21060 "windows_x86_64_gnu 0.52.6",
21061 "windows_x86_64_gnullvm 0.52.6",
21062 "windows_x86_64_msvc 0.52.6",
21063]
21064
21065[[package]]
21066name = "windows-targets"
21067version = "0.53.5"
21068source = "registry+https://github.com/rust-lang/crates.io-index"
21069checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21070dependencies = [
21071 "windows-link 0.2.1",
21072 "windows_aarch64_gnullvm 0.53.1",
21073 "windows_aarch64_msvc 0.53.1",
21074 "windows_i686_gnu 0.53.1",
21075 "windows_i686_gnullvm 0.53.1",
21076 "windows_i686_msvc 0.53.1",
21077 "windows_x86_64_gnu 0.53.1",
21078 "windows_x86_64_gnullvm 0.53.1",
21079 "windows_x86_64_msvc 0.53.1",
21080]
21081
21082[[package]]
21083name = "windows-threading"
21084version = "0.1.0"
21085source = "registry+https://github.com/rust-lang/crates.io-index"
21086checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21087dependencies = [
21088 "windows-link 0.1.3",
21089]
21090
21091[[package]]
21092name = "windows-threading"
21093version = "0.2.1"
21094source = "registry+https://github.com/rust-lang/crates.io-index"
21095checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21096dependencies = [
21097 "windows-link 0.2.1",
21098]
21099
21100[[package]]
21101name = "windows_aarch64_gnullvm"
21102version = "0.42.2"
21103source = "registry+https://github.com/rust-lang/crates.io-index"
21104checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21105
21106[[package]]
21107name = "windows_aarch64_gnullvm"
21108version = "0.48.5"
21109source = "registry+https://github.com/rust-lang/crates.io-index"
21110checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21111
21112[[package]]
21113name = "windows_aarch64_gnullvm"
21114version = "0.52.6"
21115source = "registry+https://github.com/rust-lang/crates.io-index"
21116checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21117
21118[[package]]
21119name = "windows_aarch64_gnullvm"
21120version = "0.53.1"
21121source = "registry+https://github.com/rust-lang/crates.io-index"
21122checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21123
21124[[package]]
21125name = "windows_aarch64_msvc"
21126version = "0.42.2"
21127source = "registry+https://github.com/rust-lang/crates.io-index"
21128checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21129
21130[[package]]
21131name = "windows_aarch64_msvc"
21132version = "0.48.5"
21133source = "registry+https://github.com/rust-lang/crates.io-index"
21134checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21135
21136[[package]]
21137name = "windows_aarch64_msvc"
21138version = "0.52.6"
21139source = "registry+https://github.com/rust-lang/crates.io-index"
21140checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21141
21142[[package]]
21143name = "windows_aarch64_msvc"
21144version = "0.53.1"
21145source = "registry+https://github.com/rust-lang/crates.io-index"
21146checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21147
21148[[package]]
21149name = "windows_i686_gnu"
21150version = "0.42.2"
21151source = "registry+https://github.com/rust-lang/crates.io-index"
21152checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21153
21154[[package]]
21155name = "windows_i686_gnu"
21156version = "0.48.5"
21157source = "registry+https://github.com/rust-lang/crates.io-index"
21158checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21159
21160[[package]]
21161name = "windows_i686_gnu"
21162version = "0.52.6"
21163source = "registry+https://github.com/rust-lang/crates.io-index"
21164checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21165
21166[[package]]
21167name = "windows_i686_gnu"
21168version = "0.53.1"
21169source = "registry+https://github.com/rust-lang/crates.io-index"
21170checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21171
21172[[package]]
21173name = "windows_i686_gnullvm"
21174version = "0.52.6"
21175source = "registry+https://github.com/rust-lang/crates.io-index"
21176checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21177
21178[[package]]
21179name = "windows_i686_gnullvm"
21180version = "0.53.1"
21181source = "registry+https://github.com/rust-lang/crates.io-index"
21182checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21183
21184[[package]]
21185name = "windows_i686_msvc"
21186version = "0.42.2"
21187source = "registry+https://github.com/rust-lang/crates.io-index"
21188checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21189
21190[[package]]
21191name = "windows_i686_msvc"
21192version = "0.48.5"
21193source = "registry+https://github.com/rust-lang/crates.io-index"
21194checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21195
21196[[package]]
21197name = "windows_i686_msvc"
21198version = "0.52.6"
21199source = "registry+https://github.com/rust-lang/crates.io-index"
21200checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21201
21202[[package]]
21203name = "windows_i686_msvc"
21204version = "0.53.1"
21205source = "registry+https://github.com/rust-lang/crates.io-index"
21206checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21207
21208[[package]]
21209name = "windows_x86_64_gnu"
21210version = "0.42.2"
21211source = "registry+https://github.com/rust-lang/crates.io-index"
21212checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21213
21214[[package]]
21215name = "windows_x86_64_gnu"
21216version = "0.48.5"
21217source = "registry+https://github.com/rust-lang/crates.io-index"
21218checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21219
21220[[package]]
21221name = "windows_x86_64_gnu"
21222version = "0.52.6"
21223source = "registry+https://github.com/rust-lang/crates.io-index"
21224checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21225
21226[[package]]
21227name = "windows_x86_64_gnu"
21228version = "0.53.1"
21229source = "registry+https://github.com/rust-lang/crates.io-index"
21230checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21231
21232[[package]]
21233name = "windows_x86_64_gnullvm"
21234version = "0.42.2"
21235source = "registry+https://github.com/rust-lang/crates.io-index"
21236checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21237
21238[[package]]
21239name = "windows_x86_64_gnullvm"
21240version = "0.48.5"
21241source = "registry+https://github.com/rust-lang/crates.io-index"
21242checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21243
21244[[package]]
21245name = "windows_x86_64_gnullvm"
21246version = "0.52.6"
21247source = "registry+https://github.com/rust-lang/crates.io-index"
21248checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21249
21250[[package]]
21251name = "windows_x86_64_gnullvm"
21252version = "0.53.1"
21253source = "registry+https://github.com/rust-lang/crates.io-index"
21254checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21255
21256[[package]]
21257name = "windows_x86_64_msvc"
21258version = "0.42.2"
21259source = "registry+https://github.com/rust-lang/crates.io-index"
21260checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21261
21262[[package]]
21263name = "windows_x86_64_msvc"
21264version = "0.48.5"
21265source = "registry+https://github.com/rust-lang/crates.io-index"
21266checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21267
21268[[package]]
21269name = "windows_x86_64_msvc"
21270version = "0.52.6"
21271source = "registry+https://github.com/rust-lang/crates.io-index"
21272checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21273
21274[[package]]
21275name = "windows_x86_64_msvc"
21276version = "0.53.1"
21277source = "registry+https://github.com/rust-lang/crates.io-index"
21278checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21279
21280[[package]]
21281name = "winnow"
21282version = "0.7.13"
21283source = "registry+https://github.com/rust-lang/crates.io-index"
21284checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21285dependencies = [
21286 "memchr",
21287]
21288
21289[[package]]
21290name = "winreg"
21291version = "0.10.1"
21292source = "registry+https://github.com/rust-lang/crates.io-index"
21293checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21294dependencies = [
21295 "winapi",
21296]
21297
21298[[package]]
21299name = "winreg"
21300version = "0.50.0"
21301source = "registry+https://github.com/rust-lang/crates.io-index"
21302checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21303dependencies = [
21304 "cfg-if",
21305 "windows-sys 0.48.0",
21306]
21307
21308[[package]]
21309name = "winreg"
21310version = "0.55.0"
21311source = "registry+https://github.com/rust-lang/crates.io-index"
21312checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21313dependencies = [
21314 "cfg-if",
21315 "windows-sys 0.59.0",
21316]
21317
21318[[package]]
21319name = "winresource"
21320version = "0.1.23"
21321source = "registry+https://github.com/rust-lang/crates.io-index"
21322checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21323dependencies = [
21324 "toml 0.8.23",
21325 "version_check",
21326]
21327
21328[[package]]
21329name = "winsafe"
21330version = "0.0.19"
21331source = "registry+https://github.com/rust-lang/crates.io-index"
21332checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21333
21334[[package]]
21335name = "winx"
21336version = "0.36.4"
21337source = "registry+https://github.com/rust-lang/crates.io-index"
21338checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21339dependencies = [
21340 "bitflags 2.10.0",
21341 "windows-sys 0.59.0",
21342]
21343
21344[[package]]
21345name = "wio"
21346version = "0.2.2"
21347source = "registry+https://github.com/rust-lang/crates.io-index"
21348checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21349dependencies = [
21350 "winapi",
21351]
21352
21353[[package]]
21354name = "wit-bindgen"
21355version = "0.22.0"
21356source = "registry+https://github.com/rust-lang/crates.io-index"
21357checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21358dependencies = [
21359 "bitflags 2.10.0",
21360 "wit-bindgen-rt 0.22.0",
21361 "wit-bindgen-rust-macro 0.22.0",
21362]
21363
21364[[package]]
21365name = "wit-bindgen"
21366version = "0.41.0"
21367source = "registry+https://github.com/rust-lang/crates.io-index"
21368checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21369dependencies = [
21370 "wit-bindgen-rt 0.41.0",
21371 "wit-bindgen-rust-macro 0.41.0",
21372]
21373
21374[[package]]
21375name = "wit-bindgen"
21376version = "0.46.0"
21377source = "registry+https://github.com/rust-lang/crates.io-index"
21378checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21379
21380[[package]]
21381name = "wit-bindgen"
21382version = "0.51.0"
21383source = "registry+https://github.com/rust-lang/crates.io-index"
21384checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21385dependencies = [
21386 "wit-bindgen-rust-macro 0.51.0",
21387]
21388
21389[[package]]
21390name = "wit-bindgen-core"
21391version = "0.22.0"
21392source = "registry+https://github.com/rust-lang/crates.io-index"
21393checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21394dependencies = [
21395 "anyhow",
21396 "wit-parser 0.201.0",
21397]
21398
21399[[package]]
21400name = "wit-bindgen-core"
21401version = "0.41.0"
21402source = "registry+https://github.com/rust-lang/crates.io-index"
21403checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21404dependencies = [
21405 "anyhow",
21406 "heck 0.5.0",
21407 "wit-parser 0.227.1",
21408]
21409
21410[[package]]
21411name = "wit-bindgen-core"
21412version = "0.51.0"
21413source = "registry+https://github.com/rust-lang/crates.io-index"
21414checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21415dependencies = [
21416 "anyhow",
21417 "heck 0.5.0",
21418 "wit-parser 0.244.0",
21419]
21420
21421[[package]]
21422name = "wit-bindgen-rt"
21423version = "0.22.0"
21424source = "registry+https://github.com/rust-lang/crates.io-index"
21425checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21426
21427[[package]]
21428name = "wit-bindgen-rt"
21429version = "0.41.0"
21430source = "registry+https://github.com/rust-lang/crates.io-index"
21431checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21432dependencies = [
21433 "bitflags 2.10.0",
21434 "futures 0.3.32",
21435 "once_cell",
21436]
21437
21438[[package]]
21439name = "wit-bindgen-rust"
21440version = "0.22.0"
21441source = "registry+https://github.com/rust-lang/crates.io-index"
21442checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21443dependencies = [
21444 "anyhow",
21445 "heck 0.4.1",
21446 "indexmap",
21447 "wasm-metadata 0.201.0",
21448 "wit-bindgen-core 0.22.0",
21449 "wit-component 0.201.0",
21450]
21451
21452[[package]]
21453name = "wit-bindgen-rust"
21454version = "0.41.0"
21455source = "registry+https://github.com/rust-lang/crates.io-index"
21456checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21457dependencies = [
21458 "anyhow",
21459 "heck 0.5.0",
21460 "indexmap",
21461 "prettyplease",
21462 "syn 2.0.117",
21463 "wasm-metadata 0.227.1",
21464 "wit-bindgen-core 0.41.0",
21465 "wit-component 0.227.1",
21466]
21467
21468[[package]]
21469name = "wit-bindgen-rust"
21470version = "0.51.0"
21471source = "registry+https://github.com/rust-lang/crates.io-index"
21472checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21473dependencies = [
21474 "anyhow",
21475 "heck 0.5.0",
21476 "indexmap",
21477 "prettyplease",
21478 "syn 2.0.117",
21479 "wasm-metadata 0.244.0",
21480 "wit-bindgen-core 0.51.0",
21481 "wit-component 0.244.0",
21482]
21483
21484[[package]]
21485name = "wit-bindgen-rust-macro"
21486version = "0.22.0"
21487source = "registry+https://github.com/rust-lang/crates.io-index"
21488checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21489dependencies = [
21490 "anyhow",
21491 "proc-macro2",
21492 "quote",
21493 "syn 2.0.117",
21494 "wit-bindgen-core 0.22.0",
21495 "wit-bindgen-rust 0.22.0",
21496]
21497
21498[[package]]
21499name = "wit-bindgen-rust-macro"
21500version = "0.41.0"
21501source = "registry+https://github.com/rust-lang/crates.io-index"
21502checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21503dependencies = [
21504 "anyhow",
21505 "prettyplease",
21506 "proc-macro2",
21507 "quote",
21508 "syn 2.0.117",
21509 "wit-bindgen-core 0.41.0",
21510 "wit-bindgen-rust 0.41.0",
21511]
21512
21513[[package]]
21514name = "wit-bindgen-rust-macro"
21515version = "0.51.0"
21516source = "registry+https://github.com/rust-lang/crates.io-index"
21517checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21518dependencies = [
21519 "anyhow",
21520 "prettyplease",
21521 "proc-macro2",
21522 "quote",
21523 "syn 2.0.117",
21524 "wit-bindgen-core 0.51.0",
21525 "wit-bindgen-rust 0.51.0",
21526]
21527
21528[[package]]
21529name = "wit-component"
21530version = "0.201.0"
21531source = "registry+https://github.com/rust-lang/crates.io-index"
21532checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21533dependencies = [
21534 "anyhow",
21535 "bitflags 2.10.0",
21536 "indexmap",
21537 "log",
21538 "serde",
21539 "serde_derive",
21540 "serde_json",
21541 "wasm-encoder 0.201.0",
21542 "wasm-metadata 0.201.0",
21543 "wasmparser 0.201.0",
21544 "wit-parser 0.201.0",
21545]
21546
21547[[package]]
21548name = "wit-component"
21549version = "0.227.1"
21550source = "registry+https://github.com/rust-lang/crates.io-index"
21551checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21552dependencies = [
21553 "anyhow",
21554 "bitflags 2.10.0",
21555 "indexmap",
21556 "log",
21557 "serde",
21558 "serde_derive",
21559 "serde_json",
21560 "wasm-encoder 0.227.1",
21561 "wasm-metadata 0.227.1",
21562 "wasmparser 0.227.1",
21563 "wit-parser 0.227.1",
21564]
21565
21566[[package]]
21567name = "wit-component"
21568version = "0.244.0"
21569source = "registry+https://github.com/rust-lang/crates.io-index"
21570checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21571dependencies = [
21572 "anyhow",
21573 "bitflags 2.10.0",
21574 "indexmap",
21575 "log",
21576 "serde",
21577 "serde_derive",
21578 "serde_json",
21579 "wasm-encoder 0.244.0",
21580 "wasm-metadata 0.244.0",
21581 "wasmparser 0.244.0",
21582 "wit-parser 0.244.0",
21583]
21584
21585[[package]]
21586name = "wit-parser"
21587version = "0.201.0"
21588source = "registry+https://github.com/rust-lang/crates.io-index"
21589checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21590dependencies = [
21591 "anyhow",
21592 "id-arena",
21593 "indexmap",
21594 "log",
21595 "semver",
21596 "serde",
21597 "serde_derive",
21598 "serde_json",
21599 "unicode-xid",
21600 "wasmparser 0.201.0",
21601]
21602
21603[[package]]
21604name = "wit-parser"
21605version = "0.227.1"
21606source = "registry+https://github.com/rust-lang/crates.io-index"
21607checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21608dependencies = [
21609 "anyhow",
21610 "id-arena",
21611 "indexmap",
21612 "log",
21613 "semver",
21614 "serde",
21615 "serde_derive",
21616 "serde_json",
21617 "unicode-xid",
21618 "wasmparser 0.227.1",
21619]
21620
21621[[package]]
21622name = "wit-parser"
21623version = "0.236.1"
21624source = "registry+https://github.com/rust-lang/crates.io-index"
21625checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21626dependencies = [
21627 "anyhow",
21628 "id-arena",
21629 "indexmap",
21630 "log",
21631 "semver",
21632 "serde",
21633 "serde_derive",
21634 "serde_json",
21635 "unicode-xid",
21636 "wasmparser 0.236.1",
21637]
21638
21639[[package]]
21640name = "wit-parser"
21641version = "0.244.0"
21642source = "registry+https://github.com/rust-lang/crates.io-index"
21643checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21644dependencies = [
21645 "anyhow",
21646 "id-arena",
21647 "indexmap",
21648 "log",
21649 "semver",
21650 "serde",
21651 "serde_derive",
21652 "serde_json",
21653 "unicode-xid",
21654 "wasmparser 0.244.0",
21655]
21656
21657[[package]]
21658name = "witx"
21659version = "0.9.1"
21660source = "registry+https://github.com/rust-lang/crates.io-index"
21661checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21662dependencies = [
21663 "anyhow",
21664 "log",
21665 "thiserror 1.0.69",
21666 "wast",
21667]
21668
21669[[package]]
21670name = "workspace"
21671version = "0.1.0"
21672dependencies = [
21673 "agent_settings",
21674 "any_vec",
21675 "anyhow",
21676 "async-recursion",
21677 "chrono",
21678 "client",
21679 "clock",
21680 "collections",
21681 "component",
21682 "db",
21683 "feature_flags",
21684 "fs",
21685 "futures 0.3.32",
21686 "git",
21687 "gpui",
21688 "http_client",
21689 "itertools 0.14.0",
21690 "language",
21691 "log",
21692 "markdown",
21693 "menu",
21694 "node_runtime",
21695 "parking_lot",
21696 "postage",
21697 "pretty_assertions",
21698 "project",
21699 "remote",
21700 "schemars",
21701 "serde",
21702 "serde_json",
21703 "session",
21704 "settings",
21705 "smallvec",
21706 "sqlez",
21707 "strum 0.27.2",
21708 "task",
21709 "telemetry",
21710 "tempfile",
21711 "theme",
21712 "theme_settings",
21713 "ui",
21714 "util",
21715 "uuid",
21716 "vim_mode_setting",
21717 "windows 0.61.3",
21718 "zed_actions",
21719 "zlog",
21720]
21721
21722[[package]]
21723name = "worktree"
21724version = "0.1.0"
21725dependencies = [
21726 "anyhow",
21727 "async-lock 2.8.0",
21728 "chardetng",
21729 "clock",
21730 "collections",
21731 "encoding_rs",
21732 "fs",
21733 "futures 0.3.32",
21734 "fuzzy",
21735 "git",
21736 "gpui",
21737 "ignore",
21738 "language",
21739 "log",
21740 "parking_lot",
21741 "paths",
21742 "postage",
21743 "pretty_assertions",
21744 "rand 0.9.2",
21745 "rpc",
21746 "serde",
21747 "serde_json",
21748 "settings",
21749 "smallvec",
21750 "smol",
21751 "sum_tree",
21752 "text",
21753 "tracing",
21754 "util",
21755 "worktree",
21756 "zlog",
21757 "ztracing",
21758]
21759
21760[[package]]
21761name = "worktree_benchmarks"
21762version = "0.1.0"
21763dependencies = [
21764 "fs",
21765 "gpui_platform",
21766 "settings",
21767 "worktree",
21768]
21769
21770[[package]]
21771name = "wprcontrol"
21772version = "0.1.0"
21773source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21774dependencies = [
21775 "windows 0.61.3",
21776 "windows-bindgen",
21777 "windows-core 0.61.2",
21778 "windows-link 0.2.1",
21779]
21780
21781[[package]]
21782name = "writeable"
21783version = "0.6.1"
21784source = "registry+https://github.com/rust-lang/crates.io-index"
21785checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21786
21787[[package]]
21788name = "wyz"
21789version = "0.5.1"
21790source = "registry+https://github.com/rust-lang/crates.io-index"
21791checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21792dependencies = [
21793 "tap",
21794]
21795
21796[[package]]
21797name = "x11"
21798version = "2.21.0"
21799source = "registry+https://github.com/rust-lang/crates.io-index"
21800checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21801dependencies = [
21802 "libc",
21803 "pkg-config",
21804]
21805
21806[[package]]
21807name = "x11-clipboard"
21808version = "0.9.3"
21809source = "registry+https://github.com/rust-lang/crates.io-index"
21810checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21811dependencies = [
21812 "libc",
21813 "x11rb",
21814]
21815
21816[[package]]
21817name = "x11rb"
21818version = "0.13.2"
21819source = "registry+https://github.com/rust-lang/crates.io-index"
21820checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21821dependencies = [
21822 "as-raw-xcb-connection",
21823 "gethostname",
21824 "libc",
21825 "rustix 1.1.2",
21826 "x11rb-protocol",
21827 "xcursor",
21828]
21829
21830[[package]]
21831name = "x11rb-protocol"
21832version = "0.13.2"
21833source = "registry+https://github.com/rust-lang/crates.io-index"
21834checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21835
21836[[package]]
21837name = "x_ai"
21838version = "0.1.0"
21839dependencies = [
21840 "anyhow",
21841 "language_model_core",
21842 "schemars",
21843 "serde",
21844 "strum 0.27.2",
21845 "tiktoken-rs",
21846]
21847
21848[[package]]
21849name = "xattr"
21850version = "0.2.3"
21851source = "registry+https://github.com/rust-lang/crates.io-index"
21852checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21853dependencies = [
21854 "libc",
21855]
21856
21857[[package]]
21858name = "xcb"
21859version = "1.6.0"
21860source = "registry+https://github.com/rust-lang/crates.io-index"
21861checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21862dependencies = [
21863 "bitflags 1.3.2",
21864 "libc",
21865 "quick-xml 0.30.0",
21866 "x11",
21867]
21868
21869[[package]]
21870name = "xcursor"
21871version = "0.3.10"
21872source = "registry+https://github.com/rust-lang/crates.io-index"
21873checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21874
21875[[package]]
21876name = "xim-ctext"
21877version = "0.3.0"
21878source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21879dependencies = [
21880 "encoding_rs",
21881]
21882
21883[[package]]
21884name = "xim-parser"
21885version = "0.2.1"
21886source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21887dependencies = [
21888 "bitflags 2.10.0",
21889]
21890
21891[[package]]
21892name = "xkbcommon"
21893version = "0.8.0"
21894source = "registry+https://github.com/rust-lang/crates.io-index"
21895checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21896dependencies = [
21897 "as-raw-xcb-connection",
21898 "libc",
21899 "memmap2",
21900 "xkeysym",
21901]
21902
21903[[package]]
21904name = "xkeysym"
21905version = "0.2.1"
21906source = "registry+https://github.com/rust-lang/crates.io-index"
21907checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21908
21909[[package]]
21910name = "xml-rs"
21911version = "0.8.28"
21912source = "registry+https://github.com/rust-lang/crates.io-index"
21913checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21914
21915[[package]]
21916name = "xml5ever"
21917version = "0.18.1"
21918source = "registry+https://github.com/rust-lang/crates.io-index"
21919checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21920dependencies = [
21921 "log",
21922 "mac",
21923 "markup5ever 0.12.1",
21924]
21925
21926[[package]]
21927name = "xmlparser"
21928version = "0.13.6"
21929source = "registry+https://github.com/rust-lang/crates.io-index"
21930checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21931
21932[[package]]
21933name = "xmlwriter"
21934version = "0.1.0"
21935source = "registry+https://github.com/rust-lang/crates.io-index"
21936checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21937
21938[[package]]
21939name = "xtask"
21940version = "0.1.0"
21941dependencies = [
21942 "annotate-snippets",
21943 "anyhow",
21944 "backtrace",
21945 "cargo_metadata 0.19.2",
21946 "cargo_toml",
21947 "clap",
21948 "compliance",
21949 "gh-workflow",
21950 "indexmap",
21951 "indoc",
21952 "itertools 0.14.0",
21953 "regex",
21954 "serde",
21955 "serde_json",
21956 "serde_yaml",
21957 "strum 0.27.2",
21958 "tokio",
21959 "toml 0.8.23",
21960 "toml_edit 0.22.27",
21961]
21962
21963[[package]]
21964name = "yaml-rust2"
21965version = "0.8.1"
21966source = "registry+https://github.com/rust-lang/crates.io-index"
21967checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21968dependencies = [
21969 "arraydeque",
21970 "encoding_rs",
21971 "hashlink 0.8.4",
21972]
21973
21974[[package]]
21975name = "yansi"
21976version = "1.0.1"
21977source = "registry+https://github.com/rust-lang/crates.io-index"
21978checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21979
21980[[package]]
21981name = "yawc"
21982version = "0.2.5"
21983source = "registry+https://github.com/rust-lang/crates.io-index"
21984checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21985dependencies = [
21986 "base64 0.22.1",
21987 "bytes 1.11.1",
21988 "flate2",
21989 "futures 0.3.32",
21990 "http-body-util",
21991 "hyper 1.7.0",
21992 "hyper-util",
21993 "js-sys",
21994 "nom 8.0.0",
21995 "pin-project",
21996 "rand 0.8.5",
21997 "sha1",
21998 "thiserror 1.0.69",
21999 "tokio",
22000 "tokio-rustls 0.26.2",
22001 "tokio-util",
22002 "url",
22003 "wasm-bindgen",
22004 "wasm-bindgen-futures",
22005 "web-sys",
22006 "webpki-roots",
22007]
22008
22009[[package]]
22010name = "yazi"
22011version = "0.2.1"
22012source = "registry+https://github.com/rust-lang/crates.io-index"
22013checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22014
22015[[package]]
22016name = "yeslogic-fontconfig-sys"
22017version = "6.0.0"
22018source = "registry+https://github.com/rust-lang/crates.io-index"
22019checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22020dependencies = [
22021 "dlib",
22022 "once_cell",
22023 "pkg-config",
22024]
22025
22026[[package]]
22027name = "yoke"
22028version = "0.7.5"
22029source = "registry+https://github.com/rust-lang/crates.io-index"
22030checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22031dependencies = [
22032 "serde",
22033 "stable_deref_trait",
22034 "yoke-derive 0.7.5",
22035 "zerofrom",
22036]
22037
22038[[package]]
22039name = "yoke"
22040version = "0.8.0"
22041source = "registry+https://github.com/rust-lang/crates.io-index"
22042checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22043dependencies = [
22044 "serde",
22045 "stable_deref_trait",
22046 "yoke-derive 0.8.0",
22047 "zerofrom",
22048]
22049
22050[[package]]
22051name = "yoke-derive"
22052version = "0.7.5"
22053source = "registry+https://github.com/rust-lang/crates.io-index"
22054checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22055dependencies = [
22056 "proc-macro2",
22057 "quote",
22058 "syn 2.0.117",
22059 "synstructure",
22060]
22061
22062[[package]]
22063name = "yoke-derive"
22064version = "0.8.0"
22065source = "registry+https://github.com/rust-lang/crates.io-index"
22066checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22067dependencies = [
22068 "proc-macro2",
22069 "quote",
22070 "syn 2.0.117",
22071 "synstructure",
22072]
22073
22074[[package]]
22075name = "zbus"
22076version = "5.13.2"
22077source = "registry+https://github.com/rust-lang/crates.io-index"
22078checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22079dependencies = [
22080 "async-broadcast",
22081 "async-executor",
22082 "async-io",
22083 "async-lock 3.4.2",
22084 "async-process",
22085 "async-recursion",
22086 "async-task",
22087 "async-trait",
22088 "blocking",
22089 "enumflags2",
22090 "event-listener 5.4.1",
22091 "futures-core",
22092 "futures-lite 2.6.1",
22093 "hex",
22094 "libc",
22095 "ordered-stream",
22096 "rustix 1.1.2",
22097 "serde",
22098 "serde_repr",
22099 "tracing",
22100 "uds_windows",
22101 "uuid",
22102 "windows-sys 0.61.2",
22103 "winnow",
22104 "zbus_macros",
22105 "zbus_names",
22106 "zvariant",
22107]
22108
22109[[package]]
22110name = "zbus_macros"
22111version = "5.13.2"
22112source = "registry+https://github.com/rust-lang/crates.io-index"
22113checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22114dependencies = [
22115 "proc-macro-crate",
22116 "proc-macro2",
22117 "quote",
22118 "syn 2.0.117",
22119 "zbus_names",
22120 "zvariant",
22121 "zvariant_utils",
22122]
22123
22124[[package]]
22125name = "zbus_names"
22126version = "4.3.1"
22127source = "registry+https://github.com/rust-lang/crates.io-index"
22128checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22129dependencies = [
22130 "serde",
22131 "winnow",
22132 "zvariant",
22133]
22134
22135[[package]]
22136name = "zed"
22137version = "0.232.0"
22138dependencies = [
22139 "acp_thread",
22140 "acp_tools",
22141 "action_log",
22142 "activity_indicator",
22143 "agent",
22144 "agent-client-protocol",
22145 "agent_servers",
22146 "agent_settings",
22147 "agent_ui",
22148 "anyhow",
22149 "ashpd",
22150 "askpass",
22151 "assets",
22152 "audio",
22153 "auto_update",
22154 "auto_update_ui",
22155 "breadcrumbs",
22156 "call",
22157 "channel",
22158 "chrono",
22159 "clap",
22160 "cli",
22161 "client",
22162 "clock",
22163 "codestral",
22164 "collab_ui",
22165 "collections",
22166 "command_palette",
22167 "component",
22168 "component_preview",
22169 "copilot",
22170 "copilot_chat",
22171 "copilot_ui",
22172 "crashes",
22173 "csv_preview",
22174 "dap_adapters",
22175 "db",
22176 "debug_adapter_extension",
22177 "debugger_tools",
22178 "debugger_ui",
22179 "dev_container",
22180 "diagnostics",
22181 "edit_prediction",
22182 "edit_prediction_ui",
22183 "editor",
22184 "encoding_selector",
22185 "env_logger 0.11.8",
22186 "etw_tracing",
22187 "extension",
22188 "extension_host",
22189 "extensions_ui",
22190 "feature_flags",
22191 "feedback",
22192 "file_finder",
22193 "fs",
22194 "futures 0.3.32",
22195 "git",
22196 "git_graph",
22197 "git_hosting_providers",
22198 "git_ui",
22199 "go_to_line",
22200 "gpui",
22201 "gpui_platform",
22202 "gpui_tokio",
22203 "http_client",
22204 "image",
22205 "image_viewer",
22206 "inspector_ui",
22207 "install_cli",
22208 "itertools 0.14.0",
22209 "journal",
22210 "json_schema_store",
22211 "keymap_editor",
22212 "language",
22213 "language_extension",
22214 "language_model",
22215 "language_models",
22216 "language_onboarding",
22217 "language_selector",
22218 "language_tools",
22219 "languages",
22220 "line_ending_selector",
22221 "log",
22222 "markdown",
22223 "markdown_preview",
22224 "menu",
22225 "migrator",
22226 "mimalloc",
22227 "miniprofiler_ui",
22228 "nc",
22229 "node_runtime",
22230 "notifications",
22231 "onboarding",
22232 "outline",
22233 "outline_panel",
22234 "parking_lot",
22235 "paths",
22236 "picker",
22237 "pkg-config",
22238 "pretty_assertions",
22239 "profiling",
22240 "project",
22241 "project_panel",
22242 "project_symbols",
22243 "prompt_store",
22244 "proto",
22245 "rayon",
22246 "recent_projects",
22247 "release_channel",
22248 "remote",
22249 "repl",
22250 "reqwest_client",
22251 "rope",
22252 "search",
22253 "semver",
22254 "serde",
22255 "serde_json",
22256 "session",
22257 "settings",
22258 "settings_profile_selector",
22259 "settings_ui",
22260 "shellexpand 2.1.2",
22261 "sidebar",
22262 "smol",
22263 "snippet_provider",
22264 "snippets_ui",
22265 "svg_preview",
22266 "sysinfo 0.37.2",
22267 "system_specs",
22268 "tab_switcher",
22269 "task",
22270 "tasks_ui",
22271 "telemetry",
22272 "telemetry_events",
22273 "tempfile",
22274 "terminal_view",
22275 "theme",
22276 "theme_extension",
22277 "theme_selector",
22278 "theme_settings",
22279 "time",
22280 "time_format",
22281 "title_bar",
22282 "toolchain_selector",
22283 "tracing",
22284 "ui",
22285 "ui_prompt",
22286 "url",
22287 "urlencoding",
22288 "util",
22289 "uuid",
22290 "vim",
22291 "vim_mode_setting",
22292 "watch",
22293 "web_search",
22294 "web_search_providers",
22295 "which_key",
22296 "windows 0.61.3",
22297 "winresource",
22298 "workspace",
22299 "zed-reqwest",
22300 "zed_actions",
22301 "zed_env_vars",
22302 "zlog",
22303 "zlog_settings",
22304 "ztracing",
22305]
22306
22307[[package]]
22308name = "zed-font-kit"
22309version = "0.14.1-zed"
22310source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22311dependencies = [
22312 "bitflags 2.10.0",
22313 "byteorder",
22314 "core-foundation 0.10.0",
22315 "core-graphics 0.24.0",
22316 "core-text",
22317 "dirs 5.0.1",
22318 "dwrote",
22319 "float-ord",
22320 "freetype-sys",
22321 "lazy_static",
22322 "libc",
22323 "log",
22324 "pathfinder_geometry",
22325 "pathfinder_simd",
22326 "walkdir",
22327 "winapi",
22328 "yeslogic-fontconfig-sys",
22329]
22330
22331[[package]]
22332name = "zed-reqwest"
22333version = "0.12.15-zed"
22334source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22335dependencies = [
22336 "base64 0.22.1",
22337 "bytes 1.11.1",
22338 "encoding_rs",
22339 "futures-core",
22340 "futures-util",
22341 "h2 0.4.12",
22342 "http 1.3.1",
22343 "http-body 1.0.1",
22344 "http-body-util",
22345 "hyper 1.7.0",
22346 "hyper-rustls 0.27.7",
22347 "hyper-util",
22348 "ipnet",
22349 "js-sys",
22350 "log",
22351 "mime",
22352 "mime_guess",
22353 "once_cell",
22354 "percent-encoding",
22355 "pin-project-lite",
22356 "quinn",
22357 "rustls 0.23.33",
22358 "rustls-native-certs 0.8.2",
22359 "rustls-pemfile 2.2.0",
22360 "rustls-pki-types",
22361 "serde",
22362 "serde_json",
22363 "serde_urlencoded",
22364 "sync_wrapper 1.0.2",
22365 "system-configuration 0.6.1",
22366 "tokio",
22367 "tokio-rustls 0.26.2",
22368 "tokio-socks",
22369 "tokio-util",
22370 "tower 0.5.2",
22371 "tower-service",
22372 "url",
22373 "wasm-bindgen",
22374 "wasm-bindgen-futures",
22375 "wasm-streams",
22376 "web-sys",
22377 "windows-registry 0.4.0",
22378]
22379
22380[[package]]
22381name = "zed-scap"
22382version = "0.0.8-zed"
22383source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22384dependencies = [
22385 "anyhow",
22386 "cocoa 0.25.0",
22387 "core-graphics-helmer-fork",
22388 "log",
22389 "objc",
22390 "rand 0.8.5",
22391 "screencapturekit",
22392 "screencapturekit-sys",
22393 "sysinfo 0.31.4",
22394 "tao-core-video-sys",
22395 "windows 0.61.3",
22396 "windows-capture",
22397 "x11",
22398 "xcb",
22399]
22400
22401[[package]]
22402name = "zed-xim"
22403version = "0.4.0-zed"
22404source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22405dependencies = [
22406 "ahash 0.8.12",
22407 "hashbrown 0.14.5",
22408 "log",
22409 "x11rb",
22410 "xim-ctext",
22411 "xim-parser",
22412]
22413
22414[[package]]
22415name = "zed_actions"
22416version = "0.1.0"
22417dependencies = [
22418 "gpui",
22419 "schemars",
22420 "serde",
22421 "util",
22422 "uuid",
22423]
22424
22425[[package]]
22426name = "zed_credentials_provider"
22427version = "0.1.0"
22428dependencies = [
22429 "anyhow",
22430 "credentials_provider",
22431 "futures 0.3.32",
22432 "gpui",
22433 "paths",
22434 "release_channel",
22435 "serde",
22436 "serde_json",
22437]
22438
22439[[package]]
22440name = "zed_env_vars"
22441version = "0.1.0"
22442dependencies = [
22443 "env_var",
22444]
22445
22446[[package]]
22447name = "zed_extension_api"
22448version = "0.1.0"
22449source = "registry+https://github.com/rust-lang/crates.io-index"
22450checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22451dependencies = [
22452 "serde",
22453 "serde_json",
22454 "wit-bindgen 0.22.0",
22455]
22456
22457[[package]]
22458name = "zed_extension_api"
22459version = "0.7.0"
22460source = "registry+https://github.com/rust-lang/crates.io-index"
22461checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22462dependencies = [
22463 "serde",
22464 "serde_json",
22465 "wit-bindgen 0.41.0",
22466]
22467
22468[[package]]
22469name = "zed_extension_api"
22470version = "0.8.0"
22471dependencies = [
22472 "serde",
22473 "serde_json",
22474 "wit-bindgen 0.41.0",
22475]
22476
22477[[package]]
22478name = "zed_glsl"
22479version = "0.2.3"
22480dependencies = [
22481 "zed_extension_api 0.1.0",
22482]
22483
22484[[package]]
22485name = "zed_html"
22486version = "0.3.1"
22487dependencies = [
22488 "zed_extension_api 0.7.0",
22489]
22490
22491[[package]]
22492name = "zed_proto"
22493version = "0.3.2"
22494dependencies = [
22495 "zed_extension_api 0.7.0",
22496]
22497
22498[[package]]
22499name = "zed_test_extension"
22500version = "0.1.0"
22501dependencies = [
22502 "zed_extension_api 0.8.0",
22503]
22504
22505[[package]]
22506name = "zeno"
22507version = "0.3.3"
22508source = "registry+https://github.com/rust-lang/crates.io-index"
22509checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22510
22511[[package]]
22512name = "zerocopy"
22513version = "0.8.27"
22514source = "registry+https://github.com/rust-lang/crates.io-index"
22515checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22516dependencies = [
22517 "zerocopy-derive",
22518]
22519
22520[[package]]
22521name = "zerocopy-derive"
22522version = "0.8.27"
22523source = "registry+https://github.com/rust-lang/crates.io-index"
22524checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22525dependencies = [
22526 "proc-macro2",
22527 "quote",
22528 "syn 2.0.117",
22529]
22530
22531[[package]]
22532name = "zerofrom"
22533version = "0.1.6"
22534source = "registry+https://github.com/rust-lang/crates.io-index"
22535checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22536dependencies = [
22537 "zerofrom-derive",
22538]
22539
22540[[package]]
22541name = "zerofrom-derive"
22542version = "0.1.6"
22543source = "registry+https://github.com/rust-lang/crates.io-index"
22544checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22545dependencies = [
22546 "proc-macro2",
22547 "quote",
22548 "syn 2.0.117",
22549 "synstructure",
22550]
22551
22552[[package]]
22553name = "zeroize"
22554version = "1.8.2"
22555source = "registry+https://github.com/rust-lang/crates.io-index"
22556checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22557dependencies = [
22558 "zeroize_derive",
22559]
22560
22561[[package]]
22562name = "zeroize_derive"
22563version = "1.4.2"
22564source = "registry+https://github.com/rust-lang/crates.io-index"
22565checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22566dependencies = [
22567 "proc-macro2",
22568 "quote",
22569 "syn 2.0.117",
22570]
22571
22572[[package]]
22573name = "zeromq"
22574version = "0.5.0"
22575source = "registry+https://github.com/rust-lang/crates.io-index"
22576checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22577dependencies = [
22578 "async-dispatcher",
22579 "async-std",
22580 "async-trait",
22581 "asynchronous-codec",
22582 "bytes 1.11.1",
22583 "crossbeam-queue",
22584 "futures 0.3.32",
22585 "log",
22586 "num-traits",
22587 "once_cell",
22588 "parking_lot",
22589 "rand 0.9.2",
22590 "regex",
22591 "scc",
22592 "thiserror 1.0.69",
22593 "uuid",
22594]
22595
22596[[package]]
22597name = "zerotrie"
22598version = "0.2.2"
22599source = "registry+https://github.com/rust-lang/crates.io-index"
22600checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22601dependencies = [
22602 "displaydoc",
22603 "yoke 0.8.0",
22604 "zerofrom",
22605]
22606
22607[[package]]
22608name = "zerovec"
22609version = "0.11.4"
22610source = "registry+https://github.com/rust-lang/crates.io-index"
22611checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22612dependencies = [
22613 "yoke 0.8.0",
22614 "zerofrom",
22615 "zerovec-derive",
22616]
22617
22618[[package]]
22619name = "zerovec-derive"
22620version = "0.11.1"
22621source = "registry+https://github.com/rust-lang/crates.io-index"
22622checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22623dependencies = [
22624 "proc-macro2",
22625 "quote",
22626 "syn 2.0.117",
22627]
22628
22629[[package]]
22630name = "zeta_prompt"
22631version = "0.1.0"
22632dependencies = [
22633 "anyhow",
22634 "imara-diff",
22635 "indoc",
22636 "serde",
22637 "strum 0.27.2",
22638]
22639
22640[[package]]
22641name = "zip"
22642version = "0.6.6"
22643source = "registry+https://github.com/rust-lang/crates.io-index"
22644checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22645dependencies = [
22646 "aes",
22647 "byteorder",
22648 "bzip2 0.4.4",
22649 "constant_time_eq",
22650 "crc32fast",
22651 "crossbeam-utils",
22652 "flate2",
22653 "hmac",
22654 "pbkdf2 0.11.0",
22655 "sha1",
22656 "time",
22657 "zstd",
22658]
22659
22660[[package]]
22661name = "zip"
22662version = "1.1.4"
22663source = "registry+https://github.com/rust-lang/crates.io-index"
22664checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22665dependencies = [
22666 "arbitrary",
22667 "crc32fast",
22668 "crossbeam-utils",
22669 "displaydoc",
22670 "indexmap",
22671 "num_enum",
22672 "thiserror 1.0.69",
22673]
22674
22675[[package]]
22676name = "zlog"
22677version = "0.1.0"
22678dependencies = [
22679 "anyhow",
22680 "chrono",
22681 "collections",
22682 "log",
22683 "tempfile",
22684]
22685
22686[[package]]
22687name = "zlog_settings"
22688version = "0.1.0"
22689dependencies = [
22690 "collections",
22691 "gpui",
22692 "settings",
22693 "zlog",
22694]
22695
22696[[package]]
22697name = "zstd"
22698version = "0.11.2+zstd.1.5.2"
22699source = "registry+https://github.com/rust-lang/crates.io-index"
22700checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22701dependencies = [
22702 "zstd-safe",
22703]
22704
22705[[package]]
22706name = "zstd-safe"
22707version = "5.0.2+zstd.1.5.2"
22708source = "registry+https://github.com/rust-lang/crates.io-index"
22709checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22710dependencies = [
22711 "libc",
22712 "zstd-sys",
22713]
22714
22715[[package]]
22716name = "zstd-sys"
22717version = "2.0.16+zstd.1.5.7"
22718source = "registry+https://github.com/rust-lang/crates.io-index"
22719checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22720dependencies = [
22721 "cc",
22722 "pkg-config",
22723]
22724
22725[[package]]
22726name = "ztracing"
22727version = "0.1.0"
22728dependencies = [
22729 "tracing",
22730 "tracing-subscriber",
22731 "tracing-tracy",
22732 "tracy-client",
22733 "zlog",
22734 "ztracing_macro",
22735]
22736
22737[[package]]
22738name = "ztracing_macro"
22739version = "0.1.0"
22740
22741[[package]]
22742name = "zune-core"
22743version = "0.4.12"
22744source = "registry+https://github.com/rust-lang/crates.io-index"
22745checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22746
22747[[package]]
22748name = "zune-inflate"
22749version = "0.2.54"
22750source = "registry+https://github.com/rust-lang/crates.io-index"
22751checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22752dependencies = [
22753 "simd-adler32",
22754]
22755
22756[[package]]
22757name = "zune-jpeg"
22758version = "0.4.21"
22759source = "registry+https://github.com/rust-lang/crates.io-index"
22760checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22761dependencies = [
22762 "zune-core",
22763]
22764
22765[[package]]
22766name = "zvariant"
22767version = "5.9.2"
22768source = "registry+https://github.com/rust-lang/crates.io-index"
22769checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22770dependencies = [
22771 "endi",
22772 "enumflags2",
22773 "serde",
22774 "serde_bytes",
22775 "winnow",
22776 "zvariant_derive",
22777 "zvariant_utils",
22778]
22779
22780[[package]]
22781name = "zvariant_derive"
22782version = "5.9.2"
22783source = "registry+https://github.com/rust-lang/crates.io-index"
22784checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22785dependencies = [
22786 "proc-macro-crate",
22787 "proc-macro2",
22788 "quote",
22789 "syn 2.0.117",
22790 "zvariant_utils",
22791]
22792
22793[[package]]
22794name = "zvariant_utils"
22795version = "3.3.0"
22796source = "registry+https://github.com/rust-lang/crates.io-index"
22797checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22798dependencies = [
22799 "proc-macro2",
22800 "quote",
22801 "serde",
22802 "syn 2.0.117",
22803 "winnow",
22804]