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 "ctor",
 5185 "db",
 5186 "edit_prediction_context",
 5187 "edit_prediction_types",
 5188 "feature_flags",
 5189 "fs",
 5190 "futures 0.3.32",
 5191 "gpui",
 5192 "heapless",
 5193 "indoc",
 5194 "itertools 0.14.0",
 5195 "language",
 5196 "language_model",
 5197 "log",
 5198 "lsp",
 5199 "menu",
 5200 "open_ai",
 5201 "parking_lot",
 5202 "postage",
 5203 "pretty_assertions",
 5204 "project",
 5205 "pulldown-cmark 0.13.0",
 5206 "rand 0.9.2",
 5207 "regex",
 5208 "release_channel",
 5209 "semver",
 5210 "serde",
 5211 "serde_json",
 5212 "settings",
 5213 "strum 0.27.2",
 5214 "telemetry",
 5215 "telemetry_events",
 5216 "text",
 5217 "thiserror 2.0.17",
 5218 "time",
 5219 "toml 0.8.23",
 5220 "ui",
 5221 "util",
 5222 "uuid",
 5223 "workspace",
 5224 "worktree",
 5225 "zed_actions",
 5226 "zed_credentials_provider",
 5227 "zeta_prompt",
 5228 "zlog",
 5229 "zstd",
 5230]
 5231
 5232[[package]]
 5233name = "edit_prediction_cli"
 5234version = "0.1.0"
 5235dependencies = [
 5236 "anthropic",
 5237 "anyhow",
 5238 "chrono",
 5239 "clap",
 5240 "client",
 5241 "cloud_llm_client",
 5242 "collections",
 5243 "criterion",
 5244 "db",
 5245 "debug_adapter_extension",
 5246 "dirs 4.0.0",
 5247 "edit_prediction",
 5248 "extension",
 5249 "flate2",
 5250 "fs",
 5251 "futures 0.3.32",
 5252 "gaoya",
 5253 "gpui",
 5254 "gpui_platform",
 5255 "gpui_tokio",
 5256 "http_client",
 5257 "indoc",
 5258 "language",
 5259 "language_extension",
 5260 "language_model",
 5261 "language_models",
 5262 "languages",
 5263 "libc",
 5264 "log",
 5265 "node_runtime",
 5266 "open_ai",
 5267 "paths",
 5268 "pretty_assertions",
 5269 "project",
 5270 "prompt_store",
 5271 "rand 0.9.2",
 5272 "release_channel",
 5273 "reqwest_client",
 5274 "rust-embed",
 5275 "serde",
 5276 "serde_json",
 5277 "settings",
 5278 "shellexpand 2.1.2",
 5279 "similar",
 5280 "smol",
 5281 "sqlez",
 5282 "sqlez_macros",
 5283 "strum 0.27.2",
 5284 "telemetry_events",
 5285 "tempfile",
 5286 "terminal_view",
 5287 "toml 0.8.23",
 5288 "util",
 5289 "wasmtime",
 5290 "watch",
 5291 "workspace",
 5292 "zeta_prompt",
 5293]
 5294
 5295[[package]]
 5296name = "edit_prediction_context"
 5297version = "0.1.0"
 5298dependencies = [
 5299 "anyhow",
 5300 "clock",
 5301 "collections",
 5302 "env_logger 0.11.8",
 5303 "futures 0.3.32",
 5304 "gpui",
 5305 "indoc",
 5306 "language",
 5307 "log",
 5308 "lsp",
 5309 "parking_lot",
 5310 "pretty_assertions",
 5311 "project",
 5312 "serde",
 5313 "serde_json",
 5314 "settings",
 5315 "smallvec",
 5316 "text",
 5317 "tree-sitter",
 5318 "util",
 5319 "zeta_prompt",
 5320]
 5321
 5322[[package]]
 5323name = "edit_prediction_types"
 5324version = "0.1.0"
 5325dependencies = [
 5326 "client",
 5327 "gpui",
 5328 "icons",
 5329 "language",
 5330 "text",
 5331]
 5332
 5333[[package]]
 5334name = "edit_prediction_ui"
 5335version = "0.1.0"
 5336dependencies = [
 5337 "anyhow",
 5338 "buffer_diff",
 5339 "client",
 5340 "cloud_llm_client",
 5341 "codestral",
 5342 "collections",
 5343 "command_palette_hooks",
 5344 "copilot",
 5345 "copilot_chat",
 5346 "copilot_ui",
 5347 "edit_prediction",
 5348 "edit_prediction_types",
 5349 "editor",
 5350 "feature_flags",
 5351 "fs",
 5352 "futures 0.3.32",
 5353 "gpui",
 5354 "indoc",
 5355 "language",
 5356 "markdown",
 5357 "menu",
 5358 "multi_buffer",
 5359 "paths",
 5360 "project",
 5361 "regex",
 5362 "settings",
 5363 "telemetry",
 5364 "text",
 5365 "theme",
 5366 "theme_settings",
 5367 "time",
 5368 "ui",
 5369 "util",
 5370 "workspace",
 5371 "zed_actions",
 5372 "zeta_prompt",
 5373]
 5374
 5375[[package]]
 5376name = "editor"
 5377version = "0.1.0"
 5378dependencies = [
 5379 "aho-corasick",
 5380 "anyhow",
 5381 "assets",
 5382 "breadcrumbs",
 5383 "buffer_diff",
 5384 "client",
 5385 "clock",
 5386 "collections",
 5387 "convert_case 0.8.0",
 5388 "criterion",
 5389 "ctor",
 5390 "dap",
 5391 "db",
 5392 "edit_prediction_types",
 5393 "emojis",
 5394 "feature_flags",
 5395 "file_icons",
 5396 "fs",
 5397 "futures 0.3.32",
 5398 "fuzzy",
 5399 "git",
 5400 "gpui",
 5401 "indoc",
 5402 "itertools 0.14.0",
 5403 "language",
 5404 "languages",
 5405 "linkify",
 5406 "log",
 5407 "lsp",
 5408 "markdown",
 5409 "menu",
 5410 "multi_buffer",
 5411 "ordered-float 2.10.1",
 5412 "parking_lot",
 5413 "pretty_assertions",
 5414 "project",
 5415 "proptest",
 5416 "proptest-derive",
 5417 "rand 0.9.2",
 5418 "regex",
 5419 "release_channel",
 5420 "rope",
 5421 "rpc",
 5422 "schemars",
 5423 "semver",
 5424 "serde",
 5425 "serde_json",
 5426 "settings",
 5427 "smallvec",
 5428 "smol",
 5429 "snippet",
 5430 "sum_tree",
 5431 "task",
 5432 "telemetry",
 5433 "text",
 5434 "theme",
 5435 "theme_settings",
 5436 "time",
 5437 "tracing",
 5438 "tree-sitter-bash",
 5439 "tree-sitter-c",
 5440 "tree-sitter-html",
 5441 "tree-sitter-md",
 5442 "tree-sitter-python",
 5443 "tree-sitter-rust",
 5444 "tree-sitter-typescript",
 5445 "tree-sitter-yaml",
 5446 "ui",
 5447 "ui_input",
 5448 "unicode-script",
 5449 "unicode-segmentation",
 5450 "unicode-width",
 5451 "unindent",
 5452 "url",
 5453 "util",
 5454 "uuid",
 5455 "vim_mode_setting",
 5456 "workspace",
 5457 "zed_actions",
 5458 "zlog",
 5459 "ztracing",
 5460]
 5461
 5462[[package]]
 5463name = "either"
 5464version = "1.15.0"
 5465source = "registry+https://github.com/rust-lang/crates.io-index"
 5466checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5467dependencies = [
 5468 "serde",
 5469]
 5470
 5471[[package]]
 5472name = "elasticlunr-rs"
 5473version = "3.0.2"
 5474source = "registry+https://github.com/rust-lang/crates.io-index"
 5475checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5476dependencies = [
 5477 "regex",
 5478 "serde",
 5479 "serde_derive",
 5480 "serde_json",
 5481]
 5482
 5483[[package]]
 5484name = "elliptic-curve"
 5485version = "0.12.3"
 5486source = "registry+https://github.com/rust-lang/crates.io-index"
 5487checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5488dependencies = [
 5489 "base16ct",
 5490 "crypto-bigint 0.4.9",
 5491 "der 0.6.1",
 5492 "digest",
 5493 "ff",
 5494 "generic-array",
 5495 "group",
 5496 "pkcs8 0.9.0",
 5497 "rand_core 0.6.4",
 5498 "sec1",
 5499 "subtle",
 5500 "zeroize",
 5501]
 5502
 5503[[package]]
 5504name = "email_address"
 5505version = "0.2.9"
 5506source = "registry+https://github.com/rust-lang/crates.io-index"
 5507checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5508dependencies = [
 5509 "serde",
 5510]
 5511
 5512[[package]]
 5513name = "embed-resource"
 5514version = "3.0.6"
 5515source = "registry+https://github.com/rust-lang/crates.io-index"
 5516checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5517dependencies = [
 5518 "cc",
 5519 "memchr",
 5520 "rustc_version",
 5521 "toml 0.9.8",
 5522 "vswhom",
 5523 "winreg 0.55.0",
 5524]
 5525
 5526[[package]]
 5527name = "embedded-io"
 5528version = "0.4.0"
 5529source = "registry+https://github.com/rust-lang/crates.io-index"
 5530checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5531
 5532[[package]]
 5533name = "embedded-io"
 5534version = "0.6.1"
 5535source = "registry+https://github.com/rust-lang/crates.io-index"
 5536checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5537
 5538[[package]]
 5539name = "emojis"
 5540version = "0.6.4"
 5541source = "registry+https://github.com/rust-lang/crates.io-index"
 5542checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5543dependencies = [
 5544 "phf 0.11.3",
 5545]
 5546
 5547[[package]]
 5548name = "encode_unicode"
 5549version = "1.0.0"
 5550source = "registry+https://github.com/rust-lang/crates.io-index"
 5551checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5552
 5553[[package]]
 5554name = "encoding_rs"
 5555version = "0.8.35"
 5556source = "registry+https://github.com/rust-lang/crates.io-index"
 5557checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5558dependencies = [
 5559 "cfg-if",
 5560]
 5561
 5562[[package]]
 5563name = "encoding_selector"
 5564version = "0.1.0"
 5565dependencies = [
 5566 "editor",
 5567 "encoding_rs",
 5568 "fuzzy",
 5569 "gpui",
 5570 "language",
 5571 "picker",
 5572 "project",
 5573 "ui",
 5574 "util",
 5575 "workspace",
 5576]
 5577
 5578[[package]]
 5579name = "endi"
 5580version = "1.1.0"
 5581source = "registry+https://github.com/rust-lang/crates.io-index"
 5582checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5583
 5584[[package]]
 5585name = "enum-as-inner"
 5586version = "0.6.1"
 5587source = "registry+https://github.com/rust-lang/crates.io-index"
 5588checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5589dependencies = [
 5590 "heck 0.5.0",
 5591 "proc-macro2",
 5592 "quote",
 5593 "syn 2.0.117",
 5594]
 5595
 5596[[package]]
 5597name = "enumflags2"
 5598version = "0.7.12"
 5599source = "registry+https://github.com/rust-lang/crates.io-index"
 5600checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5601dependencies = [
 5602 "enumflags2_derive",
 5603 "serde",
 5604]
 5605
 5606[[package]]
 5607name = "enumflags2_derive"
 5608version = "0.7.12"
 5609source = "registry+https://github.com/rust-lang/crates.io-index"
 5610checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5611dependencies = [
 5612 "proc-macro2",
 5613 "quote",
 5614 "syn 2.0.117",
 5615]
 5616
 5617[[package]]
 5618name = "env_filter"
 5619version = "0.1.4"
 5620source = "registry+https://github.com/rust-lang/crates.io-index"
 5621checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5622dependencies = [
 5623 "log",
 5624 "regex",
 5625]
 5626
 5627[[package]]
 5628name = "env_logger"
 5629version = "0.10.2"
 5630source = "registry+https://github.com/rust-lang/crates.io-index"
 5631checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5632dependencies = [
 5633 "humantime",
 5634 "is-terminal",
 5635 "log",
 5636 "regex",
 5637 "termcolor",
 5638]
 5639
 5640[[package]]
 5641name = "env_logger"
 5642version = "0.11.8"
 5643source = "registry+https://github.com/rust-lang/crates.io-index"
 5644checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5645dependencies = [
 5646 "anstream",
 5647 "anstyle",
 5648 "env_filter",
 5649 "jiff",
 5650 "log",
 5651]
 5652
 5653[[package]]
 5654name = "env_var"
 5655version = "0.1.0"
 5656dependencies = [
 5657 "gpui_shared_string",
 5658]
 5659
 5660[[package]]
 5661name = "envy"
 5662version = "0.4.2"
 5663source = "registry+https://github.com/rust-lang/crates.io-index"
 5664checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5665dependencies = [
 5666 "serde",
 5667]
 5668
 5669[[package]]
 5670name = "equator"
 5671version = "0.4.2"
 5672source = "registry+https://github.com/rust-lang/crates.io-index"
 5673checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5674dependencies = [
 5675 "equator-macro",
 5676]
 5677
 5678[[package]]
 5679name = "equator-macro"
 5680version = "0.4.2"
 5681source = "registry+https://github.com/rust-lang/crates.io-index"
 5682checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5683dependencies = [
 5684 "proc-macro2",
 5685 "quote",
 5686 "syn 2.0.117",
 5687]
 5688
 5689[[package]]
 5690name = "equivalent"
 5691version = "1.0.2"
 5692source = "registry+https://github.com/rust-lang/crates.io-index"
 5693checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5694
 5695[[package]]
 5696name = "erased-serde"
 5697version = "0.4.9"
 5698source = "registry+https://github.com/rust-lang/crates.io-index"
 5699checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5700dependencies = [
 5701 "serde",
 5702 "serde_core",
 5703 "typeid",
 5704]
 5705
 5706[[package]]
 5707name = "errno"
 5708version = "0.2.8"
 5709source = "registry+https://github.com/rust-lang/crates.io-index"
 5710checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5711dependencies = [
 5712 "errno-dragonfly",
 5713 "libc",
 5714 "winapi",
 5715]
 5716
 5717[[package]]
 5718name = "errno"
 5719version = "0.3.14"
 5720source = "registry+https://github.com/rust-lang/crates.io-index"
 5721checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5722dependencies = [
 5723 "libc",
 5724 "windows-sys 0.61.2",
 5725]
 5726
 5727[[package]]
 5728name = "errno-dragonfly"
 5729version = "0.1.2"
 5730source = "registry+https://github.com/rust-lang/crates.io-index"
 5731checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5732dependencies = [
 5733 "cc",
 5734 "libc",
 5735]
 5736
 5737[[package]]
 5738name = "error-graph"
 5739version = "0.1.1"
 5740source = "registry+https://github.com/rust-lang/crates.io-index"
 5741checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5742dependencies = [
 5743 "serde",
 5744]
 5745
 5746[[package]]
 5747name = "etagere"
 5748version = "0.2.15"
 5749source = "registry+https://github.com/rust-lang/crates.io-index"
 5750checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5751dependencies = [
 5752 "euclid",
 5753 "svg_fmt",
 5754]
 5755
 5756[[package]]
 5757name = "etcetera"
 5758version = "0.8.0"
 5759source = "registry+https://github.com/rust-lang/crates.io-index"
 5760checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5761dependencies = [
 5762 "cfg-if",
 5763 "home",
 5764 "windows-sys 0.48.0",
 5765]
 5766
 5767[[package]]
 5768name = "etw_tracing"
 5769version = "0.1.0"
 5770dependencies = [
 5771 "anyhow",
 5772 "gpui",
 5773 "log",
 5774 "net",
 5775 "serde",
 5776 "serde_json",
 5777 "util",
 5778 "windows 0.61.3",
 5779 "windows-core 0.61.2",
 5780 "workspace",
 5781 "wprcontrol",
 5782]
 5783
 5784[[package]]
 5785name = "euclid"
 5786version = "0.22.11"
 5787source = "registry+https://github.com/rust-lang/crates.io-index"
 5788checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5789dependencies = [
 5790 "num-traits",
 5791]
 5792
 5793[[package]]
 5794name = "eval_cli"
 5795version = "0.1.0"
 5796dependencies = [
 5797 "acp_thread",
 5798 "agent",
 5799 "agent-client-protocol",
 5800 "agent_ui",
 5801 "anyhow",
 5802 "clap",
 5803 "client",
 5804 "ctrlc",
 5805 "db",
 5806 "debug_adapter_extension",
 5807 "env_logger 0.11.8",
 5808 "extension",
 5809 "feature_flags",
 5810 "fs",
 5811 "futures 0.3.32",
 5812 "gpui",
 5813 "gpui_platform",
 5814 "gpui_tokio",
 5815 "language",
 5816 "language_extension",
 5817 "language_model",
 5818 "language_models",
 5819 "languages",
 5820 "node_runtime",
 5821 "paths",
 5822 "project",
 5823 "prompt_store",
 5824 "release_channel",
 5825 "reqwest_client",
 5826 "serde",
 5827 "serde_json",
 5828 "settings",
 5829 "shellexpand 2.1.2",
 5830 "terminal_view",
 5831 "util",
 5832 "watch",
 5833]
 5834
 5835[[package]]
 5836name = "eval_utils"
 5837version = "0.1.0"
 5838dependencies = [
 5839 "gpui_platform",
 5840 "serde",
 5841 "smol",
 5842]
 5843
 5844[[package]]
 5845name = "event-listener"
 5846version = "2.5.3"
 5847source = "registry+https://github.com/rust-lang/crates.io-index"
 5848checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5849
 5850[[package]]
 5851name = "event-listener"
 5852version = "5.4.1"
 5853source = "registry+https://github.com/rust-lang/crates.io-index"
 5854checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5855dependencies = [
 5856 "concurrent-queue",
 5857 "parking",
 5858 "pin-project-lite",
 5859]
 5860
 5861[[package]]
 5862name = "event-listener-strategy"
 5863version = "0.5.4"
 5864source = "registry+https://github.com/rust-lang/crates.io-index"
 5865checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5866dependencies = [
 5867 "event-listener 5.4.1",
 5868 "pin-project-lite",
 5869]
 5870
 5871[[package]]
 5872name = "exec"
 5873version = "0.3.1"
 5874source = "registry+https://github.com/rust-lang/crates.io-index"
 5875checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5876dependencies = [
 5877 "errno 0.2.8",
 5878 "libc",
 5879]
 5880
 5881[[package]]
 5882name = "explorer_command_injector"
 5883version = "0.1.0"
 5884dependencies = [
 5885 "windows 0.61.3",
 5886 "windows-core 0.61.2",
 5887 "windows-registry 0.5.3",
 5888]
 5889
 5890[[package]]
 5891name = "exr"
 5892version = "1.73.0"
 5893source = "registry+https://github.com/rust-lang/crates.io-index"
 5894checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5895dependencies = [
 5896 "bit_field",
 5897 "half",
 5898 "lebe",
 5899 "miniz_oxide",
 5900 "rayon-core",
 5901 "smallvec",
 5902 "zune-inflate",
 5903]
 5904
 5905[[package]]
 5906name = "extended"
 5907version = "0.1.0"
 5908source = "registry+https://github.com/rust-lang/crates.io-index"
 5909checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5910
 5911[[package]]
 5912name = "extension"
 5913version = "0.1.0"
 5914dependencies = [
 5915 "anyhow",
 5916 "async-trait",
 5917 "cloud_api_types",
 5918 "collections",
 5919 "dap",
 5920 "fs",
 5921 "futures 0.3.32",
 5922 "gpui",
 5923 "heck 0.5.0",
 5924 "http_client",
 5925 "indoc",
 5926 "language",
 5927 "log",
 5928 "lsp",
 5929 "parking_lot",
 5930 "pretty_assertions",
 5931 "proto",
 5932 "semver",
 5933 "serde",
 5934 "serde_json",
 5935 "task",
 5936 "tempfile",
 5937 "toml 0.8.23",
 5938 "tracing",
 5939 "url",
 5940 "util",
 5941 "wasm-encoder 0.221.3",
 5942 "wasmparser 0.221.3",
 5943 "ztracing",
 5944]
 5945
 5946[[package]]
 5947name = "extension_cli"
 5948version = "0.1.0"
 5949dependencies = [
 5950 "anyhow",
 5951 "clap",
 5952 "cloud_api_types",
 5953 "env_logger 0.11.8",
 5954 "extension",
 5955 "fs",
 5956 "gpui_platform",
 5957 "language",
 5958 "log",
 5959 "reqwest_client",
 5960 "serde",
 5961 "serde_json",
 5962 "serde_json_lenient",
 5963 "settings_content",
 5964 "snippet_provider",
 5965 "task",
 5966 "theme_settings",
 5967 "tokio",
 5968 "toml 0.8.23",
 5969 "tree-sitter",
 5970 "wasmtime",
 5971]
 5972
 5973[[package]]
 5974name = "extension_host"
 5975version = "0.1.0"
 5976dependencies = [
 5977 "anyhow",
 5978 "async-compression",
 5979 "async-tar",
 5980 "async-trait",
 5981 "client",
 5982 "cloud_api_types",
 5983 "collections",
 5984 "criterion",
 5985 "ctor",
 5986 "dap",
 5987 "extension",
 5988 "fs",
 5989 "futures 0.3.32",
 5990 "gpui",
 5991 "gpui_tokio",
 5992 "http_client",
 5993 "language",
 5994 "language_extension",
 5995 "log",
 5996 "lsp",
 5997 "moka",
 5998 "node_runtime",
 5999 "parking_lot",
 6000 "paths",
 6001 "project",
 6002 "release_channel",
 6003 "remote",
 6004 "reqwest_client",
 6005 "semver",
 6006 "serde",
 6007 "serde_json",
 6008 "serde_json_lenient",
 6009 "settings",
 6010 "task",
 6011 "telemetry",
 6012 "tempfile",
 6013 "theme",
 6014 "theme_extension",
 6015 "theme_settings",
 6016 "toml 0.8.23",
 6017 "tracing",
 6018 "url",
 6019 "util",
 6020 "wasmparser 0.221.3",
 6021 "wasmtime",
 6022 "wasmtime-wasi",
 6023 "zlog",
 6024 "ztracing",
 6025]
 6026
 6027[[package]]
 6028name = "extensions_ui"
 6029version = "0.1.0"
 6030dependencies = [
 6031 "anyhow",
 6032 "client",
 6033 "cloud_api_types",
 6034 "collections",
 6035 "db",
 6036 "editor",
 6037 "extension",
 6038 "extension_host",
 6039 "fs",
 6040 "fuzzy",
 6041 "gpui",
 6042 "language",
 6043 "log",
 6044 "num-format",
 6045 "picker",
 6046 "project",
 6047 "release_channel",
 6048 "semver",
 6049 "serde",
 6050 "settings",
 6051 "smallvec",
 6052 "strum 0.27.2",
 6053 "telemetry",
 6054 "theme_settings",
 6055 "ui",
 6056 "util",
 6057 "vim_mode_setting",
 6058 "workspace",
 6059 "zed_actions",
 6060]
 6061
 6062[[package]]
 6063name = "failspot"
 6064version = "0.2.0"
 6065source = "registry+https://github.com/rust-lang/crates.io-index"
 6066checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6067
 6068[[package]]
 6069name = "fallible-iterator"
 6070version = "0.3.0"
 6071source = "registry+https://github.com/rust-lang/crates.io-index"
 6072checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6073
 6074[[package]]
 6075name = "fancy-regex"
 6076version = "0.16.2"
 6077source = "registry+https://github.com/rust-lang/crates.io-index"
 6078checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6079dependencies = [
 6080 "bit-set 0.8.0",
 6081 "regex-automata",
 6082 "regex-syntax",
 6083]
 6084
 6085[[package]]
 6086name = "fancy-regex"
 6087version = "0.17.0"
 6088source = "registry+https://github.com/rust-lang/crates.io-index"
 6089checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6090dependencies = [
 6091 "bit-set 0.8.0",
 6092 "regex-automata",
 6093 "regex-syntax",
 6094]
 6095
 6096[[package]]
 6097name = "fast-srgb8"
 6098version = "1.0.0"
 6099source = "registry+https://github.com/rust-lang/crates.io-index"
 6100checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6101
 6102[[package]]
 6103name = "fastrand"
 6104version = "1.9.0"
 6105source = "registry+https://github.com/rust-lang/crates.io-index"
 6106checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6107dependencies = [
 6108 "instant",
 6109]
 6110
 6111[[package]]
 6112name = "fastrand"
 6113version = "2.3.0"
 6114source = "registry+https://github.com/rust-lang/crates.io-index"
 6115checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6116
 6117[[package]]
 6118name = "fax"
 6119version = "0.2.6"
 6120source = "registry+https://github.com/rust-lang/crates.io-index"
 6121checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6122dependencies = [
 6123 "fax_derive",
 6124]
 6125
 6126[[package]]
 6127name = "fax_derive"
 6128version = "0.2.0"
 6129source = "registry+https://github.com/rust-lang/crates.io-index"
 6130checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6131dependencies = [
 6132 "proc-macro2",
 6133 "quote",
 6134 "syn 2.0.117",
 6135]
 6136
 6137[[package]]
 6138name = "fd-lock"
 6139version = "4.0.4"
 6140source = "registry+https://github.com/rust-lang/crates.io-index"
 6141checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6142dependencies = [
 6143 "cfg-if",
 6144 "rustix 1.1.2",
 6145 "windows-sys 0.59.0",
 6146]
 6147
 6148[[package]]
 6149name = "fdeflate"
 6150version = "0.3.7"
 6151source = "registry+https://github.com/rust-lang/crates.io-index"
 6152checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6153dependencies = [
 6154 "simd-adler32",
 6155]
 6156
 6157[[package]]
 6158name = "feature_flags"
 6159version = "0.1.0"
 6160dependencies = [
 6161 "gpui",
 6162]
 6163
 6164[[package]]
 6165name = "feedback"
 6166version = "0.1.0"
 6167dependencies = [
 6168 "gpui",
 6169 "system_specs",
 6170 "urlencoding",
 6171 "util",
 6172 "workspace",
 6173 "zed_actions",
 6174]
 6175
 6176[[package]]
 6177name = "ff"
 6178version = "0.12.1"
 6179source = "registry+https://github.com/rust-lang/crates.io-index"
 6180checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6181dependencies = [
 6182 "rand_core 0.6.4",
 6183 "subtle",
 6184]
 6185
 6186[[package]]
 6187name = "file_finder"
 6188version = "0.1.0"
 6189dependencies = [
 6190 "anyhow",
 6191 "channel",
 6192 "client",
 6193 "collections",
 6194 "ctor",
 6195 "editor",
 6196 "file_icons",
 6197 "futures 0.3.32",
 6198 "fuzzy",
 6199 "fuzzy_nucleo",
 6200 "gpui",
 6201 "menu",
 6202 "open_path_prompt",
 6203 "picker",
 6204 "pretty_assertions",
 6205 "project",
 6206 "project_panel",
 6207 "remote_connection",
 6208 "serde",
 6209 "serde_json",
 6210 "settings",
 6211 "theme",
 6212 "theme_settings",
 6213 "ui",
 6214 "util",
 6215 "workspace",
 6216 "zed_actions",
 6217 "zlog",
 6218]
 6219
 6220[[package]]
 6221name = "file_icons"
 6222version = "0.1.0"
 6223dependencies = [
 6224 "gpui",
 6225 "serde",
 6226 "theme",
 6227 "util",
 6228]
 6229
 6230[[package]]
 6231name = "filedescriptor"
 6232version = "0.8.3"
 6233source = "registry+https://github.com/rust-lang/crates.io-index"
 6234checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6235dependencies = [
 6236 "libc",
 6237 "thiserror 1.0.69",
 6238 "winapi",
 6239]
 6240
 6241[[package]]
 6242name = "filetime"
 6243version = "0.2.26"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6246dependencies = [
 6247 "cfg-if",
 6248 "libc",
 6249 "libredox",
 6250 "windows-sys 0.60.2",
 6251]
 6252
 6253[[package]]
 6254name = "find-msvc-tools"
 6255version = "0.1.5"
 6256source = "registry+https://github.com/rust-lang/crates.io-index"
 6257checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6258
 6259[[package]]
 6260name = "fixedbitset"
 6261version = "0.4.2"
 6262source = "registry+https://github.com/rust-lang/crates.io-index"
 6263checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6264
 6265[[package]]
 6266name = "fixedbitset"
 6267version = "0.5.7"
 6268source = "registry+https://github.com/rust-lang/crates.io-index"
 6269checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6270
 6271[[package]]
 6272name = "flate2"
 6273version = "1.1.8"
 6274source = "registry+https://github.com/rust-lang/crates.io-index"
 6275checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6276dependencies = [
 6277 "crc32fast",
 6278 "miniz_oxide",
 6279]
 6280
 6281[[package]]
 6282name = "float-cmp"
 6283version = "0.9.0"
 6284source = "registry+https://github.com/rust-lang/crates.io-index"
 6285checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6286
 6287[[package]]
 6288name = "float-ord"
 6289version = "0.3.2"
 6290source = "registry+https://github.com/rust-lang/crates.io-index"
 6291checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6292
 6293[[package]]
 6294name = "float8"
 6295version = "0.4.2"
 6296source = "registry+https://github.com/rust-lang/crates.io-index"
 6297checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6298dependencies = [
 6299 "half",
 6300 "num-traits",
 6301 "rand 0.9.2",
 6302 "rand_distr",
 6303]
 6304
 6305[[package]]
 6306name = "float_next_after"
 6307version = "1.0.0"
 6308source = "registry+https://github.com/rust-lang/crates.io-index"
 6309checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6310
 6311[[package]]
 6312name = "fluent-uri"
 6313version = "0.4.1"
 6314source = "registry+https://github.com/rust-lang/crates.io-index"
 6315checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6316dependencies = [
 6317 "borrow-or-share",
 6318 "ref-cast",
 6319 "serde",
 6320]
 6321
 6322[[package]]
 6323name = "flume"
 6324version = "0.11.1"
 6325source = "registry+https://github.com/rust-lang/crates.io-index"
 6326checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6327dependencies = [
 6328 "futures-core",
 6329 "futures-sink",
 6330 "nanorand",
 6331 "spin 0.9.8",
 6332]
 6333
 6334[[package]]
 6335name = "fnv"
 6336version = "1.0.7"
 6337source = "registry+https://github.com/rust-lang/crates.io-index"
 6338checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6339
 6340[[package]]
 6341name = "foldhash"
 6342version = "0.1.5"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6345
 6346[[package]]
 6347name = "foldhash"
 6348version = "0.2.0"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6351
 6352[[package]]
 6353name = "font-types"
 6354version = "0.10.0"
 6355source = "registry+https://github.com/rust-lang/crates.io-index"
 6356checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6357dependencies = [
 6358 "bytemuck",
 6359]
 6360
 6361[[package]]
 6362name = "font-types"
 6363version = "0.11.0"
 6364source = "registry+https://github.com/rust-lang/crates.io-index"
 6365checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6366dependencies = [
 6367 "bytemuck",
 6368]
 6369
 6370[[package]]
 6371name = "fontconfig-parser"
 6372version = "0.5.8"
 6373source = "registry+https://github.com/rust-lang/crates.io-index"
 6374checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6375dependencies = [
 6376 "roxmltree",
 6377]
 6378
 6379[[package]]
 6380name = "fontdb"
 6381version = "0.16.2"
 6382source = "registry+https://github.com/rust-lang/crates.io-index"
 6383checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6384dependencies = [
 6385 "fontconfig-parser",
 6386 "log",
 6387 "memmap2",
 6388 "slotmap",
 6389 "tinyvec",
 6390 "ttf-parser 0.20.0",
 6391]
 6392
 6393[[package]]
 6394name = "fontdb"
 6395version = "0.23.0"
 6396source = "registry+https://github.com/rust-lang/crates.io-index"
 6397checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6398dependencies = [
 6399 "fontconfig-parser",
 6400 "log",
 6401 "memmap2",
 6402 "slotmap",
 6403 "tinyvec",
 6404 "ttf-parser 0.25.1",
 6405]
 6406
 6407[[package]]
 6408name = "foreign-types"
 6409version = "0.3.2"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6412dependencies = [
 6413 "foreign-types-shared 0.1.1",
 6414]
 6415
 6416[[package]]
 6417name = "foreign-types"
 6418version = "0.5.0"
 6419source = "registry+https://github.com/rust-lang/crates.io-index"
 6420checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6421dependencies = [
 6422 "foreign-types-macros",
 6423 "foreign-types-shared 0.3.1",
 6424]
 6425
 6426[[package]]
 6427name = "foreign-types-macros"
 6428version = "0.2.3"
 6429source = "registry+https://github.com/rust-lang/crates.io-index"
 6430checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6431dependencies = [
 6432 "proc-macro2",
 6433 "quote",
 6434 "syn 2.0.117",
 6435]
 6436
 6437[[package]]
 6438name = "foreign-types-shared"
 6439version = "0.1.1"
 6440source = "registry+https://github.com/rust-lang/crates.io-index"
 6441checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6442
 6443[[package]]
 6444name = "foreign-types-shared"
 6445version = "0.3.1"
 6446source = "registry+https://github.com/rust-lang/crates.io-index"
 6447checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6448
 6449[[package]]
 6450name = "fork"
 6451version = "0.4.0"
 6452source = "registry+https://github.com/rust-lang/crates.io-index"
 6453checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6454dependencies = [
 6455 "libc",
 6456]
 6457
 6458[[package]]
 6459name = "form_urlencoded"
 6460version = "1.2.2"
 6461source = "registry+https://github.com/rust-lang/crates.io-index"
 6462checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6463dependencies = [
 6464 "percent-encoding",
 6465]
 6466
 6467[[package]]
 6468name = "fraction"
 6469version = "0.15.3"
 6470source = "registry+https://github.com/rust-lang/crates.io-index"
 6471checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6472dependencies = [
 6473 "lazy_static",
 6474 "num",
 6475]
 6476
 6477[[package]]
 6478name = "freetype-sys"
 6479version = "0.20.1"
 6480source = "registry+https://github.com/rust-lang/crates.io-index"
 6481checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6482dependencies = [
 6483 "cc",
 6484 "libc",
 6485 "pkg-config",
 6486]
 6487
 6488[[package]]
 6489name = "fs"
 6490version = "0.1.0"
 6491dependencies = [
 6492 "anyhow",
 6493 "ashpd",
 6494 "async-tar",
 6495 "async-trait",
 6496 "cocoa 0.26.0",
 6497 "collections",
 6498 "dunce",
 6499 "fs",
 6500 "futures 0.3.32",
 6501 "git",
 6502 "gpui",
 6503 "ignore",
 6504 "is_executable",
 6505 "libc",
 6506 "log",
 6507 "notify 8.2.0",
 6508 "objc",
 6509 "parking_lot",
 6510 "paths",
 6511 "proto",
 6512 "rope",
 6513 "serde",
 6514 "serde_json",
 6515 "smol",
 6516 "tempfile",
 6517 "text",
 6518 "time",
 6519 "util",
 6520 "windows 0.61.3",
 6521]
 6522
 6523[[package]]
 6524name = "fs-set-times"
 6525version = "0.20.3"
 6526source = "registry+https://github.com/rust-lang/crates.io-index"
 6527checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6528dependencies = [
 6529 "io-lifetimes",
 6530 "rustix 1.1.2",
 6531 "windows-sys 0.59.0",
 6532]
 6533
 6534[[package]]
 6535name = "fs2"
 6536version = "0.4.3"
 6537source = "registry+https://github.com/rust-lang/crates.io-index"
 6538checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6539dependencies = [
 6540 "libc",
 6541 "winapi",
 6542]
 6543
 6544[[package]]
 6545name = "fs_benchmarks"
 6546version = "0.1.0"
 6547dependencies = [
 6548 "fs",
 6549 "gpui",
 6550 "gpui_platform",
 6551]
 6552
 6553[[package]]
 6554name = "fs_extra"
 6555version = "1.3.0"
 6556source = "registry+https://github.com/rust-lang/crates.io-index"
 6557checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6558
 6559[[package]]
 6560name = "fsevent-sys"
 6561version = "4.1.0"
 6562source = "registry+https://github.com/rust-lang/crates.io-index"
 6563checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6564dependencies = [
 6565 "libc",
 6566]
 6567
 6568[[package]]
 6569name = "fuchsia-cprng"
 6570version = "0.1.1"
 6571source = "registry+https://github.com/rust-lang/crates.io-index"
 6572checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6573
 6574[[package]]
 6575name = "funty"
 6576version = "2.0.0"
 6577source = "registry+https://github.com/rust-lang/crates.io-index"
 6578checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6579
 6580[[package]]
 6581name = "futf"
 6582version = "0.1.5"
 6583source = "registry+https://github.com/rust-lang/crates.io-index"
 6584checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6585dependencies = [
 6586 "mac",
 6587 "new_debug_unreachable",
 6588]
 6589
 6590[[package]]
 6591name = "futures"
 6592version = "0.1.31"
 6593source = "registry+https://github.com/rust-lang/crates.io-index"
 6594checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6595
 6596[[package]]
 6597name = "futures"
 6598version = "0.3.32"
 6599source = "registry+https://github.com/rust-lang/crates.io-index"
 6600checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6601dependencies = [
 6602 "futures-channel",
 6603 "futures-core",
 6604 "futures-executor",
 6605 "futures-io",
 6606 "futures-sink",
 6607 "futures-task",
 6608 "futures-util",
 6609]
 6610
 6611[[package]]
 6612name = "futures-channel"
 6613version = "0.3.32"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6616dependencies = [
 6617 "futures-core",
 6618 "futures-sink",
 6619]
 6620
 6621[[package]]
 6622name = "futures-concurrency"
 6623version = "7.7.1"
 6624source = "registry+https://github.com/rust-lang/crates.io-index"
 6625checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6626dependencies = [
 6627 "fixedbitset 0.5.7",
 6628 "futures-core",
 6629 "futures-lite 2.6.1",
 6630 "pin-project",
 6631 "smallvec",
 6632]
 6633
 6634[[package]]
 6635name = "futures-core"
 6636version = "0.3.32"
 6637source = "registry+https://github.com/rust-lang/crates.io-index"
 6638checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6639
 6640[[package]]
 6641name = "futures-executor"
 6642version = "0.3.32"
 6643source = "registry+https://github.com/rust-lang/crates.io-index"
 6644checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6645dependencies = [
 6646 "futures-core",
 6647 "futures-task",
 6648 "futures-util",
 6649]
 6650
 6651[[package]]
 6652name = "futures-intrusive"
 6653version = "0.5.0"
 6654source = "registry+https://github.com/rust-lang/crates.io-index"
 6655checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6656dependencies = [
 6657 "futures-core",
 6658 "lock_api",
 6659 "parking_lot",
 6660]
 6661
 6662[[package]]
 6663name = "futures-io"
 6664version = "0.3.32"
 6665source = "registry+https://github.com/rust-lang/crates.io-index"
 6666checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6667
 6668[[package]]
 6669name = "futures-lite"
 6670version = "1.13.0"
 6671source = "registry+https://github.com/rust-lang/crates.io-index"
 6672checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6673dependencies = [
 6674 "fastrand 1.9.0",
 6675 "futures-core",
 6676 "futures-io",
 6677 "memchr",
 6678 "parking",
 6679 "pin-project-lite",
 6680 "waker-fn",
 6681]
 6682
 6683[[package]]
 6684name = "futures-lite"
 6685version = "2.6.1"
 6686source = "registry+https://github.com/rust-lang/crates.io-index"
 6687checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6688dependencies = [
 6689 "fastrand 2.3.0",
 6690 "futures-core",
 6691 "futures-io",
 6692 "parking",
 6693 "pin-project-lite",
 6694]
 6695
 6696[[package]]
 6697name = "futures-macro"
 6698version = "0.3.32"
 6699source = "registry+https://github.com/rust-lang/crates.io-index"
 6700checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6701dependencies = [
 6702 "proc-macro2",
 6703 "quote",
 6704 "syn 2.0.117",
 6705]
 6706
 6707[[package]]
 6708name = "futures-sink"
 6709version = "0.3.32"
 6710source = "registry+https://github.com/rust-lang/crates.io-index"
 6711checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6712
 6713[[package]]
 6714name = "futures-task"
 6715version = "0.3.32"
 6716source = "registry+https://github.com/rust-lang/crates.io-index"
 6717checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6718
 6719[[package]]
 6720name = "futures-util"
 6721version = "0.3.32"
 6722source = "registry+https://github.com/rust-lang/crates.io-index"
 6723checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6724dependencies = [
 6725 "futures 0.1.31",
 6726 "futures-channel",
 6727 "futures-core",
 6728 "futures-io",
 6729 "futures-macro",
 6730 "futures-sink",
 6731 "futures-task",
 6732 "libc",
 6733 "memchr",
 6734 "pin-project-lite",
 6735 "slab",
 6736 "tokio-io",
 6737]
 6738
 6739[[package]]
 6740name = "fuzzy"
 6741version = "0.1.0"
 6742dependencies = [
 6743 "gpui",
 6744 "log",
 6745 "util",
 6746]
 6747
 6748[[package]]
 6749name = "fuzzy-matcher"
 6750version = "0.3.7"
 6751source = "registry+https://github.com/rust-lang/crates.io-index"
 6752checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6753dependencies = [
 6754 "thread_local",
 6755]
 6756
 6757[[package]]
 6758name = "fuzzy_nucleo"
 6759version = "0.1.0"
 6760dependencies = [
 6761 "gpui",
 6762 "nucleo",
 6763 "util",
 6764]
 6765
 6766[[package]]
 6767name = "gaoya"
 6768version = "0.2.0"
 6769source = "registry+https://github.com/rust-lang/crates.io-index"
 6770checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6771dependencies = [
 6772 "ahash 0.8.12",
 6773 "crossbeam-utils",
 6774 "fnv",
 6775 "itertools 0.10.5",
 6776 "num-traits",
 6777 "rand 0.8.5",
 6778 "rand_pcg",
 6779 "random_choice",
 6780 "rayon",
 6781 "seahash",
 6782 "sha-1",
 6783 "shingles",
 6784 "siphasher 0.3.11",
 6785 "smallvec",
 6786 "triomphe",
 6787]
 6788
 6789[[package]]
 6790name = "gemm"
 6791version = "0.17.1"
 6792source = "registry+https://github.com/rust-lang/crates.io-index"
 6793checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6794dependencies = [
 6795 "dyn-stack 0.10.0",
 6796 "gemm-c32 0.17.1",
 6797 "gemm-c64 0.17.1",
 6798 "gemm-common 0.17.1",
 6799 "gemm-f16 0.17.1",
 6800 "gemm-f32 0.17.1",
 6801 "gemm-f64 0.17.1",
 6802 "num-complex",
 6803 "num-traits",
 6804 "paste",
 6805 "raw-cpuid 10.7.0",
 6806 "seq-macro",
 6807]
 6808
 6809[[package]]
 6810name = "gemm"
 6811version = "0.18.2"
 6812source = "registry+https://github.com/rust-lang/crates.io-index"
 6813checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6814dependencies = [
 6815 "dyn-stack 0.13.2",
 6816 "gemm-c32 0.18.2",
 6817 "gemm-c64 0.18.2",
 6818 "gemm-common 0.18.2",
 6819 "gemm-f16 0.18.2",
 6820 "gemm-f32 0.18.2",
 6821 "gemm-f64 0.18.2",
 6822 "num-complex",
 6823 "num-traits",
 6824 "paste",
 6825 "raw-cpuid 11.6.0",
 6826 "seq-macro",
 6827]
 6828
 6829[[package]]
 6830name = "gemm-c32"
 6831version = "0.17.1"
 6832source = "registry+https://github.com/rust-lang/crates.io-index"
 6833checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6834dependencies = [
 6835 "dyn-stack 0.10.0",
 6836 "gemm-common 0.17.1",
 6837 "num-complex",
 6838 "num-traits",
 6839 "paste",
 6840 "raw-cpuid 10.7.0",
 6841 "seq-macro",
 6842]
 6843
 6844[[package]]
 6845name = "gemm-c32"
 6846version = "0.18.2"
 6847source = "registry+https://github.com/rust-lang/crates.io-index"
 6848checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6849dependencies = [
 6850 "dyn-stack 0.13.2",
 6851 "gemm-common 0.18.2",
 6852 "num-complex",
 6853 "num-traits",
 6854 "paste",
 6855 "raw-cpuid 11.6.0",
 6856 "seq-macro",
 6857]
 6858
 6859[[package]]
 6860name = "gemm-c64"
 6861version = "0.17.1"
 6862source = "registry+https://github.com/rust-lang/crates.io-index"
 6863checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6864dependencies = [
 6865 "dyn-stack 0.10.0",
 6866 "gemm-common 0.17.1",
 6867 "num-complex",
 6868 "num-traits",
 6869 "paste",
 6870 "raw-cpuid 10.7.0",
 6871 "seq-macro",
 6872]
 6873
 6874[[package]]
 6875name = "gemm-c64"
 6876version = "0.18.2"
 6877source = "registry+https://github.com/rust-lang/crates.io-index"
 6878checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6879dependencies = [
 6880 "dyn-stack 0.13.2",
 6881 "gemm-common 0.18.2",
 6882 "num-complex",
 6883 "num-traits",
 6884 "paste",
 6885 "raw-cpuid 11.6.0",
 6886 "seq-macro",
 6887]
 6888
 6889[[package]]
 6890name = "gemm-common"
 6891version = "0.17.1"
 6892source = "registry+https://github.com/rust-lang/crates.io-index"
 6893checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6894dependencies = [
 6895 "bytemuck",
 6896 "dyn-stack 0.10.0",
 6897 "half",
 6898 "num-complex",
 6899 "num-traits",
 6900 "once_cell",
 6901 "paste",
 6902 "pulp 0.18.22",
 6903 "raw-cpuid 10.7.0",
 6904 "rayon",
 6905 "seq-macro",
 6906 "sysctl 0.5.5",
 6907]
 6908
 6909[[package]]
 6910name = "gemm-common"
 6911version = "0.18.2"
 6912source = "registry+https://github.com/rust-lang/crates.io-index"
 6913checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6914dependencies = [
 6915 "bytemuck",
 6916 "dyn-stack 0.13.2",
 6917 "half",
 6918 "libm",
 6919 "num-complex",
 6920 "num-traits",
 6921 "once_cell",
 6922 "paste",
 6923 "pulp 0.21.5",
 6924 "raw-cpuid 11.6.0",
 6925 "rayon",
 6926 "seq-macro",
 6927 "sysctl 0.6.0",
 6928]
 6929
 6930[[package]]
 6931name = "gemm-f16"
 6932version = "0.17.1"
 6933source = "registry+https://github.com/rust-lang/crates.io-index"
 6934checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6935dependencies = [
 6936 "dyn-stack 0.10.0",
 6937 "gemm-common 0.17.1",
 6938 "gemm-f32 0.17.1",
 6939 "half",
 6940 "num-complex",
 6941 "num-traits",
 6942 "paste",
 6943 "raw-cpuid 10.7.0",
 6944 "rayon",
 6945 "seq-macro",
 6946]
 6947
 6948[[package]]
 6949name = "gemm-f16"
 6950version = "0.18.2"
 6951source = "registry+https://github.com/rust-lang/crates.io-index"
 6952checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6953dependencies = [
 6954 "dyn-stack 0.13.2",
 6955 "gemm-common 0.18.2",
 6956 "gemm-f32 0.18.2",
 6957 "half",
 6958 "num-complex",
 6959 "num-traits",
 6960 "paste",
 6961 "raw-cpuid 11.6.0",
 6962 "rayon",
 6963 "seq-macro",
 6964]
 6965
 6966[[package]]
 6967name = "gemm-f32"
 6968version = "0.17.1"
 6969source = "registry+https://github.com/rust-lang/crates.io-index"
 6970checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6971dependencies = [
 6972 "dyn-stack 0.10.0",
 6973 "gemm-common 0.17.1",
 6974 "num-complex",
 6975 "num-traits",
 6976 "paste",
 6977 "raw-cpuid 10.7.0",
 6978 "seq-macro",
 6979]
 6980
 6981[[package]]
 6982name = "gemm-f32"
 6983version = "0.18.2"
 6984source = "registry+https://github.com/rust-lang/crates.io-index"
 6985checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6986dependencies = [
 6987 "dyn-stack 0.13.2",
 6988 "gemm-common 0.18.2",
 6989 "num-complex",
 6990 "num-traits",
 6991 "paste",
 6992 "raw-cpuid 11.6.0",
 6993 "seq-macro",
 6994]
 6995
 6996[[package]]
 6997name = "gemm-f64"
 6998version = "0.17.1"
 6999source = "registry+https://github.com/rust-lang/crates.io-index"
 7000checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7001dependencies = [
 7002 "dyn-stack 0.10.0",
 7003 "gemm-common 0.17.1",
 7004 "num-complex",
 7005 "num-traits",
 7006 "paste",
 7007 "raw-cpuid 10.7.0",
 7008 "seq-macro",
 7009]
 7010
 7011[[package]]
 7012name = "gemm-f64"
 7013version = "0.18.2"
 7014source = "registry+https://github.com/rust-lang/crates.io-index"
 7015checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7016dependencies = [
 7017 "dyn-stack 0.13.2",
 7018 "gemm-common 0.18.2",
 7019 "num-complex",
 7020 "num-traits",
 7021 "paste",
 7022 "raw-cpuid 11.6.0",
 7023 "seq-macro",
 7024]
 7025
 7026[[package]]
 7027name = "generator"
 7028version = "0.8.7"
 7029source = "registry+https://github.com/rust-lang/crates.io-index"
 7030checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7031dependencies = [
 7032 "cc",
 7033 "cfg-if",
 7034 "libc",
 7035 "log",
 7036 "rustversion",
 7037 "windows 0.61.3",
 7038]
 7039
 7040[[package]]
 7041name = "generic-array"
 7042version = "0.14.7"
 7043source = "registry+https://github.com/rust-lang/crates.io-index"
 7044checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7045dependencies = [
 7046 "typenum",
 7047 "version_check",
 7048]
 7049
 7050[[package]]
 7051name = "gethostname"
 7052version = "1.1.0"
 7053source = "registry+https://github.com/rust-lang/crates.io-index"
 7054checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7055dependencies = [
 7056 "rustix 1.1.2",
 7057 "windows-link 0.2.1",
 7058]
 7059
 7060[[package]]
 7061name = "getrandom"
 7062version = "0.2.16"
 7063source = "registry+https://github.com/rust-lang/crates.io-index"
 7064checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7065dependencies = [
 7066 "cfg-if",
 7067 "js-sys",
 7068 "libc",
 7069 "wasi",
 7070 "wasm-bindgen",
 7071]
 7072
 7073[[package]]
 7074name = "getrandom"
 7075version = "0.3.4"
 7076source = "registry+https://github.com/rust-lang/crates.io-index"
 7077checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7078dependencies = [
 7079 "cfg-if",
 7080 "js-sys",
 7081 "libc",
 7082 "r-efi",
 7083 "wasip2",
 7084 "wasm-bindgen",
 7085]
 7086
 7087[[package]]
 7088name = "getrandom"
 7089version = "0.4.1"
 7090source = "registry+https://github.com/rust-lang/crates.io-index"
 7091checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7092dependencies = [
 7093 "cfg-if",
 7094 "libc",
 7095 "r-efi",
 7096 "wasip2",
 7097 "wasip3",
 7098]
 7099
 7100[[package]]
 7101name = "gh-workflow"
 7102version = "0.8.0"
 7103source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7104dependencies = [
 7105 "async-trait",
 7106 "derive_more",
 7107 "derive_setters",
 7108 "gh-workflow-macros",
 7109 "indexmap",
 7110 "merge",
 7111 "serde",
 7112 "serde_json",
 7113 "serde_yaml",
 7114 "strum_macros 0.27.2",
 7115]
 7116
 7117[[package]]
 7118name = "gh-workflow-macros"
 7119version = "0.8.0"
 7120source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7121dependencies = [
 7122 "heck 0.5.0",
 7123 "quote",
 7124 "syn 2.0.117",
 7125]
 7126
 7127[[package]]
 7128name = "gif"
 7129version = "0.13.3"
 7130source = "registry+https://github.com/rust-lang/crates.io-index"
 7131checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7132dependencies = [
 7133 "color_quant",
 7134 "weezl",
 7135]
 7136
 7137[[package]]
 7138name = "gimli"
 7139version = "0.32.3"
 7140source = "registry+https://github.com/rust-lang/crates.io-index"
 7141checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7142dependencies = [
 7143 "fallible-iterator",
 7144 "indexmap",
 7145 "stable_deref_trait",
 7146]
 7147
 7148[[package]]
 7149name = "gio-sys"
 7150version = "0.21.5"
 7151source = "registry+https://github.com/rust-lang/crates.io-index"
 7152checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7153dependencies = [
 7154 "glib-sys",
 7155 "gobject-sys",
 7156 "libc",
 7157 "system-deps 7.0.7",
 7158 "windows-sys 0.61.2",
 7159]
 7160
 7161[[package]]
 7162name = "git"
 7163version = "0.1.0"
 7164dependencies = [
 7165 "anyhow",
 7166 "askpass",
 7167 "async-trait",
 7168 "collections",
 7169 "derive_more",
 7170 "futures 0.3.32",
 7171 "git2",
 7172 "gpui",
 7173 "http_client",
 7174 "itertools 0.14.0",
 7175 "log",
 7176 "parking_lot",
 7177 "pretty_assertions",
 7178 "rand 0.9.2",
 7179 "regex",
 7180 "rope",
 7181 "schemars",
 7182 "serde",
 7183 "serde_json",
 7184 "smallvec",
 7185 "smol",
 7186 "sum_tree",
 7187 "tempfile",
 7188 "text",
 7189 "thiserror 2.0.17",
 7190 "time",
 7191 "url",
 7192 "urlencoding",
 7193 "util",
 7194 "uuid",
 7195 "ztracing",
 7196]
 7197
 7198[[package]]
 7199name = "git2"
 7200version = "0.20.4"
 7201source = "registry+https://github.com/rust-lang/crates.io-index"
 7202checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7203dependencies = [
 7204 "bitflags 2.10.0",
 7205 "libc",
 7206 "libgit2-sys",
 7207 "log",
 7208 "url",
 7209]
 7210
 7211[[package]]
 7212name = "git_graph"
 7213version = "0.1.0"
 7214dependencies = [
 7215 "anyhow",
 7216 "collections",
 7217 "db",
 7218 "editor",
 7219 "fs",
 7220 "git",
 7221 "git_ui",
 7222 "gpui",
 7223 "language",
 7224 "menu",
 7225 "project",
 7226 "rand 0.9.2",
 7227 "remote_connection",
 7228 "search",
 7229 "serde_json",
 7230 "settings",
 7231 "smallvec",
 7232 "smol",
 7233 "theme",
 7234 "theme_settings",
 7235 "time",
 7236 "ui",
 7237 "workspace",
 7238]
 7239
 7240[[package]]
 7241name = "git_hosting_providers"
 7242version = "0.1.0"
 7243dependencies = [
 7244 "anyhow",
 7245 "async-trait",
 7246 "futures 0.3.32",
 7247 "git",
 7248 "gpui",
 7249 "http_client",
 7250 "indoc",
 7251 "itertools 0.14.0",
 7252 "pretty_assertions",
 7253 "regex",
 7254 "serde",
 7255 "serde_json",
 7256 "settings",
 7257 "url",
 7258 "urlencoding",
 7259 "util",
 7260]
 7261
 7262[[package]]
 7263name = "git_ui"
 7264version = "0.1.0"
 7265dependencies = [
 7266 "agent_settings",
 7267 "anyhow",
 7268 "askpass",
 7269 "buffer_diff",
 7270 "call",
 7271 "collections",
 7272 "component",
 7273 "ctor",
 7274 "db",
 7275 "editor",
 7276 "file_icons",
 7277 "futures 0.3.32",
 7278 "fuzzy",
 7279 "git",
 7280 "gpui",
 7281 "indoc",
 7282 "itertools 0.14.0",
 7283 "language",
 7284 "language_model",
 7285 "linkify",
 7286 "log",
 7287 "markdown",
 7288 "menu",
 7289 "multi_buffer",
 7290 "notifications",
 7291 "panel",
 7292 "picker",
 7293 "pretty_assertions",
 7294 "project",
 7295 "prompt_store",
 7296 "proto",
 7297 "rand 0.9.2",
 7298 "remote",
 7299 "remote_connection",
 7300 "schemars",
 7301 "serde",
 7302 "serde_json",
 7303 "settings",
 7304 "smallvec",
 7305 "smol",
 7306 "strum 0.27.2",
 7307 "telemetry",
 7308 "theme",
 7309 "theme_settings",
 7310 "time",
 7311 "time_format",
 7312 "tracing",
 7313 "ui",
 7314 "ui_input",
 7315 "unindent",
 7316 "util",
 7317 "watch",
 7318 "windows 0.61.3",
 7319 "workspace",
 7320 "zed_actions",
 7321 "zeroize",
 7322 "zlog",
 7323 "ztracing",
 7324]
 7325
 7326[[package]]
 7327name = "gl_generator"
 7328version = "0.14.0"
 7329source = "registry+https://github.com/rust-lang/crates.io-index"
 7330checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7331dependencies = [
 7332 "khronos_api",
 7333 "log",
 7334 "xml-rs",
 7335]
 7336
 7337[[package]]
 7338name = "glib"
 7339version = "0.21.5"
 7340source = "registry+https://github.com/rust-lang/crates.io-index"
 7341checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7342dependencies = [
 7343 "bitflags 2.10.0",
 7344 "futures-channel",
 7345 "futures-core",
 7346 "futures-executor",
 7347 "futures-task",
 7348 "futures-util",
 7349 "gio-sys",
 7350 "glib-macros",
 7351 "glib-sys",
 7352 "gobject-sys",
 7353 "libc",
 7354 "memchr",
 7355 "smallvec",
 7356]
 7357
 7358[[package]]
 7359name = "glib-macros"
 7360version = "0.21.5"
 7361source = "registry+https://github.com/rust-lang/crates.io-index"
 7362checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7363dependencies = [
 7364 "heck 0.5.0",
 7365 "proc-macro-crate",
 7366 "proc-macro2",
 7367 "quote",
 7368 "syn 2.0.117",
 7369]
 7370
 7371[[package]]
 7372name = "glib-sys"
 7373version = "0.21.5"
 7374source = "registry+https://github.com/rust-lang/crates.io-index"
 7375checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7376dependencies = [
 7377 "libc",
 7378 "system-deps 7.0.7",
 7379]
 7380
 7381[[package]]
 7382name = "glob"
 7383version = "0.3.3"
 7384source = "registry+https://github.com/rust-lang/crates.io-index"
 7385checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7386
 7387[[package]]
 7388name = "globset"
 7389version = "0.4.17"
 7390source = "registry+https://github.com/rust-lang/crates.io-index"
 7391checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7392dependencies = [
 7393 "aho-corasick",
 7394 "bstr",
 7395 "log",
 7396 "regex-automata",
 7397 "regex-syntax",
 7398]
 7399
 7400[[package]]
 7401name = "gloo-timers"
 7402version = "0.3.0"
 7403source = "registry+https://github.com/rust-lang/crates.io-index"
 7404checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7405dependencies = [
 7406 "futures-channel",
 7407 "futures-core",
 7408 "js-sys",
 7409 "wasm-bindgen",
 7410]
 7411
 7412[[package]]
 7413name = "glow"
 7414version = "0.17.0"
 7415source = "registry+https://github.com/rust-lang/crates.io-index"
 7416checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7417dependencies = [
 7418 "js-sys",
 7419 "slotmap",
 7420 "wasm-bindgen",
 7421 "web-sys",
 7422]
 7423
 7424[[package]]
 7425name = "glutin_wgl_sys"
 7426version = "0.6.1"
 7427source = "registry+https://github.com/rust-lang/crates.io-index"
 7428checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7429dependencies = [
 7430 "gl_generator",
 7431]
 7432
 7433[[package]]
 7434name = "go_to_line"
 7435version = "0.1.0"
 7436dependencies = [
 7437 "editor",
 7438 "gpui",
 7439 "indoc",
 7440 "language",
 7441 "menu",
 7442 "multi_buffer",
 7443 "project",
 7444 "rope",
 7445 "serde",
 7446 "serde_json",
 7447 "settings",
 7448 "text",
 7449 "theme",
 7450 "ui",
 7451 "util",
 7452 "workspace",
 7453]
 7454
 7455[[package]]
 7456name = "gobject-sys"
 7457version = "0.21.5"
 7458source = "registry+https://github.com/rust-lang/crates.io-index"
 7459checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7460dependencies = [
 7461 "glib-sys",
 7462 "libc",
 7463 "system-deps 7.0.7",
 7464]
 7465
 7466[[package]]
 7467name = "goblin"
 7468version = "0.9.3"
 7469source = "registry+https://github.com/rust-lang/crates.io-index"
 7470checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7471dependencies = [
 7472 "log",
 7473 "plain",
 7474 "scroll",
 7475]
 7476
 7477[[package]]
 7478name = "google_ai"
 7479version = "0.1.0"
 7480dependencies = [
 7481 "anyhow",
 7482 "futures 0.3.32",
 7483 "http_client",
 7484 "language_model_core",
 7485 "log",
 7486 "schemars",
 7487 "serde",
 7488 "serde_json",
 7489 "strum 0.27.2",
 7490 "tiktoken-rs",
 7491]
 7492
 7493[[package]]
 7494name = "gpu-allocator"
 7495version = "0.28.0"
 7496source = "registry+https://github.com/rust-lang/crates.io-index"
 7497checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7498dependencies = [
 7499 "ash",
 7500 "hashbrown 0.16.1",
 7501 "log",
 7502 "presser",
 7503 "thiserror 2.0.17",
 7504 "windows 0.62.2",
 7505]
 7506
 7507[[package]]
 7508name = "gpu-descriptor"
 7509version = "0.3.2"
 7510source = "registry+https://github.com/rust-lang/crates.io-index"
 7511checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7512dependencies = [
 7513 "bitflags 2.10.0",
 7514 "gpu-descriptor-types",
 7515 "hashbrown 0.15.5",
 7516]
 7517
 7518[[package]]
 7519name = "gpu-descriptor-types"
 7520version = "0.2.0"
 7521source = "registry+https://github.com/rust-lang/crates.io-index"
 7522checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7523dependencies = [
 7524 "bitflags 2.10.0",
 7525]
 7526
 7527[[package]]
 7528name = "gpui"
 7529version = "0.2.2"
 7530dependencies = [
 7531 "anyhow",
 7532 "async-channel 2.5.0",
 7533 "async-task",
 7534 "backtrace",
 7535 "bindgen 0.71.1",
 7536 "bitflags 2.10.0",
 7537 "block",
 7538 "cbindgen",
 7539 "chrono",
 7540 "cocoa 0.26.0",
 7541 "cocoa-foundation 0.2.0",
 7542 "collections",
 7543 "core-foundation 0.10.0",
 7544 "core-foundation-sys",
 7545 "core-graphics 0.24.0",
 7546 "core-text",
 7547 "core-video",
 7548 "ctor",
 7549 "derive_more",
 7550 "embed-resource",
 7551 "env_logger 0.11.8",
 7552 "etagere",
 7553 "foreign-types 0.5.0",
 7554 "futures 0.3.32",
 7555 "futures-concurrency",
 7556 "getrandom 0.3.4",
 7557 "gpui_macros",
 7558 "gpui_platform",
 7559 "gpui_shared_string",
 7560 "gpui_util",
 7561 "gpui_web",
 7562 "http_client",
 7563 "image",
 7564 "inventory",
 7565 "itertools 0.14.0",
 7566 "log",
 7567 "lyon",
 7568 "mach2 0.5.0",
 7569 "media",
 7570 "metal",
 7571 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7572 "num_cpus",
 7573 "objc",
 7574 "objc2",
 7575 "objc2-metal",
 7576 "parking",
 7577 "parking_lot",
 7578 "pathfinder_geometry",
 7579 "pin-project",
 7580 "pollster 0.4.0",
 7581 "postage",
 7582 "profiling",
 7583 "proptest",
 7584 "rand 0.9.2",
 7585 "raw-window-handle",
 7586 "refineable",
 7587 "regex",
 7588 "reqwest_client",
 7589 "resvg",
 7590 "scheduler",
 7591 "schemars",
 7592 "seahash",
 7593 "serde",
 7594 "serde_json",
 7595 "slotmap",
 7596 "smallvec",
 7597 "spin 0.10.0",
 7598 "stacksafe",
 7599 "strum 0.27.2",
 7600 "sum_tree",
 7601 "taffy",
 7602 "thiserror 2.0.17",
 7603 "ttf-parser 0.25.1",
 7604 "unicode-segmentation",
 7605 "url",
 7606 "usvg",
 7607 "util_macros",
 7608 "uuid",
 7609 "waker-fn",
 7610 "wasm-bindgen",
 7611 "web-time",
 7612 "windows 0.61.3",
 7613 "zed-font-kit",
 7614 "zed-scap",
 7615]
 7616
 7617[[package]]
 7618name = "gpui_linux"
 7619version = "0.1.0"
 7620dependencies = [
 7621 "anyhow",
 7622 "as-raw-xcb-connection",
 7623 "ashpd",
 7624 "bitflags 2.10.0",
 7625 "bytemuck",
 7626 "calloop",
 7627 "calloop-wayland-source",
 7628 "collections",
 7629 "filedescriptor",
 7630 "futures 0.3.32",
 7631 "gpui",
 7632 "gpui_wgpu",
 7633 "http_client",
 7634 "itertools 0.14.0",
 7635 "libc",
 7636 "log",
 7637 "oo7",
 7638 "open",
 7639 "parking_lot",
 7640 "pathfinder_geometry",
 7641 "pollster 0.4.0",
 7642 "profiling",
 7643 "raw-window-handle",
 7644 "smallvec",
 7645 "smol",
 7646 "strum 0.27.2",
 7647 "swash",
 7648 "url",
 7649 "util",
 7650 "uuid",
 7651 "wayland-backend",
 7652 "wayland-client",
 7653 "wayland-cursor",
 7654 "wayland-protocols",
 7655 "wayland-protocols-plasma",
 7656 "wayland-protocols-wlr",
 7657 "x11-clipboard",
 7658 "x11rb",
 7659 "xkbcommon",
 7660 "zed-scap",
 7661 "zed-xim",
 7662]
 7663
 7664[[package]]
 7665name = "gpui_macos"
 7666version = "0.1.0"
 7667dependencies = [
 7668 "anyhow",
 7669 "async-task",
 7670 "block",
 7671 "cbindgen",
 7672 "cocoa 0.26.0",
 7673 "collections",
 7674 "core-foundation 0.10.0",
 7675 "core-foundation-sys",
 7676 "core-graphics 0.24.0",
 7677 "core-text",
 7678 "core-video",
 7679 "ctor",
 7680 "derive_more",
 7681 "dispatch2",
 7682 "etagere",
 7683 "foreign-types 0.5.0",
 7684 "futures 0.3.32",
 7685 "gpui",
 7686 "image",
 7687 "itertools 0.14.0",
 7688 "libc",
 7689 "log",
 7690 "mach2 0.5.0",
 7691 "media",
 7692 "metal",
 7693 "objc",
 7694 "objc2-app-kit",
 7695 "parking_lot",
 7696 "pathfinder_geometry",
 7697 "raw-window-handle",
 7698 "semver",
 7699 "smallvec",
 7700 "strum 0.27.2",
 7701 "util",
 7702 "uuid",
 7703 "zed-font-kit",
 7704]
 7705
 7706[[package]]
 7707name = "gpui_macros"
 7708version = "0.1.0"
 7709dependencies = [
 7710 "gpui",
 7711 "heck 0.5.0",
 7712 "proc-macro2",
 7713 "quote",
 7714 "syn 2.0.117",
 7715]
 7716
 7717[[package]]
 7718name = "gpui_platform"
 7719version = "0.1.0"
 7720dependencies = [
 7721 "console_error_panic_hook",
 7722 "gpui",
 7723 "gpui_linux",
 7724 "gpui_macos",
 7725 "gpui_web",
 7726 "gpui_windows",
 7727]
 7728
 7729[[package]]
 7730name = "gpui_shared_string"
 7731version = "0.1.0"
 7732dependencies = [
 7733 "derive_more",
 7734 "gpui_util",
 7735 "schemars",
 7736 "serde",
 7737]
 7738
 7739[[package]]
 7740name = "gpui_tokio"
 7741version = "0.1.0"
 7742dependencies = [
 7743 "anyhow",
 7744 "gpui",
 7745 "tokio",
 7746 "util",
 7747]
 7748
 7749[[package]]
 7750name = "gpui_util"
 7751version = "0.1.0"
 7752dependencies = [
 7753 "anyhow",
 7754 "log",
 7755]
 7756
 7757[[package]]
 7758name = "gpui_web"
 7759version = "0.1.0"
 7760dependencies = [
 7761 "anyhow",
 7762 "console_error_panic_hook",
 7763 "futures 0.3.32",
 7764 "gpui",
 7765 "gpui_wgpu",
 7766 "http_client",
 7767 "js-sys",
 7768 "log",
 7769 "parking_lot",
 7770 "raw-window-handle",
 7771 "smallvec",
 7772 "uuid",
 7773 "wasm-bindgen",
 7774 "wasm-bindgen-futures",
 7775 "wasm_thread",
 7776 "web-sys",
 7777 "web-time",
 7778]
 7779
 7780[[package]]
 7781name = "gpui_wgpu"
 7782version = "0.1.0"
 7783dependencies = [
 7784 "anyhow",
 7785 "bytemuck",
 7786 "collections",
 7787 "cosmic-text",
 7788 "etagere",
 7789 "gpui",
 7790 "gpui_util",
 7791 "itertools 0.14.0",
 7792 "js-sys",
 7793 "log",
 7794 "parking_lot",
 7795 "pollster 0.4.0",
 7796 "profiling",
 7797 "raw-window-handle",
 7798 "smallvec",
 7799 "swash",
 7800 "wasm-bindgen",
 7801 "wasm-bindgen-futures",
 7802 "web-sys",
 7803 "wgpu",
 7804 "zed-font-kit",
 7805]
 7806
 7807[[package]]
 7808name = "gpui_windows"
 7809version = "0.1.0"
 7810dependencies = [
 7811 "anyhow",
 7812 "collections",
 7813 "etagere",
 7814 "futures 0.3.32",
 7815 "gpui",
 7816 "image",
 7817 "itertools 0.14.0",
 7818 "log",
 7819 "parking_lot",
 7820 "rand 0.9.2",
 7821 "raw-window-handle",
 7822 "smallvec",
 7823 "util",
 7824 "uuid",
 7825 "windows 0.61.3",
 7826 "windows-core 0.61.2",
 7827 "windows-numerics 0.2.0",
 7828 "windows-registry 0.5.3",
 7829 "zed-scap",
 7830]
 7831
 7832[[package]]
 7833name = "grammars"
 7834version = "0.1.0"
 7835dependencies = [
 7836 "anyhow",
 7837 "language_core",
 7838 "rust-embed",
 7839 "toml 0.8.23",
 7840 "tree-sitter",
 7841 "tree-sitter-bash",
 7842 "tree-sitter-c",
 7843 "tree-sitter-cpp",
 7844 "tree-sitter-css",
 7845 "tree-sitter-diff",
 7846 "tree-sitter-gitcommit",
 7847 "tree-sitter-go",
 7848 "tree-sitter-gomod",
 7849 "tree-sitter-gowork",
 7850 "tree-sitter-jsdoc",
 7851 "tree-sitter-json",
 7852 "tree-sitter-md",
 7853 "tree-sitter-python",
 7854 "tree-sitter-regex",
 7855 "tree-sitter-rust",
 7856 "tree-sitter-typescript",
 7857 "tree-sitter-yaml",
 7858 "util",
 7859]
 7860
 7861[[package]]
 7862name = "grid"
 7863version = "0.18.0"
 7864source = "registry+https://github.com/rust-lang/crates.io-index"
 7865checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7866
 7867[[package]]
 7868name = "group"
 7869version = "0.12.1"
 7870source = "registry+https://github.com/rust-lang/crates.io-index"
 7871checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7872dependencies = [
 7873 "ff",
 7874 "rand_core 0.6.4",
 7875 "subtle",
 7876]
 7877
 7878[[package]]
 7879name = "h2"
 7880version = "0.3.27"
 7881source = "registry+https://github.com/rust-lang/crates.io-index"
 7882checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7883dependencies = [
 7884 "bytes 1.11.1",
 7885 "fnv",
 7886 "futures-core",
 7887 "futures-sink",
 7888 "futures-util",
 7889 "http 0.2.12",
 7890 "indexmap",
 7891 "slab",
 7892 "tokio",
 7893 "tokio-util",
 7894 "tracing",
 7895]
 7896
 7897[[package]]
 7898name = "h2"
 7899version = "0.4.12"
 7900source = "registry+https://github.com/rust-lang/crates.io-index"
 7901checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7902dependencies = [
 7903 "atomic-waker",
 7904 "bytes 1.11.1",
 7905 "fnv",
 7906 "futures-core",
 7907 "futures-sink",
 7908 "http 1.3.1",
 7909 "indexmap",
 7910 "slab",
 7911 "tokio",
 7912 "tokio-util",
 7913 "tracing",
 7914]
 7915
 7916[[package]]
 7917name = "half"
 7918version = "2.7.1"
 7919source = "registry+https://github.com/rust-lang/crates.io-index"
 7920checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7921dependencies = [
 7922 "bytemuck",
 7923 "cfg-if",
 7924 "crunchy",
 7925 "num-traits",
 7926 "rand 0.9.2",
 7927 "rand_distr",
 7928 "zerocopy",
 7929]
 7930
 7931[[package]]
 7932name = "handlebars"
 7933version = "4.5.0"
 7934source = "registry+https://github.com/rust-lang/crates.io-index"
 7935checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7936dependencies = [
 7937 "log",
 7938 "pest",
 7939 "pest_derive",
 7940 "rust-embed",
 7941 "serde",
 7942 "serde_json",
 7943 "thiserror 1.0.69",
 7944]
 7945
 7946[[package]]
 7947name = "handlebars"
 7948version = "5.1.2"
 7949source = "registry+https://github.com/rust-lang/crates.io-index"
 7950checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7951dependencies = [
 7952 "log",
 7953 "pest",
 7954 "pest_derive",
 7955 "serde",
 7956 "serde_json",
 7957 "thiserror 1.0.69",
 7958]
 7959
 7960[[package]]
 7961name = "harfrust"
 7962version = "0.5.0"
 7963source = "registry+https://github.com/rust-lang/crates.io-index"
 7964checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7965dependencies = [
 7966 "bitflags 2.10.0",
 7967 "bytemuck",
 7968 "core_maths",
 7969 "read-fonts 0.37.0",
 7970 "smallvec",
 7971]
 7972
 7973[[package]]
 7974name = "hash32"
 7975version = "0.3.1"
 7976source = "registry+https://github.com/rust-lang/crates.io-index"
 7977checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7978dependencies = [
 7979 "byteorder",
 7980]
 7981
 7982[[package]]
 7983name = "hashbrown"
 7984version = "0.12.3"
 7985source = "registry+https://github.com/rust-lang/crates.io-index"
 7986checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7987dependencies = [
 7988 "ahash 0.7.8",
 7989]
 7990
 7991[[package]]
 7992name = "hashbrown"
 7993version = "0.14.5"
 7994source = "registry+https://github.com/rust-lang/crates.io-index"
 7995checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7996dependencies = [
 7997 "ahash 0.8.12",
 7998 "allocator-api2",
 7999]
 8000
 8001[[package]]
 8002name = "hashbrown"
 8003version = "0.15.5"
 8004source = "registry+https://github.com/rust-lang/crates.io-index"
 8005checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8006dependencies = [
 8007 "allocator-api2",
 8008 "equivalent",
 8009 "foldhash 0.1.5",
 8010 "serde",
 8011]
 8012
 8013[[package]]
 8014name = "hashbrown"
 8015version = "0.16.1"
 8016source = "registry+https://github.com/rust-lang/crates.io-index"
 8017checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8018dependencies = [
 8019 "allocator-api2",
 8020 "equivalent",
 8021 "foldhash 0.2.0",
 8022]
 8023
 8024[[package]]
 8025name = "hashlink"
 8026version = "0.8.4"
 8027source = "registry+https://github.com/rust-lang/crates.io-index"
 8028checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8029dependencies = [
 8030 "hashbrown 0.14.5",
 8031]
 8032
 8033[[package]]
 8034name = "hashlink"
 8035version = "0.10.0"
 8036source = "registry+https://github.com/rust-lang/crates.io-index"
 8037checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8038dependencies = [
 8039 "hashbrown 0.15.5",
 8040]
 8041
 8042[[package]]
 8043name = "headers"
 8044version = "0.3.9"
 8045source = "registry+https://github.com/rust-lang/crates.io-index"
 8046checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8047dependencies = [
 8048 "base64 0.21.7",
 8049 "bytes 1.11.1",
 8050 "headers-core",
 8051 "http 0.2.12",
 8052 "httpdate",
 8053 "mime",
 8054 "sha1",
 8055]
 8056
 8057[[package]]
 8058name = "headers-core"
 8059version = "0.2.0"
 8060source = "registry+https://github.com/rust-lang/crates.io-index"
 8061checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8062dependencies = [
 8063 "http 0.2.12",
 8064]
 8065
 8066[[package]]
 8067name = "heapless"
 8068version = "0.9.2"
 8069source = "registry+https://github.com/rust-lang/crates.io-index"
 8070checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8071dependencies = [
 8072 "hash32",
 8073 "stable_deref_trait",
 8074]
 8075
 8076[[package]]
 8077name = "heck"
 8078version = "0.3.3"
 8079source = "registry+https://github.com/rust-lang/crates.io-index"
 8080checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8081dependencies = [
 8082 "unicode-segmentation",
 8083]
 8084
 8085[[package]]
 8086name = "heck"
 8087version = "0.4.1"
 8088source = "registry+https://github.com/rust-lang/crates.io-index"
 8089checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8090dependencies = [
 8091 "unicode-segmentation",
 8092]
 8093
 8094[[package]]
 8095name = "heck"
 8096version = "0.5.0"
 8097source = "registry+https://github.com/rust-lang/crates.io-index"
 8098checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8099
 8100[[package]]
 8101name = "heed"
 8102version = "0.21.0"
 8103source = "registry+https://github.com/rust-lang/crates.io-index"
 8104checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8105dependencies = [
 8106 "bitflags 2.10.0",
 8107 "byteorder",
 8108 "heed-traits",
 8109 "heed-types",
 8110 "libc",
 8111 "lmdb-master-sys",
 8112 "once_cell",
 8113 "page_size",
 8114 "serde",
 8115 "synchronoise",
 8116 "url",
 8117]
 8118
 8119[[package]]
 8120name = "heed-traits"
 8121version = "0.20.0"
 8122source = "registry+https://github.com/rust-lang/crates.io-index"
 8123checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8124
 8125[[package]]
 8126name = "heed-types"
 8127version = "0.21.0"
 8128source = "registry+https://github.com/rust-lang/crates.io-index"
 8129checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8130dependencies = [
 8131 "bincode",
 8132 "byteorder",
 8133 "heed-traits",
 8134 "serde",
 8135 "serde_json",
 8136]
 8137
 8138[[package]]
 8139name = "hermit-abi"
 8140version = "0.5.2"
 8141source = "registry+https://github.com/rust-lang/crates.io-index"
 8142checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8143
 8144[[package]]
 8145name = "hex"
 8146version = "0.4.3"
 8147source = "registry+https://github.com/rust-lang/crates.io-index"
 8148checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8149
 8150[[package]]
 8151name = "hexf-parse"
 8152version = "0.2.1"
 8153source = "registry+https://github.com/rust-lang/crates.io-index"
 8154checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8155
 8156[[package]]
 8157name = "hkdf"
 8158version = "0.12.4"
 8159source = "registry+https://github.com/rust-lang/crates.io-index"
 8160checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8161dependencies = [
 8162 "hmac",
 8163]
 8164
 8165[[package]]
 8166name = "hmac"
 8167version = "0.12.1"
 8168source = "registry+https://github.com/rust-lang/crates.io-index"
 8169checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8170dependencies = [
 8171 "digest",
 8172]
 8173
 8174[[package]]
 8175name = "home"
 8176version = "0.5.11"
 8177source = "registry+https://github.com/rust-lang/crates.io-index"
 8178checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8179dependencies = [
 8180 "windows-sys 0.59.0",
 8181]
 8182
 8183[[package]]
 8184name = "hound"
 8185version = "3.5.1"
 8186source = "registry+https://github.com/rust-lang/crates.io-index"
 8187checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8188
 8189[[package]]
 8190name = "html5ever"
 8191version = "0.27.0"
 8192source = "registry+https://github.com/rust-lang/crates.io-index"
 8193checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8194dependencies = [
 8195 "log",
 8196 "mac",
 8197 "markup5ever 0.12.1",
 8198 "proc-macro2",
 8199 "quote",
 8200 "syn 2.0.117",
 8201]
 8202
 8203[[package]]
 8204name = "html5ever"
 8205version = "0.35.0"
 8206source = "registry+https://github.com/rust-lang/crates.io-index"
 8207checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8208dependencies = [
 8209 "log",
 8210 "markup5ever 0.35.0",
 8211 "match_token",
 8212]
 8213
 8214[[package]]
 8215name = "html_to_markdown"
 8216version = "0.1.0"
 8217dependencies = [
 8218 "anyhow",
 8219 "html5ever 0.27.0",
 8220 "indoc",
 8221 "markup5ever_rcdom",
 8222 "pretty_assertions",
 8223 "regex",
 8224]
 8225
 8226[[package]]
 8227name = "http"
 8228version = "0.2.12"
 8229source = "registry+https://github.com/rust-lang/crates.io-index"
 8230checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8231dependencies = [
 8232 "bytes 1.11.1",
 8233 "fnv",
 8234 "itoa",
 8235]
 8236
 8237[[package]]
 8238name = "http"
 8239version = "1.3.1"
 8240source = "registry+https://github.com/rust-lang/crates.io-index"
 8241checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8242dependencies = [
 8243 "bytes 1.11.1",
 8244 "fnv",
 8245 "itoa",
 8246]
 8247
 8248[[package]]
 8249name = "http-body"
 8250version = "0.4.6"
 8251source = "registry+https://github.com/rust-lang/crates.io-index"
 8252checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8253dependencies = [
 8254 "bytes 1.11.1",
 8255 "http 0.2.12",
 8256 "pin-project-lite",
 8257]
 8258
 8259[[package]]
 8260name = "http-body"
 8261version = "1.0.1"
 8262source = "registry+https://github.com/rust-lang/crates.io-index"
 8263checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8264dependencies = [
 8265 "bytes 1.11.1",
 8266 "http 1.3.1",
 8267]
 8268
 8269[[package]]
 8270name = "http-body-util"
 8271version = "0.1.3"
 8272source = "registry+https://github.com/rust-lang/crates.io-index"
 8273checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8274dependencies = [
 8275 "bytes 1.11.1",
 8276 "futures-core",
 8277 "http 1.3.1",
 8278 "http-body 1.0.1",
 8279 "pin-project-lite",
 8280]
 8281
 8282[[package]]
 8283name = "http-range-header"
 8284version = "0.3.1"
 8285source = "registry+https://github.com/rust-lang/crates.io-index"
 8286checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8287
 8288[[package]]
 8289name = "http_client"
 8290version = "0.1.0"
 8291dependencies = [
 8292 "anyhow",
 8293 "async-compression",
 8294 "async-fs",
 8295 "async-tar",
 8296 "bytes 1.11.1",
 8297 "derive_more",
 8298 "futures 0.3.32",
 8299 "http 1.3.1",
 8300 "http-body 1.0.1",
 8301 "log",
 8302 "parking_lot",
 8303 "serde",
 8304 "serde_json",
 8305 "serde_urlencoded",
 8306 "sha2",
 8307 "tempfile",
 8308 "url",
 8309 "util",
 8310]
 8311
 8312[[package]]
 8313name = "http_client_tls"
 8314version = "0.1.0"
 8315dependencies = [
 8316 "rustls 0.23.33",
 8317 "rustls-platform-verifier",
 8318]
 8319
 8320[[package]]
 8321name = "httparse"
 8322version = "1.10.1"
 8323source = "registry+https://github.com/rust-lang/crates.io-index"
 8324checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8325
 8326[[package]]
 8327name = "httpdate"
 8328version = "1.0.3"
 8329source = "registry+https://github.com/rust-lang/crates.io-index"
 8330checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8331
 8332[[package]]
 8333name = "human_bytes"
 8334version = "0.4.3"
 8335source = "registry+https://github.com/rust-lang/crates.io-index"
 8336checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8337
 8338[[package]]
 8339name = "humantime"
 8340version = "2.3.0"
 8341source = "registry+https://github.com/rust-lang/crates.io-index"
 8342checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8343
 8344[[package]]
 8345name = "hyper"
 8346version = "0.14.32"
 8347source = "registry+https://github.com/rust-lang/crates.io-index"
 8348checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8349dependencies = [
 8350 "bytes 1.11.1",
 8351 "futures-channel",
 8352 "futures-core",
 8353 "futures-util",
 8354 "h2 0.3.27",
 8355 "http 0.2.12",
 8356 "http-body 0.4.6",
 8357 "httparse",
 8358 "httpdate",
 8359 "itoa",
 8360 "pin-project-lite",
 8361 "socket2 0.5.10",
 8362 "tokio",
 8363 "tower-service",
 8364 "tracing",
 8365 "want",
 8366]
 8367
 8368[[package]]
 8369name = "hyper"
 8370version = "1.7.0"
 8371source = "registry+https://github.com/rust-lang/crates.io-index"
 8372checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8373dependencies = [
 8374 "atomic-waker",
 8375 "bytes 1.11.1",
 8376 "futures-channel",
 8377 "futures-core",
 8378 "h2 0.4.12",
 8379 "http 1.3.1",
 8380 "http-body 1.0.1",
 8381 "httparse",
 8382 "itoa",
 8383 "pin-project-lite",
 8384 "pin-utils",
 8385 "smallvec",
 8386 "tokio",
 8387 "want",
 8388]
 8389
 8390[[package]]
 8391name = "hyper-rustls"
 8392version = "0.24.2"
 8393source = "registry+https://github.com/rust-lang/crates.io-index"
 8394checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8395dependencies = [
 8396 "futures-util",
 8397 "http 0.2.12",
 8398 "hyper 0.14.32",
 8399 "log",
 8400 "rustls 0.21.12",
 8401 "rustls-native-certs 0.6.3",
 8402 "tokio",
 8403 "tokio-rustls 0.24.1",
 8404]
 8405
 8406[[package]]
 8407name = "hyper-rustls"
 8408version = "0.27.7"
 8409source = "registry+https://github.com/rust-lang/crates.io-index"
 8410checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8411dependencies = [
 8412 "http 1.3.1",
 8413 "hyper 1.7.0",
 8414 "hyper-util",
 8415 "log",
 8416 "rustls 0.23.33",
 8417 "rustls-native-certs 0.8.2",
 8418 "rustls-pki-types",
 8419 "tokio",
 8420 "tokio-rustls 0.26.2",
 8421 "tower-service",
 8422]
 8423
 8424[[package]]
 8425name = "hyper-timeout"
 8426version = "0.5.2"
 8427source = "registry+https://github.com/rust-lang/crates.io-index"
 8428checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8429dependencies = [
 8430 "hyper 1.7.0",
 8431 "hyper-util",
 8432 "pin-project-lite",
 8433 "tokio",
 8434 "tower-service",
 8435]
 8436
 8437[[package]]
 8438name = "hyper-tls"
 8439version = "0.5.0"
 8440source = "registry+https://github.com/rust-lang/crates.io-index"
 8441checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8442dependencies = [
 8443 "bytes 1.11.1",
 8444 "hyper 0.14.32",
 8445 "native-tls",
 8446 "tokio",
 8447 "tokio-native-tls",
 8448]
 8449
 8450[[package]]
 8451name = "hyper-util"
 8452version = "0.1.17"
 8453source = "registry+https://github.com/rust-lang/crates.io-index"
 8454checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8455dependencies = [
 8456 "base64 0.22.1",
 8457 "bytes 1.11.1",
 8458 "futures-channel",
 8459 "futures-core",
 8460 "futures-util",
 8461 "http 1.3.1",
 8462 "http-body 1.0.1",
 8463 "hyper 1.7.0",
 8464 "ipnet",
 8465 "libc",
 8466 "percent-encoding",
 8467 "pin-project-lite",
 8468 "socket2 0.6.1",
 8469 "tokio",
 8470 "tower-service",
 8471 "tracing",
 8472]
 8473
 8474[[package]]
 8475name = "iana-time-zone"
 8476version = "0.1.64"
 8477source = "registry+https://github.com/rust-lang/crates.io-index"
 8478checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8479dependencies = [
 8480 "android_system_properties",
 8481 "core-foundation-sys",
 8482 "iana-time-zone-haiku",
 8483 "js-sys",
 8484 "log",
 8485 "wasm-bindgen",
 8486 "windows-core 0.62.2",
 8487]
 8488
 8489[[package]]
 8490name = "iana-time-zone-haiku"
 8491version = "0.1.2"
 8492source = "registry+https://github.com/rust-lang/crates.io-index"
 8493checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8494dependencies = [
 8495 "cc",
 8496]
 8497
 8498[[package]]
 8499name = "icons"
 8500version = "0.1.0"
 8501dependencies = [
 8502 "serde",
 8503 "strum 0.27.2",
 8504]
 8505
 8506[[package]]
 8507name = "icu_collections"
 8508version = "2.0.0"
 8509source = "registry+https://github.com/rust-lang/crates.io-index"
 8510checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8511dependencies = [
 8512 "displaydoc",
 8513 "potential_utf",
 8514 "yoke 0.8.0",
 8515 "zerofrom",
 8516 "zerovec",
 8517]
 8518
 8519[[package]]
 8520name = "icu_locale_core"
 8521version = "2.0.0"
 8522source = "registry+https://github.com/rust-lang/crates.io-index"
 8523checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8524dependencies = [
 8525 "displaydoc",
 8526 "litemap",
 8527 "tinystr",
 8528 "writeable",
 8529 "zerovec",
 8530]
 8531
 8532[[package]]
 8533name = "icu_normalizer"
 8534version = "2.0.0"
 8535source = "registry+https://github.com/rust-lang/crates.io-index"
 8536checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8537dependencies = [
 8538 "displaydoc",
 8539 "icu_collections",
 8540 "icu_normalizer_data",
 8541 "icu_properties",
 8542 "icu_provider",
 8543 "smallvec",
 8544 "zerovec",
 8545]
 8546
 8547[[package]]
 8548name = "icu_normalizer_data"
 8549version = "2.0.0"
 8550source = "registry+https://github.com/rust-lang/crates.io-index"
 8551checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8552
 8553[[package]]
 8554name = "icu_properties"
 8555version = "2.0.1"
 8556source = "registry+https://github.com/rust-lang/crates.io-index"
 8557checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8558dependencies = [
 8559 "displaydoc",
 8560 "icu_collections",
 8561 "icu_locale_core",
 8562 "icu_properties_data",
 8563 "icu_provider",
 8564 "potential_utf",
 8565 "zerotrie",
 8566 "zerovec",
 8567]
 8568
 8569[[package]]
 8570name = "icu_properties_data"
 8571version = "2.0.1"
 8572source = "registry+https://github.com/rust-lang/crates.io-index"
 8573checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8574
 8575[[package]]
 8576name = "icu_provider"
 8577version = "2.0.0"
 8578source = "registry+https://github.com/rust-lang/crates.io-index"
 8579checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8580dependencies = [
 8581 "displaydoc",
 8582 "icu_locale_core",
 8583 "stable_deref_trait",
 8584 "tinystr",
 8585 "writeable",
 8586 "yoke 0.8.0",
 8587 "zerofrom",
 8588 "zerotrie",
 8589 "zerovec",
 8590]
 8591
 8592[[package]]
 8593name = "id-arena"
 8594version = "2.2.1"
 8595source = "registry+https://github.com/rust-lang/crates.io-index"
 8596checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8597
 8598[[package]]
 8599name = "ident_case"
 8600version = "1.0.1"
 8601source = "registry+https://github.com/rust-lang/crates.io-index"
 8602checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8603
 8604[[package]]
 8605name = "idna"
 8606version = "1.1.0"
 8607source = "registry+https://github.com/rust-lang/crates.io-index"
 8608checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8609dependencies = [
 8610 "idna_adapter",
 8611 "smallvec",
 8612 "utf8_iter",
 8613]
 8614
 8615[[package]]
 8616name = "idna_adapter"
 8617version = "1.2.1"
 8618source = "registry+https://github.com/rust-lang/crates.io-index"
 8619checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8620dependencies = [
 8621 "icu_normalizer",
 8622 "icu_properties",
 8623]
 8624
 8625[[package]]
 8626name = "ignore"
 8627version = "0.4.24"
 8628source = "registry+https://github.com/rust-lang/crates.io-index"
 8629checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8630dependencies = [
 8631 "crossbeam-deque",
 8632 "globset",
 8633 "log",
 8634 "memchr",
 8635 "regex-automata",
 8636 "same-file",
 8637 "walkdir",
 8638 "winapi-util",
 8639]
 8640
 8641[[package]]
 8642name = "image"
 8643version = "0.25.8"
 8644source = "registry+https://github.com/rust-lang/crates.io-index"
 8645checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8646dependencies = [
 8647 "bytemuck",
 8648 "byteorder-lite",
 8649 "color_quant",
 8650 "exr",
 8651 "gif",
 8652 "image-webp",
 8653 "moxcms",
 8654 "num-traits",
 8655 "png 0.18.0",
 8656 "qoi",
 8657 "ravif",
 8658 "rayon",
 8659 "rgb",
 8660 "tiff",
 8661 "zune-core",
 8662 "zune-jpeg",
 8663]
 8664
 8665[[package]]
 8666name = "image-webp"
 8667version = "0.2.4"
 8668source = "registry+https://github.com/rust-lang/crates.io-index"
 8669checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8670dependencies = [
 8671 "byteorder-lite",
 8672 "quick-error 2.0.1",
 8673]
 8674
 8675[[package]]
 8676name = "image_viewer"
 8677version = "0.1.0"
 8678dependencies = [
 8679 "anyhow",
 8680 "db",
 8681 "editor",
 8682 "file_icons",
 8683 "gpui",
 8684 "language",
 8685 "log",
 8686 "project",
 8687 "serde",
 8688 "settings",
 8689 "theme_settings",
 8690 "ui",
 8691 "util",
 8692 "workspace",
 8693]
 8694
 8695[[package]]
 8696name = "imagesize"
 8697version = "0.13.0"
 8698source = "registry+https://github.com/rust-lang/crates.io-index"
 8699checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8700
 8701[[package]]
 8702name = "imara-diff"
 8703version = "0.1.8"
 8704source = "registry+https://github.com/rust-lang/crates.io-index"
 8705checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8706dependencies = [
 8707 "hashbrown 0.15.5",
 8708]
 8709
 8710[[package]]
 8711name = "imgref"
 8712version = "1.12.0"
 8713source = "registry+https://github.com/rust-lang/crates.io-index"
 8714checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8715
 8716[[package]]
 8717name = "indenter"
 8718version = "0.3.4"
 8719source = "registry+https://github.com/rust-lang/crates.io-index"
 8720checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8721
 8722[[package]]
 8723name = "indexmap"
 8724version = "2.11.4"
 8725source = "registry+https://github.com/rust-lang/crates.io-index"
 8726checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8727dependencies = [
 8728 "equivalent",
 8729 "hashbrown 0.16.1",
 8730 "serde",
 8731 "serde_core",
 8732]
 8733
 8734[[package]]
 8735name = "indoc"
 8736version = "2.0.6"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8739
 8740[[package]]
 8741name = "inherent"
 8742version = "1.0.13"
 8743source = "registry+https://github.com/rust-lang/crates.io-index"
 8744checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8745dependencies = [
 8746 "proc-macro2",
 8747 "quote",
 8748 "syn 2.0.117",
 8749]
 8750
 8751[[package]]
 8752name = "inotify"
 8753version = "0.9.6"
 8754source = "registry+https://github.com/rust-lang/crates.io-index"
 8755checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8756dependencies = [
 8757 "bitflags 1.3.2",
 8758 "inotify-sys",
 8759 "libc",
 8760]
 8761
 8762[[package]]
 8763name = "inotify"
 8764version = "0.11.0"
 8765source = "registry+https://github.com/rust-lang/crates.io-index"
 8766checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8767dependencies = [
 8768 "bitflags 2.10.0",
 8769 "inotify-sys",
 8770 "libc",
 8771]
 8772
 8773[[package]]
 8774name = "inotify-sys"
 8775version = "0.1.5"
 8776source = "registry+https://github.com/rust-lang/crates.io-index"
 8777checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8778dependencies = [
 8779 "libc",
 8780]
 8781
 8782[[package]]
 8783name = "inout"
 8784version = "0.1.4"
 8785source = "registry+https://github.com/rust-lang/crates.io-index"
 8786checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8787dependencies = [
 8788 "block-padding",
 8789 "generic-array",
 8790]
 8791
 8792[[package]]
 8793name = "inspector_ui"
 8794version = "0.1.0"
 8795dependencies = [
 8796 "anyhow",
 8797 "command_palette_hooks",
 8798 "editor",
 8799 "fuzzy",
 8800 "gpui",
 8801 "language",
 8802 "project",
 8803 "serde_json",
 8804 "serde_json_lenient",
 8805 "theme_settings",
 8806 "ui",
 8807 "util",
 8808 "util_macros",
 8809 "workspace",
 8810 "zed_actions",
 8811]
 8812
 8813[[package]]
 8814name = "install_cli"
 8815version = "0.1.0"
 8816dependencies = [
 8817 "anyhow",
 8818 "client",
 8819 "gpui",
 8820 "release_channel",
 8821 "smol",
 8822 "util",
 8823 "workspace",
 8824]
 8825
 8826[[package]]
 8827name = "instant"
 8828version = "0.1.13"
 8829source = "registry+https://github.com/rust-lang/crates.io-index"
 8830checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8831dependencies = [
 8832 "cfg-if",
 8833]
 8834
 8835[[package]]
 8836name = "interpolate_name"
 8837version = "0.2.4"
 8838source = "registry+https://github.com/rust-lang/crates.io-index"
 8839checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8840dependencies = [
 8841 "proc-macro2",
 8842 "quote",
 8843 "syn 2.0.117",
 8844]
 8845
 8846[[package]]
 8847name = "inventory"
 8848version = "0.3.21"
 8849source = "registry+https://github.com/rust-lang/crates.io-index"
 8850checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8851dependencies = [
 8852 "rustversion",
 8853]
 8854
 8855[[package]]
 8856name = "io-extras"
 8857version = "0.18.4"
 8858source = "registry+https://github.com/rust-lang/crates.io-index"
 8859checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8860dependencies = [
 8861 "io-lifetimes",
 8862 "windows-sys 0.59.0",
 8863]
 8864
 8865[[package]]
 8866name = "io-lifetimes"
 8867version = "2.0.4"
 8868source = "registry+https://github.com/rust-lang/crates.io-index"
 8869checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8870
 8871[[package]]
 8872name = "io-surface"
 8873version = "0.16.1"
 8874source = "registry+https://github.com/rust-lang/crates.io-index"
 8875checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8876dependencies = [
 8877 "cgl",
 8878 "core-foundation 0.10.0",
 8879 "core-foundation-sys",
 8880 "leaky-cow",
 8881]
 8882
 8883[[package]]
 8884name = "iovec"
 8885version = "0.1.4"
 8886source = "registry+https://github.com/rust-lang/crates.io-index"
 8887checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8888dependencies = [
 8889 "libc",
 8890]
 8891
 8892[[package]]
 8893name = "ipc-channel"
 8894version = "0.19.0"
 8895source = "registry+https://github.com/rust-lang/crates.io-index"
 8896checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8897dependencies = [
 8898 "bincode",
 8899 "crossbeam-channel",
 8900 "fnv",
 8901 "lazy_static",
 8902 "libc",
 8903 "mio 1.1.0",
 8904 "rand 0.8.5",
 8905 "serde",
 8906 "tempfile",
 8907 "uuid",
 8908 "windows 0.58.0",
 8909]
 8910
 8911[[package]]
 8912name = "ipnet"
 8913version = "2.11.0"
 8914source = "registry+https://github.com/rust-lang/crates.io-index"
 8915checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8916
 8917[[package]]
 8918name = "iri-string"
 8919version = "0.7.8"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8922dependencies = [
 8923 "memchr",
 8924 "serde",
 8925]
 8926
 8927[[package]]
 8928name = "is-docker"
 8929version = "0.2.0"
 8930source = "registry+https://github.com/rust-lang/crates.io-index"
 8931checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8932dependencies = [
 8933 "once_cell",
 8934]
 8935
 8936[[package]]
 8937name = "is-terminal"
 8938version = "0.4.16"
 8939source = "registry+https://github.com/rust-lang/crates.io-index"
 8940checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8941dependencies = [
 8942 "hermit-abi",
 8943 "libc",
 8944 "windows-sys 0.59.0",
 8945]
 8946
 8947[[package]]
 8948name = "is-wsl"
 8949version = "0.4.0"
 8950source = "registry+https://github.com/rust-lang/crates.io-index"
 8951checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8952dependencies = [
 8953 "is-docker",
 8954 "once_cell",
 8955]
 8956
 8957[[package]]
 8958name = "is_executable"
 8959version = "1.0.5"
 8960source = "registry+https://github.com/rust-lang/crates.io-index"
 8961checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8962dependencies = [
 8963 "windows-sys 0.60.2",
 8964]
 8965
 8966[[package]]
 8967name = "is_terminal_polyfill"
 8968version = "1.70.1"
 8969source = "registry+https://github.com/rust-lang/crates.io-index"
 8970checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8971
 8972[[package]]
 8973name = "itertools"
 8974version = "0.10.5"
 8975source = "registry+https://github.com/rust-lang/crates.io-index"
 8976checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8977dependencies = [
 8978 "either",
 8979]
 8980
 8981[[package]]
 8982name = "itertools"
 8983version = "0.11.0"
 8984source = "registry+https://github.com/rust-lang/crates.io-index"
 8985checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8986dependencies = [
 8987 "either",
 8988]
 8989
 8990[[package]]
 8991name = "itertools"
 8992version = "0.12.1"
 8993source = "registry+https://github.com/rust-lang/crates.io-index"
 8994checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8995dependencies = [
 8996 "either",
 8997]
 8998
 8999[[package]]
 9000name = "itertools"
 9001version = "0.14.0"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9004dependencies = [
 9005 "either",
 9006]
 9007
 9008[[package]]
 9009name = "itoa"
 9010version = "1.0.15"
 9011source = "registry+https://github.com/rust-lang/crates.io-index"
 9012checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9013
 9014[[package]]
 9015name = "jiff"
 9016version = "0.2.15"
 9017source = "registry+https://github.com/rust-lang/crates.io-index"
 9018checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9019dependencies = [
 9020 "jiff-static",
 9021 "log",
 9022 "portable-atomic",
 9023 "portable-atomic-util",
 9024 "serde",
 9025]
 9026
 9027[[package]]
 9028name = "jiff-static"
 9029version = "0.2.15"
 9030source = "registry+https://github.com/rust-lang/crates.io-index"
 9031checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9032dependencies = [
 9033 "proc-macro2",
 9034 "quote",
 9035 "syn 2.0.117",
 9036]
 9037
 9038[[package]]
 9039name = "jni"
 9040version = "0.21.1"
 9041source = "registry+https://github.com/rust-lang/crates.io-index"
 9042checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9043dependencies = [
 9044 "cesu8",
 9045 "cfg-if",
 9046 "combine",
 9047 "jni-sys",
 9048 "log",
 9049 "thiserror 1.0.69",
 9050 "walkdir",
 9051 "windows-sys 0.45.0",
 9052]
 9053
 9054[[package]]
 9055name = "jni-sys"
 9056version = "0.3.0"
 9057source = "registry+https://github.com/rust-lang/crates.io-index"
 9058checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9059
 9060[[package]]
 9061name = "jobserver"
 9062version = "0.1.34"
 9063source = "registry+https://github.com/rust-lang/crates.io-index"
 9064checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9065dependencies = [
 9066 "getrandom 0.3.4",
 9067 "libc",
 9068]
 9069
 9070[[package]]
 9071name = "journal"
 9072version = "0.1.0"
 9073dependencies = [
 9074 "anyhow",
 9075 "chrono",
 9076 "editor",
 9077 "gpui",
 9078 "log",
 9079 "serde",
 9080 "settings",
 9081 "shellexpand 2.1.2",
 9082 "workspace",
 9083]
 9084
 9085[[package]]
 9086name = "js-sys"
 9087version = "0.3.90"
 9088source = "registry+https://github.com/rust-lang/crates.io-index"
 9089checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9090dependencies = [
 9091 "once_cell",
 9092 "wasm-bindgen",
 9093]
 9094
 9095[[package]]
 9096name = "json5"
 9097version = "0.4.1"
 9098source = "registry+https://github.com/rust-lang/crates.io-index"
 9099checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9100dependencies = [
 9101 "pest",
 9102 "pest_derive",
 9103 "serde",
 9104]
 9105
 9106[[package]]
 9107name = "json_dotpath"
 9108version = "1.1.0"
 9109source = "registry+https://github.com/rust-lang/crates.io-index"
 9110checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9111dependencies = [
 9112 "serde",
 9113 "serde_derive",
 9114 "serde_json",
 9115 "thiserror 1.0.69",
 9116]
 9117
 9118[[package]]
 9119name = "json_schema_store"
 9120version = "0.1.0"
 9121dependencies = [
 9122 "anyhow",
 9123 "collections",
 9124 "dap",
 9125 "extension",
 9126 "gpui",
 9127 "language",
 9128 "parking_lot",
 9129 "paths",
 9130 "project",
 9131 "schemars",
 9132 "serde",
 9133 "serde_json",
 9134 "settings",
 9135 "snippet_provider",
 9136 "task",
 9137 "theme",
 9138 "util",
 9139]
 9140
 9141[[package]]
 9142name = "jsonschema"
 9143version = "0.37.4"
 9144source = "registry+https://github.com/rust-lang/crates.io-index"
 9145checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9146dependencies = [
 9147 "ahash 0.8.12",
 9148 "bytecount",
 9149 "data-encoding",
 9150 "email_address",
 9151 "fancy-regex 0.16.2",
 9152 "fraction",
 9153 "getrandom 0.3.4",
 9154 "idna",
 9155 "itoa",
 9156 "num-cmp",
 9157 "num-traits",
 9158 "percent-encoding",
 9159 "referencing",
 9160 "regex",
 9161 "regex-syntax",
 9162 "reqwest 0.12.24",
 9163 "serde",
 9164 "serde_json",
 9165 "unicode-general-category",
 9166 "uuid-simd",
 9167]
 9168
 9169[[package]]
 9170name = "jsonwebtoken"
 9171version = "10.3.0"
 9172source = "registry+https://github.com/rust-lang/crates.io-index"
 9173checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9174dependencies = [
 9175 "aws-lc-rs",
 9176 "base64 0.22.1",
 9177 "getrandom 0.2.16",
 9178 "js-sys",
 9179 "pem",
 9180 "serde",
 9181 "serde_json",
 9182 "signature 2.2.0",
 9183 "simple_asn1",
 9184]
 9185
 9186[[package]]
 9187name = "jupyter-protocol"
 9188version = "1.4.0"
 9189source = "registry+https://github.com/rust-lang/crates.io-index"
 9190checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9191dependencies = [
 9192 "async-trait",
 9193 "bytes 1.11.1",
 9194 "chrono",
 9195 "futures 0.3.32",
 9196 "serde",
 9197 "serde_json",
 9198 "thiserror 2.0.17",
 9199 "uuid",
 9200]
 9201
 9202[[package]]
 9203name = "jupyter-websocket-client"
 9204version = "1.0.0"
 9205source = "registry+https://github.com/rust-lang/crates.io-index"
 9206checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9207dependencies = [
 9208 "anyhow",
 9209 "async-trait",
 9210 "async-tungstenite",
 9211 "futures 0.3.32",
 9212 "jupyter-protocol",
 9213 "serde",
 9214 "serde_json",
 9215 "tokio",
 9216 "url",
 9217 "uuid",
 9218]
 9219
 9220[[package]]
 9221name = "keymap_editor"
 9222version = "0.1.0"
 9223dependencies = [
 9224 "anyhow",
 9225 "collections",
 9226 "command_palette",
 9227 "component",
 9228 "db",
 9229 "editor",
 9230 "fs",
 9231 "fuzzy",
 9232 "gpui",
 9233 "itertools 0.14.0",
 9234 "json_schema_store",
 9235 "language",
 9236 "log",
 9237 "menu",
 9238 "notifications",
 9239 "paths",
 9240 "project",
 9241 "search",
 9242 "serde",
 9243 "serde_json",
 9244 "settings",
 9245 "telemetry",
 9246 "tempfile",
 9247 "theme",
 9248 "theme_settings",
 9249 "tree-sitter-json",
 9250 "tree-sitter-rust",
 9251 "ui",
 9252 "ui_input",
 9253 "util",
 9254 "workspace",
 9255 "zed_actions",
 9256]
 9257
 9258[[package]]
 9259name = "khronos-egl"
 9260version = "6.0.0"
 9261source = "registry+https://github.com/rust-lang/crates.io-index"
 9262checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9263dependencies = [
 9264 "libc",
 9265 "libloading",
 9266 "pkg-config",
 9267]
 9268
 9269[[package]]
 9270name = "khronos_api"
 9271version = "3.1.0"
 9272source = "registry+https://github.com/rust-lang/crates.io-index"
 9273checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9274
 9275[[package]]
 9276name = "kqueue"
 9277version = "1.1.1"
 9278source = "registry+https://github.com/rust-lang/crates.io-index"
 9279checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9280dependencies = [
 9281 "kqueue-sys",
 9282 "libc",
 9283]
 9284
 9285[[package]]
 9286name = "kqueue-sys"
 9287version = "1.0.4"
 9288source = "registry+https://github.com/rust-lang/crates.io-index"
 9289checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9290dependencies = [
 9291 "bitflags 1.3.2",
 9292 "libc",
 9293]
 9294
 9295[[package]]
 9296name = "kurbo"
 9297version = "0.11.3"
 9298source = "registry+https://github.com/rust-lang/crates.io-index"
 9299checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9300dependencies = [
 9301 "arrayvec",
 9302 "euclid",
 9303 "smallvec",
 9304]
 9305
 9306[[package]]
 9307name = "kv-log-macro"
 9308version = "1.0.7"
 9309source = "registry+https://github.com/rust-lang/crates.io-index"
 9310checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9311dependencies = [
 9312 "log",
 9313]
 9314
 9315[[package]]
 9316name = "language"
 9317version = "0.1.0"
 9318dependencies = [
 9319 "anyhow",
 9320 "async-trait",
 9321 "clock",
 9322 "collections",
 9323 "criterion",
 9324 "ctor",
 9325 "diffy",
 9326 "ec4rs",
 9327 "encoding_rs",
 9328 "fs",
 9329 "futures 0.3.32",
 9330 "fuzzy",
 9331 "globset",
 9332 "gpui",
 9333 "http_client",
 9334 "imara-diff",
 9335 "indoc",
 9336 "itertools 0.14.0",
 9337 "language_core",
 9338 "log",
 9339 "lsp",
 9340 "parking_lot",
 9341 "postage",
 9342 "pretty_assertions",
 9343 "rand 0.9.2",
 9344 "regex",
 9345 "rpc",
 9346 "semver",
 9347 "serde",
 9348 "serde_json",
 9349 "settings",
 9350 "shellexpand 2.1.2",
 9351 "smallvec",
 9352 "smol",
 9353 "streaming-iterator",
 9354 "strsim",
 9355 "sum_tree",
 9356 "task",
 9357 "text",
 9358 "theme",
 9359 "theme_settings",
 9360 "toml 0.8.23",
 9361 "tracing",
 9362 "tree-sitter",
 9363 "tree-sitter-elixir",
 9364 "tree-sitter-embedded-template",
 9365 "tree-sitter-heex",
 9366 "tree-sitter-html",
 9367 "tree-sitter-json",
 9368 "tree-sitter-md",
 9369 "tree-sitter-python",
 9370 "tree-sitter-ruby",
 9371 "tree-sitter-rust",
 9372 "tree-sitter-typescript",
 9373 "unicase",
 9374 "unindent",
 9375 "util",
 9376 "watch",
 9377 "zlog",
 9378 "ztracing",
 9379]
 9380
 9381[[package]]
 9382name = "language_core"
 9383version = "0.1.0"
 9384dependencies = [
 9385 "anyhow",
 9386 "collections",
 9387 "gpui_shared_string",
 9388 "log",
 9389 "lsp",
 9390 "parking_lot",
 9391 "regex",
 9392 "schemars",
 9393 "serde",
 9394 "serde_json",
 9395 "toml 0.8.23",
 9396 "tree-sitter",
 9397 "util",
 9398]
 9399
 9400[[package]]
 9401name = "language_extension"
 9402version = "0.1.0"
 9403dependencies = [
 9404 "anyhow",
 9405 "async-trait",
 9406 "collections",
 9407 "extension",
 9408 "fs",
 9409 "futures 0.3.32",
 9410 "gpui",
 9411 "language",
 9412 "log",
 9413 "lsp",
 9414 "project",
 9415 "serde",
 9416 "serde_json",
 9417 "tracing",
 9418 "util",
 9419 "ztracing",
 9420]
 9421
 9422[[package]]
 9423name = "language_model"
 9424version = "0.1.0"
 9425dependencies = [
 9426 "anyhow",
 9427 "base64 0.22.1",
 9428 "collections",
 9429 "credentials_provider",
 9430 "env_var",
 9431 "futures 0.3.32",
 9432 "gpui",
 9433 "http_client",
 9434 "icons",
 9435 "image",
 9436 "language_model_core",
 9437 "log",
 9438 "parking_lot",
 9439 "serde",
 9440 "serde_json",
 9441 "thiserror 2.0.17",
 9442 "util",
 9443]
 9444
 9445[[package]]
 9446name = "language_model_core"
 9447version = "0.1.0"
 9448dependencies = [
 9449 "anyhow",
 9450 "cloud_llm_client",
 9451 "futures 0.3.32",
 9452 "gpui_shared_string",
 9453 "http_client",
 9454 "partial-json-fixer",
 9455 "schemars",
 9456 "serde",
 9457 "serde_json",
 9458 "smol",
 9459 "strum 0.27.2",
 9460 "thiserror 2.0.17",
 9461]
 9462
 9463[[package]]
 9464name = "language_models"
 9465version = "0.1.0"
 9466dependencies = [
 9467 "ai_onboarding",
 9468 "anthropic",
 9469 "anyhow",
 9470 "aws-config",
 9471 "aws-credential-types",
 9472 "aws_http_client",
 9473 "base64 0.22.1",
 9474 "bedrock",
 9475 "client",
 9476 "cloud_api_client",
 9477 "cloud_api_types",
 9478 "collections",
 9479 "component",
 9480 "convert_case 0.8.0",
 9481 "copilot",
 9482 "copilot_chat",
 9483 "copilot_ui",
 9484 "credentials_provider",
 9485 "deepseek",
 9486 "extension",
 9487 "extension_host",
 9488 "fs",
 9489 "futures 0.3.32",
 9490 "google_ai",
 9491 "gpui",
 9492 "gpui_tokio",
 9493 "http_client",
 9494 "language",
 9495 "language_model",
 9496 "language_models_cloud",
 9497 "lmstudio",
 9498 "log",
 9499 "menu",
 9500 "mistral",
 9501 "ollama",
 9502 "open_ai",
 9503 "open_router",
 9504 "opencode",
 9505 "pretty_assertions",
 9506 "release_channel",
 9507 "schemars",
 9508 "serde",
 9509 "serde_json",
 9510 "settings",
 9511 "smol",
 9512 "strum 0.27.2",
 9513 "tiktoken-rs",
 9514 "tokio",
 9515 "ui",
 9516 "ui_input",
 9517 "util",
 9518 "vercel",
 9519 "x_ai",
 9520]
 9521
 9522[[package]]
 9523name = "language_models_cloud"
 9524version = "0.1.0"
 9525dependencies = [
 9526 "anthropic",
 9527 "anyhow",
 9528 "cloud_llm_client",
 9529 "futures 0.3.32",
 9530 "google_ai",
 9531 "gpui",
 9532 "http_client",
 9533 "language_model",
 9534 "open_ai",
 9535 "schemars",
 9536 "semver",
 9537 "serde",
 9538 "serde_json",
 9539 "smol",
 9540 "thiserror 2.0.17",
 9541 "x_ai",
 9542]
 9543
 9544[[package]]
 9545name = "language_onboarding"
 9546version = "0.1.0"
 9547dependencies = [
 9548 "db",
 9549 "editor",
 9550 "gpui",
 9551 "project",
 9552 "ui",
 9553 "workspace",
 9554]
 9555
 9556[[package]]
 9557name = "language_selector"
 9558version = "0.1.0"
 9559dependencies = [
 9560 "anyhow",
 9561 "editor",
 9562 "file_icons",
 9563 "fuzzy",
 9564 "gpui",
 9565 "language",
 9566 "open_path_prompt",
 9567 "picker",
 9568 "project",
 9569 "serde_json",
 9570 "settings",
 9571 "ui",
 9572 "util",
 9573 "workspace",
 9574]
 9575
 9576[[package]]
 9577name = "language_tools"
 9578version = "0.1.0"
 9579dependencies = [
 9580 "anyhow",
 9581 "client",
 9582 "collections",
 9583 "command_palette_hooks",
 9584 "edit_prediction",
 9585 "editor",
 9586 "futures 0.3.32",
 9587 "gpui",
 9588 "itertools 0.14.0",
 9589 "language",
 9590 "lsp",
 9591 "menu",
 9592 "project",
 9593 "proto",
 9594 "release_channel",
 9595 "semver",
 9596 "serde_json",
 9597 "settings",
 9598 "sysinfo 0.37.2",
 9599 "telemetry",
 9600 "theme",
 9601 "theme_settings",
 9602 "tree-sitter",
 9603 "ui",
 9604 "util",
 9605 "workspace",
 9606 "zed_actions",
 9607 "zlog",
 9608]
 9609
 9610[[package]]
 9611name = "languages"
 9612version = "0.1.0"
 9613dependencies = [
 9614 "anyhow",
 9615 "async-compression",
 9616 "async-fs",
 9617 "async-tar",
 9618 "async-trait",
 9619 "chrono",
 9620 "collections",
 9621 "fs",
 9622 "futures 0.3.32",
 9623 "globset",
 9624 "gpui",
 9625 "grammars",
 9626 "http_client",
 9627 "itertools 0.14.0",
 9628 "json_schema_store",
 9629 "language",
 9630 "log",
 9631 "lsp",
 9632 "node_runtime",
 9633 "parking_lot",
 9634 "pet",
 9635 "pet-conda",
 9636 "pet-core",
 9637 "pet-fs",
 9638 "pet-poetry",
 9639 "pet-reporter",
 9640 "pet-virtualenv",
 9641 "pretty_assertions",
 9642 "project",
 9643 "regex",
 9644 "rope",
 9645 "semver",
 9646 "serde",
 9647 "serde_json",
 9648 "serde_json_lenient",
 9649 "settings",
 9650 "smallvec",
 9651 "smol",
 9652 "snippet",
 9653 "task",
 9654 "terminal",
 9655 "theme",
 9656 "tree-sitter",
 9657 "tree-sitter-bash",
 9658 "tree-sitter-c",
 9659 "tree-sitter-cpp",
 9660 "tree-sitter-css",
 9661 "tree-sitter-gitcommit",
 9662 "tree-sitter-go",
 9663 "tree-sitter-python",
 9664 "tree-sitter-rust",
 9665 "tree-sitter-typescript",
 9666 "unindent",
 9667 "url",
 9668 "util",
 9669]
 9670
 9671[[package]]
 9672name = "lazy_static"
 9673version = "1.5.0"
 9674source = "registry+https://github.com/rust-lang/crates.io-index"
 9675checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9676dependencies = [
 9677 "spin 0.9.8",
 9678]
 9679
 9680[[package]]
 9681name = "leak"
 9682version = "0.1.2"
 9683source = "registry+https://github.com/rust-lang/crates.io-index"
 9684checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9685
 9686[[package]]
 9687name = "leaky-cow"
 9688version = "0.1.1"
 9689source = "registry+https://github.com/rust-lang/crates.io-index"
 9690checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9691dependencies = [
 9692 "leak",
 9693]
 9694
 9695[[package]]
 9696name = "leb128"
 9697version = "0.2.5"
 9698source = "registry+https://github.com/rust-lang/crates.io-index"
 9699checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9700
 9701[[package]]
 9702name = "leb128fmt"
 9703version = "0.1.0"
 9704source = "registry+https://github.com/rust-lang/crates.io-index"
 9705checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9706
 9707[[package]]
 9708name = "lebe"
 9709version = "0.5.3"
 9710source = "registry+https://github.com/rust-lang/crates.io-index"
 9711checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9712
 9713[[package]]
 9714name = "libbz2-rs-sys"
 9715version = "0.2.2"
 9716source = "registry+https://github.com/rust-lang/crates.io-index"
 9717checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9718
 9719[[package]]
 9720name = "libc"
 9721version = "0.2.182"
 9722source = "registry+https://github.com/rust-lang/crates.io-index"
 9723checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9724
 9725[[package]]
 9726name = "libdbus-sys"
 9727version = "0.2.6"
 9728source = "registry+https://github.com/rust-lang/crates.io-index"
 9729checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9730dependencies = [
 9731 "cc",
 9732 "pkg-config",
 9733]
 9734
 9735[[package]]
 9736name = "libfuzzer-sys"
 9737version = "0.4.10"
 9738source = "registry+https://github.com/rust-lang/crates.io-index"
 9739checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9740dependencies = [
 9741 "arbitrary",
 9742 "cc",
 9743]
 9744
 9745[[package]]
 9746name = "libgit2-sys"
 9747version = "0.18.3+1.9.2"
 9748source = "registry+https://github.com/rust-lang/crates.io-index"
 9749checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9750dependencies = [
 9751 "cc",
 9752 "libc",
 9753 "libz-sys",
 9754 "pkg-config",
 9755]
 9756
 9757[[package]]
 9758name = "libloading"
 9759version = "0.8.9"
 9760source = "registry+https://github.com/rust-lang/crates.io-index"
 9761checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9762dependencies = [
 9763 "cfg-if",
 9764 "windows-link 0.2.1",
 9765]
 9766
 9767[[package]]
 9768name = "libm"
 9769version = "0.2.15"
 9770source = "registry+https://github.com/rust-lang/crates.io-index"
 9771checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9772
 9773[[package]]
 9774name = "libmimalloc-sys"
 9775version = "0.1.44"
 9776source = "registry+https://github.com/rust-lang/crates.io-index"
 9777checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9778dependencies = [
 9779 "cc",
 9780 "libc",
 9781]
 9782
 9783[[package]]
 9784name = "libredox"
 9785version = "0.1.10"
 9786source = "registry+https://github.com/rust-lang/crates.io-index"
 9787checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9788dependencies = [
 9789 "bitflags 2.10.0",
 9790 "libc",
 9791 "redox_syscall 0.5.18",
 9792]
 9793
 9794[[package]]
 9795name = "libsqlite3-sys"
 9796version = "0.30.1"
 9797source = "registry+https://github.com/rust-lang/crates.io-index"
 9798checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9799dependencies = [
 9800 "cc",
 9801 "pkg-config",
 9802 "vcpkg",
 9803]
 9804
 9805[[package]]
 9806name = "libwebrtc"
 9807version = "0.3.26"
 9808source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9809dependencies = [
 9810 "cxx",
 9811 "glib",
 9812 "jni",
 9813 "js-sys",
 9814 "lazy_static",
 9815 "livekit-protocol",
 9816 "livekit-runtime",
 9817 "log",
 9818 "parking_lot",
 9819 "serde",
 9820 "serde_json",
 9821 "thiserror 1.0.69",
 9822 "tokio",
 9823 "wasm-bindgen",
 9824 "wasm-bindgen-futures",
 9825 "web-sys",
 9826 "webrtc-sys",
 9827]
 9828
 9829[[package]]
 9830name = "libz-sys"
 9831version = "1.1.22"
 9832source = "registry+https://github.com/rust-lang/crates.io-index"
 9833checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9834dependencies = [
 9835 "cc",
 9836 "libc",
 9837 "pkg-config",
 9838 "vcpkg",
 9839]
 9840
 9841[[package]]
 9842name = "line_ending_selector"
 9843version = "0.1.0"
 9844dependencies = [
 9845 "editor",
 9846 "gpui",
 9847 "language",
 9848 "picker",
 9849 "project",
 9850 "ui",
 9851 "util",
 9852 "workspace",
 9853]
 9854
 9855[[package]]
 9856name = "linebender_resource_handle"
 9857version = "0.1.1"
 9858source = "registry+https://github.com/rust-lang/crates.io-index"
 9859checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9860
 9861[[package]]
 9862name = "link-cplusplus"
 9863version = "1.0.12"
 9864source = "registry+https://github.com/rust-lang/crates.io-index"
 9865checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9866dependencies = [
 9867 "cc",
 9868]
 9869
 9870[[package]]
 9871name = "linkify"
 9872version = "0.10.0"
 9873source = "registry+https://github.com/rust-lang/crates.io-index"
 9874checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9875dependencies = [
 9876 "memchr",
 9877]
 9878
 9879[[package]]
 9880name = "linux-raw-sys"
 9881version = "0.4.15"
 9882source = "registry+https://github.com/rust-lang/crates.io-index"
 9883checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9884
 9885[[package]]
 9886name = "linux-raw-sys"
 9887version = "0.11.0"
 9888source = "registry+https://github.com/rust-lang/crates.io-index"
 9889checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9890
 9891[[package]]
 9892name = "litemap"
 9893version = "0.8.0"
 9894source = "registry+https://github.com/rust-lang/crates.io-index"
 9895checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9896
 9897[[package]]
 9898name = "litrs"
 9899version = "1.0.0"
 9900source = "registry+https://github.com/rust-lang/crates.io-index"
 9901checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9902
 9903[[package]]
 9904name = "livekit"
 9905version = "0.7.32"
 9906source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9907dependencies = [
 9908 "base64 0.22.1",
 9909 "bmrng",
 9910 "bytes 1.11.1",
 9911 "chrono",
 9912 "futures-util",
 9913 "lazy_static",
 9914 "libloading",
 9915 "libwebrtc",
 9916 "livekit-api",
 9917 "livekit-protocol",
 9918 "livekit-runtime",
 9919 "log",
 9920 "parking_lot",
 9921 "prost 0.12.6",
 9922 "semver",
 9923 "serde",
 9924 "serde_json",
 9925 "thiserror 1.0.69",
 9926 "tokio",
 9927]
 9928
 9929[[package]]
 9930name = "livekit-api"
 9931version = "0.4.14"
 9932source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9933dependencies = [
 9934 "base64 0.21.7",
 9935 "futures-util",
 9936 "http 1.3.1",
 9937 "livekit-protocol",
 9938 "livekit-runtime",
 9939 "log",
 9940 "parking_lot",
 9941 "pbjson-types",
 9942 "prost 0.12.6",
 9943 "rand 0.9.2",
 9944 "reqwest 0.12.24",
 9945 "rustls-native-certs 0.6.3",
 9946 "scopeguard",
 9947 "serde",
 9948 "sha2",
 9949 "thiserror 1.0.69",
 9950 "tokio",
 9951 "tokio-rustls 0.26.2",
 9952 "tokio-tungstenite 0.28.0",
 9953 "url",
 9954]
 9955
 9956[[package]]
 9957name = "livekit-protocol"
 9958version = "0.7.1"
 9959source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9960dependencies = [
 9961 "futures-util",
 9962 "livekit-runtime",
 9963 "parking_lot",
 9964 "pbjson",
 9965 "pbjson-types",
 9966 "prost 0.12.6",
 9967 "serde",
 9968 "thiserror 1.0.69",
 9969 "tokio",
 9970]
 9971
 9972[[package]]
 9973name = "livekit-runtime"
 9974version = "0.4.0"
 9975source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9976dependencies = [
 9977 "tokio",
 9978 "tokio-stream",
 9979]
 9980
 9981[[package]]
 9982name = "livekit_api"
 9983version = "0.1.0"
 9984dependencies = [
 9985 "anyhow",
 9986 "async-trait",
 9987 "jsonwebtoken",
 9988 "log",
 9989 "prost 0.9.0",
 9990 "prost-build 0.9.0",
 9991 "prost-types 0.9.0",
 9992 "serde",
 9993 "zed-reqwest",
 9994]
 9995
 9996[[package]]
 9997name = "livekit_client"
 9998version = "0.1.0"
 9999dependencies = [
10000 "anyhow",
10001 "async-trait",
10002 "audio",
10003 "cocoa 0.26.0",
10004 "collections",
10005 "core-foundation 0.10.0",
10006 "core-video",
10007 "coreaudio-rs 0.12.1",
10008 "cpal",
10009 "futures 0.3.32",
10010 "gpui",
10011 "gpui_platform",
10012 "gpui_tokio",
10013 "http_client_tls",
10014 "image",
10015 "libwebrtc",
10016 "livekit",
10017 "livekit_api",
10018 "log",
10019 "nanoid",
10020 "objc",
10021 "parking_lot",
10022 "postage",
10023 "rodio",
10024 "serde",
10025 "serde_json",
10026 "serde_urlencoded",
10027 "settings",
10028 "simplelog",
10029 "smallvec",
10030 "tokio",
10031 "ui",
10032 "util",
10033 "webrtc-sys",
10034 "zed-scap",
10035]
10036
10037[[package]]
10038name = "lmdb-master-sys"
10039version = "0.2.5"
10040source = "registry+https://github.com/rust-lang/crates.io-index"
10041checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10042dependencies = [
10043 "cc",
10044 "doxygen-rs",
10045 "libc",
10046]
10047
10048[[package]]
10049name = "lmstudio"
10050version = "0.1.0"
10051dependencies = [
10052 "anyhow",
10053 "futures 0.3.32",
10054 "http_client",
10055 "schemars",
10056 "serde",
10057 "serde_json",
10058]
10059
10060[[package]]
10061name = "lock_api"
10062version = "0.4.14"
10063source = "registry+https://github.com/rust-lang/crates.io-index"
10064checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10065dependencies = [
10066 "scopeguard",
10067]
10068
10069[[package]]
10070name = "log"
10071version = "0.4.29"
10072source = "registry+https://github.com/rust-lang/crates.io-index"
10073checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10074dependencies = [
10075 "serde_core",
10076 "value-bag",
10077]
10078
10079[[package]]
10080name = "loom"
10081version = "0.7.2"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10084dependencies = [
10085 "cfg-if",
10086 "generator",
10087 "scoped-tls",
10088 "tracing",
10089 "tracing-subscriber",
10090]
10091
10092[[package]]
10093name = "loop9"
10094version = "0.1.5"
10095source = "registry+https://github.com/rust-lang/crates.io-index"
10096checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10097dependencies = [
10098 "imgref",
10099]
10100
10101[[package]]
10102name = "lru"
10103version = "0.12.5"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10106dependencies = [
10107 "hashbrown 0.15.5",
10108]
10109
10110[[package]]
10111name = "lru-slab"
10112version = "0.1.2"
10113source = "registry+https://github.com/rust-lang/crates.io-index"
10114checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10115
10116[[package]]
10117name = "lsp"
10118version = "0.1.0"
10119dependencies = [
10120 "anyhow",
10121 "async-pipe",
10122 "collections",
10123 "ctor",
10124 "futures 0.3.32",
10125 "gpui",
10126 "gpui_util",
10127 "log",
10128 "lsp-types",
10129 "parking_lot",
10130 "postage",
10131 "release_channel",
10132 "schemars",
10133 "semver",
10134 "serde",
10135 "serde_json",
10136 "smol",
10137 "util",
10138 "zlog",
10139]
10140
10141[[package]]
10142name = "lsp-types"
10143version = "0.95.1"
10144source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10145dependencies = [
10146 "bitflags 1.3.2",
10147 "serde",
10148 "serde_json",
10149 "url",
10150]
10151
10152[[package]]
10153name = "lyon"
10154version = "1.0.16"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10157dependencies = [
10158 "lyon_algorithms",
10159 "lyon_extra",
10160 "lyon_tessellation",
10161]
10162
10163[[package]]
10164name = "lyon_algorithms"
10165version = "1.0.16"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10168dependencies = [
10169 "lyon_path",
10170 "num-traits",
10171]
10172
10173[[package]]
10174name = "lyon_extra"
10175version = "1.0.3"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10178dependencies = [
10179 "lyon_path",
10180 "thiserror 1.0.69",
10181]
10182
10183[[package]]
10184name = "lyon_geom"
10185version = "1.0.17"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10188dependencies = [
10189 "arrayvec",
10190 "euclid",
10191 "num-traits",
10192]
10193
10194[[package]]
10195name = "lyon_path"
10196version = "1.0.16"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10199dependencies = [
10200 "lyon_geom",
10201 "num-traits",
10202]
10203
10204[[package]]
10205name = "lyon_tessellation"
10206version = "1.0.16"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10209dependencies = [
10210 "float_next_after",
10211 "lyon_path",
10212 "num-traits",
10213]
10214
10215[[package]]
10216name = "mac"
10217version = "0.1.1"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10220
10221[[package]]
10222name = "mach2"
10223version = "0.4.3"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10226dependencies = [
10227 "libc",
10228]
10229
10230[[package]]
10231name = "mach2"
10232version = "0.5.0"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10235dependencies = [
10236 "libc",
10237]
10238
10239[[package]]
10240name = "malloc_buf"
10241version = "0.0.6"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10244dependencies = [
10245 "libc",
10246]
10247
10248[[package]]
10249name = "maplit"
10250version = "1.0.2"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10253
10254[[package]]
10255name = "markdown"
10256version = "0.1.0"
10257dependencies = [
10258 "anyhow",
10259 "assets",
10260 "base64 0.22.1",
10261 "collections",
10262 "env_logger 0.11.8",
10263 "fs",
10264 "futures 0.3.32",
10265 "gpui",
10266 "gpui_platform",
10267 "html5ever 0.27.0",
10268 "language",
10269 "languages",
10270 "linkify",
10271 "log",
10272 "markup5ever_rcdom",
10273 "mermaid-rs-renderer",
10274 "node_runtime",
10275 "pulldown-cmark 0.13.0",
10276 "settings",
10277 "stacksafe",
10278 "sum_tree",
10279 "theme",
10280 "theme_settings",
10281 "ui",
10282 "util",
10283]
10284
10285[[package]]
10286name = "markdown_preview"
10287version = "0.1.0"
10288dependencies = [
10289 "anyhow",
10290 "editor",
10291 "gpui",
10292 "language",
10293 "log",
10294 "markdown",
10295 "project",
10296 "settings",
10297 "tempfile",
10298 "theme_settings",
10299 "ui",
10300 "urlencoding",
10301 "util",
10302 "workspace",
10303 "zed_actions",
10304]
10305
10306[[package]]
10307name = "markup5ever"
10308version = "0.12.1"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10311dependencies = [
10312 "log",
10313 "phf 0.11.3",
10314 "phf_codegen",
10315 "string_cache",
10316 "string_cache_codegen",
10317 "tendril",
10318]
10319
10320[[package]]
10321name = "markup5ever"
10322version = "0.35.0"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10325dependencies = [
10326 "log",
10327 "tendril",
10328 "web_atoms",
10329]
10330
10331[[package]]
10332name = "markup5ever_rcdom"
10333version = "0.3.0"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10336dependencies = [
10337 "html5ever 0.27.0",
10338 "markup5ever 0.12.1",
10339 "tendril",
10340 "xml5ever",
10341]
10342
10343[[package]]
10344name = "match_token"
10345version = "0.35.0"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10348dependencies = [
10349 "proc-macro2",
10350 "quote",
10351 "syn 2.0.117",
10352]
10353
10354[[package]]
10355name = "matchers"
10356version = "0.2.0"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10359dependencies = [
10360 "regex-automata",
10361]
10362
10363[[package]]
10364name = "matchit"
10365version = "0.7.3"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10368
10369[[package]]
10370name = "maybe-owned"
10371version = "0.3.4"
10372source = "registry+https://github.com/rust-lang/crates.io-index"
10373checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10374
10375[[package]]
10376name = "maybe-rayon"
10377version = "0.1.1"
10378source = "registry+https://github.com/rust-lang/crates.io-index"
10379checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10380dependencies = [
10381 "cfg-if",
10382 "rayon",
10383]
10384
10385[[package]]
10386name = "md-5"
10387version = "0.10.6"
10388source = "registry+https://github.com/rust-lang/crates.io-index"
10389checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10390dependencies = [
10391 "cfg-if",
10392 "digest",
10393]
10394
10395[[package]]
10396name = "mdbook"
10397version = "0.4.40"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10400dependencies = [
10401 "ammonia",
10402 "anyhow",
10403 "chrono",
10404 "clap",
10405 "clap_complete",
10406 "elasticlunr-rs",
10407 "env_logger 0.11.8",
10408 "futures-util",
10409 "handlebars 5.1.2",
10410 "ignore",
10411 "log",
10412 "memchr",
10413 "notify 6.1.1",
10414 "notify-debouncer-mini",
10415 "once_cell",
10416 "opener",
10417 "pathdiff",
10418 "pulldown-cmark 0.10.3",
10419 "regex",
10420 "serde",
10421 "serde_json",
10422 "shlex",
10423 "tempfile",
10424 "tokio",
10425 "toml 0.5.11",
10426 "topological-sort",
10427 "walkdir",
10428 "warp",
10429]
10430
10431[[package]]
10432name = "media"
10433version = "0.1.0"
10434dependencies = [
10435 "anyhow",
10436 "bindgen 0.71.1",
10437 "core-foundation 0.10.0",
10438 "core-video",
10439 "ctor",
10440 "foreign-types 0.5.0",
10441 "metal",
10442 "objc",
10443]
10444
10445[[package]]
10446name = "memchr"
10447version = "2.7.6"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10450
10451[[package]]
10452name = "memfd"
10453version = "0.6.5"
10454source = "registry+https://github.com/rust-lang/crates.io-index"
10455checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10456dependencies = [
10457 "rustix 1.1.2",
10458]
10459
10460[[package]]
10461name = "memmap2"
10462version = "0.9.8"
10463source = "registry+https://github.com/rust-lang/crates.io-index"
10464checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10465dependencies = [
10466 "libc",
10467 "stable_deref_trait",
10468]
10469
10470[[package]]
10471name = "memoffset"
10472version = "0.9.1"
10473source = "registry+https://github.com/rust-lang/crates.io-index"
10474checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10475dependencies = [
10476 "autocfg",
10477]
10478
10479[[package]]
10480name = "menu"
10481version = "0.1.0"
10482dependencies = [
10483 "gpui",
10484]
10485
10486[[package]]
10487name = "merge"
10488version = "0.1.0"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10491dependencies = [
10492 "merge_derive",
10493 "num-traits",
10494]
10495
10496[[package]]
10497name = "merge_derive"
10498version = "0.1.0"
10499source = "registry+https://github.com/rust-lang/crates.io-index"
10500checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10501dependencies = [
10502 "proc-macro-error",
10503 "proc-macro2",
10504 "quote",
10505 "syn 1.0.109",
10506]
10507
10508[[package]]
10509name = "mermaid-rs-renderer"
10510version = "0.2.0"
10511source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10512dependencies = [
10513 "anyhow",
10514 "fontdb 0.16.2",
10515 "json5",
10516 "once_cell",
10517 "regex",
10518 "serde",
10519 "serde_json",
10520 "thiserror 2.0.17",
10521 "ttf-parser 0.20.0",
10522]
10523
10524[[package]]
10525name = "metal"
10526version = "0.33.0"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10529dependencies = [
10530 "bitflags 2.10.0",
10531 "block",
10532 "core-graphics-types 0.2.0",
10533 "foreign-types 0.5.0",
10534 "log",
10535 "objc",
10536 "paste",
10537]
10538
10539[[package]]
10540name = "migrator"
10541version = "0.1.0"
10542dependencies = [
10543 "anyhow",
10544 "collections",
10545 "convert_case 0.8.0",
10546 "log",
10547 "pretty_assertions",
10548 "serde_json",
10549 "serde_json_lenient",
10550 "settings_content",
10551 "settings_json",
10552 "streaming-iterator",
10553 "tree-sitter",
10554 "tree-sitter-json",
10555 "unindent",
10556]
10557
10558[[package]]
10559name = "mimalloc"
10560version = "0.1.48"
10561source = "registry+https://github.com/rust-lang/crates.io-index"
10562checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10563dependencies = [
10564 "libmimalloc-sys",
10565]
10566
10567[[package]]
10568name = "mime"
10569version = "0.3.17"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10572
10573[[package]]
10574name = "mime_guess"
10575version = "2.0.5"
10576source = "registry+https://github.com/rust-lang/crates.io-index"
10577checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10578dependencies = [
10579 "mime",
10580 "unicase",
10581]
10582
10583[[package]]
10584name = "minidump-common"
10585version = "0.26.1"
10586source = "registry+https://github.com/rust-lang/crates.io-index"
10587checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10588dependencies = [
10589 "bitflags 2.10.0",
10590 "debugid",
10591 "num-derive",
10592 "num-traits",
10593 "range-map",
10594 "scroll",
10595 "smart-default",
10596]
10597
10598[[package]]
10599name = "minidump-writer"
10600version = "0.11.0"
10601source = "registry+https://github.com/rust-lang/crates.io-index"
10602checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10603dependencies = [
10604 "bitflags 2.10.0",
10605 "byteorder",
10606 "cfg-if",
10607 "crash-context",
10608 "error-graph",
10609 "failspot",
10610 "goblin",
10611 "libc",
10612 "log",
10613 "mach2 0.4.3",
10614 "memmap2",
10615 "memoffset",
10616 "minidump-common",
10617 "nix 0.29.0",
10618 "procfs-core",
10619 "scroll",
10620 "serde",
10621 "serde_json",
10622 "tempfile",
10623 "thiserror 2.0.17",
10624]
10625
10626[[package]]
10627name = "minidumper"
10628version = "0.9.0"
10629source = "registry+https://github.com/rust-lang/crates.io-index"
10630checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10631dependencies = [
10632 "cfg-if",
10633 "crash-context",
10634 "libc",
10635 "log",
10636 "minidump-writer",
10637 "parking_lot",
10638 "polling",
10639 "scroll",
10640 "thiserror 2.0.17",
10641 "uds",
10642]
10643
10644[[package]]
10645name = "minimal-lexical"
10646version = "0.2.1"
10647source = "registry+https://github.com/rust-lang/crates.io-index"
10648checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10649
10650[[package]]
10651name = "miniprofiler_ui"
10652version = "0.1.0"
10653dependencies = [
10654 "gpui",
10655 "rpc",
10656 "serde_json",
10657 "smol",
10658 "theme_settings",
10659 "util",
10660 "workspace",
10661 "zed_actions",
10662]
10663
10664[[package]]
10665name = "miniz_oxide"
10666version = "0.8.9"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10669dependencies = [
10670 "adler2",
10671 "simd-adler32",
10672]
10673
10674[[package]]
10675name = "mio"
10676version = "0.8.11"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10679dependencies = [
10680 "libc",
10681 "log",
10682 "wasi",
10683 "windows-sys 0.48.0",
10684]
10685
10686[[package]]
10687name = "mio"
10688version = "1.1.0"
10689source = "registry+https://github.com/rust-lang/crates.io-index"
10690checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10691dependencies = [
10692 "libc",
10693 "log",
10694 "wasi",
10695 "windows-sys 0.61.2",
10696]
10697
10698[[package]]
10699name = "miow"
10700version = "0.6.1"
10701source = "registry+https://github.com/rust-lang/crates.io-index"
10702checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10703dependencies = [
10704 "windows-sys 0.61.2",
10705]
10706
10707[[package]]
10708name = "mistral"
10709version = "0.1.0"
10710dependencies = [
10711 "anyhow",
10712 "futures 0.3.32",
10713 "http_client",
10714 "schemars",
10715 "serde",
10716 "serde_json",
10717 "strum 0.27.2",
10718]
10719
10720[[package]]
10721name = "moka"
10722version = "0.12.11"
10723source = "registry+https://github.com/rust-lang/crates.io-index"
10724checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10725dependencies = [
10726 "crossbeam-channel",
10727 "crossbeam-epoch",
10728 "crossbeam-utils",
10729 "equivalent",
10730 "parking_lot",
10731 "portable-atomic",
10732 "rustc_version",
10733 "smallvec",
10734 "tagptr",
10735 "uuid",
10736]
10737
10738[[package]]
10739name = "moxcms"
10740version = "0.7.7"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10743dependencies = [
10744 "num-traits",
10745 "pxfm",
10746]
10747
10748[[package]]
10749name = "msvc_spectre_libs"
10750version = "0.1.3"
10751source = "registry+https://github.com/rust-lang/crates.io-index"
10752checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10753dependencies = [
10754 "cc",
10755]
10756
10757[[package]]
10758name = "multi_buffer"
10759version = "0.1.0"
10760dependencies = [
10761 "anyhow",
10762 "buffer_diff",
10763 "clock",
10764 "collections",
10765 "ctor",
10766 "gpui",
10767 "indoc",
10768 "itertools 0.14.0",
10769 "language",
10770 "log",
10771 "parking_lot",
10772 "pretty_assertions",
10773 "rand 0.9.2",
10774 "rope",
10775 "serde",
10776 "settings",
10777 "smallvec",
10778 "smol",
10779 "sum_tree",
10780 "text",
10781 "theme",
10782 "tracing",
10783 "tree-sitter",
10784 "unicode-segmentation",
10785 "util",
10786 "zlog",
10787 "ztracing",
10788]
10789
10790[[package]]
10791name = "multimap"
10792version = "0.8.3"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10795
10796[[package]]
10797name = "naga"
10798version = "29.0.0"
10799source = "registry+https://github.com/rust-lang/crates.io-index"
10800checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10801dependencies = [
10802 "arrayvec",
10803 "bit-set 0.9.1",
10804 "bitflags 2.10.0",
10805 "cfg-if",
10806 "cfg_aliases 0.2.1",
10807 "codespan-reporting",
10808 "half",
10809 "hashbrown 0.16.1",
10810 "hexf-parse",
10811 "indexmap",
10812 "libm",
10813 "log",
10814 "num-traits",
10815 "once_cell",
10816 "rustc-hash 1.1.0",
10817 "thiserror 2.0.17",
10818 "unicode-ident",
10819]
10820
10821[[package]]
10822name = "naga"
10823version = "29.0.0"
10824source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10825dependencies = [
10826 "arrayvec",
10827 "bit-set 0.9.1",
10828 "bitflags 2.10.0",
10829 "cfg-if",
10830 "cfg_aliases 0.2.1",
10831 "codespan-reporting",
10832 "half",
10833 "hashbrown 0.16.1",
10834 "hexf-parse",
10835 "indexmap",
10836 "libm",
10837 "log",
10838 "num-traits",
10839 "once_cell",
10840 "rustc-hash 1.1.0",
10841 "spirv",
10842 "thiserror 2.0.17",
10843 "unicode-ident",
10844]
10845
10846[[package]]
10847name = "nanoid"
10848version = "0.4.0"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10851dependencies = [
10852 "rand 0.8.5",
10853]
10854
10855[[package]]
10856name = "nanorand"
10857version = "0.7.0"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10860dependencies = [
10861 "getrandom 0.2.16",
10862]
10863
10864[[package]]
10865name = "native-tls"
10866version = "0.2.14"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10869dependencies = [
10870 "libc",
10871 "log",
10872 "openssl",
10873 "openssl-probe",
10874 "openssl-sys",
10875 "schannel",
10876 "security-framework 2.11.1",
10877 "security-framework-sys",
10878 "tempfile",
10879]
10880
10881[[package]]
10882name = "nbformat"
10883version = "1.2.0"
10884source = "registry+https://github.com/rust-lang/crates.io-index"
10885checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10886dependencies = [
10887 "anyhow",
10888 "chrono",
10889 "jupyter-protocol",
10890 "serde",
10891 "serde_json",
10892 "thiserror 1.0.69",
10893 "uuid",
10894]
10895
10896[[package]]
10897name = "nc"
10898version = "0.1.0"
10899dependencies = [
10900 "anyhow",
10901 "futures 0.3.32",
10902 "net",
10903 "smol",
10904]
10905
10906[[package]]
10907name = "ndk"
10908version = "0.9.0"
10909source = "registry+https://github.com/rust-lang/crates.io-index"
10910checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10911dependencies = [
10912 "bitflags 2.10.0",
10913 "jni-sys",
10914 "log",
10915 "ndk-sys",
10916 "num_enum",
10917 "thiserror 1.0.69",
10918]
10919
10920[[package]]
10921name = "ndk-context"
10922version = "0.1.1"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10925
10926[[package]]
10927name = "ndk-sys"
10928version = "0.6.0+11769913"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10931dependencies = [
10932 "jni-sys",
10933]
10934
10935[[package]]
10936name = "net"
10937version = "0.1.0"
10938dependencies = [
10939 "anyhow",
10940 "async-io",
10941 "smol",
10942 "tempfile",
10943 "windows 0.61.3",
10944]
10945
10946[[package]]
10947name = "new_debug_unreachable"
10948version = "1.0.6"
10949source = "registry+https://github.com/rust-lang/crates.io-index"
10950checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10951
10952[[package]]
10953name = "nix"
10954version = "0.28.0"
10955source = "registry+https://github.com/rust-lang/crates.io-index"
10956checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10957dependencies = [
10958 "bitflags 2.10.0",
10959 "cfg-if",
10960 "cfg_aliases 0.1.1",
10961 "libc",
10962]
10963
10964[[package]]
10965name = "nix"
10966version = "0.29.0"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10969dependencies = [
10970 "bitflags 2.10.0",
10971 "cfg-if",
10972 "cfg_aliases 0.2.1",
10973 "libc",
10974]
10975
10976[[package]]
10977name = "nix"
10978version = "0.30.1"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10981dependencies = [
10982 "bitflags 2.10.0",
10983 "cfg-if",
10984 "cfg_aliases 0.2.1",
10985 "libc",
10986]
10987
10988[[package]]
10989name = "node_runtime"
10990version = "0.1.0"
10991dependencies = [
10992 "anyhow",
10993 "async-compression",
10994 "async-std",
10995 "async-tar",
10996 "async-trait",
10997 "futures 0.3.32",
10998 "http_client",
10999 "log",
11000 "paths",
11001 "semver",
11002 "serde",
11003 "serde_json",
11004 "smol",
11005 "util",
11006 "watch",
11007 "which 6.0.3",
11008]
11009
11010[[package]]
11011name = "nom"
11012version = "7.1.3"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11015dependencies = [
11016 "memchr",
11017 "minimal-lexical",
11018]
11019
11020[[package]]
11021name = "nom"
11022version = "8.0.0"
11023source = "registry+https://github.com/rust-lang/crates.io-index"
11024checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11025dependencies = [
11026 "memchr",
11027]
11028
11029[[package]]
11030name = "noop_proc_macro"
11031version = "0.3.0"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11034
11035[[package]]
11036name = "normpath"
11037version = "1.5.0"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11040dependencies = [
11041 "windows-sys 0.61.2",
11042]
11043
11044[[package]]
11045name = "notifications"
11046version = "0.1.0"
11047dependencies = [
11048 "anyhow",
11049 "channel",
11050 "client",
11051 "component",
11052 "db",
11053 "gpui",
11054 "rpc",
11055 "sum_tree",
11056 "time",
11057 "ui",
11058 "util",
11059 "workspace",
11060 "zed_actions",
11061]
11062
11063[[package]]
11064name = "notify"
11065version = "6.1.1"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11068dependencies = [
11069 "bitflags 2.10.0",
11070 "crossbeam-channel",
11071 "filetime",
11072 "fsevent-sys",
11073 "inotify 0.9.6",
11074 "kqueue",
11075 "libc",
11076 "log",
11077 "mio 0.8.11",
11078 "walkdir",
11079 "windows-sys 0.48.0",
11080]
11081
11082[[package]]
11083name = "notify"
11084version = "8.2.0"
11085source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11086dependencies = [
11087 "bitflags 2.10.0",
11088 "fsevent-sys",
11089 "inotify 0.11.0",
11090 "kqueue",
11091 "libc",
11092 "log",
11093 "mio 1.1.0",
11094 "notify-types",
11095 "walkdir",
11096 "windows-sys 0.60.2",
11097]
11098
11099[[package]]
11100name = "notify-debouncer-mini"
11101version = "0.4.1"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11104dependencies = [
11105 "crossbeam-channel",
11106 "log",
11107 "notify 6.1.1",
11108]
11109
11110[[package]]
11111name = "notify-types"
11112version = "2.0.0"
11113source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11114
11115[[package]]
11116name = "ntapi"
11117version = "0.4.1"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11120dependencies = [
11121 "winapi",
11122]
11123
11124[[package]]
11125name = "nu-ansi-term"
11126version = "0.50.3"
11127source = "registry+https://github.com/rust-lang/crates.io-index"
11128checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11129dependencies = [
11130 "windows-sys 0.61.2",
11131]
11132
11133[[package]]
11134name = "nucleo"
11135version = "0.5.0"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11138dependencies = [
11139 "nucleo-matcher",
11140 "parking_lot",
11141 "rayon",
11142]
11143
11144[[package]]
11145name = "nucleo-matcher"
11146version = "0.3.1"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11149dependencies = [
11150 "memchr",
11151 "unicode-segmentation",
11152]
11153
11154[[package]]
11155name = "num"
11156version = "0.4.3"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11159dependencies = [
11160 "num-bigint",
11161 "num-complex",
11162 "num-integer",
11163 "num-iter",
11164 "num-rational",
11165 "num-traits",
11166]
11167
11168[[package]]
11169name = "num-bigint"
11170version = "0.4.6"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11173dependencies = [
11174 "num-integer",
11175 "num-traits",
11176]
11177
11178[[package]]
11179name = "num-bigint-dig"
11180version = "0.8.6"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11183dependencies = [
11184 "lazy_static",
11185 "libm",
11186 "num-integer",
11187 "num-iter",
11188 "num-traits",
11189 "rand 0.8.5",
11190 "smallvec",
11191 "zeroize",
11192]
11193
11194[[package]]
11195name = "num-bigint-dig"
11196version = "0.9.1"
11197source = "registry+https://github.com/rust-lang/crates.io-index"
11198checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11199dependencies = [
11200 "libm",
11201 "num-integer",
11202 "num-iter",
11203 "num-traits",
11204 "once_cell",
11205 "rand 0.9.2",
11206 "serde",
11207 "smallvec",
11208 "zeroize",
11209]
11210
11211[[package]]
11212name = "num-cmp"
11213version = "0.1.0"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11216
11217[[package]]
11218name = "num-complex"
11219version = "0.4.6"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11222dependencies = [
11223 "bytemuck",
11224 "num-traits",
11225]
11226
11227[[package]]
11228name = "num-conv"
11229version = "0.2.0"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11232
11233[[package]]
11234name = "num-derive"
11235version = "0.4.2"
11236source = "registry+https://github.com/rust-lang/crates.io-index"
11237checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11238dependencies = [
11239 "proc-macro2",
11240 "quote",
11241 "syn 2.0.117",
11242]
11243
11244[[package]]
11245name = "num-format"
11246version = "0.4.4"
11247source = "registry+https://github.com/rust-lang/crates.io-index"
11248checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11249dependencies = [
11250 "arrayvec",
11251 "itoa",
11252]
11253
11254[[package]]
11255name = "num-integer"
11256version = "0.1.46"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11259dependencies = [
11260 "num-traits",
11261]
11262
11263[[package]]
11264name = "num-iter"
11265version = "0.1.45"
11266source = "registry+https://github.com/rust-lang/crates.io-index"
11267checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11268dependencies = [
11269 "autocfg",
11270 "num-integer",
11271 "num-traits",
11272]
11273
11274[[package]]
11275name = "num-rational"
11276version = "0.4.2"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11279dependencies = [
11280 "num-bigint",
11281 "num-integer",
11282 "num-traits",
11283]
11284
11285[[package]]
11286name = "num-traits"
11287version = "0.2.19"
11288source = "registry+https://github.com/rust-lang/crates.io-index"
11289checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11290dependencies = [
11291 "autocfg",
11292 "libm",
11293]
11294
11295[[package]]
11296name = "num_cpus"
11297version = "1.17.0"
11298source = "registry+https://github.com/rust-lang/crates.io-index"
11299checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11300dependencies = [
11301 "hermit-abi",
11302 "libc",
11303]
11304
11305[[package]]
11306name = "num_enum"
11307version = "0.7.4"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11310dependencies = [
11311 "num_enum_derive",
11312 "rustversion",
11313]
11314
11315[[package]]
11316name = "num_enum_derive"
11317version = "0.7.4"
11318source = "registry+https://github.com/rust-lang/crates.io-index"
11319checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11320dependencies = [
11321 "proc-macro-crate",
11322 "proc-macro2",
11323 "quote",
11324 "syn 2.0.117",
11325]
11326
11327[[package]]
11328name = "num_threads"
11329version = "0.1.7"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11332dependencies = [
11333 "libc",
11334]
11335
11336[[package]]
11337name = "nvim-rs"
11338version = "0.9.2"
11339source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11340dependencies = [
11341 "async-trait",
11342 "futures 0.3.32",
11343 "log",
11344 "rmp",
11345 "rmpv",
11346 "tokio",
11347 "tokio-util",
11348]
11349
11350[[package]]
11351name = "objc"
11352version = "0.2.7"
11353source = "registry+https://github.com/rust-lang/crates.io-index"
11354checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11355dependencies = [
11356 "malloc_buf",
11357 "objc_exception",
11358]
11359
11360[[package]]
11361name = "objc-foundation"
11362version = "0.1.1"
11363source = "registry+https://github.com/rust-lang/crates.io-index"
11364checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11365dependencies = [
11366 "block",
11367 "objc",
11368 "objc_id",
11369]
11370
11371[[package]]
11372name = "objc2"
11373version = "0.6.3"
11374source = "registry+https://github.com/rust-lang/crates.io-index"
11375checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11376dependencies = [
11377 "objc2-encode",
11378]
11379
11380[[package]]
11381name = "objc2-app-kit"
11382version = "0.3.1"
11383source = "registry+https://github.com/rust-lang/crates.io-index"
11384checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11385dependencies = [
11386 "objc2",
11387 "objc2-foundation",
11388]
11389
11390[[package]]
11391name = "objc2-audio-toolbox"
11392version = "0.3.2"
11393source = "registry+https://github.com/rust-lang/crates.io-index"
11394checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11395dependencies = [
11396 "bitflags 2.10.0",
11397 "libc",
11398 "objc2",
11399 "objc2-core-audio",
11400 "objc2-core-audio-types",
11401 "objc2-core-foundation",
11402 "objc2-foundation",
11403]
11404
11405[[package]]
11406name = "objc2-avf-audio"
11407version = "0.3.2"
11408source = "registry+https://github.com/rust-lang/crates.io-index"
11409checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11410dependencies = [
11411 "objc2",
11412 "objc2-foundation",
11413]
11414
11415[[package]]
11416name = "objc2-core-audio"
11417version = "0.3.2"
11418source = "registry+https://github.com/rust-lang/crates.io-index"
11419checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11420dependencies = [
11421 "dispatch2",
11422 "objc2",
11423 "objc2-core-audio-types",
11424 "objc2-core-foundation",
11425 "objc2-foundation",
11426]
11427
11428[[package]]
11429name = "objc2-core-audio-types"
11430version = "0.3.2"
11431source = "registry+https://github.com/rust-lang/crates.io-index"
11432checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11433dependencies = [
11434 "bitflags 2.10.0",
11435 "objc2",
11436]
11437
11438[[package]]
11439name = "objc2-core-foundation"
11440version = "0.3.2"
11441source = "registry+https://github.com/rust-lang/crates.io-index"
11442checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11443dependencies = [
11444 "bitflags 2.10.0",
11445 "block2",
11446 "dispatch2",
11447 "libc",
11448 "objc2",
11449]
11450
11451[[package]]
11452name = "objc2-encode"
11453version = "4.1.0"
11454source = "registry+https://github.com/rust-lang/crates.io-index"
11455checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11456
11457[[package]]
11458name = "objc2-foundation"
11459version = "0.3.2"
11460source = "registry+https://github.com/rust-lang/crates.io-index"
11461checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11462dependencies = [
11463 "bitflags 2.10.0",
11464 "block2",
11465 "libc",
11466 "objc2",
11467 "objc2-core-foundation",
11468]
11469
11470[[package]]
11471name = "objc2-io-kit"
11472version = "0.3.2"
11473source = "registry+https://github.com/rust-lang/crates.io-index"
11474checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11475dependencies = [
11476 "libc",
11477 "objc2-core-foundation",
11478]
11479
11480[[package]]
11481name = "objc2-metal"
11482version = "0.3.2"
11483source = "registry+https://github.com/rust-lang/crates.io-index"
11484checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11485dependencies = [
11486 "bitflags 2.10.0",
11487 "block2",
11488 "dispatch2",
11489 "objc2",
11490 "objc2-core-foundation",
11491 "objc2-foundation",
11492]
11493
11494[[package]]
11495name = "objc2-quartz-core"
11496version = "0.3.2"
11497source = "registry+https://github.com/rust-lang/crates.io-index"
11498checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11499dependencies = [
11500 "bitflags 2.10.0",
11501 "objc2",
11502 "objc2-core-foundation",
11503 "objc2-foundation",
11504 "objc2-metal",
11505]
11506
11507[[package]]
11508name = "objc_exception"
11509version = "0.1.2"
11510source = "registry+https://github.com/rust-lang/crates.io-index"
11511checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11512dependencies = [
11513 "cc",
11514]
11515
11516[[package]]
11517name = "objc_id"
11518version = "0.1.1"
11519source = "registry+https://github.com/rust-lang/crates.io-index"
11520checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11521dependencies = [
11522 "objc",
11523]
11524
11525[[package]]
11526name = "object"
11527version = "0.37.3"
11528source = "registry+https://github.com/rust-lang/crates.io-index"
11529checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11530dependencies = [
11531 "crc32fast",
11532 "hashbrown 0.15.5",
11533 "indexmap",
11534 "memchr",
11535]
11536
11537[[package]]
11538name = "octocrab"
11539version = "0.49.7"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11542dependencies = [
11543 "arc-swap",
11544 "async-trait",
11545 "base64 0.22.1",
11546 "bytes 1.11.1",
11547 "cargo_metadata 0.23.1",
11548 "cfg-if",
11549 "chrono",
11550 "either",
11551 "futures 0.3.32",
11552 "futures-core",
11553 "futures-util",
11554 "getrandom 0.2.16",
11555 "http 1.3.1",
11556 "http-body 1.0.1",
11557 "http-body-util",
11558 "hyper 1.7.0",
11559 "hyper-rustls 0.27.7",
11560 "hyper-timeout",
11561 "hyper-util",
11562 "jsonwebtoken",
11563 "once_cell",
11564 "percent-encoding",
11565 "pin-project",
11566 "secrecy",
11567 "serde",
11568 "serde_json",
11569 "serde_path_to_error",
11570 "serde_urlencoded",
11571 "snafu",
11572 "tokio",
11573 "tower 0.5.2",
11574 "tower-http 0.6.6",
11575 "url",
11576 "web-time",
11577]
11578
11579[[package]]
11580name = "ollama"
11581version = "0.1.0"
11582dependencies = [
11583 "anyhow",
11584 "futures 0.3.32",
11585 "http_client",
11586 "schemars",
11587 "serde",
11588 "serde_json",
11589 "settings",
11590]
11591
11592[[package]]
11593name = "onboarding"
11594version = "0.1.0"
11595dependencies = [
11596 "anyhow",
11597 "client",
11598 "cloud_api_types",
11599 "collections",
11600 "component",
11601 "db",
11602 "documented",
11603 "fs",
11604 "fuzzy",
11605 "gpui",
11606 "menu",
11607 "notifications",
11608 "picker",
11609 "project",
11610 "schemars",
11611 "serde",
11612 "settings",
11613 "telemetry",
11614 "theme",
11615 "theme_settings",
11616 "ui",
11617 "util",
11618 "vim_mode_setting",
11619 "workspace",
11620 "zed_actions",
11621 "zlog",
11622]
11623
11624[[package]]
11625name = "once_cell"
11626version = "1.21.3"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11629
11630[[package]]
11631name = "once_cell_polyfill"
11632version = "1.70.1"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11635
11636[[package]]
11637name = "oo7"
11638version = "0.6.0"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11641dependencies = [
11642 "aes",
11643 "ashpd",
11644 "async-fs",
11645 "async-io",
11646 "async-lock 3.4.2",
11647 "blocking",
11648 "cbc",
11649 "cipher",
11650 "digest",
11651 "endi",
11652 "futures-lite 2.6.1",
11653 "futures-util",
11654 "getrandom 0.4.1",
11655 "hkdf",
11656 "hmac",
11657 "md-5",
11658 "num",
11659 "num-bigint-dig 0.9.1",
11660 "pbkdf2 0.12.2",
11661 "serde",
11662 "serde_bytes",
11663 "sha2",
11664 "subtle",
11665 "zbus",
11666 "zbus_macros",
11667 "zeroize",
11668 "zvariant",
11669]
11670
11671[[package]]
11672name = "oorandom"
11673version = "11.1.5"
11674source = "registry+https://github.com/rust-lang/crates.io-index"
11675checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11676
11677[[package]]
11678name = "open"
11679version = "5.3.2"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11682dependencies = [
11683 "is-wsl",
11684 "libc",
11685 "pathdiff",
11686]
11687
11688[[package]]
11689name = "open_ai"
11690version = "0.1.0"
11691dependencies = [
11692 "anyhow",
11693 "collections",
11694 "futures 0.3.32",
11695 "http_client",
11696 "language_model_core",
11697 "log",
11698 "pretty_assertions",
11699 "rand 0.9.2",
11700 "schemars",
11701 "serde",
11702 "serde_json",
11703 "strum 0.27.2",
11704 "thiserror 2.0.17",
11705 "tiktoken-rs",
11706]
11707
11708[[package]]
11709name = "open_path_prompt"
11710version = "0.1.0"
11711dependencies = [
11712 "editor",
11713 "file_icons",
11714 "futures 0.3.32",
11715 "fuzzy",
11716 "gpui",
11717 "picker",
11718 "project",
11719 "schemars",
11720 "serde",
11721 "serde_json",
11722 "settings",
11723 "theme",
11724 "theme_settings",
11725 "ui",
11726 "util",
11727 "workspace",
11728]
11729
11730[[package]]
11731name = "open_router"
11732version = "0.1.0"
11733dependencies = [
11734 "anyhow",
11735 "futures 0.3.32",
11736 "http_client",
11737 "language_model_core",
11738 "schemars",
11739 "serde",
11740 "serde_json",
11741 "settings",
11742 "strum 0.27.2",
11743 "thiserror 2.0.17",
11744]
11745
11746[[package]]
11747name = "opencode"
11748version = "0.1.0"
11749dependencies = [
11750 "anyhow",
11751 "futures 0.3.32",
11752 "google_ai",
11753 "http_client",
11754 "schemars",
11755 "serde",
11756 "serde_json",
11757 "strum 0.27.2",
11758]
11759
11760[[package]]
11761name = "opener"
11762version = "0.7.2"
11763source = "registry+https://github.com/rust-lang/crates.io-index"
11764checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11765dependencies = [
11766 "bstr",
11767 "dbus",
11768 "normpath",
11769 "windows-sys 0.59.0",
11770]
11771
11772[[package]]
11773name = "openssl"
11774version = "0.10.74"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11777dependencies = [
11778 "bitflags 2.10.0",
11779 "cfg-if",
11780 "foreign-types 0.3.2",
11781 "libc",
11782 "once_cell",
11783 "openssl-macros",
11784 "openssl-sys",
11785]
11786
11787[[package]]
11788name = "openssl-macros"
11789version = "0.1.1"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11792dependencies = [
11793 "proc-macro2",
11794 "quote",
11795 "syn 2.0.117",
11796]
11797
11798[[package]]
11799name = "openssl-probe"
11800version = "0.1.6"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11803
11804[[package]]
11805name = "openssl-sys"
11806version = "0.9.110"
11807source = "registry+https://github.com/rust-lang/crates.io-index"
11808checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11809dependencies = [
11810 "cc",
11811 "libc",
11812 "pkg-config",
11813 "vcpkg",
11814]
11815
11816[[package]]
11817name = "optfield"
11818version = "0.4.0"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11821dependencies = [
11822 "proc-macro2",
11823 "quote",
11824 "syn 2.0.117",
11825]
11826
11827[[package]]
11828name = "option-ext"
11829version = "0.2.0"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11832
11833[[package]]
11834name = "ordered-float"
11835version = "2.10.1"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11838dependencies = [
11839 "num-traits",
11840]
11841
11842[[package]]
11843name = "ordered-float"
11844version = "4.6.0"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11847dependencies = [
11848 "num-traits",
11849]
11850
11851[[package]]
11852name = "ordered-stream"
11853version = "0.2.0"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11856dependencies = [
11857 "futures-core",
11858 "pin-project-lite",
11859]
11860
11861[[package]]
11862name = "ouroboros"
11863version = "0.18.5"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11866dependencies = [
11867 "aliasable",
11868 "ouroboros_macro",
11869 "static_assertions",
11870]
11871
11872[[package]]
11873name = "ouroboros_macro"
11874version = "0.18.5"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11877dependencies = [
11878 "heck 0.4.1",
11879 "proc-macro2",
11880 "proc-macro2-diagnostics",
11881 "quote",
11882 "syn 2.0.117",
11883]
11884
11885[[package]]
11886name = "outline"
11887version = "0.1.0"
11888dependencies = [
11889 "editor",
11890 "fuzzy",
11891 "gpui",
11892 "indoc",
11893 "language",
11894 "lsp",
11895 "menu",
11896 "ordered-float 2.10.1",
11897 "picker",
11898 "project",
11899 "rope",
11900 "serde_json",
11901 "settings",
11902 "smol",
11903 "theme",
11904 "theme_settings",
11905 "ui",
11906 "util",
11907 "workspace",
11908 "zed_actions",
11909]
11910
11911[[package]]
11912name = "outline_panel"
11913version = "0.1.0"
11914dependencies = [
11915 "anyhow",
11916 "collections",
11917 "db",
11918 "editor",
11919 "file_icons",
11920 "fuzzy",
11921 "gpui",
11922 "itertools 0.14.0",
11923 "language",
11924 "log",
11925 "lsp",
11926 "menu",
11927 "outline",
11928 "pretty_assertions",
11929 "project",
11930 "search",
11931 "serde",
11932 "serde_json",
11933 "settings",
11934 "smallvec",
11935 "smol",
11936 "theme",
11937 "theme_settings",
11938 "ui",
11939 "util",
11940 "workspace",
11941 "worktree",
11942 "zed_actions",
11943]
11944
11945[[package]]
11946name = "outref"
11947version = "0.5.2"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11950
11951[[package]]
11952name = "p256"
11953version = "0.11.1"
11954source = "registry+https://github.com/rust-lang/crates.io-index"
11955checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11956dependencies = [
11957 "ecdsa",
11958 "elliptic-curve",
11959 "sha2",
11960]
11961
11962[[package]]
11963name = "page_size"
11964version = "0.6.0"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11967dependencies = [
11968 "libc",
11969 "winapi",
11970]
11971
11972[[package]]
11973name = "palette"
11974version = "0.7.6"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11977dependencies = [
11978 "approx",
11979 "fast-srgb8",
11980 "palette_derive",
11981]
11982
11983[[package]]
11984name = "palette_derive"
11985version = "0.7.6"
11986source = "registry+https://github.com/rust-lang/crates.io-index"
11987checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11988dependencies = [
11989 "by_address",
11990 "proc-macro2",
11991 "quote",
11992 "syn 2.0.117",
11993]
11994
11995[[package]]
11996name = "panel"
11997version = "0.1.0"
11998dependencies = [
11999 "gpui",
12000 "ui",
12001 "workspace",
12002]
12003
12004[[package]]
12005name = "parking"
12006version = "2.2.1"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12009
12010[[package]]
12011name = "parking_lot"
12012version = "0.12.5"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12015dependencies = [
12016 "lock_api",
12017 "parking_lot_core",
12018]
12019
12020[[package]]
12021name = "parking_lot_core"
12022version = "0.9.12"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12025dependencies = [
12026 "cfg-if",
12027 "libc",
12028 "redox_syscall 0.5.18",
12029 "smallvec",
12030 "windows-link 0.2.1",
12031]
12032
12033[[package]]
12034name = "parse_int"
12035version = "0.9.0"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12038dependencies = [
12039 "num-traits",
12040]
12041
12042[[package]]
12043name = "partial-json-fixer"
12044version = "0.5.3"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12047
12048[[package]]
12049name = "password-hash"
12050version = "0.4.2"
12051source = "registry+https://github.com/rust-lang/crates.io-index"
12052checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12053dependencies = [
12054 "base64ct",
12055 "rand_core 0.6.4",
12056 "subtle",
12057]
12058
12059[[package]]
12060name = "paste"
12061version = "1.0.15"
12062source = "registry+https://github.com/rust-lang/crates.io-index"
12063checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12064
12065[[package]]
12066name = "pathdiff"
12067version = "0.2.3"
12068source = "registry+https://github.com/rust-lang/crates.io-index"
12069checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12070
12071[[package]]
12072name = "pathfinder_geometry"
12073version = "0.5.1"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12076dependencies = [
12077 "log",
12078 "pathfinder_simd",
12079]
12080
12081[[package]]
12082name = "pathfinder_simd"
12083version = "0.5.5"
12084source = "registry+https://github.com/rust-lang/crates.io-index"
12085checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12086dependencies = [
12087 "rustc_version",
12088]
12089
12090[[package]]
12091name = "paths"
12092version = "0.1.0"
12093dependencies = [
12094 "dirs 4.0.0",
12095 "ignore",
12096 "util",
12097]
12098
12099[[package]]
12100name = "pbjson"
12101version = "0.6.0"
12102source = "registry+https://github.com/rust-lang/crates.io-index"
12103checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12104dependencies = [
12105 "base64 0.21.7",
12106 "serde",
12107]
12108
12109[[package]]
12110name = "pbjson-build"
12111version = "0.6.2"
12112source = "registry+https://github.com/rust-lang/crates.io-index"
12113checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12114dependencies = [
12115 "heck 0.4.1",
12116 "itertools 0.11.0",
12117 "prost 0.12.6",
12118 "prost-types 0.12.6",
12119]
12120
12121[[package]]
12122name = "pbjson-types"
12123version = "0.6.0"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12126dependencies = [
12127 "bytes 1.11.1",
12128 "chrono",
12129 "pbjson",
12130 "pbjson-build",
12131 "prost 0.12.6",
12132 "prost-build 0.12.6",
12133 "serde",
12134]
12135
12136[[package]]
12137name = "pbkdf2"
12138version = "0.11.0"
12139source = "registry+https://github.com/rust-lang/crates.io-index"
12140checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12141dependencies = [
12142 "digest",
12143 "hmac",
12144 "password-hash",
12145 "sha2",
12146]
12147
12148[[package]]
12149name = "pbkdf2"
12150version = "0.12.2"
12151source = "registry+https://github.com/rust-lang/crates.io-index"
12152checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12153dependencies = [
12154 "digest",
12155 "hmac",
12156]
12157
12158[[package]]
12159name = "pciid-parser"
12160version = "0.8.0"
12161source = "registry+https://github.com/rust-lang/crates.io-index"
12162checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12163
12164[[package]]
12165name = "peg"
12166version = "0.8.5"
12167source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12169dependencies = [
12170 "peg-macros",
12171 "peg-runtime",
12172]
12173
12174[[package]]
12175name = "peg-macros"
12176version = "0.8.5"
12177source = "registry+https://github.com/rust-lang/crates.io-index"
12178checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12179dependencies = [
12180 "peg-runtime",
12181 "proc-macro2",
12182 "quote",
12183]
12184
12185[[package]]
12186name = "peg-runtime"
12187version = "0.8.5"
12188source = "registry+https://github.com/rust-lang/crates.io-index"
12189checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12190
12191[[package]]
12192name = "pem"
12193version = "3.0.6"
12194source = "registry+https://github.com/rust-lang/crates.io-index"
12195checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12196dependencies = [
12197 "base64 0.22.1",
12198 "serde_core",
12199]
12200
12201[[package]]
12202name = "pem-rfc7468"
12203version = "0.7.0"
12204source = "registry+https://github.com/rust-lang/crates.io-index"
12205checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12206dependencies = [
12207 "base64ct",
12208]
12209
12210[[package]]
12211name = "percent-encoding"
12212version = "2.3.2"
12213source = "registry+https://github.com/rust-lang/crates.io-index"
12214checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12215
12216[[package]]
12217name = "perf"
12218version = "0.1.0"
12219dependencies = [
12220 "collections",
12221 "serde",
12222 "serde_json",
12223]
12224
12225[[package]]
12226name = "pest"
12227version = "2.8.3"
12228source = "registry+https://github.com/rust-lang/crates.io-index"
12229checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12230dependencies = [
12231 "memchr",
12232 "ucd-trie",
12233]
12234
12235[[package]]
12236name = "pest_derive"
12237version = "2.8.3"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12240dependencies = [
12241 "pest",
12242 "pest_generator",
12243]
12244
12245[[package]]
12246name = "pest_generator"
12247version = "2.8.3"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12250dependencies = [
12251 "pest",
12252 "pest_meta",
12253 "proc-macro2",
12254 "quote",
12255 "syn 2.0.117",
12256]
12257
12258[[package]]
12259name = "pest_meta"
12260version = "2.8.3"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12263dependencies = [
12264 "pest",
12265 "sha2",
12266]
12267
12268[[package]]
12269name = "pet"
12270version = "0.1.0"
12271source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12272dependencies = [
12273 "clap",
12274 "env_logger 0.10.2",
12275 "lazy_static",
12276 "log",
12277 "msvc_spectre_libs",
12278 "pet-conda",
12279 "pet-core",
12280 "pet-env-var-path",
12281 "pet-fs",
12282 "pet-global-virtualenvs",
12283 "pet-homebrew",
12284 "pet-jsonrpc",
12285 "pet-linux-global-python",
12286 "pet-mac-commandlinetools",
12287 "pet-mac-python-org",
12288 "pet-mac-xcode",
12289 "pet-pipenv",
12290 "pet-pixi",
12291 "pet-poetry",
12292 "pet-pyenv",
12293 "pet-python-utils",
12294 "pet-reporter",
12295 "pet-telemetry",
12296 "pet-uv",
12297 "pet-venv",
12298 "pet-virtualenv",
12299 "pet-virtualenvwrapper",
12300 "pet-windows-registry",
12301 "pet-windows-store",
12302 "pet-winpython",
12303 "serde",
12304 "serde_json",
12305 "tracing",
12306 "tracing-subscriber",
12307 "winresource",
12308]
12309
12310[[package]]
12311name = "pet-conda"
12312version = "0.1.0"
12313source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12314dependencies = [
12315 "env_logger 0.10.2",
12316 "lazy_static",
12317 "log",
12318 "msvc_spectre_libs",
12319 "pet-core",
12320 "pet-fs",
12321 "pet-python-utils",
12322 "pet-reporter",
12323 "rayon",
12324 "regex",
12325 "serde",
12326 "serde_json",
12327 "yaml-rust2",
12328]
12329
12330[[package]]
12331name = "pet-core"
12332version = "0.1.0"
12333source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12334dependencies = [
12335 "clap",
12336 "lazy_static",
12337 "log",
12338 "msvc_spectre_libs",
12339 "pet-fs",
12340 "regex",
12341 "serde",
12342 "serde_json",
12343]
12344
12345[[package]]
12346name = "pet-env-var-path"
12347version = "0.1.0"
12348source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12349dependencies = [
12350 "lazy_static",
12351 "log",
12352 "msvc_spectre_libs",
12353 "pet-conda",
12354 "pet-core",
12355 "pet-fs",
12356 "pet-python-utils",
12357 "pet-virtualenv",
12358 "regex",
12359]
12360
12361[[package]]
12362name = "pet-fs"
12363version = "0.1.0"
12364source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12365dependencies = [
12366 "glob",
12367 "log",
12368 "msvc_spectre_libs",
12369 "windows-sys 0.59.0",
12370]
12371
12372[[package]]
12373name = "pet-global-virtualenvs"
12374version = "0.1.0"
12375source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12376dependencies = [
12377 "log",
12378 "msvc_spectre_libs",
12379 "pet-conda",
12380 "pet-core",
12381 "pet-fs",
12382 "pet-virtualenv",
12383]
12384
12385[[package]]
12386name = "pet-homebrew"
12387version = "0.1.0"
12388source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12389dependencies = [
12390 "lazy_static",
12391 "log",
12392 "msvc_spectre_libs",
12393 "pet-conda",
12394 "pet-core",
12395 "pet-fs",
12396 "pet-python-utils",
12397 "pet-virtualenv",
12398 "rayon",
12399 "regex",
12400 "serde",
12401 "serde_json",
12402]
12403
12404[[package]]
12405name = "pet-jsonrpc"
12406version = "0.1.0"
12407source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12408dependencies = [
12409 "env_logger 0.10.2",
12410 "log",
12411 "msvc_spectre_libs",
12412 "pet-core",
12413 "serde",
12414 "serde_json",
12415]
12416
12417[[package]]
12418name = "pet-linux-global-python"
12419version = "0.1.0"
12420source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12421dependencies = [
12422 "log",
12423 "msvc_spectre_libs",
12424 "pet-core",
12425 "pet-fs",
12426 "pet-python-utils",
12427 "pet-virtualenv",
12428]
12429
12430[[package]]
12431name = "pet-mac-commandlinetools"
12432version = "0.1.0"
12433source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12434dependencies = [
12435 "log",
12436 "msvc_spectre_libs",
12437 "pet-core",
12438 "pet-fs",
12439 "pet-python-utils",
12440 "pet-virtualenv",
12441]
12442
12443[[package]]
12444name = "pet-mac-python-org"
12445version = "0.1.0"
12446source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12447dependencies = [
12448 "log",
12449 "msvc_spectre_libs",
12450 "pet-core",
12451 "pet-fs",
12452 "pet-python-utils",
12453 "pet-virtualenv",
12454]
12455
12456[[package]]
12457name = "pet-mac-xcode"
12458version = "0.1.0"
12459source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12460dependencies = [
12461 "log",
12462 "msvc_spectre_libs",
12463 "pet-core",
12464 "pet-fs",
12465 "pet-python-utils",
12466 "pet-virtualenv",
12467]
12468
12469[[package]]
12470name = "pet-pipenv"
12471version = "0.1.0"
12472source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12473dependencies = [
12474 "lazy_static",
12475 "log",
12476 "msvc_spectre_libs",
12477 "pet-core",
12478 "pet-fs",
12479 "pet-python-utils",
12480 "pet-virtualenv",
12481 "regex",
12482]
12483
12484[[package]]
12485name = "pet-pixi"
12486version = "0.1.0"
12487source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12488dependencies = [
12489 "log",
12490 "msvc_spectre_libs",
12491 "pet-conda",
12492 "pet-core",
12493 "pet-python-utils",
12494]
12495
12496[[package]]
12497name = "pet-poetry"
12498version = "0.1.0"
12499source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12500dependencies = [
12501 "base64 0.22.1",
12502 "lazy_static",
12503 "log",
12504 "msvc_spectre_libs",
12505 "pet-core",
12506 "pet-fs",
12507 "pet-python-utils",
12508 "pet-reporter",
12509 "pet-virtualenv",
12510 "regex",
12511 "serde",
12512 "serde_json",
12513 "sha2",
12514 "toml 0.8.23",
12515]
12516
12517[[package]]
12518name = "pet-pyenv"
12519version = "0.1.0"
12520source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12521dependencies = [
12522 "lazy_static",
12523 "log",
12524 "msvc_spectre_libs",
12525 "pet-conda",
12526 "pet-core",
12527 "pet-fs",
12528 "pet-python-utils",
12529 "pet-reporter",
12530 "regex",
12531 "serde",
12532 "serde_json",
12533]
12534
12535[[package]]
12536name = "pet-python-utils"
12537version = "0.1.0"
12538source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12539dependencies = [
12540 "env_logger 0.10.2",
12541 "lazy_static",
12542 "log",
12543 "msvc_spectre_libs",
12544 "pet-core",
12545 "pet-fs",
12546 "regex",
12547 "serde",
12548 "serde_json",
12549 "sha2",
12550]
12551
12552[[package]]
12553name = "pet-reporter"
12554version = "0.1.0"
12555source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12556dependencies = [
12557 "env_logger 0.10.2",
12558 "log",
12559 "msvc_spectre_libs",
12560 "pet-core",
12561 "pet-jsonrpc",
12562 "serde",
12563 "serde_json",
12564]
12565
12566[[package]]
12567name = "pet-telemetry"
12568version = "0.1.0"
12569source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12570dependencies = [
12571 "env_logger 0.10.2",
12572 "lazy_static",
12573 "log",
12574 "msvc_spectre_libs",
12575 "pet-core",
12576 "pet-fs",
12577 "pet-python-utils",
12578 "regex",
12579]
12580
12581[[package]]
12582name = "pet-uv"
12583version = "0.1.0"
12584source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12585dependencies = [
12586 "log",
12587 "pet-core",
12588 "pet-python-utils",
12589 "serde",
12590 "toml 0.9.8",
12591]
12592
12593[[package]]
12594name = "pet-venv"
12595version = "0.1.0"
12596source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12597dependencies = [
12598 "log",
12599 "msvc_spectre_libs",
12600 "pet-core",
12601 "pet-python-utils",
12602 "pet-virtualenv",
12603]
12604
12605[[package]]
12606name = "pet-virtualenv"
12607version = "0.1.0"
12608source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12609dependencies = [
12610 "log",
12611 "msvc_spectre_libs",
12612 "pet-core",
12613 "pet-fs",
12614 "pet-python-utils",
12615]
12616
12617[[package]]
12618name = "pet-virtualenvwrapper"
12619version = "0.1.0"
12620source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12621dependencies = [
12622 "log",
12623 "msvc_spectre_libs",
12624 "pet-core",
12625 "pet-fs",
12626 "pet-python-utils",
12627 "pet-virtualenv",
12628]
12629
12630[[package]]
12631name = "pet-windows-registry"
12632version = "0.1.0"
12633source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12634dependencies = [
12635 "lazy_static",
12636 "log",
12637 "msvc_spectre_libs",
12638 "pet-conda",
12639 "pet-core",
12640 "pet-fs",
12641 "pet-python-utils",
12642 "pet-virtualenv",
12643 "pet-windows-store",
12644 "regex",
12645 "winreg 0.55.0",
12646]
12647
12648[[package]]
12649name = "pet-windows-store"
12650version = "0.1.0"
12651source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12652dependencies = [
12653 "lazy_static",
12654 "log",
12655 "msvc_spectre_libs",
12656 "pet-core",
12657 "pet-fs",
12658 "pet-python-utils",
12659 "pet-virtualenv",
12660 "regex",
12661 "winreg 0.55.0",
12662]
12663
12664[[package]]
12665name = "pet-winpython"
12666version = "0.1.0"
12667source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12668dependencies = [
12669 "lazy_static",
12670 "log",
12671 "pet-core",
12672 "pet-fs",
12673 "pet-python-utils",
12674 "pet-virtualenv",
12675 "regex",
12676]
12677
12678[[package]]
12679name = "petgraph"
12680version = "0.6.5"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12683dependencies = [
12684 "fixedbitset 0.4.2",
12685 "indexmap",
12686]
12687
12688[[package]]
12689name = "pgvector"
12690version = "0.4.1"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12693dependencies = [
12694 "serde",
12695]
12696
12697[[package]]
12698name = "phf"
12699version = "0.11.3"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12702dependencies = [
12703 "phf_macros 0.11.3",
12704 "phf_shared 0.11.3",
12705]
12706
12707[[package]]
12708name = "phf"
12709version = "0.12.1"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12712dependencies = [
12713 "phf_macros 0.12.1",
12714 "phf_shared 0.12.1",
12715]
12716
12717[[package]]
12718name = "phf_codegen"
12719version = "0.11.3"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12722dependencies = [
12723 "phf_generator 0.11.3",
12724 "phf_shared 0.11.3",
12725]
12726
12727[[package]]
12728name = "phf_generator"
12729version = "0.11.3"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12732dependencies = [
12733 "phf_shared 0.11.3",
12734 "rand 0.8.5",
12735]
12736
12737[[package]]
12738name = "phf_generator"
12739version = "0.12.1"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12742dependencies = [
12743 "fastrand 2.3.0",
12744 "phf_shared 0.12.1",
12745]
12746
12747[[package]]
12748name = "phf_macros"
12749version = "0.11.3"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12752dependencies = [
12753 "phf_generator 0.11.3",
12754 "phf_shared 0.11.3",
12755 "proc-macro2",
12756 "quote",
12757 "syn 2.0.117",
12758]
12759
12760[[package]]
12761name = "phf_macros"
12762version = "0.12.1"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12765dependencies = [
12766 "phf_generator 0.12.1",
12767 "phf_shared 0.12.1",
12768 "proc-macro2",
12769 "quote",
12770 "syn 2.0.117",
12771]
12772
12773[[package]]
12774name = "phf_shared"
12775version = "0.11.3"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12778dependencies = [
12779 "siphasher 1.0.1",
12780]
12781
12782[[package]]
12783name = "phf_shared"
12784version = "0.12.1"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12787dependencies = [
12788 "siphasher 1.0.1",
12789]
12790
12791[[package]]
12792name = "picker"
12793version = "0.1.0"
12794dependencies = [
12795 "anyhow",
12796 "editor",
12797 "gpui",
12798 "menu",
12799 "schemars",
12800 "serde",
12801 "settings",
12802 "theme",
12803 "theme_settings",
12804 "ui",
12805 "ui_input",
12806 "workspace",
12807 "zed_actions",
12808]
12809
12810[[package]]
12811name = "pico-args"
12812version = "0.5.0"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12815
12816[[package]]
12817name = "pin-project"
12818version = "1.1.10"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12821dependencies = [
12822 "pin-project-internal",
12823]
12824
12825[[package]]
12826name = "pin-project-internal"
12827version = "1.1.10"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12830dependencies = [
12831 "proc-macro2",
12832 "quote",
12833 "syn 2.0.117",
12834]
12835
12836[[package]]
12837name = "pin-project-lite"
12838version = "0.2.16"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12841
12842[[package]]
12843name = "pin-utils"
12844version = "0.1.0"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12847
12848[[package]]
12849name = "piper"
12850version = "0.2.4"
12851source = "registry+https://github.com/rust-lang/crates.io-index"
12852checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12853dependencies = [
12854 "atomic-waker",
12855 "fastrand 2.3.0",
12856 "futures-io",
12857]
12858
12859[[package]]
12860name = "pkcs1"
12861version = "0.7.5"
12862source = "registry+https://github.com/rust-lang/crates.io-index"
12863checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12864dependencies = [
12865 "der 0.7.10",
12866 "pkcs8 0.10.2",
12867 "spki 0.7.3",
12868]
12869
12870[[package]]
12871name = "pkcs8"
12872version = "0.9.0"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12875dependencies = [
12876 "der 0.6.1",
12877 "spki 0.6.0",
12878]
12879
12880[[package]]
12881name = "pkcs8"
12882version = "0.10.2"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12885dependencies = [
12886 "der 0.7.10",
12887 "spki 0.7.3",
12888]
12889
12890[[package]]
12891name = "pkg-config"
12892version = "0.3.32"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12895
12896[[package]]
12897name = "plain"
12898version = "0.2.3"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12901
12902[[package]]
12903name = "platform_title_bar"
12904version = "0.1.0"
12905dependencies = [
12906 "gpui",
12907 "project",
12908 "settings",
12909 "smallvec",
12910 "theme",
12911 "theme_settings",
12912 "ui",
12913 "windows 0.61.3",
12914 "workspace",
12915 "zed_actions",
12916]
12917
12918[[package]]
12919name = "plist"
12920version = "1.8.0"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12923dependencies = [
12924 "base64 0.22.1",
12925 "indexmap",
12926 "quick-xml 0.38.3",
12927 "serde",
12928 "time",
12929]
12930
12931[[package]]
12932name = "plotters"
12933version = "0.3.7"
12934source = "registry+https://github.com/rust-lang/crates.io-index"
12935checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12936dependencies = [
12937 "num-traits",
12938 "plotters-backend",
12939 "plotters-svg",
12940 "wasm-bindgen",
12941 "web-sys",
12942]
12943
12944[[package]]
12945name = "plotters-backend"
12946version = "0.3.7"
12947source = "registry+https://github.com/rust-lang/crates.io-index"
12948checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12949
12950[[package]]
12951name = "plotters-svg"
12952version = "0.3.7"
12953source = "registry+https://github.com/rust-lang/crates.io-index"
12954checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12955dependencies = [
12956 "plotters-backend",
12957]
12958
12959[[package]]
12960name = "png"
12961version = "0.17.16"
12962source = "registry+https://github.com/rust-lang/crates.io-index"
12963checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12964dependencies = [
12965 "bitflags 1.3.2",
12966 "crc32fast",
12967 "fdeflate",
12968 "flate2",
12969 "miniz_oxide",
12970]
12971
12972[[package]]
12973name = "png"
12974version = "0.18.0"
12975source = "registry+https://github.com/rust-lang/crates.io-index"
12976checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12977dependencies = [
12978 "bitflags 2.10.0",
12979 "crc32fast",
12980 "fdeflate",
12981 "flate2",
12982 "miniz_oxide",
12983]
12984
12985[[package]]
12986name = "polling"
12987version = "3.11.0"
12988source = "registry+https://github.com/rust-lang/crates.io-index"
12989checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12990dependencies = [
12991 "cfg-if",
12992 "concurrent-queue",
12993 "hermit-abi",
12994 "pin-project-lite",
12995 "rustix 1.1.2",
12996 "windows-sys 0.61.2",
12997]
12998
12999[[package]]
13000name = "pollster"
13001version = "0.2.5"
13002source = "registry+https://github.com/rust-lang/crates.io-index"
13003checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13004
13005[[package]]
13006name = "pollster"
13007version = "0.4.0"
13008source = "registry+https://github.com/rust-lang/crates.io-index"
13009checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13010
13011[[package]]
13012name = "pori"
13013version = "0.0.0"
13014source = "registry+https://github.com/rust-lang/crates.io-index"
13015checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13016dependencies = [
13017 "nom 7.1.3",
13018]
13019
13020[[package]]
13021name = "portable-atomic"
13022version = "1.11.1"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13025
13026[[package]]
13027name = "portable-atomic-util"
13028version = "0.2.4"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13031dependencies = [
13032 "portable-atomic",
13033]
13034
13035[[package]]
13036name = "portable-pty"
13037version = "0.9.0"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13040dependencies = [
13041 "anyhow",
13042 "bitflags 1.3.2",
13043 "downcast-rs",
13044 "filedescriptor",
13045 "lazy_static",
13046 "libc",
13047 "log",
13048 "nix 0.28.0",
13049 "serial2",
13050 "shared_library",
13051 "shell-words",
13052 "winapi",
13053 "winreg 0.10.1",
13054]
13055
13056[[package]]
13057name = "postage"
13058version = "0.5.0"
13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13061dependencies = [
13062 "atomic",
13063 "crossbeam-queue",
13064 "futures 0.3.32",
13065 "log",
13066 "parking_lot",
13067 "pin-project",
13068 "pollster 0.2.5",
13069 "static_assertions",
13070 "thiserror 1.0.69",
13071]
13072
13073[[package]]
13074name = "postcard"
13075version = "1.1.3"
13076source = "registry+https://github.com/rust-lang/crates.io-index"
13077checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13078dependencies = [
13079 "cobs",
13080 "embedded-io 0.4.0",
13081 "embedded-io 0.6.1",
13082 "serde",
13083]
13084
13085[[package]]
13086name = "potential_utf"
13087version = "0.1.3"
13088source = "registry+https://github.com/rust-lang/crates.io-index"
13089checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13090dependencies = [
13091 "zerovec",
13092]
13093
13094[[package]]
13095name = "powerfmt"
13096version = "0.2.0"
13097source = "registry+https://github.com/rust-lang/crates.io-index"
13098checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13099
13100[[package]]
13101name = "ppv-lite86"
13102version = "0.2.21"
13103source = "registry+https://github.com/rust-lang/crates.io-index"
13104checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13105dependencies = [
13106 "zerocopy",
13107]
13108
13109[[package]]
13110name = "precomputed-hash"
13111version = "0.1.1"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13114
13115[[package]]
13116name = "presser"
13117version = "0.3.1"
13118source = "registry+https://github.com/rust-lang/crates.io-index"
13119checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13120
13121[[package]]
13122name = "prettier"
13123version = "0.1.0"
13124dependencies = [
13125 "anyhow",
13126 "collections",
13127 "fs",
13128 "gpui",
13129 "language",
13130 "log",
13131 "lsp",
13132 "node_runtime",
13133 "parking_lot",
13134 "paths",
13135 "serde",
13136 "serde_json",
13137 "util",
13138]
13139
13140[[package]]
13141name = "pretty_assertions"
13142version = "1.4.1"
13143source = "registry+https://github.com/rust-lang/crates.io-index"
13144checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13145dependencies = [
13146 "diff",
13147 "yansi",
13148]
13149
13150[[package]]
13151name = "prettyplease"
13152version = "0.2.37"
13153source = "registry+https://github.com/rust-lang/crates.io-index"
13154checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13155dependencies = [
13156 "proc-macro2",
13157 "syn 2.0.117",
13158]
13159
13160[[package]]
13161name = "primal-check"
13162version = "0.3.4"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13165dependencies = [
13166 "num-integer",
13167]
13168
13169[[package]]
13170name = "proc-macro-crate"
13171version = "3.4.0"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13174dependencies = [
13175 "toml_edit 0.23.7",
13176]
13177
13178[[package]]
13179name = "proc-macro-error"
13180version = "1.0.4"
13181source = "registry+https://github.com/rust-lang/crates.io-index"
13182checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13183dependencies = [
13184 "proc-macro-error-attr",
13185 "proc-macro2",
13186 "quote",
13187 "syn 1.0.109",
13188 "version_check",
13189]
13190
13191[[package]]
13192name = "proc-macro-error-attr"
13193version = "1.0.4"
13194source = "registry+https://github.com/rust-lang/crates.io-index"
13195checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13196dependencies = [
13197 "proc-macro2",
13198 "quote",
13199 "version_check",
13200]
13201
13202[[package]]
13203name = "proc-macro-error-attr2"
13204version = "2.0.0"
13205source = "registry+https://github.com/rust-lang/crates.io-index"
13206checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13207dependencies = [
13208 "proc-macro2",
13209 "quote",
13210]
13211
13212[[package]]
13213name = "proc-macro-error2"
13214version = "2.0.1"
13215source = "registry+https://github.com/rust-lang/crates.io-index"
13216checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13217dependencies = [
13218 "proc-macro-error-attr2",
13219 "proc-macro2",
13220 "quote",
13221 "syn 2.0.117",
13222]
13223
13224[[package]]
13225name = "proc-macro2"
13226version = "1.0.101"
13227source = "registry+https://github.com/rust-lang/crates.io-index"
13228checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13229dependencies = [
13230 "unicode-ident",
13231]
13232
13233[[package]]
13234name = "proc-macro2-diagnostics"
13235version = "0.10.1"
13236source = "registry+https://github.com/rust-lang/crates.io-index"
13237checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13238dependencies = [
13239 "proc-macro2",
13240 "quote",
13241 "syn 2.0.117",
13242 "version_check",
13243 "yansi",
13244]
13245
13246[[package]]
13247name = "procfs-core"
13248version = "0.17.0"
13249source = "registry+https://github.com/rust-lang/crates.io-index"
13250checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13251dependencies = [
13252 "bitflags 2.10.0",
13253 "hex",
13254 "serde",
13255]
13256
13257[[package]]
13258name = "profiling"
13259version = "1.0.17"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13262dependencies = [
13263 "profiling-procmacros",
13264]
13265
13266[[package]]
13267name = "profiling-procmacros"
13268version = "1.0.17"
13269source = "registry+https://github.com/rust-lang/crates.io-index"
13270checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13271dependencies = [
13272 "quote",
13273 "syn 2.0.117",
13274]
13275
13276[[package]]
13277name = "project"
13278version = "0.1.0"
13279dependencies = [
13280 "aho-corasick",
13281 "anyhow",
13282 "askpass",
13283 "async-trait",
13284 "base64 0.22.1",
13285 "buffer_diff",
13286 "circular-buffer",
13287 "client",
13288 "clock",
13289 "collections",
13290 "context_server",
13291 "credentials_provider",
13292 "dap",
13293 "encoding_rs",
13294 "extension",
13295 "fancy-regex 0.17.0",
13296 "fs",
13297 "futures 0.3.32",
13298 "fuzzy",
13299 "fuzzy_nucleo",
13300 "git",
13301 "git2",
13302 "git_hosting_providers",
13303 "globset",
13304 "gpui",
13305 "http_client",
13306 "image",
13307 "indexmap",
13308 "itertools 0.14.0",
13309 "language",
13310 "log",
13311 "lsp",
13312 "markdown",
13313 "node_runtime",
13314 "parking_lot",
13315 "paths",
13316 "percent-encoding",
13317 "postage",
13318 "prettier",
13319 "pretty_assertions",
13320 "project",
13321 "rand 0.9.2",
13322 "regex",
13323 "release_channel",
13324 "remote",
13325 "rpc",
13326 "schemars",
13327 "semver",
13328 "serde",
13329 "serde_json",
13330 "settings",
13331 "sha2",
13332 "shellexpand 2.1.2",
13333 "smallvec",
13334 "smol",
13335 "snippet",
13336 "snippet_provider",
13337 "sum_tree",
13338 "task",
13339 "tempfile",
13340 "terminal",
13341 "text",
13342 "toml 0.8.23",
13343 "tracing",
13344 "unindent",
13345 "url",
13346 "util",
13347 "watch",
13348 "wax",
13349 "which 6.0.3",
13350 "worktree",
13351 "zed_credentials_provider",
13352 "zeroize",
13353 "zlog",
13354 "ztracing",
13355]
13356
13357[[package]]
13358name = "project_benchmarks"
13359version = "0.1.0"
13360dependencies = [
13361 "anyhow",
13362 "askpass",
13363 "clap",
13364 "client",
13365 "futures 0.3.32",
13366 "gpui",
13367 "gpui_platform",
13368 "http_client",
13369 "language",
13370 "node_runtime",
13371 "project",
13372 "release_channel",
13373 "remote",
13374 "rpassword",
13375 "semver",
13376 "settings",
13377 "watch",
13378]
13379
13380[[package]]
13381name = "project_panel"
13382version = "0.1.0"
13383dependencies = [
13384 "anyhow",
13385 "client",
13386 "collections",
13387 "command_palette_hooks",
13388 "criterion",
13389 "editor",
13390 "feature_flags",
13391 "file_icons",
13392 "git",
13393 "git_ui",
13394 "gpui",
13395 "itertools 0.14.0",
13396 "language",
13397 "menu",
13398 "notifications",
13399 "pretty_assertions",
13400 "project",
13401 "rayon",
13402 "remote_connection",
13403 "schemars",
13404 "search",
13405 "serde",
13406 "serde_json",
13407 "settings",
13408 "smallvec",
13409 "telemetry",
13410 "tempfile",
13411 "theme",
13412 "theme_settings",
13413 "ui",
13414 "util",
13415 "workspace",
13416 "worktree",
13417 "zed_actions",
13418]
13419
13420[[package]]
13421name = "project_symbols"
13422version = "0.1.0"
13423dependencies = [
13424 "anyhow",
13425 "editor",
13426 "futures 0.3.32",
13427 "fuzzy",
13428 "gpui",
13429 "language",
13430 "lsp",
13431 "ordered-float 2.10.1",
13432 "picker",
13433 "project",
13434 "release_channel",
13435 "semver",
13436 "serde_json",
13437 "settings",
13438 "theme",
13439 "theme_settings",
13440 "util",
13441 "workspace",
13442]
13443
13444[[package]]
13445name = "prometheus"
13446version = "0.14.0"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13449dependencies = [
13450 "cfg-if",
13451 "fnv",
13452 "lazy_static",
13453 "memchr",
13454 "parking_lot",
13455 "protobuf",
13456 "thiserror 2.0.17",
13457]
13458
13459[[package]]
13460name = "prompt_store"
13461version = "0.1.0"
13462dependencies = [
13463 "anyhow",
13464 "assets",
13465 "chrono",
13466 "collections",
13467 "fs",
13468 "futures 0.3.32",
13469 "fuzzy",
13470 "gpui",
13471 "handlebars 4.5.0",
13472 "heed",
13473 "language",
13474 "log",
13475 "parking_lot",
13476 "paths",
13477 "rope",
13478 "serde",
13479 "strum 0.27.2",
13480 "tempfile",
13481 "text",
13482 "util",
13483 "uuid",
13484]
13485
13486[[package]]
13487name = "proptest"
13488version = "1.10.0"
13489source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13490dependencies = [
13491 "bit-set 0.8.0",
13492 "bit-vec 0.8.0",
13493 "bitflags 2.10.0",
13494 "num-traits",
13495 "proptest-macro",
13496 "rand 0.9.2",
13497 "rand_chacha 0.9.0",
13498 "rand_xorshift",
13499 "regex-syntax",
13500 "rusty-fork",
13501 "tempfile",
13502 "unarray",
13503]
13504
13505[[package]]
13506name = "proptest-derive"
13507version = "0.8.0"
13508source = "registry+https://github.com/rust-lang/crates.io-index"
13509checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13510dependencies = [
13511 "proc-macro2",
13512 "quote",
13513 "syn 2.0.117",
13514]
13515
13516[[package]]
13517name = "proptest-macro"
13518version = "0.5.0"
13519source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13520dependencies = [
13521 "convert_case 0.11.0",
13522 "proc-macro2",
13523 "quote",
13524 "syn 2.0.117",
13525]
13526
13527[[package]]
13528name = "prost"
13529version = "0.9.0"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13532dependencies = [
13533 "bytes 1.11.1",
13534 "prost-derive 0.9.0",
13535]
13536
13537[[package]]
13538name = "prost"
13539version = "0.12.6"
13540source = "registry+https://github.com/rust-lang/crates.io-index"
13541checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13542dependencies = [
13543 "bytes 1.11.1",
13544 "prost-derive 0.12.6",
13545]
13546
13547[[package]]
13548name = "prost-build"
13549version = "0.9.0"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13552dependencies = [
13553 "bytes 1.11.1",
13554 "heck 0.3.3",
13555 "itertools 0.10.5",
13556 "lazy_static",
13557 "log",
13558 "multimap",
13559 "petgraph",
13560 "prost 0.9.0",
13561 "prost-types 0.9.0",
13562 "regex",
13563 "tempfile",
13564 "which 4.4.2",
13565]
13566
13567[[package]]
13568name = "prost-build"
13569version = "0.12.6"
13570source = "registry+https://github.com/rust-lang/crates.io-index"
13571checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13572dependencies = [
13573 "bytes 1.11.1",
13574 "heck 0.5.0",
13575 "itertools 0.12.1",
13576 "log",
13577 "multimap",
13578 "once_cell",
13579 "petgraph",
13580 "prettyplease",
13581 "prost 0.12.6",
13582 "prost-types 0.12.6",
13583 "regex",
13584 "syn 2.0.117",
13585 "tempfile",
13586]
13587
13588[[package]]
13589name = "prost-derive"
13590version = "0.9.0"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13593dependencies = [
13594 "anyhow",
13595 "itertools 0.10.5",
13596 "proc-macro2",
13597 "quote",
13598 "syn 1.0.109",
13599]
13600
13601[[package]]
13602name = "prost-derive"
13603version = "0.12.6"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13606dependencies = [
13607 "anyhow",
13608 "itertools 0.12.1",
13609 "proc-macro2",
13610 "quote",
13611 "syn 2.0.117",
13612]
13613
13614[[package]]
13615name = "prost-types"
13616version = "0.9.0"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13619dependencies = [
13620 "bytes 1.11.1",
13621 "prost 0.9.0",
13622]
13623
13624[[package]]
13625name = "prost-types"
13626version = "0.12.6"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13629dependencies = [
13630 "prost 0.12.6",
13631]
13632
13633[[package]]
13634name = "proto"
13635version = "0.1.0"
13636dependencies = [
13637 "anyhow",
13638 "prost 0.9.0",
13639 "prost-build 0.9.0",
13640 "serde",
13641]
13642
13643[[package]]
13644name = "protobuf"
13645version = "3.7.2"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13648dependencies = [
13649 "once_cell",
13650 "protobuf-support",
13651 "thiserror 1.0.69",
13652]
13653
13654[[package]]
13655name = "protobuf-support"
13656version = "3.7.2"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13659dependencies = [
13660 "thiserror 1.0.69",
13661]
13662
13663[[package]]
13664name = "psm"
13665version = "0.1.30"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13668dependencies = [
13669 "ar_archive_writer",
13670 "cc",
13671]
13672
13673[[package]]
13674name = "ptr_meta"
13675version = "0.1.4"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13678dependencies = [
13679 "ptr_meta_derive",
13680]
13681
13682[[package]]
13683name = "ptr_meta_derive"
13684version = "0.1.4"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13687dependencies = [
13688 "proc-macro2",
13689 "quote",
13690 "syn 1.0.109",
13691]
13692
13693[[package]]
13694name = "pulldown-cmark"
13695version = "0.10.3"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13698dependencies = [
13699 "bitflags 2.10.0",
13700 "memchr",
13701 "pulldown-cmark-escape",
13702 "unicase",
13703]
13704
13705[[package]]
13706name = "pulldown-cmark"
13707version = "0.13.0"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13710dependencies = [
13711 "bitflags 2.10.0",
13712 "memchr",
13713 "unicase",
13714]
13715
13716[[package]]
13717name = "pulldown-cmark-escape"
13718version = "0.10.1"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13721
13722[[package]]
13723name = "pulley-interpreter"
13724version = "36.0.6"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13727dependencies = [
13728 "cranelift-bitset",
13729 "log",
13730 "pulley-macros",
13731 "wasmtime-internal-math",
13732]
13733
13734[[package]]
13735name = "pulley-macros"
13736version = "36.0.6"
13737source = "registry+https://github.com/rust-lang/crates.io-index"
13738checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13739dependencies = [
13740 "proc-macro2",
13741 "quote",
13742 "syn 2.0.117",
13743]
13744
13745[[package]]
13746name = "pulp"
13747version = "0.18.22"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13750dependencies = [
13751 "bytemuck",
13752 "libm",
13753 "num-complex",
13754 "reborrow",
13755]
13756
13757[[package]]
13758name = "pulp"
13759version = "0.21.5"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13762dependencies = [
13763 "bytemuck",
13764 "cfg-if",
13765 "libm",
13766 "num-complex",
13767 "reborrow",
13768 "version_check",
13769]
13770
13771[[package]]
13772name = "pxfm"
13773version = "0.1.25"
13774source = "registry+https://github.com/rust-lang/crates.io-index"
13775checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13776dependencies = [
13777 "num-traits",
13778]
13779
13780[[package]]
13781name = "qoi"
13782version = "0.4.1"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13785dependencies = [
13786 "bytemuck",
13787]
13788
13789[[package]]
13790name = "quick-error"
13791version = "1.2.3"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13794
13795[[package]]
13796name = "quick-error"
13797version = "2.0.1"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13800
13801[[package]]
13802name = "quick-xml"
13803version = "0.30.0"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13806dependencies = [
13807 "memchr",
13808]
13809
13810[[package]]
13811name = "quick-xml"
13812version = "0.37.5"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13815dependencies = [
13816 "memchr",
13817]
13818
13819[[package]]
13820name = "quick-xml"
13821version = "0.38.3"
13822source = "registry+https://github.com/rust-lang/crates.io-index"
13823checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13824dependencies = [
13825 "memchr",
13826]
13827
13828[[package]]
13829name = "quinn"
13830version = "0.11.9"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13833dependencies = [
13834 "bytes 1.11.1",
13835 "cfg_aliases 0.2.1",
13836 "pin-project-lite",
13837 "quinn-proto",
13838 "quinn-udp",
13839 "rustc-hash 2.1.1",
13840 "rustls 0.23.33",
13841 "socket2 0.6.1",
13842 "thiserror 2.0.17",
13843 "tokio",
13844 "tracing",
13845 "web-time",
13846]
13847
13848[[package]]
13849name = "quinn-proto"
13850version = "0.11.13"
13851source = "registry+https://github.com/rust-lang/crates.io-index"
13852checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13853dependencies = [
13854 "bytes 1.11.1",
13855 "getrandom 0.3.4",
13856 "lru-slab",
13857 "rand 0.9.2",
13858 "ring",
13859 "rustc-hash 2.1.1",
13860 "rustls 0.23.33",
13861 "rustls-pki-types",
13862 "slab",
13863 "thiserror 2.0.17",
13864 "tinyvec",
13865 "tracing",
13866 "web-time",
13867]
13868
13869[[package]]
13870name = "quinn-udp"
13871version = "0.5.14"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13874dependencies = [
13875 "cfg_aliases 0.2.1",
13876 "libc",
13877 "once_cell",
13878 "socket2 0.6.1",
13879 "tracing",
13880 "windows-sys 0.60.2",
13881]
13882
13883[[package]]
13884name = "quote"
13885version = "1.0.41"
13886source = "registry+https://github.com/rust-lang/crates.io-index"
13887checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13888dependencies = [
13889 "proc-macro2",
13890]
13891
13892[[package]]
13893name = "r-efi"
13894version = "5.3.0"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13897
13898[[package]]
13899name = "radium"
13900version = "0.7.0"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13903
13904[[package]]
13905name = "rand"
13906version = "0.3.23"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13909dependencies = [
13910 "libc",
13911 "rand 0.4.6",
13912]
13913
13914[[package]]
13915name = "rand"
13916version = "0.4.6"
13917source = "registry+https://github.com/rust-lang/crates.io-index"
13918checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13919dependencies = [
13920 "fuchsia-cprng",
13921 "libc",
13922 "rand_core 0.3.1",
13923 "rdrand",
13924 "winapi",
13925]
13926
13927[[package]]
13928name = "rand"
13929version = "0.8.5"
13930source = "registry+https://github.com/rust-lang/crates.io-index"
13931checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13932dependencies = [
13933 "libc",
13934 "rand_chacha 0.3.1",
13935 "rand_core 0.6.4",
13936]
13937
13938[[package]]
13939name = "rand"
13940version = "0.9.2"
13941source = "registry+https://github.com/rust-lang/crates.io-index"
13942checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13943dependencies = [
13944 "rand_chacha 0.9.0",
13945 "rand_core 0.9.3",
13946]
13947
13948[[package]]
13949name = "rand_chacha"
13950version = "0.3.1"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13953dependencies = [
13954 "ppv-lite86",
13955 "rand_core 0.6.4",
13956]
13957
13958[[package]]
13959name = "rand_chacha"
13960version = "0.9.0"
13961source = "registry+https://github.com/rust-lang/crates.io-index"
13962checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13963dependencies = [
13964 "ppv-lite86",
13965 "rand_core 0.9.3",
13966]
13967
13968[[package]]
13969name = "rand_core"
13970version = "0.3.1"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13973dependencies = [
13974 "rand_core 0.4.2",
13975]
13976
13977[[package]]
13978name = "rand_core"
13979version = "0.4.2"
13980source = "registry+https://github.com/rust-lang/crates.io-index"
13981checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13982
13983[[package]]
13984name = "rand_core"
13985version = "0.6.4"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13988dependencies = [
13989 "getrandom 0.2.16",
13990]
13991
13992[[package]]
13993name = "rand_core"
13994version = "0.9.3"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13997dependencies = [
13998 "getrandom 0.3.4",
13999]
14000
14001[[package]]
14002name = "rand_distr"
14003version = "0.5.1"
14004source = "registry+https://github.com/rust-lang/crates.io-index"
14005checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14006dependencies = [
14007 "num-traits",
14008 "rand 0.9.2",
14009]
14010
14011[[package]]
14012name = "rand_pcg"
14013version = "0.3.1"
14014source = "registry+https://github.com/rust-lang/crates.io-index"
14015checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14016dependencies = [
14017 "rand_core 0.6.4",
14018]
14019
14020[[package]]
14021name = "rand_xorshift"
14022version = "0.4.0"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14025dependencies = [
14026 "rand_core 0.9.3",
14027]
14028
14029[[package]]
14030name = "random_choice"
14031version = "0.3.2"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14034dependencies = [
14035 "rand 0.3.23",
14036]
14037
14038[[package]]
14039name = "range-alloc"
14040version = "0.1.4"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14043
14044[[package]]
14045name = "range-map"
14046version = "0.2.0"
14047source = "registry+https://github.com/rust-lang/crates.io-index"
14048checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14049dependencies = [
14050 "num-traits",
14051]
14052
14053[[package]]
14054name = "rangemap"
14055version = "1.7.1"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14058
14059[[package]]
14060name = "rav1e"
14061version = "0.7.1"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14064dependencies = [
14065 "arbitrary",
14066 "arg_enum_proc_macro",
14067 "arrayvec",
14068 "av1-grain",
14069 "bitstream-io",
14070 "built",
14071 "cfg-if",
14072 "interpolate_name",
14073 "itertools 0.12.1",
14074 "libc",
14075 "libfuzzer-sys",
14076 "log",
14077 "maybe-rayon",
14078 "new_debug_unreachable",
14079 "noop_proc_macro",
14080 "num-derive",
14081 "num-traits",
14082 "once_cell",
14083 "paste",
14084 "profiling",
14085 "rand 0.8.5",
14086 "rand_chacha 0.3.1",
14087 "simd_helpers",
14088 "system-deps 6.2.2",
14089 "thiserror 1.0.69",
14090 "v_frame",
14091 "wasm-bindgen",
14092]
14093
14094[[package]]
14095name = "ravif"
14096version = "0.11.20"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14099dependencies = [
14100 "avif-serialize",
14101 "imgref",
14102 "loop9",
14103 "quick-error 2.0.1",
14104 "rav1e",
14105 "rayon",
14106 "rgb",
14107]
14108
14109[[package]]
14110name = "raw-cpuid"
14111version = "10.7.0"
14112source = "registry+https://github.com/rust-lang/crates.io-index"
14113checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14114dependencies = [
14115 "bitflags 1.3.2",
14116]
14117
14118[[package]]
14119name = "raw-cpuid"
14120version = "11.6.0"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14123dependencies = [
14124 "bitflags 2.10.0",
14125]
14126
14127[[package]]
14128name = "raw-window-handle"
14129version = "0.6.2"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14132
14133[[package]]
14134name = "raw-window-metal"
14135version = "1.1.0"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14138dependencies = [
14139 "objc2",
14140 "objc2-core-foundation",
14141 "objc2-foundation",
14142 "objc2-quartz-core",
14143]
14144
14145[[package]]
14146name = "rayon"
14147version = "1.11.0"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14150dependencies = [
14151 "either",
14152 "rayon-core",
14153]
14154
14155[[package]]
14156name = "rayon-core"
14157version = "1.13.0"
14158source = "registry+https://github.com/rust-lang/crates.io-index"
14159checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14160dependencies = [
14161 "crossbeam-deque",
14162 "crossbeam-utils",
14163]
14164
14165[[package]]
14166name = "rdrand"
14167version = "0.4.0"
14168source = "registry+https://github.com/rust-lang/crates.io-index"
14169checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14170dependencies = [
14171 "rand_core 0.3.1",
14172]
14173
14174[[package]]
14175name = "read-fonts"
14176version = "0.35.0"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14179dependencies = [
14180 "bytemuck",
14181 "font-types 0.10.0",
14182]
14183
14184[[package]]
14185name = "read-fonts"
14186version = "0.37.0"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14189dependencies = [
14190 "bytemuck",
14191 "core_maths",
14192 "font-types 0.11.0",
14193]
14194
14195[[package]]
14196name = "realfft"
14197version = "3.5.0"
14198source = "registry+https://github.com/rust-lang/crates.io-index"
14199checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14200dependencies = [
14201 "rustfft",
14202]
14203
14204[[package]]
14205name = "reborrow"
14206version = "0.5.5"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14209
14210[[package]]
14211name = "recent_projects"
14212version = "0.1.0"
14213dependencies = [
14214 "anyhow",
14215 "askpass",
14216 "chrono",
14217 "db",
14218 "dev_container",
14219 "editor",
14220 "extension",
14221 "extension_host",
14222 "fs",
14223 "futures 0.3.32",
14224 "fuzzy",
14225 "gpui",
14226 "http_client",
14227 "indoc",
14228 "language",
14229 "log",
14230 "menu",
14231 "node_runtime",
14232 "open_path_prompt",
14233 "ordered-float 2.10.1",
14234 "paths",
14235 "picker",
14236 "project",
14237 "release_channel",
14238 "remote",
14239 "remote_connection",
14240 "remote_server",
14241 "semver",
14242 "serde",
14243 "serde_json",
14244 "settings",
14245 "smol",
14246 "task",
14247 "telemetry",
14248 "ui",
14249 "ui_input",
14250 "util",
14251 "windows-registry 0.6.1",
14252 "workspace",
14253 "worktree",
14254 "zed_actions",
14255]
14256
14257[[package]]
14258name = "redox_syscall"
14259version = "0.2.16"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14262dependencies = [
14263 "bitflags 1.3.2",
14264]
14265
14266[[package]]
14267name = "redox_syscall"
14268version = "0.5.18"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14271dependencies = [
14272 "bitflags 2.10.0",
14273]
14274
14275[[package]]
14276name = "redox_users"
14277version = "0.4.6"
14278source = "registry+https://github.com/rust-lang/crates.io-index"
14279checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14280dependencies = [
14281 "getrandom 0.2.16",
14282 "libredox",
14283 "thiserror 1.0.69",
14284]
14285
14286[[package]]
14287name = "redox_users"
14288version = "0.5.2"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14291dependencies = [
14292 "getrandom 0.2.16",
14293 "libredox",
14294 "thiserror 2.0.17",
14295]
14296
14297[[package]]
14298name = "ref-cast"
14299version = "1.0.25"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14302dependencies = [
14303 "ref-cast-impl",
14304]
14305
14306[[package]]
14307name = "ref-cast-impl"
14308version = "1.0.25"
14309source = "registry+https://github.com/rust-lang/crates.io-index"
14310checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14311dependencies = [
14312 "proc-macro2",
14313 "quote",
14314 "syn 2.0.117",
14315]
14316
14317[[package]]
14318name = "referencing"
14319version = "0.37.4"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14322dependencies = [
14323 "ahash 0.8.12",
14324 "fluent-uri",
14325 "getrandom 0.3.4",
14326 "hashbrown 0.16.1",
14327 "parking_lot",
14328 "percent-encoding",
14329 "serde_json",
14330]
14331
14332[[package]]
14333name = "refineable"
14334version = "0.1.0"
14335dependencies = [
14336 "derive_refineable",
14337]
14338
14339[[package]]
14340name = "regalloc2"
14341version = "0.12.2"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14344dependencies = [
14345 "allocator-api2",
14346 "bumpalo",
14347 "hashbrown 0.15.5",
14348 "log",
14349 "rustc-hash 2.1.1",
14350 "serde",
14351 "smallvec",
14352]
14353
14354[[package]]
14355name = "regex"
14356version = "1.12.2"
14357source = "registry+https://github.com/rust-lang/crates.io-index"
14358checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14359dependencies = [
14360 "aho-corasick",
14361 "memchr",
14362 "regex-automata",
14363 "regex-syntax",
14364]
14365
14366[[package]]
14367name = "regex-automata"
14368version = "0.4.13"
14369source = "registry+https://github.com/rust-lang/crates.io-index"
14370checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14371dependencies = [
14372 "aho-corasick",
14373 "memchr",
14374 "regex-syntax",
14375]
14376
14377[[package]]
14378name = "regex-lite"
14379version = "0.1.8"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14382
14383[[package]]
14384name = "regex-syntax"
14385version = "0.8.8"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14388
14389[[package]]
14390name = "release_channel"
14391version = "0.1.0"
14392dependencies = [
14393 "gpui",
14394 "semver",
14395]
14396
14397[[package]]
14398name = "remote"
14399version = "0.1.0"
14400dependencies = [
14401 "anyhow",
14402 "askpass",
14403 "async-trait",
14404 "base64 0.22.1",
14405 "collections",
14406 "fs",
14407 "futures 0.3.32",
14408 "gpui",
14409 "log",
14410 "parking_lot",
14411 "paths",
14412 "prost 0.9.0",
14413 "release_channel",
14414 "rpc",
14415 "schemars",
14416 "semver",
14417 "serde",
14418 "serde_json",
14419 "settings",
14420 "smol",
14421 "tempfile",
14422 "thiserror 2.0.17",
14423 "urlencoding",
14424 "util",
14425 "which 6.0.3",
14426]
14427
14428[[package]]
14429name = "remote_connection"
14430version = "0.1.0"
14431dependencies = [
14432 "anyhow",
14433 "askpass",
14434 "auto_update",
14435 "futures 0.3.32",
14436 "gpui",
14437 "log",
14438 "markdown",
14439 "menu",
14440 "release_channel",
14441 "remote",
14442 "semver",
14443 "settings",
14444 "theme_settings",
14445 "ui",
14446 "ui_input",
14447 "workspace",
14448]
14449
14450[[package]]
14451name = "remote_server"
14452version = "0.1.0"
14453dependencies = [
14454 "action_log",
14455 "agent",
14456 "anyhow",
14457 "askpass",
14458 "cargo_toml",
14459 "clap",
14460 "client",
14461 "clock",
14462 "collections",
14463 "crash-handler",
14464 "crashes",
14465 "dap_adapters",
14466 "debug_adapter_extension",
14467 "editor",
14468 "env_logger 0.11.8",
14469 "extension",
14470 "extension_host",
14471 "fork",
14472 "fs",
14473 "futures 0.3.32",
14474 "git",
14475 "git2",
14476 "git_hosting_providers",
14477 "gpui",
14478 "gpui_platform",
14479 "gpui_tokio",
14480 "http_client",
14481 "image",
14482 "json_schema_store",
14483 "language",
14484 "language_extension",
14485 "language_model",
14486 "languages",
14487 "libc",
14488 "log",
14489 "lsp",
14490 "minidumper",
14491 "net",
14492 "node_runtime",
14493 "paths",
14494 "pretty_assertions",
14495 "project",
14496 "proto",
14497 "rayon",
14498 "release_channel",
14499 "remote",
14500 "reqwest_client",
14501 "rpc",
14502 "rust-embed",
14503 "semver",
14504 "serde",
14505 "serde_json",
14506 "settings",
14507 "shellexpand 2.1.2",
14508 "smol",
14509 "sysinfo 0.37.2",
14510 "task",
14511 "theme",
14512 "theme_settings",
14513 "thiserror 2.0.17",
14514 "toml 0.8.23",
14515 "unindent",
14516 "util",
14517 "uuid",
14518 "watch",
14519 "windows 0.61.3",
14520 "worktree",
14521 "zlog",
14522]
14523
14524[[package]]
14525name = "rend"
14526version = "0.4.2"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14529dependencies = [
14530 "bytecheck",
14531]
14532
14533[[package]]
14534name = "renderdoc-sys"
14535version = "1.1.0"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14538
14539[[package]]
14540name = "repl"
14541version = "0.1.0"
14542dependencies = [
14543 "alacritty_terminal",
14544 "anyhow",
14545 "async-dispatcher",
14546 "async-task",
14547 "async-tungstenite",
14548 "base64 0.22.1",
14549 "client",
14550 "collections",
14551 "command_palette_hooks",
14552 "editor",
14553 "feature_flags",
14554 "file_icons",
14555 "futures 0.3.32",
14556 "gpui",
14557 "html_to_markdown",
14558 "http_client",
14559 "image",
14560 "indoc",
14561 "jupyter-protocol",
14562 "jupyter-websocket-client",
14563 "language",
14564 "languages",
14565 "log",
14566 "markdown",
14567 "menu",
14568 "multi_buffer",
14569 "nbformat",
14570 "picker",
14571 "project",
14572 "remote",
14573 "runtimelib",
14574 "serde",
14575 "serde_json",
14576 "settings",
14577 "shlex",
14578 "smol",
14579 "telemetry",
14580 "terminal",
14581 "terminal_view",
14582 "theme",
14583 "theme_settings",
14584 "tree-sitter-md",
14585 "tree-sitter-python",
14586 "tree-sitter-typescript",
14587 "ui",
14588 "util",
14589 "uuid",
14590 "workspace",
14591 "zed_actions",
14592]
14593
14594[[package]]
14595name = "reqwest"
14596version = "0.11.27"
14597source = "registry+https://github.com/rust-lang/crates.io-index"
14598checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14599dependencies = [
14600 "base64 0.21.7",
14601 "bytes 1.11.1",
14602 "encoding_rs",
14603 "futures-core",
14604 "futures-util",
14605 "h2 0.3.27",
14606 "http 0.2.12",
14607 "http-body 0.4.6",
14608 "hyper 0.14.32",
14609 "hyper-tls",
14610 "ipnet",
14611 "js-sys",
14612 "log",
14613 "mime",
14614 "native-tls",
14615 "once_cell",
14616 "percent-encoding",
14617 "pin-project-lite",
14618 "rustls-pemfile 1.0.4",
14619 "serde",
14620 "serde_json",
14621 "serde_urlencoded",
14622 "sync_wrapper 0.1.2",
14623 "system-configuration 0.5.1",
14624 "tokio",
14625 "tokio-native-tls",
14626 "tower-service",
14627 "url",
14628 "wasm-bindgen",
14629 "wasm-bindgen-futures",
14630 "web-sys",
14631 "winreg 0.50.0",
14632]
14633
14634[[package]]
14635name = "reqwest"
14636version = "0.12.24"
14637source = "registry+https://github.com/rust-lang/crates.io-index"
14638checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14639dependencies = [
14640 "base64 0.22.1",
14641 "bytes 1.11.1",
14642 "futures-channel",
14643 "futures-core",
14644 "futures-util",
14645 "http 1.3.1",
14646 "http-body 1.0.1",
14647 "http-body-util",
14648 "hyper 1.7.0",
14649 "hyper-rustls 0.27.7",
14650 "hyper-util",
14651 "js-sys",
14652 "log",
14653 "percent-encoding",
14654 "pin-project-lite",
14655 "quinn",
14656 "rustls 0.23.33",
14657 "rustls-native-certs 0.8.2",
14658 "rustls-pki-types",
14659 "serde",
14660 "serde_json",
14661 "serde_urlencoded",
14662 "sync_wrapper 1.0.2",
14663 "tokio",
14664 "tokio-rustls 0.26.2",
14665 "tower 0.5.2",
14666 "tower-http 0.6.6",
14667 "tower-service",
14668 "url",
14669 "wasm-bindgen",
14670 "wasm-bindgen-futures",
14671 "web-sys",
14672]
14673
14674[[package]]
14675name = "reqwest_client"
14676version = "0.1.0"
14677dependencies = [
14678 "anyhow",
14679 "bytes 1.11.1",
14680 "futures 0.3.32",
14681 "gpui_util",
14682 "http_client",
14683 "http_client_tls",
14684 "log",
14685 "regex",
14686 "serde",
14687 "tokio",
14688 "zed-reqwest",
14689]
14690
14691[[package]]
14692name = "resvg"
14693version = "0.45.1"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14696dependencies = [
14697 "gif",
14698 "image-webp",
14699 "log",
14700 "pico-args",
14701 "rgb",
14702 "svgtypes",
14703 "tiny-skia",
14704 "usvg",
14705 "zune-jpeg",
14706]
14707
14708[[package]]
14709name = "rfc6979"
14710version = "0.3.1"
14711source = "registry+https://github.com/rust-lang/crates.io-index"
14712checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14713dependencies = [
14714 "crypto-bigint 0.4.9",
14715 "hmac",
14716 "zeroize",
14717]
14718
14719[[package]]
14720name = "rgb"
14721version = "0.8.52"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14724dependencies = [
14725 "bytemuck",
14726]
14727
14728[[package]]
14729name = "ring"
14730version = "0.17.14"
14731source = "registry+https://github.com/rust-lang/crates.io-index"
14732checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14733dependencies = [
14734 "cc",
14735 "cfg-if",
14736 "getrandom 0.2.16",
14737 "libc",
14738 "untrusted 0.9.0",
14739 "windows-sys 0.52.0",
14740]
14741
14742[[package]]
14743name = "rkyv"
14744version = "0.7.45"
14745source = "registry+https://github.com/rust-lang/crates.io-index"
14746checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14747dependencies = [
14748 "bitvec",
14749 "bytecheck",
14750 "bytes 1.11.1",
14751 "hashbrown 0.12.3",
14752 "ptr_meta",
14753 "rend",
14754 "rkyv_derive",
14755 "seahash",
14756 "tinyvec",
14757 "uuid",
14758]
14759
14760[[package]]
14761name = "rkyv_derive"
14762version = "0.7.45"
14763source = "registry+https://github.com/rust-lang/crates.io-index"
14764checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14765dependencies = [
14766 "proc-macro2",
14767 "quote",
14768 "syn 1.0.109",
14769]
14770
14771[[package]]
14772name = "rmp"
14773version = "0.8.14"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14776dependencies = [
14777 "byteorder",
14778 "num-traits",
14779 "paste",
14780]
14781
14782[[package]]
14783name = "rmpv"
14784version = "1.3.0"
14785source = "registry+https://github.com/rust-lang/crates.io-index"
14786checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14787dependencies = [
14788 "num-traits",
14789 "rmp",
14790]
14791
14792[[package]]
14793name = "rodio"
14794version = "0.21.1"
14795source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14796dependencies = [
14797 "cpal",
14798 "dasp_sample",
14799 "hound",
14800 "num-rational",
14801 "rand 0.9.2",
14802 "rand_distr",
14803 "rtrb",
14804 "symphonia",
14805 "thiserror 2.0.17",
14806]
14807
14808[[package]]
14809name = "rope"
14810version = "0.1.0"
14811dependencies = [
14812 "criterion",
14813 "ctor",
14814 "gpui",
14815 "heapless",
14816 "log",
14817 "rand 0.9.2",
14818 "rayon",
14819 "sum_tree",
14820 "tracing",
14821 "unicode-segmentation",
14822 "util",
14823 "zlog",
14824 "ztracing",
14825]
14826
14827[[package]]
14828name = "roxmltree"
14829version = "0.20.0"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14832
14833[[package]]
14834name = "rpassword"
14835version = "7.4.0"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14838dependencies = [
14839 "libc",
14840 "rtoolbox",
14841 "windows-sys 0.59.0",
14842]
14843
14844[[package]]
14845name = "rpc"
14846version = "0.1.0"
14847dependencies = [
14848 "anyhow",
14849 "async-tungstenite",
14850 "base64 0.22.1",
14851 "collections",
14852 "futures 0.3.32",
14853 "gpui",
14854 "parking_lot",
14855 "proto",
14856 "rand 0.9.2",
14857 "rsa",
14858 "serde",
14859 "serde_json",
14860 "sha2",
14861 "strum 0.27.2",
14862 "tracing",
14863 "util",
14864 "zlog",
14865 "zstd",
14866]
14867
14868[[package]]
14869name = "rsa"
14870version = "0.9.10"
14871source = "registry+https://github.com/rust-lang/crates.io-index"
14872checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14873dependencies = [
14874 "const-oid",
14875 "digest",
14876 "num-bigint-dig 0.8.6",
14877 "num-integer",
14878 "num-traits",
14879 "pkcs1",
14880 "pkcs8 0.10.2",
14881 "rand_core 0.6.4",
14882 "signature 2.2.0",
14883 "spki 0.7.3",
14884 "subtle",
14885 "zeroize",
14886]
14887
14888[[package]]
14889name = "rtoolbox"
14890version = "0.0.3"
14891source = "registry+https://github.com/rust-lang/crates.io-index"
14892checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14893dependencies = [
14894 "libc",
14895 "windows-sys 0.52.0",
14896]
14897
14898[[package]]
14899name = "rtrb"
14900version = "0.3.2"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14903
14904[[package]]
14905name = "rules_library"
14906version = "0.1.0"
14907dependencies = [
14908 "anyhow",
14909 "collections",
14910 "editor",
14911 "gpui",
14912 "language",
14913 "language_model",
14914 "log",
14915 "menu",
14916 "picker",
14917 "platform_title_bar",
14918 "prompt_store",
14919 "release_channel",
14920 "rope",
14921 "serde",
14922 "settings",
14923 "theme_settings",
14924 "ui",
14925 "ui_input",
14926 "util",
14927 "workspace",
14928 "zed_actions",
14929]
14930
14931[[package]]
14932name = "runtimelib"
14933version = "1.4.0"
14934source = "registry+https://github.com/rust-lang/crates.io-index"
14935checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14936dependencies = [
14937 "async-dispatcher",
14938 "async-std",
14939 "aws-lc-rs",
14940 "base64 0.22.1",
14941 "bytes 1.11.1",
14942 "chrono",
14943 "data-encoding",
14944 "dirs 6.0.0",
14945 "futures 0.3.32",
14946 "glob",
14947 "jupyter-protocol",
14948 "serde",
14949 "serde_json",
14950 "shellexpand 3.1.1",
14951 "smol",
14952 "thiserror 2.0.17",
14953 "uuid",
14954 "zeromq",
14955]
14956
14957[[package]]
14958name = "rust-embed"
14959version = "8.11.0"
14960source = "registry+https://github.com/rust-lang/crates.io-index"
14961checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14962dependencies = [
14963 "rust-embed-impl",
14964 "rust-embed-utils",
14965 "walkdir",
14966]
14967
14968[[package]]
14969name = "rust-embed-impl"
14970version = "8.11.0"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14973dependencies = [
14974 "proc-macro2",
14975 "quote",
14976 "rust-embed-utils",
14977 "syn 2.0.117",
14978 "walkdir",
14979]
14980
14981[[package]]
14982name = "rust-embed-utils"
14983version = "8.11.0"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14986dependencies = [
14987 "globset",
14988 "sha2",
14989 "walkdir",
14990]
14991
14992[[package]]
14993name = "rust_decimal"
14994version = "1.39.0"
14995source = "registry+https://github.com/rust-lang/crates.io-index"
14996checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14997dependencies = [
14998 "arrayvec",
14999 "borsh",
15000 "bytes 1.11.1",
15001 "num-traits",
15002 "rand 0.8.5",
15003 "rkyv",
15004 "serde",
15005 "serde_json",
15006]
15007
15008[[package]]
15009name = "rustc-demangle"
15010version = "0.1.26"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15013
15014[[package]]
15015name = "rustc-hash"
15016version = "1.1.0"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15019
15020[[package]]
15021name = "rustc-hash"
15022version = "2.1.1"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15025
15026[[package]]
15027name = "rustc_version"
15028version = "0.4.1"
15029source = "registry+https://github.com/rust-lang/crates.io-index"
15030checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15031dependencies = [
15032 "semver",
15033]
15034
15035[[package]]
15036name = "rustfft"
15037version = "6.4.1"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15040dependencies = [
15041 "num-complex",
15042 "num-integer",
15043 "num-traits",
15044 "primal-check",
15045 "strength_reduce",
15046 "transpose",
15047]
15048
15049[[package]]
15050name = "rustix"
15051version = "0.38.44"
15052source = "registry+https://github.com/rust-lang/crates.io-index"
15053checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15054dependencies = [
15055 "bitflags 2.10.0",
15056 "errno 0.3.14",
15057 "libc",
15058 "linux-raw-sys 0.4.15",
15059 "windows-sys 0.59.0",
15060]
15061
15062[[package]]
15063name = "rustix"
15064version = "1.1.2"
15065source = "registry+https://github.com/rust-lang/crates.io-index"
15066checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15067dependencies = [
15068 "bitflags 2.10.0",
15069 "errno 0.3.14",
15070 "libc",
15071 "linux-raw-sys 0.11.0",
15072 "windows-sys 0.61.2",
15073]
15074
15075[[package]]
15076name = "rustix-linux-procfs"
15077version = "0.1.1"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15080dependencies = [
15081 "once_cell",
15082 "rustix 1.1.2",
15083]
15084
15085[[package]]
15086name = "rustix-openpty"
15087version = "0.2.0"
15088source = "registry+https://github.com/rust-lang/crates.io-index"
15089checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15090dependencies = [
15091 "errno 0.3.14",
15092 "libc",
15093 "rustix 1.1.2",
15094]
15095
15096[[package]]
15097name = "rustls"
15098version = "0.21.12"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15101dependencies = [
15102 "log",
15103 "ring",
15104 "rustls-webpki 0.101.7",
15105 "sct",
15106]
15107
15108[[package]]
15109name = "rustls"
15110version = "0.23.33"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15113dependencies = [
15114 "aws-lc-rs",
15115 "log",
15116 "once_cell",
15117 "ring",
15118 "rustls-pki-types",
15119 "rustls-webpki 0.103.7",
15120 "subtle",
15121 "zeroize",
15122]
15123
15124[[package]]
15125name = "rustls-native-certs"
15126version = "0.6.3"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15129dependencies = [
15130 "openssl-probe",
15131 "rustls-pemfile 1.0.4",
15132 "schannel",
15133 "security-framework 2.11.1",
15134]
15135
15136[[package]]
15137name = "rustls-native-certs"
15138version = "0.8.2"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15141dependencies = [
15142 "openssl-probe",
15143 "rustls-pki-types",
15144 "schannel",
15145 "security-framework 3.5.1",
15146]
15147
15148[[package]]
15149name = "rustls-pemfile"
15150version = "1.0.4"
15151source = "registry+https://github.com/rust-lang/crates.io-index"
15152checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15153dependencies = [
15154 "base64 0.21.7",
15155]
15156
15157[[package]]
15158name = "rustls-pemfile"
15159version = "2.2.0"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15162dependencies = [
15163 "rustls-pki-types",
15164]
15165
15166[[package]]
15167name = "rustls-pki-types"
15168version = "1.12.0"
15169source = "registry+https://github.com/rust-lang/crates.io-index"
15170checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15171dependencies = [
15172 "web-time",
15173 "zeroize",
15174]
15175
15176[[package]]
15177name = "rustls-platform-verifier"
15178version = "0.5.3"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15181dependencies = [
15182 "core-foundation 0.10.0",
15183 "core-foundation-sys",
15184 "jni",
15185 "log",
15186 "once_cell",
15187 "rustls 0.23.33",
15188 "rustls-native-certs 0.8.2",
15189 "rustls-platform-verifier-android",
15190 "rustls-webpki 0.103.7",
15191 "security-framework 3.5.1",
15192 "security-framework-sys",
15193 "webpki-root-certs",
15194 "windows-sys 0.59.0",
15195]
15196
15197[[package]]
15198name = "rustls-platform-verifier-android"
15199version = "0.1.1"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15202
15203[[package]]
15204name = "rustls-webpki"
15205version = "0.101.7"
15206source = "registry+https://github.com/rust-lang/crates.io-index"
15207checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15208dependencies = [
15209 "ring",
15210 "untrusted 0.9.0",
15211]
15212
15213[[package]]
15214name = "rustls-webpki"
15215version = "0.103.7"
15216source = "registry+https://github.com/rust-lang/crates.io-index"
15217checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15218dependencies = [
15219 "aws-lc-rs",
15220 "ring",
15221 "rustls-pki-types",
15222 "untrusted 0.9.0",
15223]
15224
15225[[package]]
15226name = "rustversion"
15227version = "1.0.22"
15228source = "registry+https://github.com/rust-lang/crates.io-index"
15229checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15230
15231[[package]]
15232name = "rusty-fork"
15233version = "0.3.1"
15234source = "registry+https://github.com/rust-lang/crates.io-index"
15235checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15236dependencies = [
15237 "fnv",
15238 "quick-error 1.2.3",
15239 "tempfile",
15240 "wait-timeout",
15241]
15242
15243[[package]]
15244name = "rustybuzz"
15245version = "0.20.1"
15246source = "registry+https://github.com/rust-lang/crates.io-index"
15247checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15248dependencies = [
15249 "bitflags 2.10.0",
15250 "bytemuck",
15251 "core_maths",
15252 "log",
15253 "smallvec",
15254 "ttf-parser 0.25.1",
15255 "unicode-bidi-mirroring",
15256 "unicode-ccc",
15257 "unicode-properties",
15258 "unicode-script",
15259]
15260
15261[[package]]
15262name = "ryu"
15263version = "1.0.20"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15266
15267[[package]]
15268name = "saa"
15269version = "5.4.9"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15272
15273[[package]]
15274name = "safetensors"
15275version = "0.4.5"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15278dependencies = [
15279 "serde",
15280 "serde_json",
15281]
15282
15283[[package]]
15284name = "same-file"
15285version = "1.0.6"
15286source = "registry+https://github.com/rust-lang/crates.io-index"
15287checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15288dependencies = [
15289 "winapi-util",
15290]
15291
15292[[package]]
15293name = "scc"
15294version = "3.5.6"
15295source = "registry+https://github.com/rust-lang/crates.io-index"
15296checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15297dependencies = [
15298 "saa",
15299 "sdd",
15300]
15301
15302[[package]]
15303name = "schannel"
15304version = "0.1.28"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15307dependencies = [
15308 "windows-sys 0.61.2",
15309]
15310
15311[[package]]
15312name = "scheduler"
15313version = "0.1.0"
15314dependencies = [
15315 "async-task",
15316 "backtrace",
15317 "chrono",
15318 "flume",
15319 "futures 0.3.32",
15320 "parking_lot",
15321 "rand 0.9.2",
15322 "web-time",
15323]
15324
15325[[package]]
15326name = "schema_generator"
15327version = "0.1.0"
15328dependencies = [
15329 "anyhow",
15330 "clap",
15331 "env_logger 0.11.8",
15332 "schemars",
15333 "serde",
15334 "serde_json",
15335 "settings",
15336 "theme",
15337 "theme_settings",
15338]
15339
15340[[package]]
15341name = "schemars"
15342version = "1.0.4"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15345dependencies = [
15346 "dyn-clone",
15347 "indexmap",
15348 "ref-cast",
15349 "schemars_derive",
15350 "serde",
15351 "serde_json",
15352]
15353
15354[[package]]
15355name = "schemars_derive"
15356version = "1.0.4"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15359dependencies = [
15360 "proc-macro2",
15361 "quote",
15362 "serde_derive_internals",
15363 "syn 2.0.117",
15364]
15365
15366[[package]]
15367name = "scoped-tls"
15368version = "1.0.1"
15369source = "registry+https://github.com/rust-lang/crates.io-index"
15370checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15371
15372[[package]]
15373name = "scopeguard"
15374version = "1.2.0"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15377
15378[[package]]
15379name = "scratch"
15380version = "1.0.9"
15381source = "registry+https://github.com/rust-lang/crates.io-index"
15382checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15383
15384[[package]]
15385name = "screencapturekit"
15386version = "0.2.8"
15387source = "registry+https://github.com/rust-lang/crates.io-index"
15388checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15389dependencies = [
15390 "screencapturekit-sys",
15391]
15392
15393[[package]]
15394name = "screencapturekit-sys"
15395version = "0.2.8"
15396source = "registry+https://github.com/rust-lang/crates.io-index"
15397checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15398dependencies = [
15399 "block",
15400 "dispatch",
15401 "objc",
15402 "objc-foundation",
15403 "objc_id",
15404 "once_cell",
15405]
15406
15407[[package]]
15408name = "scroll"
15409version = "0.12.0"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15412dependencies = [
15413 "scroll_derive",
15414]
15415
15416[[package]]
15417name = "scroll_derive"
15418version = "0.12.1"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15421dependencies = [
15422 "proc-macro2",
15423 "quote",
15424 "syn 2.0.117",
15425]
15426
15427[[package]]
15428name = "sct"
15429version = "0.7.1"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15432dependencies = [
15433 "ring",
15434 "untrusted 0.9.0",
15435]
15436
15437[[package]]
15438name = "sdd"
15439version = "4.6.2"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15442
15443[[package]]
15444name = "sea-bae"
15445version = "0.2.1"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15448dependencies = [
15449 "heck 0.4.1",
15450 "proc-macro-error2",
15451 "proc-macro2",
15452 "quote",
15453 "syn 2.0.117",
15454]
15455
15456[[package]]
15457name = "sea-orm"
15458version = "1.1.10"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15461dependencies = [
15462 "async-stream",
15463 "async-trait",
15464 "bigdecimal",
15465 "chrono",
15466 "futures-util",
15467 "log",
15468 "ouroboros",
15469 "pgvector",
15470 "rust_decimal",
15471 "sea-orm-macros",
15472 "sea-query",
15473 "sea-query-binder",
15474 "serde",
15475 "serde_json",
15476 "sqlx",
15477 "strum 0.26.3",
15478 "thiserror 2.0.17",
15479 "time",
15480 "tracing",
15481 "url",
15482 "uuid",
15483]
15484
15485[[package]]
15486name = "sea-orm-macros"
15487version = "1.1.10"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15490dependencies = [
15491 "heck 0.4.1",
15492 "proc-macro2",
15493 "quote",
15494 "sea-bae",
15495 "syn 2.0.117",
15496 "unicode-ident",
15497]
15498
15499[[package]]
15500name = "sea-query"
15501version = "0.32.7"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15504dependencies = [
15505 "bigdecimal",
15506 "chrono",
15507 "inherent",
15508 "ordered-float 4.6.0",
15509 "rust_decimal",
15510 "serde_json",
15511 "time",
15512 "uuid",
15513]
15514
15515[[package]]
15516name = "sea-query-binder"
15517version = "0.7.0"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15520dependencies = [
15521 "bigdecimal",
15522 "chrono",
15523 "rust_decimal",
15524 "sea-query",
15525 "serde_json",
15526 "sqlx",
15527 "time",
15528 "uuid",
15529]
15530
15531[[package]]
15532name = "seahash"
15533version = "4.1.0"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15536
15537[[package]]
15538name = "search"
15539version = "0.1.0"
15540dependencies = [
15541 "any_vec",
15542 "anyhow",
15543 "bitflags 2.10.0",
15544 "collections",
15545 "editor",
15546 "fs",
15547 "futures 0.3.32",
15548 "gpui",
15549 "itertools 0.14.0",
15550 "language",
15551 "lsp",
15552 "menu",
15553 "multi_buffer",
15554 "pretty_assertions",
15555 "project",
15556 "serde",
15557 "serde_json",
15558 "settings",
15559 "smol",
15560 "theme",
15561 "theme_settings",
15562 "tracing",
15563 "ui",
15564 "unindent",
15565 "util",
15566 "util_macros",
15567 "workspace",
15568 "zed_actions",
15569 "ztracing",
15570]
15571
15572[[package]]
15573name = "sec1"
15574version = "0.3.0"
15575source = "registry+https://github.com/rust-lang/crates.io-index"
15576checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15577dependencies = [
15578 "base16ct",
15579 "der 0.6.1",
15580 "generic-array",
15581 "pkcs8 0.9.0",
15582 "subtle",
15583 "zeroize",
15584]
15585
15586[[package]]
15587name = "secrecy"
15588version = "0.10.3"
15589source = "registry+https://github.com/rust-lang/crates.io-index"
15590checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15591dependencies = [
15592 "zeroize",
15593]
15594
15595[[package]]
15596name = "security-framework"
15597version = "2.11.1"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15600dependencies = [
15601 "bitflags 2.10.0",
15602 "core-foundation 0.9.4",
15603 "core-foundation-sys",
15604 "libc",
15605 "security-framework-sys",
15606]
15607
15608[[package]]
15609name = "security-framework"
15610version = "3.5.1"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15613dependencies = [
15614 "bitflags 2.10.0",
15615 "core-foundation 0.10.0",
15616 "core-foundation-sys",
15617 "libc",
15618 "security-framework-sys",
15619]
15620
15621[[package]]
15622name = "security-framework-sys"
15623version = "2.15.0"
15624source = "registry+https://github.com/rust-lang/crates.io-index"
15625checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15626dependencies = [
15627 "core-foundation-sys",
15628 "libc",
15629]
15630
15631[[package]]
15632name = "self_cell"
15633version = "1.2.2"
15634source = "registry+https://github.com/rust-lang/crates.io-index"
15635checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15636
15637[[package]]
15638name = "semver"
15639version = "1.0.27"
15640source = "registry+https://github.com/rust-lang/crates.io-index"
15641checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15642dependencies = [
15643 "serde",
15644 "serde_core",
15645]
15646
15647[[package]]
15648name = "seq-macro"
15649version = "0.3.6"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15652
15653[[package]]
15654name = "serde"
15655version = "1.0.228"
15656source = "registry+https://github.com/rust-lang/crates.io-index"
15657checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15658dependencies = [
15659 "serde_core",
15660 "serde_derive",
15661]
15662
15663[[package]]
15664name = "serde_bytes"
15665version = "0.11.19"
15666source = "registry+https://github.com/rust-lang/crates.io-index"
15667checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15668dependencies = [
15669 "serde",
15670 "serde_core",
15671]
15672
15673[[package]]
15674name = "serde_core"
15675version = "1.0.228"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15678dependencies = [
15679 "serde_derive",
15680]
15681
15682[[package]]
15683name = "serde_derive"
15684version = "1.0.228"
15685source = "registry+https://github.com/rust-lang/crates.io-index"
15686checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15687dependencies = [
15688 "proc-macro2",
15689 "quote",
15690 "syn 2.0.117",
15691]
15692
15693[[package]]
15694name = "serde_derive_internals"
15695version = "0.29.1"
15696source = "registry+https://github.com/rust-lang/crates.io-index"
15697checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15698dependencies = [
15699 "proc-macro2",
15700 "quote",
15701 "syn 2.0.117",
15702]
15703
15704[[package]]
15705name = "serde_fmt"
15706version = "1.0.3"
15707source = "registry+https://github.com/rust-lang/crates.io-index"
15708checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15709dependencies = [
15710 "serde",
15711]
15712
15713[[package]]
15714name = "serde_json"
15715version = "1.0.145"
15716source = "registry+https://github.com/rust-lang/crates.io-index"
15717checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15718dependencies = [
15719 "indexmap",
15720 "itoa",
15721 "memchr",
15722 "ryu",
15723 "serde",
15724 "serde_core",
15725]
15726
15727[[package]]
15728name = "serde_json_lenient"
15729version = "0.2.4"
15730source = "registry+https://github.com/rust-lang/crates.io-index"
15731checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15732dependencies = [
15733 "indexmap",
15734 "itoa",
15735 "memchr",
15736 "ryu",
15737 "serde",
15738]
15739
15740[[package]]
15741name = "serde_path_to_error"
15742version = "0.1.20"
15743source = "registry+https://github.com/rust-lang/crates.io-index"
15744checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15745dependencies = [
15746 "itoa",
15747 "serde",
15748 "serde_core",
15749]
15750
15751[[package]]
15752name = "serde_repr"
15753version = "0.1.20"
15754source = "registry+https://github.com/rust-lang/crates.io-index"
15755checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15756dependencies = [
15757 "proc-macro2",
15758 "quote",
15759 "syn 2.0.117",
15760]
15761
15762[[package]]
15763name = "serde_spanned"
15764version = "0.6.9"
15765source = "registry+https://github.com/rust-lang/crates.io-index"
15766checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15767dependencies = [
15768 "serde",
15769]
15770
15771[[package]]
15772name = "serde_spanned"
15773version = "1.0.3"
15774source = "registry+https://github.com/rust-lang/crates.io-index"
15775checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15776dependencies = [
15777 "serde_core",
15778]
15779
15780[[package]]
15781name = "serde_urlencoded"
15782version = "0.7.1"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15785dependencies = [
15786 "form_urlencoded",
15787 "itoa",
15788 "ryu",
15789 "serde",
15790]
15791
15792[[package]]
15793name = "serde_yaml"
15794version = "0.9.34+deprecated"
15795source = "registry+https://github.com/rust-lang/crates.io-index"
15796checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15797dependencies = [
15798 "indexmap",
15799 "itoa",
15800 "ryu",
15801 "serde",
15802 "unsafe-libyaml",
15803]
15804
15805[[package]]
15806name = "serial2"
15807version = "0.2.33"
15808source = "registry+https://github.com/rust-lang/crates.io-index"
15809checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15810dependencies = [
15811 "cfg-if",
15812 "libc",
15813 "winapi",
15814]
15815
15816[[package]]
15817name = "session"
15818version = "0.1.0"
15819dependencies = [
15820 "db",
15821 "gpui",
15822 "serde_json",
15823 "util",
15824 "uuid",
15825]
15826
15827[[package]]
15828name = "settings"
15829version = "0.1.0"
15830dependencies = [
15831 "anyhow",
15832 "collections",
15833 "ec4rs",
15834 "fs",
15835 "futures 0.3.32",
15836 "gpui",
15837 "indoc",
15838 "inventory",
15839 "log",
15840 "migrator",
15841 "paths",
15842 "pretty_assertions",
15843 "release_channel",
15844 "rust-embed",
15845 "schemars",
15846 "serde",
15847 "serde_json",
15848 "serde_json_lenient",
15849 "settings_content",
15850 "settings_json",
15851 "settings_macros",
15852 "smallvec",
15853 "unindent",
15854 "util",
15855 "zlog",
15856]
15857
15858[[package]]
15859name = "settings_content"
15860version = "0.1.0"
15861dependencies = [
15862 "anyhow",
15863 "collections",
15864 "derive_more",
15865 "gpui",
15866 "language_model_core",
15867 "log",
15868 "schemars",
15869 "serde",
15870 "serde_json",
15871 "serde_json_lenient",
15872 "settings_json",
15873 "settings_macros",
15874 "strum 0.27.2",
15875 "util",
15876]
15877
15878[[package]]
15879name = "settings_json"
15880version = "0.1.0"
15881dependencies = [
15882 "anyhow",
15883 "pretty_assertions",
15884 "serde",
15885 "serde_json",
15886 "serde_json_lenient",
15887 "serde_path_to_error",
15888 "tree-sitter",
15889 "tree-sitter-json",
15890 "unindent",
15891 "util",
15892]
15893
15894[[package]]
15895name = "settings_macros"
15896version = "0.1.0"
15897dependencies = [
15898 "quote",
15899 "settings",
15900 "syn 2.0.117",
15901]
15902
15903[[package]]
15904name = "settings_profile_selector"
15905version = "0.1.0"
15906dependencies = [
15907 "editor",
15908 "fuzzy",
15909 "gpui",
15910 "menu",
15911 "picker",
15912 "project",
15913 "serde_json",
15914 "settings",
15915 "theme",
15916 "theme_settings",
15917 "ui",
15918 "workspace",
15919 "zed_actions",
15920]
15921
15922[[package]]
15923name = "settings_ui"
15924version = "0.1.0"
15925dependencies = [
15926 "agent",
15927 "agent_settings",
15928 "anyhow",
15929 "audio",
15930 "codestral",
15931 "component",
15932 "copilot",
15933 "copilot_ui",
15934 "cpal",
15935 "edit_prediction",
15936 "edit_prediction_ui",
15937 "editor",
15938 "fs",
15939 "futures 0.3.32",
15940 "fuzzy",
15941 "gpui",
15942 "heck 0.5.0",
15943 "itertools 0.14.0",
15944 "language",
15945 "log",
15946 "menu",
15947 "paths",
15948 "picker",
15949 "platform_title_bar",
15950 "pretty_assertions",
15951 "project",
15952 "regex",
15953 "release_channel",
15954 "rodio",
15955 "schemars",
15956 "search",
15957 "serde",
15958 "serde_json",
15959 "settings",
15960 "shell_command_parser",
15961 "strum 0.27.2",
15962 "telemetry",
15963 "theme",
15964 "theme_settings",
15965 "title_bar",
15966 "ui",
15967 "util",
15968 "workspace",
15969 "zed_actions",
15970 "zed_credentials_provider",
15971]
15972
15973[[package]]
15974name = "sha-1"
15975version = "0.10.1"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15978dependencies = [
15979 "cfg-if",
15980 "cpufeatures",
15981 "digest",
15982]
15983
15984[[package]]
15985name = "sha1"
15986version = "0.10.6"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15989dependencies = [
15990 "cfg-if",
15991 "cpufeatures",
15992 "digest",
15993]
15994
15995[[package]]
15996name = "sha1_smol"
15997version = "1.0.1"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16000
16001[[package]]
16002name = "sha2"
16003version = "0.10.9"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16006dependencies = [
16007 "cfg-if",
16008 "cpufeatures",
16009 "digest",
16010]
16011
16012[[package]]
16013name = "sharded-slab"
16014version = "0.1.7"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16017dependencies = [
16018 "lazy_static",
16019]
16020
16021[[package]]
16022name = "shared_library"
16023version = "0.1.9"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16026dependencies = [
16027 "lazy_static",
16028 "libc",
16029]
16030
16031[[package]]
16032name = "shell-words"
16033version = "1.1.0"
16034source = "registry+https://github.com/rust-lang/crates.io-index"
16035checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16036
16037[[package]]
16038name = "shell_command_parser"
16039version = "0.1.0"
16040dependencies = [
16041 "brush-parser",
16042]
16043
16044[[package]]
16045name = "shellexpand"
16046version = "2.1.2"
16047source = "registry+https://github.com/rust-lang/crates.io-index"
16048checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16049dependencies = [
16050 "dirs 4.0.0",
16051]
16052
16053[[package]]
16054name = "shellexpand"
16055version = "3.1.1"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16058dependencies = [
16059 "dirs 6.0.0",
16060]
16061
16062[[package]]
16063name = "shingles"
16064version = "0.1.1"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16067
16068[[package]]
16069name = "shlex"
16070version = "1.3.0"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16073
16074[[package]]
16075name = "sidebar"
16076version = "0.1.0"
16077dependencies = [
16078 "acp_thread",
16079 "action_log",
16080 "agent",
16081 "agent-client-protocol",
16082 "agent_settings",
16083 "agent_ui",
16084 "anyhow",
16085 "chrono",
16086 "client",
16087 "clock",
16088 "editor",
16089 "extension",
16090 "fs",
16091 "git",
16092 "gpui",
16093 "http_client",
16094 "language",
16095 "language_model",
16096 "log",
16097 "menu",
16098 "node_runtime",
16099 "platform_title_bar",
16100 "pretty_assertions",
16101 "project",
16102 "prompt_store",
16103 "recent_projects",
16104 "release_channel",
16105 "remote",
16106 "remote_connection",
16107 "remote_server",
16108 "semver",
16109 "serde",
16110 "serde_json",
16111 "settings",
16112 "smol",
16113 "theme",
16114 "theme_settings",
16115 "ui",
16116 "util",
16117 "vim_mode_setting",
16118 "workspace",
16119 "zed_actions",
16120]
16121
16122[[package]]
16123name = "signal-hook"
16124version = "0.3.18"
16125source = "registry+https://github.com/rust-lang/crates.io-index"
16126checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16127dependencies = [
16128 "libc",
16129 "signal-hook-registry",
16130]
16131
16132[[package]]
16133name = "signal-hook-registry"
16134version = "1.4.6"
16135source = "registry+https://github.com/rust-lang/crates.io-index"
16136checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16137dependencies = [
16138 "libc",
16139]
16140
16141[[package]]
16142name = "signature"
16143version = "1.6.4"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16146dependencies = [
16147 "digest",
16148 "rand_core 0.6.4",
16149]
16150
16151[[package]]
16152name = "signature"
16153version = "2.2.0"
16154source = "registry+https://github.com/rust-lang/crates.io-index"
16155checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16156dependencies = [
16157 "digest",
16158 "rand_core 0.6.4",
16159]
16160
16161[[package]]
16162name = "simd-adler32"
16163version = "0.3.7"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16166
16167[[package]]
16168name = "simd_helpers"
16169version = "0.1.0"
16170source = "registry+https://github.com/rust-lang/crates.io-index"
16171checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16172dependencies = [
16173 "quote",
16174]
16175
16176[[package]]
16177name = "simdutf8"
16178version = "0.1.5"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16181
16182[[package]]
16183name = "similar"
16184version = "2.7.0"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16187
16188[[package]]
16189name = "simple_asn1"
16190version = "0.6.3"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16193dependencies = [
16194 "num-bigint",
16195 "num-traits",
16196 "thiserror 2.0.17",
16197 "time",
16198]
16199
16200[[package]]
16201name = "simplecss"
16202version = "0.2.2"
16203source = "registry+https://github.com/rust-lang/crates.io-index"
16204checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16205dependencies = [
16206 "log",
16207]
16208
16209[[package]]
16210name = "simplelog"
16211version = "0.12.2"
16212source = "registry+https://github.com/rust-lang/crates.io-index"
16213checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16214dependencies = [
16215 "log",
16216 "termcolor",
16217 "time",
16218]
16219
16220[[package]]
16221name = "siphasher"
16222version = "0.3.11"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16225
16226[[package]]
16227name = "siphasher"
16228version = "1.0.1"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16231
16232[[package]]
16233name = "skrifa"
16234version = "0.37.0"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16237dependencies = [
16238 "bytemuck",
16239 "read-fonts 0.35.0",
16240]
16241
16242[[package]]
16243name = "skrifa"
16244version = "0.40.0"
16245source = "registry+https://github.com/rust-lang/crates.io-index"
16246checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16247dependencies = [
16248 "bytemuck",
16249 "read-fonts 0.37.0",
16250]
16251
16252[[package]]
16253name = "slab"
16254version = "0.4.11"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16257
16258[[package]]
16259name = "slotmap"
16260version = "1.0.7"
16261source = "registry+https://github.com/rust-lang/crates.io-index"
16262checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16263dependencies = [
16264 "version_check",
16265]
16266
16267[[package]]
16268name = "smallvec"
16269version = "1.15.1"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16272dependencies = [
16273 "serde",
16274]
16275
16276[[package]]
16277name = "smart-default"
16278version = "0.7.1"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16281dependencies = [
16282 "proc-macro2",
16283 "quote",
16284 "syn 2.0.117",
16285]
16286
16287[[package]]
16288name = "smol"
16289version = "2.0.2"
16290source = "registry+https://github.com/rust-lang/crates.io-index"
16291checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16292dependencies = [
16293 "async-channel 2.5.0",
16294 "async-executor",
16295 "async-fs",
16296 "async-io",
16297 "async-lock 3.4.2",
16298 "async-net",
16299 "async-process",
16300 "blocking",
16301 "futures-lite 2.6.1",
16302]
16303
16304[[package]]
16305name = "smol_str"
16306version = "0.3.5"
16307source = "registry+https://github.com/rust-lang/crates.io-index"
16308checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16309
16310[[package]]
16311name = "snafu"
16312version = "0.8.9"
16313source = "registry+https://github.com/rust-lang/crates.io-index"
16314checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16315dependencies = [
16316 "snafu-derive",
16317]
16318
16319[[package]]
16320name = "snafu-derive"
16321version = "0.8.9"
16322source = "registry+https://github.com/rust-lang/crates.io-index"
16323checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16324dependencies = [
16325 "heck 0.5.0",
16326 "proc-macro2",
16327 "quote",
16328 "syn 2.0.117",
16329]
16330
16331[[package]]
16332name = "snippet"
16333version = "0.1.0"
16334dependencies = [
16335 "anyhow",
16336 "smallvec",
16337]
16338
16339[[package]]
16340name = "snippet_provider"
16341version = "0.1.0"
16342dependencies = [
16343 "anyhow",
16344 "collections",
16345 "extension",
16346 "fs",
16347 "futures 0.3.32",
16348 "gpui",
16349 "indoc",
16350 "parking_lot",
16351 "paths",
16352 "schemars",
16353 "serde",
16354 "serde_json",
16355 "serde_json_lenient",
16356 "snippet",
16357 "util",
16358]
16359
16360[[package]]
16361name = "snippets_ui"
16362version = "0.1.0"
16363dependencies = [
16364 "file_icons",
16365 "fuzzy",
16366 "gpui",
16367 "language",
16368 "open_path_prompt",
16369 "paths",
16370 "picker",
16371 "settings",
16372 "ui",
16373 "util",
16374 "workspace",
16375]
16376
16377[[package]]
16378name = "socket2"
16379version = "0.5.10"
16380source = "registry+https://github.com/rust-lang/crates.io-index"
16381checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16382dependencies = [
16383 "libc",
16384 "windows-sys 0.52.0",
16385]
16386
16387[[package]]
16388name = "socket2"
16389version = "0.6.1"
16390source = "registry+https://github.com/rust-lang/crates.io-index"
16391checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16392dependencies = [
16393 "libc",
16394 "windows-sys 0.60.2",
16395]
16396
16397[[package]]
16398name = "spdx"
16399version = "0.10.9"
16400source = "registry+https://github.com/rust-lang/crates.io-index"
16401checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16402dependencies = [
16403 "smallvec",
16404]
16405
16406[[package]]
16407name = "spin"
16408version = "0.9.8"
16409source = "registry+https://github.com/rust-lang/crates.io-index"
16410checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16411dependencies = [
16412 "lock_api",
16413]
16414
16415[[package]]
16416name = "spin"
16417version = "0.10.0"
16418source = "registry+https://github.com/rust-lang/crates.io-index"
16419checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16420dependencies = [
16421 "lock_api",
16422]
16423
16424[[package]]
16425name = "spirv"
16426version = "0.4.0+sdk-1.4.341.0"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16429dependencies = [
16430 "bitflags 2.10.0",
16431]
16432
16433[[package]]
16434name = "spki"
16435version = "0.6.0"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16438dependencies = [
16439 "base64ct",
16440 "der 0.6.1",
16441]
16442
16443[[package]]
16444name = "spki"
16445version = "0.7.3"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16448dependencies = [
16449 "base64ct",
16450 "der 0.7.10",
16451]
16452
16453[[package]]
16454name = "sqlez"
16455version = "0.1.0"
16456dependencies = [
16457 "anyhow",
16458 "collections",
16459 "futures 0.3.32",
16460 "indoc",
16461 "libsqlite3-sys",
16462 "log",
16463 "parking_lot",
16464 "smol",
16465 "sqlformat",
16466 "thread_local",
16467 "util",
16468 "uuid",
16469]
16470
16471[[package]]
16472name = "sqlez_macros"
16473version = "0.1.0"
16474dependencies = [
16475 "sqlez",
16476 "sqlformat",
16477 "syn 2.0.117",
16478]
16479
16480[[package]]
16481name = "sqlformat"
16482version = "0.2.6"
16483source = "registry+https://github.com/rust-lang/crates.io-index"
16484checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16485dependencies = [
16486 "nom 7.1.3",
16487 "unicode_categories",
16488]
16489
16490[[package]]
16491name = "sqlx"
16492version = "0.8.6"
16493source = "registry+https://github.com/rust-lang/crates.io-index"
16494checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16495dependencies = [
16496 "sqlx-core",
16497 "sqlx-macros",
16498 "sqlx-mysql",
16499 "sqlx-postgres",
16500 "sqlx-sqlite",
16501]
16502
16503[[package]]
16504name = "sqlx-core"
16505version = "0.8.6"
16506source = "registry+https://github.com/rust-lang/crates.io-index"
16507checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16508dependencies = [
16509 "base64 0.22.1",
16510 "bigdecimal",
16511 "bytes 1.11.1",
16512 "chrono",
16513 "crc",
16514 "crossbeam-queue",
16515 "either",
16516 "event-listener 5.4.1",
16517 "futures-core",
16518 "futures-intrusive",
16519 "futures-io",
16520 "futures-util",
16521 "hashbrown 0.15.5",
16522 "hashlink 0.10.0",
16523 "indexmap",
16524 "log",
16525 "memchr",
16526 "once_cell",
16527 "percent-encoding",
16528 "rust_decimal",
16529 "rustls 0.23.33",
16530 "serde",
16531 "serde_json",
16532 "sha2",
16533 "smallvec",
16534 "thiserror 2.0.17",
16535 "time",
16536 "tokio",
16537 "tokio-stream",
16538 "tracing",
16539 "url",
16540 "uuid",
16541 "webpki-roots",
16542]
16543
16544[[package]]
16545name = "sqlx-macros"
16546version = "0.8.6"
16547source = "registry+https://github.com/rust-lang/crates.io-index"
16548checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16549dependencies = [
16550 "proc-macro2",
16551 "quote",
16552 "sqlx-core",
16553 "sqlx-macros-core",
16554 "syn 2.0.117",
16555]
16556
16557[[package]]
16558name = "sqlx-macros-core"
16559version = "0.8.6"
16560source = "registry+https://github.com/rust-lang/crates.io-index"
16561checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16562dependencies = [
16563 "dotenvy",
16564 "either",
16565 "heck 0.5.0",
16566 "hex",
16567 "once_cell",
16568 "proc-macro2",
16569 "quote",
16570 "serde",
16571 "serde_json",
16572 "sha2",
16573 "sqlx-core",
16574 "sqlx-mysql",
16575 "sqlx-postgres",
16576 "sqlx-sqlite",
16577 "syn 2.0.117",
16578 "tokio",
16579 "url",
16580]
16581
16582[[package]]
16583name = "sqlx-mysql"
16584version = "0.8.6"
16585source = "registry+https://github.com/rust-lang/crates.io-index"
16586checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16587dependencies = [
16588 "atoi",
16589 "base64 0.22.1",
16590 "bigdecimal",
16591 "bitflags 2.10.0",
16592 "byteorder",
16593 "bytes 1.11.1",
16594 "chrono",
16595 "crc",
16596 "digest",
16597 "dotenvy",
16598 "either",
16599 "futures-channel",
16600 "futures-core",
16601 "futures-io",
16602 "futures-util",
16603 "generic-array",
16604 "hex",
16605 "hkdf",
16606 "hmac",
16607 "itoa",
16608 "log",
16609 "md-5",
16610 "memchr",
16611 "once_cell",
16612 "percent-encoding",
16613 "rand 0.8.5",
16614 "rsa",
16615 "rust_decimal",
16616 "serde",
16617 "sha1",
16618 "sha2",
16619 "smallvec",
16620 "sqlx-core",
16621 "stringprep",
16622 "thiserror 2.0.17",
16623 "time",
16624 "tracing",
16625 "uuid",
16626 "whoami",
16627]
16628
16629[[package]]
16630name = "sqlx-postgres"
16631version = "0.8.6"
16632source = "registry+https://github.com/rust-lang/crates.io-index"
16633checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16634dependencies = [
16635 "atoi",
16636 "base64 0.22.1",
16637 "bigdecimal",
16638 "bitflags 2.10.0",
16639 "byteorder",
16640 "chrono",
16641 "crc",
16642 "dotenvy",
16643 "etcetera",
16644 "futures-channel",
16645 "futures-core",
16646 "futures-util",
16647 "hex",
16648 "hkdf",
16649 "hmac",
16650 "home",
16651 "itoa",
16652 "log",
16653 "md-5",
16654 "memchr",
16655 "num-bigint",
16656 "once_cell",
16657 "rand 0.8.5",
16658 "rust_decimal",
16659 "serde",
16660 "serde_json",
16661 "sha2",
16662 "smallvec",
16663 "sqlx-core",
16664 "stringprep",
16665 "thiserror 2.0.17",
16666 "time",
16667 "tracing",
16668 "uuid",
16669 "whoami",
16670]
16671
16672[[package]]
16673name = "sqlx-sqlite"
16674version = "0.8.6"
16675source = "registry+https://github.com/rust-lang/crates.io-index"
16676checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16677dependencies = [
16678 "atoi",
16679 "chrono",
16680 "flume",
16681 "futures-channel",
16682 "futures-core",
16683 "futures-executor",
16684 "futures-intrusive",
16685 "futures-util",
16686 "libsqlite3-sys",
16687 "log",
16688 "percent-encoding",
16689 "serde",
16690 "serde_urlencoded",
16691 "sqlx-core",
16692 "thiserror 2.0.17",
16693 "time",
16694 "tracing",
16695 "url",
16696 "uuid",
16697]
16698
16699[[package]]
16700name = "stable_deref_trait"
16701version = "1.2.1"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16704
16705[[package]]
16706name = "stacker"
16707version = "0.1.23"
16708source = "registry+https://github.com/rust-lang/crates.io-index"
16709checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16710dependencies = [
16711 "cc",
16712 "cfg-if",
16713 "libc",
16714 "psm",
16715 "windows-sys 0.59.0",
16716]
16717
16718[[package]]
16719name = "stacksafe"
16720version = "0.1.4"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16723dependencies = [
16724 "stacker",
16725 "stacksafe-macro",
16726]
16727
16728[[package]]
16729name = "stacksafe-macro"
16730version = "0.1.4"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16733dependencies = [
16734 "proc-macro-error2",
16735 "quote",
16736 "syn 2.0.117",
16737]
16738
16739[[package]]
16740name = "static_assertions"
16741version = "1.1.0"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16744
16745[[package]]
16746name = "story"
16747version = "0.1.0"
16748dependencies = [
16749 "gpui",
16750 "itertools 0.14.0",
16751 "smallvec",
16752]
16753
16754[[package]]
16755name = "storybook"
16756version = "0.1.0"
16757dependencies = [
16758 "anyhow",
16759 "clap",
16760 "ctrlc",
16761 "dialoguer",
16762 "editor",
16763 "fuzzy",
16764 "gpui",
16765 "gpui_platform",
16766 "indoc",
16767 "language",
16768 "log",
16769 "menu",
16770 "picker",
16771 "reqwest_client",
16772 "rust-embed",
16773 "settings",
16774 "simplelog",
16775 "story",
16776 "strum 0.27.2",
16777 "theme",
16778 "theme_settings",
16779 "title_bar",
16780 "ui",
16781]
16782
16783[[package]]
16784name = "streaming-iterator"
16785version = "0.1.9"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16788
16789[[package]]
16790name = "streaming_diff"
16791version = "0.1.0"
16792dependencies = [
16793 "ordered-float 2.10.1",
16794 "rand 0.9.2",
16795 "rope",
16796 "util",
16797]
16798
16799[[package]]
16800name = "strength_reduce"
16801version = "0.2.4"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16804
16805[[package]]
16806name = "strict-num"
16807version = "0.1.1"
16808source = "registry+https://github.com/rust-lang/crates.io-index"
16809checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16810dependencies = [
16811 "float-cmp",
16812]
16813
16814[[package]]
16815name = "string_cache"
16816version = "0.8.9"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16819dependencies = [
16820 "new_debug_unreachable",
16821 "parking_lot",
16822 "phf_shared 0.11.3",
16823 "precomputed-hash",
16824 "serde",
16825]
16826
16827[[package]]
16828name = "string_cache_codegen"
16829version = "0.5.4"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16832dependencies = [
16833 "phf_generator 0.11.3",
16834 "phf_shared 0.11.3",
16835 "proc-macro2",
16836 "quote",
16837]
16838
16839[[package]]
16840name = "stringprep"
16841version = "0.1.5"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16844dependencies = [
16845 "unicode-bidi",
16846 "unicode-normalization",
16847 "unicode-properties",
16848]
16849
16850[[package]]
16851name = "strsim"
16852version = "0.11.1"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16855
16856[[package]]
16857name = "strum"
16858version = "0.26.3"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16861
16862[[package]]
16863name = "strum"
16864version = "0.27.2"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16867dependencies = [
16868 "strum_macros 0.27.2",
16869]
16870
16871[[package]]
16872name = "strum"
16873version = "0.28.0"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16876dependencies = [
16877 "strum_macros 0.28.0",
16878]
16879
16880[[package]]
16881name = "strum_macros"
16882version = "0.27.2"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16885dependencies = [
16886 "heck 0.5.0",
16887 "proc-macro2",
16888 "quote",
16889 "syn 2.0.117",
16890]
16891
16892[[package]]
16893name = "strum_macros"
16894version = "0.28.0"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16897dependencies = [
16898 "heck 0.5.0",
16899 "proc-macro2",
16900 "quote",
16901 "syn 2.0.117",
16902]
16903
16904[[package]]
16905name = "subtle"
16906version = "2.6.1"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16909
16910[[package]]
16911name = "sum_tree"
16912version = "0.1.0"
16913dependencies = [
16914 "ctor",
16915 "heapless",
16916 "log",
16917 "proptest",
16918 "rand 0.9.2",
16919 "rayon",
16920 "tracing",
16921 "zlog",
16922 "ztracing",
16923]
16924
16925[[package]]
16926name = "sval"
16927version = "2.15.0"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16930
16931[[package]]
16932name = "sval_buffer"
16933version = "2.15.0"
16934source = "registry+https://github.com/rust-lang/crates.io-index"
16935checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16936dependencies = [
16937 "sval",
16938 "sval_ref",
16939]
16940
16941[[package]]
16942name = "sval_dynamic"
16943version = "2.15.0"
16944source = "registry+https://github.com/rust-lang/crates.io-index"
16945checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16946dependencies = [
16947 "sval",
16948]
16949
16950[[package]]
16951name = "sval_fmt"
16952version = "2.15.0"
16953source = "registry+https://github.com/rust-lang/crates.io-index"
16954checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16955dependencies = [
16956 "itoa",
16957 "ryu",
16958 "sval",
16959]
16960
16961[[package]]
16962name = "sval_json"
16963version = "2.15.0"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16966dependencies = [
16967 "itoa",
16968 "ryu",
16969 "sval",
16970]
16971
16972[[package]]
16973name = "sval_nested"
16974version = "2.15.0"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16977dependencies = [
16978 "sval",
16979 "sval_buffer",
16980 "sval_ref",
16981]
16982
16983[[package]]
16984name = "sval_ref"
16985version = "2.15.0"
16986source = "registry+https://github.com/rust-lang/crates.io-index"
16987checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16988dependencies = [
16989 "sval",
16990]
16991
16992[[package]]
16993name = "sval_serde"
16994version = "2.15.0"
16995source = "registry+https://github.com/rust-lang/crates.io-index"
16996checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16997dependencies = [
16998 "serde_core",
16999 "sval",
17000 "sval_nested",
17001]
17002
17003[[package]]
17004name = "svg_fmt"
17005version = "0.4.5"
17006source = "registry+https://github.com/rust-lang/crates.io-index"
17007checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
17008
17009[[package]]
17010name = "svg_preview"
17011version = "0.1.0"
17012dependencies = [
17013 "file_icons",
17014 "gpui",
17015 "language",
17016 "multi_buffer",
17017 "ui",
17018 "workspace",
17019 "zed_actions",
17020]
17021
17022[[package]]
17023name = "svgtypes"
17024version = "0.15.3"
17025source = "registry+https://github.com/rust-lang/crates.io-index"
17026checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17027dependencies = [
17028 "kurbo",
17029 "siphasher 1.0.1",
17030]
17031
17032[[package]]
17033name = "swash"
17034version = "0.2.6"
17035source = "registry+https://github.com/rust-lang/crates.io-index"
17036checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17037dependencies = [
17038 "skrifa 0.37.0",
17039 "yazi",
17040 "zeno",
17041]
17042
17043[[package]]
17044name = "symphonia"
17045version = "0.5.5"
17046source = "registry+https://github.com/rust-lang/crates.io-index"
17047checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17048dependencies = [
17049 "lazy_static",
17050 "symphonia-bundle-flac",
17051 "symphonia-bundle-mp3",
17052 "symphonia-codec-aac",
17053 "symphonia-codec-pcm",
17054 "symphonia-codec-vorbis",
17055 "symphonia-core",
17056 "symphonia-format-isomp4",
17057 "symphonia-format-ogg",
17058 "symphonia-format-riff",
17059 "symphonia-metadata",
17060]
17061
17062[[package]]
17063name = "symphonia-bundle-flac"
17064version = "0.5.5"
17065source = "registry+https://github.com/rust-lang/crates.io-index"
17066checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17067dependencies = [
17068 "log",
17069 "symphonia-core",
17070 "symphonia-metadata",
17071 "symphonia-utils-xiph",
17072]
17073
17074[[package]]
17075name = "symphonia-bundle-mp3"
17076version = "0.5.5"
17077source = "registry+https://github.com/rust-lang/crates.io-index"
17078checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17079dependencies = [
17080 "lazy_static",
17081 "log",
17082 "symphonia-core",
17083 "symphonia-metadata",
17084]
17085
17086[[package]]
17087name = "symphonia-codec-aac"
17088version = "0.5.5"
17089source = "registry+https://github.com/rust-lang/crates.io-index"
17090checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17091dependencies = [
17092 "lazy_static",
17093 "log",
17094 "symphonia-core",
17095]
17096
17097[[package]]
17098name = "symphonia-codec-pcm"
17099version = "0.5.5"
17100source = "registry+https://github.com/rust-lang/crates.io-index"
17101checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17102dependencies = [
17103 "log",
17104 "symphonia-core",
17105]
17106
17107[[package]]
17108name = "symphonia-codec-vorbis"
17109version = "0.5.5"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17112dependencies = [
17113 "log",
17114 "symphonia-core",
17115 "symphonia-utils-xiph",
17116]
17117
17118[[package]]
17119name = "symphonia-core"
17120version = "0.5.5"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17123dependencies = [
17124 "arrayvec",
17125 "bitflags 1.3.2",
17126 "bytemuck",
17127 "lazy_static",
17128 "log",
17129]
17130
17131[[package]]
17132name = "symphonia-format-isomp4"
17133version = "0.5.5"
17134source = "registry+https://github.com/rust-lang/crates.io-index"
17135checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17136dependencies = [
17137 "encoding_rs",
17138 "log",
17139 "symphonia-core",
17140 "symphonia-metadata",
17141 "symphonia-utils-xiph",
17142]
17143
17144[[package]]
17145name = "symphonia-format-ogg"
17146version = "0.5.5"
17147source = "registry+https://github.com/rust-lang/crates.io-index"
17148checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17149dependencies = [
17150 "log",
17151 "symphonia-core",
17152 "symphonia-metadata",
17153 "symphonia-utils-xiph",
17154]
17155
17156[[package]]
17157name = "symphonia-format-riff"
17158version = "0.5.5"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17161dependencies = [
17162 "extended",
17163 "log",
17164 "symphonia-core",
17165 "symphonia-metadata",
17166]
17167
17168[[package]]
17169name = "symphonia-metadata"
17170version = "0.5.5"
17171source = "registry+https://github.com/rust-lang/crates.io-index"
17172checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17173dependencies = [
17174 "encoding_rs",
17175 "lazy_static",
17176 "log",
17177 "symphonia-core",
17178]
17179
17180[[package]]
17181name = "symphonia-utils-xiph"
17182version = "0.5.5"
17183source = "registry+https://github.com/rust-lang/crates.io-index"
17184checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17185dependencies = [
17186 "symphonia-core",
17187 "symphonia-metadata",
17188]
17189
17190[[package]]
17191name = "syn"
17192version = "1.0.109"
17193source = "registry+https://github.com/rust-lang/crates.io-index"
17194checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17195dependencies = [
17196 "proc-macro2",
17197 "quote",
17198 "unicode-ident",
17199]
17200
17201[[package]]
17202name = "syn"
17203version = "2.0.117"
17204source = "registry+https://github.com/rust-lang/crates.io-index"
17205checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17206dependencies = [
17207 "proc-macro2",
17208 "quote",
17209 "unicode-ident",
17210]
17211
17212[[package]]
17213name = "sync_wrapper"
17214version = "0.1.2"
17215source = "registry+https://github.com/rust-lang/crates.io-index"
17216checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17217
17218[[package]]
17219name = "sync_wrapper"
17220version = "1.0.2"
17221source = "registry+https://github.com/rust-lang/crates.io-index"
17222checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17223dependencies = [
17224 "futures-core",
17225]
17226
17227[[package]]
17228name = "synchronoise"
17229version = "1.0.1"
17230source = "registry+https://github.com/rust-lang/crates.io-index"
17231checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17232dependencies = [
17233 "crossbeam-queue",
17234]
17235
17236[[package]]
17237name = "synstructure"
17238version = "0.13.2"
17239source = "registry+https://github.com/rust-lang/crates.io-index"
17240checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17241dependencies = [
17242 "proc-macro2",
17243 "quote",
17244 "syn 2.0.117",
17245]
17246
17247[[package]]
17248name = "syntax_theme"
17249version = "0.1.0"
17250dependencies = [
17251 "gpui",
17252 "serde",
17253 "serde_json",
17254]
17255
17256[[package]]
17257name = "sys-locale"
17258version = "0.3.2"
17259source = "registry+https://github.com/rust-lang/crates.io-index"
17260checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17261dependencies = [
17262 "libc",
17263]
17264
17265[[package]]
17266name = "sysctl"
17267version = "0.5.5"
17268source = "registry+https://github.com/rust-lang/crates.io-index"
17269checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17270dependencies = [
17271 "bitflags 2.10.0",
17272 "byteorder",
17273 "enum-as-inner",
17274 "libc",
17275 "thiserror 1.0.69",
17276 "walkdir",
17277]
17278
17279[[package]]
17280name = "sysctl"
17281version = "0.6.0"
17282source = "registry+https://github.com/rust-lang/crates.io-index"
17283checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17284dependencies = [
17285 "bitflags 2.10.0",
17286 "byteorder",
17287 "enum-as-inner",
17288 "libc",
17289 "thiserror 1.0.69",
17290 "walkdir",
17291]
17292
17293[[package]]
17294name = "sysinfo"
17295version = "0.31.4"
17296source = "registry+https://github.com/rust-lang/crates.io-index"
17297checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17298dependencies = [
17299 "core-foundation-sys",
17300 "libc",
17301 "memchr",
17302 "ntapi",
17303 "rayon",
17304 "windows 0.57.0",
17305]
17306
17307[[package]]
17308name = "sysinfo"
17309version = "0.37.2"
17310source = "registry+https://github.com/rust-lang/crates.io-index"
17311checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17312dependencies = [
17313 "libc",
17314 "memchr",
17315 "ntapi",
17316 "objc2-core-foundation",
17317 "objc2-io-kit",
17318 "windows 0.61.3",
17319]
17320
17321[[package]]
17322name = "system-configuration"
17323version = "0.5.1"
17324source = "registry+https://github.com/rust-lang/crates.io-index"
17325checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17326dependencies = [
17327 "bitflags 1.3.2",
17328 "core-foundation 0.9.4",
17329 "system-configuration-sys 0.5.0",
17330]
17331
17332[[package]]
17333name = "system-configuration"
17334version = "0.6.1"
17335source = "registry+https://github.com/rust-lang/crates.io-index"
17336checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17337dependencies = [
17338 "bitflags 2.10.0",
17339 "core-foundation 0.9.4",
17340 "system-configuration-sys 0.6.0",
17341]
17342
17343[[package]]
17344name = "system-configuration-sys"
17345version = "0.5.0"
17346source = "registry+https://github.com/rust-lang/crates.io-index"
17347checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17348dependencies = [
17349 "core-foundation-sys",
17350 "libc",
17351]
17352
17353[[package]]
17354name = "system-configuration-sys"
17355version = "0.6.0"
17356source = "registry+https://github.com/rust-lang/crates.io-index"
17357checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17358dependencies = [
17359 "core-foundation-sys",
17360 "libc",
17361]
17362
17363[[package]]
17364name = "system-deps"
17365version = "6.2.2"
17366source = "registry+https://github.com/rust-lang/crates.io-index"
17367checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17368dependencies = [
17369 "cfg-expr 0.15.8",
17370 "heck 0.5.0",
17371 "pkg-config",
17372 "toml 0.8.23",
17373 "version-compare",
17374]
17375
17376[[package]]
17377name = "system-deps"
17378version = "7.0.7"
17379source = "registry+https://github.com/rust-lang/crates.io-index"
17380checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17381dependencies = [
17382 "cfg-expr 0.20.6",
17383 "heck 0.5.0",
17384 "pkg-config",
17385 "toml 0.9.8",
17386 "version-compare",
17387]
17388
17389[[package]]
17390name = "system-interface"
17391version = "0.27.3"
17392source = "registry+https://github.com/rust-lang/crates.io-index"
17393checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17394dependencies = [
17395 "bitflags 2.10.0",
17396 "cap-fs-ext",
17397 "cap-std",
17398 "fd-lock",
17399 "io-lifetimes",
17400 "rustix 0.38.44",
17401 "windows-sys 0.59.0",
17402 "winx",
17403]
17404
17405[[package]]
17406name = "system_specs"
17407version = "0.1.0"
17408dependencies = [
17409 "anyhow",
17410 "client",
17411 "gpui",
17412 "human_bytes",
17413 "pciid-parser",
17414 "release_channel",
17415 "semver",
17416 "serde",
17417 "sysinfo 0.37.2",
17418]
17419
17420[[package]]
17421name = "tab_switcher"
17422version = "0.1.0"
17423dependencies = [
17424 "collections",
17425 "ctor",
17426 "editor",
17427 "fuzzy",
17428 "gpui",
17429 "menu",
17430 "picker",
17431 "project",
17432 "schemars",
17433 "serde",
17434 "serde_json",
17435 "settings",
17436 "smol",
17437 "theme",
17438 "theme_settings",
17439 "ui",
17440 "util",
17441 "workspace",
17442 "zlog",
17443]
17444
17445[[package]]
17446name = "taffy"
17447version = "0.9.0"
17448source = "registry+https://github.com/rust-lang/crates.io-index"
17449checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17450dependencies = [
17451 "arrayvec",
17452 "grid",
17453 "serde",
17454 "slotmap",
17455]
17456
17457[[package]]
17458name = "tagptr"
17459version = "0.2.0"
17460source = "registry+https://github.com/rust-lang/crates.io-index"
17461checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17462
17463[[package]]
17464name = "take-until"
17465version = "0.2.0"
17466source = "registry+https://github.com/rust-lang/crates.io-index"
17467checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17468
17469[[package]]
17470name = "tao-core-video-sys"
17471version = "0.2.0"
17472source = "registry+https://github.com/rust-lang/crates.io-index"
17473checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17474dependencies = [
17475 "cfg-if",
17476 "core-foundation-sys",
17477 "libc",
17478 "objc",
17479]
17480
17481[[package]]
17482name = "tap"
17483version = "1.0.1"
17484source = "registry+https://github.com/rust-lang/crates.io-index"
17485checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17486
17487[[package]]
17488name = "target-lexicon"
17489version = "0.12.16"
17490source = "registry+https://github.com/rust-lang/crates.io-index"
17491checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17492
17493[[package]]
17494name = "target-lexicon"
17495version = "0.13.3"
17496source = "registry+https://github.com/rust-lang/crates.io-index"
17497checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17498
17499[[package]]
17500name = "task"
17501version = "0.1.0"
17502dependencies = [
17503 "anyhow",
17504 "collections",
17505 "futures 0.3.32",
17506 "gpui",
17507 "hex",
17508 "log",
17509 "parking_lot",
17510 "pretty_assertions",
17511 "proto",
17512 "schemars",
17513 "serde",
17514 "serde_json",
17515 "serde_json_lenient",
17516 "sha2",
17517 "shellexpand 2.1.2",
17518 "util",
17519 "zed_actions",
17520]
17521
17522[[package]]
17523name = "tasks_ui"
17524version = "0.1.0"
17525dependencies = [
17526 "anyhow",
17527 "collections",
17528 "editor",
17529 "file_icons",
17530 "fuzzy",
17531 "gpui",
17532 "itertools 0.14.0",
17533 "language",
17534 "menu",
17535 "picker",
17536 "project",
17537 "serde",
17538 "serde_json",
17539 "task",
17540 "tree-sitter-rust",
17541 "tree-sitter-typescript",
17542 "ui",
17543 "util",
17544 "workspace",
17545 "zed_actions",
17546]
17547
17548[[package]]
17549name = "telemetry"
17550version = "0.1.0"
17551dependencies = [
17552 "futures 0.3.32",
17553 "serde",
17554 "serde_json",
17555 "telemetry_events",
17556]
17557
17558[[package]]
17559name = "telemetry_events"
17560version = "0.1.0"
17561dependencies = [
17562 "semver",
17563 "serde",
17564 "serde_json",
17565]
17566
17567[[package]]
17568name = "tempfile"
17569version = "3.23.0"
17570source = "registry+https://github.com/rust-lang/crates.io-index"
17571checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17572dependencies = [
17573 "fastrand 2.3.0",
17574 "getrandom 0.3.4",
17575 "once_cell",
17576 "rustix 1.1.2",
17577 "windows-sys 0.61.2",
17578]
17579
17580[[package]]
17581name = "tendril"
17582version = "0.4.3"
17583source = "registry+https://github.com/rust-lang/crates.io-index"
17584checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17585dependencies = [
17586 "futf",
17587 "mac",
17588 "utf-8",
17589]
17590
17591[[package]]
17592name = "termcolor"
17593version = "1.4.1"
17594source = "registry+https://github.com/rust-lang/crates.io-index"
17595checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17596dependencies = [
17597 "winapi-util",
17598]
17599
17600[[package]]
17601name = "terminal"
17602version = "0.1.0"
17603dependencies = [
17604 "alacritty_terminal",
17605 "anyhow",
17606 "collections",
17607 "futures 0.3.32",
17608 "gpui",
17609 "itertools 0.14.0",
17610 "libc",
17611 "log",
17612 "parking_lot",
17613 "rand 0.9.2",
17614 "regex",
17615 "release_channel",
17616 "schemars",
17617 "serde",
17618 "settings",
17619 "smol",
17620 "sysinfo 0.37.2",
17621 "task",
17622 "theme",
17623 "theme_settings",
17624 "thiserror 2.0.17",
17625 "url",
17626 "urlencoding",
17627 "util",
17628 "util_macros",
17629 "windows 0.61.3",
17630]
17631
17632[[package]]
17633name = "terminal_size"
17634version = "0.4.3"
17635source = "registry+https://github.com/rust-lang/crates.io-index"
17636checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17637dependencies = [
17638 "rustix 1.1.2",
17639 "windows-sys 0.60.2",
17640]
17641
17642[[package]]
17643name = "terminal_view"
17644version = "0.1.0"
17645dependencies = [
17646 "anyhow",
17647 "async-recursion",
17648 "breadcrumbs",
17649 "collections",
17650 "db",
17651 "dirs 4.0.0",
17652 "editor",
17653 "futures 0.3.32",
17654 "gpui",
17655 "itertools 0.14.0",
17656 "language",
17657 "log",
17658 "menu",
17659 "pretty_assertions",
17660 "project",
17661 "regex",
17662 "schemars",
17663 "serde",
17664 "serde_json",
17665 "settings",
17666 "shellexpand 2.1.2",
17667 "task",
17668 "terminal",
17669 "theme",
17670 "theme_settings",
17671 "ui",
17672 "util",
17673 "workspace",
17674 "zed_actions",
17675]
17676
17677[[package]]
17678name = "text"
17679version = "0.1.0"
17680dependencies = [
17681 "anyhow",
17682 "clock",
17683 "collections",
17684 "ctor",
17685 "gpui",
17686 "log",
17687 "parking_lot",
17688 "postage",
17689 "rand 0.9.2",
17690 "regex",
17691 "rope",
17692 "smallvec",
17693 "sum_tree",
17694 "util",
17695 "zlog",
17696]
17697
17698[[package]]
17699name = "theme"
17700version = "0.1.0"
17701dependencies = [
17702 "anyhow",
17703 "collections",
17704 "derive_more",
17705 "gpui",
17706 "palette",
17707 "parking_lot",
17708 "refineable",
17709 "schemars",
17710 "serde",
17711 "serde_json",
17712 "serde_json_lenient",
17713 "strum 0.27.2",
17714 "syntax_theme",
17715 "thiserror 2.0.17",
17716 "uuid",
17717]
17718
17719[[package]]
17720name = "theme_extension"
17721version = "0.1.0"
17722dependencies = [
17723 "anyhow",
17724 "extension",
17725 "fs",
17726 "gpui",
17727 "theme",
17728 "theme_settings",
17729]
17730
17731[[package]]
17732name = "theme_importer"
17733version = "0.1.0"
17734dependencies = [
17735 "anyhow",
17736 "clap",
17737 "collections",
17738 "gpui",
17739 "indexmap",
17740 "log",
17741 "palette",
17742 "serde",
17743 "serde_json",
17744 "serde_json_lenient",
17745 "simplelog",
17746 "strum 0.27.2",
17747 "theme",
17748 "theme_settings",
17749 "vscode_theme",
17750]
17751
17752[[package]]
17753name = "theme_selector"
17754version = "0.1.0"
17755dependencies = [
17756 "editor",
17757 "fs",
17758 "fuzzy",
17759 "gpui",
17760 "log",
17761 "picker",
17762 "project",
17763 "serde",
17764 "serde_json",
17765 "settings",
17766 "telemetry",
17767 "theme",
17768 "theme_settings",
17769 "ui",
17770 "util",
17771 "workspace",
17772 "zed_actions",
17773]
17774
17775[[package]]
17776name = "theme_settings"
17777version = "0.1.0"
17778dependencies = [
17779 "anyhow",
17780 "collections",
17781 "gpui",
17782 "gpui_util",
17783 "log",
17784 "palette",
17785 "refineable",
17786 "schemars",
17787 "serde",
17788 "serde_json",
17789 "serde_json_lenient",
17790 "settings",
17791 "theme",
17792 "uuid",
17793]
17794
17795[[package]]
17796name = "thiserror"
17797version = "1.0.69"
17798source = "registry+https://github.com/rust-lang/crates.io-index"
17799checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17800dependencies = [
17801 "thiserror-impl 1.0.69",
17802]
17803
17804[[package]]
17805name = "thiserror"
17806version = "2.0.17"
17807source = "registry+https://github.com/rust-lang/crates.io-index"
17808checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17809dependencies = [
17810 "thiserror-impl 2.0.17",
17811]
17812
17813[[package]]
17814name = "thiserror-impl"
17815version = "1.0.69"
17816source = "registry+https://github.com/rust-lang/crates.io-index"
17817checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17818dependencies = [
17819 "proc-macro2",
17820 "quote",
17821 "syn 2.0.117",
17822]
17823
17824[[package]]
17825name = "thiserror-impl"
17826version = "2.0.17"
17827source = "registry+https://github.com/rust-lang/crates.io-index"
17828checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17829dependencies = [
17830 "proc-macro2",
17831 "quote",
17832 "syn 2.0.117",
17833]
17834
17835[[package]]
17836name = "thread_local"
17837version = "1.1.9"
17838source = "registry+https://github.com/rust-lang/crates.io-index"
17839checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17840dependencies = [
17841 "cfg-if",
17842]
17843
17844[[package]]
17845name = "tiff"
17846version = "0.10.3"
17847source = "registry+https://github.com/rust-lang/crates.io-index"
17848checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17849dependencies = [
17850 "fax",
17851 "flate2",
17852 "half",
17853 "quick-error 2.0.1",
17854 "weezl",
17855 "zune-jpeg",
17856]
17857
17858[[package]]
17859name = "tiktoken-rs"
17860version = "0.9.1"
17861source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17862dependencies = [
17863 "anyhow",
17864 "base64 0.22.1",
17865 "bstr",
17866 "fancy-regex 0.16.2",
17867 "lazy_static",
17868 "regex",
17869 "rustc-hash 1.1.0",
17870]
17871
17872[[package]]
17873name = "time"
17874version = "0.3.47"
17875source = "registry+https://github.com/rust-lang/crates.io-index"
17876checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17877dependencies = [
17878 "deranged",
17879 "itoa",
17880 "libc",
17881 "num-conv",
17882 "num_threads",
17883 "powerfmt",
17884 "serde_core",
17885 "time-core",
17886 "time-macros",
17887]
17888
17889[[package]]
17890name = "time-core"
17891version = "0.1.8"
17892source = "registry+https://github.com/rust-lang/crates.io-index"
17893checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17894
17895[[package]]
17896name = "time-macros"
17897version = "0.2.27"
17898source = "registry+https://github.com/rust-lang/crates.io-index"
17899checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17900dependencies = [
17901 "num-conv",
17902 "time-core",
17903]
17904
17905[[package]]
17906name = "time_format"
17907version = "0.1.0"
17908dependencies = [
17909 "core-foundation 0.10.0",
17910 "core-foundation-sys",
17911 "sys-locale",
17912 "time",
17913 "windows 0.61.3",
17914]
17915
17916[[package]]
17917name = "tiny-keccak"
17918version = "2.0.2"
17919source = "registry+https://github.com/rust-lang/crates.io-index"
17920checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17921dependencies = [
17922 "crunchy",
17923]
17924
17925[[package]]
17926name = "tiny-skia"
17927version = "0.11.4"
17928source = "registry+https://github.com/rust-lang/crates.io-index"
17929checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17930dependencies = [
17931 "arrayref",
17932 "arrayvec",
17933 "bytemuck",
17934 "cfg-if",
17935 "log",
17936 "png 0.17.16",
17937 "tiny-skia-path",
17938]
17939
17940[[package]]
17941name = "tiny-skia-path"
17942version = "0.11.4"
17943source = "registry+https://github.com/rust-lang/crates.io-index"
17944checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17945dependencies = [
17946 "arrayref",
17947 "bytemuck",
17948 "strict-num",
17949]
17950
17951[[package]]
17952name = "tiny_http"
17953version = "0.12.0"
17954source = "registry+https://github.com/rust-lang/crates.io-index"
17955checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17956dependencies = [
17957 "ascii",
17958 "chunked_transfer",
17959 "httpdate",
17960 "log",
17961]
17962
17963[[package]]
17964name = "tinystr"
17965version = "0.8.1"
17966source = "registry+https://github.com/rust-lang/crates.io-index"
17967checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17968dependencies = [
17969 "displaydoc",
17970 "zerovec",
17971]
17972
17973[[package]]
17974name = "tinytemplate"
17975version = "1.2.1"
17976source = "registry+https://github.com/rust-lang/crates.io-index"
17977checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17978dependencies = [
17979 "serde",
17980 "serde_json",
17981]
17982
17983[[package]]
17984name = "tinyvec"
17985version = "1.10.0"
17986source = "registry+https://github.com/rust-lang/crates.io-index"
17987checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17988dependencies = [
17989 "tinyvec_macros",
17990]
17991
17992[[package]]
17993name = "tinyvec_macros"
17994version = "0.1.1"
17995source = "registry+https://github.com/rust-lang/crates.io-index"
17996checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17997
17998[[package]]
17999name = "title_bar"
18000version = "0.1.0"
18001dependencies = [
18002 "anyhow",
18003 "auto_update",
18004 "call",
18005 "channel",
18006 "chrono",
18007 "client",
18008 "cloud_api_types",
18009 "db",
18010 "git_ui",
18011 "gpui",
18012 "icons",
18013 "livekit_client",
18014 "notifications",
18015 "platform_title_bar",
18016 "project",
18017 "recent_projects",
18018 "release_channel",
18019 "remote",
18020 "remote_connection",
18021 "rpc",
18022 "schemars",
18023 "semver",
18024 "serde",
18025 "settings",
18026 "smallvec",
18027 "story",
18028 "telemetry",
18029 "theme",
18030 "ui",
18031 "util",
18032 "windows 0.61.3",
18033 "workspace",
18034 "zed_actions",
18035]
18036
18037[[package]]
18038name = "tokio"
18039version = "1.48.0"
18040source = "registry+https://github.com/rust-lang/crates.io-index"
18041checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18042dependencies = [
18043 "bytes 1.11.1",
18044 "libc",
18045 "mio 1.1.0",
18046 "parking_lot",
18047 "pin-project-lite",
18048 "signal-hook-registry",
18049 "socket2 0.6.1",
18050 "tokio-macros",
18051 "windows-sys 0.61.2",
18052]
18053
18054[[package]]
18055name = "tokio-io"
18056version = "0.1.13"
18057source = "registry+https://github.com/rust-lang/crates.io-index"
18058checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18059dependencies = [
18060 "bytes 0.4.12",
18061 "futures 0.1.31",
18062 "log",
18063]
18064
18065[[package]]
18066name = "tokio-macros"
18067version = "2.6.0"
18068source = "registry+https://github.com/rust-lang/crates.io-index"
18069checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18070dependencies = [
18071 "proc-macro2",
18072 "quote",
18073 "syn 2.0.117",
18074]
18075
18076[[package]]
18077name = "tokio-native-tls"
18078version = "0.3.1"
18079source = "registry+https://github.com/rust-lang/crates.io-index"
18080checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18081dependencies = [
18082 "native-tls",
18083 "tokio",
18084]
18085
18086[[package]]
18087name = "tokio-rustls"
18088version = "0.24.1"
18089source = "registry+https://github.com/rust-lang/crates.io-index"
18090checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18091dependencies = [
18092 "rustls 0.21.12",
18093 "tokio",
18094]
18095
18096[[package]]
18097name = "tokio-rustls"
18098version = "0.26.2"
18099source = "registry+https://github.com/rust-lang/crates.io-index"
18100checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18101dependencies = [
18102 "rustls 0.23.33",
18103 "tokio",
18104]
18105
18106[[package]]
18107name = "tokio-socks"
18108version = "0.5.2"
18109source = "registry+https://github.com/rust-lang/crates.io-index"
18110checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18111dependencies = [
18112 "either",
18113 "futures-io",
18114 "futures-util",
18115 "thiserror 1.0.69",
18116 "tokio",
18117]
18118
18119[[package]]
18120name = "tokio-stream"
18121version = "0.1.17"
18122source = "registry+https://github.com/rust-lang/crates.io-index"
18123checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18124dependencies = [
18125 "futures-core",
18126 "pin-project-lite",
18127 "tokio",
18128]
18129
18130[[package]]
18131name = "tokio-tungstenite"
18132version = "0.20.1"
18133source = "registry+https://github.com/rust-lang/crates.io-index"
18134checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18135dependencies = [
18136 "futures-util",
18137 "log",
18138 "tokio",
18139 "tungstenite 0.20.1",
18140]
18141
18142[[package]]
18143name = "tokio-tungstenite"
18144version = "0.21.0"
18145source = "registry+https://github.com/rust-lang/crates.io-index"
18146checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18147dependencies = [
18148 "futures-util",
18149 "log",
18150 "tokio",
18151 "tungstenite 0.21.0",
18152]
18153
18154[[package]]
18155name = "tokio-tungstenite"
18156version = "0.28.0"
18157source = "registry+https://github.com/rust-lang/crates.io-index"
18158checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18159dependencies = [
18160 "futures-util",
18161 "log",
18162 "rustls 0.23.33",
18163 "rustls-native-certs 0.8.2",
18164 "rustls-pki-types",
18165 "tokio",
18166 "tokio-rustls 0.26.2",
18167 "tungstenite 0.28.0",
18168]
18169
18170[[package]]
18171name = "tokio-util"
18172version = "0.7.16"
18173source = "registry+https://github.com/rust-lang/crates.io-index"
18174checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18175dependencies = [
18176 "bytes 1.11.1",
18177 "futures-core",
18178 "futures-io",
18179 "futures-sink",
18180 "pin-project-lite",
18181 "tokio",
18182]
18183
18184[[package]]
18185name = "toml"
18186version = "0.5.11"
18187source = "registry+https://github.com/rust-lang/crates.io-index"
18188checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18189dependencies = [
18190 "serde",
18191]
18192
18193[[package]]
18194name = "toml"
18195version = "0.8.23"
18196source = "registry+https://github.com/rust-lang/crates.io-index"
18197checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18198dependencies = [
18199 "serde",
18200 "serde_spanned 0.6.9",
18201 "toml_datetime 0.6.11",
18202 "toml_edit 0.22.27",
18203]
18204
18205[[package]]
18206name = "toml"
18207version = "0.9.8"
18208source = "registry+https://github.com/rust-lang/crates.io-index"
18209checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18210dependencies = [
18211 "indexmap",
18212 "serde_core",
18213 "serde_spanned 1.0.3",
18214 "toml_datetime 0.7.3",
18215 "toml_parser",
18216 "toml_writer",
18217 "winnow",
18218]
18219
18220[[package]]
18221name = "toml_datetime"
18222version = "0.6.11"
18223source = "registry+https://github.com/rust-lang/crates.io-index"
18224checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18225dependencies = [
18226 "serde",
18227]
18228
18229[[package]]
18230name = "toml_datetime"
18231version = "0.7.3"
18232source = "registry+https://github.com/rust-lang/crates.io-index"
18233checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18234dependencies = [
18235 "serde_core",
18236]
18237
18238[[package]]
18239name = "toml_edit"
18240version = "0.22.27"
18241source = "registry+https://github.com/rust-lang/crates.io-index"
18242checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18243dependencies = [
18244 "indexmap",
18245 "serde",
18246 "serde_spanned 0.6.9",
18247 "toml_datetime 0.6.11",
18248 "toml_write",
18249 "winnow",
18250]
18251
18252[[package]]
18253name = "toml_edit"
18254version = "0.23.7"
18255source = "registry+https://github.com/rust-lang/crates.io-index"
18256checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18257dependencies = [
18258 "indexmap",
18259 "toml_datetime 0.7.3",
18260 "toml_parser",
18261 "winnow",
18262]
18263
18264[[package]]
18265name = "toml_parser"
18266version = "1.0.4"
18267source = "registry+https://github.com/rust-lang/crates.io-index"
18268checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18269dependencies = [
18270 "winnow",
18271]
18272
18273[[package]]
18274name = "toml_write"
18275version = "0.1.2"
18276source = "registry+https://github.com/rust-lang/crates.io-index"
18277checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18278
18279[[package]]
18280name = "toml_writer"
18281version = "1.0.4"
18282source = "registry+https://github.com/rust-lang/crates.io-index"
18283checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18284
18285[[package]]
18286name = "toolchain_selector"
18287version = "0.1.0"
18288dependencies = [
18289 "anyhow",
18290 "convert_case 0.8.0",
18291 "editor",
18292 "futures 0.3.32",
18293 "fuzzy",
18294 "gpui",
18295 "language",
18296 "menu",
18297 "open_path_prompt",
18298 "picker",
18299 "project",
18300 "ui",
18301 "util",
18302 "workspace",
18303]
18304
18305[[package]]
18306name = "topological-sort"
18307version = "0.2.2"
18308source = "registry+https://github.com/rust-lang/crates.io-index"
18309checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18310
18311[[package]]
18312name = "tower"
18313version = "0.4.13"
18314source = "registry+https://github.com/rust-lang/crates.io-index"
18315checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18316dependencies = [
18317 "futures-core",
18318 "futures-util",
18319 "pin-project",
18320 "pin-project-lite",
18321 "tokio",
18322 "tower-layer",
18323 "tower-service",
18324 "tracing",
18325]
18326
18327[[package]]
18328name = "tower"
18329version = "0.5.2"
18330source = "registry+https://github.com/rust-lang/crates.io-index"
18331checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18332dependencies = [
18333 "futures-core",
18334 "futures-util",
18335 "pin-project-lite",
18336 "sync_wrapper 1.0.2",
18337 "tokio",
18338 "tokio-util",
18339 "tower-layer",
18340 "tower-service",
18341 "tracing",
18342]
18343
18344[[package]]
18345name = "tower-http"
18346version = "0.4.4"
18347source = "registry+https://github.com/rust-lang/crates.io-index"
18348checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18349dependencies = [
18350 "bitflags 2.10.0",
18351 "bytes 1.11.1",
18352 "futures-core",
18353 "futures-util",
18354 "http 0.2.12",
18355 "http-body 0.4.6",
18356 "http-range-header",
18357 "pin-project-lite",
18358 "tower-layer",
18359 "tower-service",
18360 "tracing",
18361]
18362
18363[[package]]
18364name = "tower-http"
18365version = "0.6.6"
18366source = "registry+https://github.com/rust-lang/crates.io-index"
18367checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18368dependencies = [
18369 "bitflags 2.10.0",
18370 "bytes 1.11.1",
18371 "futures-util",
18372 "http 1.3.1",
18373 "http-body 1.0.1",
18374 "iri-string",
18375 "pin-project-lite",
18376 "tower 0.5.2",
18377 "tower-layer",
18378 "tower-service",
18379 "tracing",
18380]
18381
18382[[package]]
18383name = "tower-layer"
18384version = "0.3.3"
18385source = "registry+https://github.com/rust-lang/crates.io-index"
18386checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18387
18388[[package]]
18389name = "tower-service"
18390version = "0.3.3"
18391source = "registry+https://github.com/rust-lang/crates.io-index"
18392checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18393
18394[[package]]
18395name = "tracing"
18396version = "0.1.43"
18397source = "registry+https://github.com/rust-lang/crates.io-index"
18398checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18399dependencies = [
18400 "log",
18401 "pin-project-lite",
18402 "tracing-attributes",
18403 "tracing-core",
18404]
18405
18406[[package]]
18407name = "tracing-attributes"
18408version = "0.1.31"
18409source = "registry+https://github.com/rust-lang/crates.io-index"
18410checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18411dependencies = [
18412 "proc-macro2",
18413 "quote",
18414 "syn 2.0.117",
18415]
18416
18417[[package]]
18418name = "tracing-core"
18419version = "0.1.35"
18420source = "registry+https://github.com/rust-lang/crates.io-index"
18421checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18422dependencies = [
18423 "once_cell",
18424 "valuable",
18425]
18426
18427[[package]]
18428name = "tracing-log"
18429version = "0.2.0"
18430source = "registry+https://github.com/rust-lang/crates.io-index"
18431checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18432dependencies = [
18433 "log",
18434 "once_cell",
18435 "tracing-core",
18436]
18437
18438[[package]]
18439name = "tracing-serde"
18440version = "0.2.0"
18441source = "registry+https://github.com/rust-lang/crates.io-index"
18442checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18443dependencies = [
18444 "serde",
18445 "tracing-core",
18446]
18447
18448[[package]]
18449name = "tracing-subscriber"
18450version = "0.3.22"
18451source = "registry+https://github.com/rust-lang/crates.io-index"
18452checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18453dependencies = [
18454 "matchers",
18455 "nu-ansi-term",
18456 "once_cell",
18457 "regex-automata",
18458 "serde",
18459 "serde_json",
18460 "sharded-slab",
18461 "smallvec",
18462 "thread_local",
18463 "tracing",
18464 "tracing-core",
18465 "tracing-log",
18466 "tracing-serde",
18467]
18468
18469[[package]]
18470name = "tracing-tracy"
18471version = "0.11.4"
18472source = "registry+https://github.com/rust-lang/crates.io-index"
18473checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18474dependencies = [
18475 "tracing-core",
18476 "tracing-subscriber",
18477 "tracy-client",
18478]
18479
18480[[package]]
18481name = "tracy-client"
18482version = "0.18.3"
18483source = "registry+https://github.com/rust-lang/crates.io-index"
18484checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18485dependencies = [
18486 "loom",
18487 "once_cell",
18488 "tracy-client-sys",
18489]
18490
18491[[package]]
18492name = "tracy-client-sys"
18493version = "0.27.0"
18494source = "registry+https://github.com/rust-lang/crates.io-index"
18495checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18496dependencies = [
18497 "cc",
18498 "windows-targets 0.52.6",
18499]
18500
18501[[package]]
18502name = "transpose"
18503version = "0.2.3"
18504source = "registry+https://github.com/rust-lang/crates.io-index"
18505checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18506dependencies = [
18507 "num-integer",
18508 "strength_reduce",
18509]
18510
18511[[package]]
18512name = "tree-sitter"
18513version = "0.26.8"
18514source = "registry+https://github.com/rust-lang/crates.io-index"
18515checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18516dependencies = [
18517 "cc",
18518 "regex",
18519 "regex-syntax",
18520 "serde_json",
18521 "streaming-iterator",
18522 "tree-sitter-language",
18523 "wasmtime-c-api-impl",
18524]
18525
18526[[package]]
18527name = "tree-sitter-bash"
18528version = "0.25.1"
18529source = "registry+https://github.com/rust-lang/crates.io-index"
18530checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18531dependencies = [
18532 "cc",
18533 "tree-sitter-language",
18534]
18535
18536[[package]]
18537name = "tree-sitter-c"
18538version = "0.24.1"
18539source = "registry+https://github.com/rust-lang/crates.io-index"
18540checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18541dependencies = [
18542 "cc",
18543 "tree-sitter-language",
18544]
18545
18546[[package]]
18547name = "tree-sitter-cpp"
18548version = "0.23.4"
18549source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18550dependencies = [
18551 "cc",
18552 "tree-sitter-language",
18553]
18554
18555[[package]]
18556name = "tree-sitter-css"
18557version = "0.23.2"
18558source = "registry+https://github.com/rust-lang/crates.io-index"
18559checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18560dependencies = [
18561 "cc",
18562 "tree-sitter-language",
18563]
18564
18565[[package]]
18566name = "tree-sitter-diff"
18567version = "0.1.0"
18568source = "registry+https://github.com/rust-lang/crates.io-index"
18569checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18570dependencies = [
18571 "cc",
18572 "tree-sitter-language",
18573]
18574
18575[[package]]
18576name = "tree-sitter-elixir"
18577version = "0.3.4"
18578source = "registry+https://github.com/rust-lang/crates.io-index"
18579checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18580dependencies = [
18581 "cc",
18582 "tree-sitter-language",
18583]
18584
18585[[package]]
18586name = "tree-sitter-embedded-template"
18587version = "0.23.2"
18588source = "registry+https://github.com/rust-lang/crates.io-index"
18589checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18590dependencies = [
18591 "cc",
18592 "tree-sitter-language",
18593]
18594
18595[[package]]
18596name = "tree-sitter-gitcommit"
18597version = "0.0.1"
18598source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18599dependencies = [
18600 "cc",
18601 "tree-sitter-language",
18602]
18603
18604[[package]]
18605name = "tree-sitter-go"
18606version = "0.25.0"
18607source = "registry+https://github.com/rust-lang/crates.io-index"
18608checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18609dependencies = [
18610 "cc",
18611 "tree-sitter-language",
18612]
18613
18614[[package]]
18615name = "tree-sitter-gomod"
18616version = "1.1.1"
18617source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18618dependencies = [
18619 "cc",
18620 "tree-sitter-language",
18621]
18622
18623[[package]]
18624name = "tree-sitter-gowork"
18625version = "0.0.1"
18626source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18627dependencies = [
18628 "cc",
18629 "tree-sitter-language",
18630]
18631
18632[[package]]
18633name = "tree-sitter-heex"
18634version = "0.0.1"
18635source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18636dependencies = [
18637 "cc",
18638 "tree-sitter-language",
18639]
18640
18641[[package]]
18642name = "tree-sitter-html"
18643version = "0.23.2"
18644source = "registry+https://github.com/rust-lang/crates.io-index"
18645checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18646dependencies = [
18647 "cc",
18648 "tree-sitter-language",
18649]
18650
18651[[package]]
18652name = "tree-sitter-jsdoc"
18653version = "0.23.2"
18654source = "registry+https://github.com/rust-lang/crates.io-index"
18655checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18656dependencies = [
18657 "cc",
18658 "tree-sitter-language",
18659]
18660
18661[[package]]
18662name = "tree-sitter-json"
18663version = "0.24.8"
18664source = "registry+https://github.com/rust-lang/crates.io-index"
18665checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18666dependencies = [
18667 "cc",
18668 "tree-sitter-language",
18669]
18670
18671[[package]]
18672name = "tree-sitter-language"
18673version = "0.1.5"
18674source = "registry+https://github.com/rust-lang/crates.io-index"
18675checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18676
18677[[package]]
18678name = "tree-sitter-md"
18679version = "0.3.2"
18680source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18681dependencies = [
18682 "cc",
18683 "tree-sitter-language",
18684]
18685
18686[[package]]
18687name = "tree-sitter-python"
18688version = "0.25.0"
18689source = "registry+https://github.com/rust-lang/crates.io-index"
18690checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18691dependencies = [
18692 "cc",
18693 "tree-sitter-language",
18694]
18695
18696[[package]]
18697name = "tree-sitter-regex"
18698version = "0.24.3"
18699source = "registry+https://github.com/rust-lang/crates.io-index"
18700checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18701dependencies = [
18702 "cc",
18703 "tree-sitter-language",
18704]
18705
18706[[package]]
18707name = "tree-sitter-ruby"
18708version = "0.23.1"
18709source = "registry+https://github.com/rust-lang/crates.io-index"
18710checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18711dependencies = [
18712 "cc",
18713 "tree-sitter-language",
18714]
18715
18716[[package]]
18717name = "tree-sitter-rust"
18718version = "0.24.2"
18719source = "registry+https://github.com/rust-lang/crates.io-index"
18720checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18721dependencies = [
18722 "cc",
18723 "tree-sitter-language",
18724]
18725
18726[[package]]
18727name = "tree-sitter-typescript"
18728version = "0.23.2"
18729source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18730dependencies = [
18731 "cc",
18732 "tree-sitter-language",
18733]
18734
18735[[package]]
18736name = "tree-sitter-yaml"
18737version = "0.6.1"
18738source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18739dependencies = [
18740 "cc",
18741 "tree-sitter-language",
18742]
18743
18744[[package]]
18745name = "triomphe"
18746version = "0.1.15"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18749dependencies = [
18750 "serde",
18751 "stable_deref_trait",
18752]
18753
18754[[package]]
18755name = "try-lock"
18756version = "0.2.5"
18757source = "registry+https://github.com/rust-lang/crates.io-index"
18758checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18759
18760[[package]]
18761name = "ttf-parser"
18762version = "0.20.0"
18763source = "registry+https://github.com/rust-lang/crates.io-index"
18764checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18765
18766[[package]]
18767name = "ttf-parser"
18768version = "0.25.1"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18771dependencies = [
18772 "core_maths",
18773]
18774
18775[[package]]
18776name = "tungstenite"
18777version = "0.20.1"
18778source = "registry+https://github.com/rust-lang/crates.io-index"
18779checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18780dependencies = [
18781 "byteorder",
18782 "bytes 1.11.1",
18783 "data-encoding",
18784 "http 0.2.12",
18785 "httparse",
18786 "log",
18787 "rand 0.8.5",
18788 "sha1",
18789 "thiserror 1.0.69",
18790 "url",
18791 "utf-8",
18792]
18793
18794[[package]]
18795name = "tungstenite"
18796version = "0.21.0"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18799dependencies = [
18800 "byteorder",
18801 "bytes 1.11.1",
18802 "data-encoding",
18803 "http 1.3.1",
18804 "httparse",
18805 "log",
18806 "rand 0.8.5",
18807 "sha1",
18808 "thiserror 1.0.69",
18809 "url",
18810 "utf-8",
18811]
18812
18813[[package]]
18814name = "tungstenite"
18815version = "0.27.0"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18818dependencies = [
18819 "bytes 1.11.1",
18820 "data-encoding",
18821 "http 1.3.1",
18822 "httparse",
18823 "log",
18824 "rand 0.9.2",
18825 "rustls 0.23.33",
18826 "rustls-pki-types",
18827 "sha1",
18828 "thiserror 2.0.17",
18829 "utf-8",
18830]
18831
18832[[package]]
18833name = "tungstenite"
18834version = "0.28.0"
18835source = "registry+https://github.com/rust-lang/crates.io-index"
18836checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18837dependencies = [
18838 "bytes 1.11.1",
18839 "data-encoding",
18840 "http 1.3.1",
18841 "httparse",
18842 "log",
18843 "rand 0.9.2",
18844 "rustls 0.23.33",
18845 "rustls-pki-types",
18846 "sha1",
18847 "thiserror 2.0.17",
18848 "utf-8",
18849]
18850
18851[[package]]
18852name = "typeid"
18853version = "1.0.3"
18854source = "registry+https://github.com/rust-lang/crates.io-index"
18855checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18856
18857[[package]]
18858name = "typenum"
18859version = "1.19.0"
18860source = "registry+https://github.com/rust-lang/crates.io-index"
18861checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18862
18863[[package]]
18864name = "ucd-trie"
18865version = "0.1.7"
18866source = "registry+https://github.com/rust-lang/crates.io-index"
18867checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18868
18869[[package]]
18870name = "uds"
18871version = "0.4.2"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18874dependencies = [
18875 "libc",
18876]
18877
18878[[package]]
18879name = "uds_windows"
18880version = "1.1.0"
18881source = "registry+https://github.com/rust-lang/crates.io-index"
18882checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18883dependencies = [
18884 "memoffset",
18885 "tempfile",
18886 "winapi",
18887]
18888
18889[[package]]
18890name = "ug"
18891version = "0.4.0"
18892source = "registry+https://github.com/rust-lang/crates.io-index"
18893checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18894dependencies = [
18895 "gemm 0.18.2",
18896 "half",
18897 "libloading",
18898 "memmap2",
18899 "num",
18900 "num-traits",
18901 "num_cpus",
18902 "rayon",
18903 "safetensors",
18904 "serde",
18905 "thiserror 1.0.69",
18906 "tracing",
18907 "yoke 0.7.5",
18908]
18909
18910[[package]]
18911name = "ui"
18912version = "0.1.0"
18913dependencies = [
18914 "chrono",
18915 "component",
18916 "documented",
18917 "gpui",
18918 "gpui_macros",
18919 "gpui_util",
18920 "icons",
18921 "itertools 0.14.0",
18922 "menu",
18923 "schemars",
18924 "serde",
18925 "smallvec",
18926 "story",
18927 "strum 0.27.2",
18928 "theme",
18929 "ui_macros",
18930 "windows 0.61.3",
18931]
18932
18933[[package]]
18934name = "ui_input"
18935version = "0.1.0"
18936dependencies = [
18937 "component",
18938 "gpui",
18939 "ui",
18940]
18941
18942[[package]]
18943name = "ui_macros"
18944version = "0.1.0"
18945dependencies = [
18946 "component",
18947 "quote",
18948 "syn 2.0.117",
18949 "ui",
18950]
18951
18952[[package]]
18953name = "ui_prompt"
18954version = "0.1.0"
18955dependencies = [
18956 "gpui",
18957 "markdown",
18958 "menu",
18959 "settings",
18960 "theme_settings",
18961 "ui",
18962 "workspace",
18963]
18964
18965[[package]]
18966name = "unarray"
18967version = "0.1.4"
18968source = "registry+https://github.com/rust-lang/crates.io-index"
18969checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18970
18971[[package]]
18972name = "unicase"
18973version = "2.8.1"
18974source = "registry+https://github.com/rust-lang/crates.io-index"
18975checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18976
18977[[package]]
18978name = "unicode-bidi"
18979version = "0.3.18"
18980source = "registry+https://github.com/rust-lang/crates.io-index"
18981checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18982
18983[[package]]
18984name = "unicode-bidi-mirroring"
18985version = "0.4.0"
18986source = "registry+https://github.com/rust-lang/crates.io-index"
18987checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18988
18989[[package]]
18990name = "unicode-ccc"
18991version = "0.4.0"
18992source = "registry+https://github.com/rust-lang/crates.io-index"
18993checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18994
18995[[package]]
18996name = "unicode-general-category"
18997version = "1.1.0"
18998source = "registry+https://github.com/rust-lang/crates.io-index"
18999checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
19000
19001[[package]]
19002name = "unicode-ident"
19003version = "1.0.19"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
19006
19007[[package]]
19008name = "unicode-linebreak"
19009version = "0.1.5"
19010source = "registry+https://github.com/rust-lang/crates.io-index"
19011checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
19012
19013[[package]]
19014name = "unicode-normalization"
19015version = "0.1.24"
19016source = "registry+https://github.com/rust-lang/crates.io-index"
19017checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19018dependencies = [
19019 "tinyvec",
19020]
19021
19022[[package]]
19023name = "unicode-properties"
19024version = "0.1.3"
19025source = "registry+https://github.com/rust-lang/crates.io-index"
19026checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19027
19028[[package]]
19029name = "unicode-script"
19030version = "0.5.8"
19031source = "registry+https://github.com/rust-lang/crates.io-index"
19032checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19033
19034[[package]]
19035name = "unicode-segmentation"
19036version = "1.12.0"
19037source = "registry+https://github.com/rust-lang/crates.io-index"
19038checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19039
19040[[package]]
19041name = "unicode-vo"
19042version = "0.1.0"
19043source = "registry+https://github.com/rust-lang/crates.io-index"
19044checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19045
19046[[package]]
19047name = "unicode-width"
19048version = "0.2.2"
19049source = "registry+https://github.com/rust-lang/crates.io-index"
19050checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19051
19052[[package]]
19053name = "unicode-xid"
19054version = "0.2.6"
19055source = "registry+https://github.com/rust-lang/crates.io-index"
19056checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19057
19058[[package]]
19059name = "unicode_categories"
19060version = "0.1.1"
19061source = "registry+https://github.com/rust-lang/crates.io-index"
19062checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19063
19064[[package]]
19065name = "unindent"
19066version = "0.2.4"
19067source = "registry+https://github.com/rust-lang/crates.io-index"
19068checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19069
19070[[package]]
19071name = "unsafe-libyaml"
19072version = "0.2.11"
19073source = "registry+https://github.com/rust-lang/crates.io-index"
19074checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19075
19076[[package]]
19077name = "untrusted"
19078version = "0.7.1"
19079source = "registry+https://github.com/rust-lang/crates.io-index"
19080checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19081
19082[[package]]
19083name = "untrusted"
19084version = "0.9.0"
19085source = "registry+https://github.com/rust-lang/crates.io-index"
19086checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19087
19088[[package]]
19089name = "url"
19090version = "2.5.7"
19091source = "registry+https://github.com/rust-lang/crates.io-index"
19092checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19093dependencies = [
19094 "form_urlencoded",
19095 "idna",
19096 "percent-encoding",
19097 "serde",
19098]
19099
19100[[package]]
19101name = "urlencoding"
19102version = "2.1.3"
19103source = "registry+https://github.com/rust-lang/crates.io-index"
19104checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19105
19106[[package]]
19107name = "usvg"
19108version = "0.45.1"
19109source = "registry+https://github.com/rust-lang/crates.io-index"
19110checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19111dependencies = [
19112 "base64 0.22.1",
19113 "data-url",
19114 "flate2",
19115 "fontdb 0.23.0",
19116 "imagesize",
19117 "kurbo",
19118 "log",
19119 "pico-args",
19120 "roxmltree",
19121 "rustybuzz",
19122 "simplecss",
19123 "siphasher 1.0.1",
19124 "strict-num",
19125 "svgtypes",
19126 "tiny-skia-path",
19127 "unicode-bidi",
19128 "unicode-script",
19129 "unicode-vo",
19130 "xmlwriter",
19131]
19132
19133[[package]]
19134name = "utf-8"
19135version = "0.7.6"
19136source = "registry+https://github.com/rust-lang/crates.io-index"
19137checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19138
19139[[package]]
19140name = "utf8-chars"
19141version = "3.0.6"
19142source = "registry+https://github.com/rust-lang/crates.io-index"
19143checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19144dependencies = [
19145 "arrayvec",
19146]
19147
19148[[package]]
19149name = "utf8_iter"
19150version = "1.0.4"
19151source = "registry+https://github.com/rust-lang/crates.io-index"
19152checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19153
19154[[package]]
19155name = "utf8parse"
19156version = "0.2.2"
19157source = "registry+https://github.com/rust-lang/crates.io-index"
19158checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19159
19160[[package]]
19161name = "util"
19162version = "0.1.0"
19163dependencies = [
19164 "anyhow",
19165 "async-fs",
19166 "async_zip",
19167 "collections",
19168 "command-fds",
19169 "dirs 4.0.0",
19170 "dunce",
19171 "futures 0.3.32",
19172 "futures-lite 1.13.0",
19173 "git2",
19174 "globset",
19175 "gpui_util",
19176 "itertools 0.14.0",
19177 "libc",
19178 "log",
19179 "mach2 0.5.0",
19180 "nix 0.29.0",
19181 "percent-encoding",
19182 "pretty_assertions",
19183 "rand 0.9.2",
19184 "regex",
19185 "rust-embed",
19186 "schemars",
19187 "serde",
19188 "serde_json",
19189 "serde_json_lenient",
19190 "shlex",
19191 "smol",
19192 "take-until",
19193 "tempfile",
19194 "tendril",
19195 "unicase",
19196 "url",
19197 "util_macros",
19198 "walkdir",
19199 "which 6.0.3",
19200]
19201
19202[[package]]
19203name = "util_macros"
19204version = "0.1.0"
19205dependencies = [
19206 "perf",
19207 "quote",
19208 "syn 2.0.117",
19209]
19210
19211[[package]]
19212name = "uuid"
19213version = "1.18.1"
19214source = "registry+https://github.com/rust-lang/crates.io-index"
19215checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19216dependencies = [
19217 "getrandom 0.3.4",
19218 "js-sys",
19219 "serde",
19220 "sha1_smol",
19221 "wasm-bindgen",
19222]
19223
19224[[package]]
19225name = "uuid-simd"
19226version = "0.8.0"
19227source = "registry+https://github.com/rust-lang/crates.io-index"
19228checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19229dependencies = [
19230 "outref",
19231 "vsimd",
19232]
19233
19234[[package]]
19235name = "v_frame"
19236version = "0.3.9"
19237source = "registry+https://github.com/rust-lang/crates.io-index"
19238checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19239dependencies = [
19240 "aligned-vec",
19241 "num-traits",
19242 "wasm-bindgen",
19243]
19244
19245[[package]]
19246name = "valuable"
19247version = "0.1.1"
19248source = "registry+https://github.com/rust-lang/crates.io-index"
19249checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19250
19251[[package]]
19252name = "value-bag"
19253version = "1.12.0"
19254source = "registry+https://github.com/rust-lang/crates.io-index"
19255checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19256dependencies = [
19257 "value-bag-serde1",
19258 "value-bag-sval2",
19259]
19260
19261[[package]]
19262name = "value-bag-serde1"
19263version = "1.12.0"
19264source = "registry+https://github.com/rust-lang/crates.io-index"
19265checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19266dependencies = [
19267 "erased-serde",
19268 "serde_core",
19269 "serde_fmt",
19270]
19271
19272[[package]]
19273name = "value-bag-sval2"
19274version = "1.12.0"
19275source = "registry+https://github.com/rust-lang/crates.io-index"
19276checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19277dependencies = [
19278 "sval",
19279 "sval_buffer",
19280 "sval_dynamic",
19281 "sval_fmt",
19282 "sval_json",
19283 "sval_ref",
19284 "sval_serde",
19285]
19286
19287[[package]]
19288name = "vcpkg"
19289version = "0.2.15"
19290source = "registry+https://github.com/rust-lang/crates.io-index"
19291checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19292
19293[[package]]
19294name = "vercel"
19295version = "0.1.0"
19296dependencies = [
19297 "anyhow",
19298 "schemars",
19299 "serde",
19300 "strum 0.27.2",
19301]
19302
19303[[package]]
19304name = "version-compare"
19305version = "0.2.0"
19306source = "registry+https://github.com/rust-lang/crates.io-index"
19307checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19308
19309[[package]]
19310name = "version_check"
19311version = "0.9.5"
19312source = "registry+https://github.com/rust-lang/crates.io-index"
19313checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19314
19315[[package]]
19316name = "vim"
19317version = "0.1.0"
19318dependencies = [
19319 "anyhow",
19320 "async-compat",
19321 "async-trait",
19322 "collections",
19323 "command_palette",
19324 "command_palette_hooks",
19325 "db",
19326 "editor",
19327 "env_logger 0.11.8",
19328 "futures 0.3.32",
19329 "fuzzy",
19330 "git_ui",
19331 "gpui",
19332 "indoc",
19333 "itertools 0.14.0",
19334 "language",
19335 "log",
19336 "lsp",
19337 "markdown_preview",
19338 "menu",
19339 "multi_buffer",
19340 "nvim-rs",
19341 "outline_panel",
19342 "parking_lot",
19343 "perf",
19344 "picker",
19345 "project",
19346 "project_panel",
19347 "regex",
19348 "release_channel",
19349 "schemars",
19350 "search",
19351 "semver",
19352 "serde",
19353 "serde_json",
19354 "settings",
19355 "settings_ui",
19356 "task",
19357 "text",
19358 "theme",
19359 "theme_settings",
19360 "tokio",
19361 "ui",
19362 "util",
19363 "util_macros",
19364 "vim_mode_setting",
19365 "workspace",
19366 "zed_actions",
19367]
19368
19369[[package]]
19370name = "vim_mode_setting"
19371version = "0.1.0"
19372dependencies = [
19373 "gpui",
19374 "settings",
19375]
19376
19377[[package]]
19378name = "vscode_theme"
19379version = "0.2.0"
19380source = "registry+https://github.com/rust-lang/crates.io-index"
19381checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19382dependencies = [
19383 "serde",
19384]
19385
19386[[package]]
19387name = "vsimd"
19388version = "0.8.0"
19389source = "registry+https://github.com/rust-lang/crates.io-index"
19390checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19391
19392[[package]]
19393name = "vswhom"
19394version = "0.1.0"
19395source = "registry+https://github.com/rust-lang/crates.io-index"
19396checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19397dependencies = [
19398 "libc",
19399 "vswhom-sys",
19400]
19401
19402[[package]]
19403name = "vswhom-sys"
19404version = "0.1.3"
19405source = "registry+https://github.com/rust-lang/crates.io-index"
19406checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19407dependencies = [
19408 "cc",
19409 "libc",
19410]
19411
19412[[package]]
19413name = "vte"
19414version = "0.15.0"
19415source = "registry+https://github.com/rust-lang/crates.io-index"
19416checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19417dependencies = [
19418 "arrayvec",
19419 "bitflags 2.10.0",
19420 "cursor-icon",
19421 "log",
19422 "memchr",
19423 "serde",
19424]
19425
19426[[package]]
19427name = "wait-timeout"
19428version = "0.2.1"
19429source = "registry+https://github.com/rust-lang/crates.io-index"
19430checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19431dependencies = [
19432 "libc",
19433]
19434
19435[[package]]
19436name = "waker-fn"
19437version = "1.2.0"
19438source = "registry+https://github.com/rust-lang/crates.io-index"
19439checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19440
19441[[package]]
19442name = "walkdir"
19443version = "2.5.0"
19444source = "registry+https://github.com/rust-lang/crates.io-index"
19445checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19446dependencies = [
19447 "same-file",
19448 "winapi-util",
19449]
19450
19451[[package]]
19452name = "want"
19453version = "0.3.1"
19454source = "registry+https://github.com/rust-lang/crates.io-index"
19455checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19456dependencies = [
19457 "try-lock",
19458]
19459
19460[[package]]
19461name = "warp"
19462version = "0.3.7"
19463source = "registry+https://github.com/rust-lang/crates.io-index"
19464checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19465dependencies = [
19466 "bytes 1.11.1",
19467 "futures-channel",
19468 "futures-util",
19469 "headers",
19470 "http 0.2.12",
19471 "hyper 0.14.32",
19472 "log",
19473 "mime",
19474 "mime_guess",
19475 "percent-encoding",
19476 "pin-project",
19477 "scoped-tls",
19478 "serde",
19479 "serde_json",
19480 "serde_urlencoded",
19481 "tokio",
19482 "tokio-tungstenite 0.21.0",
19483 "tokio-util",
19484 "tower-service",
19485 "tracing",
19486]
19487
19488[[package]]
19489name = "wasi"
19490version = "0.11.1+wasi-snapshot-preview1"
19491source = "registry+https://github.com/rust-lang/crates.io-index"
19492checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19493
19494[[package]]
19495name = "wasip2"
19496version = "1.0.1+wasi-0.2.4"
19497source = "registry+https://github.com/rust-lang/crates.io-index"
19498checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19499dependencies = [
19500 "wit-bindgen 0.46.0",
19501]
19502
19503[[package]]
19504name = "wasip3"
19505version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19506source = "registry+https://github.com/rust-lang/crates.io-index"
19507checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19508dependencies = [
19509 "wit-bindgen 0.51.0",
19510]
19511
19512[[package]]
19513name = "wasite"
19514version = "0.1.0"
19515source = "registry+https://github.com/rust-lang/crates.io-index"
19516checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19517
19518[[package]]
19519name = "wasm-bindgen"
19520version = "0.2.113"
19521source = "registry+https://github.com/rust-lang/crates.io-index"
19522checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19523dependencies = [
19524 "cfg-if",
19525 "once_cell",
19526 "rustversion",
19527 "wasm-bindgen-macro",
19528 "wasm-bindgen-shared",
19529]
19530
19531[[package]]
19532name = "wasm-bindgen-futures"
19533version = "0.4.63"
19534source = "registry+https://github.com/rust-lang/crates.io-index"
19535checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19536dependencies = [
19537 "cfg-if",
19538 "futures-util",
19539 "js-sys",
19540 "once_cell",
19541 "wasm-bindgen",
19542 "web-sys",
19543]
19544
19545[[package]]
19546name = "wasm-bindgen-macro"
19547version = "0.2.113"
19548source = "registry+https://github.com/rust-lang/crates.io-index"
19549checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19550dependencies = [
19551 "quote",
19552 "wasm-bindgen-macro-support",
19553]
19554
19555[[package]]
19556name = "wasm-bindgen-macro-support"
19557version = "0.2.113"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19560dependencies = [
19561 "bumpalo",
19562 "proc-macro2",
19563 "quote",
19564 "syn 2.0.117",
19565 "wasm-bindgen-shared",
19566]
19567
19568[[package]]
19569name = "wasm-bindgen-shared"
19570version = "0.2.113"
19571source = "registry+https://github.com/rust-lang/crates.io-index"
19572checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19573dependencies = [
19574 "unicode-ident",
19575]
19576
19577[[package]]
19578name = "wasm-encoder"
19579version = "0.201.0"
19580source = "registry+https://github.com/rust-lang/crates.io-index"
19581checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19582dependencies = [
19583 "leb128",
19584]
19585
19586[[package]]
19587name = "wasm-encoder"
19588version = "0.221.3"
19589source = "registry+https://github.com/rust-lang/crates.io-index"
19590checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19591dependencies = [
19592 "leb128",
19593 "wasmparser 0.221.3",
19594]
19595
19596[[package]]
19597name = "wasm-encoder"
19598version = "0.227.1"
19599source = "registry+https://github.com/rust-lang/crates.io-index"
19600checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19601dependencies = [
19602 "leb128fmt",
19603 "wasmparser 0.227.1",
19604]
19605
19606[[package]]
19607name = "wasm-encoder"
19608version = "0.236.1"
19609source = "registry+https://github.com/rust-lang/crates.io-index"
19610checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19611dependencies = [
19612 "leb128fmt",
19613 "wasmparser 0.236.1",
19614]
19615
19616[[package]]
19617name = "wasm-encoder"
19618version = "0.244.0"
19619source = "registry+https://github.com/rust-lang/crates.io-index"
19620checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19621dependencies = [
19622 "leb128fmt",
19623 "wasmparser 0.244.0",
19624]
19625
19626[[package]]
19627name = "wasm-metadata"
19628version = "0.201.0"
19629source = "registry+https://github.com/rust-lang/crates.io-index"
19630checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19631dependencies = [
19632 "anyhow",
19633 "indexmap",
19634 "serde",
19635 "serde_derive",
19636 "serde_json",
19637 "spdx",
19638 "wasm-encoder 0.201.0",
19639 "wasmparser 0.201.0",
19640]
19641
19642[[package]]
19643name = "wasm-metadata"
19644version = "0.227.1"
19645source = "registry+https://github.com/rust-lang/crates.io-index"
19646checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19647dependencies = [
19648 "anyhow",
19649 "auditable-serde",
19650 "flate2",
19651 "indexmap",
19652 "serde",
19653 "serde_derive",
19654 "serde_json",
19655 "spdx",
19656 "url",
19657 "wasm-encoder 0.227.1",
19658 "wasmparser 0.227.1",
19659]
19660
19661[[package]]
19662name = "wasm-metadata"
19663version = "0.244.0"
19664source = "registry+https://github.com/rust-lang/crates.io-index"
19665checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19666dependencies = [
19667 "anyhow",
19668 "indexmap",
19669 "wasm-encoder 0.244.0",
19670 "wasmparser 0.244.0",
19671]
19672
19673[[package]]
19674name = "wasm-streams"
19675version = "0.4.2"
19676source = "registry+https://github.com/rust-lang/crates.io-index"
19677checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19678dependencies = [
19679 "futures-util",
19680 "js-sys",
19681 "wasm-bindgen",
19682 "wasm-bindgen-futures",
19683 "web-sys",
19684]
19685
19686[[package]]
19687name = "wasm_thread"
19688version = "0.3.3"
19689source = "registry+https://github.com/rust-lang/crates.io-index"
19690checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19691dependencies = [
19692 "futures 0.3.32",
19693 "js-sys",
19694 "wasm-bindgen",
19695 "web-sys",
19696]
19697
19698[[package]]
19699name = "wasmparser"
19700version = "0.201.0"
19701source = "registry+https://github.com/rust-lang/crates.io-index"
19702checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19703dependencies = [
19704 "bitflags 2.10.0",
19705 "indexmap",
19706 "semver",
19707]
19708
19709[[package]]
19710name = "wasmparser"
19711version = "0.221.3"
19712source = "registry+https://github.com/rust-lang/crates.io-index"
19713checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19714dependencies = [
19715 "bitflags 2.10.0",
19716 "hashbrown 0.15.5",
19717 "indexmap",
19718 "semver",
19719 "serde",
19720]
19721
19722[[package]]
19723name = "wasmparser"
19724version = "0.227.1"
19725source = "registry+https://github.com/rust-lang/crates.io-index"
19726checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19727dependencies = [
19728 "bitflags 2.10.0",
19729 "hashbrown 0.15.5",
19730 "indexmap",
19731 "semver",
19732]
19733
19734[[package]]
19735name = "wasmparser"
19736version = "0.236.1"
19737source = "registry+https://github.com/rust-lang/crates.io-index"
19738checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19739dependencies = [
19740 "bitflags 2.10.0",
19741 "hashbrown 0.15.5",
19742 "indexmap",
19743 "semver",
19744 "serde",
19745]
19746
19747[[package]]
19748name = "wasmparser"
19749version = "0.244.0"
19750source = "registry+https://github.com/rust-lang/crates.io-index"
19751checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19752dependencies = [
19753 "bitflags 2.10.0",
19754 "hashbrown 0.15.5",
19755 "indexmap",
19756 "semver",
19757]
19758
19759[[package]]
19760name = "wasmprinter"
19761version = "0.236.1"
19762source = "registry+https://github.com/rust-lang/crates.io-index"
19763checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19764dependencies = [
19765 "anyhow",
19766 "termcolor",
19767 "wasmparser 0.236.1",
19768]
19769
19770[[package]]
19771name = "wasmtime"
19772version = "36.0.6"
19773source = "registry+https://github.com/rust-lang/crates.io-index"
19774checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19775dependencies = [
19776 "addr2line",
19777 "anyhow",
19778 "async-trait",
19779 "bitflags 2.10.0",
19780 "bumpalo",
19781 "cc",
19782 "cfg-if",
19783 "encoding_rs",
19784 "hashbrown 0.15.5",
19785 "indexmap",
19786 "libc",
19787 "log",
19788 "mach2 0.4.3",
19789 "memfd",
19790 "object",
19791 "once_cell",
19792 "postcard",
19793 "pulley-interpreter",
19794 "rayon",
19795 "rustix 1.1.2",
19796 "semver",
19797 "serde",
19798 "serde_derive",
19799 "smallvec",
19800 "target-lexicon 0.13.3",
19801 "wasmparser 0.236.1",
19802 "wasmtime-environ",
19803 "wasmtime-internal-asm-macros",
19804 "wasmtime-internal-component-macro",
19805 "wasmtime-internal-component-util",
19806 "wasmtime-internal-cranelift",
19807 "wasmtime-internal-fiber",
19808 "wasmtime-internal-jit-debug",
19809 "wasmtime-internal-jit-icache-coherence",
19810 "wasmtime-internal-math",
19811 "wasmtime-internal-slab",
19812 "wasmtime-internal-unwinder",
19813 "wasmtime-internal-versioned-export-macros",
19814 "wasmtime-internal-winch",
19815 "windows-sys 0.60.2",
19816]
19817
19818[[package]]
19819name = "wasmtime-c-api-impl"
19820version = "36.0.6"
19821source = "registry+https://github.com/rust-lang/crates.io-index"
19822checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19823dependencies = [
19824 "anyhow",
19825 "log",
19826 "tracing",
19827 "wasmtime",
19828 "wasmtime-internal-c-api-macros",
19829]
19830
19831[[package]]
19832name = "wasmtime-environ"
19833version = "36.0.6"
19834source = "registry+https://github.com/rust-lang/crates.io-index"
19835checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19836dependencies = [
19837 "anyhow",
19838 "cpp_demangle",
19839 "cranelift-bitset",
19840 "cranelift-entity",
19841 "gimli",
19842 "indexmap",
19843 "log",
19844 "object",
19845 "postcard",
19846 "rustc-demangle",
19847 "semver",
19848 "serde",
19849 "serde_derive",
19850 "smallvec",
19851 "target-lexicon 0.13.3",
19852 "wasm-encoder 0.236.1",
19853 "wasmparser 0.236.1",
19854 "wasmprinter",
19855 "wasmtime-internal-component-util",
19856]
19857
19858[[package]]
19859name = "wasmtime-internal-asm-macros"
19860version = "36.0.6"
19861source = "registry+https://github.com/rust-lang/crates.io-index"
19862checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19863dependencies = [
19864 "cfg-if",
19865]
19866
19867[[package]]
19868name = "wasmtime-internal-c-api-macros"
19869version = "36.0.6"
19870source = "registry+https://github.com/rust-lang/crates.io-index"
19871checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19872dependencies = [
19873 "proc-macro2",
19874 "quote",
19875]
19876
19877[[package]]
19878name = "wasmtime-internal-component-macro"
19879version = "36.0.6"
19880source = "registry+https://github.com/rust-lang/crates.io-index"
19881checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19882dependencies = [
19883 "anyhow",
19884 "proc-macro2",
19885 "quote",
19886 "syn 2.0.117",
19887 "wasmtime-internal-component-util",
19888 "wasmtime-internal-wit-bindgen",
19889 "wit-parser 0.236.1",
19890]
19891
19892[[package]]
19893name = "wasmtime-internal-component-util"
19894version = "36.0.6"
19895source = "registry+https://github.com/rust-lang/crates.io-index"
19896checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19897
19898[[package]]
19899name = "wasmtime-internal-cranelift"
19900version = "36.0.6"
19901source = "registry+https://github.com/rust-lang/crates.io-index"
19902checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19903dependencies = [
19904 "anyhow",
19905 "cfg-if",
19906 "cranelift-codegen",
19907 "cranelift-control",
19908 "cranelift-entity",
19909 "cranelift-frontend",
19910 "cranelift-native",
19911 "gimli",
19912 "itertools 0.14.0",
19913 "log",
19914 "object",
19915 "pulley-interpreter",
19916 "smallvec",
19917 "target-lexicon 0.13.3",
19918 "thiserror 2.0.17",
19919 "wasmparser 0.236.1",
19920 "wasmtime-environ",
19921 "wasmtime-internal-math",
19922 "wasmtime-internal-versioned-export-macros",
19923]
19924
19925[[package]]
19926name = "wasmtime-internal-fiber"
19927version = "36.0.6"
19928source = "registry+https://github.com/rust-lang/crates.io-index"
19929checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19930dependencies = [
19931 "anyhow",
19932 "cc",
19933 "cfg-if",
19934 "libc",
19935 "rustix 1.1.2",
19936 "wasmtime-internal-asm-macros",
19937 "wasmtime-internal-versioned-export-macros",
19938 "windows-sys 0.60.2",
19939]
19940
19941[[package]]
19942name = "wasmtime-internal-jit-debug"
19943version = "36.0.6"
19944source = "registry+https://github.com/rust-lang/crates.io-index"
19945checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19946dependencies = [
19947 "cc",
19948 "wasmtime-internal-versioned-export-macros",
19949]
19950
19951[[package]]
19952name = "wasmtime-internal-jit-icache-coherence"
19953version = "36.0.6"
19954source = "registry+https://github.com/rust-lang/crates.io-index"
19955checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19956dependencies = [
19957 "anyhow",
19958 "cfg-if",
19959 "libc",
19960 "windows-sys 0.60.2",
19961]
19962
19963[[package]]
19964name = "wasmtime-internal-math"
19965version = "36.0.6"
19966source = "registry+https://github.com/rust-lang/crates.io-index"
19967checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19968dependencies = [
19969 "libm",
19970]
19971
19972[[package]]
19973name = "wasmtime-internal-slab"
19974version = "36.0.6"
19975source = "registry+https://github.com/rust-lang/crates.io-index"
19976checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19977
19978[[package]]
19979name = "wasmtime-internal-unwinder"
19980version = "36.0.6"
19981source = "registry+https://github.com/rust-lang/crates.io-index"
19982checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19983dependencies = [
19984 "anyhow",
19985 "cfg-if",
19986 "cranelift-codegen",
19987 "log",
19988 "object",
19989]
19990
19991[[package]]
19992name = "wasmtime-internal-versioned-export-macros"
19993version = "36.0.6"
19994source = "registry+https://github.com/rust-lang/crates.io-index"
19995checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19996dependencies = [
19997 "proc-macro2",
19998 "quote",
19999 "syn 2.0.117",
20000]
20001
20002[[package]]
20003name = "wasmtime-internal-winch"
20004version = "36.0.6"
20005source = "registry+https://github.com/rust-lang/crates.io-index"
20006checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
20007dependencies = [
20008 "anyhow",
20009 "cranelift-codegen",
20010 "gimli",
20011 "object",
20012 "target-lexicon 0.13.3",
20013 "wasmparser 0.236.1",
20014 "wasmtime-environ",
20015 "wasmtime-internal-cranelift",
20016 "winch-codegen",
20017]
20018
20019[[package]]
20020name = "wasmtime-internal-wit-bindgen"
20021version = "36.0.6"
20022source = "registry+https://github.com/rust-lang/crates.io-index"
20023checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
20024dependencies = [
20025 "anyhow",
20026 "bitflags 2.10.0",
20027 "heck 0.5.0",
20028 "indexmap",
20029 "wit-parser 0.236.1",
20030]
20031
20032[[package]]
20033name = "wasmtime-wasi"
20034version = "36.0.6"
20035source = "registry+https://github.com/rust-lang/crates.io-index"
20036checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20037dependencies = [
20038 "anyhow",
20039 "async-trait",
20040 "bitflags 2.10.0",
20041 "bytes 1.11.1",
20042 "cap-fs-ext",
20043 "cap-net-ext",
20044 "cap-rand",
20045 "cap-std",
20046 "cap-time-ext",
20047 "fs-set-times",
20048 "futures 0.3.32",
20049 "io-extras",
20050 "io-lifetimes",
20051 "rustix 1.1.2",
20052 "system-interface",
20053 "thiserror 2.0.17",
20054 "tokio",
20055 "tracing",
20056 "url",
20057 "wasmtime",
20058 "wasmtime-wasi-io",
20059 "wiggle",
20060 "windows-sys 0.60.2",
20061]
20062
20063[[package]]
20064name = "wasmtime-wasi-io"
20065version = "36.0.6"
20066source = "registry+https://github.com/rust-lang/crates.io-index"
20067checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20068dependencies = [
20069 "anyhow",
20070 "async-trait",
20071 "bytes 1.11.1",
20072 "futures 0.3.32",
20073 "wasmtime",
20074]
20075
20076[[package]]
20077name = "wast"
20078version = "35.0.2"
20079source = "registry+https://github.com/rust-lang/crates.io-index"
20080checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20081dependencies = [
20082 "leb128",
20083]
20084
20085[[package]]
20086name = "watch"
20087version = "0.1.0"
20088dependencies = [
20089 "ctor",
20090 "futures 0.3.32",
20091 "gpui",
20092 "parking_lot",
20093 "zlog",
20094]
20095
20096[[package]]
20097name = "wax"
20098version = "0.7.0"
20099source = "registry+https://github.com/rust-lang/crates.io-index"
20100checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20101dependencies = [
20102 "const_format",
20103 "itertools 0.14.0",
20104 "nom 7.1.3",
20105 "pori",
20106 "regex",
20107 "thiserror 2.0.17",
20108 "walkdir",
20109]
20110
20111[[package]]
20112name = "wayland-backend"
20113version = "0.3.11"
20114source = "registry+https://github.com/rust-lang/crates.io-index"
20115checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20116dependencies = [
20117 "cc",
20118 "downcast-rs",
20119 "rustix 1.1.2",
20120 "scoped-tls",
20121 "smallvec",
20122 "wayland-sys",
20123]
20124
20125[[package]]
20126name = "wayland-client"
20127version = "0.31.11"
20128source = "registry+https://github.com/rust-lang/crates.io-index"
20129checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20130dependencies = [
20131 "bitflags 2.10.0",
20132 "rustix 1.1.2",
20133 "wayland-backend",
20134 "wayland-scanner",
20135]
20136
20137[[package]]
20138name = "wayland-cursor"
20139version = "0.31.11"
20140source = "registry+https://github.com/rust-lang/crates.io-index"
20141checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20142dependencies = [
20143 "rustix 1.1.2",
20144 "wayland-client",
20145 "xcursor",
20146]
20147
20148[[package]]
20149name = "wayland-protocols"
20150version = "0.32.9"
20151source = "registry+https://github.com/rust-lang/crates.io-index"
20152checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20153dependencies = [
20154 "bitflags 2.10.0",
20155 "wayland-backend",
20156 "wayland-client",
20157 "wayland-scanner",
20158]
20159
20160[[package]]
20161name = "wayland-protocols-plasma"
20162version = "0.3.9"
20163source = "registry+https://github.com/rust-lang/crates.io-index"
20164checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20165dependencies = [
20166 "bitflags 2.10.0",
20167 "wayland-backend",
20168 "wayland-client",
20169 "wayland-protocols",
20170 "wayland-scanner",
20171]
20172
20173[[package]]
20174name = "wayland-protocols-wlr"
20175version = "0.3.9"
20176source = "registry+https://github.com/rust-lang/crates.io-index"
20177checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20178dependencies = [
20179 "bitflags 2.10.0",
20180 "wayland-backend",
20181 "wayland-client",
20182 "wayland-protocols",
20183 "wayland-scanner",
20184]
20185
20186[[package]]
20187name = "wayland-scanner"
20188version = "0.31.7"
20189source = "registry+https://github.com/rust-lang/crates.io-index"
20190checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20191dependencies = [
20192 "proc-macro2",
20193 "quick-xml 0.37.5",
20194 "quote",
20195]
20196
20197[[package]]
20198name = "wayland-sys"
20199version = "0.31.7"
20200source = "registry+https://github.com/rust-lang/crates.io-index"
20201checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20202dependencies = [
20203 "dlib",
20204 "log",
20205 "once_cell",
20206 "pkg-config",
20207]
20208
20209[[package]]
20210name = "web-sys"
20211version = "0.3.90"
20212source = "registry+https://github.com/rust-lang/crates.io-index"
20213checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20214dependencies = [
20215 "js-sys",
20216 "wasm-bindgen",
20217]
20218
20219[[package]]
20220name = "web-time"
20221version = "1.1.0"
20222source = "registry+https://github.com/rust-lang/crates.io-index"
20223checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20224dependencies = [
20225 "js-sys",
20226 "serde",
20227 "wasm-bindgen",
20228]
20229
20230[[package]]
20231name = "web_atoms"
20232version = "0.1.3"
20233source = "registry+https://github.com/rust-lang/crates.io-index"
20234checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20235dependencies = [
20236 "phf 0.11.3",
20237 "phf_codegen",
20238 "string_cache",
20239 "string_cache_codegen",
20240]
20241
20242[[package]]
20243name = "web_search"
20244version = "0.1.0"
20245dependencies = [
20246 "anyhow",
20247 "cloud_llm_client",
20248 "collections",
20249 "gpui",
20250 "serde",
20251]
20252
20253[[package]]
20254name = "web_search_providers"
20255version = "0.1.0"
20256dependencies = [
20257 "anyhow",
20258 "client",
20259 "cloud_api_client",
20260 "cloud_api_types",
20261 "cloud_llm_client",
20262 "futures 0.3.32",
20263 "gpui",
20264 "http_client",
20265 "language_model",
20266 "serde",
20267 "serde_json",
20268 "web_search",
20269]
20270
20271[[package]]
20272name = "webpki-root-certs"
20273version = "0.26.8"
20274source = "registry+https://github.com/rust-lang/crates.io-index"
20275checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20276dependencies = [
20277 "rustls-pki-types",
20278]
20279
20280[[package]]
20281name = "webpki-roots"
20282version = "0.26.8"
20283source = "registry+https://github.com/rust-lang/crates.io-index"
20284checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20285dependencies = [
20286 "rustls-pki-types",
20287]
20288
20289[[package]]
20290name = "webrtc-sys"
20291version = "0.3.23"
20292source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20293dependencies = [
20294 "cc",
20295 "cxx",
20296 "cxx-build",
20297 "glob",
20298 "log",
20299 "pkg-config",
20300 "webrtc-sys-build",
20301]
20302
20303[[package]]
20304name = "webrtc-sys-build"
20305version = "0.3.13"
20306source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20307dependencies = [
20308 "anyhow",
20309 "fs2",
20310 "regex",
20311 "reqwest 0.12.24",
20312 "scratch",
20313 "semver",
20314 "zip 0.6.6",
20315]
20316
20317[[package]]
20318name = "weezl"
20319version = "0.1.10"
20320source = "registry+https://github.com/rust-lang/crates.io-index"
20321checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20322
20323[[package]]
20324name = "wgpu"
20325version = "29.0.0"
20326source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20327dependencies = [
20328 "arrayvec",
20329 "bitflags 2.10.0",
20330 "bytemuck",
20331 "cfg-if",
20332 "cfg_aliases 0.2.1",
20333 "document-features",
20334 "hashbrown 0.16.1",
20335 "js-sys",
20336 "log",
20337 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20338 "parking_lot",
20339 "portable-atomic",
20340 "profiling",
20341 "raw-window-handle",
20342 "smallvec",
20343 "static_assertions",
20344 "wasm-bindgen",
20345 "wasm-bindgen-futures",
20346 "web-sys",
20347 "wgpu-core",
20348 "wgpu-hal",
20349 "wgpu-types",
20350]
20351
20352[[package]]
20353name = "wgpu-core"
20354version = "29.0.0"
20355source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20356dependencies = [
20357 "arrayvec",
20358 "bit-set 0.9.1",
20359 "bit-vec 0.9.1",
20360 "bitflags 2.10.0",
20361 "bytemuck",
20362 "cfg_aliases 0.2.1",
20363 "document-features",
20364 "hashbrown 0.16.1",
20365 "indexmap",
20366 "log",
20367 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20368 "once_cell",
20369 "parking_lot",
20370 "portable-atomic",
20371 "profiling",
20372 "raw-window-handle",
20373 "rustc-hash 1.1.0",
20374 "smallvec",
20375 "thiserror 2.0.17",
20376 "wgpu-core-deps-apple",
20377 "wgpu-core-deps-emscripten",
20378 "wgpu-core-deps-windows-linux-android",
20379 "wgpu-hal",
20380 "wgpu-naga-bridge",
20381 "wgpu-types",
20382]
20383
20384[[package]]
20385name = "wgpu-core-deps-apple"
20386version = "29.0.0"
20387source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20388dependencies = [
20389 "wgpu-hal",
20390]
20391
20392[[package]]
20393name = "wgpu-core-deps-emscripten"
20394version = "29.0.0"
20395source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20396dependencies = [
20397 "wgpu-hal",
20398]
20399
20400[[package]]
20401name = "wgpu-core-deps-windows-linux-android"
20402version = "29.0.0"
20403source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20404dependencies = [
20405 "wgpu-hal",
20406]
20407
20408[[package]]
20409name = "wgpu-hal"
20410version = "29.0.0"
20411source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20412dependencies = [
20413 "android_system_properties",
20414 "arrayvec",
20415 "ash",
20416 "bit-set 0.9.1",
20417 "bitflags 2.10.0",
20418 "block2",
20419 "bytemuck",
20420 "cfg-if",
20421 "cfg_aliases 0.2.1",
20422 "glow",
20423 "glutin_wgl_sys",
20424 "gpu-allocator",
20425 "gpu-descriptor",
20426 "hashbrown 0.16.1",
20427 "js-sys",
20428 "khronos-egl",
20429 "libc",
20430 "libloading",
20431 "log",
20432 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20433 "ndk-sys",
20434 "objc2",
20435 "objc2-core-foundation",
20436 "objc2-foundation",
20437 "objc2-metal",
20438 "objc2-quartz-core",
20439 "once_cell",
20440 "ordered-float 4.6.0",
20441 "parking_lot",
20442 "portable-atomic",
20443 "portable-atomic-util",
20444 "profiling",
20445 "range-alloc",
20446 "raw-window-handle",
20447 "raw-window-metal",
20448 "renderdoc-sys",
20449 "smallvec",
20450 "thiserror 2.0.17",
20451 "wasm-bindgen",
20452 "wayland-sys",
20453 "web-sys",
20454 "wgpu-naga-bridge",
20455 "wgpu-types",
20456 "windows 0.62.2",
20457 "windows-core 0.62.2",
20458]
20459
20460[[package]]
20461name = "wgpu-naga-bridge"
20462version = "29.0.0"
20463source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20464dependencies = [
20465 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20466 "wgpu-types",
20467]
20468
20469[[package]]
20470name = "wgpu-types"
20471version = "29.0.0"
20472source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20473dependencies = [
20474 "bitflags 2.10.0",
20475 "bytemuck",
20476 "js-sys",
20477 "log",
20478 "raw-window-handle",
20479 "web-sys",
20480]
20481
20482[[package]]
20483name = "which"
20484version = "4.4.2"
20485source = "registry+https://github.com/rust-lang/crates.io-index"
20486checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20487dependencies = [
20488 "either",
20489 "home",
20490 "once_cell",
20491 "rustix 0.38.44",
20492]
20493
20494[[package]]
20495name = "which"
20496version = "6.0.3"
20497source = "registry+https://github.com/rust-lang/crates.io-index"
20498checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20499dependencies = [
20500 "either",
20501 "home",
20502 "rustix 0.38.44",
20503 "winsafe",
20504]
20505
20506[[package]]
20507name = "which_key"
20508version = "0.1.0"
20509dependencies = [
20510 "command_palette",
20511 "gpui",
20512 "serde",
20513 "settings",
20514 "theme_settings",
20515 "ui",
20516 "util",
20517 "workspace",
20518]
20519
20520[[package]]
20521name = "whoami"
20522version = "1.6.1"
20523source = "registry+https://github.com/rust-lang/crates.io-index"
20524checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20525dependencies = [
20526 "libredox",
20527 "wasite",
20528]
20529
20530[[package]]
20531name = "wiggle"
20532version = "36.0.6"
20533source = "registry+https://github.com/rust-lang/crates.io-index"
20534checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20535dependencies = [
20536 "anyhow",
20537 "async-trait",
20538 "bitflags 2.10.0",
20539 "thiserror 2.0.17",
20540 "tracing",
20541 "wasmtime",
20542 "wiggle-macro",
20543]
20544
20545[[package]]
20546name = "wiggle-generate"
20547version = "36.0.6"
20548source = "registry+https://github.com/rust-lang/crates.io-index"
20549checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20550dependencies = [
20551 "anyhow",
20552 "heck 0.5.0",
20553 "proc-macro2",
20554 "quote",
20555 "syn 2.0.117",
20556 "witx",
20557]
20558
20559[[package]]
20560name = "wiggle-macro"
20561version = "36.0.6"
20562source = "registry+https://github.com/rust-lang/crates.io-index"
20563checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20564dependencies = [
20565 "proc-macro2",
20566 "quote",
20567 "syn 2.0.117",
20568 "wiggle-generate",
20569]
20570
20571[[package]]
20572name = "winapi"
20573version = "0.3.9"
20574source = "registry+https://github.com/rust-lang/crates.io-index"
20575checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20576dependencies = [
20577 "winapi-i686-pc-windows-gnu",
20578 "winapi-x86_64-pc-windows-gnu",
20579]
20580
20581[[package]]
20582name = "winapi-i686-pc-windows-gnu"
20583version = "0.4.0"
20584source = "registry+https://github.com/rust-lang/crates.io-index"
20585checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20586
20587[[package]]
20588name = "winapi-util"
20589version = "0.1.11"
20590source = "registry+https://github.com/rust-lang/crates.io-index"
20591checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20592dependencies = [
20593 "windows-sys 0.61.2",
20594]
20595
20596[[package]]
20597name = "winapi-x86_64-pc-windows-gnu"
20598version = "0.4.0"
20599source = "registry+https://github.com/rust-lang/crates.io-index"
20600checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20601
20602[[package]]
20603name = "winch-codegen"
20604version = "36.0.6"
20605source = "registry+https://github.com/rust-lang/crates.io-index"
20606checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20607dependencies = [
20608 "anyhow",
20609 "cranelift-assembler-x64",
20610 "cranelift-codegen",
20611 "gimli",
20612 "regalloc2",
20613 "smallvec",
20614 "target-lexicon 0.13.3",
20615 "thiserror 2.0.17",
20616 "wasmparser 0.236.1",
20617 "wasmtime-environ",
20618 "wasmtime-internal-cranelift",
20619 "wasmtime-internal-math",
20620]
20621
20622[[package]]
20623name = "windows"
20624version = "0.57.0"
20625source = "registry+https://github.com/rust-lang/crates.io-index"
20626checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20627dependencies = [
20628 "windows-core 0.57.0",
20629 "windows-targets 0.52.6",
20630]
20631
20632[[package]]
20633name = "windows"
20634version = "0.58.0"
20635source = "registry+https://github.com/rust-lang/crates.io-index"
20636checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20637dependencies = [
20638 "windows-core 0.58.0",
20639 "windows-targets 0.52.6",
20640]
20641
20642[[package]]
20643name = "windows"
20644version = "0.61.3"
20645source = "registry+https://github.com/rust-lang/crates.io-index"
20646checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20647dependencies = [
20648 "windows-collections 0.2.0",
20649 "windows-core 0.61.2",
20650 "windows-future 0.2.1",
20651 "windows-link 0.1.3",
20652 "windows-numerics 0.2.0",
20653]
20654
20655[[package]]
20656name = "windows"
20657version = "0.62.2"
20658source = "registry+https://github.com/rust-lang/crates.io-index"
20659checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20660dependencies = [
20661 "windows-collections 0.3.2",
20662 "windows-core 0.62.2",
20663 "windows-future 0.3.2",
20664 "windows-numerics 0.3.1",
20665]
20666
20667[[package]]
20668name = "windows-bindgen"
20669version = "0.61.1"
20670source = "registry+https://github.com/rust-lang/crates.io-index"
20671checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20672dependencies = [
20673 "serde",
20674 "serde_json",
20675 "windows-threading 0.1.0",
20676]
20677
20678[[package]]
20679name = "windows-capture"
20680version = "1.4.3"
20681source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20682dependencies = [
20683 "clap",
20684 "ctrlc",
20685 "parking_lot",
20686 "rayon",
20687 "thiserror 2.0.17",
20688 "windows 0.61.3",
20689 "windows-future 0.2.1",
20690]
20691
20692[[package]]
20693name = "windows-collections"
20694version = "0.2.0"
20695source = "registry+https://github.com/rust-lang/crates.io-index"
20696checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20697dependencies = [
20698 "windows-core 0.61.2",
20699]
20700
20701[[package]]
20702name = "windows-collections"
20703version = "0.3.2"
20704source = "registry+https://github.com/rust-lang/crates.io-index"
20705checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20706dependencies = [
20707 "windows-core 0.62.2",
20708]
20709
20710[[package]]
20711name = "windows-core"
20712version = "0.57.0"
20713source = "registry+https://github.com/rust-lang/crates.io-index"
20714checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20715dependencies = [
20716 "windows-implement 0.57.0",
20717 "windows-interface 0.57.0",
20718 "windows-result 0.1.2",
20719 "windows-targets 0.52.6",
20720]
20721
20722[[package]]
20723name = "windows-core"
20724version = "0.58.0"
20725source = "registry+https://github.com/rust-lang/crates.io-index"
20726checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20727dependencies = [
20728 "windows-implement 0.58.0",
20729 "windows-interface 0.58.0",
20730 "windows-result 0.2.0",
20731 "windows-strings 0.1.0",
20732 "windows-targets 0.52.6",
20733]
20734
20735[[package]]
20736name = "windows-core"
20737version = "0.61.2"
20738source = "registry+https://github.com/rust-lang/crates.io-index"
20739checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20740dependencies = [
20741 "windows-implement 0.60.2",
20742 "windows-interface 0.59.3",
20743 "windows-link 0.1.3",
20744 "windows-result 0.3.4",
20745 "windows-strings 0.4.2",
20746]
20747
20748[[package]]
20749name = "windows-core"
20750version = "0.62.2"
20751source = "registry+https://github.com/rust-lang/crates.io-index"
20752checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20753dependencies = [
20754 "windows-implement 0.60.2",
20755 "windows-interface 0.59.3",
20756 "windows-link 0.2.1",
20757 "windows-result 0.4.1",
20758 "windows-strings 0.5.1",
20759]
20760
20761[[package]]
20762name = "windows-future"
20763version = "0.2.1"
20764source = "registry+https://github.com/rust-lang/crates.io-index"
20765checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20766dependencies = [
20767 "windows-core 0.61.2",
20768 "windows-link 0.1.3",
20769 "windows-threading 0.1.0",
20770]
20771
20772[[package]]
20773name = "windows-future"
20774version = "0.3.2"
20775source = "registry+https://github.com/rust-lang/crates.io-index"
20776checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20777dependencies = [
20778 "windows-core 0.62.2",
20779 "windows-link 0.2.1",
20780 "windows-threading 0.2.1",
20781]
20782
20783[[package]]
20784name = "windows-implement"
20785version = "0.57.0"
20786source = "registry+https://github.com/rust-lang/crates.io-index"
20787checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20788dependencies = [
20789 "proc-macro2",
20790 "quote",
20791 "syn 2.0.117",
20792]
20793
20794[[package]]
20795name = "windows-implement"
20796version = "0.58.0"
20797source = "registry+https://github.com/rust-lang/crates.io-index"
20798checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20799dependencies = [
20800 "proc-macro2",
20801 "quote",
20802 "syn 2.0.117",
20803]
20804
20805[[package]]
20806name = "windows-implement"
20807version = "0.60.2"
20808source = "registry+https://github.com/rust-lang/crates.io-index"
20809checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20810dependencies = [
20811 "proc-macro2",
20812 "quote",
20813 "syn 2.0.117",
20814]
20815
20816[[package]]
20817name = "windows-interface"
20818version = "0.57.0"
20819source = "registry+https://github.com/rust-lang/crates.io-index"
20820checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20821dependencies = [
20822 "proc-macro2",
20823 "quote",
20824 "syn 2.0.117",
20825]
20826
20827[[package]]
20828name = "windows-interface"
20829version = "0.58.0"
20830source = "registry+https://github.com/rust-lang/crates.io-index"
20831checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20832dependencies = [
20833 "proc-macro2",
20834 "quote",
20835 "syn 2.0.117",
20836]
20837
20838[[package]]
20839name = "windows-interface"
20840version = "0.59.3"
20841source = "registry+https://github.com/rust-lang/crates.io-index"
20842checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20843dependencies = [
20844 "proc-macro2",
20845 "quote",
20846 "syn 2.0.117",
20847]
20848
20849[[package]]
20850name = "windows-link"
20851version = "0.1.3"
20852source = "registry+https://github.com/rust-lang/crates.io-index"
20853checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20854
20855[[package]]
20856name = "windows-link"
20857version = "0.2.1"
20858source = "registry+https://github.com/rust-lang/crates.io-index"
20859checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20860
20861[[package]]
20862name = "windows-numerics"
20863version = "0.2.0"
20864source = "registry+https://github.com/rust-lang/crates.io-index"
20865checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20866dependencies = [
20867 "windows-core 0.61.2",
20868 "windows-link 0.1.3",
20869]
20870
20871[[package]]
20872name = "windows-numerics"
20873version = "0.3.1"
20874source = "registry+https://github.com/rust-lang/crates.io-index"
20875checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20876dependencies = [
20877 "windows-core 0.62.2",
20878 "windows-link 0.2.1",
20879]
20880
20881[[package]]
20882name = "windows-registry"
20883version = "0.4.0"
20884source = "registry+https://github.com/rust-lang/crates.io-index"
20885checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20886dependencies = [
20887 "windows-result 0.3.4",
20888 "windows-strings 0.3.1",
20889 "windows-targets 0.53.5",
20890]
20891
20892[[package]]
20893name = "windows-registry"
20894version = "0.5.3"
20895source = "registry+https://github.com/rust-lang/crates.io-index"
20896checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20897dependencies = [
20898 "windows-link 0.1.3",
20899 "windows-result 0.3.4",
20900 "windows-strings 0.4.2",
20901]
20902
20903[[package]]
20904name = "windows-registry"
20905version = "0.6.1"
20906source = "registry+https://github.com/rust-lang/crates.io-index"
20907checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20908dependencies = [
20909 "windows-link 0.2.1",
20910 "windows-result 0.4.1",
20911 "windows-strings 0.5.1",
20912]
20913
20914[[package]]
20915name = "windows-result"
20916version = "0.1.2"
20917source = "registry+https://github.com/rust-lang/crates.io-index"
20918checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20919dependencies = [
20920 "windows-targets 0.52.6",
20921]
20922
20923[[package]]
20924name = "windows-result"
20925version = "0.2.0"
20926source = "registry+https://github.com/rust-lang/crates.io-index"
20927checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20928dependencies = [
20929 "windows-targets 0.52.6",
20930]
20931
20932[[package]]
20933name = "windows-result"
20934version = "0.3.4"
20935source = "registry+https://github.com/rust-lang/crates.io-index"
20936checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20937dependencies = [
20938 "windows-link 0.1.3",
20939]
20940
20941[[package]]
20942name = "windows-result"
20943version = "0.4.1"
20944source = "registry+https://github.com/rust-lang/crates.io-index"
20945checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20946dependencies = [
20947 "windows-link 0.2.1",
20948]
20949
20950[[package]]
20951name = "windows-strings"
20952version = "0.1.0"
20953source = "registry+https://github.com/rust-lang/crates.io-index"
20954checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20955dependencies = [
20956 "windows-result 0.2.0",
20957 "windows-targets 0.52.6",
20958]
20959
20960[[package]]
20961name = "windows-strings"
20962version = "0.3.1"
20963source = "registry+https://github.com/rust-lang/crates.io-index"
20964checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20965dependencies = [
20966 "windows-link 0.1.3",
20967]
20968
20969[[package]]
20970name = "windows-strings"
20971version = "0.4.2"
20972source = "registry+https://github.com/rust-lang/crates.io-index"
20973checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20974dependencies = [
20975 "windows-link 0.1.3",
20976]
20977
20978[[package]]
20979name = "windows-strings"
20980version = "0.5.1"
20981source = "registry+https://github.com/rust-lang/crates.io-index"
20982checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20983dependencies = [
20984 "windows-link 0.2.1",
20985]
20986
20987[[package]]
20988name = "windows-sys"
20989version = "0.45.0"
20990source = "registry+https://github.com/rust-lang/crates.io-index"
20991checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20992dependencies = [
20993 "windows-targets 0.42.2",
20994]
20995
20996[[package]]
20997name = "windows-sys"
20998version = "0.48.0"
20999source = "registry+https://github.com/rust-lang/crates.io-index"
21000checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21001dependencies = [
21002 "windows-targets 0.48.5",
21003]
21004
21005[[package]]
21006name = "windows-sys"
21007version = "0.52.0"
21008source = "registry+https://github.com/rust-lang/crates.io-index"
21009checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21010dependencies = [
21011 "windows-targets 0.52.6",
21012]
21013
21014[[package]]
21015name = "windows-sys"
21016version = "0.59.0"
21017source = "registry+https://github.com/rust-lang/crates.io-index"
21018checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21019dependencies = [
21020 "windows-targets 0.52.6",
21021]
21022
21023[[package]]
21024name = "windows-sys"
21025version = "0.60.2"
21026source = "registry+https://github.com/rust-lang/crates.io-index"
21027checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21028dependencies = [
21029 "windows-targets 0.53.5",
21030]
21031
21032[[package]]
21033name = "windows-sys"
21034version = "0.61.2"
21035source = "registry+https://github.com/rust-lang/crates.io-index"
21036checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21037dependencies = [
21038 "windows-link 0.2.1",
21039]
21040
21041[[package]]
21042name = "windows-targets"
21043version = "0.42.2"
21044source = "registry+https://github.com/rust-lang/crates.io-index"
21045checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21046dependencies = [
21047 "windows_aarch64_gnullvm 0.42.2",
21048 "windows_aarch64_msvc 0.42.2",
21049 "windows_i686_gnu 0.42.2",
21050 "windows_i686_msvc 0.42.2",
21051 "windows_x86_64_gnu 0.42.2",
21052 "windows_x86_64_gnullvm 0.42.2",
21053 "windows_x86_64_msvc 0.42.2",
21054]
21055
21056[[package]]
21057name = "windows-targets"
21058version = "0.48.5"
21059source = "registry+https://github.com/rust-lang/crates.io-index"
21060checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21061dependencies = [
21062 "windows_aarch64_gnullvm 0.48.5",
21063 "windows_aarch64_msvc 0.48.5",
21064 "windows_i686_gnu 0.48.5",
21065 "windows_i686_msvc 0.48.5",
21066 "windows_x86_64_gnu 0.48.5",
21067 "windows_x86_64_gnullvm 0.48.5",
21068 "windows_x86_64_msvc 0.48.5",
21069]
21070
21071[[package]]
21072name = "windows-targets"
21073version = "0.52.6"
21074source = "registry+https://github.com/rust-lang/crates.io-index"
21075checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21076dependencies = [
21077 "windows_aarch64_gnullvm 0.52.6",
21078 "windows_aarch64_msvc 0.52.6",
21079 "windows_i686_gnu 0.52.6",
21080 "windows_i686_gnullvm 0.52.6",
21081 "windows_i686_msvc 0.52.6",
21082 "windows_x86_64_gnu 0.52.6",
21083 "windows_x86_64_gnullvm 0.52.6",
21084 "windows_x86_64_msvc 0.52.6",
21085]
21086
21087[[package]]
21088name = "windows-targets"
21089version = "0.53.5"
21090source = "registry+https://github.com/rust-lang/crates.io-index"
21091checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21092dependencies = [
21093 "windows-link 0.2.1",
21094 "windows_aarch64_gnullvm 0.53.1",
21095 "windows_aarch64_msvc 0.53.1",
21096 "windows_i686_gnu 0.53.1",
21097 "windows_i686_gnullvm 0.53.1",
21098 "windows_i686_msvc 0.53.1",
21099 "windows_x86_64_gnu 0.53.1",
21100 "windows_x86_64_gnullvm 0.53.1",
21101 "windows_x86_64_msvc 0.53.1",
21102]
21103
21104[[package]]
21105name = "windows-threading"
21106version = "0.1.0"
21107source = "registry+https://github.com/rust-lang/crates.io-index"
21108checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21109dependencies = [
21110 "windows-link 0.1.3",
21111]
21112
21113[[package]]
21114name = "windows-threading"
21115version = "0.2.1"
21116source = "registry+https://github.com/rust-lang/crates.io-index"
21117checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21118dependencies = [
21119 "windows-link 0.2.1",
21120]
21121
21122[[package]]
21123name = "windows_aarch64_gnullvm"
21124version = "0.42.2"
21125source = "registry+https://github.com/rust-lang/crates.io-index"
21126checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21127
21128[[package]]
21129name = "windows_aarch64_gnullvm"
21130version = "0.48.5"
21131source = "registry+https://github.com/rust-lang/crates.io-index"
21132checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21133
21134[[package]]
21135name = "windows_aarch64_gnullvm"
21136version = "0.52.6"
21137source = "registry+https://github.com/rust-lang/crates.io-index"
21138checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21139
21140[[package]]
21141name = "windows_aarch64_gnullvm"
21142version = "0.53.1"
21143source = "registry+https://github.com/rust-lang/crates.io-index"
21144checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21145
21146[[package]]
21147name = "windows_aarch64_msvc"
21148version = "0.42.2"
21149source = "registry+https://github.com/rust-lang/crates.io-index"
21150checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21151
21152[[package]]
21153name = "windows_aarch64_msvc"
21154version = "0.48.5"
21155source = "registry+https://github.com/rust-lang/crates.io-index"
21156checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21157
21158[[package]]
21159name = "windows_aarch64_msvc"
21160version = "0.52.6"
21161source = "registry+https://github.com/rust-lang/crates.io-index"
21162checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21163
21164[[package]]
21165name = "windows_aarch64_msvc"
21166version = "0.53.1"
21167source = "registry+https://github.com/rust-lang/crates.io-index"
21168checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21169
21170[[package]]
21171name = "windows_i686_gnu"
21172version = "0.42.2"
21173source = "registry+https://github.com/rust-lang/crates.io-index"
21174checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21175
21176[[package]]
21177name = "windows_i686_gnu"
21178version = "0.48.5"
21179source = "registry+https://github.com/rust-lang/crates.io-index"
21180checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21181
21182[[package]]
21183name = "windows_i686_gnu"
21184version = "0.52.6"
21185source = "registry+https://github.com/rust-lang/crates.io-index"
21186checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21187
21188[[package]]
21189name = "windows_i686_gnu"
21190version = "0.53.1"
21191source = "registry+https://github.com/rust-lang/crates.io-index"
21192checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21193
21194[[package]]
21195name = "windows_i686_gnullvm"
21196version = "0.52.6"
21197source = "registry+https://github.com/rust-lang/crates.io-index"
21198checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21199
21200[[package]]
21201name = "windows_i686_gnullvm"
21202version = "0.53.1"
21203source = "registry+https://github.com/rust-lang/crates.io-index"
21204checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21205
21206[[package]]
21207name = "windows_i686_msvc"
21208version = "0.42.2"
21209source = "registry+https://github.com/rust-lang/crates.io-index"
21210checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21211
21212[[package]]
21213name = "windows_i686_msvc"
21214version = "0.48.5"
21215source = "registry+https://github.com/rust-lang/crates.io-index"
21216checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21217
21218[[package]]
21219name = "windows_i686_msvc"
21220version = "0.52.6"
21221source = "registry+https://github.com/rust-lang/crates.io-index"
21222checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21223
21224[[package]]
21225name = "windows_i686_msvc"
21226version = "0.53.1"
21227source = "registry+https://github.com/rust-lang/crates.io-index"
21228checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21229
21230[[package]]
21231name = "windows_x86_64_gnu"
21232version = "0.42.2"
21233source = "registry+https://github.com/rust-lang/crates.io-index"
21234checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21235
21236[[package]]
21237name = "windows_x86_64_gnu"
21238version = "0.48.5"
21239source = "registry+https://github.com/rust-lang/crates.io-index"
21240checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21241
21242[[package]]
21243name = "windows_x86_64_gnu"
21244version = "0.52.6"
21245source = "registry+https://github.com/rust-lang/crates.io-index"
21246checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21247
21248[[package]]
21249name = "windows_x86_64_gnu"
21250version = "0.53.1"
21251source = "registry+https://github.com/rust-lang/crates.io-index"
21252checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21253
21254[[package]]
21255name = "windows_x86_64_gnullvm"
21256version = "0.42.2"
21257source = "registry+https://github.com/rust-lang/crates.io-index"
21258checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21259
21260[[package]]
21261name = "windows_x86_64_gnullvm"
21262version = "0.48.5"
21263source = "registry+https://github.com/rust-lang/crates.io-index"
21264checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21265
21266[[package]]
21267name = "windows_x86_64_gnullvm"
21268version = "0.52.6"
21269source = "registry+https://github.com/rust-lang/crates.io-index"
21270checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21271
21272[[package]]
21273name = "windows_x86_64_gnullvm"
21274version = "0.53.1"
21275source = "registry+https://github.com/rust-lang/crates.io-index"
21276checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21277
21278[[package]]
21279name = "windows_x86_64_msvc"
21280version = "0.42.2"
21281source = "registry+https://github.com/rust-lang/crates.io-index"
21282checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21283
21284[[package]]
21285name = "windows_x86_64_msvc"
21286version = "0.48.5"
21287source = "registry+https://github.com/rust-lang/crates.io-index"
21288checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21289
21290[[package]]
21291name = "windows_x86_64_msvc"
21292version = "0.52.6"
21293source = "registry+https://github.com/rust-lang/crates.io-index"
21294checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21295
21296[[package]]
21297name = "windows_x86_64_msvc"
21298version = "0.53.1"
21299source = "registry+https://github.com/rust-lang/crates.io-index"
21300checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21301
21302[[package]]
21303name = "winnow"
21304version = "0.7.13"
21305source = "registry+https://github.com/rust-lang/crates.io-index"
21306checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21307dependencies = [
21308 "memchr",
21309]
21310
21311[[package]]
21312name = "winreg"
21313version = "0.10.1"
21314source = "registry+https://github.com/rust-lang/crates.io-index"
21315checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21316dependencies = [
21317 "winapi",
21318]
21319
21320[[package]]
21321name = "winreg"
21322version = "0.50.0"
21323source = "registry+https://github.com/rust-lang/crates.io-index"
21324checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21325dependencies = [
21326 "cfg-if",
21327 "windows-sys 0.48.0",
21328]
21329
21330[[package]]
21331name = "winreg"
21332version = "0.55.0"
21333source = "registry+https://github.com/rust-lang/crates.io-index"
21334checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21335dependencies = [
21336 "cfg-if",
21337 "windows-sys 0.59.0",
21338]
21339
21340[[package]]
21341name = "winresource"
21342version = "0.1.23"
21343source = "registry+https://github.com/rust-lang/crates.io-index"
21344checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21345dependencies = [
21346 "toml 0.8.23",
21347 "version_check",
21348]
21349
21350[[package]]
21351name = "winsafe"
21352version = "0.0.19"
21353source = "registry+https://github.com/rust-lang/crates.io-index"
21354checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21355
21356[[package]]
21357name = "winx"
21358version = "0.36.4"
21359source = "registry+https://github.com/rust-lang/crates.io-index"
21360checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21361dependencies = [
21362 "bitflags 2.10.0",
21363 "windows-sys 0.59.0",
21364]
21365
21366[[package]]
21367name = "wio"
21368version = "0.2.2"
21369source = "registry+https://github.com/rust-lang/crates.io-index"
21370checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21371dependencies = [
21372 "winapi",
21373]
21374
21375[[package]]
21376name = "wit-bindgen"
21377version = "0.22.0"
21378source = "registry+https://github.com/rust-lang/crates.io-index"
21379checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21380dependencies = [
21381 "bitflags 2.10.0",
21382 "wit-bindgen-rt 0.22.0",
21383 "wit-bindgen-rust-macro 0.22.0",
21384]
21385
21386[[package]]
21387name = "wit-bindgen"
21388version = "0.41.0"
21389source = "registry+https://github.com/rust-lang/crates.io-index"
21390checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21391dependencies = [
21392 "wit-bindgen-rt 0.41.0",
21393 "wit-bindgen-rust-macro 0.41.0",
21394]
21395
21396[[package]]
21397name = "wit-bindgen"
21398version = "0.46.0"
21399source = "registry+https://github.com/rust-lang/crates.io-index"
21400checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21401
21402[[package]]
21403name = "wit-bindgen"
21404version = "0.51.0"
21405source = "registry+https://github.com/rust-lang/crates.io-index"
21406checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21407dependencies = [
21408 "wit-bindgen-rust-macro 0.51.0",
21409]
21410
21411[[package]]
21412name = "wit-bindgen-core"
21413version = "0.22.0"
21414source = "registry+https://github.com/rust-lang/crates.io-index"
21415checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21416dependencies = [
21417 "anyhow",
21418 "wit-parser 0.201.0",
21419]
21420
21421[[package]]
21422name = "wit-bindgen-core"
21423version = "0.41.0"
21424source = "registry+https://github.com/rust-lang/crates.io-index"
21425checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21426dependencies = [
21427 "anyhow",
21428 "heck 0.5.0",
21429 "wit-parser 0.227.1",
21430]
21431
21432[[package]]
21433name = "wit-bindgen-core"
21434version = "0.51.0"
21435source = "registry+https://github.com/rust-lang/crates.io-index"
21436checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21437dependencies = [
21438 "anyhow",
21439 "heck 0.5.0",
21440 "wit-parser 0.244.0",
21441]
21442
21443[[package]]
21444name = "wit-bindgen-rt"
21445version = "0.22.0"
21446source = "registry+https://github.com/rust-lang/crates.io-index"
21447checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21448
21449[[package]]
21450name = "wit-bindgen-rt"
21451version = "0.41.0"
21452source = "registry+https://github.com/rust-lang/crates.io-index"
21453checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21454dependencies = [
21455 "bitflags 2.10.0",
21456 "futures 0.3.32",
21457 "once_cell",
21458]
21459
21460[[package]]
21461name = "wit-bindgen-rust"
21462version = "0.22.0"
21463source = "registry+https://github.com/rust-lang/crates.io-index"
21464checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21465dependencies = [
21466 "anyhow",
21467 "heck 0.4.1",
21468 "indexmap",
21469 "wasm-metadata 0.201.0",
21470 "wit-bindgen-core 0.22.0",
21471 "wit-component 0.201.0",
21472]
21473
21474[[package]]
21475name = "wit-bindgen-rust"
21476version = "0.41.0"
21477source = "registry+https://github.com/rust-lang/crates.io-index"
21478checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21479dependencies = [
21480 "anyhow",
21481 "heck 0.5.0",
21482 "indexmap",
21483 "prettyplease",
21484 "syn 2.0.117",
21485 "wasm-metadata 0.227.1",
21486 "wit-bindgen-core 0.41.0",
21487 "wit-component 0.227.1",
21488]
21489
21490[[package]]
21491name = "wit-bindgen-rust"
21492version = "0.51.0"
21493source = "registry+https://github.com/rust-lang/crates.io-index"
21494checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21495dependencies = [
21496 "anyhow",
21497 "heck 0.5.0",
21498 "indexmap",
21499 "prettyplease",
21500 "syn 2.0.117",
21501 "wasm-metadata 0.244.0",
21502 "wit-bindgen-core 0.51.0",
21503 "wit-component 0.244.0",
21504]
21505
21506[[package]]
21507name = "wit-bindgen-rust-macro"
21508version = "0.22.0"
21509source = "registry+https://github.com/rust-lang/crates.io-index"
21510checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21511dependencies = [
21512 "anyhow",
21513 "proc-macro2",
21514 "quote",
21515 "syn 2.0.117",
21516 "wit-bindgen-core 0.22.0",
21517 "wit-bindgen-rust 0.22.0",
21518]
21519
21520[[package]]
21521name = "wit-bindgen-rust-macro"
21522version = "0.41.0"
21523source = "registry+https://github.com/rust-lang/crates.io-index"
21524checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21525dependencies = [
21526 "anyhow",
21527 "prettyplease",
21528 "proc-macro2",
21529 "quote",
21530 "syn 2.0.117",
21531 "wit-bindgen-core 0.41.0",
21532 "wit-bindgen-rust 0.41.0",
21533]
21534
21535[[package]]
21536name = "wit-bindgen-rust-macro"
21537version = "0.51.0"
21538source = "registry+https://github.com/rust-lang/crates.io-index"
21539checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21540dependencies = [
21541 "anyhow",
21542 "prettyplease",
21543 "proc-macro2",
21544 "quote",
21545 "syn 2.0.117",
21546 "wit-bindgen-core 0.51.0",
21547 "wit-bindgen-rust 0.51.0",
21548]
21549
21550[[package]]
21551name = "wit-component"
21552version = "0.201.0"
21553source = "registry+https://github.com/rust-lang/crates.io-index"
21554checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21555dependencies = [
21556 "anyhow",
21557 "bitflags 2.10.0",
21558 "indexmap",
21559 "log",
21560 "serde",
21561 "serde_derive",
21562 "serde_json",
21563 "wasm-encoder 0.201.0",
21564 "wasm-metadata 0.201.0",
21565 "wasmparser 0.201.0",
21566 "wit-parser 0.201.0",
21567]
21568
21569[[package]]
21570name = "wit-component"
21571version = "0.227.1"
21572source = "registry+https://github.com/rust-lang/crates.io-index"
21573checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21574dependencies = [
21575 "anyhow",
21576 "bitflags 2.10.0",
21577 "indexmap",
21578 "log",
21579 "serde",
21580 "serde_derive",
21581 "serde_json",
21582 "wasm-encoder 0.227.1",
21583 "wasm-metadata 0.227.1",
21584 "wasmparser 0.227.1",
21585 "wit-parser 0.227.1",
21586]
21587
21588[[package]]
21589name = "wit-component"
21590version = "0.244.0"
21591source = "registry+https://github.com/rust-lang/crates.io-index"
21592checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21593dependencies = [
21594 "anyhow",
21595 "bitflags 2.10.0",
21596 "indexmap",
21597 "log",
21598 "serde",
21599 "serde_derive",
21600 "serde_json",
21601 "wasm-encoder 0.244.0",
21602 "wasm-metadata 0.244.0",
21603 "wasmparser 0.244.0",
21604 "wit-parser 0.244.0",
21605]
21606
21607[[package]]
21608name = "wit-parser"
21609version = "0.201.0"
21610source = "registry+https://github.com/rust-lang/crates.io-index"
21611checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21612dependencies = [
21613 "anyhow",
21614 "id-arena",
21615 "indexmap",
21616 "log",
21617 "semver",
21618 "serde",
21619 "serde_derive",
21620 "serde_json",
21621 "unicode-xid",
21622 "wasmparser 0.201.0",
21623]
21624
21625[[package]]
21626name = "wit-parser"
21627version = "0.227.1"
21628source = "registry+https://github.com/rust-lang/crates.io-index"
21629checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21630dependencies = [
21631 "anyhow",
21632 "id-arena",
21633 "indexmap",
21634 "log",
21635 "semver",
21636 "serde",
21637 "serde_derive",
21638 "serde_json",
21639 "unicode-xid",
21640 "wasmparser 0.227.1",
21641]
21642
21643[[package]]
21644name = "wit-parser"
21645version = "0.236.1"
21646source = "registry+https://github.com/rust-lang/crates.io-index"
21647checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21648dependencies = [
21649 "anyhow",
21650 "id-arena",
21651 "indexmap",
21652 "log",
21653 "semver",
21654 "serde",
21655 "serde_derive",
21656 "serde_json",
21657 "unicode-xid",
21658 "wasmparser 0.236.1",
21659]
21660
21661[[package]]
21662name = "wit-parser"
21663version = "0.244.0"
21664source = "registry+https://github.com/rust-lang/crates.io-index"
21665checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21666dependencies = [
21667 "anyhow",
21668 "id-arena",
21669 "indexmap",
21670 "log",
21671 "semver",
21672 "serde",
21673 "serde_derive",
21674 "serde_json",
21675 "unicode-xid",
21676 "wasmparser 0.244.0",
21677]
21678
21679[[package]]
21680name = "witx"
21681version = "0.9.1"
21682source = "registry+https://github.com/rust-lang/crates.io-index"
21683checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21684dependencies = [
21685 "anyhow",
21686 "log",
21687 "thiserror 1.0.69",
21688 "wast",
21689]
21690
21691[[package]]
21692name = "workspace"
21693version = "0.1.0"
21694dependencies = [
21695 "agent_settings",
21696 "any_vec",
21697 "anyhow",
21698 "async-recursion",
21699 "chrono",
21700 "client",
21701 "clock",
21702 "collections",
21703 "component",
21704 "db",
21705 "feature_flags",
21706 "fs",
21707 "futures 0.3.32",
21708 "git",
21709 "gpui",
21710 "http_client",
21711 "itertools 0.14.0",
21712 "language",
21713 "log",
21714 "markdown",
21715 "menu",
21716 "node_runtime",
21717 "parking_lot",
21718 "postage",
21719 "pretty_assertions",
21720 "project",
21721 "remote",
21722 "schemars",
21723 "serde",
21724 "serde_json",
21725 "session",
21726 "settings",
21727 "smallvec",
21728 "sqlez",
21729 "strum 0.27.2",
21730 "task",
21731 "telemetry",
21732 "tempfile",
21733 "theme",
21734 "theme_settings",
21735 "ui",
21736 "util",
21737 "uuid",
21738 "vim_mode_setting",
21739 "windows 0.61.3",
21740 "zed_actions",
21741 "zlog",
21742]
21743
21744[[package]]
21745name = "worktree"
21746version = "0.1.0"
21747dependencies = [
21748 "anyhow",
21749 "async-lock 2.8.0",
21750 "chardetng",
21751 "clock",
21752 "collections",
21753 "encoding_rs",
21754 "fs",
21755 "futures 0.3.32",
21756 "fuzzy",
21757 "git",
21758 "gpui",
21759 "ignore",
21760 "language",
21761 "log",
21762 "parking_lot",
21763 "paths",
21764 "postage",
21765 "pretty_assertions",
21766 "rand 0.9.2",
21767 "rpc",
21768 "serde",
21769 "serde_json",
21770 "settings",
21771 "smallvec",
21772 "smol",
21773 "sum_tree",
21774 "text",
21775 "tracing",
21776 "util",
21777 "worktree",
21778 "zlog",
21779 "ztracing",
21780]
21781
21782[[package]]
21783name = "worktree_benchmarks"
21784version = "0.1.0"
21785dependencies = [
21786 "fs",
21787 "gpui_platform",
21788 "settings",
21789 "worktree",
21790]
21791
21792[[package]]
21793name = "wprcontrol"
21794version = "0.1.0"
21795source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21796dependencies = [
21797 "windows 0.61.3",
21798 "windows-bindgen",
21799 "windows-core 0.61.2",
21800 "windows-link 0.2.1",
21801]
21802
21803[[package]]
21804name = "writeable"
21805version = "0.6.1"
21806source = "registry+https://github.com/rust-lang/crates.io-index"
21807checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21808
21809[[package]]
21810name = "wyz"
21811version = "0.5.1"
21812source = "registry+https://github.com/rust-lang/crates.io-index"
21813checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21814dependencies = [
21815 "tap",
21816]
21817
21818[[package]]
21819name = "x11"
21820version = "2.21.0"
21821source = "registry+https://github.com/rust-lang/crates.io-index"
21822checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21823dependencies = [
21824 "libc",
21825 "pkg-config",
21826]
21827
21828[[package]]
21829name = "x11-clipboard"
21830version = "0.9.3"
21831source = "registry+https://github.com/rust-lang/crates.io-index"
21832checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21833dependencies = [
21834 "libc",
21835 "x11rb",
21836]
21837
21838[[package]]
21839name = "x11rb"
21840version = "0.13.2"
21841source = "registry+https://github.com/rust-lang/crates.io-index"
21842checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21843dependencies = [
21844 "as-raw-xcb-connection",
21845 "gethostname",
21846 "libc",
21847 "rustix 1.1.2",
21848 "x11rb-protocol",
21849 "xcursor",
21850]
21851
21852[[package]]
21853name = "x11rb-protocol"
21854version = "0.13.2"
21855source = "registry+https://github.com/rust-lang/crates.io-index"
21856checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21857
21858[[package]]
21859name = "x_ai"
21860version = "0.1.0"
21861dependencies = [
21862 "anyhow",
21863 "language_model_core",
21864 "schemars",
21865 "serde",
21866 "strum 0.27.2",
21867 "tiktoken-rs",
21868]
21869
21870[[package]]
21871name = "xattr"
21872version = "0.2.3"
21873source = "registry+https://github.com/rust-lang/crates.io-index"
21874checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21875dependencies = [
21876 "libc",
21877]
21878
21879[[package]]
21880name = "xcb"
21881version = "1.6.0"
21882source = "registry+https://github.com/rust-lang/crates.io-index"
21883checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21884dependencies = [
21885 "bitflags 1.3.2",
21886 "libc",
21887 "quick-xml 0.30.0",
21888 "x11",
21889]
21890
21891[[package]]
21892name = "xcursor"
21893version = "0.3.10"
21894source = "registry+https://github.com/rust-lang/crates.io-index"
21895checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21896
21897[[package]]
21898name = "xim-ctext"
21899version = "0.3.0"
21900source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21901dependencies = [
21902 "encoding_rs",
21903]
21904
21905[[package]]
21906name = "xim-parser"
21907version = "0.2.1"
21908source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21909dependencies = [
21910 "bitflags 2.10.0",
21911]
21912
21913[[package]]
21914name = "xkbcommon"
21915version = "0.8.0"
21916source = "registry+https://github.com/rust-lang/crates.io-index"
21917checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21918dependencies = [
21919 "as-raw-xcb-connection",
21920 "libc",
21921 "memmap2",
21922 "xkeysym",
21923]
21924
21925[[package]]
21926name = "xkeysym"
21927version = "0.2.1"
21928source = "registry+https://github.com/rust-lang/crates.io-index"
21929checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21930
21931[[package]]
21932name = "xml-rs"
21933version = "0.8.28"
21934source = "registry+https://github.com/rust-lang/crates.io-index"
21935checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21936
21937[[package]]
21938name = "xml5ever"
21939version = "0.18.1"
21940source = "registry+https://github.com/rust-lang/crates.io-index"
21941checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21942dependencies = [
21943 "log",
21944 "mac",
21945 "markup5ever 0.12.1",
21946]
21947
21948[[package]]
21949name = "xmlparser"
21950version = "0.13.6"
21951source = "registry+https://github.com/rust-lang/crates.io-index"
21952checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21953
21954[[package]]
21955name = "xmlwriter"
21956version = "0.1.0"
21957source = "registry+https://github.com/rust-lang/crates.io-index"
21958checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21959
21960[[package]]
21961name = "xtask"
21962version = "0.1.0"
21963dependencies = [
21964 "annotate-snippets",
21965 "anyhow",
21966 "backtrace",
21967 "cargo_metadata 0.19.2",
21968 "cargo_toml",
21969 "clap",
21970 "compliance",
21971 "gh-workflow",
21972 "indexmap",
21973 "indoc",
21974 "itertools 0.14.0",
21975 "regex",
21976 "serde",
21977 "serde_json",
21978 "serde_yaml",
21979 "strum 0.27.2",
21980 "tokio",
21981 "toml 0.8.23",
21982 "toml_edit 0.22.27",
21983]
21984
21985[[package]]
21986name = "yaml-rust2"
21987version = "0.8.1"
21988source = "registry+https://github.com/rust-lang/crates.io-index"
21989checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21990dependencies = [
21991 "arraydeque",
21992 "encoding_rs",
21993 "hashlink 0.8.4",
21994]
21995
21996[[package]]
21997name = "yansi"
21998version = "1.0.1"
21999source = "registry+https://github.com/rust-lang/crates.io-index"
22000checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22001
22002[[package]]
22003name = "yawc"
22004version = "0.2.5"
22005source = "registry+https://github.com/rust-lang/crates.io-index"
22006checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22007dependencies = [
22008 "base64 0.22.1",
22009 "bytes 1.11.1",
22010 "flate2",
22011 "futures 0.3.32",
22012 "http-body-util",
22013 "hyper 1.7.0",
22014 "hyper-util",
22015 "js-sys",
22016 "nom 8.0.0",
22017 "pin-project",
22018 "rand 0.8.5",
22019 "sha1",
22020 "thiserror 1.0.69",
22021 "tokio",
22022 "tokio-rustls 0.26.2",
22023 "tokio-util",
22024 "url",
22025 "wasm-bindgen",
22026 "wasm-bindgen-futures",
22027 "web-sys",
22028 "webpki-roots",
22029]
22030
22031[[package]]
22032name = "yazi"
22033version = "0.2.1"
22034source = "registry+https://github.com/rust-lang/crates.io-index"
22035checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22036
22037[[package]]
22038name = "yeslogic-fontconfig-sys"
22039version = "6.0.0"
22040source = "registry+https://github.com/rust-lang/crates.io-index"
22041checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22042dependencies = [
22043 "dlib",
22044 "once_cell",
22045 "pkg-config",
22046]
22047
22048[[package]]
22049name = "yoke"
22050version = "0.7.5"
22051source = "registry+https://github.com/rust-lang/crates.io-index"
22052checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22053dependencies = [
22054 "serde",
22055 "stable_deref_trait",
22056 "yoke-derive 0.7.5",
22057 "zerofrom",
22058]
22059
22060[[package]]
22061name = "yoke"
22062version = "0.8.0"
22063source = "registry+https://github.com/rust-lang/crates.io-index"
22064checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22065dependencies = [
22066 "serde",
22067 "stable_deref_trait",
22068 "yoke-derive 0.8.0",
22069 "zerofrom",
22070]
22071
22072[[package]]
22073name = "yoke-derive"
22074version = "0.7.5"
22075source = "registry+https://github.com/rust-lang/crates.io-index"
22076checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22077dependencies = [
22078 "proc-macro2",
22079 "quote",
22080 "syn 2.0.117",
22081 "synstructure",
22082]
22083
22084[[package]]
22085name = "yoke-derive"
22086version = "0.8.0"
22087source = "registry+https://github.com/rust-lang/crates.io-index"
22088checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22089dependencies = [
22090 "proc-macro2",
22091 "quote",
22092 "syn 2.0.117",
22093 "synstructure",
22094]
22095
22096[[package]]
22097name = "zbus"
22098version = "5.13.2"
22099source = "registry+https://github.com/rust-lang/crates.io-index"
22100checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22101dependencies = [
22102 "async-broadcast",
22103 "async-executor",
22104 "async-io",
22105 "async-lock 3.4.2",
22106 "async-process",
22107 "async-recursion",
22108 "async-task",
22109 "async-trait",
22110 "blocking",
22111 "enumflags2",
22112 "event-listener 5.4.1",
22113 "futures-core",
22114 "futures-lite 2.6.1",
22115 "hex",
22116 "libc",
22117 "ordered-stream",
22118 "rustix 1.1.2",
22119 "serde",
22120 "serde_repr",
22121 "tracing",
22122 "uds_windows",
22123 "uuid",
22124 "windows-sys 0.61.2",
22125 "winnow",
22126 "zbus_macros",
22127 "zbus_names",
22128 "zvariant",
22129]
22130
22131[[package]]
22132name = "zbus_macros"
22133version = "5.13.2"
22134source = "registry+https://github.com/rust-lang/crates.io-index"
22135checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22136dependencies = [
22137 "proc-macro-crate",
22138 "proc-macro2",
22139 "quote",
22140 "syn 2.0.117",
22141 "zbus_names",
22142 "zvariant",
22143 "zvariant_utils",
22144]
22145
22146[[package]]
22147name = "zbus_names"
22148version = "4.3.1"
22149source = "registry+https://github.com/rust-lang/crates.io-index"
22150checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22151dependencies = [
22152 "serde",
22153 "winnow",
22154 "zvariant",
22155]
22156
22157[[package]]
22158name = "zed"
22159version = "0.232.2"
22160dependencies = [
22161 "acp_thread",
22162 "acp_tools",
22163 "action_log",
22164 "activity_indicator",
22165 "agent",
22166 "agent-client-protocol",
22167 "agent_servers",
22168 "agent_settings",
22169 "agent_ui",
22170 "anyhow",
22171 "ashpd",
22172 "askpass",
22173 "assets",
22174 "audio",
22175 "auto_update",
22176 "auto_update_ui",
22177 "breadcrumbs",
22178 "call",
22179 "channel",
22180 "chrono",
22181 "clap",
22182 "cli",
22183 "client",
22184 "clock",
22185 "codestral",
22186 "collab_ui",
22187 "collections",
22188 "command_palette",
22189 "component",
22190 "component_preview",
22191 "copilot",
22192 "copilot_chat",
22193 "copilot_ui",
22194 "crashes",
22195 "csv_preview",
22196 "dap_adapters",
22197 "db",
22198 "debug_adapter_extension",
22199 "debugger_tools",
22200 "debugger_ui",
22201 "dev_container",
22202 "diagnostics",
22203 "edit_prediction",
22204 "edit_prediction_ui",
22205 "editor",
22206 "encoding_selector",
22207 "env_logger 0.11.8",
22208 "etw_tracing",
22209 "extension",
22210 "extension_host",
22211 "extensions_ui",
22212 "feature_flags",
22213 "feedback",
22214 "file_finder",
22215 "fs",
22216 "futures 0.3.32",
22217 "git",
22218 "git_graph",
22219 "git_hosting_providers",
22220 "git_ui",
22221 "go_to_line",
22222 "gpui",
22223 "gpui_platform",
22224 "gpui_tokio",
22225 "http_client",
22226 "image",
22227 "image_viewer",
22228 "inspector_ui",
22229 "install_cli",
22230 "itertools 0.14.0",
22231 "journal",
22232 "json_schema_store",
22233 "keymap_editor",
22234 "language",
22235 "language_extension",
22236 "language_model",
22237 "language_models",
22238 "language_onboarding",
22239 "language_selector",
22240 "language_tools",
22241 "languages",
22242 "line_ending_selector",
22243 "log",
22244 "markdown",
22245 "markdown_preview",
22246 "menu",
22247 "migrator",
22248 "mimalloc",
22249 "miniprofiler_ui",
22250 "nc",
22251 "node_runtime",
22252 "notifications",
22253 "onboarding",
22254 "outline",
22255 "outline_panel",
22256 "parking_lot",
22257 "paths",
22258 "picker",
22259 "pkg-config",
22260 "pretty_assertions",
22261 "profiling",
22262 "project",
22263 "project_panel",
22264 "project_symbols",
22265 "prompt_store",
22266 "proto",
22267 "rayon",
22268 "recent_projects",
22269 "release_channel",
22270 "remote",
22271 "repl",
22272 "reqwest_client",
22273 "rope",
22274 "search",
22275 "semver",
22276 "serde",
22277 "serde_json",
22278 "session",
22279 "settings",
22280 "settings_profile_selector",
22281 "settings_ui",
22282 "shellexpand 2.1.2",
22283 "sidebar",
22284 "smol",
22285 "snippet_provider",
22286 "snippets_ui",
22287 "svg_preview",
22288 "sysinfo 0.37.2",
22289 "system_specs",
22290 "tab_switcher",
22291 "task",
22292 "tasks_ui",
22293 "telemetry",
22294 "telemetry_events",
22295 "tempfile",
22296 "terminal_view",
22297 "theme",
22298 "theme_extension",
22299 "theme_selector",
22300 "theme_settings",
22301 "time",
22302 "time_format",
22303 "title_bar",
22304 "toolchain_selector",
22305 "tracing",
22306 "ui",
22307 "ui_prompt",
22308 "url",
22309 "urlencoding",
22310 "util",
22311 "uuid",
22312 "vim",
22313 "vim_mode_setting",
22314 "watch",
22315 "web_search",
22316 "web_search_providers",
22317 "which_key",
22318 "windows 0.61.3",
22319 "winresource",
22320 "workspace",
22321 "zed-reqwest",
22322 "zed_actions",
22323 "zed_env_vars",
22324 "zlog",
22325 "zlog_settings",
22326 "ztracing",
22327]
22328
22329[[package]]
22330name = "zed-font-kit"
22331version = "0.14.1-zed"
22332source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22333dependencies = [
22334 "bitflags 2.10.0",
22335 "byteorder",
22336 "core-foundation 0.10.0",
22337 "core-graphics 0.24.0",
22338 "core-text",
22339 "dirs 5.0.1",
22340 "dwrote",
22341 "float-ord",
22342 "freetype-sys",
22343 "lazy_static",
22344 "libc",
22345 "log",
22346 "pathfinder_geometry",
22347 "pathfinder_simd",
22348 "walkdir",
22349 "winapi",
22350 "yeslogic-fontconfig-sys",
22351]
22352
22353[[package]]
22354name = "zed-reqwest"
22355version = "0.12.15-zed"
22356source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22357dependencies = [
22358 "base64 0.22.1",
22359 "bytes 1.11.1",
22360 "encoding_rs",
22361 "futures-core",
22362 "futures-util",
22363 "h2 0.4.12",
22364 "http 1.3.1",
22365 "http-body 1.0.1",
22366 "http-body-util",
22367 "hyper 1.7.0",
22368 "hyper-rustls 0.27.7",
22369 "hyper-util",
22370 "ipnet",
22371 "js-sys",
22372 "log",
22373 "mime",
22374 "mime_guess",
22375 "once_cell",
22376 "percent-encoding",
22377 "pin-project-lite",
22378 "quinn",
22379 "rustls 0.23.33",
22380 "rustls-native-certs 0.8.2",
22381 "rustls-pemfile 2.2.0",
22382 "rustls-pki-types",
22383 "serde",
22384 "serde_json",
22385 "serde_urlencoded",
22386 "sync_wrapper 1.0.2",
22387 "system-configuration 0.6.1",
22388 "tokio",
22389 "tokio-rustls 0.26.2",
22390 "tokio-socks",
22391 "tokio-util",
22392 "tower 0.5.2",
22393 "tower-service",
22394 "url",
22395 "wasm-bindgen",
22396 "wasm-bindgen-futures",
22397 "wasm-streams",
22398 "web-sys",
22399 "windows-registry 0.4.0",
22400]
22401
22402[[package]]
22403name = "zed-scap"
22404version = "0.0.8-zed"
22405source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22406dependencies = [
22407 "anyhow",
22408 "cocoa 0.25.0",
22409 "core-graphics-helmer-fork",
22410 "log",
22411 "objc",
22412 "rand 0.8.5",
22413 "screencapturekit",
22414 "screencapturekit-sys",
22415 "sysinfo 0.31.4",
22416 "tao-core-video-sys",
22417 "windows 0.61.3",
22418 "windows-capture",
22419 "x11",
22420 "xcb",
22421]
22422
22423[[package]]
22424name = "zed-xim"
22425version = "0.4.0-zed"
22426source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22427dependencies = [
22428 "ahash 0.8.12",
22429 "hashbrown 0.14.5",
22430 "log",
22431 "x11rb",
22432 "xim-ctext",
22433 "xim-parser",
22434]
22435
22436[[package]]
22437name = "zed_actions"
22438version = "0.1.0"
22439dependencies = [
22440 "gpui",
22441 "schemars",
22442 "serde",
22443 "util",
22444 "uuid",
22445]
22446
22447[[package]]
22448name = "zed_credentials_provider"
22449version = "0.1.0"
22450dependencies = [
22451 "anyhow",
22452 "credentials_provider",
22453 "futures 0.3.32",
22454 "gpui",
22455 "paths",
22456 "release_channel",
22457 "serde",
22458 "serde_json",
22459]
22460
22461[[package]]
22462name = "zed_env_vars"
22463version = "0.1.0"
22464dependencies = [
22465 "env_var",
22466]
22467
22468[[package]]
22469name = "zed_extension_api"
22470version = "0.1.0"
22471source = "registry+https://github.com/rust-lang/crates.io-index"
22472checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22473dependencies = [
22474 "serde",
22475 "serde_json",
22476 "wit-bindgen 0.22.0",
22477]
22478
22479[[package]]
22480name = "zed_extension_api"
22481version = "0.7.0"
22482source = "registry+https://github.com/rust-lang/crates.io-index"
22483checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22484dependencies = [
22485 "serde",
22486 "serde_json",
22487 "wit-bindgen 0.41.0",
22488]
22489
22490[[package]]
22491name = "zed_extension_api"
22492version = "0.8.0"
22493dependencies = [
22494 "serde",
22495 "serde_json",
22496 "wit-bindgen 0.41.0",
22497]
22498
22499[[package]]
22500name = "zed_glsl"
22501version = "0.2.3"
22502dependencies = [
22503 "zed_extension_api 0.1.0",
22504]
22505
22506[[package]]
22507name = "zed_html"
22508version = "0.3.1"
22509dependencies = [
22510 "zed_extension_api 0.7.0",
22511]
22512
22513[[package]]
22514name = "zed_proto"
22515version = "0.3.2"
22516dependencies = [
22517 "zed_extension_api 0.7.0",
22518]
22519
22520[[package]]
22521name = "zed_test_extension"
22522version = "0.1.0"
22523dependencies = [
22524 "zed_extension_api 0.8.0",
22525]
22526
22527[[package]]
22528name = "zeno"
22529version = "0.3.3"
22530source = "registry+https://github.com/rust-lang/crates.io-index"
22531checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22532
22533[[package]]
22534name = "zerocopy"
22535version = "0.8.27"
22536source = "registry+https://github.com/rust-lang/crates.io-index"
22537checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22538dependencies = [
22539 "zerocopy-derive",
22540]
22541
22542[[package]]
22543name = "zerocopy-derive"
22544version = "0.8.27"
22545source = "registry+https://github.com/rust-lang/crates.io-index"
22546checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22547dependencies = [
22548 "proc-macro2",
22549 "quote",
22550 "syn 2.0.117",
22551]
22552
22553[[package]]
22554name = "zerofrom"
22555version = "0.1.6"
22556source = "registry+https://github.com/rust-lang/crates.io-index"
22557checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22558dependencies = [
22559 "zerofrom-derive",
22560]
22561
22562[[package]]
22563name = "zerofrom-derive"
22564version = "0.1.6"
22565source = "registry+https://github.com/rust-lang/crates.io-index"
22566checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22567dependencies = [
22568 "proc-macro2",
22569 "quote",
22570 "syn 2.0.117",
22571 "synstructure",
22572]
22573
22574[[package]]
22575name = "zeroize"
22576version = "1.8.2"
22577source = "registry+https://github.com/rust-lang/crates.io-index"
22578checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22579dependencies = [
22580 "zeroize_derive",
22581]
22582
22583[[package]]
22584name = "zeroize_derive"
22585version = "1.4.2"
22586source = "registry+https://github.com/rust-lang/crates.io-index"
22587checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22588dependencies = [
22589 "proc-macro2",
22590 "quote",
22591 "syn 2.0.117",
22592]
22593
22594[[package]]
22595name = "zeromq"
22596version = "0.5.0"
22597source = "registry+https://github.com/rust-lang/crates.io-index"
22598checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22599dependencies = [
22600 "async-dispatcher",
22601 "async-std",
22602 "async-trait",
22603 "asynchronous-codec",
22604 "bytes 1.11.1",
22605 "crossbeam-queue",
22606 "futures 0.3.32",
22607 "log",
22608 "num-traits",
22609 "once_cell",
22610 "parking_lot",
22611 "rand 0.9.2",
22612 "regex",
22613 "scc",
22614 "thiserror 1.0.69",
22615 "uuid",
22616]
22617
22618[[package]]
22619name = "zerotrie"
22620version = "0.2.2"
22621source = "registry+https://github.com/rust-lang/crates.io-index"
22622checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22623dependencies = [
22624 "displaydoc",
22625 "yoke 0.8.0",
22626 "zerofrom",
22627]
22628
22629[[package]]
22630name = "zerovec"
22631version = "0.11.4"
22632source = "registry+https://github.com/rust-lang/crates.io-index"
22633checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22634dependencies = [
22635 "yoke 0.8.0",
22636 "zerofrom",
22637 "zerovec-derive",
22638]
22639
22640[[package]]
22641name = "zerovec-derive"
22642version = "0.11.1"
22643source = "registry+https://github.com/rust-lang/crates.io-index"
22644checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22645dependencies = [
22646 "proc-macro2",
22647 "quote",
22648 "syn 2.0.117",
22649]
22650
22651[[package]]
22652name = "zeta_prompt"
22653version = "0.1.0"
22654dependencies = [
22655 "anyhow",
22656 "imara-diff",
22657 "indoc",
22658 "serde",
22659 "strum 0.27.2",
22660]
22661
22662[[package]]
22663name = "zip"
22664version = "0.6.6"
22665source = "registry+https://github.com/rust-lang/crates.io-index"
22666checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22667dependencies = [
22668 "aes",
22669 "byteorder",
22670 "bzip2 0.4.4",
22671 "constant_time_eq",
22672 "crc32fast",
22673 "crossbeam-utils",
22674 "flate2",
22675 "hmac",
22676 "pbkdf2 0.11.0",
22677 "sha1",
22678 "time",
22679 "zstd",
22680]
22681
22682[[package]]
22683name = "zip"
22684version = "1.1.4"
22685source = "registry+https://github.com/rust-lang/crates.io-index"
22686checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22687dependencies = [
22688 "arbitrary",
22689 "crc32fast",
22690 "crossbeam-utils",
22691 "displaydoc",
22692 "indexmap",
22693 "num_enum",
22694 "thiserror 1.0.69",
22695]
22696
22697[[package]]
22698name = "zlog"
22699version = "0.1.0"
22700dependencies = [
22701 "anyhow",
22702 "chrono",
22703 "collections",
22704 "log",
22705 "tempfile",
22706]
22707
22708[[package]]
22709name = "zlog_settings"
22710version = "0.1.0"
22711dependencies = [
22712 "collections",
22713 "gpui",
22714 "settings",
22715 "zlog",
22716]
22717
22718[[package]]
22719name = "zstd"
22720version = "0.11.2+zstd.1.5.2"
22721source = "registry+https://github.com/rust-lang/crates.io-index"
22722checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22723dependencies = [
22724 "zstd-safe",
22725]
22726
22727[[package]]
22728name = "zstd-safe"
22729version = "5.0.2+zstd.1.5.2"
22730source = "registry+https://github.com/rust-lang/crates.io-index"
22731checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22732dependencies = [
22733 "libc",
22734 "zstd-sys",
22735]
22736
22737[[package]]
22738name = "zstd-sys"
22739version = "2.0.16+zstd.1.5.7"
22740source = "registry+https://github.com/rust-lang/crates.io-index"
22741checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22742dependencies = [
22743 "cc",
22744 "pkg-config",
22745]
22746
22747[[package]]
22748name = "ztracing"
22749version = "0.1.0"
22750dependencies = [
22751 "tracing",
22752 "tracing-subscriber",
22753 "tracing-tracy",
22754 "tracy-client",
22755 "zlog",
22756 "ztracing_macro",
22757]
22758
22759[[package]]
22760name = "ztracing_macro"
22761version = "0.1.0"
22762
22763[[package]]
22764name = "zune-core"
22765version = "0.4.12"
22766source = "registry+https://github.com/rust-lang/crates.io-index"
22767checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22768
22769[[package]]
22770name = "zune-inflate"
22771version = "0.2.54"
22772source = "registry+https://github.com/rust-lang/crates.io-index"
22773checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22774dependencies = [
22775 "simd-adler32",
22776]
22777
22778[[package]]
22779name = "zune-jpeg"
22780version = "0.4.21"
22781source = "registry+https://github.com/rust-lang/crates.io-index"
22782checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22783dependencies = [
22784 "zune-core",
22785]
22786
22787[[package]]
22788name = "zvariant"
22789version = "5.9.2"
22790source = "registry+https://github.com/rust-lang/crates.io-index"
22791checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22792dependencies = [
22793 "endi",
22794 "enumflags2",
22795 "serde",
22796 "serde_bytes",
22797 "winnow",
22798 "zvariant_derive",
22799 "zvariant_utils",
22800]
22801
22802[[package]]
22803name = "zvariant_derive"
22804version = "5.9.2"
22805source = "registry+https://github.com/rust-lang/crates.io-index"
22806checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22807dependencies = [
22808 "proc-macro-crate",
22809 "proc-macro2",
22810 "quote",
22811 "syn 2.0.117",
22812 "zvariant_utils",
22813]
22814
22815[[package]]
22816name = "zvariant_utils"
22817version = "3.3.0"
22818source = "registry+https://github.com/rust-lang/crates.io-index"
22819checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22820dependencies = [
22821 "proc-macro2",
22822 "quote",
22823 "serde",
22824 "syn 2.0.117",
22825 "winnow",
22826]