Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "file_icons",
   18 "futures 0.3.32",
   19 "gpui",
   20 "image",
   21 "indoc",
   22 "itertools 0.14.0",
   23 "language",
   24 "language_model",
   25 "log",
   26 "markdown",
   27 "multi_buffer",
   28 "parking_lot",
   29 "portable-pty",
   30 "project",
   31 "prompt_store",
   32 "rand 0.9.2",
   33 "serde",
   34 "serde_json",
   35 "settings",
   36 "smol",
   37 "task",
   38 "telemetry",
   39 "terminal",
   40 "text",
   41 "ui",
   42 "url",
   43 "urlencoding",
   44 "util",
   45 "uuid",
   46 "watch",
   47]
   48
   49[[package]]
   50name = "acp_tools"
   51version = "0.1.0"
   52dependencies = [
   53 "agent-client-protocol",
   54 "collections",
   55 "gpui",
   56 "language",
   57 "markdown",
   58 "project",
   59 "serde",
   60 "serde_json",
   61 "settings",
   62 "theme_settings",
   63 "ui",
   64 "util",
   65 "workspace",
   66]
   67
   68[[package]]
   69name = "action_log"
   70version = "0.1.0"
   71dependencies = [
   72 "anyhow",
   73 "buffer_diff",
   74 "clock",
   75 "collections",
   76 "ctor",
   77 "fs",
   78 "futures 0.3.32",
   79 "gpui",
   80 "language",
   81 "log",
   82 "pretty_assertions",
   83 "project",
   84 "rand 0.9.2",
   85 "serde_json",
   86 "settings",
   87 "telemetry",
   88 "text",
   89 "util",
   90 "watch",
   91 "zlog",
   92]
   93
   94[[package]]
   95name = "activity_indicator"
   96version = "0.1.0"
   97dependencies = [
   98 "anyhow",
   99 "auto_update",
  100 "editor",
  101 "extension_host",
  102 "fs",
  103 "futures 0.3.32",
  104 "gpui",
  105 "language",
  106 "project",
  107 "proto",
  108 "smallvec",
  109 "ui",
  110 "util",
  111 "workspace",
  112]
  113
  114[[package]]
  115name = "addr2line"
  116version = "0.25.1"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  119dependencies = [
  120 "gimli",
  121]
  122
  123[[package]]
  124name = "adler2"
  125version = "2.0.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  128
  129[[package]]
  130name = "aes"
  131version = "0.8.4"
  132source = "registry+https://github.com/rust-lang/crates.io-index"
  133checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  134dependencies = [
  135 "cfg-if",
  136 "cipher",
  137 "cpufeatures",
  138 "zeroize",
  139]
  140
  141[[package]]
  142name = "agent"
  143version = "0.1.0"
  144dependencies = [
  145 "acp_thread",
  146 "action_log",
  147 "agent-client-protocol",
  148 "agent_servers",
  149 "agent_settings",
  150 "anyhow",
  151 "chrono",
  152 "client",
  153 "clock",
  154 "cloud_api_types",
  155 "cloud_llm_client",
  156 "collections",
  157 "context_server",
  158 "ctor",
  159 "db",
  160 "derive_more",
  161 "editor",
  162 "env_logger 0.11.8",
  163 "eval_utils",
  164 "feature_flags",
  165 "fs",
  166 "futures 0.3.32",
  167 "git",
  168 "gpui",
  169 "gpui_tokio",
  170 "handlebars 4.5.0",
  171 "heck 0.5.0",
  172 "html_to_markdown",
  173 "http_client",
  174 "indoc",
  175 "itertools 0.14.0",
  176 "language",
  177 "language_model",
  178 "language_models",
  179 "log",
  180 "lsp",
  181 "open",
  182 "parking_lot",
  183 "paths",
  184 "pretty_assertions",
  185 "project",
  186 "prompt_store",
  187 "rand 0.9.2",
  188 "regex",
  189 "reqwest_client",
  190 "rust-embed",
  191 "schemars",
  192 "serde",
  193 "serde_json",
  194 "settings",
  195 "shell_command_parser",
  196 "smallvec",
  197 "smol",
  198 "sqlez",
  199 "streaming_diff",
  200 "strsim",
  201 "task",
  202 "telemetry",
  203 "tempfile",
  204 "text",
  205 "theme",
  206 "thiserror 2.0.17",
  207 "ui",
  208 "unindent",
  209 "url",
  210 "util",
  211 "uuid",
  212 "watch",
  213 "web_search",
  214 "zed_env_vars",
  215 "zlog",
  216 "zstd",
  217]
  218
  219[[package]]
  220name = "agent-client-protocol"
  221version = "0.10.2"
  222source = "registry+https://github.com/rust-lang/crates.io-index"
  223checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  224dependencies = [
  225 "agent-client-protocol-schema",
  226 "anyhow",
  227 "async-broadcast",
  228 "async-trait",
  229 "derive_more",
  230 "futures 0.3.32",
  231 "log",
  232 "serde",
  233 "serde_json",
  234]
  235
  236[[package]]
  237name = "agent-client-protocol-schema"
  238version = "0.11.2"
  239source = "registry+https://github.com/rust-lang/crates.io-index"
  240checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  241dependencies = [
  242 "anyhow",
  243 "derive_more",
  244 "schemars",
  245 "serde",
  246 "serde_json",
  247 "strum 0.28.0",
  248]
  249
  250[[package]]
  251name = "agent_servers"
  252version = "0.1.0"
  253dependencies = [
  254 "acp_thread",
  255 "acp_tools",
  256 "action_log",
  257 "agent-client-protocol",
  258 "anyhow",
  259 "async-trait",
  260 "chrono",
  261 "client",
  262 "collections",
  263 "env_logger 0.11.8",
  264 "feature_flags",
  265 "fs",
  266 "futures 0.3.32",
  267 "google_ai",
  268 "gpui",
  269 "gpui_tokio",
  270 "http_client",
  271 "indoc",
  272 "language_model",
  273 "libc",
  274 "log",
  275 "nix 0.29.0",
  276 "project",
  277 "release_channel",
  278 "reqwest_client",
  279 "serde",
  280 "serde_json",
  281 "settings",
  282 "smol",
  283 "task",
  284 "tempfile",
  285 "terminal",
  286 "thiserror 2.0.17",
  287 "ui",
  288 "util",
  289 "uuid",
  290 "watch",
  291 "zed_credentials_provider",
  292]
  293
  294[[package]]
  295name = "agent_settings"
  296version = "0.1.0"
  297dependencies = [
  298 "agent-client-protocol",
  299 "anyhow",
  300 "collections",
  301 "convert_case 0.8.0",
  302 "fs",
  303 "gpui",
  304 "language_model",
  305 "log",
  306 "paths",
  307 "project",
  308 "regex",
  309 "schemars",
  310 "serde",
  311 "serde_json",
  312 "serde_json_lenient",
  313 "settings",
  314 "util",
  315]
  316
  317[[package]]
  318name = "agent_ui"
  319version = "0.1.0"
  320dependencies = [
  321 "acp_thread",
  322 "action_log",
  323 "agent",
  324 "agent-client-protocol",
  325 "agent_servers",
  326 "agent_settings",
  327 "ai_onboarding",
  328 "anyhow",
  329 "audio",
  330 "base64 0.22.1",
  331 "buffer_diff",
  332 "chrono",
  333 "client",
  334 "cloud_api_types",
  335 "collections",
  336 "command_palette_hooks",
  337 "component",
  338 "context_server",
  339 "db",
  340 "editor",
  341 "eval_utils",
  342 "extension",
  343 "extension_host",
  344 "feature_flags",
  345 "file_icons",
  346 "fs",
  347 "futures 0.3.32",
  348 "fuzzy",
  349 "git",
  350 "gpui",
  351 "gpui_tokio",
  352 "heapless",
  353 "html_to_markdown",
  354 "http_client",
  355 "image",
  356 "indoc",
  357 "itertools 0.14.0",
  358 "jsonschema",
  359 "language",
  360 "language_model",
  361 "language_models",
  362 "languages",
  363 "log",
  364 "lsp",
  365 "markdown",
  366 "menu",
  367 "multi_buffer",
  368 "notifications",
  369 "ordered-float 2.10.1",
  370 "parking_lot",
  371 "paths",
  372 "picker",
  373 "postage",
  374 "pretty_assertions",
  375 "project",
  376 "prompt_store",
  377 "proto",
  378 "rand 0.9.2",
  379 "release_channel",
  380 "reqwest_client",
  381 "rope",
  382 "rules_library",
  383 "schemars",
  384 "semver",
  385 "serde",
  386 "serde_json",
  387 "serde_json_lenient",
  388 "settings",
  389 "smol",
  390 "streaming_diff",
  391 "task",
  392 "telemetry",
  393 "terminal",
  394 "terminal_view",
  395 "text",
  396 "theme",
  397 "theme_settings",
  398 "time",
  399 "time_format",
  400 "tree-sitter-md",
  401 "ui",
  402 "ui_input",
  403 "unindent",
  404 "url",
  405 "util",
  406 "uuid",
  407 "watch",
  408 "workspace",
  409 "zed_actions",
  410]
  411
  412[[package]]
  413name = "ahash"
  414version = "0.7.8"
  415source = "registry+https://github.com/rust-lang/crates.io-index"
  416checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  417dependencies = [
  418 "getrandom 0.2.16",
  419 "once_cell",
  420 "version_check",
  421]
  422
  423[[package]]
  424name = "ahash"
  425version = "0.8.12"
  426source = "registry+https://github.com/rust-lang/crates.io-index"
  427checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  428dependencies = [
  429 "cfg-if",
  430 "const-random",
  431 "getrandom 0.3.4",
  432 "once_cell",
  433 "serde",
  434 "version_check",
  435 "zerocopy",
  436]
  437
  438[[package]]
  439name = "aho-corasick"
  440version = "1.1.3"
  441source = "registry+https://github.com/rust-lang/crates.io-index"
  442checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  443dependencies = [
  444 "memchr",
  445]
  446
  447[[package]]
  448name = "ai_onboarding"
  449version = "0.1.0"
  450dependencies = [
  451 "client",
  452 "cloud_api_types",
  453 "component",
  454 "gpui",
  455 "language_model",
  456 "serde",
  457 "smallvec",
  458 "telemetry",
  459 "ui",
  460 "zed_actions",
  461]
  462
  463[[package]]
  464name = "alacritty_terminal"
  465version = "0.25.1"
  466source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  467dependencies = [
  468 "base64 0.22.1",
  469 "bitflags 2.10.0",
  470 "home",
  471 "libc",
  472 "log",
  473 "mach2 0.5.0",
  474 "miow",
  475 "parking_lot",
  476 "piper",
  477 "polling",
  478 "regex-automata",
  479 "rustix 1.1.2",
  480 "rustix-openpty",
  481 "serde",
  482 "signal-hook",
  483 "unicode-width",
  484 "vte",
  485 "windows-sys 0.59.0",
  486]
  487
  488[[package]]
  489name = "aliasable"
  490version = "0.1.3"
  491source = "registry+https://github.com/rust-lang/crates.io-index"
  492checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  493
  494[[package]]
  495name = "aligned-vec"
  496version = "0.6.4"
  497source = "registry+https://github.com/rust-lang/crates.io-index"
  498checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  499dependencies = [
  500 "equator",
  501]
  502
  503[[package]]
  504name = "allocator-api2"
  505version = "0.2.21"
  506source = "registry+https://github.com/rust-lang/crates.io-index"
  507checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  508
  509[[package]]
  510name = "alsa"
  511version = "0.10.0"
  512source = "registry+https://github.com/rust-lang/crates.io-index"
  513checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  514dependencies = [
  515 "alsa-sys",
  516 "bitflags 2.10.0",
  517 "cfg-if",
  518 "libc",
  519]
  520
  521[[package]]
  522name = "alsa-sys"
  523version = "0.3.1"
  524source = "registry+https://github.com/rust-lang/crates.io-index"
  525checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  526dependencies = [
  527 "libc",
  528 "pkg-config",
  529]
  530
  531[[package]]
  532name = "ambient-authority"
  533version = "0.0.2"
  534source = "registry+https://github.com/rust-lang/crates.io-index"
  535checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  536
  537[[package]]
  538name = "ammonia"
  539version = "4.1.2"
  540source = "registry+https://github.com/rust-lang/crates.io-index"
  541checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  542dependencies = [
  543 "cssparser",
  544 "html5ever 0.35.0",
  545 "maplit",
  546 "tendril",
  547 "url",
  548]
  549
  550[[package]]
  551name = "android_system_properties"
  552version = "0.1.5"
  553source = "registry+https://github.com/rust-lang/crates.io-index"
  554checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  555dependencies = [
  556 "libc",
  557]
  558
  559[[package]]
  560name = "anes"
  561version = "0.1.6"
  562source = "registry+https://github.com/rust-lang/crates.io-index"
  563checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  564
  565[[package]]
  566name = "annotate-snippets"
  567version = "0.12.12"
  568source = "registry+https://github.com/rust-lang/crates.io-index"
  569checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  570dependencies = [
  571 "anstyle",
  572 "memchr",
  573 "unicode-width",
  574]
  575
  576[[package]]
  577name = "anstream"
  578version = "0.6.21"
  579source = "registry+https://github.com/rust-lang/crates.io-index"
  580checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  581dependencies = [
  582 "anstyle",
  583 "anstyle-parse",
  584 "anstyle-query",
  585 "anstyle-wincon",
  586 "colorchoice",
  587 "is_terminal_polyfill",
  588 "utf8parse",
  589]
  590
  591[[package]]
  592name = "anstyle"
  593version = "1.0.13"
  594source = "registry+https://github.com/rust-lang/crates.io-index"
  595checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  596
  597[[package]]
  598name = "anstyle-parse"
  599version = "0.2.7"
  600source = "registry+https://github.com/rust-lang/crates.io-index"
  601checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  602dependencies = [
  603 "utf8parse",
  604]
  605
  606[[package]]
  607name = "anstyle-query"
  608version = "1.1.4"
  609source = "registry+https://github.com/rust-lang/crates.io-index"
  610checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  611dependencies = [
  612 "windows-sys 0.60.2",
  613]
  614
  615[[package]]
  616name = "anstyle-wincon"
  617version = "3.0.10"
  618source = "registry+https://github.com/rust-lang/crates.io-index"
  619checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  620dependencies = [
  621 "anstyle",
  622 "once_cell_polyfill",
  623 "windows-sys 0.60.2",
  624]
  625
  626[[package]]
  627name = "anthropic"
  628version = "0.1.0"
  629dependencies = [
  630 "anyhow",
  631 "chrono",
  632 "collections",
  633 "futures 0.3.32",
  634 "http_client",
  635 "language_model_core",
  636 "log",
  637 "schemars",
  638 "serde",
  639 "serde_json",
  640 "strum 0.27.2",
  641 "thiserror 2.0.17",
  642 "tiktoken-rs",
  643]
  644
  645[[package]]
  646name = "any_vec"
  647version = "0.14.0"
  648source = "registry+https://github.com/rust-lang/crates.io-index"
  649checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  650
  651[[package]]
  652name = "anyhow"
  653version = "1.0.100"
  654source = "registry+https://github.com/rust-lang/crates.io-index"
  655checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  656
  657[[package]]
  658name = "approx"
  659version = "0.5.1"
  660source = "registry+https://github.com/rust-lang/crates.io-index"
  661checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  662dependencies = [
  663 "num-traits",
  664]
  665
  666[[package]]
  667name = "ar_archive_writer"
  668version = "0.5.1"
  669source = "registry+https://github.com/rust-lang/crates.io-index"
  670checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  671dependencies = [
  672 "object",
  673]
  674
  675[[package]]
  676name = "arbitrary"
  677version = "1.4.2"
  678source = "registry+https://github.com/rust-lang/crates.io-index"
  679checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  680dependencies = [
  681 "derive_arbitrary",
  682]
  683
  684[[package]]
  685name = "arc-swap"
  686version = "1.9.0"
  687source = "registry+https://github.com/rust-lang/crates.io-index"
  688checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  689dependencies = [
  690 "rustversion",
  691]
  692
  693[[package]]
  694name = "arg_enum_proc_macro"
  695version = "0.3.4"
  696source = "registry+https://github.com/rust-lang/crates.io-index"
  697checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  698dependencies = [
  699 "proc-macro2",
  700 "quote",
  701 "syn 2.0.117",
  702]
  703
  704[[package]]
  705name = "arraydeque"
  706version = "0.5.1"
  707source = "registry+https://github.com/rust-lang/crates.io-index"
  708checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  709
  710[[package]]
  711name = "arrayref"
  712version = "0.3.9"
  713source = "registry+https://github.com/rust-lang/crates.io-index"
  714checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  715
  716[[package]]
  717name = "arrayvec"
  718version = "0.7.6"
  719source = "registry+https://github.com/rust-lang/crates.io-index"
  720checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  721
  722[[package]]
  723name = "as-raw-xcb-connection"
  724version = "1.0.1"
  725source = "registry+https://github.com/rust-lang/crates.io-index"
  726checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  727
  728[[package]]
  729name = "ascii"
  730version = "1.1.0"
  731source = "registry+https://github.com/rust-lang/crates.io-index"
  732checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  733
  734[[package]]
  735name = "ash"
  736version = "0.38.0+1.3.281"
  737source = "registry+https://github.com/rust-lang/crates.io-index"
  738checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  739dependencies = [
  740 "libloading",
  741]
  742
  743[[package]]
  744name = "ashpd"
  745version = "0.13.2"
  746source = "registry+https://github.com/rust-lang/crates.io-index"
  747checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  748dependencies = [
  749 "enumflags2",
  750 "futures-channel",
  751 "futures-util",
  752 "getrandom 0.4.1",
  753 "serde",
  754 "serde_repr",
  755 "wayland-backend",
  756 "wayland-client",
  757 "wayland-protocols",
  758 "zbus",
  759]
  760
  761[[package]]
  762name = "askpass"
  763version = "0.1.0"
  764dependencies = [
  765 "anyhow",
  766 "futures 0.3.32",
  767 "gpui",
  768 "log",
  769 "net",
  770 "smol",
  771 "tempfile",
  772 "util",
  773 "windows 0.61.3",
  774 "zeroize",
  775]
  776
  777[[package]]
  778name = "assets"
  779version = "0.1.0"
  780dependencies = [
  781 "anyhow",
  782 "gpui",
  783 "rust-embed",
  784]
  785
  786[[package]]
  787name = "async-attributes"
  788version = "1.1.2"
  789source = "registry+https://github.com/rust-lang/crates.io-index"
  790checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  791dependencies = [
  792 "quote",
  793 "syn 1.0.109",
  794]
  795
  796[[package]]
  797name = "async-broadcast"
  798version = "0.7.2"
  799source = "registry+https://github.com/rust-lang/crates.io-index"
  800checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  801dependencies = [
  802 "event-listener 5.4.1",
  803 "event-listener-strategy",
  804 "futures-core",
  805 "pin-project-lite",
  806]
  807
  808[[package]]
  809name = "async-channel"
  810version = "1.9.0"
  811source = "registry+https://github.com/rust-lang/crates.io-index"
  812checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  813dependencies = [
  814 "concurrent-queue",
  815 "event-listener 2.5.3",
  816 "futures-core",
  817]
  818
  819[[package]]
  820name = "async-channel"
  821version = "2.5.0"
  822source = "registry+https://github.com/rust-lang/crates.io-index"
  823checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  824dependencies = [
  825 "concurrent-queue",
  826 "event-listener-strategy",
  827 "futures-core",
  828 "pin-project-lite",
  829]
  830
  831[[package]]
  832name = "async-compat"
  833version = "0.2.5"
  834source = "registry+https://github.com/rust-lang/crates.io-index"
  835checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  836dependencies = [
  837 "futures-core",
  838 "futures-io",
  839 "once_cell",
  840 "pin-project-lite",
  841 "tokio",
  842]
  843
  844[[package]]
  845name = "async-compression"
  846version = "0.4.32"
  847source = "registry+https://github.com/rust-lang/crates.io-index"
  848checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  849dependencies = [
  850 "compression-codecs",
  851 "compression-core",
  852 "futures-core",
  853 "futures-io",
  854 "pin-project-lite",
  855]
  856
  857[[package]]
  858name = "async-dispatcher"
  859version = "0.1.2"
  860source = "registry+https://github.com/rust-lang/crates.io-index"
  861checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  862dependencies = [
  863 "async-task",
  864 "futures-lite 1.13.0",
  865]
  866
  867[[package]]
  868name = "async-executor"
  869version = "1.13.3"
  870source = "registry+https://github.com/rust-lang/crates.io-index"
  871checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  872dependencies = [
  873 "async-task",
  874 "concurrent-queue",
  875 "fastrand 2.3.0",
  876 "futures-lite 2.6.1",
  877 "pin-project-lite",
  878 "slab",
  879]
  880
  881[[package]]
  882name = "async-fs"
  883version = "2.2.0"
  884source = "registry+https://github.com/rust-lang/crates.io-index"
  885checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  886dependencies = [
  887 "async-lock 3.4.2",
  888 "blocking",
  889 "futures-lite 2.6.1",
  890]
  891
  892[[package]]
  893name = "async-global-executor"
  894version = "2.4.1"
  895source = "registry+https://github.com/rust-lang/crates.io-index"
  896checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  897dependencies = [
  898 "async-channel 2.5.0",
  899 "async-executor",
  900 "async-io",
  901 "async-lock 3.4.2",
  902 "blocking",
  903 "futures-lite 2.6.1",
  904 "once_cell",
  905]
  906
  907[[package]]
  908name = "async-io"
  909version = "2.6.0"
  910source = "registry+https://github.com/rust-lang/crates.io-index"
  911checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  912dependencies = [
  913 "autocfg",
  914 "cfg-if",
  915 "concurrent-queue",
  916 "futures-io",
  917 "futures-lite 2.6.1",
  918 "parking",
  919 "polling",
  920 "rustix 1.1.2",
  921 "slab",
  922 "windows-sys 0.61.2",
  923]
  924
  925[[package]]
  926name = "async-lock"
  927version = "2.8.0"
  928source = "registry+https://github.com/rust-lang/crates.io-index"
  929checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  930dependencies = [
  931 "event-listener 2.5.3",
  932]
  933
  934[[package]]
  935name = "async-lock"
  936version = "3.4.2"
  937source = "registry+https://github.com/rust-lang/crates.io-index"
  938checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  939dependencies = [
  940 "event-listener 5.4.1",
  941 "event-listener-strategy",
  942 "pin-project-lite",
  943]
  944
  945[[package]]
  946name = "async-net"
  947version = "2.0.0"
  948source = "registry+https://github.com/rust-lang/crates.io-index"
  949checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  950dependencies = [
  951 "async-io",
  952 "blocking",
  953 "futures-lite 2.6.1",
  954]
  955
  956[[package]]
  957name = "async-pipe"
  958version = "0.1.3"
  959source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  960dependencies = [
  961 "futures 0.3.32",
  962 "log",
  963]
  964
  965[[package]]
  966name = "async-process"
  967version = "2.5.0"
  968source = "registry+https://github.com/rust-lang/crates.io-index"
  969checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  970dependencies = [
  971 "async-channel 2.5.0",
  972 "async-io",
  973 "async-lock 3.4.2",
  974 "async-signal",
  975 "async-task",
  976 "blocking",
  977 "cfg-if",
  978 "event-listener 5.4.1",
  979 "futures-lite 2.6.1",
  980 "rustix 1.1.2",
  981]
  982
  983[[package]]
  984name = "async-recursion"
  985version = "1.1.1"
  986source = "registry+https://github.com/rust-lang/crates.io-index"
  987checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  988dependencies = [
  989 "proc-macro2",
  990 "quote",
  991 "syn 2.0.117",
  992]
  993
  994[[package]]
  995name = "async-signal"
  996version = "0.2.13"
  997source = "registry+https://github.com/rust-lang/crates.io-index"
  998checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
  999dependencies = [
 1000 "async-io",
 1001 "async-lock 3.4.2",
 1002 "atomic-waker",
 1003 "cfg-if",
 1004 "futures-core",
 1005 "futures-io",
 1006 "rustix 1.1.2",
 1007 "signal-hook-registry",
 1008 "slab",
 1009 "windows-sys 0.61.2",
 1010]
 1011
 1012[[package]]
 1013name = "async-std"
 1014version = "1.13.2"
 1015source = "registry+https://github.com/rust-lang/crates.io-index"
 1016checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1017dependencies = [
 1018 "async-attributes",
 1019 "async-channel 1.9.0",
 1020 "async-global-executor",
 1021 "async-io",
 1022 "async-lock 3.4.2",
 1023 "async-process",
 1024 "crossbeam-utils",
 1025 "futures-channel",
 1026 "futures-core",
 1027 "futures-io",
 1028 "futures-lite 2.6.1",
 1029 "gloo-timers",
 1030 "kv-log-macro",
 1031 "log",
 1032 "memchr",
 1033 "once_cell",
 1034 "pin-project-lite",
 1035 "pin-utils",
 1036 "slab",
 1037 "wasm-bindgen-futures",
 1038]
 1039
 1040[[package]]
 1041name = "async-stream"
 1042version = "0.3.6"
 1043source = "registry+https://github.com/rust-lang/crates.io-index"
 1044checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1045dependencies = [
 1046 "async-stream-impl",
 1047 "futures-core",
 1048 "pin-project-lite",
 1049]
 1050
 1051[[package]]
 1052name = "async-stream-impl"
 1053version = "0.3.6"
 1054source = "registry+https://github.com/rust-lang/crates.io-index"
 1055checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1056dependencies = [
 1057 "proc-macro2",
 1058 "quote",
 1059 "syn 2.0.117",
 1060]
 1061
 1062[[package]]
 1063name = "async-tar"
 1064version = "0.5.1"
 1065source = "registry+https://github.com/rust-lang/crates.io-index"
 1066checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1067dependencies = [
 1068 "async-std",
 1069 "filetime",
 1070 "libc",
 1071 "pin-project",
 1072 "redox_syscall 0.2.16",
 1073 "xattr",
 1074]
 1075
 1076[[package]]
 1077name = "async-task"
 1078version = "4.7.1"
 1079source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1080
 1081[[package]]
 1082name = "async-trait"
 1083version = "0.1.89"
 1084source = "registry+https://github.com/rust-lang/crates.io-index"
 1085checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1086dependencies = [
 1087 "proc-macro2",
 1088 "quote",
 1089 "syn 2.0.117",
 1090]
 1091
 1092[[package]]
 1093name = "async-tungstenite"
 1094version = "0.31.0"
 1095source = "registry+https://github.com/rust-lang/crates.io-index"
 1096checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1097dependencies = [
 1098 "atomic-waker",
 1099 "futures-core",
 1100 "futures-io",
 1101 "futures-task",
 1102 "futures-util",
 1103 "log",
 1104 "pin-project-lite",
 1105 "rustls-pki-types",
 1106 "tokio",
 1107 "tokio-rustls 0.26.2",
 1108 "tungstenite 0.27.0",
 1109]
 1110
 1111[[package]]
 1112name = "async_zip"
 1113version = "0.0.18"
 1114source = "registry+https://github.com/rust-lang/crates.io-index"
 1115checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1116dependencies = [
 1117 "async-compression",
 1118 "crc32fast",
 1119 "futures-lite 2.6.1",
 1120 "pin-project",
 1121 "thiserror 2.0.17",
 1122]
 1123
 1124[[package]]
 1125name = "asynchronous-codec"
 1126version = "0.7.0"
 1127source = "registry+https://github.com/rust-lang/crates.io-index"
 1128checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1129dependencies = [
 1130 "bytes 1.11.1",
 1131 "futures-sink",
 1132 "futures-util",
 1133 "memchr",
 1134 "pin-project-lite",
 1135]
 1136
 1137[[package]]
 1138name = "atoi"
 1139version = "2.0.0"
 1140source = "registry+https://github.com/rust-lang/crates.io-index"
 1141checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1142dependencies = [
 1143 "num-traits",
 1144]
 1145
 1146[[package]]
 1147name = "atomic"
 1148version = "0.5.3"
 1149source = "registry+https://github.com/rust-lang/crates.io-index"
 1150checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1151
 1152[[package]]
 1153name = "atomic-waker"
 1154version = "1.1.2"
 1155source = "registry+https://github.com/rust-lang/crates.io-index"
 1156checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1157
 1158[[package]]
 1159name = "audio"
 1160version = "0.1.0"
 1161dependencies = [
 1162 "anyhow",
 1163 "collections",
 1164 "cpal",
 1165 "crossbeam",
 1166 "denoise",
 1167 "gpui",
 1168 "libwebrtc",
 1169 "log",
 1170 "parking_lot",
 1171 "rodio",
 1172 "serde",
 1173 "settings",
 1174 "thiserror 2.0.17",
 1175 "util",
 1176]
 1177
 1178[[package]]
 1179name = "auditable-serde"
 1180version = "0.8.0"
 1181source = "registry+https://github.com/rust-lang/crates.io-index"
 1182checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1183dependencies = [
 1184 "semver",
 1185 "serde",
 1186 "serde_json",
 1187 "topological-sort",
 1188]
 1189
 1190[[package]]
 1191name = "auto_update"
 1192version = "0.1.0"
 1193dependencies = [
 1194 "anyhow",
 1195 "client",
 1196 "clock",
 1197 "ctor",
 1198 "db",
 1199 "futures 0.3.32",
 1200 "futures-lite 1.13.0",
 1201 "gpui",
 1202 "http_client",
 1203 "log",
 1204 "parking_lot",
 1205 "paths",
 1206 "release_channel",
 1207 "semver",
 1208 "serde",
 1209 "serde_json",
 1210 "settings",
 1211 "smol",
 1212 "tempfile",
 1213 "util",
 1214 "which 6.0.3",
 1215 "workspace",
 1216 "zlog",
 1217]
 1218
 1219[[package]]
 1220name = "auto_update_helper"
 1221version = "0.1.0"
 1222dependencies = [
 1223 "anyhow",
 1224 "log",
 1225 "scopeguard",
 1226 "simplelog",
 1227 "tempfile",
 1228 "windows 0.61.3",
 1229 "winresource",
 1230]
 1231
 1232[[package]]
 1233name = "auto_update_ui"
 1234version = "0.1.0"
 1235dependencies = [
 1236 "anyhow",
 1237 "auto_update",
 1238 "client",
 1239 "editor",
 1240 "gpui",
 1241 "markdown_preview",
 1242 "release_channel",
 1243 "semver",
 1244 "serde",
 1245 "serde_json",
 1246 "smol",
 1247 "ui",
 1248 "util",
 1249 "workspace",
 1250]
 1251
 1252[[package]]
 1253name = "autocfg"
 1254version = "1.5.0"
 1255source = "registry+https://github.com/rust-lang/crates.io-index"
 1256checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1257
 1258[[package]]
 1259name = "av1-grain"
 1260version = "0.2.4"
 1261source = "registry+https://github.com/rust-lang/crates.io-index"
 1262checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1263dependencies = [
 1264 "anyhow",
 1265 "arrayvec",
 1266 "log",
 1267 "nom 7.1.3",
 1268 "num-rational",
 1269 "v_frame",
 1270]
 1271
 1272[[package]]
 1273name = "avif-serialize"
 1274version = "0.8.6"
 1275source = "registry+https://github.com/rust-lang/crates.io-index"
 1276checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1277dependencies = [
 1278 "arrayvec",
 1279]
 1280
 1281[[package]]
 1282name = "aws-config"
 1283version = "1.8.10"
 1284source = "registry+https://github.com/rust-lang/crates.io-index"
 1285checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1286dependencies = [
 1287 "aws-credential-types",
 1288 "aws-runtime",
 1289 "aws-sdk-sso",
 1290 "aws-sdk-ssooidc",
 1291 "aws-sdk-sts",
 1292 "aws-smithy-async",
 1293 "aws-smithy-http",
 1294 "aws-smithy-json",
 1295 "aws-smithy-runtime",
 1296 "aws-smithy-runtime-api",
 1297 "aws-smithy-types",
 1298 "aws-types",
 1299 "bytes 1.11.1",
 1300 "fastrand 2.3.0",
 1301 "hex",
 1302 "http 1.3.1",
 1303 "ring",
 1304 "time",
 1305 "tokio",
 1306 "tracing",
 1307 "url",
 1308 "zeroize",
 1309]
 1310
 1311[[package]]
 1312name = "aws-credential-types"
 1313version = "1.2.10"
 1314source = "registry+https://github.com/rust-lang/crates.io-index"
 1315checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1316dependencies = [
 1317 "aws-smithy-async",
 1318 "aws-smithy-runtime-api",
 1319 "aws-smithy-types",
 1320 "zeroize",
 1321]
 1322
 1323[[package]]
 1324name = "aws-lc-rs"
 1325version = "1.15.4"
 1326source = "registry+https://github.com/rust-lang/crates.io-index"
 1327checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1328dependencies = [
 1329 "aws-lc-sys",
 1330 "untrusted 0.7.1",
 1331 "zeroize",
 1332]
 1333
 1334[[package]]
 1335name = "aws-lc-sys"
 1336version = "0.37.0"
 1337source = "registry+https://github.com/rust-lang/crates.io-index"
 1338checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1339dependencies = [
 1340 "cc",
 1341 "cmake",
 1342 "dunce",
 1343 "fs_extra",
 1344]
 1345
 1346[[package]]
 1347name = "aws-runtime"
 1348version = "1.5.16"
 1349source = "registry+https://github.com/rust-lang/crates.io-index"
 1350checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1351dependencies = [
 1352 "aws-credential-types",
 1353 "aws-sigv4",
 1354 "aws-smithy-async",
 1355 "aws-smithy-eventstream",
 1356 "aws-smithy-http",
 1357 "aws-smithy-runtime",
 1358 "aws-smithy-runtime-api",
 1359 "aws-smithy-types",
 1360 "aws-types",
 1361 "bytes 1.11.1",
 1362 "fastrand 2.3.0",
 1363 "http 0.2.12",
 1364 "http-body 0.4.6",
 1365 "percent-encoding",
 1366 "pin-project-lite",
 1367 "tracing",
 1368 "uuid",
 1369]
 1370
 1371[[package]]
 1372name = "aws-sdk-bedrockruntime"
 1373version = "1.113.0"
 1374source = "registry+https://github.com/rust-lang/crates.io-index"
 1375checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1376dependencies = [
 1377 "aws-credential-types",
 1378 "aws-runtime",
 1379 "aws-sigv4",
 1380 "aws-smithy-async",
 1381 "aws-smithy-eventstream",
 1382 "aws-smithy-http",
 1383 "aws-smithy-json",
 1384 "aws-smithy-runtime",
 1385 "aws-smithy-runtime-api",
 1386 "aws-smithy-types",
 1387 "aws-types",
 1388 "bytes 1.11.1",
 1389 "fastrand 2.3.0",
 1390 "http 0.2.12",
 1391 "hyper 0.14.32",
 1392 "regex-lite",
 1393 "tracing",
 1394]
 1395
 1396[[package]]
 1397name = "aws-sdk-kinesis"
 1398version = "1.95.0"
 1399source = "registry+https://github.com/rust-lang/crates.io-index"
 1400checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1401dependencies = [
 1402 "aws-credential-types",
 1403 "aws-runtime",
 1404 "aws-smithy-async",
 1405 "aws-smithy-eventstream",
 1406 "aws-smithy-http",
 1407 "aws-smithy-json",
 1408 "aws-smithy-runtime",
 1409 "aws-smithy-runtime-api",
 1410 "aws-smithy-types",
 1411 "aws-types",
 1412 "bytes 1.11.1",
 1413 "fastrand 2.3.0",
 1414 "http 0.2.12",
 1415 "regex-lite",
 1416 "tracing",
 1417]
 1418
 1419[[package]]
 1420name = "aws-sdk-s3"
 1421version = "1.112.0"
 1422source = "registry+https://github.com/rust-lang/crates.io-index"
 1423checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1424dependencies = [
 1425 "aws-credential-types",
 1426 "aws-runtime",
 1427 "aws-sigv4",
 1428 "aws-smithy-async",
 1429 "aws-smithy-checksums",
 1430 "aws-smithy-eventstream",
 1431 "aws-smithy-http",
 1432 "aws-smithy-json",
 1433 "aws-smithy-runtime",
 1434 "aws-smithy-runtime-api",
 1435 "aws-smithy-types",
 1436 "aws-smithy-xml",
 1437 "aws-types",
 1438 "bytes 1.11.1",
 1439 "fastrand 2.3.0",
 1440 "hex",
 1441 "hmac",
 1442 "http 0.2.12",
 1443 "http 1.3.1",
 1444 "http-body 0.4.6",
 1445 "lru",
 1446 "percent-encoding",
 1447 "regex-lite",
 1448 "sha2",
 1449 "tracing",
 1450 "url",
 1451]
 1452
 1453[[package]]
 1454name = "aws-sdk-sso"
 1455version = "1.88.0"
 1456source = "registry+https://github.com/rust-lang/crates.io-index"
 1457checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1458dependencies = [
 1459 "aws-credential-types",
 1460 "aws-runtime",
 1461 "aws-smithy-async",
 1462 "aws-smithy-http",
 1463 "aws-smithy-json",
 1464 "aws-smithy-runtime",
 1465 "aws-smithy-runtime-api",
 1466 "aws-smithy-types",
 1467 "aws-types",
 1468 "bytes 1.11.1",
 1469 "fastrand 2.3.0",
 1470 "http 0.2.12",
 1471 "regex-lite",
 1472 "tracing",
 1473]
 1474
 1475[[package]]
 1476name = "aws-sdk-ssooidc"
 1477version = "1.90.0"
 1478source = "registry+https://github.com/rust-lang/crates.io-index"
 1479checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1480dependencies = [
 1481 "aws-credential-types",
 1482 "aws-runtime",
 1483 "aws-smithy-async",
 1484 "aws-smithy-http",
 1485 "aws-smithy-json",
 1486 "aws-smithy-runtime",
 1487 "aws-smithy-runtime-api",
 1488 "aws-smithy-types",
 1489 "aws-types",
 1490 "bytes 1.11.1",
 1491 "fastrand 2.3.0",
 1492 "http 0.2.12",
 1493 "regex-lite",
 1494 "tracing",
 1495]
 1496
 1497[[package]]
 1498name = "aws-sdk-sts"
 1499version = "1.90.0"
 1500source = "registry+https://github.com/rust-lang/crates.io-index"
 1501checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1502dependencies = [
 1503 "aws-credential-types",
 1504 "aws-runtime",
 1505 "aws-smithy-async",
 1506 "aws-smithy-http",
 1507 "aws-smithy-json",
 1508 "aws-smithy-query",
 1509 "aws-smithy-runtime",
 1510 "aws-smithy-runtime-api",
 1511 "aws-smithy-types",
 1512 "aws-smithy-xml",
 1513 "aws-types",
 1514 "fastrand 2.3.0",
 1515 "http 0.2.12",
 1516 "regex-lite",
 1517 "tracing",
 1518]
 1519
 1520[[package]]
 1521name = "aws-sigv4"
 1522version = "1.3.6"
 1523source = "registry+https://github.com/rust-lang/crates.io-index"
 1524checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1525dependencies = [
 1526 "aws-credential-types",
 1527 "aws-smithy-eventstream",
 1528 "aws-smithy-http",
 1529 "aws-smithy-runtime-api",
 1530 "aws-smithy-types",
 1531 "bytes 1.11.1",
 1532 "crypto-bigint 0.5.5",
 1533 "form_urlencoded",
 1534 "hex",
 1535 "hmac",
 1536 "http 0.2.12",
 1537 "http 1.3.1",
 1538 "p256",
 1539 "percent-encoding",
 1540 "ring",
 1541 "sha2",
 1542 "subtle",
 1543 "time",
 1544 "tracing",
 1545 "zeroize",
 1546]
 1547
 1548[[package]]
 1549name = "aws-smithy-async"
 1550version = "1.2.6"
 1551source = "registry+https://github.com/rust-lang/crates.io-index"
 1552checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1553dependencies = [
 1554 "futures-util",
 1555 "pin-project-lite",
 1556 "tokio",
 1557]
 1558
 1559[[package]]
 1560name = "aws-smithy-checksums"
 1561version = "0.63.11"
 1562source = "registry+https://github.com/rust-lang/crates.io-index"
 1563checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1564dependencies = [
 1565 "aws-smithy-http",
 1566 "aws-smithy-types",
 1567 "bytes 1.11.1",
 1568 "crc-fast",
 1569 "hex",
 1570 "http 0.2.12",
 1571 "http-body 0.4.6",
 1572 "md-5",
 1573 "pin-project-lite",
 1574 "sha1",
 1575 "sha2",
 1576 "tracing",
 1577]
 1578
 1579[[package]]
 1580name = "aws-smithy-eventstream"
 1581version = "0.60.13"
 1582source = "registry+https://github.com/rust-lang/crates.io-index"
 1583checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1584dependencies = [
 1585 "aws-smithy-types",
 1586 "bytes 1.11.1",
 1587 "crc32fast",
 1588]
 1589
 1590[[package]]
 1591name = "aws-smithy-http"
 1592version = "0.62.5"
 1593source = "registry+https://github.com/rust-lang/crates.io-index"
 1594checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1595dependencies = [
 1596 "aws-smithy-eventstream",
 1597 "aws-smithy-runtime-api",
 1598 "aws-smithy-types",
 1599 "bytes 1.11.1",
 1600 "bytes-utils",
 1601 "futures-core",
 1602 "futures-util",
 1603 "http 0.2.12",
 1604 "http 1.3.1",
 1605 "http-body 0.4.6",
 1606 "percent-encoding",
 1607 "pin-project-lite",
 1608 "pin-utils",
 1609 "tracing",
 1610]
 1611
 1612[[package]]
 1613name = "aws-smithy-http-client"
 1614version = "1.1.4"
 1615source = "registry+https://github.com/rust-lang/crates.io-index"
 1616checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1617dependencies = [
 1618 "aws-smithy-async",
 1619 "aws-smithy-runtime-api",
 1620 "aws-smithy-types",
 1621 "h2 0.3.27",
 1622 "h2 0.4.12",
 1623 "http 0.2.12",
 1624 "http 1.3.1",
 1625 "http-body 0.4.6",
 1626 "hyper 0.14.32",
 1627 "hyper 1.7.0",
 1628 "hyper-rustls 0.24.2",
 1629 "hyper-rustls 0.27.7",
 1630 "hyper-util",
 1631 "pin-project-lite",
 1632 "rustls 0.21.12",
 1633 "rustls 0.23.33",
 1634 "rustls-native-certs 0.8.2",
 1635 "rustls-pki-types",
 1636 "tokio",
 1637 "tokio-rustls 0.26.2",
 1638 "tower 0.5.2",
 1639 "tracing",
 1640]
 1641
 1642[[package]]
 1643name = "aws-smithy-json"
 1644version = "0.61.7"
 1645source = "registry+https://github.com/rust-lang/crates.io-index"
 1646checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1647dependencies = [
 1648 "aws-smithy-types",
 1649]
 1650
 1651[[package]]
 1652name = "aws-smithy-observability"
 1653version = "0.1.4"
 1654source = "registry+https://github.com/rust-lang/crates.io-index"
 1655checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1656dependencies = [
 1657 "aws-smithy-runtime-api",
 1658]
 1659
 1660[[package]]
 1661name = "aws-smithy-query"
 1662version = "0.60.8"
 1663source = "registry+https://github.com/rust-lang/crates.io-index"
 1664checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1665dependencies = [
 1666 "aws-smithy-types",
 1667 "urlencoding",
 1668]
 1669
 1670[[package]]
 1671name = "aws-smithy-runtime"
 1672version = "1.9.4"
 1673source = "registry+https://github.com/rust-lang/crates.io-index"
 1674checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1675dependencies = [
 1676 "aws-smithy-async",
 1677 "aws-smithy-http",
 1678 "aws-smithy-http-client",
 1679 "aws-smithy-observability",
 1680 "aws-smithy-runtime-api",
 1681 "aws-smithy-types",
 1682 "bytes 1.11.1",
 1683 "fastrand 2.3.0",
 1684 "http 0.2.12",
 1685 "http 1.3.1",
 1686 "http-body 0.4.6",
 1687 "http-body 1.0.1",
 1688 "pin-project-lite",
 1689 "pin-utils",
 1690 "tokio",
 1691 "tracing",
 1692]
 1693
 1694[[package]]
 1695name = "aws-smithy-runtime-api"
 1696version = "1.9.2"
 1697source = "registry+https://github.com/rust-lang/crates.io-index"
 1698checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1699dependencies = [
 1700 "aws-smithy-async",
 1701 "aws-smithy-types",
 1702 "bytes 1.11.1",
 1703 "http 0.2.12",
 1704 "http 1.3.1",
 1705 "pin-project-lite",
 1706 "tokio",
 1707 "tracing",
 1708 "zeroize",
 1709]
 1710
 1711[[package]]
 1712name = "aws-smithy-types"
 1713version = "1.3.4"
 1714source = "registry+https://github.com/rust-lang/crates.io-index"
 1715checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1716dependencies = [
 1717 "base64-simd",
 1718 "bytes 1.11.1",
 1719 "bytes-utils",
 1720 "futures-core",
 1721 "http 0.2.12",
 1722 "http 1.3.1",
 1723 "http-body 0.4.6",
 1724 "http-body 1.0.1",
 1725 "http-body-util",
 1726 "itoa",
 1727 "num-integer",
 1728 "pin-project-lite",
 1729 "pin-utils",
 1730 "ryu",
 1731 "serde",
 1732 "time",
 1733 "tokio",
 1734 "tokio-util",
 1735]
 1736
 1737[[package]]
 1738name = "aws-smithy-xml"
 1739version = "0.60.12"
 1740source = "registry+https://github.com/rust-lang/crates.io-index"
 1741checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1742dependencies = [
 1743 "xmlparser",
 1744]
 1745
 1746[[package]]
 1747name = "aws-types"
 1748version = "1.3.10"
 1749source = "registry+https://github.com/rust-lang/crates.io-index"
 1750checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1751dependencies = [
 1752 "aws-credential-types",
 1753 "aws-smithy-async",
 1754 "aws-smithy-runtime-api",
 1755 "aws-smithy-types",
 1756 "rustc_version",
 1757 "tracing",
 1758]
 1759
 1760[[package]]
 1761name = "aws_http_client"
 1762version = "0.1.0"
 1763dependencies = [
 1764 "aws-smithy-runtime-api",
 1765 "aws-smithy-types",
 1766 "http_client",
 1767]
 1768
 1769[[package]]
 1770name = "axum"
 1771version = "0.6.20"
 1772source = "registry+https://github.com/rust-lang/crates.io-index"
 1773checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1774dependencies = [
 1775 "async-trait",
 1776 "axum-core",
 1777 "base64 0.21.7",
 1778 "bitflags 1.3.2",
 1779 "bytes 1.11.1",
 1780 "futures-util",
 1781 "headers",
 1782 "http 0.2.12",
 1783 "http-body 0.4.6",
 1784 "hyper 0.14.32",
 1785 "itoa",
 1786 "matchit",
 1787 "memchr",
 1788 "mime",
 1789 "percent-encoding",
 1790 "pin-project-lite",
 1791 "rustversion",
 1792 "serde",
 1793 "serde_json",
 1794 "serde_path_to_error",
 1795 "serde_urlencoded",
 1796 "sha1",
 1797 "sync_wrapper 0.1.2",
 1798 "tokio",
 1799 "tokio-tungstenite 0.20.1",
 1800 "tower 0.4.13",
 1801 "tower-layer",
 1802 "tower-service",
 1803]
 1804
 1805[[package]]
 1806name = "axum-core"
 1807version = "0.3.4"
 1808source = "registry+https://github.com/rust-lang/crates.io-index"
 1809checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1810dependencies = [
 1811 "async-trait",
 1812 "bytes 1.11.1",
 1813 "futures-util",
 1814 "http 0.2.12",
 1815 "http-body 0.4.6",
 1816 "mime",
 1817 "rustversion",
 1818 "tower-layer",
 1819 "tower-service",
 1820]
 1821
 1822[[package]]
 1823name = "backtrace"
 1824version = "0.3.76"
 1825source = "registry+https://github.com/rust-lang/crates.io-index"
 1826checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1827dependencies = [
 1828 "addr2line",
 1829 "cfg-if",
 1830 "libc",
 1831 "miniz_oxide",
 1832 "object",
 1833 "rustc-demangle",
 1834 "windows-link 0.2.1",
 1835]
 1836
 1837[[package]]
 1838name = "base16ct"
 1839version = "0.1.1"
 1840source = "registry+https://github.com/rust-lang/crates.io-index"
 1841checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1842
 1843[[package]]
 1844name = "base64"
 1845version = "0.21.7"
 1846source = "registry+https://github.com/rust-lang/crates.io-index"
 1847checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1848
 1849[[package]]
 1850name = "base64"
 1851version = "0.22.1"
 1852source = "registry+https://github.com/rust-lang/crates.io-index"
 1853checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1854
 1855[[package]]
 1856name = "base64-simd"
 1857version = "0.8.0"
 1858source = "registry+https://github.com/rust-lang/crates.io-index"
 1859checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1860dependencies = [
 1861 "outref",
 1862 "vsimd",
 1863]
 1864
 1865[[package]]
 1866name = "base64ct"
 1867version = "1.8.0"
 1868source = "registry+https://github.com/rust-lang/crates.io-index"
 1869checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1870
 1871[[package]]
 1872name = "bedrock"
 1873version = "0.1.0"
 1874dependencies = [
 1875 "anyhow",
 1876 "aws-sdk-bedrockruntime",
 1877 "aws-smithy-types",
 1878 "futures 0.3.32",
 1879 "schemars",
 1880 "serde",
 1881 "serde_json",
 1882 "strum 0.27.2",
 1883 "thiserror 2.0.17",
 1884]
 1885
 1886[[package]]
 1887name = "bigdecimal"
 1888version = "0.4.8"
 1889source = "registry+https://github.com/rust-lang/crates.io-index"
 1890checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1891dependencies = [
 1892 "autocfg",
 1893 "libm",
 1894 "num-bigint",
 1895 "num-integer",
 1896 "num-traits",
 1897 "serde",
 1898]
 1899
 1900[[package]]
 1901name = "bincode"
 1902version = "1.3.3"
 1903source = "registry+https://github.com/rust-lang/crates.io-index"
 1904checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1905dependencies = [
 1906 "serde",
 1907]
 1908
 1909[[package]]
 1910name = "bindgen"
 1911version = "0.71.1"
 1912source = "registry+https://github.com/rust-lang/crates.io-index"
 1913checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1914dependencies = [
 1915 "bitflags 2.10.0",
 1916 "cexpr",
 1917 "clang-sys",
 1918 "itertools 0.12.1",
 1919 "log",
 1920 "prettyplease",
 1921 "proc-macro2",
 1922 "quote",
 1923 "regex",
 1924 "rustc-hash 2.1.1",
 1925 "shlex",
 1926 "syn 2.0.117",
 1927]
 1928
 1929[[package]]
 1930name = "bindgen"
 1931version = "0.72.1"
 1932source = "registry+https://github.com/rust-lang/crates.io-index"
 1933checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1934dependencies = [
 1935 "bitflags 2.10.0",
 1936 "cexpr",
 1937 "clang-sys",
 1938 "itertools 0.12.1",
 1939 "proc-macro2",
 1940 "quote",
 1941 "regex",
 1942 "rustc-hash 2.1.1",
 1943 "shlex",
 1944 "syn 2.0.117",
 1945]
 1946
 1947[[package]]
 1948name = "bit-set"
 1949version = "0.8.0"
 1950source = "registry+https://github.com/rust-lang/crates.io-index"
 1951checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1952dependencies = [
 1953 "bit-vec 0.8.0",
 1954]
 1955
 1956[[package]]
 1957name = "bit-set"
 1958version = "0.9.1"
 1959source = "registry+https://github.com/rust-lang/crates.io-index"
 1960checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1961dependencies = [
 1962 "bit-vec 0.9.1",
 1963]
 1964
 1965[[package]]
 1966name = "bit-vec"
 1967version = "0.8.0"
 1968source = "registry+https://github.com/rust-lang/crates.io-index"
 1969checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1970
 1971[[package]]
 1972name = "bit-vec"
 1973version = "0.9.1"
 1974source = "registry+https://github.com/rust-lang/crates.io-index"
 1975checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1976
 1977[[package]]
 1978name = "bit_field"
 1979version = "0.10.3"
 1980source = "registry+https://github.com/rust-lang/crates.io-index"
 1981checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1982
 1983[[package]]
 1984name = "bitflags"
 1985version = "1.3.2"
 1986source = "registry+https://github.com/rust-lang/crates.io-index"
 1987checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1988
 1989[[package]]
 1990name = "bitflags"
 1991version = "2.10.0"
 1992source = "registry+https://github.com/rust-lang/crates.io-index"
 1993checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 1994dependencies = [
 1995 "serde_core",
 1996]
 1997
 1998[[package]]
 1999name = "bitstream-io"
 2000version = "2.6.0"
 2001source = "registry+https://github.com/rust-lang/crates.io-index"
 2002checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2003
 2004[[package]]
 2005name = "bitvec"
 2006version = "1.0.1"
 2007source = "registry+https://github.com/rust-lang/crates.io-index"
 2008checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2009dependencies = [
 2010 "funty",
 2011 "radium",
 2012 "tap",
 2013 "wyz",
 2014]
 2015
 2016[[package]]
 2017name = "block"
 2018version = "0.1.6"
 2019source = "registry+https://github.com/rust-lang/crates.io-index"
 2020checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2021
 2022[[package]]
 2023name = "block-buffer"
 2024version = "0.10.4"
 2025source = "registry+https://github.com/rust-lang/crates.io-index"
 2026checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2027dependencies = [
 2028 "generic-array",
 2029]
 2030
 2031[[package]]
 2032name = "block-padding"
 2033version = "0.3.3"
 2034source = "registry+https://github.com/rust-lang/crates.io-index"
 2035checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2036dependencies = [
 2037 "generic-array",
 2038]
 2039
 2040[[package]]
 2041name = "block2"
 2042version = "0.6.2"
 2043source = "registry+https://github.com/rust-lang/crates.io-index"
 2044checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2045dependencies = [
 2046 "objc2",
 2047]
 2048
 2049[[package]]
 2050name = "blocking"
 2051version = "1.6.2"
 2052source = "registry+https://github.com/rust-lang/crates.io-index"
 2053checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2054dependencies = [
 2055 "async-channel 2.5.0",
 2056 "async-task",
 2057 "futures-io",
 2058 "futures-lite 2.6.1",
 2059 "piper",
 2060]
 2061
 2062[[package]]
 2063name = "bmrng"
 2064version = "0.5.2"
 2065source = "registry+https://github.com/rust-lang/crates.io-index"
 2066checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2067dependencies = [
 2068 "futures-core",
 2069 "tokio",
 2070]
 2071
 2072[[package]]
 2073name = "bon"
 2074version = "3.8.2"
 2075source = "registry+https://github.com/rust-lang/crates.io-index"
 2076checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2077dependencies = [
 2078 "bon-macros",
 2079 "rustversion",
 2080]
 2081
 2082[[package]]
 2083name = "bon-macros"
 2084version = "3.8.2"
 2085source = "registry+https://github.com/rust-lang/crates.io-index"
 2086checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2087dependencies = [
 2088 "darling 0.21.3",
 2089 "ident_case",
 2090 "prettyplease",
 2091 "proc-macro2",
 2092 "quote",
 2093 "rustversion",
 2094 "syn 2.0.117",
 2095]
 2096
 2097[[package]]
 2098name = "borrow-or-share"
 2099version = "0.2.4"
 2100source = "registry+https://github.com/rust-lang/crates.io-index"
 2101checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2102
 2103[[package]]
 2104name = "borsh"
 2105version = "1.5.7"
 2106source = "registry+https://github.com/rust-lang/crates.io-index"
 2107checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2108dependencies = [
 2109 "borsh-derive",
 2110 "cfg_aliases 0.2.1",
 2111]
 2112
 2113[[package]]
 2114name = "borsh-derive"
 2115version = "1.5.7"
 2116source = "registry+https://github.com/rust-lang/crates.io-index"
 2117checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2118dependencies = [
 2119 "once_cell",
 2120 "proc-macro-crate",
 2121 "proc-macro2",
 2122 "quote",
 2123 "syn 2.0.117",
 2124]
 2125
 2126[[package]]
 2127name = "breadcrumbs"
 2128version = "0.1.0"
 2129dependencies = [
 2130 "gpui",
 2131 "ui",
 2132 "workspace",
 2133]
 2134
 2135[[package]]
 2136name = "brush-parser"
 2137version = "0.3.0"
 2138source = "registry+https://github.com/rust-lang/crates.io-index"
 2139checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2140dependencies = [
 2141 "bon",
 2142 "cached",
 2143 "indenter",
 2144 "peg",
 2145 "thiserror 2.0.17",
 2146 "tracing",
 2147 "utf8-chars",
 2148]
 2149
 2150[[package]]
 2151name = "bstr"
 2152version = "1.12.0"
 2153source = "registry+https://github.com/rust-lang/crates.io-index"
 2154checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2155dependencies = [
 2156 "memchr",
 2157 "regex-automata",
 2158 "serde",
 2159]
 2160
 2161[[package]]
 2162name = "buffer_diff"
 2163version = "0.1.0"
 2164dependencies = [
 2165 "clock",
 2166 "ctor",
 2167 "futures 0.3.32",
 2168 "git2",
 2169 "gpui",
 2170 "language",
 2171 "log",
 2172 "pretty_assertions",
 2173 "rand 0.9.2",
 2174 "rope",
 2175 "settings",
 2176 "sum_tree",
 2177 "text",
 2178 "tracing",
 2179 "unindent",
 2180 "util",
 2181 "zlog",
 2182 "ztracing",
 2183]
 2184
 2185[[package]]
 2186name = "built"
 2187version = "0.7.7"
 2188source = "registry+https://github.com/rust-lang/crates.io-index"
 2189checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2190
 2191[[package]]
 2192name = "bumpalo"
 2193version = "3.19.0"
 2194source = "registry+https://github.com/rust-lang/crates.io-index"
 2195checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2196dependencies = [
 2197 "allocator-api2",
 2198]
 2199
 2200[[package]]
 2201name = "by_address"
 2202version = "1.2.1"
 2203source = "registry+https://github.com/rust-lang/crates.io-index"
 2204checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2205
 2206[[package]]
 2207name = "bytecheck"
 2208version = "0.6.12"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2211dependencies = [
 2212 "bytecheck_derive",
 2213 "ptr_meta",
 2214 "simdutf8",
 2215]
 2216
 2217[[package]]
 2218name = "bytecheck_derive"
 2219version = "0.6.12"
 2220source = "registry+https://github.com/rust-lang/crates.io-index"
 2221checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2222dependencies = [
 2223 "proc-macro2",
 2224 "quote",
 2225 "syn 1.0.109",
 2226]
 2227
 2228[[package]]
 2229name = "bytecount"
 2230version = "0.6.9"
 2231source = "registry+https://github.com/rust-lang/crates.io-index"
 2232checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2233
 2234[[package]]
 2235name = "bytemuck"
 2236version = "1.24.0"
 2237source = "registry+https://github.com/rust-lang/crates.io-index"
 2238checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2239dependencies = [
 2240 "bytemuck_derive",
 2241]
 2242
 2243[[package]]
 2244name = "bytemuck_derive"
 2245version = "1.10.2"
 2246source = "registry+https://github.com/rust-lang/crates.io-index"
 2247checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2248dependencies = [
 2249 "proc-macro2",
 2250 "quote",
 2251 "syn 2.0.117",
 2252]
 2253
 2254[[package]]
 2255name = "byteorder"
 2256version = "1.5.0"
 2257source = "registry+https://github.com/rust-lang/crates.io-index"
 2258checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2259
 2260[[package]]
 2261name = "byteorder-lite"
 2262version = "0.1.0"
 2263source = "registry+https://github.com/rust-lang/crates.io-index"
 2264checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2265
 2266[[package]]
 2267name = "bytes"
 2268version = "0.4.12"
 2269source = "registry+https://github.com/rust-lang/crates.io-index"
 2270checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2271dependencies = [
 2272 "byteorder",
 2273 "iovec",
 2274]
 2275
 2276[[package]]
 2277name = "bytes"
 2278version = "1.11.1"
 2279source = "registry+https://github.com/rust-lang/crates.io-index"
 2280checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2281
 2282[[package]]
 2283name = "bytes-utils"
 2284version = "0.1.4"
 2285source = "registry+https://github.com/rust-lang/crates.io-index"
 2286checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2287dependencies = [
 2288 "bytes 1.11.1",
 2289 "either",
 2290]
 2291
 2292[[package]]
 2293name = "bzip2"
 2294version = "0.4.4"
 2295source = "registry+https://github.com/rust-lang/crates.io-index"
 2296checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2297dependencies = [
 2298 "bzip2-sys",
 2299 "libc",
 2300]
 2301
 2302[[package]]
 2303name = "bzip2"
 2304version = "0.6.1"
 2305source = "registry+https://github.com/rust-lang/crates.io-index"
 2306checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2307dependencies = [
 2308 "libbz2-rs-sys",
 2309]
 2310
 2311[[package]]
 2312name = "bzip2-sys"
 2313version = "0.1.13+1.0.8"
 2314source = "registry+https://github.com/rust-lang/crates.io-index"
 2315checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2316dependencies = [
 2317 "cc",
 2318 "pkg-config",
 2319]
 2320
 2321[[package]]
 2322name = "cached"
 2323version = "0.56.0"
 2324source = "registry+https://github.com/rust-lang/crates.io-index"
 2325checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2326dependencies = [
 2327 "ahash 0.8.12",
 2328 "cached_proc_macro",
 2329 "cached_proc_macro_types",
 2330 "hashbrown 0.15.5",
 2331 "once_cell",
 2332 "thiserror 2.0.17",
 2333 "web-time",
 2334]
 2335
 2336[[package]]
 2337name = "cached_proc_macro"
 2338version = "0.25.0"
 2339source = "registry+https://github.com/rust-lang/crates.io-index"
 2340checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2341dependencies = [
 2342 "darling 0.20.11",
 2343 "proc-macro2",
 2344 "quote",
 2345 "syn 2.0.117",
 2346]
 2347
 2348[[package]]
 2349name = "cached_proc_macro_types"
 2350version = "0.1.1"
 2351source = "registry+https://github.com/rust-lang/crates.io-index"
 2352checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2353
 2354[[package]]
 2355name = "call"
 2356version = "0.1.0"
 2357dependencies = [
 2358 "anyhow",
 2359 "audio",
 2360 "client",
 2361 "collections",
 2362 "feature_flags",
 2363 "fs",
 2364 "futures 0.3.32",
 2365 "gpui",
 2366 "gpui_tokio",
 2367 "language",
 2368 "livekit_client",
 2369 "log",
 2370 "postage",
 2371 "project",
 2372 "serde",
 2373 "settings",
 2374 "telemetry",
 2375 "util",
 2376 "workspace",
 2377]
 2378
 2379[[package]]
 2380name = "calloop"
 2381version = "0.14.3"
 2382source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2383dependencies = [
 2384 "bitflags 2.10.0",
 2385 "polling",
 2386 "rustix 1.1.2",
 2387 "slab",
 2388 "tracing",
 2389]
 2390
 2391[[package]]
 2392name = "calloop-wayland-source"
 2393version = "0.4.1"
 2394source = "registry+https://github.com/rust-lang/crates.io-index"
 2395checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2396dependencies = [
 2397 "calloop",
 2398 "rustix 1.1.2",
 2399 "wayland-backend",
 2400 "wayland-client",
 2401]
 2402
 2403[[package]]
 2404name = "camino"
 2405version = "1.2.1"
 2406source = "registry+https://github.com/rust-lang/crates.io-index"
 2407checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2408dependencies = [
 2409 "serde_core",
 2410]
 2411
 2412[[package]]
 2413name = "candle-core"
 2414version = "0.9.1"
 2415source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2416dependencies = [
 2417 "byteorder",
 2418 "float8",
 2419 "gemm 0.17.1",
 2420 "half",
 2421 "memmap2",
 2422 "num-traits",
 2423 "num_cpus",
 2424 "rand 0.9.2",
 2425 "rand_distr",
 2426 "rayon",
 2427 "safetensors",
 2428 "thiserror 1.0.69",
 2429 "ug",
 2430 "yoke 0.7.5",
 2431 "zip 1.1.4",
 2432]
 2433
 2434[[package]]
 2435name = "candle-nn"
 2436version = "0.9.1"
 2437source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2438dependencies = [
 2439 "candle-core",
 2440 "half",
 2441 "libc",
 2442 "num-traits",
 2443 "rayon",
 2444 "safetensors",
 2445 "serde",
 2446 "thiserror 1.0.69",
 2447]
 2448
 2449[[package]]
 2450name = "candle-onnx"
 2451version = "0.9.1"
 2452source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2453dependencies = [
 2454 "candle-core",
 2455 "candle-nn",
 2456 "prost 0.12.6",
 2457]
 2458
 2459[[package]]
 2460name = "cap-fs-ext"
 2461version = "3.4.4"
 2462source = "registry+https://github.com/rust-lang/crates.io-index"
 2463checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2464dependencies = [
 2465 "cap-primitives",
 2466 "cap-std",
 2467 "io-lifetimes",
 2468 "windows-sys 0.59.0",
 2469]
 2470
 2471[[package]]
 2472name = "cap-net-ext"
 2473version = "3.4.4"
 2474source = "registry+https://github.com/rust-lang/crates.io-index"
 2475checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2476dependencies = [
 2477 "cap-primitives",
 2478 "cap-std",
 2479 "rustix 1.1.2",
 2480 "smallvec",
 2481]
 2482
 2483[[package]]
 2484name = "cap-primitives"
 2485version = "3.4.4"
 2486source = "registry+https://github.com/rust-lang/crates.io-index"
 2487checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2488dependencies = [
 2489 "ambient-authority",
 2490 "fs-set-times",
 2491 "io-extras",
 2492 "io-lifetimes",
 2493 "ipnet",
 2494 "maybe-owned",
 2495 "rustix 1.1.2",
 2496 "rustix-linux-procfs",
 2497 "windows-sys 0.59.0",
 2498 "winx",
 2499]
 2500
 2501[[package]]
 2502name = "cap-rand"
 2503version = "3.4.4"
 2504source = "registry+https://github.com/rust-lang/crates.io-index"
 2505checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2506dependencies = [
 2507 "ambient-authority",
 2508 "rand 0.8.5",
 2509]
 2510
 2511[[package]]
 2512name = "cap-std"
 2513version = "3.4.4"
 2514source = "registry+https://github.com/rust-lang/crates.io-index"
 2515checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2516dependencies = [
 2517 "cap-primitives",
 2518 "io-extras",
 2519 "io-lifetimes",
 2520 "rustix 1.1.2",
 2521]
 2522
 2523[[package]]
 2524name = "cap-time-ext"
 2525version = "3.4.4"
 2526source = "registry+https://github.com/rust-lang/crates.io-index"
 2527checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2528dependencies = [
 2529 "ambient-authority",
 2530 "cap-primitives",
 2531 "iana-time-zone",
 2532 "once_cell",
 2533 "rustix 1.1.2",
 2534 "winx",
 2535]
 2536
 2537[[package]]
 2538name = "cargo-platform"
 2539version = "0.1.9"
 2540source = "registry+https://github.com/rust-lang/crates.io-index"
 2541checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2542dependencies = [
 2543 "serde",
 2544]
 2545
 2546[[package]]
 2547name = "cargo-platform"
 2548version = "0.3.2"
 2549source = "registry+https://github.com/rust-lang/crates.io-index"
 2550checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2551dependencies = [
 2552 "serde",
 2553 "serde_core",
 2554]
 2555
 2556[[package]]
 2557name = "cargo_metadata"
 2558version = "0.19.2"
 2559source = "registry+https://github.com/rust-lang/crates.io-index"
 2560checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2561dependencies = [
 2562 "camino",
 2563 "cargo-platform 0.1.9",
 2564 "semver",
 2565 "serde",
 2566 "serde_json",
 2567 "thiserror 2.0.17",
 2568]
 2569
 2570[[package]]
 2571name = "cargo_metadata"
 2572version = "0.23.1"
 2573source = "registry+https://github.com/rust-lang/crates.io-index"
 2574checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2575dependencies = [
 2576 "camino",
 2577 "cargo-platform 0.3.2",
 2578 "semver",
 2579 "serde",
 2580 "serde_json",
 2581 "thiserror 2.0.17",
 2582]
 2583
 2584[[package]]
 2585name = "cargo_toml"
 2586version = "0.21.0"
 2587source = "registry+https://github.com/rust-lang/crates.io-index"
 2588checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2589dependencies = [
 2590 "serde",
 2591 "toml 0.8.23",
 2592]
 2593
 2594[[package]]
 2595name = "cast"
 2596version = "0.3.0"
 2597source = "registry+https://github.com/rust-lang/crates.io-index"
 2598checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2599
 2600[[package]]
 2601name = "cbc"
 2602version = "0.1.2"
 2603source = "registry+https://github.com/rust-lang/crates.io-index"
 2604checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2605dependencies = [
 2606 "cipher",
 2607]
 2608
 2609[[package]]
 2610name = "cbindgen"
 2611version = "0.28.0"
 2612source = "registry+https://github.com/rust-lang/crates.io-index"
 2613checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2614dependencies = [
 2615 "heck 0.4.1",
 2616 "indexmap",
 2617 "log",
 2618 "proc-macro2",
 2619 "quote",
 2620 "serde",
 2621 "serde_json",
 2622 "syn 2.0.117",
 2623 "tempfile",
 2624 "toml 0.8.23",
 2625]
 2626
 2627[[package]]
 2628name = "cc"
 2629version = "1.2.49"
 2630source = "registry+https://github.com/rust-lang/crates.io-index"
 2631checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2632dependencies = [
 2633 "find-msvc-tools",
 2634 "jobserver",
 2635 "libc",
 2636 "shlex",
 2637]
 2638
 2639[[package]]
 2640name = "cesu8"
 2641version = "1.1.0"
 2642source = "registry+https://github.com/rust-lang/crates.io-index"
 2643checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2644
 2645[[package]]
 2646name = "cexpr"
 2647version = "0.6.0"
 2648source = "registry+https://github.com/rust-lang/crates.io-index"
 2649checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2650dependencies = [
 2651 "nom 7.1.3",
 2652]
 2653
 2654[[package]]
 2655name = "cfg-expr"
 2656version = "0.15.8"
 2657source = "registry+https://github.com/rust-lang/crates.io-index"
 2658checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2659dependencies = [
 2660 "smallvec",
 2661 "target-lexicon 0.12.16",
 2662]
 2663
 2664[[package]]
 2665name = "cfg-expr"
 2666version = "0.20.6"
 2667source = "registry+https://github.com/rust-lang/crates.io-index"
 2668checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2669dependencies = [
 2670 "smallvec",
 2671 "target-lexicon 0.13.3",
 2672]
 2673
 2674[[package]]
 2675name = "cfg-if"
 2676version = "1.0.4"
 2677source = "registry+https://github.com/rust-lang/crates.io-index"
 2678checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2679
 2680[[package]]
 2681name = "cfg_aliases"
 2682version = "0.1.1"
 2683source = "registry+https://github.com/rust-lang/crates.io-index"
 2684checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2685
 2686[[package]]
 2687name = "cfg_aliases"
 2688version = "0.2.1"
 2689source = "registry+https://github.com/rust-lang/crates.io-index"
 2690checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2691
 2692[[package]]
 2693name = "cgl"
 2694version = "0.3.2"
 2695source = "registry+https://github.com/rust-lang/crates.io-index"
 2696checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2697dependencies = [
 2698 "libc",
 2699]
 2700
 2701[[package]]
 2702name = "channel"
 2703version = "0.1.0"
 2704dependencies = [
 2705 "anyhow",
 2706 "client",
 2707 "clock",
 2708 "collections",
 2709 "futures 0.3.32",
 2710 "gpui",
 2711 "http_client",
 2712 "language",
 2713 "log",
 2714 "postage",
 2715 "release_channel",
 2716 "rpc",
 2717 "semver",
 2718 "settings",
 2719 "text",
 2720 "time",
 2721 "util",
 2722]
 2723
 2724[[package]]
 2725name = "chardetng"
 2726version = "0.1.17"
 2727source = "registry+https://github.com/rust-lang/crates.io-index"
 2728checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2729dependencies = [
 2730 "cfg-if",
 2731 "encoding_rs",
 2732 "memchr",
 2733]
 2734
 2735[[package]]
 2736name = "chrono"
 2737version = "0.4.42"
 2738source = "registry+https://github.com/rust-lang/crates.io-index"
 2739checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2740dependencies = [
 2741 "iana-time-zone",
 2742 "js-sys",
 2743 "num-traits",
 2744 "serde",
 2745 "wasm-bindgen",
 2746 "windows-link 0.2.1",
 2747]
 2748
 2749[[package]]
 2750name = "chunked_transfer"
 2751version = "1.5.0"
 2752source = "registry+https://github.com/rust-lang/crates.io-index"
 2753checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2754
 2755[[package]]
 2756name = "ciborium"
 2757version = "0.2.2"
 2758source = "registry+https://github.com/rust-lang/crates.io-index"
 2759checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2760dependencies = [
 2761 "ciborium-io",
 2762 "ciborium-ll",
 2763 "serde",
 2764]
 2765
 2766[[package]]
 2767name = "ciborium-io"
 2768version = "0.2.2"
 2769source = "registry+https://github.com/rust-lang/crates.io-index"
 2770checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2771
 2772[[package]]
 2773name = "ciborium-ll"
 2774version = "0.2.2"
 2775source = "registry+https://github.com/rust-lang/crates.io-index"
 2776checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2777dependencies = [
 2778 "ciborium-io",
 2779 "half",
 2780]
 2781
 2782[[package]]
 2783name = "cipher"
 2784version = "0.4.4"
 2785source = "registry+https://github.com/rust-lang/crates.io-index"
 2786checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2787dependencies = [
 2788 "crypto-common",
 2789 "inout",
 2790 "zeroize",
 2791]
 2792
 2793[[package]]
 2794name = "circular-buffer"
 2795version = "1.2.0"
 2796source = "registry+https://github.com/rust-lang/crates.io-index"
 2797checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2798
 2799[[package]]
 2800name = "clang-sys"
 2801version = "1.8.1"
 2802source = "registry+https://github.com/rust-lang/crates.io-index"
 2803checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2804dependencies = [
 2805 "glob",
 2806 "libc",
 2807 "libloading",
 2808]
 2809
 2810[[package]]
 2811name = "clap"
 2812version = "4.5.49"
 2813source = "registry+https://github.com/rust-lang/crates.io-index"
 2814checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2815dependencies = [
 2816 "clap_builder",
 2817 "clap_derive",
 2818]
 2819
 2820[[package]]
 2821name = "clap_builder"
 2822version = "4.5.49"
 2823source = "registry+https://github.com/rust-lang/crates.io-index"
 2824checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2825dependencies = [
 2826 "anstream",
 2827 "anstyle",
 2828 "clap_lex",
 2829 "strsim",
 2830 "terminal_size",
 2831]
 2832
 2833[[package]]
 2834name = "clap_complete"
 2835version = "4.5.59"
 2836source = "registry+https://github.com/rust-lang/crates.io-index"
 2837checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2838dependencies = [
 2839 "clap",
 2840]
 2841
 2842[[package]]
 2843name = "clap_derive"
 2844version = "4.5.49"
 2845source = "registry+https://github.com/rust-lang/crates.io-index"
 2846checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2847dependencies = [
 2848 "heck 0.5.0",
 2849 "proc-macro2",
 2850 "quote",
 2851 "syn 2.0.117",
 2852]
 2853
 2854[[package]]
 2855name = "clap_lex"
 2856version = "0.7.6"
 2857source = "registry+https://github.com/rust-lang/crates.io-index"
 2858checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2859
 2860[[package]]
 2861name = "cli"
 2862version = "0.1.0"
 2863dependencies = [
 2864 "anyhow",
 2865 "askpass",
 2866 "clap",
 2867 "collections",
 2868 "core-foundation 0.10.0",
 2869 "core-services",
 2870 "exec",
 2871 "fork",
 2872 "ipc-channel",
 2873 "parking_lot",
 2874 "paths",
 2875 "plist",
 2876 "rayon",
 2877 "release_channel",
 2878 "serde",
 2879 "serde_json",
 2880 "tempfile",
 2881 "util",
 2882 "walkdir",
 2883 "windows 0.61.3",
 2884]
 2885
 2886[[package]]
 2887name = "client"
 2888version = "0.1.0"
 2889dependencies = [
 2890 "anyhow",
 2891 "async-tungstenite",
 2892 "base64 0.22.1",
 2893 "chrono",
 2894 "clock",
 2895 "cloud_api_client",
 2896 "cloud_api_types",
 2897 "cloud_llm_client",
 2898 "collections",
 2899 "credentials_provider",
 2900 "db",
 2901 "derive_more",
 2902 "feature_flags",
 2903 "fs",
 2904 "futures 0.3.32",
 2905 "gpui",
 2906 "gpui_tokio",
 2907 "http_client",
 2908 "http_client_tls",
 2909 "httparse",
 2910 "log",
 2911 "objc2-foundation",
 2912 "parking_lot",
 2913 "paths",
 2914 "postage",
 2915 "rand 0.9.2",
 2916 "regex",
 2917 "release_channel",
 2918 "rpc",
 2919 "rustls-pki-types",
 2920 "semver",
 2921 "serde",
 2922 "serde_json",
 2923 "serde_urlencoded",
 2924 "settings",
 2925 "sha2",
 2926 "smol",
 2927 "telemetry",
 2928 "telemetry_events",
 2929 "text",
 2930 "thiserror 2.0.17",
 2931 "time",
 2932 "tiny_http",
 2933 "tokio",
 2934 "tokio-native-tls",
 2935 "tokio-rustls 0.26.2",
 2936 "tokio-socks",
 2937 "url",
 2938 "util",
 2939 "windows 0.61.3",
 2940 "worktree",
 2941 "zed_credentials_provider",
 2942]
 2943
 2944[[package]]
 2945name = "clock"
 2946version = "0.1.0"
 2947dependencies = [
 2948 "parking_lot",
 2949 "serde",
 2950 "smallvec",
 2951]
 2952
 2953[[package]]
 2954name = "cloud_api_client"
 2955version = "0.1.0"
 2956dependencies = [
 2957 "anyhow",
 2958 "cloud_api_types",
 2959 "futures 0.3.32",
 2960 "gpui",
 2961 "gpui_tokio",
 2962 "http_client",
 2963 "parking_lot",
 2964 "serde_json",
 2965 "smol",
 2966 "thiserror 2.0.17",
 2967 "yawc",
 2968]
 2969
 2970[[package]]
 2971name = "cloud_api_types"
 2972version = "0.1.0"
 2973dependencies = [
 2974 "anyhow",
 2975 "chrono",
 2976 "ciborium",
 2977 "cloud_llm_client",
 2978 "pretty_assertions",
 2979 "serde",
 2980 "serde_json",
 2981 "strum 0.27.2",
 2982]
 2983
 2984[[package]]
 2985name = "cloud_llm_client"
 2986version = "0.1.0"
 2987dependencies = [
 2988 "anyhow",
 2989 "serde",
 2990 "serde_json",
 2991 "strum 0.27.2",
 2992 "uuid",
 2993 "zeta_prompt",
 2994]
 2995
 2996[[package]]
 2997name = "cmake"
 2998version = "0.1.56"
 2999source = "registry+https://github.com/rust-lang/crates.io-index"
 3000checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3001dependencies = [
 3002 "cc",
 3003]
 3004
 3005[[package]]
 3006name = "cobs"
 3007version = "0.3.0"
 3008source = "registry+https://github.com/rust-lang/crates.io-index"
 3009checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3010dependencies = [
 3011 "thiserror 2.0.17",
 3012]
 3013
 3014[[package]]
 3015name = "cocoa"
 3016version = "0.25.0"
 3017source = "registry+https://github.com/rust-lang/crates.io-index"
 3018checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3019dependencies = [
 3020 "bitflags 1.3.2",
 3021 "block",
 3022 "cocoa-foundation 0.1.2",
 3023 "core-foundation 0.9.4",
 3024 "core-graphics 0.23.2",
 3025 "foreign-types 0.5.0",
 3026 "libc",
 3027 "objc",
 3028]
 3029
 3030[[package]]
 3031name = "cocoa"
 3032version = "0.26.0"
 3033source = "registry+https://github.com/rust-lang/crates.io-index"
 3034checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3035dependencies = [
 3036 "bitflags 2.10.0",
 3037 "block",
 3038 "cocoa-foundation 0.2.0",
 3039 "core-foundation 0.10.0",
 3040 "core-graphics 0.24.0",
 3041 "foreign-types 0.5.0",
 3042 "libc",
 3043 "objc",
 3044]
 3045
 3046[[package]]
 3047name = "cocoa-foundation"
 3048version = "0.1.2"
 3049source = "registry+https://github.com/rust-lang/crates.io-index"
 3050checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3051dependencies = [
 3052 "bitflags 1.3.2",
 3053 "block",
 3054 "core-foundation 0.9.4",
 3055 "core-graphics-types 0.1.3",
 3056 "libc",
 3057 "objc",
 3058]
 3059
 3060[[package]]
 3061name = "cocoa-foundation"
 3062version = "0.2.0"
 3063source = "registry+https://github.com/rust-lang/crates.io-index"
 3064checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3065dependencies = [
 3066 "bitflags 2.10.0",
 3067 "block",
 3068 "core-foundation 0.10.0",
 3069 "core-graphics-types 0.2.0",
 3070 "libc",
 3071 "objc",
 3072]
 3073
 3074[[package]]
 3075name = "codespan-reporting"
 3076version = "0.13.0"
 3077source = "registry+https://github.com/rust-lang/crates.io-index"
 3078checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3079dependencies = [
 3080 "serde",
 3081 "termcolor",
 3082 "unicode-width",
 3083]
 3084
 3085[[package]]
 3086name = "codestral"
 3087version = "0.1.0"
 3088dependencies = [
 3089 "anyhow",
 3090 "edit_prediction",
 3091 "edit_prediction_types",
 3092 "futures 0.3.32",
 3093 "gpui",
 3094 "http_client",
 3095 "icons",
 3096 "language",
 3097 "language_model",
 3098 "log",
 3099 "serde",
 3100 "serde_json",
 3101 "text",
 3102 "zed_credentials_provider",
 3103 "zeta_prompt",
 3104]
 3105
 3106[[package]]
 3107name = "collab"
 3108version = "0.44.0"
 3109dependencies = [
 3110 "agent",
 3111 "anyhow",
 3112 "async-trait",
 3113 "async-tungstenite",
 3114 "aws-config",
 3115 "aws-sdk-kinesis",
 3116 "aws-sdk-s3",
 3117 "axum",
 3118 "buffer_diff",
 3119 "call",
 3120 "channel",
 3121 "chrono",
 3122 "client",
 3123 "clock",
 3124 "cloud_api_types",
 3125 "collab",
 3126 "collab_ui",
 3127 "collections",
 3128 "command_palette_hooks",
 3129 "ctor",
 3130 "dap",
 3131 "dap_adapters",
 3132 "dashmap",
 3133 "debugger_ui",
 3134 "editor",
 3135 "envy",
 3136 "extension",
 3137 "file_finder",
 3138 "fs",
 3139 "futures 0.3.32",
 3140 "git",
 3141 "git_hosting_providers",
 3142 "git_ui",
 3143 "gpui",
 3144 "gpui_tokio",
 3145 "hex",
 3146 "http_client",
 3147 "indoc",
 3148 "language",
 3149 "language_model",
 3150 "livekit_api",
 3151 "livekit_client",
 3152 "log",
 3153 "lsp",
 3154 "menu",
 3155 "multi_buffer",
 3156 "nanoid",
 3157 "node_runtime",
 3158 "notifications",
 3159 "parking_lot",
 3160 "pretty_assertions",
 3161 "project",
 3162 "prometheus",
 3163 "prompt_store",
 3164 "prost 0.9.0",
 3165 "rand 0.9.2",
 3166 "recent_projects",
 3167 "release_channel",
 3168 "remote",
 3169 "remote_server",
 3170 "reqwest 0.11.27",
 3171 "rpc",
 3172 "sea-orm",
 3173 "sea-orm-macros",
 3174 "semver",
 3175 "serde",
 3176 "serde_json",
 3177 "session",
 3178 "settings",
 3179 "sha2",
 3180 "smol",
 3181 "sqlx",
 3182 "strum 0.27.2",
 3183 "task",
 3184 "telemetry_events",
 3185 "text",
 3186 "theme",
 3187 "theme_settings",
 3188 "time",
 3189 "tokio",
 3190 "toml 0.8.23",
 3191 "tower 0.4.13",
 3192 "tower-http 0.4.4",
 3193 "tracing",
 3194 "tracing-subscriber",
 3195 "unindent",
 3196 "util",
 3197 "uuid",
 3198 "workspace",
 3199 "worktree",
 3200 "zed_actions",
 3201 "zlog",
 3202]
 3203
 3204[[package]]
 3205name = "collab_ui"
 3206version = "0.1.0"
 3207dependencies = [
 3208 "anyhow",
 3209 "call",
 3210 "channel",
 3211 "client",
 3212 "collections",
 3213 "db",
 3214 "editor",
 3215 "futures 0.3.32",
 3216 "fuzzy",
 3217 "gpui",
 3218 "livekit_client",
 3219 "menu",
 3220 "notifications",
 3221 "picker",
 3222 "project",
 3223 "release_channel",
 3224 "rpc",
 3225 "serde",
 3226 "serde_json",
 3227 "settings",
 3228 "smallvec",
 3229 "telemetry",
 3230 "theme",
 3231 "theme_settings",
 3232 "time",
 3233 "title_bar",
 3234 "ui",
 3235 "util",
 3236 "workspace",
 3237 "zed_actions",
 3238]
 3239
 3240[[package]]
 3241name = "collections"
 3242version = "0.1.0"
 3243dependencies = [
 3244 "indexmap",
 3245 "rustc-hash 2.1.1",
 3246]
 3247
 3248[[package]]
 3249name = "color_quant"
 3250version = "1.1.0"
 3251source = "registry+https://github.com/rust-lang/crates.io-index"
 3252checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3253
 3254[[package]]
 3255name = "colorchoice"
 3256version = "1.0.4"
 3257source = "registry+https://github.com/rust-lang/crates.io-index"
 3258checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3259
 3260[[package]]
 3261name = "combine"
 3262version = "4.6.7"
 3263source = "registry+https://github.com/rust-lang/crates.io-index"
 3264checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3265dependencies = [
 3266 "bytes 1.11.1",
 3267 "memchr",
 3268]
 3269
 3270[[package]]
 3271name = "command-fds"
 3272version = "0.3.2"
 3273source = "registry+https://github.com/rust-lang/crates.io-index"
 3274checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3275dependencies = [
 3276 "nix 0.30.1",
 3277 "thiserror 2.0.17",
 3278]
 3279
 3280[[package]]
 3281name = "command_palette"
 3282version = "0.1.0"
 3283dependencies = [
 3284 "anyhow",
 3285 "client",
 3286 "collections",
 3287 "command_palette_hooks",
 3288 "db",
 3289 "editor",
 3290 "fuzzy",
 3291 "go_to_line",
 3292 "gpui",
 3293 "language",
 3294 "log",
 3295 "menu",
 3296 "picker",
 3297 "postage",
 3298 "project",
 3299 "serde",
 3300 "settings",
 3301 "telemetry",
 3302 "theme",
 3303 "theme_settings",
 3304 "time",
 3305 "ui",
 3306 "util",
 3307 "workspace",
 3308 "zed_actions",
 3309]
 3310
 3311[[package]]
 3312name = "command_palette_hooks"
 3313version = "0.1.0"
 3314dependencies = [
 3315 "collections",
 3316 "derive_more",
 3317 "gpui",
 3318 "workspace",
 3319]
 3320
 3321[[package]]
 3322name = "compliance"
 3323version = "0.1.0"
 3324dependencies = [
 3325 "anyhow",
 3326 "async-trait",
 3327 "derive_more",
 3328 "futures 0.3.32",
 3329 "indoc",
 3330 "itertools 0.14.0",
 3331 "jsonwebtoken",
 3332 "octocrab",
 3333 "regex",
 3334 "semver",
 3335 "serde",
 3336 "serde_json",
 3337 "tokio",
 3338]
 3339
 3340[[package]]
 3341name = "component"
 3342version = "0.1.0"
 3343dependencies = [
 3344 "collections",
 3345 "documented",
 3346 "gpui",
 3347 "inventory",
 3348 "parking_lot",
 3349 "strum 0.27.2",
 3350 "theme",
 3351]
 3352
 3353[[package]]
 3354name = "component_preview"
 3355version = "0.1.0"
 3356dependencies = [
 3357 "anyhow",
 3358 "client",
 3359 "collections",
 3360 "component",
 3361 "db",
 3362 "fs",
 3363 "gpui",
 3364 "gpui_platform",
 3365 "language",
 3366 "log",
 3367 "node_runtime",
 3368 "notifications",
 3369 "project",
 3370 "release_channel",
 3371 "reqwest_client",
 3372 "session",
 3373 "settings",
 3374 "theme",
 3375 "theme_settings",
 3376 "ui",
 3377 "ui_input",
 3378 "uuid",
 3379 "workspace",
 3380]
 3381
 3382[[package]]
 3383name = "compression-codecs"
 3384version = "0.4.31"
 3385source = "registry+https://github.com/rust-lang/crates.io-index"
 3386checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3387dependencies = [
 3388 "bzip2 0.6.1",
 3389 "compression-core",
 3390 "deflate64",
 3391 "flate2",
 3392 "memchr",
 3393]
 3394
 3395[[package]]
 3396name = "compression-core"
 3397version = "0.4.29"
 3398source = "registry+https://github.com/rust-lang/crates.io-index"
 3399checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3400
 3401[[package]]
 3402name = "concurrent-queue"
 3403version = "2.5.0"
 3404source = "registry+https://github.com/rust-lang/crates.io-index"
 3405checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3406dependencies = [
 3407 "crossbeam-utils",
 3408]
 3409
 3410[[package]]
 3411name = "console"
 3412version = "0.15.11"
 3413source = "registry+https://github.com/rust-lang/crates.io-index"
 3414checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3415dependencies = [
 3416 "encode_unicode",
 3417 "libc",
 3418 "once_cell",
 3419 "unicode-width",
 3420 "windows-sys 0.59.0",
 3421]
 3422
 3423[[package]]
 3424name = "console_error_panic_hook"
 3425version = "0.1.7"
 3426source = "registry+https://github.com/rust-lang/crates.io-index"
 3427checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3428dependencies = [
 3429 "cfg-if",
 3430 "wasm-bindgen",
 3431]
 3432
 3433[[package]]
 3434name = "const-oid"
 3435version = "0.9.6"
 3436source = "registry+https://github.com/rust-lang/crates.io-index"
 3437checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3438
 3439[[package]]
 3440name = "const-random"
 3441version = "0.1.18"
 3442source = "registry+https://github.com/rust-lang/crates.io-index"
 3443checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3444dependencies = [
 3445 "const-random-macro",
 3446]
 3447
 3448[[package]]
 3449name = "const-random-macro"
 3450version = "0.1.16"
 3451source = "registry+https://github.com/rust-lang/crates.io-index"
 3452checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3453dependencies = [
 3454 "getrandom 0.2.16",
 3455 "once_cell",
 3456 "tiny-keccak",
 3457]
 3458
 3459[[package]]
 3460name = "const_format"
 3461version = "0.2.35"
 3462source = "registry+https://github.com/rust-lang/crates.io-index"
 3463checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3464dependencies = [
 3465 "const_format_proc_macros",
 3466]
 3467
 3468[[package]]
 3469name = "const_format_proc_macros"
 3470version = "0.2.34"
 3471source = "registry+https://github.com/rust-lang/crates.io-index"
 3472checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3473dependencies = [
 3474 "proc-macro2",
 3475 "quote",
 3476 "unicode-xid",
 3477]
 3478
 3479[[package]]
 3480name = "constant_time_eq"
 3481version = "0.1.5"
 3482source = "registry+https://github.com/rust-lang/crates.io-index"
 3483checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3484
 3485[[package]]
 3486name = "context_server"
 3487version = "0.1.0"
 3488dependencies = [
 3489 "anyhow",
 3490 "async-trait",
 3491 "base64 0.22.1",
 3492 "collections",
 3493 "futures 0.3.32",
 3494 "gpui",
 3495 "http_client",
 3496 "log",
 3497 "net",
 3498 "parking_lot",
 3499 "postage",
 3500 "rand 0.9.2",
 3501 "schemars",
 3502 "serde",
 3503 "serde_json",
 3504 "settings",
 3505 "sha2",
 3506 "slotmap",
 3507 "smol",
 3508 "tempfile",
 3509 "terminal",
 3510 "tiny_http",
 3511 "url",
 3512 "util",
 3513]
 3514
 3515[[package]]
 3516name = "convert_case"
 3517version = "0.8.0"
 3518source = "registry+https://github.com/rust-lang/crates.io-index"
 3519checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3520dependencies = [
 3521 "unicode-segmentation",
 3522]
 3523
 3524[[package]]
 3525name = "convert_case"
 3526version = "0.10.0"
 3527source = "registry+https://github.com/rust-lang/crates.io-index"
 3528checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3529dependencies = [
 3530 "unicode-segmentation",
 3531]
 3532
 3533[[package]]
 3534name = "convert_case"
 3535version = "0.11.0"
 3536source = "registry+https://github.com/rust-lang/crates.io-index"
 3537checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3538dependencies = [
 3539 "unicode-segmentation",
 3540]
 3541
 3542[[package]]
 3543name = "copilot"
 3544version = "0.1.0"
 3545dependencies = [
 3546 "anyhow",
 3547 "async-std",
 3548 "collections",
 3549 "command_palette_hooks",
 3550 "copilot_chat",
 3551 "edit_prediction_types",
 3552 "editor",
 3553 "fs",
 3554 "futures 0.3.32",
 3555 "gpui",
 3556 "icons",
 3557 "indoc",
 3558 "language",
 3559 "log",
 3560 "lsp",
 3561 "node_runtime",
 3562 "parking_lot",
 3563 "paths",
 3564 "pretty_assertions",
 3565 "project",
 3566 "rpc",
 3567 "semver",
 3568 "serde",
 3569 "serde_json",
 3570 "settings",
 3571 "sum_tree",
 3572 "theme",
 3573 "theme_settings",
 3574 "util",
 3575 "workspace",
 3576 "zlog",
 3577]
 3578
 3579[[package]]
 3580name = "copilot_chat"
 3581version = "0.1.0"
 3582dependencies = [
 3583 "anthropic",
 3584 "anyhow",
 3585 "collections",
 3586 "dirs 4.0.0",
 3587 "fs",
 3588 "futures 0.3.32",
 3589 "gpui",
 3590 "http_client",
 3591 "log",
 3592 "paths",
 3593 "serde",
 3594 "serde_json",
 3595 "settings",
 3596]
 3597
 3598[[package]]
 3599name = "copilot_ui"
 3600version = "0.1.0"
 3601dependencies = [
 3602 "anyhow",
 3603 "copilot",
 3604 "gpui",
 3605 "language",
 3606 "log",
 3607 "lsp",
 3608 "menu",
 3609 "project",
 3610 "serde_json",
 3611 "settings",
 3612 "ui",
 3613 "util",
 3614 "workspace",
 3615]
 3616
 3617[[package]]
 3618name = "core-foundation"
 3619version = "0.9.4"
 3620source = "registry+https://github.com/rust-lang/crates.io-index"
 3621checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3622dependencies = [
 3623 "core-foundation-sys",
 3624 "libc",
 3625]
 3626
 3627[[package]]
 3628name = "core-foundation"
 3629version = "0.10.0"
 3630source = "registry+https://github.com/rust-lang/crates.io-index"
 3631checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3632dependencies = [
 3633 "core-foundation-sys",
 3634 "libc",
 3635]
 3636
 3637[[package]]
 3638name = "core-foundation-sys"
 3639version = "0.8.7"
 3640source = "registry+https://github.com/rust-lang/crates.io-index"
 3641checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3642
 3643[[package]]
 3644name = "core-graphics"
 3645version = "0.23.2"
 3646source = "registry+https://github.com/rust-lang/crates.io-index"
 3647checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3648dependencies = [
 3649 "bitflags 1.3.2",
 3650 "core-foundation 0.9.4",
 3651 "core-graphics-types 0.1.3",
 3652 "foreign-types 0.5.0",
 3653 "libc",
 3654]
 3655
 3656[[package]]
 3657name = "core-graphics"
 3658version = "0.24.0"
 3659source = "registry+https://github.com/rust-lang/crates.io-index"
 3660checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3661dependencies = [
 3662 "bitflags 2.10.0",
 3663 "core-foundation 0.10.0",
 3664 "core-graphics-types 0.2.0",
 3665 "foreign-types 0.5.0",
 3666 "libc",
 3667]
 3668
 3669[[package]]
 3670name = "core-graphics-helmer-fork"
 3671version = "0.24.0"
 3672source = "registry+https://github.com/rust-lang/crates.io-index"
 3673checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3674dependencies = [
 3675 "bitflags 2.10.0",
 3676 "core-foundation 0.9.4",
 3677 "core-graphics-types 0.1.3",
 3678 "foreign-types 0.5.0",
 3679 "libc",
 3680]
 3681
 3682[[package]]
 3683name = "core-graphics-types"
 3684version = "0.1.3"
 3685source = "registry+https://github.com/rust-lang/crates.io-index"
 3686checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3687dependencies = [
 3688 "bitflags 1.3.2",
 3689 "core-foundation 0.9.4",
 3690 "libc",
 3691]
 3692
 3693[[package]]
 3694name = "core-graphics-types"
 3695version = "0.2.0"
 3696source = "registry+https://github.com/rust-lang/crates.io-index"
 3697checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3698dependencies = [
 3699 "bitflags 2.10.0",
 3700 "core-foundation 0.10.0",
 3701 "libc",
 3702]
 3703
 3704[[package]]
 3705name = "core-graphics2"
 3706version = "0.5.2"
 3707source = "registry+https://github.com/rust-lang/crates.io-index"
 3708checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3709dependencies = [
 3710 "bitflags 2.10.0",
 3711 "block",
 3712 "cfg-if",
 3713 "core-foundation 0.10.0",
 3714 "libc",
 3715]
 3716
 3717[[package]]
 3718name = "core-services"
 3719version = "0.2.1"
 3720source = "registry+https://github.com/rust-lang/crates.io-index"
 3721checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3722dependencies = [
 3723 "core-foundation 0.9.4",
 3724]
 3725
 3726[[package]]
 3727name = "core-text"
 3728version = "21.0.0"
 3729source = "registry+https://github.com/rust-lang/crates.io-index"
 3730checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3731dependencies = [
 3732 "core-foundation 0.10.0",
 3733 "core-graphics 0.24.0",
 3734 "foreign-types 0.5.0",
 3735 "libc",
 3736]
 3737
 3738[[package]]
 3739name = "core-video"
 3740version = "0.5.2"
 3741source = "registry+https://github.com/rust-lang/crates.io-index"
 3742checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3743dependencies = [
 3744 "block",
 3745 "core-foundation 0.10.0",
 3746 "core-graphics2",
 3747 "io-surface",
 3748 "libc",
 3749 "metal",
 3750]
 3751
 3752[[package]]
 3753name = "core_maths"
 3754version = "0.1.1"
 3755source = "registry+https://github.com/rust-lang/crates.io-index"
 3756checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3757dependencies = [
 3758 "libm",
 3759]
 3760
 3761[[package]]
 3762name = "coreaudio-rs"
 3763version = "0.12.1"
 3764source = "registry+https://github.com/rust-lang/crates.io-index"
 3765checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3766dependencies = [
 3767 "bitflags 1.3.2",
 3768 "core-foundation-sys",
 3769 "coreaudio-sys",
 3770]
 3771
 3772[[package]]
 3773name = "coreaudio-rs"
 3774version = "0.13.0"
 3775source = "registry+https://github.com/rust-lang/crates.io-index"
 3776checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3777dependencies = [
 3778 "bitflags 1.3.2",
 3779 "libc",
 3780 "objc2-audio-toolbox",
 3781 "objc2-core-audio",
 3782 "objc2-core-audio-types",
 3783 "objc2-core-foundation",
 3784]
 3785
 3786[[package]]
 3787name = "coreaudio-sys"
 3788version = "0.2.17"
 3789source = "registry+https://github.com/rust-lang/crates.io-index"
 3790checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3791dependencies = [
 3792 "bindgen 0.72.1",
 3793]
 3794
 3795[[package]]
 3796name = "cosmic-text"
 3797version = "0.17.1"
 3798source = "registry+https://github.com/rust-lang/crates.io-index"
 3799checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3800dependencies = [
 3801 "bitflags 2.10.0",
 3802 "fontdb 0.23.0",
 3803 "harfrust",
 3804 "linebender_resource_handle",
 3805 "log",
 3806 "rangemap",
 3807 "rustc-hash 2.1.1",
 3808 "self_cell",
 3809 "skrifa 0.40.0",
 3810 "smol_str",
 3811 "swash",
 3812 "sys-locale",
 3813 "unicode-bidi",
 3814 "unicode-linebreak",
 3815 "unicode-script",
 3816 "unicode-segmentation",
 3817]
 3818
 3819[[package]]
 3820name = "cpal"
 3821version = "0.17.1"
 3822source = "registry+https://github.com/rust-lang/crates.io-index"
 3823checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3824dependencies = [
 3825 "alsa",
 3826 "coreaudio-rs 0.13.0",
 3827 "dasp_sample",
 3828 "jni",
 3829 "js-sys",
 3830 "libc",
 3831 "mach2 0.5.0",
 3832 "ndk",
 3833 "ndk-context",
 3834 "num-derive",
 3835 "num-traits",
 3836 "objc2",
 3837 "objc2-audio-toolbox",
 3838 "objc2-avf-audio",
 3839 "objc2-core-audio",
 3840 "objc2-core-audio-types",
 3841 "objc2-core-foundation",
 3842 "objc2-foundation",
 3843 "wasm-bindgen",
 3844 "wasm-bindgen-futures",
 3845 "web-sys",
 3846 "windows 0.62.2",
 3847]
 3848
 3849[[package]]
 3850name = "cpp_demangle"
 3851version = "0.4.5"
 3852source = "registry+https://github.com/rust-lang/crates.io-index"
 3853checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3854dependencies = [
 3855 "cfg-if",
 3856]
 3857
 3858[[package]]
 3859name = "cpufeatures"
 3860version = "0.2.17"
 3861source = "registry+https://github.com/rust-lang/crates.io-index"
 3862checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3863dependencies = [
 3864 "libc",
 3865]
 3866
 3867[[package]]
 3868name = "cranelift-assembler-x64"
 3869version = "0.123.6"
 3870source = "registry+https://github.com/rust-lang/crates.io-index"
 3871checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3872dependencies = [
 3873 "cranelift-assembler-x64-meta",
 3874]
 3875
 3876[[package]]
 3877name = "cranelift-assembler-x64-meta"
 3878version = "0.123.6"
 3879source = "registry+https://github.com/rust-lang/crates.io-index"
 3880checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3881dependencies = [
 3882 "cranelift-srcgen",
 3883]
 3884
 3885[[package]]
 3886name = "cranelift-bforest"
 3887version = "0.123.6"
 3888source = "registry+https://github.com/rust-lang/crates.io-index"
 3889checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3890dependencies = [
 3891 "cranelift-entity",
 3892]
 3893
 3894[[package]]
 3895name = "cranelift-bitset"
 3896version = "0.123.6"
 3897source = "registry+https://github.com/rust-lang/crates.io-index"
 3898checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3899dependencies = [
 3900 "serde",
 3901 "serde_derive",
 3902]
 3903
 3904[[package]]
 3905name = "cranelift-codegen"
 3906version = "0.123.6"
 3907source = "registry+https://github.com/rust-lang/crates.io-index"
 3908checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 3909dependencies = [
 3910 "bumpalo",
 3911 "cranelift-assembler-x64",
 3912 "cranelift-bforest",
 3913 "cranelift-bitset",
 3914 "cranelift-codegen-meta",
 3915 "cranelift-codegen-shared",
 3916 "cranelift-control",
 3917 "cranelift-entity",
 3918 "cranelift-isle",
 3919 "gimli",
 3920 "hashbrown 0.15.5",
 3921 "log",
 3922 "postcard",
 3923 "pulley-interpreter",
 3924 "regalloc2",
 3925 "rustc-hash 2.1.1",
 3926 "serde",
 3927 "serde_derive",
 3928 "sha2",
 3929 "smallvec",
 3930 "target-lexicon 0.13.3",
 3931 "wasmtime-internal-math",
 3932]
 3933
 3934[[package]]
 3935name = "cranelift-codegen-meta"
 3936version = "0.123.6"
 3937source = "registry+https://github.com/rust-lang/crates.io-index"
 3938checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 3939dependencies = [
 3940 "cranelift-assembler-x64-meta",
 3941 "cranelift-codegen-shared",
 3942 "cranelift-srcgen",
 3943 "heck 0.5.0",
 3944 "pulley-interpreter",
 3945]
 3946
 3947[[package]]
 3948name = "cranelift-codegen-shared"
 3949version = "0.123.6"
 3950source = "registry+https://github.com/rust-lang/crates.io-index"
 3951checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3952
 3953[[package]]
 3954name = "cranelift-control"
 3955version = "0.123.6"
 3956source = "registry+https://github.com/rust-lang/crates.io-index"
 3957checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3958dependencies = [
 3959 "arbitrary",
 3960]
 3961
 3962[[package]]
 3963name = "cranelift-entity"
 3964version = "0.123.6"
 3965source = "registry+https://github.com/rust-lang/crates.io-index"
 3966checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3967dependencies = [
 3968 "cranelift-bitset",
 3969 "serde",
 3970 "serde_derive",
 3971]
 3972
 3973[[package]]
 3974name = "cranelift-frontend"
 3975version = "0.123.6"
 3976source = "registry+https://github.com/rust-lang/crates.io-index"
 3977checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3978dependencies = [
 3979 "cranelift-codegen",
 3980 "log",
 3981 "smallvec",
 3982 "target-lexicon 0.13.3",
 3983]
 3984
 3985[[package]]
 3986name = "cranelift-isle"
 3987version = "0.123.6"
 3988source = "registry+https://github.com/rust-lang/crates.io-index"
 3989checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 3990
 3991[[package]]
 3992name = "cranelift-native"
 3993version = "0.123.6"
 3994source = "registry+https://github.com/rust-lang/crates.io-index"
 3995checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 3996dependencies = [
 3997 "cranelift-codegen",
 3998 "libc",
 3999 "target-lexicon 0.13.3",
 4000]
 4001
 4002[[package]]
 4003name = "cranelift-srcgen"
 4004version = "0.123.6"
 4005source = "registry+https://github.com/rust-lang/crates.io-index"
 4006checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 4007
 4008[[package]]
 4009name = "crash-context"
 4010version = "0.6.3"
 4011source = "registry+https://github.com/rust-lang/crates.io-index"
 4012checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4013dependencies = [
 4014 "cfg-if",
 4015 "libc",
 4016 "mach2 0.4.3",
 4017]
 4018
 4019[[package]]
 4020name = "crash-handler"
 4021version = "0.6.3"
 4022source = "registry+https://github.com/rust-lang/crates.io-index"
 4023checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4024dependencies = [
 4025 "cfg-if",
 4026 "crash-context",
 4027 "libc",
 4028 "mach2 0.4.3",
 4029 "parking_lot",
 4030]
 4031
 4032[[package]]
 4033name = "crashes"
 4034version = "0.1.0"
 4035dependencies = [
 4036 "cfg-if",
 4037 "crash-handler",
 4038 "futures 0.3.32",
 4039 "log",
 4040 "mach2 0.5.0",
 4041 "minidumper",
 4042 "parking_lot",
 4043 "paths",
 4044 "release_channel",
 4045 "serde",
 4046 "serde_json",
 4047 "smol",
 4048 "system_specs",
 4049 "windows 0.61.3",
 4050 "zstd",
 4051]
 4052
 4053[[package]]
 4054name = "crc"
 4055version = "3.3.0"
 4056source = "registry+https://github.com/rust-lang/crates.io-index"
 4057checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4058dependencies = [
 4059 "crc-catalog",
 4060]
 4061
 4062[[package]]
 4063name = "crc-catalog"
 4064version = "2.4.0"
 4065source = "registry+https://github.com/rust-lang/crates.io-index"
 4066checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4067
 4068[[package]]
 4069name = "crc-fast"
 4070version = "1.6.0"
 4071source = "registry+https://github.com/rust-lang/crates.io-index"
 4072checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4073dependencies = [
 4074 "crc",
 4075 "digest",
 4076 "rand 0.9.2",
 4077 "regex",
 4078 "rustversion",
 4079]
 4080
 4081[[package]]
 4082name = "crc32fast"
 4083version = "1.5.0"
 4084source = "registry+https://github.com/rust-lang/crates.io-index"
 4085checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4086dependencies = [
 4087 "cfg-if",
 4088]
 4089
 4090[[package]]
 4091name = "credentials_provider"
 4092version = "0.1.0"
 4093dependencies = [
 4094 "anyhow",
 4095 "gpui",
 4096 "serde",
 4097]
 4098
 4099[[package]]
 4100name = "criterion"
 4101version = "0.5.1"
 4102source = "registry+https://github.com/rust-lang/crates.io-index"
 4103checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4104dependencies = [
 4105 "anes",
 4106 "cast",
 4107 "ciborium",
 4108 "clap",
 4109 "criterion-plot",
 4110 "is-terminal",
 4111 "itertools 0.10.5",
 4112 "num-traits",
 4113 "once_cell",
 4114 "oorandom",
 4115 "plotters",
 4116 "rayon",
 4117 "regex",
 4118 "serde",
 4119 "serde_derive",
 4120 "serde_json",
 4121 "tinytemplate",
 4122 "walkdir",
 4123]
 4124
 4125[[package]]
 4126name = "criterion-plot"
 4127version = "0.5.0"
 4128source = "registry+https://github.com/rust-lang/crates.io-index"
 4129checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4130dependencies = [
 4131 "cast",
 4132 "itertools 0.10.5",
 4133]
 4134
 4135[[package]]
 4136name = "crossbeam"
 4137version = "0.8.4"
 4138source = "registry+https://github.com/rust-lang/crates.io-index"
 4139checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4140dependencies = [
 4141 "crossbeam-channel",
 4142 "crossbeam-deque",
 4143 "crossbeam-epoch",
 4144 "crossbeam-queue",
 4145 "crossbeam-utils",
 4146]
 4147
 4148[[package]]
 4149name = "crossbeam-channel"
 4150version = "0.5.15"
 4151source = "registry+https://github.com/rust-lang/crates.io-index"
 4152checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4153dependencies = [
 4154 "crossbeam-utils",
 4155]
 4156
 4157[[package]]
 4158name = "crossbeam-deque"
 4159version = "0.8.6"
 4160source = "registry+https://github.com/rust-lang/crates.io-index"
 4161checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4162dependencies = [
 4163 "crossbeam-epoch",
 4164 "crossbeam-utils",
 4165]
 4166
 4167[[package]]
 4168name = "crossbeam-epoch"
 4169version = "0.9.18"
 4170source = "registry+https://github.com/rust-lang/crates.io-index"
 4171checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4172dependencies = [
 4173 "crossbeam-utils",
 4174]
 4175
 4176[[package]]
 4177name = "crossbeam-queue"
 4178version = "0.3.12"
 4179source = "registry+https://github.com/rust-lang/crates.io-index"
 4180checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4181dependencies = [
 4182 "crossbeam-utils",
 4183]
 4184
 4185[[package]]
 4186name = "crossbeam-utils"
 4187version = "0.8.21"
 4188source = "registry+https://github.com/rust-lang/crates.io-index"
 4189checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4190
 4191[[package]]
 4192name = "crunchy"
 4193version = "0.2.4"
 4194source = "registry+https://github.com/rust-lang/crates.io-index"
 4195checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4196
 4197[[package]]
 4198name = "crypto-bigint"
 4199version = "0.4.9"
 4200source = "registry+https://github.com/rust-lang/crates.io-index"
 4201checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4202dependencies = [
 4203 "generic-array",
 4204 "rand_core 0.6.4",
 4205 "subtle",
 4206 "zeroize",
 4207]
 4208
 4209[[package]]
 4210name = "crypto-bigint"
 4211version = "0.5.5"
 4212source = "registry+https://github.com/rust-lang/crates.io-index"
 4213checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4214dependencies = [
 4215 "rand_core 0.6.4",
 4216 "subtle",
 4217]
 4218
 4219[[package]]
 4220name = "crypto-common"
 4221version = "0.1.6"
 4222source = "registry+https://github.com/rust-lang/crates.io-index"
 4223checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4224dependencies = [
 4225 "generic-array",
 4226 "typenum",
 4227]
 4228
 4229[[package]]
 4230name = "cssparser"
 4231version = "0.35.0"
 4232source = "registry+https://github.com/rust-lang/crates.io-index"
 4233checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4234dependencies = [
 4235 "cssparser-macros",
 4236 "dtoa-short",
 4237 "itoa",
 4238 "phf 0.11.3",
 4239 "smallvec",
 4240]
 4241
 4242[[package]]
 4243name = "cssparser-macros"
 4244version = "0.6.1"
 4245source = "registry+https://github.com/rust-lang/crates.io-index"
 4246checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4247dependencies = [
 4248 "quote",
 4249 "syn 2.0.117",
 4250]
 4251
 4252[[package]]
 4253name = "csv_preview"
 4254version = "0.1.0"
 4255dependencies = [
 4256 "anyhow",
 4257 "editor",
 4258 "feature_flags",
 4259 "gpui",
 4260 "log",
 4261 "text",
 4262 "ui",
 4263 "workspace",
 4264]
 4265
 4266[[package]]
 4267name = "ctor"
 4268version = "0.4.3"
 4269source = "registry+https://github.com/rust-lang/crates.io-index"
 4270checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4271dependencies = [
 4272 "ctor-proc-macro",
 4273 "dtor",
 4274]
 4275
 4276[[package]]
 4277name = "ctor-proc-macro"
 4278version = "0.0.6"
 4279source = "registry+https://github.com/rust-lang/crates.io-index"
 4280checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4281
 4282[[package]]
 4283name = "ctrlc"
 4284version = "3.5.0"
 4285source = "registry+https://github.com/rust-lang/crates.io-index"
 4286checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4287dependencies = [
 4288 "dispatch",
 4289 "nix 0.30.1",
 4290 "windows-sys 0.61.2",
 4291]
 4292
 4293[[package]]
 4294name = "cursor-icon"
 4295version = "1.2.0"
 4296source = "registry+https://github.com/rust-lang/crates.io-index"
 4297checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4298
 4299[[package]]
 4300name = "cxx"
 4301version = "1.0.187"
 4302source = "registry+https://github.com/rust-lang/crates.io-index"
 4303checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4304dependencies = [
 4305 "cc",
 4306 "cxx-build",
 4307 "cxxbridge-cmd",
 4308 "cxxbridge-flags",
 4309 "cxxbridge-macro",
 4310 "foldhash 0.2.0",
 4311 "link-cplusplus",
 4312]
 4313
 4314[[package]]
 4315name = "cxx-build"
 4316version = "1.0.187"
 4317source = "registry+https://github.com/rust-lang/crates.io-index"
 4318checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4319dependencies = [
 4320 "cc",
 4321 "codespan-reporting",
 4322 "indexmap",
 4323 "proc-macro2",
 4324 "quote",
 4325 "scratch",
 4326 "syn 2.0.117",
 4327]
 4328
 4329[[package]]
 4330name = "cxxbridge-cmd"
 4331version = "1.0.187"
 4332source = "registry+https://github.com/rust-lang/crates.io-index"
 4333checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4334dependencies = [
 4335 "clap",
 4336 "codespan-reporting",
 4337 "indexmap",
 4338 "proc-macro2",
 4339 "quote",
 4340 "syn 2.0.117",
 4341]
 4342
 4343[[package]]
 4344name = "cxxbridge-flags"
 4345version = "1.0.187"
 4346source = "registry+https://github.com/rust-lang/crates.io-index"
 4347checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4348
 4349[[package]]
 4350name = "cxxbridge-macro"
 4351version = "1.0.187"
 4352source = "registry+https://github.com/rust-lang/crates.io-index"
 4353checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4354dependencies = [
 4355 "indexmap",
 4356 "proc-macro2",
 4357 "quote",
 4358 "syn 2.0.117",
 4359]
 4360
 4361[[package]]
 4362name = "dap"
 4363version = "0.1.0"
 4364dependencies = [
 4365 "anyhow",
 4366 "async-compression",
 4367 "async-pipe",
 4368 "async-tar",
 4369 "async-trait",
 4370 "client",
 4371 "collections",
 4372 "dap-types",
 4373 "fs",
 4374 "futures 0.3.32",
 4375 "gpui",
 4376 "http_client",
 4377 "language",
 4378 "libc",
 4379 "log",
 4380 "node_runtime",
 4381 "parking_lot",
 4382 "paths",
 4383 "proto",
 4384 "schemars",
 4385 "serde",
 4386 "serde_json",
 4387 "settings",
 4388 "smallvec",
 4389 "smol",
 4390 "task",
 4391 "telemetry",
 4392 "util",
 4393 "zlog",
 4394]
 4395
 4396[[package]]
 4397name = "dap-types"
 4398version = "0.0.1"
 4399source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4400dependencies = [
 4401 "schemars",
 4402 "serde",
 4403 "serde_json",
 4404]
 4405
 4406[[package]]
 4407name = "dap_adapters"
 4408version = "0.1.0"
 4409dependencies = [
 4410 "anyhow",
 4411 "async-trait",
 4412 "collections",
 4413 "dap",
 4414 "dotenvy",
 4415 "fs",
 4416 "futures 0.3.32",
 4417 "gpui",
 4418 "http_client",
 4419 "json_dotpath",
 4420 "language",
 4421 "log",
 4422 "node_runtime",
 4423 "paths",
 4424 "serde",
 4425 "serde_json",
 4426 "settings",
 4427 "smol",
 4428 "task",
 4429 "util",
 4430]
 4431
 4432[[package]]
 4433name = "darling"
 4434version = "0.20.11"
 4435source = "registry+https://github.com/rust-lang/crates.io-index"
 4436checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4437dependencies = [
 4438 "darling_core 0.20.11",
 4439 "darling_macro 0.20.11",
 4440]
 4441
 4442[[package]]
 4443name = "darling"
 4444version = "0.21.3"
 4445source = "registry+https://github.com/rust-lang/crates.io-index"
 4446checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4447dependencies = [
 4448 "darling_core 0.21.3",
 4449 "darling_macro 0.21.3",
 4450]
 4451
 4452[[package]]
 4453name = "darling_core"
 4454version = "0.20.11"
 4455source = "registry+https://github.com/rust-lang/crates.io-index"
 4456checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4457dependencies = [
 4458 "fnv",
 4459 "ident_case",
 4460 "proc-macro2",
 4461 "quote",
 4462 "strsim",
 4463 "syn 2.0.117",
 4464]
 4465
 4466[[package]]
 4467name = "darling_core"
 4468version = "0.21.3"
 4469source = "registry+https://github.com/rust-lang/crates.io-index"
 4470checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4471dependencies = [
 4472 "fnv",
 4473 "ident_case",
 4474 "proc-macro2",
 4475 "quote",
 4476 "strsim",
 4477 "syn 2.0.117",
 4478]
 4479
 4480[[package]]
 4481name = "darling_macro"
 4482version = "0.20.11"
 4483source = "registry+https://github.com/rust-lang/crates.io-index"
 4484checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4485dependencies = [
 4486 "darling_core 0.20.11",
 4487 "quote",
 4488 "syn 2.0.117",
 4489]
 4490
 4491[[package]]
 4492name = "darling_macro"
 4493version = "0.21.3"
 4494source = "registry+https://github.com/rust-lang/crates.io-index"
 4495checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4496dependencies = [
 4497 "darling_core 0.21.3",
 4498 "quote",
 4499 "syn 2.0.117",
 4500]
 4501
 4502[[package]]
 4503name = "dashmap"
 4504version = "6.1.0"
 4505source = "registry+https://github.com/rust-lang/crates.io-index"
 4506checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4507dependencies = [
 4508 "cfg-if",
 4509 "crossbeam-utils",
 4510 "hashbrown 0.14.5",
 4511 "lock_api",
 4512 "once_cell",
 4513 "parking_lot_core",
 4514]
 4515
 4516[[package]]
 4517name = "dasp_sample"
 4518version = "0.11.0"
 4519source = "registry+https://github.com/rust-lang/crates.io-index"
 4520checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4521
 4522[[package]]
 4523name = "data-encoding"
 4524version = "2.9.0"
 4525source = "registry+https://github.com/rust-lang/crates.io-index"
 4526checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4527
 4528[[package]]
 4529name = "data-url"
 4530version = "0.3.2"
 4531source = "registry+https://github.com/rust-lang/crates.io-index"
 4532checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4533
 4534[[package]]
 4535name = "db"
 4536version = "0.1.0"
 4537dependencies = [
 4538 "anyhow",
 4539 "gpui",
 4540 "indoc",
 4541 "inventory",
 4542 "log",
 4543 "paths",
 4544 "release_channel",
 4545 "smol",
 4546 "sqlez",
 4547 "sqlez_macros",
 4548 "tempfile",
 4549 "util",
 4550 "uuid",
 4551 "zed_env_vars",
 4552]
 4553
 4554[[package]]
 4555name = "dbus"
 4556version = "0.9.9"
 4557source = "registry+https://github.com/rust-lang/crates.io-index"
 4558checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4559dependencies = [
 4560 "libc",
 4561 "libdbus-sys",
 4562 "windows-sys 0.59.0",
 4563]
 4564
 4565[[package]]
 4566name = "debug_adapter_extension"
 4567version = "0.1.0"
 4568dependencies = [
 4569 "anyhow",
 4570 "async-trait",
 4571 "collections",
 4572 "dap",
 4573 "extension",
 4574 "gpui",
 4575 "serde_json",
 4576 "task",
 4577 "util",
 4578]
 4579
 4580[[package]]
 4581name = "debugger_tools"
 4582version = "0.1.0"
 4583dependencies = [
 4584 "anyhow",
 4585 "dap",
 4586 "editor",
 4587 "futures 0.3.32",
 4588 "gpui",
 4589 "project",
 4590 "serde_json",
 4591 "settings",
 4592 "smol",
 4593 "util",
 4594 "workspace",
 4595]
 4596
 4597[[package]]
 4598name = "debugger_ui"
 4599version = "0.1.0"
 4600dependencies = [
 4601 "alacritty_terminal",
 4602 "anyhow",
 4603 "bitflags 2.10.0",
 4604 "client",
 4605 "collections",
 4606 "command_palette_hooks",
 4607 "dap",
 4608 "dap_adapters",
 4609 "db",
 4610 "debugger_tools",
 4611 "editor",
 4612 "feature_flags",
 4613 "file_icons",
 4614 "futures 0.3.32",
 4615 "fuzzy",
 4616 "gpui",
 4617 "hex",
 4618 "indoc",
 4619 "itertools 0.14.0",
 4620 "language",
 4621 "log",
 4622 "menu",
 4623 "notifications",
 4624 "parking_lot",
 4625 "parse_int",
 4626 "paths",
 4627 "picker",
 4628 "pretty_assertions",
 4629 "project",
 4630 "rpc",
 4631 "schemars",
 4632 "serde",
 4633 "serde_json",
 4634 "serde_json_lenient",
 4635 "settings",
 4636 "sysinfo 0.37.2",
 4637 "task",
 4638 "tasks_ui",
 4639 "terminal_view",
 4640 "text",
 4641 "theme",
 4642 "theme_settings",
 4643 "tree-sitter",
 4644 "tree-sitter-go",
 4645 "tree-sitter-json",
 4646 "ui",
 4647 "ui_input",
 4648 "unindent",
 4649 "util",
 4650 "workspace",
 4651 "zed_actions",
 4652 "zlog",
 4653]
 4654
 4655[[package]]
 4656name = "debugid"
 4657version = "0.8.0"
 4658source = "registry+https://github.com/rust-lang/crates.io-index"
 4659checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4660dependencies = [
 4661 "uuid",
 4662]
 4663
 4664[[package]]
 4665name = "deepseek"
 4666version = "0.1.0"
 4667dependencies = [
 4668 "anyhow",
 4669 "futures 0.3.32",
 4670 "http_client",
 4671 "schemars",
 4672 "serde",
 4673 "serde_json",
 4674]
 4675
 4676[[package]]
 4677name = "deflate64"
 4678version = "0.1.10"
 4679source = "registry+https://github.com/rust-lang/crates.io-index"
 4680checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4681
 4682[[package]]
 4683name = "denoise"
 4684version = "0.1.0"
 4685dependencies = [
 4686 "candle-core",
 4687 "candle-onnx",
 4688 "log",
 4689 "realfft",
 4690 "rodio",
 4691 "rustfft",
 4692 "thiserror 2.0.17",
 4693]
 4694
 4695[[package]]
 4696name = "der"
 4697version = "0.6.1"
 4698source = "registry+https://github.com/rust-lang/crates.io-index"
 4699checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4700dependencies = [
 4701 "const-oid",
 4702 "zeroize",
 4703]
 4704
 4705[[package]]
 4706name = "der"
 4707version = "0.7.10"
 4708source = "registry+https://github.com/rust-lang/crates.io-index"
 4709checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4710dependencies = [
 4711 "const-oid",
 4712 "pem-rfc7468",
 4713 "zeroize",
 4714]
 4715
 4716[[package]]
 4717name = "deranged"
 4718version = "0.5.4"
 4719source = "registry+https://github.com/rust-lang/crates.io-index"
 4720checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4721dependencies = [
 4722 "powerfmt",
 4723 "serde_core",
 4724]
 4725
 4726[[package]]
 4727name = "derive_arbitrary"
 4728version = "1.4.2"
 4729source = "registry+https://github.com/rust-lang/crates.io-index"
 4730checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4731dependencies = [
 4732 "proc-macro2",
 4733 "quote",
 4734 "syn 2.0.117",
 4735]
 4736
 4737[[package]]
 4738name = "derive_more"
 4739version = "2.1.1"
 4740source = "registry+https://github.com/rust-lang/crates.io-index"
 4741checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4742dependencies = [
 4743 "derive_more-impl",
 4744]
 4745
 4746[[package]]
 4747name = "derive_more-impl"
 4748version = "2.1.1"
 4749source = "registry+https://github.com/rust-lang/crates.io-index"
 4750checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4751dependencies = [
 4752 "convert_case 0.10.0",
 4753 "proc-macro2",
 4754 "quote",
 4755 "rustc_version",
 4756 "syn 2.0.117",
 4757 "unicode-xid",
 4758]
 4759
 4760[[package]]
 4761name = "derive_refineable"
 4762version = "0.1.0"
 4763dependencies = [
 4764 "proc-macro2",
 4765 "quote",
 4766 "syn 2.0.117",
 4767]
 4768
 4769[[package]]
 4770name = "derive_setters"
 4771version = "0.1.9"
 4772source = "registry+https://github.com/rust-lang/crates.io-index"
 4773checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4774dependencies = [
 4775 "darling 0.21.3",
 4776 "proc-macro2",
 4777 "quote",
 4778 "syn 2.0.117",
 4779]
 4780
 4781[[package]]
 4782name = "dev_container"
 4783version = "0.1.0"
 4784dependencies = [
 4785 "async-tar",
 4786 "async-trait",
 4787 "env_logger 0.11.8",
 4788 "fs",
 4789 "futures 0.3.32",
 4790 "gpui",
 4791 "http 1.3.1",
 4792 "http_client",
 4793 "log",
 4794 "menu",
 4795 "paths",
 4796 "picker",
 4797 "project",
 4798 "serde",
 4799 "serde_json",
 4800 "serde_json_lenient",
 4801 "settings",
 4802 "shlex",
 4803 "ui",
 4804 "util",
 4805 "walkdir",
 4806 "workspace",
 4807 "worktree",
 4808]
 4809
 4810[[package]]
 4811name = "diagnostics"
 4812version = "0.1.0"
 4813dependencies = [
 4814 "anyhow",
 4815 "collections",
 4816 "component",
 4817 "ctor",
 4818 "editor",
 4819 "gpui",
 4820 "indoc",
 4821 "itertools 0.14.0",
 4822 "language",
 4823 "log",
 4824 "lsp",
 4825 "markdown",
 4826 "pretty_assertions",
 4827 "project",
 4828 "rand 0.9.2",
 4829 "serde",
 4830 "serde_json",
 4831 "settings",
 4832 "text",
 4833 "theme",
 4834 "theme_settings",
 4835 "ui",
 4836 "unindent",
 4837 "util",
 4838 "workspace",
 4839 "zed_actions",
 4840 "zlog",
 4841]
 4842
 4843[[package]]
 4844name = "dialoguer"
 4845version = "0.11.0"
 4846source = "registry+https://github.com/rust-lang/crates.io-index"
 4847checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4848dependencies = [
 4849 "console",
 4850 "fuzzy-matcher",
 4851 "shell-words",
 4852 "tempfile",
 4853 "thiserror 1.0.69",
 4854 "zeroize",
 4855]
 4856
 4857[[package]]
 4858name = "diff"
 4859version = "0.1.13"
 4860source = "registry+https://github.com/rust-lang/crates.io-index"
 4861checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4862
 4863[[package]]
 4864name = "diffy"
 4865version = "0.4.2"
 4866source = "registry+https://github.com/rust-lang/crates.io-index"
 4867checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4868dependencies = [
 4869 "nu-ansi-term",
 4870]
 4871
 4872[[package]]
 4873name = "digest"
 4874version = "0.10.7"
 4875source = "registry+https://github.com/rust-lang/crates.io-index"
 4876checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4877dependencies = [
 4878 "block-buffer",
 4879 "const-oid",
 4880 "crypto-common",
 4881 "subtle",
 4882]
 4883
 4884[[package]]
 4885name = "dirs"
 4886version = "4.0.0"
 4887source = "registry+https://github.com/rust-lang/crates.io-index"
 4888checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4889dependencies = [
 4890 "dirs-sys 0.3.7",
 4891]
 4892
 4893[[package]]
 4894name = "dirs"
 4895version = "5.0.1"
 4896source = "registry+https://github.com/rust-lang/crates.io-index"
 4897checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4898dependencies = [
 4899 "dirs-sys 0.4.1",
 4900]
 4901
 4902[[package]]
 4903name = "dirs"
 4904version = "6.0.0"
 4905source = "registry+https://github.com/rust-lang/crates.io-index"
 4906checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4907dependencies = [
 4908 "dirs-sys 0.5.0",
 4909]
 4910
 4911[[package]]
 4912name = "dirs-sys"
 4913version = "0.3.7"
 4914source = "registry+https://github.com/rust-lang/crates.io-index"
 4915checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4916dependencies = [
 4917 "libc",
 4918 "redox_users 0.4.6",
 4919 "winapi",
 4920]
 4921
 4922[[package]]
 4923name = "dirs-sys"
 4924version = "0.4.1"
 4925source = "registry+https://github.com/rust-lang/crates.io-index"
 4926checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4927dependencies = [
 4928 "libc",
 4929 "option-ext",
 4930 "redox_users 0.4.6",
 4931 "windows-sys 0.48.0",
 4932]
 4933
 4934[[package]]
 4935name = "dirs-sys"
 4936version = "0.5.0"
 4937source = "registry+https://github.com/rust-lang/crates.io-index"
 4938checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4939dependencies = [
 4940 "libc",
 4941 "option-ext",
 4942 "redox_users 0.5.2",
 4943 "windows-sys 0.61.2",
 4944]
 4945
 4946[[package]]
 4947name = "dispatch"
 4948version = "0.2.0"
 4949source = "registry+https://github.com/rust-lang/crates.io-index"
 4950checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4951
 4952[[package]]
 4953name = "dispatch2"
 4954version = "0.3.1"
 4955source = "registry+https://github.com/rust-lang/crates.io-index"
 4956checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4957dependencies = [
 4958 "bitflags 2.10.0",
 4959 "block2",
 4960 "libc",
 4961 "objc2",
 4962]
 4963
 4964[[package]]
 4965name = "displaydoc"
 4966version = "0.2.5"
 4967source = "registry+https://github.com/rust-lang/crates.io-index"
 4968checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4969dependencies = [
 4970 "proc-macro2",
 4971 "quote",
 4972 "syn 2.0.117",
 4973]
 4974
 4975[[package]]
 4976name = "dlib"
 4977version = "0.5.2"
 4978source = "registry+https://github.com/rust-lang/crates.io-index"
 4979checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4980dependencies = [
 4981 "libloading",
 4982]
 4983
 4984[[package]]
 4985name = "docs_preprocessor"
 4986version = "0.1.0"
 4987dependencies = [
 4988 "anyhow",
 4989 "collections",
 4990 "jsonschema",
 4991 "mdbook",
 4992 "regex",
 4993 "schemars",
 4994 "serde",
 4995 "serde_json",
 4996 "settings",
 4997 "task",
 4998 "theme",
 4999 "util",
 5000 "zlog",
 5001]
 5002
 5003[[package]]
 5004name = "document-features"
 5005version = "0.2.12"
 5006source = "registry+https://github.com/rust-lang/crates.io-index"
 5007checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5008dependencies = [
 5009 "litrs",
 5010]
 5011
 5012[[package]]
 5013name = "documented"
 5014version = "0.9.2"
 5015source = "registry+https://github.com/rust-lang/crates.io-index"
 5016checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5017dependencies = [
 5018 "documented-macros",
 5019 "phf 0.12.1",
 5020 "thiserror 2.0.17",
 5021]
 5022
 5023[[package]]
 5024name = "documented-macros"
 5025version = "0.9.2"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5028dependencies = [
 5029 "convert_case 0.8.0",
 5030 "itertools 0.14.0",
 5031 "optfield",
 5032 "proc-macro2",
 5033 "quote",
 5034 "strum 0.27.2",
 5035 "syn 2.0.117",
 5036]
 5037
 5038[[package]]
 5039name = "dotenvy"
 5040version = "0.15.7"
 5041source = "registry+https://github.com/rust-lang/crates.io-index"
 5042checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5043
 5044[[package]]
 5045name = "downcast-rs"
 5046version = "1.2.1"
 5047source = "registry+https://github.com/rust-lang/crates.io-index"
 5048checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5049
 5050[[package]]
 5051name = "doxygen-rs"
 5052version = "0.4.2"
 5053source = "registry+https://github.com/rust-lang/crates.io-index"
 5054checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5055dependencies = [
 5056 "phf 0.11.3",
 5057]
 5058
 5059[[package]]
 5060name = "dtoa"
 5061version = "1.0.10"
 5062source = "registry+https://github.com/rust-lang/crates.io-index"
 5063checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5064
 5065[[package]]
 5066name = "dtoa-short"
 5067version = "0.3.5"
 5068source = "registry+https://github.com/rust-lang/crates.io-index"
 5069checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5070dependencies = [
 5071 "dtoa",
 5072]
 5073
 5074[[package]]
 5075name = "dtor"
 5076version = "0.0.6"
 5077source = "registry+https://github.com/rust-lang/crates.io-index"
 5078checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5079dependencies = [
 5080 "dtor-proc-macro",
 5081]
 5082
 5083[[package]]
 5084name = "dtor-proc-macro"
 5085version = "0.0.5"
 5086source = "registry+https://github.com/rust-lang/crates.io-index"
 5087checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5088
 5089[[package]]
 5090name = "dunce"
 5091version = "1.0.5"
 5092source = "registry+https://github.com/rust-lang/crates.io-index"
 5093checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5094
 5095[[package]]
 5096name = "dwrote"
 5097version = "0.11.5"
 5098source = "registry+https://github.com/rust-lang/crates.io-index"
 5099checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5100dependencies = [
 5101 "lazy_static",
 5102 "libc",
 5103 "winapi",
 5104 "wio",
 5105]
 5106
 5107[[package]]
 5108name = "dyn-clone"
 5109version = "1.0.20"
 5110source = "registry+https://github.com/rust-lang/crates.io-index"
 5111checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5112
 5113[[package]]
 5114name = "dyn-stack"
 5115version = "0.10.0"
 5116source = "registry+https://github.com/rust-lang/crates.io-index"
 5117checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5118dependencies = [
 5119 "bytemuck",
 5120 "reborrow",
 5121]
 5122
 5123[[package]]
 5124name = "dyn-stack"
 5125version = "0.13.2"
 5126source = "registry+https://github.com/rust-lang/crates.io-index"
 5127checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5128dependencies = [
 5129 "bytemuck",
 5130 "dyn-stack-macros",
 5131]
 5132
 5133[[package]]
 5134name = "dyn-stack-macros"
 5135version = "0.1.3"
 5136source = "registry+https://github.com/rust-lang/crates.io-index"
 5137checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5138
 5139[[package]]
 5140name = "ec4rs"
 5141version = "1.2.0"
 5142source = "registry+https://github.com/rust-lang/crates.io-index"
 5143checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5144
 5145[[package]]
 5146name = "ecdsa"
 5147version = "0.14.8"
 5148source = "registry+https://github.com/rust-lang/crates.io-index"
 5149checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5150dependencies = [
 5151 "der 0.6.1",
 5152 "elliptic-curve",
 5153 "rfc6979",
 5154 "signature 1.6.4",
 5155]
 5156
 5157[[package]]
 5158name = "edit_prediction"
 5159version = "0.1.0"
 5160dependencies = [
 5161 "ai_onboarding",
 5162 "anyhow",
 5163 "buffer_diff",
 5164 "client",
 5165 "clock",
 5166 "cloud_api_client",
 5167 "cloud_api_types",
 5168 "cloud_llm_client",
 5169 "collections",
 5170 "copilot",
 5171 "copilot_ui",
 5172 "credentials_provider",
 5173 "ctor",
 5174 "db",
 5175 "edit_prediction_context",
 5176 "edit_prediction_types",
 5177 "feature_flags",
 5178 "fs",
 5179 "futures 0.3.32",
 5180 "gpui",
 5181 "heapless",
 5182 "indoc",
 5183 "itertools 0.14.0",
 5184 "language",
 5185 "language_model",
 5186 "log",
 5187 "lsp",
 5188 "menu",
 5189 "open_ai",
 5190 "parking_lot",
 5191 "postage",
 5192 "pretty_assertions",
 5193 "project",
 5194 "pulldown-cmark 0.13.0",
 5195 "rand 0.9.2",
 5196 "regex",
 5197 "release_channel",
 5198 "semver",
 5199 "serde",
 5200 "serde_json",
 5201 "settings",
 5202 "strum 0.27.2",
 5203 "telemetry",
 5204 "telemetry_events",
 5205 "text",
 5206 "thiserror 2.0.17",
 5207 "time",
 5208 "toml 0.8.23",
 5209 "ui",
 5210 "util",
 5211 "uuid",
 5212 "workspace",
 5213 "worktree",
 5214 "zed_actions",
 5215 "zed_credentials_provider",
 5216 "zeta_prompt",
 5217 "zlog",
 5218 "zstd",
 5219]
 5220
 5221[[package]]
 5222name = "edit_prediction_cli"
 5223version = "0.1.0"
 5224dependencies = [
 5225 "anthropic",
 5226 "anyhow",
 5227 "chrono",
 5228 "clap",
 5229 "client",
 5230 "cloud_llm_client",
 5231 "collections",
 5232 "criterion",
 5233 "db",
 5234 "debug_adapter_extension",
 5235 "dirs 4.0.0",
 5236 "edit_prediction",
 5237 "extension",
 5238 "flate2",
 5239 "fs",
 5240 "futures 0.3.32",
 5241 "gaoya",
 5242 "gpui",
 5243 "gpui_platform",
 5244 "gpui_tokio",
 5245 "http_client",
 5246 "indoc",
 5247 "language",
 5248 "language_extension",
 5249 "language_model",
 5250 "language_models",
 5251 "languages",
 5252 "libc",
 5253 "log",
 5254 "node_runtime",
 5255 "open_ai",
 5256 "paths",
 5257 "pretty_assertions",
 5258 "project",
 5259 "prompt_store",
 5260 "rand 0.9.2",
 5261 "release_channel",
 5262 "reqwest_client",
 5263 "rust-embed",
 5264 "serde",
 5265 "serde_json",
 5266 "settings",
 5267 "shellexpand 2.1.2",
 5268 "similar",
 5269 "smol",
 5270 "sqlez",
 5271 "sqlez_macros",
 5272 "strum 0.27.2",
 5273 "telemetry_events",
 5274 "tempfile",
 5275 "terminal_view",
 5276 "toml 0.8.23",
 5277 "util",
 5278 "wasmtime",
 5279 "watch",
 5280 "workspace",
 5281 "zeta_prompt",
 5282]
 5283
 5284[[package]]
 5285name = "edit_prediction_context"
 5286version = "0.1.0"
 5287dependencies = [
 5288 "anyhow",
 5289 "clock",
 5290 "collections",
 5291 "env_logger 0.11.8",
 5292 "futures 0.3.32",
 5293 "gpui",
 5294 "indoc",
 5295 "language",
 5296 "log",
 5297 "lsp",
 5298 "parking_lot",
 5299 "pretty_assertions",
 5300 "project",
 5301 "serde",
 5302 "serde_json",
 5303 "settings",
 5304 "smallvec",
 5305 "text",
 5306 "tree-sitter",
 5307 "util",
 5308 "zeta_prompt",
 5309]
 5310
 5311[[package]]
 5312name = "edit_prediction_types"
 5313version = "0.1.0"
 5314dependencies = [
 5315 "client",
 5316 "gpui",
 5317 "icons",
 5318 "language",
 5319 "text",
 5320]
 5321
 5322[[package]]
 5323name = "edit_prediction_ui"
 5324version = "0.1.0"
 5325dependencies = [
 5326 "anyhow",
 5327 "buffer_diff",
 5328 "client",
 5329 "cloud_llm_client",
 5330 "codestral",
 5331 "collections",
 5332 "command_palette_hooks",
 5333 "copilot",
 5334 "copilot_chat",
 5335 "copilot_ui",
 5336 "edit_prediction",
 5337 "edit_prediction_types",
 5338 "editor",
 5339 "feature_flags",
 5340 "fs",
 5341 "futures 0.3.32",
 5342 "gpui",
 5343 "indoc",
 5344 "language",
 5345 "markdown",
 5346 "menu",
 5347 "multi_buffer",
 5348 "paths",
 5349 "project",
 5350 "regex",
 5351 "settings",
 5352 "telemetry",
 5353 "text",
 5354 "theme",
 5355 "theme_settings",
 5356 "time",
 5357 "ui",
 5358 "util",
 5359 "workspace",
 5360 "zed_actions",
 5361 "zeta_prompt",
 5362]
 5363
 5364[[package]]
 5365name = "editor"
 5366version = "0.1.0"
 5367dependencies = [
 5368 "aho-corasick",
 5369 "anyhow",
 5370 "assets",
 5371 "breadcrumbs",
 5372 "buffer_diff",
 5373 "client",
 5374 "clock",
 5375 "collections",
 5376 "convert_case 0.8.0",
 5377 "criterion",
 5378 "ctor",
 5379 "dap",
 5380 "db",
 5381 "edit_prediction_types",
 5382 "emojis",
 5383 "feature_flags",
 5384 "file_icons",
 5385 "fs",
 5386 "futures 0.3.32",
 5387 "fuzzy",
 5388 "git",
 5389 "gpui",
 5390 "indoc",
 5391 "itertools 0.14.0",
 5392 "language",
 5393 "languages",
 5394 "linkify",
 5395 "log",
 5396 "lsp",
 5397 "markdown",
 5398 "menu",
 5399 "multi_buffer",
 5400 "ordered-float 2.10.1",
 5401 "parking_lot",
 5402 "pretty_assertions",
 5403 "project",
 5404 "proptest",
 5405 "proptest-derive",
 5406 "rand 0.9.2",
 5407 "regex",
 5408 "release_channel",
 5409 "rope",
 5410 "rpc",
 5411 "schemars",
 5412 "semver",
 5413 "serde",
 5414 "serde_json",
 5415 "settings",
 5416 "smallvec",
 5417 "smol",
 5418 "snippet",
 5419 "sum_tree",
 5420 "task",
 5421 "telemetry",
 5422 "text",
 5423 "theme",
 5424 "theme_settings",
 5425 "time",
 5426 "tracing",
 5427 "tree-sitter-bash",
 5428 "tree-sitter-c",
 5429 "tree-sitter-html",
 5430 "tree-sitter-md",
 5431 "tree-sitter-python",
 5432 "tree-sitter-rust",
 5433 "tree-sitter-typescript",
 5434 "tree-sitter-yaml",
 5435 "ui",
 5436 "ui_input",
 5437 "unicode-script",
 5438 "unicode-segmentation",
 5439 "unicode-width",
 5440 "unindent",
 5441 "url",
 5442 "util",
 5443 "uuid",
 5444 "vim_mode_setting",
 5445 "workspace",
 5446 "zed_actions",
 5447 "zlog",
 5448 "ztracing",
 5449]
 5450
 5451[[package]]
 5452name = "either"
 5453version = "1.15.0"
 5454source = "registry+https://github.com/rust-lang/crates.io-index"
 5455checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5456dependencies = [
 5457 "serde",
 5458]
 5459
 5460[[package]]
 5461name = "elasticlunr-rs"
 5462version = "3.0.2"
 5463source = "registry+https://github.com/rust-lang/crates.io-index"
 5464checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5465dependencies = [
 5466 "regex",
 5467 "serde",
 5468 "serde_derive",
 5469 "serde_json",
 5470]
 5471
 5472[[package]]
 5473name = "elliptic-curve"
 5474version = "0.12.3"
 5475source = "registry+https://github.com/rust-lang/crates.io-index"
 5476checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5477dependencies = [
 5478 "base16ct",
 5479 "crypto-bigint 0.4.9",
 5480 "der 0.6.1",
 5481 "digest",
 5482 "ff",
 5483 "generic-array",
 5484 "group",
 5485 "pkcs8 0.9.0",
 5486 "rand_core 0.6.4",
 5487 "sec1",
 5488 "subtle",
 5489 "zeroize",
 5490]
 5491
 5492[[package]]
 5493name = "email_address"
 5494version = "0.2.9"
 5495source = "registry+https://github.com/rust-lang/crates.io-index"
 5496checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5497dependencies = [
 5498 "serde",
 5499]
 5500
 5501[[package]]
 5502name = "embed-resource"
 5503version = "3.0.6"
 5504source = "registry+https://github.com/rust-lang/crates.io-index"
 5505checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5506dependencies = [
 5507 "cc",
 5508 "memchr",
 5509 "rustc_version",
 5510 "toml 0.9.8",
 5511 "vswhom",
 5512 "winreg 0.55.0",
 5513]
 5514
 5515[[package]]
 5516name = "embedded-io"
 5517version = "0.4.0"
 5518source = "registry+https://github.com/rust-lang/crates.io-index"
 5519checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5520
 5521[[package]]
 5522name = "embedded-io"
 5523version = "0.6.1"
 5524source = "registry+https://github.com/rust-lang/crates.io-index"
 5525checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5526
 5527[[package]]
 5528name = "emojis"
 5529version = "0.6.4"
 5530source = "registry+https://github.com/rust-lang/crates.io-index"
 5531checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5532dependencies = [
 5533 "phf 0.11.3",
 5534]
 5535
 5536[[package]]
 5537name = "encode_unicode"
 5538version = "1.0.0"
 5539source = "registry+https://github.com/rust-lang/crates.io-index"
 5540checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5541
 5542[[package]]
 5543name = "encoding_rs"
 5544version = "0.8.35"
 5545source = "registry+https://github.com/rust-lang/crates.io-index"
 5546checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5547dependencies = [
 5548 "cfg-if",
 5549]
 5550
 5551[[package]]
 5552name = "encoding_selector"
 5553version = "0.1.0"
 5554dependencies = [
 5555 "editor",
 5556 "encoding_rs",
 5557 "fuzzy",
 5558 "gpui",
 5559 "language",
 5560 "picker",
 5561 "project",
 5562 "ui",
 5563 "util",
 5564 "workspace",
 5565]
 5566
 5567[[package]]
 5568name = "endi"
 5569version = "1.1.0"
 5570source = "registry+https://github.com/rust-lang/crates.io-index"
 5571checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5572
 5573[[package]]
 5574name = "enum-as-inner"
 5575version = "0.6.1"
 5576source = "registry+https://github.com/rust-lang/crates.io-index"
 5577checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5578dependencies = [
 5579 "heck 0.5.0",
 5580 "proc-macro2",
 5581 "quote",
 5582 "syn 2.0.117",
 5583]
 5584
 5585[[package]]
 5586name = "enumflags2"
 5587version = "0.7.12"
 5588source = "registry+https://github.com/rust-lang/crates.io-index"
 5589checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5590dependencies = [
 5591 "enumflags2_derive",
 5592 "serde",
 5593]
 5594
 5595[[package]]
 5596name = "enumflags2_derive"
 5597version = "0.7.12"
 5598source = "registry+https://github.com/rust-lang/crates.io-index"
 5599checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5600dependencies = [
 5601 "proc-macro2",
 5602 "quote",
 5603 "syn 2.0.117",
 5604]
 5605
 5606[[package]]
 5607name = "env_filter"
 5608version = "0.1.4"
 5609source = "registry+https://github.com/rust-lang/crates.io-index"
 5610checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5611dependencies = [
 5612 "log",
 5613 "regex",
 5614]
 5615
 5616[[package]]
 5617name = "env_logger"
 5618version = "0.10.2"
 5619source = "registry+https://github.com/rust-lang/crates.io-index"
 5620checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5621dependencies = [
 5622 "humantime",
 5623 "is-terminal",
 5624 "log",
 5625 "regex",
 5626 "termcolor",
 5627]
 5628
 5629[[package]]
 5630name = "env_logger"
 5631version = "0.11.8"
 5632source = "registry+https://github.com/rust-lang/crates.io-index"
 5633checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5634dependencies = [
 5635 "anstream",
 5636 "anstyle",
 5637 "env_filter",
 5638 "jiff",
 5639 "log",
 5640]
 5641
 5642[[package]]
 5643name = "env_var"
 5644version = "0.1.0"
 5645dependencies = [
 5646 "gpui_shared_string",
 5647]
 5648
 5649[[package]]
 5650name = "envy"
 5651version = "0.4.2"
 5652source = "registry+https://github.com/rust-lang/crates.io-index"
 5653checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5654dependencies = [
 5655 "serde",
 5656]
 5657
 5658[[package]]
 5659name = "equator"
 5660version = "0.4.2"
 5661source = "registry+https://github.com/rust-lang/crates.io-index"
 5662checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5663dependencies = [
 5664 "equator-macro",
 5665]
 5666
 5667[[package]]
 5668name = "equator-macro"
 5669version = "0.4.2"
 5670source = "registry+https://github.com/rust-lang/crates.io-index"
 5671checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5672dependencies = [
 5673 "proc-macro2",
 5674 "quote",
 5675 "syn 2.0.117",
 5676]
 5677
 5678[[package]]
 5679name = "equivalent"
 5680version = "1.0.2"
 5681source = "registry+https://github.com/rust-lang/crates.io-index"
 5682checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5683
 5684[[package]]
 5685name = "erased-serde"
 5686version = "0.4.9"
 5687source = "registry+https://github.com/rust-lang/crates.io-index"
 5688checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5689dependencies = [
 5690 "serde",
 5691 "serde_core",
 5692 "typeid",
 5693]
 5694
 5695[[package]]
 5696name = "errno"
 5697version = "0.2.8"
 5698source = "registry+https://github.com/rust-lang/crates.io-index"
 5699checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5700dependencies = [
 5701 "errno-dragonfly",
 5702 "libc",
 5703 "winapi",
 5704]
 5705
 5706[[package]]
 5707name = "errno"
 5708version = "0.3.14"
 5709source = "registry+https://github.com/rust-lang/crates.io-index"
 5710checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5711dependencies = [
 5712 "libc",
 5713 "windows-sys 0.61.2",
 5714]
 5715
 5716[[package]]
 5717name = "errno-dragonfly"
 5718version = "0.1.2"
 5719source = "registry+https://github.com/rust-lang/crates.io-index"
 5720checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5721dependencies = [
 5722 "cc",
 5723 "libc",
 5724]
 5725
 5726[[package]]
 5727name = "error-graph"
 5728version = "0.1.1"
 5729source = "registry+https://github.com/rust-lang/crates.io-index"
 5730checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5731dependencies = [
 5732 "serde",
 5733]
 5734
 5735[[package]]
 5736name = "etagere"
 5737version = "0.2.15"
 5738source = "registry+https://github.com/rust-lang/crates.io-index"
 5739checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5740dependencies = [
 5741 "euclid",
 5742 "svg_fmt",
 5743]
 5744
 5745[[package]]
 5746name = "etcetera"
 5747version = "0.8.0"
 5748source = "registry+https://github.com/rust-lang/crates.io-index"
 5749checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5750dependencies = [
 5751 "cfg-if",
 5752 "home",
 5753 "windows-sys 0.48.0",
 5754]
 5755
 5756[[package]]
 5757name = "etw_tracing"
 5758version = "0.1.0"
 5759dependencies = [
 5760 "anyhow",
 5761 "gpui",
 5762 "log",
 5763 "net",
 5764 "serde",
 5765 "serde_json",
 5766 "util",
 5767 "windows 0.61.3",
 5768 "windows-core 0.61.2",
 5769 "workspace",
 5770 "wprcontrol",
 5771]
 5772
 5773[[package]]
 5774name = "euclid"
 5775version = "0.22.11"
 5776source = "registry+https://github.com/rust-lang/crates.io-index"
 5777checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5778dependencies = [
 5779 "num-traits",
 5780]
 5781
 5782[[package]]
 5783name = "eval_cli"
 5784version = "0.1.0"
 5785dependencies = [
 5786 "acp_thread",
 5787 "agent",
 5788 "agent-client-protocol",
 5789 "agent_ui",
 5790 "anyhow",
 5791 "clap",
 5792 "client",
 5793 "ctrlc",
 5794 "db",
 5795 "debug_adapter_extension",
 5796 "env_logger 0.11.8",
 5797 "extension",
 5798 "feature_flags",
 5799 "fs",
 5800 "futures 0.3.32",
 5801 "gpui",
 5802 "gpui_platform",
 5803 "gpui_tokio",
 5804 "language",
 5805 "language_extension",
 5806 "language_model",
 5807 "language_models",
 5808 "languages",
 5809 "node_runtime",
 5810 "paths",
 5811 "project",
 5812 "prompt_store",
 5813 "release_channel",
 5814 "reqwest_client",
 5815 "serde",
 5816 "serde_json",
 5817 "settings",
 5818 "shellexpand 2.1.2",
 5819 "terminal_view",
 5820 "util",
 5821 "watch",
 5822]
 5823
 5824[[package]]
 5825name = "eval_utils"
 5826version = "0.1.0"
 5827dependencies = [
 5828 "gpui_platform",
 5829 "serde",
 5830 "smol",
 5831]
 5832
 5833[[package]]
 5834name = "event-listener"
 5835version = "2.5.3"
 5836source = "registry+https://github.com/rust-lang/crates.io-index"
 5837checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5838
 5839[[package]]
 5840name = "event-listener"
 5841version = "5.4.1"
 5842source = "registry+https://github.com/rust-lang/crates.io-index"
 5843checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5844dependencies = [
 5845 "concurrent-queue",
 5846 "parking",
 5847 "pin-project-lite",
 5848]
 5849
 5850[[package]]
 5851name = "event-listener-strategy"
 5852version = "0.5.4"
 5853source = "registry+https://github.com/rust-lang/crates.io-index"
 5854checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5855dependencies = [
 5856 "event-listener 5.4.1",
 5857 "pin-project-lite",
 5858]
 5859
 5860[[package]]
 5861name = "exec"
 5862version = "0.3.1"
 5863source = "registry+https://github.com/rust-lang/crates.io-index"
 5864checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5865dependencies = [
 5866 "errno 0.2.8",
 5867 "libc",
 5868]
 5869
 5870[[package]]
 5871name = "explorer_command_injector"
 5872version = "0.1.0"
 5873dependencies = [
 5874 "windows 0.61.3",
 5875 "windows-core 0.61.2",
 5876 "windows-registry 0.5.3",
 5877]
 5878
 5879[[package]]
 5880name = "exr"
 5881version = "1.73.0"
 5882source = "registry+https://github.com/rust-lang/crates.io-index"
 5883checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5884dependencies = [
 5885 "bit_field",
 5886 "half",
 5887 "lebe",
 5888 "miniz_oxide",
 5889 "rayon-core",
 5890 "smallvec",
 5891 "zune-inflate",
 5892]
 5893
 5894[[package]]
 5895name = "extended"
 5896version = "0.1.0"
 5897source = "registry+https://github.com/rust-lang/crates.io-index"
 5898checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5899
 5900[[package]]
 5901name = "extension"
 5902version = "0.1.0"
 5903dependencies = [
 5904 "anyhow",
 5905 "async-trait",
 5906 "cloud_api_types",
 5907 "collections",
 5908 "dap",
 5909 "fs",
 5910 "futures 0.3.32",
 5911 "gpui",
 5912 "heck 0.5.0",
 5913 "http_client",
 5914 "indoc",
 5915 "language",
 5916 "log",
 5917 "lsp",
 5918 "parking_lot",
 5919 "pretty_assertions",
 5920 "proto",
 5921 "semver",
 5922 "serde",
 5923 "serde_json",
 5924 "task",
 5925 "tempfile",
 5926 "toml 0.8.23",
 5927 "tracing",
 5928 "url",
 5929 "util",
 5930 "wasm-encoder 0.221.3",
 5931 "wasmparser 0.221.3",
 5932 "ztracing",
 5933]
 5934
 5935[[package]]
 5936name = "extension_cli"
 5937version = "0.1.0"
 5938dependencies = [
 5939 "anyhow",
 5940 "clap",
 5941 "cloud_api_types",
 5942 "env_logger 0.11.8",
 5943 "extension",
 5944 "fs",
 5945 "gpui_platform",
 5946 "language",
 5947 "log",
 5948 "reqwest_client",
 5949 "serde",
 5950 "serde_json",
 5951 "serde_json_lenient",
 5952 "settings_content",
 5953 "snippet_provider",
 5954 "task",
 5955 "theme_settings",
 5956 "tokio",
 5957 "toml 0.8.23",
 5958 "tree-sitter",
 5959 "wasmtime",
 5960]
 5961
 5962[[package]]
 5963name = "extension_host"
 5964version = "0.1.0"
 5965dependencies = [
 5966 "anyhow",
 5967 "async-compression",
 5968 "async-tar",
 5969 "async-trait",
 5970 "client",
 5971 "cloud_api_types",
 5972 "collections",
 5973 "criterion",
 5974 "ctor",
 5975 "dap",
 5976 "extension",
 5977 "fs",
 5978 "futures 0.3.32",
 5979 "gpui",
 5980 "gpui_tokio",
 5981 "http_client",
 5982 "language",
 5983 "language_extension",
 5984 "log",
 5985 "lsp",
 5986 "moka",
 5987 "node_runtime",
 5988 "parking_lot",
 5989 "paths",
 5990 "project",
 5991 "release_channel",
 5992 "remote",
 5993 "reqwest_client",
 5994 "semver",
 5995 "serde",
 5996 "serde_json",
 5997 "serde_json_lenient",
 5998 "settings",
 5999 "task",
 6000 "telemetry",
 6001 "tempfile",
 6002 "theme",
 6003 "theme_extension",
 6004 "theme_settings",
 6005 "toml 0.8.23",
 6006 "tracing",
 6007 "url",
 6008 "util",
 6009 "wasmparser 0.221.3",
 6010 "wasmtime",
 6011 "wasmtime-wasi",
 6012 "zlog",
 6013 "ztracing",
 6014]
 6015
 6016[[package]]
 6017name = "extensions_ui"
 6018version = "0.1.0"
 6019dependencies = [
 6020 "anyhow",
 6021 "client",
 6022 "cloud_api_types",
 6023 "collections",
 6024 "db",
 6025 "editor",
 6026 "extension",
 6027 "extension_host",
 6028 "fs",
 6029 "fuzzy",
 6030 "gpui",
 6031 "language",
 6032 "log",
 6033 "num-format",
 6034 "picker",
 6035 "project",
 6036 "release_channel",
 6037 "semver",
 6038 "serde",
 6039 "settings",
 6040 "smallvec",
 6041 "strum 0.27.2",
 6042 "telemetry",
 6043 "theme_settings",
 6044 "ui",
 6045 "util",
 6046 "vim_mode_setting",
 6047 "workspace",
 6048 "zed_actions",
 6049]
 6050
 6051[[package]]
 6052name = "failspot"
 6053version = "0.2.0"
 6054source = "registry+https://github.com/rust-lang/crates.io-index"
 6055checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6056
 6057[[package]]
 6058name = "fallible-iterator"
 6059version = "0.3.0"
 6060source = "registry+https://github.com/rust-lang/crates.io-index"
 6061checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6062
 6063[[package]]
 6064name = "fancy-regex"
 6065version = "0.16.2"
 6066source = "registry+https://github.com/rust-lang/crates.io-index"
 6067checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6068dependencies = [
 6069 "bit-set 0.8.0",
 6070 "regex-automata",
 6071 "regex-syntax",
 6072]
 6073
 6074[[package]]
 6075name = "fancy-regex"
 6076version = "0.17.0"
 6077source = "registry+https://github.com/rust-lang/crates.io-index"
 6078checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6079dependencies = [
 6080 "bit-set 0.8.0",
 6081 "regex-automata",
 6082 "regex-syntax",
 6083]
 6084
 6085[[package]]
 6086name = "fast-srgb8"
 6087version = "1.0.0"
 6088source = "registry+https://github.com/rust-lang/crates.io-index"
 6089checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6090
 6091[[package]]
 6092name = "fastrand"
 6093version = "1.9.0"
 6094source = "registry+https://github.com/rust-lang/crates.io-index"
 6095checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6096dependencies = [
 6097 "instant",
 6098]
 6099
 6100[[package]]
 6101name = "fastrand"
 6102version = "2.3.0"
 6103source = "registry+https://github.com/rust-lang/crates.io-index"
 6104checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6105
 6106[[package]]
 6107name = "fax"
 6108version = "0.2.6"
 6109source = "registry+https://github.com/rust-lang/crates.io-index"
 6110checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6111dependencies = [
 6112 "fax_derive",
 6113]
 6114
 6115[[package]]
 6116name = "fax_derive"
 6117version = "0.2.0"
 6118source = "registry+https://github.com/rust-lang/crates.io-index"
 6119checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6120dependencies = [
 6121 "proc-macro2",
 6122 "quote",
 6123 "syn 2.0.117",
 6124]
 6125
 6126[[package]]
 6127name = "fd-lock"
 6128version = "4.0.4"
 6129source = "registry+https://github.com/rust-lang/crates.io-index"
 6130checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6131dependencies = [
 6132 "cfg-if",
 6133 "rustix 1.1.2",
 6134 "windows-sys 0.59.0",
 6135]
 6136
 6137[[package]]
 6138name = "fdeflate"
 6139version = "0.3.7"
 6140source = "registry+https://github.com/rust-lang/crates.io-index"
 6141checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6142dependencies = [
 6143 "simd-adler32",
 6144]
 6145
 6146[[package]]
 6147name = "feature_flags"
 6148version = "0.1.0"
 6149dependencies = [
 6150 "gpui",
 6151]
 6152
 6153[[package]]
 6154name = "feedback"
 6155version = "0.1.0"
 6156dependencies = [
 6157 "gpui",
 6158 "system_specs",
 6159 "urlencoding",
 6160 "util",
 6161 "workspace",
 6162 "zed_actions",
 6163]
 6164
 6165[[package]]
 6166name = "ff"
 6167version = "0.12.1"
 6168source = "registry+https://github.com/rust-lang/crates.io-index"
 6169checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6170dependencies = [
 6171 "rand_core 0.6.4",
 6172 "subtle",
 6173]
 6174
 6175[[package]]
 6176name = "file_finder"
 6177version = "0.1.0"
 6178dependencies = [
 6179 "anyhow",
 6180 "channel",
 6181 "client",
 6182 "collections",
 6183 "ctor",
 6184 "editor",
 6185 "file_icons",
 6186 "futures 0.3.32",
 6187 "fuzzy",
 6188 "fuzzy_nucleo",
 6189 "gpui",
 6190 "menu",
 6191 "open_path_prompt",
 6192 "picker",
 6193 "pretty_assertions",
 6194 "project",
 6195 "project_panel",
 6196 "remote_connection",
 6197 "serde",
 6198 "serde_json",
 6199 "settings",
 6200 "theme",
 6201 "theme_settings",
 6202 "ui",
 6203 "util",
 6204 "workspace",
 6205 "zed_actions",
 6206 "zlog",
 6207]
 6208
 6209[[package]]
 6210name = "file_icons"
 6211version = "0.1.0"
 6212dependencies = [
 6213 "gpui",
 6214 "serde",
 6215 "theme",
 6216 "util",
 6217]
 6218
 6219[[package]]
 6220name = "filedescriptor"
 6221version = "0.8.3"
 6222source = "registry+https://github.com/rust-lang/crates.io-index"
 6223checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6224dependencies = [
 6225 "libc",
 6226 "thiserror 1.0.69",
 6227 "winapi",
 6228]
 6229
 6230[[package]]
 6231name = "filetime"
 6232version = "0.2.26"
 6233source = "registry+https://github.com/rust-lang/crates.io-index"
 6234checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6235dependencies = [
 6236 "cfg-if",
 6237 "libc",
 6238 "libredox",
 6239 "windows-sys 0.60.2",
 6240]
 6241
 6242[[package]]
 6243name = "find-msvc-tools"
 6244version = "0.1.5"
 6245source = "registry+https://github.com/rust-lang/crates.io-index"
 6246checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6247
 6248[[package]]
 6249name = "fixedbitset"
 6250version = "0.4.2"
 6251source = "registry+https://github.com/rust-lang/crates.io-index"
 6252checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6253
 6254[[package]]
 6255name = "fixedbitset"
 6256version = "0.5.7"
 6257source = "registry+https://github.com/rust-lang/crates.io-index"
 6258checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6259
 6260[[package]]
 6261name = "flate2"
 6262version = "1.1.8"
 6263source = "registry+https://github.com/rust-lang/crates.io-index"
 6264checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6265dependencies = [
 6266 "crc32fast",
 6267 "miniz_oxide",
 6268]
 6269
 6270[[package]]
 6271name = "float-cmp"
 6272version = "0.9.0"
 6273source = "registry+https://github.com/rust-lang/crates.io-index"
 6274checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6275
 6276[[package]]
 6277name = "float-ord"
 6278version = "0.3.2"
 6279source = "registry+https://github.com/rust-lang/crates.io-index"
 6280checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6281
 6282[[package]]
 6283name = "float8"
 6284version = "0.4.2"
 6285source = "registry+https://github.com/rust-lang/crates.io-index"
 6286checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6287dependencies = [
 6288 "half",
 6289 "num-traits",
 6290 "rand 0.9.2",
 6291 "rand_distr",
 6292]
 6293
 6294[[package]]
 6295name = "float_next_after"
 6296version = "1.0.0"
 6297source = "registry+https://github.com/rust-lang/crates.io-index"
 6298checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6299
 6300[[package]]
 6301name = "fluent-uri"
 6302version = "0.4.1"
 6303source = "registry+https://github.com/rust-lang/crates.io-index"
 6304checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6305dependencies = [
 6306 "borrow-or-share",
 6307 "ref-cast",
 6308 "serde",
 6309]
 6310
 6311[[package]]
 6312name = "flume"
 6313version = "0.11.1"
 6314source = "registry+https://github.com/rust-lang/crates.io-index"
 6315checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6316dependencies = [
 6317 "futures-core",
 6318 "futures-sink",
 6319 "nanorand",
 6320 "spin 0.9.8",
 6321]
 6322
 6323[[package]]
 6324name = "fnv"
 6325version = "1.0.7"
 6326source = "registry+https://github.com/rust-lang/crates.io-index"
 6327checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6328
 6329[[package]]
 6330name = "foldhash"
 6331version = "0.1.5"
 6332source = "registry+https://github.com/rust-lang/crates.io-index"
 6333checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6334
 6335[[package]]
 6336name = "foldhash"
 6337version = "0.2.0"
 6338source = "registry+https://github.com/rust-lang/crates.io-index"
 6339checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6340
 6341[[package]]
 6342name = "font-types"
 6343version = "0.10.0"
 6344source = "registry+https://github.com/rust-lang/crates.io-index"
 6345checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6346dependencies = [
 6347 "bytemuck",
 6348]
 6349
 6350[[package]]
 6351name = "font-types"
 6352version = "0.11.0"
 6353source = "registry+https://github.com/rust-lang/crates.io-index"
 6354checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6355dependencies = [
 6356 "bytemuck",
 6357]
 6358
 6359[[package]]
 6360name = "fontconfig-parser"
 6361version = "0.5.8"
 6362source = "registry+https://github.com/rust-lang/crates.io-index"
 6363checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6364dependencies = [
 6365 "roxmltree",
 6366]
 6367
 6368[[package]]
 6369name = "fontdb"
 6370version = "0.16.2"
 6371source = "registry+https://github.com/rust-lang/crates.io-index"
 6372checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6373dependencies = [
 6374 "fontconfig-parser",
 6375 "log",
 6376 "memmap2",
 6377 "slotmap",
 6378 "tinyvec",
 6379 "ttf-parser 0.20.0",
 6380]
 6381
 6382[[package]]
 6383name = "fontdb"
 6384version = "0.23.0"
 6385source = "registry+https://github.com/rust-lang/crates.io-index"
 6386checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6387dependencies = [
 6388 "fontconfig-parser",
 6389 "log",
 6390 "memmap2",
 6391 "slotmap",
 6392 "tinyvec",
 6393 "ttf-parser 0.25.1",
 6394]
 6395
 6396[[package]]
 6397name = "foreign-types"
 6398version = "0.3.2"
 6399source = "registry+https://github.com/rust-lang/crates.io-index"
 6400checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6401dependencies = [
 6402 "foreign-types-shared 0.1.1",
 6403]
 6404
 6405[[package]]
 6406name = "foreign-types"
 6407version = "0.5.0"
 6408source = "registry+https://github.com/rust-lang/crates.io-index"
 6409checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6410dependencies = [
 6411 "foreign-types-macros",
 6412 "foreign-types-shared 0.3.1",
 6413]
 6414
 6415[[package]]
 6416name = "foreign-types-macros"
 6417version = "0.2.3"
 6418source = "registry+https://github.com/rust-lang/crates.io-index"
 6419checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6420dependencies = [
 6421 "proc-macro2",
 6422 "quote",
 6423 "syn 2.0.117",
 6424]
 6425
 6426[[package]]
 6427name = "foreign-types-shared"
 6428version = "0.1.1"
 6429source = "registry+https://github.com/rust-lang/crates.io-index"
 6430checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6431
 6432[[package]]
 6433name = "foreign-types-shared"
 6434version = "0.3.1"
 6435source = "registry+https://github.com/rust-lang/crates.io-index"
 6436checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6437
 6438[[package]]
 6439name = "fork"
 6440version = "0.4.0"
 6441source = "registry+https://github.com/rust-lang/crates.io-index"
 6442checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6443dependencies = [
 6444 "libc",
 6445]
 6446
 6447[[package]]
 6448name = "form_urlencoded"
 6449version = "1.2.2"
 6450source = "registry+https://github.com/rust-lang/crates.io-index"
 6451checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6452dependencies = [
 6453 "percent-encoding",
 6454]
 6455
 6456[[package]]
 6457name = "fraction"
 6458version = "0.15.3"
 6459source = "registry+https://github.com/rust-lang/crates.io-index"
 6460checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6461dependencies = [
 6462 "lazy_static",
 6463 "num",
 6464]
 6465
 6466[[package]]
 6467name = "freetype-sys"
 6468version = "0.20.1"
 6469source = "registry+https://github.com/rust-lang/crates.io-index"
 6470checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6471dependencies = [
 6472 "cc",
 6473 "libc",
 6474 "pkg-config",
 6475]
 6476
 6477[[package]]
 6478name = "fs"
 6479version = "0.1.0"
 6480dependencies = [
 6481 "anyhow",
 6482 "ashpd",
 6483 "async-tar",
 6484 "async-trait",
 6485 "cocoa 0.26.0",
 6486 "collections",
 6487 "dunce",
 6488 "fs",
 6489 "futures 0.3.32",
 6490 "git",
 6491 "gpui",
 6492 "ignore",
 6493 "is_executable",
 6494 "libc",
 6495 "log",
 6496 "notify 8.2.0",
 6497 "objc",
 6498 "parking_lot",
 6499 "paths",
 6500 "proto",
 6501 "rope",
 6502 "serde",
 6503 "serde_json",
 6504 "smol",
 6505 "tempfile",
 6506 "text",
 6507 "time",
 6508 "util",
 6509 "windows 0.61.3",
 6510]
 6511
 6512[[package]]
 6513name = "fs-set-times"
 6514version = "0.20.3"
 6515source = "registry+https://github.com/rust-lang/crates.io-index"
 6516checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6517dependencies = [
 6518 "io-lifetimes",
 6519 "rustix 1.1.2",
 6520 "windows-sys 0.59.0",
 6521]
 6522
 6523[[package]]
 6524name = "fs2"
 6525version = "0.4.3"
 6526source = "registry+https://github.com/rust-lang/crates.io-index"
 6527checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6528dependencies = [
 6529 "libc",
 6530 "winapi",
 6531]
 6532
 6533[[package]]
 6534name = "fs_benchmarks"
 6535version = "0.1.0"
 6536dependencies = [
 6537 "fs",
 6538 "gpui",
 6539 "gpui_platform",
 6540]
 6541
 6542[[package]]
 6543name = "fs_extra"
 6544version = "1.3.0"
 6545source = "registry+https://github.com/rust-lang/crates.io-index"
 6546checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6547
 6548[[package]]
 6549name = "fsevent-sys"
 6550version = "4.1.0"
 6551source = "registry+https://github.com/rust-lang/crates.io-index"
 6552checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6553dependencies = [
 6554 "libc",
 6555]
 6556
 6557[[package]]
 6558name = "fuchsia-cprng"
 6559version = "0.1.1"
 6560source = "registry+https://github.com/rust-lang/crates.io-index"
 6561checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6562
 6563[[package]]
 6564name = "funty"
 6565version = "2.0.0"
 6566source = "registry+https://github.com/rust-lang/crates.io-index"
 6567checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6568
 6569[[package]]
 6570name = "futf"
 6571version = "0.1.5"
 6572source = "registry+https://github.com/rust-lang/crates.io-index"
 6573checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6574dependencies = [
 6575 "mac",
 6576 "new_debug_unreachable",
 6577]
 6578
 6579[[package]]
 6580name = "futures"
 6581version = "0.1.31"
 6582source = "registry+https://github.com/rust-lang/crates.io-index"
 6583checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6584
 6585[[package]]
 6586name = "futures"
 6587version = "0.3.32"
 6588source = "registry+https://github.com/rust-lang/crates.io-index"
 6589checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6590dependencies = [
 6591 "futures-channel",
 6592 "futures-core",
 6593 "futures-executor",
 6594 "futures-io",
 6595 "futures-sink",
 6596 "futures-task",
 6597 "futures-util",
 6598]
 6599
 6600[[package]]
 6601name = "futures-channel"
 6602version = "0.3.32"
 6603source = "registry+https://github.com/rust-lang/crates.io-index"
 6604checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6605dependencies = [
 6606 "futures-core",
 6607 "futures-sink",
 6608]
 6609
 6610[[package]]
 6611name = "futures-concurrency"
 6612version = "7.7.1"
 6613source = "registry+https://github.com/rust-lang/crates.io-index"
 6614checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6615dependencies = [
 6616 "fixedbitset 0.5.7",
 6617 "futures-core",
 6618 "futures-lite 2.6.1",
 6619 "pin-project",
 6620 "smallvec",
 6621]
 6622
 6623[[package]]
 6624name = "futures-core"
 6625version = "0.3.32"
 6626source = "registry+https://github.com/rust-lang/crates.io-index"
 6627checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6628
 6629[[package]]
 6630name = "futures-executor"
 6631version = "0.3.32"
 6632source = "registry+https://github.com/rust-lang/crates.io-index"
 6633checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6634dependencies = [
 6635 "futures-core",
 6636 "futures-task",
 6637 "futures-util",
 6638]
 6639
 6640[[package]]
 6641name = "futures-intrusive"
 6642version = "0.5.0"
 6643source = "registry+https://github.com/rust-lang/crates.io-index"
 6644checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6645dependencies = [
 6646 "futures-core",
 6647 "lock_api",
 6648 "parking_lot",
 6649]
 6650
 6651[[package]]
 6652name = "futures-io"
 6653version = "0.3.32"
 6654source = "registry+https://github.com/rust-lang/crates.io-index"
 6655checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6656
 6657[[package]]
 6658name = "futures-lite"
 6659version = "1.13.0"
 6660source = "registry+https://github.com/rust-lang/crates.io-index"
 6661checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6662dependencies = [
 6663 "fastrand 1.9.0",
 6664 "futures-core",
 6665 "futures-io",
 6666 "memchr",
 6667 "parking",
 6668 "pin-project-lite",
 6669 "waker-fn",
 6670]
 6671
 6672[[package]]
 6673name = "futures-lite"
 6674version = "2.6.1"
 6675source = "registry+https://github.com/rust-lang/crates.io-index"
 6676checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6677dependencies = [
 6678 "fastrand 2.3.0",
 6679 "futures-core",
 6680 "futures-io",
 6681 "parking",
 6682 "pin-project-lite",
 6683]
 6684
 6685[[package]]
 6686name = "futures-macro"
 6687version = "0.3.32"
 6688source = "registry+https://github.com/rust-lang/crates.io-index"
 6689checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6690dependencies = [
 6691 "proc-macro2",
 6692 "quote",
 6693 "syn 2.0.117",
 6694]
 6695
 6696[[package]]
 6697name = "futures-sink"
 6698version = "0.3.32"
 6699source = "registry+https://github.com/rust-lang/crates.io-index"
 6700checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6701
 6702[[package]]
 6703name = "futures-task"
 6704version = "0.3.32"
 6705source = "registry+https://github.com/rust-lang/crates.io-index"
 6706checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6707
 6708[[package]]
 6709name = "futures-util"
 6710version = "0.3.32"
 6711source = "registry+https://github.com/rust-lang/crates.io-index"
 6712checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6713dependencies = [
 6714 "futures 0.1.31",
 6715 "futures-channel",
 6716 "futures-core",
 6717 "futures-io",
 6718 "futures-macro",
 6719 "futures-sink",
 6720 "futures-task",
 6721 "libc",
 6722 "memchr",
 6723 "pin-project-lite",
 6724 "slab",
 6725 "tokio-io",
 6726]
 6727
 6728[[package]]
 6729name = "fuzzy"
 6730version = "0.1.0"
 6731dependencies = [
 6732 "gpui",
 6733 "log",
 6734 "util",
 6735]
 6736
 6737[[package]]
 6738name = "fuzzy-matcher"
 6739version = "0.3.7"
 6740source = "registry+https://github.com/rust-lang/crates.io-index"
 6741checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6742dependencies = [
 6743 "thread_local",
 6744]
 6745
 6746[[package]]
 6747name = "fuzzy_nucleo"
 6748version = "0.1.0"
 6749dependencies = [
 6750 "gpui",
 6751 "nucleo",
 6752 "util",
 6753]
 6754
 6755[[package]]
 6756name = "gaoya"
 6757version = "0.2.0"
 6758source = "registry+https://github.com/rust-lang/crates.io-index"
 6759checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6760dependencies = [
 6761 "ahash 0.8.12",
 6762 "crossbeam-utils",
 6763 "fnv",
 6764 "itertools 0.10.5",
 6765 "num-traits",
 6766 "rand 0.8.5",
 6767 "rand_pcg",
 6768 "random_choice",
 6769 "rayon",
 6770 "seahash",
 6771 "sha-1",
 6772 "shingles",
 6773 "siphasher 0.3.11",
 6774 "smallvec",
 6775 "triomphe",
 6776]
 6777
 6778[[package]]
 6779name = "gemm"
 6780version = "0.17.1"
 6781source = "registry+https://github.com/rust-lang/crates.io-index"
 6782checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6783dependencies = [
 6784 "dyn-stack 0.10.0",
 6785 "gemm-c32 0.17.1",
 6786 "gemm-c64 0.17.1",
 6787 "gemm-common 0.17.1",
 6788 "gemm-f16 0.17.1",
 6789 "gemm-f32 0.17.1",
 6790 "gemm-f64 0.17.1",
 6791 "num-complex",
 6792 "num-traits",
 6793 "paste",
 6794 "raw-cpuid 10.7.0",
 6795 "seq-macro",
 6796]
 6797
 6798[[package]]
 6799name = "gemm"
 6800version = "0.18.2"
 6801source = "registry+https://github.com/rust-lang/crates.io-index"
 6802checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6803dependencies = [
 6804 "dyn-stack 0.13.2",
 6805 "gemm-c32 0.18.2",
 6806 "gemm-c64 0.18.2",
 6807 "gemm-common 0.18.2",
 6808 "gemm-f16 0.18.2",
 6809 "gemm-f32 0.18.2",
 6810 "gemm-f64 0.18.2",
 6811 "num-complex",
 6812 "num-traits",
 6813 "paste",
 6814 "raw-cpuid 11.6.0",
 6815 "seq-macro",
 6816]
 6817
 6818[[package]]
 6819name = "gemm-c32"
 6820version = "0.17.1"
 6821source = "registry+https://github.com/rust-lang/crates.io-index"
 6822checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6823dependencies = [
 6824 "dyn-stack 0.10.0",
 6825 "gemm-common 0.17.1",
 6826 "num-complex",
 6827 "num-traits",
 6828 "paste",
 6829 "raw-cpuid 10.7.0",
 6830 "seq-macro",
 6831]
 6832
 6833[[package]]
 6834name = "gemm-c32"
 6835version = "0.18.2"
 6836source = "registry+https://github.com/rust-lang/crates.io-index"
 6837checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6838dependencies = [
 6839 "dyn-stack 0.13.2",
 6840 "gemm-common 0.18.2",
 6841 "num-complex",
 6842 "num-traits",
 6843 "paste",
 6844 "raw-cpuid 11.6.0",
 6845 "seq-macro",
 6846]
 6847
 6848[[package]]
 6849name = "gemm-c64"
 6850version = "0.17.1"
 6851source = "registry+https://github.com/rust-lang/crates.io-index"
 6852checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6853dependencies = [
 6854 "dyn-stack 0.10.0",
 6855 "gemm-common 0.17.1",
 6856 "num-complex",
 6857 "num-traits",
 6858 "paste",
 6859 "raw-cpuid 10.7.0",
 6860 "seq-macro",
 6861]
 6862
 6863[[package]]
 6864name = "gemm-c64"
 6865version = "0.18.2"
 6866source = "registry+https://github.com/rust-lang/crates.io-index"
 6867checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6868dependencies = [
 6869 "dyn-stack 0.13.2",
 6870 "gemm-common 0.18.2",
 6871 "num-complex",
 6872 "num-traits",
 6873 "paste",
 6874 "raw-cpuid 11.6.0",
 6875 "seq-macro",
 6876]
 6877
 6878[[package]]
 6879name = "gemm-common"
 6880version = "0.17.1"
 6881source = "registry+https://github.com/rust-lang/crates.io-index"
 6882checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6883dependencies = [
 6884 "bytemuck",
 6885 "dyn-stack 0.10.0",
 6886 "half",
 6887 "num-complex",
 6888 "num-traits",
 6889 "once_cell",
 6890 "paste",
 6891 "pulp 0.18.22",
 6892 "raw-cpuid 10.7.0",
 6893 "rayon",
 6894 "seq-macro",
 6895 "sysctl 0.5.5",
 6896]
 6897
 6898[[package]]
 6899name = "gemm-common"
 6900version = "0.18.2"
 6901source = "registry+https://github.com/rust-lang/crates.io-index"
 6902checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6903dependencies = [
 6904 "bytemuck",
 6905 "dyn-stack 0.13.2",
 6906 "half",
 6907 "libm",
 6908 "num-complex",
 6909 "num-traits",
 6910 "once_cell",
 6911 "paste",
 6912 "pulp 0.21.5",
 6913 "raw-cpuid 11.6.0",
 6914 "rayon",
 6915 "seq-macro",
 6916 "sysctl 0.6.0",
 6917]
 6918
 6919[[package]]
 6920name = "gemm-f16"
 6921version = "0.17.1"
 6922source = "registry+https://github.com/rust-lang/crates.io-index"
 6923checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6924dependencies = [
 6925 "dyn-stack 0.10.0",
 6926 "gemm-common 0.17.1",
 6927 "gemm-f32 0.17.1",
 6928 "half",
 6929 "num-complex",
 6930 "num-traits",
 6931 "paste",
 6932 "raw-cpuid 10.7.0",
 6933 "rayon",
 6934 "seq-macro",
 6935]
 6936
 6937[[package]]
 6938name = "gemm-f16"
 6939version = "0.18.2"
 6940source = "registry+https://github.com/rust-lang/crates.io-index"
 6941checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6942dependencies = [
 6943 "dyn-stack 0.13.2",
 6944 "gemm-common 0.18.2",
 6945 "gemm-f32 0.18.2",
 6946 "half",
 6947 "num-complex",
 6948 "num-traits",
 6949 "paste",
 6950 "raw-cpuid 11.6.0",
 6951 "rayon",
 6952 "seq-macro",
 6953]
 6954
 6955[[package]]
 6956name = "gemm-f32"
 6957version = "0.17.1"
 6958source = "registry+https://github.com/rust-lang/crates.io-index"
 6959checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6960dependencies = [
 6961 "dyn-stack 0.10.0",
 6962 "gemm-common 0.17.1",
 6963 "num-complex",
 6964 "num-traits",
 6965 "paste",
 6966 "raw-cpuid 10.7.0",
 6967 "seq-macro",
 6968]
 6969
 6970[[package]]
 6971name = "gemm-f32"
 6972version = "0.18.2"
 6973source = "registry+https://github.com/rust-lang/crates.io-index"
 6974checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6975dependencies = [
 6976 "dyn-stack 0.13.2",
 6977 "gemm-common 0.18.2",
 6978 "num-complex",
 6979 "num-traits",
 6980 "paste",
 6981 "raw-cpuid 11.6.0",
 6982 "seq-macro",
 6983]
 6984
 6985[[package]]
 6986name = "gemm-f64"
 6987version = "0.17.1"
 6988source = "registry+https://github.com/rust-lang/crates.io-index"
 6989checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6990dependencies = [
 6991 "dyn-stack 0.10.0",
 6992 "gemm-common 0.17.1",
 6993 "num-complex",
 6994 "num-traits",
 6995 "paste",
 6996 "raw-cpuid 10.7.0",
 6997 "seq-macro",
 6998]
 6999
 7000[[package]]
 7001name = "gemm-f64"
 7002version = "0.18.2"
 7003source = "registry+https://github.com/rust-lang/crates.io-index"
 7004checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7005dependencies = [
 7006 "dyn-stack 0.13.2",
 7007 "gemm-common 0.18.2",
 7008 "num-complex",
 7009 "num-traits",
 7010 "paste",
 7011 "raw-cpuid 11.6.0",
 7012 "seq-macro",
 7013]
 7014
 7015[[package]]
 7016name = "generator"
 7017version = "0.8.7"
 7018source = "registry+https://github.com/rust-lang/crates.io-index"
 7019checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7020dependencies = [
 7021 "cc",
 7022 "cfg-if",
 7023 "libc",
 7024 "log",
 7025 "rustversion",
 7026 "windows 0.61.3",
 7027]
 7028
 7029[[package]]
 7030name = "generic-array"
 7031version = "0.14.7"
 7032source = "registry+https://github.com/rust-lang/crates.io-index"
 7033checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7034dependencies = [
 7035 "typenum",
 7036 "version_check",
 7037]
 7038
 7039[[package]]
 7040name = "gethostname"
 7041version = "1.1.0"
 7042source = "registry+https://github.com/rust-lang/crates.io-index"
 7043checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7044dependencies = [
 7045 "rustix 1.1.2",
 7046 "windows-link 0.2.1",
 7047]
 7048
 7049[[package]]
 7050name = "getrandom"
 7051version = "0.2.16"
 7052source = "registry+https://github.com/rust-lang/crates.io-index"
 7053checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7054dependencies = [
 7055 "cfg-if",
 7056 "js-sys",
 7057 "libc",
 7058 "wasi",
 7059 "wasm-bindgen",
 7060]
 7061
 7062[[package]]
 7063name = "getrandom"
 7064version = "0.3.4"
 7065source = "registry+https://github.com/rust-lang/crates.io-index"
 7066checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7067dependencies = [
 7068 "cfg-if",
 7069 "js-sys",
 7070 "libc",
 7071 "r-efi",
 7072 "wasip2",
 7073 "wasm-bindgen",
 7074]
 7075
 7076[[package]]
 7077name = "getrandom"
 7078version = "0.4.1"
 7079source = "registry+https://github.com/rust-lang/crates.io-index"
 7080checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7081dependencies = [
 7082 "cfg-if",
 7083 "libc",
 7084 "r-efi",
 7085 "wasip2",
 7086 "wasip3",
 7087]
 7088
 7089[[package]]
 7090name = "gh-workflow"
 7091version = "0.8.0"
 7092source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7093dependencies = [
 7094 "async-trait",
 7095 "derive_more",
 7096 "derive_setters",
 7097 "gh-workflow-macros",
 7098 "indexmap",
 7099 "merge",
 7100 "serde",
 7101 "serde_json",
 7102 "serde_yaml",
 7103 "strum_macros 0.27.2",
 7104]
 7105
 7106[[package]]
 7107name = "gh-workflow-macros"
 7108version = "0.8.0"
 7109source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7110dependencies = [
 7111 "heck 0.5.0",
 7112 "quote",
 7113 "syn 2.0.117",
 7114]
 7115
 7116[[package]]
 7117name = "gif"
 7118version = "0.13.3"
 7119source = "registry+https://github.com/rust-lang/crates.io-index"
 7120checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7121dependencies = [
 7122 "color_quant",
 7123 "weezl",
 7124]
 7125
 7126[[package]]
 7127name = "gimli"
 7128version = "0.32.3"
 7129source = "registry+https://github.com/rust-lang/crates.io-index"
 7130checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7131dependencies = [
 7132 "fallible-iterator",
 7133 "indexmap",
 7134 "stable_deref_trait",
 7135]
 7136
 7137[[package]]
 7138name = "gio-sys"
 7139version = "0.21.5"
 7140source = "registry+https://github.com/rust-lang/crates.io-index"
 7141checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7142dependencies = [
 7143 "glib-sys",
 7144 "gobject-sys",
 7145 "libc",
 7146 "system-deps 7.0.7",
 7147 "windows-sys 0.61.2",
 7148]
 7149
 7150[[package]]
 7151name = "git"
 7152version = "0.1.0"
 7153dependencies = [
 7154 "anyhow",
 7155 "askpass",
 7156 "async-trait",
 7157 "collections",
 7158 "derive_more",
 7159 "futures 0.3.32",
 7160 "git2",
 7161 "gpui",
 7162 "http_client",
 7163 "itertools 0.14.0",
 7164 "log",
 7165 "parking_lot",
 7166 "pretty_assertions",
 7167 "rand 0.9.2",
 7168 "regex",
 7169 "rope",
 7170 "schemars",
 7171 "serde",
 7172 "serde_json",
 7173 "smallvec",
 7174 "smol",
 7175 "sum_tree",
 7176 "tempfile",
 7177 "text",
 7178 "thiserror 2.0.17",
 7179 "time",
 7180 "url",
 7181 "urlencoding",
 7182 "util",
 7183 "uuid",
 7184 "ztracing",
 7185]
 7186
 7187[[package]]
 7188name = "git2"
 7189version = "0.20.4"
 7190source = "registry+https://github.com/rust-lang/crates.io-index"
 7191checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7192dependencies = [
 7193 "bitflags 2.10.0",
 7194 "libc",
 7195 "libgit2-sys",
 7196 "log",
 7197 "url",
 7198]
 7199
 7200[[package]]
 7201name = "git_graph"
 7202version = "0.1.0"
 7203dependencies = [
 7204 "anyhow",
 7205 "collections",
 7206 "db",
 7207 "editor",
 7208 "fs",
 7209 "git",
 7210 "git_ui",
 7211 "gpui",
 7212 "language",
 7213 "menu",
 7214 "project",
 7215 "rand 0.9.2",
 7216 "remote_connection",
 7217 "search",
 7218 "serde_json",
 7219 "settings",
 7220 "smallvec",
 7221 "smol",
 7222 "theme",
 7223 "theme_settings",
 7224 "time",
 7225 "ui",
 7226 "workspace",
 7227]
 7228
 7229[[package]]
 7230name = "git_hosting_providers"
 7231version = "0.1.0"
 7232dependencies = [
 7233 "anyhow",
 7234 "async-trait",
 7235 "futures 0.3.32",
 7236 "git",
 7237 "gpui",
 7238 "http_client",
 7239 "indoc",
 7240 "itertools 0.14.0",
 7241 "pretty_assertions",
 7242 "regex",
 7243 "serde",
 7244 "serde_json",
 7245 "settings",
 7246 "url",
 7247 "urlencoding",
 7248 "util",
 7249]
 7250
 7251[[package]]
 7252name = "git_ui"
 7253version = "0.1.0"
 7254dependencies = [
 7255 "agent_settings",
 7256 "anyhow",
 7257 "askpass",
 7258 "buffer_diff",
 7259 "call",
 7260 "collections",
 7261 "component",
 7262 "ctor",
 7263 "db",
 7264 "editor",
 7265 "file_icons",
 7266 "futures 0.3.32",
 7267 "fuzzy",
 7268 "git",
 7269 "gpui",
 7270 "indoc",
 7271 "itertools 0.14.0",
 7272 "language",
 7273 "language_model",
 7274 "linkify",
 7275 "log",
 7276 "markdown",
 7277 "menu",
 7278 "multi_buffer",
 7279 "notifications",
 7280 "panel",
 7281 "picker",
 7282 "pretty_assertions",
 7283 "project",
 7284 "prompt_store",
 7285 "proto",
 7286 "rand 0.9.2",
 7287 "remote",
 7288 "remote_connection",
 7289 "schemars",
 7290 "serde",
 7291 "serde_json",
 7292 "settings",
 7293 "smallvec",
 7294 "smol",
 7295 "strum 0.27.2",
 7296 "telemetry",
 7297 "theme",
 7298 "theme_settings",
 7299 "time",
 7300 "time_format",
 7301 "tracing",
 7302 "ui",
 7303 "ui_input",
 7304 "unindent",
 7305 "util",
 7306 "watch",
 7307 "windows 0.61.3",
 7308 "workspace",
 7309 "zed_actions",
 7310 "zeroize",
 7311 "zlog",
 7312 "ztracing",
 7313]
 7314
 7315[[package]]
 7316name = "gl_generator"
 7317version = "0.14.0"
 7318source = "registry+https://github.com/rust-lang/crates.io-index"
 7319checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7320dependencies = [
 7321 "khronos_api",
 7322 "log",
 7323 "xml-rs",
 7324]
 7325
 7326[[package]]
 7327name = "glib"
 7328version = "0.21.5"
 7329source = "registry+https://github.com/rust-lang/crates.io-index"
 7330checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7331dependencies = [
 7332 "bitflags 2.10.0",
 7333 "futures-channel",
 7334 "futures-core",
 7335 "futures-executor",
 7336 "futures-task",
 7337 "futures-util",
 7338 "gio-sys",
 7339 "glib-macros",
 7340 "glib-sys",
 7341 "gobject-sys",
 7342 "libc",
 7343 "memchr",
 7344 "smallvec",
 7345]
 7346
 7347[[package]]
 7348name = "glib-macros"
 7349version = "0.21.5"
 7350source = "registry+https://github.com/rust-lang/crates.io-index"
 7351checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7352dependencies = [
 7353 "heck 0.5.0",
 7354 "proc-macro-crate",
 7355 "proc-macro2",
 7356 "quote",
 7357 "syn 2.0.117",
 7358]
 7359
 7360[[package]]
 7361name = "glib-sys"
 7362version = "0.21.5"
 7363source = "registry+https://github.com/rust-lang/crates.io-index"
 7364checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7365dependencies = [
 7366 "libc",
 7367 "system-deps 7.0.7",
 7368]
 7369
 7370[[package]]
 7371name = "glob"
 7372version = "0.3.3"
 7373source = "registry+https://github.com/rust-lang/crates.io-index"
 7374checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7375
 7376[[package]]
 7377name = "globset"
 7378version = "0.4.17"
 7379source = "registry+https://github.com/rust-lang/crates.io-index"
 7380checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7381dependencies = [
 7382 "aho-corasick",
 7383 "bstr",
 7384 "log",
 7385 "regex-automata",
 7386 "regex-syntax",
 7387]
 7388
 7389[[package]]
 7390name = "gloo-timers"
 7391version = "0.3.0"
 7392source = "registry+https://github.com/rust-lang/crates.io-index"
 7393checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7394dependencies = [
 7395 "futures-channel",
 7396 "futures-core",
 7397 "js-sys",
 7398 "wasm-bindgen",
 7399]
 7400
 7401[[package]]
 7402name = "glow"
 7403version = "0.17.0"
 7404source = "registry+https://github.com/rust-lang/crates.io-index"
 7405checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7406dependencies = [
 7407 "js-sys",
 7408 "slotmap",
 7409 "wasm-bindgen",
 7410 "web-sys",
 7411]
 7412
 7413[[package]]
 7414name = "glutin_wgl_sys"
 7415version = "0.6.1"
 7416source = "registry+https://github.com/rust-lang/crates.io-index"
 7417checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7418dependencies = [
 7419 "gl_generator",
 7420]
 7421
 7422[[package]]
 7423name = "go_to_line"
 7424version = "0.1.0"
 7425dependencies = [
 7426 "editor",
 7427 "gpui",
 7428 "indoc",
 7429 "language",
 7430 "menu",
 7431 "multi_buffer",
 7432 "project",
 7433 "rope",
 7434 "serde",
 7435 "serde_json",
 7436 "settings",
 7437 "text",
 7438 "theme",
 7439 "ui",
 7440 "util",
 7441 "workspace",
 7442]
 7443
 7444[[package]]
 7445name = "gobject-sys"
 7446version = "0.21.5"
 7447source = "registry+https://github.com/rust-lang/crates.io-index"
 7448checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7449dependencies = [
 7450 "glib-sys",
 7451 "libc",
 7452 "system-deps 7.0.7",
 7453]
 7454
 7455[[package]]
 7456name = "goblin"
 7457version = "0.9.3"
 7458source = "registry+https://github.com/rust-lang/crates.io-index"
 7459checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7460dependencies = [
 7461 "log",
 7462 "plain",
 7463 "scroll",
 7464]
 7465
 7466[[package]]
 7467name = "google_ai"
 7468version = "0.1.0"
 7469dependencies = [
 7470 "anyhow",
 7471 "futures 0.3.32",
 7472 "http_client",
 7473 "language_model_core",
 7474 "log",
 7475 "schemars",
 7476 "serde",
 7477 "serde_json",
 7478 "strum 0.27.2",
 7479 "tiktoken-rs",
 7480]
 7481
 7482[[package]]
 7483name = "gpu-allocator"
 7484version = "0.28.0"
 7485source = "registry+https://github.com/rust-lang/crates.io-index"
 7486checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7487dependencies = [
 7488 "ash",
 7489 "hashbrown 0.16.1",
 7490 "log",
 7491 "presser",
 7492 "thiserror 2.0.17",
 7493 "windows 0.62.2",
 7494]
 7495
 7496[[package]]
 7497name = "gpu-descriptor"
 7498version = "0.3.2"
 7499source = "registry+https://github.com/rust-lang/crates.io-index"
 7500checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7501dependencies = [
 7502 "bitflags 2.10.0",
 7503 "gpu-descriptor-types",
 7504 "hashbrown 0.15.5",
 7505]
 7506
 7507[[package]]
 7508name = "gpu-descriptor-types"
 7509version = "0.2.0"
 7510source = "registry+https://github.com/rust-lang/crates.io-index"
 7511checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7512dependencies = [
 7513 "bitflags 2.10.0",
 7514]
 7515
 7516[[package]]
 7517name = "gpui"
 7518version = "0.2.2"
 7519dependencies = [
 7520 "anyhow",
 7521 "async-channel 2.5.0",
 7522 "async-task",
 7523 "backtrace",
 7524 "bindgen 0.71.1",
 7525 "bitflags 2.10.0",
 7526 "block",
 7527 "cbindgen",
 7528 "chrono",
 7529 "cocoa 0.26.0",
 7530 "cocoa-foundation 0.2.0",
 7531 "collections",
 7532 "core-foundation 0.10.0",
 7533 "core-foundation-sys",
 7534 "core-graphics 0.24.0",
 7535 "core-text",
 7536 "core-video",
 7537 "ctor",
 7538 "derive_more",
 7539 "embed-resource",
 7540 "env_logger 0.11.8",
 7541 "etagere",
 7542 "foreign-types 0.5.0",
 7543 "futures 0.3.32",
 7544 "futures-concurrency",
 7545 "getrandom 0.3.4",
 7546 "gpui_macros",
 7547 "gpui_platform",
 7548 "gpui_shared_string",
 7549 "gpui_util",
 7550 "gpui_web",
 7551 "http_client",
 7552 "image",
 7553 "inventory",
 7554 "itertools 0.14.0",
 7555 "log",
 7556 "lyon",
 7557 "mach2 0.5.0",
 7558 "media",
 7559 "metal",
 7560 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7561 "num_cpus",
 7562 "objc",
 7563 "objc2",
 7564 "objc2-metal",
 7565 "parking",
 7566 "parking_lot",
 7567 "pathfinder_geometry",
 7568 "pin-project",
 7569 "pollster 0.4.0",
 7570 "postage",
 7571 "profiling",
 7572 "proptest",
 7573 "rand 0.9.2",
 7574 "raw-window-handle",
 7575 "refineable",
 7576 "regex",
 7577 "reqwest_client",
 7578 "resvg",
 7579 "scheduler",
 7580 "schemars",
 7581 "seahash",
 7582 "serde",
 7583 "serde_json",
 7584 "slotmap",
 7585 "smallvec",
 7586 "spin 0.10.0",
 7587 "stacksafe",
 7588 "strum 0.27.2",
 7589 "sum_tree",
 7590 "taffy",
 7591 "thiserror 2.0.17",
 7592 "ttf-parser 0.25.1",
 7593 "unicode-segmentation",
 7594 "url",
 7595 "usvg",
 7596 "util_macros",
 7597 "uuid",
 7598 "waker-fn",
 7599 "wasm-bindgen",
 7600 "web-time",
 7601 "windows 0.61.3",
 7602 "zed-font-kit",
 7603 "zed-scap",
 7604]
 7605
 7606[[package]]
 7607name = "gpui_linux"
 7608version = "0.1.0"
 7609dependencies = [
 7610 "anyhow",
 7611 "as-raw-xcb-connection",
 7612 "ashpd",
 7613 "bitflags 2.10.0",
 7614 "bytemuck",
 7615 "calloop",
 7616 "calloop-wayland-source",
 7617 "collections",
 7618 "filedescriptor",
 7619 "futures 0.3.32",
 7620 "gpui",
 7621 "gpui_wgpu",
 7622 "http_client",
 7623 "itertools 0.14.0",
 7624 "libc",
 7625 "log",
 7626 "oo7",
 7627 "open",
 7628 "parking_lot",
 7629 "pathfinder_geometry",
 7630 "pollster 0.4.0",
 7631 "profiling",
 7632 "raw-window-handle",
 7633 "smallvec",
 7634 "smol",
 7635 "strum 0.27.2",
 7636 "swash",
 7637 "url",
 7638 "util",
 7639 "uuid",
 7640 "wayland-backend",
 7641 "wayland-client",
 7642 "wayland-cursor",
 7643 "wayland-protocols",
 7644 "wayland-protocols-plasma",
 7645 "wayland-protocols-wlr",
 7646 "x11-clipboard",
 7647 "x11rb",
 7648 "xkbcommon",
 7649 "zed-scap",
 7650 "zed-xim",
 7651]
 7652
 7653[[package]]
 7654name = "gpui_macos"
 7655version = "0.1.0"
 7656dependencies = [
 7657 "anyhow",
 7658 "async-task",
 7659 "block",
 7660 "cbindgen",
 7661 "cocoa 0.26.0",
 7662 "collections",
 7663 "core-foundation 0.10.0",
 7664 "core-foundation-sys",
 7665 "core-graphics 0.24.0",
 7666 "core-text",
 7667 "core-video",
 7668 "ctor",
 7669 "derive_more",
 7670 "dispatch2",
 7671 "etagere",
 7672 "foreign-types 0.5.0",
 7673 "futures 0.3.32",
 7674 "gpui",
 7675 "image",
 7676 "itertools 0.14.0",
 7677 "libc",
 7678 "log",
 7679 "mach2 0.5.0",
 7680 "media",
 7681 "metal",
 7682 "objc",
 7683 "objc2-app-kit",
 7684 "parking_lot",
 7685 "pathfinder_geometry",
 7686 "raw-window-handle",
 7687 "semver",
 7688 "smallvec",
 7689 "strum 0.27.2",
 7690 "util",
 7691 "uuid",
 7692 "zed-font-kit",
 7693]
 7694
 7695[[package]]
 7696name = "gpui_macros"
 7697version = "0.1.0"
 7698dependencies = [
 7699 "gpui",
 7700 "heck 0.5.0",
 7701 "proc-macro2",
 7702 "quote",
 7703 "syn 2.0.117",
 7704]
 7705
 7706[[package]]
 7707name = "gpui_platform"
 7708version = "0.1.0"
 7709dependencies = [
 7710 "console_error_panic_hook",
 7711 "gpui",
 7712 "gpui_linux",
 7713 "gpui_macos",
 7714 "gpui_web",
 7715 "gpui_windows",
 7716]
 7717
 7718[[package]]
 7719name = "gpui_shared_string"
 7720version = "0.1.0"
 7721dependencies = [
 7722 "derive_more",
 7723 "gpui_util",
 7724 "schemars",
 7725 "serde",
 7726]
 7727
 7728[[package]]
 7729name = "gpui_tokio"
 7730version = "0.1.0"
 7731dependencies = [
 7732 "anyhow",
 7733 "gpui",
 7734 "tokio",
 7735 "util",
 7736]
 7737
 7738[[package]]
 7739name = "gpui_util"
 7740version = "0.1.0"
 7741dependencies = [
 7742 "anyhow",
 7743 "log",
 7744]
 7745
 7746[[package]]
 7747name = "gpui_web"
 7748version = "0.1.0"
 7749dependencies = [
 7750 "anyhow",
 7751 "console_error_panic_hook",
 7752 "futures 0.3.32",
 7753 "gpui",
 7754 "gpui_wgpu",
 7755 "http_client",
 7756 "js-sys",
 7757 "log",
 7758 "parking_lot",
 7759 "raw-window-handle",
 7760 "smallvec",
 7761 "uuid",
 7762 "wasm-bindgen",
 7763 "wasm-bindgen-futures",
 7764 "wasm_thread",
 7765 "web-sys",
 7766 "web-time",
 7767]
 7768
 7769[[package]]
 7770name = "gpui_wgpu"
 7771version = "0.1.0"
 7772dependencies = [
 7773 "anyhow",
 7774 "bytemuck",
 7775 "collections",
 7776 "cosmic-text",
 7777 "etagere",
 7778 "gpui",
 7779 "gpui_util",
 7780 "itertools 0.14.0",
 7781 "js-sys",
 7782 "log",
 7783 "parking_lot",
 7784 "pollster 0.4.0",
 7785 "profiling",
 7786 "raw-window-handle",
 7787 "smallvec",
 7788 "swash",
 7789 "wasm-bindgen",
 7790 "wasm-bindgen-futures",
 7791 "web-sys",
 7792 "wgpu",
 7793 "zed-font-kit",
 7794]
 7795
 7796[[package]]
 7797name = "gpui_windows"
 7798version = "0.1.0"
 7799dependencies = [
 7800 "anyhow",
 7801 "collections",
 7802 "etagere",
 7803 "futures 0.3.32",
 7804 "gpui",
 7805 "image",
 7806 "itertools 0.14.0",
 7807 "log",
 7808 "parking_lot",
 7809 "rand 0.9.2",
 7810 "raw-window-handle",
 7811 "smallvec",
 7812 "util",
 7813 "uuid",
 7814 "windows 0.61.3",
 7815 "windows-core 0.61.2",
 7816 "windows-numerics 0.2.0",
 7817 "windows-registry 0.5.3",
 7818 "zed-scap",
 7819]
 7820
 7821[[package]]
 7822name = "grammars"
 7823version = "0.1.0"
 7824dependencies = [
 7825 "anyhow",
 7826 "language_core",
 7827 "rust-embed",
 7828 "toml 0.8.23",
 7829 "tree-sitter",
 7830 "tree-sitter-bash",
 7831 "tree-sitter-c",
 7832 "tree-sitter-cpp",
 7833 "tree-sitter-css",
 7834 "tree-sitter-diff",
 7835 "tree-sitter-gitcommit",
 7836 "tree-sitter-go",
 7837 "tree-sitter-gomod",
 7838 "tree-sitter-gowork",
 7839 "tree-sitter-jsdoc",
 7840 "tree-sitter-json",
 7841 "tree-sitter-md",
 7842 "tree-sitter-python",
 7843 "tree-sitter-regex",
 7844 "tree-sitter-rust",
 7845 "tree-sitter-typescript",
 7846 "tree-sitter-yaml",
 7847 "util",
 7848]
 7849
 7850[[package]]
 7851name = "grid"
 7852version = "0.18.0"
 7853source = "registry+https://github.com/rust-lang/crates.io-index"
 7854checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7855
 7856[[package]]
 7857name = "group"
 7858version = "0.12.1"
 7859source = "registry+https://github.com/rust-lang/crates.io-index"
 7860checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7861dependencies = [
 7862 "ff",
 7863 "rand_core 0.6.4",
 7864 "subtle",
 7865]
 7866
 7867[[package]]
 7868name = "h2"
 7869version = "0.3.27"
 7870source = "registry+https://github.com/rust-lang/crates.io-index"
 7871checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7872dependencies = [
 7873 "bytes 1.11.1",
 7874 "fnv",
 7875 "futures-core",
 7876 "futures-sink",
 7877 "futures-util",
 7878 "http 0.2.12",
 7879 "indexmap",
 7880 "slab",
 7881 "tokio",
 7882 "tokio-util",
 7883 "tracing",
 7884]
 7885
 7886[[package]]
 7887name = "h2"
 7888version = "0.4.12"
 7889source = "registry+https://github.com/rust-lang/crates.io-index"
 7890checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7891dependencies = [
 7892 "atomic-waker",
 7893 "bytes 1.11.1",
 7894 "fnv",
 7895 "futures-core",
 7896 "futures-sink",
 7897 "http 1.3.1",
 7898 "indexmap",
 7899 "slab",
 7900 "tokio",
 7901 "tokio-util",
 7902 "tracing",
 7903]
 7904
 7905[[package]]
 7906name = "half"
 7907version = "2.7.1"
 7908source = "registry+https://github.com/rust-lang/crates.io-index"
 7909checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7910dependencies = [
 7911 "bytemuck",
 7912 "cfg-if",
 7913 "crunchy",
 7914 "num-traits",
 7915 "rand 0.9.2",
 7916 "rand_distr",
 7917 "zerocopy",
 7918]
 7919
 7920[[package]]
 7921name = "handlebars"
 7922version = "4.5.0"
 7923source = "registry+https://github.com/rust-lang/crates.io-index"
 7924checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7925dependencies = [
 7926 "log",
 7927 "pest",
 7928 "pest_derive",
 7929 "rust-embed",
 7930 "serde",
 7931 "serde_json",
 7932 "thiserror 1.0.69",
 7933]
 7934
 7935[[package]]
 7936name = "handlebars"
 7937version = "5.1.2"
 7938source = "registry+https://github.com/rust-lang/crates.io-index"
 7939checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7940dependencies = [
 7941 "log",
 7942 "pest",
 7943 "pest_derive",
 7944 "serde",
 7945 "serde_json",
 7946 "thiserror 1.0.69",
 7947]
 7948
 7949[[package]]
 7950name = "harfrust"
 7951version = "0.5.0"
 7952source = "registry+https://github.com/rust-lang/crates.io-index"
 7953checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7954dependencies = [
 7955 "bitflags 2.10.0",
 7956 "bytemuck",
 7957 "core_maths",
 7958 "read-fonts 0.37.0",
 7959 "smallvec",
 7960]
 7961
 7962[[package]]
 7963name = "hash32"
 7964version = "0.3.1"
 7965source = "registry+https://github.com/rust-lang/crates.io-index"
 7966checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7967dependencies = [
 7968 "byteorder",
 7969]
 7970
 7971[[package]]
 7972name = "hashbrown"
 7973version = "0.12.3"
 7974source = "registry+https://github.com/rust-lang/crates.io-index"
 7975checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7976dependencies = [
 7977 "ahash 0.7.8",
 7978]
 7979
 7980[[package]]
 7981name = "hashbrown"
 7982version = "0.14.5"
 7983source = "registry+https://github.com/rust-lang/crates.io-index"
 7984checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7985dependencies = [
 7986 "ahash 0.8.12",
 7987 "allocator-api2",
 7988]
 7989
 7990[[package]]
 7991name = "hashbrown"
 7992version = "0.15.5"
 7993source = "registry+https://github.com/rust-lang/crates.io-index"
 7994checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7995dependencies = [
 7996 "allocator-api2",
 7997 "equivalent",
 7998 "foldhash 0.1.5",
 7999 "serde",
 8000]
 8001
 8002[[package]]
 8003name = "hashbrown"
 8004version = "0.16.1"
 8005source = "registry+https://github.com/rust-lang/crates.io-index"
 8006checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8007dependencies = [
 8008 "allocator-api2",
 8009 "equivalent",
 8010 "foldhash 0.2.0",
 8011]
 8012
 8013[[package]]
 8014name = "hashlink"
 8015version = "0.8.4"
 8016source = "registry+https://github.com/rust-lang/crates.io-index"
 8017checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8018dependencies = [
 8019 "hashbrown 0.14.5",
 8020]
 8021
 8022[[package]]
 8023name = "hashlink"
 8024version = "0.10.0"
 8025source = "registry+https://github.com/rust-lang/crates.io-index"
 8026checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8027dependencies = [
 8028 "hashbrown 0.15.5",
 8029]
 8030
 8031[[package]]
 8032name = "headers"
 8033version = "0.3.9"
 8034source = "registry+https://github.com/rust-lang/crates.io-index"
 8035checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8036dependencies = [
 8037 "base64 0.21.7",
 8038 "bytes 1.11.1",
 8039 "headers-core",
 8040 "http 0.2.12",
 8041 "httpdate",
 8042 "mime",
 8043 "sha1",
 8044]
 8045
 8046[[package]]
 8047name = "headers-core"
 8048version = "0.2.0"
 8049source = "registry+https://github.com/rust-lang/crates.io-index"
 8050checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8051dependencies = [
 8052 "http 0.2.12",
 8053]
 8054
 8055[[package]]
 8056name = "heapless"
 8057version = "0.9.2"
 8058source = "registry+https://github.com/rust-lang/crates.io-index"
 8059checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8060dependencies = [
 8061 "hash32",
 8062 "stable_deref_trait",
 8063]
 8064
 8065[[package]]
 8066name = "heck"
 8067version = "0.3.3"
 8068source = "registry+https://github.com/rust-lang/crates.io-index"
 8069checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8070dependencies = [
 8071 "unicode-segmentation",
 8072]
 8073
 8074[[package]]
 8075name = "heck"
 8076version = "0.4.1"
 8077source = "registry+https://github.com/rust-lang/crates.io-index"
 8078checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8079dependencies = [
 8080 "unicode-segmentation",
 8081]
 8082
 8083[[package]]
 8084name = "heck"
 8085version = "0.5.0"
 8086source = "registry+https://github.com/rust-lang/crates.io-index"
 8087checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8088
 8089[[package]]
 8090name = "heed"
 8091version = "0.21.0"
 8092source = "registry+https://github.com/rust-lang/crates.io-index"
 8093checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8094dependencies = [
 8095 "bitflags 2.10.0",
 8096 "byteorder",
 8097 "heed-traits",
 8098 "heed-types",
 8099 "libc",
 8100 "lmdb-master-sys",
 8101 "once_cell",
 8102 "page_size",
 8103 "serde",
 8104 "synchronoise",
 8105 "url",
 8106]
 8107
 8108[[package]]
 8109name = "heed-traits"
 8110version = "0.20.0"
 8111source = "registry+https://github.com/rust-lang/crates.io-index"
 8112checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8113
 8114[[package]]
 8115name = "heed-types"
 8116version = "0.21.0"
 8117source = "registry+https://github.com/rust-lang/crates.io-index"
 8118checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8119dependencies = [
 8120 "bincode",
 8121 "byteorder",
 8122 "heed-traits",
 8123 "serde",
 8124 "serde_json",
 8125]
 8126
 8127[[package]]
 8128name = "hermit-abi"
 8129version = "0.5.2"
 8130source = "registry+https://github.com/rust-lang/crates.io-index"
 8131checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8132
 8133[[package]]
 8134name = "hex"
 8135version = "0.4.3"
 8136source = "registry+https://github.com/rust-lang/crates.io-index"
 8137checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8138
 8139[[package]]
 8140name = "hexf-parse"
 8141version = "0.2.1"
 8142source = "registry+https://github.com/rust-lang/crates.io-index"
 8143checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8144
 8145[[package]]
 8146name = "hkdf"
 8147version = "0.12.4"
 8148source = "registry+https://github.com/rust-lang/crates.io-index"
 8149checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8150dependencies = [
 8151 "hmac",
 8152]
 8153
 8154[[package]]
 8155name = "hmac"
 8156version = "0.12.1"
 8157source = "registry+https://github.com/rust-lang/crates.io-index"
 8158checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8159dependencies = [
 8160 "digest",
 8161]
 8162
 8163[[package]]
 8164name = "home"
 8165version = "0.5.11"
 8166source = "registry+https://github.com/rust-lang/crates.io-index"
 8167checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8168dependencies = [
 8169 "windows-sys 0.59.0",
 8170]
 8171
 8172[[package]]
 8173name = "hound"
 8174version = "3.5.1"
 8175source = "registry+https://github.com/rust-lang/crates.io-index"
 8176checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8177
 8178[[package]]
 8179name = "html5ever"
 8180version = "0.27.0"
 8181source = "registry+https://github.com/rust-lang/crates.io-index"
 8182checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8183dependencies = [
 8184 "log",
 8185 "mac",
 8186 "markup5ever 0.12.1",
 8187 "proc-macro2",
 8188 "quote",
 8189 "syn 2.0.117",
 8190]
 8191
 8192[[package]]
 8193name = "html5ever"
 8194version = "0.35.0"
 8195source = "registry+https://github.com/rust-lang/crates.io-index"
 8196checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8197dependencies = [
 8198 "log",
 8199 "markup5ever 0.35.0",
 8200 "match_token",
 8201]
 8202
 8203[[package]]
 8204name = "html_to_markdown"
 8205version = "0.1.0"
 8206dependencies = [
 8207 "anyhow",
 8208 "html5ever 0.27.0",
 8209 "indoc",
 8210 "markup5ever_rcdom",
 8211 "pretty_assertions",
 8212 "regex",
 8213]
 8214
 8215[[package]]
 8216name = "http"
 8217version = "0.2.12"
 8218source = "registry+https://github.com/rust-lang/crates.io-index"
 8219checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8220dependencies = [
 8221 "bytes 1.11.1",
 8222 "fnv",
 8223 "itoa",
 8224]
 8225
 8226[[package]]
 8227name = "http"
 8228version = "1.3.1"
 8229source = "registry+https://github.com/rust-lang/crates.io-index"
 8230checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8231dependencies = [
 8232 "bytes 1.11.1",
 8233 "fnv",
 8234 "itoa",
 8235]
 8236
 8237[[package]]
 8238name = "http-body"
 8239version = "0.4.6"
 8240source = "registry+https://github.com/rust-lang/crates.io-index"
 8241checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8242dependencies = [
 8243 "bytes 1.11.1",
 8244 "http 0.2.12",
 8245 "pin-project-lite",
 8246]
 8247
 8248[[package]]
 8249name = "http-body"
 8250version = "1.0.1"
 8251source = "registry+https://github.com/rust-lang/crates.io-index"
 8252checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8253dependencies = [
 8254 "bytes 1.11.1",
 8255 "http 1.3.1",
 8256]
 8257
 8258[[package]]
 8259name = "http-body-util"
 8260version = "0.1.3"
 8261source = "registry+https://github.com/rust-lang/crates.io-index"
 8262checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8263dependencies = [
 8264 "bytes 1.11.1",
 8265 "futures-core",
 8266 "http 1.3.1",
 8267 "http-body 1.0.1",
 8268 "pin-project-lite",
 8269]
 8270
 8271[[package]]
 8272name = "http-range-header"
 8273version = "0.3.1"
 8274source = "registry+https://github.com/rust-lang/crates.io-index"
 8275checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8276
 8277[[package]]
 8278name = "http_client"
 8279version = "0.1.0"
 8280dependencies = [
 8281 "anyhow",
 8282 "async-compression",
 8283 "async-fs",
 8284 "async-tar",
 8285 "bytes 1.11.1",
 8286 "derive_more",
 8287 "futures 0.3.32",
 8288 "http 1.3.1",
 8289 "http-body 1.0.1",
 8290 "log",
 8291 "parking_lot",
 8292 "serde",
 8293 "serde_json",
 8294 "serde_urlencoded",
 8295 "sha2",
 8296 "tempfile",
 8297 "url",
 8298 "util",
 8299]
 8300
 8301[[package]]
 8302name = "http_client_tls"
 8303version = "0.1.0"
 8304dependencies = [
 8305 "rustls 0.23.33",
 8306 "rustls-platform-verifier",
 8307]
 8308
 8309[[package]]
 8310name = "httparse"
 8311version = "1.10.1"
 8312source = "registry+https://github.com/rust-lang/crates.io-index"
 8313checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8314
 8315[[package]]
 8316name = "httpdate"
 8317version = "1.0.3"
 8318source = "registry+https://github.com/rust-lang/crates.io-index"
 8319checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8320
 8321[[package]]
 8322name = "human_bytes"
 8323version = "0.4.3"
 8324source = "registry+https://github.com/rust-lang/crates.io-index"
 8325checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8326
 8327[[package]]
 8328name = "humantime"
 8329version = "2.3.0"
 8330source = "registry+https://github.com/rust-lang/crates.io-index"
 8331checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8332
 8333[[package]]
 8334name = "hyper"
 8335version = "0.14.32"
 8336source = "registry+https://github.com/rust-lang/crates.io-index"
 8337checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8338dependencies = [
 8339 "bytes 1.11.1",
 8340 "futures-channel",
 8341 "futures-core",
 8342 "futures-util",
 8343 "h2 0.3.27",
 8344 "http 0.2.12",
 8345 "http-body 0.4.6",
 8346 "httparse",
 8347 "httpdate",
 8348 "itoa",
 8349 "pin-project-lite",
 8350 "socket2 0.5.10",
 8351 "tokio",
 8352 "tower-service",
 8353 "tracing",
 8354 "want",
 8355]
 8356
 8357[[package]]
 8358name = "hyper"
 8359version = "1.7.0"
 8360source = "registry+https://github.com/rust-lang/crates.io-index"
 8361checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8362dependencies = [
 8363 "atomic-waker",
 8364 "bytes 1.11.1",
 8365 "futures-channel",
 8366 "futures-core",
 8367 "h2 0.4.12",
 8368 "http 1.3.1",
 8369 "http-body 1.0.1",
 8370 "httparse",
 8371 "itoa",
 8372 "pin-project-lite",
 8373 "pin-utils",
 8374 "smallvec",
 8375 "tokio",
 8376 "want",
 8377]
 8378
 8379[[package]]
 8380name = "hyper-rustls"
 8381version = "0.24.2"
 8382source = "registry+https://github.com/rust-lang/crates.io-index"
 8383checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8384dependencies = [
 8385 "futures-util",
 8386 "http 0.2.12",
 8387 "hyper 0.14.32",
 8388 "log",
 8389 "rustls 0.21.12",
 8390 "rustls-native-certs 0.6.3",
 8391 "tokio",
 8392 "tokio-rustls 0.24.1",
 8393]
 8394
 8395[[package]]
 8396name = "hyper-rustls"
 8397version = "0.27.7"
 8398source = "registry+https://github.com/rust-lang/crates.io-index"
 8399checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8400dependencies = [
 8401 "http 1.3.1",
 8402 "hyper 1.7.0",
 8403 "hyper-util",
 8404 "log",
 8405 "rustls 0.23.33",
 8406 "rustls-native-certs 0.8.2",
 8407 "rustls-pki-types",
 8408 "tokio",
 8409 "tokio-rustls 0.26.2",
 8410 "tower-service",
 8411]
 8412
 8413[[package]]
 8414name = "hyper-timeout"
 8415version = "0.5.2"
 8416source = "registry+https://github.com/rust-lang/crates.io-index"
 8417checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8418dependencies = [
 8419 "hyper 1.7.0",
 8420 "hyper-util",
 8421 "pin-project-lite",
 8422 "tokio",
 8423 "tower-service",
 8424]
 8425
 8426[[package]]
 8427name = "hyper-tls"
 8428version = "0.5.0"
 8429source = "registry+https://github.com/rust-lang/crates.io-index"
 8430checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8431dependencies = [
 8432 "bytes 1.11.1",
 8433 "hyper 0.14.32",
 8434 "native-tls",
 8435 "tokio",
 8436 "tokio-native-tls",
 8437]
 8438
 8439[[package]]
 8440name = "hyper-util"
 8441version = "0.1.17"
 8442source = "registry+https://github.com/rust-lang/crates.io-index"
 8443checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8444dependencies = [
 8445 "base64 0.22.1",
 8446 "bytes 1.11.1",
 8447 "futures-channel",
 8448 "futures-core",
 8449 "futures-util",
 8450 "http 1.3.1",
 8451 "http-body 1.0.1",
 8452 "hyper 1.7.0",
 8453 "ipnet",
 8454 "libc",
 8455 "percent-encoding",
 8456 "pin-project-lite",
 8457 "socket2 0.6.1",
 8458 "tokio",
 8459 "tower-service",
 8460 "tracing",
 8461]
 8462
 8463[[package]]
 8464name = "iana-time-zone"
 8465version = "0.1.64"
 8466source = "registry+https://github.com/rust-lang/crates.io-index"
 8467checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8468dependencies = [
 8469 "android_system_properties",
 8470 "core-foundation-sys",
 8471 "iana-time-zone-haiku",
 8472 "js-sys",
 8473 "log",
 8474 "wasm-bindgen",
 8475 "windows-core 0.62.2",
 8476]
 8477
 8478[[package]]
 8479name = "iana-time-zone-haiku"
 8480version = "0.1.2"
 8481source = "registry+https://github.com/rust-lang/crates.io-index"
 8482checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8483dependencies = [
 8484 "cc",
 8485]
 8486
 8487[[package]]
 8488name = "icons"
 8489version = "0.1.0"
 8490dependencies = [
 8491 "serde",
 8492 "strum 0.27.2",
 8493]
 8494
 8495[[package]]
 8496name = "icu_collections"
 8497version = "2.0.0"
 8498source = "registry+https://github.com/rust-lang/crates.io-index"
 8499checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8500dependencies = [
 8501 "displaydoc",
 8502 "potential_utf",
 8503 "yoke 0.8.0",
 8504 "zerofrom",
 8505 "zerovec",
 8506]
 8507
 8508[[package]]
 8509name = "icu_locale_core"
 8510version = "2.0.0"
 8511source = "registry+https://github.com/rust-lang/crates.io-index"
 8512checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8513dependencies = [
 8514 "displaydoc",
 8515 "litemap",
 8516 "tinystr",
 8517 "writeable",
 8518 "zerovec",
 8519]
 8520
 8521[[package]]
 8522name = "icu_normalizer"
 8523version = "2.0.0"
 8524source = "registry+https://github.com/rust-lang/crates.io-index"
 8525checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8526dependencies = [
 8527 "displaydoc",
 8528 "icu_collections",
 8529 "icu_normalizer_data",
 8530 "icu_properties",
 8531 "icu_provider",
 8532 "smallvec",
 8533 "zerovec",
 8534]
 8535
 8536[[package]]
 8537name = "icu_normalizer_data"
 8538version = "2.0.0"
 8539source = "registry+https://github.com/rust-lang/crates.io-index"
 8540checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8541
 8542[[package]]
 8543name = "icu_properties"
 8544version = "2.0.1"
 8545source = "registry+https://github.com/rust-lang/crates.io-index"
 8546checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8547dependencies = [
 8548 "displaydoc",
 8549 "icu_collections",
 8550 "icu_locale_core",
 8551 "icu_properties_data",
 8552 "icu_provider",
 8553 "potential_utf",
 8554 "zerotrie",
 8555 "zerovec",
 8556]
 8557
 8558[[package]]
 8559name = "icu_properties_data"
 8560version = "2.0.1"
 8561source = "registry+https://github.com/rust-lang/crates.io-index"
 8562checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8563
 8564[[package]]
 8565name = "icu_provider"
 8566version = "2.0.0"
 8567source = "registry+https://github.com/rust-lang/crates.io-index"
 8568checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8569dependencies = [
 8570 "displaydoc",
 8571 "icu_locale_core",
 8572 "stable_deref_trait",
 8573 "tinystr",
 8574 "writeable",
 8575 "yoke 0.8.0",
 8576 "zerofrom",
 8577 "zerotrie",
 8578 "zerovec",
 8579]
 8580
 8581[[package]]
 8582name = "id-arena"
 8583version = "2.2.1"
 8584source = "registry+https://github.com/rust-lang/crates.io-index"
 8585checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8586
 8587[[package]]
 8588name = "ident_case"
 8589version = "1.0.1"
 8590source = "registry+https://github.com/rust-lang/crates.io-index"
 8591checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8592
 8593[[package]]
 8594name = "idna"
 8595version = "1.1.0"
 8596source = "registry+https://github.com/rust-lang/crates.io-index"
 8597checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8598dependencies = [
 8599 "idna_adapter",
 8600 "smallvec",
 8601 "utf8_iter",
 8602]
 8603
 8604[[package]]
 8605name = "idna_adapter"
 8606version = "1.2.1"
 8607source = "registry+https://github.com/rust-lang/crates.io-index"
 8608checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8609dependencies = [
 8610 "icu_normalizer",
 8611 "icu_properties",
 8612]
 8613
 8614[[package]]
 8615name = "ignore"
 8616version = "0.4.24"
 8617source = "registry+https://github.com/rust-lang/crates.io-index"
 8618checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8619dependencies = [
 8620 "crossbeam-deque",
 8621 "globset",
 8622 "log",
 8623 "memchr",
 8624 "regex-automata",
 8625 "same-file",
 8626 "walkdir",
 8627 "winapi-util",
 8628]
 8629
 8630[[package]]
 8631name = "image"
 8632version = "0.25.8"
 8633source = "registry+https://github.com/rust-lang/crates.io-index"
 8634checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8635dependencies = [
 8636 "bytemuck",
 8637 "byteorder-lite",
 8638 "color_quant",
 8639 "exr",
 8640 "gif",
 8641 "image-webp",
 8642 "moxcms",
 8643 "num-traits",
 8644 "png 0.18.0",
 8645 "qoi",
 8646 "ravif",
 8647 "rayon",
 8648 "rgb",
 8649 "tiff",
 8650 "zune-core",
 8651 "zune-jpeg",
 8652]
 8653
 8654[[package]]
 8655name = "image-webp"
 8656version = "0.2.4"
 8657source = "registry+https://github.com/rust-lang/crates.io-index"
 8658checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8659dependencies = [
 8660 "byteorder-lite",
 8661 "quick-error 2.0.1",
 8662]
 8663
 8664[[package]]
 8665name = "image_viewer"
 8666version = "0.1.0"
 8667dependencies = [
 8668 "anyhow",
 8669 "db",
 8670 "editor",
 8671 "file_icons",
 8672 "gpui",
 8673 "language",
 8674 "log",
 8675 "project",
 8676 "serde",
 8677 "settings",
 8678 "theme_settings",
 8679 "ui",
 8680 "util",
 8681 "workspace",
 8682]
 8683
 8684[[package]]
 8685name = "imagesize"
 8686version = "0.13.0"
 8687source = "registry+https://github.com/rust-lang/crates.io-index"
 8688checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8689
 8690[[package]]
 8691name = "imara-diff"
 8692version = "0.1.8"
 8693source = "registry+https://github.com/rust-lang/crates.io-index"
 8694checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8695dependencies = [
 8696 "hashbrown 0.15.5",
 8697]
 8698
 8699[[package]]
 8700name = "imgref"
 8701version = "1.12.0"
 8702source = "registry+https://github.com/rust-lang/crates.io-index"
 8703checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8704
 8705[[package]]
 8706name = "indenter"
 8707version = "0.3.4"
 8708source = "registry+https://github.com/rust-lang/crates.io-index"
 8709checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8710
 8711[[package]]
 8712name = "indexmap"
 8713version = "2.11.4"
 8714source = "registry+https://github.com/rust-lang/crates.io-index"
 8715checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8716dependencies = [
 8717 "equivalent",
 8718 "hashbrown 0.16.1",
 8719 "serde",
 8720 "serde_core",
 8721]
 8722
 8723[[package]]
 8724name = "indoc"
 8725version = "2.0.6"
 8726source = "registry+https://github.com/rust-lang/crates.io-index"
 8727checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8728
 8729[[package]]
 8730name = "inherent"
 8731version = "1.0.13"
 8732source = "registry+https://github.com/rust-lang/crates.io-index"
 8733checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8734dependencies = [
 8735 "proc-macro2",
 8736 "quote",
 8737 "syn 2.0.117",
 8738]
 8739
 8740[[package]]
 8741name = "inotify"
 8742version = "0.9.6"
 8743source = "registry+https://github.com/rust-lang/crates.io-index"
 8744checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8745dependencies = [
 8746 "bitflags 1.3.2",
 8747 "inotify-sys",
 8748 "libc",
 8749]
 8750
 8751[[package]]
 8752name = "inotify"
 8753version = "0.11.0"
 8754source = "registry+https://github.com/rust-lang/crates.io-index"
 8755checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8756dependencies = [
 8757 "bitflags 2.10.0",
 8758 "inotify-sys",
 8759 "libc",
 8760]
 8761
 8762[[package]]
 8763name = "inotify-sys"
 8764version = "0.1.5"
 8765source = "registry+https://github.com/rust-lang/crates.io-index"
 8766checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8767dependencies = [
 8768 "libc",
 8769]
 8770
 8771[[package]]
 8772name = "inout"
 8773version = "0.1.4"
 8774source = "registry+https://github.com/rust-lang/crates.io-index"
 8775checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8776dependencies = [
 8777 "block-padding",
 8778 "generic-array",
 8779]
 8780
 8781[[package]]
 8782name = "inspector_ui"
 8783version = "0.1.0"
 8784dependencies = [
 8785 "anyhow",
 8786 "command_palette_hooks",
 8787 "editor",
 8788 "fuzzy",
 8789 "gpui",
 8790 "language",
 8791 "project",
 8792 "serde_json",
 8793 "serde_json_lenient",
 8794 "theme_settings",
 8795 "ui",
 8796 "util",
 8797 "util_macros",
 8798 "workspace",
 8799 "zed_actions",
 8800]
 8801
 8802[[package]]
 8803name = "install_cli"
 8804version = "0.1.0"
 8805dependencies = [
 8806 "anyhow",
 8807 "client",
 8808 "gpui",
 8809 "release_channel",
 8810 "smol",
 8811 "util",
 8812 "workspace",
 8813]
 8814
 8815[[package]]
 8816name = "instant"
 8817version = "0.1.13"
 8818source = "registry+https://github.com/rust-lang/crates.io-index"
 8819checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8820dependencies = [
 8821 "cfg-if",
 8822]
 8823
 8824[[package]]
 8825name = "interpolate_name"
 8826version = "0.2.4"
 8827source = "registry+https://github.com/rust-lang/crates.io-index"
 8828checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8829dependencies = [
 8830 "proc-macro2",
 8831 "quote",
 8832 "syn 2.0.117",
 8833]
 8834
 8835[[package]]
 8836name = "inventory"
 8837version = "0.3.21"
 8838source = "registry+https://github.com/rust-lang/crates.io-index"
 8839checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8840dependencies = [
 8841 "rustversion",
 8842]
 8843
 8844[[package]]
 8845name = "io-extras"
 8846version = "0.18.4"
 8847source = "registry+https://github.com/rust-lang/crates.io-index"
 8848checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8849dependencies = [
 8850 "io-lifetimes",
 8851 "windows-sys 0.59.0",
 8852]
 8853
 8854[[package]]
 8855name = "io-lifetimes"
 8856version = "2.0.4"
 8857source = "registry+https://github.com/rust-lang/crates.io-index"
 8858checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8859
 8860[[package]]
 8861name = "io-surface"
 8862version = "0.16.1"
 8863source = "registry+https://github.com/rust-lang/crates.io-index"
 8864checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8865dependencies = [
 8866 "cgl",
 8867 "core-foundation 0.10.0",
 8868 "core-foundation-sys",
 8869 "leaky-cow",
 8870]
 8871
 8872[[package]]
 8873name = "iovec"
 8874version = "0.1.4"
 8875source = "registry+https://github.com/rust-lang/crates.io-index"
 8876checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8877dependencies = [
 8878 "libc",
 8879]
 8880
 8881[[package]]
 8882name = "ipc-channel"
 8883version = "0.19.0"
 8884source = "registry+https://github.com/rust-lang/crates.io-index"
 8885checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8886dependencies = [
 8887 "bincode",
 8888 "crossbeam-channel",
 8889 "fnv",
 8890 "lazy_static",
 8891 "libc",
 8892 "mio 1.1.0",
 8893 "rand 0.8.5",
 8894 "serde",
 8895 "tempfile",
 8896 "uuid",
 8897 "windows 0.58.0",
 8898]
 8899
 8900[[package]]
 8901name = "ipnet"
 8902version = "2.11.0"
 8903source = "registry+https://github.com/rust-lang/crates.io-index"
 8904checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8905
 8906[[package]]
 8907name = "iri-string"
 8908version = "0.7.8"
 8909source = "registry+https://github.com/rust-lang/crates.io-index"
 8910checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8911dependencies = [
 8912 "memchr",
 8913 "serde",
 8914]
 8915
 8916[[package]]
 8917name = "is-docker"
 8918version = "0.2.0"
 8919source = "registry+https://github.com/rust-lang/crates.io-index"
 8920checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8921dependencies = [
 8922 "once_cell",
 8923]
 8924
 8925[[package]]
 8926name = "is-terminal"
 8927version = "0.4.16"
 8928source = "registry+https://github.com/rust-lang/crates.io-index"
 8929checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8930dependencies = [
 8931 "hermit-abi",
 8932 "libc",
 8933 "windows-sys 0.59.0",
 8934]
 8935
 8936[[package]]
 8937name = "is-wsl"
 8938version = "0.4.0"
 8939source = "registry+https://github.com/rust-lang/crates.io-index"
 8940checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8941dependencies = [
 8942 "is-docker",
 8943 "once_cell",
 8944]
 8945
 8946[[package]]
 8947name = "is_executable"
 8948version = "1.0.5"
 8949source = "registry+https://github.com/rust-lang/crates.io-index"
 8950checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8951dependencies = [
 8952 "windows-sys 0.60.2",
 8953]
 8954
 8955[[package]]
 8956name = "is_terminal_polyfill"
 8957version = "1.70.1"
 8958source = "registry+https://github.com/rust-lang/crates.io-index"
 8959checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8960
 8961[[package]]
 8962name = "itertools"
 8963version = "0.10.5"
 8964source = "registry+https://github.com/rust-lang/crates.io-index"
 8965checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8966dependencies = [
 8967 "either",
 8968]
 8969
 8970[[package]]
 8971name = "itertools"
 8972version = "0.11.0"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8975dependencies = [
 8976 "either",
 8977]
 8978
 8979[[package]]
 8980name = "itertools"
 8981version = "0.12.1"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8984dependencies = [
 8985 "either",
 8986]
 8987
 8988[[package]]
 8989name = "itertools"
 8990version = "0.14.0"
 8991source = "registry+https://github.com/rust-lang/crates.io-index"
 8992checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8993dependencies = [
 8994 "either",
 8995]
 8996
 8997[[package]]
 8998name = "itoa"
 8999version = "1.0.15"
 9000source = "registry+https://github.com/rust-lang/crates.io-index"
 9001checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9002
 9003[[package]]
 9004name = "jiff"
 9005version = "0.2.15"
 9006source = "registry+https://github.com/rust-lang/crates.io-index"
 9007checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9008dependencies = [
 9009 "jiff-static",
 9010 "log",
 9011 "portable-atomic",
 9012 "portable-atomic-util",
 9013 "serde",
 9014]
 9015
 9016[[package]]
 9017name = "jiff-static"
 9018version = "0.2.15"
 9019source = "registry+https://github.com/rust-lang/crates.io-index"
 9020checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9021dependencies = [
 9022 "proc-macro2",
 9023 "quote",
 9024 "syn 2.0.117",
 9025]
 9026
 9027[[package]]
 9028name = "jni"
 9029version = "0.21.1"
 9030source = "registry+https://github.com/rust-lang/crates.io-index"
 9031checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9032dependencies = [
 9033 "cesu8",
 9034 "cfg-if",
 9035 "combine",
 9036 "jni-sys",
 9037 "log",
 9038 "thiserror 1.0.69",
 9039 "walkdir",
 9040 "windows-sys 0.45.0",
 9041]
 9042
 9043[[package]]
 9044name = "jni-sys"
 9045version = "0.3.0"
 9046source = "registry+https://github.com/rust-lang/crates.io-index"
 9047checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9048
 9049[[package]]
 9050name = "jobserver"
 9051version = "0.1.34"
 9052source = "registry+https://github.com/rust-lang/crates.io-index"
 9053checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9054dependencies = [
 9055 "getrandom 0.3.4",
 9056 "libc",
 9057]
 9058
 9059[[package]]
 9060name = "journal"
 9061version = "0.1.0"
 9062dependencies = [
 9063 "anyhow",
 9064 "chrono",
 9065 "editor",
 9066 "gpui",
 9067 "log",
 9068 "serde",
 9069 "settings",
 9070 "shellexpand 2.1.2",
 9071 "workspace",
 9072]
 9073
 9074[[package]]
 9075name = "js-sys"
 9076version = "0.3.90"
 9077source = "registry+https://github.com/rust-lang/crates.io-index"
 9078checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9079dependencies = [
 9080 "once_cell",
 9081 "wasm-bindgen",
 9082]
 9083
 9084[[package]]
 9085name = "json5"
 9086version = "0.4.1"
 9087source = "registry+https://github.com/rust-lang/crates.io-index"
 9088checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9089dependencies = [
 9090 "pest",
 9091 "pest_derive",
 9092 "serde",
 9093]
 9094
 9095[[package]]
 9096name = "json_dotpath"
 9097version = "1.1.0"
 9098source = "registry+https://github.com/rust-lang/crates.io-index"
 9099checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9100dependencies = [
 9101 "serde",
 9102 "serde_derive",
 9103 "serde_json",
 9104 "thiserror 1.0.69",
 9105]
 9106
 9107[[package]]
 9108name = "json_schema_store"
 9109version = "0.1.0"
 9110dependencies = [
 9111 "anyhow",
 9112 "collections",
 9113 "dap",
 9114 "extension",
 9115 "gpui",
 9116 "language",
 9117 "parking_lot",
 9118 "paths",
 9119 "project",
 9120 "schemars",
 9121 "serde",
 9122 "serde_json",
 9123 "settings",
 9124 "snippet_provider",
 9125 "task",
 9126 "theme",
 9127 "util",
 9128]
 9129
 9130[[package]]
 9131name = "jsonschema"
 9132version = "0.37.4"
 9133source = "registry+https://github.com/rust-lang/crates.io-index"
 9134checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9135dependencies = [
 9136 "ahash 0.8.12",
 9137 "bytecount",
 9138 "data-encoding",
 9139 "email_address",
 9140 "fancy-regex 0.16.2",
 9141 "fraction",
 9142 "getrandom 0.3.4",
 9143 "idna",
 9144 "itoa",
 9145 "num-cmp",
 9146 "num-traits",
 9147 "percent-encoding",
 9148 "referencing",
 9149 "regex",
 9150 "regex-syntax",
 9151 "reqwest 0.12.24",
 9152 "serde",
 9153 "serde_json",
 9154 "unicode-general-category",
 9155 "uuid-simd",
 9156]
 9157
 9158[[package]]
 9159name = "jsonwebtoken"
 9160version = "10.3.0"
 9161source = "registry+https://github.com/rust-lang/crates.io-index"
 9162checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9163dependencies = [
 9164 "aws-lc-rs",
 9165 "base64 0.22.1",
 9166 "getrandom 0.2.16",
 9167 "js-sys",
 9168 "pem",
 9169 "serde",
 9170 "serde_json",
 9171 "signature 2.2.0",
 9172 "simple_asn1",
 9173]
 9174
 9175[[package]]
 9176name = "jupyter-protocol"
 9177version = "1.4.0"
 9178source = "registry+https://github.com/rust-lang/crates.io-index"
 9179checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9180dependencies = [
 9181 "async-trait",
 9182 "bytes 1.11.1",
 9183 "chrono",
 9184 "futures 0.3.32",
 9185 "serde",
 9186 "serde_json",
 9187 "thiserror 2.0.17",
 9188 "uuid",
 9189]
 9190
 9191[[package]]
 9192name = "jupyter-websocket-client"
 9193version = "1.0.0"
 9194source = "registry+https://github.com/rust-lang/crates.io-index"
 9195checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9196dependencies = [
 9197 "anyhow",
 9198 "async-trait",
 9199 "async-tungstenite",
 9200 "futures 0.3.32",
 9201 "jupyter-protocol",
 9202 "serde",
 9203 "serde_json",
 9204 "tokio",
 9205 "url",
 9206 "uuid",
 9207]
 9208
 9209[[package]]
 9210name = "keymap_editor"
 9211version = "0.1.0"
 9212dependencies = [
 9213 "anyhow",
 9214 "collections",
 9215 "command_palette",
 9216 "component",
 9217 "db",
 9218 "editor",
 9219 "fs",
 9220 "fuzzy",
 9221 "gpui",
 9222 "itertools 0.14.0",
 9223 "json_schema_store",
 9224 "language",
 9225 "log",
 9226 "menu",
 9227 "notifications",
 9228 "paths",
 9229 "project",
 9230 "search",
 9231 "serde",
 9232 "serde_json",
 9233 "settings",
 9234 "telemetry",
 9235 "tempfile",
 9236 "theme",
 9237 "theme_settings",
 9238 "tree-sitter-json",
 9239 "tree-sitter-rust",
 9240 "ui",
 9241 "ui_input",
 9242 "util",
 9243 "workspace",
 9244 "zed_actions",
 9245]
 9246
 9247[[package]]
 9248name = "khronos-egl"
 9249version = "6.0.0"
 9250source = "registry+https://github.com/rust-lang/crates.io-index"
 9251checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9252dependencies = [
 9253 "libc",
 9254 "libloading",
 9255 "pkg-config",
 9256]
 9257
 9258[[package]]
 9259name = "khronos_api"
 9260version = "3.1.0"
 9261source = "registry+https://github.com/rust-lang/crates.io-index"
 9262checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9263
 9264[[package]]
 9265name = "kqueue"
 9266version = "1.1.1"
 9267source = "registry+https://github.com/rust-lang/crates.io-index"
 9268checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9269dependencies = [
 9270 "kqueue-sys",
 9271 "libc",
 9272]
 9273
 9274[[package]]
 9275name = "kqueue-sys"
 9276version = "1.0.4"
 9277source = "registry+https://github.com/rust-lang/crates.io-index"
 9278checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9279dependencies = [
 9280 "bitflags 1.3.2",
 9281 "libc",
 9282]
 9283
 9284[[package]]
 9285name = "kurbo"
 9286version = "0.11.3"
 9287source = "registry+https://github.com/rust-lang/crates.io-index"
 9288checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9289dependencies = [
 9290 "arrayvec",
 9291 "euclid",
 9292 "smallvec",
 9293]
 9294
 9295[[package]]
 9296name = "kv-log-macro"
 9297version = "1.0.7"
 9298source = "registry+https://github.com/rust-lang/crates.io-index"
 9299checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9300dependencies = [
 9301 "log",
 9302]
 9303
 9304[[package]]
 9305name = "language"
 9306version = "0.1.0"
 9307dependencies = [
 9308 "anyhow",
 9309 "async-trait",
 9310 "clock",
 9311 "collections",
 9312 "criterion",
 9313 "ctor",
 9314 "diffy",
 9315 "ec4rs",
 9316 "encoding_rs",
 9317 "fs",
 9318 "futures 0.3.32",
 9319 "fuzzy",
 9320 "globset",
 9321 "gpui",
 9322 "http_client",
 9323 "imara-diff",
 9324 "indoc",
 9325 "itertools 0.14.0",
 9326 "language_core",
 9327 "log",
 9328 "lsp",
 9329 "parking_lot",
 9330 "postage",
 9331 "pretty_assertions",
 9332 "rand 0.9.2",
 9333 "regex",
 9334 "rpc",
 9335 "semver",
 9336 "serde",
 9337 "serde_json",
 9338 "settings",
 9339 "shellexpand 2.1.2",
 9340 "smallvec",
 9341 "smol",
 9342 "streaming-iterator",
 9343 "strsim",
 9344 "sum_tree",
 9345 "task",
 9346 "text",
 9347 "theme",
 9348 "theme_settings",
 9349 "toml 0.8.23",
 9350 "tracing",
 9351 "tree-sitter",
 9352 "tree-sitter-elixir",
 9353 "tree-sitter-embedded-template",
 9354 "tree-sitter-heex",
 9355 "tree-sitter-html",
 9356 "tree-sitter-json",
 9357 "tree-sitter-md",
 9358 "tree-sitter-python",
 9359 "tree-sitter-ruby",
 9360 "tree-sitter-rust",
 9361 "tree-sitter-typescript",
 9362 "unicase",
 9363 "unindent",
 9364 "util",
 9365 "watch",
 9366 "zlog",
 9367 "ztracing",
 9368]
 9369
 9370[[package]]
 9371name = "language_core"
 9372version = "0.1.0"
 9373dependencies = [
 9374 "anyhow",
 9375 "collections",
 9376 "gpui_shared_string",
 9377 "log",
 9378 "lsp",
 9379 "parking_lot",
 9380 "regex",
 9381 "schemars",
 9382 "serde",
 9383 "serde_json",
 9384 "toml 0.8.23",
 9385 "tree-sitter",
 9386 "util",
 9387]
 9388
 9389[[package]]
 9390name = "language_extension"
 9391version = "0.1.0"
 9392dependencies = [
 9393 "anyhow",
 9394 "async-trait",
 9395 "collections",
 9396 "extension",
 9397 "fs",
 9398 "futures 0.3.32",
 9399 "gpui",
 9400 "language",
 9401 "log",
 9402 "lsp",
 9403 "project",
 9404 "serde",
 9405 "serde_json",
 9406 "tracing",
 9407 "util",
 9408 "ztracing",
 9409]
 9410
 9411[[package]]
 9412name = "language_model"
 9413version = "0.1.0"
 9414dependencies = [
 9415 "anyhow",
 9416 "base64 0.22.1",
 9417 "collections",
 9418 "credentials_provider",
 9419 "env_var",
 9420 "futures 0.3.32",
 9421 "gpui",
 9422 "http_client",
 9423 "icons",
 9424 "image",
 9425 "language_model_core",
 9426 "log",
 9427 "parking_lot",
 9428 "serde",
 9429 "serde_json",
 9430 "thiserror 2.0.17",
 9431 "util",
 9432]
 9433
 9434[[package]]
 9435name = "language_model_core"
 9436version = "0.1.0"
 9437dependencies = [
 9438 "anyhow",
 9439 "cloud_llm_client",
 9440 "futures 0.3.32",
 9441 "gpui_shared_string",
 9442 "http_client",
 9443 "partial-json-fixer",
 9444 "schemars",
 9445 "serde",
 9446 "serde_json",
 9447 "smol",
 9448 "strum 0.27.2",
 9449 "thiserror 2.0.17",
 9450]
 9451
 9452[[package]]
 9453name = "language_models"
 9454version = "0.1.0"
 9455dependencies = [
 9456 "ai_onboarding",
 9457 "anthropic",
 9458 "anyhow",
 9459 "aws-config",
 9460 "aws-credential-types",
 9461 "aws_http_client",
 9462 "base64 0.22.1",
 9463 "bedrock",
 9464 "client",
 9465 "cloud_api_client",
 9466 "cloud_api_types",
 9467 "collections",
 9468 "component",
 9469 "convert_case 0.8.0",
 9470 "copilot",
 9471 "copilot_chat",
 9472 "copilot_ui",
 9473 "credentials_provider",
 9474 "deepseek",
 9475 "extension",
 9476 "extension_host",
 9477 "fs",
 9478 "futures 0.3.32",
 9479 "google_ai",
 9480 "gpui",
 9481 "gpui_tokio",
 9482 "http_client",
 9483 "language",
 9484 "language_model",
 9485 "language_models_cloud",
 9486 "lmstudio",
 9487 "log",
 9488 "menu",
 9489 "mistral",
 9490 "ollama",
 9491 "open_ai",
 9492 "open_router",
 9493 "opencode",
 9494 "pretty_assertions",
 9495 "release_channel",
 9496 "schemars",
 9497 "serde",
 9498 "serde_json",
 9499 "settings",
 9500 "smol",
 9501 "strum 0.27.2",
 9502 "tiktoken-rs",
 9503 "tokio",
 9504 "ui",
 9505 "ui_input",
 9506 "util",
 9507 "vercel",
 9508 "x_ai",
 9509]
 9510
 9511[[package]]
 9512name = "language_models_cloud"
 9513version = "0.1.0"
 9514dependencies = [
 9515 "anthropic",
 9516 "anyhow",
 9517 "cloud_llm_client",
 9518 "futures 0.3.32",
 9519 "google_ai",
 9520 "gpui",
 9521 "http_client",
 9522 "language_model",
 9523 "open_ai",
 9524 "schemars",
 9525 "semver",
 9526 "serde",
 9527 "serde_json",
 9528 "smol",
 9529 "thiserror 2.0.17",
 9530 "x_ai",
 9531]
 9532
 9533[[package]]
 9534name = "language_onboarding"
 9535version = "0.1.0"
 9536dependencies = [
 9537 "db",
 9538 "editor",
 9539 "gpui",
 9540 "project",
 9541 "ui",
 9542 "workspace",
 9543]
 9544
 9545[[package]]
 9546name = "language_selector"
 9547version = "0.1.0"
 9548dependencies = [
 9549 "anyhow",
 9550 "editor",
 9551 "file_icons",
 9552 "fuzzy",
 9553 "gpui",
 9554 "language",
 9555 "open_path_prompt",
 9556 "picker",
 9557 "project",
 9558 "serde_json",
 9559 "settings",
 9560 "ui",
 9561 "util",
 9562 "workspace",
 9563]
 9564
 9565[[package]]
 9566name = "language_tools"
 9567version = "0.1.0"
 9568dependencies = [
 9569 "anyhow",
 9570 "client",
 9571 "collections",
 9572 "command_palette_hooks",
 9573 "edit_prediction",
 9574 "editor",
 9575 "futures 0.3.32",
 9576 "gpui",
 9577 "itertools 0.14.0",
 9578 "language",
 9579 "lsp",
 9580 "menu",
 9581 "project",
 9582 "proto",
 9583 "release_channel",
 9584 "semver",
 9585 "serde_json",
 9586 "settings",
 9587 "sysinfo 0.37.2",
 9588 "telemetry",
 9589 "theme",
 9590 "theme_settings",
 9591 "tree-sitter",
 9592 "ui",
 9593 "util",
 9594 "workspace",
 9595 "zed_actions",
 9596 "zlog",
 9597]
 9598
 9599[[package]]
 9600name = "languages"
 9601version = "0.1.0"
 9602dependencies = [
 9603 "anyhow",
 9604 "async-compression",
 9605 "async-fs",
 9606 "async-tar",
 9607 "async-trait",
 9608 "chrono",
 9609 "collections",
 9610 "fs",
 9611 "futures 0.3.32",
 9612 "globset",
 9613 "gpui",
 9614 "grammars",
 9615 "http_client",
 9616 "itertools 0.14.0",
 9617 "json_schema_store",
 9618 "language",
 9619 "log",
 9620 "lsp",
 9621 "node_runtime",
 9622 "parking_lot",
 9623 "pet",
 9624 "pet-conda",
 9625 "pet-core",
 9626 "pet-fs",
 9627 "pet-poetry",
 9628 "pet-reporter",
 9629 "pet-virtualenv",
 9630 "pretty_assertions",
 9631 "project",
 9632 "regex",
 9633 "rope",
 9634 "semver",
 9635 "serde",
 9636 "serde_json",
 9637 "serde_json_lenient",
 9638 "settings",
 9639 "smallvec",
 9640 "smol",
 9641 "snippet",
 9642 "task",
 9643 "terminal",
 9644 "theme",
 9645 "tree-sitter",
 9646 "tree-sitter-bash",
 9647 "tree-sitter-c",
 9648 "tree-sitter-cpp",
 9649 "tree-sitter-css",
 9650 "tree-sitter-gitcommit",
 9651 "tree-sitter-go",
 9652 "tree-sitter-python",
 9653 "tree-sitter-rust",
 9654 "tree-sitter-typescript",
 9655 "unindent",
 9656 "url",
 9657 "util",
 9658]
 9659
 9660[[package]]
 9661name = "lazy_static"
 9662version = "1.5.0"
 9663source = "registry+https://github.com/rust-lang/crates.io-index"
 9664checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9665dependencies = [
 9666 "spin 0.9.8",
 9667]
 9668
 9669[[package]]
 9670name = "leak"
 9671version = "0.1.2"
 9672source = "registry+https://github.com/rust-lang/crates.io-index"
 9673checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9674
 9675[[package]]
 9676name = "leaky-cow"
 9677version = "0.1.1"
 9678source = "registry+https://github.com/rust-lang/crates.io-index"
 9679checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9680dependencies = [
 9681 "leak",
 9682]
 9683
 9684[[package]]
 9685name = "leb128"
 9686version = "0.2.5"
 9687source = "registry+https://github.com/rust-lang/crates.io-index"
 9688checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9689
 9690[[package]]
 9691name = "leb128fmt"
 9692version = "0.1.0"
 9693source = "registry+https://github.com/rust-lang/crates.io-index"
 9694checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9695
 9696[[package]]
 9697name = "lebe"
 9698version = "0.5.3"
 9699source = "registry+https://github.com/rust-lang/crates.io-index"
 9700checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9701
 9702[[package]]
 9703name = "libbz2-rs-sys"
 9704version = "0.2.2"
 9705source = "registry+https://github.com/rust-lang/crates.io-index"
 9706checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9707
 9708[[package]]
 9709name = "libc"
 9710version = "0.2.182"
 9711source = "registry+https://github.com/rust-lang/crates.io-index"
 9712checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9713
 9714[[package]]
 9715name = "libdbus-sys"
 9716version = "0.2.6"
 9717source = "registry+https://github.com/rust-lang/crates.io-index"
 9718checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9719dependencies = [
 9720 "cc",
 9721 "pkg-config",
 9722]
 9723
 9724[[package]]
 9725name = "libfuzzer-sys"
 9726version = "0.4.10"
 9727source = "registry+https://github.com/rust-lang/crates.io-index"
 9728checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9729dependencies = [
 9730 "arbitrary",
 9731 "cc",
 9732]
 9733
 9734[[package]]
 9735name = "libgit2-sys"
 9736version = "0.18.3+1.9.2"
 9737source = "registry+https://github.com/rust-lang/crates.io-index"
 9738checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9739dependencies = [
 9740 "cc",
 9741 "libc",
 9742 "libz-sys",
 9743 "pkg-config",
 9744]
 9745
 9746[[package]]
 9747name = "libloading"
 9748version = "0.8.9"
 9749source = "registry+https://github.com/rust-lang/crates.io-index"
 9750checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9751dependencies = [
 9752 "cfg-if",
 9753 "windows-link 0.2.1",
 9754]
 9755
 9756[[package]]
 9757name = "libm"
 9758version = "0.2.15"
 9759source = "registry+https://github.com/rust-lang/crates.io-index"
 9760checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9761
 9762[[package]]
 9763name = "libmimalloc-sys"
 9764version = "0.1.44"
 9765source = "registry+https://github.com/rust-lang/crates.io-index"
 9766checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9767dependencies = [
 9768 "cc",
 9769 "libc",
 9770]
 9771
 9772[[package]]
 9773name = "libredox"
 9774version = "0.1.10"
 9775source = "registry+https://github.com/rust-lang/crates.io-index"
 9776checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9777dependencies = [
 9778 "bitflags 2.10.0",
 9779 "libc",
 9780 "redox_syscall 0.5.18",
 9781]
 9782
 9783[[package]]
 9784name = "libsqlite3-sys"
 9785version = "0.30.1"
 9786source = "registry+https://github.com/rust-lang/crates.io-index"
 9787checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9788dependencies = [
 9789 "cc",
 9790 "pkg-config",
 9791 "vcpkg",
 9792]
 9793
 9794[[package]]
 9795name = "libwebrtc"
 9796version = "0.3.26"
 9797source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9798dependencies = [
 9799 "cxx",
 9800 "glib",
 9801 "jni",
 9802 "js-sys",
 9803 "lazy_static",
 9804 "livekit-protocol",
 9805 "livekit-runtime",
 9806 "log",
 9807 "parking_lot",
 9808 "serde",
 9809 "serde_json",
 9810 "thiserror 1.0.69",
 9811 "tokio",
 9812 "wasm-bindgen",
 9813 "wasm-bindgen-futures",
 9814 "web-sys",
 9815 "webrtc-sys",
 9816]
 9817
 9818[[package]]
 9819name = "libz-sys"
 9820version = "1.1.22"
 9821source = "registry+https://github.com/rust-lang/crates.io-index"
 9822checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9823dependencies = [
 9824 "cc",
 9825 "libc",
 9826 "pkg-config",
 9827 "vcpkg",
 9828]
 9829
 9830[[package]]
 9831name = "line_ending_selector"
 9832version = "0.1.0"
 9833dependencies = [
 9834 "editor",
 9835 "gpui",
 9836 "language",
 9837 "picker",
 9838 "project",
 9839 "ui",
 9840 "util",
 9841 "workspace",
 9842]
 9843
 9844[[package]]
 9845name = "linebender_resource_handle"
 9846version = "0.1.1"
 9847source = "registry+https://github.com/rust-lang/crates.io-index"
 9848checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9849
 9850[[package]]
 9851name = "link-cplusplus"
 9852version = "1.0.12"
 9853source = "registry+https://github.com/rust-lang/crates.io-index"
 9854checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9855dependencies = [
 9856 "cc",
 9857]
 9858
 9859[[package]]
 9860name = "linkify"
 9861version = "0.10.0"
 9862source = "registry+https://github.com/rust-lang/crates.io-index"
 9863checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9864dependencies = [
 9865 "memchr",
 9866]
 9867
 9868[[package]]
 9869name = "linux-raw-sys"
 9870version = "0.4.15"
 9871source = "registry+https://github.com/rust-lang/crates.io-index"
 9872checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9873
 9874[[package]]
 9875name = "linux-raw-sys"
 9876version = "0.11.0"
 9877source = "registry+https://github.com/rust-lang/crates.io-index"
 9878checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9879
 9880[[package]]
 9881name = "litemap"
 9882version = "0.8.0"
 9883source = "registry+https://github.com/rust-lang/crates.io-index"
 9884checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9885
 9886[[package]]
 9887name = "litrs"
 9888version = "1.0.0"
 9889source = "registry+https://github.com/rust-lang/crates.io-index"
 9890checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9891
 9892[[package]]
 9893name = "livekit"
 9894version = "0.7.32"
 9895source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9896dependencies = [
 9897 "base64 0.22.1",
 9898 "bmrng",
 9899 "bytes 1.11.1",
 9900 "chrono",
 9901 "futures-util",
 9902 "lazy_static",
 9903 "libloading",
 9904 "libwebrtc",
 9905 "livekit-api",
 9906 "livekit-protocol",
 9907 "livekit-runtime",
 9908 "log",
 9909 "parking_lot",
 9910 "prost 0.12.6",
 9911 "semver",
 9912 "serde",
 9913 "serde_json",
 9914 "thiserror 1.0.69",
 9915 "tokio",
 9916]
 9917
 9918[[package]]
 9919name = "livekit-api"
 9920version = "0.4.14"
 9921source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9922dependencies = [
 9923 "base64 0.21.7",
 9924 "futures-util",
 9925 "http 1.3.1",
 9926 "livekit-protocol",
 9927 "livekit-runtime",
 9928 "log",
 9929 "parking_lot",
 9930 "pbjson-types",
 9931 "prost 0.12.6",
 9932 "rand 0.9.2",
 9933 "reqwest 0.12.24",
 9934 "rustls-native-certs 0.6.3",
 9935 "scopeguard",
 9936 "serde",
 9937 "sha2",
 9938 "thiserror 1.0.69",
 9939 "tokio",
 9940 "tokio-rustls 0.26.2",
 9941 "tokio-tungstenite 0.28.0",
 9942 "url",
 9943]
 9944
 9945[[package]]
 9946name = "livekit-protocol"
 9947version = "0.7.1"
 9948source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9949dependencies = [
 9950 "futures-util",
 9951 "livekit-runtime",
 9952 "parking_lot",
 9953 "pbjson",
 9954 "pbjson-types",
 9955 "prost 0.12.6",
 9956 "serde",
 9957 "thiserror 1.0.69",
 9958 "tokio",
 9959]
 9960
 9961[[package]]
 9962name = "livekit-runtime"
 9963version = "0.4.0"
 9964source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9965dependencies = [
 9966 "tokio",
 9967 "tokio-stream",
 9968]
 9969
 9970[[package]]
 9971name = "livekit_api"
 9972version = "0.1.0"
 9973dependencies = [
 9974 "anyhow",
 9975 "async-trait",
 9976 "jsonwebtoken",
 9977 "log",
 9978 "prost 0.9.0",
 9979 "prost-build 0.9.0",
 9980 "prost-types 0.9.0",
 9981 "serde",
 9982 "zed-reqwest",
 9983]
 9984
 9985[[package]]
 9986name = "livekit_client"
 9987version = "0.1.0"
 9988dependencies = [
 9989 "anyhow",
 9990 "async-trait",
 9991 "audio",
 9992 "cocoa 0.26.0",
 9993 "collections",
 9994 "core-foundation 0.10.0",
 9995 "core-video",
 9996 "coreaudio-rs 0.12.1",
 9997 "cpal",
 9998 "futures 0.3.32",
 9999 "gpui",
10000 "gpui_platform",
10001 "gpui_tokio",
10002 "http_client_tls",
10003 "image",
10004 "libwebrtc",
10005 "livekit",
10006 "livekit_api",
10007 "log",
10008 "nanoid",
10009 "objc",
10010 "parking_lot",
10011 "postage",
10012 "rodio",
10013 "serde",
10014 "serde_json",
10015 "serde_urlencoded",
10016 "settings",
10017 "simplelog",
10018 "smallvec",
10019 "tokio",
10020 "ui",
10021 "util",
10022 "webrtc-sys",
10023 "zed-scap",
10024]
10025
10026[[package]]
10027name = "lmdb-master-sys"
10028version = "0.2.5"
10029source = "registry+https://github.com/rust-lang/crates.io-index"
10030checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10031dependencies = [
10032 "cc",
10033 "doxygen-rs",
10034 "libc",
10035]
10036
10037[[package]]
10038name = "lmstudio"
10039version = "0.1.0"
10040dependencies = [
10041 "anyhow",
10042 "futures 0.3.32",
10043 "http_client",
10044 "schemars",
10045 "serde",
10046 "serde_json",
10047]
10048
10049[[package]]
10050name = "lock_api"
10051version = "0.4.14"
10052source = "registry+https://github.com/rust-lang/crates.io-index"
10053checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10054dependencies = [
10055 "scopeguard",
10056]
10057
10058[[package]]
10059name = "log"
10060version = "0.4.29"
10061source = "registry+https://github.com/rust-lang/crates.io-index"
10062checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10063dependencies = [
10064 "serde_core",
10065 "value-bag",
10066]
10067
10068[[package]]
10069name = "loom"
10070version = "0.7.2"
10071source = "registry+https://github.com/rust-lang/crates.io-index"
10072checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10073dependencies = [
10074 "cfg-if",
10075 "generator",
10076 "scoped-tls",
10077 "tracing",
10078 "tracing-subscriber",
10079]
10080
10081[[package]]
10082name = "loop9"
10083version = "0.1.5"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10086dependencies = [
10087 "imgref",
10088]
10089
10090[[package]]
10091name = "lru"
10092version = "0.12.5"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10095dependencies = [
10096 "hashbrown 0.15.5",
10097]
10098
10099[[package]]
10100name = "lru-slab"
10101version = "0.1.2"
10102source = "registry+https://github.com/rust-lang/crates.io-index"
10103checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10104
10105[[package]]
10106name = "lsp"
10107version = "0.1.0"
10108dependencies = [
10109 "anyhow",
10110 "async-pipe",
10111 "collections",
10112 "ctor",
10113 "futures 0.3.32",
10114 "gpui",
10115 "gpui_util",
10116 "log",
10117 "lsp-types",
10118 "parking_lot",
10119 "postage",
10120 "release_channel",
10121 "schemars",
10122 "semver",
10123 "serde",
10124 "serde_json",
10125 "smol",
10126 "util",
10127 "zlog",
10128]
10129
10130[[package]]
10131name = "lsp-types"
10132version = "0.95.1"
10133source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10134dependencies = [
10135 "bitflags 1.3.2",
10136 "serde",
10137 "serde_json",
10138 "url",
10139]
10140
10141[[package]]
10142name = "lyon"
10143version = "1.0.16"
10144source = "registry+https://github.com/rust-lang/crates.io-index"
10145checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10146dependencies = [
10147 "lyon_algorithms",
10148 "lyon_extra",
10149 "lyon_tessellation",
10150]
10151
10152[[package]]
10153name = "lyon_algorithms"
10154version = "1.0.16"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10157dependencies = [
10158 "lyon_path",
10159 "num-traits",
10160]
10161
10162[[package]]
10163name = "lyon_extra"
10164version = "1.0.3"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10167dependencies = [
10168 "lyon_path",
10169 "thiserror 1.0.69",
10170]
10171
10172[[package]]
10173name = "lyon_geom"
10174version = "1.0.17"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10177dependencies = [
10178 "arrayvec",
10179 "euclid",
10180 "num-traits",
10181]
10182
10183[[package]]
10184name = "lyon_path"
10185version = "1.0.16"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10188dependencies = [
10189 "lyon_geom",
10190 "num-traits",
10191]
10192
10193[[package]]
10194name = "lyon_tessellation"
10195version = "1.0.16"
10196source = "registry+https://github.com/rust-lang/crates.io-index"
10197checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10198dependencies = [
10199 "float_next_after",
10200 "lyon_path",
10201 "num-traits",
10202]
10203
10204[[package]]
10205name = "mac"
10206version = "0.1.1"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10209
10210[[package]]
10211name = "mach2"
10212version = "0.4.3"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10215dependencies = [
10216 "libc",
10217]
10218
10219[[package]]
10220name = "mach2"
10221version = "0.5.0"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10224dependencies = [
10225 "libc",
10226]
10227
10228[[package]]
10229name = "malloc_buf"
10230version = "0.0.6"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10233dependencies = [
10234 "libc",
10235]
10236
10237[[package]]
10238name = "maplit"
10239version = "1.0.2"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10242
10243[[package]]
10244name = "markdown"
10245version = "0.1.0"
10246dependencies = [
10247 "anyhow",
10248 "assets",
10249 "base64 0.22.1",
10250 "collections",
10251 "env_logger 0.11.8",
10252 "fs",
10253 "futures 0.3.32",
10254 "gpui",
10255 "gpui_platform",
10256 "html5ever 0.27.0",
10257 "language",
10258 "languages",
10259 "linkify",
10260 "log",
10261 "markup5ever_rcdom",
10262 "mermaid-rs-renderer",
10263 "node_runtime",
10264 "pulldown-cmark 0.13.0",
10265 "settings",
10266 "stacksafe",
10267 "sum_tree",
10268 "theme",
10269 "theme_settings",
10270 "ui",
10271 "util",
10272]
10273
10274[[package]]
10275name = "markdown_preview"
10276version = "0.1.0"
10277dependencies = [
10278 "anyhow",
10279 "editor",
10280 "gpui",
10281 "language",
10282 "log",
10283 "markdown",
10284 "project",
10285 "settings",
10286 "tempfile",
10287 "theme_settings",
10288 "ui",
10289 "urlencoding",
10290 "util",
10291 "workspace",
10292 "zed_actions",
10293]
10294
10295[[package]]
10296name = "markup5ever"
10297version = "0.12.1"
10298source = "registry+https://github.com/rust-lang/crates.io-index"
10299checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10300dependencies = [
10301 "log",
10302 "phf 0.11.3",
10303 "phf_codegen",
10304 "string_cache",
10305 "string_cache_codegen",
10306 "tendril",
10307]
10308
10309[[package]]
10310name = "markup5ever"
10311version = "0.35.0"
10312source = "registry+https://github.com/rust-lang/crates.io-index"
10313checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10314dependencies = [
10315 "log",
10316 "tendril",
10317 "web_atoms",
10318]
10319
10320[[package]]
10321name = "markup5ever_rcdom"
10322version = "0.3.0"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10325dependencies = [
10326 "html5ever 0.27.0",
10327 "markup5ever 0.12.1",
10328 "tendril",
10329 "xml5ever",
10330]
10331
10332[[package]]
10333name = "match_token"
10334version = "0.35.0"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10337dependencies = [
10338 "proc-macro2",
10339 "quote",
10340 "syn 2.0.117",
10341]
10342
10343[[package]]
10344name = "matchers"
10345version = "0.2.0"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10348dependencies = [
10349 "regex-automata",
10350]
10351
10352[[package]]
10353name = "matchit"
10354version = "0.7.3"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10357
10358[[package]]
10359name = "maybe-owned"
10360version = "0.3.4"
10361source = "registry+https://github.com/rust-lang/crates.io-index"
10362checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10363
10364[[package]]
10365name = "maybe-rayon"
10366version = "0.1.1"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10369dependencies = [
10370 "cfg-if",
10371 "rayon",
10372]
10373
10374[[package]]
10375name = "md-5"
10376version = "0.10.6"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10379dependencies = [
10380 "cfg-if",
10381 "digest",
10382]
10383
10384[[package]]
10385name = "mdbook"
10386version = "0.4.40"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10389dependencies = [
10390 "ammonia",
10391 "anyhow",
10392 "chrono",
10393 "clap",
10394 "clap_complete",
10395 "elasticlunr-rs",
10396 "env_logger 0.11.8",
10397 "futures-util",
10398 "handlebars 5.1.2",
10399 "ignore",
10400 "log",
10401 "memchr",
10402 "notify 6.1.1",
10403 "notify-debouncer-mini",
10404 "once_cell",
10405 "opener",
10406 "pathdiff",
10407 "pulldown-cmark 0.10.3",
10408 "regex",
10409 "serde",
10410 "serde_json",
10411 "shlex",
10412 "tempfile",
10413 "tokio",
10414 "toml 0.5.11",
10415 "topological-sort",
10416 "walkdir",
10417 "warp",
10418]
10419
10420[[package]]
10421name = "media"
10422version = "0.1.0"
10423dependencies = [
10424 "anyhow",
10425 "bindgen 0.71.1",
10426 "core-foundation 0.10.0",
10427 "core-video",
10428 "ctor",
10429 "foreign-types 0.5.0",
10430 "metal",
10431 "objc",
10432]
10433
10434[[package]]
10435name = "memchr"
10436version = "2.7.6"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10439
10440[[package]]
10441name = "memfd"
10442version = "0.6.5"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10445dependencies = [
10446 "rustix 1.1.2",
10447]
10448
10449[[package]]
10450name = "memmap2"
10451version = "0.9.8"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10454dependencies = [
10455 "libc",
10456 "stable_deref_trait",
10457]
10458
10459[[package]]
10460name = "memoffset"
10461version = "0.9.1"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10464dependencies = [
10465 "autocfg",
10466]
10467
10468[[package]]
10469name = "menu"
10470version = "0.1.0"
10471dependencies = [
10472 "gpui",
10473]
10474
10475[[package]]
10476name = "merge"
10477version = "0.1.0"
10478source = "registry+https://github.com/rust-lang/crates.io-index"
10479checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10480dependencies = [
10481 "merge_derive",
10482 "num-traits",
10483]
10484
10485[[package]]
10486name = "merge_derive"
10487version = "0.1.0"
10488source = "registry+https://github.com/rust-lang/crates.io-index"
10489checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10490dependencies = [
10491 "proc-macro-error",
10492 "proc-macro2",
10493 "quote",
10494 "syn 1.0.109",
10495]
10496
10497[[package]]
10498name = "mermaid-rs-renderer"
10499version = "0.2.0"
10500source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10501dependencies = [
10502 "anyhow",
10503 "fontdb 0.16.2",
10504 "json5",
10505 "once_cell",
10506 "regex",
10507 "serde",
10508 "serde_json",
10509 "thiserror 2.0.17",
10510 "ttf-parser 0.20.0",
10511]
10512
10513[[package]]
10514name = "metal"
10515version = "0.33.0"
10516source = "registry+https://github.com/rust-lang/crates.io-index"
10517checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10518dependencies = [
10519 "bitflags 2.10.0",
10520 "block",
10521 "core-graphics-types 0.2.0",
10522 "foreign-types 0.5.0",
10523 "log",
10524 "objc",
10525 "paste",
10526]
10527
10528[[package]]
10529name = "migrator"
10530version = "0.1.0"
10531dependencies = [
10532 "anyhow",
10533 "collections",
10534 "convert_case 0.8.0",
10535 "log",
10536 "pretty_assertions",
10537 "serde_json",
10538 "serde_json_lenient",
10539 "settings_content",
10540 "settings_json",
10541 "streaming-iterator",
10542 "tree-sitter",
10543 "tree-sitter-json",
10544 "unindent",
10545]
10546
10547[[package]]
10548name = "mimalloc"
10549version = "0.1.48"
10550source = "registry+https://github.com/rust-lang/crates.io-index"
10551checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10552dependencies = [
10553 "libmimalloc-sys",
10554]
10555
10556[[package]]
10557name = "mime"
10558version = "0.3.17"
10559source = "registry+https://github.com/rust-lang/crates.io-index"
10560checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10561
10562[[package]]
10563name = "mime_guess"
10564version = "2.0.5"
10565source = "registry+https://github.com/rust-lang/crates.io-index"
10566checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10567dependencies = [
10568 "mime",
10569 "unicase",
10570]
10571
10572[[package]]
10573name = "minidump-common"
10574version = "0.26.1"
10575source = "registry+https://github.com/rust-lang/crates.io-index"
10576checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10577dependencies = [
10578 "bitflags 2.10.0",
10579 "debugid",
10580 "num-derive",
10581 "num-traits",
10582 "range-map",
10583 "scroll",
10584 "smart-default",
10585]
10586
10587[[package]]
10588name = "minidump-writer"
10589version = "0.11.0"
10590source = "registry+https://github.com/rust-lang/crates.io-index"
10591checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10592dependencies = [
10593 "bitflags 2.10.0",
10594 "byteorder",
10595 "cfg-if",
10596 "crash-context",
10597 "error-graph",
10598 "failspot",
10599 "goblin",
10600 "libc",
10601 "log",
10602 "mach2 0.4.3",
10603 "memmap2",
10604 "memoffset",
10605 "minidump-common",
10606 "nix 0.29.0",
10607 "procfs-core",
10608 "scroll",
10609 "serde",
10610 "serde_json",
10611 "tempfile",
10612 "thiserror 2.0.17",
10613]
10614
10615[[package]]
10616name = "minidumper"
10617version = "0.9.0"
10618source = "registry+https://github.com/rust-lang/crates.io-index"
10619checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10620dependencies = [
10621 "cfg-if",
10622 "crash-context",
10623 "libc",
10624 "log",
10625 "minidump-writer",
10626 "parking_lot",
10627 "polling",
10628 "scroll",
10629 "thiserror 2.0.17",
10630 "uds",
10631]
10632
10633[[package]]
10634name = "minimal-lexical"
10635version = "0.2.1"
10636source = "registry+https://github.com/rust-lang/crates.io-index"
10637checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10638
10639[[package]]
10640name = "miniprofiler_ui"
10641version = "0.1.0"
10642dependencies = [
10643 "gpui",
10644 "rpc",
10645 "serde_json",
10646 "smol",
10647 "theme_settings",
10648 "util",
10649 "workspace",
10650 "zed_actions",
10651]
10652
10653[[package]]
10654name = "miniz_oxide"
10655version = "0.8.9"
10656source = "registry+https://github.com/rust-lang/crates.io-index"
10657checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10658dependencies = [
10659 "adler2",
10660 "simd-adler32",
10661]
10662
10663[[package]]
10664name = "mio"
10665version = "0.8.11"
10666source = "registry+https://github.com/rust-lang/crates.io-index"
10667checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10668dependencies = [
10669 "libc",
10670 "log",
10671 "wasi",
10672 "windows-sys 0.48.0",
10673]
10674
10675[[package]]
10676name = "mio"
10677version = "1.1.0"
10678source = "registry+https://github.com/rust-lang/crates.io-index"
10679checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10680dependencies = [
10681 "libc",
10682 "log",
10683 "wasi",
10684 "windows-sys 0.61.2",
10685]
10686
10687[[package]]
10688name = "miow"
10689version = "0.6.1"
10690source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10692dependencies = [
10693 "windows-sys 0.61.2",
10694]
10695
10696[[package]]
10697name = "mistral"
10698version = "0.1.0"
10699dependencies = [
10700 "anyhow",
10701 "futures 0.3.32",
10702 "http_client",
10703 "schemars",
10704 "serde",
10705 "serde_json",
10706 "strum 0.27.2",
10707]
10708
10709[[package]]
10710name = "moka"
10711version = "0.12.11"
10712source = "registry+https://github.com/rust-lang/crates.io-index"
10713checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10714dependencies = [
10715 "crossbeam-channel",
10716 "crossbeam-epoch",
10717 "crossbeam-utils",
10718 "equivalent",
10719 "parking_lot",
10720 "portable-atomic",
10721 "rustc_version",
10722 "smallvec",
10723 "tagptr",
10724 "uuid",
10725]
10726
10727[[package]]
10728name = "moxcms"
10729version = "0.7.7"
10730source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10732dependencies = [
10733 "num-traits",
10734 "pxfm",
10735]
10736
10737[[package]]
10738name = "msvc_spectre_libs"
10739version = "0.1.3"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10742dependencies = [
10743 "cc",
10744]
10745
10746[[package]]
10747name = "multi_buffer"
10748version = "0.1.0"
10749dependencies = [
10750 "anyhow",
10751 "buffer_diff",
10752 "clock",
10753 "collections",
10754 "ctor",
10755 "gpui",
10756 "indoc",
10757 "itertools 0.14.0",
10758 "language",
10759 "log",
10760 "parking_lot",
10761 "pretty_assertions",
10762 "rand 0.9.2",
10763 "rope",
10764 "serde",
10765 "settings",
10766 "smallvec",
10767 "smol",
10768 "sum_tree",
10769 "text",
10770 "theme",
10771 "tracing",
10772 "tree-sitter",
10773 "unicode-segmentation",
10774 "util",
10775 "zlog",
10776 "ztracing",
10777]
10778
10779[[package]]
10780name = "multimap"
10781version = "0.8.3"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10784
10785[[package]]
10786name = "naga"
10787version = "29.0.0"
10788source = "registry+https://github.com/rust-lang/crates.io-index"
10789checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10790dependencies = [
10791 "arrayvec",
10792 "bit-set 0.9.1",
10793 "bitflags 2.10.0",
10794 "cfg-if",
10795 "cfg_aliases 0.2.1",
10796 "codespan-reporting",
10797 "half",
10798 "hashbrown 0.16.1",
10799 "hexf-parse",
10800 "indexmap",
10801 "libm",
10802 "log",
10803 "num-traits",
10804 "once_cell",
10805 "rustc-hash 1.1.0",
10806 "thiserror 2.0.17",
10807 "unicode-ident",
10808]
10809
10810[[package]]
10811name = "naga"
10812version = "29.0.0"
10813source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10814dependencies = [
10815 "arrayvec",
10816 "bit-set 0.9.1",
10817 "bitflags 2.10.0",
10818 "cfg-if",
10819 "cfg_aliases 0.2.1",
10820 "codespan-reporting",
10821 "half",
10822 "hashbrown 0.16.1",
10823 "hexf-parse",
10824 "indexmap",
10825 "libm",
10826 "log",
10827 "num-traits",
10828 "once_cell",
10829 "rustc-hash 1.1.0",
10830 "spirv",
10831 "thiserror 2.0.17",
10832 "unicode-ident",
10833]
10834
10835[[package]]
10836name = "nanoid"
10837version = "0.4.0"
10838source = "registry+https://github.com/rust-lang/crates.io-index"
10839checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10840dependencies = [
10841 "rand 0.8.5",
10842]
10843
10844[[package]]
10845name = "nanorand"
10846version = "0.7.0"
10847source = "registry+https://github.com/rust-lang/crates.io-index"
10848checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10849dependencies = [
10850 "getrandom 0.2.16",
10851]
10852
10853[[package]]
10854name = "native-tls"
10855version = "0.2.14"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10858dependencies = [
10859 "libc",
10860 "log",
10861 "openssl",
10862 "openssl-probe",
10863 "openssl-sys",
10864 "schannel",
10865 "security-framework 2.11.1",
10866 "security-framework-sys",
10867 "tempfile",
10868]
10869
10870[[package]]
10871name = "nbformat"
10872version = "1.2.0"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10875dependencies = [
10876 "anyhow",
10877 "chrono",
10878 "jupyter-protocol",
10879 "serde",
10880 "serde_json",
10881 "thiserror 1.0.69",
10882 "uuid",
10883]
10884
10885[[package]]
10886name = "nc"
10887version = "0.1.0"
10888dependencies = [
10889 "anyhow",
10890 "futures 0.3.32",
10891 "net",
10892 "smol",
10893]
10894
10895[[package]]
10896name = "ndk"
10897version = "0.9.0"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10900dependencies = [
10901 "bitflags 2.10.0",
10902 "jni-sys",
10903 "log",
10904 "ndk-sys",
10905 "num_enum",
10906 "thiserror 1.0.69",
10907]
10908
10909[[package]]
10910name = "ndk-context"
10911version = "0.1.1"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10914
10915[[package]]
10916name = "ndk-sys"
10917version = "0.6.0+11769913"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10920dependencies = [
10921 "jni-sys",
10922]
10923
10924[[package]]
10925name = "net"
10926version = "0.1.0"
10927dependencies = [
10928 "anyhow",
10929 "async-io",
10930 "smol",
10931 "tempfile",
10932 "windows 0.61.3",
10933]
10934
10935[[package]]
10936name = "new_debug_unreachable"
10937version = "1.0.6"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10940
10941[[package]]
10942name = "nix"
10943version = "0.28.0"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10946dependencies = [
10947 "bitflags 2.10.0",
10948 "cfg-if",
10949 "cfg_aliases 0.1.1",
10950 "libc",
10951]
10952
10953[[package]]
10954name = "nix"
10955version = "0.29.0"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10958dependencies = [
10959 "bitflags 2.10.0",
10960 "cfg-if",
10961 "cfg_aliases 0.2.1",
10962 "libc",
10963]
10964
10965[[package]]
10966name = "nix"
10967version = "0.30.1"
10968source = "registry+https://github.com/rust-lang/crates.io-index"
10969checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10970dependencies = [
10971 "bitflags 2.10.0",
10972 "cfg-if",
10973 "cfg_aliases 0.2.1",
10974 "libc",
10975]
10976
10977[[package]]
10978name = "node_runtime"
10979version = "0.1.0"
10980dependencies = [
10981 "anyhow",
10982 "async-compression",
10983 "async-std",
10984 "async-tar",
10985 "async-trait",
10986 "futures 0.3.32",
10987 "http_client",
10988 "log",
10989 "paths",
10990 "semver",
10991 "serde",
10992 "serde_json",
10993 "smol",
10994 "util",
10995 "watch",
10996 "which 6.0.3",
10997]
10998
10999[[package]]
11000name = "nom"
11001version = "7.1.3"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11004dependencies = [
11005 "memchr",
11006 "minimal-lexical",
11007]
11008
11009[[package]]
11010name = "nom"
11011version = "8.0.0"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11014dependencies = [
11015 "memchr",
11016]
11017
11018[[package]]
11019name = "noop_proc_macro"
11020version = "0.3.0"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11023
11024[[package]]
11025name = "normpath"
11026version = "1.5.0"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11029dependencies = [
11030 "windows-sys 0.61.2",
11031]
11032
11033[[package]]
11034name = "notifications"
11035version = "0.1.0"
11036dependencies = [
11037 "anyhow",
11038 "channel",
11039 "client",
11040 "component",
11041 "db",
11042 "gpui",
11043 "rpc",
11044 "sum_tree",
11045 "time",
11046 "ui",
11047 "util",
11048 "workspace",
11049 "zed_actions",
11050]
11051
11052[[package]]
11053name = "notify"
11054version = "6.1.1"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11057dependencies = [
11058 "bitflags 2.10.0",
11059 "crossbeam-channel",
11060 "filetime",
11061 "fsevent-sys",
11062 "inotify 0.9.6",
11063 "kqueue",
11064 "libc",
11065 "log",
11066 "mio 0.8.11",
11067 "walkdir",
11068 "windows-sys 0.48.0",
11069]
11070
11071[[package]]
11072name = "notify"
11073version = "8.2.0"
11074source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11075dependencies = [
11076 "bitflags 2.10.0",
11077 "fsevent-sys",
11078 "inotify 0.11.0",
11079 "kqueue",
11080 "libc",
11081 "log",
11082 "mio 1.1.0",
11083 "notify-types",
11084 "walkdir",
11085 "windows-sys 0.60.2",
11086]
11087
11088[[package]]
11089name = "notify-debouncer-mini"
11090version = "0.4.1"
11091source = "registry+https://github.com/rust-lang/crates.io-index"
11092checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11093dependencies = [
11094 "crossbeam-channel",
11095 "log",
11096 "notify 6.1.1",
11097]
11098
11099[[package]]
11100name = "notify-types"
11101version = "2.0.0"
11102source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11103
11104[[package]]
11105name = "ntapi"
11106version = "0.4.1"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11109dependencies = [
11110 "winapi",
11111]
11112
11113[[package]]
11114name = "nu-ansi-term"
11115version = "0.50.3"
11116source = "registry+https://github.com/rust-lang/crates.io-index"
11117checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11118dependencies = [
11119 "windows-sys 0.61.2",
11120]
11121
11122[[package]]
11123name = "nucleo"
11124version = "0.5.0"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11127dependencies = [
11128 "nucleo-matcher",
11129 "parking_lot",
11130 "rayon",
11131]
11132
11133[[package]]
11134name = "nucleo-matcher"
11135version = "0.3.1"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11138dependencies = [
11139 "memchr",
11140 "unicode-segmentation",
11141]
11142
11143[[package]]
11144name = "num"
11145version = "0.4.3"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11148dependencies = [
11149 "num-bigint",
11150 "num-complex",
11151 "num-integer",
11152 "num-iter",
11153 "num-rational",
11154 "num-traits",
11155]
11156
11157[[package]]
11158name = "num-bigint"
11159version = "0.4.6"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11162dependencies = [
11163 "num-integer",
11164 "num-traits",
11165]
11166
11167[[package]]
11168name = "num-bigint-dig"
11169version = "0.8.6"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11172dependencies = [
11173 "lazy_static",
11174 "libm",
11175 "num-integer",
11176 "num-iter",
11177 "num-traits",
11178 "rand 0.8.5",
11179 "smallvec",
11180 "zeroize",
11181]
11182
11183[[package]]
11184name = "num-bigint-dig"
11185version = "0.9.1"
11186source = "registry+https://github.com/rust-lang/crates.io-index"
11187checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11188dependencies = [
11189 "libm",
11190 "num-integer",
11191 "num-iter",
11192 "num-traits",
11193 "once_cell",
11194 "rand 0.9.2",
11195 "serde",
11196 "smallvec",
11197 "zeroize",
11198]
11199
11200[[package]]
11201name = "num-cmp"
11202version = "0.1.0"
11203source = "registry+https://github.com/rust-lang/crates.io-index"
11204checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11205
11206[[package]]
11207name = "num-complex"
11208version = "0.4.6"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11211dependencies = [
11212 "bytemuck",
11213 "num-traits",
11214]
11215
11216[[package]]
11217name = "num-conv"
11218version = "0.2.0"
11219source = "registry+https://github.com/rust-lang/crates.io-index"
11220checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11221
11222[[package]]
11223name = "num-derive"
11224version = "0.4.2"
11225source = "registry+https://github.com/rust-lang/crates.io-index"
11226checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11227dependencies = [
11228 "proc-macro2",
11229 "quote",
11230 "syn 2.0.117",
11231]
11232
11233[[package]]
11234name = "num-format"
11235version = "0.4.4"
11236source = "registry+https://github.com/rust-lang/crates.io-index"
11237checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11238dependencies = [
11239 "arrayvec",
11240 "itoa",
11241]
11242
11243[[package]]
11244name = "num-integer"
11245version = "0.1.46"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11248dependencies = [
11249 "num-traits",
11250]
11251
11252[[package]]
11253name = "num-iter"
11254version = "0.1.45"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11257dependencies = [
11258 "autocfg",
11259 "num-integer",
11260 "num-traits",
11261]
11262
11263[[package]]
11264name = "num-rational"
11265version = "0.4.2"
11266source = "registry+https://github.com/rust-lang/crates.io-index"
11267checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11268dependencies = [
11269 "num-bigint",
11270 "num-integer",
11271 "num-traits",
11272]
11273
11274[[package]]
11275name = "num-traits"
11276version = "0.2.19"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11279dependencies = [
11280 "autocfg",
11281 "libm",
11282]
11283
11284[[package]]
11285name = "num_cpus"
11286version = "1.17.0"
11287source = "registry+https://github.com/rust-lang/crates.io-index"
11288checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11289dependencies = [
11290 "hermit-abi",
11291 "libc",
11292]
11293
11294[[package]]
11295name = "num_enum"
11296version = "0.7.4"
11297source = "registry+https://github.com/rust-lang/crates.io-index"
11298checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11299dependencies = [
11300 "num_enum_derive",
11301 "rustversion",
11302]
11303
11304[[package]]
11305name = "num_enum_derive"
11306version = "0.7.4"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11309dependencies = [
11310 "proc-macro-crate",
11311 "proc-macro2",
11312 "quote",
11313 "syn 2.0.117",
11314]
11315
11316[[package]]
11317name = "num_threads"
11318version = "0.1.7"
11319source = "registry+https://github.com/rust-lang/crates.io-index"
11320checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11321dependencies = [
11322 "libc",
11323]
11324
11325[[package]]
11326name = "nvim-rs"
11327version = "0.9.2"
11328source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11329dependencies = [
11330 "async-trait",
11331 "futures 0.3.32",
11332 "log",
11333 "rmp",
11334 "rmpv",
11335 "tokio",
11336 "tokio-util",
11337]
11338
11339[[package]]
11340name = "objc"
11341version = "0.2.7"
11342source = "registry+https://github.com/rust-lang/crates.io-index"
11343checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11344dependencies = [
11345 "malloc_buf",
11346 "objc_exception",
11347]
11348
11349[[package]]
11350name = "objc-foundation"
11351version = "0.1.1"
11352source = "registry+https://github.com/rust-lang/crates.io-index"
11353checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11354dependencies = [
11355 "block",
11356 "objc",
11357 "objc_id",
11358]
11359
11360[[package]]
11361name = "objc2"
11362version = "0.6.3"
11363source = "registry+https://github.com/rust-lang/crates.io-index"
11364checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11365dependencies = [
11366 "objc2-encode",
11367]
11368
11369[[package]]
11370name = "objc2-app-kit"
11371version = "0.3.1"
11372source = "registry+https://github.com/rust-lang/crates.io-index"
11373checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11374dependencies = [
11375 "objc2",
11376 "objc2-foundation",
11377]
11378
11379[[package]]
11380name = "objc2-audio-toolbox"
11381version = "0.3.2"
11382source = "registry+https://github.com/rust-lang/crates.io-index"
11383checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11384dependencies = [
11385 "bitflags 2.10.0",
11386 "libc",
11387 "objc2",
11388 "objc2-core-audio",
11389 "objc2-core-audio-types",
11390 "objc2-core-foundation",
11391 "objc2-foundation",
11392]
11393
11394[[package]]
11395name = "objc2-avf-audio"
11396version = "0.3.2"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11399dependencies = [
11400 "objc2",
11401 "objc2-foundation",
11402]
11403
11404[[package]]
11405name = "objc2-core-audio"
11406version = "0.3.2"
11407source = "registry+https://github.com/rust-lang/crates.io-index"
11408checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11409dependencies = [
11410 "dispatch2",
11411 "objc2",
11412 "objc2-core-audio-types",
11413 "objc2-core-foundation",
11414 "objc2-foundation",
11415]
11416
11417[[package]]
11418name = "objc2-core-audio-types"
11419version = "0.3.2"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11422dependencies = [
11423 "bitflags 2.10.0",
11424 "objc2",
11425]
11426
11427[[package]]
11428name = "objc2-core-foundation"
11429version = "0.3.2"
11430source = "registry+https://github.com/rust-lang/crates.io-index"
11431checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11432dependencies = [
11433 "bitflags 2.10.0",
11434 "block2",
11435 "dispatch2",
11436 "libc",
11437 "objc2",
11438]
11439
11440[[package]]
11441name = "objc2-encode"
11442version = "4.1.0"
11443source = "registry+https://github.com/rust-lang/crates.io-index"
11444checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11445
11446[[package]]
11447name = "objc2-foundation"
11448version = "0.3.2"
11449source = "registry+https://github.com/rust-lang/crates.io-index"
11450checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11451dependencies = [
11452 "bitflags 2.10.0",
11453 "block2",
11454 "libc",
11455 "objc2",
11456 "objc2-core-foundation",
11457]
11458
11459[[package]]
11460name = "objc2-io-kit"
11461version = "0.3.2"
11462source = "registry+https://github.com/rust-lang/crates.io-index"
11463checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11464dependencies = [
11465 "libc",
11466 "objc2-core-foundation",
11467]
11468
11469[[package]]
11470name = "objc2-metal"
11471version = "0.3.2"
11472source = "registry+https://github.com/rust-lang/crates.io-index"
11473checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11474dependencies = [
11475 "bitflags 2.10.0",
11476 "block2",
11477 "dispatch2",
11478 "objc2",
11479 "objc2-core-foundation",
11480 "objc2-foundation",
11481]
11482
11483[[package]]
11484name = "objc2-quartz-core"
11485version = "0.3.2"
11486source = "registry+https://github.com/rust-lang/crates.io-index"
11487checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11488dependencies = [
11489 "bitflags 2.10.0",
11490 "objc2",
11491 "objc2-core-foundation",
11492 "objc2-foundation",
11493 "objc2-metal",
11494]
11495
11496[[package]]
11497name = "objc_exception"
11498version = "0.1.2"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11501dependencies = [
11502 "cc",
11503]
11504
11505[[package]]
11506name = "objc_id"
11507version = "0.1.1"
11508source = "registry+https://github.com/rust-lang/crates.io-index"
11509checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11510dependencies = [
11511 "objc",
11512]
11513
11514[[package]]
11515name = "object"
11516version = "0.37.3"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11519dependencies = [
11520 "crc32fast",
11521 "hashbrown 0.15.5",
11522 "indexmap",
11523 "memchr",
11524]
11525
11526[[package]]
11527name = "octocrab"
11528version = "0.49.7"
11529source = "registry+https://github.com/rust-lang/crates.io-index"
11530checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11531dependencies = [
11532 "arc-swap",
11533 "async-trait",
11534 "base64 0.22.1",
11535 "bytes 1.11.1",
11536 "cargo_metadata 0.23.1",
11537 "cfg-if",
11538 "chrono",
11539 "either",
11540 "futures 0.3.32",
11541 "futures-core",
11542 "futures-util",
11543 "getrandom 0.2.16",
11544 "http 1.3.1",
11545 "http-body 1.0.1",
11546 "http-body-util",
11547 "hyper 1.7.0",
11548 "hyper-rustls 0.27.7",
11549 "hyper-timeout",
11550 "hyper-util",
11551 "jsonwebtoken",
11552 "once_cell",
11553 "percent-encoding",
11554 "pin-project",
11555 "secrecy",
11556 "serde",
11557 "serde_json",
11558 "serde_path_to_error",
11559 "serde_urlencoded",
11560 "snafu",
11561 "tokio",
11562 "tower 0.5.2",
11563 "tower-http 0.6.6",
11564 "url",
11565 "web-time",
11566]
11567
11568[[package]]
11569name = "ollama"
11570version = "0.1.0"
11571dependencies = [
11572 "anyhow",
11573 "futures 0.3.32",
11574 "http_client",
11575 "schemars",
11576 "serde",
11577 "serde_json",
11578 "settings",
11579]
11580
11581[[package]]
11582name = "onboarding"
11583version = "0.1.0"
11584dependencies = [
11585 "anyhow",
11586 "client",
11587 "component",
11588 "db",
11589 "documented",
11590 "fs",
11591 "fuzzy",
11592 "gpui",
11593 "menu",
11594 "notifications",
11595 "picker",
11596 "project",
11597 "schemars",
11598 "serde",
11599 "settings",
11600 "telemetry",
11601 "theme",
11602 "theme_settings",
11603 "ui",
11604 "util",
11605 "vim_mode_setting",
11606 "workspace",
11607 "zed_actions",
11608 "zlog",
11609]
11610
11611[[package]]
11612name = "once_cell"
11613version = "1.21.3"
11614source = "registry+https://github.com/rust-lang/crates.io-index"
11615checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11616
11617[[package]]
11618name = "once_cell_polyfill"
11619version = "1.70.1"
11620source = "registry+https://github.com/rust-lang/crates.io-index"
11621checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11622
11623[[package]]
11624name = "oo7"
11625version = "0.6.0"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11628dependencies = [
11629 "aes",
11630 "ashpd",
11631 "async-fs",
11632 "async-io",
11633 "async-lock 3.4.2",
11634 "blocking",
11635 "cbc",
11636 "cipher",
11637 "digest",
11638 "endi",
11639 "futures-lite 2.6.1",
11640 "futures-util",
11641 "getrandom 0.4.1",
11642 "hkdf",
11643 "hmac",
11644 "md-5",
11645 "num",
11646 "num-bigint-dig 0.9.1",
11647 "pbkdf2 0.12.2",
11648 "serde",
11649 "serde_bytes",
11650 "sha2",
11651 "subtle",
11652 "zbus",
11653 "zbus_macros",
11654 "zeroize",
11655 "zvariant",
11656]
11657
11658[[package]]
11659name = "oorandom"
11660version = "11.1.5"
11661source = "registry+https://github.com/rust-lang/crates.io-index"
11662checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11663
11664[[package]]
11665name = "open"
11666version = "5.3.2"
11667source = "registry+https://github.com/rust-lang/crates.io-index"
11668checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11669dependencies = [
11670 "is-wsl",
11671 "libc",
11672 "pathdiff",
11673]
11674
11675[[package]]
11676name = "open_ai"
11677version = "0.1.0"
11678dependencies = [
11679 "anyhow",
11680 "collections",
11681 "futures 0.3.32",
11682 "http_client",
11683 "language_model_core",
11684 "log",
11685 "pretty_assertions",
11686 "rand 0.9.2",
11687 "schemars",
11688 "serde",
11689 "serde_json",
11690 "strum 0.27.2",
11691 "thiserror 2.0.17",
11692 "tiktoken-rs",
11693]
11694
11695[[package]]
11696name = "open_path_prompt"
11697version = "0.1.0"
11698dependencies = [
11699 "editor",
11700 "file_icons",
11701 "futures 0.3.32",
11702 "fuzzy",
11703 "gpui",
11704 "picker",
11705 "project",
11706 "schemars",
11707 "serde",
11708 "serde_json",
11709 "settings",
11710 "theme",
11711 "theme_settings",
11712 "ui",
11713 "util",
11714 "workspace",
11715]
11716
11717[[package]]
11718name = "open_router"
11719version = "0.1.0"
11720dependencies = [
11721 "anyhow",
11722 "futures 0.3.32",
11723 "http_client",
11724 "language_model_core",
11725 "schemars",
11726 "serde",
11727 "serde_json",
11728 "settings",
11729 "strum 0.27.2",
11730 "thiserror 2.0.17",
11731]
11732
11733[[package]]
11734name = "opencode"
11735version = "0.1.0"
11736dependencies = [
11737 "anyhow",
11738 "futures 0.3.32",
11739 "google_ai",
11740 "http_client",
11741 "schemars",
11742 "serde",
11743 "serde_json",
11744 "strum 0.27.2",
11745]
11746
11747[[package]]
11748name = "opener"
11749version = "0.7.2"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11752dependencies = [
11753 "bstr",
11754 "dbus",
11755 "normpath",
11756 "windows-sys 0.59.0",
11757]
11758
11759[[package]]
11760name = "openssl"
11761version = "0.10.74"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11764dependencies = [
11765 "bitflags 2.10.0",
11766 "cfg-if",
11767 "foreign-types 0.3.2",
11768 "libc",
11769 "once_cell",
11770 "openssl-macros",
11771 "openssl-sys",
11772]
11773
11774[[package]]
11775name = "openssl-macros"
11776version = "0.1.1"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11779dependencies = [
11780 "proc-macro2",
11781 "quote",
11782 "syn 2.0.117",
11783]
11784
11785[[package]]
11786name = "openssl-probe"
11787version = "0.1.6"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11790
11791[[package]]
11792name = "openssl-sys"
11793version = "0.9.110"
11794source = "registry+https://github.com/rust-lang/crates.io-index"
11795checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11796dependencies = [
11797 "cc",
11798 "libc",
11799 "pkg-config",
11800 "vcpkg",
11801]
11802
11803[[package]]
11804name = "optfield"
11805version = "0.4.0"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11808dependencies = [
11809 "proc-macro2",
11810 "quote",
11811 "syn 2.0.117",
11812]
11813
11814[[package]]
11815name = "option-ext"
11816version = "0.2.0"
11817source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11819
11820[[package]]
11821name = "ordered-float"
11822version = "2.10.1"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11825dependencies = [
11826 "num-traits",
11827]
11828
11829[[package]]
11830name = "ordered-float"
11831version = "4.6.0"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11834dependencies = [
11835 "num-traits",
11836]
11837
11838[[package]]
11839name = "ordered-stream"
11840version = "0.2.0"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11843dependencies = [
11844 "futures-core",
11845 "pin-project-lite",
11846]
11847
11848[[package]]
11849name = "ouroboros"
11850version = "0.18.5"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11853dependencies = [
11854 "aliasable",
11855 "ouroboros_macro",
11856 "static_assertions",
11857]
11858
11859[[package]]
11860name = "ouroboros_macro"
11861version = "0.18.5"
11862source = "registry+https://github.com/rust-lang/crates.io-index"
11863checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11864dependencies = [
11865 "heck 0.4.1",
11866 "proc-macro2",
11867 "proc-macro2-diagnostics",
11868 "quote",
11869 "syn 2.0.117",
11870]
11871
11872[[package]]
11873name = "outline"
11874version = "0.1.0"
11875dependencies = [
11876 "editor",
11877 "fuzzy",
11878 "gpui",
11879 "indoc",
11880 "language",
11881 "lsp",
11882 "menu",
11883 "ordered-float 2.10.1",
11884 "picker",
11885 "project",
11886 "rope",
11887 "serde_json",
11888 "settings",
11889 "smol",
11890 "theme",
11891 "theme_settings",
11892 "ui",
11893 "util",
11894 "workspace",
11895 "zed_actions",
11896]
11897
11898[[package]]
11899name = "outline_panel"
11900version = "0.1.0"
11901dependencies = [
11902 "anyhow",
11903 "collections",
11904 "db",
11905 "editor",
11906 "file_icons",
11907 "fuzzy",
11908 "gpui",
11909 "itertools 0.14.0",
11910 "language",
11911 "log",
11912 "lsp",
11913 "menu",
11914 "outline",
11915 "pretty_assertions",
11916 "project",
11917 "search",
11918 "serde",
11919 "serde_json",
11920 "settings",
11921 "smallvec",
11922 "smol",
11923 "theme",
11924 "theme_settings",
11925 "ui",
11926 "util",
11927 "workspace",
11928 "worktree",
11929 "zed_actions",
11930]
11931
11932[[package]]
11933name = "outref"
11934version = "0.5.2"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11937
11938[[package]]
11939name = "p256"
11940version = "0.11.1"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11943dependencies = [
11944 "ecdsa",
11945 "elliptic-curve",
11946 "sha2",
11947]
11948
11949[[package]]
11950name = "page_size"
11951version = "0.6.0"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11954dependencies = [
11955 "libc",
11956 "winapi",
11957]
11958
11959[[package]]
11960name = "palette"
11961version = "0.7.6"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11964dependencies = [
11965 "approx",
11966 "fast-srgb8",
11967 "palette_derive",
11968]
11969
11970[[package]]
11971name = "palette_derive"
11972version = "0.7.6"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11975dependencies = [
11976 "by_address",
11977 "proc-macro2",
11978 "quote",
11979 "syn 2.0.117",
11980]
11981
11982[[package]]
11983name = "panel"
11984version = "0.1.0"
11985dependencies = [
11986 "gpui",
11987 "ui",
11988 "workspace",
11989]
11990
11991[[package]]
11992name = "parking"
11993version = "2.2.1"
11994source = "registry+https://github.com/rust-lang/crates.io-index"
11995checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11996
11997[[package]]
11998name = "parking_lot"
11999version = "0.12.5"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12002dependencies = [
12003 "lock_api",
12004 "parking_lot_core",
12005]
12006
12007[[package]]
12008name = "parking_lot_core"
12009version = "0.9.12"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12012dependencies = [
12013 "cfg-if",
12014 "libc",
12015 "redox_syscall 0.5.18",
12016 "smallvec",
12017 "windows-link 0.2.1",
12018]
12019
12020[[package]]
12021name = "parse_int"
12022version = "0.9.0"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12025dependencies = [
12026 "num-traits",
12027]
12028
12029[[package]]
12030name = "partial-json-fixer"
12031version = "0.5.3"
12032source = "registry+https://github.com/rust-lang/crates.io-index"
12033checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12034
12035[[package]]
12036name = "password-hash"
12037version = "0.4.2"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12040dependencies = [
12041 "base64ct",
12042 "rand_core 0.6.4",
12043 "subtle",
12044]
12045
12046[[package]]
12047name = "paste"
12048version = "1.0.15"
12049source = "registry+https://github.com/rust-lang/crates.io-index"
12050checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12051
12052[[package]]
12053name = "pathdiff"
12054version = "0.2.3"
12055source = "registry+https://github.com/rust-lang/crates.io-index"
12056checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12057
12058[[package]]
12059name = "pathfinder_geometry"
12060version = "0.5.1"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12063dependencies = [
12064 "log",
12065 "pathfinder_simd",
12066]
12067
12068[[package]]
12069name = "pathfinder_simd"
12070version = "0.5.5"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12073dependencies = [
12074 "rustc_version",
12075]
12076
12077[[package]]
12078name = "paths"
12079version = "0.1.0"
12080dependencies = [
12081 "dirs 4.0.0",
12082 "ignore",
12083 "util",
12084]
12085
12086[[package]]
12087name = "pbjson"
12088version = "0.6.0"
12089source = "registry+https://github.com/rust-lang/crates.io-index"
12090checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12091dependencies = [
12092 "base64 0.21.7",
12093 "serde",
12094]
12095
12096[[package]]
12097name = "pbjson-build"
12098version = "0.6.2"
12099source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12101dependencies = [
12102 "heck 0.4.1",
12103 "itertools 0.11.0",
12104 "prost 0.12.6",
12105 "prost-types 0.12.6",
12106]
12107
12108[[package]]
12109name = "pbjson-types"
12110version = "0.6.0"
12111source = "registry+https://github.com/rust-lang/crates.io-index"
12112checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12113dependencies = [
12114 "bytes 1.11.1",
12115 "chrono",
12116 "pbjson",
12117 "pbjson-build",
12118 "prost 0.12.6",
12119 "prost-build 0.12.6",
12120 "serde",
12121]
12122
12123[[package]]
12124name = "pbkdf2"
12125version = "0.11.0"
12126source = "registry+https://github.com/rust-lang/crates.io-index"
12127checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12128dependencies = [
12129 "digest",
12130 "hmac",
12131 "password-hash",
12132 "sha2",
12133]
12134
12135[[package]]
12136name = "pbkdf2"
12137version = "0.12.2"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12140dependencies = [
12141 "digest",
12142 "hmac",
12143]
12144
12145[[package]]
12146name = "pciid-parser"
12147version = "0.8.0"
12148source = "registry+https://github.com/rust-lang/crates.io-index"
12149checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12150
12151[[package]]
12152name = "peg"
12153version = "0.8.5"
12154source = "registry+https://github.com/rust-lang/crates.io-index"
12155checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12156dependencies = [
12157 "peg-macros",
12158 "peg-runtime",
12159]
12160
12161[[package]]
12162name = "peg-macros"
12163version = "0.8.5"
12164source = "registry+https://github.com/rust-lang/crates.io-index"
12165checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12166dependencies = [
12167 "peg-runtime",
12168 "proc-macro2",
12169 "quote",
12170]
12171
12172[[package]]
12173name = "peg-runtime"
12174version = "0.8.5"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12177
12178[[package]]
12179name = "pem"
12180version = "3.0.6"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12183dependencies = [
12184 "base64 0.22.1",
12185 "serde_core",
12186]
12187
12188[[package]]
12189name = "pem-rfc7468"
12190version = "0.7.0"
12191source = "registry+https://github.com/rust-lang/crates.io-index"
12192checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12193dependencies = [
12194 "base64ct",
12195]
12196
12197[[package]]
12198name = "percent-encoding"
12199version = "2.3.2"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12202
12203[[package]]
12204name = "perf"
12205version = "0.1.0"
12206dependencies = [
12207 "collections",
12208 "serde",
12209 "serde_json",
12210]
12211
12212[[package]]
12213name = "pest"
12214version = "2.8.3"
12215source = "registry+https://github.com/rust-lang/crates.io-index"
12216checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12217dependencies = [
12218 "memchr",
12219 "ucd-trie",
12220]
12221
12222[[package]]
12223name = "pest_derive"
12224version = "2.8.3"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12227dependencies = [
12228 "pest",
12229 "pest_generator",
12230]
12231
12232[[package]]
12233name = "pest_generator"
12234version = "2.8.3"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12237dependencies = [
12238 "pest",
12239 "pest_meta",
12240 "proc-macro2",
12241 "quote",
12242 "syn 2.0.117",
12243]
12244
12245[[package]]
12246name = "pest_meta"
12247version = "2.8.3"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12250dependencies = [
12251 "pest",
12252 "sha2",
12253]
12254
12255[[package]]
12256name = "pet"
12257version = "0.1.0"
12258source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12259dependencies = [
12260 "clap",
12261 "env_logger 0.10.2",
12262 "lazy_static",
12263 "log",
12264 "msvc_spectre_libs",
12265 "pet-conda",
12266 "pet-core",
12267 "pet-env-var-path",
12268 "pet-fs",
12269 "pet-global-virtualenvs",
12270 "pet-homebrew",
12271 "pet-jsonrpc",
12272 "pet-linux-global-python",
12273 "pet-mac-commandlinetools",
12274 "pet-mac-python-org",
12275 "pet-mac-xcode",
12276 "pet-pipenv",
12277 "pet-pixi",
12278 "pet-poetry",
12279 "pet-pyenv",
12280 "pet-python-utils",
12281 "pet-reporter",
12282 "pet-telemetry",
12283 "pet-uv",
12284 "pet-venv",
12285 "pet-virtualenv",
12286 "pet-virtualenvwrapper",
12287 "pet-windows-registry",
12288 "pet-windows-store",
12289 "pet-winpython",
12290 "serde",
12291 "serde_json",
12292 "tracing",
12293 "tracing-subscriber",
12294 "winresource",
12295]
12296
12297[[package]]
12298name = "pet-conda"
12299version = "0.1.0"
12300source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12301dependencies = [
12302 "env_logger 0.10.2",
12303 "lazy_static",
12304 "log",
12305 "msvc_spectre_libs",
12306 "pet-core",
12307 "pet-fs",
12308 "pet-python-utils",
12309 "pet-reporter",
12310 "rayon",
12311 "regex",
12312 "serde",
12313 "serde_json",
12314 "yaml-rust2",
12315]
12316
12317[[package]]
12318name = "pet-core"
12319version = "0.1.0"
12320source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12321dependencies = [
12322 "clap",
12323 "lazy_static",
12324 "log",
12325 "msvc_spectre_libs",
12326 "pet-fs",
12327 "regex",
12328 "serde",
12329 "serde_json",
12330]
12331
12332[[package]]
12333name = "pet-env-var-path"
12334version = "0.1.0"
12335source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12336dependencies = [
12337 "lazy_static",
12338 "log",
12339 "msvc_spectre_libs",
12340 "pet-conda",
12341 "pet-core",
12342 "pet-fs",
12343 "pet-python-utils",
12344 "pet-virtualenv",
12345 "regex",
12346]
12347
12348[[package]]
12349name = "pet-fs"
12350version = "0.1.0"
12351source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12352dependencies = [
12353 "glob",
12354 "log",
12355 "msvc_spectre_libs",
12356 "windows-sys 0.59.0",
12357]
12358
12359[[package]]
12360name = "pet-global-virtualenvs"
12361version = "0.1.0"
12362source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12363dependencies = [
12364 "log",
12365 "msvc_spectre_libs",
12366 "pet-conda",
12367 "pet-core",
12368 "pet-fs",
12369 "pet-virtualenv",
12370]
12371
12372[[package]]
12373name = "pet-homebrew"
12374version = "0.1.0"
12375source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12376dependencies = [
12377 "lazy_static",
12378 "log",
12379 "msvc_spectre_libs",
12380 "pet-conda",
12381 "pet-core",
12382 "pet-fs",
12383 "pet-python-utils",
12384 "pet-virtualenv",
12385 "rayon",
12386 "regex",
12387 "serde",
12388 "serde_json",
12389]
12390
12391[[package]]
12392name = "pet-jsonrpc"
12393version = "0.1.0"
12394source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12395dependencies = [
12396 "env_logger 0.10.2",
12397 "log",
12398 "msvc_spectre_libs",
12399 "pet-core",
12400 "serde",
12401 "serde_json",
12402]
12403
12404[[package]]
12405name = "pet-linux-global-python"
12406version = "0.1.0"
12407source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12408dependencies = [
12409 "log",
12410 "msvc_spectre_libs",
12411 "pet-core",
12412 "pet-fs",
12413 "pet-python-utils",
12414 "pet-virtualenv",
12415]
12416
12417[[package]]
12418name = "pet-mac-commandlinetools"
12419version = "0.1.0"
12420source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12421dependencies = [
12422 "log",
12423 "msvc_spectre_libs",
12424 "pet-core",
12425 "pet-fs",
12426 "pet-python-utils",
12427 "pet-virtualenv",
12428]
12429
12430[[package]]
12431name = "pet-mac-python-org"
12432version = "0.1.0"
12433source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12434dependencies = [
12435 "log",
12436 "msvc_spectre_libs",
12437 "pet-core",
12438 "pet-fs",
12439 "pet-python-utils",
12440 "pet-virtualenv",
12441]
12442
12443[[package]]
12444name = "pet-mac-xcode"
12445version = "0.1.0"
12446source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12447dependencies = [
12448 "log",
12449 "msvc_spectre_libs",
12450 "pet-core",
12451 "pet-fs",
12452 "pet-python-utils",
12453 "pet-virtualenv",
12454]
12455
12456[[package]]
12457name = "pet-pipenv"
12458version = "0.1.0"
12459source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12460dependencies = [
12461 "lazy_static",
12462 "log",
12463 "msvc_spectre_libs",
12464 "pet-core",
12465 "pet-fs",
12466 "pet-python-utils",
12467 "pet-virtualenv",
12468 "regex",
12469]
12470
12471[[package]]
12472name = "pet-pixi"
12473version = "0.1.0"
12474source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12475dependencies = [
12476 "log",
12477 "msvc_spectre_libs",
12478 "pet-conda",
12479 "pet-core",
12480 "pet-python-utils",
12481]
12482
12483[[package]]
12484name = "pet-poetry"
12485version = "0.1.0"
12486source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12487dependencies = [
12488 "base64 0.22.1",
12489 "lazy_static",
12490 "log",
12491 "msvc_spectre_libs",
12492 "pet-core",
12493 "pet-fs",
12494 "pet-python-utils",
12495 "pet-reporter",
12496 "pet-virtualenv",
12497 "regex",
12498 "serde",
12499 "serde_json",
12500 "sha2",
12501 "toml 0.8.23",
12502]
12503
12504[[package]]
12505name = "pet-pyenv"
12506version = "0.1.0"
12507source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12508dependencies = [
12509 "lazy_static",
12510 "log",
12511 "msvc_spectre_libs",
12512 "pet-conda",
12513 "pet-core",
12514 "pet-fs",
12515 "pet-python-utils",
12516 "pet-reporter",
12517 "regex",
12518 "serde",
12519 "serde_json",
12520]
12521
12522[[package]]
12523name = "pet-python-utils"
12524version = "0.1.0"
12525source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12526dependencies = [
12527 "env_logger 0.10.2",
12528 "lazy_static",
12529 "log",
12530 "msvc_spectre_libs",
12531 "pet-core",
12532 "pet-fs",
12533 "regex",
12534 "serde",
12535 "serde_json",
12536 "sha2",
12537]
12538
12539[[package]]
12540name = "pet-reporter"
12541version = "0.1.0"
12542source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12543dependencies = [
12544 "env_logger 0.10.2",
12545 "log",
12546 "msvc_spectre_libs",
12547 "pet-core",
12548 "pet-jsonrpc",
12549 "serde",
12550 "serde_json",
12551]
12552
12553[[package]]
12554name = "pet-telemetry"
12555version = "0.1.0"
12556source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12557dependencies = [
12558 "env_logger 0.10.2",
12559 "lazy_static",
12560 "log",
12561 "msvc_spectre_libs",
12562 "pet-core",
12563 "pet-fs",
12564 "pet-python-utils",
12565 "regex",
12566]
12567
12568[[package]]
12569name = "pet-uv"
12570version = "0.1.0"
12571source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12572dependencies = [
12573 "log",
12574 "pet-core",
12575 "pet-python-utils",
12576 "serde",
12577 "toml 0.9.8",
12578]
12579
12580[[package]]
12581name = "pet-venv"
12582version = "0.1.0"
12583source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12584dependencies = [
12585 "log",
12586 "msvc_spectre_libs",
12587 "pet-core",
12588 "pet-python-utils",
12589 "pet-virtualenv",
12590]
12591
12592[[package]]
12593name = "pet-virtualenv"
12594version = "0.1.0"
12595source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12596dependencies = [
12597 "log",
12598 "msvc_spectre_libs",
12599 "pet-core",
12600 "pet-fs",
12601 "pet-python-utils",
12602]
12603
12604[[package]]
12605name = "pet-virtualenvwrapper"
12606version = "0.1.0"
12607source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12608dependencies = [
12609 "log",
12610 "msvc_spectre_libs",
12611 "pet-core",
12612 "pet-fs",
12613 "pet-python-utils",
12614 "pet-virtualenv",
12615]
12616
12617[[package]]
12618name = "pet-windows-registry"
12619version = "0.1.0"
12620source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12621dependencies = [
12622 "lazy_static",
12623 "log",
12624 "msvc_spectre_libs",
12625 "pet-conda",
12626 "pet-core",
12627 "pet-fs",
12628 "pet-python-utils",
12629 "pet-virtualenv",
12630 "pet-windows-store",
12631 "regex",
12632 "winreg 0.55.0",
12633]
12634
12635[[package]]
12636name = "pet-windows-store"
12637version = "0.1.0"
12638source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12639dependencies = [
12640 "lazy_static",
12641 "log",
12642 "msvc_spectre_libs",
12643 "pet-core",
12644 "pet-fs",
12645 "pet-python-utils",
12646 "pet-virtualenv",
12647 "regex",
12648 "winreg 0.55.0",
12649]
12650
12651[[package]]
12652name = "pet-winpython"
12653version = "0.1.0"
12654source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12655dependencies = [
12656 "lazy_static",
12657 "log",
12658 "pet-core",
12659 "pet-fs",
12660 "pet-python-utils",
12661 "pet-virtualenv",
12662 "regex",
12663]
12664
12665[[package]]
12666name = "petgraph"
12667version = "0.6.5"
12668source = "registry+https://github.com/rust-lang/crates.io-index"
12669checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12670dependencies = [
12671 "fixedbitset 0.4.2",
12672 "indexmap",
12673]
12674
12675[[package]]
12676name = "pgvector"
12677version = "0.4.1"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12680dependencies = [
12681 "serde",
12682]
12683
12684[[package]]
12685name = "phf"
12686version = "0.11.3"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12689dependencies = [
12690 "phf_macros 0.11.3",
12691 "phf_shared 0.11.3",
12692]
12693
12694[[package]]
12695name = "phf"
12696version = "0.12.1"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12699dependencies = [
12700 "phf_macros 0.12.1",
12701 "phf_shared 0.12.1",
12702]
12703
12704[[package]]
12705name = "phf_codegen"
12706version = "0.11.3"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12709dependencies = [
12710 "phf_generator 0.11.3",
12711 "phf_shared 0.11.3",
12712]
12713
12714[[package]]
12715name = "phf_generator"
12716version = "0.11.3"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12719dependencies = [
12720 "phf_shared 0.11.3",
12721 "rand 0.8.5",
12722]
12723
12724[[package]]
12725name = "phf_generator"
12726version = "0.12.1"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12729dependencies = [
12730 "fastrand 2.3.0",
12731 "phf_shared 0.12.1",
12732]
12733
12734[[package]]
12735name = "phf_macros"
12736version = "0.11.3"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12739dependencies = [
12740 "phf_generator 0.11.3",
12741 "phf_shared 0.11.3",
12742 "proc-macro2",
12743 "quote",
12744 "syn 2.0.117",
12745]
12746
12747[[package]]
12748name = "phf_macros"
12749version = "0.12.1"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12752dependencies = [
12753 "phf_generator 0.12.1",
12754 "phf_shared 0.12.1",
12755 "proc-macro2",
12756 "quote",
12757 "syn 2.0.117",
12758]
12759
12760[[package]]
12761name = "phf_shared"
12762version = "0.11.3"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12765dependencies = [
12766 "siphasher 1.0.1",
12767]
12768
12769[[package]]
12770name = "phf_shared"
12771version = "0.12.1"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12774dependencies = [
12775 "siphasher 1.0.1",
12776]
12777
12778[[package]]
12779name = "picker"
12780version = "0.1.0"
12781dependencies = [
12782 "anyhow",
12783 "editor",
12784 "gpui",
12785 "menu",
12786 "schemars",
12787 "serde",
12788 "settings",
12789 "theme",
12790 "theme_settings",
12791 "ui",
12792 "ui_input",
12793 "workspace",
12794 "zed_actions",
12795]
12796
12797[[package]]
12798name = "pico-args"
12799version = "0.5.0"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12802
12803[[package]]
12804name = "pin-project"
12805version = "1.1.10"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12808dependencies = [
12809 "pin-project-internal",
12810]
12811
12812[[package]]
12813name = "pin-project-internal"
12814version = "1.1.10"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12817dependencies = [
12818 "proc-macro2",
12819 "quote",
12820 "syn 2.0.117",
12821]
12822
12823[[package]]
12824name = "pin-project-lite"
12825version = "0.2.16"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12828
12829[[package]]
12830name = "pin-utils"
12831version = "0.1.0"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12834
12835[[package]]
12836name = "piper"
12837version = "0.2.4"
12838source = "registry+https://github.com/rust-lang/crates.io-index"
12839checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12840dependencies = [
12841 "atomic-waker",
12842 "fastrand 2.3.0",
12843 "futures-io",
12844]
12845
12846[[package]]
12847name = "pkcs1"
12848version = "0.7.5"
12849source = "registry+https://github.com/rust-lang/crates.io-index"
12850checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12851dependencies = [
12852 "der 0.7.10",
12853 "pkcs8 0.10.2",
12854 "spki 0.7.3",
12855]
12856
12857[[package]]
12858name = "pkcs8"
12859version = "0.9.0"
12860source = "registry+https://github.com/rust-lang/crates.io-index"
12861checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12862dependencies = [
12863 "der 0.6.1",
12864 "spki 0.6.0",
12865]
12866
12867[[package]]
12868name = "pkcs8"
12869version = "0.10.2"
12870source = "registry+https://github.com/rust-lang/crates.io-index"
12871checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12872dependencies = [
12873 "der 0.7.10",
12874 "spki 0.7.3",
12875]
12876
12877[[package]]
12878name = "pkg-config"
12879version = "0.3.32"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12882
12883[[package]]
12884name = "plain"
12885version = "0.2.3"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12888
12889[[package]]
12890name = "platform_title_bar"
12891version = "0.1.0"
12892dependencies = [
12893 "feature_flags",
12894 "gpui",
12895 "project",
12896 "settings",
12897 "smallvec",
12898 "theme",
12899 "theme_settings",
12900 "ui",
12901 "windows 0.61.3",
12902 "workspace",
12903 "zed_actions",
12904]
12905
12906[[package]]
12907name = "plist"
12908version = "1.8.0"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12911dependencies = [
12912 "base64 0.22.1",
12913 "indexmap",
12914 "quick-xml 0.38.3",
12915 "serde",
12916 "time",
12917]
12918
12919[[package]]
12920name = "plotters"
12921version = "0.3.7"
12922source = "registry+https://github.com/rust-lang/crates.io-index"
12923checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12924dependencies = [
12925 "num-traits",
12926 "plotters-backend",
12927 "plotters-svg",
12928 "wasm-bindgen",
12929 "web-sys",
12930]
12931
12932[[package]]
12933name = "plotters-backend"
12934version = "0.3.7"
12935source = "registry+https://github.com/rust-lang/crates.io-index"
12936checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12937
12938[[package]]
12939name = "plotters-svg"
12940version = "0.3.7"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12943dependencies = [
12944 "plotters-backend",
12945]
12946
12947[[package]]
12948name = "png"
12949version = "0.17.16"
12950source = "registry+https://github.com/rust-lang/crates.io-index"
12951checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12952dependencies = [
12953 "bitflags 1.3.2",
12954 "crc32fast",
12955 "fdeflate",
12956 "flate2",
12957 "miniz_oxide",
12958]
12959
12960[[package]]
12961name = "png"
12962version = "0.18.0"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12965dependencies = [
12966 "bitflags 2.10.0",
12967 "crc32fast",
12968 "fdeflate",
12969 "flate2",
12970 "miniz_oxide",
12971]
12972
12973[[package]]
12974name = "polling"
12975version = "3.11.0"
12976source = "registry+https://github.com/rust-lang/crates.io-index"
12977checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12978dependencies = [
12979 "cfg-if",
12980 "concurrent-queue",
12981 "hermit-abi",
12982 "pin-project-lite",
12983 "rustix 1.1.2",
12984 "windows-sys 0.61.2",
12985]
12986
12987[[package]]
12988name = "pollster"
12989version = "0.2.5"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12992
12993[[package]]
12994name = "pollster"
12995version = "0.4.0"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12998
12999[[package]]
13000name = "pori"
13001version = "0.0.0"
13002source = "registry+https://github.com/rust-lang/crates.io-index"
13003checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13004dependencies = [
13005 "nom 7.1.3",
13006]
13007
13008[[package]]
13009name = "portable-atomic"
13010version = "1.11.1"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13013
13014[[package]]
13015name = "portable-atomic-util"
13016version = "0.2.4"
13017source = "registry+https://github.com/rust-lang/crates.io-index"
13018checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13019dependencies = [
13020 "portable-atomic",
13021]
13022
13023[[package]]
13024name = "portable-pty"
13025version = "0.9.0"
13026source = "registry+https://github.com/rust-lang/crates.io-index"
13027checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13028dependencies = [
13029 "anyhow",
13030 "bitflags 1.3.2",
13031 "downcast-rs",
13032 "filedescriptor",
13033 "lazy_static",
13034 "libc",
13035 "log",
13036 "nix 0.28.0",
13037 "serial2",
13038 "shared_library",
13039 "shell-words",
13040 "winapi",
13041 "winreg 0.10.1",
13042]
13043
13044[[package]]
13045name = "postage"
13046version = "0.5.0"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13049dependencies = [
13050 "atomic",
13051 "crossbeam-queue",
13052 "futures 0.3.32",
13053 "log",
13054 "parking_lot",
13055 "pin-project",
13056 "pollster 0.2.5",
13057 "static_assertions",
13058 "thiserror 1.0.69",
13059]
13060
13061[[package]]
13062name = "postcard"
13063version = "1.1.3"
13064source = "registry+https://github.com/rust-lang/crates.io-index"
13065checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13066dependencies = [
13067 "cobs",
13068 "embedded-io 0.4.0",
13069 "embedded-io 0.6.1",
13070 "serde",
13071]
13072
13073[[package]]
13074name = "potential_utf"
13075version = "0.1.3"
13076source = "registry+https://github.com/rust-lang/crates.io-index"
13077checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13078dependencies = [
13079 "zerovec",
13080]
13081
13082[[package]]
13083name = "powerfmt"
13084version = "0.2.0"
13085source = "registry+https://github.com/rust-lang/crates.io-index"
13086checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13087
13088[[package]]
13089name = "ppv-lite86"
13090version = "0.2.21"
13091source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13093dependencies = [
13094 "zerocopy",
13095]
13096
13097[[package]]
13098name = "precomputed-hash"
13099version = "0.1.1"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13102
13103[[package]]
13104name = "presser"
13105version = "0.3.1"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13108
13109[[package]]
13110name = "prettier"
13111version = "0.1.0"
13112dependencies = [
13113 "anyhow",
13114 "collections",
13115 "fs",
13116 "gpui",
13117 "language",
13118 "log",
13119 "lsp",
13120 "node_runtime",
13121 "parking_lot",
13122 "paths",
13123 "serde",
13124 "serde_json",
13125 "util",
13126]
13127
13128[[package]]
13129name = "pretty_assertions"
13130version = "1.4.1"
13131source = "registry+https://github.com/rust-lang/crates.io-index"
13132checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13133dependencies = [
13134 "diff",
13135 "yansi",
13136]
13137
13138[[package]]
13139name = "prettyplease"
13140version = "0.2.37"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13143dependencies = [
13144 "proc-macro2",
13145 "syn 2.0.117",
13146]
13147
13148[[package]]
13149name = "primal-check"
13150version = "0.3.4"
13151source = "registry+https://github.com/rust-lang/crates.io-index"
13152checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13153dependencies = [
13154 "num-integer",
13155]
13156
13157[[package]]
13158name = "proc-macro-crate"
13159version = "3.4.0"
13160source = "registry+https://github.com/rust-lang/crates.io-index"
13161checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13162dependencies = [
13163 "toml_edit 0.23.7",
13164]
13165
13166[[package]]
13167name = "proc-macro-error"
13168version = "1.0.4"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13171dependencies = [
13172 "proc-macro-error-attr",
13173 "proc-macro2",
13174 "quote",
13175 "syn 1.0.109",
13176 "version_check",
13177]
13178
13179[[package]]
13180name = "proc-macro-error-attr"
13181version = "1.0.4"
13182source = "registry+https://github.com/rust-lang/crates.io-index"
13183checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13184dependencies = [
13185 "proc-macro2",
13186 "quote",
13187 "version_check",
13188]
13189
13190[[package]]
13191name = "proc-macro-error-attr2"
13192version = "2.0.0"
13193source = "registry+https://github.com/rust-lang/crates.io-index"
13194checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13195dependencies = [
13196 "proc-macro2",
13197 "quote",
13198]
13199
13200[[package]]
13201name = "proc-macro-error2"
13202version = "2.0.1"
13203source = "registry+https://github.com/rust-lang/crates.io-index"
13204checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13205dependencies = [
13206 "proc-macro-error-attr2",
13207 "proc-macro2",
13208 "quote",
13209 "syn 2.0.117",
13210]
13211
13212[[package]]
13213name = "proc-macro2"
13214version = "1.0.101"
13215source = "registry+https://github.com/rust-lang/crates.io-index"
13216checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13217dependencies = [
13218 "unicode-ident",
13219]
13220
13221[[package]]
13222name = "proc-macro2-diagnostics"
13223version = "0.10.1"
13224source = "registry+https://github.com/rust-lang/crates.io-index"
13225checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13226dependencies = [
13227 "proc-macro2",
13228 "quote",
13229 "syn 2.0.117",
13230 "version_check",
13231 "yansi",
13232]
13233
13234[[package]]
13235name = "procfs-core"
13236version = "0.17.0"
13237source = "registry+https://github.com/rust-lang/crates.io-index"
13238checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13239dependencies = [
13240 "bitflags 2.10.0",
13241 "hex",
13242 "serde",
13243]
13244
13245[[package]]
13246name = "profiling"
13247version = "1.0.17"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13250dependencies = [
13251 "profiling-procmacros",
13252]
13253
13254[[package]]
13255name = "profiling-procmacros"
13256version = "1.0.17"
13257source = "registry+https://github.com/rust-lang/crates.io-index"
13258checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13259dependencies = [
13260 "quote",
13261 "syn 2.0.117",
13262]
13263
13264[[package]]
13265name = "project"
13266version = "0.1.0"
13267dependencies = [
13268 "aho-corasick",
13269 "anyhow",
13270 "askpass",
13271 "async-trait",
13272 "base64 0.22.1",
13273 "buffer_diff",
13274 "circular-buffer",
13275 "client",
13276 "clock",
13277 "collections",
13278 "context_server",
13279 "credentials_provider",
13280 "dap",
13281 "encoding_rs",
13282 "extension",
13283 "fancy-regex 0.17.0",
13284 "fs",
13285 "futures 0.3.32",
13286 "fuzzy",
13287 "fuzzy_nucleo",
13288 "git",
13289 "git2",
13290 "git_hosting_providers",
13291 "globset",
13292 "gpui",
13293 "http_client",
13294 "image",
13295 "indexmap",
13296 "itertools 0.14.0",
13297 "language",
13298 "log",
13299 "lsp",
13300 "markdown",
13301 "node_runtime",
13302 "parking_lot",
13303 "paths",
13304 "percent-encoding",
13305 "postage",
13306 "prettier",
13307 "pretty_assertions",
13308 "project",
13309 "rand 0.9.2",
13310 "regex",
13311 "release_channel",
13312 "remote",
13313 "rpc",
13314 "schemars",
13315 "semver",
13316 "serde",
13317 "serde_json",
13318 "settings",
13319 "sha2",
13320 "shellexpand 2.1.2",
13321 "smallvec",
13322 "smol",
13323 "snippet",
13324 "snippet_provider",
13325 "sum_tree",
13326 "task",
13327 "tempfile",
13328 "terminal",
13329 "text",
13330 "toml 0.8.23",
13331 "tracing",
13332 "unindent",
13333 "url",
13334 "util",
13335 "watch",
13336 "wax",
13337 "which 6.0.3",
13338 "worktree",
13339 "zed_credentials_provider",
13340 "zeroize",
13341 "zlog",
13342 "ztracing",
13343]
13344
13345[[package]]
13346name = "project_benchmarks"
13347version = "0.1.0"
13348dependencies = [
13349 "anyhow",
13350 "askpass",
13351 "clap",
13352 "client",
13353 "futures 0.3.32",
13354 "gpui",
13355 "gpui_platform",
13356 "http_client",
13357 "language",
13358 "node_runtime",
13359 "project",
13360 "release_channel",
13361 "remote",
13362 "rpassword",
13363 "semver",
13364 "settings",
13365 "watch",
13366]
13367
13368[[package]]
13369name = "project_panel"
13370version = "0.1.0"
13371dependencies = [
13372 "anyhow",
13373 "client",
13374 "collections",
13375 "command_palette_hooks",
13376 "criterion",
13377 "editor",
13378 "feature_flags",
13379 "file_icons",
13380 "git",
13381 "git_ui",
13382 "gpui",
13383 "itertools 0.14.0",
13384 "language",
13385 "menu",
13386 "notifications",
13387 "pretty_assertions",
13388 "project",
13389 "rayon",
13390 "remote_connection",
13391 "schemars",
13392 "search",
13393 "serde",
13394 "serde_json",
13395 "settings",
13396 "smallvec",
13397 "telemetry",
13398 "tempfile",
13399 "theme",
13400 "theme_settings",
13401 "ui",
13402 "util",
13403 "workspace",
13404 "worktree",
13405 "zed_actions",
13406]
13407
13408[[package]]
13409name = "project_symbols"
13410version = "0.1.0"
13411dependencies = [
13412 "anyhow",
13413 "editor",
13414 "futures 0.3.32",
13415 "fuzzy",
13416 "gpui",
13417 "language",
13418 "lsp",
13419 "ordered-float 2.10.1",
13420 "picker",
13421 "project",
13422 "release_channel",
13423 "semver",
13424 "serde_json",
13425 "settings",
13426 "theme",
13427 "theme_settings",
13428 "util",
13429 "workspace",
13430]
13431
13432[[package]]
13433name = "prometheus"
13434version = "0.14.0"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13437dependencies = [
13438 "cfg-if",
13439 "fnv",
13440 "lazy_static",
13441 "memchr",
13442 "parking_lot",
13443 "protobuf",
13444 "thiserror 2.0.17",
13445]
13446
13447[[package]]
13448name = "prompt_store"
13449version = "0.1.0"
13450dependencies = [
13451 "anyhow",
13452 "assets",
13453 "chrono",
13454 "collections",
13455 "fs",
13456 "futures 0.3.32",
13457 "fuzzy",
13458 "gpui",
13459 "handlebars 4.5.0",
13460 "heed",
13461 "language",
13462 "log",
13463 "parking_lot",
13464 "paths",
13465 "rope",
13466 "serde",
13467 "strum 0.27.2",
13468 "tempfile",
13469 "text",
13470 "util",
13471 "uuid",
13472]
13473
13474[[package]]
13475name = "proptest"
13476version = "1.10.0"
13477source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13478dependencies = [
13479 "bit-set 0.8.0",
13480 "bit-vec 0.8.0",
13481 "bitflags 2.10.0",
13482 "num-traits",
13483 "proptest-macro",
13484 "rand 0.9.2",
13485 "rand_chacha 0.9.0",
13486 "rand_xorshift",
13487 "regex-syntax",
13488 "rusty-fork",
13489 "tempfile",
13490 "unarray",
13491]
13492
13493[[package]]
13494name = "proptest-derive"
13495version = "0.8.0"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13498dependencies = [
13499 "proc-macro2",
13500 "quote",
13501 "syn 2.0.117",
13502]
13503
13504[[package]]
13505name = "proptest-macro"
13506version = "0.5.0"
13507source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13508dependencies = [
13509 "convert_case 0.11.0",
13510 "proc-macro2",
13511 "quote",
13512 "syn 2.0.117",
13513]
13514
13515[[package]]
13516name = "prost"
13517version = "0.9.0"
13518source = "registry+https://github.com/rust-lang/crates.io-index"
13519checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13520dependencies = [
13521 "bytes 1.11.1",
13522 "prost-derive 0.9.0",
13523]
13524
13525[[package]]
13526name = "prost"
13527version = "0.12.6"
13528source = "registry+https://github.com/rust-lang/crates.io-index"
13529checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13530dependencies = [
13531 "bytes 1.11.1",
13532 "prost-derive 0.12.6",
13533]
13534
13535[[package]]
13536name = "prost-build"
13537version = "0.9.0"
13538source = "registry+https://github.com/rust-lang/crates.io-index"
13539checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13540dependencies = [
13541 "bytes 1.11.1",
13542 "heck 0.3.3",
13543 "itertools 0.10.5",
13544 "lazy_static",
13545 "log",
13546 "multimap",
13547 "petgraph",
13548 "prost 0.9.0",
13549 "prost-types 0.9.0",
13550 "regex",
13551 "tempfile",
13552 "which 4.4.2",
13553]
13554
13555[[package]]
13556name = "prost-build"
13557version = "0.12.6"
13558source = "registry+https://github.com/rust-lang/crates.io-index"
13559checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13560dependencies = [
13561 "bytes 1.11.1",
13562 "heck 0.5.0",
13563 "itertools 0.12.1",
13564 "log",
13565 "multimap",
13566 "once_cell",
13567 "petgraph",
13568 "prettyplease",
13569 "prost 0.12.6",
13570 "prost-types 0.12.6",
13571 "regex",
13572 "syn 2.0.117",
13573 "tempfile",
13574]
13575
13576[[package]]
13577name = "prost-derive"
13578version = "0.9.0"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13581dependencies = [
13582 "anyhow",
13583 "itertools 0.10.5",
13584 "proc-macro2",
13585 "quote",
13586 "syn 1.0.109",
13587]
13588
13589[[package]]
13590name = "prost-derive"
13591version = "0.12.6"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13594dependencies = [
13595 "anyhow",
13596 "itertools 0.12.1",
13597 "proc-macro2",
13598 "quote",
13599 "syn 2.0.117",
13600]
13601
13602[[package]]
13603name = "prost-types"
13604version = "0.9.0"
13605source = "registry+https://github.com/rust-lang/crates.io-index"
13606checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13607dependencies = [
13608 "bytes 1.11.1",
13609 "prost 0.9.0",
13610]
13611
13612[[package]]
13613name = "prost-types"
13614version = "0.12.6"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13617dependencies = [
13618 "prost 0.12.6",
13619]
13620
13621[[package]]
13622name = "proto"
13623version = "0.1.0"
13624dependencies = [
13625 "anyhow",
13626 "prost 0.9.0",
13627 "prost-build 0.9.0",
13628 "serde",
13629]
13630
13631[[package]]
13632name = "protobuf"
13633version = "3.7.2"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13636dependencies = [
13637 "once_cell",
13638 "protobuf-support",
13639 "thiserror 1.0.69",
13640]
13641
13642[[package]]
13643name = "protobuf-support"
13644version = "3.7.2"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13647dependencies = [
13648 "thiserror 1.0.69",
13649]
13650
13651[[package]]
13652name = "psm"
13653version = "0.1.30"
13654source = "registry+https://github.com/rust-lang/crates.io-index"
13655checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13656dependencies = [
13657 "ar_archive_writer",
13658 "cc",
13659]
13660
13661[[package]]
13662name = "ptr_meta"
13663version = "0.1.4"
13664source = "registry+https://github.com/rust-lang/crates.io-index"
13665checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13666dependencies = [
13667 "ptr_meta_derive",
13668]
13669
13670[[package]]
13671name = "ptr_meta_derive"
13672version = "0.1.4"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13675dependencies = [
13676 "proc-macro2",
13677 "quote",
13678 "syn 1.0.109",
13679]
13680
13681[[package]]
13682name = "pulldown-cmark"
13683version = "0.10.3"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13686dependencies = [
13687 "bitflags 2.10.0",
13688 "memchr",
13689 "pulldown-cmark-escape",
13690 "unicase",
13691]
13692
13693[[package]]
13694name = "pulldown-cmark"
13695version = "0.13.0"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13698dependencies = [
13699 "bitflags 2.10.0",
13700 "memchr",
13701 "unicase",
13702]
13703
13704[[package]]
13705name = "pulldown-cmark-escape"
13706version = "0.10.1"
13707source = "registry+https://github.com/rust-lang/crates.io-index"
13708checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13709
13710[[package]]
13711name = "pulley-interpreter"
13712version = "36.0.6"
13713source = "registry+https://github.com/rust-lang/crates.io-index"
13714checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13715dependencies = [
13716 "cranelift-bitset",
13717 "log",
13718 "pulley-macros",
13719 "wasmtime-internal-math",
13720]
13721
13722[[package]]
13723name = "pulley-macros"
13724version = "36.0.6"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13727dependencies = [
13728 "proc-macro2",
13729 "quote",
13730 "syn 2.0.117",
13731]
13732
13733[[package]]
13734name = "pulp"
13735version = "0.18.22"
13736source = "registry+https://github.com/rust-lang/crates.io-index"
13737checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13738dependencies = [
13739 "bytemuck",
13740 "libm",
13741 "num-complex",
13742 "reborrow",
13743]
13744
13745[[package]]
13746name = "pulp"
13747version = "0.21.5"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13750dependencies = [
13751 "bytemuck",
13752 "cfg-if",
13753 "libm",
13754 "num-complex",
13755 "reborrow",
13756 "version_check",
13757]
13758
13759[[package]]
13760name = "pxfm"
13761version = "0.1.25"
13762source = "registry+https://github.com/rust-lang/crates.io-index"
13763checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13764dependencies = [
13765 "num-traits",
13766]
13767
13768[[package]]
13769name = "qoi"
13770version = "0.4.1"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13773dependencies = [
13774 "bytemuck",
13775]
13776
13777[[package]]
13778name = "quick-error"
13779version = "1.2.3"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13782
13783[[package]]
13784name = "quick-error"
13785version = "2.0.1"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13788
13789[[package]]
13790name = "quick-xml"
13791version = "0.30.0"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13794dependencies = [
13795 "memchr",
13796]
13797
13798[[package]]
13799name = "quick-xml"
13800version = "0.37.5"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13803dependencies = [
13804 "memchr",
13805]
13806
13807[[package]]
13808name = "quick-xml"
13809version = "0.38.3"
13810source = "registry+https://github.com/rust-lang/crates.io-index"
13811checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13812dependencies = [
13813 "memchr",
13814]
13815
13816[[package]]
13817name = "quinn"
13818version = "0.11.9"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13821dependencies = [
13822 "bytes 1.11.1",
13823 "cfg_aliases 0.2.1",
13824 "pin-project-lite",
13825 "quinn-proto",
13826 "quinn-udp",
13827 "rustc-hash 2.1.1",
13828 "rustls 0.23.33",
13829 "socket2 0.6.1",
13830 "thiserror 2.0.17",
13831 "tokio",
13832 "tracing",
13833 "web-time",
13834]
13835
13836[[package]]
13837name = "quinn-proto"
13838version = "0.11.13"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13841dependencies = [
13842 "bytes 1.11.1",
13843 "getrandom 0.3.4",
13844 "lru-slab",
13845 "rand 0.9.2",
13846 "ring",
13847 "rustc-hash 2.1.1",
13848 "rustls 0.23.33",
13849 "rustls-pki-types",
13850 "slab",
13851 "thiserror 2.0.17",
13852 "tinyvec",
13853 "tracing",
13854 "web-time",
13855]
13856
13857[[package]]
13858name = "quinn-udp"
13859version = "0.5.14"
13860source = "registry+https://github.com/rust-lang/crates.io-index"
13861checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13862dependencies = [
13863 "cfg_aliases 0.2.1",
13864 "libc",
13865 "once_cell",
13866 "socket2 0.6.1",
13867 "tracing",
13868 "windows-sys 0.60.2",
13869]
13870
13871[[package]]
13872name = "quote"
13873version = "1.0.41"
13874source = "registry+https://github.com/rust-lang/crates.io-index"
13875checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13876dependencies = [
13877 "proc-macro2",
13878]
13879
13880[[package]]
13881name = "r-efi"
13882version = "5.3.0"
13883source = "registry+https://github.com/rust-lang/crates.io-index"
13884checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13885
13886[[package]]
13887name = "radium"
13888version = "0.7.0"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13891
13892[[package]]
13893name = "rand"
13894version = "0.3.23"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13897dependencies = [
13898 "libc",
13899 "rand 0.4.6",
13900]
13901
13902[[package]]
13903name = "rand"
13904version = "0.4.6"
13905source = "registry+https://github.com/rust-lang/crates.io-index"
13906checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13907dependencies = [
13908 "fuchsia-cprng",
13909 "libc",
13910 "rand_core 0.3.1",
13911 "rdrand",
13912 "winapi",
13913]
13914
13915[[package]]
13916name = "rand"
13917version = "0.8.5"
13918source = "registry+https://github.com/rust-lang/crates.io-index"
13919checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13920dependencies = [
13921 "libc",
13922 "rand_chacha 0.3.1",
13923 "rand_core 0.6.4",
13924]
13925
13926[[package]]
13927name = "rand"
13928version = "0.9.2"
13929source = "registry+https://github.com/rust-lang/crates.io-index"
13930checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13931dependencies = [
13932 "rand_chacha 0.9.0",
13933 "rand_core 0.9.3",
13934]
13935
13936[[package]]
13937name = "rand_chacha"
13938version = "0.3.1"
13939source = "registry+https://github.com/rust-lang/crates.io-index"
13940checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13941dependencies = [
13942 "ppv-lite86",
13943 "rand_core 0.6.4",
13944]
13945
13946[[package]]
13947name = "rand_chacha"
13948version = "0.9.0"
13949source = "registry+https://github.com/rust-lang/crates.io-index"
13950checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13951dependencies = [
13952 "ppv-lite86",
13953 "rand_core 0.9.3",
13954]
13955
13956[[package]]
13957name = "rand_core"
13958version = "0.3.1"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13961dependencies = [
13962 "rand_core 0.4.2",
13963]
13964
13965[[package]]
13966name = "rand_core"
13967version = "0.4.2"
13968source = "registry+https://github.com/rust-lang/crates.io-index"
13969checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13970
13971[[package]]
13972name = "rand_core"
13973version = "0.6.4"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13976dependencies = [
13977 "getrandom 0.2.16",
13978]
13979
13980[[package]]
13981name = "rand_core"
13982version = "0.9.3"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13985dependencies = [
13986 "getrandom 0.3.4",
13987]
13988
13989[[package]]
13990name = "rand_distr"
13991version = "0.5.1"
13992source = "registry+https://github.com/rust-lang/crates.io-index"
13993checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13994dependencies = [
13995 "num-traits",
13996 "rand 0.9.2",
13997]
13998
13999[[package]]
14000name = "rand_pcg"
14001version = "0.3.1"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14004dependencies = [
14005 "rand_core 0.6.4",
14006]
14007
14008[[package]]
14009name = "rand_xorshift"
14010version = "0.4.0"
14011source = "registry+https://github.com/rust-lang/crates.io-index"
14012checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14013dependencies = [
14014 "rand_core 0.9.3",
14015]
14016
14017[[package]]
14018name = "random_choice"
14019version = "0.3.2"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14022dependencies = [
14023 "rand 0.3.23",
14024]
14025
14026[[package]]
14027name = "range-alloc"
14028version = "0.1.4"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14031
14032[[package]]
14033name = "range-map"
14034version = "0.2.0"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14037dependencies = [
14038 "num-traits",
14039]
14040
14041[[package]]
14042name = "rangemap"
14043version = "1.7.1"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14046
14047[[package]]
14048name = "rav1e"
14049version = "0.7.1"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14052dependencies = [
14053 "arbitrary",
14054 "arg_enum_proc_macro",
14055 "arrayvec",
14056 "av1-grain",
14057 "bitstream-io",
14058 "built",
14059 "cfg-if",
14060 "interpolate_name",
14061 "itertools 0.12.1",
14062 "libc",
14063 "libfuzzer-sys",
14064 "log",
14065 "maybe-rayon",
14066 "new_debug_unreachable",
14067 "noop_proc_macro",
14068 "num-derive",
14069 "num-traits",
14070 "once_cell",
14071 "paste",
14072 "profiling",
14073 "rand 0.8.5",
14074 "rand_chacha 0.3.1",
14075 "simd_helpers",
14076 "system-deps 6.2.2",
14077 "thiserror 1.0.69",
14078 "v_frame",
14079 "wasm-bindgen",
14080]
14081
14082[[package]]
14083name = "ravif"
14084version = "0.11.20"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14087dependencies = [
14088 "avif-serialize",
14089 "imgref",
14090 "loop9",
14091 "quick-error 2.0.1",
14092 "rav1e",
14093 "rayon",
14094 "rgb",
14095]
14096
14097[[package]]
14098name = "raw-cpuid"
14099version = "10.7.0"
14100source = "registry+https://github.com/rust-lang/crates.io-index"
14101checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14102dependencies = [
14103 "bitflags 1.3.2",
14104]
14105
14106[[package]]
14107name = "raw-cpuid"
14108version = "11.6.0"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14111dependencies = [
14112 "bitflags 2.10.0",
14113]
14114
14115[[package]]
14116name = "raw-window-handle"
14117version = "0.6.2"
14118source = "registry+https://github.com/rust-lang/crates.io-index"
14119checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14120
14121[[package]]
14122name = "raw-window-metal"
14123version = "1.1.0"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14126dependencies = [
14127 "objc2",
14128 "objc2-core-foundation",
14129 "objc2-foundation",
14130 "objc2-quartz-core",
14131]
14132
14133[[package]]
14134name = "rayon"
14135version = "1.11.0"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14138dependencies = [
14139 "either",
14140 "rayon-core",
14141]
14142
14143[[package]]
14144name = "rayon-core"
14145version = "1.13.0"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14148dependencies = [
14149 "crossbeam-deque",
14150 "crossbeam-utils",
14151]
14152
14153[[package]]
14154name = "rdrand"
14155version = "0.4.0"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14158dependencies = [
14159 "rand_core 0.3.1",
14160]
14161
14162[[package]]
14163name = "read-fonts"
14164version = "0.35.0"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14167dependencies = [
14168 "bytemuck",
14169 "font-types 0.10.0",
14170]
14171
14172[[package]]
14173name = "read-fonts"
14174version = "0.37.0"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14177dependencies = [
14178 "bytemuck",
14179 "core_maths",
14180 "font-types 0.11.0",
14181]
14182
14183[[package]]
14184name = "realfft"
14185version = "3.5.0"
14186source = "registry+https://github.com/rust-lang/crates.io-index"
14187checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14188dependencies = [
14189 "rustfft",
14190]
14191
14192[[package]]
14193name = "reborrow"
14194version = "0.5.5"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14197
14198[[package]]
14199name = "recent_projects"
14200version = "0.1.0"
14201dependencies = [
14202 "anyhow",
14203 "askpass",
14204 "chrono",
14205 "db",
14206 "dev_container",
14207 "editor",
14208 "extension",
14209 "extension_host",
14210 "fs",
14211 "futures 0.3.32",
14212 "fuzzy",
14213 "gpui",
14214 "http_client",
14215 "indoc",
14216 "language",
14217 "log",
14218 "menu",
14219 "node_runtime",
14220 "open_path_prompt",
14221 "ordered-float 2.10.1",
14222 "paths",
14223 "picker",
14224 "project",
14225 "release_channel",
14226 "remote",
14227 "remote_connection",
14228 "remote_server",
14229 "semver",
14230 "serde",
14231 "serde_json",
14232 "settings",
14233 "smol",
14234 "task",
14235 "telemetry",
14236 "ui",
14237 "ui_input",
14238 "util",
14239 "windows-registry 0.6.1",
14240 "workspace",
14241 "worktree",
14242 "zed_actions",
14243]
14244
14245[[package]]
14246name = "redox_syscall"
14247version = "0.2.16"
14248source = "registry+https://github.com/rust-lang/crates.io-index"
14249checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14250dependencies = [
14251 "bitflags 1.3.2",
14252]
14253
14254[[package]]
14255name = "redox_syscall"
14256version = "0.5.18"
14257source = "registry+https://github.com/rust-lang/crates.io-index"
14258checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14259dependencies = [
14260 "bitflags 2.10.0",
14261]
14262
14263[[package]]
14264name = "redox_users"
14265version = "0.4.6"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14268dependencies = [
14269 "getrandom 0.2.16",
14270 "libredox",
14271 "thiserror 1.0.69",
14272]
14273
14274[[package]]
14275name = "redox_users"
14276version = "0.5.2"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14279dependencies = [
14280 "getrandom 0.2.16",
14281 "libredox",
14282 "thiserror 2.0.17",
14283]
14284
14285[[package]]
14286name = "ref-cast"
14287version = "1.0.25"
14288source = "registry+https://github.com/rust-lang/crates.io-index"
14289checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14290dependencies = [
14291 "ref-cast-impl",
14292]
14293
14294[[package]]
14295name = "ref-cast-impl"
14296version = "1.0.25"
14297source = "registry+https://github.com/rust-lang/crates.io-index"
14298checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14299dependencies = [
14300 "proc-macro2",
14301 "quote",
14302 "syn 2.0.117",
14303]
14304
14305[[package]]
14306name = "referencing"
14307version = "0.37.4"
14308source = "registry+https://github.com/rust-lang/crates.io-index"
14309checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14310dependencies = [
14311 "ahash 0.8.12",
14312 "fluent-uri",
14313 "getrandom 0.3.4",
14314 "hashbrown 0.16.1",
14315 "parking_lot",
14316 "percent-encoding",
14317 "serde_json",
14318]
14319
14320[[package]]
14321name = "refineable"
14322version = "0.1.0"
14323dependencies = [
14324 "derive_refineable",
14325]
14326
14327[[package]]
14328name = "regalloc2"
14329version = "0.12.2"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14332dependencies = [
14333 "allocator-api2",
14334 "bumpalo",
14335 "hashbrown 0.15.5",
14336 "log",
14337 "rustc-hash 2.1.1",
14338 "serde",
14339 "smallvec",
14340]
14341
14342[[package]]
14343name = "regex"
14344version = "1.12.2"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14347dependencies = [
14348 "aho-corasick",
14349 "memchr",
14350 "regex-automata",
14351 "regex-syntax",
14352]
14353
14354[[package]]
14355name = "regex-automata"
14356version = "0.4.13"
14357source = "registry+https://github.com/rust-lang/crates.io-index"
14358checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14359dependencies = [
14360 "aho-corasick",
14361 "memchr",
14362 "regex-syntax",
14363]
14364
14365[[package]]
14366name = "regex-lite"
14367version = "0.1.8"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14370
14371[[package]]
14372name = "regex-syntax"
14373version = "0.8.8"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14376
14377[[package]]
14378name = "release_channel"
14379version = "0.1.0"
14380dependencies = [
14381 "gpui",
14382 "semver",
14383]
14384
14385[[package]]
14386name = "remote"
14387version = "0.1.0"
14388dependencies = [
14389 "anyhow",
14390 "askpass",
14391 "async-trait",
14392 "base64 0.22.1",
14393 "collections",
14394 "fs",
14395 "futures 0.3.32",
14396 "gpui",
14397 "log",
14398 "parking_lot",
14399 "paths",
14400 "prost 0.9.0",
14401 "release_channel",
14402 "rpc",
14403 "schemars",
14404 "semver",
14405 "serde",
14406 "serde_json",
14407 "settings",
14408 "smol",
14409 "tempfile",
14410 "thiserror 2.0.17",
14411 "urlencoding",
14412 "util",
14413 "which 6.0.3",
14414]
14415
14416[[package]]
14417name = "remote_connection"
14418version = "0.1.0"
14419dependencies = [
14420 "anyhow",
14421 "askpass",
14422 "auto_update",
14423 "futures 0.3.32",
14424 "gpui",
14425 "log",
14426 "markdown",
14427 "menu",
14428 "release_channel",
14429 "remote",
14430 "semver",
14431 "settings",
14432 "theme_settings",
14433 "ui",
14434 "ui_input",
14435 "workspace",
14436]
14437
14438[[package]]
14439name = "remote_server"
14440version = "0.1.0"
14441dependencies = [
14442 "action_log",
14443 "agent",
14444 "anyhow",
14445 "askpass",
14446 "cargo_toml",
14447 "clap",
14448 "client",
14449 "clock",
14450 "collections",
14451 "crash-handler",
14452 "crashes",
14453 "dap_adapters",
14454 "debug_adapter_extension",
14455 "editor",
14456 "env_logger 0.11.8",
14457 "extension",
14458 "extension_host",
14459 "fork",
14460 "fs",
14461 "futures 0.3.32",
14462 "git",
14463 "git2",
14464 "git_hosting_providers",
14465 "gpui",
14466 "gpui_platform",
14467 "gpui_tokio",
14468 "http_client",
14469 "image",
14470 "json_schema_store",
14471 "language",
14472 "language_extension",
14473 "language_model",
14474 "languages",
14475 "libc",
14476 "log",
14477 "lsp",
14478 "minidumper",
14479 "net",
14480 "node_runtime",
14481 "paths",
14482 "pretty_assertions",
14483 "project",
14484 "proto",
14485 "rayon",
14486 "release_channel",
14487 "remote",
14488 "reqwest_client",
14489 "rpc",
14490 "rust-embed",
14491 "semver",
14492 "serde",
14493 "serde_json",
14494 "settings",
14495 "shellexpand 2.1.2",
14496 "smol",
14497 "sysinfo 0.37.2",
14498 "task",
14499 "theme",
14500 "theme_settings",
14501 "thiserror 2.0.17",
14502 "toml 0.8.23",
14503 "unindent",
14504 "util",
14505 "uuid",
14506 "watch",
14507 "windows 0.61.3",
14508 "worktree",
14509 "zlog",
14510]
14511
14512[[package]]
14513name = "rend"
14514version = "0.4.2"
14515source = "registry+https://github.com/rust-lang/crates.io-index"
14516checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14517dependencies = [
14518 "bytecheck",
14519]
14520
14521[[package]]
14522name = "renderdoc-sys"
14523version = "1.1.0"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14526
14527[[package]]
14528name = "repl"
14529version = "0.1.0"
14530dependencies = [
14531 "alacritty_terminal",
14532 "anyhow",
14533 "async-dispatcher",
14534 "async-task",
14535 "async-tungstenite",
14536 "base64 0.22.1",
14537 "client",
14538 "collections",
14539 "command_palette_hooks",
14540 "editor",
14541 "feature_flags",
14542 "file_icons",
14543 "futures 0.3.32",
14544 "gpui",
14545 "html_to_markdown",
14546 "http_client",
14547 "image",
14548 "indoc",
14549 "jupyter-protocol",
14550 "jupyter-websocket-client",
14551 "language",
14552 "languages",
14553 "log",
14554 "markdown",
14555 "menu",
14556 "multi_buffer",
14557 "nbformat",
14558 "picker",
14559 "project",
14560 "remote",
14561 "runtimelib",
14562 "serde",
14563 "serde_json",
14564 "settings",
14565 "shlex",
14566 "smol",
14567 "telemetry",
14568 "terminal",
14569 "terminal_view",
14570 "theme",
14571 "theme_settings",
14572 "tree-sitter-md",
14573 "tree-sitter-python",
14574 "tree-sitter-typescript",
14575 "ui",
14576 "util",
14577 "uuid",
14578 "workspace",
14579 "zed_actions",
14580]
14581
14582[[package]]
14583name = "reqwest"
14584version = "0.11.27"
14585source = "registry+https://github.com/rust-lang/crates.io-index"
14586checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14587dependencies = [
14588 "base64 0.21.7",
14589 "bytes 1.11.1",
14590 "encoding_rs",
14591 "futures-core",
14592 "futures-util",
14593 "h2 0.3.27",
14594 "http 0.2.12",
14595 "http-body 0.4.6",
14596 "hyper 0.14.32",
14597 "hyper-tls",
14598 "ipnet",
14599 "js-sys",
14600 "log",
14601 "mime",
14602 "native-tls",
14603 "once_cell",
14604 "percent-encoding",
14605 "pin-project-lite",
14606 "rustls-pemfile 1.0.4",
14607 "serde",
14608 "serde_json",
14609 "serde_urlencoded",
14610 "sync_wrapper 0.1.2",
14611 "system-configuration 0.5.1",
14612 "tokio",
14613 "tokio-native-tls",
14614 "tower-service",
14615 "url",
14616 "wasm-bindgen",
14617 "wasm-bindgen-futures",
14618 "web-sys",
14619 "winreg 0.50.0",
14620]
14621
14622[[package]]
14623name = "reqwest"
14624version = "0.12.24"
14625source = "registry+https://github.com/rust-lang/crates.io-index"
14626checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14627dependencies = [
14628 "base64 0.22.1",
14629 "bytes 1.11.1",
14630 "futures-channel",
14631 "futures-core",
14632 "futures-util",
14633 "http 1.3.1",
14634 "http-body 1.0.1",
14635 "http-body-util",
14636 "hyper 1.7.0",
14637 "hyper-rustls 0.27.7",
14638 "hyper-util",
14639 "js-sys",
14640 "log",
14641 "percent-encoding",
14642 "pin-project-lite",
14643 "quinn",
14644 "rustls 0.23.33",
14645 "rustls-native-certs 0.8.2",
14646 "rustls-pki-types",
14647 "serde",
14648 "serde_json",
14649 "serde_urlencoded",
14650 "sync_wrapper 1.0.2",
14651 "tokio",
14652 "tokio-rustls 0.26.2",
14653 "tower 0.5.2",
14654 "tower-http 0.6.6",
14655 "tower-service",
14656 "url",
14657 "wasm-bindgen",
14658 "wasm-bindgen-futures",
14659 "web-sys",
14660]
14661
14662[[package]]
14663name = "reqwest_client"
14664version = "0.1.0"
14665dependencies = [
14666 "anyhow",
14667 "bytes 1.11.1",
14668 "futures 0.3.32",
14669 "gpui_util",
14670 "http_client",
14671 "http_client_tls",
14672 "log",
14673 "regex",
14674 "serde",
14675 "tokio",
14676 "zed-reqwest",
14677]
14678
14679[[package]]
14680name = "resvg"
14681version = "0.45.1"
14682source = "registry+https://github.com/rust-lang/crates.io-index"
14683checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14684dependencies = [
14685 "gif",
14686 "image-webp",
14687 "log",
14688 "pico-args",
14689 "rgb",
14690 "svgtypes",
14691 "tiny-skia",
14692 "usvg",
14693 "zune-jpeg",
14694]
14695
14696[[package]]
14697name = "rfc6979"
14698version = "0.3.1"
14699source = "registry+https://github.com/rust-lang/crates.io-index"
14700checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14701dependencies = [
14702 "crypto-bigint 0.4.9",
14703 "hmac",
14704 "zeroize",
14705]
14706
14707[[package]]
14708name = "rgb"
14709version = "0.8.52"
14710source = "registry+https://github.com/rust-lang/crates.io-index"
14711checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14712dependencies = [
14713 "bytemuck",
14714]
14715
14716[[package]]
14717name = "ring"
14718version = "0.17.14"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14721dependencies = [
14722 "cc",
14723 "cfg-if",
14724 "getrandom 0.2.16",
14725 "libc",
14726 "untrusted 0.9.0",
14727 "windows-sys 0.52.0",
14728]
14729
14730[[package]]
14731name = "rkyv"
14732version = "0.7.45"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14735dependencies = [
14736 "bitvec",
14737 "bytecheck",
14738 "bytes 1.11.1",
14739 "hashbrown 0.12.3",
14740 "ptr_meta",
14741 "rend",
14742 "rkyv_derive",
14743 "seahash",
14744 "tinyvec",
14745 "uuid",
14746]
14747
14748[[package]]
14749name = "rkyv_derive"
14750version = "0.7.45"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14753dependencies = [
14754 "proc-macro2",
14755 "quote",
14756 "syn 1.0.109",
14757]
14758
14759[[package]]
14760name = "rmp"
14761version = "0.8.14"
14762source = "registry+https://github.com/rust-lang/crates.io-index"
14763checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14764dependencies = [
14765 "byteorder",
14766 "num-traits",
14767 "paste",
14768]
14769
14770[[package]]
14771name = "rmpv"
14772version = "1.3.0"
14773source = "registry+https://github.com/rust-lang/crates.io-index"
14774checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14775dependencies = [
14776 "num-traits",
14777 "rmp",
14778]
14779
14780[[package]]
14781name = "rodio"
14782version = "0.21.1"
14783source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14784dependencies = [
14785 "cpal",
14786 "dasp_sample",
14787 "hound",
14788 "num-rational",
14789 "rand 0.9.2",
14790 "rand_distr",
14791 "rtrb",
14792 "symphonia",
14793 "thiserror 2.0.17",
14794]
14795
14796[[package]]
14797name = "rope"
14798version = "0.1.0"
14799dependencies = [
14800 "criterion",
14801 "ctor",
14802 "gpui",
14803 "heapless",
14804 "log",
14805 "rand 0.9.2",
14806 "rayon",
14807 "sum_tree",
14808 "tracing",
14809 "unicode-segmentation",
14810 "util",
14811 "zlog",
14812 "ztracing",
14813]
14814
14815[[package]]
14816name = "roxmltree"
14817version = "0.20.0"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14820
14821[[package]]
14822name = "rpassword"
14823version = "7.4.0"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14826dependencies = [
14827 "libc",
14828 "rtoolbox",
14829 "windows-sys 0.59.0",
14830]
14831
14832[[package]]
14833name = "rpc"
14834version = "0.1.0"
14835dependencies = [
14836 "anyhow",
14837 "async-tungstenite",
14838 "base64 0.22.1",
14839 "collections",
14840 "futures 0.3.32",
14841 "gpui",
14842 "parking_lot",
14843 "proto",
14844 "rand 0.9.2",
14845 "rsa",
14846 "serde",
14847 "serde_json",
14848 "sha2",
14849 "strum 0.27.2",
14850 "tracing",
14851 "util",
14852 "zlog",
14853 "zstd",
14854]
14855
14856[[package]]
14857name = "rsa"
14858version = "0.9.10"
14859source = "registry+https://github.com/rust-lang/crates.io-index"
14860checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14861dependencies = [
14862 "const-oid",
14863 "digest",
14864 "num-bigint-dig 0.8.6",
14865 "num-integer",
14866 "num-traits",
14867 "pkcs1",
14868 "pkcs8 0.10.2",
14869 "rand_core 0.6.4",
14870 "signature 2.2.0",
14871 "spki 0.7.3",
14872 "subtle",
14873 "zeroize",
14874]
14875
14876[[package]]
14877name = "rtoolbox"
14878version = "0.0.3"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14881dependencies = [
14882 "libc",
14883 "windows-sys 0.52.0",
14884]
14885
14886[[package]]
14887name = "rtrb"
14888version = "0.3.2"
14889source = "registry+https://github.com/rust-lang/crates.io-index"
14890checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14891
14892[[package]]
14893name = "rules_library"
14894version = "0.1.0"
14895dependencies = [
14896 "anyhow",
14897 "collections",
14898 "editor",
14899 "gpui",
14900 "language",
14901 "language_model",
14902 "log",
14903 "menu",
14904 "picker",
14905 "platform_title_bar",
14906 "prompt_store",
14907 "release_channel",
14908 "rope",
14909 "serde",
14910 "settings",
14911 "theme_settings",
14912 "ui",
14913 "ui_input",
14914 "util",
14915 "workspace",
14916 "zed_actions",
14917]
14918
14919[[package]]
14920name = "runtimelib"
14921version = "1.4.0"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14924dependencies = [
14925 "async-dispatcher",
14926 "async-std",
14927 "aws-lc-rs",
14928 "base64 0.22.1",
14929 "bytes 1.11.1",
14930 "chrono",
14931 "data-encoding",
14932 "dirs 6.0.0",
14933 "futures 0.3.32",
14934 "glob",
14935 "jupyter-protocol",
14936 "serde",
14937 "serde_json",
14938 "shellexpand 3.1.1",
14939 "smol",
14940 "thiserror 2.0.17",
14941 "uuid",
14942 "zeromq",
14943]
14944
14945[[package]]
14946name = "rust-embed"
14947version = "8.11.0"
14948source = "registry+https://github.com/rust-lang/crates.io-index"
14949checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14950dependencies = [
14951 "rust-embed-impl",
14952 "rust-embed-utils",
14953 "walkdir",
14954]
14955
14956[[package]]
14957name = "rust-embed-impl"
14958version = "8.11.0"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14961dependencies = [
14962 "proc-macro2",
14963 "quote",
14964 "rust-embed-utils",
14965 "syn 2.0.117",
14966 "walkdir",
14967]
14968
14969[[package]]
14970name = "rust-embed-utils"
14971version = "8.11.0"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14974dependencies = [
14975 "globset",
14976 "sha2",
14977 "walkdir",
14978]
14979
14980[[package]]
14981name = "rust_decimal"
14982version = "1.39.0"
14983source = "registry+https://github.com/rust-lang/crates.io-index"
14984checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14985dependencies = [
14986 "arrayvec",
14987 "borsh",
14988 "bytes 1.11.1",
14989 "num-traits",
14990 "rand 0.8.5",
14991 "rkyv",
14992 "serde",
14993 "serde_json",
14994]
14995
14996[[package]]
14997name = "rustc-demangle"
14998version = "0.1.26"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15001
15002[[package]]
15003name = "rustc-hash"
15004version = "1.1.0"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15007
15008[[package]]
15009name = "rustc-hash"
15010version = "2.1.1"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15013
15014[[package]]
15015name = "rustc_version"
15016version = "0.4.1"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15019dependencies = [
15020 "semver",
15021]
15022
15023[[package]]
15024name = "rustfft"
15025version = "6.4.1"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15028dependencies = [
15029 "num-complex",
15030 "num-integer",
15031 "num-traits",
15032 "primal-check",
15033 "strength_reduce",
15034 "transpose",
15035]
15036
15037[[package]]
15038name = "rustix"
15039version = "0.38.44"
15040source = "registry+https://github.com/rust-lang/crates.io-index"
15041checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15042dependencies = [
15043 "bitflags 2.10.0",
15044 "errno 0.3.14",
15045 "libc",
15046 "linux-raw-sys 0.4.15",
15047 "windows-sys 0.59.0",
15048]
15049
15050[[package]]
15051name = "rustix"
15052version = "1.1.2"
15053source = "registry+https://github.com/rust-lang/crates.io-index"
15054checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15055dependencies = [
15056 "bitflags 2.10.0",
15057 "errno 0.3.14",
15058 "libc",
15059 "linux-raw-sys 0.11.0",
15060 "windows-sys 0.61.2",
15061]
15062
15063[[package]]
15064name = "rustix-linux-procfs"
15065version = "0.1.1"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15068dependencies = [
15069 "once_cell",
15070 "rustix 1.1.2",
15071]
15072
15073[[package]]
15074name = "rustix-openpty"
15075version = "0.2.0"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15078dependencies = [
15079 "errno 0.3.14",
15080 "libc",
15081 "rustix 1.1.2",
15082]
15083
15084[[package]]
15085name = "rustls"
15086version = "0.21.12"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15089dependencies = [
15090 "log",
15091 "ring",
15092 "rustls-webpki 0.101.7",
15093 "sct",
15094]
15095
15096[[package]]
15097name = "rustls"
15098version = "0.23.33"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15101dependencies = [
15102 "aws-lc-rs",
15103 "log",
15104 "once_cell",
15105 "ring",
15106 "rustls-pki-types",
15107 "rustls-webpki 0.103.7",
15108 "subtle",
15109 "zeroize",
15110]
15111
15112[[package]]
15113name = "rustls-native-certs"
15114version = "0.6.3"
15115source = "registry+https://github.com/rust-lang/crates.io-index"
15116checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15117dependencies = [
15118 "openssl-probe",
15119 "rustls-pemfile 1.0.4",
15120 "schannel",
15121 "security-framework 2.11.1",
15122]
15123
15124[[package]]
15125name = "rustls-native-certs"
15126version = "0.8.2"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15129dependencies = [
15130 "openssl-probe",
15131 "rustls-pki-types",
15132 "schannel",
15133 "security-framework 3.5.1",
15134]
15135
15136[[package]]
15137name = "rustls-pemfile"
15138version = "1.0.4"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15141dependencies = [
15142 "base64 0.21.7",
15143]
15144
15145[[package]]
15146name = "rustls-pemfile"
15147version = "2.2.0"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15150dependencies = [
15151 "rustls-pki-types",
15152]
15153
15154[[package]]
15155name = "rustls-pki-types"
15156version = "1.12.0"
15157source = "registry+https://github.com/rust-lang/crates.io-index"
15158checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15159dependencies = [
15160 "web-time",
15161 "zeroize",
15162]
15163
15164[[package]]
15165name = "rustls-platform-verifier"
15166version = "0.5.3"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15169dependencies = [
15170 "core-foundation 0.10.0",
15171 "core-foundation-sys",
15172 "jni",
15173 "log",
15174 "once_cell",
15175 "rustls 0.23.33",
15176 "rustls-native-certs 0.8.2",
15177 "rustls-platform-verifier-android",
15178 "rustls-webpki 0.103.7",
15179 "security-framework 3.5.1",
15180 "security-framework-sys",
15181 "webpki-root-certs",
15182 "windows-sys 0.59.0",
15183]
15184
15185[[package]]
15186name = "rustls-platform-verifier-android"
15187version = "0.1.1"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15190
15191[[package]]
15192name = "rustls-webpki"
15193version = "0.101.7"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15196dependencies = [
15197 "ring",
15198 "untrusted 0.9.0",
15199]
15200
15201[[package]]
15202name = "rustls-webpki"
15203version = "0.103.7"
15204source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15206dependencies = [
15207 "aws-lc-rs",
15208 "ring",
15209 "rustls-pki-types",
15210 "untrusted 0.9.0",
15211]
15212
15213[[package]]
15214name = "rustversion"
15215version = "1.0.22"
15216source = "registry+https://github.com/rust-lang/crates.io-index"
15217checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15218
15219[[package]]
15220name = "rusty-fork"
15221version = "0.3.1"
15222source = "registry+https://github.com/rust-lang/crates.io-index"
15223checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15224dependencies = [
15225 "fnv",
15226 "quick-error 1.2.3",
15227 "tempfile",
15228 "wait-timeout",
15229]
15230
15231[[package]]
15232name = "rustybuzz"
15233version = "0.20.1"
15234source = "registry+https://github.com/rust-lang/crates.io-index"
15235checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15236dependencies = [
15237 "bitflags 2.10.0",
15238 "bytemuck",
15239 "core_maths",
15240 "log",
15241 "smallvec",
15242 "ttf-parser 0.25.1",
15243 "unicode-bidi-mirroring",
15244 "unicode-ccc",
15245 "unicode-properties",
15246 "unicode-script",
15247]
15248
15249[[package]]
15250name = "ryu"
15251version = "1.0.20"
15252source = "registry+https://github.com/rust-lang/crates.io-index"
15253checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15254
15255[[package]]
15256name = "saa"
15257version = "5.4.9"
15258source = "registry+https://github.com/rust-lang/crates.io-index"
15259checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15260
15261[[package]]
15262name = "safetensors"
15263version = "0.4.5"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15266dependencies = [
15267 "serde",
15268 "serde_json",
15269]
15270
15271[[package]]
15272name = "same-file"
15273version = "1.0.6"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15276dependencies = [
15277 "winapi-util",
15278]
15279
15280[[package]]
15281name = "scc"
15282version = "3.5.6"
15283source = "registry+https://github.com/rust-lang/crates.io-index"
15284checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15285dependencies = [
15286 "saa",
15287 "sdd",
15288]
15289
15290[[package]]
15291name = "schannel"
15292version = "0.1.28"
15293source = "registry+https://github.com/rust-lang/crates.io-index"
15294checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15295dependencies = [
15296 "windows-sys 0.61.2",
15297]
15298
15299[[package]]
15300name = "scheduler"
15301version = "0.1.0"
15302dependencies = [
15303 "async-task",
15304 "backtrace",
15305 "chrono",
15306 "flume",
15307 "futures 0.3.32",
15308 "parking_lot",
15309 "rand 0.9.2",
15310 "web-time",
15311]
15312
15313[[package]]
15314name = "schema_generator"
15315version = "0.1.0"
15316dependencies = [
15317 "anyhow",
15318 "clap",
15319 "env_logger 0.11.8",
15320 "schemars",
15321 "serde",
15322 "serde_json",
15323 "settings",
15324 "theme",
15325 "theme_settings",
15326]
15327
15328[[package]]
15329name = "schemars"
15330version = "1.0.4"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15333dependencies = [
15334 "dyn-clone",
15335 "indexmap",
15336 "ref-cast",
15337 "schemars_derive",
15338 "serde",
15339 "serde_json",
15340]
15341
15342[[package]]
15343name = "schemars_derive"
15344version = "1.0.4"
15345source = "registry+https://github.com/rust-lang/crates.io-index"
15346checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15347dependencies = [
15348 "proc-macro2",
15349 "quote",
15350 "serde_derive_internals",
15351 "syn 2.0.117",
15352]
15353
15354[[package]]
15355name = "scoped-tls"
15356version = "1.0.1"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15359
15360[[package]]
15361name = "scopeguard"
15362version = "1.2.0"
15363source = "registry+https://github.com/rust-lang/crates.io-index"
15364checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15365
15366[[package]]
15367name = "scratch"
15368version = "1.0.9"
15369source = "registry+https://github.com/rust-lang/crates.io-index"
15370checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15371
15372[[package]]
15373name = "screencapturekit"
15374version = "0.2.8"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15377dependencies = [
15378 "screencapturekit-sys",
15379]
15380
15381[[package]]
15382name = "screencapturekit-sys"
15383version = "0.2.8"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15386dependencies = [
15387 "block",
15388 "dispatch",
15389 "objc",
15390 "objc-foundation",
15391 "objc_id",
15392 "once_cell",
15393]
15394
15395[[package]]
15396name = "scroll"
15397version = "0.12.0"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15400dependencies = [
15401 "scroll_derive",
15402]
15403
15404[[package]]
15405name = "scroll_derive"
15406version = "0.12.1"
15407source = "registry+https://github.com/rust-lang/crates.io-index"
15408checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15409dependencies = [
15410 "proc-macro2",
15411 "quote",
15412 "syn 2.0.117",
15413]
15414
15415[[package]]
15416name = "sct"
15417version = "0.7.1"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15420dependencies = [
15421 "ring",
15422 "untrusted 0.9.0",
15423]
15424
15425[[package]]
15426name = "sdd"
15427version = "4.6.2"
15428source = "registry+https://github.com/rust-lang/crates.io-index"
15429checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15430
15431[[package]]
15432name = "sea-bae"
15433version = "0.2.1"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15436dependencies = [
15437 "heck 0.4.1",
15438 "proc-macro-error2",
15439 "proc-macro2",
15440 "quote",
15441 "syn 2.0.117",
15442]
15443
15444[[package]]
15445name = "sea-orm"
15446version = "1.1.10"
15447source = "registry+https://github.com/rust-lang/crates.io-index"
15448checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15449dependencies = [
15450 "async-stream",
15451 "async-trait",
15452 "bigdecimal",
15453 "chrono",
15454 "futures-util",
15455 "log",
15456 "ouroboros",
15457 "pgvector",
15458 "rust_decimal",
15459 "sea-orm-macros",
15460 "sea-query",
15461 "sea-query-binder",
15462 "serde",
15463 "serde_json",
15464 "sqlx",
15465 "strum 0.26.3",
15466 "thiserror 2.0.17",
15467 "time",
15468 "tracing",
15469 "url",
15470 "uuid",
15471]
15472
15473[[package]]
15474name = "sea-orm-macros"
15475version = "1.1.10"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15478dependencies = [
15479 "heck 0.4.1",
15480 "proc-macro2",
15481 "quote",
15482 "sea-bae",
15483 "syn 2.0.117",
15484 "unicode-ident",
15485]
15486
15487[[package]]
15488name = "sea-query"
15489version = "0.32.7"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15492dependencies = [
15493 "bigdecimal",
15494 "chrono",
15495 "inherent",
15496 "ordered-float 4.6.0",
15497 "rust_decimal",
15498 "serde_json",
15499 "time",
15500 "uuid",
15501]
15502
15503[[package]]
15504name = "sea-query-binder"
15505version = "0.7.0"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15508dependencies = [
15509 "bigdecimal",
15510 "chrono",
15511 "rust_decimal",
15512 "sea-query",
15513 "serde_json",
15514 "sqlx",
15515 "time",
15516 "uuid",
15517]
15518
15519[[package]]
15520name = "seahash"
15521version = "4.1.0"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15524
15525[[package]]
15526name = "search"
15527version = "0.1.0"
15528dependencies = [
15529 "any_vec",
15530 "anyhow",
15531 "bitflags 2.10.0",
15532 "collections",
15533 "editor",
15534 "fs",
15535 "futures 0.3.32",
15536 "gpui",
15537 "itertools 0.14.0",
15538 "language",
15539 "lsp",
15540 "menu",
15541 "multi_buffer",
15542 "pretty_assertions",
15543 "project",
15544 "serde",
15545 "serde_json",
15546 "settings",
15547 "smol",
15548 "theme",
15549 "theme_settings",
15550 "tracing",
15551 "ui",
15552 "unindent",
15553 "util",
15554 "util_macros",
15555 "workspace",
15556 "zed_actions",
15557 "ztracing",
15558]
15559
15560[[package]]
15561name = "sec1"
15562version = "0.3.0"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15565dependencies = [
15566 "base16ct",
15567 "der 0.6.1",
15568 "generic-array",
15569 "pkcs8 0.9.0",
15570 "subtle",
15571 "zeroize",
15572]
15573
15574[[package]]
15575name = "secrecy"
15576version = "0.10.3"
15577source = "registry+https://github.com/rust-lang/crates.io-index"
15578checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15579dependencies = [
15580 "zeroize",
15581]
15582
15583[[package]]
15584name = "security-framework"
15585version = "2.11.1"
15586source = "registry+https://github.com/rust-lang/crates.io-index"
15587checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15588dependencies = [
15589 "bitflags 2.10.0",
15590 "core-foundation 0.9.4",
15591 "core-foundation-sys",
15592 "libc",
15593 "security-framework-sys",
15594]
15595
15596[[package]]
15597name = "security-framework"
15598version = "3.5.1"
15599source = "registry+https://github.com/rust-lang/crates.io-index"
15600checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15601dependencies = [
15602 "bitflags 2.10.0",
15603 "core-foundation 0.10.0",
15604 "core-foundation-sys",
15605 "libc",
15606 "security-framework-sys",
15607]
15608
15609[[package]]
15610name = "security-framework-sys"
15611version = "2.15.0"
15612source = "registry+https://github.com/rust-lang/crates.io-index"
15613checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15614dependencies = [
15615 "core-foundation-sys",
15616 "libc",
15617]
15618
15619[[package]]
15620name = "self_cell"
15621version = "1.2.2"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15624
15625[[package]]
15626name = "semver"
15627version = "1.0.27"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15630dependencies = [
15631 "serde",
15632 "serde_core",
15633]
15634
15635[[package]]
15636name = "seq-macro"
15637version = "0.3.6"
15638source = "registry+https://github.com/rust-lang/crates.io-index"
15639checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15640
15641[[package]]
15642name = "serde"
15643version = "1.0.228"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15646dependencies = [
15647 "serde_core",
15648 "serde_derive",
15649]
15650
15651[[package]]
15652name = "serde_bytes"
15653version = "0.11.19"
15654source = "registry+https://github.com/rust-lang/crates.io-index"
15655checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15656dependencies = [
15657 "serde",
15658 "serde_core",
15659]
15660
15661[[package]]
15662name = "serde_core"
15663version = "1.0.228"
15664source = "registry+https://github.com/rust-lang/crates.io-index"
15665checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15666dependencies = [
15667 "serde_derive",
15668]
15669
15670[[package]]
15671name = "serde_derive"
15672version = "1.0.228"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15675dependencies = [
15676 "proc-macro2",
15677 "quote",
15678 "syn 2.0.117",
15679]
15680
15681[[package]]
15682name = "serde_derive_internals"
15683version = "0.29.1"
15684source = "registry+https://github.com/rust-lang/crates.io-index"
15685checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15686dependencies = [
15687 "proc-macro2",
15688 "quote",
15689 "syn 2.0.117",
15690]
15691
15692[[package]]
15693name = "serde_fmt"
15694version = "1.0.3"
15695source = "registry+https://github.com/rust-lang/crates.io-index"
15696checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15697dependencies = [
15698 "serde",
15699]
15700
15701[[package]]
15702name = "serde_json"
15703version = "1.0.145"
15704source = "registry+https://github.com/rust-lang/crates.io-index"
15705checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15706dependencies = [
15707 "indexmap",
15708 "itoa",
15709 "memchr",
15710 "ryu",
15711 "serde",
15712 "serde_core",
15713]
15714
15715[[package]]
15716name = "serde_json_lenient"
15717version = "0.2.4"
15718source = "registry+https://github.com/rust-lang/crates.io-index"
15719checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15720dependencies = [
15721 "indexmap",
15722 "itoa",
15723 "memchr",
15724 "ryu",
15725 "serde",
15726]
15727
15728[[package]]
15729name = "serde_path_to_error"
15730version = "0.1.20"
15731source = "registry+https://github.com/rust-lang/crates.io-index"
15732checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15733dependencies = [
15734 "itoa",
15735 "serde",
15736 "serde_core",
15737]
15738
15739[[package]]
15740name = "serde_repr"
15741version = "0.1.20"
15742source = "registry+https://github.com/rust-lang/crates.io-index"
15743checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15744dependencies = [
15745 "proc-macro2",
15746 "quote",
15747 "syn 2.0.117",
15748]
15749
15750[[package]]
15751name = "serde_spanned"
15752version = "0.6.9"
15753source = "registry+https://github.com/rust-lang/crates.io-index"
15754checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15755dependencies = [
15756 "serde",
15757]
15758
15759[[package]]
15760name = "serde_spanned"
15761version = "1.0.3"
15762source = "registry+https://github.com/rust-lang/crates.io-index"
15763checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15764dependencies = [
15765 "serde_core",
15766]
15767
15768[[package]]
15769name = "serde_urlencoded"
15770version = "0.7.1"
15771source = "registry+https://github.com/rust-lang/crates.io-index"
15772checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15773dependencies = [
15774 "form_urlencoded",
15775 "itoa",
15776 "ryu",
15777 "serde",
15778]
15779
15780[[package]]
15781name = "serde_yaml"
15782version = "0.9.34+deprecated"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15785dependencies = [
15786 "indexmap",
15787 "itoa",
15788 "ryu",
15789 "serde",
15790 "unsafe-libyaml",
15791]
15792
15793[[package]]
15794name = "serial2"
15795version = "0.2.33"
15796source = "registry+https://github.com/rust-lang/crates.io-index"
15797checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15798dependencies = [
15799 "cfg-if",
15800 "libc",
15801 "winapi",
15802]
15803
15804[[package]]
15805name = "session"
15806version = "0.1.0"
15807dependencies = [
15808 "db",
15809 "gpui",
15810 "serde_json",
15811 "util",
15812 "uuid",
15813]
15814
15815[[package]]
15816name = "settings"
15817version = "0.1.0"
15818dependencies = [
15819 "anyhow",
15820 "collections",
15821 "ec4rs",
15822 "fs",
15823 "futures 0.3.32",
15824 "gpui",
15825 "indoc",
15826 "inventory",
15827 "log",
15828 "migrator",
15829 "paths",
15830 "pretty_assertions",
15831 "release_channel",
15832 "rust-embed",
15833 "schemars",
15834 "serde",
15835 "serde_json",
15836 "serde_json_lenient",
15837 "settings_content",
15838 "settings_json",
15839 "settings_macros",
15840 "smallvec",
15841 "unindent",
15842 "util",
15843 "zlog",
15844]
15845
15846[[package]]
15847name = "settings_content"
15848version = "0.1.0"
15849dependencies = [
15850 "anyhow",
15851 "collections",
15852 "derive_more",
15853 "gpui",
15854 "language_model_core",
15855 "log",
15856 "schemars",
15857 "serde",
15858 "serde_json",
15859 "serde_json_lenient",
15860 "settings_json",
15861 "settings_macros",
15862 "strum 0.27.2",
15863 "util",
15864]
15865
15866[[package]]
15867name = "settings_json"
15868version = "0.1.0"
15869dependencies = [
15870 "anyhow",
15871 "pretty_assertions",
15872 "serde",
15873 "serde_json",
15874 "serde_json_lenient",
15875 "serde_path_to_error",
15876 "tree-sitter",
15877 "tree-sitter-json",
15878 "unindent",
15879 "util",
15880]
15881
15882[[package]]
15883name = "settings_macros"
15884version = "0.1.0"
15885dependencies = [
15886 "quote",
15887 "settings",
15888 "syn 2.0.117",
15889]
15890
15891[[package]]
15892name = "settings_profile_selector"
15893version = "0.1.0"
15894dependencies = [
15895 "editor",
15896 "fuzzy",
15897 "gpui",
15898 "menu",
15899 "picker",
15900 "project",
15901 "serde_json",
15902 "settings",
15903 "theme",
15904 "theme_settings",
15905 "ui",
15906 "workspace",
15907 "zed_actions",
15908]
15909
15910[[package]]
15911name = "settings_ui"
15912version = "0.1.0"
15913dependencies = [
15914 "agent",
15915 "agent_settings",
15916 "anyhow",
15917 "audio",
15918 "codestral",
15919 "component",
15920 "copilot",
15921 "copilot_ui",
15922 "cpal",
15923 "edit_prediction",
15924 "edit_prediction_ui",
15925 "editor",
15926 "feature_flags",
15927 "fs",
15928 "futures 0.3.32",
15929 "fuzzy",
15930 "gpui",
15931 "heck 0.5.0",
15932 "itertools 0.14.0",
15933 "language",
15934 "log",
15935 "menu",
15936 "paths",
15937 "picker",
15938 "platform_title_bar",
15939 "pretty_assertions",
15940 "project",
15941 "regex",
15942 "release_channel",
15943 "rodio",
15944 "schemars",
15945 "search",
15946 "serde",
15947 "serde_json",
15948 "settings",
15949 "shell_command_parser",
15950 "strum 0.27.2",
15951 "telemetry",
15952 "theme",
15953 "theme_settings",
15954 "title_bar",
15955 "ui",
15956 "util",
15957 "workspace",
15958 "zed_actions",
15959 "zed_credentials_provider",
15960]
15961
15962[[package]]
15963name = "sha-1"
15964version = "0.10.1"
15965source = "registry+https://github.com/rust-lang/crates.io-index"
15966checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15967dependencies = [
15968 "cfg-if",
15969 "cpufeatures",
15970 "digest",
15971]
15972
15973[[package]]
15974name = "sha1"
15975version = "0.10.6"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15978dependencies = [
15979 "cfg-if",
15980 "cpufeatures",
15981 "digest",
15982]
15983
15984[[package]]
15985name = "sha1_smol"
15986version = "1.0.1"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15989
15990[[package]]
15991name = "sha2"
15992version = "0.10.9"
15993source = "registry+https://github.com/rust-lang/crates.io-index"
15994checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15995dependencies = [
15996 "cfg-if",
15997 "cpufeatures",
15998 "digest",
15999]
16000
16001[[package]]
16002name = "sharded-slab"
16003version = "0.1.7"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16006dependencies = [
16007 "lazy_static",
16008]
16009
16010[[package]]
16011name = "shared_library"
16012version = "0.1.9"
16013source = "registry+https://github.com/rust-lang/crates.io-index"
16014checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16015dependencies = [
16016 "lazy_static",
16017 "libc",
16018]
16019
16020[[package]]
16021name = "shell-words"
16022version = "1.1.0"
16023source = "registry+https://github.com/rust-lang/crates.io-index"
16024checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16025
16026[[package]]
16027name = "shell_command_parser"
16028version = "0.1.0"
16029dependencies = [
16030 "brush-parser",
16031]
16032
16033[[package]]
16034name = "shellexpand"
16035version = "2.1.2"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16038dependencies = [
16039 "dirs 4.0.0",
16040]
16041
16042[[package]]
16043name = "shellexpand"
16044version = "3.1.1"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16047dependencies = [
16048 "dirs 6.0.0",
16049]
16050
16051[[package]]
16052name = "shingles"
16053version = "0.1.1"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16056
16057[[package]]
16058name = "shlex"
16059version = "1.3.0"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16062
16063[[package]]
16064name = "sidebar"
16065version = "0.1.0"
16066dependencies = [
16067 "acp_thread",
16068 "action_log",
16069 "agent",
16070 "agent-client-protocol",
16071 "agent_settings",
16072 "agent_ui",
16073 "anyhow",
16074 "chrono",
16075 "editor",
16076 "feature_flags",
16077 "fs",
16078 "git",
16079 "gpui",
16080 "language_model",
16081 "menu",
16082 "platform_title_bar",
16083 "pretty_assertions",
16084 "project",
16085 "prompt_store",
16086 "recent_projects",
16087 "remote",
16088 "serde",
16089 "serde_json",
16090 "settings",
16091 "theme",
16092 "theme_settings",
16093 "ui",
16094 "util",
16095 "vim_mode_setting",
16096 "workspace",
16097 "zed_actions",
16098]
16099
16100[[package]]
16101name = "signal-hook"
16102version = "0.3.18"
16103source = "registry+https://github.com/rust-lang/crates.io-index"
16104checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16105dependencies = [
16106 "libc",
16107 "signal-hook-registry",
16108]
16109
16110[[package]]
16111name = "signal-hook-registry"
16112version = "1.4.6"
16113source = "registry+https://github.com/rust-lang/crates.io-index"
16114checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16115dependencies = [
16116 "libc",
16117]
16118
16119[[package]]
16120name = "signature"
16121version = "1.6.4"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16124dependencies = [
16125 "digest",
16126 "rand_core 0.6.4",
16127]
16128
16129[[package]]
16130name = "signature"
16131version = "2.2.0"
16132source = "registry+https://github.com/rust-lang/crates.io-index"
16133checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16134dependencies = [
16135 "digest",
16136 "rand_core 0.6.4",
16137]
16138
16139[[package]]
16140name = "simd-adler32"
16141version = "0.3.7"
16142source = "registry+https://github.com/rust-lang/crates.io-index"
16143checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16144
16145[[package]]
16146name = "simd_helpers"
16147version = "0.1.0"
16148source = "registry+https://github.com/rust-lang/crates.io-index"
16149checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16150dependencies = [
16151 "quote",
16152]
16153
16154[[package]]
16155name = "simdutf8"
16156version = "0.1.5"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16159
16160[[package]]
16161name = "similar"
16162version = "2.7.0"
16163source = "registry+https://github.com/rust-lang/crates.io-index"
16164checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16165
16166[[package]]
16167name = "simple_asn1"
16168version = "0.6.3"
16169source = "registry+https://github.com/rust-lang/crates.io-index"
16170checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16171dependencies = [
16172 "num-bigint",
16173 "num-traits",
16174 "thiserror 2.0.17",
16175 "time",
16176]
16177
16178[[package]]
16179name = "simplecss"
16180version = "0.2.2"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16183dependencies = [
16184 "log",
16185]
16186
16187[[package]]
16188name = "simplelog"
16189version = "0.12.2"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16192dependencies = [
16193 "log",
16194 "termcolor",
16195 "time",
16196]
16197
16198[[package]]
16199name = "siphasher"
16200version = "0.3.11"
16201source = "registry+https://github.com/rust-lang/crates.io-index"
16202checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16203
16204[[package]]
16205name = "siphasher"
16206version = "1.0.1"
16207source = "registry+https://github.com/rust-lang/crates.io-index"
16208checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16209
16210[[package]]
16211name = "skrifa"
16212version = "0.37.0"
16213source = "registry+https://github.com/rust-lang/crates.io-index"
16214checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16215dependencies = [
16216 "bytemuck",
16217 "read-fonts 0.35.0",
16218]
16219
16220[[package]]
16221name = "skrifa"
16222version = "0.40.0"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16225dependencies = [
16226 "bytemuck",
16227 "read-fonts 0.37.0",
16228]
16229
16230[[package]]
16231name = "slab"
16232version = "0.4.11"
16233source = "registry+https://github.com/rust-lang/crates.io-index"
16234checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16235
16236[[package]]
16237name = "slotmap"
16238version = "1.0.7"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16241dependencies = [
16242 "version_check",
16243]
16244
16245[[package]]
16246name = "smallvec"
16247version = "1.15.1"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16250dependencies = [
16251 "serde",
16252]
16253
16254[[package]]
16255name = "smart-default"
16256version = "0.7.1"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16259dependencies = [
16260 "proc-macro2",
16261 "quote",
16262 "syn 2.0.117",
16263]
16264
16265[[package]]
16266name = "smol"
16267version = "2.0.2"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16270dependencies = [
16271 "async-channel 2.5.0",
16272 "async-executor",
16273 "async-fs",
16274 "async-io",
16275 "async-lock 3.4.2",
16276 "async-net",
16277 "async-process",
16278 "blocking",
16279 "futures-lite 2.6.1",
16280]
16281
16282[[package]]
16283name = "smol_str"
16284version = "0.3.5"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16287
16288[[package]]
16289name = "snafu"
16290version = "0.8.9"
16291source = "registry+https://github.com/rust-lang/crates.io-index"
16292checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16293dependencies = [
16294 "snafu-derive",
16295]
16296
16297[[package]]
16298name = "snafu-derive"
16299version = "0.8.9"
16300source = "registry+https://github.com/rust-lang/crates.io-index"
16301checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16302dependencies = [
16303 "heck 0.5.0",
16304 "proc-macro2",
16305 "quote",
16306 "syn 2.0.117",
16307]
16308
16309[[package]]
16310name = "snippet"
16311version = "0.1.0"
16312dependencies = [
16313 "anyhow",
16314 "smallvec",
16315]
16316
16317[[package]]
16318name = "snippet_provider"
16319version = "0.1.0"
16320dependencies = [
16321 "anyhow",
16322 "collections",
16323 "extension",
16324 "fs",
16325 "futures 0.3.32",
16326 "gpui",
16327 "indoc",
16328 "parking_lot",
16329 "paths",
16330 "schemars",
16331 "serde",
16332 "serde_json",
16333 "serde_json_lenient",
16334 "snippet",
16335 "util",
16336]
16337
16338[[package]]
16339name = "snippets_ui"
16340version = "0.1.0"
16341dependencies = [
16342 "file_icons",
16343 "fuzzy",
16344 "gpui",
16345 "language",
16346 "open_path_prompt",
16347 "paths",
16348 "picker",
16349 "settings",
16350 "ui",
16351 "util",
16352 "workspace",
16353]
16354
16355[[package]]
16356name = "socket2"
16357version = "0.5.10"
16358source = "registry+https://github.com/rust-lang/crates.io-index"
16359checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16360dependencies = [
16361 "libc",
16362 "windows-sys 0.52.0",
16363]
16364
16365[[package]]
16366name = "socket2"
16367version = "0.6.1"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16370dependencies = [
16371 "libc",
16372 "windows-sys 0.60.2",
16373]
16374
16375[[package]]
16376name = "spdx"
16377version = "0.10.9"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16380dependencies = [
16381 "smallvec",
16382]
16383
16384[[package]]
16385name = "spin"
16386version = "0.9.8"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16389dependencies = [
16390 "lock_api",
16391]
16392
16393[[package]]
16394name = "spin"
16395version = "0.10.0"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16398dependencies = [
16399 "lock_api",
16400]
16401
16402[[package]]
16403name = "spirv"
16404version = "0.4.0+sdk-1.4.341.0"
16405source = "registry+https://github.com/rust-lang/crates.io-index"
16406checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16407dependencies = [
16408 "bitflags 2.10.0",
16409]
16410
16411[[package]]
16412name = "spki"
16413version = "0.6.0"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16416dependencies = [
16417 "base64ct",
16418 "der 0.6.1",
16419]
16420
16421[[package]]
16422name = "spki"
16423version = "0.7.3"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16426dependencies = [
16427 "base64ct",
16428 "der 0.7.10",
16429]
16430
16431[[package]]
16432name = "sqlez"
16433version = "0.1.0"
16434dependencies = [
16435 "anyhow",
16436 "collections",
16437 "futures 0.3.32",
16438 "indoc",
16439 "libsqlite3-sys",
16440 "log",
16441 "parking_lot",
16442 "smol",
16443 "sqlformat",
16444 "thread_local",
16445 "util",
16446 "uuid",
16447]
16448
16449[[package]]
16450name = "sqlez_macros"
16451version = "0.1.0"
16452dependencies = [
16453 "sqlez",
16454 "sqlformat",
16455 "syn 2.0.117",
16456]
16457
16458[[package]]
16459name = "sqlformat"
16460version = "0.2.6"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16463dependencies = [
16464 "nom 7.1.3",
16465 "unicode_categories",
16466]
16467
16468[[package]]
16469name = "sqlx"
16470version = "0.8.6"
16471source = "registry+https://github.com/rust-lang/crates.io-index"
16472checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16473dependencies = [
16474 "sqlx-core",
16475 "sqlx-macros",
16476 "sqlx-mysql",
16477 "sqlx-postgres",
16478 "sqlx-sqlite",
16479]
16480
16481[[package]]
16482name = "sqlx-core"
16483version = "0.8.6"
16484source = "registry+https://github.com/rust-lang/crates.io-index"
16485checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16486dependencies = [
16487 "base64 0.22.1",
16488 "bigdecimal",
16489 "bytes 1.11.1",
16490 "chrono",
16491 "crc",
16492 "crossbeam-queue",
16493 "either",
16494 "event-listener 5.4.1",
16495 "futures-core",
16496 "futures-intrusive",
16497 "futures-io",
16498 "futures-util",
16499 "hashbrown 0.15.5",
16500 "hashlink 0.10.0",
16501 "indexmap",
16502 "log",
16503 "memchr",
16504 "once_cell",
16505 "percent-encoding",
16506 "rust_decimal",
16507 "rustls 0.23.33",
16508 "serde",
16509 "serde_json",
16510 "sha2",
16511 "smallvec",
16512 "thiserror 2.0.17",
16513 "time",
16514 "tokio",
16515 "tokio-stream",
16516 "tracing",
16517 "url",
16518 "uuid",
16519 "webpki-roots",
16520]
16521
16522[[package]]
16523name = "sqlx-macros"
16524version = "0.8.6"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16527dependencies = [
16528 "proc-macro2",
16529 "quote",
16530 "sqlx-core",
16531 "sqlx-macros-core",
16532 "syn 2.0.117",
16533]
16534
16535[[package]]
16536name = "sqlx-macros-core"
16537version = "0.8.6"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16540dependencies = [
16541 "dotenvy",
16542 "either",
16543 "heck 0.5.0",
16544 "hex",
16545 "once_cell",
16546 "proc-macro2",
16547 "quote",
16548 "serde",
16549 "serde_json",
16550 "sha2",
16551 "sqlx-core",
16552 "sqlx-mysql",
16553 "sqlx-postgres",
16554 "sqlx-sqlite",
16555 "syn 2.0.117",
16556 "tokio",
16557 "url",
16558]
16559
16560[[package]]
16561name = "sqlx-mysql"
16562version = "0.8.6"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16565dependencies = [
16566 "atoi",
16567 "base64 0.22.1",
16568 "bigdecimal",
16569 "bitflags 2.10.0",
16570 "byteorder",
16571 "bytes 1.11.1",
16572 "chrono",
16573 "crc",
16574 "digest",
16575 "dotenvy",
16576 "either",
16577 "futures-channel",
16578 "futures-core",
16579 "futures-io",
16580 "futures-util",
16581 "generic-array",
16582 "hex",
16583 "hkdf",
16584 "hmac",
16585 "itoa",
16586 "log",
16587 "md-5",
16588 "memchr",
16589 "once_cell",
16590 "percent-encoding",
16591 "rand 0.8.5",
16592 "rsa",
16593 "rust_decimal",
16594 "serde",
16595 "sha1",
16596 "sha2",
16597 "smallvec",
16598 "sqlx-core",
16599 "stringprep",
16600 "thiserror 2.0.17",
16601 "time",
16602 "tracing",
16603 "uuid",
16604 "whoami",
16605]
16606
16607[[package]]
16608name = "sqlx-postgres"
16609version = "0.8.6"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16612dependencies = [
16613 "atoi",
16614 "base64 0.22.1",
16615 "bigdecimal",
16616 "bitflags 2.10.0",
16617 "byteorder",
16618 "chrono",
16619 "crc",
16620 "dotenvy",
16621 "etcetera",
16622 "futures-channel",
16623 "futures-core",
16624 "futures-util",
16625 "hex",
16626 "hkdf",
16627 "hmac",
16628 "home",
16629 "itoa",
16630 "log",
16631 "md-5",
16632 "memchr",
16633 "num-bigint",
16634 "once_cell",
16635 "rand 0.8.5",
16636 "rust_decimal",
16637 "serde",
16638 "serde_json",
16639 "sha2",
16640 "smallvec",
16641 "sqlx-core",
16642 "stringprep",
16643 "thiserror 2.0.17",
16644 "time",
16645 "tracing",
16646 "uuid",
16647 "whoami",
16648]
16649
16650[[package]]
16651name = "sqlx-sqlite"
16652version = "0.8.6"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16655dependencies = [
16656 "atoi",
16657 "chrono",
16658 "flume",
16659 "futures-channel",
16660 "futures-core",
16661 "futures-executor",
16662 "futures-intrusive",
16663 "futures-util",
16664 "libsqlite3-sys",
16665 "log",
16666 "percent-encoding",
16667 "serde",
16668 "serde_urlencoded",
16669 "sqlx-core",
16670 "thiserror 2.0.17",
16671 "time",
16672 "tracing",
16673 "url",
16674 "uuid",
16675]
16676
16677[[package]]
16678name = "stable_deref_trait"
16679version = "1.2.1"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16682
16683[[package]]
16684name = "stacker"
16685version = "0.1.23"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16688dependencies = [
16689 "cc",
16690 "cfg-if",
16691 "libc",
16692 "psm",
16693 "windows-sys 0.59.0",
16694]
16695
16696[[package]]
16697name = "stacksafe"
16698version = "0.1.4"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16701dependencies = [
16702 "stacker",
16703 "stacksafe-macro",
16704]
16705
16706[[package]]
16707name = "stacksafe-macro"
16708version = "0.1.4"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16711dependencies = [
16712 "proc-macro-error2",
16713 "quote",
16714 "syn 2.0.117",
16715]
16716
16717[[package]]
16718name = "static_assertions"
16719version = "1.1.0"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16722
16723[[package]]
16724name = "story"
16725version = "0.1.0"
16726dependencies = [
16727 "gpui",
16728 "itertools 0.14.0",
16729 "smallvec",
16730]
16731
16732[[package]]
16733name = "storybook"
16734version = "0.1.0"
16735dependencies = [
16736 "anyhow",
16737 "clap",
16738 "ctrlc",
16739 "dialoguer",
16740 "editor",
16741 "fuzzy",
16742 "gpui",
16743 "gpui_platform",
16744 "indoc",
16745 "language",
16746 "log",
16747 "menu",
16748 "picker",
16749 "reqwest_client",
16750 "rust-embed",
16751 "settings",
16752 "simplelog",
16753 "story",
16754 "strum 0.27.2",
16755 "theme",
16756 "theme_settings",
16757 "title_bar",
16758 "ui",
16759]
16760
16761[[package]]
16762name = "streaming-iterator"
16763version = "0.1.9"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16766
16767[[package]]
16768name = "streaming_diff"
16769version = "0.1.0"
16770dependencies = [
16771 "ordered-float 2.10.1",
16772 "rand 0.9.2",
16773 "rope",
16774 "util",
16775]
16776
16777[[package]]
16778name = "strength_reduce"
16779version = "0.2.4"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16782
16783[[package]]
16784name = "strict-num"
16785version = "0.1.1"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16788dependencies = [
16789 "float-cmp",
16790]
16791
16792[[package]]
16793name = "string_cache"
16794version = "0.8.9"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16797dependencies = [
16798 "new_debug_unreachable",
16799 "parking_lot",
16800 "phf_shared 0.11.3",
16801 "precomputed-hash",
16802 "serde",
16803]
16804
16805[[package]]
16806name = "string_cache_codegen"
16807version = "0.5.4"
16808source = "registry+https://github.com/rust-lang/crates.io-index"
16809checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16810dependencies = [
16811 "phf_generator 0.11.3",
16812 "phf_shared 0.11.3",
16813 "proc-macro2",
16814 "quote",
16815]
16816
16817[[package]]
16818name = "stringprep"
16819version = "0.1.5"
16820source = "registry+https://github.com/rust-lang/crates.io-index"
16821checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16822dependencies = [
16823 "unicode-bidi",
16824 "unicode-normalization",
16825 "unicode-properties",
16826]
16827
16828[[package]]
16829name = "strsim"
16830version = "0.11.1"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16833
16834[[package]]
16835name = "strum"
16836version = "0.26.3"
16837source = "registry+https://github.com/rust-lang/crates.io-index"
16838checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16839
16840[[package]]
16841name = "strum"
16842version = "0.27.2"
16843source = "registry+https://github.com/rust-lang/crates.io-index"
16844checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16845dependencies = [
16846 "strum_macros 0.27.2",
16847]
16848
16849[[package]]
16850name = "strum"
16851version = "0.28.0"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16854dependencies = [
16855 "strum_macros 0.28.0",
16856]
16857
16858[[package]]
16859name = "strum_macros"
16860version = "0.27.2"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16863dependencies = [
16864 "heck 0.5.0",
16865 "proc-macro2",
16866 "quote",
16867 "syn 2.0.117",
16868]
16869
16870[[package]]
16871name = "strum_macros"
16872version = "0.28.0"
16873source = "registry+https://github.com/rust-lang/crates.io-index"
16874checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16875dependencies = [
16876 "heck 0.5.0",
16877 "proc-macro2",
16878 "quote",
16879 "syn 2.0.117",
16880]
16881
16882[[package]]
16883name = "subtle"
16884version = "2.6.1"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16887
16888[[package]]
16889name = "sum_tree"
16890version = "0.1.0"
16891dependencies = [
16892 "ctor",
16893 "heapless",
16894 "log",
16895 "proptest",
16896 "rand 0.9.2",
16897 "rayon",
16898 "tracing",
16899 "zlog",
16900 "ztracing",
16901]
16902
16903[[package]]
16904name = "sval"
16905version = "2.15.0"
16906source = "registry+https://github.com/rust-lang/crates.io-index"
16907checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16908
16909[[package]]
16910name = "sval_buffer"
16911version = "2.15.0"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16914dependencies = [
16915 "sval",
16916 "sval_ref",
16917]
16918
16919[[package]]
16920name = "sval_dynamic"
16921version = "2.15.0"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16924dependencies = [
16925 "sval",
16926]
16927
16928[[package]]
16929name = "sval_fmt"
16930version = "2.15.0"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16933dependencies = [
16934 "itoa",
16935 "ryu",
16936 "sval",
16937]
16938
16939[[package]]
16940name = "sval_json"
16941version = "2.15.0"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16944dependencies = [
16945 "itoa",
16946 "ryu",
16947 "sval",
16948]
16949
16950[[package]]
16951name = "sval_nested"
16952version = "2.15.0"
16953source = "registry+https://github.com/rust-lang/crates.io-index"
16954checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16955dependencies = [
16956 "sval",
16957 "sval_buffer",
16958 "sval_ref",
16959]
16960
16961[[package]]
16962name = "sval_ref"
16963version = "2.15.0"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16966dependencies = [
16967 "sval",
16968]
16969
16970[[package]]
16971name = "sval_serde"
16972version = "2.15.0"
16973source = "registry+https://github.com/rust-lang/crates.io-index"
16974checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16975dependencies = [
16976 "serde_core",
16977 "sval",
16978 "sval_nested",
16979]
16980
16981[[package]]
16982name = "svg_fmt"
16983version = "0.4.5"
16984source = "registry+https://github.com/rust-lang/crates.io-index"
16985checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16986
16987[[package]]
16988name = "svg_preview"
16989version = "0.1.0"
16990dependencies = [
16991 "file_icons",
16992 "gpui",
16993 "language",
16994 "multi_buffer",
16995 "ui",
16996 "workspace",
16997 "zed_actions",
16998]
16999
17000[[package]]
17001name = "svgtypes"
17002version = "0.15.3"
17003source = "registry+https://github.com/rust-lang/crates.io-index"
17004checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17005dependencies = [
17006 "kurbo",
17007 "siphasher 1.0.1",
17008]
17009
17010[[package]]
17011name = "swash"
17012version = "0.2.6"
17013source = "registry+https://github.com/rust-lang/crates.io-index"
17014checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17015dependencies = [
17016 "skrifa 0.37.0",
17017 "yazi",
17018 "zeno",
17019]
17020
17021[[package]]
17022name = "symphonia"
17023version = "0.5.5"
17024source = "registry+https://github.com/rust-lang/crates.io-index"
17025checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17026dependencies = [
17027 "lazy_static",
17028 "symphonia-bundle-flac",
17029 "symphonia-bundle-mp3",
17030 "symphonia-codec-aac",
17031 "symphonia-codec-pcm",
17032 "symphonia-codec-vorbis",
17033 "symphonia-core",
17034 "symphonia-format-isomp4",
17035 "symphonia-format-ogg",
17036 "symphonia-format-riff",
17037 "symphonia-metadata",
17038]
17039
17040[[package]]
17041name = "symphonia-bundle-flac"
17042version = "0.5.5"
17043source = "registry+https://github.com/rust-lang/crates.io-index"
17044checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17045dependencies = [
17046 "log",
17047 "symphonia-core",
17048 "symphonia-metadata",
17049 "symphonia-utils-xiph",
17050]
17051
17052[[package]]
17053name = "symphonia-bundle-mp3"
17054version = "0.5.5"
17055source = "registry+https://github.com/rust-lang/crates.io-index"
17056checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17057dependencies = [
17058 "lazy_static",
17059 "log",
17060 "symphonia-core",
17061 "symphonia-metadata",
17062]
17063
17064[[package]]
17065name = "symphonia-codec-aac"
17066version = "0.5.5"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17069dependencies = [
17070 "lazy_static",
17071 "log",
17072 "symphonia-core",
17073]
17074
17075[[package]]
17076name = "symphonia-codec-pcm"
17077version = "0.5.5"
17078source = "registry+https://github.com/rust-lang/crates.io-index"
17079checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17080dependencies = [
17081 "log",
17082 "symphonia-core",
17083]
17084
17085[[package]]
17086name = "symphonia-codec-vorbis"
17087version = "0.5.5"
17088source = "registry+https://github.com/rust-lang/crates.io-index"
17089checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17090dependencies = [
17091 "log",
17092 "symphonia-core",
17093 "symphonia-utils-xiph",
17094]
17095
17096[[package]]
17097name = "symphonia-core"
17098version = "0.5.5"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17101dependencies = [
17102 "arrayvec",
17103 "bitflags 1.3.2",
17104 "bytemuck",
17105 "lazy_static",
17106 "log",
17107]
17108
17109[[package]]
17110name = "symphonia-format-isomp4"
17111version = "0.5.5"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17114dependencies = [
17115 "encoding_rs",
17116 "log",
17117 "symphonia-core",
17118 "symphonia-metadata",
17119 "symphonia-utils-xiph",
17120]
17121
17122[[package]]
17123name = "symphonia-format-ogg"
17124version = "0.5.5"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17127dependencies = [
17128 "log",
17129 "symphonia-core",
17130 "symphonia-metadata",
17131 "symphonia-utils-xiph",
17132]
17133
17134[[package]]
17135name = "symphonia-format-riff"
17136version = "0.5.5"
17137source = "registry+https://github.com/rust-lang/crates.io-index"
17138checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17139dependencies = [
17140 "extended",
17141 "log",
17142 "symphonia-core",
17143 "symphonia-metadata",
17144]
17145
17146[[package]]
17147name = "symphonia-metadata"
17148version = "0.5.5"
17149source = "registry+https://github.com/rust-lang/crates.io-index"
17150checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17151dependencies = [
17152 "encoding_rs",
17153 "lazy_static",
17154 "log",
17155 "symphonia-core",
17156]
17157
17158[[package]]
17159name = "symphonia-utils-xiph"
17160version = "0.5.5"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17163dependencies = [
17164 "symphonia-core",
17165 "symphonia-metadata",
17166]
17167
17168[[package]]
17169name = "syn"
17170version = "1.0.109"
17171source = "registry+https://github.com/rust-lang/crates.io-index"
17172checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17173dependencies = [
17174 "proc-macro2",
17175 "quote",
17176 "unicode-ident",
17177]
17178
17179[[package]]
17180name = "syn"
17181version = "2.0.117"
17182source = "registry+https://github.com/rust-lang/crates.io-index"
17183checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17184dependencies = [
17185 "proc-macro2",
17186 "quote",
17187 "unicode-ident",
17188]
17189
17190[[package]]
17191name = "sync_wrapper"
17192version = "0.1.2"
17193source = "registry+https://github.com/rust-lang/crates.io-index"
17194checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17195
17196[[package]]
17197name = "sync_wrapper"
17198version = "1.0.2"
17199source = "registry+https://github.com/rust-lang/crates.io-index"
17200checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17201dependencies = [
17202 "futures-core",
17203]
17204
17205[[package]]
17206name = "synchronoise"
17207version = "1.0.1"
17208source = "registry+https://github.com/rust-lang/crates.io-index"
17209checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17210dependencies = [
17211 "crossbeam-queue",
17212]
17213
17214[[package]]
17215name = "synstructure"
17216version = "0.13.2"
17217source = "registry+https://github.com/rust-lang/crates.io-index"
17218checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17219dependencies = [
17220 "proc-macro2",
17221 "quote",
17222 "syn 2.0.117",
17223]
17224
17225[[package]]
17226name = "syntax_theme"
17227version = "0.1.0"
17228dependencies = [
17229 "gpui",
17230 "serde",
17231 "serde_json",
17232]
17233
17234[[package]]
17235name = "sys-locale"
17236version = "0.3.2"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17239dependencies = [
17240 "libc",
17241]
17242
17243[[package]]
17244name = "sysctl"
17245version = "0.5.5"
17246source = "registry+https://github.com/rust-lang/crates.io-index"
17247checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17248dependencies = [
17249 "bitflags 2.10.0",
17250 "byteorder",
17251 "enum-as-inner",
17252 "libc",
17253 "thiserror 1.0.69",
17254 "walkdir",
17255]
17256
17257[[package]]
17258name = "sysctl"
17259version = "0.6.0"
17260source = "registry+https://github.com/rust-lang/crates.io-index"
17261checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17262dependencies = [
17263 "bitflags 2.10.0",
17264 "byteorder",
17265 "enum-as-inner",
17266 "libc",
17267 "thiserror 1.0.69",
17268 "walkdir",
17269]
17270
17271[[package]]
17272name = "sysinfo"
17273version = "0.31.4"
17274source = "registry+https://github.com/rust-lang/crates.io-index"
17275checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17276dependencies = [
17277 "core-foundation-sys",
17278 "libc",
17279 "memchr",
17280 "ntapi",
17281 "rayon",
17282 "windows 0.57.0",
17283]
17284
17285[[package]]
17286name = "sysinfo"
17287version = "0.37.2"
17288source = "registry+https://github.com/rust-lang/crates.io-index"
17289checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17290dependencies = [
17291 "libc",
17292 "memchr",
17293 "ntapi",
17294 "objc2-core-foundation",
17295 "objc2-io-kit",
17296 "windows 0.61.3",
17297]
17298
17299[[package]]
17300name = "system-configuration"
17301version = "0.5.1"
17302source = "registry+https://github.com/rust-lang/crates.io-index"
17303checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17304dependencies = [
17305 "bitflags 1.3.2",
17306 "core-foundation 0.9.4",
17307 "system-configuration-sys 0.5.0",
17308]
17309
17310[[package]]
17311name = "system-configuration"
17312version = "0.6.1"
17313source = "registry+https://github.com/rust-lang/crates.io-index"
17314checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17315dependencies = [
17316 "bitflags 2.10.0",
17317 "core-foundation 0.9.4",
17318 "system-configuration-sys 0.6.0",
17319]
17320
17321[[package]]
17322name = "system-configuration-sys"
17323version = "0.5.0"
17324source = "registry+https://github.com/rust-lang/crates.io-index"
17325checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17326dependencies = [
17327 "core-foundation-sys",
17328 "libc",
17329]
17330
17331[[package]]
17332name = "system-configuration-sys"
17333version = "0.6.0"
17334source = "registry+https://github.com/rust-lang/crates.io-index"
17335checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17336dependencies = [
17337 "core-foundation-sys",
17338 "libc",
17339]
17340
17341[[package]]
17342name = "system-deps"
17343version = "6.2.2"
17344source = "registry+https://github.com/rust-lang/crates.io-index"
17345checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17346dependencies = [
17347 "cfg-expr 0.15.8",
17348 "heck 0.5.0",
17349 "pkg-config",
17350 "toml 0.8.23",
17351 "version-compare",
17352]
17353
17354[[package]]
17355name = "system-deps"
17356version = "7.0.7"
17357source = "registry+https://github.com/rust-lang/crates.io-index"
17358checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17359dependencies = [
17360 "cfg-expr 0.20.6",
17361 "heck 0.5.0",
17362 "pkg-config",
17363 "toml 0.9.8",
17364 "version-compare",
17365]
17366
17367[[package]]
17368name = "system-interface"
17369version = "0.27.3"
17370source = "registry+https://github.com/rust-lang/crates.io-index"
17371checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17372dependencies = [
17373 "bitflags 2.10.0",
17374 "cap-fs-ext",
17375 "cap-std",
17376 "fd-lock",
17377 "io-lifetimes",
17378 "rustix 0.38.44",
17379 "windows-sys 0.59.0",
17380 "winx",
17381]
17382
17383[[package]]
17384name = "system_specs"
17385version = "0.1.0"
17386dependencies = [
17387 "anyhow",
17388 "client",
17389 "gpui",
17390 "human_bytes",
17391 "pciid-parser",
17392 "release_channel",
17393 "semver",
17394 "serde",
17395 "sysinfo 0.37.2",
17396]
17397
17398[[package]]
17399name = "tab_switcher"
17400version = "0.1.0"
17401dependencies = [
17402 "collections",
17403 "ctor",
17404 "editor",
17405 "fuzzy",
17406 "gpui",
17407 "menu",
17408 "picker",
17409 "project",
17410 "schemars",
17411 "serde",
17412 "serde_json",
17413 "settings",
17414 "smol",
17415 "theme",
17416 "theme_settings",
17417 "ui",
17418 "util",
17419 "workspace",
17420 "zlog",
17421]
17422
17423[[package]]
17424name = "taffy"
17425version = "0.9.0"
17426source = "registry+https://github.com/rust-lang/crates.io-index"
17427checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17428dependencies = [
17429 "arrayvec",
17430 "grid",
17431 "serde",
17432 "slotmap",
17433]
17434
17435[[package]]
17436name = "tagptr"
17437version = "0.2.0"
17438source = "registry+https://github.com/rust-lang/crates.io-index"
17439checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17440
17441[[package]]
17442name = "take-until"
17443version = "0.2.0"
17444source = "registry+https://github.com/rust-lang/crates.io-index"
17445checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17446
17447[[package]]
17448name = "tao-core-video-sys"
17449version = "0.2.0"
17450source = "registry+https://github.com/rust-lang/crates.io-index"
17451checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17452dependencies = [
17453 "cfg-if",
17454 "core-foundation-sys",
17455 "libc",
17456 "objc",
17457]
17458
17459[[package]]
17460name = "tap"
17461version = "1.0.1"
17462source = "registry+https://github.com/rust-lang/crates.io-index"
17463checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17464
17465[[package]]
17466name = "target-lexicon"
17467version = "0.12.16"
17468source = "registry+https://github.com/rust-lang/crates.io-index"
17469checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17470
17471[[package]]
17472name = "target-lexicon"
17473version = "0.13.3"
17474source = "registry+https://github.com/rust-lang/crates.io-index"
17475checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17476
17477[[package]]
17478name = "task"
17479version = "0.1.0"
17480dependencies = [
17481 "anyhow",
17482 "collections",
17483 "futures 0.3.32",
17484 "gpui",
17485 "hex",
17486 "log",
17487 "parking_lot",
17488 "pretty_assertions",
17489 "proto",
17490 "schemars",
17491 "serde",
17492 "serde_json",
17493 "serde_json_lenient",
17494 "sha2",
17495 "shellexpand 2.1.2",
17496 "util",
17497 "zed_actions",
17498]
17499
17500[[package]]
17501name = "tasks_ui"
17502version = "0.1.0"
17503dependencies = [
17504 "anyhow",
17505 "collections",
17506 "editor",
17507 "file_icons",
17508 "fuzzy",
17509 "gpui",
17510 "itertools 0.14.0",
17511 "language",
17512 "menu",
17513 "picker",
17514 "project",
17515 "serde",
17516 "serde_json",
17517 "task",
17518 "tree-sitter-rust",
17519 "tree-sitter-typescript",
17520 "ui",
17521 "util",
17522 "workspace",
17523 "zed_actions",
17524]
17525
17526[[package]]
17527name = "telemetry"
17528version = "0.1.0"
17529dependencies = [
17530 "futures 0.3.32",
17531 "serde",
17532 "serde_json",
17533 "telemetry_events",
17534]
17535
17536[[package]]
17537name = "telemetry_events"
17538version = "0.1.0"
17539dependencies = [
17540 "semver",
17541 "serde",
17542 "serde_json",
17543]
17544
17545[[package]]
17546name = "tempfile"
17547version = "3.23.0"
17548source = "registry+https://github.com/rust-lang/crates.io-index"
17549checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17550dependencies = [
17551 "fastrand 2.3.0",
17552 "getrandom 0.3.4",
17553 "once_cell",
17554 "rustix 1.1.2",
17555 "windows-sys 0.61.2",
17556]
17557
17558[[package]]
17559name = "tendril"
17560version = "0.4.3"
17561source = "registry+https://github.com/rust-lang/crates.io-index"
17562checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17563dependencies = [
17564 "futf",
17565 "mac",
17566 "utf-8",
17567]
17568
17569[[package]]
17570name = "termcolor"
17571version = "1.4.1"
17572source = "registry+https://github.com/rust-lang/crates.io-index"
17573checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17574dependencies = [
17575 "winapi-util",
17576]
17577
17578[[package]]
17579name = "terminal"
17580version = "0.1.0"
17581dependencies = [
17582 "alacritty_terminal",
17583 "anyhow",
17584 "collections",
17585 "futures 0.3.32",
17586 "gpui",
17587 "itertools 0.14.0",
17588 "libc",
17589 "log",
17590 "parking_lot",
17591 "rand 0.9.2",
17592 "regex",
17593 "release_channel",
17594 "schemars",
17595 "serde",
17596 "settings",
17597 "smol",
17598 "sysinfo 0.37.2",
17599 "task",
17600 "theme",
17601 "theme_settings",
17602 "thiserror 2.0.17",
17603 "url",
17604 "urlencoding",
17605 "util",
17606 "util_macros",
17607 "windows 0.61.3",
17608]
17609
17610[[package]]
17611name = "terminal_size"
17612version = "0.4.3"
17613source = "registry+https://github.com/rust-lang/crates.io-index"
17614checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17615dependencies = [
17616 "rustix 1.1.2",
17617 "windows-sys 0.60.2",
17618]
17619
17620[[package]]
17621name = "terminal_view"
17622version = "0.1.0"
17623dependencies = [
17624 "anyhow",
17625 "async-recursion",
17626 "breadcrumbs",
17627 "collections",
17628 "db",
17629 "dirs 4.0.0",
17630 "editor",
17631 "futures 0.3.32",
17632 "gpui",
17633 "itertools 0.14.0",
17634 "language",
17635 "log",
17636 "menu",
17637 "pretty_assertions",
17638 "project",
17639 "regex",
17640 "schemars",
17641 "serde",
17642 "serde_json",
17643 "settings",
17644 "shellexpand 2.1.2",
17645 "task",
17646 "terminal",
17647 "theme",
17648 "theme_settings",
17649 "ui",
17650 "util",
17651 "workspace",
17652 "zed_actions",
17653]
17654
17655[[package]]
17656name = "text"
17657version = "0.1.0"
17658dependencies = [
17659 "anyhow",
17660 "clock",
17661 "collections",
17662 "ctor",
17663 "gpui",
17664 "log",
17665 "parking_lot",
17666 "postage",
17667 "rand 0.9.2",
17668 "regex",
17669 "rope",
17670 "smallvec",
17671 "sum_tree",
17672 "util",
17673 "zlog",
17674]
17675
17676[[package]]
17677name = "theme"
17678version = "0.1.0"
17679dependencies = [
17680 "anyhow",
17681 "collections",
17682 "derive_more",
17683 "gpui",
17684 "palette",
17685 "parking_lot",
17686 "refineable",
17687 "schemars",
17688 "serde",
17689 "serde_json",
17690 "serde_json_lenient",
17691 "strum 0.27.2",
17692 "syntax_theme",
17693 "thiserror 2.0.17",
17694 "uuid",
17695]
17696
17697[[package]]
17698name = "theme_extension"
17699version = "0.1.0"
17700dependencies = [
17701 "anyhow",
17702 "extension",
17703 "fs",
17704 "gpui",
17705 "theme",
17706 "theme_settings",
17707]
17708
17709[[package]]
17710name = "theme_importer"
17711version = "0.1.0"
17712dependencies = [
17713 "anyhow",
17714 "clap",
17715 "collections",
17716 "gpui",
17717 "indexmap",
17718 "log",
17719 "palette",
17720 "serde",
17721 "serde_json",
17722 "serde_json_lenient",
17723 "simplelog",
17724 "strum 0.27.2",
17725 "theme",
17726 "theme_settings",
17727 "vscode_theme",
17728]
17729
17730[[package]]
17731name = "theme_selector"
17732version = "0.1.0"
17733dependencies = [
17734 "editor",
17735 "fs",
17736 "fuzzy",
17737 "gpui",
17738 "log",
17739 "picker",
17740 "project",
17741 "serde",
17742 "serde_json",
17743 "settings",
17744 "telemetry",
17745 "theme",
17746 "theme_settings",
17747 "ui",
17748 "util",
17749 "workspace",
17750 "zed_actions",
17751]
17752
17753[[package]]
17754name = "theme_settings"
17755version = "0.1.0"
17756dependencies = [
17757 "anyhow",
17758 "collections",
17759 "gpui",
17760 "gpui_util",
17761 "log",
17762 "palette",
17763 "refineable",
17764 "schemars",
17765 "serde",
17766 "serde_json",
17767 "serde_json_lenient",
17768 "settings",
17769 "theme",
17770 "uuid",
17771]
17772
17773[[package]]
17774name = "thiserror"
17775version = "1.0.69"
17776source = "registry+https://github.com/rust-lang/crates.io-index"
17777checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17778dependencies = [
17779 "thiserror-impl 1.0.69",
17780]
17781
17782[[package]]
17783name = "thiserror"
17784version = "2.0.17"
17785source = "registry+https://github.com/rust-lang/crates.io-index"
17786checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17787dependencies = [
17788 "thiserror-impl 2.0.17",
17789]
17790
17791[[package]]
17792name = "thiserror-impl"
17793version = "1.0.69"
17794source = "registry+https://github.com/rust-lang/crates.io-index"
17795checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17796dependencies = [
17797 "proc-macro2",
17798 "quote",
17799 "syn 2.0.117",
17800]
17801
17802[[package]]
17803name = "thiserror-impl"
17804version = "2.0.17"
17805source = "registry+https://github.com/rust-lang/crates.io-index"
17806checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17807dependencies = [
17808 "proc-macro2",
17809 "quote",
17810 "syn 2.0.117",
17811]
17812
17813[[package]]
17814name = "thread_local"
17815version = "1.1.9"
17816source = "registry+https://github.com/rust-lang/crates.io-index"
17817checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17818dependencies = [
17819 "cfg-if",
17820]
17821
17822[[package]]
17823name = "tiff"
17824version = "0.10.3"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17827dependencies = [
17828 "fax",
17829 "flate2",
17830 "half",
17831 "quick-error 2.0.1",
17832 "weezl",
17833 "zune-jpeg",
17834]
17835
17836[[package]]
17837name = "tiktoken-rs"
17838version = "0.9.1"
17839source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17840dependencies = [
17841 "anyhow",
17842 "base64 0.22.1",
17843 "bstr",
17844 "fancy-regex 0.16.2",
17845 "lazy_static",
17846 "regex",
17847 "rustc-hash 1.1.0",
17848]
17849
17850[[package]]
17851name = "time"
17852version = "0.3.47"
17853source = "registry+https://github.com/rust-lang/crates.io-index"
17854checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17855dependencies = [
17856 "deranged",
17857 "itoa",
17858 "libc",
17859 "num-conv",
17860 "num_threads",
17861 "powerfmt",
17862 "serde_core",
17863 "time-core",
17864 "time-macros",
17865]
17866
17867[[package]]
17868name = "time-core"
17869version = "0.1.8"
17870source = "registry+https://github.com/rust-lang/crates.io-index"
17871checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17872
17873[[package]]
17874name = "time-macros"
17875version = "0.2.27"
17876source = "registry+https://github.com/rust-lang/crates.io-index"
17877checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17878dependencies = [
17879 "num-conv",
17880 "time-core",
17881]
17882
17883[[package]]
17884name = "time_format"
17885version = "0.1.0"
17886dependencies = [
17887 "core-foundation 0.10.0",
17888 "core-foundation-sys",
17889 "sys-locale",
17890 "time",
17891 "windows 0.61.3",
17892]
17893
17894[[package]]
17895name = "tiny-keccak"
17896version = "2.0.2"
17897source = "registry+https://github.com/rust-lang/crates.io-index"
17898checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17899dependencies = [
17900 "crunchy",
17901]
17902
17903[[package]]
17904name = "tiny-skia"
17905version = "0.11.4"
17906source = "registry+https://github.com/rust-lang/crates.io-index"
17907checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17908dependencies = [
17909 "arrayref",
17910 "arrayvec",
17911 "bytemuck",
17912 "cfg-if",
17913 "log",
17914 "png 0.17.16",
17915 "tiny-skia-path",
17916]
17917
17918[[package]]
17919name = "tiny-skia-path"
17920version = "0.11.4"
17921source = "registry+https://github.com/rust-lang/crates.io-index"
17922checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17923dependencies = [
17924 "arrayref",
17925 "bytemuck",
17926 "strict-num",
17927]
17928
17929[[package]]
17930name = "tiny_http"
17931version = "0.12.0"
17932source = "registry+https://github.com/rust-lang/crates.io-index"
17933checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17934dependencies = [
17935 "ascii",
17936 "chunked_transfer",
17937 "httpdate",
17938 "log",
17939]
17940
17941[[package]]
17942name = "tinystr"
17943version = "0.8.1"
17944source = "registry+https://github.com/rust-lang/crates.io-index"
17945checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17946dependencies = [
17947 "displaydoc",
17948 "zerovec",
17949]
17950
17951[[package]]
17952name = "tinytemplate"
17953version = "1.2.1"
17954source = "registry+https://github.com/rust-lang/crates.io-index"
17955checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17956dependencies = [
17957 "serde",
17958 "serde_json",
17959]
17960
17961[[package]]
17962name = "tinyvec"
17963version = "1.10.0"
17964source = "registry+https://github.com/rust-lang/crates.io-index"
17965checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17966dependencies = [
17967 "tinyvec_macros",
17968]
17969
17970[[package]]
17971name = "tinyvec_macros"
17972version = "0.1.1"
17973source = "registry+https://github.com/rust-lang/crates.io-index"
17974checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17975
17976[[package]]
17977name = "title_bar"
17978version = "0.1.0"
17979dependencies = [
17980 "anyhow",
17981 "auto_update",
17982 "call",
17983 "channel",
17984 "chrono",
17985 "client",
17986 "cloud_api_types",
17987 "db",
17988 "git_ui",
17989 "gpui",
17990 "icons",
17991 "livekit_client",
17992 "notifications",
17993 "platform_title_bar",
17994 "project",
17995 "recent_projects",
17996 "release_channel",
17997 "remote",
17998 "remote_connection",
17999 "rpc",
18000 "schemars",
18001 "semver",
18002 "serde",
18003 "settings",
18004 "smallvec",
18005 "story",
18006 "telemetry",
18007 "theme",
18008 "ui",
18009 "util",
18010 "windows 0.61.3",
18011 "workspace",
18012 "zed_actions",
18013]
18014
18015[[package]]
18016name = "tokio"
18017version = "1.48.0"
18018source = "registry+https://github.com/rust-lang/crates.io-index"
18019checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18020dependencies = [
18021 "bytes 1.11.1",
18022 "libc",
18023 "mio 1.1.0",
18024 "parking_lot",
18025 "pin-project-lite",
18026 "signal-hook-registry",
18027 "socket2 0.6.1",
18028 "tokio-macros",
18029 "windows-sys 0.61.2",
18030]
18031
18032[[package]]
18033name = "tokio-io"
18034version = "0.1.13"
18035source = "registry+https://github.com/rust-lang/crates.io-index"
18036checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18037dependencies = [
18038 "bytes 0.4.12",
18039 "futures 0.1.31",
18040 "log",
18041]
18042
18043[[package]]
18044name = "tokio-macros"
18045version = "2.6.0"
18046source = "registry+https://github.com/rust-lang/crates.io-index"
18047checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18048dependencies = [
18049 "proc-macro2",
18050 "quote",
18051 "syn 2.0.117",
18052]
18053
18054[[package]]
18055name = "tokio-native-tls"
18056version = "0.3.1"
18057source = "registry+https://github.com/rust-lang/crates.io-index"
18058checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18059dependencies = [
18060 "native-tls",
18061 "tokio",
18062]
18063
18064[[package]]
18065name = "tokio-rustls"
18066version = "0.24.1"
18067source = "registry+https://github.com/rust-lang/crates.io-index"
18068checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18069dependencies = [
18070 "rustls 0.21.12",
18071 "tokio",
18072]
18073
18074[[package]]
18075name = "tokio-rustls"
18076version = "0.26.2"
18077source = "registry+https://github.com/rust-lang/crates.io-index"
18078checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18079dependencies = [
18080 "rustls 0.23.33",
18081 "tokio",
18082]
18083
18084[[package]]
18085name = "tokio-socks"
18086version = "0.5.2"
18087source = "registry+https://github.com/rust-lang/crates.io-index"
18088checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18089dependencies = [
18090 "either",
18091 "futures-io",
18092 "futures-util",
18093 "thiserror 1.0.69",
18094 "tokio",
18095]
18096
18097[[package]]
18098name = "tokio-stream"
18099version = "0.1.17"
18100source = "registry+https://github.com/rust-lang/crates.io-index"
18101checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18102dependencies = [
18103 "futures-core",
18104 "pin-project-lite",
18105 "tokio",
18106]
18107
18108[[package]]
18109name = "tokio-tungstenite"
18110version = "0.20.1"
18111source = "registry+https://github.com/rust-lang/crates.io-index"
18112checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18113dependencies = [
18114 "futures-util",
18115 "log",
18116 "tokio",
18117 "tungstenite 0.20.1",
18118]
18119
18120[[package]]
18121name = "tokio-tungstenite"
18122version = "0.21.0"
18123source = "registry+https://github.com/rust-lang/crates.io-index"
18124checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18125dependencies = [
18126 "futures-util",
18127 "log",
18128 "tokio",
18129 "tungstenite 0.21.0",
18130]
18131
18132[[package]]
18133name = "tokio-tungstenite"
18134version = "0.28.0"
18135source = "registry+https://github.com/rust-lang/crates.io-index"
18136checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18137dependencies = [
18138 "futures-util",
18139 "log",
18140 "rustls 0.23.33",
18141 "rustls-native-certs 0.8.2",
18142 "rustls-pki-types",
18143 "tokio",
18144 "tokio-rustls 0.26.2",
18145 "tungstenite 0.28.0",
18146]
18147
18148[[package]]
18149name = "tokio-util"
18150version = "0.7.16"
18151source = "registry+https://github.com/rust-lang/crates.io-index"
18152checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18153dependencies = [
18154 "bytes 1.11.1",
18155 "futures-core",
18156 "futures-io",
18157 "futures-sink",
18158 "pin-project-lite",
18159 "tokio",
18160]
18161
18162[[package]]
18163name = "toml"
18164version = "0.5.11"
18165source = "registry+https://github.com/rust-lang/crates.io-index"
18166checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18167dependencies = [
18168 "serde",
18169]
18170
18171[[package]]
18172name = "toml"
18173version = "0.8.23"
18174source = "registry+https://github.com/rust-lang/crates.io-index"
18175checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18176dependencies = [
18177 "serde",
18178 "serde_spanned 0.6.9",
18179 "toml_datetime 0.6.11",
18180 "toml_edit 0.22.27",
18181]
18182
18183[[package]]
18184name = "toml"
18185version = "0.9.8"
18186source = "registry+https://github.com/rust-lang/crates.io-index"
18187checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18188dependencies = [
18189 "indexmap",
18190 "serde_core",
18191 "serde_spanned 1.0.3",
18192 "toml_datetime 0.7.3",
18193 "toml_parser",
18194 "toml_writer",
18195 "winnow",
18196]
18197
18198[[package]]
18199name = "toml_datetime"
18200version = "0.6.11"
18201source = "registry+https://github.com/rust-lang/crates.io-index"
18202checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18203dependencies = [
18204 "serde",
18205]
18206
18207[[package]]
18208name = "toml_datetime"
18209version = "0.7.3"
18210source = "registry+https://github.com/rust-lang/crates.io-index"
18211checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18212dependencies = [
18213 "serde_core",
18214]
18215
18216[[package]]
18217name = "toml_edit"
18218version = "0.22.27"
18219source = "registry+https://github.com/rust-lang/crates.io-index"
18220checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18221dependencies = [
18222 "indexmap",
18223 "serde",
18224 "serde_spanned 0.6.9",
18225 "toml_datetime 0.6.11",
18226 "toml_write",
18227 "winnow",
18228]
18229
18230[[package]]
18231name = "toml_edit"
18232version = "0.23.7"
18233source = "registry+https://github.com/rust-lang/crates.io-index"
18234checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18235dependencies = [
18236 "indexmap",
18237 "toml_datetime 0.7.3",
18238 "toml_parser",
18239 "winnow",
18240]
18241
18242[[package]]
18243name = "toml_parser"
18244version = "1.0.4"
18245source = "registry+https://github.com/rust-lang/crates.io-index"
18246checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18247dependencies = [
18248 "winnow",
18249]
18250
18251[[package]]
18252name = "toml_write"
18253version = "0.1.2"
18254source = "registry+https://github.com/rust-lang/crates.io-index"
18255checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18256
18257[[package]]
18258name = "toml_writer"
18259version = "1.0.4"
18260source = "registry+https://github.com/rust-lang/crates.io-index"
18261checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18262
18263[[package]]
18264name = "toolchain_selector"
18265version = "0.1.0"
18266dependencies = [
18267 "anyhow",
18268 "convert_case 0.8.0",
18269 "editor",
18270 "futures 0.3.32",
18271 "fuzzy",
18272 "gpui",
18273 "language",
18274 "menu",
18275 "open_path_prompt",
18276 "picker",
18277 "project",
18278 "ui",
18279 "util",
18280 "workspace",
18281]
18282
18283[[package]]
18284name = "topological-sort"
18285version = "0.2.2"
18286source = "registry+https://github.com/rust-lang/crates.io-index"
18287checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18288
18289[[package]]
18290name = "tower"
18291version = "0.4.13"
18292source = "registry+https://github.com/rust-lang/crates.io-index"
18293checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18294dependencies = [
18295 "futures-core",
18296 "futures-util",
18297 "pin-project",
18298 "pin-project-lite",
18299 "tokio",
18300 "tower-layer",
18301 "tower-service",
18302 "tracing",
18303]
18304
18305[[package]]
18306name = "tower"
18307version = "0.5.2"
18308source = "registry+https://github.com/rust-lang/crates.io-index"
18309checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18310dependencies = [
18311 "futures-core",
18312 "futures-util",
18313 "pin-project-lite",
18314 "sync_wrapper 1.0.2",
18315 "tokio",
18316 "tokio-util",
18317 "tower-layer",
18318 "tower-service",
18319 "tracing",
18320]
18321
18322[[package]]
18323name = "tower-http"
18324version = "0.4.4"
18325source = "registry+https://github.com/rust-lang/crates.io-index"
18326checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18327dependencies = [
18328 "bitflags 2.10.0",
18329 "bytes 1.11.1",
18330 "futures-core",
18331 "futures-util",
18332 "http 0.2.12",
18333 "http-body 0.4.6",
18334 "http-range-header",
18335 "pin-project-lite",
18336 "tower-layer",
18337 "tower-service",
18338 "tracing",
18339]
18340
18341[[package]]
18342name = "tower-http"
18343version = "0.6.6"
18344source = "registry+https://github.com/rust-lang/crates.io-index"
18345checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18346dependencies = [
18347 "bitflags 2.10.0",
18348 "bytes 1.11.1",
18349 "futures-util",
18350 "http 1.3.1",
18351 "http-body 1.0.1",
18352 "iri-string",
18353 "pin-project-lite",
18354 "tower 0.5.2",
18355 "tower-layer",
18356 "tower-service",
18357 "tracing",
18358]
18359
18360[[package]]
18361name = "tower-layer"
18362version = "0.3.3"
18363source = "registry+https://github.com/rust-lang/crates.io-index"
18364checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18365
18366[[package]]
18367name = "tower-service"
18368version = "0.3.3"
18369source = "registry+https://github.com/rust-lang/crates.io-index"
18370checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18371
18372[[package]]
18373name = "tracing"
18374version = "0.1.43"
18375source = "registry+https://github.com/rust-lang/crates.io-index"
18376checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18377dependencies = [
18378 "log",
18379 "pin-project-lite",
18380 "tracing-attributes",
18381 "tracing-core",
18382]
18383
18384[[package]]
18385name = "tracing-attributes"
18386version = "0.1.31"
18387source = "registry+https://github.com/rust-lang/crates.io-index"
18388checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18389dependencies = [
18390 "proc-macro2",
18391 "quote",
18392 "syn 2.0.117",
18393]
18394
18395[[package]]
18396name = "tracing-core"
18397version = "0.1.35"
18398source = "registry+https://github.com/rust-lang/crates.io-index"
18399checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18400dependencies = [
18401 "once_cell",
18402 "valuable",
18403]
18404
18405[[package]]
18406name = "tracing-log"
18407version = "0.2.0"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18410dependencies = [
18411 "log",
18412 "once_cell",
18413 "tracing-core",
18414]
18415
18416[[package]]
18417name = "tracing-serde"
18418version = "0.2.0"
18419source = "registry+https://github.com/rust-lang/crates.io-index"
18420checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18421dependencies = [
18422 "serde",
18423 "tracing-core",
18424]
18425
18426[[package]]
18427name = "tracing-subscriber"
18428version = "0.3.22"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18431dependencies = [
18432 "matchers",
18433 "nu-ansi-term",
18434 "once_cell",
18435 "regex-automata",
18436 "serde",
18437 "serde_json",
18438 "sharded-slab",
18439 "smallvec",
18440 "thread_local",
18441 "tracing",
18442 "tracing-core",
18443 "tracing-log",
18444 "tracing-serde",
18445]
18446
18447[[package]]
18448name = "tracing-tracy"
18449version = "0.11.4"
18450source = "registry+https://github.com/rust-lang/crates.io-index"
18451checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18452dependencies = [
18453 "tracing-core",
18454 "tracing-subscriber",
18455 "tracy-client",
18456]
18457
18458[[package]]
18459name = "tracy-client"
18460version = "0.18.3"
18461source = "registry+https://github.com/rust-lang/crates.io-index"
18462checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18463dependencies = [
18464 "loom",
18465 "once_cell",
18466 "tracy-client-sys",
18467]
18468
18469[[package]]
18470name = "tracy-client-sys"
18471version = "0.27.0"
18472source = "registry+https://github.com/rust-lang/crates.io-index"
18473checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18474dependencies = [
18475 "cc",
18476 "windows-targets 0.52.6",
18477]
18478
18479[[package]]
18480name = "transpose"
18481version = "0.2.3"
18482source = "registry+https://github.com/rust-lang/crates.io-index"
18483checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18484dependencies = [
18485 "num-integer",
18486 "strength_reduce",
18487]
18488
18489[[package]]
18490name = "tree-sitter"
18491version = "0.26.8"
18492source = "registry+https://github.com/rust-lang/crates.io-index"
18493checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18494dependencies = [
18495 "cc",
18496 "regex",
18497 "regex-syntax",
18498 "serde_json",
18499 "streaming-iterator",
18500 "tree-sitter-language",
18501 "wasmtime-c-api-impl",
18502]
18503
18504[[package]]
18505name = "tree-sitter-bash"
18506version = "0.25.1"
18507source = "registry+https://github.com/rust-lang/crates.io-index"
18508checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18509dependencies = [
18510 "cc",
18511 "tree-sitter-language",
18512]
18513
18514[[package]]
18515name = "tree-sitter-c"
18516version = "0.24.1"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18519dependencies = [
18520 "cc",
18521 "tree-sitter-language",
18522]
18523
18524[[package]]
18525name = "tree-sitter-cpp"
18526version = "0.23.4"
18527source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18528dependencies = [
18529 "cc",
18530 "tree-sitter-language",
18531]
18532
18533[[package]]
18534name = "tree-sitter-css"
18535version = "0.23.2"
18536source = "registry+https://github.com/rust-lang/crates.io-index"
18537checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18538dependencies = [
18539 "cc",
18540 "tree-sitter-language",
18541]
18542
18543[[package]]
18544name = "tree-sitter-diff"
18545version = "0.1.0"
18546source = "registry+https://github.com/rust-lang/crates.io-index"
18547checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18548dependencies = [
18549 "cc",
18550 "tree-sitter-language",
18551]
18552
18553[[package]]
18554name = "tree-sitter-elixir"
18555version = "0.3.4"
18556source = "registry+https://github.com/rust-lang/crates.io-index"
18557checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18558dependencies = [
18559 "cc",
18560 "tree-sitter-language",
18561]
18562
18563[[package]]
18564name = "tree-sitter-embedded-template"
18565version = "0.23.2"
18566source = "registry+https://github.com/rust-lang/crates.io-index"
18567checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18568dependencies = [
18569 "cc",
18570 "tree-sitter-language",
18571]
18572
18573[[package]]
18574name = "tree-sitter-gitcommit"
18575version = "0.0.1"
18576source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18577dependencies = [
18578 "cc",
18579 "tree-sitter-language",
18580]
18581
18582[[package]]
18583name = "tree-sitter-go"
18584version = "0.25.0"
18585source = "registry+https://github.com/rust-lang/crates.io-index"
18586checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18587dependencies = [
18588 "cc",
18589 "tree-sitter-language",
18590]
18591
18592[[package]]
18593name = "tree-sitter-gomod"
18594version = "1.1.1"
18595source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18596dependencies = [
18597 "cc",
18598 "tree-sitter-language",
18599]
18600
18601[[package]]
18602name = "tree-sitter-gowork"
18603version = "0.0.1"
18604source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18605dependencies = [
18606 "cc",
18607 "tree-sitter-language",
18608]
18609
18610[[package]]
18611name = "tree-sitter-heex"
18612version = "0.0.1"
18613source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18614dependencies = [
18615 "cc",
18616 "tree-sitter-language",
18617]
18618
18619[[package]]
18620name = "tree-sitter-html"
18621version = "0.23.2"
18622source = "registry+https://github.com/rust-lang/crates.io-index"
18623checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18624dependencies = [
18625 "cc",
18626 "tree-sitter-language",
18627]
18628
18629[[package]]
18630name = "tree-sitter-jsdoc"
18631version = "0.23.2"
18632source = "registry+https://github.com/rust-lang/crates.io-index"
18633checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18634dependencies = [
18635 "cc",
18636 "tree-sitter-language",
18637]
18638
18639[[package]]
18640name = "tree-sitter-json"
18641version = "0.24.8"
18642source = "registry+https://github.com/rust-lang/crates.io-index"
18643checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18644dependencies = [
18645 "cc",
18646 "tree-sitter-language",
18647]
18648
18649[[package]]
18650name = "tree-sitter-language"
18651version = "0.1.5"
18652source = "registry+https://github.com/rust-lang/crates.io-index"
18653checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18654
18655[[package]]
18656name = "tree-sitter-md"
18657version = "0.3.2"
18658source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18659dependencies = [
18660 "cc",
18661 "tree-sitter-language",
18662]
18663
18664[[package]]
18665name = "tree-sitter-python"
18666version = "0.25.0"
18667source = "registry+https://github.com/rust-lang/crates.io-index"
18668checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18669dependencies = [
18670 "cc",
18671 "tree-sitter-language",
18672]
18673
18674[[package]]
18675name = "tree-sitter-regex"
18676version = "0.24.3"
18677source = "registry+https://github.com/rust-lang/crates.io-index"
18678checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18679dependencies = [
18680 "cc",
18681 "tree-sitter-language",
18682]
18683
18684[[package]]
18685name = "tree-sitter-ruby"
18686version = "0.23.1"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18689dependencies = [
18690 "cc",
18691 "tree-sitter-language",
18692]
18693
18694[[package]]
18695name = "tree-sitter-rust"
18696version = "0.24.2"
18697source = "registry+https://github.com/rust-lang/crates.io-index"
18698checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18699dependencies = [
18700 "cc",
18701 "tree-sitter-language",
18702]
18703
18704[[package]]
18705name = "tree-sitter-typescript"
18706version = "0.23.2"
18707source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18708dependencies = [
18709 "cc",
18710 "tree-sitter-language",
18711]
18712
18713[[package]]
18714name = "tree-sitter-yaml"
18715version = "0.6.1"
18716source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18717dependencies = [
18718 "cc",
18719 "tree-sitter-language",
18720]
18721
18722[[package]]
18723name = "triomphe"
18724version = "0.1.15"
18725source = "registry+https://github.com/rust-lang/crates.io-index"
18726checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18727dependencies = [
18728 "serde",
18729 "stable_deref_trait",
18730]
18731
18732[[package]]
18733name = "try-lock"
18734version = "0.2.5"
18735source = "registry+https://github.com/rust-lang/crates.io-index"
18736checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18737
18738[[package]]
18739name = "ttf-parser"
18740version = "0.20.0"
18741source = "registry+https://github.com/rust-lang/crates.io-index"
18742checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18743
18744[[package]]
18745name = "ttf-parser"
18746version = "0.25.1"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18749dependencies = [
18750 "core_maths",
18751]
18752
18753[[package]]
18754name = "tungstenite"
18755version = "0.20.1"
18756source = "registry+https://github.com/rust-lang/crates.io-index"
18757checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18758dependencies = [
18759 "byteorder",
18760 "bytes 1.11.1",
18761 "data-encoding",
18762 "http 0.2.12",
18763 "httparse",
18764 "log",
18765 "rand 0.8.5",
18766 "sha1",
18767 "thiserror 1.0.69",
18768 "url",
18769 "utf-8",
18770]
18771
18772[[package]]
18773name = "tungstenite"
18774version = "0.21.0"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18777dependencies = [
18778 "byteorder",
18779 "bytes 1.11.1",
18780 "data-encoding",
18781 "http 1.3.1",
18782 "httparse",
18783 "log",
18784 "rand 0.8.5",
18785 "sha1",
18786 "thiserror 1.0.69",
18787 "url",
18788 "utf-8",
18789]
18790
18791[[package]]
18792name = "tungstenite"
18793version = "0.27.0"
18794source = "registry+https://github.com/rust-lang/crates.io-index"
18795checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18796dependencies = [
18797 "bytes 1.11.1",
18798 "data-encoding",
18799 "http 1.3.1",
18800 "httparse",
18801 "log",
18802 "rand 0.9.2",
18803 "rustls 0.23.33",
18804 "rustls-pki-types",
18805 "sha1",
18806 "thiserror 2.0.17",
18807 "utf-8",
18808]
18809
18810[[package]]
18811name = "tungstenite"
18812version = "0.28.0"
18813source = "registry+https://github.com/rust-lang/crates.io-index"
18814checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18815dependencies = [
18816 "bytes 1.11.1",
18817 "data-encoding",
18818 "http 1.3.1",
18819 "httparse",
18820 "log",
18821 "rand 0.9.2",
18822 "rustls 0.23.33",
18823 "rustls-pki-types",
18824 "sha1",
18825 "thiserror 2.0.17",
18826 "utf-8",
18827]
18828
18829[[package]]
18830name = "typeid"
18831version = "1.0.3"
18832source = "registry+https://github.com/rust-lang/crates.io-index"
18833checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18834
18835[[package]]
18836name = "typenum"
18837version = "1.19.0"
18838source = "registry+https://github.com/rust-lang/crates.io-index"
18839checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18840
18841[[package]]
18842name = "ucd-trie"
18843version = "0.1.7"
18844source = "registry+https://github.com/rust-lang/crates.io-index"
18845checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18846
18847[[package]]
18848name = "uds"
18849version = "0.4.2"
18850source = "registry+https://github.com/rust-lang/crates.io-index"
18851checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18852dependencies = [
18853 "libc",
18854]
18855
18856[[package]]
18857name = "uds_windows"
18858version = "1.1.0"
18859source = "registry+https://github.com/rust-lang/crates.io-index"
18860checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18861dependencies = [
18862 "memoffset",
18863 "tempfile",
18864 "winapi",
18865]
18866
18867[[package]]
18868name = "ug"
18869version = "0.4.0"
18870source = "registry+https://github.com/rust-lang/crates.io-index"
18871checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18872dependencies = [
18873 "gemm 0.18.2",
18874 "half",
18875 "libloading",
18876 "memmap2",
18877 "num",
18878 "num-traits",
18879 "num_cpus",
18880 "rayon",
18881 "safetensors",
18882 "serde",
18883 "thiserror 1.0.69",
18884 "tracing",
18885 "yoke 0.7.5",
18886]
18887
18888[[package]]
18889name = "ui"
18890version = "0.1.0"
18891dependencies = [
18892 "chrono",
18893 "component",
18894 "documented",
18895 "gpui",
18896 "gpui_macros",
18897 "gpui_util",
18898 "icons",
18899 "itertools 0.14.0",
18900 "menu",
18901 "schemars",
18902 "serde",
18903 "smallvec",
18904 "story",
18905 "strum 0.27.2",
18906 "theme",
18907 "ui_macros",
18908 "windows 0.61.3",
18909]
18910
18911[[package]]
18912name = "ui_input"
18913version = "0.1.0"
18914dependencies = [
18915 "component",
18916 "gpui",
18917 "ui",
18918]
18919
18920[[package]]
18921name = "ui_macros"
18922version = "0.1.0"
18923dependencies = [
18924 "component",
18925 "quote",
18926 "syn 2.0.117",
18927 "ui",
18928]
18929
18930[[package]]
18931name = "ui_prompt"
18932version = "0.1.0"
18933dependencies = [
18934 "gpui",
18935 "markdown",
18936 "menu",
18937 "settings",
18938 "theme_settings",
18939 "ui",
18940 "workspace",
18941]
18942
18943[[package]]
18944name = "unarray"
18945version = "0.1.4"
18946source = "registry+https://github.com/rust-lang/crates.io-index"
18947checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18948
18949[[package]]
18950name = "unicase"
18951version = "2.8.1"
18952source = "registry+https://github.com/rust-lang/crates.io-index"
18953checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18954
18955[[package]]
18956name = "unicode-bidi"
18957version = "0.3.18"
18958source = "registry+https://github.com/rust-lang/crates.io-index"
18959checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18960
18961[[package]]
18962name = "unicode-bidi-mirroring"
18963version = "0.4.0"
18964source = "registry+https://github.com/rust-lang/crates.io-index"
18965checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18966
18967[[package]]
18968name = "unicode-ccc"
18969version = "0.4.0"
18970source = "registry+https://github.com/rust-lang/crates.io-index"
18971checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18972
18973[[package]]
18974name = "unicode-general-category"
18975version = "1.1.0"
18976source = "registry+https://github.com/rust-lang/crates.io-index"
18977checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18978
18979[[package]]
18980name = "unicode-ident"
18981version = "1.0.19"
18982source = "registry+https://github.com/rust-lang/crates.io-index"
18983checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18984
18985[[package]]
18986name = "unicode-linebreak"
18987version = "0.1.5"
18988source = "registry+https://github.com/rust-lang/crates.io-index"
18989checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18990
18991[[package]]
18992name = "unicode-normalization"
18993version = "0.1.24"
18994source = "registry+https://github.com/rust-lang/crates.io-index"
18995checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18996dependencies = [
18997 "tinyvec",
18998]
18999
19000[[package]]
19001name = "unicode-properties"
19002version = "0.1.3"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19005
19006[[package]]
19007name = "unicode-script"
19008version = "0.5.8"
19009source = "registry+https://github.com/rust-lang/crates.io-index"
19010checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19011
19012[[package]]
19013name = "unicode-segmentation"
19014version = "1.12.0"
19015source = "registry+https://github.com/rust-lang/crates.io-index"
19016checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19017
19018[[package]]
19019name = "unicode-vo"
19020version = "0.1.0"
19021source = "registry+https://github.com/rust-lang/crates.io-index"
19022checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19023
19024[[package]]
19025name = "unicode-width"
19026version = "0.2.2"
19027source = "registry+https://github.com/rust-lang/crates.io-index"
19028checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19029
19030[[package]]
19031name = "unicode-xid"
19032version = "0.2.6"
19033source = "registry+https://github.com/rust-lang/crates.io-index"
19034checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19035
19036[[package]]
19037name = "unicode_categories"
19038version = "0.1.1"
19039source = "registry+https://github.com/rust-lang/crates.io-index"
19040checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19041
19042[[package]]
19043name = "unindent"
19044version = "0.2.4"
19045source = "registry+https://github.com/rust-lang/crates.io-index"
19046checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19047
19048[[package]]
19049name = "unsafe-libyaml"
19050version = "0.2.11"
19051source = "registry+https://github.com/rust-lang/crates.io-index"
19052checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19053
19054[[package]]
19055name = "untrusted"
19056version = "0.7.1"
19057source = "registry+https://github.com/rust-lang/crates.io-index"
19058checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19059
19060[[package]]
19061name = "untrusted"
19062version = "0.9.0"
19063source = "registry+https://github.com/rust-lang/crates.io-index"
19064checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19065
19066[[package]]
19067name = "url"
19068version = "2.5.7"
19069source = "registry+https://github.com/rust-lang/crates.io-index"
19070checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19071dependencies = [
19072 "form_urlencoded",
19073 "idna",
19074 "percent-encoding",
19075 "serde",
19076]
19077
19078[[package]]
19079name = "urlencoding"
19080version = "2.1.3"
19081source = "registry+https://github.com/rust-lang/crates.io-index"
19082checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19083
19084[[package]]
19085name = "usvg"
19086version = "0.45.1"
19087source = "registry+https://github.com/rust-lang/crates.io-index"
19088checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19089dependencies = [
19090 "base64 0.22.1",
19091 "data-url",
19092 "flate2",
19093 "fontdb 0.23.0",
19094 "imagesize",
19095 "kurbo",
19096 "log",
19097 "pico-args",
19098 "roxmltree",
19099 "rustybuzz",
19100 "simplecss",
19101 "siphasher 1.0.1",
19102 "strict-num",
19103 "svgtypes",
19104 "tiny-skia-path",
19105 "unicode-bidi",
19106 "unicode-script",
19107 "unicode-vo",
19108 "xmlwriter",
19109]
19110
19111[[package]]
19112name = "utf-8"
19113version = "0.7.6"
19114source = "registry+https://github.com/rust-lang/crates.io-index"
19115checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19116
19117[[package]]
19118name = "utf8-chars"
19119version = "3.0.6"
19120source = "registry+https://github.com/rust-lang/crates.io-index"
19121checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19122dependencies = [
19123 "arrayvec",
19124]
19125
19126[[package]]
19127name = "utf8_iter"
19128version = "1.0.4"
19129source = "registry+https://github.com/rust-lang/crates.io-index"
19130checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19131
19132[[package]]
19133name = "utf8parse"
19134version = "0.2.2"
19135source = "registry+https://github.com/rust-lang/crates.io-index"
19136checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19137
19138[[package]]
19139name = "util"
19140version = "0.1.0"
19141dependencies = [
19142 "anyhow",
19143 "async-fs",
19144 "async_zip",
19145 "collections",
19146 "command-fds",
19147 "dirs 4.0.0",
19148 "dunce",
19149 "futures 0.3.32",
19150 "futures-lite 1.13.0",
19151 "git2",
19152 "globset",
19153 "gpui_util",
19154 "itertools 0.14.0",
19155 "libc",
19156 "log",
19157 "mach2 0.5.0",
19158 "nix 0.29.0",
19159 "percent-encoding",
19160 "pretty_assertions",
19161 "rand 0.9.2",
19162 "regex",
19163 "rust-embed",
19164 "schemars",
19165 "serde",
19166 "serde_json",
19167 "serde_json_lenient",
19168 "shlex",
19169 "smol",
19170 "take-until",
19171 "tempfile",
19172 "tendril",
19173 "unicase",
19174 "url",
19175 "util_macros",
19176 "walkdir",
19177 "which 6.0.3",
19178]
19179
19180[[package]]
19181name = "util_macros"
19182version = "0.1.0"
19183dependencies = [
19184 "perf",
19185 "quote",
19186 "syn 2.0.117",
19187]
19188
19189[[package]]
19190name = "uuid"
19191version = "1.18.1"
19192source = "registry+https://github.com/rust-lang/crates.io-index"
19193checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19194dependencies = [
19195 "getrandom 0.3.4",
19196 "js-sys",
19197 "serde",
19198 "sha1_smol",
19199 "wasm-bindgen",
19200]
19201
19202[[package]]
19203name = "uuid-simd"
19204version = "0.8.0"
19205source = "registry+https://github.com/rust-lang/crates.io-index"
19206checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19207dependencies = [
19208 "outref",
19209 "vsimd",
19210]
19211
19212[[package]]
19213name = "v_frame"
19214version = "0.3.9"
19215source = "registry+https://github.com/rust-lang/crates.io-index"
19216checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19217dependencies = [
19218 "aligned-vec",
19219 "num-traits",
19220 "wasm-bindgen",
19221]
19222
19223[[package]]
19224name = "valuable"
19225version = "0.1.1"
19226source = "registry+https://github.com/rust-lang/crates.io-index"
19227checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19228
19229[[package]]
19230name = "value-bag"
19231version = "1.12.0"
19232source = "registry+https://github.com/rust-lang/crates.io-index"
19233checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19234dependencies = [
19235 "value-bag-serde1",
19236 "value-bag-sval2",
19237]
19238
19239[[package]]
19240name = "value-bag-serde1"
19241version = "1.12.0"
19242source = "registry+https://github.com/rust-lang/crates.io-index"
19243checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19244dependencies = [
19245 "erased-serde",
19246 "serde_core",
19247 "serde_fmt",
19248]
19249
19250[[package]]
19251name = "value-bag-sval2"
19252version = "1.12.0"
19253source = "registry+https://github.com/rust-lang/crates.io-index"
19254checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19255dependencies = [
19256 "sval",
19257 "sval_buffer",
19258 "sval_dynamic",
19259 "sval_fmt",
19260 "sval_json",
19261 "sval_ref",
19262 "sval_serde",
19263]
19264
19265[[package]]
19266name = "vcpkg"
19267version = "0.2.15"
19268source = "registry+https://github.com/rust-lang/crates.io-index"
19269checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19270
19271[[package]]
19272name = "vercel"
19273version = "0.1.0"
19274dependencies = [
19275 "anyhow",
19276 "schemars",
19277 "serde",
19278 "strum 0.27.2",
19279]
19280
19281[[package]]
19282name = "version-compare"
19283version = "0.2.0"
19284source = "registry+https://github.com/rust-lang/crates.io-index"
19285checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19286
19287[[package]]
19288name = "version_check"
19289version = "0.9.5"
19290source = "registry+https://github.com/rust-lang/crates.io-index"
19291checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19292
19293[[package]]
19294name = "vim"
19295version = "0.1.0"
19296dependencies = [
19297 "anyhow",
19298 "async-compat",
19299 "async-trait",
19300 "collections",
19301 "command_palette",
19302 "command_palette_hooks",
19303 "db",
19304 "editor",
19305 "env_logger 0.11.8",
19306 "futures 0.3.32",
19307 "fuzzy",
19308 "git_ui",
19309 "gpui",
19310 "indoc",
19311 "itertools 0.14.0",
19312 "language",
19313 "log",
19314 "lsp",
19315 "markdown_preview",
19316 "menu",
19317 "multi_buffer",
19318 "nvim-rs",
19319 "outline_panel",
19320 "parking_lot",
19321 "perf",
19322 "picker",
19323 "project",
19324 "project_panel",
19325 "regex",
19326 "release_channel",
19327 "schemars",
19328 "search",
19329 "semver",
19330 "serde",
19331 "serde_json",
19332 "settings",
19333 "settings_ui",
19334 "task",
19335 "text",
19336 "theme",
19337 "theme_settings",
19338 "tokio",
19339 "ui",
19340 "util",
19341 "util_macros",
19342 "vim_mode_setting",
19343 "workspace",
19344 "zed_actions",
19345]
19346
19347[[package]]
19348name = "vim_mode_setting"
19349version = "0.1.0"
19350dependencies = [
19351 "gpui",
19352 "settings",
19353]
19354
19355[[package]]
19356name = "vscode_theme"
19357version = "0.2.0"
19358source = "registry+https://github.com/rust-lang/crates.io-index"
19359checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19360dependencies = [
19361 "serde",
19362]
19363
19364[[package]]
19365name = "vsimd"
19366version = "0.8.0"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19369
19370[[package]]
19371name = "vswhom"
19372version = "0.1.0"
19373source = "registry+https://github.com/rust-lang/crates.io-index"
19374checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19375dependencies = [
19376 "libc",
19377 "vswhom-sys",
19378]
19379
19380[[package]]
19381name = "vswhom-sys"
19382version = "0.1.3"
19383source = "registry+https://github.com/rust-lang/crates.io-index"
19384checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19385dependencies = [
19386 "cc",
19387 "libc",
19388]
19389
19390[[package]]
19391name = "vte"
19392version = "0.15.0"
19393source = "registry+https://github.com/rust-lang/crates.io-index"
19394checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19395dependencies = [
19396 "arrayvec",
19397 "bitflags 2.10.0",
19398 "cursor-icon",
19399 "log",
19400 "memchr",
19401 "serde",
19402]
19403
19404[[package]]
19405name = "wait-timeout"
19406version = "0.2.1"
19407source = "registry+https://github.com/rust-lang/crates.io-index"
19408checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19409dependencies = [
19410 "libc",
19411]
19412
19413[[package]]
19414name = "waker-fn"
19415version = "1.2.0"
19416source = "registry+https://github.com/rust-lang/crates.io-index"
19417checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19418
19419[[package]]
19420name = "walkdir"
19421version = "2.5.0"
19422source = "registry+https://github.com/rust-lang/crates.io-index"
19423checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19424dependencies = [
19425 "same-file",
19426 "winapi-util",
19427]
19428
19429[[package]]
19430name = "want"
19431version = "0.3.1"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19434dependencies = [
19435 "try-lock",
19436]
19437
19438[[package]]
19439name = "warp"
19440version = "0.3.7"
19441source = "registry+https://github.com/rust-lang/crates.io-index"
19442checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19443dependencies = [
19444 "bytes 1.11.1",
19445 "futures-channel",
19446 "futures-util",
19447 "headers",
19448 "http 0.2.12",
19449 "hyper 0.14.32",
19450 "log",
19451 "mime",
19452 "mime_guess",
19453 "percent-encoding",
19454 "pin-project",
19455 "scoped-tls",
19456 "serde",
19457 "serde_json",
19458 "serde_urlencoded",
19459 "tokio",
19460 "tokio-tungstenite 0.21.0",
19461 "tokio-util",
19462 "tower-service",
19463 "tracing",
19464]
19465
19466[[package]]
19467name = "wasi"
19468version = "0.11.1+wasi-snapshot-preview1"
19469source = "registry+https://github.com/rust-lang/crates.io-index"
19470checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19471
19472[[package]]
19473name = "wasip2"
19474version = "1.0.1+wasi-0.2.4"
19475source = "registry+https://github.com/rust-lang/crates.io-index"
19476checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19477dependencies = [
19478 "wit-bindgen 0.46.0",
19479]
19480
19481[[package]]
19482name = "wasip3"
19483version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19484source = "registry+https://github.com/rust-lang/crates.io-index"
19485checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19486dependencies = [
19487 "wit-bindgen 0.51.0",
19488]
19489
19490[[package]]
19491name = "wasite"
19492version = "0.1.0"
19493source = "registry+https://github.com/rust-lang/crates.io-index"
19494checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19495
19496[[package]]
19497name = "wasm-bindgen"
19498version = "0.2.113"
19499source = "registry+https://github.com/rust-lang/crates.io-index"
19500checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19501dependencies = [
19502 "cfg-if",
19503 "once_cell",
19504 "rustversion",
19505 "wasm-bindgen-macro",
19506 "wasm-bindgen-shared",
19507]
19508
19509[[package]]
19510name = "wasm-bindgen-futures"
19511version = "0.4.63"
19512source = "registry+https://github.com/rust-lang/crates.io-index"
19513checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19514dependencies = [
19515 "cfg-if",
19516 "futures-util",
19517 "js-sys",
19518 "once_cell",
19519 "wasm-bindgen",
19520 "web-sys",
19521]
19522
19523[[package]]
19524name = "wasm-bindgen-macro"
19525version = "0.2.113"
19526source = "registry+https://github.com/rust-lang/crates.io-index"
19527checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19528dependencies = [
19529 "quote",
19530 "wasm-bindgen-macro-support",
19531]
19532
19533[[package]]
19534name = "wasm-bindgen-macro-support"
19535version = "0.2.113"
19536source = "registry+https://github.com/rust-lang/crates.io-index"
19537checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19538dependencies = [
19539 "bumpalo",
19540 "proc-macro2",
19541 "quote",
19542 "syn 2.0.117",
19543 "wasm-bindgen-shared",
19544]
19545
19546[[package]]
19547name = "wasm-bindgen-shared"
19548version = "0.2.113"
19549source = "registry+https://github.com/rust-lang/crates.io-index"
19550checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19551dependencies = [
19552 "unicode-ident",
19553]
19554
19555[[package]]
19556name = "wasm-encoder"
19557version = "0.201.0"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19560dependencies = [
19561 "leb128",
19562]
19563
19564[[package]]
19565name = "wasm-encoder"
19566version = "0.221.3"
19567source = "registry+https://github.com/rust-lang/crates.io-index"
19568checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19569dependencies = [
19570 "leb128",
19571 "wasmparser 0.221.3",
19572]
19573
19574[[package]]
19575name = "wasm-encoder"
19576version = "0.227.1"
19577source = "registry+https://github.com/rust-lang/crates.io-index"
19578checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19579dependencies = [
19580 "leb128fmt",
19581 "wasmparser 0.227.1",
19582]
19583
19584[[package]]
19585name = "wasm-encoder"
19586version = "0.236.1"
19587source = "registry+https://github.com/rust-lang/crates.io-index"
19588checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19589dependencies = [
19590 "leb128fmt",
19591 "wasmparser 0.236.1",
19592]
19593
19594[[package]]
19595name = "wasm-encoder"
19596version = "0.244.0"
19597source = "registry+https://github.com/rust-lang/crates.io-index"
19598checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19599dependencies = [
19600 "leb128fmt",
19601 "wasmparser 0.244.0",
19602]
19603
19604[[package]]
19605name = "wasm-metadata"
19606version = "0.201.0"
19607source = "registry+https://github.com/rust-lang/crates.io-index"
19608checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19609dependencies = [
19610 "anyhow",
19611 "indexmap",
19612 "serde",
19613 "serde_derive",
19614 "serde_json",
19615 "spdx",
19616 "wasm-encoder 0.201.0",
19617 "wasmparser 0.201.0",
19618]
19619
19620[[package]]
19621name = "wasm-metadata"
19622version = "0.227.1"
19623source = "registry+https://github.com/rust-lang/crates.io-index"
19624checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19625dependencies = [
19626 "anyhow",
19627 "auditable-serde",
19628 "flate2",
19629 "indexmap",
19630 "serde",
19631 "serde_derive",
19632 "serde_json",
19633 "spdx",
19634 "url",
19635 "wasm-encoder 0.227.1",
19636 "wasmparser 0.227.1",
19637]
19638
19639[[package]]
19640name = "wasm-metadata"
19641version = "0.244.0"
19642source = "registry+https://github.com/rust-lang/crates.io-index"
19643checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19644dependencies = [
19645 "anyhow",
19646 "indexmap",
19647 "wasm-encoder 0.244.0",
19648 "wasmparser 0.244.0",
19649]
19650
19651[[package]]
19652name = "wasm-streams"
19653version = "0.4.2"
19654source = "registry+https://github.com/rust-lang/crates.io-index"
19655checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19656dependencies = [
19657 "futures-util",
19658 "js-sys",
19659 "wasm-bindgen",
19660 "wasm-bindgen-futures",
19661 "web-sys",
19662]
19663
19664[[package]]
19665name = "wasm_thread"
19666version = "0.3.3"
19667source = "registry+https://github.com/rust-lang/crates.io-index"
19668checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19669dependencies = [
19670 "futures 0.3.32",
19671 "js-sys",
19672 "wasm-bindgen",
19673 "web-sys",
19674]
19675
19676[[package]]
19677name = "wasmparser"
19678version = "0.201.0"
19679source = "registry+https://github.com/rust-lang/crates.io-index"
19680checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19681dependencies = [
19682 "bitflags 2.10.0",
19683 "indexmap",
19684 "semver",
19685]
19686
19687[[package]]
19688name = "wasmparser"
19689version = "0.221.3"
19690source = "registry+https://github.com/rust-lang/crates.io-index"
19691checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19692dependencies = [
19693 "bitflags 2.10.0",
19694 "hashbrown 0.15.5",
19695 "indexmap",
19696 "semver",
19697 "serde",
19698]
19699
19700[[package]]
19701name = "wasmparser"
19702version = "0.227.1"
19703source = "registry+https://github.com/rust-lang/crates.io-index"
19704checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19705dependencies = [
19706 "bitflags 2.10.0",
19707 "hashbrown 0.15.5",
19708 "indexmap",
19709 "semver",
19710]
19711
19712[[package]]
19713name = "wasmparser"
19714version = "0.236.1"
19715source = "registry+https://github.com/rust-lang/crates.io-index"
19716checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19717dependencies = [
19718 "bitflags 2.10.0",
19719 "hashbrown 0.15.5",
19720 "indexmap",
19721 "semver",
19722 "serde",
19723]
19724
19725[[package]]
19726name = "wasmparser"
19727version = "0.244.0"
19728source = "registry+https://github.com/rust-lang/crates.io-index"
19729checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19730dependencies = [
19731 "bitflags 2.10.0",
19732 "hashbrown 0.15.5",
19733 "indexmap",
19734 "semver",
19735]
19736
19737[[package]]
19738name = "wasmprinter"
19739version = "0.236.1"
19740source = "registry+https://github.com/rust-lang/crates.io-index"
19741checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19742dependencies = [
19743 "anyhow",
19744 "termcolor",
19745 "wasmparser 0.236.1",
19746]
19747
19748[[package]]
19749name = "wasmtime"
19750version = "36.0.6"
19751source = "registry+https://github.com/rust-lang/crates.io-index"
19752checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19753dependencies = [
19754 "addr2line",
19755 "anyhow",
19756 "async-trait",
19757 "bitflags 2.10.0",
19758 "bumpalo",
19759 "cc",
19760 "cfg-if",
19761 "encoding_rs",
19762 "hashbrown 0.15.5",
19763 "indexmap",
19764 "libc",
19765 "log",
19766 "mach2 0.4.3",
19767 "memfd",
19768 "object",
19769 "once_cell",
19770 "postcard",
19771 "pulley-interpreter",
19772 "rayon",
19773 "rustix 1.1.2",
19774 "semver",
19775 "serde",
19776 "serde_derive",
19777 "smallvec",
19778 "target-lexicon 0.13.3",
19779 "wasmparser 0.236.1",
19780 "wasmtime-environ",
19781 "wasmtime-internal-asm-macros",
19782 "wasmtime-internal-component-macro",
19783 "wasmtime-internal-component-util",
19784 "wasmtime-internal-cranelift",
19785 "wasmtime-internal-fiber",
19786 "wasmtime-internal-jit-debug",
19787 "wasmtime-internal-jit-icache-coherence",
19788 "wasmtime-internal-math",
19789 "wasmtime-internal-slab",
19790 "wasmtime-internal-unwinder",
19791 "wasmtime-internal-versioned-export-macros",
19792 "wasmtime-internal-winch",
19793 "windows-sys 0.60.2",
19794]
19795
19796[[package]]
19797name = "wasmtime-c-api-impl"
19798version = "36.0.6"
19799source = "registry+https://github.com/rust-lang/crates.io-index"
19800checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19801dependencies = [
19802 "anyhow",
19803 "log",
19804 "tracing",
19805 "wasmtime",
19806 "wasmtime-internal-c-api-macros",
19807]
19808
19809[[package]]
19810name = "wasmtime-environ"
19811version = "36.0.6"
19812source = "registry+https://github.com/rust-lang/crates.io-index"
19813checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19814dependencies = [
19815 "anyhow",
19816 "cpp_demangle",
19817 "cranelift-bitset",
19818 "cranelift-entity",
19819 "gimli",
19820 "indexmap",
19821 "log",
19822 "object",
19823 "postcard",
19824 "rustc-demangle",
19825 "semver",
19826 "serde",
19827 "serde_derive",
19828 "smallvec",
19829 "target-lexicon 0.13.3",
19830 "wasm-encoder 0.236.1",
19831 "wasmparser 0.236.1",
19832 "wasmprinter",
19833 "wasmtime-internal-component-util",
19834]
19835
19836[[package]]
19837name = "wasmtime-internal-asm-macros"
19838version = "36.0.6"
19839source = "registry+https://github.com/rust-lang/crates.io-index"
19840checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19841dependencies = [
19842 "cfg-if",
19843]
19844
19845[[package]]
19846name = "wasmtime-internal-c-api-macros"
19847version = "36.0.6"
19848source = "registry+https://github.com/rust-lang/crates.io-index"
19849checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19850dependencies = [
19851 "proc-macro2",
19852 "quote",
19853]
19854
19855[[package]]
19856name = "wasmtime-internal-component-macro"
19857version = "36.0.6"
19858source = "registry+https://github.com/rust-lang/crates.io-index"
19859checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19860dependencies = [
19861 "anyhow",
19862 "proc-macro2",
19863 "quote",
19864 "syn 2.0.117",
19865 "wasmtime-internal-component-util",
19866 "wasmtime-internal-wit-bindgen",
19867 "wit-parser 0.236.1",
19868]
19869
19870[[package]]
19871name = "wasmtime-internal-component-util"
19872version = "36.0.6"
19873source = "registry+https://github.com/rust-lang/crates.io-index"
19874checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19875
19876[[package]]
19877name = "wasmtime-internal-cranelift"
19878version = "36.0.6"
19879source = "registry+https://github.com/rust-lang/crates.io-index"
19880checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19881dependencies = [
19882 "anyhow",
19883 "cfg-if",
19884 "cranelift-codegen",
19885 "cranelift-control",
19886 "cranelift-entity",
19887 "cranelift-frontend",
19888 "cranelift-native",
19889 "gimli",
19890 "itertools 0.14.0",
19891 "log",
19892 "object",
19893 "pulley-interpreter",
19894 "smallvec",
19895 "target-lexicon 0.13.3",
19896 "thiserror 2.0.17",
19897 "wasmparser 0.236.1",
19898 "wasmtime-environ",
19899 "wasmtime-internal-math",
19900 "wasmtime-internal-versioned-export-macros",
19901]
19902
19903[[package]]
19904name = "wasmtime-internal-fiber"
19905version = "36.0.6"
19906source = "registry+https://github.com/rust-lang/crates.io-index"
19907checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19908dependencies = [
19909 "anyhow",
19910 "cc",
19911 "cfg-if",
19912 "libc",
19913 "rustix 1.1.2",
19914 "wasmtime-internal-asm-macros",
19915 "wasmtime-internal-versioned-export-macros",
19916 "windows-sys 0.60.2",
19917]
19918
19919[[package]]
19920name = "wasmtime-internal-jit-debug"
19921version = "36.0.6"
19922source = "registry+https://github.com/rust-lang/crates.io-index"
19923checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19924dependencies = [
19925 "cc",
19926 "wasmtime-internal-versioned-export-macros",
19927]
19928
19929[[package]]
19930name = "wasmtime-internal-jit-icache-coherence"
19931version = "36.0.6"
19932source = "registry+https://github.com/rust-lang/crates.io-index"
19933checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19934dependencies = [
19935 "anyhow",
19936 "cfg-if",
19937 "libc",
19938 "windows-sys 0.60.2",
19939]
19940
19941[[package]]
19942name = "wasmtime-internal-math"
19943version = "36.0.6"
19944source = "registry+https://github.com/rust-lang/crates.io-index"
19945checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19946dependencies = [
19947 "libm",
19948]
19949
19950[[package]]
19951name = "wasmtime-internal-slab"
19952version = "36.0.6"
19953source = "registry+https://github.com/rust-lang/crates.io-index"
19954checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19955
19956[[package]]
19957name = "wasmtime-internal-unwinder"
19958version = "36.0.6"
19959source = "registry+https://github.com/rust-lang/crates.io-index"
19960checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19961dependencies = [
19962 "anyhow",
19963 "cfg-if",
19964 "cranelift-codegen",
19965 "log",
19966 "object",
19967]
19968
19969[[package]]
19970name = "wasmtime-internal-versioned-export-macros"
19971version = "36.0.6"
19972source = "registry+https://github.com/rust-lang/crates.io-index"
19973checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19974dependencies = [
19975 "proc-macro2",
19976 "quote",
19977 "syn 2.0.117",
19978]
19979
19980[[package]]
19981name = "wasmtime-internal-winch"
19982version = "36.0.6"
19983source = "registry+https://github.com/rust-lang/crates.io-index"
19984checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19985dependencies = [
19986 "anyhow",
19987 "cranelift-codegen",
19988 "gimli",
19989 "object",
19990 "target-lexicon 0.13.3",
19991 "wasmparser 0.236.1",
19992 "wasmtime-environ",
19993 "wasmtime-internal-cranelift",
19994 "winch-codegen",
19995]
19996
19997[[package]]
19998name = "wasmtime-internal-wit-bindgen"
19999version = "36.0.6"
20000source = "registry+https://github.com/rust-lang/crates.io-index"
20001checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
20002dependencies = [
20003 "anyhow",
20004 "bitflags 2.10.0",
20005 "heck 0.5.0",
20006 "indexmap",
20007 "wit-parser 0.236.1",
20008]
20009
20010[[package]]
20011name = "wasmtime-wasi"
20012version = "36.0.6"
20013source = "registry+https://github.com/rust-lang/crates.io-index"
20014checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20015dependencies = [
20016 "anyhow",
20017 "async-trait",
20018 "bitflags 2.10.0",
20019 "bytes 1.11.1",
20020 "cap-fs-ext",
20021 "cap-net-ext",
20022 "cap-rand",
20023 "cap-std",
20024 "cap-time-ext",
20025 "fs-set-times",
20026 "futures 0.3.32",
20027 "io-extras",
20028 "io-lifetimes",
20029 "rustix 1.1.2",
20030 "system-interface",
20031 "thiserror 2.0.17",
20032 "tokio",
20033 "tracing",
20034 "url",
20035 "wasmtime",
20036 "wasmtime-wasi-io",
20037 "wiggle",
20038 "windows-sys 0.60.2",
20039]
20040
20041[[package]]
20042name = "wasmtime-wasi-io"
20043version = "36.0.6"
20044source = "registry+https://github.com/rust-lang/crates.io-index"
20045checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20046dependencies = [
20047 "anyhow",
20048 "async-trait",
20049 "bytes 1.11.1",
20050 "futures 0.3.32",
20051 "wasmtime",
20052]
20053
20054[[package]]
20055name = "wast"
20056version = "35.0.2"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20059dependencies = [
20060 "leb128",
20061]
20062
20063[[package]]
20064name = "watch"
20065version = "0.1.0"
20066dependencies = [
20067 "ctor",
20068 "futures 0.3.32",
20069 "gpui",
20070 "parking_lot",
20071 "zlog",
20072]
20073
20074[[package]]
20075name = "wax"
20076version = "0.7.0"
20077source = "registry+https://github.com/rust-lang/crates.io-index"
20078checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20079dependencies = [
20080 "const_format",
20081 "itertools 0.14.0",
20082 "nom 7.1.3",
20083 "pori",
20084 "regex",
20085 "thiserror 2.0.17",
20086 "walkdir",
20087]
20088
20089[[package]]
20090name = "wayland-backend"
20091version = "0.3.11"
20092source = "registry+https://github.com/rust-lang/crates.io-index"
20093checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20094dependencies = [
20095 "cc",
20096 "downcast-rs",
20097 "rustix 1.1.2",
20098 "scoped-tls",
20099 "smallvec",
20100 "wayland-sys",
20101]
20102
20103[[package]]
20104name = "wayland-client"
20105version = "0.31.11"
20106source = "registry+https://github.com/rust-lang/crates.io-index"
20107checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20108dependencies = [
20109 "bitflags 2.10.0",
20110 "rustix 1.1.2",
20111 "wayland-backend",
20112 "wayland-scanner",
20113]
20114
20115[[package]]
20116name = "wayland-cursor"
20117version = "0.31.11"
20118source = "registry+https://github.com/rust-lang/crates.io-index"
20119checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20120dependencies = [
20121 "rustix 1.1.2",
20122 "wayland-client",
20123 "xcursor",
20124]
20125
20126[[package]]
20127name = "wayland-protocols"
20128version = "0.32.9"
20129source = "registry+https://github.com/rust-lang/crates.io-index"
20130checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20131dependencies = [
20132 "bitflags 2.10.0",
20133 "wayland-backend",
20134 "wayland-client",
20135 "wayland-scanner",
20136]
20137
20138[[package]]
20139name = "wayland-protocols-plasma"
20140version = "0.3.9"
20141source = "registry+https://github.com/rust-lang/crates.io-index"
20142checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20143dependencies = [
20144 "bitflags 2.10.0",
20145 "wayland-backend",
20146 "wayland-client",
20147 "wayland-protocols",
20148 "wayland-scanner",
20149]
20150
20151[[package]]
20152name = "wayland-protocols-wlr"
20153version = "0.3.9"
20154source = "registry+https://github.com/rust-lang/crates.io-index"
20155checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20156dependencies = [
20157 "bitflags 2.10.0",
20158 "wayland-backend",
20159 "wayland-client",
20160 "wayland-protocols",
20161 "wayland-scanner",
20162]
20163
20164[[package]]
20165name = "wayland-scanner"
20166version = "0.31.7"
20167source = "registry+https://github.com/rust-lang/crates.io-index"
20168checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20169dependencies = [
20170 "proc-macro2",
20171 "quick-xml 0.37.5",
20172 "quote",
20173]
20174
20175[[package]]
20176name = "wayland-sys"
20177version = "0.31.7"
20178source = "registry+https://github.com/rust-lang/crates.io-index"
20179checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20180dependencies = [
20181 "dlib",
20182 "log",
20183 "once_cell",
20184 "pkg-config",
20185]
20186
20187[[package]]
20188name = "web-sys"
20189version = "0.3.90"
20190source = "registry+https://github.com/rust-lang/crates.io-index"
20191checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20192dependencies = [
20193 "js-sys",
20194 "wasm-bindgen",
20195]
20196
20197[[package]]
20198name = "web-time"
20199version = "1.1.0"
20200source = "registry+https://github.com/rust-lang/crates.io-index"
20201checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20202dependencies = [
20203 "js-sys",
20204 "serde",
20205 "wasm-bindgen",
20206]
20207
20208[[package]]
20209name = "web_atoms"
20210version = "0.1.3"
20211source = "registry+https://github.com/rust-lang/crates.io-index"
20212checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20213dependencies = [
20214 "phf 0.11.3",
20215 "phf_codegen",
20216 "string_cache",
20217 "string_cache_codegen",
20218]
20219
20220[[package]]
20221name = "web_search"
20222version = "0.1.0"
20223dependencies = [
20224 "anyhow",
20225 "cloud_llm_client",
20226 "collections",
20227 "gpui",
20228 "serde",
20229]
20230
20231[[package]]
20232name = "web_search_providers"
20233version = "0.1.0"
20234dependencies = [
20235 "anyhow",
20236 "client",
20237 "cloud_api_client",
20238 "cloud_api_types",
20239 "cloud_llm_client",
20240 "futures 0.3.32",
20241 "gpui",
20242 "http_client",
20243 "language_model",
20244 "serde",
20245 "serde_json",
20246 "web_search",
20247]
20248
20249[[package]]
20250name = "webpki-root-certs"
20251version = "0.26.8"
20252source = "registry+https://github.com/rust-lang/crates.io-index"
20253checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20254dependencies = [
20255 "rustls-pki-types",
20256]
20257
20258[[package]]
20259name = "webpki-roots"
20260version = "0.26.8"
20261source = "registry+https://github.com/rust-lang/crates.io-index"
20262checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20263dependencies = [
20264 "rustls-pki-types",
20265]
20266
20267[[package]]
20268name = "webrtc-sys"
20269version = "0.3.23"
20270source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20271dependencies = [
20272 "cc",
20273 "cxx",
20274 "cxx-build",
20275 "glob",
20276 "log",
20277 "pkg-config",
20278 "webrtc-sys-build",
20279]
20280
20281[[package]]
20282name = "webrtc-sys-build"
20283version = "0.3.13"
20284source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20285dependencies = [
20286 "anyhow",
20287 "fs2",
20288 "regex",
20289 "reqwest 0.12.24",
20290 "scratch",
20291 "semver",
20292 "zip 0.6.6",
20293]
20294
20295[[package]]
20296name = "weezl"
20297version = "0.1.10"
20298source = "registry+https://github.com/rust-lang/crates.io-index"
20299checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20300
20301[[package]]
20302name = "wgpu"
20303version = "29.0.0"
20304source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20305dependencies = [
20306 "arrayvec",
20307 "bitflags 2.10.0",
20308 "bytemuck",
20309 "cfg-if",
20310 "cfg_aliases 0.2.1",
20311 "document-features",
20312 "hashbrown 0.16.1",
20313 "js-sys",
20314 "log",
20315 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20316 "parking_lot",
20317 "portable-atomic",
20318 "profiling",
20319 "raw-window-handle",
20320 "smallvec",
20321 "static_assertions",
20322 "wasm-bindgen",
20323 "wasm-bindgen-futures",
20324 "web-sys",
20325 "wgpu-core",
20326 "wgpu-hal",
20327 "wgpu-types",
20328]
20329
20330[[package]]
20331name = "wgpu-core"
20332version = "29.0.0"
20333source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20334dependencies = [
20335 "arrayvec",
20336 "bit-set 0.9.1",
20337 "bit-vec 0.9.1",
20338 "bitflags 2.10.0",
20339 "bytemuck",
20340 "cfg_aliases 0.2.1",
20341 "document-features",
20342 "hashbrown 0.16.1",
20343 "indexmap",
20344 "log",
20345 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20346 "once_cell",
20347 "parking_lot",
20348 "portable-atomic",
20349 "profiling",
20350 "raw-window-handle",
20351 "rustc-hash 1.1.0",
20352 "smallvec",
20353 "thiserror 2.0.17",
20354 "wgpu-core-deps-apple",
20355 "wgpu-core-deps-emscripten",
20356 "wgpu-core-deps-windows-linux-android",
20357 "wgpu-hal",
20358 "wgpu-naga-bridge",
20359 "wgpu-types",
20360]
20361
20362[[package]]
20363name = "wgpu-core-deps-apple"
20364version = "29.0.0"
20365source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20366dependencies = [
20367 "wgpu-hal",
20368]
20369
20370[[package]]
20371name = "wgpu-core-deps-emscripten"
20372version = "29.0.0"
20373source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20374dependencies = [
20375 "wgpu-hal",
20376]
20377
20378[[package]]
20379name = "wgpu-core-deps-windows-linux-android"
20380version = "29.0.0"
20381source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20382dependencies = [
20383 "wgpu-hal",
20384]
20385
20386[[package]]
20387name = "wgpu-hal"
20388version = "29.0.0"
20389source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20390dependencies = [
20391 "android_system_properties",
20392 "arrayvec",
20393 "ash",
20394 "bit-set 0.9.1",
20395 "bitflags 2.10.0",
20396 "block2",
20397 "bytemuck",
20398 "cfg-if",
20399 "cfg_aliases 0.2.1",
20400 "glow",
20401 "glutin_wgl_sys",
20402 "gpu-allocator",
20403 "gpu-descriptor",
20404 "hashbrown 0.16.1",
20405 "js-sys",
20406 "khronos-egl",
20407 "libc",
20408 "libloading",
20409 "log",
20410 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20411 "ndk-sys",
20412 "objc2",
20413 "objc2-core-foundation",
20414 "objc2-foundation",
20415 "objc2-metal",
20416 "objc2-quartz-core",
20417 "once_cell",
20418 "ordered-float 4.6.0",
20419 "parking_lot",
20420 "portable-atomic",
20421 "portable-atomic-util",
20422 "profiling",
20423 "range-alloc",
20424 "raw-window-handle",
20425 "raw-window-metal",
20426 "renderdoc-sys",
20427 "smallvec",
20428 "thiserror 2.0.17",
20429 "wasm-bindgen",
20430 "wayland-sys",
20431 "web-sys",
20432 "wgpu-naga-bridge",
20433 "wgpu-types",
20434 "windows 0.62.2",
20435 "windows-core 0.62.2",
20436]
20437
20438[[package]]
20439name = "wgpu-naga-bridge"
20440version = "29.0.0"
20441source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20442dependencies = [
20443 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20444 "wgpu-types",
20445]
20446
20447[[package]]
20448name = "wgpu-types"
20449version = "29.0.0"
20450source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20451dependencies = [
20452 "bitflags 2.10.0",
20453 "bytemuck",
20454 "js-sys",
20455 "log",
20456 "raw-window-handle",
20457 "web-sys",
20458]
20459
20460[[package]]
20461name = "which"
20462version = "4.4.2"
20463source = "registry+https://github.com/rust-lang/crates.io-index"
20464checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20465dependencies = [
20466 "either",
20467 "home",
20468 "once_cell",
20469 "rustix 0.38.44",
20470]
20471
20472[[package]]
20473name = "which"
20474version = "6.0.3"
20475source = "registry+https://github.com/rust-lang/crates.io-index"
20476checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20477dependencies = [
20478 "either",
20479 "home",
20480 "rustix 0.38.44",
20481 "winsafe",
20482]
20483
20484[[package]]
20485name = "which_key"
20486version = "0.1.0"
20487dependencies = [
20488 "command_palette",
20489 "gpui",
20490 "serde",
20491 "settings",
20492 "theme_settings",
20493 "ui",
20494 "util",
20495 "workspace",
20496]
20497
20498[[package]]
20499name = "whoami"
20500version = "1.6.1"
20501source = "registry+https://github.com/rust-lang/crates.io-index"
20502checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20503dependencies = [
20504 "libredox",
20505 "wasite",
20506]
20507
20508[[package]]
20509name = "wiggle"
20510version = "36.0.6"
20511source = "registry+https://github.com/rust-lang/crates.io-index"
20512checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20513dependencies = [
20514 "anyhow",
20515 "async-trait",
20516 "bitflags 2.10.0",
20517 "thiserror 2.0.17",
20518 "tracing",
20519 "wasmtime",
20520 "wiggle-macro",
20521]
20522
20523[[package]]
20524name = "wiggle-generate"
20525version = "36.0.6"
20526source = "registry+https://github.com/rust-lang/crates.io-index"
20527checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20528dependencies = [
20529 "anyhow",
20530 "heck 0.5.0",
20531 "proc-macro2",
20532 "quote",
20533 "syn 2.0.117",
20534 "witx",
20535]
20536
20537[[package]]
20538name = "wiggle-macro"
20539version = "36.0.6"
20540source = "registry+https://github.com/rust-lang/crates.io-index"
20541checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20542dependencies = [
20543 "proc-macro2",
20544 "quote",
20545 "syn 2.0.117",
20546 "wiggle-generate",
20547]
20548
20549[[package]]
20550name = "winapi"
20551version = "0.3.9"
20552source = "registry+https://github.com/rust-lang/crates.io-index"
20553checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20554dependencies = [
20555 "winapi-i686-pc-windows-gnu",
20556 "winapi-x86_64-pc-windows-gnu",
20557]
20558
20559[[package]]
20560name = "winapi-i686-pc-windows-gnu"
20561version = "0.4.0"
20562source = "registry+https://github.com/rust-lang/crates.io-index"
20563checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20564
20565[[package]]
20566name = "winapi-util"
20567version = "0.1.11"
20568source = "registry+https://github.com/rust-lang/crates.io-index"
20569checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20570dependencies = [
20571 "windows-sys 0.61.2",
20572]
20573
20574[[package]]
20575name = "winapi-x86_64-pc-windows-gnu"
20576version = "0.4.0"
20577source = "registry+https://github.com/rust-lang/crates.io-index"
20578checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20579
20580[[package]]
20581name = "winch-codegen"
20582version = "36.0.6"
20583source = "registry+https://github.com/rust-lang/crates.io-index"
20584checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20585dependencies = [
20586 "anyhow",
20587 "cranelift-assembler-x64",
20588 "cranelift-codegen",
20589 "gimli",
20590 "regalloc2",
20591 "smallvec",
20592 "target-lexicon 0.13.3",
20593 "thiserror 2.0.17",
20594 "wasmparser 0.236.1",
20595 "wasmtime-environ",
20596 "wasmtime-internal-cranelift",
20597 "wasmtime-internal-math",
20598]
20599
20600[[package]]
20601name = "windows"
20602version = "0.57.0"
20603source = "registry+https://github.com/rust-lang/crates.io-index"
20604checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20605dependencies = [
20606 "windows-core 0.57.0",
20607 "windows-targets 0.52.6",
20608]
20609
20610[[package]]
20611name = "windows"
20612version = "0.58.0"
20613source = "registry+https://github.com/rust-lang/crates.io-index"
20614checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20615dependencies = [
20616 "windows-core 0.58.0",
20617 "windows-targets 0.52.6",
20618]
20619
20620[[package]]
20621name = "windows"
20622version = "0.61.3"
20623source = "registry+https://github.com/rust-lang/crates.io-index"
20624checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20625dependencies = [
20626 "windows-collections 0.2.0",
20627 "windows-core 0.61.2",
20628 "windows-future 0.2.1",
20629 "windows-link 0.1.3",
20630 "windows-numerics 0.2.0",
20631]
20632
20633[[package]]
20634name = "windows"
20635version = "0.62.2"
20636source = "registry+https://github.com/rust-lang/crates.io-index"
20637checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20638dependencies = [
20639 "windows-collections 0.3.2",
20640 "windows-core 0.62.2",
20641 "windows-future 0.3.2",
20642 "windows-numerics 0.3.1",
20643]
20644
20645[[package]]
20646name = "windows-bindgen"
20647version = "0.61.1"
20648source = "registry+https://github.com/rust-lang/crates.io-index"
20649checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20650dependencies = [
20651 "serde",
20652 "serde_json",
20653 "windows-threading 0.1.0",
20654]
20655
20656[[package]]
20657name = "windows-capture"
20658version = "1.4.3"
20659source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20660dependencies = [
20661 "clap",
20662 "ctrlc",
20663 "parking_lot",
20664 "rayon",
20665 "thiserror 2.0.17",
20666 "windows 0.61.3",
20667 "windows-future 0.2.1",
20668]
20669
20670[[package]]
20671name = "windows-collections"
20672version = "0.2.0"
20673source = "registry+https://github.com/rust-lang/crates.io-index"
20674checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20675dependencies = [
20676 "windows-core 0.61.2",
20677]
20678
20679[[package]]
20680name = "windows-collections"
20681version = "0.3.2"
20682source = "registry+https://github.com/rust-lang/crates.io-index"
20683checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20684dependencies = [
20685 "windows-core 0.62.2",
20686]
20687
20688[[package]]
20689name = "windows-core"
20690version = "0.57.0"
20691source = "registry+https://github.com/rust-lang/crates.io-index"
20692checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20693dependencies = [
20694 "windows-implement 0.57.0",
20695 "windows-interface 0.57.0",
20696 "windows-result 0.1.2",
20697 "windows-targets 0.52.6",
20698]
20699
20700[[package]]
20701name = "windows-core"
20702version = "0.58.0"
20703source = "registry+https://github.com/rust-lang/crates.io-index"
20704checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20705dependencies = [
20706 "windows-implement 0.58.0",
20707 "windows-interface 0.58.0",
20708 "windows-result 0.2.0",
20709 "windows-strings 0.1.0",
20710 "windows-targets 0.52.6",
20711]
20712
20713[[package]]
20714name = "windows-core"
20715version = "0.61.2"
20716source = "registry+https://github.com/rust-lang/crates.io-index"
20717checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20718dependencies = [
20719 "windows-implement 0.60.2",
20720 "windows-interface 0.59.3",
20721 "windows-link 0.1.3",
20722 "windows-result 0.3.4",
20723 "windows-strings 0.4.2",
20724]
20725
20726[[package]]
20727name = "windows-core"
20728version = "0.62.2"
20729source = "registry+https://github.com/rust-lang/crates.io-index"
20730checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20731dependencies = [
20732 "windows-implement 0.60.2",
20733 "windows-interface 0.59.3",
20734 "windows-link 0.2.1",
20735 "windows-result 0.4.1",
20736 "windows-strings 0.5.1",
20737]
20738
20739[[package]]
20740name = "windows-future"
20741version = "0.2.1"
20742source = "registry+https://github.com/rust-lang/crates.io-index"
20743checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20744dependencies = [
20745 "windows-core 0.61.2",
20746 "windows-link 0.1.3",
20747 "windows-threading 0.1.0",
20748]
20749
20750[[package]]
20751name = "windows-future"
20752version = "0.3.2"
20753source = "registry+https://github.com/rust-lang/crates.io-index"
20754checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20755dependencies = [
20756 "windows-core 0.62.2",
20757 "windows-link 0.2.1",
20758 "windows-threading 0.2.1",
20759]
20760
20761[[package]]
20762name = "windows-implement"
20763version = "0.57.0"
20764source = "registry+https://github.com/rust-lang/crates.io-index"
20765checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20766dependencies = [
20767 "proc-macro2",
20768 "quote",
20769 "syn 2.0.117",
20770]
20771
20772[[package]]
20773name = "windows-implement"
20774version = "0.58.0"
20775source = "registry+https://github.com/rust-lang/crates.io-index"
20776checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20777dependencies = [
20778 "proc-macro2",
20779 "quote",
20780 "syn 2.0.117",
20781]
20782
20783[[package]]
20784name = "windows-implement"
20785version = "0.60.2"
20786source = "registry+https://github.com/rust-lang/crates.io-index"
20787checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20788dependencies = [
20789 "proc-macro2",
20790 "quote",
20791 "syn 2.0.117",
20792]
20793
20794[[package]]
20795name = "windows-interface"
20796version = "0.57.0"
20797source = "registry+https://github.com/rust-lang/crates.io-index"
20798checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20799dependencies = [
20800 "proc-macro2",
20801 "quote",
20802 "syn 2.0.117",
20803]
20804
20805[[package]]
20806name = "windows-interface"
20807version = "0.58.0"
20808source = "registry+https://github.com/rust-lang/crates.io-index"
20809checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20810dependencies = [
20811 "proc-macro2",
20812 "quote",
20813 "syn 2.0.117",
20814]
20815
20816[[package]]
20817name = "windows-interface"
20818version = "0.59.3"
20819source = "registry+https://github.com/rust-lang/crates.io-index"
20820checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20821dependencies = [
20822 "proc-macro2",
20823 "quote",
20824 "syn 2.0.117",
20825]
20826
20827[[package]]
20828name = "windows-link"
20829version = "0.1.3"
20830source = "registry+https://github.com/rust-lang/crates.io-index"
20831checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20832
20833[[package]]
20834name = "windows-link"
20835version = "0.2.1"
20836source = "registry+https://github.com/rust-lang/crates.io-index"
20837checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20838
20839[[package]]
20840name = "windows-numerics"
20841version = "0.2.0"
20842source = "registry+https://github.com/rust-lang/crates.io-index"
20843checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20844dependencies = [
20845 "windows-core 0.61.2",
20846 "windows-link 0.1.3",
20847]
20848
20849[[package]]
20850name = "windows-numerics"
20851version = "0.3.1"
20852source = "registry+https://github.com/rust-lang/crates.io-index"
20853checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20854dependencies = [
20855 "windows-core 0.62.2",
20856 "windows-link 0.2.1",
20857]
20858
20859[[package]]
20860name = "windows-registry"
20861version = "0.4.0"
20862source = "registry+https://github.com/rust-lang/crates.io-index"
20863checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20864dependencies = [
20865 "windows-result 0.3.4",
20866 "windows-strings 0.3.1",
20867 "windows-targets 0.53.5",
20868]
20869
20870[[package]]
20871name = "windows-registry"
20872version = "0.5.3"
20873source = "registry+https://github.com/rust-lang/crates.io-index"
20874checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20875dependencies = [
20876 "windows-link 0.1.3",
20877 "windows-result 0.3.4",
20878 "windows-strings 0.4.2",
20879]
20880
20881[[package]]
20882name = "windows-registry"
20883version = "0.6.1"
20884source = "registry+https://github.com/rust-lang/crates.io-index"
20885checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20886dependencies = [
20887 "windows-link 0.2.1",
20888 "windows-result 0.4.1",
20889 "windows-strings 0.5.1",
20890]
20891
20892[[package]]
20893name = "windows-result"
20894version = "0.1.2"
20895source = "registry+https://github.com/rust-lang/crates.io-index"
20896checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20897dependencies = [
20898 "windows-targets 0.52.6",
20899]
20900
20901[[package]]
20902name = "windows-result"
20903version = "0.2.0"
20904source = "registry+https://github.com/rust-lang/crates.io-index"
20905checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20906dependencies = [
20907 "windows-targets 0.52.6",
20908]
20909
20910[[package]]
20911name = "windows-result"
20912version = "0.3.4"
20913source = "registry+https://github.com/rust-lang/crates.io-index"
20914checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20915dependencies = [
20916 "windows-link 0.1.3",
20917]
20918
20919[[package]]
20920name = "windows-result"
20921version = "0.4.1"
20922source = "registry+https://github.com/rust-lang/crates.io-index"
20923checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20924dependencies = [
20925 "windows-link 0.2.1",
20926]
20927
20928[[package]]
20929name = "windows-strings"
20930version = "0.1.0"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20933dependencies = [
20934 "windows-result 0.2.0",
20935 "windows-targets 0.52.6",
20936]
20937
20938[[package]]
20939name = "windows-strings"
20940version = "0.3.1"
20941source = "registry+https://github.com/rust-lang/crates.io-index"
20942checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20943dependencies = [
20944 "windows-link 0.1.3",
20945]
20946
20947[[package]]
20948name = "windows-strings"
20949version = "0.4.2"
20950source = "registry+https://github.com/rust-lang/crates.io-index"
20951checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20952dependencies = [
20953 "windows-link 0.1.3",
20954]
20955
20956[[package]]
20957name = "windows-strings"
20958version = "0.5.1"
20959source = "registry+https://github.com/rust-lang/crates.io-index"
20960checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20961dependencies = [
20962 "windows-link 0.2.1",
20963]
20964
20965[[package]]
20966name = "windows-sys"
20967version = "0.45.0"
20968source = "registry+https://github.com/rust-lang/crates.io-index"
20969checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20970dependencies = [
20971 "windows-targets 0.42.2",
20972]
20973
20974[[package]]
20975name = "windows-sys"
20976version = "0.48.0"
20977source = "registry+https://github.com/rust-lang/crates.io-index"
20978checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20979dependencies = [
20980 "windows-targets 0.48.5",
20981]
20982
20983[[package]]
20984name = "windows-sys"
20985version = "0.52.0"
20986source = "registry+https://github.com/rust-lang/crates.io-index"
20987checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20988dependencies = [
20989 "windows-targets 0.52.6",
20990]
20991
20992[[package]]
20993name = "windows-sys"
20994version = "0.59.0"
20995source = "registry+https://github.com/rust-lang/crates.io-index"
20996checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20997dependencies = [
20998 "windows-targets 0.52.6",
20999]
21000
21001[[package]]
21002name = "windows-sys"
21003version = "0.60.2"
21004source = "registry+https://github.com/rust-lang/crates.io-index"
21005checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21006dependencies = [
21007 "windows-targets 0.53.5",
21008]
21009
21010[[package]]
21011name = "windows-sys"
21012version = "0.61.2"
21013source = "registry+https://github.com/rust-lang/crates.io-index"
21014checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21015dependencies = [
21016 "windows-link 0.2.1",
21017]
21018
21019[[package]]
21020name = "windows-targets"
21021version = "0.42.2"
21022source = "registry+https://github.com/rust-lang/crates.io-index"
21023checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21024dependencies = [
21025 "windows_aarch64_gnullvm 0.42.2",
21026 "windows_aarch64_msvc 0.42.2",
21027 "windows_i686_gnu 0.42.2",
21028 "windows_i686_msvc 0.42.2",
21029 "windows_x86_64_gnu 0.42.2",
21030 "windows_x86_64_gnullvm 0.42.2",
21031 "windows_x86_64_msvc 0.42.2",
21032]
21033
21034[[package]]
21035name = "windows-targets"
21036version = "0.48.5"
21037source = "registry+https://github.com/rust-lang/crates.io-index"
21038checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21039dependencies = [
21040 "windows_aarch64_gnullvm 0.48.5",
21041 "windows_aarch64_msvc 0.48.5",
21042 "windows_i686_gnu 0.48.5",
21043 "windows_i686_msvc 0.48.5",
21044 "windows_x86_64_gnu 0.48.5",
21045 "windows_x86_64_gnullvm 0.48.5",
21046 "windows_x86_64_msvc 0.48.5",
21047]
21048
21049[[package]]
21050name = "windows-targets"
21051version = "0.52.6"
21052source = "registry+https://github.com/rust-lang/crates.io-index"
21053checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21054dependencies = [
21055 "windows_aarch64_gnullvm 0.52.6",
21056 "windows_aarch64_msvc 0.52.6",
21057 "windows_i686_gnu 0.52.6",
21058 "windows_i686_gnullvm 0.52.6",
21059 "windows_i686_msvc 0.52.6",
21060 "windows_x86_64_gnu 0.52.6",
21061 "windows_x86_64_gnullvm 0.52.6",
21062 "windows_x86_64_msvc 0.52.6",
21063]
21064
21065[[package]]
21066name = "windows-targets"
21067version = "0.53.5"
21068source = "registry+https://github.com/rust-lang/crates.io-index"
21069checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21070dependencies = [
21071 "windows-link 0.2.1",
21072 "windows_aarch64_gnullvm 0.53.1",
21073 "windows_aarch64_msvc 0.53.1",
21074 "windows_i686_gnu 0.53.1",
21075 "windows_i686_gnullvm 0.53.1",
21076 "windows_i686_msvc 0.53.1",
21077 "windows_x86_64_gnu 0.53.1",
21078 "windows_x86_64_gnullvm 0.53.1",
21079 "windows_x86_64_msvc 0.53.1",
21080]
21081
21082[[package]]
21083name = "windows-threading"
21084version = "0.1.0"
21085source = "registry+https://github.com/rust-lang/crates.io-index"
21086checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21087dependencies = [
21088 "windows-link 0.1.3",
21089]
21090
21091[[package]]
21092name = "windows-threading"
21093version = "0.2.1"
21094source = "registry+https://github.com/rust-lang/crates.io-index"
21095checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21096dependencies = [
21097 "windows-link 0.2.1",
21098]
21099
21100[[package]]
21101name = "windows_aarch64_gnullvm"
21102version = "0.42.2"
21103source = "registry+https://github.com/rust-lang/crates.io-index"
21104checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21105
21106[[package]]
21107name = "windows_aarch64_gnullvm"
21108version = "0.48.5"
21109source = "registry+https://github.com/rust-lang/crates.io-index"
21110checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21111
21112[[package]]
21113name = "windows_aarch64_gnullvm"
21114version = "0.52.6"
21115source = "registry+https://github.com/rust-lang/crates.io-index"
21116checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21117
21118[[package]]
21119name = "windows_aarch64_gnullvm"
21120version = "0.53.1"
21121source = "registry+https://github.com/rust-lang/crates.io-index"
21122checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21123
21124[[package]]
21125name = "windows_aarch64_msvc"
21126version = "0.42.2"
21127source = "registry+https://github.com/rust-lang/crates.io-index"
21128checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21129
21130[[package]]
21131name = "windows_aarch64_msvc"
21132version = "0.48.5"
21133source = "registry+https://github.com/rust-lang/crates.io-index"
21134checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21135
21136[[package]]
21137name = "windows_aarch64_msvc"
21138version = "0.52.6"
21139source = "registry+https://github.com/rust-lang/crates.io-index"
21140checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21141
21142[[package]]
21143name = "windows_aarch64_msvc"
21144version = "0.53.1"
21145source = "registry+https://github.com/rust-lang/crates.io-index"
21146checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21147
21148[[package]]
21149name = "windows_i686_gnu"
21150version = "0.42.2"
21151source = "registry+https://github.com/rust-lang/crates.io-index"
21152checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21153
21154[[package]]
21155name = "windows_i686_gnu"
21156version = "0.48.5"
21157source = "registry+https://github.com/rust-lang/crates.io-index"
21158checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21159
21160[[package]]
21161name = "windows_i686_gnu"
21162version = "0.52.6"
21163source = "registry+https://github.com/rust-lang/crates.io-index"
21164checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21165
21166[[package]]
21167name = "windows_i686_gnu"
21168version = "0.53.1"
21169source = "registry+https://github.com/rust-lang/crates.io-index"
21170checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21171
21172[[package]]
21173name = "windows_i686_gnullvm"
21174version = "0.52.6"
21175source = "registry+https://github.com/rust-lang/crates.io-index"
21176checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21177
21178[[package]]
21179name = "windows_i686_gnullvm"
21180version = "0.53.1"
21181source = "registry+https://github.com/rust-lang/crates.io-index"
21182checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21183
21184[[package]]
21185name = "windows_i686_msvc"
21186version = "0.42.2"
21187source = "registry+https://github.com/rust-lang/crates.io-index"
21188checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21189
21190[[package]]
21191name = "windows_i686_msvc"
21192version = "0.48.5"
21193source = "registry+https://github.com/rust-lang/crates.io-index"
21194checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21195
21196[[package]]
21197name = "windows_i686_msvc"
21198version = "0.52.6"
21199source = "registry+https://github.com/rust-lang/crates.io-index"
21200checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21201
21202[[package]]
21203name = "windows_i686_msvc"
21204version = "0.53.1"
21205source = "registry+https://github.com/rust-lang/crates.io-index"
21206checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21207
21208[[package]]
21209name = "windows_x86_64_gnu"
21210version = "0.42.2"
21211source = "registry+https://github.com/rust-lang/crates.io-index"
21212checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21213
21214[[package]]
21215name = "windows_x86_64_gnu"
21216version = "0.48.5"
21217source = "registry+https://github.com/rust-lang/crates.io-index"
21218checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21219
21220[[package]]
21221name = "windows_x86_64_gnu"
21222version = "0.52.6"
21223source = "registry+https://github.com/rust-lang/crates.io-index"
21224checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21225
21226[[package]]
21227name = "windows_x86_64_gnu"
21228version = "0.53.1"
21229source = "registry+https://github.com/rust-lang/crates.io-index"
21230checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21231
21232[[package]]
21233name = "windows_x86_64_gnullvm"
21234version = "0.42.2"
21235source = "registry+https://github.com/rust-lang/crates.io-index"
21236checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21237
21238[[package]]
21239name = "windows_x86_64_gnullvm"
21240version = "0.48.5"
21241source = "registry+https://github.com/rust-lang/crates.io-index"
21242checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21243
21244[[package]]
21245name = "windows_x86_64_gnullvm"
21246version = "0.52.6"
21247source = "registry+https://github.com/rust-lang/crates.io-index"
21248checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21249
21250[[package]]
21251name = "windows_x86_64_gnullvm"
21252version = "0.53.1"
21253source = "registry+https://github.com/rust-lang/crates.io-index"
21254checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21255
21256[[package]]
21257name = "windows_x86_64_msvc"
21258version = "0.42.2"
21259source = "registry+https://github.com/rust-lang/crates.io-index"
21260checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21261
21262[[package]]
21263name = "windows_x86_64_msvc"
21264version = "0.48.5"
21265source = "registry+https://github.com/rust-lang/crates.io-index"
21266checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21267
21268[[package]]
21269name = "windows_x86_64_msvc"
21270version = "0.52.6"
21271source = "registry+https://github.com/rust-lang/crates.io-index"
21272checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21273
21274[[package]]
21275name = "windows_x86_64_msvc"
21276version = "0.53.1"
21277source = "registry+https://github.com/rust-lang/crates.io-index"
21278checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21279
21280[[package]]
21281name = "winnow"
21282version = "0.7.13"
21283source = "registry+https://github.com/rust-lang/crates.io-index"
21284checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21285dependencies = [
21286 "memchr",
21287]
21288
21289[[package]]
21290name = "winreg"
21291version = "0.10.1"
21292source = "registry+https://github.com/rust-lang/crates.io-index"
21293checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21294dependencies = [
21295 "winapi",
21296]
21297
21298[[package]]
21299name = "winreg"
21300version = "0.50.0"
21301source = "registry+https://github.com/rust-lang/crates.io-index"
21302checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21303dependencies = [
21304 "cfg-if",
21305 "windows-sys 0.48.0",
21306]
21307
21308[[package]]
21309name = "winreg"
21310version = "0.55.0"
21311source = "registry+https://github.com/rust-lang/crates.io-index"
21312checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21313dependencies = [
21314 "cfg-if",
21315 "windows-sys 0.59.0",
21316]
21317
21318[[package]]
21319name = "winresource"
21320version = "0.1.23"
21321source = "registry+https://github.com/rust-lang/crates.io-index"
21322checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21323dependencies = [
21324 "toml 0.8.23",
21325 "version_check",
21326]
21327
21328[[package]]
21329name = "winsafe"
21330version = "0.0.19"
21331source = "registry+https://github.com/rust-lang/crates.io-index"
21332checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21333
21334[[package]]
21335name = "winx"
21336version = "0.36.4"
21337source = "registry+https://github.com/rust-lang/crates.io-index"
21338checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21339dependencies = [
21340 "bitflags 2.10.0",
21341 "windows-sys 0.59.0",
21342]
21343
21344[[package]]
21345name = "wio"
21346version = "0.2.2"
21347source = "registry+https://github.com/rust-lang/crates.io-index"
21348checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21349dependencies = [
21350 "winapi",
21351]
21352
21353[[package]]
21354name = "wit-bindgen"
21355version = "0.22.0"
21356source = "registry+https://github.com/rust-lang/crates.io-index"
21357checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21358dependencies = [
21359 "bitflags 2.10.0",
21360 "wit-bindgen-rt 0.22.0",
21361 "wit-bindgen-rust-macro 0.22.0",
21362]
21363
21364[[package]]
21365name = "wit-bindgen"
21366version = "0.41.0"
21367source = "registry+https://github.com/rust-lang/crates.io-index"
21368checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21369dependencies = [
21370 "wit-bindgen-rt 0.41.0",
21371 "wit-bindgen-rust-macro 0.41.0",
21372]
21373
21374[[package]]
21375name = "wit-bindgen"
21376version = "0.46.0"
21377source = "registry+https://github.com/rust-lang/crates.io-index"
21378checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21379
21380[[package]]
21381name = "wit-bindgen"
21382version = "0.51.0"
21383source = "registry+https://github.com/rust-lang/crates.io-index"
21384checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21385dependencies = [
21386 "wit-bindgen-rust-macro 0.51.0",
21387]
21388
21389[[package]]
21390name = "wit-bindgen-core"
21391version = "0.22.0"
21392source = "registry+https://github.com/rust-lang/crates.io-index"
21393checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21394dependencies = [
21395 "anyhow",
21396 "wit-parser 0.201.0",
21397]
21398
21399[[package]]
21400name = "wit-bindgen-core"
21401version = "0.41.0"
21402source = "registry+https://github.com/rust-lang/crates.io-index"
21403checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21404dependencies = [
21405 "anyhow",
21406 "heck 0.5.0",
21407 "wit-parser 0.227.1",
21408]
21409
21410[[package]]
21411name = "wit-bindgen-core"
21412version = "0.51.0"
21413source = "registry+https://github.com/rust-lang/crates.io-index"
21414checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21415dependencies = [
21416 "anyhow",
21417 "heck 0.5.0",
21418 "wit-parser 0.244.0",
21419]
21420
21421[[package]]
21422name = "wit-bindgen-rt"
21423version = "0.22.0"
21424source = "registry+https://github.com/rust-lang/crates.io-index"
21425checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21426
21427[[package]]
21428name = "wit-bindgen-rt"
21429version = "0.41.0"
21430source = "registry+https://github.com/rust-lang/crates.io-index"
21431checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21432dependencies = [
21433 "bitflags 2.10.0",
21434 "futures 0.3.32",
21435 "once_cell",
21436]
21437
21438[[package]]
21439name = "wit-bindgen-rust"
21440version = "0.22.0"
21441source = "registry+https://github.com/rust-lang/crates.io-index"
21442checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21443dependencies = [
21444 "anyhow",
21445 "heck 0.4.1",
21446 "indexmap",
21447 "wasm-metadata 0.201.0",
21448 "wit-bindgen-core 0.22.0",
21449 "wit-component 0.201.0",
21450]
21451
21452[[package]]
21453name = "wit-bindgen-rust"
21454version = "0.41.0"
21455source = "registry+https://github.com/rust-lang/crates.io-index"
21456checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21457dependencies = [
21458 "anyhow",
21459 "heck 0.5.0",
21460 "indexmap",
21461 "prettyplease",
21462 "syn 2.0.117",
21463 "wasm-metadata 0.227.1",
21464 "wit-bindgen-core 0.41.0",
21465 "wit-component 0.227.1",
21466]
21467
21468[[package]]
21469name = "wit-bindgen-rust"
21470version = "0.51.0"
21471source = "registry+https://github.com/rust-lang/crates.io-index"
21472checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21473dependencies = [
21474 "anyhow",
21475 "heck 0.5.0",
21476 "indexmap",
21477 "prettyplease",
21478 "syn 2.0.117",
21479 "wasm-metadata 0.244.0",
21480 "wit-bindgen-core 0.51.0",
21481 "wit-component 0.244.0",
21482]
21483
21484[[package]]
21485name = "wit-bindgen-rust-macro"
21486version = "0.22.0"
21487source = "registry+https://github.com/rust-lang/crates.io-index"
21488checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21489dependencies = [
21490 "anyhow",
21491 "proc-macro2",
21492 "quote",
21493 "syn 2.0.117",
21494 "wit-bindgen-core 0.22.0",
21495 "wit-bindgen-rust 0.22.0",
21496]
21497
21498[[package]]
21499name = "wit-bindgen-rust-macro"
21500version = "0.41.0"
21501source = "registry+https://github.com/rust-lang/crates.io-index"
21502checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21503dependencies = [
21504 "anyhow",
21505 "prettyplease",
21506 "proc-macro2",
21507 "quote",
21508 "syn 2.0.117",
21509 "wit-bindgen-core 0.41.0",
21510 "wit-bindgen-rust 0.41.0",
21511]
21512
21513[[package]]
21514name = "wit-bindgen-rust-macro"
21515version = "0.51.0"
21516source = "registry+https://github.com/rust-lang/crates.io-index"
21517checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21518dependencies = [
21519 "anyhow",
21520 "prettyplease",
21521 "proc-macro2",
21522 "quote",
21523 "syn 2.0.117",
21524 "wit-bindgen-core 0.51.0",
21525 "wit-bindgen-rust 0.51.0",
21526]
21527
21528[[package]]
21529name = "wit-component"
21530version = "0.201.0"
21531source = "registry+https://github.com/rust-lang/crates.io-index"
21532checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21533dependencies = [
21534 "anyhow",
21535 "bitflags 2.10.0",
21536 "indexmap",
21537 "log",
21538 "serde",
21539 "serde_derive",
21540 "serde_json",
21541 "wasm-encoder 0.201.0",
21542 "wasm-metadata 0.201.0",
21543 "wasmparser 0.201.0",
21544 "wit-parser 0.201.0",
21545]
21546
21547[[package]]
21548name = "wit-component"
21549version = "0.227.1"
21550source = "registry+https://github.com/rust-lang/crates.io-index"
21551checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21552dependencies = [
21553 "anyhow",
21554 "bitflags 2.10.0",
21555 "indexmap",
21556 "log",
21557 "serde",
21558 "serde_derive",
21559 "serde_json",
21560 "wasm-encoder 0.227.1",
21561 "wasm-metadata 0.227.1",
21562 "wasmparser 0.227.1",
21563 "wit-parser 0.227.1",
21564]
21565
21566[[package]]
21567name = "wit-component"
21568version = "0.244.0"
21569source = "registry+https://github.com/rust-lang/crates.io-index"
21570checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21571dependencies = [
21572 "anyhow",
21573 "bitflags 2.10.0",
21574 "indexmap",
21575 "log",
21576 "serde",
21577 "serde_derive",
21578 "serde_json",
21579 "wasm-encoder 0.244.0",
21580 "wasm-metadata 0.244.0",
21581 "wasmparser 0.244.0",
21582 "wit-parser 0.244.0",
21583]
21584
21585[[package]]
21586name = "wit-parser"
21587version = "0.201.0"
21588source = "registry+https://github.com/rust-lang/crates.io-index"
21589checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21590dependencies = [
21591 "anyhow",
21592 "id-arena",
21593 "indexmap",
21594 "log",
21595 "semver",
21596 "serde",
21597 "serde_derive",
21598 "serde_json",
21599 "unicode-xid",
21600 "wasmparser 0.201.0",
21601]
21602
21603[[package]]
21604name = "wit-parser"
21605version = "0.227.1"
21606source = "registry+https://github.com/rust-lang/crates.io-index"
21607checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21608dependencies = [
21609 "anyhow",
21610 "id-arena",
21611 "indexmap",
21612 "log",
21613 "semver",
21614 "serde",
21615 "serde_derive",
21616 "serde_json",
21617 "unicode-xid",
21618 "wasmparser 0.227.1",
21619]
21620
21621[[package]]
21622name = "wit-parser"
21623version = "0.236.1"
21624source = "registry+https://github.com/rust-lang/crates.io-index"
21625checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21626dependencies = [
21627 "anyhow",
21628 "id-arena",
21629 "indexmap",
21630 "log",
21631 "semver",
21632 "serde",
21633 "serde_derive",
21634 "serde_json",
21635 "unicode-xid",
21636 "wasmparser 0.236.1",
21637]
21638
21639[[package]]
21640name = "wit-parser"
21641version = "0.244.0"
21642source = "registry+https://github.com/rust-lang/crates.io-index"
21643checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21644dependencies = [
21645 "anyhow",
21646 "id-arena",
21647 "indexmap",
21648 "log",
21649 "semver",
21650 "serde",
21651 "serde_derive",
21652 "serde_json",
21653 "unicode-xid",
21654 "wasmparser 0.244.0",
21655]
21656
21657[[package]]
21658name = "witx"
21659version = "0.9.1"
21660source = "registry+https://github.com/rust-lang/crates.io-index"
21661checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21662dependencies = [
21663 "anyhow",
21664 "log",
21665 "thiserror 1.0.69",
21666 "wast",
21667]
21668
21669[[package]]
21670name = "workspace"
21671version = "0.1.0"
21672dependencies = [
21673 "agent_settings",
21674 "any_vec",
21675 "anyhow",
21676 "async-recursion",
21677 "chrono",
21678 "client",
21679 "clock",
21680 "collections",
21681 "component",
21682 "db",
21683 "feature_flags",
21684 "fs",
21685 "futures 0.3.32",
21686 "git",
21687 "gpui",
21688 "http_client",
21689 "itertools 0.14.0",
21690 "language",
21691 "log",
21692 "markdown",
21693 "menu",
21694 "node_runtime",
21695 "parking_lot",
21696 "postage",
21697 "pretty_assertions",
21698 "project",
21699 "remote",
21700 "schemars",
21701 "serde",
21702 "serde_json",
21703 "session",
21704 "settings",
21705 "smallvec",
21706 "sqlez",
21707 "strum 0.27.2",
21708 "task",
21709 "telemetry",
21710 "tempfile",
21711 "theme",
21712 "theme_settings",
21713 "ui",
21714 "util",
21715 "uuid",
21716 "vim_mode_setting",
21717 "windows 0.61.3",
21718 "zed_actions",
21719 "zlog",
21720]
21721
21722[[package]]
21723name = "worktree"
21724version = "0.1.0"
21725dependencies = [
21726 "anyhow",
21727 "async-lock 2.8.0",
21728 "chardetng",
21729 "clock",
21730 "collections",
21731 "encoding_rs",
21732 "fs",
21733 "futures 0.3.32",
21734 "fuzzy",
21735 "git",
21736 "gpui",
21737 "ignore",
21738 "language",
21739 "log",
21740 "parking_lot",
21741 "paths",
21742 "postage",
21743 "pretty_assertions",
21744 "rand 0.9.2",
21745 "rpc",
21746 "serde",
21747 "serde_json",
21748 "settings",
21749 "smallvec",
21750 "smol",
21751 "sum_tree",
21752 "text",
21753 "tracing",
21754 "util",
21755 "worktree",
21756 "zlog",
21757 "ztracing",
21758]
21759
21760[[package]]
21761name = "worktree_benchmarks"
21762version = "0.1.0"
21763dependencies = [
21764 "fs",
21765 "gpui_platform",
21766 "settings",
21767 "worktree",
21768]
21769
21770[[package]]
21771name = "wprcontrol"
21772version = "0.1.0"
21773source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21774dependencies = [
21775 "windows 0.61.3",
21776 "windows-bindgen",
21777 "windows-core 0.61.2",
21778 "windows-link 0.2.1",
21779]
21780
21781[[package]]
21782name = "writeable"
21783version = "0.6.1"
21784source = "registry+https://github.com/rust-lang/crates.io-index"
21785checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21786
21787[[package]]
21788name = "wyz"
21789version = "0.5.1"
21790source = "registry+https://github.com/rust-lang/crates.io-index"
21791checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21792dependencies = [
21793 "tap",
21794]
21795
21796[[package]]
21797name = "x11"
21798version = "2.21.0"
21799source = "registry+https://github.com/rust-lang/crates.io-index"
21800checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21801dependencies = [
21802 "libc",
21803 "pkg-config",
21804]
21805
21806[[package]]
21807name = "x11-clipboard"
21808version = "0.9.3"
21809source = "registry+https://github.com/rust-lang/crates.io-index"
21810checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21811dependencies = [
21812 "libc",
21813 "x11rb",
21814]
21815
21816[[package]]
21817name = "x11rb"
21818version = "0.13.2"
21819source = "registry+https://github.com/rust-lang/crates.io-index"
21820checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21821dependencies = [
21822 "as-raw-xcb-connection",
21823 "gethostname",
21824 "libc",
21825 "rustix 1.1.2",
21826 "x11rb-protocol",
21827 "xcursor",
21828]
21829
21830[[package]]
21831name = "x11rb-protocol"
21832version = "0.13.2"
21833source = "registry+https://github.com/rust-lang/crates.io-index"
21834checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21835
21836[[package]]
21837name = "x_ai"
21838version = "0.1.0"
21839dependencies = [
21840 "anyhow",
21841 "language_model_core",
21842 "schemars",
21843 "serde",
21844 "strum 0.27.2",
21845 "tiktoken-rs",
21846]
21847
21848[[package]]
21849name = "xattr"
21850version = "0.2.3"
21851source = "registry+https://github.com/rust-lang/crates.io-index"
21852checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21853dependencies = [
21854 "libc",
21855]
21856
21857[[package]]
21858name = "xcb"
21859version = "1.6.0"
21860source = "registry+https://github.com/rust-lang/crates.io-index"
21861checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21862dependencies = [
21863 "bitflags 1.3.2",
21864 "libc",
21865 "quick-xml 0.30.0",
21866 "x11",
21867]
21868
21869[[package]]
21870name = "xcursor"
21871version = "0.3.10"
21872source = "registry+https://github.com/rust-lang/crates.io-index"
21873checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21874
21875[[package]]
21876name = "xim-ctext"
21877version = "0.3.0"
21878source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21879dependencies = [
21880 "encoding_rs",
21881]
21882
21883[[package]]
21884name = "xim-parser"
21885version = "0.2.1"
21886source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21887dependencies = [
21888 "bitflags 2.10.0",
21889]
21890
21891[[package]]
21892name = "xkbcommon"
21893version = "0.8.0"
21894source = "registry+https://github.com/rust-lang/crates.io-index"
21895checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21896dependencies = [
21897 "as-raw-xcb-connection",
21898 "libc",
21899 "memmap2",
21900 "xkeysym",
21901]
21902
21903[[package]]
21904name = "xkeysym"
21905version = "0.2.1"
21906source = "registry+https://github.com/rust-lang/crates.io-index"
21907checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21908
21909[[package]]
21910name = "xml-rs"
21911version = "0.8.28"
21912source = "registry+https://github.com/rust-lang/crates.io-index"
21913checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21914
21915[[package]]
21916name = "xml5ever"
21917version = "0.18.1"
21918source = "registry+https://github.com/rust-lang/crates.io-index"
21919checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21920dependencies = [
21921 "log",
21922 "mac",
21923 "markup5ever 0.12.1",
21924]
21925
21926[[package]]
21927name = "xmlparser"
21928version = "0.13.6"
21929source = "registry+https://github.com/rust-lang/crates.io-index"
21930checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21931
21932[[package]]
21933name = "xmlwriter"
21934version = "0.1.0"
21935source = "registry+https://github.com/rust-lang/crates.io-index"
21936checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21937
21938[[package]]
21939name = "xtask"
21940version = "0.1.0"
21941dependencies = [
21942 "annotate-snippets",
21943 "anyhow",
21944 "backtrace",
21945 "cargo_metadata 0.19.2",
21946 "cargo_toml",
21947 "clap",
21948 "compliance",
21949 "gh-workflow",
21950 "indexmap",
21951 "indoc",
21952 "itertools 0.14.0",
21953 "regex",
21954 "serde",
21955 "serde_json",
21956 "serde_yaml",
21957 "strum 0.27.2",
21958 "tokio",
21959 "toml 0.8.23",
21960 "toml_edit 0.22.27",
21961]
21962
21963[[package]]
21964name = "yaml-rust2"
21965version = "0.8.1"
21966source = "registry+https://github.com/rust-lang/crates.io-index"
21967checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21968dependencies = [
21969 "arraydeque",
21970 "encoding_rs",
21971 "hashlink 0.8.4",
21972]
21973
21974[[package]]
21975name = "yansi"
21976version = "1.0.1"
21977source = "registry+https://github.com/rust-lang/crates.io-index"
21978checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21979
21980[[package]]
21981name = "yawc"
21982version = "0.2.5"
21983source = "registry+https://github.com/rust-lang/crates.io-index"
21984checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21985dependencies = [
21986 "base64 0.22.1",
21987 "bytes 1.11.1",
21988 "flate2",
21989 "futures 0.3.32",
21990 "http-body-util",
21991 "hyper 1.7.0",
21992 "hyper-util",
21993 "js-sys",
21994 "nom 8.0.0",
21995 "pin-project",
21996 "rand 0.8.5",
21997 "sha1",
21998 "thiserror 1.0.69",
21999 "tokio",
22000 "tokio-rustls 0.26.2",
22001 "tokio-util",
22002 "url",
22003 "wasm-bindgen",
22004 "wasm-bindgen-futures",
22005 "web-sys",
22006 "webpki-roots",
22007]
22008
22009[[package]]
22010name = "yazi"
22011version = "0.2.1"
22012source = "registry+https://github.com/rust-lang/crates.io-index"
22013checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22014
22015[[package]]
22016name = "yeslogic-fontconfig-sys"
22017version = "6.0.0"
22018source = "registry+https://github.com/rust-lang/crates.io-index"
22019checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22020dependencies = [
22021 "dlib",
22022 "once_cell",
22023 "pkg-config",
22024]
22025
22026[[package]]
22027name = "yoke"
22028version = "0.7.5"
22029source = "registry+https://github.com/rust-lang/crates.io-index"
22030checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22031dependencies = [
22032 "serde",
22033 "stable_deref_trait",
22034 "yoke-derive 0.7.5",
22035 "zerofrom",
22036]
22037
22038[[package]]
22039name = "yoke"
22040version = "0.8.0"
22041source = "registry+https://github.com/rust-lang/crates.io-index"
22042checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22043dependencies = [
22044 "serde",
22045 "stable_deref_trait",
22046 "yoke-derive 0.8.0",
22047 "zerofrom",
22048]
22049
22050[[package]]
22051name = "yoke-derive"
22052version = "0.7.5"
22053source = "registry+https://github.com/rust-lang/crates.io-index"
22054checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22055dependencies = [
22056 "proc-macro2",
22057 "quote",
22058 "syn 2.0.117",
22059 "synstructure",
22060]
22061
22062[[package]]
22063name = "yoke-derive"
22064version = "0.8.0"
22065source = "registry+https://github.com/rust-lang/crates.io-index"
22066checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22067dependencies = [
22068 "proc-macro2",
22069 "quote",
22070 "syn 2.0.117",
22071 "synstructure",
22072]
22073
22074[[package]]
22075name = "zbus"
22076version = "5.13.2"
22077source = "registry+https://github.com/rust-lang/crates.io-index"
22078checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22079dependencies = [
22080 "async-broadcast",
22081 "async-executor",
22082 "async-io",
22083 "async-lock 3.4.2",
22084 "async-process",
22085 "async-recursion",
22086 "async-task",
22087 "async-trait",
22088 "blocking",
22089 "enumflags2",
22090 "event-listener 5.4.1",
22091 "futures-core",
22092 "futures-lite 2.6.1",
22093 "hex",
22094 "libc",
22095 "ordered-stream",
22096 "rustix 1.1.2",
22097 "serde",
22098 "serde_repr",
22099 "tracing",
22100 "uds_windows",
22101 "uuid",
22102 "windows-sys 0.61.2",
22103 "winnow",
22104 "zbus_macros",
22105 "zbus_names",
22106 "zvariant",
22107]
22108
22109[[package]]
22110name = "zbus_macros"
22111version = "5.13.2"
22112source = "registry+https://github.com/rust-lang/crates.io-index"
22113checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22114dependencies = [
22115 "proc-macro-crate",
22116 "proc-macro2",
22117 "quote",
22118 "syn 2.0.117",
22119 "zbus_names",
22120 "zvariant",
22121 "zvariant_utils",
22122]
22123
22124[[package]]
22125name = "zbus_names"
22126version = "4.3.1"
22127source = "registry+https://github.com/rust-lang/crates.io-index"
22128checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22129dependencies = [
22130 "serde",
22131 "winnow",
22132 "zvariant",
22133]
22134
22135[[package]]
22136name = "zed"
22137version = "0.232.0"
22138dependencies = [
22139 "acp_thread",
22140 "acp_tools",
22141 "action_log",
22142 "activity_indicator",
22143 "agent",
22144 "agent-client-protocol",
22145 "agent_servers",
22146 "agent_settings",
22147 "agent_ui",
22148 "anyhow",
22149 "ashpd",
22150 "askpass",
22151 "assets",
22152 "audio",
22153 "auto_update",
22154 "auto_update_ui",
22155 "breadcrumbs",
22156 "call",
22157 "channel",
22158 "chrono",
22159 "clap",
22160 "cli",
22161 "client",
22162 "clock",
22163 "codestral",
22164 "collab_ui",
22165 "collections",
22166 "command_palette",
22167 "component",
22168 "component_preview",
22169 "copilot",
22170 "copilot_chat",
22171 "copilot_ui",
22172 "crashes",
22173 "csv_preview",
22174 "dap_adapters",
22175 "db",
22176 "debug_adapter_extension",
22177 "debugger_tools",
22178 "debugger_ui",
22179 "dev_container",
22180 "diagnostics",
22181 "edit_prediction",
22182 "edit_prediction_ui",
22183 "editor",
22184 "encoding_selector",
22185 "env_logger 0.11.8",
22186 "etw_tracing",
22187 "extension",
22188 "extension_host",
22189 "extensions_ui",
22190 "feature_flags",
22191 "feedback",
22192 "file_finder",
22193 "fs",
22194 "futures 0.3.32",
22195 "git",
22196 "git_graph",
22197 "git_hosting_providers",
22198 "git_ui",
22199 "go_to_line",
22200 "gpui",
22201 "gpui_platform",
22202 "gpui_tokio",
22203 "http_client",
22204 "image",
22205 "image_viewer",
22206 "inspector_ui",
22207 "install_cli",
22208 "itertools 0.14.0",
22209 "journal",
22210 "json_schema_store",
22211 "keymap_editor",
22212 "language",
22213 "language_extension",
22214 "language_model",
22215 "language_models",
22216 "language_onboarding",
22217 "language_selector",
22218 "language_tools",
22219 "languages",
22220 "line_ending_selector",
22221 "log",
22222 "markdown",
22223 "markdown_preview",
22224 "menu",
22225 "migrator",
22226 "mimalloc",
22227 "miniprofiler_ui",
22228 "nc",
22229 "node_runtime",
22230 "notifications",
22231 "onboarding",
22232 "outline",
22233 "outline_panel",
22234 "parking_lot",
22235 "paths",
22236 "picker",
22237 "pkg-config",
22238 "pretty_assertions",
22239 "profiling",
22240 "project",
22241 "project_panel",
22242 "project_symbols",
22243 "prompt_store",
22244 "proto",
22245 "rayon",
22246 "recent_projects",
22247 "release_channel",
22248 "remote",
22249 "repl",
22250 "reqwest_client",
22251 "rope",
22252 "search",
22253 "semver",
22254 "serde",
22255 "serde_json",
22256 "session",
22257 "settings",
22258 "settings_profile_selector",
22259 "settings_ui",
22260 "shellexpand 2.1.2",
22261 "sidebar",
22262 "smol",
22263 "snippet_provider",
22264 "snippets_ui",
22265 "svg_preview",
22266 "sysinfo 0.37.2",
22267 "system_specs",
22268 "tab_switcher",
22269 "task",
22270 "tasks_ui",
22271 "telemetry",
22272 "telemetry_events",
22273 "tempfile",
22274 "terminal_view",
22275 "theme",
22276 "theme_extension",
22277 "theme_selector",
22278 "theme_settings",
22279 "time",
22280 "time_format",
22281 "title_bar",
22282 "toolchain_selector",
22283 "tracing",
22284 "ui",
22285 "ui_prompt",
22286 "url",
22287 "urlencoding",
22288 "util",
22289 "uuid",
22290 "vim",
22291 "vim_mode_setting",
22292 "watch",
22293 "web_search",
22294 "web_search_providers",
22295 "which_key",
22296 "windows 0.61.3",
22297 "winresource",
22298 "workspace",
22299 "zed-reqwest",
22300 "zed_actions",
22301 "zed_env_vars",
22302 "zlog",
22303 "zlog_settings",
22304 "ztracing",
22305]
22306
22307[[package]]
22308name = "zed-font-kit"
22309version = "0.14.1-zed"
22310source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22311dependencies = [
22312 "bitflags 2.10.0",
22313 "byteorder",
22314 "core-foundation 0.10.0",
22315 "core-graphics 0.24.0",
22316 "core-text",
22317 "dirs 5.0.1",
22318 "dwrote",
22319 "float-ord",
22320 "freetype-sys",
22321 "lazy_static",
22322 "libc",
22323 "log",
22324 "pathfinder_geometry",
22325 "pathfinder_simd",
22326 "walkdir",
22327 "winapi",
22328 "yeslogic-fontconfig-sys",
22329]
22330
22331[[package]]
22332name = "zed-reqwest"
22333version = "0.12.15-zed"
22334source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22335dependencies = [
22336 "base64 0.22.1",
22337 "bytes 1.11.1",
22338 "encoding_rs",
22339 "futures-core",
22340 "futures-util",
22341 "h2 0.4.12",
22342 "http 1.3.1",
22343 "http-body 1.0.1",
22344 "http-body-util",
22345 "hyper 1.7.0",
22346 "hyper-rustls 0.27.7",
22347 "hyper-util",
22348 "ipnet",
22349 "js-sys",
22350 "log",
22351 "mime",
22352 "mime_guess",
22353 "once_cell",
22354 "percent-encoding",
22355 "pin-project-lite",
22356 "quinn",
22357 "rustls 0.23.33",
22358 "rustls-native-certs 0.8.2",
22359 "rustls-pemfile 2.2.0",
22360 "rustls-pki-types",
22361 "serde",
22362 "serde_json",
22363 "serde_urlencoded",
22364 "sync_wrapper 1.0.2",
22365 "system-configuration 0.6.1",
22366 "tokio",
22367 "tokio-rustls 0.26.2",
22368 "tokio-socks",
22369 "tokio-util",
22370 "tower 0.5.2",
22371 "tower-service",
22372 "url",
22373 "wasm-bindgen",
22374 "wasm-bindgen-futures",
22375 "wasm-streams",
22376 "web-sys",
22377 "windows-registry 0.4.0",
22378]
22379
22380[[package]]
22381name = "zed-scap"
22382version = "0.0.8-zed"
22383source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22384dependencies = [
22385 "anyhow",
22386 "cocoa 0.25.0",
22387 "core-graphics-helmer-fork",
22388 "log",
22389 "objc",
22390 "rand 0.8.5",
22391 "screencapturekit",
22392 "screencapturekit-sys",
22393 "sysinfo 0.31.4",
22394 "tao-core-video-sys",
22395 "windows 0.61.3",
22396 "windows-capture",
22397 "x11",
22398 "xcb",
22399]
22400
22401[[package]]
22402name = "zed-xim"
22403version = "0.4.0-zed"
22404source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22405dependencies = [
22406 "ahash 0.8.12",
22407 "hashbrown 0.14.5",
22408 "log",
22409 "x11rb",
22410 "xim-ctext",
22411 "xim-parser",
22412]
22413
22414[[package]]
22415name = "zed_actions"
22416version = "0.1.0"
22417dependencies = [
22418 "gpui",
22419 "schemars",
22420 "serde",
22421 "util",
22422 "uuid",
22423]
22424
22425[[package]]
22426name = "zed_credentials_provider"
22427version = "0.1.0"
22428dependencies = [
22429 "anyhow",
22430 "credentials_provider",
22431 "futures 0.3.32",
22432 "gpui",
22433 "paths",
22434 "release_channel",
22435 "serde",
22436 "serde_json",
22437]
22438
22439[[package]]
22440name = "zed_env_vars"
22441version = "0.1.0"
22442dependencies = [
22443 "env_var",
22444]
22445
22446[[package]]
22447name = "zed_extension_api"
22448version = "0.1.0"
22449source = "registry+https://github.com/rust-lang/crates.io-index"
22450checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22451dependencies = [
22452 "serde",
22453 "serde_json",
22454 "wit-bindgen 0.22.0",
22455]
22456
22457[[package]]
22458name = "zed_extension_api"
22459version = "0.7.0"
22460source = "registry+https://github.com/rust-lang/crates.io-index"
22461checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22462dependencies = [
22463 "serde",
22464 "serde_json",
22465 "wit-bindgen 0.41.0",
22466]
22467
22468[[package]]
22469name = "zed_extension_api"
22470version = "0.8.0"
22471dependencies = [
22472 "serde",
22473 "serde_json",
22474 "wit-bindgen 0.41.0",
22475]
22476
22477[[package]]
22478name = "zed_glsl"
22479version = "0.2.3"
22480dependencies = [
22481 "zed_extension_api 0.1.0",
22482]
22483
22484[[package]]
22485name = "zed_html"
22486version = "0.3.1"
22487dependencies = [
22488 "zed_extension_api 0.7.0",
22489]
22490
22491[[package]]
22492name = "zed_proto"
22493version = "0.3.2"
22494dependencies = [
22495 "zed_extension_api 0.7.0",
22496]
22497
22498[[package]]
22499name = "zed_test_extension"
22500version = "0.1.0"
22501dependencies = [
22502 "zed_extension_api 0.8.0",
22503]
22504
22505[[package]]
22506name = "zeno"
22507version = "0.3.3"
22508source = "registry+https://github.com/rust-lang/crates.io-index"
22509checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22510
22511[[package]]
22512name = "zerocopy"
22513version = "0.8.27"
22514source = "registry+https://github.com/rust-lang/crates.io-index"
22515checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22516dependencies = [
22517 "zerocopy-derive",
22518]
22519
22520[[package]]
22521name = "zerocopy-derive"
22522version = "0.8.27"
22523source = "registry+https://github.com/rust-lang/crates.io-index"
22524checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22525dependencies = [
22526 "proc-macro2",
22527 "quote",
22528 "syn 2.0.117",
22529]
22530
22531[[package]]
22532name = "zerofrom"
22533version = "0.1.6"
22534source = "registry+https://github.com/rust-lang/crates.io-index"
22535checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22536dependencies = [
22537 "zerofrom-derive",
22538]
22539
22540[[package]]
22541name = "zerofrom-derive"
22542version = "0.1.6"
22543source = "registry+https://github.com/rust-lang/crates.io-index"
22544checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22545dependencies = [
22546 "proc-macro2",
22547 "quote",
22548 "syn 2.0.117",
22549 "synstructure",
22550]
22551
22552[[package]]
22553name = "zeroize"
22554version = "1.8.2"
22555source = "registry+https://github.com/rust-lang/crates.io-index"
22556checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22557dependencies = [
22558 "zeroize_derive",
22559]
22560
22561[[package]]
22562name = "zeroize_derive"
22563version = "1.4.2"
22564source = "registry+https://github.com/rust-lang/crates.io-index"
22565checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22566dependencies = [
22567 "proc-macro2",
22568 "quote",
22569 "syn 2.0.117",
22570]
22571
22572[[package]]
22573name = "zeromq"
22574version = "0.5.0"
22575source = "registry+https://github.com/rust-lang/crates.io-index"
22576checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22577dependencies = [
22578 "async-dispatcher",
22579 "async-std",
22580 "async-trait",
22581 "asynchronous-codec",
22582 "bytes 1.11.1",
22583 "crossbeam-queue",
22584 "futures 0.3.32",
22585 "log",
22586 "num-traits",
22587 "once_cell",
22588 "parking_lot",
22589 "rand 0.9.2",
22590 "regex",
22591 "scc",
22592 "thiserror 1.0.69",
22593 "uuid",
22594]
22595
22596[[package]]
22597name = "zerotrie"
22598version = "0.2.2"
22599source = "registry+https://github.com/rust-lang/crates.io-index"
22600checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22601dependencies = [
22602 "displaydoc",
22603 "yoke 0.8.0",
22604 "zerofrom",
22605]
22606
22607[[package]]
22608name = "zerovec"
22609version = "0.11.4"
22610source = "registry+https://github.com/rust-lang/crates.io-index"
22611checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22612dependencies = [
22613 "yoke 0.8.0",
22614 "zerofrom",
22615 "zerovec-derive",
22616]
22617
22618[[package]]
22619name = "zerovec-derive"
22620version = "0.11.1"
22621source = "registry+https://github.com/rust-lang/crates.io-index"
22622checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22623dependencies = [
22624 "proc-macro2",
22625 "quote",
22626 "syn 2.0.117",
22627]
22628
22629[[package]]
22630name = "zeta_prompt"
22631version = "0.1.0"
22632dependencies = [
22633 "anyhow",
22634 "imara-diff",
22635 "indoc",
22636 "serde",
22637 "strum 0.27.2",
22638]
22639
22640[[package]]
22641name = "zip"
22642version = "0.6.6"
22643source = "registry+https://github.com/rust-lang/crates.io-index"
22644checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22645dependencies = [
22646 "aes",
22647 "byteorder",
22648 "bzip2 0.4.4",
22649 "constant_time_eq",
22650 "crc32fast",
22651 "crossbeam-utils",
22652 "flate2",
22653 "hmac",
22654 "pbkdf2 0.11.0",
22655 "sha1",
22656 "time",
22657 "zstd",
22658]
22659
22660[[package]]
22661name = "zip"
22662version = "1.1.4"
22663source = "registry+https://github.com/rust-lang/crates.io-index"
22664checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22665dependencies = [
22666 "arbitrary",
22667 "crc32fast",
22668 "crossbeam-utils",
22669 "displaydoc",
22670 "indexmap",
22671 "num_enum",
22672 "thiserror 1.0.69",
22673]
22674
22675[[package]]
22676name = "zlog"
22677version = "0.1.0"
22678dependencies = [
22679 "anyhow",
22680 "chrono",
22681 "collections",
22682 "log",
22683 "tempfile",
22684]
22685
22686[[package]]
22687name = "zlog_settings"
22688version = "0.1.0"
22689dependencies = [
22690 "collections",
22691 "gpui",
22692 "settings",
22693 "zlog",
22694]
22695
22696[[package]]
22697name = "zstd"
22698version = "0.11.2+zstd.1.5.2"
22699source = "registry+https://github.com/rust-lang/crates.io-index"
22700checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22701dependencies = [
22702 "zstd-safe",
22703]
22704
22705[[package]]
22706name = "zstd-safe"
22707version = "5.0.2+zstd.1.5.2"
22708source = "registry+https://github.com/rust-lang/crates.io-index"
22709checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22710dependencies = [
22711 "libc",
22712 "zstd-sys",
22713]
22714
22715[[package]]
22716name = "zstd-sys"
22717version = "2.0.16+zstd.1.5.7"
22718source = "registry+https://github.com/rust-lang/crates.io-index"
22719checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22720dependencies = [
22721 "cc",
22722 "pkg-config",
22723]
22724
22725[[package]]
22726name = "ztracing"
22727version = "0.1.0"
22728dependencies = [
22729 "tracing",
22730 "tracing-subscriber",
22731 "tracing-tracy",
22732 "tracy-client",
22733 "zlog",
22734 "ztracing_macro",
22735]
22736
22737[[package]]
22738name = "ztracing_macro"
22739version = "0.1.0"
22740
22741[[package]]
22742name = "zune-core"
22743version = "0.4.12"
22744source = "registry+https://github.com/rust-lang/crates.io-index"
22745checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22746
22747[[package]]
22748name = "zune-inflate"
22749version = "0.2.54"
22750source = "registry+https://github.com/rust-lang/crates.io-index"
22751checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22752dependencies = [
22753 "simd-adler32",
22754]
22755
22756[[package]]
22757name = "zune-jpeg"
22758version = "0.4.21"
22759source = "registry+https://github.com/rust-lang/crates.io-index"
22760checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22761dependencies = [
22762 "zune-core",
22763]
22764
22765[[package]]
22766name = "zvariant"
22767version = "5.9.2"
22768source = "registry+https://github.com/rust-lang/crates.io-index"
22769checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22770dependencies = [
22771 "endi",
22772 "enumflags2",
22773 "serde",
22774 "serde_bytes",
22775 "winnow",
22776 "zvariant_derive",
22777 "zvariant_utils",
22778]
22779
22780[[package]]
22781name = "zvariant_derive"
22782version = "5.9.2"
22783source = "registry+https://github.com/rust-lang/crates.io-index"
22784checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22785dependencies = [
22786 "proc-macro-crate",
22787 "proc-macro2",
22788 "quote",
22789 "syn 2.0.117",
22790 "zvariant_utils",
22791]
22792
22793[[package]]
22794name = "zvariant_utils"
22795version = "3.3.0"
22796source = "registry+https://github.com/rust-lang/crates.io-index"
22797checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22798dependencies = [
22799 "proc-macro2",
22800 "quote",
22801 "serde",
22802 "syn 2.0.117",
22803 "winnow",
22804]