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 "agent_settings",
 1237 "anyhow",
 1238 "auto_update",
 1239 "client",
 1240 "db",
 1241 "editor",
 1242 "fs",
 1243 "gpui",
 1244 "markdown_preview",
 1245 "release_channel",
 1246 "semver",
 1247 "serde",
 1248 "serde_json",
 1249 "smol",
 1250 "telemetry",
 1251 "ui",
 1252 "util",
 1253 "workspace",
 1254 "zed_actions",
 1255]
 1256
 1257[[package]]
 1258name = "autocfg"
 1259version = "1.5.0"
 1260source = "registry+https://github.com/rust-lang/crates.io-index"
 1261checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1262
 1263[[package]]
 1264name = "av1-grain"
 1265version = "0.2.4"
 1266source = "registry+https://github.com/rust-lang/crates.io-index"
 1267checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1268dependencies = [
 1269 "anyhow",
 1270 "arrayvec",
 1271 "log",
 1272 "nom 7.1.3",
 1273 "num-rational",
 1274 "v_frame",
 1275]
 1276
 1277[[package]]
 1278name = "avif-serialize"
 1279version = "0.8.6"
 1280source = "registry+https://github.com/rust-lang/crates.io-index"
 1281checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1282dependencies = [
 1283 "arrayvec",
 1284]
 1285
 1286[[package]]
 1287name = "aws-config"
 1288version = "1.8.10"
 1289source = "registry+https://github.com/rust-lang/crates.io-index"
 1290checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1291dependencies = [
 1292 "aws-credential-types",
 1293 "aws-runtime",
 1294 "aws-sdk-sso",
 1295 "aws-sdk-ssooidc",
 1296 "aws-sdk-sts",
 1297 "aws-smithy-async",
 1298 "aws-smithy-http",
 1299 "aws-smithy-json",
 1300 "aws-smithy-runtime",
 1301 "aws-smithy-runtime-api",
 1302 "aws-smithy-types",
 1303 "aws-types",
 1304 "bytes 1.11.1",
 1305 "fastrand 2.3.0",
 1306 "hex",
 1307 "http 1.3.1",
 1308 "ring",
 1309 "time",
 1310 "tokio",
 1311 "tracing",
 1312 "url",
 1313 "zeroize",
 1314]
 1315
 1316[[package]]
 1317name = "aws-credential-types"
 1318version = "1.2.10"
 1319source = "registry+https://github.com/rust-lang/crates.io-index"
 1320checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1321dependencies = [
 1322 "aws-smithy-async",
 1323 "aws-smithy-runtime-api",
 1324 "aws-smithy-types",
 1325 "zeroize",
 1326]
 1327
 1328[[package]]
 1329name = "aws-lc-rs"
 1330version = "1.15.4"
 1331source = "registry+https://github.com/rust-lang/crates.io-index"
 1332checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1333dependencies = [
 1334 "aws-lc-sys",
 1335 "untrusted 0.7.1",
 1336 "zeroize",
 1337]
 1338
 1339[[package]]
 1340name = "aws-lc-sys"
 1341version = "0.37.0"
 1342source = "registry+https://github.com/rust-lang/crates.io-index"
 1343checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1344dependencies = [
 1345 "cc",
 1346 "cmake",
 1347 "dunce",
 1348 "fs_extra",
 1349]
 1350
 1351[[package]]
 1352name = "aws-runtime"
 1353version = "1.5.16"
 1354source = "registry+https://github.com/rust-lang/crates.io-index"
 1355checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1356dependencies = [
 1357 "aws-credential-types",
 1358 "aws-sigv4",
 1359 "aws-smithy-async",
 1360 "aws-smithy-eventstream",
 1361 "aws-smithy-http",
 1362 "aws-smithy-runtime",
 1363 "aws-smithy-runtime-api",
 1364 "aws-smithy-types",
 1365 "aws-types",
 1366 "bytes 1.11.1",
 1367 "fastrand 2.3.0",
 1368 "http 0.2.12",
 1369 "http-body 0.4.6",
 1370 "percent-encoding",
 1371 "pin-project-lite",
 1372 "tracing",
 1373 "uuid",
 1374]
 1375
 1376[[package]]
 1377name = "aws-sdk-bedrockruntime"
 1378version = "1.113.0"
 1379source = "registry+https://github.com/rust-lang/crates.io-index"
 1380checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1381dependencies = [
 1382 "aws-credential-types",
 1383 "aws-runtime",
 1384 "aws-sigv4",
 1385 "aws-smithy-async",
 1386 "aws-smithy-eventstream",
 1387 "aws-smithy-http",
 1388 "aws-smithy-json",
 1389 "aws-smithy-runtime",
 1390 "aws-smithy-runtime-api",
 1391 "aws-smithy-types",
 1392 "aws-types",
 1393 "bytes 1.11.1",
 1394 "fastrand 2.3.0",
 1395 "http 0.2.12",
 1396 "hyper 0.14.32",
 1397 "regex-lite",
 1398 "tracing",
 1399]
 1400
 1401[[package]]
 1402name = "aws-sdk-kinesis"
 1403version = "1.95.0"
 1404source = "registry+https://github.com/rust-lang/crates.io-index"
 1405checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1406dependencies = [
 1407 "aws-credential-types",
 1408 "aws-runtime",
 1409 "aws-smithy-async",
 1410 "aws-smithy-eventstream",
 1411 "aws-smithy-http",
 1412 "aws-smithy-json",
 1413 "aws-smithy-runtime",
 1414 "aws-smithy-runtime-api",
 1415 "aws-smithy-types",
 1416 "aws-types",
 1417 "bytes 1.11.1",
 1418 "fastrand 2.3.0",
 1419 "http 0.2.12",
 1420 "regex-lite",
 1421 "tracing",
 1422]
 1423
 1424[[package]]
 1425name = "aws-sdk-s3"
 1426version = "1.112.0"
 1427source = "registry+https://github.com/rust-lang/crates.io-index"
 1428checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1429dependencies = [
 1430 "aws-credential-types",
 1431 "aws-runtime",
 1432 "aws-sigv4",
 1433 "aws-smithy-async",
 1434 "aws-smithy-checksums",
 1435 "aws-smithy-eventstream",
 1436 "aws-smithy-http",
 1437 "aws-smithy-json",
 1438 "aws-smithy-runtime",
 1439 "aws-smithy-runtime-api",
 1440 "aws-smithy-types",
 1441 "aws-smithy-xml",
 1442 "aws-types",
 1443 "bytes 1.11.1",
 1444 "fastrand 2.3.0",
 1445 "hex",
 1446 "hmac",
 1447 "http 0.2.12",
 1448 "http 1.3.1",
 1449 "http-body 0.4.6",
 1450 "lru",
 1451 "percent-encoding",
 1452 "regex-lite",
 1453 "sha2",
 1454 "tracing",
 1455 "url",
 1456]
 1457
 1458[[package]]
 1459name = "aws-sdk-sso"
 1460version = "1.88.0"
 1461source = "registry+https://github.com/rust-lang/crates.io-index"
 1462checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1463dependencies = [
 1464 "aws-credential-types",
 1465 "aws-runtime",
 1466 "aws-smithy-async",
 1467 "aws-smithy-http",
 1468 "aws-smithy-json",
 1469 "aws-smithy-runtime",
 1470 "aws-smithy-runtime-api",
 1471 "aws-smithy-types",
 1472 "aws-types",
 1473 "bytes 1.11.1",
 1474 "fastrand 2.3.0",
 1475 "http 0.2.12",
 1476 "regex-lite",
 1477 "tracing",
 1478]
 1479
 1480[[package]]
 1481name = "aws-sdk-ssooidc"
 1482version = "1.90.0"
 1483source = "registry+https://github.com/rust-lang/crates.io-index"
 1484checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1485dependencies = [
 1486 "aws-credential-types",
 1487 "aws-runtime",
 1488 "aws-smithy-async",
 1489 "aws-smithy-http",
 1490 "aws-smithy-json",
 1491 "aws-smithy-runtime",
 1492 "aws-smithy-runtime-api",
 1493 "aws-smithy-types",
 1494 "aws-types",
 1495 "bytes 1.11.1",
 1496 "fastrand 2.3.0",
 1497 "http 0.2.12",
 1498 "regex-lite",
 1499 "tracing",
 1500]
 1501
 1502[[package]]
 1503name = "aws-sdk-sts"
 1504version = "1.90.0"
 1505source = "registry+https://github.com/rust-lang/crates.io-index"
 1506checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1507dependencies = [
 1508 "aws-credential-types",
 1509 "aws-runtime",
 1510 "aws-smithy-async",
 1511 "aws-smithy-http",
 1512 "aws-smithy-json",
 1513 "aws-smithy-query",
 1514 "aws-smithy-runtime",
 1515 "aws-smithy-runtime-api",
 1516 "aws-smithy-types",
 1517 "aws-smithy-xml",
 1518 "aws-types",
 1519 "fastrand 2.3.0",
 1520 "http 0.2.12",
 1521 "regex-lite",
 1522 "tracing",
 1523]
 1524
 1525[[package]]
 1526name = "aws-sigv4"
 1527version = "1.3.6"
 1528source = "registry+https://github.com/rust-lang/crates.io-index"
 1529checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1530dependencies = [
 1531 "aws-credential-types",
 1532 "aws-smithy-eventstream",
 1533 "aws-smithy-http",
 1534 "aws-smithy-runtime-api",
 1535 "aws-smithy-types",
 1536 "bytes 1.11.1",
 1537 "crypto-bigint 0.5.5",
 1538 "form_urlencoded",
 1539 "hex",
 1540 "hmac",
 1541 "http 0.2.12",
 1542 "http 1.3.1",
 1543 "p256",
 1544 "percent-encoding",
 1545 "ring",
 1546 "sha2",
 1547 "subtle",
 1548 "time",
 1549 "tracing",
 1550 "zeroize",
 1551]
 1552
 1553[[package]]
 1554name = "aws-smithy-async"
 1555version = "1.2.6"
 1556source = "registry+https://github.com/rust-lang/crates.io-index"
 1557checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1558dependencies = [
 1559 "futures-util",
 1560 "pin-project-lite",
 1561 "tokio",
 1562]
 1563
 1564[[package]]
 1565name = "aws-smithy-checksums"
 1566version = "0.63.11"
 1567source = "registry+https://github.com/rust-lang/crates.io-index"
 1568checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1569dependencies = [
 1570 "aws-smithy-http",
 1571 "aws-smithy-types",
 1572 "bytes 1.11.1",
 1573 "crc-fast",
 1574 "hex",
 1575 "http 0.2.12",
 1576 "http-body 0.4.6",
 1577 "md-5",
 1578 "pin-project-lite",
 1579 "sha1",
 1580 "sha2",
 1581 "tracing",
 1582]
 1583
 1584[[package]]
 1585name = "aws-smithy-eventstream"
 1586version = "0.60.13"
 1587source = "registry+https://github.com/rust-lang/crates.io-index"
 1588checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1589dependencies = [
 1590 "aws-smithy-types",
 1591 "bytes 1.11.1",
 1592 "crc32fast",
 1593]
 1594
 1595[[package]]
 1596name = "aws-smithy-http"
 1597version = "0.62.5"
 1598source = "registry+https://github.com/rust-lang/crates.io-index"
 1599checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1600dependencies = [
 1601 "aws-smithy-eventstream",
 1602 "aws-smithy-runtime-api",
 1603 "aws-smithy-types",
 1604 "bytes 1.11.1",
 1605 "bytes-utils",
 1606 "futures-core",
 1607 "futures-util",
 1608 "http 0.2.12",
 1609 "http 1.3.1",
 1610 "http-body 0.4.6",
 1611 "percent-encoding",
 1612 "pin-project-lite",
 1613 "pin-utils",
 1614 "tracing",
 1615]
 1616
 1617[[package]]
 1618name = "aws-smithy-http-client"
 1619version = "1.1.4"
 1620source = "registry+https://github.com/rust-lang/crates.io-index"
 1621checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1622dependencies = [
 1623 "aws-smithy-async",
 1624 "aws-smithy-runtime-api",
 1625 "aws-smithy-types",
 1626 "h2 0.3.27",
 1627 "h2 0.4.12",
 1628 "http 0.2.12",
 1629 "http 1.3.1",
 1630 "http-body 0.4.6",
 1631 "hyper 0.14.32",
 1632 "hyper 1.7.0",
 1633 "hyper-rustls 0.24.2",
 1634 "hyper-rustls 0.27.7",
 1635 "hyper-util",
 1636 "pin-project-lite",
 1637 "rustls 0.21.12",
 1638 "rustls 0.23.33",
 1639 "rustls-native-certs 0.8.2",
 1640 "rustls-pki-types",
 1641 "tokio",
 1642 "tokio-rustls 0.26.2",
 1643 "tower 0.5.2",
 1644 "tracing",
 1645]
 1646
 1647[[package]]
 1648name = "aws-smithy-json"
 1649version = "0.61.7"
 1650source = "registry+https://github.com/rust-lang/crates.io-index"
 1651checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1652dependencies = [
 1653 "aws-smithy-types",
 1654]
 1655
 1656[[package]]
 1657name = "aws-smithy-observability"
 1658version = "0.1.4"
 1659source = "registry+https://github.com/rust-lang/crates.io-index"
 1660checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1661dependencies = [
 1662 "aws-smithy-runtime-api",
 1663]
 1664
 1665[[package]]
 1666name = "aws-smithy-query"
 1667version = "0.60.8"
 1668source = "registry+https://github.com/rust-lang/crates.io-index"
 1669checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1670dependencies = [
 1671 "aws-smithy-types",
 1672 "urlencoding",
 1673]
 1674
 1675[[package]]
 1676name = "aws-smithy-runtime"
 1677version = "1.9.4"
 1678source = "registry+https://github.com/rust-lang/crates.io-index"
 1679checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1680dependencies = [
 1681 "aws-smithy-async",
 1682 "aws-smithy-http",
 1683 "aws-smithy-http-client",
 1684 "aws-smithy-observability",
 1685 "aws-smithy-runtime-api",
 1686 "aws-smithy-types",
 1687 "bytes 1.11.1",
 1688 "fastrand 2.3.0",
 1689 "http 0.2.12",
 1690 "http 1.3.1",
 1691 "http-body 0.4.6",
 1692 "http-body 1.0.1",
 1693 "pin-project-lite",
 1694 "pin-utils",
 1695 "tokio",
 1696 "tracing",
 1697]
 1698
 1699[[package]]
 1700name = "aws-smithy-runtime-api"
 1701version = "1.9.2"
 1702source = "registry+https://github.com/rust-lang/crates.io-index"
 1703checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1704dependencies = [
 1705 "aws-smithy-async",
 1706 "aws-smithy-types",
 1707 "bytes 1.11.1",
 1708 "http 0.2.12",
 1709 "http 1.3.1",
 1710 "pin-project-lite",
 1711 "tokio",
 1712 "tracing",
 1713 "zeroize",
 1714]
 1715
 1716[[package]]
 1717name = "aws-smithy-types"
 1718version = "1.3.4"
 1719source = "registry+https://github.com/rust-lang/crates.io-index"
 1720checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1721dependencies = [
 1722 "base64-simd",
 1723 "bytes 1.11.1",
 1724 "bytes-utils",
 1725 "futures-core",
 1726 "http 0.2.12",
 1727 "http 1.3.1",
 1728 "http-body 0.4.6",
 1729 "http-body 1.0.1",
 1730 "http-body-util",
 1731 "itoa",
 1732 "num-integer",
 1733 "pin-project-lite",
 1734 "pin-utils",
 1735 "ryu",
 1736 "serde",
 1737 "time",
 1738 "tokio",
 1739 "tokio-util",
 1740]
 1741
 1742[[package]]
 1743name = "aws-smithy-xml"
 1744version = "0.60.12"
 1745source = "registry+https://github.com/rust-lang/crates.io-index"
 1746checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1747dependencies = [
 1748 "xmlparser",
 1749]
 1750
 1751[[package]]
 1752name = "aws-types"
 1753version = "1.3.10"
 1754source = "registry+https://github.com/rust-lang/crates.io-index"
 1755checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1756dependencies = [
 1757 "aws-credential-types",
 1758 "aws-smithy-async",
 1759 "aws-smithy-runtime-api",
 1760 "aws-smithy-types",
 1761 "rustc_version",
 1762 "tracing",
 1763]
 1764
 1765[[package]]
 1766name = "aws_http_client"
 1767version = "0.1.0"
 1768dependencies = [
 1769 "aws-smithy-runtime-api",
 1770 "aws-smithy-types",
 1771 "http_client",
 1772]
 1773
 1774[[package]]
 1775name = "axum"
 1776version = "0.6.20"
 1777source = "registry+https://github.com/rust-lang/crates.io-index"
 1778checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1779dependencies = [
 1780 "async-trait",
 1781 "axum-core",
 1782 "base64 0.21.7",
 1783 "bitflags 1.3.2",
 1784 "bytes 1.11.1",
 1785 "futures-util",
 1786 "headers",
 1787 "http 0.2.12",
 1788 "http-body 0.4.6",
 1789 "hyper 0.14.32",
 1790 "itoa",
 1791 "matchit",
 1792 "memchr",
 1793 "mime",
 1794 "percent-encoding",
 1795 "pin-project-lite",
 1796 "rustversion",
 1797 "serde",
 1798 "serde_json",
 1799 "serde_path_to_error",
 1800 "serde_urlencoded",
 1801 "sha1",
 1802 "sync_wrapper 0.1.2",
 1803 "tokio",
 1804 "tokio-tungstenite 0.20.1",
 1805 "tower 0.4.13",
 1806 "tower-layer",
 1807 "tower-service",
 1808]
 1809
 1810[[package]]
 1811name = "axum-core"
 1812version = "0.3.4"
 1813source = "registry+https://github.com/rust-lang/crates.io-index"
 1814checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1815dependencies = [
 1816 "async-trait",
 1817 "bytes 1.11.1",
 1818 "futures-util",
 1819 "http 0.2.12",
 1820 "http-body 0.4.6",
 1821 "mime",
 1822 "rustversion",
 1823 "tower-layer",
 1824 "tower-service",
 1825]
 1826
 1827[[package]]
 1828name = "backtrace"
 1829version = "0.3.76"
 1830source = "registry+https://github.com/rust-lang/crates.io-index"
 1831checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1832dependencies = [
 1833 "addr2line",
 1834 "cfg-if",
 1835 "libc",
 1836 "miniz_oxide",
 1837 "object",
 1838 "rustc-demangle",
 1839 "windows-link 0.2.1",
 1840]
 1841
 1842[[package]]
 1843name = "base16ct"
 1844version = "0.1.1"
 1845source = "registry+https://github.com/rust-lang/crates.io-index"
 1846checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1847
 1848[[package]]
 1849name = "base64"
 1850version = "0.21.7"
 1851source = "registry+https://github.com/rust-lang/crates.io-index"
 1852checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1853
 1854[[package]]
 1855name = "base64"
 1856version = "0.22.1"
 1857source = "registry+https://github.com/rust-lang/crates.io-index"
 1858checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1859
 1860[[package]]
 1861name = "base64-simd"
 1862version = "0.8.0"
 1863source = "registry+https://github.com/rust-lang/crates.io-index"
 1864checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1865dependencies = [
 1866 "outref",
 1867 "vsimd",
 1868]
 1869
 1870[[package]]
 1871name = "base64ct"
 1872version = "1.8.0"
 1873source = "registry+https://github.com/rust-lang/crates.io-index"
 1874checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1875
 1876[[package]]
 1877name = "bedrock"
 1878version = "0.1.0"
 1879dependencies = [
 1880 "anyhow",
 1881 "aws-sdk-bedrockruntime",
 1882 "aws-smithy-types",
 1883 "futures 0.3.32",
 1884 "schemars",
 1885 "serde",
 1886 "serde_json",
 1887 "strum 0.27.2",
 1888 "thiserror 2.0.17",
 1889]
 1890
 1891[[package]]
 1892name = "bigdecimal"
 1893version = "0.4.8"
 1894source = "registry+https://github.com/rust-lang/crates.io-index"
 1895checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1896dependencies = [
 1897 "autocfg",
 1898 "libm",
 1899 "num-bigint",
 1900 "num-integer",
 1901 "num-traits",
 1902 "serde",
 1903]
 1904
 1905[[package]]
 1906name = "bincode"
 1907version = "1.3.3"
 1908source = "registry+https://github.com/rust-lang/crates.io-index"
 1909checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1910dependencies = [
 1911 "serde",
 1912]
 1913
 1914[[package]]
 1915name = "bindgen"
 1916version = "0.71.1"
 1917source = "registry+https://github.com/rust-lang/crates.io-index"
 1918checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1919dependencies = [
 1920 "bitflags 2.10.0",
 1921 "cexpr",
 1922 "clang-sys",
 1923 "itertools 0.12.1",
 1924 "log",
 1925 "prettyplease",
 1926 "proc-macro2",
 1927 "quote",
 1928 "regex",
 1929 "rustc-hash 2.1.1",
 1930 "shlex",
 1931 "syn 2.0.117",
 1932]
 1933
 1934[[package]]
 1935name = "bindgen"
 1936version = "0.72.1"
 1937source = "registry+https://github.com/rust-lang/crates.io-index"
 1938checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1939dependencies = [
 1940 "bitflags 2.10.0",
 1941 "cexpr",
 1942 "clang-sys",
 1943 "itertools 0.12.1",
 1944 "proc-macro2",
 1945 "quote",
 1946 "regex",
 1947 "rustc-hash 2.1.1",
 1948 "shlex",
 1949 "syn 2.0.117",
 1950]
 1951
 1952[[package]]
 1953name = "bit-set"
 1954version = "0.8.0"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1957dependencies = [
 1958 "bit-vec 0.8.0",
 1959]
 1960
 1961[[package]]
 1962name = "bit-set"
 1963version = "0.9.1"
 1964source = "registry+https://github.com/rust-lang/crates.io-index"
 1965checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1966dependencies = [
 1967 "bit-vec 0.9.1",
 1968]
 1969
 1970[[package]]
 1971name = "bit-vec"
 1972version = "0.8.0"
 1973source = "registry+https://github.com/rust-lang/crates.io-index"
 1974checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1975
 1976[[package]]
 1977name = "bit-vec"
 1978version = "0.9.1"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1981
 1982[[package]]
 1983name = "bit_field"
 1984version = "0.10.3"
 1985source = "registry+https://github.com/rust-lang/crates.io-index"
 1986checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1987
 1988[[package]]
 1989name = "bitflags"
 1990version = "1.3.2"
 1991source = "registry+https://github.com/rust-lang/crates.io-index"
 1992checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1993
 1994[[package]]
 1995name = "bitflags"
 1996version = "2.10.0"
 1997source = "registry+https://github.com/rust-lang/crates.io-index"
 1998checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 1999dependencies = [
 2000 "serde_core",
 2001]
 2002
 2003[[package]]
 2004name = "bitstream-io"
 2005version = "2.6.0"
 2006source = "registry+https://github.com/rust-lang/crates.io-index"
 2007checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2008
 2009[[package]]
 2010name = "bitvec"
 2011version = "1.0.1"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2014dependencies = [
 2015 "funty",
 2016 "radium",
 2017 "tap",
 2018 "wyz",
 2019]
 2020
 2021[[package]]
 2022name = "block"
 2023version = "0.1.6"
 2024source = "registry+https://github.com/rust-lang/crates.io-index"
 2025checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2026
 2027[[package]]
 2028name = "block-buffer"
 2029version = "0.10.4"
 2030source = "registry+https://github.com/rust-lang/crates.io-index"
 2031checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2032dependencies = [
 2033 "generic-array",
 2034]
 2035
 2036[[package]]
 2037name = "block-padding"
 2038version = "0.3.3"
 2039source = "registry+https://github.com/rust-lang/crates.io-index"
 2040checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2041dependencies = [
 2042 "generic-array",
 2043]
 2044
 2045[[package]]
 2046name = "block2"
 2047version = "0.6.2"
 2048source = "registry+https://github.com/rust-lang/crates.io-index"
 2049checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2050dependencies = [
 2051 "objc2",
 2052]
 2053
 2054[[package]]
 2055name = "blocking"
 2056version = "1.6.2"
 2057source = "registry+https://github.com/rust-lang/crates.io-index"
 2058checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2059dependencies = [
 2060 "async-channel 2.5.0",
 2061 "async-task",
 2062 "futures-io",
 2063 "futures-lite 2.6.1",
 2064 "piper",
 2065]
 2066
 2067[[package]]
 2068name = "bmrng"
 2069version = "0.5.2"
 2070source = "registry+https://github.com/rust-lang/crates.io-index"
 2071checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2072dependencies = [
 2073 "futures-core",
 2074 "tokio",
 2075]
 2076
 2077[[package]]
 2078name = "bon"
 2079version = "3.8.2"
 2080source = "registry+https://github.com/rust-lang/crates.io-index"
 2081checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2082dependencies = [
 2083 "bon-macros",
 2084 "rustversion",
 2085]
 2086
 2087[[package]]
 2088name = "bon-macros"
 2089version = "3.8.2"
 2090source = "registry+https://github.com/rust-lang/crates.io-index"
 2091checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2092dependencies = [
 2093 "darling 0.21.3",
 2094 "ident_case",
 2095 "prettyplease",
 2096 "proc-macro2",
 2097 "quote",
 2098 "rustversion",
 2099 "syn 2.0.117",
 2100]
 2101
 2102[[package]]
 2103name = "borrow-or-share"
 2104version = "0.2.4"
 2105source = "registry+https://github.com/rust-lang/crates.io-index"
 2106checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2107
 2108[[package]]
 2109name = "borsh"
 2110version = "1.5.7"
 2111source = "registry+https://github.com/rust-lang/crates.io-index"
 2112checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2113dependencies = [
 2114 "borsh-derive",
 2115 "cfg_aliases 0.2.1",
 2116]
 2117
 2118[[package]]
 2119name = "borsh-derive"
 2120version = "1.5.7"
 2121source = "registry+https://github.com/rust-lang/crates.io-index"
 2122checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2123dependencies = [
 2124 "once_cell",
 2125 "proc-macro-crate",
 2126 "proc-macro2",
 2127 "quote",
 2128 "syn 2.0.117",
 2129]
 2130
 2131[[package]]
 2132name = "breadcrumbs"
 2133version = "0.1.0"
 2134dependencies = [
 2135 "gpui",
 2136 "ui",
 2137 "workspace",
 2138]
 2139
 2140[[package]]
 2141name = "brush-parser"
 2142version = "0.3.0"
 2143source = "registry+https://github.com/rust-lang/crates.io-index"
 2144checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2145dependencies = [
 2146 "bon",
 2147 "cached",
 2148 "indenter",
 2149 "peg",
 2150 "thiserror 2.0.17",
 2151 "tracing",
 2152 "utf8-chars",
 2153]
 2154
 2155[[package]]
 2156name = "bstr"
 2157version = "1.12.0"
 2158source = "registry+https://github.com/rust-lang/crates.io-index"
 2159checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2160dependencies = [
 2161 "memchr",
 2162 "regex-automata",
 2163 "serde",
 2164]
 2165
 2166[[package]]
 2167name = "buffer_diff"
 2168version = "0.1.0"
 2169dependencies = [
 2170 "clock",
 2171 "ctor",
 2172 "futures 0.3.32",
 2173 "git2",
 2174 "gpui",
 2175 "language",
 2176 "log",
 2177 "pretty_assertions",
 2178 "rand 0.9.2",
 2179 "rope",
 2180 "settings",
 2181 "sum_tree",
 2182 "text",
 2183 "tracing",
 2184 "unindent",
 2185 "util",
 2186 "zlog",
 2187 "ztracing",
 2188]
 2189
 2190[[package]]
 2191name = "built"
 2192version = "0.7.7"
 2193source = "registry+https://github.com/rust-lang/crates.io-index"
 2194checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2195
 2196[[package]]
 2197name = "bumpalo"
 2198version = "3.19.0"
 2199source = "registry+https://github.com/rust-lang/crates.io-index"
 2200checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2201dependencies = [
 2202 "allocator-api2",
 2203]
 2204
 2205[[package]]
 2206name = "by_address"
 2207version = "1.2.1"
 2208source = "registry+https://github.com/rust-lang/crates.io-index"
 2209checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2210
 2211[[package]]
 2212name = "bytecheck"
 2213version = "0.6.12"
 2214source = "registry+https://github.com/rust-lang/crates.io-index"
 2215checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2216dependencies = [
 2217 "bytecheck_derive",
 2218 "ptr_meta",
 2219 "simdutf8",
 2220]
 2221
 2222[[package]]
 2223name = "bytecheck_derive"
 2224version = "0.6.12"
 2225source = "registry+https://github.com/rust-lang/crates.io-index"
 2226checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2227dependencies = [
 2228 "proc-macro2",
 2229 "quote",
 2230 "syn 1.0.109",
 2231]
 2232
 2233[[package]]
 2234name = "bytecount"
 2235version = "0.6.9"
 2236source = "registry+https://github.com/rust-lang/crates.io-index"
 2237checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2238
 2239[[package]]
 2240name = "bytemuck"
 2241version = "1.24.0"
 2242source = "registry+https://github.com/rust-lang/crates.io-index"
 2243checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2244dependencies = [
 2245 "bytemuck_derive",
 2246]
 2247
 2248[[package]]
 2249name = "bytemuck_derive"
 2250version = "1.10.2"
 2251source = "registry+https://github.com/rust-lang/crates.io-index"
 2252checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2253dependencies = [
 2254 "proc-macro2",
 2255 "quote",
 2256 "syn 2.0.117",
 2257]
 2258
 2259[[package]]
 2260name = "byteorder"
 2261version = "1.5.0"
 2262source = "registry+https://github.com/rust-lang/crates.io-index"
 2263checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2264
 2265[[package]]
 2266name = "byteorder-lite"
 2267version = "0.1.0"
 2268source = "registry+https://github.com/rust-lang/crates.io-index"
 2269checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2270
 2271[[package]]
 2272name = "bytes"
 2273version = "0.4.12"
 2274source = "registry+https://github.com/rust-lang/crates.io-index"
 2275checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2276dependencies = [
 2277 "byteorder",
 2278 "iovec",
 2279]
 2280
 2281[[package]]
 2282name = "bytes"
 2283version = "1.11.1"
 2284source = "registry+https://github.com/rust-lang/crates.io-index"
 2285checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2286
 2287[[package]]
 2288name = "bytes-utils"
 2289version = "0.1.4"
 2290source = "registry+https://github.com/rust-lang/crates.io-index"
 2291checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2292dependencies = [
 2293 "bytes 1.11.1",
 2294 "either",
 2295]
 2296
 2297[[package]]
 2298name = "bzip2"
 2299version = "0.4.4"
 2300source = "registry+https://github.com/rust-lang/crates.io-index"
 2301checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2302dependencies = [
 2303 "bzip2-sys",
 2304 "libc",
 2305]
 2306
 2307[[package]]
 2308name = "bzip2"
 2309version = "0.6.1"
 2310source = "registry+https://github.com/rust-lang/crates.io-index"
 2311checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2312dependencies = [
 2313 "libbz2-rs-sys",
 2314]
 2315
 2316[[package]]
 2317name = "bzip2-sys"
 2318version = "0.1.13+1.0.8"
 2319source = "registry+https://github.com/rust-lang/crates.io-index"
 2320checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2321dependencies = [
 2322 "cc",
 2323 "pkg-config",
 2324]
 2325
 2326[[package]]
 2327name = "cached"
 2328version = "0.56.0"
 2329source = "registry+https://github.com/rust-lang/crates.io-index"
 2330checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2331dependencies = [
 2332 "ahash 0.8.12",
 2333 "cached_proc_macro",
 2334 "cached_proc_macro_types",
 2335 "hashbrown 0.15.5",
 2336 "once_cell",
 2337 "thiserror 2.0.17",
 2338 "web-time",
 2339]
 2340
 2341[[package]]
 2342name = "cached_proc_macro"
 2343version = "0.25.0"
 2344source = "registry+https://github.com/rust-lang/crates.io-index"
 2345checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2346dependencies = [
 2347 "darling 0.20.11",
 2348 "proc-macro2",
 2349 "quote",
 2350 "syn 2.0.117",
 2351]
 2352
 2353[[package]]
 2354name = "cached_proc_macro_types"
 2355version = "0.1.1"
 2356source = "registry+https://github.com/rust-lang/crates.io-index"
 2357checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2358
 2359[[package]]
 2360name = "call"
 2361version = "0.1.0"
 2362dependencies = [
 2363 "anyhow",
 2364 "audio",
 2365 "client",
 2366 "collections",
 2367 "feature_flags",
 2368 "fs",
 2369 "futures 0.3.32",
 2370 "gpui",
 2371 "gpui_tokio",
 2372 "language",
 2373 "livekit_client",
 2374 "log",
 2375 "postage",
 2376 "project",
 2377 "serde",
 2378 "settings",
 2379 "telemetry",
 2380 "util",
 2381 "workspace",
 2382]
 2383
 2384[[package]]
 2385name = "calloop"
 2386version = "0.14.3"
 2387source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2388dependencies = [
 2389 "bitflags 2.10.0",
 2390 "polling",
 2391 "rustix 1.1.2",
 2392 "slab",
 2393 "tracing",
 2394]
 2395
 2396[[package]]
 2397name = "calloop-wayland-source"
 2398version = "0.4.1"
 2399source = "registry+https://github.com/rust-lang/crates.io-index"
 2400checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2401dependencies = [
 2402 "calloop",
 2403 "rustix 1.1.2",
 2404 "wayland-backend",
 2405 "wayland-client",
 2406]
 2407
 2408[[package]]
 2409name = "camino"
 2410version = "1.2.1"
 2411source = "registry+https://github.com/rust-lang/crates.io-index"
 2412checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2413dependencies = [
 2414 "serde_core",
 2415]
 2416
 2417[[package]]
 2418name = "candle-core"
 2419version = "0.9.1"
 2420source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2421dependencies = [
 2422 "byteorder",
 2423 "float8",
 2424 "gemm 0.17.1",
 2425 "half",
 2426 "memmap2",
 2427 "num-traits",
 2428 "num_cpus",
 2429 "rand 0.9.2",
 2430 "rand_distr",
 2431 "rayon",
 2432 "safetensors",
 2433 "thiserror 1.0.69",
 2434 "ug",
 2435 "yoke 0.7.5",
 2436 "zip 1.1.4",
 2437]
 2438
 2439[[package]]
 2440name = "candle-nn"
 2441version = "0.9.1"
 2442source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2443dependencies = [
 2444 "candle-core",
 2445 "half",
 2446 "libc",
 2447 "num-traits",
 2448 "rayon",
 2449 "safetensors",
 2450 "serde",
 2451 "thiserror 1.0.69",
 2452]
 2453
 2454[[package]]
 2455name = "candle-onnx"
 2456version = "0.9.1"
 2457source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2458dependencies = [
 2459 "candle-core",
 2460 "candle-nn",
 2461 "prost 0.12.6",
 2462]
 2463
 2464[[package]]
 2465name = "cap-fs-ext"
 2466version = "3.4.4"
 2467source = "registry+https://github.com/rust-lang/crates.io-index"
 2468checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2469dependencies = [
 2470 "cap-primitives",
 2471 "cap-std",
 2472 "io-lifetimes",
 2473 "windows-sys 0.59.0",
 2474]
 2475
 2476[[package]]
 2477name = "cap-net-ext"
 2478version = "3.4.4"
 2479source = "registry+https://github.com/rust-lang/crates.io-index"
 2480checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2481dependencies = [
 2482 "cap-primitives",
 2483 "cap-std",
 2484 "rustix 1.1.2",
 2485 "smallvec",
 2486]
 2487
 2488[[package]]
 2489name = "cap-primitives"
 2490version = "3.4.4"
 2491source = "registry+https://github.com/rust-lang/crates.io-index"
 2492checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2493dependencies = [
 2494 "ambient-authority",
 2495 "fs-set-times",
 2496 "io-extras",
 2497 "io-lifetimes",
 2498 "ipnet",
 2499 "maybe-owned",
 2500 "rustix 1.1.2",
 2501 "rustix-linux-procfs",
 2502 "windows-sys 0.59.0",
 2503 "winx",
 2504]
 2505
 2506[[package]]
 2507name = "cap-rand"
 2508version = "3.4.4"
 2509source = "registry+https://github.com/rust-lang/crates.io-index"
 2510checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2511dependencies = [
 2512 "ambient-authority",
 2513 "rand 0.8.5",
 2514]
 2515
 2516[[package]]
 2517name = "cap-std"
 2518version = "3.4.4"
 2519source = "registry+https://github.com/rust-lang/crates.io-index"
 2520checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2521dependencies = [
 2522 "cap-primitives",
 2523 "io-extras",
 2524 "io-lifetimes",
 2525 "rustix 1.1.2",
 2526]
 2527
 2528[[package]]
 2529name = "cap-time-ext"
 2530version = "3.4.4"
 2531source = "registry+https://github.com/rust-lang/crates.io-index"
 2532checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2533dependencies = [
 2534 "ambient-authority",
 2535 "cap-primitives",
 2536 "iana-time-zone",
 2537 "once_cell",
 2538 "rustix 1.1.2",
 2539 "winx",
 2540]
 2541
 2542[[package]]
 2543name = "cargo-platform"
 2544version = "0.1.9"
 2545source = "registry+https://github.com/rust-lang/crates.io-index"
 2546checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2547dependencies = [
 2548 "serde",
 2549]
 2550
 2551[[package]]
 2552name = "cargo-platform"
 2553version = "0.3.2"
 2554source = "registry+https://github.com/rust-lang/crates.io-index"
 2555checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2556dependencies = [
 2557 "serde",
 2558 "serde_core",
 2559]
 2560
 2561[[package]]
 2562name = "cargo_metadata"
 2563version = "0.19.2"
 2564source = "registry+https://github.com/rust-lang/crates.io-index"
 2565checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2566dependencies = [
 2567 "camino",
 2568 "cargo-platform 0.1.9",
 2569 "semver",
 2570 "serde",
 2571 "serde_json",
 2572 "thiserror 2.0.17",
 2573]
 2574
 2575[[package]]
 2576name = "cargo_metadata"
 2577version = "0.23.1"
 2578source = "registry+https://github.com/rust-lang/crates.io-index"
 2579checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2580dependencies = [
 2581 "camino",
 2582 "cargo-platform 0.3.2",
 2583 "semver",
 2584 "serde",
 2585 "serde_json",
 2586 "thiserror 2.0.17",
 2587]
 2588
 2589[[package]]
 2590name = "cargo_toml"
 2591version = "0.21.0"
 2592source = "registry+https://github.com/rust-lang/crates.io-index"
 2593checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2594dependencies = [
 2595 "serde",
 2596 "toml 0.8.23",
 2597]
 2598
 2599[[package]]
 2600name = "cast"
 2601version = "0.3.0"
 2602source = "registry+https://github.com/rust-lang/crates.io-index"
 2603checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2604
 2605[[package]]
 2606name = "cbc"
 2607version = "0.1.2"
 2608source = "registry+https://github.com/rust-lang/crates.io-index"
 2609checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2610dependencies = [
 2611 "cipher",
 2612]
 2613
 2614[[package]]
 2615name = "cbindgen"
 2616version = "0.28.0"
 2617source = "registry+https://github.com/rust-lang/crates.io-index"
 2618checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2619dependencies = [
 2620 "heck 0.4.1",
 2621 "indexmap",
 2622 "log",
 2623 "proc-macro2",
 2624 "quote",
 2625 "serde",
 2626 "serde_json",
 2627 "syn 2.0.117",
 2628 "tempfile",
 2629 "toml 0.8.23",
 2630]
 2631
 2632[[package]]
 2633name = "cc"
 2634version = "1.2.49"
 2635source = "registry+https://github.com/rust-lang/crates.io-index"
 2636checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2637dependencies = [
 2638 "find-msvc-tools",
 2639 "jobserver",
 2640 "libc",
 2641 "shlex",
 2642]
 2643
 2644[[package]]
 2645name = "cesu8"
 2646version = "1.1.0"
 2647source = "registry+https://github.com/rust-lang/crates.io-index"
 2648checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2649
 2650[[package]]
 2651name = "cexpr"
 2652version = "0.6.0"
 2653source = "registry+https://github.com/rust-lang/crates.io-index"
 2654checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2655dependencies = [
 2656 "nom 7.1.3",
 2657]
 2658
 2659[[package]]
 2660name = "cfg-expr"
 2661version = "0.15.8"
 2662source = "registry+https://github.com/rust-lang/crates.io-index"
 2663checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2664dependencies = [
 2665 "smallvec",
 2666 "target-lexicon 0.12.16",
 2667]
 2668
 2669[[package]]
 2670name = "cfg-expr"
 2671version = "0.20.6"
 2672source = "registry+https://github.com/rust-lang/crates.io-index"
 2673checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2674dependencies = [
 2675 "smallvec",
 2676 "target-lexicon 0.13.3",
 2677]
 2678
 2679[[package]]
 2680name = "cfg-if"
 2681version = "1.0.4"
 2682source = "registry+https://github.com/rust-lang/crates.io-index"
 2683checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2684
 2685[[package]]
 2686name = "cfg_aliases"
 2687version = "0.1.1"
 2688source = "registry+https://github.com/rust-lang/crates.io-index"
 2689checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2690
 2691[[package]]
 2692name = "cfg_aliases"
 2693version = "0.2.1"
 2694source = "registry+https://github.com/rust-lang/crates.io-index"
 2695checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2696
 2697[[package]]
 2698name = "cgl"
 2699version = "0.3.2"
 2700source = "registry+https://github.com/rust-lang/crates.io-index"
 2701checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2702dependencies = [
 2703 "libc",
 2704]
 2705
 2706[[package]]
 2707name = "channel"
 2708version = "0.1.0"
 2709dependencies = [
 2710 "anyhow",
 2711 "client",
 2712 "clock",
 2713 "collections",
 2714 "futures 0.3.32",
 2715 "gpui",
 2716 "http_client",
 2717 "language",
 2718 "log",
 2719 "postage",
 2720 "release_channel",
 2721 "rpc",
 2722 "semver",
 2723 "settings",
 2724 "text",
 2725 "time",
 2726 "util",
 2727]
 2728
 2729[[package]]
 2730name = "chardetng"
 2731version = "0.1.17"
 2732source = "registry+https://github.com/rust-lang/crates.io-index"
 2733checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2734dependencies = [
 2735 "cfg-if",
 2736 "encoding_rs",
 2737 "memchr",
 2738]
 2739
 2740[[package]]
 2741name = "chrono"
 2742version = "0.4.42"
 2743source = "registry+https://github.com/rust-lang/crates.io-index"
 2744checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2745dependencies = [
 2746 "iana-time-zone",
 2747 "js-sys",
 2748 "num-traits",
 2749 "serde",
 2750 "wasm-bindgen",
 2751 "windows-link 0.2.1",
 2752]
 2753
 2754[[package]]
 2755name = "chunked_transfer"
 2756version = "1.5.0"
 2757source = "registry+https://github.com/rust-lang/crates.io-index"
 2758checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2759
 2760[[package]]
 2761name = "ciborium"
 2762version = "0.2.2"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2765dependencies = [
 2766 "ciborium-io",
 2767 "ciborium-ll",
 2768 "serde",
 2769]
 2770
 2771[[package]]
 2772name = "ciborium-io"
 2773version = "0.2.2"
 2774source = "registry+https://github.com/rust-lang/crates.io-index"
 2775checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2776
 2777[[package]]
 2778name = "ciborium-ll"
 2779version = "0.2.2"
 2780source = "registry+https://github.com/rust-lang/crates.io-index"
 2781checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2782dependencies = [
 2783 "ciborium-io",
 2784 "half",
 2785]
 2786
 2787[[package]]
 2788name = "cipher"
 2789version = "0.4.4"
 2790source = "registry+https://github.com/rust-lang/crates.io-index"
 2791checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2792dependencies = [
 2793 "crypto-common",
 2794 "inout",
 2795 "zeroize",
 2796]
 2797
 2798[[package]]
 2799name = "circular-buffer"
 2800version = "1.2.0"
 2801source = "registry+https://github.com/rust-lang/crates.io-index"
 2802checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2803
 2804[[package]]
 2805name = "clang-sys"
 2806version = "1.8.1"
 2807source = "registry+https://github.com/rust-lang/crates.io-index"
 2808checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2809dependencies = [
 2810 "glob",
 2811 "libc",
 2812 "libloading",
 2813]
 2814
 2815[[package]]
 2816name = "clap"
 2817version = "4.5.49"
 2818source = "registry+https://github.com/rust-lang/crates.io-index"
 2819checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2820dependencies = [
 2821 "clap_builder",
 2822 "clap_derive",
 2823]
 2824
 2825[[package]]
 2826name = "clap_builder"
 2827version = "4.5.49"
 2828source = "registry+https://github.com/rust-lang/crates.io-index"
 2829checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2830dependencies = [
 2831 "anstream",
 2832 "anstyle",
 2833 "clap_lex",
 2834 "strsim",
 2835 "terminal_size",
 2836]
 2837
 2838[[package]]
 2839name = "clap_complete"
 2840version = "4.5.59"
 2841source = "registry+https://github.com/rust-lang/crates.io-index"
 2842checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2843dependencies = [
 2844 "clap",
 2845]
 2846
 2847[[package]]
 2848name = "clap_derive"
 2849version = "4.5.49"
 2850source = "registry+https://github.com/rust-lang/crates.io-index"
 2851checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2852dependencies = [
 2853 "heck 0.5.0",
 2854 "proc-macro2",
 2855 "quote",
 2856 "syn 2.0.117",
 2857]
 2858
 2859[[package]]
 2860name = "clap_lex"
 2861version = "0.7.6"
 2862source = "registry+https://github.com/rust-lang/crates.io-index"
 2863checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2864
 2865[[package]]
 2866name = "cli"
 2867version = "0.1.0"
 2868dependencies = [
 2869 "anyhow",
 2870 "askpass",
 2871 "clap",
 2872 "collections",
 2873 "core-foundation 0.10.0",
 2874 "core-services",
 2875 "exec",
 2876 "fork",
 2877 "ipc-channel",
 2878 "parking_lot",
 2879 "paths",
 2880 "plist",
 2881 "rayon",
 2882 "release_channel",
 2883 "serde",
 2884 "serde_json",
 2885 "tempfile",
 2886 "util",
 2887 "walkdir",
 2888 "windows 0.61.3",
 2889]
 2890
 2891[[package]]
 2892name = "client"
 2893version = "0.1.0"
 2894dependencies = [
 2895 "anyhow",
 2896 "async-tungstenite",
 2897 "base64 0.22.1",
 2898 "chrono",
 2899 "clock",
 2900 "cloud_api_client",
 2901 "cloud_api_types",
 2902 "cloud_llm_client",
 2903 "collections",
 2904 "credentials_provider",
 2905 "db",
 2906 "derive_more",
 2907 "feature_flags",
 2908 "fs",
 2909 "futures 0.3.32",
 2910 "gpui",
 2911 "gpui_tokio",
 2912 "http_client",
 2913 "http_client_tls",
 2914 "httparse",
 2915 "log",
 2916 "objc2-foundation",
 2917 "parking_lot",
 2918 "paths",
 2919 "postage",
 2920 "rand 0.9.2",
 2921 "regex",
 2922 "release_channel",
 2923 "rpc",
 2924 "rustls-pki-types",
 2925 "semver",
 2926 "serde",
 2927 "serde_json",
 2928 "serde_urlencoded",
 2929 "settings",
 2930 "sha2",
 2931 "smol",
 2932 "telemetry",
 2933 "telemetry_events",
 2934 "text",
 2935 "thiserror 2.0.17",
 2936 "time",
 2937 "tiny_http",
 2938 "tokio",
 2939 "tokio-native-tls",
 2940 "tokio-rustls 0.26.2",
 2941 "tokio-socks",
 2942 "url",
 2943 "util",
 2944 "windows 0.61.3",
 2945 "worktree",
 2946 "zed_credentials_provider",
 2947]
 2948
 2949[[package]]
 2950name = "clock"
 2951version = "0.1.0"
 2952dependencies = [
 2953 "parking_lot",
 2954 "serde",
 2955 "smallvec",
 2956]
 2957
 2958[[package]]
 2959name = "cloud_api_client"
 2960version = "0.1.0"
 2961dependencies = [
 2962 "anyhow",
 2963 "cloud_api_types",
 2964 "futures 0.3.32",
 2965 "gpui",
 2966 "gpui_tokio",
 2967 "http_client",
 2968 "parking_lot",
 2969 "serde_json",
 2970 "smol",
 2971 "thiserror 2.0.17",
 2972 "yawc",
 2973]
 2974
 2975[[package]]
 2976name = "cloud_api_types"
 2977version = "0.1.0"
 2978dependencies = [
 2979 "anyhow",
 2980 "chrono",
 2981 "ciborium",
 2982 "cloud_llm_client",
 2983 "pretty_assertions",
 2984 "serde",
 2985 "serde_json",
 2986 "strum 0.27.2",
 2987]
 2988
 2989[[package]]
 2990name = "cloud_llm_client"
 2991version = "0.1.0"
 2992dependencies = [
 2993 "anyhow",
 2994 "serde",
 2995 "serde_json",
 2996 "strum 0.27.2",
 2997 "uuid",
 2998 "zeta_prompt",
 2999]
 3000
 3001[[package]]
 3002name = "cmake"
 3003version = "0.1.56"
 3004source = "registry+https://github.com/rust-lang/crates.io-index"
 3005checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3006dependencies = [
 3007 "cc",
 3008]
 3009
 3010[[package]]
 3011name = "cobs"
 3012version = "0.3.0"
 3013source = "registry+https://github.com/rust-lang/crates.io-index"
 3014checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3015dependencies = [
 3016 "thiserror 2.0.17",
 3017]
 3018
 3019[[package]]
 3020name = "cocoa"
 3021version = "0.25.0"
 3022source = "registry+https://github.com/rust-lang/crates.io-index"
 3023checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3024dependencies = [
 3025 "bitflags 1.3.2",
 3026 "block",
 3027 "cocoa-foundation 0.1.2",
 3028 "core-foundation 0.9.4",
 3029 "core-graphics 0.23.2",
 3030 "foreign-types 0.5.0",
 3031 "libc",
 3032 "objc",
 3033]
 3034
 3035[[package]]
 3036name = "cocoa"
 3037version = "0.26.0"
 3038source = "registry+https://github.com/rust-lang/crates.io-index"
 3039checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3040dependencies = [
 3041 "bitflags 2.10.0",
 3042 "block",
 3043 "cocoa-foundation 0.2.0",
 3044 "core-foundation 0.10.0",
 3045 "core-graphics 0.24.0",
 3046 "foreign-types 0.5.0",
 3047 "libc",
 3048 "objc",
 3049]
 3050
 3051[[package]]
 3052name = "cocoa-foundation"
 3053version = "0.1.2"
 3054source = "registry+https://github.com/rust-lang/crates.io-index"
 3055checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3056dependencies = [
 3057 "bitflags 1.3.2",
 3058 "block",
 3059 "core-foundation 0.9.4",
 3060 "core-graphics-types 0.1.3",
 3061 "libc",
 3062 "objc",
 3063]
 3064
 3065[[package]]
 3066name = "cocoa-foundation"
 3067version = "0.2.0"
 3068source = "registry+https://github.com/rust-lang/crates.io-index"
 3069checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3070dependencies = [
 3071 "bitflags 2.10.0",
 3072 "block",
 3073 "core-foundation 0.10.0",
 3074 "core-graphics-types 0.2.0",
 3075 "libc",
 3076 "objc",
 3077]
 3078
 3079[[package]]
 3080name = "codespan-reporting"
 3081version = "0.13.0"
 3082source = "registry+https://github.com/rust-lang/crates.io-index"
 3083checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3084dependencies = [
 3085 "serde",
 3086 "termcolor",
 3087 "unicode-width",
 3088]
 3089
 3090[[package]]
 3091name = "codestral"
 3092version = "0.1.0"
 3093dependencies = [
 3094 "anyhow",
 3095 "edit_prediction",
 3096 "edit_prediction_types",
 3097 "futures 0.3.32",
 3098 "gpui",
 3099 "http_client",
 3100 "icons",
 3101 "language",
 3102 "language_model",
 3103 "log",
 3104 "serde",
 3105 "serde_json",
 3106 "text",
 3107 "zed_credentials_provider",
 3108 "zeta_prompt",
 3109]
 3110
 3111[[package]]
 3112name = "collab"
 3113version = "0.44.0"
 3114dependencies = [
 3115 "agent",
 3116 "anyhow",
 3117 "async-trait",
 3118 "async-tungstenite",
 3119 "aws-config",
 3120 "aws-sdk-kinesis",
 3121 "aws-sdk-s3",
 3122 "axum",
 3123 "buffer_diff",
 3124 "call",
 3125 "channel",
 3126 "chrono",
 3127 "client",
 3128 "clock",
 3129 "cloud_api_types",
 3130 "collab",
 3131 "collab_ui",
 3132 "collections",
 3133 "command_palette_hooks",
 3134 "ctor",
 3135 "dap",
 3136 "dap_adapters",
 3137 "dashmap",
 3138 "debugger_ui",
 3139 "editor",
 3140 "envy",
 3141 "extension",
 3142 "file_finder",
 3143 "fs",
 3144 "futures 0.3.32",
 3145 "git",
 3146 "git_hosting_providers",
 3147 "git_ui",
 3148 "gpui",
 3149 "gpui_tokio",
 3150 "hex",
 3151 "http_client",
 3152 "indoc",
 3153 "language",
 3154 "language_model",
 3155 "livekit_api",
 3156 "livekit_client",
 3157 "log",
 3158 "lsp",
 3159 "menu",
 3160 "multi_buffer",
 3161 "nanoid",
 3162 "node_runtime",
 3163 "notifications",
 3164 "parking_lot",
 3165 "pretty_assertions",
 3166 "project",
 3167 "prometheus",
 3168 "prompt_store",
 3169 "prost 0.9.0",
 3170 "rand 0.9.2",
 3171 "recent_projects",
 3172 "release_channel",
 3173 "remote",
 3174 "remote_server",
 3175 "reqwest 0.11.27",
 3176 "rpc",
 3177 "sea-orm",
 3178 "sea-orm-macros",
 3179 "semver",
 3180 "serde",
 3181 "serde_json",
 3182 "session",
 3183 "settings",
 3184 "sha2",
 3185 "smol",
 3186 "sqlx",
 3187 "strum 0.27.2",
 3188 "task",
 3189 "telemetry_events",
 3190 "text",
 3191 "theme",
 3192 "theme_settings",
 3193 "time",
 3194 "tokio",
 3195 "toml 0.8.23",
 3196 "tower 0.4.13",
 3197 "tower-http 0.4.4",
 3198 "tracing",
 3199 "tracing-subscriber",
 3200 "unindent",
 3201 "util",
 3202 "uuid",
 3203 "workspace",
 3204 "worktree",
 3205 "zed_actions",
 3206 "zlog",
 3207]
 3208
 3209[[package]]
 3210name = "collab_ui"
 3211version = "0.1.0"
 3212dependencies = [
 3213 "anyhow",
 3214 "call",
 3215 "channel",
 3216 "client",
 3217 "collections",
 3218 "db",
 3219 "editor",
 3220 "futures 0.3.32",
 3221 "fuzzy",
 3222 "gpui",
 3223 "livekit_client",
 3224 "menu",
 3225 "notifications",
 3226 "picker",
 3227 "project",
 3228 "release_channel",
 3229 "rpc",
 3230 "serde",
 3231 "serde_json",
 3232 "settings",
 3233 "smallvec",
 3234 "telemetry",
 3235 "theme",
 3236 "theme_settings",
 3237 "time",
 3238 "title_bar",
 3239 "ui",
 3240 "util",
 3241 "workspace",
 3242 "zed_actions",
 3243]
 3244
 3245[[package]]
 3246name = "collections"
 3247version = "0.1.0"
 3248dependencies = [
 3249 "indexmap",
 3250 "rustc-hash 2.1.1",
 3251]
 3252
 3253[[package]]
 3254name = "color_quant"
 3255version = "1.1.0"
 3256source = "registry+https://github.com/rust-lang/crates.io-index"
 3257checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3258
 3259[[package]]
 3260name = "colorchoice"
 3261version = "1.0.4"
 3262source = "registry+https://github.com/rust-lang/crates.io-index"
 3263checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3264
 3265[[package]]
 3266name = "combine"
 3267version = "4.6.7"
 3268source = "registry+https://github.com/rust-lang/crates.io-index"
 3269checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3270dependencies = [
 3271 "bytes 1.11.1",
 3272 "memchr",
 3273]
 3274
 3275[[package]]
 3276name = "command-fds"
 3277version = "0.3.2"
 3278source = "registry+https://github.com/rust-lang/crates.io-index"
 3279checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3280dependencies = [
 3281 "nix 0.30.1",
 3282 "thiserror 2.0.17",
 3283]
 3284
 3285[[package]]
 3286name = "command_palette"
 3287version = "0.1.0"
 3288dependencies = [
 3289 "anyhow",
 3290 "client",
 3291 "collections",
 3292 "command_palette_hooks",
 3293 "db",
 3294 "editor",
 3295 "fuzzy",
 3296 "go_to_line",
 3297 "gpui",
 3298 "language",
 3299 "log",
 3300 "menu",
 3301 "picker",
 3302 "postage",
 3303 "project",
 3304 "serde",
 3305 "settings",
 3306 "telemetry",
 3307 "theme",
 3308 "theme_settings",
 3309 "time",
 3310 "ui",
 3311 "util",
 3312 "workspace",
 3313 "zed_actions",
 3314]
 3315
 3316[[package]]
 3317name = "command_palette_hooks"
 3318version = "0.1.0"
 3319dependencies = [
 3320 "collections",
 3321 "derive_more",
 3322 "gpui",
 3323 "workspace",
 3324]
 3325
 3326[[package]]
 3327name = "compliance"
 3328version = "0.1.0"
 3329dependencies = [
 3330 "anyhow",
 3331 "async-trait",
 3332 "derive_more",
 3333 "futures 0.3.32",
 3334 "indoc",
 3335 "itertools 0.14.0",
 3336 "jsonwebtoken",
 3337 "octocrab",
 3338 "regex",
 3339 "semver",
 3340 "serde",
 3341 "serde_json",
 3342 "tokio",
 3343]
 3344
 3345[[package]]
 3346name = "component"
 3347version = "0.1.0"
 3348dependencies = [
 3349 "collections",
 3350 "documented",
 3351 "gpui",
 3352 "inventory",
 3353 "parking_lot",
 3354 "strum 0.27.2",
 3355 "theme",
 3356]
 3357
 3358[[package]]
 3359name = "component_preview"
 3360version = "0.1.0"
 3361dependencies = [
 3362 "anyhow",
 3363 "client",
 3364 "collections",
 3365 "component",
 3366 "db",
 3367 "fs",
 3368 "gpui",
 3369 "gpui_platform",
 3370 "language",
 3371 "log",
 3372 "node_runtime",
 3373 "notifications",
 3374 "project",
 3375 "release_channel",
 3376 "reqwest_client",
 3377 "session",
 3378 "settings",
 3379 "theme",
 3380 "theme_settings",
 3381 "ui",
 3382 "ui_input",
 3383 "uuid",
 3384 "workspace",
 3385]
 3386
 3387[[package]]
 3388name = "compression-codecs"
 3389version = "0.4.31"
 3390source = "registry+https://github.com/rust-lang/crates.io-index"
 3391checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3392dependencies = [
 3393 "bzip2 0.6.1",
 3394 "compression-core",
 3395 "deflate64",
 3396 "flate2",
 3397 "memchr",
 3398]
 3399
 3400[[package]]
 3401name = "compression-core"
 3402version = "0.4.29"
 3403source = "registry+https://github.com/rust-lang/crates.io-index"
 3404checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3405
 3406[[package]]
 3407name = "concurrent-queue"
 3408version = "2.5.0"
 3409source = "registry+https://github.com/rust-lang/crates.io-index"
 3410checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3411dependencies = [
 3412 "crossbeam-utils",
 3413]
 3414
 3415[[package]]
 3416name = "console"
 3417version = "0.15.11"
 3418source = "registry+https://github.com/rust-lang/crates.io-index"
 3419checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3420dependencies = [
 3421 "encode_unicode",
 3422 "libc",
 3423 "once_cell",
 3424 "unicode-width",
 3425 "windows-sys 0.59.0",
 3426]
 3427
 3428[[package]]
 3429name = "console_error_panic_hook"
 3430version = "0.1.7"
 3431source = "registry+https://github.com/rust-lang/crates.io-index"
 3432checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3433dependencies = [
 3434 "cfg-if",
 3435 "wasm-bindgen",
 3436]
 3437
 3438[[package]]
 3439name = "const-oid"
 3440version = "0.9.6"
 3441source = "registry+https://github.com/rust-lang/crates.io-index"
 3442checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3443
 3444[[package]]
 3445name = "const-random"
 3446version = "0.1.18"
 3447source = "registry+https://github.com/rust-lang/crates.io-index"
 3448checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3449dependencies = [
 3450 "const-random-macro",
 3451]
 3452
 3453[[package]]
 3454name = "const-random-macro"
 3455version = "0.1.16"
 3456source = "registry+https://github.com/rust-lang/crates.io-index"
 3457checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3458dependencies = [
 3459 "getrandom 0.2.16",
 3460 "once_cell",
 3461 "tiny-keccak",
 3462]
 3463
 3464[[package]]
 3465name = "const_format"
 3466version = "0.2.35"
 3467source = "registry+https://github.com/rust-lang/crates.io-index"
 3468checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3469dependencies = [
 3470 "const_format_proc_macros",
 3471]
 3472
 3473[[package]]
 3474name = "const_format_proc_macros"
 3475version = "0.2.34"
 3476source = "registry+https://github.com/rust-lang/crates.io-index"
 3477checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3478dependencies = [
 3479 "proc-macro2",
 3480 "quote",
 3481 "unicode-xid",
 3482]
 3483
 3484[[package]]
 3485name = "constant_time_eq"
 3486version = "0.1.5"
 3487source = "registry+https://github.com/rust-lang/crates.io-index"
 3488checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3489
 3490[[package]]
 3491name = "context_server"
 3492version = "0.1.0"
 3493dependencies = [
 3494 "anyhow",
 3495 "async-trait",
 3496 "base64 0.22.1",
 3497 "collections",
 3498 "futures 0.3.32",
 3499 "gpui",
 3500 "http_client",
 3501 "log",
 3502 "net",
 3503 "parking_lot",
 3504 "postage",
 3505 "rand 0.9.2",
 3506 "schemars",
 3507 "serde",
 3508 "serde_json",
 3509 "settings",
 3510 "sha2",
 3511 "slotmap",
 3512 "smol",
 3513 "tempfile",
 3514 "terminal",
 3515 "tiny_http",
 3516 "url",
 3517 "util",
 3518]
 3519
 3520[[package]]
 3521name = "convert_case"
 3522version = "0.8.0"
 3523source = "registry+https://github.com/rust-lang/crates.io-index"
 3524checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3525dependencies = [
 3526 "unicode-segmentation",
 3527]
 3528
 3529[[package]]
 3530name = "convert_case"
 3531version = "0.10.0"
 3532source = "registry+https://github.com/rust-lang/crates.io-index"
 3533checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3534dependencies = [
 3535 "unicode-segmentation",
 3536]
 3537
 3538[[package]]
 3539name = "convert_case"
 3540version = "0.11.0"
 3541source = "registry+https://github.com/rust-lang/crates.io-index"
 3542checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3543dependencies = [
 3544 "unicode-segmentation",
 3545]
 3546
 3547[[package]]
 3548name = "copilot"
 3549version = "0.1.0"
 3550dependencies = [
 3551 "anyhow",
 3552 "async-std",
 3553 "collections",
 3554 "command_palette_hooks",
 3555 "copilot_chat",
 3556 "edit_prediction_types",
 3557 "editor",
 3558 "fs",
 3559 "futures 0.3.32",
 3560 "gpui",
 3561 "icons",
 3562 "indoc",
 3563 "language",
 3564 "log",
 3565 "lsp",
 3566 "node_runtime",
 3567 "parking_lot",
 3568 "paths",
 3569 "pretty_assertions",
 3570 "project",
 3571 "rpc",
 3572 "semver",
 3573 "serde",
 3574 "serde_json",
 3575 "settings",
 3576 "sum_tree",
 3577 "theme",
 3578 "theme_settings",
 3579 "util",
 3580 "workspace",
 3581 "zlog",
 3582]
 3583
 3584[[package]]
 3585name = "copilot_chat"
 3586version = "0.1.0"
 3587dependencies = [
 3588 "anthropic",
 3589 "anyhow",
 3590 "collections",
 3591 "dirs 4.0.0",
 3592 "fs",
 3593 "futures 0.3.32",
 3594 "gpui",
 3595 "http_client",
 3596 "log",
 3597 "paths",
 3598 "serde",
 3599 "serde_json",
 3600 "settings",
 3601]
 3602
 3603[[package]]
 3604name = "copilot_ui"
 3605version = "0.1.0"
 3606dependencies = [
 3607 "anyhow",
 3608 "copilot",
 3609 "gpui",
 3610 "language",
 3611 "log",
 3612 "lsp",
 3613 "menu",
 3614 "project",
 3615 "serde_json",
 3616 "settings",
 3617 "ui",
 3618 "util",
 3619 "workspace",
 3620]
 3621
 3622[[package]]
 3623name = "core-foundation"
 3624version = "0.9.4"
 3625source = "registry+https://github.com/rust-lang/crates.io-index"
 3626checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3627dependencies = [
 3628 "core-foundation-sys",
 3629 "libc",
 3630]
 3631
 3632[[package]]
 3633name = "core-foundation"
 3634version = "0.10.0"
 3635source = "registry+https://github.com/rust-lang/crates.io-index"
 3636checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3637dependencies = [
 3638 "core-foundation-sys",
 3639 "libc",
 3640]
 3641
 3642[[package]]
 3643name = "core-foundation-sys"
 3644version = "0.8.7"
 3645source = "registry+https://github.com/rust-lang/crates.io-index"
 3646checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3647
 3648[[package]]
 3649name = "core-graphics"
 3650version = "0.23.2"
 3651source = "registry+https://github.com/rust-lang/crates.io-index"
 3652checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3653dependencies = [
 3654 "bitflags 1.3.2",
 3655 "core-foundation 0.9.4",
 3656 "core-graphics-types 0.1.3",
 3657 "foreign-types 0.5.0",
 3658 "libc",
 3659]
 3660
 3661[[package]]
 3662name = "core-graphics"
 3663version = "0.24.0"
 3664source = "registry+https://github.com/rust-lang/crates.io-index"
 3665checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3666dependencies = [
 3667 "bitflags 2.10.0",
 3668 "core-foundation 0.10.0",
 3669 "core-graphics-types 0.2.0",
 3670 "foreign-types 0.5.0",
 3671 "libc",
 3672]
 3673
 3674[[package]]
 3675name = "core-graphics-helmer-fork"
 3676version = "0.24.0"
 3677source = "registry+https://github.com/rust-lang/crates.io-index"
 3678checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3679dependencies = [
 3680 "bitflags 2.10.0",
 3681 "core-foundation 0.9.4",
 3682 "core-graphics-types 0.1.3",
 3683 "foreign-types 0.5.0",
 3684 "libc",
 3685]
 3686
 3687[[package]]
 3688name = "core-graphics-types"
 3689version = "0.1.3"
 3690source = "registry+https://github.com/rust-lang/crates.io-index"
 3691checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3692dependencies = [
 3693 "bitflags 1.3.2",
 3694 "core-foundation 0.9.4",
 3695 "libc",
 3696]
 3697
 3698[[package]]
 3699name = "core-graphics-types"
 3700version = "0.2.0"
 3701source = "registry+https://github.com/rust-lang/crates.io-index"
 3702checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3703dependencies = [
 3704 "bitflags 2.10.0",
 3705 "core-foundation 0.10.0",
 3706 "libc",
 3707]
 3708
 3709[[package]]
 3710name = "core-graphics2"
 3711version = "0.5.2"
 3712source = "registry+https://github.com/rust-lang/crates.io-index"
 3713checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3714dependencies = [
 3715 "bitflags 2.10.0",
 3716 "block",
 3717 "cfg-if",
 3718 "core-foundation 0.10.0",
 3719 "libc",
 3720]
 3721
 3722[[package]]
 3723name = "core-services"
 3724version = "0.2.1"
 3725source = "registry+https://github.com/rust-lang/crates.io-index"
 3726checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3727dependencies = [
 3728 "core-foundation 0.9.4",
 3729]
 3730
 3731[[package]]
 3732name = "core-text"
 3733version = "21.0.0"
 3734source = "registry+https://github.com/rust-lang/crates.io-index"
 3735checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3736dependencies = [
 3737 "core-foundation 0.10.0",
 3738 "core-graphics 0.24.0",
 3739 "foreign-types 0.5.0",
 3740 "libc",
 3741]
 3742
 3743[[package]]
 3744name = "core-video"
 3745version = "0.5.2"
 3746source = "registry+https://github.com/rust-lang/crates.io-index"
 3747checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3748dependencies = [
 3749 "block",
 3750 "core-foundation 0.10.0",
 3751 "core-graphics2",
 3752 "io-surface",
 3753 "libc",
 3754 "metal",
 3755]
 3756
 3757[[package]]
 3758name = "core_maths"
 3759version = "0.1.1"
 3760source = "registry+https://github.com/rust-lang/crates.io-index"
 3761checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3762dependencies = [
 3763 "libm",
 3764]
 3765
 3766[[package]]
 3767name = "coreaudio-rs"
 3768version = "0.12.1"
 3769source = "registry+https://github.com/rust-lang/crates.io-index"
 3770checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3771dependencies = [
 3772 "bitflags 1.3.2",
 3773 "core-foundation-sys",
 3774 "coreaudio-sys",
 3775]
 3776
 3777[[package]]
 3778name = "coreaudio-rs"
 3779version = "0.13.0"
 3780source = "registry+https://github.com/rust-lang/crates.io-index"
 3781checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3782dependencies = [
 3783 "bitflags 1.3.2",
 3784 "libc",
 3785 "objc2-audio-toolbox",
 3786 "objc2-core-audio",
 3787 "objc2-core-audio-types",
 3788 "objc2-core-foundation",
 3789]
 3790
 3791[[package]]
 3792name = "coreaudio-sys"
 3793version = "0.2.17"
 3794source = "registry+https://github.com/rust-lang/crates.io-index"
 3795checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3796dependencies = [
 3797 "bindgen 0.72.1",
 3798]
 3799
 3800[[package]]
 3801name = "cosmic-text"
 3802version = "0.17.1"
 3803source = "registry+https://github.com/rust-lang/crates.io-index"
 3804checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3805dependencies = [
 3806 "bitflags 2.10.0",
 3807 "fontdb 0.23.0",
 3808 "harfrust",
 3809 "linebender_resource_handle",
 3810 "log",
 3811 "rangemap",
 3812 "rustc-hash 2.1.1",
 3813 "self_cell",
 3814 "skrifa 0.40.0",
 3815 "smol_str",
 3816 "swash",
 3817 "sys-locale",
 3818 "unicode-bidi",
 3819 "unicode-linebreak",
 3820 "unicode-script",
 3821 "unicode-segmentation",
 3822]
 3823
 3824[[package]]
 3825name = "cpal"
 3826version = "0.17.1"
 3827source = "registry+https://github.com/rust-lang/crates.io-index"
 3828checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3829dependencies = [
 3830 "alsa",
 3831 "coreaudio-rs 0.13.0",
 3832 "dasp_sample",
 3833 "jni",
 3834 "js-sys",
 3835 "libc",
 3836 "mach2 0.5.0",
 3837 "ndk",
 3838 "ndk-context",
 3839 "num-derive",
 3840 "num-traits",
 3841 "objc2",
 3842 "objc2-audio-toolbox",
 3843 "objc2-avf-audio",
 3844 "objc2-core-audio",
 3845 "objc2-core-audio-types",
 3846 "objc2-core-foundation",
 3847 "objc2-foundation",
 3848 "wasm-bindgen",
 3849 "wasm-bindgen-futures",
 3850 "web-sys",
 3851 "windows 0.62.2",
 3852]
 3853
 3854[[package]]
 3855name = "cpp_demangle"
 3856version = "0.4.5"
 3857source = "registry+https://github.com/rust-lang/crates.io-index"
 3858checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3859dependencies = [
 3860 "cfg-if",
 3861]
 3862
 3863[[package]]
 3864name = "cpufeatures"
 3865version = "0.2.17"
 3866source = "registry+https://github.com/rust-lang/crates.io-index"
 3867checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3868dependencies = [
 3869 "libc",
 3870]
 3871
 3872[[package]]
 3873name = "cranelift-assembler-x64"
 3874version = "0.123.6"
 3875source = "registry+https://github.com/rust-lang/crates.io-index"
 3876checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3877dependencies = [
 3878 "cranelift-assembler-x64-meta",
 3879]
 3880
 3881[[package]]
 3882name = "cranelift-assembler-x64-meta"
 3883version = "0.123.6"
 3884source = "registry+https://github.com/rust-lang/crates.io-index"
 3885checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3886dependencies = [
 3887 "cranelift-srcgen",
 3888]
 3889
 3890[[package]]
 3891name = "cranelift-bforest"
 3892version = "0.123.6"
 3893source = "registry+https://github.com/rust-lang/crates.io-index"
 3894checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3895dependencies = [
 3896 "cranelift-entity",
 3897]
 3898
 3899[[package]]
 3900name = "cranelift-bitset"
 3901version = "0.123.6"
 3902source = "registry+https://github.com/rust-lang/crates.io-index"
 3903checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3904dependencies = [
 3905 "serde",
 3906 "serde_derive",
 3907]
 3908
 3909[[package]]
 3910name = "cranelift-codegen"
 3911version = "0.123.6"
 3912source = "registry+https://github.com/rust-lang/crates.io-index"
 3913checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 3914dependencies = [
 3915 "bumpalo",
 3916 "cranelift-assembler-x64",
 3917 "cranelift-bforest",
 3918 "cranelift-bitset",
 3919 "cranelift-codegen-meta",
 3920 "cranelift-codegen-shared",
 3921 "cranelift-control",
 3922 "cranelift-entity",
 3923 "cranelift-isle",
 3924 "gimli",
 3925 "hashbrown 0.15.5",
 3926 "log",
 3927 "postcard",
 3928 "pulley-interpreter",
 3929 "regalloc2",
 3930 "rustc-hash 2.1.1",
 3931 "serde",
 3932 "serde_derive",
 3933 "sha2",
 3934 "smallvec",
 3935 "target-lexicon 0.13.3",
 3936 "wasmtime-internal-math",
 3937]
 3938
 3939[[package]]
 3940name = "cranelift-codegen-meta"
 3941version = "0.123.6"
 3942source = "registry+https://github.com/rust-lang/crates.io-index"
 3943checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 3944dependencies = [
 3945 "cranelift-assembler-x64-meta",
 3946 "cranelift-codegen-shared",
 3947 "cranelift-srcgen",
 3948 "heck 0.5.0",
 3949 "pulley-interpreter",
 3950]
 3951
 3952[[package]]
 3953name = "cranelift-codegen-shared"
 3954version = "0.123.6"
 3955source = "registry+https://github.com/rust-lang/crates.io-index"
 3956checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3957
 3958[[package]]
 3959name = "cranelift-control"
 3960version = "0.123.6"
 3961source = "registry+https://github.com/rust-lang/crates.io-index"
 3962checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3963dependencies = [
 3964 "arbitrary",
 3965]
 3966
 3967[[package]]
 3968name = "cranelift-entity"
 3969version = "0.123.6"
 3970source = "registry+https://github.com/rust-lang/crates.io-index"
 3971checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3972dependencies = [
 3973 "cranelift-bitset",
 3974 "serde",
 3975 "serde_derive",
 3976]
 3977
 3978[[package]]
 3979name = "cranelift-frontend"
 3980version = "0.123.6"
 3981source = "registry+https://github.com/rust-lang/crates.io-index"
 3982checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3983dependencies = [
 3984 "cranelift-codegen",
 3985 "log",
 3986 "smallvec",
 3987 "target-lexicon 0.13.3",
 3988]
 3989
 3990[[package]]
 3991name = "cranelift-isle"
 3992version = "0.123.6"
 3993source = "registry+https://github.com/rust-lang/crates.io-index"
 3994checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 3995
 3996[[package]]
 3997name = "cranelift-native"
 3998version = "0.123.6"
 3999source = "registry+https://github.com/rust-lang/crates.io-index"
 4000checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 4001dependencies = [
 4002 "cranelift-codegen",
 4003 "libc",
 4004 "target-lexicon 0.13.3",
 4005]
 4006
 4007[[package]]
 4008name = "cranelift-srcgen"
 4009version = "0.123.6"
 4010source = "registry+https://github.com/rust-lang/crates.io-index"
 4011checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 4012
 4013[[package]]
 4014name = "crash-context"
 4015version = "0.6.3"
 4016source = "registry+https://github.com/rust-lang/crates.io-index"
 4017checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4018dependencies = [
 4019 "cfg-if",
 4020 "libc",
 4021 "mach2 0.4.3",
 4022]
 4023
 4024[[package]]
 4025name = "crash-handler"
 4026version = "0.6.3"
 4027source = "registry+https://github.com/rust-lang/crates.io-index"
 4028checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4029dependencies = [
 4030 "cfg-if",
 4031 "crash-context",
 4032 "libc",
 4033 "mach2 0.4.3",
 4034 "parking_lot",
 4035]
 4036
 4037[[package]]
 4038name = "crashes"
 4039version = "0.1.0"
 4040dependencies = [
 4041 "cfg-if",
 4042 "crash-handler",
 4043 "futures 0.3.32",
 4044 "log",
 4045 "mach2 0.5.0",
 4046 "minidumper",
 4047 "parking_lot",
 4048 "paths",
 4049 "release_channel",
 4050 "serde",
 4051 "serde_json",
 4052 "smol",
 4053 "system_specs",
 4054 "windows 0.61.3",
 4055 "zstd",
 4056]
 4057
 4058[[package]]
 4059name = "crc"
 4060version = "3.3.0"
 4061source = "registry+https://github.com/rust-lang/crates.io-index"
 4062checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4063dependencies = [
 4064 "crc-catalog",
 4065]
 4066
 4067[[package]]
 4068name = "crc-catalog"
 4069version = "2.4.0"
 4070source = "registry+https://github.com/rust-lang/crates.io-index"
 4071checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4072
 4073[[package]]
 4074name = "crc-fast"
 4075version = "1.6.0"
 4076source = "registry+https://github.com/rust-lang/crates.io-index"
 4077checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4078dependencies = [
 4079 "crc",
 4080 "digest",
 4081 "rand 0.9.2",
 4082 "regex",
 4083 "rustversion",
 4084]
 4085
 4086[[package]]
 4087name = "crc32fast"
 4088version = "1.5.0"
 4089source = "registry+https://github.com/rust-lang/crates.io-index"
 4090checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4091dependencies = [
 4092 "cfg-if",
 4093]
 4094
 4095[[package]]
 4096name = "credentials_provider"
 4097version = "0.1.0"
 4098dependencies = [
 4099 "anyhow",
 4100 "gpui",
 4101 "serde",
 4102]
 4103
 4104[[package]]
 4105name = "criterion"
 4106version = "0.5.1"
 4107source = "registry+https://github.com/rust-lang/crates.io-index"
 4108checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4109dependencies = [
 4110 "anes",
 4111 "cast",
 4112 "ciborium",
 4113 "clap",
 4114 "criterion-plot",
 4115 "is-terminal",
 4116 "itertools 0.10.5",
 4117 "num-traits",
 4118 "once_cell",
 4119 "oorandom",
 4120 "plotters",
 4121 "rayon",
 4122 "regex",
 4123 "serde",
 4124 "serde_derive",
 4125 "serde_json",
 4126 "tinytemplate",
 4127 "walkdir",
 4128]
 4129
 4130[[package]]
 4131name = "criterion-plot"
 4132version = "0.5.0"
 4133source = "registry+https://github.com/rust-lang/crates.io-index"
 4134checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4135dependencies = [
 4136 "cast",
 4137 "itertools 0.10.5",
 4138]
 4139
 4140[[package]]
 4141name = "crossbeam"
 4142version = "0.8.4"
 4143source = "registry+https://github.com/rust-lang/crates.io-index"
 4144checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4145dependencies = [
 4146 "crossbeam-channel",
 4147 "crossbeam-deque",
 4148 "crossbeam-epoch",
 4149 "crossbeam-queue",
 4150 "crossbeam-utils",
 4151]
 4152
 4153[[package]]
 4154name = "crossbeam-channel"
 4155version = "0.5.15"
 4156source = "registry+https://github.com/rust-lang/crates.io-index"
 4157checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4158dependencies = [
 4159 "crossbeam-utils",
 4160]
 4161
 4162[[package]]
 4163name = "crossbeam-deque"
 4164version = "0.8.6"
 4165source = "registry+https://github.com/rust-lang/crates.io-index"
 4166checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4167dependencies = [
 4168 "crossbeam-epoch",
 4169 "crossbeam-utils",
 4170]
 4171
 4172[[package]]
 4173name = "crossbeam-epoch"
 4174version = "0.9.18"
 4175source = "registry+https://github.com/rust-lang/crates.io-index"
 4176checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4177dependencies = [
 4178 "crossbeam-utils",
 4179]
 4180
 4181[[package]]
 4182name = "crossbeam-queue"
 4183version = "0.3.12"
 4184source = "registry+https://github.com/rust-lang/crates.io-index"
 4185checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4186dependencies = [
 4187 "crossbeam-utils",
 4188]
 4189
 4190[[package]]
 4191name = "crossbeam-utils"
 4192version = "0.8.21"
 4193source = "registry+https://github.com/rust-lang/crates.io-index"
 4194checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4195
 4196[[package]]
 4197name = "crunchy"
 4198version = "0.2.4"
 4199source = "registry+https://github.com/rust-lang/crates.io-index"
 4200checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4201
 4202[[package]]
 4203name = "crypto-bigint"
 4204version = "0.4.9"
 4205source = "registry+https://github.com/rust-lang/crates.io-index"
 4206checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4207dependencies = [
 4208 "generic-array",
 4209 "rand_core 0.6.4",
 4210 "subtle",
 4211 "zeroize",
 4212]
 4213
 4214[[package]]
 4215name = "crypto-bigint"
 4216version = "0.5.5"
 4217source = "registry+https://github.com/rust-lang/crates.io-index"
 4218checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4219dependencies = [
 4220 "rand_core 0.6.4",
 4221 "subtle",
 4222]
 4223
 4224[[package]]
 4225name = "crypto-common"
 4226version = "0.1.6"
 4227source = "registry+https://github.com/rust-lang/crates.io-index"
 4228checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4229dependencies = [
 4230 "generic-array",
 4231 "typenum",
 4232]
 4233
 4234[[package]]
 4235name = "cssparser"
 4236version = "0.35.0"
 4237source = "registry+https://github.com/rust-lang/crates.io-index"
 4238checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4239dependencies = [
 4240 "cssparser-macros",
 4241 "dtoa-short",
 4242 "itoa",
 4243 "phf 0.11.3",
 4244 "smallvec",
 4245]
 4246
 4247[[package]]
 4248name = "cssparser-macros"
 4249version = "0.6.1"
 4250source = "registry+https://github.com/rust-lang/crates.io-index"
 4251checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4252dependencies = [
 4253 "quote",
 4254 "syn 2.0.117",
 4255]
 4256
 4257[[package]]
 4258name = "csv_preview"
 4259version = "0.1.0"
 4260dependencies = [
 4261 "anyhow",
 4262 "editor",
 4263 "feature_flags",
 4264 "gpui",
 4265 "log",
 4266 "text",
 4267 "ui",
 4268 "workspace",
 4269]
 4270
 4271[[package]]
 4272name = "ctor"
 4273version = "0.4.3"
 4274source = "registry+https://github.com/rust-lang/crates.io-index"
 4275checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4276dependencies = [
 4277 "ctor-proc-macro",
 4278 "dtor",
 4279]
 4280
 4281[[package]]
 4282name = "ctor-proc-macro"
 4283version = "0.0.6"
 4284source = "registry+https://github.com/rust-lang/crates.io-index"
 4285checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4286
 4287[[package]]
 4288name = "ctrlc"
 4289version = "3.5.0"
 4290source = "registry+https://github.com/rust-lang/crates.io-index"
 4291checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4292dependencies = [
 4293 "dispatch",
 4294 "nix 0.30.1",
 4295 "windows-sys 0.61.2",
 4296]
 4297
 4298[[package]]
 4299name = "cursor-icon"
 4300version = "1.2.0"
 4301source = "registry+https://github.com/rust-lang/crates.io-index"
 4302checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4303
 4304[[package]]
 4305name = "cxx"
 4306version = "1.0.187"
 4307source = "registry+https://github.com/rust-lang/crates.io-index"
 4308checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4309dependencies = [
 4310 "cc",
 4311 "cxx-build",
 4312 "cxxbridge-cmd",
 4313 "cxxbridge-flags",
 4314 "cxxbridge-macro",
 4315 "foldhash 0.2.0",
 4316 "link-cplusplus",
 4317]
 4318
 4319[[package]]
 4320name = "cxx-build"
 4321version = "1.0.187"
 4322source = "registry+https://github.com/rust-lang/crates.io-index"
 4323checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4324dependencies = [
 4325 "cc",
 4326 "codespan-reporting",
 4327 "indexmap",
 4328 "proc-macro2",
 4329 "quote",
 4330 "scratch",
 4331 "syn 2.0.117",
 4332]
 4333
 4334[[package]]
 4335name = "cxxbridge-cmd"
 4336version = "1.0.187"
 4337source = "registry+https://github.com/rust-lang/crates.io-index"
 4338checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4339dependencies = [
 4340 "clap",
 4341 "codespan-reporting",
 4342 "indexmap",
 4343 "proc-macro2",
 4344 "quote",
 4345 "syn 2.0.117",
 4346]
 4347
 4348[[package]]
 4349name = "cxxbridge-flags"
 4350version = "1.0.187"
 4351source = "registry+https://github.com/rust-lang/crates.io-index"
 4352checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4353
 4354[[package]]
 4355name = "cxxbridge-macro"
 4356version = "1.0.187"
 4357source = "registry+https://github.com/rust-lang/crates.io-index"
 4358checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4359dependencies = [
 4360 "indexmap",
 4361 "proc-macro2",
 4362 "quote",
 4363 "syn 2.0.117",
 4364]
 4365
 4366[[package]]
 4367name = "dap"
 4368version = "0.1.0"
 4369dependencies = [
 4370 "anyhow",
 4371 "async-compression",
 4372 "async-pipe",
 4373 "async-tar",
 4374 "async-trait",
 4375 "client",
 4376 "collections",
 4377 "dap-types",
 4378 "fs",
 4379 "futures 0.3.32",
 4380 "gpui",
 4381 "http_client",
 4382 "language",
 4383 "libc",
 4384 "log",
 4385 "node_runtime",
 4386 "parking_lot",
 4387 "paths",
 4388 "proto",
 4389 "schemars",
 4390 "serde",
 4391 "serde_json",
 4392 "settings",
 4393 "smallvec",
 4394 "smol",
 4395 "task",
 4396 "telemetry",
 4397 "util",
 4398 "zlog",
 4399]
 4400
 4401[[package]]
 4402name = "dap-types"
 4403version = "0.0.1"
 4404source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4405dependencies = [
 4406 "schemars",
 4407 "serde",
 4408 "serde_json",
 4409]
 4410
 4411[[package]]
 4412name = "dap_adapters"
 4413version = "0.1.0"
 4414dependencies = [
 4415 "anyhow",
 4416 "async-trait",
 4417 "collections",
 4418 "dap",
 4419 "dotenvy",
 4420 "fs",
 4421 "futures 0.3.32",
 4422 "gpui",
 4423 "http_client",
 4424 "json_dotpath",
 4425 "language",
 4426 "log",
 4427 "node_runtime",
 4428 "paths",
 4429 "serde",
 4430 "serde_json",
 4431 "settings",
 4432 "smol",
 4433 "task",
 4434 "util",
 4435]
 4436
 4437[[package]]
 4438name = "darling"
 4439version = "0.20.11"
 4440source = "registry+https://github.com/rust-lang/crates.io-index"
 4441checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4442dependencies = [
 4443 "darling_core 0.20.11",
 4444 "darling_macro 0.20.11",
 4445]
 4446
 4447[[package]]
 4448name = "darling"
 4449version = "0.21.3"
 4450source = "registry+https://github.com/rust-lang/crates.io-index"
 4451checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4452dependencies = [
 4453 "darling_core 0.21.3",
 4454 "darling_macro 0.21.3",
 4455]
 4456
 4457[[package]]
 4458name = "darling_core"
 4459version = "0.20.11"
 4460source = "registry+https://github.com/rust-lang/crates.io-index"
 4461checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4462dependencies = [
 4463 "fnv",
 4464 "ident_case",
 4465 "proc-macro2",
 4466 "quote",
 4467 "strsim",
 4468 "syn 2.0.117",
 4469]
 4470
 4471[[package]]
 4472name = "darling_core"
 4473version = "0.21.3"
 4474source = "registry+https://github.com/rust-lang/crates.io-index"
 4475checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4476dependencies = [
 4477 "fnv",
 4478 "ident_case",
 4479 "proc-macro2",
 4480 "quote",
 4481 "strsim",
 4482 "syn 2.0.117",
 4483]
 4484
 4485[[package]]
 4486name = "darling_macro"
 4487version = "0.20.11"
 4488source = "registry+https://github.com/rust-lang/crates.io-index"
 4489checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4490dependencies = [
 4491 "darling_core 0.20.11",
 4492 "quote",
 4493 "syn 2.0.117",
 4494]
 4495
 4496[[package]]
 4497name = "darling_macro"
 4498version = "0.21.3"
 4499source = "registry+https://github.com/rust-lang/crates.io-index"
 4500checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4501dependencies = [
 4502 "darling_core 0.21.3",
 4503 "quote",
 4504 "syn 2.0.117",
 4505]
 4506
 4507[[package]]
 4508name = "dashmap"
 4509version = "6.1.0"
 4510source = "registry+https://github.com/rust-lang/crates.io-index"
 4511checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4512dependencies = [
 4513 "cfg-if",
 4514 "crossbeam-utils",
 4515 "hashbrown 0.14.5",
 4516 "lock_api",
 4517 "once_cell",
 4518 "parking_lot_core",
 4519]
 4520
 4521[[package]]
 4522name = "dasp_sample"
 4523version = "0.11.0"
 4524source = "registry+https://github.com/rust-lang/crates.io-index"
 4525checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4526
 4527[[package]]
 4528name = "data-encoding"
 4529version = "2.9.0"
 4530source = "registry+https://github.com/rust-lang/crates.io-index"
 4531checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4532
 4533[[package]]
 4534name = "data-url"
 4535version = "0.3.2"
 4536source = "registry+https://github.com/rust-lang/crates.io-index"
 4537checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4538
 4539[[package]]
 4540name = "db"
 4541version = "0.1.0"
 4542dependencies = [
 4543 "anyhow",
 4544 "gpui",
 4545 "indoc",
 4546 "inventory",
 4547 "log",
 4548 "paths",
 4549 "release_channel",
 4550 "smol",
 4551 "sqlez",
 4552 "sqlez_macros",
 4553 "tempfile",
 4554 "util",
 4555 "uuid",
 4556 "zed_env_vars",
 4557]
 4558
 4559[[package]]
 4560name = "dbus"
 4561version = "0.9.9"
 4562source = "registry+https://github.com/rust-lang/crates.io-index"
 4563checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4564dependencies = [
 4565 "libc",
 4566 "libdbus-sys",
 4567 "windows-sys 0.59.0",
 4568]
 4569
 4570[[package]]
 4571name = "debug_adapter_extension"
 4572version = "0.1.0"
 4573dependencies = [
 4574 "anyhow",
 4575 "async-trait",
 4576 "collections",
 4577 "dap",
 4578 "extension",
 4579 "gpui",
 4580 "serde_json",
 4581 "task",
 4582 "util",
 4583]
 4584
 4585[[package]]
 4586name = "debugger_tools"
 4587version = "0.1.0"
 4588dependencies = [
 4589 "anyhow",
 4590 "dap",
 4591 "editor",
 4592 "futures 0.3.32",
 4593 "gpui",
 4594 "project",
 4595 "serde_json",
 4596 "settings",
 4597 "smol",
 4598 "util",
 4599 "workspace",
 4600]
 4601
 4602[[package]]
 4603name = "debugger_ui"
 4604version = "0.1.0"
 4605dependencies = [
 4606 "alacritty_terminal",
 4607 "anyhow",
 4608 "bitflags 2.10.0",
 4609 "client",
 4610 "collections",
 4611 "command_palette_hooks",
 4612 "dap",
 4613 "dap_adapters",
 4614 "db",
 4615 "debugger_tools",
 4616 "editor",
 4617 "feature_flags",
 4618 "file_icons",
 4619 "futures 0.3.32",
 4620 "fuzzy",
 4621 "gpui",
 4622 "hex",
 4623 "indoc",
 4624 "itertools 0.14.0",
 4625 "language",
 4626 "log",
 4627 "menu",
 4628 "notifications",
 4629 "parking_lot",
 4630 "parse_int",
 4631 "paths",
 4632 "picker",
 4633 "pretty_assertions",
 4634 "project",
 4635 "rpc",
 4636 "schemars",
 4637 "serde",
 4638 "serde_json",
 4639 "serde_json_lenient",
 4640 "settings",
 4641 "sysinfo 0.37.2",
 4642 "task",
 4643 "tasks_ui",
 4644 "terminal_view",
 4645 "text",
 4646 "theme",
 4647 "theme_settings",
 4648 "tree-sitter",
 4649 "tree-sitter-go",
 4650 "tree-sitter-json",
 4651 "ui",
 4652 "ui_input",
 4653 "unindent",
 4654 "util",
 4655 "workspace",
 4656 "zed_actions",
 4657 "zlog",
 4658]
 4659
 4660[[package]]
 4661name = "debugid"
 4662version = "0.8.0"
 4663source = "registry+https://github.com/rust-lang/crates.io-index"
 4664checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4665dependencies = [
 4666 "uuid",
 4667]
 4668
 4669[[package]]
 4670name = "deepseek"
 4671version = "0.1.0"
 4672dependencies = [
 4673 "anyhow",
 4674 "futures 0.3.32",
 4675 "http_client",
 4676 "schemars",
 4677 "serde",
 4678 "serde_json",
 4679]
 4680
 4681[[package]]
 4682name = "deflate64"
 4683version = "0.1.10"
 4684source = "registry+https://github.com/rust-lang/crates.io-index"
 4685checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4686
 4687[[package]]
 4688name = "denoise"
 4689version = "0.1.0"
 4690dependencies = [
 4691 "candle-core",
 4692 "candle-onnx",
 4693 "log",
 4694 "realfft",
 4695 "rodio",
 4696 "rustfft",
 4697 "thiserror 2.0.17",
 4698]
 4699
 4700[[package]]
 4701name = "der"
 4702version = "0.6.1"
 4703source = "registry+https://github.com/rust-lang/crates.io-index"
 4704checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4705dependencies = [
 4706 "const-oid",
 4707 "zeroize",
 4708]
 4709
 4710[[package]]
 4711name = "der"
 4712version = "0.7.10"
 4713source = "registry+https://github.com/rust-lang/crates.io-index"
 4714checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4715dependencies = [
 4716 "const-oid",
 4717 "pem-rfc7468",
 4718 "zeroize",
 4719]
 4720
 4721[[package]]
 4722name = "deranged"
 4723version = "0.5.4"
 4724source = "registry+https://github.com/rust-lang/crates.io-index"
 4725checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4726dependencies = [
 4727 "powerfmt",
 4728 "serde_core",
 4729]
 4730
 4731[[package]]
 4732name = "derive_arbitrary"
 4733version = "1.4.2"
 4734source = "registry+https://github.com/rust-lang/crates.io-index"
 4735checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4736dependencies = [
 4737 "proc-macro2",
 4738 "quote",
 4739 "syn 2.0.117",
 4740]
 4741
 4742[[package]]
 4743name = "derive_more"
 4744version = "2.1.1"
 4745source = "registry+https://github.com/rust-lang/crates.io-index"
 4746checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4747dependencies = [
 4748 "derive_more-impl",
 4749]
 4750
 4751[[package]]
 4752name = "derive_more-impl"
 4753version = "2.1.1"
 4754source = "registry+https://github.com/rust-lang/crates.io-index"
 4755checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4756dependencies = [
 4757 "convert_case 0.10.0",
 4758 "proc-macro2",
 4759 "quote",
 4760 "rustc_version",
 4761 "syn 2.0.117",
 4762 "unicode-xid",
 4763]
 4764
 4765[[package]]
 4766name = "derive_refineable"
 4767version = "0.1.0"
 4768dependencies = [
 4769 "proc-macro2",
 4770 "quote",
 4771 "syn 2.0.117",
 4772]
 4773
 4774[[package]]
 4775name = "derive_setters"
 4776version = "0.1.9"
 4777source = "registry+https://github.com/rust-lang/crates.io-index"
 4778checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4779dependencies = [
 4780 "darling 0.21.3",
 4781 "proc-macro2",
 4782 "quote",
 4783 "syn 2.0.117",
 4784]
 4785
 4786[[package]]
 4787name = "dev_container"
 4788version = "0.1.0"
 4789dependencies = [
 4790 "async-tar",
 4791 "async-trait",
 4792 "env_logger 0.11.8",
 4793 "fs",
 4794 "futures 0.3.32",
 4795 "gpui",
 4796 "http 1.3.1",
 4797 "http_client",
 4798 "log",
 4799 "menu",
 4800 "paths",
 4801 "picker",
 4802 "project",
 4803 "serde",
 4804 "serde_json",
 4805 "serde_json_lenient",
 4806 "settings",
 4807 "shlex",
 4808 "ui",
 4809 "util",
 4810 "walkdir",
 4811 "workspace",
 4812 "worktree",
 4813]
 4814
 4815[[package]]
 4816name = "diagnostics"
 4817version = "0.1.0"
 4818dependencies = [
 4819 "anyhow",
 4820 "collections",
 4821 "component",
 4822 "ctor",
 4823 "editor",
 4824 "gpui",
 4825 "indoc",
 4826 "itertools 0.14.0",
 4827 "language",
 4828 "log",
 4829 "lsp",
 4830 "markdown",
 4831 "pretty_assertions",
 4832 "project",
 4833 "rand 0.9.2",
 4834 "serde",
 4835 "serde_json",
 4836 "settings",
 4837 "text",
 4838 "theme",
 4839 "theme_settings",
 4840 "ui",
 4841 "unindent",
 4842 "util",
 4843 "workspace",
 4844 "zed_actions",
 4845 "zlog",
 4846]
 4847
 4848[[package]]
 4849name = "dialoguer"
 4850version = "0.11.0"
 4851source = "registry+https://github.com/rust-lang/crates.io-index"
 4852checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4853dependencies = [
 4854 "console",
 4855 "fuzzy-matcher",
 4856 "shell-words",
 4857 "tempfile",
 4858 "thiserror 1.0.69",
 4859 "zeroize",
 4860]
 4861
 4862[[package]]
 4863name = "diff"
 4864version = "0.1.13"
 4865source = "registry+https://github.com/rust-lang/crates.io-index"
 4866checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4867
 4868[[package]]
 4869name = "diffy"
 4870version = "0.4.2"
 4871source = "registry+https://github.com/rust-lang/crates.io-index"
 4872checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4873dependencies = [
 4874 "nu-ansi-term",
 4875]
 4876
 4877[[package]]
 4878name = "digest"
 4879version = "0.10.7"
 4880source = "registry+https://github.com/rust-lang/crates.io-index"
 4881checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4882dependencies = [
 4883 "block-buffer",
 4884 "const-oid",
 4885 "crypto-common",
 4886 "subtle",
 4887]
 4888
 4889[[package]]
 4890name = "dirs"
 4891version = "4.0.0"
 4892source = "registry+https://github.com/rust-lang/crates.io-index"
 4893checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4894dependencies = [
 4895 "dirs-sys 0.3.7",
 4896]
 4897
 4898[[package]]
 4899name = "dirs"
 4900version = "5.0.1"
 4901source = "registry+https://github.com/rust-lang/crates.io-index"
 4902checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4903dependencies = [
 4904 "dirs-sys 0.4.1",
 4905]
 4906
 4907[[package]]
 4908name = "dirs"
 4909version = "6.0.0"
 4910source = "registry+https://github.com/rust-lang/crates.io-index"
 4911checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4912dependencies = [
 4913 "dirs-sys 0.5.0",
 4914]
 4915
 4916[[package]]
 4917name = "dirs-sys"
 4918version = "0.3.7"
 4919source = "registry+https://github.com/rust-lang/crates.io-index"
 4920checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4921dependencies = [
 4922 "libc",
 4923 "redox_users 0.4.6",
 4924 "winapi",
 4925]
 4926
 4927[[package]]
 4928name = "dirs-sys"
 4929version = "0.4.1"
 4930source = "registry+https://github.com/rust-lang/crates.io-index"
 4931checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4932dependencies = [
 4933 "libc",
 4934 "option-ext",
 4935 "redox_users 0.4.6",
 4936 "windows-sys 0.48.0",
 4937]
 4938
 4939[[package]]
 4940name = "dirs-sys"
 4941version = "0.5.0"
 4942source = "registry+https://github.com/rust-lang/crates.io-index"
 4943checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4944dependencies = [
 4945 "libc",
 4946 "option-ext",
 4947 "redox_users 0.5.2",
 4948 "windows-sys 0.61.2",
 4949]
 4950
 4951[[package]]
 4952name = "dispatch"
 4953version = "0.2.0"
 4954source = "registry+https://github.com/rust-lang/crates.io-index"
 4955checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4956
 4957[[package]]
 4958name = "dispatch2"
 4959version = "0.3.1"
 4960source = "registry+https://github.com/rust-lang/crates.io-index"
 4961checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4962dependencies = [
 4963 "bitflags 2.10.0",
 4964 "block2",
 4965 "libc",
 4966 "objc2",
 4967]
 4968
 4969[[package]]
 4970name = "displaydoc"
 4971version = "0.2.5"
 4972source = "registry+https://github.com/rust-lang/crates.io-index"
 4973checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4974dependencies = [
 4975 "proc-macro2",
 4976 "quote",
 4977 "syn 2.0.117",
 4978]
 4979
 4980[[package]]
 4981name = "dlib"
 4982version = "0.5.2"
 4983source = "registry+https://github.com/rust-lang/crates.io-index"
 4984checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4985dependencies = [
 4986 "libloading",
 4987]
 4988
 4989[[package]]
 4990name = "docs_preprocessor"
 4991version = "0.1.0"
 4992dependencies = [
 4993 "anyhow",
 4994 "collections",
 4995 "jsonschema",
 4996 "mdbook",
 4997 "regex",
 4998 "schemars",
 4999 "serde",
 5000 "serde_json",
 5001 "settings",
 5002 "task",
 5003 "theme",
 5004 "util",
 5005 "zlog",
 5006]
 5007
 5008[[package]]
 5009name = "document-features"
 5010version = "0.2.12"
 5011source = "registry+https://github.com/rust-lang/crates.io-index"
 5012checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5013dependencies = [
 5014 "litrs",
 5015]
 5016
 5017[[package]]
 5018name = "documented"
 5019version = "0.9.2"
 5020source = "registry+https://github.com/rust-lang/crates.io-index"
 5021checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5022dependencies = [
 5023 "documented-macros",
 5024 "phf 0.12.1",
 5025 "thiserror 2.0.17",
 5026]
 5027
 5028[[package]]
 5029name = "documented-macros"
 5030version = "0.9.2"
 5031source = "registry+https://github.com/rust-lang/crates.io-index"
 5032checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5033dependencies = [
 5034 "convert_case 0.8.0",
 5035 "itertools 0.14.0",
 5036 "optfield",
 5037 "proc-macro2",
 5038 "quote",
 5039 "strum 0.27.2",
 5040 "syn 2.0.117",
 5041]
 5042
 5043[[package]]
 5044name = "dotenvy"
 5045version = "0.15.7"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5048
 5049[[package]]
 5050name = "downcast-rs"
 5051version = "1.2.1"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5054
 5055[[package]]
 5056name = "doxygen-rs"
 5057version = "0.4.2"
 5058source = "registry+https://github.com/rust-lang/crates.io-index"
 5059checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5060dependencies = [
 5061 "phf 0.11.3",
 5062]
 5063
 5064[[package]]
 5065name = "dtoa"
 5066version = "1.0.10"
 5067source = "registry+https://github.com/rust-lang/crates.io-index"
 5068checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5069
 5070[[package]]
 5071name = "dtoa-short"
 5072version = "0.3.5"
 5073source = "registry+https://github.com/rust-lang/crates.io-index"
 5074checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5075dependencies = [
 5076 "dtoa",
 5077]
 5078
 5079[[package]]
 5080name = "dtor"
 5081version = "0.0.6"
 5082source = "registry+https://github.com/rust-lang/crates.io-index"
 5083checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5084dependencies = [
 5085 "dtor-proc-macro",
 5086]
 5087
 5088[[package]]
 5089name = "dtor-proc-macro"
 5090version = "0.0.5"
 5091source = "registry+https://github.com/rust-lang/crates.io-index"
 5092checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5093
 5094[[package]]
 5095name = "dunce"
 5096version = "1.0.5"
 5097source = "registry+https://github.com/rust-lang/crates.io-index"
 5098checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5099
 5100[[package]]
 5101name = "dwrote"
 5102version = "0.11.5"
 5103source = "registry+https://github.com/rust-lang/crates.io-index"
 5104checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5105dependencies = [
 5106 "lazy_static",
 5107 "libc",
 5108 "winapi",
 5109 "wio",
 5110]
 5111
 5112[[package]]
 5113name = "dyn-clone"
 5114version = "1.0.20"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5117
 5118[[package]]
 5119name = "dyn-stack"
 5120version = "0.10.0"
 5121source = "registry+https://github.com/rust-lang/crates.io-index"
 5122checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5123dependencies = [
 5124 "bytemuck",
 5125 "reborrow",
 5126]
 5127
 5128[[package]]
 5129name = "dyn-stack"
 5130version = "0.13.2"
 5131source = "registry+https://github.com/rust-lang/crates.io-index"
 5132checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5133dependencies = [
 5134 "bytemuck",
 5135 "dyn-stack-macros",
 5136]
 5137
 5138[[package]]
 5139name = "dyn-stack-macros"
 5140version = "0.1.3"
 5141source = "registry+https://github.com/rust-lang/crates.io-index"
 5142checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5143
 5144[[package]]
 5145name = "ec4rs"
 5146version = "1.2.0"
 5147source = "registry+https://github.com/rust-lang/crates.io-index"
 5148checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5149
 5150[[package]]
 5151name = "ecdsa"
 5152version = "0.14.8"
 5153source = "registry+https://github.com/rust-lang/crates.io-index"
 5154checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5155dependencies = [
 5156 "der 0.6.1",
 5157 "elliptic-curve",
 5158 "rfc6979",
 5159 "signature 1.6.4",
 5160]
 5161
 5162[[package]]
 5163name = "edit_prediction"
 5164version = "0.1.0"
 5165dependencies = [
 5166 "ai_onboarding",
 5167 "anyhow",
 5168 "buffer_diff",
 5169 "client",
 5170 "clock",
 5171 "cloud_api_client",
 5172 "cloud_api_types",
 5173 "cloud_llm_client",
 5174 "collections",
 5175 "copilot",
 5176 "copilot_ui",
 5177 "credentials_provider",
 5178 "ctor",
 5179 "db",
 5180 "edit_prediction_context",
 5181 "edit_prediction_types",
 5182 "feature_flags",
 5183 "fs",
 5184 "futures 0.3.32",
 5185 "gpui",
 5186 "heapless",
 5187 "indoc",
 5188 "itertools 0.14.0",
 5189 "language",
 5190 "language_model",
 5191 "log",
 5192 "lsp",
 5193 "menu",
 5194 "open_ai",
 5195 "parking_lot",
 5196 "postage",
 5197 "pretty_assertions",
 5198 "project",
 5199 "pulldown-cmark 0.13.0",
 5200 "rand 0.9.2",
 5201 "regex",
 5202 "release_channel",
 5203 "semver",
 5204 "serde",
 5205 "serde_json",
 5206 "settings",
 5207 "strum 0.27.2",
 5208 "telemetry",
 5209 "telemetry_events",
 5210 "text",
 5211 "thiserror 2.0.17",
 5212 "time",
 5213 "toml 0.8.23",
 5214 "ui",
 5215 "util",
 5216 "uuid",
 5217 "workspace",
 5218 "worktree",
 5219 "zed_actions",
 5220 "zed_credentials_provider",
 5221 "zeta_prompt",
 5222 "zlog",
 5223 "zstd",
 5224]
 5225
 5226[[package]]
 5227name = "edit_prediction_cli"
 5228version = "0.1.0"
 5229dependencies = [
 5230 "anthropic",
 5231 "anyhow",
 5232 "chrono",
 5233 "clap",
 5234 "client",
 5235 "cloud_llm_client",
 5236 "collections",
 5237 "criterion",
 5238 "db",
 5239 "debug_adapter_extension",
 5240 "dirs 4.0.0",
 5241 "edit_prediction",
 5242 "extension",
 5243 "flate2",
 5244 "fs",
 5245 "futures 0.3.32",
 5246 "gaoya",
 5247 "gpui",
 5248 "gpui_platform",
 5249 "gpui_tokio",
 5250 "http_client",
 5251 "indoc",
 5252 "language",
 5253 "language_extension",
 5254 "language_model",
 5255 "language_models",
 5256 "languages",
 5257 "libc",
 5258 "log",
 5259 "node_runtime",
 5260 "open_ai",
 5261 "paths",
 5262 "pretty_assertions",
 5263 "project",
 5264 "prompt_store",
 5265 "rand 0.9.2",
 5266 "release_channel",
 5267 "reqwest_client",
 5268 "rust-embed",
 5269 "serde",
 5270 "serde_json",
 5271 "settings",
 5272 "shellexpand 2.1.2",
 5273 "similar",
 5274 "smol",
 5275 "sqlez",
 5276 "sqlez_macros",
 5277 "strum 0.27.2",
 5278 "telemetry_events",
 5279 "tempfile",
 5280 "terminal_view",
 5281 "toml 0.8.23",
 5282 "util",
 5283 "wasmtime",
 5284 "watch",
 5285 "workspace",
 5286 "zeta_prompt",
 5287]
 5288
 5289[[package]]
 5290name = "edit_prediction_context"
 5291version = "0.1.0"
 5292dependencies = [
 5293 "anyhow",
 5294 "clock",
 5295 "collections",
 5296 "env_logger 0.11.8",
 5297 "futures 0.3.32",
 5298 "gpui",
 5299 "indoc",
 5300 "language",
 5301 "log",
 5302 "lsp",
 5303 "parking_lot",
 5304 "pretty_assertions",
 5305 "project",
 5306 "serde",
 5307 "serde_json",
 5308 "settings",
 5309 "smallvec",
 5310 "text",
 5311 "tree-sitter",
 5312 "util",
 5313 "zeta_prompt",
 5314]
 5315
 5316[[package]]
 5317name = "edit_prediction_types"
 5318version = "0.1.0"
 5319dependencies = [
 5320 "client",
 5321 "gpui",
 5322 "icons",
 5323 "language",
 5324 "text",
 5325]
 5326
 5327[[package]]
 5328name = "edit_prediction_ui"
 5329version = "0.1.0"
 5330dependencies = [
 5331 "anyhow",
 5332 "buffer_diff",
 5333 "client",
 5334 "cloud_llm_client",
 5335 "codestral",
 5336 "collections",
 5337 "command_palette_hooks",
 5338 "copilot",
 5339 "copilot_chat",
 5340 "copilot_ui",
 5341 "edit_prediction",
 5342 "edit_prediction_types",
 5343 "editor",
 5344 "feature_flags",
 5345 "fs",
 5346 "futures 0.3.32",
 5347 "gpui",
 5348 "indoc",
 5349 "language",
 5350 "markdown",
 5351 "menu",
 5352 "multi_buffer",
 5353 "paths",
 5354 "project",
 5355 "regex",
 5356 "settings",
 5357 "telemetry",
 5358 "text",
 5359 "theme",
 5360 "theme_settings",
 5361 "time",
 5362 "ui",
 5363 "util",
 5364 "workspace",
 5365 "zed_actions",
 5366 "zeta_prompt",
 5367]
 5368
 5369[[package]]
 5370name = "editor"
 5371version = "0.1.0"
 5372dependencies = [
 5373 "aho-corasick",
 5374 "anyhow",
 5375 "assets",
 5376 "breadcrumbs",
 5377 "buffer_diff",
 5378 "client",
 5379 "clock",
 5380 "collections",
 5381 "convert_case 0.8.0",
 5382 "criterion",
 5383 "ctor",
 5384 "dap",
 5385 "db",
 5386 "edit_prediction_types",
 5387 "emojis",
 5388 "feature_flags",
 5389 "file_icons",
 5390 "fs",
 5391 "futures 0.3.32",
 5392 "fuzzy",
 5393 "git",
 5394 "gpui",
 5395 "indoc",
 5396 "itertools 0.14.0",
 5397 "language",
 5398 "languages",
 5399 "linkify",
 5400 "log",
 5401 "lsp",
 5402 "markdown",
 5403 "menu",
 5404 "multi_buffer",
 5405 "ordered-float 2.10.1",
 5406 "parking_lot",
 5407 "pretty_assertions",
 5408 "project",
 5409 "proptest",
 5410 "proptest-derive",
 5411 "rand 0.9.2",
 5412 "regex",
 5413 "release_channel",
 5414 "rope",
 5415 "rpc",
 5416 "schemars",
 5417 "semver",
 5418 "serde",
 5419 "serde_json",
 5420 "settings",
 5421 "smallvec",
 5422 "smol",
 5423 "snippet",
 5424 "sum_tree",
 5425 "task",
 5426 "telemetry",
 5427 "text",
 5428 "theme",
 5429 "theme_settings",
 5430 "time",
 5431 "tracing",
 5432 "tree-sitter-bash",
 5433 "tree-sitter-c",
 5434 "tree-sitter-html",
 5435 "tree-sitter-md",
 5436 "tree-sitter-python",
 5437 "tree-sitter-rust",
 5438 "tree-sitter-typescript",
 5439 "tree-sitter-yaml",
 5440 "ui",
 5441 "ui_input",
 5442 "unicode-script",
 5443 "unicode-segmentation",
 5444 "unicode-width",
 5445 "unindent",
 5446 "url",
 5447 "util",
 5448 "uuid",
 5449 "vim_mode_setting",
 5450 "workspace",
 5451 "zed_actions",
 5452 "zlog",
 5453 "ztracing",
 5454]
 5455
 5456[[package]]
 5457name = "either"
 5458version = "1.15.0"
 5459source = "registry+https://github.com/rust-lang/crates.io-index"
 5460checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5461dependencies = [
 5462 "serde",
 5463]
 5464
 5465[[package]]
 5466name = "elasticlunr-rs"
 5467version = "3.0.2"
 5468source = "registry+https://github.com/rust-lang/crates.io-index"
 5469checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5470dependencies = [
 5471 "regex",
 5472 "serde",
 5473 "serde_derive",
 5474 "serde_json",
 5475]
 5476
 5477[[package]]
 5478name = "elliptic-curve"
 5479version = "0.12.3"
 5480source = "registry+https://github.com/rust-lang/crates.io-index"
 5481checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5482dependencies = [
 5483 "base16ct",
 5484 "crypto-bigint 0.4.9",
 5485 "der 0.6.1",
 5486 "digest",
 5487 "ff",
 5488 "generic-array",
 5489 "group",
 5490 "pkcs8 0.9.0",
 5491 "rand_core 0.6.4",
 5492 "sec1",
 5493 "subtle",
 5494 "zeroize",
 5495]
 5496
 5497[[package]]
 5498name = "email_address"
 5499version = "0.2.9"
 5500source = "registry+https://github.com/rust-lang/crates.io-index"
 5501checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5502dependencies = [
 5503 "serde",
 5504]
 5505
 5506[[package]]
 5507name = "embed-resource"
 5508version = "3.0.6"
 5509source = "registry+https://github.com/rust-lang/crates.io-index"
 5510checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5511dependencies = [
 5512 "cc",
 5513 "memchr",
 5514 "rustc_version",
 5515 "toml 0.9.8",
 5516 "vswhom",
 5517 "winreg 0.55.0",
 5518]
 5519
 5520[[package]]
 5521name = "embedded-io"
 5522version = "0.4.0"
 5523source = "registry+https://github.com/rust-lang/crates.io-index"
 5524checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5525
 5526[[package]]
 5527name = "embedded-io"
 5528version = "0.6.1"
 5529source = "registry+https://github.com/rust-lang/crates.io-index"
 5530checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5531
 5532[[package]]
 5533name = "emojis"
 5534version = "0.6.4"
 5535source = "registry+https://github.com/rust-lang/crates.io-index"
 5536checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5537dependencies = [
 5538 "phf 0.11.3",
 5539]
 5540
 5541[[package]]
 5542name = "encode_unicode"
 5543version = "1.0.0"
 5544source = "registry+https://github.com/rust-lang/crates.io-index"
 5545checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5546
 5547[[package]]
 5548name = "encoding_rs"
 5549version = "0.8.35"
 5550source = "registry+https://github.com/rust-lang/crates.io-index"
 5551checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5552dependencies = [
 5553 "cfg-if",
 5554]
 5555
 5556[[package]]
 5557name = "encoding_selector"
 5558version = "0.1.0"
 5559dependencies = [
 5560 "editor",
 5561 "encoding_rs",
 5562 "fuzzy",
 5563 "gpui",
 5564 "language",
 5565 "picker",
 5566 "project",
 5567 "ui",
 5568 "util",
 5569 "workspace",
 5570]
 5571
 5572[[package]]
 5573name = "endi"
 5574version = "1.1.0"
 5575source = "registry+https://github.com/rust-lang/crates.io-index"
 5576checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5577
 5578[[package]]
 5579name = "enum-as-inner"
 5580version = "0.6.1"
 5581source = "registry+https://github.com/rust-lang/crates.io-index"
 5582checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5583dependencies = [
 5584 "heck 0.5.0",
 5585 "proc-macro2",
 5586 "quote",
 5587 "syn 2.0.117",
 5588]
 5589
 5590[[package]]
 5591name = "enumflags2"
 5592version = "0.7.12"
 5593source = "registry+https://github.com/rust-lang/crates.io-index"
 5594checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5595dependencies = [
 5596 "enumflags2_derive",
 5597 "serde",
 5598]
 5599
 5600[[package]]
 5601name = "enumflags2_derive"
 5602version = "0.7.12"
 5603source = "registry+https://github.com/rust-lang/crates.io-index"
 5604checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5605dependencies = [
 5606 "proc-macro2",
 5607 "quote",
 5608 "syn 2.0.117",
 5609]
 5610
 5611[[package]]
 5612name = "env_filter"
 5613version = "0.1.4"
 5614source = "registry+https://github.com/rust-lang/crates.io-index"
 5615checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5616dependencies = [
 5617 "log",
 5618 "regex",
 5619]
 5620
 5621[[package]]
 5622name = "env_logger"
 5623version = "0.10.2"
 5624source = "registry+https://github.com/rust-lang/crates.io-index"
 5625checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5626dependencies = [
 5627 "humantime",
 5628 "is-terminal",
 5629 "log",
 5630 "regex",
 5631 "termcolor",
 5632]
 5633
 5634[[package]]
 5635name = "env_logger"
 5636version = "0.11.8"
 5637source = "registry+https://github.com/rust-lang/crates.io-index"
 5638checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5639dependencies = [
 5640 "anstream",
 5641 "anstyle",
 5642 "env_filter",
 5643 "jiff",
 5644 "log",
 5645]
 5646
 5647[[package]]
 5648name = "env_var"
 5649version = "0.1.0"
 5650dependencies = [
 5651 "gpui_shared_string",
 5652]
 5653
 5654[[package]]
 5655name = "envy"
 5656version = "0.4.2"
 5657source = "registry+https://github.com/rust-lang/crates.io-index"
 5658checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5659dependencies = [
 5660 "serde",
 5661]
 5662
 5663[[package]]
 5664name = "equator"
 5665version = "0.4.2"
 5666source = "registry+https://github.com/rust-lang/crates.io-index"
 5667checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5668dependencies = [
 5669 "equator-macro",
 5670]
 5671
 5672[[package]]
 5673name = "equator-macro"
 5674version = "0.4.2"
 5675source = "registry+https://github.com/rust-lang/crates.io-index"
 5676checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5677dependencies = [
 5678 "proc-macro2",
 5679 "quote",
 5680 "syn 2.0.117",
 5681]
 5682
 5683[[package]]
 5684name = "equivalent"
 5685version = "1.0.2"
 5686source = "registry+https://github.com/rust-lang/crates.io-index"
 5687checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5688
 5689[[package]]
 5690name = "erased-serde"
 5691version = "0.4.9"
 5692source = "registry+https://github.com/rust-lang/crates.io-index"
 5693checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5694dependencies = [
 5695 "serde",
 5696 "serde_core",
 5697 "typeid",
 5698]
 5699
 5700[[package]]
 5701name = "errno"
 5702version = "0.2.8"
 5703source = "registry+https://github.com/rust-lang/crates.io-index"
 5704checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5705dependencies = [
 5706 "errno-dragonfly",
 5707 "libc",
 5708 "winapi",
 5709]
 5710
 5711[[package]]
 5712name = "errno"
 5713version = "0.3.14"
 5714source = "registry+https://github.com/rust-lang/crates.io-index"
 5715checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5716dependencies = [
 5717 "libc",
 5718 "windows-sys 0.61.2",
 5719]
 5720
 5721[[package]]
 5722name = "errno-dragonfly"
 5723version = "0.1.2"
 5724source = "registry+https://github.com/rust-lang/crates.io-index"
 5725checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5726dependencies = [
 5727 "cc",
 5728 "libc",
 5729]
 5730
 5731[[package]]
 5732name = "error-graph"
 5733version = "0.1.1"
 5734source = "registry+https://github.com/rust-lang/crates.io-index"
 5735checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5736dependencies = [
 5737 "serde",
 5738]
 5739
 5740[[package]]
 5741name = "etagere"
 5742version = "0.2.15"
 5743source = "registry+https://github.com/rust-lang/crates.io-index"
 5744checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5745dependencies = [
 5746 "euclid",
 5747 "svg_fmt",
 5748]
 5749
 5750[[package]]
 5751name = "etcetera"
 5752version = "0.8.0"
 5753source = "registry+https://github.com/rust-lang/crates.io-index"
 5754checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5755dependencies = [
 5756 "cfg-if",
 5757 "home",
 5758 "windows-sys 0.48.0",
 5759]
 5760
 5761[[package]]
 5762name = "etw_tracing"
 5763version = "0.1.0"
 5764dependencies = [
 5765 "anyhow",
 5766 "gpui",
 5767 "log",
 5768 "net",
 5769 "serde",
 5770 "serde_json",
 5771 "util",
 5772 "windows 0.61.3",
 5773 "windows-core 0.61.2",
 5774 "workspace",
 5775 "wprcontrol",
 5776]
 5777
 5778[[package]]
 5779name = "euclid"
 5780version = "0.22.11"
 5781source = "registry+https://github.com/rust-lang/crates.io-index"
 5782checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5783dependencies = [
 5784 "num-traits",
 5785]
 5786
 5787[[package]]
 5788name = "eval_cli"
 5789version = "0.1.0"
 5790dependencies = [
 5791 "acp_thread",
 5792 "agent",
 5793 "agent-client-protocol",
 5794 "agent_ui",
 5795 "anyhow",
 5796 "clap",
 5797 "client",
 5798 "ctrlc",
 5799 "db",
 5800 "debug_adapter_extension",
 5801 "env_logger 0.11.8",
 5802 "extension",
 5803 "feature_flags",
 5804 "fs",
 5805 "futures 0.3.32",
 5806 "gpui",
 5807 "gpui_platform",
 5808 "gpui_tokio",
 5809 "language",
 5810 "language_extension",
 5811 "language_model",
 5812 "language_models",
 5813 "languages",
 5814 "node_runtime",
 5815 "paths",
 5816 "project",
 5817 "prompt_store",
 5818 "release_channel",
 5819 "reqwest_client",
 5820 "serde",
 5821 "serde_json",
 5822 "settings",
 5823 "shellexpand 2.1.2",
 5824 "terminal_view",
 5825 "util",
 5826 "watch",
 5827]
 5828
 5829[[package]]
 5830name = "eval_utils"
 5831version = "0.1.0"
 5832dependencies = [
 5833 "gpui_platform",
 5834 "serde",
 5835 "smol",
 5836]
 5837
 5838[[package]]
 5839name = "event-listener"
 5840version = "2.5.3"
 5841source = "registry+https://github.com/rust-lang/crates.io-index"
 5842checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5843
 5844[[package]]
 5845name = "event-listener"
 5846version = "5.4.1"
 5847source = "registry+https://github.com/rust-lang/crates.io-index"
 5848checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5849dependencies = [
 5850 "concurrent-queue",
 5851 "parking",
 5852 "pin-project-lite",
 5853]
 5854
 5855[[package]]
 5856name = "event-listener-strategy"
 5857version = "0.5.4"
 5858source = "registry+https://github.com/rust-lang/crates.io-index"
 5859checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5860dependencies = [
 5861 "event-listener 5.4.1",
 5862 "pin-project-lite",
 5863]
 5864
 5865[[package]]
 5866name = "exec"
 5867version = "0.3.1"
 5868source = "registry+https://github.com/rust-lang/crates.io-index"
 5869checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5870dependencies = [
 5871 "errno 0.2.8",
 5872 "libc",
 5873]
 5874
 5875[[package]]
 5876name = "explorer_command_injector"
 5877version = "0.1.0"
 5878dependencies = [
 5879 "windows 0.61.3",
 5880 "windows-core 0.61.2",
 5881 "windows-registry 0.5.3",
 5882]
 5883
 5884[[package]]
 5885name = "exr"
 5886version = "1.73.0"
 5887source = "registry+https://github.com/rust-lang/crates.io-index"
 5888checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5889dependencies = [
 5890 "bit_field",
 5891 "half",
 5892 "lebe",
 5893 "miniz_oxide",
 5894 "rayon-core",
 5895 "smallvec",
 5896 "zune-inflate",
 5897]
 5898
 5899[[package]]
 5900name = "extended"
 5901version = "0.1.0"
 5902source = "registry+https://github.com/rust-lang/crates.io-index"
 5903checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5904
 5905[[package]]
 5906name = "extension"
 5907version = "0.1.0"
 5908dependencies = [
 5909 "anyhow",
 5910 "async-trait",
 5911 "cloud_api_types",
 5912 "collections",
 5913 "dap",
 5914 "fs",
 5915 "futures 0.3.32",
 5916 "gpui",
 5917 "heck 0.5.0",
 5918 "http_client",
 5919 "indoc",
 5920 "language",
 5921 "log",
 5922 "lsp",
 5923 "parking_lot",
 5924 "pretty_assertions",
 5925 "proto",
 5926 "semver",
 5927 "serde",
 5928 "serde_json",
 5929 "task",
 5930 "tempfile",
 5931 "toml 0.8.23",
 5932 "tracing",
 5933 "url",
 5934 "util",
 5935 "wasm-encoder 0.221.3",
 5936 "wasmparser 0.221.3",
 5937 "ztracing",
 5938]
 5939
 5940[[package]]
 5941name = "extension_cli"
 5942version = "0.1.0"
 5943dependencies = [
 5944 "anyhow",
 5945 "clap",
 5946 "cloud_api_types",
 5947 "env_logger 0.11.8",
 5948 "extension",
 5949 "fs",
 5950 "gpui_platform",
 5951 "language",
 5952 "log",
 5953 "reqwest_client",
 5954 "serde",
 5955 "serde_json",
 5956 "serde_json_lenient",
 5957 "settings_content",
 5958 "snippet_provider",
 5959 "task",
 5960 "theme_settings",
 5961 "tokio",
 5962 "toml 0.8.23",
 5963 "tree-sitter",
 5964 "wasmtime",
 5965]
 5966
 5967[[package]]
 5968name = "extension_host"
 5969version = "0.1.0"
 5970dependencies = [
 5971 "anyhow",
 5972 "async-compression",
 5973 "async-tar",
 5974 "async-trait",
 5975 "client",
 5976 "cloud_api_types",
 5977 "collections",
 5978 "criterion",
 5979 "ctor",
 5980 "dap",
 5981 "extension",
 5982 "fs",
 5983 "futures 0.3.32",
 5984 "gpui",
 5985 "gpui_tokio",
 5986 "http_client",
 5987 "language",
 5988 "language_extension",
 5989 "log",
 5990 "lsp",
 5991 "moka",
 5992 "node_runtime",
 5993 "parking_lot",
 5994 "paths",
 5995 "project",
 5996 "release_channel",
 5997 "remote",
 5998 "reqwest_client",
 5999 "semver",
 6000 "serde",
 6001 "serde_json",
 6002 "serde_json_lenient",
 6003 "settings",
 6004 "task",
 6005 "telemetry",
 6006 "tempfile",
 6007 "theme",
 6008 "theme_extension",
 6009 "theme_settings",
 6010 "toml 0.8.23",
 6011 "tracing",
 6012 "url",
 6013 "util",
 6014 "wasmparser 0.221.3",
 6015 "wasmtime",
 6016 "wasmtime-wasi",
 6017 "zlog",
 6018 "ztracing",
 6019]
 6020
 6021[[package]]
 6022name = "extensions_ui"
 6023version = "0.1.0"
 6024dependencies = [
 6025 "anyhow",
 6026 "client",
 6027 "cloud_api_types",
 6028 "collections",
 6029 "db",
 6030 "editor",
 6031 "extension",
 6032 "extension_host",
 6033 "fs",
 6034 "fuzzy",
 6035 "gpui",
 6036 "language",
 6037 "log",
 6038 "num-format",
 6039 "picker",
 6040 "project",
 6041 "release_channel",
 6042 "semver",
 6043 "serde",
 6044 "settings",
 6045 "smallvec",
 6046 "strum 0.27.2",
 6047 "telemetry",
 6048 "theme_settings",
 6049 "ui",
 6050 "util",
 6051 "vim_mode_setting",
 6052 "workspace",
 6053 "zed_actions",
 6054]
 6055
 6056[[package]]
 6057name = "failspot"
 6058version = "0.2.0"
 6059source = "registry+https://github.com/rust-lang/crates.io-index"
 6060checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6061
 6062[[package]]
 6063name = "fallible-iterator"
 6064version = "0.3.0"
 6065source = "registry+https://github.com/rust-lang/crates.io-index"
 6066checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6067
 6068[[package]]
 6069name = "fancy-regex"
 6070version = "0.16.2"
 6071source = "registry+https://github.com/rust-lang/crates.io-index"
 6072checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6073dependencies = [
 6074 "bit-set 0.8.0",
 6075 "regex-automata",
 6076 "regex-syntax",
 6077]
 6078
 6079[[package]]
 6080name = "fancy-regex"
 6081version = "0.17.0"
 6082source = "registry+https://github.com/rust-lang/crates.io-index"
 6083checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6084dependencies = [
 6085 "bit-set 0.8.0",
 6086 "regex-automata",
 6087 "regex-syntax",
 6088]
 6089
 6090[[package]]
 6091name = "fast-srgb8"
 6092version = "1.0.0"
 6093source = "registry+https://github.com/rust-lang/crates.io-index"
 6094checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6095
 6096[[package]]
 6097name = "fastrand"
 6098version = "1.9.0"
 6099source = "registry+https://github.com/rust-lang/crates.io-index"
 6100checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6101dependencies = [
 6102 "instant",
 6103]
 6104
 6105[[package]]
 6106name = "fastrand"
 6107version = "2.3.0"
 6108source = "registry+https://github.com/rust-lang/crates.io-index"
 6109checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6110
 6111[[package]]
 6112name = "fax"
 6113version = "0.2.6"
 6114source = "registry+https://github.com/rust-lang/crates.io-index"
 6115checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6116dependencies = [
 6117 "fax_derive",
 6118]
 6119
 6120[[package]]
 6121name = "fax_derive"
 6122version = "0.2.0"
 6123source = "registry+https://github.com/rust-lang/crates.io-index"
 6124checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6125dependencies = [
 6126 "proc-macro2",
 6127 "quote",
 6128 "syn 2.0.117",
 6129]
 6130
 6131[[package]]
 6132name = "fd-lock"
 6133version = "4.0.4"
 6134source = "registry+https://github.com/rust-lang/crates.io-index"
 6135checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6136dependencies = [
 6137 "cfg-if",
 6138 "rustix 1.1.2",
 6139 "windows-sys 0.59.0",
 6140]
 6141
 6142[[package]]
 6143name = "fdeflate"
 6144version = "0.3.7"
 6145source = "registry+https://github.com/rust-lang/crates.io-index"
 6146checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6147dependencies = [
 6148 "simd-adler32",
 6149]
 6150
 6151[[package]]
 6152name = "feature_flags"
 6153version = "0.1.0"
 6154dependencies = [
 6155 "gpui",
 6156]
 6157
 6158[[package]]
 6159name = "feedback"
 6160version = "0.1.0"
 6161dependencies = [
 6162 "gpui",
 6163 "system_specs",
 6164 "urlencoding",
 6165 "util",
 6166 "workspace",
 6167 "zed_actions",
 6168]
 6169
 6170[[package]]
 6171name = "ff"
 6172version = "0.12.1"
 6173source = "registry+https://github.com/rust-lang/crates.io-index"
 6174checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6175dependencies = [
 6176 "rand_core 0.6.4",
 6177 "subtle",
 6178]
 6179
 6180[[package]]
 6181name = "file_finder"
 6182version = "0.1.0"
 6183dependencies = [
 6184 "anyhow",
 6185 "channel",
 6186 "client",
 6187 "collections",
 6188 "ctor",
 6189 "editor",
 6190 "file_icons",
 6191 "futures 0.3.32",
 6192 "fuzzy",
 6193 "fuzzy_nucleo",
 6194 "gpui",
 6195 "menu",
 6196 "open_path_prompt",
 6197 "picker",
 6198 "pretty_assertions",
 6199 "project",
 6200 "project_panel",
 6201 "remote_connection",
 6202 "serde",
 6203 "serde_json",
 6204 "settings",
 6205 "theme",
 6206 "theme_settings",
 6207 "ui",
 6208 "util",
 6209 "workspace",
 6210 "zed_actions",
 6211 "zlog",
 6212]
 6213
 6214[[package]]
 6215name = "file_icons"
 6216version = "0.1.0"
 6217dependencies = [
 6218 "gpui",
 6219 "serde",
 6220 "theme",
 6221 "util",
 6222]
 6223
 6224[[package]]
 6225name = "filedescriptor"
 6226version = "0.8.3"
 6227source = "registry+https://github.com/rust-lang/crates.io-index"
 6228checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6229dependencies = [
 6230 "libc",
 6231 "thiserror 1.0.69",
 6232 "winapi",
 6233]
 6234
 6235[[package]]
 6236name = "filetime"
 6237version = "0.2.26"
 6238source = "registry+https://github.com/rust-lang/crates.io-index"
 6239checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6240dependencies = [
 6241 "cfg-if",
 6242 "libc",
 6243 "libredox",
 6244 "windows-sys 0.60.2",
 6245]
 6246
 6247[[package]]
 6248name = "find-msvc-tools"
 6249version = "0.1.5"
 6250source = "registry+https://github.com/rust-lang/crates.io-index"
 6251checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6252
 6253[[package]]
 6254name = "fixedbitset"
 6255version = "0.4.2"
 6256source = "registry+https://github.com/rust-lang/crates.io-index"
 6257checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6258
 6259[[package]]
 6260name = "fixedbitset"
 6261version = "0.5.7"
 6262source = "registry+https://github.com/rust-lang/crates.io-index"
 6263checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6264
 6265[[package]]
 6266name = "flate2"
 6267version = "1.1.8"
 6268source = "registry+https://github.com/rust-lang/crates.io-index"
 6269checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6270dependencies = [
 6271 "crc32fast",
 6272 "miniz_oxide",
 6273]
 6274
 6275[[package]]
 6276name = "float-cmp"
 6277version = "0.9.0"
 6278source = "registry+https://github.com/rust-lang/crates.io-index"
 6279checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6280
 6281[[package]]
 6282name = "float-ord"
 6283version = "0.3.2"
 6284source = "registry+https://github.com/rust-lang/crates.io-index"
 6285checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6286
 6287[[package]]
 6288name = "float8"
 6289version = "0.4.2"
 6290source = "registry+https://github.com/rust-lang/crates.io-index"
 6291checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6292dependencies = [
 6293 "half",
 6294 "num-traits",
 6295 "rand 0.9.2",
 6296 "rand_distr",
 6297]
 6298
 6299[[package]]
 6300name = "float_next_after"
 6301version = "1.0.0"
 6302source = "registry+https://github.com/rust-lang/crates.io-index"
 6303checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6304
 6305[[package]]
 6306name = "fluent-uri"
 6307version = "0.4.1"
 6308source = "registry+https://github.com/rust-lang/crates.io-index"
 6309checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6310dependencies = [
 6311 "borrow-or-share",
 6312 "ref-cast",
 6313 "serde",
 6314]
 6315
 6316[[package]]
 6317name = "flume"
 6318version = "0.11.1"
 6319source = "registry+https://github.com/rust-lang/crates.io-index"
 6320checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6321dependencies = [
 6322 "futures-core",
 6323 "futures-sink",
 6324 "nanorand",
 6325 "spin 0.9.8",
 6326]
 6327
 6328[[package]]
 6329name = "fnv"
 6330version = "1.0.7"
 6331source = "registry+https://github.com/rust-lang/crates.io-index"
 6332checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6333
 6334[[package]]
 6335name = "foldhash"
 6336version = "0.1.5"
 6337source = "registry+https://github.com/rust-lang/crates.io-index"
 6338checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6339
 6340[[package]]
 6341name = "foldhash"
 6342version = "0.2.0"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6345
 6346[[package]]
 6347name = "font-types"
 6348version = "0.10.0"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6351dependencies = [
 6352 "bytemuck",
 6353]
 6354
 6355[[package]]
 6356name = "font-types"
 6357version = "0.11.0"
 6358source = "registry+https://github.com/rust-lang/crates.io-index"
 6359checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6360dependencies = [
 6361 "bytemuck",
 6362]
 6363
 6364[[package]]
 6365name = "fontconfig-parser"
 6366version = "0.5.8"
 6367source = "registry+https://github.com/rust-lang/crates.io-index"
 6368checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6369dependencies = [
 6370 "roxmltree",
 6371]
 6372
 6373[[package]]
 6374name = "fontdb"
 6375version = "0.16.2"
 6376source = "registry+https://github.com/rust-lang/crates.io-index"
 6377checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6378dependencies = [
 6379 "fontconfig-parser",
 6380 "log",
 6381 "memmap2",
 6382 "slotmap",
 6383 "tinyvec",
 6384 "ttf-parser 0.20.0",
 6385]
 6386
 6387[[package]]
 6388name = "fontdb"
 6389version = "0.23.0"
 6390source = "registry+https://github.com/rust-lang/crates.io-index"
 6391checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6392dependencies = [
 6393 "fontconfig-parser",
 6394 "log",
 6395 "memmap2",
 6396 "slotmap",
 6397 "tinyvec",
 6398 "ttf-parser 0.25.1",
 6399]
 6400
 6401[[package]]
 6402name = "foreign-types"
 6403version = "0.3.2"
 6404source = "registry+https://github.com/rust-lang/crates.io-index"
 6405checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6406dependencies = [
 6407 "foreign-types-shared 0.1.1",
 6408]
 6409
 6410[[package]]
 6411name = "foreign-types"
 6412version = "0.5.0"
 6413source = "registry+https://github.com/rust-lang/crates.io-index"
 6414checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6415dependencies = [
 6416 "foreign-types-macros",
 6417 "foreign-types-shared 0.3.1",
 6418]
 6419
 6420[[package]]
 6421name = "foreign-types-macros"
 6422version = "0.2.3"
 6423source = "registry+https://github.com/rust-lang/crates.io-index"
 6424checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6425dependencies = [
 6426 "proc-macro2",
 6427 "quote",
 6428 "syn 2.0.117",
 6429]
 6430
 6431[[package]]
 6432name = "foreign-types-shared"
 6433version = "0.1.1"
 6434source = "registry+https://github.com/rust-lang/crates.io-index"
 6435checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6436
 6437[[package]]
 6438name = "foreign-types-shared"
 6439version = "0.3.1"
 6440source = "registry+https://github.com/rust-lang/crates.io-index"
 6441checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6442
 6443[[package]]
 6444name = "fork"
 6445version = "0.4.0"
 6446source = "registry+https://github.com/rust-lang/crates.io-index"
 6447checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6448dependencies = [
 6449 "libc",
 6450]
 6451
 6452[[package]]
 6453name = "form_urlencoded"
 6454version = "1.2.2"
 6455source = "registry+https://github.com/rust-lang/crates.io-index"
 6456checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6457dependencies = [
 6458 "percent-encoding",
 6459]
 6460
 6461[[package]]
 6462name = "fraction"
 6463version = "0.15.3"
 6464source = "registry+https://github.com/rust-lang/crates.io-index"
 6465checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6466dependencies = [
 6467 "lazy_static",
 6468 "num",
 6469]
 6470
 6471[[package]]
 6472name = "freetype-sys"
 6473version = "0.20.1"
 6474source = "registry+https://github.com/rust-lang/crates.io-index"
 6475checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6476dependencies = [
 6477 "cc",
 6478 "libc",
 6479 "pkg-config",
 6480]
 6481
 6482[[package]]
 6483name = "fs"
 6484version = "0.1.0"
 6485dependencies = [
 6486 "anyhow",
 6487 "ashpd",
 6488 "async-tar",
 6489 "async-trait",
 6490 "cocoa 0.26.0",
 6491 "collections",
 6492 "dunce",
 6493 "fs",
 6494 "futures 0.3.32",
 6495 "git",
 6496 "gpui",
 6497 "ignore",
 6498 "is_executable",
 6499 "libc",
 6500 "log",
 6501 "notify 8.2.0",
 6502 "objc",
 6503 "parking_lot",
 6504 "paths",
 6505 "proto",
 6506 "rope",
 6507 "serde",
 6508 "serde_json",
 6509 "smol",
 6510 "tempfile",
 6511 "text",
 6512 "time",
 6513 "util",
 6514 "windows 0.61.3",
 6515]
 6516
 6517[[package]]
 6518name = "fs-set-times"
 6519version = "0.20.3"
 6520source = "registry+https://github.com/rust-lang/crates.io-index"
 6521checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6522dependencies = [
 6523 "io-lifetimes",
 6524 "rustix 1.1.2",
 6525 "windows-sys 0.59.0",
 6526]
 6527
 6528[[package]]
 6529name = "fs2"
 6530version = "0.4.3"
 6531source = "registry+https://github.com/rust-lang/crates.io-index"
 6532checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6533dependencies = [
 6534 "libc",
 6535 "winapi",
 6536]
 6537
 6538[[package]]
 6539name = "fs_benchmarks"
 6540version = "0.1.0"
 6541dependencies = [
 6542 "fs",
 6543 "gpui",
 6544 "gpui_platform",
 6545]
 6546
 6547[[package]]
 6548name = "fs_extra"
 6549version = "1.3.0"
 6550source = "registry+https://github.com/rust-lang/crates.io-index"
 6551checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6552
 6553[[package]]
 6554name = "fsevent-sys"
 6555version = "4.1.0"
 6556source = "registry+https://github.com/rust-lang/crates.io-index"
 6557checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6558dependencies = [
 6559 "libc",
 6560]
 6561
 6562[[package]]
 6563name = "fuchsia-cprng"
 6564version = "0.1.1"
 6565source = "registry+https://github.com/rust-lang/crates.io-index"
 6566checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6567
 6568[[package]]
 6569name = "funty"
 6570version = "2.0.0"
 6571source = "registry+https://github.com/rust-lang/crates.io-index"
 6572checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6573
 6574[[package]]
 6575name = "futf"
 6576version = "0.1.5"
 6577source = "registry+https://github.com/rust-lang/crates.io-index"
 6578checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6579dependencies = [
 6580 "mac",
 6581 "new_debug_unreachable",
 6582]
 6583
 6584[[package]]
 6585name = "futures"
 6586version = "0.1.31"
 6587source = "registry+https://github.com/rust-lang/crates.io-index"
 6588checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6589
 6590[[package]]
 6591name = "futures"
 6592version = "0.3.32"
 6593source = "registry+https://github.com/rust-lang/crates.io-index"
 6594checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6595dependencies = [
 6596 "futures-channel",
 6597 "futures-core",
 6598 "futures-executor",
 6599 "futures-io",
 6600 "futures-sink",
 6601 "futures-task",
 6602 "futures-util",
 6603]
 6604
 6605[[package]]
 6606name = "futures-channel"
 6607version = "0.3.32"
 6608source = "registry+https://github.com/rust-lang/crates.io-index"
 6609checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6610dependencies = [
 6611 "futures-core",
 6612 "futures-sink",
 6613]
 6614
 6615[[package]]
 6616name = "futures-concurrency"
 6617version = "7.7.1"
 6618source = "registry+https://github.com/rust-lang/crates.io-index"
 6619checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6620dependencies = [
 6621 "fixedbitset 0.5.7",
 6622 "futures-core",
 6623 "futures-lite 2.6.1",
 6624 "pin-project",
 6625 "smallvec",
 6626]
 6627
 6628[[package]]
 6629name = "futures-core"
 6630version = "0.3.32"
 6631source = "registry+https://github.com/rust-lang/crates.io-index"
 6632checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6633
 6634[[package]]
 6635name = "futures-executor"
 6636version = "0.3.32"
 6637source = "registry+https://github.com/rust-lang/crates.io-index"
 6638checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6639dependencies = [
 6640 "futures-core",
 6641 "futures-task",
 6642 "futures-util",
 6643]
 6644
 6645[[package]]
 6646name = "futures-intrusive"
 6647version = "0.5.0"
 6648source = "registry+https://github.com/rust-lang/crates.io-index"
 6649checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6650dependencies = [
 6651 "futures-core",
 6652 "lock_api",
 6653 "parking_lot",
 6654]
 6655
 6656[[package]]
 6657name = "futures-io"
 6658version = "0.3.32"
 6659source = "registry+https://github.com/rust-lang/crates.io-index"
 6660checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6661
 6662[[package]]
 6663name = "futures-lite"
 6664version = "1.13.0"
 6665source = "registry+https://github.com/rust-lang/crates.io-index"
 6666checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6667dependencies = [
 6668 "fastrand 1.9.0",
 6669 "futures-core",
 6670 "futures-io",
 6671 "memchr",
 6672 "parking",
 6673 "pin-project-lite",
 6674 "waker-fn",
 6675]
 6676
 6677[[package]]
 6678name = "futures-lite"
 6679version = "2.6.1"
 6680source = "registry+https://github.com/rust-lang/crates.io-index"
 6681checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6682dependencies = [
 6683 "fastrand 2.3.0",
 6684 "futures-core",
 6685 "futures-io",
 6686 "parking",
 6687 "pin-project-lite",
 6688]
 6689
 6690[[package]]
 6691name = "futures-macro"
 6692version = "0.3.32"
 6693source = "registry+https://github.com/rust-lang/crates.io-index"
 6694checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6695dependencies = [
 6696 "proc-macro2",
 6697 "quote",
 6698 "syn 2.0.117",
 6699]
 6700
 6701[[package]]
 6702name = "futures-sink"
 6703version = "0.3.32"
 6704source = "registry+https://github.com/rust-lang/crates.io-index"
 6705checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6706
 6707[[package]]
 6708name = "futures-task"
 6709version = "0.3.32"
 6710source = "registry+https://github.com/rust-lang/crates.io-index"
 6711checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6712
 6713[[package]]
 6714name = "futures-util"
 6715version = "0.3.32"
 6716source = "registry+https://github.com/rust-lang/crates.io-index"
 6717checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6718dependencies = [
 6719 "futures 0.1.31",
 6720 "futures-channel",
 6721 "futures-core",
 6722 "futures-io",
 6723 "futures-macro",
 6724 "futures-sink",
 6725 "futures-task",
 6726 "libc",
 6727 "memchr",
 6728 "pin-project-lite",
 6729 "slab",
 6730 "tokio-io",
 6731]
 6732
 6733[[package]]
 6734name = "fuzzy"
 6735version = "0.1.0"
 6736dependencies = [
 6737 "gpui",
 6738 "log",
 6739 "util",
 6740]
 6741
 6742[[package]]
 6743name = "fuzzy-matcher"
 6744version = "0.3.7"
 6745source = "registry+https://github.com/rust-lang/crates.io-index"
 6746checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6747dependencies = [
 6748 "thread_local",
 6749]
 6750
 6751[[package]]
 6752name = "fuzzy_nucleo"
 6753version = "0.1.0"
 6754dependencies = [
 6755 "gpui",
 6756 "nucleo",
 6757 "util",
 6758]
 6759
 6760[[package]]
 6761name = "gaoya"
 6762version = "0.2.0"
 6763source = "registry+https://github.com/rust-lang/crates.io-index"
 6764checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6765dependencies = [
 6766 "ahash 0.8.12",
 6767 "crossbeam-utils",
 6768 "fnv",
 6769 "itertools 0.10.5",
 6770 "num-traits",
 6771 "rand 0.8.5",
 6772 "rand_pcg",
 6773 "random_choice",
 6774 "rayon",
 6775 "seahash",
 6776 "sha-1",
 6777 "shingles",
 6778 "siphasher 0.3.11",
 6779 "smallvec",
 6780 "triomphe",
 6781]
 6782
 6783[[package]]
 6784name = "gemm"
 6785version = "0.17.1"
 6786source = "registry+https://github.com/rust-lang/crates.io-index"
 6787checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6788dependencies = [
 6789 "dyn-stack 0.10.0",
 6790 "gemm-c32 0.17.1",
 6791 "gemm-c64 0.17.1",
 6792 "gemm-common 0.17.1",
 6793 "gemm-f16 0.17.1",
 6794 "gemm-f32 0.17.1",
 6795 "gemm-f64 0.17.1",
 6796 "num-complex",
 6797 "num-traits",
 6798 "paste",
 6799 "raw-cpuid 10.7.0",
 6800 "seq-macro",
 6801]
 6802
 6803[[package]]
 6804name = "gemm"
 6805version = "0.18.2"
 6806source = "registry+https://github.com/rust-lang/crates.io-index"
 6807checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6808dependencies = [
 6809 "dyn-stack 0.13.2",
 6810 "gemm-c32 0.18.2",
 6811 "gemm-c64 0.18.2",
 6812 "gemm-common 0.18.2",
 6813 "gemm-f16 0.18.2",
 6814 "gemm-f32 0.18.2",
 6815 "gemm-f64 0.18.2",
 6816 "num-complex",
 6817 "num-traits",
 6818 "paste",
 6819 "raw-cpuid 11.6.0",
 6820 "seq-macro",
 6821]
 6822
 6823[[package]]
 6824name = "gemm-c32"
 6825version = "0.17.1"
 6826source = "registry+https://github.com/rust-lang/crates.io-index"
 6827checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6828dependencies = [
 6829 "dyn-stack 0.10.0",
 6830 "gemm-common 0.17.1",
 6831 "num-complex",
 6832 "num-traits",
 6833 "paste",
 6834 "raw-cpuid 10.7.0",
 6835 "seq-macro",
 6836]
 6837
 6838[[package]]
 6839name = "gemm-c32"
 6840version = "0.18.2"
 6841source = "registry+https://github.com/rust-lang/crates.io-index"
 6842checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6843dependencies = [
 6844 "dyn-stack 0.13.2",
 6845 "gemm-common 0.18.2",
 6846 "num-complex",
 6847 "num-traits",
 6848 "paste",
 6849 "raw-cpuid 11.6.0",
 6850 "seq-macro",
 6851]
 6852
 6853[[package]]
 6854name = "gemm-c64"
 6855version = "0.17.1"
 6856source = "registry+https://github.com/rust-lang/crates.io-index"
 6857checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6858dependencies = [
 6859 "dyn-stack 0.10.0",
 6860 "gemm-common 0.17.1",
 6861 "num-complex",
 6862 "num-traits",
 6863 "paste",
 6864 "raw-cpuid 10.7.0",
 6865 "seq-macro",
 6866]
 6867
 6868[[package]]
 6869name = "gemm-c64"
 6870version = "0.18.2"
 6871source = "registry+https://github.com/rust-lang/crates.io-index"
 6872checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6873dependencies = [
 6874 "dyn-stack 0.13.2",
 6875 "gemm-common 0.18.2",
 6876 "num-complex",
 6877 "num-traits",
 6878 "paste",
 6879 "raw-cpuid 11.6.0",
 6880 "seq-macro",
 6881]
 6882
 6883[[package]]
 6884name = "gemm-common"
 6885version = "0.17.1"
 6886source = "registry+https://github.com/rust-lang/crates.io-index"
 6887checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6888dependencies = [
 6889 "bytemuck",
 6890 "dyn-stack 0.10.0",
 6891 "half",
 6892 "num-complex",
 6893 "num-traits",
 6894 "once_cell",
 6895 "paste",
 6896 "pulp 0.18.22",
 6897 "raw-cpuid 10.7.0",
 6898 "rayon",
 6899 "seq-macro",
 6900 "sysctl 0.5.5",
 6901]
 6902
 6903[[package]]
 6904name = "gemm-common"
 6905version = "0.18.2"
 6906source = "registry+https://github.com/rust-lang/crates.io-index"
 6907checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6908dependencies = [
 6909 "bytemuck",
 6910 "dyn-stack 0.13.2",
 6911 "half",
 6912 "libm",
 6913 "num-complex",
 6914 "num-traits",
 6915 "once_cell",
 6916 "paste",
 6917 "pulp 0.21.5",
 6918 "raw-cpuid 11.6.0",
 6919 "rayon",
 6920 "seq-macro",
 6921 "sysctl 0.6.0",
 6922]
 6923
 6924[[package]]
 6925name = "gemm-f16"
 6926version = "0.17.1"
 6927source = "registry+https://github.com/rust-lang/crates.io-index"
 6928checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6929dependencies = [
 6930 "dyn-stack 0.10.0",
 6931 "gemm-common 0.17.1",
 6932 "gemm-f32 0.17.1",
 6933 "half",
 6934 "num-complex",
 6935 "num-traits",
 6936 "paste",
 6937 "raw-cpuid 10.7.0",
 6938 "rayon",
 6939 "seq-macro",
 6940]
 6941
 6942[[package]]
 6943name = "gemm-f16"
 6944version = "0.18.2"
 6945source = "registry+https://github.com/rust-lang/crates.io-index"
 6946checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6947dependencies = [
 6948 "dyn-stack 0.13.2",
 6949 "gemm-common 0.18.2",
 6950 "gemm-f32 0.18.2",
 6951 "half",
 6952 "num-complex",
 6953 "num-traits",
 6954 "paste",
 6955 "raw-cpuid 11.6.0",
 6956 "rayon",
 6957 "seq-macro",
 6958]
 6959
 6960[[package]]
 6961name = "gemm-f32"
 6962version = "0.17.1"
 6963source = "registry+https://github.com/rust-lang/crates.io-index"
 6964checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6965dependencies = [
 6966 "dyn-stack 0.10.0",
 6967 "gemm-common 0.17.1",
 6968 "num-complex",
 6969 "num-traits",
 6970 "paste",
 6971 "raw-cpuid 10.7.0",
 6972 "seq-macro",
 6973]
 6974
 6975[[package]]
 6976name = "gemm-f32"
 6977version = "0.18.2"
 6978source = "registry+https://github.com/rust-lang/crates.io-index"
 6979checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6980dependencies = [
 6981 "dyn-stack 0.13.2",
 6982 "gemm-common 0.18.2",
 6983 "num-complex",
 6984 "num-traits",
 6985 "paste",
 6986 "raw-cpuid 11.6.0",
 6987 "seq-macro",
 6988]
 6989
 6990[[package]]
 6991name = "gemm-f64"
 6992version = "0.17.1"
 6993source = "registry+https://github.com/rust-lang/crates.io-index"
 6994checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6995dependencies = [
 6996 "dyn-stack 0.10.0",
 6997 "gemm-common 0.17.1",
 6998 "num-complex",
 6999 "num-traits",
 7000 "paste",
 7001 "raw-cpuid 10.7.0",
 7002 "seq-macro",
 7003]
 7004
 7005[[package]]
 7006name = "gemm-f64"
 7007version = "0.18.2"
 7008source = "registry+https://github.com/rust-lang/crates.io-index"
 7009checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7010dependencies = [
 7011 "dyn-stack 0.13.2",
 7012 "gemm-common 0.18.2",
 7013 "num-complex",
 7014 "num-traits",
 7015 "paste",
 7016 "raw-cpuid 11.6.0",
 7017 "seq-macro",
 7018]
 7019
 7020[[package]]
 7021name = "generator"
 7022version = "0.8.7"
 7023source = "registry+https://github.com/rust-lang/crates.io-index"
 7024checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7025dependencies = [
 7026 "cc",
 7027 "cfg-if",
 7028 "libc",
 7029 "log",
 7030 "rustversion",
 7031 "windows 0.61.3",
 7032]
 7033
 7034[[package]]
 7035name = "generic-array"
 7036version = "0.14.7"
 7037source = "registry+https://github.com/rust-lang/crates.io-index"
 7038checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7039dependencies = [
 7040 "typenum",
 7041 "version_check",
 7042]
 7043
 7044[[package]]
 7045name = "gethostname"
 7046version = "1.1.0"
 7047source = "registry+https://github.com/rust-lang/crates.io-index"
 7048checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7049dependencies = [
 7050 "rustix 1.1.2",
 7051 "windows-link 0.2.1",
 7052]
 7053
 7054[[package]]
 7055name = "getrandom"
 7056version = "0.2.16"
 7057source = "registry+https://github.com/rust-lang/crates.io-index"
 7058checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7059dependencies = [
 7060 "cfg-if",
 7061 "js-sys",
 7062 "libc",
 7063 "wasi",
 7064 "wasm-bindgen",
 7065]
 7066
 7067[[package]]
 7068name = "getrandom"
 7069version = "0.3.4"
 7070source = "registry+https://github.com/rust-lang/crates.io-index"
 7071checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7072dependencies = [
 7073 "cfg-if",
 7074 "js-sys",
 7075 "libc",
 7076 "r-efi",
 7077 "wasip2",
 7078 "wasm-bindgen",
 7079]
 7080
 7081[[package]]
 7082name = "getrandom"
 7083version = "0.4.1"
 7084source = "registry+https://github.com/rust-lang/crates.io-index"
 7085checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7086dependencies = [
 7087 "cfg-if",
 7088 "libc",
 7089 "r-efi",
 7090 "wasip2",
 7091 "wasip3",
 7092]
 7093
 7094[[package]]
 7095name = "gh-workflow"
 7096version = "0.8.0"
 7097source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7098dependencies = [
 7099 "async-trait",
 7100 "derive_more",
 7101 "derive_setters",
 7102 "gh-workflow-macros",
 7103 "indexmap",
 7104 "merge",
 7105 "serde",
 7106 "serde_json",
 7107 "serde_yaml",
 7108 "strum_macros 0.27.2",
 7109]
 7110
 7111[[package]]
 7112name = "gh-workflow-macros"
 7113version = "0.8.0"
 7114source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7115dependencies = [
 7116 "heck 0.5.0",
 7117 "quote",
 7118 "syn 2.0.117",
 7119]
 7120
 7121[[package]]
 7122name = "gif"
 7123version = "0.13.3"
 7124source = "registry+https://github.com/rust-lang/crates.io-index"
 7125checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7126dependencies = [
 7127 "color_quant",
 7128 "weezl",
 7129]
 7130
 7131[[package]]
 7132name = "gimli"
 7133version = "0.32.3"
 7134source = "registry+https://github.com/rust-lang/crates.io-index"
 7135checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7136dependencies = [
 7137 "fallible-iterator",
 7138 "indexmap",
 7139 "stable_deref_trait",
 7140]
 7141
 7142[[package]]
 7143name = "gio-sys"
 7144version = "0.21.5"
 7145source = "registry+https://github.com/rust-lang/crates.io-index"
 7146checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7147dependencies = [
 7148 "glib-sys",
 7149 "gobject-sys",
 7150 "libc",
 7151 "system-deps 7.0.7",
 7152 "windows-sys 0.61.2",
 7153]
 7154
 7155[[package]]
 7156name = "git"
 7157version = "0.1.0"
 7158dependencies = [
 7159 "anyhow",
 7160 "askpass",
 7161 "async-trait",
 7162 "collections",
 7163 "derive_more",
 7164 "futures 0.3.32",
 7165 "git2",
 7166 "gpui",
 7167 "http_client",
 7168 "itertools 0.14.0",
 7169 "log",
 7170 "parking_lot",
 7171 "pretty_assertions",
 7172 "rand 0.9.2",
 7173 "regex",
 7174 "rope",
 7175 "schemars",
 7176 "serde",
 7177 "serde_json",
 7178 "smallvec",
 7179 "smol",
 7180 "sum_tree",
 7181 "tempfile",
 7182 "text",
 7183 "thiserror 2.0.17",
 7184 "time",
 7185 "url",
 7186 "urlencoding",
 7187 "util",
 7188 "uuid",
 7189 "ztracing",
 7190]
 7191
 7192[[package]]
 7193name = "git2"
 7194version = "0.20.4"
 7195source = "registry+https://github.com/rust-lang/crates.io-index"
 7196checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7197dependencies = [
 7198 "bitflags 2.10.0",
 7199 "libc",
 7200 "libgit2-sys",
 7201 "log",
 7202 "url",
 7203]
 7204
 7205[[package]]
 7206name = "git_graph"
 7207version = "0.1.0"
 7208dependencies = [
 7209 "anyhow",
 7210 "collections",
 7211 "db",
 7212 "editor",
 7213 "fs",
 7214 "git",
 7215 "git_ui",
 7216 "gpui",
 7217 "language",
 7218 "menu",
 7219 "project",
 7220 "rand 0.9.2",
 7221 "remote_connection",
 7222 "search",
 7223 "serde_json",
 7224 "settings",
 7225 "smallvec",
 7226 "smol",
 7227 "theme",
 7228 "theme_settings",
 7229 "time",
 7230 "ui",
 7231 "workspace",
 7232]
 7233
 7234[[package]]
 7235name = "git_hosting_providers"
 7236version = "0.1.0"
 7237dependencies = [
 7238 "anyhow",
 7239 "async-trait",
 7240 "futures 0.3.32",
 7241 "git",
 7242 "gpui",
 7243 "http_client",
 7244 "indoc",
 7245 "itertools 0.14.0",
 7246 "pretty_assertions",
 7247 "regex",
 7248 "serde",
 7249 "serde_json",
 7250 "settings",
 7251 "url",
 7252 "urlencoding",
 7253 "util",
 7254]
 7255
 7256[[package]]
 7257name = "git_ui"
 7258version = "0.1.0"
 7259dependencies = [
 7260 "agent_settings",
 7261 "anyhow",
 7262 "askpass",
 7263 "buffer_diff",
 7264 "call",
 7265 "collections",
 7266 "component",
 7267 "ctor",
 7268 "db",
 7269 "editor",
 7270 "file_icons",
 7271 "futures 0.3.32",
 7272 "fuzzy",
 7273 "git",
 7274 "gpui",
 7275 "indoc",
 7276 "itertools 0.14.0",
 7277 "language",
 7278 "language_model",
 7279 "linkify",
 7280 "log",
 7281 "markdown",
 7282 "menu",
 7283 "multi_buffer",
 7284 "notifications",
 7285 "panel",
 7286 "picker",
 7287 "pretty_assertions",
 7288 "project",
 7289 "prompt_store",
 7290 "proto",
 7291 "rand 0.9.2",
 7292 "remote",
 7293 "remote_connection",
 7294 "schemars",
 7295 "serde",
 7296 "serde_json",
 7297 "settings",
 7298 "smallvec",
 7299 "smol",
 7300 "strum 0.27.2",
 7301 "telemetry",
 7302 "theme",
 7303 "theme_settings",
 7304 "time",
 7305 "time_format",
 7306 "tracing",
 7307 "ui",
 7308 "ui_input",
 7309 "unindent",
 7310 "util",
 7311 "watch",
 7312 "windows 0.61.3",
 7313 "workspace",
 7314 "zed_actions",
 7315 "zeroize",
 7316 "zlog",
 7317 "ztracing",
 7318]
 7319
 7320[[package]]
 7321name = "gl_generator"
 7322version = "0.14.0"
 7323source = "registry+https://github.com/rust-lang/crates.io-index"
 7324checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7325dependencies = [
 7326 "khronos_api",
 7327 "log",
 7328 "xml-rs",
 7329]
 7330
 7331[[package]]
 7332name = "glib"
 7333version = "0.21.5"
 7334source = "registry+https://github.com/rust-lang/crates.io-index"
 7335checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7336dependencies = [
 7337 "bitflags 2.10.0",
 7338 "futures-channel",
 7339 "futures-core",
 7340 "futures-executor",
 7341 "futures-task",
 7342 "futures-util",
 7343 "gio-sys",
 7344 "glib-macros",
 7345 "glib-sys",
 7346 "gobject-sys",
 7347 "libc",
 7348 "memchr",
 7349 "smallvec",
 7350]
 7351
 7352[[package]]
 7353name = "glib-macros"
 7354version = "0.21.5"
 7355source = "registry+https://github.com/rust-lang/crates.io-index"
 7356checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7357dependencies = [
 7358 "heck 0.5.0",
 7359 "proc-macro-crate",
 7360 "proc-macro2",
 7361 "quote",
 7362 "syn 2.0.117",
 7363]
 7364
 7365[[package]]
 7366name = "glib-sys"
 7367version = "0.21.5"
 7368source = "registry+https://github.com/rust-lang/crates.io-index"
 7369checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7370dependencies = [
 7371 "libc",
 7372 "system-deps 7.0.7",
 7373]
 7374
 7375[[package]]
 7376name = "glob"
 7377version = "0.3.3"
 7378source = "registry+https://github.com/rust-lang/crates.io-index"
 7379checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7380
 7381[[package]]
 7382name = "globset"
 7383version = "0.4.17"
 7384source = "registry+https://github.com/rust-lang/crates.io-index"
 7385checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7386dependencies = [
 7387 "aho-corasick",
 7388 "bstr",
 7389 "log",
 7390 "regex-automata",
 7391 "regex-syntax",
 7392]
 7393
 7394[[package]]
 7395name = "gloo-timers"
 7396version = "0.3.0"
 7397source = "registry+https://github.com/rust-lang/crates.io-index"
 7398checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7399dependencies = [
 7400 "futures-channel",
 7401 "futures-core",
 7402 "js-sys",
 7403 "wasm-bindgen",
 7404]
 7405
 7406[[package]]
 7407name = "glow"
 7408version = "0.17.0"
 7409source = "registry+https://github.com/rust-lang/crates.io-index"
 7410checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7411dependencies = [
 7412 "js-sys",
 7413 "slotmap",
 7414 "wasm-bindgen",
 7415 "web-sys",
 7416]
 7417
 7418[[package]]
 7419name = "glutin_wgl_sys"
 7420version = "0.6.1"
 7421source = "registry+https://github.com/rust-lang/crates.io-index"
 7422checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7423dependencies = [
 7424 "gl_generator",
 7425]
 7426
 7427[[package]]
 7428name = "go_to_line"
 7429version = "0.1.0"
 7430dependencies = [
 7431 "editor",
 7432 "gpui",
 7433 "indoc",
 7434 "language",
 7435 "menu",
 7436 "multi_buffer",
 7437 "project",
 7438 "rope",
 7439 "serde",
 7440 "serde_json",
 7441 "settings",
 7442 "text",
 7443 "theme",
 7444 "ui",
 7445 "util",
 7446 "workspace",
 7447]
 7448
 7449[[package]]
 7450name = "gobject-sys"
 7451version = "0.21.5"
 7452source = "registry+https://github.com/rust-lang/crates.io-index"
 7453checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7454dependencies = [
 7455 "glib-sys",
 7456 "libc",
 7457 "system-deps 7.0.7",
 7458]
 7459
 7460[[package]]
 7461name = "goblin"
 7462version = "0.9.3"
 7463source = "registry+https://github.com/rust-lang/crates.io-index"
 7464checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7465dependencies = [
 7466 "log",
 7467 "plain",
 7468 "scroll",
 7469]
 7470
 7471[[package]]
 7472name = "google_ai"
 7473version = "0.1.0"
 7474dependencies = [
 7475 "anyhow",
 7476 "futures 0.3.32",
 7477 "http_client",
 7478 "language_model_core",
 7479 "log",
 7480 "schemars",
 7481 "serde",
 7482 "serde_json",
 7483 "strum 0.27.2",
 7484 "tiktoken-rs",
 7485]
 7486
 7487[[package]]
 7488name = "gpu-allocator"
 7489version = "0.28.0"
 7490source = "registry+https://github.com/rust-lang/crates.io-index"
 7491checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7492dependencies = [
 7493 "ash",
 7494 "hashbrown 0.16.1",
 7495 "log",
 7496 "presser",
 7497 "thiserror 2.0.17",
 7498 "windows 0.62.2",
 7499]
 7500
 7501[[package]]
 7502name = "gpu-descriptor"
 7503version = "0.3.2"
 7504source = "registry+https://github.com/rust-lang/crates.io-index"
 7505checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7506dependencies = [
 7507 "bitflags 2.10.0",
 7508 "gpu-descriptor-types",
 7509 "hashbrown 0.15.5",
 7510]
 7511
 7512[[package]]
 7513name = "gpu-descriptor-types"
 7514version = "0.2.0"
 7515source = "registry+https://github.com/rust-lang/crates.io-index"
 7516checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7517dependencies = [
 7518 "bitflags 2.10.0",
 7519]
 7520
 7521[[package]]
 7522name = "gpui"
 7523version = "0.2.2"
 7524dependencies = [
 7525 "anyhow",
 7526 "async-channel 2.5.0",
 7527 "async-task",
 7528 "backtrace",
 7529 "bindgen 0.71.1",
 7530 "bitflags 2.10.0",
 7531 "block",
 7532 "cbindgen",
 7533 "chrono",
 7534 "cocoa 0.26.0",
 7535 "cocoa-foundation 0.2.0",
 7536 "collections",
 7537 "core-foundation 0.10.0",
 7538 "core-foundation-sys",
 7539 "core-graphics 0.24.0",
 7540 "core-text",
 7541 "core-video",
 7542 "ctor",
 7543 "derive_more",
 7544 "embed-resource",
 7545 "env_logger 0.11.8",
 7546 "etagere",
 7547 "foreign-types 0.5.0",
 7548 "futures 0.3.32",
 7549 "futures-concurrency",
 7550 "getrandom 0.3.4",
 7551 "gpui_macros",
 7552 "gpui_platform",
 7553 "gpui_shared_string",
 7554 "gpui_util",
 7555 "gpui_web",
 7556 "http_client",
 7557 "image",
 7558 "inventory",
 7559 "itertools 0.14.0",
 7560 "log",
 7561 "lyon",
 7562 "mach2 0.5.0",
 7563 "media",
 7564 "metal",
 7565 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7566 "num_cpus",
 7567 "objc",
 7568 "objc2",
 7569 "objc2-metal",
 7570 "parking",
 7571 "parking_lot",
 7572 "pathfinder_geometry",
 7573 "pin-project",
 7574 "pollster 0.4.0",
 7575 "postage",
 7576 "profiling",
 7577 "proptest",
 7578 "rand 0.9.2",
 7579 "raw-window-handle",
 7580 "refineable",
 7581 "regex",
 7582 "reqwest_client",
 7583 "resvg",
 7584 "scheduler",
 7585 "schemars",
 7586 "seahash",
 7587 "serde",
 7588 "serde_json",
 7589 "slotmap",
 7590 "smallvec",
 7591 "spin 0.10.0",
 7592 "stacksafe",
 7593 "strum 0.27.2",
 7594 "sum_tree",
 7595 "taffy",
 7596 "thiserror 2.0.17",
 7597 "ttf-parser 0.25.1",
 7598 "unicode-segmentation",
 7599 "url",
 7600 "usvg",
 7601 "util_macros",
 7602 "uuid",
 7603 "waker-fn",
 7604 "wasm-bindgen",
 7605 "web-time",
 7606 "windows 0.61.3",
 7607 "zed-font-kit",
 7608 "zed-scap",
 7609]
 7610
 7611[[package]]
 7612name = "gpui_linux"
 7613version = "0.1.0"
 7614dependencies = [
 7615 "anyhow",
 7616 "as-raw-xcb-connection",
 7617 "ashpd",
 7618 "bitflags 2.10.0",
 7619 "bytemuck",
 7620 "calloop",
 7621 "calloop-wayland-source",
 7622 "collections",
 7623 "filedescriptor",
 7624 "futures 0.3.32",
 7625 "gpui",
 7626 "gpui_wgpu",
 7627 "http_client",
 7628 "itertools 0.14.0",
 7629 "libc",
 7630 "log",
 7631 "oo7",
 7632 "open",
 7633 "parking_lot",
 7634 "pathfinder_geometry",
 7635 "pollster 0.4.0",
 7636 "profiling",
 7637 "raw-window-handle",
 7638 "smallvec",
 7639 "smol",
 7640 "strum 0.27.2",
 7641 "swash",
 7642 "url",
 7643 "util",
 7644 "uuid",
 7645 "wayland-backend",
 7646 "wayland-client",
 7647 "wayland-cursor",
 7648 "wayland-protocols",
 7649 "wayland-protocols-plasma",
 7650 "wayland-protocols-wlr",
 7651 "x11-clipboard",
 7652 "x11rb",
 7653 "xkbcommon",
 7654 "zed-scap",
 7655 "zed-xim",
 7656]
 7657
 7658[[package]]
 7659name = "gpui_macos"
 7660version = "0.1.0"
 7661dependencies = [
 7662 "anyhow",
 7663 "async-task",
 7664 "block",
 7665 "cbindgen",
 7666 "cocoa 0.26.0",
 7667 "collections",
 7668 "core-foundation 0.10.0",
 7669 "core-foundation-sys",
 7670 "core-graphics 0.24.0",
 7671 "core-text",
 7672 "core-video",
 7673 "ctor",
 7674 "derive_more",
 7675 "dispatch2",
 7676 "etagere",
 7677 "foreign-types 0.5.0",
 7678 "futures 0.3.32",
 7679 "gpui",
 7680 "image",
 7681 "itertools 0.14.0",
 7682 "libc",
 7683 "log",
 7684 "mach2 0.5.0",
 7685 "media",
 7686 "metal",
 7687 "objc",
 7688 "objc2-app-kit",
 7689 "parking_lot",
 7690 "pathfinder_geometry",
 7691 "raw-window-handle",
 7692 "semver",
 7693 "smallvec",
 7694 "strum 0.27.2",
 7695 "util",
 7696 "uuid",
 7697 "zed-font-kit",
 7698]
 7699
 7700[[package]]
 7701name = "gpui_macros"
 7702version = "0.1.0"
 7703dependencies = [
 7704 "gpui",
 7705 "heck 0.5.0",
 7706 "proc-macro2",
 7707 "quote",
 7708 "syn 2.0.117",
 7709]
 7710
 7711[[package]]
 7712name = "gpui_platform"
 7713version = "0.1.0"
 7714dependencies = [
 7715 "console_error_panic_hook",
 7716 "gpui",
 7717 "gpui_linux",
 7718 "gpui_macos",
 7719 "gpui_web",
 7720 "gpui_windows",
 7721]
 7722
 7723[[package]]
 7724name = "gpui_shared_string"
 7725version = "0.1.0"
 7726dependencies = [
 7727 "derive_more",
 7728 "gpui_util",
 7729 "schemars",
 7730 "serde",
 7731]
 7732
 7733[[package]]
 7734name = "gpui_tokio"
 7735version = "0.1.0"
 7736dependencies = [
 7737 "anyhow",
 7738 "gpui",
 7739 "tokio",
 7740 "util",
 7741]
 7742
 7743[[package]]
 7744name = "gpui_util"
 7745version = "0.1.0"
 7746dependencies = [
 7747 "anyhow",
 7748 "log",
 7749]
 7750
 7751[[package]]
 7752name = "gpui_web"
 7753version = "0.1.0"
 7754dependencies = [
 7755 "anyhow",
 7756 "console_error_panic_hook",
 7757 "futures 0.3.32",
 7758 "gpui",
 7759 "gpui_wgpu",
 7760 "http_client",
 7761 "js-sys",
 7762 "log",
 7763 "parking_lot",
 7764 "raw-window-handle",
 7765 "smallvec",
 7766 "uuid",
 7767 "wasm-bindgen",
 7768 "wasm-bindgen-futures",
 7769 "wasm_thread",
 7770 "web-sys",
 7771 "web-time",
 7772]
 7773
 7774[[package]]
 7775name = "gpui_wgpu"
 7776version = "0.1.0"
 7777dependencies = [
 7778 "anyhow",
 7779 "bytemuck",
 7780 "collections",
 7781 "cosmic-text",
 7782 "etagere",
 7783 "gpui",
 7784 "gpui_util",
 7785 "itertools 0.14.0",
 7786 "js-sys",
 7787 "log",
 7788 "parking_lot",
 7789 "pollster 0.4.0",
 7790 "profiling",
 7791 "raw-window-handle",
 7792 "smallvec",
 7793 "swash",
 7794 "wasm-bindgen",
 7795 "wasm-bindgen-futures",
 7796 "web-sys",
 7797 "wgpu",
 7798 "zed-font-kit",
 7799]
 7800
 7801[[package]]
 7802name = "gpui_windows"
 7803version = "0.1.0"
 7804dependencies = [
 7805 "anyhow",
 7806 "collections",
 7807 "etagere",
 7808 "futures 0.3.32",
 7809 "gpui",
 7810 "image",
 7811 "itertools 0.14.0",
 7812 "log",
 7813 "parking_lot",
 7814 "rand 0.9.2",
 7815 "raw-window-handle",
 7816 "smallvec",
 7817 "util",
 7818 "uuid",
 7819 "windows 0.61.3",
 7820 "windows-core 0.61.2",
 7821 "windows-numerics 0.2.0",
 7822 "windows-registry 0.5.3",
 7823 "zed-scap",
 7824]
 7825
 7826[[package]]
 7827name = "grammars"
 7828version = "0.1.0"
 7829dependencies = [
 7830 "anyhow",
 7831 "language_core",
 7832 "rust-embed",
 7833 "toml 0.8.23",
 7834 "tree-sitter",
 7835 "tree-sitter-bash",
 7836 "tree-sitter-c",
 7837 "tree-sitter-cpp",
 7838 "tree-sitter-css",
 7839 "tree-sitter-diff",
 7840 "tree-sitter-gitcommit",
 7841 "tree-sitter-go",
 7842 "tree-sitter-gomod",
 7843 "tree-sitter-gowork",
 7844 "tree-sitter-jsdoc",
 7845 "tree-sitter-json",
 7846 "tree-sitter-md",
 7847 "tree-sitter-python",
 7848 "tree-sitter-regex",
 7849 "tree-sitter-rust",
 7850 "tree-sitter-typescript",
 7851 "tree-sitter-yaml",
 7852 "util",
 7853]
 7854
 7855[[package]]
 7856name = "grid"
 7857version = "0.18.0"
 7858source = "registry+https://github.com/rust-lang/crates.io-index"
 7859checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7860
 7861[[package]]
 7862name = "group"
 7863version = "0.12.1"
 7864source = "registry+https://github.com/rust-lang/crates.io-index"
 7865checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7866dependencies = [
 7867 "ff",
 7868 "rand_core 0.6.4",
 7869 "subtle",
 7870]
 7871
 7872[[package]]
 7873name = "h2"
 7874version = "0.3.27"
 7875source = "registry+https://github.com/rust-lang/crates.io-index"
 7876checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7877dependencies = [
 7878 "bytes 1.11.1",
 7879 "fnv",
 7880 "futures-core",
 7881 "futures-sink",
 7882 "futures-util",
 7883 "http 0.2.12",
 7884 "indexmap",
 7885 "slab",
 7886 "tokio",
 7887 "tokio-util",
 7888 "tracing",
 7889]
 7890
 7891[[package]]
 7892name = "h2"
 7893version = "0.4.12"
 7894source = "registry+https://github.com/rust-lang/crates.io-index"
 7895checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7896dependencies = [
 7897 "atomic-waker",
 7898 "bytes 1.11.1",
 7899 "fnv",
 7900 "futures-core",
 7901 "futures-sink",
 7902 "http 1.3.1",
 7903 "indexmap",
 7904 "slab",
 7905 "tokio",
 7906 "tokio-util",
 7907 "tracing",
 7908]
 7909
 7910[[package]]
 7911name = "half"
 7912version = "2.7.1"
 7913source = "registry+https://github.com/rust-lang/crates.io-index"
 7914checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7915dependencies = [
 7916 "bytemuck",
 7917 "cfg-if",
 7918 "crunchy",
 7919 "num-traits",
 7920 "rand 0.9.2",
 7921 "rand_distr",
 7922 "zerocopy",
 7923]
 7924
 7925[[package]]
 7926name = "handlebars"
 7927version = "4.5.0"
 7928source = "registry+https://github.com/rust-lang/crates.io-index"
 7929checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7930dependencies = [
 7931 "log",
 7932 "pest",
 7933 "pest_derive",
 7934 "rust-embed",
 7935 "serde",
 7936 "serde_json",
 7937 "thiserror 1.0.69",
 7938]
 7939
 7940[[package]]
 7941name = "handlebars"
 7942version = "5.1.2"
 7943source = "registry+https://github.com/rust-lang/crates.io-index"
 7944checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7945dependencies = [
 7946 "log",
 7947 "pest",
 7948 "pest_derive",
 7949 "serde",
 7950 "serde_json",
 7951 "thiserror 1.0.69",
 7952]
 7953
 7954[[package]]
 7955name = "harfrust"
 7956version = "0.5.0"
 7957source = "registry+https://github.com/rust-lang/crates.io-index"
 7958checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7959dependencies = [
 7960 "bitflags 2.10.0",
 7961 "bytemuck",
 7962 "core_maths",
 7963 "read-fonts 0.37.0",
 7964 "smallvec",
 7965]
 7966
 7967[[package]]
 7968name = "hash32"
 7969version = "0.3.1"
 7970source = "registry+https://github.com/rust-lang/crates.io-index"
 7971checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7972dependencies = [
 7973 "byteorder",
 7974]
 7975
 7976[[package]]
 7977name = "hashbrown"
 7978version = "0.12.3"
 7979source = "registry+https://github.com/rust-lang/crates.io-index"
 7980checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7981dependencies = [
 7982 "ahash 0.7.8",
 7983]
 7984
 7985[[package]]
 7986name = "hashbrown"
 7987version = "0.14.5"
 7988source = "registry+https://github.com/rust-lang/crates.io-index"
 7989checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7990dependencies = [
 7991 "ahash 0.8.12",
 7992 "allocator-api2",
 7993]
 7994
 7995[[package]]
 7996name = "hashbrown"
 7997version = "0.15.5"
 7998source = "registry+https://github.com/rust-lang/crates.io-index"
 7999checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8000dependencies = [
 8001 "allocator-api2",
 8002 "equivalent",
 8003 "foldhash 0.1.5",
 8004 "serde",
 8005]
 8006
 8007[[package]]
 8008name = "hashbrown"
 8009version = "0.16.1"
 8010source = "registry+https://github.com/rust-lang/crates.io-index"
 8011checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8012dependencies = [
 8013 "allocator-api2",
 8014 "equivalent",
 8015 "foldhash 0.2.0",
 8016]
 8017
 8018[[package]]
 8019name = "hashlink"
 8020version = "0.8.4"
 8021source = "registry+https://github.com/rust-lang/crates.io-index"
 8022checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8023dependencies = [
 8024 "hashbrown 0.14.5",
 8025]
 8026
 8027[[package]]
 8028name = "hashlink"
 8029version = "0.10.0"
 8030source = "registry+https://github.com/rust-lang/crates.io-index"
 8031checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8032dependencies = [
 8033 "hashbrown 0.15.5",
 8034]
 8035
 8036[[package]]
 8037name = "headers"
 8038version = "0.3.9"
 8039source = "registry+https://github.com/rust-lang/crates.io-index"
 8040checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8041dependencies = [
 8042 "base64 0.21.7",
 8043 "bytes 1.11.1",
 8044 "headers-core",
 8045 "http 0.2.12",
 8046 "httpdate",
 8047 "mime",
 8048 "sha1",
 8049]
 8050
 8051[[package]]
 8052name = "headers-core"
 8053version = "0.2.0"
 8054source = "registry+https://github.com/rust-lang/crates.io-index"
 8055checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8056dependencies = [
 8057 "http 0.2.12",
 8058]
 8059
 8060[[package]]
 8061name = "heapless"
 8062version = "0.9.2"
 8063source = "registry+https://github.com/rust-lang/crates.io-index"
 8064checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8065dependencies = [
 8066 "hash32",
 8067 "stable_deref_trait",
 8068]
 8069
 8070[[package]]
 8071name = "heck"
 8072version = "0.3.3"
 8073source = "registry+https://github.com/rust-lang/crates.io-index"
 8074checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8075dependencies = [
 8076 "unicode-segmentation",
 8077]
 8078
 8079[[package]]
 8080name = "heck"
 8081version = "0.4.1"
 8082source = "registry+https://github.com/rust-lang/crates.io-index"
 8083checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8084dependencies = [
 8085 "unicode-segmentation",
 8086]
 8087
 8088[[package]]
 8089name = "heck"
 8090version = "0.5.0"
 8091source = "registry+https://github.com/rust-lang/crates.io-index"
 8092checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8093
 8094[[package]]
 8095name = "heed"
 8096version = "0.21.0"
 8097source = "registry+https://github.com/rust-lang/crates.io-index"
 8098checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8099dependencies = [
 8100 "bitflags 2.10.0",
 8101 "byteorder",
 8102 "heed-traits",
 8103 "heed-types",
 8104 "libc",
 8105 "lmdb-master-sys",
 8106 "once_cell",
 8107 "page_size",
 8108 "serde",
 8109 "synchronoise",
 8110 "url",
 8111]
 8112
 8113[[package]]
 8114name = "heed-traits"
 8115version = "0.20.0"
 8116source = "registry+https://github.com/rust-lang/crates.io-index"
 8117checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8118
 8119[[package]]
 8120name = "heed-types"
 8121version = "0.21.0"
 8122source = "registry+https://github.com/rust-lang/crates.io-index"
 8123checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8124dependencies = [
 8125 "bincode",
 8126 "byteorder",
 8127 "heed-traits",
 8128 "serde",
 8129 "serde_json",
 8130]
 8131
 8132[[package]]
 8133name = "hermit-abi"
 8134version = "0.5.2"
 8135source = "registry+https://github.com/rust-lang/crates.io-index"
 8136checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8137
 8138[[package]]
 8139name = "hex"
 8140version = "0.4.3"
 8141source = "registry+https://github.com/rust-lang/crates.io-index"
 8142checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8143
 8144[[package]]
 8145name = "hexf-parse"
 8146version = "0.2.1"
 8147source = "registry+https://github.com/rust-lang/crates.io-index"
 8148checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8149
 8150[[package]]
 8151name = "hkdf"
 8152version = "0.12.4"
 8153source = "registry+https://github.com/rust-lang/crates.io-index"
 8154checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8155dependencies = [
 8156 "hmac",
 8157]
 8158
 8159[[package]]
 8160name = "hmac"
 8161version = "0.12.1"
 8162source = "registry+https://github.com/rust-lang/crates.io-index"
 8163checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8164dependencies = [
 8165 "digest",
 8166]
 8167
 8168[[package]]
 8169name = "home"
 8170version = "0.5.11"
 8171source = "registry+https://github.com/rust-lang/crates.io-index"
 8172checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8173dependencies = [
 8174 "windows-sys 0.59.0",
 8175]
 8176
 8177[[package]]
 8178name = "hound"
 8179version = "3.5.1"
 8180source = "registry+https://github.com/rust-lang/crates.io-index"
 8181checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8182
 8183[[package]]
 8184name = "html5ever"
 8185version = "0.27.0"
 8186source = "registry+https://github.com/rust-lang/crates.io-index"
 8187checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8188dependencies = [
 8189 "log",
 8190 "mac",
 8191 "markup5ever 0.12.1",
 8192 "proc-macro2",
 8193 "quote",
 8194 "syn 2.0.117",
 8195]
 8196
 8197[[package]]
 8198name = "html5ever"
 8199version = "0.35.0"
 8200source = "registry+https://github.com/rust-lang/crates.io-index"
 8201checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8202dependencies = [
 8203 "log",
 8204 "markup5ever 0.35.0",
 8205 "match_token",
 8206]
 8207
 8208[[package]]
 8209name = "html_to_markdown"
 8210version = "0.1.0"
 8211dependencies = [
 8212 "anyhow",
 8213 "html5ever 0.27.0",
 8214 "indoc",
 8215 "markup5ever_rcdom",
 8216 "pretty_assertions",
 8217 "regex",
 8218]
 8219
 8220[[package]]
 8221name = "http"
 8222version = "0.2.12"
 8223source = "registry+https://github.com/rust-lang/crates.io-index"
 8224checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8225dependencies = [
 8226 "bytes 1.11.1",
 8227 "fnv",
 8228 "itoa",
 8229]
 8230
 8231[[package]]
 8232name = "http"
 8233version = "1.3.1"
 8234source = "registry+https://github.com/rust-lang/crates.io-index"
 8235checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8236dependencies = [
 8237 "bytes 1.11.1",
 8238 "fnv",
 8239 "itoa",
 8240]
 8241
 8242[[package]]
 8243name = "http-body"
 8244version = "0.4.6"
 8245source = "registry+https://github.com/rust-lang/crates.io-index"
 8246checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8247dependencies = [
 8248 "bytes 1.11.1",
 8249 "http 0.2.12",
 8250 "pin-project-lite",
 8251]
 8252
 8253[[package]]
 8254name = "http-body"
 8255version = "1.0.1"
 8256source = "registry+https://github.com/rust-lang/crates.io-index"
 8257checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8258dependencies = [
 8259 "bytes 1.11.1",
 8260 "http 1.3.1",
 8261]
 8262
 8263[[package]]
 8264name = "http-body-util"
 8265version = "0.1.3"
 8266source = "registry+https://github.com/rust-lang/crates.io-index"
 8267checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8268dependencies = [
 8269 "bytes 1.11.1",
 8270 "futures-core",
 8271 "http 1.3.1",
 8272 "http-body 1.0.1",
 8273 "pin-project-lite",
 8274]
 8275
 8276[[package]]
 8277name = "http-range-header"
 8278version = "0.3.1"
 8279source = "registry+https://github.com/rust-lang/crates.io-index"
 8280checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8281
 8282[[package]]
 8283name = "http_client"
 8284version = "0.1.0"
 8285dependencies = [
 8286 "anyhow",
 8287 "async-compression",
 8288 "async-fs",
 8289 "async-tar",
 8290 "bytes 1.11.1",
 8291 "derive_more",
 8292 "futures 0.3.32",
 8293 "http 1.3.1",
 8294 "http-body 1.0.1",
 8295 "log",
 8296 "parking_lot",
 8297 "serde",
 8298 "serde_json",
 8299 "serde_urlencoded",
 8300 "sha2",
 8301 "tempfile",
 8302 "url",
 8303 "util",
 8304]
 8305
 8306[[package]]
 8307name = "http_client_tls"
 8308version = "0.1.0"
 8309dependencies = [
 8310 "rustls 0.23.33",
 8311 "rustls-platform-verifier",
 8312]
 8313
 8314[[package]]
 8315name = "httparse"
 8316version = "1.10.1"
 8317source = "registry+https://github.com/rust-lang/crates.io-index"
 8318checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8319
 8320[[package]]
 8321name = "httpdate"
 8322version = "1.0.3"
 8323source = "registry+https://github.com/rust-lang/crates.io-index"
 8324checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8325
 8326[[package]]
 8327name = "human_bytes"
 8328version = "0.4.3"
 8329source = "registry+https://github.com/rust-lang/crates.io-index"
 8330checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8331
 8332[[package]]
 8333name = "humantime"
 8334version = "2.3.0"
 8335source = "registry+https://github.com/rust-lang/crates.io-index"
 8336checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8337
 8338[[package]]
 8339name = "hyper"
 8340version = "0.14.32"
 8341source = "registry+https://github.com/rust-lang/crates.io-index"
 8342checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8343dependencies = [
 8344 "bytes 1.11.1",
 8345 "futures-channel",
 8346 "futures-core",
 8347 "futures-util",
 8348 "h2 0.3.27",
 8349 "http 0.2.12",
 8350 "http-body 0.4.6",
 8351 "httparse",
 8352 "httpdate",
 8353 "itoa",
 8354 "pin-project-lite",
 8355 "socket2 0.5.10",
 8356 "tokio",
 8357 "tower-service",
 8358 "tracing",
 8359 "want",
 8360]
 8361
 8362[[package]]
 8363name = "hyper"
 8364version = "1.7.0"
 8365source = "registry+https://github.com/rust-lang/crates.io-index"
 8366checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8367dependencies = [
 8368 "atomic-waker",
 8369 "bytes 1.11.1",
 8370 "futures-channel",
 8371 "futures-core",
 8372 "h2 0.4.12",
 8373 "http 1.3.1",
 8374 "http-body 1.0.1",
 8375 "httparse",
 8376 "itoa",
 8377 "pin-project-lite",
 8378 "pin-utils",
 8379 "smallvec",
 8380 "tokio",
 8381 "want",
 8382]
 8383
 8384[[package]]
 8385name = "hyper-rustls"
 8386version = "0.24.2"
 8387source = "registry+https://github.com/rust-lang/crates.io-index"
 8388checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8389dependencies = [
 8390 "futures-util",
 8391 "http 0.2.12",
 8392 "hyper 0.14.32",
 8393 "log",
 8394 "rustls 0.21.12",
 8395 "rustls-native-certs 0.6.3",
 8396 "tokio",
 8397 "tokio-rustls 0.24.1",
 8398]
 8399
 8400[[package]]
 8401name = "hyper-rustls"
 8402version = "0.27.7"
 8403source = "registry+https://github.com/rust-lang/crates.io-index"
 8404checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8405dependencies = [
 8406 "http 1.3.1",
 8407 "hyper 1.7.0",
 8408 "hyper-util",
 8409 "log",
 8410 "rustls 0.23.33",
 8411 "rustls-native-certs 0.8.2",
 8412 "rustls-pki-types",
 8413 "tokio",
 8414 "tokio-rustls 0.26.2",
 8415 "tower-service",
 8416]
 8417
 8418[[package]]
 8419name = "hyper-timeout"
 8420version = "0.5.2"
 8421source = "registry+https://github.com/rust-lang/crates.io-index"
 8422checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8423dependencies = [
 8424 "hyper 1.7.0",
 8425 "hyper-util",
 8426 "pin-project-lite",
 8427 "tokio",
 8428 "tower-service",
 8429]
 8430
 8431[[package]]
 8432name = "hyper-tls"
 8433version = "0.5.0"
 8434source = "registry+https://github.com/rust-lang/crates.io-index"
 8435checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8436dependencies = [
 8437 "bytes 1.11.1",
 8438 "hyper 0.14.32",
 8439 "native-tls",
 8440 "tokio",
 8441 "tokio-native-tls",
 8442]
 8443
 8444[[package]]
 8445name = "hyper-util"
 8446version = "0.1.17"
 8447source = "registry+https://github.com/rust-lang/crates.io-index"
 8448checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8449dependencies = [
 8450 "base64 0.22.1",
 8451 "bytes 1.11.1",
 8452 "futures-channel",
 8453 "futures-core",
 8454 "futures-util",
 8455 "http 1.3.1",
 8456 "http-body 1.0.1",
 8457 "hyper 1.7.0",
 8458 "ipnet",
 8459 "libc",
 8460 "percent-encoding",
 8461 "pin-project-lite",
 8462 "socket2 0.6.1",
 8463 "tokio",
 8464 "tower-service",
 8465 "tracing",
 8466]
 8467
 8468[[package]]
 8469name = "iana-time-zone"
 8470version = "0.1.64"
 8471source = "registry+https://github.com/rust-lang/crates.io-index"
 8472checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8473dependencies = [
 8474 "android_system_properties",
 8475 "core-foundation-sys",
 8476 "iana-time-zone-haiku",
 8477 "js-sys",
 8478 "log",
 8479 "wasm-bindgen",
 8480 "windows-core 0.62.2",
 8481]
 8482
 8483[[package]]
 8484name = "iana-time-zone-haiku"
 8485version = "0.1.2"
 8486source = "registry+https://github.com/rust-lang/crates.io-index"
 8487checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8488dependencies = [
 8489 "cc",
 8490]
 8491
 8492[[package]]
 8493name = "icons"
 8494version = "0.1.0"
 8495dependencies = [
 8496 "serde",
 8497 "strum 0.27.2",
 8498]
 8499
 8500[[package]]
 8501name = "icu_collections"
 8502version = "2.0.0"
 8503source = "registry+https://github.com/rust-lang/crates.io-index"
 8504checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8505dependencies = [
 8506 "displaydoc",
 8507 "potential_utf",
 8508 "yoke 0.8.0",
 8509 "zerofrom",
 8510 "zerovec",
 8511]
 8512
 8513[[package]]
 8514name = "icu_locale_core"
 8515version = "2.0.0"
 8516source = "registry+https://github.com/rust-lang/crates.io-index"
 8517checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8518dependencies = [
 8519 "displaydoc",
 8520 "litemap",
 8521 "tinystr",
 8522 "writeable",
 8523 "zerovec",
 8524]
 8525
 8526[[package]]
 8527name = "icu_normalizer"
 8528version = "2.0.0"
 8529source = "registry+https://github.com/rust-lang/crates.io-index"
 8530checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8531dependencies = [
 8532 "displaydoc",
 8533 "icu_collections",
 8534 "icu_normalizer_data",
 8535 "icu_properties",
 8536 "icu_provider",
 8537 "smallvec",
 8538 "zerovec",
 8539]
 8540
 8541[[package]]
 8542name = "icu_normalizer_data"
 8543version = "2.0.0"
 8544source = "registry+https://github.com/rust-lang/crates.io-index"
 8545checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8546
 8547[[package]]
 8548name = "icu_properties"
 8549version = "2.0.1"
 8550source = "registry+https://github.com/rust-lang/crates.io-index"
 8551checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8552dependencies = [
 8553 "displaydoc",
 8554 "icu_collections",
 8555 "icu_locale_core",
 8556 "icu_properties_data",
 8557 "icu_provider",
 8558 "potential_utf",
 8559 "zerotrie",
 8560 "zerovec",
 8561]
 8562
 8563[[package]]
 8564name = "icu_properties_data"
 8565version = "2.0.1"
 8566source = "registry+https://github.com/rust-lang/crates.io-index"
 8567checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8568
 8569[[package]]
 8570name = "icu_provider"
 8571version = "2.0.0"
 8572source = "registry+https://github.com/rust-lang/crates.io-index"
 8573checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8574dependencies = [
 8575 "displaydoc",
 8576 "icu_locale_core",
 8577 "stable_deref_trait",
 8578 "tinystr",
 8579 "writeable",
 8580 "yoke 0.8.0",
 8581 "zerofrom",
 8582 "zerotrie",
 8583 "zerovec",
 8584]
 8585
 8586[[package]]
 8587name = "id-arena"
 8588version = "2.2.1"
 8589source = "registry+https://github.com/rust-lang/crates.io-index"
 8590checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8591
 8592[[package]]
 8593name = "ident_case"
 8594version = "1.0.1"
 8595source = "registry+https://github.com/rust-lang/crates.io-index"
 8596checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8597
 8598[[package]]
 8599name = "idna"
 8600version = "1.1.0"
 8601source = "registry+https://github.com/rust-lang/crates.io-index"
 8602checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8603dependencies = [
 8604 "idna_adapter",
 8605 "smallvec",
 8606 "utf8_iter",
 8607]
 8608
 8609[[package]]
 8610name = "idna_adapter"
 8611version = "1.2.1"
 8612source = "registry+https://github.com/rust-lang/crates.io-index"
 8613checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8614dependencies = [
 8615 "icu_normalizer",
 8616 "icu_properties",
 8617]
 8618
 8619[[package]]
 8620name = "ignore"
 8621version = "0.4.24"
 8622source = "registry+https://github.com/rust-lang/crates.io-index"
 8623checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8624dependencies = [
 8625 "crossbeam-deque",
 8626 "globset",
 8627 "log",
 8628 "memchr",
 8629 "regex-automata",
 8630 "same-file",
 8631 "walkdir",
 8632 "winapi-util",
 8633]
 8634
 8635[[package]]
 8636name = "image"
 8637version = "0.25.8"
 8638source = "registry+https://github.com/rust-lang/crates.io-index"
 8639checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8640dependencies = [
 8641 "bytemuck",
 8642 "byteorder-lite",
 8643 "color_quant",
 8644 "exr",
 8645 "gif",
 8646 "image-webp",
 8647 "moxcms",
 8648 "num-traits",
 8649 "png 0.18.0",
 8650 "qoi",
 8651 "ravif",
 8652 "rayon",
 8653 "rgb",
 8654 "tiff",
 8655 "zune-core",
 8656 "zune-jpeg",
 8657]
 8658
 8659[[package]]
 8660name = "image-webp"
 8661version = "0.2.4"
 8662source = "registry+https://github.com/rust-lang/crates.io-index"
 8663checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8664dependencies = [
 8665 "byteorder-lite",
 8666 "quick-error 2.0.1",
 8667]
 8668
 8669[[package]]
 8670name = "image_viewer"
 8671version = "0.1.0"
 8672dependencies = [
 8673 "anyhow",
 8674 "db",
 8675 "editor",
 8676 "file_icons",
 8677 "gpui",
 8678 "language",
 8679 "log",
 8680 "project",
 8681 "serde",
 8682 "settings",
 8683 "theme_settings",
 8684 "ui",
 8685 "util",
 8686 "workspace",
 8687]
 8688
 8689[[package]]
 8690name = "imagesize"
 8691version = "0.13.0"
 8692source = "registry+https://github.com/rust-lang/crates.io-index"
 8693checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8694
 8695[[package]]
 8696name = "imara-diff"
 8697version = "0.1.8"
 8698source = "registry+https://github.com/rust-lang/crates.io-index"
 8699checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8700dependencies = [
 8701 "hashbrown 0.15.5",
 8702]
 8703
 8704[[package]]
 8705name = "imgref"
 8706version = "1.12.0"
 8707source = "registry+https://github.com/rust-lang/crates.io-index"
 8708checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8709
 8710[[package]]
 8711name = "indenter"
 8712version = "0.3.4"
 8713source = "registry+https://github.com/rust-lang/crates.io-index"
 8714checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8715
 8716[[package]]
 8717name = "indexmap"
 8718version = "2.11.4"
 8719source = "registry+https://github.com/rust-lang/crates.io-index"
 8720checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8721dependencies = [
 8722 "equivalent",
 8723 "hashbrown 0.16.1",
 8724 "serde",
 8725 "serde_core",
 8726]
 8727
 8728[[package]]
 8729name = "indoc"
 8730version = "2.0.6"
 8731source = "registry+https://github.com/rust-lang/crates.io-index"
 8732checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8733
 8734[[package]]
 8735name = "inherent"
 8736version = "1.0.13"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8739dependencies = [
 8740 "proc-macro2",
 8741 "quote",
 8742 "syn 2.0.117",
 8743]
 8744
 8745[[package]]
 8746name = "inotify"
 8747version = "0.9.6"
 8748source = "registry+https://github.com/rust-lang/crates.io-index"
 8749checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8750dependencies = [
 8751 "bitflags 1.3.2",
 8752 "inotify-sys",
 8753 "libc",
 8754]
 8755
 8756[[package]]
 8757name = "inotify"
 8758version = "0.11.0"
 8759source = "registry+https://github.com/rust-lang/crates.io-index"
 8760checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8761dependencies = [
 8762 "bitflags 2.10.0",
 8763 "inotify-sys",
 8764 "libc",
 8765]
 8766
 8767[[package]]
 8768name = "inotify-sys"
 8769version = "0.1.5"
 8770source = "registry+https://github.com/rust-lang/crates.io-index"
 8771checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8772dependencies = [
 8773 "libc",
 8774]
 8775
 8776[[package]]
 8777name = "inout"
 8778version = "0.1.4"
 8779source = "registry+https://github.com/rust-lang/crates.io-index"
 8780checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8781dependencies = [
 8782 "block-padding",
 8783 "generic-array",
 8784]
 8785
 8786[[package]]
 8787name = "inspector_ui"
 8788version = "0.1.0"
 8789dependencies = [
 8790 "anyhow",
 8791 "command_palette_hooks",
 8792 "editor",
 8793 "fuzzy",
 8794 "gpui",
 8795 "language",
 8796 "project",
 8797 "serde_json",
 8798 "serde_json_lenient",
 8799 "theme_settings",
 8800 "ui",
 8801 "util",
 8802 "util_macros",
 8803 "workspace",
 8804 "zed_actions",
 8805]
 8806
 8807[[package]]
 8808name = "install_cli"
 8809version = "0.1.0"
 8810dependencies = [
 8811 "anyhow",
 8812 "client",
 8813 "gpui",
 8814 "release_channel",
 8815 "smol",
 8816 "util",
 8817 "workspace",
 8818]
 8819
 8820[[package]]
 8821name = "instant"
 8822version = "0.1.13"
 8823source = "registry+https://github.com/rust-lang/crates.io-index"
 8824checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8825dependencies = [
 8826 "cfg-if",
 8827]
 8828
 8829[[package]]
 8830name = "interpolate_name"
 8831version = "0.2.4"
 8832source = "registry+https://github.com/rust-lang/crates.io-index"
 8833checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8834dependencies = [
 8835 "proc-macro2",
 8836 "quote",
 8837 "syn 2.0.117",
 8838]
 8839
 8840[[package]]
 8841name = "inventory"
 8842version = "0.3.21"
 8843source = "registry+https://github.com/rust-lang/crates.io-index"
 8844checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8845dependencies = [
 8846 "rustversion",
 8847]
 8848
 8849[[package]]
 8850name = "io-extras"
 8851version = "0.18.4"
 8852source = "registry+https://github.com/rust-lang/crates.io-index"
 8853checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8854dependencies = [
 8855 "io-lifetimes",
 8856 "windows-sys 0.59.0",
 8857]
 8858
 8859[[package]]
 8860name = "io-lifetimes"
 8861version = "2.0.4"
 8862source = "registry+https://github.com/rust-lang/crates.io-index"
 8863checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8864
 8865[[package]]
 8866name = "io-surface"
 8867version = "0.16.1"
 8868source = "registry+https://github.com/rust-lang/crates.io-index"
 8869checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8870dependencies = [
 8871 "cgl",
 8872 "core-foundation 0.10.0",
 8873 "core-foundation-sys",
 8874 "leaky-cow",
 8875]
 8876
 8877[[package]]
 8878name = "iovec"
 8879version = "0.1.4"
 8880source = "registry+https://github.com/rust-lang/crates.io-index"
 8881checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8882dependencies = [
 8883 "libc",
 8884]
 8885
 8886[[package]]
 8887name = "ipc-channel"
 8888version = "0.19.0"
 8889source = "registry+https://github.com/rust-lang/crates.io-index"
 8890checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8891dependencies = [
 8892 "bincode",
 8893 "crossbeam-channel",
 8894 "fnv",
 8895 "lazy_static",
 8896 "libc",
 8897 "mio 1.1.0",
 8898 "rand 0.8.5",
 8899 "serde",
 8900 "tempfile",
 8901 "uuid",
 8902 "windows 0.58.0",
 8903]
 8904
 8905[[package]]
 8906name = "ipnet"
 8907version = "2.11.0"
 8908source = "registry+https://github.com/rust-lang/crates.io-index"
 8909checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8910
 8911[[package]]
 8912name = "iri-string"
 8913version = "0.7.8"
 8914source = "registry+https://github.com/rust-lang/crates.io-index"
 8915checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8916dependencies = [
 8917 "memchr",
 8918 "serde",
 8919]
 8920
 8921[[package]]
 8922name = "is-docker"
 8923version = "0.2.0"
 8924source = "registry+https://github.com/rust-lang/crates.io-index"
 8925checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8926dependencies = [
 8927 "once_cell",
 8928]
 8929
 8930[[package]]
 8931name = "is-terminal"
 8932version = "0.4.16"
 8933source = "registry+https://github.com/rust-lang/crates.io-index"
 8934checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8935dependencies = [
 8936 "hermit-abi",
 8937 "libc",
 8938 "windows-sys 0.59.0",
 8939]
 8940
 8941[[package]]
 8942name = "is-wsl"
 8943version = "0.4.0"
 8944source = "registry+https://github.com/rust-lang/crates.io-index"
 8945checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8946dependencies = [
 8947 "is-docker",
 8948 "once_cell",
 8949]
 8950
 8951[[package]]
 8952name = "is_executable"
 8953version = "1.0.5"
 8954source = "registry+https://github.com/rust-lang/crates.io-index"
 8955checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8956dependencies = [
 8957 "windows-sys 0.60.2",
 8958]
 8959
 8960[[package]]
 8961name = "is_terminal_polyfill"
 8962version = "1.70.1"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8965
 8966[[package]]
 8967name = "itertools"
 8968version = "0.10.5"
 8969source = "registry+https://github.com/rust-lang/crates.io-index"
 8970checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8971dependencies = [
 8972 "either",
 8973]
 8974
 8975[[package]]
 8976name = "itertools"
 8977version = "0.11.0"
 8978source = "registry+https://github.com/rust-lang/crates.io-index"
 8979checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8980dependencies = [
 8981 "either",
 8982]
 8983
 8984[[package]]
 8985name = "itertools"
 8986version = "0.12.1"
 8987source = "registry+https://github.com/rust-lang/crates.io-index"
 8988checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8989dependencies = [
 8990 "either",
 8991]
 8992
 8993[[package]]
 8994name = "itertools"
 8995version = "0.14.0"
 8996source = "registry+https://github.com/rust-lang/crates.io-index"
 8997checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8998dependencies = [
 8999 "either",
 9000]
 9001
 9002[[package]]
 9003name = "itoa"
 9004version = "1.0.15"
 9005source = "registry+https://github.com/rust-lang/crates.io-index"
 9006checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9007
 9008[[package]]
 9009name = "jiff"
 9010version = "0.2.15"
 9011source = "registry+https://github.com/rust-lang/crates.io-index"
 9012checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9013dependencies = [
 9014 "jiff-static",
 9015 "log",
 9016 "portable-atomic",
 9017 "portable-atomic-util",
 9018 "serde",
 9019]
 9020
 9021[[package]]
 9022name = "jiff-static"
 9023version = "0.2.15"
 9024source = "registry+https://github.com/rust-lang/crates.io-index"
 9025checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9026dependencies = [
 9027 "proc-macro2",
 9028 "quote",
 9029 "syn 2.0.117",
 9030]
 9031
 9032[[package]]
 9033name = "jni"
 9034version = "0.21.1"
 9035source = "registry+https://github.com/rust-lang/crates.io-index"
 9036checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9037dependencies = [
 9038 "cesu8",
 9039 "cfg-if",
 9040 "combine",
 9041 "jni-sys",
 9042 "log",
 9043 "thiserror 1.0.69",
 9044 "walkdir",
 9045 "windows-sys 0.45.0",
 9046]
 9047
 9048[[package]]
 9049name = "jni-sys"
 9050version = "0.3.0"
 9051source = "registry+https://github.com/rust-lang/crates.io-index"
 9052checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9053
 9054[[package]]
 9055name = "jobserver"
 9056version = "0.1.34"
 9057source = "registry+https://github.com/rust-lang/crates.io-index"
 9058checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9059dependencies = [
 9060 "getrandom 0.3.4",
 9061 "libc",
 9062]
 9063
 9064[[package]]
 9065name = "journal"
 9066version = "0.1.0"
 9067dependencies = [
 9068 "anyhow",
 9069 "chrono",
 9070 "editor",
 9071 "gpui",
 9072 "log",
 9073 "serde",
 9074 "settings",
 9075 "shellexpand 2.1.2",
 9076 "workspace",
 9077]
 9078
 9079[[package]]
 9080name = "js-sys"
 9081version = "0.3.90"
 9082source = "registry+https://github.com/rust-lang/crates.io-index"
 9083checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9084dependencies = [
 9085 "once_cell",
 9086 "wasm-bindgen",
 9087]
 9088
 9089[[package]]
 9090name = "json5"
 9091version = "0.4.1"
 9092source = "registry+https://github.com/rust-lang/crates.io-index"
 9093checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9094dependencies = [
 9095 "pest",
 9096 "pest_derive",
 9097 "serde",
 9098]
 9099
 9100[[package]]
 9101name = "json_dotpath"
 9102version = "1.1.0"
 9103source = "registry+https://github.com/rust-lang/crates.io-index"
 9104checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9105dependencies = [
 9106 "serde",
 9107 "serde_derive",
 9108 "serde_json",
 9109 "thiserror 1.0.69",
 9110]
 9111
 9112[[package]]
 9113name = "json_schema_store"
 9114version = "0.1.0"
 9115dependencies = [
 9116 "anyhow",
 9117 "collections",
 9118 "dap",
 9119 "extension",
 9120 "gpui",
 9121 "language",
 9122 "parking_lot",
 9123 "paths",
 9124 "project",
 9125 "schemars",
 9126 "serde",
 9127 "serde_json",
 9128 "settings",
 9129 "snippet_provider",
 9130 "task",
 9131 "theme",
 9132 "util",
 9133]
 9134
 9135[[package]]
 9136name = "jsonschema"
 9137version = "0.37.4"
 9138source = "registry+https://github.com/rust-lang/crates.io-index"
 9139checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9140dependencies = [
 9141 "ahash 0.8.12",
 9142 "bytecount",
 9143 "data-encoding",
 9144 "email_address",
 9145 "fancy-regex 0.16.2",
 9146 "fraction",
 9147 "getrandom 0.3.4",
 9148 "idna",
 9149 "itoa",
 9150 "num-cmp",
 9151 "num-traits",
 9152 "percent-encoding",
 9153 "referencing",
 9154 "regex",
 9155 "regex-syntax",
 9156 "reqwest 0.12.24",
 9157 "serde",
 9158 "serde_json",
 9159 "unicode-general-category",
 9160 "uuid-simd",
 9161]
 9162
 9163[[package]]
 9164name = "jsonwebtoken"
 9165version = "10.3.0"
 9166source = "registry+https://github.com/rust-lang/crates.io-index"
 9167checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9168dependencies = [
 9169 "aws-lc-rs",
 9170 "base64 0.22.1",
 9171 "getrandom 0.2.16",
 9172 "js-sys",
 9173 "pem",
 9174 "serde",
 9175 "serde_json",
 9176 "signature 2.2.0",
 9177 "simple_asn1",
 9178]
 9179
 9180[[package]]
 9181name = "jupyter-protocol"
 9182version = "1.4.0"
 9183source = "registry+https://github.com/rust-lang/crates.io-index"
 9184checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9185dependencies = [
 9186 "async-trait",
 9187 "bytes 1.11.1",
 9188 "chrono",
 9189 "futures 0.3.32",
 9190 "serde",
 9191 "serde_json",
 9192 "thiserror 2.0.17",
 9193 "uuid",
 9194]
 9195
 9196[[package]]
 9197name = "jupyter-websocket-client"
 9198version = "1.0.0"
 9199source = "registry+https://github.com/rust-lang/crates.io-index"
 9200checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9201dependencies = [
 9202 "anyhow",
 9203 "async-trait",
 9204 "async-tungstenite",
 9205 "futures 0.3.32",
 9206 "jupyter-protocol",
 9207 "serde",
 9208 "serde_json",
 9209 "tokio",
 9210 "url",
 9211 "uuid",
 9212]
 9213
 9214[[package]]
 9215name = "keymap_editor"
 9216version = "0.1.0"
 9217dependencies = [
 9218 "anyhow",
 9219 "collections",
 9220 "command_palette",
 9221 "component",
 9222 "db",
 9223 "editor",
 9224 "fs",
 9225 "fuzzy",
 9226 "gpui",
 9227 "itertools 0.14.0",
 9228 "json_schema_store",
 9229 "language",
 9230 "log",
 9231 "menu",
 9232 "notifications",
 9233 "paths",
 9234 "project",
 9235 "search",
 9236 "serde",
 9237 "serde_json",
 9238 "settings",
 9239 "telemetry",
 9240 "tempfile",
 9241 "theme",
 9242 "theme_settings",
 9243 "tree-sitter-json",
 9244 "tree-sitter-rust",
 9245 "ui",
 9246 "ui_input",
 9247 "util",
 9248 "workspace",
 9249 "zed_actions",
 9250]
 9251
 9252[[package]]
 9253name = "khronos-egl"
 9254version = "6.0.0"
 9255source = "registry+https://github.com/rust-lang/crates.io-index"
 9256checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9257dependencies = [
 9258 "libc",
 9259 "libloading",
 9260 "pkg-config",
 9261]
 9262
 9263[[package]]
 9264name = "khronos_api"
 9265version = "3.1.0"
 9266source = "registry+https://github.com/rust-lang/crates.io-index"
 9267checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9268
 9269[[package]]
 9270name = "kqueue"
 9271version = "1.1.1"
 9272source = "registry+https://github.com/rust-lang/crates.io-index"
 9273checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9274dependencies = [
 9275 "kqueue-sys",
 9276 "libc",
 9277]
 9278
 9279[[package]]
 9280name = "kqueue-sys"
 9281version = "1.0.4"
 9282source = "registry+https://github.com/rust-lang/crates.io-index"
 9283checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9284dependencies = [
 9285 "bitflags 1.3.2",
 9286 "libc",
 9287]
 9288
 9289[[package]]
 9290name = "kurbo"
 9291version = "0.11.3"
 9292source = "registry+https://github.com/rust-lang/crates.io-index"
 9293checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9294dependencies = [
 9295 "arrayvec",
 9296 "euclid",
 9297 "smallvec",
 9298]
 9299
 9300[[package]]
 9301name = "kv-log-macro"
 9302version = "1.0.7"
 9303source = "registry+https://github.com/rust-lang/crates.io-index"
 9304checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9305dependencies = [
 9306 "log",
 9307]
 9308
 9309[[package]]
 9310name = "language"
 9311version = "0.1.0"
 9312dependencies = [
 9313 "anyhow",
 9314 "async-trait",
 9315 "clock",
 9316 "collections",
 9317 "criterion",
 9318 "ctor",
 9319 "diffy",
 9320 "ec4rs",
 9321 "encoding_rs",
 9322 "fs",
 9323 "futures 0.3.32",
 9324 "fuzzy",
 9325 "globset",
 9326 "gpui",
 9327 "http_client",
 9328 "imara-diff",
 9329 "indoc",
 9330 "itertools 0.14.0",
 9331 "language_core",
 9332 "log",
 9333 "lsp",
 9334 "parking_lot",
 9335 "postage",
 9336 "pretty_assertions",
 9337 "rand 0.9.2",
 9338 "regex",
 9339 "rpc",
 9340 "semver",
 9341 "serde",
 9342 "serde_json",
 9343 "settings",
 9344 "shellexpand 2.1.2",
 9345 "smallvec",
 9346 "smol",
 9347 "streaming-iterator",
 9348 "strsim",
 9349 "sum_tree",
 9350 "task",
 9351 "text",
 9352 "theme",
 9353 "theme_settings",
 9354 "toml 0.8.23",
 9355 "tracing",
 9356 "tree-sitter",
 9357 "tree-sitter-elixir",
 9358 "tree-sitter-embedded-template",
 9359 "tree-sitter-heex",
 9360 "tree-sitter-html",
 9361 "tree-sitter-json",
 9362 "tree-sitter-md",
 9363 "tree-sitter-python",
 9364 "tree-sitter-ruby",
 9365 "tree-sitter-rust",
 9366 "tree-sitter-typescript",
 9367 "unicase",
 9368 "unindent",
 9369 "util",
 9370 "watch",
 9371 "zlog",
 9372 "ztracing",
 9373]
 9374
 9375[[package]]
 9376name = "language_core"
 9377version = "0.1.0"
 9378dependencies = [
 9379 "anyhow",
 9380 "collections",
 9381 "gpui_shared_string",
 9382 "log",
 9383 "lsp",
 9384 "parking_lot",
 9385 "regex",
 9386 "schemars",
 9387 "serde",
 9388 "serde_json",
 9389 "toml 0.8.23",
 9390 "tree-sitter",
 9391 "util",
 9392]
 9393
 9394[[package]]
 9395name = "language_extension"
 9396version = "0.1.0"
 9397dependencies = [
 9398 "anyhow",
 9399 "async-trait",
 9400 "collections",
 9401 "extension",
 9402 "fs",
 9403 "futures 0.3.32",
 9404 "gpui",
 9405 "language",
 9406 "log",
 9407 "lsp",
 9408 "project",
 9409 "serde",
 9410 "serde_json",
 9411 "tracing",
 9412 "util",
 9413 "ztracing",
 9414]
 9415
 9416[[package]]
 9417name = "language_model"
 9418version = "0.1.0"
 9419dependencies = [
 9420 "anyhow",
 9421 "base64 0.22.1",
 9422 "collections",
 9423 "credentials_provider",
 9424 "env_var",
 9425 "futures 0.3.32",
 9426 "gpui",
 9427 "http_client",
 9428 "icons",
 9429 "image",
 9430 "language_model_core",
 9431 "log",
 9432 "parking_lot",
 9433 "serde",
 9434 "serde_json",
 9435 "thiserror 2.0.17",
 9436 "util",
 9437]
 9438
 9439[[package]]
 9440name = "language_model_core"
 9441version = "0.1.0"
 9442dependencies = [
 9443 "anyhow",
 9444 "cloud_llm_client",
 9445 "futures 0.3.32",
 9446 "gpui_shared_string",
 9447 "http_client",
 9448 "partial-json-fixer",
 9449 "schemars",
 9450 "serde",
 9451 "serde_json",
 9452 "smol",
 9453 "strum 0.27.2",
 9454 "thiserror 2.0.17",
 9455]
 9456
 9457[[package]]
 9458name = "language_models"
 9459version = "0.1.0"
 9460dependencies = [
 9461 "ai_onboarding",
 9462 "anthropic",
 9463 "anyhow",
 9464 "aws-config",
 9465 "aws-credential-types",
 9466 "aws_http_client",
 9467 "base64 0.22.1",
 9468 "bedrock",
 9469 "client",
 9470 "cloud_api_client",
 9471 "cloud_api_types",
 9472 "collections",
 9473 "component",
 9474 "convert_case 0.8.0",
 9475 "copilot",
 9476 "copilot_chat",
 9477 "copilot_ui",
 9478 "credentials_provider",
 9479 "deepseek",
 9480 "extension",
 9481 "extension_host",
 9482 "fs",
 9483 "futures 0.3.32",
 9484 "google_ai",
 9485 "gpui",
 9486 "gpui_tokio",
 9487 "http_client",
 9488 "language",
 9489 "language_model",
 9490 "language_models_cloud",
 9491 "lmstudio",
 9492 "log",
 9493 "menu",
 9494 "mistral",
 9495 "ollama",
 9496 "open_ai",
 9497 "open_router",
 9498 "opencode",
 9499 "pretty_assertions",
 9500 "release_channel",
 9501 "schemars",
 9502 "serde",
 9503 "serde_json",
 9504 "settings",
 9505 "smol",
 9506 "strum 0.27.2",
 9507 "tiktoken-rs",
 9508 "tokio",
 9509 "ui",
 9510 "ui_input",
 9511 "util",
 9512 "vercel",
 9513 "x_ai",
 9514]
 9515
 9516[[package]]
 9517name = "language_models_cloud"
 9518version = "0.1.0"
 9519dependencies = [
 9520 "anthropic",
 9521 "anyhow",
 9522 "cloud_llm_client",
 9523 "futures 0.3.32",
 9524 "google_ai",
 9525 "gpui",
 9526 "http_client",
 9527 "language_model",
 9528 "open_ai",
 9529 "schemars",
 9530 "semver",
 9531 "serde",
 9532 "serde_json",
 9533 "smol",
 9534 "thiserror 2.0.17",
 9535 "x_ai",
 9536]
 9537
 9538[[package]]
 9539name = "language_onboarding"
 9540version = "0.1.0"
 9541dependencies = [
 9542 "db",
 9543 "editor",
 9544 "gpui",
 9545 "project",
 9546 "ui",
 9547 "workspace",
 9548]
 9549
 9550[[package]]
 9551name = "language_selector"
 9552version = "0.1.0"
 9553dependencies = [
 9554 "anyhow",
 9555 "editor",
 9556 "file_icons",
 9557 "fuzzy",
 9558 "gpui",
 9559 "language",
 9560 "open_path_prompt",
 9561 "picker",
 9562 "project",
 9563 "serde_json",
 9564 "settings",
 9565 "ui",
 9566 "util",
 9567 "workspace",
 9568]
 9569
 9570[[package]]
 9571name = "language_tools"
 9572version = "0.1.0"
 9573dependencies = [
 9574 "anyhow",
 9575 "client",
 9576 "collections",
 9577 "command_palette_hooks",
 9578 "edit_prediction",
 9579 "editor",
 9580 "futures 0.3.32",
 9581 "gpui",
 9582 "itertools 0.14.0",
 9583 "language",
 9584 "lsp",
 9585 "menu",
 9586 "project",
 9587 "proto",
 9588 "release_channel",
 9589 "semver",
 9590 "serde_json",
 9591 "settings",
 9592 "sysinfo 0.37.2",
 9593 "telemetry",
 9594 "theme",
 9595 "theme_settings",
 9596 "tree-sitter",
 9597 "ui",
 9598 "util",
 9599 "workspace",
 9600 "zed_actions",
 9601 "zlog",
 9602]
 9603
 9604[[package]]
 9605name = "languages"
 9606version = "0.1.0"
 9607dependencies = [
 9608 "anyhow",
 9609 "async-compression",
 9610 "async-fs",
 9611 "async-tar",
 9612 "async-trait",
 9613 "chrono",
 9614 "collections",
 9615 "fs",
 9616 "futures 0.3.32",
 9617 "globset",
 9618 "gpui",
 9619 "grammars",
 9620 "http_client",
 9621 "itertools 0.14.0",
 9622 "json_schema_store",
 9623 "language",
 9624 "log",
 9625 "lsp",
 9626 "node_runtime",
 9627 "parking_lot",
 9628 "pet",
 9629 "pet-conda",
 9630 "pet-core",
 9631 "pet-fs",
 9632 "pet-poetry",
 9633 "pet-reporter",
 9634 "pet-virtualenv",
 9635 "pretty_assertions",
 9636 "project",
 9637 "regex",
 9638 "rope",
 9639 "semver",
 9640 "serde",
 9641 "serde_json",
 9642 "serde_json_lenient",
 9643 "settings",
 9644 "smallvec",
 9645 "smol",
 9646 "snippet",
 9647 "task",
 9648 "terminal",
 9649 "theme",
 9650 "tree-sitter",
 9651 "tree-sitter-bash",
 9652 "tree-sitter-c",
 9653 "tree-sitter-cpp",
 9654 "tree-sitter-css",
 9655 "tree-sitter-gitcommit",
 9656 "tree-sitter-go",
 9657 "tree-sitter-python",
 9658 "tree-sitter-rust",
 9659 "tree-sitter-typescript",
 9660 "unindent",
 9661 "url",
 9662 "util",
 9663]
 9664
 9665[[package]]
 9666name = "lazy_static"
 9667version = "1.5.0"
 9668source = "registry+https://github.com/rust-lang/crates.io-index"
 9669checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9670dependencies = [
 9671 "spin 0.9.8",
 9672]
 9673
 9674[[package]]
 9675name = "leak"
 9676version = "0.1.2"
 9677source = "registry+https://github.com/rust-lang/crates.io-index"
 9678checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9679
 9680[[package]]
 9681name = "leaky-cow"
 9682version = "0.1.1"
 9683source = "registry+https://github.com/rust-lang/crates.io-index"
 9684checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9685dependencies = [
 9686 "leak",
 9687]
 9688
 9689[[package]]
 9690name = "leb128"
 9691version = "0.2.5"
 9692source = "registry+https://github.com/rust-lang/crates.io-index"
 9693checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9694
 9695[[package]]
 9696name = "leb128fmt"
 9697version = "0.1.0"
 9698source = "registry+https://github.com/rust-lang/crates.io-index"
 9699checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9700
 9701[[package]]
 9702name = "lebe"
 9703version = "0.5.3"
 9704source = "registry+https://github.com/rust-lang/crates.io-index"
 9705checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9706
 9707[[package]]
 9708name = "libbz2-rs-sys"
 9709version = "0.2.2"
 9710source = "registry+https://github.com/rust-lang/crates.io-index"
 9711checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9712
 9713[[package]]
 9714name = "libc"
 9715version = "0.2.182"
 9716source = "registry+https://github.com/rust-lang/crates.io-index"
 9717checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9718
 9719[[package]]
 9720name = "libdbus-sys"
 9721version = "0.2.6"
 9722source = "registry+https://github.com/rust-lang/crates.io-index"
 9723checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9724dependencies = [
 9725 "cc",
 9726 "pkg-config",
 9727]
 9728
 9729[[package]]
 9730name = "libfuzzer-sys"
 9731version = "0.4.10"
 9732source = "registry+https://github.com/rust-lang/crates.io-index"
 9733checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9734dependencies = [
 9735 "arbitrary",
 9736 "cc",
 9737]
 9738
 9739[[package]]
 9740name = "libgit2-sys"
 9741version = "0.18.3+1.9.2"
 9742source = "registry+https://github.com/rust-lang/crates.io-index"
 9743checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9744dependencies = [
 9745 "cc",
 9746 "libc",
 9747 "libz-sys",
 9748 "pkg-config",
 9749]
 9750
 9751[[package]]
 9752name = "libloading"
 9753version = "0.8.9"
 9754source = "registry+https://github.com/rust-lang/crates.io-index"
 9755checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9756dependencies = [
 9757 "cfg-if",
 9758 "windows-link 0.2.1",
 9759]
 9760
 9761[[package]]
 9762name = "libm"
 9763version = "0.2.15"
 9764source = "registry+https://github.com/rust-lang/crates.io-index"
 9765checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9766
 9767[[package]]
 9768name = "libmimalloc-sys"
 9769version = "0.1.44"
 9770source = "registry+https://github.com/rust-lang/crates.io-index"
 9771checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9772dependencies = [
 9773 "cc",
 9774 "libc",
 9775]
 9776
 9777[[package]]
 9778name = "libredox"
 9779version = "0.1.10"
 9780source = "registry+https://github.com/rust-lang/crates.io-index"
 9781checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9782dependencies = [
 9783 "bitflags 2.10.0",
 9784 "libc",
 9785 "redox_syscall 0.5.18",
 9786]
 9787
 9788[[package]]
 9789name = "libsqlite3-sys"
 9790version = "0.30.1"
 9791source = "registry+https://github.com/rust-lang/crates.io-index"
 9792checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9793dependencies = [
 9794 "cc",
 9795 "pkg-config",
 9796 "vcpkg",
 9797]
 9798
 9799[[package]]
 9800name = "libwebrtc"
 9801version = "0.3.26"
 9802source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9803dependencies = [
 9804 "cxx",
 9805 "glib",
 9806 "jni",
 9807 "js-sys",
 9808 "lazy_static",
 9809 "livekit-protocol",
 9810 "livekit-runtime",
 9811 "log",
 9812 "parking_lot",
 9813 "serde",
 9814 "serde_json",
 9815 "thiserror 1.0.69",
 9816 "tokio",
 9817 "wasm-bindgen",
 9818 "wasm-bindgen-futures",
 9819 "web-sys",
 9820 "webrtc-sys",
 9821]
 9822
 9823[[package]]
 9824name = "libz-sys"
 9825version = "1.1.22"
 9826source = "registry+https://github.com/rust-lang/crates.io-index"
 9827checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9828dependencies = [
 9829 "cc",
 9830 "libc",
 9831 "pkg-config",
 9832 "vcpkg",
 9833]
 9834
 9835[[package]]
 9836name = "line_ending_selector"
 9837version = "0.1.0"
 9838dependencies = [
 9839 "editor",
 9840 "gpui",
 9841 "language",
 9842 "picker",
 9843 "project",
 9844 "ui",
 9845 "util",
 9846 "workspace",
 9847]
 9848
 9849[[package]]
 9850name = "linebender_resource_handle"
 9851version = "0.1.1"
 9852source = "registry+https://github.com/rust-lang/crates.io-index"
 9853checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9854
 9855[[package]]
 9856name = "link-cplusplus"
 9857version = "1.0.12"
 9858source = "registry+https://github.com/rust-lang/crates.io-index"
 9859checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9860dependencies = [
 9861 "cc",
 9862]
 9863
 9864[[package]]
 9865name = "linkify"
 9866version = "0.10.0"
 9867source = "registry+https://github.com/rust-lang/crates.io-index"
 9868checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9869dependencies = [
 9870 "memchr",
 9871]
 9872
 9873[[package]]
 9874name = "linux-raw-sys"
 9875version = "0.4.15"
 9876source = "registry+https://github.com/rust-lang/crates.io-index"
 9877checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9878
 9879[[package]]
 9880name = "linux-raw-sys"
 9881version = "0.11.0"
 9882source = "registry+https://github.com/rust-lang/crates.io-index"
 9883checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9884
 9885[[package]]
 9886name = "litemap"
 9887version = "0.8.0"
 9888source = "registry+https://github.com/rust-lang/crates.io-index"
 9889checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9890
 9891[[package]]
 9892name = "litrs"
 9893version = "1.0.0"
 9894source = "registry+https://github.com/rust-lang/crates.io-index"
 9895checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9896
 9897[[package]]
 9898name = "livekit"
 9899version = "0.7.32"
 9900source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9901dependencies = [
 9902 "base64 0.22.1",
 9903 "bmrng",
 9904 "bytes 1.11.1",
 9905 "chrono",
 9906 "futures-util",
 9907 "lazy_static",
 9908 "libloading",
 9909 "libwebrtc",
 9910 "livekit-api",
 9911 "livekit-protocol",
 9912 "livekit-runtime",
 9913 "log",
 9914 "parking_lot",
 9915 "prost 0.12.6",
 9916 "semver",
 9917 "serde",
 9918 "serde_json",
 9919 "thiserror 1.0.69",
 9920 "tokio",
 9921]
 9922
 9923[[package]]
 9924name = "livekit-api"
 9925version = "0.4.14"
 9926source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9927dependencies = [
 9928 "base64 0.21.7",
 9929 "futures-util",
 9930 "http 1.3.1",
 9931 "livekit-protocol",
 9932 "livekit-runtime",
 9933 "log",
 9934 "parking_lot",
 9935 "pbjson-types",
 9936 "prost 0.12.6",
 9937 "rand 0.9.2",
 9938 "reqwest 0.12.24",
 9939 "rustls-native-certs 0.6.3",
 9940 "scopeguard",
 9941 "serde",
 9942 "sha2",
 9943 "thiserror 1.0.69",
 9944 "tokio",
 9945 "tokio-rustls 0.26.2",
 9946 "tokio-tungstenite 0.28.0",
 9947 "url",
 9948]
 9949
 9950[[package]]
 9951name = "livekit-protocol"
 9952version = "0.7.1"
 9953source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9954dependencies = [
 9955 "futures-util",
 9956 "livekit-runtime",
 9957 "parking_lot",
 9958 "pbjson",
 9959 "pbjson-types",
 9960 "prost 0.12.6",
 9961 "serde",
 9962 "thiserror 1.0.69",
 9963 "tokio",
 9964]
 9965
 9966[[package]]
 9967name = "livekit-runtime"
 9968version = "0.4.0"
 9969source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9970dependencies = [
 9971 "tokio",
 9972 "tokio-stream",
 9973]
 9974
 9975[[package]]
 9976name = "livekit_api"
 9977version = "0.1.0"
 9978dependencies = [
 9979 "anyhow",
 9980 "async-trait",
 9981 "jsonwebtoken",
 9982 "log",
 9983 "prost 0.9.0",
 9984 "prost-build 0.9.0",
 9985 "prost-types 0.9.0",
 9986 "serde",
 9987 "zed-reqwest",
 9988]
 9989
 9990[[package]]
 9991name = "livekit_client"
 9992version = "0.1.0"
 9993dependencies = [
 9994 "anyhow",
 9995 "async-trait",
 9996 "audio",
 9997 "cocoa 0.26.0",
 9998 "collections",
 9999 "core-foundation 0.10.0",
10000 "core-video",
10001 "coreaudio-rs 0.12.1",
10002 "cpal",
10003 "futures 0.3.32",
10004 "gpui",
10005 "gpui_platform",
10006 "gpui_tokio",
10007 "http_client_tls",
10008 "image",
10009 "libwebrtc",
10010 "livekit",
10011 "livekit_api",
10012 "log",
10013 "nanoid",
10014 "objc",
10015 "parking_lot",
10016 "postage",
10017 "rodio",
10018 "serde",
10019 "serde_json",
10020 "serde_urlencoded",
10021 "settings",
10022 "simplelog",
10023 "smallvec",
10024 "tokio",
10025 "ui",
10026 "util",
10027 "webrtc-sys",
10028 "zed-scap",
10029]
10030
10031[[package]]
10032name = "lmdb-master-sys"
10033version = "0.2.5"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10036dependencies = [
10037 "cc",
10038 "doxygen-rs",
10039 "libc",
10040]
10041
10042[[package]]
10043name = "lmstudio"
10044version = "0.1.0"
10045dependencies = [
10046 "anyhow",
10047 "futures 0.3.32",
10048 "http_client",
10049 "schemars",
10050 "serde",
10051 "serde_json",
10052]
10053
10054[[package]]
10055name = "lock_api"
10056version = "0.4.14"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10059dependencies = [
10060 "scopeguard",
10061]
10062
10063[[package]]
10064name = "log"
10065version = "0.4.29"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10068dependencies = [
10069 "serde_core",
10070 "value-bag",
10071]
10072
10073[[package]]
10074name = "loom"
10075version = "0.7.2"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10078dependencies = [
10079 "cfg-if",
10080 "generator",
10081 "scoped-tls",
10082 "tracing",
10083 "tracing-subscriber",
10084]
10085
10086[[package]]
10087name = "loop9"
10088version = "0.1.5"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10091dependencies = [
10092 "imgref",
10093]
10094
10095[[package]]
10096name = "lru"
10097version = "0.12.5"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10100dependencies = [
10101 "hashbrown 0.15.5",
10102]
10103
10104[[package]]
10105name = "lru-slab"
10106version = "0.1.2"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10109
10110[[package]]
10111name = "lsp"
10112version = "0.1.0"
10113dependencies = [
10114 "anyhow",
10115 "async-pipe",
10116 "collections",
10117 "ctor",
10118 "futures 0.3.32",
10119 "gpui",
10120 "gpui_util",
10121 "log",
10122 "lsp-types",
10123 "parking_lot",
10124 "postage",
10125 "release_channel",
10126 "schemars",
10127 "semver",
10128 "serde",
10129 "serde_json",
10130 "smol",
10131 "util",
10132 "zlog",
10133]
10134
10135[[package]]
10136name = "lsp-types"
10137version = "0.95.1"
10138source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10139dependencies = [
10140 "bitflags 1.3.2",
10141 "serde",
10142 "serde_json",
10143 "url",
10144]
10145
10146[[package]]
10147name = "lyon"
10148version = "1.0.16"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10151dependencies = [
10152 "lyon_algorithms",
10153 "lyon_extra",
10154 "lyon_tessellation",
10155]
10156
10157[[package]]
10158name = "lyon_algorithms"
10159version = "1.0.16"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10162dependencies = [
10163 "lyon_path",
10164 "num-traits",
10165]
10166
10167[[package]]
10168name = "lyon_extra"
10169version = "1.0.3"
10170source = "registry+https://github.com/rust-lang/crates.io-index"
10171checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10172dependencies = [
10173 "lyon_path",
10174 "thiserror 1.0.69",
10175]
10176
10177[[package]]
10178name = "lyon_geom"
10179version = "1.0.17"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10182dependencies = [
10183 "arrayvec",
10184 "euclid",
10185 "num-traits",
10186]
10187
10188[[package]]
10189name = "lyon_path"
10190version = "1.0.16"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10193dependencies = [
10194 "lyon_geom",
10195 "num-traits",
10196]
10197
10198[[package]]
10199name = "lyon_tessellation"
10200version = "1.0.16"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10203dependencies = [
10204 "float_next_after",
10205 "lyon_path",
10206 "num-traits",
10207]
10208
10209[[package]]
10210name = "mac"
10211version = "0.1.1"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10214
10215[[package]]
10216name = "mach2"
10217version = "0.4.3"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10220dependencies = [
10221 "libc",
10222]
10223
10224[[package]]
10225name = "mach2"
10226version = "0.5.0"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10229dependencies = [
10230 "libc",
10231]
10232
10233[[package]]
10234name = "malloc_buf"
10235version = "0.0.6"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10238dependencies = [
10239 "libc",
10240]
10241
10242[[package]]
10243name = "maplit"
10244version = "1.0.2"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10247
10248[[package]]
10249name = "markdown"
10250version = "0.1.0"
10251dependencies = [
10252 "anyhow",
10253 "assets",
10254 "base64 0.22.1",
10255 "collections",
10256 "env_logger 0.11.8",
10257 "fs",
10258 "futures 0.3.32",
10259 "gpui",
10260 "gpui_platform",
10261 "html5ever 0.27.0",
10262 "language",
10263 "languages",
10264 "linkify",
10265 "log",
10266 "markup5ever_rcdom",
10267 "mermaid-rs-renderer",
10268 "node_runtime",
10269 "pulldown-cmark 0.13.0",
10270 "settings",
10271 "stacksafe",
10272 "sum_tree",
10273 "theme",
10274 "theme_settings",
10275 "ui",
10276 "util",
10277]
10278
10279[[package]]
10280name = "markdown_preview"
10281version = "0.1.0"
10282dependencies = [
10283 "anyhow",
10284 "editor",
10285 "gpui",
10286 "language",
10287 "log",
10288 "markdown",
10289 "project",
10290 "settings",
10291 "tempfile",
10292 "theme_settings",
10293 "ui",
10294 "urlencoding",
10295 "util",
10296 "workspace",
10297 "zed_actions",
10298]
10299
10300[[package]]
10301name = "markup5ever"
10302version = "0.12.1"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10305dependencies = [
10306 "log",
10307 "phf 0.11.3",
10308 "phf_codegen",
10309 "string_cache",
10310 "string_cache_codegen",
10311 "tendril",
10312]
10313
10314[[package]]
10315name = "markup5ever"
10316version = "0.35.0"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10319dependencies = [
10320 "log",
10321 "tendril",
10322 "web_atoms",
10323]
10324
10325[[package]]
10326name = "markup5ever_rcdom"
10327version = "0.3.0"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10330dependencies = [
10331 "html5ever 0.27.0",
10332 "markup5ever 0.12.1",
10333 "tendril",
10334 "xml5ever",
10335]
10336
10337[[package]]
10338name = "match_token"
10339version = "0.35.0"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10342dependencies = [
10343 "proc-macro2",
10344 "quote",
10345 "syn 2.0.117",
10346]
10347
10348[[package]]
10349name = "matchers"
10350version = "0.2.0"
10351source = "registry+https://github.com/rust-lang/crates.io-index"
10352checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10353dependencies = [
10354 "regex-automata",
10355]
10356
10357[[package]]
10358name = "matchit"
10359version = "0.7.3"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10362
10363[[package]]
10364name = "maybe-owned"
10365version = "0.3.4"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10368
10369[[package]]
10370name = "maybe-rayon"
10371version = "0.1.1"
10372source = "registry+https://github.com/rust-lang/crates.io-index"
10373checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10374dependencies = [
10375 "cfg-if",
10376 "rayon",
10377]
10378
10379[[package]]
10380name = "md-5"
10381version = "0.10.6"
10382source = "registry+https://github.com/rust-lang/crates.io-index"
10383checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10384dependencies = [
10385 "cfg-if",
10386 "digest",
10387]
10388
10389[[package]]
10390name = "mdbook"
10391version = "0.4.40"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10394dependencies = [
10395 "ammonia",
10396 "anyhow",
10397 "chrono",
10398 "clap",
10399 "clap_complete",
10400 "elasticlunr-rs",
10401 "env_logger 0.11.8",
10402 "futures-util",
10403 "handlebars 5.1.2",
10404 "ignore",
10405 "log",
10406 "memchr",
10407 "notify 6.1.1",
10408 "notify-debouncer-mini",
10409 "once_cell",
10410 "opener",
10411 "pathdiff",
10412 "pulldown-cmark 0.10.3",
10413 "regex",
10414 "serde",
10415 "serde_json",
10416 "shlex",
10417 "tempfile",
10418 "tokio",
10419 "toml 0.5.11",
10420 "topological-sort",
10421 "walkdir",
10422 "warp",
10423]
10424
10425[[package]]
10426name = "media"
10427version = "0.1.0"
10428dependencies = [
10429 "anyhow",
10430 "bindgen 0.71.1",
10431 "core-foundation 0.10.0",
10432 "core-video",
10433 "ctor",
10434 "foreign-types 0.5.0",
10435 "metal",
10436 "objc",
10437]
10438
10439[[package]]
10440name = "memchr"
10441version = "2.7.6"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10444
10445[[package]]
10446name = "memfd"
10447version = "0.6.5"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10450dependencies = [
10451 "rustix 1.1.2",
10452]
10453
10454[[package]]
10455name = "memmap2"
10456version = "0.9.8"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10459dependencies = [
10460 "libc",
10461 "stable_deref_trait",
10462]
10463
10464[[package]]
10465name = "memoffset"
10466version = "0.9.1"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10469dependencies = [
10470 "autocfg",
10471]
10472
10473[[package]]
10474name = "menu"
10475version = "0.1.0"
10476dependencies = [
10477 "gpui",
10478]
10479
10480[[package]]
10481name = "merge"
10482version = "0.1.0"
10483source = "registry+https://github.com/rust-lang/crates.io-index"
10484checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10485dependencies = [
10486 "merge_derive",
10487 "num-traits",
10488]
10489
10490[[package]]
10491name = "merge_derive"
10492version = "0.1.0"
10493source = "registry+https://github.com/rust-lang/crates.io-index"
10494checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10495dependencies = [
10496 "proc-macro-error",
10497 "proc-macro2",
10498 "quote",
10499 "syn 1.0.109",
10500]
10501
10502[[package]]
10503name = "mermaid-rs-renderer"
10504version = "0.2.0"
10505source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10506dependencies = [
10507 "anyhow",
10508 "fontdb 0.16.2",
10509 "json5",
10510 "once_cell",
10511 "regex",
10512 "serde",
10513 "serde_json",
10514 "thiserror 2.0.17",
10515 "ttf-parser 0.20.0",
10516]
10517
10518[[package]]
10519name = "metal"
10520version = "0.33.0"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10523dependencies = [
10524 "bitflags 2.10.0",
10525 "block",
10526 "core-graphics-types 0.2.0",
10527 "foreign-types 0.5.0",
10528 "log",
10529 "objc",
10530 "paste",
10531]
10532
10533[[package]]
10534name = "migrator"
10535version = "0.1.0"
10536dependencies = [
10537 "anyhow",
10538 "collections",
10539 "convert_case 0.8.0",
10540 "log",
10541 "pretty_assertions",
10542 "serde_json",
10543 "serde_json_lenient",
10544 "settings_content",
10545 "settings_json",
10546 "streaming-iterator",
10547 "tree-sitter",
10548 "tree-sitter-json",
10549 "unindent",
10550]
10551
10552[[package]]
10553name = "mimalloc"
10554version = "0.1.48"
10555source = "registry+https://github.com/rust-lang/crates.io-index"
10556checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10557dependencies = [
10558 "libmimalloc-sys",
10559]
10560
10561[[package]]
10562name = "mime"
10563version = "0.3.17"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10566
10567[[package]]
10568name = "mime_guess"
10569version = "2.0.5"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10572dependencies = [
10573 "mime",
10574 "unicase",
10575]
10576
10577[[package]]
10578name = "minidump-common"
10579version = "0.26.1"
10580source = "registry+https://github.com/rust-lang/crates.io-index"
10581checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10582dependencies = [
10583 "bitflags 2.10.0",
10584 "debugid",
10585 "num-derive",
10586 "num-traits",
10587 "range-map",
10588 "scroll",
10589 "smart-default",
10590]
10591
10592[[package]]
10593name = "minidump-writer"
10594version = "0.11.0"
10595source = "registry+https://github.com/rust-lang/crates.io-index"
10596checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10597dependencies = [
10598 "bitflags 2.10.0",
10599 "byteorder",
10600 "cfg-if",
10601 "crash-context",
10602 "error-graph",
10603 "failspot",
10604 "goblin",
10605 "libc",
10606 "log",
10607 "mach2 0.4.3",
10608 "memmap2",
10609 "memoffset",
10610 "minidump-common",
10611 "nix 0.29.0",
10612 "procfs-core",
10613 "scroll",
10614 "serde",
10615 "serde_json",
10616 "tempfile",
10617 "thiserror 2.0.17",
10618]
10619
10620[[package]]
10621name = "minidumper"
10622version = "0.9.0"
10623source = "registry+https://github.com/rust-lang/crates.io-index"
10624checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10625dependencies = [
10626 "cfg-if",
10627 "crash-context",
10628 "libc",
10629 "log",
10630 "minidump-writer",
10631 "parking_lot",
10632 "polling",
10633 "scroll",
10634 "thiserror 2.0.17",
10635 "uds",
10636]
10637
10638[[package]]
10639name = "minimal-lexical"
10640version = "0.2.1"
10641source = "registry+https://github.com/rust-lang/crates.io-index"
10642checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10643
10644[[package]]
10645name = "miniprofiler_ui"
10646version = "0.1.0"
10647dependencies = [
10648 "gpui",
10649 "rpc",
10650 "serde_json",
10651 "smol",
10652 "theme_settings",
10653 "util",
10654 "workspace",
10655 "zed_actions",
10656]
10657
10658[[package]]
10659name = "miniz_oxide"
10660version = "0.8.9"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10663dependencies = [
10664 "adler2",
10665 "simd-adler32",
10666]
10667
10668[[package]]
10669name = "mio"
10670version = "0.8.11"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10673dependencies = [
10674 "libc",
10675 "log",
10676 "wasi",
10677 "windows-sys 0.48.0",
10678]
10679
10680[[package]]
10681name = "mio"
10682version = "1.1.0"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10685dependencies = [
10686 "libc",
10687 "log",
10688 "wasi",
10689 "windows-sys 0.61.2",
10690]
10691
10692[[package]]
10693name = "miow"
10694version = "0.6.1"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10697dependencies = [
10698 "windows-sys 0.61.2",
10699]
10700
10701[[package]]
10702name = "mistral"
10703version = "0.1.0"
10704dependencies = [
10705 "anyhow",
10706 "futures 0.3.32",
10707 "http_client",
10708 "schemars",
10709 "serde",
10710 "serde_json",
10711 "strum 0.27.2",
10712]
10713
10714[[package]]
10715name = "moka"
10716version = "0.12.11"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10719dependencies = [
10720 "crossbeam-channel",
10721 "crossbeam-epoch",
10722 "crossbeam-utils",
10723 "equivalent",
10724 "parking_lot",
10725 "portable-atomic",
10726 "rustc_version",
10727 "smallvec",
10728 "tagptr",
10729 "uuid",
10730]
10731
10732[[package]]
10733name = "moxcms"
10734version = "0.7.7"
10735source = "registry+https://github.com/rust-lang/crates.io-index"
10736checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10737dependencies = [
10738 "num-traits",
10739 "pxfm",
10740]
10741
10742[[package]]
10743name = "msvc_spectre_libs"
10744version = "0.1.3"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10747dependencies = [
10748 "cc",
10749]
10750
10751[[package]]
10752name = "multi_buffer"
10753version = "0.1.0"
10754dependencies = [
10755 "anyhow",
10756 "buffer_diff",
10757 "clock",
10758 "collections",
10759 "ctor",
10760 "gpui",
10761 "indoc",
10762 "itertools 0.14.0",
10763 "language",
10764 "log",
10765 "parking_lot",
10766 "pretty_assertions",
10767 "rand 0.9.2",
10768 "rope",
10769 "serde",
10770 "settings",
10771 "smallvec",
10772 "smol",
10773 "sum_tree",
10774 "text",
10775 "theme",
10776 "tracing",
10777 "tree-sitter",
10778 "unicode-segmentation",
10779 "util",
10780 "zlog",
10781 "ztracing",
10782]
10783
10784[[package]]
10785name = "multimap"
10786version = "0.8.3"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10789
10790[[package]]
10791name = "naga"
10792version = "29.0.0"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10795dependencies = [
10796 "arrayvec",
10797 "bit-set 0.9.1",
10798 "bitflags 2.10.0",
10799 "cfg-if",
10800 "cfg_aliases 0.2.1",
10801 "codespan-reporting",
10802 "half",
10803 "hashbrown 0.16.1",
10804 "hexf-parse",
10805 "indexmap",
10806 "libm",
10807 "log",
10808 "num-traits",
10809 "once_cell",
10810 "rustc-hash 1.1.0",
10811 "thiserror 2.0.17",
10812 "unicode-ident",
10813]
10814
10815[[package]]
10816name = "naga"
10817version = "29.0.0"
10818source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10819dependencies = [
10820 "arrayvec",
10821 "bit-set 0.9.1",
10822 "bitflags 2.10.0",
10823 "cfg-if",
10824 "cfg_aliases 0.2.1",
10825 "codespan-reporting",
10826 "half",
10827 "hashbrown 0.16.1",
10828 "hexf-parse",
10829 "indexmap",
10830 "libm",
10831 "log",
10832 "num-traits",
10833 "once_cell",
10834 "rustc-hash 1.1.0",
10835 "spirv",
10836 "thiserror 2.0.17",
10837 "unicode-ident",
10838]
10839
10840[[package]]
10841name = "nanoid"
10842version = "0.4.0"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10845dependencies = [
10846 "rand 0.8.5",
10847]
10848
10849[[package]]
10850name = "nanorand"
10851version = "0.7.0"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10854dependencies = [
10855 "getrandom 0.2.16",
10856]
10857
10858[[package]]
10859name = "native-tls"
10860version = "0.2.14"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10863dependencies = [
10864 "libc",
10865 "log",
10866 "openssl",
10867 "openssl-probe",
10868 "openssl-sys",
10869 "schannel",
10870 "security-framework 2.11.1",
10871 "security-framework-sys",
10872 "tempfile",
10873]
10874
10875[[package]]
10876name = "nbformat"
10877version = "1.2.0"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10880dependencies = [
10881 "anyhow",
10882 "chrono",
10883 "jupyter-protocol",
10884 "serde",
10885 "serde_json",
10886 "thiserror 1.0.69",
10887 "uuid",
10888]
10889
10890[[package]]
10891name = "nc"
10892version = "0.1.0"
10893dependencies = [
10894 "anyhow",
10895 "futures 0.3.32",
10896 "net",
10897 "smol",
10898]
10899
10900[[package]]
10901name = "ndk"
10902version = "0.9.0"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10905dependencies = [
10906 "bitflags 2.10.0",
10907 "jni-sys",
10908 "log",
10909 "ndk-sys",
10910 "num_enum",
10911 "thiserror 1.0.69",
10912]
10913
10914[[package]]
10915name = "ndk-context"
10916version = "0.1.1"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10919
10920[[package]]
10921name = "ndk-sys"
10922version = "0.6.0+11769913"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10925dependencies = [
10926 "jni-sys",
10927]
10928
10929[[package]]
10930name = "net"
10931version = "0.1.0"
10932dependencies = [
10933 "anyhow",
10934 "async-io",
10935 "smol",
10936 "tempfile",
10937 "windows 0.61.3",
10938]
10939
10940[[package]]
10941name = "new_debug_unreachable"
10942version = "1.0.6"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10945
10946[[package]]
10947name = "nix"
10948version = "0.28.0"
10949source = "registry+https://github.com/rust-lang/crates.io-index"
10950checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10951dependencies = [
10952 "bitflags 2.10.0",
10953 "cfg-if",
10954 "cfg_aliases 0.1.1",
10955 "libc",
10956]
10957
10958[[package]]
10959name = "nix"
10960version = "0.29.0"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10963dependencies = [
10964 "bitflags 2.10.0",
10965 "cfg-if",
10966 "cfg_aliases 0.2.1",
10967 "libc",
10968]
10969
10970[[package]]
10971name = "nix"
10972version = "0.30.1"
10973source = "registry+https://github.com/rust-lang/crates.io-index"
10974checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10975dependencies = [
10976 "bitflags 2.10.0",
10977 "cfg-if",
10978 "cfg_aliases 0.2.1",
10979 "libc",
10980]
10981
10982[[package]]
10983name = "node_runtime"
10984version = "0.1.0"
10985dependencies = [
10986 "anyhow",
10987 "async-compression",
10988 "async-std",
10989 "async-tar",
10990 "async-trait",
10991 "futures 0.3.32",
10992 "http_client",
10993 "log",
10994 "paths",
10995 "semver",
10996 "serde",
10997 "serde_json",
10998 "smol",
10999 "util",
11000 "watch",
11001 "which 6.0.3",
11002]
11003
11004[[package]]
11005name = "nom"
11006version = "7.1.3"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11009dependencies = [
11010 "memchr",
11011 "minimal-lexical",
11012]
11013
11014[[package]]
11015name = "nom"
11016version = "8.0.0"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11019dependencies = [
11020 "memchr",
11021]
11022
11023[[package]]
11024name = "noop_proc_macro"
11025version = "0.3.0"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11028
11029[[package]]
11030name = "normpath"
11031version = "1.5.0"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11034dependencies = [
11035 "windows-sys 0.61.2",
11036]
11037
11038[[package]]
11039name = "notifications"
11040version = "0.1.0"
11041dependencies = [
11042 "anyhow",
11043 "channel",
11044 "client",
11045 "component",
11046 "db",
11047 "gpui",
11048 "rpc",
11049 "sum_tree",
11050 "time",
11051 "ui",
11052 "util",
11053 "workspace",
11054 "zed_actions",
11055]
11056
11057[[package]]
11058name = "notify"
11059version = "6.1.1"
11060source = "registry+https://github.com/rust-lang/crates.io-index"
11061checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11062dependencies = [
11063 "bitflags 2.10.0",
11064 "crossbeam-channel",
11065 "filetime",
11066 "fsevent-sys",
11067 "inotify 0.9.6",
11068 "kqueue",
11069 "libc",
11070 "log",
11071 "mio 0.8.11",
11072 "walkdir",
11073 "windows-sys 0.48.0",
11074]
11075
11076[[package]]
11077name = "notify"
11078version = "8.2.0"
11079source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11080dependencies = [
11081 "bitflags 2.10.0",
11082 "fsevent-sys",
11083 "inotify 0.11.0",
11084 "kqueue",
11085 "libc",
11086 "log",
11087 "mio 1.1.0",
11088 "notify-types",
11089 "walkdir",
11090 "windows-sys 0.60.2",
11091]
11092
11093[[package]]
11094name = "notify-debouncer-mini"
11095version = "0.4.1"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11098dependencies = [
11099 "crossbeam-channel",
11100 "log",
11101 "notify 6.1.1",
11102]
11103
11104[[package]]
11105name = "notify-types"
11106version = "2.0.0"
11107source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11108
11109[[package]]
11110name = "ntapi"
11111version = "0.4.1"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11114dependencies = [
11115 "winapi",
11116]
11117
11118[[package]]
11119name = "nu-ansi-term"
11120version = "0.50.3"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11123dependencies = [
11124 "windows-sys 0.61.2",
11125]
11126
11127[[package]]
11128name = "nucleo"
11129version = "0.5.0"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11132dependencies = [
11133 "nucleo-matcher",
11134 "parking_lot",
11135 "rayon",
11136]
11137
11138[[package]]
11139name = "nucleo-matcher"
11140version = "0.3.1"
11141source = "registry+https://github.com/rust-lang/crates.io-index"
11142checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11143dependencies = [
11144 "memchr",
11145 "unicode-segmentation",
11146]
11147
11148[[package]]
11149name = "num"
11150version = "0.4.3"
11151source = "registry+https://github.com/rust-lang/crates.io-index"
11152checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11153dependencies = [
11154 "num-bigint",
11155 "num-complex",
11156 "num-integer",
11157 "num-iter",
11158 "num-rational",
11159 "num-traits",
11160]
11161
11162[[package]]
11163name = "num-bigint"
11164version = "0.4.6"
11165source = "registry+https://github.com/rust-lang/crates.io-index"
11166checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11167dependencies = [
11168 "num-integer",
11169 "num-traits",
11170]
11171
11172[[package]]
11173name = "num-bigint-dig"
11174version = "0.8.6"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11177dependencies = [
11178 "lazy_static",
11179 "libm",
11180 "num-integer",
11181 "num-iter",
11182 "num-traits",
11183 "rand 0.8.5",
11184 "smallvec",
11185 "zeroize",
11186]
11187
11188[[package]]
11189name = "num-bigint-dig"
11190version = "0.9.1"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11193dependencies = [
11194 "libm",
11195 "num-integer",
11196 "num-iter",
11197 "num-traits",
11198 "once_cell",
11199 "rand 0.9.2",
11200 "serde",
11201 "smallvec",
11202 "zeroize",
11203]
11204
11205[[package]]
11206name = "num-cmp"
11207version = "0.1.0"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11210
11211[[package]]
11212name = "num-complex"
11213version = "0.4.6"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11216dependencies = [
11217 "bytemuck",
11218 "num-traits",
11219]
11220
11221[[package]]
11222name = "num-conv"
11223version = "0.2.0"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11226
11227[[package]]
11228name = "num-derive"
11229version = "0.4.2"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11232dependencies = [
11233 "proc-macro2",
11234 "quote",
11235 "syn 2.0.117",
11236]
11237
11238[[package]]
11239name = "num-format"
11240version = "0.4.4"
11241source = "registry+https://github.com/rust-lang/crates.io-index"
11242checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11243dependencies = [
11244 "arrayvec",
11245 "itoa",
11246]
11247
11248[[package]]
11249name = "num-integer"
11250version = "0.1.46"
11251source = "registry+https://github.com/rust-lang/crates.io-index"
11252checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11253dependencies = [
11254 "num-traits",
11255]
11256
11257[[package]]
11258name = "num-iter"
11259version = "0.1.45"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11262dependencies = [
11263 "autocfg",
11264 "num-integer",
11265 "num-traits",
11266]
11267
11268[[package]]
11269name = "num-rational"
11270version = "0.4.2"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11273dependencies = [
11274 "num-bigint",
11275 "num-integer",
11276 "num-traits",
11277]
11278
11279[[package]]
11280name = "num-traits"
11281version = "0.2.19"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11284dependencies = [
11285 "autocfg",
11286 "libm",
11287]
11288
11289[[package]]
11290name = "num_cpus"
11291version = "1.17.0"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11294dependencies = [
11295 "hermit-abi",
11296 "libc",
11297]
11298
11299[[package]]
11300name = "num_enum"
11301version = "0.7.4"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11304dependencies = [
11305 "num_enum_derive",
11306 "rustversion",
11307]
11308
11309[[package]]
11310name = "num_enum_derive"
11311version = "0.7.4"
11312source = "registry+https://github.com/rust-lang/crates.io-index"
11313checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11314dependencies = [
11315 "proc-macro-crate",
11316 "proc-macro2",
11317 "quote",
11318 "syn 2.0.117",
11319]
11320
11321[[package]]
11322name = "num_threads"
11323version = "0.1.7"
11324source = "registry+https://github.com/rust-lang/crates.io-index"
11325checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11326dependencies = [
11327 "libc",
11328]
11329
11330[[package]]
11331name = "nvim-rs"
11332version = "0.9.2"
11333source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11334dependencies = [
11335 "async-trait",
11336 "futures 0.3.32",
11337 "log",
11338 "rmp",
11339 "rmpv",
11340 "tokio",
11341 "tokio-util",
11342]
11343
11344[[package]]
11345name = "objc"
11346version = "0.2.7"
11347source = "registry+https://github.com/rust-lang/crates.io-index"
11348checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11349dependencies = [
11350 "malloc_buf",
11351 "objc_exception",
11352]
11353
11354[[package]]
11355name = "objc-foundation"
11356version = "0.1.1"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11359dependencies = [
11360 "block",
11361 "objc",
11362 "objc_id",
11363]
11364
11365[[package]]
11366name = "objc2"
11367version = "0.6.3"
11368source = "registry+https://github.com/rust-lang/crates.io-index"
11369checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11370dependencies = [
11371 "objc2-encode",
11372]
11373
11374[[package]]
11375name = "objc2-app-kit"
11376version = "0.3.1"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11379dependencies = [
11380 "objc2",
11381 "objc2-foundation",
11382]
11383
11384[[package]]
11385name = "objc2-audio-toolbox"
11386version = "0.3.2"
11387source = "registry+https://github.com/rust-lang/crates.io-index"
11388checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11389dependencies = [
11390 "bitflags 2.10.0",
11391 "libc",
11392 "objc2",
11393 "objc2-core-audio",
11394 "objc2-core-audio-types",
11395 "objc2-core-foundation",
11396 "objc2-foundation",
11397]
11398
11399[[package]]
11400name = "objc2-avf-audio"
11401version = "0.3.2"
11402source = "registry+https://github.com/rust-lang/crates.io-index"
11403checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11404dependencies = [
11405 "objc2",
11406 "objc2-foundation",
11407]
11408
11409[[package]]
11410name = "objc2-core-audio"
11411version = "0.3.2"
11412source = "registry+https://github.com/rust-lang/crates.io-index"
11413checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11414dependencies = [
11415 "dispatch2",
11416 "objc2",
11417 "objc2-core-audio-types",
11418 "objc2-core-foundation",
11419 "objc2-foundation",
11420]
11421
11422[[package]]
11423name = "objc2-core-audio-types"
11424version = "0.3.2"
11425source = "registry+https://github.com/rust-lang/crates.io-index"
11426checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11427dependencies = [
11428 "bitflags 2.10.0",
11429 "objc2",
11430]
11431
11432[[package]]
11433name = "objc2-core-foundation"
11434version = "0.3.2"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11437dependencies = [
11438 "bitflags 2.10.0",
11439 "block2",
11440 "dispatch2",
11441 "libc",
11442 "objc2",
11443]
11444
11445[[package]]
11446name = "objc2-encode"
11447version = "4.1.0"
11448source = "registry+https://github.com/rust-lang/crates.io-index"
11449checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11450
11451[[package]]
11452name = "objc2-foundation"
11453version = "0.3.2"
11454source = "registry+https://github.com/rust-lang/crates.io-index"
11455checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11456dependencies = [
11457 "bitflags 2.10.0",
11458 "block2",
11459 "libc",
11460 "objc2",
11461 "objc2-core-foundation",
11462]
11463
11464[[package]]
11465name = "objc2-io-kit"
11466version = "0.3.2"
11467source = "registry+https://github.com/rust-lang/crates.io-index"
11468checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11469dependencies = [
11470 "libc",
11471 "objc2-core-foundation",
11472]
11473
11474[[package]]
11475name = "objc2-metal"
11476version = "0.3.2"
11477source = "registry+https://github.com/rust-lang/crates.io-index"
11478checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11479dependencies = [
11480 "bitflags 2.10.0",
11481 "block2",
11482 "dispatch2",
11483 "objc2",
11484 "objc2-core-foundation",
11485 "objc2-foundation",
11486]
11487
11488[[package]]
11489name = "objc2-quartz-core"
11490version = "0.3.2"
11491source = "registry+https://github.com/rust-lang/crates.io-index"
11492checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11493dependencies = [
11494 "bitflags 2.10.0",
11495 "objc2",
11496 "objc2-core-foundation",
11497 "objc2-foundation",
11498 "objc2-metal",
11499]
11500
11501[[package]]
11502name = "objc_exception"
11503version = "0.1.2"
11504source = "registry+https://github.com/rust-lang/crates.io-index"
11505checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11506dependencies = [
11507 "cc",
11508]
11509
11510[[package]]
11511name = "objc_id"
11512version = "0.1.1"
11513source = "registry+https://github.com/rust-lang/crates.io-index"
11514checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11515dependencies = [
11516 "objc",
11517]
11518
11519[[package]]
11520name = "object"
11521version = "0.37.3"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11524dependencies = [
11525 "crc32fast",
11526 "hashbrown 0.15.5",
11527 "indexmap",
11528 "memchr",
11529]
11530
11531[[package]]
11532name = "octocrab"
11533version = "0.49.7"
11534source = "registry+https://github.com/rust-lang/crates.io-index"
11535checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11536dependencies = [
11537 "arc-swap",
11538 "async-trait",
11539 "base64 0.22.1",
11540 "bytes 1.11.1",
11541 "cargo_metadata 0.23.1",
11542 "cfg-if",
11543 "chrono",
11544 "either",
11545 "futures 0.3.32",
11546 "futures-core",
11547 "futures-util",
11548 "getrandom 0.2.16",
11549 "http 1.3.1",
11550 "http-body 1.0.1",
11551 "http-body-util",
11552 "hyper 1.7.0",
11553 "hyper-rustls 0.27.7",
11554 "hyper-timeout",
11555 "hyper-util",
11556 "jsonwebtoken",
11557 "once_cell",
11558 "percent-encoding",
11559 "pin-project",
11560 "secrecy",
11561 "serde",
11562 "serde_json",
11563 "serde_path_to_error",
11564 "serde_urlencoded",
11565 "snafu",
11566 "tokio",
11567 "tower 0.5.2",
11568 "tower-http 0.6.6",
11569 "url",
11570 "web-time",
11571]
11572
11573[[package]]
11574name = "ollama"
11575version = "0.1.0"
11576dependencies = [
11577 "anyhow",
11578 "futures 0.3.32",
11579 "http_client",
11580 "schemars",
11581 "serde",
11582 "serde_json",
11583 "settings",
11584]
11585
11586[[package]]
11587name = "onboarding"
11588version = "0.1.0"
11589dependencies = [
11590 "anyhow",
11591 "client",
11592 "cloud_api_types",
11593 "collections",
11594 "component",
11595 "db",
11596 "documented",
11597 "fs",
11598 "fuzzy",
11599 "gpui",
11600 "menu",
11601 "notifications",
11602 "picker",
11603 "project",
11604 "schemars",
11605 "serde",
11606 "settings",
11607 "telemetry",
11608 "theme",
11609 "theme_settings",
11610 "ui",
11611 "util",
11612 "vim_mode_setting",
11613 "workspace",
11614 "zed_actions",
11615 "zlog",
11616]
11617
11618[[package]]
11619name = "once_cell"
11620version = "1.21.3"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11623
11624[[package]]
11625name = "once_cell_polyfill"
11626version = "1.70.1"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11629
11630[[package]]
11631name = "oo7"
11632version = "0.6.0"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11635dependencies = [
11636 "aes",
11637 "ashpd",
11638 "async-fs",
11639 "async-io",
11640 "async-lock 3.4.2",
11641 "blocking",
11642 "cbc",
11643 "cipher",
11644 "digest",
11645 "endi",
11646 "futures-lite 2.6.1",
11647 "futures-util",
11648 "getrandom 0.4.1",
11649 "hkdf",
11650 "hmac",
11651 "md-5",
11652 "num",
11653 "num-bigint-dig 0.9.1",
11654 "pbkdf2 0.12.2",
11655 "serde",
11656 "serde_bytes",
11657 "sha2",
11658 "subtle",
11659 "zbus",
11660 "zbus_macros",
11661 "zeroize",
11662 "zvariant",
11663]
11664
11665[[package]]
11666name = "oorandom"
11667version = "11.1.5"
11668source = "registry+https://github.com/rust-lang/crates.io-index"
11669checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11670
11671[[package]]
11672name = "open"
11673version = "5.3.2"
11674source = "registry+https://github.com/rust-lang/crates.io-index"
11675checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11676dependencies = [
11677 "is-wsl",
11678 "libc",
11679 "pathdiff",
11680]
11681
11682[[package]]
11683name = "open_ai"
11684version = "0.1.0"
11685dependencies = [
11686 "anyhow",
11687 "collections",
11688 "futures 0.3.32",
11689 "http_client",
11690 "language_model_core",
11691 "log",
11692 "pretty_assertions",
11693 "rand 0.9.2",
11694 "schemars",
11695 "serde",
11696 "serde_json",
11697 "strum 0.27.2",
11698 "thiserror 2.0.17",
11699 "tiktoken-rs",
11700]
11701
11702[[package]]
11703name = "open_path_prompt"
11704version = "0.1.0"
11705dependencies = [
11706 "editor",
11707 "file_icons",
11708 "futures 0.3.32",
11709 "fuzzy",
11710 "gpui",
11711 "picker",
11712 "project",
11713 "schemars",
11714 "serde",
11715 "serde_json",
11716 "settings",
11717 "theme",
11718 "theme_settings",
11719 "ui",
11720 "util",
11721 "workspace",
11722]
11723
11724[[package]]
11725name = "open_router"
11726version = "0.1.0"
11727dependencies = [
11728 "anyhow",
11729 "futures 0.3.32",
11730 "http_client",
11731 "language_model_core",
11732 "schemars",
11733 "serde",
11734 "serde_json",
11735 "settings",
11736 "strum 0.27.2",
11737 "thiserror 2.0.17",
11738]
11739
11740[[package]]
11741name = "opencode"
11742version = "0.1.0"
11743dependencies = [
11744 "anyhow",
11745 "futures 0.3.32",
11746 "google_ai",
11747 "http_client",
11748 "schemars",
11749 "serde",
11750 "serde_json",
11751 "strum 0.27.2",
11752]
11753
11754[[package]]
11755name = "opener"
11756version = "0.7.2"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11759dependencies = [
11760 "bstr",
11761 "dbus",
11762 "normpath",
11763 "windows-sys 0.59.0",
11764]
11765
11766[[package]]
11767name = "openssl"
11768version = "0.10.74"
11769source = "registry+https://github.com/rust-lang/crates.io-index"
11770checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11771dependencies = [
11772 "bitflags 2.10.0",
11773 "cfg-if",
11774 "foreign-types 0.3.2",
11775 "libc",
11776 "once_cell",
11777 "openssl-macros",
11778 "openssl-sys",
11779]
11780
11781[[package]]
11782name = "openssl-macros"
11783version = "0.1.1"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11786dependencies = [
11787 "proc-macro2",
11788 "quote",
11789 "syn 2.0.117",
11790]
11791
11792[[package]]
11793name = "openssl-probe"
11794version = "0.1.6"
11795source = "registry+https://github.com/rust-lang/crates.io-index"
11796checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11797
11798[[package]]
11799name = "openssl-sys"
11800version = "0.9.110"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11803dependencies = [
11804 "cc",
11805 "libc",
11806 "pkg-config",
11807 "vcpkg",
11808]
11809
11810[[package]]
11811name = "optfield"
11812version = "0.4.0"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11815dependencies = [
11816 "proc-macro2",
11817 "quote",
11818 "syn 2.0.117",
11819]
11820
11821[[package]]
11822name = "option-ext"
11823version = "0.2.0"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11826
11827[[package]]
11828name = "ordered-float"
11829version = "2.10.1"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11832dependencies = [
11833 "num-traits",
11834]
11835
11836[[package]]
11837name = "ordered-float"
11838version = "4.6.0"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11841dependencies = [
11842 "num-traits",
11843]
11844
11845[[package]]
11846name = "ordered-stream"
11847version = "0.2.0"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11850dependencies = [
11851 "futures-core",
11852 "pin-project-lite",
11853]
11854
11855[[package]]
11856name = "ouroboros"
11857version = "0.18.5"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11860dependencies = [
11861 "aliasable",
11862 "ouroboros_macro",
11863 "static_assertions",
11864]
11865
11866[[package]]
11867name = "ouroboros_macro"
11868version = "0.18.5"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11871dependencies = [
11872 "heck 0.4.1",
11873 "proc-macro2",
11874 "proc-macro2-diagnostics",
11875 "quote",
11876 "syn 2.0.117",
11877]
11878
11879[[package]]
11880name = "outline"
11881version = "0.1.0"
11882dependencies = [
11883 "editor",
11884 "fuzzy",
11885 "gpui",
11886 "indoc",
11887 "language",
11888 "lsp",
11889 "menu",
11890 "ordered-float 2.10.1",
11891 "picker",
11892 "project",
11893 "rope",
11894 "serde_json",
11895 "settings",
11896 "smol",
11897 "theme",
11898 "theme_settings",
11899 "ui",
11900 "util",
11901 "workspace",
11902 "zed_actions",
11903]
11904
11905[[package]]
11906name = "outline_panel"
11907version = "0.1.0"
11908dependencies = [
11909 "anyhow",
11910 "collections",
11911 "db",
11912 "editor",
11913 "file_icons",
11914 "fuzzy",
11915 "gpui",
11916 "itertools 0.14.0",
11917 "language",
11918 "log",
11919 "lsp",
11920 "menu",
11921 "outline",
11922 "pretty_assertions",
11923 "project",
11924 "search",
11925 "serde",
11926 "serde_json",
11927 "settings",
11928 "smallvec",
11929 "smol",
11930 "theme",
11931 "theme_settings",
11932 "ui",
11933 "util",
11934 "workspace",
11935 "worktree",
11936 "zed_actions",
11937]
11938
11939[[package]]
11940name = "outref"
11941version = "0.5.2"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11944
11945[[package]]
11946name = "p256"
11947version = "0.11.1"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11950dependencies = [
11951 "ecdsa",
11952 "elliptic-curve",
11953 "sha2",
11954]
11955
11956[[package]]
11957name = "page_size"
11958version = "0.6.0"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11961dependencies = [
11962 "libc",
11963 "winapi",
11964]
11965
11966[[package]]
11967name = "palette"
11968version = "0.7.6"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11971dependencies = [
11972 "approx",
11973 "fast-srgb8",
11974 "palette_derive",
11975]
11976
11977[[package]]
11978name = "palette_derive"
11979version = "0.7.6"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11982dependencies = [
11983 "by_address",
11984 "proc-macro2",
11985 "quote",
11986 "syn 2.0.117",
11987]
11988
11989[[package]]
11990name = "panel"
11991version = "0.1.0"
11992dependencies = [
11993 "gpui",
11994 "ui",
11995 "workspace",
11996]
11997
11998[[package]]
11999name = "parking"
12000version = "2.2.1"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12003
12004[[package]]
12005name = "parking_lot"
12006version = "0.12.5"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12009dependencies = [
12010 "lock_api",
12011 "parking_lot_core",
12012]
12013
12014[[package]]
12015name = "parking_lot_core"
12016version = "0.9.12"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12019dependencies = [
12020 "cfg-if",
12021 "libc",
12022 "redox_syscall 0.5.18",
12023 "smallvec",
12024 "windows-link 0.2.1",
12025]
12026
12027[[package]]
12028name = "parse_int"
12029version = "0.9.0"
12030source = "registry+https://github.com/rust-lang/crates.io-index"
12031checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12032dependencies = [
12033 "num-traits",
12034]
12035
12036[[package]]
12037name = "partial-json-fixer"
12038version = "0.5.3"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12041
12042[[package]]
12043name = "password-hash"
12044version = "0.4.2"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12047dependencies = [
12048 "base64ct",
12049 "rand_core 0.6.4",
12050 "subtle",
12051]
12052
12053[[package]]
12054name = "paste"
12055version = "1.0.15"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12058
12059[[package]]
12060name = "pathdiff"
12061version = "0.2.3"
12062source = "registry+https://github.com/rust-lang/crates.io-index"
12063checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12064
12065[[package]]
12066name = "pathfinder_geometry"
12067version = "0.5.1"
12068source = "registry+https://github.com/rust-lang/crates.io-index"
12069checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12070dependencies = [
12071 "log",
12072 "pathfinder_simd",
12073]
12074
12075[[package]]
12076name = "pathfinder_simd"
12077version = "0.5.5"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12080dependencies = [
12081 "rustc_version",
12082]
12083
12084[[package]]
12085name = "paths"
12086version = "0.1.0"
12087dependencies = [
12088 "dirs 4.0.0",
12089 "ignore",
12090 "util",
12091]
12092
12093[[package]]
12094name = "pbjson"
12095version = "0.6.0"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12098dependencies = [
12099 "base64 0.21.7",
12100 "serde",
12101]
12102
12103[[package]]
12104name = "pbjson-build"
12105version = "0.6.2"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12108dependencies = [
12109 "heck 0.4.1",
12110 "itertools 0.11.0",
12111 "prost 0.12.6",
12112 "prost-types 0.12.6",
12113]
12114
12115[[package]]
12116name = "pbjson-types"
12117version = "0.6.0"
12118source = "registry+https://github.com/rust-lang/crates.io-index"
12119checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12120dependencies = [
12121 "bytes 1.11.1",
12122 "chrono",
12123 "pbjson",
12124 "pbjson-build",
12125 "prost 0.12.6",
12126 "prost-build 0.12.6",
12127 "serde",
12128]
12129
12130[[package]]
12131name = "pbkdf2"
12132version = "0.11.0"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12135dependencies = [
12136 "digest",
12137 "hmac",
12138 "password-hash",
12139 "sha2",
12140]
12141
12142[[package]]
12143name = "pbkdf2"
12144version = "0.12.2"
12145source = "registry+https://github.com/rust-lang/crates.io-index"
12146checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12147dependencies = [
12148 "digest",
12149 "hmac",
12150]
12151
12152[[package]]
12153name = "pciid-parser"
12154version = "0.8.0"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12157
12158[[package]]
12159name = "peg"
12160version = "0.8.5"
12161source = "registry+https://github.com/rust-lang/crates.io-index"
12162checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12163dependencies = [
12164 "peg-macros",
12165 "peg-runtime",
12166]
12167
12168[[package]]
12169name = "peg-macros"
12170version = "0.8.5"
12171source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12173dependencies = [
12174 "peg-runtime",
12175 "proc-macro2",
12176 "quote",
12177]
12178
12179[[package]]
12180name = "peg-runtime"
12181version = "0.8.5"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12184
12185[[package]]
12186name = "pem"
12187version = "3.0.6"
12188source = "registry+https://github.com/rust-lang/crates.io-index"
12189checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12190dependencies = [
12191 "base64 0.22.1",
12192 "serde_core",
12193]
12194
12195[[package]]
12196name = "pem-rfc7468"
12197version = "0.7.0"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12200dependencies = [
12201 "base64ct",
12202]
12203
12204[[package]]
12205name = "percent-encoding"
12206version = "2.3.2"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12209
12210[[package]]
12211name = "perf"
12212version = "0.1.0"
12213dependencies = [
12214 "collections",
12215 "serde",
12216 "serde_json",
12217]
12218
12219[[package]]
12220name = "pest"
12221version = "2.8.3"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12224dependencies = [
12225 "memchr",
12226 "ucd-trie",
12227]
12228
12229[[package]]
12230name = "pest_derive"
12231version = "2.8.3"
12232source = "registry+https://github.com/rust-lang/crates.io-index"
12233checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12234dependencies = [
12235 "pest",
12236 "pest_generator",
12237]
12238
12239[[package]]
12240name = "pest_generator"
12241version = "2.8.3"
12242source = "registry+https://github.com/rust-lang/crates.io-index"
12243checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12244dependencies = [
12245 "pest",
12246 "pest_meta",
12247 "proc-macro2",
12248 "quote",
12249 "syn 2.0.117",
12250]
12251
12252[[package]]
12253name = "pest_meta"
12254version = "2.8.3"
12255source = "registry+https://github.com/rust-lang/crates.io-index"
12256checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12257dependencies = [
12258 "pest",
12259 "sha2",
12260]
12261
12262[[package]]
12263name = "pet"
12264version = "0.1.0"
12265source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12266dependencies = [
12267 "clap",
12268 "env_logger 0.10.2",
12269 "lazy_static",
12270 "log",
12271 "msvc_spectre_libs",
12272 "pet-conda",
12273 "pet-core",
12274 "pet-env-var-path",
12275 "pet-fs",
12276 "pet-global-virtualenvs",
12277 "pet-homebrew",
12278 "pet-jsonrpc",
12279 "pet-linux-global-python",
12280 "pet-mac-commandlinetools",
12281 "pet-mac-python-org",
12282 "pet-mac-xcode",
12283 "pet-pipenv",
12284 "pet-pixi",
12285 "pet-poetry",
12286 "pet-pyenv",
12287 "pet-python-utils",
12288 "pet-reporter",
12289 "pet-telemetry",
12290 "pet-uv",
12291 "pet-venv",
12292 "pet-virtualenv",
12293 "pet-virtualenvwrapper",
12294 "pet-windows-registry",
12295 "pet-windows-store",
12296 "pet-winpython",
12297 "serde",
12298 "serde_json",
12299 "tracing",
12300 "tracing-subscriber",
12301 "winresource",
12302]
12303
12304[[package]]
12305name = "pet-conda"
12306version = "0.1.0"
12307source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12308dependencies = [
12309 "env_logger 0.10.2",
12310 "lazy_static",
12311 "log",
12312 "msvc_spectre_libs",
12313 "pet-core",
12314 "pet-fs",
12315 "pet-python-utils",
12316 "pet-reporter",
12317 "rayon",
12318 "regex",
12319 "serde",
12320 "serde_json",
12321 "yaml-rust2",
12322]
12323
12324[[package]]
12325name = "pet-core"
12326version = "0.1.0"
12327source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12328dependencies = [
12329 "clap",
12330 "lazy_static",
12331 "log",
12332 "msvc_spectre_libs",
12333 "pet-fs",
12334 "regex",
12335 "serde",
12336 "serde_json",
12337]
12338
12339[[package]]
12340name = "pet-env-var-path"
12341version = "0.1.0"
12342source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12343dependencies = [
12344 "lazy_static",
12345 "log",
12346 "msvc_spectre_libs",
12347 "pet-conda",
12348 "pet-core",
12349 "pet-fs",
12350 "pet-python-utils",
12351 "pet-virtualenv",
12352 "regex",
12353]
12354
12355[[package]]
12356name = "pet-fs"
12357version = "0.1.0"
12358source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12359dependencies = [
12360 "glob",
12361 "log",
12362 "msvc_spectre_libs",
12363 "windows-sys 0.59.0",
12364]
12365
12366[[package]]
12367name = "pet-global-virtualenvs"
12368version = "0.1.0"
12369source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12370dependencies = [
12371 "log",
12372 "msvc_spectre_libs",
12373 "pet-conda",
12374 "pet-core",
12375 "pet-fs",
12376 "pet-virtualenv",
12377]
12378
12379[[package]]
12380name = "pet-homebrew"
12381version = "0.1.0"
12382source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12383dependencies = [
12384 "lazy_static",
12385 "log",
12386 "msvc_spectre_libs",
12387 "pet-conda",
12388 "pet-core",
12389 "pet-fs",
12390 "pet-python-utils",
12391 "pet-virtualenv",
12392 "rayon",
12393 "regex",
12394 "serde",
12395 "serde_json",
12396]
12397
12398[[package]]
12399name = "pet-jsonrpc"
12400version = "0.1.0"
12401source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12402dependencies = [
12403 "env_logger 0.10.2",
12404 "log",
12405 "msvc_spectre_libs",
12406 "pet-core",
12407 "serde",
12408 "serde_json",
12409]
12410
12411[[package]]
12412name = "pet-linux-global-python"
12413version = "0.1.0"
12414source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12415dependencies = [
12416 "log",
12417 "msvc_spectre_libs",
12418 "pet-core",
12419 "pet-fs",
12420 "pet-python-utils",
12421 "pet-virtualenv",
12422]
12423
12424[[package]]
12425name = "pet-mac-commandlinetools"
12426version = "0.1.0"
12427source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12428dependencies = [
12429 "log",
12430 "msvc_spectre_libs",
12431 "pet-core",
12432 "pet-fs",
12433 "pet-python-utils",
12434 "pet-virtualenv",
12435]
12436
12437[[package]]
12438name = "pet-mac-python-org"
12439version = "0.1.0"
12440source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12441dependencies = [
12442 "log",
12443 "msvc_spectre_libs",
12444 "pet-core",
12445 "pet-fs",
12446 "pet-python-utils",
12447 "pet-virtualenv",
12448]
12449
12450[[package]]
12451name = "pet-mac-xcode"
12452version = "0.1.0"
12453source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12454dependencies = [
12455 "log",
12456 "msvc_spectre_libs",
12457 "pet-core",
12458 "pet-fs",
12459 "pet-python-utils",
12460 "pet-virtualenv",
12461]
12462
12463[[package]]
12464name = "pet-pipenv"
12465version = "0.1.0"
12466source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12467dependencies = [
12468 "lazy_static",
12469 "log",
12470 "msvc_spectre_libs",
12471 "pet-core",
12472 "pet-fs",
12473 "pet-python-utils",
12474 "pet-virtualenv",
12475 "regex",
12476]
12477
12478[[package]]
12479name = "pet-pixi"
12480version = "0.1.0"
12481source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12482dependencies = [
12483 "log",
12484 "msvc_spectre_libs",
12485 "pet-conda",
12486 "pet-core",
12487 "pet-python-utils",
12488]
12489
12490[[package]]
12491name = "pet-poetry"
12492version = "0.1.0"
12493source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12494dependencies = [
12495 "base64 0.22.1",
12496 "lazy_static",
12497 "log",
12498 "msvc_spectre_libs",
12499 "pet-core",
12500 "pet-fs",
12501 "pet-python-utils",
12502 "pet-reporter",
12503 "pet-virtualenv",
12504 "regex",
12505 "serde",
12506 "serde_json",
12507 "sha2",
12508 "toml 0.8.23",
12509]
12510
12511[[package]]
12512name = "pet-pyenv"
12513version = "0.1.0"
12514source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12515dependencies = [
12516 "lazy_static",
12517 "log",
12518 "msvc_spectre_libs",
12519 "pet-conda",
12520 "pet-core",
12521 "pet-fs",
12522 "pet-python-utils",
12523 "pet-reporter",
12524 "regex",
12525 "serde",
12526 "serde_json",
12527]
12528
12529[[package]]
12530name = "pet-python-utils"
12531version = "0.1.0"
12532source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12533dependencies = [
12534 "env_logger 0.10.2",
12535 "lazy_static",
12536 "log",
12537 "msvc_spectre_libs",
12538 "pet-core",
12539 "pet-fs",
12540 "regex",
12541 "serde",
12542 "serde_json",
12543 "sha2",
12544]
12545
12546[[package]]
12547name = "pet-reporter"
12548version = "0.1.0"
12549source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12550dependencies = [
12551 "env_logger 0.10.2",
12552 "log",
12553 "msvc_spectre_libs",
12554 "pet-core",
12555 "pet-jsonrpc",
12556 "serde",
12557 "serde_json",
12558]
12559
12560[[package]]
12561name = "pet-telemetry"
12562version = "0.1.0"
12563source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12564dependencies = [
12565 "env_logger 0.10.2",
12566 "lazy_static",
12567 "log",
12568 "msvc_spectre_libs",
12569 "pet-core",
12570 "pet-fs",
12571 "pet-python-utils",
12572 "regex",
12573]
12574
12575[[package]]
12576name = "pet-uv"
12577version = "0.1.0"
12578source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12579dependencies = [
12580 "log",
12581 "pet-core",
12582 "pet-python-utils",
12583 "serde",
12584 "toml 0.9.8",
12585]
12586
12587[[package]]
12588name = "pet-venv"
12589version = "0.1.0"
12590source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12591dependencies = [
12592 "log",
12593 "msvc_spectre_libs",
12594 "pet-core",
12595 "pet-python-utils",
12596 "pet-virtualenv",
12597]
12598
12599[[package]]
12600name = "pet-virtualenv"
12601version = "0.1.0"
12602source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12603dependencies = [
12604 "log",
12605 "msvc_spectre_libs",
12606 "pet-core",
12607 "pet-fs",
12608 "pet-python-utils",
12609]
12610
12611[[package]]
12612name = "pet-virtualenvwrapper"
12613version = "0.1.0"
12614source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12615dependencies = [
12616 "log",
12617 "msvc_spectre_libs",
12618 "pet-core",
12619 "pet-fs",
12620 "pet-python-utils",
12621 "pet-virtualenv",
12622]
12623
12624[[package]]
12625name = "pet-windows-registry"
12626version = "0.1.0"
12627source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12628dependencies = [
12629 "lazy_static",
12630 "log",
12631 "msvc_spectre_libs",
12632 "pet-conda",
12633 "pet-core",
12634 "pet-fs",
12635 "pet-python-utils",
12636 "pet-virtualenv",
12637 "pet-windows-store",
12638 "regex",
12639 "winreg 0.55.0",
12640]
12641
12642[[package]]
12643name = "pet-windows-store"
12644version = "0.1.0"
12645source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12646dependencies = [
12647 "lazy_static",
12648 "log",
12649 "msvc_spectre_libs",
12650 "pet-core",
12651 "pet-fs",
12652 "pet-python-utils",
12653 "pet-virtualenv",
12654 "regex",
12655 "winreg 0.55.0",
12656]
12657
12658[[package]]
12659name = "pet-winpython"
12660version = "0.1.0"
12661source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12662dependencies = [
12663 "lazy_static",
12664 "log",
12665 "pet-core",
12666 "pet-fs",
12667 "pet-python-utils",
12668 "pet-virtualenv",
12669 "regex",
12670]
12671
12672[[package]]
12673name = "petgraph"
12674version = "0.6.5"
12675source = "registry+https://github.com/rust-lang/crates.io-index"
12676checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12677dependencies = [
12678 "fixedbitset 0.4.2",
12679 "indexmap",
12680]
12681
12682[[package]]
12683name = "pgvector"
12684version = "0.4.1"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12687dependencies = [
12688 "serde",
12689]
12690
12691[[package]]
12692name = "phf"
12693version = "0.11.3"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12696dependencies = [
12697 "phf_macros 0.11.3",
12698 "phf_shared 0.11.3",
12699]
12700
12701[[package]]
12702name = "phf"
12703version = "0.12.1"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12706dependencies = [
12707 "phf_macros 0.12.1",
12708 "phf_shared 0.12.1",
12709]
12710
12711[[package]]
12712name = "phf_codegen"
12713version = "0.11.3"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12716dependencies = [
12717 "phf_generator 0.11.3",
12718 "phf_shared 0.11.3",
12719]
12720
12721[[package]]
12722name = "phf_generator"
12723version = "0.11.3"
12724source = "registry+https://github.com/rust-lang/crates.io-index"
12725checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12726dependencies = [
12727 "phf_shared 0.11.3",
12728 "rand 0.8.5",
12729]
12730
12731[[package]]
12732name = "phf_generator"
12733version = "0.12.1"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12736dependencies = [
12737 "fastrand 2.3.0",
12738 "phf_shared 0.12.1",
12739]
12740
12741[[package]]
12742name = "phf_macros"
12743version = "0.11.3"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12746dependencies = [
12747 "phf_generator 0.11.3",
12748 "phf_shared 0.11.3",
12749 "proc-macro2",
12750 "quote",
12751 "syn 2.0.117",
12752]
12753
12754[[package]]
12755name = "phf_macros"
12756version = "0.12.1"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12759dependencies = [
12760 "phf_generator 0.12.1",
12761 "phf_shared 0.12.1",
12762 "proc-macro2",
12763 "quote",
12764 "syn 2.0.117",
12765]
12766
12767[[package]]
12768name = "phf_shared"
12769version = "0.11.3"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12772dependencies = [
12773 "siphasher 1.0.1",
12774]
12775
12776[[package]]
12777name = "phf_shared"
12778version = "0.12.1"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12781dependencies = [
12782 "siphasher 1.0.1",
12783]
12784
12785[[package]]
12786name = "picker"
12787version = "0.1.0"
12788dependencies = [
12789 "anyhow",
12790 "editor",
12791 "gpui",
12792 "menu",
12793 "schemars",
12794 "serde",
12795 "settings",
12796 "theme",
12797 "theme_settings",
12798 "ui",
12799 "ui_input",
12800 "workspace",
12801 "zed_actions",
12802]
12803
12804[[package]]
12805name = "pico-args"
12806version = "0.5.0"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12809
12810[[package]]
12811name = "pin-project"
12812version = "1.1.10"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12815dependencies = [
12816 "pin-project-internal",
12817]
12818
12819[[package]]
12820name = "pin-project-internal"
12821version = "1.1.10"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12824dependencies = [
12825 "proc-macro2",
12826 "quote",
12827 "syn 2.0.117",
12828]
12829
12830[[package]]
12831name = "pin-project-lite"
12832version = "0.2.16"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12835
12836[[package]]
12837name = "pin-utils"
12838version = "0.1.0"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12841
12842[[package]]
12843name = "piper"
12844version = "0.2.4"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12847dependencies = [
12848 "atomic-waker",
12849 "fastrand 2.3.0",
12850 "futures-io",
12851]
12852
12853[[package]]
12854name = "pkcs1"
12855version = "0.7.5"
12856source = "registry+https://github.com/rust-lang/crates.io-index"
12857checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12858dependencies = [
12859 "der 0.7.10",
12860 "pkcs8 0.10.2",
12861 "spki 0.7.3",
12862]
12863
12864[[package]]
12865name = "pkcs8"
12866version = "0.9.0"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12869dependencies = [
12870 "der 0.6.1",
12871 "spki 0.6.0",
12872]
12873
12874[[package]]
12875name = "pkcs8"
12876version = "0.10.2"
12877source = "registry+https://github.com/rust-lang/crates.io-index"
12878checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12879dependencies = [
12880 "der 0.7.10",
12881 "spki 0.7.3",
12882]
12883
12884[[package]]
12885name = "pkg-config"
12886version = "0.3.32"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12889
12890[[package]]
12891name = "plain"
12892version = "0.2.3"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12895
12896[[package]]
12897name = "platform_title_bar"
12898version = "0.1.0"
12899dependencies = [
12900 "gpui",
12901 "project",
12902 "settings",
12903 "smallvec",
12904 "theme",
12905 "theme_settings",
12906 "ui",
12907 "windows 0.61.3",
12908 "workspace",
12909 "zed_actions",
12910]
12911
12912[[package]]
12913name = "plist"
12914version = "1.8.0"
12915source = "registry+https://github.com/rust-lang/crates.io-index"
12916checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12917dependencies = [
12918 "base64 0.22.1",
12919 "indexmap",
12920 "quick-xml 0.38.3",
12921 "serde",
12922 "time",
12923]
12924
12925[[package]]
12926name = "plotters"
12927version = "0.3.7"
12928source = "registry+https://github.com/rust-lang/crates.io-index"
12929checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12930dependencies = [
12931 "num-traits",
12932 "plotters-backend",
12933 "plotters-svg",
12934 "wasm-bindgen",
12935 "web-sys",
12936]
12937
12938[[package]]
12939name = "plotters-backend"
12940version = "0.3.7"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12943
12944[[package]]
12945name = "plotters-svg"
12946version = "0.3.7"
12947source = "registry+https://github.com/rust-lang/crates.io-index"
12948checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12949dependencies = [
12950 "plotters-backend",
12951]
12952
12953[[package]]
12954name = "png"
12955version = "0.17.16"
12956source = "registry+https://github.com/rust-lang/crates.io-index"
12957checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12958dependencies = [
12959 "bitflags 1.3.2",
12960 "crc32fast",
12961 "fdeflate",
12962 "flate2",
12963 "miniz_oxide",
12964]
12965
12966[[package]]
12967name = "png"
12968version = "0.18.0"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12971dependencies = [
12972 "bitflags 2.10.0",
12973 "crc32fast",
12974 "fdeflate",
12975 "flate2",
12976 "miniz_oxide",
12977]
12978
12979[[package]]
12980name = "polling"
12981version = "3.11.0"
12982source = "registry+https://github.com/rust-lang/crates.io-index"
12983checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12984dependencies = [
12985 "cfg-if",
12986 "concurrent-queue",
12987 "hermit-abi",
12988 "pin-project-lite",
12989 "rustix 1.1.2",
12990 "windows-sys 0.61.2",
12991]
12992
12993[[package]]
12994name = "pollster"
12995version = "0.2.5"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12998
12999[[package]]
13000name = "pollster"
13001version = "0.4.0"
13002source = "registry+https://github.com/rust-lang/crates.io-index"
13003checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13004
13005[[package]]
13006name = "pori"
13007version = "0.0.0"
13008source = "registry+https://github.com/rust-lang/crates.io-index"
13009checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13010dependencies = [
13011 "nom 7.1.3",
13012]
13013
13014[[package]]
13015name = "portable-atomic"
13016version = "1.11.1"
13017source = "registry+https://github.com/rust-lang/crates.io-index"
13018checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13019
13020[[package]]
13021name = "portable-atomic-util"
13022version = "0.2.4"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13025dependencies = [
13026 "portable-atomic",
13027]
13028
13029[[package]]
13030name = "portable-pty"
13031version = "0.9.0"
13032source = "registry+https://github.com/rust-lang/crates.io-index"
13033checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13034dependencies = [
13035 "anyhow",
13036 "bitflags 1.3.2",
13037 "downcast-rs",
13038 "filedescriptor",
13039 "lazy_static",
13040 "libc",
13041 "log",
13042 "nix 0.28.0",
13043 "serial2",
13044 "shared_library",
13045 "shell-words",
13046 "winapi",
13047 "winreg 0.10.1",
13048]
13049
13050[[package]]
13051name = "postage"
13052version = "0.5.0"
13053source = "registry+https://github.com/rust-lang/crates.io-index"
13054checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13055dependencies = [
13056 "atomic",
13057 "crossbeam-queue",
13058 "futures 0.3.32",
13059 "log",
13060 "parking_lot",
13061 "pin-project",
13062 "pollster 0.2.5",
13063 "static_assertions",
13064 "thiserror 1.0.69",
13065]
13066
13067[[package]]
13068name = "postcard"
13069version = "1.1.3"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13072dependencies = [
13073 "cobs",
13074 "embedded-io 0.4.0",
13075 "embedded-io 0.6.1",
13076 "serde",
13077]
13078
13079[[package]]
13080name = "potential_utf"
13081version = "0.1.3"
13082source = "registry+https://github.com/rust-lang/crates.io-index"
13083checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13084dependencies = [
13085 "zerovec",
13086]
13087
13088[[package]]
13089name = "powerfmt"
13090version = "0.2.0"
13091source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13093
13094[[package]]
13095name = "ppv-lite86"
13096version = "0.2.21"
13097source = "registry+https://github.com/rust-lang/crates.io-index"
13098checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13099dependencies = [
13100 "zerocopy",
13101]
13102
13103[[package]]
13104name = "precomputed-hash"
13105version = "0.1.1"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13108
13109[[package]]
13110name = "presser"
13111version = "0.3.1"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13114
13115[[package]]
13116name = "prettier"
13117version = "0.1.0"
13118dependencies = [
13119 "anyhow",
13120 "collections",
13121 "fs",
13122 "gpui",
13123 "language",
13124 "log",
13125 "lsp",
13126 "node_runtime",
13127 "parking_lot",
13128 "paths",
13129 "serde",
13130 "serde_json",
13131 "util",
13132]
13133
13134[[package]]
13135name = "pretty_assertions"
13136version = "1.4.1"
13137source = "registry+https://github.com/rust-lang/crates.io-index"
13138checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13139dependencies = [
13140 "diff",
13141 "yansi",
13142]
13143
13144[[package]]
13145name = "prettyplease"
13146version = "0.2.37"
13147source = "registry+https://github.com/rust-lang/crates.io-index"
13148checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13149dependencies = [
13150 "proc-macro2",
13151 "syn 2.0.117",
13152]
13153
13154[[package]]
13155name = "primal-check"
13156version = "0.3.4"
13157source = "registry+https://github.com/rust-lang/crates.io-index"
13158checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13159dependencies = [
13160 "num-integer",
13161]
13162
13163[[package]]
13164name = "proc-macro-crate"
13165version = "3.4.0"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13168dependencies = [
13169 "toml_edit 0.23.7",
13170]
13171
13172[[package]]
13173name = "proc-macro-error"
13174version = "1.0.4"
13175source = "registry+https://github.com/rust-lang/crates.io-index"
13176checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13177dependencies = [
13178 "proc-macro-error-attr",
13179 "proc-macro2",
13180 "quote",
13181 "syn 1.0.109",
13182 "version_check",
13183]
13184
13185[[package]]
13186name = "proc-macro-error-attr"
13187version = "1.0.4"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13190dependencies = [
13191 "proc-macro2",
13192 "quote",
13193 "version_check",
13194]
13195
13196[[package]]
13197name = "proc-macro-error-attr2"
13198version = "2.0.0"
13199source = "registry+https://github.com/rust-lang/crates.io-index"
13200checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13201dependencies = [
13202 "proc-macro2",
13203 "quote",
13204]
13205
13206[[package]]
13207name = "proc-macro-error2"
13208version = "2.0.1"
13209source = "registry+https://github.com/rust-lang/crates.io-index"
13210checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13211dependencies = [
13212 "proc-macro-error-attr2",
13213 "proc-macro2",
13214 "quote",
13215 "syn 2.0.117",
13216]
13217
13218[[package]]
13219name = "proc-macro2"
13220version = "1.0.101"
13221source = "registry+https://github.com/rust-lang/crates.io-index"
13222checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13223dependencies = [
13224 "unicode-ident",
13225]
13226
13227[[package]]
13228name = "proc-macro2-diagnostics"
13229version = "0.10.1"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13232dependencies = [
13233 "proc-macro2",
13234 "quote",
13235 "syn 2.0.117",
13236 "version_check",
13237 "yansi",
13238]
13239
13240[[package]]
13241name = "procfs-core"
13242version = "0.17.0"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13245dependencies = [
13246 "bitflags 2.10.0",
13247 "hex",
13248 "serde",
13249]
13250
13251[[package]]
13252name = "profiling"
13253version = "1.0.17"
13254source = "registry+https://github.com/rust-lang/crates.io-index"
13255checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13256dependencies = [
13257 "profiling-procmacros",
13258]
13259
13260[[package]]
13261name = "profiling-procmacros"
13262version = "1.0.17"
13263source = "registry+https://github.com/rust-lang/crates.io-index"
13264checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13265dependencies = [
13266 "quote",
13267 "syn 2.0.117",
13268]
13269
13270[[package]]
13271name = "project"
13272version = "0.1.0"
13273dependencies = [
13274 "aho-corasick",
13275 "anyhow",
13276 "askpass",
13277 "async-trait",
13278 "base64 0.22.1",
13279 "buffer_diff",
13280 "circular-buffer",
13281 "client",
13282 "clock",
13283 "collections",
13284 "context_server",
13285 "credentials_provider",
13286 "dap",
13287 "encoding_rs",
13288 "extension",
13289 "fancy-regex 0.17.0",
13290 "fs",
13291 "futures 0.3.32",
13292 "fuzzy",
13293 "fuzzy_nucleo",
13294 "git",
13295 "git2",
13296 "git_hosting_providers",
13297 "globset",
13298 "gpui",
13299 "http_client",
13300 "image",
13301 "indexmap",
13302 "itertools 0.14.0",
13303 "language",
13304 "log",
13305 "lsp",
13306 "markdown",
13307 "node_runtime",
13308 "parking_lot",
13309 "paths",
13310 "percent-encoding",
13311 "postage",
13312 "prettier",
13313 "pretty_assertions",
13314 "project",
13315 "rand 0.9.2",
13316 "regex",
13317 "release_channel",
13318 "remote",
13319 "rpc",
13320 "schemars",
13321 "semver",
13322 "serde",
13323 "serde_json",
13324 "settings",
13325 "sha2",
13326 "shellexpand 2.1.2",
13327 "smallvec",
13328 "smol",
13329 "snippet",
13330 "snippet_provider",
13331 "sum_tree",
13332 "task",
13333 "tempfile",
13334 "terminal",
13335 "text",
13336 "toml 0.8.23",
13337 "tracing",
13338 "unindent",
13339 "url",
13340 "util",
13341 "watch",
13342 "wax",
13343 "which 6.0.3",
13344 "worktree",
13345 "zed_credentials_provider",
13346 "zeroize",
13347 "zlog",
13348 "ztracing",
13349]
13350
13351[[package]]
13352name = "project_benchmarks"
13353version = "0.1.0"
13354dependencies = [
13355 "anyhow",
13356 "askpass",
13357 "clap",
13358 "client",
13359 "futures 0.3.32",
13360 "gpui",
13361 "gpui_platform",
13362 "http_client",
13363 "language",
13364 "node_runtime",
13365 "project",
13366 "release_channel",
13367 "remote",
13368 "rpassword",
13369 "semver",
13370 "settings",
13371 "watch",
13372]
13373
13374[[package]]
13375name = "project_panel"
13376version = "0.1.0"
13377dependencies = [
13378 "anyhow",
13379 "client",
13380 "collections",
13381 "command_palette_hooks",
13382 "criterion",
13383 "editor",
13384 "feature_flags",
13385 "file_icons",
13386 "git",
13387 "git_ui",
13388 "gpui",
13389 "itertools 0.14.0",
13390 "language",
13391 "menu",
13392 "notifications",
13393 "pretty_assertions",
13394 "project",
13395 "rayon",
13396 "remote_connection",
13397 "schemars",
13398 "search",
13399 "serde",
13400 "serde_json",
13401 "settings",
13402 "smallvec",
13403 "telemetry",
13404 "tempfile",
13405 "theme",
13406 "theme_settings",
13407 "ui",
13408 "util",
13409 "workspace",
13410 "worktree",
13411 "zed_actions",
13412]
13413
13414[[package]]
13415name = "project_symbols"
13416version = "0.1.0"
13417dependencies = [
13418 "anyhow",
13419 "editor",
13420 "futures 0.3.32",
13421 "fuzzy",
13422 "gpui",
13423 "language",
13424 "lsp",
13425 "ordered-float 2.10.1",
13426 "picker",
13427 "project",
13428 "release_channel",
13429 "semver",
13430 "serde_json",
13431 "settings",
13432 "theme",
13433 "theme_settings",
13434 "util",
13435 "workspace",
13436]
13437
13438[[package]]
13439name = "prometheus"
13440version = "0.14.0"
13441source = "registry+https://github.com/rust-lang/crates.io-index"
13442checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13443dependencies = [
13444 "cfg-if",
13445 "fnv",
13446 "lazy_static",
13447 "memchr",
13448 "parking_lot",
13449 "protobuf",
13450 "thiserror 2.0.17",
13451]
13452
13453[[package]]
13454name = "prompt_store"
13455version = "0.1.0"
13456dependencies = [
13457 "anyhow",
13458 "assets",
13459 "chrono",
13460 "collections",
13461 "fs",
13462 "futures 0.3.32",
13463 "fuzzy",
13464 "gpui",
13465 "handlebars 4.5.0",
13466 "heed",
13467 "language",
13468 "log",
13469 "parking_lot",
13470 "paths",
13471 "rope",
13472 "serde",
13473 "strum 0.27.2",
13474 "tempfile",
13475 "text",
13476 "util",
13477 "uuid",
13478]
13479
13480[[package]]
13481name = "proptest"
13482version = "1.10.0"
13483source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13484dependencies = [
13485 "bit-set 0.8.0",
13486 "bit-vec 0.8.0",
13487 "bitflags 2.10.0",
13488 "num-traits",
13489 "proptest-macro",
13490 "rand 0.9.2",
13491 "rand_chacha 0.9.0",
13492 "rand_xorshift",
13493 "regex-syntax",
13494 "rusty-fork",
13495 "tempfile",
13496 "unarray",
13497]
13498
13499[[package]]
13500name = "proptest-derive"
13501version = "0.8.0"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13504dependencies = [
13505 "proc-macro2",
13506 "quote",
13507 "syn 2.0.117",
13508]
13509
13510[[package]]
13511name = "proptest-macro"
13512version = "0.5.0"
13513source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13514dependencies = [
13515 "convert_case 0.11.0",
13516 "proc-macro2",
13517 "quote",
13518 "syn 2.0.117",
13519]
13520
13521[[package]]
13522name = "prost"
13523version = "0.9.0"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13526dependencies = [
13527 "bytes 1.11.1",
13528 "prost-derive 0.9.0",
13529]
13530
13531[[package]]
13532name = "prost"
13533version = "0.12.6"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13536dependencies = [
13537 "bytes 1.11.1",
13538 "prost-derive 0.12.6",
13539]
13540
13541[[package]]
13542name = "prost-build"
13543version = "0.9.0"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13546dependencies = [
13547 "bytes 1.11.1",
13548 "heck 0.3.3",
13549 "itertools 0.10.5",
13550 "lazy_static",
13551 "log",
13552 "multimap",
13553 "petgraph",
13554 "prost 0.9.0",
13555 "prost-types 0.9.0",
13556 "regex",
13557 "tempfile",
13558 "which 4.4.2",
13559]
13560
13561[[package]]
13562name = "prost-build"
13563version = "0.12.6"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13566dependencies = [
13567 "bytes 1.11.1",
13568 "heck 0.5.0",
13569 "itertools 0.12.1",
13570 "log",
13571 "multimap",
13572 "once_cell",
13573 "petgraph",
13574 "prettyplease",
13575 "prost 0.12.6",
13576 "prost-types 0.12.6",
13577 "regex",
13578 "syn 2.0.117",
13579 "tempfile",
13580]
13581
13582[[package]]
13583name = "prost-derive"
13584version = "0.9.0"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13587dependencies = [
13588 "anyhow",
13589 "itertools 0.10.5",
13590 "proc-macro2",
13591 "quote",
13592 "syn 1.0.109",
13593]
13594
13595[[package]]
13596name = "prost-derive"
13597version = "0.12.6"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13600dependencies = [
13601 "anyhow",
13602 "itertools 0.12.1",
13603 "proc-macro2",
13604 "quote",
13605 "syn 2.0.117",
13606]
13607
13608[[package]]
13609name = "prost-types"
13610version = "0.9.0"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13613dependencies = [
13614 "bytes 1.11.1",
13615 "prost 0.9.0",
13616]
13617
13618[[package]]
13619name = "prost-types"
13620version = "0.12.6"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13623dependencies = [
13624 "prost 0.12.6",
13625]
13626
13627[[package]]
13628name = "proto"
13629version = "0.1.0"
13630dependencies = [
13631 "anyhow",
13632 "prost 0.9.0",
13633 "prost-build 0.9.0",
13634 "serde",
13635]
13636
13637[[package]]
13638name = "protobuf"
13639version = "3.7.2"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13642dependencies = [
13643 "once_cell",
13644 "protobuf-support",
13645 "thiserror 1.0.69",
13646]
13647
13648[[package]]
13649name = "protobuf-support"
13650version = "3.7.2"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13653dependencies = [
13654 "thiserror 1.0.69",
13655]
13656
13657[[package]]
13658name = "psm"
13659version = "0.1.30"
13660source = "registry+https://github.com/rust-lang/crates.io-index"
13661checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13662dependencies = [
13663 "ar_archive_writer",
13664 "cc",
13665]
13666
13667[[package]]
13668name = "ptr_meta"
13669version = "0.1.4"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13672dependencies = [
13673 "ptr_meta_derive",
13674]
13675
13676[[package]]
13677name = "ptr_meta_derive"
13678version = "0.1.4"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13681dependencies = [
13682 "proc-macro2",
13683 "quote",
13684 "syn 1.0.109",
13685]
13686
13687[[package]]
13688name = "pulldown-cmark"
13689version = "0.10.3"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13692dependencies = [
13693 "bitflags 2.10.0",
13694 "memchr",
13695 "pulldown-cmark-escape",
13696 "unicase",
13697]
13698
13699[[package]]
13700name = "pulldown-cmark"
13701version = "0.13.0"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13704dependencies = [
13705 "bitflags 2.10.0",
13706 "memchr",
13707 "unicase",
13708]
13709
13710[[package]]
13711name = "pulldown-cmark-escape"
13712version = "0.10.1"
13713source = "registry+https://github.com/rust-lang/crates.io-index"
13714checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13715
13716[[package]]
13717name = "pulley-interpreter"
13718version = "36.0.6"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13721dependencies = [
13722 "cranelift-bitset",
13723 "log",
13724 "pulley-macros",
13725 "wasmtime-internal-math",
13726]
13727
13728[[package]]
13729name = "pulley-macros"
13730version = "36.0.6"
13731source = "registry+https://github.com/rust-lang/crates.io-index"
13732checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13733dependencies = [
13734 "proc-macro2",
13735 "quote",
13736 "syn 2.0.117",
13737]
13738
13739[[package]]
13740name = "pulp"
13741version = "0.18.22"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13744dependencies = [
13745 "bytemuck",
13746 "libm",
13747 "num-complex",
13748 "reborrow",
13749]
13750
13751[[package]]
13752name = "pulp"
13753version = "0.21.5"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13756dependencies = [
13757 "bytemuck",
13758 "cfg-if",
13759 "libm",
13760 "num-complex",
13761 "reborrow",
13762 "version_check",
13763]
13764
13765[[package]]
13766name = "pxfm"
13767version = "0.1.25"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13770dependencies = [
13771 "num-traits",
13772]
13773
13774[[package]]
13775name = "qoi"
13776version = "0.4.1"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13779dependencies = [
13780 "bytemuck",
13781]
13782
13783[[package]]
13784name = "quick-error"
13785version = "1.2.3"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13788
13789[[package]]
13790name = "quick-error"
13791version = "2.0.1"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13794
13795[[package]]
13796name = "quick-xml"
13797version = "0.30.0"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13800dependencies = [
13801 "memchr",
13802]
13803
13804[[package]]
13805name = "quick-xml"
13806version = "0.37.5"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13809dependencies = [
13810 "memchr",
13811]
13812
13813[[package]]
13814name = "quick-xml"
13815version = "0.38.3"
13816source = "registry+https://github.com/rust-lang/crates.io-index"
13817checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13818dependencies = [
13819 "memchr",
13820]
13821
13822[[package]]
13823name = "quinn"
13824version = "0.11.9"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13827dependencies = [
13828 "bytes 1.11.1",
13829 "cfg_aliases 0.2.1",
13830 "pin-project-lite",
13831 "quinn-proto",
13832 "quinn-udp",
13833 "rustc-hash 2.1.1",
13834 "rustls 0.23.33",
13835 "socket2 0.6.1",
13836 "thiserror 2.0.17",
13837 "tokio",
13838 "tracing",
13839 "web-time",
13840]
13841
13842[[package]]
13843name = "quinn-proto"
13844version = "0.11.13"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13847dependencies = [
13848 "bytes 1.11.1",
13849 "getrandom 0.3.4",
13850 "lru-slab",
13851 "rand 0.9.2",
13852 "ring",
13853 "rustc-hash 2.1.1",
13854 "rustls 0.23.33",
13855 "rustls-pki-types",
13856 "slab",
13857 "thiserror 2.0.17",
13858 "tinyvec",
13859 "tracing",
13860 "web-time",
13861]
13862
13863[[package]]
13864name = "quinn-udp"
13865version = "0.5.14"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13868dependencies = [
13869 "cfg_aliases 0.2.1",
13870 "libc",
13871 "once_cell",
13872 "socket2 0.6.1",
13873 "tracing",
13874 "windows-sys 0.60.2",
13875]
13876
13877[[package]]
13878name = "quote"
13879version = "1.0.41"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13882dependencies = [
13883 "proc-macro2",
13884]
13885
13886[[package]]
13887name = "r-efi"
13888version = "5.3.0"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13891
13892[[package]]
13893name = "radium"
13894version = "0.7.0"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13897
13898[[package]]
13899name = "rand"
13900version = "0.3.23"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13903dependencies = [
13904 "libc",
13905 "rand 0.4.6",
13906]
13907
13908[[package]]
13909name = "rand"
13910version = "0.4.6"
13911source = "registry+https://github.com/rust-lang/crates.io-index"
13912checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13913dependencies = [
13914 "fuchsia-cprng",
13915 "libc",
13916 "rand_core 0.3.1",
13917 "rdrand",
13918 "winapi",
13919]
13920
13921[[package]]
13922name = "rand"
13923version = "0.8.5"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13926dependencies = [
13927 "libc",
13928 "rand_chacha 0.3.1",
13929 "rand_core 0.6.4",
13930]
13931
13932[[package]]
13933name = "rand"
13934version = "0.9.2"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13937dependencies = [
13938 "rand_chacha 0.9.0",
13939 "rand_core 0.9.3",
13940]
13941
13942[[package]]
13943name = "rand_chacha"
13944version = "0.3.1"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13947dependencies = [
13948 "ppv-lite86",
13949 "rand_core 0.6.4",
13950]
13951
13952[[package]]
13953name = "rand_chacha"
13954version = "0.9.0"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13957dependencies = [
13958 "ppv-lite86",
13959 "rand_core 0.9.3",
13960]
13961
13962[[package]]
13963name = "rand_core"
13964version = "0.3.1"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13967dependencies = [
13968 "rand_core 0.4.2",
13969]
13970
13971[[package]]
13972name = "rand_core"
13973version = "0.4.2"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13976
13977[[package]]
13978name = "rand_core"
13979version = "0.6.4"
13980source = "registry+https://github.com/rust-lang/crates.io-index"
13981checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13982dependencies = [
13983 "getrandom 0.2.16",
13984]
13985
13986[[package]]
13987name = "rand_core"
13988version = "0.9.3"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13991dependencies = [
13992 "getrandom 0.3.4",
13993]
13994
13995[[package]]
13996name = "rand_distr"
13997version = "0.5.1"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14000dependencies = [
14001 "num-traits",
14002 "rand 0.9.2",
14003]
14004
14005[[package]]
14006name = "rand_pcg"
14007version = "0.3.1"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14010dependencies = [
14011 "rand_core 0.6.4",
14012]
14013
14014[[package]]
14015name = "rand_xorshift"
14016version = "0.4.0"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14019dependencies = [
14020 "rand_core 0.9.3",
14021]
14022
14023[[package]]
14024name = "random_choice"
14025version = "0.3.2"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14028dependencies = [
14029 "rand 0.3.23",
14030]
14031
14032[[package]]
14033name = "range-alloc"
14034version = "0.1.4"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14037
14038[[package]]
14039name = "range-map"
14040version = "0.2.0"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14043dependencies = [
14044 "num-traits",
14045]
14046
14047[[package]]
14048name = "rangemap"
14049version = "1.7.1"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14052
14053[[package]]
14054name = "rav1e"
14055version = "0.7.1"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14058dependencies = [
14059 "arbitrary",
14060 "arg_enum_proc_macro",
14061 "arrayvec",
14062 "av1-grain",
14063 "bitstream-io",
14064 "built",
14065 "cfg-if",
14066 "interpolate_name",
14067 "itertools 0.12.1",
14068 "libc",
14069 "libfuzzer-sys",
14070 "log",
14071 "maybe-rayon",
14072 "new_debug_unreachable",
14073 "noop_proc_macro",
14074 "num-derive",
14075 "num-traits",
14076 "once_cell",
14077 "paste",
14078 "profiling",
14079 "rand 0.8.5",
14080 "rand_chacha 0.3.1",
14081 "simd_helpers",
14082 "system-deps 6.2.2",
14083 "thiserror 1.0.69",
14084 "v_frame",
14085 "wasm-bindgen",
14086]
14087
14088[[package]]
14089name = "ravif"
14090version = "0.11.20"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14093dependencies = [
14094 "avif-serialize",
14095 "imgref",
14096 "loop9",
14097 "quick-error 2.0.1",
14098 "rav1e",
14099 "rayon",
14100 "rgb",
14101]
14102
14103[[package]]
14104name = "raw-cpuid"
14105version = "10.7.0"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14108dependencies = [
14109 "bitflags 1.3.2",
14110]
14111
14112[[package]]
14113name = "raw-cpuid"
14114version = "11.6.0"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14117dependencies = [
14118 "bitflags 2.10.0",
14119]
14120
14121[[package]]
14122name = "raw-window-handle"
14123version = "0.6.2"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14126
14127[[package]]
14128name = "raw-window-metal"
14129version = "1.1.0"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14132dependencies = [
14133 "objc2",
14134 "objc2-core-foundation",
14135 "objc2-foundation",
14136 "objc2-quartz-core",
14137]
14138
14139[[package]]
14140name = "rayon"
14141version = "1.11.0"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14144dependencies = [
14145 "either",
14146 "rayon-core",
14147]
14148
14149[[package]]
14150name = "rayon-core"
14151version = "1.13.0"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14154dependencies = [
14155 "crossbeam-deque",
14156 "crossbeam-utils",
14157]
14158
14159[[package]]
14160name = "rdrand"
14161version = "0.4.0"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14164dependencies = [
14165 "rand_core 0.3.1",
14166]
14167
14168[[package]]
14169name = "read-fonts"
14170version = "0.35.0"
14171source = "registry+https://github.com/rust-lang/crates.io-index"
14172checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14173dependencies = [
14174 "bytemuck",
14175 "font-types 0.10.0",
14176]
14177
14178[[package]]
14179name = "read-fonts"
14180version = "0.37.0"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14183dependencies = [
14184 "bytemuck",
14185 "core_maths",
14186 "font-types 0.11.0",
14187]
14188
14189[[package]]
14190name = "realfft"
14191version = "3.5.0"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14194dependencies = [
14195 "rustfft",
14196]
14197
14198[[package]]
14199name = "reborrow"
14200version = "0.5.5"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14203
14204[[package]]
14205name = "recent_projects"
14206version = "0.1.0"
14207dependencies = [
14208 "anyhow",
14209 "askpass",
14210 "chrono",
14211 "db",
14212 "dev_container",
14213 "editor",
14214 "extension",
14215 "extension_host",
14216 "fs",
14217 "futures 0.3.32",
14218 "fuzzy",
14219 "gpui",
14220 "http_client",
14221 "indoc",
14222 "language",
14223 "log",
14224 "menu",
14225 "node_runtime",
14226 "open_path_prompt",
14227 "ordered-float 2.10.1",
14228 "paths",
14229 "picker",
14230 "project",
14231 "release_channel",
14232 "remote",
14233 "remote_connection",
14234 "remote_server",
14235 "semver",
14236 "serde",
14237 "serde_json",
14238 "settings",
14239 "smol",
14240 "task",
14241 "telemetry",
14242 "ui",
14243 "ui_input",
14244 "util",
14245 "windows-registry 0.6.1",
14246 "workspace",
14247 "worktree",
14248 "zed_actions",
14249]
14250
14251[[package]]
14252name = "redox_syscall"
14253version = "0.2.16"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14256dependencies = [
14257 "bitflags 1.3.2",
14258]
14259
14260[[package]]
14261name = "redox_syscall"
14262version = "0.5.18"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14265dependencies = [
14266 "bitflags 2.10.0",
14267]
14268
14269[[package]]
14270name = "redox_users"
14271version = "0.4.6"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14274dependencies = [
14275 "getrandom 0.2.16",
14276 "libredox",
14277 "thiserror 1.0.69",
14278]
14279
14280[[package]]
14281name = "redox_users"
14282version = "0.5.2"
14283source = "registry+https://github.com/rust-lang/crates.io-index"
14284checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14285dependencies = [
14286 "getrandom 0.2.16",
14287 "libredox",
14288 "thiserror 2.0.17",
14289]
14290
14291[[package]]
14292name = "ref-cast"
14293version = "1.0.25"
14294source = "registry+https://github.com/rust-lang/crates.io-index"
14295checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14296dependencies = [
14297 "ref-cast-impl",
14298]
14299
14300[[package]]
14301name = "ref-cast-impl"
14302version = "1.0.25"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14305dependencies = [
14306 "proc-macro2",
14307 "quote",
14308 "syn 2.0.117",
14309]
14310
14311[[package]]
14312name = "referencing"
14313version = "0.37.4"
14314source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14316dependencies = [
14317 "ahash 0.8.12",
14318 "fluent-uri",
14319 "getrandom 0.3.4",
14320 "hashbrown 0.16.1",
14321 "parking_lot",
14322 "percent-encoding",
14323 "serde_json",
14324]
14325
14326[[package]]
14327name = "refineable"
14328version = "0.1.0"
14329dependencies = [
14330 "derive_refineable",
14331]
14332
14333[[package]]
14334name = "regalloc2"
14335version = "0.12.2"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14338dependencies = [
14339 "allocator-api2",
14340 "bumpalo",
14341 "hashbrown 0.15.5",
14342 "log",
14343 "rustc-hash 2.1.1",
14344 "serde",
14345 "smallvec",
14346]
14347
14348[[package]]
14349name = "regex"
14350version = "1.12.2"
14351source = "registry+https://github.com/rust-lang/crates.io-index"
14352checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14353dependencies = [
14354 "aho-corasick",
14355 "memchr",
14356 "regex-automata",
14357 "regex-syntax",
14358]
14359
14360[[package]]
14361name = "regex-automata"
14362version = "0.4.13"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14365dependencies = [
14366 "aho-corasick",
14367 "memchr",
14368 "regex-syntax",
14369]
14370
14371[[package]]
14372name = "regex-lite"
14373version = "0.1.8"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14376
14377[[package]]
14378name = "regex-syntax"
14379version = "0.8.8"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14382
14383[[package]]
14384name = "release_channel"
14385version = "0.1.0"
14386dependencies = [
14387 "gpui",
14388 "semver",
14389]
14390
14391[[package]]
14392name = "remote"
14393version = "0.1.0"
14394dependencies = [
14395 "anyhow",
14396 "askpass",
14397 "async-trait",
14398 "base64 0.22.1",
14399 "collections",
14400 "fs",
14401 "futures 0.3.32",
14402 "gpui",
14403 "log",
14404 "parking_lot",
14405 "paths",
14406 "prost 0.9.0",
14407 "release_channel",
14408 "rpc",
14409 "schemars",
14410 "semver",
14411 "serde",
14412 "serde_json",
14413 "settings",
14414 "smol",
14415 "tempfile",
14416 "thiserror 2.0.17",
14417 "urlencoding",
14418 "util",
14419 "which 6.0.3",
14420]
14421
14422[[package]]
14423name = "remote_connection"
14424version = "0.1.0"
14425dependencies = [
14426 "anyhow",
14427 "askpass",
14428 "auto_update",
14429 "futures 0.3.32",
14430 "gpui",
14431 "log",
14432 "markdown",
14433 "menu",
14434 "release_channel",
14435 "remote",
14436 "semver",
14437 "settings",
14438 "theme_settings",
14439 "ui",
14440 "ui_input",
14441 "workspace",
14442]
14443
14444[[package]]
14445name = "remote_server"
14446version = "0.1.0"
14447dependencies = [
14448 "action_log",
14449 "agent",
14450 "anyhow",
14451 "askpass",
14452 "cargo_toml",
14453 "clap",
14454 "client",
14455 "clock",
14456 "collections",
14457 "crash-handler",
14458 "crashes",
14459 "dap_adapters",
14460 "debug_adapter_extension",
14461 "editor",
14462 "env_logger 0.11.8",
14463 "extension",
14464 "extension_host",
14465 "fork",
14466 "fs",
14467 "futures 0.3.32",
14468 "git",
14469 "git2",
14470 "git_hosting_providers",
14471 "gpui",
14472 "gpui_platform",
14473 "gpui_tokio",
14474 "http_client",
14475 "image",
14476 "json_schema_store",
14477 "language",
14478 "language_extension",
14479 "language_model",
14480 "languages",
14481 "libc",
14482 "log",
14483 "lsp",
14484 "minidumper",
14485 "net",
14486 "node_runtime",
14487 "paths",
14488 "pretty_assertions",
14489 "project",
14490 "proto",
14491 "rayon",
14492 "release_channel",
14493 "remote",
14494 "reqwest_client",
14495 "rpc",
14496 "rust-embed",
14497 "semver",
14498 "serde",
14499 "serde_json",
14500 "settings",
14501 "shellexpand 2.1.2",
14502 "smol",
14503 "sysinfo 0.37.2",
14504 "task",
14505 "theme",
14506 "theme_settings",
14507 "thiserror 2.0.17",
14508 "toml 0.8.23",
14509 "unindent",
14510 "util",
14511 "uuid",
14512 "watch",
14513 "windows 0.61.3",
14514 "worktree",
14515 "zlog",
14516]
14517
14518[[package]]
14519name = "rend"
14520version = "0.4.2"
14521source = "registry+https://github.com/rust-lang/crates.io-index"
14522checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14523dependencies = [
14524 "bytecheck",
14525]
14526
14527[[package]]
14528name = "renderdoc-sys"
14529version = "1.1.0"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14532
14533[[package]]
14534name = "repl"
14535version = "0.1.0"
14536dependencies = [
14537 "alacritty_terminal",
14538 "anyhow",
14539 "async-dispatcher",
14540 "async-task",
14541 "async-tungstenite",
14542 "base64 0.22.1",
14543 "client",
14544 "collections",
14545 "command_palette_hooks",
14546 "editor",
14547 "feature_flags",
14548 "file_icons",
14549 "futures 0.3.32",
14550 "gpui",
14551 "html_to_markdown",
14552 "http_client",
14553 "image",
14554 "indoc",
14555 "jupyter-protocol",
14556 "jupyter-websocket-client",
14557 "language",
14558 "languages",
14559 "log",
14560 "markdown",
14561 "menu",
14562 "multi_buffer",
14563 "nbformat",
14564 "picker",
14565 "project",
14566 "remote",
14567 "runtimelib",
14568 "serde",
14569 "serde_json",
14570 "settings",
14571 "shlex",
14572 "smol",
14573 "telemetry",
14574 "terminal",
14575 "terminal_view",
14576 "theme",
14577 "theme_settings",
14578 "tree-sitter-md",
14579 "tree-sitter-python",
14580 "tree-sitter-typescript",
14581 "ui",
14582 "util",
14583 "uuid",
14584 "workspace",
14585 "zed_actions",
14586]
14587
14588[[package]]
14589name = "reqwest"
14590version = "0.11.27"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14593dependencies = [
14594 "base64 0.21.7",
14595 "bytes 1.11.1",
14596 "encoding_rs",
14597 "futures-core",
14598 "futures-util",
14599 "h2 0.3.27",
14600 "http 0.2.12",
14601 "http-body 0.4.6",
14602 "hyper 0.14.32",
14603 "hyper-tls",
14604 "ipnet",
14605 "js-sys",
14606 "log",
14607 "mime",
14608 "native-tls",
14609 "once_cell",
14610 "percent-encoding",
14611 "pin-project-lite",
14612 "rustls-pemfile 1.0.4",
14613 "serde",
14614 "serde_json",
14615 "serde_urlencoded",
14616 "sync_wrapper 0.1.2",
14617 "system-configuration 0.5.1",
14618 "tokio",
14619 "tokio-native-tls",
14620 "tower-service",
14621 "url",
14622 "wasm-bindgen",
14623 "wasm-bindgen-futures",
14624 "web-sys",
14625 "winreg 0.50.0",
14626]
14627
14628[[package]]
14629name = "reqwest"
14630version = "0.12.24"
14631source = "registry+https://github.com/rust-lang/crates.io-index"
14632checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14633dependencies = [
14634 "base64 0.22.1",
14635 "bytes 1.11.1",
14636 "futures-channel",
14637 "futures-core",
14638 "futures-util",
14639 "http 1.3.1",
14640 "http-body 1.0.1",
14641 "http-body-util",
14642 "hyper 1.7.0",
14643 "hyper-rustls 0.27.7",
14644 "hyper-util",
14645 "js-sys",
14646 "log",
14647 "percent-encoding",
14648 "pin-project-lite",
14649 "quinn",
14650 "rustls 0.23.33",
14651 "rustls-native-certs 0.8.2",
14652 "rustls-pki-types",
14653 "serde",
14654 "serde_json",
14655 "serde_urlencoded",
14656 "sync_wrapper 1.0.2",
14657 "tokio",
14658 "tokio-rustls 0.26.2",
14659 "tower 0.5.2",
14660 "tower-http 0.6.6",
14661 "tower-service",
14662 "url",
14663 "wasm-bindgen",
14664 "wasm-bindgen-futures",
14665 "web-sys",
14666]
14667
14668[[package]]
14669name = "reqwest_client"
14670version = "0.1.0"
14671dependencies = [
14672 "anyhow",
14673 "bytes 1.11.1",
14674 "futures 0.3.32",
14675 "gpui_util",
14676 "http_client",
14677 "http_client_tls",
14678 "log",
14679 "regex",
14680 "serde",
14681 "tokio",
14682 "zed-reqwest",
14683]
14684
14685[[package]]
14686name = "resvg"
14687version = "0.45.1"
14688source = "registry+https://github.com/rust-lang/crates.io-index"
14689checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14690dependencies = [
14691 "gif",
14692 "image-webp",
14693 "log",
14694 "pico-args",
14695 "rgb",
14696 "svgtypes",
14697 "tiny-skia",
14698 "usvg",
14699 "zune-jpeg",
14700]
14701
14702[[package]]
14703name = "rfc6979"
14704version = "0.3.1"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14707dependencies = [
14708 "crypto-bigint 0.4.9",
14709 "hmac",
14710 "zeroize",
14711]
14712
14713[[package]]
14714name = "rgb"
14715version = "0.8.52"
14716source = "registry+https://github.com/rust-lang/crates.io-index"
14717checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14718dependencies = [
14719 "bytemuck",
14720]
14721
14722[[package]]
14723name = "ring"
14724version = "0.17.14"
14725source = "registry+https://github.com/rust-lang/crates.io-index"
14726checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14727dependencies = [
14728 "cc",
14729 "cfg-if",
14730 "getrandom 0.2.16",
14731 "libc",
14732 "untrusted 0.9.0",
14733 "windows-sys 0.52.0",
14734]
14735
14736[[package]]
14737name = "rkyv"
14738version = "0.7.45"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14741dependencies = [
14742 "bitvec",
14743 "bytecheck",
14744 "bytes 1.11.1",
14745 "hashbrown 0.12.3",
14746 "ptr_meta",
14747 "rend",
14748 "rkyv_derive",
14749 "seahash",
14750 "tinyvec",
14751 "uuid",
14752]
14753
14754[[package]]
14755name = "rkyv_derive"
14756version = "0.7.45"
14757source = "registry+https://github.com/rust-lang/crates.io-index"
14758checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14759dependencies = [
14760 "proc-macro2",
14761 "quote",
14762 "syn 1.0.109",
14763]
14764
14765[[package]]
14766name = "rmp"
14767version = "0.8.14"
14768source = "registry+https://github.com/rust-lang/crates.io-index"
14769checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14770dependencies = [
14771 "byteorder",
14772 "num-traits",
14773 "paste",
14774]
14775
14776[[package]]
14777name = "rmpv"
14778version = "1.3.0"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14781dependencies = [
14782 "num-traits",
14783 "rmp",
14784]
14785
14786[[package]]
14787name = "rodio"
14788version = "0.21.1"
14789source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14790dependencies = [
14791 "cpal",
14792 "dasp_sample",
14793 "hound",
14794 "num-rational",
14795 "rand 0.9.2",
14796 "rand_distr",
14797 "rtrb",
14798 "symphonia",
14799 "thiserror 2.0.17",
14800]
14801
14802[[package]]
14803name = "rope"
14804version = "0.1.0"
14805dependencies = [
14806 "criterion",
14807 "ctor",
14808 "gpui",
14809 "heapless",
14810 "log",
14811 "rand 0.9.2",
14812 "rayon",
14813 "sum_tree",
14814 "tracing",
14815 "unicode-segmentation",
14816 "util",
14817 "zlog",
14818 "ztracing",
14819]
14820
14821[[package]]
14822name = "roxmltree"
14823version = "0.20.0"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14826
14827[[package]]
14828name = "rpassword"
14829version = "7.4.0"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14832dependencies = [
14833 "libc",
14834 "rtoolbox",
14835 "windows-sys 0.59.0",
14836]
14837
14838[[package]]
14839name = "rpc"
14840version = "0.1.0"
14841dependencies = [
14842 "anyhow",
14843 "async-tungstenite",
14844 "base64 0.22.1",
14845 "collections",
14846 "futures 0.3.32",
14847 "gpui",
14848 "parking_lot",
14849 "proto",
14850 "rand 0.9.2",
14851 "rsa",
14852 "serde",
14853 "serde_json",
14854 "sha2",
14855 "strum 0.27.2",
14856 "tracing",
14857 "util",
14858 "zlog",
14859 "zstd",
14860]
14861
14862[[package]]
14863name = "rsa"
14864version = "0.9.10"
14865source = "registry+https://github.com/rust-lang/crates.io-index"
14866checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14867dependencies = [
14868 "const-oid",
14869 "digest",
14870 "num-bigint-dig 0.8.6",
14871 "num-integer",
14872 "num-traits",
14873 "pkcs1",
14874 "pkcs8 0.10.2",
14875 "rand_core 0.6.4",
14876 "signature 2.2.0",
14877 "spki 0.7.3",
14878 "subtle",
14879 "zeroize",
14880]
14881
14882[[package]]
14883name = "rtoolbox"
14884version = "0.0.3"
14885source = "registry+https://github.com/rust-lang/crates.io-index"
14886checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14887dependencies = [
14888 "libc",
14889 "windows-sys 0.52.0",
14890]
14891
14892[[package]]
14893name = "rtrb"
14894version = "0.3.2"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14897
14898[[package]]
14899name = "rules_library"
14900version = "0.1.0"
14901dependencies = [
14902 "anyhow",
14903 "collections",
14904 "editor",
14905 "gpui",
14906 "language",
14907 "language_model",
14908 "log",
14909 "menu",
14910 "picker",
14911 "platform_title_bar",
14912 "prompt_store",
14913 "release_channel",
14914 "rope",
14915 "serde",
14916 "settings",
14917 "theme_settings",
14918 "ui",
14919 "ui_input",
14920 "util",
14921 "workspace",
14922 "zed_actions",
14923]
14924
14925[[package]]
14926name = "runtimelib"
14927version = "1.4.0"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14930dependencies = [
14931 "async-dispatcher",
14932 "async-std",
14933 "aws-lc-rs",
14934 "base64 0.22.1",
14935 "bytes 1.11.1",
14936 "chrono",
14937 "data-encoding",
14938 "dirs 6.0.0",
14939 "futures 0.3.32",
14940 "glob",
14941 "jupyter-protocol",
14942 "serde",
14943 "serde_json",
14944 "shellexpand 3.1.1",
14945 "smol",
14946 "thiserror 2.0.17",
14947 "uuid",
14948 "zeromq",
14949]
14950
14951[[package]]
14952name = "rust-embed"
14953version = "8.11.0"
14954source = "registry+https://github.com/rust-lang/crates.io-index"
14955checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14956dependencies = [
14957 "rust-embed-impl",
14958 "rust-embed-utils",
14959 "walkdir",
14960]
14961
14962[[package]]
14963name = "rust-embed-impl"
14964version = "8.11.0"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14967dependencies = [
14968 "proc-macro2",
14969 "quote",
14970 "rust-embed-utils",
14971 "syn 2.0.117",
14972 "walkdir",
14973]
14974
14975[[package]]
14976name = "rust-embed-utils"
14977version = "8.11.0"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14980dependencies = [
14981 "globset",
14982 "sha2",
14983 "walkdir",
14984]
14985
14986[[package]]
14987name = "rust_decimal"
14988version = "1.39.0"
14989source = "registry+https://github.com/rust-lang/crates.io-index"
14990checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14991dependencies = [
14992 "arrayvec",
14993 "borsh",
14994 "bytes 1.11.1",
14995 "num-traits",
14996 "rand 0.8.5",
14997 "rkyv",
14998 "serde",
14999 "serde_json",
15000]
15001
15002[[package]]
15003name = "rustc-demangle"
15004version = "0.1.26"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15007
15008[[package]]
15009name = "rustc-hash"
15010version = "1.1.0"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15013
15014[[package]]
15015name = "rustc-hash"
15016version = "2.1.1"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15019
15020[[package]]
15021name = "rustc_version"
15022version = "0.4.1"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15025dependencies = [
15026 "semver",
15027]
15028
15029[[package]]
15030name = "rustfft"
15031version = "6.4.1"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15034dependencies = [
15035 "num-complex",
15036 "num-integer",
15037 "num-traits",
15038 "primal-check",
15039 "strength_reduce",
15040 "transpose",
15041]
15042
15043[[package]]
15044name = "rustix"
15045version = "0.38.44"
15046source = "registry+https://github.com/rust-lang/crates.io-index"
15047checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15048dependencies = [
15049 "bitflags 2.10.0",
15050 "errno 0.3.14",
15051 "libc",
15052 "linux-raw-sys 0.4.15",
15053 "windows-sys 0.59.0",
15054]
15055
15056[[package]]
15057name = "rustix"
15058version = "1.1.2"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15061dependencies = [
15062 "bitflags 2.10.0",
15063 "errno 0.3.14",
15064 "libc",
15065 "linux-raw-sys 0.11.0",
15066 "windows-sys 0.61.2",
15067]
15068
15069[[package]]
15070name = "rustix-linux-procfs"
15071version = "0.1.1"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15074dependencies = [
15075 "once_cell",
15076 "rustix 1.1.2",
15077]
15078
15079[[package]]
15080name = "rustix-openpty"
15081version = "0.2.0"
15082source = "registry+https://github.com/rust-lang/crates.io-index"
15083checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15084dependencies = [
15085 "errno 0.3.14",
15086 "libc",
15087 "rustix 1.1.2",
15088]
15089
15090[[package]]
15091name = "rustls"
15092version = "0.21.12"
15093source = "registry+https://github.com/rust-lang/crates.io-index"
15094checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15095dependencies = [
15096 "log",
15097 "ring",
15098 "rustls-webpki 0.101.7",
15099 "sct",
15100]
15101
15102[[package]]
15103name = "rustls"
15104version = "0.23.33"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15107dependencies = [
15108 "aws-lc-rs",
15109 "log",
15110 "once_cell",
15111 "ring",
15112 "rustls-pki-types",
15113 "rustls-webpki 0.103.7",
15114 "subtle",
15115 "zeroize",
15116]
15117
15118[[package]]
15119name = "rustls-native-certs"
15120version = "0.6.3"
15121source = "registry+https://github.com/rust-lang/crates.io-index"
15122checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15123dependencies = [
15124 "openssl-probe",
15125 "rustls-pemfile 1.0.4",
15126 "schannel",
15127 "security-framework 2.11.1",
15128]
15129
15130[[package]]
15131name = "rustls-native-certs"
15132version = "0.8.2"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15135dependencies = [
15136 "openssl-probe",
15137 "rustls-pki-types",
15138 "schannel",
15139 "security-framework 3.5.1",
15140]
15141
15142[[package]]
15143name = "rustls-pemfile"
15144version = "1.0.4"
15145source = "registry+https://github.com/rust-lang/crates.io-index"
15146checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15147dependencies = [
15148 "base64 0.21.7",
15149]
15150
15151[[package]]
15152name = "rustls-pemfile"
15153version = "2.2.0"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15156dependencies = [
15157 "rustls-pki-types",
15158]
15159
15160[[package]]
15161name = "rustls-pki-types"
15162version = "1.12.0"
15163source = "registry+https://github.com/rust-lang/crates.io-index"
15164checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15165dependencies = [
15166 "web-time",
15167 "zeroize",
15168]
15169
15170[[package]]
15171name = "rustls-platform-verifier"
15172version = "0.5.3"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15175dependencies = [
15176 "core-foundation 0.10.0",
15177 "core-foundation-sys",
15178 "jni",
15179 "log",
15180 "once_cell",
15181 "rustls 0.23.33",
15182 "rustls-native-certs 0.8.2",
15183 "rustls-platform-verifier-android",
15184 "rustls-webpki 0.103.7",
15185 "security-framework 3.5.1",
15186 "security-framework-sys",
15187 "webpki-root-certs",
15188 "windows-sys 0.59.0",
15189]
15190
15191[[package]]
15192name = "rustls-platform-verifier-android"
15193version = "0.1.1"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15196
15197[[package]]
15198name = "rustls-webpki"
15199version = "0.101.7"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15202dependencies = [
15203 "ring",
15204 "untrusted 0.9.0",
15205]
15206
15207[[package]]
15208name = "rustls-webpki"
15209version = "0.103.7"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15212dependencies = [
15213 "aws-lc-rs",
15214 "ring",
15215 "rustls-pki-types",
15216 "untrusted 0.9.0",
15217]
15218
15219[[package]]
15220name = "rustversion"
15221version = "1.0.22"
15222source = "registry+https://github.com/rust-lang/crates.io-index"
15223checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15224
15225[[package]]
15226name = "rusty-fork"
15227version = "0.3.1"
15228source = "registry+https://github.com/rust-lang/crates.io-index"
15229checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15230dependencies = [
15231 "fnv",
15232 "quick-error 1.2.3",
15233 "tempfile",
15234 "wait-timeout",
15235]
15236
15237[[package]]
15238name = "rustybuzz"
15239version = "0.20.1"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15242dependencies = [
15243 "bitflags 2.10.0",
15244 "bytemuck",
15245 "core_maths",
15246 "log",
15247 "smallvec",
15248 "ttf-parser 0.25.1",
15249 "unicode-bidi-mirroring",
15250 "unicode-ccc",
15251 "unicode-properties",
15252 "unicode-script",
15253]
15254
15255[[package]]
15256name = "ryu"
15257version = "1.0.20"
15258source = "registry+https://github.com/rust-lang/crates.io-index"
15259checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15260
15261[[package]]
15262name = "saa"
15263version = "5.4.9"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15266
15267[[package]]
15268name = "safetensors"
15269version = "0.4.5"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15272dependencies = [
15273 "serde",
15274 "serde_json",
15275]
15276
15277[[package]]
15278name = "same-file"
15279version = "1.0.6"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15282dependencies = [
15283 "winapi-util",
15284]
15285
15286[[package]]
15287name = "scc"
15288version = "3.5.6"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15291dependencies = [
15292 "saa",
15293 "sdd",
15294]
15295
15296[[package]]
15297name = "schannel"
15298version = "0.1.28"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15301dependencies = [
15302 "windows-sys 0.61.2",
15303]
15304
15305[[package]]
15306name = "scheduler"
15307version = "0.1.0"
15308dependencies = [
15309 "async-task",
15310 "backtrace",
15311 "chrono",
15312 "flume",
15313 "futures 0.3.32",
15314 "parking_lot",
15315 "rand 0.9.2",
15316 "web-time",
15317]
15318
15319[[package]]
15320name = "schema_generator"
15321version = "0.1.0"
15322dependencies = [
15323 "anyhow",
15324 "clap",
15325 "env_logger 0.11.8",
15326 "schemars",
15327 "serde",
15328 "serde_json",
15329 "settings",
15330 "theme",
15331 "theme_settings",
15332]
15333
15334[[package]]
15335name = "schemars"
15336version = "1.0.4"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15339dependencies = [
15340 "dyn-clone",
15341 "indexmap",
15342 "ref-cast",
15343 "schemars_derive",
15344 "serde",
15345 "serde_json",
15346]
15347
15348[[package]]
15349name = "schemars_derive"
15350version = "1.0.4"
15351source = "registry+https://github.com/rust-lang/crates.io-index"
15352checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15353dependencies = [
15354 "proc-macro2",
15355 "quote",
15356 "serde_derive_internals",
15357 "syn 2.0.117",
15358]
15359
15360[[package]]
15361name = "scoped-tls"
15362version = "1.0.1"
15363source = "registry+https://github.com/rust-lang/crates.io-index"
15364checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15365
15366[[package]]
15367name = "scopeguard"
15368version = "1.2.0"
15369source = "registry+https://github.com/rust-lang/crates.io-index"
15370checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15371
15372[[package]]
15373name = "scratch"
15374version = "1.0.9"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15377
15378[[package]]
15379name = "screencapturekit"
15380version = "0.2.8"
15381source = "registry+https://github.com/rust-lang/crates.io-index"
15382checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15383dependencies = [
15384 "screencapturekit-sys",
15385]
15386
15387[[package]]
15388name = "screencapturekit-sys"
15389version = "0.2.8"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15392dependencies = [
15393 "block",
15394 "dispatch",
15395 "objc",
15396 "objc-foundation",
15397 "objc_id",
15398 "once_cell",
15399]
15400
15401[[package]]
15402name = "scroll"
15403version = "0.12.0"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15406dependencies = [
15407 "scroll_derive",
15408]
15409
15410[[package]]
15411name = "scroll_derive"
15412version = "0.12.1"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15415dependencies = [
15416 "proc-macro2",
15417 "quote",
15418 "syn 2.0.117",
15419]
15420
15421[[package]]
15422name = "sct"
15423version = "0.7.1"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15426dependencies = [
15427 "ring",
15428 "untrusted 0.9.0",
15429]
15430
15431[[package]]
15432name = "sdd"
15433version = "4.6.2"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15436
15437[[package]]
15438name = "sea-bae"
15439version = "0.2.1"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15442dependencies = [
15443 "heck 0.4.1",
15444 "proc-macro-error2",
15445 "proc-macro2",
15446 "quote",
15447 "syn 2.0.117",
15448]
15449
15450[[package]]
15451name = "sea-orm"
15452version = "1.1.10"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15455dependencies = [
15456 "async-stream",
15457 "async-trait",
15458 "bigdecimal",
15459 "chrono",
15460 "futures-util",
15461 "log",
15462 "ouroboros",
15463 "pgvector",
15464 "rust_decimal",
15465 "sea-orm-macros",
15466 "sea-query",
15467 "sea-query-binder",
15468 "serde",
15469 "serde_json",
15470 "sqlx",
15471 "strum 0.26.3",
15472 "thiserror 2.0.17",
15473 "time",
15474 "tracing",
15475 "url",
15476 "uuid",
15477]
15478
15479[[package]]
15480name = "sea-orm-macros"
15481version = "1.1.10"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15484dependencies = [
15485 "heck 0.4.1",
15486 "proc-macro2",
15487 "quote",
15488 "sea-bae",
15489 "syn 2.0.117",
15490 "unicode-ident",
15491]
15492
15493[[package]]
15494name = "sea-query"
15495version = "0.32.7"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15498dependencies = [
15499 "bigdecimal",
15500 "chrono",
15501 "inherent",
15502 "ordered-float 4.6.0",
15503 "rust_decimal",
15504 "serde_json",
15505 "time",
15506 "uuid",
15507]
15508
15509[[package]]
15510name = "sea-query-binder"
15511version = "0.7.0"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15514dependencies = [
15515 "bigdecimal",
15516 "chrono",
15517 "rust_decimal",
15518 "sea-query",
15519 "serde_json",
15520 "sqlx",
15521 "time",
15522 "uuid",
15523]
15524
15525[[package]]
15526name = "seahash"
15527version = "4.1.0"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15530
15531[[package]]
15532name = "search"
15533version = "0.1.0"
15534dependencies = [
15535 "any_vec",
15536 "anyhow",
15537 "bitflags 2.10.0",
15538 "collections",
15539 "editor",
15540 "fs",
15541 "futures 0.3.32",
15542 "gpui",
15543 "itertools 0.14.0",
15544 "language",
15545 "lsp",
15546 "menu",
15547 "multi_buffer",
15548 "pretty_assertions",
15549 "project",
15550 "serde",
15551 "serde_json",
15552 "settings",
15553 "smol",
15554 "theme",
15555 "theme_settings",
15556 "tracing",
15557 "ui",
15558 "unindent",
15559 "util",
15560 "util_macros",
15561 "workspace",
15562 "zed_actions",
15563 "ztracing",
15564]
15565
15566[[package]]
15567name = "sec1"
15568version = "0.3.0"
15569source = "registry+https://github.com/rust-lang/crates.io-index"
15570checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15571dependencies = [
15572 "base16ct",
15573 "der 0.6.1",
15574 "generic-array",
15575 "pkcs8 0.9.0",
15576 "subtle",
15577 "zeroize",
15578]
15579
15580[[package]]
15581name = "secrecy"
15582version = "0.10.3"
15583source = "registry+https://github.com/rust-lang/crates.io-index"
15584checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15585dependencies = [
15586 "zeroize",
15587]
15588
15589[[package]]
15590name = "security-framework"
15591version = "2.11.1"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15594dependencies = [
15595 "bitflags 2.10.0",
15596 "core-foundation 0.9.4",
15597 "core-foundation-sys",
15598 "libc",
15599 "security-framework-sys",
15600]
15601
15602[[package]]
15603name = "security-framework"
15604version = "3.5.1"
15605source = "registry+https://github.com/rust-lang/crates.io-index"
15606checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15607dependencies = [
15608 "bitflags 2.10.0",
15609 "core-foundation 0.10.0",
15610 "core-foundation-sys",
15611 "libc",
15612 "security-framework-sys",
15613]
15614
15615[[package]]
15616name = "security-framework-sys"
15617version = "2.15.0"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15620dependencies = [
15621 "core-foundation-sys",
15622 "libc",
15623]
15624
15625[[package]]
15626name = "self_cell"
15627version = "1.2.2"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15630
15631[[package]]
15632name = "semver"
15633version = "1.0.27"
15634source = "registry+https://github.com/rust-lang/crates.io-index"
15635checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15636dependencies = [
15637 "serde",
15638 "serde_core",
15639]
15640
15641[[package]]
15642name = "seq-macro"
15643version = "0.3.6"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15646
15647[[package]]
15648name = "serde"
15649version = "1.0.228"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15652dependencies = [
15653 "serde_core",
15654 "serde_derive",
15655]
15656
15657[[package]]
15658name = "serde_bytes"
15659version = "0.11.19"
15660source = "registry+https://github.com/rust-lang/crates.io-index"
15661checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15662dependencies = [
15663 "serde",
15664 "serde_core",
15665]
15666
15667[[package]]
15668name = "serde_core"
15669version = "1.0.228"
15670source = "registry+https://github.com/rust-lang/crates.io-index"
15671checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15672dependencies = [
15673 "serde_derive",
15674]
15675
15676[[package]]
15677name = "serde_derive"
15678version = "1.0.228"
15679source = "registry+https://github.com/rust-lang/crates.io-index"
15680checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15681dependencies = [
15682 "proc-macro2",
15683 "quote",
15684 "syn 2.0.117",
15685]
15686
15687[[package]]
15688name = "serde_derive_internals"
15689version = "0.29.1"
15690source = "registry+https://github.com/rust-lang/crates.io-index"
15691checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15692dependencies = [
15693 "proc-macro2",
15694 "quote",
15695 "syn 2.0.117",
15696]
15697
15698[[package]]
15699name = "serde_fmt"
15700version = "1.0.3"
15701source = "registry+https://github.com/rust-lang/crates.io-index"
15702checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15703dependencies = [
15704 "serde",
15705]
15706
15707[[package]]
15708name = "serde_json"
15709version = "1.0.145"
15710source = "registry+https://github.com/rust-lang/crates.io-index"
15711checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15712dependencies = [
15713 "indexmap",
15714 "itoa",
15715 "memchr",
15716 "ryu",
15717 "serde",
15718 "serde_core",
15719]
15720
15721[[package]]
15722name = "serde_json_lenient"
15723version = "0.2.4"
15724source = "registry+https://github.com/rust-lang/crates.io-index"
15725checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15726dependencies = [
15727 "indexmap",
15728 "itoa",
15729 "memchr",
15730 "ryu",
15731 "serde",
15732]
15733
15734[[package]]
15735name = "serde_path_to_error"
15736version = "0.1.20"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15739dependencies = [
15740 "itoa",
15741 "serde",
15742 "serde_core",
15743]
15744
15745[[package]]
15746name = "serde_repr"
15747version = "0.1.20"
15748source = "registry+https://github.com/rust-lang/crates.io-index"
15749checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15750dependencies = [
15751 "proc-macro2",
15752 "quote",
15753 "syn 2.0.117",
15754]
15755
15756[[package]]
15757name = "serde_spanned"
15758version = "0.6.9"
15759source = "registry+https://github.com/rust-lang/crates.io-index"
15760checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15761dependencies = [
15762 "serde",
15763]
15764
15765[[package]]
15766name = "serde_spanned"
15767version = "1.0.3"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15770dependencies = [
15771 "serde_core",
15772]
15773
15774[[package]]
15775name = "serde_urlencoded"
15776version = "0.7.1"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15779dependencies = [
15780 "form_urlencoded",
15781 "itoa",
15782 "ryu",
15783 "serde",
15784]
15785
15786[[package]]
15787name = "serde_yaml"
15788version = "0.9.34+deprecated"
15789source = "registry+https://github.com/rust-lang/crates.io-index"
15790checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15791dependencies = [
15792 "indexmap",
15793 "itoa",
15794 "ryu",
15795 "serde",
15796 "unsafe-libyaml",
15797]
15798
15799[[package]]
15800name = "serial2"
15801version = "0.2.33"
15802source = "registry+https://github.com/rust-lang/crates.io-index"
15803checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15804dependencies = [
15805 "cfg-if",
15806 "libc",
15807 "winapi",
15808]
15809
15810[[package]]
15811name = "session"
15812version = "0.1.0"
15813dependencies = [
15814 "db",
15815 "gpui",
15816 "serde_json",
15817 "util",
15818 "uuid",
15819]
15820
15821[[package]]
15822name = "settings"
15823version = "0.1.0"
15824dependencies = [
15825 "anyhow",
15826 "collections",
15827 "ec4rs",
15828 "fs",
15829 "futures 0.3.32",
15830 "gpui",
15831 "indoc",
15832 "inventory",
15833 "log",
15834 "migrator",
15835 "paths",
15836 "pretty_assertions",
15837 "release_channel",
15838 "rust-embed",
15839 "schemars",
15840 "serde",
15841 "serde_json",
15842 "serde_json_lenient",
15843 "settings_content",
15844 "settings_json",
15845 "settings_macros",
15846 "smallvec",
15847 "unindent",
15848 "util",
15849 "zlog",
15850]
15851
15852[[package]]
15853name = "settings_content"
15854version = "0.1.0"
15855dependencies = [
15856 "anyhow",
15857 "collections",
15858 "derive_more",
15859 "gpui",
15860 "language_model_core",
15861 "log",
15862 "schemars",
15863 "serde",
15864 "serde_json",
15865 "serde_json_lenient",
15866 "settings_json",
15867 "settings_macros",
15868 "strum 0.27.2",
15869 "util",
15870]
15871
15872[[package]]
15873name = "settings_json"
15874version = "0.1.0"
15875dependencies = [
15876 "anyhow",
15877 "pretty_assertions",
15878 "serde",
15879 "serde_json",
15880 "serde_json_lenient",
15881 "serde_path_to_error",
15882 "tree-sitter",
15883 "tree-sitter-json",
15884 "unindent",
15885 "util",
15886]
15887
15888[[package]]
15889name = "settings_macros"
15890version = "0.1.0"
15891dependencies = [
15892 "quote",
15893 "settings",
15894 "syn 2.0.117",
15895]
15896
15897[[package]]
15898name = "settings_profile_selector"
15899version = "0.1.0"
15900dependencies = [
15901 "editor",
15902 "fuzzy",
15903 "gpui",
15904 "menu",
15905 "picker",
15906 "project",
15907 "serde_json",
15908 "settings",
15909 "theme",
15910 "theme_settings",
15911 "ui",
15912 "workspace",
15913 "zed_actions",
15914]
15915
15916[[package]]
15917name = "settings_ui"
15918version = "0.1.0"
15919dependencies = [
15920 "agent",
15921 "agent_settings",
15922 "anyhow",
15923 "audio",
15924 "codestral",
15925 "component",
15926 "copilot",
15927 "copilot_ui",
15928 "cpal",
15929 "edit_prediction",
15930 "edit_prediction_ui",
15931 "editor",
15932 "fs",
15933 "futures 0.3.32",
15934 "fuzzy",
15935 "gpui",
15936 "heck 0.5.0",
15937 "itertools 0.14.0",
15938 "language",
15939 "log",
15940 "menu",
15941 "paths",
15942 "picker",
15943 "platform_title_bar",
15944 "pretty_assertions",
15945 "project",
15946 "regex",
15947 "release_channel",
15948 "rodio",
15949 "schemars",
15950 "search",
15951 "serde",
15952 "serde_json",
15953 "settings",
15954 "shell_command_parser",
15955 "strum 0.27.2",
15956 "telemetry",
15957 "theme",
15958 "theme_settings",
15959 "title_bar",
15960 "ui",
15961 "util",
15962 "workspace",
15963 "zed_actions",
15964 "zed_credentials_provider",
15965]
15966
15967[[package]]
15968name = "sha-1"
15969version = "0.10.1"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15972dependencies = [
15973 "cfg-if",
15974 "cpufeatures",
15975 "digest",
15976]
15977
15978[[package]]
15979name = "sha1"
15980version = "0.10.6"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15983dependencies = [
15984 "cfg-if",
15985 "cpufeatures",
15986 "digest",
15987]
15988
15989[[package]]
15990name = "sha1_smol"
15991version = "1.0.1"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15994
15995[[package]]
15996name = "sha2"
15997version = "0.10.9"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16000dependencies = [
16001 "cfg-if",
16002 "cpufeatures",
16003 "digest",
16004]
16005
16006[[package]]
16007name = "sharded-slab"
16008version = "0.1.7"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16011dependencies = [
16012 "lazy_static",
16013]
16014
16015[[package]]
16016name = "shared_library"
16017version = "0.1.9"
16018source = "registry+https://github.com/rust-lang/crates.io-index"
16019checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16020dependencies = [
16021 "lazy_static",
16022 "libc",
16023]
16024
16025[[package]]
16026name = "shell-words"
16027version = "1.1.0"
16028source = "registry+https://github.com/rust-lang/crates.io-index"
16029checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16030
16031[[package]]
16032name = "shell_command_parser"
16033version = "0.1.0"
16034dependencies = [
16035 "brush-parser",
16036]
16037
16038[[package]]
16039name = "shellexpand"
16040version = "2.1.2"
16041source = "registry+https://github.com/rust-lang/crates.io-index"
16042checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16043dependencies = [
16044 "dirs 4.0.0",
16045]
16046
16047[[package]]
16048name = "shellexpand"
16049version = "3.1.1"
16050source = "registry+https://github.com/rust-lang/crates.io-index"
16051checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16052dependencies = [
16053 "dirs 6.0.0",
16054]
16055
16056[[package]]
16057name = "shingles"
16058version = "0.1.1"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16061
16062[[package]]
16063name = "shlex"
16064version = "1.3.0"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16067
16068[[package]]
16069name = "sidebar"
16070version = "0.1.0"
16071dependencies = [
16072 "acp_thread",
16073 "action_log",
16074 "agent",
16075 "agent-client-protocol",
16076 "agent_settings",
16077 "agent_ui",
16078 "anyhow",
16079 "chrono",
16080 "editor",
16081 "fs",
16082 "git",
16083 "gpui",
16084 "language_model",
16085 "menu",
16086 "platform_title_bar",
16087 "pretty_assertions",
16088 "project",
16089 "prompt_store",
16090 "recent_projects",
16091 "remote",
16092 "serde",
16093 "serde_json",
16094 "settings",
16095 "theme",
16096 "theme_settings",
16097 "ui",
16098 "util",
16099 "vim_mode_setting",
16100 "workspace",
16101 "zed_actions",
16102]
16103
16104[[package]]
16105name = "signal-hook"
16106version = "0.3.18"
16107source = "registry+https://github.com/rust-lang/crates.io-index"
16108checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16109dependencies = [
16110 "libc",
16111 "signal-hook-registry",
16112]
16113
16114[[package]]
16115name = "signal-hook-registry"
16116version = "1.4.6"
16117source = "registry+https://github.com/rust-lang/crates.io-index"
16118checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16119dependencies = [
16120 "libc",
16121]
16122
16123[[package]]
16124name = "signature"
16125version = "1.6.4"
16126source = "registry+https://github.com/rust-lang/crates.io-index"
16127checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16128dependencies = [
16129 "digest",
16130 "rand_core 0.6.4",
16131]
16132
16133[[package]]
16134name = "signature"
16135version = "2.2.0"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16138dependencies = [
16139 "digest",
16140 "rand_core 0.6.4",
16141]
16142
16143[[package]]
16144name = "simd-adler32"
16145version = "0.3.7"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16148
16149[[package]]
16150name = "simd_helpers"
16151version = "0.1.0"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16154dependencies = [
16155 "quote",
16156]
16157
16158[[package]]
16159name = "simdutf8"
16160version = "0.1.5"
16161source = "registry+https://github.com/rust-lang/crates.io-index"
16162checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16163
16164[[package]]
16165name = "similar"
16166version = "2.7.0"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16169
16170[[package]]
16171name = "simple_asn1"
16172version = "0.6.3"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16175dependencies = [
16176 "num-bigint",
16177 "num-traits",
16178 "thiserror 2.0.17",
16179 "time",
16180]
16181
16182[[package]]
16183name = "simplecss"
16184version = "0.2.2"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16187dependencies = [
16188 "log",
16189]
16190
16191[[package]]
16192name = "simplelog"
16193version = "0.12.2"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16196dependencies = [
16197 "log",
16198 "termcolor",
16199 "time",
16200]
16201
16202[[package]]
16203name = "siphasher"
16204version = "0.3.11"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16207
16208[[package]]
16209name = "siphasher"
16210version = "1.0.1"
16211source = "registry+https://github.com/rust-lang/crates.io-index"
16212checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16213
16214[[package]]
16215name = "skrifa"
16216version = "0.37.0"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16219dependencies = [
16220 "bytemuck",
16221 "read-fonts 0.35.0",
16222]
16223
16224[[package]]
16225name = "skrifa"
16226version = "0.40.0"
16227source = "registry+https://github.com/rust-lang/crates.io-index"
16228checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16229dependencies = [
16230 "bytemuck",
16231 "read-fonts 0.37.0",
16232]
16233
16234[[package]]
16235name = "slab"
16236version = "0.4.11"
16237source = "registry+https://github.com/rust-lang/crates.io-index"
16238checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16239
16240[[package]]
16241name = "slotmap"
16242version = "1.0.7"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16245dependencies = [
16246 "version_check",
16247]
16248
16249[[package]]
16250name = "smallvec"
16251version = "1.15.1"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16254dependencies = [
16255 "serde",
16256]
16257
16258[[package]]
16259name = "smart-default"
16260version = "0.7.1"
16261source = "registry+https://github.com/rust-lang/crates.io-index"
16262checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16263dependencies = [
16264 "proc-macro2",
16265 "quote",
16266 "syn 2.0.117",
16267]
16268
16269[[package]]
16270name = "smol"
16271version = "2.0.2"
16272source = "registry+https://github.com/rust-lang/crates.io-index"
16273checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16274dependencies = [
16275 "async-channel 2.5.0",
16276 "async-executor",
16277 "async-fs",
16278 "async-io",
16279 "async-lock 3.4.2",
16280 "async-net",
16281 "async-process",
16282 "blocking",
16283 "futures-lite 2.6.1",
16284]
16285
16286[[package]]
16287name = "smol_str"
16288version = "0.3.5"
16289source = "registry+https://github.com/rust-lang/crates.io-index"
16290checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16291
16292[[package]]
16293name = "snafu"
16294version = "0.8.9"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16297dependencies = [
16298 "snafu-derive",
16299]
16300
16301[[package]]
16302name = "snafu-derive"
16303version = "0.8.9"
16304source = "registry+https://github.com/rust-lang/crates.io-index"
16305checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16306dependencies = [
16307 "heck 0.5.0",
16308 "proc-macro2",
16309 "quote",
16310 "syn 2.0.117",
16311]
16312
16313[[package]]
16314name = "snippet"
16315version = "0.1.0"
16316dependencies = [
16317 "anyhow",
16318 "smallvec",
16319]
16320
16321[[package]]
16322name = "snippet_provider"
16323version = "0.1.0"
16324dependencies = [
16325 "anyhow",
16326 "collections",
16327 "extension",
16328 "fs",
16329 "futures 0.3.32",
16330 "gpui",
16331 "indoc",
16332 "parking_lot",
16333 "paths",
16334 "schemars",
16335 "serde",
16336 "serde_json",
16337 "serde_json_lenient",
16338 "snippet",
16339 "util",
16340]
16341
16342[[package]]
16343name = "snippets_ui"
16344version = "0.1.0"
16345dependencies = [
16346 "file_icons",
16347 "fuzzy",
16348 "gpui",
16349 "language",
16350 "open_path_prompt",
16351 "paths",
16352 "picker",
16353 "settings",
16354 "ui",
16355 "util",
16356 "workspace",
16357]
16358
16359[[package]]
16360name = "socket2"
16361version = "0.5.10"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16364dependencies = [
16365 "libc",
16366 "windows-sys 0.52.0",
16367]
16368
16369[[package]]
16370name = "socket2"
16371version = "0.6.1"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16374dependencies = [
16375 "libc",
16376 "windows-sys 0.60.2",
16377]
16378
16379[[package]]
16380name = "spdx"
16381version = "0.10.9"
16382source = "registry+https://github.com/rust-lang/crates.io-index"
16383checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16384dependencies = [
16385 "smallvec",
16386]
16387
16388[[package]]
16389name = "spin"
16390version = "0.9.8"
16391source = "registry+https://github.com/rust-lang/crates.io-index"
16392checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16393dependencies = [
16394 "lock_api",
16395]
16396
16397[[package]]
16398name = "spin"
16399version = "0.10.0"
16400source = "registry+https://github.com/rust-lang/crates.io-index"
16401checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16402dependencies = [
16403 "lock_api",
16404]
16405
16406[[package]]
16407name = "spirv"
16408version = "0.4.0+sdk-1.4.341.0"
16409source = "registry+https://github.com/rust-lang/crates.io-index"
16410checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16411dependencies = [
16412 "bitflags 2.10.0",
16413]
16414
16415[[package]]
16416name = "spki"
16417version = "0.6.0"
16418source = "registry+https://github.com/rust-lang/crates.io-index"
16419checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16420dependencies = [
16421 "base64ct",
16422 "der 0.6.1",
16423]
16424
16425[[package]]
16426name = "spki"
16427version = "0.7.3"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16430dependencies = [
16431 "base64ct",
16432 "der 0.7.10",
16433]
16434
16435[[package]]
16436name = "sqlez"
16437version = "0.1.0"
16438dependencies = [
16439 "anyhow",
16440 "collections",
16441 "futures 0.3.32",
16442 "indoc",
16443 "libsqlite3-sys",
16444 "log",
16445 "parking_lot",
16446 "smol",
16447 "sqlformat",
16448 "thread_local",
16449 "util",
16450 "uuid",
16451]
16452
16453[[package]]
16454name = "sqlez_macros"
16455version = "0.1.0"
16456dependencies = [
16457 "sqlez",
16458 "sqlformat",
16459 "syn 2.0.117",
16460]
16461
16462[[package]]
16463name = "sqlformat"
16464version = "0.2.6"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16467dependencies = [
16468 "nom 7.1.3",
16469 "unicode_categories",
16470]
16471
16472[[package]]
16473name = "sqlx"
16474version = "0.8.6"
16475source = "registry+https://github.com/rust-lang/crates.io-index"
16476checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16477dependencies = [
16478 "sqlx-core",
16479 "sqlx-macros",
16480 "sqlx-mysql",
16481 "sqlx-postgres",
16482 "sqlx-sqlite",
16483]
16484
16485[[package]]
16486name = "sqlx-core"
16487version = "0.8.6"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16490dependencies = [
16491 "base64 0.22.1",
16492 "bigdecimal",
16493 "bytes 1.11.1",
16494 "chrono",
16495 "crc",
16496 "crossbeam-queue",
16497 "either",
16498 "event-listener 5.4.1",
16499 "futures-core",
16500 "futures-intrusive",
16501 "futures-io",
16502 "futures-util",
16503 "hashbrown 0.15.5",
16504 "hashlink 0.10.0",
16505 "indexmap",
16506 "log",
16507 "memchr",
16508 "once_cell",
16509 "percent-encoding",
16510 "rust_decimal",
16511 "rustls 0.23.33",
16512 "serde",
16513 "serde_json",
16514 "sha2",
16515 "smallvec",
16516 "thiserror 2.0.17",
16517 "time",
16518 "tokio",
16519 "tokio-stream",
16520 "tracing",
16521 "url",
16522 "uuid",
16523 "webpki-roots",
16524]
16525
16526[[package]]
16527name = "sqlx-macros"
16528version = "0.8.6"
16529source = "registry+https://github.com/rust-lang/crates.io-index"
16530checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16531dependencies = [
16532 "proc-macro2",
16533 "quote",
16534 "sqlx-core",
16535 "sqlx-macros-core",
16536 "syn 2.0.117",
16537]
16538
16539[[package]]
16540name = "sqlx-macros-core"
16541version = "0.8.6"
16542source = "registry+https://github.com/rust-lang/crates.io-index"
16543checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16544dependencies = [
16545 "dotenvy",
16546 "either",
16547 "heck 0.5.0",
16548 "hex",
16549 "once_cell",
16550 "proc-macro2",
16551 "quote",
16552 "serde",
16553 "serde_json",
16554 "sha2",
16555 "sqlx-core",
16556 "sqlx-mysql",
16557 "sqlx-postgres",
16558 "sqlx-sqlite",
16559 "syn 2.0.117",
16560 "tokio",
16561 "url",
16562]
16563
16564[[package]]
16565name = "sqlx-mysql"
16566version = "0.8.6"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16569dependencies = [
16570 "atoi",
16571 "base64 0.22.1",
16572 "bigdecimal",
16573 "bitflags 2.10.0",
16574 "byteorder",
16575 "bytes 1.11.1",
16576 "chrono",
16577 "crc",
16578 "digest",
16579 "dotenvy",
16580 "either",
16581 "futures-channel",
16582 "futures-core",
16583 "futures-io",
16584 "futures-util",
16585 "generic-array",
16586 "hex",
16587 "hkdf",
16588 "hmac",
16589 "itoa",
16590 "log",
16591 "md-5",
16592 "memchr",
16593 "once_cell",
16594 "percent-encoding",
16595 "rand 0.8.5",
16596 "rsa",
16597 "rust_decimal",
16598 "serde",
16599 "sha1",
16600 "sha2",
16601 "smallvec",
16602 "sqlx-core",
16603 "stringprep",
16604 "thiserror 2.0.17",
16605 "time",
16606 "tracing",
16607 "uuid",
16608 "whoami",
16609]
16610
16611[[package]]
16612name = "sqlx-postgres"
16613version = "0.8.6"
16614source = "registry+https://github.com/rust-lang/crates.io-index"
16615checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16616dependencies = [
16617 "atoi",
16618 "base64 0.22.1",
16619 "bigdecimal",
16620 "bitflags 2.10.0",
16621 "byteorder",
16622 "chrono",
16623 "crc",
16624 "dotenvy",
16625 "etcetera",
16626 "futures-channel",
16627 "futures-core",
16628 "futures-util",
16629 "hex",
16630 "hkdf",
16631 "hmac",
16632 "home",
16633 "itoa",
16634 "log",
16635 "md-5",
16636 "memchr",
16637 "num-bigint",
16638 "once_cell",
16639 "rand 0.8.5",
16640 "rust_decimal",
16641 "serde",
16642 "serde_json",
16643 "sha2",
16644 "smallvec",
16645 "sqlx-core",
16646 "stringprep",
16647 "thiserror 2.0.17",
16648 "time",
16649 "tracing",
16650 "uuid",
16651 "whoami",
16652]
16653
16654[[package]]
16655name = "sqlx-sqlite"
16656version = "0.8.6"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16659dependencies = [
16660 "atoi",
16661 "chrono",
16662 "flume",
16663 "futures-channel",
16664 "futures-core",
16665 "futures-executor",
16666 "futures-intrusive",
16667 "futures-util",
16668 "libsqlite3-sys",
16669 "log",
16670 "percent-encoding",
16671 "serde",
16672 "serde_urlencoded",
16673 "sqlx-core",
16674 "thiserror 2.0.17",
16675 "time",
16676 "tracing",
16677 "url",
16678 "uuid",
16679]
16680
16681[[package]]
16682name = "stable_deref_trait"
16683version = "1.2.1"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16686
16687[[package]]
16688name = "stacker"
16689version = "0.1.23"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16692dependencies = [
16693 "cc",
16694 "cfg-if",
16695 "libc",
16696 "psm",
16697 "windows-sys 0.59.0",
16698]
16699
16700[[package]]
16701name = "stacksafe"
16702version = "0.1.4"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16705dependencies = [
16706 "stacker",
16707 "stacksafe-macro",
16708]
16709
16710[[package]]
16711name = "stacksafe-macro"
16712version = "0.1.4"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16715dependencies = [
16716 "proc-macro-error2",
16717 "quote",
16718 "syn 2.0.117",
16719]
16720
16721[[package]]
16722name = "static_assertions"
16723version = "1.1.0"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16726
16727[[package]]
16728name = "story"
16729version = "0.1.0"
16730dependencies = [
16731 "gpui",
16732 "itertools 0.14.0",
16733 "smallvec",
16734]
16735
16736[[package]]
16737name = "storybook"
16738version = "0.1.0"
16739dependencies = [
16740 "anyhow",
16741 "clap",
16742 "ctrlc",
16743 "dialoguer",
16744 "editor",
16745 "fuzzy",
16746 "gpui",
16747 "gpui_platform",
16748 "indoc",
16749 "language",
16750 "log",
16751 "menu",
16752 "picker",
16753 "reqwest_client",
16754 "rust-embed",
16755 "settings",
16756 "simplelog",
16757 "story",
16758 "strum 0.27.2",
16759 "theme",
16760 "theme_settings",
16761 "title_bar",
16762 "ui",
16763]
16764
16765[[package]]
16766name = "streaming-iterator"
16767version = "0.1.9"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16770
16771[[package]]
16772name = "streaming_diff"
16773version = "0.1.0"
16774dependencies = [
16775 "ordered-float 2.10.1",
16776 "rand 0.9.2",
16777 "rope",
16778 "util",
16779]
16780
16781[[package]]
16782name = "strength_reduce"
16783version = "0.2.4"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16786
16787[[package]]
16788name = "strict-num"
16789version = "0.1.1"
16790source = "registry+https://github.com/rust-lang/crates.io-index"
16791checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16792dependencies = [
16793 "float-cmp",
16794]
16795
16796[[package]]
16797name = "string_cache"
16798version = "0.8.9"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16801dependencies = [
16802 "new_debug_unreachable",
16803 "parking_lot",
16804 "phf_shared 0.11.3",
16805 "precomputed-hash",
16806 "serde",
16807]
16808
16809[[package]]
16810name = "string_cache_codegen"
16811version = "0.5.4"
16812source = "registry+https://github.com/rust-lang/crates.io-index"
16813checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16814dependencies = [
16815 "phf_generator 0.11.3",
16816 "phf_shared 0.11.3",
16817 "proc-macro2",
16818 "quote",
16819]
16820
16821[[package]]
16822name = "stringprep"
16823version = "0.1.5"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16826dependencies = [
16827 "unicode-bidi",
16828 "unicode-normalization",
16829 "unicode-properties",
16830]
16831
16832[[package]]
16833name = "strsim"
16834version = "0.11.1"
16835source = "registry+https://github.com/rust-lang/crates.io-index"
16836checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16837
16838[[package]]
16839name = "strum"
16840version = "0.26.3"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16843
16844[[package]]
16845name = "strum"
16846version = "0.27.2"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16849dependencies = [
16850 "strum_macros 0.27.2",
16851]
16852
16853[[package]]
16854name = "strum"
16855version = "0.28.0"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16858dependencies = [
16859 "strum_macros 0.28.0",
16860]
16861
16862[[package]]
16863name = "strum_macros"
16864version = "0.27.2"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16867dependencies = [
16868 "heck 0.5.0",
16869 "proc-macro2",
16870 "quote",
16871 "syn 2.0.117",
16872]
16873
16874[[package]]
16875name = "strum_macros"
16876version = "0.28.0"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16879dependencies = [
16880 "heck 0.5.0",
16881 "proc-macro2",
16882 "quote",
16883 "syn 2.0.117",
16884]
16885
16886[[package]]
16887name = "subtle"
16888version = "2.6.1"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16891
16892[[package]]
16893name = "sum_tree"
16894version = "0.1.0"
16895dependencies = [
16896 "ctor",
16897 "heapless",
16898 "log",
16899 "proptest",
16900 "rand 0.9.2",
16901 "rayon",
16902 "tracing",
16903 "zlog",
16904 "ztracing",
16905]
16906
16907[[package]]
16908name = "sval"
16909version = "2.15.0"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16912
16913[[package]]
16914name = "sval_buffer"
16915version = "2.15.0"
16916source = "registry+https://github.com/rust-lang/crates.io-index"
16917checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16918dependencies = [
16919 "sval",
16920 "sval_ref",
16921]
16922
16923[[package]]
16924name = "sval_dynamic"
16925version = "2.15.0"
16926source = "registry+https://github.com/rust-lang/crates.io-index"
16927checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16928dependencies = [
16929 "sval",
16930]
16931
16932[[package]]
16933name = "sval_fmt"
16934version = "2.15.0"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16937dependencies = [
16938 "itoa",
16939 "ryu",
16940 "sval",
16941]
16942
16943[[package]]
16944name = "sval_json"
16945version = "2.15.0"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16948dependencies = [
16949 "itoa",
16950 "ryu",
16951 "sval",
16952]
16953
16954[[package]]
16955name = "sval_nested"
16956version = "2.15.0"
16957source = "registry+https://github.com/rust-lang/crates.io-index"
16958checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16959dependencies = [
16960 "sval",
16961 "sval_buffer",
16962 "sval_ref",
16963]
16964
16965[[package]]
16966name = "sval_ref"
16967version = "2.15.0"
16968source = "registry+https://github.com/rust-lang/crates.io-index"
16969checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16970dependencies = [
16971 "sval",
16972]
16973
16974[[package]]
16975name = "sval_serde"
16976version = "2.15.0"
16977source = "registry+https://github.com/rust-lang/crates.io-index"
16978checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16979dependencies = [
16980 "serde_core",
16981 "sval",
16982 "sval_nested",
16983]
16984
16985[[package]]
16986name = "svg_fmt"
16987version = "0.4.5"
16988source = "registry+https://github.com/rust-lang/crates.io-index"
16989checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16990
16991[[package]]
16992name = "svg_preview"
16993version = "0.1.0"
16994dependencies = [
16995 "file_icons",
16996 "gpui",
16997 "language",
16998 "multi_buffer",
16999 "ui",
17000 "workspace",
17001 "zed_actions",
17002]
17003
17004[[package]]
17005name = "svgtypes"
17006version = "0.15.3"
17007source = "registry+https://github.com/rust-lang/crates.io-index"
17008checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17009dependencies = [
17010 "kurbo",
17011 "siphasher 1.0.1",
17012]
17013
17014[[package]]
17015name = "swash"
17016version = "0.2.6"
17017source = "registry+https://github.com/rust-lang/crates.io-index"
17018checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17019dependencies = [
17020 "skrifa 0.37.0",
17021 "yazi",
17022 "zeno",
17023]
17024
17025[[package]]
17026name = "symphonia"
17027version = "0.5.5"
17028source = "registry+https://github.com/rust-lang/crates.io-index"
17029checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17030dependencies = [
17031 "lazy_static",
17032 "symphonia-bundle-flac",
17033 "symphonia-bundle-mp3",
17034 "symphonia-codec-aac",
17035 "symphonia-codec-pcm",
17036 "symphonia-codec-vorbis",
17037 "symphonia-core",
17038 "symphonia-format-isomp4",
17039 "symphonia-format-ogg",
17040 "symphonia-format-riff",
17041 "symphonia-metadata",
17042]
17043
17044[[package]]
17045name = "symphonia-bundle-flac"
17046version = "0.5.5"
17047source = "registry+https://github.com/rust-lang/crates.io-index"
17048checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17049dependencies = [
17050 "log",
17051 "symphonia-core",
17052 "symphonia-metadata",
17053 "symphonia-utils-xiph",
17054]
17055
17056[[package]]
17057name = "symphonia-bundle-mp3"
17058version = "0.5.5"
17059source = "registry+https://github.com/rust-lang/crates.io-index"
17060checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17061dependencies = [
17062 "lazy_static",
17063 "log",
17064 "symphonia-core",
17065 "symphonia-metadata",
17066]
17067
17068[[package]]
17069name = "symphonia-codec-aac"
17070version = "0.5.5"
17071source = "registry+https://github.com/rust-lang/crates.io-index"
17072checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17073dependencies = [
17074 "lazy_static",
17075 "log",
17076 "symphonia-core",
17077]
17078
17079[[package]]
17080name = "symphonia-codec-pcm"
17081version = "0.5.5"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17084dependencies = [
17085 "log",
17086 "symphonia-core",
17087]
17088
17089[[package]]
17090name = "symphonia-codec-vorbis"
17091version = "0.5.5"
17092source = "registry+https://github.com/rust-lang/crates.io-index"
17093checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17094dependencies = [
17095 "log",
17096 "symphonia-core",
17097 "symphonia-utils-xiph",
17098]
17099
17100[[package]]
17101name = "symphonia-core"
17102version = "0.5.5"
17103source = "registry+https://github.com/rust-lang/crates.io-index"
17104checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17105dependencies = [
17106 "arrayvec",
17107 "bitflags 1.3.2",
17108 "bytemuck",
17109 "lazy_static",
17110 "log",
17111]
17112
17113[[package]]
17114name = "symphonia-format-isomp4"
17115version = "0.5.5"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17118dependencies = [
17119 "encoding_rs",
17120 "log",
17121 "symphonia-core",
17122 "symphonia-metadata",
17123 "symphonia-utils-xiph",
17124]
17125
17126[[package]]
17127name = "symphonia-format-ogg"
17128version = "0.5.5"
17129source = "registry+https://github.com/rust-lang/crates.io-index"
17130checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17131dependencies = [
17132 "log",
17133 "symphonia-core",
17134 "symphonia-metadata",
17135 "symphonia-utils-xiph",
17136]
17137
17138[[package]]
17139name = "symphonia-format-riff"
17140version = "0.5.5"
17141source = "registry+https://github.com/rust-lang/crates.io-index"
17142checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17143dependencies = [
17144 "extended",
17145 "log",
17146 "symphonia-core",
17147 "symphonia-metadata",
17148]
17149
17150[[package]]
17151name = "symphonia-metadata"
17152version = "0.5.5"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17155dependencies = [
17156 "encoding_rs",
17157 "lazy_static",
17158 "log",
17159 "symphonia-core",
17160]
17161
17162[[package]]
17163name = "symphonia-utils-xiph"
17164version = "0.5.5"
17165source = "registry+https://github.com/rust-lang/crates.io-index"
17166checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17167dependencies = [
17168 "symphonia-core",
17169 "symphonia-metadata",
17170]
17171
17172[[package]]
17173name = "syn"
17174version = "1.0.109"
17175source = "registry+https://github.com/rust-lang/crates.io-index"
17176checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17177dependencies = [
17178 "proc-macro2",
17179 "quote",
17180 "unicode-ident",
17181]
17182
17183[[package]]
17184name = "syn"
17185version = "2.0.117"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17188dependencies = [
17189 "proc-macro2",
17190 "quote",
17191 "unicode-ident",
17192]
17193
17194[[package]]
17195name = "sync_wrapper"
17196version = "0.1.2"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17199
17200[[package]]
17201name = "sync_wrapper"
17202version = "1.0.2"
17203source = "registry+https://github.com/rust-lang/crates.io-index"
17204checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17205dependencies = [
17206 "futures-core",
17207]
17208
17209[[package]]
17210name = "synchronoise"
17211version = "1.0.1"
17212source = "registry+https://github.com/rust-lang/crates.io-index"
17213checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17214dependencies = [
17215 "crossbeam-queue",
17216]
17217
17218[[package]]
17219name = "synstructure"
17220version = "0.13.2"
17221source = "registry+https://github.com/rust-lang/crates.io-index"
17222checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17223dependencies = [
17224 "proc-macro2",
17225 "quote",
17226 "syn 2.0.117",
17227]
17228
17229[[package]]
17230name = "syntax_theme"
17231version = "0.1.0"
17232dependencies = [
17233 "gpui",
17234 "serde",
17235 "serde_json",
17236]
17237
17238[[package]]
17239name = "sys-locale"
17240version = "0.3.2"
17241source = "registry+https://github.com/rust-lang/crates.io-index"
17242checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17243dependencies = [
17244 "libc",
17245]
17246
17247[[package]]
17248name = "sysctl"
17249version = "0.5.5"
17250source = "registry+https://github.com/rust-lang/crates.io-index"
17251checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17252dependencies = [
17253 "bitflags 2.10.0",
17254 "byteorder",
17255 "enum-as-inner",
17256 "libc",
17257 "thiserror 1.0.69",
17258 "walkdir",
17259]
17260
17261[[package]]
17262name = "sysctl"
17263version = "0.6.0"
17264source = "registry+https://github.com/rust-lang/crates.io-index"
17265checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17266dependencies = [
17267 "bitflags 2.10.0",
17268 "byteorder",
17269 "enum-as-inner",
17270 "libc",
17271 "thiserror 1.0.69",
17272 "walkdir",
17273]
17274
17275[[package]]
17276name = "sysinfo"
17277version = "0.31.4"
17278source = "registry+https://github.com/rust-lang/crates.io-index"
17279checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17280dependencies = [
17281 "core-foundation-sys",
17282 "libc",
17283 "memchr",
17284 "ntapi",
17285 "rayon",
17286 "windows 0.57.0",
17287]
17288
17289[[package]]
17290name = "sysinfo"
17291version = "0.37.2"
17292source = "registry+https://github.com/rust-lang/crates.io-index"
17293checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17294dependencies = [
17295 "libc",
17296 "memchr",
17297 "ntapi",
17298 "objc2-core-foundation",
17299 "objc2-io-kit",
17300 "windows 0.61.3",
17301]
17302
17303[[package]]
17304name = "system-configuration"
17305version = "0.5.1"
17306source = "registry+https://github.com/rust-lang/crates.io-index"
17307checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17308dependencies = [
17309 "bitflags 1.3.2",
17310 "core-foundation 0.9.4",
17311 "system-configuration-sys 0.5.0",
17312]
17313
17314[[package]]
17315name = "system-configuration"
17316version = "0.6.1"
17317source = "registry+https://github.com/rust-lang/crates.io-index"
17318checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17319dependencies = [
17320 "bitflags 2.10.0",
17321 "core-foundation 0.9.4",
17322 "system-configuration-sys 0.6.0",
17323]
17324
17325[[package]]
17326name = "system-configuration-sys"
17327version = "0.5.0"
17328source = "registry+https://github.com/rust-lang/crates.io-index"
17329checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17330dependencies = [
17331 "core-foundation-sys",
17332 "libc",
17333]
17334
17335[[package]]
17336name = "system-configuration-sys"
17337version = "0.6.0"
17338source = "registry+https://github.com/rust-lang/crates.io-index"
17339checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17340dependencies = [
17341 "core-foundation-sys",
17342 "libc",
17343]
17344
17345[[package]]
17346name = "system-deps"
17347version = "6.2.2"
17348source = "registry+https://github.com/rust-lang/crates.io-index"
17349checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17350dependencies = [
17351 "cfg-expr 0.15.8",
17352 "heck 0.5.0",
17353 "pkg-config",
17354 "toml 0.8.23",
17355 "version-compare",
17356]
17357
17358[[package]]
17359name = "system-deps"
17360version = "7.0.7"
17361source = "registry+https://github.com/rust-lang/crates.io-index"
17362checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17363dependencies = [
17364 "cfg-expr 0.20.6",
17365 "heck 0.5.0",
17366 "pkg-config",
17367 "toml 0.9.8",
17368 "version-compare",
17369]
17370
17371[[package]]
17372name = "system-interface"
17373version = "0.27.3"
17374source = "registry+https://github.com/rust-lang/crates.io-index"
17375checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17376dependencies = [
17377 "bitflags 2.10.0",
17378 "cap-fs-ext",
17379 "cap-std",
17380 "fd-lock",
17381 "io-lifetimes",
17382 "rustix 0.38.44",
17383 "windows-sys 0.59.0",
17384 "winx",
17385]
17386
17387[[package]]
17388name = "system_specs"
17389version = "0.1.0"
17390dependencies = [
17391 "anyhow",
17392 "client",
17393 "gpui",
17394 "human_bytes",
17395 "pciid-parser",
17396 "release_channel",
17397 "semver",
17398 "serde",
17399 "sysinfo 0.37.2",
17400]
17401
17402[[package]]
17403name = "tab_switcher"
17404version = "0.1.0"
17405dependencies = [
17406 "collections",
17407 "ctor",
17408 "editor",
17409 "fuzzy",
17410 "gpui",
17411 "menu",
17412 "picker",
17413 "project",
17414 "schemars",
17415 "serde",
17416 "serde_json",
17417 "settings",
17418 "smol",
17419 "theme",
17420 "theme_settings",
17421 "ui",
17422 "util",
17423 "workspace",
17424 "zlog",
17425]
17426
17427[[package]]
17428name = "taffy"
17429version = "0.9.0"
17430source = "registry+https://github.com/rust-lang/crates.io-index"
17431checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17432dependencies = [
17433 "arrayvec",
17434 "grid",
17435 "serde",
17436 "slotmap",
17437]
17438
17439[[package]]
17440name = "tagptr"
17441version = "0.2.0"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17444
17445[[package]]
17446name = "take-until"
17447version = "0.2.0"
17448source = "registry+https://github.com/rust-lang/crates.io-index"
17449checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17450
17451[[package]]
17452name = "tao-core-video-sys"
17453version = "0.2.0"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17456dependencies = [
17457 "cfg-if",
17458 "core-foundation-sys",
17459 "libc",
17460 "objc",
17461]
17462
17463[[package]]
17464name = "tap"
17465version = "1.0.1"
17466source = "registry+https://github.com/rust-lang/crates.io-index"
17467checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17468
17469[[package]]
17470name = "target-lexicon"
17471version = "0.12.16"
17472source = "registry+https://github.com/rust-lang/crates.io-index"
17473checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17474
17475[[package]]
17476name = "target-lexicon"
17477version = "0.13.3"
17478source = "registry+https://github.com/rust-lang/crates.io-index"
17479checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17480
17481[[package]]
17482name = "task"
17483version = "0.1.0"
17484dependencies = [
17485 "anyhow",
17486 "collections",
17487 "futures 0.3.32",
17488 "gpui",
17489 "hex",
17490 "log",
17491 "parking_lot",
17492 "pretty_assertions",
17493 "proto",
17494 "schemars",
17495 "serde",
17496 "serde_json",
17497 "serde_json_lenient",
17498 "sha2",
17499 "shellexpand 2.1.2",
17500 "util",
17501 "zed_actions",
17502]
17503
17504[[package]]
17505name = "tasks_ui"
17506version = "0.1.0"
17507dependencies = [
17508 "anyhow",
17509 "collections",
17510 "editor",
17511 "file_icons",
17512 "fuzzy",
17513 "gpui",
17514 "itertools 0.14.0",
17515 "language",
17516 "menu",
17517 "picker",
17518 "project",
17519 "serde",
17520 "serde_json",
17521 "task",
17522 "tree-sitter-rust",
17523 "tree-sitter-typescript",
17524 "ui",
17525 "util",
17526 "workspace",
17527 "zed_actions",
17528]
17529
17530[[package]]
17531name = "telemetry"
17532version = "0.1.0"
17533dependencies = [
17534 "futures 0.3.32",
17535 "serde",
17536 "serde_json",
17537 "telemetry_events",
17538]
17539
17540[[package]]
17541name = "telemetry_events"
17542version = "0.1.0"
17543dependencies = [
17544 "semver",
17545 "serde",
17546 "serde_json",
17547]
17548
17549[[package]]
17550name = "tempfile"
17551version = "3.23.0"
17552source = "registry+https://github.com/rust-lang/crates.io-index"
17553checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17554dependencies = [
17555 "fastrand 2.3.0",
17556 "getrandom 0.3.4",
17557 "once_cell",
17558 "rustix 1.1.2",
17559 "windows-sys 0.61.2",
17560]
17561
17562[[package]]
17563name = "tendril"
17564version = "0.4.3"
17565source = "registry+https://github.com/rust-lang/crates.io-index"
17566checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17567dependencies = [
17568 "futf",
17569 "mac",
17570 "utf-8",
17571]
17572
17573[[package]]
17574name = "termcolor"
17575version = "1.4.1"
17576source = "registry+https://github.com/rust-lang/crates.io-index"
17577checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17578dependencies = [
17579 "winapi-util",
17580]
17581
17582[[package]]
17583name = "terminal"
17584version = "0.1.0"
17585dependencies = [
17586 "alacritty_terminal",
17587 "anyhow",
17588 "collections",
17589 "futures 0.3.32",
17590 "gpui",
17591 "itertools 0.14.0",
17592 "libc",
17593 "log",
17594 "parking_lot",
17595 "rand 0.9.2",
17596 "regex",
17597 "release_channel",
17598 "schemars",
17599 "serde",
17600 "settings",
17601 "smol",
17602 "sysinfo 0.37.2",
17603 "task",
17604 "theme",
17605 "theme_settings",
17606 "thiserror 2.0.17",
17607 "url",
17608 "urlencoding",
17609 "util",
17610 "util_macros",
17611 "windows 0.61.3",
17612]
17613
17614[[package]]
17615name = "terminal_size"
17616version = "0.4.3"
17617source = "registry+https://github.com/rust-lang/crates.io-index"
17618checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17619dependencies = [
17620 "rustix 1.1.2",
17621 "windows-sys 0.60.2",
17622]
17623
17624[[package]]
17625name = "terminal_view"
17626version = "0.1.0"
17627dependencies = [
17628 "anyhow",
17629 "async-recursion",
17630 "breadcrumbs",
17631 "collections",
17632 "db",
17633 "dirs 4.0.0",
17634 "editor",
17635 "futures 0.3.32",
17636 "gpui",
17637 "itertools 0.14.0",
17638 "language",
17639 "log",
17640 "menu",
17641 "pretty_assertions",
17642 "project",
17643 "regex",
17644 "schemars",
17645 "serde",
17646 "serde_json",
17647 "settings",
17648 "shellexpand 2.1.2",
17649 "task",
17650 "terminal",
17651 "theme",
17652 "theme_settings",
17653 "ui",
17654 "util",
17655 "workspace",
17656 "zed_actions",
17657]
17658
17659[[package]]
17660name = "text"
17661version = "0.1.0"
17662dependencies = [
17663 "anyhow",
17664 "clock",
17665 "collections",
17666 "ctor",
17667 "gpui",
17668 "log",
17669 "parking_lot",
17670 "postage",
17671 "rand 0.9.2",
17672 "regex",
17673 "rope",
17674 "smallvec",
17675 "sum_tree",
17676 "util",
17677 "zlog",
17678]
17679
17680[[package]]
17681name = "theme"
17682version = "0.1.0"
17683dependencies = [
17684 "anyhow",
17685 "collections",
17686 "derive_more",
17687 "gpui",
17688 "palette",
17689 "parking_lot",
17690 "refineable",
17691 "schemars",
17692 "serde",
17693 "serde_json",
17694 "serde_json_lenient",
17695 "strum 0.27.2",
17696 "syntax_theme",
17697 "thiserror 2.0.17",
17698 "uuid",
17699]
17700
17701[[package]]
17702name = "theme_extension"
17703version = "0.1.0"
17704dependencies = [
17705 "anyhow",
17706 "extension",
17707 "fs",
17708 "gpui",
17709 "theme",
17710 "theme_settings",
17711]
17712
17713[[package]]
17714name = "theme_importer"
17715version = "0.1.0"
17716dependencies = [
17717 "anyhow",
17718 "clap",
17719 "collections",
17720 "gpui",
17721 "indexmap",
17722 "log",
17723 "palette",
17724 "serde",
17725 "serde_json",
17726 "serde_json_lenient",
17727 "simplelog",
17728 "strum 0.27.2",
17729 "theme",
17730 "theme_settings",
17731 "vscode_theme",
17732]
17733
17734[[package]]
17735name = "theme_selector"
17736version = "0.1.0"
17737dependencies = [
17738 "editor",
17739 "fs",
17740 "fuzzy",
17741 "gpui",
17742 "log",
17743 "picker",
17744 "project",
17745 "serde",
17746 "serde_json",
17747 "settings",
17748 "telemetry",
17749 "theme",
17750 "theme_settings",
17751 "ui",
17752 "util",
17753 "workspace",
17754 "zed_actions",
17755]
17756
17757[[package]]
17758name = "theme_settings"
17759version = "0.1.0"
17760dependencies = [
17761 "anyhow",
17762 "collections",
17763 "gpui",
17764 "gpui_util",
17765 "log",
17766 "palette",
17767 "refineable",
17768 "schemars",
17769 "serde",
17770 "serde_json",
17771 "serde_json_lenient",
17772 "settings",
17773 "theme",
17774 "uuid",
17775]
17776
17777[[package]]
17778name = "thiserror"
17779version = "1.0.69"
17780source = "registry+https://github.com/rust-lang/crates.io-index"
17781checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17782dependencies = [
17783 "thiserror-impl 1.0.69",
17784]
17785
17786[[package]]
17787name = "thiserror"
17788version = "2.0.17"
17789source = "registry+https://github.com/rust-lang/crates.io-index"
17790checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17791dependencies = [
17792 "thiserror-impl 2.0.17",
17793]
17794
17795[[package]]
17796name = "thiserror-impl"
17797version = "1.0.69"
17798source = "registry+https://github.com/rust-lang/crates.io-index"
17799checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17800dependencies = [
17801 "proc-macro2",
17802 "quote",
17803 "syn 2.0.117",
17804]
17805
17806[[package]]
17807name = "thiserror-impl"
17808version = "2.0.17"
17809source = "registry+https://github.com/rust-lang/crates.io-index"
17810checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17811dependencies = [
17812 "proc-macro2",
17813 "quote",
17814 "syn 2.0.117",
17815]
17816
17817[[package]]
17818name = "thread_local"
17819version = "1.1.9"
17820source = "registry+https://github.com/rust-lang/crates.io-index"
17821checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17822dependencies = [
17823 "cfg-if",
17824]
17825
17826[[package]]
17827name = "tiff"
17828version = "0.10.3"
17829source = "registry+https://github.com/rust-lang/crates.io-index"
17830checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17831dependencies = [
17832 "fax",
17833 "flate2",
17834 "half",
17835 "quick-error 2.0.1",
17836 "weezl",
17837 "zune-jpeg",
17838]
17839
17840[[package]]
17841name = "tiktoken-rs"
17842version = "0.9.1"
17843source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17844dependencies = [
17845 "anyhow",
17846 "base64 0.22.1",
17847 "bstr",
17848 "fancy-regex 0.16.2",
17849 "lazy_static",
17850 "regex",
17851 "rustc-hash 1.1.0",
17852]
17853
17854[[package]]
17855name = "time"
17856version = "0.3.47"
17857source = "registry+https://github.com/rust-lang/crates.io-index"
17858checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17859dependencies = [
17860 "deranged",
17861 "itoa",
17862 "libc",
17863 "num-conv",
17864 "num_threads",
17865 "powerfmt",
17866 "serde_core",
17867 "time-core",
17868 "time-macros",
17869]
17870
17871[[package]]
17872name = "time-core"
17873version = "0.1.8"
17874source = "registry+https://github.com/rust-lang/crates.io-index"
17875checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17876
17877[[package]]
17878name = "time-macros"
17879version = "0.2.27"
17880source = "registry+https://github.com/rust-lang/crates.io-index"
17881checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17882dependencies = [
17883 "num-conv",
17884 "time-core",
17885]
17886
17887[[package]]
17888name = "time_format"
17889version = "0.1.0"
17890dependencies = [
17891 "core-foundation 0.10.0",
17892 "core-foundation-sys",
17893 "sys-locale",
17894 "time",
17895 "windows 0.61.3",
17896]
17897
17898[[package]]
17899name = "tiny-keccak"
17900version = "2.0.2"
17901source = "registry+https://github.com/rust-lang/crates.io-index"
17902checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17903dependencies = [
17904 "crunchy",
17905]
17906
17907[[package]]
17908name = "tiny-skia"
17909version = "0.11.4"
17910source = "registry+https://github.com/rust-lang/crates.io-index"
17911checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17912dependencies = [
17913 "arrayref",
17914 "arrayvec",
17915 "bytemuck",
17916 "cfg-if",
17917 "log",
17918 "png 0.17.16",
17919 "tiny-skia-path",
17920]
17921
17922[[package]]
17923name = "tiny-skia-path"
17924version = "0.11.4"
17925source = "registry+https://github.com/rust-lang/crates.io-index"
17926checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17927dependencies = [
17928 "arrayref",
17929 "bytemuck",
17930 "strict-num",
17931]
17932
17933[[package]]
17934name = "tiny_http"
17935version = "0.12.0"
17936source = "registry+https://github.com/rust-lang/crates.io-index"
17937checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17938dependencies = [
17939 "ascii",
17940 "chunked_transfer",
17941 "httpdate",
17942 "log",
17943]
17944
17945[[package]]
17946name = "tinystr"
17947version = "0.8.1"
17948source = "registry+https://github.com/rust-lang/crates.io-index"
17949checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17950dependencies = [
17951 "displaydoc",
17952 "zerovec",
17953]
17954
17955[[package]]
17956name = "tinytemplate"
17957version = "1.2.1"
17958source = "registry+https://github.com/rust-lang/crates.io-index"
17959checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17960dependencies = [
17961 "serde",
17962 "serde_json",
17963]
17964
17965[[package]]
17966name = "tinyvec"
17967version = "1.10.0"
17968source = "registry+https://github.com/rust-lang/crates.io-index"
17969checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17970dependencies = [
17971 "tinyvec_macros",
17972]
17973
17974[[package]]
17975name = "tinyvec_macros"
17976version = "0.1.1"
17977source = "registry+https://github.com/rust-lang/crates.io-index"
17978checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17979
17980[[package]]
17981name = "title_bar"
17982version = "0.1.0"
17983dependencies = [
17984 "anyhow",
17985 "auto_update",
17986 "call",
17987 "channel",
17988 "chrono",
17989 "client",
17990 "cloud_api_types",
17991 "db",
17992 "git_ui",
17993 "gpui",
17994 "icons",
17995 "livekit_client",
17996 "notifications",
17997 "platform_title_bar",
17998 "project",
17999 "recent_projects",
18000 "release_channel",
18001 "remote",
18002 "remote_connection",
18003 "rpc",
18004 "schemars",
18005 "semver",
18006 "serde",
18007 "settings",
18008 "smallvec",
18009 "story",
18010 "telemetry",
18011 "theme",
18012 "ui",
18013 "util",
18014 "windows 0.61.3",
18015 "workspace",
18016 "zed_actions",
18017]
18018
18019[[package]]
18020name = "tokio"
18021version = "1.48.0"
18022source = "registry+https://github.com/rust-lang/crates.io-index"
18023checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18024dependencies = [
18025 "bytes 1.11.1",
18026 "libc",
18027 "mio 1.1.0",
18028 "parking_lot",
18029 "pin-project-lite",
18030 "signal-hook-registry",
18031 "socket2 0.6.1",
18032 "tokio-macros",
18033 "windows-sys 0.61.2",
18034]
18035
18036[[package]]
18037name = "tokio-io"
18038version = "0.1.13"
18039source = "registry+https://github.com/rust-lang/crates.io-index"
18040checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18041dependencies = [
18042 "bytes 0.4.12",
18043 "futures 0.1.31",
18044 "log",
18045]
18046
18047[[package]]
18048name = "tokio-macros"
18049version = "2.6.0"
18050source = "registry+https://github.com/rust-lang/crates.io-index"
18051checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18052dependencies = [
18053 "proc-macro2",
18054 "quote",
18055 "syn 2.0.117",
18056]
18057
18058[[package]]
18059name = "tokio-native-tls"
18060version = "0.3.1"
18061source = "registry+https://github.com/rust-lang/crates.io-index"
18062checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18063dependencies = [
18064 "native-tls",
18065 "tokio",
18066]
18067
18068[[package]]
18069name = "tokio-rustls"
18070version = "0.24.1"
18071source = "registry+https://github.com/rust-lang/crates.io-index"
18072checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18073dependencies = [
18074 "rustls 0.21.12",
18075 "tokio",
18076]
18077
18078[[package]]
18079name = "tokio-rustls"
18080version = "0.26.2"
18081source = "registry+https://github.com/rust-lang/crates.io-index"
18082checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18083dependencies = [
18084 "rustls 0.23.33",
18085 "tokio",
18086]
18087
18088[[package]]
18089name = "tokio-socks"
18090version = "0.5.2"
18091source = "registry+https://github.com/rust-lang/crates.io-index"
18092checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18093dependencies = [
18094 "either",
18095 "futures-io",
18096 "futures-util",
18097 "thiserror 1.0.69",
18098 "tokio",
18099]
18100
18101[[package]]
18102name = "tokio-stream"
18103version = "0.1.17"
18104source = "registry+https://github.com/rust-lang/crates.io-index"
18105checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18106dependencies = [
18107 "futures-core",
18108 "pin-project-lite",
18109 "tokio",
18110]
18111
18112[[package]]
18113name = "tokio-tungstenite"
18114version = "0.20.1"
18115source = "registry+https://github.com/rust-lang/crates.io-index"
18116checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18117dependencies = [
18118 "futures-util",
18119 "log",
18120 "tokio",
18121 "tungstenite 0.20.1",
18122]
18123
18124[[package]]
18125name = "tokio-tungstenite"
18126version = "0.21.0"
18127source = "registry+https://github.com/rust-lang/crates.io-index"
18128checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18129dependencies = [
18130 "futures-util",
18131 "log",
18132 "tokio",
18133 "tungstenite 0.21.0",
18134]
18135
18136[[package]]
18137name = "tokio-tungstenite"
18138version = "0.28.0"
18139source = "registry+https://github.com/rust-lang/crates.io-index"
18140checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18141dependencies = [
18142 "futures-util",
18143 "log",
18144 "rustls 0.23.33",
18145 "rustls-native-certs 0.8.2",
18146 "rustls-pki-types",
18147 "tokio",
18148 "tokio-rustls 0.26.2",
18149 "tungstenite 0.28.0",
18150]
18151
18152[[package]]
18153name = "tokio-util"
18154version = "0.7.16"
18155source = "registry+https://github.com/rust-lang/crates.io-index"
18156checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18157dependencies = [
18158 "bytes 1.11.1",
18159 "futures-core",
18160 "futures-io",
18161 "futures-sink",
18162 "pin-project-lite",
18163 "tokio",
18164]
18165
18166[[package]]
18167name = "toml"
18168version = "0.5.11"
18169source = "registry+https://github.com/rust-lang/crates.io-index"
18170checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18171dependencies = [
18172 "serde",
18173]
18174
18175[[package]]
18176name = "toml"
18177version = "0.8.23"
18178source = "registry+https://github.com/rust-lang/crates.io-index"
18179checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18180dependencies = [
18181 "serde",
18182 "serde_spanned 0.6.9",
18183 "toml_datetime 0.6.11",
18184 "toml_edit 0.22.27",
18185]
18186
18187[[package]]
18188name = "toml"
18189version = "0.9.8"
18190source = "registry+https://github.com/rust-lang/crates.io-index"
18191checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18192dependencies = [
18193 "indexmap",
18194 "serde_core",
18195 "serde_spanned 1.0.3",
18196 "toml_datetime 0.7.3",
18197 "toml_parser",
18198 "toml_writer",
18199 "winnow",
18200]
18201
18202[[package]]
18203name = "toml_datetime"
18204version = "0.6.11"
18205source = "registry+https://github.com/rust-lang/crates.io-index"
18206checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18207dependencies = [
18208 "serde",
18209]
18210
18211[[package]]
18212name = "toml_datetime"
18213version = "0.7.3"
18214source = "registry+https://github.com/rust-lang/crates.io-index"
18215checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18216dependencies = [
18217 "serde_core",
18218]
18219
18220[[package]]
18221name = "toml_edit"
18222version = "0.22.27"
18223source = "registry+https://github.com/rust-lang/crates.io-index"
18224checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18225dependencies = [
18226 "indexmap",
18227 "serde",
18228 "serde_spanned 0.6.9",
18229 "toml_datetime 0.6.11",
18230 "toml_write",
18231 "winnow",
18232]
18233
18234[[package]]
18235name = "toml_edit"
18236version = "0.23.7"
18237source = "registry+https://github.com/rust-lang/crates.io-index"
18238checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18239dependencies = [
18240 "indexmap",
18241 "toml_datetime 0.7.3",
18242 "toml_parser",
18243 "winnow",
18244]
18245
18246[[package]]
18247name = "toml_parser"
18248version = "1.0.4"
18249source = "registry+https://github.com/rust-lang/crates.io-index"
18250checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18251dependencies = [
18252 "winnow",
18253]
18254
18255[[package]]
18256name = "toml_write"
18257version = "0.1.2"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18260
18261[[package]]
18262name = "toml_writer"
18263version = "1.0.4"
18264source = "registry+https://github.com/rust-lang/crates.io-index"
18265checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18266
18267[[package]]
18268name = "toolchain_selector"
18269version = "0.1.0"
18270dependencies = [
18271 "anyhow",
18272 "convert_case 0.8.0",
18273 "editor",
18274 "futures 0.3.32",
18275 "fuzzy",
18276 "gpui",
18277 "language",
18278 "menu",
18279 "open_path_prompt",
18280 "picker",
18281 "project",
18282 "ui",
18283 "util",
18284 "workspace",
18285]
18286
18287[[package]]
18288name = "topological-sort"
18289version = "0.2.2"
18290source = "registry+https://github.com/rust-lang/crates.io-index"
18291checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18292
18293[[package]]
18294name = "tower"
18295version = "0.4.13"
18296source = "registry+https://github.com/rust-lang/crates.io-index"
18297checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18298dependencies = [
18299 "futures-core",
18300 "futures-util",
18301 "pin-project",
18302 "pin-project-lite",
18303 "tokio",
18304 "tower-layer",
18305 "tower-service",
18306 "tracing",
18307]
18308
18309[[package]]
18310name = "tower"
18311version = "0.5.2"
18312source = "registry+https://github.com/rust-lang/crates.io-index"
18313checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18314dependencies = [
18315 "futures-core",
18316 "futures-util",
18317 "pin-project-lite",
18318 "sync_wrapper 1.0.2",
18319 "tokio",
18320 "tokio-util",
18321 "tower-layer",
18322 "tower-service",
18323 "tracing",
18324]
18325
18326[[package]]
18327name = "tower-http"
18328version = "0.4.4"
18329source = "registry+https://github.com/rust-lang/crates.io-index"
18330checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18331dependencies = [
18332 "bitflags 2.10.0",
18333 "bytes 1.11.1",
18334 "futures-core",
18335 "futures-util",
18336 "http 0.2.12",
18337 "http-body 0.4.6",
18338 "http-range-header",
18339 "pin-project-lite",
18340 "tower-layer",
18341 "tower-service",
18342 "tracing",
18343]
18344
18345[[package]]
18346name = "tower-http"
18347version = "0.6.6"
18348source = "registry+https://github.com/rust-lang/crates.io-index"
18349checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18350dependencies = [
18351 "bitflags 2.10.0",
18352 "bytes 1.11.1",
18353 "futures-util",
18354 "http 1.3.1",
18355 "http-body 1.0.1",
18356 "iri-string",
18357 "pin-project-lite",
18358 "tower 0.5.2",
18359 "tower-layer",
18360 "tower-service",
18361 "tracing",
18362]
18363
18364[[package]]
18365name = "tower-layer"
18366version = "0.3.3"
18367source = "registry+https://github.com/rust-lang/crates.io-index"
18368checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18369
18370[[package]]
18371name = "tower-service"
18372version = "0.3.3"
18373source = "registry+https://github.com/rust-lang/crates.io-index"
18374checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18375
18376[[package]]
18377name = "tracing"
18378version = "0.1.43"
18379source = "registry+https://github.com/rust-lang/crates.io-index"
18380checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18381dependencies = [
18382 "log",
18383 "pin-project-lite",
18384 "tracing-attributes",
18385 "tracing-core",
18386]
18387
18388[[package]]
18389name = "tracing-attributes"
18390version = "0.1.31"
18391source = "registry+https://github.com/rust-lang/crates.io-index"
18392checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18393dependencies = [
18394 "proc-macro2",
18395 "quote",
18396 "syn 2.0.117",
18397]
18398
18399[[package]]
18400name = "tracing-core"
18401version = "0.1.35"
18402source = "registry+https://github.com/rust-lang/crates.io-index"
18403checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18404dependencies = [
18405 "once_cell",
18406 "valuable",
18407]
18408
18409[[package]]
18410name = "tracing-log"
18411version = "0.2.0"
18412source = "registry+https://github.com/rust-lang/crates.io-index"
18413checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18414dependencies = [
18415 "log",
18416 "once_cell",
18417 "tracing-core",
18418]
18419
18420[[package]]
18421name = "tracing-serde"
18422version = "0.2.0"
18423source = "registry+https://github.com/rust-lang/crates.io-index"
18424checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18425dependencies = [
18426 "serde",
18427 "tracing-core",
18428]
18429
18430[[package]]
18431name = "tracing-subscriber"
18432version = "0.3.22"
18433source = "registry+https://github.com/rust-lang/crates.io-index"
18434checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18435dependencies = [
18436 "matchers",
18437 "nu-ansi-term",
18438 "once_cell",
18439 "regex-automata",
18440 "serde",
18441 "serde_json",
18442 "sharded-slab",
18443 "smallvec",
18444 "thread_local",
18445 "tracing",
18446 "tracing-core",
18447 "tracing-log",
18448 "tracing-serde",
18449]
18450
18451[[package]]
18452name = "tracing-tracy"
18453version = "0.11.4"
18454source = "registry+https://github.com/rust-lang/crates.io-index"
18455checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18456dependencies = [
18457 "tracing-core",
18458 "tracing-subscriber",
18459 "tracy-client",
18460]
18461
18462[[package]]
18463name = "tracy-client"
18464version = "0.18.3"
18465source = "registry+https://github.com/rust-lang/crates.io-index"
18466checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18467dependencies = [
18468 "loom",
18469 "once_cell",
18470 "tracy-client-sys",
18471]
18472
18473[[package]]
18474name = "tracy-client-sys"
18475version = "0.27.0"
18476source = "registry+https://github.com/rust-lang/crates.io-index"
18477checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18478dependencies = [
18479 "cc",
18480 "windows-targets 0.52.6",
18481]
18482
18483[[package]]
18484name = "transpose"
18485version = "0.2.3"
18486source = "registry+https://github.com/rust-lang/crates.io-index"
18487checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18488dependencies = [
18489 "num-integer",
18490 "strength_reduce",
18491]
18492
18493[[package]]
18494name = "tree-sitter"
18495version = "0.26.8"
18496source = "registry+https://github.com/rust-lang/crates.io-index"
18497checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18498dependencies = [
18499 "cc",
18500 "regex",
18501 "regex-syntax",
18502 "serde_json",
18503 "streaming-iterator",
18504 "tree-sitter-language",
18505 "wasmtime-c-api-impl",
18506]
18507
18508[[package]]
18509name = "tree-sitter-bash"
18510version = "0.25.1"
18511source = "registry+https://github.com/rust-lang/crates.io-index"
18512checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18513dependencies = [
18514 "cc",
18515 "tree-sitter-language",
18516]
18517
18518[[package]]
18519name = "tree-sitter-c"
18520version = "0.24.1"
18521source = "registry+https://github.com/rust-lang/crates.io-index"
18522checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18523dependencies = [
18524 "cc",
18525 "tree-sitter-language",
18526]
18527
18528[[package]]
18529name = "tree-sitter-cpp"
18530version = "0.23.4"
18531source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18532dependencies = [
18533 "cc",
18534 "tree-sitter-language",
18535]
18536
18537[[package]]
18538name = "tree-sitter-css"
18539version = "0.23.2"
18540source = "registry+https://github.com/rust-lang/crates.io-index"
18541checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18542dependencies = [
18543 "cc",
18544 "tree-sitter-language",
18545]
18546
18547[[package]]
18548name = "tree-sitter-diff"
18549version = "0.1.0"
18550source = "registry+https://github.com/rust-lang/crates.io-index"
18551checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18552dependencies = [
18553 "cc",
18554 "tree-sitter-language",
18555]
18556
18557[[package]]
18558name = "tree-sitter-elixir"
18559version = "0.3.4"
18560source = "registry+https://github.com/rust-lang/crates.io-index"
18561checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18562dependencies = [
18563 "cc",
18564 "tree-sitter-language",
18565]
18566
18567[[package]]
18568name = "tree-sitter-embedded-template"
18569version = "0.23.2"
18570source = "registry+https://github.com/rust-lang/crates.io-index"
18571checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18572dependencies = [
18573 "cc",
18574 "tree-sitter-language",
18575]
18576
18577[[package]]
18578name = "tree-sitter-gitcommit"
18579version = "0.0.1"
18580source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18581dependencies = [
18582 "cc",
18583 "tree-sitter-language",
18584]
18585
18586[[package]]
18587name = "tree-sitter-go"
18588version = "0.25.0"
18589source = "registry+https://github.com/rust-lang/crates.io-index"
18590checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18591dependencies = [
18592 "cc",
18593 "tree-sitter-language",
18594]
18595
18596[[package]]
18597name = "tree-sitter-gomod"
18598version = "1.1.1"
18599source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18600dependencies = [
18601 "cc",
18602 "tree-sitter-language",
18603]
18604
18605[[package]]
18606name = "tree-sitter-gowork"
18607version = "0.0.1"
18608source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18609dependencies = [
18610 "cc",
18611 "tree-sitter-language",
18612]
18613
18614[[package]]
18615name = "tree-sitter-heex"
18616version = "0.0.1"
18617source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18618dependencies = [
18619 "cc",
18620 "tree-sitter-language",
18621]
18622
18623[[package]]
18624name = "tree-sitter-html"
18625version = "0.23.2"
18626source = "registry+https://github.com/rust-lang/crates.io-index"
18627checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18628dependencies = [
18629 "cc",
18630 "tree-sitter-language",
18631]
18632
18633[[package]]
18634name = "tree-sitter-jsdoc"
18635version = "0.23.2"
18636source = "registry+https://github.com/rust-lang/crates.io-index"
18637checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18638dependencies = [
18639 "cc",
18640 "tree-sitter-language",
18641]
18642
18643[[package]]
18644name = "tree-sitter-json"
18645version = "0.24.8"
18646source = "registry+https://github.com/rust-lang/crates.io-index"
18647checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18648dependencies = [
18649 "cc",
18650 "tree-sitter-language",
18651]
18652
18653[[package]]
18654name = "tree-sitter-language"
18655version = "0.1.5"
18656source = "registry+https://github.com/rust-lang/crates.io-index"
18657checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18658
18659[[package]]
18660name = "tree-sitter-md"
18661version = "0.3.2"
18662source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18663dependencies = [
18664 "cc",
18665 "tree-sitter-language",
18666]
18667
18668[[package]]
18669name = "tree-sitter-python"
18670version = "0.25.0"
18671source = "registry+https://github.com/rust-lang/crates.io-index"
18672checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18673dependencies = [
18674 "cc",
18675 "tree-sitter-language",
18676]
18677
18678[[package]]
18679name = "tree-sitter-regex"
18680version = "0.24.3"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18683dependencies = [
18684 "cc",
18685 "tree-sitter-language",
18686]
18687
18688[[package]]
18689name = "tree-sitter-ruby"
18690version = "0.23.1"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18693dependencies = [
18694 "cc",
18695 "tree-sitter-language",
18696]
18697
18698[[package]]
18699name = "tree-sitter-rust"
18700version = "0.24.2"
18701source = "registry+https://github.com/rust-lang/crates.io-index"
18702checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18703dependencies = [
18704 "cc",
18705 "tree-sitter-language",
18706]
18707
18708[[package]]
18709name = "tree-sitter-typescript"
18710version = "0.23.2"
18711source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18712dependencies = [
18713 "cc",
18714 "tree-sitter-language",
18715]
18716
18717[[package]]
18718name = "tree-sitter-yaml"
18719version = "0.6.1"
18720source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18721dependencies = [
18722 "cc",
18723 "tree-sitter-language",
18724]
18725
18726[[package]]
18727name = "triomphe"
18728version = "0.1.15"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18731dependencies = [
18732 "serde",
18733 "stable_deref_trait",
18734]
18735
18736[[package]]
18737name = "try-lock"
18738version = "0.2.5"
18739source = "registry+https://github.com/rust-lang/crates.io-index"
18740checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18741
18742[[package]]
18743name = "ttf-parser"
18744version = "0.20.0"
18745source = "registry+https://github.com/rust-lang/crates.io-index"
18746checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18747
18748[[package]]
18749name = "ttf-parser"
18750version = "0.25.1"
18751source = "registry+https://github.com/rust-lang/crates.io-index"
18752checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18753dependencies = [
18754 "core_maths",
18755]
18756
18757[[package]]
18758name = "tungstenite"
18759version = "0.20.1"
18760source = "registry+https://github.com/rust-lang/crates.io-index"
18761checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18762dependencies = [
18763 "byteorder",
18764 "bytes 1.11.1",
18765 "data-encoding",
18766 "http 0.2.12",
18767 "httparse",
18768 "log",
18769 "rand 0.8.5",
18770 "sha1",
18771 "thiserror 1.0.69",
18772 "url",
18773 "utf-8",
18774]
18775
18776[[package]]
18777name = "tungstenite"
18778version = "0.21.0"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18781dependencies = [
18782 "byteorder",
18783 "bytes 1.11.1",
18784 "data-encoding",
18785 "http 1.3.1",
18786 "httparse",
18787 "log",
18788 "rand 0.8.5",
18789 "sha1",
18790 "thiserror 1.0.69",
18791 "url",
18792 "utf-8",
18793]
18794
18795[[package]]
18796name = "tungstenite"
18797version = "0.27.0"
18798source = "registry+https://github.com/rust-lang/crates.io-index"
18799checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18800dependencies = [
18801 "bytes 1.11.1",
18802 "data-encoding",
18803 "http 1.3.1",
18804 "httparse",
18805 "log",
18806 "rand 0.9.2",
18807 "rustls 0.23.33",
18808 "rustls-pki-types",
18809 "sha1",
18810 "thiserror 2.0.17",
18811 "utf-8",
18812]
18813
18814[[package]]
18815name = "tungstenite"
18816version = "0.28.0"
18817source = "registry+https://github.com/rust-lang/crates.io-index"
18818checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18819dependencies = [
18820 "bytes 1.11.1",
18821 "data-encoding",
18822 "http 1.3.1",
18823 "httparse",
18824 "log",
18825 "rand 0.9.2",
18826 "rustls 0.23.33",
18827 "rustls-pki-types",
18828 "sha1",
18829 "thiserror 2.0.17",
18830 "utf-8",
18831]
18832
18833[[package]]
18834name = "typeid"
18835version = "1.0.3"
18836source = "registry+https://github.com/rust-lang/crates.io-index"
18837checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18838
18839[[package]]
18840name = "typenum"
18841version = "1.19.0"
18842source = "registry+https://github.com/rust-lang/crates.io-index"
18843checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18844
18845[[package]]
18846name = "ucd-trie"
18847version = "0.1.7"
18848source = "registry+https://github.com/rust-lang/crates.io-index"
18849checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18850
18851[[package]]
18852name = "uds"
18853version = "0.4.2"
18854source = "registry+https://github.com/rust-lang/crates.io-index"
18855checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18856dependencies = [
18857 "libc",
18858]
18859
18860[[package]]
18861name = "uds_windows"
18862version = "1.1.0"
18863source = "registry+https://github.com/rust-lang/crates.io-index"
18864checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18865dependencies = [
18866 "memoffset",
18867 "tempfile",
18868 "winapi",
18869]
18870
18871[[package]]
18872name = "ug"
18873version = "0.4.0"
18874source = "registry+https://github.com/rust-lang/crates.io-index"
18875checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18876dependencies = [
18877 "gemm 0.18.2",
18878 "half",
18879 "libloading",
18880 "memmap2",
18881 "num",
18882 "num-traits",
18883 "num_cpus",
18884 "rayon",
18885 "safetensors",
18886 "serde",
18887 "thiserror 1.0.69",
18888 "tracing",
18889 "yoke 0.7.5",
18890]
18891
18892[[package]]
18893name = "ui"
18894version = "0.1.0"
18895dependencies = [
18896 "chrono",
18897 "component",
18898 "documented",
18899 "gpui",
18900 "gpui_macros",
18901 "gpui_util",
18902 "icons",
18903 "itertools 0.14.0",
18904 "menu",
18905 "schemars",
18906 "serde",
18907 "smallvec",
18908 "story",
18909 "strum 0.27.2",
18910 "theme",
18911 "ui_macros",
18912 "windows 0.61.3",
18913]
18914
18915[[package]]
18916name = "ui_input"
18917version = "0.1.0"
18918dependencies = [
18919 "component",
18920 "gpui",
18921 "ui",
18922]
18923
18924[[package]]
18925name = "ui_macros"
18926version = "0.1.0"
18927dependencies = [
18928 "component",
18929 "quote",
18930 "syn 2.0.117",
18931 "ui",
18932]
18933
18934[[package]]
18935name = "ui_prompt"
18936version = "0.1.0"
18937dependencies = [
18938 "gpui",
18939 "markdown",
18940 "menu",
18941 "settings",
18942 "theme_settings",
18943 "ui",
18944 "workspace",
18945]
18946
18947[[package]]
18948name = "unarray"
18949version = "0.1.4"
18950source = "registry+https://github.com/rust-lang/crates.io-index"
18951checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18952
18953[[package]]
18954name = "unicase"
18955version = "2.8.1"
18956source = "registry+https://github.com/rust-lang/crates.io-index"
18957checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18958
18959[[package]]
18960name = "unicode-bidi"
18961version = "0.3.18"
18962source = "registry+https://github.com/rust-lang/crates.io-index"
18963checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18964
18965[[package]]
18966name = "unicode-bidi-mirroring"
18967version = "0.4.0"
18968source = "registry+https://github.com/rust-lang/crates.io-index"
18969checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18970
18971[[package]]
18972name = "unicode-ccc"
18973version = "0.4.0"
18974source = "registry+https://github.com/rust-lang/crates.io-index"
18975checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18976
18977[[package]]
18978name = "unicode-general-category"
18979version = "1.1.0"
18980source = "registry+https://github.com/rust-lang/crates.io-index"
18981checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18982
18983[[package]]
18984name = "unicode-ident"
18985version = "1.0.19"
18986source = "registry+https://github.com/rust-lang/crates.io-index"
18987checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18988
18989[[package]]
18990name = "unicode-linebreak"
18991version = "0.1.5"
18992source = "registry+https://github.com/rust-lang/crates.io-index"
18993checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18994
18995[[package]]
18996name = "unicode-normalization"
18997version = "0.1.24"
18998source = "registry+https://github.com/rust-lang/crates.io-index"
18999checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19000dependencies = [
19001 "tinyvec",
19002]
19003
19004[[package]]
19005name = "unicode-properties"
19006version = "0.1.3"
19007source = "registry+https://github.com/rust-lang/crates.io-index"
19008checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19009
19010[[package]]
19011name = "unicode-script"
19012version = "0.5.8"
19013source = "registry+https://github.com/rust-lang/crates.io-index"
19014checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19015
19016[[package]]
19017name = "unicode-segmentation"
19018version = "1.12.0"
19019source = "registry+https://github.com/rust-lang/crates.io-index"
19020checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19021
19022[[package]]
19023name = "unicode-vo"
19024version = "0.1.0"
19025source = "registry+https://github.com/rust-lang/crates.io-index"
19026checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19027
19028[[package]]
19029name = "unicode-width"
19030version = "0.2.2"
19031source = "registry+https://github.com/rust-lang/crates.io-index"
19032checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19033
19034[[package]]
19035name = "unicode-xid"
19036version = "0.2.6"
19037source = "registry+https://github.com/rust-lang/crates.io-index"
19038checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19039
19040[[package]]
19041name = "unicode_categories"
19042version = "0.1.1"
19043source = "registry+https://github.com/rust-lang/crates.io-index"
19044checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19045
19046[[package]]
19047name = "unindent"
19048version = "0.2.4"
19049source = "registry+https://github.com/rust-lang/crates.io-index"
19050checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19051
19052[[package]]
19053name = "unsafe-libyaml"
19054version = "0.2.11"
19055source = "registry+https://github.com/rust-lang/crates.io-index"
19056checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19057
19058[[package]]
19059name = "untrusted"
19060version = "0.7.1"
19061source = "registry+https://github.com/rust-lang/crates.io-index"
19062checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19063
19064[[package]]
19065name = "untrusted"
19066version = "0.9.0"
19067source = "registry+https://github.com/rust-lang/crates.io-index"
19068checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19069
19070[[package]]
19071name = "url"
19072version = "2.5.7"
19073source = "registry+https://github.com/rust-lang/crates.io-index"
19074checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19075dependencies = [
19076 "form_urlencoded",
19077 "idna",
19078 "percent-encoding",
19079 "serde",
19080]
19081
19082[[package]]
19083name = "urlencoding"
19084version = "2.1.3"
19085source = "registry+https://github.com/rust-lang/crates.io-index"
19086checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19087
19088[[package]]
19089name = "usvg"
19090version = "0.45.1"
19091source = "registry+https://github.com/rust-lang/crates.io-index"
19092checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19093dependencies = [
19094 "base64 0.22.1",
19095 "data-url",
19096 "flate2",
19097 "fontdb 0.23.0",
19098 "imagesize",
19099 "kurbo",
19100 "log",
19101 "pico-args",
19102 "roxmltree",
19103 "rustybuzz",
19104 "simplecss",
19105 "siphasher 1.0.1",
19106 "strict-num",
19107 "svgtypes",
19108 "tiny-skia-path",
19109 "unicode-bidi",
19110 "unicode-script",
19111 "unicode-vo",
19112 "xmlwriter",
19113]
19114
19115[[package]]
19116name = "utf-8"
19117version = "0.7.6"
19118source = "registry+https://github.com/rust-lang/crates.io-index"
19119checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19120
19121[[package]]
19122name = "utf8-chars"
19123version = "3.0.6"
19124source = "registry+https://github.com/rust-lang/crates.io-index"
19125checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19126dependencies = [
19127 "arrayvec",
19128]
19129
19130[[package]]
19131name = "utf8_iter"
19132version = "1.0.4"
19133source = "registry+https://github.com/rust-lang/crates.io-index"
19134checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19135
19136[[package]]
19137name = "utf8parse"
19138version = "0.2.2"
19139source = "registry+https://github.com/rust-lang/crates.io-index"
19140checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19141
19142[[package]]
19143name = "util"
19144version = "0.1.0"
19145dependencies = [
19146 "anyhow",
19147 "async-fs",
19148 "async_zip",
19149 "collections",
19150 "command-fds",
19151 "dirs 4.0.0",
19152 "dunce",
19153 "futures 0.3.32",
19154 "futures-lite 1.13.0",
19155 "git2",
19156 "globset",
19157 "gpui_util",
19158 "itertools 0.14.0",
19159 "libc",
19160 "log",
19161 "mach2 0.5.0",
19162 "nix 0.29.0",
19163 "percent-encoding",
19164 "pretty_assertions",
19165 "rand 0.9.2",
19166 "regex",
19167 "rust-embed",
19168 "schemars",
19169 "serde",
19170 "serde_json",
19171 "serde_json_lenient",
19172 "shlex",
19173 "smol",
19174 "take-until",
19175 "tempfile",
19176 "tendril",
19177 "unicase",
19178 "url",
19179 "util_macros",
19180 "walkdir",
19181 "which 6.0.3",
19182]
19183
19184[[package]]
19185name = "util_macros"
19186version = "0.1.0"
19187dependencies = [
19188 "perf",
19189 "quote",
19190 "syn 2.0.117",
19191]
19192
19193[[package]]
19194name = "uuid"
19195version = "1.18.1"
19196source = "registry+https://github.com/rust-lang/crates.io-index"
19197checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19198dependencies = [
19199 "getrandom 0.3.4",
19200 "js-sys",
19201 "serde",
19202 "sha1_smol",
19203 "wasm-bindgen",
19204]
19205
19206[[package]]
19207name = "uuid-simd"
19208version = "0.8.0"
19209source = "registry+https://github.com/rust-lang/crates.io-index"
19210checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19211dependencies = [
19212 "outref",
19213 "vsimd",
19214]
19215
19216[[package]]
19217name = "v_frame"
19218version = "0.3.9"
19219source = "registry+https://github.com/rust-lang/crates.io-index"
19220checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19221dependencies = [
19222 "aligned-vec",
19223 "num-traits",
19224 "wasm-bindgen",
19225]
19226
19227[[package]]
19228name = "valuable"
19229version = "0.1.1"
19230source = "registry+https://github.com/rust-lang/crates.io-index"
19231checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19232
19233[[package]]
19234name = "value-bag"
19235version = "1.12.0"
19236source = "registry+https://github.com/rust-lang/crates.io-index"
19237checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19238dependencies = [
19239 "value-bag-serde1",
19240 "value-bag-sval2",
19241]
19242
19243[[package]]
19244name = "value-bag-serde1"
19245version = "1.12.0"
19246source = "registry+https://github.com/rust-lang/crates.io-index"
19247checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19248dependencies = [
19249 "erased-serde",
19250 "serde_core",
19251 "serde_fmt",
19252]
19253
19254[[package]]
19255name = "value-bag-sval2"
19256version = "1.12.0"
19257source = "registry+https://github.com/rust-lang/crates.io-index"
19258checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19259dependencies = [
19260 "sval",
19261 "sval_buffer",
19262 "sval_dynamic",
19263 "sval_fmt",
19264 "sval_json",
19265 "sval_ref",
19266 "sval_serde",
19267]
19268
19269[[package]]
19270name = "vcpkg"
19271version = "0.2.15"
19272source = "registry+https://github.com/rust-lang/crates.io-index"
19273checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19274
19275[[package]]
19276name = "vercel"
19277version = "0.1.0"
19278dependencies = [
19279 "anyhow",
19280 "schemars",
19281 "serde",
19282 "strum 0.27.2",
19283]
19284
19285[[package]]
19286name = "version-compare"
19287version = "0.2.0"
19288source = "registry+https://github.com/rust-lang/crates.io-index"
19289checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19290
19291[[package]]
19292name = "version_check"
19293version = "0.9.5"
19294source = "registry+https://github.com/rust-lang/crates.io-index"
19295checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19296
19297[[package]]
19298name = "vim"
19299version = "0.1.0"
19300dependencies = [
19301 "anyhow",
19302 "async-compat",
19303 "async-trait",
19304 "collections",
19305 "command_palette",
19306 "command_palette_hooks",
19307 "db",
19308 "editor",
19309 "env_logger 0.11.8",
19310 "futures 0.3.32",
19311 "fuzzy",
19312 "git_ui",
19313 "gpui",
19314 "indoc",
19315 "itertools 0.14.0",
19316 "language",
19317 "log",
19318 "lsp",
19319 "markdown_preview",
19320 "menu",
19321 "multi_buffer",
19322 "nvim-rs",
19323 "outline_panel",
19324 "parking_lot",
19325 "perf",
19326 "picker",
19327 "project",
19328 "project_panel",
19329 "regex",
19330 "release_channel",
19331 "schemars",
19332 "search",
19333 "semver",
19334 "serde",
19335 "serde_json",
19336 "settings",
19337 "settings_ui",
19338 "task",
19339 "text",
19340 "theme",
19341 "theme_settings",
19342 "tokio",
19343 "ui",
19344 "util",
19345 "util_macros",
19346 "vim_mode_setting",
19347 "workspace",
19348 "zed_actions",
19349]
19350
19351[[package]]
19352name = "vim_mode_setting"
19353version = "0.1.0"
19354dependencies = [
19355 "gpui",
19356 "settings",
19357]
19358
19359[[package]]
19360name = "vscode_theme"
19361version = "0.2.0"
19362source = "registry+https://github.com/rust-lang/crates.io-index"
19363checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19364dependencies = [
19365 "serde",
19366]
19367
19368[[package]]
19369name = "vsimd"
19370version = "0.8.0"
19371source = "registry+https://github.com/rust-lang/crates.io-index"
19372checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19373
19374[[package]]
19375name = "vswhom"
19376version = "0.1.0"
19377source = "registry+https://github.com/rust-lang/crates.io-index"
19378checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19379dependencies = [
19380 "libc",
19381 "vswhom-sys",
19382]
19383
19384[[package]]
19385name = "vswhom-sys"
19386version = "0.1.3"
19387source = "registry+https://github.com/rust-lang/crates.io-index"
19388checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19389dependencies = [
19390 "cc",
19391 "libc",
19392]
19393
19394[[package]]
19395name = "vte"
19396version = "0.15.0"
19397source = "registry+https://github.com/rust-lang/crates.io-index"
19398checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19399dependencies = [
19400 "arrayvec",
19401 "bitflags 2.10.0",
19402 "cursor-icon",
19403 "log",
19404 "memchr",
19405 "serde",
19406]
19407
19408[[package]]
19409name = "wait-timeout"
19410version = "0.2.1"
19411source = "registry+https://github.com/rust-lang/crates.io-index"
19412checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19413dependencies = [
19414 "libc",
19415]
19416
19417[[package]]
19418name = "waker-fn"
19419version = "1.2.0"
19420source = "registry+https://github.com/rust-lang/crates.io-index"
19421checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19422
19423[[package]]
19424name = "walkdir"
19425version = "2.5.0"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19428dependencies = [
19429 "same-file",
19430 "winapi-util",
19431]
19432
19433[[package]]
19434name = "want"
19435version = "0.3.1"
19436source = "registry+https://github.com/rust-lang/crates.io-index"
19437checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19438dependencies = [
19439 "try-lock",
19440]
19441
19442[[package]]
19443name = "warp"
19444version = "0.3.7"
19445source = "registry+https://github.com/rust-lang/crates.io-index"
19446checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19447dependencies = [
19448 "bytes 1.11.1",
19449 "futures-channel",
19450 "futures-util",
19451 "headers",
19452 "http 0.2.12",
19453 "hyper 0.14.32",
19454 "log",
19455 "mime",
19456 "mime_guess",
19457 "percent-encoding",
19458 "pin-project",
19459 "scoped-tls",
19460 "serde",
19461 "serde_json",
19462 "serde_urlencoded",
19463 "tokio",
19464 "tokio-tungstenite 0.21.0",
19465 "tokio-util",
19466 "tower-service",
19467 "tracing",
19468]
19469
19470[[package]]
19471name = "wasi"
19472version = "0.11.1+wasi-snapshot-preview1"
19473source = "registry+https://github.com/rust-lang/crates.io-index"
19474checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19475
19476[[package]]
19477name = "wasip2"
19478version = "1.0.1+wasi-0.2.4"
19479source = "registry+https://github.com/rust-lang/crates.io-index"
19480checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19481dependencies = [
19482 "wit-bindgen 0.46.0",
19483]
19484
19485[[package]]
19486name = "wasip3"
19487version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19488source = "registry+https://github.com/rust-lang/crates.io-index"
19489checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19490dependencies = [
19491 "wit-bindgen 0.51.0",
19492]
19493
19494[[package]]
19495name = "wasite"
19496version = "0.1.0"
19497source = "registry+https://github.com/rust-lang/crates.io-index"
19498checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19499
19500[[package]]
19501name = "wasm-bindgen"
19502version = "0.2.113"
19503source = "registry+https://github.com/rust-lang/crates.io-index"
19504checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19505dependencies = [
19506 "cfg-if",
19507 "once_cell",
19508 "rustversion",
19509 "wasm-bindgen-macro",
19510 "wasm-bindgen-shared",
19511]
19512
19513[[package]]
19514name = "wasm-bindgen-futures"
19515version = "0.4.63"
19516source = "registry+https://github.com/rust-lang/crates.io-index"
19517checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19518dependencies = [
19519 "cfg-if",
19520 "futures-util",
19521 "js-sys",
19522 "once_cell",
19523 "wasm-bindgen",
19524 "web-sys",
19525]
19526
19527[[package]]
19528name = "wasm-bindgen-macro"
19529version = "0.2.113"
19530source = "registry+https://github.com/rust-lang/crates.io-index"
19531checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19532dependencies = [
19533 "quote",
19534 "wasm-bindgen-macro-support",
19535]
19536
19537[[package]]
19538name = "wasm-bindgen-macro-support"
19539version = "0.2.113"
19540source = "registry+https://github.com/rust-lang/crates.io-index"
19541checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19542dependencies = [
19543 "bumpalo",
19544 "proc-macro2",
19545 "quote",
19546 "syn 2.0.117",
19547 "wasm-bindgen-shared",
19548]
19549
19550[[package]]
19551name = "wasm-bindgen-shared"
19552version = "0.2.113"
19553source = "registry+https://github.com/rust-lang/crates.io-index"
19554checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19555dependencies = [
19556 "unicode-ident",
19557]
19558
19559[[package]]
19560name = "wasm-encoder"
19561version = "0.201.0"
19562source = "registry+https://github.com/rust-lang/crates.io-index"
19563checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19564dependencies = [
19565 "leb128",
19566]
19567
19568[[package]]
19569name = "wasm-encoder"
19570version = "0.221.3"
19571source = "registry+https://github.com/rust-lang/crates.io-index"
19572checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19573dependencies = [
19574 "leb128",
19575 "wasmparser 0.221.3",
19576]
19577
19578[[package]]
19579name = "wasm-encoder"
19580version = "0.227.1"
19581source = "registry+https://github.com/rust-lang/crates.io-index"
19582checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19583dependencies = [
19584 "leb128fmt",
19585 "wasmparser 0.227.1",
19586]
19587
19588[[package]]
19589name = "wasm-encoder"
19590version = "0.236.1"
19591source = "registry+https://github.com/rust-lang/crates.io-index"
19592checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19593dependencies = [
19594 "leb128fmt",
19595 "wasmparser 0.236.1",
19596]
19597
19598[[package]]
19599name = "wasm-encoder"
19600version = "0.244.0"
19601source = "registry+https://github.com/rust-lang/crates.io-index"
19602checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19603dependencies = [
19604 "leb128fmt",
19605 "wasmparser 0.244.0",
19606]
19607
19608[[package]]
19609name = "wasm-metadata"
19610version = "0.201.0"
19611source = "registry+https://github.com/rust-lang/crates.io-index"
19612checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19613dependencies = [
19614 "anyhow",
19615 "indexmap",
19616 "serde",
19617 "serde_derive",
19618 "serde_json",
19619 "spdx",
19620 "wasm-encoder 0.201.0",
19621 "wasmparser 0.201.0",
19622]
19623
19624[[package]]
19625name = "wasm-metadata"
19626version = "0.227.1"
19627source = "registry+https://github.com/rust-lang/crates.io-index"
19628checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19629dependencies = [
19630 "anyhow",
19631 "auditable-serde",
19632 "flate2",
19633 "indexmap",
19634 "serde",
19635 "serde_derive",
19636 "serde_json",
19637 "spdx",
19638 "url",
19639 "wasm-encoder 0.227.1",
19640 "wasmparser 0.227.1",
19641]
19642
19643[[package]]
19644name = "wasm-metadata"
19645version = "0.244.0"
19646source = "registry+https://github.com/rust-lang/crates.io-index"
19647checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19648dependencies = [
19649 "anyhow",
19650 "indexmap",
19651 "wasm-encoder 0.244.0",
19652 "wasmparser 0.244.0",
19653]
19654
19655[[package]]
19656name = "wasm-streams"
19657version = "0.4.2"
19658source = "registry+https://github.com/rust-lang/crates.io-index"
19659checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19660dependencies = [
19661 "futures-util",
19662 "js-sys",
19663 "wasm-bindgen",
19664 "wasm-bindgen-futures",
19665 "web-sys",
19666]
19667
19668[[package]]
19669name = "wasm_thread"
19670version = "0.3.3"
19671source = "registry+https://github.com/rust-lang/crates.io-index"
19672checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19673dependencies = [
19674 "futures 0.3.32",
19675 "js-sys",
19676 "wasm-bindgen",
19677 "web-sys",
19678]
19679
19680[[package]]
19681name = "wasmparser"
19682version = "0.201.0"
19683source = "registry+https://github.com/rust-lang/crates.io-index"
19684checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19685dependencies = [
19686 "bitflags 2.10.0",
19687 "indexmap",
19688 "semver",
19689]
19690
19691[[package]]
19692name = "wasmparser"
19693version = "0.221.3"
19694source = "registry+https://github.com/rust-lang/crates.io-index"
19695checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19696dependencies = [
19697 "bitflags 2.10.0",
19698 "hashbrown 0.15.5",
19699 "indexmap",
19700 "semver",
19701 "serde",
19702]
19703
19704[[package]]
19705name = "wasmparser"
19706version = "0.227.1"
19707source = "registry+https://github.com/rust-lang/crates.io-index"
19708checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19709dependencies = [
19710 "bitflags 2.10.0",
19711 "hashbrown 0.15.5",
19712 "indexmap",
19713 "semver",
19714]
19715
19716[[package]]
19717name = "wasmparser"
19718version = "0.236.1"
19719source = "registry+https://github.com/rust-lang/crates.io-index"
19720checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19721dependencies = [
19722 "bitflags 2.10.0",
19723 "hashbrown 0.15.5",
19724 "indexmap",
19725 "semver",
19726 "serde",
19727]
19728
19729[[package]]
19730name = "wasmparser"
19731version = "0.244.0"
19732source = "registry+https://github.com/rust-lang/crates.io-index"
19733checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19734dependencies = [
19735 "bitflags 2.10.0",
19736 "hashbrown 0.15.5",
19737 "indexmap",
19738 "semver",
19739]
19740
19741[[package]]
19742name = "wasmprinter"
19743version = "0.236.1"
19744source = "registry+https://github.com/rust-lang/crates.io-index"
19745checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19746dependencies = [
19747 "anyhow",
19748 "termcolor",
19749 "wasmparser 0.236.1",
19750]
19751
19752[[package]]
19753name = "wasmtime"
19754version = "36.0.6"
19755source = "registry+https://github.com/rust-lang/crates.io-index"
19756checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19757dependencies = [
19758 "addr2line",
19759 "anyhow",
19760 "async-trait",
19761 "bitflags 2.10.0",
19762 "bumpalo",
19763 "cc",
19764 "cfg-if",
19765 "encoding_rs",
19766 "hashbrown 0.15.5",
19767 "indexmap",
19768 "libc",
19769 "log",
19770 "mach2 0.4.3",
19771 "memfd",
19772 "object",
19773 "once_cell",
19774 "postcard",
19775 "pulley-interpreter",
19776 "rayon",
19777 "rustix 1.1.2",
19778 "semver",
19779 "serde",
19780 "serde_derive",
19781 "smallvec",
19782 "target-lexicon 0.13.3",
19783 "wasmparser 0.236.1",
19784 "wasmtime-environ",
19785 "wasmtime-internal-asm-macros",
19786 "wasmtime-internal-component-macro",
19787 "wasmtime-internal-component-util",
19788 "wasmtime-internal-cranelift",
19789 "wasmtime-internal-fiber",
19790 "wasmtime-internal-jit-debug",
19791 "wasmtime-internal-jit-icache-coherence",
19792 "wasmtime-internal-math",
19793 "wasmtime-internal-slab",
19794 "wasmtime-internal-unwinder",
19795 "wasmtime-internal-versioned-export-macros",
19796 "wasmtime-internal-winch",
19797 "windows-sys 0.60.2",
19798]
19799
19800[[package]]
19801name = "wasmtime-c-api-impl"
19802version = "36.0.6"
19803source = "registry+https://github.com/rust-lang/crates.io-index"
19804checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19805dependencies = [
19806 "anyhow",
19807 "log",
19808 "tracing",
19809 "wasmtime",
19810 "wasmtime-internal-c-api-macros",
19811]
19812
19813[[package]]
19814name = "wasmtime-environ"
19815version = "36.0.6"
19816source = "registry+https://github.com/rust-lang/crates.io-index"
19817checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19818dependencies = [
19819 "anyhow",
19820 "cpp_demangle",
19821 "cranelift-bitset",
19822 "cranelift-entity",
19823 "gimli",
19824 "indexmap",
19825 "log",
19826 "object",
19827 "postcard",
19828 "rustc-demangle",
19829 "semver",
19830 "serde",
19831 "serde_derive",
19832 "smallvec",
19833 "target-lexicon 0.13.3",
19834 "wasm-encoder 0.236.1",
19835 "wasmparser 0.236.1",
19836 "wasmprinter",
19837 "wasmtime-internal-component-util",
19838]
19839
19840[[package]]
19841name = "wasmtime-internal-asm-macros"
19842version = "36.0.6"
19843source = "registry+https://github.com/rust-lang/crates.io-index"
19844checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19845dependencies = [
19846 "cfg-if",
19847]
19848
19849[[package]]
19850name = "wasmtime-internal-c-api-macros"
19851version = "36.0.6"
19852source = "registry+https://github.com/rust-lang/crates.io-index"
19853checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19854dependencies = [
19855 "proc-macro2",
19856 "quote",
19857]
19858
19859[[package]]
19860name = "wasmtime-internal-component-macro"
19861version = "36.0.6"
19862source = "registry+https://github.com/rust-lang/crates.io-index"
19863checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19864dependencies = [
19865 "anyhow",
19866 "proc-macro2",
19867 "quote",
19868 "syn 2.0.117",
19869 "wasmtime-internal-component-util",
19870 "wasmtime-internal-wit-bindgen",
19871 "wit-parser 0.236.1",
19872]
19873
19874[[package]]
19875name = "wasmtime-internal-component-util"
19876version = "36.0.6"
19877source = "registry+https://github.com/rust-lang/crates.io-index"
19878checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19879
19880[[package]]
19881name = "wasmtime-internal-cranelift"
19882version = "36.0.6"
19883source = "registry+https://github.com/rust-lang/crates.io-index"
19884checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19885dependencies = [
19886 "anyhow",
19887 "cfg-if",
19888 "cranelift-codegen",
19889 "cranelift-control",
19890 "cranelift-entity",
19891 "cranelift-frontend",
19892 "cranelift-native",
19893 "gimli",
19894 "itertools 0.14.0",
19895 "log",
19896 "object",
19897 "pulley-interpreter",
19898 "smallvec",
19899 "target-lexicon 0.13.3",
19900 "thiserror 2.0.17",
19901 "wasmparser 0.236.1",
19902 "wasmtime-environ",
19903 "wasmtime-internal-math",
19904 "wasmtime-internal-versioned-export-macros",
19905]
19906
19907[[package]]
19908name = "wasmtime-internal-fiber"
19909version = "36.0.6"
19910source = "registry+https://github.com/rust-lang/crates.io-index"
19911checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19912dependencies = [
19913 "anyhow",
19914 "cc",
19915 "cfg-if",
19916 "libc",
19917 "rustix 1.1.2",
19918 "wasmtime-internal-asm-macros",
19919 "wasmtime-internal-versioned-export-macros",
19920 "windows-sys 0.60.2",
19921]
19922
19923[[package]]
19924name = "wasmtime-internal-jit-debug"
19925version = "36.0.6"
19926source = "registry+https://github.com/rust-lang/crates.io-index"
19927checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19928dependencies = [
19929 "cc",
19930 "wasmtime-internal-versioned-export-macros",
19931]
19932
19933[[package]]
19934name = "wasmtime-internal-jit-icache-coherence"
19935version = "36.0.6"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19938dependencies = [
19939 "anyhow",
19940 "cfg-if",
19941 "libc",
19942 "windows-sys 0.60.2",
19943]
19944
19945[[package]]
19946name = "wasmtime-internal-math"
19947version = "36.0.6"
19948source = "registry+https://github.com/rust-lang/crates.io-index"
19949checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19950dependencies = [
19951 "libm",
19952]
19953
19954[[package]]
19955name = "wasmtime-internal-slab"
19956version = "36.0.6"
19957source = "registry+https://github.com/rust-lang/crates.io-index"
19958checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19959
19960[[package]]
19961name = "wasmtime-internal-unwinder"
19962version = "36.0.6"
19963source = "registry+https://github.com/rust-lang/crates.io-index"
19964checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19965dependencies = [
19966 "anyhow",
19967 "cfg-if",
19968 "cranelift-codegen",
19969 "log",
19970 "object",
19971]
19972
19973[[package]]
19974name = "wasmtime-internal-versioned-export-macros"
19975version = "36.0.6"
19976source = "registry+https://github.com/rust-lang/crates.io-index"
19977checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19978dependencies = [
19979 "proc-macro2",
19980 "quote",
19981 "syn 2.0.117",
19982]
19983
19984[[package]]
19985name = "wasmtime-internal-winch"
19986version = "36.0.6"
19987source = "registry+https://github.com/rust-lang/crates.io-index"
19988checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19989dependencies = [
19990 "anyhow",
19991 "cranelift-codegen",
19992 "gimli",
19993 "object",
19994 "target-lexicon 0.13.3",
19995 "wasmparser 0.236.1",
19996 "wasmtime-environ",
19997 "wasmtime-internal-cranelift",
19998 "winch-codegen",
19999]
20000
20001[[package]]
20002name = "wasmtime-internal-wit-bindgen"
20003version = "36.0.6"
20004source = "registry+https://github.com/rust-lang/crates.io-index"
20005checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
20006dependencies = [
20007 "anyhow",
20008 "bitflags 2.10.0",
20009 "heck 0.5.0",
20010 "indexmap",
20011 "wit-parser 0.236.1",
20012]
20013
20014[[package]]
20015name = "wasmtime-wasi"
20016version = "36.0.6"
20017source = "registry+https://github.com/rust-lang/crates.io-index"
20018checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20019dependencies = [
20020 "anyhow",
20021 "async-trait",
20022 "bitflags 2.10.0",
20023 "bytes 1.11.1",
20024 "cap-fs-ext",
20025 "cap-net-ext",
20026 "cap-rand",
20027 "cap-std",
20028 "cap-time-ext",
20029 "fs-set-times",
20030 "futures 0.3.32",
20031 "io-extras",
20032 "io-lifetimes",
20033 "rustix 1.1.2",
20034 "system-interface",
20035 "thiserror 2.0.17",
20036 "tokio",
20037 "tracing",
20038 "url",
20039 "wasmtime",
20040 "wasmtime-wasi-io",
20041 "wiggle",
20042 "windows-sys 0.60.2",
20043]
20044
20045[[package]]
20046name = "wasmtime-wasi-io"
20047version = "36.0.6"
20048source = "registry+https://github.com/rust-lang/crates.io-index"
20049checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20050dependencies = [
20051 "anyhow",
20052 "async-trait",
20053 "bytes 1.11.1",
20054 "futures 0.3.32",
20055 "wasmtime",
20056]
20057
20058[[package]]
20059name = "wast"
20060version = "35.0.2"
20061source = "registry+https://github.com/rust-lang/crates.io-index"
20062checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20063dependencies = [
20064 "leb128",
20065]
20066
20067[[package]]
20068name = "watch"
20069version = "0.1.0"
20070dependencies = [
20071 "ctor",
20072 "futures 0.3.32",
20073 "gpui",
20074 "parking_lot",
20075 "zlog",
20076]
20077
20078[[package]]
20079name = "wax"
20080version = "0.7.0"
20081source = "registry+https://github.com/rust-lang/crates.io-index"
20082checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20083dependencies = [
20084 "const_format",
20085 "itertools 0.14.0",
20086 "nom 7.1.3",
20087 "pori",
20088 "regex",
20089 "thiserror 2.0.17",
20090 "walkdir",
20091]
20092
20093[[package]]
20094name = "wayland-backend"
20095version = "0.3.11"
20096source = "registry+https://github.com/rust-lang/crates.io-index"
20097checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20098dependencies = [
20099 "cc",
20100 "downcast-rs",
20101 "rustix 1.1.2",
20102 "scoped-tls",
20103 "smallvec",
20104 "wayland-sys",
20105]
20106
20107[[package]]
20108name = "wayland-client"
20109version = "0.31.11"
20110source = "registry+https://github.com/rust-lang/crates.io-index"
20111checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20112dependencies = [
20113 "bitflags 2.10.0",
20114 "rustix 1.1.2",
20115 "wayland-backend",
20116 "wayland-scanner",
20117]
20118
20119[[package]]
20120name = "wayland-cursor"
20121version = "0.31.11"
20122source = "registry+https://github.com/rust-lang/crates.io-index"
20123checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20124dependencies = [
20125 "rustix 1.1.2",
20126 "wayland-client",
20127 "xcursor",
20128]
20129
20130[[package]]
20131name = "wayland-protocols"
20132version = "0.32.9"
20133source = "registry+https://github.com/rust-lang/crates.io-index"
20134checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20135dependencies = [
20136 "bitflags 2.10.0",
20137 "wayland-backend",
20138 "wayland-client",
20139 "wayland-scanner",
20140]
20141
20142[[package]]
20143name = "wayland-protocols-plasma"
20144version = "0.3.9"
20145source = "registry+https://github.com/rust-lang/crates.io-index"
20146checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20147dependencies = [
20148 "bitflags 2.10.0",
20149 "wayland-backend",
20150 "wayland-client",
20151 "wayland-protocols",
20152 "wayland-scanner",
20153]
20154
20155[[package]]
20156name = "wayland-protocols-wlr"
20157version = "0.3.9"
20158source = "registry+https://github.com/rust-lang/crates.io-index"
20159checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20160dependencies = [
20161 "bitflags 2.10.0",
20162 "wayland-backend",
20163 "wayland-client",
20164 "wayland-protocols",
20165 "wayland-scanner",
20166]
20167
20168[[package]]
20169name = "wayland-scanner"
20170version = "0.31.7"
20171source = "registry+https://github.com/rust-lang/crates.io-index"
20172checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20173dependencies = [
20174 "proc-macro2",
20175 "quick-xml 0.37.5",
20176 "quote",
20177]
20178
20179[[package]]
20180name = "wayland-sys"
20181version = "0.31.7"
20182source = "registry+https://github.com/rust-lang/crates.io-index"
20183checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20184dependencies = [
20185 "dlib",
20186 "log",
20187 "once_cell",
20188 "pkg-config",
20189]
20190
20191[[package]]
20192name = "web-sys"
20193version = "0.3.90"
20194source = "registry+https://github.com/rust-lang/crates.io-index"
20195checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20196dependencies = [
20197 "js-sys",
20198 "wasm-bindgen",
20199]
20200
20201[[package]]
20202name = "web-time"
20203version = "1.1.0"
20204source = "registry+https://github.com/rust-lang/crates.io-index"
20205checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20206dependencies = [
20207 "js-sys",
20208 "serde",
20209 "wasm-bindgen",
20210]
20211
20212[[package]]
20213name = "web_atoms"
20214version = "0.1.3"
20215source = "registry+https://github.com/rust-lang/crates.io-index"
20216checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20217dependencies = [
20218 "phf 0.11.3",
20219 "phf_codegen",
20220 "string_cache",
20221 "string_cache_codegen",
20222]
20223
20224[[package]]
20225name = "web_search"
20226version = "0.1.0"
20227dependencies = [
20228 "anyhow",
20229 "cloud_llm_client",
20230 "collections",
20231 "gpui",
20232 "serde",
20233]
20234
20235[[package]]
20236name = "web_search_providers"
20237version = "0.1.0"
20238dependencies = [
20239 "anyhow",
20240 "client",
20241 "cloud_api_client",
20242 "cloud_api_types",
20243 "cloud_llm_client",
20244 "futures 0.3.32",
20245 "gpui",
20246 "http_client",
20247 "language_model",
20248 "serde",
20249 "serde_json",
20250 "web_search",
20251]
20252
20253[[package]]
20254name = "webpki-root-certs"
20255version = "0.26.8"
20256source = "registry+https://github.com/rust-lang/crates.io-index"
20257checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20258dependencies = [
20259 "rustls-pki-types",
20260]
20261
20262[[package]]
20263name = "webpki-roots"
20264version = "0.26.8"
20265source = "registry+https://github.com/rust-lang/crates.io-index"
20266checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20267dependencies = [
20268 "rustls-pki-types",
20269]
20270
20271[[package]]
20272name = "webrtc-sys"
20273version = "0.3.23"
20274source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20275dependencies = [
20276 "cc",
20277 "cxx",
20278 "cxx-build",
20279 "glob",
20280 "log",
20281 "pkg-config",
20282 "webrtc-sys-build",
20283]
20284
20285[[package]]
20286name = "webrtc-sys-build"
20287version = "0.3.13"
20288source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20289dependencies = [
20290 "anyhow",
20291 "fs2",
20292 "regex",
20293 "reqwest 0.12.24",
20294 "scratch",
20295 "semver",
20296 "zip 0.6.6",
20297]
20298
20299[[package]]
20300name = "weezl"
20301version = "0.1.10"
20302source = "registry+https://github.com/rust-lang/crates.io-index"
20303checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20304
20305[[package]]
20306name = "wgpu"
20307version = "29.0.0"
20308source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20309dependencies = [
20310 "arrayvec",
20311 "bitflags 2.10.0",
20312 "bytemuck",
20313 "cfg-if",
20314 "cfg_aliases 0.2.1",
20315 "document-features",
20316 "hashbrown 0.16.1",
20317 "js-sys",
20318 "log",
20319 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20320 "parking_lot",
20321 "portable-atomic",
20322 "profiling",
20323 "raw-window-handle",
20324 "smallvec",
20325 "static_assertions",
20326 "wasm-bindgen",
20327 "wasm-bindgen-futures",
20328 "web-sys",
20329 "wgpu-core",
20330 "wgpu-hal",
20331 "wgpu-types",
20332]
20333
20334[[package]]
20335name = "wgpu-core"
20336version = "29.0.0"
20337source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20338dependencies = [
20339 "arrayvec",
20340 "bit-set 0.9.1",
20341 "bit-vec 0.9.1",
20342 "bitflags 2.10.0",
20343 "bytemuck",
20344 "cfg_aliases 0.2.1",
20345 "document-features",
20346 "hashbrown 0.16.1",
20347 "indexmap",
20348 "log",
20349 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20350 "once_cell",
20351 "parking_lot",
20352 "portable-atomic",
20353 "profiling",
20354 "raw-window-handle",
20355 "rustc-hash 1.1.0",
20356 "smallvec",
20357 "thiserror 2.0.17",
20358 "wgpu-core-deps-apple",
20359 "wgpu-core-deps-emscripten",
20360 "wgpu-core-deps-windows-linux-android",
20361 "wgpu-hal",
20362 "wgpu-naga-bridge",
20363 "wgpu-types",
20364]
20365
20366[[package]]
20367name = "wgpu-core-deps-apple"
20368version = "29.0.0"
20369source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20370dependencies = [
20371 "wgpu-hal",
20372]
20373
20374[[package]]
20375name = "wgpu-core-deps-emscripten"
20376version = "29.0.0"
20377source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20378dependencies = [
20379 "wgpu-hal",
20380]
20381
20382[[package]]
20383name = "wgpu-core-deps-windows-linux-android"
20384version = "29.0.0"
20385source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20386dependencies = [
20387 "wgpu-hal",
20388]
20389
20390[[package]]
20391name = "wgpu-hal"
20392version = "29.0.0"
20393source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20394dependencies = [
20395 "android_system_properties",
20396 "arrayvec",
20397 "ash",
20398 "bit-set 0.9.1",
20399 "bitflags 2.10.0",
20400 "block2",
20401 "bytemuck",
20402 "cfg-if",
20403 "cfg_aliases 0.2.1",
20404 "glow",
20405 "glutin_wgl_sys",
20406 "gpu-allocator",
20407 "gpu-descriptor",
20408 "hashbrown 0.16.1",
20409 "js-sys",
20410 "khronos-egl",
20411 "libc",
20412 "libloading",
20413 "log",
20414 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20415 "ndk-sys",
20416 "objc2",
20417 "objc2-core-foundation",
20418 "objc2-foundation",
20419 "objc2-metal",
20420 "objc2-quartz-core",
20421 "once_cell",
20422 "ordered-float 4.6.0",
20423 "parking_lot",
20424 "portable-atomic",
20425 "portable-atomic-util",
20426 "profiling",
20427 "range-alloc",
20428 "raw-window-handle",
20429 "raw-window-metal",
20430 "renderdoc-sys",
20431 "smallvec",
20432 "thiserror 2.0.17",
20433 "wasm-bindgen",
20434 "wayland-sys",
20435 "web-sys",
20436 "wgpu-naga-bridge",
20437 "wgpu-types",
20438 "windows 0.62.2",
20439 "windows-core 0.62.2",
20440]
20441
20442[[package]]
20443name = "wgpu-naga-bridge"
20444version = "29.0.0"
20445source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20446dependencies = [
20447 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20448 "wgpu-types",
20449]
20450
20451[[package]]
20452name = "wgpu-types"
20453version = "29.0.0"
20454source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20455dependencies = [
20456 "bitflags 2.10.0",
20457 "bytemuck",
20458 "js-sys",
20459 "log",
20460 "raw-window-handle",
20461 "web-sys",
20462]
20463
20464[[package]]
20465name = "which"
20466version = "4.4.2"
20467source = "registry+https://github.com/rust-lang/crates.io-index"
20468checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20469dependencies = [
20470 "either",
20471 "home",
20472 "once_cell",
20473 "rustix 0.38.44",
20474]
20475
20476[[package]]
20477name = "which"
20478version = "6.0.3"
20479source = "registry+https://github.com/rust-lang/crates.io-index"
20480checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20481dependencies = [
20482 "either",
20483 "home",
20484 "rustix 0.38.44",
20485 "winsafe",
20486]
20487
20488[[package]]
20489name = "which_key"
20490version = "0.1.0"
20491dependencies = [
20492 "command_palette",
20493 "gpui",
20494 "serde",
20495 "settings",
20496 "theme_settings",
20497 "ui",
20498 "util",
20499 "workspace",
20500]
20501
20502[[package]]
20503name = "whoami"
20504version = "1.6.1"
20505source = "registry+https://github.com/rust-lang/crates.io-index"
20506checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20507dependencies = [
20508 "libredox",
20509 "wasite",
20510]
20511
20512[[package]]
20513name = "wiggle"
20514version = "36.0.6"
20515source = "registry+https://github.com/rust-lang/crates.io-index"
20516checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20517dependencies = [
20518 "anyhow",
20519 "async-trait",
20520 "bitflags 2.10.0",
20521 "thiserror 2.0.17",
20522 "tracing",
20523 "wasmtime",
20524 "wiggle-macro",
20525]
20526
20527[[package]]
20528name = "wiggle-generate"
20529version = "36.0.6"
20530source = "registry+https://github.com/rust-lang/crates.io-index"
20531checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20532dependencies = [
20533 "anyhow",
20534 "heck 0.5.0",
20535 "proc-macro2",
20536 "quote",
20537 "syn 2.0.117",
20538 "witx",
20539]
20540
20541[[package]]
20542name = "wiggle-macro"
20543version = "36.0.6"
20544source = "registry+https://github.com/rust-lang/crates.io-index"
20545checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20546dependencies = [
20547 "proc-macro2",
20548 "quote",
20549 "syn 2.0.117",
20550 "wiggle-generate",
20551]
20552
20553[[package]]
20554name = "winapi"
20555version = "0.3.9"
20556source = "registry+https://github.com/rust-lang/crates.io-index"
20557checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20558dependencies = [
20559 "winapi-i686-pc-windows-gnu",
20560 "winapi-x86_64-pc-windows-gnu",
20561]
20562
20563[[package]]
20564name = "winapi-i686-pc-windows-gnu"
20565version = "0.4.0"
20566source = "registry+https://github.com/rust-lang/crates.io-index"
20567checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20568
20569[[package]]
20570name = "winapi-util"
20571version = "0.1.11"
20572source = "registry+https://github.com/rust-lang/crates.io-index"
20573checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20574dependencies = [
20575 "windows-sys 0.61.2",
20576]
20577
20578[[package]]
20579name = "winapi-x86_64-pc-windows-gnu"
20580version = "0.4.0"
20581source = "registry+https://github.com/rust-lang/crates.io-index"
20582checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20583
20584[[package]]
20585name = "winch-codegen"
20586version = "36.0.6"
20587source = "registry+https://github.com/rust-lang/crates.io-index"
20588checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20589dependencies = [
20590 "anyhow",
20591 "cranelift-assembler-x64",
20592 "cranelift-codegen",
20593 "gimli",
20594 "regalloc2",
20595 "smallvec",
20596 "target-lexicon 0.13.3",
20597 "thiserror 2.0.17",
20598 "wasmparser 0.236.1",
20599 "wasmtime-environ",
20600 "wasmtime-internal-cranelift",
20601 "wasmtime-internal-math",
20602]
20603
20604[[package]]
20605name = "windows"
20606version = "0.57.0"
20607source = "registry+https://github.com/rust-lang/crates.io-index"
20608checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20609dependencies = [
20610 "windows-core 0.57.0",
20611 "windows-targets 0.52.6",
20612]
20613
20614[[package]]
20615name = "windows"
20616version = "0.58.0"
20617source = "registry+https://github.com/rust-lang/crates.io-index"
20618checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20619dependencies = [
20620 "windows-core 0.58.0",
20621 "windows-targets 0.52.6",
20622]
20623
20624[[package]]
20625name = "windows"
20626version = "0.61.3"
20627source = "registry+https://github.com/rust-lang/crates.io-index"
20628checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20629dependencies = [
20630 "windows-collections 0.2.0",
20631 "windows-core 0.61.2",
20632 "windows-future 0.2.1",
20633 "windows-link 0.1.3",
20634 "windows-numerics 0.2.0",
20635]
20636
20637[[package]]
20638name = "windows"
20639version = "0.62.2"
20640source = "registry+https://github.com/rust-lang/crates.io-index"
20641checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20642dependencies = [
20643 "windows-collections 0.3.2",
20644 "windows-core 0.62.2",
20645 "windows-future 0.3.2",
20646 "windows-numerics 0.3.1",
20647]
20648
20649[[package]]
20650name = "windows-bindgen"
20651version = "0.61.1"
20652source = "registry+https://github.com/rust-lang/crates.io-index"
20653checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20654dependencies = [
20655 "serde",
20656 "serde_json",
20657 "windows-threading 0.1.0",
20658]
20659
20660[[package]]
20661name = "windows-capture"
20662version = "1.4.3"
20663source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20664dependencies = [
20665 "clap",
20666 "ctrlc",
20667 "parking_lot",
20668 "rayon",
20669 "thiserror 2.0.17",
20670 "windows 0.61.3",
20671 "windows-future 0.2.1",
20672]
20673
20674[[package]]
20675name = "windows-collections"
20676version = "0.2.0"
20677source = "registry+https://github.com/rust-lang/crates.io-index"
20678checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20679dependencies = [
20680 "windows-core 0.61.2",
20681]
20682
20683[[package]]
20684name = "windows-collections"
20685version = "0.3.2"
20686source = "registry+https://github.com/rust-lang/crates.io-index"
20687checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20688dependencies = [
20689 "windows-core 0.62.2",
20690]
20691
20692[[package]]
20693name = "windows-core"
20694version = "0.57.0"
20695source = "registry+https://github.com/rust-lang/crates.io-index"
20696checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20697dependencies = [
20698 "windows-implement 0.57.0",
20699 "windows-interface 0.57.0",
20700 "windows-result 0.1.2",
20701 "windows-targets 0.52.6",
20702]
20703
20704[[package]]
20705name = "windows-core"
20706version = "0.58.0"
20707source = "registry+https://github.com/rust-lang/crates.io-index"
20708checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20709dependencies = [
20710 "windows-implement 0.58.0",
20711 "windows-interface 0.58.0",
20712 "windows-result 0.2.0",
20713 "windows-strings 0.1.0",
20714 "windows-targets 0.52.6",
20715]
20716
20717[[package]]
20718name = "windows-core"
20719version = "0.61.2"
20720source = "registry+https://github.com/rust-lang/crates.io-index"
20721checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20722dependencies = [
20723 "windows-implement 0.60.2",
20724 "windows-interface 0.59.3",
20725 "windows-link 0.1.3",
20726 "windows-result 0.3.4",
20727 "windows-strings 0.4.2",
20728]
20729
20730[[package]]
20731name = "windows-core"
20732version = "0.62.2"
20733source = "registry+https://github.com/rust-lang/crates.io-index"
20734checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20735dependencies = [
20736 "windows-implement 0.60.2",
20737 "windows-interface 0.59.3",
20738 "windows-link 0.2.1",
20739 "windows-result 0.4.1",
20740 "windows-strings 0.5.1",
20741]
20742
20743[[package]]
20744name = "windows-future"
20745version = "0.2.1"
20746source = "registry+https://github.com/rust-lang/crates.io-index"
20747checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20748dependencies = [
20749 "windows-core 0.61.2",
20750 "windows-link 0.1.3",
20751 "windows-threading 0.1.0",
20752]
20753
20754[[package]]
20755name = "windows-future"
20756version = "0.3.2"
20757source = "registry+https://github.com/rust-lang/crates.io-index"
20758checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20759dependencies = [
20760 "windows-core 0.62.2",
20761 "windows-link 0.2.1",
20762 "windows-threading 0.2.1",
20763]
20764
20765[[package]]
20766name = "windows-implement"
20767version = "0.57.0"
20768source = "registry+https://github.com/rust-lang/crates.io-index"
20769checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20770dependencies = [
20771 "proc-macro2",
20772 "quote",
20773 "syn 2.0.117",
20774]
20775
20776[[package]]
20777name = "windows-implement"
20778version = "0.58.0"
20779source = "registry+https://github.com/rust-lang/crates.io-index"
20780checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20781dependencies = [
20782 "proc-macro2",
20783 "quote",
20784 "syn 2.0.117",
20785]
20786
20787[[package]]
20788name = "windows-implement"
20789version = "0.60.2"
20790source = "registry+https://github.com/rust-lang/crates.io-index"
20791checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20792dependencies = [
20793 "proc-macro2",
20794 "quote",
20795 "syn 2.0.117",
20796]
20797
20798[[package]]
20799name = "windows-interface"
20800version = "0.57.0"
20801source = "registry+https://github.com/rust-lang/crates.io-index"
20802checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20803dependencies = [
20804 "proc-macro2",
20805 "quote",
20806 "syn 2.0.117",
20807]
20808
20809[[package]]
20810name = "windows-interface"
20811version = "0.58.0"
20812source = "registry+https://github.com/rust-lang/crates.io-index"
20813checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20814dependencies = [
20815 "proc-macro2",
20816 "quote",
20817 "syn 2.0.117",
20818]
20819
20820[[package]]
20821name = "windows-interface"
20822version = "0.59.3"
20823source = "registry+https://github.com/rust-lang/crates.io-index"
20824checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20825dependencies = [
20826 "proc-macro2",
20827 "quote",
20828 "syn 2.0.117",
20829]
20830
20831[[package]]
20832name = "windows-link"
20833version = "0.1.3"
20834source = "registry+https://github.com/rust-lang/crates.io-index"
20835checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20836
20837[[package]]
20838name = "windows-link"
20839version = "0.2.1"
20840source = "registry+https://github.com/rust-lang/crates.io-index"
20841checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20842
20843[[package]]
20844name = "windows-numerics"
20845version = "0.2.0"
20846source = "registry+https://github.com/rust-lang/crates.io-index"
20847checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20848dependencies = [
20849 "windows-core 0.61.2",
20850 "windows-link 0.1.3",
20851]
20852
20853[[package]]
20854name = "windows-numerics"
20855version = "0.3.1"
20856source = "registry+https://github.com/rust-lang/crates.io-index"
20857checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20858dependencies = [
20859 "windows-core 0.62.2",
20860 "windows-link 0.2.1",
20861]
20862
20863[[package]]
20864name = "windows-registry"
20865version = "0.4.0"
20866source = "registry+https://github.com/rust-lang/crates.io-index"
20867checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20868dependencies = [
20869 "windows-result 0.3.4",
20870 "windows-strings 0.3.1",
20871 "windows-targets 0.53.5",
20872]
20873
20874[[package]]
20875name = "windows-registry"
20876version = "0.5.3"
20877source = "registry+https://github.com/rust-lang/crates.io-index"
20878checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20879dependencies = [
20880 "windows-link 0.1.3",
20881 "windows-result 0.3.4",
20882 "windows-strings 0.4.2",
20883]
20884
20885[[package]]
20886name = "windows-registry"
20887version = "0.6.1"
20888source = "registry+https://github.com/rust-lang/crates.io-index"
20889checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20890dependencies = [
20891 "windows-link 0.2.1",
20892 "windows-result 0.4.1",
20893 "windows-strings 0.5.1",
20894]
20895
20896[[package]]
20897name = "windows-result"
20898version = "0.1.2"
20899source = "registry+https://github.com/rust-lang/crates.io-index"
20900checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20901dependencies = [
20902 "windows-targets 0.52.6",
20903]
20904
20905[[package]]
20906name = "windows-result"
20907version = "0.2.0"
20908source = "registry+https://github.com/rust-lang/crates.io-index"
20909checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20910dependencies = [
20911 "windows-targets 0.52.6",
20912]
20913
20914[[package]]
20915name = "windows-result"
20916version = "0.3.4"
20917source = "registry+https://github.com/rust-lang/crates.io-index"
20918checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20919dependencies = [
20920 "windows-link 0.1.3",
20921]
20922
20923[[package]]
20924name = "windows-result"
20925version = "0.4.1"
20926source = "registry+https://github.com/rust-lang/crates.io-index"
20927checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20928dependencies = [
20929 "windows-link 0.2.1",
20930]
20931
20932[[package]]
20933name = "windows-strings"
20934version = "0.1.0"
20935source = "registry+https://github.com/rust-lang/crates.io-index"
20936checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20937dependencies = [
20938 "windows-result 0.2.0",
20939 "windows-targets 0.52.6",
20940]
20941
20942[[package]]
20943name = "windows-strings"
20944version = "0.3.1"
20945source = "registry+https://github.com/rust-lang/crates.io-index"
20946checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20947dependencies = [
20948 "windows-link 0.1.3",
20949]
20950
20951[[package]]
20952name = "windows-strings"
20953version = "0.4.2"
20954source = "registry+https://github.com/rust-lang/crates.io-index"
20955checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20956dependencies = [
20957 "windows-link 0.1.3",
20958]
20959
20960[[package]]
20961name = "windows-strings"
20962version = "0.5.1"
20963source = "registry+https://github.com/rust-lang/crates.io-index"
20964checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20965dependencies = [
20966 "windows-link 0.2.1",
20967]
20968
20969[[package]]
20970name = "windows-sys"
20971version = "0.45.0"
20972source = "registry+https://github.com/rust-lang/crates.io-index"
20973checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20974dependencies = [
20975 "windows-targets 0.42.2",
20976]
20977
20978[[package]]
20979name = "windows-sys"
20980version = "0.48.0"
20981source = "registry+https://github.com/rust-lang/crates.io-index"
20982checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20983dependencies = [
20984 "windows-targets 0.48.5",
20985]
20986
20987[[package]]
20988name = "windows-sys"
20989version = "0.52.0"
20990source = "registry+https://github.com/rust-lang/crates.io-index"
20991checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20992dependencies = [
20993 "windows-targets 0.52.6",
20994]
20995
20996[[package]]
20997name = "windows-sys"
20998version = "0.59.0"
20999source = "registry+https://github.com/rust-lang/crates.io-index"
21000checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21001dependencies = [
21002 "windows-targets 0.52.6",
21003]
21004
21005[[package]]
21006name = "windows-sys"
21007version = "0.60.2"
21008source = "registry+https://github.com/rust-lang/crates.io-index"
21009checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21010dependencies = [
21011 "windows-targets 0.53.5",
21012]
21013
21014[[package]]
21015name = "windows-sys"
21016version = "0.61.2"
21017source = "registry+https://github.com/rust-lang/crates.io-index"
21018checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21019dependencies = [
21020 "windows-link 0.2.1",
21021]
21022
21023[[package]]
21024name = "windows-targets"
21025version = "0.42.2"
21026source = "registry+https://github.com/rust-lang/crates.io-index"
21027checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21028dependencies = [
21029 "windows_aarch64_gnullvm 0.42.2",
21030 "windows_aarch64_msvc 0.42.2",
21031 "windows_i686_gnu 0.42.2",
21032 "windows_i686_msvc 0.42.2",
21033 "windows_x86_64_gnu 0.42.2",
21034 "windows_x86_64_gnullvm 0.42.2",
21035 "windows_x86_64_msvc 0.42.2",
21036]
21037
21038[[package]]
21039name = "windows-targets"
21040version = "0.48.5"
21041source = "registry+https://github.com/rust-lang/crates.io-index"
21042checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21043dependencies = [
21044 "windows_aarch64_gnullvm 0.48.5",
21045 "windows_aarch64_msvc 0.48.5",
21046 "windows_i686_gnu 0.48.5",
21047 "windows_i686_msvc 0.48.5",
21048 "windows_x86_64_gnu 0.48.5",
21049 "windows_x86_64_gnullvm 0.48.5",
21050 "windows_x86_64_msvc 0.48.5",
21051]
21052
21053[[package]]
21054name = "windows-targets"
21055version = "0.52.6"
21056source = "registry+https://github.com/rust-lang/crates.io-index"
21057checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21058dependencies = [
21059 "windows_aarch64_gnullvm 0.52.6",
21060 "windows_aarch64_msvc 0.52.6",
21061 "windows_i686_gnu 0.52.6",
21062 "windows_i686_gnullvm 0.52.6",
21063 "windows_i686_msvc 0.52.6",
21064 "windows_x86_64_gnu 0.52.6",
21065 "windows_x86_64_gnullvm 0.52.6",
21066 "windows_x86_64_msvc 0.52.6",
21067]
21068
21069[[package]]
21070name = "windows-targets"
21071version = "0.53.5"
21072source = "registry+https://github.com/rust-lang/crates.io-index"
21073checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21074dependencies = [
21075 "windows-link 0.2.1",
21076 "windows_aarch64_gnullvm 0.53.1",
21077 "windows_aarch64_msvc 0.53.1",
21078 "windows_i686_gnu 0.53.1",
21079 "windows_i686_gnullvm 0.53.1",
21080 "windows_i686_msvc 0.53.1",
21081 "windows_x86_64_gnu 0.53.1",
21082 "windows_x86_64_gnullvm 0.53.1",
21083 "windows_x86_64_msvc 0.53.1",
21084]
21085
21086[[package]]
21087name = "windows-threading"
21088version = "0.1.0"
21089source = "registry+https://github.com/rust-lang/crates.io-index"
21090checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21091dependencies = [
21092 "windows-link 0.1.3",
21093]
21094
21095[[package]]
21096name = "windows-threading"
21097version = "0.2.1"
21098source = "registry+https://github.com/rust-lang/crates.io-index"
21099checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21100dependencies = [
21101 "windows-link 0.2.1",
21102]
21103
21104[[package]]
21105name = "windows_aarch64_gnullvm"
21106version = "0.42.2"
21107source = "registry+https://github.com/rust-lang/crates.io-index"
21108checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21109
21110[[package]]
21111name = "windows_aarch64_gnullvm"
21112version = "0.48.5"
21113source = "registry+https://github.com/rust-lang/crates.io-index"
21114checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21115
21116[[package]]
21117name = "windows_aarch64_gnullvm"
21118version = "0.52.6"
21119source = "registry+https://github.com/rust-lang/crates.io-index"
21120checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21121
21122[[package]]
21123name = "windows_aarch64_gnullvm"
21124version = "0.53.1"
21125source = "registry+https://github.com/rust-lang/crates.io-index"
21126checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21127
21128[[package]]
21129name = "windows_aarch64_msvc"
21130version = "0.42.2"
21131source = "registry+https://github.com/rust-lang/crates.io-index"
21132checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21133
21134[[package]]
21135name = "windows_aarch64_msvc"
21136version = "0.48.5"
21137source = "registry+https://github.com/rust-lang/crates.io-index"
21138checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21139
21140[[package]]
21141name = "windows_aarch64_msvc"
21142version = "0.52.6"
21143source = "registry+https://github.com/rust-lang/crates.io-index"
21144checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21145
21146[[package]]
21147name = "windows_aarch64_msvc"
21148version = "0.53.1"
21149source = "registry+https://github.com/rust-lang/crates.io-index"
21150checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21151
21152[[package]]
21153name = "windows_i686_gnu"
21154version = "0.42.2"
21155source = "registry+https://github.com/rust-lang/crates.io-index"
21156checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21157
21158[[package]]
21159name = "windows_i686_gnu"
21160version = "0.48.5"
21161source = "registry+https://github.com/rust-lang/crates.io-index"
21162checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21163
21164[[package]]
21165name = "windows_i686_gnu"
21166version = "0.52.6"
21167source = "registry+https://github.com/rust-lang/crates.io-index"
21168checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21169
21170[[package]]
21171name = "windows_i686_gnu"
21172version = "0.53.1"
21173source = "registry+https://github.com/rust-lang/crates.io-index"
21174checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21175
21176[[package]]
21177name = "windows_i686_gnullvm"
21178version = "0.52.6"
21179source = "registry+https://github.com/rust-lang/crates.io-index"
21180checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21181
21182[[package]]
21183name = "windows_i686_gnullvm"
21184version = "0.53.1"
21185source = "registry+https://github.com/rust-lang/crates.io-index"
21186checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21187
21188[[package]]
21189name = "windows_i686_msvc"
21190version = "0.42.2"
21191source = "registry+https://github.com/rust-lang/crates.io-index"
21192checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21193
21194[[package]]
21195name = "windows_i686_msvc"
21196version = "0.48.5"
21197source = "registry+https://github.com/rust-lang/crates.io-index"
21198checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21199
21200[[package]]
21201name = "windows_i686_msvc"
21202version = "0.52.6"
21203source = "registry+https://github.com/rust-lang/crates.io-index"
21204checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21205
21206[[package]]
21207name = "windows_i686_msvc"
21208version = "0.53.1"
21209source = "registry+https://github.com/rust-lang/crates.io-index"
21210checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21211
21212[[package]]
21213name = "windows_x86_64_gnu"
21214version = "0.42.2"
21215source = "registry+https://github.com/rust-lang/crates.io-index"
21216checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21217
21218[[package]]
21219name = "windows_x86_64_gnu"
21220version = "0.48.5"
21221source = "registry+https://github.com/rust-lang/crates.io-index"
21222checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21223
21224[[package]]
21225name = "windows_x86_64_gnu"
21226version = "0.52.6"
21227source = "registry+https://github.com/rust-lang/crates.io-index"
21228checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21229
21230[[package]]
21231name = "windows_x86_64_gnu"
21232version = "0.53.1"
21233source = "registry+https://github.com/rust-lang/crates.io-index"
21234checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21235
21236[[package]]
21237name = "windows_x86_64_gnullvm"
21238version = "0.42.2"
21239source = "registry+https://github.com/rust-lang/crates.io-index"
21240checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21241
21242[[package]]
21243name = "windows_x86_64_gnullvm"
21244version = "0.48.5"
21245source = "registry+https://github.com/rust-lang/crates.io-index"
21246checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21247
21248[[package]]
21249name = "windows_x86_64_gnullvm"
21250version = "0.52.6"
21251source = "registry+https://github.com/rust-lang/crates.io-index"
21252checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21253
21254[[package]]
21255name = "windows_x86_64_gnullvm"
21256version = "0.53.1"
21257source = "registry+https://github.com/rust-lang/crates.io-index"
21258checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21259
21260[[package]]
21261name = "windows_x86_64_msvc"
21262version = "0.42.2"
21263source = "registry+https://github.com/rust-lang/crates.io-index"
21264checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21265
21266[[package]]
21267name = "windows_x86_64_msvc"
21268version = "0.48.5"
21269source = "registry+https://github.com/rust-lang/crates.io-index"
21270checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21271
21272[[package]]
21273name = "windows_x86_64_msvc"
21274version = "0.52.6"
21275source = "registry+https://github.com/rust-lang/crates.io-index"
21276checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21277
21278[[package]]
21279name = "windows_x86_64_msvc"
21280version = "0.53.1"
21281source = "registry+https://github.com/rust-lang/crates.io-index"
21282checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21283
21284[[package]]
21285name = "winnow"
21286version = "0.7.13"
21287source = "registry+https://github.com/rust-lang/crates.io-index"
21288checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21289dependencies = [
21290 "memchr",
21291]
21292
21293[[package]]
21294name = "winreg"
21295version = "0.10.1"
21296source = "registry+https://github.com/rust-lang/crates.io-index"
21297checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21298dependencies = [
21299 "winapi",
21300]
21301
21302[[package]]
21303name = "winreg"
21304version = "0.50.0"
21305source = "registry+https://github.com/rust-lang/crates.io-index"
21306checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21307dependencies = [
21308 "cfg-if",
21309 "windows-sys 0.48.0",
21310]
21311
21312[[package]]
21313name = "winreg"
21314version = "0.55.0"
21315source = "registry+https://github.com/rust-lang/crates.io-index"
21316checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21317dependencies = [
21318 "cfg-if",
21319 "windows-sys 0.59.0",
21320]
21321
21322[[package]]
21323name = "winresource"
21324version = "0.1.23"
21325source = "registry+https://github.com/rust-lang/crates.io-index"
21326checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21327dependencies = [
21328 "toml 0.8.23",
21329 "version_check",
21330]
21331
21332[[package]]
21333name = "winsafe"
21334version = "0.0.19"
21335source = "registry+https://github.com/rust-lang/crates.io-index"
21336checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21337
21338[[package]]
21339name = "winx"
21340version = "0.36.4"
21341source = "registry+https://github.com/rust-lang/crates.io-index"
21342checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21343dependencies = [
21344 "bitflags 2.10.0",
21345 "windows-sys 0.59.0",
21346]
21347
21348[[package]]
21349name = "wio"
21350version = "0.2.2"
21351source = "registry+https://github.com/rust-lang/crates.io-index"
21352checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21353dependencies = [
21354 "winapi",
21355]
21356
21357[[package]]
21358name = "wit-bindgen"
21359version = "0.22.0"
21360source = "registry+https://github.com/rust-lang/crates.io-index"
21361checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21362dependencies = [
21363 "bitflags 2.10.0",
21364 "wit-bindgen-rt 0.22.0",
21365 "wit-bindgen-rust-macro 0.22.0",
21366]
21367
21368[[package]]
21369name = "wit-bindgen"
21370version = "0.41.0"
21371source = "registry+https://github.com/rust-lang/crates.io-index"
21372checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21373dependencies = [
21374 "wit-bindgen-rt 0.41.0",
21375 "wit-bindgen-rust-macro 0.41.0",
21376]
21377
21378[[package]]
21379name = "wit-bindgen"
21380version = "0.46.0"
21381source = "registry+https://github.com/rust-lang/crates.io-index"
21382checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21383
21384[[package]]
21385name = "wit-bindgen"
21386version = "0.51.0"
21387source = "registry+https://github.com/rust-lang/crates.io-index"
21388checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21389dependencies = [
21390 "wit-bindgen-rust-macro 0.51.0",
21391]
21392
21393[[package]]
21394name = "wit-bindgen-core"
21395version = "0.22.0"
21396source = "registry+https://github.com/rust-lang/crates.io-index"
21397checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21398dependencies = [
21399 "anyhow",
21400 "wit-parser 0.201.0",
21401]
21402
21403[[package]]
21404name = "wit-bindgen-core"
21405version = "0.41.0"
21406source = "registry+https://github.com/rust-lang/crates.io-index"
21407checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21408dependencies = [
21409 "anyhow",
21410 "heck 0.5.0",
21411 "wit-parser 0.227.1",
21412]
21413
21414[[package]]
21415name = "wit-bindgen-core"
21416version = "0.51.0"
21417source = "registry+https://github.com/rust-lang/crates.io-index"
21418checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21419dependencies = [
21420 "anyhow",
21421 "heck 0.5.0",
21422 "wit-parser 0.244.0",
21423]
21424
21425[[package]]
21426name = "wit-bindgen-rt"
21427version = "0.22.0"
21428source = "registry+https://github.com/rust-lang/crates.io-index"
21429checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21430
21431[[package]]
21432name = "wit-bindgen-rt"
21433version = "0.41.0"
21434source = "registry+https://github.com/rust-lang/crates.io-index"
21435checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21436dependencies = [
21437 "bitflags 2.10.0",
21438 "futures 0.3.32",
21439 "once_cell",
21440]
21441
21442[[package]]
21443name = "wit-bindgen-rust"
21444version = "0.22.0"
21445source = "registry+https://github.com/rust-lang/crates.io-index"
21446checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21447dependencies = [
21448 "anyhow",
21449 "heck 0.4.1",
21450 "indexmap",
21451 "wasm-metadata 0.201.0",
21452 "wit-bindgen-core 0.22.0",
21453 "wit-component 0.201.0",
21454]
21455
21456[[package]]
21457name = "wit-bindgen-rust"
21458version = "0.41.0"
21459source = "registry+https://github.com/rust-lang/crates.io-index"
21460checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21461dependencies = [
21462 "anyhow",
21463 "heck 0.5.0",
21464 "indexmap",
21465 "prettyplease",
21466 "syn 2.0.117",
21467 "wasm-metadata 0.227.1",
21468 "wit-bindgen-core 0.41.0",
21469 "wit-component 0.227.1",
21470]
21471
21472[[package]]
21473name = "wit-bindgen-rust"
21474version = "0.51.0"
21475source = "registry+https://github.com/rust-lang/crates.io-index"
21476checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21477dependencies = [
21478 "anyhow",
21479 "heck 0.5.0",
21480 "indexmap",
21481 "prettyplease",
21482 "syn 2.0.117",
21483 "wasm-metadata 0.244.0",
21484 "wit-bindgen-core 0.51.0",
21485 "wit-component 0.244.0",
21486]
21487
21488[[package]]
21489name = "wit-bindgen-rust-macro"
21490version = "0.22.0"
21491source = "registry+https://github.com/rust-lang/crates.io-index"
21492checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21493dependencies = [
21494 "anyhow",
21495 "proc-macro2",
21496 "quote",
21497 "syn 2.0.117",
21498 "wit-bindgen-core 0.22.0",
21499 "wit-bindgen-rust 0.22.0",
21500]
21501
21502[[package]]
21503name = "wit-bindgen-rust-macro"
21504version = "0.41.0"
21505source = "registry+https://github.com/rust-lang/crates.io-index"
21506checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21507dependencies = [
21508 "anyhow",
21509 "prettyplease",
21510 "proc-macro2",
21511 "quote",
21512 "syn 2.0.117",
21513 "wit-bindgen-core 0.41.0",
21514 "wit-bindgen-rust 0.41.0",
21515]
21516
21517[[package]]
21518name = "wit-bindgen-rust-macro"
21519version = "0.51.0"
21520source = "registry+https://github.com/rust-lang/crates.io-index"
21521checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21522dependencies = [
21523 "anyhow",
21524 "prettyplease",
21525 "proc-macro2",
21526 "quote",
21527 "syn 2.0.117",
21528 "wit-bindgen-core 0.51.0",
21529 "wit-bindgen-rust 0.51.0",
21530]
21531
21532[[package]]
21533name = "wit-component"
21534version = "0.201.0"
21535source = "registry+https://github.com/rust-lang/crates.io-index"
21536checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21537dependencies = [
21538 "anyhow",
21539 "bitflags 2.10.0",
21540 "indexmap",
21541 "log",
21542 "serde",
21543 "serde_derive",
21544 "serde_json",
21545 "wasm-encoder 0.201.0",
21546 "wasm-metadata 0.201.0",
21547 "wasmparser 0.201.0",
21548 "wit-parser 0.201.0",
21549]
21550
21551[[package]]
21552name = "wit-component"
21553version = "0.227.1"
21554source = "registry+https://github.com/rust-lang/crates.io-index"
21555checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21556dependencies = [
21557 "anyhow",
21558 "bitflags 2.10.0",
21559 "indexmap",
21560 "log",
21561 "serde",
21562 "serde_derive",
21563 "serde_json",
21564 "wasm-encoder 0.227.1",
21565 "wasm-metadata 0.227.1",
21566 "wasmparser 0.227.1",
21567 "wit-parser 0.227.1",
21568]
21569
21570[[package]]
21571name = "wit-component"
21572version = "0.244.0"
21573source = "registry+https://github.com/rust-lang/crates.io-index"
21574checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21575dependencies = [
21576 "anyhow",
21577 "bitflags 2.10.0",
21578 "indexmap",
21579 "log",
21580 "serde",
21581 "serde_derive",
21582 "serde_json",
21583 "wasm-encoder 0.244.0",
21584 "wasm-metadata 0.244.0",
21585 "wasmparser 0.244.0",
21586 "wit-parser 0.244.0",
21587]
21588
21589[[package]]
21590name = "wit-parser"
21591version = "0.201.0"
21592source = "registry+https://github.com/rust-lang/crates.io-index"
21593checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21594dependencies = [
21595 "anyhow",
21596 "id-arena",
21597 "indexmap",
21598 "log",
21599 "semver",
21600 "serde",
21601 "serde_derive",
21602 "serde_json",
21603 "unicode-xid",
21604 "wasmparser 0.201.0",
21605]
21606
21607[[package]]
21608name = "wit-parser"
21609version = "0.227.1"
21610source = "registry+https://github.com/rust-lang/crates.io-index"
21611checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21612dependencies = [
21613 "anyhow",
21614 "id-arena",
21615 "indexmap",
21616 "log",
21617 "semver",
21618 "serde",
21619 "serde_derive",
21620 "serde_json",
21621 "unicode-xid",
21622 "wasmparser 0.227.1",
21623]
21624
21625[[package]]
21626name = "wit-parser"
21627version = "0.236.1"
21628source = "registry+https://github.com/rust-lang/crates.io-index"
21629checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21630dependencies = [
21631 "anyhow",
21632 "id-arena",
21633 "indexmap",
21634 "log",
21635 "semver",
21636 "serde",
21637 "serde_derive",
21638 "serde_json",
21639 "unicode-xid",
21640 "wasmparser 0.236.1",
21641]
21642
21643[[package]]
21644name = "wit-parser"
21645version = "0.244.0"
21646source = "registry+https://github.com/rust-lang/crates.io-index"
21647checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21648dependencies = [
21649 "anyhow",
21650 "id-arena",
21651 "indexmap",
21652 "log",
21653 "semver",
21654 "serde",
21655 "serde_derive",
21656 "serde_json",
21657 "unicode-xid",
21658 "wasmparser 0.244.0",
21659]
21660
21661[[package]]
21662name = "witx"
21663version = "0.9.1"
21664source = "registry+https://github.com/rust-lang/crates.io-index"
21665checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21666dependencies = [
21667 "anyhow",
21668 "log",
21669 "thiserror 1.0.69",
21670 "wast",
21671]
21672
21673[[package]]
21674name = "workspace"
21675version = "0.1.0"
21676dependencies = [
21677 "agent_settings",
21678 "any_vec",
21679 "anyhow",
21680 "async-recursion",
21681 "chrono",
21682 "client",
21683 "clock",
21684 "collections",
21685 "component",
21686 "db",
21687 "feature_flags",
21688 "fs",
21689 "futures 0.3.32",
21690 "git",
21691 "gpui",
21692 "http_client",
21693 "itertools 0.14.0",
21694 "language",
21695 "log",
21696 "markdown",
21697 "menu",
21698 "node_runtime",
21699 "parking_lot",
21700 "postage",
21701 "pretty_assertions",
21702 "project",
21703 "remote",
21704 "schemars",
21705 "serde",
21706 "serde_json",
21707 "session",
21708 "settings",
21709 "smallvec",
21710 "sqlez",
21711 "strum 0.27.2",
21712 "task",
21713 "telemetry",
21714 "tempfile",
21715 "theme",
21716 "theme_settings",
21717 "ui",
21718 "util",
21719 "uuid",
21720 "vim_mode_setting",
21721 "windows 0.61.3",
21722 "zed_actions",
21723 "zlog",
21724]
21725
21726[[package]]
21727name = "worktree"
21728version = "0.1.0"
21729dependencies = [
21730 "anyhow",
21731 "async-lock 2.8.0",
21732 "chardetng",
21733 "clock",
21734 "collections",
21735 "encoding_rs",
21736 "fs",
21737 "futures 0.3.32",
21738 "fuzzy",
21739 "git",
21740 "gpui",
21741 "ignore",
21742 "language",
21743 "log",
21744 "parking_lot",
21745 "paths",
21746 "postage",
21747 "pretty_assertions",
21748 "rand 0.9.2",
21749 "rpc",
21750 "serde",
21751 "serde_json",
21752 "settings",
21753 "smallvec",
21754 "smol",
21755 "sum_tree",
21756 "text",
21757 "tracing",
21758 "util",
21759 "worktree",
21760 "zlog",
21761 "ztracing",
21762]
21763
21764[[package]]
21765name = "worktree_benchmarks"
21766version = "0.1.0"
21767dependencies = [
21768 "fs",
21769 "gpui_platform",
21770 "settings",
21771 "worktree",
21772]
21773
21774[[package]]
21775name = "wprcontrol"
21776version = "0.1.0"
21777source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21778dependencies = [
21779 "windows 0.61.3",
21780 "windows-bindgen",
21781 "windows-core 0.61.2",
21782 "windows-link 0.2.1",
21783]
21784
21785[[package]]
21786name = "writeable"
21787version = "0.6.1"
21788source = "registry+https://github.com/rust-lang/crates.io-index"
21789checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21790
21791[[package]]
21792name = "wyz"
21793version = "0.5.1"
21794source = "registry+https://github.com/rust-lang/crates.io-index"
21795checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21796dependencies = [
21797 "tap",
21798]
21799
21800[[package]]
21801name = "x11"
21802version = "2.21.0"
21803source = "registry+https://github.com/rust-lang/crates.io-index"
21804checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21805dependencies = [
21806 "libc",
21807 "pkg-config",
21808]
21809
21810[[package]]
21811name = "x11-clipboard"
21812version = "0.9.3"
21813source = "registry+https://github.com/rust-lang/crates.io-index"
21814checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21815dependencies = [
21816 "libc",
21817 "x11rb",
21818]
21819
21820[[package]]
21821name = "x11rb"
21822version = "0.13.2"
21823source = "registry+https://github.com/rust-lang/crates.io-index"
21824checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21825dependencies = [
21826 "as-raw-xcb-connection",
21827 "gethostname",
21828 "libc",
21829 "rustix 1.1.2",
21830 "x11rb-protocol",
21831 "xcursor",
21832]
21833
21834[[package]]
21835name = "x11rb-protocol"
21836version = "0.13.2"
21837source = "registry+https://github.com/rust-lang/crates.io-index"
21838checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21839
21840[[package]]
21841name = "x_ai"
21842version = "0.1.0"
21843dependencies = [
21844 "anyhow",
21845 "language_model_core",
21846 "schemars",
21847 "serde",
21848 "strum 0.27.2",
21849 "tiktoken-rs",
21850]
21851
21852[[package]]
21853name = "xattr"
21854version = "0.2.3"
21855source = "registry+https://github.com/rust-lang/crates.io-index"
21856checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21857dependencies = [
21858 "libc",
21859]
21860
21861[[package]]
21862name = "xcb"
21863version = "1.6.0"
21864source = "registry+https://github.com/rust-lang/crates.io-index"
21865checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21866dependencies = [
21867 "bitflags 1.3.2",
21868 "libc",
21869 "quick-xml 0.30.0",
21870 "x11",
21871]
21872
21873[[package]]
21874name = "xcursor"
21875version = "0.3.10"
21876source = "registry+https://github.com/rust-lang/crates.io-index"
21877checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21878
21879[[package]]
21880name = "xim-ctext"
21881version = "0.3.0"
21882source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21883dependencies = [
21884 "encoding_rs",
21885]
21886
21887[[package]]
21888name = "xim-parser"
21889version = "0.2.1"
21890source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21891dependencies = [
21892 "bitflags 2.10.0",
21893]
21894
21895[[package]]
21896name = "xkbcommon"
21897version = "0.8.0"
21898source = "registry+https://github.com/rust-lang/crates.io-index"
21899checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21900dependencies = [
21901 "as-raw-xcb-connection",
21902 "libc",
21903 "memmap2",
21904 "xkeysym",
21905]
21906
21907[[package]]
21908name = "xkeysym"
21909version = "0.2.1"
21910source = "registry+https://github.com/rust-lang/crates.io-index"
21911checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21912
21913[[package]]
21914name = "xml-rs"
21915version = "0.8.28"
21916source = "registry+https://github.com/rust-lang/crates.io-index"
21917checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21918
21919[[package]]
21920name = "xml5ever"
21921version = "0.18.1"
21922source = "registry+https://github.com/rust-lang/crates.io-index"
21923checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21924dependencies = [
21925 "log",
21926 "mac",
21927 "markup5ever 0.12.1",
21928]
21929
21930[[package]]
21931name = "xmlparser"
21932version = "0.13.6"
21933source = "registry+https://github.com/rust-lang/crates.io-index"
21934checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21935
21936[[package]]
21937name = "xmlwriter"
21938version = "0.1.0"
21939source = "registry+https://github.com/rust-lang/crates.io-index"
21940checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21941
21942[[package]]
21943name = "xtask"
21944version = "0.1.0"
21945dependencies = [
21946 "annotate-snippets",
21947 "anyhow",
21948 "backtrace",
21949 "cargo_metadata 0.19.2",
21950 "cargo_toml",
21951 "clap",
21952 "compliance",
21953 "gh-workflow",
21954 "indexmap",
21955 "indoc",
21956 "itertools 0.14.0",
21957 "regex",
21958 "serde",
21959 "serde_json",
21960 "serde_yaml",
21961 "strum 0.27.2",
21962 "tokio",
21963 "toml 0.8.23",
21964 "toml_edit 0.22.27",
21965]
21966
21967[[package]]
21968name = "yaml-rust2"
21969version = "0.8.1"
21970source = "registry+https://github.com/rust-lang/crates.io-index"
21971checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21972dependencies = [
21973 "arraydeque",
21974 "encoding_rs",
21975 "hashlink 0.8.4",
21976]
21977
21978[[package]]
21979name = "yansi"
21980version = "1.0.1"
21981source = "registry+https://github.com/rust-lang/crates.io-index"
21982checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21983
21984[[package]]
21985name = "yawc"
21986version = "0.2.5"
21987source = "registry+https://github.com/rust-lang/crates.io-index"
21988checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21989dependencies = [
21990 "base64 0.22.1",
21991 "bytes 1.11.1",
21992 "flate2",
21993 "futures 0.3.32",
21994 "http-body-util",
21995 "hyper 1.7.0",
21996 "hyper-util",
21997 "js-sys",
21998 "nom 8.0.0",
21999 "pin-project",
22000 "rand 0.8.5",
22001 "sha1",
22002 "thiserror 1.0.69",
22003 "tokio",
22004 "tokio-rustls 0.26.2",
22005 "tokio-util",
22006 "url",
22007 "wasm-bindgen",
22008 "wasm-bindgen-futures",
22009 "web-sys",
22010 "webpki-roots",
22011]
22012
22013[[package]]
22014name = "yazi"
22015version = "0.2.1"
22016source = "registry+https://github.com/rust-lang/crates.io-index"
22017checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22018
22019[[package]]
22020name = "yeslogic-fontconfig-sys"
22021version = "6.0.0"
22022source = "registry+https://github.com/rust-lang/crates.io-index"
22023checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22024dependencies = [
22025 "dlib",
22026 "once_cell",
22027 "pkg-config",
22028]
22029
22030[[package]]
22031name = "yoke"
22032version = "0.7.5"
22033source = "registry+https://github.com/rust-lang/crates.io-index"
22034checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22035dependencies = [
22036 "serde",
22037 "stable_deref_trait",
22038 "yoke-derive 0.7.5",
22039 "zerofrom",
22040]
22041
22042[[package]]
22043name = "yoke"
22044version = "0.8.0"
22045source = "registry+https://github.com/rust-lang/crates.io-index"
22046checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22047dependencies = [
22048 "serde",
22049 "stable_deref_trait",
22050 "yoke-derive 0.8.0",
22051 "zerofrom",
22052]
22053
22054[[package]]
22055name = "yoke-derive"
22056version = "0.7.5"
22057source = "registry+https://github.com/rust-lang/crates.io-index"
22058checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22059dependencies = [
22060 "proc-macro2",
22061 "quote",
22062 "syn 2.0.117",
22063 "synstructure",
22064]
22065
22066[[package]]
22067name = "yoke-derive"
22068version = "0.8.0"
22069source = "registry+https://github.com/rust-lang/crates.io-index"
22070checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22071dependencies = [
22072 "proc-macro2",
22073 "quote",
22074 "syn 2.0.117",
22075 "synstructure",
22076]
22077
22078[[package]]
22079name = "zbus"
22080version = "5.13.2"
22081source = "registry+https://github.com/rust-lang/crates.io-index"
22082checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22083dependencies = [
22084 "async-broadcast",
22085 "async-executor",
22086 "async-io",
22087 "async-lock 3.4.2",
22088 "async-process",
22089 "async-recursion",
22090 "async-task",
22091 "async-trait",
22092 "blocking",
22093 "enumflags2",
22094 "event-listener 5.4.1",
22095 "futures-core",
22096 "futures-lite 2.6.1",
22097 "hex",
22098 "libc",
22099 "ordered-stream",
22100 "rustix 1.1.2",
22101 "serde",
22102 "serde_repr",
22103 "tracing",
22104 "uds_windows",
22105 "uuid",
22106 "windows-sys 0.61.2",
22107 "winnow",
22108 "zbus_macros",
22109 "zbus_names",
22110 "zvariant",
22111]
22112
22113[[package]]
22114name = "zbus_macros"
22115version = "5.13.2"
22116source = "registry+https://github.com/rust-lang/crates.io-index"
22117checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22118dependencies = [
22119 "proc-macro-crate",
22120 "proc-macro2",
22121 "quote",
22122 "syn 2.0.117",
22123 "zbus_names",
22124 "zvariant",
22125 "zvariant_utils",
22126]
22127
22128[[package]]
22129name = "zbus_names"
22130version = "4.3.1"
22131source = "registry+https://github.com/rust-lang/crates.io-index"
22132checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22133dependencies = [
22134 "serde",
22135 "winnow",
22136 "zvariant",
22137]
22138
22139[[package]]
22140name = "zed"
22141version = "0.232.0"
22142dependencies = [
22143 "acp_thread",
22144 "acp_tools",
22145 "action_log",
22146 "activity_indicator",
22147 "agent",
22148 "agent-client-protocol",
22149 "agent_servers",
22150 "agent_settings",
22151 "agent_ui",
22152 "anyhow",
22153 "ashpd",
22154 "askpass",
22155 "assets",
22156 "audio",
22157 "auto_update",
22158 "auto_update_ui",
22159 "breadcrumbs",
22160 "call",
22161 "channel",
22162 "chrono",
22163 "clap",
22164 "cli",
22165 "client",
22166 "clock",
22167 "codestral",
22168 "collab_ui",
22169 "collections",
22170 "command_palette",
22171 "component",
22172 "component_preview",
22173 "copilot",
22174 "copilot_chat",
22175 "copilot_ui",
22176 "crashes",
22177 "csv_preview",
22178 "dap_adapters",
22179 "db",
22180 "debug_adapter_extension",
22181 "debugger_tools",
22182 "debugger_ui",
22183 "dev_container",
22184 "diagnostics",
22185 "edit_prediction",
22186 "edit_prediction_ui",
22187 "editor",
22188 "encoding_selector",
22189 "env_logger 0.11.8",
22190 "etw_tracing",
22191 "extension",
22192 "extension_host",
22193 "extensions_ui",
22194 "feature_flags",
22195 "feedback",
22196 "file_finder",
22197 "fs",
22198 "futures 0.3.32",
22199 "git",
22200 "git_graph",
22201 "git_hosting_providers",
22202 "git_ui",
22203 "go_to_line",
22204 "gpui",
22205 "gpui_platform",
22206 "gpui_tokio",
22207 "http_client",
22208 "image",
22209 "image_viewer",
22210 "inspector_ui",
22211 "install_cli",
22212 "itertools 0.14.0",
22213 "journal",
22214 "json_schema_store",
22215 "keymap_editor",
22216 "language",
22217 "language_extension",
22218 "language_model",
22219 "language_models",
22220 "language_onboarding",
22221 "language_selector",
22222 "language_tools",
22223 "languages",
22224 "line_ending_selector",
22225 "log",
22226 "markdown",
22227 "markdown_preview",
22228 "menu",
22229 "migrator",
22230 "mimalloc",
22231 "miniprofiler_ui",
22232 "nc",
22233 "node_runtime",
22234 "notifications",
22235 "onboarding",
22236 "outline",
22237 "outline_panel",
22238 "parking_lot",
22239 "paths",
22240 "picker",
22241 "pkg-config",
22242 "pretty_assertions",
22243 "profiling",
22244 "project",
22245 "project_panel",
22246 "project_symbols",
22247 "prompt_store",
22248 "proto",
22249 "rayon",
22250 "recent_projects",
22251 "release_channel",
22252 "remote",
22253 "repl",
22254 "reqwest_client",
22255 "rope",
22256 "search",
22257 "semver",
22258 "serde",
22259 "serde_json",
22260 "session",
22261 "settings",
22262 "settings_profile_selector",
22263 "settings_ui",
22264 "shellexpand 2.1.2",
22265 "sidebar",
22266 "smol",
22267 "snippet_provider",
22268 "snippets_ui",
22269 "svg_preview",
22270 "sysinfo 0.37.2",
22271 "system_specs",
22272 "tab_switcher",
22273 "task",
22274 "tasks_ui",
22275 "telemetry",
22276 "telemetry_events",
22277 "tempfile",
22278 "terminal_view",
22279 "theme",
22280 "theme_extension",
22281 "theme_selector",
22282 "theme_settings",
22283 "time",
22284 "time_format",
22285 "title_bar",
22286 "toolchain_selector",
22287 "tracing",
22288 "ui",
22289 "ui_prompt",
22290 "url",
22291 "urlencoding",
22292 "util",
22293 "uuid",
22294 "vim",
22295 "vim_mode_setting",
22296 "watch",
22297 "web_search",
22298 "web_search_providers",
22299 "which_key",
22300 "windows 0.61.3",
22301 "winresource",
22302 "workspace",
22303 "zed-reqwest",
22304 "zed_actions",
22305 "zed_env_vars",
22306 "zlog",
22307 "zlog_settings",
22308 "ztracing",
22309]
22310
22311[[package]]
22312name = "zed-font-kit"
22313version = "0.14.1-zed"
22314source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22315dependencies = [
22316 "bitflags 2.10.0",
22317 "byteorder",
22318 "core-foundation 0.10.0",
22319 "core-graphics 0.24.0",
22320 "core-text",
22321 "dirs 5.0.1",
22322 "dwrote",
22323 "float-ord",
22324 "freetype-sys",
22325 "lazy_static",
22326 "libc",
22327 "log",
22328 "pathfinder_geometry",
22329 "pathfinder_simd",
22330 "walkdir",
22331 "winapi",
22332 "yeslogic-fontconfig-sys",
22333]
22334
22335[[package]]
22336name = "zed-reqwest"
22337version = "0.12.15-zed"
22338source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22339dependencies = [
22340 "base64 0.22.1",
22341 "bytes 1.11.1",
22342 "encoding_rs",
22343 "futures-core",
22344 "futures-util",
22345 "h2 0.4.12",
22346 "http 1.3.1",
22347 "http-body 1.0.1",
22348 "http-body-util",
22349 "hyper 1.7.0",
22350 "hyper-rustls 0.27.7",
22351 "hyper-util",
22352 "ipnet",
22353 "js-sys",
22354 "log",
22355 "mime",
22356 "mime_guess",
22357 "once_cell",
22358 "percent-encoding",
22359 "pin-project-lite",
22360 "quinn",
22361 "rustls 0.23.33",
22362 "rustls-native-certs 0.8.2",
22363 "rustls-pemfile 2.2.0",
22364 "rustls-pki-types",
22365 "serde",
22366 "serde_json",
22367 "serde_urlencoded",
22368 "sync_wrapper 1.0.2",
22369 "system-configuration 0.6.1",
22370 "tokio",
22371 "tokio-rustls 0.26.2",
22372 "tokio-socks",
22373 "tokio-util",
22374 "tower 0.5.2",
22375 "tower-service",
22376 "url",
22377 "wasm-bindgen",
22378 "wasm-bindgen-futures",
22379 "wasm-streams",
22380 "web-sys",
22381 "windows-registry 0.4.0",
22382]
22383
22384[[package]]
22385name = "zed-scap"
22386version = "0.0.8-zed"
22387source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22388dependencies = [
22389 "anyhow",
22390 "cocoa 0.25.0",
22391 "core-graphics-helmer-fork",
22392 "log",
22393 "objc",
22394 "rand 0.8.5",
22395 "screencapturekit",
22396 "screencapturekit-sys",
22397 "sysinfo 0.31.4",
22398 "tao-core-video-sys",
22399 "windows 0.61.3",
22400 "windows-capture",
22401 "x11",
22402 "xcb",
22403]
22404
22405[[package]]
22406name = "zed-xim"
22407version = "0.4.0-zed"
22408source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22409dependencies = [
22410 "ahash 0.8.12",
22411 "hashbrown 0.14.5",
22412 "log",
22413 "x11rb",
22414 "xim-ctext",
22415 "xim-parser",
22416]
22417
22418[[package]]
22419name = "zed_actions"
22420version = "0.1.0"
22421dependencies = [
22422 "gpui",
22423 "schemars",
22424 "serde",
22425 "util",
22426 "uuid",
22427]
22428
22429[[package]]
22430name = "zed_credentials_provider"
22431version = "0.1.0"
22432dependencies = [
22433 "anyhow",
22434 "credentials_provider",
22435 "futures 0.3.32",
22436 "gpui",
22437 "paths",
22438 "release_channel",
22439 "serde",
22440 "serde_json",
22441]
22442
22443[[package]]
22444name = "zed_env_vars"
22445version = "0.1.0"
22446dependencies = [
22447 "env_var",
22448]
22449
22450[[package]]
22451name = "zed_extension_api"
22452version = "0.1.0"
22453source = "registry+https://github.com/rust-lang/crates.io-index"
22454checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22455dependencies = [
22456 "serde",
22457 "serde_json",
22458 "wit-bindgen 0.22.0",
22459]
22460
22461[[package]]
22462name = "zed_extension_api"
22463version = "0.7.0"
22464source = "registry+https://github.com/rust-lang/crates.io-index"
22465checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22466dependencies = [
22467 "serde",
22468 "serde_json",
22469 "wit-bindgen 0.41.0",
22470]
22471
22472[[package]]
22473name = "zed_extension_api"
22474version = "0.8.0"
22475dependencies = [
22476 "serde",
22477 "serde_json",
22478 "wit-bindgen 0.41.0",
22479]
22480
22481[[package]]
22482name = "zed_glsl"
22483version = "0.2.3"
22484dependencies = [
22485 "zed_extension_api 0.1.0",
22486]
22487
22488[[package]]
22489name = "zed_html"
22490version = "0.3.1"
22491dependencies = [
22492 "zed_extension_api 0.7.0",
22493]
22494
22495[[package]]
22496name = "zed_proto"
22497version = "0.3.2"
22498dependencies = [
22499 "zed_extension_api 0.7.0",
22500]
22501
22502[[package]]
22503name = "zed_test_extension"
22504version = "0.1.0"
22505dependencies = [
22506 "zed_extension_api 0.8.0",
22507]
22508
22509[[package]]
22510name = "zeno"
22511version = "0.3.3"
22512source = "registry+https://github.com/rust-lang/crates.io-index"
22513checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22514
22515[[package]]
22516name = "zerocopy"
22517version = "0.8.27"
22518source = "registry+https://github.com/rust-lang/crates.io-index"
22519checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22520dependencies = [
22521 "zerocopy-derive",
22522]
22523
22524[[package]]
22525name = "zerocopy-derive"
22526version = "0.8.27"
22527source = "registry+https://github.com/rust-lang/crates.io-index"
22528checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22529dependencies = [
22530 "proc-macro2",
22531 "quote",
22532 "syn 2.0.117",
22533]
22534
22535[[package]]
22536name = "zerofrom"
22537version = "0.1.6"
22538source = "registry+https://github.com/rust-lang/crates.io-index"
22539checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22540dependencies = [
22541 "zerofrom-derive",
22542]
22543
22544[[package]]
22545name = "zerofrom-derive"
22546version = "0.1.6"
22547source = "registry+https://github.com/rust-lang/crates.io-index"
22548checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22549dependencies = [
22550 "proc-macro2",
22551 "quote",
22552 "syn 2.0.117",
22553 "synstructure",
22554]
22555
22556[[package]]
22557name = "zeroize"
22558version = "1.8.2"
22559source = "registry+https://github.com/rust-lang/crates.io-index"
22560checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22561dependencies = [
22562 "zeroize_derive",
22563]
22564
22565[[package]]
22566name = "zeroize_derive"
22567version = "1.4.2"
22568source = "registry+https://github.com/rust-lang/crates.io-index"
22569checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22570dependencies = [
22571 "proc-macro2",
22572 "quote",
22573 "syn 2.0.117",
22574]
22575
22576[[package]]
22577name = "zeromq"
22578version = "0.5.0"
22579source = "registry+https://github.com/rust-lang/crates.io-index"
22580checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22581dependencies = [
22582 "async-dispatcher",
22583 "async-std",
22584 "async-trait",
22585 "asynchronous-codec",
22586 "bytes 1.11.1",
22587 "crossbeam-queue",
22588 "futures 0.3.32",
22589 "log",
22590 "num-traits",
22591 "once_cell",
22592 "parking_lot",
22593 "rand 0.9.2",
22594 "regex",
22595 "scc",
22596 "thiserror 1.0.69",
22597 "uuid",
22598]
22599
22600[[package]]
22601name = "zerotrie"
22602version = "0.2.2"
22603source = "registry+https://github.com/rust-lang/crates.io-index"
22604checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22605dependencies = [
22606 "displaydoc",
22607 "yoke 0.8.0",
22608 "zerofrom",
22609]
22610
22611[[package]]
22612name = "zerovec"
22613version = "0.11.4"
22614source = "registry+https://github.com/rust-lang/crates.io-index"
22615checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22616dependencies = [
22617 "yoke 0.8.0",
22618 "zerofrom",
22619 "zerovec-derive",
22620]
22621
22622[[package]]
22623name = "zerovec-derive"
22624version = "0.11.1"
22625source = "registry+https://github.com/rust-lang/crates.io-index"
22626checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22627dependencies = [
22628 "proc-macro2",
22629 "quote",
22630 "syn 2.0.117",
22631]
22632
22633[[package]]
22634name = "zeta_prompt"
22635version = "0.1.0"
22636dependencies = [
22637 "anyhow",
22638 "imara-diff",
22639 "indoc",
22640 "serde",
22641 "strum 0.27.2",
22642]
22643
22644[[package]]
22645name = "zip"
22646version = "0.6.6"
22647source = "registry+https://github.com/rust-lang/crates.io-index"
22648checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22649dependencies = [
22650 "aes",
22651 "byteorder",
22652 "bzip2 0.4.4",
22653 "constant_time_eq",
22654 "crc32fast",
22655 "crossbeam-utils",
22656 "flate2",
22657 "hmac",
22658 "pbkdf2 0.11.0",
22659 "sha1",
22660 "time",
22661 "zstd",
22662]
22663
22664[[package]]
22665name = "zip"
22666version = "1.1.4"
22667source = "registry+https://github.com/rust-lang/crates.io-index"
22668checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22669dependencies = [
22670 "arbitrary",
22671 "crc32fast",
22672 "crossbeam-utils",
22673 "displaydoc",
22674 "indexmap",
22675 "num_enum",
22676 "thiserror 1.0.69",
22677]
22678
22679[[package]]
22680name = "zlog"
22681version = "0.1.0"
22682dependencies = [
22683 "anyhow",
22684 "chrono",
22685 "collections",
22686 "log",
22687 "tempfile",
22688]
22689
22690[[package]]
22691name = "zlog_settings"
22692version = "0.1.0"
22693dependencies = [
22694 "collections",
22695 "gpui",
22696 "settings",
22697 "zlog",
22698]
22699
22700[[package]]
22701name = "zstd"
22702version = "0.11.2+zstd.1.5.2"
22703source = "registry+https://github.com/rust-lang/crates.io-index"
22704checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22705dependencies = [
22706 "zstd-safe",
22707]
22708
22709[[package]]
22710name = "zstd-safe"
22711version = "5.0.2+zstd.1.5.2"
22712source = "registry+https://github.com/rust-lang/crates.io-index"
22713checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22714dependencies = [
22715 "libc",
22716 "zstd-sys",
22717]
22718
22719[[package]]
22720name = "zstd-sys"
22721version = "2.0.16+zstd.1.5.7"
22722source = "registry+https://github.com/rust-lang/crates.io-index"
22723checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22724dependencies = [
22725 "cc",
22726 "pkg-config",
22727]
22728
22729[[package]]
22730name = "ztracing"
22731version = "0.1.0"
22732dependencies = [
22733 "tracing",
22734 "tracing-subscriber",
22735 "tracing-tracy",
22736 "tracy-client",
22737 "zlog",
22738 "ztracing_macro",
22739]
22740
22741[[package]]
22742name = "ztracing_macro"
22743version = "0.1.0"
22744
22745[[package]]
22746name = "zune-core"
22747version = "0.4.12"
22748source = "registry+https://github.com/rust-lang/crates.io-index"
22749checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22750
22751[[package]]
22752name = "zune-inflate"
22753version = "0.2.54"
22754source = "registry+https://github.com/rust-lang/crates.io-index"
22755checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22756dependencies = [
22757 "simd-adler32",
22758]
22759
22760[[package]]
22761name = "zune-jpeg"
22762version = "0.4.21"
22763source = "registry+https://github.com/rust-lang/crates.io-index"
22764checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22765dependencies = [
22766 "zune-core",
22767]
22768
22769[[package]]
22770name = "zvariant"
22771version = "5.9.2"
22772source = "registry+https://github.com/rust-lang/crates.io-index"
22773checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22774dependencies = [
22775 "endi",
22776 "enumflags2",
22777 "serde",
22778 "serde_bytes",
22779 "winnow",
22780 "zvariant_derive",
22781 "zvariant_utils",
22782]
22783
22784[[package]]
22785name = "zvariant_derive"
22786version = "5.9.2"
22787source = "registry+https://github.com/rust-lang/crates.io-index"
22788checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22789dependencies = [
22790 "proc-macro-crate",
22791 "proc-macro2",
22792 "quote",
22793 "syn 2.0.117",
22794 "zvariant_utils",
22795]
22796
22797[[package]]
22798name = "zvariant_utils"
22799version = "3.3.0"
22800source = "registry+https://github.com/rust-lang/crates.io-index"
22801checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22802dependencies = [
22803 "proc-macro2",
22804 "quote",
22805 "serde",
22806 "syn 2.0.117",
22807 "winnow",
22808]