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 = "either"
 5466version = "1.15.0"
 5467source = "registry+https://github.com/rust-lang/crates.io-index"
 5468checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5469dependencies = [
 5470 "serde",
 5471]
 5472
 5473[[package]]
 5474name = "elasticlunr-rs"
 5475version = "3.0.2"
 5476source = "registry+https://github.com/rust-lang/crates.io-index"
 5477checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5478dependencies = [
 5479 "regex",
 5480 "serde",
 5481 "serde_derive",
 5482 "serde_json",
 5483]
 5484
 5485[[package]]
 5486name = "elliptic-curve"
 5487version = "0.12.3"
 5488source = "registry+https://github.com/rust-lang/crates.io-index"
 5489checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5490dependencies = [
 5491 "base16ct",
 5492 "crypto-bigint 0.4.9",
 5493 "der 0.6.1",
 5494 "digest",
 5495 "ff",
 5496 "generic-array",
 5497 "group",
 5498 "pkcs8 0.9.0",
 5499 "rand_core 0.6.4",
 5500 "sec1",
 5501 "subtle",
 5502 "zeroize",
 5503]
 5504
 5505[[package]]
 5506name = "email_address"
 5507version = "0.2.9"
 5508source = "registry+https://github.com/rust-lang/crates.io-index"
 5509checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5510dependencies = [
 5511 "serde",
 5512]
 5513
 5514[[package]]
 5515name = "embed-resource"
 5516version = "3.0.6"
 5517source = "registry+https://github.com/rust-lang/crates.io-index"
 5518checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5519dependencies = [
 5520 "cc",
 5521 "memchr",
 5522 "rustc_version",
 5523 "toml 0.9.8",
 5524 "vswhom",
 5525 "winreg 0.55.0",
 5526]
 5527
 5528[[package]]
 5529name = "embedded-io"
 5530version = "0.4.0"
 5531source = "registry+https://github.com/rust-lang/crates.io-index"
 5532checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5533
 5534[[package]]
 5535name = "embedded-io"
 5536version = "0.6.1"
 5537source = "registry+https://github.com/rust-lang/crates.io-index"
 5538checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5539
 5540[[package]]
 5541name = "emojis"
 5542version = "0.6.4"
 5543source = "registry+https://github.com/rust-lang/crates.io-index"
 5544checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5545dependencies = [
 5546 "phf 0.11.3",
 5547]
 5548
 5549[[package]]
 5550name = "encode_unicode"
 5551version = "1.0.0"
 5552source = "registry+https://github.com/rust-lang/crates.io-index"
 5553checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5554
 5555[[package]]
 5556name = "encoding_rs"
 5557version = "0.8.35"
 5558source = "registry+https://github.com/rust-lang/crates.io-index"
 5559checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5560dependencies = [
 5561 "cfg-if",
 5562]
 5563
 5564[[package]]
 5565name = "encoding_selector"
 5566version = "0.1.0"
 5567dependencies = [
 5568 "editor",
 5569 "encoding_rs",
 5570 "fuzzy",
 5571 "gpui",
 5572 "language",
 5573 "picker",
 5574 "project",
 5575 "ui",
 5576 "util",
 5577 "workspace",
 5578]
 5579
 5580[[package]]
 5581name = "endi"
 5582version = "1.1.0"
 5583source = "registry+https://github.com/rust-lang/crates.io-index"
 5584checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5585
 5586[[package]]
 5587name = "enum-as-inner"
 5588version = "0.6.1"
 5589source = "registry+https://github.com/rust-lang/crates.io-index"
 5590checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5591dependencies = [
 5592 "heck 0.5.0",
 5593 "proc-macro2",
 5594 "quote",
 5595 "syn 2.0.117",
 5596]
 5597
 5598[[package]]
 5599name = "enumflags2"
 5600version = "0.7.12"
 5601source = "registry+https://github.com/rust-lang/crates.io-index"
 5602checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5603dependencies = [
 5604 "enumflags2_derive",
 5605 "serde",
 5606]
 5607
 5608[[package]]
 5609name = "enumflags2_derive"
 5610version = "0.7.12"
 5611source = "registry+https://github.com/rust-lang/crates.io-index"
 5612checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5613dependencies = [
 5614 "proc-macro2",
 5615 "quote",
 5616 "syn 2.0.117",
 5617]
 5618
 5619[[package]]
 5620name = "env_filter"
 5621version = "0.1.4"
 5622source = "registry+https://github.com/rust-lang/crates.io-index"
 5623checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5624dependencies = [
 5625 "log",
 5626 "regex",
 5627]
 5628
 5629[[package]]
 5630name = "env_logger"
 5631version = "0.10.2"
 5632source = "registry+https://github.com/rust-lang/crates.io-index"
 5633checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5634dependencies = [
 5635 "humantime",
 5636 "is-terminal",
 5637 "log",
 5638 "regex",
 5639 "termcolor",
 5640]
 5641
 5642[[package]]
 5643name = "env_logger"
 5644version = "0.11.8"
 5645source = "registry+https://github.com/rust-lang/crates.io-index"
 5646checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5647dependencies = [
 5648 "anstream",
 5649 "anstyle",
 5650 "env_filter",
 5651 "jiff",
 5652 "log",
 5653]
 5654
 5655[[package]]
 5656name = "env_var"
 5657version = "0.1.0"
 5658dependencies = [
 5659 "gpui_shared_string",
 5660]
 5661
 5662[[package]]
 5663name = "envy"
 5664version = "0.4.2"
 5665source = "registry+https://github.com/rust-lang/crates.io-index"
 5666checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5667dependencies = [
 5668 "serde",
 5669]
 5670
 5671[[package]]
 5672name = "equator"
 5673version = "0.4.2"
 5674source = "registry+https://github.com/rust-lang/crates.io-index"
 5675checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5676dependencies = [
 5677 "equator-macro",
 5678]
 5679
 5680[[package]]
 5681name = "equator-macro"
 5682version = "0.4.2"
 5683source = "registry+https://github.com/rust-lang/crates.io-index"
 5684checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5685dependencies = [
 5686 "proc-macro2",
 5687 "quote",
 5688 "syn 2.0.117",
 5689]
 5690
 5691[[package]]
 5692name = "equivalent"
 5693version = "1.0.2"
 5694source = "registry+https://github.com/rust-lang/crates.io-index"
 5695checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5696
 5697[[package]]
 5698name = "erased-serde"
 5699version = "0.4.9"
 5700source = "registry+https://github.com/rust-lang/crates.io-index"
 5701checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5702dependencies = [
 5703 "serde",
 5704 "serde_core",
 5705 "typeid",
 5706]
 5707
 5708[[package]]
 5709name = "errno"
 5710version = "0.2.8"
 5711source = "registry+https://github.com/rust-lang/crates.io-index"
 5712checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5713dependencies = [
 5714 "errno-dragonfly",
 5715 "libc",
 5716 "winapi",
 5717]
 5718
 5719[[package]]
 5720name = "errno"
 5721version = "0.3.14"
 5722source = "registry+https://github.com/rust-lang/crates.io-index"
 5723checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5724dependencies = [
 5725 "libc",
 5726 "windows-sys 0.61.2",
 5727]
 5728
 5729[[package]]
 5730name = "errno-dragonfly"
 5731version = "0.1.2"
 5732source = "registry+https://github.com/rust-lang/crates.io-index"
 5733checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5734dependencies = [
 5735 "cc",
 5736 "libc",
 5737]
 5738
 5739[[package]]
 5740name = "error-graph"
 5741version = "0.1.1"
 5742source = "registry+https://github.com/rust-lang/crates.io-index"
 5743checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5744dependencies = [
 5745 "serde",
 5746]
 5747
 5748[[package]]
 5749name = "etagere"
 5750version = "0.2.15"
 5751source = "registry+https://github.com/rust-lang/crates.io-index"
 5752checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5753dependencies = [
 5754 "euclid",
 5755 "svg_fmt",
 5756]
 5757
 5758[[package]]
 5759name = "etcetera"
 5760version = "0.8.0"
 5761source = "registry+https://github.com/rust-lang/crates.io-index"
 5762checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5763dependencies = [
 5764 "cfg-if",
 5765 "home",
 5766 "windows-sys 0.48.0",
 5767]
 5768
 5769[[package]]
 5770name = "etw_tracing"
 5771version = "0.1.0"
 5772dependencies = [
 5773 "anyhow",
 5774 "gpui",
 5775 "log",
 5776 "net",
 5777 "serde",
 5778 "serde_json",
 5779 "util",
 5780 "windows 0.61.3",
 5781 "windows-core 0.61.2",
 5782 "workspace",
 5783 "wprcontrol",
 5784]
 5785
 5786[[package]]
 5787name = "euclid"
 5788version = "0.22.11"
 5789source = "registry+https://github.com/rust-lang/crates.io-index"
 5790checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5791dependencies = [
 5792 "num-traits",
 5793]
 5794
 5795[[package]]
 5796name = "eval_cli"
 5797version = "0.1.0"
 5798dependencies = [
 5799 "acp_thread",
 5800 "agent",
 5801 "agent-client-protocol",
 5802 "agent_ui",
 5803 "anyhow",
 5804 "clap",
 5805 "client",
 5806 "ctrlc",
 5807 "db",
 5808 "debug_adapter_extension",
 5809 "env_logger 0.11.8",
 5810 "extension",
 5811 "feature_flags",
 5812 "fs",
 5813 "futures 0.3.32",
 5814 "gpui",
 5815 "gpui_platform",
 5816 "gpui_tokio",
 5817 "language",
 5818 "language_extension",
 5819 "language_model",
 5820 "language_models",
 5821 "languages",
 5822 "node_runtime",
 5823 "paths",
 5824 "project",
 5825 "prompt_store",
 5826 "release_channel",
 5827 "reqwest_client",
 5828 "serde",
 5829 "serde_json",
 5830 "settings",
 5831 "shellexpand 2.1.2",
 5832 "terminal_view",
 5833 "util",
 5834 "watch",
 5835]
 5836
 5837[[package]]
 5838name = "eval_utils"
 5839version = "0.1.0"
 5840dependencies = [
 5841 "gpui_platform",
 5842 "serde",
 5843 "smol",
 5844]
 5845
 5846[[package]]
 5847name = "event-listener"
 5848version = "2.5.3"
 5849source = "registry+https://github.com/rust-lang/crates.io-index"
 5850checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5851
 5852[[package]]
 5853name = "event-listener"
 5854version = "5.4.1"
 5855source = "registry+https://github.com/rust-lang/crates.io-index"
 5856checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5857dependencies = [
 5858 "concurrent-queue",
 5859 "parking",
 5860 "pin-project-lite",
 5861]
 5862
 5863[[package]]
 5864name = "event-listener-strategy"
 5865version = "0.5.4"
 5866source = "registry+https://github.com/rust-lang/crates.io-index"
 5867checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5868dependencies = [
 5869 "event-listener 5.4.1",
 5870 "pin-project-lite",
 5871]
 5872
 5873[[package]]
 5874name = "exec"
 5875version = "0.3.1"
 5876source = "registry+https://github.com/rust-lang/crates.io-index"
 5877checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5878dependencies = [
 5879 "errno 0.2.8",
 5880 "libc",
 5881]
 5882
 5883[[package]]
 5884name = "explorer_command_injector"
 5885version = "0.1.0"
 5886dependencies = [
 5887 "windows 0.61.3",
 5888 "windows-core 0.61.2",
 5889 "windows-registry 0.5.3",
 5890]
 5891
 5892[[package]]
 5893name = "exr"
 5894version = "1.73.0"
 5895source = "registry+https://github.com/rust-lang/crates.io-index"
 5896checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5897dependencies = [
 5898 "bit_field",
 5899 "half",
 5900 "lebe",
 5901 "miniz_oxide",
 5902 "rayon-core",
 5903 "smallvec",
 5904 "zune-inflate",
 5905]
 5906
 5907[[package]]
 5908name = "extended"
 5909version = "0.1.0"
 5910source = "registry+https://github.com/rust-lang/crates.io-index"
 5911checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5912
 5913[[package]]
 5914name = "extension"
 5915version = "0.1.0"
 5916dependencies = [
 5917 "anyhow",
 5918 "async-trait",
 5919 "cloud_api_types",
 5920 "collections",
 5921 "dap",
 5922 "fs",
 5923 "futures 0.3.32",
 5924 "gpui",
 5925 "heck 0.5.0",
 5926 "http_client",
 5927 "indoc",
 5928 "language",
 5929 "log",
 5930 "lsp",
 5931 "parking_lot",
 5932 "pretty_assertions",
 5933 "proto",
 5934 "semver",
 5935 "serde",
 5936 "serde_json",
 5937 "task",
 5938 "tempfile",
 5939 "toml 0.8.23",
 5940 "tracing",
 5941 "url",
 5942 "util",
 5943 "wasm-encoder 0.221.3",
 5944 "wasmparser 0.221.3",
 5945 "ztracing",
 5946]
 5947
 5948[[package]]
 5949name = "extension_cli"
 5950version = "0.1.0"
 5951dependencies = [
 5952 "anyhow",
 5953 "clap",
 5954 "cloud_api_types",
 5955 "env_logger 0.11.8",
 5956 "extension",
 5957 "fs",
 5958 "gpui_platform",
 5959 "language",
 5960 "log",
 5961 "reqwest_client",
 5962 "serde",
 5963 "serde_json",
 5964 "serde_json_lenient",
 5965 "settings_content",
 5966 "snippet_provider",
 5967 "task",
 5968 "theme_settings",
 5969 "tokio",
 5970 "toml 0.8.23",
 5971 "tree-sitter",
 5972 "wasmtime",
 5973]
 5974
 5975[[package]]
 5976name = "extension_host"
 5977version = "0.1.0"
 5978dependencies = [
 5979 "anyhow",
 5980 "async-compression",
 5981 "async-tar",
 5982 "async-trait",
 5983 "client",
 5984 "cloud_api_types",
 5985 "collections",
 5986 "criterion",
 5987 "ctor",
 5988 "dap",
 5989 "extension",
 5990 "fs",
 5991 "futures 0.3.32",
 5992 "gpui",
 5993 "gpui_tokio",
 5994 "http_client",
 5995 "language",
 5996 "language_extension",
 5997 "log",
 5998 "lsp",
 5999 "moka",
 6000 "node_runtime",
 6001 "parking_lot",
 6002 "paths",
 6003 "project",
 6004 "release_channel",
 6005 "remote",
 6006 "reqwest_client",
 6007 "semver",
 6008 "serde",
 6009 "serde_json",
 6010 "serde_json_lenient",
 6011 "settings",
 6012 "task",
 6013 "telemetry",
 6014 "tempfile",
 6015 "theme",
 6016 "theme_extension",
 6017 "theme_settings",
 6018 "toml 0.8.23",
 6019 "tracing",
 6020 "url",
 6021 "util",
 6022 "wasmparser 0.221.3",
 6023 "wasmtime",
 6024 "wasmtime-wasi",
 6025 "zlog",
 6026 "ztracing",
 6027]
 6028
 6029[[package]]
 6030name = "extensions_ui"
 6031version = "0.1.0"
 6032dependencies = [
 6033 "anyhow",
 6034 "client",
 6035 "cloud_api_types",
 6036 "collections",
 6037 "db",
 6038 "editor",
 6039 "extension",
 6040 "extension_host",
 6041 "fs",
 6042 "fuzzy",
 6043 "gpui",
 6044 "language",
 6045 "log",
 6046 "num-format",
 6047 "picker",
 6048 "project",
 6049 "release_channel",
 6050 "semver",
 6051 "serde",
 6052 "settings",
 6053 "smallvec",
 6054 "strum 0.27.2",
 6055 "telemetry",
 6056 "theme_settings",
 6057 "ui",
 6058 "util",
 6059 "vim_mode_setting",
 6060 "workspace",
 6061 "zed_actions",
 6062]
 6063
 6064[[package]]
 6065name = "failspot"
 6066version = "0.2.0"
 6067source = "registry+https://github.com/rust-lang/crates.io-index"
 6068checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6069
 6070[[package]]
 6071name = "fallible-iterator"
 6072version = "0.3.0"
 6073source = "registry+https://github.com/rust-lang/crates.io-index"
 6074checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6075
 6076[[package]]
 6077name = "fancy-regex"
 6078version = "0.16.2"
 6079source = "registry+https://github.com/rust-lang/crates.io-index"
 6080checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6081dependencies = [
 6082 "bit-set 0.8.0",
 6083 "regex-automata",
 6084 "regex-syntax",
 6085]
 6086
 6087[[package]]
 6088name = "fancy-regex"
 6089version = "0.17.0"
 6090source = "registry+https://github.com/rust-lang/crates.io-index"
 6091checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6092dependencies = [
 6093 "bit-set 0.8.0",
 6094 "regex-automata",
 6095 "regex-syntax",
 6096]
 6097
 6098[[package]]
 6099name = "fast-srgb8"
 6100version = "1.0.0"
 6101source = "registry+https://github.com/rust-lang/crates.io-index"
 6102checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6103
 6104[[package]]
 6105name = "fastrand"
 6106version = "1.9.0"
 6107source = "registry+https://github.com/rust-lang/crates.io-index"
 6108checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6109dependencies = [
 6110 "instant",
 6111]
 6112
 6113[[package]]
 6114name = "fastrand"
 6115version = "2.3.0"
 6116source = "registry+https://github.com/rust-lang/crates.io-index"
 6117checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6118
 6119[[package]]
 6120name = "fax"
 6121version = "0.2.6"
 6122source = "registry+https://github.com/rust-lang/crates.io-index"
 6123checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6124dependencies = [
 6125 "fax_derive",
 6126]
 6127
 6128[[package]]
 6129name = "fax_derive"
 6130version = "0.2.0"
 6131source = "registry+https://github.com/rust-lang/crates.io-index"
 6132checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6133dependencies = [
 6134 "proc-macro2",
 6135 "quote",
 6136 "syn 2.0.117",
 6137]
 6138
 6139[[package]]
 6140name = "fd-lock"
 6141version = "4.0.4"
 6142source = "registry+https://github.com/rust-lang/crates.io-index"
 6143checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6144dependencies = [
 6145 "cfg-if",
 6146 "rustix 1.1.2",
 6147 "windows-sys 0.59.0",
 6148]
 6149
 6150[[package]]
 6151name = "fdeflate"
 6152version = "0.3.7"
 6153source = "registry+https://github.com/rust-lang/crates.io-index"
 6154checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6155dependencies = [
 6156 "simd-adler32",
 6157]
 6158
 6159[[package]]
 6160name = "feature_flags"
 6161version = "0.1.0"
 6162dependencies = [
 6163 "gpui",
 6164]
 6165
 6166[[package]]
 6167name = "feedback"
 6168version = "0.1.0"
 6169dependencies = [
 6170 "gpui",
 6171 "system_specs",
 6172 "urlencoding",
 6173 "util",
 6174 "workspace",
 6175 "zed_actions",
 6176]
 6177
 6178[[package]]
 6179name = "ff"
 6180version = "0.12.1"
 6181source = "registry+https://github.com/rust-lang/crates.io-index"
 6182checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6183dependencies = [
 6184 "rand_core 0.6.4",
 6185 "subtle",
 6186]
 6187
 6188[[package]]
 6189name = "file_finder"
 6190version = "0.1.0"
 6191dependencies = [
 6192 "anyhow",
 6193 "channel",
 6194 "client",
 6195 "collections",
 6196 "ctor",
 6197 "editor",
 6198 "file_icons",
 6199 "futures 0.3.32",
 6200 "fuzzy",
 6201 "fuzzy_nucleo",
 6202 "gpui",
 6203 "menu",
 6204 "open_path_prompt",
 6205 "picker",
 6206 "pretty_assertions",
 6207 "project",
 6208 "project_panel",
 6209 "remote_connection",
 6210 "serde",
 6211 "serde_json",
 6212 "settings",
 6213 "theme",
 6214 "theme_settings",
 6215 "ui",
 6216 "util",
 6217 "workspace",
 6218 "zed_actions",
 6219 "zlog",
 6220]
 6221
 6222[[package]]
 6223name = "file_icons"
 6224version = "0.1.0"
 6225dependencies = [
 6226 "gpui",
 6227 "serde",
 6228 "theme",
 6229 "util",
 6230]
 6231
 6232[[package]]
 6233name = "filedescriptor"
 6234version = "0.8.3"
 6235source = "registry+https://github.com/rust-lang/crates.io-index"
 6236checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6237dependencies = [
 6238 "libc",
 6239 "thiserror 1.0.69",
 6240 "winapi",
 6241]
 6242
 6243[[package]]
 6244name = "filetime"
 6245version = "0.2.26"
 6246source = "registry+https://github.com/rust-lang/crates.io-index"
 6247checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6248dependencies = [
 6249 "cfg-if",
 6250 "libc",
 6251 "libredox",
 6252 "windows-sys 0.60.2",
 6253]
 6254
 6255[[package]]
 6256name = "find-msvc-tools"
 6257version = "0.1.5"
 6258source = "registry+https://github.com/rust-lang/crates.io-index"
 6259checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6260
 6261[[package]]
 6262name = "fixedbitset"
 6263version = "0.4.2"
 6264source = "registry+https://github.com/rust-lang/crates.io-index"
 6265checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6266
 6267[[package]]
 6268name = "fixedbitset"
 6269version = "0.5.7"
 6270source = "registry+https://github.com/rust-lang/crates.io-index"
 6271checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6272
 6273[[package]]
 6274name = "flate2"
 6275version = "1.1.8"
 6276source = "registry+https://github.com/rust-lang/crates.io-index"
 6277checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6278dependencies = [
 6279 "crc32fast",
 6280 "miniz_oxide",
 6281]
 6282
 6283[[package]]
 6284name = "float-cmp"
 6285version = "0.9.0"
 6286source = "registry+https://github.com/rust-lang/crates.io-index"
 6287checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6288
 6289[[package]]
 6290name = "float-ord"
 6291version = "0.3.2"
 6292source = "registry+https://github.com/rust-lang/crates.io-index"
 6293checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6294
 6295[[package]]
 6296name = "float8"
 6297version = "0.4.2"
 6298source = "registry+https://github.com/rust-lang/crates.io-index"
 6299checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6300dependencies = [
 6301 "half",
 6302 "num-traits",
 6303 "rand 0.9.2",
 6304 "rand_distr",
 6305]
 6306
 6307[[package]]
 6308name = "float_next_after"
 6309version = "1.0.0"
 6310source = "registry+https://github.com/rust-lang/crates.io-index"
 6311checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6312
 6313[[package]]
 6314name = "fluent-uri"
 6315version = "0.4.1"
 6316source = "registry+https://github.com/rust-lang/crates.io-index"
 6317checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6318dependencies = [
 6319 "borrow-or-share",
 6320 "ref-cast",
 6321 "serde",
 6322]
 6323
 6324[[package]]
 6325name = "flume"
 6326version = "0.11.1"
 6327source = "registry+https://github.com/rust-lang/crates.io-index"
 6328checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6329dependencies = [
 6330 "futures-core",
 6331 "futures-sink",
 6332 "nanorand",
 6333 "spin 0.9.8",
 6334]
 6335
 6336[[package]]
 6337name = "fnv"
 6338version = "1.0.7"
 6339source = "registry+https://github.com/rust-lang/crates.io-index"
 6340checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6341
 6342[[package]]
 6343name = "foldhash"
 6344version = "0.1.5"
 6345source = "registry+https://github.com/rust-lang/crates.io-index"
 6346checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6347
 6348[[package]]
 6349name = "foldhash"
 6350version = "0.2.0"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6353
 6354[[package]]
 6355name = "font-types"
 6356version = "0.10.0"
 6357source = "registry+https://github.com/rust-lang/crates.io-index"
 6358checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6359dependencies = [
 6360 "bytemuck",
 6361]
 6362
 6363[[package]]
 6364name = "font-types"
 6365version = "0.11.0"
 6366source = "registry+https://github.com/rust-lang/crates.io-index"
 6367checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6368dependencies = [
 6369 "bytemuck",
 6370]
 6371
 6372[[package]]
 6373name = "fontconfig-parser"
 6374version = "0.5.8"
 6375source = "registry+https://github.com/rust-lang/crates.io-index"
 6376checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6377dependencies = [
 6378 "roxmltree",
 6379]
 6380
 6381[[package]]
 6382name = "fontdb"
 6383version = "0.16.2"
 6384source = "registry+https://github.com/rust-lang/crates.io-index"
 6385checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6386dependencies = [
 6387 "fontconfig-parser",
 6388 "log",
 6389 "memmap2",
 6390 "slotmap",
 6391 "tinyvec",
 6392 "ttf-parser 0.20.0",
 6393]
 6394
 6395[[package]]
 6396name = "fontdb"
 6397version = "0.23.0"
 6398source = "registry+https://github.com/rust-lang/crates.io-index"
 6399checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6400dependencies = [
 6401 "fontconfig-parser",
 6402 "log",
 6403 "memmap2",
 6404 "slotmap",
 6405 "tinyvec",
 6406 "ttf-parser 0.25.1",
 6407]
 6408
 6409[[package]]
 6410name = "foreign-types"
 6411version = "0.3.2"
 6412source = "registry+https://github.com/rust-lang/crates.io-index"
 6413checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6414dependencies = [
 6415 "foreign-types-shared 0.1.1",
 6416]
 6417
 6418[[package]]
 6419name = "foreign-types"
 6420version = "0.5.0"
 6421source = "registry+https://github.com/rust-lang/crates.io-index"
 6422checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6423dependencies = [
 6424 "foreign-types-macros",
 6425 "foreign-types-shared 0.3.1",
 6426]
 6427
 6428[[package]]
 6429name = "foreign-types-macros"
 6430version = "0.2.3"
 6431source = "registry+https://github.com/rust-lang/crates.io-index"
 6432checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6433dependencies = [
 6434 "proc-macro2",
 6435 "quote",
 6436 "syn 2.0.117",
 6437]
 6438
 6439[[package]]
 6440name = "foreign-types-shared"
 6441version = "0.1.1"
 6442source = "registry+https://github.com/rust-lang/crates.io-index"
 6443checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6444
 6445[[package]]
 6446name = "foreign-types-shared"
 6447version = "0.3.1"
 6448source = "registry+https://github.com/rust-lang/crates.io-index"
 6449checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6450
 6451[[package]]
 6452name = "fork"
 6453version = "0.4.0"
 6454source = "registry+https://github.com/rust-lang/crates.io-index"
 6455checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6456dependencies = [
 6457 "libc",
 6458]
 6459
 6460[[package]]
 6461name = "form_urlencoded"
 6462version = "1.2.2"
 6463source = "registry+https://github.com/rust-lang/crates.io-index"
 6464checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6465dependencies = [
 6466 "percent-encoding",
 6467]
 6468
 6469[[package]]
 6470name = "fraction"
 6471version = "0.15.3"
 6472source = "registry+https://github.com/rust-lang/crates.io-index"
 6473checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6474dependencies = [
 6475 "lazy_static",
 6476 "num",
 6477]
 6478
 6479[[package]]
 6480name = "freetype-sys"
 6481version = "0.20.1"
 6482source = "registry+https://github.com/rust-lang/crates.io-index"
 6483checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6484dependencies = [
 6485 "cc",
 6486 "libc",
 6487 "pkg-config",
 6488]
 6489
 6490[[package]]
 6491name = "fs"
 6492version = "0.1.0"
 6493dependencies = [
 6494 "anyhow",
 6495 "ashpd",
 6496 "async-tar",
 6497 "async-trait",
 6498 "cocoa 0.26.0",
 6499 "collections",
 6500 "dunce",
 6501 "fs",
 6502 "futures 0.3.32",
 6503 "git",
 6504 "gpui",
 6505 "ignore",
 6506 "is_executable",
 6507 "libc",
 6508 "log",
 6509 "notify 8.2.0",
 6510 "objc",
 6511 "parking_lot",
 6512 "paths",
 6513 "proto",
 6514 "rope",
 6515 "serde",
 6516 "serde_json",
 6517 "smol",
 6518 "tempfile",
 6519 "text",
 6520 "time",
 6521 "util",
 6522 "windows 0.61.3",
 6523]
 6524
 6525[[package]]
 6526name = "fs-set-times"
 6527version = "0.20.3"
 6528source = "registry+https://github.com/rust-lang/crates.io-index"
 6529checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6530dependencies = [
 6531 "io-lifetimes",
 6532 "rustix 1.1.2",
 6533 "windows-sys 0.59.0",
 6534]
 6535
 6536[[package]]
 6537name = "fs2"
 6538version = "0.4.3"
 6539source = "registry+https://github.com/rust-lang/crates.io-index"
 6540checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6541dependencies = [
 6542 "libc",
 6543 "winapi",
 6544]
 6545
 6546[[package]]
 6547name = "fs_benchmarks"
 6548version = "0.1.0"
 6549dependencies = [
 6550 "fs",
 6551 "gpui",
 6552 "gpui_platform",
 6553]
 6554
 6555[[package]]
 6556name = "fs_extra"
 6557version = "1.3.0"
 6558source = "registry+https://github.com/rust-lang/crates.io-index"
 6559checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6560
 6561[[package]]
 6562name = "fsevent-sys"
 6563version = "4.1.0"
 6564source = "registry+https://github.com/rust-lang/crates.io-index"
 6565checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6566dependencies = [
 6567 "libc",
 6568]
 6569
 6570[[package]]
 6571name = "fuchsia-cprng"
 6572version = "0.1.1"
 6573source = "registry+https://github.com/rust-lang/crates.io-index"
 6574checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6575
 6576[[package]]
 6577name = "funty"
 6578version = "2.0.0"
 6579source = "registry+https://github.com/rust-lang/crates.io-index"
 6580checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6581
 6582[[package]]
 6583name = "futf"
 6584version = "0.1.5"
 6585source = "registry+https://github.com/rust-lang/crates.io-index"
 6586checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6587dependencies = [
 6588 "mac",
 6589 "new_debug_unreachable",
 6590]
 6591
 6592[[package]]
 6593name = "futures"
 6594version = "0.1.31"
 6595source = "registry+https://github.com/rust-lang/crates.io-index"
 6596checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6597
 6598[[package]]
 6599name = "futures"
 6600version = "0.3.32"
 6601source = "registry+https://github.com/rust-lang/crates.io-index"
 6602checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6603dependencies = [
 6604 "futures-channel",
 6605 "futures-core",
 6606 "futures-executor",
 6607 "futures-io",
 6608 "futures-sink",
 6609 "futures-task",
 6610 "futures-util",
 6611]
 6612
 6613[[package]]
 6614name = "futures-channel"
 6615version = "0.3.32"
 6616source = "registry+https://github.com/rust-lang/crates.io-index"
 6617checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6618dependencies = [
 6619 "futures-core",
 6620 "futures-sink",
 6621]
 6622
 6623[[package]]
 6624name = "futures-concurrency"
 6625version = "7.7.1"
 6626source = "registry+https://github.com/rust-lang/crates.io-index"
 6627checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6628dependencies = [
 6629 "fixedbitset 0.5.7",
 6630 "futures-core",
 6631 "futures-lite 2.6.1",
 6632 "pin-project",
 6633 "smallvec",
 6634]
 6635
 6636[[package]]
 6637name = "futures-core"
 6638version = "0.3.32"
 6639source = "registry+https://github.com/rust-lang/crates.io-index"
 6640checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6641
 6642[[package]]
 6643name = "futures-executor"
 6644version = "0.3.32"
 6645source = "registry+https://github.com/rust-lang/crates.io-index"
 6646checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6647dependencies = [
 6648 "futures-core",
 6649 "futures-task",
 6650 "futures-util",
 6651]
 6652
 6653[[package]]
 6654name = "futures-intrusive"
 6655version = "0.5.0"
 6656source = "registry+https://github.com/rust-lang/crates.io-index"
 6657checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6658dependencies = [
 6659 "futures-core",
 6660 "lock_api",
 6661 "parking_lot",
 6662]
 6663
 6664[[package]]
 6665name = "futures-io"
 6666version = "0.3.32"
 6667source = "registry+https://github.com/rust-lang/crates.io-index"
 6668checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6669
 6670[[package]]
 6671name = "futures-lite"
 6672version = "1.13.0"
 6673source = "registry+https://github.com/rust-lang/crates.io-index"
 6674checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6675dependencies = [
 6676 "fastrand 1.9.0",
 6677 "futures-core",
 6678 "futures-io",
 6679 "memchr",
 6680 "parking",
 6681 "pin-project-lite",
 6682 "waker-fn",
 6683]
 6684
 6685[[package]]
 6686name = "futures-lite"
 6687version = "2.6.1"
 6688source = "registry+https://github.com/rust-lang/crates.io-index"
 6689checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6690dependencies = [
 6691 "fastrand 2.3.0",
 6692 "futures-core",
 6693 "futures-io",
 6694 "parking",
 6695 "pin-project-lite",
 6696]
 6697
 6698[[package]]
 6699name = "futures-macro"
 6700version = "0.3.32"
 6701source = "registry+https://github.com/rust-lang/crates.io-index"
 6702checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6703dependencies = [
 6704 "proc-macro2",
 6705 "quote",
 6706 "syn 2.0.117",
 6707]
 6708
 6709[[package]]
 6710name = "futures-sink"
 6711version = "0.3.32"
 6712source = "registry+https://github.com/rust-lang/crates.io-index"
 6713checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6714
 6715[[package]]
 6716name = "futures-task"
 6717version = "0.3.32"
 6718source = "registry+https://github.com/rust-lang/crates.io-index"
 6719checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6720
 6721[[package]]
 6722name = "futures-util"
 6723version = "0.3.32"
 6724source = "registry+https://github.com/rust-lang/crates.io-index"
 6725checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6726dependencies = [
 6727 "futures 0.1.31",
 6728 "futures-channel",
 6729 "futures-core",
 6730 "futures-io",
 6731 "futures-macro",
 6732 "futures-sink",
 6733 "futures-task",
 6734 "libc",
 6735 "memchr",
 6736 "pin-project-lite",
 6737 "slab",
 6738 "tokio-io",
 6739]
 6740
 6741[[package]]
 6742name = "fuzzy"
 6743version = "0.1.0"
 6744dependencies = [
 6745 "gpui",
 6746 "log",
 6747 "util",
 6748]
 6749
 6750[[package]]
 6751name = "fuzzy-matcher"
 6752version = "0.3.7"
 6753source = "registry+https://github.com/rust-lang/crates.io-index"
 6754checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6755dependencies = [
 6756 "thread_local",
 6757]
 6758
 6759[[package]]
 6760name = "fuzzy_nucleo"
 6761version = "0.1.0"
 6762dependencies = [
 6763 "gpui",
 6764 "nucleo",
 6765 "util",
 6766]
 6767
 6768[[package]]
 6769name = "gaoya"
 6770version = "0.2.0"
 6771source = "registry+https://github.com/rust-lang/crates.io-index"
 6772checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6773dependencies = [
 6774 "ahash 0.8.12",
 6775 "crossbeam-utils",
 6776 "fnv",
 6777 "itertools 0.10.5",
 6778 "num-traits",
 6779 "rand 0.8.5",
 6780 "rand_pcg",
 6781 "random_choice",
 6782 "rayon",
 6783 "seahash",
 6784 "sha-1",
 6785 "shingles",
 6786 "siphasher 0.3.11",
 6787 "smallvec",
 6788 "triomphe",
 6789]
 6790
 6791[[package]]
 6792name = "gemm"
 6793version = "0.17.1"
 6794source = "registry+https://github.com/rust-lang/crates.io-index"
 6795checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6796dependencies = [
 6797 "dyn-stack 0.10.0",
 6798 "gemm-c32 0.17.1",
 6799 "gemm-c64 0.17.1",
 6800 "gemm-common 0.17.1",
 6801 "gemm-f16 0.17.1",
 6802 "gemm-f32 0.17.1",
 6803 "gemm-f64 0.17.1",
 6804 "num-complex",
 6805 "num-traits",
 6806 "paste",
 6807 "raw-cpuid 10.7.0",
 6808 "seq-macro",
 6809]
 6810
 6811[[package]]
 6812name = "gemm"
 6813version = "0.18.2"
 6814source = "registry+https://github.com/rust-lang/crates.io-index"
 6815checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6816dependencies = [
 6817 "dyn-stack 0.13.2",
 6818 "gemm-c32 0.18.2",
 6819 "gemm-c64 0.18.2",
 6820 "gemm-common 0.18.2",
 6821 "gemm-f16 0.18.2",
 6822 "gemm-f32 0.18.2",
 6823 "gemm-f64 0.18.2",
 6824 "num-complex",
 6825 "num-traits",
 6826 "paste",
 6827 "raw-cpuid 11.6.0",
 6828 "seq-macro",
 6829]
 6830
 6831[[package]]
 6832name = "gemm-c32"
 6833version = "0.17.1"
 6834source = "registry+https://github.com/rust-lang/crates.io-index"
 6835checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6836dependencies = [
 6837 "dyn-stack 0.10.0",
 6838 "gemm-common 0.17.1",
 6839 "num-complex",
 6840 "num-traits",
 6841 "paste",
 6842 "raw-cpuid 10.7.0",
 6843 "seq-macro",
 6844]
 6845
 6846[[package]]
 6847name = "gemm-c32"
 6848version = "0.18.2"
 6849source = "registry+https://github.com/rust-lang/crates.io-index"
 6850checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6851dependencies = [
 6852 "dyn-stack 0.13.2",
 6853 "gemm-common 0.18.2",
 6854 "num-complex",
 6855 "num-traits",
 6856 "paste",
 6857 "raw-cpuid 11.6.0",
 6858 "seq-macro",
 6859]
 6860
 6861[[package]]
 6862name = "gemm-c64"
 6863version = "0.17.1"
 6864source = "registry+https://github.com/rust-lang/crates.io-index"
 6865checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6866dependencies = [
 6867 "dyn-stack 0.10.0",
 6868 "gemm-common 0.17.1",
 6869 "num-complex",
 6870 "num-traits",
 6871 "paste",
 6872 "raw-cpuid 10.7.0",
 6873 "seq-macro",
 6874]
 6875
 6876[[package]]
 6877name = "gemm-c64"
 6878version = "0.18.2"
 6879source = "registry+https://github.com/rust-lang/crates.io-index"
 6880checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6881dependencies = [
 6882 "dyn-stack 0.13.2",
 6883 "gemm-common 0.18.2",
 6884 "num-complex",
 6885 "num-traits",
 6886 "paste",
 6887 "raw-cpuid 11.6.0",
 6888 "seq-macro",
 6889]
 6890
 6891[[package]]
 6892name = "gemm-common"
 6893version = "0.17.1"
 6894source = "registry+https://github.com/rust-lang/crates.io-index"
 6895checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6896dependencies = [
 6897 "bytemuck",
 6898 "dyn-stack 0.10.0",
 6899 "half",
 6900 "num-complex",
 6901 "num-traits",
 6902 "once_cell",
 6903 "paste",
 6904 "pulp 0.18.22",
 6905 "raw-cpuid 10.7.0",
 6906 "rayon",
 6907 "seq-macro",
 6908 "sysctl 0.5.5",
 6909]
 6910
 6911[[package]]
 6912name = "gemm-common"
 6913version = "0.18.2"
 6914source = "registry+https://github.com/rust-lang/crates.io-index"
 6915checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6916dependencies = [
 6917 "bytemuck",
 6918 "dyn-stack 0.13.2",
 6919 "half",
 6920 "libm",
 6921 "num-complex",
 6922 "num-traits",
 6923 "once_cell",
 6924 "paste",
 6925 "pulp 0.21.5",
 6926 "raw-cpuid 11.6.0",
 6927 "rayon",
 6928 "seq-macro",
 6929 "sysctl 0.6.0",
 6930]
 6931
 6932[[package]]
 6933name = "gemm-f16"
 6934version = "0.17.1"
 6935source = "registry+https://github.com/rust-lang/crates.io-index"
 6936checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6937dependencies = [
 6938 "dyn-stack 0.10.0",
 6939 "gemm-common 0.17.1",
 6940 "gemm-f32 0.17.1",
 6941 "half",
 6942 "num-complex",
 6943 "num-traits",
 6944 "paste",
 6945 "raw-cpuid 10.7.0",
 6946 "rayon",
 6947 "seq-macro",
 6948]
 6949
 6950[[package]]
 6951name = "gemm-f16"
 6952version = "0.18.2"
 6953source = "registry+https://github.com/rust-lang/crates.io-index"
 6954checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6955dependencies = [
 6956 "dyn-stack 0.13.2",
 6957 "gemm-common 0.18.2",
 6958 "gemm-f32 0.18.2",
 6959 "half",
 6960 "num-complex",
 6961 "num-traits",
 6962 "paste",
 6963 "raw-cpuid 11.6.0",
 6964 "rayon",
 6965 "seq-macro",
 6966]
 6967
 6968[[package]]
 6969name = "gemm-f32"
 6970version = "0.17.1"
 6971source = "registry+https://github.com/rust-lang/crates.io-index"
 6972checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6973dependencies = [
 6974 "dyn-stack 0.10.0",
 6975 "gemm-common 0.17.1",
 6976 "num-complex",
 6977 "num-traits",
 6978 "paste",
 6979 "raw-cpuid 10.7.0",
 6980 "seq-macro",
 6981]
 6982
 6983[[package]]
 6984name = "gemm-f32"
 6985version = "0.18.2"
 6986source = "registry+https://github.com/rust-lang/crates.io-index"
 6987checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6988dependencies = [
 6989 "dyn-stack 0.13.2",
 6990 "gemm-common 0.18.2",
 6991 "num-complex",
 6992 "num-traits",
 6993 "paste",
 6994 "raw-cpuid 11.6.0",
 6995 "seq-macro",
 6996]
 6997
 6998[[package]]
 6999name = "gemm-f64"
 7000version = "0.17.1"
 7001source = "registry+https://github.com/rust-lang/crates.io-index"
 7002checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7003dependencies = [
 7004 "dyn-stack 0.10.0",
 7005 "gemm-common 0.17.1",
 7006 "num-complex",
 7007 "num-traits",
 7008 "paste",
 7009 "raw-cpuid 10.7.0",
 7010 "seq-macro",
 7011]
 7012
 7013[[package]]
 7014name = "gemm-f64"
 7015version = "0.18.2"
 7016source = "registry+https://github.com/rust-lang/crates.io-index"
 7017checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7018dependencies = [
 7019 "dyn-stack 0.13.2",
 7020 "gemm-common 0.18.2",
 7021 "num-complex",
 7022 "num-traits",
 7023 "paste",
 7024 "raw-cpuid 11.6.0",
 7025 "seq-macro",
 7026]
 7027
 7028[[package]]
 7029name = "generator"
 7030version = "0.8.7"
 7031source = "registry+https://github.com/rust-lang/crates.io-index"
 7032checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7033dependencies = [
 7034 "cc",
 7035 "cfg-if",
 7036 "libc",
 7037 "log",
 7038 "rustversion",
 7039 "windows 0.61.3",
 7040]
 7041
 7042[[package]]
 7043name = "generic-array"
 7044version = "0.14.7"
 7045source = "registry+https://github.com/rust-lang/crates.io-index"
 7046checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7047dependencies = [
 7048 "typenum",
 7049 "version_check",
 7050]
 7051
 7052[[package]]
 7053name = "gethostname"
 7054version = "1.1.0"
 7055source = "registry+https://github.com/rust-lang/crates.io-index"
 7056checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7057dependencies = [
 7058 "rustix 1.1.2",
 7059 "windows-link 0.2.1",
 7060]
 7061
 7062[[package]]
 7063name = "getrandom"
 7064version = "0.2.16"
 7065source = "registry+https://github.com/rust-lang/crates.io-index"
 7066checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7067dependencies = [
 7068 "cfg-if",
 7069 "js-sys",
 7070 "libc",
 7071 "wasi",
 7072 "wasm-bindgen",
 7073]
 7074
 7075[[package]]
 7076name = "getrandom"
 7077version = "0.3.4"
 7078source = "registry+https://github.com/rust-lang/crates.io-index"
 7079checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7080dependencies = [
 7081 "cfg-if",
 7082 "js-sys",
 7083 "libc",
 7084 "r-efi",
 7085 "wasip2",
 7086 "wasm-bindgen",
 7087]
 7088
 7089[[package]]
 7090name = "getrandom"
 7091version = "0.4.1"
 7092source = "registry+https://github.com/rust-lang/crates.io-index"
 7093checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7094dependencies = [
 7095 "cfg-if",
 7096 "libc",
 7097 "r-efi",
 7098 "wasip2",
 7099 "wasip3",
 7100]
 7101
 7102[[package]]
 7103name = "gh-workflow"
 7104version = "0.8.0"
 7105source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7106dependencies = [
 7107 "async-trait",
 7108 "derive_more",
 7109 "derive_setters",
 7110 "gh-workflow-macros",
 7111 "indexmap",
 7112 "merge",
 7113 "serde",
 7114 "serde_json",
 7115 "serde_yaml",
 7116 "strum_macros 0.27.2",
 7117]
 7118
 7119[[package]]
 7120name = "gh-workflow-macros"
 7121version = "0.8.0"
 7122source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7123dependencies = [
 7124 "heck 0.5.0",
 7125 "quote",
 7126 "syn 2.0.117",
 7127]
 7128
 7129[[package]]
 7130name = "gif"
 7131version = "0.13.3"
 7132source = "registry+https://github.com/rust-lang/crates.io-index"
 7133checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7134dependencies = [
 7135 "color_quant",
 7136 "weezl",
 7137]
 7138
 7139[[package]]
 7140name = "gimli"
 7141version = "0.32.3"
 7142source = "registry+https://github.com/rust-lang/crates.io-index"
 7143checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7144dependencies = [
 7145 "fallible-iterator",
 7146 "indexmap",
 7147 "stable_deref_trait",
 7148]
 7149
 7150[[package]]
 7151name = "gio-sys"
 7152version = "0.21.5"
 7153source = "registry+https://github.com/rust-lang/crates.io-index"
 7154checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7155dependencies = [
 7156 "glib-sys",
 7157 "gobject-sys",
 7158 "libc",
 7159 "system-deps 7.0.7",
 7160 "windows-sys 0.61.2",
 7161]
 7162
 7163[[package]]
 7164name = "git"
 7165version = "0.1.0"
 7166dependencies = [
 7167 "anyhow",
 7168 "askpass",
 7169 "async-trait",
 7170 "collections",
 7171 "derive_more",
 7172 "futures 0.3.32",
 7173 "git2",
 7174 "gpui",
 7175 "http_client",
 7176 "itertools 0.14.0",
 7177 "log",
 7178 "parking_lot",
 7179 "pretty_assertions",
 7180 "rand 0.9.2",
 7181 "regex",
 7182 "rope",
 7183 "schemars",
 7184 "serde",
 7185 "serde_json",
 7186 "smallvec",
 7187 "smol",
 7188 "sum_tree",
 7189 "tempfile",
 7190 "text",
 7191 "thiserror 2.0.17",
 7192 "time",
 7193 "url",
 7194 "urlencoding",
 7195 "util",
 7196 "uuid",
 7197 "ztracing",
 7198]
 7199
 7200[[package]]
 7201name = "git2"
 7202version = "0.20.4"
 7203source = "registry+https://github.com/rust-lang/crates.io-index"
 7204checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7205dependencies = [
 7206 "bitflags 2.10.0",
 7207 "libc",
 7208 "libgit2-sys",
 7209 "log",
 7210 "url",
 7211]
 7212
 7213[[package]]
 7214name = "git_graph"
 7215version = "0.1.0"
 7216dependencies = [
 7217 "anyhow",
 7218 "collections",
 7219 "db",
 7220 "editor",
 7221 "fs",
 7222 "git",
 7223 "git_ui",
 7224 "gpui",
 7225 "language",
 7226 "menu",
 7227 "project",
 7228 "rand 0.9.2",
 7229 "remote_connection",
 7230 "search",
 7231 "serde_json",
 7232 "settings",
 7233 "smallvec",
 7234 "smol",
 7235 "theme",
 7236 "theme_settings",
 7237 "time",
 7238 "ui",
 7239 "workspace",
 7240]
 7241
 7242[[package]]
 7243name = "git_hosting_providers"
 7244version = "0.1.0"
 7245dependencies = [
 7246 "anyhow",
 7247 "async-trait",
 7248 "futures 0.3.32",
 7249 "git",
 7250 "gpui",
 7251 "http_client",
 7252 "indoc",
 7253 "itertools 0.14.0",
 7254 "pretty_assertions",
 7255 "regex",
 7256 "serde",
 7257 "serde_json",
 7258 "settings",
 7259 "url",
 7260 "urlencoding",
 7261 "util",
 7262]
 7263
 7264[[package]]
 7265name = "git_ui"
 7266version = "0.1.0"
 7267dependencies = [
 7268 "agent_settings",
 7269 "alacritty_terminal",
 7270 "anyhow",
 7271 "askpass",
 7272 "buffer_diff",
 7273 "call",
 7274 "collections",
 7275 "component",
 7276 "ctor",
 7277 "db",
 7278 "editor",
 7279 "file_icons",
 7280 "futures 0.3.32",
 7281 "fuzzy",
 7282 "git",
 7283 "gpui",
 7284 "indoc",
 7285 "itertools 0.14.0",
 7286 "language",
 7287 "language_model",
 7288 "linkify",
 7289 "log",
 7290 "markdown",
 7291 "menu",
 7292 "multi_buffer",
 7293 "notifications",
 7294 "panel",
 7295 "picker",
 7296 "pretty_assertions",
 7297 "project",
 7298 "prompt_store",
 7299 "proto",
 7300 "rand 0.9.2",
 7301 "remote",
 7302 "remote_connection",
 7303 "schemars",
 7304 "serde",
 7305 "serde_json",
 7306 "settings",
 7307 "smallvec",
 7308 "smol",
 7309 "strum 0.27.2",
 7310 "telemetry",
 7311 "theme",
 7312 "theme_settings",
 7313 "time",
 7314 "time_format",
 7315 "tracing",
 7316 "ui",
 7317 "ui_input",
 7318 "unindent",
 7319 "util",
 7320 "watch",
 7321 "windows 0.61.3",
 7322 "workspace",
 7323 "zed_actions",
 7324 "zeroize",
 7325 "zlog",
 7326 "ztracing",
 7327]
 7328
 7329[[package]]
 7330name = "gl_generator"
 7331version = "0.14.0"
 7332source = "registry+https://github.com/rust-lang/crates.io-index"
 7333checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7334dependencies = [
 7335 "khronos_api",
 7336 "log",
 7337 "xml-rs",
 7338]
 7339
 7340[[package]]
 7341name = "glib"
 7342version = "0.21.5"
 7343source = "registry+https://github.com/rust-lang/crates.io-index"
 7344checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7345dependencies = [
 7346 "bitflags 2.10.0",
 7347 "futures-channel",
 7348 "futures-core",
 7349 "futures-executor",
 7350 "futures-task",
 7351 "futures-util",
 7352 "gio-sys",
 7353 "glib-macros",
 7354 "glib-sys",
 7355 "gobject-sys",
 7356 "libc",
 7357 "memchr",
 7358 "smallvec",
 7359]
 7360
 7361[[package]]
 7362name = "glib-macros"
 7363version = "0.21.5"
 7364source = "registry+https://github.com/rust-lang/crates.io-index"
 7365checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7366dependencies = [
 7367 "heck 0.5.0",
 7368 "proc-macro-crate",
 7369 "proc-macro2",
 7370 "quote",
 7371 "syn 2.0.117",
 7372]
 7373
 7374[[package]]
 7375name = "glib-sys"
 7376version = "0.21.5"
 7377source = "registry+https://github.com/rust-lang/crates.io-index"
 7378checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7379dependencies = [
 7380 "libc",
 7381 "system-deps 7.0.7",
 7382]
 7383
 7384[[package]]
 7385name = "glob"
 7386version = "0.3.3"
 7387source = "registry+https://github.com/rust-lang/crates.io-index"
 7388checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7389
 7390[[package]]
 7391name = "globset"
 7392version = "0.4.17"
 7393source = "registry+https://github.com/rust-lang/crates.io-index"
 7394checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7395dependencies = [
 7396 "aho-corasick",
 7397 "bstr",
 7398 "log",
 7399 "regex-automata",
 7400 "regex-syntax",
 7401]
 7402
 7403[[package]]
 7404name = "gloo-timers"
 7405version = "0.3.0"
 7406source = "registry+https://github.com/rust-lang/crates.io-index"
 7407checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7408dependencies = [
 7409 "futures-channel",
 7410 "futures-core",
 7411 "js-sys",
 7412 "wasm-bindgen",
 7413]
 7414
 7415[[package]]
 7416name = "glow"
 7417version = "0.17.0"
 7418source = "registry+https://github.com/rust-lang/crates.io-index"
 7419checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7420dependencies = [
 7421 "js-sys",
 7422 "slotmap",
 7423 "wasm-bindgen",
 7424 "web-sys",
 7425]
 7426
 7427[[package]]
 7428name = "glutin_wgl_sys"
 7429version = "0.6.1"
 7430source = "registry+https://github.com/rust-lang/crates.io-index"
 7431checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7432dependencies = [
 7433 "gl_generator",
 7434]
 7435
 7436[[package]]
 7437name = "go_to_line"
 7438version = "0.1.0"
 7439dependencies = [
 7440 "editor",
 7441 "gpui",
 7442 "indoc",
 7443 "language",
 7444 "menu",
 7445 "multi_buffer",
 7446 "project",
 7447 "rope",
 7448 "serde",
 7449 "serde_json",
 7450 "settings",
 7451 "text",
 7452 "theme",
 7453 "ui",
 7454 "util",
 7455 "workspace",
 7456]
 7457
 7458[[package]]
 7459name = "gobject-sys"
 7460version = "0.21.5"
 7461source = "registry+https://github.com/rust-lang/crates.io-index"
 7462checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7463dependencies = [
 7464 "glib-sys",
 7465 "libc",
 7466 "system-deps 7.0.7",
 7467]
 7468
 7469[[package]]
 7470name = "goblin"
 7471version = "0.9.3"
 7472source = "registry+https://github.com/rust-lang/crates.io-index"
 7473checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7474dependencies = [
 7475 "log",
 7476 "plain",
 7477 "scroll",
 7478]
 7479
 7480[[package]]
 7481name = "google_ai"
 7482version = "0.1.0"
 7483dependencies = [
 7484 "anyhow",
 7485 "futures 0.3.32",
 7486 "http_client",
 7487 "language_model_core",
 7488 "log",
 7489 "schemars",
 7490 "serde",
 7491 "serde_json",
 7492 "strum 0.27.2",
 7493 "tiktoken-rs",
 7494]
 7495
 7496[[package]]
 7497name = "gpu-allocator"
 7498version = "0.28.0"
 7499source = "registry+https://github.com/rust-lang/crates.io-index"
 7500checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7501dependencies = [
 7502 "ash",
 7503 "hashbrown 0.16.1",
 7504 "log",
 7505 "presser",
 7506 "thiserror 2.0.17",
 7507 "windows 0.62.2",
 7508]
 7509
 7510[[package]]
 7511name = "gpu-descriptor"
 7512version = "0.3.2"
 7513source = "registry+https://github.com/rust-lang/crates.io-index"
 7514checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7515dependencies = [
 7516 "bitflags 2.10.0",
 7517 "gpu-descriptor-types",
 7518 "hashbrown 0.15.5",
 7519]
 7520
 7521[[package]]
 7522name = "gpu-descriptor-types"
 7523version = "0.2.0"
 7524source = "registry+https://github.com/rust-lang/crates.io-index"
 7525checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7526dependencies = [
 7527 "bitflags 2.10.0",
 7528]
 7529
 7530[[package]]
 7531name = "gpui"
 7532version = "0.2.2"
 7533dependencies = [
 7534 "anyhow",
 7535 "async-channel 2.5.0",
 7536 "async-task",
 7537 "backtrace",
 7538 "bindgen 0.71.1",
 7539 "bitflags 2.10.0",
 7540 "block",
 7541 "cbindgen",
 7542 "chrono",
 7543 "cocoa 0.26.0",
 7544 "cocoa-foundation 0.2.0",
 7545 "collections",
 7546 "core-foundation 0.10.0",
 7547 "core-foundation-sys",
 7548 "core-graphics 0.24.0",
 7549 "core-text",
 7550 "core-video",
 7551 "ctor",
 7552 "derive_more",
 7553 "embed-resource",
 7554 "env_logger 0.11.8",
 7555 "etagere",
 7556 "foreign-types 0.5.0",
 7557 "futures 0.3.32",
 7558 "futures-concurrency",
 7559 "getrandom 0.3.4",
 7560 "gpui_macros",
 7561 "gpui_platform",
 7562 "gpui_shared_string",
 7563 "gpui_util",
 7564 "gpui_web",
 7565 "http_client",
 7566 "image",
 7567 "inventory",
 7568 "itertools 0.14.0",
 7569 "log",
 7570 "lyon",
 7571 "mach2 0.5.0",
 7572 "media",
 7573 "metal",
 7574 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7575 "num_cpus",
 7576 "objc",
 7577 "objc2",
 7578 "objc2-metal",
 7579 "parking",
 7580 "parking_lot",
 7581 "pathfinder_geometry",
 7582 "pin-project",
 7583 "pollster 0.4.0",
 7584 "postage",
 7585 "profiling",
 7586 "proptest",
 7587 "rand 0.9.2",
 7588 "raw-window-handle",
 7589 "refineable",
 7590 "regex",
 7591 "reqwest_client",
 7592 "resvg",
 7593 "scheduler",
 7594 "schemars",
 7595 "seahash",
 7596 "serde",
 7597 "serde_json",
 7598 "slotmap",
 7599 "smallvec",
 7600 "spin 0.10.0",
 7601 "stacksafe",
 7602 "strum 0.27.2",
 7603 "sum_tree",
 7604 "taffy",
 7605 "thiserror 2.0.17",
 7606 "ttf-parser 0.25.1",
 7607 "unicode-segmentation",
 7608 "url",
 7609 "usvg",
 7610 "util_macros",
 7611 "uuid",
 7612 "waker-fn",
 7613 "wasm-bindgen",
 7614 "web-time",
 7615 "windows 0.61.3",
 7616 "zed-font-kit",
 7617 "zed-scap",
 7618]
 7619
 7620[[package]]
 7621name = "gpui_linux"
 7622version = "0.1.0"
 7623dependencies = [
 7624 "anyhow",
 7625 "as-raw-xcb-connection",
 7626 "ashpd",
 7627 "bitflags 2.10.0",
 7628 "bytemuck",
 7629 "calloop",
 7630 "calloop-wayland-source",
 7631 "collections",
 7632 "filedescriptor",
 7633 "futures 0.3.32",
 7634 "gpui",
 7635 "gpui_wgpu",
 7636 "http_client",
 7637 "itertools 0.14.0",
 7638 "libc",
 7639 "log",
 7640 "oo7",
 7641 "open",
 7642 "parking_lot",
 7643 "pathfinder_geometry",
 7644 "pollster 0.4.0",
 7645 "profiling",
 7646 "raw-window-handle",
 7647 "smallvec",
 7648 "smol",
 7649 "strum 0.27.2",
 7650 "swash",
 7651 "url",
 7652 "util",
 7653 "uuid",
 7654 "wayland-backend",
 7655 "wayland-client",
 7656 "wayland-cursor",
 7657 "wayland-protocols",
 7658 "wayland-protocols-plasma",
 7659 "wayland-protocols-wlr",
 7660 "x11-clipboard",
 7661 "x11rb",
 7662 "xkbcommon",
 7663 "zed-scap",
 7664 "zed-xim",
 7665]
 7666
 7667[[package]]
 7668name = "gpui_macos"
 7669version = "0.1.0"
 7670dependencies = [
 7671 "anyhow",
 7672 "async-task",
 7673 "block",
 7674 "cbindgen",
 7675 "cocoa 0.26.0",
 7676 "collections",
 7677 "core-foundation 0.10.0",
 7678 "core-foundation-sys",
 7679 "core-graphics 0.24.0",
 7680 "core-text",
 7681 "core-video",
 7682 "ctor",
 7683 "derive_more",
 7684 "dispatch2",
 7685 "etagere",
 7686 "foreign-types 0.5.0",
 7687 "futures 0.3.32",
 7688 "gpui",
 7689 "image",
 7690 "itertools 0.14.0",
 7691 "libc",
 7692 "log",
 7693 "mach2 0.5.0",
 7694 "media",
 7695 "metal",
 7696 "objc",
 7697 "objc2-app-kit",
 7698 "parking_lot",
 7699 "pathfinder_geometry",
 7700 "raw-window-handle",
 7701 "semver",
 7702 "smallvec",
 7703 "strum 0.27.2",
 7704 "util",
 7705 "uuid",
 7706 "zed-font-kit",
 7707]
 7708
 7709[[package]]
 7710name = "gpui_macros"
 7711version = "0.1.0"
 7712dependencies = [
 7713 "gpui",
 7714 "heck 0.5.0",
 7715 "proc-macro2",
 7716 "quote",
 7717 "syn 2.0.117",
 7718]
 7719
 7720[[package]]
 7721name = "gpui_platform"
 7722version = "0.1.0"
 7723dependencies = [
 7724 "console_error_panic_hook",
 7725 "gpui",
 7726 "gpui_linux",
 7727 "gpui_macos",
 7728 "gpui_web",
 7729 "gpui_windows",
 7730]
 7731
 7732[[package]]
 7733name = "gpui_shared_string"
 7734version = "0.1.0"
 7735dependencies = [
 7736 "derive_more",
 7737 "gpui_util",
 7738 "schemars",
 7739 "serde",
 7740]
 7741
 7742[[package]]
 7743name = "gpui_tokio"
 7744version = "0.1.0"
 7745dependencies = [
 7746 "anyhow",
 7747 "gpui",
 7748 "tokio",
 7749 "util",
 7750]
 7751
 7752[[package]]
 7753name = "gpui_util"
 7754version = "0.1.0"
 7755dependencies = [
 7756 "anyhow",
 7757 "log",
 7758]
 7759
 7760[[package]]
 7761name = "gpui_web"
 7762version = "0.1.0"
 7763dependencies = [
 7764 "anyhow",
 7765 "console_error_panic_hook",
 7766 "futures 0.3.32",
 7767 "gpui",
 7768 "gpui_wgpu",
 7769 "http_client",
 7770 "js-sys",
 7771 "log",
 7772 "parking_lot",
 7773 "raw-window-handle",
 7774 "smallvec",
 7775 "uuid",
 7776 "wasm-bindgen",
 7777 "wasm-bindgen-futures",
 7778 "wasm_thread",
 7779 "web-sys",
 7780 "web-time",
 7781]
 7782
 7783[[package]]
 7784name = "gpui_wgpu"
 7785version = "0.1.0"
 7786dependencies = [
 7787 "anyhow",
 7788 "bytemuck",
 7789 "collections",
 7790 "cosmic-text",
 7791 "etagere",
 7792 "gpui",
 7793 "gpui_util",
 7794 "itertools 0.14.0",
 7795 "js-sys",
 7796 "log",
 7797 "parking_lot",
 7798 "pollster 0.4.0",
 7799 "profiling",
 7800 "raw-window-handle",
 7801 "smallvec",
 7802 "swash",
 7803 "wasm-bindgen",
 7804 "wasm-bindgen-futures",
 7805 "web-sys",
 7806 "wgpu",
 7807 "zed-font-kit",
 7808]
 7809
 7810[[package]]
 7811name = "gpui_windows"
 7812version = "0.1.0"
 7813dependencies = [
 7814 "anyhow",
 7815 "collections",
 7816 "etagere",
 7817 "futures 0.3.32",
 7818 "gpui",
 7819 "image",
 7820 "itertools 0.14.0",
 7821 "log",
 7822 "parking_lot",
 7823 "rand 0.9.2",
 7824 "raw-window-handle",
 7825 "smallvec",
 7826 "util",
 7827 "uuid",
 7828 "windows 0.61.3",
 7829 "windows-core 0.61.2",
 7830 "windows-numerics 0.2.0",
 7831 "windows-registry 0.5.3",
 7832 "zed-scap",
 7833]
 7834
 7835[[package]]
 7836name = "grammars"
 7837version = "0.1.0"
 7838dependencies = [
 7839 "anyhow",
 7840 "language_core",
 7841 "rust-embed",
 7842 "toml 0.8.23",
 7843 "tree-sitter",
 7844 "tree-sitter-bash",
 7845 "tree-sitter-c",
 7846 "tree-sitter-cpp",
 7847 "tree-sitter-css",
 7848 "tree-sitter-diff",
 7849 "tree-sitter-gitcommit",
 7850 "tree-sitter-go",
 7851 "tree-sitter-gomod",
 7852 "tree-sitter-gowork",
 7853 "tree-sitter-jsdoc",
 7854 "tree-sitter-json",
 7855 "tree-sitter-md",
 7856 "tree-sitter-python",
 7857 "tree-sitter-regex",
 7858 "tree-sitter-rust",
 7859 "tree-sitter-typescript",
 7860 "tree-sitter-yaml",
 7861 "util",
 7862]
 7863
 7864[[package]]
 7865name = "grid"
 7866version = "0.18.0"
 7867source = "registry+https://github.com/rust-lang/crates.io-index"
 7868checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7869
 7870[[package]]
 7871name = "group"
 7872version = "0.12.1"
 7873source = "registry+https://github.com/rust-lang/crates.io-index"
 7874checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7875dependencies = [
 7876 "ff",
 7877 "rand_core 0.6.4",
 7878 "subtle",
 7879]
 7880
 7881[[package]]
 7882name = "h2"
 7883version = "0.3.27"
 7884source = "registry+https://github.com/rust-lang/crates.io-index"
 7885checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7886dependencies = [
 7887 "bytes 1.11.1",
 7888 "fnv",
 7889 "futures-core",
 7890 "futures-sink",
 7891 "futures-util",
 7892 "http 0.2.12",
 7893 "indexmap",
 7894 "slab",
 7895 "tokio",
 7896 "tokio-util",
 7897 "tracing",
 7898]
 7899
 7900[[package]]
 7901name = "h2"
 7902version = "0.4.12"
 7903source = "registry+https://github.com/rust-lang/crates.io-index"
 7904checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7905dependencies = [
 7906 "atomic-waker",
 7907 "bytes 1.11.1",
 7908 "fnv",
 7909 "futures-core",
 7910 "futures-sink",
 7911 "http 1.3.1",
 7912 "indexmap",
 7913 "slab",
 7914 "tokio",
 7915 "tokio-util",
 7916 "tracing",
 7917]
 7918
 7919[[package]]
 7920name = "half"
 7921version = "2.7.1"
 7922source = "registry+https://github.com/rust-lang/crates.io-index"
 7923checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7924dependencies = [
 7925 "bytemuck",
 7926 "cfg-if",
 7927 "crunchy",
 7928 "num-traits",
 7929 "rand 0.9.2",
 7930 "rand_distr",
 7931 "zerocopy",
 7932]
 7933
 7934[[package]]
 7935name = "handlebars"
 7936version = "4.5.0"
 7937source = "registry+https://github.com/rust-lang/crates.io-index"
 7938checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7939dependencies = [
 7940 "log",
 7941 "pest",
 7942 "pest_derive",
 7943 "rust-embed",
 7944 "serde",
 7945 "serde_json",
 7946 "thiserror 1.0.69",
 7947]
 7948
 7949[[package]]
 7950name = "handlebars"
 7951version = "5.1.2"
 7952source = "registry+https://github.com/rust-lang/crates.io-index"
 7953checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7954dependencies = [
 7955 "log",
 7956 "pest",
 7957 "pest_derive",
 7958 "serde",
 7959 "serde_json",
 7960 "thiserror 1.0.69",
 7961]
 7962
 7963[[package]]
 7964name = "harfrust"
 7965version = "0.5.0"
 7966source = "registry+https://github.com/rust-lang/crates.io-index"
 7967checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7968dependencies = [
 7969 "bitflags 2.10.0",
 7970 "bytemuck",
 7971 "core_maths",
 7972 "read-fonts 0.37.0",
 7973 "smallvec",
 7974]
 7975
 7976[[package]]
 7977name = "hash32"
 7978version = "0.3.1"
 7979source = "registry+https://github.com/rust-lang/crates.io-index"
 7980checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7981dependencies = [
 7982 "byteorder",
 7983]
 7984
 7985[[package]]
 7986name = "hashbrown"
 7987version = "0.12.3"
 7988source = "registry+https://github.com/rust-lang/crates.io-index"
 7989checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7990dependencies = [
 7991 "ahash 0.7.8",
 7992]
 7993
 7994[[package]]
 7995name = "hashbrown"
 7996version = "0.14.5"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7999dependencies = [
 8000 "ahash 0.8.12",
 8001 "allocator-api2",
 8002]
 8003
 8004[[package]]
 8005name = "hashbrown"
 8006version = "0.15.5"
 8007source = "registry+https://github.com/rust-lang/crates.io-index"
 8008checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8009dependencies = [
 8010 "allocator-api2",
 8011 "equivalent",
 8012 "foldhash 0.1.5",
 8013 "serde",
 8014]
 8015
 8016[[package]]
 8017name = "hashbrown"
 8018version = "0.16.1"
 8019source = "registry+https://github.com/rust-lang/crates.io-index"
 8020checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8021dependencies = [
 8022 "allocator-api2",
 8023 "equivalent",
 8024 "foldhash 0.2.0",
 8025]
 8026
 8027[[package]]
 8028name = "hashlink"
 8029version = "0.8.4"
 8030source = "registry+https://github.com/rust-lang/crates.io-index"
 8031checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8032dependencies = [
 8033 "hashbrown 0.14.5",
 8034]
 8035
 8036[[package]]
 8037name = "hashlink"
 8038version = "0.10.0"
 8039source = "registry+https://github.com/rust-lang/crates.io-index"
 8040checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8041dependencies = [
 8042 "hashbrown 0.15.5",
 8043]
 8044
 8045[[package]]
 8046name = "headers"
 8047version = "0.3.9"
 8048source = "registry+https://github.com/rust-lang/crates.io-index"
 8049checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8050dependencies = [
 8051 "base64 0.21.7",
 8052 "bytes 1.11.1",
 8053 "headers-core",
 8054 "http 0.2.12",
 8055 "httpdate",
 8056 "mime",
 8057 "sha1",
 8058]
 8059
 8060[[package]]
 8061name = "headers-core"
 8062version = "0.2.0"
 8063source = "registry+https://github.com/rust-lang/crates.io-index"
 8064checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8065dependencies = [
 8066 "http 0.2.12",
 8067]
 8068
 8069[[package]]
 8070name = "heapless"
 8071version = "0.9.2"
 8072source = "registry+https://github.com/rust-lang/crates.io-index"
 8073checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8074dependencies = [
 8075 "hash32",
 8076 "stable_deref_trait",
 8077]
 8078
 8079[[package]]
 8080name = "heck"
 8081version = "0.3.3"
 8082source = "registry+https://github.com/rust-lang/crates.io-index"
 8083checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8084dependencies = [
 8085 "unicode-segmentation",
 8086]
 8087
 8088[[package]]
 8089name = "heck"
 8090version = "0.4.1"
 8091source = "registry+https://github.com/rust-lang/crates.io-index"
 8092checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8093dependencies = [
 8094 "unicode-segmentation",
 8095]
 8096
 8097[[package]]
 8098name = "heck"
 8099version = "0.5.0"
 8100source = "registry+https://github.com/rust-lang/crates.io-index"
 8101checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8102
 8103[[package]]
 8104name = "heed"
 8105version = "0.21.0"
 8106source = "registry+https://github.com/rust-lang/crates.io-index"
 8107checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8108dependencies = [
 8109 "bitflags 2.10.0",
 8110 "byteorder",
 8111 "heed-traits",
 8112 "heed-types",
 8113 "libc",
 8114 "lmdb-master-sys",
 8115 "once_cell",
 8116 "page_size",
 8117 "serde",
 8118 "synchronoise",
 8119 "url",
 8120]
 8121
 8122[[package]]
 8123name = "heed-traits"
 8124version = "0.20.0"
 8125source = "registry+https://github.com/rust-lang/crates.io-index"
 8126checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8127
 8128[[package]]
 8129name = "heed-types"
 8130version = "0.21.0"
 8131source = "registry+https://github.com/rust-lang/crates.io-index"
 8132checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8133dependencies = [
 8134 "bincode",
 8135 "byteorder",
 8136 "heed-traits",
 8137 "serde",
 8138 "serde_json",
 8139]
 8140
 8141[[package]]
 8142name = "hermit-abi"
 8143version = "0.5.2"
 8144source = "registry+https://github.com/rust-lang/crates.io-index"
 8145checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8146
 8147[[package]]
 8148name = "hex"
 8149version = "0.4.3"
 8150source = "registry+https://github.com/rust-lang/crates.io-index"
 8151checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8152
 8153[[package]]
 8154name = "hexf-parse"
 8155version = "0.2.1"
 8156source = "registry+https://github.com/rust-lang/crates.io-index"
 8157checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8158
 8159[[package]]
 8160name = "hkdf"
 8161version = "0.12.4"
 8162source = "registry+https://github.com/rust-lang/crates.io-index"
 8163checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8164dependencies = [
 8165 "hmac",
 8166]
 8167
 8168[[package]]
 8169name = "hmac"
 8170version = "0.12.1"
 8171source = "registry+https://github.com/rust-lang/crates.io-index"
 8172checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8173dependencies = [
 8174 "digest",
 8175]
 8176
 8177[[package]]
 8178name = "home"
 8179version = "0.5.11"
 8180source = "registry+https://github.com/rust-lang/crates.io-index"
 8181checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8182dependencies = [
 8183 "windows-sys 0.59.0",
 8184]
 8185
 8186[[package]]
 8187name = "hound"
 8188version = "3.5.1"
 8189source = "registry+https://github.com/rust-lang/crates.io-index"
 8190checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8191
 8192[[package]]
 8193name = "html5ever"
 8194version = "0.27.0"
 8195source = "registry+https://github.com/rust-lang/crates.io-index"
 8196checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8197dependencies = [
 8198 "log",
 8199 "mac",
 8200 "markup5ever 0.12.1",
 8201 "proc-macro2",
 8202 "quote",
 8203 "syn 2.0.117",
 8204]
 8205
 8206[[package]]
 8207name = "html5ever"
 8208version = "0.35.0"
 8209source = "registry+https://github.com/rust-lang/crates.io-index"
 8210checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8211dependencies = [
 8212 "log",
 8213 "markup5ever 0.35.0",
 8214 "match_token",
 8215]
 8216
 8217[[package]]
 8218name = "html_to_markdown"
 8219version = "0.1.0"
 8220dependencies = [
 8221 "anyhow",
 8222 "html5ever 0.27.0",
 8223 "indoc",
 8224 "markup5ever_rcdom",
 8225 "pretty_assertions",
 8226 "regex",
 8227]
 8228
 8229[[package]]
 8230name = "http"
 8231version = "0.2.12"
 8232source = "registry+https://github.com/rust-lang/crates.io-index"
 8233checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8234dependencies = [
 8235 "bytes 1.11.1",
 8236 "fnv",
 8237 "itoa",
 8238]
 8239
 8240[[package]]
 8241name = "http"
 8242version = "1.3.1"
 8243source = "registry+https://github.com/rust-lang/crates.io-index"
 8244checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8245dependencies = [
 8246 "bytes 1.11.1",
 8247 "fnv",
 8248 "itoa",
 8249]
 8250
 8251[[package]]
 8252name = "http-body"
 8253version = "0.4.6"
 8254source = "registry+https://github.com/rust-lang/crates.io-index"
 8255checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8256dependencies = [
 8257 "bytes 1.11.1",
 8258 "http 0.2.12",
 8259 "pin-project-lite",
 8260]
 8261
 8262[[package]]
 8263name = "http-body"
 8264version = "1.0.1"
 8265source = "registry+https://github.com/rust-lang/crates.io-index"
 8266checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8267dependencies = [
 8268 "bytes 1.11.1",
 8269 "http 1.3.1",
 8270]
 8271
 8272[[package]]
 8273name = "http-body-util"
 8274version = "0.1.3"
 8275source = "registry+https://github.com/rust-lang/crates.io-index"
 8276checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8277dependencies = [
 8278 "bytes 1.11.1",
 8279 "futures-core",
 8280 "http 1.3.1",
 8281 "http-body 1.0.1",
 8282 "pin-project-lite",
 8283]
 8284
 8285[[package]]
 8286name = "http-range-header"
 8287version = "0.3.1"
 8288source = "registry+https://github.com/rust-lang/crates.io-index"
 8289checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8290
 8291[[package]]
 8292name = "http_client"
 8293version = "0.1.0"
 8294dependencies = [
 8295 "anyhow",
 8296 "async-compression",
 8297 "async-fs",
 8298 "async-tar",
 8299 "bytes 1.11.1",
 8300 "derive_more",
 8301 "futures 0.3.32",
 8302 "http 1.3.1",
 8303 "http-body 1.0.1",
 8304 "log",
 8305 "parking_lot",
 8306 "serde",
 8307 "serde_json",
 8308 "serde_urlencoded",
 8309 "sha2",
 8310 "tempfile",
 8311 "url",
 8312 "util",
 8313]
 8314
 8315[[package]]
 8316name = "http_client_tls"
 8317version = "0.1.0"
 8318dependencies = [
 8319 "rustls 0.23.33",
 8320 "rustls-platform-verifier",
 8321]
 8322
 8323[[package]]
 8324name = "httparse"
 8325version = "1.10.1"
 8326source = "registry+https://github.com/rust-lang/crates.io-index"
 8327checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8328
 8329[[package]]
 8330name = "httpdate"
 8331version = "1.0.3"
 8332source = "registry+https://github.com/rust-lang/crates.io-index"
 8333checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8334
 8335[[package]]
 8336name = "human_bytes"
 8337version = "0.4.3"
 8338source = "registry+https://github.com/rust-lang/crates.io-index"
 8339checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8340
 8341[[package]]
 8342name = "humantime"
 8343version = "2.3.0"
 8344source = "registry+https://github.com/rust-lang/crates.io-index"
 8345checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8346
 8347[[package]]
 8348name = "hyper"
 8349version = "0.14.32"
 8350source = "registry+https://github.com/rust-lang/crates.io-index"
 8351checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8352dependencies = [
 8353 "bytes 1.11.1",
 8354 "futures-channel",
 8355 "futures-core",
 8356 "futures-util",
 8357 "h2 0.3.27",
 8358 "http 0.2.12",
 8359 "http-body 0.4.6",
 8360 "httparse",
 8361 "httpdate",
 8362 "itoa",
 8363 "pin-project-lite",
 8364 "socket2 0.5.10",
 8365 "tokio",
 8366 "tower-service",
 8367 "tracing",
 8368 "want",
 8369]
 8370
 8371[[package]]
 8372name = "hyper"
 8373version = "1.7.0"
 8374source = "registry+https://github.com/rust-lang/crates.io-index"
 8375checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8376dependencies = [
 8377 "atomic-waker",
 8378 "bytes 1.11.1",
 8379 "futures-channel",
 8380 "futures-core",
 8381 "h2 0.4.12",
 8382 "http 1.3.1",
 8383 "http-body 1.0.1",
 8384 "httparse",
 8385 "itoa",
 8386 "pin-project-lite",
 8387 "pin-utils",
 8388 "smallvec",
 8389 "tokio",
 8390 "want",
 8391]
 8392
 8393[[package]]
 8394name = "hyper-rustls"
 8395version = "0.24.2"
 8396source = "registry+https://github.com/rust-lang/crates.io-index"
 8397checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8398dependencies = [
 8399 "futures-util",
 8400 "http 0.2.12",
 8401 "hyper 0.14.32",
 8402 "log",
 8403 "rustls 0.21.12",
 8404 "rustls-native-certs 0.6.3",
 8405 "tokio",
 8406 "tokio-rustls 0.24.1",
 8407]
 8408
 8409[[package]]
 8410name = "hyper-rustls"
 8411version = "0.27.7"
 8412source = "registry+https://github.com/rust-lang/crates.io-index"
 8413checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8414dependencies = [
 8415 "http 1.3.1",
 8416 "hyper 1.7.0",
 8417 "hyper-util",
 8418 "log",
 8419 "rustls 0.23.33",
 8420 "rustls-native-certs 0.8.2",
 8421 "rustls-pki-types",
 8422 "tokio",
 8423 "tokio-rustls 0.26.2",
 8424 "tower-service",
 8425]
 8426
 8427[[package]]
 8428name = "hyper-timeout"
 8429version = "0.5.2"
 8430source = "registry+https://github.com/rust-lang/crates.io-index"
 8431checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8432dependencies = [
 8433 "hyper 1.7.0",
 8434 "hyper-util",
 8435 "pin-project-lite",
 8436 "tokio",
 8437 "tower-service",
 8438]
 8439
 8440[[package]]
 8441name = "hyper-tls"
 8442version = "0.5.0"
 8443source = "registry+https://github.com/rust-lang/crates.io-index"
 8444checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8445dependencies = [
 8446 "bytes 1.11.1",
 8447 "hyper 0.14.32",
 8448 "native-tls",
 8449 "tokio",
 8450 "tokio-native-tls",
 8451]
 8452
 8453[[package]]
 8454name = "hyper-util"
 8455version = "0.1.17"
 8456source = "registry+https://github.com/rust-lang/crates.io-index"
 8457checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8458dependencies = [
 8459 "base64 0.22.1",
 8460 "bytes 1.11.1",
 8461 "futures-channel",
 8462 "futures-core",
 8463 "futures-util",
 8464 "http 1.3.1",
 8465 "http-body 1.0.1",
 8466 "hyper 1.7.0",
 8467 "ipnet",
 8468 "libc",
 8469 "percent-encoding",
 8470 "pin-project-lite",
 8471 "socket2 0.6.1",
 8472 "tokio",
 8473 "tower-service",
 8474 "tracing",
 8475]
 8476
 8477[[package]]
 8478name = "iana-time-zone"
 8479version = "0.1.64"
 8480source = "registry+https://github.com/rust-lang/crates.io-index"
 8481checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8482dependencies = [
 8483 "android_system_properties",
 8484 "core-foundation-sys",
 8485 "iana-time-zone-haiku",
 8486 "js-sys",
 8487 "log",
 8488 "wasm-bindgen",
 8489 "windows-core 0.62.2",
 8490]
 8491
 8492[[package]]
 8493name = "iana-time-zone-haiku"
 8494version = "0.1.2"
 8495source = "registry+https://github.com/rust-lang/crates.io-index"
 8496checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8497dependencies = [
 8498 "cc",
 8499]
 8500
 8501[[package]]
 8502name = "icons"
 8503version = "0.1.0"
 8504dependencies = [
 8505 "serde",
 8506 "strum 0.27.2",
 8507]
 8508
 8509[[package]]
 8510name = "icu_collections"
 8511version = "2.0.0"
 8512source = "registry+https://github.com/rust-lang/crates.io-index"
 8513checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8514dependencies = [
 8515 "displaydoc",
 8516 "potential_utf",
 8517 "yoke 0.8.0",
 8518 "zerofrom",
 8519 "zerovec",
 8520]
 8521
 8522[[package]]
 8523name = "icu_locale_core"
 8524version = "2.0.0"
 8525source = "registry+https://github.com/rust-lang/crates.io-index"
 8526checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8527dependencies = [
 8528 "displaydoc",
 8529 "litemap",
 8530 "tinystr",
 8531 "writeable",
 8532 "zerovec",
 8533]
 8534
 8535[[package]]
 8536name = "icu_normalizer"
 8537version = "2.0.0"
 8538source = "registry+https://github.com/rust-lang/crates.io-index"
 8539checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8540dependencies = [
 8541 "displaydoc",
 8542 "icu_collections",
 8543 "icu_normalizer_data",
 8544 "icu_properties",
 8545 "icu_provider",
 8546 "smallvec",
 8547 "zerovec",
 8548]
 8549
 8550[[package]]
 8551name = "icu_normalizer_data"
 8552version = "2.0.0"
 8553source = "registry+https://github.com/rust-lang/crates.io-index"
 8554checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8555
 8556[[package]]
 8557name = "icu_properties"
 8558version = "2.0.1"
 8559source = "registry+https://github.com/rust-lang/crates.io-index"
 8560checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8561dependencies = [
 8562 "displaydoc",
 8563 "icu_collections",
 8564 "icu_locale_core",
 8565 "icu_properties_data",
 8566 "icu_provider",
 8567 "potential_utf",
 8568 "zerotrie",
 8569 "zerovec",
 8570]
 8571
 8572[[package]]
 8573name = "icu_properties_data"
 8574version = "2.0.1"
 8575source = "registry+https://github.com/rust-lang/crates.io-index"
 8576checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8577
 8578[[package]]
 8579name = "icu_provider"
 8580version = "2.0.0"
 8581source = "registry+https://github.com/rust-lang/crates.io-index"
 8582checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8583dependencies = [
 8584 "displaydoc",
 8585 "icu_locale_core",
 8586 "stable_deref_trait",
 8587 "tinystr",
 8588 "writeable",
 8589 "yoke 0.8.0",
 8590 "zerofrom",
 8591 "zerotrie",
 8592 "zerovec",
 8593]
 8594
 8595[[package]]
 8596name = "id-arena"
 8597version = "2.2.1"
 8598source = "registry+https://github.com/rust-lang/crates.io-index"
 8599checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8600
 8601[[package]]
 8602name = "ident_case"
 8603version = "1.0.1"
 8604source = "registry+https://github.com/rust-lang/crates.io-index"
 8605checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8606
 8607[[package]]
 8608name = "idna"
 8609version = "1.1.0"
 8610source = "registry+https://github.com/rust-lang/crates.io-index"
 8611checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8612dependencies = [
 8613 "idna_adapter",
 8614 "smallvec",
 8615 "utf8_iter",
 8616]
 8617
 8618[[package]]
 8619name = "idna_adapter"
 8620version = "1.2.1"
 8621source = "registry+https://github.com/rust-lang/crates.io-index"
 8622checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8623dependencies = [
 8624 "icu_normalizer",
 8625 "icu_properties",
 8626]
 8627
 8628[[package]]
 8629name = "ignore"
 8630version = "0.4.24"
 8631source = "registry+https://github.com/rust-lang/crates.io-index"
 8632checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8633dependencies = [
 8634 "crossbeam-deque",
 8635 "globset",
 8636 "log",
 8637 "memchr",
 8638 "regex-automata",
 8639 "same-file",
 8640 "walkdir",
 8641 "winapi-util",
 8642]
 8643
 8644[[package]]
 8645name = "image"
 8646version = "0.25.8"
 8647source = "registry+https://github.com/rust-lang/crates.io-index"
 8648checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8649dependencies = [
 8650 "bytemuck",
 8651 "byteorder-lite",
 8652 "color_quant",
 8653 "exr",
 8654 "gif",
 8655 "image-webp",
 8656 "moxcms",
 8657 "num-traits",
 8658 "png 0.18.0",
 8659 "qoi",
 8660 "ravif",
 8661 "rayon",
 8662 "rgb",
 8663 "tiff",
 8664 "zune-core",
 8665 "zune-jpeg",
 8666]
 8667
 8668[[package]]
 8669name = "image-webp"
 8670version = "0.2.4"
 8671source = "registry+https://github.com/rust-lang/crates.io-index"
 8672checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8673dependencies = [
 8674 "byteorder-lite",
 8675 "quick-error 2.0.1",
 8676]
 8677
 8678[[package]]
 8679name = "image_viewer"
 8680version = "0.1.0"
 8681dependencies = [
 8682 "anyhow",
 8683 "db",
 8684 "editor",
 8685 "file_icons",
 8686 "gpui",
 8687 "language",
 8688 "log",
 8689 "project",
 8690 "serde",
 8691 "settings",
 8692 "theme_settings",
 8693 "ui",
 8694 "util",
 8695 "workspace",
 8696]
 8697
 8698[[package]]
 8699name = "imagesize"
 8700version = "0.13.0"
 8701source = "registry+https://github.com/rust-lang/crates.io-index"
 8702checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8703
 8704[[package]]
 8705name = "imara-diff"
 8706version = "0.1.8"
 8707source = "registry+https://github.com/rust-lang/crates.io-index"
 8708checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8709dependencies = [
 8710 "hashbrown 0.15.5",
 8711]
 8712
 8713[[package]]
 8714name = "imgref"
 8715version = "1.12.0"
 8716source = "registry+https://github.com/rust-lang/crates.io-index"
 8717checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8718
 8719[[package]]
 8720name = "indenter"
 8721version = "0.3.4"
 8722source = "registry+https://github.com/rust-lang/crates.io-index"
 8723checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8724
 8725[[package]]
 8726name = "indexmap"
 8727version = "2.11.4"
 8728source = "registry+https://github.com/rust-lang/crates.io-index"
 8729checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8730dependencies = [
 8731 "equivalent",
 8732 "hashbrown 0.16.1",
 8733 "serde",
 8734 "serde_core",
 8735]
 8736
 8737[[package]]
 8738name = "indoc"
 8739version = "2.0.6"
 8740source = "registry+https://github.com/rust-lang/crates.io-index"
 8741checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8742
 8743[[package]]
 8744name = "inherent"
 8745version = "1.0.13"
 8746source = "registry+https://github.com/rust-lang/crates.io-index"
 8747checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8748dependencies = [
 8749 "proc-macro2",
 8750 "quote",
 8751 "syn 2.0.117",
 8752]
 8753
 8754[[package]]
 8755name = "inotify"
 8756version = "0.9.6"
 8757source = "registry+https://github.com/rust-lang/crates.io-index"
 8758checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8759dependencies = [
 8760 "bitflags 1.3.2",
 8761 "inotify-sys",
 8762 "libc",
 8763]
 8764
 8765[[package]]
 8766name = "inotify"
 8767version = "0.11.0"
 8768source = "registry+https://github.com/rust-lang/crates.io-index"
 8769checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8770dependencies = [
 8771 "bitflags 2.10.0",
 8772 "inotify-sys",
 8773 "libc",
 8774]
 8775
 8776[[package]]
 8777name = "inotify-sys"
 8778version = "0.1.5"
 8779source = "registry+https://github.com/rust-lang/crates.io-index"
 8780checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8781dependencies = [
 8782 "libc",
 8783]
 8784
 8785[[package]]
 8786name = "inout"
 8787version = "0.1.4"
 8788source = "registry+https://github.com/rust-lang/crates.io-index"
 8789checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8790dependencies = [
 8791 "block-padding",
 8792 "generic-array",
 8793]
 8794
 8795[[package]]
 8796name = "inspector_ui"
 8797version = "0.1.0"
 8798dependencies = [
 8799 "anyhow",
 8800 "command_palette_hooks",
 8801 "editor",
 8802 "fuzzy",
 8803 "gpui",
 8804 "language",
 8805 "project",
 8806 "serde_json",
 8807 "serde_json_lenient",
 8808 "theme_settings",
 8809 "ui",
 8810 "util",
 8811 "util_macros",
 8812 "workspace",
 8813 "zed_actions",
 8814]
 8815
 8816[[package]]
 8817name = "install_cli"
 8818version = "0.1.0"
 8819dependencies = [
 8820 "anyhow",
 8821 "client",
 8822 "gpui",
 8823 "release_channel",
 8824 "smol",
 8825 "util",
 8826 "workspace",
 8827]
 8828
 8829[[package]]
 8830name = "instant"
 8831version = "0.1.13"
 8832source = "registry+https://github.com/rust-lang/crates.io-index"
 8833checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8834dependencies = [
 8835 "cfg-if",
 8836]
 8837
 8838[[package]]
 8839name = "interpolate_name"
 8840version = "0.2.4"
 8841source = "registry+https://github.com/rust-lang/crates.io-index"
 8842checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8843dependencies = [
 8844 "proc-macro2",
 8845 "quote",
 8846 "syn 2.0.117",
 8847]
 8848
 8849[[package]]
 8850name = "inventory"
 8851version = "0.3.21"
 8852source = "registry+https://github.com/rust-lang/crates.io-index"
 8853checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8854dependencies = [
 8855 "rustversion",
 8856]
 8857
 8858[[package]]
 8859name = "io-extras"
 8860version = "0.18.4"
 8861source = "registry+https://github.com/rust-lang/crates.io-index"
 8862checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8863dependencies = [
 8864 "io-lifetimes",
 8865 "windows-sys 0.59.0",
 8866]
 8867
 8868[[package]]
 8869name = "io-lifetimes"
 8870version = "2.0.4"
 8871source = "registry+https://github.com/rust-lang/crates.io-index"
 8872checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8873
 8874[[package]]
 8875name = "io-surface"
 8876version = "0.16.1"
 8877source = "registry+https://github.com/rust-lang/crates.io-index"
 8878checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8879dependencies = [
 8880 "cgl",
 8881 "core-foundation 0.10.0",
 8882 "core-foundation-sys",
 8883 "leaky-cow",
 8884]
 8885
 8886[[package]]
 8887name = "iovec"
 8888version = "0.1.4"
 8889source = "registry+https://github.com/rust-lang/crates.io-index"
 8890checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8891dependencies = [
 8892 "libc",
 8893]
 8894
 8895[[package]]
 8896name = "ipc-channel"
 8897version = "0.19.0"
 8898source = "registry+https://github.com/rust-lang/crates.io-index"
 8899checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8900dependencies = [
 8901 "bincode",
 8902 "crossbeam-channel",
 8903 "fnv",
 8904 "lazy_static",
 8905 "libc",
 8906 "mio 1.1.0",
 8907 "rand 0.8.5",
 8908 "serde",
 8909 "tempfile",
 8910 "uuid",
 8911 "windows 0.58.0",
 8912]
 8913
 8914[[package]]
 8915name = "ipnet"
 8916version = "2.11.0"
 8917source = "registry+https://github.com/rust-lang/crates.io-index"
 8918checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8919
 8920[[package]]
 8921name = "iri-string"
 8922version = "0.7.8"
 8923source = "registry+https://github.com/rust-lang/crates.io-index"
 8924checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8925dependencies = [
 8926 "memchr",
 8927 "serde",
 8928]
 8929
 8930[[package]]
 8931name = "is-docker"
 8932version = "0.2.0"
 8933source = "registry+https://github.com/rust-lang/crates.io-index"
 8934checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8935dependencies = [
 8936 "once_cell",
 8937]
 8938
 8939[[package]]
 8940name = "is-terminal"
 8941version = "0.4.16"
 8942source = "registry+https://github.com/rust-lang/crates.io-index"
 8943checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8944dependencies = [
 8945 "hermit-abi",
 8946 "libc",
 8947 "windows-sys 0.59.0",
 8948]
 8949
 8950[[package]]
 8951name = "is-wsl"
 8952version = "0.4.0"
 8953source = "registry+https://github.com/rust-lang/crates.io-index"
 8954checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8955dependencies = [
 8956 "is-docker",
 8957 "once_cell",
 8958]
 8959
 8960[[package]]
 8961name = "is_executable"
 8962version = "1.0.5"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8965dependencies = [
 8966 "windows-sys 0.60.2",
 8967]
 8968
 8969[[package]]
 8970name = "is_terminal_polyfill"
 8971version = "1.70.1"
 8972source = "registry+https://github.com/rust-lang/crates.io-index"
 8973checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8974
 8975[[package]]
 8976name = "itertools"
 8977version = "0.10.5"
 8978source = "registry+https://github.com/rust-lang/crates.io-index"
 8979checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8980dependencies = [
 8981 "either",
 8982]
 8983
 8984[[package]]
 8985name = "itertools"
 8986version = "0.11.0"
 8987source = "registry+https://github.com/rust-lang/crates.io-index"
 8988checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8989dependencies = [
 8990 "either",
 8991]
 8992
 8993[[package]]
 8994name = "itertools"
 8995version = "0.12.1"
 8996source = "registry+https://github.com/rust-lang/crates.io-index"
 8997checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8998dependencies = [
 8999 "either",
 9000]
 9001
 9002[[package]]
 9003name = "itertools"
 9004version = "0.14.0"
 9005source = "registry+https://github.com/rust-lang/crates.io-index"
 9006checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9007dependencies = [
 9008 "either",
 9009]
 9010
 9011[[package]]
 9012name = "itoa"
 9013version = "1.0.15"
 9014source = "registry+https://github.com/rust-lang/crates.io-index"
 9015checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9016
 9017[[package]]
 9018name = "jiff"
 9019version = "0.2.15"
 9020source = "registry+https://github.com/rust-lang/crates.io-index"
 9021checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9022dependencies = [
 9023 "jiff-static",
 9024 "log",
 9025 "portable-atomic",
 9026 "portable-atomic-util",
 9027 "serde",
 9028]
 9029
 9030[[package]]
 9031name = "jiff-static"
 9032version = "0.2.15"
 9033source = "registry+https://github.com/rust-lang/crates.io-index"
 9034checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9035dependencies = [
 9036 "proc-macro2",
 9037 "quote",
 9038 "syn 2.0.117",
 9039]
 9040
 9041[[package]]
 9042name = "jni"
 9043version = "0.21.1"
 9044source = "registry+https://github.com/rust-lang/crates.io-index"
 9045checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9046dependencies = [
 9047 "cesu8",
 9048 "cfg-if",
 9049 "combine",
 9050 "jni-sys",
 9051 "log",
 9052 "thiserror 1.0.69",
 9053 "walkdir",
 9054 "windows-sys 0.45.0",
 9055]
 9056
 9057[[package]]
 9058name = "jni-sys"
 9059version = "0.3.0"
 9060source = "registry+https://github.com/rust-lang/crates.io-index"
 9061checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9062
 9063[[package]]
 9064name = "jobserver"
 9065version = "0.1.34"
 9066source = "registry+https://github.com/rust-lang/crates.io-index"
 9067checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9068dependencies = [
 9069 "getrandom 0.3.4",
 9070 "libc",
 9071]
 9072
 9073[[package]]
 9074name = "journal"
 9075version = "0.1.0"
 9076dependencies = [
 9077 "anyhow",
 9078 "chrono",
 9079 "editor",
 9080 "gpui",
 9081 "log",
 9082 "serde",
 9083 "settings",
 9084 "shellexpand 2.1.2",
 9085 "workspace",
 9086]
 9087
 9088[[package]]
 9089name = "js-sys"
 9090version = "0.3.90"
 9091source = "registry+https://github.com/rust-lang/crates.io-index"
 9092checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9093dependencies = [
 9094 "once_cell",
 9095 "wasm-bindgen",
 9096]
 9097
 9098[[package]]
 9099name = "json5"
 9100version = "0.4.1"
 9101source = "registry+https://github.com/rust-lang/crates.io-index"
 9102checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9103dependencies = [
 9104 "pest",
 9105 "pest_derive",
 9106 "serde",
 9107]
 9108
 9109[[package]]
 9110name = "json_dotpath"
 9111version = "1.1.0"
 9112source = "registry+https://github.com/rust-lang/crates.io-index"
 9113checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9114dependencies = [
 9115 "serde",
 9116 "serde_derive",
 9117 "serde_json",
 9118 "thiserror 1.0.69",
 9119]
 9120
 9121[[package]]
 9122name = "json_schema_store"
 9123version = "0.1.0"
 9124dependencies = [
 9125 "anyhow",
 9126 "collections",
 9127 "dap",
 9128 "extension",
 9129 "gpui",
 9130 "language",
 9131 "parking_lot",
 9132 "paths",
 9133 "project",
 9134 "schemars",
 9135 "serde",
 9136 "serde_json",
 9137 "settings",
 9138 "snippet_provider",
 9139 "task",
 9140 "theme",
 9141 "util",
 9142]
 9143
 9144[[package]]
 9145name = "jsonschema"
 9146version = "0.37.4"
 9147source = "registry+https://github.com/rust-lang/crates.io-index"
 9148checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9149dependencies = [
 9150 "ahash 0.8.12",
 9151 "bytecount",
 9152 "data-encoding",
 9153 "email_address",
 9154 "fancy-regex 0.16.2",
 9155 "fraction",
 9156 "getrandom 0.3.4",
 9157 "idna",
 9158 "itoa",
 9159 "num-cmp",
 9160 "num-traits",
 9161 "percent-encoding",
 9162 "referencing",
 9163 "regex",
 9164 "regex-syntax",
 9165 "reqwest 0.12.24",
 9166 "serde",
 9167 "serde_json",
 9168 "unicode-general-category",
 9169 "uuid-simd",
 9170]
 9171
 9172[[package]]
 9173name = "jsonwebtoken"
 9174version = "10.3.0"
 9175source = "registry+https://github.com/rust-lang/crates.io-index"
 9176checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9177dependencies = [
 9178 "aws-lc-rs",
 9179 "base64 0.22.1",
 9180 "getrandom 0.2.16",
 9181 "js-sys",
 9182 "pem",
 9183 "serde",
 9184 "serde_json",
 9185 "signature 2.2.0",
 9186 "simple_asn1",
 9187]
 9188
 9189[[package]]
 9190name = "jupyter-protocol"
 9191version = "1.4.0"
 9192source = "registry+https://github.com/rust-lang/crates.io-index"
 9193checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9194dependencies = [
 9195 "async-trait",
 9196 "bytes 1.11.1",
 9197 "chrono",
 9198 "futures 0.3.32",
 9199 "serde",
 9200 "serde_json",
 9201 "thiserror 2.0.17",
 9202 "uuid",
 9203]
 9204
 9205[[package]]
 9206name = "jupyter-websocket-client"
 9207version = "1.0.0"
 9208source = "registry+https://github.com/rust-lang/crates.io-index"
 9209checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9210dependencies = [
 9211 "anyhow",
 9212 "async-trait",
 9213 "async-tungstenite",
 9214 "futures 0.3.32",
 9215 "jupyter-protocol",
 9216 "serde",
 9217 "serde_json",
 9218 "tokio",
 9219 "url",
 9220 "uuid",
 9221]
 9222
 9223[[package]]
 9224name = "keymap_editor"
 9225version = "0.1.0"
 9226dependencies = [
 9227 "anyhow",
 9228 "collections",
 9229 "command_palette",
 9230 "component",
 9231 "db",
 9232 "editor",
 9233 "fs",
 9234 "fuzzy",
 9235 "gpui",
 9236 "itertools 0.14.0",
 9237 "json_schema_store",
 9238 "language",
 9239 "log",
 9240 "menu",
 9241 "notifications",
 9242 "paths",
 9243 "project",
 9244 "search",
 9245 "serde",
 9246 "serde_json",
 9247 "settings",
 9248 "telemetry",
 9249 "tempfile",
 9250 "theme",
 9251 "theme_settings",
 9252 "tree-sitter-json",
 9253 "tree-sitter-rust",
 9254 "ui",
 9255 "ui_input",
 9256 "util",
 9257 "workspace",
 9258 "zed_actions",
 9259]
 9260
 9261[[package]]
 9262name = "khronos-egl"
 9263version = "6.0.0"
 9264source = "registry+https://github.com/rust-lang/crates.io-index"
 9265checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9266dependencies = [
 9267 "libc",
 9268 "libloading",
 9269 "pkg-config",
 9270]
 9271
 9272[[package]]
 9273name = "khronos_api"
 9274version = "3.1.0"
 9275source = "registry+https://github.com/rust-lang/crates.io-index"
 9276checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9277
 9278[[package]]
 9279name = "kqueue"
 9280version = "1.1.1"
 9281source = "registry+https://github.com/rust-lang/crates.io-index"
 9282checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9283dependencies = [
 9284 "kqueue-sys",
 9285 "libc",
 9286]
 9287
 9288[[package]]
 9289name = "kqueue-sys"
 9290version = "1.0.4"
 9291source = "registry+https://github.com/rust-lang/crates.io-index"
 9292checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9293dependencies = [
 9294 "bitflags 1.3.2",
 9295 "libc",
 9296]
 9297
 9298[[package]]
 9299name = "kurbo"
 9300version = "0.11.3"
 9301source = "registry+https://github.com/rust-lang/crates.io-index"
 9302checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9303dependencies = [
 9304 "arrayvec",
 9305 "euclid",
 9306 "smallvec",
 9307]
 9308
 9309[[package]]
 9310name = "kv-log-macro"
 9311version = "1.0.7"
 9312source = "registry+https://github.com/rust-lang/crates.io-index"
 9313checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9314dependencies = [
 9315 "log",
 9316]
 9317
 9318[[package]]
 9319name = "language"
 9320version = "0.1.0"
 9321dependencies = [
 9322 "anyhow",
 9323 "async-trait",
 9324 "clock",
 9325 "collections",
 9326 "criterion",
 9327 "ctor",
 9328 "diffy",
 9329 "ec4rs",
 9330 "encoding_rs",
 9331 "fs",
 9332 "futures 0.3.32",
 9333 "fuzzy",
 9334 "globset",
 9335 "gpui",
 9336 "http_client",
 9337 "imara-diff",
 9338 "indoc",
 9339 "itertools 0.14.0",
 9340 "language_core",
 9341 "log",
 9342 "lsp",
 9343 "parking_lot",
 9344 "postage",
 9345 "pretty_assertions",
 9346 "rand 0.9.2",
 9347 "regex",
 9348 "rpc",
 9349 "semver",
 9350 "serde",
 9351 "serde_json",
 9352 "settings",
 9353 "shellexpand 2.1.2",
 9354 "smallvec",
 9355 "smol",
 9356 "streaming-iterator",
 9357 "strsim",
 9358 "sum_tree",
 9359 "task",
 9360 "text",
 9361 "theme",
 9362 "theme_settings",
 9363 "toml 0.8.23",
 9364 "tracing",
 9365 "tree-sitter",
 9366 "tree-sitter-elixir",
 9367 "tree-sitter-embedded-template",
 9368 "tree-sitter-heex",
 9369 "tree-sitter-html",
 9370 "tree-sitter-json",
 9371 "tree-sitter-md",
 9372 "tree-sitter-python",
 9373 "tree-sitter-ruby",
 9374 "tree-sitter-rust",
 9375 "tree-sitter-typescript",
 9376 "unicase",
 9377 "unindent",
 9378 "util",
 9379 "watch",
 9380 "zlog",
 9381 "ztracing",
 9382]
 9383
 9384[[package]]
 9385name = "language_core"
 9386version = "0.1.0"
 9387dependencies = [
 9388 "anyhow",
 9389 "collections",
 9390 "gpui_shared_string",
 9391 "log",
 9392 "lsp",
 9393 "parking_lot",
 9394 "regex",
 9395 "schemars",
 9396 "serde",
 9397 "serde_json",
 9398 "toml 0.8.23",
 9399 "tree-sitter",
 9400 "util",
 9401]
 9402
 9403[[package]]
 9404name = "language_extension"
 9405version = "0.1.0"
 9406dependencies = [
 9407 "anyhow",
 9408 "async-trait",
 9409 "collections",
 9410 "extension",
 9411 "fs",
 9412 "futures 0.3.32",
 9413 "gpui",
 9414 "language",
 9415 "log",
 9416 "lsp",
 9417 "project",
 9418 "serde",
 9419 "serde_json",
 9420 "tracing",
 9421 "util",
 9422 "ztracing",
 9423]
 9424
 9425[[package]]
 9426name = "language_model"
 9427version = "0.1.0"
 9428dependencies = [
 9429 "anyhow",
 9430 "base64 0.22.1",
 9431 "collections",
 9432 "credentials_provider",
 9433 "env_var",
 9434 "futures 0.3.32",
 9435 "gpui",
 9436 "http_client",
 9437 "icons",
 9438 "image",
 9439 "language_model_core",
 9440 "log",
 9441 "parking_lot",
 9442 "serde",
 9443 "serde_json",
 9444 "thiserror 2.0.17",
 9445 "util",
 9446]
 9447
 9448[[package]]
 9449name = "language_model_core"
 9450version = "0.1.0"
 9451dependencies = [
 9452 "anyhow",
 9453 "cloud_llm_client",
 9454 "futures 0.3.32",
 9455 "gpui_shared_string",
 9456 "http_client",
 9457 "partial-json-fixer",
 9458 "schemars",
 9459 "serde",
 9460 "serde_json",
 9461 "smol",
 9462 "strum 0.27.2",
 9463 "thiserror 2.0.17",
 9464]
 9465
 9466[[package]]
 9467name = "language_models"
 9468version = "0.1.0"
 9469dependencies = [
 9470 "ai_onboarding",
 9471 "anthropic",
 9472 "anyhow",
 9473 "aws-config",
 9474 "aws-credential-types",
 9475 "aws_http_client",
 9476 "base64 0.22.1",
 9477 "bedrock",
 9478 "client",
 9479 "cloud_api_client",
 9480 "cloud_api_types",
 9481 "collections",
 9482 "component",
 9483 "convert_case 0.8.0",
 9484 "copilot",
 9485 "copilot_chat",
 9486 "copilot_ui",
 9487 "credentials_provider",
 9488 "deepseek",
 9489 "extension",
 9490 "extension_host",
 9491 "fs",
 9492 "futures 0.3.32",
 9493 "google_ai",
 9494 "gpui",
 9495 "gpui_tokio",
 9496 "http_client",
 9497 "language",
 9498 "language_model",
 9499 "language_models_cloud",
 9500 "lmstudio",
 9501 "log",
 9502 "menu",
 9503 "mistral",
 9504 "ollama",
 9505 "open_ai",
 9506 "open_router",
 9507 "opencode",
 9508 "pretty_assertions",
 9509 "release_channel",
 9510 "schemars",
 9511 "serde",
 9512 "serde_json",
 9513 "settings",
 9514 "smol",
 9515 "strum 0.27.2",
 9516 "tiktoken-rs",
 9517 "tokio",
 9518 "ui",
 9519 "ui_input",
 9520 "util",
 9521 "vercel",
 9522 "x_ai",
 9523]
 9524
 9525[[package]]
 9526name = "language_models_cloud"
 9527version = "0.1.0"
 9528dependencies = [
 9529 "anthropic",
 9530 "anyhow",
 9531 "cloud_llm_client",
 9532 "futures 0.3.32",
 9533 "google_ai",
 9534 "gpui",
 9535 "http_client",
 9536 "language_model",
 9537 "open_ai",
 9538 "schemars",
 9539 "semver",
 9540 "serde",
 9541 "serde_json",
 9542 "smol",
 9543 "thiserror 2.0.17",
 9544 "x_ai",
 9545]
 9546
 9547[[package]]
 9548name = "language_onboarding"
 9549version = "0.1.0"
 9550dependencies = [
 9551 "db",
 9552 "editor",
 9553 "gpui",
 9554 "project",
 9555 "ui",
 9556 "workspace",
 9557]
 9558
 9559[[package]]
 9560name = "language_selector"
 9561version = "0.1.0"
 9562dependencies = [
 9563 "anyhow",
 9564 "editor",
 9565 "file_icons",
 9566 "fuzzy",
 9567 "gpui",
 9568 "language",
 9569 "open_path_prompt",
 9570 "picker",
 9571 "project",
 9572 "serde_json",
 9573 "settings",
 9574 "ui",
 9575 "util",
 9576 "workspace",
 9577]
 9578
 9579[[package]]
 9580name = "language_tools"
 9581version = "0.1.0"
 9582dependencies = [
 9583 "anyhow",
 9584 "client",
 9585 "collections",
 9586 "command_palette_hooks",
 9587 "edit_prediction",
 9588 "editor",
 9589 "futures 0.3.32",
 9590 "gpui",
 9591 "itertools 0.14.0",
 9592 "language",
 9593 "lsp",
 9594 "menu",
 9595 "project",
 9596 "proto",
 9597 "release_channel",
 9598 "semver",
 9599 "serde_json",
 9600 "settings",
 9601 "sysinfo 0.37.2",
 9602 "telemetry",
 9603 "theme",
 9604 "theme_settings",
 9605 "tree-sitter",
 9606 "ui",
 9607 "util",
 9608 "workspace",
 9609 "zed_actions",
 9610 "zlog",
 9611]
 9612
 9613[[package]]
 9614name = "languages"
 9615version = "0.1.0"
 9616dependencies = [
 9617 "anyhow",
 9618 "async-compression",
 9619 "async-fs",
 9620 "async-tar",
 9621 "async-trait",
 9622 "chrono",
 9623 "collections",
 9624 "fs",
 9625 "futures 0.3.32",
 9626 "globset",
 9627 "gpui",
 9628 "grammars",
 9629 "http_client",
 9630 "itertools 0.14.0",
 9631 "json_schema_store",
 9632 "language",
 9633 "log",
 9634 "lsp",
 9635 "node_runtime",
 9636 "parking_lot",
 9637 "pet",
 9638 "pet-conda",
 9639 "pet-core",
 9640 "pet-fs",
 9641 "pet-poetry",
 9642 "pet-reporter",
 9643 "pet-virtualenv",
 9644 "pretty_assertions",
 9645 "project",
 9646 "regex",
 9647 "rope",
 9648 "semver",
 9649 "serde",
 9650 "serde_json",
 9651 "serde_json_lenient",
 9652 "settings",
 9653 "smallvec",
 9654 "smol",
 9655 "snippet",
 9656 "task",
 9657 "terminal",
 9658 "theme",
 9659 "tree-sitter",
 9660 "tree-sitter-bash",
 9661 "tree-sitter-c",
 9662 "tree-sitter-cpp",
 9663 "tree-sitter-css",
 9664 "tree-sitter-gitcommit",
 9665 "tree-sitter-go",
 9666 "tree-sitter-python",
 9667 "tree-sitter-rust",
 9668 "tree-sitter-typescript",
 9669 "unindent",
 9670 "url",
 9671 "util",
 9672]
 9673
 9674[[package]]
 9675name = "lazy_static"
 9676version = "1.5.0"
 9677source = "registry+https://github.com/rust-lang/crates.io-index"
 9678checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9679dependencies = [
 9680 "spin 0.9.8",
 9681]
 9682
 9683[[package]]
 9684name = "leak"
 9685version = "0.1.2"
 9686source = "registry+https://github.com/rust-lang/crates.io-index"
 9687checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9688
 9689[[package]]
 9690name = "leaky-cow"
 9691version = "0.1.1"
 9692source = "registry+https://github.com/rust-lang/crates.io-index"
 9693checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9694dependencies = [
 9695 "leak",
 9696]
 9697
 9698[[package]]
 9699name = "leb128"
 9700version = "0.2.5"
 9701source = "registry+https://github.com/rust-lang/crates.io-index"
 9702checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9703
 9704[[package]]
 9705name = "leb128fmt"
 9706version = "0.1.0"
 9707source = "registry+https://github.com/rust-lang/crates.io-index"
 9708checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9709
 9710[[package]]
 9711name = "lebe"
 9712version = "0.5.3"
 9713source = "registry+https://github.com/rust-lang/crates.io-index"
 9714checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9715
 9716[[package]]
 9717name = "libbz2-rs-sys"
 9718version = "0.2.2"
 9719source = "registry+https://github.com/rust-lang/crates.io-index"
 9720checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9721
 9722[[package]]
 9723name = "libc"
 9724version = "0.2.182"
 9725source = "registry+https://github.com/rust-lang/crates.io-index"
 9726checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9727
 9728[[package]]
 9729name = "libdbus-sys"
 9730version = "0.2.6"
 9731source = "registry+https://github.com/rust-lang/crates.io-index"
 9732checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9733dependencies = [
 9734 "cc",
 9735 "pkg-config",
 9736]
 9737
 9738[[package]]
 9739name = "libfuzzer-sys"
 9740version = "0.4.10"
 9741source = "registry+https://github.com/rust-lang/crates.io-index"
 9742checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9743dependencies = [
 9744 "arbitrary",
 9745 "cc",
 9746]
 9747
 9748[[package]]
 9749name = "libgit2-sys"
 9750version = "0.18.3+1.9.2"
 9751source = "registry+https://github.com/rust-lang/crates.io-index"
 9752checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9753dependencies = [
 9754 "cc",
 9755 "libc",
 9756 "libz-sys",
 9757 "pkg-config",
 9758]
 9759
 9760[[package]]
 9761name = "libloading"
 9762version = "0.8.9"
 9763source = "registry+https://github.com/rust-lang/crates.io-index"
 9764checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9765dependencies = [
 9766 "cfg-if",
 9767 "windows-link 0.2.1",
 9768]
 9769
 9770[[package]]
 9771name = "libm"
 9772version = "0.2.15"
 9773source = "registry+https://github.com/rust-lang/crates.io-index"
 9774checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9775
 9776[[package]]
 9777name = "libmimalloc-sys"
 9778version = "0.1.44"
 9779source = "registry+https://github.com/rust-lang/crates.io-index"
 9780checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9781dependencies = [
 9782 "cc",
 9783 "libc",
 9784]
 9785
 9786[[package]]
 9787name = "libredox"
 9788version = "0.1.10"
 9789source = "registry+https://github.com/rust-lang/crates.io-index"
 9790checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9791dependencies = [
 9792 "bitflags 2.10.0",
 9793 "libc",
 9794 "redox_syscall 0.5.18",
 9795]
 9796
 9797[[package]]
 9798name = "libsqlite3-sys"
 9799version = "0.30.1"
 9800source = "registry+https://github.com/rust-lang/crates.io-index"
 9801checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9802dependencies = [
 9803 "cc",
 9804 "pkg-config",
 9805 "vcpkg",
 9806]
 9807
 9808[[package]]
 9809name = "libwebrtc"
 9810version = "0.3.26"
 9811source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9812dependencies = [
 9813 "cxx",
 9814 "glib",
 9815 "jni",
 9816 "js-sys",
 9817 "lazy_static",
 9818 "livekit-protocol",
 9819 "livekit-runtime",
 9820 "log",
 9821 "parking_lot",
 9822 "serde",
 9823 "serde_json",
 9824 "thiserror 1.0.69",
 9825 "tokio",
 9826 "wasm-bindgen",
 9827 "wasm-bindgen-futures",
 9828 "web-sys",
 9829 "webrtc-sys",
 9830]
 9831
 9832[[package]]
 9833name = "libz-sys"
 9834version = "1.1.22"
 9835source = "registry+https://github.com/rust-lang/crates.io-index"
 9836checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9837dependencies = [
 9838 "cc",
 9839 "libc",
 9840 "pkg-config",
 9841 "vcpkg",
 9842]
 9843
 9844[[package]]
 9845name = "line_ending_selector"
 9846version = "0.1.0"
 9847dependencies = [
 9848 "editor",
 9849 "gpui",
 9850 "language",
 9851 "picker",
 9852 "project",
 9853 "ui",
 9854 "util",
 9855 "workspace",
 9856]
 9857
 9858[[package]]
 9859name = "linebender_resource_handle"
 9860version = "0.1.1"
 9861source = "registry+https://github.com/rust-lang/crates.io-index"
 9862checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9863
 9864[[package]]
 9865name = "link-cplusplus"
 9866version = "1.0.12"
 9867source = "registry+https://github.com/rust-lang/crates.io-index"
 9868checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9869dependencies = [
 9870 "cc",
 9871]
 9872
 9873[[package]]
 9874name = "linkify"
 9875version = "0.10.0"
 9876source = "registry+https://github.com/rust-lang/crates.io-index"
 9877checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9878dependencies = [
 9879 "memchr",
 9880]
 9881
 9882[[package]]
 9883name = "linux-raw-sys"
 9884version = "0.4.15"
 9885source = "registry+https://github.com/rust-lang/crates.io-index"
 9886checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9887
 9888[[package]]
 9889name = "linux-raw-sys"
 9890version = "0.11.0"
 9891source = "registry+https://github.com/rust-lang/crates.io-index"
 9892checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9893
 9894[[package]]
 9895name = "litemap"
 9896version = "0.8.0"
 9897source = "registry+https://github.com/rust-lang/crates.io-index"
 9898checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9899
 9900[[package]]
 9901name = "litrs"
 9902version = "1.0.0"
 9903source = "registry+https://github.com/rust-lang/crates.io-index"
 9904checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9905
 9906[[package]]
 9907name = "livekit"
 9908version = "0.7.32"
 9909source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9910dependencies = [
 9911 "base64 0.22.1",
 9912 "bmrng",
 9913 "bytes 1.11.1",
 9914 "chrono",
 9915 "futures-util",
 9916 "lazy_static",
 9917 "libloading",
 9918 "libwebrtc",
 9919 "livekit-api",
 9920 "livekit-protocol",
 9921 "livekit-runtime",
 9922 "log",
 9923 "parking_lot",
 9924 "prost 0.12.6",
 9925 "semver",
 9926 "serde",
 9927 "serde_json",
 9928 "thiserror 1.0.69",
 9929 "tokio",
 9930]
 9931
 9932[[package]]
 9933name = "livekit-api"
 9934version = "0.4.14"
 9935source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9936dependencies = [
 9937 "base64 0.21.7",
 9938 "futures-util",
 9939 "http 1.3.1",
 9940 "livekit-protocol",
 9941 "livekit-runtime",
 9942 "log",
 9943 "parking_lot",
 9944 "pbjson-types",
 9945 "prost 0.12.6",
 9946 "rand 0.9.2",
 9947 "reqwest 0.12.24",
 9948 "rustls-native-certs 0.6.3",
 9949 "scopeguard",
 9950 "serde",
 9951 "sha2",
 9952 "thiserror 1.0.69",
 9953 "tokio",
 9954 "tokio-rustls 0.26.2",
 9955 "tokio-tungstenite 0.28.0",
 9956 "url",
 9957]
 9958
 9959[[package]]
 9960name = "livekit-protocol"
 9961version = "0.7.1"
 9962source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9963dependencies = [
 9964 "futures-util",
 9965 "livekit-runtime",
 9966 "parking_lot",
 9967 "pbjson",
 9968 "pbjson-types",
 9969 "prost 0.12.6",
 9970 "serde",
 9971 "thiserror 1.0.69",
 9972 "tokio",
 9973]
 9974
 9975[[package]]
 9976name = "livekit-runtime"
 9977version = "0.4.0"
 9978source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9979dependencies = [
 9980 "tokio",
 9981 "tokio-stream",
 9982]
 9983
 9984[[package]]
 9985name = "livekit_api"
 9986version = "0.1.0"
 9987dependencies = [
 9988 "anyhow",
 9989 "async-trait",
 9990 "jsonwebtoken",
 9991 "log",
 9992 "prost 0.9.0",
 9993 "prost-build 0.9.0",
 9994 "prost-types 0.9.0",
 9995 "serde",
 9996 "zed-reqwest",
 9997]
 9998
 9999[[package]]
10000name = "livekit_client"
10001version = "0.1.0"
10002dependencies = [
10003 "anyhow",
10004 "async-trait",
10005 "audio",
10006 "cocoa 0.26.0",
10007 "collections",
10008 "core-foundation 0.10.0",
10009 "core-video",
10010 "coreaudio-rs 0.12.1",
10011 "cpal",
10012 "futures 0.3.32",
10013 "gpui",
10014 "gpui_platform",
10015 "gpui_tokio",
10016 "http_client_tls",
10017 "image",
10018 "libwebrtc",
10019 "livekit",
10020 "livekit_api",
10021 "log",
10022 "nanoid",
10023 "objc",
10024 "parking_lot",
10025 "postage",
10026 "rodio",
10027 "serde",
10028 "serde_json",
10029 "serde_urlencoded",
10030 "settings",
10031 "simplelog",
10032 "smallvec",
10033 "tokio",
10034 "ui",
10035 "util",
10036 "webrtc-sys",
10037 "zed-scap",
10038]
10039
10040[[package]]
10041name = "lmdb-master-sys"
10042version = "0.2.5"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10045dependencies = [
10046 "cc",
10047 "doxygen-rs",
10048 "libc",
10049]
10050
10051[[package]]
10052name = "lmstudio"
10053version = "0.1.0"
10054dependencies = [
10055 "anyhow",
10056 "futures 0.3.32",
10057 "http_client",
10058 "schemars",
10059 "serde",
10060 "serde_json",
10061]
10062
10063[[package]]
10064name = "lock_api"
10065version = "0.4.14"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10068dependencies = [
10069 "scopeguard",
10070]
10071
10072[[package]]
10073name = "log"
10074version = "0.4.29"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10077dependencies = [
10078 "serde_core",
10079 "value-bag",
10080]
10081
10082[[package]]
10083name = "loom"
10084version = "0.7.2"
10085source = "registry+https://github.com/rust-lang/crates.io-index"
10086checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10087dependencies = [
10088 "cfg-if",
10089 "generator",
10090 "scoped-tls",
10091 "tracing",
10092 "tracing-subscriber",
10093]
10094
10095[[package]]
10096name = "loop9"
10097version = "0.1.5"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10100dependencies = [
10101 "imgref",
10102]
10103
10104[[package]]
10105name = "lru"
10106version = "0.12.5"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10109dependencies = [
10110 "hashbrown 0.15.5",
10111]
10112
10113[[package]]
10114name = "lru-slab"
10115version = "0.1.2"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10118
10119[[package]]
10120name = "lsp"
10121version = "0.1.0"
10122dependencies = [
10123 "anyhow",
10124 "async-pipe",
10125 "collections",
10126 "ctor",
10127 "futures 0.3.32",
10128 "gpui",
10129 "gpui_util",
10130 "log",
10131 "lsp-types",
10132 "parking_lot",
10133 "postage",
10134 "release_channel",
10135 "schemars",
10136 "semver",
10137 "serde",
10138 "serde_json",
10139 "smol",
10140 "util",
10141 "zlog",
10142]
10143
10144[[package]]
10145name = "lsp-types"
10146version = "0.95.1"
10147source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10148dependencies = [
10149 "bitflags 1.3.2",
10150 "serde",
10151 "serde_json",
10152 "url",
10153]
10154
10155[[package]]
10156name = "lyon"
10157version = "1.0.16"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10160dependencies = [
10161 "lyon_algorithms",
10162 "lyon_extra",
10163 "lyon_tessellation",
10164]
10165
10166[[package]]
10167name = "lyon_algorithms"
10168version = "1.0.16"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10171dependencies = [
10172 "lyon_path",
10173 "num-traits",
10174]
10175
10176[[package]]
10177name = "lyon_extra"
10178version = "1.0.3"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10181dependencies = [
10182 "lyon_path",
10183 "thiserror 1.0.69",
10184]
10185
10186[[package]]
10187name = "lyon_geom"
10188version = "1.0.17"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10191dependencies = [
10192 "arrayvec",
10193 "euclid",
10194 "num-traits",
10195]
10196
10197[[package]]
10198name = "lyon_path"
10199version = "1.0.16"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10202dependencies = [
10203 "lyon_geom",
10204 "num-traits",
10205]
10206
10207[[package]]
10208name = "lyon_tessellation"
10209version = "1.0.16"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10212dependencies = [
10213 "float_next_after",
10214 "lyon_path",
10215 "num-traits",
10216]
10217
10218[[package]]
10219name = "mac"
10220version = "0.1.1"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10223
10224[[package]]
10225name = "mach2"
10226version = "0.4.3"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10229dependencies = [
10230 "libc",
10231]
10232
10233[[package]]
10234name = "mach2"
10235version = "0.5.0"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10238dependencies = [
10239 "libc",
10240]
10241
10242[[package]]
10243name = "malloc_buf"
10244version = "0.0.6"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10247dependencies = [
10248 "libc",
10249]
10250
10251[[package]]
10252name = "maplit"
10253version = "1.0.2"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10256
10257[[package]]
10258name = "markdown"
10259version = "0.1.0"
10260dependencies = [
10261 "anyhow",
10262 "assets",
10263 "base64 0.22.1",
10264 "collections",
10265 "env_logger 0.11.8",
10266 "fs",
10267 "futures 0.3.32",
10268 "gpui",
10269 "gpui_platform",
10270 "html5ever 0.27.0",
10271 "language",
10272 "languages",
10273 "linkify",
10274 "log",
10275 "markup5ever_rcdom",
10276 "mermaid-rs-renderer",
10277 "node_runtime",
10278 "pulldown-cmark 0.13.0",
10279 "settings",
10280 "stacksafe",
10281 "sum_tree",
10282 "theme",
10283 "theme_settings",
10284 "ui",
10285 "util",
10286]
10287
10288[[package]]
10289name = "markdown_preview"
10290version = "0.1.0"
10291dependencies = [
10292 "anyhow",
10293 "editor",
10294 "gpui",
10295 "language",
10296 "log",
10297 "markdown",
10298 "project",
10299 "settings",
10300 "tempfile",
10301 "theme_settings",
10302 "ui",
10303 "urlencoding",
10304 "util",
10305 "workspace",
10306 "zed_actions",
10307]
10308
10309[[package]]
10310name = "markup5ever"
10311version = "0.12.1"
10312source = "registry+https://github.com/rust-lang/crates.io-index"
10313checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10314dependencies = [
10315 "log",
10316 "phf 0.11.3",
10317 "phf_codegen",
10318 "string_cache",
10319 "string_cache_codegen",
10320 "tendril",
10321]
10322
10323[[package]]
10324name = "markup5ever"
10325version = "0.35.0"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10328dependencies = [
10329 "log",
10330 "tendril",
10331 "web_atoms",
10332]
10333
10334[[package]]
10335name = "markup5ever_rcdom"
10336version = "0.3.0"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10339dependencies = [
10340 "html5ever 0.27.0",
10341 "markup5ever 0.12.1",
10342 "tendril",
10343 "xml5ever",
10344]
10345
10346[[package]]
10347name = "match_token"
10348version = "0.35.0"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10351dependencies = [
10352 "proc-macro2",
10353 "quote",
10354 "syn 2.0.117",
10355]
10356
10357[[package]]
10358name = "matchers"
10359version = "0.2.0"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10362dependencies = [
10363 "regex-automata",
10364]
10365
10366[[package]]
10367name = "matchit"
10368version = "0.7.3"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10371
10372[[package]]
10373name = "maybe-owned"
10374version = "0.3.4"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10377
10378[[package]]
10379name = "maybe-rayon"
10380version = "0.1.1"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10383dependencies = [
10384 "cfg-if",
10385 "rayon",
10386]
10387
10388[[package]]
10389name = "md-5"
10390version = "0.10.6"
10391source = "registry+https://github.com/rust-lang/crates.io-index"
10392checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10393dependencies = [
10394 "cfg-if",
10395 "digest",
10396]
10397
10398[[package]]
10399name = "mdbook"
10400version = "0.4.40"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10403dependencies = [
10404 "ammonia",
10405 "anyhow",
10406 "chrono",
10407 "clap",
10408 "clap_complete",
10409 "elasticlunr-rs",
10410 "env_logger 0.11.8",
10411 "futures-util",
10412 "handlebars 5.1.2",
10413 "ignore",
10414 "log",
10415 "memchr",
10416 "notify 6.1.1",
10417 "notify-debouncer-mini",
10418 "once_cell",
10419 "opener",
10420 "pathdiff",
10421 "pulldown-cmark 0.10.3",
10422 "regex",
10423 "serde",
10424 "serde_json",
10425 "shlex",
10426 "tempfile",
10427 "tokio",
10428 "toml 0.5.11",
10429 "topological-sort",
10430 "walkdir",
10431 "warp",
10432]
10433
10434[[package]]
10435name = "media"
10436version = "0.1.0"
10437dependencies = [
10438 "anyhow",
10439 "bindgen 0.71.1",
10440 "core-foundation 0.10.0",
10441 "core-video",
10442 "ctor",
10443 "foreign-types 0.5.0",
10444 "metal",
10445 "objc",
10446]
10447
10448[[package]]
10449name = "memchr"
10450version = "2.7.6"
10451source = "registry+https://github.com/rust-lang/crates.io-index"
10452checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10453
10454[[package]]
10455name = "memfd"
10456version = "0.6.5"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10459dependencies = [
10460 "rustix 1.1.2",
10461]
10462
10463[[package]]
10464name = "memmap2"
10465version = "0.9.8"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10468dependencies = [
10469 "libc",
10470 "stable_deref_trait",
10471]
10472
10473[[package]]
10474name = "memoffset"
10475version = "0.9.1"
10476source = "registry+https://github.com/rust-lang/crates.io-index"
10477checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10478dependencies = [
10479 "autocfg",
10480]
10481
10482[[package]]
10483name = "menu"
10484version = "0.1.0"
10485dependencies = [
10486 "gpui",
10487]
10488
10489[[package]]
10490name = "merge"
10491version = "0.1.0"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10494dependencies = [
10495 "merge_derive",
10496 "num-traits",
10497]
10498
10499[[package]]
10500name = "merge_derive"
10501version = "0.1.0"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10504dependencies = [
10505 "proc-macro-error",
10506 "proc-macro2",
10507 "quote",
10508 "syn 1.0.109",
10509]
10510
10511[[package]]
10512name = "mermaid-rs-renderer"
10513version = "0.2.0"
10514source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10515dependencies = [
10516 "anyhow",
10517 "fontdb 0.16.2",
10518 "json5",
10519 "once_cell",
10520 "regex",
10521 "serde",
10522 "serde_json",
10523 "thiserror 2.0.17",
10524 "ttf-parser 0.20.0",
10525]
10526
10527[[package]]
10528name = "metal"
10529version = "0.33.0"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10532dependencies = [
10533 "bitflags 2.10.0",
10534 "block",
10535 "core-graphics-types 0.2.0",
10536 "foreign-types 0.5.0",
10537 "log",
10538 "objc",
10539 "paste",
10540]
10541
10542[[package]]
10543name = "migrator"
10544version = "0.1.0"
10545dependencies = [
10546 "anyhow",
10547 "collections",
10548 "convert_case 0.8.0",
10549 "log",
10550 "pretty_assertions",
10551 "serde_json",
10552 "serde_json_lenient",
10553 "settings_content",
10554 "settings_json",
10555 "streaming-iterator",
10556 "tree-sitter",
10557 "tree-sitter-json",
10558 "unindent",
10559]
10560
10561[[package]]
10562name = "mimalloc"
10563version = "0.1.48"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10566dependencies = [
10567 "libmimalloc-sys",
10568]
10569
10570[[package]]
10571name = "mime"
10572version = "0.3.17"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10575
10576[[package]]
10577name = "mime_guess"
10578version = "2.0.5"
10579source = "registry+https://github.com/rust-lang/crates.io-index"
10580checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10581dependencies = [
10582 "mime",
10583 "unicase",
10584]
10585
10586[[package]]
10587name = "minidump-common"
10588version = "0.26.1"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10591dependencies = [
10592 "bitflags 2.10.0",
10593 "debugid",
10594 "num-derive",
10595 "num-traits",
10596 "range-map",
10597 "scroll",
10598 "smart-default",
10599]
10600
10601[[package]]
10602name = "minidump-writer"
10603version = "0.11.0"
10604source = "registry+https://github.com/rust-lang/crates.io-index"
10605checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10606dependencies = [
10607 "bitflags 2.10.0",
10608 "byteorder",
10609 "cfg-if",
10610 "crash-context",
10611 "error-graph",
10612 "failspot",
10613 "goblin",
10614 "libc",
10615 "log",
10616 "mach2 0.4.3",
10617 "memmap2",
10618 "memoffset",
10619 "minidump-common",
10620 "nix 0.29.0",
10621 "procfs-core",
10622 "scroll",
10623 "serde",
10624 "serde_json",
10625 "tempfile",
10626 "thiserror 2.0.17",
10627]
10628
10629[[package]]
10630name = "minidumper"
10631version = "0.9.0"
10632source = "registry+https://github.com/rust-lang/crates.io-index"
10633checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10634dependencies = [
10635 "cfg-if",
10636 "crash-context",
10637 "libc",
10638 "log",
10639 "minidump-writer",
10640 "parking_lot",
10641 "polling",
10642 "scroll",
10643 "thiserror 2.0.17",
10644 "uds",
10645]
10646
10647[[package]]
10648name = "minimal-lexical"
10649version = "0.2.1"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10652
10653[[package]]
10654name = "miniprofiler_ui"
10655version = "0.1.0"
10656dependencies = [
10657 "gpui",
10658 "rpc",
10659 "serde_json",
10660 "smol",
10661 "theme_settings",
10662 "util",
10663 "workspace",
10664 "zed_actions",
10665]
10666
10667[[package]]
10668name = "miniz_oxide"
10669version = "0.8.9"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10672dependencies = [
10673 "adler2",
10674 "simd-adler32",
10675]
10676
10677[[package]]
10678name = "mio"
10679version = "0.8.11"
10680source = "registry+https://github.com/rust-lang/crates.io-index"
10681checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10682dependencies = [
10683 "libc",
10684 "log",
10685 "wasi",
10686 "windows-sys 0.48.0",
10687]
10688
10689[[package]]
10690name = "mio"
10691version = "1.1.0"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10694dependencies = [
10695 "libc",
10696 "log",
10697 "wasi",
10698 "windows-sys 0.61.2",
10699]
10700
10701[[package]]
10702name = "miow"
10703version = "0.6.1"
10704source = "registry+https://github.com/rust-lang/crates.io-index"
10705checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10706dependencies = [
10707 "windows-sys 0.61.2",
10708]
10709
10710[[package]]
10711name = "mistral"
10712version = "0.1.0"
10713dependencies = [
10714 "anyhow",
10715 "futures 0.3.32",
10716 "http_client",
10717 "schemars",
10718 "serde",
10719 "serde_json",
10720 "strum 0.27.2",
10721]
10722
10723[[package]]
10724name = "moka"
10725version = "0.12.11"
10726source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10728dependencies = [
10729 "crossbeam-channel",
10730 "crossbeam-epoch",
10731 "crossbeam-utils",
10732 "equivalent",
10733 "parking_lot",
10734 "portable-atomic",
10735 "rustc_version",
10736 "smallvec",
10737 "tagptr",
10738 "uuid",
10739]
10740
10741[[package]]
10742name = "moxcms"
10743version = "0.7.7"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10746dependencies = [
10747 "num-traits",
10748 "pxfm",
10749]
10750
10751[[package]]
10752name = "msvc_spectre_libs"
10753version = "0.1.3"
10754source = "registry+https://github.com/rust-lang/crates.io-index"
10755checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10756dependencies = [
10757 "cc",
10758]
10759
10760[[package]]
10761name = "multi_buffer"
10762version = "0.1.0"
10763dependencies = [
10764 "anyhow",
10765 "buffer_diff",
10766 "clock",
10767 "collections",
10768 "ctor",
10769 "gpui",
10770 "indoc",
10771 "itertools 0.14.0",
10772 "language",
10773 "log",
10774 "parking_lot",
10775 "pretty_assertions",
10776 "rand 0.9.2",
10777 "rope",
10778 "serde",
10779 "settings",
10780 "smallvec",
10781 "smol",
10782 "sum_tree",
10783 "text",
10784 "theme",
10785 "tracing",
10786 "tree-sitter",
10787 "unicode-segmentation",
10788 "util",
10789 "zlog",
10790 "ztracing",
10791]
10792
10793[[package]]
10794name = "multimap"
10795version = "0.8.3"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10798
10799[[package]]
10800name = "naga"
10801version = "29.0.0"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10804dependencies = [
10805 "arrayvec",
10806 "bit-set 0.9.1",
10807 "bitflags 2.10.0",
10808 "cfg-if",
10809 "cfg_aliases 0.2.1",
10810 "codespan-reporting",
10811 "half",
10812 "hashbrown 0.16.1",
10813 "hexf-parse",
10814 "indexmap",
10815 "libm",
10816 "log",
10817 "num-traits",
10818 "once_cell",
10819 "rustc-hash 1.1.0",
10820 "thiserror 2.0.17",
10821 "unicode-ident",
10822]
10823
10824[[package]]
10825name = "naga"
10826version = "29.0.0"
10827source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10828dependencies = [
10829 "arrayvec",
10830 "bit-set 0.9.1",
10831 "bitflags 2.10.0",
10832 "cfg-if",
10833 "cfg_aliases 0.2.1",
10834 "codespan-reporting",
10835 "half",
10836 "hashbrown 0.16.1",
10837 "hexf-parse",
10838 "indexmap",
10839 "libm",
10840 "log",
10841 "num-traits",
10842 "once_cell",
10843 "rustc-hash 1.1.0",
10844 "spirv",
10845 "thiserror 2.0.17",
10846 "unicode-ident",
10847]
10848
10849[[package]]
10850name = "nanoid"
10851version = "0.4.0"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10854dependencies = [
10855 "rand 0.8.5",
10856]
10857
10858[[package]]
10859name = "nanorand"
10860version = "0.7.0"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10863dependencies = [
10864 "getrandom 0.2.16",
10865]
10866
10867[[package]]
10868name = "native-tls"
10869version = "0.2.14"
10870source = "registry+https://github.com/rust-lang/crates.io-index"
10871checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10872dependencies = [
10873 "libc",
10874 "log",
10875 "openssl",
10876 "openssl-probe",
10877 "openssl-sys",
10878 "schannel",
10879 "security-framework 2.11.1",
10880 "security-framework-sys",
10881 "tempfile",
10882]
10883
10884[[package]]
10885name = "nbformat"
10886version = "1.2.0"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10889dependencies = [
10890 "anyhow",
10891 "chrono",
10892 "jupyter-protocol",
10893 "serde",
10894 "serde_json",
10895 "thiserror 1.0.69",
10896 "uuid",
10897]
10898
10899[[package]]
10900name = "nc"
10901version = "0.1.0"
10902dependencies = [
10903 "anyhow",
10904 "futures 0.3.32",
10905 "net",
10906 "smol",
10907]
10908
10909[[package]]
10910name = "ndk"
10911version = "0.9.0"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10914dependencies = [
10915 "bitflags 2.10.0",
10916 "jni-sys",
10917 "log",
10918 "ndk-sys",
10919 "num_enum",
10920 "thiserror 1.0.69",
10921]
10922
10923[[package]]
10924name = "ndk-context"
10925version = "0.1.1"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10928
10929[[package]]
10930name = "ndk-sys"
10931version = "0.6.0+11769913"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10934dependencies = [
10935 "jni-sys",
10936]
10937
10938[[package]]
10939name = "net"
10940version = "0.1.0"
10941dependencies = [
10942 "anyhow",
10943 "async-io",
10944 "smol",
10945 "tempfile",
10946 "windows 0.61.3",
10947]
10948
10949[[package]]
10950name = "new_debug_unreachable"
10951version = "1.0.6"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10954
10955[[package]]
10956name = "nix"
10957version = "0.28.0"
10958source = "registry+https://github.com/rust-lang/crates.io-index"
10959checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10960dependencies = [
10961 "bitflags 2.10.0",
10962 "cfg-if",
10963 "cfg_aliases 0.1.1",
10964 "libc",
10965]
10966
10967[[package]]
10968name = "nix"
10969version = "0.29.0"
10970source = "registry+https://github.com/rust-lang/crates.io-index"
10971checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10972dependencies = [
10973 "bitflags 2.10.0",
10974 "cfg-if",
10975 "cfg_aliases 0.2.1",
10976 "libc",
10977]
10978
10979[[package]]
10980name = "nix"
10981version = "0.30.1"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10984dependencies = [
10985 "bitflags 2.10.0",
10986 "cfg-if",
10987 "cfg_aliases 0.2.1",
10988 "libc",
10989]
10990
10991[[package]]
10992name = "node_runtime"
10993version = "0.1.0"
10994dependencies = [
10995 "anyhow",
10996 "async-compression",
10997 "async-std",
10998 "async-tar",
10999 "async-trait",
11000 "futures 0.3.32",
11001 "http_client",
11002 "log",
11003 "paths",
11004 "semver",
11005 "serde",
11006 "serde_json",
11007 "smol",
11008 "util",
11009 "watch",
11010 "which 6.0.3",
11011]
11012
11013[[package]]
11014name = "nom"
11015version = "7.1.3"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11018dependencies = [
11019 "memchr",
11020 "minimal-lexical",
11021]
11022
11023[[package]]
11024name = "nom"
11025version = "8.0.0"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11028dependencies = [
11029 "memchr",
11030]
11031
11032[[package]]
11033name = "noop_proc_macro"
11034version = "0.3.0"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11037
11038[[package]]
11039name = "normpath"
11040version = "1.5.0"
11041source = "registry+https://github.com/rust-lang/crates.io-index"
11042checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11043dependencies = [
11044 "windows-sys 0.61.2",
11045]
11046
11047[[package]]
11048name = "notifications"
11049version = "0.1.0"
11050dependencies = [
11051 "anyhow",
11052 "channel",
11053 "client",
11054 "component",
11055 "db",
11056 "gpui",
11057 "rpc",
11058 "sum_tree",
11059 "time",
11060 "ui",
11061 "util",
11062 "workspace",
11063 "zed_actions",
11064]
11065
11066[[package]]
11067name = "notify"
11068version = "6.1.1"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11071dependencies = [
11072 "bitflags 2.10.0",
11073 "crossbeam-channel",
11074 "filetime",
11075 "fsevent-sys",
11076 "inotify 0.9.6",
11077 "kqueue",
11078 "libc",
11079 "log",
11080 "mio 0.8.11",
11081 "walkdir",
11082 "windows-sys 0.48.0",
11083]
11084
11085[[package]]
11086name = "notify"
11087version = "8.2.0"
11088source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11089dependencies = [
11090 "bitflags 2.10.0",
11091 "fsevent-sys",
11092 "inotify 0.11.0",
11093 "kqueue",
11094 "libc",
11095 "log",
11096 "mio 1.1.0",
11097 "notify-types",
11098 "walkdir",
11099 "windows-sys 0.60.2",
11100]
11101
11102[[package]]
11103name = "notify-debouncer-mini"
11104version = "0.4.1"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11107dependencies = [
11108 "crossbeam-channel",
11109 "log",
11110 "notify 6.1.1",
11111]
11112
11113[[package]]
11114name = "notify-types"
11115version = "2.0.0"
11116source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11117
11118[[package]]
11119name = "ntapi"
11120version = "0.4.1"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11123dependencies = [
11124 "winapi",
11125]
11126
11127[[package]]
11128name = "nu-ansi-term"
11129version = "0.50.3"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11132dependencies = [
11133 "windows-sys 0.61.2",
11134]
11135
11136[[package]]
11137name = "nucleo"
11138version = "0.5.0"
11139source = "registry+https://github.com/rust-lang/crates.io-index"
11140checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11141dependencies = [
11142 "nucleo-matcher",
11143 "parking_lot",
11144 "rayon",
11145]
11146
11147[[package]]
11148name = "nucleo-matcher"
11149version = "0.3.1"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11152dependencies = [
11153 "memchr",
11154 "unicode-segmentation",
11155]
11156
11157[[package]]
11158name = "num"
11159version = "0.4.3"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11162dependencies = [
11163 "num-bigint",
11164 "num-complex",
11165 "num-integer",
11166 "num-iter",
11167 "num-rational",
11168 "num-traits",
11169]
11170
11171[[package]]
11172name = "num-bigint"
11173version = "0.4.6"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11176dependencies = [
11177 "num-integer",
11178 "num-traits",
11179]
11180
11181[[package]]
11182name = "num-bigint-dig"
11183version = "0.8.6"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11186dependencies = [
11187 "lazy_static",
11188 "libm",
11189 "num-integer",
11190 "num-iter",
11191 "num-traits",
11192 "rand 0.8.5",
11193 "smallvec",
11194 "zeroize",
11195]
11196
11197[[package]]
11198name = "num-bigint-dig"
11199version = "0.9.1"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11202dependencies = [
11203 "libm",
11204 "num-integer",
11205 "num-iter",
11206 "num-traits",
11207 "once_cell",
11208 "rand 0.9.2",
11209 "serde",
11210 "smallvec",
11211 "zeroize",
11212]
11213
11214[[package]]
11215name = "num-cmp"
11216version = "0.1.0"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11219
11220[[package]]
11221name = "num-complex"
11222version = "0.4.6"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11225dependencies = [
11226 "bytemuck",
11227 "num-traits",
11228]
11229
11230[[package]]
11231name = "num-conv"
11232version = "0.2.0"
11233source = "registry+https://github.com/rust-lang/crates.io-index"
11234checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11235
11236[[package]]
11237name = "num-derive"
11238version = "0.4.2"
11239source = "registry+https://github.com/rust-lang/crates.io-index"
11240checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11241dependencies = [
11242 "proc-macro2",
11243 "quote",
11244 "syn 2.0.117",
11245]
11246
11247[[package]]
11248name = "num-format"
11249version = "0.4.4"
11250source = "registry+https://github.com/rust-lang/crates.io-index"
11251checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11252dependencies = [
11253 "arrayvec",
11254 "itoa",
11255]
11256
11257[[package]]
11258name = "num-integer"
11259version = "0.1.46"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11262dependencies = [
11263 "num-traits",
11264]
11265
11266[[package]]
11267name = "num-iter"
11268version = "0.1.45"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11271dependencies = [
11272 "autocfg",
11273 "num-integer",
11274 "num-traits",
11275]
11276
11277[[package]]
11278name = "num-rational"
11279version = "0.4.2"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11282dependencies = [
11283 "num-bigint",
11284 "num-integer",
11285 "num-traits",
11286]
11287
11288[[package]]
11289name = "num-traits"
11290version = "0.2.19"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11293dependencies = [
11294 "autocfg",
11295 "libm",
11296]
11297
11298[[package]]
11299name = "num_cpus"
11300version = "1.17.0"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11303dependencies = [
11304 "hermit-abi",
11305 "libc",
11306]
11307
11308[[package]]
11309name = "num_enum"
11310version = "0.7.4"
11311source = "registry+https://github.com/rust-lang/crates.io-index"
11312checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11313dependencies = [
11314 "num_enum_derive",
11315 "rustversion",
11316]
11317
11318[[package]]
11319name = "num_enum_derive"
11320version = "0.7.4"
11321source = "registry+https://github.com/rust-lang/crates.io-index"
11322checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11323dependencies = [
11324 "proc-macro-crate",
11325 "proc-macro2",
11326 "quote",
11327 "syn 2.0.117",
11328]
11329
11330[[package]]
11331name = "num_threads"
11332version = "0.1.7"
11333source = "registry+https://github.com/rust-lang/crates.io-index"
11334checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11335dependencies = [
11336 "libc",
11337]
11338
11339[[package]]
11340name = "nvim-rs"
11341version = "0.9.2"
11342source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11343dependencies = [
11344 "async-trait",
11345 "futures 0.3.32",
11346 "log",
11347 "rmp",
11348 "rmpv",
11349 "tokio",
11350 "tokio-util",
11351]
11352
11353[[package]]
11354name = "objc"
11355version = "0.2.7"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11358dependencies = [
11359 "malloc_buf",
11360 "objc_exception",
11361]
11362
11363[[package]]
11364name = "objc-foundation"
11365version = "0.1.1"
11366source = "registry+https://github.com/rust-lang/crates.io-index"
11367checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11368dependencies = [
11369 "block",
11370 "objc",
11371 "objc_id",
11372]
11373
11374[[package]]
11375name = "objc2"
11376version = "0.6.3"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11379dependencies = [
11380 "objc2-encode",
11381]
11382
11383[[package]]
11384name = "objc2-app-kit"
11385version = "0.3.1"
11386source = "registry+https://github.com/rust-lang/crates.io-index"
11387checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11388dependencies = [
11389 "objc2",
11390 "objc2-foundation",
11391]
11392
11393[[package]]
11394name = "objc2-audio-toolbox"
11395version = "0.3.2"
11396source = "registry+https://github.com/rust-lang/crates.io-index"
11397checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11398dependencies = [
11399 "bitflags 2.10.0",
11400 "libc",
11401 "objc2",
11402 "objc2-core-audio",
11403 "objc2-core-audio-types",
11404 "objc2-core-foundation",
11405 "objc2-foundation",
11406]
11407
11408[[package]]
11409name = "objc2-avf-audio"
11410version = "0.3.2"
11411source = "registry+https://github.com/rust-lang/crates.io-index"
11412checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11413dependencies = [
11414 "objc2",
11415 "objc2-foundation",
11416]
11417
11418[[package]]
11419name = "objc2-core-audio"
11420version = "0.3.2"
11421source = "registry+https://github.com/rust-lang/crates.io-index"
11422checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11423dependencies = [
11424 "dispatch2",
11425 "objc2",
11426 "objc2-core-audio-types",
11427 "objc2-core-foundation",
11428 "objc2-foundation",
11429]
11430
11431[[package]]
11432name = "objc2-core-audio-types"
11433version = "0.3.2"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11436dependencies = [
11437 "bitflags 2.10.0",
11438 "objc2",
11439]
11440
11441[[package]]
11442name = "objc2-core-foundation"
11443version = "0.3.2"
11444source = "registry+https://github.com/rust-lang/crates.io-index"
11445checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11446dependencies = [
11447 "bitflags 2.10.0",
11448 "block2",
11449 "dispatch2",
11450 "libc",
11451 "objc2",
11452]
11453
11454[[package]]
11455name = "objc2-encode"
11456version = "4.1.0"
11457source = "registry+https://github.com/rust-lang/crates.io-index"
11458checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11459
11460[[package]]
11461name = "objc2-foundation"
11462version = "0.3.2"
11463source = "registry+https://github.com/rust-lang/crates.io-index"
11464checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11465dependencies = [
11466 "bitflags 2.10.0",
11467 "block2",
11468 "libc",
11469 "objc2",
11470 "objc2-core-foundation",
11471]
11472
11473[[package]]
11474name = "objc2-io-kit"
11475version = "0.3.2"
11476source = "registry+https://github.com/rust-lang/crates.io-index"
11477checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11478dependencies = [
11479 "libc",
11480 "objc2-core-foundation",
11481]
11482
11483[[package]]
11484name = "objc2-metal"
11485version = "0.3.2"
11486source = "registry+https://github.com/rust-lang/crates.io-index"
11487checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11488dependencies = [
11489 "bitflags 2.10.0",
11490 "block2",
11491 "dispatch2",
11492 "objc2",
11493 "objc2-core-foundation",
11494 "objc2-foundation",
11495]
11496
11497[[package]]
11498name = "objc2-quartz-core"
11499version = "0.3.2"
11500source = "registry+https://github.com/rust-lang/crates.io-index"
11501checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11502dependencies = [
11503 "bitflags 2.10.0",
11504 "objc2",
11505 "objc2-core-foundation",
11506 "objc2-foundation",
11507 "objc2-metal",
11508]
11509
11510[[package]]
11511name = "objc_exception"
11512version = "0.1.2"
11513source = "registry+https://github.com/rust-lang/crates.io-index"
11514checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11515dependencies = [
11516 "cc",
11517]
11518
11519[[package]]
11520name = "objc_id"
11521version = "0.1.1"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11524dependencies = [
11525 "objc",
11526]
11527
11528[[package]]
11529name = "object"
11530version = "0.37.3"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11533dependencies = [
11534 "crc32fast",
11535 "hashbrown 0.15.5",
11536 "indexmap",
11537 "memchr",
11538]
11539
11540[[package]]
11541name = "octocrab"
11542version = "0.49.7"
11543source = "registry+https://github.com/rust-lang/crates.io-index"
11544checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11545dependencies = [
11546 "arc-swap",
11547 "async-trait",
11548 "base64 0.22.1",
11549 "bytes 1.11.1",
11550 "cargo_metadata 0.23.1",
11551 "cfg-if",
11552 "chrono",
11553 "either",
11554 "futures 0.3.32",
11555 "futures-core",
11556 "futures-util",
11557 "getrandom 0.2.16",
11558 "http 1.3.1",
11559 "http-body 1.0.1",
11560 "http-body-util",
11561 "hyper 1.7.0",
11562 "hyper-rustls 0.27.7",
11563 "hyper-timeout",
11564 "hyper-util",
11565 "jsonwebtoken",
11566 "once_cell",
11567 "percent-encoding",
11568 "pin-project",
11569 "secrecy",
11570 "serde",
11571 "serde_json",
11572 "serde_path_to_error",
11573 "serde_urlencoded",
11574 "snafu",
11575 "tokio",
11576 "tower 0.5.2",
11577 "tower-http 0.6.6",
11578 "url",
11579 "web-time",
11580]
11581
11582[[package]]
11583name = "ollama"
11584version = "0.1.0"
11585dependencies = [
11586 "anyhow",
11587 "futures 0.3.32",
11588 "http_client",
11589 "schemars",
11590 "serde",
11591 "serde_json",
11592 "settings",
11593]
11594
11595[[package]]
11596name = "onboarding"
11597version = "0.1.0"
11598dependencies = [
11599 "anyhow",
11600 "client",
11601 "cloud_api_types",
11602 "collections",
11603 "component",
11604 "db",
11605 "documented",
11606 "fs",
11607 "fuzzy",
11608 "gpui",
11609 "menu",
11610 "notifications",
11611 "picker",
11612 "project",
11613 "schemars",
11614 "serde",
11615 "settings",
11616 "telemetry",
11617 "theme",
11618 "theme_settings",
11619 "ui",
11620 "util",
11621 "vim_mode_setting",
11622 "workspace",
11623 "zed_actions",
11624 "zlog",
11625]
11626
11627[[package]]
11628name = "once_cell"
11629version = "1.21.3"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11632
11633[[package]]
11634name = "once_cell_polyfill"
11635version = "1.70.1"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11638
11639[[package]]
11640name = "oo7"
11641version = "0.6.0"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11644dependencies = [
11645 "aes",
11646 "ashpd",
11647 "async-fs",
11648 "async-io",
11649 "async-lock 3.4.2",
11650 "blocking",
11651 "cbc",
11652 "cipher",
11653 "digest",
11654 "endi",
11655 "futures-lite 2.6.1",
11656 "futures-util",
11657 "getrandom 0.4.1",
11658 "hkdf",
11659 "hmac",
11660 "md-5",
11661 "num",
11662 "num-bigint-dig 0.9.1",
11663 "pbkdf2 0.12.2",
11664 "serde",
11665 "serde_bytes",
11666 "sha2",
11667 "subtle",
11668 "zbus",
11669 "zbus_macros",
11670 "zeroize",
11671 "zvariant",
11672]
11673
11674[[package]]
11675name = "oorandom"
11676version = "11.1.5"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11679
11680[[package]]
11681name = "open"
11682version = "5.3.2"
11683source = "registry+https://github.com/rust-lang/crates.io-index"
11684checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11685dependencies = [
11686 "is-wsl",
11687 "libc",
11688 "pathdiff",
11689]
11690
11691[[package]]
11692name = "open_ai"
11693version = "0.1.0"
11694dependencies = [
11695 "anyhow",
11696 "collections",
11697 "futures 0.3.32",
11698 "http_client",
11699 "language_model_core",
11700 "log",
11701 "pretty_assertions",
11702 "rand 0.9.2",
11703 "schemars",
11704 "serde",
11705 "serde_json",
11706 "strum 0.27.2",
11707 "thiserror 2.0.17",
11708 "tiktoken-rs",
11709]
11710
11711[[package]]
11712name = "open_path_prompt"
11713version = "0.1.0"
11714dependencies = [
11715 "editor",
11716 "file_icons",
11717 "futures 0.3.32",
11718 "fuzzy",
11719 "gpui",
11720 "picker",
11721 "project",
11722 "schemars",
11723 "serde",
11724 "serde_json",
11725 "settings",
11726 "theme",
11727 "theme_settings",
11728 "ui",
11729 "util",
11730 "workspace",
11731]
11732
11733[[package]]
11734name = "open_router"
11735version = "0.1.0"
11736dependencies = [
11737 "anyhow",
11738 "futures 0.3.32",
11739 "http_client",
11740 "language_model_core",
11741 "schemars",
11742 "serde",
11743 "serde_json",
11744 "settings",
11745 "strum 0.27.2",
11746 "thiserror 2.0.17",
11747]
11748
11749[[package]]
11750name = "opencode"
11751version = "0.1.0"
11752dependencies = [
11753 "anyhow",
11754 "futures 0.3.32",
11755 "google_ai",
11756 "http_client",
11757 "schemars",
11758 "serde",
11759 "serde_json",
11760 "strum 0.27.2",
11761]
11762
11763[[package]]
11764name = "opener"
11765version = "0.7.2"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11768dependencies = [
11769 "bstr",
11770 "dbus",
11771 "normpath",
11772 "windows-sys 0.59.0",
11773]
11774
11775[[package]]
11776name = "openssl"
11777version = "0.10.74"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11780dependencies = [
11781 "bitflags 2.10.0",
11782 "cfg-if",
11783 "foreign-types 0.3.2",
11784 "libc",
11785 "once_cell",
11786 "openssl-macros",
11787 "openssl-sys",
11788]
11789
11790[[package]]
11791name = "openssl-macros"
11792version = "0.1.1"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11795dependencies = [
11796 "proc-macro2",
11797 "quote",
11798 "syn 2.0.117",
11799]
11800
11801[[package]]
11802name = "openssl-probe"
11803version = "0.1.6"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11806
11807[[package]]
11808name = "openssl-sys"
11809version = "0.9.110"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11812dependencies = [
11813 "cc",
11814 "libc",
11815 "pkg-config",
11816 "vcpkg",
11817]
11818
11819[[package]]
11820name = "optfield"
11821version = "0.4.0"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11824dependencies = [
11825 "proc-macro2",
11826 "quote",
11827 "syn 2.0.117",
11828]
11829
11830[[package]]
11831name = "option-ext"
11832version = "0.2.0"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11835
11836[[package]]
11837name = "ordered-float"
11838version = "2.10.1"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11841dependencies = [
11842 "num-traits",
11843]
11844
11845[[package]]
11846name = "ordered-float"
11847version = "4.6.0"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11850dependencies = [
11851 "num-traits",
11852]
11853
11854[[package]]
11855name = "ordered-stream"
11856version = "0.2.0"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11859dependencies = [
11860 "futures-core",
11861 "pin-project-lite",
11862]
11863
11864[[package]]
11865name = "ouroboros"
11866version = "0.18.5"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11869dependencies = [
11870 "aliasable",
11871 "ouroboros_macro",
11872 "static_assertions",
11873]
11874
11875[[package]]
11876name = "ouroboros_macro"
11877version = "0.18.5"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11880dependencies = [
11881 "heck 0.4.1",
11882 "proc-macro2",
11883 "proc-macro2-diagnostics",
11884 "quote",
11885 "syn 2.0.117",
11886]
11887
11888[[package]]
11889name = "outline"
11890version = "0.1.0"
11891dependencies = [
11892 "editor",
11893 "fuzzy",
11894 "gpui",
11895 "indoc",
11896 "language",
11897 "lsp",
11898 "menu",
11899 "ordered-float 2.10.1",
11900 "picker",
11901 "project",
11902 "rope",
11903 "serde_json",
11904 "settings",
11905 "smol",
11906 "theme",
11907 "theme_settings",
11908 "ui",
11909 "util",
11910 "workspace",
11911 "zed_actions",
11912]
11913
11914[[package]]
11915name = "outline_panel"
11916version = "0.1.0"
11917dependencies = [
11918 "anyhow",
11919 "collections",
11920 "db",
11921 "editor",
11922 "file_icons",
11923 "fuzzy",
11924 "gpui",
11925 "itertools 0.14.0",
11926 "language",
11927 "log",
11928 "lsp",
11929 "menu",
11930 "outline",
11931 "pretty_assertions",
11932 "project",
11933 "search",
11934 "serde",
11935 "serde_json",
11936 "settings",
11937 "smallvec",
11938 "smol",
11939 "theme",
11940 "theme_settings",
11941 "ui",
11942 "util",
11943 "workspace",
11944 "worktree",
11945 "zed_actions",
11946]
11947
11948[[package]]
11949name = "outref"
11950version = "0.5.2"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11953
11954[[package]]
11955name = "p256"
11956version = "0.11.1"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11959dependencies = [
11960 "ecdsa",
11961 "elliptic-curve",
11962 "sha2",
11963]
11964
11965[[package]]
11966name = "page_size"
11967version = "0.6.0"
11968source = "registry+https://github.com/rust-lang/crates.io-index"
11969checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11970dependencies = [
11971 "libc",
11972 "winapi",
11973]
11974
11975[[package]]
11976name = "palette"
11977version = "0.7.6"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11980dependencies = [
11981 "approx",
11982 "fast-srgb8",
11983 "palette_derive",
11984]
11985
11986[[package]]
11987name = "palette_derive"
11988version = "0.7.6"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11991dependencies = [
11992 "by_address",
11993 "proc-macro2",
11994 "quote",
11995 "syn 2.0.117",
11996]
11997
11998[[package]]
11999name = "panel"
12000version = "0.1.0"
12001dependencies = [
12002 "gpui",
12003 "ui",
12004 "workspace",
12005]
12006
12007[[package]]
12008name = "parking"
12009version = "2.2.1"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12012
12013[[package]]
12014name = "parking_lot"
12015version = "0.12.5"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12018dependencies = [
12019 "lock_api",
12020 "parking_lot_core",
12021]
12022
12023[[package]]
12024name = "parking_lot_core"
12025version = "0.9.12"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12028dependencies = [
12029 "cfg-if",
12030 "libc",
12031 "redox_syscall 0.5.18",
12032 "smallvec",
12033 "windows-link 0.2.1",
12034]
12035
12036[[package]]
12037name = "parse_int"
12038version = "0.9.0"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12041dependencies = [
12042 "num-traits",
12043]
12044
12045[[package]]
12046name = "partial-json-fixer"
12047version = "0.5.3"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12050
12051[[package]]
12052name = "password-hash"
12053version = "0.4.2"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12056dependencies = [
12057 "base64ct",
12058 "rand_core 0.6.4",
12059 "subtle",
12060]
12061
12062[[package]]
12063name = "paste"
12064version = "1.0.15"
12065source = "registry+https://github.com/rust-lang/crates.io-index"
12066checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12067
12068[[package]]
12069name = "pathdiff"
12070version = "0.2.3"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12073
12074[[package]]
12075name = "pathfinder_geometry"
12076version = "0.5.1"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12079dependencies = [
12080 "log",
12081 "pathfinder_simd",
12082]
12083
12084[[package]]
12085name = "pathfinder_simd"
12086version = "0.5.5"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12089dependencies = [
12090 "rustc_version",
12091]
12092
12093[[package]]
12094name = "paths"
12095version = "0.1.0"
12096dependencies = [
12097 "dirs 4.0.0",
12098 "ignore",
12099 "util",
12100]
12101
12102[[package]]
12103name = "pbjson"
12104version = "0.6.0"
12105source = "registry+https://github.com/rust-lang/crates.io-index"
12106checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12107dependencies = [
12108 "base64 0.21.7",
12109 "serde",
12110]
12111
12112[[package]]
12113name = "pbjson-build"
12114version = "0.6.2"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12117dependencies = [
12118 "heck 0.4.1",
12119 "itertools 0.11.0",
12120 "prost 0.12.6",
12121 "prost-types 0.12.6",
12122]
12123
12124[[package]]
12125name = "pbjson-types"
12126version = "0.6.0"
12127source = "registry+https://github.com/rust-lang/crates.io-index"
12128checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12129dependencies = [
12130 "bytes 1.11.1",
12131 "chrono",
12132 "pbjson",
12133 "pbjson-build",
12134 "prost 0.12.6",
12135 "prost-build 0.12.6",
12136 "serde",
12137]
12138
12139[[package]]
12140name = "pbkdf2"
12141version = "0.11.0"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12144dependencies = [
12145 "digest",
12146 "hmac",
12147 "password-hash",
12148 "sha2",
12149]
12150
12151[[package]]
12152name = "pbkdf2"
12153version = "0.12.2"
12154source = "registry+https://github.com/rust-lang/crates.io-index"
12155checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12156dependencies = [
12157 "digest",
12158 "hmac",
12159]
12160
12161[[package]]
12162name = "pciid-parser"
12163version = "0.8.0"
12164source = "registry+https://github.com/rust-lang/crates.io-index"
12165checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12166
12167[[package]]
12168name = "peg"
12169version = "0.8.5"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12172dependencies = [
12173 "peg-macros",
12174 "peg-runtime",
12175]
12176
12177[[package]]
12178name = "peg-macros"
12179version = "0.8.5"
12180source = "registry+https://github.com/rust-lang/crates.io-index"
12181checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12182dependencies = [
12183 "peg-runtime",
12184 "proc-macro2",
12185 "quote",
12186]
12187
12188[[package]]
12189name = "peg-runtime"
12190version = "0.8.5"
12191source = "registry+https://github.com/rust-lang/crates.io-index"
12192checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12193
12194[[package]]
12195name = "pem"
12196version = "3.0.6"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12199dependencies = [
12200 "base64 0.22.1",
12201 "serde_core",
12202]
12203
12204[[package]]
12205name = "pem-rfc7468"
12206version = "0.7.0"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12209dependencies = [
12210 "base64ct",
12211]
12212
12213[[package]]
12214name = "percent-encoding"
12215version = "2.3.2"
12216source = "registry+https://github.com/rust-lang/crates.io-index"
12217checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12218
12219[[package]]
12220name = "perf"
12221version = "0.1.0"
12222dependencies = [
12223 "collections",
12224 "serde",
12225 "serde_json",
12226]
12227
12228[[package]]
12229name = "pest"
12230version = "2.8.3"
12231source = "registry+https://github.com/rust-lang/crates.io-index"
12232checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12233dependencies = [
12234 "memchr",
12235 "ucd-trie",
12236]
12237
12238[[package]]
12239name = "pest_derive"
12240version = "2.8.3"
12241source = "registry+https://github.com/rust-lang/crates.io-index"
12242checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12243dependencies = [
12244 "pest",
12245 "pest_generator",
12246]
12247
12248[[package]]
12249name = "pest_generator"
12250version = "2.8.3"
12251source = "registry+https://github.com/rust-lang/crates.io-index"
12252checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12253dependencies = [
12254 "pest",
12255 "pest_meta",
12256 "proc-macro2",
12257 "quote",
12258 "syn 2.0.117",
12259]
12260
12261[[package]]
12262name = "pest_meta"
12263version = "2.8.3"
12264source = "registry+https://github.com/rust-lang/crates.io-index"
12265checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12266dependencies = [
12267 "pest",
12268 "sha2",
12269]
12270
12271[[package]]
12272name = "pet"
12273version = "0.1.0"
12274source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12275dependencies = [
12276 "clap",
12277 "env_logger 0.10.2",
12278 "lazy_static",
12279 "log",
12280 "msvc_spectre_libs",
12281 "pet-conda",
12282 "pet-core",
12283 "pet-env-var-path",
12284 "pet-fs",
12285 "pet-global-virtualenvs",
12286 "pet-homebrew",
12287 "pet-jsonrpc",
12288 "pet-linux-global-python",
12289 "pet-mac-commandlinetools",
12290 "pet-mac-python-org",
12291 "pet-mac-xcode",
12292 "pet-pipenv",
12293 "pet-pixi",
12294 "pet-poetry",
12295 "pet-pyenv",
12296 "pet-python-utils",
12297 "pet-reporter",
12298 "pet-telemetry",
12299 "pet-uv",
12300 "pet-venv",
12301 "pet-virtualenv",
12302 "pet-virtualenvwrapper",
12303 "pet-windows-registry",
12304 "pet-windows-store",
12305 "pet-winpython",
12306 "serde",
12307 "serde_json",
12308 "tracing",
12309 "tracing-subscriber",
12310 "winresource",
12311]
12312
12313[[package]]
12314name = "pet-conda"
12315version = "0.1.0"
12316source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12317dependencies = [
12318 "env_logger 0.10.2",
12319 "lazy_static",
12320 "log",
12321 "msvc_spectre_libs",
12322 "pet-core",
12323 "pet-fs",
12324 "pet-python-utils",
12325 "pet-reporter",
12326 "rayon",
12327 "regex",
12328 "serde",
12329 "serde_json",
12330 "yaml-rust2",
12331]
12332
12333[[package]]
12334name = "pet-core"
12335version = "0.1.0"
12336source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12337dependencies = [
12338 "clap",
12339 "lazy_static",
12340 "log",
12341 "msvc_spectre_libs",
12342 "pet-fs",
12343 "regex",
12344 "serde",
12345 "serde_json",
12346]
12347
12348[[package]]
12349name = "pet-env-var-path"
12350version = "0.1.0"
12351source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12352dependencies = [
12353 "lazy_static",
12354 "log",
12355 "msvc_spectre_libs",
12356 "pet-conda",
12357 "pet-core",
12358 "pet-fs",
12359 "pet-python-utils",
12360 "pet-virtualenv",
12361 "regex",
12362]
12363
12364[[package]]
12365name = "pet-fs"
12366version = "0.1.0"
12367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12368dependencies = [
12369 "glob",
12370 "log",
12371 "msvc_spectre_libs",
12372 "windows-sys 0.59.0",
12373]
12374
12375[[package]]
12376name = "pet-global-virtualenvs"
12377version = "0.1.0"
12378source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12379dependencies = [
12380 "log",
12381 "msvc_spectre_libs",
12382 "pet-conda",
12383 "pet-core",
12384 "pet-fs",
12385 "pet-virtualenv",
12386]
12387
12388[[package]]
12389name = "pet-homebrew"
12390version = "0.1.0"
12391source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12392dependencies = [
12393 "lazy_static",
12394 "log",
12395 "msvc_spectre_libs",
12396 "pet-conda",
12397 "pet-core",
12398 "pet-fs",
12399 "pet-python-utils",
12400 "pet-virtualenv",
12401 "rayon",
12402 "regex",
12403 "serde",
12404 "serde_json",
12405]
12406
12407[[package]]
12408name = "pet-jsonrpc"
12409version = "0.1.0"
12410source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12411dependencies = [
12412 "env_logger 0.10.2",
12413 "log",
12414 "msvc_spectre_libs",
12415 "pet-core",
12416 "serde",
12417 "serde_json",
12418]
12419
12420[[package]]
12421name = "pet-linux-global-python"
12422version = "0.1.0"
12423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12424dependencies = [
12425 "log",
12426 "msvc_spectre_libs",
12427 "pet-core",
12428 "pet-fs",
12429 "pet-python-utils",
12430 "pet-virtualenv",
12431]
12432
12433[[package]]
12434name = "pet-mac-commandlinetools"
12435version = "0.1.0"
12436source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12437dependencies = [
12438 "log",
12439 "msvc_spectre_libs",
12440 "pet-core",
12441 "pet-fs",
12442 "pet-python-utils",
12443 "pet-virtualenv",
12444]
12445
12446[[package]]
12447name = "pet-mac-python-org"
12448version = "0.1.0"
12449source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12450dependencies = [
12451 "log",
12452 "msvc_spectre_libs",
12453 "pet-core",
12454 "pet-fs",
12455 "pet-python-utils",
12456 "pet-virtualenv",
12457]
12458
12459[[package]]
12460name = "pet-mac-xcode"
12461version = "0.1.0"
12462source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12463dependencies = [
12464 "log",
12465 "msvc_spectre_libs",
12466 "pet-core",
12467 "pet-fs",
12468 "pet-python-utils",
12469 "pet-virtualenv",
12470]
12471
12472[[package]]
12473name = "pet-pipenv"
12474version = "0.1.0"
12475source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12476dependencies = [
12477 "lazy_static",
12478 "log",
12479 "msvc_spectre_libs",
12480 "pet-core",
12481 "pet-fs",
12482 "pet-python-utils",
12483 "pet-virtualenv",
12484 "regex",
12485]
12486
12487[[package]]
12488name = "pet-pixi"
12489version = "0.1.0"
12490source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12491dependencies = [
12492 "log",
12493 "msvc_spectre_libs",
12494 "pet-conda",
12495 "pet-core",
12496 "pet-python-utils",
12497]
12498
12499[[package]]
12500name = "pet-poetry"
12501version = "0.1.0"
12502source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12503dependencies = [
12504 "base64 0.22.1",
12505 "lazy_static",
12506 "log",
12507 "msvc_spectre_libs",
12508 "pet-core",
12509 "pet-fs",
12510 "pet-python-utils",
12511 "pet-reporter",
12512 "pet-virtualenv",
12513 "regex",
12514 "serde",
12515 "serde_json",
12516 "sha2",
12517 "toml 0.8.23",
12518]
12519
12520[[package]]
12521name = "pet-pyenv"
12522version = "0.1.0"
12523source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12524dependencies = [
12525 "lazy_static",
12526 "log",
12527 "msvc_spectre_libs",
12528 "pet-conda",
12529 "pet-core",
12530 "pet-fs",
12531 "pet-python-utils",
12532 "pet-reporter",
12533 "regex",
12534 "serde",
12535 "serde_json",
12536]
12537
12538[[package]]
12539name = "pet-python-utils"
12540version = "0.1.0"
12541source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12542dependencies = [
12543 "env_logger 0.10.2",
12544 "lazy_static",
12545 "log",
12546 "msvc_spectre_libs",
12547 "pet-core",
12548 "pet-fs",
12549 "regex",
12550 "serde",
12551 "serde_json",
12552 "sha2",
12553]
12554
12555[[package]]
12556name = "pet-reporter"
12557version = "0.1.0"
12558source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12559dependencies = [
12560 "env_logger 0.10.2",
12561 "log",
12562 "msvc_spectre_libs",
12563 "pet-core",
12564 "pet-jsonrpc",
12565 "serde",
12566 "serde_json",
12567]
12568
12569[[package]]
12570name = "pet-telemetry"
12571version = "0.1.0"
12572source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12573dependencies = [
12574 "env_logger 0.10.2",
12575 "lazy_static",
12576 "log",
12577 "msvc_spectre_libs",
12578 "pet-core",
12579 "pet-fs",
12580 "pet-python-utils",
12581 "regex",
12582]
12583
12584[[package]]
12585name = "pet-uv"
12586version = "0.1.0"
12587source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12588dependencies = [
12589 "log",
12590 "pet-core",
12591 "pet-python-utils",
12592 "serde",
12593 "toml 0.9.8",
12594]
12595
12596[[package]]
12597name = "pet-venv"
12598version = "0.1.0"
12599source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12600dependencies = [
12601 "log",
12602 "msvc_spectre_libs",
12603 "pet-core",
12604 "pet-python-utils",
12605 "pet-virtualenv",
12606]
12607
12608[[package]]
12609name = "pet-virtualenv"
12610version = "0.1.0"
12611source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12612dependencies = [
12613 "log",
12614 "msvc_spectre_libs",
12615 "pet-core",
12616 "pet-fs",
12617 "pet-python-utils",
12618]
12619
12620[[package]]
12621name = "pet-virtualenvwrapper"
12622version = "0.1.0"
12623source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12624dependencies = [
12625 "log",
12626 "msvc_spectre_libs",
12627 "pet-core",
12628 "pet-fs",
12629 "pet-python-utils",
12630 "pet-virtualenv",
12631]
12632
12633[[package]]
12634name = "pet-windows-registry"
12635version = "0.1.0"
12636source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12637dependencies = [
12638 "lazy_static",
12639 "log",
12640 "msvc_spectre_libs",
12641 "pet-conda",
12642 "pet-core",
12643 "pet-fs",
12644 "pet-python-utils",
12645 "pet-virtualenv",
12646 "pet-windows-store",
12647 "regex",
12648 "winreg 0.55.0",
12649]
12650
12651[[package]]
12652name = "pet-windows-store"
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-core",
12660 "pet-fs",
12661 "pet-python-utils",
12662 "pet-virtualenv",
12663 "regex",
12664 "winreg 0.55.0",
12665]
12666
12667[[package]]
12668name = "pet-winpython"
12669version = "0.1.0"
12670source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12671dependencies = [
12672 "lazy_static",
12673 "log",
12674 "pet-core",
12675 "pet-fs",
12676 "pet-python-utils",
12677 "pet-virtualenv",
12678 "regex",
12679]
12680
12681[[package]]
12682name = "petgraph"
12683version = "0.6.5"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12686dependencies = [
12687 "fixedbitset 0.4.2",
12688 "indexmap",
12689]
12690
12691[[package]]
12692name = "pgvector"
12693version = "0.4.1"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12696dependencies = [
12697 "serde",
12698]
12699
12700[[package]]
12701name = "phf"
12702version = "0.11.3"
12703source = "registry+https://github.com/rust-lang/crates.io-index"
12704checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12705dependencies = [
12706 "phf_macros 0.11.3",
12707 "phf_shared 0.11.3",
12708]
12709
12710[[package]]
12711name = "phf"
12712version = "0.12.1"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12715dependencies = [
12716 "phf_macros 0.12.1",
12717 "phf_shared 0.12.1",
12718]
12719
12720[[package]]
12721name = "phf_codegen"
12722version = "0.11.3"
12723source = "registry+https://github.com/rust-lang/crates.io-index"
12724checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12725dependencies = [
12726 "phf_generator 0.11.3",
12727 "phf_shared 0.11.3",
12728]
12729
12730[[package]]
12731name = "phf_generator"
12732version = "0.11.3"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12735dependencies = [
12736 "phf_shared 0.11.3",
12737 "rand 0.8.5",
12738]
12739
12740[[package]]
12741name = "phf_generator"
12742version = "0.12.1"
12743source = "registry+https://github.com/rust-lang/crates.io-index"
12744checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12745dependencies = [
12746 "fastrand 2.3.0",
12747 "phf_shared 0.12.1",
12748]
12749
12750[[package]]
12751name = "phf_macros"
12752version = "0.11.3"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12755dependencies = [
12756 "phf_generator 0.11.3",
12757 "phf_shared 0.11.3",
12758 "proc-macro2",
12759 "quote",
12760 "syn 2.0.117",
12761]
12762
12763[[package]]
12764name = "phf_macros"
12765version = "0.12.1"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12768dependencies = [
12769 "phf_generator 0.12.1",
12770 "phf_shared 0.12.1",
12771 "proc-macro2",
12772 "quote",
12773 "syn 2.0.117",
12774]
12775
12776[[package]]
12777name = "phf_shared"
12778version = "0.11.3"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12781dependencies = [
12782 "siphasher 1.0.1",
12783]
12784
12785[[package]]
12786name = "phf_shared"
12787version = "0.12.1"
12788source = "registry+https://github.com/rust-lang/crates.io-index"
12789checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12790dependencies = [
12791 "siphasher 1.0.1",
12792]
12793
12794[[package]]
12795name = "picker"
12796version = "0.1.0"
12797dependencies = [
12798 "anyhow",
12799 "editor",
12800 "gpui",
12801 "menu",
12802 "schemars",
12803 "serde",
12804 "settings",
12805 "theme",
12806 "theme_settings",
12807 "ui",
12808 "ui_input",
12809 "workspace",
12810 "zed_actions",
12811]
12812
12813[[package]]
12814name = "pico-args"
12815version = "0.5.0"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12818
12819[[package]]
12820name = "pin-project"
12821version = "1.1.10"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12824dependencies = [
12825 "pin-project-internal",
12826]
12827
12828[[package]]
12829name = "pin-project-internal"
12830version = "1.1.10"
12831source = "registry+https://github.com/rust-lang/crates.io-index"
12832checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12833dependencies = [
12834 "proc-macro2",
12835 "quote",
12836 "syn 2.0.117",
12837]
12838
12839[[package]]
12840name = "pin-project-lite"
12841version = "0.2.16"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12844
12845[[package]]
12846name = "pin-utils"
12847version = "0.1.0"
12848source = "registry+https://github.com/rust-lang/crates.io-index"
12849checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12850
12851[[package]]
12852name = "piper"
12853version = "0.2.4"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12856dependencies = [
12857 "atomic-waker",
12858 "fastrand 2.3.0",
12859 "futures-io",
12860]
12861
12862[[package]]
12863name = "pkcs1"
12864version = "0.7.5"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12867dependencies = [
12868 "der 0.7.10",
12869 "pkcs8 0.10.2",
12870 "spki 0.7.3",
12871]
12872
12873[[package]]
12874name = "pkcs8"
12875version = "0.9.0"
12876source = "registry+https://github.com/rust-lang/crates.io-index"
12877checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12878dependencies = [
12879 "der 0.6.1",
12880 "spki 0.6.0",
12881]
12882
12883[[package]]
12884name = "pkcs8"
12885version = "0.10.2"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12888dependencies = [
12889 "der 0.7.10",
12890 "spki 0.7.3",
12891]
12892
12893[[package]]
12894name = "pkg-config"
12895version = "0.3.32"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12898
12899[[package]]
12900name = "plain"
12901version = "0.2.3"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12904
12905[[package]]
12906name = "platform_title_bar"
12907version = "0.1.0"
12908dependencies = [
12909 "gpui",
12910 "project",
12911 "settings",
12912 "smallvec",
12913 "theme",
12914 "theme_settings",
12915 "ui",
12916 "windows 0.61.3",
12917 "workspace",
12918 "zed_actions",
12919]
12920
12921[[package]]
12922name = "plist"
12923version = "1.8.0"
12924source = "registry+https://github.com/rust-lang/crates.io-index"
12925checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12926dependencies = [
12927 "base64 0.22.1",
12928 "indexmap",
12929 "quick-xml 0.38.3",
12930 "serde",
12931 "time",
12932]
12933
12934[[package]]
12935name = "plotters"
12936version = "0.3.7"
12937source = "registry+https://github.com/rust-lang/crates.io-index"
12938checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12939dependencies = [
12940 "num-traits",
12941 "plotters-backend",
12942 "plotters-svg",
12943 "wasm-bindgen",
12944 "web-sys",
12945]
12946
12947[[package]]
12948name = "plotters-backend"
12949version = "0.3.7"
12950source = "registry+https://github.com/rust-lang/crates.io-index"
12951checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12952
12953[[package]]
12954name = "plotters-svg"
12955version = "0.3.7"
12956source = "registry+https://github.com/rust-lang/crates.io-index"
12957checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12958dependencies = [
12959 "plotters-backend",
12960]
12961
12962[[package]]
12963name = "png"
12964version = "0.17.16"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12967dependencies = [
12968 "bitflags 1.3.2",
12969 "crc32fast",
12970 "fdeflate",
12971 "flate2",
12972 "miniz_oxide",
12973]
12974
12975[[package]]
12976name = "png"
12977version = "0.18.0"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12980dependencies = [
12981 "bitflags 2.10.0",
12982 "crc32fast",
12983 "fdeflate",
12984 "flate2",
12985 "miniz_oxide",
12986]
12987
12988[[package]]
12989name = "polling"
12990version = "3.11.0"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12993dependencies = [
12994 "cfg-if",
12995 "concurrent-queue",
12996 "hermit-abi",
12997 "pin-project-lite",
12998 "rustix 1.1.2",
12999 "windows-sys 0.61.2",
13000]
13001
13002[[package]]
13003name = "pollster"
13004version = "0.2.5"
13005source = "registry+https://github.com/rust-lang/crates.io-index"
13006checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13007
13008[[package]]
13009name = "pollster"
13010version = "0.4.0"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13013
13014[[package]]
13015name = "pori"
13016version = "0.0.0"
13017source = "registry+https://github.com/rust-lang/crates.io-index"
13018checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13019dependencies = [
13020 "nom 7.1.3",
13021]
13022
13023[[package]]
13024name = "portable-atomic"
13025version = "1.11.1"
13026source = "registry+https://github.com/rust-lang/crates.io-index"
13027checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13028
13029[[package]]
13030name = "portable-atomic-util"
13031version = "0.2.4"
13032source = "registry+https://github.com/rust-lang/crates.io-index"
13033checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13034dependencies = [
13035 "portable-atomic",
13036]
13037
13038[[package]]
13039name = "portable-pty"
13040version = "0.9.0"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13043dependencies = [
13044 "anyhow",
13045 "bitflags 1.3.2",
13046 "downcast-rs",
13047 "filedescriptor",
13048 "lazy_static",
13049 "libc",
13050 "log",
13051 "nix 0.28.0",
13052 "serial2",
13053 "shared_library",
13054 "shell-words",
13055 "winapi",
13056 "winreg 0.10.1",
13057]
13058
13059[[package]]
13060name = "postage"
13061version = "0.5.0"
13062source = "registry+https://github.com/rust-lang/crates.io-index"
13063checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13064dependencies = [
13065 "atomic",
13066 "crossbeam-queue",
13067 "futures 0.3.32",
13068 "log",
13069 "parking_lot",
13070 "pin-project",
13071 "pollster 0.2.5",
13072 "static_assertions",
13073 "thiserror 1.0.69",
13074]
13075
13076[[package]]
13077name = "postcard"
13078version = "1.1.3"
13079source = "registry+https://github.com/rust-lang/crates.io-index"
13080checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13081dependencies = [
13082 "cobs",
13083 "embedded-io 0.4.0",
13084 "embedded-io 0.6.1",
13085 "serde",
13086]
13087
13088[[package]]
13089name = "potential_utf"
13090version = "0.1.3"
13091source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13093dependencies = [
13094 "zerovec",
13095]
13096
13097[[package]]
13098name = "powerfmt"
13099version = "0.2.0"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13102
13103[[package]]
13104name = "ppv-lite86"
13105version = "0.2.21"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13108dependencies = [
13109 "zerocopy",
13110]
13111
13112[[package]]
13113name = "precomputed-hash"
13114version = "0.1.1"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13117
13118[[package]]
13119name = "presser"
13120version = "0.3.1"
13121source = "registry+https://github.com/rust-lang/crates.io-index"
13122checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13123
13124[[package]]
13125name = "prettier"
13126version = "0.1.0"
13127dependencies = [
13128 "anyhow",
13129 "collections",
13130 "fs",
13131 "gpui",
13132 "language",
13133 "log",
13134 "lsp",
13135 "node_runtime",
13136 "parking_lot",
13137 "paths",
13138 "serde",
13139 "serde_json",
13140 "util",
13141]
13142
13143[[package]]
13144name = "pretty_assertions"
13145version = "1.4.1"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13148dependencies = [
13149 "diff",
13150 "yansi",
13151]
13152
13153[[package]]
13154name = "prettyplease"
13155version = "0.2.37"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13158dependencies = [
13159 "proc-macro2",
13160 "syn 2.0.117",
13161]
13162
13163[[package]]
13164name = "primal-check"
13165version = "0.3.4"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13168dependencies = [
13169 "num-integer",
13170]
13171
13172[[package]]
13173name = "proc-macro-crate"
13174version = "3.4.0"
13175source = "registry+https://github.com/rust-lang/crates.io-index"
13176checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13177dependencies = [
13178 "toml_edit 0.23.7",
13179]
13180
13181[[package]]
13182name = "proc-macro-error"
13183version = "1.0.4"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13186dependencies = [
13187 "proc-macro-error-attr",
13188 "proc-macro2",
13189 "quote",
13190 "syn 1.0.109",
13191 "version_check",
13192]
13193
13194[[package]]
13195name = "proc-macro-error-attr"
13196version = "1.0.4"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13199dependencies = [
13200 "proc-macro2",
13201 "quote",
13202 "version_check",
13203]
13204
13205[[package]]
13206name = "proc-macro-error-attr2"
13207version = "2.0.0"
13208source = "registry+https://github.com/rust-lang/crates.io-index"
13209checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13210dependencies = [
13211 "proc-macro2",
13212 "quote",
13213]
13214
13215[[package]]
13216name = "proc-macro-error2"
13217version = "2.0.1"
13218source = "registry+https://github.com/rust-lang/crates.io-index"
13219checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13220dependencies = [
13221 "proc-macro-error-attr2",
13222 "proc-macro2",
13223 "quote",
13224 "syn 2.0.117",
13225]
13226
13227[[package]]
13228name = "proc-macro2"
13229version = "1.0.101"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13232dependencies = [
13233 "unicode-ident",
13234]
13235
13236[[package]]
13237name = "proc-macro2-diagnostics"
13238version = "0.10.1"
13239source = "registry+https://github.com/rust-lang/crates.io-index"
13240checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13241dependencies = [
13242 "proc-macro2",
13243 "quote",
13244 "syn 2.0.117",
13245 "version_check",
13246 "yansi",
13247]
13248
13249[[package]]
13250name = "procfs-core"
13251version = "0.17.0"
13252source = "registry+https://github.com/rust-lang/crates.io-index"
13253checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13254dependencies = [
13255 "bitflags 2.10.0",
13256 "hex",
13257 "serde",
13258]
13259
13260[[package]]
13261name = "profiling"
13262version = "1.0.17"
13263source = "registry+https://github.com/rust-lang/crates.io-index"
13264checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13265dependencies = [
13266 "profiling-procmacros",
13267]
13268
13269[[package]]
13270name = "profiling-procmacros"
13271version = "1.0.17"
13272source = "registry+https://github.com/rust-lang/crates.io-index"
13273checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13274dependencies = [
13275 "quote",
13276 "syn 2.0.117",
13277]
13278
13279[[package]]
13280name = "project"
13281version = "0.1.0"
13282dependencies = [
13283 "aho-corasick",
13284 "anyhow",
13285 "askpass",
13286 "async-trait",
13287 "base64 0.22.1",
13288 "buffer_diff",
13289 "circular-buffer",
13290 "client",
13291 "clock",
13292 "collections",
13293 "context_server",
13294 "credentials_provider",
13295 "dap",
13296 "encoding_rs",
13297 "extension",
13298 "fancy-regex 0.17.0",
13299 "fs",
13300 "futures 0.3.32",
13301 "fuzzy",
13302 "fuzzy_nucleo",
13303 "git",
13304 "git2",
13305 "git_hosting_providers",
13306 "globset",
13307 "gpui",
13308 "http_client",
13309 "image",
13310 "indexmap",
13311 "itertools 0.14.0",
13312 "language",
13313 "log",
13314 "lsp",
13315 "markdown",
13316 "node_runtime",
13317 "parking_lot",
13318 "paths",
13319 "percent-encoding",
13320 "postage",
13321 "prettier",
13322 "pretty_assertions",
13323 "project",
13324 "rand 0.9.2",
13325 "regex",
13326 "release_channel",
13327 "remote",
13328 "rpc",
13329 "schemars",
13330 "semver",
13331 "serde",
13332 "serde_json",
13333 "settings",
13334 "sha2",
13335 "shellexpand 2.1.2",
13336 "smallvec",
13337 "smol",
13338 "snippet",
13339 "snippet_provider",
13340 "sum_tree",
13341 "task",
13342 "tempfile",
13343 "terminal",
13344 "text",
13345 "toml 0.8.23",
13346 "tracing",
13347 "unindent",
13348 "url",
13349 "util",
13350 "watch",
13351 "wax",
13352 "which 6.0.3",
13353 "worktree",
13354 "zed_credentials_provider",
13355 "zeroize",
13356 "zlog",
13357 "ztracing",
13358]
13359
13360[[package]]
13361name = "project_benchmarks"
13362version = "0.1.0"
13363dependencies = [
13364 "anyhow",
13365 "askpass",
13366 "clap",
13367 "client",
13368 "futures 0.3.32",
13369 "gpui",
13370 "gpui_platform",
13371 "http_client",
13372 "language",
13373 "node_runtime",
13374 "project",
13375 "release_channel",
13376 "remote",
13377 "rpassword",
13378 "semver",
13379 "settings",
13380 "watch",
13381]
13382
13383[[package]]
13384name = "project_panel"
13385version = "0.1.0"
13386dependencies = [
13387 "anyhow",
13388 "client",
13389 "collections",
13390 "command_palette_hooks",
13391 "criterion",
13392 "editor",
13393 "feature_flags",
13394 "file_icons",
13395 "git",
13396 "git_ui",
13397 "gpui",
13398 "itertools 0.14.0",
13399 "language",
13400 "menu",
13401 "notifications",
13402 "pretty_assertions",
13403 "project",
13404 "rayon",
13405 "remote_connection",
13406 "schemars",
13407 "search",
13408 "serde",
13409 "serde_json",
13410 "settings",
13411 "smallvec",
13412 "telemetry",
13413 "tempfile",
13414 "theme",
13415 "theme_settings",
13416 "ui",
13417 "util",
13418 "workspace",
13419 "worktree",
13420 "zed_actions",
13421]
13422
13423[[package]]
13424name = "project_symbols"
13425version = "0.1.0"
13426dependencies = [
13427 "anyhow",
13428 "editor",
13429 "futures 0.3.32",
13430 "fuzzy",
13431 "gpui",
13432 "language",
13433 "lsp",
13434 "ordered-float 2.10.1",
13435 "picker",
13436 "project",
13437 "release_channel",
13438 "semver",
13439 "serde_json",
13440 "settings",
13441 "theme",
13442 "theme_settings",
13443 "util",
13444 "workspace",
13445]
13446
13447[[package]]
13448name = "prometheus"
13449version = "0.14.0"
13450source = "registry+https://github.com/rust-lang/crates.io-index"
13451checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13452dependencies = [
13453 "cfg-if",
13454 "fnv",
13455 "lazy_static",
13456 "memchr",
13457 "parking_lot",
13458 "protobuf",
13459 "thiserror 2.0.17",
13460]
13461
13462[[package]]
13463name = "prompt_store"
13464version = "0.1.0"
13465dependencies = [
13466 "anyhow",
13467 "assets",
13468 "chrono",
13469 "collections",
13470 "fs",
13471 "futures 0.3.32",
13472 "fuzzy",
13473 "gpui",
13474 "handlebars 4.5.0",
13475 "heed",
13476 "language",
13477 "log",
13478 "parking_lot",
13479 "paths",
13480 "rope",
13481 "serde",
13482 "strum 0.27.2",
13483 "tempfile",
13484 "text",
13485 "util",
13486 "uuid",
13487]
13488
13489[[package]]
13490name = "proptest"
13491version = "1.10.0"
13492source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13493dependencies = [
13494 "bit-set 0.8.0",
13495 "bit-vec 0.8.0",
13496 "bitflags 2.10.0",
13497 "num-traits",
13498 "proptest-macro",
13499 "rand 0.9.2",
13500 "rand_chacha 0.9.0",
13501 "rand_xorshift",
13502 "regex-syntax",
13503 "rusty-fork",
13504 "tempfile",
13505 "unarray",
13506]
13507
13508[[package]]
13509name = "proptest-derive"
13510version = "0.8.0"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13513dependencies = [
13514 "proc-macro2",
13515 "quote",
13516 "syn 2.0.117",
13517]
13518
13519[[package]]
13520name = "proptest-macro"
13521version = "0.5.0"
13522source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13523dependencies = [
13524 "convert_case 0.11.0",
13525 "proc-macro2",
13526 "quote",
13527 "syn 2.0.117",
13528]
13529
13530[[package]]
13531name = "prost"
13532version = "0.9.0"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13535dependencies = [
13536 "bytes 1.11.1",
13537 "prost-derive 0.9.0",
13538]
13539
13540[[package]]
13541name = "prost"
13542version = "0.12.6"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13545dependencies = [
13546 "bytes 1.11.1",
13547 "prost-derive 0.12.6",
13548]
13549
13550[[package]]
13551name = "prost-build"
13552version = "0.9.0"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13555dependencies = [
13556 "bytes 1.11.1",
13557 "heck 0.3.3",
13558 "itertools 0.10.5",
13559 "lazy_static",
13560 "log",
13561 "multimap",
13562 "petgraph",
13563 "prost 0.9.0",
13564 "prost-types 0.9.0",
13565 "regex",
13566 "tempfile",
13567 "which 4.4.2",
13568]
13569
13570[[package]]
13571name = "prost-build"
13572version = "0.12.6"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13575dependencies = [
13576 "bytes 1.11.1",
13577 "heck 0.5.0",
13578 "itertools 0.12.1",
13579 "log",
13580 "multimap",
13581 "once_cell",
13582 "petgraph",
13583 "prettyplease",
13584 "prost 0.12.6",
13585 "prost-types 0.12.6",
13586 "regex",
13587 "syn 2.0.117",
13588 "tempfile",
13589]
13590
13591[[package]]
13592name = "prost-derive"
13593version = "0.9.0"
13594source = "registry+https://github.com/rust-lang/crates.io-index"
13595checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13596dependencies = [
13597 "anyhow",
13598 "itertools 0.10.5",
13599 "proc-macro2",
13600 "quote",
13601 "syn 1.0.109",
13602]
13603
13604[[package]]
13605name = "prost-derive"
13606version = "0.12.6"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13609dependencies = [
13610 "anyhow",
13611 "itertools 0.12.1",
13612 "proc-macro2",
13613 "quote",
13614 "syn 2.0.117",
13615]
13616
13617[[package]]
13618name = "prost-types"
13619version = "0.9.0"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13622dependencies = [
13623 "bytes 1.11.1",
13624 "prost 0.9.0",
13625]
13626
13627[[package]]
13628name = "prost-types"
13629version = "0.12.6"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13632dependencies = [
13633 "prost 0.12.6",
13634]
13635
13636[[package]]
13637name = "proto"
13638version = "0.1.0"
13639dependencies = [
13640 "anyhow",
13641 "prost 0.9.0",
13642 "prost-build 0.9.0",
13643 "serde",
13644]
13645
13646[[package]]
13647name = "protobuf"
13648version = "3.7.2"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13651dependencies = [
13652 "once_cell",
13653 "protobuf-support",
13654 "thiserror 1.0.69",
13655]
13656
13657[[package]]
13658name = "protobuf-support"
13659version = "3.7.2"
13660source = "registry+https://github.com/rust-lang/crates.io-index"
13661checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13662dependencies = [
13663 "thiserror 1.0.69",
13664]
13665
13666[[package]]
13667name = "psm"
13668version = "0.1.30"
13669source = "registry+https://github.com/rust-lang/crates.io-index"
13670checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13671dependencies = [
13672 "ar_archive_writer",
13673 "cc",
13674]
13675
13676[[package]]
13677name = "ptr_meta"
13678version = "0.1.4"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13681dependencies = [
13682 "ptr_meta_derive",
13683]
13684
13685[[package]]
13686name = "ptr_meta_derive"
13687version = "0.1.4"
13688source = "registry+https://github.com/rust-lang/crates.io-index"
13689checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13690dependencies = [
13691 "proc-macro2",
13692 "quote",
13693 "syn 1.0.109",
13694]
13695
13696[[package]]
13697name = "pulldown-cmark"
13698version = "0.10.3"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13701dependencies = [
13702 "bitflags 2.10.0",
13703 "memchr",
13704 "pulldown-cmark-escape",
13705 "unicase",
13706]
13707
13708[[package]]
13709name = "pulldown-cmark"
13710version = "0.13.0"
13711source = "registry+https://github.com/rust-lang/crates.io-index"
13712checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13713dependencies = [
13714 "bitflags 2.10.0",
13715 "memchr",
13716 "unicase",
13717]
13718
13719[[package]]
13720name = "pulldown-cmark-escape"
13721version = "0.10.1"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13724
13725[[package]]
13726name = "pulley-interpreter"
13727version = "36.0.6"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13730dependencies = [
13731 "cranelift-bitset",
13732 "log",
13733 "pulley-macros",
13734 "wasmtime-internal-math",
13735]
13736
13737[[package]]
13738name = "pulley-macros"
13739version = "36.0.6"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13742dependencies = [
13743 "proc-macro2",
13744 "quote",
13745 "syn 2.0.117",
13746]
13747
13748[[package]]
13749name = "pulp"
13750version = "0.18.22"
13751source = "registry+https://github.com/rust-lang/crates.io-index"
13752checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13753dependencies = [
13754 "bytemuck",
13755 "libm",
13756 "num-complex",
13757 "reborrow",
13758]
13759
13760[[package]]
13761name = "pulp"
13762version = "0.21.5"
13763source = "registry+https://github.com/rust-lang/crates.io-index"
13764checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13765dependencies = [
13766 "bytemuck",
13767 "cfg-if",
13768 "libm",
13769 "num-complex",
13770 "reborrow",
13771 "version_check",
13772]
13773
13774[[package]]
13775name = "pxfm"
13776version = "0.1.25"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13779dependencies = [
13780 "num-traits",
13781]
13782
13783[[package]]
13784name = "qoi"
13785version = "0.4.1"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13788dependencies = [
13789 "bytemuck",
13790]
13791
13792[[package]]
13793name = "quick-error"
13794version = "1.2.3"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13797
13798[[package]]
13799name = "quick-error"
13800version = "2.0.1"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13803
13804[[package]]
13805name = "quick-xml"
13806version = "0.30.0"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13809dependencies = [
13810 "memchr",
13811]
13812
13813[[package]]
13814name = "quick-xml"
13815version = "0.37.5"
13816source = "registry+https://github.com/rust-lang/crates.io-index"
13817checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13818dependencies = [
13819 "memchr",
13820]
13821
13822[[package]]
13823name = "quick-xml"
13824version = "0.38.3"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13827dependencies = [
13828 "memchr",
13829]
13830
13831[[package]]
13832name = "quinn"
13833version = "0.11.9"
13834source = "registry+https://github.com/rust-lang/crates.io-index"
13835checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13836dependencies = [
13837 "bytes 1.11.1",
13838 "cfg_aliases 0.2.1",
13839 "pin-project-lite",
13840 "quinn-proto",
13841 "quinn-udp",
13842 "rustc-hash 2.1.1",
13843 "rustls 0.23.33",
13844 "socket2 0.6.1",
13845 "thiserror 2.0.17",
13846 "tokio",
13847 "tracing",
13848 "web-time",
13849]
13850
13851[[package]]
13852name = "quinn-proto"
13853version = "0.11.13"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13856dependencies = [
13857 "bytes 1.11.1",
13858 "getrandom 0.3.4",
13859 "lru-slab",
13860 "rand 0.9.2",
13861 "ring",
13862 "rustc-hash 2.1.1",
13863 "rustls 0.23.33",
13864 "rustls-pki-types",
13865 "slab",
13866 "thiserror 2.0.17",
13867 "tinyvec",
13868 "tracing",
13869 "web-time",
13870]
13871
13872[[package]]
13873name = "quinn-udp"
13874version = "0.5.14"
13875source = "registry+https://github.com/rust-lang/crates.io-index"
13876checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13877dependencies = [
13878 "cfg_aliases 0.2.1",
13879 "libc",
13880 "once_cell",
13881 "socket2 0.6.1",
13882 "tracing",
13883 "windows-sys 0.60.2",
13884]
13885
13886[[package]]
13887name = "quote"
13888version = "1.0.41"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13891dependencies = [
13892 "proc-macro2",
13893]
13894
13895[[package]]
13896name = "r-efi"
13897version = "5.3.0"
13898source = "registry+https://github.com/rust-lang/crates.io-index"
13899checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13900
13901[[package]]
13902name = "radium"
13903version = "0.7.0"
13904source = "registry+https://github.com/rust-lang/crates.io-index"
13905checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13906
13907[[package]]
13908name = "rand"
13909version = "0.3.23"
13910source = "registry+https://github.com/rust-lang/crates.io-index"
13911checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13912dependencies = [
13913 "libc",
13914 "rand 0.4.6",
13915]
13916
13917[[package]]
13918name = "rand"
13919version = "0.4.6"
13920source = "registry+https://github.com/rust-lang/crates.io-index"
13921checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13922dependencies = [
13923 "fuchsia-cprng",
13924 "libc",
13925 "rand_core 0.3.1",
13926 "rdrand",
13927 "winapi",
13928]
13929
13930[[package]]
13931name = "rand"
13932version = "0.8.5"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13935dependencies = [
13936 "libc",
13937 "rand_chacha 0.3.1",
13938 "rand_core 0.6.4",
13939]
13940
13941[[package]]
13942name = "rand"
13943version = "0.9.2"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13946dependencies = [
13947 "rand_chacha 0.9.0",
13948 "rand_core 0.9.3",
13949]
13950
13951[[package]]
13952name = "rand_chacha"
13953version = "0.3.1"
13954source = "registry+https://github.com/rust-lang/crates.io-index"
13955checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13956dependencies = [
13957 "ppv-lite86",
13958 "rand_core 0.6.4",
13959]
13960
13961[[package]]
13962name = "rand_chacha"
13963version = "0.9.0"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13966dependencies = [
13967 "ppv-lite86",
13968 "rand_core 0.9.3",
13969]
13970
13971[[package]]
13972name = "rand_core"
13973version = "0.3.1"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13976dependencies = [
13977 "rand_core 0.4.2",
13978]
13979
13980[[package]]
13981name = "rand_core"
13982version = "0.4.2"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13985
13986[[package]]
13987name = "rand_core"
13988version = "0.6.4"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13991dependencies = [
13992 "getrandom 0.2.16",
13993]
13994
13995[[package]]
13996name = "rand_core"
13997version = "0.9.3"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14000dependencies = [
14001 "getrandom 0.3.4",
14002]
14003
14004[[package]]
14005name = "rand_distr"
14006version = "0.5.1"
14007source = "registry+https://github.com/rust-lang/crates.io-index"
14008checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14009dependencies = [
14010 "num-traits",
14011 "rand 0.9.2",
14012]
14013
14014[[package]]
14015name = "rand_pcg"
14016version = "0.3.1"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14019dependencies = [
14020 "rand_core 0.6.4",
14021]
14022
14023[[package]]
14024name = "rand_xorshift"
14025version = "0.4.0"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14028dependencies = [
14029 "rand_core 0.9.3",
14030]
14031
14032[[package]]
14033name = "random_choice"
14034version = "0.3.2"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14037dependencies = [
14038 "rand 0.3.23",
14039]
14040
14041[[package]]
14042name = "range-alloc"
14043version = "0.1.4"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14046
14047[[package]]
14048name = "range-map"
14049version = "0.2.0"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14052dependencies = [
14053 "num-traits",
14054]
14055
14056[[package]]
14057name = "rangemap"
14058version = "1.7.1"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14061
14062[[package]]
14063name = "rav1e"
14064version = "0.7.1"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14067dependencies = [
14068 "arbitrary",
14069 "arg_enum_proc_macro",
14070 "arrayvec",
14071 "av1-grain",
14072 "bitstream-io",
14073 "built",
14074 "cfg-if",
14075 "interpolate_name",
14076 "itertools 0.12.1",
14077 "libc",
14078 "libfuzzer-sys",
14079 "log",
14080 "maybe-rayon",
14081 "new_debug_unreachable",
14082 "noop_proc_macro",
14083 "num-derive",
14084 "num-traits",
14085 "once_cell",
14086 "paste",
14087 "profiling",
14088 "rand 0.8.5",
14089 "rand_chacha 0.3.1",
14090 "simd_helpers",
14091 "system-deps 6.2.2",
14092 "thiserror 1.0.69",
14093 "v_frame",
14094 "wasm-bindgen",
14095]
14096
14097[[package]]
14098name = "ravif"
14099version = "0.11.20"
14100source = "registry+https://github.com/rust-lang/crates.io-index"
14101checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14102dependencies = [
14103 "avif-serialize",
14104 "imgref",
14105 "loop9",
14106 "quick-error 2.0.1",
14107 "rav1e",
14108 "rayon",
14109 "rgb",
14110]
14111
14112[[package]]
14113name = "raw-cpuid"
14114version = "10.7.0"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14117dependencies = [
14118 "bitflags 1.3.2",
14119]
14120
14121[[package]]
14122name = "raw-cpuid"
14123version = "11.6.0"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14126dependencies = [
14127 "bitflags 2.10.0",
14128]
14129
14130[[package]]
14131name = "raw-window-handle"
14132version = "0.6.2"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14135
14136[[package]]
14137name = "raw-window-metal"
14138version = "1.1.0"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14141dependencies = [
14142 "objc2",
14143 "objc2-core-foundation",
14144 "objc2-foundation",
14145 "objc2-quartz-core",
14146]
14147
14148[[package]]
14149name = "rayon"
14150version = "1.11.0"
14151source = "registry+https://github.com/rust-lang/crates.io-index"
14152checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14153dependencies = [
14154 "either",
14155 "rayon-core",
14156]
14157
14158[[package]]
14159name = "rayon-core"
14160version = "1.13.0"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14163dependencies = [
14164 "crossbeam-deque",
14165 "crossbeam-utils",
14166]
14167
14168[[package]]
14169name = "rdrand"
14170version = "0.4.0"
14171source = "registry+https://github.com/rust-lang/crates.io-index"
14172checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14173dependencies = [
14174 "rand_core 0.3.1",
14175]
14176
14177[[package]]
14178name = "read-fonts"
14179version = "0.35.0"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14182dependencies = [
14183 "bytemuck",
14184 "font-types 0.10.0",
14185]
14186
14187[[package]]
14188name = "read-fonts"
14189version = "0.37.0"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14192dependencies = [
14193 "bytemuck",
14194 "core_maths",
14195 "font-types 0.11.0",
14196]
14197
14198[[package]]
14199name = "realfft"
14200version = "3.5.0"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14203dependencies = [
14204 "rustfft",
14205]
14206
14207[[package]]
14208name = "reborrow"
14209version = "0.5.5"
14210source = "registry+https://github.com/rust-lang/crates.io-index"
14211checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14212
14213[[package]]
14214name = "recent_projects"
14215version = "0.1.0"
14216dependencies = [
14217 "anyhow",
14218 "askpass",
14219 "chrono",
14220 "db",
14221 "dev_container",
14222 "editor",
14223 "extension",
14224 "extension_host",
14225 "fs",
14226 "futures 0.3.32",
14227 "fuzzy",
14228 "gpui",
14229 "http_client",
14230 "indoc",
14231 "language",
14232 "log",
14233 "menu",
14234 "node_runtime",
14235 "open_path_prompt",
14236 "ordered-float 2.10.1",
14237 "paths",
14238 "picker",
14239 "project",
14240 "release_channel",
14241 "remote",
14242 "remote_connection",
14243 "remote_server",
14244 "semver",
14245 "serde",
14246 "serde_json",
14247 "settings",
14248 "smol",
14249 "task",
14250 "telemetry",
14251 "ui",
14252 "ui_input",
14253 "util",
14254 "windows-registry 0.6.1",
14255 "workspace",
14256 "worktree",
14257 "zed_actions",
14258]
14259
14260[[package]]
14261name = "redox_syscall"
14262version = "0.2.16"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14265dependencies = [
14266 "bitflags 1.3.2",
14267]
14268
14269[[package]]
14270name = "redox_syscall"
14271version = "0.5.18"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14274dependencies = [
14275 "bitflags 2.10.0",
14276]
14277
14278[[package]]
14279name = "redox_users"
14280version = "0.4.6"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14283dependencies = [
14284 "getrandom 0.2.16",
14285 "libredox",
14286 "thiserror 1.0.69",
14287]
14288
14289[[package]]
14290name = "redox_users"
14291version = "0.5.2"
14292source = "registry+https://github.com/rust-lang/crates.io-index"
14293checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14294dependencies = [
14295 "getrandom 0.2.16",
14296 "libredox",
14297 "thiserror 2.0.17",
14298]
14299
14300[[package]]
14301name = "ref-cast"
14302version = "1.0.25"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14305dependencies = [
14306 "ref-cast-impl",
14307]
14308
14309[[package]]
14310name = "ref-cast-impl"
14311version = "1.0.25"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14314dependencies = [
14315 "proc-macro2",
14316 "quote",
14317 "syn 2.0.117",
14318]
14319
14320[[package]]
14321name = "referencing"
14322version = "0.37.4"
14323source = "registry+https://github.com/rust-lang/crates.io-index"
14324checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14325dependencies = [
14326 "ahash 0.8.12",
14327 "fluent-uri",
14328 "getrandom 0.3.4",
14329 "hashbrown 0.16.1",
14330 "parking_lot",
14331 "percent-encoding",
14332 "serde_json",
14333]
14334
14335[[package]]
14336name = "refineable"
14337version = "0.1.0"
14338dependencies = [
14339 "derive_refineable",
14340]
14341
14342[[package]]
14343name = "regalloc2"
14344version = "0.12.2"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14347dependencies = [
14348 "allocator-api2",
14349 "bumpalo",
14350 "hashbrown 0.15.5",
14351 "log",
14352 "rustc-hash 2.1.1",
14353 "serde",
14354 "smallvec",
14355]
14356
14357[[package]]
14358name = "regex"
14359version = "1.12.2"
14360source = "registry+https://github.com/rust-lang/crates.io-index"
14361checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14362dependencies = [
14363 "aho-corasick",
14364 "memchr",
14365 "regex-automata",
14366 "regex-syntax",
14367]
14368
14369[[package]]
14370name = "regex-automata"
14371version = "0.4.13"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14374dependencies = [
14375 "aho-corasick",
14376 "memchr",
14377 "regex-syntax",
14378]
14379
14380[[package]]
14381name = "regex-lite"
14382version = "0.1.8"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14385
14386[[package]]
14387name = "regex-syntax"
14388version = "0.8.8"
14389source = "registry+https://github.com/rust-lang/crates.io-index"
14390checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14391
14392[[package]]
14393name = "release_channel"
14394version = "0.1.0"
14395dependencies = [
14396 "gpui",
14397 "semver",
14398]
14399
14400[[package]]
14401name = "remote"
14402version = "0.1.0"
14403dependencies = [
14404 "anyhow",
14405 "askpass",
14406 "async-trait",
14407 "base64 0.22.1",
14408 "collections",
14409 "fs",
14410 "futures 0.3.32",
14411 "gpui",
14412 "log",
14413 "parking_lot",
14414 "paths",
14415 "prost 0.9.0",
14416 "release_channel",
14417 "rpc",
14418 "schemars",
14419 "semver",
14420 "serde",
14421 "serde_json",
14422 "settings",
14423 "smol",
14424 "tempfile",
14425 "thiserror 2.0.17",
14426 "urlencoding",
14427 "util",
14428 "which 6.0.3",
14429]
14430
14431[[package]]
14432name = "remote_connection"
14433version = "0.1.0"
14434dependencies = [
14435 "anyhow",
14436 "askpass",
14437 "auto_update",
14438 "futures 0.3.32",
14439 "gpui",
14440 "log",
14441 "markdown",
14442 "menu",
14443 "release_channel",
14444 "remote",
14445 "semver",
14446 "settings",
14447 "theme_settings",
14448 "ui",
14449 "ui_input",
14450 "workspace",
14451]
14452
14453[[package]]
14454name = "remote_server"
14455version = "0.1.0"
14456dependencies = [
14457 "action_log",
14458 "agent",
14459 "anyhow",
14460 "askpass",
14461 "cargo_toml",
14462 "clap",
14463 "client",
14464 "clock",
14465 "collections",
14466 "crash-handler",
14467 "crashes",
14468 "dap_adapters",
14469 "debug_adapter_extension",
14470 "editor",
14471 "env_logger 0.11.8",
14472 "extension",
14473 "extension_host",
14474 "fork",
14475 "fs",
14476 "futures 0.3.32",
14477 "git",
14478 "git2",
14479 "git_hosting_providers",
14480 "gpui",
14481 "gpui_platform",
14482 "gpui_tokio",
14483 "http_client",
14484 "image",
14485 "json_schema_store",
14486 "language",
14487 "language_extension",
14488 "language_model",
14489 "languages",
14490 "libc",
14491 "log",
14492 "lsp",
14493 "minidumper",
14494 "net",
14495 "node_runtime",
14496 "paths",
14497 "pretty_assertions",
14498 "project",
14499 "proto",
14500 "rayon",
14501 "release_channel",
14502 "remote",
14503 "reqwest_client",
14504 "rpc",
14505 "rust-embed",
14506 "semver",
14507 "serde",
14508 "serde_json",
14509 "settings",
14510 "shellexpand 2.1.2",
14511 "smol",
14512 "sysinfo 0.37.2",
14513 "task",
14514 "theme",
14515 "theme_settings",
14516 "thiserror 2.0.17",
14517 "toml 0.8.23",
14518 "unindent",
14519 "util",
14520 "uuid",
14521 "watch",
14522 "windows 0.61.3",
14523 "worktree",
14524 "zlog",
14525]
14526
14527[[package]]
14528name = "rend"
14529version = "0.4.2"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14532dependencies = [
14533 "bytecheck",
14534]
14535
14536[[package]]
14537name = "renderdoc-sys"
14538version = "1.1.0"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14541
14542[[package]]
14543name = "repl"
14544version = "0.1.0"
14545dependencies = [
14546 "alacritty_terminal",
14547 "anyhow",
14548 "async-dispatcher",
14549 "async-task",
14550 "async-tungstenite",
14551 "base64 0.22.1",
14552 "client",
14553 "collections",
14554 "command_palette_hooks",
14555 "editor",
14556 "feature_flags",
14557 "file_icons",
14558 "futures 0.3.32",
14559 "gpui",
14560 "html_to_markdown",
14561 "http_client",
14562 "image",
14563 "indoc",
14564 "jupyter-protocol",
14565 "jupyter-websocket-client",
14566 "language",
14567 "languages",
14568 "log",
14569 "markdown",
14570 "menu",
14571 "multi_buffer",
14572 "nbformat",
14573 "picker",
14574 "project",
14575 "remote",
14576 "runtimelib",
14577 "serde",
14578 "serde_json",
14579 "settings",
14580 "shlex",
14581 "smol",
14582 "telemetry",
14583 "terminal",
14584 "terminal_view",
14585 "theme",
14586 "theme_settings",
14587 "tree-sitter-md",
14588 "tree-sitter-python",
14589 "tree-sitter-typescript",
14590 "ui",
14591 "util",
14592 "uuid",
14593 "workspace",
14594 "zed_actions",
14595]
14596
14597[[package]]
14598name = "reqwest"
14599version = "0.11.27"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14602dependencies = [
14603 "base64 0.21.7",
14604 "bytes 1.11.1",
14605 "encoding_rs",
14606 "futures-core",
14607 "futures-util",
14608 "h2 0.3.27",
14609 "http 0.2.12",
14610 "http-body 0.4.6",
14611 "hyper 0.14.32",
14612 "hyper-tls",
14613 "ipnet",
14614 "js-sys",
14615 "log",
14616 "mime",
14617 "native-tls",
14618 "once_cell",
14619 "percent-encoding",
14620 "pin-project-lite",
14621 "rustls-pemfile 1.0.4",
14622 "serde",
14623 "serde_json",
14624 "serde_urlencoded",
14625 "sync_wrapper 0.1.2",
14626 "system-configuration 0.5.1",
14627 "tokio",
14628 "tokio-native-tls",
14629 "tower-service",
14630 "url",
14631 "wasm-bindgen",
14632 "wasm-bindgen-futures",
14633 "web-sys",
14634 "winreg 0.50.0",
14635]
14636
14637[[package]]
14638name = "reqwest"
14639version = "0.12.24"
14640source = "registry+https://github.com/rust-lang/crates.io-index"
14641checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14642dependencies = [
14643 "base64 0.22.1",
14644 "bytes 1.11.1",
14645 "futures-channel",
14646 "futures-core",
14647 "futures-util",
14648 "http 1.3.1",
14649 "http-body 1.0.1",
14650 "http-body-util",
14651 "hyper 1.7.0",
14652 "hyper-rustls 0.27.7",
14653 "hyper-util",
14654 "js-sys",
14655 "log",
14656 "percent-encoding",
14657 "pin-project-lite",
14658 "quinn",
14659 "rustls 0.23.33",
14660 "rustls-native-certs 0.8.2",
14661 "rustls-pki-types",
14662 "serde",
14663 "serde_json",
14664 "serde_urlencoded",
14665 "sync_wrapper 1.0.2",
14666 "tokio",
14667 "tokio-rustls 0.26.2",
14668 "tower 0.5.2",
14669 "tower-http 0.6.6",
14670 "tower-service",
14671 "url",
14672 "wasm-bindgen",
14673 "wasm-bindgen-futures",
14674 "web-sys",
14675]
14676
14677[[package]]
14678name = "reqwest_client"
14679version = "0.1.0"
14680dependencies = [
14681 "anyhow",
14682 "bytes 1.11.1",
14683 "futures 0.3.32",
14684 "gpui_util",
14685 "http_client",
14686 "http_client_tls",
14687 "log",
14688 "regex",
14689 "serde",
14690 "tokio",
14691 "zed-reqwest",
14692]
14693
14694[[package]]
14695name = "resvg"
14696version = "0.45.1"
14697source = "registry+https://github.com/rust-lang/crates.io-index"
14698checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14699dependencies = [
14700 "gif",
14701 "image-webp",
14702 "log",
14703 "pico-args",
14704 "rgb",
14705 "svgtypes",
14706 "tiny-skia",
14707 "usvg",
14708 "zune-jpeg",
14709]
14710
14711[[package]]
14712name = "rfc6979"
14713version = "0.3.1"
14714source = "registry+https://github.com/rust-lang/crates.io-index"
14715checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14716dependencies = [
14717 "crypto-bigint 0.4.9",
14718 "hmac",
14719 "zeroize",
14720]
14721
14722[[package]]
14723name = "rgb"
14724version = "0.8.52"
14725source = "registry+https://github.com/rust-lang/crates.io-index"
14726checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14727dependencies = [
14728 "bytemuck",
14729]
14730
14731[[package]]
14732name = "ring"
14733version = "0.17.14"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14736dependencies = [
14737 "cc",
14738 "cfg-if",
14739 "getrandom 0.2.16",
14740 "libc",
14741 "untrusted 0.9.0",
14742 "windows-sys 0.52.0",
14743]
14744
14745[[package]]
14746name = "rkyv"
14747version = "0.7.45"
14748source = "registry+https://github.com/rust-lang/crates.io-index"
14749checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14750dependencies = [
14751 "bitvec",
14752 "bytecheck",
14753 "bytes 1.11.1",
14754 "hashbrown 0.12.3",
14755 "ptr_meta",
14756 "rend",
14757 "rkyv_derive",
14758 "seahash",
14759 "tinyvec",
14760 "uuid",
14761]
14762
14763[[package]]
14764name = "rkyv_derive"
14765version = "0.7.45"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14768dependencies = [
14769 "proc-macro2",
14770 "quote",
14771 "syn 1.0.109",
14772]
14773
14774[[package]]
14775name = "rmp"
14776version = "0.8.14"
14777source = "registry+https://github.com/rust-lang/crates.io-index"
14778checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14779dependencies = [
14780 "byteorder",
14781 "num-traits",
14782 "paste",
14783]
14784
14785[[package]]
14786name = "rmpv"
14787version = "1.3.0"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14790dependencies = [
14791 "num-traits",
14792 "rmp",
14793]
14794
14795[[package]]
14796name = "rodio"
14797version = "0.21.1"
14798source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14799dependencies = [
14800 "cpal",
14801 "dasp_sample",
14802 "hound",
14803 "num-rational",
14804 "rand 0.9.2",
14805 "rand_distr",
14806 "rtrb",
14807 "symphonia",
14808 "thiserror 2.0.17",
14809]
14810
14811[[package]]
14812name = "rope"
14813version = "0.1.0"
14814dependencies = [
14815 "criterion",
14816 "ctor",
14817 "gpui",
14818 "heapless",
14819 "log",
14820 "rand 0.9.2",
14821 "rayon",
14822 "sum_tree",
14823 "tracing",
14824 "unicode-segmentation",
14825 "util",
14826 "zlog",
14827 "ztracing",
14828]
14829
14830[[package]]
14831name = "roxmltree"
14832version = "0.20.0"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14835
14836[[package]]
14837name = "rpassword"
14838version = "7.4.0"
14839source = "registry+https://github.com/rust-lang/crates.io-index"
14840checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14841dependencies = [
14842 "libc",
14843 "rtoolbox",
14844 "windows-sys 0.59.0",
14845]
14846
14847[[package]]
14848name = "rpc"
14849version = "0.1.0"
14850dependencies = [
14851 "anyhow",
14852 "async-tungstenite",
14853 "base64 0.22.1",
14854 "collections",
14855 "futures 0.3.32",
14856 "gpui",
14857 "parking_lot",
14858 "proto",
14859 "rand 0.9.2",
14860 "rsa",
14861 "serde",
14862 "serde_json",
14863 "sha2",
14864 "strum 0.27.2",
14865 "tracing",
14866 "util",
14867 "zlog",
14868 "zstd",
14869]
14870
14871[[package]]
14872name = "rsa"
14873version = "0.9.10"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14876dependencies = [
14877 "const-oid",
14878 "digest",
14879 "num-bigint-dig 0.8.6",
14880 "num-integer",
14881 "num-traits",
14882 "pkcs1",
14883 "pkcs8 0.10.2",
14884 "rand_core 0.6.4",
14885 "signature 2.2.0",
14886 "spki 0.7.3",
14887 "subtle",
14888 "zeroize",
14889]
14890
14891[[package]]
14892name = "rtoolbox"
14893version = "0.0.3"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14896dependencies = [
14897 "libc",
14898 "windows-sys 0.52.0",
14899]
14900
14901[[package]]
14902name = "rtrb"
14903version = "0.3.2"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14906
14907[[package]]
14908name = "rules_library"
14909version = "0.1.0"
14910dependencies = [
14911 "anyhow",
14912 "collections",
14913 "editor",
14914 "gpui",
14915 "language",
14916 "language_model",
14917 "log",
14918 "menu",
14919 "picker",
14920 "platform_title_bar",
14921 "prompt_store",
14922 "release_channel",
14923 "rope",
14924 "serde",
14925 "settings",
14926 "theme_settings",
14927 "ui",
14928 "ui_input",
14929 "util",
14930 "workspace",
14931 "zed_actions",
14932]
14933
14934[[package]]
14935name = "runtimelib"
14936version = "1.4.0"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14939dependencies = [
14940 "async-dispatcher",
14941 "async-std",
14942 "aws-lc-rs",
14943 "base64 0.22.1",
14944 "bytes 1.11.1",
14945 "chrono",
14946 "data-encoding",
14947 "dirs 6.0.0",
14948 "futures 0.3.32",
14949 "glob",
14950 "jupyter-protocol",
14951 "serde",
14952 "serde_json",
14953 "shellexpand 3.1.1",
14954 "smol",
14955 "thiserror 2.0.17",
14956 "uuid",
14957 "zeromq",
14958]
14959
14960[[package]]
14961name = "rust-embed"
14962version = "8.11.0"
14963source = "registry+https://github.com/rust-lang/crates.io-index"
14964checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14965dependencies = [
14966 "rust-embed-impl",
14967 "rust-embed-utils",
14968 "walkdir",
14969]
14970
14971[[package]]
14972name = "rust-embed-impl"
14973version = "8.11.0"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14976dependencies = [
14977 "proc-macro2",
14978 "quote",
14979 "rust-embed-utils",
14980 "syn 2.0.117",
14981 "walkdir",
14982]
14983
14984[[package]]
14985name = "rust-embed-utils"
14986version = "8.11.0"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14989dependencies = [
14990 "globset",
14991 "sha2",
14992 "walkdir",
14993]
14994
14995[[package]]
14996name = "rust_decimal"
14997version = "1.39.0"
14998source = "registry+https://github.com/rust-lang/crates.io-index"
14999checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
15000dependencies = [
15001 "arrayvec",
15002 "borsh",
15003 "bytes 1.11.1",
15004 "num-traits",
15005 "rand 0.8.5",
15006 "rkyv",
15007 "serde",
15008 "serde_json",
15009]
15010
15011[[package]]
15012name = "rustc-demangle"
15013version = "0.1.26"
15014source = "registry+https://github.com/rust-lang/crates.io-index"
15015checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15016
15017[[package]]
15018name = "rustc-hash"
15019version = "1.1.0"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15022
15023[[package]]
15024name = "rustc-hash"
15025version = "2.1.1"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15028
15029[[package]]
15030name = "rustc_version"
15031version = "0.4.1"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15034dependencies = [
15035 "semver",
15036]
15037
15038[[package]]
15039name = "rustfft"
15040version = "6.4.1"
15041source = "registry+https://github.com/rust-lang/crates.io-index"
15042checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15043dependencies = [
15044 "num-complex",
15045 "num-integer",
15046 "num-traits",
15047 "primal-check",
15048 "strength_reduce",
15049 "transpose",
15050]
15051
15052[[package]]
15053name = "rustix"
15054version = "0.38.44"
15055source = "registry+https://github.com/rust-lang/crates.io-index"
15056checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15057dependencies = [
15058 "bitflags 2.10.0",
15059 "errno 0.3.14",
15060 "libc",
15061 "linux-raw-sys 0.4.15",
15062 "windows-sys 0.59.0",
15063]
15064
15065[[package]]
15066name = "rustix"
15067version = "1.1.2"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15070dependencies = [
15071 "bitflags 2.10.0",
15072 "errno 0.3.14",
15073 "libc",
15074 "linux-raw-sys 0.11.0",
15075 "windows-sys 0.61.2",
15076]
15077
15078[[package]]
15079name = "rustix-linux-procfs"
15080version = "0.1.1"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15083dependencies = [
15084 "once_cell",
15085 "rustix 1.1.2",
15086]
15087
15088[[package]]
15089name = "rustix-openpty"
15090version = "0.2.0"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15093dependencies = [
15094 "errno 0.3.14",
15095 "libc",
15096 "rustix 1.1.2",
15097]
15098
15099[[package]]
15100name = "rustls"
15101version = "0.21.12"
15102source = "registry+https://github.com/rust-lang/crates.io-index"
15103checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15104dependencies = [
15105 "log",
15106 "ring",
15107 "rustls-webpki 0.101.7",
15108 "sct",
15109]
15110
15111[[package]]
15112name = "rustls"
15113version = "0.23.33"
15114source = "registry+https://github.com/rust-lang/crates.io-index"
15115checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15116dependencies = [
15117 "aws-lc-rs",
15118 "log",
15119 "once_cell",
15120 "ring",
15121 "rustls-pki-types",
15122 "rustls-webpki 0.103.7",
15123 "subtle",
15124 "zeroize",
15125]
15126
15127[[package]]
15128name = "rustls-native-certs"
15129version = "0.6.3"
15130source = "registry+https://github.com/rust-lang/crates.io-index"
15131checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15132dependencies = [
15133 "openssl-probe",
15134 "rustls-pemfile 1.0.4",
15135 "schannel",
15136 "security-framework 2.11.1",
15137]
15138
15139[[package]]
15140name = "rustls-native-certs"
15141version = "0.8.2"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15144dependencies = [
15145 "openssl-probe",
15146 "rustls-pki-types",
15147 "schannel",
15148 "security-framework 3.5.1",
15149]
15150
15151[[package]]
15152name = "rustls-pemfile"
15153version = "1.0.4"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15156dependencies = [
15157 "base64 0.21.7",
15158]
15159
15160[[package]]
15161name = "rustls-pemfile"
15162version = "2.2.0"
15163source = "registry+https://github.com/rust-lang/crates.io-index"
15164checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15165dependencies = [
15166 "rustls-pki-types",
15167]
15168
15169[[package]]
15170name = "rustls-pki-types"
15171version = "1.12.0"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15174dependencies = [
15175 "web-time",
15176 "zeroize",
15177]
15178
15179[[package]]
15180name = "rustls-platform-verifier"
15181version = "0.5.3"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15184dependencies = [
15185 "core-foundation 0.10.0",
15186 "core-foundation-sys",
15187 "jni",
15188 "log",
15189 "once_cell",
15190 "rustls 0.23.33",
15191 "rustls-native-certs 0.8.2",
15192 "rustls-platform-verifier-android",
15193 "rustls-webpki 0.103.7",
15194 "security-framework 3.5.1",
15195 "security-framework-sys",
15196 "webpki-root-certs",
15197 "windows-sys 0.59.0",
15198]
15199
15200[[package]]
15201name = "rustls-platform-verifier-android"
15202version = "0.1.1"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15205
15206[[package]]
15207name = "rustls-webpki"
15208version = "0.101.7"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15211dependencies = [
15212 "ring",
15213 "untrusted 0.9.0",
15214]
15215
15216[[package]]
15217name = "rustls-webpki"
15218version = "0.103.7"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15221dependencies = [
15222 "aws-lc-rs",
15223 "ring",
15224 "rustls-pki-types",
15225 "untrusted 0.9.0",
15226]
15227
15228[[package]]
15229name = "rustversion"
15230version = "1.0.22"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15233
15234[[package]]
15235name = "rusty-fork"
15236version = "0.3.1"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15239dependencies = [
15240 "fnv",
15241 "quick-error 1.2.3",
15242 "tempfile",
15243 "wait-timeout",
15244]
15245
15246[[package]]
15247name = "rustybuzz"
15248version = "0.20.1"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15251dependencies = [
15252 "bitflags 2.10.0",
15253 "bytemuck",
15254 "core_maths",
15255 "log",
15256 "smallvec",
15257 "ttf-parser 0.25.1",
15258 "unicode-bidi-mirroring",
15259 "unicode-ccc",
15260 "unicode-properties",
15261 "unicode-script",
15262]
15263
15264[[package]]
15265name = "ryu"
15266version = "1.0.20"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15269
15270[[package]]
15271name = "saa"
15272version = "5.4.9"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15275
15276[[package]]
15277name = "safetensors"
15278version = "0.4.5"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15281dependencies = [
15282 "serde",
15283 "serde_json",
15284]
15285
15286[[package]]
15287name = "same-file"
15288version = "1.0.6"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15291dependencies = [
15292 "winapi-util",
15293]
15294
15295[[package]]
15296name = "scc"
15297version = "3.5.6"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15300dependencies = [
15301 "saa",
15302 "sdd",
15303]
15304
15305[[package]]
15306name = "schannel"
15307version = "0.1.28"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15310dependencies = [
15311 "windows-sys 0.61.2",
15312]
15313
15314[[package]]
15315name = "scheduler"
15316version = "0.1.0"
15317dependencies = [
15318 "async-task",
15319 "backtrace",
15320 "chrono",
15321 "flume",
15322 "futures 0.3.32",
15323 "parking_lot",
15324 "rand 0.9.2",
15325 "web-time",
15326]
15327
15328[[package]]
15329name = "schema_generator"
15330version = "0.1.0"
15331dependencies = [
15332 "anyhow",
15333 "clap",
15334 "env_logger 0.11.8",
15335 "schemars",
15336 "serde",
15337 "serde_json",
15338 "settings",
15339 "theme",
15340 "theme_settings",
15341]
15342
15343[[package]]
15344name = "schemars"
15345version = "1.0.4"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15348dependencies = [
15349 "dyn-clone",
15350 "indexmap",
15351 "ref-cast",
15352 "schemars_derive",
15353 "serde",
15354 "serde_json",
15355]
15356
15357[[package]]
15358name = "schemars_derive"
15359version = "1.0.4"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15362dependencies = [
15363 "proc-macro2",
15364 "quote",
15365 "serde_derive_internals",
15366 "syn 2.0.117",
15367]
15368
15369[[package]]
15370name = "scoped-tls"
15371version = "1.0.1"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15374
15375[[package]]
15376name = "scopeguard"
15377version = "1.2.0"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15380
15381[[package]]
15382name = "scratch"
15383version = "1.0.9"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15386
15387[[package]]
15388name = "screencapturekit"
15389version = "0.2.8"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15392dependencies = [
15393 "screencapturekit-sys",
15394]
15395
15396[[package]]
15397name = "screencapturekit-sys"
15398version = "0.2.8"
15399source = "registry+https://github.com/rust-lang/crates.io-index"
15400checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15401dependencies = [
15402 "block",
15403 "dispatch",
15404 "objc",
15405 "objc-foundation",
15406 "objc_id",
15407 "once_cell",
15408]
15409
15410[[package]]
15411name = "scroll"
15412version = "0.12.0"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15415dependencies = [
15416 "scroll_derive",
15417]
15418
15419[[package]]
15420name = "scroll_derive"
15421version = "0.12.1"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15424dependencies = [
15425 "proc-macro2",
15426 "quote",
15427 "syn 2.0.117",
15428]
15429
15430[[package]]
15431name = "sct"
15432version = "0.7.1"
15433source = "registry+https://github.com/rust-lang/crates.io-index"
15434checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15435dependencies = [
15436 "ring",
15437 "untrusted 0.9.0",
15438]
15439
15440[[package]]
15441name = "sdd"
15442version = "4.6.2"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15445
15446[[package]]
15447name = "sea-bae"
15448version = "0.2.1"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15451dependencies = [
15452 "heck 0.4.1",
15453 "proc-macro-error2",
15454 "proc-macro2",
15455 "quote",
15456 "syn 2.0.117",
15457]
15458
15459[[package]]
15460name = "sea-orm"
15461version = "1.1.10"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15464dependencies = [
15465 "async-stream",
15466 "async-trait",
15467 "bigdecimal",
15468 "chrono",
15469 "futures-util",
15470 "log",
15471 "ouroboros",
15472 "pgvector",
15473 "rust_decimal",
15474 "sea-orm-macros",
15475 "sea-query",
15476 "sea-query-binder",
15477 "serde",
15478 "serde_json",
15479 "sqlx",
15480 "strum 0.26.3",
15481 "thiserror 2.0.17",
15482 "time",
15483 "tracing",
15484 "url",
15485 "uuid",
15486]
15487
15488[[package]]
15489name = "sea-orm-macros"
15490version = "1.1.10"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15493dependencies = [
15494 "heck 0.4.1",
15495 "proc-macro2",
15496 "quote",
15497 "sea-bae",
15498 "syn 2.0.117",
15499 "unicode-ident",
15500]
15501
15502[[package]]
15503name = "sea-query"
15504version = "0.32.7"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15507dependencies = [
15508 "bigdecimal",
15509 "chrono",
15510 "inherent",
15511 "ordered-float 4.6.0",
15512 "rust_decimal",
15513 "serde_json",
15514 "time",
15515 "uuid",
15516]
15517
15518[[package]]
15519name = "sea-query-binder"
15520version = "0.7.0"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15523dependencies = [
15524 "bigdecimal",
15525 "chrono",
15526 "rust_decimal",
15527 "sea-query",
15528 "serde_json",
15529 "sqlx",
15530 "time",
15531 "uuid",
15532]
15533
15534[[package]]
15535name = "seahash"
15536version = "4.1.0"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15539
15540[[package]]
15541name = "search"
15542version = "0.1.0"
15543dependencies = [
15544 "any_vec",
15545 "anyhow",
15546 "bitflags 2.10.0",
15547 "collections",
15548 "editor",
15549 "fs",
15550 "futures 0.3.32",
15551 "gpui",
15552 "itertools 0.14.0",
15553 "language",
15554 "lsp",
15555 "menu",
15556 "multi_buffer",
15557 "pretty_assertions",
15558 "project",
15559 "serde",
15560 "serde_json",
15561 "settings",
15562 "smol",
15563 "theme",
15564 "theme_settings",
15565 "tracing",
15566 "ui",
15567 "unindent",
15568 "util",
15569 "util_macros",
15570 "workspace",
15571 "zed_actions",
15572 "ztracing",
15573]
15574
15575[[package]]
15576name = "sec1"
15577version = "0.3.0"
15578source = "registry+https://github.com/rust-lang/crates.io-index"
15579checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15580dependencies = [
15581 "base16ct",
15582 "der 0.6.1",
15583 "generic-array",
15584 "pkcs8 0.9.0",
15585 "subtle",
15586 "zeroize",
15587]
15588
15589[[package]]
15590name = "secrecy"
15591version = "0.10.3"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15594dependencies = [
15595 "zeroize",
15596]
15597
15598[[package]]
15599name = "security-framework"
15600version = "2.11.1"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15603dependencies = [
15604 "bitflags 2.10.0",
15605 "core-foundation 0.9.4",
15606 "core-foundation-sys",
15607 "libc",
15608 "security-framework-sys",
15609]
15610
15611[[package]]
15612name = "security-framework"
15613version = "3.5.1"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15616dependencies = [
15617 "bitflags 2.10.0",
15618 "core-foundation 0.10.0",
15619 "core-foundation-sys",
15620 "libc",
15621 "security-framework-sys",
15622]
15623
15624[[package]]
15625name = "security-framework-sys"
15626version = "2.15.0"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15629dependencies = [
15630 "core-foundation-sys",
15631 "libc",
15632]
15633
15634[[package]]
15635name = "self_cell"
15636version = "1.2.2"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15639
15640[[package]]
15641name = "semver"
15642version = "1.0.27"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15645dependencies = [
15646 "serde",
15647 "serde_core",
15648]
15649
15650[[package]]
15651name = "seq-macro"
15652version = "0.3.6"
15653source = "registry+https://github.com/rust-lang/crates.io-index"
15654checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15655
15656[[package]]
15657name = "serde"
15658version = "1.0.228"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15661dependencies = [
15662 "serde_core",
15663 "serde_derive",
15664]
15665
15666[[package]]
15667name = "serde_bytes"
15668version = "0.11.19"
15669source = "registry+https://github.com/rust-lang/crates.io-index"
15670checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15671dependencies = [
15672 "serde",
15673 "serde_core",
15674]
15675
15676[[package]]
15677name = "serde_core"
15678version = "1.0.228"
15679source = "registry+https://github.com/rust-lang/crates.io-index"
15680checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15681dependencies = [
15682 "serde_derive",
15683]
15684
15685[[package]]
15686name = "serde_derive"
15687version = "1.0.228"
15688source = "registry+https://github.com/rust-lang/crates.io-index"
15689checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15690dependencies = [
15691 "proc-macro2",
15692 "quote",
15693 "syn 2.0.117",
15694]
15695
15696[[package]]
15697name = "serde_derive_internals"
15698version = "0.29.1"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15701dependencies = [
15702 "proc-macro2",
15703 "quote",
15704 "syn 2.0.117",
15705]
15706
15707[[package]]
15708name = "serde_fmt"
15709version = "1.0.3"
15710source = "registry+https://github.com/rust-lang/crates.io-index"
15711checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15712dependencies = [
15713 "serde",
15714]
15715
15716[[package]]
15717name = "serde_json"
15718version = "1.0.145"
15719source = "registry+https://github.com/rust-lang/crates.io-index"
15720checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15721dependencies = [
15722 "indexmap",
15723 "itoa",
15724 "memchr",
15725 "ryu",
15726 "serde",
15727 "serde_core",
15728]
15729
15730[[package]]
15731name = "serde_json_lenient"
15732version = "0.2.4"
15733source = "registry+https://github.com/rust-lang/crates.io-index"
15734checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15735dependencies = [
15736 "indexmap",
15737 "itoa",
15738 "memchr",
15739 "ryu",
15740 "serde",
15741]
15742
15743[[package]]
15744name = "serde_path_to_error"
15745version = "0.1.20"
15746source = "registry+https://github.com/rust-lang/crates.io-index"
15747checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15748dependencies = [
15749 "itoa",
15750 "serde",
15751 "serde_core",
15752]
15753
15754[[package]]
15755name = "serde_repr"
15756version = "0.1.20"
15757source = "registry+https://github.com/rust-lang/crates.io-index"
15758checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15759dependencies = [
15760 "proc-macro2",
15761 "quote",
15762 "syn 2.0.117",
15763]
15764
15765[[package]]
15766name = "serde_spanned"
15767version = "0.6.9"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15770dependencies = [
15771 "serde",
15772]
15773
15774[[package]]
15775name = "serde_spanned"
15776version = "1.0.3"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15779dependencies = [
15780 "serde_core",
15781]
15782
15783[[package]]
15784name = "serde_urlencoded"
15785version = "0.7.1"
15786source = "registry+https://github.com/rust-lang/crates.io-index"
15787checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15788dependencies = [
15789 "form_urlencoded",
15790 "itoa",
15791 "ryu",
15792 "serde",
15793]
15794
15795[[package]]
15796name = "serde_yaml"
15797version = "0.9.34+deprecated"
15798source = "registry+https://github.com/rust-lang/crates.io-index"
15799checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15800dependencies = [
15801 "indexmap",
15802 "itoa",
15803 "ryu",
15804 "serde",
15805 "unsafe-libyaml",
15806]
15807
15808[[package]]
15809name = "serial2"
15810version = "0.2.33"
15811source = "registry+https://github.com/rust-lang/crates.io-index"
15812checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15813dependencies = [
15814 "cfg-if",
15815 "libc",
15816 "winapi",
15817]
15818
15819[[package]]
15820name = "session"
15821version = "0.1.0"
15822dependencies = [
15823 "db",
15824 "gpui",
15825 "serde_json",
15826 "util",
15827 "uuid",
15828]
15829
15830[[package]]
15831name = "settings"
15832version = "0.1.0"
15833dependencies = [
15834 "anyhow",
15835 "collections",
15836 "ec4rs",
15837 "fs",
15838 "futures 0.3.32",
15839 "gpui",
15840 "indoc",
15841 "inventory",
15842 "log",
15843 "migrator",
15844 "paths",
15845 "pretty_assertions",
15846 "release_channel",
15847 "rust-embed",
15848 "schemars",
15849 "serde",
15850 "serde_json",
15851 "serde_json_lenient",
15852 "settings_content",
15853 "settings_json",
15854 "settings_macros",
15855 "smallvec",
15856 "unindent",
15857 "util",
15858 "zlog",
15859]
15860
15861[[package]]
15862name = "settings_content"
15863version = "0.1.0"
15864dependencies = [
15865 "anyhow",
15866 "collections",
15867 "derive_more",
15868 "gpui",
15869 "language_model_core",
15870 "log",
15871 "schemars",
15872 "serde",
15873 "serde_json",
15874 "serde_json_lenient",
15875 "settings_json",
15876 "settings_macros",
15877 "strum 0.27.2",
15878 "util",
15879]
15880
15881[[package]]
15882name = "settings_json"
15883version = "0.1.0"
15884dependencies = [
15885 "anyhow",
15886 "pretty_assertions",
15887 "serde",
15888 "serde_json",
15889 "serde_json_lenient",
15890 "serde_path_to_error",
15891 "tree-sitter",
15892 "tree-sitter-json",
15893 "unindent",
15894 "util",
15895]
15896
15897[[package]]
15898name = "settings_macros"
15899version = "0.1.0"
15900dependencies = [
15901 "quote",
15902 "settings",
15903 "syn 2.0.117",
15904]
15905
15906[[package]]
15907name = "settings_profile_selector"
15908version = "0.1.0"
15909dependencies = [
15910 "editor",
15911 "fuzzy",
15912 "gpui",
15913 "menu",
15914 "picker",
15915 "project",
15916 "serde_json",
15917 "settings",
15918 "theme",
15919 "theme_settings",
15920 "ui",
15921 "workspace",
15922 "zed_actions",
15923]
15924
15925[[package]]
15926name = "settings_ui"
15927version = "0.1.0"
15928dependencies = [
15929 "agent",
15930 "agent_settings",
15931 "anyhow",
15932 "audio",
15933 "codestral",
15934 "component",
15935 "copilot",
15936 "copilot_ui",
15937 "cpal",
15938 "edit_prediction",
15939 "edit_prediction_ui",
15940 "editor",
15941 "fs",
15942 "futures 0.3.32",
15943 "fuzzy",
15944 "gpui",
15945 "heck 0.5.0",
15946 "itertools 0.14.0",
15947 "language",
15948 "log",
15949 "menu",
15950 "paths",
15951 "picker",
15952 "platform_title_bar",
15953 "pretty_assertions",
15954 "project",
15955 "regex",
15956 "release_channel",
15957 "rodio",
15958 "schemars",
15959 "search",
15960 "serde",
15961 "serde_json",
15962 "settings",
15963 "shell_command_parser",
15964 "strum 0.27.2",
15965 "telemetry",
15966 "theme",
15967 "theme_settings",
15968 "title_bar",
15969 "ui",
15970 "util",
15971 "workspace",
15972 "zed_actions",
15973 "zed_credentials_provider",
15974]
15975
15976[[package]]
15977name = "sha-1"
15978version = "0.10.1"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15981dependencies = [
15982 "cfg-if",
15983 "cpufeatures",
15984 "digest",
15985]
15986
15987[[package]]
15988name = "sha1"
15989version = "0.10.6"
15990source = "registry+https://github.com/rust-lang/crates.io-index"
15991checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15992dependencies = [
15993 "cfg-if",
15994 "cpufeatures",
15995 "digest",
15996]
15997
15998[[package]]
15999name = "sha1_smol"
16000version = "1.0.1"
16001source = "registry+https://github.com/rust-lang/crates.io-index"
16002checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16003
16004[[package]]
16005name = "sha2"
16006version = "0.10.9"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16009dependencies = [
16010 "cfg-if",
16011 "cpufeatures",
16012 "digest",
16013]
16014
16015[[package]]
16016name = "sharded-slab"
16017version = "0.1.7"
16018source = "registry+https://github.com/rust-lang/crates.io-index"
16019checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16020dependencies = [
16021 "lazy_static",
16022]
16023
16024[[package]]
16025name = "shared_library"
16026version = "0.1.9"
16027source = "registry+https://github.com/rust-lang/crates.io-index"
16028checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16029dependencies = [
16030 "lazy_static",
16031 "libc",
16032]
16033
16034[[package]]
16035name = "shell-words"
16036version = "1.1.0"
16037source = "registry+https://github.com/rust-lang/crates.io-index"
16038checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16039
16040[[package]]
16041name = "shell_command_parser"
16042version = "0.1.0"
16043dependencies = [
16044 "brush-parser",
16045]
16046
16047[[package]]
16048name = "shellexpand"
16049version = "2.1.2"
16050source = "registry+https://github.com/rust-lang/crates.io-index"
16051checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16052dependencies = [
16053 "dirs 4.0.0",
16054]
16055
16056[[package]]
16057name = "shellexpand"
16058version = "3.1.1"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16061dependencies = [
16062 "dirs 6.0.0",
16063]
16064
16065[[package]]
16066name = "shingles"
16067version = "0.1.1"
16068source = "registry+https://github.com/rust-lang/crates.io-index"
16069checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16070
16071[[package]]
16072name = "shlex"
16073version = "1.3.0"
16074source = "registry+https://github.com/rust-lang/crates.io-index"
16075checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16076
16077[[package]]
16078name = "sidebar"
16079version = "0.1.0"
16080dependencies = [
16081 "acp_thread",
16082 "action_log",
16083 "agent",
16084 "agent-client-protocol",
16085 "agent_settings",
16086 "agent_ui",
16087 "anyhow",
16088 "chrono",
16089 "client",
16090 "clock",
16091 "editor",
16092 "extension",
16093 "fs",
16094 "git",
16095 "gpui",
16096 "http_client",
16097 "language",
16098 "language_model",
16099 "log",
16100 "menu",
16101 "node_runtime",
16102 "platform_title_bar",
16103 "pretty_assertions",
16104 "project",
16105 "prompt_store",
16106 "recent_projects",
16107 "release_channel",
16108 "remote",
16109 "remote_connection",
16110 "remote_server",
16111 "semver",
16112 "serde",
16113 "serde_json",
16114 "settings",
16115 "smol",
16116 "theme",
16117 "theme_settings",
16118 "ui",
16119 "util",
16120 "vim_mode_setting",
16121 "workspace",
16122 "zed_actions",
16123]
16124
16125[[package]]
16126name = "signal-hook"
16127version = "0.3.18"
16128source = "registry+https://github.com/rust-lang/crates.io-index"
16129checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16130dependencies = [
16131 "libc",
16132 "signal-hook-registry",
16133]
16134
16135[[package]]
16136name = "signal-hook-registry"
16137version = "1.4.6"
16138source = "registry+https://github.com/rust-lang/crates.io-index"
16139checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16140dependencies = [
16141 "libc",
16142]
16143
16144[[package]]
16145name = "signature"
16146version = "1.6.4"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16149dependencies = [
16150 "digest",
16151 "rand_core 0.6.4",
16152]
16153
16154[[package]]
16155name = "signature"
16156version = "2.2.0"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16159dependencies = [
16160 "digest",
16161 "rand_core 0.6.4",
16162]
16163
16164[[package]]
16165name = "simd-adler32"
16166version = "0.3.7"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16169
16170[[package]]
16171name = "simd_helpers"
16172version = "0.1.0"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16175dependencies = [
16176 "quote",
16177]
16178
16179[[package]]
16180name = "simdutf8"
16181version = "0.1.5"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16184
16185[[package]]
16186name = "similar"
16187version = "2.7.0"
16188source = "registry+https://github.com/rust-lang/crates.io-index"
16189checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16190
16191[[package]]
16192name = "simple_asn1"
16193version = "0.6.3"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16196dependencies = [
16197 "num-bigint",
16198 "num-traits",
16199 "thiserror 2.0.17",
16200 "time",
16201]
16202
16203[[package]]
16204name = "simplecss"
16205version = "0.2.2"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16208dependencies = [
16209 "log",
16210]
16211
16212[[package]]
16213name = "simplelog"
16214version = "0.12.2"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16217dependencies = [
16218 "log",
16219 "termcolor",
16220 "time",
16221]
16222
16223[[package]]
16224name = "siphasher"
16225version = "0.3.11"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16228
16229[[package]]
16230name = "siphasher"
16231version = "1.0.1"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16234
16235[[package]]
16236name = "skrifa"
16237version = "0.37.0"
16238source = "registry+https://github.com/rust-lang/crates.io-index"
16239checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16240dependencies = [
16241 "bytemuck",
16242 "read-fonts 0.35.0",
16243]
16244
16245[[package]]
16246name = "skrifa"
16247version = "0.40.0"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16250dependencies = [
16251 "bytemuck",
16252 "read-fonts 0.37.0",
16253]
16254
16255[[package]]
16256name = "slab"
16257version = "0.4.11"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16260
16261[[package]]
16262name = "slotmap"
16263version = "1.0.7"
16264source = "registry+https://github.com/rust-lang/crates.io-index"
16265checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16266dependencies = [
16267 "version_check",
16268]
16269
16270[[package]]
16271name = "smallvec"
16272version = "1.15.1"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16275dependencies = [
16276 "serde",
16277]
16278
16279[[package]]
16280name = "smart-default"
16281version = "0.7.1"
16282source = "registry+https://github.com/rust-lang/crates.io-index"
16283checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16284dependencies = [
16285 "proc-macro2",
16286 "quote",
16287 "syn 2.0.117",
16288]
16289
16290[[package]]
16291name = "smol"
16292version = "2.0.2"
16293source = "registry+https://github.com/rust-lang/crates.io-index"
16294checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16295dependencies = [
16296 "async-channel 2.5.0",
16297 "async-executor",
16298 "async-fs",
16299 "async-io",
16300 "async-lock 3.4.2",
16301 "async-net",
16302 "async-process",
16303 "blocking",
16304 "futures-lite 2.6.1",
16305]
16306
16307[[package]]
16308name = "smol_str"
16309version = "0.3.5"
16310source = "registry+https://github.com/rust-lang/crates.io-index"
16311checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16312
16313[[package]]
16314name = "snafu"
16315version = "0.8.9"
16316source = "registry+https://github.com/rust-lang/crates.io-index"
16317checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16318dependencies = [
16319 "snafu-derive",
16320]
16321
16322[[package]]
16323name = "snafu-derive"
16324version = "0.8.9"
16325source = "registry+https://github.com/rust-lang/crates.io-index"
16326checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16327dependencies = [
16328 "heck 0.5.0",
16329 "proc-macro2",
16330 "quote",
16331 "syn 2.0.117",
16332]
16333
16334[[package]]
16335name = "snippet"
16336version = "0.1.0"
16337dependencies = [
16338 "anyhow",
16339 "smallvec",
16340]
16341
16342[[package]]
16343name = "snippet_provider"
16344version = "0.1.0"
16345dependencies = [
16346 "anyhow",
16347 "collections",
16348 "extension",
16349 "fs",
16350 "futures 0.3.32",
16351 "gpui",
16352 "indoc",
16353 "parking_lot",
16354 "paths",
16355 "schemars",
16356 "serde",
16357 "serde_json",
16358 "serde_json_lenient",
16359 "snippet",
16360 "util",
16361]
16362
16363[[package]]
16364name = "snippets_ui"
16365version = "0.1.0"
16366dependencies = [
16367 "file_icons",
16368 "fuzzy",
16369 "gpui",
16370 "language",
16371 "open_path_prompt",
16372 "paths",
16373 "picker",
16374 "settings",
16375 "ui",
16376 "util",
16377 "workspace",
16378]
16379
16380[[package]]
16381name = "socket2"
16382version = "0.5.10"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16385dependencies = [
16386 "libc",
16387 "windows-sys 0.52.0",
16388]
16389
16390[[package]]
16391name = "socket2"
16392version = "0.6.1"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16395dependencies = [
16396 "libc",
16397 "windows-sys 0.60.2",
16398]
16399
16400[[package]]
16401name = "spdx"
16402version = "0.10.9"
16403source = "registry+https://github.com/rust-lang/crates.io-index"
16404checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16405dependencies = [
16406 "smallvec",
16407]
16408
16409[[package]]
16410name = "spin"
16411version = "0.9.8"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16414dependencies = [
16415 "lock_api",
16416]
16417
16418[[package]]
16419name = "spin"
16420version = "0.10.0"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16423dependencies = [
16424 "lock_api",
16425]
16426
16427[[package]]
16428name = "spirv"
16429version = "0.4.0+sdk-1.4.341.0"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16432dependencies = [
16433 "bitflags 2.10.0",
16434]
16435
16436[[package]]
16437name = "spki"
16438version = "0.6.0"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16441dependencies = [
16442 "base64ct",
16443 "der 0.6.1",
16444]
16445
16446[[package]]
16447name = "spki"
16448version = "0.7.3"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16451dependencies = [
16452 "base64ct",
16453 "der 0.7.10",
16454]
16455
16456[[package]]
16457name = "sqlez"
16458version = "0.1.0"
16459dependencies = [
16460 "anyhow",
16461 "collections",
16462 "futures 0.3.32",
16463 "indoc",
16464 "libsqlite3-sys",
16465 "log",
16466 "parking_lot",
16467 "smol",
16468 "sqlformat",
16469 "thread_local",
16470 "util",
16471 "uuid",
16472]
16473
16474[[package]]
16475name = "sqlez_macros"
16476version = "0.1.0"
16477dependencies = [
16478 "sqlez",
16479 "sqlformat",
16480 "syn 2.0.117",
16481]
16482
16483[[package]]
16484name = "sqlformat"
16485version = "0.2.6"
16486source = "registry+https://github.com/rust-lang/crates.io-index"
16487checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16488dependencies = [
16489 "nom 7.1.3",
16490 "unicode_categories",
16491]
16492
16493[[package]]
16494name = "sqlx"
16495version = "0.8.6"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16498dependencies = [
16499 "sqlx-core",
16500 "sqlx-macros",
16501 "sqlx-mysql",
16502 "sqlx-postgres",
16503 "sqlx-sqlite",
16504]
16505
16506[[package]]
16507name = "sqlx-core"
16508version = "0.8.6"
16509source = "registry+https://github.com/rust-lang/crates.io-index"
16510checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16511dependencies = [
16512 "base64 0.22.1",
16513 "bigdecimal",
16514 "bytes 1.11.1",
16515 "chrono",
16516 "crc",
16517 "crossbeam-queue",
16518 "either",
16519 "event-listener 5.4.1",
16520 "futures-core",
16521 "futures-intrusive",
16522 "futures-io",
16523 "futures-util",
16524 "hashbrown 0.15.5",
16525 "hashlink 0.10.0",
16526 "indexmap",
16527 "log",
16528 "memchr",
16529 "once_cell",
16530 "percent-encoding",
16531 "rust_decimal",
16532 "rustls 0.23.33",
16533 "serde",
16534 "serde_json",
16535 "sha2",
16536 "smallvec",
16537 "thiserror 2.0.17",
16538 "time",
16539 "tokio",
16540 "tokio-stream",
16541 "tracing",
16542 "url",
16543 "uuid",
16544 "webpki-roots",
16545]
16546
16547[[package]]
16548name = "sqlx-macros"
16549version = "0.8.6"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16552dependencies = [
16553 "proc-macro2",
16554 "quote",
16555 "sqlx-core",
16556 "sqlx-macros-core",
16557 "syn 2.0.117",
16558]
16559
16560[[package]]
16561name = "sqlx-macros-core"
16562version = "0.8.6"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16565dependencies = [
16566 "dotenvy",
16567 "either",
16568 "heck 0.5.0",
16569 "hex",
16570 "once_cell",
16571 "proc-macro2",
16572 "quote",
16573 "serde",
16574 "serde_json",
16575 "sha2",
16576 "sqlx-core",
16577 "sqlx-mysql",
16578 "sqlx-postgres",
16579 "sqlx-sqlite",
16580 "syn 2.0.117",
16581 "tokio",
16582 "url",
16583]
16584
16585[[package]]
16586name = "sqlx-mysql"
16587version = "0.8.6"
16588source = "registry+https://github.com/rust-lang/crates.io-index"
16589checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16590dependencies = [
16591 "atoi",
16592 "base64 0.22.1",
16593 "bigdecimal",
16594 "bitflags 2.10.0",
16595 "byteorder",
16596 "bytes 1.11.1",
16597 "chrono",
16598 "crc",
16599 "digest",
16600 "dotenvy",
16601 "either",
16602 "futures-channel",
16603 "futures-core",
16604 "futures-io",
16605 "futures-util",
16606 "generic-array",
16607 "hex",
16608 "hkdf",
16609 "hmac",
16610 "itoa",
16611 "log",
16612 "md-5",
16613 "memchr",
16614 "once_cell",
16615 "percent-encoding",
16616 "rand 0.8.5",
16617 "rsa",
16618 "rust_decimal",
16619 "serde",
16620 "sha1",
16621 "sha2",
16622 "smallvec",
16623 "sqlx-core",
16624 "stringprep",
16625 "thiserror 2.0.17",
16626 "time",
16627 "tracing",
16628 "uuid",
16629 "whoami",
16630]
16631
16632[[package]]
16633name = "sqlx-postgres"
16634version = "0.8.6"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16637dependencies = [
16638 "atoi",
16639 "base64 0.22.1",
16640 "bigdecimal",
16641 "bitflags 2.10.0",
16642 "byteorder",
16643 "chrono",
16644 "crc",
16645 "dotenvy",
16646 "etcetera",
16647 "futures-channel",
16648 "futures-core",
16649 "futures-util",
16650 "hex",
16651 "hkdf",
16652 "hmac",
16653 "home",
16654 "itoa",
16655 "log",
16656 "md-5",
16657 "memchr",
16658 "num-bigint",
16659 "once_cell",
16660 "rand 0.8.5",
16661 "rust_decimal",
16662 "serde",
16663 "serde_json",
16664 "sha2",
16665 "smallvec",
16666 "sqlx-core",
16667 "stringprep",
16668 "thiserror 2.0.17",
16669 "time",
16670 "tracing",
16671 "uuid",
16672 "whoami",
16673]
16674
16675[[package]]
16676name = "sqlx-sqlite"
16677version = "0.8.6"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16680dependencies = [
16681 "atoi",
16682 "chrono",
16683 "flume",
16684 "futures-channel",
16685 "futures-core",
16686 "futures-executor",
16687 "futures-intrusive",
16688 "futures-util",
16689 "libsqlite3-sys",
16690 "log",
16691 "percent-encoding",
16692 "serde",
16693 "serde_urlencoded",
16694 "sqlx-core",
16695 "thiserror 2.0.17",
16696 "time",
16697 "tracing",
16698 "url",
16699 "uuid",
16700]
16701
16702[[package]]
16703name = "stable_deref_trait"
16704version = "1.2.1"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16707
16708[[package]]
16709name = "stacker"
16710version = "0.1.23"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16713dependencies = [
16714 "cc",
16715 "cfg-if",
16716 "libc",
16717 "psm",
16718 "windows-sys 0.59.0",
16719]
16720
16721[[package]]
16722name = "stacksafe"
16723version = "0.1.4"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16726dependencies = [
16727 "stacker",
16728 "stacksafe-macro",
16729]
16730
16731[[package]]
16732name = "stacksafe-macro"
16733version = "0.1.4"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16736dependencies = [
16737 "proc-macro-error2",
16738 "quote",
16739 "syn 2.0.117",
16740]
16741
16742[[package]]
16743name = "static_assertions"
16744version = "1.1.0"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16747
16748[[package]]
16749name = "story"
16750version = "0.1.0"
16751dependencies = [
16752 "gpui",
16753 "itertools 0.14.0",
16754 "smallvec",
16755]
16756
16757[[package]]
16758name = "storybook"
16759version = "0.1.0"
16760dependencies = [
16761 "anyhow",
16762 "clap",
16763 "ctrlc",
16764 "dialoguer",
16765 "editor",
16766 "fuzzy",
16767 "gpui",
16768 "gpui_platform",
16769 "indoc",
16770 "language",
16771 "log",
16772 "menu",
16773 "picker",
16774 "reqwest_client",
16775 "rust-embed",
16776 "settings",
16777 "simplelog",
16778 "story",
16779 "strum 0.27.2",
16780 "theme",
16781 "theme_settings",
16782 "title_bar",
16783 "ui",
16784]
16785
16786[[package]]
16787name = "streaming-iterator"
16788version = "0.1.9"
16789source = "registry+https://github.com/rust-lang/crates.io-index"
16790checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16791
16792[[package]]
16793name = "streaming_diff"
16794version = "0.1.0"
16795dependencies = [
16796 "ordered-float 2.10.1",
16797 "rand 0.9.2",
16798 "rope",
16799 "util",
16800]
16801
16802[[package]]
16803name = "strength_reduce"
16804version = "0.2.4"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16807
16808[[package]]
16809name = "strict-num"
16810version = "0.1.1"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16813dependencies = [
16814 "float-cmp",
16815]
16816
16817[[package]]
16818name = "string_cache"
16819version = "0.8.9"
16820source = "registry+https://github.com/rust-lang/crates.io-index"
16821checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16822dependencies = [
16823 "new_debug_unreachable",
16824 "parking_lot",
16825 "phf_shared 0.11.3",
16826 "precomputed-hash",
16827 "serde",
16828]
16829
16830[[package]]
16831name = "string_cache_codegen"
16832version = "0.5.4"
16833source = "registry+https://github.com/rust-lang/crates.io-index"
16834checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16835dependencies = [
16836 "phf_generator 0.11.3",
16837 "phf_shared 0.11.3",
16838 "proc-macro2",
16839 "quote",
16840]
16841
16842[[package]]
16843name = "stringprep"
16844version = "0.1.5"
16845source = "registry+https://github.com/rust-lang/crates.io-index"
16846checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16847dependencies = [
16848 "unicode-bidi",
16849 "unicode-normalization",
16850 "unicode-properties",
16851]
16852
16853[[package]]
16854name = "strsim"
16855version = "0.11.1"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16858
16859[[package]]
16860name = "strum"
16861version = "0.26.3"
16862source = "registry+https://github.com/rust-lang/crates.io-index"
16863checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16864
16865[[package]]
16866name = "strum"
16867version = "0.27.2"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16870dependencies = [
16871 "strum_macros 0.27.2",
16872]
16873
16874[[package]]
16875name = "strum"
16876version = "0.28.0"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16879dependencies = [
16880 "strum_macros 0.28.0",
16881]
16882
16883[[package]]
16884name = "strum_macros"
16885version = "0.27.2"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16888dependencies = [
16889 "heck 0.5.0",
16890 "proc-macro2",
16891 "quote",
16892 "syn 2.0.117",
16893]
16894
16895[[package]]
16896name = "strum_macros"
16897version = "0.28.0"
16898source = "registry+https://github.com/rust-lang/crates.io-index"
16899checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16900dependencies = [
16901 "heck 0.5.0",
16902 "proc-macro2",
16903 "quote",
16904 "syn 2.0.117",
16905]
16906
16907[[package]]
16908name = "subtle"
16909version = "2.6.1"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16912
16913[[package]]
16914name = "sum_tree"
16915version = "0.1.0"
16916dependencies = [
16917 "ctor",
16918 "heapless",
16919 "log",
16920 "proptest",
16921 "rand 0.9.2",
16922 "rayon",
16923 "tracing",
16924 "zlog",
16925 "ztracing",
16926]
16927
16928[[package]]
16929name = "sval"
16930version = "2.15.0"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16933
16934[[package]]
16935name = "sval_buffer"
16936version = "2.15.0"
16937source = "registry+https://github.com/rust-lang/crates.io-index"
16938checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16939dependencies = [
16940 "sval",
16941 "sval_ref",
16942]
16943
16944[[package]]
16945name = "sval_dynamic"
16946version = "2.15.0"
16947source = "registry+https://github.com/rust-lang/crates.io-index"
16948checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16949dependencies = [
16950 "sval",
16951]
16952
16953[[package]]
16954name = "sval_fmt"
16955version = "2.15.0"
16956source = "registry+https://github.com/rust-lang/crates.io-index"
16957checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16958dependencies = [
16959 "itoa",
16960 "ryu",
16961 "sval",
16962]
16963
16964[[package]]
16965name = "sval_json"
16966version = "2.15.0"
16967source = "registry+https://github.com/rust-lang/crates.io-index"
16968checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16969dependencies = [
16970 "itoa",
16971 "ryu",
16972 "sval",
16973]
16974
16975[[package]]
16976name = "sval_nested"
16977version = "2.15.0"
16978source = "registry+https://github.com/rust-lang/crates.io-index"
16979checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16980dependencies = [
16981 "sval",
16982 "sval_buffer",
16983 "sval_ref",
16984]
16985
16986[[package]]
16987name = "sval_ref"
16988version = "2.15.0"
16989source = "registry+https://github.com/rust-lang/crates.io-index"
16990checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16991dependencies = [
16992 "sval",
16993]
16994
16995[[package]]
16996name = "sval_serde"
16997version = "2.15.0"
16998source = "registry+https://github.com/rust-lang/crates.io-index"
16999checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
17000dependencies = [
17001 "serde_core",
17002 "sval",
17003 "sval_nested",
17004]
17005
17006[[package]]
17007name = "svg_fmt"
17008version = "0.4.5"
17009source = "registry+https://github.com/rust-lang/crates.io-index"
17010checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
17011
17012[[package]]
17013name = "svg_preview"
17014version = "0.1.0"
17015dependencies = [
17016 "file_icons",
17017 "gpui",
17018 "language",
17019 "multi_buffer",
17020 "ui",
17021 "workspace",
17022 "zed_actions",
17023]
17024
17025[[package]]
17026name = "svgtypes"
17027version = "0.15.3"
17028source = "registry+https://github.com/rust-lang/crates.io-index"
17029checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17030dependencies = [
17031 "kurbo",
17032 "siphasher 1.0.1",
17033]
17034
17035[[package]]
17036name = "swash"
17037version = "0.2.6"
17038source = "registry+https://github.com/rust-lang/crates.io-index"
17039checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17040dependencies = [
17041 "skrifa 0.37.0",
17042 "yazi",
17043 "zeno",
17044]
17045
17046[[package]]
17047name = "symphonia"
17048version = "0.5.5"
17049source = "registry+https://github.com/rust-lang/crates.io-index"
17050checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17051dependencies = [
17052 "lazy_static",
17053 "symphonia-bundle-flac",
17054 "symphonia-bundle-mp3",
17055 "symphonia-codec-aac",
17056 "symphonia-codec-pcm",
17057 "symphonia-codec-vorbis",
17058 "symphonia-core",
17059 "symphonia-format-isomp4",
17060 "symphonia-format-ogg",
17061 "symphonia-format-riff",
17062 "symphonia-metadata",
17063]
17064
17065[[package]]
17066name = "symphonia-bundle-flac"
17067version = "0.5.5"
17068source = "registry+https://github.com/rust-lang/crates.io-index"
17069checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17070dependencies = [
17071 "log",
17072 "symphonia-core",
17073 "symphonia-metadata",
17074 "symphonia-utils-xiph",
17075]
17076
17077[[package]]
17078name = "symphonia-bundle-mp3"
17079version = "0.5.5"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17082dependencies = [
17083 "lazy_static",
17084 "log",
17085 "symphonia-core",
17086 "symphonia-metadata",
17087]
17088
17089[[package]]
17090name = "symphonia-codec-aac"
17091version = "0.5.5"
17092source = "registry+https://github.com/rust-lang/crates.io-index"
17093checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17094dependencies = [
17095 "lazy_static",
17096 "log",
17097 "symphonia-core",
17098]
17099
17100[[package]]
17101name = "symphonia-codec-pcm"
17102version = "0.5.5"
17103source = "registry+https://github.com/rust-lang/crates.io-index"
17104checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17105dependencies = [
17106 "log",
17107 "symphonia-core",
17108]
17109
17110[[package]]
17111name = "symphonia-codec-vorbis"
17112version = "0.5.5"
17113source = "registry+https://github.com/rust-lang/crates.io-index"
17114checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17115dependencies = [
17116 "log",
17117 "symphonia-core",
17118 "symphonia-utils-xiph",
17119]
17120
17121[[package]]
17122name = "symphonia-core"
17123version = "0.5.5"
17124source = "registry+https://github.com/rust-lang/crates.io-index"
17125checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17126dependencies = [
17127 "arrayvec",
17128 "bitflags 1.3.2",
17129 "bytemuck",
17130 "lazy_static",
17131 "log",
17132]
17133
17134[[package]]
17135name = "symphonia-format-isomp4"
17136version = "0.5.5"
17137source = "registry+https://github.com/rust-lang/crates.io-index"
17138checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17139dependencies = [
17140 "encoding_rs",
17141 "log",
17142 "symphonia-core",
17143 "symphonia-metadata",
17144 "symphonia-utils-xiph",
17145]
17146
17147[[package]]
17148name = "symphonia-format-ogg"
17149version = "0.5.5"
17150source = "registry+https://github.com/rust-lang/crates.io-index"
17151checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17152dependencies = [
17153 "log",
17154 "symphonia-core",
17155 "symphonia-metadata",
17156 "symphonia-utils-xiph",
17157]
17158
17159[[package]]
17160name = "symphonia-format-riff"
17161version = "0.5.5"
17162source = "registry+https://github.com/rust-lang/crates.io-index"
17163checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17164dependencies = [
17165 "extended",
17166 "log",
17167 "symphonia-core",
17168 "symphonia-metadata",
17169]
17170
17171[[package]]
17172name = "symphonia-metadata"
17173version = "0.5.5"
17174source = "registry+https://github.com/rust-lang/crates.io-index"
17175checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17176dependencies = [
17177 "encoding_rs",
17178 "lazy_static",
17179 "log",
17180 "symphonia-core",
17181]
17182
17183[[package]]
17184name = "symphonia-utils-xiph"
17185version = "0.5.5"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17188dependencies = [
17189 "symphonia-core",
17190 "symphonia-metadata",
17191]
17192
17193[[package]]
17194name = "syn"
17195version = "1.0.109"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17198dependencies = [
17199 "proc-macro2",
17200 "quote",
17201 "unicode-ident",
17202]
17203
17204[[package]]
17205name = "syn"
17206version = "2.0.117"
17207source = "registry+https://github.com/rust-lang/crates.io-index"
17208checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17209dependencies = [
17210 "proc-macro2",
17211 "quote",
17212 "unicode-ident",
17213]
17214
17215[[package]]
17216name = "sync_wrapper"
17217version = "0.1.2"
17218source = "registry+https://github.com/rust-lang/crates.io-index"
17219checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17220
17221[[package]]
17222name = "sync_wrapper"
17223version = "1.0.2"
17224source = "registry+https://github.com/rust-lang/crates.io-index"
17225checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17226dependencies = [
17227 "futures-core",
17228]
17229
17230[[package]]
17231name = "synchronoise"
17232version = "1.0.1"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17235dependencies = [
17236 "crossbeam-queue",
17237]
17238
17239[[package]]
17240name = "synstructure"
17241version = "0.13.2"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17244dependencies = [
17245 "proc-macro2",
17246 "quote",
17247 "syn 2.0.117",
17248]
17249
17250[[package]]
17251name = "syntax_theme"
17252version = "0.1.0"
17253dependencies = [
17254 "gpui",
17255 "serde",
17256 "serde_json",
17257]
17258
17259[[package]]
17260name = "sys-locale"
17261version = "0.3.2"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17264dependencies = [
17265 "libc",
17266]
17267
17268[[package]]
17269name = "sysctl"
17270version = "0.5.5"
17271source = "registry+https://github.com/rust-lang/crates.io-index"
17272checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17273dependencies = [
17274 "bitflags 2.10.0",
17275 "byteorder",
17276 "enum-as-inner",
17277 "libc",
17278 "thiserror 1.0.69",
17279 "walkdir",
17280]
17281
17282[[package]]
17283name = "sysctl"
17284version = "0.6.0"
17285source = "registry+https://github.com/rust-lang/crates.io-index"
17286checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17287dependencies = [
17288 "bitflags 2.10.0",
17289 "byteorder",
17290 "enum-as-inner",
17291 "libc",
17292 "thiserror 1.0.69",
17293 "walkdir",
17294]
17295
17296[[package]]
17297name = "sysinfo"
17298version = "0.31.4"
17299source = "registry+https://github.com/rust-lang/crates.io-index"
17300checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17301dependencies = [
17302 "core-foundation-sys",
17303 "libc",
17304 "memchr",
17305 "ntapi",
17306 "rayon",
17307 "windows 0.57.0",
17308]
17309
17310[[package]]
17311name = "sysinfo"
17312version = "0.37.2"
17313source = "registry+https://github.com/rust-lang/crates.io-index"
17314checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17315dependencies = [
17316 "libc",
17317 "memchr",
17318 "ntapi",
17319 "objc2-core-foundation",
17320 "objc2-io-kit",
17321 "windows 0.61.3",
17322]
17323
17324[[package]]
17325name = "system-configuration"
17326version = "0.5.1"
17327source = "registry+https://github.com/rust-lang/crates.io-index"
17328checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17329dependencies = [
17330 "bitflags 1.3.2",
17331 "core-foundation 0.9.4",
17332 "system-configuration-sys 0.5.0",
17333]
17334
17335[[package]]
17336name = "system-configuration"
17337version = "0.6.1"
17338source = "registry+https://github.com/rust-lang/crates.io-index"
17339checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17340dependencies = [
17341 "bitflags 2.10.0",
17342 "core-foundation 0.9.4",
17343 "system-configuration-sys 0.6.0",
17344]
17345
17346[[package]]
17347name = "system-configuration-sys"
17348version = "0.5.0"
17349source = "registry+https://github.com/rust-lang/crates.io-index"
17350checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17351dependencies = [
17352 "core-foundation-sys",
17353 "libc",
17354]
17355
17356[[package]]
17357name = "system-configuration-sys"
17358version = "0.6.0"
17359source = "registry+https://github.com/rust-lang/crates.io-index"
17360checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17361dependencies = [
17362 "core-foundation-sys",
17363 "libc",
17364]
17365
17366[[package]]
17367name = "system-deps"
17368version = "6.2.2"
17369source = "registry+https://github.com/rust-lang/crates.io-index"
17370checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17371dependencies = [
17372 "cfg-expr 0.15.8",
17373 "heck 0.5.0",
17374 "pkg-config",
17375 "toml 0.8.23",
17376 "version-compare",
17377]
17378
17379[[package]]
17380name = "system-deps"
17381version = "7.0.7"
17382source = "registry+https://github.com/rust-lang/crates.io-index"
17383checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17384dependencies = [
17385 "cfg-expr 0.20.6",
17386 "heck 0.5.0",
17387 "pkg-config",
17388 "toml 0.9.8",
17389 "version-compare",
17390]
17391
17392[[package]]
17393name = "system-interface"
17394version = "0.27.3"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17397dependencies = [
17398 "bitflags 2.10.0",
17399 "cap-fs-ext",
17400 "cap-std",
17401 "fd-lock",
17402 "io-lifetimes",
17403 "rustix 0.38.44",
17404 "windows-sys 0.59.0",
17405 "winx",
17406]
17407
17408[[package]]
17409name = "system_specs"
17410version = "0.1.0"
17411dependencies = [
17412 "anyhow",
17413 "client",
17414 "gpui",
17415 "human_bytes",
17416 "pciid-parser",
17417 "release_channel",
17418 "semver",
17419 "serde",
17420 "sysinfo 0.37.2",
17421]
17422
17423[[package]]
17424name = "tab_switcher"
17425version = "0.1.0"
17426dependencies = [
17427 "collections",
17428 "ctor",
17429 "editor",
17430 "fuzzy",
17431 "gpui",
17432 "menu",
17433 "picker",
17434 "project",
17435 "schemars",
17436 "serde",
17437 "serde_json",
17438 "settings",
17439 "smol",
17440 "theme",
17441 "theme_settings",
17442 "ui",
17443 "util",
17444 "workspace",
17445 "zlog",
17446]
17447
17448[[package]]
17449name = "taffy"
17450version = "0.9.0"
17451source = "registry+https://github.com/rust-lang/crates.io-index"
17452checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17453dependencies = [
17454 "arrayvec",
17455 "grid",
17456 "serde",
17457 "slotmap",
17458]
17459
17460[[package]]
17461name = "tagptr"
17462version = "0.2.0"
17463source = "registry+https://github.com/rust-lang/crates.io-index"
17464checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17465
17466[[package]]
17467name = "take-until"
17468version = "0.2.0"
17469source = "registry+https://github.com/rust-lang/crates.io-index"
17470checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17471
17472[[package]]
17473name = "tao-core-video-sys"
17474version = "0.2.0"
17475source = "registry+https://github.com/rust-lang/crates.io-index"
17476checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17477dependencies = [
17478 "cfg-if",
17479 "core-foundation-sys",
17480 "libc",
17481 "objc",
17482]
17483
17484[[package]]
17485name = "tap"
17486version = "1.0.1"
17487source = "registry+https://github.com/rust-lang/crates.io-index"
17488checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17489
17490[[package]]
17491name = "target-lexicon"
17492version = "0.12.16"
17493source = "registry+https://github.com/rust-lang/crates.io-index"
17494checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17495
17496[[package]]
17497name = "target-lexicon"
17498version = "0.13.3"
17499source = "registry+https://github.com/rust-lang/crates.io-index"
17500checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17501
17502[[package]]
17503name = "task"
17504version = "0.1.0"
17505dependencies = [
17506 "anyhow",
17507 "collections",
17508 "futures 0.3.32",
17509 "gpui",
17510 "hex",
17511 "log",
17512 "parking_lot",
17513 "pretty_assertions",
17514 "proto",
17515 "schemars",
17516 "serde",
17517 "serde_json",
17518 "serde_json_lenient",
17519 "sha2",
17520 "shellexpand 2.1.2",
17521 "util",
17522 "zed_actions",
17523]
17524
17525[[package]]
17526name = "tasks_ui"
17527version = "0.1.0"
17528dependencies = [
17529 "anyhow",
17530 "collections",
17531 "editor",
17532 "file_icons",
17533 "fuzzy",
17534 "gpui",
17535 "itertools 0.14.0",
17536 "language",
17537 "menu",
17538 "picker",
17539 "project",
17540 "serde",
17541 "serde_json",
17542 "task",
17543 "tree-sitter-rust",
17544 "tree-sitter-typescript",
17545 "ui",
17546 "util",
17547 "workspace",
17548 "zed_actions",
17549]
17550
17551[[package]]
17552name = "telemetry"
17553version = "0.1.0"
17554dependencies = [
17555 "futures 0.3.32",
17556 "serde",
17557 "serde_json",
17558 "telemetry_events",
17559]
17560
17561[[package]]
17562name = "telemetry_events"
17563version = "0.1.0"
17564dependencies = [
17565 "semver",
17566 "serde",
17567 "serde_json",
17568]
17569
17570[[package]]
17571name = "tempfile"
17572version = "3.23.0"
17573source = "registry+https://github.com/rust-lang/crates.io-index"
17574checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17575dependencies = [
17576 "fastrand 2.3.0",
17577 "getrandom 0.3.4",
17578 "once_cell",
17579 "rustix 1.1.2",
17580 "windows-sys 0.61.2",
17581]
17582
17583[[package]]
17584name = "tendril"
17585version = "0.4.3"
17586source = "registry+https://github.com/rust-lang/crates.io-index"
17587checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17588dependencies = [
17589 "futf",
17590 "mac",
17591 "utf-8",
17592]
17593
17594[[package]]
17595name = "termcolor"
17596version = "1.4.1"
17597source = "registry+https://github.com/rust-lang/crates.io-index"
17598checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17599dependencies = [
17600 "winapi-util",
17601]
17602
17603[[package]]
17604name = "terminal"
17605version = "0.1.0"
17606dependencies = [
17607 "alacritty_terminal",
17608 "anyhow",
17609 "collections",
17610 "futures 0.3.32",
17611 "gpui",
17612 "itertools 0.14.0",
17613 "libc",
17614 "log",
17615 "parking_lot",
17616 "rand 0.9.2",
17617 "regex",
17618 "release_channel",
17619 "schemars",
17620 "serde",
17621 "settings",
17622 "smol",
17623 "sysinfo 0.37.2",
17624 "task",
17625 "theme",
17626 "theme_settings",
17627 "thiserror 2.0.17",
17628 "url",
17629 "urlencoding",
17630 "util",
17631 "util_macros",
17632 "windows 0.61.3",
17633]
17634
17635[[package]]
17636name = "terminal_size"
17637version = "0.4.3"
17638source = "registry+https://github.com/rust-lang/crates.io-index"
17639checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17640dependencies = [
17641 "rustix 1.1.2",
17642 "windows-sys 0.60.2",
17643]
17644
17645[[package]]
17646name = "terminal_view"
17647version = "0.1.0"
17648dependencies = [
17649 "anyhow",
17650 "async-recursion",
17651 "breadcrumbs",
17652 "collections",
17653 "db",
17654 "dirs 4.0.0",
17655 "editor",
17656 "futures 0.3.32",
17657 "gpui",
17658 "itertools 0.14.0",
17659 "language",
17660 "log",
17661 "menu",
17662 "pretty_assertions",
17663 "project",
17664 "regex",
17665 "schemars",
17666 "serde",
17667 "serde_json",
17668 "settings",
17669 "shellexpand 2.1.2",
17670 "task",
17671 "terminal",
17672 "theme",
17673 "theme_settings",
17674 "ui",
17675 "util",
17676 "workspace",
17677 "zed_actions",
17678]
17679
17680[[package]]
17681name = "text"
17682version = "0.1.0"
17683dependencies = [
17684 "anyhow",
17685 "clock",
17686 "collections",
17687 "ctor",
17688 "gpui",
17689 "log",
17690 "parking_lot",
17691 "postage",
17692 "rand 0.9.2",
17693 "regex",
17694 "rope",
17695 "smallvec",
17696 "sum_tree",
17697 "util",
17698 "zlog",
17699]
17700
17701[[package]]
17702name = "theme"
17703version = "0.1.0"
17704dependencies = [
17705 "anyhow",
17706 "collections",
17707 "derive_more",
17708 "gpui",
17709 "palette",
17710 "parking_lot",
17711 "refineable",
17712 "schemars",
17713 "serde",
17714 "serde_json",
17715 "serde_json_lenient",
17716 "strum 0.27.2",
17717 "syntax_theme",
17718 "thiserror 2.0.17",
17719 "uuid",
17720]
17721
17722[[package]]
17723name = "theme_extension"
17724version = "0.1.0"
17725dependencies = [
17726 "anyhow",
17727 "extension",
17728 "fs",
17729 "gpui",
17730 "theme",
17731 "theme_settings",
17732]
17733
17734[[package]]
17735name = "theme_importer"
17736version = "0.1.0"
17737dependencies = [
17738 "anyhow",
17739 "clap",
17740 "collections",
17741 "gpui",
17742 "indexmap",
17743 "log",
17744 "palette",
17745 "serde",
17746 "serde_json",
17747 "serde_json_lenient",
17748 "simplelog",
17749 "strum 0.27.2",
17750 "theme",
17751 "theme_settings",
17752 "vscode_theme",
17753]
17754
17755[[package]]
17756name = "theme_selector"
17757version = "0.1.0"
17758dependencies = [
17759 "editor",
17760 "fs",
17761 "fuzzy",
17762 "gpui",
17763 "log",
17764 "picker",
17765 "project",
17766 "serde",
17767 "serde_json",
17768 "settings",
17769 "telemetry",
17770 "theme",
17771 "theme_settings",
17772 "ui",
17773 "util",
17774 "workspace",
17775 "zed_actions",
17776]
17777
17778[[package]]
17779name = "theme_settings"
17780version = "0.1.0"
17781dependencies = [
17782 "anyhow",
17783 "collections",
17784 "gpui",
17785 "gpui_util",
17786 "log",
17787 "palette",
17788 "refineable",
17789 "schemars",
17790 "serde",
17791 "serde_json",
17792 "serde_json_lenient",
17793 "settings",
17794 "theme",
17795 "uuid",
17796]
17797
17798[[package]]
17799name = "thiserror"
17800version = "1.0.69"
17801source = "registry+https://github.com/rust-lang/crates.io-index"
17802checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17803dependencies = [
17804 "thiserror-impl 1.0.69",
17805]
17806
17807[[package]]
17808name = "thiserror"
17809version = "2.0.17"
17810source = "registry+https://github.com/rust-lang/crates.io-index"
17811checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17812dependencies = [
17813 "thiserror-impl 2.0.17",
17814]
17815
17816[[package]]
17817name = "thiserror-impl"
17818version = "1.0.69"
17819source = "registry+https://github.com/rust-lang/crates.io-index"
17820checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17821dependencies = [
17822 "proc-macro2",
17823 "quote",
17824 "syn 2.0.117",
17825]
17826
17827[[package]]
17828name = "thiserror-impl"
17829version = "2.0.17"
17830source = "registry+https://github.com/rust-lang/crates.io-index"
17831checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17832dependencies = [
17833 "proc-macro2",
17834 "quote",
17835 "syn 2.0.117",
17836]
17837
17838[[package]]
17839name = "thread_local"
17840version = "1.1.9"
17841source = "registry+https://github.com/rust-lang/crates.io-index"
17842checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17843dependencies = [
17844 "cfg-if",
17845]
17846
17847[[package]]
17848name = "tiff"
17849version = "0.10.3"
17850source = "registry+https://github.com/rust-lang/crates.io-index"
17851checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17852dependencies = [
17853 "fax",
17854 "flate2",
17855 "half",
17856 "quick-error 2.0.1",
17857 "weezl",
17858 "zune-jpeg",
17859]
17860
17861[[package]]
17862name = "tiktoken-rs"
17863version = "0.9.1"
17864source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17865dependencies = [
17866 "anyhow",
17867 "base64 0.22.1",
17868 "bstr",
17869 "fancy-regex 0.16.2",
17870 "lazy_static",
17871 "regex",
17872 "rustc-hash 1.1.0",
17873]
17874
17875[[package]]
17876name = "time"
17877version = "0.3.47"
17878source = "registry+https://github.com/rust-lang/crates.io-index"
17879checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17880dependencies = [
17881 "deranged",
17882 "itoa",
17883 "libc",
17884 "num-conv",
17885 "num_threads",
17886 "powerfmt",
17887 "serde_core",
17888 "time-core",
17889 "time-macros",
17890]
17891
17892[[package]]
17893name = "time-core"
17894version = "0.1.8"
17895source = "registry+https://github.com/rust-lang/crates.io-index"
17896checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17897
17898[[package]]
17899name = "time-macros"
17900version = "0.2.27"
17901source = "registry+https://github.com/rust-lang/crates.io-index"
17902checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17903dependencies = [
17904 "num-conv",
17905 "time-core",
17906]
17907
17908[[package]]
17909name = "time_format"
17910version = "0.1.0"
17911dependencies = [
17912 "core-foundation 0.10.0",
17913 "core-foundation-sys",
17914 "sys-locale",
17915 "time",
17916 "windows 0.61.3",
17917]
17918
17919[[package]]
17920name = "tiny-keccak"
17921version = "2.0.2"
17922source = "registry+https://github.com/rust-lang/crates.io-index"
17923checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17924dependencies = [
17925 "crunchy",
17926]
17927
17928[[package]]
17929name = "tiny-skia"
17930version = "0.11.4"
17931source = "registry+https://github.com/rust-lang/crates.io-index"
17932checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17933dependencies = [
17934 "arrayref",
17935 "arrayvec",
17936 "bytemuck",
17937 "cfg-if",
17938 "log",
17939 "png 0.17.16",
17940 "tiny-skia-path",
17941]
17942
17943[[package]]
17944name = "tiny-skia-path"
17945version = "0.11.4"
17946source = "registry+https://github.com/rust-lang/crates.io-index"
17947checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17948dependencies = [
17949 "arrayref",
17950 "bytemuck",
17951 "strict-num",
17952]
17953
17954[[package]]
17955name = "tiny_http"
17956version = "0.12.0"
17957source = "registry+https://github.com/rust-lang/crates.io-index"
17958checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17959dependencies = [
17960 "ascii",
17961 "chunked_transfer",
17962 "httpdate",
17963 "log",
17964]
17965
17966[[package]]
17967name = "tinystr"
17968version = "0.8.1"
17969source = "registry+https://github.com/rust-lang/crates.io-index"
17970checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17971dependencies = [
17972 "displaydoc",
17973 "zerovec",
17974]
17975
17976[[package]]
17977name = "tinytemplate"
17978version = "1.2.1"
17979source = "registry+https://github.com/rust-lang/crates.io-index"
17980checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17981dependencies = [
17982 "serde",
17983 "serde_json",
17984]
17985
17986[[package]]
17987name = "tinyvec"
17988version = "1.10.0"
17989source = "registry+https://github.com/rust-lang/crates.io-index"
17990checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17991dependencies = [
17992 "tinyvec_macros",
17993]
17994
17995[[package]]
17996name = "tinyvec_macros"
17997version = "0.1.1"
17998source = "registry+https://github.com/rust-lang/crates.io-index"
17999checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
18000
18001[[package]]
18002name = "title_bar"
18003version = "0.1.0"
18004dependencies = [
18005 "anyhow",
18006 "auto_update",
18007 "call",
18008 "channel",
18009 "chrono",
18010 "client",
18011 "cloud_api_types",
18012 "db",
18013 "git_ui",
18014 "gpui",
18015 "icons",
18016 "livekit_client",
18017 "notifications",
18018 "platform_title_bar",
18019 "project",
18020 "recent_projects",
18021 "release_channel",
18022 "remote",
18023 "remote_connection",
18024 "rpc",
18025 "schemars",
18026 "semver",
18027 "serde",
18028 "settings",
18029 "smallvec",
18030 "story",
18031 "telemetry",
18032 "theme",
18033 "ui",
18034 "util",
18035 "windows 0.61.3",
18036 "workspace",
18037 "zed_actions",
18038]
18039
18040[[package]]
18041name = "tokio"
18042version = "1.48.0"
18043source = "registry+https://github.com/rust-lang/crates.io-index"
18044checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18045dependencies = [
18046 "bytes 1.11.1",
18047 "libc",
18048 "mio 1.1.0",
18049 "parking_lot",
18050 "pin-project-lite",
18051 "signal-hook-registry",
18052 "socket2 0.6.1",
18053 "tokio-macros",
18054 "windows-sys 0.61.2",
18055]
18056
18057[[package]]
18058name = "tokio-io"
18059version = "0.1.13"
18060source = "registry+https://github.com/rust-lang/crates.io-index"
18061checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18062dependencies = [
18063 "bytes 0.4.12",
18064 "futures 0.1.31",
18065 "log",
18066]
18067
18068[[package]]
18069name = "tokio-macros"
18070version = "2.6.0"
18071source = "registry+https://github.com/rust-lang/crates.io-index"
18072checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18073dependencies = [
18074 "proc-macro2",
18075 "quote",
18076 "syn 2.0.117",
18077]
18078
18079[[package]]
18080name = "tokio-native-tls"
18081version = "0.3.1"
18082source = "registry+https://github.com/rust-lang/crates.io-index"
18083checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18084dependencies = [
18085 "native-tls",
18086 "tokio",
18087]
18088
18089[[package]]
18090name = "tokio-rustls"
18091version = "0.24.1"
18092source = "registry+https://github.com/rust-lang/crates.io-index"
18093checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18094dependencies = [
18095 "rustls 0.21.12",
18096 "tokio",
18097]
18098
18099[[package]]
18100name = "tokio-rustls"
18101version = "0.26.2"
18102source = "registry+https://github.com/rust-lang/crates.io-index"
18103checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18104dependencies = [
18105 "rustls 0.23.33",
18106 "tokio",
18107]
18108
18109[[package]]
18110name = "tokio-socks"
18111version = "0.5.2"
18112source = "registry+https://github.com/rust-lang/crates.io-index"
18113checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18114dependencies = [
18115 "either",
18116 "futures-io",
18117 "futures-util",
18118 "thiserror 1.0.69",
18119 "tokio",
18120]
18121
18122[[package]]
18123name = "tokio-stream"
18124version = "0.1.17"
18125source = "registry+https://github.com/rust-lang/crates.io-index"
18126checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18127dependencies = [
18128 "futures-core",
18129 "pin-project-lite",
18130 "tokio",
18131]
18132
18133[[package]]
18134name = "tokio-tungstenite"
18135version = "0.20.1"
18136source = "registry+https://github.com/rust-lang/crates.io-index"
18137checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18138dependencies = [
18139 "futures-util",
18140 "log",
18141 "tokio",
18142 "tungstenite 0.20.1",
18143]
18144
18145[[package]]
18146name = "tokio-tungstenite"
18147version = "0.21.0"
18148source = "registry+https://github.com/rust-lang/crates.io-index"
18149checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18150dependencies = [
18151 "futures-util",
18152 "log",
18153 "tokio",
18154 "tungstenite 0.21.0",
18155]
18156
18157[[package]]
18158name = "tokio-tungstenite"
18159version = "0.28.0"
18160source = "registry+https://github.com/rust-lang/crates.io-index"
18161checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18162dependencies = [
18163 "futures-util",
18164 "log",
18165 "rustls 0.23.33",
18166 "rustls-native-certs 0.8.2",
18167 "rustls-pki-types",
18168 "tokio",
18169 "tokio-rustls 0.26.2",
18170 "tungstenite 0.28.0",
18171]
18172
18173[[package]]
18174name = "tokio-util"
18175version = "0.7.16"
18176source = "registry+https://github.com/rust-lang/crates.io-index"
18177checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18178dependencies = [
18179 "bytes 1.11.1",
18180 "futures-core",
18181 "futures-io",
18182 "futures-sink",
18183 "pin-project-lite",
18184 "tokio",
18185]
18186
18187[[package]]
18188name = "toml"
18189version = "0.5.11"
18190source = "registry+https://github.com/rust-lang/crates.io-index"
18191checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18192dependencies = [
18193 "serde",
18194]
18195
18196[[package]]
18197name = "toml"
18198version = "0.8.23"
18199source = "registry+https://github.com/rust-lang/crates.io-index"
18200checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18201dependencies = [
18202 "serde",
18203 "serde_spanned 0.6.9",
18204 "toml_datetime 0.6.11",
18205 "toml_edit 0.22.27",
18206]
18207
18208[[package]]
18209name = "toml"
18210version = "0.9.8"
18211source = "registry+https://github.com/rust-lang/crates.io-index"
18212checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18213dependencies = [
18214 "indexmap",
18215 "serde_core",
18216 "serde_spanned 1.0.3",
18217 "toml_datetime 0.7.3",
18218 "toml_parser",
18219 "toml_writer",
18220 "winnow",
18221]
18222
18223[[package]]
18224name = "toml_datetime"
18225version = "0.6.11"
18226source = "registry+https://github.com/rust-lang/crates.io-index"
18227checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18228dependencies = [
18229 "serde",
18230]
18231
18232[[package]]
18233name = "toml_datetime"
18234version = "0.7.3"
18235source = "registry+https://github.com/rust-lang/crates.io-index"
18236checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18237dependencies = [
18238 "serde_core",
18239]
18240
18241[[package]]
18242name = "toml_edit"
18243version = "0.22.27"
18244source = "registry+https://github.com/rust-lang/crates.io-index"
18245checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18246dependencies = [
18247 "indexmap",
18248 "serde",
18249 "serde_spanned 0.6.9",
18250 "toml_datetime 0.6.11",
18251 "toml_write",
18252 "winnow",
18253]
18254
18255[[package]]
18256name = "toml_edit"
18257version = "0.23.7"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18260dependencies = [
18261 "indexmap",
18262 "toml_datetime 0.7.3",
18263 "toml_parser",
18264 "winnow",
18265]
18266
18267[[package]]
18268name = "toml_parser"
18269version = "1.0.4"
18270source = "registry+https://github.com/rust-lang/crates.io-index"
18271checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18272dependencies = [
18273 "winnow",
18274]
18275
18276[[package]]
18277name = "toml_write"
18278version = "0.1.2"
18279source = "registry+https://github.com/rust-lang/crates.io-index"
18280checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18281
18282[[package]]
18283name = "toml_writer"
18284version = "1.0.4"
18285source = "registry+https://github.com/rust-lang/crates.io-index"
18286checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18287
18288[[package]]
18289name = "toolchain_selector"
18290version = "0.1.0"
18291dependencies = [
18292 "anyhow",
18293 "convert_case 0.8.0",
18294 "editor",
18295 "futures 0.3.32",
18296 "fuzzy",
18297 "gpui",
18298 "language",
18299 "menu",
18300 "open_path_prompt",
18301 "picker",
18302 "project",
18303 "ui",
18304 "util",
18305 "workspace",
18306]
18307
18308[[package]]
18309name = "topological-sort"
18310version = "0.2.2"
18311source = "registry+https://github.com/rust-lang/crates.io-index"
18312checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18313
18314[[package]]
18315name = "tower"
18316version = "0.4.13"
18317source = "registry+https://github.com/rust-lang/crates.io-index"
18318checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18319dependencies = [
18320 "futures-core",
18321 "futures-util",
18322 "pin-project",
18323 "pin-project-lite",
18324 "tokio",
18325 "tower-layer",
18326 "tower-service",
18327 "tracing",
18328]
18329
18330[[package]]
18331name = "tower"
18332version = "0.5.2"
18333source = "registry+https://github.com/rust-lang/crates.io-index"
18334checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18335dependencies = [
18336 "futures-core",
18337 "futures-util",
18338 "pin-project-lite",
18339 "sync_wrapper 1.0.2",
18340 "tokio",
18341 "tokio-util",
18342 "tower-layer",
18343 "tower-service",
18344 "tracing",
18345]
18346
18347[[package]]
18348name = "tower-http"
18349version = "0.4.4"
18350source = "registry+https://github.com/rust-lang/crates.io-index"
18351checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18352dependencies = [
18353 "bitflags 2.10.0",
18354 "bytes 1.11.1",
18355 "futures-core",
18356 "futures-util",
18357 "http 0.2.12",
18358 "http-body 0.4.6",
18359 "http-range-header",
18360 "pin-project-lite",
18361 "tower-layer",
18362 "tower-service",
18363 "tracing",
18364]
18365
18366[[package]]
18367name = "tower-http"
18368version = "0.6.6"
18369source = "registry+https://github.com/rust-lang/crates.io-index"
18370checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18371dependencies = [
18372 "bitflags 2.10.0",
18373 "bytes 1.11.1",
18374 "futures-util",
18375 "http 1.3.1",
18376 "http-body 1.0.1",
18377 "iri-string",
18378 "pin-project-lite",
18379 "tower 0.5.2",
18380 "tower-layer",
18381 "tower-service",
18382 "tracing",
18383]
18384
18385[[package]]
18386name = "tower-layer"
18387version = "0.3.3"
18388source = "registry+https://github.com/rust-lang/crates.io-index"
18389checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18390
18391[[package]]
18392name = "tower-service"
18393version = "0.3.3"
18394source = "registry+https://github.com/rust-lang/crates.io-index"
18395checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18396
18397[[package]]
18398name = "tracing"
18399version = "0.1.43"
18400source = "registry+https://github.com/rust-lang/crates.io-index"
18401checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18402dependencies = [
18403 "log",
18404 "pin-project-lite",
18405 "tracing-attributes",
18406 "tracing-core",
18407]
18408
18409[[package]]
18410name = "tracing-attributes"
18411version = "0.1.31"
18412source = "registry+https://github.com/rust-lang/crates.io-index"
18413checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18414dependencies = [
18415 "proc-macro2",
18416 "quote",
18417 "syn 2.0.117",
18418]
18419
18420[[package]]
18421name = "tracing-core"
18422version = "0.1.35"
18423source = "registry+https://github.com/rust-lang/crates.io-index"
18424checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18425dependencies = [
18426 "once_cell",
18427 "valuable",
18428]
18429
18430[[package]]
18431name = "tracing-log"
18432version = "0.2.0"
18433source = "registry+https://github.com/rust-lang/crates.io-index"
18434checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18435dependencies = [
18436 "log",
18437 "once_cell",
18438 "tracing-core",
18439]
18440
18441[[package]]
18442name = "tracing-serde"
18443version = "0.2.0"
18444source = "registry+https://github.com/rust-lang/crates.io-index"
18445checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18446dependencies = [
18447 "serde",
18448 "tracing-core",
18449]
18450
18451[[package]]
18452name = "tracing-subscriber"
18453version = "0.3.22"
18454source = "registry+https://github.com/rust-lang/crates.io-index"
18455checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18456dependencies = [
18457 "matchers",
18458 "nu-ansi-term",
18459 "once_cell",
18460 "regex-automata",
18461 "serde",
18462 "serde_json",
18463 "sharded-slab",
18464 "smallvec",
18465 "thread_local",
18466 "tracing",
18467 "tracing-core",
18468 "tracing-log",
18469 "tracing-serde",
18470]
18471
18472[[package]]
18473name = "tracing-tracy"
18474version = "0.11.4"
18475source = "registry+https://github.com/rust-lang/crates.io-index"
18476checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18477dependencies = [
18478 "tracing-core",
18479 "tracing-subscriber",
18480 "tracy-client",
18481]
18482
18483[[package]]
18484name = "tracy-client"
18485version = "0.18.3"
18486source = "registry+https://github.com/rust-lang/crates.io-index"
18487checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18488dependencies = [
18489 "loom",
18490 "once_cell",
18491 "tracy-client-sys",
18492]
18493
18494[[package]]
18495name = "tracy-client-sys"
18496version = "0.27.0"
18497source = "registry+https://github.com/rust-lang/crates.io-index"
18498checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18499dependencies = [
18500 "cc",
18501 "windows-targets 0.52.6",
18502]
18503
18504[[package]]
18505name = "transpose"
18506version = "0.2.3"
18507source = "registry+https://github.com/rust-lang/crates.io-index"
18508checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18509dependencies = [
18510 "num-integer",
18511 "strength_reduce",
18512]
18513
18514[[package]]
18515name = "tree-sitter"
18516version = "0.26.8"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18519dependencies = [
18520 "cc",
18521 "regex",
18522 "regex-syntax",
18523 "serde_json",
18524 "streaming-iterator",
18525 "tree-sitter-language",
18526 "wasmtime-c-api-impl",
18527]
18528
18529[[package]]
18530name = "tree-sitter-bash"
18531version = "0.25.1"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18534dependencies = [
18535 "cc",
18536 "tree-sitter-language",
18537]
18538
18539[[package]]
18540name = "tree-sitter-c"
18541version = "0.24.1"
18542source = "registry+https://github.com/rust-lang/crates.io-index"
18543checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18544dependencies = [
18545 "cc",
18546 "tree-sitter-language",
18547]
18548
18549[[package]]
18550name = "tree-sitter-cpp"
18551version = "0.23.4"
18552source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18553dependencies = [
18554 "cc",
18555 "tree-sitter-language",
18556]
18557
18558[[package]]
18559name = "tree-sitter-css"
18560version = "0.23.2"
18561source = "registry+https://github.com/rust-lang/crates.io-index"
18562checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18563dependencies = [
18564 "cc",
18565 "tree-sitter-language",
18566]
18567
18568[[package]]
18569name = "tree-sitter-diff"
18570version = "0.1.0"
18571source = "registry+https://github.com/rust-lang/crates.io-index"
18572checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18573dependencies = [
18574 "cc",
18575 "tree-sitter-language",
18576]
18577
18578[[package]]
18579name = "tree-sitter-elixir"
18580version = "0.3.4"
18581source = "registry+https://github.com/rust-lang/crates.io-index"
18582checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18583dependencies = [
18584 "cc",
18585 "tree-sitter-language",
18586]
18587
18588[[package]]
18589name = "tree-sitter-embedded-template"
18590version = "0.23.2"
18591source = "registry+https://github.com/rust-lang/crates.io-index"
18592checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18593dependencies = [
18594 "cc",
18595 "tree-sitter-language",
18596]
18597
18598[[package]]
18599name = "tree-sitter-gitcommit"
18600version = "0.0.1"
18601source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18602dependencies = [
18603 "cc",
18604 "tree-sitter-language",
18605]
18606
18607[[package]]
18608name = "tree-sitter-go"
18609version = "0.25.0"
18610source = "registry+https://github.com/rust-lang/crates.io-index"
18611checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18612dependencies = [
18613 "cc",
18614 "tree-sitter-language",
18615]
18616
18617[[package]]
18618name = "tree-sitter-gomod"
18619version = "1.1.1"
18620source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18621dependencies = [
18622 "cc",
18623 "tree-sitter-language",
18624]
18625
18626[[package]]
18627name = "tree-sitter-gowork"
18628version = "0.0.1"
18629source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18630dependencies = [
18631 "cc",
18632 "tree-sitter-language",
18633]
18634
18635[[package]]
18636name = "tree-sitter-heex"
18637version = "0.0.1"
18638source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18639dependencies = [
18640 "cc",
18641 "tree-sitter-language",
18642]
18643
18644[[package]]
18645name = "tree-sitter-html"
18646version = "0.23.2"
18647source = "registry+https://github.com/rust-lang/crates.io-index"
18648checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18649dependencies = [
18650 "cc",
18651 "tree-sitter-language",
18652]
18653
18654[[package]]
18655name = "tree-sitter-jsdoc"
18656version = "0.23.2"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18659dependencies = [
18660 "cc",
18661 "tree-sitter-language",
18662]
18663
18664[[package]]
18665name = "tree-sitter-json"
18666version = "0.24.8"
18667source = "registry+https://github.com/rust-lang/crates.io-index"
18668checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18669dependencies = [
18670 "cc",
18671 "tree-sitter-language",
18672]
18673
18674[[package]]
18675name = "tree-sitter-language"
18676version = "0.1.5"
18677source = "registry+https://github.com/rust-lang/crates.io-index"
18678checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18679
18680[[package]]
18681name = "tree-sitter-md"
18682version = "0.3.2"
18683source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18684dependencies = [
18685 "cc",
18686 "tree-sitter-language",
18687]
18688
18689[[package]]
18690name = "tree-sitter-python"
18691version = "0.25.0"
18692source = "registry+https://github.com/rust-lang/crates.io-index"
18693checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18694dependencies = [
18695 "cc",
18696 "tree-sitter-language",
18697]
18698
18699[[package]]
18700name = "tree-sitter-regex"
18701version = "0.24.3"
18702source = "registry+https://github.com/rust-lang/crates.io-index"
18703checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18704dependencies = [
18705 "cc",
18706 "tree-sitter-language",
18707]
18708
18709[[package]]
18710name = "tree-sitter-ruby"
18711version = "0.23.1"
18712source = "registry+https://github.com/rust-lang/crates.io-index"
18713checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18714dependencies = [
18715 "cc",
18716 "tree-sitter-language",
18717]
18718
18719[[package]]
18720name = "tree-sitter-rust"
18721version = "0.24.2"
18722source = "registry+https://github.com/rust-lang/crates.io-index"
18723checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18724dependencies = [
18725 "cc",
18726 "tree-sitter-language",
18727]
18728
18729[[package]]
18730name = "tree-sitter-typescript"
18731version = "0.23.2"
18732source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18733dependencies = [
18734 "cc",
18735 "tree-sitter-language",
18736]
18737
18738[[package]]
18739name = "tree-sitter-yaml"
18740version = "0.6.1"
18741source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18742dependencies = [
18743 "cc",
18744 "tree-sitter-language",
18745]
18746
18747[[package]]
18748name = "triomphe"
18749version = "0.1.15"
18750source = "registry+https://github.com/rust-lang/crates.io-index"
18751checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18752dependencies = [
18753 "serde",
18754 "stable_deref_trait",
18755]
18756
18757[[package]]
18758name = "try-lock"
18759version = "0.2.5"
18760source = "registry+https://github.com/rust-lang/crates.io-index"
18761checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18762
18763[[package]]
18764name = "ttf-parser"
18765version = "0.20.0"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18768
18769[[package]]
18770name = "ttf-parser"
18771version = "0.25.1"
18772source = "registry+https://github.com/rust-lang/crates.io-index"
18773checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18774dependencies = [
18775 "core_maths",
18776]
18777
18778[[package]]
18779name = "tungstenite"
18780version = "0.20.1"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18783dependencies = [
18784 "byteorder",
18785 "bytes 1.11.1",
18786 "data-encoding",
18787 "http 0.2.12",
18788 "httparse",
18789 "log",
18790 "rand 0.8.5",
18791 "sha1",
18792 "thiserror 1.0.69",
18793 "url",
18794 "utf-8",
18795]
18796
18797[[package]]
18798name = "tungstenite"
18799version = "0.21.0"
18800source = "registry+https://github.com/rust-lang/crates.io-index"
18801checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18802dependencies = [
18803 "byteorder",
18804 "bytes 1.11.1",
18805 "data-encoding",
18806 "http 1.3.1",
18807 "httparse",
18808 "log",
18809 "rand 0.8.5",
18810 "sha1",
18811 "thiserror 1.0.69",
18812 "url",
18813 "utf-8",
18814]
18815
18816[[package]]
18817name = "tungstenite"
18818version = "0.27.0"
18819source = "registry+https://github.com/rust-lang/crates.io-index"
18820checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18821dependencies = [
18822 "bytes 1.11.1",
18823 "data-encoding",
18824 "http 1.3.1",
18825 "httparse",
18826 "log",
18827 "rand 0.9.2",
18828 "rustls 0.23.33",
18829 "rustls-pki-types",
18830 "sha1",
18831 "thiserror 2.0.17",
18832 "utf-8",
18833]
18834
18835[[package]]
18836name = "tungstenite"
18837version = "0.28.0"
18838source = "registry+https://github.com/rust-lang/crates.io-index"
18839checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18840dependencies = [
18841 "bytes 1.11.1",
18842 "data-encoding",
18843 "http 1.3.1",
18844 "httparse",
18845 "log",
18846 "rand 0.9.2",
18847 "rustls 0.23.33",
18848 "rustls-pki-types",
18849 "sha1",
18850 "thiserror 2.0.17",
18851 "utf-8",
18852]
18853
18854[[package]]
18855name = "typeid"
18856version = "1.0.3"
18857source = "registry+https://github.com/rust-lang/crates.io-index"
18858checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18859
18860[[package]]
18861name = "typenum"
18862version = "1.19.0"
18863source = "registry+https://github.com/rust-lang/crates.io-index"
18864checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18865
18866[[package]]
18867name = "ucd-trie"
18868version = "0.1.7"
18869source = "registry+https://github.com/rust-lang/crates.io-index"
18870checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18871
18872[[package]]
18873name = "uds"
18874version = "0.4.2"
18875source = "registry+https://github.com/rust-lang/crates.io-index"
18876checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18877dependencies = [
18878 "libc",
18879]
18880
18881[[package]]
18882name = "uds_windows"
18883version = "1.1.0"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18886dependencies = [
18887 "memoffset",
18888 "tempfile",
18889 "winapi",
18890]
18891
18892[[package]]
18893name = "ug"
18894version = "0.4.0"
18895source = "registry+https://github.com/rust-lang/crates.io-index"
18896checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18897dependencies = [
18898 "gemm 0.18.2",
18899 "half",
18900 "libloading",
18901 "memmap2",
18902 "num",
18903 "num-traits",
18904 "num_cpus",
18905 "rayon",
18906 "safetensors",
18907 "serde",
18908 "thiserror 1.0.69",
18909 "tracing",
18910 "yoke 0.7.5",
18911]
18912
18913[[package]]
18914name = "ui"
18915version = "0.1.0"
18916dependencies = [
18917 "chrono",
18918 "component",
18919 "documented",
18920 "gpui",
18921 "gpui_macros",
18922 "gpui_util",
18923 "icons",
18924 "itertools 0.14.0",
18925 "menu",
18926 "schemars",
18927 "serde",
18928 "smallvec",
18929 "story",
18930 "strum 0.27.2",
18931 "theme",
18932 "ui_macros",
18933 "windows 0.61.3",
18934]
18935
18936[[package]]
18937name = "ui_input"
18938version = "0.1.0"
18939dependencies = [
18940 "component",
18941 "gpui",
18942 "ui",
18943]
18944
18945[[package]]
18946name = "ui_macros"
18947version = "0.1.0"
18948dependencies = [
18949 "component",
18950 "quote",
18951 "syn 2.0.117",
18952 "ui",
18953]
18954
18955[[package]]
18956name = "ui_prompt"
18957version = "0.1.0"
18958dependencies = [
18959 "gpui",
18960 "markdown",
18961 "menu",
18962 "settings",
18963 "theme_settings",
18964 "ui",
18965 "workspace",
18966]
18967
18968[[package]]
18969name = "unarray"
18970version = "0.1.4"
18971source = "registry+https://github.com/rust-lang/crates.io-index"
18972checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18973
18974[[package]]
18975name = "unicase"
18976version = "2.8.1"
18977source = "registry+https://github.com/rust-lang/crates.io-index"
18978checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18979
18980[[package]]
18981name = "unicode-bidi"
18982version = "0.3.18"
18983source = "registry+https://github.com/rust-lang/crates.io-index"
18984checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18985
18986[[package]]
18987name = "unicode-bidi-mirroring"
18988version = "0.4.0"
18989source = "registry+https://github.com/rust-lang/crates.io-index"
18990checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18991
18992[[package]]
18993name = "unicode-ccc"
18994version = "0.4.0"
18995source = "registry+https://github.com/rust-lang/crates.io-index"
18996checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18997
18998[[package]]
18999name = "unicode-general-category"
19000version = "1.1.0"
19001source = "registry+https://github.com/rust-lang/crates.io-index"
19002checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
19003
19004[[package]]
19005name = "unicode-ident"
19006version = "1.0.19"
19007source = "registry+https://github.com/rust-lang/crates.io-index"
19008checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
19009
19010[[package]]
19011name = "unicode-linebreak"
19012version = "0.1.5"
19013source = "registry+https://github.com/rust-lang/crates.io-index"
19014checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
19015
19016[[package]]
19017name = "unicode-normalization"
19018version = "0.1.24"
19019source = "registry+https://github.com/rust-lang/crates.io-index"
19020checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19021dependencies = [
19022 "tinyvec",
19023]
19024
19025[[package]]
19026name = "unicode-properties"
19027version = "0.1.3"
19028source = "registry+https://github.com/rust-lang/crates.io-index"
19029checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19030
19031[[package]]
19032name = "unicode-script"
19033version = "0.5.8"
19034source = "registry+https://github.com/rust-lang/crates.io-index"
19035checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19036
19037[[package]]
19038name = "unicode-segmentation"
19039version = "1.12.0"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19042
19043[[package]]
19044name = "unicode-vo"
19045version = "0.1.0"
19046source = "registry+https://github.com/rust-lang/crates.io-index"
19047checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19048
19049[[package]]
19050name = "unicode-width"
19051version = "0.2.2"
19052source = "registry+https://github.com/rust-lang/crates.io-index"
19053checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19054
19055[[package]]
19056name = "unicode-xid"
19057version = "0.2.6"
19058source = "registry+https://github.com/rust-lang/crates.io-index"
19059checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19060
19061[[package]]
19062name = "unicode_categories"
19063version = "0.1.1"
19064source = "registry+https://github.com/rust-lang/crates.io-index"
19065checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19066
19067[[package]]
19068name = "unindent"
19069version = "0.2.4"
19070source = "registry+https://github.com/rust-lang/crates.io-index"
19071checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19072
19073[[package]]
19074name = "unsafe-libyaml"
19075version = "0.2.11"
19076source = "registry+https://github.com/rust-lang/crates.io-index"
19077checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19078
19079[[package]]
19080name = "untrusted"
19081version = "0.7.1"
19082source = "registry+https://github.com/rust-lang/crates.io-index"
19083checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19084
19085[[package]]
19086name = "untrusted"
19087version = "0.9.0"
19088source = "registry+https://github.com/rust-lang/crates.io-index"
19089checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19090
19091[[package]]
19092name = "url"
19093version = "2.5.7"
19094source = "registry+https://github.com/rust-lang/crates.io-index"
19095checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19096dependencies = [
19097 "form_urlencoded",
19098 "idna",
19099 "percent-encoding",
19100 "serde",
19101]
19102
19103[[package]]
19104name = "urlencoding"
19105version = "2.1.3"
19106source = "registry+https://github.com/rust-lang/crates.io-index"
19107checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19108
19109[[package]]
19110name = "usvg"
19111version = "0.45.1"
19112source = "registry+https://github.com/rust-lang/crates.io-index"
19113checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19114dependencies = [
19115 "base64 0.22.1",
19116 "data-url",
19117 "flate2",
19118 "fontdb 0.23.0",
19119 "imagesize",
19120 "kurbo",
19121 "log",
19122 "pico-args",
19123 "roxmltree",
19124 "rustybuzz",
19125 "simplecss",
19126 "siphasher 1.0.1",
19127 "strict-num",
19128 "svgtypes",
19129 "tiny-skia-path",
19130 "unicode-bidi",
19131 "unicode-script",
19132 "unicode-vo",
19133 "xmlwriter",
19134]
19135
19136[[package]]
19137name = "utf-8"
19138version = "0.7.6"
19139source = "registry+https://github.com/rust-lang/crates.io-index"
19140checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19141
19142[[package]]
19143name = "utf8-chars"
19144version = "3.0.6"
19145source = "registry+https://github.com/rust-lang/crates.io-index"
19146checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19147dependencies = [
19148 "arrayvec",
19149]
19150
19151[[package]]
19152name = "utf8_iter"
19153version = "1.0.4"
19154source = "registry+https://github.com/rust-lang/crates.io-index"
19155checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19156
19157[[package]]
19158name = "utf8parse"
19159version = "0.2.2"
19160source = "registry+https://github.com/rust-lang/crates.io-index"
19161checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19162
19163[[package]]
19164name = "util"
19165version = "0.1.0"
19166dependencies = [
19167 "anyhow",
19168 "async-fs",
19169 "async_zip",
19170 "collections",
19171 "command-fds",
19172 "dirs 4.0.0",
19173 "dunce",
19174 "futures 0.3.32",
19175 "futures-lite 1.13.0",
19176 "git2",
19177 "globset",
19178 "gpui_util",
19179 "itertools 0.14.0",
19180 "libc",
19181 "log",
19182 "mach2 0.5.0",
19183 "nix 0.29.0",
19184 "percent-encoding",
19185 "pretty_assertions",
19186 "rand 0.9.2",
19187 "regex",
19188 "rust-embed",
19189 "schemars",
19190 "serde",
19191 "serde_json",
19192 "serde_json_lenient",
19193 "shlex",
19194 "smol",
19195 "take-until",
19196 "tempfile",
19197 "tendril",
19198 "unicase",
19199 "url",
19200 "util_macros",
19201 "walkdir",
19202 "which 6.0.3",
19203]
19204
19205[[package]]
19206name = "util_macros"
19207version = "0.1.0"
19208dependencies = [
19209 "perf",
19210 "quote",
19211 "syn 2.0.117",
19212]
19213
19214[[package]]
19215name = "uuid"
19216version = "1.18.1"
19217source = "registry+https://github.com/rust-lang/crates.io-index"
19218checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19219dependencies = [
19220 "getrandom 0.3.4",
19221 "js-sys",
19222 "serde",
19223 "sha1_smol",
19224 "wasm-bindgen",
19225]
19226
19227[[package]]
19228name = "uuid-simd"
19229version = "0.8.0"
19230source = "registry+https://github.com/rust-lang/crates.io-index"
19231checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19232dependencies = [
19233 "outref",
19234 "vsimd",
19235]
19236
19237[[package]]
19238name = "v_frame"
19239version = "0.3.9"
19240source = "registry+https://github.com/rust-lang/crates.io-index"
19241checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19242dependencies = [
19243 "aligned-vec",
19244 "num-traits",
19245 "wasm-bindgen",
19246]
19247
19248[[package]]
19249name = "valuable"
19250version = "0.1.1"
19251source = "registry+https://github.com/rust-lang/crates.io-index"
19252checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19253
19254[[package]]
19255name = "value-bag"
19256version = "1.12.0"
19257source = "registry+https://github.com/rust-lang/crates.io-index"
19258checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19259dependencies = [
19260 "value-bag-serde1",
19261 "value-bag-sval2",
19262]
19263
19264[[package]]
19265name = "value-bag-serde1"
19266version = "1.12.0"
19267source = "registry+https://github.com/rust-lang/crates.io-index"
19268checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19269dependencies = [
19270 "erased-serde",
19271 "serde_core",
19272 "serde_fmt",
19273]
19274
19275[[package]]
19276name = "value-bag-sval2"
19277version = "1.12.0"
19278source = "registry+https://github.com/rust-lang/crates.io-index"
19279checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19280dependencies = [
19281 "sval",
19282 "sval_buffer",
19283 "sval_dynamic",
19284 "sval_fmt",
19285 "sval_json",
19286 "sval_ref",
19287 "sval_serde",
19288]
19289
19290[[package]]
19291name = "vcpkg"
19292version = "0.2.15"
19293source = "registry+https://github.com/rust-lang/crates.io-index"
19294checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19295
19296[[package]]
19297name = "vercel"
19298version = "0.1.0"
19299dependencies = [
19300 "anyhow",
19301 "schemars",
19302 "serde",
19303 "strum 0.27.2",
19304]
19305
19306[[package]]
19307name = "version-compare"
19308version = "0.2.0"
19309source = "registry+https://github.com/rust-lang/crates.io-index"
19310checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19311
19312[[package]]
19313name = "version_check"
19314version = "0.9.5"
19315source = "registry+https://github.com/rust-lang/crates.io-index"
19316checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19317
19318[[package]]
19319name = "vim"
19320version = "0.1.0"
19321dependencies = [
19322 "anyhow",
19323 "async-compat",
19324 "async-trait",
19325 "collections",
19326 "command_palette",
19327 "command_palette_hooks",
19328 "db",
19329 "editor",
19330 "env_logger 0.11.8",
19331 "futures 0.3.32",
19332 "fuzzy",
19333 "git_ui",
19334 "gpui",
19335 "indoc",
19336 "itertools 0.14.0",
19337 "language",
19338 "log",
19339 "lsp",
19340 "markdown_preview",
19341 "menu",
19342 "multi_buffer",
19343 "nvim-rs",
19344 "outline_panel",
19345 "parking_lot",
19346 "perf",
19347 "picker",
19348 "project",
19349 "project_panel",
19350 "regex",
19351 "release_channel",
19352 "schemars",
19353 "search",
19354 "semver",
19355 "serde",
19356 "serde_json",
19357 "settings",
19358 "settings_ui",
19359 "task",
19360 "text",
19361 "theme",
19362 "theme_settings",
19363 "tokio",
19364 "ui",
19365 "util",
19366 "util_macros",
19367 "vim_mode_setting",
19368 "workspace",
19369 "zed_actions",
19370]
19371
19372[[package]]
19373name = "vim_mode_setting"
19374version = "0.1.0"
19375dependencies = [
19376 "gpui",
19377 "settings",
19378]
19379
19380[[package]]
19381name = "vscode_theme"
19382version = "0.2.0"
19383source = "registry+https://github.com/rust-lang/crates.io-index"
19384checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19385dependencies = [
19386 "serde",
19387]
19388
19389[[package]]
19390name = "vsimd"
19391version = "0.8.0"
19392source = "registry+https://github.com/rust-lang/crates.io-index"
19393checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19394
19395[[package]]
19396name = "vswhom"
19397version = "0.1.0"
19398source = "registry+https://github.com/rust-lang/crates.io-index"
19399checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19400dependencies = [
19401 "libc",
19402 "vswhom-sys",
19403]
19404
19405[[package]]
19406name = "vswhom-sys"
19407version = "0.1.3"
19408source = "registry+https://github.com/rust-lang/crates.io-index"
19409checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19410dependencies = [
19411 "cc",
19412 "libc",
19413]
19414
19415[[package]]
19416name = "vte"
19417version = "0.15.0"
19418source = "registry+https://github.com/rust-lang/crates.io-index"
19419checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19420dependencies = [
19421 "arrayvec",
19422 "bitflags 2.10.0",
19423 "cursor-icon",
19424 "log",
19425 "memchr",
19426 "serde",
19427]
19428
19429[[package]]
19430name = "wait-timeout"
19431version = "0.2.1"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19434dependencies = [
19435 "libc",
19436]
19437
19438[[package]]
19439name = "waker-fn"
19440version = "1.2.0"
19441source = "registry+https://github.com/rust-lang/crates.io-index"
19442checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19443
19444[[package]]
19445name = "walkdir"
19446version = "2.5.0"
19447source = "registry+https://github.com/rust-lang/crates.io-index"
19448checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19449dependencies = [
19450 "same-file",
19451 "winapi-util",
19452]
19453
19454[[package]]
19455name = "want"
19456version = "0.3.1"
19457source = "registry+https://github.com/rust-lang/crates.io-index"
19458checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19459dependencies = [
19460 "try-lock",
19461]
19462
19463[[package]]
19464name = "warp"
19465version = "0.3.7"
19466source = "registry+https://github.com/rust-lang/crates.io-index"
19467checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19468dependencies = [
19469 "bytes 1.11.1",
19470 "futures-channel",
19471 "futures-util",
19472 "headers",
19473 "http 0.2.12",
19474 "hyper 0.14.32",
19475 "log",
19476 "mime",
19477 "mime_guess",
19478 "percent-encoding",
19479 "pin-project",
19480 "scoped-tls",
19481 "serde",
19482 "serde_json",
19483 "serde_urlencoded",
19484 "tokio",
19485 "tokio-tungstenite 0.21.0",
19486 "tokio-util",
19487 "tower-service",
19488 "tracing",
19489]
19490
19491[[package]]
19492name = "wasi"
19493version = "0.11.1+wasi-snapshot-preview1"
19494source = "registry+https://github.com/rust-lang/crates.io-index"
19495checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19496
19497[[package]]
19498name = "wasip2"
19499version = "1.0.1+wasi-0.2.4"
19500source = "registry+https://github.com/rust-lang/crates.io-index"
19501checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19502dependencies = [
19503 "wit-bindgen 0.46.0",
19504]
19505
19506[[package]]
19507name = "wasip3"
19508version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19509source = "registry+https://github.com/rust-lang/crates.io-index"
19510checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19511dependencies = [
19512 "wit-bindgen 0.51.0",
19513]
19514
19515[[package]]
19516name = "wasite"
19517version = "0.1.0"
19518source = "registry+https://github.com/rust-lang/crates.io-index"
19519checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19520
19521[[package]]
19522name = "wasm-bindgen"
19523version = "0.2.113"
19524source = "registry+https://github.com/rust-lang/crates.io-index"
19525checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19526dependencies = [
19527 "cfg-if",
19528 "once_cell",
19529 "rustversion",
19530 "wasm-bindgen-macro",
19531 "wasm-bindgen-shared",
19532]
19533
19534[[package]]
19535name = "wasm-bindgen-futures"
19536version = "0.4.63"
19537source = "registry+https://github.com/rust-lang/crates.io-index"
19538checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19539dependencies = [
19540 "cfg-if",
19541 "futures-util",
19542 "js-sys",
19543 "once_cell",
19544 "wasm-bindgen",
19545 "web-sys",
19546]
19547
19548[[package]]
19549name = "wasm-bindgen-macro"
19550version = "0.2.113"
19551source = "registry+https://github.com/rust-lang/crates.io-index"
19552checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19553dependencies = [
19554 "quote",
19555 "wasm-bindgen-macro-support",
19556]
19557
19558[[package]]
19559name = "wasm-bindgen-macro-support"
19560version = "0.2.113"
19561source = "registry+https://github.com/rust-lang/crates.io-index"
19562checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19563dependencies = [
19564 "bumpalo",
19565 "proc-macro2",
19566 "quote",
19567 "syn 2.0.117",
19568 "wasm-bindgen-shared",
19569]
19570
19571[[package]]
19572name = "wasm-bindgen-shared"
19573version = "0.2.113"
19574source = "registry+https://github.com/rust-lang/crates.io-index"
19575checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19576dependencies = [
19577 "unicode-ident",
19578]
19579
19580[[package]]
19581name = "wasm-encoder"
19582version = "0.201.0"
19583source = "registry+https://github.com/rust-lang/crates.io-index"
19584checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19585dependencies = [
19586 "leb128",
19587]
19588
19589[[package]]
19590name = "wasm-encoder"
19591version = "0.221.3"
19592source = "registry+https://github.com/rust-lang/crates.io-index"
19593checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19594dependencies = [
19595 "leb128",
19596 "wasmparser 0.221.3",
19597]
19598
19599[[package]]
19600name = "wasm-encoder"
19601version = "0.227.1"
19602source = "registry+https://github.com/rust-lang/crates.io-index"
19603checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19604dependencies = [
19605 "leb128fmt",
19606 "wasmparser 0.227.1",
19607]
19608
19609[[package]]
19610name = "wasm-encoder"
19611version = "0.236.1"
19612source = "registry+https://github.com/rust-lang/crates.io-index"
19613checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19614dependencies = [
19615 "leb128fmt",
19616 "wasmparser 0.236.1",
19617]
19618
19619[[package]]
19620name = "wasm-encoder"
19621version = "0.244.0"
19622source = "registry+https://github.com/rust-lang/crates.io-index"
19623checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19624dependencies = [
19625 "leb128fmt",
19626 "wasmparser 0.244.0",
19627]
19628
19629[[package]]
19630name = "wasm-metadata"
19631version = "0.201.0"
19632source = "registry+https://github.com/rust-lang/crates.io-index"
19633checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19634dependencies = [
19635 "anyhow",
19636 "indexmap",
19637 "serde",
19638 "serde_derive",
19639 "serde_json",
19640 "spdx",
19641 "wasm-encoder 0.201.0",
19642 "wasmparser 0.201.0",
19643]
19644
19645[[package]]
19646name = "wasm-metadata"
19647version = "0.227.1"
19648source = "registry+https://github.com/rust-lang/crates.io-index"
19649checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19650dependencies = [
19651 "anyhow",
19652 "auditable-serde",
19653 "flate2",
19654 "indexmap",
19655 "serde",
19656 "serde_derive",
19657 "serde_json",
19658 "spdx",
19659 "url",
19660 "wasm-encoder 0.227.1",
19661 "wasmparser 0.227.1",
19662]
19663
19664[[package]]
19665name = "wasm-metadata"
19666version = "0.244.0"
19667source = "registry+https://github.com/rust-lang/crates.io-index"
19668checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19669dependencies = [
19670 "anyhow",
19671 "indexmap",
19672 "wasm-encoder 0.244.0",
19673 "wasmparser 0.244.0",
19674]
19675
19676[[package]]
19677name = "wasm-streams"
19678version = "0.4.2"
19679source = "registry+https://github.com/rust-lang/crates.io-index"
19680checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19681dependencies = [
19682 "futures-util",
19683 "js-sys",
19684 "wasm-bindgen",
19685 "wasm-bindgen-futures",
19686 "web-sys",
19687]
19688
19689[[package]]
19690name = "wasm_thread"
19691version = "0.3.3"
19692source = "registry+https://github.com/rust-lang/crates.io-index"
19693checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19694dependencies = [
19695 "futures 0.3.32",
19696 "js-sys",
19697 "wasm-bindgen",
19698 "web-sys",
19699]
19700
19701[[package]]
19702name = "wasmparser"
19703version = "0.201.0"
19704source = "registry+https://github.com/rust-lang/crates.io-index"
19705checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19706dependencies = [
19707 "bitflags 2.10.0",
19708 "indexmap",
19709 "semver",
19710]
19711
19712[[package]]
19713name = "wasmparser"
19714version = "0.221.3"
19715source = "registry+https://github.com/rust-lang/crates.io-index"
19716checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19717dependencies = [
19718 "bitflags 2.10.0",
19719 "hashbrown 0.15.5",
19720 "indexmap",
19721 "semver",
19722 "serde",
19723]
19724
19725[[package]]
19726name = "wasmparser"
19727version = "0.227.1"
19728source = "registry+https://github.com/rust-lang/crates.io-index"
19729checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19730dependencies = [
19731 "bitflags 2.10.0",
19732 "hashbrown 0.15.5",
19733 "indexmap",
19734 "semver",
19735]
19736
19737[[package]]
19738name = "wasmparser"
19739version = "0.236.1"
19740source = "registry+https://github.com/rust-lang/crates.io-index"
19741checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19742dependencies = [
19743 "bitflags 2.10.0",
19744 "hashbrown 0.15.5",
19745 "indexmap",
19746 "semver",
19747 "serde",
19748]
19749
19750[[package]]
19751name = "wasmparser"
19752version = "0.244.0"
19753source = "registry+https://github.com/rust-lang/crates.io-index"
19754checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19755dependencies = [
19756 "bitflags 2.10.0",
19757 "hashbrown 0.15.5",
19758 "indexmap",
19759 "semver",
19760]
19761
19762[[package]]
19763name = "wasmprinter"
19764version = "0.236.1"
19765source = "registry+https://github.com/rust-lang/crates.io-index"
19766checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19767dependencies = [
19768 "anyhow",
19769 "termcolor",
19770 "wasmparser 0.236.1",
19771]
19772
19773[[package]]
19774name = "wasmtime"
19775version = "36.0.6"
19776source = "registry+https://github.com/rust-lang/crates.io-index"
19777checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19778dependencies = [
19779 "addr2line",
19780 "anyhow",
19781 "async-trait",
19782 "bitflags 2.10.0",
19783 "bumpalo",
19784 "cc",
19785 "cfg-if",
19786 "encoding_rs",
19787 "hashbrown 0.15.5",
19788 "indexmap",
19789 "libc",
19790 "log",
19791 "mach2 0.4.3",
19792 "memfd",
19793 "object",
19794 "once_cell",
19795 "postcard",
19796 "pulley-interpreter",
19797 "rayon",
19798 "rustix 1.1.2",
19799 "semver",
19800 "serde",
19801 "serde_derive",
19802 "smallvec",
19803 "target-lexicon 0.13.3",
19804 "wasmparser 0.236.1",
19805 "wasmtime-environ",
19806 "wasmtime-internal-asm-macros",
19807 "wasmtime-internal-component-macro",
19808 "wasmtime-internal-component-util",
19809 "wasmtime-internal-cranelift",
19810 "wasmtime-internal-fiber",
19811 "wasmtime-internal-jit-debug",
19812 "wasmtime-internal-jit-icache-coherence",
19813 "wasmtime-internal-math",
19814 "wasmtime-internal-slab",
19815 "wasmtime-internal-unwinder",
19816 "wasmtime-internal-versioned-export-macros",
19817 "wasmtime-internal-winch",
19818 "windows-sys 0.60.2",
19819]
19820
19821[[package]]
19822name = "wasmtime-c-api-impl"
19823version = "36.0.6"
19824source = "registry+https://github.com/rust-lang/crates.io-index"
19825checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19826dependencies = [
19827 "anyhow",
19828 "log",
19829 "tracing",
19830 "wasmtime",
19831 "wasmtime-internal-c-api-macros",
19832]
19833
19834[[package]]
19835name = "wasmtime-environ"
19836version = "36.0.6"
19837source = "registry+https://github.com/rust-lang/crates.io-index"
19838checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19839dependencies = [
19840 "anyhow",
19841 "cpp_demangle",
19842 "cranelift-bitset",
19843 "cranelift-entity",
19844 "gimli",
19845 "indexmap",
19846 "log",
19847 "object",
19848 "postcard",
19849 "rustc-demangle",
19850 "semver",
19851 "serde",
19852 "serde_derive",
19853 "smallvec",
19854 "target-lexicon 0.13.3",
19855 "wasm-encoder 0.236.1",
19856 "wasmparser 0.236.1",
19857 "wasmprinter",
19858 "wasmtime-internal-component-util",
19859]
19860
19861[[package]]
19862name = "wasmtime-internal-asm-macros"
19863version = "36.0.6"
19864source = "registry+https://github.com/rust-lang/crates.io-index"
19865checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19866dependencies = [
19867 "cfg-if",
19868]
19869
19870[[package]]
19871name = "wasmtime-internal-c-api-macros"
19872version = "36.0.6"
19873source = "registry+https://github.com/rust-lang/crates.io-index"
19874checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19875dependencies = [
19876 "proc-macro2",
19877 "quote",
19878]
19879
19880[[package]]
19881name = "wasmtime-internal-component-macro"
19882version = "36.0.6"
19883source = "registry+https://github.com/rust-lang/crates.io-index"
19884checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19885dependencies = [
19886 "anyhow",
19887 "proc-macro2",
19888 "quote",
19889 "syn 2.0.117",
19890 "wasmtime-internal-component-util",
19891 "wasmtime-internal-wit-bindgen",
19892 "wit-parser 0.236.1",
19893]
19894
19895[[package]]
19896name = "wasmtime-internal-component-util"
19897version = "36.0.6"
19898source = "registry+https://github.com/rust-lang/crates.io-index"
19899checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19900
19901[[package]]
19902name = "wasmtime-internal-cranelift"
19903version = "36.0.6"
19904source = "registry+https://github.com/rust-lang/crates.io-index"
19905checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19906dependencies = [
19907 "anyhow",
19908 "cfg-if",
19909 "cranelift-codegen",
19910 "cranelift-control",
19911 "cranelift-entity",
19912 "cranelift-frontend",
19913 "cranelift-native",
19914 "gimli",
19915 "itertools 0.14.0",
19916 "log",
19917 "object",
19918 "pulley-interpreter",
19919 "smallvec",
19920 "target-lexicon 0.13.3",
19921 "thiserror 2.0.17",
19922 "wasmparser 0.236.1",
19923 "wasmtime-environ",
19924 "wasmtime-internal-math",
19925 "wasmtime-internal-versioned-export-macros",
19926]
19927
19928[[package]]
19929name = "wasmtime-internal-fiber"
19930version = "36.0.6"
19931source = "registry+https://github.com/rust-lang/crates.io-index"
19932checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19933dependencies = [
19934 "anyhow",
19935 "cc",
19936 "cfg-if",
19937 "libc",
19938 "rustix 1.1.2",
19939 "wasmtime-internal-asm-macros",
19940 "wasmtime-internal-versioned-export-macros",
19941 "windows-sys 0.60.2",
19942]
19943
19944[[package]]
19945name = "wasmtime-internal-jit-debug"
19946version = "36.0.6"
19947source = "registry+https://github.com/rust-lang/crates.io-index"
19948checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19949dependencies = [
19950 "cc",
19951 "wasmtime-internal-versioned-export-macros",
19952]
19953
19954[[package]]
19955name = "wasmtime-internal-jit-icache-coherence"
19956version = "36.0.6"
19957source = "registry+https://github.com/rust-lang/crates.io-index"
19958checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19959dependencies = [
19960 "anyhow",
19961 "cfg-if",
19962 "libc",
19963 "windows-sys 0.60.2",
19964]
19965
19966[[package]]
19967name = "wasmtime-internal-math"
19968version = "36.0.6"
19969source = "registry+https://github.com/rust-lang/crates.io-index"
19970checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19971dependencies = [
19972 "libm",
19973]
19974
19975[[package]]
19976name = "wasmtime-internal-slab"
19977version = "36.0.6"
19978source = "registry+https://github.com/rust-lang/crates.io-index"
19979checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19980
19981[[package]]
19982name = "wasmtime-internal-unwinder"
19983version = "36.0.6"
19984source = "registry+https://github.com/rust-lang/crates.io-index"
19985checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19986dependencies = [
19987 "anyhow",
19988 "cfg-if",
19989 "cranelift-codegen",
19990 "log",
19991 "object",
19992]
19993
19994[[package]]
19995name = "wasmtime-internal-versioned-export-macros"
19996version = "36.0.6"
19997source = "registry+https://github.com/rust-lang/crates.io-index"
19998checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19999dependencies = [
20000 "proc-macro2",
20001 "quote",
20002 "syn 2.0.117",
20003]
20004
20005[[package]]
20006name = "wasmtime-internal-winch"
20007version = "36.0.6"
20008source = "registry+https://github.com/rust-lang/crates.io-index"
20009checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
20010dependencies = [
20011 "anyhow",
20012 "cranelift-codegen",
20013 "gimli",
20014 "object",
20015 "target-lexicon 0.13.3",
20016 "wasmparser 0.236.1",
20017 "wasmtime-environ",
20018 "wasmtime-internal-cranelift",
20019 "winch-codegen",
20020]
20021
20022[[package]]
20023name = "wasmtime-internal-wit-bindgen"
20024version = "36.0.6"
20025source = "registry+https://github.com/rust-lang/crates.io-index"
20026checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
20027dependencies = [
20028 "anyhow",
20029 "bitflags 2.10.0",
20030 "heck 0.5.0",
20031 "indexmap",
20032 "wit-parser 0.236.1",
20033]
20034
20035[[package]]
20036name = "wasmtime-wasi"
20037version = "36.0.6"
20038source = "registry+https://github.com/rust-lang/crates.io-index"
20039checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20040dependencies = [
20041 "anyhow",
20042 "async-trait",
20043 "bitflags 2.10.0",
20044 "bytes 1.11.1",
20045 "cap-fs-ext",
20046 "cap-net-ext",
20047 "cap-rand",
20048 "cap-std",
20049 "cap-time-ext",
20050 "fs-set-times",
20051 "futures 0.3.32",
20052 "io-extras",
20053 "io-lifetimes",
20054 "rustix 1.1.2",
20055 "system-interface",
20056 "thiserror 2.0.17",
20057 "tokio",
20058 "tracing",
20059 "url",
20060 "wasmtime",
20061 "wasmtime-wasi-io",
20062 "wiggle",
20063 "windows-sys 0.60.2",
20064]
20065
20066[[package]]
20067name = "wasmtime-wasi-io"
20068version = "36.0.6"
20069source = "registry+https://github.com/rust-lang/crates.io-index"
20070checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20071dependencies = [
20072 "anyhow",
20073 "async-trait",
20074 "bytes 1.11.1",
20075 "futures 0.3.32",
20076 "wasmtime",
20077]
20078
20079[[package]]
20080name = "wast"
20081version = "35.0.2"
20082source = "registry+https://github.com/rust-lang/crates.io-index"
20083checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20084dependencies = [
20085 "leb128",
20086]
20087
20088[[package]]
20089name = "watch"
20090version = "0.1.0"
20091dependencies = [
20092 "ctor",
20093 "futures 0.3.32",
20094 "gpui",
20095 "parking_lot",
20096 "zlog",
20097]
20098
20099[[package]]
20100name = "wax"
20101version = "0.7.0"
20102source = "registry+https://github.com/rust-lang/crates.io-index"
20103checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20104dependencies = [
20105 "const_format",
20106 "itertools 0.14.0",
20107 "nom 7.1.3",
20108 "pori",
20109 "regex",
20110 "thiserror 2.0.17",
20111 "walkdir",
20112]
20113
20114[[package]]
20115name = "wayland-backend"
20116version = "0.3.11"
20117source = "registry+https://github.com/rust-lang/crates.io-index"
20118checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20119dependencies = [
20120 "cc",
20121 "downcast-rs",
20122 "rustix 1.1.2",
20123 "scoped-tls",
20124 "smallvec",
20125 "wayland-sys",
20126]
20127
20128[[package]]
20129name = "wayland-client"
20130version = "0.31.11"
20131source = "registry+https://github.com/rust-lang/crates.io-index"
20132checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20133dependencies = [
20134 "bitflags 2.10.0",
20135 "rustix 1.1.2",
20136 "wayland-backend",
20137 "wayland-scanner",
20138]
20139
20140[[package]]
20141name = "wayland-cursor"
20142version = "0.31.11"
20143source = "registry+https://github.com/rust-lang/crates.io-index"
20144checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20145dependencies = [
20146 "rustix 1.1.2",
20147 "wayland-client",
20148 "xcursor",
20149]
20150
20151[[package]]
20152name = "wayland-protocols"
20153version = "0.32.9"
20154source = "registry+https://github.com/rust-lang/crates.io-index"
20155checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20156dependencies = [
20157 "bitflags 2.10.0",
20158 "wayland-backend",
20159 "wayland-client",
20160 "wayland-scanner",
20161]
20162
20163[[package]]
20164name = "wayland-protocols-plasma"
20165version = "0.3.9"
20166source = "registry+https://github.com/rust-lang/crates.io-index"
20167checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20168dependencies = [
20169 "bitflags 2.10.0",
20170 "wayland-backend",
20171 "wayland-client",
20172 "wayland-protocols",
20173 "wayland-scanner",
20174]
20175
20176[[package]]
20177name = "wayland-protocols-wlr"
20178version = "0.3.9"
20179source = "registry+https://github.com/rust-lang/crates.io-index"
20180checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20181dependencies = [
20182 "bitflags 2.10.0",
20183 "wayland-backend",
20184 "wayland-client",
20185 "wayland-protocols",
20186 "wayland-scanner",
20187]
20188
20189[[package]]
20190name = "wayland-scanner"
20191version = "0.31.7"
20192source = "registry+https://github.com/rust-lang/crates.io-index"
20193checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20194dependencies = [
20195 "proc-macro2",
20196 "quick-xml 0.37.5",
20197 "quote",
20198]
20199
20200[[package]]
20201name = "wayland-sys"
20202version = "0.31.7"
20203source = "registry+https://github.com/rust-lang/crates.io-index"
20204checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20205dependencies = [
20206 "dlib",
20207 "log",
20208 "once_cell",
20209 "pkg-config",
20210]
20211
20212[[package]]
20213name = "web-sys"
20214version = "0.3.90"
20215source = "registry+https://github.com/rust-lang/crates.io-index"
20216checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20217dependencies = [
20218 "js-sys",
20219 "wasm-bindgen",
20220]
20221
20222[[package]]
20223name = "web-time"
20224version = "1.1.0"
20225source = "registry+https://github.com/rust-lang/crates.io-index"
20226checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20227dependencies = [
20228 "js-sys",
20229 "serde",
20230 "wasm-bindgen",
20231]
20232
20233[[package]]
20234name = "web_atoms"
20235version = "0.1.3"
20236source = "registry+https://github.com/rust-lang/crates.io-index"
20237checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20238dependencies = [
20239 "phf 0.11.3",
20240 "phf_codegen",
20241 "string_cache",
20242 "string_cache_codegen",
20243]
20244
20245[[package]]
20246name = "web_search"
20247version = "0.1.0"
20248dependencies = [
20249 "anyhow",
20250 "cloud_llm_client",
20251 "collections",
20252 "gpui",
20253 "serde",
20254]
20255
20256[[package]]
20257name = "web_search_providers"
20258version = "0.1.0"
20259dependencies = [
20260 "anyhow",
20261 "client",
20262 "cloud_api_client",
20263 "cloud_api_types",
20264 "cloud_llm_client",
20265 "futures 0.3.32",
20266 "gpui",
20267 "http_client",
20268 "language_model",
20269 "serde",
20270 "serde_json",
20271 "web_search",
20272]
20273
20274[[package]]
20275name = "webpki-root-certs"
20276version = "0.26.8"
20277source = "registry+https://github.com/rust-lang/crates.io-index"
20278checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20279dependencies = [
20280 "rustls-pki-types",
20281]
20282
20283[[package]]
20284name = "webpki-roots"
20285version = "0.26.8"
20286source = "registry+https://github.com/rust-lang/crates.io-index"
20287checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20288dependencies = [
20289 "rustls-pki-types",
20290]
20291
20292[[package]]
20293name = "webrtc-sys"
20294version = "0.3.23"
20295source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20296dependencies = [
20297 "cc",
20298 "cxx",
20299 "cxx-build",
20300 "glob",
20301 "log",
20302 "pkg-config",
20303 "webrtc-sys-build",
20304]
20305
20306[[package]]
20307name = "webrtc-sys-build"
20308version = "0.3.13"
20309source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20310dependencies = [
20311 "anyhow",
20312 "fs2",
20313 "regex",
20314 "reqwest 0.12.24",
20315 "scratch",
20316 "semver",
20317 "zip 0.6.6",
20318]
20319
20320[[package]]
20321name = "weezl"
20322version = "0.1.10"
20323source = "registry+https://github.com/rust-lang/crates.io-index"
20324checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20325
20326[[package]]
20327name = "wgpu"
20328version = "29.0.0"
20329source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20330dependencies = [
20331 "arrayvec",
20332 "bitflags 2.10.0",
20333 "bytemuck",
20334 "cfg-if",
20335 "cfg_aliases 0.2.1",
20336 "document-features",
20337 "hashbrown 0.16.1",
20338 "js-sys",
20339 "log",
20340 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20341 "parking_lot",
20342 "portable-atomic",
20343 "profiling",
20344 "raw-window-handle",
20345 "smallvec",
20346 "static_assertions",
20347 "wasm-bindgen",
20348 "wasm-bindgen-futures",
20349 "web-sys",
20350 "wgpu-core",
20351 "wgpu-hal",
20352 "wgpu-types",
20353]
20354
20355[[package]]
20356name = "wgpu-core"
20357version = "29.0.0"
20358source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20359dependencies = [
20360 "arrayvec",
20361 "bit-set 0.9.1",
20362 "bit-vec 0.9.1",
20363 "bitflags 2.10.0",
20364 "bytemuck",
20365 "cfg_aliases 0.2.1",
20366 "document-features",
20367 "hashbrown 0.16.1",
20368 "indexmap",
20369 "log",
20370 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20371 "once_cell",
20372 "parking_lot",
20373 "portable-atomic",
20374 "profiling",
20375 "raw-window-handle",
20376 "rustc-hash 1.1.0",
20377 "smallvec",
20378 "thiserror 2.0.17",
20379 "wgpu-core-deps-apple",
20380 "wgpu-core-deps-emscripten",
20381 "wgpu-core-deps-windows-linux-android",
20382 "wgpu-hal",
20383 "wgpu-naga-bridge",
20384 "wgpu-types",
20385]
20386
20387[[package]]
20388name = "wgpu-core-deps-apple"
20389version = "29.0.0"
20390source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20391dependencies = [
20392 "wgpu-hal",
20393]
20394
20395[[package]]
20396name = "wgpu-core-deps-emscripten"
20397version = "29.0.0"
20398source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20399dependencies = [
20400 "wgpu-hal",
20401]
20402
20403[[package]]
20404name = "wgpu-core-deps-windows-linux-android"
20405version = "29.0.0"
20406source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20407dependencies = [
20408 "wgpu-hal",
20409]
20410
20411[[package]]
20412name = "wgpu-hal"
20413version = "29.0.0"
20414source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20415dependencies = [
20416 "android_system_properties",
20417 "arrayvec",
20418 "ash",
20419 "bit-set 0.9.1",
20420 "bitflags 2.10.0",
20421 "block2",
20422 "bytemuck",
20423 "cfg-if",
20424 "cfg_aliases 0.2.1",
20425 "glow",
20426 "glutin_wgl_sys",
20427 "gpu-allocator",
20428 "gpu-descriptor",
20429 "hashbrown 0.16.1",
20430 "js-sys",
20431 "khronos-egl",
20432 "libc",
20433 "libloading",
20434 "log",
20435 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20436 "ndk-sys",
20437 "objc2",
20438 "objc2-core-foundation",
20439 "objc2-foundation",
20440 "objc2-metal",
20441 "objc2-quartz-core",
20442 "once_cell",
20443 "ordered-float 4.6.0",
20444 "parking_lot",
20445 "portable-atomic",
20446 "portable-atomic-util",
20447 "profiling",
20448 "range-alloc",
20449 "raw-window-handle",
20450 "raw-window-metal",
20451 "renderdoc-sys",
20452 "smallvec",
20453 "thiserror 2.0.17",
20454 "wasm-bindgen",
20455 "wayland-sys",
20456 "web-sys",
20457 "wgpu-naga-bridge",
20458 "wgpu-types",
20459 "windows 0.62.2",
20460 "windows-core 0.62.2",
20461]
20462
20463[[package]]
20464name = "wgpu-naga-bridge"
20465version = "29.0.0"
20466source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20467dependencies = [
20468 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20469 "wgpu-types",
20470]
20471
20472[[package]]
20473name = "wgpu-types"
20474version = "29.0.0"
20475source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20476dependencies = [
20477 "bitflags 2.10.0",
20478 "bytemuck",
20479 "js-sys",
20480 "log",
20481 "raw-window-handle",
20482 "web-sys",
20483]
20484
20485[[package]]
20486name = "which"
20487version = "4.4.2"
20488source = "registry+https://github.com/rust-lang/crates.io-index"
20489checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20490dependencies = [
20491 "either",
20492 "home",
20493 "once_cell",
20494 "rustix 0.38.44",
20495]
20496
20497[[package]]
20498name = "which"
20499version = "6.0.3"
20500source = "registry+https://github.com/rust-lang/crates.io-index"
20501checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20502dependencies = [
20503 "either",
20504 "home",
20505 "rustix 0.38.44",
20506 "winsafe",
20507]
20508
20509[[package]]
20510name = "which_key"
20511version = "0.1.0"
20512dependencies = [
20513 "command_palette",
20514 "gpui",
20515 "serde",
20516 "settings",
20517 "theme_settings",
20518 "ui",
20519 "util",
20520 "workspace",
20521]
20522
20523[[package]]
20524name = "whoami"
20525version = "1.6.1"
20526source = "registry+https://github.com/rust-lang/crates.io-index"
20527checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20528dependencies = [
20529 "libredox",
20530 "wasite",
20531]
20532
20533[[package]]
20534name = "wiggle"
20535version = "36.0.6"
20536source = "registry+https://github.com/rust-lang/crates.io-index"
20537checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20538dependencies = [
20539 "anyhow",
20540 "async-trait",
20541 "bitflags 2.10.0",
20542 "thiserror 2.0.17",
20543 "tracing",
20544 "wasmtime",
20545 "wiggle-macro",
20546]
20547
20548[[package]]
20549name = "wiggle-generate"
20550version = "36.0.6"
20551source = "registry+https://github.com/rust-lang/crates.io-index"
20552checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20553dependencies = [
20554 "anyhow",
20555 "heck 0.5.0",
20556 "proc-macro2",
20557 "quote",
20558 "syn 2.0.117",
20559 "witx",
20560]
20561
20562[[package]]
20563name = "wiggle-macro"
20564version = "36.0.6"
20565source = "registry+https://github.com/rust-lang/crates.io-index"
20566checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20567dependencies = [
20568 "proc-macro2",
20569 "quote",
20570 "syn 2.0.117",
20571 "wiggle-generate",
20572]
20573
20574[[package]]
20575name = "winapi"
20576version = "0.3.9"
20577source = "registry+https://github.com/rust-lang/crates.io-index"
20578checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20579dependencies = [
20580 "winapi-i686-pc-windows-gnu",
20581 "winapi-x86_64-pc-windows-gnu",
20582]
20583
20584[[package]]
20585name = "winapi-i686-pc-windows-gnu"
20586version = "0.4.0"
20587source = "registry+https://github.com/rust-lang/crates.io-index"
20588checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20589
20590[[package]]
20591name = "winapi-util"
20592version = "0.1.11"
20593source = "registry+https://github.com/rust-lang/crates.io-index"
20594checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20595dependencies = [
20596 "windows-sys 0.61.2",
20597]
20598
20599[[package]]
20600name = "winapi-x86_64-pc-windows-gnu"
20601version = "0.4.0"
20602source = "registry+https://github.com/rust-lang/crates.io-index"
20603checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20604
20605[[package]]
20606name = "winch-codegen"
20607version = "36.0.6"
20608source = "registry+https://github.com/rust-lang/crates.io-index"
20609checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20610dependencies = [
20611 "anyhow",
20612 "cranelift-assembler-x64",
20613 "cranelift-codegen",
20614 "gimli",
20615 "regalloc2",
20616 "smallvec",
20617 "target-lexicon 0.13.3",
20618 "thiserror 2.0.17",
20619 "wasmparser 0.236.1",
20620 "wasmtime-environ",
20621 "wasmtime-internal-cranelift",
20622 "wasmtime-internal-math",
20623]
20624
20625[[package]]
20626name = "windows"
20627version = "0.57.0"
20628source = "registry+https://github.com/rust-lang/crates.io-index"
20629checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20630dependencies = [
20631 "windows-core 0.57.0",
20632 "windows-targets 0.52.6",
20633]
20634
20635[[package]]
20636name = "windows"
20637version = "0.58.0"
20638source = "registry+https://github.com/rust-lang/crates.io-index"
20639checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20640dependencies = [
20641 "windows-core 0.58.0",
20642 "windows-targets 0.52.6",
20643]
20644
20645[[package]]
20646name = "windows"
20647version = "0.61.3"
20648source = "registry+https://github.com/rust-lang/crates.io-index"
20649checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20650dependencies = [
20651 "windows-collections 0.2.0",
20652 "windows-core 0.61.2",
20653 "windows-future 0.2.1",
20654 "windows-link 0.1.3",
20655 "windows-numerics 0.2.0",
20656]
20657
20658[[package]]
20659name = "windows"
20660version = "0.62.2"
20661source = "registry+https://github.com/rust-lang/crates.io-index"
20662checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20663dependencies = [
20664 "windows-collections 0.3.2",
20665 "windows-core 0.62.2",
20666 "windows-future 0.3.2",
20667 "windows-numerics 0.3.1",
20668]
20669
20670[[package]]
20671name = "windows-bindgen"
20672version = "0.61.1"
20673source = "registry+https://github.com/rust-lang/crates.io-index"
20674checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20675dependencies = [
20676 "serde",
20677 "serde_json",
20678 "windows-threading 0.1.0",
20679]
20680
20681[[package]]
20682name = "windows-capture"
20683version = "1.4.3"
20684source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20685dependencies = [
20686 "clap",
20687 "ctrlc",
20688 "parking_lot",
20689 "rayon",
20690 "thiserror 2.0.17",
20691 "windows 0.61.3",
20692 "windows-future 0.2.1",
20693]
20694
20695[[package]]
20696name = "windows-collections"
20697version = "0.2.0"
20698source = "registry+https://github.com/rust-lang/crates.io-index"
20699checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20700dependencies = [
20701 "windows-core 0.61.2",
20702]
20703
20704[[package]]
20705name = "windows-collections"
20706version = "0.3.2"
20707source = "registry+https://github.com/rust-lang/crates.io-index"
20708checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20709dependencies = [
20710 "windows-core 0.62.2",
20711]
20712
20713[[package]]
20714name = "windows-core"
20715version = "0.57.0"
20716source = "registry+https://github.com/rust-lang/crates.io-index"
20717checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20718dependencies = [
20719 "windows-implement 0.57.0",
20720 "windows-interface 0.57.0",
20721 "windows-result 0.1.2",
20722 "windows-targets 0.52.6",
20723]
20724
20725[[package]]
20726name = "windows-core"
20727version = "0.58.0"
20728source = "registry+https://github.com/rust-lang/crates.io-index"
20729checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20730dependencies = [
20731 "windows-implement 0.58.0",
20732 "windows-interface 0.58.0",
20733 "windows-result 0.2.0",
20734 "windows-strings 0.1.0",
20735 "windows-targets 0.52.6",
20736]
20737
20738[[package]]
20739name = "windows-core"
20740version = "0.61.2"
20741source = "registry+https://github.com/rust-lang/crates.io-index"
20742checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20743dependencies = [
20744 "windows-implement 0.60.2",
20745 "windows-interface 0.59.3",
20746 "windows-link 0.1.3",
20747 "windows-result 0.3.4",
20748 "windows-strings 0.4.2",
20749]
20750
20751[[package]]
20752name = "windows-core"
20753version = "0.62.2"
20754source = "registry+https://github.com/rust-lang/crates.io-index"
20755checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20756dependencies = [
20757 "windows-implement 0.60.2",
20758 "windows-interface 0.59.3",
20759 "windows-link 0.2.1",
20760 "windows-result 0.4.1",
20761 "windows-strings 0.5.1",
20762]
20763
20764[[package]]
20765name = "windows-future"
20766version = "0.2.1"
20767source = "registry+https://github.com/rust-lang/crates.io-index"
20768checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20769dependencies = [
20770 "windows-core 0.61.2",
20771 "windows-link 0.1.3",
20772 "windows-threading 0.1.0",
20773]
20774
20775[[package]]
20776name = "windows-future"
20777version = "0.3.2"
20778source = "registry+https://github.com/rust-lang/crates.io-index"
20779checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20780dependencies = [
20781 "windows-core 0.62.2",
20782 "windows-link 0.2.1",
20783 "windows-threading 0.2.1",
20784]
20785
20786[[package]]
20787name = "windows-implement"
20788version = "0.57.0"
20789source = "registry+https://github.com/rust-lang/crates.io-index"
20790checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20791dependencies = [
20792 "proc-macro2",
20793 "quote",
20794 "syn 2.0.117",
20795]
20796
20797[[package]]
20798name = "windows-implement"
20799version = "0.58.0"
20800source = "registry+https://github.com/rust-lang/crates.io-index"
20801checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20802dependencies = [
20803 "proc-macro2",
20804 "quote",
20805 "syn 2.0.117",
20806]
20807
20808[[package]]
20809name = "windows-implement"
20810version = "0.60.2"
20811source = "registry+https://github.com/rust-lang/crates.io-index"
20812checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20813dependencies = [
20814 "proc-macro2",
20815 "quote",
20816 "syn 2.0.117",
20817]
20818
20819[[package]]
20820name = "windows-interface"
20821version = "0.57.0"
20822source = "registry+https://github.com/rust-lang/crates.io-index"
20823checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20824dependencies = [
20825 "proc-macro2",
20826 "quote",
20827 "syn 2.0.117",
20828]
20829
20830[[package]]
20831name = "windows-interface"
20832version = "0.58.0"
20833source = "registry+https://github.com/rust-lang/crates.io-index"
20834checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20835dependencies = [
20836 "proc-macro2",
20837 "quote",
20838 "syn 2.0.117",
20839]
20840
20841[[package]]
20842name = "windows-interface"
20843version = "0.59.3"
20844source = "registry+https://github.com/rust-lang/crates.io-index"
20845checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20846dependencies = [
20847 "proc-macro2",
20848 "quote",
20849 "syn 2.0.117",
20850]
20851
20852[[package]]
20853name = "windows-link"
20854version = "0.1.3"
20855source = "registry+https://github.com/rust-lang/crates.io-index"
20856checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20857
20858[[package]]
20859name = "windows-link"
20860version = "0.2.1"
20861source = "registry+https://github.com/rust-lang/crates.io-index"
20862checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20863
20864[[package]]
20865name = "windows-numerics"
20866version = "0.2.0"
20867source = "registry+https://github.com/rust-lang/crates.io-index"
20868checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20869dependencies = [
20870 "windows-core 0.61.2",
20871 "windows-link 0.1.3",
20872]
20873
20874[[package]]
20875name = "windows-numerics"
20876version = "0.3.1"
20877source = "registry+https://github.com/rust-lang/crates.io-index"
20878checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20879dependencies = [
20880 "windows-core 0.62.2",
20881 "windows-link 0.2.1",
20882]
20883
20884[[package]]
20885name = "windows-registry"
20886version = "0.4.0"
20887source = "registry+https://github.com/rust-lang/crates.io-index"
20888checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20889dependencies = [
20890 "windows-result 0.3.4",
20891 "windows-strings 0.3.1",
20892 "windows-targets 0.53.5",
20893]
20894
20895[[package]]
20896name = "windows-registry"
20897version = "0.5.3"
20898source = "registry+https://github.com/rust-lang/crates.io-index"
20899checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20900dependencies = [
20901 "windows-link 0.1.3",
20902 "windows-result 0.3.4",
20903 "windows-strings 0.4.2",
20904]
20905
20906[[package]]
20907name = "windows-registry"
20908version = "0.6.1"
20909source = "registry+https://github.com/rust-lang/crates.io-index"
20910checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20911dependencies = [
20912 "windows-link 0.2.1",
20913 "windows-result 0.4.1",
20914 "windows-strings 0.5.1",
20915]
20916
20917[[package]]
20918name = "windows-result"
20919version = "0.1.2"
20920source = "registry+https://github.com/rust-lang/crates.io-index"
20921checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20922dependencies = [
20923 "windows-targets 0.52.6",
20924]
20925
20926[[package]]
20927name = "windows-result"
20928version = "0.2.0"
20929source = "registry+https://github.com/rust-lang/crates.io-index"
20930checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20931dependencies = [
20932 "windows-targets 0.52.6",
20933]
20934
20935[[package]]
20936name = "windows-result"
20937version = "0.3.4"
20938source = "registry+https://github.com/rust-lang/crates.io-index"
20939checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20940dependencies = [
20941 "windows-link 0.1.3",
20942]
20943
20944[[package]]
20945name = "windows-result"
20946version = "0.4.1"
20947source = "registry+https://github.com/rust-lang/crates.io-index"
20948checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20949dependencies = [
20950 "windows-link 0.2.1",
20951]
20952
20953[[package]]
20954name = "windows-strings"
20955version = "0.1.0"
20956source = "registry+https://github.com/rust-lang/crates.io-index"
20957checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20958dependencies = [
20959 "windows-result 0.2.0",
20960 "windows-targets 0.52.6",
20961]
20962
20963[[package]]
20964name = "windows-strings"
20965version = "0.3.1"
20966source = "registry+https://github.com/rust-lang/crates.io-index"
20967checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20968dependencies = [
20969 "windows-link 0.1.3",
20970]
20971
20972[[package]]
20973name = "windows-strings"
20974version = "0.4.2"
20975source = "registry+https://github.com/rust-lang/crates.io-index"
20976checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20977dependencies = [
20978 "windows-link 0.1.3",
20979]
20980
20981[[package]]
20982name = "windows-strings"
20983version = "0.5.1"
20984source = "registry+https://github.com/rust-lang/crates.io-index"
20985checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20986dependencies = [
20987 "windows-link 0.2.1",
20988]
20989
20990[[package]]
20991name = "windows-sys"
20992version = "0.45.0"
20993source = "registry+https://github.com/rust-lang/crates.io-index"
20994checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20995dependencies = [
20996 "windows-targets 0.42.2",
20997]
20998
20999[[package]]
21000name = "windows-sys"
21001version = "0.48.0"
21002source = "registry+https://github.com/rust-lang/crates.io-index"
21003checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21004dependencies = [
21005 "windows-targets 0.48.5",
21006]
21007
21008[[package]]
21009name = "windows-sys"
21010version = "0.52.0"
21011source = "registry+https://github.com/rust-lang/crates.io-index"
21012checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21013dependencies = [
21014 "windows-targets 0.52.6",
21015]
21016
21017[[package]]
21018name = "windows-sys"
21019version = "0.59.0"
21020source = "registry+https://github.com/rust-lang/crates.io-index"
21021checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21022dependencies = [
21023 "windows-targets 0.52.6",
21024]
21025
21026[[package]]
21027name = "windows-sys"
21028version = "0.60.2"
21029source = "registry+https://github.com/rust-lang/crates.io-index"
21030checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21031dependencies = [
21032 "windows-targets 0.53.5",
21033]
21034
21035[[package]]
21036name = "windows-sys"
21037version = "0.61.2"
21038source = "registry+https://github.com/rust-lang/crates.io-index"
21039checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21040dependencies = [
21041 "windows-link 0.2.1",
21042]
21043
21044[[package]]
21045name = "windows-targets"
21046version = "0.42.2"
21047source = "registry+https://github.com/rust-lang/crates.io-index"
21048checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21049dependencies = [
21050 "windows_aarch64_gnullvm 0.42.2",
21051 "windows_aarch64_msvc 0.42.2",
21052 "windows_i686_gnu 0.42.2",
21053 "windows_i686_msvc 0.42.2",
21054 "windows_x86_64_gnu 0.42.2",
21055 "windows_x86_64_gnullvm 0.42.2",
21056 "windows_x86_64_msvc 0.42.2",
21057]
21058
21059[[package]]
21060name = "windows-targets"
21061version = "0.48.5"
21062source = "registry+https://github.com/rust-lang/crates.io-index"
21063checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21064dependencies = [
21065 "windows_aarch64_gnullvm 0.48.5",
21066 "windows_aarch64_msvc 0.48.5",
21067 "windows_i686_gnu 0.48.5",
21068 "windows_i686_msvc 0.48.5",
21069 "windows_x86_64_gnu 0.48.5",
21070 "windows_x86_64_gnullvm 0.48.5",
21071 "windows_x86_64_msvc 0.48.5",
21072]
21073
21074[[package]]
21075name = "windows-targets"
21076version = "0.52.6"
21077source = "registry+https://github.com/rust-lang/crates.io-index"
21078checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21079dependencies = [
21080 "windows_aarch64_gnullvm 0.52.6",
21081 "windows_aarch64_msvc 0.52.6",
21082 "windows_i686_gnu 0.52.6",
21083 "windows_i686_gnullvm 0.52.6",
21084 "windows_i686_msvc 0.52.6",
21085 "windows_x86_64_gnu 0.52.6",
21086 "windows_x86_64_gnullvm 0.52.6",
21087 "windows_x86_64_msvc 0.52.6",
21088]
21089
21090[[package]]
21091name = "windows-targets"
21092version = "0.53.5"
21093source = "registry+https://github.com/rust-lang/crates.io-index"
21094checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21095dependencies = [
21096 "windows-link 0.2.1",
21097 "windows_aarch64_gnullvm 0.53.1",
21098 "windows_aarch64_msvc 0.53.1",
21099 "windows_i686_gnu 0.53.1",
21100 "windows_i686_gnullvm 0.53.1",
21101 "windows_i686_msvc 0.53.1",
21102 "windows_x86_64_gnu 0.53.1",
21103 "windows_x86_64_gnullvm 0.53.1",
21104 "windows_x86_64_msvc 0.53.1",
21105]
21106
21107[[package]]
21108name = "windows-threading"
21109version = "0.1.0"
21110source = "registry+https://github.com/rust-lang/crates.io-index"
21111checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21112dependencies = [
21113 "windows-link 0.1.3",
21114]
21115
21116[[package]]
21117name = "windows-threading"
21118version = "0.2.1"
21119source = "registry+https://github.com/rust-lang/crates.io-index"
21120checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21121dependencies = [
21122 "windows-link 0.2.1",
21123]
21124
21125[[package]]
21126name = "windows_aarch64_gnullvm"
21127version = "0.42.2"
21128source = "registry+https://github.com/rust-lang/crates.io-index"
21129checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21130
21131[[package]]
21132name = "windows_aarch64_gnullvm"
21133version = "0.48.5"
21134source = "registry+https://github.com/rust-lang/crates.io-index"
21135checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21136
21137[[package]]
21138name = "windows_aarch64_gnullvm"
21139version = "0.52.6"
21140source = "registry+https://github.com/rust-lang/crates.io-index"
21141checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21142
21143[[package]]
21144name = "windows_aarch64_gnullvm"
21145version = "0.53.1"
21146source = "registry+https://github.com/rust-lang/crates.io-index"
21147checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21148
21149[[package]]
21150name = "windows_aarch64_msvc"
21151version = "0.42.2"
21152source = "registry+https://github.com/rust-lang/crates.io-index"
21153checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21154
21155[[package]]
21156name = "windows_aarch64_msvc"
21157version = "0.48.5"
21158source = "registry+https://github.com/rust-lang/crates.io-index"
21159checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21160
21161[[package]]
21162name = "windows_aarch64_msvc"
21163version = "0.52.6"
21164source = "registry+https://github.com/rust-lang/crates.io-index"
21165checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21166
21167[[package]]
21168name = "windows_aarch64_msvc"
21169version = "0.53.1"
21170source = "registry+https://github.com/rust-lang/crates.io-index"
21171checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21172
21173[[package]]
21174name = "windows_i686_gnu"
21175version = "0.42.2"
21176source = "registry+https://github.com/rust-lang/crates.io-index"
21177checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21178
21179[[package]]
21180name = "windows_i686_gnu"
21181version = "0.48.5"
21182source = "registry+https://github.com/rust-lang/crates.io-index"
21183checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21184
21185[[package]]
21186name = "windows_i686_gnu"
21187version = "0.52.6"
21188source = "registry+https://github.com/rust-lang/crates.io-index"
21189checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21190
21191[[package]]
21192name = "windows_i686_gnu"
21193version = "0.53.1"
21194source = "registry+https://github.com/rust-lang/crates.io-index"
21195checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21196
21197[[package]]
21198name = "windows_i686_gnullvm"
21199version = "0.52.6"
21200source = "registry+https://github.com/rust-lang/crates.io-index"
21201checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21202
21203[[package]]
21204name = "windows_i686_gnullvm"
21205version = "0.53.1"
21206source = "registry+https://github.com/rust-lang/crates.io-index"
21207checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21208
21209[[package]]
21210name = "windows_i686_msvc"
21211version = "0.42.2"
21212source = "registry+https://github.com/rust-lang/crates.io-index"
21213checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21214
21215[[package]]
21216name = "windows_i686_msvc"
21217version = "0.48.5"
21218source = "registry+https://github.com/rust-lang/crates.io-index"
21219checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21220
21221[[package]]
21222name = "windows_i686_msvc"
21223version = "0.52.6"
21224source = "registry+https://github.com/rust-lang/crates.io-index"
21225checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21226
21227[[package]]
21228name = "windows_i686_msvc"
21229version = "0.53.1"
21230source = "registry+https://github.com/rust-lang/crates.io-index"
21231checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21232
21233[[package]]
21234name = "windows_x86_64_gnu"
21235version = "0.42.2"
21236source = "registry+https://github.com/rust-lang/crates.io-index"
21237checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21238
21239[[package]]
21240name = "windows_x86_64_gnu"
21241version = "0.48.5"
21242source = "registry+https://github.com/rust-lang/crates.io-index"
21243checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21244
21245[[package]]
21246name = "windows_x86_64_gnu"
21247version = "0.52.6"
21248source = "registry+https://github.com/rust-lang/crates.io-index"
21249checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21250
21251[[package]]
21252name = "windows_x86_64_gnu"
21253version = "0.53.1"
21254source = "registry+https://github.com/rust-lang/crates.io-index"
21255checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21256
21257[[package]]
21258name = "windows_x86_64_gnullvm"
21259version = "0.42.2"
21260source = "registry+https://github.com/rust-lang/crates.io-index"
21261checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21262
21263[[package]]
21264name = "windows_x86_64_gnullvm"
21265version = "0.48.5"
21266source = "registry+https://github.com/rust-lang/crates.io-index"
21267checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21268
21269[[package]]
21270name = "windows_x86_64_gnullvm"
21271version = "0.52.6"
21272source = "registry+https://github.com/rust-lang/crates.io-index"
21273checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21274
21275[[package]]
21276name = "windows_x86_64_gnullvm"
21277version = "0.53.1"
21278source = "registry+https://github.com/rust-lang/crates.io-index"
21279checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21280
21281[[package]]
21282name = "windows_x86_64_msvc"
21283version = "0.42.2"
21284source = "registry+https://github.com/rust-lang/crates.io-index"
21285checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21286
21287[[package]]
21288name = "windows_x86_64_msvc"
21289version = "0.48.5"
21290source = "registry+https://github.com/rust-lang/crates.io-index"
21291checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21292
21293[[package]]
21294name = "windows_x86_64_msvc"
21295version = "0.52.6"
21296source = "registry+https://github.com/rust-lang/crates.io-index"
21297checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21298
21299[[package]]
21300name = "windows_x86_64_msvc"
21301version = "0.53.1"
21302source = "registry+https://github.com/rust-lang/crates.io-index"
21303checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21304
21305[[package]]
21306name = "winnow"
21307version = "0.7.13"
21308source = "registry+https://github.com/rust-lang/crates.io-index"
21309checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21310dependencies = [
21311 "memchr",
21312]
21313
21314[[package]]
21315name = "winreg"
21316version = "0.10.1"
21317source = "registry+https://github.com/rust-lang/crates.io-index"
21318checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21319dependencies = [
21320 "winapi",
21321]
21322
21323[[package]]
21324name = "winreg"
21325version = "0.50.0"
21326source = "registry+https://github.com/rust-lang/crates.io-index"
21327checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21328dependencies = [
21329 "cfg-if",
21330 "windows-sys 0.48.0",
21331]
21332
21333[[package]]
21334name = "winreg"
21335version = "0.55.0"
21336source = "registry+https://github.com/rust-lang/crates.io-index"
21337checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21338dependencies = [
21339 "cfg-if",
21340 "windows-sys 0.59.0",
21341]
21342
21343[[package]]
21344name = "winresource"
21345version = "0.1.23"
21346source = "registry+https://github.com/rust-lang/crates.io-index"
21347checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21348dependencies = [
21349 "toml 0.8.23",
21350 "version_check",
21351]
21352
21353[[package]]
21354name = "winsafe"
21355version = "0.0.19"
21356source = "registry+https://github.com/rust-lang/crates.io-index"
21357checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21358
21359[[package]]
21360name = "winx"
21361version = "0.36.4"
21362source = "registry+https://github.com/rust-lang/crates.io-index"
21363checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21364dependencies = [
21365 "bitflags 2.10.0",
21366 "windows-sys 0.59.0",
21367]
21368
21369[[package]]
21370name = "wio"
21371version = "0.2.2"
21372source = "registry+https://github.com/rust-lang/crates.io-index"
21373checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21374dependencies = [
21375 "winapi",
21376]
21377
21378[[package]]
21379name = "wit-bindgen"
21380version = "0.22.0"
21381source = "registry+https://github.com/rust-lang/crates.io-index"
21382checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21383dependencies = [
21384 "bitflags 2.10.0",
21385 "wit-bindgen-rt 0.22.0",
21386 "wit-bindgen-rust-macro 0.22.0",
21387]
21388
21389[[package]]
21390name = "wit-bindgen"
21391version = "0.41.0"
21392source = "registry+https://github.com/rust-lang/crates.io-index"
21393checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21394dependencies = [
21395 "wit-bindgen-rt 0.41.0",
21396 "wit-bindgen-rust-macro 0.41.0",
21397]
21398
21399[[package]]
21400name = "wit-bindgen"
21401version = "0.46.0"
21402source = "registry+https://github.com/rust-lang/crates.io-index"
21403checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21404
21405[[package]]
21406name = "wit-bindgen"
21407version = "0.51.0"
21408source = "registry+https://github.com/rust-lang/crates.io-index"
21409checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21410dependencies = [
21411 "wit-bindgen-rust-macro 0.51.0",
21412]
21413
21414[[package]]
21415name = "wit-bindgen-core"
21416version = "0.22.0"
21417source = "registry+https://github.com/rust-lang/crates.io-index"
21418checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21419dependencies = [
21420 "anyhow",
21421 "wit-parser 0.201.0",
21422]
21423
21424[[package]]
21425name = "wit-bindgen-core"
21426version = "0.41.0"
21427source = "registry+https://github.com/rust-lang/crates.io-index"
21428checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21429dependencies = [
21430 "anyhow",
21431 "heck 0.5.0",
21432 "wit-parser 0.227.1",
21433]
21434
21435[[package]]
21436name = "wit-bindgen-core"
21437version = "0.51.0"
21438source = "registry+https://github.com/rust-lang/crates.io-index"
21439checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21440dependencies = [
21441 "anyhow",
21442 "heck 0.5.0",
21443 "wit-parser 0.244.0",
21444]
21445
21446[[package]]
21447name = "wit-bindgen-rt"
21448version = "0.22.0"
21449source = "registry+https://github.com/rust-lang/crates.io-index"
21450checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21451
21452[[package]]
21453name = "wit-bindgen-rt"
21454version = "0.41.0"
21455source = "registry+https://github.com/rust-lang/crates.io-index"
21456checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21457dependencies = [
21458 "bitflags 2.10.0",
21459 "futures 0.3.32",
21460 "once_cell",
21461]
21462
21463[[package]]
21464name = "wit-bindgen-rust"
21465version = "0.22.0"
21466source = "registry+https://github.com/rust-lang/crates.io-index"
21467checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21468dependencies = [
21469 "anyhow",
21470 "heck 0.4.1",
21471 "indexmap",
21472 "wasm-metadata 0.201.0",
21473 "wit-bindgen-core 0.22.0",
21474 "wit-component 0.201.0",
21475]
21476
21477[[package]]
21478name = "wit-bindgen-rust"
21479version = "0.41.0"
21480source = "registry+https://github.com/rust-lang/crates.io-index"
21481checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21482dependencies = [
21483 "anyhow",
21484 "heck 0.5.0",
21485 "indexmap",
21486 "prettyplease",
21487 "syn 2.0.117",
21488 "wasm-metadata 0.227.1",
21489 "wit-bindgen-core 0.41.0",
21490 "wit-component 0.227.1",
21491]
21492
21493[[package]]
21494name = "wit-bindgen-rust"
21495version = "0.51.0"
21496source = "registry+https://github.com/rust-lang/crates.io-index"
21497checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21498dependencies = [
21499 "anyhow",
21500 "heck 0.5.0",
21501 "indexmap",
21502 "prettyplease",
21503 "syn 2.0.117",
21504 "wasm-metadata 0.244.0",
21505 "wit-bindgen-core 0.51.0",
21506 "wit-component 0.244.0",
21507]
21508
21509[[package]]
21510name = "wit-bindgen-rust-macro"
21511version = "0.22.0"
21512source = "registry+https://github.com/rust-lang/crates.io-index"
21513checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21514dependencies = [
21515 "anyhow",
21516 "proc-macro2",
21517 "quote",
21518 "syn 2.0.117",
21519 "wit-bindgen-core 0.22.0",
21520 "wit-bindgen-rust 0.22.0",
21521]
21522
21523[[package]]
21524name = "wit-bindgen-rust-macro"
21525version = "0.41.0"
21526source = "registry+https://github.com/rust-lang/crates.io-index"
21527checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21528dependencies = [
21529 "anyhow",
21530 "prettyplease",
21531 "proc-macro2",
21532 "quote",
21533 "syn 2.0.117",
21534 "wit-bindgen-core 0.41.0",
21535 "wit-bindgen-rust 0.41.0",
21536]
21537
21538[[package]]
21539name = "wit-bindgen-rust-macro"
21540version = "0.51.0"
21541source = "registry+https://github.com/rust-lang/crates.io-index"
21542checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21543dependencies = [
21544 "anyhow",
21545 "prettyplease",
21546 "proc-macro2",
21547 "quote",
21548 "syn 2.0.117",
21549 "wit-bindgen-core 0.51.0",
21550 "wit-bindgen-rust 0.51.0",
21551]
21552
21553[[package]]
21554name = "wit-component"
21555version = "0.201.0"
21556source = "registry+https://github.com/rust-lang/crates.io-index"
21557checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21558dependencies = [
21559 "anyhow",
21560 "bitflags 2.10.0",
21561 "indexmap",
21562 "log",
21563 "serde",
21564 "serde_derive",
21565 "serde_json",
21566 "wasm-encoder 0.201.0",
21567 "wasm-metadata 0.201.0",
21568 "wasmparser 0.201.0",
21569 "wit-parser 0.201.0",
21570]
21571
21572[[package]]
21573name = "wit-component"
21574version = "0.227.1"
21575source = "registry+https://github.com/rust-lang/crates.io-index"
21576checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21577dependencies = [
21578 "anyhow",
21579 "bitflags 2.10.0",
21580 "indexmap",
21581 "log",
21582 "serde",
21583 "serde_derive",
21584 "serde_json",
21585 "wasm-encoder 0.227.1",
21586 "wasm-metadata 0.227.1",
21587 "wasmparser 0.227.1",
21588 "wit-parser 0.227.1",
21589]
21590
21591[[package]]
21592name = "wit-component"
21593version = "0.244.0"
21594source = "registry+https://github.com/rust-lang/crates.io-index"
21595checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21596dependencies = [
21597 "anyhow",
21598 "bitflags 2.10.0",
21599 "indexmap",
21600 "log",
21601 "serde",
21602 "serde_derive",
21603 "serde_json",
21604 "wasm-encoder 0.244.0",
21605 "wasm-metadata 0.244.0",
21606 "wasmparser 0.244.0",
21607 "wit-parser 0.244.0",
21608]
21609
21610[[package]]
21611name = "wit-parser"
21612version = "0.201.0"
21613source = "registry+https://github.com/rust-lang/crates.io-index"
21614checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21615dependencies = [
21616 "anyhow",
21617 "id-arena",
21618 "indexmap",
21619 "log",
21620 "semver",
21621 "serde",
21622 "serde_derive",
21623 "serde_json",
21624 "unicode-xid",
21625 "wasmparser 0.201.0",
21626]
21627
21628[[package]]
21629name = "wit-parser"
21630version = "0.227.1"
21631source = "registry+https://github.com/rust-lang/crates.io-index"
21632checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
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.227.1",
21644]
21645
21646[[package]]
21647name = "wit-parser"
21648version = "0.236.1"
21649source = "registry+https://github.com/rust-lang/crates.io-index"
21650checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
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.236.1",
21662]
21663
21664[[package]]
21665name = "wit-parser"
21666version = "0.244.0"
21667source = "registry+https://github.com/rust-lang/crates.io-index"
21668checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
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.244.0",
21680]
21681
21682[[package]]
21683name = "witx"
21684version = "0.9.1"
21685source = "registry+https://github.com/rust-lang/crates.io-index"
21686checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21687dependencies = [
21688 "anyhow",
21689 "log",
21690 "thiserror 1.0.69",
21691 "wast",
21692]
21693
21694[[package]]
21695name = "workspace"
21696version = "0.1.0"
21697dependencies = [
21698 "agent_settings",
21699 "any_vec",
21700 "anyhow",
21701 "async-recursion",
21702 "chrono",
21703 "client",
21704 "clock",
21705 "collections",
21706 "component",
21707 "db",
21708 "feature_flags",
21709 "fs",
21710 "futures 0.3.32",
21711 "git",
21712 "gpui",
21713 "http_client",
21714 "itertools 0.14.0",
21715 "language",
21716 "log",
21717 "markdown",
21718 "menu",
21719 "node_runtime",
21720 "parking_lot",
21721 "postage",
21722 "pretty_assertions",
21723 "project",
21724 "remote",
21725 "schemars",
21726 "serde",
21727 "serde_json",
21728 "session",
21729 "settings",
21730 "smallvec",
21731 "sqlez",
21732 "strum 0.27.2",
21733 "task",
21734 "telemetry",
21735 "tempfile",
21736 "theme",
21737 "theme_settings",
21738 "ui",
21739 "util",
21740 "uuid",
21741 "vim_mode_setting",
21742 "windows 0.61.3",
21743 "zed_actions",
21744 "zlog",
21745]
21746
21747[[package]]
21748name = "worktree"
21749version = "0.1.0"
21750dependencies = [
21751 "anyhow",
21752 "async-lock 2.8.0",
21753 "chardetng",
21754 "clock",
21755 "collections",
21756 "encoding_rs",
21757 "fs",
21758 "futures 0.3.32",
21759 "fuzzy",
21760 "git",
21761 "gpui",
21762 "ignore",
21763 "language",
21764 "log",
21765 "parking_lot",
21766 "paths",
21767 "postage",
21768 "pretty_assertions",
21769 "rand 0.9.2",
21770 "rpc",
21771 "serde",
21772 "serde_json",
21773 "settings",
21774 "smallvec",
21775 "smol",
21776 "sum_tree",
21777 "text",
21778 "tracing",
21779 "util",
21780 "worktree",
21781 "zlog",
21782 "ztracing",
21783]
21784
21785[[package]]
21786name = "worktree_benchmarks"
21787version = "0.1.0"
21788dependencies = [
21789 "fs",
21790 "gpui_platform",
21791 "settings",
21792 "worktree",
21793]
21794
21795[[package]]
21796name = "wprcontrol"
21797version = "0.1.0"
21798source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21799dependencies = [
21800 "windows 0.61.3",
21801 "windows-bindgen",
21802 "windows-core 0.61.2",
21803 "windows-link 0.2.1",
21804]
21805
21806[[package]]
21807name = "writeable"
21808version = "0.6.1"
21809source = "registry+https://github.com/rust-lang/crates.io-index"
21810checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21811
21812[[package]]
21813name = "wyz"
21814version = "0.5.1"
21815source = "registry+https://github.com/rust-lang/crates.io-index"
21816checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21817dependencies = [
21818 "tap",
21819]
21820
21821[[package]]
21822name = "x11"
21823version = "2.21.0"
21824source = "registry+https://github.com/rust-lang/crates.io-index"
21825checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21826dependencies = [
21827 "libc",
21828 "pkg-config",
21829]
21830
21831[[package]]
21832name = "x11-clipboard"
21833version = "0.9.3"
21834source = "registry+https://github.com/rust-lang/crates.io-index"
21835checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21836dependencies = [
21837 "libc",
21838 "x11rb",
21839]
21840
21841[[package]]
21842name = "x11rb"
21843version = "0.13.2"
21844source = "registry+https://github.com/rust-lang/crates.io-index"
21845checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21846dependencies = [
21847 "as-raw-xcb-connection",
21848 "gethostname",
21849 "libc",
21850 "rustix 1.1.2",
21851 "x11rb-protocol",
21852 "xcursor",
21853]
21854
21855[[package]]
21856name = "x11rb-protocol"
21857version = "0.13.2"
21858source = "registry+https://github.com/rust-lang/crates.io-index"
21859checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21860
21861[[package]]
21862name = "x_ai"
21863version = "0.1.0"
21864dependencies = [
21865 "anyhow",
21866 "language_model_core",
21867 "schemars",
21868 "serde",
21869 "strum 0.27.2",
21870 "tiktoken-rs",
21871]
21872
21873[[package]]
21874name = "xattr"
21875version = "0.2.3"
21876source = "registry+https://github.com/rust-lang/crates.io-index"
21877checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21878dependencies = [
21879 "libc",
21880]
21881
21882[[package]]
21883name = "xcb"
21884version = "1.6.0"
21885source = "registry+https://github.com/rust-lang/crates.io-index"
21886checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21887dependencies = [
21888 "bitflags 1.3.2",
21889 "libc",
21890 "quick-xml 0.30.0",
21891 "x11",
21892]
21893
21894[[package]]
21895name = "xcursor"
21896version = "0.3.10"
21897source = "registry+https://github.com/rust-lang/crates.io-index"
21898checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21899
21900[[package]]
21901name = "xim-ctext"
21902version = "0.3.0"
21903source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21904dependencies = [
21905 "encoding_rs",
21906]
21907
21908[[package]]
21909name = "xim-parser"
21910version = "0.2.1"
21911source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21912dependencies = [
21913 "bitflags 2.10.0",
21914]
21915
21916[[package]]
21917name = "xkbcommon"
21918version = "0.8.0"
21919source = "registry+https://github.com/rust-lang/crates.io-index"
21920checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21921dependencies = [
21922 "as-raw-xcb-connection",
21923 "libc",
21924 "memmap2",
21925 "xkeysym",
21926]
21927
21928[[package]]
21929name = "xkeysym"
21930version = "0.2.1"
21931source = "registry+https://github.com/rust-lang/crates.io-index"
21932checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21933
21934[[package]]
21935name = "xml-rs"
21936version = "0.8.28"
21937source = "registry+https://github.com/rust-lang/crates.io-index"
21938checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21939
21940[[package]]
21941name = "xml5ever"
21942version = "0.18.1"
21943source = "registry+https://github.com/rust-lang/crates.io-index"
21944checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21945dependencies = [
21946 "log",
21947 "mac",
21948 "markup5ever 0.12.1",
21949]
21950
21951[[package]]
21952name = "xmlparser"
21953version = "0.13.6"
21954source = "registry+https://github.com/rust-lang/crates.io-index"
21955checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21956
21957[[package]]
21958name = "xmlwriter"
21959version = "0.1.0"
21960source = "registry+https://github.com/rust-lang/crates.io-index"
21961checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21962
21963[[package]]
21964name = "xtask"
21965version = "0.1.0"
21966dependencies = [
21967 "annotate-snippets",
21968 "anyhow",
21969 "backtrace",
21970 "cargo_metadata 0.19.2",
21971 "cargo_toml",
21972 "clap",
21973 "compliance",
21974 "gh-workflow",
21975 "indexmap",
21976 "indoc",
21977 "itertools 0.14.0",
21978 "regex",
21979 "serde",
21980 "serde_json",
21981 "serde_yaml",
21982 "strum 0.27.2",
21983 "tokio",
21984 "toml 0.8.23",
21985 "toml_edit 0.22.27",
21986]
21987
21988[[package]]
21989name = "yaml-rust2"
21990version = "0.8.1"
21991source = "registry+https://github.com/rust-lang/crates.io-index"
21992checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21993dependencies = [
21994 "arraydeque",
21995 "encoding_rs",
21996 "hashlink 0.8.4",
21997]
21998
21999[[package]]
22000name = "yansi"
22001version = "1.0.1"
22002source = "registry+https://github.com/rust-lang/crates.io-index"
22003checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22004
22005[[package]]
22006name = "yawc"
22007version = "0.2.5"
22008source = "registry+https://github.com/rust-lang/crates.io-index"
22009checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22010dependencies = [
22011 "base64 0.22.1",
22012 "bytes 1.11.1",
22013 "flate2",
22014 "futures 0.3.32",
22015 "http-body-util",
22016 "hyper 1.7.0",
22017 "hyper-util",
22018 "js-sys",
22019 "nom 8.0.0",
22020 "pin-project",
22021 "rand 0.8.5",
22022 "sha1",
22023 "thiserror 1.0.69",
22024 "tokio",
22025 "tokio-rustls 0.26.2",
22026 "tokio-util",
22027 "url",
22028 "wasm-bindgen",
22029 "wasm-bindgen-futures",
22030 "web-sys",
22031 "webpki-roots",
22032]
22033
22034[[package]]
22035name = "yazi"
22036version = "0.2.1"
22037source = "registry+https://github.com/rust-lang/crates.io-index"
22038checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22039
22040[[package]]
22041name = "yeslogic-fontconfig-sys"
22042version = "6.0.0"
22043source = "registry+https://github.com/rust-lang/crates.io-index"
22044checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22045dependencies = [
22046 "dlib",
22047 "once_cell",
22048 "pkg-config",
22049]
22050
22051[[package]]
22052name = "yoke"
22053version = "0.7.5"
22054source = "registry+https://github.com/rust-lang/crates.io-index"
22055checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22056dependencies = [
22057 "serde",
22058 "stable_deref_trait",
22059 "yoke-derive 0.7.5",
22060 "zerofrom",
22061]
22062
22063[[package]]
22064name = "yoke"
22065version = "0.8.0"
22066source = "registry+https://github.com/rust-lang/crates.io-index"
22067checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22068dependencies = [
22069 "serde",
22070 "stable_deref_trait",
22071 "yoke-derive 0.8.0",
22072 "zerofrom",
22073]
22074
22075[[package]]
22076name = "yoke-derive"
22077version = "0.7.5"
22078source = "registry+https://github.com/rust-lang/crates.io-index"
22079checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22080dependencies = [
22081 "proc-macro2",
22082 "quote",
22083 "syn 2.0.117",
22084 "synstructure",
22085]
22086
22087[[package]]
22088name = "yoke-derive"
22089version = "0.8.0"
22090source = "registry+https://github.com/rust-lang/crates.io-index"
22091checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22092dependencies = [
22093 "proc-macro2",
22094 "quote",
22095 "syn 2.0.117",
22096 "synstructure",
22097]
22098
22099[[package]]
22100name = "zbus"
22101version = "5.13.2"
22102source = "registry+https://github.com/rust-lang/crates.io-index"
22103checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22104dependencies = [
22105 "async-broadcast",
22106 "async-executor",
22107 "async-io",
22108 "async-lock 3.4.2",
22109 "async-process",
22110 "async-recursion",
22111 "async-task",
22112 "async-trait",
22113 "blocking",
22114 "enumflags2",
22115 "event-listener 5.4.1",
22116 "futures-core",
22117 "futures-lite 2.6.1",
22118 "hex",
22119 "libc",
22120 "ordered-stream",
22121 "rustix 1.1.2",
22122 "serde",
22123 "serde_repr",
22124 "tracing",
22125 "uds_windows",
22126 "uuid",
22127 "windows-sys 0.61.2",
22128 "winnow",
22129 "zbus_macros",
22130 "zbus_names",
22131 "zvariant",
22132]
22133
22134[[package]]
22135name = "zbus_macros"
22136version = "5.13.2"
22137source = "registry+https://github.com/rust-lang/crates.io-index"
22138checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22139dependencies = [
22140 "proc-macro-crate",
22141 "proc-macro2",
22142 "quote",
22143 "syn 2.0.117",
22144 "zbus_names",
22145 "zvariant",
22146 "zvariant_utils",
22147]
22148
22149[[package]]
22150name = "zbus_names"
22151version = "4.3.1"
22152source = "registry+https://github.com/rust-lang/crates.io-index"
22153checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22154dependencies = [
22155 "serde",
22156 "winnow",
22157 "zvariant",
22158]
22159
22160[[package]]
22161name = "zed"
22162version = "0.233.0"
22163dependencies = [
22164 "acp_thread",
22165 "acp_tools",
22166 "action_log",
22167 "activity_indicator",
22168 "agent",
22169 "agent-client-protocol",
22170 "agent_servers",
22171 "agent_settings",
22172 "agent_ui",
22173 "anyhow",
22174 "ashpd",
22175 "askpass",
22176 "assets",
22177 "audio",
22178 "auto_update",
22179 "auto_update_ui",
22180 "breadcrumbs",
22181 "call",
22182 "channel",
22183 "chrono",
22184 "clap",
22185 "cli",
22186 "client",
22187 "clock",
22188 "codestral",
22189 "collab_ui",
22190 "collections",
22191 "command_palette",
22192 "component",
22193 "component_preview",
22194 "copilot",
22195 "copilot_chat",
22196 "copilot_ui",
22197 "crashes",
22198 "csv_preview",
22199 "dap_adapters",
22200 "db",
22201 "debug_adapter_extension",
22202 "debugger_tools",
22203 "debugger_ui",
22204 "dev_container",
22205 "diagnostics",
22206 "edit_prediction",
22207 "edit_prediction_ui",
22208 "editor",
22209 "encoding_selector",
22210 "env_logger 0.11.8",
22211 "etw_tracing",
22212 "extension",
22213 "extension_host",
22214 "extensions_ui",
22215 "feature_flags",
22216 "feedback",
22217 "file_finder",
22218 "fs",
22219 "futures 0.3.32",
22220 "git",
22221 "git_graph",
22222 "git_hosting_providers",
22223 "git_ui",
22224 "go_to_line",
22225 "gpui",
22226 "gpui_platform",
22227 "gpui_tokio",
22228 "http_client",
22229 "image",
22230 "image_viewer",
22231 "inspector_ui",
22232 "install_cli",
22233 "itertools 0.14.0",
22234 "journal",
22235 "json_schema_store",
22236 "keymap_editor",
22237 "language",
22238 "language_extension",
22239 "language_model",
22240 "language_models",
22241 "language_onboarding",
22242 "language_selector",
22243 "language_tools",
22244 "languages",
22245 "line_ending_selector",
22246 "log",
22247 "markdown",
22248 "markdown_preview",
22249 "menu",
22250 "migrator",
22251 "mimalloc",
22252 "miniprofiler_ui",
22253 "nc",
22254 "node_runtime",
22255 "notifications",
22256 "onboarding",
22257 "outline",
22258 "outline_panel",
22259 "parking_lot",
22260 "paths",
22261 "picker",
22262 "pkg-config",
22263 "pretty_assertions",
22264 "profiling",
22265 "project",
22266 "project_panel",
22267 "project_symbols",
22268 "prompt_store",
22269 "proto",
22270 "rayon",
22271 "recent_projects",
22272 "release_channel",
22273 "remote",
22274 "repl",
22275 "reqwest_client",
22276 "rope",
22277 "search",
22278 "semver",
22279 "serde",
22280 "serde_json",
22281 "session",
22282 "settings",
22283 "settings_profile_selector",
22284 "settings_ui",
22285 "shellexpand 2.1.2",
22286 "sidebar",
22287 "smol",
22288 "snippet_provider",
22289 "snippets_ui",
22290 "svg_preview",
22291 "sysinfo 0.37.2",
22292 "system_specs",
22293 "tab_switcher",
22294 "task",
22295 "tasks_ui",
22296 "telemetry",
22297 "telemetry_events",
22298 "tempfile",
22299 "terminal_view",
22300 "theme",
22301 "theme_extension",
22302 "theme_selector",
22303 "theme_settings",
22304 "time",
22305 "time_format",
22306 "title_bar",
22307 "toolchain_selector",
22308 "tracing",
22309 "ui",
22310 "ui_prompt",
22311 "url",
22312 "urlencoding",
22313 "util",
22314 "uuid",
22315 "vim",
22316 "vim_mode_setting",
22317 "watch",
22318 "web_search",
22319 "web_search_providers",
22320 "which_key",
22321 "windows 0.61.3",
22322 "winresource",
22323 "workspace",
22324 "zed-reqwest",
22325 "zed_actions",
22326 "zed_env_vars",
22327 "zlog",
22328 "zlog_settings",
22329 "ztracing",
22330]
22331
22332[[package]]
22333name = "zed-font-kit"
22334version = "0.14.1-zed"
22335source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22336dependencies = [
22337 "bitflags 2.10.0",
22338 "byteorder",
22339 "core-foundation 0.10.0",
22340 "core-graphics 0.24.0",
22341 "core-text",
22342 "dirs 5.0.1",
22343 "dwrote",
22344 "float-ord",
22345 "freetype-sys",
22346 "lazy_static",
22347 "libc",
22348 "log",
22349 "pathfinder_geometry",
22350 "pathfinder_simd",
22351 "walkdir",
22352 "winapi",
22353 "yeslogic-fontconfig-sys",
22354]
22355
22356[[package]]
22357name = "zed-reqwest"
22358version = "0.12.15-zed"
22359source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22360dependencies = [
22361 "base64 0.22.1",
22362 "bytes 1.11.1",
22363 "encoding_rs",
22364 "futures-core",
22365 "futures-util",
22366 "h2 0.4.12",
22367 "http 1.3.1",
22368 "http-body 1.0.1",
22369 "http-body-util",
22370 "hyper 1.7.0",
22371 "hyper-rustls 0.27.7",
22372 "hyper-util",
22373 "ipnet",
22374 "js-sys",
22375 "log",
22376 "mime",
22377 "mime_guess",
22378 "once_cell",
22379 "percent-encoding",
22380 "pin-project-lite",
22381 "quinn",
22382 "rustls 0.23.33",
22383 "rustls-native-certs 0.8.2",
22384 "rustls-pemfile 2.2.0",
22385 "rustls-pki-types",
22386 "serde",
22387 "serde_json",
22388 "serde_urlencoded",
22389 "sync_wrapper 1.0.2",
22390 "system-configuration 0.6.1",
22391 "tokio",
22392 "tokio-rustls 0.26.2",
22393 "tokio-socks",
22394 "tokio-util",
22395 "tower 0.5.2",
22396 "tower-service",
22397 "url",
22398 "wasm-bindgen",
22399 "wasm-bindgen-futures",
22400 "wasm-streams",
22401 "web-sys",
22402 "windows-registry 0.4.0",
22403]
22404
22405[[package]]
22406name = "zed-scap"
22407version = "0.0.8-zed"
22408source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22409dependencies = [
22410 "anyhow",
22411 "cocoa 0.25.0",
22412 "core-graphics-helmer-fork",
22413 "log",
22414 "objc",
22415 "rand 0.8.5",
22416 "screencapturekit",
22417 "screencapturekit-sys",
22418 "sysinfo 0.31.4",
22419 "tao-core-video-sys",
22420 "windows 0.61.3",
22421 "windows-capture",
22422 "x11",
22423 "xcb",
22424]
22425
22426[[package]]
22427name = "zed-xim"
22428version = "0.4.0-zed"
22429source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22430dependencies = [
22431 "ahash 0.8.12",
22432 "hashbrown 0.14.5",
22433 "log",
22434 "x11rb",
22435 "xim-ctext",
22436 "xim-parser",
22437]
22438
22439[[package]]
22440name = "zed_actions"
22441version = "0.1.0"
22442dependencies = [
22443 "gpui",
22444 "schemars",
22445 "serde",
22446 "util",
22447 "uuid",
22448]
22449
22450[[package]]
22451name = "zed_credentials_provider"
22452version = "0.1.0"
22453dependencies = [
22454 "anyhow",
22455 "credentials_provider",
22456 "futures 0.3.32",
22457 "gpui",
22458 "paths",
22459 "release_channel",
22460 "serde",
22461 "serde_json",
22462]
22463
22464[[package]]
22465name = "zed_env_vars"
22466version = "0.1.0"
22467dependencies = [
22468 "env_var",
22469]
22470
22471[[package]]
22472name = "zed_extension_api"
22473version = "0.1.0"
22474source = "registry+https://github.com/rust-lang/crates.io-index"
22475checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22476dependencies = [
22477 "serde",
22478 "serde_json",
22479 "wit-bindgen 0.22.0",
22480]
22481
22482[[package]]
22483name = "zed_extension_api"
22484version = "0.7.0"
22485source = "registry+https://github.com/rust-lang/crates.io-index"
22486checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22487dependencies = [
22488 "serde",
22489 "serde_json",
22490 "wit-bindgen 0.41.0",
22491]
22492
22493[[package]]
22494name = "zed_extension_api"
22495version = "0.8.0"
22496dependencies = [
22497 "serde",
22498 "serde_json",
22499 "wit-bindgen 0.41.0",
22500]
22501
22502[[package]]
22503name = "zed_glsl"
22504version = "0.2.3"
22505dependencies = [
22506 "zed_extension_api 0.1.0",
22507]
22508
22509[[package]]
22510name = "zed_html"
22511version = "0.3.1"
22512dependencies = [
22513 "zed_extension_api 0.7.0",
22514]
22515
22516[[package]]
22517name = "zed_proto"
22518version = "0.3.2"
22519dependencies = [
22520 "zed_extension_api 0.7.0",
22521]
22522
22523[[package]]
22524name = "zed_test_extension"
22525version = "0.1.0"
22526dependencies = [
22527 "zed_extension_api 0.8.0",
22528]
22529
22530[[package]]
22531name = "zeno"
22532version = "0.3.3"
22533source = "registry+https://github.com/rust-lang/crates.io-index"
22534checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22535
22536[[package]]
22537name = "zerocopy"
22538version = "0.8.27"
22539source = "registry+https://github.com/rust-lang/crates.io-index"
22540checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22541dependencies = [
22542 "zerocopy-derive",
22543]
22544
22545[[package]]
22546name = "zerocopy-derive"
22547version = "0.8.27"
22548source = "registry+https://github.com/rust-lang/crates.io-index"
22549checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22550dependencies = [
22551 "proc-macro2",
22552 "quote",
22553 "syn 2.0.117",
22554]
22555
22556[[package]]
22557name = "zerofrom"
22558version = "0.1.6"
22559source = "registry+https://github.com/rust-lang/crates.io-index"
22560checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22561dependencies = [
22562 "zerofrom-derive",
22563]
22564
22565[[package]]
22566name = "zerofrom-derive"
22567version = "0.1.6"
22568source = "registry+https://github.com/rust-lang/crates.io-index"
22569checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22570dependencies = [
22571 "proc-macro2",
22572 "quote",
22573 "syn 2.0.117",
22574 "synstructure",
22575]
22576
22577[[package]]
22578name = "zeroize"
22579version = "1.8.2"
22580source = "registry+https://github.com/rust-lang/crates.io-index"
22581checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22582dependencies = [
22583 "zeroize_derive",
22584]
22585
22586[[package]]
22587name = "zeroize_derive"
22588version = "1.4.2"
22589source = "registry+https://github.com/rust-lang/crates.io-index"
22590checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22591dependencies = [
22592 "proc-macro2",
22593 "quote",
22594 "syn 2.0.117",
22595]
22596
22597[[package]]
22598name = "zeromq"
22599version = "0.5.0"
22600source = "registry+https://github.com/rust-lang/crates.io-index"
22601checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22602dependencies = [
22603 "async-dispatcher",
22604 "async-std",
22605 "async-trait",
22606 "asynchronous-codec",
22607 "bytes 1.11.1",
22608 "crossbeam-queue",
22609 "futures 0.3.32",
22610 "log",
22611 "num-traits",
22612 "once_cell",
22613 "parking_lot",
22614 "rand 0.9.2",
22615 "regex",
22616 "scc",
22617 "thiserror 1.0.69",
22618 "uuid",
22619]
22620
22621[[package]]
22622name = "zerotrie"
22623version = "0.2.2"
22624source = "registry+https://github.com/rust-lang/crates.io-index"
22625checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22626dependencies = [
22627 "displaydoc",
22628 "yoke 0.8.0",
22629 "zerofrom",
22630]
22631
22632[[package]]
22633name = "zerovec"
22634version = "0.11.4"
22635source = "registry+https://github.com/rust-lang/crates.io-index"
22636checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22637dependencies = [
22638 "yoke 0.8.0",
22639 "zerofrom",
22640 "zerovec-derive",
22641]
22642
22643[[package]]
22644name = "zerovec-derive"
22645version = "0.11.1"
22646source = "registry+https://github.com/rust-lang/crates.io-index"
22647checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22648dependencies = [
22649 "proc-macro2",
22650 "quote",
22651 "syn 2.0.117",
22652]
22653
22654[[package]]
22655name = "zeta_prompt"
22656version = "0.1.0"
22657dependencies = [
22658 "anyhow",
22659 "imara-diff",
22660 "indoc",
22661 "serde",
22662 "strum 0.27.2",
22663]
22664
22665[[package]]
22666name = "zip"
22667version = "0.6.6"
22668source = "registry+https://github.com/rust-lang/crates.io-index"
22669checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22670dependencies = [
22671 "aes",
22672 "byteorder",
22673 "bzip2 0.4.4",
22674 "constant_time_eq",
22675 "crc32fast",
22676 "crossbeam-utils",
22677 "flate2",
22678 "hmac",
22679 "pbkdf2 0.11.0",
22680 "sha1",
22681 "time",
22682 "zstd",
22683]
22684
22685[[package]]
22686name = "zip"
22687version = "1.1.4"
22688source = "registry+https://github.com/rust-lang/crates.io-index"
22689checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22690dependencies = [
22691 "arbitrary",
22692 "crc32fast",
22693 "crossbeam-utils",
22694 "displaydoc",
22695 "indexmap",
22696 "num_enum",
22697 "thiserror 1.0.69",
22698]
22699
22700[[package]]
22701name = "zlog"
22702version = "0.1.0"
22703dependencies = [
22704 "anyhow",
22705 "chrono",
22706 "collections",
22707 "log",
22708 "tempfile",
22709]
22710
22711[[package]]
22712name = "zlog_settings"
22713version = "0.1.0"
22714dependencies = [
22715 "collections",
22716 "gpui",
22717 "settings",
22718 "zlog",
22719]
22720
22721[[package]]
22722name = "zstd"
22723version = "0.11.2+zstd.1.5.2"
22724source = "registry+https://github.com/rust-lang/crates.io-index"
22725checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22726dependencies = [
22727 "zstd-safe",
22728]
22729
22730[[package]]
22731name = "zstd-safe"
22732version = "5.0.2+zstd.1.5.2"
22733source = "registry+https://github.com/rust-lang/crates.io-index"
22734checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22735dependencies = [
22736 "libc",
22737 "zstd-sys",
22738]
22739
22740[[package]]
22741name = "zstd-sys"
22742version = "2.0.16+zstd.1.5.7"
22743source = "registry+https://github.com/rust-lang/crates.io-index"
22744checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22745dependencies = [
22746 "cc",
22747 "pkg-config",
22748]
22749
22750[[package]]
22751name = "ztracing"
22752version = "0.1.0"
22753dependencies = [
22754 "tracing",
22755 "tracing-subscriber",
22756 "tracing-tracy",
22757 "tracy-client",
22758 "zlog",
22759 "ztracing_macro",
22760]
22761
22762[[package]]
22763name = "ztracing_macro"
22764version = "0.1.0"
22765
22766[[package]]
22767name = "zune-core"
22768version = "0.4.12"
22769source = "registry+https://github.com/rust-lang/crates.io-index"
22770checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22771
22772[[package]]
22773name = "zune-inflate"
22774version = "0.2.54"
22775source = "registry+https://github.com/rust-lang/crates.io-index"
22776checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22777dependencies = [
22778 "simd-adler32",
22779]
22780
22781[[package]]
22782name = "zune-jpeg"
22783version = "0.4.21"
22784source = "registry+https://github.com/rust-lang/crates.io-index"
22785checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22786dependencies = [
22787 "zune-core",
22788]
22789
22790[[package]]
22791name = "zvariant"
22792version = "5.9.2"
22793source = "registry+https://github.com/rust-lang/crates.io-index"
22794checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22795dependencies = [
22796 "endi",
22797 "enumflags2",
22798 "serde",
22799 "serde_bytes",
22800 "winnow",
22801 "zvariant_derive",
22802 "zvariant_utils",
22803]
22804
22805[[package]]
22806name = "zvariant_derive"
22807version = "5.9.2"
22808source = "registry+https://github.com/rust-lang/crates.io-index"
22809checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22810dependencies = [
22811 "proc-macro-crate",
22812 "proc-macro2",
22813 "quote",
22814 "syn 2.0.117",
22815 "zvariant_utils",
22816]
22817
22818[[package]]
22819name = "zvariant_utils"
22820version = "3.3.0"
22821source = "registry+https://github.com/rust-lang/crates.io-index"
22822checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22823dependencies = [
22824 "proc-macro2",
22825 "quote",
22826 "serde",
22827 "syn 2.0.117",
22828 "winnow",
22829]