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 "remote",
  279 "reqwest_client",
  280 "serde",
  281 "serde_json",
  282 "settings",
  283 "smol",
  284 "task",
  285 "tempfile",
  286 "terminal",
  287 "thiserror 2.0.17",
  288 "ui",
  289 "util",
  290 "uuid",
  291 "watch",
  292 "zed_credentials_provider",
  293]
  294
  295[[package]]
  296name = "agent_settings"
  297version = "0.1.0"
  298dependencies = [
  299 "agent-client-protocol",
  300 "anyhow",
  301 "collections",
  302 "convert_case 0.8.0",
  303 "fs",
  304 "gpui",
  305 "language_model",
  306 "log",
  307 "paths",
  308 "project",
  309 "regex",
  310 "schemars",
  311 "serde",
  312 "serde_json",
  313 "serde_json_lenient",
  314 "settings",
  315 "util",
  316]
  317
  318[[package]]
  319name = "agent_ui"
  320version = "0.1.0"
  321dependencies = [
  322 "acp_thread",
  323 "action_log",
  324 "agent",
  325 "agent-client-protocol",
  326 "agent_servers",
  327 "agent_settings",
  328 "ai_onboarding",
  329 "anyhow",
  330 "audio",
  331 "base64 0.22.1",
  332 "buffer_diff",
  333 "chrono",
  334 "client",
  335 "clock",
  336 "cloud_api_types",
  337 "collections",
  338 "command_palette_hooks",
  339 "component",
  340 "context_server",
  341 "db",
  342 "editor",
  343 "eval_utils",
  344 "extension",
  345 "extension_host",
  346 "feature_flags",
  347 "file_icons",
  348 "fs",
  349 "futures 0.3.32",
  350 "fuzzy",
  351 "git",
  352 "gpui",
  353 "gpui_tokio",
  354 "heapless",
  355 "html_to_markdown",
  356 "http_client",
  357 "image",
  358 "indoc",
  359 "itertools 0.14.0",
  360 "jsonschema",
  361 "language",
  362 "language_model",
  363 "language_models",
  364 "languages",
  365 "log",
  366 "lsp",
  367 "markdown",
  368 "menu",
  369 "multi_buffer",
  370 "node_runtime",
  371 "notifications",
  372 "ordered-float 2.10.1",
  373 "parking_lot",
  374 "paths",
  375 "picker",
  376 "postage",
  377 "pretty_assertions",
  378 "project",
  379 "prompt_store",
  380 "proto",
  381 "rand 0.9.2",
  382 "release_channel",
  383 "remote",
  384 "remote_connection",
  385 "remote_server",
  386 "reqwest_client",
  387 "rope",
  388 "rules_library",
  389 "schemars",
  390 "semver",
  391 "serde",
  392 "serde_json",
  393 "serde_json_lenient",
  394 "settings",
  395 "smol",
  396 "streaming_diff",
  397 "task",
  398 "telemetry",
  399 "terminal",
  400 "terminal_view",
  401 "text",
  402 "theme",
  403 "theme_settings",
  404 "time",
  405 "time_format",
  406 "tree-sitter-md",
  407 "ui",
  408 "ui_input",
  409 "unindent",
  410 "url",
  411 "util",
  412 "uuid",
  413 "watch",
  414 "workspace",
  415 "zed_actions",
  416]
  417
  418[[package]]
  419name = "ahash"
  420version = "0.7.8"
  421source = "registry+https://github.com/rust-lang/crates.io-index"
  422checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  423dependencies = [
  424 "getrandom 0.2.16",
  425 "once_cell",
  426 "version_check",
  427]
  428
  429[[package]]
  430name = "ahash"
  431version = "0.8.12"
  432source = "registry+https://github.com/rust-lang/crates.io-index"
  433checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  434dependencies = [
  435 "cfg-if",
  436 "const-random",
  437 "getrandom 0.3.4",
  438 "once_cell",
  439 "serde",
  440 "version_check",
  441 "zerocopy",
  442]
  443
  444[[package]]
  445name = "aho-corasick"
  446version = "1.1.3"
  447source = "registry+https://github.com/rust-lang/crates.io-index"
  448checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  449dependencies = [
  450 "memchr",
  451]
  452
  453[[package]]
  454name = "ai_onboarding"
  455version = "0.1.0"
  456dependencies = [
  457 "client",
  458 "cloud_api_types",
  459 "component",
  460 "gpui",
  461 "language_model",
  462 "serde",
  463 "smallvec",
  464 "telemetry",
  465 "ui",
  466 "zed_actions",
  467]
  468
  469[[package]]
  470name = "alacritty_terminal"
  471version = "0.25.1"
  472source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  473dependencies = [
  474 "base64 0.22.1",
  475 "bitflags 2.10.0",
  476 "home",
  477 "libc",
  478 "log",
  479 "mach2 0.5.0",
  480 "miow",
  481 "parking_lot",
  482 "piper",
  483 "polling",
  484 "regex-automata",
  485 "rustix 1.1.2",
  486 "rustix-openpty",
  487 "serde",
  488 "signal-hook",
  489 "unicode-width",
  490 "vte",
  491 "windows-sys 0.59.0",
  492]
  493
  494[[package]]
  495name = "aliasable"
  496version = "0.1.3"
  497source = "registry+https://github.com/rust-lang/crates.io-index"
  498checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  499
  500[[package]]
  501name = "aligned-vec"
  502version = "0.6.4"
  503source = "registry+https://github.com/rust-lang/crates.io-index"
  504checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  505dependencies = [
  506 "equator",
  507]
  508
  509[[package]]
  510name = "allocator-api2"
  511version = "0.2.21"
  512source = "registry+https://github.com/rust-lang/crates.io-index"
  513checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  514
  515[[package]]
  516name = "alsa"
  517version = "0.10.0"
  518source = "registry+https://github.com/rust-lang/crates.io-index"
  519checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  520dependencies = [
  521 "alsa-sys",
  522 "bitflags 2.10.0",
  523 "cfg-if",
  524 "libc",
  525]
  526
  527[[package]]
  528name = "alsa-sys"
  529version = "0.3.1"
  530source = "registry+https://github.com/rust-lang/crates.io-index"
  531checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  532dependencies = [
  533 "libc",
  534 "pkg-config",
  535]
  536
  537[[package]]
  538name = "ambient-authority"
  539version = "0.0.2"
  540source = "registry+https://github.com/rust-lang/crates.io-index"
  541checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  542
  543[[package]]
  544name = "ammonia"
  545version = "4.1.2"
  546source = "registry+https://github.com/rust-lang/crates.io-index"
  547checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  548dependencies = [
  549 "cssparser",
  550 "html5ever 0.35.0",
  551 "maplit",
  552 "tendril",
  553 "url",
  554]
  555
  556[[package]]
  557name = "android_system_properties"
  558version = "0.1.5"
  559source = "registry+https://github.com/rust-lang/crates.io-index"
  560checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  561dependencies = [
  562 "libc",
  563]
  564
  565[[package]]
  566name = "anes"
  567version = "0.1.6"
  568source = "registry+https://github.com/rust-lang/crates.io-index"
  569checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  570
  571[[package]]
  572name = "annotate-snippets"
  573version = "0.12.12"
  574source = "registry+https://github.com/rust-lang/crates.io-index"
  575checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  576dependencies = [
  577 "anstyle",
  578 "memchr",
  579 "unicode-width",
  580]
  581
  582[[package]]
  583name = "anstream"
  584version = "0.6.21"
  585source = "registry+https://github.com/rust-lang/crates.io-index"
  586checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  587dependencies = [
  588 "anstyle",
  589 "anstyle-parse",
  590 "anstyle-query",
  591 "anstyle-wincon",
  592 "colorchoice",
  593 "is_terminal_polyfill",
  594 "utf8parse",
  595]
  596
  597[[package]]
  598name = "anstyle"
  599version = "1.0.13"
  600source = "registry+https://github.com/rust-lang/crates.io-index"
  601checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  602
  603[[package]]
  604name = "anstyle-parse"
  605version = "0.2.7"
  606source = "registry+https://github.com/rust-lang/crates.io-index"
  607checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  608dependencies = [
  609 "utf8parse",
  610]
  611
  612[[package]]
  613name = "anstyle-query"
  614version = "1.1.4"
  615source = "registry+https://github.com/rust-lang/crates.io-index"
  616checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  617dependencies = [
  618 "windows-sys 0.60.2",
  619]
  620
  621[[package]]
  622name = "anstyle-wincon"
  623version = "3.0.10"
  624source = "registry+https://github.com/rust-lang/crates.io-index"
  625checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  626dependencies = [
  627 "anstyle",
  628 "once_cell_polyfill",
  629 "windows-sys 0.60.2",
  630]
  631
  632[[package]]
  633name = "anthropic"
  634version = "0.1.0"
  635dependencies = [
  636 "anyhow",
  637 "chrono",
  638 "collections",
  639 "futures 0.3.32",
  640 "http_client",
  641 "language_model_core",
  642 "log",
  643 "schemars",
  644 "serde",
  645 "serde_json",
  646 "strum 0.27.2",
  647 "thiserror 2.0.17",
  648 "tiktoken-rs",
  649]
  650
  651[[package]]
  652name = "any_vec"
  653version = "0.14.0"
  654source = "registry+https://github.com/rust-lang/crates.io-index"
  655checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  656
  657[[package]]
  658name = "anyhow"
  659version = "1.0.100"
  660source = "registry+https://github.com/rust-lang/crates.io-index"
  661checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  662
  663[[package]]
  664name = "approx"
  665version = "0.5.1"
  666source = "registry+https://github.com/rust-lang/crates.io-index"
  667checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  668dependencies = [
  669 "num-traits",
  670]
  671
  672[[package]]
  673name = "ar_archive_writer"
  674version = "0.5.1"
  675source = "registry+https://github.com/rust-lang/crates.io-index"
  676checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  677dependencies = [
  678 "object",
  679]
  680
  681[[package]]
  682name = "arbitrary"
  683version = "1.4.2"
  684source = "registry+https://github.com/rust-lang/crates.io-index"
  685checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  686dependencies = [
  687 "derive_arbitrary",
  688]
  689
  690[[package]]
  691name = "arc-swap"
  692version = "1.9.0"
  693source = "registry+https://github.com/rust-lang/crates.io-index"
  694checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  695dependencies = [
  696 "rustversion",
  697]
  698
  699[[package]]
  700name = "arg_enum_proc_macro"
  701version = "0.3.4"
  702source = "registry+https://github.com/rust-lang/crates.io-index"
  703checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  704dependencies = [
  705 "proc-macro2",
  706 "quote",
  707 "syn 2.0.117",
  708]
  709
  710[[package]]
  711name = "arraydeque"
  712version = "0.5.1"
  713source = "registry+https://github.com/rust-lang/crates.io-index"
  714checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  715
  716[[package]]
  717name = "arrayref"
  718version = "0.3.9"
  719source = "registry+https://github.com/rust-lang/crates.io-index"
  720checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  721
  722[[package]]
  723name = "arrayvec"
  724version = "0.7.6"
  725source = "registry+https://github.com/rust-lang/crates.io-index"
  726checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  727
  728[[package]]
  729name = "as-raw-xcb-connection"
  730version = "1.0.1"
  731source = "registry+https://github.com/rust-lang/crates.io-index"
  732checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  733
  734[[package]]
  735name = "ascii"
  736version = "1.1.0"
  737source = "registry+https://github.com/rust-lang/crates.io-index"
  738checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  739
  740[[package]]
  741name = "ash"
  742version = "0.38.0+1.3.281"
  743source = "registry+https://github.com/rust-lang/crates.io-index"
  744checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  745dependencies = [
  746 "libloading",
  747]
  748
  749[[package]]
  750name = "ashpd"
  751version = "0.13.2"
  752source = "registry+https://github.com/rust-lang/crates.io-index"
  753checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  754dependencies = [
  755 "enumflags2",
  756 "futures-channel",
  757 "futures-util",
  758 "getrandom 0.4.1",
  759 "serde",
  760 "serde_repr",
  761 "wayland-backend",
  762 "wayland-client",
  763 "wayland-protocols",
  764 "zbus",
  765]
  766
  767[[package]]
  768name = "askpass"
  769version = "0.1.0"
  770dependencies = [
  771 "anyhow",
  772 "futures 0.3.32",
  773 "gpui",
  774 "log",
  775 "net",
  776 "smol",
  777 "tempfile",
  778 "util",
  779 "windows 0.61.3",
  780 "zeroize",
  781]
  782
  783[[package]]
  784name = "assets"
  785version = "0.1.0"
  786dependencies = [
  787 "anyhow",
  788 "gpui",
  789 "rust-embed",
  790]
  791
  792[[package]]
  793name = "async-attributes"
  794version = "1.1.2"
  795source = "registry+https://github.com/rust-lang/crates.io-index"
  796checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  797dependencies = [
  798 "quote",
  799 "syn 1.0.109",
  800]
  801
  802[[package]]
  803name = "async-broadcast"
  804version = "0.7.2"
  805source = "registry+https://github.com/rust-lang/crates.io-index"
  806checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  807dependencies = [
  808 "event-listener 5.4.1",
  809 "event-listener-strategy",
  810 "futures-core",
  811 "pin-project-lite",
  812]
  813
  814[[package]]
  815name = "async-channel"
  816version = "1.9.0"
  817source = "registry+https://github.com/rust-lang/crates.io-index"
  818checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  819dependencies = [
  820 "concurrent-queue",
  821 "event-listener 2.5.3",
  822 "futures-core",
  823]
  824
  825[[package]]
  826name = "async-channel"
  827version = "2.5.0"
  828source = "registry+https://github.com/rust-lang/crates.io-index"
  829checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  830dependencies = [
  831 "concurrent-queue",
  832 "event-listener-strategy",
  833 "futures-core",
  834 "pin-project-lite",
  835]
  836
  837[[package]]
  838name = "async-compat"
  839version = "0.2.5"
  840source = "registry+https://github.com/rust-lang/crates.io-index"
  841checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  842dependencies = [
  843 "futures-core",
  844 "futures-io",
  845 "once_cell",
  846 "pin-project-lite",
  847 "tokio",
  848]
  849
  850[[package]]
  851name = "async-compression"
  852version = "0.4.32"
  853source = "registry+https://github.com/rust-lang/crates.io-index"
  854checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  855dependencies = [
  856 "compression-codecs",
  857 "compression-core",
  858 "futures-core",
  859 "futures-io",
  860 "pin-project-lite",
  861]
  862
  863[[package]]
  864name = "async-dispatcher"
  865version = "0.1.2"
  866source = "registry+https://github.com/rust-lang/crates.io-index"
  867checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  868dependencies = [
  869 "async-task",
  870 "futures-lite 1.13.0",
  871]
  872
  873[[package]]
  874name = "async-executor"
  875version = "1.13.3"
  876source = "registry+https://github.com/rust-lang/crates.io-index"
  877checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  878dependencies = [
  879 "async-task",
  880 "concurrent-queue",
  881 "fastrand 2.3.0",
  882 "futures-lite 2.6.1",
  883 "pin-project-lite",
  884 "slab",
  885]
  886
  887[[package]]
  888name = "async-fs"
  889version = "2.2.0"
  890source = "registry+https://github.com/rust-lang/crates.io-index"
  891checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  892dependencies = [
  893 "async-lock 3.4.2",
  894 "blocking",
  895 "futures-lite 2.6.1",
  896]
  897
  898[[package]]
  899name = "async-global-executor"
  900version = "2.4.1"
  901source = "registry+https://github.com/rust-lang/crates.io-index"
  902checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  903dependencies = [
  904 "async-channel 2.5.0",
  905 "async-executor",
  906 "async-io",
  907 "async-lock 3.4.2",
  908 "blocking",
  909 "futures-lite 2.6.1",
  910 "once_cell",
  911]
  912
  913[[package]]
  914name = "async-io"
  915version = "2.6.0"
  916source = "registry+https://github.com/rust-lang/crates.io-index"
  917checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  918dependencies = [
  919 "autocfg",
  920 "cfg-if",
  921 "concurrent-queue",
  922 "futures-io",
  923 "futures-lite 2.6.1",
  924 "parking",
  925 "polling",
  926 "rustix 1.1.2",
  927 "slab",
  928 "windows-sys 0.61.2",
  929]
  930
  931[[package]]
  932name = "async-lock"
  933version = "2.8.0"
  934source = "registry+https://github.com/rust-lang/crates.io-index"
  935checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  936dependencies = [
  937 "event-listener 2.5.3",
  938]
  939
  940[[package]]
  941name = "async-lock"
  942version = "3.4.2"
  943source = "registry+https://github.com/rust-lang/crates.io-index"
  944checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  945dependencies = [
  946 "event-listener 5.4.1",
  947 "event-listener-strategy",
  948 "pin-project-lite",
  949]
  950
  951[[package]]
  952name = "async-net"
  953version = "2.0.0"
  954source = "registry+https://github.com/rust-lang/crates.io-index"
  955checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  956dependencies = [
  957 "async-io",
  958 "blocking",
  959 "futures-lite 2.6.1",
  960]
  961
  962[[package]]
  963name = "async-pipe"
  964version = "0.1.3"
  965source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  966dependencies = [
  967 "futures 0.3.32",
  968 "log",
  969]
  970
  971[[package]]
  972name = "async-process"
  973version = "2.5.0"
  974source = "registry+https://github.com/rust-lang/crates.io-index"
  975checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  976dependencies = [
  977 "async-channel 2.5.0",
  978 "async-io",
  979 "async-lock 3.4.2",
  980 "async-signal",
  981 "async-task",
  982 "blocking",
  983 "cfg-if",
  984 "event-listener 5.4.1",
  985 "futures-lite 2.6.1",
  986 "rustix 1.1.2",
  987]
  988
  989[[package]]
  990name = "async-recursion"
  991version = "1.1.1"
  992source = "registry+https://github.com/rust-lang/crates.io-index"
  993checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  994dependencies = [
  995 "proc-macro2",
  996 "quote",
  997 "syn 2.0.117",
  998]
  999
 1000[[package]]
 1001name = "async-signal"
 1002version = "0.2.13"
 1003source = "registry+https://github.com/rust-lang/crates.io-index"
 1004checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1005dependencies = [
 1006 "async-io",
 1007 "async-lock 3.4.2",
 1008 "atomic-waker",
 1009 "cfg-if",
 1010 "futures-core",
 1011 "futures-io",
 1012 "rustix 1.1.2",
 1013 "signal-hook-registry",
 1014 "slab",
 1015 "windows-sys 0.61.2",
 1016]
 1017
 1018[[package]]
 1019name = "async-std"
 1020version = "1.13.2"
 1021source = "registry+https://github.com/rust-lang/crates.io-index"
 1022checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1023dependencies = [
 1024 "async-attributes",
 1025 "async-channel 1.9.0",
 1026 "async-global-executor",
 1027 "async-io",
 1028 "async-lock 3.4.2",
 1029 "async-process",
 1030 "crossbeam-utils",
 1031 "futures-channel",
 1032 "futures-core",
 1033 "futures-io",
 1034 "futures-lite 2.6.1",
 1035 "gloo-timers",
 1036 "kv-log-macro",
 1037 "log",
 1038 "memchr",
 1039 "once_cell",
 1040 "pin-project-lite",
 1041 "pin-utils",
 1042 "slab",
 1043 "wasm-bindgen-futures",
 1044]
 1045
 1046[[package]]
 1047name = "async-stream"
 1048version = "0.3.6"
 1049source = "registry+https://github.com/rust-lang/crates.io-index"
 1050checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1051dependencies = [
 1052 "async-stream-impl",
 1053 "futures-core",
 1054 "pin-project-lite",
 1055]
 1056
 1057[[package]]
 1058name = "async-stream-impl"
 1059version = "0.3.6"
 1060source = "registry+https://github.com/rust-lang/crates.io-index"
 1061checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1062dependencies = [
 1063 "proc-macro2",
 1064 "quote",
 1065 "syn 2.0.117",
 1066]
 1067
 1068[[package]]
 1069name = "async-tar"
 1070version = "0.5.1"
 1071source = "registry+https://github.com/rust-lang/crates.io-index"
 1072checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1073dependencies = [
 1074 "async-std",
 1075 "filetime",
 1076 "libc",
 1077 "pin-project",
 1078 "redox_syscall 0.2.16",
 1079 "xattr",
 1080]
 1081
 1082[[package]]
 1083name = "async-task"
 1084version = "4.7.1"
 1085source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1086
 1087[[package]]
 1088name = "async-trait"
 1089version = "0.1.89"
 1090source = "registry+https://github.com/rust-lang/crates.io-index"
 1091checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1092dependencies = [
 1093 "proc-macro2",
 1094 "quote",
 1095 "syn 2.0.117",
 1096]
 1097
 1098[[package]]
 1099name = "async-tungstenite"
 1100version = "0.31.0"
 1101source = "registry+https://github.com/rust-lang/crates.io-index"
 1102checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1103dependencies = [
 1104 "atomic-waker",
 1105 "futures-core",
 1106 "futures-io",
 1107 "futures-task",
 1108 "futures-util",
 1109 "log",
 1110 "pin-project-lite",
 1111 "rustls-pki-types",
 1112 "tokio",
 1113 "tokio-rustls 0.26.2",
 1114 "tungstenite 0.27.0",
 1115]
 1116
 1117[[package]]
 1118name = "async_zip"
 1119version = "0.0.18"
 1120source = "registry+https://github.com/rust-lang/crates.io-index"
 1121checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1122dependencies = [
 1123 "async-compression",
 1124 "crc32fast",
 1125 "futures-lite 2.6.1",
 1126 "pin-project",
 1127 "thiserror 2.0.17",
 1128]
 1129
 1130[[package]]
 1131name = "asynchronous-codec"
 1132version = "0.7.0"
 1133source = "registry+https://github.com/rust-lang/crates.io-index"
 1134checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1135dependencies = [
 1136 "bytes 1.11.1",
 1137 "futures-sink",
 1138 "futures-util",
 1139 "memchr",
 1140 "pin-project-lite",
 1141]
 1142
 1143[[package]]
 1144name = "atoi"
 1145version = "2.0.0"
 1146source = "registry+https://github.com/rust-lang/crates.io-index"
 1147checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1148dependencies = [
 1149 "num-traits",
 1150]
 1151
 1152[[package]]
 1153name = "atomic"
 1154version = "0.5.3"
 1155source = "registry+https://github.com/rust-lang/crates.io-index"
 1156checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1157
 1158[[package]]
 1159name = "atomic-waker"
 1160version = "1.1.2"
 1161source = "registry+https://github.com/rust-lang/crates.io-index"
 1162checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1163
 1164[[package]]
 1165name = "audio"
 1166version = "0.1.0"
 1167dependencies = [
 1168 "anyhow",
 1169 "collections",
 1170 "cpal",
 1171 "crossbeam",
 1172 "denoise",
 1173 "gpui",
 1174 "libwebrtc",
 1175 "log",
 1176 "parking_lot",
 1177 "rodio",
 1178 "serde",
 1179 "settings",
 1180 "thiserror 2.0.17",
 1181 "util",
 1182]
 1183
 1184[[package]]
 1185name = "auditable-serde"
 1186version = "0.8.0"
 1187source = "registry+https://github.com/rust-lang/crates.io-index"
 1188checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1189dependencies = [
 1190 "semver",
 1191 "serde",
 1192 "serde_json",
 1193 "topological-sort",
 1194]
 1195
 1196[[package]]
 1197name = "auto_update"
 1198version = "0.1.0"
 1199dependencies = [
 1200 "anyhow",
 1201 "client",
 1202 "clock",
 1203 "ctor",
 1204 "db",
 1205 "futures 0.3.32",
 1206 "futures-lite 1.13.0",
 1207 "gpui",
 1208 "http_client",
 1209 "log",
 1210 "parking_lot",
 1211 "paths",
 1212 "release_channel",
 1213 "semver",
 1214 "serde",
 1215 "serde_json",
 1216 "settings",
 1217 "smol",
 1218 "tempfile",
 1219 "util",
 1220 "which 6.0.3",
 1221 "workspace",
 1222 "zlog",
 1223]
 1224
 1225[[package]]
 1226name = "auto_update_helper"
 1227version = "0.1.0"
 1228dependencies = [
 1229 "anyhow",
 1230 "log",
 1231 "scopeguard",
 1232 "simplelog",
 1233 "tempfile",
 1234 "windows 0.61.3",
 1235 "winresource",
 1236]
 1237
 1238[[package]]
 1239name = "auto_update_ui"
 1240version = "0.1.0"
 1241dependencies = [
 1242 "agent_settings",
 1243 "anyhow",
 1244 "auto_update",
 1245 "client",
 1246 "db",
 1247 "editor",
 1248 "fs",
 1249 "gpui",
 1250 "markdown_preview",
 1251 "release_channel",
 1252 "semver",
 1253 "serde",
 1254 "serde_json",
 1255 "smol",
 1256 "telemetry",
 1257 "ui",
 1258 "util",
 1259 "workspace",
 1260 "zed_actions",
 1261]
 1262
 1263[[package]]
 1264name = "autocfg"
 1265version = "1.5.0"
 1266source = "registry+https://github.com/rust-lang/crates.io-index"
 1267checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1268
 1269[[package]]
 1270name = "av1-grain"
 1271version = "0.2.4"
 1272source = "registry+https://github.com/rust-lang/crates.io-index"
 1273checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1274dependencies = [
 1275 "anyhow",
 1276 "arrayvec",
 1277 "log",
 1278 "nom 7.1.3",
 1279 "num-rational",
 1280 "v_frame",
 1281]
 1282
 1283[[package]]
 1284name = "avif-serialize"
 1285version = "0.8.6"
 1286source = "registry+https://github.com/rust-lang/crates.io-index"
 1287checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1288dependencies = [
 1289 "arrayvec",
 1290]
 1291
 1292[[package]]
 1293name = "aws-config"
 1294version = "1.8.10"
 1295source = "registry+https://github.com/rust-lang/crates.io-index"
 1296checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1297dependencies = [
 1298 "aws-credential-types",
 1299 "aws-runtime",
 1300 "aws-sdk-sso",
 1301 "aws-sdk-ssooidc",
 1302 "aws-sdk-sts",
 1303 "aws-smithy-async",
 1304 "aws-smithy-http",
 1305 "aws-smithy-json",
 1306 "aws-smithy-runtime",
 1307 "aws-smithy-runtime-api",
 1308 "aws-smithy-types",
 1309 "aws-types",
 1310 "bytes 1.11.1",
 1311 "fastrand 2.3.0",
 1312 "hex",
 1313 "http 1.3.1",
 1314 "ring",
 1315 "time",
 1316 "tokio",
 1317 "tracing",
 1318 "url",
 1319 "zeroize",
 1320]
 1321
 1322[[package]]
 1323name = "aws-credential-types"
 1324version = "1.2.10"
 1325source = "registry+https://github.com/rust-lang/crates.io-index"
 1326checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1327dependencies = [
 1328 "aws-smithy-async",
 1329 "aws-smithy-runtime-api",
 1330 "aws-smithy-types",
 1331 "zeroize",
 1332]
 1333
 1334[[package]]
 1335name = "aws-lc-rs"
 1336version = "1.15.4"
 1337source = "registry+https://github.com/rust-lang/crates.io-index"
 1338checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1339dependencies = [
 1340 "aws-lc-sys",
 1341 "untrusted 0.7.1",
 1342 "zeroize",
 1343]
 1344
 1345[[package]]
 1346name = "aws-lc-sys"
 1347version = "0.37.0"
 1348source = "registry+https://github.com/rust-lang/crates.io-index"
 1349checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1350dependencies = [
 1351 "cc",
 1352 "cmake",
 1353 "dunce",
 1354 "fs_extra",
 1355]
 1356
 1357[[package]]
 1358name = "aws-runtime"
 1359version = "1.5.16"
 1360source = "registry+https://github.com/rust-lang/crates.io-index"
 1361checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1362dependencies = [
 1363 "aws-credential-types",
 1364 "aws-sigv4",
 1365 "aws-smithy-async",
 1366 "aws-smithy-eventstream",
 1367 "aws-smithy-http",
 1368 "aws-smithy-runtime",
 1369 "aws-smithy-runtime-api",
 1370 "aws-smithy-types",
 1371 "aws-types",
 1372 "bytes 1.11.1",
 1373 "fastrand 2.3.0",
 1374 "http 0.2.12",
 1375 "http-body 0.4.6",
 1376 "percent-encoding",
 1377 "pin-project-lite",
 1378 "tracing",
 1379 "uuid",
 1380]
 1381
 1382[[package]]
 1383name = "aws-sdk-bedrockruntime"
 1384version = "1.113.0"
 1385source = "registry+https://github.com/rust-lang/crates.io-index"
 1386checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1387dependencies = [
 1388 "aws-credential-types",
 1389 "aws-runtime",
 1390 "aws-sigv4",
 1391 "aws-smithy-async",
 1392 "aws-smithy-eventstream",
 1393 "aws-smithy-http",
 1394 "aws-smithy-json",
 1395 "aws-smithy-runtime",
 1396 "aws-smithy-runtime-api",
 1397 "aws-smithy-types",
 1398 "aws-types",
 1399 "bytes 1.11.1",
 1400 "fastrand 2.3.0",
 1401 "http 0.2.12",
 1402 "hyper 0.14.32",
 1403 "regex-lite",
 1404 "tracing",
 1405]
 1406
 1407[[package]]
 1408name = "aws-sdk-kinesis"
 1409version = "1.95.0"
 1410source = "registry+https://github.com/rust-lang/crates.io-index"
 1411checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1412dependencies = [
 1413 "aws-credential-types",
 1414 "aws-runtime",
 1415 "aws-smithy-async",
 1416 "aws-smithy-eventstream",
 1417 "aws-smithy-http",
 1418 "aws-smithy-json",
 1419 "aws-smithy-runtime",
 1420 "aws-smithy-runtime-api",
 1421 "aws-smithy-types",
 1422 "aws-types",
 1423 "bytes 1.11.1",
 1424 "fastrand 2.3.0",
 1425 "http 0.2.12",
 1426 "regex-lite",
 1427 "tracing",
 1428]
 1429
 1430[[package]]
 1431name = "aws-sdk-s3"
 1432version = "1.112.0"
 1433source = "registry+https://github.com/rust-lang/crates.io-index"
 1434checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1435dependencies = [
 1436 "aws-credential-types",
 1437 "aws-runtime",
 1438 "aws-sigv4",
 1439 "aws-smithy-async",
 1440 "aws-smithy-checksums",
 1441 "aws-smithy-eventstream",
 1442 "aws-smithy-http",
 1443 "aws-smithy-json",
 1444 "aws-smithy-runtime",
 1445 "aws-smithy-runtime-api",
 1446 "aws-smithy-types",
 1447 "aws-smithy-xml",
 1448 "aws-types",
 1449 "bytes 1.11.1",
 1450 "fastrand 2.3.0",
 1451 "hex",
 1452 "hmac",
 1453 "http 0.2.12",
 1454 "http 1.3.1",
 1455 "http-body 0.4.6",
 1456 "lru",
 1457 "percent-encoding",
 1458 "regex-lite",
 1459 "sha2",
 1460 "tracing",
 1461 "url",
 1462]
 1463
 1464[[package]]
 1465name = "aws-sdk-sso"
 1466version = "1.88.0"
 1467source = "registry+https://github.com/rust-lang/crates.io-index"
 1468checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1469dependencies = [
 1470 "aws-credential-types",
 1471 "aws-runtime",
 1472 "aws-smithy-async",
 1473 "aws-smithy-http",
 1474 "aws-smithy-json",
 1475 "aws-smithy-runtime",
 1476 "aws-smithy-runtime-api",
 1477 "aws-smithy-types",
 1478 "aws-types",
 1479 "bytes 1.11.1",
 1480 "fastrand 2.3.0",
 1481 "http 0.2.12",
 1482 "regex-lite",
 1483 "tracing",
 1484]
 1485
 1486[[package]]
 1487name = "aws-sdk-ssooidc"
 1488version = "1.90.0"
 1489source = "registry+https://github.com/rust-lang/crates.io-index"
 1490checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1491dependencies = [
 1492 "aws-credential-types",
 1493 "aws-runtime",
 1494 "aws-smithy-async",
 1495 "aws-smithy-http",
 1496 "aws-smithy-json",
 1497 "aws-smithy-runtime",
 1498 "aws-smithy-runtime-api",
 1499 "aws-smithy-types",
 1500 "aws-types",
 1501 "bytes 1.11.1",
 1502 "fastrand 2.3.0",
 1503 "http 0.2.12",
 1504 "regex-lite",
 1505 "tracing",
 1506]
 1507
 1508[[package]]
 1509name = "aws-sdk-sts"
 1510version = "1.90.0"
 1511source = "registry+https://github.com/rust-lang/crates.io-index"
 1512checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1513dependencies = [
 1514 "aws-credential-types",
 1515 "aws-runtime",
 1516 "aws-smithy-async",
 1517 "aws-smithy-http",
 1518 "aws-smithy-json",
 1519 "aws-smithy-query",
 1520 "aws-smithy-runtime",
 1521 "aws-smithy-runtime-api",
 1522 "aws-smithy-types",
 1523 "aws-smithy-xml",
 1524 "aws-types",
 1525 "fastrand 2.3.0",
 1526 "http 0.2.12",
 1527 "regex-lite",
 1528 "tracing",
 1529]
 1530
 1531[[package]]
 1532name = "aws-sigv4"
 1533version = "1.3.6"
 1534source = "registry+https://github.com/rust-lang/crates.io-index"
 1535checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1536dependencies = [
 1537 "aws-credential-types",
 1538 "aws-smithy-eventstream",
 1539 "aws-smithy-http",
 1540 "aws-smithy-runtime-api",
 1541 "aws-smithy-types",
 1542 "bytes 1.11.1",
 1543 "crypto-bigint 0.5.5",
 1544 "form_urlencoded",
 1545 "hex",
 1546 "hmac",
 1547 "http 0.2.12",
 1548 "http 1.3.1",
 1549 "p256",
 1550 "percent-encoding",
 1551 "ring",
 1552 "sha2",
 1553 "subtle",
 1554 "time",
 1555 "tracing",
 1556 "zeroize",
 1557]
 1558
 1559[[package]]
 1560name = "aws-smithy-async"
 1561version = "1.2.6"
 1562source = "registry+https://github.com/rust-lang/crates.io-index"
 1563checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1564dependencies = [
 1565 "futures-util",
 1566 "pin-project-lite",
 1567 "tokio",
 1568]
 1569
 1570[[package]]
 1571name = "aws-smithy-checksums"
 1572version = "0.63.11"
 1573source = "registry+https://github.com/rust-lang/crates.io-index"
 1574checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1575dependencies = [
 1576 "aws-smithy-http",
 1577 "aws-smithy-types",
 1578 "bytes 1.11.1",
 1579 "crc-fast",
 1580 "hex",
 1581 "http 0.2.12",
 1582 "http-body 0.4.6",
 1583 "md-5",
 1584 "pin-project-lite",
 1585 "sha1",
 1586 "sha2",
 1587 "tracing",
 1588]
 1589
 1590[[package]]
 1591name = "aws-smithy-eventstream"
 1592version = "0.60.13"
 1593source = "registry+https://github.com/rust-lang/crates.io-index"
 1594checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1595dependencies = [
 1596 "aws-smithy-types",
 1597 "bytes 1.11.1",
 1598 "crc32fast",
 1599]
 1600
 1601[[package]]
 1602name = "aws-smithy-http"
 1603version = "0.62.5"
 1604source = "registry+https://github.com/rust-lang/crates.io-index"
 1605checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1606dependencies = [
 1607 "aws-smithy-eventstream",
 1608 "aws-smithy-runtime-api",
 1609 "aws-smithy-types",
 1610 "bytes 1.11.1",
 1611 "bytes-utils",
 1612 "futures-core",
 1613 "futures-util",
 1614 "http 0.2.12",
 1615 "http 1.3.1",
 1616 "http-body 0.4.6",
 1617 "percent-encoding",
 1618 "pin-project-lite",
 1619 "pin-utils",
 1620 "tracing",
 1621]
 1622
 1623[[package]]
 1624name = "aws-smithy-http-client"
 1625version = "1.1.4"
 1626source = "registry+https://github.com/rust-lang/crates.io-index"
 1627checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1628dependencies = [
 1629 "aws-smithy-async",
 1630 "aws-smithy-runtime-api",
 1631 "aws-smithy-types",
 1632 "h2 0.3.27",
 1633 "h2 0.4.12",
 1634 "http 0.2.12",
 1635 "http 1.3.1",
 1636 "http-body 0.4.6",
 1637 "hyper 0.14.32",
 1638 "hyper 1.7.0",
 1639 "hyper-rustls 0.24.2",
 1640 "hyper-rustls 0.27.7",
 1641 "hyper-util",
 1642 "pin-project-lite",
 1643 "rustls 0.21.12",
 1644 "rustls 0.23.33",
 1645 "rustls-native-certs 0.8.2",
 1646 "rustls-pki-types",
 1647 "tokio",
 1648 "tokio-rustls 0.26.2",
 1649 "tower 0.5.2",
 1650 "tracing",
 1651]
 1652
 1653[[package]]
 1654name = "aws-smithy-json"
 1655version = "0.61.7"
 1656source = "registry+https://github.com/rust-lang/crates.io-index"
 1657checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1658dependencies = [
 1659 "aws-smithy-types",
 1660]
 1661
 1662[[package]]
 1663name = "aws-smithy-observability"
 1664version = "0.1.4"
 1665source = "registry+https://github.com/rust-lang/crates.io-index"
 1666checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1667dependencies = [
 1668 "aws-smithy-runtime-api",
 1669]
 1670
 1671[[package]]
 1672name = "aws-smithy-query"
 1673version = "0.60.8"
 1674source = "registry+https://github.com/rust-lang/crates.io-index"
 1675checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1676dependencies = [
 1677 "aws-smithy-types",
 1678 "urlencoding",
 1679]
 1680
 1681[[package]]
 1682name = "aws-smithy-runtime"
 1683version = "1.9.4"
 1684source = "registry+https://github.com/rust-lang/crates.io-index"
 1685checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1686dependencies = [
 1687 "aws-smithy-async",
 1688 "aws-smithy-http",
 1689 "aws-smithy-http-client",
 1690 "aws-smithy-observability",
 1691 "aws-smithy-runtime-api",
 1692 "aws-smithy-types",
 1693 "bytes 1.11.1",
 1694 "fastrand 2.3.0",
 1695 "http 0.2.12",
 1696 "http 1.3.1",
 1697 "http-body 0.4.6",
 1698 "http-body 1.0.1",
 1699 "pin-project-lite",
 1700 "pin-utils",
 1701 "tokio",
 1702 "tracing",
 1703]
 1704
 1705[[package]]
 1706name = "aws-smithy-runtime-api"
 1707version = "1.9.2"
 1708source = "registry+https://github.com/rust-lang/crates.io-index"
 1709checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1710dependencies = [
 1711 "aws-smithy-async",
 1712 "aws-smithy-types",
 1713 "bytes 1.11.1",
 1714 "http 0.2.12",
 1715 "http 1.3.1",
 1716 "pin-project-lite",
 1717 "tokio",
 1718 "tracing",
 1719 "zeroize",
 1720]
 1721
 1722[[package]]
 1723name = "aws-smithy-types"
 1724version = "1.3.4"
 1725source = "registry+https://github.com/rust-lang/crates.io-index"
 1726checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1727dependencies = [
 1728 "base64-simd",
 1729 "bytes 1.11.1",
 1730 "bytes-utils",
 1731 "futures-core",
 1732 "http 0.2.12",
 1733 "http 1.3.1",
 1734 "http-body 0.4.6",
 1735 "http-body 1.0.1",
 1736 "http-body-util",
 1737 "itoa",
 1738 "num-integer",
 1739 "pin-project-lite",
 1740 "pin-utils",
 1741 "ryu",
 1742 "serde",
 1743 "time",
 1744 "tokio",
 1745 "tokio-util",
 1746]
 1747
 1748[[package]]
 1749name = "aws-smithy-xml"
 1750version = "0.60.12"
 1751source = "registry+https://github.com/rust-lang/crates.io-index"
 1752checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1753dependencies = [
 1754 "xmlparser",
 1755]
 1756
 1757[[package]]
 1758name = "aws-types"
 1759version = "1.3.10"
 1760source = "registry+https://github.com/rust-lang/crates.io-index"
 1761checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1762dependencies = [
 1763 "aws-credential-types",
 1764 "aws-smithy-async",
 1765 "aws-smithy-runtime-api",
 1766 "aws-smithy-types",
 1767 "rustc_version",
 1768 "tracing",
 1769]
 1770
 1771[[package]]
 1772name = "aws_http_client"
 1773version = "0.1.0"
 1774dependencies = [
 1775 "aws-smithy-runtime-api",
 1776 "aws-smithy-types",
 1777 "http_client",
 1778]
 1779
 1780[[package]]
 1781name = "axum"
 1782version = "0.6.20"
 1783source = "registry+https://github.com/rust-lang/crates.io-index"
 1784checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1785dependencies = [
 1786 "async-trait",
 1787 "axum-core",
 1788 "base64 0.21.7",
 1789 "bitflags 1.3.2",
 1790 "bytes 1.11.1",
 1791 "futures-util",
 1792 "headers",
 1793 "http 0.2.12",
 1794 "http-body 0.4.6",
 1795 "hyper 0.14.32",
 1796 "itoa",
 1797 "matchit",
 1798 "memchr",
 1799 "mime",
 1800 "percent-encoding",
 1801 "pin-project-lite",
 1802 "rustversion",
 1803 "serde",
 1804 "serde_json",
 1805 "serde_path_to_error",
 1806 "serde_urlencoded",
 1807 "sha1",
 1808 "sync_wrapper 0.1.2",
 1809 "tokio",
 1810 "tokio-tungstenite 0.20.1",
 1811 "tower 0.4.13",
 1812 "tower-layer",
 1813 "tower-service",
 1814]
 1815
 1816[[package]]
 1817name = "axum-core"
 1818version = "0.3.4"
 1819source = "registry+https://github.com/rust-lang/crates.io-index"
 1820checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1821dependencies = [
 1822 "async-trait",
 1823 "bytes 1.11.1",
 1824 "futures-util",
 1825 "http 0.2.12",
 1826 "http-body 0.4.6",
 1827 "mime",
 1828 "rustversion",
 1829 "tower-layer",
 1830 "tower-service",
 1831]
 1832
 1833[[package]]
 1834name = "backtrace"
 1835version = "0.3.76"
 1836source = "registry+https://github.com/rust-lang/crates.io-index"
 1837checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1838dependencies = [
 1839 "addr2line",
 1840 "cfg-if",
 1841 "libc",
 1842 "miniz_oxide",
 1843 "object",
 1844 "rustc-demangle",
 1845 "windows-link 0.2.1",
 1846]
 1847
 1848[[package]]
 1849name = "base16ct"
 1850version = "0.1.1"
 1851source = "registry+https://github.com/rust-lang/crates.io-index"
 1852checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1853
 1854[[package]]
 1855name = "base64"
 1856version = "0.21.7"
 1857source = "registry+https://github.com/rust-lang/crates.io-index"
 1858checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1859
 1860[[package]]
 1861name = "base64"
 1862version = "0.22.1"
 1863source = "registry+https://github.com/rust-lang/crates.io-index"
 1864checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1865
 1866[[package]]
 1867name = "base64-simd"
 1868version = "0.8.0"
 1869source = "registry+https://github.com/rust-lang/crates.io-index"
 1870checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1871dependencies = [
 1872 "outref",
 1873 "vsimd",
 1874]
 1875
 1876[[package]]
 1877name = "base64ct"
 1878version = "1.8.0"
 1879source = "registry+https://github.com/rust-lang/crates.io-index"
 1880checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1881
 1882[[package]]
 1883name = "bedrock"
 1884version = "0.1.0"
 1885dependencies = [
 1886 "anyhow",
 1887 "aws-sdk-bedrockruntime",
 1888 "aws-smithy-types",
 1889 "futures 0.3.32",
 1890 "schemars",
 1891 "serde",
 1892 "serde_json",
 1893 "strum 0.27.2",
 1894 "thiserror 2.0.17",
 1895]
 1896
 1897[[package]]
 1898name = "bigdecimal"
 1899version = "0.4.8"
 1900source = "registry+https://github.com/rust-lang/crates.io-index"
 1901checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1902dependencies = [
 1903 "autocfg",
 1904 "libm",
 1905 "num-bigint",
 1906 "num-integer",
 1907 "num-traits",
 1908 "serde",
 1909]
 1910
 1911[[package]]
 1912name = "bincode"
 1913version = "1.3.3"
 1914source = "registry+https://github.com/rust-lang/crates.io-index"
 1915checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1916dependencies = [
 1917 "serde",
 1918]
 1919
 1920[[package]]
 1921name = "bindgen"
 1922version = "0.71.1"
 1923source = "registry+https://github.com/rust-lang/crates.io-index"
 1924checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1925dependencies = [
 1926 "bitflags 2.10.0",
 1927 "cexpr",
 1928 "clang-sys",
 1929 "itertools 0.12.1",
 1930 "log",
 1931 "prettyplease",
 1932 "proc-macro2",
 1933 "quote",
 1934 "regex",
 1935 "rustc-hash 2.1.1",
 1936 "shlex",
 1937 "syn 2.0.117",
 1938]
 1939
 1940[[package]]
 1941name = "bindgen"
 1942version = "0.72.1"
 1943source = "registry+https://github.com/rust-lang/crates.io-index"
 1944checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1945dependencies = [
 1946 "bitflags 2.10.0",
 1947 "cexpr",
 1948 "clang-sys",
 1949 "itertools 0.12.1",
 1950 "proc-macro2",
 1951 "quote",
 1952 "regex",
 1953 "rustc-hash 2.1.1",
 1954 "shlex",
 1955 "syn 2.0.117",
 1956]
 1957
 1958[[package]]
 1959name = "bit-set"
 1960version = "0.8.0"
 1961source = "registry+https://github.com/rust-lang/crates.io-index"
 1962checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1963dependencies = [
 1964 "bit-vec 0.8.0",
 1965]
 1966
 1967[[package]]
 1968name = "bit-set"
 1969version = "0.9.1"
 1970source = "registry+https://github.com/rust-lang/crates.io-index"
 1971checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1972dependencies = [
 1973 "bit-vec 0.9.1",
 1974]
 1975
 1976[[package]]
 1977name = "bit-vec"
 1978version = "0.8.0"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1981
 1982[[package]]
 1983name = "bit-vec"
 1984version = "0.9.1"
 1985source = "registry+https://github.com/rust-lang/crates.io-index"
 1986checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1987
 1988[[package]]
 1989name = "bit_field"
 1990version = "0.10.3"
 1991source = "registry+https://github.com/rust-lang/crates.io-index"
 1992checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1993
 1994[[package]]
 1995name = "bitflags"
 1996version = "1.3.2"
 1997source = "registry+https://github.com/rust-lang/crates.io-index"
 1998checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1999
 2000[[package]]
 2001name = "bitflags"
 2002version = "2.10.0"
 2003source = "registry+https://github.com/rust-lang/crates.io-index"
 2004checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2005dependencies = [
 2006 "serde_core",
 2007]
 2008
 2009[[package]]
 2010name = "bitstream-io"
 2011version = "2.6.0"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2014
 2015[[package]]
 2016name = "bitvec"
 2017version = "1.0.1"
 2018source = "registry+https://github.com/rust-lang/crates.io-index"
 2019checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2020dependencies = [
 2021 "funty",
 2022 "radium",
 2023 "tap",
 2024 "wyz",
 2025]
 2026
 2027[[package]]
 2028name = "block"
 2029version = "0.1.6"
 2030source = "registry+https://github.com/rust-lang/crates.io-index"
 2031checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2032
 2033[[package]]
 2034name = "block-buffer"
 2035version = "0.10.4"
 2036source = "registry+https://github.com/rust-lang/crates.io-index"
 2037checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2038dependencies = [
 2039 "generic-array",
 2040]
 2041
 2042[[package]]
 2043name = "block-padding"
 2044version = "0.3.3"
 2045source = "registry+https://github.com/rust-lang/crates.io-index"
 2046checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2047dependencies = [
 2048 "generic-array",
 2049]
 2050
 2051[[package]]
 2052name = "block2"
 2053version = "0.6.2"
 2054source = "registry+https://github.com/rust-lang/crates.io-index"
 2055checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2056dependencies = [
 2057 "objc2",
 2058]
 2059
 2060[[package]]
 2061name = "blocking"
 2062version = "1.6.2"
 2063source = "registry+https://github.com/rust-lang/crates.io-index"
 2064checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2065dependencies = [
 2066 "async-channel 2.5.0",
 2067 "async-task",
 2068 "futures-io",
 2069 "futures-lite 2.6.1",
 2070 "piper",
 2071]
 2072
 2073[[package]]
 2074name = "bmrng"
 2075version = "0.5.2"
 2076source = "registry+https://github.com/rust-lang/crates.io-index"
 2077checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2078dependencies = [
 2079 "futures-core",
 2080 "tokio",
 2081]
 2082
 2083[[package]]
 2084name = "bon"
 2085version = "3.8.2"
 2086source = "registry+https://github.com/rust-lang/crates.io-index"
 2087checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2088dependencies = [
 2089 "bon-macros",
 2090 "rustversion",
 2091]
 2092
 2093[[package]]
 2094name = "bon-macros"
 2095version = "3.8.2"
 2096source = "registry+https://github.com/rust-lang/crates.io-index"
 2097checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2098dependencies = [
 2099 "darling 0.21.3",
 2100 "ident_case",
 2101 "prettyplease",
 2102 "proc-macro2",
 2103 "quote",
 2104 "rustversion",
 2105 "syn 2.0.117",
 2106]
 2107
 2108[[package]]
 2109name = "borrow-or-share"
 2110version = "0.2.4"
 2111source = "registry+https://github.com/rust-lang/crates.io-index"
 2112checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2113
 2114[[package]]
 2115name = "borsh"
 2116version = "1.5.7"
 2117source = "registry+https://github.com/rust-lang/crates.io-index"
 2118checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2119dependencies = [
 2120 "borsh-derive",
 2121 "cfg_aliases 0.2.1",
 2122]
 2123
 2124[[package]]
 2125name = "borsh-derive"
 2126version = "1.5.7"
 2127source = "registry+https://github.com/rust-lang/crates.io-index"
 2128checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2129dependencies = [
 2130 "once_cell",
 2131 "proc-macro-crate",
 2132 "proc-macro2",
 2133 "quote",
 2134 "syn 2.0.117",
 2135]
 2136
 2137[[package]]
 2138name = "breadcrumbs"
 2139version = "0.1.0"
 2140dependencies = [
 2141 "gpui",
 2142 "ui",
 2143 "workspace",
 2144]
 2145
 2146[[package]]
 2147name = "brush-parser"
 2148version = "0.3.0"
 2149source = "registry+https://github.com/rust-lang/crates.io-index"
 2150checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2151dependencies = [
 2152 "bon",
 2153 "cached",
 2154 "indenter",
 2155 "peg",
 2156 "thiserror 2.0.17",
 2157 "tracing",
 2158 "utf8-chars",
 2159]
 2160
 2161[[package]]
 2162name = "bstr"
 2163version = "1.12.0"
 2164source = "registry+https://github.com/rust-lang/crates.io-index"
 2165checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2166dependencies = [
 2167 "memchr",
 2168 "regex-automata",
 2169 "serde",
 2170]
 2171
 2172[[package]]
 2173name = "buffer_diff"
 2174version = "0.1.0"
 2175dependencies = [
 2176 "clock",
 2177 "ctor",
 2178 "futures 0.3.32",
 2179 "git2",
 2180 "gpui",
 2181 "language",
 2182 "log",
 2183 "pretty_assertions",
 2184 "rand 0.9.2",
 2185 "rope",
 2186 "settings",
 2187 "sum_tree",
 2188 "text",
 2189 "tracing",
 2190 "unindent",
 2191 "util",
 2192 "zlog",
 2193 "ztracing",
 2194]
 2195
 2196[[package]]
 2197name = "built"
 2198version = "0.7.7"
 2199source = "registry+https://github.com/rust-lang/crates.io-index"
 2200checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2201
 2202[[package]]
 2203name = "bumpalo"
 2204version = "3.19.0"
 2205source = "registry+https://github.com/rust-lang/crates.io-index"
 2206checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2207dependencies = [
 2208 "allocator-api2",
 2209]
 2210
 2211[[package]]
 2212name = "by_address"
 2213version = "1.2.1"
 2214source = "registry+https://github.com/rust-lang/crates.io-index"
 2215checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2216
 2217[[package]]
 2218name = "bytecheck"
 2219version = "0.6.12"
 2220source = "registry+https://github.com/rust-lang/crates.io-index"
 2221checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2222dependencies = [
 2223 "bytecheck_derive",
 2224 "ptr_meta",
 2225 "simdutf8",
 2226]
 2227
 2228[[package]]
 2229name = "bytecheck_derive"
 2230version = "0.6.12"
 2231source = "registry+https://github.com/rust-lang/crates.io-index"
 2232checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2233dependencies = [
 2234 "proc-macro2",
 2235 "quote",
 2236 "syn 1.0.109",
 2237]
 2238
 2239[[package]]
 2240name = "bytecount"
 2241version = "0.6.9"
 2242source = "registry+https://github.com/rust-lang/crates.io-index"
 2243checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2244
 2245[[package]]
 2246name = "bytemuck"
 2247version = "1.24.0"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2250dependencies = [
 2251 "bytemuck_derive",
 2252]
 2253
 2254[[package]]
 2255name = "bytemuck_derive"
 2256version = "1.10.2"
 2257source = "registry+https://github.com/rust-lang/crates.io-index"
 2258checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2259dependencies = [
 2260 "proc-macro2",
 2261 "quote",
 2262 "syn 2.0.117",
 2263]
 2264
 2265[[package]]
 2266name = "byteorder"
 2267version = "1.5.0"
 2268source = "registry+https://github.com/rust-lang/crates.io-index"
 2269checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2270
 2271[[package]]
 2272name = "byteorder-lite"
 2273version = "0.1.0"
 2274source = "registry+https://github.com/rust-lang/crates.io-index"
 2275checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2276
 2277[[package]]
 2278name = "bytes"
 2279version = "0.4.12"
 2280source = "registry+https://github.com/rust-lang/crates.io-index"
 2281checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2282dependencies = [
 2283 "byteorder",
 2284 "iovec",
 2285]
 2286
 2287[[package]]
 2288name = "bytes"
 2289version = "1.11.1"
 2290source = "registry+https://github.com/rust-lang/crates.io-index"
 2291checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2292
 2293[[package]]
 2294name = "bytes-utils"
 2295version = "0.1.4"
 2296source = "registry+https://github.com/rust-lang/crates.io-index"
 2297checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2298dependencies = [
 2299 "bytes 1.11.1",
 2300 "either",
 2301]
 2302
 2303[[package]]
 2304name = "bzip2"
 2305version = "0.4.4"
 2306source = "registry+https://github.com/rust-lang/crates.io-index"
 2307checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2308dependencies = [
 2309 "bzip2-sys",
 2310 "libc",
 2311]
 2312
 2313[[package]]
 2314name = "bzip2"
 2315version = "0.6.1"
 2316source = "registry+https://github.com/rust-lang/crates.io-index"
 2317checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2318dependencies = [
 2319 "libbz2-rs-sys",
 2320]
 2321
 2322[[package]]
 2323name = "bzip2-sys"
 2324version = "0.1.13+1.0.8"
 2325source = "registry+https://github.com/rust-lang/crates.io-index"
 2326checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2327dependencies = [
 2328 "cc",
 2329 "pkg-config",
 2330]
 2331
 2332[[package]]
 2333name = "cached"
 2334version = "0.56.0"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2337dependencies = [
 2338 "ahash 0.8.12",
 2339 "cached_proc_macro",
 2340 "cached_proc_macro_types",
 2341 "hashbrown 0.15.5",
 2342 "once_cell",
 2343 "thiserror 2.0.17",
 2344 "web-time",
 2345]
 2346
 2347[[package]]
 2348name = "cached_proc_macro"
 2349version = "0.25.0"
 2350source = "registry+https://github.com/rust-lang/crates.io-index"
 2351checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2352dependencies = [
 2353 "darling 0.20.11",
 2354 "proc-macro2",
 2355 "quote",
 2356 "syn 2.0.117",
 2357]
 2358
 2359[[package]]
 2360name = "cached_proc_macro_types"
 2361version = "0.1.1"
 2362source = "registry+https://github.com/rust-lang/crates.io-index"
 2363checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2364
 2365[[package]]
 2366name = "call"
 2367version = "0.1.0"
 2368dependencies = [
 2369 "anyhow",
 2370 "audio",
 2371 "client",
 2372 "collections",
 2373 "feature_flags",
 2374 "fs",
 2375 "futures 0.3.32",
 2376 "gpui",
 2377 "gpui_tokio",
 2378 "language",
 2379 "livekit_client",
 2380 "log",
 2381 "postage",
 2382 "project",
 2383 "serde",
 2384 "settings",
 2385 "telemetry",
 2386 "util",
 2387 "workspace",
 2388]
 2389
 2390[[package]]
 2391name = "calloop"
 2392version = "0.14.3"
 2393source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2394dependencies = [
 2395 "bitflags 2.10.0",
 2396 "polling",
 2397 "rustix 1.1.2",
 2398 "slab",
 2399 "tracing",
 2400]
 2401
 2402[[package]]
 2403name = "calloop-wayland-source"
 2404version = "0.4.1"
 2405source = "registry+https://github.com/rust-lang/crates.io-index"
 2406checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2407dependencies = [
 2408 "calloop",
 2409 "rustix 1.1.2",
 2410 "wayland-backend",
 2411 "wayland-client",
 2412]
 2413
 2414[[package]]
 2415name = "camino"
 2416version = "1.2.1"
 2417source = "registry+https://github.com/rust-lang/crates.io-index"
 2418checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2419dependencies = [
 2420 "serde_core",
 2421]
 2422
 2423[[package]]
 2424name = "candle-core"
 2425version = "0.9.1"
 2426source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2427dependencies = [
 2428 "byteorder",
 2429 "float8",
 2430 "gemm 0.17.1",
 2431 "half",
 2432 "memmap2",
 2433 "num-traits",
 2434 "num_cpus",
 2435 "rand 0.9.2",
 2436 "rand_distr",
 2437 "rayon",
 2438 "safetensors",
 2439 "thiserror 1.0.69",
 2440 "ug",
 2441 "yoke 0.7.5",
 2442 "zip 1.1.4",
 2443]
 2444
 2445[[package]]
 2446name = "candle-nn"
 2447version = "0.9.1"
 2448source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2449dependencies = [
 2450 "candle-core",
 2451 "half",
 2452 "libc",
 2453 "num-traits",
 2454 "rayon",
 2455 "safetensors",
 2456 "serde",
 2457 "thiserror 1.0.69",
 2458]
 2459
 2460[[package]]
 2461name = "candle-onnx"
 2462version = "0.9.1"
 2463source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2464dependencies = [
 2465 "candle-core",
 2466 "candle-nn",
 2467 "prost 0.12.6",
 2468]
 2469
 2470[[package]]
 2471name = "cap-fs-ext"
 2472version = "3.4.4"
 2473source = "registry+https://github.com/rust-lang/crates.io-index"
 2474checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2475dependencies = [
 2476 "cap-primitives",
 2477 "cap-std",
 2478 "io-lifetimes",
 2479 "windows-sys 0.59.0",
 2480]
 2481
 2482[[package]]
 2483name = "cap-net-ext"
 2484version = "3.4.4"
 2485source = "registry+https://github.com/rust-lang/crates.io-index"
 2486checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2487dependencies = [
 2488 "cap-primitives",
 2489 "cap-std",
 2490 "rustix 1.1.2",
 2491 "smallvec",
 2492]
 2493
 2494[[package]]
 2495name = "cap-primitives"
 2496version = "3.4.4"
 2497source = "registry+https://github.com/rust-lang/crates.io-index"
 2498checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2499dependencies = [
 2500 "ambient-authority",
 2501 "fs-set-times",
 2502 "io-extras",
 2503 "io-lifetimes",
 2504 "ipnet",
 2505 "maybe-owned",
 2506 "rustix 1.1.2",
 2507 "rustix-linux-procfs",
 2508 "windows-sys 0.59.0",
 2509 "winx",
 2510]
 2511
 2512[[package]]
 2513name = "cap-rand"
 2514version = "3.4.4"
 2515source = "registry+https://github.com/rust-lang/crates.io-index"
 2516checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2517dependencies = [
 2518 "ambient-authority",
 2519 "rand 0.8.5",
 2520]
 2521
 2522[[package]]
 2523name = "cap-std"
 2524version = "3.4.4"
 2525source = "registry+https://github.com/rust-lang/crates.io-index"
 2526checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2527dependencies = [
 2528 "cap-primitives",
 2529 "io-extras",
 2530 "io-lifetimes",
 2531 "rustix 1.1.2",
 2532]
 2533
 2534[[package]]
 2535name = "cap-time-ext"
 2536version = "3.4.4"
 2537source = "registry+https://github.com/rust-lang/crates.io-index"
 2538checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2539dependencies = [
 2540 "ambient-authority",
 2541 "cap-primitives",
 2542 "iana-time-zone",
 2543 "once_cell",
 2544 "rustix 1.1.2",
 2545 "winx",
 2546]
 2547
 2548[[package]]
 2549name = "cargo-platform"
 2550version = "0.1.9"
 2551source = "registry+https://github.com/rust-lang/crates.io-index"
 2552checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2553dependencies = [
 2554 "serde",
 2555]
 2556
 2557[[package]]
 2558name = "cargo-platform"
 2559version = "0.3.2"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2562dependencies = [
 2563 "serde",
 2564 "serde_core",
 2565]
 2566
 2567[[package]]
 2568name = "cargo_metadata"
 2569version = "0.19.2"
 2570source = "registry+https://github.com/rust-lang/crates.io-index"
 2571checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2572dependencies = [
 2573 "camino",
 2574 "cargo-platform 0.1.9",
 2575 "semver",
 2576 "serde",
 2577 "serde_json",
 2578 "thiserror 2.0.17",
 2579]
 2580
 2581[[package]]
 2582name = "cargo_metadata"
 2583version = "0.23.1"
 2584source = "registry+https://github.com/rust-lang/crates.io-index"
 2585checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2586dependencies = [
 2587 "camino",
 2588 "cargo-platform 0.3.2",
 2589 "semver",
 2590 "serde",
 2591 "serde_json",
 2592 "thiserror 2.0.17",
 2593]
 2594
 2595[[package]]
 2596name = "cargo_toml"
 2597version = "0.21.0"
 2598source = "registry+https://github.com/rust-lang/crates.io-index"
 2599checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2600dependencies = [
 2601 "serde",
 2602 "toml 0.8.23",
 2603]
 2604
 2605[[package]]
 2606name = "cast"
 2607version = "0.3.0"
 2608source = "registry+https://github.com/rust-lang/crates.io-index"
 2609checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2610
 2611[[package]]
 2612name = "cbc"
 2613version = "0.1.2"
 2614source = "registry+https://github.com/rust-lang/crates.io-index"
 2615checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2616dependencies = [
 2617 "cipher",
 2618]
 2619
 2620[[package]]
 2621name = "cbindgen"
 2622version = "0.28.0"
 2623source = "registry+https://github.com/rust-lang/crates.io-index"
 2624checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2625dependencies = [
 2626 "heck 0.4.1",
 2627 "indexmap",
 2628 "log",
 2629 "proc-macro2",
 2630 "quote",
 2631 "serde",
 2632 "serde_json",
 2633 "syn 2.0.117",
 2634 "tempfile",
 2635 "toml 0.8.23",
 2636]
 2637
 2638[[package]]
 2639name = "cc"
 2640version = "1.2.49"
 2641source = "registry+https://github.com/rust-lang/crates.io-index"
 2642checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2643dependencies = [
 2644 "find-msvc-tools",
 2645 "jobserver",
 2646 "libc",
 2647 "shlex",
 2648]
 2649
 2650[[package]]
 2651name = "cesu8"
 2652version = "1.1.0"
 2653source = "registry+https://github.com/rust-lang/crates.io-index"
 2654checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2655
 2656[[package]]
 2657name = "cexpr"
 2658version = "0.6.0"
 2659source = "registry+https://github.com/rust-lang/crates.io-index"
 2660checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2661dependencies = [
 2662 "nom 7.1.3",
 2663]
 2664
 2665[[package]]
 2666name = "cfg-expr"
 2667version = "0.15.8"
 2668source = "registry+https://github.com/rust-lang/crates.io-index"
 2669checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2670dependencies = [
 2671 "smallvec",
 2672 "target-lexicon 0.12.16",
 2673]
 2674
 2675[[package]]
 2676name = "cfg-expr"
 2677version = "0.20.6"
 2678source = "registry+https://github.com/rust-lang/crates.io-index"
 2679checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2680dependencies = [
 2681 "smallvec",
 2682 "target-lexicon 0.13.3",
 2683]
 2684
 2685[[package]]
 2686name = "cfg-if"
 2687version = "1.0.4"
 2688source = "registry+https://github.com/rust-lang/crates.io-index"
 2689checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2690
 2691[[package]]
 2692name = "cfg_aliases"
 2693version = "0.1.1"
 2694source = "registry+https://github.com/rust-lang/crates.io-index"
 2695checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2696
 2697[[package]]
 2698name = "cfg_aliases"
 2699version = "0.2.1"
 2700source = "registry+https://github.com/rust-lang/crates.io-index"
 2701checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2702
 2703[[package]]
 2704name = "cgl"
 2705version = "0.3.2"
 2706source = "registry+https://github.com/rust-lang/crates.io-index"
 2707checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2708dependencies = [
 2709 "libc",
 2710]
 2711
 2712[[package]]
 2713name = "channel"
 2714version = "0.1.0"
 2715dependencies = [
 2716 "anyhow",
 2717 "client",
 2718 "clock",
 2719 "collections",
 2720 "futures 0.3.32",
 2721 "gpui",
 2722 "http_client",
 2723 "language",
 2724 "log",
 2725 "postage",
 2726 "release_channel",
 2727 "rpc",
 2728 "semver",
 2729 "settings",
 2730 "text",
 2731 "time",
 2732 "util",
 2733]
 2734
 2735[[package]]
 2736name = "chardetng"
 2737version = "0.1.17"
 2738source = "registry+https://github.com/rust-lang/crates.io-index"
 2739checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2740dependencies = [
 2741 "cfg-if",
 2742 "encoding_rs",
 2743 "memchr",
 2744]
 2745
 2746[[package]]
 2747name = "chrono"
 2748version = "0.4.42"
 2749source = "registry+https://github.com/rust-lang/crates.io-index"
 2750checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2751dependencies = [
 2752 "iana-time-zone",
 2753 "js-sys",
 2754 "num-traits",
 2755 "serde",
 2756 "wasm-bindgen",
 2757 "windows-link 0.2.1",
 2758]
 2759
 2760[[package]]
 2761name = "chunked_transfer"
 2762version = "1.5.0"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2765
 2766[[package]]
 2767name = "ciborium"
 2768version = "0.2.2"
 2769source = "registry+https://github.com/rust-lang/crates.io-index"
 2770checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2771dependencies = [
 2772 "ciborium-io",
 2773 "ciborium-ll",
 2774 "serde",
 2775]
 2776
 2777[[package]]
 2778name = "ciborium-io"
 2779version = "0.2.2"
 2780source = "registry+https://github.com/rust-lang/crates.io-index"
 2781checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2782
 2783[[package]]
 2784name = "ciborium-ll"
 2785version = "0.2.2"
 2786source = "registry+https://github.com/rust-lang/crates.io-index"
 2787checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2788dependencies = [
 2789 "ciborium-io",
 2790 "half",
 2791]
 2792
 2793[[package]]
 2794name = "cipher"
 2795version = "0.4.4"
 2796source = "registry+https://github.com/rust-lang/crates.io-index"
 2797checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2798dependencies = [
 2799 "crypto-common",
 2800 "inout",
 2801 "zeroize",
 2802]
 2803
 2804[[package]]
 2805name = "circular-buffer"
 2806version = "1.2.0"
 2807source = "registry+https://github.com/rust-lang/crates.io-index"
 2808checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2809
 2810[[package]]
 2811name = "clang-sys"
 2812version = "1.8.1"
 2813source = "registry+https://github.com/rust-lang/crates.io-index"
 2814checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2815dependencies = [
 2816 "glob",
 2817 "libc",
 2818 "libloading",
 2819]
 2820
 2821[[package]]
 2822name = "clap"
 2823version = "4.5.49"
 2824source = "registry+https://github.com/rust-lang/crates.io-index"
 2825checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2826dependencies = [
 2827 "clap_builder",
 2828 "clap_derive",
 2829]
 2830
 2831[[package]]
 2832name = "clap_builder"
 2833version = "4.5.49"
 2834source = "registry+https://github.com/rust-lang/crates.io-index"
 2835checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2836dependencies = [
 2837 "anstream",
 2838 "anstyle",
 2839 "clap_lex",
 2840 "strsim",
 2841 "terminal_size",
 2842]
 2843
 2844[[package]]
 2845name = "clap_complete"
 2846version = "4.5.59"
 2847source = "registry+https://github.com/rust-lang/crates.io-index"
 2848checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2849dependencies = [
 2850 "clap",
 2851]
 2852
 2853[[package]]
 2854name = "clap_derive"
 2855version = "4.5.49"
 2856source = "registry+https://github.com/rust-lang/crates.io-index"
 2857checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2858dependencies = [
 2859 "heck 0.5.0",
 2860 "proc-macro2",
 2861 "quote",
 2862 "syn 2.0.117",
 2863]
 2864
 2865[[package]]
 2866name = "clap_lex"
 2867version = "0.7.6"
 2868source = "registry+https://github.com/rust-lang/crates.io-index"
 2869checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2870
 2871[[package]]
 2872name = "cli"
 2873version = "0.1.0"
 2874dependencies = [
 2875 "anyhow",
 2876 "askpass",
 2877 "clap",
 2878 "collections",
 2879 "core-foundation 0.10.0",
 2880 "core-services",
 2881 "exec",
 2882 "fork",
 2883 "ipc-channel",
 2884 "parking_lot",
 2885 "paths",
 2886 "plist",
 2887 "rayon",
 2888 "release_channel",
 2889 "serde",
 2890 "serde_json",
 2891 "tempfile",
 2892 "util",
 2893 "walkdir",
 2894 "windows 0.61.3",
 2895]
 2896
 2897[[package]]
 2898name = "client"
 2899version = "0.1.0"
 2900dependencies = [
 2901 "anyhow",
 2902 "async-tungstenite",
 2903 "base64 0.22.1",
 2904 "chrono",
 2905 "clock",
 2906 "cloud_api_client",
 2907 "cloud_api_types",
 2908 "cloud_llm_client",
 2909 "collections",
 2910 "credentials_provider",
 2911 "db",
 2912 "derive_more",
 2913 "feature_flags",
 2914 "fs",
 2915 "futures 0.3.32",
 2916 "gpui",
 2917 "gpui_tokio",
 2918 "http_client",
 2919 "http_client_tls",
 2920 "httparse",
 2921 "log",
 2922 "objc2-foundation",
 2923 "parking_lot",
 2924 "paths",
 2925 "postage",
 2926 "rand 0.9.2",
 2927 "regex",
 2928 "release_channel",
 2929 "rpc",
 2930 "rustls-pki-types",
 2931 "semver",
 2932 "serde",
 2933 "serde_json",
 2934 "serde_urlencoded",
 2935 "settings",
 2936 "sha2",
 2937 "smol",
 2938 "telemetry",
 2939 "telemetry_events",
 2940 "text",
 2941 "thiserror 2.0.17",
 2942 "time",
 2943 "tiny_http",
 2944 "tokio",
 2945 "tokio-native-tls",
 2946 "tokio-rustls 0.26.2",
 2947 "tokio-socks",
 2948 "url",
 2949 "util",
 2950 "windows 0.61.3",
 2951 "worktree",
 2952 "zed_credentials_provider",
 2953]
 2954
 2955[[package]]
 2956name = "clock"
 2957version = "0.1.0"
 2958dependencies = [
 2959 "parking_lot",
 2960 "serde",
 2961 "smallvec",
 2962]
 2963
 2964[[package]]
 2965name = "cloud_api_client"
 2966version = "0.1.0"
 2967dependencies = [
 2968 "anyhow",
 2969 "cloud_api_types",
 2970 "futures 0.3.32",
 2971 "gpui",
 2972 "gpui_tokio",
 2973 "http_client",
 2974 "parking_lot",
 2975 "serde_json",
 2976 "smol",
 2977 "thiserror 2.0.17",
 2978 "yawc",
 2979]
 2980
 2981[[package]]
 2982name = "cloud_api_types"
 2983version = "0.1.0"
 2984dependencies = [
 2985 "anyhow",
 2986 "chrono",
 2987 "ciborium",
 2988 "cloud_llm_client",
 2989 "pretty_assertions",
 2990 "serde",
 2991 "serde_json",
 2992 "strum 0.27.2",
 2993]
 2994
 2995[[package]]
 2996name = "cloud_llm_client"
 2997version = "0.1.0"
 2998dependencies = [
 2999 "anyhow",
 3000 "serde",
 3001 "serde_json",
 3002 "strum 0.27.2",
 3003 "uuid",
 3004 "zeta_prompt",
 3005]
 3006
 3007[[package]]
 3008name = "cmake"
 3009version = "0.1.56"
 3010source = "registry+https://github.com/rust-lang/crates.io-index"
 3011checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3012dependencies = [
 3013 "cc",
 3014]
 3015
 3016[[package]]
 3017name = "cobs"
 3018version = "0.3.0"
 3019source = "registry+https://github.com/rust-lang/crates.io-index"
 3020checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3021dependencies = [
 3022 "thiserror 2.0.17",
 3023]
 3024
 3025[[package]]
 3026name = "cocoa"
 3027version = "0.25.0"
 3028source = "registry+https://github.com/rust-lang/crates.io-index"
 3029checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3030dependencies = [
 3031 "bitflags 1.3.2",
 3032 "block",
 3033 "cocoa-foundation 0.1.2",
 3034 "core-foundation 0.9.4",
 3035 "core-graphics 0.23.2",
 3036 "foreign-types 0.5.0",
 3037 "libc",
 3038 "objc",
 3039]
 3040
 3041[[package]]
 3042name = "cocoa"
 3043version = "0.26.0"
 3044source = "registry+https://github.com/rust-lang/crates.io-index"
 3045checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3046dependencies = [
 3047 "bitflags 2.10.0",
 3048 "block",
 3049 "cocoa-foundation 0.2.0",
 3050 "core-foundation 0.10.0",
 3051 "core-graphics 0.24.0",
 3052 "foreign-types 0.5.0",
 3053 "libc",
 3054 "objc",
 3055]
 3056
 3057[[package]]
 3058name = "cocoa-foundation"
 3059version = "0.1.2"
 3060source = "registry+https://github.com/rust-lang/crates.io-index"
 3061checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3062dependencies = [
 3063 "bitflags 1.3.2",
 3064 "block",
 3065 "core-foundation 0.9.4",
 3066 "core-graphics-types 0.1.3",
 3067 "libc",
 3068 "objc",
 3069]
 3070
 3071[[package]]
 3072name = "cocoa-foundation"
 3073version = "0.2.0"
 3074source = "registry+https://github.com/rust-lang/crates.io-index"
 3075checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3076dependencies = [
 3077 "bitflags 2.10.0",
 3078 "block",
 3079 "core-foundation 0.10.0",
 3080 "core-graphics-types 0.2.0",
 3081 "libc",
 3082 "objc",
 3083]
 3084
 3085[[package]]
 3086name = "codespan-reporting"
 3087version = "0.13.0"
 3088source = "registry+https://github.com/rust-lang/crates.io-index"
 3089checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3090dependencies = [
 3091 "serde",
 3092 "termcolor",
 3093 "unicode-width",
 3094]
 3095
 3096[[package]]
 3097name = "codestral"
 3098version = "0.1.0"
 3099dependencies = [
 3100 "anyhow",
 3101 "edit_prediction",
 3102 "edit_prediction_types",
 3103 "futures 0.3.32",
 3104 "gpui",
 3105 "http_client",
 3106 "icons",
 3107 "language",
 3108 "language_model",
 3109 "log",
 3110 "serde",
 3111 "serde_json",
 3112 "text",
 3113 "zed_credentials_provider",
 3114 "zeta_prompt",
 3115]
 3116
 3117[[package]]
 3118name = "collab"
 3119version = "0.44.0"
 3120dependencies = [
 3121 "agent",
 3122 "anyhow",
 3123 "async-trait",
 3124 "async-tungstenite",
 3125 "aws-config",
 3126 "aws-sdk-kinesis",
 3127 "aws-sdk-s3",
 3128 "axum",
 3129 "buffer_diff",
 3130 "call",
 3131 "channel",
 3132 "chrono",
 3133 "client",
 3134 "clock",
 3135 "cloud_api_types",
 3136 "collab",
 3137 "collab_ui",
 3138 "collections",
 3139 "command_palette_hooks",
 3140 "ctor",
 3141 "dap",
 3142 "dap_adapters",
 3143 "dashmap",
 3144 "debugger_ui",
 3145 "editor",
 3146 "envy",
 3147 "extension",
 3148 "file_finder",
 3149 "fs",
 3150 "futures 0.3.32",
 3151 "git",
 3152 "git_hosting_providers",
 3153 "git_ui",
 3154 "gpui",
 3155 "gpui_tokio",
 3156 "hex",
 3157 "http_client",
 3158 "indoc",
 3159 "language",
 3160 "language_model",
 3161 "livekit_api",
 3162 "livekit_client",
 3163 "log",
 3164 "lsp",
 3165 "menu",
 3166 "multi_buffer",
 3167 "nanoid",
 3168 "node_runtime",
 3169 "notifications",
 3170 "parking_lot",
 3171 "pretty_assertions",
 3172 "project",
 3173 "prometheus",
 3174 "prompt_store",
 3175 "prost 0.9.0",
 3176 "rand 0.9.2",
 3177 "recent_projects",
 3178 "release_channel",
 3179 "remote",
 3180 "remote_server",
 3181 "reqwest 0.11.27",
 3182 "rpc",
 3183 "sea-orm",
 3184 "sea-orm-macros",
 3185 "semver",
 3186 "serde",
 3187 "serde_json",
 3188 "session",
 3189 "settings",
 3190 "sha2",
 3191 "smol",
 3192 "sqlx",
 3193 "strum 0.27.2",
 3194 "task",
 3195 "telemetry_events",
 3196 "text",
 3197 "theme",
 3198 "theme_settings",
 3199 "time",
 3200 "tokio",
 3201 "toml 0.8.23",
 3202 "tower 0.4.13",
 3203 "tower-http 0.4.4",
 3204 "tracing",
 3205 "tracing-subscriber",
 3206 "unindent",
 3207 "util",
 3208 "uuid",
 3209 "workspace",
 3210 "worktree",
 3211 "zed_actions",
 3212 "zlog",
 3213]
 3214
 3215[[package]]
 3216name = "collab_ui"
 3217version = "0.1.0"
 3218dependencies = [
 3219 "anyhow",
 3220 "call",
 3221 "channel",
 3222 "client",
 3223 "collections",
 3224 "db",
 3225 "editor",
 3226 "futures 0.3.32",
 3227 "fuzzy",
 3228 "gpui",
 3229 "livekit_client",
 3230 "menu",
 3231 "notifications",
 3232 "picker",
 3233 "project",
 3234 "release_channel",
 3235 "rpc",
 3236 "serde",
 3237 "serde_json",
 3238 "settings",
 3239 "smallvec",
 3240 "telemetry",
 3241 "theme",
 3242 "theme_settings",
 3243 "time",
 3244 "title_bar",
 3245 "ui",
 3246 "util",
 3247 "workspace",
 3248 "zed_actions",
 3249]
 3250
 3251[[package]]
 3252name = "collections"
 3253version = "0.1.0"
 3254dependencies = [
 3255 "indexmap",
 3256 "rustc-hash 2.1.1",
 3257]
 3258
 3259[[package]]
 3260name = "color_quant"
 3261version = "1.1.0"
 3262source = "registry+https://github.com/rust-lang/crates.io-index"
 3263checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3264
 3265[[package]]
 3266name = "colorchoice"
 3267version = "1.0.4"
 3268source = "registry+https://github.com/rust-lang/crates.io-index"
 3269checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3270
 3271[[package]]
 3272name = "combine"
 3273version = "4.6.7"
 3274source = "registry+https://github.com/rust-lang/crates.io-index"
 3275checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3276dependencies = [
 3277 "bytes 1.11.1",
 3278 "memchr",
 3279]
 3280
 3281[[package]]
 3282name = "command-fds"
 3283version = "0.3.2"
 3284source = "registry+https://github.com/rust-lang/crates.io-index"
 3285checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3286dependencies = [
 3287 "nix 0.30.1",
 3288 "thiserror 2.0.17",
 3289]
 3290
 3291[[package]]
 3292name = "command_palette"
 3293version = "0.1.0"
 3294dependencies = [
 3295 "anyhow",
 3296 "client",
 3297 "collections",
 3298 "command_palette_hooks",
 3299 "db",
 3300 "editor",
 3301 "fuzzy",
 3302 "go_to_line",
 3303 "gpui",
 3304 "language",
 3305 "log",
 3306 "menu",
 3307 "picker",
 3308 "postage",
 3309 "project",
 3310 "serde",
 3311 "settings",
 3312 "telemetry",
 3313 "theme",
 3314 "theme_settings",
 3315 "time",
 3316 "ui",
 3317 "util",
 3318 "workspace",
 3319 "zed_actions",
 3320]
 3321
 3322[[package]]
 3323name = "command_palette_hooks"
 3324version = "0.1.0"
 3325dependencies = [
 3326 "collections",
 3327 "derive_more",
 3328 "gpui",
 3329 "workspace",
 3330]
 3331
 3332[[package]]
 3333name = "compliance"
 3334version = "0.1.0"
 3335dependencies = [
 3336 "anyhow",
 3337 "async-trait",
 3338 "derive_more",
 3339 "futures 0.3.32",
 3340 "indoc",
 3341 "itertools 0.14.0",
 3342 "jsonwebtoken",
 3343 "octocrab",
 3344 "regex",
 3345 "semver",
 3346 "serde",
 3347 "serde_json",
 3348 "tokio",
 3349]
 3350
 3351[[package]]
 3352name = "component"
 3353version = "0.1.0"
 3354dependencies = [
 3355 "collections",
 3356 "documented",
 3357 "gpui",
 3358 "inventory",
 3359 "parking_lot",
 3360 "strum 0.27.2",
 3361 "theme",
 3362]
 3363
 3364[[package]]
 3365name = "component_preview"
 3366version = "0.1.0"
 3367dependencies = [
 3368 "anyhow",
 3369 "client",
 3370 "collections",
 3371 "component",
 3372 "db",
 3373 "fs",
 3374 "gpui",
 3375 "gpui_platform",
 3376 "language",
 3377 "log",
 3378 "node_runtime",
 3379 "notifications",
 3380 "project",
 3381 "release_channel",
 3382 "reqwest_client",
 3383 "session",
 3384 "settings",
 3385 "theme",
 3386 "theme_settings",
 3387 "ui",
 3388 "ui_input",
 3389 "uuid",
 3390 "workspace",
 3391]
 3392
 3393[[package]]
 3394name = "compression-codecs"
 3395version = "0.4.31"
 3396source = "registry+https://github.com/rust-lang/crates.io-index"
 3397checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3398dependencies = [
 3399 "bzip2 0.6.1",
 3400 "compression-core",
 3401 "deflate64",
 3402 "flate2",
 3403 "memchr",
 3404]
 3405
 3406[[package]]
 3407name = "compression-core"
 3408version = "0.4.29"
 3409source = "registry+https://github.com/rust-lang/crates.io-index"
 3410checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3411
 3412[[package]]
 3413name = "concurrent-queue"
 3414version = "2.5.0"
 3415source = "registry+https://github.com/rust-lang/crates.io-index"
 3416checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3417dependencies = [
 3418 "crossbeam-utils",
 3419]
 3420
 3421[[package]]
 3422name = "console"
 3423version = "0.15.11"
 3424source = "registry+https://github.com/rust-lang/crates.io-index"
 3425checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3426dependencies = [
 3427 "encode_unicode",
 3428 "libc",
 3429 "once_cell",
 3430 "unicode-width",
 3431 "windows-sys 0.59.0",
 3432]
 3433
 3434[[package]]
 3435name = "console_error_panic_hook"
 3436version = "0.1.7"
 3437source = "registry+https://github.com/rust-lang/crates.io-index"
 3438checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3439dependencies = [
 3440 "cfg-if",
 3441 "wasm-bindgen",
 3442]
 3443
 3444[[package]]
 3445name = "const-oid"
 3446version = "0.9.6"
 3447source = "registry+https://github.com/rust-lang/crates.io-index"
 3448checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3449
 3450[[package]]
 3451name = "const-random"
 3452version = "0.1.18"
 3453source = "registry+https://github.com/rust-lang/crates.io-index"
 3454checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3455dependencies = [
 3456 "const-random-macro",
 3457]
 3458
 3459[[package]]
 3460name = "const-random-macro"
 3461version = "0.1.16"
 3462source = "registry+https://github.com/rust-lang/crates.io-index"
 3463checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3464dependencies = [
 3465 "getrandom 0.2.16",
 3466 "once_cell",
 3467 "tiny-keccak",
 3468]
 3469
 3470[[package]]
 3471name = "const_format"
 3472version = "0.2.35"
 3473source = "registry+https://github.com/rust-lang/crates.io-index"
 3474checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3475dependencies = [
 3476 "const_format_proc_macros",
 3477]
 3478
 3479[[package]]
 3480name = "const_format_proc_macros"
 3481version = "0.2.34"
 3482source = "registry+https://github.com/rust-lang/crates.io-index"
 3483checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3484dependencies = [
 3485 "proc-macro2",
 3486 "quote",
 3487 "unicode-xid",
 3488]
 3489
 3490[[package]]
 3491name = "constant_time_eq"
 3492version = "0.1.5"
 3493source = "registry+https://github.com/rust-lang/crates.io-index"
 3494checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3495
 3496[[package]]
 3497name = "context_server"
 3498version = "0.1.0"
 3499dependencies = [
 3500 "anyhow",
 3501 "async-trait",
 3502 "base64 0.22.1",
 3503 "collections",
 3504 "futures 0.3.32",
 3505 "gpui",
 3506 "http_client",
 3507 "log",
 3508 "net",
 3509 "parking_lot",
 3510 "postage",
 3511 "rand 0.9.2",
 3512 "schemars",
 3513 "serde",
 3514 "serde_json",
 3515 "settings",
 3516 "sha2",
 3517 "slotmap",
 3518 "smol",
 3519 "tempfile",
 3520 "terminal",
 3521 "tiny_http",
 3522 "url",
 3523 "util",
 3524]
 3525
 3526[[package]]
 3527name = "convert_case"
 3528version = "0.8.0"
 3529source = "registry+https://github.com/rust-lang/crates.io-index"
 3530checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3531dependencies = [
 3532 "unicode-segmentation",
 3533]
 3534
 3535[[package]]
 3536name = "convert_case"
 3537version = "0.10.0"
 3538source = "registry+https://github.com/rust-lang/crates.io-index"
 3539checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3540dependencies = [
 3541 "unicode-segmentation",
 3542]
 3543
 3544[[package]]
 3545name = "convert_case"
 3546version = "0.11.0"
 3547source = "registry+https://github.com/rust-lang/crates.io-index"
 3548checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3549dependencies = [
 3550 "unicode-segmentation",
 3551]
 3552
 3553[[package]]
 3554name = "copilot"
 3555version = "0.1.0"
 3556dependencies = [
 3557 "anyhow",
 3558 "async-std",
 3559 "collections",
 3560 "command_palette_hooks",
 3561 "copilot_chat",
 3562 "edit_prediction_types",
 3563 "editor",
 3564 "fs",
 3565 "futures 0.3.32",
 3566 "gpui",
 3567 "icons",
 3568 "indoc",
 3569 "language",
 3570 "log",
 3571 "lsp",
 3572 "node_runtime",
 3573 "parking_lot",
 3574 "paths",
 3575 "pretty_assertions",
 3576 "project",
 3577 "rpc",
 3578 "semver",
 3579 "serde",
 3580 "serde_json",
 3581 "settings",
 3582 "sum_tree",
 3583 "theme",
 3584 "theme_settings",
 3585 "util",
 3586 "workspace",
 3587 "zlog",
 3588]
 3589
 3590[[package]]
 3591name = "copilot_chat"
 3592version = "0.1.0"
 3593dependencies = [
 3594 "anthropic",
 3595 "anyhow",
 3596 "collections",
 3597 "dirs 4.0.0",
 3598 "fs",
 3599 "futures 0.3.32",
 3600 "gpui",
 3601 "http_client",
 3602 "log",
 3603 "paths",
 3604 "serde",
 3605 "serde_json",
 3606 "settings",
 3607]
 3608
 3609[[package]]
 3610name = "copilot_ui"
 3611version = "0.1.0"
 3612dependencies = [
 3613 "anyhow",
 3614 "copilot",
 3615 "gpui",
 3616 "language",
 3617 "log",
 3618 "lsp",
 3619 "menu",
 3620 "project",
 3621 "serde_json",
 3622 "settings",
 3623 "ui",
 3624 "util",
 3625 "workspace",
 3626]
 3627
 3628[[package]]
 3629name = "core-foundation"
 3630version = "0.9.4"
 3631source = "registry+https://github.com/rust-lang/crates.io-index"
 3632checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3633dependencies = [
 3634 "core-foundation-sys",
 3635 "libc",
 3636]
 3637
 3638[[package]]
 3639name = "core-foundation"
 3640version = "0.10.0"
 3641source = "registry+https://github.com/rust-lang/crates.io-index"
 3642checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3643dependencies = [
 3644 "core-foundation-sys",
 3645 "libc",
 3646]
 3647
 3648[[package]]
 3649name = "core-foundation-sys"
 3650version = "0.8.7"
 3651source = "registry+https://github.com/rust-lang/crates.io-index"
 3652checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3653
 3654[[package]]
 3655name = "core-graphics"
 3656version = "0.23.2"
 3657source = "registry+https://github.com/rust-lang/crates.io-index"
 3658checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3659dependencies = [
 3660 "bitflags 1.3.2",
 3661 "core-foundation 0.9.4",
 3662 "core-graphics-types 0.1.3",
 3663 "foreign-types 0.5.0",
 3664 "libc",
 3665]
 3666
 3667[[package]]
 3668name = "core-graphics"
 3669version = "0.24.0"
 3670source = "registry+https://github.com/rust-lang/crates.io-index"
 3671checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3672dependencies = [
 3673 "bitflags 2.10.0",
 3674 "core-foundation 0.10.0",
 3675 "core-graphics-types 0.2.0",
 3676 "foreign-types 0.5.0",
 3677 "libc",
 3678]
 3679
 3680[[package]]
 3681name = "core-graphics-helmer-fork"
 3682version = "0.24.0"
 3683source = "registry+https://github.com/rust-lang/crates.io-index"
 3684checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3685dependencies = [
 3686 "bitflags 2.10.0",
 3687 "core-foundation 0.9.4",
 3688 "core-graphics-types 0.1.3",
 3689 "foreign-types 0.5.0",
 3690 "libc",
 3691]
 3692
 3693[[package]]
 3694name = "core-graphics-types"
 3695version = "0.1.3"
 3696source = "registry+https://github.com/rust-lang/crates.io-index"
 3697checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3698dependencies = [
 3699 "bitflags 1.3.2",
 3700 "core-foundation 0.9.4",
 3701 "libc",
 3702]
 3703
 3704[[package]]
 3705name = "core-graphics-types"
 3706version = "0.2.0"
 3707source = "registry+https://github.com/rust-lang/crates.io-index"
 3708checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3709dependencies = [
 3710 "bitflags 2.10.0",
 3711 "core-foundation 0.10.0",
 3712 "libc",
 3713]
 3714
 3715[[package]]
 3716name = "core-graphics2"
 3717version = "0.5.2"
 3718source = "registry+https://github.com/rust-lang/crates.io-index"
 3719checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3720dependencies = [
 3721 "bitflags 2.10.0",
 3722 "block",
 3723 "cfg-if",
 3724 "core-foundation 0.10.0",
 3725 "libc",
 3726]
 3727
 3728[[package]]
 3729name = "core-services"
 3730version = "0.2.1"
 3731source = "registry+https://github.com/rust-lang/crates.io-index"
 3732checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3733dependencies = [
 3734 "core-foundation 0.9.4",
 3735]
 3736
 3737[[package]]
 3738name = "core-text"
 3739version = "21.0.0"
 3740source = "registry+https://github.com/rust-lang/crates.io-index"
 3741checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3742dependencies = [
 3743 "core-foundation 0.10.0",
 3744 "core-graphics 0.24.0",
 3745 "foreign-types 0.5.0",
 3746 "libc",
 3747]
 3748
 3749[[package]]
 3750name = "core-video"
 3751version = "0.5.2"
 3752source = "registry+https://github.com/rust-lang/crates.io-index"
 3753checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3754dependencies = [
 3755 "block",
 3756 "core-foundation 0.10.0",
 3757 "core-graphics2",
 3758 "io-surface",
 3759 "libc",
 3760 "metal",
 3761]
 3762
 3763[[package]]
 3764name = "core_maths"
 3765version = "0.1.1"
 3766source = "registry+https://github.com/rust-lang/crates.io-index"
 3767checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3768dependencies = [
 3769 "libm",
 3770]
 3771
 3772[[package]]
 3773name = "coreaudio-rs"
 3774version = "0.12.1"
 3775source = "registry+https://github.com/rust-lang/crates.io-index"
 3776checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3777dependencies = [
 3778 "bitflags 1.3.2",
 3779 "core-foundation-sys",
 3780 "coreaudio-sys",
 3781]
 3782
 3783[[package]]
 3784name = "coreaudio-rs"
 3785version = "0.13.0"
 3786source = "registry+https://github.com/rust-lang/crates.io-index"
 3787checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3788dependencies = [
 3789 "bitflags 1.3.2",
 3790 "libc",
 3791 "objc2-audio-toolbox",
 3792 "objc2-core-audio",
 3793 "objc2-core-audio-types",
 3794 "objc2-core-foundation",
 3795]
 3796
 3797[[package]]
 3798name = "coreaudio-sys"
 3799version = "0.2.17"
 3800source = "registry+https://github.com/rust-lang/crates.io-index"
 3801checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3802dependencies = [
 3803 "bindgen 0.72.1",
 3804]
 3805
 3806[[package]]
 3807name = "cosmic-text"
 3808version = "0.17.1"
 3809source = "registry+https://github.com/rust-lang/crates.io-index"
 3810checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3811dependencies = [
 3812 "bitflags 2.10.0",
 3813 "fontdb 0.23.0",
 3814 "harfrust",
 3815 "linebender_resource_handle",
 3816 "log",
 3817 "rangemap",
 3818 "rustc-hash 2.1.1",
 3819 "self_cell",
 3820 "skrifa 0.40.0",
 3821 "smol_str",
 3822 "swash",
 3823 "sys-locale",
 3824 "unicode-bidi",
 3825 "unicode-linebreak",
 3826 "unicode-script",
 3827 "unicode-segmentation",
 3828]
 3829
 3830[[package]]
 3831name = "cpal"
 3832version = "0.17.1"
 3833source = "registry+https://github.com/rust-lang/crates.io-index"
 3834checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3835dependencies = [
 3836 "alsa",
 3837 "coreaudio-rs 0.13.0",
 3838 "dasp_sample",
 3839 "jni",
 3840 "js-sys",
 3841 "libc",
 3842 "mach2 0.5.0",
 3843 "ndk",
 3844 "ndk-context",
 3845 "num-derive",
 3846 "num-traits",
 3847 "objc2",
 3848 "objc2-audio-toolbox",
 3849 "objc2-avf-audio",
 3850 "objc2-core-audio",
 3851 "objc2-core-audio-types",
 3852 "objc2-core-foundation",
 3853 "objc2-foundation",
 3854 "wasm-bindgen",
 3855 "wasm-bindgen-futures",
 3856 "web-sys",
 3857 "windows 0.62.2",
 3858]
 3859
 3860[[package]]
 3861name = "cpp_demangle"
 3862version = "0.4.5"
 3863source = "registry+https://github.com/rust-lang/crates.io-index"
 3864checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3865dependencies = [
 3866 "cfg-if",
 3867]
 3868
 3869[[package]]
 3870name = "cpufeatures"
 3871version = "0.2.17"
 3872source = "registry+https://github.com/rust-lang/crates.io-index"
 3873checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3874dependencies = [
 3875 "libc",
 3876]
 3877
 3878[[package]]
 3879name = "cranelift-assembler-x64"
 3880version = "0.123.6"
 3881source = "registry+https://github.com/rust-lang/crates.io-index"
 3882checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3883dependencies = [
 3884 "cranelift-assembler-x64-meta",
 3885]
 3886
 3887[[package]]
 3888name = "cranelift-assembler-x64-meta"
 3889version = "0.123.6"
 3890source = "registry+https://github.com/rust-lang/crates.io-index"
 3891checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3892dependencies = [
 3893 "cranelift-srcgen",
 3894]
 3895
 3896[[package]]
 3897name = "cranelift-bforest"
 3898version = "0.123.6"
 3899source = "registry+https://github.com/rust-lang/crates.io-index"
 3900checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3901dependencies = [
 3902 "cranelift-entity",
 3903]
 3904
 3905[[package]]
 3906name = "cranelift-bitset"
 3907version = "0.123.6"
 3908source = "registry+https://github.com/rust-lang/crates.io-index"
 3909checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3910dependencies = [
 3911 "serde",
 3912 "serde_derive",
 3913]
 3914
 3915[[package]]
 3916name = "cranelift-codegen"
 3917version = "0.123.6"
 3918source = "registry+https://github.com/rust-lang/crates.io-index"
 3919checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 3920dependencies = [
 3921 "bumpalo",
 3922 "cranelift-assembler-x64",
 3923 "cranelift-bforest",
 3924 "cranelift-bitset",
 3925 "cranelift-codegen-meta",
 3926 "cranelift-codegen-shared",
 3927 "cranelift-control",
 3928 "cranelift-entity",
 3929 "cranelift-isle",
 3930 "gimli",
 3931 "hashbrown 0.15.5",
 3932 "log",
 3933 "postcard",
 3934 "pulley-interpreter",
 3935 "regalloc2",
 3936 "rustc-hash 2.1.1",
 3937 "serde",
 3938 "serde_derive",
 3939 "sha2",
 3940 "smallvec",
 3941 "target-lexicon 0.13.3",
 3942 "wasmtime-internal-math",
 3943]
 3944
 3945[[package]]
 3946name = "cranelift-codegen-meta"
 3947version = "0.123.6"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 3950dependencies = [
 3951 "cranelift-assembler-x64-meta",
 3952 "cranelift-codegen-shared",
 3953 "cranelift-srcgen",
 3954 "heck 0.5.0",
 3955 "pulley-interpreter",
 3956]
 3957
 3958[[package]]
 3959name = "cranelift-codegen-shared"
 3960version = "0.123.6"
 3961source = "registry+https://github.com/rust-lang/crates.io-index"
 3962checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3963
 3964[[package]]
 3965name = "cranelift-control"
 3966version = "0.123.6"
 3967source = "registry+https://github.com/rust-lang/crates.io-index"
 3968checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3969dependencies = [
 3970 "arbitrary",
 3971]
 3972
 3973[[package]]
 3974name = "cranelift-entity"
 3975version = "0.123.6"
 3976source = "registry+https://github.com/rust-lang/crates.io-index"
 3977checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3978dependencies = [
 3979 "cranelift-bitset",
 3980 "serde",
 3981 "serde_derive",
 3982]
 3983
 3984[[package]]
 3985name = "cranelift-frontend"
 3986version = "0.123.6"
 3987source = "registry+https://github.com/rust-lang/crates.io-index"
 3988checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3989dependencies = [
 3990 "cranelift-codegen",
 3991 "log",
 3992 "smallvec",
 3993 "target-lexicon 0.13.3",
 3994]
 3995
 3996[[package]]
 3997name = "cranelift-isle"
 3998version = "0.123.6"
 3999source = "registry+https://github.com/rust-lang/crates.io-index"
 4000checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 4001
 4002[[package]]
 4003name = "cranelift-native"
 4004version = "0.123.6"
 4005source = "registry+https://github.com/rust-lang/crates.io-index"
 4006checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 4007dependencies = [
 4008 "cranelift-codegen",
 4009 "libc",
 4010 "target-lexicon 0.13.3",
 4011]
 4012
 4013[[package]]
 4014name = "cranelift-srcgen"
 4015version = "0.123.6"
 4016source = "registry+https://github.com/rust-lang/crates.io-index"
 4017checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 4018
 4019[[package]]
 4020name = "crash-context"
 4021version = "0.6.3"
 4022source = "registry+https://github.com/rust-lang/crates.io-index"
 4023checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4024dependencies = [
 4025 "cfg-if",
 4026 "libc",
 4027 "mach2 0.4.3",
 4028]
 4029
 4030[[package]]
 4031name = "crash-handler"
 4032version = "0.6.3"
 4033source = "registry+https://github.com/rust-lang/crates.io-index"
 4034checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4035dependencies = [
 4036 "cfg-if",
 4037 "crash-context",
 4038 "libc",
 4039 "mach2 0.4.3",
 4040 "parking_lot",
 4041]
 4042
 4043[[package]]
 4044name = "crashes"
 4045version = "0.1.0"
 4046dependencies = [
 4047 "cfg-if",
 4048 "crash-handler",
 4049 "futures 0.3.32",
 4050 "log",
 4051 "mach2 0.5.0",
 4052 "minidumper",
 4053 "parking_lot",
 4054 "paths",
 4055 "release_channel",
 4056 "serde",
 4057 "serde_json",
 4058 "smol",
 4059 "system_specs",
 4060 "windows 0.61.3",
 4061 "zstd",
 4062]
 4063
 4064[[package]]
 4065name = "crc"
 4066version = "3.3.0"
 4067source = "registry+https://github.com/rust-lang/crates.io-index"
 4068checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4069dependencies = [
 4070 "crc-catalog",
 4071]
 4072
 4073[[package]]
 4074name = "crc-catalog"
 4075version = "2.4.0"
 4076source = "registry+https://github.com/rust-lang/crates.io-index"
 4077checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4078
 4079[[package]]
 4080name = "crc-fast"
 4081version = "1.6.0"
 4082source = "registry+https://github.com/rust-lang/crates.io-index"
 4083checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4084dependencies = [
 4085 "crc",
 4086 "digest",
 4087 "rand 0.9.2",
 4088 "regex",
 4089 "rustversion",
 4090]
 4091
 4092[[package]]
 4093name = "crc32fast"
 4094version = "1.5.0"
 4095source = "registry+https://github.com/rust-lang/crates.io-index"
 4096checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4097dependencies = [
 4098 "cfg-if",
 4099]
 4100
 4101[[package]]
 4102name = "credentials_provider"
 4103version = "0.1.0"
 4104dependencies = [
 4105 "anyhow",
 4106 "gpui",
 4107 "serde",
 4108]
 4109
 4110[[package]]
 4111name = "criterion"
 4112version = "0.5.1"
 4113source = "registry+https://github.com/rust-lang/crates.io-index"
 4114checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4115dependencies = [
 4116 "anes",
 4117 "cast",
 4118 "ciborium",
 4119 "clap",
 4120 "criterion-plot",
 4121 "is-terminal",
 4122 "itertools 0.10.5",
 4123 "num-traits",
 4124 "once_cell",
 4125 "oorandom",
 4126 "plotters",
 4127 "rayon",
 4128 "regex",
 4129 "serde",
 4130 "serde_derive",
 4131 "serde_json",
 4132 "tinytemplate",
 4133 "walkdir",
 4134]
 4135
 4136[[package]]
 4137name = "criterion-plot"
 4138version = "0.5.0"
 4139source = "registry+https://github.com/rust-lang/crates.io-index"
 4140checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4141dependencies = [
 4142 "cast",
 4143 "itertools 0.10.5",
 4144]
 4145
 4146[[package]]
 4147name = "crossbeam"
 4148version = "0.8.4"
 4149source = "registry+https://github.com/rust-lang/crates.io-index"
 4150checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4151dependencies = [
 4152 "crossbeam-channel",
 4153 "crossbeam-deque",
 4154 "crossbeam-epoch",
 4155 "crossbeam-queue",
 4156 "crossbeam-utils",
 4157]
 4158
 4159[[package]]
 4160name = "crossbeam-channel"
 4161version = "0.5.15"
 4162source = "registry+https://github.com/rust-lang/crates.io-index"
 4163checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4164dependencies = [
 4165 "crossbeam-utils",
 4166]
 4167
 4168[[package]]
 4169name = "crossbeam-deque"
 4170version = "0.8.6"
 4171source = "registry+https://github.com/rust-lang/crates.io-index"
 4172checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4173dependencies = [
 4174 "crossbeam-epoch",
 4175 "crossbeam-utils",
 4176]
 4177
 4178[[package]]
 4179name = "crossbeam-epoch"
 4180version = "0.9.18"
 4181source = "registry+https://github.com/rust-lang/crates.io-index"
 4182checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4183dependencies = [
 4184 "crossbeam-utils",
 4185]
 4186
 4187[[package]]
 4188name = "crossbeam-queue"
 4189version = "0.3.12"
 4190source = "registry+https://github.com/rust-lang/crates.io-index"
 4191checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4192dependencies = [
 4193 "crossbeam-utils",
 4194]
 4195
 4196[[package]]
 4197name = "crossbeam-utils"
 4198version = "0.8.21"
 4199source = "registry+https://github.com/rust-lang/crates.io-index"
 4200checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4201
 4202[[package]]
 4203name = "crunchy"
 4204version = "0.2.4"
 4205source = "registry+https://github.com/rust-lang/crates.io-index"
 4206checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4207
 4208[[package]]
 4209name = "crypto-bigint"
 4210version = "0.4.9"
 4211source = "registry+https://github.com/rust-lang/crates.io-index"
 4212checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4213dependencies = [
 4214 "generic-array",
 4215 "rand_core 0.6.4",
 4216 "subtle",
 4217 "zeroize",
 4218]
 4219
 4220[[package]]
 4221name = "crypto-bigint"
 4222version = "0.5.5"
 4223source = "registry+https://github.com/rust-lang/crates.io-index"
 4224checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4225dependencies = [
 4226 "rand_core 0.6.4",
 4227 "subtle",
 4228]
 4229
 4230[[package]]
 4231name = "crypto-common"
 4232version = "0.1.6"
 4233source = "registry+https://github.com/rust-lang/crates.io-index"
 4234checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4235dependencies = [
 4236 "generic-array",
 4237 "typenum",
 4238]
 4239
 4240[[package]]
 4241name = "cssparser"
 4242version = "0.35.0"
 4243source = "registry+https://github.com/rust-lang/crates.io-index"
 4244checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4245dependencies = [
 4246 "cssparser-macros",
 4247 "dtoa-short",
 4248 "itoa",
 4249 "phf 0.11.3",
 4250 "smallvec",
 4251]
 4252
 4253[[package]]
 4254name = "cssparser-macros"
 4255version = "0.6.1"
 4256source = "registry+https://github.com/rust-lang/crates.io-index"
 4257checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4258dependencies = [
 4259 "quote",
 4260 "syn 2.0.117",
 4261]
 4262
 4263[[package]]
 4264name = "csv_preview"
 4265version = "0.1.0"
 4266dependencies = [
 4267 "anyhow",
 4268 "editor",
 4269 "feature_flags",
 4270 "gpui",
 4271 "log",
 4272 "text",
 4273 "ui",
 4274 "workspace",
 4275]
 4276
 4277[[package]]
 4278name = "ctor"
 4279version = "0.4.3"
 4280source = "registry+https://github.com/rust-lang/crates.io-index"
 4281checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4282dependencies = [
 4283 "ctor-proc-macro",
 4284 "dtor",
 4285]
 4286
 4287[[package]]
 4288name = "ctor-proc-macro"
 4289version = "0.0.6"
 4290source = "registry+https://github.com/rust-lang/crates.io-index"
 4291checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4292
 4293[[package]]
 4294name = "ctrlc"
 4295version = "3.5.0"
 4296source = "registry+https://github.com/rust-lang/crates.io-index"
 4297checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4298dependencies = [
 4299 "dispatch",
 4300 "nix 0.30.1",
 4301 "windows-sys 0.61.2",
 4302]
 4303
 4304[[package]]
 4305name = "cursor-icon"
 4306version = "1.2.0"
 4307source = "registry+https://github.com/rust-lang/crates.io-index"
 4308checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4309
 4310[[package]]
 4311name = "cxx"
 4312version = "1.0.187"
 4313source = "registry+https://github.com/rust-lang/crates.io-index"
 4314checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4315dependencies = [
 4316 "cc",
 4317 "cxx-build",
 4318 "cxxbridge-cmd",
 4319 "cxxbridge-flags",
 4320 "cxxbridge-macro",
 4321 "foldhash 0.2.0",
 4322 "link-cplusplus",
 4323]
 4324
 4325[[package]]
 4326name = "cxx-build"
 4327version = "1.0.187"
 4328source = "registry+https://github.com/rust-lang/crates.io-index"
 4329checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4330dependencies = [
 4331 "cc",
 4332 "codespan-reporting",
 4333 "indexmap",
 4334 "proc-macro2",
 4335 "quote",
 4336 "scratch",
 4337 "syn 2.0.117",
 4338]
 4339
 4340[[package]]
 4341name = "cxxbridge-cmd"
 4342version = "1.0.187"
 4343source = "registry+https://github.com/rust-lang/crates.io-index"
 4344checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4345dependencies = [
 4346 "clap",
 4347 "codespan-reporting",
 4348 "indexmap",
 4349 "proc-macro2",
 4350 "quote",
 4351 "syn 2.0.117",
 4352]
 4353
 4354[[package]]
 4355name = "cxxbridge-flags"
 4356version = "1.0.187"
 4357source = "registry+https://github.com/rust-lang/crates.io-index"
 4358checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4359
 4360[[package]]
 4361name = "cxxbridge-macro"
 4362version = "1.0.187"
 4363source = "registry+https://github.com/rust-lang/crates.io-index"
 4364checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4365dependencies = [
 4366 "indexmap",
 4367 "proc-macro2",
 4368 "quote",
 4369 "syn 2.0.117",
 4370]
 4371
 4372[[package]]
 4373name = "dap"
 4374version = "0.1.0"
 4375dependencies = [
 4376 "anyhow",
 4377 "async-compression",
 4378 "async-pipe",
 4379 "async-tar",
 4380 "async-trait",
 4381 "client",
 4382 "collections",
 4383 "dap-types",
 4384 "fs",
 4385 "futures 0.3.32",
 4386 "gpui",
 4387 "http_client",
 4388 "language",
 4389 "libc",
 4390 "log",
 4391 "node_runtime",
 4392 "parking_lot",
 4393 "paths",
 4394 "proto",
 4395 "schemars",
 4396 "serde",
 4397 "serde_json",
 4398 "settings",
 4399 "smallvec",
 4400 "smol",
 4401 "task",
 4402 "telemetry",
 4403 "util",
 4404 "zlog",
 4405]
 4406
 4407[[package]]
 4408name = "dap-types"
 4409version = "0.0.1"
 4410source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4411dependencies = [
 4412 "schemars",
 4413 "serde",
 4414 "serde_json",
 4415]
 4416
 4417[[package]]
 4418name = "dap_adapters"
 4419version = "0.1.0"
 4420dependencies = [
 4421 "anyhow",
 4422 "async-trait",
 4423 "collections",
 4424 "dap",
 4425 "dotenvy",
 4426 "fs",
 4427 "futures 0.3.32",
 4428 "gpui",
 4429 "http_client",
 4430 "json_dotpath",
 4431 "language",
 4432 "log",
 4433 "node_runtime",
 4434 "paths",
 4435 "serde",
 4436 "serde_json",
 4437 "settings",
 4438 "smol",
 4439 "task",
 4440 "util",
 4441]
 4442
 4443[[package]]
 4444name = "darling"
 4445version = "0.20.11"
 4446source = "registry+https://github.com/rust-lang/crates.io-index"
 4447checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4448dependencies = [
 4449 "darling_core 0.20.11",
 4450 "darling_macro 0.20.11",
 4451]
 4452
 4453[[package]]
 4454name = "darling"
 4455version = "0.21.3"
 4456source = "registry+https://github.com/rust-lang/crates.io-index"
 4457checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4458dependencies = [
 4459 "darling_core 0.21.3",
 4460 "darling_macro 0.21.3",
 4461]
 4462
 4463[[package]]
 4464name = "darling_core"
 4465version = "0.20.11"
 4466source = "registry+https://github.com/rust-lang/crates.io-index"
 4467checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4468dependencies = [
 4469 "fnv",
 4470 "ident_case",
 4471 "proc-macro2",
 4472 "quote",
 4473 "strsim",
 4474 "syn 2.0.117",
 4475]
 4476
 4477[[package]]
 4478name = "darling_core"
 4479version = "0.21.3"
 4480source = "registry+https://github.com/rust-lang/crates.io-index"
 4481checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4482dependencies = [
 4483 "fnv",
 4484 "ident_case",
 4485 "proc-macro2",
 4486 "quote",
 4487 "strsim",
 4488 "syn 2.0.117",
 4489]
 4490
 4491[[package]]
 4492name = "darling_macro"
 4493version = "0.20.11"
 4494source = "registry+https://github.com/rust-lang/crates.io-index"
 4495checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4496dependencies = [
 4497 "darling_core 0.20.11",
 4498 "quote",
 4499 "syn 2.0.117",
 4500]
 4501
 4502[[package]]
 4503name = "darling_macro"
 4504version = "0.21.3"
 4505source = "registry+https://github.com/rust-lang/crates.io-index"
 4506checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4507dependencies = [
 4508 "darling_core 0.21.3",
 4509 "quote",
 4510 "syn 2.0.117",
 4511]
 4512
 4513[[package]]
 4514name = "dashmap"
 4515version = "6.1.0"
 4516source = "registry+https://github.com/rust-lang/crates.io-index"
 4517checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4518dependencies = [
 4519 "cfg-if",
 4520 "crossbeam-utils",
 4521 "hashbrown 0.14.5",
 4522 "lock_api",
 4523 "once_cell",
 4524 "parking_lot_core",
 4525]
 4526
 4527[[package]]
 4528name = "dasp_sample"
 4529version = "0.11.0"
 4530source = "registry+https://github.com/rust-lang/crates.io-index"
 4531checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4532
 4533[[package]]
 4534name = "data-encoding"
 4535version = "2.9.0"
 4536source = "registry+https://github.com/rust-lang/crates.io-index"
 4537checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4538
 4539[[package]]
 4540name = "data-url"
 4541version = "0.3.2"
 4542source = "registry+https://github.com/rust-lang/crates.io-index"
 4543checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4544
 4545[[package]]
 4546name = "db"
 4547version = "0.1.0"
 4548dependencies = [
 4549 "anyhow",
 4550 "gpui",
 4551 "indoc",
 4552 "inventory",
 4553 "log",
 4554 "paths",
 4555 "release_channel",
 4556 "smol",
 4557 "sqlez",
 4558 "sqlez_macros",
 4559 "tempfile",
 4560 "util",
 4561 "uuid",
 4562 "zed_env_vars",
 4563]
 4564
 4565[[package]]
 4566name = "dbus"
 4567version = "0.9.9"
 4568source = "registry+https://github.com/rust-lang/crates.io-index"
 4569checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4570dependencies = [
 4571 "libc",
 4572 "libdbus-sys",
 4573 "windows-sys 0.59.0",
 4574]
 4575
 4576[[package]]
 4577name = "debug_adapter_extension"
 4578version = "0.1.0"
 4579dependencies = [
 4580 "anyhow",
 4581 "async-trait",
 4582 "collections",
 4583 "dap",
 4584 "extension",
 4585 "gpui",
 4586 "serde_json",
 4587 "task",
 4588 "util",
 4589]
 4590
 4591[[package]]
 4592name = "debugger_tools"
 4593version = "0.1.0"
 4594dependencies = [
 4595 "anyhow",
 4596 "dap",
 4597 "editor",
 4598 "futures 0.3.32",
 4599 "gpui",
 4600 "project",
 4601 "serde_json",
 4602 "settings",
 4603 "smol",
 4604 "util",
 4605 "workspace",
 4606]
 4607
 4608[[package]]
 4609name = "debugger_ui"
 4610version = "0.1.0"
 4611dependencies = [
 4612 "alacritty_terminal",
 4613 "anyhow",
 4614 "bitflags 2.10.0",
 4615 "client",
 4616 "collections",
 4617 "command_palette_hooks",
 4618 "dap",
 4619 "dap_adapters",
 4620 "db",
 4621 "debugger_tools",
 4622 "editor",
 4623 "feature_flags",
 4624 "file_icons",
 4625 "futures 0.3.32",
 4626 "fuzzy",
 4627 "gpui",
 4628 "hex",
 4629 "indoc",
 4630 "itertools 0.14.0",
 4631 "language",
 4632 "log",
 4633 "menu",
 4634 "notifications",
 4635 "parking_lot",
 4636 "parse_int",
 4637 "paths",
 4638 "picker",
 4639 "pretty_assertions",
 4640 "project",
 4641 "rpc",
 4642 "schemars",
 4643 "serde",
 4644 "serde_json",
 4645 "serde_json_lenient",
 4646 "settings",
 4647 "sysinfo 0.37.2",
 4648 "task",
 4649 "tasks_ui",
 4650 "terminal_view",
 4651 "text",
 4652 "theme",
 4653 "theme_settings",
 4654 "tree-sitter",
 4655 "tree-sitter-go",
 4656 "tree-sitter-json",
 4657 "ui",
 4658 "ui_input",
 4659 "unindent",
 4660 "util",
 4661 "workspace",
 4662 "zed_actions",
 4663 "zlog",
 4664]
 4665
 4666[[package]]
 4667name = "debugid"
 4668version = "0.8.0"
 4669source = "registry+https://github.com/rust-lang/crates.io-index"
 4670checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4671dependencies = [
 4672 "uuid",
 4673]
 4674
 4675[[package]]
 4676name = "deepseek"
 4677version = "0.1.0"
 4678dependencies = [
 4679 "anyhow",
 4680 "futures 0.3.32",
 4681 "http_client",
 4682 "schemars",
 4683 "serde",
 4684 "serde_json",
 4685]
 4686
 4687[[package]]
 4688name = "deflate64"
 4689version = "0.1.10"
 4690source = "registry+https://github.com/rust-lang/crates.io-index"
 4691checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4692
 4693[[package]]
 4694name = "denoise"
 4695version = "0.1.0"
 4696dependencies = [
 4697 "candle-core",
 4698 "candle-onnx",
 4699 "log",
 4700 "realfft",
 4701 "rodio",
 4702 "rustfft",
 4703 "thiserror 2.0.17",
 4704]
 4705
 4706[[package]]
 4707name = "der"
 4708version = "0.6.1"
 4709source = "registry+https://github.com/rust-lang/crates.io-index"
 4710checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4711dependencies = [
 4712 "const-oid",
 4713 "zeroize",
 4714]
 4715
 4716[[package]]
 4717name = "der"
 4718version = "0.7.10"
 4719source = "registry+https://github.com/rust-lang/crates.io-index"
 4720checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4721dependencies = [
 4722 "const-oid",
 4723 "pem-rfc7468",
 4724 "zeroize",
 4725]
 4726
 4727[[package]]
 4728name = "deranged"
 4729version = "0.5.4"
 4730source = "registry+https://github.com/rust-lang/crates.io-index"
 4731checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4732dependencies = [
 4733 "powerfmt",
 4734 "serde_core",
 4735]
 4736
 4737[[package]]
 4738name = "derive_arbitrary"
 4739version = "1.4.2"
 4740source = "registry+https://github.com/rust-lang/crates.io-index"
 4741checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4742dependencies = [
 4743 "proc-macro2",
 4744 "quote",
 4745 "syn 2.0.117",
 4746]
 4747
 4748[[package]]
 4749name = "derive_more"
 4750version = "2.1.1"
 4751source = "registry+https://github.com/rust-lang/crates.io-index"
 4752checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4753dependencies = [
 4754 "derive_more-impl",
 4755]
 4756
 4757[[package]]
 4758name = "derive_more-impl"
 4759version = "2.1.1"
 4760source = "registry+https://github.com/rust-lang/crates.io-index"
 4761checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4762dependencies = [
 4763 "convert_case 0.10.0",
 4764 "proc-macro2",
 4765 "quote",
 4766 "rustc_version",
 4767 "syn 2.0.117",
 4768 "unicode-xid",
 4769]
 4770
 4771[[package]]
 4772name = "derive_refineable"
 4773version = "0.1.0"
 4774dependencies = [
 4775 "proc-macro2",
 4776 "quote",
 4777 "syn 2.0.117",
 4778]
 4779
 4780[[package]]
 4781name = "derive_setters"
 4782version = "0.1.9"
 4783source = "registry+https://github.com/rust-lang/crates.io-index"
 4784checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4785dependencies = [
 4786 "darling 0.21.3",
 4787 "proc-macro2",
 4788 "quote",
 4789 "syn 2.0.117",
 4790]
 4791
 4792[[package]]
 4793name = "dev_container"
 4794version = "0.1.0"
 4795dependencies = [
 4796 "async-tar",
 4797 "async-trait",
 4798 "env_logger 0.11.8",
 4799 "fs",
 4800 "futures 0.3.32",
 4801 "gpui",
 4802 "http 1.3.1",
 4803 "http_client",
 4804 "log",
 4805 "menu",
 4806 "paths",
 4807 "picker",
 4808 "project",
 4809 "serde",
 4810 "serde_json",
 4811 "serde_json_lenient",
 4812 "settings",
 4813 "shlex",
 4814 "ui",
 4815 "util",
 4816 "walkdir",
 4817 "workspace",
 4818 "worktree",
 4819]
 4820
 4821[[package]]
 4822name = "diagnostics"
 4823version = "0.1.0"
 4824dependencies = [
 4825 "anyhow",
 4826 "collections",
 4827 "component",
 4828 "ctor",
 4829 "editor",
 4830 "gpui",
 4831 "indoc",
 4832 "itertools 0.14.0",
 4833 "language",
 4834 "log",
 4835 "lsp",
 4836 "markdown",
 4837 "pretty_assertions",
 4838 "project",
 4839 "rand 0.9.2",
 4840 "serde",
 4841 "serde_json",
 4842 "settings",
 4843 "text",
 4844 "theme",
 4845 "theme_settings",
 4846 "ui",
 4847 "unindent",
 4848 "util",
 4849 "workspace",
 4850 "zed_actions",
 4851 "zlog",
 4852]
 4853
 4854[[package]]
 4855name = "dialoguer"
 4856version = "0.11.0"
 4857source = "registry+https://github.com/rust-lang/crates.io-index"
 4858checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4859dependencies = [
 4860 "console",
 4861 "fuzzy-matcher",
 4862 "shell-words",
 4863 "tempfile",
 4864 "thiserror 1.0.69",
 4865 "zeroize",
 4866]
 4867
 4868[[package]]
 4869name = "diff"
 4870version = "0.1.13"
 4871source = "registry+https://github.com/rust-lang/crates.io-index"
 4872checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4873
 4874[[package]]
 4875name = "diffy"
 4876version = "0.4.2"
 4877source = "registry+https://github.com/rust-lang/crates.io-index"
 4878checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4879dependencies = [
 4880 "nu-ansi-term",
 4881]
 4882
 4883[[package]]
 4884name = "digest"
 4885version = "0.10.7"
 4886source = "registry+https://github.com/rust-lang/crates.io-index"
 4887checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4888dependencies = [
 4889 "block-buffer",
 4890 "const-oid",
 4891 "crypto-common",
 4892 "subtle",
 4893]
 4894
 4895[[package]]
 4896name = "dirs"
 4897version = "4.0.0"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4900dependencies = [
 4901 "dirs-sys 0.3.7",
 4902]
 4903
 4904[[package]]
 4905name = "dirs"
 4906version = "5.0.1"
 4907source = "registry+https://github.com/rust-lang/crates.io-index"
 4908checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4909dependencies = [
 4910 "dirs-sys 0.4.1",
 4911]
 4912
 4913[[package]]
 4914name = "dirs"
 4915version = "6.0.0"
 4916source = "registry+https://github.com/rust-lang/crates.io-index"
 4917checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4918dependencies = [
 4919 "dirs-sys 0.5.0",
 4920]
 4921
 4922[[package]]
 4923name = "dirs-sys"
 4924version = "0.3.7"
 4925source = "registry+https://github.com/rust-lang/crates.io-index"
 4926checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4927dependencies = [
 4928 "libc",
 4929 "redox_users 0.4.6",
 4930 "winapi",
 4931]
 4932
 4933[[package]]
 4934name = "dirs-sys"
 4935version = "0.4.1"
 4936source = "registry+https://github.com/rust-lang/crates.io-index"
 4937checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4938dependencies = [
 4939 "libc",
 4940 "option-ext",
 4941 "redox_users 0.4.6",
 4942 "windows-sys 0.48.0",
 4943]
 4944
 4945[[package]]
 4946name = "dirs-sys"
 4947version = "0.5.0"
 4948source = "registry+https://github.com/rust-lang/crates.io-index"
 4949checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4950dependencies = [
 4951 "libc",
 4952 "option-ext",
 4953 "redox_users 0.5.2",
 4954 "windows-sys 0.61.2",
 4955]
 4956
 4957[[package]]
 4958name = "dispatch"
 4959version = "0.2.0"
 4960source = "registry+https://github.com/rust-lang/crates.io-index"
 4961checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4962
 4963[[package]]
 4964name = "dispatch2"
 4965version = "0.3.1"
 4966source = "registry+https://github.com/rust-lang/crates.io-index"
 4967checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4968dependencies = [
 4969 "bitflags 2.10.0",
 4970 "block2",
 4971 "libc",
 4972 "objc2",
 4973]
 4974
 4975[[package]]
 4976name = "displaydoc"
 4977version = "0.2.5"
 4978source = "registry+https://github.com/rust-lang/crates.io-index"
 4979checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4980dependencies = [
 4981 "proc-macro2",
 4982 "quote",
 4983 "syn 2.0.117",
 4984]
 4985
 4986[[package]]
 4987name = "dlib"
 4988version = "0.5.2"
 4989source = "registry+https://github.com/rust-lang/crates.io-index"
 4990checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4991dependencies = [
 4992 "libloading",
 4993]
 4994
 4995[[package]]
 4996name = "docs_preprocessor"
 4997version = "0.1.0"
 4998dependencies = [
 4999 "anyhow",
 5000 "collections",
 5001 "jsonschema",
 5002 "mdbook",
 5003 "regex",
 5004 "schemars",
 5005 "serde",
 5006 "serde_json",
 5007 "settings",
 5008 "task",
 5009 "theme",
 5010 "util",
 5011 "zlog",
 5012]
 5013
 5014[[package]]
 5015name = "document-features"
 5016version = "0.2.12"
 5017source = "registry+https://github.com/rust-lang/crates.io-index"
 5018checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5019dependencies = [
 5020 "litrs",
 5021]
 5022
 5023[[package]]
 5024name = "documented"
 5025version = "0.9.2"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5028dependencies = [
 5029 "documented-macros",
 5030 "phf 0.12.1",
 5031 "thiserror 2.0.17",
 5032]
 5033
 5034[[package]]
 5035name = "documented-macros"
 5036version = "0.9.2"
 5037source = "registry+https://github.com/rust-lang/crates.io-index"
 5038checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5039dependencies = [
 5040 "convert_case 0.8.0",
 5041 "itertools 0.14.0",
 5042 "optfield",
 5043 "proc-macro2",
 5044 "quote",
 5045 "strum 0.27.2",
 5046 "syn 2.0.117",
 5047]
 5048
 5049[[package]]
 5050name = "dotenvy"
 5051version = "0.15.7"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5054
 5055[[package]]
 5056name = "downcast-rs"
 5057version = "1.2.1"
 5058source = "registry+https://github.com/rust-lang/crates.io-index"
 5059checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5060
 5061[[package]]
 5062name = "doxygen-rs"
 5063version = "0.4.2"
 5064source = "registry+https://github.com/rust-lang/crates.io-index"
 5065checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5066dependencies = [
 5067 "phf 0.11.3",
 5068]
 5069
 5070[[package]]
 5071name = "dtoa"
 5072version = "1.0.10"
 5073source = "registry+https://github.com/rust-lang/crates.io-index"
 5074checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5075
 5076[[package]]
 5077name = "dtoa-short"
 5078version = "0.3.5"
 5079source = "registry+https://github.com/rust-lang/crates.io-index"
 5080checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5081dependencies = [
 5082 "dtoa",
 5083]
 5084
 5085[[package]]
 5086name = "dtor"
 5087version = "0.0.6"
 5088source = "registry+https://github.com/rust-lang/crates.io-index"
 5089checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5090dependencies = [
 5091 "dtor-proc-macro",
 5092]
 5093
 5094[[package]]
 5095name = "dtor-proc-macro"
 5096version = "0.0.5"
 5097source = "registry+https://github.com/rust-lang/crates.io-index"
 5098checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5099
 5100[[package]]
 5101name = "dunce"
 5102version = "1.0.5"
 5103source = "registry+https://github.com/rust-lang/crates.io-index"
 5104checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5105
 5106[[package]]
 5107name = "dwrote"
 5108version = "0.11.5"
 5109source = "registry+https://github.com/rust-lang/crates.io-index"
 5110checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5111dependencies = [
 5112 "lazy_static",
 5113 "libc",
 5114 "winapi",
 5115 "wio",
 5116]
 5117
 5118[[package]]
 5119name = "dyn-clone"
 5120version = "1.0.20"
 5121source = "registry+https://github.com/rust-lang/crates.io-index"
 5122checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5123
 5124[[package]]
 5125name = "dyn-stack"
 5126version = "0.10.0"
 5127source = "registry+https://github.com/rust-lang/crates.io-index"
 5128checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5129dependencies = [
 5130 "bytemuck",
 5131 "reborrow",
 5132]
 5133
 5134[[package]]
 5135name = "dyn-stack"
 5136version = "0.13.2"
 5137source = "registry+https://github.com/rust-lang/crates.io-index"
 5138checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5139dependencies = [
 5140 "bytemuck",
 5141 "dyn-stack-macros",
 5142]
 5143
 5144[[package]]
 5145name = "dyn-stack-macros"
 5146version = "0.1.3"
 5147source = "registry+https://github.com/rust-lang/crates.io-index"
 5148checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5149
 5150[[package]]
 5151name = "ec4rs"
 5152version = "1.2.0"
 5153source = "registry+https://github.com/rust-lang/crates.io-index"
 5154checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5155
 5156[[package]]
 5157name = "ecdsa"
 5158version = "0.14.8"
 5159source = "registry+https://github.com/rust-lang/crates.io-index"
 5160checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5161dependencies = [
 5162 "der 0.6.1",
 5163 "elliptic-curve",
 5164 "rfc6979",
 5165 "signature 1.6.4",
 5166]
 5167
 5168[[package]]
 5169name = "edit_prediction"
 5170version = "0.1.0"
 5171dependencies = [
 5172 "ai_onboarding",
 5173 "anyhow",
 5174 "buffer_diff",
 5175 "client",
 5176 "clock",
 5177 "cloud_api_client",
 5178 "cloud_api_types",
 5179 "cloud_llm_client",
 5180 "collections",
 5181 "copilot",
 5182 "copilot_ui",
 5183 "credentials_provider",
 5184 "criterion",
 5185 "ctor",
 5186 "db",
 5187 "edit_prediction_context",
 5188 "edit_prediction_types",
 5189 "feature_flags",
 5190 "fs",
 5191 "futures 0.3.32",
 5192 "gpui",
 5193 "heapless",
 5194 "indoc",
 5195 "itertools 0.14.0",
 5196 "language",
 5197 "language_model",
 5198 "languages",
 5199 "log",
 5200 "lsp",
 5201 "menu",
 5202 "node_runtime",
 5203 "open_ai",
 5204 "parking_lot",
 5205 "postage",
 5206 "pretty_assertions",
 5207 "project",
 5208 "pulldown-cmark 0.13.0",
 5209 "rand 0.9.2",
 5210 "regex",
 5211 "release_channel",
 5212 "semver",
 5213 "serde",
 5214 "serde_json",
 5215 "settings",
 5216 "strum 0.27.2",
 5217 "telemetry",
 5218 "telemetry_events",
 5219 "text",
 5220 "thiserror 2.0.17",
 5221 "time",
 5222 "toml 0.8.23",
 5223 "ui",
 5224 "util",
 5225 "uuid",
 5226 "workspace",
 5227 "worktree",
 5228 "zed_actions",
 5229 "zed_credentials_provider",
 5230 "zeta_prompt",
 5231 "zlog",
 5232 "zstd",
 5233]
 5234
 5235[[package]]
 5236name = "edit_prediction_cli"
 5237version = "0.1.0"
 5238dependencies = [
 5239 "anthropic",
 5240 "anyhow",
 5241 "chrono",
 5242 "clap",
 5243 "client",
 5244 "cloud_llm_client",
 5245 "collections",
 5246 "db",
 5247 "debug_adapter_extension",
 5248 "dirs 4.0.0",
 5249 "edit_prediction",
 5250 "extension",
 5251 "flate2",
 5252 "fs",
 5253 "futures 0.3.32",
 5254 "gaoya",
 5255 "gpui",
 5256 "gpui_platform",
 5257 "gpui_tokio",
 5258 "http_client",
 5259 "indoc",
 5260 "language",
 5261 "language_extension",
 5262 "language_model",
 5263 "language_models",
 5264 "languages",
 5265 "libc",
 5266 "log",
 5267 "node_runtime",
 5268 "open_ai",
 5269 "paths",
 5270 "pretty_assertions",
 5271 "project",
 5272 "prompt_store",
 5273 "rand 0.9.2",
 5274 "release_channel",
 5275 "reqwest_client",
 5276 "rust-embed",
 5277 "serde",
 5278 "serde_json",
 5279 "settings",
 5280 "shellexpand 2.1.2",
 5281 "similar",
 5282 "smol",
 5283 "sqlez",
 5284 "sqlez_macros",
 5285 "strum 0.27.2",
 5286 "telemetry_events",
 5287 "tempfile",
 5288 "terminal_view",
 5289 "toml 0.8.23",
 5290 "util",
 5291 "wasmtime",
 5292 "watch",
 5293 "workspace",
 5294 "zeta_prompt",
 5295]
 5296
 5297[[package]]
 5298name = "edit_prediction_context"
 5299version = "0.1.0"
 5300dependencies = [
 5301 "anyhow",
 5302 "clock",
 5303 "collections",
 5304 "env_logger 0.11.8",
 5305 "futures 0.3.32",
 5306 "gpui",
 5307 "indoc",
 5308 "language",
 5309 "log",
 5310 "lsp",
 5311 "parking_lot",
 5312 "pretty_assertions",
 5313 "project",
 5314 "serde",
 5315 "serde_json",
 5316 "settings",
 5317 "smallvec",
 5318 "text",
 5319 "tree-sitter",
 5320 "util",
 5321 "zeta_prompt",
 5322]
 5323
 5324[[package]]
 5325name = "edit_prediction_types"
 5326version = "0.1.0"
 5327dependencies = [
 5328 "client",
 5329 "gpui",
 5330 "icons",
 5331 "language",
 5332 "text",
 5333]
 5334
 5335[[package]]
 5336name = "edit_prediction_ui"
 5337version = "0.1.0"
 5338dependencies = [
 5339 "anyhow",
 5340 "buffer_diff",
 5341 "client",
 5342 "cloud_llm_client",
 5343 "codestral",
 5344 "collections",
 5345 "command_palette_hooks",
 5346 "copilot",
 5347 "copilot_chat",
 5348 "copilot_ui",
 5349 "edit_prediction",
 5350 "edit_prediction_types",
 5351 "editor",
 5352 "feature_flags",
 5353 "fs",
 5354 "futures 0.3.32",
 5355 "gpui",
 5356 "indoc",
 5357 "language",
 5358 "markdown",
 5359 "menu",
 5360 "multi_buffer",
 5361 "paths",
 5362 "project",
 5363 "regex",
 5364 "settings",
 5365 "telemetry",
 5366 "text",
 5367 "theme",
 5368 "theme_settings",
 5369 "time",
 5370 "ui",
 5371 "util",
 5372 "workspace",
 5373 "zed_actions",
 5374 "zeta_prompt",
 5375]
 5376
 5377[[package]]
 5378name = "editor"
 5379version = "0.1.0"
 5380dependencies = [
 5381 "aho-corasick",
 5382 "anyhow",
 5383 "assets",
 5384 "breadcrumbs",
 5385 "buffer_diff",
 5386 "client",
 5387 "clock",
 5388 "collections",
 5389 "convert_case 0.8.0",
 5390 "criterion",
 5391 "ctor",
 5392 "dap",
 5393 "db",
 5394 "edit_prediction_types",
 5395 "emojis",
 5396 "feature_flags",
 5397 "file_icons",
 5398 "fs",
 5399 "futures 0.3.32",
 5400 "fuzzy",
 5401 "git",
 5402 "gpui",
 5403 "indoc",
 5404 "itertools 0.14.0",
 5405 "language",
 5406 "languages",
 5407 "linkify",
 5408 "log",
 5409 "lsp",
 5410 "markdown",
 5411 "menu",
 5412 "multi_buffer",
 5413 "ordered-float 2.10.1",
 5414 "parking_lot",
 5415 "pretty_assertions",
 5416 "project",
 5417 "proptest",
 5418 "proptest-derive",
 5419 "rand 0.9.2",
 5420 "regex",
 5421 "release_channel",
 5422 "rope",
 5423 "rpc",
 5424 "schemars",
 5425 "semver",
 5426 "serde",
 5427 "serde_json",
 5428 "settings",
 5429 "smallvec",
 5430 "smol",
 5431 "snippet",
 5432 "sum_tree",
 5433 "task",
 5434 "telemetry",
 5435 "text",
 5436 "theme",
 5437 "theme_settings",
 5438 "time",
 5439 "tracing",
 5440 "tree-sitter-bash",
 5441 "tree-sitter-c",
 5442 "tree-sitter-html",
 5443 "tree-sitter-md",
 5444 "tree-sitter-python",
 5445 "tree-sitter-rust",
 5446 "tree-sitter-typescript",
 5447 "tree-sitter-yaml",
 5448 "ui",
 5449 "ui_input",
 5450 "unicode-script",
 5451 "unicode-segmentation",
 5452 "unicode-width",
 5453 "unindent",
 5454 "url",
 5455 "util",
 5456 "uuid",
 5457 "vim_mode_setting",
 5458 "workspace",
 5459 "zed_actions",
 5460 "zlog",
 5461 "ztracing",
 5462]
 5463
 5464[[package]]
 5465name = "editor_benchmarks"
 5466version = "0.1.0"
 5467dependencies = [
 5468 "anyhow",
 5469 "editor",
 5470 "gpui",
 5471 "gpui_platform",
 5472 "language",
 5473 "multi_buffer",
 5474 "project",
 5475 "release_channel",
 5476 "semver",
 5477 "settings",
 5478 "theme",
 5479 "workspace",
 5480]
 5481
 5482[[package]]
 5483name = "either"
 5484version = "1.15.0"
 5485source = "registry+https://github.com/rust-lang/crates.io-index"
 5486checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5487dependencies = [
 5488 "serde",
 5489]
 5490
 5491[[package]]
 5492name = "elasticlunr-rs"
 5493version = "3.0.2"
 5494source = "registry+https://github.com/rust-lang/crates.io-index"
 5495checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5496dependencies = [
 5497 "regex",
 5498 "serde",
 5499 "serde_derive",
 5500 "serde_json",
 5501]
 5502
 5503[[package]]
 5504name = "elliptic-curve"
 5505version = "0.12.3"
 5506source = "registry+https://github.com/rust-lang/crates.io-index"
 5507checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5508dependencies = [
 5509 "base16ct",
 5510 "crypto-bigint 0.4.9",
 5511 "der 0.6.1",
 5512 "digest",
 5513 "ff",
 5514 "generic-array",
 5515 "group",
 5516 "pkcs8 0.9.0",
 5517 "rand_core 0.6.4",
 5518 "sec1",
 5519 "subtle",
 5520 "zeroize",
 5521]
 5522
 5523[[package]]
 5524name = "email_address"
 5525version = "0.2.9"
 5526source = "registry+https://github.com/rust-lang/crates.io-index"
 5527checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5528dependencies = [
 5529 "serde",
 5530]
 5531
 5532[[package]]
 5533name = "embed-resource"
 5534version = "3.0.6"
 5535source = "registry+https://github.com/rust-lang/crates.io-index"
 5536checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5537dependencies = [
 5538 "cc",
 5539 "memchr",
 5540 "rustc_version",
 5541 "toml 0.9.8",
 5542 "vswhom",
 5543 "winreg 0.55.0",
 5544]
 5545
 5546[[package]]
 5547name = "embedded-io"
 5548version = "0.4.0"
 5549source = "registry+https://github.com/rust-lang/crates.io-index"
 5550checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5551
 5552[[package]]
 5553name = "embedded-io"
 5554version = "0.6.1"
 5555source = "registry+https://github.com/rust-lang/crates.io-index"
 5556checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5557
 5558[[package]]
 5559name = "emojis"
 5560version = "0.6.4"
 5561source = "registry+https://github.com/rust-lang/crates.io-index"
 5562checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5563dependencies = [
 5564 "phf 0.11.3",
 5565]
 5566
 5567[[package]]
 5568name = "encode_unicode"
 5569version = "1.0.0"
 5570source = "registry+https://github.com/rust-lang/crates.io-index"
 5571checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5572
 5573[[package]]
 5574name = "encoding_rs"
 5575version = "0.8.35"
 5576source = "registry+https://github.com/rust-lang/crates.io-index"
 5577checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5578dependencies = [
 5579 "cfg-if",
 5580]
 5581
 5582[[package]]
 5583name = "encoding_selector"
 5584version = "0.1.0"
 5585dependencies = [
 5586 "editor",
 5587 "encoding_rs",
 5588 "fuzzy",
 5589 "gpui",
 5590 "language",
 5591 "picker",
 5592 "project",
 5593 "ui",
 5594 "util",
 5595 "workspace",
 5596]
 5597
 5598[[package]]
 5599name = "endi"
 5600version = "1.1.0"
 5601source = "registry+https://github.com/rust-lang/crates.io-index"
 5602checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5603
 5604[[package]]
 5605name = "enum-as-inner"
 5606version = "0.6.1"
 5607source = "registry+https://github.com/rust-lang/crates.io-index"
 5608checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5609dependencies = [
 5610 "heck 0.5.0",
 5611 "proc-macro2",
 5612 "quote",
 5613 "syn 2.0.117",
 5614]
 5615
 5616[[package]]
 5617name = "enumflags2"
 5618version = "0.7.12"
 5619source = "registry+https://github.com/rust-lang/crates.io-index"
 5620checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5621dependencies = [
 5622 "enumflags2_derive",
 5623 "serde",
 5624]
 5625
 5626[[package]]
 5627name = "enumflags2_derive"
 5628version = "0.7.12"
 5629source = "registry+https://github.com/rust-lang/crates.io-index"
 5630checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5631dependencies = [
 5632 "proc-macro2",
 5633 "quote",
 5634 "syn 2.0.117",
 5635]
 5636
 5637[[package]]
 5638name = "env_filter"
 5639version = "0.1.4"
 5640source = "registry+https://github.com/rust-lang/crates.io-index"
 5641checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5642dependencies = [
 5643 "log",
 5644 "regex",
 5645]
 5646
 5647[[package]]
 5648name = "env_logger"
 5649version = "0.10.2"
 5650source = "registry+https://github.com/rust-lang/crates.io-index"
 5651checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5652dependencies = [
 5653 "humantime",
 5654 "is-terminal",
 5655 "log",
 5656 "regex",
 5657 "termcolor",
 5658]
 5659
 5660[[package]]
 5661name = "env_logger"
 5662version = "0.11.8"
 5663source = "registry+https://github.com/rust-lang/crates.io-index"
 5664checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5665dependencies = [
 5666 "anstream",
 5667 "anstyle",
 5668 "env_filter",
 5669 "jiff",
 5670 "log",
 5671]
 5672
 5673[[package]]
 5674name = "env_var"
 5675version = "0.1.0"
 5676dependencies = [
 5677 "gpui_shared_string",
 5678]
 5679
 5680[[package]]
 5681name = "envy"
 5682version = "0.4.2"
 5683source = "registry+https://github.com/rust-lang/crates.io-index"
 5684checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5685dependencies = [
 5686 "serde",
 5687]
 5688
 5689[[package]]
 5690name = "equator"
 5691version = "0.4.2"
 5692source = "registry+https://github.com/rust-lang/crates.io-index"
 5693checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5694dependencies = [
 5695 "equator-macro",
 5696]
 5697
 5698[[package]]
 5699name = "equator-macro"
 5700version = "0.4.2"
 5701source = "registry+https://github.com/rust-lang/crates.io-index"
 5702checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5703dependencies = [
 5704 "proc-macro2",
 5705 "quote",
 5706 "syn 2.0.117",
 5707]
 5708
 5709[[package]]
 5710name = "equivalent"
 5711version = "1.0.2"
 5712source = "registry+https://github.com/rust-lang/crates.io-index"
 5713checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5714
 5715[[package]]
 5716name = "erased-serde"
 5717version = "0.4.9"
 5718source = "registry+https://github.com/rust-lang/crates.io-index"
 5719checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5720dependencies = [
 5721 "serde",
 5722 "serde_core",
 5723 "typeid",
 5724]
 5725
 5726[[package]]
 5727name = "errno"
 5728version = "0.2.8"
 5729source = "registry+https://github.com/rust-lang/crates.io-index"
 5730checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5731dependencies = [
 5732 "errno-dragonfly",
 5733 "libc",
 5734 "winapi",
 5735]
 5736
 5737[[package]]
 5738name = "errno"
 5739version = "0.3.14"
 5740source = "registry+https://github.com/rust-lang/crates.io-index"
 5741checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5742dependencies = [
 5743 "libc",
 5744 "windows-sys 0.61.2",
 5745]
 5746
 5747[[package]]
 5748name = "errno-dragonfly"
 5749version = "0.1.2"
 5750source = "registry+https://github.com/rust-lang/crates.io-index"
 5751checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5752dependencies = [
 5753 "cc",
 5754 "libc",
 5755]
 5756
 5757[[package]]
 5758name = "error-graph"
 5759version = "0.1.1"
 5760source = "registry+https://github.com/rust-lang/crates.io-index"
 5761checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5762dependencies = [
 5763 "serde",
 5764]
 5765
 5766[[package]]
 5767name = "etagere"
 5768version = "0.2.15"
 5769source = "registry+https://github.com/rust-lang/crates.io-index"
 5770checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5771dependencies = [
 5772 "euclid",
 5773 "svg_fmt",
 5774]
 5775
 5776[[package]]
 5777name = "etcetera"
 5778version = "0.8.0"
 5779source = "registry+https://github.com/rust-lang/crates.io-index"
 5780checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5781dependencies = [
 5782 "cfg-if",
 5783 "home",
 5784 "windows-sys 0.48.0",
 5785]
 5786
 5787[[package]]
 5788name = "etw_tracing"
 5789version = "0.1.0"
 5790dependencies = [
 5791 "anyhow",
 5792 "gpui",
 5793 "log",
 5794 "net",
 5795 "serde",
 5796 "serde_json",
 5797 "util",
 5798 "windows 0.61.3",
 5799 "windows-core 0.61.2",
 5800 "workspace",
 5801 "wprcontrol",
 5802]
 5803
 5804[[package]]
 5805name = "euclid"
 5806version = "0.22.11"
 5807source = "registry+https://github.com/rust-lang/crates.io-index"
 5808checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5809dependencies = [
 5810 "num-traits",
 5811]
 5812
 5813[[package]]
 5814name = "eval_cli"
 5815version = "0.1.0"
 5816dependencies = [
 5817 "acp_thread",
 5818 "agent",
 5819 "agent-client-protocol",
 5820 "agent_ui",
 5821 "anyhow",
 5822 "clap",
 5823 "client",
 5824 "ctrlc",
 5825 "db",
 5826 "debug_adapter_extension",
 5827 "env_logger 0.11.8",
 5828 "extension",
 5829 "feature_flags",
 5830 "fs",
 5831 "futures 0.3.32",
 5832 "gpui",
 5833 "gpui_platform",
 5834 "gpui_tokio",
 5835 "language",
 5836 "language_extension",
 5837 "language_model",
 5838 "language_models",
 5839 "languages",
 5840 "node_runtime",
 5841 "paths",
 5842 "project",
 5843 "prompt_store",
 5844 "release_channel",
 5845 "reqwest_client",
 5846 "serde",
 5847 "serde_json",
 5848 "settings",
 5849 "shellexpand 2.1.2",
 5850 "terminal_view",
 5851 "util",
 5852 "watch",
 5853]
 5854
 5855[[package]]
 5856name = "eval_utils"
 5857version = "0.1.0"
 5858dependencies = [
 5859 "gpui_platform",
 5860 "serde",
 5861 "smol",
 5862]
 5863
 5864[[package]]
 5865name = "event-listener"
 5866version = "2.5.3"
 5867source = "registry+https://github.com/rust-lang/crates.io-index"
 5868checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5869
 5870[[package]]
 5871name = "event-listener"
 5872version = "5.4.1"
 5873source = "registry+https://github.com/rust-lang/crates.io-index"
 5874checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5875dependencies = [
 5876 "concurrent-queue",
 5877 "parking",
 5878 "pin-project-lite",
 5879]
 5880
 5881[[package]]
 5882name = "event-listener-strategy"
 5883version = "0.5.4"
 5884source = "registry+https://github.com/rust-lang/crates.io-index"
 5885checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5886dependencies = [
 5887 "event-listener 5.4.1",
 5888 "pin-project-lite",
 5889]
 5890
 5891[[package]]
 5892name = "exec"
 5893version = "0.3.1"
 5894source = "registry+https://github.com/rust-lang/crates.io-index"
 5895checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5896dependencies = [
 5897 "errno 0.2.8",
 5898 "libc",
 5899]
 5900
 5901[[package]]
 5902name = "explorer_command_injector"
 5903version = "0.1.0"
 5904dependencies = [
 5905 "windows 0.61.3",
 5906 "windows-core 0.61.2",
 5907 "windows-registry 0.5.3",
 5908]
 5909
 5910[[package]]
 5911name = "exr"
 5912version = "1.73.0"
 5913source = "registry+https://github.com/rust-lang/crates.io-index"
 5914checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5915dependencies = [
 5916 "bit_field",
 5917 "half",
 5918 "lebe",
 5919 "miniz_oxide",
 5920 "rayon-core",
 5921 "smallvec",
 5922 "zune-inflate",
 5923]
 5924
 5925[[package]]
 5926name = "extended"
 5927version = "0.1.0"
 5928source = "registry+https://github.com/rust-lang/crates.io-index"
 5929checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5930
 5931[[package]]
 5932name = "extension"
 5933version = "0.1.0"
 5934dependencies = [
 5935 "anyhow",
 5936 "async-trait",
 5937 "cloud_api_types",
 5938 "collections",
 5939 "dap",
 5940 "fs",
 5941 "futures 0.3.32",
 5942 "gpui",
 5943 "heck 0.5.0",
 5944 "http_client",
 5945 "indoc",
 5946 "language",
 5947 "log",
 5948 "lsp",
 5949 "parking_lot",
 5950 "pretty_assertions",
 5951 "proto",
 5952 "semver",
 5953 "serde",
 5954 "serde_json",
 5955 "task",
 5956 "tempfile",
 5957 "toml 0.8.23",
 5958 "tracing",
 5959 "url",
 5960 "util",
 5961 "wasm-encoder 0.221.3",
 5962 "wasmparser 0.221.3",
 5963 "ztracing",
 5964]
 5965
 5966[[package]]
 5967name = "extension_cli"
 5968version = "0.1.0"
 5969dependencies = [
 5970 "anyhow",
 5971 "clap",
 5972 "cloud_api_types",
 5973 "env_logger 0.11.8",
 5974 "extension",
 5975 "fs",
 5976 "gpui_platform",
 5977 "language",
 5978 "log",
 5979 "reqwest_client",
 5980 "serde",
 5981 "serde_json",
 5982 "serde_json_lenient",
 5983 "settings_content",
 5984 "snippet_provider",
 5985 "task",
 5986 "theme_settings",
 5987 "tokio",
 5988 "toml 0.8.23",
 5989 "tree-sitter",
 5990 "wasmtime",
 5991]
 5992
 5993[[package]]
 5994name = "extension_host"
 5995version = "0.1.0"
 5996dependencies = [
 5997 "anyhow",
 5998 "async-compression",
 5999 "async-tar",
 6000 "async-trait",
 6001 "client",
 6002 "cloud_api_types",
 6003 "collections",
 6004 "criterion",
 6005 "ctor",
 6006 "dap",
 6007 "extension",
 6008 "fs",
 6009 "futures 0.3.32",
 6010 "gpui",
 6011 "gpui_tokio",
 6012 "http_client",
 6013 "language",
 6014 "language_extension",
 6015 "log",
 6016 "lsp",
 6017 "moka",
 6018 "node_runtime",
 6019 "parking_lot",
 6020 "paths",
 6021 "project",
 6022 "release_channel",
 6023 "remote",
 6024 "reqwest_client",
 6025 "semver",
 6026 "serde",
 6027 "serde_json",
 6028 "serde_json_lenient",
 6029 "settings",
 6030 "task",
 6031 "telemetry",
 6032 "tempfile",
 6033 "theme",
 6034 "theme_extension",
 6035 "theme_settings",
 6036 "toml 0.8.23",
 6037 "tracing",
 6038 "url",
 6039 "util",
 6040 "wasmparser 0.221.3",
 6041 "wasmtime",
 6042 "wasmtime-wasi",
 6043 "zlog",
 6044 "ztracing",
 6045]
 6046
 6047[[package]]
 6048name = "extensions_ui"
 6049version = "0.1.0"
 6050dependencies = [
 6051 "anyhow",
 6052 "client",
 6053 "cloud_api_types",
 6054 "collections",
 6055 "db",
 6056 "editor",
 6057 "extension",
 6058 "extension_host",
 6059 "fs",
 6060 "fuzzy",
 6061 "gpui",
 6062 "language",
 6063 "log",
 6064 "num-format",
 6065 "picker",
 6066 "project",
 6067 "release_channel",
 6068 "semver",
 6069 "serde",
 6070 "settings",
 6071 "smallvec",
 6072 "strum 0.27.2",
 6073 "telemetry",
 6074 "theme_settings",
 6075 "ui",
 6076 "util",
 6077 "vim_mode_setting",
 6078 "workspace",
 6079 "zed_actions",
 6080]
 6081
 6082[[package]]
 6083name = "failspot"
 6084version = "0.2.0"
 6085source = "registry+https://github.com/rust-lang/crates.io-index"
 6086checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6087
 6088[[package]]
 6089name = "fallible-iterator"
 6090version = "0.3.0"
 6091source = "registry+https://github.com/rust-lang/crates.io-index"
 6092checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6093
 6094[[package]]
 6095name = "fancy-regex"
 6096version = "0.16.2"
 6097source = "registry+https://github.com/rust-lang/crates.io-index"
 6098checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6099dependencies = [
 6100 "bit-set 0.8.0",
 6101 "regex-automata",
 6102 "regex-syntax",
 6103]
 6104
 6105[[package]]
 6106name = "fancy-regex"
 6107version = "0.17.0"
 6108source = "registry+https://github.com/rust-lang/crates.io-index"
 6109checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6110dependencies = [
 6111 "bit-set 0.8.0",
 6112 "regex-automata",
 6113 "regex-syntax",
 6114]
 6115
 6116[[package]]
 6117name = "fast-srgb8"
 6118version = "1.0.0"
 6119source = "registry+https://github.com/rust-lang/crates.io-index"
 6120checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6121
 6122[[package]]
 6123name = "fastrand"
 6124version = "1.9.0"
 6125source = "registry+https://github.com/rust-lang/crates.io-index"
 6126checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6127dependencies = [
 6128 "instant",
 6129]
 6130
 6131[[package]]
 6132name = "fastrand"
 6133version = "2.3.0"
 6134source = "registry+https://github.com/rust-lang/crates.io-index"
 6135checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6136
 6137[[package]]
 6138name = "fax"
 6139version = "0.2.6"
 6140source = "registry+https://github.com/rust-lang/crates.io-index"
 6141checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6142dependencies = [
 6143 "fax_derive",
 6144]
 6145
 6146[[package]]
 6147name = "fax_derive"
 6148version = "0.2.0"
 6149source = "registry+https://github.com/rust-lang/crates.io-index"
 6150checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6151dependencies = [
 6152 "proc-macro2",
 6153 "quote",
 6154 "syn 2.0.117",
 6155]
 6156
 6157[[package]]
 6158name = "fd-lock"
 6159version = "4.0.4"
 6160source = "registry+https://github.com/rust-lang/crates.io-index"
 6161checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6162dependencies = [
 6163 "cfg-if",
 6164 "rustix 1.1.2",
 6165 "windows-sys 0.59.0",
 6166]
 6167
 6168[[package]]
 6169name = "fdeflate"
 6170version = "0.3.7"
 6171source = "registry+https://github.com/rust-lang/crates.io-index"
 6172checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6173dependencies = [
 6174 "simd-adler32",
 6175]
 6176
 6177[[package]]
 6178name = "feature_flags"
 6179version = "0.1.0"
 6180dependencies = [
 6181 "gpui",
 6182]
 6183
 6184[[package]]
 6185name = "feedback"
 6186version = "0.1.0"
 6187dependencies = [
 6188 "gpui",
 6189 "system_specs",
 6190 "urlencoding",
 6191 "util",
 6192 "workspace",
 6193 "zed_actions",
 6194]
 6195
 6196[[package]]
 6197name = "ff"
 6198version = "0.12.1"
 6199source = "registry+https://github.com/rust-lang/crates.io-index"
 6200checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6201dependencies = [
 6202 "rand_core 0.6.4",
 6203 "subtle",
 6204]
 6205
 6206[[package]]
 6207name = "file_finder"
 6208version = "0.1.0"
 6209dependencies = [
 6210 "anyhow",
 6211 "channel",
 6212 "client",
 6213 "collections",
 6214 "ctor",
 6215 "editor",
 6216 "file_icons",
 6217 "futures 0.3.32",
 6218 "fuzzy",
 6219 "fuzzy_nucleo",
 6220 "gpui",
 6221 "menu",
 6222 "open_path_prompt",
 6223 "picker",
 6224 "pretty_assertions",
 6225 "project",
 6226 "project_panel",
 6227 "remote_connection",
 6228 "serde",
 6229 "serde_json",
 6230 "settings",
 6231 "theme",
 6232 "theme_settings",
 6233 "ui",
 6234 "util",
 6235 "workspace",
 6236 "zed_actions",
 6237 "zlog",
 6238]
 6239
 6240[[package]]
 6241name = "file_icons"
 6242version = "0.1.0"
 6243dependencies = [
 6244 "gpui",
 6245 "serde",
 6246 "theme",
 6247 "util",
 6248]
 6249
 6250[[package]]
 6251name = "filedescriptor"
 6252version = "0.8.3"
 6253source = "registry+https://github.com/rust-lang/crates.io-index"
 6254checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6255dependencies = [
 6256 "libc",
 6257 "thiserror 1.0.69",
 6258 "winapi",
 6259]
 6260
 6261[[package]]
 6262name = "filetime"
 6263version = "0.2.26"
 6264source = "registry+https://github.com/rust-lang/crates.io-index"
 6265checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6266dependencies = [
 6267 "cfg-if",
 6268 "libc",
 6269 "libredox",
 6270 "windows-sys 0.60.2",
 6271]
 6272
 6273[[package]]
 6274name = "find-msvc-tools"
 6275version = "0.1.5"
 6276source = "registry+https://github.com/rust-lang/crates.io-index"
 6277checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6278
 6279[[package]]
 6280name = "fixedbitset"
 6281version = "0.4.2"
 6282source = "registry+https://github.com/rust-lang/crates.io-index"
 6283checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6284
 6285[[package]]
 6286name = "fixedbitset"
 6287version = "0.5.7"
 6288source = "registry+https://github.com/rust-lang/crates.io-index"
 6289checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6290
 6291[[package]]
 6292name = "flate2"
 6293version = "1.1.8"
 6294source = "registry+https://github.com/rust-lang/crates.io-index"
 6295checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6296dependencies = [
 6297 "crc32fast",
 6298 "miniz_oxide",
 6299]
 6300
 6301[[package]]
 6302name = "float-cmp"
 6303version = "0.9.0"
 6304source = "registry+https://github.com/rust-lang/crates.io-index"
 6305checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6306
 6307[[package]]
 6308name = "float-ord"
 6309version = "0.3.2"
 6310source = "registry+https://github.com/rust-lang/crates.io-index"
 6311checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6312
 6313[[package]]
 6314name = "float8"
 6315version = "0.4.2"
 6316source = "registry+https://github.com/rust-lang/crates.io-index"
 6317checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6318dependencies = [
 6319 "half",
 6320 "num-traits",
 6321 "rand 0.9.2",
 6322 "rand_distr",
 6323]
 6324
 6325[[package]]
 6326name = "float_next_after"
 6327version = "1.0.0"
 6328source = "registry+https://github.com/rust-lang/crates.io-index"
 6329checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6330
 6331[[package]]
 6332name = "fluent-uri"
 6333version = "0.4.1"
 6334source = "registry+https://github.com/rust-lang/crates.io-index"
 6335checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6336dependencies = [
 6337 "borrow-or-share",
 6338 "ref-cast",
 6339 "serde",
 6340]
 6341
 6342[[package]]
 6343name = "flume"
 6344version = "0.11.1"
 6345source = "registry+https://github.com/rust-lang/crates.io-index"
 6346checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6347dependencies = [
 6348 "futures-core",
 6349 "futures-sink",
 6350 "nanorand",
 6351 "spin 0.9.8",
 6352]
 6353
 6354[[package]]
 6355name = "fnv"
 6356version = "1.0.7"
 6357source = "registry+https://github.com/rust-lang/crates.io-index"
 6358checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6359
 6360[[package]]
 6361name = "foldhash"
 6362version = "0.1.5"
 6363source = "registry+https://github.com/rust-lang/crates.io-index"
 6364checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6365
 6366[[package]]
 6367name = "foldhash"
 6368version = "0.2.0"
 6369source = "registry+https://github.com/rust-lang/crates.io-index"
 6370checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6371
 6372[[package]]
 6373name = "font-types"
 6374version = "0.10.0"
 6375source = "registry+https://github.com/rust-lang/crates.io-index"
 6376checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6377dependencies = [
 6378 "bytemuck",
 6379]
 6380
 6381[[package]]
 6382name = "font-types"
 6383version = "0.11.0"
 6384source = "registry+https://github.com/rust-lang/crates.io-index"
 6385checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6386dependencies = [
 6387 "bytemuck",
 6388]
 6389
 6390[[package]]
 6391name = "fontconfig-parser"
 6392version = "0.5.8"
 6393source = "registry+https://github.com/rust-lang/crates.io-index"
 6394checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6395dependencies = [
 6396 "roxmltree",
 6397]
 6398
 6399[[package]]
 6400name = "fontdb"
 6401version = "0.16.2"
 6402source = "registry+https://github.com/rust-lang/crates.io-index"
 6403checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6404dependencies = [
 6405 "fontconfig-parser",
 6406 "log",
 6407 "memmap2",
 6408 "slotmap",
 6409 "tinyvec",
 6410 "ttf-parser 0.20.0",
 6411]
 6412
 6413[[package]]
 6414name = "fontdb"
 6415version = "0.23.0"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6418dependencies = [
 6419 "fontconfig-parser",
 6420 "log",
 6421 "memmap2",
 6422 "slotmap",
 6423 "tinyvec",
 6424 "ttf-parser 0.25.1",
 6425]
 6426
 6427[[package]]
 6428name = "foreign-types"
 6429version = "0.3.2"
 6430source = "registry+https://github.com/rust-lang/crates.io-index"
 6431checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6432dependencies = [
 6433 "foreign-types-shared 0.1.1",
 6434]
 6435
 6436[[package]]
 6437name = "foreign-types"
 6438version = "0.5.0"
 6439source = "registry+https://github.com/rust-lang/crates.io-index"
 6440checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6441dependencies = [
 6442 "foreign-types-macros",
 6443 "foreign-types-shared 0.3.1",
 6444]
 6445
 6446[[package]]
 6447name = "foreign-types-macros"
 6448version = "0.2.3"
 6449source = "registry+https://github.com/rust-lang/crates.io-index"
 6450checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6451dependencies = [
 6452 "proc-macro2",
 6453 "quote",
 6454 "syn 2.0.117",
 6455]
 6456
 6457[[package]]
 6458name = "foreign-types-shared"
 6459version = "0.1.1"
 6460source = "registry+https://github.com/rust-lang/crates.io-index"
 6461checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6462
 6463[[package]]
 6464name = "foreign-types-shared"
 6465version = "0.3.1"
 6466source = "registry+https://github.com/rust-lang/crates.io-index"
 6467checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6468
 6469[[package]]
 6470name = "fork"
 6471version = "0.4.0"
 6472source = "registry+https://github.com/rust-lang/crates.io-index"
 6473checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6474dependencies = [
 6475 "libc",
 6476]
 6477
 6478[[package]]
 6479name = "form_urlencoded"
 6480version = "1.2.2"
 6481source = "registry+https://github.com/rust-lang/crates.io-index"
 6482checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6483dependencies = [
 6484 "percent-encoding",
 6485]
 6486
 6487[[package]]
 6488name = "fraction"
 6489version = "0.15.3"
 6490source = "registry+https://github.com/rust-lang/crates.io-index"
 6491checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6492dependencies = [
 6493 "lazy_static",
 6494 "num",
 6495]
 6496
 6497[[package]]
 6498name = "freetype-sys"
 6499version = "0.20.1"
 6500source = "registry+https://github.com/rust-lang/crates.io-index"
 6501checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6502dependencies = [
 6503 "cc",
 6504 "libc",
 6505 "pkg-config",
 6506]
 6507
 6508[[package]]
 6509name = "fs"
 6510version = "0.1.0"
 6511dependencies = [
 6512 "anyhow",
 6513 "ashpd",
 6514 "async-tar",
 6515 "async-trait",
 6516 "cocoa 0.26.0",
 6517 "collections",
 6518 "dunce",
 6519 "fs",
 6520 "futures 0.3.32",
 6521 "git",
 6522 "gpui",
 6523 "ignore",
 6524 "is_executable",
 6525 "libc",
 6526 "log",
 6527 "notify 8.2.0",
 6528 "objc",
 6529 "parking_lot",
 6530 "paths",
 6531 "proto",
 6532 "rope",
 6533 "serde",
 6534 "serde_json",
 6535 "smol",
 6536 "tempfile",
 6537 "text",
 6538 "time",
 6539 "util",
 6540 "windows 0.61.3",
 6541]
 6542
 6543[[package]]
 6544name = "fs-set-times"
 6545version = "0.20.3"
 6546source = "registry+https://github.com/rust-lang/crates.io-index"
 6547checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6548dependencies = [
 6549 "io-lifetimes",
 6550 "rustix 1.1.2",
 6551 "windows-sys 0.59.0",
 6552]
 6553
 6554[[package]]
 6555name = "fs2"
 6556version = "0.4.3"
 6557source = "registry+https://github.com/rust-lang/crates.io-index"
 6558checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6559dependencies = [
 6560 "libc",
 6561 "winapi",
 6562]
 6563
 6564[[package]]
 6565name = "fs_benchmarks"
 6566version = "0.1.0"
 6567dependencies = [
 6568 "fs",
 6569 "gpui",
 6570 "gpui_platform",
 6571]
 6572
 6573[[package]]
 6574name = "fs_extra"
 6575version = "1.3.0"
 6576source = "registry+https://github.com/rust-lang/crates.io-index"
 6577checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6578
 6579[[package]]
 6580name = "fsevent-sys"
 6581version = "4.1.0"
 6582source = "registry+https://github.com/rust-lang/crates.io-index"
 6583checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6584dependencies = [
 6585 "libc",
 6586]
 6587
 6588[[package]]
 6589name = "fuchsia-cprng"
 6590version = "0.1.1"
 6591source = "registry+https://github.com/rust-lang/crates.io-index"
 6592checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6593
 6594[[package]]
 6595name = "funty"
 6596version = "2.0.0"
 6597source = "registry+https://github.com/rust-lang/crates.io-index"
 6598checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6599
 6600[[package]]
 6601name = "futf"
 6602version = "0.1.5"
 6603source = "registry+https://github.com/rust-lang/crates.io-index"
 6604checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6605dependencies = [
 6606 "mac",
 6607 "new_debug_unreachable",
 6608]
 6609
 6610[[package]]
 6611name = "futures"
 6612version = "0.1.31"
 6613source = "registry+https://github.com/rust-lang/crates.io-index"
 6614checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6615
 6616[[package]]
 6617name = "futures"
 6618version = "0.3.32"
 6619source = "registry+https://github.com/rust-lang/crates.io-index"
 6620checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6621dependencies = [
 6622 "futures-channel",
 6623 "futures-core",
 6624 "futures-executor",
 6625 "futures-io",
 6626 "futures-sink",
 6627 "futures-task",
 6628 "futures-util",
 6629]
 6630
 6631[[package]]
 6632name = "futures-channel"
 6633version = "0.3.32"
 6634source = "registry+https://github.com/rust-lang/crates.io-index"
 6635checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6636dependencies = [
 6637 "futures-core",
 6638 "futures-sink",
 6639]
 6640
 6641[[package]]
 6642name = "futures-concurrency"
 6643version = "7.7.1"
 6644source = "registry+https://github.com/rust-lang/crates.io-index"
 6645checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6646dependencies = [
 6647 "fixedbitset 0.5.7",
 6648 "futures-core",
 6649 "futures-lite 2.6.1",
 6650 "pin-project",
 6651 "smallvec",
 6652]
 6653
 6654[[package]]
 6655name = "futures-core"
 6656version = "0.3.32"
 6657source = "registry+https://github.com/rust-lang/crates.io-index"
 6658checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6659
 6660[[package]]
 6661name = "futures-executor"
 6662version = "0.3.32"
 6663source = "registry+https://github.com/rust-lang/crates.io-index"
 6664checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6665dependencies = [
 6666 "futures-core",
 6667 "futures-task",
 6668 "futures-util",
 6669]
 6670
 6671[[package]]
 6672name = "futures-intrusive"
 6673version = "0.5.0"
 6674source = "registry+https://github.com/rust-lang/crates.io-index"
 6675checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6676dependencies = [
 6677 "futures-core",
 6678 "lock_api",
 6679 "parking_lot",
 6680]
 6681
 6682[[package]]
 6683name = "futures-io"
 6684version = "0.3.32"
 6685source = "registry+https://github.com/rust-lang/crates.io-index"
 6686checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6687
 6688[[package]]
 6689name = "futures-lite"
 6690version = "1.13.0"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6693dependencies = [
 6694 "fastrand 1.9.0",
 6695 "futures-core",
 6696 "futures-io",
 6697 "memchr",
 6698 "parking",
 6699 "pin-project-lite",
 6700 "waker-fn",
 6701]
 6702
 6703[[package]]
 6704name = "futures-lite"
 6705version = "2.6.1"
 6706source = "registry+https://github.com/rust-lang/crates.io-index"
 6707checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6708dependencies = [
 6709 "fastrand 2.3.0",
 6710 "futures-core",
 6711 "futures-io",
 6712 "parking",
 6713 "pin-project-lite",
 6714]
 6715
 6716[[package]]
 6717name = "futures-macro"
 6718version = "0.3.32"
 6719source = "registry+https://github.com/rust-lang/crates.io-index"
 6720checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6721dependencies = [
 6722 "proc-macro2",
 6723 "quote",
 6724 "syn 2.0.117",
 6725]
 6726
 6727[[package]]
 6728name = "futures-sink"
 6729version = "0.3.32"
 6730source = "registry+https://github.com/rust-lang/crates.io-index"
 6731checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6732
 6733[[package]]
 6734name = "futures-task"
 6735version = "0.3.32"
 6736source = "registry+https://github.com/rust-lang/crates.io-index"
 6737checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6738
 6739[[package]]
 6740name = "futures-util"
 6741version = "0.3.32"
 6742source = "registry+https://github.com/rust-lang/crates.io-index"
 6743checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6744dependencies = [
 6745 "futures 0.1.31",
 6746 "futures-channel",
 6747 "futures-core",
 6748 "futures-io",
 6749 "futures-macro",
 6750 "futures-sink",
 6751 "futures-task",
 6752 "libc",
 6753 "memchr",
 6754 "pin-project-lite",
 6755 "slab",
 6756 "tokio-io",
 6757]
 6758
 6759[[package]]
 6760name = "fuzzy"
 6761version = "0.1.0"
 6762dependencies = [
 6763 "gpui",
 6764 "log",
 6765 "util",
 6766]
 6767
 6768[[package]]
 6769name = "fuzzy-matcher"
 6770version = "0.3.7"
 6771source = "registry+https://github.com/rust-lang/crates.io-index"
 6772checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6773dependencies = [
 6774 "thread_local",
 6775]
 6776
 6777[[package]]
 6778name = "fuzzy_nucleo"
 6779version = "0.1.0"
 6780dependencies = [
 6781 "gpui",
 6782 "nucleo",
 6783 "util",
 6784]
 6785
 6786[[package]]
 6787name = "gaoya"
 6788version = "0.2.0"
 6789source = "registry+https://github.com/rust-lang/crates.io-index"
 6790checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6791dependencies = [
 6792 "ahash 0.8.12",
 6793 "crossbeam-utils",
 6794 "fnv",
 6795 "itertools 0.10.5",
 6796 "num-traits",
 6797 "rand 0.8.5",
 6798 "rand_pcg",
 6799 "random_choice",
 6800 "rayon",
 6801 "seahash",
 6802 "sha-1",
 6803 "shingles",
 6804 "siphasher 0.3.11",
 6805 "smallvec",
 6806 "triomphe",
 6807]
 6808
 6809[[package]]
 6810name = "gemm"
 6811version = "0.17.1"
 6812source = "registry+https://github.com/rust-lang/crates.io-index"
 6813checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6814dependencies = [
 6815 "dyn-stack 0.10.0",
 6816 "gemm-c32 0.17.1",
 6817 "gemm-c64 0.17.1",
 6818 "gemm-common 0.17.1",
 6819 "gemm-f16 0.17.1",
 6820 "gemm-f32 0.17.1",
 6821 "gemm-f64 0.17.1",
 6822 "num-complex",
 6823 "num-traits",
 6824 "paste",
 6825 "raw-cpuid 10.7.0",
 6826 "seq-macro",
 6827]
 6828
 6829[[package]]
 6830name = "gemm"
 6831version = "0.18.2"
 6832source = "registry+https://github.com/rust-lang/crates.io-index"
 6833checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6834dependencies = [
 6835 "dyn-stack 0.13.2",
 6836 "gemm-c32 0.18.2",
 6837 "gemm-c64 0.18.2",
 6838 "gemm-common 0.18.2",
 6839 "gemm-f16 0.18.2",
 6840 "gemm-f32 0.18.2",
 6841 "gemm-f64 0.18.2",
 6842 "num-complex",
 6843 "num-traits",
 6844 "paste",
 6845 "raw-cpuid 11.6.0",
 6846 "seq-macro",
 6847]
 6848
 6849[[package]]
 6850name = "gemm-c32"
 6851version = "0.17.1"
 6852source = "registry+https://github.com/rust-lang/crates.io-index"
 6853checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6854dependencies = [
 6855 "dyn-stack 0.10.0",
 6856 "gemm-common 0.17.1",
 6857 "num-complex",
 6858 "num-traits",
 6859 "paste",
 6860 "raw-cpuid 10.7.0",
 6861 "seq-macro",
 6862]
 6863
 6864[[package]]
 6865name = "gemm-c32"
 6866version = "0.18.2"
 6867source = "registry+https://github.com/rust-lang/crates.io-index"
 6868checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6869dependencies = [
 6870 "dyn-stack 0.13.2",
 6871 "gemm-common 0.18.2",
 6872 "num-complex",
 6873 "num-traits",
 6874 "paste",
 6875 "raw-cpuid 11.6.0",
 6876 "seq-macro",
 6877]
 6878
 6879[[package]]
 6880name = "gemm-c64"
 6881version = "0.17.1"
 6882source = "registry+https://github.com/rust-lang/crates.io-index"
 6883checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6884dependencies = [
 6885 "dyn-stack 0.10.0",
 6886 "gemm-common 0.17.1",
 6887 "num-complex",
 6888 "num-traits",
 6889 "paste",
 6890 "raw-cpuid 10.7.0",
 6891 "seq-macro",
 6892]
 6893
 6894[[package]]
 6895name = "gemm-c64"
 6896version = "0.18.2"
 6897source = "registry+https://github.com/rust-lang/crates.io-index"
 6898checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6899dependencies = [
 6900 "dyn-stack 0.13.2",
 6901 "gemm-common 0.18.2",
 6902 "num-complex",
 6903 "num-traits",
 6904 "paste",
 6905 "raw-cpuid 11.6.0",
 6906 "seq-macro",
 6907]
 6908
 6909[[package]]
 6910name = "gemm-common"
 6911version = "0.17.1"
 6912source = "registry+https://github.com/rust-lang/crates.io-index"
 6913checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6914dependencies = [
 6915 "bytemuck",
 6916 "dyn-stack 0.10.0",
 6917 "half",
 6918 "num-complex",
 6919 "num-traits",
 6920 "once_cell",
 6921 "paste",
 6922 "pulp 0.18.22",
 6923 "raw-cpuid 10.7.0",
 6924 "rayon",
 6925 "seq-macro",
 6926 "sysctl 0.5.5",
 6927]
 6928
 6929[[package]]
 6930name = "gemm-common"
 6931version = "0.18.2"
 6932source = "registry+https://github.com/rust-lang/crates.io-index"
 6933checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6934dependencies = [
 6935 "bytemuck",
 6936 "dyn-stack 0.13.2",
 6937 "half",
 6938 "libm",
 6939 "num-complex",
 6940 "num-traits",
 6941 "once_cell",
 6942 "paste",
 6943 "pulp 0.21.5",
 6944 "raw-cpuid 11.6.0",
 6945 "rayon",
 6946 "seq-macro",
 6947 "sysctl 0.6.0",
 6948]
 6949
 6950[[package]]
 6951name = "gemm-f16"
 6952version = "0.17.1"
 6953source = "registry+https://github.com/rust-lang/crates.io-index"
 6954checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6955dependencies = [
 6956 "dyn-stack 0.10.0",
 6957 "gemm-common 0.17.1",
 6958 "gemm-f32 0.17.1",
 6959 "half",
 6960 "num-complex",
 6961 "num-traits",
 6962 "paste",
 6963 "raw-cpuid 10.7.0",
 6964 "rayon",
 6965 "seq-macro",
 6966]
 6967
 6968[[package]]
 6969name = "gemm-f16"
 6970version = "0.18.2"
 6971source = "registry+https://github.com/rust-lang/crates.io-index"
 6972checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6973dependencies = [
 6974 "dyn-stack 0.13.2",
 6975 "gemm-common 0.18.2",
 6976 "gemm-f32 0.18.2",
 6977 "half",
 6978 "num-complex",
 6979 "num-traits",
 6980 "paste",
 6981 "raw-cpuid 11.6.0",
 6982 "rayon",
 6983 "seq-macro",
 6984]
 6985
 6986[[package]]
 6987name = "gemm-f32"
 6988version = "0.17.1"
 6989source = "registry+https://github.com/rust-lang/crates.io-index"
 6990checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6991dependencies = [
 6992 "dyn-stack 0.10.0",
 6993 "gemm-common 0.17.1",
 6994 "num-complex",
 6995 "num-traits",
 6996 "paste",
 6997 "raw-cpuid 10.7.0",
 6998 "seq-macro",
 6999]
 7000
 7001[[package]]
 7002name = "gemm-f32"
 7003version = "0.18.2"
 7004source = "registry+https://github.com/rust-lang/crates.io-index"
 7005checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 7006dependencies = [
 7007 "dyn-stack 0.13.2",
 7008 "gemm-common 0.18.2",
 7009 "num-complex",
 7010 "num-traits",
 7011 "paste",
 7012 "raw-cpuid 11.6.0",
 7013 "seq-macro",
 7014]
 7015
 7016[[package]]
 7017name = "gemm-f64"
 7018version = "0.17.1"
 7019source = "registry+https://github.com/rust-lang/crates.io-index"
 7020checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7021dependencies = [
 7022 "dyn-stack 0.10.0",
 7023 "gemm-common 0.17.1",
 7024 "num-complex",
 7025 "num-traits",
 7026 "paste",
 7027 "raw-cpuid 10.7.0",
 7028 "seq-macro",
 7029]
 7030
 7031[[package]]
 7032name = "gemm-f64"
 7033version = "0.18.2"
 7034source = "registry+https://github.com/rust-lang/crates.io-index"
 7035checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7036dependencies = [
 7037 "dyn-stack 0.13.2",
 7038 "gemm-common 0.18.2",
 7039 "num-complex",
 7040 "num-traits",
 7041 "paste",
 7042 "raw-cpuid 11.6.0",
 7043 "seq-macro",
 7044]
 7045
 7046[[package]]
 7047name = "generator"
 7048version = "0.8.7"
 7049source = "registry+https://github.com/rust-lang/crates.io-index"
 7050checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7051dependencies = [
 7052 "cc",
 7053 "cfg-if",
 7054 "libc",
 7055 "log",
 7056 "rustversion",
 7057 "windows 0.61.3",
 7058]
 7059
 7060[[package]]
 7061name = "generic-array"
 7062version = "0.14.7"
 7063source = "registry+https://github.com/rust-lang/crates.io-index"
 7064checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7065dependencies = [
 7066 "typenum",
 7067 "version_check",
 7068]
 7069
 7070[[package]]
 7071name = "gethostname"
 7072version = "1.1.0"
 7073source = "registry+https://github.com/rust-lang/crates.io-index"
 7074checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7075dependencies = [
 7076 "rustix 1.1.2",
 7077 "windows-link 0.2.1",
 7078]
 7079
 7080[[package]]
 7081name = "getrandom"
 7082version = "0.2.16"
 7083source = "registry+https://github.com/rust-lang/crates.io-index"
 7084checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7085dependencies = [
 7086 "cfg-if",
 7087 "js-sys",
 7088 "libc",
 7089 "wasi",
 7090 "wasm-bindgen",
 7091]
 7092
 7093[[package]]
 7094name = "getrandom"
 7095version = "0.3.4"
 7096source = "registry+https://github.com/rust-lang/crates.io-index"
 7097checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7098dependencies = [
 7099 "cfg-if",
 7100 "js-sys",
 7101 "libc",
 7102 "r-efi",
 7103 "wasip2",
 7104 "wasm-bindgen",
 7105]
 7106
 7107[[package]]
 7108name = "getrandom"
 7109version = "0.4.1"
 7110source = "registry+https://github.com/rust-lang/crates.io-index"
 7111checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7112dependencies = [
 7113 "cfg-if",
 7114 "libc",
 7115 "r-efi",
 7116 "wasip2",
 7117 "wasip3",
 7118]
 7119
 7120[[package]]
 7121name = "gh-workflow"
 7122version = "0.8.0"
 7123source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7124dependencies = [
 7125 "async-trait",
 7126 "derive_more",
 7127 "derive_setters",
 7128 "gh-workflow-macros",
 7129 "indexmap",
 7130 "merge",
 7131 "serde",
 7132 "serde_json",
 7133 "serde_yaml",
 7134 "strum_macros 0.27.2",
 7135]
 7136
 7137[[package]]
 7138name = "gh-workflow-macros"
 7139version = "0.8.0"
 7140source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7141dependencies = [
 7142 "heck 0.5.0",
 7143 "quote",
 7144 "syn 2.0.117",
 7145]
 7146
 7147[[package]]
 7148name = "gif"
 7149version = "0.13.3"
 7150source = "registry+https://github.com/rust-lang/crates.io-index"
 7151checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7152dependencies = [
 7153 "color_quant",
 7154 "weezl",
 7155]
 7156
 7157[[package]]
 7158name = "gimli"
 7159version = "0.32.3"
 7160source = "registry+https://github.com/rust-lang/crates.io-index"
 7161checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7162dependencies = [
 7163 "fallible-iterator",
 7164 "indexmap",
 7165 "stable_deref_trait",
 7166]
 7167
 7168[[package]]
 7169name = "gio-sys"
 7170version = "0.21.5"
 7171source = "registry+https://github.com/rust-lang/crates.io-index"
 7172checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7173dependencies = [
 7174 "glib-sys",
 7175 "gobject-sys",
 7176 "libc",
 7177 "system-deps 7.0.7",
 7178 "windows-sys 0.61.2",
 7179]
 7180
 7181[[package]]
 7182name = "git"
 7183version = "0.1.0"
 7184dependencies = [
 7185 "anyhow",
 7186 "askpass",
 7187 "async-trait",
 7188 "collections",
 7189 "derive_more",
 7190 "futures 0.3.32",
 7191 "git2",
 7192 "gpui",
 7193 "http_client",
 7194 "itertools 0.14.0",
 7195 "log",
 7196 "parking_lot",
 7197 "pretty_assertions",
 7198 "rand 0.9.2",
 7199 "regex",
 7200 "rope",
 7201 "schemars",
 7202 "serde",
 7203 "serde_json",
 7204 "smallvec",
 7205 "smol",
 7206 "sum_tree",
 7207 "tempfile",
 7208 "text",
 7209 "thiserror 2.0.17",
 7210 "time",
 7211 "url",
 7212 "urlencoding",
 7213 "util",
 7214 "uuid",
 7215 "ztracing",
 7216]
 7217
 7218[[package]]
 7219name = "git2"
 7220version = "0.20.4"
 7221source = "registry+https://github.com/rust-lang/crates.io-index"
 7222checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7223dependencies = [
 7224 "bitflags 2.10.0",
 7225 "libc",
 7226 "libgit2-sys",
 7227 "log",
 7228 "url",
 7229]
 7230
 7231[[package]]
 7232name = "git_graph"
 7233version = "0.1.0"
 7234dependencies = [
 7235 "anyhow",
 7236 "collections",
 7237 "db",
 7238 "editor",
 7239 "fs",
 7240 "git",
 7241 "git_ui",
 7242 "gpui",
 7243 "language",
 7244 "menu",
 7245 "project",
 7246 "rand 0.9.2",
 7247 "remote_connection",
 7248 "search",
 7249 "serde_json",
 7250 "settings",
 7251 "smallvec",
 7252 "smol",
 7253 "theme",
 7254 "theme_settings",
 7255 "time",
 7256 "ui",
 7257 "workspace",
 7258]
 7259
 7260[[package]]
 7261name = "git_hosting_providers"
 7262version = "0.1.0"
 7263dependencies = [
 7264 "anyhow",
 7265 "async-trait",
 7266 "futures 0.3.32",
 7267 "git",
 7268 "gpui",
 7269 "http_client",
 7270 "indoc",
 7271 "itertools 0.14.0",
 7272 "pretty_assertions",
 7273 "regex",
 7274 "serde",
 7275 "serde_json",
 7276 "settings",
 7277 "url",
 7278 "urlencoding",
 7279 "util",
 7280]
 7281
 7282[[package]]
 7283name = "git_ui"
 7284version = "0.1.0"
 7285dependencies = [
 7286 "agent_settings",
 7287 "alacritty_terminal",
 7288 "anyhow",
 7289 "askpass",
 7290 "buffer_diff",
 7291 "call",
 7292 "collections",
 7293 "component",
 7294 "ctor",
 7295 "db",
 7296 "editor",
 7297 "file_icons",
 7298 "futures 0.3.32",
 7299 "fuzzy",
 7300 "git",
 7301 "gpui",
 7302 "indoc",
 7303 "itertools 0.14.0",
 7304 "language",
 7305 "language_model",
 7306 "linkify",
 7307 "log",
 7308 "markdown",
 7309 "menu",
 7310 "multi_buffer",
 7311 "notifications",
 7312 "panel",
 7313 "picker",
 7314 "pretty_assertions",
 7315 "project",
 7316 "prompt_store",
 7317 "proto",
 7318 "rand 0.9.2",
 7319 "remote",
 7320 "remote_connection",
 7321 "schemars",
 7322 "serde",
 7323 "serde_json",
 7324 "settings",
 7325 "smallvec",
 7326 "smol",
 7327 "strum 0.27.2",
 7328 "telemetry",
 7329 "theme",
 7330 "theme_settings",
 7331 "time",
 7332 "time_format",
 7333 "tracing",
 7334 "ui",
 7335 "ui_input",
 7336 "unindent",
 7337 "util",
 7338 "watch",
 7339 "windows 0.61.3",
 7340 "workspace",
 7341 "zed_actions",
 7342 "zeroize",
 7343 "zlog",
 7344 "ztracing",
 7345]
 7346
 7347[[package]]
 7348name = "gl_generator"
 7349version = "0.14.0"
 7350source = "registry+https://github.com/rust-lang/crates.io-index"
 7351checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7352dependencies = [
 7353 "khronos_api",
 7354 "log",
 7355 "xml-rs",
 7356]
 7357
 7358[[package]]
 7359name = "glib"
 7360version = "0.21.5"
 7361source = "registry+https://github.com/rust-lang/crates.io-index"
 7362checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7363dependencies = [
 7364 "bitflags 2.10.0",
 7365 "futures-channel",
 7366 "futures-core",
 7367 "futures-executor",
 7368 "futures-task",
 7369 "futures-util",
 7370 "gio-sys",
 7371 "glib-macros",
 7372 "glib-sys",
 7373 "gobject-sys",
 7374 "libc",
 7375 "memchr",
 7376 "smallvec",
 7377]
 7378
 7379[[package]]
 7380name = "glib-macros"
 7381version = "0.21.5"
 7382source = "registry+https://github.com/rust-lang/crates.io-index"
 7383checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7384dependencies = [
 7385 "heck 0.5.0",
 7386 "proc-macro-crate",
 7387 "proc-macro2",
 7388 "quote",
 7389 "syn 2.0.117",
 7390]
 7391
 7392[[package]]
 7393name = "glib-sys"
 7394version = "0.21.5"
 7395source = "registry+https://github.com/rust-lang/crates.io-index"
 7396checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7397dependencies = [
 7398 "libc",
 7399 "system-deps 7.0.7",
 7400]
 7401
 7402[[package]]
 7403name = "glob"
 7404version = "0.3.3"
 7405source = "registry+https://github.com/rust-lang/crates.io-index"
 7406checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7407
 7408[[package]]
 7409name = "globset"
 7410version = "0.4.17"
 7411source = "registry+https://github.com/rust-lang/crates.io-index"
 7412checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7413dependencies = [
 7414 "aho-corasick",
 7415 "bstr",
 7416 "log",
 7417 "regex-automata",
 7418 "regex-syntax",
 7419]
 7420
 7421[[package]]
 7422name = "gloo-timers"
 7423version = "0.3.0"
 7424source = "registry+https://github.com/rust-lang/crates.io-index"
 7425checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7426dependencies = [
 7427 "futures-channel",
 7428 "futures-core",
 7429 "js-sys",
 7430 "wasm-bindgen",
 7431]
 7432
 7433[[package]]
 7434name = "glow"
 7435version = "0.17.0"
 7436source = "registry+https://github.com/rust-lang/crates.io-index"
 7437checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7438dependencies = [
 7439 "js-sys",
 7440 "slotmap",
 7441 "wasm-bindgen",
 7442 "web-sys",
 7443]
 7444
 7445[[package]]
 7446name = "glutin_wgl_sys"
 7447version = "0.6.1"
 7448source = "registry+https://github.com/rust-lang/crates.io-index"
 7449checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7450dependencies = [
 7451 "gl_generator",
 7452]
 7453
 7454[[package]]
 7455name = "go_to_line"
 7456version = "0.1.0"
 7457dependencies = [
 7458 "editor",
 7459 "gpui",
 7460 "indoc",
 7461 "language",
 7462 "menu",
 7463 "multi_buffer",
 7464 "project",
 7465 "rope",
 7466 "serde",
 7467 "serde_json",
 7468 "settings",
 7469 "text",
 7470 "theme",
 7471 "ui",
 7472 "util",
 7473 "workspace",
 7474]
 7475
 7476[[package]]
 7477name = "gobject-sys"
 7478version = "0.21.5"
 7479source = "registry+https://github.com/rust-lang/crates.io-index"
 7480checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7481dependencies = [
 7482 "glib-sys",
 7483 "libc",
 7484 "system-deps 7.0.7",
 7485]
 7486
 7487[[package]]
 7488name = "goblin"
 7489version = "0.9.3"
 7490source = "registry+https://github.com/rust-lang/crates.io-index"
 7491checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7492dependencies = [
 7493 "log",
 7494 "plain",
 7495 "scroll",
 7496]
 7497
 7498[[package]]
 7499name = "google_ai"
 7500version = "0.1.0"
 7501dependencies = [
 7502 "anyhow",
 7503 "futures 0.3.32",
 7504 "http_client",
 7505 "language_model_core",
 7506 "log",
 7507 "schemars",
 7508 "serde",
 7509 "serde_json",
 7510 "strum 0.27.2",
 7511 "tiktoken-rs",
 7512]
 7513
 7514[[package]]
 7515name = "gpu-allocator"
 7516version = "0.28.0"
 7517source = "registry+https://github.com/rust-lang/crates.io-index"
 7518checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7519dependencies = [
 7520 "ash",
 7521 "hashbrown 0.16.1",
 7522 "log",
 7523 "presser",
 7524 "thiserror 2.0.17",
 7525 "windows 0.62.2",
 7526]
 7527
 7528[[package]]
 7529name = "gpu-descriptor"
 7530version = "0.3.2"
 7531source = "registry+https://github.com/rust-lang/crates.io-index"
 7532checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7533dependencies = [
 7534 "bitflags 2.10.0",
 7535 "gpu-descriptor-types",
 7536 "hashbrown 0.15.5",
 7537]
 7538
 7539[[package]]
 7540name = "gpu-descriptor-types"
 7541version = "0.2.0"
 7542source = "registry+https://github.com/rust-lang/crates.io-index"
 7543checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7544dependencies = [
 7545 "bitflags 2.10.0",
 7546]
 7547
 7548[[package]]
 7549name = "gpui"
 7550version = "0.2.2"
 7551dependencies = [
 7552 "anyhow",
 7553 "async-channel 2.5.0",
 7554 "async-task",
 7555 "backtrace",
 7556 "bindgen 0.71.1",
 7557 "bitflags 2.10.0",
 7558 "block",
 7559 "cbindgen",
 7560 "chrono",
 7561 "cocoa 0.26.0",
 7562 "cocoa-foundation 0.2.0",
 7563 "collections",
 7564 "core-foundation 0.10.0",
 7565 "core-foundation-sys",
 7566 "core-graphics 0.24.0",
 7567 "core-text",
 7568 "core-video",
 7569 "ctor",
 7570 "derive_more",
 7571 "embed-resource",
 7572 "env_logger 0.11.8",
 7573 "etagere",
 7574 "foreign-types 0.5.0",
 7575 "futures 0.3.32",
 7576 "futures-concurrency",
 7577 "getrandom 0.3.4",
 7578 "gpui_macros",
 7579 "gpui_platform",
 7580 "gpui_shared_string",
 7581 "gpui_util",
 7582 "gpui_web",
 7583 "http_client",
 7584 "image",
 7585 "inventory",
 7586 "itertools 0.14.0",
 7587 "log",
 7588 "lyon",
 7589 "mach2 0.5.0",
 7590 "media",
 7591 "metal",
 7592 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7593 "num_cpus",
 7594 "objc",
 7595 "objc2",
 7596 "objc2-metal",
 7597 "parking",
 7598 "parking_lot",
 7599 "pathfinder_geometry",
 7600 "pin-project",
 7601 "pollster 0.4.0",
 7602 "postage",
 7603 "profiling",
 7604 "proptest",
 7605 "rand 0.9.2",
 7606 "raw-window-handle",
 7607 "refineable",
 7608 "regex",
 7609 "reqwest_client",
 7610 "resvg",
 7611 "scheduler",
 7612 "schemars",
 7613 "seahash",
 7614 "serde",
 7615 "serde_json",
 7616 "slotmap",
 7617 "smallvec",
 7618 "spin 0.10.0",
 7619 "stacksafe",
 7620 "strum 0.27.2",
 7621 "sum_tree",
 7622 "taffy",
 7623 "thiserror 2.0.17",
 7624 "ttf-parser 0.25.1",
 7625 "unicode-segmentation",
 7626 "url",
 7627 "usvg",
 7628 "util_macros",
 7629 "uuid",
 7630 "waker-fn",
 7631 "wasm-bindgen",
 7632 "web-time",
 7633 "windows 0.61.3",
 7634 "zed-font-kit",
 7635 "zed-scap",
 7636]
 7637
 7638[[package]]
 7639name = "gpui_linux"
 7640version = "0.1.0"
 7641dependencies = [
 7642 "anyhow",
 7643 "as-raw-xcb-connection",
 7644 "ashpd",
 7645 "bitflags 2.10.0",
 7646 "bytemuck",
 7647 "calloop",
 7648 "calloop-wayland-source",
 7649 "collections",
 7650 "filedescriptor",
 7651 "futures 0.3.32",
 7652 "gpui",
 7653 "gpui_wgpu",
 7654 "http_client",
 7655 "itertools 0.14.0",
 7656 "libc",
 7657 "log",
 7658 "oo7",
 7659 "open",
 7660 "parking_lot",
 7661 "pathfinder_geometry",
 7662 "pollster 0.4.0",
 7663 "profiling",
 7664 "raw-window-handle",
 7665 "smallvec",
 7666 "smol",
 7667 "strum 0.27.2",
 7668 "swash",
 7669 "url",
 7670 "util",
 7671 "uuid",
 7672 "wayland-backend",
 7673 "wayland-client",
 7674 "wayland-cursor",
 7675 "wayland-protocols",
 7676 "wayland-protocols-plasma",
 7677 "wayland-protocols-wlr",
 7678 "x11-clipboard",
 7679 "x11rb",
 7680 "xkbcommon",
 7681 "zed-scap",
 7682 "zed-xim",
 7683]
 7684
 7685[[package]]
 7686name = "gpui_macos"
 7687version = "0.1.0"
 7688dependencies = [
 7689 "anyhow",
 7690 "async-task",
 7691 "block",
 7692 "cbindgen",
 7693 "cocoa 0.26.0",
 7694 "collections",
 7695 "core-foundation 0.10.0",
 7696 "core-foundation-sys",
 7697 "core-graphics 0.24.0",
 7698 "core-text",
 7699 "core-video",
 7700 "ctor",
 7701 "derive_more",
 7702 "dispatch2",
 7703 "etagere",
 7704 "foreign-types 0.5.0",
 7705 "futures 0.3.32",
 7706 "gpui",
 7707 "image",
 7708 "itertools 0.14.0",
 7709 "libc",
 7710 "log",
 7711 "mach2 0.5.0",
 7712 "media",
 7713 "metal",
 7714 "objc",
 7715 "objc2-app-kit",
 7716 "parking_lot",
 7717 "pathfinder_geometry",
 7718 "raw-window-handle",
 7719 "semver",
 7720 "smallvec",
 7721 "strum 0.27.2",
 7722 "util",
 7723 "uuid",
 7724 "zed-font-kit",
 7725]
 7726
 7727[[package]]
 7728name = "gpui_macros"
 7729version = "0.1.0"
 7730dependencies = [
 7731 "gpui",
 7732 "heck 0.5.0",
 7733 "proc-macro2",
 7734 "quote",
 7735 "syn 2.0.117",
 7736]
 7737
 7738[[package]]
 7739name = "gpui_platform"
 7740version = "0.1.0"
 7741dependencies = [
 7742 "console_error_panic_hook",
 7743 "gpui",
 7744 "gpui_linux",
 7745 "gpui_macos",
 7746 "gpui_web",
 7747 "gpui_windows",
 7748]
 7749
 7750[[package]]
 7751name = "gpui_shared_string"
 7752version = "0.1.0"
 7753dependencies = [
 7754 "derive_more",
 7755 "gpui_util",
 7756 "schemars",
 7757 "serde",
 7758]
 7759
 7760[[package]]
 7761name = "gpui_tokio"
 7762version = "0.1.0"
 7763dependencies = [
 7764 "anyhow",
 7765 "gpui",
 7766 "tokio",
 7767 "util",
 7768]
 7769
 7770[[package]]
 7771name = "gpui_util"
 7772version = "0.1.0"
 7773dependencies = [
 7774 "anyhow",
 7775 "log",
 7776]
 7777
 7778[[package]]
 7779name = "gpui_web"
 7780version = "0.1.0"
 7781dependencies = [
 7782 "anyhow",
 7783 "console_error_panic_hook",
 7784 "futures 0.3.32",
 7785 "gpui",
 7786 "gpui_wgpu",
 7787 "http_client",
 7788 "js-sys",
 7789 "log",
 7790 "parking_lot",
 7791 "raw-window-handle",
 7792 "smallvec",
 7793 "uuid",
 7794 "wasm-bindgen",
 7795 "wasm-bindgen-futures",
 7796 "wasm_thread",
 7797 "web-sys",
 7798 "web-time",
 7799]
 7800
 7801[[package]]
 7802name = "gpui_wgpu"
 7803version = "0.1.0"
 7804dependencies = [
 7805 "anyhow",
 7806 "bytemuck",
 7807 "collections",
 7808 "cosmic-text",
 7809 "etagere",
 7810 "gpui",
 7811 "gpui_util",
 7812 "itertools 0.14.0",
 7813 "js-sys",
 7814 "log",
 7815 "parking_lot",
 7816 "pollster 0.4.0",
 7817 "profiling",
 7818 "raw-window-handle",
 7819 "smallvec",
 7820 "swash",
 7821 "wasm-bindgen",
 7822 "wasm-bindgen-futures",
 7823 "web-sys",
 7824 "wgpu",
 7825 "zed-font-kit",
 7826]
 7827
 7828[[package]]
 7829name = "gpui_windows"
 7830version = "0.1.0"
 7831dependencies = [
 7832 "anyhow",
 7833 "collections",
 7834 "etagere",
 7835 "futures 0.3.32",
 7836 "gpui",
 7837 "image",
 7838 "itertools 0.14.0",
 7839 "log",
 7840 "parking_lot",
 7841 "rand 0.9.2",
 7842 "raw-window-handle",
 7843 "smallvec",
 7844 "util",
 7845 "uuid",
 7846 "windows 0.61.3",
 7847 "windows-core 0.61.2",
 7848 "windows-numerics 0.2.0",
 7849 "windows-registry 0.5.3",
 7850 "zed-scap",
 7851]
 7852
 7853[[package]]
 7854name = "grammars"
 7855version = "0.1.0"
 7856dependencies = [
 7857 "anyhow",
 7858 "language_core",
 7859 "rust-embed",
 7860 "toml 0.8.23",
 7861 "tree-sitter",
 7862 "tree-sitter-bash",
 7863 "tree-sitter-c",
 7864 "tree-sitter-cpp",
 7865 "tree-sitter-css",
 7866 "tree-sitter-diff",
 7867 "tree-sitter-gitcommit",
 7868 "tree-sitter-go",
 7869 "tree-sitter-gomod",
 7870 "tree-sitter-gowork",
 7871 "tree-sitter-jsdoc",
 7872 "tree-sitter-json",
 7873 "tree-sitter-md",
 7874 "tree-sitter-python",
 7875 "tree-sitter-regex",
 7876 "tree-sitter-rust",
 7877 "tree-sitter-typescript",
 7878 "tree-sitter-yaml",
 7879 "util",
 7880]
 7881
 7882[[package]]
 7883name = "grid"
 7884version = "0.18.0"
 7885source = "registry+https://github.com/rust-lang/crates.io-index"
 7886checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7887
 7888[[package]]
 7889name = "group"
 7890version = "0.12.1"
 7891source = "registry+https://github.com/rust-lang/crates.io-index"
 7892checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7893dependencies = [
 7894 "ff",
 7895 "rand_core 0.6.4",
 7896 "subtle",
 7897]
 7898
 7899[[package]]
 7900name = "h2"
 7901version = "0.3.27"
 7902source = "registry+https://github.com/rust-lang/crates.io-index"
 7903checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7904dependencies = [
 7905 "bytes 1.11.1",
 7906 "fnv",
 7907 "futures-core",
 7908 "futures-sink",
 7909 "futures-util",
 7910 "http 0.2.12",
 7911 "indexmap",
 7912 "slab",
 7913 "tokio",
 7914 "tokio-util",
 7915 "tracing",
 7916]
 7917
 7918[[package]]
 7919name = "h2"
 7920version = "0.4.12"
 7921source = "registry+https://github.com/rust-lang/crates.io-index"
 7922checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7923dependencies = [
 7924 "atomic-waker",
 7925 "bytes 1.11.1",
 7926 "fnv",
 7927 "futures-core",
 7928 "futures-sink",
 7929 "http 1.3.1",
 7930 "indexmap",
 7931 "slab",
 7932 "tokio",
 7933 "tokio-util",
 7934 "tracing",
 7935]
 7936
 7937[[package]]
 7938name = "half"
 7939version = "2.7.1"
 7940source = "registry+https://github.com/rust-lang/crates.io-index"
 7941checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7942dependencies = [
 7943 "bytemuck",
 7944 "cfg-if",
 7945 "crunchy",
 7946 "num-traits",
 7947 "rand 0.9.2",
 7948 "rand_distr",
 7949 "zerocopy",
 7950]
 7951
 7952[[package]]
 7953name = "handlebars"
 7954version = "4.5.0"
 7955source = "registry+https://github.com/rust-lang/crates.io-index"
 7956checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7957dependencies = [
 7958 "log",
 7959 "pest",
 7960 "pest_derive",
 7961 "rust-embed",
 7962 "serde",
 7963 "serde_json",
 7964 "thiserror 1.0.69",
 7965]
 7966
 7967[[package]]
 7968name = "handlebars"
 7969version = "5.1.2"
 7970source = "registry+https://github.com/rust-lang/crates.io-index"
 7971checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7972dependencies = [
 7973 "log",
 7974 "pest",
 7975 "pest_derive",
 7976 "serde",
 7977 "serde_json",
 7978 "thiserror 1.0.69",
 7979]
 7980
 7981[[package]]
 7982name = "harfrust"
 7983version = "0.5.0"
 7984source = "registry+https://github.com/rust-lang/crates.io-index"
 7985checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7986dependencies = [
 7987 "bitflags 2.10.0",
 7988 "bytemuck",
 7989 "core_maths",
 7990 "read-fonts 0.37.0",
 7991 "smallvec",
 7992]
 7993
 7994[[package]]
 7995name = "hash32"
 7996version = "0.3.1"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7999dependencies = [
 8000 "byteorder",
 8001]
 8002
 8003[[package]]
 8004name = "hashbrown"
 8005version = "0.12.3"
 8006source = "registry+https://github.com/rust-lang/crates.io-index"
 8007checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8008dependencies = [
 8009 "ahash 0.7.8",
 8010]
 8011
 8012[[package]]
 8013name = "hashbrown"
 8014version = "0.14.5"
 8015source = "registry+https://github.com/rust-lang/crates.io-index"
 8016checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8017dependencies = [
 8018 "ahash 0.8.12",
 8019 "allocator-api2",
 8020]
 8021
 8022[[package]]
 8023name = "hashbrown"
 8024version = "0.15.5"
 8025source = "registry+https://github.com/rust-lang/crates.io-index"
 8026checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8027dependencies = [
 8028 "allocator-api2",
 8029 "equivalent",
 8030 "foldhash 0.1.5",
 8031 "serde",
 8032]
 8033
 8034[[package]]
 8035name = "hashbrown"
 8036version = "0.16.1"
 8037source = "registry+https://github.com/rust-lang/crates.io-index"
 8038checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8039dependencies = [
 8040 "allocator-api2",
 8041 "equivalent",
 8042 "foldhash 0.2.0",
 8043]
 8044
 8045[[package]]
 8046name = "hashlink"
 8047version = "0.8.4"
 8048source = "registry+https://github.com/rust-lang/crates.io-index"
 8049checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8050dependencies = [
 8051 "hashbrown 0.14.5",
 8052]
 8053
 8054[[package]]
 8055name = "hashlink"
 8056version = "0.10.0"
 8057source = "registry+https://github.com/rust-lang/crates.io-index"
 8058checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8059dependencies = [
 8060 "hashbrown 0.15.5",
 8061]
 8062
 8063[[package]]
 8064name = "headers"
 8065version = "0.3.9"
 8066source = "registry+https://github.com/rust-lang/crates.io-index"
 8067checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8068dependencies = [
 8069 "base64 0.21.7",
 8070 "bytes 1.11.1",
 8071 "headers-core",
 8072 "http 0.2.12",
 8073 "httpdate",
 8074 "mime",
 8075 "sha1",
 8076]
 8077
 8078[[package]]
 8079name = "headers-core"
 8080version = "0.2.0"
 8081source = "registry+https://github.com/rust-lang/crates.io-index"
 8082checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8083dependencies = [
 8084 "http 0.2.12",
 8085]
 8086
 8087[[package]]
 8088name = "heapless"
 8089version = "0.9.2"
 8090source = "registry+https://github.com/rust-lang/crates.io-index"
 8091checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8092dependencies = [
 8093 "hash32",
 8094 "stable_deref_trait",
 8095]
 8096
 8097[[package]]
 8098name = "heck"
 8099version = "0.3.3"
 8100source = "registry+https://github.com/rust-lang/crates.io-index"
 8101checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8102dependencies = [
 8103 "unicode-segmentation",
 8104]
 8105
 8106[[package]]
 8107name = "heck"
 8108version = "0.4.1"
 8109source = "registry+https://github.com/rust-lang/crates.io-index"
 8110checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8111dependencies = [
 8112 "unicode-segmentation",
 8113]
 8114
 8115[[package]]
 8116name = "heck"
 8117version = "0.5.0"
 8118source = "registry+https://github.com/rust-lang/crates.io-index"
 8119checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8120
 8121[[package]]
 8122name = "heed"
 8123version = "0.21.0"
 8124source = "registry+https://github.com/rust-lang/crates.io-index"
 8125checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8126dependencies = [
 8127 "bitflags 2.10.0",
 8128 "byteorder",
 8129 "heed-traits",
 8130 "heed-types",
 8131 "libc",
 8132 "lmdb-master-sys",
 8133 "once_cell",
 8134 "page_size",
 8135 "serde",
 8136 "synchronoise",
 8137 "url",
 8138]
 8139
 8140[[package]]
 8141name = "heed-traits"
 8142version = "0.20.0"
 8143source = "registry+https://github.com/rust-lang/crates.io-index"
 8144checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8145
 8146[[package]]
 8147name = "heed-types"
 8148version = "0.21.0"
 8149source = "registry+https://github.com/rust-lang/crates.io-index"
 8150checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8151dependencies = [
 8152 "bincode",
 8153 "byteorder",
 8154 "heed-traits",
 8155 "serde",
 8156 "serde_json",
 8157]
 8158
 8159[[package]]
 8160name = "hermit-abi"
 8161version = "0.5.2"
 8162source = "registry+https://github.com/rust-lang/crates.io-index"
 8163checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8164
 8165[[package]]
 8166name = "hex"
 8167version = "0.4.3"
 8168source = "registry+https://github.com/rust-lang/crates.io-index"
 8169checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8170
 8171[[package]]
 8172name = "hexf-parse"
 8173version = "0.2.1"
 8174source = "registry+https://github.com/rust-lang/crates.io-index"
 8175checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8176
 8177[[package]]
 8178name = "hkdf"
 8179version = "0.12.4"
 8180source = "registry+https://github.com/rust-lang/crates.io-index"
 8181checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8182dependencies = [
 8183 "hmac",
 8184]
 8185
 8186[[package]]
 8187name = "hmac"
 8188version = "0.12.1"
 8189source = "registry+https://github.com/rust-lang/crates.io-index"
 8190checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8191dependencies = [
 8192 "digest",
 8193]
 8194
 8195[[package]]
 8196name = "home"
 8197version = "0.5.11"
 8198source = "registry+https://github.com/rust-lang/crates.io-index"
 8199checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8200dependencies = [
 8201 "windows-sys 0.59.0",
 8202]
 8203
 8204[[package]]
 8205name = "hound"
 8206version = "3.5.1"
 8207source = "registry+https://github.com/rust-lang/crates.io-index"
 8208checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8209
 8210[[package]]
 8211name = "html5ever"
 8212version = "0.27.0"
 8213source = "registry+https://github.com/rust-lang/crates.io-index"
 8214checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8215dependencies = [
 8216 "log",
 8217 "mac",
 8218 "markup5ever 0.12.1",
 8219 "proc-macro2",
 8220 "quote",
 8221 "syn 2.0.117",
 8222]
 8223
 8224[[package]]
 8225name = "html5ever"
 8226version = "0.35.0"
 8227source = "registry+https://github.com/rust-lang/crates.io-index"
 8228checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8229dependencies = [
 8230 "log",
 8231 "markup5ever 0.35.0",
 8232 "match_token",
 8233]
 8234
 8235[[package]]
 8236name = "html_to_markdown"
 8237version = "0.1.0"
 8238dependencies = [
 8239 "anyhow",
 8240 "html5ever 0.27.0",
 8241 "indoc",
 8242 "markup5ever_rcdom",
 8243 "pretty_assertions",
 8244 "regex",
 8245]
 8246
 8247[[package]]
 8248name = "http"
 8249version = "0.2.12"
 8250source = "registry+https://github.com/rust-lang/crates.io-index"
 8251checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8252dependencies = [
 8253 "bytes 1.11.1",
 8254 "fnv",
 8255 "itoa",
 8256]
 8257
 8258[[package]]
 8259name = "http"
 8260version = "1.3.1"
 8261source = "registry+https://github.com/rust-lang/crates.io-index"
 8262checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8263dependencies = [
 8264 "bytes 1.11.1",
 8265 "fnv",
 8266 "itoa",
 8267]
 8268
 8269[[package]]
 8270name = "http-body"
 8271version = "0.4.6"
 8272source = "registry+https://github.com/rust-lang/crates.io-index"
 8273checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8274dependencies = [
 8275 "bytes 1.11.1",
 8276 "http 0.2.12",
 8277 "pin-project-lite",
 8278]
 8279
 8280[[package]]
 8281name = "http-body"
 8282version = "1.0.1"
 8283source = "registry+https://github.com/rust-lang/crates.io-index"
 8284checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8285dependencies = [
 8286 "bytes 1.11.1",
 8287 "http 1.3.1",
 8288]
 8289
 8290[[package]]
 8291name = "http-body-util"
 8292version = "0.1.3"
 8293source = "registry+https://github.com/rust-lang/crates.io-index"
 8294checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8295dependencies = [
 8296 "bytes 1.11.1",
 8297 "futures-core",
 8298 "http 1.3.1",
 8299 "http-body 1.0.1",
 8300 "pin-project-lite",
 8301]
 8302
 8303[[package]]
 8304name = "http-range-header"
 8305version = "0.3.1"
 8306source = "registry+https://github.com/rust-lang/crates.io-index"
 8307checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8308
 8309[[package]]
 8310name = "http_client"
 8311version = "0.1.0"
 8312dependencies = [
 8313 "anyhow",
 8314 "async-compression",
 8315 "async-fs",
 8316 "async-tar",
 8317 "bytes 1.11.1",
 8318 "derive_more",
 8319 "futures 0.3.32",
 8320 "http 1.3.1",
 8321 "http-body 1.0.1",
 8322 "log",
 8323 "parking_lot",
 8324 "serde",
 8325 "serde_json",
 8326 "serde_urlencoded",
 8327 "sha2",
 8328 "tempfile",
 8329 "url",
 8330 "util",
 8331]
 8332
 8333[[package]]
 8334name = "http_client_tls"
 8335version = "0.1.0"
 8336dependencies = [
 8337 "rustls 0.23.33",
 8338 "rustls-platform-verifier",
 8339]
 8340
 8341[[package]]
 8342name = "httparse"
 8343version = "1.10.1"
 8344source = "registry+https://github.com/rust-lang/crates.io-index"
 8345checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8346
 8347[[package]]
 8348name = "httpdate"
 8349version = "1.0.3"
 8350source = "registry+https://github.com/rust-lang/crates.io-index"
 8351checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8352
 8353[[package]]
 8354name = "human_bytes"
 8355version = "0.4.3"
 8356source = "registry+https://github.com/rust-lang/crates.io-index"
 8357checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8358
 8359[[package]]
 8360name = "humantime"
 8361version = "2.3.0"
 8362source = "registry+https://github.com/rust-lang/crates.io-index"
 8363checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8364
 8365[[package]]
 8366name = "hyper"
 8367version = "0.14.32"
 8368source = "registry+https://github.com/rust-lang/crates.io-index"
 8369checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8370dependencies = [
 8371 "bytes 1.11.1",
 8372 "futures-channel",
 8373 "futures-core",
 8374 "futures-util",
 8375 "h2 0.3.27",
 8376 "http 0.2.12",
 8377 "http-body 0.4.6",
 8378 "httparse",
 8379 "httpdate",
 8380 "itoa",
 8381 "pin-project-lite",
 8382 "socket2 0.5.10",
 8383 "tokio",
 8384 "tower-service",
 8385 "tracing",
 8386 "want",
 8387]
 8388
 8389[[package]]
 8390name = "hyper"
 8391version = "1.7.0"
 8392source = "registry+https://github.com/rust-lang/crates.io-index"
 8393checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8394dependencies = [
 8395 "atomic-waker",
 8396 "bytes 1.11.1",
 8397 "futures-channel",
 8398 "futures-core",
 8399 "h2 0.4.12",
 8400 "http 1.3.1",
 8401 "http-body 1.0.1",
 8402 "httparse",
 8403 "itoa",
 8404 "pin-project-lite",
 8405 "pin-utils",
 8406 "smallvec",
 8407 "tokio",
 8408 "want",
 8409]
 8410
 8411[[package]]
 8412name = "hyper-rustls"
 8413version = "0.24.2"
 8414source = "registry+https://github.com/rust-lang/crates.io-index"
 8415checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8416dependencies = [
 8417 "futures-util",
 8418 "http 0.2.12",
 8419 "hyper 0.14.32",
 8420 "log",
 8421 "rustls 0.21.12",
 8422 "rustls-native-certs 0.6.3",
 8423 "tokio",
 8424 "tokio-rustls 0.24.1",
 8425]
 8426
 8427[[package]]
 8428name = "hyper-rustls"
 8429version = "0.27.7"
 8430source = "registry+https://github.com/rust-lang/crates.io-index"
 8431checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8432dependencies = [
 8433 "http 1.3.1",
 8434 "hyper 1.7.0",
 8435 "hyper-util",
 8436 "log",
 8437 "rustls 0.23.33",
 8438 "rustls-native-certs 0.8.2",
 8439 "rustls-pki-types",
 8440 "tokio",
 8441 "tokio-rustls 0.26.2",
 8442 "tower-service",
 8443]
 8444
 8445[[package]]
 8446name = "hyper-timeout"
 8447version = "0.5.2"
 8448source = "registry+https://github.com/rust-lang/crates.io-index"
 8449checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8450dependencies = [
 8451 "hyper 1.7.0",
 8452 "hyper-util",
 8453 "pin-project-lite",
 8454 "tokio",
 8455 "tower-service",
 8456]
 8457
 8458[[package]]
 8459name = "hyper-tls"
 8460version = "0.5.0"
 8461source = "registry+https://github.com/rust-lang/crates.io-index"
 8462checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8463dependencies = [
 8464 "bytes 1.11.1",
 8465 "hyper 0.14.32",
 8466 "native-tls",
 8467 "tokio",
 8468 "tokio-native-tls",
 8469]
 8470
 8471[[package]]
 8472name = "hyper-util"
 8473version = "0.1.17"
 8474source = "registry+https://github.com/rust-lang/crates.io-index"
 8475checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8476dependencies = [
 8477 "base64 0.22.1",
 8478 "bytes 1.11.1",
 8479 "futures-channel",
 8480 "futures-core",
 8481 "futures-util",
 8482 "http 1.3.1",
 8483 "http-body 1.0.1",
 8484 "hyper 1.7.0",
 8485 "ipnet",
 8486 "libc",
 8487 "percent-encoding",
 8488 "pin-project-lite",
 8489 "socket2 0.6.1",
 8490 "tokio",
 8491 "tower-service",
 8492 "tracing",
 8493]
 8494
 8495[[package]]
 8496name = "iana-time-zone"
 8497version = "0.1.64"
 8498source = "registry+https://github.com/rust-lang/crates.io-index"
 8499checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8500dependencies = [
 8501 "android_system_properties",
 8502 "core-foundation-sys",
 8503 "iana-time-zone-haiku",
 8504 "js-sys",
 8505 "log",
 8506 "wasm-bindgen",
 8507 "windows-core 0.62.2",
 8508]
 8509
 8510[[package]]
 8511name = "iana-time-zone-haiku"
 8512version = "0.1.2"
 8513source = "registry+https://github.com/rust-lang/crates.io-index"
 8514checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8515dependencies = [
 8516 "cc",
 8517]
 8518
 8519[[package]]
 8520name = "icons"
 8521version = "0.1.0"
 8522dependencies = [
 8523 "serde",
 8524 "strum 0.27.2",
 8525]
 8526
 8527[[package]]
 8528name = "icu_collections"
 8529version = "2.0.0"
 8530source = "registry+https://github.com/rust-lang/crates.io-index"
 8531checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8532dependencies = [
 8533 "displaydoc",
 8534 "potential_utf",
 8535 "yoke 0.8.0",
 8536 "zerofrom",
 8537 "zerovec",
 8538]
 8539
 8540[[package]]
 8541name = "icu_locale_core"
 8542version = "2.0.0"
 8543source = "registry+https://github.com/rust-lang/crates.io-index"
 8544checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8545dependencies = [
 8546 "displaydoc",
 8547 "litemap",
 8548 "tinystr",
 8549 "writeable",
 8550 "zerovec",
 8551]
 8552
 8553[[package]]
 8554name = "icu_normalizer"
 8555version = "2.0.0"
 8556source = "registry+https://github.com/rust-lang/crates.io-index"
 8557checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8558dependencies = [
 8559 "displaydoc",
 8560 "icu_collections",
 8561 "icu_normalizer_data",
 8562 "icu_properties",
 8563 "icu_provider",
 8564 "smallvec",
 8565 "zerovec",
 8566]
 8567
 8568[[package]]
 8569name = "icu_normalizer_data"
 8570version = "2.0.0"
 8571source = "registry+https://github.com/rust-lang/crates.io-index"
 8572checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8573
 8574[[package]]
 8575name = "icu_properties"
 8576version = "2.0.1"
 8577source = "registry+https://github.com/rust-lang/crates.io-index"
 8578checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8579dependencies = [
 8580 "displaydoc",
 8581 "icu_collections",
 8582 "icu_locale_core",
 8583 "icu_properties_data",
 8584 "icu_provider",
 8585 "potential_utf",
 8586 "zerotrie",
 8587 "zerovec",
 8588]
 8589
 8590[[package]]
 8591name = "icu_properties_data"
 8592version = "2.0.1"
 8593source = "registry+https://github.com/rust-lang/crates.io-index"
 8594checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8595
 8596[[package]]
 8597name = "icu_provider"
 8598version = "2.0.0"
 8599source = "registry+https://github.com/rust-lang/crates.io-index"
 8600checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8601dependencies = [
 8602 "displaydoc",
 8603 "icu_locale_core",
 8604 "stable_deref_trait",
 8605 "tinystr",
 8606 "writeable",
 8607 "yoke 0.8.0",
 8608 "zerofrom",
 8609 "zerotrie",
 8610 "zerovec",
 8611]
 8612
 8613[[package]]
 8614name = "id-arena"
 8615version = "2.2.1"
 8616source = "registry+https://github.com/rust-lang/crates.io-index"
 8617checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8618
 8619[[package]]
 8620name = "ident_case"
 8621version = "1.0.1"
 8622source = "registry+https://github.com/rust-lang/crates.io-index"
 8623checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8624
 8625[[package]]
 8626name = "idna"
 8627version = "1.1.0"
 8628source = "registry+https://github.com/rust-lang/crates.io-index"
 8629checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8630dependencies = [
 8631 "idna_adapter",
 8632 "smallvec",
 8633 "utf8_iter",
 8634]
 8635
 8636[[package]]
 8637name = "idna_adapter"
 8638version = "1.2.1"
 8639source = "registry+https://github.com/rust-lang/crates.io-index"
 8640checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8641dependencies = [
 8642 "icu_normalizer",
 8643 "icu_properties",
 8644]
 8645
 8646[[package]]
 8647name = "ignore"
 8648version = "0.4.24"
 8649source = "registry+https://github.com/rust-lang/crates.io-index"
 8650checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8651dependencies = [
 8652 "crossbeam-deque",
 8653 "globset",
 8654 "log",
 8655 "memchr",
 8656 "regex-automata",
 8657 "same-file",
 8658 "walkdir",
 8659 "winapi-util",
 8660]
 8661
 8662[[package]]
 8663name = "image"
 8664version = "0.25.8"
 8665source = "registry+https://github.com/rust-lang/crates.io-index"
 8666checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8667dependencies = [
 8668 "bytemuck",
 8669 "byteorder-lite",
 8670 "color_quant",
 8671 "exr",
 8672 "gif",
 8673 "image-webp",
 8674 "moxcms",
 8675 "num-traits",
 8676 "png 0.18.0",
 8677 "qoi",
 8678 "ravif",
 8679 "rayon",
 8680 "rgb",
 8681 "tiff",
 8682 "zune-core",
 8683 "zune-jpeg",
 8684]
 8685
 8686[[package]]
 8687name = "image-webp"
 8688version = "0.2.4"
 8689source = "registry+https://github.com/rust-lang/crates.io-index"
 8690checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8691dependencies = [
 8692 "byteorder-lite",
 8693 "quick-error 2.0.1",
 8694]
 8695
 8696[[package]]
 8697name = "image_viewer"
 8698version = "0.1.0"
 8699dependencies = [
 8700 "anyhow",
 8701 "db",
 8702 "editor",
 8703 "file_icons",
 8704 "gpui",
 8705 "language",
 8706 "log",
 8707 "project",
 8708 "serde",
 8709 "settings",
 8710 "theme_settings",
 8711 "ui",
 8712 "util",
 8713 "workspace",
 8714]
 8715
 8716[[package]]
 8717name = "imagesize"
 8718version = "0.13.0"
 8719source = "registry+https://github.com/rust-lang/crates.io-index"
 8720checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8721
 8722[[package]]
 8723name = "imara-diff"
 8724version = "0.1.8"
 8725source = "registry+https://github.com/rust-lang/crates.io-index"
 8726checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8727dependencies = [
 8728 "hashbrown 0.15.5",
 8729]
 8730
 8731[[package]]
 8732name = "imgref"
 8733version = "1.12.0"
 8734source = "registry+https://github.com/rust-lang/crates.io-index"
 8735checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8736
 8737[[package]]
 8738name = "indenter"
 8739version = "0.3.4"
 8740source = "registry+https://github.com/rust-lang/crates.io-index"
 8741checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8742
 8743[[package]]
 8744name = "indexmap"
 8745version = "2.11.4"
 8746source = "registry+https://github.com/rust-lang/crates.io-index"
 8747checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8748dependencies = [
 8749 "equivalent",
 8750 "hashbrown 0.16.1",
 8751 "serde",
 8752 "serde_core",
 8753]
 8754
 8755[[package]]
 8756name = "indoc"
 8757version = "2.0.6"
 8758source = "registry+https://github.com/rust-lang/crates.io-index"
 8759checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8760
 8761[[package]]
 8762name = "inherent"
 8763version = "1.0.13"
 8764source = "registry+https://github.com/rust-lang/crates.io-index"
 8765checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8766dependencies = [
 8767 "proc-macro2",
 8768 "quote",
 8769 "syn 2.0.117",
 8770]
 8771
 8772[[package]]
 8773name = "inotify"
 8774version = "0.9.6"
 8775source = "registry+https://github.com/rust-lang/crates.io-index"
 8776checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8777dependencies = [
 8778 "bitflags 1.3.2",
 8779 "inotify-sys",
 8780 "libc",
 8781]
 8782
 8783[[package]]
 8784name = "inotify"
 8785version = "0.11.0"
 8786source = "registry+https://github.com/rust-lang/crates.io-index"
 8787checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8788dependencies = [
 8789 "bitflags 2.10.0",
 8790 "inotify-sys",
 8791 "libc",
 8792]
 8793
 8794[[package]]
 8795name = "inotify-sys"
 8796version = "0.1.5"
 8797source = "registry+https://github.com/rust-lang/crates.io-index"
 8798checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8799dependencies = [
 8800 "libc",
 8801]
 8802
 8803[[package]]
 8804name = "inout"
 8805version = "0.1.4"
 8806source = "registry+https://github.com/rust-lang/crates.io-index"
 8807checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8808dependencies = [
 8809 "block-padding",
 8810 "generic-array",
 8811]
 8812
 8813[[package]]
 8814name = "inspector_ui"
 8815version = "0.1.0"
 8816dependencies = [
 8817 "anyhow",
 8818 "command_palette_hooks",
 8819 "editor",
 8820 "fuzzy",
 8821 "gpui",
 8822 "language",
 8823 "project",
 8824 "serde_json",
 8825 "serde_json_lenient",
 8826 "theme_settings",
 8827 "ui",
 8828 "util",
 8829 "util_macros",
 8830 "workspace",
 8831 "zed_actions",
 8832]
 8833
 8834[[package]]
 8835name = "install_cli"
 8836version = "0.1.0"
 8837dependencies = [
 8838 "anyhow",
 8839 "client",
 8840 "gpui",
 8841 "release_channel",
 8842 "smol",
 8843 "util",
 8844 "workspace",
 8845]
 8846
 8847[[package]]
 8848name = "instant"
 8849version = "0.1.13"
 8850source = "registry+https://github.com/rust-lang/crates.io-index"
 8851checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8852dependencies = [
 8853 "cfg-if",
 8854]
 8855
 8856[[package]]
 8857name = "interpolate_name"
 8858version = "0.2.4"
 8859source = "registry+https://github.com/rust-lang/crates.io-index"
 8860checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8861dependencies = [
 8862 "proc-macro2",
 8863 "quote",
 8864 "syn 2.0.117",
 8865]
 8866
 8867[[package]]
 8868name = "inventory"
 8869version = "0.3.21"
 8870source = "registry+https://github.com/rust-lang/crates.io-index"
 8871checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8872dependencies = [
 8873 "rustversion",
 8874]
 8875
 8876[[package]]
 8877name = "io-extras"
 8878version = "0.18.4"
 8879source = "registry+https://github.com/rust-lang/crates.io-index"
 8880checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8881dependencies = [
 8882 "io-lifetimes",
 8883 "windows-sys 0.59.0",
 8884]
 8885
 8886[[package]]
 8887name = "io-lifetimes"
 8888version = "2.0.4"
 8889source = "registry+https://github.com/rust-lang/crates.io-index"
 8890checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8891
 8892[[package]]
 8893name = "io-surface"
 8894version = "0.16.1"
 8895source = "registry+https://github.com/rust-lang/crates.io-index"
 8896checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8897dependencies = [
 8898 "cgl",
 8899 "core-foundation 0.10.0",
 8900 "core-foundation-sys",
 8901 "leaky-cow",
 8902]
 8903
 8904[[package]]
 8905name = "iovec"
 8906version = "0.1.4"
 8907source = "registry+https://github.com/rust-lang/crates.io-index"
 8908checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8909dependencies = [
 8910 "libc",
 8911]
 8912
 8913[[package]]
 8914name = "ipc-channel"
 8915version = "0.19.0"
 8916source = "registry+https://github.com/rust-lang/crates.io-index"
 8917checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8918dependencies = [
 8919 "bincode",
 8920 "crossbeam-channel",
 8921 "fnv",
 8922 "lazy_static",
 8923 "libc",
 8924 "mio 1.1.0",
 8925 "rand 0.8.5",
 8926 "serde",
 8927 "tempfile",
 8928 "uuid",
 8929 "windows 0.58.0",
 8930]
 8931
 8932[[package]]
 8933name = "ipnet"
 8934version = "2.11.0"
 8935source = "registry+https://github.com/rust-lang/crates.io-index"
 8936checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8937
 8938[[package]]
 8939name = "iri-string"
 8940version = "0.7.8"
 8941source = "registry+https://github.com/rust-lang/crates.io-index"
 8942checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8943dependencies = [
 8944 "memchr",
 8945 "serde",
 8946]
 8947
 8948[[package]]
 8949name = "is-docker"
 8950version = "0.2.0"
 8951source = "registry+https://github.com/rust-lang/crates.io-index"
 8952checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8953dependencies = [
 8954 "once_cell",
 8955]
 8956
 8957[[package]]
 8958name = "is-terminal"
 8959version = "0.4.16"
 8960source = "registry+https://github.com/rust-lang/crates.io-index"
 8961checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8962dependencies = [
 8963 "hermit-abi",
 8964 "libc",
 8965 "windows-sys 0.59.0",
 8966]
 8967
 8968[[package]]
 8969name = "is-wsl"
 8970version = "0.4.0"
 8971source = "registry+https://github.com/rust-lang/crates.io-index"
 8972checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8973dependencies = [
 8974 "is-docker",
 8975 "once_cell",
 8976]
 8977
 8978[[package]]
 8979name = "is_executable"
 8980version = "1.0.5"
 8981source = "registry+https://github.com/rust-lang/crates.io-index"
 8982checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8983dependencies = [
 8984 "windows-sys 0.60.2",
 8985]
 8986
 8987[[package]]
 8988name = "is_terminal_polyfill"
 8989version = "1.70.1"
 8990source = "registry+https://github.com/rust-lang/crates.io-index"
 8991checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8992
 8993[[package]]
 8994name = "itertools"
 8995version = "0.10.5"
 8996source = "registry+https://github.com/rust-lang/crates.io-index"
 8997checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8998dependencies = [
 8999 "either",
 9000]
 9001
 9002[[package]]
 9003name = "itertools"
 9004version = "0.11.0"
 9005source = "registry+https://github.com/rust-lang/crates.io-index"
 9006checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9007dependencies = [
 9008 "either",
 9009]
 9010
 9011[[package]]
 9012name = "itertools"
 9013version = "0.12.1"
 9014source = "registry+https://github.com/rust-lang/crates.io-index"
 9015checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 9016dependencies = [
 9017 "either",
 9018]
 9019
 9020[[package]]
 9021name = "itertools"
 9022version = "0.14.0"
 9023source = "registry+https://github.com/rust-lang/crates.io-index"
 9024checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9025dependencies = [
 9026 "either",
 9027]
 9028
 9029[[package]]
 9030name = "itoa"
 9031version = "1.0.15"
 9032source = "registry+https://github.com/rust-lang/crates.io-index"
 9033checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9034
 9035[[package]]
 9036name = "jiff"
 9037version = "0.2.15"
 9038source = "registry+https://github.com/rust-lang/crates.io-index"
 9039checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9040dependencies = [
 9041 "jiff-static",
 9042 "log",
 9043 "portable-atomic",
 9044 "portable-atomic-util",
 9045 "serde",
 9046]
 9047
 9048[[package]]
 9049name = "jiff-static"
 9050version = "0.2.15"
 9051source = "registry+https://github.com/rust-lang/crates.io-index"
 9052checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9053dependencies = [
 9054 "proc-macro2",
 9055 "quote",
 9056 "syn 2.0.117",
 9057]
 9058
 9059[[package]]
 9060name = "jni"
 9061version = "0.21.1"
 9062source = "registry+https://github.com/rust-lang/crates.io-index"
 9063checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9064dependencies = [
 9065 "cesu8",
 9066 "cfg-if",
 9067 "combine",
 9068 "jni-sys",
 9069 "log",
 9070 "thiserror 1.0.69",
 9071 "walkdir",
 9072 "windows-sys 0.45.0",
 9073]
 9074
 9075[[package]]
 9076name = "jni-sys"
 9077version = "0.3.0"
 9078source = "registry+https://github.com/rust-lang/crates.io-index"
 9079checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9080
 9081[[package]]
 9082name = "jobserver"
 9083version = "0.1.34"
 9084source = "registry+https://github.com/rust-lang/crates.io-index"
 9085checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9086dependencies = [
 9087 "getrandom 0.3.4",
 9088 "libc",
 9089]
 9090
 9091[[package]]
 9092name = "journal"
 9093version = "0.1.0"
 9094dependencies = [
 9095 "anyhow",
 9096 "chrono",
 9097 "editor",
 9098 "gpui",
 9099 "log",
 9100 "serde",
 9101 "settings",
 9102 "shellexpand 2.1.2",
 9103 "workspace",
 9104]
 9105
 9106[[package]]
 9107name = "js-sys"
 9108version = "0.3.90"
 9109source = "registry+https://github.com/rust-lang/crates.io-index"
 9110checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9111dependencies = [
 9112 "once_cell",
 9113 "wasm-bindgen",
 9114]
 9115
 9116[[package]]
 9117name = "json5"
 9118version = "0.4.1"
 9119source = "registry+https://github.com/rust-lang/crates.io-index"
 9120checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9121dependencies = [
 9122 "pest",
 9123 "pest_derive",
 9124 "serde",
 9125]
 9126
 9127[[package]]
 9128name = "json_dotpath"
 9129version = "1.1.0"
 9130source = "registry+https://github.com/rust-lang/crates.io-index"
 9131checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9132dependencies = [
 9133 "serde",
 9134 "serde_derive",
 9135 "serde_json",
 9136 "thiserror 1.0.69",
 9137]
 9138
 9139[[package]]
 9140name = "json_schema_store"
 9141version = "0.1.0"
 9142dependencies = [
 9143 "anyhow",
 9144 "collections",
 9145 "dap",
 9146 "extension",
 9147 "gpui",
 9148 "language",
 9149 "parking_lot",
 9150 "paths",
 9151 "project",
 9152 "schemars",
 9153 "serde",
 9154 "serde_json",
 9155 "settings",
 9156 "snippet_provider",
 9157 "task",
 9158 "theme",
 9159 "util",
 9160]
 9161
 9162[[package]]
 9163name = "jsonschema"
 9164version = "0.37.4"
 9165source = "registry+https://github.com/rust-lang/crates.io-index"
 9166checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9167dependencies = [
 9168 "ahash 0.8.12",
 9169 "bytecount",
 9170 "data-encoding",
 9171 "email_address",
 9172 "fancy-regex 0.16.2",
 9173 "fraction",
 9174 "getrandom 0.3.4",
 9175 "idna",
 9176 "itoa",
 9177 "num-cmp",
 9178 "num-traits",
 9179 "percent-encoding",
 9180 "referencing",
 9181 "regex",
 9182 "regex-syntax",
 9183 "reqwest 0.12.24",
 9184 "serde",
 9185 "serde_json",
 9186 "unicode-general-category",
 9187 "uuid-simd",
 9188]
 9189
 9190[[package]]
 9191name = "jsonwebtoken"
 9192version = "10.3.0"
 9193source = "registry+https://github.com/rust-lang/crates.io-index"
 9194checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9195dependencies = [
 9196 "aws-lc-rs",
 9197 "base64 0.22.1",
 9198 "getrandom 0.2.16",
 9199 "js-sys",
 9200 "pem",
 9201 "serde",
 9202 "serde_json",
 9203 "signature 2.2.0",
 9204 "simple_asn1",
 9205]
 9206
 9207[[package]]
 9208name = "jupyter-protocol"
 9209version = "1.4.0"
 9210source = "registry+https://github.com/rust-lang/crates.io-index"
 9211checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9212dependencies = [
 9213 "async-trait",
 9214 "bytes 1.11.1",
 9215 "chrono",
 9216 "futures 0.3.32",
 9217 "serde",
 9218 "serde_json",
 9219 "thiserror 2.0.17",
 9220 "uuid",
 9221]
 9222
 9223[[package]]
 9224name = "jupyter-websocket-client"
 9225version = "1.0.0"
 9226source = "registry+https://github.com/rust-lang/crates.io-index"
 9227checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9228dependencies = [
 9229 "anyhow",
 9230 "async-trait",
 9231 "async-tungstenite",
 9232 "futures 0.3.32",
 9233 "jupyter-protocol",
 9234 "serde",
 9235 "serde_json",
 9236 "tokio",
 9237 "url",
 9238 "uuid",
 9239]
 9240
 9241[[package]]
 9242name = "keymap_editor"
 9243version = "0.1.0"
 9244dependencies = [
 9245 "anyhow",
 9246 "collections",
 9247 "command_palette",
 9248 "component",
 9249 "db",
 9250 "editor",
 9251 "fs",
 9252 "fuzzy",
 9253 "gpui",
 9254 "itertools 0.14.0",
 9255 "json_schema_store",
 9256 "language",
 9257 "log",
 9258 "menu",
 9259 "notifications",
 9260 "paths",
 9261 "project",
 9262 "search",
 9263 "serde",
 9264 "serde_json",
 9265 "settings",
 9266 "telemetry",
 9267 "tempfile",
 9268 "theme",
 9269 "theme_settings",
 9270 "tree-sitter-json",
 9271 "tree-sitter-rust",
 9272 "ui",
 9273 "ui_input",
 9274 "util",
 9275 "workspace",
 9276 "zed_actions",
 9277]
 9278
 9279[[package]]
 9280name = "khronos-egl"
 9281version = "6.0.0"
 9282source = "registry+https://github.com/rust-lang/crates.io-index"
 9283checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9284dependencies = [
 9285 "libc",
 9286 "libloading",
 9287 "pkg-config",
 9288]
 9289
 9290[[package]]
 9291name = "khronos_api"
 9292version = "3.1.0"
 9293source = "registry+https://github.com/rust-lang/crates.io-index"
 9294checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9295
 9296[[package]]
 9297name = "kqueue"
 9298version = "1.1.1"
 9299source = "registry+https://github.com/rust-lang/crates.io-index"
 9300checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9301dependencies = [
 9302 "kqueue-sys",
 9303 "libc",
 9304]
 9305
 9306[[package]]
 9307name = "kqueue-sys"
 9308version = "1.0.4"
 9309source = "registry+https://github.com/rust-lang/crates.io-index"
 9310checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9311dependencies = [
 9312 "bitflags 1.3.2",
 9313 "libc",
 9314]
 9315
 9316[[package]]
 9317name = "kurbo"
 9318version = "0.11.3"
 9319source = "registry+https://github.com/rust-lang/crates.io-index"
 9320checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9321dependencies = [
 9322 "arrayvec",
 9323 "euclid",
 9324 "smallvec",
 9325]
 9326
 9327[[package]]
 9328name = "kv-log-macro"
 9329version = "1.0.7"
 9330source = "registry+https://github.com/rust-lang/crates.io-index"
 9331checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9332dependencies = [
 9333 "log",
 9334]
 9335
 9336[[package]]
 9337name = "language"
 9338version = "0.1.0"
 9339dependencies = [
 9340 "anyhow",
 9341 "async-trait",
 9342 "clock",
 9343 "collections",
 9344 "criterion",
 9345 "ctor",
 9346 "diffy",
 9347 "ec4rs",
 9348 "encoding_rs",
 9349 "fs",
 9350 "futures 0.3.32",
 9351 "fuzzy",
 9352 "globset",
 9353 "gpui",
 9354 "http_client",
 9355 "imara-diff",
 9356 "indoc",
 9357 "itertools 0.14.0",
 9358 "language_core",
 9359 "log",
 9360 "lsp",
 9361 "parking_lot",
 9362 "postage",
 9363 "pretty_assertions",
 9364 "rand 0.9.2",
 9365 "regex",
 9366 "rpc",
 9367 "semver",
 9368 "serde",
 9369 "serde_json",
 9370 "settings",
 9371 "shellexpand 2.1.2",
 9372 "smallvec",
 9373 "smol",
 9374 "streaming-iterator",
 9375 "strsim",
 9376 "sum_tree",
 9377 "task",
 9378 "text",
 9379 "theme",
 9380 "theme_settings",
 9381 "toml 0.8.23",
 9382 "tracing",
 9383 "tree-sitter",
 9384 "tree-sitter-elixir",
 9385 "tree-sitter-embedded-template",
 9386 "tree-sitter-heex",
 9387 "tree-sitter-html",
 9388 "tree-sitter-json",
 9389 "tree-sitter-md",
 9390 "tree-sitter-python",
 9391 "tree-sitter-ruby",
 9392 "tree-sitter-rust",
 9393 "tree-sitter-typescript",
 9394 "unicase",
 9395 "unindent",
 9396 "util",
 9397 "watch",
 9398 "zlog",
 9399 "ztracing",
 9400]
 9401
 9402[[package]]
 9403name = "language_core"
 9404version = "0.1.0"
 9405dependencies = [
 9406 "anyhow",
 9407 "collections",
 9408 "gpui_shared_string",
 9409 "log",
 9410 "lsp",
 9411 "parking_lot",
 9412 "regex",
 9413 "schemars",
 9414 "serde",
 9415 "serde_json",
 9416 "toml 0.8.23",
 9417 "tree-sitter",
 9418 "util",
 9419]
 9420
 9421[[package]]
 9422name = "language_extension"
 9423version = "0.1.0"
 9424dependencies = [
 9425 "anyhow",
 9426 "async-trait",
 9427 "collections",
 9428 "extension",
 9429 "fs",
 9430 "futures 0.3.32",
 9431 "gpui",
 9432 "language",
 9433 "log",
 9434 "lsp",
 9435 "project",
 9436 "serde",
 9437 "serde_json",
 9438 "tracing",
 9439 "util",
 9440 "ztracing",
 9441]
 9442
 9443[[package]]
 9444name = "language_model"
 9445version = "0.1.0"
 9446dependencies = [
 9447 "anyhow",
 9448 "base64 0.22.1",
 9449 "collections",
 9450 "credentials_provider",
 9451 "env_var",
 9452 "futures 0.3.32",
 9453 "gpui",
 9454 "http_client",
 9455 "icons",
 9456 "image",
 9457 "language_model_core",
 9458 "log",
 9459 "parking_lot",
 9460 "serde",
 9461 "serde_json",
 9462 "thiserror 2.0.17",
 9463 "util",
 9464]
 9465
 9466[[package]]
 9467name = "language_model_core"
 9468version = "0.1.0"
 9469dependencies = [
 9470 "anyhow",
 9471 "cloud_llm_client",
 9472 "futures 0.3.32",
 9473 "gpui_shared_string",
 9474 "http_client",
 9475 "partial-json-fixer",
 9476 "schemars",
 9477 "serde",
 9478 "serde_json",
 9479 "smol",
 9480 "strum 0.27.2",
 9481 "thiserror 2.0.17",
 9482]
 9483
 9484[[package]]
 9485name = "language_models"
 9486version = "0.1.0"
 9487dependencies = [
 9488 "ai_onboarding",
 9489 "anthropic",
 9490 "anyhow",
 9491 "aws-config",
 9492 "aws-credential-types",
 9493 "aws_http_client",
 9494 "base64 0.22.1",
 9495 "bedrock",
 9496 "client",
 9497 "cloud_api_client",
 9498 "cloud_api_types",
 9499 "collections",
 9500 "component",
 9501 "convert_case 0.8.0",
 9502 "copilot",
 9503 "copilot_chat",
 9504 "copilot_ui",
 9505 "credentials_provider",
 9506 "deepseek",
 9507 "extension",
 9508 "extension_host",
 9509 "fs",
 9510 "futures 0.3.32",
 9511 "google_ai",
 9512 "gpui",
 9513 "gpui_tokio",
 9514 "http_client",
 9515 "language",
 9516 "language_model",
 9517 "language_models_cloud",
 9518 "lmstudio",
 9519 "log",
 9520 "menu",
 9521 "mistral",
 9522 "ollama",
 9523 "open_ai",
 9524 "open_router",
 9525 "opencode",
 9526 "pretty_assertions",
 9527 "release_channel",
 9528 "schemars",
 9529 "serde",
 9530 "serde_json",
 9531 "settings",
 9532 "smol",
 9533 "strum 0.27.2",
 9534 "tiktoken-rs",
 9535 "tokio",
 9536 "ui",
 9537 "ui_input",
 9538 "util",
 9539 "vercel",
 9540 "x_ai",
 9541]
 9542
 9543[[package]]
 9544name = "language_models_cloud"
 9545version = "0.1.0"
 9546dependencies = [
 9547 "anthropic",
 9548 "anyhow",
 9549 "cloud_llm_client",
 9550 "futures 0.3.32",
 9551 "google_ai",
 9552 "gpui",
 9553 "http_client",
 9554 "language_model",
 9555 "open_ai",
 9556 "schemars",
 9557 "semver",
 9558 "serde",
 9559 "serde_json",
 9560 "smol",
 9561 "thiserror 2.0.17",
 9562 "x_ai",
 9563]
 9564
 9565[[package]]
 9566name = "language_onboarding"
 9567version = "0.1.0"
 9568dependencies = [
 9569 "db",
 9570 "editor",
 9571 "gpui",
 9572 "project",
 9573 "ui",
 9574 "workspace",
 9575]
 9576
 9577[[package]]
 9578name = "language_selector"
 9579version = "0.1.0"
 9580dependencies = [
 9581 "anyhow",
 9582 "editor",
 9583 "file_icons",
 9584 "fuzzy",
 9585 "gpui",
 9586 "language",
 9587 "open_path_prompt",
 9588 "picker",
 9589 "project",
 9590 "serde_json",
 9591 "settings",
 9592 "ui",
 9593 "util",
 9594 "workspace",
 9595]
 9596
 9597[[package]]
 9598name = "language_tools"
 9599version = "0.1.0"
 9600dependencies = [
 9601 "anyhow",
 9602 "client",
 9603 "collections",
 9604 "command_palette_hooks",
 9605 "edit_prediction",
 9606 "editor",
 9607 "futures 0.3.32",
 9608 "gpui",
 9609 "itertools 0.14.0",
 9610 "language",
 9611 "lsp",
 9612 "menu",
 9613 "project",
 9614 "proto",
 9615 "release_channel",
 9616 "semver",
 9617 "serde_json",
 9618 "settings",
 9619 "sysinfo 0.37.2",
 9620 "telemetry",
 9621 "theme",
 9622 "theme_settings",
 9623 "tree-sitter",
 9624 "ui",
 9625 "util",
 9626 "workspace",
 9627 "zed_actions",
 9628 "zlog",
 9629]
 9630
 9631[[package]]
 9632name = "languages"
 9633version = "0.1.0"
 9634dependencies = [
 9635 "anyhow",
 9636 "async-compression",
 9637 "async-fs",
 9638 "async-tar",
 9639 "async-trait",
 9640 "chrono",
 9641 "collections",
 9642 "fs",
 9643 "futures 0.3.32",
 9644 "globset",
 9645 "gpui",
 9646 "grammars",
 9647 "http_client",
 9648 "itertools 0.14.0",
 9649 "json_schema_store",
 9650 "language",
 9651 "log",
 9652 "lsp",
 9653 "node_runtime",
 9654 "parking_lot",
 9655 "pet",
 9656 "pet-conda",
 9657 "pet-core",
 9658 "pet-fs",
 9659 "pet-poetry",
 9660 "pet-reporter",
 9661 "pet-virtualenv",
 9662 "pretty_assertions",
 9663 "project",
 9664 "regex",
 9665 "rope",
 9666 "semver",
 9667 "serde",
 9668 "serde_json",
 9669 "serde_json_lenient",
 9670 "settings",
 9671 "smallvec",
 9672 "smol",
 9673 "snippet",
 9674 "task",
 9675 "terminal",
 9676 "theme",
 9677 "tree-sitter",
 9678 "tree-sitter-bash",
 9679 "tree-sitter-c",
 9680 "tree-sitter-cpp",
 9681 "tree-sitter-css",
 9682 "tree-sitter-gitcommit",
 9683 "tree-sitter-go",
 9684 "tree-sitter-python",
 9685 "tree-sitter-rust",
 9686 "tree-sitter-typescript",
 9687 "unindent",
 9688 "url",
 9689 "util",
 9690]
 9691
 9692[[package]]
 9693name = "lazy_static"
 9694version = "1.5.0"
 9695source = "registry+https://github.com/rust-lang/crates.io-index"
 9696checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9697dependencies = [
 9698 "spin 0.9.8",
 9699]
 9700
 9701[[package]]
 9702name = "leak"
 9703version = "0.1.2"
 9704source = "registry+https://github.com/rust-lang/crates.io-index"
 9705checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9706
 9707[[package]]
 9708name = "leaky-cow"
 9709version = "0.1.1"
 9710source = "registry+https://github.com/rust-lang/crates.io-index"
 9711checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9712dependencies = [
 9713 "leak",
 9714]
 9715
 9716[[package]]
 9717name = "leb128"
 9718version = "0.2.5"
 9719source = "registry+https://github.com/rust-lang/crates.io-index"
 9720checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9721
 9722[[package]]
 9723name = "leb128fmt"
 9724version = "0.1.0"
 9725source = "registry+https://github.com/rust-lang/crates.io-index"
 9726checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9727
 9728[[package]]
 9729name = "lebe"
 9730version = "0.5.3"
 9731source = "registry+https://github.com/rust-lang/crates.io-index"
 9732checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9733
 9734[[package]]
 9735name = "libbz2-rs-sys"
 9736version = "0.2.2"
 9737source = "registry+https://github.com/rust-lang/crates.io-index"
 9738checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9739
 9740[[package]]
 9741name = "libc"
 9742version = "0.2.182"
 9743source = "registry+https://github.com/rust-lang/crates.io-index"
 9744checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9745
 9746[[package]]
 9747name = "libdbus-sys"
 9748version = "0.2.6"
 9749source = "registry+https://github.com/rust-lang/crates.io-index"
 9750checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9751dependencies = [
 9752 "cc",
 9753 "pkg-config",
 9754]
 9755
 9756[[package]]
 9757name = "libfuzzer-sys"
 9758version = "0.4.10"
 9759source = "registry+https://github.com/rust-lang/crates.io-index"
 9760checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9761dependencies = [
 9762 "arbitrary",
 9763 "cc",
 9764]
 9765
 9766[[package]]
 9767name = "libgit2-sys"
 9768version = "0.18.3+1.9.2"
 9769source = "registry+https://github.com/rust-lang/crates.io-index"
 9770checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9771dependencies = [
 9772 "cc",
 9773 "libc",
 9774 "libz-sys",
 9775 "pkg-config",
 9776]
 9777
 9778[[package]]
 9779name = "libloading"
 9780version = "0.8.9"
 9781source = "registry+https://github.com/rust-lang/crates.io-index"
 9782checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9783dependencies = [
 9784 "cfg-if",
 9785 "windows-link 0.2.1",
 9786]
 9787
 9788[[package]]
 9789name = "libm"
 9790version = "0.2.15"
 9791source = "registry+https://github.com/rust-lang/crates.io-index"
 9792checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9793
 9794[[package]]
 9795name = "libmimalloc-sys"
 9796version = "0.1.44"
 9797source = "registry+https://github.com/rust-lang/crates.io-index"
 9798checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9799dependencies = [
 9800 "cc",
 9801 "libc",
 9802]
 9803
 9804[[package]]
 9805name = "libredox"
 9806version = "0.1.10"
 9807source = "registry+https://github.com/rust-lang/crates.io-index"
 9808checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9809dependencies = [
 9810 "bitflags 2.10.0",
 9811 "libc",
 9812 "redox_syscall 0.5.18",
 9813]
 9814
 9815[[package]]
 9816name = "libsqlite3-sys"
 9817version = "0.30.1"
 9818source = "registry+https://github.com/rust-lang/crates.io-index"
 9819checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9820dependencies = [
 9821 "cc",
 9822 "pkg-config",
 9823 "vcpkg",
 9824]
 9825
 9826[[package]]
 9827name = "libwebrtc"
 9828version = "0.3.26"
 9829source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9830dependencies = [
 9831 "cxx",
 9832 "glib",
 9833 "jni",
 9834 "js-sys",
 9835 "lazy_static",
 9836 "livekit-protocol",
 9837 "livekit-runtime",
 9838 "log",
 9839 "parking_lot",
 9840 "serde",
 9841 "serde_json",
 9842 "thiserror 1.0.69",
 9843 "tokio",
 9844 "wasm-bindgen",
 9845 "wasm-bindgen-futures",
 9846 "web-sys",
 9847 "webrtc-sys",
 9848]
 9849
 9850[[package]]
 9851name = "libz-sys"
 9852version = "1.1.22"
 9853source = "registry+https://github.com/rust-lang/crates.io-index"
 9854checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9855dependencies = [
 9856 "cc",
 9857 "libc",
 9858 "pkg-config",
 9859 "vcpkg",
 9860]
 9861
 9862[[package]]
 9863name = "line_ending_selector"
 9864version = "0.1.0"
 9865dependencies = [
 9866 "editor",
 9867 "gpui",
 9868 "language",
 9869 "picker",
 9870 "project",
 9871 "ui",
 9872 "util",
 9873 "workspace",
 9874]
 9875
 9876[[package]]
 9877name = "linebender_resource_handle"
 9878version = "0.1.1"
 9879source = "registry+https://github.com/rust-lang/crates.io-index"
 9880checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9881
 9882[[package]]
 9883name = "link-cplusplus"
 9884version = "1.0.12"
 9885source = "registry+https://github.com/rust-lang/crates.io-index"
 9886checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9887dependencies = [
 9888 "cc",
 9889]
 9890
 9891[[package]]
 9892name = "linkify"
 9893version = "0.10.0"
 9894source = "registry+https://github.com/rust-lang/crates.io-index"
 9895checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9896dependencies = [
 9897 "memchr",
 9898]
 9899
 9900[[package]]
 9901name = "linux-raw-sys"
 9902version = "0.4.15"
 9903source = "registry+https://github.com/rust-lang/crates.io-index"
 9904checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9905
 9906[[package]]
 9907name = "linux-raw-sys"
 9908version = "0.11.0"
 9909source = "registry+https://github.com/rust-lang/crates.io-index"
 9910checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9911
 9912[[package]]
 9913name = "litemap"
 9914version = "0.8.0"
 9915source = "registry+https://github.com/rust-lang/crates.io-index"
 9916checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9917
 9918[[package]]
 9919name = "litrs"
 9920version = "1.0.0"
 9921source = "registry+https://github.com/rust-lang/crates.io-index"
 9922checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9923
 9924[[package]]
 9925name = "livekit"
 9926version = "0.7.32"
 9927source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9928dependencies = [
 9929 "base64 0.22.1",
 9930 "bmrng",
 9931 "bytes 1.11.1",
 9932 "chrono",
 9933 "futures-util",
 9934 "lazy_static",
 9935 "libloading",
 9936 "libwebrtc",
 9937 "livekit-api",
 9938 "livekit-protocol",
 9939 "livekit-runtime",
 9940 "log",
 9941 "parking_lot",
 9942 "prost 0.12.6",
 9943 "semver",
 9944 "serde",
 9945 "serde_json",
 9946 "thiserror 1.0.69",
 9947 "tokio",
 9948]
 9949
 9950[[package]]
 9951name = "livekit-api"
 9952version = "0.4.14"
 9953source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9954dependencies = [
 9955 "base64 0.21.7",
 9956 "futures-util",
 9957 "http 1.3.1",
 9958 "livekit-protocol",
 9959 "livekit-runtime",
 9960 "log",
 9961 "parking_lot",
 9962 "pbjson-types",
 9963 "prost 0.12.6",
 9964 "rand 0.9.2",
 9965 "reqwest 0.12.24",
 9966 "rustls-native-certs 0.6.3",
 9967 "scopeguard",
 9968 "serde",
 9969 "sha2",
 9970 "thiserror 1.0.69",
 9971 "tokio",
 9972 "tokio-rustls 0.26.2",
 9973 "tokio-tungstenite 0.28.0",
 9974 "url",
 9975]
 9976
 9977[[package]]
 9978name = "livekit-protocol"
 9979version = "0.7.1"
 9980source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9981dependencies = [
 9982 "futures-util",
 9983 "livekit-runtime",
 9984 "parking_lot",
 9985 "pbjson",
 9986 "pbjson-types",
 9987 "prost 0.12.6",
 9988 "serde",
 9989 "thiserror 1.0.69",
 9990 "tokio",
 9991]
 9992
 9993[[package]]
 9994name = "livekit-runtime"
 9995version = "0.4.0"
 9996source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9997dependencies = [
 9998 "tokio",
 9999 "tokio-stream",
10000]
10001
10002[[package]]
10003name = "livekit_api"
10004version = "0.1.0"
10005dependencies = [
10006 "anyhow",
10007 "async-trait",
10008 "jsonwebtoken",
10009 "log",
10010 "prost 0.9.0",
10011 "prost-build 0.9.0",
10012 "prost-types 0.9.0",
10013 "serde",
10014 "zed-reqwest",
10015]
10016
10017[[package]]
10018name = "livekit_client"
10019version = "0.1.0"
10020dependencies = [
10021 "anyhow",
10022 "async-trait",
10023 "audio",
10024 "cocoa 0.26.0",
10025 "collections",
10026 "core-foundation 0.10.0",
10027 "core-video",
10028 "coreaudio-rs 0.12.1",
10029 "cpal",
10030 "futures 0.3.32",
10031 "gpui",
10032 "gpui_platform",
10033 "gpui_tokio",
10034 "http_client_tls",
10035 "image",
10036 "libwebrtc",
10037 "livekit",
10038 "livekit_api",
10039 "log",
10040 "nanoid",
10041 "objc",
10042 "parking_lot",
10043 "postage",
10044 "rodio",
10045 "serde",
10046 "serde_json",
10047 "serde_urlencoded",
10048 "settings",
10049 "simplelog",
10050 "smallvec",
10051 "tokio",
10052 "ui",
10053 "util",
10054 "webrtc-sys",
10055 "zed-scap",
10056]
10057
10058[[package]]
10059name = "lmdb-master-sys"
10060version = "0.2.5"
10061source = "registry+https://github.com/rust-lang/crates.io-index"
10062checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10063dependencies = [
10064 "cc",
10065 "doxygen-rs",
10066 "libc",
10067]
10068
10069[[package]]
10070name = "lmstudio"
10071version = "0.1.0"
10072dependencies = [
10073 "anyhow",
10074 "futures 0.3.32",
10075 "http_client",
10076 "schemars",
10077 "serde",
10078 "serde_json",
10079]
10080
10081[[package]]
10082name = "lock_api"
10083version = "0.4.14"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10086dependencies = [
10087 "scopeguard",
10088]
10089
10090[[package]]
10091name = "log"
10092version = "0.4.29"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10095dependencies = [
10096 "serde_core",
10097 "value-bag",
10098]
10099
10100[[package]]
10101name = "loom"
10102version = "0.7.2"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10105dependencies = [
10106 "cfg-if",
10107 "generator",
10108 "scoped-tls",
10109 "tracing",
10110 "tracing-subscriber",
10111]
10112
10113[[package]]
10114name = "loop9"
10115version = "0.1.5"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10118dependencies = [
10119 "imgref",
10120]
10121
10122[[package]]
10123name = "lru"
10124version = "0.12.5"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10127dependencies = [
10128 "hashbrown 0.15.5",
10129]
10130
10131[[package]]
10132name = "lru-slab"
10133version = "0.1.2"
10134source = "registry+https://github.com/rust-lang/crates.io-index"
10135checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10136
10137[[package]]
10138name = "lsp"
10139version = "0.1.0"
10140dependencies = [
10141 "anyhow",
10142 "async-pipe",
10143 "collections",
10144 "ctor",
10145 "futures 0.3.32",
10146 "gpui",
10147 "gpui_util",
10148 "log",
10149 "lsp-types",
10150 "parking_lot",
10151 "postage",
10152 "release_channel",
10153 "schemars",
10154 "semver",
10155 "serde",
10156 "serde_json",
10157 "smol",
10158 "util",
10159 "zlog",
10160]
10161
10162[[package]]
10163name = "lsp-types"
10164version = "0.95.1"
10165source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10166dependencies = [
10167 "bitflags 1.3.2",
10168 "serde",
10169 "serde_json",
10170 "url",
10171]
10172
10173[[package]]
10174name = "lyon"
10175version = "1.0.16"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10178dependencies = [
10179 "lyon_algorithms",
10180 "lyon_extra",
10181 "lyon_tessellation",
10182]
10183
10184[[package]]
10185name = "lyon_algorithms"
10186version = "1.0.16"
10187source = "registry+https://github.com/rust-lang/crates.io-index"
10188checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10189dependencies = [
10190 "lyon_path",
10191 "num-traits",
10192]
10193
10194[[package]]
10195name = "lyon_extra"
10196version = "1.0.3"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10199dependencies = [
10200 "lyon_path",
10201 "thiserror 1.0.69",
10202]
10203
10204[[package]]
10205name = "lyon_geom"
10206version = "1.0.17"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10209dependencies = [
10210 "arrayvec",
10211 "euclid",
10212 "num-traits",
10213]
10214
10215[[package]]
10216name = "lyon_path"
10217version = "1.0.16"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10220dependencies = [
10221 "lyon_geom",
10222 "num-traits",
10223]
10224
10225[[package]]
10226name = "lyon_tessellation"
10227version = "1.0.16"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10230dependencies = [
10231 "float_next_after",
10232 "lyon_path",
10233 "num-traits",
10234]
10235
10236[[package]]
10237name = "mac"
10238version = "0.1.1"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10241
10242[[package]]
10243name = "mach2"
10244version = "0.4.3"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10247dependencies = [
10248 "libc",
10249]
10250
10251[[package]]
10252name = "mach2"
10253version = "0.5.0"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10256dependencies = [
10257 "libc",
10258]
10259
10260[[package]]
10261name = "malloc_buf"
10262version = "0.0.6"
10263source = "registry+https://github.com/rust-lang/crates.io-index"
10264checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10265dependencies = [
10266 "libc",
10267]
10268
10269[[package]]
10270name = "maplit"
10271version = "1.0.2"
10272source = "registry+https://github.com/rust-lang/crates.io-index"
10273checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10274
10275[[package]]
10276name = "markdown"
10277version = "0.1.0"
10278dependencies = [
10279 "anyhow",
10280 "assets",
10281 "base64 0.22.1",
10282 "collections",
10283 "env_logger 0.11.8",
10284 "fs",
10285 "futures 0.3.32",
10286 "gpui",
10287 "gpui_platform",
10288 "html5ever 0.27.0",
10289 "language",
10290 "languages",
10291 "linkify",
10292 "log",
10293 "markup5ever_rcdom",
10294 "mermaid-rs-renderer",
10295 "node_runtime",
10296 "pulldown-cmark 0.13.0",
10297 "settings",
10298 "stacksafe",
10299 "sum_tree",
10300 "theme",
10301 "theme_settings",
10302 "ui",
10303 "util",
10304]
10305
10306[[package]]
10307name = "markdown_preview"
10308version = "0.1.0"
10309dependencies = [
10310 "anyhow",
10311 "editor",
10312 "gpui",
10313 "language",
10314 "log",
10315 "markdown",
10316 "project",
10317 "settings",
10318 "tempfile",
10319 "theme_settings",
10320 "ui",
10321 "urlencoding",
10322 "util",
10323 "workspace",
10324 "zed_actions",
10325]
10326
10327[[package]]
10328name = "markup5ever"
10329version = "0.12.1"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10332dependencies = [
10333 "log",
10334 "phf 0.11.3",
10335 "phf_codegen",
10336 "string_cache",
10337 "string_cache_codegen",
10338 "tendril",
10339]
10340
10341[[package]]
10342name = "markup5ever"
10343version = "0.35.0"
10344source = "registry+https://github.com/rust-lang/crates.io-index"
10345checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10346dependencies = [
10347 "log",
10348 "tendril",
10349 "web_atoms",
10350]
10351
10352[[package]]
10353name = "markup5ever_rcdom"
10354version = "0.3.0"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10357dependencies = [
10358 "html5ever 0.27.0",
10359 "markup5ever 0.12.1",
10360 "tendril",
10361 "xml5ever",
10362]
10363
10364[[package]]
10365name = "match_token"
10366version = "0.35.0"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10369dependencies = [
10370 "proc-macro2",
10371 "quote",
10372 "syn 2.0.117",
10373]
10374
10375[[package]]
10376name = "matchers"
10377version = "0.2.0"
10378source = "registry+https://github.com/rust-lang/crates.io-index"
10379checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10380dependencies = [
10381 "regex-automata",
10382]
10383
10384[[package]]
10385name = "matchit"
10386version = "0.7.3"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10389
10390[[package]]
10391name = "maybe-owned"
10392version = "0.3.4"
10393source = "registry+https://github.com/rust-lang/crates.io-index"
10394checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10395
10396[[package]]
10397name = "maybe-rayon"
10398version = "0.1.1"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10401dependencies = [
10402 "cfg-if",
10403 "rayon",
10404]
10405
10406[[package]]
10407name = "md-5"
10408version = "0.10.6"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10411dependencies = [
10412 "cfg-if",
10413 "digest",
10414]
10415
10416[[package]]
10417name = "mdbook"
10418version = "0.4.40"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10421dependencies = [
10422 "ammonia",
10423 "anyhow",
10424 "chrono",
10425 "clap",
10426 "clap_complete",
10427 "elasticlunr-rs",
10428 "env_logger 0.11.8",
10429 "futures-util",
10430 "handlebars 5.1.2",
10431 "ignore",
10432 "log",
10433 "memchr",
10434 "notify 6.1.1",
10435 "notify-debouncer-mini",
10436 "once_cell",
10437 "opener",
10438 "pathdiff",
10439 "pulldown-cmark 0.10.3",
10440 "regex",
10441 "serde",
10442 "serde_json",
10443 "shlex",
10444 "tempfile",
10445 "tokio",
10446 "toml 0.5.11",
10447 "topological-sort",
10448 "walkdir",
10449 "warp",
10450]
10451
10452[[package]]
10453name = "media"
10454version = "0.1.0"
10455dependencies = [
10456 "anyhow",
10457 "bindgen 0.71.1",
10458 "core-foundation 0.10.0",
10459 "core-video",
10460 "ctor",
10461 "foreign-types 0.5.0",
10462 "metal",
10463 "objc",
10464]
10465
10466[[package]]
10467name = "memchr"
10468version = "2.7.6"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10471
10472[[package]]
10473name = "memfd"
10474version = "0.6.5"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10477dependencies = [
10478 "rustix 1.1.2",
10479]
10480
10481[[package]]
10482name = "memmap2"
10483version = "0.9.8"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10486dependencies = [
10487 "libc",
10488 "stable_deref_trait",
10489]
10490
10491[[package]]
10492name = "memoffset"
10493version = "0.9.1"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10496dependencies = [
10497 "autocfg",
10498]
10499
10500[[package]]
10501name = "menu"
10502version = "0.1.0"
10503dependencies = [
10504 "gpui",
10505]
10506
10507[[package]]
10508name = "merge"
10509version = "0.1.0"
10510source = "registry+https://github.com/rust-lang/crates.io-index"
10511checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10512dependencies = [
10513 "merge_derive",
10514 "num-traits",
10515]
10516
10517[[package]]
10518name = "merge_derive"
10519version = "0.1.0"
10520source = "registry+https://github.com/rust-lang/crates.io-index"
10521checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10522dependencies = [
10523 "proc-macro-error",
10524 "proc-macro2",
10525 "quote",
10526 "syn 1.0.109",
10527]
10528
10529[[package]]
10530name = "mermaid-rs-renderer"
10531version = "0.2.0"
10532source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10533dependencies = [
10534 "anyhow",
10535 "fontdb 0.16.2",
10536 "json5",
10537 "once_cell",
10538 "regex",
10539 "serde",
10540 "serde_json",
10541 "thiserror 2.0.17",
10542 "ttf-parser 0.20.0",
10543]
10544
10545[[package]]
10546name = "metal"
10547version = "0.33.0"
10548source = "registry+https://github.com/rust-lang/crates.io-index"
10549checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10550dependencies = [
10551 "bitflags 2.10.0",
10552 "block",
10553 "core-graphics-types 0.2.0",
10554 "foreign-types 0.5.0",
10555 "log",
10556 "objc",
10557 "paste",
10558]
10559
10560[[package]]
10561name = "migrator"
10562version = "0.1.0"
10563dependencies = [
10564 "anyhow",
10565 "collections",
10566 "convert_case 0.8.0",
10567 "log",
10568 "pretty_assertions",
10569 "serde_json",
10570 "serde_json_lenient",
10571 "settings_content",
10572 "settings_json",
10573 "streaming-iterator",
10574 "tree-sitter",
10575 "tree-sitter-json",
10576 "unindent",
10577]
10578
10579[[package]]
10580name = "mimalloc"
10581version = "0.1.48"
10582source = "registry+https://github.com/rust-lang/crates.io-index"
10583checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10584dependencies = [
10585 "libmimalloc-sys",
10586]
10587
10588[[package]]
10589name = "mime"
10590version = "0.3.17"
10591source = "registry+https://github.com/rust-lang/crates.io-index"
10592checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10593
10594[[package]]
10595name = "mime_guess"
10596version = "2.0.5"
10597source = "registry+https://github.com/rust-lang/crates.io-index"
10598checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10599dependencies = [
10600 "mime",
10601 "unicase",
10602]
10603
10604[[package]]
10605name = "minidump-common"
10606version = "0.26.1"
10607source = "registry+https://github.com/rust-lang/crates.io-index"
10608checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10609dependencies = [
10610 "bitflags 2.10.0",
10611 "debugid",
10612 "num-derive",
10613 "num-traits",
10614 "range-map",
10615 "scroll",
10616 "smart-default",
10617]
10618
10619[[package]]
10620name = "minidump-writer"
10621version = "0.11.0"
10622source = "registry+https://github.com/rust-lang/crates.io-index"
10623checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10624dependencies = [
10625 "bitflags 2.10.0",
10626 "byteorder",
10627 "cfg-if",
10628 "crash-context",
10629 "error-graph",
10630 "failspot",
10631 "goblin",
10632 "libc",
10633 "log",
10634 "mach2 0.4.3",
10635 "memmap2",
10636 "memoffset",
10637 "minidump-common",
10638 "nix 0.29.0",
10639 "procfs-core",
10640 "scroll",
10641 "serde",
10642 "serde_json",
10643 "tempfile",
10644 "thiserror 2.0.17",
10645]
10646
10647[[package]]
10648name = "minidumper"
10649version = "0.9.0"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10652dependencies = [
10653 "cfg-if",
10654 "crash-context",
10655 "libc",
10656 "log",
10657 "minidump-writer",
10658 "parking_lot",
10659 "polling",
10660 "scroll",
10661 "thiserror 2.0.17",
10662 "uds",
10663]
10664
10665[[package]]
10666name = "minimal-lexical"
10667version = "0.2.1"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10670
10671[[package]]
10672name = "miniprofiler_ui"
10673version = "0.1.0"
10674dependencies = [
10675 "gpui",
10676 "rpc",
10677 "serde_json",
10678 "smol",
10679 "theme_settings",
10680 "util",
10681 "workspace",
10682 "zed_actions",
10683]
10684
10685[[package]]
10686name = "miniz_oxide"
10687version = "0.8.9"
10688source = "registry+https://github.com/rust-lang/crates.io-index"
10689checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10690dependencies = [
10691 "adler2",
10692 "simd-adler32",
10693]
10694
10695[[package]]
10696name = "mio"
10697version = "0.8.11"
10698source = "registry+https://github.com/rust-lang/crates.io-index"
10699checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10700dependencies = [
10701 "libc",
10702 "log",
10703 "wasi",
10704 "windows-sys 0.48.0",
10705]
10706
10707[[package]]
10708name = "mio"
10709version = "1.1.0"
10710source = "registry+https://github.com/rust-lang/crates.io-index"
10711checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10712dependencies = [
10713 "libc",
10714 "log",
10715 "wasi",
10716 "windows-sys 0.61.2",
10717]
10718
10719[[package]]
10720name = "miow"
10721version = "0.6.1"
10722source = "registry+https://github.com/rust-lang/crates.io-index"
10723checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10724dependencies = [
10725 "windows-sys 0.61.2",
10726]
10727
10728[[package]]
10729name = "mistral"
10730version = "0.1.0"
10731dependencies = [
10732 "anyhow",
10733 "futures 0.3.32",
10734 "http_client",
10735 "schemars",
10736 "serde",
10737 "serde_json",
10738 "strum 0.27.2",
10739]
10740
10741[[package]]
10742name = "moka"
10743version = "0.12.11"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10746dependencies = [
10747 "crossbeam-channel",
10748 "crossbeam-epoch",
10749 "crossbeam-utils",
10750 "equivalent",
10751 "parking_lot",
10752 "portable-atomic",
10753 "rustc_version",
10754 "smallvec",
10755 "tagptr",
10756 "uuid",
10757]
10758
10759[[package]]
10760name = "moxcms"
10761version = "0.7.7"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10764dependencies = [
10765 "num-traits",
10766 "pxfm",
10767]
10768
10769[[package]]
10770name = "msvc_spectre_libs"
10771version = "0.1.3"
10772source = "registry+https://github.com/rust-lang/crates.io-index"
10773checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10774dependencies = [
10775 "cc",
10776]
10777
10778[[package]]
10779name = "multi_buffer"
10780version = "0.1.0"
10781dependencies = [
10782 "anyhow",
10783 "buffer_diff",
10784 "clock",
10785 "collections",
10786 "ctor",
10787 "gpui",
10788 "indoc",
10789 "itertools 0.14.0",
10790 "language",
10791 "log",
10792 "parking_lot",
10793 "pretty_assertions",
10794 "rand 0.9.2",
10795 "rope",
10796 "serde",
10797 "settings",
10798 "smallvec",
10799 "smol",
10800 "sum_tree",
10801 "text",
10802 "theme",
10803 "tracing",
10804 "tree-sitter",
10805 "unicode-segmentation",
10806 "util",
10807 "zlog",
10808 "ztracing",
10809]
10810
10811[[package]]
10812name = "multimap"
10813version = "0.8.3"
10814source = "registry+https://github.com/rust-lang/crates.io-index"
10815checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10816
10817[[package]]
10818name = "naga"
10819version = "29.0.0"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10822dependencies = [
10823 "arrayvec",
10824 "bit-set 0.9.1",
10825 "bitflags 2.10.0",
10826 "cfg-if",
10827 "cfg_aliases 0.2.1",
10828 "codespan-reporting",
10829 "half",
10830 "hashbrown 0.16.1",
10831 "hexf-parse",
10832 "indexmap",
10833 "libm",
10834 "log",
10835 "num-traits",
10836 "once_cell",
10837 "rustc-hash 1.1.0",
10838 "thiserror 2.0.17",
10839 "unicode-ident",
10840]
10841
10842[[package]]
10843name = "naga"
10844version = "29.0.0"
10845source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10846dependencies = [
10847 "arrayvec",
10848 "bit-set 0.9.1",
10849 "bitflags 2.10.0",
10850 "cfg-if",
10851 "cfg_aliases 0.2.1",
10852 "codespan-reporting",
10853 "half",
10854 "hashbrown 0.16.1",
10855 "hexf-parse",
10856 "indexmap",
10857 "libm",
10858 "log",
10859 "num-traits",
10860 "once_cell",
10861 "rustc-hash 1.1.0",
10862 "spirv",
10863 "thiserror 2.0.17",
10864 "unicode-ident",
10865]
10866
10867[[package]]
10868name = "nanoid"
10869version = "0.4.0"
10870source = "registry+https://github.com/rust-lang/crates.io-index"
10871checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10872dependencies = [
10873 "rand 0.8.5",
10874]
10875
10876[[package]]
10877name = "nanorand"
10878version = "0.7.0"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10881dependencies = [
10882 "getrandom 0.2.16",
10883]
10884
10885[[package]]
10886name = "native-tls"
10887version = "0.2.14"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10890dependencies = [
10891 "libc",
10892 "log",
10893 "openssl",
10894 "openssl-probe",
10895 "openssl-sys",
10896 "schannel",
10897 "security-framework 2.11.1",
10898 "security-framework-sys",
10899 "tempfile",
10900]
10901
10902[[package]]
10903name = "nbformat"
10904version = "1.2.0"
10905source = "registry+https://github.com/rust-lang/crates.io-index"
10906checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10907dependencies = [
10908 "anyhow",
10909 "chrono",
10910 "jupyter-protocol",
10911 "serde",
10912 "serde_json",
10913 "thiserror 1.0.69",
10914 "uuid",
10915]
10916
10917[[package]]
10918name = "nc"
10919version = "0.1.0"
10920dependencies = [
10921 "anyhow",
10922 "futures 0.3.32",
10923 "net",
10924 "smol",
10925]
10926
10927[[package]]
10928name = "ndk"
10929version = "0.9.0"
10930source = "registry+https://github.com/rust-lang/crates.io-index"
10931checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10932dependencies = [
10933 "bitflags 2.10.0",
10934 "jni-sys",
10935 "log",
10936 "ndk-sys",
10937 "num_enum",
10938 "thiserror 1.0.69",
10939]
10940
10941[[package]]
10942name = "ndk-context"
10943version = "0.1.1"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10946
10947[[package]]
10948name = "ndk-sys"
10949version = "0.6.0+11769913"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10952dependencies = [
10953 "jni-sys",
10954]
10955
10956[[package]]
10957name = "net"
10958version = "0.1.0"
10959dependencies = [
10960 "anyhow",
10961 "async-io",
10962 "smol",
10963 "tempfile",
10964 "windows 0.61.3",
10965]
10966
10967[[package]]
10968name = "new_debug_unreachable"
10969version = "1.0.6"
10970source = "registry+https://github.com/rust-lang/crates.io-index"
10971checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10972
10973[[package]]
10974name = "nix"
10975version = "0.28.0"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10978dependencies = [
10979 "bitflags 2.10.0",
10980 "cfg-if",
10981 "cfg_aliases 0.1.1",
10982 "libc",
10983]
10984
10985[[package]]
10986name = "nix"
10987version = "0.29.0"
10988source = "registry+https://github.com/rust-lang/crates.io-index"
10989checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10990dependencies = [
10991 "bitflags 2.10.0",
10992 "cfg-if",
10993 "cfg_aliases 0.2.1",
10994 "libc",
10995]
10996
10997[[package]]
10998name = "nix"
10999version = "0.30.1"
11000source = "registry+https://github.com/rust-lang/crates.io-index"
11001checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
11002dependencies = [
11003 "bitflags 2.10.0",
11004 "cfg-if",
11005 "cfg_aliases 0.2.1",
11006 "libc",
11007]
11008
11009[[package]]
11010name = "node_runtime"
11011version = "0.1.0"
11012dependencies = [
11013 "anyhow",
11014 "async-compression",
11015 "async-std",
11016 "async-tar",
11017 "async-trait",
11018 "futures 0.3.32",
11019 "http_client",
11020 "log",
11021 "paths",
11022 "semver",
11023 "serde",
11024 "serde_json",
11025 "smol",
11026 "util",
11027 "watch",
11028 "which 6.0.3",
11029]
11030
11031[[package]]
11032name = "nom"
11033version = "7.1.3"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11036dependencies = [
11037 "memchr",
11038 "minimal-lexical",
11039]
11040
11041[[package]]
11042name = "nom"
11043version = "8.0.0"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11046dependencies = [
11047 "memchr",
11048]
11049
11050[[package]]
11051name = "noop_proc_macro"
11052version = "0.3.0"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11055
11056[[package]]
11057name = "normpath"
11058version = "1.5.0"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11061dependencies = [
11062 "windows-sys 0.61.2",
11063]
11064
11065[[package]]
11066name = "notifications"
11067version = "0.1.0"
11068dependencies = [
11069 "anyhow",
11070 "channel",
11071 "client",
11072 "component",
11073 "db",
11074 "gpui",
11075 "rpc",
11076 "sum_tree",
11077 "time",
11078 "ui",
11079 "util",
11080 "workspace",
11081 "zed_actions",
11082]
11083
11084[[package]]
11085name = "notify"
11086version = "6.1.1"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11089dependencies = [
11090 "bitflags 2.10.0",
11091 "crossbeam-channel",
11092 "filetime",
11093 "fsevent-sys",
11094 "inotify 0.9.6",
11095 "kqueue",
11096 "libc",
11097 "log",
11098 "mio 0.8.11",
11099 "walkdir",
11100 "windows-sys 0.48.0",
11101]
11102
11103[[package]]
11104name = "notify"
11105version = "8.2.0"
11106source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11107dependencies = [
11108 "bitflags 2.10.0",
11109 "fsevent-sys",
11110 "inotify 0.11.0",
11111 "kqueue",
11112 "libc",
11113 "log",
11114 "mio 1.1.0",
11115 "notify-types",
11116 "walkdir",
11117 "windows-sys 0.60.2",
11118]
11119
11120[[package]]
11121name = "notify-debouncer-mini"
11122version = "0.4.1"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11125dependencies = [
11126 "crossbeam-channel",
11127 "log",
11128 "notify 6.1.1",
11129]
11130
11131[[package]]
11132name = "notify-types"
11133version = "2.0.0"
11134source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11135
11136[[package]]
11137name = "ntapi"
11138version = "0.4.1"
11139source = "registry+https://github.com/rust-lang/crates.io-index"
11140checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11141dependencies = [
11142 "winapi",
11143]
11144
11145[[package]]
11146name = "nu-ansi-term"
11147version = "0.50.3"
11148source = "registry+https://github.com/rust-lang/crates.io-index"
11149checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11150dependencies = [
11151 "windows-sys 0.61.2",
11152]
11153
11154[[package]]
11155name = "nucleo"
11156version = "0.5.0"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11159dependencies = [
11160 "nucleo-matcher",
11161 "parking_lot",
11162 "rayon",
11163]
11164
11165[[package]]
11166name = "nucleo-matcher"
11167version = "0.3.1"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11170dependencies = [
11171 "memchr",
11172 "unicode-segmentation",
11173]
11174
11175[[package]]
11176name = "num"
11177version = "0.4.3"
11178source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11180dependencies = [
11181 "num-bigint",
11182 "num-complex",
11183 "num-integer",
11184 "num-iter",
11185 "num-rational",
11186 "num-traits",
11187]
11188
11189[[package]]
11190name = "num-bigint"
11191version = "0.4.6"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11194dependencies = [
11195 "num-integer",
11196 "num-traits",
11197]
11198
11199[[package]]
11200name = "num-bigint-dig"
11201version = "0.8.6"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11204dependencies = [
11205 "lazy_static",
11206 "libm",
11207 "num-integer",
11208 "num-iter",
11209 "num-traits",
11210 "rand 0.8.5",
11211 "smallvec",
11212 "zeroize",
11213]
11214
11215[[package]]
11216name = "num-bigint-dig"
11217version = "0.9.1"
11218source = "registry+https://github.com/rust-lang/crates.io-index"
11219checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11220dependencies = [
11221 "libm",
11222 "num-integer",
11223 "num-iter",
11224 "num-traits",
11225 "once_cell",
11226 "rand 0.9.2",
11227 "serde",
11228 "smallvec",
11229 "zeroize",
11230]
11231
11232[[package]]
11233name = "num-cmp"
11234version = "0.1.0"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11237
11238[[package]]
11239name = "num-complex"
11240version = "0.4.6"
11241source = "registry+https://github.com/rust-lang/crates.io-index"
11242checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11243dependencies = [
11244 "bytemuck",
11245 "num-traits",
11246]
11247
11248[[package]]
11249name = "num-conv"
11250version = "0.2.0"
11251source = "registry+https://github.com/rust-lang/crates.io-index"
11252checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11253
11254[[package]]
11255name = "num-derive"
11256version = "0.4.2"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11259dependencies = [
11260 "proc-macro2",
11261 "quote",
11262 "syn 2.0.117",
11263]
11264
11265[[package]]
11266name = "num-format"
11267version = "0.4.4"
11268source = "registry+https://github.com/rust-lang/crates.io-index"
11269checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11270dependencies = [
11271 "arrayvec",
11272 "itoa",
11273]
11274
11275[[package]]
11276name = "num-integer"
11277version = "0.1.46"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11280dependencies = [
11281 "num-traits",
11282]
11283
11284[[package]]
11285name = "num-iter"
11286version = "0.1.45"
11287source = "registry+https://github.com/rust-lang/crates.io-index"
11288checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11289dependencies = [
11290 "autocfg",
11291 "num-integer",
11292 "num-traits",
11293]
11294
11295[[package]]
11296name = "num-rational"
11297version = "0.4.2"
11298source = "registry+https://github.com/rust-lang/crates.io-index"
11299checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11300dependencies = [
11301 "num-bigint",
11302 "num-integer",
11303 "num-traits",
11304]
11305
11306[[package]]
11307name = "num-traits"
11308version = "0.2.19"
11309source = "registry+https://github.com/rust-lang/crates.io-index"
11310checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11311dependencies = [
11312 "autocfg",
11313 "libm",
11314]
11315
11316[[package]]
11317name = "num_cpus"
11318version = "1.17.0"
11319source = "registry+https://github.com/rust-lang/crates.io-index"
11320checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11321dependencies = [
11322 "hermit-abi",
11323 "libc",
11324]
11325
11326[[package]]
11327name = "num_enum"
11328version = "0.7.4"
11329source = "registry+https://github.com/rust-lang/crates.io-index"
11330checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11331dependencies = [
11332 "num_enum_derive",
11333 "rustversion",
11334]
11335
11336[[package]]
11337name = "num_enum_derive"
11338version = "0.7.4"
11339source = "registry+https://github.com/rust-lang/crates.io-index"
11340checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11341dependencies = [
11342 "proc-macro-crate",
11343 "proc-macro2",
11344 "quote",
11345 "syn 2.0.117",
11346]
11347
11348[[package]]
11349name = "num_threads"
11350version = "0.1.7"
11351source = "registry+https://github.com/rust-lang/crates.io-index"
11352checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11353dependencies = [
11354 "libc",
11355]
11356
11357[[package]]
11358name = "nvim-rs"
11359version = "0.9.2"
11360source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11361dependencies = [
11362 "async-trait",
11363 "futures 0.3.32",
11364 "log",
11365 "rmp",
11366 "rmpv",
11367 "tokio",
11368 "tokio-util",
11369]
11370
11371[[package]]
11372name = "objc"
11373version = "0.2.7"
11374source = "registry+https://github.com/rust-lang/crates.io-index"
11375checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11376dependencies = [
11377 "malloc_buf",
11378 "objc_exception",
11379]
11380
11381[[package]]
11382name = "objc-foundation"
11383version = "0.1.1"
11384source = "registry+https://github.com/rust-lang/crates.io-index"
11385checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11386dependencies = [
11387 "block",
11388 "objc",
11389 "objc_id",
11390]
11391
11392[[package]]
11393name = "objc2"
11394version = "0.6.3"
11395source = "registry+https://github.com/rust-lang/crates.io-index"
11396checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11397dependencies = [
11398 "objc2-encode",
11399]
11400
11401[[package]]
11402name = "objc2-app-kit"
11403version = "0.3.1"
11404source = "registry+https://github.com/rust-lang/crates.io-index"
11405checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11406dependencies = [
11407 "objc2",
11408 "objc2-foundation",
11409]
11410
11411[[package]]
11412name = "objc2-audio-toolbox"
11413version = "0.3.2"
11414source = "registry+https://github.com/rust-lang/crates.io-index"
11415checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11416dependencies = [
11417 "bitflags 2.10.0",
11418 "libc",
11419 "objc2",
11420 "objc2-core-audio",
11421 "objc2-core-audio-types",
11422 "objc2-core-foundation",
11423 "objc2-foundation",
11424]
11425
11426[[package]]
11427name = "objc2-avf-audio"
11428version = "0.3.2"
11429source = "registry+https://github.com/rust-lang/crates.io-index"
11430checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11431dependencies = [
11432 "objc2",
11433 "objc2-foundation",
11434]
11435
11436[[package]]
11437name = "objc2-core-audio"
11438version = "0.3.2"
11439source = "registry+https://github.com/rust-lang/crates.io-index"
11440checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11441dependencies = [
11442 "dispatch2",
11443 "objc2",
11444 "objc2-core-audio-types",
11445 "objc2-core-foundation",
11446 "objc2-foundation",
11447]
11448
11449[[package]]
11450name = "objc2-core-audio-types"
11451version = "0.3.2"
11452source = "registry+https://github.com/rust-lang/crates.io-index"
11453checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11454dependencies = [
11455 "bitflags 2.10.0",
11456 "objc2",
11457]
11458
11459[[package]]
11460name = "objc2-core-foundation"
11461version = "0.3.2"
11462source = "registry+https://github.com/rust-lang/crates.io-index"
11463checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11464dependencies = [
11465 "bitflags 2.10.0",
11466 "block2",
11467 "dispatch2",
11468 "libc",
11469 "objc2",
11470]
11471
11472[[package]]
11473name = "objc2-encode"
11474version = "4.1.0"
11475source = "registry+https://github.com/rust-lang/crates.io-index"
11476checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11477
11478[[package]]
11479name = "objc2-foundation"
11480version = "0.3.2"
11481source = "registry+https://github.com/rust-lang/crates.io-index"
11482checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11483dependencies = [
11484 "bitflags 2.10.0",
11485 "block2",
11486 "libc",
11487 "objc2",
11488 "objc2-core-foundation",
11489]
11490
11491[[package]]
11492name = "objc2-io-kit"
11493version = "0.3.2"
11494source = "registry+https://github.com/rust-lang/crates.io-index"
11495checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11496dependencies = [
11497 "libc",
11498 "objc2-core-foundation",
11499]
11500
11501[[package]]
11502name = "objc2-metal"
11503version = "0.3.2"
11504source = "registry+https://github.com/rust-lang/crates.io-index"
11505checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11506dependencies = [
11507 "bitflags 2.10.0",
11508 "block2",
11509 "dispatch2",
11510 "objc2",
11511 "objc2-core-foundation",
11512 "objc2-foundation",
11513]
11514
11515[[package]]
11516name = "objc2-quartz-core"
11517version = "0.3.2"
11518source = "registry+https://github.com/rust-lang/crates.io-index"
11519checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11520dependencies = [
11521 "bitflags 2.10.0",
11522 "objc2",
11523 "objc2-core-foundation",
11524 "objc2-foundation",
11525 "objc2-metal",
11526]
11527
11528[[package]]
11529name = "objc_exception"
11530version = "0.1.2"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11533dependencies = [
11534 "cc",
11535]
11536
11537[[package]]
11538name = "objc_id"
11539version = "0.1.1"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11542dependencies = [
11543 "objc",
11544]
11545
11546[[package]]
11547name = "object"
11548version = "0.37.3"
11549source = "registry+https://github.com/rust-lang/crates.io-index"
11550checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11551dependencies = [
11552 "crc32fast",
11553 "hashbrown 0.15.5",
11554 "indexmap",
11555 "memchr",
11556]
11557
11558[[package]]
11559name = "octocrab"
11560version = "0.49.7"
11561source = "registry+https://github.com/rust-lang/crates.io-index"
11562checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11563dependencies = [
11564 "arc-swap",
11565 "async-trait",
11566 "base64 0.22.1",
11567 "bytes 1.11.1",
11568 "cargo_metadata 0.23.1",
11569 "cfg-if",
11570 "chrono",
11571 "either",
11572 "futures 0.3.32",
11573 "futures-core",
11574 "futures-util",
11575 "getrandom 0.2.16",
11576 "http 1.3.1",
11577 "http-body 1.0.1",
11578 "http-body-util",
11579 "hyper 1.7.0",
11580 "hyper-rustls 0.27.7",
11581 "hyper-timeout",
11582 "hyper-util",
11583 "jsonwebtoken",
11584 "once_cell",
11585 "percent-encoding",
11586 "pin-project",
11587 "secrecy",
11588 "serde",
11589 "serde_json",
11590 "serde_path_to_error",
11591 "serde_urlencoded",
11592 "snafu",
11593 "tokio",
11594 "tower 0.5.2",
11595 "tower-http 0.6.6",
11596 "url",
11597 "web-time",
11598]
11599
11600[[package]]
11601name = "ollama"
11602version = "0.1.0"
11603dependencies = [
11604 "anyhow",
11605 "futures 0.3.32",
11606 "http_client",
11607 "schemars",
11608 "serde",
11609 "serde_json",
11610 "settings",
11611]
11612
11613[[package]]
11614name = "onboarding"
11615version = "0.1.0"
11616dependencies = [
11617 "anyhow",
11618 "client",
11619 "cloud_api_types",
11620 "collections",
11621 "component",
11622 "db",
11623 "documented",
11624 "fs",
11625 "fuzzy",
11626 "gpui",
11627 "menu",
11628 "notifications",
11629 "picker",
11630 "project",
11631 "schemars",
11632 "serde",
11633 "settings",
11634 "telemetry",
11635 "theme",
11636 "theme_settings",
11637 "ui",
11638 "util",
11639 "vim_mode_setting",
11640 "workspace",
11641 "zed_actions",
11642 "zlog",
11643]
11644
11645[[package]]
11646name = "once_cell"
11647version = "1.21.3"
11648source = "registry+https://github.com/rust-lang/crates.io-index"
11649checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11650
11651[[package]]
11652name = "once_cell_polyfill"
11653version = "1.70.1"
11654source = "registry+https://github.com/rust-lang/crates.io-index"
11655checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11656
11657[[package]]
11658name = "oo7"
11659version = "0.6.0"
11660source = "registry+https://github.com/rust-lang/crates.io-index"
11661checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11662dependencies = [
11663 "aes",
11664 "ashpd",
11665 "async-fs",
11666 "async-io",
11667 "async-lock 3.4.2",
11668 "blocking",
11669 "cbc",
11670 "cipher",
11671 "digest",
11672 "endi",
11673 "futures-lite 2.6.1",
11674 "futures-util",
11675 "getrandom 0.4.1",
11676 "hkdf",
11677 "hmac",
11678 "md-5",
11679 "num",
11680 "num-bigint-dig 0.9.1",
11681 "pbkdf2 0.12.2",
11682 "serde",
11683 "serde_bytes",
11684 "sha2",
11685 "subtle",
11686 "zbus",
11687 "zbus_macros",
11688 "zeroize",
11689 "zvariant",
11690]
11691
11692[[package]]
11693name = "oorandom"
11694version = "11.1.5"
11695source = "registry+https://github.com/rust-lang/crates.io-index"
11696checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11697
11698[[package]]
11699name = "open"
11700version = "5.3.2"
11701source = "registry+https://github.com/rust-lang/crates.io-index"
11702checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11703dependencies = [
11704 "is-wsl",
11705 "libc",
11706 "pathdiff",
11707]
11708
11709[[package]]
11710name = "open_ai"
11711version = "0.1.0"
11712dependencies = [
11713 "anyhow",
11714 "collections",
11715 "futures 0.3.32",
11716 "http_client",
11717 "language_model_core",
11718 "log",
11719 "pretty_assertions",
11720 "rand 0.9.2",
11721 "schemars",
11722 "serde",
11723 "serde_json",
11724 "strum 0.27.2",
11725 "thiserror 2.0.17",
11726 "tiktoken-rs",
11727]
11728
11729[[package]]
11730name = "open_path_prompt"
11731version = "0.1.0"
11732dependencies = [
11733 "editor",
11734 "file_icons",
11735 "futures 0.3.32",
11736 "fuzzy",
11737 "gpui",
11738 "picker",
11739 "project",
11740 "schemars",
11741 "serde",
11742 "serde_json",
11743 "settings",
11744 "theme",
11745 "theme_settings",
11746 "ui",
11747 "util",
11748 "workspace",
11749]
11750
11751[[package]]
11752name = "open_router"
11753version = "0.1.0"
11754dependencies = [
11755 "anyhow",
11756 "futures 0.3.32",
11757 "http_client",
11758 "language_model_core",
11759 "schemars",
11760 "serde",
11761 "serde_json",
11762 "settings",
11763 "strum 0.27.2",
11764 "thiserror 2.0.17",
11765]
11766
11767[[package]]
11768name = "opencode"
11769version = "0.1.0"
11770dependencies = [
11771 "anyhow",
11772 "futures 0.3.32",
11773 "google_ai",
11774 "http_client",
11775 "schemars",
11776 "serde",
11777 "serde_json",
11778 "strum 0.27.2",
11779]
11780
11781[[package]]
11782name = "opener"
11783version = "0.7.2"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11786dependencies = [
11787 "bstr",
11788 "dbus",
11789 "normpath",
11790 "windows-sys 0.59.0",
11791]
11792
11793[[package]]
11794name = "openssl"
11795version = "0.10.74"
11796source = "registry+https://github.com/rust-lang/crates.io-index"
11797checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11798dependencies = [
11799 "bitflags 2.10.0",
11800 "cfg-if",
11801 "foreign-types 0.3.2",
11802 "libc",
11803 "once_cell",
11804 "openssl-macros",
11805 "openssl-sys",
11806]
11807
11808[[package]]
11809name = "openssl-macros"
11810version = "0.1.1"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11813dependencies = [
11814 "proc-macro2",
11815 "quote",
11816 "syn 2.0.117",
11817]
11818
11819[[package]]
11820name = "openssl-probe"
11821version = "0.1.6"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11824
11825[[package]]
11826name = "openssl-sys"
11827version = "0.9.110"
11828source = "registry+https://github.com/rust-lang/crates.io-index"
11829checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11830dependencies = [
11831 "cc",
11832 "libc",
11833 "pkg-config",
11834 "vcpkg",
11835]
11836
11837[[package]]
11838name = "optfield"
11839version = "0.4.0"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11842dependencies = [
11843 "proc-macro2",
11844 "quote",
11845 "syn 2.0.117",
11846]
11847
11848[[package]]
11849name = "option-ext"
11850version = "0.2.0"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11853
11854[[package]]
11855name = "ordered-float"
11856version = "2.10.1"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11859dependencies = [
11860 "num-traits",
11861]
11862
11863[[package]]
11864name = "ordered-float"
11865version = "4.6.0"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11868dependencies = [
11869 "num-traits",
11870]
11871
11872[[package]]
11873name = "ordered-stream"
11874version = "0.2.0"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11877dependencies = [
11878 "futures-core",
11879 "pin-project-lite",
11880]
11881
11882[[package]]
11883name = "ouroboros"
11884version = "0.18.5"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11887dependencies = [
11888 "aliasable",
11889 "ouroboros_macro",
11890 "static_assertions",
11891]
11892
11893[[package]]
11894name = "ouroboros_macro"
11895version = "0.18.5"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11898dependencies = [
11899 "heck 0.4.1",
11900 "proc-macro2",
11901 "proc-macro2-diagnostics",
11902 "quote",
11903 "syn 2.0.117",
11904]
11905
11906[[package]]
11907name = "outline"
11908version = "0.1.0"
11909dependencies = [
11910 "editor",
11911 "fuzzy",
11912 "gpui",
11913 "indoc",
11914 "language",
11915 "lsp",
11916 "menu",
11917 "ordered-float 2.10.1",
11918 "picker",
11919 "project",
11920 "rope",
11921 "serde_json",
11922 "settings",
11923 "smol",
11924 "theme",
11925 "theme_settings",
11926 "ui",
11927 "util",
11928 "workspace",
11929 "zed_actions",
11930]
11931
11932[[package]]
11933name = "outline_panel"
11934version = "0.1.0"
11935dependencies = [
11936 "anyhow",
11937 "collections",
11938 "db",
11939 "editor",
11940 "file_icons",
11941 "fuzzy",
11942 "gpui",
11943 "itertools 0.14.0",
11944 "language",
11945 "log",
11946 "lsp",
11947 "menu",
11948 "outline",
11949 "pretty_assertions",
11950 "project",
11951 "search",
11952 "serde",
11953 "serde_json",
11954 "settings",
11955 "smallvec",
11956 "smol",
11957 "theme",
11958 "theme_settings",
11959 "ui",
11960 "util",
11961 "workspace",
11962 "worktree",
11963 "zed_actions",
11964]
11965
11966[[package]]
11967name = "outref"
11968version = "0.5.2"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11971
11972[[package]]
11973name = "p256"
11974version = "0.11.1"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11977dependencies = [
11978 "ecdsa",
11979 "elliptic-curve",
11980 "sha2",
11981]
11982
11983[[package]]
11984name = "page_size"
11985version = "0.6.0"
11986source = "registry+https://github.com/rust-lang/crates.io-index"
11987checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11988dependencies = [
11989 "libc",
11990 "winapi",
11991]
11992
11993[[package]]
11994name = "palette"
11995version = "0.7.6"
11996source = "registry+https://github.com/rust-lang/crates.io-index"
11997checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11998dependencies = [
11999 "approx",
12000 "fast-srgb8",
12001 "palette_derive",
12002]
12003
12004[[package]]
12005name = "palette_derive"
12006version = "0.7.6"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
12009dependencies = [
12010 "by_address",
12011 "proc-macro2",
12012 "quote",
12013 "syn 2.0.117",
12014]
12015
12016[[package]]
12017name = "panel"
12018version = "0.1.0"
12019dependencies = [
12020 "gpui",
12021 "ui",
12022 "workspace",
12023]
12024
12025[[package]]
12026name = "parking"
12027version = "2.2.1"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12030
12031[[package]]
12032name = "parking_lot"
12033version = "0.12.5"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12036dependencies = [
12037 "lock_api",
12038 "parking_lot_core",
12039]
12040
12041[[package]]
12042name = "parking_lot_core"
12043version = "0.9.12"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12046dependencies = [
12047 "cfg-if",
12048 "libc",
12049 "redox_syscall 0.5.18",
12050 "smallvec",
12051 "windows-link 0.2.1",
12052]
12053
12054[[package]]
12055name = "parse_int"
12056version = "0.9.0"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12059dependencies = [
12060 "num-traits",
12061]
12062
12063[[package]]
12064name = "partial-json-fixer"
12065version = "0.5.3"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12068
12069[[package]]
12070name = "password-hash"
12071version = "0.4.2"
12072source = "registry+https://github.com/rust-lang/crates.io-index"
12073checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12074dependencies = [
12075 "base64ct",
12076 "rand_core 0.6.4",
12077 "subtle",
12078]
12079
12080[[package]]
12081name = "paste"
12082version = "1.0.15"
12083source = "registry+https://github.com/rust-lang/crates.io-index"
12084checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12085
12086[[package]]
12087name = "pathdiff"
12088version = "0.2.3"
12089source = "registry+https://github.com/rust-lang/crates.io-index"
12090checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12091
12092[[package]]
12093name = "pathfinder_geometry"
12094version = "0.5.1"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12097dependencies = [
12098 "log",
12099 "pathfinder_simd",
12100]
12101
12102[[package]]
12103name = "pathfinder_simd"
12104version = "0.5.5"
12105source = "registry+https://github.com/rust-lang/crates.io-index"
12106checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12107dependencies = [
12108 "rustc_version",
12109]
12110
12111[[package]]
12112name = "paths"
12113version = "0.1.0"
12114dependencies = [
12115 "dirs 4.0.0",
12116 "ignore",
12117 "util",
12118]
12119
12120[[package]]
12121name = "pbjson"
12122version = "0.6.0"
12123source = "registry+https://github.com/rust-lang/crates.io-index"
12124checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12125dependencies = [
12126 "base64 0.21.7",
12127 "serde",
12128]
12129
12130[[package]]
12131name = "pbjson-build"
12132version = "0.6.2"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12135dependencies = [
12136 "heck 0.4.1",
12137 "itertools 0.11.0",
12138 "prost 0.12.6",
12139 "prost-types 0.12.6",
12140]
12141
12142[[package]]
12143name = "pbjson-types"
12144version = "0.6.0"
12145source = "registry+https://github.com/rust-lang/crates.io-index"
12146checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12147dependencies = [
12148 "bytes 1.11.1",
12149 "chrono",
12150 "pbjson",
12151 "pbjson-build",
12152 "prost 0.12.6",
12153 "prost-build 0.12.6",
12154 "serde",
12155]
12156
12157[[package]]
12158name = "pbkdf2"
12159version = "0.11.0"
12160source = "registry+https://github.com/rust-lang/crates.io-index"
12161checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12162dependencies = [
12163 "digest",
12164 "hmac",
12165 "password-hash",
12166 "sha2",
12167]
12168
12169[[package]]
12170name = "pbkdf2"
12171version = "0.12.2"
12172source = "registry+https://github.com/rust-lang/crates.io-index"
12173checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12174dependencies = [
12175 "digest",
12176 "hmac",
12177]
12178
12179[[package]]
12180name = "pciid-parser"
12181version = "0.8.0"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12184
12185[[package]]
12186name = "peg"
12187version = "0.8.5"
12188source = "registry+https://github.com/rust-lang/crates.io-index"
12189checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12190dependencies = [
12191 "peg-macros",
12192 "peg-runtime",
12193]
12194
12195[[package]]
12196name = "peg-macros"
12197version = "0.8.5"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12200dependencies = [
12201 "peg-runtime",
12202 "proc-macro2",
12203 "quote",
12204]
12205
12206[[package]]
12207name = "peg-runtime"
12208version = "0.8.5"
12209source = "registry+https://github.com/rust-lang/crates.io-index"
12210checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12211
12212[[package]]
12213name = "pem"
12214version = "3.0.6"
12215source = "registry+https://github.com/rust-lang/crates.io-index"
12216checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12217dependencies = [
12218 "base64 0.22.1",
12219 "serde_core",
12220]
12221
12222[[package]]
12223name = "pem-rfc7468"
12224version = "0.7.0"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12227dependencies = [
12228 "base64ct",
12229]
12230
12231[[package]]
12232name = "percent-encoding"
12233version = "2.3.2"
12234source = "registry+https://github.com/rust-lang/crates.io-index"
12235checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12236
12237[[package]]
12238name = "perf"
12239version = "0.1.0"
12240dependencies = [
12241 "collections",
12242 "serde",
12243 "serde_json",
12244]
12245
12246[[package]]
12247name = "pest"
12248version = "2.8.3"
12249source = "registry+https://github.com/rust-lang/crates.io-index"
12250checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12251dependencies = [
12252 "memchr",
12253 "ucd-trie",
12254]
12255
12256[[package]]
12257name = "pest_derive"
12258version = "2.8.3"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12261dependencies = [
12262 "pest",
12263 "pest_generator",
12264]
12265
12266[[package]]
12267name = "pest_generator"
12268version = "2.8.3"
12269source = "registry+https://github.com/rust-lang/crates.io-index"
12270checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12271dependencies = [
12272 "pest",
12273 "pest_meta",
12274 "proc-macro2",
12275 "quote",
12276 "syn 2.0.117",
12277]
12278
12279[[package]]
12280name = "pest_meta"
12281version = "2.8.3"
12282source = "registry+https://github.com/rust-lang/crates.io-index"
12283checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12284dependencies = [
12285 "pest",
12286 "sha2",
12287]
12288
12289[[package]]
12290name = "pet"
12291version = "0.1.0"
12292source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12293dependencies = [
12294 "clap",
12295 "env_logger 0.10.2",
12296 "lazy_static",
12297 "log",
12298 "msvc_spectre_libs",
12299 "pet-conda",
12300 "pet-core",
12301 "pet-env-var-path",
12302 "pet-fs",
12303 "pet-global-virtualenvs",
12304 "pet-homebrew",
12305 "pet-jsonrpc",
12306 "pet-linux-global-python",
12307 "pet-mac-commandlinetools",
12308 "pet-mac-python-org",
12309 "pet-mac-xcode",
12310 "pet-pipenv",
12311 "pet-pixi",
12312 "pet-poetry",
12313 "pet-pyenv",
12314 "pet-python-utils",
12315 "pet-reporter",
12316 "pet-telemetry",
12317 "pet-uv",
12318 "pet-venv",
12319 "pet-virtualenv",
12320 "pet-virtualenvwrapper",
12321 "pet-windows-registry",
12322 "pet-windows-store",
12323 "pet-winpython",
12324 "serde",
12325 "serde_json",
12326 "tracing",
12327 "tracing-subscriber",
12328 "winresource",
12329]
12330
12331[[package]]
12332name = "pet-conda"
12333version = "0.1.0"
12334source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12335dependencies = [
12336 "env_logger 0.10.2",
12337 "lazy_static",
12338 "log",
12339 "msvc_spectre_libs",
12340 "pet-core",
12341 "pet-fs",
12342 "pet-python-utils",
12343 "pet-reporter",
12344 "rayon",
12345 "regex",
12346 "serde",
12347 "serde_json",
12348 "yaml-rust2",
12349]
12350
12351[[package]]
12352name = "pet-core"
12353version = "0.1.0"
12354source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12355dependencies = [
12356 "clap",
12357 "lazy_static",
12358 "log",
12359 "msvc_spectre_libs",
12360 "pet-fs",
12361 "regex",
12362 "serde",
12363 "serde_json",
12364]
12365
12366[[package]]
12367name = "pet-env-var-path"
12368version = "0.1.0"
12369source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12370dependencies = [
12371 "lazy_static",
12372 "log",
12373 "msvc_spectre_libs",
12374 "pet-conda",
12375 "pet-core",
12376 "pet-fs",
12377 "pet-python-utils",
12378 "pet-virtualenv",
12379 "regex",
12380]
12381
12382[[package]]
12383name = "pet-fs"
12384version = "0.1.0"
12385source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12386dependencies = [
12387 "glob",
12388 "log",
12389 "msvc_spectre_libs",
12390 "windows-sys 0.59.0",
12391]
12392
12393[[package]]
12394name = "pet-global-virtualenvs"
12395version = "0.1.0"
12396source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12397dependencies = [
12398 "log",
12399 "msvc_spectre_libs",
12400 "pet-conda",
12401 "pet-core",
12402 "pet-fs",
12403 "pet-virtualenv",
12404]
12405
12406[[package]]
12407name = "pet-homebrew"
12408version = "0.1.0"
12409source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12410dependencies = [
12411 "lazy_static",
12412 "log",
12413 "msvc_spectre_libs",
12414 "pet-conda",
12415 "pet-core",
12416 "pet-fs",
12417 "pet-python-utils",
12418 "pet-virtualenv",
12419 "rayon",
12420 "regex",
12421 "serde",
12422 "serde_json",
12423]
12424
12425[[package]]
12426name = "pet-jsonrpc"
12427version = "0.1.0"
12428source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12429dependencies = [
12430 "env_logger 0.10.2",
12431 "log",
12432 "msvc_spectre_libs",
12433 "pet-core",
12434 "serde",
12435 "serde_json",
12436]
12437
12438[[package]]
12439name = "pet-linux-global-python"
12440version = "0.1.0"
12441source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12442dependencies = [
12443 "log",
12444 "msvc_spectre_libs",
12445 "pet-core",
12446 "pet-fs",
12447 "pet-python-utils",
12448 "pet-virtualenv",
12449]
12450
12451[[package]]
12452name = "pet-mac-commandlinetools"
12453version = "0.1.0"
12454source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12455dependencies = [
12456 "log",
12457 "msvc_spectre_libs",
12458 "pet-core",
12459 "pet-fs",
12460 "pet-python-utils",
12461 "pet-virtualenv",
12462]
12463
12464[[package]]
12465name = "pet-mac-python-org"
12466version = "0.1.0"
12467source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12468dependencies = [
12469 "log",
12470 "msvc_spectre_libs",
12471 "pet-core",
12472 "pet-fs",
12473 "pet-python-utils",
12474 "pet-virtualenv",
12475]
12476
12477[[package]]
12478name = "pet-mac-xcode"
12479version = "0.1.0"
12480source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12481dependencies = [
12482 "log",
12483 "msvc_spectre_libs",
12484 "pet-core",
12485 "pet-fs",
12486 "pet-python-utils",
12487 "pet-virtualenv",
12488]
12489
12490[[package]]
12491name = "pet-pipenv"
12492version = "0.1.0"
12493source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12494dependencies = [
12495 "lazy_static",
12496 "log",
12497 "msvc_spectre_libs",
12498 "pet-core",
12499 "pet-fs",
12500 "pet-python-utils",
12501 "pet-virtualenv",
12502 "regex",
12503]
12504
12505[[package]]
12506name = "pet-pixi"
12507version = "0.1.0"
12508source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12509dependencies = [
12510 "log",
12511 "msvc_spectre_libs",
12512 "pet-conda",
12513 "pet-core",
12514 "pet-python-utils",
12515]
12516
12517[[package]]
12518name = "pet-poetry"
12519version = "0.1.0"
12520source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12521dependencies = [
12522 "base64 0.22.1",
12523 "lazy_static",
12524 "log",
12525 "msvc_spectre_libs",
12526 "pet-core",
12527 "pet-fs",
12528 "pet-python-utils",
12529 "pet-reporter",
12530 "pet-virtualenv",
12531 "regex",
12532 "serde",
12533 "serde_json",
12534 "sha2",
12535 "toml 0.8.23",
12536]
12537
12538[[package]]
12539name = "pet-pyenv"
12540version = "0.1.0"
12541source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12542dependencies = [
12543 "lazy_static",
12544 "log",
12545 "msvc_spectre_libs",
12546 "pet-conda",
12547 "pet-core",
12548 "pet-fs",
12549 "pet-python-utils",
12550 "pet-reporter",
12551 "regex",
12552 "serde",
12553 "serde_json",
12554]
12555
12556[[package]]
12557name = "pet-python-utils"
12558version = "0.1.0"
12559source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12560dependencies = [
12561 "env_logger 0.10.2",
12562 "lazy_static",
12563 "log",
12564 "msvc_spectre_libs",
12565 "pet-core",
12566 "pet-fs",
12567 "regex",
12568 "serde",
12569 "serde_json",
12570 "sha2",
12571]
12572
12573[[package]]
12574name = "pet-reporter"
12575version = "0.1.0"
12576source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12577dependencies = [
12578 "env_logger 0.10.2",
12579 "log",
12580 "msvc_spectre_libs",
12581 "pet-core",
12582 "pet-jsonrpc",
12583 "serde",
12584 "serde_json",
12585]
12586
12587[[package]]
12588name = "pet-telemetry"
12589version = "0.1.0"
12590source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12591dependencies = [
12592 "env_logger 0.10.2",
12593 "lazy_static",
12594 "log",
12595 "msvc_spectre_libs",
12596 "pet-core",
12597 "pet-fs",
12598 "pet-python-utils",
12599 "regex",
12600]
12601
12602[[package]]
12603name = "pet-uv"
12604version = "0.1.0"
12605source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12606dependencies = [
12607 "log",
12608 "pet-core",
12609 "pet-python-utils",
12610 "serde",
12611 "toml 0.9.8",
12612]
12613
12614[[package]]
12615name = "pet-venv"
12616version = "0.1.0"
12617source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12618dependencies = [
12619 "log",
12620 "msvc_spectre_libs",
12621 "pet-core",
12622 "pet-python-utils",
12623 "pet-virtualenv",
12624]
12625
12626[[package]]
12627name = "pet-virtualenv"
12628version = "0.1.0"
12629source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12630dependencies = [
12631 "log",
12632 "msvc_spectre_libs",
12633 "pet-core",
12634 "pet-fs",
12635 "pet-python-utils",
12636]
12637
12638[[package]]
12639name = "pet-virtualenvwrapper"
12640version = "0.1.0"
12641source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12642dependencies = [
12643 "log",
12644 "msvc_spectre_libs",
12645 "pet-core",
12646 "pet-fs",
12647 "pet-python-utils",
12648 "pet-virtualenv",
12649]
12650
12651[[package]]
12652name = "pet-windows-registry"
12653version = "0.1.0"
12654source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12655dependencies = [
12656 "lazy_static",
12657 "log",
12658 "msvc_spectre_libs",
12659 "pet-conda",
12660 "pet-core",
12661 "pet-fs",
12662 "pet-python-utils",
12663 "pet-virtualenv",
12664 "pet-windows-store",
12665 "regex",
12666 "winreg 0.55.0",
12667]
12668
12669[[package]]
12670name = "pet-windows-store"
12671version = "0.1.0"
12672source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12673dependencies = [
12674 "lazy_static",
12675 "log",
12676 "msvc_spectre_libs",
12677 "pet-core",
12678 "pet-fs",
12679 "pet-python-utils",
12680 "pet-virtualenv",
12681 "regex",
12682 "winreg 0.55.0",
12683]
12684
12685[[package]]
12686name = "pet-winpython"
12687version = "0.1.0"
12688source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12689dependencies = [
12690 "lazy_static",
12691 "log",
12692 "pet-core",
12693 "pet-fs",
12694 "pet-python-utils",
12695 "pet-virtualenv",
12696 "regex",
12697]
12698
12699[[package]]
12700name = "petgraph"
12701version = "0.6.5"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12704dependencies = [
12705 "fixedbitset 0.4.2",
12706 "indexmap",
12707]
12708
12709[[package]]
12710name = "pgvector"
12711version = "0.4.1"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12714dependencies = [
12715 "serde",
12716]
12717
12718[[package]]
12719name = "phf"
12720version = "0.11.3"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12723dependencies = [
12724 "phf_macros 0.11.3",
12725 "phf_shared 0.11.3",
12726]
12727
12728[[package]]
12729name = "phf"
12730version = "0.12.1"
12731source = "registry+https://github.com/rust-lang/crates.io-index"
12732checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12733dependencies = [
12734 "phf_macros 0.12.1",
12735 "phf_shared 0.12.1",
12736]
12737
12738[[package]]
12739name = "phf_codegen"
12740version = "0.11.3"
12741source = "registry+https://github.com/rust-lang/crates.io-index"
12742checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12743dependencies = [
12744 "phf_generator 0.11.3",
12745 "phf_shared 0.11.3",
12746]
12747
12748[[package]]
12749name = "phf_generator"
12750version = "0.11.3"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12753dependencies = [
12754 "phf_shared 0.11.3",
12755 "rand 0.8.5",
12756]
12757
12758[[package]]
12759name = "phf_generator"
12760version = "0.12.1"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12763dependencies = [
12764 "fastrand 2.3.0",
12765 "phf_shared 0.12.1",
12766]
12767
12768[[package]]
12769name = "phf_macros"
12770version = "0.11.3"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12773dependencies = [
12774 "phf_generator 0.11.3",
12775 "phf_shared 0.11.3",
12776 "proc-macro2",
12777 "quote",
12778 "syn 2.0.117",
12779]
12780
12781[[package]]
12782name = "phf_macros"
12783version = "0.12.1"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12786dependencies = [
12787 "phf_generator 0.12.1",
12788 "phf_shared 0.12.1",
12789 "proc-macro2",
12790 "quote",
12791 "syn 2.0.117",
12792]
12793
12794[[package]]
12795name = "phf_shared"
12796version = "0.11.3"
12797source = "registry+https://github.com/rust-lang/crates.io-index"
12798checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12799dependencies = [
12800 "siphasher 1.0.1",
12801]
12802
12803[[package]]
12804name = "phf_shared"
12805version = "0.12.1"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12808dependencies = [
12809 "siphasher 1.0.1",
12810]
12811
12812[[package]]
12813name = "picker"
12814version = "0.1.0"
12815dependencies = [
12816 "anyhow",
12817 "editor",
12818 "gpui",
12819 "menu",
12820 "schemars",
12821 "serde",
12822 "settings",
12823 "theme",
12824 "theme_settings",
12825 "ui",
12826 "ui_input",
12827 "workspace",
12828 "zed_actions",
12829]
12830
12831[[package]]
12832name = "pico-args"
12833version = "0.5.0"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12836
12837[[package]]
12838name = "pin-project"
12839version = "1.1.10"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12842dependencies = [
12843 "pin-project-internal",
12844]
12845
12846[[package]]
12847name = "pin-project-internal"
12848version = "1.1.10"
12849source = "registry+https://github.com/rust-lang/crates.io-index"
12850checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12851dependencies = [
12852 "proc-macro2",
12853 "quote",
12854 "syn 2.0.117",
12855]
12856
12857[[package]]
12858name = "pin-project-lite"
12859version = "0.2.16"
12860source = "registry+https://github.com/rust-lang/crates.io-index"
12861checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12862
12863[[package]]
12864name = "pin-utils"
12865version = "0.1.0"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12868
12869[[package]]
12870name = "piper"
12871version = "0.2.4"
12872source = "registry+https://github.com/rust-lang/crates.io-index"
12873checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12874dependencies = [
12875 "atomic-waker",
12876 "fastrand 2.3.0",
12877 "futures-io",
12878]
12879
12880[[package]]
12881name = "pkcs1"
12882version = "0.7.5"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12885dependencies = [
12886 "der 0.7.10",
12887 "pkcs8 0.10.2",
12888 "spki 0.7.3",
12889]
12890
12891[[package]]
12892name = "pkcs8"
12893version = "0.9.0"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12896dependencies = [
12897 "der 0.6.1",
12898 "spki 0.6.0",
12899]
12900
12901[[package]]
12902name = "pkcs8"
12903version = "0.10.2"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12906dependencies = [
12907 "der 0.7.10",
12908 "spki 0.7.3",
12909]
12910
12911[[package]]
12912name = "pkg-config"
12913version = "0.3.32"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12916
12917[[package]]
12918name = "plain"
12919version = "0.2.3"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12922
12923[[package]]
12924name = "platform_title_bar"
12925version = "0.1.0"
12926dependencies = [
12927 "gpui",
12928 "project",
12929 "settings",
12930 "smallvec",
12931 "theme",
12932 "theme_settings",
12933 "ui",
12934 "windows 0.61.3",
12935 "workspace",
12936 "zed_actions",
12937]
12938
12939[[package]]
12940name = "plist"
12941version = "1.8.0"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12944dependencies = [
12945 "base64 0.22.1",
12946 "indexmap",
12947 "quick-xml 0.38.3",
12948 "serde",
12949 "time",
12950]
12951
12952[[package]]
12953name = "plotters"
12954version = "0.3.7"
12955source = "registry+https://github.com/rust-lang/crates.io-index"
12956checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12957dependencies = [
12958 "num-traits",
12959 "plotters-backend",
12960 "plotters-svg",
12961 "wasm-bindgen",
12962 "web-sys",
12963]
12964
12965[[package]]
12966name = "plotters-backend"
12967version = "0.3.7"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12970
12971[[package]]
12972name = "plotters-svg"
12973version = "0.3.7"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12976dependencies = [
12977 "plotters-backend",
12978]
12979
12980[[package]]
12981name = "png"
12982version = "0.17.16"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12985dependencies = [
12986 "bitflags 1.3.2",
12987 "crc32fast",
12988 "fdeflate",
12989 "flate2",
12990 "miniz_oxide",
12991]
12992
12993[[package]]
12994name = "png"
12995version = "0.18.0"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12998dependencies = [
12999 "bitflags 2.10.0",
13000 "crc32fast",
13001 "fdeflate",
13002 "flate2",
13003 "miniz_oxide",
13004]
13005
13006[[package]]
13007name = "polling"
13008version = "3.11.0"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
13011dependencies = [
13012 "cfg-if",
13013 "concurrent-queue",
13014 "hermit-abi",
13015 "pin-project-lite",
13016 "rustix 1.1.2",
13017 "windows-sys 0.61.2",
13018]
13019
13020[[package]]
13021name = "pollster"
13022version = "0.2.5"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13025
13026[[package]]
13027name = "pollster"
13028version = "0.4.0"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13031
13032[[package]]
13033name = "pori"
13034version = "0.0.0"
13035source = "registry+https://github.com/rust-lang/crates.io-index"
13036checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13037dependencies = [
13038 "nom 7.1.3",
13039]
13040
13041[[package]]
13042name = "portable-atomic"
13043version = "1.11.1"
13044source = "registry+https://github.com/rust-lang/crates.io-index"
13045checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13046
13047[[package]]
13048name = "portable-atomic-util"
13049version = "0.2.4"
13050source = "registry+https://github.com/rust-lang/crates.io-index"
13051checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13052dependencies = [
13053 "portable-atomic",
13054]
13055
13056[[package]]
13057name = "portable-pty"
13058version = "0.9.0"
13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13061dependencies = [
13062 "anyhow",
13063 "bitflags 1.3.2",
13064 "downcast-rs",
13065 "filedescriptor",
13066 "lazy_static",
13067 "libc",
13068 "log",
13069 "nix 0.28.0",
13070 "serial2",
13071 "shared_library",
13072 "shell-words",
13073 "winapi",
13074 "winreg 0.10.1",
13075]
13076
13077[[package]]
13078name = "postage"
13079version = "0.5.0"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13082dependencies = [
13083 "atomic",
13084 "crossbeam-queue",
13085 "futures 0.3.32",
13086 "log",
13087 "parking_lot",
13088 "pin-project",
13089 "pollster 0.2.5",
13090 "static_assertions",
13091 "thiserror 1.0.69",
13092]
13093
13094[[package]]
13095name = "postcard"
13096version = "1.1.3"
13097source = "registry+https://github.com/rust-lang/crates.io-index"
13098checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13099dependencies = [
13100 "cobs",
13101 "embedded-io 0.4.0",
13102 "embedded-io 0.6.1",
13103 "serde",
13104]
13105
13106[[package]]
13107name = "potential_utf"
13108version = "0.1.3"
13109source = "registry+https://github.com/rust-lang/crates.io-index"
13110checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13111dependencies = [
13112 "zerovec",
13113]
13114
13115[[package]]
13116name = "powerfmt"
13117version = "0.2.0"
13118source = "registry+https://github.com/rust-lang/crates.io-index"
13119checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13120
13121[[package]]
13122name = "ppv-lite86"
13123version = "0.2.21"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13126dependencies = [
13127 "zerocopy",
13128]
13129
13130[[package]]
13131name = "precomputed-hash"
13132version = "0.1.1"
13133source = "registry+https://github.com/rust-lang/crates.io-index"
13134checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13135
13136[[package]]
13137name = "presser"
13138version = "0.3.1"
13139source = "registry+https://github.com/rust-lang/crates.io-index"
13140checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13141
13142[[package]]
13143name = "prettier"
13144version = "0.1.0"
13145dependencies = [
13146 "anyhow",
13147 "collections",
13148 "fs",
13149 "gpui",
13150 "language",
13151 "log",
13152 "lsp",
13153 "node_runtime",
13154 "parking_lot",
13155 "paths",
13156 "serde",
13157 "serde_json",
13158 "util",
13159]
13160
13161[[package]]
13162name = "pretty_assertions"
13163version = "1.4.1"
13164source = "registry+https://github.com/rust-lang/crates.io-index"
13165checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13166dependencies = [
13167 "diff",
13168 "yansi",
13169]
13170
13171[[package]]
13172name = "prettyplease"
13173version = "0.2.37"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13176dependencies = [
13177 "proc-macro2",
13178 "syn 2.0.117",
13179]
13180
13181[[package]]
13182name = "primal-check"
13183version = "0.3.4"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13186dependencies = [
13187 "num-integer",
13188]
13189
13190[[package]]
13191name = "proc-macro-crate"
13192version = "3.4.0"
13193source = "registry+https://github.com/rust-lang/crates.io-index"
13194checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13195dependencies = [
13196 "toml_edit 0.23.7",
13197]
13198
13199[[package]]
13200name = "proc-macro-error"
13201version = "1.0.4"
13202source = "registry+https://github.com/rust-lang/crates.io-index"
13203checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13204dependencies = [
13205 "proc-macro-error-attr",
13206 "proc-macro2",
13207 "quote",
13208 "syn 1.0.109",
13209 "version_check",
13210]
13211
13212[[package]]
13213name = "proc-macro-error-attr"
13214version = "1.0.4"
13215source = "registry+https://github.com/rust-lang/crates.io-index"
13216checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13217dependencies = [
13218 "proc-macro2",
13219 "quote",
13220 "version_check",
13221]
13222
13223[[package]]
13224name = "proc-macro-error-attr2"
13225version = "2.0.0"
13226source = "registry+https://github.com/rust-lang/crates.io-index"
13227checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13228dependencies = [
13229 "proc-macro2",
13230 "quote",
13231]
13232
13233[[package]]
13234name = "proc-macro-error2"
13235version = "2.0.1"
13236source = "registry+https://github.com/rust-lang/crates.io-index"
13237checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13238dependencies = [
13239 "proc-macro-error-attr2",
13240 "proc-macro2",
13241 "quote",
13242 "syn 2.0.117",
13243]
13244
13245[[package]]
13246name = "proc-macro2"
13247version = "1.0.101"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13250dependencies = [
13251 "unicode-ident",
13252]
13253
13254[[package]]
13255name = "proc-macro2-diagnostics"
13256version = "0.10.1"
13257source = "registry+https://github.com/rust-lang/crates.io-index"
13258checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13259dependencies = [
13260 "proc-macro2",
13261 "quote",
13262 "syn 2.0.117",
13263 "version_check",
13264 "yansi",
13265]
13266
13267[[package]]
13268name = "procfs-core"
13269version = "0.17.0"
13270source = "registry+https://github.com/rust-lang/crates.io-index"
13271checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13272dependencies = [
13273 "bitflags 2.10.0",
13274 "hex",
13275 "serde",
13276]
13277
13278[[package]]
13279name = "profiling"
13280version = "1.0.17"
13281source = "registry+https://github.com/rust-lang/crates.io-index"
13282checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13283dependencies = [
13284 "profiling-procmacros",
13285]
13286
13287[[package]]
13288name = "profiling-procmacros"
13289version = "1.0.17"
13290source = "registry+https://github.com/rust-lang/crates.io-index"
13291checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13292dependencies = [
13293 "quote",
13294 "syn 2.0.117",
13295]
13296
13297[[package]]
13298name = "project"
13299version = "0.1.0"
13300dependencies = [
13301 "aho-corasick",
13302 "anyhow",
13303 "askpass",
13304 "async-trait",
13305 "base64 0.22.1",
13306 "buffer_diff",
13307 "circular-buffer",
13308 "client",
13309 "clock",
13310 "collections",
13311 "context_server",
13312 "credentials_provider",
13313 "dap",
13314 "encoding_rs",
13315 "extension",
13316 "fancy-regex 0.17.0",
13317 "fs",
13318 "futures 0.3.32",
13319 "fuzzy",
13320 "fuzzy_nucleo",
13321 "git",
13322 "git2",
13323 "git_hosting_providers",
13324 "globset",
13325 "gpui",
13326 "http_client",
13327 "image",
13328 "indexmap",
13329 "itertools 0.14.0",
13330 "language",
13331 "log",
13332 "lsp",
13333 "markdown",
13334 "node_runtime",
13335 "parking_lot",
13336 "paths",
13337 "percent-encoding",
13338 "postage",
13339 "prettier",
13340 "pretty_assertions",
13341 "project",
13342 "rand 0.9.2",
13343 "regex",
13344 "release_channel",
13345 "remote",
13346 "rpc",
13347 "schemars",
13348 "semver",
13349 "serde",
13350 "serde_json",
13351 "settings",
13352 "sha2",
13353 "shellexpand 2.1.2",
13354 "smallvec",
13355 "smol",
13356 "snippet",
13357 "snippet_provider",
13358 "sum_tree",
13359 "task",
13360 "tempfile",
13361 "terminal",
13362 "text",
13363 "toml 0.8.23",
13364 "tracing",
13365 "unindent",
13366 "url",
13367 "util",
13368 "watch",
13369 "wax",
13370 "which 6.0.3",
13371 "worktree",
13372 "zed_credentials_provider",
13373 "zeroize",
13374 "zlog",
13375 "ztracing",
13376]
13377
13378[[package]]
13379name = "project_benchmarks"
13380version = "0.1.0"
13381dependencies = [
13382 "anyhow",
13383 "askpass",
13384 "clap",
13385 "client",
13386 "futures 0.3.32",
13387 "gpui",
13388 "gpui_platform",
13389 "http_client",
13390 "language",
13391 "node_runtime",
13392 "project",
13393 "release_channel",
13394 "remote",
13395 "rpassword",
13396 "semver",
13397 "settings",
13398 "watch",
13399]
13400
13401[[package]]
13402name = "project_panel"
13403version = "0.1.0"
13404dependencies = [
13405 "anyhow",
13406 "client",
13407 "collections",
13408 "command_palette_hooks",
13409 "criterion",
13410 "editor",
13411 "feature_flags",
13412 "file_icons",
13413 "git",
13414 "git_ui",
13415 "gpui",
13416 "itertools 0.14.0",
13417 "language",
13418 "menu",
13419 "notifications",
13420 "pretty_assertions",
13421 "project",
13422 "rayon",
13423 "remote_connection",
13424 "schemars",
13425 "search",
13426 "serde",
13427 "serde_json",
13428 "settings",
13429 "smallvec",
13430 "telemetry",
13431 "tempfile",
13432 "theme",
13433 "theme_settings",
13434 "ui",
13435 "util",
13436 "workspace",
13437 "worktree",
13438 "zed_actions",
13439]
13440
13441[[package]]
13442name = "project_symbols"
13443version = "0.1.0"
13444dependencies = [
13445 "anyhow",
13446 "editor",
13447 "futures 0.3.32",
13448 "fuzzy",
13449 "gpui",
13450 "language",
13451 "lsp",
13452 "ordered-float 2.10.1",
13453 "picker",
13454 "project",
13455 "release_channel",
13456 "semver",
13457 "serde_json",
13458 "settings",
13459 "theme",
13460 "theme_settings",
13461 "util",
13462 "workspace",
13463]
13464
13465[[package]]
13466name = "prometheus"
13467version = "0.14.0"
13468source = "registry+https://github.com/rust-lang/crates.io-index"
13469checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13470dependencies = [
13471 "cfg-if",
13472 "fnv",
13473 "lazy_static",
13474 "memchr",
13475 "parking_lot",
13476 "protobuf",
13477 "thiserror 2.0.17",
13478]
13479
13480[[package]]
13481name = "prompt_store"
13482version = "0.1.0"
13483dependencies = [
13484 "anyhow",
13485 "assets",
13486 "chrono",
13487 "collections",
13488 "fs",
13489 "futures 0.3.32",
13490 "fuzzy",
13491 "gpui",
13492 "handlebars 4.5.0",
13493 "heed",
13494 "language",
13495 "log",
13496 "parking_lot",
13497 "paths",
13498 "rope",
13499 "serde",
13500 "strum 0.27.2",
13501 "tempfile",
13502 "text",
13503 "util",
13504 "uuid",
13505]
13506
13507[[package]]
13508name = "proptest"
13509version = "1.10.0"
13510source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13511dependencies = [
13512 "bit-set 0.8.0",
13513 "bit-vec 0.8.0",
13514 "bitflags 2.10.0",
13515 "num-traits",
13516 "proptest-macro",
13517 "rand 0.9.2",
13518 "rand_chacha 0.9.0",
13519 "rand_xorshift",
13520 "regex-syntax",
13521 "rusty-fork",
13522 "tempfile",
13523 "unarray",
13524]
13525
13526[[package]]
13527name = "proptest-derive"
13528version = "0.8.0"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13531dependencies = [
13532 "proc-macro2",
13533 "quote",
13534 "syn 2.0.117",
13535]
13536
13537[[package]]
13538name = "proptest-macro"
13539version = "0.5.0"
13540source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13541dependencies = [
13542 "convert_case 0.11.0",
13543 "proc-macro2",
13544 "quote",
13545 "syn 2.0.117",
13546]
13547
13548[[package]]
13549name = "prost"
13550version = "0.9.0"
13551source = "registry+https://github.com/rust-lang/crates.io-index"
13552checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13553dependencies = [
13554 "bytes 1.11.1",
13555 "prost-derive 0.9.0",
13556]
13557
13558[[package]]
13559name = "prost"
13560version = "0.12.6"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13563dependencies = [
13564 "bytes 1.11.1",
13565 "prost-derive 0.12.6",
13566]
13567
13568[[package]]
13569name = "prost-build"
13570version = "0.9.0"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13573dependencies = [
13574 "bytes 1.11.1",
13575 "heck 0.3.3",
13576 "itertools 0.10.5",
13577 "lazy_static",
13578 "log",
13579 "multimap",
13580 "petgraph",
13581 "prost 0.9.0",
13582 "prost-types 0.9.0",
13583 "regex",
13584 "tempfile",
13585 "which 4.4.2",
13586]
13587
13588[[package]]
13589name = "prost-build"
13590version = "0.12.6"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13593dependencies = [
13594 "bytes 1.11.1",
13595 "heck 0.5.0",
13596 "itertools 0.12.1",
13597 "log",
13598 "multimap",
13599 "once_cell",
13600 "petgraph",
13601 "prettyplease",
13602 "prost 0.12.6",
13603 "prost-types 0.12.6",
13604 "regex",
13605 "syn 2.0.117",
13606 "tempfile",
13607]
13608
13609[[package]]
13610name = "prost-derive"
13611version = "0.9.0"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13614dependencies = [
13615 "anyhow",
13616 "itertools 0.10.5",
13617 "proc-macro2",
13618 "quote",
13619 "syn 1.0.109",
13620]
13621
13622[[package]]
13623name = "prost-derive"
13624version = "0.12.6"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13627dependencies = [
13628 "anyhow",
13629 "itertools 0.12.1",
13630 "proc-macro2",
13631 "quote",
13632 "syn 2.0.117",
13633]
13634
13635[[package]]
13636name = "prost-types"
13637version = "0.9.0"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13640dependencies = [
13641 "bytes 1.11.1",
13642 "prost 0.9.0",
13643]
13644
13645[[package]]
13646name = "prost-types"
13647version = "0.12.6"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13650dependencies = [
13651 "prost 0.12.6",
13652]
13653
13654[[package]]
13655name = "proto"
13656version = "0.1.0"
13657dependencies = [
13658 "anyhow",
13659 "prost 0.9.0",
13660 "prost-build 0.9.0",
13661 "serde",
13662]
13663
13664[[package]]
13665name = "protobuf"
13666version = "3.7.2"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13669dependencies = [
13670 "once_cell",
13671 "protobuf-support",
13672 "thiserror 1.0.69",
13673]
13674
13675[[package]]
13676name = "protobuf-support"
13677version = "3.7.2"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13680dependencies = [
13681 "thiserror 1.0.69",
13682]
13683
13684[[package]]
13685name = "psm"
13686version = "0.1.30"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13689dependencies = [
13690 "ar_archive_writer",
13691 "cc",
13692]
13693
13694[[package]]
13695name = "ptr_meta"
13696version = "0.1.4"
13697source = "registry+https://github.com/rust-lang/crates.io-index"
13698checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13699dependencies = [
13700 "ptr_meta_derive",
13701]
13702
13703[[package]]
13704name = "ptr_meta_derive"
13705version = "0.1.4"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13708dependencies = [
13709 "proc-macro2",
13710 "quote",
13711 "syn 1.0.109",
13712]
13713
13714[[package]]
13715name = "pulldown-cmark"
13716version = "0.10.3"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13719dependencies = [
13720 "bitflags 2.10.0",
13721 "memchr",
13722 "pulldown-cmark-escape",
13723 "unicase",
13724]
13725
13726[[package]]
13727name = "pulldown-cmark"
13728version = "0.13.0"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13731dependencies = [
13732 "bitflags 2.10.0",
13733 "memchr",
13734 "unicase",
13735]
13736
13737[[package]]
13738name = "pulldown-cmark-escape"
13739version = "0.10.1"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13742
13743[[package]]
13744name = "pulley-interpreter"
13745version = "36.0.6"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13748dependencies = [
13749 "cranelift-bitset",
13750 "log",
13751 "pulley-macros",
13752 "wasmtime-internal-math",
13753]
13754
13755[[package]]
13756name = "pulley-macros"
13757version = "36.0.6"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13760dependencies = [
13761 "proc-macro2",
13762 "quote",
13763 "syn 2.0.117",
13764]
13765
13766[[package]]
13767name = "pulp"
13768version = "0.18.22"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13771dependencies = [
13772 "bytemuck",
13773 "libm",
13774 "num-complex",
13775 "reborrow",
13776]
13777
13778[[package]]
13779name = "pulp"
13780version = "0.21.5"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13783dependencies = [
13784 "bytemuck",
13785 "cfg-if",
13786 "libm",
13787 "num-complex",
13788 "reborrow",
13789 "version_check",
13790]
13791
13792[[package]]
13793name = "pxfm"
13794version = "0.1.25"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13797dependencies = [
13798 "num-traits",
13799]
13800
13801[[package]]
13802name = "qoi"
13803version = "0.4.1"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13806dependencies = [
13807 "bytemuck",
13808]
13809
13810[[package]]
13811name = "quick-error"
13812version = "1.2.3"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13815
13816[[package]]
13817name = "quick-error"
13818version = "2.0.1"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13821
13822[[package]]
13823name = "quick-xml"
13824version = "0.30.0"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13827dependencies = [
13828 "memchr",
13829]
13830
13831[[package]]
13832name = "quick-xml"
13833version = "0.37.5"
13834source = "registry+https://github.com/rust-lang/crates.io-index"
13835checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13836dependencies = [
13837 "memchr",
13838]
13839
13840[[package]]
13841name = "quick-xml"
13842version = "0.38.3"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13845dependencies = [
13846 "memchr",
13847]
13848
13849[[package]]
13850name = "quinn"
13851version = "0.11.9"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13854dependencies = [
13855 "bytes 1.11.1",
13856 "cfg_aliases 0.2.1",
13857 "pin-project-lite",
13858 "quinn-proto",
13859 "quinn-udp",
13860 "rustc-hash 2.1.1",
13861 "rustls 0.23.33",
13862 "socket2 0.6.1",
13863 "thiserror 2.0.17",
13864 "tokio",
13865 "tracing",
13866 "web-time",
13867]
13868
13869[[package]]
13870name = "quinn-proto"
13871version = "0.11.13"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13874dependencies = [
13875 "bytes 1.11.1",
13876 "getrandom 0.3.4",
13877 "lru-slab",
13878 "rand 0.9.2",
13879 "ring",
13880 "rustc-hash 2.1.1",
13881 "rustls 0.23.33",
13882 "rustls-pki-types",
13883 "slab",
13884 "thiserror 2.0.17",
13885 "tinyvec",
13886 "tracing",
13887 "web-time",
13888]
13889
13890[[package]]
13891name = "quinn-udp"
13892version = "0.5.14"
13893source = "registry+https://github.com/rust-lang/crates.io-index"
13894checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13895dependencies = [
13896 "cfg_aliases 0.2.1",
13897 "libc",
13898 "once_cell",
13899 "socket2 0.6.1",
13900 "tracing",
13901 "windows-sys 0.60.2",
13902]
13903
13904[[package]]
13905name = "quote"
13906version = "1.0.41"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13909dependencies = [
13910 "proc-macro2",
13911]
13912
13913[[package]]
13914name = "r-efi"
13915version = "5.3.0"
13916source = "registry+https://github.com/rust-lang/crates.io-index"
13917checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13918
13919[[package]]
13920name = "radium"
13921version = "0.7.0"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13924
13925[[package]]
13926name = "rand"
13927version = "0.3.23"
13928source = "registry+https://github.com/rust-lang/crates.io-index"
13929checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13930dependencies = [
13931 "libc",
13932 "rand 0.4.6",
13933]
13934
13935[[package]]
13936name = "rand"
13937version = "0.4.6"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13940dependencies = [
13941 "fuchsia-cprng",
13942 "libc",
13943 "rand_core 0.3.1",
13944 "rdrand",
13945 "winapi",
13946]
13947
13948[[package]]
13949name = "rand"
13950version = "0.8.5"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13953dependencies = [
13954 "libc",
13955 "rand_chacha 0.3.1",
13956 "rand_core 0.6.4",
13957]
13958
13959[[package]]
13960name = "rand"
13961version = "0.9.2"
13962source = "registry+https://github.com/rust-lang/crates.io-index"
13963checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13964dependencies = [
13965 "rand_chacha 0.9.0",
13966 "rand_core 0.9.3",
13967]
13968
13969[[package]]
13970name = "rand_chacha"
13971version = "0.3.1"
13972source = "registry+https://github.com/rust-lang/crates.io-index"
13973checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13974dependencies = [
13975 "ppv-lite86",
13976 "rand_core 0.6.4",
13977]
13978
13979[[package]]
13980name = "rand_chacha"
13981version = "0.9.0"
13982source = "registry+https://github.com/rust-lang/crates.io-index"
13983checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13984dependencies = [
13985 "ppv-lite86",
13986 "rand_core 0.9.3",
13987]
13988
13989[[package]]
13990name = "rand_core"
13991version = "0.3.1"
13992source = "registry+https://github.com/rust-lang/crates.io-index"
13993checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13994dependencies = [
13995 "rand_core 0.4.2",
13996]
13997
13998[[package]]
13999name = "rand_core"
14000version = "0.4.2"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
14003
14004[[package]]
14005name = "rand_core"
14006version = "0.6.4"
14007source = "registry+https://github.com/rust-lang/crates.io-index"
14008checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
14009dependencies = [
14010 "getrandom 0.2.16",
14011]
14012
14013[[package]]
14014name = "rand_core"
14015version = "0.9.3"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14018dependencies = [
14019 "getrandom 0.3.4",
14020]
14021
14022[[package]]
14023name = "rand_distr"
14024version = "0.5.1"
14025source = "registry+https://github.com/rust-lang/crates.io-index"
14026checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14027dependencies = [
14028 "num-traits",
14029 "rand 0.9.2",
14030]
14031
14032[[package]]
14033name = "rand_pcg"
14034version = "0.3.1"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14037dependencies = [
14038 "rand_core 0.6.4",
14039]
14040
14041[[package]]
14042name = "rand_xorshift"
14043version = "0.4.0"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14046dependencies = [
14047 "rand_core 0.9.3",
14048]
14049
14050[[package]]
14051name = "random_choice"
14052version = "0.3.2"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14055dependencies = [
14056 "rand 0.3.23",
14057]
14058
14059[[package]]
14060name = "range-alloc"
14061version = "0.1.4"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14064
14065[[package]]
14066name = "range-map"
14067version = "0.2.0"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14070dependencies = [
14071 "num-traits",
14072]
14073
14074[[package]]
14075name = "rangemap"
14076version = "1.7.1"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14079
14080[[package]]
14081name = "rav1e"
14082version = "0.7.1"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14085dependencies = [
14086 "arbitrary",
14087 "arg_enum_proc_macro",
14088 "arrayvec",
14089 "av1-grain",
14090 "bitstream-io",
14091 "built",
14092 "cfg-if",
14093 "interpolate_name",
14094 "itertools 0.12.1",
14095 "libc",
14096 "libfuzzer-sys",
14097 "log",
14098 "maybe-rayon",
14099 "new_debug_unreachable",
14100 "noop_proc_macro",
14101 "num-derive",
14102 "num-traits",
14103 "once_cell",
14104 "paste",
14105 "profiling",
14106 "rand 0.8.5",
14107 "rand_chacha 0.3.1",
14108 "simd_helpers",
14109 "system-deps 6.2.2",
14110 "thiserror 1.0.69",
14111 "v_frame",
14112 "wasm-bindgen",
14113]
14114
14115[[package]]
14116name = "ravif"
14117version = "0.11.20"
14118source = "registry+https://github.com/rust-lang/crates.io-index"
14119checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14120dependencies = [
14121 "avif-serialize",
14122 "imgref",
14123 "loop9",
14124 "quick-error 2.0.1",
14125 "rav1e",
14126 "rayon",
14127 "rgb",
14128]
14129
14130[[package]]
14131name = "raw-cpuid"
14132version = "10.7.0"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14135dependencies = [
14136 "bitflags 1.3.2",
14137]
14138
14139[[package]]
14140name = "raw-cpuid"
14141version = "11.6.0"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14144dependencies = [
14145 "bitflags 2.10.0",
14146]
14147
14148[[package]]
14149name = "raw-window-handle"
14150version = "0.6.2"
14151source = "registry+https://github.com/rust-lang/crates.io-index"
14152checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14153
14154[[package]]
14155name = "raw-window-metal"
14156version = "1.1.0"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14159dependencies = [
14160 "objc2",
14161 "objc2-core-foundation",
14162 "objc2-foundation",
14163 "objc2-quartz-core",
14164]
14165
14166[[package]]
14167name = "rayon"
14168version = "1.11.0"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14171dependencies = [
14172 "either",
14173 "rayon-core",
14174]
14175
14176[[package]]
14177name = "rayon-core"
14178version = "1.13.0"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14181dependencies = [
14182 "crossbeam-deque",
14183 "crossbeam-utils",
14184]
14185
14186[[package]]
14187name = "rdrand"
14188version = "0.4.0"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14191dependencies = [
14192 "rand_core 0.3.1",
14193]
14194
14195[[package]]
14196name = "read-fonts"
14197version = "0.35.0"
14198source = "registry+https://github.com/rust-lang/crates.io-index"
14199checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14200dependencies = [
14201 "bytemuck",
14202 "font-types 0.10.0",
14203]
14204
14205[[package]]
14206name = "read-fonts"
14207version = "0.37.0"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14210dependencies = [
14211 "bytemuck",
14212 "core_maths",
14213 "font-types 0.11.0",
14214]
14215
14216[[package]]
14217name = "realfft"
14218version = "3.5.0"
14219source = "registry+https://github.com/rust-lang/crates.io-index"
14220checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14221dependencies = [
14222 "rustfft",
14223]
14224
14225[[package]]
14226name = "reborrow"
14227version = "0.5.5"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14230
14231[[package]]
14232name = "recent_projects"
14233version = "0.1.0"
14234dependencies = [
14235 "anyhow",
14236 "askpass",
14237 "chrono",
14238 "db",
14239 "dev_container",
14240 "editor",
14241 "extension",
14242 "extension_host",
14243 "fs",
14244 "futures 0.3.32",
14245 "fuzzy",
14246 "gpui",
14247 "http_client",
14248 "indoc",
14249 "language",
14250 "log",
14251 "menu",
14252 "node_runtime",
14253 "open_path_prompt",
14254 "ordered-float 2.10.1",
14255 "paths",
14256 "picker",
14257 "project",
14258 "release_channel",
14259 "remote",
14260 "remote_connection",
14261 "remote_server",
14262 "semver",
14263 "serde",
14264 "serde_json",
14265 "settings",
14266 "smol",
14267 "task",
14268 "telemetry",
14269 "ui",
14270 "ui_input",
14271 "util",
14272 "windows-registry 0.6.1",
14273 "workspace",
14274 "worktree",
14275 "zed_actions",
14276]
14277
14278[[package]]
14279name = "redox_syscall"
14280version = "0.2.16"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14283dependencies = [
14284 "bitflags 1.3.2",
14285]
14286
14287[[package]]
14288name = "redox_syscall"
14289version = "0.5.18"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14292dependencies = [
14293 "bitflags 2.10.0",
14294]
14295
14296[[package]]
14297name = "redox_users"
14298version = "0.4.6"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14301dependencies = [
14302 "getrandom 0.2.16",
14303 "libredox",
14304 "thiserror 1.0.69",
14305]
14306
14307[[package]]
14308name = "redox_users"
14309version = "0.5.2"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14312dependencies = [
14313 "getrandom 0.2.16",
14314 "libredox",
14315 "thiserror 2.0.17",
14316]
14317
14318[[package]]
14319name = "ref-cast"
14320version = "1.0.25"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14323dependencies = [
14324 "ref-cast-impl",
14325]
14326
14327[[package]]
14328name = "ref-cast-impl"
14329version = "1.0.25"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14332dependencies = [
14333 "proc-macro2",
14334 "quote",
14335 "syn 2.0.117",
14336]
14337
14338[[package]]
14339name = "referencing"
14340version = "0.37.4"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14343dependencies = [
14344 "ahash 0.8.12",
14345 "fluent-uri",
14346 "getrandom 0.3.4",
14347 "hashbrown 0.16.1",
14348 "parking_lot",
14349 "percent-encoding",
14350 "serde_json",
14351]
14352
14353[[package]]
14354name = "refineable"
14355version = "0.1.0"
14356dependencies = [
14357 "derive_refineable",
14358]
14359
14360[[package]]
14361name = "regalloc2"
14362version = "0.12.2"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14365dependencies = [
14366 "allocator-api2",
14367 "bumpalo",
14368 "hashbrown 0.15.5",
14369 "log",
14370 "rustc-hash 2.1.1",
14371 "serde",
14372 "smallvec",
14373]
14374
14375[[package]]
14376name = "regex"
14377version = "1.12.2"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14380dependencies = [
14381 "aho-corasick",
14382 "memchr",
14383 "regex-automata",
14384 "regex-syntax",
14385]
14386
14387[[package]]
14388name = "regex-automata"
14389version = "0.4.13"
14390source = "registry+https://github.com/rust-lang/crates.io-index"
14391checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14392dependencies = [
14393 "aho-corasick",
14394 "memchr",
14395 "regex-syntax",
14396]
14397
14398[[package]]
14399name = "regex-lite"
14400version = "0.1.8"
14401source = "registry+https://github.com/rust-lang/crates.io-index"
14402checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14403
14404[[package]]
14405name = "regex-syntax"
14406version = "0.8.8"
14407source = "registry+https://github.com/rust-lang/crates.io-index"
14408checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14409
14410[[package]]
14411name = "release_channel"
14412version = "0.1.0"
14413dependencies = [
14414 "gpui",
14415 "semver",
14416]
14417
14418[[package]]
14419name = "remote"
14420version = "0.1.0"
14421dependencies = [
14422 "anyhow",
14423 "askpass",
14424 "async-trait",
14425 "base64 0.22.1",
14426 "collections",
14427 "fs",
14428 "futures 0.3.32",
14429 "gpui",
14430 "log",
14431 "parking_lot",
14432 "paths",
14433 "prost 0.9.0",
14434 "release_channel",
14435 "rpc",
14436 "schemars",
14437 "semver",
14438 "serde",
14439 "serde_json",
14440 "settings",
14441 "smol",
14442 "tempfile",
14443 "thiserror 2.0.17",
14444 "urlencoding",
14445 "util",
14446 "which 6.0.3",
14447]
14448
14449[[package]]
14450name = "remote_connection"
14451version = "0.1.0"
14452dependencies = [
14453 "anyhow",
14454 "askpass",
14455 "auto_update",
14456 "futures 0.3.32",
14457 "gpui",
14458 "log",
14459 "markdown",
14460 "menu",
14461 "release_channel",
14462 "remote",
14463 "semver",
14464 "settings",
14465 "theme_settings",
14466 "ui",
14467 "ui_input",
14468 "workspace",
14469]
14470
14471[[package]]
14472name = "remote_server"
14473version = "0.1.0"
14474dependencies = [
14475 "action_log",
14476 "agent",
14477 "anyhow",
14478 "askpass",
14479 "cargo_toml",
14480 "clap",
14481 "client",
14482 "clock",
14483 "collections",
14484 "crash-handler",
14485 "crashes",
14486 "dap_adapters",
14487 "debug_adapter_extension",
14488 "editor",
14489 "env_logger 0.11.8",
14490 "extension",
14491 "extension_host",
14492 "fork",
14493 "fs",
14494 "futures 0.3.32",
14495 "git",
14496 "git2",
14497 "git_hosting_providers",
14498 "gpui",
14499 "gpui_platform",
14500 "gpui_tokio",
14501 "http_client",
14502 "image",
14503 "json_schema_store",
14504 "language",
14505 "language_extension",
14506 "language_model",
14507 "languages",
14508 "libc",
14509 "log",
14510 "lsp",
14511 "minidumper",
14512 "net",
14513 "node_runtime",
14514 "paths",
14515 "pretty_assertions",
14516 "project",
14517 "proto",
14518 "rayon",
14519 "release_channel",
14520 "remote",
14521 "reqwest_client",
14522 "rpc",
14523 "rust-embed",
14524 "semver",
14525 "serde",
14526 "serde_json",
14527 "settings",
14528 "shellexpand 2.1.2",
14529 "smol",
14530 "sysinfo 0.37.2",
14531 "task",
14532 "theme",
14533 "theme_settings",
14534 "thiserror 2.0.17",
14535 "toml 0.8.23",
14536 "unindent",
14537 "util",
14538 "uuid",
14539 "watch",
14540 "windows 0.61.3",
14541 "worktree",
14542 "zlog",
14543]
14544
14545[[package]]
14546name = "rend"
14547version = "0.4.2"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14550dependencies = [
14551 "bytecheck",
14552]
14553
14554[[package]]
14555name = "renderdoc-sys"
14556version = "1.1.0"
14557source = "registry+https://github.com/rust-lang/crates.io-index"
14558checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14559
14560[[package]]
14561name = "repl"
14562version = "0.1.0"
14563dependencies = [
14564 "alacritty_terminal",
14565 "anyhow",
14566 "async-dispatcher",
14567 "async-task",
14568 "async-tungstenite",
14569 "base64 0.22.1",
14570 "client",
14571 "collections",
14572 "command_palette_hooks",
14573 "editor",
14574 "feature_flags",
14575 "file_icons",
14576 "futures 0.3.32",
14577 "gpui",
14578 "html_to_markdown",
14579 "http_client",
14580 "image",
14581 "indoc",
14582 "jupyter-protocol",
14583 "jupyter-websocket-client",
14584 "language",
14585 "languages",
14586 "log",
14587 "markdown",
14588 "menu",
14589 "multi_buffer",
14590 "nbformat",
14591 "picker",
14592 "project",
14593 "remote",
14594 "runtimelib",
14595 "serde",
14596 "serde_json",
14597 "settings",
14598 "shlex",
14599 "smol",
14600 "telemetry",
14601 "terminal",
14602 "terminal_view",
14603 "theme",
14604 "theme_settings",
14605 "tree-sitter-md",
14606 "tree-sitter-python",
14607 "tree-sitter-typescript",
14608 "ui",
14609 "util",
14610 "uuid",
14611 "workspace",
14612 "zed_actions",
14613]
14614
14615[[package]]
14616name = "reqwest"
14617version = "0.11.27"
14618source = "registry+https://github.com/rust-lang/crates.io-index"
14619checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14620dependencies = [
14621 "base64 0.21.7",
14622 "bytes 1.11.1",
14623 "encoding_rs",
14624 "futures-core",
14625 "futures-util",
14626 "h2 0.3.27",
14627 "http 0.2.12",
14628 "http-body 0.4.6",
14629 "hyper 0.14.32",
14630 "hyper-tls",
14631 "ipnet",
14632 "js-sys",
14633 "log",
14634 "mime",
14635 "native-tls",
14636 "once_cell",
14637 "percent-encoding",
14638 "pin-project-lite",
14639 "rustls-pemfile 1.0.4",
14640 "serde",
14641 "serde_json",
14642 "serde_urlencoded",
14643 "sync_wrapper 0.1.2",
14644 "system-configuration 0.5.1",
14645 "tokio",
14646 "tokio-native-tls",
14647 "tower-service",
14648 "url",
14649 "wasm-bindgen",
14650 "wasm-bindgen-futures",
14651 "web-sys",
14652 "winreg 0.50.0",
14653]
14654
14655[[package]]
14656name = "reqwest"
14657version = "0.12.24"
14658source = "registry+https://github.com/rust-lang/crates.io-index"
14659checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14660dependencies = [
14661 "base64 0.22.1",
14662 "bytes 1.11.1",
14663 "futures-channel",
14664 "futures-core",
14665 "futures-util",
14666 "http 1.3.1",
14667 "http-body 1.0.1",
14668 "http-body-util",
14669 "hyper 1.7.0",
14670 "hyper-rustls 0.27.7",
14671 "hyper-util",
14672 "js-sys",
14673 "log",
14674 "percent-encoding",
14675 "pin-project-lite",
14676 "quinn",
14677 "rustls 0.23.33",
14678 "rustls-native-certs 0.8.2",
14679 "rustls-pki-types",
14680 "serde",
14681 "serde_json",
14682 "serde_urlencoded",
14683 "sync_wrapper 1.0.2",
14684 "tokio",
14685 "tokio-rustls 0.26.2",
14686 "tower 0.5.2",
14687 "tower-http 0.6.6",
14688 "tower-service",
14689 "url",
14690 "wasm-bindgen",
14691 "wasm-bindgen-futures",
14692 "web-sys",
14693]
14694
14695[[package]]
14696name = "reqwest_client"
14697version = "0.1.0"
14698dependencies = [
14699 "anyhow",
14700 "bytes 1.11.1",
14701 "futures 0.3.32",
14702 "gpui_util",
14703 "http_client",
14704 "http_client_tls",
14705 "log",
14706 "regex",
14707 "serde",
14708 "tokio",
14709 "zed-reqwest",
14710]
14711
14712[[package]]
14713name = "resvg"
14714version = "0.45.1"
14715source = "registry+https://github.com/rust-lang/crates.io-index"
14716checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14717dependencies = [
14718 "gif",
14719 "image-webp",
14720 "log",
14721 "pico-args",
14722 "rgb",
14723 "svgtypes",
14724 "tiny-skia",
14725 "usvg",
14726 "zune-jpeg",
14727]
14728
14729[[package]]
14730name = "rfc6979"
14731version = "0.3.1"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14734dependencies = [
14735 "crypto-bigint 0.4.9",
14736 "hmac",
14737 "zeroize",
14738]
14739
14740[[package]]
14741name = "rgb"
14742version = "0.8.52"
14743source = "registry+https://github.com/rust-lang/crates.io-index"
14744checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14745dependencies = [
14746 "bytemuck",
14747]
14748
14749[[package]]
14750name = "ring"
14751version = "0.17.14"
14752source = "registry+https://github.com/rust-lang/crates.io-index"
14753checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14754dependencies = [
14755 "cc",
14756 "cfg-if",
14757 "getrandom 0.2.16",
14758 "libc",
14759 "untrusted 0.9.0",
14760 "windows-sys 0.52.0",
14761]
14762
14763[[package]]
14764name = "rkyv"
14765version = "0.7.45"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14768dependencies = [
14769 "bitvec",
14770 "bytecheck",
14771 "bytes 1.11.1",
14772 "hashbrown 0.12.3",
14773 "ptr_meta",
14774 "rend",
14775 "rkyv_derive",
14776 "seahash",
14777 "tinyvec",
14778 "uuid",
14779]
14780
14781[[package]]
14782name = "rkyv_derive"
14783version = "0.7.45"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14786dependencies = [
14787 "proc-macro2",
14788 "quote",
14789 "syn 1.0.109",
14790]
14791
14792[[package]]
14793name = "rmp"
14794version = "0.8.14"
14795source = "registry+https://github.com/rust-lang/crates.io-index"
14796checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14797dependencies = [
14798 "byteorder",
14799 "num-traits",
14800 "paste",
14801]
14802
14803[[package]]
14804name = "rmpv"
14805version = "1.3.0"
14806source = "registry+https://github.com/rust-lang/crates.io-index"
14807checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14808dependencies = [
14809 "num-traits",
14810 "rmp",
14811]
14812
14813[[package]]
14814name = "rodio"
14815version = "0.21.1"
14816source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14817dependencies = [
14818 "cpal",
14819 "dasp_sample",
14820 "hound",
14821 "num-rational",
14822 "rand 0.9.2",
14823 "rand_distr",
14824 "rtrb",
14825 "symphonia",
14826 "thiserror 2.0.17",
14827]
14828
14829[[package]]
14830name = "rope"
14831version = "0.1.0"
14832dependencies = [
14833 "criterion",
14834 "ctor",
14835 "gpui",
14836 "heapless",
14837 "log",
14838 "rand 0.9.2",
14839 "rayon",
14840 "sum_tree",
14841 "tracing",
14842 "unicode-segmentation",
14843 "util",
14844 "zlog",
14845 "ztracing",
14846]
14847
14848[[package]]
14849name = "roxmltree"
14850version = "0.20.0"
14851source = "registry+https://github.com/rust-lang/crates.io-index"
14852checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14853
14854[[package]]
14855name = "rpassword"
14856version = "7.4.0"
14857source = "registry+https://github.com/rust-lang/crates.io-index"
14858checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14859dependencies = [
14860 "libc",
14861 "rtoolbox",
14862 "windows-sys 0.59.0",
14863]
14864
14865[[package]]
14866name = "rpc"
14867version = "0.1.0"
14868dependencies = [
14869 "anyhow",
14870 "async-tungstenite",
14871 "base64 0.22.1",
14872 "collections",
14873 "futures 0.3.32",
14874 "gpui",
14875 "parking_lot",
14876 "proto",
14877 "rand 0.9.2",
14878 "rsa",
14879 "serde",
14880 "serde_json",
14881 "sha2",
14882 "strum 0.27.2",
14883 "tracing",
14884 "util",
14885 "zlog",
14886 "zstd",
14887]
14888
14889[[package]]
14890name = "rsa"
14891version = "0.9.10"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14894dependencies = [
14895 "const-oid",
14896 "digest",
14897 "num-bigint-dig 0.8.6",
14898 "num-integer",
14899 "num-traits",
14900 "pkcs1",
14901 "pkcs8 0.10.2",
14902 "rand_core 0.6.4",
14903 "signature 2.2.0",
14904 "spki 0.7.3",
14905 "subtle",
14906 "zeroize",
14907]
14908
14909[[package]]
14910name = "rtoolbox"
14911version = "0.0.3"
14912source = "registry+https://github.com/rust-lang/crates.io-index"
14913checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14914dependencies = [
14915 "libc",
14916 "windows-sys 0.52.0",
14917]
14918
14919[[package]]
14920name = "rtrb"
14921version = "0.3.2"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14924
14925[[package]]
14926name = "rules_library"
14927version = "0.1.0"
14928dependencies = [
14929 "anyhow",
14930 "collections",
14931 "editor",
14932 "gpui",
14933 "language",
14934 "language_model",
14935 "log",
14936 "menu",
14937 "picker",
14938 "platform_title_bar",
14939 "prompt_store",
14940 "release_channel",
14941 "rope",
14942 "serde",
14943 "settings",
14944 "theme_settings",
14945 "ui",
14946 "ui_input",
14947 "util",
14948 "workspace",
14949 "zed_actions",
14950]
14951
14952[[package]]
14953name = "runtimelib"
14954version = "1.4.0"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14957dependencies = [
14958 "async-dispatcher",
14959 "async-std",
14960 "aws-lc-rs",
14961 "base64 0.22.1",
14962 "bytes 1.11.1",
14963 "chrono",
14964 "data-encoding",
14965 "dirs 6.0.0",
14966 "futures 0.3.32",
14967 "glob",
14968 "jupyter-protocol",
14969 "serde",
14970 "serde_json",
14971 "shellexpand 3.1.1",
14972 "smol",
14973 "thiserror 2.0.17",
14974 "uuid",
14975 "zeromq",
14976]
14977
14978[[package]]
14979name = "rust-embed"
14980version = "8.11.0"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14983dependencies = [
14984 "rust-embed-impl",
14985 "rust-embed-utils",
14986 "walkdir",
14987]
14988
14989[[package]]
14990name = "rust-embed-impl"
14991version = "8.11.0"
14992source = "registry+https://github.com/rust-lang/crates.io-index"
14993checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14994dependencies = [
14995 "proc-macro2",
14996 "quote",
14997 "rust-embed-utils",
14998 "syn 2.0.117",
14999 "walkdir",
15000]
15001
15002[[package]]
15003name = "rust-embed-utils"
15004version = "8.11.0"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
15007dependencies = [
15008 "globset",
15009 "sha2",
15010 "walkdir",
15011]
15012
15013[[package]]
15014name = "rust_decimal"
15015version = "1.39.0"
15016source = "registry+https://github.com/rust-lang/crates.io-index"
15017checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
15018dependencies = [
15019 "arrayvec",
15020 "borsh",
15021 "bytes 1.11.1",
15022 "num-traits",
15023 "rand 0.8.5",
15024 "rkyv",
15025 "serde",
15026 "serde_json",
15027]
15028
15029[[package]]
15030name = "rustc-demangle"
15031version = "0.1.26"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15034
15035[[package]]
15036name = "rustc-hash"
15037version = "1.1.0"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15040
15041[[package]]
15042name = "rustc-hash"
15043version = "2.1.1"
15044source = "registry+https://github.com/rust-lang/crates.io-index"
15045checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15046
15047[[package]]
15048name = "rustc_version"
15049version = "0.4.1"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15052dependencies = [
15053 "semver",
15054]
15055
15056[[package]]
15057name = "rustfft"
15058version = "6.4.1"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15061dependencies = [
15062 "num-complex",
15063 "num-integer",
15064 "num-traits",
15065 "primal-check",
15066 "strength_reduce",
15067 "transpose",
15068]
15069
15070[[package]]
15071name = "rustix"
15072version = "0.38.44"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15075dependencies = [
15076 "bitflags 2.10.0",
15077 "errno 0.3.14",
15078 "libc",
15079 "linux-raw-sys 0.4.15",
15080 "windows-sys 0.59.0",
15081]
15082
15083[[package]]
15084name = "rustix"
15085version = "1.1.2"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15088dependencies = [
15089 "bitflags 2.10.0",
15090 "errno 0.3.14",
15091 "libc",
15092 "linux-raw-sys 0.11.0",
15093 "windows-sys 0.61.2",
15094]
15095
15096[[package]]
15097name = "rustix-linux-procfs"
15098version = "0.1.1"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15101dependencies = [
15102 "once_cell",
15103 "rustix 1.1.2",
15104]
15105
15106[[package]]
15107name = "rustix-openpty"
15108version = "0.2.0"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15111dependencies = [
15112 "errno 0.3.14",
15113 "libc",
15114 "rustix 1.1.2",
15115]
15116
15117[[package]]
15118name = "rustls"
15119version = "0.21.12"
15120source = "registry+https://github.com/rust-lang/crates.io-index"
15121checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15122dependencies = [
15123 "log",
15124 "ring",
15125 "rustls-webpki 0.101.7",
15126 "sct",
15127]
15128
15129[[package]]
15130name = "rustls"
15131version = "0.23.33"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15134dependencies = [
15135 "aws-lc-rs",
15136 "log",
15137 "once_cell",
15138 "ring",
15139 "rustls-pki-types",
15140 "rustls-webpki 0.103.7",
15141 "subtle",
15142 "zeroize",
15143]
15144
15145[[package]]
15146name = "rustls-native-certs"
15147version = "0.6.3"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15150dependencies = [
15151 "openssl-probe",
15152 "rustls-pemfile 1.0.4",
15153 "schannel",
15154 "security-framework 2.11.1",
15155]
15156
15157[[package]]
15158name = "rustls-native-certs"
15159version = "0.8.2"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15162dependencies = [
15163 "openssl-probe",
15164 "rustls-pki-types",
15165 "schannel",
15166 "security-framework 3.5.1",
15167]
15168
15169[[package]]
15170name = "rustls-pemfile"
15171version = "1.0.4"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15174dependencies = [
15175 "base64 0.21.7",
15176]
15177
15178[[package]]
15179name = "rustls-pemfile"
15180version = "2.2.0"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15183dependencies = [
15184 "rustls-pki-types",
15185]
15186
15187[[package]]
15188name = "rustls-pki-types"
15189version = "1.12.0"
15190source = "registry+https://github.com/rust-lang/crates.io-index"
15191checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15192dependencies = [
15193 "web-time",
15194 "zeroize",
15195]
15196
15197[[package]]
15198name = "rustls-platform-verifier"
15199version = "0.5.3"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15202dependencies = [
15203 "core-foundation 0.10.0",
15204 "core-foundation-sys",
15205 "jni",
15206 "log",
15207 "once_cell",
15208 "rustls 0.23.33",
15209 "rustls-native-certs 0.8.2",
15210 "rustls-platform-verifier-android",
15211 "rustls-webpki 0.103.7",
15212 "security-framework 3.5.1",
15213 "security-framework-sys",
15214 "webpki-root-certs",
15215 "windows-sys 0.59.0",
15216]
15217
15218[[package]]
15219name = "rustls-platform-verifier-android"
15220version = "0.1.1"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15223
15224[[package]]
15225name = "rustls-webpki"
15226version = "0.101.7"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15229dependencies = [
15230 "ring",
15231 "untrusted 0.9.0",
15232]
15233
15234[[package]]
15235name = "rustls-webpki"
15236version = "0.103.7"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15239dependencies = [
15240 "aws-lc-rs",
15241 "ring",
15242 "rustls-pki-types",
15243 "untrusted 0.9.0",
15244]
15245
15246[[package]]
15247name = "rustversion"
15248version = "1.0.22"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15251
15252[[package]]
15253name = "rusty-fork"
15254version = "0.3.1"
15255source = "registry+https://github.com/rust-lang/crates.io-index"
15256checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15257dependencies = [
15258 "fnv",
15259 "quick-error 1.2.3",
15260 "tempfile",
15261 "wait-timeout",
15262]
15263
15264[[package]]
15265name = "rustybuzz"
15266version = "0.20.1"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15269dependencies = [
15270 "bitflags 2.10.0",
15271 "bytemuck",
15272 "core_maths",
15273 "log",
15274 "smallvec",
15275 "ttf-parser 0.25.1",
15276 "unicode-bidi-mirroring",
15277 "unicode-ccc",
15278 "unicode-properties",
15279 "unicode-script",
15280]
15281
15282[[package]]
15283name = "ryu"
15284version = "1.0.20"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15287
15288[[package]]
15289name = "saa"
15290version = "5.4.9"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15293
15294[[package]]
15295name = "safetensors"
15296version = "0.4.5"
15297source = "registry+https://github.com/rust-lang/crates.io-index"
15298checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15299dependencies = [
15300 "serde",
15301 "serde_json",
15302]
15303
15304[[package]]
15305name = "same-file"
15306version = "1.0.6"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15309dependencies = [
15310 "winapi-util",
15311]
15312
15313[[package]]
15314name = "scc"
15315version = "3.5.6"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15318dependencies = [
15319 "saa",
15320 "sdd",
15321]
15322
15323[[package]]
15324name = "schannel"
15325version = "0.1.28"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15328dependencies = [
15329 "windows-sys 0.61.2",
15330]
15331
15332[[package]]
15333name = "scheduler"
15334version = "0.1.0"
15335dependencies = [
15336 "async-task",
15337 "backtrace",
15338 "chrono",
15339 "flume",
15340 "futures 0.3.32",
15341 "parking_lot",
15342 "rand 0.9.2",
15343 "web-time",
15344]
15345
15346[[package]]
15347name = "schema_generator"
15348version = "0.1.0"
15349dependencies = [
15350 "anyhow",
15351 "clap",
15352 "env_logger 0.11.8",
15353 "schemars",
15354 "serde",
15355 "serde_json",
15356 "settings",
15357 "theme",
15358 "theme_settings",
15359]
15360
15361[[package]]
15362name = "schemars"
15363version = "1.0.4"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15366dependencies = [
15367 "dyn-clone",
15368 "indexmap",
15369 "ref-cast",
15370 "schemars_derive",
15371 "serde",
15372 "serde_json",
15373]
15374
15375[[package]]
15376name = "schemars_derive"
15377version = "1.0.4"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15380dependencies = [
15381 "proc-macro2",
15382 "quote",
15383 "serde_derive_internals",
15384 "syn 2.0.117",
15385]
15386
15387[[package]]
15388name = "scoped-tls"
15389version = "1.0.1"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15392
15393[[package]]
15394name = "scopeguard"
15395version = "1.2.0"
15396source = "registry+https://github.com/rust-lang/crates.io-index"
15397checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15398
15399[[package]]
15400name = "scratch"
15401version = "1.0.9"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15404
15405[[package]]
15406name = "screencapturekit"
15407version = "0.2.8"
15408source = "registry+https://github.com/rust-lang/crates.io-index"
15409checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15410dependencies = [
15411 "screencapturekit-sys",
15412]
15413
15414[[package]]
15415name = "screencapturekit-sys"
15416version = "0.2.8"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15419dependencies = [
15420 "block",
15421 "dispatch",
15422 "objc",
15423 "objc-foundation",
15424 "objc_id",
15425 "once_cell",
15426]
15427
15428[[package]]
15429name = "scroll"
15430version = "0.12.0"
15431source = "registry+https://github.com/rust-lang/crates.io-index"
15432checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15433dependencies = [
15434 "scroll_derive",
15435]
15436
15437[[package]]
15438name = "scroll_derive"
15439version = "0.12.1"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15442dependencies = [
15443 "proc-macro2",
15444 "quote",
15445 "syn 2.0.117",
15446]
15447
15448[[package]]
15449name = "sct"
15450version = "0.7.1"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15453dependencies = [
15454 "ring",
15455 "untrusted 0.9.0",
15456]
15457
15458[[package]]
15459name = "sdd"
15460version = "4.6.2"
15461source = "registry+https://github.com/rust-lang/crates.io-index"
15462checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15463
15464[[package]]
15465name = "sea-bae"
15466version = "0.2.1"
15467source = "registry+https://github.com/rust-lang/crates.io-index"
15468checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15469dependencies = [
15470 "heck 0.4.1",
15471 "proc-macro-error2",
15472 "proc-macro2",
15473 "quote",
15474 "syn 2.0.117",
15475]
15476
15477[[package]]
15478name = "sea-orm"
15479version = "1.1.10"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15482dependencies = [
15483 "async-stream",
15484 "async-trait",
15485 "bigdecimal",
15486 "chrono",
15487 "futures-util",
15488 "log",
15489 "ouroboros",
15490 "pgvector",
15491 "rust_decimal",
15492 "sea-orm-macros",
15493 "sea-query",
15494 "sea-query-binder",
15495 "serde",
15496 "serde_json",
15497 "sqlx",
15498 "strum 0.26.3",
15499 "thiserror 2.0.17",
15500 "time",
15501 "tracing",
15502 "url",
15503 "uuid",
15504]
15505
15506[[package]]
15507name = "sea-orm-macros"
15508version = "1.1.10"
15509source = "registry+https://github.com/rust-lang/crates.io-index"
15510checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15511dependencies = [
15512 "heck 0.4.1",
15513 "proc-macro2",
15514 "quote",
15515 "sea-bae",
15516 "syn 2.0.117",
15517 "unicode-ident",
15518]
15519
15520[[package]]
15521name = "sea-query"
15522version = "0.32.7"
15523source = "registry+https://github.com/rust-lang/crates.io-index"
15524checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15525dependencies = [
15526 "bigdecimal",
15527 "chrono",
15528 "inherent",
15529 "ordered-float 4.6.0",
15530 "rust_decimal",
15531 "serde_json",
15532 "time",
15533 "uuid",
15534]
15535
15536[[package]]
15537name = "sea-query-binder"
15538version = "0.7.0"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15541dependencies = [
15542 "bigdecimal",
15543 "chrono",
15544 "rust_decimal",
15545 "sea-query",
15546 "serde_json",
15547 "sqlx",
15548 "time",
15549 "uuid",
15550]
15551
15552[[package]]
15553name = "seahash"
15554version = "4.1.0"
15555source = "registry+https://github.com/rust-lang/crates.io-index"
15556checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15557
15558[[package]]
15559name = "search"
15560version = "0.1.0"
15561dependencies = [
15562 "any_vec",
15563 "anyhow",
15564 "bitflags 2.10.0",
15565 "collections",
15566 "editor",
15567 "fs",
15568 "futures 0.3.32",
15569 "gpui",
15570 "itertools 0.14.0",
15571 "language",
15572 "lsp",
15573 "menu",
15574 "multi_buffer",
15575 "pretty_assertions",
15576 "project",
15577 "serde",
15578 "serde_json",
15579 "settings",
15580 "smol",
15581 "theme",
15582 "theme_settings",
15583 "tracing",
15584 "ui",
15585 "unindent",
15586 "util",
15587 "util_macros",
15588 "workspace",
15589 "zed_actions",
15590 "ztracing",
15591]
15592
15593[[package]]
15594name = "sec1"
15595version = "0.3.0"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15598dependencies = [
15599 "base16ct",
15600 "der 0.6.1",
15601 "generic-array",
15602 "pkcs8 0.9.0",
15603 "subtle",
15604 "zeroize",
15605]
15606
15607[[package]]
15608name = "secrecy"
15609version = "0.10.3"
15610source = "registry+https://github.com/rust-lang/crates.io-index"
15611checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15612dependencies = [
15613 "zeroize",
15614]
15615
15616[[package]]
15617name = "security-framework"
15618version = "2.11.1"
15619source = "registry+https://github.com/rust-lang/crates.io-index"
15620checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15621dependencies = [
15622 "bitflags 2.10.0",
15623 "core-foundation 0.9.4",
15624 "core-foundation-sys",
15625 "libc",
15626 "security-framework-sys",
15627]
15628
15629[[package]]
15630name = "security-framework"
15631version = "3.5.1"
15632source = "registry+https://github.com/rust-lang/crates.io-index"
15633checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15634dependencies = [
15635 "bitflags 2.10.0",
15636 "core-foundation 0.10.0",
15637 "core-foundation-sys",
15638 "libc",
15639 "security-framework-sys",
15640]
15641
15642[[package]]
15643name = "security-framework-sys"
15644version = "2.15.0"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15647dependencies = [
15648 "core-foundation-sys",
15649 "libc",
15650]
15651
15652[[package]]
15653name = "self_cell"
15654version = "1.2.2"
15655source = "registry+https://github.com/rust-lang/crates.io-index"
15656checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15657
15658[[package]]
15659name = "semver"
15660version = "1.0.27"
15661source = "registry+https://github.com/rust-lang/crates.io-index"
15662checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15663dependencies = [
15664 "serde",
15665 "serde_core",
15666]
15667
15668[[package]]
15669name = "seq-macro"
15670version = "0.3.6"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15673
15674[[package]]
15675name = "serde"
15676version = "1.0.228"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15679dependencies = [
15680 "serde_core",
15681 "serde_derive",
15682]
15683
15684[[package]]
15685name = "serde_bytes"
15686version = "0.11.19"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15689dependencies = [
15690 "serde",
15691 "serde_core",
15692]
15693
15694[[package]]
15695name = "serde_core"
15696version = "1.0.228"
15697source = "registry+https://github.com/rust-lang/crates.io-index"
15698checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15699dependencies = [
15700 "serde_derive",
15701]
15702
15703[[package]]
15704name = "serde_derive"
15705version = "1.0.228"
15706source = "registry+https://github.com/rust-lang/crates.io-index"
15707checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15708dependencies = [
15709 "proc-macro2",
15710 "quote",
15711 "syn 2.0.117",
15712]
15713
15714[[package]]
15715name = "serde_derive_internals"
15716version = "0.29.1"
15717source = "registry+https://github.com/rust-lang/crates.io-index"
15718checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15719dependencies = [
15720 "proc-macro2",
15721 "quote",
15722 "syn 2.0.117",
15723]
15724
15725[[package]]
15726name = "serde_fmt"
15727version = "1.0.3"
15728source = "registry+https://github.com/rust-lang/crates.io-index"
15729checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15730dependencies = [
15731 "serde",
15732]
15733
15734[[package]]
15735name = "serde_json"
15736version = "1.0.145"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15739dependencies = [
15740 "indexmap",
15741 "itoa",
15742 "memchr",
15743 "ryu",
15744 "serde",
15745 "serde_core",
15746]
15747
15748[[package]]
15749name = "serde_json_lenient"
15750version = "0.2.4"
15751source = "registry+https://github.com/rust-lang/crates.io-index"
15752checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15753dependencies = [
15754 "indexmap",
15755 "itoa",
15756 "memchr",
15757 "ryu",
15758 "serde",
15759]
15760
15761[[package]]
15762name = "serde_path_to_error"
15763version = "0.1.20"
15764source = "registry+https://github.com/rust-lang/crates.io-index"
15765checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15766dependencies = [
15767 "itoa",
15768 "serde",
15769 "serde_core",
15770]
15771
15772[[package]]
15773name = "serde_repr"
15774version = "0.1.20"
15775source = "registry+https://github.com/rust-lang/crates.io-index"
15776checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15777dependencies = [
15778 "proc-macro2",
15779 "quote",
15780 "syn 2.0.117",
15781]
15782
15783[[package]]
15784name = "serde_spanned"
15785version = "0.6.9"
15786source = "registry+https://github.com/rust-lang/crates.io-index"
15787checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15788dependencies = [
15789 "serde",
15790]
15791
15792[[package]]
15793name = "serde_spanned"
15794version = "1.0.3"
15795source = "registry+https://github.com/rust-lang/crates.io-index"
15796checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15797dependencies = [
15798 "serde_core",
15799]
15800
15801[[package]]
15802name = "serde_urlencoded"
15803version = "0.7.1"
15804source = "registry+https://github.com/rust-lang/crates.io-index"
15805checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15806dependencies = [
15807 "form_urlencoded",
15808 "itoa",
15809 "ryu",
15810 "serde",
15811]
15812
15813[[package]]
15814name = "serde_yaml"
15815version = "0.9.34+deprecated"
15816source = "registry+https://github.com/rust-lang/crates.io-index"
15817checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15818dependencies = [
15819 "indexmap",
15820 "itoa",
15821 "ryu",
15822 "serde",
15823 "unsafe-libyaml",
15824]
15825
15826[[package]]
15827name = "serial2"
15828version = "0.2.33"
15829source = "registry+https://github.com/rust-lang/crates.io-index"
15830checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15831dependencies = [
15832 "cfg-if",
15833 "libc",
15834 "winapi",
15835]
15836
15837[[package]]
15838name = "session"
15839version = "0.1.0"
15840dependencies = [
15841 "db",
15842 "gpui",
15843 "serde_json",
15844 "util",
15845 "uuid",
15846]
15847
15848[[package]]
15849name = "settings"
15850version = "0.1.0"
15851dependencies = [
15852 "anyhow",
15853 "collections",
15854 "ec4rs",
15855 "fs",
15856 "futures 0.3.32",
15857 "gpui",
15858 "indoc",
15859 "inventory",
15860 "log",
15861 "migrator",
15862 "paths",
15863 "pretty_assertions",
15864 "release_channel",
15865 "rust-embed",
15866 "schemars",
15867 "serde",
15868 "serde_json",
15869 "serde_json_lenient",
15870 "settings_content",
15871 "settings_json",
15872 "settings_macros",
15873 "smallvec",
15874 "unindent",
15875 "util",
15876 "zlog",
15877]
15878
15879[[package]]
15880name = "settings_content"
15881version = "0.1.0"
15882dependencies = [
15883 "anyhow",
15884 "collections",
15885 "derive_more",
15886 "gpui",
15887 "language_model_core",
15888 "log",
15889 "schemars",
15890 "serde",
15891 "serde_json",
15892 "serde_json_lenient",
15893 "settings_json",
15894 "settings_macros",
15895 "strum 0.27.2",
15896 "util",
15897]
15898
15899[[package]]
15900name = "settings_json"
15901version = "0.1.0"
15902dependencies = [
15903 "anyhow",
15904 "pretty_assertions",
15905 "serde",
15906 "serde_json",
15907 "serde_json_lenient",
15908 "serde_path_to_error",
15909 "tree-sitter",
15910 "tree-sitter-json",
15911 "unindent",
15912 "util",
15913]
15914
15915[[package]]
15916name = "settings_macros"
15917version = "0.1.0"
15918dependencies = [
15919 "quote",
15920 "settings",
15921 "syn 2.0.117",
15922]
15923
15924[[package]]
15925name = "settings_profile_selector"
15926version = "0.1.0"
15927dependencies = [
15928 "editor",
15929 "fuzzy",
15930 "gpui",
15931 "menu",
15932 "picker",
15933 "project",
15934 "serde_json",
15935 "settings",
15936 "theme",
15937 "theme_settings",
15938 "ui",
15939 "workspace",
15940 "zed_actions",
15941]
15942
15943[[package]]
15944name = "settings_ui"
15945version = "0.1.0"
15946dependencies = [
15947 "agent",
15948 "agent_settings",
15949 "anyhow",
15950 "audio",
15951 "codestral",
15952 "component",
15953 "copilot",
15954 "copilot_ui",
15955 "cpal",
15956 "edit_prediction",
15957 "edit_prediction_ui",
15958 "editor",
15959 "fs",
15960 "futures 0.3.32",
15961 "fuzzy",
15962 "gpui",
15963 "heck 0.5.0",
15964 "itertools 0.14.0",
15965 "language",
15966 "log",
15967 "menu",
15968 "paths",
15969 "picker",
15970 "platform_title_bar",
15971 "pretty_assertions",
15972 "project",
15973 "regex",
15974 "release_channel",
15975 "rodio",
15976 "schemars",
15977 "search",
15978 "serde",
15979 "serde_json",
15980 "settings",
15981 "shell_command_parser",
15982 "strum 0.27.2",
15983 "telemetry",
15984 "theme",
15985 "theme_settings",
15986 "title_bar",
15987 "ui",
15988 "util",
15989 "workspace",
15990 "zed_actions",
15991 "zed_credentials_provider",
15992]
15993
15994[[package]]
15995name = "sha-1"
15996version = "0.10.1"
15997source = "registry+https://github.com/rust-lang/crates.io-index"
15998checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15999dependencies = [
16000 "cfg-if",
16001 "cpufeatures",
16002 "digest",
16003]
16004
16005[[package]]
16006name = "sha1"
16007version = "0.10.6"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
16010dependencies = [
16011 "cfg-if",
16012 "cpufeatures",
16013 "digest",
16014]
16015
16016[[package]]
16017name = "sha1_smol"
16018version = "1.0.1"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16021
16022[[package]]
16023name = "sha2"
16024version = "0.10.9"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16027dependencies = [
16028 "cfg-if",
16029 "cpufeatures",
16030 "digest",
16031]
16032
16033[[package]]
16034name = "sharded-slab"
16035version = "0.1.7"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16038dependencies = [
16039 "lazy_static",
16040]
16041
16042[[package]]
16043name = "shared_library"
16044version = "0.1.9"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16047dependencies = [
16048 "lazy_static",
16049 "libc",
16050]
16051
16052[[package]]
16053name = "shell-words"
16054version = "1.1.0"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16057
16058[[package]]
16059name = "shell_command_parser"
16060version = "0.1.0"
16061dependencies = [
16062 "brush-parser",
16063]
16064
16065[[package]]
16066name = "shellexpand"
16067version = "2.1.2"
16068source = "registry+https://github.com/rust-lang/crates.io-index"
16069checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16070dependencies = [
16071 "dirs 4.0.0",
16072]
16073
16074[[package]]
16075name = "shellexpand"
16076version = "3.1.1"
16077source = "registry+https://github.com/rust-lang/crates.io-index"
16078checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16079dependencies = [
16080 "dirs 6.0.0",
16081]
16082
16083[[package]]
16084name = "shingles"
16085version = "0.1.1"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16088
16089[[package]]
16090name = "shlex"
16091version = "1.3.0"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16094
16095[[package]]
16096name = "sidebar"
16097version = "0.1.0"
16098dependencies = [
16099 "acp_thread",
16100 "action_log",
16101 "agent",
16102 "agent-client-protocol",
16103 "agent_settings",
16104 "agent_ui",
16105 "anyhow",
16106 "chrono",
16107 "client",
16108 "clock",
16109 "editor",
16110 "extension",
16111 "fs",
16112 "git",
16113 "gpui",
16114 "http_client",
16115 "language",
16116 "language_model",
16117 "log",
16118 "menu",
16119 "node_runtime",
16120 "platform_title_bar",
16121 "pretty_assertions",
16122 "project",
16123 "prompt_store",
16124 "recent_projects",
16125 "release_channel",
16126 "remote",
16127 "remote_connection",
16128 "remote_server",
16129 "semver",
16130 "serde",
16131 "serde_json",
16132 "settings",
16133 "smol",
16134 "theme",
16135 "theme_settings",
16136 "ui",
16137 "util",
16138 "vim_mode_setting",
16139 "workspace",
16140 "zed_actions",
16141]
16142
16143[[package]]
16144name = "signal-hook"
16145version = "0.3.18"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16148dependencies = [
16149 "libc",
16150 "signal-hook-registry",
16151]
16152
16153[[package]]
16154name = "signal-hook-registry"
16155version = "1.4.6"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16158dependencies = [
16159 "libc",
16160]
16161
16162[[package]]
16163name = "signature"
16164version = "1.6.4"
16165source = "registry+https://github.com/rust-lang/crates.io-index"
16166checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16167dependencies = [
16168 "digest",
16169 "rand_core 0.6.4",
16170]
16171
16172[[package]]
16173name = "signature"
16174version = "2.2.0"
16175source = "registry+https://github.com/rust-lang/crates.io-index"
16176checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16177dependencies = [
16178 "digest",
16179 "rand_core 0.6.4",
16180]
16181
16182[[package]]
16183name = "simd-adler32"
16184version = "0.3.7"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16187
16188[[package]]
16189name = "simd_helpers"
16190version = "0.1.0"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16193dependencies = [
16194 "quote",
16195]
16196
16197[[package]]
16198name = "simdutf8"
16199version = "0.1.5"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16202
16203[[package]]
16204name = "similar"
16205version = "2.7.0"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16208
16209[[package]]
16210name = "simple_asn1"
16211version = "0.6.3"
16212source = "registry+https://github.com/rust-lang/crates.io-index"
16213checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16214dependencies = [
16215 "num-bigint",
16216 "num-traits",
16217 "thiserror 2.0.17",
16218 "time",
16219]
16220
16221[[package]]
16222name = "simplecss"
16223version = "0.2.2"
16224source = "registry+https://github.com/rust-lang/crates.io-index"
16225checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16226dependencies = [
16227 "log",
16228]
16229
16230[[package]]
16231name = "simplelog"
16232version = "0.12.2"
16233source = "registry+https://github.com/rust-lang/crates.io-index"
16234checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16235dependencies = [
16236 "log",
16237 "termcolor",
16238 "time",
16239]
16240
16241[[package]]
16242name = "siphasher"
16243version = "0.3.11"
16244source = "registry+https://github.com/rust-lang/crates.io-index"
16245checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16246
16247[[package]]
16248name = "siphasher"
16249version = "1.0.1"
16250source = "registry+https://github.com/rust-lang/crates.io-index"
16251checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16252
16253[[package]]
16254name = "skrifa"
16255version = "0.37.0"
16256source = "registry+https://github.com/rust-lang/crates.io-index"
16257checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16258dependencies = [
16259 "bytemuck",
16260 "read-fonts 0.35.0",
16261]
16262
16263[[package]]
16264name = "skrifa"
16265version = "0.40.0"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16268dependencies = [
16269 "bytemuck",
16270 "read-fonts 0.37.0",
16271]
16272
16273[[package]]
16274name = "slab"
16275version = "0.4.11"
16276source = "registry+https://github.com/rust-lang/crates.io-index"
16277checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16278
16279[[package]]
16280name = "slotmap"
16281version = "1.0.7"
16282source = "registry+https://github.com/rust-lang/crates.io-index"
16283checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16284dependencies = [
16285 "version_check",
16286]
16287
16288[[package]]
16289name = "smallvec"
16290version = "1.15.1"
16291source = "registry+https://github.com/rust-lang/crates.io-index"
16292checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16293dependencies = [
16294 "serde",
16295]
16296
16297[[package]]
16298name = "smart-default"
16299version = "0.7.1"
16300source = "registry+https://github.com/rust-lang/crates.io-index"
16301checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16302dependencies = [
16303 "proc-macro2",
16304 "quote",
16305 "syn 2.0.117",
16306]
16307
16308[[package]]
16309name = "smol"
16310version = "2.0.2"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16313dependencies = [
16314 "async-channel 2.5.0",
16315 "async-executor",
16316 "async-fs",
16317 "async-io",
16318 "async-lock 3.4.2",
16319 "async-net",
16320 "async-process",
16321 "blocking",
16322 "futures-lite 2.6.1",
16323]
16324
16325[[package]]
16326name = "smol_str"
16327version = "0.3.5"
16328source = "registry+https://github.com/rust-lang/crates.io-index"
16329checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16330
16331[[package]]
16332name = "snafu"
16333version = "0.8.9"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16336dependencies = [
16337 "snafu-derive",
16338]
16339
16340[[package]]
16341name = "snafu-derive"
16342version = "0.8.9"
16343source = "registry+https://github.com/rust-lang/crates.io-index"
16344checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16345dependencies = [
16346 "heck 0.5.0",
16347 "proc-macro2",
16348 "quote",
16349 "syn 2.0.117",
16350]
16351
16352[[package]]
16353name = "snippet"
16354version = "0.1.0"
16355dependencies = [
16356 "anyhow",
16357 "smallvec",
16358]
16359
16360[[package]]
16361name = "snippet_provider"
16362version = "0.1.0"
16363dependencies = [
16364 "anyhow",
16365 "collections",
16366 "extension",
16367 "fs",
16368 "futures 0.3.32",
16369 "gpui",
16370 "indoc",
16371 "parking_lot",
16372 "paths",
16373 "schemars",
16374 "serde",
16375 "serde_json",
16376 "serde_json_lenient",
16377 "snippet",
16378 "util",
16379]
16380
16381[[package]]
16382name = "snippets_ui"
16383version = "0.1.0"
16384dependencies = [
16385 "file_icons",
16386 "fuzzy",
16387 "gpui",
16388 "language",
16389 "open_path_prompt",
16390 "paths",
16391 "picker",
16392 "settings",
16393 "ui",
16394 "util",
16395 "workspace",
16396]
16397
16398[[package]]
16399name = "socket2"
16400version = "0.5.10"
16401source = "registry+https://github.com/rust-lang/crates.io-index"
16402checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16403dependencies = [
16404 "libc",
16405 "windows-sys 0.52.0",
16406]
16407
16408[[package]]
16409name = "socket2"
16410version = "0.6.1"
16411source = "registry+https://github.com/rust-lang/crates.io-index"
16412checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16413dependencies = [
16414 "libc",
16415 "windows-sys 0.60.2",
16416]
16417
16418[[package]]
16419name = "spdx"
16420version = "0.10.9"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16423dependencies = [
16424 "smallvec",
16425]
16426
16427[[package]]
16428name = "spin"
16429version = "0.9.8"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16432dependencies = [
16433 "lock_api",
16434]
16435
16436[[package]]
16437name = "spin"
16438version = "0.10.0"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16441dependencies = [
16442 "lock_api",
16443]
16444
16445[[package]]
16446name = "spirv"
16447version = "0.4.0+sdk-1.4.341.0"
16448source = "registry+https://github.com/rust-lang/crates.io-index"
16449checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16450dependencies = [
16451 "bitflags 2.10.0",
16452]
16453
16454[[package]]
16455name = "spki"
16456version = "0.6.0"
16457source = "registry+https://github.com/rust-lang/crates.io-index"
16458checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16459dependencies = [
16460 "base64ct",
16461 "der 0.6.1",
16462]
16463
16464[[package]]
16465name = "spki"
16466version = "0.7.3"
16467source = "registry+https://github.com/rust-lang/crates.io-index"
16468checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16469dependencies = [
16470 "base64ct",
16471 "der 0.7.10",
16472]
16473
16474[[package]]
16475name = "sqlez"
16476version = "0.1.0"
16477dependencies = [
16478 "anyhow",
16479 "collections",
16480 "futures 0.3.32",
16481 "indoc",
16482 "libsqlite3-sys",
16483 "log",
16484 "parking_lot",
16485 "smol",
16486 "sqlformat",
16487 "thread_local",
16488 "util",
16489 "uuid",
16490]
16491
16492[[package]]
16493name = "sqlez_macros"
16494version = "0.1.0"
16495dependencies = [
16496 "sqlez",
16497 "sqlformat",
16498 "syn 2.0.117",
16499]
16500
16501[[package]]
16502name = "sqlformat"
16503version = "0.2.6"
16504source = "registry+https://github.com/rust-lang/crates.io-index"
16505checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16506dependencies = [
16507 "nom 7.1.3",
16508 "unicode_categories",
16509]
16510
16511[[package]]
16512name = "sqlx"
16513version = "0.8.6"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16516dependencies = [
16517 "sqlx-core",
16518 "sqlx-macros",
16519 "sqlx-mysql",
16520 "sqlx-postgres",
16521 "sqlx-sqlite",
16522]
16523
16524[[package]]
16525name = "sqlx-core"
16526version = "0.8.6"
16527source = "registry+https://github.com/rust-lang/crates.io-index"
16528checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16529dependencies = [
16530 "base64 0.22.1",
16531 "bigdecimal",
16532 "bytes 1.11.1",
16533 "chrono",
16534 "crc",
16535 "crossbeam-queue",
16536 "either",
16537 "event-listener 5.4.1",
16538 "futures-core",
16539 "futures-intrusive",
16540 "futures-io",
16541 "futures-util",
16542 "hashbrown 0.15.5",
16543 "hashlink 0.10.0",
16544 "indexmap",
16545 "log",
16546 "memchr",
16547 "once_cell",
16548 "percent-encoding",
16549 "rust_decimal",
16550 "rustls 0.23.33",
16551 "serde",
16552 "serde_json",
16553 "sha2",
16554 "smallvec",
16555 "thiserror 2.0.17",
16556 "time",
16557 "tokio",
16558 "tokio-stream",
16559 "tracing",
16560 "url",
16561 "uuid",
16562 "webpki-roots",
16563]
16564
16565[[package]]
16566name = "sqlx-macros"
16567version = "0.8.6"
16568source = "registry+https://github.com/rust-lang/crates.io-index"
16569checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16570dependencies = [
16571 "proc-macro2",
16572 "quote",
16573 "sqlx-core",
16574 "sqlx-macros-core",
16575 "syn 2.0.117",
16576]
16577
16578[[package]]
16579name = "sqlx-macros-core"
16580version = "0.8.6"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16583dependencies = [
16584 "dotenvy",
16585 "either",
16586 "heck 0.5.0",
16587 "hex",
16588 "once_cell",
16589 "proc-macro2",
16590 "quote",
16591 "serde",
16592 "serde_json",
16593 "sha2",
16594 "sqlx-core",
16595 "sqlx-mysql",
16596 "sqlx-postgres",
16597 "sqlx-sqlite",
16598 "syn 2.0.117",
16599 "tokio",
16600 "url",
16601]
16602
16603[[package]]
16604name = "sqlx-mysql"
16605version = "0.8.6"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16608dependencies = [
16609 "atoi",
16610 "base64 0.22.1",
16611 "bigdecimal",
16612 "bitflags 2.10.0",
16613 "byteorder",
16614 "bytes 1.11.1",
16615 "chrono",
16616 "crc",
16617 "digest",
16618 "dotenvy",
16619 "either",
16620 "futures-channel",
16621 "futures-core",
16622 "futures-io",
16623 "futures-util",
16624 "generic-array",
16625 "hex",
16626 "hkdf",
16627 "hmac",
16628 "itoa",
16629 "log",
16630 "md-5",
16631 "memchr",
16632 "once_cell",
16633 "percent-encoding",
16634 "rand 0.8.5",
16635 "rsa",
16636 "rust_decimal",
16637 "serde",
16638 "sha1",
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-postgres"
16652version = "0.8.6"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16655dependencies = [
16656 "atoi",
16657 "base64 0.22.1",
16658 "bigdecimal",
16659 "bitflags 2.10.0",
16660 "byteorder",
16661 "chrono",
16662 "crc",
16663 "dotenvy",
16664 "etcetera",
16665 "futures-channel",
16666 "futures-core",
16667 "futures-util",
16668 "hex",
16669 "hkdf",
16670 "hmac",
16671 "home",
16672 "itoa",
16673 "log",
16674 "md-5",
16675 "memchr",
16676 "num-bigint",
16677 "once_cell",
16678 "rand 0.8.5",
16679 "rust_decimal",
16680 "serde",
16681 "serde_json",
16682 "sha2",
16683 "smallvec",
16684 "sqlx-core",
16685 "stringprep",
16686 "thiserror 2.0.17",
16687 "time",
16688 "tracing",
16689 "uuid",
16690 "whoami",
16691]
16692
16693[[package]]
16694name = "sqlx-sqlite"
16695version = "0.8.6"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16698dependencies = [
16699 "atoi",
16700 "chrono",
16701 "flume",
16702 "futures-channel",
16703 "futures-core",
16704 "futures-executor",
16705 "futures-intrusive",
16706 "futures-util",
16707 "libsqlite3-sys",
16708 "log",
16709 "percent-encoding",
16710 "serde",
16711 "serde_urlencoded",
16712 "sqlx-core",
16713 "thiserror 2.0.17",
16714 "time",
16715 "tracing",
16716 "url",
16717 "uuid",
16718]
16719
16720[[package]]
16721name = "stable_deref_trait"
16722version = "1.2.1"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16725
16726[[package]]
16727name = "stacker"
16728version = "0.1.23"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16731dependencies = [
16732 "cc",
16733 "cfg-if",
16734 "libc",
16735 "psm",
16736 "windows-sys 0.59.0",
16737]
16738
16739[[package]]
16740name = "stacksafe"
16741version = "0.1.4"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16744dependencies = [
16745 "stacker",
16746 "stacksafe-macro",
16747]
16748
16749[[package]]
16750name = "stacksafe-macro"
16751version = "0.1.4"
16752source = "registry+https://github.com/rust-lang/crates.io-index"
16753checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16754dependencies = [
16755 "proc-macro-error2",
16756 "quote",
16757 "syn 2.0.117",
16758]
16759
16760[[package]]
16761name = "static_assertions"
16762version = "1.1.0"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16765
16766[[package]]
16767name = "story"
16768version = "0.1.0"
16769dependencies = [
16770 "gpui",
16771 "itertools 0.14.0",
16772 "smallvec",
16773]
16774
16775[[package]]
16776name = "storybook"
16777version = "0.1.0"
16778dependencies = [
16779 "anyhow",
16780 "clap",
16781 "ctrlc",
16782 "dialoguer",
16783 "editor",
16784 "fuzzy",
16785 "gpui",
16786 "gpui_platform",
16787 "indoc",
16788 "language",
16789 "log",
16790 "menu",
16791 "picker",
16792 "reqwest_client",
16793 "rust-embed",
16794 "settings",
16795 "simplelog",
16796 "story",
16797 "strum 0.27.2",
16798 "theme",
16799 "theme_settings",
16800 "title_bar",
16801 "ui",
16802]
16803
16804[[package]]
16805name = "streaming-iterator"
16806version = "0.1.9"
16807source = "registry+https://github.com/rust-lang/crates.io-index"
16808checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16809
16810[[package]]
16811name = "streaming_diff"
16812version = "0.1.0"
16813dependencies = [
16814 "ordered-float 2.10.1",
16815 "rand 0.9.2",
16816 "rope",
16817 "util",
16818]
16819
16820[[package]]
16821name = "strength_reduce"
16822version = "0.2.4"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16825
16826[[package]]
16827name = "strict-num"
16828version = "0.1.1"
16829source = "registry+https://github.com/rust-lang/crates.io-index"
16830checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16831dependencies = [
16832 "float-cmp",
16833]
16834
16835[[package]]
16836name = "string_cache"
16837version = "0.8.9"
16838source = "registry+https://github.com/rust-lang/crates.io-index"
16839checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16840dependencies = [
16841 "new_debug_unreachable",
16842 "parking_lot",
16843 "phf_shared 0.11.3",
16844 "precomputed-hash",
16845 "serde",
16846]
16847
16848[[package]]
16849name = "string_cache_codegen"
16850version = "0.5.4"
16851source = "registry+https://github.com/rust-lang/crates.io-index"
16852checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16853dependencies = [
16854 "phf_generator 0.11.3",
16855 "phf_shared 0.11.3",
16856 "proc-macro2",
16857 "quote",
16858]
16859
16860[[package]]
16861name = "stringprep"
16862version = "0.1.5"
16863source = "registry+https://github.com/rust-lang/crates.io-index"
16864checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16865dependencies = [
16866 "unicode-bidi",
16867 "unicode-normalization",
16868 "unicode-properties",
16869]
16870
16871[[package]]
16872name = "strsim"
16873version = "0.11.1"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16876
16877[[package]]
16878name = "strum"
16879version = "0.26.3"
16880source = "registry+https://github.com/rust-lang/crates.io-index"
16881checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16882
16883[[package]]
16884name = "strum"
16885version = "0.27.2"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16888dependencies = [
16889 "strum_macros 0.27.2",
16890]
16891
16892[[package]]
16893name = "strum"
16894version = "0.28.0"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16897dependencies = [
16898 "strum_macros 0.28.0",
16899]
16900
16901[[package]]
16902name = "strum_macros"
16903version = "0.27.2"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16906dependencies = [
16907 "heck 0.5.0",
16908 "proc-macro2",
16909 "quote",
16910 "syn 2.0.117",
16911]
16912
16913[[package]]
16914name = "strum_macros"
16915version = "0.28.0"
16916source = "registry+https://github.com/rust-lang/crates.io-index"
16917checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16918dependencies = [
16919 "heck 0.5.0",
16920 "proc-macro2",
16921 "quote",
16922 "syn 2.0.117",
16923]
16924
16925[[package]]
16926name = "subtle"
16927version = "2.6.1"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16930
16931[[package]]
16932name = "sum_tree"
16933version = "0.1.0"
16934dependencies = [
16935 "ctor",
16936 "heapless",
16937 "log",
16938 "proptest",
16939 "rand 0.9.2",
16940 "rayon",
16941 "tracing",
16942 "zlog",
16943 "ztracing",
16944]
16945
16946[[package]]
16947name = "sval"
16948version = "2.15.0"
16949source = "registry+https://github.com/rust-lang/crates.io-index"
16950checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16951
16952[[package]]
16953name = "sval_buffer"
16954version = "2.15.0"
16955source = "registry+https://github.com/rust-lang/crates.io-index"
16956checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16957dependencies = [
16958 "sval",
16959 "sval_ref",
16960]
16961
16962[[package]]
16963name = "sval_dynamic"
16964version = "2.15.0"
16965source = "registry+https://github.com/rust-lang/crates.io-index"
16966checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16967dependencies = [
16968 "sval",
16969]
16970
16971[[package]]
16972name = "sval_fmt"
16973version = "2.15.0"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16976dependencies = [
16977 "itoa",
16978 "ryu",
16979 "sval",
16980]
16981
16982[[package]]
16983name = "sval_json"
16984version = "2.15.0"
16985source = "registry+https://github.com/rust-lang/crates.io-index"
16986checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16987dependencies = [
16988 "itoa",
16989 "ryu",
16990 "sval",
16991]
16992
16993[[package]]
16994name = "sval_nested"
16995version = "2.15.0"
16996source = "registry+https://github.com/rust-lang/crates.io-index"
16997checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16998dependencies = [
16999 "sval",
17000 "sval_buffer",
17001 "sval_ref",
17002]
17003
17004[[package]]
17005name = "sval_ref"
17006version = "2.15.0"
17007source = "registry+https://github.com/rust-lang/crates.io-index"
17008checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
17009dependencies = [
17010 "sval",
17011]
17012
17013[[package]]
17014name = "sval_serde"
17015version = "2.15.0"
17016source = "registry+https://github.com/rust-lang/crates.io-index"
17017checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
17018dependencies = [
17019 "serde_core",
17020 "sval",
17021 "sval_nested",
17022]
17023
17024[[package]]
17025name = "svg_fmt"
17026version = "0.4.5"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
17029
17030[[package]]
17031name = "svg_preview"
17032version = "0.1.0"
17033dependencies = [
17034 "file_icons",
17035 "gpui",
17036 "language",
17037 "multi_buffer",
17038 "ui",
17039 "workspace",
17040 "zed_actions",
17041]
17042
17043[[package]]
17044name = "svgtypes"
17045version = "0.15.3"
17046source = "registry+https://github.com/rust-lang/crates.io-index"
17047checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17048dependencies = [
17049 "kurbo",
17050 "siphasher 1.0.1",
17051]
17052
17053[[package]]
17054name = "swash"
17055version = "0.2.6"
17056source = "registry+https://github.com/rust-lang/crates.io-index"
17057checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17058dependencies = [
17059 "skrifa 0.37.0",
17060 "yazi",
17061 "zeno",
17062]
17063
17064[[package]]
17065name = "symphonia"
17066version = "0.5.5"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17069dependencies = [
17070 "lazy_static",
17071 "symphonia-bundle-flac",
17072 "symphonia-bundle-mp3",
17073 "symphonia-codec-aac",
17074 "symphonia-codec-pcm",
17075 "symphonia-codec-vorbis",
17076 "symphonia-core",
17077 "symphonia-format-isomp4",
17078 "symphonia-format-ogg",
17079 "symphonia-format-riff",
17080 "symphonia-metadata",
17081]
17082
17083[[package]]
17084name = "symphonia-bundle-flac"
17085version = "0.5.5"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17088dependencies = [
17089 "log",
17090 "symphonia-core",
17091 "symphonia-metadata",
17092 "symphonia-utils-xiph",
17093]
17094
17095[[package]]
17096name = "symphonia-bundle-mp3"
17097version = "0.5.5"
17098source = "registry+https://github.com/rust-lang/crates.io-index"
17099checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17100dependencies = [
17101 "lazy_static",
17102 "log",
17103 "symphonia-core",
17104 "symphonia-metadata",
17105]
17106
17107[[package]]
17108name = "symphonia-codec-aac"
17109version = "0.5.5"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17112dependencies = [
17113 "lazy_static",
17114 "log",
17115 "symphonia-core",
17116]
17117
17118[[package]]
17119name = "symphonia-codec-pcm"
17120version = "0.5.5"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17123dependencies = [
17124 "log",
17125 "symphonia-core",
17126]
17127
17128[[package]]
17129name = "symphonia-codec-vorbis"
17130version = "0.5.5"
17131source = "registry+https://github.com/rust-lang/crates.io-index"
17132checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17133dependencies = [
17134 "log",
17135 "symphonia-core",
17136 "symphonia-utils-xiph",
17137]
17138
17139[[package]]
17140name = "symphonia-core"
17141version = "0.5.5"
17142source = "registry+https://github.com/rust-lang/crates.io-index"
17143checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17144dependencies = [
17145 "arrayvec",
17146 "bitflags 1.3.2",
17147 "bytemuck",
17148 "lazy_static",
17149 "log",
17150]
17151
17152[[package]]
17153name = "symphonia-format-isomp4"
17154version = "0.5.5"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17157dependencies = [
17158 "encoding_rs",
17159 "log",
17160 "symphonia-core",
17161 "symphonia-metadata",
17162 "symphonia-utils-xiph",
17163]
17164
17165[[package]]
17166name = "symphonia-format-ogg"
17167version = "0.5.5"
17168source = "registry+https://github.com/rust-lang/crates.io-index"
17169checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17170dependencies = [
17171 "log",
17172 "symphonia-core",
17173 "symphonia-metadata",
17174 "symphonia-utils-xiph",
17175]
17176
17177[[package]]
17178name = "symphonia-format-riff"
17179version = "0.5.5"
17180source = "registry+https://github.com/rust-lang/crates.io-index"
17181checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17182dependencies = [
17183 "extended",
17184 "log",
17185 "symphonia-core",
17186 "symphonia-metadata",
17187]
17188
17189[[package]]
17190name = "symphonia-metadata"
17191version = "0.5.5"
17192source = "registry+https://github.com/rust-lang/crates.io-index"
17193checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17194dependencies = [
17195 "encoding_rs",
17196 "lazy_static",
17197 "log",
17198 "symphonia-core",
17199]
17200
17201[[package]]
17202name = "symphonia-utils-xiph"
17203version = "0.5.5"
17204source = "registry+https://github.com/rust-lang/crates.io-index"
17205checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17206dependencies = [
17207 "symphonia-core",
17208 "symphonia-metadata",
17209]
17210
17211[[package]]
17212name = "syn"
17213version = "1.0.109"
17214source = "registry+https://github.com/rust-lang/crates.io-index"
17215checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17216dependencies = [
17217 "proc-macro2",
17218 "quote",
17219 "unicode-ident",
17220]
17221
17222[[package]]
17223name = "syn"
17224version = "2.0.117"
17225source = "registry+https://github.com/rust-lang/crates.io-index"
17226checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17227dependencies = [
17228 "proc-macro2",
17229 "quote",
17230 "unicode-ident",
17231]
17232
17233[[package]]
17234name = "sync_wrapper"
17235version = "0.1.2"
17236source = "registry+https://github.com/rust-lang/crates.io-index"
17237checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17238
17239[[package]]
17240name = "sync_wrapper"
17241version = "1.0.2"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17244dependencies = [
17245 "futures-core",
17246]
17247
17248[[package]]
17249name = "synchronoise"
17250version = "1.0.1"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17253dependencies = [
17254 "crossbeam-queue",
17255]
17256
17257[[package]]
17258name = "synstructure"
17259version = "0.13.2"
17260source = "registry+https://github.com/rust-lang/crates.io-index"
17261checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17262dependencies = [
17263 "proc-macro2",
17264 "quote",
17265 "syn 2.0.117",
17266]
17267
17268[[package]]
17269name = "syntax_theme"
17270version = "0.1.0"
17271dependencies = [
17272 "gpui",
17273 "serde",
17274 "serde_json",
17275]
17276
17277[[package]]
17278name = "sys-locale"
17279version = "0.3.2"
17280source = "registry+https://github.com/rust-lang/crates.io-index"
17281checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17282dependencies = [
17283 "libc",
17284]
17285
17286[[package]]
17287name = "sysctl"
17288version = "0.5.5"
17289source = "registry+https://github.com/rust-lang/crates.io-index"
17290checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17291dependencies = [
17292 "bitflags 2.10.0",
17293 "byteorder",
17294 "enum-as-inner",
17295 "libc",
17296 "thiserror 1.0.69",
17297 "walkdir",
17298]
17299
17300[[package]]
17301name = "sysctl"
17302version = "0.6.0"
17303source = "registry+https://github.com/rust-lang/crates.io-index"
17304checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17305dependencies = [
17306 "bitflags 2.10.0",
17307 "byteorder",
17308 "enum-as-inner",
17309 "libc",
17310 "thiserror 1.0.69",
17311 "walkdir",
17312]
17313
17314[[package]]
17315name = "sysinfo"
17316version = "0.31.4"
17317source = "registry+https://github.com/rust-lang/crates.io-index"
17318checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17319dependencies = [
17320 "core-foundation-sys",
17321 "libc",
17322 "memchr",
17323 "ntapi",
17324 "rayon",
17325 "windows 0.57.0",
17326]
17327
17328[[package]]
17329name = "sysinfo"
17330version = "0.37.2"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17333dependencies = [
17334 "libc",
17335 "memchr",
17336 "ntapi",
17337 "objc2-core-foundation",
17338 "objc2-io-kit",
17339 "windows 0.61.3",
17340]
17341
17342[[package]]
17343name = "system-configuration"
17344version = "0.5.1"
17345source = "registry+https://github.com/rust-lang/crates.io-index"
17346checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17347dependencies = [
17348 "bitflags 1.3.2",
17349 "core-foundation 0.9.4",
17350 "system-configuration-sys 0.5.0",
17351]
17352
17353[[package]]
17354name = "system-configuration"
17355version = "0.6.1"
17356source = "registry+https://github.com/rust-lang/crates.io-index"
17357checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17358dependencies = [
17359 "bitflags 2.10.0",
17360 "core-foundation 0.9.4",
17361 "system-configuration-sys 0.6.0",
17362]
17363
17364[[package]]
17365name = "system-configuration-sys"
17366version = "0.5.0"
17367source = "registry+https://github.com/rust-lang/crates.io-index"
17368checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17369dependencies = [
17370 "core-foundation-sys",
17371 "libc",
17372]
17373
17374[[package]]
17375name = "system-configuration-sys"
17376version = "0.6.0"
17377source = "registry+https://github.com/rust-lang/crates.io-index"
17378checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17379dependencies = [
17380 "core-foundation-sys",
17381 "libc",
17382]
17383
17384[[package]]
17385name = "system-deps"
17386version = "6.2.2"
17387source = "registry+https://github.com/rust-lang/crates.io-index"
17388checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17389dependencies = [
17390 "cfg-expr 0.15.8",
17391 "heck 0.5.0",
17392 "pkg-config",
17393 "toml 0.8.23",
17394 "version-compare",
17395]
17396
17397[[package]]
17398name = "system-deps"
17399version = "7.0.7"
17400source = "registry+https://github.com/rust-lang/crates.io-index"
17401checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17402dependencies = [
17403 "cfg-expr 0.20.6",
17404 "heck 0.5.0",
17405 "pkg-config",
17406 "toml 0.9.8",
17407 "version-compare",
17408]
17409
17410[[package]]
17411name = "system-interface"
17412version = "0.27.3"
17413source = "registry+https://github.com/rust-lang/crates.io-index"
17414checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17415dependencies = [
17416 "bitflags 2.10.0",
17417 "cap-fs-ext",
17418 "cap-std",
17419 "fd-lock",
17420 "io-lifetimes",
17421 "rustix 0.38.44",
17422 "windows-sys 0.59.0",
17423 "winx",
17424]
17425
17426[[package]]
17427name = "system_specs"
17428version = "0.1.0"
17429dependencies = [
17430 "anyhow",
17431 "client",
17432 "gpui",
17433 "human_bytes",
17434 "pciid-parser",
17435 "release_channel",
17436 "semver",
17437 "serde",
17438 "sysinfo 0.37.2",
17439]
17440
17441[[package]]
17442name = "tab_switcher"
17443version = "0.1.0"
17444dependencies = [
17445 "collections",
17446 "ctor",
17447 "editor",
17448 "fuzzy",
17449 "gpui",
17450 "menu",
17451 "picker",
17452 "project",
17453 "schemars",
17454 "serde",
17455 "serde_json",
17456 "settings",
17457 "smol",
17458 "theme",
17459 "theme_settings",
17460 "ui",
17461 "util",
17462 "workspace",
17463 "zlog",
17464]
17465
17466[[package]]
17467name = "taffy"
17468version = "0.9.0"
17469source = "registry+https://github.com/rust-lang/crates.io-index"
17470checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17471dependencies = [
17472 "arrayvec",
17473 "grid",
17474 "serde",
17475 "slotmap",
17476]
17477
17478[[package]]
17479name = "tagptr"
17480version = "0.2.0"
17481source = "registry+https://github.com/rust-lang/crates.io-index"
17482checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17483
17484[[package]]
17485name = "take-until"
17486version = "0.2.0"
17487source = "registry+https://github.com/rust-lang/crates.io-index"
17488checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17489
17490[[package]]
17491name = "tao-core-video-sys"
17492version = "0.2.0"
17493source = "registry+https://github.com/rust-lang/crates.io-index"
17494checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17495dependencies = [
17496 "cfg-if",
17497 "core-foundation-sys",
17498 "libc",
17499 "objc",
17500]
17501
17502[[package]]
17503name = "tap"
17504version = "1.0.1"
17505source = "registry+https://github.com/rust-lang/crates.io-index"
17506checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17507
17508[[package]]
17509name = "target-lexicon"
17510version = "0.12.16"
17511source = "registry+https://github.com/rust-lang/crates.io-index"
17512checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17513
17514[[package]]
17515name = "target-lexicon"
17516version = "0.13.3"
17517source = "registry+https://github.com/rust-lang/crates.io-index"
17518checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17519
17520[[package]]
17521name = "task"
17522version = "0.1.0"
17523dependencies = [
17524 "anyhow",
17525 "collections",
17526 "futures 0.3.32",
17527 "gpui",
17528 "hex",
17529 "log",
17530 "parking_lot",
17531 "pretty_assertions",
17532 "proto",
17533 "schemars",
17534 "serde",
17535 "serde_json",
17536 "serde_json_lenient",
17537 "sha2",
17538 "shellexpand 2.1.2",
17539 "util",
17540 "zed_actions",
17541]
17542
17543[[package]]
17544name = "tasks_ui"
17545version = "0.1.0"
17546dependencies = [
17547 "anyhow",
17548 "collections",
17549 "editor",
17550 "file_icons",
17551 "fuzzy",
17552 "gpui",
17553 "itertools 0.14.0",
17554 "language",
17555 "menu",
17556 "picker",
17557 "project",
17558 "serde",
17559 "serde_json",
17560 "task",
17561 "tree-sitter-rust",
17562 "tree-sitter-typescript",
17563 "ui",
17564 "util",
17565 "workspace",
17566 "zed_actions",
17567]
17568
17569[[package]]
17570name = "telemetry"
17571version = "0.1.0"
17572dependencies = [
17573 "futures 0.3.32",
17574 "serde",
17575 "serde_json",
17576 "telemetry_events",
17577]
17578
17579[[package]]
17580name = "telemetry_events"
17581version = "0.1.0"
17582dependencies = [
17583 "semver",
17584 "serde",
17585 "serde_json",
17586]
17587
17588[[package]]
17589name = "tempfile"
17590version = "3.23.0"
17591source = "registry+https://github.com/rust-lang/crates.io-index"
17592checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17593dependencies = [
17594 "fastrand 2.3.0",
17595 "getrandom 0.3.4",
17596 "once_cell",
17597 "rustix 1.1.2",
17598 "windows-sys 0.61.2",
17599]
17600
17601[[package]]
17602name = "tendril"
17603version = "0.4.3"
17604source = "registry+https://github.com/rust-lang/crates.io-index"
17605checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17606dependencies = [
17607 "futf",
17608 "mac",
17609 "utf-8",
17610]
17611
17612[[package]]
17613name = "termcolor"
17614version = "1.4.1"
17615source = "registry+https://github.com/rust-lang/crates.io-index"
17616checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17617dependencies = [
17618 "winapi-util",
17619]
17620
17621[[package]]
17622name = "terminal"
17623version = "0.1.0"
17624dependencies = [
17625 "alacritty_terminal",
17626 "anyhow",
17627 "collections",
17628 "futures 0.3.32",
17629 "gpui",
17630 "itertools 0.14.0",
17631 "libc",
17632 "log",
17633 "parking_lot",
17634 "rand 0.9.2",
17635 "regex",
17636 "release_channel",
17637 "schemars",
17638 "serde",
17639 "settings",
17640 "smol",
17641 "sysinfo 0.37.2",
17642 "task",
17643 "theme",
17644 "theme_settings",
17645 "thiserror 2.0.17",
17646 "url",
17647 "urlencoding",
17648 "util",
17649 "util_macros",
17650 "windows 0.61.3",
17651]
17652
17653[[package]]
17654name = "terminal_size"
17655version = "0.4.3"
17656source = "registry+https://github.com/rust-lang/crates.io-index"
17657checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17658dependencies = [
17659 "rustix 1.1.2",
17660 "windows-sys 0.60.2",
17661]
17662
17663[[package]]
17664name = "terminal_view"
17665version = "0.1.0"
17666dependencies = [
17667 "anyhow",
17668 "async-recursion",
17669 "breadcrumbs",
17670 "collections",
17671 "db",
17672 "dirs 4.0.0",
17673 "editor",
17674 "futures 0.3.32",
17675 "gpui",
17676 "itertools 0.14.0",
17677 "language",
17678 "log",
17679 "menu",
17680 "pretty_assertions",
17681 "project",
17682 "regex",
17683 "schemars",
17684 "serde",
17685 "serde_json",
17686 "settings",
17687 "shellexpand 2.1.2",
17688 "task",
17689 "terminal",
17690 "theme",
17691 "theme_settings",
17692 "ui",
17693 "util",
17694 "workspace",
17695 "zed_actions",
17696]
17697
17698[[package]]
17699name = "text"
17700version = "0.1.0"
17701dependencies = [
17702 "anyhow",
17703 "clock",
17704 "collections",
17705 "ctor",
17706 "gpui",
17707 "log",
17708 "parking_lot",
17709 "postage",
17710 "rand 0.9.2",
17711 "regex",
17712 "rope",
17713 "smallvec",
17714 "sum_tree",
17715 "util",
17716 "zlog",
17717]
17718
17719[[package]]
17720name = "theme"
17721version = "0.1.0"
17722dependencies = [
17723 "anyhow",
17724 "collections",
17725 "derive_more",
17726 "gpui",
17727 "palette",
17728 "parking_lot",
17729 "refineable",
17730 "schemars",
17731 "serde",
17732 "serde_json",
17733 "serde_json_lenient",
17734 "strum 0.27.2",
17735 "syntax_theme",
17736 "thiserror 2.0.17",
17737 "uuid",
17738]
17739
17740[[package]]
17741name = "theme_extension"
17742version = "0.1.0"
17743dependencies = [
17744 "anyhow",
17745 "extension",
17746 "fs",
17747 "gpui",
17748 "theme",
17749 "theme_settings",
17750]
17751
17752[[package]]
17753name = "theme_importer"
17754version = "0.1.0"
17755dependencies = [
17756 "anyhow",
17757 "clap",
17758 "collections",
17759 "gpui",
17760 "indexmap",
17761 "log",
17762 "palette",
17763 "serde",
17764 "serde_json",
17765 "serde_json_lenient",
17766 "simplelog",
17767 "strum 0.27.2",
17768 "theme",
17769 "theme_settings",
17770 "vscode_theme",
17771]
17772
17773[[package]]
17774name = "theme_selector"
17775version = "0.1.0"
17776dependencies = [
17777 "editor",
17778 "fs",
17779 "fuzzy",
17780 "gpui",
17781 "log",
17782 "picker",
17783 "project",
17784 "serde",
17785 "serde_json",
17786 "settings",
17787 "telemetry",
17788 "theme",
17789 "theme_settings",
17790 "ui",
17791 "util",
17792 "workspace",
17793 "zed_actions",
17794]
17795
17796[[package]]
17797name = "theme_settings"
17798version = "0.1.0"
17799dependencies = [
17800 "anyhow",
17801 "collections",
17802 "gpui",
17803 "gpui_util",
17804 "log",
17805 "palette",
17806 "refineable",
17807 "schemars",
17808 "serde",
17809 "serde_json",
17810 "serde_json_lenient",
17811 "settings",
17812 "theme",
17813 "uuid",
17814]
17815
17816[[package]]
17817name = "thiserror"
17818version = "1.0.69"
17819source = "registry+https://github.com/rust-lang/crates.io-index"
17820checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17821dependencies = [
17822 "thiserror-impl 1.0.69",
17823]
17824
17825[[package]]
17826name = "thiserror"
17827version = "2.0.17"
17828source = "registry+https://github.com/rust-lang/crates.io-index"
17829checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17830dependencies = [
17831 "thiserror-impl 2.0.17",
17832]
17833
17834[[package]]
17835name = "thiserror-impl"
17836version = "1.0.69"
17837source = "registry+https://github.com/rust-lang/crates.io-index"
17838checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17839dependencies = [
17840 "proc-macro2",
17841 "quote",
17842 "syn 2.0.117",
17843]
17844
17845[[package]]
17846name = "thiserror-impl"
17847version = "2.0.17"
17848source = "registry+https://github.com/rust-lang/crates.io-index"
17849checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17850dependencies = [
17851 "proc-macro2",
17852 "quote",
17853 "syn 2.0.117",
17854]
17855
17856[[package]]
17857name = "thread_local"
17858version = "1.1.9"
17859source = "registry+https://github.com/rust-lang/crates.io-index"
17860checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17861dependencies = [
17862 "cfg-if",
17863]
17864
17865[[package]]
17866name = "tiff"
17867version = "0.10.3"
17868source = "registry+https://github.com/rust-lang/crates.io-index"
17869checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17870dependencies = [
17871 "fax",
17872 "flate2",
17873 "half",
17874 "quick-error 2.0.1",
17875 "weezl",
17876 "zune-jpeg",
17877]
17878
17879[[package]]
17880name = "tiktoken-rs"
17881version = "0.9.1"
17882source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17883dependencies = [
17884 "anyhow",
17885 "base64 0.22.1",
17886 "bstr",
17887 "fancy-regex 0.16.2",
17888 "lazy_static",
17889 "regex",
17890 "rustc-hash 1.1.0",
17891]
17892
17893[[package]]
17894name = "time"
17895version = "0.3.47"
17896source = "registry+https://github.com/rust-lang/crates.io-index"
17897checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17898dependencies = [
17899 "deranged",
17900 "itoa",
17901 "libc",
17902 "num-conv",
17903 "num_threads",
17904 "powerfmt",
17905 "serde_core",
17906 "time-core",
17907 "time-macros",
17908]
17909
17910[[package]]
17911name = "time-core"
17912version = "0.1.8"
17913source = "registry+https://github.com/rust-lang/crates.io-index"
17914checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17915
17916[[package]]
17917name = "time-macros"
17918version = "0.2.27"
17919source = "registry+https://github.com/rust-lang/crates.io-index"
17920checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17921dependencies = [
17922 "num-conv",
17923 "time-core",
17924]
17925
17926[[package]]
17927name = "time_format"
17928version = "0.1.0"
17929dependencies = [
17930 "core-foundation 0.10.0",
17931 "core-foundation-sys",
17932 "sys-locale",
17933 "time",
17934 "windows 0.61.3",
17935]
17936
17937[[package]]
17938name = "tiny-keccak"
17939version = "2.0.2"
17940source = "registry+https://github.com/rust-lang/crates.io-index"
17941checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17942dependencies = [
17943 "crunchy",
17944]
17945
17946[[package]]
17947name = "tiny-skia"
17948version = "0.11.4"
17949source = "registry+https://github.com/rust-lang/crates.io-index"
17950checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17951dependencies = [
17952 "arrayref",
17953 "arrayvec",
17954 "bytemuck",
17955 "cfg-if",
17956 "log",
17957 "png 0.17.16",
17958 "tiny-skia-path",
17959]
17960
17961[[package]]
17962name = "tiny-skia-path"
17963version = "0.11.4"
17964source = "registry+https://github.com/rust-lang/crates.io-index"
17965checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17966dependencies = [
17967 "arrayref",
17968 "bytemuck",
17969 "strict-num",
17970]
17971
17972[[package]]
17973name = "tiny_http"
17974version = "0.12.0"
17975source = "registry+https://github.com/rust-lang/crates.io-index"
17976checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17977dependencies = [
17978 "ascii",
17979 "chunked_transfer",
17980 "httpdate",
17981 "log",
17982]
17983
17984[[package]]
17985name = "tinystr"
17986version = "0.8.1"
17987source = "registry+https://github.com/rust-lang/crates.io-index"
17988checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17989dependencies = [
17990 "displaydoc",
17991 "zerovec",
17992]
17993
17994[[package]]
17995name = "tinytemplate"
17996version = "1.2.1"
17997source = "registry+https://github.com/rust-lang/crates.io-index"
17998checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17999dependencies = [
18000 "serde",
18001 "serde_json",
18002]
18003
18004[[package]]
18005name = "tinyvec"
18006version = "1.10.0"
18007source = "registry+https://github.com/rust-lang/crates.io-index"
18008checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
18009dependencies = [
18010 "tinyvec_macros",
18011]
18012
18013[[package]]
18014name = "tinyvec_macros"
18015version = "0.1.1"
18016source = "registry+https://github.com/rust-lang/crates.io-index"
18017checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
18018
18019[[package]]
18020name = "title_bar"
18021version = "0.1.0"
18022dependencies = [
18023 "anyhow",
18024 "auto_update",
18025 "call",
18026 "channel",
18027 "chrono",
18028 "client",
18029 "cloud_api_types",
18030 "db",
18031 "git_ui",
18032 "gpui",
18033 "icons",
18034 "livekit_client",
18035 "notifications",
18036 "platform_title_bar",
18037 "project",
18038 "recent_projects",
18039 "release_channel",
18040 "remote",
18041 "remote_connection",
18042 "rpc",
18043 "schemars",
18044 "semver",
18045 "serde",
18046 "settings",
18047 "smallvec",
18048 "story",
18049 "telemetry",
18050 "theme",
18051 "ui",
18052 "util",
18053 "windows 0.61.3",
18054 "workspace",
18055 "zed_actions",
18056]
18057
18058[[package]]
18059name = "tokio"
18060version = "1.48.0"
18061source = "registry+https://github.com/rust-lang/crates.io-index"
18062checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18063dependencies = [
18064 "bytes 1.11.1",
18065 "libc",
18066 "mio 1.1.0",
18067 "parking_lot",
18068 "pin-project-lite",
18069 "signal-hook-registry",
18070 "socket2 0.6.1",
18071 "tokio-macros",
18072 "windows-sys 0.61.2",
18073]
18074
18075[[package]]
18076name = "tokio-io"
18077version = "0.1.13"
18078source = "registry+https://github.com/rust-lang/crates.io-index"
18079checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18080dependencies = [
18081 "bytes 0.4.12",
18082 "futures 0.1.31",
18083 "log",
18084]
18085
18086[[package]]
18087name = "tokio-macros"
18088version = "2.6.0"
18089source = "registry+https://github.com/rust-lang/crates.io-index"
18090checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18091dependencies = [
18092 "proc-macro2",
18093 "quote",
18094 "syn 2.0.117",
18095]
18096
18097[[package]]
18098name = "tokio-native-tls"
18099version = "0.3.1"
18100source = "registry+https://github.com/rust-lang/crates.io-index"
18101checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18102dependencies = [
18103 "native-tls",
18104 "tokio",
18105]
18106
18107[[package]]
18108name = "tokio-rustls"
18109version = "0.24.1"
18110source = "registry+https://github.com/rust-lang/crates.io-index"
18111checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18112dependencies = [
18113 "rustls 0.21.12",
18114 "tokio",
18115]
18116
18117[[package]]
18118name = "tokio-rustls"
18119version = "0.26.2"
18120source = "registry+https://github.com/rust-lang/crates.io-index"
18121checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18122dependencies = [
18123 "rustls 0.23.33",
18124 "tokio",
18125]
18126
18127[[package]]
18128name = "tokio-socks"
18129version = "0.5.2"
18130source = "registry+https://github.com/rust-lang/crates.io-index"
18131checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18132dependencies = [
18133 "either",
18134 "futures-io",
18135 "futures-util",
18136 "thiserror 1.0.69",
18137 "tokio",
18138]
18139
18140[[package]]
18141name = "tokio-stream"
18142version = "0.1.17"
18143source = "registry+https://github.com/rust-lang/crates.io-index"
18144checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18145dependencies = [
18146 "futures-core",
18147 "pin-project-lite",
18148 "tokio",
18149]
18150
18151[[package]]
18152name = "tokio-tungstenite"
18153version = "0.20.1"
18154source = "registry+https://github.com/rust-lang/crates.io-index"
18155checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18156dependencies = [
18157 "futures-util",
18158 "log",
18159 "tokio",
18160 "tungstenite 0.20.1",
18161]
18162
18163[[package]]
18164name = "tokio-tungstenite"
18165version = "0.21.0"
18166source = "registry+https://github.com/rust-lang/crates.io-index"
18167checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18168dependencies = [
18169 "futures-util",
18170 "log",
18171 "tokio",
18172 "tungstenite 0.21.0",
18173]
18174
18175[[package]]
18176name = "tokio-tungstenite"
18177version = "0.28.0"
18178source = "registry+https://github.com/rust-lang/crates.io-index"
18179checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18180dependencies = [
18181 "futures-util",
18182 "log",
18183 "rustls 0.23.33",
18184 "rustls-native-certs 0.8.2",
18185 "rustls-pki-types",
18186 "tokio",
18187 "tokio-rustls 0.26.2",
18188 "tungstenite 0.28.0",
18189]
18190
18191[[package]]
18192name = "tokio-util"
18193version = "0.7.16"
18194source = "registry+https://github.com/rust-lang/crates.io-index"
18195checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18196dependencies = [
18197 "bytes 1.11.1",
18198 "futures-core",
18199 "futures-io",
18200 "futures-sink",
18201 "pin-project-lite",
18202 "tokio",
18203]
18204
18205[[package]]
18206name = "toml"
18207version = "0.5.11"
18208source = "registry+https://github.com/rust-lang/crates.io-index"
18209checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18210dependencies = [
18211 "serde",
18212]
18213
18214[[package]]
18215name = "toml"
18216version = "0.8.23"
18217source = "registry+https://github.com/rust-lang/crates.io-index"
18218checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18219dependencies = [
18220 "serde",
18221 "serde_spanned 0.6.9",
18222 "toml_datetime 0.6.11",
18223 "toml_edit 0.22.27",
18224]
18225
18226[[package]]
18227name = "toml"
18228version = "0.9.8"
18229source = "registry+https://github.com/rust-lang/crates.io-index"
18230checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18231dependencies = [
18232 "indexmap",
18233 "serde_core",
18234 "serde_spanned 1.0.3",
18235 "toml_datetime 0.7.3",
18236 "toml_parser",
18237 "toml_writer",
18238 "winnow",
18239]
18240
18241[[package]]
18242name = "toml_datetime"
18243version = "0.6.11"
18244source = "registry+https://github.com/rust-lang/crates.io-index"
18245checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18246dependencies = [
18247 "serde",
18248]
18249
18250[[package]]
18251name = "toml_datetime"
18252version = "0.7.3"
18253source = "registry+https://github.com/rust-lang/crates.io-index"
18254checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18255dependencies = [
18256 "serde_core",
18257]
18258
18259[[package]]
18260name = "toml_edit"
18261version = "0.22.27"
18262source = "registry+https://github.com/rust-lang/crates.io-index"
18263checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18264dependencies = [
18265 "indexmap",
18266 "serde",
18267 "serde_spanned 0.6.9",
18268 "toml_datetime 0.6.11",
18269 "toml_write",
18270 "winnow",
18271]
18272
18273[[package]]
18274name = "toml_edit"
18275version = "0.23.7"
18276source = "registry+https://github.com/rust-lang/crates.io-index"
18277checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18278dependencies = [
18279 "indexmap",
18280 "toml_datetime 0.7.3",
18281 "toml_parser",
18282 "winnow",
18283]
18284
18285[[package]]
18286name = "toml_parser"
18287version = "1.0.4"
18288source = "registry+https://github.com/rust-lang/crates.io-index"
18289checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18290dependencies = [
18291 "winnow",
18292]
18293
18294[[package]]
18295name = "toml_write"
18296version = "0.1.2"
18297source = "registry+https://github.com/rust-lang/crates.io-index"
18298checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18299
18300[[package]]
18301name = "toml_writer"
18302version = "1.0.4"
18303source = "registry+https://github.com/rust-lang/crates.io-index"
18304checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18305
18306[[package]]
18307name = "toolchain_selector"
18308version = "0.1.0"
18309dependencies = [
18310 "anyhow",
18311 "convert_case 0.8.0",
18312 "editor",
18313 "futures 0.3.32",
18314 "fuzzy",
18315 "gpui",
18316 "language",
18317 "menu",
18318 "open_path_prompt",
18319 "picker",
18320 "project",
18321 "ui",
18322 "util",
18323 "workspace",
18324]
18325
18326[[package]]
18327name = "topological-sort"
18328version = "0.2.2"
18329source = "registry+https://github.com/rust-lang/crates.io-index"
18330checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18331
18332[[package]]
18333name = "tower"
18334version = "0.4.13"
18335source = "registry+https://github.com/rust-lang/crates.io-index"
18336checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18337dependencies = [
18338 "futures-core",
18339 "futures-util",
18340 "pin-project",
18341 "pin-project-lite",
18342 "tokio",
18343 "tower-layer",
18344 "tower-service",
18345 "tracing",
18346]
18347
18348[[package]]
18349name = "tower"
18350version = "0.5.2"
18351source = "registry+https://github.com/rust-lang/crates.io-index"
18352checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18353dependencies = [
18354 "futures-core",
18355 "futures-util",
18356 "pin-project-lite",
18357 "sync_wrapper 1.0.2",
18358 "tokio",
18359 "tokio-util",
18360 "tower-layer",
18361 "tower-service",
18362 "tracing",
18363]
18364
18365[[package]]
18366name = "tower-http"
18367version = "0.4.4"
18368source = "registry+https://github.com/rust-lang/crates.io-index"
18369checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18370dependencies = [
18371 "bitflags 2.10.0",
18372 "bytes 1.11.1",
18373 "futures-core",
18374 "futures-util",
18375 "http 0.2.12",
18376 "http-body 0.4.6",
18377 "http-range-header",
18378 "pin-project-lite",
18379 "tower-layer",
18380 "tower-service",
18381 "tracing",
18382]
18383
18384[[package]]
18385name = "tower-http"
18386version = "0.6.6"
18387source = "registry+https://github.com/rust-lang/crates.io-index"
18388checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18389dependencies = [
18390 "bitflags 2.10.0",
18391 "bytes 1.11.1",
18392 "futures-util",
18393 "http 1.3.1",
18394 "http-body 1.0.1",
18395 "iri-string",
18396 "pin-project-lite",
18397 "tower 0.5.2",
18398 "tower-layer",
18399 "tower-service",
18400 "tracing",
18401]
18402
18403[[package]]
18404name = "tower-layer"
18405version = "0.3.3"
18406source = "registry+https://github.com/rust-lang/crates.io-index"
18407checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18408
18409[[package]]
18410name = "tower-service"
18411version = "0.3.3"
18412source = "registry+https://github.com/rust-lang/crates.io-index"
18413checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18414
18415[[package]]
18416name = "tracing"
18417version = "0.1.43"
18418source = "registry+https://github.com/rust-lang/crates.io-index"
18419checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18420dependencies = [
18421 "log",
18422 "pin-project-lite",
18423 "tracing-attributes",
18424 "tracing-core",
18425]
18426
18427[[package]]
18428name = "tracing-attributes"
18429version = "0.1.31"
18430source = "registry+https://github.com/rust-lang/crates.io-index"
18431checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18432dependencies = [
18433 "proc-macro2",
18434 "quote",
18435 "syn 2.0.117",
18436]
18437
18438[[package]]
18439name = "tracing-core"
18440version = "0.1.35"
18441source = "registry+https://github.com/rust-lang/crates.io-index"
18442checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18443dependencies = [
18444 "once_cell",
18445 "valuable",
18446]
18447
18448[[package]]
18449name = "tracing-log"
18450version = "0.2.0"
18451source = "registry+https://github.com/rust-lang/crates.io-index"
18452checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18453dependencies = [
18454 "log",
18455 "once_cell",
18456 "tracing-core",
18457]
18458
18459[[package]]
18460name = "tracing-serde"
18461version = "0.2.0"
18462source = "registry+https://github.com/rust-lang/crates.io-index"
18463checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18464dependencies = [
18465 "serde",
18466 "tracing-core",
18467]
18468
18469[[package]]
18470name = "tracing-subscriber"
18471version = "0.3.22"
18472source = "registry+https://github.com/rust-lang/crates.io-index"
18473checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18474dependencies = [
18475 "matchers",
18476 "nu-ansi-term",
18477 "once_cell",
18478 "regex-automata",
18479 "serde",
18480 "serde_json",
18481 "sharded-slab",
18482 "smallvec",
18483 "thread_local",
18484 "tracing",
18485 "tracing-core",
18486 "tracing-log",
18487 "tracing-serde",
18488]
18489
18490[[package]]
18491name = "tracing-tracy"
18492version = "0.11.4"
18493source = "registry+https://github.com/rust-lang/crates.io-index"
18494checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18495dependencies = [
18496 "tracing-core",
18497 "tracing-subscriber",
18498 "tracy-client",
18499]
18500
18501[[package]]
18502name = "tracy-client"
18503version = "0.18.3"
18504source = "registry+https://github.com/rust-lang/crates.io-index"
18505checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18506dependencies = [
18507 "loom",
18508 "once_cell",
18509 "tracy-client-sys",
18510]
18511
18512[[package]]
18513name = "tracy-client-sys"
18514version = "0.27.0"
18515source = "registry+https://github.com/rust-lang/crates.io-index"
18516checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18517dependencies = [
18518 "cc",
18519 "windows-targets 0.52.6",
18520]
18521
18522[[package]]
18523name = "transpose"
18524version = "0.2.3"
18525source = "registry+https://github.com/rust-lang/crates.io-index"
18526checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18527dependencies = [
18528 "num-integer",
18529 "strength_reduce",
18530]
18531
18532[[package]]
18533name = "tree-sitter"
18534version = "0.26.8"
18535source = "registry+https://github.com/rust-lang/crates.io-index"
18536checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18537dependencies = [
18538 "cc",
18539 "regex",
18540 "regex-syntax",
18541 "serde_json",
18542 "streaming-iterator",
18543 "tree-sitter-language",
18544 "wasmtime-c-api-impl",
18545]
18546
18547[[package]]
18548name = "tree-sitter-bash"
18549version = "0.25.1"
18550source = "registry+https://github.com/rust-lang/crates.io-index"
18551checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18552dependencies = [
18553 "cc",
18554 "tree-sitter-language",
18555]
18556
18557[[package]]
18558name = "tree-sitter-c"
18559version = "0.24.1"
18560source = "registry+https://github.com/rust-lang/crates.io-index"
18561checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18562dependencies = [
18563 "cc",
18564 "tree-sitter-language",
18565]
18566
18567[[package]]
18568name = "tree-sitter-cpp"
18569version = "0.23.4"
18570source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18571dependencies = [
18572 "cc",
18573 "tree-sitter-language",
18574]
18575
18576[[package]]
18577name = "tree-sitter-css"
18578version = "0.23.2"
18579source = "registry+https://github.com/rust-lang/crates.io-index"
18580checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18581dependencies = [
18582 "cc",
18583 "tree-sitter-language",
18584]
18585
18586[[package]]
18587name = "tree-sitter-diff"
18588version = "0.1.0"
18589source = "registry+https://github.com/rust-lang/crates.io-index"
18590checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18591dependencies = [
18592 "cc",
18593 "tree-sitter-language",
18594]
18595
18596[[package]]
18597name = "tree-sitter-elixir"
18598version = "0.3.4"
18599source = "registry+https://github.com/rust-lang/crates.io-index"
18600checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18601dependencies = [
18602 "cc",
18603 "tree-sitter-language",
18604]
18605
18606[[package]]
18607name = "tree-sitter-embedded-template"
18608version = "0.23.2"
18609source = "registry+https://github.com/rust-lang/crates.io-index"
18610checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18611dependencies = [
18612 "cc",
18613 "tree-sitter-language",
18614]
18615
18616[[package]]
18617name = "tree-sitter-gitcommit"
18618version = "0.0.1"
18619source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18620dependencies = [
18621 "cc",
18622 "tree-sitter-language",
18623]
18624
18625[[package]]
18626name = "tree-sitter-go"
18627version = "0.25.0"
18628source = "registry+https://github.com/rust-lang/crates.io-index"
18629checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18630dependencies = [
18631 "cc",
18632 "tree-sitter-language",
18633]
18634
18635[[package]]
18636name = "tree-sitter-gomod"
18637version = "1.1.1"
18638source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18639dependencies = [
18640 "cc",
18641 "tree-sitter-language",
18642]
18643
18644[[package]]
18645name = "tree-sitter-gowork"
18646version = "0.0.1"
18647source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18648dependencies = [
18649 "cc",
18650 "tree-sitter-language",
18651]
18652
18653[[package]]
18654name = "tree-sitter-heex"
18655version = "0.0.1"
18656source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18657dependencies = [
18658 "cc",
18659 "tree-sitter-language",
18660]
18661
18662[[package]]
18663name = "tree-sitter-html"
18664version = "0.23.2"
18665source = "registry+https://github.com/rust-lang/crates.io-index"
18666checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18667dependencies = [
18668 "cc",
18669 "tree-sitter-language",
18670]
18671
18672[[package]]
18673name = "tree-sitter-jsdoc"
18674version = "0.23.2"
18675source = "registry+https://github.com/rust-lang/crates.io-index"
18676checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18677dependencies = [
18678 "cc",
18679 "tree-sitter-language",
18680]
18681
18682[[package]]
18683name = "tree-sitter-json"
18684version = "0.24.8"
18685source = "registry+https://github.com/rust-lang/crates.io-index"
18686checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18687dependencies = [
18688 "cc",
18689 "tree-sitter-language",
18690]
18691
18692[[package]]
18693name = "tree-sitter-language"
18694version = "0.1.5"
18695source = "registry+https://github.com/rust-lang/crates.io-index"
18696checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18697
18698[[package]]
18699name = "tree-sitter-md"
18700version = "0.3.2"
18701source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18702dependencies = [
18703 "cc",
18704 "tree-sitter-language",
18705]
18706
18707[[package]]
18708name = "tree-sitter-python"
18709version = "0.25.0"
18710source = "registry+https://github.com/rust-lang/crates.io-index"
18711checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18712dependencies = [
18713 "cc",
18714 "tree-sitter-language",
18715]
18716
18717[[package]]
18718name = "tree-sitter-regex"
18719version = "0.24.3"
18720source = "registry+https://github.com/rust-lang/crates.io-index"
18721checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18722dependencies = [
18723 "cc",
18724 "tree-sitter-language",
18725]
18726
18727[[package]]
18728name = "tree-sitter-ruby"
18729version = "0.23.1"
18730source = "registry+https://github.com/rust-lang/crates.io-index"
18731checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18732dependencies = [
18733 "cc",
18734 "tree-sitter-language",
18735]
18736
18737[[package]]
18738name = "tree-sitter-rust"
18739version = "0.24.2"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18742dependencies = [
18743 "cc",
18744 "tree-sitter-language",
18745]
18746
18747[[package]]
18748name = "tree-sitter-typescript"
18749version = "0.23.2"
18750source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18751dependencies = [
18752 "cc",
18753 "tree-sitter-language",
18754]
18755
18756[[package]]
18757name = "tree-sitter-yaml"
18758version = "0.6.1"
18759source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18760dependencies = [
18761 "cc",
18762 "tree-sitter-language",
18763]
18764
18765[[package]]
18766name = "triomphe"
18767version = "0.1.15"
18768source = "registry+https://github.com/rust-lang/crates.io-index"
18769checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18770dependencies = [
18771 "serde",
18772 "stable_deref_trait",
18773]
18774
18775[[package]]
18776name = "try-lock"
18777version = "0.2.5"
18778source = "registry+https://github.com/rust-lang/crates.io-index"
18779checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18780
18781[[package]]
18782name = "ttf-parser"
18783version = "0.20.0"
18784source = "registry+https://github.com/rust-lang/crates.io-index"
18785checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18786
18787[[package]]
18788name = "ttf-parser"
18789version = "0.25.1"
18790source = "registry+https://github.com/rust-lang/crates.io-index"
18791checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18792dependencies = [
18793 "core_maths",
18794]
18795
18796[[package]]
18797name = "tungstenite"
18798version = "0.20.1"
18799source = "registry+https://github.com/rust-lang/crates.io-index"
18800checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18801dependencies = [
18802 "byteorder",
18803 "bytes 1.11.1",
18804 "data-encoding",
18805 "http 0.2.12",
18806 "httparse",
18807 "log",
18808 "rand 0.8.5",
18809 "sha1",
18810 "thiserror 1.0.69",
18811 "url",
18812 "utf-8",
18813]
18814
18815[[package]]
18816name = "tungstenite"
18817version = "0.21.0"
18818source = "registry+https://github.com/rust-lang/crates.io-index"
18819checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18820dependencies = [
18821 "byteorder",
18822 "bytes 1.11.1",
18823 "data-encoding",
18824 "http 1.3.1",
18825 "httparse",
18826 "log",
18827 "rand 0.8.5",
18828 "sha1",
18829 "thiserror 1.0.69",
18830 "url",
18831 "utf-8",
18832]
18833
18834[[package]]
18835name = "tungstenite"
18836version = "0.27.0"
18837source = "registry+https://github.com/rust-lang/crates.io-index"
18838checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18839dependencies = [
18840 "bytes 1.11.1",
18841 "data-encoding",
18842 "http 1.3.1",
18843 "httparse",
18844 "log",
18845 "rand 0.9.2",
18846 "rustls 0.23.33",
18847 "rustls-pki-types",
18848 "sha1",
18849 "thiserror 2.0.17",
18850 "utf-8",
18851]
18852
18853[[package]]
18854name = "tungstenite"
18855version = "0.28.0"
18856source = "registry+https://github.com/rust-lang/crates.io-index"
18857checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18858dependencies = [
18859 "bytes 1.11.1",
18860 "data-encoding",
18861 "http 1.3.1",
18862 "httparse",
18863 "log",
18864 "rand 0.9.2",
18865 "rustls 0.23.33",
18866 "rustls-pki-types",
18867 "sha1",
18868 "thiserror 2.0.17",
18869 "utf-8",
18870]
18871
18872[[package]]
18873name = "typeid"
18874version = "1.0.3"
18875source = "registry+https://github.com/rust-lang/crates.io-index"
18876checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18877
18878[[package]]
18879name = "typenum"
18880version = "1.19.0"
18881source = "registry+https://github.com/rust-lang/crates.io-index"
18882checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18883
18884[[package]]
18885name = "ucd-trie"
18886version = "0.1.7"
18887source = "registry+https://github.com/rust-lang/crates.io-index"
18888checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18889
18890[[package]]
18891name = "uds"
18892version = "0.4.2"
18893source = "registry+https://github.com/rust-lang/crates.io-index"
18894checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18895dependencies = [
18896 "libc",
18897]
18898
18899[[package]]
18900name = "uds_windows"
18901version = "1.1.0"
18902source = "registry+https://github.com/rust-lang/crates.io-index"
18903checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18904dependencies = [
18905 "memoffset",
18906 "tempfile",
18907 "winapi",
18908]
18909
18910[[package]]
18911name = "ug"
18912version = "0.4.0"
18913source = "registry+https://github.com/rust-lang/crates.io-index"
18914checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18915dependencies = [
18916 "gemm 0.18.2",
18917 "half",
18918 "libloading",
18919 "memmap2",
18920 "num",
18921 "num-traits",
18922 "num_cpus",
18923 "rayon",
18924 "safetensors",
18925 "serde",
18926 "thiserror 1.0.69",
18927 "tracing",
18928 "yoke 0.7.5",
18929]
18930
18931[[package]]
18932name = "ui"
18933version = "0.1.0"
18934dependencies = [
18935 "chrono",
18936 "component",
18937 "documented",
18938 "gpui",
18939 "gpui_macros",
18940 "gpui_util",
18941 "icons",
18942 "itertools 0.14.0",
18943 "menu",
18944 "schemars",
18945 "serde",
18946 "smallvec",
18947 "story",
18948 "strum 0.27.2",
18949 "theme",
18950 "ui_macros",
18951 "windows 0.61.3",
18952]
18953
18954[[package]]
18955name = "ui_input"
18956version = "0.1.0"
18957dependencies = [
18958 "component",
18959 "gpui",
18960 "ui",
18961]
18962
18963[[package]]
18964name = "ui_macros"
18965version = "0.1.0"
18966dependencies = [
18967 "component",
18968 "quote",
18969 "syn 2.0.117",
18970 "ui",
18971]
18972
18973[[package]]
18974name = "ui_prompt"
18975version = "0.1.0"
18976dependencies = [
18977 "gpui",
18978 "markdown",
18979 "menu",
18980 "settings",
18981 "theme_settings",
18982 "ui",
18983 "workspace",
18984]
18985
18986[[package]]
18987name = "unarray"
18988version = "0.1.4"
18989source = "registry+https://github.com/rust-lang/crates.io-index"
18990checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18991
18992[[package]]
18993name = "unicase"
18994version = "2.8.1"
18995source = "registry+https://github.com/rust-lang/crates.io-index"
18996checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18997
18998[[package]]
18999name = "unicode-bidi"
19000version = "0.3.18"
19001source = "registry+https://github.com/rust-lang/crates.io-index"
19002checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
19003
19004[[package]]
19005name = "unicode-bidi-mirroring"
19006version = "0.4.0"
19007source = "registry+https://github.com/rust-lang/crates.io-index"
19008checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
19009
19010[[package]]
19011name = "unicode-ccc"
19012version = "0.4.0"
19013source = "registry+https://github.com/rust-lang/crates.io-index"
19014checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
19015
19016[[package]]
19017name = "unicode-general-category"
19018version = "1.1.0"
19019source = "registry+https://github.com/rust-lang/crates.io-index"
19020checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
19021
19022[[package]]
19023name = "unicode-ident"
19024version = "1.0.19"
19025source = "registry+https://github.com/rust-lang/crates.io-index"
19026checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
19027
19028[[package]]
19029name = "unicode-linebreak"
19030version = "0.1.5"
19031source = "registry+https://github.com/rust-lang/crates.io-index"
19032checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
19033
19034[[package]]
19035name = "unicode-normalization"
19036version = "0.1.24"
19037source = "registry+https://github.com/rust-lang/crates.io-index"
19038checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19039dependencies = [
19040 "tinyvec",
19041]
19042
19043[[package]]
19044name = "unicode-properties"
19045version = "0.1.3"
19046source = "registry+https://github.com/rust-lang/crates.io-index"
19047checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19048
19049[[package]]
19050name = "unicode-script"
19051version = "0.5.8"
19052source = "registry+https://github.com/rust-lang/crates.io-index"
19053checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19054
19055[[package]]
19056name = "unicode-segmentation"
19057version = "1.12.0"
19058source = "registry+https://github.com/rust-lang/crates.io-index"
19059checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19060
19061[[package]]
19062name = "unicode-vo"
19063version = "0.1.0"
19064source = "registry+https://github.com/rust-lang/crates.io-index"
19065checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19066
19067[[package]]
19068name = "unicode-width"
19069version = "0.2.2"
19070source = "registry+https://github.com/rust-lang/crates.io-index"
19071checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19072
19073[[package]]
19074name = "unicode-xid"
19075version = "0.2.6"
19076source = "registry+https://github.com/rust-lang/crates.io-index"
19077checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19078
19079[[package]]
19080name = "unicode_categories"
19081version = "0.1.1"
19082source = "registry+https://github.com/rust-lang/crates.io-index"
19083checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19084
19085[[package]]
19086name = "unindent"
19087version = "0.2.4"
19088source = "registry+https://github.com/rust-lang/crates.io-index"
19089checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19090
19091[[package]]
19092name = "unsafe-libyaml"
19093version = "0.2.11"
19094source = "registry+https://github.com/rust-lang/crates.io-index"
19095checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19096
19097[[package]]
19098name = "untrusted"
19099version = "0.7.1"
19100source = "registry+https://github.com/rust-lang/crates.io-index"
19101checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19102
19103[[package]]
19104name = "untrusted"
19105version = "0.9.0"
19106source = "registry+https://github.com/rust-lang/crates.io-index"
19107checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19108
19109[[package]]
19110name = "url"
19111version = "2.5.7"
19112source = "registry+https://github.com/rust-lang/crates.io-index"
19113checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19114dependencies = [
19115 "form_urlencoded",
19116 "idna",
19117 "percent-encoding",
19118 "serde",
19119]
19120
19121[[package]]
19122name = "urlencoding"
19123version = "2.1.3"
19124source = "registry+https://github.com/rust-lang/crates.io-index"
19125checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19126
19127[[package]]
19128name = "usvg"
19129version = "0.45.1"
19130source = "registry+https://github.com/rust-lang/crates.io-index"
19131checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19132dependencies = [
19133 "base64 0.22.1",
19134 "data-url",
19135 "flate2",
19136 "fontdb 0.23.0",
19137 "imagesize",
19138 "kurbo",
19139 "log",
19140 "pico-args",
19141 "roxmltree",
19142 "rustybuzz",
19143 "simplecss",
19144 "siphasher 1.0.1",
19145 "strict-num",
19146 "svgtypes",
19147 "tiny-skia-path",
19148 "unicode-bidi",
19149 "unicode-script",
19150 "unicode-vo",
19151 "xmlwriter",
19152]
19153
19154[[package]]
19155name = "utf-8"
19156version = "0.7.6"
19157source = "registry+https://github.com/rust-lang/crates.io-index"
19158checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19159
19160[[package]]
19161name = "utf8-chars"
19162version = "3.0.6"
19163source = "registry+https://github.com/rust-lang/crates.io-index"
19164checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19165dependencies = [
19166 "arrayvec",
19167]
19168
19169[[package]]
19170name = "utf8_iter"
19171version = "1.0.4"
19172source = "registry+https://github.com/rust-lang/crates.io-index"
19173checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19174
19175[[package]]
19176name = "utf8parse"
19177version = "0.2.2"
19178source = "registry+https://github.com/rust-lang/crates.io-index"
19179checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19180
19181[[package]]
19182name = "util"
19183version = "0.1.0"
19184dependencies = [
19185 "anyhow",
19186 "async-fs",
19187 "async_zip",
19188 "collections",
19189 "command-fds",
19190 "dirs 4.0.0",
19191 "dunce",
19192 "futures 0.3.32",
19193 "futures-lite 1.13.0",
19194 "git2",
19195 "globset",
19196 "gpui_util",
19197 "itertools 0.14.0",
19198 "libc",
19199 "log",
19200 "mach2 0.5.0",
19201 "nix 0.29.0",
19202 "percent-encoding",
19203 "pretty_assertions",
19204 "rand 0.9.2",
19205 "regex",
19206 "rust-embed",
19207 "schemars",
19208 "serde",
19209 "serde_json",
19210 "serde_json_lenient",
19211 "shlex",
19212 "smol",
19213 "take-until",
19214 "tempfile",
19215 "tendril",
19216 "unicase",
19217 "url",
19218 "util_macros",
19219 "walkdir",
19220 "which 6.0.3",
19221]
19222
19223[[package]]
19224name = "util_macros"
19225version = "0.1.0"
19226dependencies = [
19227 "perf",
19228 "quote",
19229 "syn 2.0.117",
19230]
19231
19232[[package]]
19233name = "uuid"
19234version = "1.18.1"
19235source = "registry+https://github.com/rust-lang/crates.io-index"
19236checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19237dependencies = [
19238 "getrandom 0.3.4",
19239 "js-sys",
19240 "serde",
19241 "sha1_smol",
19242 "wasm-bindgen",
19243]
19244
19245[[package]]
19246name = "uuid-simd"
19247version = "0.8.0"
19248source = "registry+https://github.com/rust-lang/crates.io-index"
19249checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19250dependencies = [
19251 "outref",
19252 "vsimd",
19253]
19254
19255[[package]]
19256name = "v_frame"
19257version = "0.3.9"
19258source = "registry+https://github.com/rust-lang/crates.io-index"
19259checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19260dependencies = [
19261 "aligned-vec",
19262 "num-traits",
19263 "wasm-bindgen",
19264]
19265
19266[[package]]
19267name = "valuable"
19268version = "0.1.1"
19269source = "registry+https://github.com/rust-lang/crates.io-index"
19270checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19271
19272[[package]]
19273name = "value-bag"
19274version = "1.12.0"
19275source = "registry+https://github.com/rust-lang/crates.io-index"
19276checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19277dependencies = [
19278 "value-bag-serde1",
19279 "value-bag-sval2",
19280]
19281
19282[[package]]
19283name = "value-bag-serde1"
19284version = "1.12.0"
19285source = "registry+https://github.com/rust-lang/crates.io-index"
19286checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19287dependencies = [
19288 "erased-serde",
19289 "serde_core",
19290 "serde_fmt",
19291]
19292
19293[[package]]
19294name = "value-bag-sval2"
19295version = "1.12.0"
19296source = "registry+https://github.com/rust-lang/crates.io-index"
19297checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19298dependencies = [
19299 "sval",
19300 "sval_buffer",
19301 "sval_dynamic",
19302 "sval_fmt",
19303 "sval_json",
19304 "sval_ref",
19305 "sval_serde",
19306]
19307
19308[[package]]
19309name = "vcpkg"
19310version = "0.2.15"
19311source = "registry+https://github.com/rust-lang/crates.io-index"
19312checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19313
19314[[package]]
19315name = "vercel"
19316version = "0.1.0"
19317dependencies = [
19318 "anyhow",
19319 "schemars",
19320 "serde",
19321 "strum 0.27.2",
19322]
19323
19324[[package]]
19325name = "version-compare"
19326version = "0.2.0"
19327source = "registry+https://github.com/rust-lang/crates.io-index"
19328checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19329
19330[[package]]
19331name = "version_check"
19332version = "0.9.5"
19333source = "registry+https://github.com/rust-lang/crates.io-index"
19334checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19335
19336[[package]]
19337name = "vim"
19338version = "0.1.0"
19339dependencies = [
19340 "anyhow",
19341 "async-compat",
19342 "async-trait",
19343 "collections",
19344 "command_palette",
19345 "command_palette_hooks",
19346 "db",
19347 "editor",
19348 "env_logger 0.11.8",
19349 "futures 0.3.32",
19350 "fuzzy",
19351 "git_ui",
19352 "gpui",
19353 "indoc",
19354 "itertools 0.14.0",
19355 "language",
19356 "log",
19357 "lsp",
19358 "markdown_preview",
19359 "menu",
19360 "multi_buffer",
19361 "nvim-rs",
19362 "outline_panel",
19363 "parking_lot",
19364 "perf",
19365 "picker",
19366 "project",
19367 "project_panel",
19368 "regex",
19369 "release_channel",
19370 "schemars",
19371 "search",
19372 "semver",
19373 "serde",
19374 "serde_json",
19375 "settings",
19376 "settings_ui",
19377 "task",
19378 "text",
19379 "theme",
19380 "theme_settings",
19381 "tokio",
19382 "ui",
19383 "util",
19384 "util_macros",
19385 "vim_mode_setting",
19386 "workspace",
19387 "zed_actions",
19388]
19389
19390[[package]]
19391name = "vim_mode_setting"
19392version = "0.1.0"
19393dependencies = [
19394 "gpui",
19395 "settings",
19396]
19397
19398[[package]]
19399name = "vscode_theme"
19400version = "0.2.0"
19401source = "registry+https://github.com/rust-lang/crates.io-index"
19402checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19403dependencies = [
19404 "serde",
19405]
19406
19407[[package]]
19408name = "vsimd"
19409version = "0.8.0"
19410source = "registry+https://github.com/rust-lang/crates.io-index"
19411checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19412
19413[[package]]
19414name = "vswhom"
19415version = "0.1.0"
19416source = "registry+https://github.com/rust-lang/crates.io-index"
19417checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19418dependencies = [
19419 "libc",
19420 "vswhom-sys",
19421]
19422
19423[[package]]
19424name = "vswhom-sys"
19425version = "0.1.3"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19428dependencies = [
19429 "cc",
19430 "libc",
19431]
19432
19433[[package]]
19434name = "vte"
19435version = "0.15.0"
19436source = "registry+https://github.com/rust-lang/crates.io-index"
19437checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19438dependencies = [
19439 "arrayvec",
19440 "bitflags 2.10.0",
19441 "cursor-icon",
19442 "log",
19443 "memchr",
19444 "serde",
19445]
19446
19447[[package]]
19448name = "wait-timeout"
19449version = "0.2.1"
19450source = "registry+https://github.com/rust-lang/crates.io-index"
19451checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19452dependencies = [
19453 "libc",
19454]
19455
19456[[package]]
19457name = "waker-fn"
19458version = "1.2.0"
19459source = "registry+https://github.com/rust-lang/crates.io-index"
19460checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19461
19462[[package]]
19463name = "walkdir"
19464version = "2.5.0"
19465source = "registry+https://github.com/rust-lang/crates.io-index"
19466checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19467dependencies = [
19468 "same-file",
19469 "winapi-util",
19470]
19471
19472[[package]]
19473name = "want"
19474version = "0.3.1"
19475source = "registry+https://github.com/rust-lang/crates.io-index"
19476checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19477dependencies = [
19478 "try-lock",
19479]
19480
19481[[package]]
19482name = "warp"
19483version = "0.3.7"
19484source = "registry+https://github.com/rust-lang/crates.io-index"
19485checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19486dependencies = [
19487 "bytes 1.11.1",
19488 "futures-channel",
19489 "futures-util",
19490 "headers",
19491 "http 0.2.12",
19492 "hyper 0.14.32",
19493 "log",
19494 "mime",
19495 "mime_guess",
19496 "percent-encoding",
19497 "pin-project",
19498 "scoped-tls",
19499 "serde",
19500 "serde_json",
19501 "serde_urlencoded",
19502 "tokio",
19503 "tokio-tungstenite 0.21.0",
19504 "tokio-util",
19505 "tower-service",
19506 "tracing",
19507]
19508
19509[[package]]
19510name = "wasi"
19511version = "0.11.1+wasi-snapshot-preview1"
19512source = "registry+https://github.com/rust-lang/crates.io-index"
19513checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19514
19515[[package]]
19516name = "wasip2"
19517version = "1.0.1+wasi-0.2.4"
19518source = "registry+https://github.com/rust-lang/crates.io-index"
19519checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19520dependencies = [
19521 "wit-bindgen 0.46.0",
19522]
19523
19524[[package]]
19525name = "wasip3"
19526version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19527source = "registry+https://github.com/rust-lang/crates.io-index"
19528checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19529dependencies = [
19530 "wit-bindgen 0.51.0",
19531]
19532
19533[[package]]
19534name = "wasite"
19535version = "0.1.0"
19536source = "registry+https://github.com/rust-lang/crates.io-index"
19537checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19538
19539[[package]]
19540name = "wasm-bindgen"
19541version = "0.2.113"
19542source = "registry+https://github.com/rust-lang/crates.io-index"
19543checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19544dependencies = [
19545 "cfg-if",
19546 "once_cell",
19547 "rustversion",
19548 "wasm-bindgen-macro",
19549 "wasm-bindgen-shared",
19550]
19551
19552[[package]]
19553name = "wasm-bindgen-futures"
19554version = "0.4.63"
19555source = "registry+https://github.com/rust-lang/crates.io-index"
19556checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19557dependencies = [
19558 "cfg-if",
19559 "futures-util",
19560 "js-sys",
19561 "once_cell",
19562 "wasm-bindgen",
19563 "web-sys",
19564]
19565
19566[[package]]
19567name = "wasm-bindgen-macro"
19568version = "0.2.113"
19569source = "registry+https://github.com/rust-lang/crates.io-index"
19570checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19571dependencies = [
19572 "quote",
19573 "wasm-bindgen-macro-support",
19574]
19575
19576[[package]]
19577name = "wasm-bindgen-macro-support"
19578version = "0.2.113"
19579source = "registry+https://github.com/rust-lang/crates.io-index"
19580checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19581dependencies = [
19582 "bumpalo",
19583 "proc-macro2",
19584 "quote",
19585 "syn 2.0.117",
19586 "wasm-bindgen-shared",
19587]
19588
19589[[package]]
19590name = "wasm-bindgen-shared"
19591version = "0.2.113"
19592source = "registry+https://github.com/rust-lang/crates.io-index"
19593checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19594dependencies = [
19595 "unicode-ident",
19596]
19597
19598[[package]]
19599name = "wasm-encoder"
19600version = "0.201.0"
19601source = "registry+https://github.com/rust-lang/crates.io-index"
19602checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19603dependencies = [
19604 "leb128",
19605]
19606
19607[[package]]
19608name = "wasm-encoder"
19609version = "0.221.3"
19610source = "registry+https://github.com/rust-lang/crates.io-index"
19611checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19612dependencies = [
19613 "leb128",
19614 "wasmparser 0.221.3",
19615]
19616
19617[[package]]
19618name = "wasm-encoder"
19619version = "0.227.1"
19620source = "registry+https://github.com/rust-lang/crates.io-index"
19621checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19622dependencies = [
19623 "leb128fmt",
19624 "wasmparser 0.227.1",
19625]
19626
19627[[package]]
19628name = "wasm-encoder"
19629version = "0.236.1"
19630source = "registry+https://github.com/rust-lang/crates.io-index"
19631checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19632dependencies = [
19633 "leb128fmt",
19634 "wasmparser 0.236.1",
19635]
19636
19637[[package]]
19638name = "wasm-encoder"
19639version = "0.244.0"
19640source = "registry+https://github.com/rust-lang/crates.io-index"
19641checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19642dependencies = [
19643 "leb128fmt",
19644 "wasmparser 0.244.0",
19645]
19646
19647[[package]]
19648name = "wasm-metadata"
19649version = "0.201.0"
19650source = "registry+https://github.com/rust-lang/crates.io-index"
19651checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19652dependencies = [
19653 "anyhow",
19654 "indexmap",
19655 "serde",
19656 "serde_derive",
19657 "serde_json",
19658 "spdx",
19659 "wasm-encoder 0.201.0",
19660 "wasmparser 0.201.0",
19661]
19662
19663[[package]]
19664name = "wasm-metadata"
19665version = "0.227.1"
19666source = "registry+https://github.com/rust-lang/crates.io-index"
19667checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19668dependencies = [
19669 "anyhow",
19670 "auditable-serde",
19671 "flate2",
19672 "indexmap",
19673 "serde",
19674 "serde_derive",
19675 "serde_json",
19676 "spdx",
19677 "url",
19678 "wasm-encoder 0.227.1",
19679 "wasmparser 0.227.1",
19680]
19681
19682[[package]]
19683name = "wasm-metadata"
19684version = "0.244.0"
19685source = "registry+https://github.com/rust-lang/crates.io-index"
19686checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19687dependencies = [
19688 "anyhow",
19689 "indexmap",
19690 "wasm-encoder 0.244.0",
19691 "wasmparser 0.244.0",
19692]
19693
19694[[package]]
19695name = "wasm-streams"
19696version = "0.4.2"
19697source = "registry+https://github.com/rust-lang/crates.io-index"
19698checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19699dependencies = [
19700 "futures-util",
19701 "js-sys",
19702 "wasm-bindgen",
19703 "wasm-bindgen-futures",
19704 "web-sys",
19705]
19706
19707[[package]]
19708name = "wasm_thread"
19709version = "0.3.3"
19710source = "registry+https://github.com/rust-lang/crates.io-index"
19711checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19712dependencies = [
19713 "futures 0.3.32",
19714 "js-sys",
19715 "wasm-bindgen",
19716 "web-sys",
19717]
19718
19719[[package]]
19720name = "wasmparser"
19721version = "0.201.0"
19722source = "registry+https://github.com/rust-lang/crates.io-index"
19723checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19724dependencies = [
19725 "bitflags 2.10.0",
19726 "indexmap",
19727 "semver",
19728]
19729
19730[[package]]
19731name = "wasmparser"
19732version = "0.221.3"
19733source = "registry+https://github.com/rust-lang/crates.io-index"
19734checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19735dependencies = [
19736 "bitflags 2.10.0",
19737 "hashbrown 0.15.5",
19738 "indexmap",
19739 "semver",
19740 "serde",
19741]
19742
19743[[package]]
19744name = "wasmparser"
19745version = "0.227.1"
19746source = "registry+https://github.com/rust-lang/crates.io-index"
19747checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19748dependencies = [
19749 "bitflags 2.10.0",
19750 "hashbrown 0.15.5",
19751 "indexmap",
19752 "semver",
19753]
19754
19755[[package]]
19756name = "wasmparser"
19757version = "0.236.1"
19758source = "registry+https://github.com/rust-lang/crates.io-index"
19759checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19760dependencies = [
19761 "bitflags 2.10.0",
19762 "hashbrown 0.15.5",
19763 "indexmap",
19764 "semver",
19765 "serde",
19766]
19767
19768[[package]]
19769name = "wasmparser"
19770version = "0.244.0"
19771source = "registry+https://github.com/rust-lang/crates.io-index"
19772checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19773dependencies = [
19774 "bitflags 2.10.0",
19775 "hashbrown 0.15.5",
19776 "indexmap",
19777 "semver",
19778]
19779
19780[[package]]
19781name = "wasmprinter"
19782version = "0.236.1"
19783source = "registry+https://github.com/rust-lang/crates.io-index"
19784checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19785dependencies = [
19786 "anyhow",
19787 "termcolor",
19788 "wasmparser 0.236.1",
19789]
19790
19791[[package]]
19792name = "wasmtime"
19793version = "36.0.6"
19794source = "registry+https://github.com/rust-lang/crates.io-index"
19795checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19796dependencies = [
19797 "addr2line",
19798 "anyhow",
19799 "async-trait",
19800 "bitflags 2.10.0",
19801 "bumpalo",
19802 "cc",
19803 "cfg-if",
19804 "encoding_rs",
19805 "hashbrown 0.15.5",
19806 "indexmap",
19807 "libc",
19808 "log",
19809 "mach2 0.4.3",
19810 "memfd",
19811 "object",
19812 "once_cell",
19813 "postcard",
19814 "pulley-interpreter",
19815 "rayon",
19816 "rustix 1.1.2",
19817 "semver",
19818 "serde",
19819 "serde_derive",
19820 "smallvec",
19821 "target-lexicon 0.13.3",
19822 "wasmparser 0.236.1",
19823 "wasmtime-environ",
19824 "wasmtime-internal-asm-macros",
19825 "wasmtime-internal-component-macro",
19826 "wasmtime-internal-component-util",
19827 "wasmtime-internal-cranelift",
19828 "wasmtime-internal-fiber",
19829 "wasmtime-internal-jit-debug",
19830 "wasmtime-internal-jit-icache-coherence",
19831 "wasmtime-internal-math",
19832 "wasmtime-internal-slab",
19833 "wasmtime-internal-unwinder",
19834 "wasmtime-internal-versioned-export-macros",
19835 "wasmtime-internal-winch",
19836 "windows-sys 0.60.2",
19837]
19838
19839[[package]]
19840name = "wasmtime-c-api-impl"
19841version = "36.0.6"
19842source = "registry+https://github.com/rust-lang/crates.io-index"
19843checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19844dependencies = [
19845 "anyhow",
19846 "log",
19847 "tracing",
19848 "wasmtime",
19849 "wasmtime-internal-c-api-macros",
19850]
19851
19852[[package]]
19853name = "wasmtime-environ"
19854version = "36.0.6"
19855source = "registry+https://github.com/rust-lang/crates.io-index"
19856checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19857dependencies = [
19858 "anyhow",
19859 "cpp_demangle",
19860 "cranelift-bitset",
19861 "cranelift-entity",
19862 "gimli",
19863 "indexmap",
19864 "log",
19865 "object",
19866 "postcard",
19867 "rustc-demangle",
19868 "semver",
19869 "serde",
19870 "serde_derive",
19871 "smallvec",
19872 "target-lexicon 0.13.3",
19873 "wasm-encoder 0.236.1",
19874 "wasmparser 0.236.1",
19875 "wasmprinter",
19876 "wasmtime-internal-component-util",
19877]
19878
19879[[package]]
19880name = "wasmtime-internal-asm-macros"
19881version = "36.0.6"
19882source = "registry+https://github.com/rust-lang/crates.io-index"
19883checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19884dependencies = [
19885 "cfg-if",
19886]
19887
19888[[package]]
19889name = "wasmtime-internal-c-api-macros"
19890version = "36.0.6"
19891source = "registry+https://github.com/rust-lang/crates.io-index"
19892checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19893dependencies = [
19894 "proc-macro2",
19895 "quote",
19896]
19897
19898[[package]]
19899name = "wasmtime-internal-component-macro"
19900version = "36.0.6"
19901source = "registry+https://github.com/rust-lang/crates.io-index"
19902checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19903dependencies = [
19904 "anyhow",
19905 "proc-macro2",
19906 "quote",
19907 "syn 2.0.117",
19908 "wasmtime-internal-component-util",
19909 "wasmtime-internal-wit-bindgen",
19910 "wit-parser 0.236.1",
19911]
19912
19913[[package]]
19914name = "wasmtime-internal-component-util"
19915version = "36.0.6"
19916source = "registry+https://github.com/rust-lang/crates.io-index"
19917checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19918
19919[[package]]
19920name = "wasmtime-internal-cranelift"
19921version = "36.0.6"
19922source = "registry+https://github.com/rust-lang/crates.io-index"
19923checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19924dependencies = [
19925 "anyhow",
19926 "cfg-if",
19927 "cranelift-codegen",
19928 "cranelift-control",
19929 "cranelift-entity",
19930 "cranelift-frontend",
19931 "cranelift-native",
19932 "gimli",
19933 "itertools 0.14.0",
19934 "log",
19935 "object",
19936 "pulley-interpreter",
19937 "smallvec",
19938 "target-lexicon 0.13.3",
19939 "thiserror 2.0.17",
19940 "wasmparser 0.236.1",
19941 "wasmtime-environ",
19942 "wasmtime-internal-math",
19943 "wasmtime-internal-versioned-export-macros",
19944]
19945
19946[[package]]
19947name = "wasmtime-internal-fiber"
19948version = "36.0.6"
19949source = "registry+https://github.com/rust-lang/crates.io-index"
19950checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19951dependencies = [
19952 "anyhow",
19953 "cc",
19954 "cfg-if",
19955 "libc",
19956 "rustix 1.1.2",
19957 "wasmtime-internal-asm-macros",
19958 "wasmtime-internal-versioned-export-macros",
19959 "windows-sys 0.60.2",
19960]
19961
19962[[package]]
19963name = "wasmtime-internal-jit-debug"
19964version = "36.0.6"
19965source = "registry+https://github.com/rust-lang/crates.io-index"
19966checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19967dependencies = [
19968 "cc",
19969 "wasmtime-internal-versioned-export-macros",
19970]
19971
19972[[package]]
19973name = "wasmtime-internal-jit-icache-coherence"
19974version = "36.0.6"
19975source = "registry+https://github.com/rust-lang/crates.io-index"
19976checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19977dependencies = [
19978 "anyhow",
19979 "cfg-if",
19980 "libc",
19981 "windows-sys 0.60.2",
19982]
19983
19984[[package]]
19985name = "wasmtime-internal-math"
19986version = "36.0.6"
19987source = "registry+https://github.com/rust-lang/crates.io-index"
19988checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19989dependencies = [
19990 "libm",
19991]
19992
19993[[package]]
19994name = "wasmtime-internal-slab"
19995version = "36.0.6"
19996source = "registry+https://github.com/rust-lang/crates.io-index"
19997checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19998
19999[[package]]
20000name = "wasmtime-internal-unwinder"
20001version = "36.0.6"
20002source = "registry+https://github.com/rust-lang/crates.io-index"
20003checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
20004dependencies = [
20005 "anyhow",
20006 "cfg-if",
20007 "cranelift-codegen",
20008 "log",
20009 "object",
20010]
20011
20012[[package]]
20013name = "wasmtime-internal-versioned-export-macros"
20014version = "36.0.6"
20015source = "registry+https://github.com/rust-lang/crates.io-index"
20016checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
20017dependencies = [
20018 "proc-macro2",
20019 "quote",
20020 "syn 2.0.117",
20021]
20022
20023[[package]]
20024name = "wasmtime-internal-winch"
20025version = "36.0.6"
20026source = "registry+https://github.com/rust-lang/crates.io-index"
20027checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
20028dependencies = [
20029 "anyhow",
20030 "cranelift-codegen",
20031 "gimli",
20032 "object",
20033 "target-lexicon 0.13.3",
20034 "wasmparser 0.236.1",
20035 "wasmtime-environ",
20036 "wasmtime-internal-cranelift",
20037 "winch-codegen",
20038]
20039
20040[[package]]
20041name = "wasmtime-internal-wit-bindgen"
20042version = "36.0.6"
20043source = "registry+https://github.com/rust-lang/crates.io-index"
20044checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
20045dependencies = [
20046 "anyhow",
20047 "bitflags 2.10.0",
20048 "heck 0.5.0",
20049 "indexmap",
20050 "wit-parser 0.236.1",
20051]
20052
20053[[package]]
20054name = "wasmtime-wasi"
20055version = "36.0.6"
20056source = "registry+https://github.com/rust-lang/crates.io-index"
20057checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20058dependencies = [
20059 "anyhow",
20060 "async-trait",
20061 "bitflags 2.10.0",
20062 "bytes 1.11.1",
20063 "cap-fs-ext",
20064 "cap-net-ext",
20065 "cap-rand",
20066 "cap-std",
20067 "cap-time-ext",
20068 "fs-set-times",
20069 "futures 0.3.32",
20070 "io-extras",
20071 "io-lifetimes",
20072 "rustix 1.1.2",
20073 "system-interface",
20074 "thiserror 2.0.17",
20075 "tokio",
20076 "tracing",
20077 "url",
20078 "wasmtime",
20079 "wasmtime-wasi-io",
20080 "wiggle",
20081 "windows-sys 0.60.2",
20082]
20083
20084[[package]]
20085name = "wasmtime-wasi-io"
20086version = "36.0.6"
20087source = "registry+https://github.com/rust-lang/crates.io-index"
20088checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20089dependencies = [
20090 "anyhow",
20091 "async-trait",
20092 "bytes 1.11.1",
20093 "futures 0.3.32",
20094 "wasmtime",
20095]
20096
20097[[package]]
20098name = "wast"
20099version = "35.0.2"
20100source = "registry+https://github.com/rust-lang/crates.io-index"
20101checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20102dependencies = [
20103 "leb128",
20104]
20105
20106[[package]]
20107name = "watch"
20108version = "0.1.0"
20109dependencies = [
20110 "ctor",
20111 "futures 0.3.32",
20112 "gpui",
20113 "parking_lot",
20114 "zlog",
20115]
20116
20117[[package]]
20118name = "wax"
20119version = "0.7.0"
20120source = "registry+https://github.com/rust-lang/crates.io-index"
20121checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20122dependencies = [
20123 "const_format",
20124 "itertools 0.14.0",
20125 "nom 7.1.3",
20126 "pori",
20127 "regex",
20128 "thiserror 2.0.17",
20129 "walkdir",
20130]
20131
20132[[package]]
20133name = "wayland-backend"
20134version = "0.3.11"
20135source = "registry+https://github.com/rust-lang/crates.io-index"
20136checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20137dependencies = [
20138 "cc",
20139 "downcast-rs",
20140 "rustix 1.1.2",
20141 "scoped-tls",
20142 "smallvec",
20143 "wayland-sys",
20144]
20145
20146[[package]]
20147name = "wayland-client"
20148version = "0.31.11"
20149source = "registry+https://github.com/rust-lang/crates.io-index"
20150checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20151dependencies = [
20152 "bitflags 2.10.0",
20153 "rustix 1.1.2",
20154 "wayland-backend",
20155 "wayland-scanner",
20156]
20157
20158[[package]]
20159name = "wayland-cursor"
20160version = "0.31.11"
20161source = "registry+https://github.com/rust-lang/crates.io-index"
20162checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20163dependencies = [
20164 "rustix 1.1.2",
20165 "wayland-client",
20166 "xcursor",
20167]
20168
20169[[package]]
20170name = "wayland-protocols"
20171version = "0.32.9"
20172source = "registry+https://github.com/rust-lang/crates.io-index"
20173checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20174dependencies = [
20175 "bitflags 2.10.0",
20176 "wayland-backend",
20177 "wayland-client",
20178 "wayland-scanner",
20179]
20180
20181[[package]]
20182name = "wayland-protocols-plasma"
20183version = "0.3.9"
20184source = "registry+https://github.com/rust-lang/crates.io-index"
20185checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20186dependencies = [
20187 "bitflags 2.10.0",
20188 "wayland-backend",
20189 "wayland-client",
20190 "wayland-protocols",
20191 "wayland-scanner",
20192]
20193
20194[[package]]
20195name = "wayland-protocols-wlr"
20196version = "0.3.9"
20197source = "registry+https://github.com/rust-lang/crates.io-index"
20198checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20199dependencies = [
20200 "bitflags 2.10.0",
20201 "wayland-backend",
20202 "wayland-client",
20203 "wayland-protocols",
20204 "wayland-scanner",
20205]
20206
20207[[package]]
20208name = "wayland-scanner"
20209version = "0.31.7"
20210source = "registry+https://github.com/rust-lang/crates.io-index"
20211checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20212dependencies = [
20213 "proc-macro2",
20214 "quick-xml 0.37.5",
20215 "quote",
20216]
20217
20218[[package]]
20219name = "wayland-sys"
20220version = "0.31.7"
20221source = "registry+https://github.com/rust-lang/crates.io-index"
20222checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20223dependencies = [
20224 "dlib",
20225 "log",
20226 "once_cell",
20227 "pkg-config",
20228]
20229
20230[[package]]
20231name = "web-sys"
20232version = "0.3.90"
20233source = "registry+https://github.com/rust-lang/crates.io-index"
20234checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20235dependencies = [
20236 "js-sys",
20237 "wasm-bindgen",
20238]
20239
20240[[package]]
20241name = "web-time"
20242version = "1.1.0"
20243source = "registry+https://github.com/rust-lang/crates.io-index"
20244checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20245dependencies = [
20246 "js-sys",
20247 "serde",
20248 "wasm-bindgen",
20249]
20250
20251[[package]]
20252name = "web_atoms"
20253version = "0.1.3"
20254source = "registry+https://github.com/rust-lang/crates.io-index"
20255checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20256dependencies = [
20257 "phf 0.11.3",
20258 "phf_codegen",
20259 "string_cache",
20260 "string_cache_codegen",
20261]
20262
20263[[package]]
20264name = "web_search"
20265version = "0.1.0"
20266dependencies = [
20267 "anyhow",
20268 "cloud_llm_client",
20269 "collections",
20270 "gpui",
20271 "serde",
20272]
20273
20274[[package]]
20275name = "web_search_providers"
20276version = "0.1.0"
20277dependencies = [
20278 "anyhow",
20279 "client",
20280 "cloud_api_client",
20281 "cloud_api_types",
20282 "cloud_llm_client",
20283 "futures 0.3.32",
20284 "gpui",
20285 "http_client",
20286 "language_model",
20287 "serde",
20288 "serde_json",
20289 "web_search",
20290]
20291
20292[[package]]
20293name = "webpki-root-certs"
20294version = "0.26.8"
20295source = "registry+https://github.com/rust-lang/crates.io-index"
20296checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20297dependencies = [
20298 "rustls-pki-types",
20299]
20300
20301[[package]]
20302name = "webpki-roots"
20303version = "0.26.8"
20304source = "registry+https://github.com/rust-lang/crates.io-index"
20305checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20306dependencies = [
20307 "rustls-pki-types",
20308]
20309
20310[[package]]
20311name = "webrtc-sys"
20312version = "0.3.23"
20313source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20314dependencies = [
20315 "cc",
20316 "cxx",
20317 "cxx-build",
20318 "glob",
20319 "log",
20320 "pkg-config",
20321 "webrtc-sys-build",
20322]
20323
20324[[package]]
20325name = "webrtc-sys-build"
20326version = "0.3.13"
20327source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20328dependencies = [
20329 "anyhow",
20330 "fs2",
20331 "regex",
20332 "reqwest 0.12.24",
20333 "scratch",
20334 "semver",
20335 "zip 0.6.6",
20336]
20337
20338[[package]]
20339name = "weezl"
20340version = "0.1.10"
20341source = "registry+https://github.com/rust-lang/crates.io-index"
20342checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20343
20344[[package]]
20345name = "wgpu"
20346version = "29.0.0"
20347source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20348dependencies = [
20349 "arrayvec",
20350 "bitflags 2.10.0",
20351 "bytemuck",
20352 "cfg-if",
20353 "cfg_aliases 0.2.1",
20354 "document-features",
20355 "hashbrown 0.16.1",
20356 "js-sys",
20357 "log",
20358 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20359 "parking_lot",
20360 "portable-atomic",
20361 "profiling",
20362 "raw-window-handle",
20363 "smallvec",
20364 "static_assertions",
20365 "wasm-bindgen",
20366 "wasm-bindgen-futures",
20367 "web-sys",
20368 "wgpu-core",
20369 "wgpu-hal",
20370 "wgpu-types",
20371]
20372
20373[[package]]
20374name = "wgpu-core"
20375version = "29.0.0"
20376source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20377dependencies = [
20378 "arrayvec",
20379 "bit-set 0.9.1",
20380 "bit-vec 0.9.1",
20381 "bitflags 2.10.0",
20382 "bytemuck",
20383 "cfg_aliases 0.2.1",
20384 "document-features",
20385 "hashbrown 0.16.1",
20386 "indexmap",
20387 "log",
20388 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20389 "once_cell",
20390 "parking_lot",
20391 "portable-atomic",
20392 "profiling",
20393 "raw-window-handle",
20394 "rustc-hash 1.1.0",
20395 "smallvec",
20396 "thiserror 2.0.17",
20397 "wgpu-core-deps-apple",
20398 "wgpu-core-deps-emscripten",
20399 "wgpu-core-deps-windows-linux-android",
20400 "wgpu-hal",
20401 "wgpu-naga-bridge",
20402 "wgpu-types",
20403]
20404
20405[[package]]
20406name = "wgpu-core-deps-apple"
20407version = "29.0.0"
20408source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20409dependencies = [
20410 "wgpu-hal",
20411]
20412
20413[[package]]
20414name = "wgpu-core-deps-emscripten"
20415version = "29.0.0"
20416source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20417dependencies = [
20418 "wgpu-hal",
20419]
20420
20421[[package]]
20422name = "wgpu-core-deps-windows-linux-android"
20423version = "29.0.0"
20424source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20425dependencies = [
20426 "wgpu-hal",
20427]
20428
20429[[package]]
20430name = "wgpu-hal"
20431version = "29.0.0"
20432source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20433dependencies = [
20434 "android_system_properties",
20435 "arrayvec",
20436 "ash",
20437 "bit-set 0.9.1",
20438 "bitflags 2.10.0",
20439 "block2",
20440 "bytemuck",
20441 "cfg-if",
20442 "cfg_aliases 0.2.1",
20443 "glow",
20444 "glutin_wgl_sys",
20445 "gpu-allocator",
20446 "gpu-descriptor",
20447 "hashbrown 0.16.1",
20448 "js-sys",
20449 "khronos-egl",
20450 "libc",
20451 "libloading",
20452 "log",
20453 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20454 "ndk-sys",
20455 "objc2",
20456 "objc2-core-foundation",
20457 "objc2-foundation",
20458 "objc2-metal",
20459 "objc2-quartz-core",
20460 "once_cell",
20461 "ordered-float 4.6.0",
20462 "parking_lot",
20463 "portable-atomic",
20464 "portable-atomic-util",
20465 "profiling",
20466 "range-alloc",
20467 "raw-window-handle",
20468 "raw-window-metal",
20469 "renderdoc-sys",
20470 "smallvec",
20471 "thiserror 2.0.17",
20472 "wasm-bindgen",
20473 "wayland-sys",
20474 "web-sys",
20475 "wgpu-naga-bridge",
20476 "wgpu-types",
20477 "windows 0.62.2",
20478 "windows-core 0.62.2",
20479]
20480
20481[[package]]
20482name = "wgpu-naga-bridge"
20483version = "29.0.0"
20484source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20485dependencies = [
20486 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20487 "wgpu-types",
20488]
20489
20490[[package]]
20491name = "wgpu-types"
20492version = "29.0.0"
20493source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20494dependencies = [
20495 "bitflags 2.10.0",
20496 "bytemuck",
20497 "js-sys",
20498 "log",
20499 "raw-window-handle",
20500 "web-sys",
20501]
20502
20503[[package]]
20504name = "which"
20505version = "4.4.2"
20506source = "registry+https://github.com/rust-lang/crates.io-index"
20507checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20508dependencies = [
20509 "either",
20510 "home",
20511 "once_cell",
20512 "rustix 0.38.44",
20513]
20514
20515[[package]]
20516name = "which"
20517version = "6.0.3"
20518source = "registry+https://github.com/rust-lang/crates.io-index"
20519checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20520dependencies = [
20521 "either",
20522 "home",
20523 "rustix 0.38.44",
20524 "winsafe",
20525]
20526
20527[[package]]
20528name = "which_key"
20529version = "0.1.0"
20530dependencies = [
20531 "command_palette",
20532 "gpui",
20533 "serde",
20534 "settings",
20535 "theme_settings",
20536 "ui",
20537 "util",
20538 "workspace",
20539]
20540
20541[[package]]
20542name = "whoami"
20543version = "1.6.1"
20544source = "registry+https://github.com/rust-lang/crates.io-index"
20545checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20546dependencies = [
20547 "libredox",
20548 "wasite",
20549]
20550
20551[[package]]
20552name = "wiggle"
20553version = "36.0.6"
20554source = "registry+https://github.com/rust-lang/crates.io-index"
20555checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20556dependencies = [
20557 "anyhow",
20558 "async-trait",
20559 "bitflags 2.10.0",
20560 "thiserror 2.0.17",
20561 "tracing",
20562 "wasmtime",
20563 "wiggle-macro",
20564]
20565
20566[[package]]
20567name = "wiggle-generate"
20568version = "36.0.6"
20569source = "registry+https://github.com/rust-lang/crates.io-index"
20570checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20571dependencies = [
20572 "anyhow",
20573 "heck 0.5.0",
20574 "proc-macro2",
20575 "quote",
20576 "syn 2.0.117",
20577 "witx",
20578]
20579
20580[[package]]
20581name = "wiggle-macro"
20582version = "36.0.6"
20583source = "registry+https://github.com/rust-lang/crates.io-index"
20584checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20585dependencies = [
20586 "proc-macro2",
20587 "quote",
20588 "syn 2.0.117",
20589 "wiggle-generate",
20590]
20591
20592[[package]]
20593name = "winapi"
20594version = "0.3.9"
20595source = "registry+https://github.com/rust-lang/crates.io-index"
20596checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20597dependencies = [
20598 "winapi-i686-pc-windows-gnu",
20599 "winapi-x86_64-pc-windows-gnu",
20600]
20601
20602[[package]]
20603name = "winapi-i686-pc-windows-gnu"
20604version = "0.4.0"
20605source = "registry+https://github.com/rust-lang/crates.io-index"
20606checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20607
20608[[package]]
20609name = "winapi-util"
20610version = "0.1.11"
20611source = "registry+https://github.com/rust-lang/crates.io-index"
20612checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20613dependencies = [
20614 "windows-sys 0.61.2",
20615]
20616
20617[[package]]
20618name = "winapi-x86_64-pc-windows-gnu"
20619version = "0.4.0"
20620source = "registry+https://github.com/rust-lang/crates.io-index"
20621checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20622
20623[[package]]
20624name = "winch-codegen"
20625version = "36.0.6"
20626source = "registry+https://github.com/rust-lang/crates.io-index"
20627checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20628dependencies = [
20629 "anyhow",
20630 "cranelift-assembler-x64",
20631 "cranelift-codegen",
20632 "gimli",
20633 "regalloc2",
20634 "smallvec",
20635 "target-lexicon 0.13.3",
20636 "thiserror 2.0.17",
20637 "wasmparser 0.236.1",
20638 "wasmtime-environ",
20639 "wasmtime-internal-cranelift",
20640 "wasmtime-internal-math",
20641]
20642
20643[[package]]
20644name = "windows"
20645version = "0.57.0"
20646source = "registry+https://github.com/rust-lang/crates.io-index"
20647checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20648dependencies = [
20649 "windows-core 0.57.0",
20650 "windows-targets 0.52.6",
20651]
20652
20653[[package]]
20654name = "windows"
20655version = "0.58.0"
20656source = "registry+https://github.com/rust-lang/crates.io-index"
20657checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20658dependencies = [
20659 "windows-core 0.58.0",
20660 "windows-targets 0.52.6",
20661]
20662
20663[[package]]
20664name = "windows"
20665version = "0.61.3"
20666source = "registry+https://github.com/rust-lang/crates.io-index"
20667checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20668dependencies = [
20669 "windows-collections 0.2.0",
20670 "windows-core 0.61.2",
20671 "windows-future 0.2.1",
20672 "windows-link 0.1.3",
20673 "windows-numerics 0.2.0",
20674]
20675
20676[[package]]
20677name = "windows"
20678version = "0.62.2"
20679source = "registry+https://github.com/rust-lang/crates.io-index"
20680checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20681dependencies = [
20682 "windows-collections 0.3.2",
20683 "windows-core 0.62.2",
20684 "windows-future 0.3.2",
20685 "windows-numerics 0.3.1",
20686]
20687
20688[[package]]
20689name = "windows-bindgen"
20690version = "0.61.1"
20691source = "registry+https://github.com/rust-lang/crates.io-index"
20692checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20693dependencies = [
20694 "serde",
20695 "serde_json",
20696 "windows-threading 0.1.0",
20697]
20698
20699[[package]]
20700name = "windows-capture"
20701version = "1.4.3"
20702source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20703dependencies = [
20704 "clap",
20705 "ctrlc",
20706 "parking_lot",
20707 "rayon",
20708 "thiserror 2.0.17",
20709 "windows 0.61.3",
20710 "windows-future 0.2.1",
20711]
20712
20713[[package]]
20714name = "windows-collections"
20715version = "0.2.0"
20716source = "registry+https://github.com/rust-lang/crates.io-index"
20717checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20718dependencies = [
20719 "windows-core 0.61.2",
20720]
20721
20722[[package]]
20723name = "windows-collections"
20724version = "0.3.2"
20725source = "registry+https://github.com/rust-lang/crates.io-index"
20726checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20727dependencies = [
20728 "windows-core 0.62.2",
20729]
20730
20731[[package]]
20732name = "windows-core"
20733version = "0.57.0"
20734source = "registry+https://github.com/rust-lang/crates.io-index"
20735checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20736dependencies = [
20737 "windows-implement 0.57.0",
20738 "windows-interface 0.57.0",
20739 "windows-result 0.1.2",
20740 "windows-targets 0.52.6",
20741]
20742
20743[[package]]
20744name = "windows-core"
20745version = "0.58.0"
20746source = "registry+https://github.com/rust-lang/crates.io-index"
20747checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20748dependencies = [
20749 "windows-implement 0.58.0",
20750 "windows-interface 0.58.0",
20751 "windows-result 0.2.0",
20752 "windows-strings 0.1.0",
20753 "windows-targets 0.52.6",
20754]
20755
20756[[package]]
20757name = "windows-core"
20758version = "0.61.2"
20759source = "registry+https://github.com/rust-lang/crates.io-index"
20760checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20761dependencies = [
20762 "windows-implement 0.60.2",
20763 "windows-interface 0.59.3",
20764 "windows-link 0.1.3",
20765 "windows-result 0.3.4",
20766 "windows-strings 0.4.2",
20767]
20768
20769[[package]]
20770name = "windows-core"
20771version = "0.62.2"
20772source = "registry+https://github.com/rust-lang/crates.io-index"
20773checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20774dependencies = [
20775 "windows-implement 0.60.2",
20776 "windows-interface 0.59.3",
20777 "windows-link 0.2.1",
20778 "windows-result 0.4.1",
20779 "windows-strings 0.5.1",
20780]
20781
20782[[package]]
20783name = "windows-future"
20784version = "0.2.1"
20785source = "registry+https://github.com/rust-lang/crates.io-index"
20786checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20787dependencies = [
20788 "windows-core 0.61.2",
20789 "windows-link 0.1.3",
20790 "windows-threading 0.1.0",
20791]
20792
20793[[package]]
20794name = "windows-future"
20795version = "0.3.2"
20796source = "registry+https://github.com/rust-lang/crates.io-index"
20797checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20798dependencies = [
20799 "windows-core 0.62.2",
20800 "windows-link 0.2.1",
20801 "windows-threading 0.2.1",
20802]
20803
20804[[package]]
20805name = "windows-implement"
20806version = "0.57.0"
20807source = "registry+https://github.com/rust-lang/crates.io-index"
20808checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20809dependencies = [
20810 "proc-macro2",
20811 "quote",
20812 "syn 2.0.117",
20813]
20814
20815[[package]]
20816name = "windows-implement"
20817version = "0.58.0"
20818source = "registry+https://github.com/rust-lang/crates.io-index"
20819checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20820dependencies = [
20821 "proc-macro2",
20822 "quote",
20823 "syn 2.0.117",
20824]
20825
20826[[package]]
20827name = "windows-implement"
20828version = "0.60.2"
20829source = "registry+https://github.com/rust-lang/crates.io-index"
20830checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20831dependencies = [
20832 "proc-macro2",
20833 "quote",
20834 "syn 2.0.117",
20835]
20836
20837[[package]]
20838name = "windows-interface"
20839version = "0.57.0"
20840source = "registry+https://github.com/rust-lang/crates.io-index"
20841checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20842dependencies = [
20843 "proc-macro2",
20844 "quote",
20845 "syn 2.0.117",
20846]
20847
20848[[package]]
20849name = "windows-interface"
20850version = "0.58.0"
20851source = "registry+https://github.com/rust-lang/crates.io-index"
20852checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20853dependencies = [
20854 "proc-macro2",
20855 "quote",
20856 "syn 2.0.117",
20857]
20858
20859[[package]]
20860name = "windows-interface"
20861version = "0.59.3"
20862source = "registry+https://github.com/rust-lang/crates.io-index"
20863checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20864dependencies = [
20865 "proc-macro2",
20866 "quote",
20867 "syn 2.0.117",
20868]
20869
20870[[package]]
20871name = "windows-link"
20872version = "0.1.3"
20873source = "registry+https://github.com/rust-lang/crates.io-index"
20874checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20875
20876[[package]]
20877name = "windows-link"
20878version = "0.2.1"
20879source = "registry+https://github.com/rust-lang/crates.io-index"
20880checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20881
20882[[package]]
20883name = "windows-numerics"
20884version = "0.2.0"
20885source = "registry+https://github.com/rust-lang/crates.io-index"
20886checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20887dependencies = [
20888 "windows-core 0.61.2",
20889 "windows-link 0.1.3",
20890]
20891
20892[[package]]
20893name = "windows-numerics"
20894version = "0.3.1"
20895source = "registry+https://github.com/rust-lang/crates.io-index"
20896checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20897dependencies = [
20898 "windows-core 0.62.2",
20899 "windows-link 0.2.1",
20900]
20901
20902[[package]]
20903name = "windows-registry"
20904version = "0.4.0"
20905source = "registry+https://github.com/rust-lang/crates.io-index"
20906checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20907dependencies = [
20908 "windows-result 0.3.4",
20909 "windows-strings 0.3.1",
20910 "windows-targets 0.53.5",
20911]
20912
20913[[package]]
20914name = "windows-registry"
20915version = "0.5.3"
20916source = "registry+https://github.com/rust-lang/crates.io-index"
20917checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20918dependencies = [
20919 "windows-link 0.1.3",
20920 "windows-result 0.3.4",
20921 "windows-strings 0.4.2",
20922]
20923
20924[[package]]
20925name = "windows-registry"
20926version = "0.6.1"
20927source = "registry+https://github.com/rust-lang/crates.io-index"
20928checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20929dependencies = [
20930 "windows-link 0.2.1",
20931 "windows-result 0.4.1",
20932 "windows-strings 0.5.1",
20933]
20934
20935[[package]]
20936name = "windows-result"
20937version = "0.1.2"
20938source = "registry+https://github.com/rust-lang/crates.io-index"
20939checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20940dependencies = [
20941 "windows-targets 0.52.6",
20942]
20943
20944[[package]]
20945name = "windows-result"
20946version = "0.2.0"
20947source = "registry+https://github.com/rust-lang/crates.io-index"
20948checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20949dependencies = [
20950 "windows-targets 0.52.6",
20951]
20952
20953[[package]]
20954name = "windows-result"
20955version = "0.3.4"
20956source = "registry+https://github.com/rust-lang/crates.io-index"
20957checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20958dependencies = [
20959 "windows-link 0.1.3",
20960]
20961
20962[[package]]
20963name = "windows-result"
20964version = "0.4.1"
20965source = "registry+https://github.com/rust-lang/crates.io-index"
20966checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20967dependencies = [
20968 "windows-link 0.2.1",
20969]
20970
20971[[package]]
20972name = "windows-strings"
20973version = "0.1.0"
20974source = "registry+https://github.com/rust-lang/crates.io-index"
20975checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20976dependencies = [
20977 "windows-result 0.2.0",
20978 "windows-targets 0.52.6",
20979]
20980
20981[[package]]
20982name = "windows-strings"
20983version = "0.3.1"
20984source = "registry+https://github.com/rust-lang/crates.io-index"
20985checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20986dependencies = [
20987 "windows-link 0.1.3",
20988]
20989
20990[[package]]
20991name = "windows-strings"
20992version = "0.4.2"
20993source = "registry+https://github.com/rust-lang/crates.io-index"
20994checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20995dependencies = [
20996 "windows-link 0.1.3",
20997]
20998
20999[[package]]
21000name = "windows-strings"
21001version = "0.5.1"
21002source = "registry+https://github.com/rust-lang/crates.io-index"
21003checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
21004dependencies = [
21005 "windows-link 0.2.1",
21006]
21007
21008[[package]]
21009name = "windows-sys"
21010version = "0.45.0"
21011source = "registry+https://github.com/rust-lang/crates.io-index"
21012checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
21013dependencies = [
21014 "windows-targets 0.42.2",
21015]
21016
21017[[package]]
21018name = "windows-sys"
21019version = "0.48.0"
21020source = "registry+https://github.com/rust-lang/crates.io-index"
21021checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21022dependencies = [
21023 "windows-targets 0.48.5",
21024]
21025
21026[[package]]
21027name = "windows-sys"
21028version = "0.52.0"
21029source = "registry+https://github.com/rust-lang/crates.io-index"
21030checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21031dependencies = [
21032 "windows-targets 0.52.6",
21033]
21034
21035[[package]]
21036name = "windows-sys"
21037version = "0.59.0"
21038source = "registry+https://github.com/rust-lang/crates.io-index"
21039checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21040dependencies = [
21041 "windows-targets 0.52.6",
21042]
21043
21044[[package]]
21045name = "windows-sys"
21046version = "0.60.2"
21047source = "registry+https://github.com/rust-lang/crates.io-index"
21048checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21049dependencies = [
21050 "windows-targets 0.53.5",
21051]
21052
21053[[package]]
21054name = "windows-sys"
21055version = "0.61.2"
21056source = "registry+https://github.com/rust-lang/crates.io-index"
21057checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21058dependencies = [
21059 "windows-link 0.2.1",
21060]
21061
21062[[package]]
21063name = "windows-targets"
21064version = "0.42.2"
21065source = "registry+https://github.com/rust-lang/crates.io-index"
21066checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21067dependencies = [
21068 "windows_aarch64_gnullvm 0.42.2",
21069 "windows_aarch64_msvc 0.42.2",
21070 "windows_i686_gnu 0.42.2",
21071 "windows_i686_msvc 0.42.2",
21072 "windows_x86_64_gnu 0.42.2",
21073 "windows_x86_64_gnullvm 0.42.2",
21074 "windows_x86_64_msvc 0.42.2",
21075]
21076
21077[[package]]
21078name = "windows-targets"
21079version = "0.48.5"
21080source = "registry+https://github.com/rust-lang/crates.io-index"
21081checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21082dependencies = [
21083 "windows_aarch64_gnullvm 0.48.5",
21084 "windows_aarch64_msvc 0.48.5",
21085 "windows_i686_gnu 0.48.5",
21086 "windows_i686_msvc 0.48.5",
21087 "windows_x86_64_gnu 0.48.5",
21088 "windows_x86_64_gnullvm 0.48.5",
21089 "windows_x86_64_msvc 0.48.5",
21090]
21091
21092[[package]]
21093name = "windows-targets"
21094version = "0.52.6"
21095source = "registry+https://github.com/rust-lang/crates.io-index"
21096checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21097dependencies = [
21098 "windows_aarch64_gnullvm 0.52.6",
21099 "windows_aarch64_msvc 0.52.6",
21100 "windows_i686_gnu 0.52.6",
21101 "windows_i686_gnullvm 0.52.6",
21102 "windows_i686_msvc 0.52.6",
21103 "windows_x86_64_gnu 0.52.6",
21104 "windows_x86_64_gnullvm 0.52.6",
21105 "windows_x86_64_msvc 0.52.6",
21106]
21107
21108[[package]]
21109name = "windows-targets"
21110version = "0.53.5"
21111source = "registry+https://github.com/rust-lang/crates.io-index"
21112checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21113dependencies = [
21114 "windows-link 0.2.1",
21115 "windows_aarch64_gnullvm 0.53.1",
21116 "windows_aarch64_msvc 0.53.1",
21117 "windows_i686_gnu 0.53.1",
21118 "windows_i686_gnullvm 0.53.1",
21119 "windows_i686_msvc 0.53.1",
21120 "windows_x86_64_gnu 0.53.1",
21121 "windows_x86_64_gnullvm 0.53.1",
21122 "windows_x86_64_msvc 0.53.1",
21123]
21124
21125[[package]]
21126name = "windows-threading"
21127version = "0.1.0"
21128source = "registry+https://github.com/rust-lang/crates.io-index"
21129checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21130dependencies = [
21131 "windows-link 0.1.3",
21132]
21133
21134[[package]]
21135name = "windows-threading"
21136version = "0.2.1"
21137source = "registry+https://github.com/rust-lang/crates.io-index"
21138checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21139dependencies = [
21140 "windows-link 0.2.1",
21141]
21142
21143[[package]]
21144name = "windows_aarch64_gnullvm"
21145version = "0.42.2"
21146source = "registry+https://github.com/rust-lang/crates.io-index"
21147checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21148
21149[[package]]
21150name = "windows_aarch64_gnullvm"
21151version = "0.48.5"
21152source = "registry+https://github.com/rust-lang/crates.io-index"
21153checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21154
21155[[package]]
21156name = "windows_aarch64_gnullvm"
21157version = "0.52.6"
21158source = "registry+https://github.com/rust-lang/crates.io-index"
21159checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21160
21161[[package]]
21162name = "windows_aarch64_gnullvm"
21163version = "0.53.1"
21164source = "registry+https://github.com/rust-lang/crates.io-index"
21165checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21166
21167[[package]]
21168name = "windows_aarch64_msvc"
21169version = "0.42.2"
21170source = "registry+https://github.com/rust-lang/crates.io-index"
21171checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21172
21173[[package]]
21174name = "windows_aarch64_msvc"
21175version = "0.48.5"
21176source = "registry+https://github.com/rust-lang/crates.io-index"
21177checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21178
21179[[package]]
21180name = "windows_aarch64_msvc"
21181version = "0.52.6"
21182source = "registry+https://github.com/rust-lang/crates.io-index"
21183checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21184
21185[[package]]
21186name = "windows_aarch64_msvc"
21187version = "0.53.1"
21188source = "registry+https://github.com/rust-lang/crates.io-index"
21189checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21190
21191[[package]]
21192name = "windows_i686_gnu"
21193version = "0.42.2"
21194source = "registry+https://github.com/rust-lang/crates.io-index"
21195checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21196
21197[[package]]
21198name = "windows_i686_gnu"
21199version = "0.48.5"
21200source = "registry+https://github.com/rust-lang/crates.io-index"
21201checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21202
21203[[package]]
21204name = "windows_i686_gnu"
21205version = "0.52.6"
21206source = "registry+https://github.com/rust-lang/crates.io-index"
21207checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21208
21209[[package]]
21210name = "windows_i686_gnu"
21211version = "0.53.1"
21212source = "registry+https://github.com/rust-lang/crates.io-index"
21213checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21214
21215[[package]]
21216name = "windows_i686_gnullvm"
21217version = "0.52.6"
21218source = "registry+https://github.com/rust-lang/crates.io-index"
21219checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21220
21221[[package]]
21222name = "windows_i686_gnullvm"
21223version = "0.53.1"
21224source = "registry+https://github.com/rust-lang/crates.io-index"
21225checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21226
21227[[package]]
21228name = "windows_i686_msvc"
21229version = "0.42.2"
21230source = "registry+https://github.com/rust-lang/crates.io-index"
21231checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21232
21233[[package]]
21234name = "windows_i686_msvc"
21235version = "0.48.5"
21236source = "registry+https://github.com/rust-lang/crates.io-index"
21237checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21238
21239[[package]]
21240name = "windows_i686_msvc"
21241version = "0.52.6"
21242source = "registry+https://github.com/rust-lang/crates.io-index"
21243checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21244
21245[[package]]
21246name = "windows_i686_msvc"
21247version = "0.53.1"
21248source = "registry+https://github.com/rust-lang/crates.io-index"
21249checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21250
21251[[package]]
21252name = "windows_x86_64_gnu"
21253version = "0.42.2"
21254source = "registry+https://github.com/rust-lang/crates.io-index"
21255checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21256
21257[[package]]
21258name = "windows_x86_64_gnu"
21259version = "0.48.5"
21260source = "registry+https://github.com/rust-lang/crates.io-index"
21261checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21262
21263[[package]]
21264name = "windows_x86_64_gnu"
21265version = "0.52.6"
21266source = "registry+https://github.com/rust-lang/crates.io-index"
21267checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21268
21269[[package]]
21270name = "windows_x86_64_gnu"
21271version = "0.53.1"
21272source = "registry+https://github.com/rust-lang/crates.io-index"
21273checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21274
21275[[package]]
21276name = "windows_x86_64_gnullvm"
21277version = "0.42.2"
21278source = "registry+https://github.com/rust-lang/crates.io-index"
21279checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21280
21281[[package]]
21282name = "windows_x86_64_gnullvm"
21283version = "0.48.5"
21284source = "registry+https://github.com/rust-lang/crates.io-index"
21285checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21286
21287[[package]]
21288name = "windows_x86_64_gnullvm"
21289version = "0.52.6"
21290source = "registry+https://github.com/rust-lang/crates.io-index"
21291checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21292
21293[[package]]
21294name = "windows_x86_64_gnullvm"
21295version = "0.53.1"
21296source = "registry+https://github.com/rust-lang/crates.io-index"
21297checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21298
21299[[package]]
21300name = "windows_x86_64_msvc"
21301version = "0.42.2"
21302source = "registry+https://github.com/rust-lang/crates.io-index"
21303checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21304
21305[[package]]
21306name = "windows_x86_64_msvc"
21307version = "0.48.5"
21308source = "registry+https://github.com/rust-lang/crates.io-index"
21309checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21310
21311[[package]]
21312name = "windows_x86_64_msvc"
21313version = "0.52.6"
21314source = "registry+https://github.com/rust-lang/crates.io-index"
21315checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21316
21317[[package]]
21318name = "windows_x86_64_msvc"
21319version = "0.53.1"
21320source = "registry+https://github.com/rust-lang/crates.io-index"
21321checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21322
21323[[package]]
21324name = "winnow"
21325version = "0.7.13"
21326source = "registry+https://github.com/rust-lang/crates.io-index"
21327checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21328dependencies = [
21329 "memchr",
21330]
21331
21332[[package]]
21333name = "winreg"
21334version = "0.10.1"
21335source = "registry+https://github.com/rust-lang/crates.io-index"
21336checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21337dependencies = [
21338 "winapi",
21339]
21340
21341[[package]]
21342name = "winreg"
21343version = "0.50.0"
21344source = "registry+https://github.com/rust-lang/crates.io-index"
21345checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21346dependencies = [
21347 "cfg-if",
21348 "windows-sys 0.48.0",
21349]
21350
21351[[package]]
21352name = "winreg"
21353version = "0.55.0"
21354source = "registry+https://github.com/rust-lang/crates.io-index"
21355checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21356dependencies = [
21357 "cfg-if",
21358 "windows-sys 0.59.0",
21359]
21360
21361[[package]]
21362name = "winresource"
21363version = "0.1.23"
21364source = "registry+https://github.com/rust-lang/crates.io-index"
21365checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21366dependencies = [
21367 "toml 0.8.23",
21368 "version_check",
21369]
21370
21371[[package]]
21372name = "winsafe"
21373version = "0.0.19"
21374source = "registry+https://github.com/rust-lang/crates.io-index"
21375checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21376
21377[[package]]
21378name = "winx"
21379version = "0.36.4"
21380source = "registry+https://github.com/rust-lang/crates.io-index"
21381checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21382dependencies = [
21383 "bitflags 2.10.0",
21384 "windows-sys 0.59.0",
21385]
21386
21387[[package]]
21388name = "wio"
21389version = "0.2.2"
21390source = "registry+https://github.com/rust-lang/crates.io-index"
21391checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21392dependencies = [
21393 "winapi",
21394]
21395
21396[[package]]
21397name = "wit-bindgen"
21398version = "0.22.0"
21399source = "registry+https://github.com/rust-lang/crates.io-index"
21400checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21401dependencies = [
21402 "bitflags 2.10.0",
21403 "wit-bindgen-rt 0.22.0",
21404 "wit-bindgen-rust-macro 0.22.0",
21405]
21406
21407[[package]]
21408name = "wit-bindgen"
21409version = "0.41.0"
21410source = "registry+https://github.com/rust-lang/crates.io-index"
21411checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21412dependencies = [
21413 "wit-bindgen-rt 0.41.0",
21414 "wit-bindgen-rust-macro 0.41.0",
21415]
21416
21417[[package]]
21418name = "wit-bindgen"
21419version = "0.46.0"
21420source = "registry+https://github.com/rust-lang/crates.io-index"
21421checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21422
21423[[package]]
21424name = "wit-bindgen"
21425version = "0.51.0"
21426source = "registry+https://github.com/rust-lang/crates.io-index"
21427checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21428dependencies = [
21429 "wit-bindgen-rust-macro 0.51.0",
21430]
21431
21432[[package]]
21433name = "wit-bindgen-core"
21434version = "0.22.0"
21435source = "registry+https://github.com/rust-lang/crates.io-index"
21436checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21437dependencies = [
21438 "anyhow",
21439 "wit-parser 0.201.0",
21440]
21441
21442[[package]]
21443name = "wit-bindgen-core"
21444version = "0.41.0"
21445source = "registry+https://github.com/rust-lang/crates.io-index"
21446checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21447dependencies = [
21448 "anyhow",
21449 "heck 0.5.0",
21450 "wit-parser 0.227.1",
21451]
21452
21453[[package]]
21454name = "wit-bindgen-core"
21455version = "0.51.0"
21456source = "registry+https://github.com/rust-lang/crates.io-index"
21457checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21458dependencies = [
21459 "anyhow",
21460 "heck 0.5.0",
21461 "wit-parser 0.244.0",
21462]
21463
21464[[package]]
21465name = "wit-bindgen-rt"
21466version = "0.22.0"
21467source = "registry+https://github.com/rust-lang/crates.io-index"
21468checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21469
21470[[package]]
21471name = "wit-bindgen-rt"
21472version = "0.41.0"
21473source = "registry+https://github.com/rust-lang/crates.io-index"
21474checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21475dependencies = [
21476 "bitflags 2.10.0",
21477 "futures 0.3.32",
21478 "once_cell",
21479]
21480
21481[[package]]
21482name = "wit-bindgen-rust"
21483version = "0.22.0"
21484source = "registry+https://github.com/rust-lang/crates.io-index"
21485checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21486dependencies = [
21487 "anyhow",
21488 "heck 0.4.1",
21489 "indexmap",
21490 "wasm-metadata 0.201.0",
21491 "wit-bindgen-core 0.22.0",
21492 "wit-component 0.201.0",
21493]
21494
21495[[package]]
21496name = "wit-bindgen-rust"
21497version = "0.41.0"
21498source = "registry+https://github.com/rust-lang/crates.io-index"
21499checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21500dependencies = [
21501 "anyhow",
21502 "heck 0.5.0",
21503 "indexmap",
21504 "prettyplease",
21505 "syn 2.0.117",
21506 "wasm-metadata 0.227.1",
21507 "wit-bindgen-core 0.41.0",
21508 "wit-component 0.227.1",
21509]
21510
21511[[package]]
21512name = "wit-bindgen-rust"
21513version = "0.51.0"
21514source = "registry+https://github.com/rust-lang/crates.io-index"
21515checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21516dependencies = [
21517 "anyhow",
21518 "heck 0.5.0",
21519 "indexmap",
21520 "prettyplease",
21521 "syn 2.0.117",
21522 "wasm-metadata 0.244.0",
21523 "wit-bindgen-core 0.51.0",
21524 "wit-component 0.244.0",
21525]
21526
21527[[package]]
21528name = "wit-bindgen-rust-macro"
21529version = "0.22.0"
21530source = "registry+https://github.com/rust-lang/crates.io-index"
21531checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21532dependencies = [
21533 "anyhow",
21534 "proc-macro2",
21535 "quote",
21536 "syn 2.0.117",
21537 "wit-bindgen-core 0.22.0",
21538 "wit-bindgen-rust 0.22.0",
21539]
21540
21541[[package]]
21542name = "wit-bindgen-rust-macro"
21543version = "0.41.0"
21544source = "registry+https://github.com/rust-lang/crates.io-index"
21545checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21546dependencies = [
21547 "anyhow",
21548 "prettyplease",
21549 "proc-macro2",
21550 "quote",
21551 "syn 2.0.117",
21552 "wit-bindgen-core 0.41.0",
21553 "wit-bindgen-rust 0.41.0",
21554]
21555
21556[[package]]
21557name = "wit-bindgen-rust-macro"
21558version = "0.51.0"
21559source = "registry+https://github.com/rust-lang/crates.io-index"
21560checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21561dependencies = [
21562 "anyhow",
21563 "prettyplease",
21564 "proc-macro2",
21565 "quote",
21566 "syn 2.0.117",
21567 "wit-bindgen-core 0.51.0",
21568 "wit-bindgen-rust 0.51.0",
21569]
21570
21571[[package]]
21572name = "wit-component"
21573version = "0.201.0"
21574source = "registry+https://github.com/rust-lang/crates.io-index"
21575checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21576dependencies = [
21577 "anyhow",
21578 "bitflags 2.10.0",
21579 "indexmap",
21580 "log",
21581 "serde",
21582 "serde_derive",
21583 "serde_json",
21584 "wasm-encoder 0.201.0",
21585 "wasm-metadata 0.201.0",
21586 "wasmparser 0.201.0",
21587 "wit-parser 0.201.0",
21588]
21589
21590[[package]]
21591name = "wit-component"
21592version = "0.227.1"
21593source = "registry+https://github.com/rust-lang/crates.io-index"
21594checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21595dependencies = [
21596 "anyhow",
21597 "bitflags 2.10.0",
21598 "indexmap",
21599 "log",
21600 "serde",
21601 "serde_derive",
21602 "serde_json",
21603 "wasm-encoder 0.227.1",
21604 "wasm-metadata 0.227.1",
21605 "wasmparser 0.227.1",
21606 "wit-parser 0.227.1",
21607]
21608
21609[[package]]
21610name = "wit-component"
21611version = "0.244.0"
21612source = "registry+https://github.com/rust-lang/crates.io-index"
21613checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21614dependencies = [
21615 "anyhow",
21616 "bitflags 2.10.0",
21617 "indexmap",
21618 "log",
21619 "serde",
21620 "serde_derive",
21621 "serde_json",
21622 "wasm-encoder 0.244.0",
21623 "wasm-metadata 0.244.0",
21624 "wasmparser 0.244.0",
21625 "wit-parser 0.244.0",
21626]
21627
21628[[package]]
21629name = "wit-parser"
21630version = "0.201.0"
21631source = "registry+https://github.com/rust-lang/crates.io-index"
21632checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21633dependencies = [
21634 "anyhow",
21635 "id-arena",
21636 "indexmap",
21637 "log",
21638 "semver",
21639 "serde",
21640 "serde_derive",
21641 "serde_json",
21642 "unicode-xid",
21643 "wasmparser 0.201.0",
21644]
21645
21646[[package]]
21647name = "wit-parser"
21648version = "0.227.1"
21649source = "registry+https://github.com/rust-lang/crates.io-index"
21650checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21651dependencies = [
21652 "anyhow",
21653 "id-arena",
21654 "indexmap",
21655 "log",
21656 "semver",
21657 "serde",
21658 "serde_derive",
21659 "serde_json",
21660 "unicode-xid",
21661 "wasmparser 0.227.1",
21662]
21663
21664[[package]]
21665name = "wit-parser"
21666version = "0.236.1"
21667source = "registry+https://github.com/rust-lang/crates.io-index"
21668checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21669dependencies = [
21670 "anyhow",
21671 "id-arena",
21672 "indexmap",
21673 "log",
21674 "semver",
21675 "serde",
21676 "serde_derive",
21677 "serde_json",
21678 "unicode-xid",
21679 "wasmparser 0.236.1",
21680]
21681
21682[[package]]
21683name = "wit-parser"
21684version = "0.244.0"
21685source = "registry+https://github.com/rust-lang/crates.io-index"
21686checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21687dependencies = [
21688 "anyhow",
21689 "id-arena",
21690 "indexmap",
21691 "log",
21692 "semver",
21693 "serde",
21694 "serde_derive",
21695 "serde_json",
21696 "unicode-xid",
21697 "wasmparser 0.244.0",
21698]
21699
21700[[package]]
21701name = "witx"
21702version = "0.9.1"
21703source = "registry+https://github.com/rust-lang/crates.io-index"
21704checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21705dependencies = [
21706 "anyhow",
21707 "log",
21708 "thiserror 1.0.69",
21709 "wast",
21710]
21711
21712[[package]]
21713name = "workspace"
21714version = "0.1.0"
21715dependencies = [
21716 "agent_settings",
21717 "any_vec",
21718 "anyhow",
21719 "async-recursion",
21720 "chrono",
21721 "client",
21722 "clock",
21723 "collections",
21724 "component",
21725 "db",
21726 "feature_flags",
21727 "fs",
21728 "futures 0.3.32",
21729 "git",
21730 "gpui",
21731 "http_client",
21732 "itertools 0.14.0",
21733 "language",
21734 "log",
21735 "markdown",
21736 "menu",
21737 "node_runtime",
21738 "parking_lot",
21739 "postage",
21740 "pretty_assertions",
21741 "project",
21742 "remote",
21743 "schemars",
21744 "serde",
21745 "serde_json",
21746 "session",
21747 "settings",
21748 "smallvec",
21749 "sqlez",
21750 "strum 0.27.2",
21751 "task",
21752 "telemetry",
21753 "tempfile",
21754 "theme",
21755 "theme_settings",
21756 "ui",
21757 "util",
21758 "uuid",
21759 "vim_mode_setting",
21760 "windows 0.61.3",
21761 "zed_actions",
21762 "zlog",
21763]
21764
21765[[package]]
21766name = "worktree"
21767version = "0.1.0"
21768dependencies = [
21769 "anyhow",
21770 "async-lock 2.8.0",
21771 "chardetng",
21772 "clock",
21773 "collections",
21774 "encoding_rs",
21775 "fs",
21776 "futures 0.3.32",
21777 "fuzzy",
21778 "git",
21779 "gpui",
21780 "ignore",
21781 "language",
21782 "log",
21783 "parking_lot",
21784 "paths",
21785 "postage",
21786 "pretty_assertions",
21787 "rand 0.9.2",
21788 "rpc",
21789 "serde",
21790 "serde_json",
21791 "settings",
21792 "smallvec",
21793 "smol",
21794 "sum_tree",
21795 "text",
21796 "tracing",
21797 "util",
21798 "worktree",
21799 "zlog",
21800 "ztracing",
21801]
21802
21803[[package]]
21804name = "worktree_benchmarks"
21805version = "0.1.0"
21806dependencies = [
21807 "fs",
21808 "gpui_platform",
21809 "settings",
21810 "worktree",
21811]
21812
21813[[package]]
21814name = "wprcontrol"
21815version = "0.1.0"
21816source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21817dependencies = [
21818 "windows 0.61.3",
21819 "windows-bindgen",
21820 "windows-core 0.61.2",
21821 "windows-link 0.2.1",
21822]
21823
21824[[package]]
21825name = "writeable"
21826version = "0.6.1"
21827source = "registry+https://github.com/rust-lang/crates.io-index"
21828checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21829
21830[[package]]
21831name = "wyz"
21832version = "0.5.1"
21833source = "registry+https://github.com/rust-lang/crates.io-index"
21834checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21835dependencies = [
21836 "tap",
21837]
21838
21839[[package]]
21840name = "x11"
21841version = "2.21.0"
21842source = "registry+https://github.com/rust-lang/crates.io-index"
21843checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21844dependencies = [
21845 "libc",
21846 "pkg-config",
21847]
21848
21849[[package]]
21850name = "x11-clipboard"
21851version = "0.9.3"
21852source = "registry+https://github.com/rust-lang/crates.io-index"
21853checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21854dependencies = [
21855 "libc",
21856 "x11rb",
21857]
21858
21859[[package]]
21860name = "x11rb"
21861version = "0.13.2"
21862source = "registry+https://github.com/rust-lang/crates.io-index"
21863checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21864dependencies = [
21865 "as-raw-xcb-connection",
21866 "gethostname",
21867 "libc",
21868 "rustix 1.1.2",
21869 "x11rb-protocol",
21870 "xcursor",
21871]
21872
21873[[package]]
21874name = "x11rb-protocol"
21875version = "0.13.2"
21876source = "registry+https://github.com/rust-lang/crates.io-index"
21877checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21878
21879[[package]]
21880name = "x_ai"
21881version = "0.1.0"
21882dependencies = [
21883 "anyhow",
21884 "language_model_core",
21885 "schemars",
21886 "serde",
21887 "strum 0.27.2",
21888 "tiktoken-rs",
21889]
21890
21891[[package]]
21892name = "xattr"
21893version = "0.2.3"
21894source = "registry+https://github.com/rust-lang/crates.io-index"
21895checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21896dependencies = [
21897 "libc",
21898]
21899
21900[[package]]
21901name = "xcb"
21902version = "1.6.0"
21903source = "registry+https://github.com/rust-lang/crates.io-index"
21904checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21905dependencies = [
21906 "bitflags 1.3.2",
21907 "libc",
21908 "quick-xml 0.30.0",
21909 "x11",
21910]
21911
21912[[package]]
21913name = "xcursor"
21914version = "0.3.10"
21915source = "registry+https://github.com/rust-lang/crates.io-index"
21916checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21917
21918[[package]]
21919name = "xim-ctext"
21920version = "0.3.0"
21921source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21922dependencies = [
21923 "encoding_rs",
21924]
21925
21926[[package]]
21927name = "xim-parser"
21928version = "0.2.1"
21929source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21930dependencies = [
21931 "bitflags 2.10.0",
21932]
21933
21934[[package]]
21935name = "xkbcommon"
21936version = "0.8.0"
21937source = "registry+https://github.com/rust-lang/crates.io-index"
21938checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21939dependencies = [
21940 "as-raw-xcb-connection",
21941 "libc",
21942 "memmap2",
21943 "xkeysym",
21944]
21945
21946[[package]]
21947name = "xkeysym"
21948version = "0.2.1"
21949source = "registry+https://github.com/rust-lang/crates.io-index"
21950checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21951
21952[[package]]
21953name = "xml-rs"
21954version = "0.8.28"
21955source = "registry+https://github.com/rust-lang/crates.io-index"
21956checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21957
21958[[package]]
21959name = "xml5ever"
21960version = "0.18.1"
21961source = "registry+https://github.com/rust-lang/crates.io-index"
21962checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21963dependencies = [
21964 "log",
21965 "mac",
21966 "markup5ever 0.12.1",
21967]
21968
21969[[package]]
21970name = "xmlparser"
21971version = "0.13.6"
21972source = "registry+https://github.com/rust-lang/crates.io-index"
21973checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21974
21975[[package]]
21976name = "xmlwriter"
21977version = "0.1.0"
21978source = "registry+https://github.com/rust-lang/crates.io-index"
21979checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21980
21981[[package]]
21982name = "xtask"
21983version = "0.1.0"
21984dependencies = [
21985 "annotate-snippets",
21986 "anyhow",
21987 "backtrace",
21988 "cargo_metadata 0.19.2",
21989 "cargo_toml",
21990 "clap",
21991 "compliance",
21992 "gh-workflow",
21993 "indexmap",
21994 "indoc",
21995 "itertools 0.14.0",
21996 "regex",
21997 "serde",
21998 "serde_json",
21999 "serde_yaml",
22000 "strum 0.27.2",
22001 "tokio",
22002 "toml 0.8.23",
22003 "toml_edit 0.22.27",
22004]
22005
22006[[package]]
22007name = "yaml-rust2"
22008version = "0.8.1"
22009source = "registry+https://github.com/rust-lang/crates.io-index"
22010checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22011dependencies = [
22012 "arraydeque",
22013 "encoding_rs",
22014 "hashlink 0.8.4",
22015]
22016
22017[[package]]
22018name = "yansi"
22019version = "1.0.1"
22020source = "registry+https://github.com/rust-lang/crates.io-index"
22021checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22022
22023[[package]]
22024name = "yawc"
22025version = "0.2.5"
22026source = "registry+https://github.com/rust-lang/crates.io-index"
22027checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22028dependencies = [
22029 "base64 0.22.1",
22030 "bytes 1.11.1",
22031 "flate2",
22032 "futures 0.3.32",
22033 "http-body-util",
22034 "hyper 1.7.0",
22035 "hyper-util",
22036 "js-sys",
22037 "nom 8.0.0",
22038 "pin-project",
22039 "rand 0.8.5",
22040 "sha1",
22041 "thiserror 1.0.69",
22042 "tokio",
22043 "tokio-rustls 0.26.2",
22044 "tokio-util",
22045 "url",
22046 "wasm-bindgen",
22047 "wasm-bindgen-futures",
22048 "web-sys",
22049 "webpki-roots",
22050]
22051
22052[[package]]
22053name = "yazi"
22054version = "0.2.1"
22055source = "registry+https://github.com/rust-lang/crates.io-index"
22056checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22057
22058[[package]]
22059name = "yeslogic-fontconfig-sys"
22060version = "6.0.0"
22061source = "registry+https://github.com/rust-lang/crates.io-index"
22062checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22063dependencies = [
22064 "dlib",
22065 "once_cell",
22066 "pkg-config",
22067]
22068
22069[[package]]
22070name = "yoke"
22071version = "0.7.5"
22072source = "registry+https://github.com/rust-lang/crates.io-index"
22073checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22074dependencies = [
22075 "serde",
22076 "stable_deref_trait",
22077 "yoke-derive 0.7.5",
22078 "zerofrom",
22079]
22080
22081[[package]]
22082name = "yoke"
22083version = "0.8.0"
22084source = "registry+https://github.com/rust-lang/crates.io-index"
22085checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22086dependencies = [
22087 "serde",
22088 "stable_deref_trait",
22089 "yoke-derive 0.8.0",
22090 "zerofrom",
22091]
22092
22093[[package]]
22094name = "yoke-derive"
22095version = "0.7.5"
22096source = "registry+https://github.com/rust-lang/crates.io-index"
22097checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22098dependencies = [
22099 "proc-macro2",
22100 "quote",
22101 "syn 2.0.117",
22102 "synstructure",
22103]
22104
22105[[package]]
22106name = "yoke-derive"
22107version = "0.8.0"
22108source = "registry+https://github.com/rust-lang/crates.io-index"
22109checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22110dependencies = [
22111 "proc-macro2",
22112 "quote",
22113 "syn 2.0.117",
22114 "synstructure",
22115]
22116
22117[[package]]
22118name = "zbus"
22119version = "5.13.2"
22120source = "registry+https://github.com/rust-lang/crates.io-index"
22121checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22122dependencies = [
22123 "async-broadcast",
22124 "async-executor",
22125 "async-io",
22126 "async-lock 3.4.2",
22127 "async-process",
22128 "async-recursion",
22129 "async-task",
22130 "async-trait",
22131 "blocking",
22132 "enumflags2",
22133 "event-listener 5.4.1",
22134 "futures-core",
22135 "futures-lite 2.6.1",
22136 "hex",
22137 "libc",
22138 "ordered-stream",
22139 "rustix 1.1.2",
22140 "serde",
22141 "serde_repr",
22142 "tracing",
22143 "uds_windows",
22144 "uuid",
22145 "windows-sys 0.61.2",
22146 "winnow",
22147 "zbus_macros",
22148 "zbus_names",
22149 "zvariant",
22150]
22151
22152[[package]]
22153name = "zbus_macros"
22154version = "5.13.2"
22155source = "registry+https://github.com/rust-lang/crates.io-index"
22156checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22157dependencies = [
22158 "proc-macro-crate",
22159 "proc-macro2",
22160 "quote",
22161 "syn 2.0.117",
22162 "zbus_names",
22163 "zvariant",
22164 "zvariant_utils",
22165]
22166
22167[[package]]
22168name = "zbus_names"
22169version = "4.3.1"
22170source = "registry+https://github.com/rust-lang/crates.io-index"
22171checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22172dependencies = [
22173 "serde",
22174 "winnow",
22175 "zvariant",
22176]
22177
22178[[package]]
22179name = "zed"
22180version = "0.233.0"
22181dependencies = [
22182 "acp_thread",
22183 "acp_tools",
22184 "action_log",
22185 "activity_indicator",
22186 "agent",
22187 "agent-client-protocol",
22188 "agent_servers",
22189 "agent_settings",
22190 "agent_ui",
22191 "anyhow",
22192 "ashpd",
22193 "askpass",
22194 "assets",
22195 "audio",
22196 "auto_update",
22197 "auto_update_ui",
22198 "breadcrumbs",
22199 "call",
22200 "channel",
22201 "chrono",
22202 "clap",
22203 "cli",
22204 "client",
22205 "clock",
22206 "codestral",
22207 "collab_ui",
22208 "collections",
22209 "command_palette",
22210 "component",
22211 "component_preview",
22212 "copilot",
22213 "copilot_chat",
22214 "copilot_ui",
22215 "crashes",
22216 "csv_preview",
22217 "dap_adapters",
22218 "db",
22219 "debug_adapter_extension",
22220 "debugger_tools",
22221 "debugger_ui",
22222 "dev_container",
22223 "diagnostics",
22224 "edit_prediction",
22225 "edit_prediction_ui",
22226 "editor",
22227 "encoding_selector",
22228 "env_logger 0.11.8",
22229 "etw_tracing",
22230 "extension",
22231 "extension_host",
22232 "extensions_ui",
22233 "feature_flags",
22234 "feedback",
22235 "file_finder",
22236 "fs",
22237 "futures 0.3.32",
22238 "git",
22239 "git_graph",
22240 "git_hosting_providers",
22241 "git_ui",
22242 "go_to_line",
22243 "gpui",
22244 "gpui_platform",
22245 "gpui_tokio",
22246 "http_client",
22247 "image",
22248 "image_viewer",
22249 "inspector_ui",
22250 "install_cli",
22251 "itertools 0.14.0",
22252 "journal",
22253 "json_schema_store",
22254 "keymap_editor",
22255 "language",
22256 "language_extension",
22257 "language_model",
22258 "language_models",
22259 "language_onboarding",
22260 "language_selector",
22261 "language_tools",
22262 "languages",
22263 "line_ending_selector",
22264 "log",
22265 "markdown",
22266 "markdown_preview",
22267 "menu",
22268 "migrator",
22269 "mimalloc",
22270 "miniprofiler_ui",
22271 "nc",
22272 "node_runtime",
22273 "notifications",
22274 "onboarding",
22275 "outline",
22276 "outline_panel",
22277 "parking_lot",
22278 "paths",
22279 "picker",
22280 "pkg-config",
22281 "pretty_assertions",
22282 "profiling",
22283 "project",
22284 "project_panel",
22285 "project_symbols",
22286 "prompt_store",
22287 "proto",
22288 "rayon",
22289 "recent_projects",
22290 "release_channel",
22291 "remote",
22292 "repl",
22293 "reqwest_client",
22294 "rope",
22295 "search",
22296 "semver",
22297 "serde",
22298 "serde_json",
22299 "session",
22300 "settings",
22301 "settings_profile_selector",
22302 "settings_ui",
22303 "shellexpand 2.1.2",
22304 "sidebar",
22305 "smol",
22306 "snippet_provider",
22307 "snippets_ui",
22308 "svg_preview",
22309 "sysinfo 0.37.2",
22310 "system_specs",
22311 "tab_switcher",
22312 "task",
22313 "tasks_ui",
22314 "telemetry",
22315 "telemetry_events",
22316 "tempfile",
22317 "terminal_view",
22318 "theme",
22319 "theme_extension",
22320 "theme_selector",
22321 "theme_settings",
22322 "time",
22323 "time_format",
22324 "title_bar",
22325 "toolchain_selector",
22326 "tracing",
22327 "ui",
22328 "ui_prompt",
22329 "url",
22330 "urlencoding",
22331 "util",
22332 "uuid",
22333 "vim",
22334 "vim_mode_setting",
22335 "watch",
22336 "web_search",
22337 "web_search_providers",
22338 "which_key",
22339 "windows 0.61.3",
22340 "winresource",
22341 "workspace",
22342 "zed-reqwest",
22343 "zed_actions",
22344 "zed_env_vars",
22345 "zlog",
22346 "zlog_settings",
22347 "ztracing",
22348]
22349
22350[[package]]
22351name = "zed-font-kit"
22352version = "0.14.1-zed"
22353source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22354dependencies = [
22355 "bitflags 2.10.0",
22356 "byteorder",
22357 "core-foundation 0.10.0",
22358 "core-graphics 0.24.0",
22359 "core-text",
22360 "dirs 5.0.1",
22361 "dwrote",
22362 "float-ord",
22363 "freetype-sys",
22364 "lazy_static",
22365 "libc",
22366 "log",
22367 "pathfinder_geometry",
22368 "pathfinder_simd",
22369 "walkdir",
22370 "winapi",
22371 "yeslogic-fontconfig-sys",
22372]
22373
22374[[package]]
22375name = "zed-reqwest"
22376version = "0.12.15-zed"
22377source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22378dependencies = [
22379 "base64 0.22.1",
22380 "bytes 1.11.1",
22381 "encoding_rs",
22382 "futures-core",
22383 "futures-util",
22384 "h2 0.4.12",
22385 "http 1.3.1",
22386 "http-body 1.0.1",
22387 "http-body-util",
22388 "hyper 1.7.0",
22389 "hyper-rustls 0.27.7",
22390 "hyper-util",
22391 "ipnet",
22392 "js-sys",
22393 "log",
22394 "mime",
22395 "mime_guess",
22396 "once_cell",
22397 "percent-encoding",
22398 "pin-project-lite",
22399 "quinn",
22400 "rustls 0.23.33",
22401 "rustls-native-certs 0.8.2",
22402 "rustls-pemfile 2.2.0",
22403 "rustls-pki-types",
22404 "serde",
22405 "serde_json",
22406 "serde_urlencoded",
22407 "sync_wrapper 1.0.2",
22408 "system-configuration 0.6.1",
22409 "tokio",
22410 "tokio-rustls 0.26.2",
22411 "tokio-socks",
22412 "tokio-util",
22413 "tower 0.5.2",
22414 "tower-service",
22415 "url",
22416 "wasm-bindgen",
22417 "wasm-bindgen-futures",
22418 "wasm-streams",
22419 "web-sys",
22420 "windows-registry 0.4.0",
22421]
22422
22423[[package]]
22424name = "zed-scap"
22425version = "0.0.8-zed"
22426source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22427dependencies = [
22428 "anyhow",
22429 "cocoa 0.25.0",
22430 "core-graphics-helmer-fork",
22431 "log",
22432 "objc",
22433 "rand 0.8.5",
22434 "screencapturekit",
22435 "screencapturekit-sys",
22436 "sysinfo 0.31.4",
22437 "tao-core-video-sys",
22438 "windows 0.61.3",
22439 "windows-capture",
22440 "x11",
22441 "xcb",
22442]
22443
22444[[package]]
22445name = "zed-xim"
22446version = "0.4.0-zed"
22447source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22448dependencies = [
22449 "ahash 0.8.12",
22450 "hashbrown 0.14.5",
22451 "log",
22452 "x11rb",
22453 "xim-ctext",
22454 "xim-parser",
22455]
22456
22457[[package]]
22458name = "zed_actions"
22459version = "0.1.0"
22460dependencies = [
22461 "gpui",
22462 "schemars",
22463 "serde",
22464 "util",
22465 "uuid",
22466]
22467
22468[[package]]
22469name = "zed_credentials_provider"
22470version = "0.1.0"
22471dependencies = [
22472 "anyhow",
22473 "credentials_provider",
22474 "futures 0.3.32",
22475 "gpui",
22476 "paths",
22477 "release_channel",
22478 "serde",
22479 "serde_json",
22480]
22481
22482[[package]]
22483name = "zed_env_vars"
22484version = "0.1.0"
22485dependencies = [
22486 "env_var",
22487]
22488
22489[[package]]
22490name = "zed_extension_api"
22491version = "0.1.0"
22492source = "registry+https://github.com/rust-lang/crates.io-index"
22493checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22494dependencies = [
22495 "serde",
22496 "serde_json",
22497 "wit-bindgen 0.22.0",
22498]
22499
22500[[package]]
22501name = "zed_extension_api"
22502version = "0.7.0"
22503source = "registry+https://github.com/rust-lang/crates.io-index"
22504checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22505dependencies = [
22506 "serde",
22507 "serde_json",
22508 "wit-bindgen 0.41.0",
22509]
22510
22511[[package]]
22512name = "zed_extension_api"
22513version = "0.8.0"
22514dependencies = [
22515 "serde",
22516 "serde_json",
22517 "wit-bindgen 0.41.0",
22518]
22519
22520[[package]]
22521name = "zed_glsl"
22522version = "0.2.3"
22523dependencies = [
22524 "zed_extension_api 0.1.0",
22525]
22526
22527[[package]]
22528name = "zed_html"
22529version = "0.3.1"
22530dependencies = [
22531 "zed_extension_api 0.7.0",
22532]
22533
22534[[package]]
22535name = "zed_proto"
22536version = "0.3.2"
22537dependencies = [
22538 "zed_extension_api 0.7.0",
22539]
22540
22541[[package]]
22542name = "zed_test_extension"
22543version = "0.1.0"
22544dependencies = [
22545 "zed_extension_api 0.8.0",
22546]
22547
22548[[package]]
22549name = "zeno"
22550version = "0.3.3"
22551source = "registry+https://github.com/rust-lang/crates.io-index"
22552checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22553
22554[[package]]
22555name = "zerocopy"
22556version = "0.8.27"
22557source = "registry+https://github.com/rust-lang/crates.io-index"
22558checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22559dependencies = [
22560 "zerocopy-derive",
22561]
22562
22563[[package]]
22564name = "zerocopy-derive"
22565version = "0.8.27"
22566source = "registry+https://github.com/rust-lang/crates.io-index"
22567checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22568dependencies = [
22569 "proc-macro2",
22570 "quote",
22571 "syn 2.0.117",
22572]
22573
22574[[package]]
22575name = "zerofrom"
22576version = "0.1.6"
22577source = "registry+https://github.com/rust-lang/crates.io-index"
22578checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22579dependencies = [
22580 "zerofrom-derive",
22581]
22582
22583[[package]]
22584name = "zerofrom-derive"
22585version = "0.1.6"
22586source = "registry+https://github.com/rust-lang/crates.io-index"
22587checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22588dependencies = [
22589 "proc-macro2",
22590 "quote",
22591 "syn 2.0.117",
22592 "synstructure",
22593]
22594
22595[[package]]
22596name = "zeroize"
22597version = "1.8.2"
22598source = "registry+https://github.com/rust-lang/crates.io-index"
22599checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22600dependencies = [
22601 "zeroize_derive",
22602]
22603
22604[[package]]
22605name = "zeroize_derive"
22606version = "1.4.2"
22607source = "registry+https://github.com/rust-lang/crates.io-index"
22608checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22609dependencies = [
22610 "proc-macro2",
22611 "quote",
22612 "syn 2.0.117",
22613]
22614
22615[[package]]
22616name = "zeromq"
22617version = "0.5.0"
22618source = "registry+https://github.com/rust-lang/crates.io-index"
22619checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22620dependencies = [
22621 "async-dispatcher",
22622 "async-std",
22623 "async-trait",
22624 "asynchronous-codec",
22625 "bytes 1.11.1",
22626 "crossbeam-queue",
22627 "futures 0.3.32",
22628 "log",
22629 "num-traits",
22630 "once_cell",
22631 "parking_lot",
22632 "rand 0.9.2",
22633 "regex",
22634 "scc",
22635 "thiserror 1.0.69",
22636 "uuid",
22637]
22638
22639[[package]]
22640name = "zerotrie"
22641version = "0.2.2"
22642source = "registry+https://github.com/rust-lang/crates.io-index"
22643checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22644dependencies = [
22645 "displaydoc",
22646 "yoke 0.8.0",
22647 "zerofrom",
22648]
22649
22650[[package]]
22651name = "zerovec"
22652version = "0.11.4"
22653source = "registry+https://github.com/rust-lang/crates.io-index"
22654checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22655dependencies = [
22656 "yoke 0.8.0",
22657 "zerofrom",
22658 "zerovec-derive",
22659]
22660
22661[[package]]
22662name = "zerovec-derive"
22663version = "0.11.1"
22664source = "registry+https://github.com/rust-lang/crates.io-index"
22665checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22666dependencies = [
22667 "proc-macro2",
22668 "quote",
22669 "syn 2.0.117",
22670]
22671
22672[[package]]
22673name = "zeta_prompt"
22674version = "0.1.0"
22675dependencies = [
22676 "anyhow",
22677 "imara-diff",
22678 "indoc",
22679 "serde",
22680 "strum 0.27.2",
22681]
22682
22683[[package]]
22684name = "zip"
22685version = "0.6.6"
22686source = "registry+https://github.com/rust-lang/crates.io-index"
22687checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22688dependencies = [
22689 "aes",
22690 "byteorder",
22691 "bzip2 0.4.4",
22692 "constant_time_eq",
22693 "crc32fast",
22694 "crossbeam-utils",
22695 "flate2",
22696 "hmac",
22697 "pbkdf2 0.11.0",
22698 "sha1",
22699 "time",
22700 "zstd",
22701]
22702
22703[[package]]
22704name = "zip"
22705version = "1.1.4"
22706source = "registry+https://github.com/rust-lang/crates.io-index"
22707checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22708dependencies = [
22709 "arbitrary",
22710 "crc32fast",
22711 "crossbeam-utils",
22712 "displaydoc",
22713 "indexmap",
22714 "num_enum",
22715 "thiserror 1.0.69",
22716]
22717
22718[[package]]
22719name = "zlog"
22720version = "0.1.0"
22721dependencies = [
22722 "anyhow",
22723 "chrono",
22724 "collections",
22725 "log",
22726 "tempfile",
22727]
22728
22729[[package]]
22730name = "zlog_settings"
22731version = "0.1.0"
22732dependencies = [
22733 "collections",
22734 "gpui",
22735 "settings",
22736 "zlog",
22737]
22738
22739[[package]]
22740name = "zstd"
22741version = "0.11.2+zstd.1.5.2"
22742source = "registry+https://github.com/rust-lang/crates.io-index"
22743checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22744dependencies = [
22745 "zstd-safe",
22746]
22747
22748[[package]]
22749name = "zstd-safe"
22750version = "5.0.2+zstd.1.5.2"
22751source = "registry+https://github.com/rust-lang/crates.io-index"
22752checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22753dependencies = [
22754 "libc",
22755 "zstd-sys",
22756]
22757
22758[[package]]
22759name = "zstd-sys"
22760version = "2.0.16+zstd.1.5.7"
22761source = "registry+https://github.com/rust-lang/crates.io-index"
22762checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22763dependencies = [
22764 "cc",
22765 "pkg-config",
22766]
22767
22768[[package]]
22769name = "ztracing"
22770version = "0.1.0"
22771dependencies = [
22772 "tracing",
22773 "tracing-subscriber",
22774 "tracing-tracy",
22775 "tracy-client",
22776 "zlog",
22777 "ztracing_macro",
22778]
22779
22780[[package]]
22781name = "ztracing_macro"
22782version = "0.1.0"
22783
22784[[package]]
22785name = "zune-core"
22786version = "0.4.12"
22787source = "registry+https://github.com/rust-lang/crates.io-index"
22788checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22789
22790[[package]]
22791name = "zune-inflate"
22792version = "0.2.54"
22793source = "registry+https://github.com/rust-lang/crates.io-index"
22794checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22795dependencies = [
22796 "simd-adler32",
22797]
22798
22799[[package]]
22800name = "zune-jpeg"
22801version = "0.4.21"
22802source = "registry+https://github.com/rust-lang/crates.io-index"
22803checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22804dependencies = [
22805 "zune-core",
22806]
22807
22808[[package]]
22809name = "zvariant"
22810version = "5.9.2"
22811source = "registry+https://github.com/rust-lang/crates.io-index"
22812checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22813dependencies = [
22814 "endi",
22815 "enumflags2",
22816 "serde",
22817 "serde_bytes",
22818 "winnow",
22819 "zvariant_derive",
22820 "zvariant_utils",
22821]
22822
22823[[package]]
22824name = "zvariant_derive"
22825version = "5.9.2"
22826source = "registry+https://github.com/rust-lang/crates.io-index"
22827checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22828dependencies = [
22829 "proc-macro-crate",
22830 "proc-macro2",
22831 "quote",
22832 "syn 2.0.117",
22833 "zvariant_utils",
22834]
22835
22836[[package]]
22837name = "zvariant_utils"
22838version = "3.3.0"
22839source = "registry+https://github.com/rust-lang/crates.io-index"
22840checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22841dependencies = [
22842 "proc-macro2",
22843 "quote",
22844 "serde",
22845 "syn 2.0.117",
22846 "winnow",
22847]