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_error_panic_hook"
 3423version = "0.1.7"
 3424source = "registry+https://github.com/rust-lang/crates.io-index"
 3425checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3426dependencies = [
 3427 "cfg-if",
 3428 "wasm-bindgen",
 3429]
 3430
 3431[[package]]
 3432name = "const-oid"
 3433version = "0.9.6"
 3434source = "registry+https://github.com/rust-lang/crates.io-index"
 3435checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3436
 3437[[package]]
 3438name = "const-random"
 3439version = "0.1.18"
 3440source = "registry+https://github.com/rust-lang/crates.io-index"
 3441checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3442dependencies = [
 3443 "const-random-macro",
 3444]
 3445
 3446[[package]]
 3447name = "const-random-macro"
 3448version = "0.1.16"
 3449source = "registry+https://github.com/rust-lang/crates.io-index"
 3450checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3451dependencies = [
 3452 "getrandom 0.2.16",
 3453 "once_cell",
 3454 "tiny-keccak",
 3455]
 3456
 3457[[package]]
 3458name = "const_format"
 3459version = "0.2.35"
 3460source = "registry+https://github.com/rust-lang/crates.io-index"
 3461checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3462dependencies = [
 3463 "const_format_proc_macros",
 3464]
 3465
 3466[[package]]
 3467name = "const_format_proc_macros"
 3468version = "0.2.34"
 3469source = "registry+https://github.com/rust-lang/crates.io-index"
 3470checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3471dependencies = [
 3472 "proc-macro2",
 3473 "quote",
 3474 "unicode-xid",
 3475]
 3476
 3477[[package]]
 3478name = "constant_time_eq"
 3479version = "0.1.5"
 3480source = "registry+https://github.com/rust-lang/crates.io-index"
 3481checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3482
 3483[[package]]
 3484name = "context_server"
 3485version = "0.1.0"
 3486dependencies = [
 3487 "anyhow",
 3488 "async-trait",
 3489 "base64 0.22.1",
 3490 "collections",
 3491 "futures 0.3.32",
 3492 "gpui",
 3493 "http_client",
 3494 "log",
 3495 "net",
 3496 "parking_lot",
 3497 "postage",
 3498 "rand 0.9.2",
 3499 "schemars",
 3500 "serde",
 3501 "serde_json",
 3502 "settings",
 3503 "sha2",
 3504 "slotmap",
 3505 "smol",
 3506 "tempfile",
 3507 "terminal",
 3508 "tiny_http",
 3509 "url",
 3510 "util",
 3511]
 3512
 3513[[package]]
 3514name = "convert_case"
 3515version = "0.8.0"
 3516source = "registry+https://github.com/rust-lang/crates.io-index"
 3517checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3518dependencies = [
 3519 "unicode-segmentation",
 3520]
 3521
 3522[[package]]
 3523name = "convert_case"
 3524version = "0.10.0"
 3525source = "registry+https://github.com/rust-lang/crates.io-index"
 3526checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3527dependencies = [
 3528 "unicode-segmentation",
 3529]
 3530
 3531[[package]]
 3532name = "convert_case"
 3533version = "0.11.0"
 3534source = "registry+https://github.com/rust-lang/crates.io-index"
 3535checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3536dependencies = [
 3537 "unicode-segmentation",
 3538]
 3539
 3540[[package]]
 3541name = "copilot"
 3542version = "0.1.0"
 3543dependencies = [
 3544 "anyhow",
 3545 "async-std",
 3546 "collections",
 3547 "command_palette_hooks",
 3548 "copilot_chat",
 3549 "edit_prediction_types",
 3550 "editor",
 3551 "fs",
 3552 "futures 0.3.32",
 3553 "gpui",
 3554 "icons",
 3555 "indoc",
 3556 "language",
 3557 "log",
 3558 "lsp",
 3559 "node_runtime",
 3560 "parking_lot",
 3561 "paths",
 3562 "pretty_assertions",
 3563 "project",
 3564 "rpc",
 3565 "semver",
 3566 "serde",
 3567 "serde_json",
 3568 "settings",
 3569 "sum_tree",
 3570 "theme",
 3571 "theme_settings",
 3572 "util",
 3573 "workspace",
 3574 "zlog",
 3575]
 3576
 3577[[package]]
 3578name = "copilot_chat"
 3579version = "0.1.0"
 3580dependencies = [
 3581 "anthropic",
 3582 "anyhow",
 3583 "collections",
 3584 "dirs 4.0.0",
 3585 "fs",
 3586 "futures 0.3.32",
 3587 "gpui",
 3588 "http_client",
 3589 "log",
 3590 "paths",
 3591 "serde",
 3592 "serde_json",
 3593 "settings",
 3594]
 3595
 3596[[package]]
 3597name = "copilot_ui"
 3598version = "0.1.0"
 3599dependencies = [
 3600 "anyhow",
 3601 "copilot",
 3602 "gpui",
 3603 "language",
 3604 "log",
 3605 "lsp",
 3606 "menu",
 3607 "project",
 3608 "serde_json",
 3609 "settings",
 3610 "ui",
 3611 "util",
 3612 "workspace",
 3613]
 3614
 3615[[package]]
 3616name = "core-foundation"
 3617version = "0.9.4"
 3618source = "registry+https://github.com/rust-lang/crates.io-index"
 3619checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3620dependencies = [
 3621 "core-foundation-sys",
 3622 "libc",
 3623]
 3624
 3625[[package]]
 3626name = "core-foundation"
 3627version = "0.10.0"
 3628source = "registry+https://github.com/rust-lang/crates.io-index"
 3629checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3630dependencies = [
 3631 "core-foundation-sys",
 3632 "libc",
 3633]
 3634
 3635[[package]]
 3636name = "core-foundation-sys"
 3637version = "0.8.7"
 3638source = "registry+https://github.com/rust-lang/crates.io-index"
 3639checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3640
 3641[[package]]
 3642name = "core-graphics"
 3643version = "0.23.2"
 3644source = "registry+https://github.com/rust-lang/crates.io-index"
 3645checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3646dependencies = [
 3647 "bitflags 1.3.2",
 3648 "core-foundation 0.9.4",
 3649 "core-graphics-types 0.1.3",
 3650 "foreign-types 0.5.0",
 3651 "libc",
 3652]
 3653
 3654[[package]]
 3655name = "core-graphics"
 3656version = "0.24.0"
 3657source = "registry+https://github.com/rust-lang/crates.io-index"
 3658checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3659dependencies = [
 3660 "bitflags 2.10.0",
 3661 "core-foundation 0.10.0",
 3662 "core-graphics-types 0.2.0",
 3663 "foreign-types 0.5.0",
 3664 "libc",
 3665]
 3666
 3667[[package]]
 3668name = "core-graphics-helmer-fork"
 3669version = "0.24.0"
 3670source = "registry+https://github.com/rust-lang/crates.io-index"
 3671checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3672dependencies = [
 3673 "bitflags 2.10.0",
 3674 "core-foundation 0.9.4",
 3675 "core-graphics-types 0.1.3",
 3676 "foreign-types 0.5.0",
 3677 "libc",
 3678]
 3679
 3680[[package]]
 3681name = "core-graphics-types"
 3682version = "0.1.3"
 3683source = "registry+https://github.com/rust-lang/crates.io-index"
 3684checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3685dependencies = [
 3686 "bitflags 1.3.2",
 3687 "core-foundation 0.9.4",
 3688 "libc",
 3689]
 3690
 3691[[package]]
 3692name = "core-graphics-types"
 3693version = "0.2.0"
 3694source = "registry+https://github.com/rust-lang/crates.io-index"
 3695checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3696dependencies = [
 3697 "bitflags 2.10.0",
 3698 "core-foundation 0.10.0",
 3699 "libc",
 3700]
 3701
 3702[[package]]
 3703name = "core-graphics2"
 3704version = "0.5.2"
 3705source = "registry+https://github.com/rust-lang/crates.io-index"
 3706checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3707dependencies = [
 3708 "bitflags 2.10.0",
 3709 "block",
 3710 "cfg-if",
 3711 "core-foundation 0.10.0",
 3712 "libc",
 3713]
 3714
 3715[[package]]
 3716name = "core-services"
 3717version = "0.2.1"
 3718source = "registry+https://github.com/rust-lang/crates.io-index"
 3719checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3720dependencies = [
 3721 "core-foundation 0.9.4",
 3722]
 3723
 3724[[package]]
 3725name = "core-text"
 3726version = "21.0.0"
 3727source = "registry+https://github.com/rust-lang/crates.io-index"
 3728checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3729dependencies = [
 3730 "core-foundation 0.10.0",
 3731 "core-graphics 0.24.0",
 3732 "foreign-types 0.5.0",
 3733 "libc",
 3734]
 3735
 3736[[package]]
 3737name = "core-video"
 3738version = "0.5.2"
 3739source = "registry+https://github.com/rust-lang/crates.io-index"
 3740checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3741dependencies = [
 3742 "block",
 3743 "core-foundation 0.10.0",
 3744 "core-graphics2",
 3745 "io-surface",
 3746 "libc",
 3747 "metal",
 3748]
 3749
 3750[[package]]
 3751name = "core_maths"
 3752version = "0.1.1"
 3753source = "registry+https://github.com/rust-lang/crates.io-index"
 3754checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3755dependencies = [
 3756 "libm",
 3757]
 3758
 3759[[package]]
 3760name = "coreaudio-rs"
 3761version = "0.12.1"
 3762source = "registry+https://github.com/rust-lang/crates.io-index"
 3763checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3764dependencies = [
 3765 "bitflags 1.3.2",
 3766 "core-foundation-sys",
 3767 "coreaudio-sys",
 3768]
 3769
 3770[[package]]
 3771name = "coreaudio-rs"
 3772version = "0.13.0"
 3773source = "registry+https://github.com/rust-lang/crates.io-index"
 3774checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3775dependencies = [
 3776 "bitflags 1.3.2",
 3777 "libc",
 3778 "objc2-audio-toolbox",
 3779 "objc2-core-audio",
 3780 "objc2-core-audio-types",
 3781 "objc2-core-foundation",
 3782]
 3783
 3784[[package]]
 3785name = "coreaudio-sys"
 3786version = "0.2.17"
 3787source = "registry+https://github.com/rust-lang/crates.io-index"
 3788checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3789dependencies = [
 3790 "bindgen 0.72.1",
 3791]
 3792
 3793[[package]]
 3794name = "cosmic-text"
 3795version = "0.17.1"
 3796source = "registry+https://github.com/rust-lang/crates.io-index"
 3797checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3798dependencies = [
 3799 "bitflags 2.10.0",
 3800 "fontdb 0.23.0",
 3801 "harfrust",
 3802 "linebender_resource_handle",
 3803 "log",
 3804 "rangemap",
 3805 "rustc-hash 2.1.1",
 3806 "self_cell",
 3807 "skrifa 0.40.0",
 3808 "smol_str",
 3809 "swash",
 3810 "sys-locale",
 3811 "unicode-bidi",
 3812 "unicode-linebreak",
 3813 "unicode-script",
 3814 "unicode-segmentation",
 3815]
 3816
 3817[[package]]
 3818name = "cpal"
 3819version = "0.17.1"
 3820source = "registry+https://github.com/rust-lang/crates.io-index"
 3821checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3822dependencies = [
 3823 "alsa",
 3824 "coreaudio-rs 0.13.0",
 3825 "dasp_sample",
 3826 "jni",
 3827 "js-sys",
 3828 "libc",
 3829 "mach2 0.5.0",
 3830 "ndk",
 3831 "ndk-context",
 3832 "num-derive",
 3833 "num-traits",
 3834 "objc2",
 3835 "objc2-audio-toolbox",
 3836 "objc2-avf-audio",
 3837 "objc2-core-audio",
 3838 "objc2-core-audio-types",
 3839 "objc2-core-foundation",
 3840 "objc2-foundation",
 3841 "wasm-bindgen",
 3842 "wasm-bindgen-futures",
 3843 "web-sys",
 3844 "windows 0.62.2",
 3845]
 3846
 3847[[package]]
 3848name = "cpp_demangle"
 3849version = "0.4.5"
 3850source = "registry+https://github.com/rust-lang/crates.io-index"
 3851checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3852dependencies = [
 3853 "cfg-if",
 3854]
 3855
 3856[[package]]
 3857name = "cpufeatures"
 3858version = "0.2.17"
 3859source = "registry+https://github.com/rust-lang/crates.io-index"
 3860checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3861dependencies = [
 3862 "libc",
 3863]
 3864
 3865[[package]]
 3866name = "cranelift-assembler-x64"
 3867version = "0.123.7"
 3868source = "registry+https://github.com/rust-lang/crates.io-index"
 3869checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3870dependencies = [
 3871 "cranelift-assembler-x64-meta",
 3872]
 3873
 3874[[package]]
 3875name = "cranelift-assembler-x64-meta"
 3876version = "0.123.7"
 3877source = "registry+https://github.com/rust-lang/crates.io-index"
 3878checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3879dependencies = [
 3880 "cranelift-srcgen",
 3881]
 3882
 3883[[package]]
 3884name = "cranelift-bforest"
 3885version = "0.123.7"
 3886source = "registry+https://github.com/rust-lang/crates.io-index"
 3887checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3888dependencies = [
 3889 "cranelift-entity",
 3890]
 3891
 3892[[package]]
 3893name = "cranelift-bitset"
 3894version = "0.123.7"
 3895source = "registry+https://github.com/rust-lang/crates.io-index"
 3896checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3897dependencies = [
 3898 "serde",
 3899 "serde_derive",
 3900]
 3901
 3902[[package]]
 3903name = "cranelift-codegen"
 3904version = "0.123.7"
 3905source = "registry+https://github.com/rust-lang/crates.io-index"
 3906checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3907dependencies = [
 3908 "bumpalo",
 3909 "cranelift-assembler-x64",
 3910 "cranelift-bforest",
 3911 "cranelift-bitset",
 3912 "cranelift-codegen-meta",
 3913 "cranelift-codegen-shared",
 3914 "cranelift-control",
 3915 "cranelift-entity",
 3916 "cranelift-isle",
 3917 "gimli",
 3918 "hashbrown 0.15.5",
 3919 "log",
 3920 "postcard",
 3921 "pulley-interpreter",
 3922 "regalloc2",
 3923 "rustc-hash 2.1.1",
 3924 "serde",
 3925 "serde_derive",
 3926 "sha2",
 3927 "smallvec",
 3928 "target-lexicon 0.13.3",
 3929 "wasmtime-internal-math",
 3930]
 3931
 3932[[package]]
 3933name = "cranelift-codegen-meta"
 3934version = "0.123.7"
 3935source = "registry+https://github.com/rust-lang/crates.io-index"
 3936checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3937dependencies = [
 3938 "cranelift-assembler-x64-meta",
 3939 "cranelift-codegen-shared",
 3940 "cranelift-srcgen",
 3941 "heck 0.5.0",
 3942 "pulley-interpreter",
 3943]
 3944
 3945[[package]]
 3946name = "cranelift-codegen-shared"
 3947version = "0.123.7"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 3950
 3951[[package]]
 3952name = "cranelift-control"
 3953version = "0.123.7"
 3954source = "registry+https://github.com/rust-lang/crates.io-index"
 3955checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 3956dependencies = [
 3957 "arbitrary",
 3958]
 3959
 3960[[package]]
 3961name = "cranelift-entity"
 3962version = "0.123.7"
 3963source = "registry+https://github.com/rust-lang/crates.io-index"
 3964checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 3965dependencies = [
 3966 "cranelift-bitset",
 3967 "serde",
 3968 "serde_derive",
 3969]
 3970
 3971[[package]]
 3972name = "cranelift-frontend"
 3973version = "0.123.7"
 3974source = "registry+https://github.com/rust-lang/crates.io-index"
 3975checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 3976dependencies = [
 3977 "cranelift-codegen",
 3978 "log",
 3979 "smallvec",
 3980 "target-lexicon 0.13.3",
 3981]
 3982
 3983[[package]]
 3984name = "cranelift-isle"
 3985version = "0.123.7"
 3986source = "registry+https://github.com/rust-lang/crates.io-index"
 3987checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 3988
 3989[[package]]
 3990name = "cranelift-native"
 3991version = "0.123.7"
 3992source = "registry+https://github.com/rust-lang/crates.io-index"
 3993checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 3994dependencies = [
 3995 "cranelift-codegen",
 3996 "libc",
 3997 "target-lexicon 0.13.3",
 3998]
 3999
 4000[[package]]
 4001name = "cranelift-srcgen"
 4002version = "0.123.7"
 4003source = "registry+https://github.com/rust-lang/crates.io-index"
 4004checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4005
 4006[[package]]
 4007name = "crash-context"
 4008version = "0.6.3"
 4009source = "registry+https://github.com/rust-lang/crates.io-index"
 4010checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4011dependencies = [
 4012 "cfg-if",
 4013 "libc",
 4014 "mach2 0.4.3",
 4015]
 4016
 4017[[package]]
 4018name = "crash-handler"
 4019version = "0.6.3"
 4020source = "registry+https://github.com/rust-lang/crates.io-index"
 4021checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4022dependencies = [
 4023 "cfg-if",
 4024 "crash-context",
 4025 "libc",
 4026 "mach2 0.4.3",
 4027 "parking_lot",
 4028]
 4029
 4030[[package]]
 4031name = "crashes"
 4032version = "0.1.0"
 4033dependencies = [
 4034 "cfg-if",
 4035 "crash-handler",
 4036 "futures 0.3.32",
 4037 "log",
 4038 "mach2 0.5.0",
 4039 "minidumper",
 4040 "parking_lot",
 4041 "paths",
 4042 "release_channel",
 4043 "serde",
 4044 "serde_json",
 4045 "smol",
 4046 "system_specs",
 4047 "windows 0.61.3",
 4048 "zstd",
 4049]
 4050
 4051[[package]]
 4052name = "crc"
 4053version = "3.3.0"
 4054source = "registry+https://github.com/rust-lang/crates.io-index"
 4055checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4056dependencies = [
 4057 "crc-catalog",
 4058]
 4059
 4060[[package]]
 4061name = "crc-catalog"
 4062version = "2.4.0"
 4063source = "registry+https://github.com/rust-lang/crates.io-index"
 4064checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4065
 4066[[package]]
 4067name = "crc-fast"
 4068version = "1.6.0"
 4069source = "registry+https://github.com/rust-lang/crates.io-index"
 4070checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4071dependencies = [
 4072 "crc",
 4073 "digest",
 4074 "rand 0.9.2",
 4075 "regex",
 4076 "rustversion",
 4077]
 4078
 4079[[package]]
 4080name = "crc32fast"
 4081version = "1.5.0"
 4082source = "registry+https://github.com/rust-lang/crates.io-index"
 4083checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4084dependencies = [
 4085 "cfg-if",
 4086]
 4087
 4088[[package]]
 4089name = "credentials_provider"
 4090version = "0.1.0"
 4091dependencies = [
 4092 "anyhow",
 4093 "gpui",
 4094 "serde",
 4095]
 4096
 4097[[package]]
 4098name = "criterion"
 4099version = "0.5.1"
 4100source = "registry+https://github.com/rust-lang/crates.io-index"
 4101checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4102dependencies = [
 4103 "anes",
 4104 "cast",
 4105 "ciborium",
 4106 "clap",
 4107 "criterion-plot",
 4108 "is-terminal",
 4109 "itertools 0.10.5",
 4110 "num-traits",
 4111 "once_cell",
 4112 "oorandom",
 4113 "plotters",
 4114 "rayon",
 4115 "regex",
 4116 "serde",
 4117 "serde_derive",
 4118 "serde_json",
 4119 "tinytemplate",
 4120 "walkdir",
 4121]
 4122
 4123[[package]]
 4124name = "criterion-plot"
 4125version = "0.5.0"
 4126source = "registry+https://github.com/rust-lang/crates.io-index"
 4127checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4128dependencies = [
 4129 "cast",
 4130 "itertools 0.10.5",
 4131]
 4132
 4133[[package]]
 4134name = "crossbeam"
 4135version = "0.8.4"
 4136source = "registry+https://github.com/rust-lang/crates.io-index"
 4137checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4138dependencies = [
 4139 "crossbeam-channel",
 4140 "crossbeam-deque",
 4141 "crossbeam-epoch",
 4142 "crossbeam-queue",
 4143 "crossbeam-utils",
 4144]
 4145
 4146[[package]]
 4147name = "crossbeam-channel"
 4148version = "0.5.15"
 4149source = "registry+https://github.com/rust-lang/crates.io-index"
 4150checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4151dependencies = [
 4152 "crossbeam-utils",
 4153]
 4154
 4155[[package]]
 4156name = "crossbeam-deque"
 4157version = "0.8.6"
 4158source = "registry+https://github.com/rust-lang/crates.io-index"
 4159checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4160dependencies = [
 4161 "crossbeam-epoch",
 4162 "crossbeam-utils",
 4163]
 4164
 4165[[package]]
 4166name = "crossbeam-epoch"
 4167version = "0.9.18"
 4168source = "registry+https://github.com/rust-lang/crates.io-index"
 4169checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4170dependencies = [
 4171 "crossbeam-utils",
 4172]
 4173
 4174[[package]]
 4175name = "crossbeam-queue"
 4176version = "0.3.12"
 4177source = "registry+https://github.com/rust-lang/crates.io-index"
 4178checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4179dependencies = [
 4180 "crossbeam-utils",
 4181]
 4182
 4183[[package]]
 4184name = "crossbeam-utils"
 4185version = "0.8.21"
 4186source = "registry+https://github.com/rust-lang/crates.io-index"
 4187checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4188
 4189[[package]]
 4190name = "crunchy"
 4191version = "0.2.4"
 4192source = "registry+https://github.com/rust-lang/crates.io-index"
 4193checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4194
 4195[[package]]
 4196name = "crypto-bigint"
 4197version = "0.4.9"
 4198source = "registry+https://github.com/rust-lang/crates.io-index"
 4199checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4200dependencies = [
 4201 "generic-array",
 4202 "rand_core 0.6.4",
 4203 "subtle",
 4204 "zeroize",
 4205]
 4206
 4207[[package]]
 4208name = "crypto-bigint"
 4209version = "0.5.5"
 4210source = "registry+https://github.com/rust-lang/crates.io-index"
 4211checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4212dependencies = [
 4213 "rand_core 0.6.4",
 4214 "subtle",
 4215]
 4216
 4217[[package]]
 4218name = "crypto-common"
 4219version = "0.1.6"
 4220source = "registry+https://github.com/rust-lang/crates.io-index"
 4221checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4222dependencies = [
 4223 "generic-array",
 4224 "typenum",
 4225]
 4226
 4227[[package]]
 4228name = "cssparser"
 4229version = "0.35.0"
 4230source = "registry+https://github.com/rust-lang/crates.io-index"
 4231checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4232dependencies = [
 4233 "cssparser-macros",
 4234 "dtoa-short",
 4235 "itoa",
 4236 "phf 0.11.3",
 4237 "smallvec",
 4238]
 4239
 4240[[package]]
 4241name = "cssparser-macros"
 4242version = "0.6.1"
 4243source = "registry+https://github.com/rust-lang/crates.io-index"
 4244checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4245dependencies = [
 4246 "quote",
 4247 "syn 2.0.117",
 4248]
 4249
 4250[[package]]
 4251name = "csv_preview"
 4252version = "0.1.0"
 4253dependencies = [
 4254 "anyhow",
 4255 "editor",
 4256 "feature_flags",
 4257 "gpui",
 4258 "log",
 4259 "text",
 4260 "ui",
 4261 "workspace",
 4262]
 4263
 4264[[package]]
 4265name = "ctor"
 4266version = "0.4.3"
 4267source = "registry+https://github.com/rust-lang/crates.io-index"
 4268checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4269dependencies = [
 4270 "ctor-proc-macro",
 4271 "dtor",
 4272]
 4273
 4274[[package]]
 4275name = "ctor-proc-macro"
 4276version = "0.0.6"
 4277source = "registry+https://github.com/rust-lang/crates.io-index"
 4278checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4279
 4280[[package]]
 4281name = "ctrlc"
 4282version = "3.5.0"
 4283source = "registry+https://github.com/rust-lang/crates.io-index"
 4284checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4285dependencies = [
 4286 "dispatch",
 4287 "nix 0.30.1",
 4288 "windows-sys 0.61.2",
 4289]
 4290
 4291[[package]]
 4292name = "cursor-icon"
 4293version = "1.2.0"
 4294source = "registry+https://github.com/rust-lang/crates.io-index"
 4295checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4296
 4297[[package]]
 4298name = "cxx"
 4299version = "1.0.187"
 4300source = "registry+https://github.com/rust-lang/crates.io-index"
 4301checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4302dependencies = [
 4303 "cc",
 4304 "cxx-build",
 4305 "cxxbridge-cmd",
 4306 "cxxbridge-flags",
 4307 "cxxbridge-macro",
 4308 "foldhash 0.2.0",
 4309 "link-cplusplus",
 4310]
 4311
 4312[[package]]
 4313name = "cxx-build"
 4314version = "1.0.187"
 4315source = "registry+https://github.com/rust-lang/crates.io-index"
 4316checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4317dependencies = [
 4318 "cc",
 4319 "codespan-reporting",
 4320 "indexmap",
 4321 "proc-macro2",
 4322 "quote",
 4323 "scratch",
 4324 "syn 2.0.117",
 4325]
 4326
 4327[[package]]
 4328name = "cxxbridge-cmd"
 4329version = "1.0.187"
 4330source = "registry+https://github.com/rust-lang/crates.io-index"
 4331checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4332dependencies = [
 4333 "clap",
 4334 "codespan-reporting",
 4335 "indexmap",
 4336 "proc-macro2",
 4337 "quote",
 4338 "syn 2.0.117",
 4339]
 4340
 4341[[package]]
 4342name = "cxxbridge-flags"
 4343version = "1.0.187"
 4344source = "registry+https://github.com/rust-lang/crates.io-index"
 4345checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4346
 4347[[package]]
 4348name = "cxxbridge-macro"
 4349version = "1.0.187"
 4350source = "registry+https://github.com/rust-lang/crates.io-index"
 4351checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4352dependencies = [
 4353 "indexmap",
 4354 "proc-macro2",
 4355 "quote",
 4356 "syn 2.0.117",
 4357]
 4358
 4359[[package]]
 4360name = "dap"
 4361version = "0.1.0"
 4362dependencies = [
 4363 "anyhow",
 4364 "async-compression",
 4365 "async-pipe",
 4366 "async-tar",
 4367 "async-trait",
 4368 "client",
 4369 "collections",
 4370 "dap-types",
 4371 "fs",
 4372 "futures 0.3.32",
 4373 "gpui",
 4374 "http_client",
 4375 "language",
 4376 "libc",
 4377 "log",
 4378 "node_runtime",
 4379 "parking_lot",
 4380 "paths",
 4381 "proto",
 4382 "schemars",
 4383 "serde",
 4384 "serde_json",
 4385 "settings",
 4386 "smallvec",
 4387 "smol",
 4388 "task",
 4389 "telemetry",
 4390 "util",
 4391 "zlog",
 4392]
 4393
 4394[[package]]
 4395name = "dap-types"
 4396version = "0.0.1"
 4397source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4398dependencies = [
 4399 "schemars",
 4400 "serde",
 4401 "serde_json",
 4402]
 4403
 4404[[package]]
 4405name = "dap_adapters"
 4406version = "0.1.0"
 4407dependencies = [
 4408 "anyhow",
 4409 "async-trait",
 4410 "collections",
 4411 "dap",
 4412 "dotenvy",
 4413 "fs",
 4414 "futures 0.3.32",
 4415 "gpui",
 4416 "http_client",
 4417 "json_dotpath",
 4418 "language",
 4419 "log",
 4420 "node_runtime",
 4421 "paths",
 4422 "serde",
 4423 "serde_json",
 4424 "settings",
 4425 "smol",
 4426 "task",
 4427 "util",
 4428]
 4429
 4430[[package]]
 4431name = "darling"
 4432version = "0.20.11"
 4433source = "registry+https://github.com/rust-lang/crates.io-index"
 4434checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4435dependencies = [
 4436 "darling_core 0.20.11",
 4437 "darling_macro 0.20.11",
 4438]
 4439
 4440[[package]]
 4441name = "darling"
 4442version = "0.21.3"
 4443source = "registry+https://github.com/rust-lang/crates.io-index"
 4444checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4445dependencies = [
 4446 "darling_core 0.21.3",
 4447 "darling_macro 0.21.3",
 4448]
 4449
 4450[[package]]
 4451name = "darling_core"
 4452version = "0.20.11"
 4453source = "registry+https://github.com/rust-lang/crates.io-index"
 4454checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4455dependencies = [
 4456 "fnv",
 4457 "ident_case",
 4458 "proc-macro2",
 4459 "quote",
 4460 "strsim",
 4461 "syn 2.0.117",
 4462]
 4463
 4464[[package]]
 4465name = "darling_core"
 4466version = "0.21.3"
 4467source = "registry+https://github.com/rust-lang/crates.io-index"
 4468checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4469dependencies = [
 4470 "fnv",
 4471 "ident_case",
 4472 "proc-macro2",
 4473 "quote",
 4474 "strsim",
 4475 "syn 2.0.117",
 4476]
 4477
 4478[[package]]
 4479name = "darling_macro"
 4480version = "0.20.11"
 4481source = "registry+https://github.com/rust-lang/crates.io-index"
 4482checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4483dependencies = [
 4484 "darling_core 0.20.11",
 4485 "quote",
 4486 "syn 2.0.117",
 4487]
 4488
 4489[[package]]
 4490name = "darling_macro"
 4491version = "0.21.3"
 4492source = "registry+https://github.com/rust-lang/crates.io-index"
 4493checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4494dependencies = [
 4495 "darling_core 0.21.3",
 4496 "quote",
 4497 "syn 2.0.117",
 4498]
 4499
 4500[[package]]
 4501name = "dashmap"
 4502version = "6.1.0"
 4503source = "registry+https://github.com/rust-lang/crates.io-index"
 4504checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4505dependencies = [
 4506 "cfg-if",
 4507 "crossbeam-utils",
 4508 "hashbrown 0.14.5",
 4509 "lock_api",
 4510 "once_cell",
 4511 "parking_lot_core",
 4512]
 4513
 4514[[package]]
 4515name = "dasp_sample"
 4516version = "0.11.0"
 4517source = "registry+https://github.com/rust-lang/crates.io-index"
 4518checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4519
 4520[[package]]
 4521name = "data-encoding"
 4522version = "2.9.0"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4525
 4526[[package]]
 4527name = "data-url"
 4528version = "0.3.2"
 4529source = "registry+https://github.com/rust-lang/crates.io-index"
 4530checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4531
 4532[[package]]
 4533name = "db"
 4534version = "0.1.0"
 4535dependencies = [
 4536 "anyhow",
 4537 "gpui",
 4538 "indoc",
 4539 "inventory",
 4540 "log",
 4541 "paths",
 4542 "release_channel",
 4543 "smol",
 4544 "sqlez",
 4545 "sqlez_macros",
 4546 "tempfile",
 4547 "util",
 4548 "uuid",
 4549 "zed_env_vars",
 4550]
 4551
 4552[[package]]
 4553name = "dbus"
 4554version = "0.9.9"
 4555source = "registry+https://github.com/rust-lang/crates.io-index"
 4556checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4557dependencies = [
 4558 "libc",
 4559 "libdbus-sys",
 4560 "windows-sys 0.59.0",
 4561]
 4562
 4563[[package]]
 4564name = "debug_adapter_extension"
 4565version = "0.1.0"
 4566dependencies = [
 4567 "anyhow",
 4568 "async-trait",
 4569 "collections",
 4570 "dap",
 4571 "extension",
 4572 "gpui",
 4573 "serde_json",
 4574 "task",
 4575 "util",
 4576]
 4577
 4578[[package]]
 4579name = "debugger_tools"
 4580version = "0.1.0"
 4581dependencies = [
 4582 "anyhow",
 4583 "dap",
 4584 "editor",
 4585 "futures 0.3.32",
 4586 "gpui",
 4587 "project",
 4588 "serde_json",
 4589 "settings",
 4590 "smol",
 4591 "util",
 4592 "workspace",
 4593]
 4594
 4595[[package]]
 4596name = "debugger_ui"
 4597version = "0.1.0"
 4598dependencies = [
 4599 "alacritty_terminal",
 4600 "anyhow",
 4601 "bitflags 2.10.0",
 4602 "client",
 4603 "collections",
 4604 "command_palette_hooks",
 4605 "dap",
 4606 "dap_adapters",
 4607 "db",
 4608 "debugger_tools",
 4609 "editor",
 4610 "feature_flags",
 4611 "file_icons",
 4612 "futures 0.3.32",
 4613 "fuzzy",
 4614 "gpui",
 4615 "hex",
 4616 "indoc",
 4617 "itertools 0.14.0",
 4618 "language",
 4619 "log",
 4620 "menu",
 4621 "notifications",
 4622 "parking_lot",
 4623 "parse_int",
 4624 "paths",
 4625 "picker",
 4626 "pretty_assertions",
 4627 "project",
 4628 "rpc",
 4629 "schemars",
 4630 "serde",
 4631 "serde_json",
 4632 "serde_json_lenient",
 4633 "settings",
 4634 "sysinfo 0.37.2",
 4635 "task",
 4636 "tasks_ui",
 4637 "terminal_view",
 4638 "text",
 4639 "theme",
 4640 "theme_settings",
 4641 "tree-sitter",
 4642 "tree-sitter-go",
 4643 "tree-sitter-json",
 4644 "ui",
 4645 "ui_input",
 4646 "unindent",
 4647 "util",
 4648 "workspace",
 4649 "zed_actions",
 4650 "zlog",
 4651]
 4652
 4653[[package]]
 4654name = "debugid"
 4655version = "0.8.0"
 4656source = "registry+https://github.com/rust-lang/crates.io-index"
 4657checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4658dependencies = [
 4659 "uuid",
 4660]
 4661
 4662[[package]]
 4663name = "deepseek"
 4664version = "0.1.0"
 4665dependencies = [
 4666 "anyhow",
 4667 "futures 0.3.32",
 4668 "http_client",
 4669 "schemars",
 4670 "serde",
 4671 "serde_json",
 4672]
 4673
 4674[[package]]
 4675name = "deflate64"
 4676version = "0.1.10"
 4677source = "registry+https://github.com/rust-lang/crates.io-index"
 4678checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4679
 4680[[package]]
 4681name = "denoise"
 4682version = "0.1.0"
 4683dependencies = [
 4684 "candle-core",
 4685 "candle-onnx",
 4686 "log",
 4687 "realfft",
 4688 "rodio",
 4689 "rustfft",
 4690 "thiserror 2.0.17",
 4691]
 4692
 4693[[package]]
 4694name = "der"
 4695version = "0.6.1"
 4696source = "registry+https://github.com/rust-lang/crates.io-index"
 4697checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4698dependencies = [
 4699 "const-oid",
 4700 "zeroize",
 4701]
 4702
 4703[[package]]
 4704name = "der"
 4705version = "0.7.10"
 4706source = "registry+https://github.com/rust-lang/crates.io-index"
 4707checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4708dependencies = [
 4709 "const-oid",
 4710 "pem-rfc7468",
 4711 "zeroize",
 4712]
 4713
 4714[[package]]
 4715name = "deranged"
 4716version = "0.5.4"
 4717source = "registry+https://github.com/rust-lang/crates.io-index"
 4718checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4719dependencies = [
 4720 "powerfmt",
 4721 "serde_core",
 4722]
 4723
 4724[[package]]
 4725name = "derive_arbitrary"
 4726version = "1.4.2"
 4727source = "registry+https://github.com/rust-lang/crates.io-index"
 4728checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4729dependencies = [
 4730 "proc-macro2",
 4731 "quote",
 4732 "syn 2.0.117",
 4733]
 4734
 4735[[package]]
 4736name = "derive_more"
 4737version = "2.1.1"
 4738source = "registry+https://github.com/rust-lang/crates.io-index"
 4739checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4740dependencies = [
 4741 "derive_more-impl",
 4742]
 4743
 4744[[package]]
 4745name = "derive_more-impl"
 4746version = "2.1.1"
 4747source = "registry+https://github.com/rust-lang/crates.io-index"
 4748checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4749dependencies = [
 4750 "convert_case 0.10.0",
 4751 "proc-macro2",
 4752 "quote",
 4753 "rustc_version",
 4754 "syn 2.0.117",
 4755 "unicode-xid",
 4756]
 4757
 4758[[package]]
 4759name = "derive_refineable"
 4760version = "0.1.0"
 4761dependencies = [
 4762 "proc-macro2",
 4763 "quote",
 4764 "syn 2.0.117",
 4765]
 4766
 4767[[package]]
 4768name = "derive_setters"
 4769version = "0.1.9"
 4770source = "registry+https://github.com/rust-lang/crates.io-index"
 4771checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4772dependencies = [
 4773 "darling 0.21.3",
 4774 "proc-macro2",
 4775 "quote",
 4776 "syn 2.0.117",
 4777]
 4778
 4779[[package]]
 4780name = "dev_container"
 4781version = "0.1.0"
 4782dependencies = [
 4783 "async-tar",
 4784 "async-trait",
 4785 "env_logger 0.11.8",
 4786 "fs",
 4787 "futures 0.3.32",
 4788 "gpui",
 4789 "http 1.3.1",
 4790 "http_client",
 4791 "log",
 4792 "menu",
 4793 "paths",
 4794 "picker",
 4795 "project",
 4796 "regex",
 4797 "serde",
 4798 "serde_json",
 4799 "serde_json_lenient",
 4800 "settings",
 4801 "shlex",
 4802 "ui",
 4803 "util",
 4804 "walkdir",
 4805 "workspace",
 4806 "worktree",
 4807]
 4808
 4809[[package]]
 4810name = "diagnostics"
 4811version = "0.1.0"
 4812dependencies = [
 4813 "anyhow",
 4814 "collections",
 4815 "component",
 4816 "ctor",
 4817 "editor",
 4818 "gpui",
 4819 "indoc",
 4820 "itertools 0.14.0",
 4821 "language",
 4822 "log",
 4823 "lsp",
 4824 "markdown",
 4825 "pretty_assertions",
 4826 "project",
 4827 "rand 0.9.2",
 4828 "serde",
 4829 "serde_json",
 4830 "settings",
 4831 "text",
 4832 "theme",
 4833 "theme_settings",
 4834 "ui",
 4835 "unindent",
 4836 "util",
 4837 "workspace",
 4838 "zed_actions",
 4839 "zlog",
 4840]
 4841
 4842[[package]]
 4843name = "diff"
 4844version = "0.1.13"
 4845source = "registry+https://github.com/rust-lang/crates.io-index"
 4846checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4847
 4848[[package]]
 4849name = "diffy"
 4850version = "0.4.2"
 4851source = "registry+https://github.com/rust-lang/crates.io-index"
 4852checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4853dependencies = [
 4854 "nu-ansi-term",
 4855]
 4856
 4857[[package]]
 4858name = "digest"
 4859version = "0.10.7"
 4860source = "registry+https://github.com/rust-lang/crates.io-index"
 4861checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4862dependencies = [
 4863 "block-buffer",
 4864 "const-oid",
 4865 "crypto-common",
 4866 "subtle",
 4867]
 4868
 4869[[package]]
 4870name = "dirs"
 4871version = "4.0.0"
 4872source = "registry+https://github.com/rust-lang/crates.io-index"
 4873checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4874dependencies = [
 4875 "dirs-sys 0.3.7",
 4876]
 4877
 4878[[package]]
 4879name = "dirs"
 4880version = "5.0.1"
 4881source = "registry+https://github.com/rust-lang/crates.io-index"
 4882checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4883dependencies = [
 4884 "dirs-sys 0.4.1",
 4885]
 4886
 4887[[package]]
 4888name = "dirs"
 4889version = "6.0.0"
 4890source = "registry+https://github.com/rust-lang/crates.io-index"
 4891checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4892dependencies = [
 4893 "dirs-sys 0.5.0",
 4894]
 4895
 4896[[package]]
 4897name = "dirs-sys"
 4898version = "0.3.7"
 4899source = "registry+https://github.com/rust-lang/crates.io-index"
 4900checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4901dependencies = [
 4902 "libc",
 4903 "redox_users 0.4.6",
 4904 "winapi",
 4905]
 4906
 4907[[package]]
 4908name = "dirs-sys"
 4909version = "0.4.1"
 4910source = "registry+https://github.com/rust-lang/crates.io-index"
 4911checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4912dependencies = [
 4913 "libc",
 4914 "option-ext",
 4915 "redox_users 0.4.6",
 4916 "windows-sys 0.48.0",
 4917]
 4918
 4919[[package]]
 4920name = "dirs-sys"
 4921version = "0.5.0"
 4922source = "registry+https://github.com/rust-lang/crates.io-index"
 4923checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4924dependencies = [
 4925 "libc",
 4926 "option-ext",
 4927 "redox_users 0.5.2",
 4928 "windows-sys 0.59.0",
 4929]
 4930
 4931[[package]]
 4932name = "dispatch"
 4933version = "0.2.0"
 4934source = "registry+https://github.com/rust-lang/crates.io-index"
 4935checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4936
 4937[[package]]
 4938name = "dispatch2"
 4939version = "0.3.1"
 4940source = "registry+https://github.com/rust-lang/crates.io-index"
 4941checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4942dependencies = [
 4943 "bitflags 2.10.0",
 4944 "block2",
 4945 "libc",
 4946 "objc2",
 4947]
 4948
 4949[[package]]
 4950name = "displaydoc"
 4951version = "0.2.5"
 4952source = "registry+https://github.com/rust-lang/crates.io-index"
 4953checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4954dependencies = [
 4955 "proc-macro2",
 4956 "quote",
 4957 "syn 2.0.117",
 4958]
 4959
 4960[[package]]
 4961name = "dlib"
 4962version = "0.5.2"
 4963source = "registry+https://github.com/rust-lang/crates.io-index"
 4964checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4965dependencies = [
 4966 "libloading",
 4967]
 4968
 4969[[package]]
 4970name = "docs_preprocessor"
 4971version = "0.1.0"
 4972dependencies = [
 4973 "anyhow",
 4974 "collections",
 4975 "jsonschema",
 4976 "mdbook",
 4977 "regex",
 4978 "schemars",
 4979 "serde",
 4980 "serde_json",
 4981 "settings",
 4982 "task",
 4983 "theme",
 4984 "util",
 4985 "zlog",
 4986]
 4987
 4988[[package]]
 4989name = "document-features"
 4990version = "0.2.12"
 4991source = "registry+https://github.com/rust-lang/crates.io-index"
 4992checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4993dependencies = [
 4994 "litrs",
 4995]
 4996
 4997[[package]]
 4998name = "documented"
 4999version = "0.9.2"
 5000source = "registry+https://github.com/rust-lang/crates.io-index"
 5001checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5002dependencies = [
 5003 "documented-macros",
 5004 "phf 0.12.1",
 5005 "thiserror 2.0.17",
 5006]
 5007
 5008[[package]]
 5009name = "documented-macros"
 5010version = "0.9.2"
 5011source = "registry+https://github.com/rust-lang/crates.io-index"
 5012checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5013dependencies = [
 5014 "convert_case 0.8.0",
 5015 "itertools 0.14.0",
 5016 "optfield",
 5017 "proc-macro2",
 5018 "quote",
 5019 "strum 0.27.2",
 5020 "syn 2.0.117",
 5021]
 5022
 5023[[package]]
 5024name = "dotenvy"
 5025version = "0.15.7"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5028
 5029[[package]]
 5030name = "downcast-rs"
 5031version = "1.2.1"
 5032source = "registry+https://github.com/rust-lang/crates.io-index"
 5033checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5034
 5035[[package]]
 5036name = "doxygen-rs"
 5037version = "0.4.2"
 5038source = "registry+https://github.com/rust-lang/crates.io-index"
 5039checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5040dependencies = [
 5041 "phf 0.11.3",
 5042]
 5043
 5044[[package]]
 5045name = "dtoa"
 5046version = "1.0.10"
 5047source = "registry+https://github.com/rust-lang/crates.io-index"
 5048checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5049
 5050[[package]]
 5051name = "dtoa-short"
 5052version = "0.3.5"
 5053source = "registry+https://github.com/rust-lang/crates.io-index"
 5054checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5055dependencies = [
 5056 "dtoa",
 5057]
 5058
 5059[[package]]
 5060name = "dtor"
 5061version = "0.0.6"
 5062source = "registry+https://github.com/rust-lang/crates.io-index"
 5063checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5064dependencies = [
 5065 "dtor-proc-macro",
 5066]
 5067
 5068[[package]]
 5069name = "dtor-proc-macro"
 5070version = "0.0.5"
 5071source = "registry+https://github.com/rust-lang/crates.io-index"
 5072checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5073
 5074[[package]]
 5075name = "dunce"
 5076version = "1.0.5"
 5077source = "registry+https://github.com/rust-lang/crates.io-index"
 5078checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5079
 5080[[package]]
 5081name = "dwrote"
 5082version = "0.11.5"
 5083source = "registry+https://github.com/rust-lang/crates.io-index"
 5084checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5085dependencies = [
 5086 "lazy_static",
 5087 "libc",
 5088 "winapi",
 5089 "wio",
 5090]
 5091
 5092[[package]]
 5093name = "dyn-clone"
 5094version = "1.0.20"
 5095source = "registry+https://github.com/rust-lang/crates.io-index"
 5096checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5097
 5098[[package]]
 5099name = "dyn-stack"
 5100version = "0.10.0"
 5101source = "registry+https://github.com/rust-lang/crates.io-index"
 5102checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5103dependencies = [
 5104 "bytemuck",
 5105 "reborrow",
 5106]
 5107
 5108[[package]]
 5109name = "dyn-stack"
 5110version = "0.13.2"
 5111source = "registry+https://github.com/rust-lang/crates.io-index"
 5112checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5113dependencies = [
 5114 "bytemuck",
 5115 "dyn-stack-macros",
 5116]
 5117
 5118[[package]]
 5119name = "dyn-stack-macros"
 5120version = "0.1.3"
 5121source = "registry+https://github.com/rust-lang/crates.io-index"
 5122checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5123
 5124[[package]]
 5125name = "ec4rs"
 5126version = "1.2.0"
 5127source = "registry+https://github.com/rust-lang/crates.io-index"
 5128checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5129
 5130[[package]]
 5131name = "ecdsa"
 5132version = "0.14.8"
 5133source = "registry+https://github.com/rust-lang/crates.io-index"
 5134checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5135dependencies = [
 5136 "der 0.6.1",
 5137 "elliptic-curve",
 5138 "rfc6979",
 5139 "signature 1.6.4",
 5140]
 5141
 5142[[package]]
 5143name = "edit_prediction"
 5144version = "0.1.0"
 5145dependencies = [
 5146 "ai_onboarding",
 5147 "anyhow",
 5148 "buffer_diff",
 5149 "client",
 5150 "clock",
 5151 "cloud_api_client",
 5152 "cloud_api_types",
 5153 "cloud_llm_client",
 5154 "collections",
 5155 "copilot",
 5156 "copilot_ui",
 5157 "credentials_provider",
 5158 "criterion",
 5159 "ctor",
 5160 "db",
 5161 "edit_prediction_context",
 5162 "edit_prediction_types",
 5163 "feature_flags",
 5164 "fs",
 5165 "futures 0.3.32",
 5166 "gpui",
 5167 "heapless",
 5168 "indoc",
 5169 "itertools 0.14.0",
 5170 "language",
 5171 "language_model",
 5172 "languages",
 5173 "log",
 5174 "lsp",
 5175 "menu",
 5176 "node_runtime",
 5177 "open_ai",
 5178 "parking_lot",
 5179 "postage",
 5180 "pretty_assertions",
 5181 "project",
 5182 "pulldown-cmark 0.13.0",
 5183 "rand 0.9.2",
 5184 "regex",
 5185 "release_channel",
 5186 "semver",
 5187 "serde",
 5188 "serde_json",
 5189 "settings",
 5190 "strum 0.27.2",
 5191 "telemetry",
 5192 "telemetry_events",
 5193 "text",
 5194 "thiserror 2.0.17",
 5195 "time",
 5196 "toml 0.8.23",
 5197 "ui",
 5198 "util",
 5199 "uuid",
 5200 "workspace",
 5201 "worktree",
 5202 "zed_actions",
 5203 "zed_credentials_provider",
 5204 "zeta_prompt",
 5205 "zlog",
 5206 "zstd",
 5207]
 5208
 5209[[package]]
 5210name = "edit_prediction_cli"
 5211version = "0.1.0"
 5212dependencies = [
 5213 "anthropic",
 5214 "anyhow",
 5215 "chrono",
 5216 "clap",
 5217 "client",
 5218 "cloud_llm_client",
 5219 "collections",
 5220 "db",
 5221 "debug_adapter_extension",
 5222 "dirs 4.0.0",
 5223 "edit_prediction",
 5224 "extension",
 5225 "flate2",
 5226 "fs",
 5227 "futures 0.3.32",
 5228 "gaoya",
 5229 "gpui",
 5230 "gpui_platform",
 5231 "gpui_tokio",
 5232 "http_client",
 5233 "indoc",
 5234 "language",
 5235 "language_extension",
 5236 "language_model",
 5237 "language_models",
 5238 "languages",
 5239 "libc",
 5240 "log",
 5241 "node_runtime",
 5242 "open_ai",
 5243 "paths",
 5244 "pretty_assertions",
 5245 "project",
 5246 "prompt_store",
 5247 "rand 0.9.2",
 5248 "release_channel",
 5249 "reqwest_client",
 5250 "rust-embed",
 5251 "serde",
 5252 "serde_json",
 5253 "settings",
 5254 "shellexpand 2.1.2",
 5255 "similar",
 5256 "smol",
 5257 "sqlez",
 5258 "sqlez_macros",
 5259 "strum 0.27.2",
 5260 "telemetry_events",
 5261 "tempfile",
 5262 "terminal_view",
 5263 "toml 0.8.23",
 5264 "util",
 5265 "wasmtime",
 5266 "watch",
 5267 "workspace",
 5268 "zeta_prompt",
 5269]
 5270
 5271[[package]]
 5272name = "edit_prediction_context"
 5273version = "0.1.0"
 5274dependencies = [
 5275 "anyhow",
 5276 "clock",
 5277 "collections",
 5278 "env_logger 0.11.8",
 5279 "futures 0.3.32",
 5280 "gpui",
 5281 "indoc",
 5282 "language",
 5283 "log",
 5284 "lsp",
 5285 "parking_lot",
 5286 "pretty_assertions",
 5287 "project",
 5288 "serde",
 5289 "serde_json",
 5290 "settings",
 5291 "smallvec",
 5292 "text",
 5293 "tree-sitter",
 5294 "util",
 5295 "zeta_prompt",
 5296]
 5297
 5298[[package]]
 5299name = "edit_prediction_types"
 5300version = "0.1.0"
 5301dependencies = [
 5302 "client",
 5303 "gpui",
 5304 "icons",
 5305 "language",
 5306 "text",
 5307]
 5308
 5309[[package]]
 5310name = "edit_prediction_ui"
 5311version = "0.1.0"
 5312dependencies = [
 5313 "anyhow",
 5314 "buffer_diff",
 5315 "client",
 5316 "cloud_llm_client",
 5317 "codestral",
 5318 "collections",
 5319 "command_palette_hooks",
 5320 "copilot",
 5321 "copilot_chat",
 5322 "copilot_ui",
 5323 "edit_prediction",
 5324 "edit_prediction_types",
 5325 "editor",
 5326 "feature_flags",
 5327 "fs",
 5328 "futures 0.3.32",
 5329 "gpui",
 5330 "indoc",
 5331 "language",
 5332 "markdown",
 5333 "menu",
 5334 "multi_buffer",
 5335 "paths",
 5336 "project",
 5337 "regex",
 5338 "settings",
 5339 "telemetry",
 5340 "text",
 5341 "theme",
 5342 "theme_settings",
 5343 "time",
 5344 "ui",
 5345 "util",
 5346 "workspace",
 5347 "zed_actions",
 5348 "zeta_prompt",
 5349]
 5350
 5351[[package]]
 5352name = "editor"
 5353version = "0.1.0"
 5354dependencies = [
 5355 "aho-corasick",
 5356 "anyhow",
 5357 "assets",
 5358 "breadcrumbs",
 5359 "buffer_diff",
 5360 "client",
 5361 "clock",
 5362 "collections",
 5363 "convert_case 0.8.0",
 5364 "criterion",
 5365 "ctor",
 5366 "dap",
 5367 "db",
 5368 "edit_prediction_types",
 5369 "emojis",
 5370 "feature_flags",
 5371 "file_icons",
 5372 "fs",
 5373 "futures 0.3.32",
 5374 "fuzzy",
 5375 "git",
 5376 "gpui",
 5377 "indoc",
 5378 "itertools 0.14.0",
 5379 "language",
 5380 "languages",
 5381 "linkify",
 5382 "log",
 5383 "lsp",
 5384 "markdown",
 5385 "menu",
 5386 "multi_buffer",
 5387 "ordered-float 2.10.1",
 5388 "parking_lot",
 5389 "pretty_assertions",
 5390 "project",
 5391 "proptest",
 5392 "proptest-derive",
 5393 "rand 0.9.2",
 5394 "regex",
 5395 "release_channel",
 5396 "rope",
 5397 "rpc",
 5398 "schemars",
 5399 "semver",
 5400 "serde",
 5401 "serde_json",
 5402 "settings",
 5403 "smallvec",
 5404 "smol",
 5405 "snippet",
 5406 "sum_tree",
 5407 "task",
 5408 "telemetry",
 5409 "text",
 5410 "theme",
 5411 "theme_settings",
 5412 "time",
 5413 "tracing",
 5414 "tree-sitter-bash",
 5415 "tree-sitter-c",
 5416 "tree-sitter-html",
 5417 "tree-sitter-md",
 5418 "tree-sitter-python",
 5419 "tree-sitter-rust",
 5420 "tree-sitter-typescript",
 5421 "tree-sitter-yaml",
 5422 "ui",
 5423 "ui_input",
 5424 "unicode-script",
 5425 "unicode-segmentation",
 5426 "unicode-width",
 5427 "unindent",
 5428 "url",
 5429 "util",
 5430 "uuid",
 5431 "vim_mode_setting",
 5432 "workspace",
 5433 "zed_actions",
 5434 "zlog",
 5435 "ztracing",
 5436]
 5437
 5438[[package]]
 5439name = "either"
 5440version = "1.15.0"
 5441source = "registry+https://github.com/rust-lang/crates.io-index"
 5442checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5443dependencies = [
 5444 "serde",
 5445]
 5446
 5447[[package]]
 5448name = "elasticlunr-rs"
 5449version = "3.0.2"
 5450source = "registry+https://github.com/rust-lang/crates.io-index"
 5451checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5452dependencies = [
 5453 "regex",
 5454 "serde",
 5455 "serde_derive",
 5456 "serde_json",
 5457]
 5458
 5459[[package]]
 5460name = "elliptic-curve"
 5461version = "0.12.3"
 5462source = "registry+https://github.com/rust-lang/crates.io-index"
 5463checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5464dependencies = [
 5465 "base16ct",
 5466 "crypto-bigint 0.4.9",
 5467 "der 0.6.1",
 5468 "digest",
 5469 "ff",
 5470 "generic-array",
 5471 "group",
 5472 "pkcs8 0.9.0",
 5473 "rand_core 0.6.4",
 5474 "sec1",
 5475 "subtle",
 5476 "zeroize",
 5477]
 5478
 5479[[package]]
 5480name = "email_address"
 5481version = "0.2.9"
 5482source = "registry+https://github.com/rust-lang/crates.io-index"
 5483checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5484dependencies = [
 5485 "serde",
 5486]
 5487
 5488[[package]]
 5489name = "embed-resource"
 5490version = "3.0.6"
 5491source = "registry+https://github.com/rust-lang/crates.io-index"
 5492checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5493dependencies = [
 5494 "cc",
 5495 "memchr",
 5496 "rustc_version",
 5497 "toml 0.9.8",
 5498 "vswhom",
 5499 "winreg 0.55.0",
 5500]
 5501
 5502[[package]]
 5503name = "embedded-io"
 5504version = "0.4.0"
 5505source = "registry+https://github.com/rust-lang/crates.io-index"
 5506checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5507
 5508[[package]]
 5509name = "embedded-io"
 5510version = "0.6.1"
 5511source = "registry+https://github.com/rust-lang/crates.io-index"
 5512checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5513
 5514[[package]]
 5515name = "emojis"
 5516version = "0.6.4"
 5517source = "registry+https://github.com/rust-lang/crates.io-index"
 5518checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5519dependencies = [
 5520 "phf 0.11.3",
 5521]
 5522
 5523[[package]]
 5524name = "encoding_rs"
 5525version = "0.8.35"
 5526source = "registry+https://github.com/rust-lang/crates.io-index"
 5527checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5528dependencies = [
 5529 "cfg-if",
 5530]
 5531
 5532[[package]]
 5533name = "encoding_selector"
 5534version = "0.1.0"
 5535dependencies = [
 5536 "editor",
 5537 "encoding_rs",
 5538 "fuzzy",
 5539 "gpui",
 5540 "language",
 5541 "picker",
 5542 "project",
 5543 "ui",
 5544 "util",
 5545 "workspace",
 5546]
 5547
 5548[[package]]
 5549name = "endi"
 5550version = "1.1.0"
 5551source = "registry+https://github.com/rust-lang/crates.io-index"
 5552checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5553
 5554[[package]]
 5555name = "enum-as-inner"
 5556version = "0.6.1"
 5557source = "registry+https://github.com/rust-lang/crates.io-index"
 5558checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5559dependencies = [
 5560 "heck 0.5.0",
 5561 "proc-macro2",
 5562 "quote",
 5563 "syn 2.0.117",
 5564]
 5565
 5566[[package]]
 5567name = "enumflags2"
 5568version = "0.7.12"
 5569source = "registry+https://github.com/rust-lang/crates.io-index"
 5570checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5571dependencies = [
 5572 "enumflags2_derive",
 5573 "serde",
 5574]
 5575
 5576[[package]]
 5577name = "enumflags2_derive"
 5578version = "0.7.12"
 5579source = "registry+https://github.com/rust-lang/crates.io-index"
 5580checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5581dependencies = [
 5582 "proc-macro2",
 5583 "quote",
 5584 "syn 2.0.117",
 5585]
 5586
 5587[[package]]
 5588name = "env_filter"
 5589version = "0.1.4"
 5590source = "registry+https://github.com/rust-lang/crates.io-index"
 5591checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5592dependencies = [
 5593 "log",
 5594 "regex",
 5595]
 5596
 5597[[package]]
 5598name = "env_logger"
 5599version = "0.10.2"
 5600source = "registry+https://github.com/rust-lang/crates.io-index"
 5601checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5602dependencies = [
 5603 "humantime",
 5604 "is-terminal",
 5605 "log",
 5606 "regex",
 5607 "termcolor",
 5608]
 5609
 5610[[package]]
 5611name = "env_logger"
 5612version = "0.11.8"
 5613source = "registry+https://github.com/rust-lang/crates.io-index"
 5614checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5615dependencies = [
 5616 "anstream",
 5617 "anstyle",
 5618 "env_filter",
 5619 "jiff",
 5620 "log",
 5621]
 5622
 5623[[package]]
 5624name = "env_var"
 5625version = "0.1.0"
 5626dependencies = [
 5627 "gpui_shared_string",
 5628]
 5629
 5630[[package]]
 5631name = "envy"
 5632version = "0.4.2"
 5633source = "registry+https://github.com/rust-lang/crates.io-index"
 5634checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5635dependencies = [
 5636 "serde",
 5637]
 5638
 5639[[package]]
 5640name = "equator"
 5641version = "0.4.2"
 5642source = "registry+https://github.com/rust-lang/crates.io-index"
 5643checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5644dependencies = [
 5645 "equator-macro",
 5646]
 5647
 5648[[package]]
 5649name = "equator-macro"
 5650version = "0.4.2"
 5651source = "registry+https://github.com/rust-lang/crates.io-index"
 5652checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5653dependencies = [
 5654 "proc-macro2",
 5655 "quote",
 5656 "syn 2.0.117",
 5657]
 5658
 5659[[package]]
 5660name = "equivalent"
 5661version = "1.0.2"
 5662source = "registry+https://github.com/rust-lang/crates.io-index"
 5663checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5664
 5665[[package]]
 5666name = "erased-serde"
 5667version = "0.4.9"
 5668source = "registry+https://github.com/rust-lang/crates.io-index"
 5669checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5670dependencies = [
 5671 "serde",
 5672 "serde_core",
 5673 "typeid",
 5674]
 5675
 5676[[package]]
 5677name = "errno"
 5678version = "0.2.8"
 5679source = "registry+https://github.com/rust-lang/crates.io-index"
 5680checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5681dependencies = [
 5682 "errno-dragonfly",
 5683 "libc",
 5684 "winapi",
 5685]
 5686
 5687[[package]]
 5688name = "errno"
 5689version = "0.3.14"
 5690source = "registry+https://github.com/rust-lang/crates.io-index"
 5691checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5692dependencies = [
 5693 "libc",
 5694 "windows-sys 0.52.0",
 5695]
 5696
 5697[[package]]
 5698name = "errno-dragonfly"
 5699version = "0.1.2"
 5700source = "registry+https://github.com/rust-lang/crates.io-index"
 5701checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5702dependencies = [
 5703 "cc",
 5704 "libc",
 5705]
 5706
 5707[[package]]
 5708name = "error-graph"
 5709version = "0.1.1"
 5710source = "registry+https://github.com/rust-lang/crates.io-index"
 5711checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5712dependencies = [
 5713 "serde",
 5714]
 5715
 5716[[package]]
 5717name = "etagere"
 5718version = "0.2.15"
 5719source = "registry+https://github.com/rust-lang/crates.io-index"
 5720checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5721dependencies = [
 5722 "euclid",
 5723 "svg_fmt",
 5724]
 5725
 5726[[package]]
 5727name = "etcetera"
 5728version = "0.8.0"
 5729source = "registry+https://github.com/rust-lang/crates.io-index"
 5730checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5731dependencies = [
 5732 "cfg-if",
 5733 "home",
 5734 "windows-sys 0.48.0",
 5735]
 5736
 5737[[package]]
 5738name = "etw_tracing"
 5739version = "0.1.0"
 5740dependencies = [
 5741 "anyhow",
 5742 "gpui",
 5743 "log",
 5744 "net",
 5745 "serde",
 5746 "serde_json",
 5747 "util",
 5748 "windows 0.61.3",
 5749 "windows-core 0.61.2",
 5750 "workspace",
 5751 "wprcontrol",
 5752]
 5753
 5754[[package]]
 5755name = "euclid"
 5756version = "0.22.11"
 5757source = "registry+https://github.com/rust-lang/crates.io-index"
 5758checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5759dependencies = [
 5760 "num-traits",
 5761]
 5762
 5763[[package]]
 5764name = "eval_cli"
 5765version = "0.1.0"
 5766dependencies = [
 5767 "acp_thread",
 5768 "agent",
 5769 "agent-client-protocol",
 5770 "agent_ui",
 5771 "anyhow",
 5772 "clap",
 5773 "client",
 5774 "ctrlc",
 5775 "db",
 5776 "debug_adapter_extension",
 5777 "env_logger 0.11.8",
 5778 "extension",
 5779 "feature_flags",
 5780 "fs",
 5781 "futures 0.3.32",
 5782 "gpui",
 5783 "gpui_platform",
 5784 "gpui_tokio",
 5785 "language",
 5786 "language_extension",
 5787 "language_model",
 5788 "language_models",
 5789 "languages",
 5790 "node_runtime",
 5791 "paths",
 5792 "project",
 5793 "prompt_store",
 5794 "release_channel",
 5795 "reqwest_client",
 5796 "serde",
 5797 "serde_json",
 5798 "settings",
 5799 "shellexpand 2.1.2",
 5800 "terminal_view",
 5801 "util",
 5802 "watch",
 5803]
 5804
 5805[[package]]
 5806name = "eval_utils"
 5807version = "0.1.0"
 5808dependencies = [
 5809 "gpui_platform",
 5810 "serde",
 5811 "smol",
 5812]
 5813
 5814[[package]]
 5815name = "event-listener"
 5816version = "2.5.3"
 5817source = "registry+https://github.com/rust-lang/crates.io-index"
 5818checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5819
 5820[[package]]
 5821name = "event-listener"
 5822version = "5.4.1"
 5823source = "registry+https://github.com/rust-lang/crates.io-index"
 5824checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5825dependencies = [
 5826 "concurrent-queue",
 5827 "parking",
 5828 "pin-project-lite",
 5829]
 5830
 5831[[package]]
 5832name = "event-listener-strategy"
 5833version = "0.5.4"
 5834source = "registry+https://github.com/rust-lang/crates.io-index"
 5835checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5836dependencies = [
 5837 "event-listener 5.4.1",
 5838 "pin-project-lite",
 5839]
 5840
 5841[[package]]
 5842name = "exec"
 5843version = "0.3.1"
 5844source = "registry+https://github.com/rust-lang/crates.io-index"
 5845checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5846dependencies = [
 5847 "errno 0.2.8",
 5848 "libc",
 5849]
 5850
 5851[[package]]
 5852name = "explorer_command_injector"
 5853version = "0.1.0"
 5854dependencies = [
 5855 "windows 0.61.3",
 5856 "windows-core 0.61.2",
 5857 "windows-registry 0.5.3",
 5858]
 5859
 5860[[package]]
 5861name = "exr"
 5862version = "1.73.0"
 5863source = "registry+https://github.com/rust-lang/crates.io-index"
 5864checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5865dependencies = [
 5866 "bit_field",
 5867 "half",
 5868 "lebe",
 5869 "miniz_oxide",
 5870 "rayon-core",
 5871 "smallvec",
 5872 "zune-inflate",
 5873]
 5874
 5875[[package]]
 5876name = "extended"
 5877version = "0.1.0"
 5878source = "registry+https://github.com/rust-lang/crates.io-index"
 5879checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5880
 5881[[package]]
 5882name = "extension"
 5883version = "0.1.0"
 5884dependencies = [
 5885 "anyhow",
 5886 "async-trait",
 5887 "cloud_api_types",
 5888 "collections",
 5889 "dap",
 5890 "fs",
 5891 "futures 0.3.32",
 5892 "gpui",
 5893 "heck 0.5.0",
 5894 "http_client",
 5895 "indoc",
 5896 "language",
 5897 "log",
 5898 "lsp",
 5899 "parking_lot",
 5900 "pretty_assertions",
 5901 "proto",
 5902 "semver",
 5903 "serde",
 5904 "serde_json",
 5905 "task",
 5906 "tempfile",
 5907 "toml 0.8.23",
 5908 "tracing",
 5909 "url",
 5910 "util",
 5911 "wasm-encoder 0.221.3",
 5912 "wasmparser 0.221.3",
 5913 "ztracing",
 5914]
 5915
 5916[[package]]
 5917name = "extension_cli"
 5918version = "0.1.0"
 5919dependencies = [
 5920 "anyhow",
 5921 "clap",
 5922 "cloud_api_types",
 5923 "env_logger 0.11.8",
 5924 "extension",
 5925 "fs",
 5926 "gpui_platform",
 5927 "language",
 5928 "log",
 5929 "reqwest_client",
 5930 "serde",
 5931 "serde_json",
 5932 "serde_json_lenient",
 5933 "settings_content",
 5934 "snippet_provider",
 5935 "task",
 5936 "theme_settings",
 5937 "tokio",
 5938 "toml 0.8.23",
 5939 "tree-sitter",
 5940 "wasmtime",
 5941]
 5942
 5943[[package]]
 5944name = "extension_host"
 5945version = "0.1.0"
 5946dependencies = [
 5947 "anyhow",
 5948 "async-compression",
 5949 "async-tar",
 5950 "async-trait",
 5951 "client",
 5952 "cloud_api_types",
 5953 "collections",
 5954 "criterion",
 5955 "ctor",
 5956 "dap",
 5957 "extension",
 5958 "fs",
 5959 "futures 0.3.32",
 5960 "gpui",
 5961 "gpui_tokio",
 5962 "http_client",
 5963 "language",
 5964 "language_extension",
 5965 "log",
 5966 "lsp",
 5967 "moka",
 5968 "node_runtime",
 5969 "parking_lot",
 5970 "paths",
 5971 "project",
 5972 "release_channel",
 5973 "remote",
 5974 "reqwest_client",
 5975 "semver",
 5976 "serde",
 5977 "serde_json",
 5978 "serde_json_lenient",
 5979 "settings",
 5980 "task",
 5981 "telemetry",
 5982 "tempfile",
 5983 "theme",
 5984 "theme_extension",
 5985 "theme_settings",
 5986 "toml 0.8.23",
 5987 "tracing",
 5988 "url",
 5989 "util",
 5990 "wasmparser 0.221.3",
 5991 "wasmtime",
 5992 "wasmtime-wasi",
 5993 "zlog",
 5994 "ztracing",
 5995]
 5996
 5997[[package]]
 5998name = "extensions_ui"
 5999version = "0.1.0"
 6000dependencies = [
 6001 "anyhow",
 6002 "client",
 6003 "cloud_api_types",
 6004 "collections",
 6005 "db",
 6006 "editor",
 6007 "extension",
 6008 "extension_host",
 6009 "fs",
 6010 "fuzzy",
 6011 "gpui",
 6012 "language",
 6013 "log",
 6014 "num-format",
 6015 "picker",
 6016 "project",
 6017 "release_channel",
 6018 "semver",
 6019 "serde",
 6020 "settings",
 6021 "smallvec",
 6022 "strum 0.27.2",
 6023 "telemetry",
 6024 "theme_settings",
 6025 "ui",
 6026 "util",
 6027 "vim_mode_setting",
 6028 "workspace",
 6029 "zed_actions",
 6030]
 6031
 6032[[package]]
 6033name = "failspot"
 6034version = "0.2.0"
 6035source = "registry+https://github.com/rust-lang/crates.io-index"
 6036checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6037
 6038[[package]]
 6039name = "fallible-iterator"
 6040version = "0.3.0"
 6041source = "registry+https://github.com/rust-lang/crates.io-index"
 6042checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6043
 6044[[package]]
 6045name = "fancy-regex"
 6046version = "0.16.2"
 6047source = "registry+https://github.com/rust-lang/crates.io-index"
 6048checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6049dependencies = [
 6050 "bit-set 0.8.0",
 6051 "regex-automata",
 6052 "regex-syntax",
 6053]
 6054
 6055[[package]]
 6056name = "fancy-regex"
 6057version = "0.17.0"
 6058source = "registry+https://github.com/rust-lang/crates.io-index"
 6059checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6060dependencies = [
 6061 "bit-set 0.8.0",
 6062 "regex-automata",
 6063 "regex-syntax",
 6064]
 6065
 6066[[package]]
 6067name = "fast-srgb8"
 6068version = "1.0.0"
 6069source = "registry+https://github.com/rust-lang/crates.io-index"
 6070checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6071
 6072[[package]]
 6073name = "fastrand"
 6074version = "1.9.0"
 6075source = "registry+https://github.com/rust-lang/crates.io-index"
 6076checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6077dependencies = [
 6078 "instant",
 6079]
 6080
 6081[[package]]
 6082name = "fastrand"
 6083version = "2.3.0"
 6084source = "registry+https://github.com/rust-lang/crates.io-index"
 6085checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6086
 6087[[package]]
 6088name = "fax"
 6089version = "0.2.6"
 6090source = "registry+https://github.com/rust-lang/crates.io-index"
 6091checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6092dependencies = [
 6093 "fax_derive",
 6094]
 6095
 6096[[package]]
 6097name = "fax_derive"
 6098version = "0.2.0"
 6099source = "registry+https://github.com/rust-lang/crates.io-index"
 6100checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6101dependencies = [
 6102 "proc-macro2",
 6103 "quote",
 6104 "syn 2.0.117",
 6105]
 6106
 6107[[package]]
 6108name = "fd-lock"
 6109version = "4.0.4"
 6110source = "registry+https://github.com/rust-lang/crates.io-index"
 6111checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6112dependencies = [
 6113 "cfg-if",
 6114 "rustix 1.1.2",
 6115 "windows-sys 0.59.0",
 6116]
 6117
 6118[[package]]
 6119name = "fdeflate"
 6120version = "0.3.7"
 6121source = "registry+https://github.com/rust-lang/crates.io-index"
 6122checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6123dependencies = [
 6124 "simd-adler32",
 6125]
 6126
 6127[[package]]
 6128name = "feature_flags"
 6129version = "0.1.0"
 6130dependencies = [
 6131 "gpui",
 6132]
 6133
 6134[[package]]
 6135name = "feedback"
 6136version = "0.1.0"
 6137dependencies = [
 6138 "gpui",
 6139 "system_specs",
 6140 "urlencoding",
 6141 "util",
 6142 "workspace",
 6143 "zed_actions",
 6144]
 6145
 6146[[package]]
 6147name = "ff"
 6148version = "0.12.1"
 6149source = "registry+https://github.com/rust-lang/crates.io-index"
 6150checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6151dependencies = [
 6152 "rand_core 0.6.4",
 6153 "subtle",
 6154]
 6155
 6156[[package]]
 6157name = "file_finder"
 6158version = "0.1.0"
 6159dependencies = [
 6160 "anyhow",
 6161 "channel",
 6162 "client",
 6163 "collections",
 6164 "ctor",
 6165 "editor",
 6166 "file_icons",
 6167 "futures 0.3.32",
 6168 "fuzzy",
 6169 "fuzzy_nucleo",
 6170 "gpui",
 6171 "menu",
 6172 "open_path_prompt",
 6173 "picker",
 6174 "pretty_assertions",
 6175 "project",
 6176 "project_panel",
 6177 "remote_connection",
 6178 "serde",
 6179 "serde_json",
 6180 "settings",
 6181 "theme",
 6182 "theme_settings",
 6183 "ui",
 6184 "util",
 6185 "workspace",
 6186 "zed_actions",
 6187 "zlog",
 6188]
 6189
 6190[[package]]
 6191name = "file_icons"
 6192version = "0.1.0"
 6193dependencies = [
 6194 "gpui",
 6195 "serde",
 6196 "theme",
 6197 "util",
 6198]
 6199
 6200[[package]]
 6201name = "filedescriptor"
 6202version = "0.8.3"
 6203source = "registry+https://github.com/rust-lang/crates.io-index"
 6204checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6205dependencies = [
 6206 "libc",
 6207 "thiserror 1.0.69",
 6208 "winapi",
 6209]
 6210
 6211[[package]]
 6212name = "filetime"
 6213version = "0.2.26"
 6214source = "registry+https://github.com/rust-lang/crates.io-index"
 6215checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6216dependencies = [
 6217 "cfg-if",
 6218 "libc",
 6219 "libredox",
 6220 "windows-sys 0.60.2",
 6221]
 6222
 6223[[package]]
 6224name = "find-msvc-tools"
 6225version = "0.1.5"
 6226source = "registry+https://github.com/rust-lang/crates.io-index"
 6227checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6228
 6229[[package]]
 6230name = "fixedbitset"
 6231version = "0.4.2"
 6232source = "registry+https://github.com/rust-lang/crates.io-index"
 6233checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6234
 6235[[package]]
 6236name = "fixedbitset"
 6237version = "0.5.7"
 6238source = "registry+https://github.com/rust-lang/crates.io-index"
 6239checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6240
 6241[[package]]
 6242name = "flate2"
 6243version = "1.1.8"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6246dependencies = [
 6247 "crc32fast",
 6248 "miniz_oxide",
 6249]
 6250
 6251[[package]]
 6252name = "float-cmp"
 6253version = "0.9.0"
 6254source = "registry+https://github.com/rust-lang/crates.io-index"
 6255checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6256
 6257[[package]]
 6258name = "float-ord"
 6259version = "0.3.2"
 6260source = "registry+https://github.com/rust-lang/crates.io-index"
 6261checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6262
 6263[[package]]
 6264name = "float8"
 6265version = "0.4.2"
 6266source = "registry+https://github.com/rust-lang/crates.io-index"
 6267checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6268dependencies = [
 6269 "half",
 6270 "num-traits",
 6271 "rand 0.9.2",
 6272 "rand_distr",
 6273]
 6274
 6275[[package]]
 6276name = "float_next_after"
 6277version = "1.0.0"
 6278source = "registry+https://github.com/rust-lang/crates.io-index"
 6279checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6280
 6281[[package]]
 6282name = "fluent-uri"
 6283version = "0.4.1"
 6284source = "registry+https://github.com/rust-lang/crates.io-index"
 6285checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6286dependencies = [
 6287 "borrow-or-share",
 6288 "ref-cast",
 6289 "serde",
 6290]
 6291
 6292[[package]]
 6293name = "flume"
 6294version = "0.11.1"
 6295source = "registry+https://github.com/rust-lang/crates.io-index"
 6296checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6297dependencies = [
 6298 "futures-core",
 6299 "futures-sink",
 6300 "nanorand",
 6301 "spin 0.9.8",
 6302]
 6303
 6304[[package]]
 6305name = "fnv"
 6306version = "1.0.7"
 6307source = "registry+https://github.com/rust-lang/crates.io-index"
 6308checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6309
 6310[[package]]
 6311name = "foldhash"
 6312version = "0.1.5"
 6313source = "registry+https://github.com/rust-lang/crates.io-index"
 6314checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6315
 6316[[package]]
 6317name = "foldhash"
 6318version = "0.2.0"
 6319source = "registry+https://github.com/rust-lang/crates.io-index"
 6320checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6321
 6322[[package]]
 6323name = "font-types"
 6324version = "0.10.0"
 6325source = "registry+https://github.com/rust-lang/crates.io-index"
 6326checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6327dependencies = [
 6328 "bytemuck",
 6329]
 6330
 6331[[package]]
 6332name = "font-types"
 6333version = "0.11.0"
 6334source = "registry+https://github.com/rust-lang/crates.io-index"
 6335checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6336dependencies = [
 6337 "bytemuck",
 6338]
 6339
 6340[[package]]
 6341name = "fontconfig-parser"
 6342version = "0.5.8"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6345dependencies = [
 6346 "roxmltree",
 6347]
 6348
 6349[[package]]
 6350name = "fontdb"
 6351version = "0.16.2"
 6352source = "registry+https://github.com/rust-lang/crates.io-index"
 6353checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6354dependencies = [
 6355 "fontconfig-parser",
 6356 "log",
 6357 "memmap2",
 6358 "slotmap",
 6359 "tinyvec",
 6360 "ttf-parser 0.20.0",
 6361]
 6362
 6363[[package]]
 6364name = "fontdb"
 6365version = "0.23.0"
 6366source = "registry+https://github.com/rust-lang/crates.io-index"
 6367checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6368dependencies = [
 6369 "fontconfig-parser",
 6370 "log",
 6371 "memmap2",
 6372 "slotmap",
 6373 "tinyvec",
 6374 "ttf-parser 0.25.1",
 6375]
 6376
 6377[[package]]
 6378name = "foreign-types"
 6379version = "0.3.2"
 6380source = "registry+https://github.com/rust-lang/crates.io-index"
 6381checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6382dependencies = [
 6383 "foreign-types-shared 0.1.1",
 6384]
 6385
 6386[[package]]
 6387name = "foreign-types"
 6388version = "0.5.0"
 6389source = "registry+https://github.com/rust-lang/crates.io-index"
 6390checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6391dependencies = [
 6392 "foreign-types-macros",
 6393 "foreign-types-shared 0.3.1",
 6394]
 6395
 6396[[package]]
 6397name = "foreign-types-macros"
 6398version = "0.2.3"
 6399source = "registry+https://github.com/rust-lang/crates.io-index"
 6400checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6401dependencies = [
 6402 "proc-macro2",
 6403 "quote",
 6404 "syn 2.0.117",
 6405]
 6406
 6407[[package]]
 6408name = "foreign-types-shared"
 6409version = "0.1.1"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6412
 6413[[package]]
 6414name = "foreign-types-shared"
 6415version = "0.3.1"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6418
 6419[[package]]
 6420name = "fork"
 6421version = "0.4.0"
 6422source = "registry+https://github.com/rust-lang/crates.io-index"
 6423checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6424dependencies = [
 6425 "libc",
 6426]
 6427
 6428[[package]]
 6429name = "form_urlencoded"
 6430version = "1.2.2"
 6431source = "registry+https://github.com/rust-lang/crates.io-index"
 6432checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6433dependencies = [
 6434 "percent-encoding",
 6435]
 6436
 6437[[package]]
 6438name = "fraction"
 6439version = "0.15.3"
 6440source = "registry+https://github.com/rust-lang/crates.io-index"
 6441checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6442dependencies = [
 6443 "lazy_static",
 6444 "num",
 6445]
 6446
 6447[[package]]
 6448name = "freetype-sys"
 6449version = "0.20.1"
 6450source = "registry+https://github.com/rust-lang/crates.io-index"
 6451checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6452dependencies = [
 6453 "cc",
 6454 "libc",
 6455 "pkg-config",
 6456]
 6457
 6458[[package]]
 6459name = "fs"
 6460version = "0.1.0"
 6461dependencies = [
 6462 "anyhow",
 6463 "ashpd",
 6464 "async-tar",
 6465 "async-trait",
 6466 "collections",
 6467 "dunce",
 6468 "fs",
 6469 "futures 0.3.32",
 6470 "git",
 6471 "gpui",
 6472 "ignore",
 6473 "is_executable",
 6474 "libc",
 6475 "log",
 6476 "notify 8.2.0",
 6477 "parking_lot",
 6478 "paths",
 6479 "proto",
 6480 "rope",
 6481 "serde",
 6482 "serde_json",
 6483 "smol",
 6484 "tempfile",
 6485 "text",
 6486 "thiserror 2.0.17",
 6487 "time",
 6488 "trash",
 6489 "util",
 6490 "windows 0.61.3",
 6491]
 6492
 6493[[package]]
 6494name = "fs-set-times"
 6495version = "0.20.3"
 6496source = "registry+https://github.com/rust-lang/crates.io-index"
 6497checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6498dependencies = [
 6499 "io-lifetimes",
 6500 "rustix 1.1.2",
 6501 "windows-sys 0.59.0",
 6502]
 6503
 6504[[package]]
 6505name = "fs2"
 6506version = "0.4.3"
 6507source = "registry+https://github.com/rust-lang/crates.io-index"
 6508checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6509dependencies = [
 6510 "libc",
 6511 "winapi",
 6512]
 6513
 6514[[package]]
 6515name = "fs_benchmarks"
 6516version = "0.1.0"
 6517dependencies = [
 6518 "fs",
 6519 "gpui",
 6520 "gpui_platform",
 6521]
 6522
 6523[[package]]
 6524name = "fs_extra"
 6525version = "1.3.0"
 6526source = "registry+https://github.com/rust-lang/crates.io-index"
 6527checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6528
 6529[[package]]
 6530name = "fsevent-sys"
 6531version = "4.1.0"
 6532source = "registry+https://github.com/rust-lang/crates.io-index"
 6533checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6534dependencies = [
 6535 "libc",
 6536]
 6537
 6538[[package]]
 6539name = "fuchsia-cprng"
 6540version = "0.1.1"
 6541source = "registry+https://github.com/rust-lang/crates.io-index"
 6542checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6543
 6544[[package]]
 6545name = "funty"
 6546version = "2.0.0"
 6547source = "registry+https://github.com/rust-lang/crates.io-index"
 6548checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6549
 6550[[package]]
 6551name = "futf"
 6552version = "0.1.5"
 6553source = "registry+https://github.com/rust-lang/crates.io-index"
 6554checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6555dependencies = [
 6556 "mac",
 6557 "new_debug_unreachable",
 6558]
 6559
 6560[[package]]
 6561name = "futures"
 6562version = "0.1.31"
 6563source = "registry+https://github.com/rust-lang/crates.io-index"
 6564checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6565
 6566[[package]]
 6567name = "futures"
 6568version = "0.3.32"
 6569source = "registry+https://github.com/rust-lang/crates.io-index"
 6570checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6571dependencies = [
 6572 "futures-channel",
 6573 "futures-core",
 6574 "futures-executor",
 6575 "futures-io",
 6576 "futures-sink",
 6577 "futures-task",
 6578 "futures-util",
 6579]
 6580
 6581[[package]]
 6582name = "futures-channel"
 6583version = "0.3.32"
 6584source = "registry+https://github.com/rust-lang/crates.io-index"
 6585checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6586dependencies = [
 6587 "futures-core",
 6588 "futures-sink",
 6589]
 6590
 6591[[package]]
 6592name = "futures-concurrency"
 6593version = "7.7.1"
 6594source = "registry+https://github.com/rust-lang/crates.io-index"
 6595checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6596dependencies = [
 6597 "fixedbitset 0.5.7",
 6598 "futures-core",
 6599 "futures-lite 2.6.1",
 6600 "pin-project",
 6601 "smallvec",
 6602]
 6603
 6604[[package]]
 6605name = "futures-core"
 6606version = "0.3.32"
 6607source = "registry+https://github.com/rust-lang/crates.io-index"
 6608checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6609
 6610[[package]]
 6611name = "futures-executor"
 6612version = "0.3.32"
 6613source = "registry+https://github.com/rust-lang/crates.io-index"
 6614checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6615dependencies = [
 6616 "futures-core",
 6617 "futures-task",
 6618 "futures-util",
 6619]
 6620
 6621[[package]]
 6622name = "futures-intrusive"
 6623version = "0.5.0"
 6624source = "registry+https://github.com/rust-lang/crates.io-index"
 6625checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6626dependencies = [
 6627 "futures-core",
 6628 "lock_api",
 6629 "parking_lot",
 6630]
 6631
 6632[[package]]
 6633name = "futures-io"
 6634version = "0.3.32"
 6635source = "registry+https://github.com/rust-lang/crates.io-index"
 6636checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6637
 6638[[package]]
 6639name = "futures-lite"
 6640version = "1.13.0"
 6641source = "registry+https://github.com/rust-lang/crates.io-index"
 6642checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6643dependencies = [
 6644 "fastrand 1.9.0",
 6645 "futures-core",
 6646 "futures-io",
 6647 "memchr",
 6648 "parking",
 6649 "pin-project-lite",
 6650 "waker-fn",
 6651]
 6652
 6653[[package]]
 6654name = "futures-lite"
 6655version = "2.6.1"
 6656source = "registry+https://github.com/rust-lang/crates.io-index"
 6657checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6658dependencies = [
 6659 "fastrand 2.3.0",
 6660 "futures-core",
 6661 "futures-io",
 6662 "parking",
 6663 "pin-project-lite",
 6664]
 6665
 6666[[package]]
 6667name = "futures-macro"
 6668version = "0.3.32"
 6669source = "registry+https://github.com/rust-lang/crates.io-index"
 6670checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6671dependencies = [
 6672 "proc-macro2",
 6673 "quote",
 6674 "syn 2.0.117",
 6675]
 6676
 6677[[package]]
 6678name = "futures-sink"
 6679version = "0.3.32"
 6680source = "registry+https://github.com/rust-lang/crates.io-index"
 6681checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6682
 6683[[package]]
 6684name = "futures-task"
 6685version = "0.3.32"
 6686source = "registry+https://github.com/rust-lang/crates.io-index"
 6687checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6688
 6689[[package]]
 6690name = "futures-util"
 6691version = "0.3.32"
 6692source = "registry+https://github.com/rust-lang/crates.io-index"
 6693checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6694dependencies = [
 6695 "futures 0.1.31",
 6696 "futures-channel",
 6697 "futures-core",
 6698 "futures-io",
 6699 "futures-macro",
 6700 "futures-sink",
 6701 "futures-task",
 6702 "libc",
 6703 "memchr",
 6704 "pin-project-lite",
 6705 "slab",
 6706 "tokio-io",
 6707]
 6708
 6709[[package]]
 6710name = "fuzzy"
 6711version = "0.1.0"
 6712dependencies = [
 6713 "gpui",
 6714 "log",
 6715 "util",
 6716]
 6717
 6718[[package]]
 6719name = "fuzzy_nucleo"
 6720version = "0.1.0"
 6721dependencies = [
 6722 "gpui",
 6723 "nucleo",
 6724 "util",
 6725]
 6726
 6727[[package]]
 6728name = "gaoya"
 6729version = "0.2.0"
 6730source = "registry+https://github.com/rust-lang/crates.io-index"
 6731checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6732dependencies = [
 6733 "ahash 0.8.12",
 6734 "crossbeam-utils",
 6735 "fnv",
 6736 "itertools 0.10.5",
 6737 "num-traits",
 6738 "rand 0.8.5",
 6739 "rand_pcg",
 6740 "random_choice",
 6741 "rayon",
 6742 "seahash",
 6743 "sha-1",
 6744 "shingles",
 6745 "siphasher 0.3.11",
 6746 "smallvec",
 6747 "triomphe",
 6748]
 6749
 6750[[package]]
 6751name = "gemm"
 6752version = "0.17.1"
 6753source = "registry+https://github.com/rust-lang/crates.io-index"
 6754checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6755dependencies = [
 6756 "dyn-stack 0.10.0",
 6757 "gemm-c32 0.17.1",
 6758 "gemm-c64 0.17.1",
 6759 "gemm-common 0.17.1",
 6760 "gemm-f16 0.17.1",
 6761 "gemm-f32 0.17.1",
 6762 "gemm-f64 0.17.1",
 6763 "num-complex",
 6764 "num-traits",
 6765 "paste",
 6766 "raw-cpuid 10.7.0",
 6767 "seq-macro",
 6768]
 6769
 6770[[package]]
 6771name = "gemm"
 6772version = "0.18.2"
 6773source = "registry+https://github.com/rust-lang/crates.io-index"
 6774checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6775dependencies = [
 6776 "dyn-stack 0.13.2",
 6777 "gemm-c32 0.18.2",
 6778 "gemm-c64 0.18.2",
 6779 "gemm-common 0.18.2",
 6780 "gemm-f16 0.18.2",
 6781 "gemm-f32 0.18.2",
 6782 "gemm-f64 0.18.2",
 6783 "num-complex",
 6784 "num-traits",
 6785 "paste",
 6786 "raw-cpuid 11.6.0",
 6787 "seq-macro",
 6788]
 6789
 6790[[package]]
 6791name = "gemm-c32"
 6792version = "0.17.1"
 6793source = "registry+https://github.com/rust-lang/crates.io-index"
 6794checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6795dependencies = [
 6796 "dyn-stack 0.10.0",
 6797 "gemm-common 0.17.1",
 6798 "num-complex",
 6799 "num-traits",
 6800 "paste",
 6801 "raw-cpuid 10.7.0",
 6802 "seq-macro",
 6803]
 6804
 6805[[package]]
 6806name = "gemm-c32"
 6807version = "0.18.2"
 6808source = "registry+https://github.com/rust-lang/crates.io-index"
 6809checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6810dependencies = [
 6811 "dyn-stack 0.13.2",
 6812 "gemm-common 0.18.2",
 6813 "num-complex",
 6814 "num-traits",
 6815 "paste",
 6816 "raw-cpuid 11.6.0",
 6817 "seq-macro",
 6818]
 6819
 6820[[package]]
 6821name = "gemm-c64"
 6822version = "0.17.1"
 6823source = "registry+https://github.com/rust-lang/crates.io-index"
 6824checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6825dependencies = [
 6826 "dyn-stack 0.10.0",
 6827 "gemm-common 0.17.1",
 6828 "num-complex",
 6829 "num-traits",
 6830 "paste",
 6831 "raw-cpuid 10.7.0",
 6832 "seq-macro",
 6833]
 6834
 6835[[package]]
 6836name = "gemm-c64"
 6837version = "0.18.2"
 6838source = "registry+https://github.com/rust-lang/crates.io-index"
 6839checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6840dependencies = [
 6841 "dyn-stack 0.13.2",
 6842 "gemm-common 0.18.2",
 6843 "num-complex",
 6844 "num-traits",
 6845 "paste",
 6846 "raw-cpuid 11.6.0",
 6847 "seq-macro",
 6848]
 6849
 6850[[package]]
 6851name = "gemm-common"
 6852version = "0.17.1"
 6853source = "registry+https://github.com/rust-lang/crates.io-index"
 6854checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6855dependencies = [
 6856 "bytemuck",
 6857 "dyn-stack 0.10.0",
 6858 "half",
 6859 "num-complex",
 6860 "num-traits",
 6861 "once_cell",
 6862 "paste",
 6863 "pulp 0.18.22",
 6864 "raw-cpuid 10.7.0",
 6865 "rayon",
 6866 "seq-macro",
 6867 "sysctl 0.5.5",
 6868]
 6869
 6870[[package]]
 6871name = "gemm-common"
 6872version = "0.18.2"
 6873source = "registry+https://github.com/rust-lang/crates.io-index"
 6874checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6875dependencies = [
 6876 "bytemuck",
 6877 "dyn-stack 0.13.2",
 6878 "half",
 6879 "libm",
 6880 "num-complex",
 6881 "num-traits",
 6882 "once_cell",
 6883 "paste",
 6884 "pulp 0.21.5",
 6885 "raw-cpuid 11.6.0",
 6886 "rayon",
 6887 "seq-macro",
 6888 "sysctl 0.6.0",
 6889]
 6890
 6891[[package]]
 6892name = "gemm-f16"
 6893version = "0.17.1"
 6894source = "registry+https://github.com/rust-lang/crates.io-index"
 6895checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6896dependencies = [
 6897 "dyn-stack 0.10.0",
 6898 "gemm-common 0.17.1",
 6899 "gemm-f32 0.17.1",
 6900 "half",
 6901 "num-complex",
 6902 "num-traits",
 6903 "paste",
 6904 "raw-cpuid 10.7.0",
 6905 "rayon",
 6906 "seq-macro",
 6907]
 6908
 6909[[package]]
 6910name = "gemm-f16"
 6911version = "0.18.2"
 6912source = "registry+https://github.com/rust-lang/crates.io-index"
 6913checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6914dependencies = [
 6915 "dyn-stack 0.13.2",
 6916 "gemm-common 0.18.2",
 6917 "gemm-f32 0.18.2",
 6918 "half",
 6919 "num-complex",
 6920 "num-traits",
 6921 "paste",
 6922 "raw-cpuid 11.6.0",
 6923 "rayon",
 6924 "seq-macro",
 6925]
 6926
 6927[[package]]
 6928name = "gemm-f32"
 6929version = "0.17.1"
 6930source = "registry+https://github.com/rust-lang/crates.io-index"
 6931checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6932dependencies = [
 6933 "dyn-stack 0.10.0",
 6934 "gemm-common 0.17.1",
 6935 "num-complex",
 6936 "num-traits",
 6937 "paste",
 6938 "raw-cpuid 10.7.0",
 6939 "seq-macro",
 6940]
 6941
 6942[[package]]
 6943name = "gemm-f32"
 6944version = "0.18.2"
 6945source = "registry+https://github.com/rust-lang/crates.io-index"
 6946checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6947dependencies = [
 6948 "dyn-stack 0.13.2",
 6949 "gemm-common 0.18.2",
 6950 "num-complex",
 6951 "num-traits",
 6952 "paste",
 6953 "raw-cpuid 11.6.0",
 6954 "seq-macro",
 6955]
 6956
 6957[[package]]
 6958name = "gemm-f64"
 6959version = "0.17.1"
 6960source = "registry+https://github.com/rust-lang/crates.io-index"
 6961checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6962dependencies = [
 6963 "dyn-stack 0.10.0",
 6964 "gemm-common 0.17.1",
 6965 "num-complex",
 6966 "num-traits",
 6967 "paste",
 6968 "raw-cpuid 10.7.0",
 6969 "seq-macro",
 6970]
 6971
 6972[[package]]
 6973name = "gemm-f64"
 6974version = "0.18.2"
 6975source = "registry+https://github.com/rust-lang/crates.io-index"
 6976checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6977dependencies = [
 6978 "dyn-stack 0.13.2",
 6979 "gemm-common 0.18.2",
 6980 "num-complex",
 6981 "num-traits",
 6982 "paste",
 6983 "raw-cpuid 11.6.0",
 6984 "seq-macro",
 6985]
 6986
 6987[[package]]
 6988name = "generator"
 6989version = "0.8.7"
 6990source = "registry+https://github.com/rust-lang/crates.io-index"
 6991checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 6992dependencies = [
 6993 "cc",
 6994 "cfg-if",
 6995 "libc",
 6996 "log",
 6997 "rustversion",
 6998 "windows 0.61.3",
 6999]
 7000
 7001[[package]]
 7002name = "generic-array"
 7003version = "0.14.7"
 7004source = "registry+https://github.com/rust-lang/crates.io-index"
 7005checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7006dependencies = [
 7007 "typenum",
 7008 "version_check",
 7009]
 7010
 7011[[package]]
 7012name = "gethostname"
 7013version = "1.1.0"
 7014source = "registry+https://github.com/rust-lang/crates.io-index"
 7015checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7016dependencies = [
 7017 "rustix 1.1.2",
 7018 "windows-link 0.2.1",
 7019]
 7020
 7021[[package]]
 7022name = "getrandom"
 7023version = "0.2.16"
 7024source = "registry+https://github.com/rust-lang/crates.io-index"
 7025checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7026dependencies = [
 7027 "cfg-if",
 7028 "js-sys",
 7029 "libc",
 7030 "wasi",
 7031 "wasm-bindgen",
 7032]
 7033
 7034[[package]]
 7035name = "getrandom"
 7036version = "0.3.4"
 7037source = "registry+https://github.com/rust-lang/crates.io-index"
 7038checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7039dependencies = [
 7040 "cfg-if",
 7041 "js-sys",
 7042 "libc",
 7043 "r-efi",
 7044 "wasip2",
 7045 "wasm-bindgen",
 7046]
 7047
 7048[[package]]
 7049name = "getrandom"
 7050version = "0.4.1"
 7051source = "registry+https://github.com/rust-lang/crates.io-index"
 7052checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7053dependencies = [
 7054 "cfg-if",
 7055 "libc",
 7056 "r-efi",
 7057 "wasip2",
 7058 "wasip3",
 7059]
 7060
 7061[[package]]
 7062name = "gh-workflow"
 7063version = "0.8.0"
 7064source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7065dependencies = [
 7066 "async-trait",
 7067 "derive_more",
 7068 "derive_setters",
 7069 "gh-workflow-macros",
 7070 "indexmap",
 7071 "merge",
 7072 "serde",
 7073 "serde_json",
 7074 "serde_yaml",
 7075 "strum_macros 0.27.2",
 7076]
 7077
 7078[[package]]
 7079name = "gh-workflow-macros"
 7080version = "0.8.0"
 7081source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7082dependencies = [
 7083 "heck 0.5.0",
 7084 "quote",
 7085 "syn 2.0.117",
 7086]
 7087
 7088[[package]]
 7089name = "gif"
 7090version = "0.13.3"
 7091source = "registry+https://github.com/rust-lang/crates.io-index"
 7092checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7093dependencies = [
 7094 "color_quant",
 7095 "weezl",
 7096]
 7097
 7098[[package]]
 7099name = "gimli"
 7100version = "0.32.3"
 7101source = "registry+https://github.com/rust-lang/crates.io-index"
 7102checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7103dependencies = [
 7104 "fallible-iterator",
 7105 "indexmap",
 7106 "stable_deref_trait",
 7107]
 7108
 7109[[package]]
 7110name = "gio-sys"
 7111version = "0.21.5"
 7112source = "registry+https://github.com/rust-lang/crates.io-index"
 7113checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7114dependencies = [
 7115 "glib-sys",
 7116 "gobject-sys",
 7117 "libc",
 7118 "system-deps 7.0.7",
 7119 "windows-sys 0.52.0",
 7120]
 7121
 7122[[package]]
 7123name = "git"
 7124version = "0.1.0"
 7125dependencies = [
 7126 "anyhow",
 7127 "askpass",
 7128 "async-trait",
 7129 "collections",
 7130 "derive_more",
 7131 "futures 0.3.32",
 7132 "git2",
 7133 "gpui",
 7134 "http_client",
 7135 "itertools 0.14.0",
 7136 "log",
 7137 "parking_lot",
 7138 "pretty_assertions",
 7139 "rand 0.9.2",
 7140 "regex",
 7141 "rope",
 7142 "schemars",
 7143 "serde",
 7144 "serde_json",
 7145 "smallvec",
 7146 "smol",
 7147 "sum_tree",
 7148 "tempfile",
 7149 "text",
 7150 "thiserror 2.0.17",
 7151 "time",
 7152 "url",
 7153 "urlencoding",
 7154 "util",
 7155 "uuid",
 7156 "ztracing",
 7157]
 7158
 7159[[package]]
 7160name = "git2"
 7161version = "0.20.4"
 7162source = "registry+https://github.com/rust-lang/crates.io-index"
 7163checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7164dependencies = [
 7165 "bitflags 2.10.0",
 7166 "libc",
 7167 "libgit2-sys",
 7168 "log",
 7169 "url",
 7170]
 7171
 7172[[package]]
 7173name = "git_graph"
 7174version = "0.1.0"
 7175dependencies = [
 7176 "anyhow",
 7177 "collections",
 7178 "db",
 7179 "editor",
 7180 "fs",
 7181 "git",
 7182 "git_ui",
 7183 "gpui",
 7184 "language",
 7185 "menu",
 7186 "project",
 7187 "rand 0.9.2",
 7188 "remote_connection",
 7189 "search",
 7190 "serde_json",
 7191 "settings",
 7192 "smallvec",
 7193 "smol",
 7194 "theme",
 7195 "theme_settings",
 7196 "time",
 7197 "ui",
 7198 "workspace",
 7199]
 7200
 7201[[package]]
 7202name = "git_hosting_providers"
 7203version = "0.1.0"
 7204dependencies = [
 7205 "anyhow",
 7206 "async-trait",
 7207 "futures 0.3.32",
 7208 "git",
 7209 "gpui",
 7210 "http_client",
 7211 "indoc",
 7212 "itertools 0.14.0",
 7213 "pretty_assertions",
 7214 "regex",
 7215 "serde",
 7216 "serde_json",
 7217 "settings",
 7218 "url",
 7219 "urlencoding",
 7220 "util",
 7221]
 7222
 7223[[package]]
 7224name = "git_ui"
 7225version = "0.1.0"
 7226dependencies = [
 7227 "agent_settings",
 7228 "alacritty_terminal",
 7229 "anyhow",
 7230 "askpass",
 7231 "buffer_diff",
 7232 "call",
 7233 "collections",
 7234 "component",
 7235 "ctor",
 7236 "db",
 7237 "editor",
 7238 "file_icons",
 7239 "futures 0.3.32",
 7240 "fuzzy",
 7241 "git",
 7242 "gpui",
 7243 "indoc",
 7244 "itertools 0.14.0",
 7245 "language",
 7246 "language_model",
 7247 "linkify",
 7248 "log",
 7249 "markdown",
 7250 "menu",
 7251 "multi_buffer",
 7252 "notifications",
 7253 "panel",
 7254 "picker",
 7255 "pretty_assertions",
 7256 "project",
 7257 "prompt_store",
 7258 "proto",
 7259 "rand 0.9.2",
 7260 "remote",
 7261 "remote_connection",
 7262 "schemars",
 7263 "serde",
 7264 "serde_json",
 7265 "settings",
 7266 "smallvec",
 7267 "smol",
 7268 "strum 0.27.2",
 7269 "telemetry",
 7270 "theme",
 7271 "theme_settings",
 7272 "time",
 7273 "time_format",
 7274 "tracing",
 7275 "ui",
 7276 "ui_input",
 7277 "unindent",
 7278 "util",
 7279 "watch",
 7280 "windows 0.61.3",
 7281 "workspace",
 7282 "zed_actions",
 7283 "zeroize",
 7284 "zlog",
 7285 "ztracing",
 7286]
 7287
 7288[[package]]
 7289name = "gl_generator"
 7290version = "0.14.0"
 7291source = "registry+https://github.com/rust-lang/crates.io-index"
 7292checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7293dependencies = [
 7294 "khronos_api",
 7295 "log",
 7296 "xml-rs",
 7297]
 7298
 7299[[package]]
 7300name = "glib"
 7301version = "0.21.5"
 7302source = "registry+https://github.com/rust-lang/crates.io-index"
 7303checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7304dependencies = [
 7305 "bitflags 2.10.0",
 7306 "futures-channel",
 7307 "futures-core",
 7308 "futures-executor",
 7309 "futures-task",
 7310 "futures-util",
 7311 "gio-sys",
 7312 "glib-macros",
 7313 "glib-sys",
 7314 "gobject-sys",
 7315 "libc",
 7316 "memchr",
 7317 "smallvec",
 7318]
 7319
 7320[[package]]
 7321name = "glib-macros"
 7322version = "0.21.5"
 7323source = "registry+https://github.com/rust-lang/crates.io-index"
 7324checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7325dependencies = [
 7326 "heck 0.5.0",
 7327 "proc-macro-crate",
 7328 "proc-macro2",
 7329 "quote",
 7330 "syn 2.0.117",
 7331]
 7332
 7333[[package]]
 7334name = "glib-sys"
 7335version = "0.21.5"
 7336source = "registry+https://github.com/rust-lang/crates.io-index"
 7337checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7338dependencies = [
 7339 "libc",
 7340 "system-deps 7.0.7",
 7341]
 7342
 7343[[package]]
 7344name = "glob"
 7345version = "0.3.3"
 7346source = "registry+https://github.com/rust-lang/crates.io-index"
 7347checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7348
 7349[[package]]
 7350name = "globset"
 7351version = "0.4.17"
 7352source = "registry+https://github.com/rust-lang/crates.io-index"
 7353checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7354dependencies = [
 7355 "aho-corasick",
 7356 "bstr",
 7357 "log",
 7358 "regex-automata",
 7359 "regex-syntax",
 7360]
 7361
 7362[[package]]
 7363name = "gloo-timers"
 7364version = "0.3.0"
 7365source = "registry+https://github.com/rust-lang/crates.io-index"
 7366checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7367dependencies = [
 7368 "futures-channel",
 7369 "futures-core",
 7370 "js-sys",
 7371 "wasm-bindgen",
 7372]
 7373
 7374[[package]]
 7375name = "glow"
 7376version = "0.17.0"
 7377source = "registry+https://github.com/rust-lang/crates.io-index"
 7378checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7379dependencies = [
 7380 "js-sys",
 7381 "slotmap",
 7382 "wasm-bindgen",
 7383 "web-sys",
 7384]
 7385
 7386[[package]]
 7387name = "glutin_wgl_sys"
 7388version = "0.6.1"
 7389source = "registry+https://github.com/rust-lang/crates.io-index"
 7390checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7391dependencies = [
 7392 "gl_generator",
 7393]
 7394
 7395[[package]]
 7396name = "go_to_line"
 7397version = "0.1.0"
 7398dependencies = [
 7399 "editor",
 7400 "gpui",
 7401 "indoc",
 7402 "language",
 7403 "menu",
 7404 "multi_buffer",
 7405 "project",
 7406 "rope",
 7407 "serde",
 7408 "serde_json",
 7409 "settings",
 7410 "text",
 7411 "theme",
 7412 "ui",
 7413 "util",
 7414 "workspace",
 7415]
 7416
 7417[[package]]
 7418name = "gobject-sys"
 7419version = "0.21.5"
 7420source = "registry+https://github.com/rust-lang/crates.io-index"
 7421checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7422dependencies = [
 7423 "glib-sys",
 7424 "libc",
 7425 "system-deps 7.0.7",
 7426]
 7427
 7428[[package]]
 7429name = "goblin"
 7430version = "0.9.3"
 7431source = "registry+https://github.com/rust-lang/crates.io-index"
 7432checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7433dependencies = [
 7434 "log",
 7435 "plain",
 7436 "scroll",
 7437]
 7438
 7439[[package]]
 7440name = "google_ai"
 7441version = "0.1.0"
 7442dependencies = [
 7443 "anyhow",
 7444 "futures 0.3.32",
 7445 "http_client",
 7446 "language_model_core",
 7447 "log",
 7448 "schemars",
 7449 "serde",
 7450 "serde_json",
 7451 "strum 0.27.2",
 7452 "tiktoken-rs",
 7453]
 7454
 7455[[package]]
 7456name = "gpu-allocator"
 7457version = "0.28.0"
 7458source = "registry+https://github.com/rust-lang/crates.io-index"
 7459checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7460dependencies = [
 7461 "ash",
 7462 "hashbrown 0.16.1",
 7463 "log",
 7464 "presser",
 7465 "thiserror 2.0.17",
 7466 "windows 0.62.2",
 7467]
 7468
 7469[[package]]
 7470name = "gpu-descriptor"
 7471version = "0.3.2"
 7472source = "registry+https://github.com/rust-lang/crates.io-index"
 7473checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7474dependencies = [
 7475 "bitflags 2.10.0",
 7476 "gpu-descriptor-types",
 7477 "hashbrown 0.15.5",
 7478]
 7479
 7480[[package]]
 7481name = "gpu-descriptor-types"
 7482version = "0.2.0"
 7483source = "registry+https://github.com/rust-lang/crates.io-index"
 7484checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7485dependencies = [
 7486 "bitflags 2.10.0",
 7487]
 7488
 7489[[package]]
 7490name = "gpui"
 7491version = "0.2.2"
 7492dependencies = [
 7493 "anyhow",
 7494 "async-channel 2.5.0",
 7495 "async-task",
 7496 "backtrace",
 7497 "bindgen 0.71.1",
 7498 "bitflags 2.10.0",
 7499 "block",
 7500 "cbindgen",
 7501 "chrono",
 7502 "cocoa 0.26.0",
 7503 "cocoa-foundation 0.2.0",
 7504 "collections",
 7505 "core-foundation 0.10.0",
 7506 "core-foundation-sys",
 7507 "core-graphics 0.24.0",
 7508 "core-text",
 7509 "core-video",
 7510 "ctor",
 7511 "derive_more",
 7512 "embed-resource",
 7513 "env_logger 0.11.8",
 7514 "etagere",
 7515 "foreign-types 0.5.0",
 7516 "futures 0.3.32",
 7517 "futures-concurrency",
 7518 "getrandom 0.3.4",
 7519 "gpui_macros",
 7520 "gpui_platform",
 7521 "gpui_shared_string",
 7522 "gpui_util",
 7523 "gpui_web",
 7524 "http_client",
 7525 "image",
 7526 "inventory",
 7527 "itertools 0.14.0",
 7528 "log",
 7529 "lyon",
 7530 "mach2 0.5.0",
 7531 "media",
 7532 "metal",
 7533 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7534 "num_cpus",
 7535 "objc",
 7536 "objc2",
 7537 "objc2-metal",
 7538 "parking",
 7539 "parking_lot",
 7540 "pathfinder_geometry",
 7541 "pin-project",
 7542 "pollster 0.4.0",
 7543 "postage",
 7544 "profiling",
 7545 "proptest",
 7546 "rand 0.9.2",
 7547 "raw-window-handle",
 7548 "refineable",
 7549 "regex",
 7550 "reqwest_client",
 7551 "resvg",
 7552 "scheduler",
 7553 "schemars",
 7554 "seahash",
 7555 "serde",
 7556 "serde_json",
 7557 "slotmap",
 7558 "smallvec",
 7559 "spin 0.10.0",
 7560 "stacksafe",
 7561 "strum 0.27.2",
 7562 "sum_tree",
 7563 "taffy",
 7564 "thiserror 2.0.17",
 7565 "ttf-parser 0.25.1",
 7566 "unicode-segmentation",
 7567 "url",
 7568 "usvg",
 7569 "util_macros",
 7570 "uuid",
 7571 "waker-fn",
 7572 "wasm-bindgen",
 7573 "web-time",
 7574 "windows 0.61.3",
 7575 "zed-font-kit",
 7576 "zed-scap",
 7577]
 7578
 7579[[package]]
 7580name = "gpui_linux"
 7581version = "0.1.0"
 7582dependencies = [
 7583 "anyhow",
 7584 "as-raw-xcb-connection",
 7585 "ashpd",
 7586 "bitflags 2.10.0",
 7587 "bytemuck",
 7588 "calloop",
 7589 "calloop-wayland-source",
 7590 "collections",
 7591 "filedescriptor",
 7592 "futures 0.3.32",
 7593 "gpui",
 7594 "gpui_wgpu",
 7595 "http_client",
 7596 "itertools 0.14.0",
 7597 "libc",
 7598 "log",
 7599 "oo7",
 7600 "open",
 7601 "parking_lot",
 7602 "pathfinder_geometry",
 7603 "pollster 0.4.0",
 7604 "profiling",
 7605 "raw-window-handle",
 7606 "smallvec",
 7607 "smol",
 7608 "strum 0.27.2",
 7609 "swash",
 7610 "url",
 7611 "util",
 7612 "uuid",
 7613 "wayland-backend",
 7614 "wayland-client",
 7615 "wayland-cursor",
 7616 "wayland-protocols",
 7617 "wayland-protocols-plasma",
 7618 "wayland-protocols-wlr",
 7619 "x11-clipboard",
 7620 "x11rb",
 7621 "xkbcommon",
 7622 "zed-scap",
 7623 "zed-xim",
 7624]
 7625
 7626[[package]]
 7627name = "gpui_macos"
 7628version = "0.1.0"
 7629dependencies = [
 7630 "anyhow",
 7631 "async-task",
 7632 "block",
 7633 "cbindgen",
 7634 "cocoa 0.26.0",
 7635 "collections",
 7636 "core-foundation 0.10.0",
 7637 "core-foundation-sys",
 7638 "core-graphics 0.24.0",
 7639 "core-text",
 7640 "core-video",
 7641 "ctor",
 7642 "derive_more",
 7643 "dispatch2",
 7644 "etagere",
 7645 "foreign-types 0.5.0",
 7646 "futures 0.3.32",
 7647 "gpui",
 7648 "image",
 7649 "itertools 0.14.0",
 7650 "libc",
 7651 "log",
 7652 "mach2 0.5.0",
 7653 "media",
 7654 "metal",
 7655 "objc",
 7656 "objc2-app-kit",
 7657 "parking_lot",
 7658 "pathfinder_geometry",
 7659 "raw-window-handle",
 7660 "semver",
 7661 "smallvec",
 7662 "strum 0.27.2",
 7663 "util",
 7664 "uuid",
 7665 "zed-font-kit",
 7666]
 7667
 7668[[package]]
 7669name = "gpui_macros"
 7670version = "0.1.0"
 7671dependencies = [
 7672 "gpui",
 7673 "heck 0.5.0",
 7674 "proc-macro2",
 7675 "quote",
 7676 "syn 2.0.117",
 7677]
 7678
 7679[[package]]
 7680name = "gpui_platform"
 7681version = "0.1.0"
 7682dependencies = [
 7683 "console_error_panic_hook",
 7684 "gpui",
 7685 "gpui_linux",
 7686 "gpui_macos",
 7687 "gpui_web",
 7688 "gpui_windows",
 7689]
 7690
 7691[[package]]
 7692name = "gpui_shared_string"
 7693version = "0.1.0"
 7694dependencies = [
 7695 "derive_more",
 7696 "gpui_util",
 7697 "schemars",
 7698 "serde",
 7699]
 7700
 7701[[package]]
 7702name = "gpui_tokio"
 7703version = "0.1.0"
 7704dependencies = [
 7705 "anyhow",
 7706 "gpui",
 7707 "tokio",
 7708 "util",
 7709]
 7710
 7711[[package]]
 7712name = "gpui_util"
 7713version = "0.1.0"
 7714dependencies = [
 7715 "anyhow",
 7716 "log",
 7717]
 7718
 7719[[package]]
 7720name = "gpui_web"
 7721version = "0.1.0"
 7722dependencies = [
 7723 "anyhow",
 7724 "console_error_panic_hook",
 7725 "futures 0.3.32",
 7726 "gpui",
 7727 "gpui_wgpu",
 7728 "http_client",
 7729 "js-sys",
 7730 "log",
 7731 "parking_lot",
 7732 "raw-window-handle",
 7733 "smallvec",
 7734 "uuid",
 7735 "wasm-bindgen",
 7736 "wasm-bindgen-futures",
 7737 "wasm_thread",
 7738 "web-sys",
 7739 "web-time",
 7740]
 7741
 7742[[package]]
 7743name = "gpui_wgpu"
 7744version = "0.1.0"
 7745dependencies = [
 7746 "anyhow",
 7747 "bytemuck",
 7748 "collections",
 7749 "cosmic-text",
 7750 "etagere",
 7751 "gpui",
 7752 "gpui_util",
 7753 "itertools 0.14.0",
 7754 "js-sys",
 7755 "log",
 7756 "parking_lot",
 7757 "pollster 0.4.0",
 7758 "profiling",
 7759 "raw-window-handle",
 7760 "smallvec",
 7761 "swash",
 7762 "wasm-bindgen",
 7763 "wasm-bindgen-futures",
 7764 "web-sys",
 7765 "wgpu",
 7766 "zed-font-kit",
 7767]
 7768
 7769[[package]]
 7770name = "gpui_windows"
 7771version = "0.1.0"
 7772dependencies = [
 7773 "anyhow",
 7774 "collections",
 7775 "etagere",
 7776 "futures 0.3.32",
 7777 "gpui",
 7778 "image",
 7779 "itertools 0.14.0",
 7780 "log",
 7781 "parking_lot",
 7782 "rand 0.9.2",
 7783 "raw-window-handle",
 7784 "smallvec",
 7785 "util",
 7786 "uuid",
 7787 "windows 0.61.3",
 7788 "windows-core 0.61.2",
 7789 "windows-numerics 0.2.0",
 7790 "windows-registry 0.5.3",
 7791 "zed-scap",
 7792]
 7793
 7794[[package]]
 7795name = "grammars"
 7796version = "0.1.0"
 7797dependencies = [
 7798 "anyhow",
 7799 "language_core",
 7800 "rust-embed",
 7801 "toml 0.8.23",
 7802 "tree-sitter",
 7803 "tree-sitter-bash",
 7804 "tree-sitter-c",
 7805 "tree-sitter-cpp",
 7806 "tree-sitter-css",
 7807 "tree-sitter-diff",
 7808 "tree-sitter-gitcommit",
 7809 "tree-sitter-go",
 7810 "tree-sitter-gomod",
 7811 "tree-sitter-gowork",
 7812 "tree-sitter-jsdoc",
 7813 "tree-sitter-json",
 7814 "tree-sitter-md",
 7815 "tree-sitter-python",
 7816 "tree-sitter-regex",
 7817 "tree-sitter-rust",
 7818 "tree-sitter-typescript",
 7819 "tree-sitter-yaml",
 7820 "util",
 7821]
 7822
 7823[[package]]
 7824name = "grid"
 7825version = "0.18.0"
 7826source = "registry+https://github.com/rust-lang/crates.io-index"
 7827checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7828
 7829[[package]]
 7830name = "group"
 7831version = "0.12.1"
 7832source = "registry+https://github.com/rust-lang/crates.io-index"
 7833checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7834dependencies = [
 7835 "ff",
 7836 "rand_core 0.6.4",
 7837 "subtle",
 7838]
 7839
 7840[[package]]
 7841name = "h2"
 7842version = "0.3.27"
 7843source = "registry+https://github.com/rust-lang/crates.io-index"
 7844checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7845dependencies = [
 7846 "bytes 1.11.1",
 7847 "fnv",
 7848 "futures-core",
 7849 "futures-sink",
 7850 "futures-util",
 7851 "http 0.2.12",
 7852 "indexmap",
 7853 "slab",
 7854 "tokio",
 7855 "tokio-util",
 7856 "tracing",
 7857]
 7858
 7859[[package]]
 7860name = "h2"
 7861version = "0.4.12"
 7862source = "registry+https://github.com/rust-lang/crates.io-index"
 7863checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7864dependencies = [
 7865 "atomic-waker",
 7866 "bytes 1.11.1",
 7867 "fnv",
 7868 "futures-core",
 7869 "futures-sink",
 7870 "http 1.3.1",
 7871 "indexmap",
 7872 "slab",
 7873 "tokio",
 7874 "tokio-util",
 7875 "tracing",
 7876]
 7877
 7878[[package]]
 7879name = "half"
 7880version = "2.7.1"
 7881source = "registry+https://github.com/rust-lang/crates.io-index"
 7882checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7883dependencies = [
 7884 "bytemuck",
 7885 "cfg-if",
 7886 "crunchy",
 7887 "num-traits",
 7888 "rand 0.9.2",
 7889 "rand_distr",
 7890 "zerocopy",
 7891]
 7892
 7893[[package]]
 7894name = "handlebars"
 7895version = "4.5.0"
 7896source = "registry+https://github.com/rust-lang/crates.io-index"
 7897checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7898dependencies = [
 7899 "log",
 7900 "pest",
 7901 "pest_derive",
 7902 "rust-embed",
 7903 "serde",
 7904 "serde_json",
 7905 "thiserror 1.0.69",
 7906]
 7907
 7908[[package]]
 7909name = "handlebars"
 7910version = "5.1.2"
 7911source = "registry+https://github.com/rust-lang/crates.io-index"
 7912checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7913dependencies = [
 7914 "log",
 7915 "pest",
 7916 "pest_derive",
 7917 "serde",
 7918 "serde_json",
 7919 "thiserror 1.0.69",
 7920]
 7921
 7922[[package]]
 7923name = "harfrust"
 7924version = "0.5.0"
 7925source = "registry+https://github.com/rust-lang/crates.io-index"
 7926checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7927dependencies = [
 7928 "bitflags 2.10.0",
 7929 "bytemuck",
 7930 "core_maths",
 7931 "read-fonts 0.37.0",
 7932 "smallvec",
 7933]
 7934
 7935[[package]]
 7936name = "hash32"
 7937version = "0.3.1"
 7938source = "registry+https://github.com/rust-lang/crates.io-index"
 7939checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7940dependencies = [
 7941 "byteorder",
 7942]
 7943
 7944[[package]]
 7945name = "hashbrown"
 7946version = "0.12.3"
 7947source = "registry+https://github.com/rust-lang/crates.io-index"
 7948checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7949dependencies = [
 7950 "ahash 0.7.8",
 7951]
 7952
 7953[[package]]
 7954name = "hashbrown"
 7955version = "0.14.5"
 7956source = "registry+https://github.com/rust-lang/crates.io-index"
 7957checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7958dependencies = [
 7959 "ahash 0.8.12",
 7960 "allocator-api2",
 7961]
 7962
 7963[[package]]
 7964name = "hashbrown"
 7965version = "0.15.5"
 7966source = "registry+https://github.com/rust-lang/crates.io-index"
 7967checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7968dependencies = [
 7969 "allocator-api2",
 7970 "equivalent",
 7971 "foldhash 0.1.5",
 7972 "serde",
 7973]
 7974
 7975[[package]]
 7976name = "hashbrown"
 7977version = "0.16.1"
 7978source = "registry+https://github.com/rust-lang/crates.io-index"
 7979checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7980dependencies = [
 7981 "allocator-api2",
 7982 "equivalent",
 7983 "foldhash 0.2.0",
 7984]
 7985
 7986[[package]]
 7987name = "hashlink"
 7988version = "0.8.4"
 7989source = "registry+https://github.com/rust-lang/crates.io-index"
 7990checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7991dependencies = [
 7992 "hashbrown 0.14.5",
 7993]
 7994
 7995[[package]]
 7996name = "hashlink"
 7997version = "0.10.0"
 7998source = "registry+https://github.com/rust-lang/crates.io-index"
 7999checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8000dependencies = [
 8001 "hashbrown 0.15.5",
 8002]
 8003
 8004[[package]]
 8005name = "headers"
 8006version = "0.3.9"
 8007source = "registry+https://github.com/rust-lang/crates.io-index"
 8008checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8009dependencies = [
 8010 "base64 0.21.7",
 8011 "bytes 1.11.1",
 8012 "headers-core",
 8013 "http 0.2.12",
 8014 "httpdate",
 8015 "mime",
 8016 "sha1",
 8017]
 8018
 8019[[package]]
 8020name = "headers-core"
 8021version = "0.2.0"
 8022source = "registry+https://github.com/rust-lang/crates.io-index"
 8023checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8024dependencies = [
 8025 "http 0.2.12",
 8026]
 8027
 8028[[package]]
 8029name = "heapless"
 8030version = "0.9.2"
 8031source = "registry+https://github.com/rust-lang/crates.io-index"
 8032checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8033dependencies = [
 8034 "hash32",
 8035 "stable_deref_trait",
 8036]
 8037
 8038[[package]]
 8039name = "heck"
 8040version = "0.3.3"
 8041source = "registry+https://github.com/rust-lang/crates.io-index"
 8042checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8043dependencies = [
 8044 "unicode-segmentation",
 8045]
 8046
 8047[[package]]
 8048name = "heck"
 8049version = "0.4.1"
 8050source = "registry+https://github.com/rust-lang/crates.io-index"
 8051checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8052dependencies = [
 8053 "unicode-segmentation",
 8054]
 8055
 8056[[package]]
 8057name = "heck"
 8058version = "0.5.0"
 8059source = "registry+https://github.com/rust-lang/crates.io-index"
 8060checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8061
 8062[[package]]
 8063name = "heed"
 8064version = "0.21.0"
 8065source = "registry+https://github.com/rust-lang/crates.io-index"
 8066checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8067dependencies = [
 8068 "bitflags 2.10.0",
 8069 "byteorder",
 8070 "heed-traits",
 8071 "heed-types",
 8072 "libc",
 8073 "lmdb-master-sys",
 8074 "once_cell",
 8075 "page_size",
 8076 "serde",
 8077 "synchronoise",
 8078 "url",
 8079]
 8080
 8081[[package]]
 8082name = "heed-traits"
 8083version = "0.20.0"
 8084source = "registry+https://github.com/rust-lang/crates.io-index"
 8085checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8086
 8087[[package]]
 8088name = "heed-types"
 8089version = "0.21.0"
 8090source = "registry+https://github.com/rust-lang/crates.io-index"
 8091checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8092dependencies = [
 8093 "bincode",
 8094 "byteorder",
 8095 "heed-traits",
 8096 "serde",
 8097 "serde_json",
 8098]
 8099
 8100[[package]]
 8101name = "hermit-abi"
 8102version = "0.5.2"
 8103source = "registry+https://github.com/rust-lang/crates.io-index"
 8104checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8105
 8106[[package]]
 8107name = "hex"
 8108version = "0.4.3"
 8109source = "registry+https://github.com/rust-lang/crates.io-index"
 8110checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8111
 8112[[package]]
 8113name = "hexf-parse"
 8114version = "0.2.1"
 8115source = "registry+https://github.com/rust-lang/crates.io-index"
 8116checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8117
 8118[[package]]
 8119name = "hkdf"
 8120version = "0.12.4"
 8121source = "registry+https://github.com/rust-lang/crates.io-index"
 8122checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8123dependencies = [
 8124 "hmac",
 8125]
 8126
 8127[[package]]
 8128name = "hmac"
 8129version = "0.12.1"
 8130source = "registry+https://github.com/rust-lang/crates.io-index"
 8131checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8132dependencies = [
 8133 "digest",
 8134]
 8135
 8136[[package]]
 8137name = "home"
 8138version = "0.5.11"
 8139source = "registry+https://github.com/rust-lang/crates.io-index"
 8140checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8141dependencies = [
 8142 "windows-sys 0.59.0",
 8143]
 8144
 8145[[package]]
 8146name = "hound"
 8147version = "3.5.1"
 8148source = "registry+https://github.com/rust-lang/crates.io-index"
 8149checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8150
 8151[[package]]
 8152name = "html5ever"
 8153version = "0.27.0"
 8154source = "registry+https://github.com/rust-lang/crates.io-index"
 8155checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8156dependencies = [
 8157 "log",
 8158 "mac",
 8159 "markup5ever 0.12.1",
 8160 "proc-macro2",
 8161 "quote",
 8162 "syn 2.0.117",
 8163]
 8164
 8165[[package]]
 8166name = "html5ever"
 8167version = "0.35.0"
 8168source = "registry+https://github.com/rust-lang/crates.io-index"
 8169checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8170dependencies = [
 8171 "log",
 8172 "markup5ever 0.35.0",
 8173 "match_token",
 8174]
 8175
 8176[[package]]
 8177name = "html_to_markdown"
 8178version = "0.1.0"
 8179dependencies = [
 8180 "anyhow",
 8181 "html5ever 0.27.0",
 8182 "indoc",
 8183 "markup5ever_rcdom",
 8184 "pretty_assertions",
 8185 "regex",
 8186]
 8187
 8188[[package]]
 8189name = "http"
 8190version = "0.2.12"
 8191source = "registry+https://github.com/rust-lang/crates.io-index"
 8192checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8193dependencies = [
 8194 "bytes 1.11.1",
 8195 "fnv",
 8196 "itoa",
 8197]
 8198
 8199[[package]]
 8200name = "http"
 8201version = "1.3.1"
 8202source = "registry+https://github.com/rust-lang/crates.io-index"
 8203checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8204dependencies = [
 8205 "bytes 1.11.1",
 8206 "fnv",
 8207 "itoa",
 8208]
 8209
 8210[[package]]
 8211name = "http-body"
 8212version = "0.4.6"
 8213source = "registry+https://github.com/rust-lang/crates.io-index"
 8214checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8215dependencies = [
 8216 "bytes 1.11.1",
 8217 "http 0.2.12",
 8218 "pin-project-lite",
 8219]
 8220
 8221[[package]]
 8222name = "http-body"
 8223version = "1.0.1"
 8224source = "registry+https://github.com/rust-lang/crates.io-index"
 8225checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8226dependencies = [
 8227 "bytes 1.11.1",
 8228 "http 1.3.1",
 8229]
 8230
 8231[[package]]
 8232name = "http-body-util"
 8233version = "0.1.3"
 8234source = "registry+https://github.com/rust-lang/crates.io-index"
 8235checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8236dependencies = [
 8237 "bytes 1.11.1",
 8238 "futures-core",
 8239 "http 1.3.1",
 8240 "http-body 1.0.1",
 8241 "pin-project-lite",
 8242]
 8243
 8244[[package]]
 8245name = "http-range-header"
 8246version = "0.3.1"
 8247source = "registry+https://github.com/rust-lang/crates.io-index"
 8248checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8249
 8250[[package]]
 8251name = "http_client"
 8252version = "0.1.0"
 8253dependencies = [
 8254 "anyhow",
 8255 "async-compression",
 8256 "async-fs",
 8257 "async-tar",
 8258 "bytes 1.11.1",
 8259 "derive_more",
 8260 "futures 0.3.32",
 8261 "http 1.3.1",
 8262 "http-body 1.0.1",
 8263 "log",
 8264 "parking_lot",
 8265 "serde",
 8266 "serde_json",
 8267 "serde_urlencoded",
 8268 "sha2",
 8269 "tempfile",
 8270 "url",
 8271 "util",
 8272]
 8273
 8274[[package]]
 8275name = "http_client_tls"
 8276version = "0.1.0"
 8277dependencies = [
 8278 "rustls 0.23.33",
 8279 "rustls-platform-verifier",
 8280]
 8281
 8282[[package]]
 8283name = "httparse"
 8284version = "1.10.1"
 8285source = "registry+https://github.com/rust-lang/crates.io-index"
 8286checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8287
 8288[[package]]
 8289name = "httpdate"
 8290version = "1.0.3"
 8291source = "registry+https://github.com/rust-lang/crates.io-index"
 8292checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8293
 8294[[package]]
 8295name = "human_bytes"
 8296version = "0.4.3"
 8297source = "registry+https://github.com/rust-lang/crates.io-index"
 8298checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8299
 8300[[package]]
 8301name = "humantime"
 8302version = "2.3.0"
 8303source = "registry+https://github.com/rust-lang/crates.io-index"
 8304checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8305
 8306[[package]]
 8307name = "hyper"
 8308version = "0.14.32"
 8309source = "registry+https://github.com/rust-lang/crates.io-index"
 8310checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8311dependencies = [
 8312 "bytes 1.11.1",
 8313 "futures-channel",
 8314 "futures-core",
 8315 "futures-util",
 8316 "h2 0.3.27",
 8317 "http 0.2.12",
 8318 "http-body 0.4.6",
 8319 "httparse",
 8320 "httpdate",
 8321 "itoa",
 8322 "pin-project-lite",
 8323 "socket2 0.5.10",
 8324 "tokio",
 8325 "tower-service",
 8326 "tracing",
 8327 "want",
 8328]
 8329
 8330[[package]]
 8331name = "hyper"
 8332version = "1.7.0"
 8333source = "registry+https://github.com/rust-lang/crates.io-index"
 8334checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8335dependencies = [
 8336 "atomic-waker",
 8337 "bytes 1.11.1",
 8338 "futures-channel",
 8339 "futures-core",
 8340 "h2 0.4.12",
 8341 "http 1.3.1",
 8342 "http-body 1.0.1",
 8343 "httparse",
 8344 "itoa",
 8345 "pin-project-lite",
 8346 "pin-utils",
 8347 "smallvec",
 8348 "tokio",
 8349 "want",
 8350]
 8351
 8352[[package]]
 8353name = "hyper-rustls"
 8354version = "0.24.2"
 8355source = "registry+https://github.com/rust-lang/crates.io-index"
 8356checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8357dependencies = [
 8358 "futures-util",
 8359 "http 0.2.12",
 8360 "hyper 0.14.32",
 8361 "log",
 8362 "rustls 0.21.12",
 8363 "rustls-native-certs 0.6.3",
 8364 "tokio",
 8365 "tokio-rustls 0.24.1",
 8366]
 8367
 8368[[package]]
 8369name = "hyper-rustls"
 8370version = "0.27.7"
 8371source = "registry+https://github.com/rust-lang/crates.io-index"
 8372checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8373dependencies = [
 8374 "http 1.3.1",
 8375 "hyper 1.7.0",
 8376 "hyper-util",
 8377 "log",
 8378 "rustls 0.23.33",
 8379 "rustls-native-certs 0.8.2",
 8380 "rustls-pki-types",
 8381 "tokio",
 8382 "tokio-rustls 0.26.2",
 8383 "tower-service",
 8384]
 8385
 8386[[package]]
 8387name = "hyper-timeout"
 8388version = "0.5.2"
 8389source = "registry+https://github.com/rust-lang/crates.io-index"
 8390checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8391dependencies = [
 8392 "hyper 1.7.0",
 8393 "hyper-util",
 8394 "pin-project-lite",
 8395 "tokio",
 8396 "tower-service",
 8397]
 8398
 8399[[package]]
 8400name = "hyper-tls"
 8401version = "0.5.0"
 8402source = "registry+https://github.com/rust-lang/crates.io-index"
 8403checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8404dependencies = [
 8405 "bytes 1.11.1",
 8406 "hyper 0.14.32",
 8407 "native-tls",
 8408 "tokio",
 8409 "tokio-native-tls",
 8410]
 8411
 8412[[package]]
 8413name = "hyper-util"
 8414version = "0.1.17"
 8415source = "registry+https://github.com/rust-lang/crates.io-index"
 8416checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8417dependencies = [
 8418 "base64 0.22.1",
 8419 "bytes 1.11.1",
 8420 "futures-channel",
 8421 "futures-core",
 8422 "futures-util",
 8423 "http 1.3.1",
 8424 "http-body 1.0.1",
 8425 "hyper 1.7.0",
 8426 "ipnet",
 8427 "libc",
 8428 "percent-encoding",
 8429 "pin-project-lite",
 8430 "socket2 0.6.1",
 8431 "tokio",
 8432 "tower-service",
 8433 "tracing",
 8434]
 8435
 8436[[package]]
 8437name = "iana-time-zone"
 8438version = "0.1.64"
 8439source = "registry+https://github.com/rust-lang/crates.io-index"
 8440checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8441dependencies = [
 8442 "android_system_properties",
 8443 "core-foundation-sys",
 8444 "iana-time-zone-haiku",
 8445 "js-sys",
 8446 "log",
 8447 "wasm-bindgen",
 8448 "windows-core 0.57.0",
 8449]
 8450
 8451[[package]]
 8452name = "iana-time-zone-haiku"
 8453version = "0.1.2"
 8454source = "registry+https://github.com/rust-lang/crates.io-index"
 8455checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8456dependencies = [
 8457 "cc",
 8458]
 8459
 8460[[package]]
 8461name = "icons"
 8462version = "0.1.0"
 8463dependencies = [
 8464 "serde",
 8465 "strum 0.27.2",
 8466]
 8467
 8468[[package]]
 8469name = "icu_collections"
 8470version = "2.0.0"
 8471source = "registry+https://github.com/rust-lang/crates.io-index"
 8472checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8473dependencies = [
 8474 "displaydoc",
 8475 "potential_utf",
 8476 "yoke 0.8.0",
 8477 "zerofrom",
 8478 "zerovec",
 8479]
 8480
 8481[[package]]
 8482name = "icu_locale_core"
 8483version = "2.0.0"
 8484source = "registry+https://github.com/rust-lang/crates.io-index"
 8485checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8486dependencies = [
 8487 "displaydoc",
 8488 "litemap",
 8489 "tinystr",
 8490 "writeable",
 8491 "zerovec",
 8492]
 8493
 8494[[package]]
 8495name = "icu_normalizer"
 8496version = "2.0.0"
 8497source = "registry+https://github.com/rust-lang/crates.io-index"
 8498checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8499dependencies = [
 8500 "displaydoc",
 8501 "icu_collections",
 8502 "icu_normalizer_data",
 8503 "icu_properties",
 8504 "icu_provider",
 8505 "smallvec",
 8506 "zerovec",
 8507]
 8508
 8509[[package]]
 8510name = "icu_normalizer_data"
 8511version = "2.0.0"
 8512source = "registry+https://github.com/rust-lang/crates.io-index"
 8513checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8514
 8515[[package]]
 8516name = "icu_properties"
 8517version = "2.0.1"
 8518source = "registry+https://github.com/rust-lang/crates.io-index"
 8519checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8520dependencies = [
 8521 "displaydoc",
 8522 "icu_collections",
 8523 "icu_locale_core",
 8524 "icu_properties_data",
 8525 "icu_provider",
 8526 "potential_utf",
 8527 "zerotrie",
 8528 "zerovec",
 8529]
 8530
 8531[[package]]
 8532name = "icu_properties_data"
 8533version = "2.0.1"
 8534source = "registry+https://github.com/rust-lang/crates.io-index"
 8535checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8536
 8537[[package]]
 8538name = "icu_provider"
 8539version = "2.0.0"
 8540source = "registry+https://github.com/rust-lang/crates.io-index"
 8541checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8542dependencies = [
 8543 "displaydoc",
 8544 "icu_locale_core",
 8545 "stable_deref_trait",
 8546 "tinystr",
 8547 "writeable",
 8548 "yoke 0.8.0",
 8549 "zerofrom",
 8550 "zerotrie",
 8551 "zerovec",
 8552]
 8553
 8554[[package]]
 8555name = "id-arena"
 8556version = "2.2.1"
 8557source = "registry+https://github.com/rust-lang/crates.io-index"
 8558checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8559
 8560[[package]]
 8561name = "ident_case"
 8562version = "1.0.1"
 8563source = "registry+https://github.com/rust-lang/crates.io-index"
 8564checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8565
 8566[[package]]
 8567name = "idna"
 8568version = "1.1.0"
 8569source = "registry+https://github.com/rust-lang/crates.io-index"
 8570checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8571dependencies = [
 8572 "idna_adapter",
 8573 "smallvec",
 8574 "utf8_iter",
 8575]
 8576
 8577[[package]]
 8578name = "idna_adapter"
 8579version = "1.2.1"
 8580source = "registry+https://github.com/rust-lang/crates.io-index"
 8581checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8582dependencies = [
 8583 "icu_normalizer",
 8584 "icu_properties",
 8585]
 8586
 8587[[package]]
 8588name = "ignore"
 8589version = "0.4.24"
 8590source = "registry+https://github.com/rust-lang/crates.io-index"
 8591checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8592dependencies = [
 8593 "crossbeam-deque",
 8594 "globset",
 8595 "log",
 8596 "memchr",
 8597 "regex-automata",
 8598 "same-file",
 8599 "walkdir",
 8600 "winapi-util",
 8601]
 8602
 8603[[package]]
 8604name = "image"
 8605version = "0.25.8"
 8606source = "registry+https://github.com/rust-lang/crates.io-index"
 8607checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8608dependencies = [
 8609 "bytemuck",
 8610 "byteorder-lite",
 8611 "color_quant",
 8612 "exr",
 8613 "gif",
 8614 "image-webp",
 8615 "moxcms",
 8616 "num-traits",
 8617 "png 0.18.0",
 8618 "qoi",
 8619 "ravif",
 8620 "rayon",
 8621 "rgb",
 8622 "tiff",
 8623 "zune-core",
 8624 "zune-jpeg",
 8625]
 8626
 8627[[package]]
 8628name = "image-webp"
 8629version = "0.2.4"
 8630source = "registry+https://github.com/rust-lang/crates.io-index"
 8631checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8632dependencies = [
 8633 "byteorder-lite",
 8634 "quick-error 2.0.1",
 8635]
 8636
 8637[[package]]
 8638name = "image_viewer"
 8639version = "0.1.0"
 8640dependencies = [
 8641 "anyhow",
 8642 "db",
 8643 "editor",
 8644 "file_icons",
 8645 "gpui",
 8646 "language",
 8647 "log",
 8648 "project",
 8649 "serde",
 8650 "settings",
 8651 "theme_settings",
 8652 "ui",
 8653 "util",
 8654 "workspace",
 8655]
 8656
 8657[[package]]
 8658name = "imagesize"
 8659version = "0.13.0"
 8660source = "registry+https://github.com/rust-lang/crates.io-index"
 8661checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8662
 8663[[package]]
 8664name = "imara-diff"
 8665version = "0.1.8"
 8666source = "registry+https://github.com/rust-lang/crates.io-index"
 8667checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8668dependencies = [
 8669 "hashbrown 0.15.5",
 8670]
 8671
 8672[[package]]
 8673name = "imgref"
 8674version = "1.12.0"
 8675source = "registry+https://github.com/rust-lang/crates.io-index"
 8676checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8677
 8678[[package]]
 8679name = "indenter"
 8680version = "0.3.4"
 8681source = "registry+https://github.com/rust-lang/crates.io-index"
 8682checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8683
 8684[[package]]
 8685name = "indexmap"
 8686version = "2.11.4"
 8687source = "registry+https://github.com/rust-lang/crates.io-index"
 8688checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8689dependencies = [
 8690 "equivalent",
 8691 "hashbrown 0.16.1",
 8692 "serde",
 8693 "serde_core",
 8694]
 8695
 8696[[package]]
 8697name = "indoc"
 8698version = "2.0.6"
 8699source = "registry+https://github.com/rust-lang/crates.io-index"
 8700checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8701
 8702[[package]]
 8703name = "inherent"
 8704version = "1.0.13"
 8705source = "registry+https://github.com/rust-lang/crates.io-index"
 8706checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8707dependencies = [
 8708 "proc-macro2",
 8709 "quote",
 8710 "syn 2.0.117",
 8711]
 8712
 8713[[package]]
 8714name = "inotify"
 8715version = "0.9.6"
 8716source = "registry+https://github.com/rust-lang/crates.io-index"
 8717checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8718dependencies = [
 8719 "bitflags 1.3.2",
 8720 "inotify-sys",
 8721 "libc",
 8722]
 8723
 8724[[package]]
 8725name = "inotify"
 8726version = "0.11.0"
 8727source = "registry+https://github.com/rust-lang/crates.io-index"
 8728checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8729dependencies = [
 8730 "bitflags 2.10.0",
 8731 "inotify-sys",
 8732 "libc",
 8733]
 8734
 8735[[package]]
 8736name = "inotify-sys"
 8737version = "0.1.5"
 8738source = "registry+https://github.com/rust-lang/crates.io-index"
 8739checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8740dependencies = [
 8741 "libc",
 8742]
 8743
 8744[[package]]
 8745name = "inout"
 8746version = "0.1.4"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8749dependencies = [
 8750 "block-padding",
 8751 "generic-array",
 8752]
 8753
 8754[[package]]
 8755name = "inspector_ui"
 8756version = "0.1.0"
 8757dependencies = [
 8758 "anyhow",
 8759 "command_palette_hooks",
 8760 "editor",
 8761 "fuzzy",
 8762 "gpui",
 8763 "language",
 8764 "project",
 8765 "serde_json",
 8766 "serde_json_lenient",
 8767 "theme_settings",
 8768 "ui",
 8769 "util",
 8770 "util_macros",
 8771 "workspace",
 8772 "zed_actions",
 8773]
 8774
 8775[[package]]
 8776name = "install_cli"
 8777version = "0.1.0"
 8778dependencies = [
 8779 "anyhow",
 8780 "client",
 8781 "gpui",
 8782 "release_channel",
 8783 "smol",
 8784 "util",
 8785 "workspace",
 8786]
 8787
 8788[[package]]
 8789name = "instant"
 8790version = "0.1.13"
 8791source = "registry+https://github.com/rust-lang/crates.io-index"
 8792checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8793dependencies = [
 8794 "cfg-if",
 8795]
 8796
 8797[[package]]
 8798name = "interpolate_name"
 8799version = "0.2.4"
 8800source = "registry+https://github.com/rust-lang/crates.io-index"
 8801checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8802dependencies = [
 8803 "proc-macro2",
 8804 "quote",
 8805 "syn 2.0.117",
 8806]
 8807
 8808[[package]]
 8809name = "inventory"
 8810version = "0.3.21"
 8811source = "registry+https://github.com/rust-lang/crates.io-index"
 8812checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8813dependencies = [
 8814 "rustversion",
 8815]
 8816
 8817[[package]]
 8818name = "io-extras"
 8819version = "0.18.4"
 8820source = "registry+https://github.com/rust-lang/crates.io-index"
 8821checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8822dependencies = [
 8823 "io-lifetimes",
 8824 "windows-sys 0.59.0",
 8825]
 8826
 8827[[package]]
 8828name = "io-lifetimes"
 8829version = "2.0.4"
 8830source = "registry+https://github.com/rust-lang/crates.io-index"
 8831checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8832
 8833[[package]]
 8834name = "io-surface"
 8835version = "0.16.1"
 8836source = "registry+https://github.com/rust-lang/crates.io-index"
 8837checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8838dependencies = [
 8839 "cgl",
 8840 "core-foundation 0.10.0",
 8841 "core-foundation-sys",
 8842 "leaky-cow",
 8843]
 8844
 8845[[package]]
 8846name = "iovec"
 8847version = "0.1.4"
 8848source = "registry+https://github.com/rust-lang/crates.io-index"
 8849checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8850dependencies = [
 8851 "libc",
 8852]
 8853
 8854[[package]]
 8855name = "ipc-channel"
 8856version = "0.19.0"
 8857source = "registry+https://github.com/rust-lang/crates.io-index"
 8858checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8859dependencies = [
 8860 "bincode",
 8861 "crossbeam-channel",
 8862 "fnv",
 8863 "lazy_static",
 8864 "libc",
 8865 "mio 1.1.0",
 8866 "rand 0.8.5",
 8867 "serde",
 8868 "tempfile",
 8869 "uuid",
 8870 "windows 0.58.0",
 8871]
 8872
 8873[[package]]
 8874name = "ipnet"
 8875version = "2.11.0"
 8876source = "registry+https://github.com/rust-lang/crates.io-index"
 8877checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8878
 8879[[package]]
 8880name = "iri-string"
 8881version = "0.7.8"
 8882source = "registry+https://github.com/rust-lang/crates.io-index"
 8883checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8884dependencies = [
 8885 "memchr",
 8886 "serde",
 8887]
 8888
 8889[[package]]
 8890name = "is-docker"
 8891version = "0.2.0"
 8892source = "registry+https://github.com/rust-lang/crates.io-index"
 8893checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8894dependencies = [
 8895 "once_cell",
 8896]
 8897
 8898[[package]]
 8899name = "is-terminal"
 8900version = "0.4.16"
 8901source = "registry+https://github.com/rust-lang/crates.io-index"
 8902checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8903dependencies = [
 8904 "hermit-abi",
 8905 "libc",
 8906 "windows-sys 0.59.0",
 8907]
 8908
 8909[[package]]
 8910name = "is-wsl"
 8911version = "0.4.0"
 8912source = "registry+https://github.com/rust-lang/crates.io-index"
 8913checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8914dependencies = [
 8915 "is-docker",
 8916 "once_cell",
 8917]
 8918
 8919[[package]]
 8920name = "is_executable"
 8921version = "1.0.5"
 8922source = "registry+https://github.com/rust-lang/crates.io-index"
 8923checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8924dependencies = [
 8925 "windows-sys 0.60.2",
 8926]
 8927
 8928[[package]]
 8929name = "is_terminal_polyfill"
 8930version = "1.70.1"
 8931source = "registry+https://github.com/rust-lang/crates.io-index"
 8932checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8933
 8934[[package]]
 8935name = "itertools"
 8936version = "0.10.5"
 8937source = "registry+https://github.com/rust-lang/crates.io-index"
 8938checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8939dependencies = [
 8940 "either",
 8941]
 8942
 8943[[package]]
 8944name = "itertools"
 8945version = "0.11.0"
 8946source = "registry+https://github.com/rust-lang/crates.io-index"
 8947checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8948dependencies = [
 8949 "either",
 8950]
 8951
 8952[[package]]
 8953name = "itertools"
 8954version = "0.12.1"
 8955source = "registry+https://github.com/rust-lang/crates.io-index"
 8956checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8957dependencies = [
 8958 "either",
 8959]
 8960
 8961[[package]]
 8962name = "itertools"
 8963version = "0.14.0"
 8964source = "registry+https://github.com/rust-lang/crates.io-index"
 8965checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8966dependencies = [
 8967 "either",
 8968]
 8969
 8970[[package]]
 8971name = "itoa"
 8972version = "1.0.15"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8975
 8976[[package]]
 8977name = "jiff"
 8978version = "0.2.15"
 8979source = "registry+https://github.com/rust-lang/crates.io-index"
 8980checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8981dependencies = [
 8982 "jiff-static",
 8983 "log",
 8984 "portable-atomic",
 8985 "portable-atomic-util",
 8986 "serde",
 8987]
 8988
 8989[[package]]
 8990name = "jiff-static"
 8991version = "0.2.15"
 8992source = "registry+https://github.com/rust-lang/crates.io-index"
 8993checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8994dependencies = [
 8995 "proc-macro2",
 8996 "quote",
 8997 "syn 2.0.117",
 8998]
 8999
 9000[[package]]
 9001name = "jni"
 9002version = "0.21.1"
 9003source = "registry+https://github.com/rust-lang/crates.io-index"
 9004checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9005dependencies = [
 9006 "cesu8",
 9007 "cfg-if",
 9008 "combine",
 9009 "jni-sys",
 9010 "log",
 9011 "thiserror 1.0.69",
 9012 "walkdir",
 9013 "windows-sys 0.45.0",
 9014]
 9015
 9016[[package]]
 9017name = "jni-sys"
 9018version = "0.3.0"
 9019source = "registry+https://github.com/rust-lang/crates.io-index"
 9020checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9021
 9022[[package]]
 9023name = "jobserver"
 9024version = "0.1.34"
 9025source = "registry+https://github.com/rust-lang/crates.io-index"
 9026checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9027dependencies = [
 9028 "getrandom 0.3.4",
 9029 "libc",
 9030]
 9031
 9032[[package]]
 9033name = "journal"
 9034version = "0.1.0"
 9035dependencies = [
 9036 "anyhow",
 9037 "chrono",
 9038 "editor",
 9039 "gpui",
 9040 "log",
 9041 "serde",
 9042 "settings",
 9043 "shellexpand 2.1.2",
 9044 "workspace",
 9045]
 9046
 9047[[package]]
 9048name = "js-sys"
 9049version = "0.3.90"
 9050source = "registry+https://github.com/rust-lang/crates.io-index"
 9051checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9052dependencies = [
 9053 "once_cell",
 9054 "wasm-bindgen",
 9055]
 9056
 9057[[package]]
 9058name = "json5"
 9059version = "0.4.1"
 9060source = "registry+https://github.com/rust-lang/crates.io-index"
 9061checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9062dependencies = [
 9063 "pest",
 9064 "pest_derive",
 9065 "serde",
 9066]
 9067
 9068[[package]]
 9069name = "json_dotpath"
 9070version = "1.1.0"
 9071source = "registry+https://github.com/rust-lang/crates.io-index"
 9072checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9073dependencies = [
 9074 "serde",
 9075 "serde_derive",
 9076 "serde_json",
 9077 "thiserror 1.0.69",
 9078]
 9079
 9080[[package]]
 9081name = "json_schema_store"
 9082version = "0.1.0"
 9083dependencies = [
 9084 "anyhow",
 9085 "collections",
 9086 "dap",
 9087 "extension",
 9088 "gpui",
 9089 "language",
 9090 "parking_lot",
 9091 "paths",
 9092 "project",
 9093 "schemars",
 9094 "serde",
 9095 "serde_json",
 9096 "settings",
 9097 "snippet_provider",
 9098 "task",
 9099 "theme",
 9100 "util",
 9101]
 9102
 9103[[package]]
 9104name = "jsonschema"
 9105version = "0.37.4"
 9106source = "registry+https://github.com/rust-lang/crates.io-index"
 9107checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9108dependencies = [
 9109 "ahash 0.8.12",
 9110 "bytecount",
 9111 "data-encoding",
 9112 "email_address",
 9113 "fancy-regex 0.16.2",
 9114 "fraction",
 9115 "getrandom 0.3.4",
 9116 "idna",
 9117 "itoa",
 9118 "num-cmp",
 9119 "num-traits",
 9120 "percent-encoding",
 9121 "referencing",
 9122 "regex",
 9123 "regex-syntax",
 9124 "reqwest 0.12.24",
 9125 "serde",
 9126 "serde_json",
 9127 "unicode-general-category",
 9128 "uuid-simd",
 9129]
 9130
 9131[[package]]
 9132name = "jsonwebtoken"
 9133version = "10.3.0"
 9134source = "registry+https://github.com/rust-lang/crates.io-index"
 9135checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9136dependencies = [
 9137 "aws-lc-rs",
 9138 "base64 0.22.1",
 9139 "getrandom 0.2.16",
 9140 "js-sys",
 9141 "pem",
 9142 "serde",
 9143 "serde_json",
 9144 "signature 2.2.0",
 9145 "simple_asn1",
 9146]
 9147
 9148[[package]]
 9149name = "jupyter-protocol"
 9150version = "1.4.0"
 9151source = "registry+https://github.com/rust-lang/crates.io-index"
 9152checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9153dependencies = [
 9154 "async-trait",
 9155 "bytes 1.11.1",
 9156 "chrono",
 9157 "futures 0.3.32",
 9158 "serde",
 9159 "serde_json",
 9160 "thiserror 2.0.17",
 9161 "uuid",
 9162]
 9163
 9164[[package]]
 9165name = "jupyter-websocket-client"
 9166version = "1.0.0"
 9167source = "registry+https://github.com/rust-lang/crates.io-index"
 9168checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9169dependencies = [
 9170 "anyhow",
 9171 "async-trait",
 9172 "async-tungstenite",
 9173 "futures 0.3.32",
 9174 "jupyter-protocol",
 9175 "serde",
 9176 "serde_json",
 9177 "tokio",
 9178 "url",
 9179 "uuid",
 9180]
 9181
 9182[[package]]
 9183name = "keymap_editor"
 9184version = "0.1.0"
 9185dependencies = [
 9186 "anyhow",
 9187 "collections",
 9188 "command_palette",
 9189 "component",
 9190 "db",
 9191 "editor",
 9192 "fs",
 9193 "fuzzy",
 9194 "gpui",
 9195 "itertools 0.14.0",
 9196 "json_schema_store",
 9197 "language",
 9198 "log",
 9199 "menu",
 9200 "notifications",
 9201 "paths",
 9202 "project",
 9203 "search",
 9204 "serde",
 9205 "serde_json",
 9206 "settings",
 9207 "telemetry",
 9208 "tempfile",
 9209 "theme",
 9210 "theme_settings",
 9211 "tree-sitter-json",
 9212 "tree-sitter-rust",
 9213 "ui",
 9214 "ui_input",
 9215 "util",
 9216 "workspace",
 9217 "zed_actions",
 9218]
 9219
 9220[[package]]
 9221name = "khronos-egl"
 9222version = "6.0.0"
 9223source = "registry+https://github.com/rust-lang/crates.io-index"
 9224checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9225dependencies = [
 9226 "libc",
 9227 "libloading",
 9228 "pkg-config",
 9229]
 9230
 9231[[package]]
 9232name = "khronos_api"
 9233version = "3.1.0"
 9234source = "registry+https://github.com/rust-lang/crates.io-index"
 9235checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9236
 9237[[package]]
 9238name = "kqueue"
 9239version = "1.1.1"
 9240source = "registry+https://github.com/rust-lang/crates.io-index"
 9241checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9242dependencies = [
 9243 "kqueue-sys",
 9244 "libc",
 9245]
 9246
 9247[[package]]
 9248name = "kqueue-sys"
 9249version = "1.0.4"
 9250source = "registry+https://github.com/rust-lang/crates.io-index"
 9251checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9252dependencies = [
 9253 "bitflags 1.3.2",
 9254 "libc",
 9255]
 9256
 9257[[package]]
 9258name = "kurbo"
 9259version = "0.11.3"
 9260source = "registry+https://github.com/rust-lang/crates.io-index"
 9261checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9262dependencies = [
 9263 "arrayvec",
 9264 "euclid",
 9265 "smallvec",
 9266]
 9267
 9268[[package]]
 9269name = "kv-log-macro"
 9270version = "1.0.7"
 9271source = "registry+https://github.com/rust-lang/crates.io-index"
 9272checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9273dependencies = [
 9274 "log",
 9275]
 9276
 9277[[package]]
 9278name = "language"
 9279version = "0.1.0"
 9280dependencies = [
 9281 "anyhow",
 9282 "async-trait",
 9283 "clock",
 9284 "collections",
 9285 "criterion",
 9286 "ctor",
 9287 "diffy",
 9288 "ec4rs",
 9289 "encoding_rs",
 9290 "fs",
 9291 "futures 0.3.32",
 9292 "fuzzy",
 9293 "globset",
 9294 "gpui",
 9295 "http_client",
 9296 "imara-diff",
 9297 "indoc",
 9298 "itertools 0.14.0",
 9299 "language_core",
 9300 "log",
 9301 "lsp",
 9302 "parking_lot",
 9303 "postage",
 9304 "pretty_assertions",
 9305 "rand 0.9.2",
 9306 "regex",
 9307 "rpc",
 9308 "semver",
 9309 "serde",
 9310 "serde_json",
 9311 "settings",
 9312 "shellexpand 2.1.2",
 9313 "smallvec",
 9314 "smol",
 9315 "streaming-iterator",
 9316 "strsim",
 9317 "sum_tree",
 9318 "task",
 9319 "text",
 9320 "theme",
 9321 "theme_settings",
 9322 "toml 0.8.23",
 9323 "tracing",
 9324 "tree-sitter",
 9325 "tree-sitter-elixir",
 9326 "tree-sitter-embedded-template",
 9327 "tree-sitter-heex",
 9328 "tree-sitter-html",
 9329 "tree-sitter-json",
 9330 "tree-sitter-md",
 9331 "tree-sitter-python",
 9332 "tree-sitter-ruby",
 9333 "tree-sitter-rust",
 9334 "tree-sitter-typescript",
 9335 "unicase",
 9336 "unindent",
 9337 "util",
 9338 "watch",
 9339 "zlog",
 9340 "ztracing",
 9341]
 9342
 9343[[package]]
 9344name = "language_core"
 9345version = "0.1.0"
 9346dependencies = [
 9347 "anyhow",
 9348 "collections",
 9349 "gpui_shared_string",
 9350 "log",
 9351 "lsp",
 9352 "parking_lot",
 9353 "regex",
 9354 "schemars",
 9355 "serde",
 9356 "serde_json",
 9357 "toml 0.8.23",
 9358 "tree-sitter",
 9359 "util",
 9360]
 9361
 9362[[package]]
 9363name = "language_extension"
 9364version = "0.1.0"
 9365dependencies = [
 9366 "anyhow",
 9367 "async-trait",
 9368 "collections",
 9369 "extension",
 9370 "fs",
 9371 "futures 0.3.32",
 9372 "gpui",
 9373 "language",
 9374 "log",
 9375 "lsp",
 9376 "project",
 9377 "serde",
 9378 "serde_json",
 9379 "tracing",
 9380 "util",
 9381 "ztracing",
 9382]
 9383
 9384[[package]]
 9385name = "language_model"
 9386version = "0.1.0"
 9387dependencies = [
 9388 "anyhow",
 9389 "base64 0.22.1",
 9390 "collections",
 9391 "credentials_provider",
 9392 "env_var",
 9393 "futures 0.3.32",
 9394 "gpui",
 9395 "http_client",
 9396 "icons",
 9397 "image",
 9398 "language_model_core",
 9399 "log",
 9400 "parking_lot",
 9401 "serde",
 9402 "serde_json",
 9403 "thiserror 2.0.17",
 9404 "util",
 9405]
 9406
 9407[[package]]
 9408name = "language_model_core"
 9409version = "0.1.0"
 9410dependencies = [
 9411 "anyhow",
 9412 "cloud_llm_client",
 9413 "futures 0.3.32",
 9414 "gpui_shared_string",
 9415 "http_client",
 9416 "partial-json-fixer",
 9417 "schemars",
 9418 "serde",
 9419 "serde_json",
 9420 "smol",
 9421 "strum 0.27.2",
 9422 "thiserror 2.0.17",
 9423]
 9424
 9425[[package]]
 9426name = "language_models"
 9427version = "0.1.0"
 9428dependencies = [
 9429 "ai_onboarding",
 9430 "anthropic",
 9431 "anyhow",
 9432 "aws-config",
 9433 "aws-credential-types",
 9434 "aws_http_client",
 9435 "base64 0.22.1",
 9436 "bedrock",
 9437 "client",
 9438 "cloud_api_client",
 9439 "cloud_api_types",
 9440 "collections",
 9441 "component",
 9442 "convert_case 0.8.0",
 9443 "copilot",
 9444 "copilot_chat",
 9445 "copilot_ui",
 9446 "credentials_provider",
 9447 "deepseek",
 9448 "extension",
 9449 "extension_host",
 9450 "fs",
 9451 "futures 0.3.32",
 9452 "google_ai",
 9453 "gpui",
 9454 "gpui_tokio",
 9455 "http_client",
 9456 "language",
 9457 "language_model",
 9458 "language_models_cloud",
 9459 "lmstudio",
 9460 "log",
 9461 "menu",
 9462 "mistral",
 9463 "ollama",
 9464 "open_ai",
 9465 "open_router",
 9466 "opencode",
 9467 "pretty_assertions",
 9468 "release_channel",
 9469 "schemars",
 9470 "serde",
 9471 "serde_json",
 9472 "settings",
 9473 "smol",
 9474 "strum 0.27.2",
 9475 "tiktoken-rs",
 9476 "tokio",
 9477 "ui",
 9478 "ui_input",
 9479 "util",
 9480 "vercel",
 9481 "x_ai",
 9482]
 9483
 9484[[package]]
 9485name = "language_models_cloud"
 9486version = "0.1.0"
 9487dependencies = [
 9488 "anthropic",
 9489 "anyhow",
 9490 "cloud_llm_client",
 9491 "futures 0.3.32",
 9492 "google_ai",
 9493 "gpui",
 9494 "http_client",
 9495 "language_model",
 9496 "open_ai",
 9497 "schemars",
 9498 "semver",
 9499 "serde",
 9500 "serde_json",
 9501 "smol",
 9502 "thiserror 2.0.17",
 9503 "x_ai",
 9504]
 9505
 9506[[package]]
 9507name = "language_onboarding"
 9508version = "0.1.0"
 9509dependencies = [
 9510 "db",
 9511 "editor",
 9512 "gpui",
 9513 "project",
 9514 "ui",
 9515 "workspace",
 9516]
 9517
 9518[[package]]
 9519name = "language_selector"
 9520version = "0.1.0"
 9521dependencies = [
 9522 "anyhow",
 9523 "editor",
 9524 "file_icons",
 9525 "fuzzy",
 9526 "gpui",
 9527 "language",
 9528 "open_path_prompt",
 9529 "picker",
 9530 "project",
 9531 "serde_json",
 9532 "settings",
 9533 "ui",
 9534 "util",
 9535 "workspace",
 9536]
 9537
 9538[[package]]
 9539name = "language_tools"
 9540version = "0.1.0"
 9541dependencies = [
 9542 "anyhow",
 9543 "client",
 9544 "collections",
 9545 "command_palette_hooks",
 9546 "edit_prediction",
 9547 "editor",
 9548 "futures 0.3.32",
 9549 "gpui",
 9550 "itertools 0.14.0",
 9551 "language",
 9552 "lsp",
 9553 "menu",
 9554 "project",
 9555 "proto",
 9556 "release_channel",
 9557 "semver",
 9558 "serde_json",
 9559 "settings",
 9560 "sysinfo 0.37.2",
 9561 "telemetry",
 9562 "theme",
 9563 "theme_settings",
 9564 "tree-sitter",
 9565 "ui",
 9566 "util",
 9567 "workspace",
 9568 "zed_actions",
 9569 "zlog",
 9570]
 9571
 9572[[package]]
 9573name = "languages"
 9574version = "0.1.0"
 9575dependencies = [
 9576 "anyhow",
 9577 "async-compression",
 9578 "async-fs",
 9579 "async-tar",
 9580 "async-trait",
 9581 "chrono",
 9582 "collections",
 9583 "fs",
 9584 "futures 0.3.32",
 9585 "globset",
 9586 "gpui",
 9587 "grammars",
 9588 "http_client",
 9589 "itertools 0.14.0",
 9590 "json_schema_store",
 9591 "language",
 9592 "log",
 9593 "lsp",
 9594 "node_runtime",
 9595 "parking_lot",
 9596 "pet",
 9597 "pet-conda",
 9598 "pet-core",
 9599 "pet-fs",
 9600 "pet-poetry",
 9601 "pet-reporter",
 9602 "pet-virtualenv",
 9603 "pretty_assertions",
 9604 "project",
 9605 "regex",
 9606 "rope",
 9607 "semver",
 9608 "serde",
 9609 "serde_json",
 9610 "serde_json_lenient",
 9611 "settings",
 9612 "smallvec",
 9613 "smol",
 9614 "snippet",
 9615 "task",
 9616 "terminal",
 9617 "theme",
 9618 "tree-sitter",
 9619 "tree-sitter-bash",
 9620 "tree-sitter-c",
 9621 "tree-sitter-cpp",
 9622 "tree-sitter-css",
 9623 "tree-sitter-gitcommit",
 9624 "tree-sitter-go",
 9625 "tree-sitter-python",
 9626 "tree-sitter-rust",
 9627 "tree-sitter-typescript",
 9628 "unindent",
 9629 "url",
 9630 "util",
 9631]
 9632
 9633[[package]]
 9634name = "lazy_static"
 9635version = "1.5.0"
 9636source = "registry+https://github.com/rust-lang/crates.io-index"
 9637checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9638dependencies = [
 9639 "spin 0.9.8",
 9640]
 9641
 9642[[package]]
 9643name = "leak"
 9644version = "0.1.2"
 9645source = "registry+https://github.com/rust-lang/crates.io-index"
 9646checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9647
 9648[[package]]
 9649name = "leaky-cow"
 9650version = "0.1.1"
 9651source = "registry+https://github.com/rust-lang/crates.io-index"
 9652checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9653dependencies = [
 9654 "leak",
 9655]
 9656
 9657[[package]]
 9658name = "leb128"
 9659version = "0.2.5"
 9660source = "registry+https://github.com/rust-lang/crates.io-index"
 9661checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9662
 9663[[package]]
 9664name = "leb128fmt"
 9665version = "0.1.0"
 9666source = "registry+https://github.com/rust-lang/crates.io-index"
 9667checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9668
 9669[[package]]
 9670name = "lebe"
 9671version = "0.5.3"
 9672source = "registry+https://github.com/rust-lang/crates.io-index"
 9673checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9674
 9675[[package]]
 9676name = "libbz2-rs-sys"
 9677version = "0.2.2"
 9678source = "registry+https://github.com/rust-lang/crates.io-index"
 9679checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9680
 9681[[package]]
 9682name = "libc"
 9683version = "0.2.182"
 9684source = "registry+https://github.com/rust-lang/crates.io-index"
 9685checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9686
 9687[[package]]
 9688name = "libdbus-sys"
 9689version = "0.2.6"
 9690source = "registry+https://github.com/rust-lang/crates.io-index"
 9691checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9692dependencies = [
 9693 "cc",
 9694 "pkg-config",
 9695]
 9696
 9697[[package]]
 9698name = "libfuzzer-sys"
 9699version = "0.4.10"
 9700source = "registry+https://github.com/rust-lang/crates.io-index"
 9701checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9702dependencies = [
 9703 "arbitrary",
 9704 "cc",
 9705]
 9706
 9707[[package]]
 9708name = "libgit2-sys"
 9709version = "0.18.3+1.9.2"
 9710source = "registry+https://github.com/rust-lang/crates.io-index"
 9711checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9712dependencies = [
 9713 "cc",
 9714 "libc",
 9715 "libz-sys",
 9716 "pkg-config",
 9717]
 9718
 9719[[package]]
 9720name = "libloading"
 9721version = "0.8.9"
 9722source = "registry+https://github.com/rust-lang/crates.io-index"
 9723checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9724dependencies = [
 9725 "cfg-if",
 9726 "windows-link 0.2.1",
 9727]
 9728
 9729[[package]]
 9730name = "libm"
 9731version = "0.2.15"
 9732source = "registry+https://github.com/rust-lang/crates.io-index"
 9733checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9734
 9735[[package]]
 9736name = "libmimalloc-sys"
 9737version = "0.1.44"
 9738source = "registry+https://github.com/rust-lang/crates.io-index"
 9739checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9740dependencies = [
 9741 "cc",
 9742 "libc",
 9743]
 9744
 9745[[package]]
 9746name = "libredox"
 9747version = "0.1.10"
 9748source = "registry+https://github.com/rust-lang/crates.io-index"
 9749checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9750dependencies = [
 9751 "bitflags 2.10.0",
 9752 "libc",
 9753 "redox_syscall 0.5.18",
 9754]
 9755
 9756[[package]]
 9757name = "libsqlite3-sys"
 9758version = "0.30.1"
 9759source = "registry+https://github.com/rust-lang/crates.io-index"
 9760checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9761dependencies = [
 9762 "cc",
 9763 "pkg-config",
 9764 "vcpkg",
 9765]
 9766
 9767[[package]]
 9768name = "libwebrtc"
 9769version = "0.3.26"
 9770source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9771dependencies = [
 9772 "cxx",
 9773 "glib",
 9774 "jni",
 9775 "js-sys",
 9776 "lazy_static",
 9777 "livekit-protocol",
 9778 "livekit-runtime",
 9779 "log",
 9780 "parking_lot",
 9781 "serde",
 9782 "serde_json",
 9783 "thiserror 1.0.69",
 9784 "tokio",
 9785 "wasm-bindgen",
 9786 "wasm-bindgen-futures",
 9787 "web-sys",
 9788 "webrtc-sys",
 9789]
 9790
 9791[[package]]
 9792name = "libz-sys"
 9793version = "1.1.22"
 9794source = "registry+https://github.com/rust-lang/crates.io-index"
 9795checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9796dependencies = [
 9797 "cc",
 9798 "libc",
 9799 "pkg-config",
 9800 "vcpkg",
 9801]
 9802
 9803[[package]]
 9804name = "line_ending_selector"
 9805version = "0.1.0"
 9806dependencies = [
 9807 "editor",
 9808 "gpui",
 9809 "language",
 9810 "picker",
 9811 "project",
 9812 "ui",
 9813 "util",
 9814 "workspace",
 9815]
 9816
 9817[[package]]
 9818name = "linebender_resource_handle"
 9819version = "0.1.1"
 9820source = "registry+https://github.com/rust-lang/crates.io-index"
 9821checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9822
 9823[[package]]
 9824name = "link-cplusplus"
 9825version = "1.0.12"
 9826source = "registry+https://github.com/rust-lang/crates.io-index"
 9827checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9828dependencies = [
 9829 "cc",
 9830]
 9831
 9832[[package]]
 9833name = "linkify"
 9834version = "0.10.0"
 9835source = "registry+https://github.com/rust-lang/crates.io-index"
 9836checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9837dependencies = [
 9838 "memchr",
 9839]
 9840
 9841[[package]]
 9842name = "linux-raw-sys"
 9843version = "0.4.15"
 9844source = "registry+https://github.com/rust-lang/crates.io-index"
 9845checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9846
 9847[[package]]
 9848name = "linux-raw-sys"
 9849version = "0.11.0"
 9850source = "registry+https://github.com/rust-lang/crates.io-index"
 9851checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9852
 9853[[package]]
 9854name = "litemap"
 9855version = "0.8.0"
 9856source = "registry+https://github.com/rust-lang/crates.io-index"
 9857checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9858
 9859[[package]]
 9860name = "litrs"
 9861version = "1.0.0"
 9862source = "registry+https://github.com/rust-lang/crates.io-index"
 9863checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9864
 9865[[package]]
 9866name = "livekit"
 9867version = "0.7.32"
 9868source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9869dependencies = [
 9870 "base64 0.22.1",
 9871 "bmrng",
 9872 "bytes 1.11.1",
 9873 "chrono",
 9874 "futures-util",
 9875 "lazy_static",
 9876 "libloading",
 9877 "libwebrtc",
 9878 "livekit-api",
 9879 "livekit-protocol",
 9880 "livekit-runtime",
 9881 "log",
 9882 "parking_lot",
 9883 "prost 0.12.6",
 9884 "semver",
 9885 "serde",
 9886 "serde_json",
 9887 "thiserror 1.0.69",
 9888 "tokio",
 9889]
 9890
 9891[[package]]
 9892name = "livekit-api"
 9893version = "0.4.14"
 9894source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9895dependencies = [
 9896 "base64 0.21.7",
 9897 "futures-util",
 9898 "http 1.3.1",
 9899 "livekit-protocol",
 9900 "livekit-runtime",
 9901 "log",
 9902 "parking_lot",
 9903 "pbjson-types",
 9904 "prost 0.12.6",
 9905 "rand 0.9.2",
 9906 "reqwest 0.12.24",
 9907 "rustls-native-certs 0.6.3",
 9908 "scopeguard",
 9909 "serde",
 9910 "sha2",
 9911 "thiserror 1.0.69",
 9912 "tokio",
 9913 "tokio-rustls 0.26.2",
 9914 "tokio-tungstenite 0.28.0",
 9915 "url",
 9916]
 9917
 9918[[package]]
 9919name = "livekit-protocol"
 9920version = "0.7.1"
 9921source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9922dependencies = [
 9923 "futures-util",
 9924 "livekit-runtime",
 9925 "parking_lot",
 9926 "pbjson",
 9927 "pbjson-types",
 9928 "prost 0.12.6",
 9929 "serde",
 9930 "thiserror 1.0.69",
 9931 "tokio",
 9932]
 9933
 9934[[package]]
 9935name = "livekit-runtime"
 9936version = "0.4.0"
 9937source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9938dependencies = [
 9939 "tokio",
 9940 "tokio-stream",
 9941]
 9942
 9943[[package]]
 9944name = "livekit_api"
 9945version = "0.1.0"
 9946dependencies = [
 9947 "anyhow",
 9948 "async-trait",
 9949 "jsonwebtoken",
 9950 "log",
 9951 "prost 0.9.0",
 9952 "prost-build 0.9.0",
 9953 "prost-types 0.9.0",
 9954 "serde",
 9955 "zed-reqwest",
 9956]
 9957
 9958[[package]]
 9959name = "livekit_client"
 9960version = "0.1.0"
 9961dependencies = [
 9962 "anyhow",
 9963 "async-trait",
 9964 "audio",
 9965 "cocoa 0.26.0",
 9966 "collections",
 9967 "core-foundation 0.10.0",
 9968 "core-video",
 9969 "coreaudio-rs 0.12.1",
 9970 "cpal",
 9971 "futures 0.3.32",
 9972 "gpui",
 9973 "gpui_platform",
 9974 "gpui_tokio",
 9975 "http_client_tls",
 9976 "image",
 9977 "libwebrtc",
 9978 "livekit",
 9979 "livekit_api",
 9980 "log",
 9981 "nanoid",
 9982 "objc",
 9983 "parking_lot",
 9984 "postage",
 9985 "rodio",
 9986 "serde",
 9987 "serde_json",
 9988 "serde_urlencoded",
 9989 "settings",
 9990 "simplelog",
 9991 "smallvec",
 9992 "tokio",
 9993 "ui",
 9994 "util",
 9995 "webrtc-sys",
 9996 "zed-scap",
 9997]
 9998
 9999[[package]]
10000name = "lmdb-master-sys"
10001version = "0.2.5"
10002source = "registry+https://github.com/rust-lang/crates.io-index"
10003checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10004dependencies = [
10005 "cc",
10006 "doxygen-rs",
10007 "libc",
10008]
10009
10010[[package]]
10011name = "lmstudio"
10012version = "0.1.0"
10013dependencies = [
10014 "anyhow",
10015 "futures 0.3.32",
10016 "http_client",
10017 "schemars",
10018 "serde",
10019 "serde_json",
10020]
10021
10022[[package]]
10023name = "lock_api"
10024version = "0.4.14"
10025source = "registry+https://github.com/rust-lang/crates.io-index"
10026checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10027dependencies = [
10028 "scopeguard",
10029]
10030
10031[[package]]
10032name = "log"
10033version = "0.4.29"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10036dependencies = [
10037 "serde_core",
10038 "value-bag",
10039]
10040
10041[[package]]
10042name = "loom"
10043version = "0.7.2"
10044source = "registry+https://github.com/rust-lang/crates.io-index"
10045checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10046dependencies = [
10047 "cfg-if",
10048 "generator",
10049 "scoped-tls",
10050 "tracing",
10051 "tracing-subscriber",
10052]
10053
10054[[package]]
10055name = "loop9"
10056version = "0.1.5"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10059dependencies = [
10060 "imgref",
10061]
10062
10063[[package]]
10064name = "lru"
10065version = "0.12.5"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10068dependencies = [
10069 "hashbrown 0.15.5",
10070]
10071
10072[[package]]
10073name = "lru-slab"
10074version = "0.1.2"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10077
10078[[package]]
10079name = "lsp"
10080version = "0.1.0"
10081dependencies = [
10082 "anyhow",
10083 "async-pipe",
10084 "collections",
10085 "ctor",
10086 "futures 0.3.32",
10087 "gpui",
10088 "gpui_util",
10089 "log",
10090 "lsp-types",
10091 "parking_lot",
10092 "postage",
10093 "release_channel",
10094 "schemars",
10095 "semver",
10096 "serde",
10097 "serde_json",
10098 "smol",
10099 "util",
10100 "zlog",
10101]
10102
10103[[package]]
10104name = "lsp-types"
10105version = "0.95.1"
10106source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10107dependencies = [
10108 "bitflags 1.3.2",
10109 "serde",
10110 "serde_json",
10111 "url",
10112]
10113
10114[[package]]
10115name = "lyon"
10116version = "1.0.16"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10119dependencies = [
10120 "lyon_algorithms",
10121 "lyon_extra",
10122 "lyon_tessellation",
10123]
10124
10125[[package]]
10126name = "lyon_algorithms"
10127version = "1.0.16"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10130dependencies = [
10131 "lyon_path",
10132 "num-traits",
10133]
10134
10135[[package]]
10136name = "lyon_extra"
10137version = "1.0.3"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10140dependencies = [
10141 "lyon_path",
10142 "thiserror 1.0.69",
10143]
10144
10145[[package]]
10146name = "lyon_geom"
10147version = "1.0.17"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10150dependencies = [
10151 "arrayvec",
10152 "euclid",
10153 "num-traits",
10154]
10155
10156[[package]]
10157name = "lyon_path"
10158version = "1.0.16"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10161dependencies = [
10162 "lyon_geom",
10163 "num-traits",
10164]
10165
10166[[package]]
10167name = "lyon_tessellation"
10168version = "1.0.16"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10171dependencies = [
10172 "float_next_after",
10173 "lyon_path",
10174 "num-traits",
10175]
10176
10177[[package]]
10178name = "mac"
10179version = "0.1.1"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10182
10183[[package]]
10184name = "mach2"
10185version = "0.4.3"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10188dependencies = [
10189 "libc",
10190]
10191
10192[[package]]
10193name = "mach2"
10194version = "0.5.0"
10195source = "registry+https://github.com/rust-lang/crates.io-index"
10196checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10197dependencies = [
10198 "libc",
10199]
10200
10201[[package]]
10202name = "malloc_buf"
10203version = "0.0.6"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10206dependencies = [
10207 "libc",
10208]
10209
10210[[package]]
10211name = "maplit"
10212version = "1.0.2"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10215
10216[[package]]
10217name = "markdown"
10218version = "0.1.0"
10219dependencies = [
10220 "anyhow",
10221 "assets",
10222 "base64 0.22.1",
10223 "collections",
10224 "env_logger 0.11.8",
10225 "fs",
10226 "futures 0.3.32",
10227 "gpui",
10228 "gpui_platform",
10229 "html5ever 0.27.0",
10230 "language",
10231 "languages",
10232 "linkify",
10233 "log",
10234 "markup5ever_rcdom",
10235 "mermaid-rs-renderer",
10236 "node_runtime",
10237 "pulldown-cmark 0.13.0",
10238 "settings",
10239 "stacksafe",
10240 "sum_tree",
10241 "theme",
10242 "theme_settings",
10243 "ui",
10244 "util",
10245]
10246
10247[[package]]
10248name = "markdown_preview"
10249version = "0.1.0"
10250dependencies = [
10251 "anyhow",
10252 "editor",
10253 "gpui",
10254 "language",
10255 "log",
10256 "markdown",
10257 "project",
10258 "settings",
10259 "tempfile",
10260 "theme_settings",
10261 "ui",
10262 "urlencoding",
10263 "util",
10264 "workspace",
10265 "zed_actions",
10266]
10267
10268[[package]]
10269name = "markup5ever"
10270version = "0.12.1"
10271source = "registry+https://github.com/rust-lang/crates.io-index"
10272checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10273dependencies = [
10274 "log",
10275 "phf 0.11.3",
10276 "phf_codegen",
10277 "string_cache",
10278 "string_cache_codegen",
10279 "tendril",
10280]
10281
10282[[package]]
10283name = "markup5ever"
10284version = "0.35.0"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10287dependencies = [
10288 "log",
10289 "tendril",
10290 "web_atoms",
10291]
10292
10293[[package]]
10294name = "markup5ever_rcdom"
10295version = "0.3.0"
10296source = "registry+https://github.com/rust-lang/crates.io-index"
10297checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10298dependencies = [
10299 "html5ever 0.27.0",
10300 "markup5ever 0.12.1",
10301 "tendril",
10302 "xml5ever",
10303]
10304
10305[[package]]
10306name = "match_token"
10307version = "0.35.0"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10310dependencies = [
10311 "proc-macro2",
10312 "quote",
10313 "syn 2.0.117",
10314]
10315
10316[[package]]
10317name = "matchers"
10318version = "0.2.0"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10321dependencies = [
10322 "regex-automata",
10323]
10324
10325[[package]]
10326name = "matchit"
10327version = "0.7.3"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10330
10331[[package]]
10332name = "maybe-owned"
10333version = "0.3.4"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10336
10337[[package]]
10338name = "maybe-rayon"
10339version = "0.1.1"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10342dependencies = [
10343 "cfg-if",
10344 "rayon",
10345]
10346
10347[[package]]
10348name = "md-5"
10349version = "0.10.6"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10352dependencies = [
10353 "cfg-if",
10354 "digest",
10355]
10356
10357[[package]]
10358name = "mdbook"
10359version = "0.4.40"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10362dependencies = [
10363 "ammonia",
10364 "anyhow",
10365 "chrono",
10366 "clap",
10367 "clap_complete",
10368 "elasticlunr-rs",
10369 "env_logger 0.11.8",
10370 "futures-util",
10371 "handlebars 5.1.2",
10372 "ignore",
10373 "log",
10374 "memchr",
10375 "notify 6.1.1",
10376 "notify-debouncer-mini",
10377 "once_cell",
10378 "opener",
10379 "pathdiff",
10380 "pulldown-cmark 0.10.3",
10381 "regex",
10382 "serde",
10383 "serde_json",
10384 "shlex",
10385 "tempfile",
10386 "tokio",
10387 "toml 0.5.11",
10388 "topological-sort",
10389 "walkdir",
10390 "warp",
10391]
10392
10393[[package]]
10394name = "media"
10395version = "0.1.0"
10396dependencies = [
10397 "anyhow",
10398 "bindgen 0.71.1",
10399 "core-foundation 0.10.0",
10400 "core-video",
10401 "ctor",
10402 "foreign-types 0.5.0",
10403 "metal",
10404 "objc",
10405]
10406
10407[[package]]
10408name = "memchr"
10409version = "2.7.6"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10412
10413[[package]]
10414name = "memfd"
10415version = "0.6.5"
10416source = "registry+https://github.com/rust-lang/crates.io-index"
10417checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10418dependencies = [
10419 "rustix 1.1.2",
10420]
10421
10422[[package]]
10423name = "memmap2"
10424version = "0.9.8"
10425source = "registry+https://github.com/rust-lang/crates.io-index"
10426checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10427dependencies = [
10428 "libc",
10429 "stable_deref_trait",
10430]
10431
10432[[package]]
10433name = "memoffset"
10434version = "0.9.1"
10435source = "registry+https://github.com/rust-lang/crates.io-index"
10436checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10437dependencies = [
10438 "autocfg",
10439]
10440
10441[[package]]
10442name = "menu"
10443version = "0.1.0"
10444dependencies = [
10445 "gpui",
10446]
10447
10448[[package]]
10449name = "merge"
10450version = "0.1.0"
10451source = "registry+https://github.com/rust-lang/crates.io-index"
10452checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10453dependencies = [
10454 "merge_derive",
10455 "num-traits",
10456]
10457
10458[[package]]
10459name = "merge_derive"
10460version = "0.1.0"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10463dependencies = [
10464 "proc-macro-error",
10465 "proc-macro2",
10466 "quote",
10467 "syn 1.0.109",
10468]
10469
10470[[package]]
10471name = "mermaid-rs-renderer"
10472version = "0.2.0"
10473source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10474dependencies = [
10475 "anyhow",
10476 "fontdb 0.16.2",
10477 "json5",
10478 "once_cell",
10479 "regex",
10480 "serde",
10481 "serde_json",
10482 "thiserror 2.0.17",
10483 "ttf-parser 0.20.0",
10484]
10485
10486[[package]]
10487name = "metal"
10488version = "0.33.0"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10491dependencies = [
10492 "bitflags 2.10.0",
10493 "block",
10494 "core-graphics-types 0.2.0",
10495 "foreign-types 0.5.0",
10496 "log",
10497 "objc",
10498 "paste",
10499]
10500
10501[[package]]
10502name = "migrator"
10503version = "0.1.0"
10504dependencies = [
10505 "anyhow",
10506 "collections",
10507 "convert_case 0.8.0",
10508 "log",
10509 "pretty_assertions",
10510 "serde_json",
10511 "serde_json_lenient",
10512 "settings_content",
10513 "settings_json",
10514 "streaming-iterator",
10515 "tree-sitter",
10516 "tree-sitter-json",
10517 "unindent",
10518]
10519
10520[[package]]
10521name = "mimalloc"
10522version = "0.1.48"
10523source = "registry+https://github.com/rust-lang/crates.io-index"
10524checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10525dependencies = [
10526 "libmimalloc-sys",
10527]
10528
10529[[package]]
10530name = "mime"
10531version = "0.3.17"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10534
10535[[package]]
10536name = "mime_guess"
10537version = "2.0.5"
10538source = "registry+https://github.com/rust-lang/crates.io-index"
10539checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10540dependencies = [
10541 "mime",
10542 "unicase",
10543]
10544
10545[[package]]
10546name = "minidump-common"
10547version = "0.26.1"
10548source = "registry+https://github.com/rust-lang/crates.io-index"
10549checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10550dependencies = [
10551 "bitflags 2.10.0",
10552 "debugid",
10553 "num-derive",
10554 "num-traits",
10555 "range-map",
10556 "scroll",
10557 "smart-default",
10558]
10559
10560[[package]]
10561name = "minidump-writer"
10562version = "0.11.0"
10563source = "registry+https://github.com/rust-lang/crates.io-index"
10564checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10565dependencies = [
10566 "bitflags 2.10.0",
10567 "byteorder",
10568 "cfg-if",
10569 "crash-context",
10570 "error-graph",
10571 "failspot",
10572 "goblin",
10573 "libc",
10574 "log",
10575 "mach2 0.4.3",
10576 "memmap2",
10577 "memoffset",
10578 "minidump-common",
10579 "nix 0.29.0",
10580 "procfs-core",
10581 "scroll",
10582 "serde",
10583 "serde_json",
10584 "tempfile",
10585 "thiserror 2.0.17",
10586]
10587
10588[[package]]
10589name = "minidumper"
10590version = "0.9.0"
10591source = "registry+https://github.com/rust-lang/crates.io-index"
10592checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10593dependencies = [
10594 "cfg-if",
10595 "crash-context",
10596 "libc",
10597 "log",
10598 "minidump-writer",
10599 "parking_lot",
10600 "polling",
10601 "scroll",
10602 "thiserror 2.0.17",
10603 "uds",
10604]
10605
10606[[package]]
10607name = "minimal-lexical"
10608version = "0.2.1"
10609source = "registry+https://github.com/rust-lang/crates.io-index"
10610checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10611
10612[[package]]
10613name = "miniprofiler_ui"
10614version = "0.1.0"
10615dependencies = [
10616 "gpui",
10617 "rpc",
10618 "serde_json",
10619 "smol",
10620 "theme_settings",
10621 "util",
10622 "workspace",
10623 "zed_actions",
10624]
10625
10626[[package]]
10627name = "miniz_oxide"
10628version = "0.8.9"
10629source = "registry+https://github.com/rust-lang/crates.io-index"
10630checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10631dependencies = [
10632 "adler2",
10633 "simd-adler32",
10634]
10635
10636[[package]]
10637name = "mio"
10638version = "0.8.11"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10641dependencies = [
10642 "libc",
10643 "log",
10644 "wasi",
10645 "windows-sys 0.48.0",
10646]
10647
10648[[package]]
10649name = "mio"
10650version = "1.1.0"
10651source = "registry+https://github.com/rust-lang/crates.io-index"
10652checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10653dependencies = [
10654 "libc",
10655 "log",
10656 "wasi",
10657 "windows-sys 0.61.2",
10658]
10659
10660[[package]]
10661name = "miow"
10662version = "0.6.1"
10663source = "registry+https://github.com/rust-lang/crates.io-index"
10664checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10665dependencies = [
10666 "windows-sys 0.61.2",
10667]
10668
10669[[package]]
10670name = "mistral"
10671version = "0.1.0"
10672dependencies = [
10673 "anyhow",
10674 "futures 0.3.32",
10675 "http_client",
10676 "schemars",
10677 "serde",
10678 "serde_json",
10679 "strum 0.27.2",
10680]
10681
10682[[package]]
10683name = "moka"
10684version = "0.12.11"
10685source = "registry+https://github.com/rust-lang/crates.io-index"
10686checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10687dependencies = [
10688 "crossbeam-channel",
10689 "crossbeam-epoch",
10690 "crossbeam-utils",
10691 "equivalent",
10692 "parking_lot",
10693 "portable-atomic",
10694 "rustc_version",
10695 "smallvec",
10696 "tagptr",
10697 "uuid",
10698]
10699
10700[[package]]
10701name = "moxcms"
10702version = "0.7.7"
10703source = "registry+https://github.com/rust-lang/crates.io-index"
10704checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10705dependencies = [
10706 "num-traits",
10707 "pxfm",
10708]
10709
10710[[package]]
10711name = "msvc_spectre_libs"
10712version = "0.1.3"
10713source = "registry+https://github.com/rust-lang/crates.io-index"
10714checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10715dependencies = [
10716 "cc",
10717]
10718
10719[[package]]
10720name = "multi_buffer"
10721version = "0.1.0"
10722dependencies = [
10723 "anyhow",
10724 "buffer_diff",
10725 "clock",
10726 "collections",
10727 "ctor",
10728 "gpui",
10729 "indoc",
10730 "itertools 0.14.0",
10731 "language",
10732 "log",
10733 "parking_lot",
10734 "pretty_assertions",
10735 "rand 0.9.2",
10736 "rope",
10737 "serde",
10738 "settings",
10739 "smallvec",
10740 "smol",
10741 "sum_tree",
10742 "text",
10743 "theme",
10744 "tracing",
10745 "tree-sitter",
10746 "unicode-segmentation",
10747 "util",
10748 "zlog",
10749 "ztracing",
10750]
10751
10752[[package]]
10753name = "multimap"
10754version = "0.8.3"
10755source = "registry+https://github.com/rust-lang/crates.io-index"
10756checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10757
10758[[package]]
10759name = "naga"
10760version = "29.0.0"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10763dependencies = [
10764 "arrayvec",
10765 "bit-set 0.9.1",
10766 "bitflags 2.10.0",
10767 "cfg-if",
10768 "cfg_aliases 0.2.1",
10769 "codespan-reporting",
10770 "half",
10771 "hashbrown 0.16.1",
10772 "hexf-parse",
10773 "indexmap",
10774 "libm",
10775 "log",
10776 "num-traits",
10777 "once_cell",
10778 "rustc-hash 1.1.0",
10779 "thiserror 2.0.17",
10780 "unicode-ident",
10781]
10782
10783[[package]]
10784name = "naga"
10785version = "29.0.0"
10786source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10787dependencies = [
10788 "arrayvec",
10789 "bit-set 0.9.1",
10790 "bitflags 2.10.0",
10791 "cfg-if",
10792 "cfg_aliases 0.2.1",
10793 "codespan-reporting",
10794 "half",
10795 "hashbrown 0.16.1",
10796 "hexf-parse",
10797 "indexmap",
10798 "libm",
10799 "log",
10800 "num-traits",
10801 "once_cell",
10802 "rustc-hash 1.1.0",
10803 "spirv",
10804 "thiserror 2.0.17",
10805 "unicode-ident",
10806]
10807
10808[[package]]
10809name = "nanoid"
10810version = "0.4.0"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10813dependencies = [
10814 "rand 0.8.5",
10815]
10816
10817[[package]]
10818name = "nanorand"
10819version = "0.7.0"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10822dependencies = [
10823 "getrandom 0.2.16",
10824]
10825
10826[[package]]
10827name = "native-tls"
10828version = "0.2.14"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10831dependencies = [
10832 "libc",
10833 "log",
10834 "openssl",
10835 "openssl-probe",
10836 "openssl-sys",
10837 "schannel",
10838 "security-framework 2.11.1",
10839 "security-framework-sys",
10840 "tempfile",
10841]
10842
10843[[package]]
10844name = "nbformat"
10845version = "1.2.0"
10846source = "registry+https://github.com/rust-lang/crates.io-index"
10847checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10848dependencies = [
10849 "anyhow",
10850 "chrono",
10851 "jupyter-protocol",
10852 "serde",
10853 "serde_json",
10854 "thiserror 1.0.69",
10855 "uuid",
10856]
10857
10858[[package]]
10859name = "nc"
10860version = "0.1.0"
10861dependencies = [
10862 "anyhow",
10863 "futures 0.3.32",
10864 "net",
10865 "smol",
10866]
10867
10868[[package]]
10869name = "ndk"
10870version = "0.9.0"
10871source = "registry+https://github.com/rust-lang/crates.io-index"
10872checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10873dependencies = [
10874 "bitflags 2.10.0",
10875 "jni-sys",
10876 "log",
10877 "ndk-sys",
10878 "num_enum",
10879 "thiserror 1.0.69",
10880]
10881
10882[[package]]
10883name = "ndk-context"
10884version = "0.1.1"
10885source = "registry+https://github.com/rust-lang/crates.io-index"
10886checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10887
10888[[package]]
10889name = "ndk-sys"
10890version = "0.6.0+11769913"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10893dependencies = [
10894 "jni-sys",
10895]
10896
10897[[package]]
10898name = "net"
10899version = "0.1.0"
10900dependencies = [
10901 "anyhow",
10902 "async-io",
10903 "smol",
10904 "tempfile",
10905 "windows 0.61.3",
10906]
10907
10908[[package]]
10909name = "new_debug_unreachable"
10910version = "1.0.6"
10911source = "registry+https://github.com/rust-lang/crates.io-index"
10912checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10913
10914[[package]]
10915name = "nix"
10916version = "0.28.0"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10919dependencies = [
10920 "bitflags 2.10.0",
10921 "cfg-if",
10922 "cfg_aliases 0.1.1",
10923 "libc",
10924]
10925
10926[[package]]
10927name = "nix"
10928version = "0.29.0"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10931dependencies = [
10932 "bitflags 2.10.0",
10933 "cfg-if",
10934 "cfg_aliases 0.2.1",
10935 "libc",
10936]
10937
10938[[package]]
10939name = "nix"
10940version = "0.30.1"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10943dependencies = [
10944 "bitflags 2.10.0",
10945 "cfg-if",
10946 "cfg_aliases 0.2.1",
10947 "libc",
10948]
10949
10950[[package]]
10951name = "node_runtime"
10952version = "0.1.0"
10953dependencies = [
10954 "anyhow",
10955 "async-compression",
10956 "async-std",
10957 "async-tar",
10958 "async-trait",
10959 "futures 0.3.32",
10960 "http_client",
10961 "log",
10962 "paths",
10963 "semver",
10964 "serde",
10965 "serde_json",
10966 "smol",
10967 "util",
10968 "watch",
10969 "which 6.0.3",
10970]
10971
10972[[package]]
10973name = "nom"
10974version = "7.1.3"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10977dependencies = [
10978 "memchr",
10979 "minimal-lexical",
10980]
10981
10982[[package]]
10983name = "nom"
10984version = "8.0.0"
10985source = "registry+https://github.com/rust-lang/crates.io-index"
10986checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10987dependencies = [
10988 "memchr",
10989]
10990
10991[[package]]
10992name = "noop_proc_macro"
10993version = "0.3.0"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10996
10997[[package]]
10998name = "normpath"
10999version = "1.5.0"
11000source = "registry+https://github.com/rust-lang/crates.io-index"
11001checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11002dependencies = [
11003 "windows-sys 0.61.2",
11004]
11005
11006[[package]]
11007name = "notifications"
11008version = "0.1.0"
11009dependencies = [
11010 "anyhow",
11011 "channel",
11012 "client",
11013 "component",
11014 "db",
11015 "gpui",
11016 "rpc",
11017 "sum_tree",
11018 "time",
11019 "ui",
11020 "util",
11021 "workspace",
11022 "zed_actions",
11023]
11024
11025[[package]]
11026name = "notify"
11027version = "6.1.1"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11030dependencies = [
11031 "bitflags 2.10.0",
11032 "crossbeam-channel",
11033 "filetime",
11034 "fsevent-sys",
11035 "inotify 0.9.6",
11036 "kqueue",
11037 "libc",
11038 "log",
11039 "mio 0.8.11",
11040 "walkdir",
11041 "windows-sys 0.48.0",
11042]
11043
11044[[package]]
11045name = "notify"
11046version = "8.2.0"
11047source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11048dependencies = [
11049 "bitflags 2.10.0",
11050 "fsevent-sys",
11051 "inotify 0.11.0",
11052 "kqueue",
11053 "libc",
11054 "log",
11055 "mio 1.1.0",
11056 "notify-types",
11057 "walkdir",
11058 "windows-sys 0.60.2",
11059]
11060
11061[[package]]
11062name = "notify-debouncer-mini"
11063version = "0.4.1"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11066dependencies = [
11067 "crossbeam-channel",
11068 "log",
11069 "notify 6.1.1",
11070]
11071
11072[[package]]
11073name = "notify-types"
11074version = "2.0.0"
11075source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11076
11077[[package]]
11078name = "ntapi"
11079version = "0.4.1"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11082dependencies = [
11083 "winapi",
11084]
11085
11086[[package]]
11087name = "nu-ansi-term"
11088version = "0.50.3"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11091dependencies = [
11092 "windows-sys 0.59.0",
11093]
11094
11095[[package]]
11096name = "nucleo"
11097version = "0.5.0"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11100dependencies = [
11101 "nucleo-matcher",
11102 "parking_lot",
11103 "rayon",
11104]
11105
11106[[package]]
11107name = "nucleo-matcher"
11108version = "0.3.1"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11111dependencies = [
11112 "memchr",
11113 "unicode-segmentation",
11114]
11115
11116[[package]]
11117name = "num"
11118version = "0.4.3"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11121dependencies = [
11122 "num-bigint",
11123 "num-complex",
11124 "num-integer",
11125 "num-iter",
11126 "num-rational",
11127 "num-traits",
11128]
11129
11130[[package]]
11131name = "num-bigint"
11132version = "0.4.6"
11133source = "registry+https://github.com/rust-lang/crates.io-index"
11134checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11135dependencies = [
11136 "num-integer",
11137 "num-traits",
11138]
11139
11140[[package]]
11141name = "num-bigint-dig"
11142version = "0.8.6"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11145dependencies = [
11146 "lazy_static",
11147 "libm",
11148 "num-integer",
11149 "num-iter",
11150 "num-traits",
11151 "rand 0.8.5",
11152 "smallvec",
11153 "zeroize",
11154]
11155
11156[[package]]
11157name = "num-bigint-dig"
11158version = "0.9.1"
11159source = "registry+https://github.com/rust-lang/crates.io-index"
11160checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11161dependencies = [
11162 "libm",
11163 "num-integer",
11164 "num-iter",
11165 "num-traits",
11166 "once_cell",
11167 "rand 0.9.2",
11168 "serde",
11169 "smallvec",
11170 "zeroize",
11171]
11172
11173[[package]]
11174name = "num-cmp"
11175version = "0.1.0"
11176source = "registry+https://github.com/rust-lang/crates.io-index"
11177checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11178
11179[[package]]
11180name = "num-complex"
11181version = "0.4.6"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11184dependencies = [
11185 "bytemuck",
11186 "num-traits",
11187]
11188
11189[[package]]
11190name = "num-conv"
11191version = "0.2.0"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11194
11195[[package]]
11196name = "num-derive"
11197version = "0.4.2"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11200dependencies = [
11201 "proc-macro2",
11202 "quote",
11203 "syn 2.0.117",
11204]
11205
11206[[package]]
11207name = "num-format"
11208version = "0.4.4"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11211dependencies = [
11212 "arrayvec",
11213 "itoa",
11214]
11215
11216[[package]]
11217name = "num-integer"
11218version = "0.1.46"
11219source = "registry+https://github.com/rust-lang/crates.io-index"
11220checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11221dependencies = [
11222 "num-traits",
11223]
11224
11225[[package]]
11226name = "num-iter"
11227version = "0.1.45"
11228source = "registry+https://github.com/rust-lang/crates.io-index"
11229checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11230dependencies = [
11231 "autocfg",
11232 "num-integer",
11233 "num-traits",
11234]
11235
11236[[package]]
11237name = "num-rational"
11238version = "0.4.2"
11239source = "registry+https://github.com/rust-lang/crates.io-index"
11240checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11241dependencies = [
11242 "num-bigint",
11243 "num-integer",
11244 "num-traits",
11245]
11246
11247[[package]]
11248name = "num-traits"
11249version = "0.2.19"
11250source = "registry+https://github.com/rust-lang/crates.io-index"
11251checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11252dependencies = [
11253 "autocfg",
11254 "libm",
11255]
11256
11257[[package]]
11258name = "num_cpus"
11259version = "1.17.0"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11262dependencies = [
11263 "hermit-abi",
11264 "libc",
11265]
11266
11267[[package]]
11268name = "num_enum"
11269version = "0.7.4"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11272dependencies = [
11273 "num_enum_derive",
11274 "rustversion",
11275]
11276
11277[[package]]
11278name = "num_enum_derive"
11279version = "0.7.4"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11282dependencies = [
11283 "proc-macro-crate",
11284 "proc-macro2",
11285 "quote",
11286 "syn 2.0.117",
11287]
11288
11289[[package]]
11290name = "num_threads"
11291version = "0.1.7"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11294dependencies = [
11295 "libc",
11296]
11297
11298[[package]]
11299name = "nvim-rs"
11300version = "0.9.2"
11301source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11302dependencies = [
11303 "async-trait",
11304 "futures 0.3.32",
11305 "log",
11306 "rmp",
11307 "rmpv",
11308 "tokio",
11309 "tokio-util",
11310]
11311
11312[[package]]
11313name = "objc"
11314version = "0.2.7"
11315source = "registry+https://github.com/rust-lang/crates.io-index"
11316checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11317dependencies = [
11318 "malloc_buf",
11319 "objc_exception",
11320]
11321
11322[[package]]
11323name = "objc-foundation"
11324version = "0.1.1"
11325source = "registry+https://github.com/rust-lang/crates.io-index"
11326checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11327dependencies = [
11328 "block",
11329 "objc",
11330 "objc_id",
11331]
11332
11333[[package]]
11334name = "objc2"
11335version = "0.6.3"
11336source = "registry+https://github.com/rust-lang/crates.io-index"
11337checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11338dependencies = [
11339 "objc2-encode",
11340]
11341
11342[[package]]
11343name = "objc2-app-kit"
11344version = "0.3.1"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11347dependencies = [
11348 "objc2",
11349 "objc2-foundation",
11350]
11351
11352[[package]]
11353name = "objc2-audio-toolbox"
11354version = "0.3.2"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11357dependencies = [
11358 "bitflags 2.10.0",
11359 "libc",
11360 "objc2",
11361 "objc2-core-audio",
11362 "objc2-core-audio-types",
11363 "objc2-core-foundation",
11364 "objc2-foundation",
11365]
11366
11367[[package]]
11368name = "objc2-avf-audio"
11369version = "0.3.2"
11370source = "registry+https://github.com/rust-lang/crates.io-index"
11371checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11372dependencies = [
11373 "objc2",
11374 "objc2-foundation",
11375]
11376
11377[[package]]
11378name = "objc2-core-audio"
11379version = "0.3.2"
11380source = "registry+https://github.com/rust-lang/crates.io-index"
11381checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11382dependencies = [
11383 "dispatch2",
11384 "objc2",
11385 "objc2-core-audio-types",
11386 "objc2-core-foundation",
11387 "objc2-foundation",
11388]
11389
11390[[package]]
11391name = "objc2-core-audio-types"
11392version = "0.3.2"
11393source = "registry+https://github.com/rust-lang/crates.io-index"
11394checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11395dependencies = [
11396 "bitflags 2.10.0",
11397 "objc2",
11398]
11399
11400[[package]]
11401name = "objc2-core-foundation"
11402version = "0.3.2"
11403source = "registry+https://github.com/rust-lang/crates.io-index"
11404checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11405dependencies = [
11406 "bitflags 2.10.0",
11407 "block2",
11408 "dispatch2",
11409 "libc",
11410 "objc2",
11411]
11412
11413[[package]]
11414name = "objc2-encode"
11415version = "4.1.0"
11416source = "registry+https://github.com/rust-lang/crates.io-index"
11417checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11418
11419[[package]]
11420name = "objc2-foundation"
11421version = "0.3.2"
11422source = "registry+https://github.com/rust-lang/crates.io-index"
11423checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11424dependencies = [
11425 "bitflags 2.10.0",
11426 "block2",
11427 "libc",
11428 "objc2",
11429 "objc2-core-foundation",
11430]
11431
11432[[package]]
11433name = "objc2-io-kit"
11434version = "0.3.2"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11437dependencies = [
11438 "libc",
11439 "objc2-core-foundation",
11440]
11441
11442[[package]]
11443name = "objc2-metal"
11444version = "0.3.2"
11445source = "registry+https://github.com/rust-lang/crates.io-index"
11446checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11447dependencies = [
11448 "bitflags 2.10.0",
11449 "block2",
11450 "dispatch2",
11451 "objc2",
11452 "objc2-core-foundation",
11453 "objc2-foundation",
11454]
11455
11456[[package]]
11457name = "objc2-quartz-core"
11458version = "0.3.2"
11459source = "registry+https://github.com/rust-lang/crates.io-index"
11460checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11461dependencies = [
11462 "bitflags 2.10.0",
11463 "objc2",
11464 "objc2-core-foundation",
11465 "objc2-foundation",
11466 "objc2-metal",
11467]
11468
11469[[package]]
11470name = "objc_exception"
11471version = "0.1.2"
11472source = "registry+https://github.com/rust-lang/crates.io-index"
11473checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11474dependencies = [
11475 "cc",
11476]
11477
11478[[package]]
11479name = "objc_id"
11480version = "0.1.1"
11481source = "registry+https://github.com/rust-lang/crates.io-index"
11482checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11483dependencies = [
11484 "objc",
11485]
11486
11487[[package]]
11488name = "object"
11489version = "0.37.3"
11490source = "registry+https://github.com/rust-lang/crates.io-index"
11491checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11492dependencies = [
11493 "crc32fast",
11494 "hashbrown 0.15.5",
11495 "indexmap",
11496 "memchr",
11497]
11498
11499[[package]]
11500name = "octocrab"
11501version = "0.49.7"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11504dependencies = [
11505 "arc-swap",
11506 "async-trait",
11507 "base64 0.22.1",
11508 "bytes 1.11.1",
11509 "cargo_metadata 0.23.1",
11510 "cfg-if",
11511 "chrono",
11512 "either",
11513 "futures 0.3.32",
11514 "futures-core",
11515 "futures-util",
11516 "getrandom 0.2.16",
11517 "http 1.3.1",
11518 "http-body 1.0.1",
11519 "http-body-util",
11520 "hyper 1.7.0",
11521 "hyper-rustls 0.27.7",
11522 "hyper-timeout",
11523 "hyper-util",
11524 "jsonwebtoken",
11525 "once_cell",
11526 "percent-encoding",
11527 "pin-project",
11528 "secrecy",
11529 "serde",
11530 "serde_json",
11531 "serde_path_to_error",
11532 "serde_urlencoded",
11533 "snafu",
11534 "tokio",
11535 "tower 0.5.2",
11536 "tower-http 0.6.6",
11537 "url",
11538 "web-time",
11539]
11540
11541[[package]]
11542name = "ollama"
11543version = "0.1.0"
11544dependencies = [
11545 "anyhow",
11546 "futures 0.3.32",
11547 "http_client",
11548 "schemars",
11549 "serde",
11550 "serde_json",
11551 "settings",
11552]
11553
11554[[package]]
11555name = "onboarding"
11556version = "0.1.0"
11557dependencies = [
11558 "anyhow",
11559 "client",
11560 "cloud_api_types",
11561 "collections",
11562 "component",
11563 "db",
11564 "documented",
11565 "fs",
11566 "fuzzy",
11567 "gpui",
11568 "menu",
11569 "notifications",
11570 "picker",
11571 "project",
11572 "schemars",
11573 "serde",
11574 "settings",
11575 "telemetry",
11576 "theme",
11577 "theme_settings",
11578 "ui",
11579 "util",
11580 "vim_mode_setting",
11581 "workspace",
11582 "zed_actions",
11583 "zlog",
11584]
11585
11586[[package]]
11587name = "once_cell"
11588version = "1.21.3"
11589source = "registry+https://github.com/rust-lang/crates.io-index"
11590checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11591
11592[[package]]
11593name = "once_cell_polyfill"
11594version = "1.70.1"
11595source = "registry+https://github.com/rust-lang/crates.io-index"
11596checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11597
11598[[package]]
11599name = "oo7"
11600version = "0.6.0"
11601source = "registry+https://github.com/rust-lang/crates.io-index"
11602checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11603dependencies = [
11604 "aes",
11605 "ashpd",
11606 "async-fs",
11607 "async-io",
11608 "async-lock 3.4.2",
11609 "blocking",
11610 "cbc",
11611 "cipher",
11612 "digest",
11613 "endi",
11614 "futures-lite 2.6.1",
11615 "futures-util",
11616 "getrandom 0.4.1",
11617 "hkdf",
11618 "hmac",
11619 "md-5",
11620 "num",
11621 "num-bigint-dig 0.9.1",
11622 "pbkdf2 0.12.2",
11623 "serde",
11624 "serde_bytes",
11625 "sha2",
11626 "subtle",
11627 "zbus",
11628 "zbus_macros",
11629 "zeroize",
11630 "zvariant",
11631]
11632
11633[[package]]
11634name = "oorandom"
11635version = "11.1.5"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11638
11639[[package]]
11640name = "open"
11641version = "5.3.2"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11644dependencies = [
11645 "is-wsl",
11646 "libc",
11647 "pathdiff",
11648]
11649
11650[[package]]
11651name = "open_ai"
11652version = "0.1.0"
11653dependencies = [
11654 "anyhow",
11655 "collections",
11656 "futures 0.3.32",
11657 "http_client",
11658 "language_model_core",
11659 "log",
11660 "pretty_assertions",
11661 "rand 0.9.2",
11662 "schemars",
11663 "serde",
11664 "serde_json",
11665 "strum 0.27.2",
11666 "thiserror 2.0.17",
11667 "tiktoken-rs",
11668]
11669
11670[[package]]
11671name = "open_path_prompt"
11672version = "0.1.0"
11673dependencies = [
11674 "editor",
11675 "file_icons",
11676 "futures 0.3.32",
11677 "fuzzy",
11678 "gpui",
11679 "picker",
11680 "project",
11681 "schemars",
11682 "serde",
11683 "serde_json",
11684 "settings",
11685 "theme",
11686 "theme_settings",
11687 "ui",
11688 "util",
11689 "workspace",
11690]
11691
11692[[package]]
11693name = "open_router"
11694version = "0.1.0"
11695dependencies = [
11696 "anyhow",
11697 "futures 0.3.32",
11698 "http_client",
11699 "language_model_core",
11700 "schemars",
11701 "serde",
11702 "serde_json",
11703 "settings",
11704 "strum 0.27.2",
11705 "thiserror 2.0.17",
11706]
11707
11708[[package]]
11709name = "opencode"
11710version = "0.1.0"
11711dependencies = [
11712 "anyhow",
11713 "futures 0.3.32",
11714 "google_ai",
11715 "http_client",
11716 "schemars",
11717 "serde",
11718 "serde_json",
11719 "strum 0.27.2",
11720]
11721
11722[[package]]
11723name = "opener"
11724version = "0.7.2"
11725source = "registry+https://github.com/rust-lang/crates.io-index"
11726checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11727dependencies = [
11728 "bstr",
11729 "dbus",
11730 "normpath",
11731 "windows-sys 0.59.0",
11732]
11733
11734[[package]]
11735name = "openssl"
11736version = "0.10.74"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11739dependencies = [
11740 "bitflags 2.10.0",
11741 "cfg-if",
11742 "foreign-types 0.3.2",
11743 "libc",
11744 "once_cell",
11745 "openssl-macros",
11746 "openssl-sys",
11747]
11748
11749[[package]]
11750name = "openssl-macros"
11751version = "0.1.1"
11752source = "registry+https://github.com/rust-lang/crates.io-index"
11753checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11754dependencies = [
11755 "proc-macro2",
11756 "quote",
11757 "syn 2.0.117",
11758]
11759
11760[[package]]
11761name = "openssl-probe"
11762version = "0.1.6"
11763source = "registry+https://github.com/rust-lang/crates.io-index"
11764checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11765
11766[[package]]
11767name = "openssl-sys"
11768version = "0.9.110"
11769source = "registry+https://github.com/rust-lang/crates.io-index"
11770checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11771dependencies = [
11772 "cc",
11773 "libc",
11774 "pkg-config",
11775 "vcpkg",
11776]
11777
11778[[package]]
11779name = "optfield"
11780version = "0.4.0"
11781source = "registry+https://github.com/rust-lang/crates.io-index"
11782checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11783dependencies = [
11784 "proc-macro2",
11785 "quote",
11786 "syn 2.0.117",
11787]
11788
11789[[package]]
11790name = "option-ext"
11791version = "0.2.0"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11794
11795[[package]]
11796name = "ordered-float"
11797version = "2.10.1"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11800dependencies = [
11801 "num-traits",
11802]
11803
11804[[package]]
11805name = "ordered-float"
11806version = "4.6.0"
11807source = "registry+https://github.com/rust-lang/crates.io-index"
11808checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11809dependencies = [
11810 "num-traits",
11811]
11812
11813[[package]]
11814name = "ordered-stream"
11815version = "0.2.0"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11818dependencies = [
11819 "futures-core",
11820 "pin-project-lite",
11821]
11822
11823[[package]]
11824name = "ouroboros"
11825version = "0.18.5"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11828dependencies = [
11829 "aliasable",
11830 "ouroboros_macro",
11831 "static_assertions",
11832]
11833
11834[[package]]
11835name = "ouroboros_macro"
11836version = "0.18.5"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11839dependencies = [
11840 "heck 0.4.1",
11841 "proc-macro2",
11842 "proc-macro2-diagnostics",
11843 "quote",
11844 "syn 2.0.117",
11845]
11846
11847[[package]]
11848name = "outline"
11849version = "0.1.0"
11850dependencies = [
11851 "editor",
11852 "fuzzy",
11853 "gpui",
11854 "indoc",
11855 "language",
11856 "lsp",
11857 "menu",
11858 "ordered-float 2.10.1",
11859 "picker",
11860 "project",
11861 "rope",
11862 "serde_json",
11863 "settings",
11864 "smol",
11865 "theme",
11866 "theme_settings",
11867 "ui",
11868 "util",
11869 "workspace",
11870 "zed_actions",
11871]
11872
11873[[package]]
11874name = "outline_panel"
11875version = "0.1.0"
11876dependencies = [
11877 "anyhow",
11878 "collections",
11879 "db",
11880 "editor",
11881 "file_icons",
11882 "fuzzy",
11883 "gpui",
11884 "itertools 0.14.0",
11885 "language",
11886 "log",
11887 "lsp",
11888 "menu",
11889 "outline",
11890 "pretty_assertions",
11891 "project",
11892 "search",
11893 "serde",
11894 "serde_json",
11895 "settings",
11896 "smallvec",
11897 "smol",
11898 "theme",
11899 "theme_settings",
11900 "ui",
11901 "util",
11902 "workspace",
11903 "worktree",
11904 "zed_actions",
11905]
11906
11907[[package]]
11908name = "outref"
11909version = "0.5.2"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11912
11913[[package]]
11914name = "p256"
11915version = "0.11.1"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11918dependencies = [
11919 "ecdsa",
11920 "elliptic-curve",
11921 "sha2",
11922]
11923
11924[[package]]
11925name = "page_size"
11926version = "0.6.0"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11929dependencies = [
11930 "libc",
11931 "winapi",
11932]
11933
11934[[package]]
11935name = "palette"
11936version = "0.7.6"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11939dependencies = [
11940 "approx",
11941 "fast-srgb8",
11942 "palette_derive",
11943]
11944
11945[[package]]
11946name = "palette_derive"
11947version = "0.7.6"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11950dependencies = [
11951 "by_address",
11952 "proc-macro2",
11953 "quote",
11954 "syn 2.0.117",
11955]
11956
11957[[package]]
11958name = "panel"
11959version = "0.1.0"
11960dependencies = [
11961 "gpui",
11962 "ui",
11963 "workspace",
11964]
11965
11966[[package]]
11967name = "parking"
11968version = "2.2.1"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11971
11972[[package]]
11973name = "parking_lot"
11974version = "0.12.5"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11977dependencies = [
11978 "lock_api",
11979 "parking_lot_core",
11980]
11981
11982[[package]]
11983name = "parking_lot_core"
11984version = "0.9.12"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11987dependencies = [
11988 "cfg-if",
11989 "libc",
11990 "redox_syscall 0.5.18",
11991 "smallvec",
11992 "windows-link 0.2.1",
11993]
11994
11995[[package]]
11996name = "parse_int"
11997version = "0.9.0"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12000dependencies = [
12001 "num-traits",
12002]
12003
12004[[package]]
12005name = "partial-json-fixer"
12006version = "0.5.3"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12009
12010[[package]]
12011name = "password-hash"
12012version = "0.4.2"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12015dependencies = [
12016 "base64ct",
12017 "rand_core 0.6.4",
12018 "subtle",
12019]
12020
12021[[package]]
12022name = "paste"
12023version = "1.0.15"
12024source = "registry+https://github.com/rust-lang/crates.io-index"
12025checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12026
12027[[package]]
12028name = "pathdiff"
12029version = "0.2.3"
12030source = "registry+https://github.com/rust-lang/crates.io-index"
12031checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12032
12033[[package]]
12034name = "pathfinder_geometry"
12035version = "0.5.1"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12038dependencies = [
12039 "log",
12040 "pathfinder_simd",
12041]
12042
12043[[package]]
12044name = "pathfinder_simd"
12045version = "0.5.5"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12048dependencies = [
12049 "rustc_version",
12050]
12051
12052[[package]]
12053name = "paths"
12054version = "0.1.0"
12055dependencies = [
12056 "dirs 4.0.0",
12057 "ignore",
12058 "util",
12059]
12060
12061[[package]]
12062name = "pbjson"
12063version = "0.6.0"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12066dependencies = [
12067 "base64 0.21.7",
12068 "serde",
12069]
12070
12071[[package]]
12072name = "pbjson-build"
12073version = "0.6.2"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12076dependencies = [
12077 "heck 0.4.1",
12078 "itertools 0.11.0",
12079 "prost 0.12.6",
12080 "prost-types 0.12.6",
12081]
12082
12083[[package]]
12084name = "pbjson-types"
12085version = "0.6.0"
12086source = "registry+https://github.com/rust-lang/crates.io-index"
12087checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12088dependencies = [
12089 "bytes 1.11.1",
12090 "chrono",
12091 "pbjson",
12092 "pbjson-build",
12093 "prost 0.12.6",
12094 "prost-build 0.12.6",
12095 "serde",
12096]
12097
12098[[package]]
12099name = "pbkdf2"
12100version = "0.11.0"
12101source = "registry+https://github.com/rust-lang/crates.io-index"
12102checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12103dependencies = [
12104 "digest",
12105 "hmac",
12106 "password-hash",
12107 "sha2",
12108]
12109
12110[[package]]
12111name = "pbkdf2"
12112version = "0.12.2"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12115dependencies = [
12116 "digest",
12117 "hmac",
12118]
12119
12120[[package]]
12121name = "pciid-parser"
12122version = "0.8.0"
12123source = "registry+https://github.com/rust-lang/crates.io-index"
12124checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12125
12126[[package]]
12127name = "peg"
12128version = "0.8.5"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12131dependencies = [
12132 "peg-macros",
12133 "peg-runtime",
12134]
12135
12136[[package]]
12137name = "peg-macros"
12138version = "0.8.5"
12139source = "registry+https://github.com/rust-lang/crates.io-index"
12140checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12141dependencies = [
12142 "peg-runtime",
12143 "proc-macro2",
12144 "quote",
12145]
12146
12147[[package]]
12148name = "peg-runtime"
12149version = "0.8.5"
12150source = "registry+https://github.com/rust-lang/crates.io-index"
12151checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12152
12153[[package]]
12154name = "pem"
12155version = "3.0.6"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12158dependencies = [
12159 "base64 0.22.1",
12160 "serde_core",
12161]
12162
12163[[package]]
12164name = "pem-rfc7468"
12165version = "0.7.0"
12166source = "registry+https://github.com/rust-lang/crates.io-index"
12167checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12168dependencies = [
12169 "base64ct",
12170]
12171
12172[[package]]
12173name = "percent-encoding"
12174version = "2.3.2"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12177
12178[[package]]
12179name = "perf"
12180version = "0.1.0"
12181dependencies = [
12182 "collections",
12183 "serde",
12184 "serde_json",
12185]
12186
12187[[package]]
12188name = "pest"
12189version = "2.8.3"
12190source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12192dependencies = [
12193 "memchr",
12194 "ucd-trie",
12195]
12196
12197[[package]]
12198name = "pest_derive"
12199version = "2.8.3"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12202dependencies = [
12203 "pest",
12204 "pest_generator",
12205]
12206
12207[[package]]
12208name = "pest_generator"
12209version = "2.8.3"
12210source = "registry+https://github.com/rust-lang/crates.io-index"
12211checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12212dependencies = [
12213 "pest",
12214 "pest_meta",
12215 "proc-macro2",
12216 "quote",
12217 "syn 2.0.117",
12218]
12219
12220[[package]]
12221name = "pest_meta"
12222version = "2.8.3"
12223source = "registry+https://github.com/rust-lang/crates.io-index"
12224checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12225dependencies = [
12226 "pest",
12227 "sha2",
12228]
12229
12230[[package]]
12231name = "pet"
12232version = "0.1.0"
12233source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12234dependencies = [
12235 "clap",
12236 "env_logger 0.10.2",
12237 "lazy_static",
12238 "log",
12239 "msvc_spectre_libs",
12240 "pet-conda",
12241 "pet-core",
12242 "pet-env-var-path",
12243 "pet-fs",
12244 "pet-global-virtualenvs",
12245 "pet-homebrew",
12246 "pet-jsonrpc",
12247 "pet-linux-global-python",
12248 "pet-mac-commandlinetools",
12249 "pet-mac-python-org",
12250 "pet-mac-xcode",
12251 "pet-pipenv",
12252 "pet-pixi",
12253 "pet-poetry",
12254 "pet-pyenv",
12255 "pet-python-utils",
12256 "pet-reporter",
12257 "pet-telemetry",
12258 "pet-uv",
12259 "pet-venv",
12260 "pet-virtualenv",
12261 "pet-virtualenvwrapper",
12262 "pet-windows-registry",
12263 "pet-windows-store",
12264 "pet-winpython",
12265 "serde",
12266 "serde_json",
12267 "tracing",
12268 "tracing-subscriber",
12269 "winresource",
12270]
12271
12272[[package]]
12273name = "pet-conda"
12274version = "0.1.0"
12275source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12276dependencies = [
12277 "env_logger 0.10.2",
12278 "lazy_static",
12279 "log",
12280 "msvc_spectre_libs",
12281 "pet-core",
12282 "pet-fs",
12283 "pet-python-utils",
12284 "pet-reporter",
12285 "rayon",
12286 "regex",
12287 "serde",
12288 "serde_json",
12289 "yaml-rust2",
12290]
12291
12292[[package]]
12293name = "pet-core"
12294version = "0.1.0"
12295source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12296dependencies = [
12297 "clap",
12298 "lazy_static",
12299 "log",
12300 "msvc_spectre_libs",
12301 "pet-fs",
12302 "regex",
12303 "serde",
12304 "serde_json",
12305]
12306
12307[[package]]
12308name = "pet-env-var-path"
12309version = "0.1.0"
12310source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12311dependencies = [
12312 "lazy_static",
12313 "log",
12314 "msvc_spectre_libs",
12315 "pet-conda",
12316 "pet-core",
12317 "pet-fs",
12318 "pet-python-utils",
12319 "pet-virtualenv",
12320 "regex",
12321]
12322
12323[[package]]
12324name = "pet-fs"
12325version = "0.1.0"
12326source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12327dependencies = [
12328 "glob",
12329 "log",
12330 "msvc_spectre_libs",
12331 "windows-sys 0.59.0",
12332]
12333
12334[[package]]
12335name = "pet-global-virtualenvs"
12336version = "0.1.0"
12337source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12338dependencies = [
12339 "log",
12340 "msvc_spectre_libs",
12341 "pet-conda",
12342 "pet-core",
12343 "pet-fs",
12344 "pet-virtualenv",
12345]
12346
12347[[package]]
12348name = "pet-homebrew"
12349version = "0.1.0"
12350source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12351dependencies = [
12352 "lazy_static",
12353 "log",
12354 "msvc_spectre_libs",
12355 "pet-conda",
12356 "pet-core",
12357 "pet-fs",
12358 "pet-python-utils",
12359 "pet-virtualenv",
12360 "rayon",
12361 "regex",
12362 "serde",
12363 "serde_json",
12364]
12365
12366[[package]]
12367name = "pet-jsonrpc"
12368version = "0.1.0"
12369source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12370dependencies = [
12371 "env_logger 0.10.2",
12372 "log",
12373 "msvc_spectre_libs",
12374 "pet-core",
12375 "serde",
12376 "serde_json",
12377]
12378
12379[[package]]
12380name = "pet-linux-global-python"
12381version = "0.1.0"
12382source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12383dependencies = [
12384 "log",
12385 "msvc_spectre_libs",
12386 "pet-core",
12387 "pet-fs",
12388 "pet-python-utils",
12389 "pet-virtualenv",
12390]
12391
12392[[package]]
12393name = "pet-mac-commandlinetools"
12394version = "0.1.0"
12395source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12396dependencies = [
12397 "log",
12398 "msvc_spectre_libs",
12399 "pet-core",
12400 "pet-fs",
12401 "pet-python-utils",
12402 "pet-virtualenv",
12403]
12404
12405[[package]]
12406name = "pet-mac-python-org"
12407version = "0.1.0"
12408source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12409dependencies = [
12410 "log",
12411 "msvc_spectre_libs",
12412 "pet-core",
12413 "pet-fs",
12414 "pet-python-utils",
12415 "pet-virtualenv",
12416]
12417
12418[[package]]
12419name = "pet-mac-xcode"
12420version = "0.1.0"
12421source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12422dependencies = [
12423 "log",
12424 "msvc_spectre_libs",
12425 "pet-core",
12426 "pet-fs",
12427 "pet-python-utils",
12428 "pet-virtualenv",
12429]
12430
12431[[package]]
12432name = "pet-pipenv"
12433version = "0.1.0"
12434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12435dependencies = [
12436 "lazy_static",
12437 "log",
12438 "msvc_spectre_libs",
12439 "pet-core",
12440 "pet-fs",
12441 "pet-python-utils",
12442 "pet-virtualenv",
12443 "regex",
12444]
12445
12446[[package]]
12447name = "pet-pixi"
12448version = "0.1.0"
12449source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12450dependencies = [
12451 "log",
12452 "msvc_spectre_libs",
12453 "pet-conda",
12454 "pet-core",
12455 "pet-python-utils",
12456]
12457
12458[[package]]
12459name = "pet-poetry"
12460version = "0.1.0"
12461source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12462dependencies = [
12463 "base64 0.22.1",
12464 "lazy_static",
12465 "log",
12466 "msvc_spectre_libs",
12467 "pet-core",
12468 "pet-fs",
12469 "pet-python-utils",
12470 "pet-reporter",
12471 "pet-virtualenv",
12472 "regex",
12473 "serde",
12474 "serde_json",
12475 "sha2",
12476 "toml 0.8.23",
12477]
12478
12479[[package]]
12480name = "pet-pyenv"
12481version = "0.1.0"
12482source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12483dependencies = [
12484 "lazy_static",
12485 "log",
12486 "msvc_spectre_libs",
12487 "pet-conda",
12488 "pet-core",
12489 "pet-fs",
12490 "pet-python-utils",
12491 "pet-reporter",
12492 "regex",
12493 "serde",
12494 "serde_json",
12495]
12496
12497[[package]]
12498name = "pet-python-utils"
12499version = "0.1.0"
12500source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12501dependencies = [
12502 "env_logger 0.10.2",
12503 "lazy_static",
12504 "log",
12505 "msvc_spectre_libs",
12506 "pet-core",
12507 "pet-fs",
12508 "regex",
12509 "serde",
12510 "serde_json",
12511 "sha2",
12512]
12513
12514[[package]]
12515name = "pet-reporter"
12516version = "0.1.0"
12517source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12518dependencies = [
12519 "env_logger 0.10.2",
12520 "log",
12521 "msvc_spectre_libs",
12522 "pet-core",
12523 "pet-jsonrpc",
12524 "serde",
12525 "serde_json",
12526]
12527
12528[[package]]
12529name = "pet-telemetry"
12530version = "0.1.0"
12531source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12532dependencies = [
12533 "env_logger 0.10.2",
12534 "lazy_static",
12535 "log",
12536 "msvc_spectre_libs",
12537 "pet-core",
12538 "pet-fs",
12539 "pet-python-utils",
12540 "regex",
12541]
12542
12543[[package]]
12544name = "pet-uv"
12545version = "0.1.0"
12546source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12547dependencies = [
12548 "log",
12549 "pet-core",
12550 "pet-python-utils",
12551 "serde",
12552 "toml 0.9.8",
12553]
12554
12555[[package]]
12556name = "pet-venv"
12557version = "0.1.0"
12558source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12559dependencies = [
12560 "log",
12561 "msvc_spectre_libs",
12562 "pet-core",
12563 "pet-python-utils",
12564 "pet-virtualenv",
12565]
12566
12567[[package]]
12568name = "pet-virtualenv"
12569version = "0.1.0"
12570source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12571dependencies = [
12572 "log",
12573 "msvc_spectre_libs",
12574 "pet-core",
12575 "pet-fs",
12576 "pet-python-utils",
12577]
12578
12579[[package]]
12580name = "pet-virtualenvwrapper"
12581version = "0.1.0"
12582source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12583dependencies = [
12584 "log",
12585 "msvc_spectre_libs",
12586 "pet-core",
12587 "pet-fs",
12588 "pet-python-utils",
12589 "pet-virtualenv",
12590]
12591
12592[[package]]
12593name = "pet-windows-registry"
12594version = "0.1.0"
12595source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12596dependencies = [
12597 "lazy_static",
12598 "log",
12599 "msvc_spectre_libs",
12600 "pet-conda",
12601 "pet-core",
12602 "pet-fs",
12603 "pet-python-utils",
12604 "pet-virtualenv",
12605 "pet-windows-store",
12606 "regex",
12607 "winreg 0.55.0",
12608]
12609
12610[[package]]
12611name = "pet-windows-store"
12612version = "0.1.0"
12613source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12614dependencies = [
12615 "lazy_static",
12616 "log",
12617 "msvc_spectre_libs",
12618 "pet-core",
12619 "pet-fs",
12620 "pet-python-utils",
12621 "pet-virtualenv",
12622 "regex",
12623 "winreg 0.55.0",
12624]
12625
12626[[package]]
12627name = "pet-winpython"
12628version = "0.1.0"
12629source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12630dependencies = [
12631 "lazy_static",
12632 "log",
12633 "pet-core",
12634 "pet-fs",
12635 "pet-python-utils",
12636 "pet-virtualenv",
12637 "regex",
12638]
12639
12640[[package]]
12641name = "petgraph"
12642version = "0.6.5"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12645dependencies = [
12646 "fixedbitset 0.4.2",
12647 "indexmap",
12648]
12649
12650[[package]]
12651name = "pgvector"
12652version = "0.4.1"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12655dependencies = [
12656 "serde",
12657]
12658
12659[[package]]
12660name = "phf"
12661version = "0.11.3"
12662source = "registry+https://github.com/rust-lang/crates.io-index"
12663checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12664dependencies = [
12665 "phf_macros 0.11.3",
12666 "phf_shared 0.11.3",
12667]
12668
12669[[package]]
12670name = "phf"
12671version = "0.12.1"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12674dependencies = [
12675 "phf_macros 0.12.1",
12676 "phf_shared 0.12.1",
12677]
12678
12679[[package]]
12680name = "phf_codegen"
12681version = "0.11.3"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12684dependencies = [
12685 "phf_generator 0.11.3",
12686 "phf_shared 0.11.3",
12687]
12688
12689[[package]]
12690name = "phf_generator"
12691version = "0.11.3"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12694dependencies = [
12695 "phf_shared 0.11.3",
12696 "rand 0.8.5",
12697]
12698
12699[[package]]
12700name = "phf_generator"
12701version = "0.12.1"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12704dependencies = [
12705 "fastrand 2.3.0",
12706 "phf_shared 0.12.1",
12707]
12708
12709[[package]]
12710name = "phf_macros"
12711version = "0.11.3"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12714dependencies = [
12715 "phf_generator 0.11.3",
12716 "phf_shared 0.11.3",
12717 "proc-macro2",
12718 "quote",
12719 "syn 2.0.117",
12720]
12721
12722[[package]]
12723name = "phf_macros"
12724version = "0.12.1"
12725source = "registry+https://github.com/rust-lang/crates.io-index"
12726checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12727dependencies = [
12728 "phf_generator 0.12.1",
12729 "phf_shared 0.12.1",
12730 "proc-macro2",
12731 "quote",
12732 "syn 2.0.117",
12733]
12734
12735[[package]]
12736name = "phf_shared"
12737version = "0.11.3"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12740dependencies = [
12741 "siphasher 1.0.1",
12742]
12743
12744[[package]]
12745name = "phf_shared"
12746version = "0.12.1"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12749dependencies = [
12750 "siphasher 1.0.1",
12751]
12752
12753[[package]]
12754name = "picker"
12755version = "0.1.0"
12756dependencies = [
12757 "anyhow",
12758 "editor",
12759 "gpui",
12760 "menu",
12761 "schemars",
12762 "serde",
12763 "settings",
12764 "theme",
12765 "theme_settings",
12766 "ui",
12767 "ui_input",
12768 "workspace",
12769 "zed_actions",
12770]
12771
12772[[package]]
12773name = "pico-args"
12774version = "0.5.0"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12777
12778[[package]]
12779name = "pin-project"
12780version = "1.1.10"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12783dependencies = [
12784 "pin-project-internal",
12785]
12786
12787[[package]]
12788name = "pin-project-internal"
12789version = "1.1.10"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12792dependencies = [
12793 "proc-macro2",
12794 "quote",
12795 "syn 2.0.117",
12796]
12797
12798[[package]]
12799name = "pin-project-lite"
12800version = "0.2.16"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12803
12804[[package]]
12805name = "pin-utils"
12806version = "0.1.0"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12809
12810[[package]]
12811name = "piper"
12812version = "0.2.4"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12815dependencies = [
12816 "atomic-waker",
12817 "fastrand 2.3.0",
12818 "futures-io",
12819]
12820
12821[[package]]
12822name = "pkcs1"
12823version = "0.7.5"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12826dependencies = [
12827 "der 0.7.10",
12828 "pkcs8 0.10.2",
12829 "spki 0.7.3",
12830]
12831
12832[[package]]
12833name = "pkcs8"
12834version = "0.9.0"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12837dependencies = [
12838 "der 0.6.1",
12839 "spki 0.6.0",
12840]
12841
12842[[package]]
12843name = "pkcs8"
12844version = "0.10.2"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12847dependencies = [
12848 "der 0.7.10",
12849 "spki 0.7.3",
12850]
12851
12852[[package]]
12853name = "pkg-config"
12854version = "0.3.32"
12855source = "registry+https://github.com/rust-lang/crates.io-index"
12856checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12857
12858[[package]]
12859name = "plain"
12860version = "0.2.3"
12861source = "registry+https://github.com/rust-lang/crates.io-index"
12862checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12863
12864[[package]]
12865name = "platform_title_bar"
12866version = "0.1.0"
12867dependencies = [
12868 "gpui",
12869 "project",
12870 "settings",
12871 "smallvec",
12872 "theme",
12873 "theme_settings",
12874 "ui",
12875 "windows 0.61.3",
12876 "workspace",
12877 "zed_actions",
12878]
12879
12880[[package]]
12881name = "plist"
12882version = "1.8.0"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12885dependencies = [
12886 "base64 0.22.1",
12887 "indexmap",
12888 "quick-xml 0.38.3",
12889 "serde",
12890 "time",
12891]
12892
12893[[package]]
12894name = "plotters"
12895version = "0.3.7"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12898dependencies = [
12899 "num-traits",
12900 "plotters-backend",
12901 "plotters-svg",
12902 "wasm-bindgen",
12903 "web-sys",
12904]
12905
12906[[package]]
12907name = "plotters-backend"
12908version = "0.3.7"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12911
12912[[package]]
12913name = "plotters-svg"
12914version = "0.3.7"
12915source = "registry+https://github.com/rust-lang/crates.io-index"
12916checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12917dependencies = [
12918 "plotters-backend",
12919]
12920
12921[[package]]
12922name = "png"
12923version = "0.17.16"
12924source = "registry+https://github.com/rust-lang/crates.io-index"
12925checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12926dependencies = [
12927 "bitflags 1.3.2",
12928 "crc32fast",
12929 "fdeflate",
12930 "flate2",
12931 "miniz_oxide",
12932]
12933
12934[[package]]
12935name = "png"
12936version = "0.18.0"
12937source = "registry+https://github.com/rust-lang/crates.io-index"
12938checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12939dependencies = [
12940 "bitflags 2.10.0",
12941 "crc32fast",
12942 "fdeflate",
12943 "flate2",
12944 "miniz_oxide",
12945]
12946
12947[[package]]
12948name = "polling"
12949version = "3.11.0"
12950source = "registry+https://github.com/rust-lang/crates.io-index"
12951checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12952dependencies = [
12953 "cfg-if",
12954 "concurrent-queue",
12955 "hermit-abi",
12956 "pin-project-lite",
12957 "rustix 1.1.2",
12958 "windows-sys 0.61.2",
12959]
12960
12961[[package]]
12962name = "pollster"
12963version = "0.2.5"
12964source = "registry+https://github.com/rust-lang/crates.io-index"
12965checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12966
12967[[package]]
12968name = "pollster"
12969version = "0.4.0"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12972
12973[[package]]
12974name = "pori"
12975version = "0.0.0"
12976source = "registry+https://github.com/rust-lang/crates.io-index"
12977checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12978dependencies = [
12979 "nom 7.1.3",
12980]
12981
12982[[package]]
12983name = "portable-atomic"
12984version = "1.11.1"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12987
12988[[package]]
12989name = "portable-atomic-util"
12990version = "0.2.4"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12993dependencies = [
12994 "portable-atomic",
12995]
12996
12997[[package]]
12998name = "portable-pty"
12999version = "0.9.0"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13002dependencies = [
13003 "anyhow",
13004 "bitflags 1.3.2",
13005 "downcast-rs",
13006 "filedescriptor",
13007 "lazy_static",
13008 "libc",
13009 "log",
13010 "nix 0.28.0",
13011 "serial2",
13012 "shared_library",
13013 "shell-words",
13014 "winapi",
13015 "winreg 0.10.1",
13016]
13017
13018[[package]]
13019name = "postage"
13020version = "0.5.0"
13021source = "registry+https://github.com/rust-lang/crates.io-index"
13022checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13023dependencies = [
13024 "atomic",
13025 "crossbeam-queue",
13026 "futures 0.3.32",
13027 "log",
13028 "parking_lot",
13029 "pin-project",
13030 "pollster 0.2.5",
13031 "static_assertions",
13032 "thiserror 1.0.69",
13033]
13034
13035[[package]]
13036name = "postcard"
13037version = "1.1.3"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13040dependencies = [
13041 "cobs",
13042 "embedded-io 0.4.0",
13043 "embedded-io 0.6.1",
13044 "serde",
13045]
13046
13047[[package]]
13048name = "potential_utf"
13049version = "0.1.3"
13050source = "registry+https://github.com/rust-lang/crates.io-index"
13051checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13052dependencies = [
13053 "zerovec",
13054]
13055
13056[[package]]
13057name = "powerfmt"
13058version = "0.2.0"
13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13061
13062[[package]]
13063name = "ppv-lite86"
13064version = "0.2.21"
13065source = "registry+https://github.com/rust-lang/crates.io-index"
13066checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13067dependencies = [
13068 "zerocopy",
13069]
13070
13071[[package]]
13072name = "precomputed-hash"
13073version = "0.1.1"
13074source = "registry+https://github.com/rust-lang/crates.io-index"
13075checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13076
13077[[package]]
13078name = "presser"
13079version = "0.3.1"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13082
13083[[package]]
13084name = "prettier"
13085version = "0.1.0"
13086dependencies = [
13087 "anyhow",
13088 "collections",
13089 "fs",
13090 "gpui",
13091 "language",
13092 "log",
13093 "lsp",
13094 "node_runtime",
13095 "parking_lot",
13096 "paths",
13097 "serde",
13098 "serde_json",
13099 "util",
13100]
13101
13102[[package]]
13103name = "pretty_assertions"
13104version = "1.4.1"
13105source = "registry+https://github.com/rust-lang/crates.io-index"
13106checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13107dependencies = [
13108 "diff",
13109 "yansi",
13110]
13111
13112[[package]]
13113name = "prettyplease"
13114version = "0.2.37"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13117dependencies = [
13118 "proc-macro2",
13119 "syn 2.0.117",
13120]
13121
13122[[package]]
13123name = "primal-check"
13124version = "0.3.4"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13127dependencies = [
13128 "num-integer",
13129]
13130
13131[[package]]
13132name = "proc-macro-crate"
13133version = "3.4.0"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13136dependencies = [
13137 "toml_edit 0.23.7",
13138]
13139
13140[[package]]
13141name = "proc-macro-error"
13142version = "1.0.4"
13143source = "registry+https://github.com/rust-lang/crates.io-index"
13144checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13145dependencies = [
13146 "proc-macro-error-attr",
13147 "proc-macro2",
13148 "quote",
13149 "syn 1.0.109",
13150 "version_check",
13151]
13152
13153[[package]]
13154name = "proc-macro-error-attr"
13155version = "1.0.4"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13158dependencies = [
13159 "proc-macro2",
13160 "quote",
13161 "version_check",
13162]
13163
13164[[package]]
13165name = "proc-macro-error-attr2"
13166version = "2.0.0"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13169dependencies = [
13170 "proc-macro2",
13171 "quote",
13172]
13173
13174[[package]]
13175name = "proc-macro-error2"
13176version = "2.0.1"
13177source = "registry+https://github.com/rust-lang/crates.io-index"
13178checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13179dependencies = [
13180 "proc-macro-error-attr2",
13181 "proc-macro2",
13182 "quote",
13183 "syn 2.0.117",
13184]
13185
13186[[package]]
13187name = "proc-macro2"
13188version = "1.0.101"
13189source = "registry+https://github.com/rust-lang/crates.io-index"
13190checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13191dependencies = [
13192 "unicode-ident",
13193]
13194
13195[[package]]
13196name = "proc-macro2-diagnostics"
13197version = "0.10.1"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13200dependencies = [
13201 "proc-macro2",
13202 "quote",
13203 "syn 2.0.117",
13204 "version_check",
13205 "yansi",
13206]
13207
13208[[package]]
13209name = "procfs-core"
13210version = "0.17.0"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13213dependencies = [
13214 "bitflags 2.10.0",
13215 "hex",
13216 "serde",
13217]
13218
13219[[package]]
13220name = "profiling"
13221version = "1.0.17"
13222source = "registry+https://github.com/rust-lang/crates.io-index"
13223checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13224dependencies = [
13225 "profiling-procmacros",
13226]
13227
13228[[package]]
13229name = "profiling-procmacros"
13230version = "1.0.17"
13231source = "registry+https://github.com/rust-lang/crates.io-index"
13232checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13233dependencies = [
13234 "quote",
13235 "syn 2.0.117",
13236]
13237
13238[[package]]
13239name = "project"
13240version = "0.1.0"
13241dependencies = [
13242 "aho-corasick",
13243 "anyhow",
13244 "askpass",
13245 "async-trait",
13246 "base64 0.22.1",
13247 "buffer_diff",
13248 "circular-buffer",
13249 "client",
13250 "clock",
13251 "collections",
13252 "context_server",
13253 "credentials_provider",
13254 "dap",
13255 "encoding_rs",
13256 "extension",
13257 "fancy-regex 0.17.0",
13258 "fs",
13259 "futures 0.3.32",
13260 "fuzzy",
13261 "fuzzy_nucleo",
13262 "git",
13263 "git2",
13264 "git_hosting_providers",
13265 "globset",
13266 "gpui",
13267 "http_client",
13268 "image",
13269 "indexmap",
13270 "itertools 0.14.0",
13271 "language",
13272 "log",
13273 "lsp",
13274 "markdown",
13275 "node_runtime",
13276 "parking_lot",
13277 "paths",
13278 "percent-encoding",
13279 "postage",
13280 "prettier",
13281 "pretty_assertions",
13282 "project",
13283 "rand 0.9.2",
13284 "regex",
13285 "release_channel",
13286 "remote",
13287 "rpc",
13288 "schemars",
13289 "semver",
13290 "serde",
13291 "serde_json",
13292 "settings",
13293 "sha2",
13294 "shellexpand 2.1.2",
13295 "smallvec",
13296 "smol",
13297 "snippet",
13298 "snippet_provider",
13299 "sum_tree",
13300 "task",
13301 "tempfile",
13302 "terminal",
13303 "text",
13304 "toml 0.8.23",
13305 "tracing",
13306 "unindent",
13307 "url",
13308 "util",
13309 "uuid",
13310 "watch",
13311 "wax",
13312 "which 6.0.3",
13313 "worktree",
13314 "zed_credentials_provider",
13315 "zeroize",
13316 "zlog",
13317 "ztracing",
13318]
13319
13320[[package]]
13321name = "project_benchmarks"
13322version = "0.1.0"
13323dependencies = [
13324 "anyhow",
13325 "askpass",
13326 "clap",
13327 "client",
13328 "futures 0.3.32",
13329 "gpui",
13330 "gpui_platform",
13331 "http_client",
13332 "language",
13333 "node_runtime",
13334 "project",
13335 "release_channel",
13336 "remote",
13337 "rpassword",
13338 "semver",
13339 "settings",
13340 "watch",
13341]
13342
13343[[package]]
13344name = "project_panel"
13345version = "0.1.0"
13346dependencies = [
13347 "anyhow",
13348 "client",
13349 "collections",
13350 "command_palette_hooks",
13351 "criterion",
13352 "editor",
13353 "feature_flags",
13354 "file_icons",
13355 "fs",
13356 "futures 0.3.32",
13357 "git",
13358 "git_ui",
13359 "gpui",
13360 "itertools 0.14.0",
13361 "language",
13362 "menu",
13363 "notifications",
13364 "pretty_assertions",
13365 "project",
13366 "rayon",
13367 "remote_connection",
13368 "schemars",
13369 "search",
13370 "serde",
13371 "serde_json",
13372 "settings",
13373 "smallvec",
13374 "telemetry",
13375 "tempfile",
13376 "theme",
13377 "theme_settings",
13378 "ui",
13379 "util",
13380 "workspace",
13381 "worktree",
13382 "zed_actions",
13383]
13384
13385[[package]]
13386name = "project_symbols"
13387version = "0.1.0"
13388dependencies = [
13389 "anyhow",
13390 "editor",
13391 "futures 0.3.32",
13392 "fuzzy",
13393 "gpui",
13394 "language",
13395 "lsp",
13396 "ordered-float 2.10.1",
13397 "picker",
13398 "project",
13399 "release_channel",
13400 "semver",
13401 "serde_json",
13402 "settings",
13403 "theme",
13404 "theme_settings",
13405 "util",
13406 "workspace",
13407]
13408
13409[[package]]
13410name = "prometheus"
13411version = "0.14.0"
13412source = "registry+https://github.com/rust-lang/crates.io-index"
13413checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13414dependencies = [
13415 "cfg-if",
13416 "fnv",
13417 "lazy_static",
13418 "memchr",
13419 "parking_lot",
13420 "protobuf",
13421 "thiserror 2.0.17",
13422]
13423
13424[[package]]
13425name = "prompt_store"
13426version = "0.1.0"
13427dependencies = [
13428 "anyhow",
13429 "assets",
13430 "chrono",
13431 "collections",
13432 "fs",
13433 "futures 0.3.32",
13434 "fuzzy",
13435 "gpui",
13436 "handlebars 4.5.0",
13437 "heed",
13438 "language",
13439 "log",
13440 "parking_lot",
13441 "paths",
13442 "rope",
13443 "serde",
13444 "strum 0.27.2",
13445 "tempfile",
13446 "text",
13447 "util",
13448 "uuid",
13449]
13450
13451[[package]]
13452name = "proptest"
13453version = "1.10.0"
13454source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13455dependencies = [
13456 "bit-set 0.8.0",
13457 "bit-vec 0.8.0",
13458 "bitflags 2.10.0",
13459 "num-traits",
13460 "proptest-macro",
13461 "rand 0.9.2",
13462 "rand_chacha 0.9.0",
13463 "rand_xorshift",
13464 "regex-syntax",
13465 "rusty-fork",
13466 "tempfile",
13467 "unarray",
13468]
13469
13470[[package]]
13471name = "proptest-derive"
13472version = "0.8.0"
13473source = "registry+https://github.com/rust-lang/crates.io-index"
13474checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13475dependencies = [
13476 "proc-macro2",
13477 "quote",
13478 "syn 2.0.117",
13479]
13480
13481[[package]]
13482name = "proptest-macro"
13483version = "0.5.0"
13484source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13485dependencies = [
13486 "convert_case 0.11.0",
13487 "proc-macro2",
13488 "quote",
13489 "syn 2.0.117",
13490]
13491
13492[[package]]
13493name = "prost"
13494version = "0.9.0"
13495source = "registry+https://github.com/rust-lang/crates.io-index"
13496checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13497dependencies = [
13498 "bytes 1.11.1",
13499 "prost-derive 0.9.0",
13500]
13501
13502[[package]]
13503name = "prost"
13504version = "0.12.6"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13507dependencies = [
13508 "bytes 1.11.1",
13509 "prost-derive 0.12.6",
13510]
13511
13512[[package]]
13513name = "prost-build"
13514version = "0.9.0"
13515source = "registry+https://github.com/rust-lang/crates.io-index"
13516checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13517dependencies = [
13518 "bytes 1.11.1",
13519 "heck 0.3.3",
13520 "itertools 0.10.5",
13521 "lazy_static",
13522 "log",
13523 "multimap",
13524 "petgraph",
13525 "prost 0.9.0",
13526 "prost-types 0.9.0",
13527 "regex",
13528 "tempfile",
13529 "which 4.4.2",
13530]
13531
13532[[package]]
13533name = "prost-build"
13534version = "0.12.6"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13537dependencies = [
13538 "bytes 1.11.1",
13539 "heck 0.4.1",
13540 "itertools 0.12.1",
13541 "log",
13542 "multimap",
13543 "once_cell",
13544 "petgraph",
13545 "prettyplease",
13546 "prost 0.12.6",
13547 "prost-types 0.12.6",
13548 "regex",
13549 "syn 2.0.117",
13550 "tempfile",
13551]
13552
13553[[package]]
13554name = "prost-derive"
13555version = "0.9.0"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13558dependencies = [
13559 "anyhow",
13560 "itertools 0.10.5",
13561 "proc-macro2",
13562 "quote",
13563 "syn 1.0.109",
13564]
13565
13566[[package]]
13567name = "prost-derive"
13568version = "0.12.6"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13571dependencies = [
13572 "anyhow",
13573 "itertools 0.12.1",
13574 "proc-macro2",
13575 "quote",
13576 "syn 2.0.117",
13577]
13578
13579[[package]]
13580name = "prost-types"
13581version = "0.9.0"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13584dependencies = [
13585 "bytes 1.11.1",
13586 "prost 0.9.0",
13587]
13588
13589[[package]]
13590name = "prost-types"
13591version = "0.12.6"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13594dependencies = [
13595 "prost 0.12.6",
13596]
13597
13598[[package]]
13599name = "proto"
13600version = "0.1.0"
13601dependencies = [
13602 "anyhow",
13603 "prost 0.9.0",
13604 "prost-build 0.9.0",
13605 "serde",
13606]
13607
13608[[package]]
13609name = "protobuf"
13610version = "3.7.2"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13613dependencies = [
13614 "once_cell",
13615 "protobuf-support",
13616 "thiserror 1.0.69",
13617]
13618
13619[[package]]
13620name = "protobuf-support"
13621version = "3.7.2"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13624dependencies = [
13625 "thiserror 1.0.69",
13626]
13627
13628[[package]]
13629name = "psm"
13630version = "0.1.30"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13633dependencies = [
13634 "ar_archive_writer",
13635 "cc",
13636]
13637
13638[[package]]
13639name = "ptr_meta"
13640version = "0.1.4"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13643dependencies = [
13644 "ptr_meta_derive",
13645]
13646
13647[[package]]
13648name = "ptr_meta_derive"
13649version = "0.1.4"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13652dependencies = [
13653 "proc-macro2",
13654 "quote",
13655 "syn 1.0.109",
13656]
13657
13658[[package]]
13659name = "pulldown-cmark"
13660version = "0.10.3"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13663dependencies = [
13664 "bitflags 2.10.0",
13665 "memchr",
13666 "pulldown-cmark-escape",
13667 "unicase",
13668]
13669
13670[[package]]
13671name = "pulldown-cmark"
13672version = "0.13.0"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13675dependencies = [
13676 "bitflags 2.10.0",
13677 "memchr",
13678 "unicase",
13679]
13680
13681[[package]]
13682name = "pulldown-cmark-escape"
13683version = "0.10.1"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13686
13687[[package]]
13688name = "pulley-interpreter"
13689version = "36.0.7"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13692dependencies = [
13693 "cranelift-bitset",
13694 "log",
13695 "pulley-macros",
13696 "wasmtime-internal-math",
13697]
13698
13699[[package]]
13700name = "pulley-macros"
13701version = "36.0.7"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13704dependencies = [
13705 "proc-macro2",
13706 "quote",
13707 "syn 2.0.117",
13708]
13709
13710[[package]]
13711name = "pulp"
13712version = "0.18.22"
13713source = "registry+https://github.com/rust-lang/crates.io-index"
13714checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13715dependencies = [
13716 "bytemuck",
13717 "libm",
13718 "num-complex",
13719 "reborrow",
13720]
13721
13722[[package]]
13723name = "pulp"
13724version = "0.21.5"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13727dependencies = [
13728 "bytemuck",
13729 "cfg-if",
13730 "libm",
13731 "num-complex",
13732 "reborrow",
13733 "version_check",
13734]
13735
13736[[package]]
13737name = "pxfm"
13738version = "0.1.25"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13741dependencies = [
13742 "num-traits",
13743]
13744
13745[[package]]
13746name = "qoi"
13747version = "0.4.1"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13750dependencies = [
13751 "bytemuck",
13752]
13753
13754[[package]]
13755name = "quick-error"
13756version = "1.2.3"
13757source = "registry+https://github.com/rust-lang/crates.io-index"
13758checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13759
13760[[package]]
13761name = "quick-error"
13762version = "2.0.1"
13763source = "registry+https://github.com/rust-lang/crates.io-index"
13764checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13765
13766[[package]]
13767name = "quick-xml"
13768version = "0.30.0"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13771dependencies = [
13772 "memchr",
13773]
13774
13775[[package]]
13776name = "quick-xml"
13777version = "0.37.5"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13780dependencies = [
13781 "memchr",
13782]
13783
13784[[package]]
13785name = "quick-xml"
13786version = "0.38.3"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13789dependencies = [
13790 "memchr",
13791]
13792
13793[[package]]
13794name = "quinn"
13795version = "0.11.9"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13798dependencies = [
13799 "bytes 1.11.1",
13800 "cfg_aliases 0.2.1",
13801 "pin-project-lite",
13802 "quinn-proto",
13803 "quinn-udp",
13804 "rustc-hash 2.1.1",
13805 "rustls 0.23.33",
13806 "socket2 0.6.1",
13807 "thiserror 2.0.17",
13808 "tokio",
13809 "tracing",
13810 "web-time",
13811]
13812
13813[[package]]
13814name = "quinn-proto"
13815version = "0.11.13"
13816source = "registry+https://github.com/rust-lang/crates.io-index"
13817checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13818dependencies = [
13819 "bytes 1.11.1",
13820 "getrandom 0.3.4",
13821 "lru-slab",
13822 "rand 0.9.2",
13823 "ring",
13824 "rustc-hash 2.1.1",
13825 "rustls 0.23.33",
13826 "rustls-pki-types",
13827 "slab",
13828 "thiserror 2.0.17",
13829 "tinyvec",
13830 "tracing",
13831 "web-time",
13832]
13833
13834[[package]]
13835name = "quinn-udp"
13836version = "0.5.14"
13837source = "registry+https://github.com/rust-lang/crates.io-index"
13838checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13839dependencies = [
13840 "cfg_aliases 0.2.1",
13841 "libc",
13842 "once_cell",
13843 "socket2 0.6.1",
13844 "tracing",
13845 "windows-sys 0.52.0",
13846]
13847
13848[[package]]
13849name = "quote"
13850version = "1.0.41"
13851source = "registry+https://github.com/rust-lang/crates.io-index"
13852checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13853dependencies = [
13854 "proc-macro2",
13855]
13856
13857[[package]]
13858name = "r-efi"
13859version = "5.3.0"
13860source = "registry+https://github.com/rust-lang/crates.io-index"
13861checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13862
13863[[package]]
13864name = "radium"
13865version = "0.7.0"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13868
13869[[package]]
13870name = "rand"
13871version = "0.3.23"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13874dependencies = [
13875 "libc",
13876 "rand 0.4.6",
13877]
13878
13879[[package]]
13880name = "rand"
13881version = "0.4.6"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13884dependencies = [
13885 "fuchsia-cprng",
13886 "libc",
13887 "rand_core 0.3.1",
13888 "rdrand",
13889 "winapi",
13890]
13891
13892[[package]]
13893name = "rand"
13894version = "0.8.5"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13897dependencies = [
13898 "libc",
13899 "rand_chacha 0.3.1",
13900 "rand_core 0.6.4",
13901]
13902
13903[[package]]
13904name = "rand"
13905version = "0.9.2"
13906source = "registry+https://github.com/rust-lang/crates.io-index"
13907checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13908dependencies = [
13909 "rand_chacha 0.9.0",
13910 "rand_core 0.9.3",
13911]
13912
13913[[package]]
13914name = "rand_chacha"
13915version = "0.3.1"
13916source = "registry+https://github.com/rust-lang/crates.io-index"
13917checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13918dependencies = [
13919 "ppv-lite86",
13920 "rand_core 0.6.4",
13921]
13922
13923[[package]]
13924name = "rand_chacha"
13925version = "0.9.0"
13926source = "registry+https://github.com/rust-lang/crates.io-index"
13927checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13928dependencies = [
13929 "ppv-lite86",
13930 "rand_core 0.9.3",
13931]
13932
13933[[package]]
13934name = "rand_core"
13935version = "0.3.1"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13938dependencies = [
13939 "rand_core 0.4.2",
13940]
13941
13942[[package]]
13943name = "rand_core"
13944version = "0.4.2"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13947
13948[[package]]
13949name = "rand_core"
13950version = "0.6.4"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13953dependencies = [
13954 "getrandom 0.2.16",
13955]
13956
13957[[package]]
13958name = "rand_core"
13959version = "0.9.3"
13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13962dependencies = [
13963 "getrandom 0.3.4",
13964]
13965
13966[[package]]
13967name = "rand_distr"
13968version = "0.5.1"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13971dependencies = [
13972 "num-traits",
13973 "rand 0.9.2",
13974]
13975
13976[[package]]
13977name = "rand_pcg"
13978version = "0.3.1"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13981dependencies = [
13982 "rand_core 0.6.4",
13983]
13984
13985[[package]]
13986name = "rand_xorshift"
13987version = "0.4.0"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13990dependencies = [
13991 "rand_core 0.9.3",
13992]
13993
13994[[package]]
13995name = "random_choice"
13996version = "0.3.2"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13999dependencies = [
14000 "rand 0.3.23",
14001]
14002
14003[[package]]
14004name = "range-alloc"
14005version = "0.1.4"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14008
14009[[package]]
14010name = "range-map"
14011version = "0.2.0"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14014dependencies = [
14015 "num-traits",
14016]
14017
14018[[package]]
14019name = "rangemap"
14020version = "1.7.1"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14023
14024[[package]]
14025name = "rav1e"
14026version = "0.7.1"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14029dependencies = [
14030 "arbitrary",
14031 "arg_enum_proc_macro",
14032 "arrayvec",
14033 "av1-grain",
14034 "bitstream-io",
14035 "built",
14036 "cfg-if",
14037 "interpolate_name",
14038 "itertools 0.12.1",
14039 "libc",
14040 "libfuzzer-sys",
14041 "log",
14042 "maybe-rayon",
14043 "new_debug_unreachable",
14044 "noop_proc_macro",
14045 "num-derive",
14046 "num-traits",
14047 "once_cell",
14048 "paste",
14049 "profiling",
14050 "rand 0.8.5",
14051 "rand_chacha 0.3.1",
14052 "simd_helpers",
14053 "system-deps 6.2.2",
14054 "thiserror 1.0.69",
14055 "v_frame",
14056 "wasm-bindgen",
14057]
14058
14059[[package]]
14060name = "ravif"
14061version = "0.11.20"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14064dependencies = [
14065 "avif-serialize",
14066 "imgref",
14067 "loop9",
14068 "quick-error 2.0.1",
14069 "rav1e",
14070 "rayon",
14071 "rgb",
14072]
14073
14074[[package]]
14075name = "raw-cpuid"
14076version = "10.7.0"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14079dependencies = [
14080 "bitflags 1.3.2",
14081]
14082
14083[[package]]
14084name = "raw-cpuid"
14085version = "11.6.0"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14088dependencies = [
14089 "bitflags 2.10.0",
14090]
14091
14092[[package]]
14093name = "raw-window-handle"
14094version = "0.6.2"
14095source = "registry+https://github.com/rust-lang/crates.io-index"
14096checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14097
14098[[package]]
14099name = "raw-window-metal"
14100version = "1.1.0"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14103dependencies = [
14104 "objc2",
14105 "objc2-core-foundation",
14106 "objc2-foundation",
14107 "objc2-quartz-core",
14108]
14109
14110[[package]]
14111name = "rayon"
14112version = "1.11.0"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14115dependencies = [
14116 "either",
14117 "rayon-core",
14118]
14119
14120[[package]]
14121name = "rayon-core"
14122version = "1.13.0"
14123source = "registry+https://github.com/rust-lang/crates.io-index"
14124checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14125dependencies = [
14126 "crossbeam-deque",
14127 "crossbeam-utils",
14128]
14129
14130[[package]]
14131name = "rdrand"
14132version = "0.4.0"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14135dependencies = [
14136 "rand_core 0.3.1",
14137]
14138
14139[[package]]
14140name = "read-fonts"
14141version = "0.35.0"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14144dependencies = [
14145 "bytemuck",
14146 "font-types 0.10.0",
14147]
14148
14149[[package]]
14150name = "read-fonts"
14151version = "0.37.0"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14154dependencies = [
14155 "bytemuck",
14156 "core_maths",
14157 "font-types 0.11.0",
14158]
14159
14160[[package]]
14161name = "realfft"
14162version = "3.5.0"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14165dependencies = [
14166 "rustfft",
14167]
14168
14169[[package]]
14170name = "reborrow"
14171version = "0.5.5"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14174
14175[[package]]
14176name = "recent_projects"
14177version = "0.1.0"
14178dependencies = [
14179 "anyhow",
14180 "askpass",
14181 "chrono",
14182 "db",
14183 "dev_container",
14184 "editor",
14185 "extension",
14186 "extension_host",
14187 "fs",
14188 "futures 0.3.32",
14189 "fuzzy",
14190 "gpui",
14191 "http_client",
14192 "indoc",
14193 "language",
14194 "log",
14195 "menu",
14196 "node_runtime",
14197 "open_path_prompt",
14198 "ordered-float 2.10.1",
14199 "paths",
14200 "picker",
14201 "project",
14202 "release_channel",
14203 "remote",
14204 "remote_connection",
14205 "remote_server",
14206 "semver",
14207 "serde",
14208 "serde_json",
14209 "settings",
14210 "smol",
14211 "task",
14212 "telemetry",
14213 "ui",
14214 "ui_input",
14215 "util",
14216 "windows-registry 0.6.1",
14217 "workspace",
14218 "worktree",
14219 "zed_actions",
14220]
14221
14222[[package]]
14223name = "redox_syscall"
14224version = "0.2.16"
14225source = "registry+https://github.com/rust-lang/crates.io-index"
14226checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14227dependencies = [
14228 "bitflags 1.3.2",
14229]
14230
14231[[package]]
14232name = "redox_syscall"
14233version = "0.5.18"
14234source = "registry+https://github.com/rust-lang/crates.io-index"
14235checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14236dependencies = [
14237 "bitflags 2.10.0",
14238]
14239
14240[[package]]
14241name = "redox_users"
14242version = "0.4.6"
14243source = "registry+https://github.com/rust-lang/crates.io-index"
14244checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14245dependencies = [
14246 "getrandom 0.2.16",
14247 "libredox",
14248 "thiserror 1.0.69",
14249]
14250
14251[[package]]
14252name = "redox_users"
14253version = "0.5.2"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14256dependencies = [
14257 "getrandom 0.2.16",
14258 "libredox",
14259 "thiserror 2.0.17",
14260]
14261
14262[[package]]
14263name = "ref-cast"
14264version = "1.0.25"
14265source = "registry+https://github.com/rust-lang/crates.io-index"
14266checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14267dependencies = [
14268 "ref-cast-impl",
14269]
14270
14271[[package]]
14272name = "ref-cast-impl"
14273version = "1.0.25"
14274source = "registry+https://github.com/rust-lang/crates.io-index"
14275checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14276dependencies = [
14277 "proc-macro2",
14278 "quote",
14279 "syn 2.0.117",
14280]
14281
14282[[package]]
14283name = "referencing"
14284version = "0.37.4"
14285source = "registry+https://github.com/rust-lang/crates.io-index"
14286checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14287dependencies = [
14288 "ahash 0.8.12",
14289 "fluent-uri",
14290 "getrandom 0.3.4",
14291 "hashbrown 0.16.1",
14292 "parking_lot",
14293 "percent-encoding",
14294 "serde_json",
14295]
14296
14297[[package]]
14298name = "refineable"
14299version = "0.1.0"
14300dependencies = [
14301 "derive_refineable",
14302]
14303
14304[[package]]
14305name = "regalloc2"
14306version = "0.12.2"
14307source = "registry+https://github.com/rust-lang/crates.io-index"
14308checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14309dependencies = [
14310 "allocator-api2",
14311 "bumpalo",
14312 "hashbrown 0.15.5",
14313 "log",
14314 "rustc-hash 2.1.1",
14315 "serde",
14316 "smallvec",
14317]
14318
14319[[package]]
14320name = "regex"
14321version = "1.12.2"
14322source = "registry+https://github.com/rust-lang/crates.io-index"
14323checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14324dependencies = [
14325 "aho-corasick",
14326 "memchr",
14327 "regex-automata",
14328 "regex-syntax",
14329]
14330
14331[[package]]
14332name = "regex-automata"
14333version = "0.4.13"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14336dependencies = [
14337 "aho-corasick",
14338 "memchr",
14339 "regex-syntax",
14340]
14341
14342[[package]]
14343name = "regex-lite"
14344version = "0.1.8"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14347
14348[[package]]
14349name = "regex-syntax"
14350version = "0.8.8"
14351source = "registry+https://github.com/rust-lang/crates.io-index"
14352checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14353
14354[[package]]
14355name = "release_channel"
14356version = "0.1.0"
14357dependencies = [
14358 "gpui",
14359 "semver",
14360]
14361
14362[[package]]
14363name = "remote"
14364version = "0.1.0"
14365dependencies = [
14366 "anyhow",
14367 "askpass",
14368 "async-trait",
14369 "base64 0.22.1",
14370 "collections",
14371 "fs",
14372 "futures 0.3.32",
14373 "gpui",
14374 "log",
14375 "parking_lot",
14376 "paths",
14377 "prost 0.9.0",
14378 "release_channel",
14379 "rpc",
14380 "schemars",
14381 "semver",
14382 "serde",
14383 "serde_json",
14384 "settings",
14385 "smol",
14386 "tempfile",
14387 "thiserror 2.0.17",
14388 "urlencoding",
14389 "util",
14390 "which 6.0.3",
14391]
14392
14393[[package]]
14394name = "remote_connection"
14395version = "0.1.0"
14396dependencies = [
14397 "anyhow",
14398 "askpass",
14399 "auto_update",
14400 "futures 0.3.32",
14401 "gpui",
14402 "log",
14403 "markdown",
14404 "menu",
14405 "release_channel",
14406 "remote",
14407 "semver",
14408 "settings",
14409 "theme_settings",
14410 "ui",
14411 "ui_input",
14412 "workspace",
14413]
14414
14415[[package]]
14416name = "remote_server"
14417version = "0.1.0"
14418dependencies = [
14419 "action_log",
14420 "agent",
14421 "anyhow",
14422 "askpass",
14423 "cargo_toml",
14424 "clap",
14425 "client",
14426 "clock",
14427 "collections",
14428 "crash-handler",
14429 "crashes",
14430 "dap_adapters",
14431 "debug_adapter_extension",
14432 "editor",
14433 "env_logger 0.11.8",
14434 "extension",
14435 "extension_host",
14436 "fork",
14437 "fs",
14438 "futures 0.3.32",
14439 "git",
14440 "git2",
14441 "git_hosting_providers",
14442 "gpui",
14443 "gpui_platform",
14444 "gpui_tokio",
14445 "http_client",
14446 "image",
14447 "json_schema_store",
14448 "language",
14449 "language_extension",
14450 "language_model",
14451 "languages",
14452 "libc",
14453 "log",
14454 "lsp",
14455 "minidumper",
14456 "net",
14457 "node_runtime",
14458 "paths",
14459 "pretty_assertions",
14460 "project",
14461 "proto",
14462 "rayon",
14463 "release_channel",
14464 "remote",
14465 "reqwest_client",
14466 "rpc",
14467 "rust-embed",
14468 "semver",
14469 "serde",
14470 "serde_json",
14471 "settings",
14472 "shellexpand 2.1.2",
14473 "smol",
14474 "sysinfo 0.37.2",
14475 "task",
14476 "theme",
14477 "theme_settings",
14478 "thiserror 2.0.17",
14479 "toml 0.8.23",
14480 "unindent",
14481 "util",
14482 "uuid",
14483 "watch",
14484 "windows 0.61.3",
14485 "worktree",
14486 "zlog",
14487]
14488
14489[[package]]
14490name = "rend"
14491version = "0.4.2"
14492source = "registry+https://github.com/rust-lang/crates.io-index"
14493checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14494dependencies = [
14495 "bytecheck",
14496]
14497
14498[[package]]
14499name = "renderdoc-sys"
14500version = "1.1.0"
14501source = "registry+https://github.com/rust-lang/crates.io-index"
14502checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14503
14504[[package]]
14505name = "repl"
14506version = "0.1.0"
14507dependencies = [
14508 "alacritty_terminal",
14509 "anyhow",
14510 "async-dispatcher",
14511 "async-task",
14512 "async-tungstenite",
14513 "base64 0.22.1",
14514 "client",
14515 "collections",
14516 "command_palette_hooks",
14517 "editor",
14518 "feature_flags",
14519 "file_icons",
14520 "futures 0.3.32",
14521 "gpui",
14522 "html_to_markdown",
14523 "http_client",
14524 "image",
14525 "indoc",
14526 "jupyter-protocol",
14527 "jupyter-websocket-client",
14528 "language",
14529 "languages",
14530 "log",
14531 "markdown",
14532 "menu",
14533 "multi_buffer",
14534 "nbformat",
14535 "picker",
14536 "project",
14537 "remote",
14538 "runtimelib",
14539 "serde",
14540 "serde_json",
14541 "settings",
14542 "shlex",
14543 "smol",
14544 "telemetry",
14545 "terminal",
14546 "terminal_view",
14547 "theme",
14548 "theme_settings",
14549 "tree-sitter-md",
14550 "tree-sitter-python",
14551 "tree-sitter-typescript",
14552 "ui",
14553 "util",
14554 "uuid",
14555 "workspace",
14556 "zed_actions",
14557]
14558
14559[[package]]
14560name = "reqwest"
14561version = "0.11.27"
14562source = "registry+https://github.com/rust-lang/crates.io-index"
14563checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14564dependencies = [
14565 "base64 0.21.7",
14566 "bytes 1.11.1",
14567 "encoding_rs",
14568 "futures-core",
14569 "futures-util",
14570 "h2 0.3.27",
14571 "http 0.2.12",
14572 "http-body 0.4.6",
14573 "hyper 0.14.32",
14574 "hyper-tls",
14575 "ipnet",
14576 "js-sys",
14577 "log",
14578 "mime",
14579 "native-tls",
14580 "once_cell",
14581 "percent-encoding",
14582 "pin-project-lite",
14583 "rustls-pemfile 1.0.4",
14584 "serde",
14585 "serde_json",
14586 "serde_urlencoded",
14587 "sync_wrapper 0.1.2",
14588 "system-configuration 0.5.1",
14589 "tokio",
14590 "tokio-native-tls",
14591 "tower-service",
14592 "url",
14593 "wasm-bindgen",
14594 "wasm-bindgen-futures",
14595 "web-sys",
14596 "winreg 0.50.0",
14597]
14598
14599[[package]]
14600name = "reqwest"
14601version = "0.12.24"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14604dependencies = [
14605 "base64 0.22.1",
14606 "bytes 1.11.1",
14607 "futures-channel",
14608 "futures-core",
14609 "futures-util",
14610 "http 1.3.1",
14611 "http-body 1.0.1",
14612 "http-body-util",
14613 "hyper 1.7.0",
14614 "hyper-rustls 0.27.7",
14615 "hyper-util",
14616 "js-sys",
14617 "log",
14618 "percent-encoding",
14619 "pin-project-lite",
14620 "quinn",
14621 "rustls 0.23.33",
14622 "rustls-native-certs 0.8.2",
14623 "rustls-pki-types",
14624 "serde",
14625 "serde_json",
14626 "serde_urlencoded",
14627 "sync_wrapper 1.0.2",
14628 "tokio",
14629 "tokio-rustls 0.26.2",
14630 "tower 0.5.2",
14631 "tower-http 0.6.6",
14632 "tower-service",
14633 "url",
14634 "wasm-bindgen",
14635 "wasm-bindgen-futures",
14636 "web-sys",
14637]
14638
14639[[package]]
14640name = "reqwest_client"
14641version = "0.1.0"
14642dependencies = [
14643 "anyhow",
14644 "bytes 1.11.1",
14645 "futures 0.3.32",
14646 "gpui_util",
14647 "http_client",
14648 "http_client_tls",
14649 "log",
14650 "regex",
14651 "serde",
14652 "tokio",
14653 "zed-reqwest",
14654]
14655
14656[[package]]
14657name = "resvg"
14658version = "0.45.1"
14659source = "registry+https://github.com/rust-lang/crates.io-index"
14660checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14661dependencies = [
14662 "gif",
14663 "image-webp",
14664 "log",
14665 "pico-args",
14666 "rgb",
14667 "svgtypes",
14668 "tiny-skia",
14669 "usvg",
14670 "zune-jpeg",
14671]
14672
14673[[package]]
14674name = "rfc6979"
14675version = "0.3.1"
14676source = "registry+https://github.com/rust-lang/crates.io-index"
14677checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14678dependencies = [
14679 "crypto-bigint 0.4.9",
14680 "hmac",
14681 "zeroize",
14682]
14683
14684[[package]]
14685name = "rgb"
14686version = "0.8.52"
14687source = "registry+https://github.com/rust-lang/crates.io-index"
14688checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14689dependencies = [
14690 "bytemuck",
14691]
14692
14693[[package]]
14694name = "ring"
14695version = "0.17.14"
14696source = "registry+https://github.com/rust-lang/crates.io-index"
14697checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14698dependencies = [
14699 "cc",
14700 "cfg-if",
14701 "getrandom 0.2.16",
14702 "libc",
14703 "untrusted 0.9.0",
14704 "windows-sys 0.52.0",
14705]
14706
14707[[package]]
14708name = "rkyv"
14709version = "0.7.45"
14710source = "registry+https://github.com/rust-lang/crates.io-index"
14711checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14712dependencies = [
14713 "bitvec",
14714 "bytecheck",
14715 "bytes 1.11.1",
14716 "hashbrown 0.12.3",
14717 "ptr_meta",
14718 "rend",
14719 "rkyv_derive",
14720 "seahash",
14721 "tinyvec",
14722 "uuid",
14723]
14724
14725[[package]]
14726name = "rkyv_derive"
14727version = "0.7.45"
14728source = "registry+https://github.com/rust-lang/crates.io-index"
14729checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14730dependencies = [
14731 "proc-macro2",
14732 "quote",
14733 "syn 1.0.109",
14734]
14735
14736[[package]]
14737name = "rmp"
14738version = "0.8.14"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14741dependencies = [
14742 "byteorder",
14743 "num-traits",
14744 "paste",
14745]
14746
14747[[package]]
14748name = "rmpv"
14749version = "1.3.0"
14750source = "registry+https://github.com/rust-lang/crates.io-index"
14751checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14752dependencies = [
14753 "num-traits",
14754 "rmp",
14755]
14756
14757[[package]]
14758name = "rodio"
14759version = "0.21.1"
14760source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14761dependencies = [
14762 "cpal",
14763 "dasp_sample",
14764 "hound",
14765 "num-rational",
14766 "rand 0.9.2",
14767 "rand_distr",
14768 "rtrb",
14769 "symphonia",
14770 "thiserror 2.0.17",
14771]
14772
14773[[package]]
14774name = "rope"
14775version = "0.1.0"
14776dependencies = [
14777 "criterion",
14778 "ctor",
14779 "gpui",
14780 "heapless",
14781 "log",
14782 "rand 0.9.2",
14783 "rayon",
14784 "sum_tree",
14785 "tracing",
14786 "unicode-segmentation",
14787 "util",
14788 "zlog",
14789 "ztracing",
14790]
14791
14792[[package]]
14793name = "roxmltree"
14794version = "0.20.0"
14795source = "registry+https://github.com/rust-lang/crates.io-index"
14796checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14797
14798[[package]]
14799name = "rpassword"
14800version = "7.4.0"
14801source = "registry+https://github.com/rust-lang/crates.io-index"
14802checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14803dependencies = [
14804 "libc",
14805 "rtoolbox",
14806 "windows-sys 0.59.0",
14807]
14808
14809[[package]]
14810name = "rpc"
14811version = "0.1.0"
14812dependencies = [
14813 "anyhow",
14814 "async-tungstenite",
14815 "base64 0.22.1",
14816 "collections",
14817 "futures 0.3.32",
14818 "gpui",
14819 "parking_lot",
14820 "proto",
14821 "rand 0.9.2",
14822 "rsa",
14823 "serde",
14824 "serde_json",
14825 "sha2",
14826 "strum 0.27.2",
14827 "tracing",
14828 "util",
14829 "zlog",
14830 "zstd",
14831]
14832
14833[[package]]
14834name = "rsa"
14835version = "0.9.10"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14838dependencies = [
14839 "const-oid",
14840 "digest",
14841 "num-bigint-dig 0.8.6",
14842 "num-integer",
14843 "num-traits",
14844 "pkcs1",
14845 "pkcs8 0.10.2",
14846 "rand_core 0.6.4",
14847 "signature 2.2.0",
14848 "spki 0.7.3",
14849 "subtle",
14850 "zeroize",
14851]
14852
14853[[package]]
14854name = "rtoolbox"
14855version = "0.0.3"
14856source = "registry+https://github.com/rust-lang/crates.io-index"
14857checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14858dependencies = [
14859 "libc",
14860 "windows-sys 0.52.0",
14861]
14862
14863[[package]]
14864name = "rtrb"
14865version = "0.3.2"
14866source = "registry+https://github.com/rust-lang/crates.io-index"
14867checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14868
14869[[package]]
14870name = "rules_library"
14871version = "0.1.0"
14872dependencies = [
14873 "anyhow",
14874 "collections",
14875 "editor",
14876 "gpui",
14877 "language",
14878 "language_model",
14879 "log",
14880 "menu",
14881 "picker",
14882 "platform_title_bar",
14883 "prompt_store",
14884 "release_channel",
14885 "rope",
14886 "serde",
14887 "settings",
14888 "theme_settings",
14889 "ui",
14890 "ui_input",
14891 "util",
14892 "workspace",
14893 "zed_actions",
14894]
14895
14896[[package]]
14897name = "runtimelib"
14898version = "1.4.0"
14899source = "registry+https://github.com/rust-lang/crates.io-index"
14900checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14901dependencies = [
14902 "async-dispatcher",
14903 "async-std",
14904 "aws-lc-rs",
14905 "base64 0.22.1",
14906 "bytes 1.11.1",
14907 "chrono",
14908 "data-encoding",
14909 "dirs 6.0.0",
14910 "futures 0.3.32",
14911 "glob",
14912 "jupyter-protocol",
14913 "serde",
14914 "serde_json",
14915 "shellexpand 3.1.1",
14916 "smol",
14917 "thiserror 2.0.17",
14918 "uuid",
14919 "zeromq",
14920]
14921
14922[[package]]
14923name = "rust-embed"
14924version = "8.11.0"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14927dependencies = [
14928 "rust-embed-impl",
14929 "rust-embed-utils",
14930 "walkdir",
14931]
14932
14933[[package]]
14934name = "rust-embed-impl"
14935version = "8.11.0"
14936source = "registry+https://github.com/rust-lang/crates.io-index"
14937checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14938dependencies = [
14939 "proc-macro2",
14940 "quote",
14941 "rust-embed-utils",
14942 "syn 2.0.117",
14943 "walkdir",
14944]
14945
14946[[package]]
14947name = "rust-embed-utils"
14948version = "8.11.0"
14949source = "registry+https://github.com/rust-lang/crates.io-index"
14950checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14951dependencies = [
14952 "globset",
14953 "sha2",
14954 "walkdir",
14955]
14956
14957[[package]]
14958name = "rust_decimal"
14959version = "1.39.0"
14960source = "registry+https://github.com/rust-lang/crates.io-index"
14961checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14962dependencies = [
14963 "arrayvec",
14964 "borsh",
14965 "bytes 1.11.1",
14966 "num-traits",
14967 "rand 0.8.5",
14968 "rkyv",
14969 "serde",
14970 "serde_json",
14971]
14972
14973[[package]]
14974name = "rustc-demangle"
14975version = "0.1.26"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14978
14979[[package]]
14980name = "rustc-hash"
14981version = "1.1.0"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14984
14985[[package]]
14986name = "rustc-hash"
14987version = "2.1.1"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14990
14991[[package]]
14992name = "rustc_version"
14993version = "0.4.1"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14996dependencies = [
14997 "semver",
14998]
14999
15000[[package]]
15001name = "rustfft"
15002version = "6.4.1"
15003source = "registry+https://github.com/rust-lang/crates.io-index"
15004checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15005dependencies = [
15006 "num-complex",
15007 "num-integer",
15008 "num-traits",
15009 "primal-check",
15010 "strength_reduce",
15011 "transpose",
15012]
15013
15014[[package]]
15015name = "rustix"
15016version = "0.38.44"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15019dependencies = [
15020 "bitflags 2.10.0",
15021 "errno 0.3.14",
15022 "libc",
15023 "linux-raw-sys 0.4.15",
15024 "windows-sys 0.59.0",
15025]
15026
15027[[package]]
15028name = "rustix"
15029version = "1.1.2"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15032dependencies = [
15033 "bitflags 2.10.0",
15034 "errno 0.3.14",
15035 "libc",
15036 "linux-raw-sys 0.11.0",
15037 "windows-sys 0.52.0",
15038]
15039
15040[[package]]
15041name = "rustix-linux-procfs"
15042version = "0.1.1"
15043source = "registry+https://github.com/rust-lang/crates.io-index"
15044checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15045dependencies = [
15046 "once_cell",
15047 "rustix 1.1.2",
15048]
15049
15050[[package]]
15051name = "rustix-openpty"
15052version = "0.2.0"
15053source = "registry+https://github.com/rust-lang/crates.io-index"
15054checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15055dependencies = [
15056 "errno 0.3.14",
15057 "libc",
15058 "rustix 1.1.2",
15059]
15060
15061[[package]]
15062name = "rustls"
15063version = "0.21.12"
15064source = "registry+https://github.com/rust-lang/crates.io-index"
15065checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15066dependencies = [
15067 "log",
15068 "ring",
15069 "rustls-webpki 0.101.7",
15070 "sct",
15071]
15072
15073[[package]]
15074name = "rustls"
15075version = "0.23.33"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15078dependencies = [
15079 "aws-lc-rs",
15080 "log",
15081 "once_cell",
15082 "ring",
15083 "rustls-pki-types",
15084 "rustls-webpki 0.103.7",
15085 "subtle",
15086 "zeroize",
15087]
15088
15089[[package]]
15090name = "rustls-native-certs"
15091version = "0.6.3"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15094dependencies = [
15095 "openssl-probe",
15096 "rustls-pemfile 1.0.4",
15097 "schannel",
15098 "security-framework 2.11.1",
15099]
15100
15101[[package]]
15102name = "rustls-native-certs"
15103version = "0.8.2"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15106dependencies = [
15107 "openssl-probe",
15108 "rustls-pki-types",
15109 "schannel",
15110 "security-framework 3.5.1",
15111]
15112
15113[[package]]
15114name = "rustls-pemfile"
15115version = "1.0.4"
15116source = "registry+https://github.com/rust-lang/crates.io-index"
15117checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15118dependencies = [
15119 "base64 0.21.7",
15120]
15121
15122[[package]]
15123name = "rustls-pemfile"
15124version = "2.2.0"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15127dependencies = [
15128 "rustls-pki-types",
15129]
15130
15131[[package]]
15132name = "rustls-pki-types"
15133version = "1.12.0"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15136dependencies = [
15137 "web-time",
15138 "zeroize",
15139]
15140
15141[[package]]
15142name = "rustls-platform-verifier"
15143version = "0.5.3"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15146dependencies = [
15147 "core-foundation 0.10.0",
15148 "core-foundation-sys",
15149 "jni",
15150 "log",
15151 "once_cell",
15152 "rustls 0.23.33",
15153 "rustls-native-certs 0.8.2",
15154 "rustls-platform-verifier-android",
15155 "rustls-webpki 0.103.7",
15156 "security-framework 3.5.1",
15157 "security-framework-sys",
15158 "webpki-root-certs",
15159 "windows-sys 0.59.0",
15160]
15161
15162[[package]]
15163name = "rustls-platform-verifier-android"
15164version = "0.1.1"
15165source = "registry+https://github.com/rust-lang/crates.io-index"
15166checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15167
15168[[package]]
15169name = "rustls-webpki"
15170version = "0.101.7"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15173dependencies = [
15174 "ring",
15175 "untrusted 0.9.0",
15176]
15177
15178[[package]]
15179name = "rustls-webpki"
15180version = "0.103.7"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15183dependencies = [
15184 "aws-lc-rs",
15185 "ring",
15186 "rustls-pki-types",
15187 "untrusted 0.9.0",
15188]
15189
15190[[package]]
15191name = "rustversion"
15192version = "1.0.22"
15193source = "registry+https://github.com/rust-lang/crates.io-index"
15194checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15195
15196[[package]]
15197name = "rusty-fork"
15198version = "0.3.1"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15201dependencies = [
15202 "fnv",
15203 "quick-error 1.2.3",
15204 "tempfile",
15205 "wait-timeout",
15206]
15207
15208[[package]]
15209name = "rustybuzz"
15210version = "0.20.1"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15213dependencies = [
15214 "bitflags 2.10.0",
15215 "bytemuck",
15216 "core_maths",
15217 "log",
15218 "smallvec",
15219 "ttf-parser 0.25.1",
15220 "unicode-bidi-mirroring",
15221 "unicode-ccc",
15222 "unicode-properties",
15223 "unicode-script",
15224]
15225
15226[[package]]
15227name = "ryu"
15228version = "1.0.20"
15229source = "registry+https://github.com/rust-lang/crates.io-index"
15230checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15231
15232[[package]]
15233name = "saa"
15234version = "5.4.9"
15235source = "registry+https://github.com/rust-lang/crates.io-index"
15236checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15237
15238[[package]]
15239name = "safetensors"
15240version = "0.4.5"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15243dependencies = [
15244 "serde",
15245 "serde_json",
15246]
15247
15248[[package]]
15249name = "same-file"
15250version = "1.0.6"
15251source = "registry+https://github.com/rust-lang/crates.io-index"
15252checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15253dependencies = [
15254 "winapi-util",
15255]
15256
15257[[package]]
15258name = "scc"
15259version = "3.5.6"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15262dependencies = [
15263 "saa",
15264 "sdd",
15265]
15266
15267[[package]]
15268name = "schannel"
15269version = "0.1.28"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15272dependencies = [
15273 "windows-sys 0.61.2",
15274]
15275
15276[[package]]
15277name = "scheduler"
15278version = "0.1.0"
15279dependencies = [
15280 "async-task",
15281 "backtrace",
15282 "chrono",
15283 "flume",
15284 "futures 0.3.32",
15285 "parking_lot",
15286 "rand 0.9.2",
15287 "web-time",
15288]
15289
15290[[package]]
15291name = "schema_generator"
15292version = "0.1.0"
15293dependencies = [
15294 "anyhow",
15295 "clap",
15296 "env_logger 0.11.8",
15297 "schemars",
15298 "serde",
15299 "serde_json",
15300 "settings",
15301 "theme",
15302 "theme_settings",
15303]
15304
15305[[package]]
15306name = "schemars"
15307version = "1.0.4"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15310dependencies = [
15311 "dyn-clone",
15312 "indexmap",
15313 "ref-cast",
15314 "schemars_derive",
15315 "serde",
15316 "serde_json",
15317]
15318
15319[[package]]
15320name = "schemars_derive"
15321version = "1.0.4"
15322source = "registry+https://github.com/rust-lang/crates.io-index"
15323checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15324dependencies = [
15325 "proc-macro2",
15326 "quote",
15327 "serde_derive_internals",
15328 "syn 2.0.117",
15329]
15330
15331[[package]]
15332name = "scoped-tls"
15333version = "1.0.1"
15334source = "registry+https://github.com/rust-lang/crates.io-index"
15335checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15336
15337[[package]]
15338name = "scopeguard"
15339version = "1.2.0"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15342
15343[[package]]
15344name = "scratch"
15345version = "1.0.9"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15348
15349[[package]]
15350name = "screencapturekit"
15351version = "0.2.8"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15354dependencies = [
15355 "screencapturekit-sys",
15356]
15357
15358[[package]]
15359name = "screencapturekit-sys"
15360version = "0.2.8"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15363dependencies = [
15364 "block",
15365 "dispatch",
15366 "objc",
15367 "objc-foundation",
15368 "objc_id",
15369 "once_cell",
15370]
15371
15372[[package]]
15373name = "scroll"
15374version = "0.12.0"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15377dependencies = [
15378 "scroll_derive",
15379]
15380
15381[[package]]
15382name = "scroll_derive"
15383version = "0.12.1"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15386dependencies = [
15387 "proc-macro2",
15388 "quote",
15389 "syn 2.0.117",
15390]
15391
15392[[package]]
15393name = "sct"
15394version = "0.7.1"
15395source = "registry+https://github.com/rust-lang/crates.io-index"
15396checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15397dependencies = [
15398 "ring",
15399 "untrusted 0.9.0",
15400]
15401
15402[[package]]
15403name = "sdd"
15404version = "4.6.2"
15405source = "registry+https://github.com/rust-lang/crates.io-index"
15406checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15407
15408[[package]]
15409name = "sea-bae"
15410version = "0.2.1"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15413dependencies = [
15414 "heck 0.4.1",
15415 "proc-macro-error2",
15416 "proc-macro2",
15417 "quote",
15418 "syn 2.0.117",
15419]
15420
15421[[package]]
15422name = "sea-orm"
15423version = "1.1.10"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15426dependencies = [
15427 "async-stream",
15428 "async-trait",
15429 "bigdecimal",
15430 "chrono",
15431 "futures-util",
15432 "log",
15433 "ouroboros",
15434 "pgvector",
15435 "rust_decimal",
15436 "sea-orm-macros",
15437 "sea-query",
15438 "sea-query-binder",
15439 "serde",
15440 "serde_json",
15441 "sqlx",
15442 "strum 0.26.3",
15443 "thiserror 2.0.17",
15444 "time",
15445 "tracing",
15446 "url",
15447 "uuid",
15448]
15449
15450[[package]]
15451name = "sea-orm-macros"
15452version = "1.1.10"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15455dependencies = [
15456 "heck 0.4.1",
15457 "proc-macro2",
15458 "quote",
15459 "sea-bae",
15460 "syn 2.0.117",
15461 "unicode-ident",
15462]
15463
15464[[package]]
15465name = "sea-query"
15466version = "0.32.7"
15467source = "registry+https://github.com/rust-lang/crates.io-index"
15468checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15469dependencies = [
15470 "bigdecimal",
15471 "chrono",
15472 "inherent",
15473 "ordered-float 4.6.0",
15474 "rust_decimal",
15475 "serde_json",
15476 "time",
15477 "uuid",
15478]
15479
15480[[package]]
15481name = "sea-query-binder"
15482version = "0.7.0"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15485dependencies = [
15486 "bigdecimal",
15487 "chrono",
15488 "rust_decimal",
15489 "sea-query",
15490 "serde_json",
15491 "sqlx",
15492 "time",
15493 "uuid",
15494]
15495
15496[[package]]
15497name = "seahash"
15498version = "4.1.0"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15501
15502[[package]]
15503name = "search"
15504version = "0.1.0"
15505dependencies = [
15506 "any_vec",
15507 "anyhow",
15508 "bitflags 2.10.0",
15509 "collections",
15510 "editor",
15511 "fs",
15512 "futures 0.3.32",
15513 "gpui",
15514 "itertools 0.14.0",
15515 "language",
15516 "lsp",
15517 "menu",
15518 "multi_buffer",
15519 "pretty_assertions",
15520 "project",
15521 "serde",
15522 "serde_json",
15523 "settings",
15524 "smol",
15525 "theme",
15526 "theme_settings",
15527 "tracing",
15528 "ui",
15529 "unindent",
15530 "util",
15531 "util_macros",
15532 "workspace",
15533 "zed_actions",
15534 "ztracing",
15535]
15536
15537[[package]]
15538name = "sec1"
15539version = "0.3.0"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15542dependencies = [
15543 "base16ct",
15544 "der 0.6.1",
15545 "generic-array",
15546 "pkcs8 0.9.0",
15547 "subtle",
15548 "zeroize",
15549]
15550
15551[[package]]
15552name = "secrecy"
15553version = "0.10.3"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15556dependencies = [
15557 "zeroize",
15558]
15559
15560[[package]]
15561name = "security-framework"
15562version = "2.11.1"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15565dependencies = [
15566 "bitflags 2.10.0",
15567 "core-foundation 0.9.4",
15568 "core-foundation-sys",
15569 "libc",
15570 "security-framework-sys",
15571]
15572
15573[[package]]
15574name = "security-framework"
15575version = "3.5.1"
15576source = "registry+https://github.com/rust-lang/crates.io-index"
15577checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15578dependencies = [
15579 "bitflags 2.10.0",
15580 "core-foundation 0.10.0",
15581 "core-foundation-sys",
15582 "libc",
15583 "security-framework-sys",
15584]
15585
15586[[package]]
15587name = "security-framework-sys"
15588version = "2.15.0"
15589source = "registry+https://github.com/rust-lang/crates.io-index"
15590checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15591dependencies = [
15592 "core-foundation-sys",
15593 "libc",
15594]
15595
15596[[package]]
15597name = "self_cell"
15598version = "1.2.2"
15599source = "registry+https://github.com/rust-lang/crates.io-index"
15600checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15601
15602[[package]]
15603name = "semver"
15604version = "1.0.27"
15605source = "registry+https://github.com/rust-lang/crates.io-index"
15606checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15607dependencies = [
15608 "serde",
15609 "serde_core",
15610]
15611
15612[[package]]
15613name = "seq-macro"
15614version = "0.3.6"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15617
15618[[package]]
15619name = "serde"
15620version = "1.0.228"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15623dependencies = [
15624 "serde_core",
15625 "serde_derive",
15626]
15627
15628[[package]]
15629name = "serde_bytes"
15630version = "0.11.19"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15633dependencies = [
15634 "serde",
15635 "serde_core",
15636]
15637
15638[[package]]
15639name = "serde_core"
15640version = "1.0.228"
15641source = "registry+https://github.com/rust-lang/crates.io-index"
15642checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15643dependencies = [
15644 "serde_derive",
15645]
15646
15647[[package]]
15648name = "serde_derive"
15649version = "1.0.228"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15652dependencies = [
15653 "proc-macro2",
15654 "quote",
15655 "syn 2.0.117",
15656]
15657
15658[[package]]
15659name = "serde_derive_internals"
15660version = "0.29.1"
15661source = "registry+https://github.com/rust-lang/crates.io-index"
15662checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15663dependencies = [
15664 "proc-macro2",
15665 "quote",
15666 "syn 2.0.117",
15667]
15668
15669[[package]]
15670name = "serde_fmt"
15671version = "1.0.3"
15672source = "registry+https://github.com/rust-lang/crates.io-index"
15673checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15674dependencies = [
15675 "serde",
15676]
15677
15678[[package]]
15679name = "serde_json"
15680version = "1.0.145"
15681source = "registry+https://github.com/rust-lang/crates.io-index"
15682checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15683dependencies = [
15684 "indexmap",
15685 "itoa",
15686 "memchr",
15687 "ryu",
15688 "serde",
15689 "serde_core",
15690]
15691
15692[[package]]
15693name = "serde_json_lenient"
15694version = "0.2.4"
15695source = "registry+https://github.com/rust-lang/crates.io-index"
15696checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15697dependencies = [
15698 "indexmap",
15699 "itoa",
15700 "memchr",
15701 "ryu",
15702 "serde",
15703]
15704
15705[[package]]
15706name = "serde_path_to_error"
15707version = "0.1.20"
15708source = "registry+https://github.com/rust-lang/crates.io-index"
15709checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15710dependencies = [
15711 "itoa",
15712 "serde",
15713 "serde_core",
15714]
15715
15716[[package]]
15717name = "serde_repr"
15718version = "0.1.20"
15719source = "registry+https://github.com/rust-lang/crates.io-index"
15720checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15721dependencies = [
15722 "proc-macro2",
15723 "quote",
15724 "syn 2.0.117",
15725]
15726
15727[[package]]
15728name = "serde_spanned"
15729version = "0.6.9"
15730source = "registry+https://github.com/rust-lang/crates.io-index"
15731checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15732dependencies = [
15733 "serde",
15734]
15735
15736[[package]]
15737name = "serde_spanned"
15738version = "1.0.3"
15739source = "registry+https://github.com/rust-lang/crates.io-index"
15740checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15741dependencies = [
15742 "serde_core",
15743]
15744
15745[[package]]
15746name = "serde_urlencoded"
15747version = "0.7.1"
15748source = "registry+https://github.com/rust-lang/crates.io-index"
15749checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15750dependencies = [
15751 "form_urlencoded",
15752 "itoa",
15753 "ryu",
15754 "serde",
15755]
15756
15757[[package]]
15758name = "serde_yaml"
15759version = "0.9.34+deprecated"
15760source = "registry+https://github.com/rust-lang/crates.io-index"
15761checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15762dependencies = [
15763 "indexmap",
15764 "itoa",
15765 "ryu",
15766 "serde",
15767 "unsafe-libyaml",
15768]
15769
15770[[package]]
15771name = "serial2"
15772version = "0.2.33"
15773source = "registry+https://github.com/rust-lang/crates.io-index"
15774checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15775dependencies = [
15776 "cfg-if",
15777 "libc",
15778 "winapi",
15779]
15780
15781[[package]]
15782name = "session"
15783version = "0.1.0"
15784dependencies = [
15785 "db",
15786 "gpui",
15787 "serde_json",
15788 "util",
15789 "uuid",
15790]
15791
15792[[package]]
15793name = "settings"
15794version = "0.1.0"
15795dependencies = [
15796 "anyhow",
15797 "collections",
15798 "ec4rs",
15799 "fs",
15800 "futures 0.3.32",
15801 "gpui",
15802 "indoc",
15803 "inventory",
15804 "log",
15805 "migrator",
15806 "paths",
15807 "pretty_assertions",
15808 "release_channel",
15809 "rust-embed",
15810 "schemars",
15811 "serde",
15812 "serde_json",
15813 "serde_json_lenient",
15814 "settings_content",
15815 "settings_json",
15816 "settings_macros",
15817 "smallvec",
15818 "unindent",
15819 "util",
15820 "zlog",
15821]
15822
15823[[package]]
15824name = "settings_content"
15825version = "0.1.0"
15826dependencies = [
15827 "anyhow",
15828 "collections",
15829 "derive_more",
15830 "gpui",
15831 "language_model_core",
15832 "log",
15833 "schemars",
15834 "serde",
15835 "serde_json",
15836 "serde_json_lenient",
15837 "settings_json",
15838 "settings_macros",
15839 "strum 0.27.2",
15840 "util",
15841]
15842
15843[[package]]
15844name = "settings_json"
15845version = "0.1.0"
15846dependencies = [
15847 "anyhow",
15848 "pretty_assertions",
15849 "serde",
15850 "serde_json",
15851 "serde_json_lenient",
15852 "serde_path_to_error",
15853 "tree-sitter",
15854 "tree-sitter-json",
15855 "unindent",
15856 "util",
15857]
15858
15859[[package]]
15860name = "settings_macros"
15861version = "0.1.0"
15862dependencies = [
15863 "quote",
15864 "settings",
15865 "syn 2.0.117",
15866]
15867
15868[[package]]
15869name = "settings_profile_selector"
15870version = "0.1.0"
15871dependencies = [
15872 "editor",
15873 "fuzzy",
15874 "gpui",
15875 "menu",
15876 "picker",
15877 "project",
15878 "serde_json",
15879 "settings",
15880 "theme",
15881 "theme_settings",
15882 "ui",
15883 "workspace",
15884 "zed_actions",
15885]
15886
15887[[package]]
15888name = "settings_ui"
15889version = "0.1.0"
15890dependencies = [
15891 "agent",
15892 "agent_settings",
15893 "anyhow",
15894 "audio",
15895 "codestral",
15896 "component",
15897 "copilot",
15898 "copilot_ui",
15899 "cpal",
15900 "edit_prediction",
15901 "edit_prediction_ui",
15902 "editor",
15903 "fs",
15904 "futures 0.3.32",
15905 "fuzzy",
15906 "gpui",
15907 "heck 0.5.0",
15908 "itertools 0.14.0",
15909 "language",
15910 "log",
15911 "menu",
15912 "paths",
15913 "picker",
15914 "platform_title_bar",
15915 "pretty_assertions",
15916 "project",
15917 "regex",
15918 "release_channel",
15919 "rodio",
15920 "schemars",
15921 "search",
15922 "serde",
15923 "serde_json",
15924 "settings",
15925 "shell_command_parser",
15926 "strum 0.27.2",
15927 "telemetry",
15928 "theme",
15929 "theme_settings",
15930 "title_bar",
15931 "ui",
15932 "util",
15933 "workspace",
15934 "zed_actions",
15935 "zed_credentials_provider",
15936]
15937
15938[[package]]
15939name = "sha-1"
15940version = "0.10.1"
15941source = "registry+https://github.com/rust-lang/crates.io-index"
15942checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15943dependencies = [
15944 "cfg-if",
15945 "cpufeatures",
15946 "digest",
15947]
15948
15949[[package]]
15950name = "sha1"
15951version = "0.10.6"
15952source = "registry+https://github.com/rust-lang/crates.io-index"
15953checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15954dependencies = [
15955 "cfg-if",
15956 "cpufeatures",
15957 "digest",
15958]
15959
15960[[package]]
15961name = "sha1_smol"
15962version = "1.0.1"
15963source = "registry+https://github.com/rust-lang/crates.io-index"
15964checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15965
15966[[package]]
15967name = "sha2"
15968version = "0.10.9"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15971dependencies = [
15972 "cfg-if",
15973 "cpufeatures",
15974 "digest",
15975]
15976
15977[[package]]
15978name = "sharded-slab"
15979version = "0.1.7"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15982dependencies = [
15983 "lazy_static",
15984]
15985
15986[[package]]
15987name = "shared_library"
15988version = "0.1.9"
15989source = "registry+https://github.com/rust-lang/crates.io-index"
15990checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15991dependencies = [
15992 "lazy_static",
15993 "libc",
15994]
15995
15996[[package]]
15997name = "shell-words"
15998version = "1.1.0"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16001
16002[[package]]
16003name = "shell_command_parser"
16004version = "0.1.0"
16005dependencies = [
16006 "brush-parser",
16007]
16008
16009[[package]]
16010name = "shellexpand"
16011version = "2.1.2"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16014dependencies = [
16015 "dirs 4.0.0",
16016]
16017
16018[[package]]
16019name = "shellexpand"
16020version = "3.1.1"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16023dependencies = [
16024 "dirs 6.0.0",
16025]
16026
16027[[package]]
16028name = "shingles"
16029version = "0.1.1"
16030source = "registry+https://github.com/rust-lang/crates.io-index"
16031checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16032
16033[[package]]
16034name = "shlex"
16035version = "1.3.0"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16038
16039[[package]]
16040name = "sidebar"
16041version = "0.1.0"
16042dependencies = [
16043 "acp_thread",
16044 "action_log",
16045 "agent",
16046 "agent-client-protocol",
16047 "agent_settings",
16048 "agent_ui",
16049 "anyhow",
16050 "chrono",
16051 "client",
16052 "clock",
16053 "editor",
16054 "extension",
16055 "fs",
16056 "git",
16057 "gpui",
16058 "http_client",
16059 "language",
16060 "language_model",
16061 "log",
16062 "menu",
16063 "node_runtime",
16064 "platform_title_bar",
16065 "pretty_assertions",
16066 "project",
16067 "prompt_store",
16068 "recent_projects",
16069 "release_channel",
16070 "remote",
16071 "remote_connection",
16072 "remote_server",
16073 "semver",
16074 "serde",
16075 "serde_json",
16076 "settings",
16077 "smol",
16078 "theme",
16079 "theme_settings",
16080 "ui",
16081 "util",
16082 "vim_mode_setting",
16083 "workspace",
16084 "zed_actions",
16085]
16086
16087[[package]]
16088name = "signal-hook"
16089version = "0.3.18"
16090source = "registry+https://github.com/rust-lang/crates.io-index"
16091checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16092dependencies = [
16093 "libc",
16094 "signal-hook-registry",
16095]
16096
16097[[package]]
16098name = "signal-hook-registry"
16099version = "1.4.6"
16100source = "registry+https://github.com/rust-lang/crates.io-index"
16101checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16102dependencies = [
16103 "libc",
16104]
16105
16106[[package]]
16107name = "signature"
16108version = "1.6.4"
16109source = "registry+https://github.com/rust-lang/crates.io-index"
16110checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16111dependencies = [
16112 "digest",
16113 "rand_core 0.6.4",
16114]
16115
16116[[package]]
16117name = "signature"
16118version = "2.2.0"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16121dependencies = [
16122 "digest",
16123 "rand_core 0.6.4",
16124]
16125
16126[[package]]
16127name = "simd-adler32"
16128version = "0.3.7"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16131
16132[[package]]
16133name = "simd_helpers"
16134version = "0.1.0"
16135source = "registry+https://github.com/rust-lang/crates.io-index"
16136checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16137dependencies = [
16138 "quote",
16139]
16140
16141[[package]]
16142name = "simdutf8"
16143version = "0.1.5"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16146
16147[[package]]
16148name = "similar"
16149version = "2.7.0"
16150source = "registry+https://github.com/rust-lang/crates.io-index"
16151checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16152
16153[[package]]
16154name = "simple_asn1"
16155version = "0.6.3"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16158dependencies = [
16159 "num-bigint",
16160 "num-traits",
16161 "thiserror 2.0.17",
16162 "time",
16163]
16164
16165[[package]]
16166name = "simplecss"
16167version = "0.2.2"
16168source = "registry+https://github.com/rust-lang/crates.io-index"
16169checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16170dependencies = [
16171 "log",
16172]
16173
16174[[package]]
16175name = "simplelog"
16176version = "0.12.2"
16177source = "registry+https://github.com/rust-lang/crates.io-index"
16178checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16179dependencies = [
16180 "log",
16181 "termcolor",
16182 "time",
16183]
16184
16185[[package]]
16186name = "siphasher"
16187version = "0.3.11"
16188source = "registry+https://github.com/rust-lang/crates.io-index"
16189checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16190
16191[[package]]
16192name = "siphasher"
16193version = "1.0.1"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16196
16197[[package]]
16198name = "skrifa"
16199version = "0.37.0"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16202dependencies = [
16203 "bytemuck",
16204 "read-fonts 0.35.0",
16205]
16206
16207[[package]]
16208name = "skrifa"
16209version = "0.40.0"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16212dependencies = [
16213 "bytemuck",
16214 "read-fonts 0.37.0",
16215]
16216
16217[[package]]
16218name = "slab"
16219version = "0.4.11"
16220source = "registry+https://github.com/rust-lang/crates.io-index"
16221checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16222
16223[[package]]
16224name = "slotmap"
16225version = "1.0.7"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16228dependencies = [
16229 "version_check",
16230]
16231
16232[[package]]
16233name = "smallvec"
16234version = "1.15.1"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16237dependencies = [
16238 "serde",
16239]
16240
16241[[package]]
16242name = "smart-default"
16243version = "0.7.1"
16244source = "registry+https://github.com/rust-lang/crates.io-index"
16245checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16246dependencies = [
16247 "proc-macro2",
16248 "quote",
16249 "syn 2.0.117",
16250]
16251
16252[[package]]
16253name = "smol"
16254version = "2.0.2"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16257dependencies = [
16258 "async-channel 2.5.0",
16259 "async-executor",
16260 "async-fs",
16261 "async-io",
16262 "async-lock 3.4.2",
16263 "async-net",
16264 "async-process",
16265 "blocking",
16266 "futures-lite 2.6.1",
16267]
16268
16269[[package]]
16270name = "smol_str"
16271version = "0.3.5"
16272source = "registry+https://github.com/rust-lang/crates.io-index"
16273checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16274
16275[[package]]
16276name = "snafu"
16277version = "0.8.9"
16278source = "registry+https://github.com/rust-lang/crates.io-index"
16279checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16280dependencies = [
16281 "snafu-derive",
16282]
16283
16284[[package]]
16285name = "snafu-derive"
16286version = "0.8.9"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16289dependencies = [
16290 "heck 0.4.1",
16291 "proc-macro2",
16292 "quote",
16293 "syn 2.0.117",
16294]
16295
16296[[package]]
16297name = "snippet"
16298version = "0.1.0"
16299dependencies = [
16300 "anyhow",
16301 "smallvec",
16302]
16303
16304[[package]]
16305name = "snippet_provider"
16306version = "0.1.0"
16307dependencies = [
16308 "anyhow",
16309 "collections",
16310 "extension",
16311 "fs",
16312 "futures 0.3.32",
16313 "gpui",
16314 "indoc",
16315 "parking_lot",
16316 "paths",
16317 "schemars",
16318 "serde",
16319 "serde_json",
16320 "serde_json_lenient",
16321 "snippet",
16322 "util",
16323]
16324
16325[[package]]
16326name = "snippets_ui"
16327version = "0.1.0"
16328dependencies = [
16329 "file_icons",
16330 "fuzzy",
16331 "gpui",
16332 "language",
16333 "open_path_prompt",
16334 "paths",
16335 "picker",
16336 "settings",
16337 "ui",
16338 "util",
16339 "workspace",
16340]
16341
16342[[package]]
16343name = "socket2"
16344version = "0.5.10"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16347dependencies = [
16348 "libc",
16349 "windows-sys 0.52.0",
16350]
16351
16352[[package]]
16353name = "socket2"
16354version = "0.6.1"
16355source = "registry+https://github.com/rust-lang/crates.io-index"
16356checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16357dependencies = [
16358 "libc",
16359 "windows-sys 0.60.2",
16360]
16361
16362[[package]]
16363name = "spdx"
16364version = "0.10.9"
16365source = "registry+https://github.com/rust-lang/crates.io-index"
16366checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16367dependencies = [
16368 "smallvec",
16369]
16370
16371[[package]]
16372name = "spin"
16373version = "0.9.8"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16376dependencies = [
16377 "lock_api",
16378]
16379
16380[[package]]
16381name = "spin"
16382version = "0.10.0"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16385dependencies = [
16386 "lock_api",
16387]
16388
16389[[package]]
16390name = "spirv"
16391version = "0.4.0+sdk-1.4.341.0"
16392source = "registry+https://github.com/rust-lang/crates.io-index"
16393checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16394dependencies = [
16395 "bitflags 2.10.0",
16396]
16397
16398[[package]]
16399name = "spki"
16400version = "0.6.0"
16401source = "registry+https://github.com/rust-lang/crates.io-index"
16402checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16403dependencies = [
16404 "base64ct",
16405 "der 0.6.1",
16406]
16407
16408[[package]]
16409name = "spki"
16410version = "0.7.3"
16411source = "registry+https://github.com/rust-lang/crates.io-index"
16412checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16413dependencies = [
16414 "base64ct",
16415 "der 0.7.10",
16416]
16417
16418[[package]]
16419name = "sqlez"
16420version = "0.1.0"
16421dependencies = [
16422 "anyhow",
16423 "collections",
16424 "futures 0.3.32",
16425 "indoc",
16426 "libsqlite3-sys",
16427 "log",
16428 "parking_lot",
16429 "smol",
16430 "sqlformat",
16431 "thread_local",
16432 "util",
16433 "uuid",
16434]
16435
16436[[package]]
16437name = "sqlez_macros"
16438version = "0.1.0"
16439dependencies = [
16440 "sqlez",
16441 "sqlformat",
16442 "syn 2.0.117",
16443]
16444
16445[[package]]
16446name = "sqlformat"
16447version = "0.2.6"
16448source = "registry+https://github.com/rust-lang/crates.io-index"
16449checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16450dependencies = [
16451 "nom 7.1.3",
16452 "unicode_categories",
16453]
16454
16455[[package]]
16456name = "sqlx"
16457version = "0.8.6"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16460dependencies = [
16461 "sqlx-core",
16462 "sqlx-macros",
16463 "sqlx-mysql",
16464 "sqlx-postgres",
16465 "sqlx-sqlite",
16466]
16467
16468[[package]]
16469name = "sqlx-core"
16470version = "0.8.6"
16471source = "registry+https://github.com/rust-lang/crates.io-index"
16472checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16473dependencies = [
16474 "base64 0.22.1",
16475 "bigdecimal",
16476 "bytes 1.11.1",
16477 "chrono",
16478 "crc",
16479 "crossbeam-queue",
16480 "either",
16481 "event-listener 5.4.1",
16482 "futures-core",
16483 "futures-intrusive",
16484 "futures-io",
16485 "futures-util",
16486 "hashbrown 0.15.5",
16487 "hashlink 0.10.0",
16488 "indexmap",
16489 "log",
16490 "memchr",
16491 "once_cell",
16492 "percent-encoding",
16493 "rust_decimal",
16494 "rustls 0.23.33",
16495 "serde",
16496 "serde_json",
16497 "sha2",
16498 "smallvec",
16499 "thiserror 2.0.17",
16500 "time",
16501 "tokio",
16502 "tokio-stream",
16503 "tracing",
16504 "url",
16505 "uuid",
16506 "webpki-roots",
16507]
16508
16509[[package]]
16510name = "sqlx-macros"
16511version = "0.8.6"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16514dependencies = [
16515 "proc-macro2",
16516 "quote",
16517 "sqlx-core",
16518 "sqlx-macros-core",
16519 "syn 2.0.117",
16520]
16521
16522[[package]]
16523name = "sqlx-macros-core"
16524version = "0.8.6"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16527dependencies = [
16528 "dotenvy",
16529 "either",
16530 "heck 0.5.0",
16531 "hex",
16532 "once_cell",
16533 "proc-macro2",
16534 "quote",
16535 "serde",
16536 "serde_json",
16537 "sha2",
16538 "sqlx-core",
16539 "sqlx-mysql",
16540 "sqlx-postgres",
16541 "sqlx-sqlite",
16542 "syn 2.0.117",
16543 "tokio",
16544 "url",
16545]
16546
16547[[package]]
16548name = "sqlx-mysql"
16549version = "0.8.6"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16552dependencies = [
16553 "atoi",
16554 "base64 0.22.1",
16555 "bigdecimal",
16556 "bitflags 2.10.0",
16557 "byteorder",
16558 "bytes 1.11.1",
16559 "chrono",
16560 "crc",
16561 "digest",
16562 "dotenvy",
16563 "either",
16564 "futures-channel",
16565 "futures-core",
16566 "futures-io",
16567 "futures-util",
16568 "generic-array",
16569 "hex",
16570 "hkdf",
16571 "hmac",
16572 "itoa",
16573 "log",
16574 "md-5",
16575 "memchr",
16576 "once_cell",
16577 "percent-encoding",
16578 "rand 0.8.5",
16579 "rsa",
16580 "rust_decimal",
16581 "serde",
16582 "sha1",
16583 "sha2",
16584 "smallvec",
16585 "sqlx-core",
16586 "stringprep",
16587 "thiserror 2.0.17",
16588 "time",
16589 "tracing",
16590 "uuid",
16591 "whoami",
16592]
16593
16594[[package]]
16595name = "sqlx-postgres"
16596version = "0.8.6"
16597source = "registry+https://github.com/rust-lang/crates.io-index"
16598checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16599dependencies = [
16600 "atoi",
16601 "base64 0.22.1",
16602 "bigdecimal",
16603 "bitflags 2.10.0",
16604 "byteorder",
16605 "chrono",
16606 "crc",
16607 "dotenvy",
16608 "etcetera",
16609 "futures-channel",
16610 "futures-core",
16611 "futures-util",
16612 "hex",
16613 "hkdf",
16614 "hmac",
16615 "home",
16616 "itoa",
16617 "log",
16618 "md-5",
16619 "memchr",
16620 "num-bigint",
16621 "once_cell",
16622 "rand 0.8.5",
16623 "rust_decimal",
16624 "serde",
16625 "serde_json",
16626 "sha2",
16627 "smallvec",
16628 "sqlx-core",
16629 "stringprep",
16630 "thiserror 2.0.17",
16631 "time",
16632 "tracing",
16633 "uuid",
16634 "whoami",
16635]
16636
16637[[package]]
16638name = "sqlx-sqlite"
16639version = "0.8.6"
16640source = "registry+https://github.com/rust-lang/crates.io-index"
16641checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16642dependencies = [
16643 "atoi",
16644 "chrono",
16645 "flume",
16646 "futures-channel",
16647 "futures-core",
16648 "futures-executor",
16649 "futures-intrusive",
16650 "futures-util",
16651 "libsqlite3-sys",
16652 "log",
16653 "percent-encoding",
16654 "serde",
16655 "serde_urlencoded",
16656 "sqlx-core",
16657 "thiserror 2.0.17",
16658 "time",
16659 "tracing",
16660 "url",
16661 "uuid",
16662]
16663
16664[[package]]
16665name = "stable_deref_trait"
16666version = "1.2.1"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16669
16670[[package]]
16671name = "stacker"
16672version = "0.1.23"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16675dependencies = [
16676 "cc",
16677 "cfg-if",
16678 "libc",
16679 "psm",
16680 "windows-sys 0.59.0",
16681]
16682
16683[[package]]
16684name = "stacksafe"
16685version = "0.1.4"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16688dependencies = [
16689 "stacker",
16690 "stacksafe-macro",
16691]
16692
16693[[package]]
16694name = "stacksafe-macro"
16695version = "0.1.4"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16698dependencies = [
16699 "proc-macro-error2",
16700 "quote",
16701 "syn 2.0.117",
16702]
16703
16704[[package]]
16705name = "static_assertions"
16706version = "1.1.0"
16707source = "registry+https://github.com/rust-lang/crates.io-index"
16708checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16709
16710[[package]]
16711name = "streaming-iterator"
16712version = "0.1.9"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16715
16716[[package]]
16717name = "streaming_diff"
16718version = "0.1.0"
16719dependencies = [
16720 "ordered-float 2.10.1",
16721 "rand 0.9.2",
16722 "rope",
16723 "util",
16724]
16725
16726[[package]]
16727name = "strength_reduce"
16728version = "0.2.4"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16731
16732[[package]]
16733name = "strict-num"
16734version = "0.1.1"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16737dependencies = [
16738 "float-cmp",
16739]
16740
16741[[package]]
16742name = "string_cache"
16743version = "0.8.9"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16746dependencies = [
16747 "new_debug_unreachable",
16748 "parking_lot",
16749 "phf_shared 0.11.3",
16750 "precomputed-hash",
16751 "serde",
16752]
16753
16754[[package]]
16755name = "string_cache_codegen"
16756version = "0.5.4"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16759dependencies = [
16760 "phf_generator 0.11.3",
16761 "phf_shared 0.11.3",
16762 "proc-macro2",
16763 "quote",
16764]
16765
16766[[package]]
16767name = "stringprep"
16768version = "0.1.5"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16771dependencies = [
16772 "unicode-bidi",
16773 "unicode-normalization",
16774 "unicode-properties",
16775]
16776
16777[[package]]
16778name = "strsim"
16779version = "0.11.1"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16782
16783[[package]]
16784name = "strum"
16785version = "0.26.3"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16788
16789[[package]]
16790name = "strum"
16791version = "0.27.2"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16794dependencies = [
16795 "strum_macros 0.27.2",
16796]
16797
16798[[package]]
16799name = "strum"
16800version = "0.28.0"
16801source = "registry+https://github.com/rust-lang/crates.io-index"
16802checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16803dependencies = [
16804 "strum_macros 0.28.0",
16805]
16806
16807[[package]]
16808name = "strum_macros"
16809version = "0.27.2"
16810source = "registry+https://github.com/rust-lang/crates.io-index"
16811checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16812dependencies = [
16813 "heck 0.5.0",
16814 "proc-macro2",
16815 "quote",
16816 "syn 2.0.117",
16817]
16818
16819[[package]]
16820name = "strum_macros"
16821version = "0.28.0"
16822source = "registry+https://github.com/rust-lang/crates.io-index"
16823checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16824dependencies = [
16825 "heck 0.5.0",
16826 "proc-macro2",
16827 "quote",
16828 "syn 2.0.117",
16829]
16830
16831[[package]]
16832name = "subtle"
16833version = "2.6.1"
16834source = "registry+https://github.com/rust-lang/crates.io-index"
16835checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16836
16837[[package]]
16838name = "sum_tree"
16839version = "0.1.0"
16840dependencies = [
16841 "ctor",
16842 "heapless",
16843 "log",
16844 "proptest",
16845 "rand 0.9.2",
16846 "rayon",
16847 "tracing",
16848 "zlog",
16849 "ztracing",
16850]
16851
16852[[package]]
16853name = "sval"
16854version = "2.15.0"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16857
16858[[package]]
16859name = "sval_buffer"
16860version = "2.15.0"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16863dependencies = [
16864 "sval",
16865 "sval_ref",
16866]
16867
16868[[package]]
16869name = "sval_dynamic"
16870version = "2.15.0"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16873dependencies = [
16874 "sval",
16875]
16876
16877[[package]]
16878name = "sval_fmt"
16879version = "2.15.0"
16880source = "registry+https://github.com/rust-lang/crates.io-index"
16881checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16882dependencies = [
16883 "itoa",
16884 "ryu",
16885 "sval",
16886]
16887
16888[[package]]
16889name = "sval_json"
16890version = "2.15.0"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16893dependencies = [
16894 "itoa",
16895 "ryu",
16896 "sval",
16897]
16898
16899[[package]]
16900name = "sval_nested"
16901version = "2.15.0"
16902source = "registry+https://github.com/rust-lang/crates.io-index"
16903checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16904dependencies = [
16905 "sval",
16906 "sval_buffer",
16907 "sval_ref",
16908]
16909
16910[[package]]
16911name = "sval_ref"
16912version = "2.15.0"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16915dependencies = [
16916 "sval",
16917]
16918
16919[[package]]
16920name = "sval_serde"
16921version = "2.15.0"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16924dependencies = [
16925 "serde_core",
16926 "sval",
16927 "sval_nested",
16928]
16929
16930[[package]]
16931name = "svg_fmt"
16932version = "0.4.5"
16933source = "registry+https://github.com/rust-lang/crates.io-index"
16934checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16935
16936[[package]]
16937name = "svg_preview"
16938version = "0.1.0"
16939dependencies = [
16940 "file_icons",
16941 "gpui",
16942 "language",
16943 "multi_buffer",
16944 "ui",
16945 "workspace",
16946 "zed_actions",
16947]
16948
16949[[package]]
16950name = "svgtypes"
16951version = "0.15.3"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16954dependencies = [
16955 "kurbo",
16956 "siphasher 1.0.1",
16957]
16958
16959[[package]]
16960name = "swash"
16961version = "0.2.6"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16964dependencies = [
16965 "skrifa 0.37.0",
16966 "yazi",
16967 "zeno",
16968]
16969
16970[[package]]
16971name = "symphonia"
16972version = "0.5.5"
16973source = "registry+https://github.com/rust-lang/crates.io-index"
16974checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16975dependencies = [
16976 "lazy_static",
16977 "symphonia-bundle-flac",
16978 "symphonia-bundle-mp3",
16979 "symphonia-codec-aac",
16980 "symphonia-codec-pcm",
16981 "symphonia-codec-vorbis",
16982 "symphonia-core",
16983 "symphonia-format-isomp4",
16984 "symphonia-format-ogg",
16985 "symphonia-format-riff",
16986 "symphonia-metadata",
16987]
16988
16989[[package]]
16990name = "symphonia-bundle-flac"
16991version = "0.5.5"
16992source = "registry+https://github.com/rust-lang/crates.io-index"
16993checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16994dependencies = [
16995 "log",
16996 "symphonia-core",
16997 "symphonia-metadata",
16998 "symphonia-utils-xiph",
16999]
17000
17001[[package]]
17002name = "symphonia-bundle-mp3"
17003version = "0.5.5"
17004source = "registry+https://github.com/rust-lang/crates.io-index"
17005checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17006dependencies = [
17007 "lazy_static",
17008 "log",
17009 "symphonia-core",
17010 "symphonia-metadata",
17011]
17012
17013[[package]]
17014name = "symphonia-codec-aac"
17015version = "0.5.5"
17016source = "registry+https://github.com/rust-lang/crates.io-index"
17017checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17018dependencies = [
17019 "lazy_static",
17020 "log",
17021 "symphonia-core",
17022]
17023
17024[[package]]
17025name = "symphonia-codec-pcm"
17026version = "0.5.5"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17029dependencies = [
17030 "log",
17031 "symphonia-core",
17032]
17033
17034[[package]]
17035name = "symphonia-codec-vorbis"
17036version = "0.5.5"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17039dependencies = [
17040 "log",
17041 "symphonia-core",
17042 "symphonia-utils-xiph",
17043]
17044
17045[[package]]
17046name = "symphonia-core"
17047version = "0.5.5"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17050dependencies = [
17051 "arrayvec",
17052 "bitflags 1.3.2",
17053 "bytemuck",
17054 "lazy_static",
17055 "log",
17056]
17057
17058[[package]]
17059name = "symphonia-format-isomp4"
17060version = "0.5.5"
17061source = "registry+https://github.com/rust-lang/crates.io-index"
17062checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17063dependencies = [
17064 "encoding_rs",
17065 "log",
17066 "symphonia-core",
17067 "symphonia-metadata",
17068 "symphonia-utils-xiph",
17069]
17070
17071[[package]]
17072name = "symphonia-format-ogg"
17073version = "0.5.5"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17076dependencies = [
17077 "log",
17078 "symphonia-core",
17079 "symphonia-metadata",
17080 "symphonia-utils-xiph",
17081]
17082
17083[[package]]
17084name = "symphonia-format-riff"
17085version = "0.5.5"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17088dependencies = [
17089 "extended",
17090 "log",
17091 "symphonia-core",
17092 "symphonia-metadata",
17093]
17094
17095[[package]]
17096name = "symphonia-metadata"
17097version = "0.5.5"
17098source = "registry+https://github.com/rust-lang/crates.io-index"
17099checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17100dependencies = [
17101 "encoding_rs",
17102 "lazy_static",
17103 "log",
17104 "symphonia-core",
17105]
17106
17107[[package]]
17108name = "symphonia-utils-xiph"
17109version = "0.5.5"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17112dependencies = [
17113 "symphonia-core",
17114 "symphonia-metadata",
17115]
17116
17117[[package]]
17118name = "syn"
17119version = "1.0.109"
17120source = "registry+https://github.com/rust-lang/crates.io-index"
17121checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17122dependencies = [
17123 "proc-macro2",
17124 "quote",
17125 "unicode-ident",
17126]
17127
17128[[package]]
17129name = "syn"
17130version = "2.0.117"
17131source = "registry+https://github.com/rust-lang/crates.io-index"
17132checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17133dependencies = [
17134 "proc-macro2",
17135 "quote",
17136 "unicode-ident",
17137]
17138
17139[[package]]
17140name = "sync_wrapper"
17141version = "0.1.2"
17142source = "registry+https://github.com/rust-lang/crates.io-index"
17143checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17144
17145[[package]]
17146name = "sync_wrapper"
17147version = "1.0.2"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17150dependencies = [
17151 "futures-core",
17152]
17153
17154[[package]]
17155name = "synchronoise"
17156version = "1.0.1"
17157source = "registry+https://github.com/rust-lang/crates.io-index"
17158checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17159dependencies = [
17160 "crossbeam-queue",
17161]
17162
17163[[package]]
17164name = "synstructure"
17165version = "0.13.2"
17166source = "registry+https://github.com/rust-lang/crates.io-index"
17167checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17168dependencies = [
17169 "proc-macro2",
17170 "quote",
17171 "syn 2.0.117",
17172]
17173
17174[[package]]
17175name = "syntax_theme"
17176version = "0.1.0"
17177dependencies = [
17178 "gpui",
17179 "serde",
17180 "serde_json",
17181]
17182
17183[[package]]
17184name = "sys-locale"
17185version = "0.3.2"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17188dependencies = [
17189 "libc",
17190]
17191
17192[[package]]
17193name = "sysctl"
17194version = "0.5.5"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17197dependencies = [
17198 "bitflags 2.10.0",
17199 "byteorder",
17200 "enum-as-inner",
17201 "libc",
17202 "thiserror 1.0.69",
17203 "walkdir",
17204]
17205
17206[[package]]
17207name = "sysctl"
17208version = "0.6.0"
17209source = "registry+https://github.com/rust-lang/crates.io-index"
17210checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17211dependencies = [
17212 "bitflags 2.10.0",
17213 "byteorder",
17214 "enum-as-inner",
17215 "libc",
17216 "thiserror 1.0.69",
17217 "walkdir",
17218]
17219
17220[[package]]
17221name = "sysinfo"
17222version = "0.31.4"
17223source = "registry+https://github.com/rust-lang/crates.io-index"
17224checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17225dependencies = [
17226 "core-foundation-sys",
17227 "libc",
17228 "memchr",
17229 "ntapi",
17230 "rayon",
17231 "windows 0.57.0",
17232]
17233
17234[[package]]
17235name = "sysinfo"
17236version = "0.37.2"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17239dependencies = [
17240 "libc",
17241 "memchr",
17242 "ntapi",
17243 "objc2-core-foundation",
17244 "objc2-io-kit",
17245 "windows 0.61.3",
17246]
17247
17248[[package]]
17249name = "system-configuration"
17250version = "0.5.1"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17253dependencies = [
17254 "bitflags 1.3.2",
17255 "core-foundation 0.9.4",
17256 "system-configuration-sys 0.5.0",
17257]
17258
17259[[package]]
17260name = "system-configuration"
17261version = "0.6.1"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17264dependencies = [
17265 "bitflags 2.10.0",
17266 "core-foundation 0.9.4",
17267 "system-configuration-sys 0.6.0",
17268]
17269
17270[[package]]
17271name = "system-configuration-sys"
17272version = "0.5.0"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17275dependencies = [
17276 "core-foundation-sys",
17277 "libc",
17278]
17279
17280[[package]]
17281name = "system-configuration-sys"
17282version = "0.6.0"
17283source = "registry+https://github.com/rust-lang/crates.io-index"
17284checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17285dependencies = [
17286 "core-foundation-sys",
17287 "libc",
17288]
17289
17290[[package]]
17291name = "system-deps"
17292version = "6.2.2"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17295dependencies = [
17296 "cfg-expr 0.15.8",
17297 "heck 0.5.0",
17298 "pkg-config",
17299 "toml 0.8.23",
17300 "version-compare",
17301]
17302
17303[[package]]
17304name = "system-deps"
17305version = "7.0.7"
17306source = "registry+https://github.com/rust-lang/crates.io-index"
17307checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17308dependencies = [
17309 "cfg-expr 0.20.6",
17310 "heck 0.5.0",
17311 "pkg-config",
17312 "toml 0.9.8",
17313 "version-compare",
17314]
17315
17316[[package]]
17317name = "system-interface"
17318version = "0.27.3"
17319source = "registry+https://github.com/rust-lang/crates.io-index"
17320checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17321dependencies = [
17322 "bitflags 2.10.0",
17323 "cap-fs-ext",
17324 "cap-std",
17325 "fd-lock",
17326 "io-lifetimes",
17327 "rustix 0.38.44",
17328 "windows-sys 0.59.0",
17329 "winx",
17330]
17331
17332[[package]]
17333name = "system_specs"
17334version = "0.1.0"
17335dependencies = [
17336 "anyhow",
17337 "client",
17338 "gpui",
17339 "human_bytes",
17340 "pciid-parser",
17341 "release_channel",
17342 "semver",
17343 "serde",
17344 "sysinfo 0.37.2",
17345]
17346
17347[[package]]
17348name = "tab_switcher"
17349version = "0.1.0"
17350dependencies = [
17351 "collections",
17352 "ctor",
17353 "editor",
17354 "fuzzy",
17355 "gpui",
17356 "menu",
17357 "picker",
17358 "project",
17359 "schemars",
17360 "serde",
17361 "serde_json",
17362 "settings",
17363 "smol",
17364 "theme",
17365 "theme_settings",
17366 "ui",
17367 "util",
17368 "workspace",
17369 "zlog",
17370]
17371
17372[[package]]
17373name = "taffy"
17374version = "0.9.0"
17375source = "registry+https://github.com/rust-lang/crates.io-index"
17376checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17377dependencies = [
17378 "arrayvec",
17379 "grid",
17380 "serde",
17381 "slotmap",
17382]
17383
17384[[package]]
17385name = "tagptr"
17386version = "0.2.0"
17387source = "registry+https://github.com/rust-lang/crates.io-index"
17388checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17389
17390[[package]]
17391name = "take-until"
17392version = "0.2.0"
17393source = "registry+https://github.com/rust-lang/crates.io-index"
17394checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17395
17396[[package]]
17397name = "tao-core-video-sys"
17398version = "0.2.0"
17399source = "registry+https://github.com/rust-lang/crates.io-index"
17400checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17401dependencies = [
17402 "cfg-if",
17403 "core-foundation-sys",
17404 "libc",
17405 "objc",
17406]
17407
17408[[package]]
17409name = "tap"
17410version = "1.0.1"
17411source = "registry+https://github.com/rust-lang/crates.io-index"
17412checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17413
17414[[package]]
17415name = "target-lexicon"
17416version = "0.12.16"
17417source = "registry+https://github.com/rust-lang/crates.io-index"
17418checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17419
17420[[package]]
17421name = "target-lexicon"
17422version = "0.13.3"
17423source = "registry+https://github.com/rust-lang/crates.io-index"
17424checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17425
17426[[package]]
17427name = "task"
17428version = "0.1.0"
17429dependencies = [
17430 "anyhow",
17431 "collections",
17432 "futures 0.3.32",
17433 "gpui",
17434 "hex",
17435 "log",
17436 "parking_lot",
17437 "pretty_assertions",
17438 "proto",
17439 "schemars",
17440 "serde",
17441 "serde_json",
17442 "serde_json_lenient",
17443 "sha2",
17444 "shellexpand 2.1.2",
17445 "util",
17446 "zed_actions",
17447]
17448
17449[[package]]
17450name = "tasks_ui"
17451version = "0.1.0"
17452dependencies = [
17453 "anyhow",
17454 "collections",
17455 "editor",
17456 "file_icons",
17457 "fuzzy",
17458 "gpui",
17459 "itertools 0.14.0",
17460 "language",
17461 "menu",
17462 "picker",
17463 "project",
17464 "serde",
17465 "serde_json",
17466 "task",
17467 "tree-sitter-rust",
17468 "tree-sitter-typescript",
17469 "ui",
17470 "util",
17471 "workspace",
17472 "zed_actions",
17473]
17474
17475[[package]]
17476name = "telemetry"
17477version = "0.1.0"
17478dependencies = [
17479 "futures 0.3.32",
17480 "serde",
17481 "serde_json",
17482 "telemetry_events",
17483]
17484
17485[[package]]
17486name = "telemetry_events"
17487version = "0.1.0"
17488dependencies = [
17489 "semver",
17490 "serde",
17491 "serde_json",
17492]
17493
17494[[package]]
17495name = "tempfile"
17496version = "3.23.0"
17497source = "registry+https://github.com/rust-lang/crates.io-index"
17498checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17499dependencies = [
17500 "fastrand 2.3.0",
17501 "getrandom 0.3.4",
17502 "once_cell",
17503 "rustix 1.1.2",
17504 "windows-sys 0.52.0",
17505]
17506
17507[[package]]
17508name = "tendril"
17509version = "0.4.3"
17510source = "registry+https://github.com/rust-lang/crates.io-index"
17511checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17512dependencies = [
17513 "futf",
17514 "mac",
17515 "utf-8",
17516]
17517
17518[[package]]
17519name = "termcolor"
17520version = "1.4.1"
17521source = "registry+https://github.com/rust-lang/crates.io-index"
17522checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17523dependencies = [
17524 "winapi-util",
17525]
17526
17527[[package]]
17528name = "terminal"
17529version = "0.1.0"
17530dependencies = [
17531 "alacritty_terminal",
17532 "anyhow",
17533 "collections",
17534 "futures 0.3.32",
17535 "gpui",
17536 "itertools 0.14.0",
17537 "libc",
17538 "log",
17539 "parking_lot",
17540 "rand 0.9.2",
17541 "regex",
17542 "release_channel",
17543 "schemars",
17544 "serde",
17545 "settings",
17546 "smol",
17547 "sysinfo 0.37.2",
17548 "task",
17549 "theme",
17550 "theme_settings",
17551 "thiserror 2.0.17",
17552 "url",
17553 "urlencoding",
17554 "util",
17555 "util_macros",
17556 "windows 0.61.3",
17557]
17558
17559[[package]]
17560name = "terminal_size"
17561version = "0.4.3"
17562source = "registry+https://github.com/rust-lang/crates.io-index"
17563checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17564dependencies = [
17565 "rustix 1.1.2",
17566 "windows-sys 0.60.2",
17567]
17568
17569[[package]]
17570name = "terminal_view"
17571version = "0.1.0"
17572dependencies = [
17573 "anyhow",
17574 "async-recursion",
17575 "breadcrumbs",
17576 "collections",
17577 "db",
17578 "dirs 4.0.0",
17579 "editor",
17580 "futures 0.3.32",
17581 "gpui",
17582 "itertools 0.14.0",
17583 "language",
17584 "log",
17585 "menu",
17586 "pretty_assertions",
17587 "project",
17588 "regex",
17589 "schemars",
17590 "serde",
17591 "serde_json",
17592 "settings",
17593 "shellexpand 2.1.2",
17594 "task",
17595 "terminal",
17596 "theme",
17597 "theme_settings",
17598 "ui",
17599 "util",
17600 "workspace",
17601 "zed_actions",
17602]
17603
17604[[package]]
17605name = "text"
17606version = "0.1.0"
17607dependencies = [
17608 "anyhow",
17609 "clock",
17610 "collections",
17611 "ctor",
17612 "gpui",
17613 "log",
17614 "parking_lot",
17615 "postage",
17616 "rand 0.9.2",
17617 "regex",
17618 "rope",
17619 "smallvec",
17620 "sum_tree",
17621 "util",
17622 "zlog",
17623]
17624
17625[[package]]
17626name = "theme"
17627version = "0.1.0"
17628dependencies = [
17629 "anyhow",
17630 "collections",
17631 "gpui",
17632 "palette",
17633 "parking_lot",
17634 "refineable",
17635 "schemars",
17636 "serde",
17637 "serde_json",
17638 "serde_json_lenient",
17639 "strum 0.27.2",
17640 "syntax_theme",
17641 "thiserror 2.0.17",
17642 "uuid",
17643]
17644
17645[[package]]
17646name = "theme_extension"
17647version = "0.1.0"
17648dependencies = [
17649 "anyhow",
17650 "extension",
17651 "fs",
17652 "gpui",
17653 "theme",
17654 "theme_settings",
17655]
17656
17657[[package]]
17658name = "theme_importer"
17659version = "0.1.0"
17660dependencies = [
17661 "anyhow",
17662 "clap",
17663 "collections",
17664 "gpui",
17665 "indexmap",
17666 "log",
17667 "palette",
17668 "serde",
17669 "serde_json",
17670 "serde_json_lenient",
17671 "simplelog",
17672 "strum 0.27.2",
17673 "theme",
17674 "theme_settings",
17675 "vscode_theme",
17676]
17677
17678[[package]]
17679name = "theme_selector"
17680version = "0.1.0"
17681dependencies = [
17682 "editor",
17683 "fs",
17684 "fuzzy",
17685 "gpui",
17686 "log",
17687 "picker",
17688 "project",
17689 "serde",
17690 "serde_json",
17691 "settings",
17692 "telemetry",
17693 "theme",
17694 "theme_settings",
17695 "ui",
17696 "util",
17697 "workspace",
17698 "zed_actions",
17699]
17700
17701[[package]]
17702name = "theme_settings"
17703version = "0.1.0"
17704dependencies = [
17705 "anyhow",
17706 "collections",
17707 "gpui",
17708 "gpui_util",
17709 "log",
17710 "palette",
17711 "refineable",
17712 "schemars",
17713 "serde",
17714 "serde_json",
17715 "serde_json_lenient",
17716 "settings",
17717 "theme",
17718 "uuid",
17719]
17720
17721[[package]]
17722name = "thiserror"
17723version = "1.0.69"
17724source = "registry+https://github.com/rust-lang/crates.io-index"
17725checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17726dependencies = [
17727 "thiserror-impl 1.0.69",
17728]
17729
17730[[package]]
17731name = "thiserror"
17732version = "2.0.17"
17733source = "registry+https://github.com/rust-lang/crates.io-index"
17734checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17735dependencies = [
17736 "thiserror-impl 2.0.17",
17737]
17738
17739[[package]]
17740name = "thiserror-impl"
17741version = "1.0.69"
17742source = "registry+https://github.com/rust-lang/crates.io-index"
17743checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17744dependencies = [
17745 "proc-macro2",
17746 "quote",
17747 "syn 2.0.117",
17748]
17749
17750[[package]]
17751name = "thiserror-impl"
17752version = "2.0.17"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17755dependencies = [
17756 "proc-macro2",
17757 "quote",
17758 "syn 2.0.117",
17759]
17760
17761[[package]]
17762name = "thread_local"
17763version = "1.1.9"
17764source = "registry+https://github.com/rust-lang/crates.io-index"
17765checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17766dependencies = [
17767 "cfg-if",
17768]
17769
17770[[package]]
17771name = "tiff"
17772version = "0.10.3"
17773source = "registry+https://github.com/rust-lang/crates.io-index"
17774checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17775dependencies = [
17776 "fax",
17777 "flate2",
17778 "half",
17779 "quick-error 2.0.1",
17780 "weezl",
17781 "zune-jpeg",
17782]
17783
17784[[package]]
17785name = "tiktoken-rs"
17786version = "0.9.1"
17787source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17788dependencies = [
17789 "anyhow",
17790 "base64 0.22.1",
17791 "bstr",
17792 "fancy-regex 0.16.2",
17793 "lazy_static",
17794 "regex",
17795 "rustc-hash 1.1.0",
17796]
17797
17798[[package]]
17799name = "time"
17800version = "0.3.47"
17801source = "registry+https://github.com/rust-lang/crates.io-index"
17802checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17803dependencies = [
17804 "deranged",
17805 "itoa",
17806 "libc",
17807 "num-conv",
17808 "num_threads",
17809 "powerfmt",
17810 "serde_core",
17811 "time-core",
17812 "time-macros",
17813]
17814
17815[[package]]
17816name = "time-core"
17817version = "0.1.8"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17820
17821[[package]]
17822name = "time-macros"
17823version = "0.2.27"
17824source = "registry+https://github.com/rust-lang/crates.io-index"
17825checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17826dependencies = [
17827 "num-conv",
17828 "time-core",
17829]
17830
17831[[package]]
17832name = "time_format"
17833version = "0.1.0"
17834dependencies = [
17835 "core-foundation 0.10.0",
17836 "core-foundation-sys",
17837 "sys-locale",
17838 "time",
17839 "windows 0.61.3",
17840]
17841
17842[[package]]
17843name = "tiny-keccak"
17844version = "2.0.2"
17845source = "registry+https://github.com/rust-lang/crates.io-index"
17846checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17847dependencies = [
17848 "crunchy",
17849]
17850
17851[[package]]
17852name = "tiny-skia"
17853version = "0.11.4"
17854source = "registry+https://github.com/rust-lang/crates.io-index"
17855checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17856dependencies = [
17857 "arrayref",
17858 "arrayvec",
17859 "bytemuck",
17860 "cfg-if",
17861 "log",
17862 "png 0.17.16",
17863 "tiny-skia-path",
17864]
17865
17866[[package]]
17867name = "tiny-skia-path"
17868version = "0.11.4"
17869source = "registry+https://github.com/rust-lang/crates.io-index"
17870checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17871dependencies = [
17872 "arrayref",
17873 "bytemuck",
17874 "strict-num",
17875]
17876
17877[[package]]
17878name = "tiny_http"
17879version = "0.12.0"
17880source = "registry+https://github.com/rust-lang/crates.io-index"
17881checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17882dependencies = [
17883 "ascii",
17884 "chunked_transfer",
17885 "httpdate",
17886 "log",
17887]
17888
17889[[package]]
17890name = "tinystr"
17891version = "0.8.1"
17892source = "registry+https://github.com/rust-lang/crates.io-index"
17893checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17894dependencies = [
17895 "displaydoc",
17896 "zerovec",
17897]
17898
17899[[package]]
17900name = "tinytemplate"
17901version = "1.2.1"
17902source = "registry+https://github.com/rust-lang/crates.io-index"
17903checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17904dependencies = [
17905 "serde",
17906 "serde_json",
17907]
17908
17909[[package]]
17910name = "tinyvec"
17911version = "1.10.0"
17912source = "registry+https://github.com/rust-lang/crates.io-index"
17913checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17914dependencies = [
17915 "tinyvec_macros",
17916]
17917
17918[[package]]
17919name = "tinyvec_macros"
17920version = "0.1.1"
17921source = "registry+https://github.com/rust-lang/crates.io-index"
17922checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17923
17924[[package]]
17925name = "title_bar"
17926version = "0.1.0"
17927dependencies = [
17928 "anyhow",
17929 "auto_update",
17930 "call",
17931 "channel",
17932 "chrono",
17933 "client",
17934 "cloud_api_types",
17935 "db",
17936 "git_ui",
17937 "gpui",
17938 "icons",
17939 "livekit_client",
17940 "notifications",
17941 "platform_title_bar",
17942 "project",
17943 "recent_projects",
17944 "release_channel",
17945 "remote",
17946 "remote_connection",
17947 "rpc",
17948 "schemars",
17949 "semver",
17950 "serde",
17951 "settings",
17952 "smallvec",
17953 "telemetry",
17954 "theme",
17955 "ui",
17956 "util",
17957 "windows 0.61.3",
17958 "workspace",
17959 "zed_actions",
17960]
17961
17962[[package]]
17963name = "tokio"
17964version = "1.48.0"
17965source = "registry+https://github.com/rust-lang/crates.io-index"
17966checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17967dependencies = [
17968 "bytes 1.11.1",
17969 "libc",
17970 "mio 1.1.0",
17971 "parking_lot",
17972 "pin-project-lite",
17973 "signal-hook-registry",
17974 "socket2 0.6.1",
17975 "tokio-macros",
17976 "windows-sys 0.61.2",
17977]
17978
17979[[package]]
17980name = "tokio-io"
17981version = "0.1.13"
17982source = "registry+https://github.com/rust-lang/crates.io-index"
17983checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17984dependencies = [
17985 "bytes 0.4.12",
17986 "futures 0.1.31",
17987 "log",
17988]
17989
17990[[package]]
17991name = "tokio-macros"
17992version = "2.6.0"
17993source = "registry+https://github.com/rust-lang/crates.io-index"
17994checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17995dependencies = [
17996 "proc-macro2",
17997 "quote",
17998 "syn 2.0.117",
17999]
18000
18001[[package]]
18002name = "tokio-native-tls"
18003version = "0.3.1"
18004source = "registry+https://github.com/rust-lang/crates.io-index"
18005checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18006dependencies = [
18007 "native-tls",
18008 "tokio",
18009]
18010
18011[[package]]
18012name = "tokio-rustls"
18013version = "0.24.1"
18014source = "registry+https://github.com/rust-lang/crates.io-index"
18015checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18016dependencies = [
18017 "rustls 0.21.12",
18018 "tokio",
18019]
18020
18021[[package]]
18022name = "tokio-rustls"
18023version = "0.26.2"
18024source = "registry+https://github.com/rust-lang/crates.io-index"
18025checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18026dependencies = [
18027 "rustls 0.23.33",
18028 "tokio",
18029]
18030
18031[[package]]
18032name = "tokio-socks"
18033version = "0.5.2"
18034source = "registry+https://github.com/rust-lang/crates.io-index"
18035checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18036dependencies = [
18037 "either",
18038 "futures-io",
18039 "futures-util",
18040 "thiserror 1.0.69",
18041 "tokio",
18042]
18043
18044[[package]]
18045name = "tokio-stream"
18046version = "0.1.17"
18047source = "registry+https://github.com/rust-lang/crates.io-index"
18048checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18049dependencies = [
18050 "futures-core",
18051 "pin-project-lite",
18052 "tokio",
18053]
18054
18055[[package]]
18056name = "tokio-tungstenite"
18057version = "0.20.1"
18058source = "registry+https://github.com/rust-lang/crates.io-index"
18059checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18060dependencies = [
18061 "futures-util",
18062 "log",
18063 "tokio",
18064 "tungstenite 0.20.1",
18065]
18066
18067[[package]]
18068name = "tokio-tungstenite"
18069version = "0.21.0"
18070source = "registry+https://github.com/rust-lang/crates.io-index"
18071checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18072dependencies = [
18073 "futures-util",
18074 "log",
18075 "tokio",
18076 "tungstenite 0.21.0",
18077]
18078
18079[[package]]
18080name = "tokio-tungstenite"
18081version = "0.28.0"
18082source = "registry+https://github.com/rust-lang/crates.io-index"
18083checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18084dependencies = [
18085 "futures-util",
18086 "log",
18087 "rustls 0.23.33",
18088 "rustls-native-certs 0.8.2",
18089 "rustls-pki-types",
18090 "tokio",
18091 "tokio-rustls 0.26.2",
18092 "tungstenite 0.28.0",
18093]
18094
18095[[package]]
18096name = "tokio-util"
18097version = "0.7.16"
18098source = "registry+https://github.com/rust-lang/crates.io-index"
18099checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18100dependencies = [
18101 "bytes 1.11.1",
18102 "futures-core",
18103 "futures-io",
18104 "futures-sink",
18105 "pin-project-lite",
18106 "tokio",
18107]
18108
18109[[package]]
18110name = "toml"
18111version = "0.5.11"
18112source = "registry+https://github.com/rust-lang/crates.io-index"
18113checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18114dependencies = [
18115 "serde",
18116]
18117
18118[[package]]
18119name = "toml"
18120version = "0.8.23"
18121source = "registry+https://github.com/rust-lang/crates.io-index"
18122checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18123dependencies = [
18124 "serde",
18125 "serde_spanned 0.6.9",
18126 "toml_datetime 0.6.11",
18127 "toml_edit 0.22.27",
18128]
18129
18130[[package]]
18131name = "toml"
18132version = "0.9.8"
18133source = "registry+https://github.com/rust-lang/crates.io-index"
18134checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18135dependencies = [
18136 "indexmap",
18137 "serde_core",
18138 "serde_spanned 1.0.3",
18139 "toml_datetime 0.7.3",
18140 "toml_parser",
18141 "toml_writer",
18142 "winnow",
18143]
18144
18145[[package]]
18146name = "toml_datetime"
18147version = "0.6.11"
18148source = "registry+https://github.com/rust-lang/crates.io-index"
18149checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18150dependencies = [
18151 "serde",
18152]
18153
18154[[package]]
18155name = "toml_datetime"
18156version = "0.7.3"
18157source = "registry+https://github.com/rust-lang/crates.io-index"
18158checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18159dependencies = [
18160 "serde_core",
18161]
18162
18163[[package]]
18164name = "toml_edit"
18165version = "0.22.27"
18166source = "registry+https://github.com/rust-lang/crates.io-index"
18167checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18168dependencies = [
18169 "indexmap",
18170 "serde",
18171 "serde_spanned 0.6.9",
18172 "toml_datetime 0.6.11",
18173 "toml_write",
18174 "winnow",
18175]
18176
18177[[package]]
18178name = "toml_edit"
18179version = "0.23.7"
18180source = "registry+https://github.com/rust-lang/crates.io-index"
18181checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18182dependencies = [
18183 "indexmap",
18184 "toml_datetime 0.7.3",
18185 "toml_parser",
18186 "winnow",
18187]
18188
18189[[package]]
18190name = "toml_parser"
18191version = "1.0.4"
18192source = "registry+https://github.com/rust-lang/crates.io-index"
18193checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18194dependencies = [
18195 "winnow",
18196]
18197
18198[[package]]
18199name = "toml_write"
18200version = "0.1.2"
18201source = "registry+https://github.com/rust-lang/crates.io-index"
18202checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18203
18204[[package]]
18205name = "toml_writer"
18206version = "1.0.4"
18207source = "registry+https://github.com/rust-lang/crates.io-index"
18208checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18209
18210[[package]]
18211name = "toolchain_selector"
18212version = "0.1.0"
18213dependencies = [
18214 "anyhow",
18215 "convert_case 0.8.0",
18216 "editor",
18217 "futures 0.3.32",
18218 "fuzzy",
18219 "gpui",
18220 "language",
18221 "menu",
18222 "open_path_prompt",
18223 "picker",
18224 "project",
18225 "ui",
18226 "util",
18227 "workspace",
18228]
18229
18230[[package]]
18231name = "topological-sort"
18232version = "0.2.2"
18233source = "registry+https://github.com/rust-lang/crates.io-index"
18234checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18235
18236[[package]]
18237name = "tower"
18238version = "0.4.13"
18239source = "registry+https://github.com/rust-lang/crates.io-index"
18240checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18241dependencies = [
18242 "futures-core",
18243 "futures-util",
18244 "pin-project",
18245 "pin-project-lite",
18246 "tokio",
18247 "tower-layer",
18248 "tower-service",
18249 "tracing",
18250]
18251
18252[[package]]
18253name = "tower"
18254version = "0.5.2"
18255source = "registry+https://github.com/rust-lang/crates.io-index"
18256checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18257dependencies = [
18258 "futures-core",
18259 "futures-util",
18260 "pin-project-lite",
18261 "sync_wrapper 1.0.2",
18262 "tokio",
18263 "tokio-util",
18264 "tower-layer",
18265 "tower-service",
18266 "tracing",
18267]
18268
18269[[package]]
18270name = "tower-http"
18271version = "0.4.4"
18272source = "registry+https://github.com/rust-lang/crates.io-index"
18273checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18274dependencies = [
18275 "bitflags 2.10.0",
18276 "bytes 1.11.1",
18277 "futures-core",
18278 "futures-util",
18279 "http 0.2.12",
18280 "http-body 0.4.6",
18281 "http-range-header",
18282 "pin-project-lite",
18283 "tower-layer",
18284 "tower-service",
18285 "tracing",
18286]
18287
18288[[package]]
18289name = "tower-http"
18290version = "0.6.6"
18291source = "registry+https://github.com/rust-lang/crates.io-index"
18292checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18293dependencies = [
18294 "bitflags 2.10.0",
18295 "bytes 1.11.1",
18296 "futures-util",
18297 "http 1.3.1",
18298 "http-body 1.0.1",
18299 "iri-string",
18300 "pin-project-lite",
18301 "tower 0.5.2",
18302 "tower-layer",
18303 "tower-service",
18304 "tracing",
18305]
18306
18307[[package]]
18308name = "tower-layer"
18309version = "0.3.3"
18310source = "registry+https://github.com/rust-lang/crates.io-index"
18311checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18312
18313[[package]]
18314name = "tower-service"
18315version = "0.3.3"
18316source = "registry+https://github.com/rust-lang/crates.io-index"
18317checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18318
18319[[package]]
18320name = "tracing"
18321version = "0.1.43"
18322source = "registry+https://github.com/rust-lang/crates.io-index"
18323checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18324dependencies = [
18325 "log",
18326 "pin-project-lite",
18327 "tracing-attributes",
18328 "tracing-core",
18329]
18330
18331[[package]]
18332name = "tracing-attributes"
18333version = "0.1.31"
18334source = "registry+https://github.com/rust-lang/crates.io-index"
18335checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18336dependencies = [
18337 "proc-macro2",
18338 "quote",
18339 "syn 2.0.117",
18340]
18341
18342[[package]]
18343name = "tracing-core"
18344version = "0.1.35"
18345source = "registry+https://github.com/rust-lang/crates.io-index"
18346checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18347dependencies = [
18348 "once_cell",
18349 "valuable",
18350]
18351
18352[[package]]
18353name = "tracing-log"
18354version = "0.2.0"
18355source = "registry+https://github.com/rust-lang/crates.io-index"
18356checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18357dependencies = [
18358 "log",
18359 "once_cell",
18360 "tracing-core",
18361]
18362
18363[[package]]
18364name = "tracing-serde"
18365version = "0.2.0"
18366source = "registry+https://github.com/rust-lang/crates.io-index"
18367checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18368dependencies = [
18369 "serde",
18370 "tracing-core",
18371]
18372
18373[[package]]
18374name = "tracing-subscriber"
18375version = "0.3.22"
18376source = "registry+https://github.com/rust-lang/crates.io-index"
18377checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18378dependencies = [
18379 "matchers",
18380 "nu-ansi-term",
18381 "once_cell",
18382 "regex-automata",
18383 "serde",
18384 "serde_json",
18385 "sharded-slab",
18386 "smallvec",
18387 "thread_local",
18388 "tracing",
18389 "tracing-core",
18390 "tracing-log",
18391 "tracing-serde",
18392]
18393
18394[[package]]
18395name = "tracing-tracy"
18396version = "0.11.4"
18397source = "registry+https://github.com/rust-lang/crates.io-index"
18398checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18399dependencies = [
18400 "tracing-core",
18401 "tracing-subscriber",
18402 "tracy-client",
18403]
18404
18405[[package]]
18406name = "tracy-client"
18407version = "0.18.3"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18410dependencies = [
18411 "loom",
18412 "once_cell",
18413 "tracy-client-sys",
18414]
18415
18416[[package]]
18417name = "tracy-client-sys"
18418version = "0.27.0"
18419source = "registry+https://github.com/rust-lang/crates.io-index"
18420checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18421dependencies = [
18422 "cc",
18423 "windows-targets 0.48.5",
18424]
18425
18426[[package]]
18427name = "transpose"
18428version = "0.2.3"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18431dependencies = [
18432 "num-integer",
18433 "strength_reduce",
18434]
18435
18436[[package]]
18437name = "trash"
18438version = "5.2.5"
18439source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18440dependencies = [
18441 "chrono",
18442 "libc",
18443 "log",
18444 "objc2",
18445 "objc2-foundation",
18446 "once_cell",
18447 "percent-encoding",
18448 "scopeguard",
18449 "urlencoding",
18450 "windows 0.56.0",
18451 "windows-core 0.56.0",
18452]
18453
18454[[package]]
18455name = "tree-sitter"
18456version = "0.26.8"
18457source = "registry+https://github.com/rust-lang/crates.io-index"
18458checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18459dependencies = [
18460 "cc",
18461 "regex",
18462 "regex-syntax",
18463 "serde_json",
18464 "streaming-iterator",
18465 "tree-sitter-language",
18466 "wasmtime-c-api-impl",
18467]
18468
18469[[package]]
18470name = "tree-sitter-bash"
18471version = "0.25.1"
18472source = "registry+https://github.com/rust-lang/crates.io-index"
18473checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18474dependencies = [
18475 "cc",
18476 "tree-sitter-language",
18477]
18478
18479[[package]]
18480name = "tree-sitter-c"
18481version = "0.24.1"
18482source = "registry+https://github.com/rust-lang/crates.io-index"
18483checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18484dependencies = [
18485 "cc",
18486 "tree-sitter-language",
18487]
18488
18489[[package]]
18490name = "tree-sitter-cpp"
18491version = "0.23.4"
18492source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18493dependencies = [
18494 "cc",
18495 "tree-sitter-language",
18496]
18497
18498[[package]]
18499name = "tree-sitter-css"
18500version = "0.23.2"
18501source = "registry+https://github.com/rust-lang/crates.io-index"
18502checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18503dependencies = [
18504 "cc",
18505 "tree-sitter-language",
18506]
18507
18508[[package]]
18509name = "tree-sitter-diff"
18510version = "0.1.0"
18511source = "registry+https://github.com/rust-lang/crates.io-index"
18512checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18513dependencies = [
18514 "cc",
18515 "tree-sitter-language",
18516]
18517
18518[[package]]
18519name = "tree-sitter-elixir"
18520version = "0.3.4"
18521source = "registry+https://github.com/rust-lang/crates.io-index"
18522checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18523dependencies = [
18524 "cc",
18525 "tree-sitter-language",
18526]
18527
18528[[package]]
18529name = "tree-sitter-embedded-template"
18530version = "0.23.2"
18531source = "registry+https://github.com/rust-lang/crates.io-index"
18532checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18533dependencies = [
18534 "cc",
18535 "tree-sitter-language",
18536]
18537
18538[[package]]
18539name = "tree-sitter-gitcommit"
18540version = "0.0.1"
18541source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18542dependencies = [
18543 "cc",
18544 "tree-sitter-language",
18545]
18546
18547[[package]]
18548name = "tree-sitter-go"
18549version = "0.25.0"
18550source = "registry+https://github.com/rust-lang/crates.io-index"
18551checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18552dependencies = [
18553 "cc",
18554 "tree-sitter-language",
18555]
18556
18557[[package]]
18558name = "tree-sitter-gomod"
18559version = "1.1.1"
18560source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18561dependencies = [
18562 "cc",
18563 "tree-sitter-language",
18564]
18565
18566[[package]]
18567name = "tree-sitter-gowork"
18568version = "0.0.1"
18569source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18570dependencies = [
18571 "cc",
18572 "tree-sitter-language",
18573]
18574
18575[[package]]
18576name = "tree-sitter-heex"
18577version = "0.0.1"
18578source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18579dependencies = [
18580 "cc",
18581 "tree-sitter-language",
18582]
18583
18584[[package]]
18585name = "tree-sitter-html"
18586version = "0.23.2"
18587source = "registry+https://github.com/rust-lang/crates.io-index"
18588checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18589dependencies = [
18590 "cc",
18591 "tree-sitter-language",
18592]
18593
18594[[package]]
18595name = "tree-sitter-jsdoc"
18596version = "0.23.2"
18597source = "registry+https://github.com/rust-lang/crates.io-index"
18598checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18599dependencies = [
18600 "cc",
18601 "tree-sitter-language",
18602]
18603
18604[[package]]
18605name = "tree-sitter-json"
18606version = "0.24.8"
18607source = "registry+https://github.com/rust-lang/crates.io-index"
18608checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18609dependencies = [
18610 "cc",
18611 "tree-sitter-language",
18612]
18613
18614[[package]]
18615name = "tree-sitter-language"
18616version = "0.1.5"
18617source = "registry+https://github.com/rust-lang/crates.io-index"
18618checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18619
18620[[package]]
18621name = "tree-sitter-md"
18622version = "0.3.2"
18623source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18624dependencies = [
18625 "cc",
18626 "tree-sitter-language",
18627]
18628
18629[[package]]
18630name = "tree-sitter-python"
18631version = "0.25.0"
18632source = "registry+https://github.com/rust-lang/crates.io-index"
18633checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18634dependencies = [
18635 "cc",
18636 "tree-sitter-language",
18637]
18638
18639[[package]]
18640name = "tree-sitter-regex"
18641version = "0.24.3"
18642source = "registry+https://github.com/rust-lang/crates.io-index"
18643checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18644dependencies = [
18645 "cc",
18646 "tree-sitter-language",
18647]
18648
18649[[package]]
18650name = "tree-sitter-ruby"
18651version = "0.23.1"
18652source = "registry+https://github.com/rust-lang/crates.io-index"
18653checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18654dependencies = [
18655 "cc",
18656 "tree-sitter-language",
18657]
18658
18659[[package]]
18660name = "tree-sitter-rust"
18661version = "0.24.2"
18662source = "registry+https://github.com/rust-lang/crates.io-index"
18663checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18664dependencies = [
18665 "cc",
18666 "tree-sitter-language",
18667]
18668
18669[[package]]
18670name = "tree-sitter-typescript"
18671version = "0.23.2"
18672source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18673dependencies = [
18674 "cc",
18675 "tree-sitter-language",
18676]
18677
18678[[package]]
18679name = "tree-sitter-yaml"
18680version = "0.6.1"
18681source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18682dependencies = [
18683 "cc",
18684 "tree-sitter-language",
18685]
18686
18687[[package]]
18688name = "triomphe"
18689version = "0.1.15"
18690source = "registry+https://github.com/rust-lang/crates.io-index"
18691checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18692dependencies = [
18693 "serde",
18694 "stable_deref_trait",
18695]
18696
18697[[package]]
18698name = "try-lock"
18699version = "0.2.5"
18700source = "registry+https://github.com/rust-lang/crates.io-index"
18701checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18702
18703[[package]]
18704name = "ttf-parser"
18705version = "0.20.0"
18706source = "registry+https://github.com/rust-lang/crates.io-index"
18707checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18708
18709[[package]]
18710name = "ttf-parser"
18711version = "0.25.1"
18712source = "registry+https://github.com/rust-lang/crates.io-index"
18713checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18714dependencies = [
18715 "core_maths",
18716]
18717
18718[[package]]
18719name = "tungstenite"
18720version = "0.20.1"
18721source = "registry+https://github.com/rust-lang/crates.io-index"
18722checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18723dependencies = [
18724 "byteorder",
18725 "bytes 1.11.1",
18726 "data-encoding",
18727 "http 0.2.12",
18728 "httparse",
18729 "log",
18730 "rand 0.8.5",
18731 "sha1",
18732 "thiserror 1.0.69",
18733 "url",
18734 "utf-8",
18735]
18736
18737[[package]]
18738name = "tungstenite"
18739version = "0.21.0"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18742dependencies = [
18743 "byteorder",
18744 "bytes 1.11.1",
18745 "data-encoding",
18746 "http 1.3.1",
18747 "httparse",
18748 "log",
18749 "rand 0.8.5",
18750 "sha1",
18751 "thiserror 1.0.69",
18752 "url",
18753 "utf-8",
18754]
18755
18756[[package]]
18757name = "tungstenite"
18758version = "0.27.0"
18759source = "registry+https://github.com/rust-lang/crates.io-index"
18760checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18761dependencies = [
18762 "bytes 1.11.1",
18763 "data-encoding",
18764 "http 1.3.1",
18765 "httparse",
18766 "log",
18767 "rand 0.9.2",
18768 "rustls 0.23.33",
18769 "rustls-pki-types",
18770 "sha1",
18771 "thiserror 2.0.17",
18772 "utf-8",
18773]
18774
18775[[package]]
18776name = "tungstenite"
18777version = "0.28.0"
18778source = "registry+https://github.com/rust-lang/crates.io-index"
18779checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18780dependencies = [
18781 "bytes 1.11.1",
18782 "data-encoding",
18783 "http 1.3.1",
18784 "httparse",
18785 "log",
18786 "rand 0.9.2",
18787 "rustls 0.23.33",
18788 "rustls-pki-types",
18789 "sha1",
18790 "thiserror 2.0.17",
18791 "utf-8",
18792]
18793
18794[[package]]
18795name = "typeid"
18796version = "1.0.3"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18799
18800[[package]]
18801name = "typenum"
18802version = "1.19.0"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18805
18806[[package]]
18807name = "ucd-trie"
18808version = "0.1.7"
18809source = "registry+https://github.com/rust-lang/crates.io-index"
18810checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18811
18812[[package]]
18813name = "uds"
18814version = "0.4.2"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18817dependencies = [
18818 "libc",
18819]
18820
18821[[package]]
18822name = "uds_windows"
18823version = "1.1.0"
18824source = "registry+https://github.com/rust-lang/crates.io-index"
18825checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18826dependencies = [
18827 "memoffset",
18828 "tempfile",
18829 "winapi",
18830]
18831
18832[[package]]
18833name = "ug"
18834version = "0.4.0"
18835source = "registry+https://github.com/rust-lang/crates.io-index"
18836checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18837dependencies = [
18838 "gemm 0.18.2",
18839 "half",
18840 "libloading",
18841 "memmap2",
18842 "num",
18843 "num-traits",
18844 "num_cpus",
18845 "rayon",
18846 "safetensors",
18847 "serde",
18848 "thiserror 1.0.69",
18849 "tracing",
18850 "yoke 0.7.5",
18851]
18852
18853[[package]]
18854name = "ui"
18855version = "0.1.0"
18856dependencies = [
18857 "chrono",
18858 "component",
18859 "documented",
18860 "gpui",
18861 "gpui_macros",
18862 "gpui_util",
18863 "icons",
18864 "itertools 0.14.0",
18865 "menu",
18866 "schemars",
18867 "serde",
18868 "smallvec",
18869 "strum 0.27.2",
18870 "theme",
18871 "ui_macros",
18872 "windows 0.61.3",
18873]
18874
18875[[package]]
18876name = "ui_input"
18877version = "0.1.0"
18878dependencies = [
18879 "component",
18880 "gpui",
18881 "ui",
18882]
18883
18884[[package]]
18885name = "ui_macros"
18886version = "0.1.0"
18887dependencies = [
18888 "component",
18889 "quote",
18890 "syn 2.0.117",
18891 "ui",
18892]
18893
18894[[package]]
18895name = "ui_prompt"
18896version = "0.1.0"
18897dependencies = [
18898 "gpui",
18899 "markdown",
18900 "menu",
18901 "settings",
18902 "theme_settings",
18903 "ui",
18904 "workspace",
18905]
18906
18907[[package]]
18908name = "unarray"
18909version = "0.1.4"
18910source = "registry+https://github.com/rust-lang/crates.io-index"
18911checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18912
18913[[package]]
18914name = "unicase"
18915version = "2.8.1"
18916source = "registry+https://github.com/rust-lang/crates.io-index"
18917checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18918
18919[[package]]
18920name = "unicode-bidi"
18921version = "0.3.18"
18922source = "registry+https://github.com/rust-lang/crates.io-index"
18923checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18924
18925[[package]]
18926name = "unicode-bidi-mirroring"
18927version = "0.4.0"
18928source = "registry+https://github.com/rust-lang/crates.io-index"
18929checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18930
18931[[package]]
18932name = "unicode-ccc"
18933version = "0.4.0"
18934source = "registry+https://github.com/rust-lang/crates.io-index"
18935checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18936
18937[[package]]
18938name = "unicode-general-category"
18939version = "1.1.0"
18940source = "registry+https://github.com/rust-lang/crates.io-index"
18941checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18942
18943[[package]]
18944name = "unicode-ident"
18945version = "1.0.19"
18946source = "registry+https://github.com/rust-lang/crates.io-index"
18947checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18948
18949[[package]]
18950name = "unicode-linebreak"
18951version = "0.1.5"
18952source = "registry+https://github.com/rust-lang/crates.io-index"
18953checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18954
18955[[package]]
18956name = "unicode-normalization"
18957version = "0.1.24"
18958source = "registry+https://github.com/rust-lang/crates.io-index"
18959checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18960dependencies = [
18961 "tinyvec",
18962]
18963
18964[[package]]
18965name = "unicode-properties"
18966version = "0.1.3"
18967source = "registry+https://github.com/rust-lang/crates.io-index"
18968checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18969
18970[[package]]
18971name = "unicode-script"
18972version = "0.5.8"
18973source = "registry+https://github.com/rust-lang/crates.io-index"
18974checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18975
18976[[package]]
18977name = "unicode-segmentation"
18978version = "1.12.0"
18979source = "registry+https://github.com/rust-lang/crates.io-index"
18980checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18981
18982[[package]]
18983name = "unicode-vo"
18984version = "0.1.0"
18985source = "registry+https://github.com/rust-lang/crates.io-index"
18986checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18987
18988[[package]]
18989name = "unicode-width"
18990version = "0.2.2"
18991source = "registry+https://github.com/rust-lang/crates.io-index"
18992checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18993
18994[[package]]
18995name = "unicode-xid"
18996version = "0.2.6"
18997source = "registry+https://github.com/rust-lang/crates.io-index"
18998checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18999
19000[[package]]
19001name = "unicode_categories"
19002version = "0.1.1"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19005
19006[[package]]
19007name = "unindent"
19008version = "0.2.4"
19009source = "registry+https://github.com/rust-lang/crates.io-index"
19010checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19011
19012[[package]]
19013name = "unsafe-libyaml"
19014version = "0.2.11"
19015source = "registry+https://github.com/rust-lang/crates.io-index"
19016checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19017
19018[[package]]
19019name = "untrusted"
19020version = "0.7.1"
19021source = "registry+https://github.com/rust-lang/crates.io-index"
19022checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19023
19024[[package]]
19025name = "untrusted"
19026version = "0.9.0"
19027source = "registry+https://github.com/rust-lang/crates.io-index"
19028checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19029
19030[[package]]
19031name = "url"
19032version = "2.5.7"
19033source = "registry+https://github.com/rust-lang/crates.io-index"
19034checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19035dependencies = [
19036 "form_urlencoded",
19037 "idna",
19038 "percent-encoding",
19039 "serde",
19040]
19041
19042[[package]]
19043name = "urlencoding"
19044version = "2.1.3"
19045source = "registry+https://github.com/rust-lang/crates.io-index"
19046checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19047
19048[[package]]
19049name = "usvg"
19050version = "0.45.1"
19051source = "registry+https://github.com/rust-lang/crates.io-index"
19052checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19053dependencies = [
19054 "base64 0.22.1",
19055 "data-url",
19056 "flate2",
19057 "fontdb 0.23.0",
19058 "imagesize",
19059 "kurbo",
19060 "log",
19061 "pico-args",
19062 "roxmltree",
19063 "rustybuzz",
19064 "simplecss",
19065 "siphasher 1.0.1",
19066 "strict-num",
19067 "svgtypes",
19068 "tiny-skia-path",
19069 "unicode-bidi",
19070 "unicode-script",
19071 "unicode-vo",
19072 "xmlwriter",
19073]
19074
19075[[package]]
19076name = "utf-8"
19077version = "0.7.6"
19078source = "registry+https://github.com/rust-lang/crates.io-index"
19079checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19080
19081[[package]]
19082name = "utf8-chars"
19083version = "3.0.6"
19084source = "registry+https://github.com/rust-lang/crates.io-index"
19085checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19086dependencies = [
19087 "arrayvec",
19088]
19089
19090[[package]]
19091name = "utf8_iter"
19092version = "1.0.4"
19093source = "registry+https://github.com/rust-lang/crates.io-index"
19094checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19095
19096[[package]]
19097name = "utf8parse"
19098version = "0.2.2"
19099source = "registry+https://github.com/rust-lang/crates.io-index"
19100checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19101
19102[[package]]
19103name = "util"
19104version = "0.1.0"
19105dependencies = [
19106 "anyhow",
19107 "async-fs",
19108 "async_zip",
19109 "collections",
19110 "command-fds",
19111 "dirs 4.0.0",
19112 "dunce",
19113 "futures 0.3.32",
19114 "futures-lite 1.13.0",
19115 "git2",
19116 "globset",
19117 "gpui_util",
19118 "itertools 0.14.0",
19119 "libc",
19120 "log",
19121 "mach2 0.5.0",
19122 "nix 0.29.0",
19123 "percent-encoding",
19124 "pretty_assertions",
19125 "rand 0.9.2",
19126 "regex",
19127 "rust-embed",
19128 "schemars",
19129 "serde",
19130 "serde_json",
19131 "serde_json_lenient",
19132 "shlex",
19133 "smol",
19134 "take-until",
19135 "tempfile",
19136 "tendril",
19137 "unicase",
19138 "url",
19139 "util_macros",
19140 "walkdir",
19141 "which 6.0.3",
19142]
19143
19144[[package]]
19145name = "util_macros"
19146version = "0.1.0"
19147dependencies = [
19148 "perf",
19149 "quote",
19150 "syn 2.0.117",
19151]
19152
19153[[package]]
19154name = "uuid"
19155version = "1.18.1"
19156source = "registry+https://github.com/rust-lang/crates.io-index"
19157checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19158dependencies = [
19159 "getrandom 0.3.4",
19160 "js-sys",
19161 "serde",
19162 "sha1_smol",
19163 "wasm-bindgen",
19164]
19165
19166[[package]]
19167name = "uuid-simd"
19168version = "0.8.0"
19169source = "registry+https://github.com/rust-lang/crates.io-index"
19170checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19171dependencies = [
19172 "outref",
19173 "vsimd",
19174]
19175
19176[[package]]
19177name = "v_frame"
19178version = "0.3.9"
19179source = "registry+https://github.com/rust-lang/crates.io-index"
19180checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19181dependencies = [
19182 "aligned-vec",
19183 "num-traits",
19184 "wasm-bindgen",
19185]
19186
19187[[package]]
19188name = "valuable"
19189version = "0.1.1"
19190source = "registry+https://github.com/rust-lang/crates.io-index"
19191checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19192
19193[[package]]
19194name = "value-bag"
19195version = "1.12.0"
19196source = "registry+https://github.com/rust-lang/crates.io-index"
19197checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19198dependencies = [
19199 "value-bag-serde1",
19200 "value-bag-sval2",
19201]
19202
19203[[package]]
19204name = "value-bag-serde1"
19205version = "1.12.0"
19206source = "registry+https://github.com/rust-lang/crates.io-index"
19207checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19208dependencies = [
19209 "erased-serde",
19210 "serde_core",
19211 "serde_fmt",
19212]
19213
19214[[package]]
19215name = "value-bag-sval2"
19216version = "1.12.0"
19217source = "registry+https://github.com/rust-lang/crates.io-index"
19218checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19219dependencies = [
19220 "sval",
19221 "sval_buffer",
19222 "sval_dynamic",
19223 "sval_fmt",
19224 "sval_json",
19225 "sval_ref",
19226 "sval_serde",
19227]
19228
19229[[package]]
19230name = "vcpkg"
19231version = "0.2.15"
19232source = "registry+https://github.com/rust-lang/crates.io-index"
19233checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19234
19235[[package]]
19236name = "vercel"
19237version = "0.1.0"
19238dependencies = [
19239 "anyhow",
19240 "schemars",
19241 "serde",
19242 "strum 0.27.2",
19243]
19244
19245[[package]]
19246name = "version-compare"
19247version = "0.2.0"
19248source = "registry+https://github.com/rust-lang/crates.io-index"
19249checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19250
19251[[package]]
19252name = "version_check"
19253version = "0.9.5"
19254source = "registry+https://github.com/rust-lang/crates.io-index"
19255checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19256
19257[[package]]
19258name = "vim"
19259version = "0.1.0"
19260dependencies = [
19261 "anyhow",
19262 "async-compat",
19263 "async-trait",
19264 "collections",
19265 "command_palette",
19266 "command_palette_hooks",
19267 "db",
19268 "editor",
19269 "env_logger 0.11.8",
19270 "futures 0.3.32",
19271 "fuzzy",
19272 "git_ui",
19273 "gpui",
19274 "indoc",
19275 "itertools 0.14.0",
19276 "language",
19277 "log",
19278 "lsp",
19279 "markdown_preview",
19280 "menu",
19281 "multi_buffer",
19282 "nvim-rs",
19283 "outline_panel",
19284 "parking_lot",
19285 "perf",
19286 "picker",
19287 "project",
19288 "project_panel",
19289 "regex",
19290 "release_channel",
19291 "schemars",
19292 "search",
19293 "semver",
19294 "serde",
19295 "serde_json",
19296 "settings",
19297 "settings_ui",
19298 "task",
19299 "text",
19300 "theme",
19301 "theme_settings",
19302 "tokio",
19303 "ui",
19304 "util",
19305 "util_macros",
19306 "vim_mode_setting",
19307 "workspace",
19308 "zed_actions",
19309]
19310
19311[[package]]
19312name = "vim_mode_setting"
19313version = "0.1.0"
19314dependencies = [
19315 "gpui",
19316 "settings",
19317]
19318
19319[[package]]
19320name = "vscode_theme"
19321version = "0.2.0"
19322source = "registry+https://github.com/rust-lang/crates.io-index"
19323checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19324dependencies = [
19325 "serde",
19326]
19327
19328[[package]]
19329name = "vsimd"
19330version = "0.8.0"
19331source = "registry+https://github.com/rust-lang/crates.io-index"
19332checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19333
19334[[package]]
19335name = "vswhom"
19336version = "0.1.0"
19337source = "registry+https://github.com/rust-lang/crates.io-index"
19338checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19339dependencies = [
19340 "libc",
19341 "vswhom-sys",
19342]
19343
19344[[package]]
19345name = "vswhom-sys"
19346version = "0.1.3"
19347source = "registry+https://github.com/rust-lang/crates.io-index"
19348checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19349dependencies = [
19350 "cc",
19351 "libc",
19352]
19353
19354[[package]]
19355name = "vte"
19356version = "0.15.0"
19357source = "registry+https://github.com/rust-lang/crates.io-index"
19358checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19359dependencies = [
19360 "arrayvec",
19361 "bitflags 2.10.0",
19362 "cursor-icon",
19363 "log",
19364 "memchr",
19365 "serde",
19366]
19367
19368[[package]]
19369name = "wait-timeout"
19370version = "0.2.1"
19371source = "registry+https://github.com/rust-lang/crates.io-index"
19372checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19373dependencies = [
19374 "libc",
19375]
19376
19377[[package]]
19378name = "waker-fn"
19379version = "1.2.0"
19380source = "registry+https://github.com/rust-lang/crates.io-index"
19381checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19382
19383[[package]]
19384name = "walkdir"
19385version = "2.5.0"
19386source = "registry+https://github.com/rust-lang/crates.io-index"
19387checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19388dependencies = [
19389 "same-file",
19390 "winapi-util",
19391]
19392
19393[[package]]
19394name = "want"
19395version = "0.3.1"
19396source = "registry+https://github.com/rust-lang/crates.io-index"
19397checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19398dependencies = [
19399 "try-lock",
19400]
19401
19402[[package]]
19403name = "warp"
19404version = "0.3.7"
19405source = "registry+https://github.com/rust-lang/crates.io-index"
19406checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19407dependencies = [
19408 "bytes 1.11.1",
19409 "futures-channel",
19410 "futures-util",
19411 "headers",
19412 "http 0.2.12",
19413 "hyper 0.14.32",
19414 "log",
19415 "mime",
19416 "mime_guess",
19417 "percent-encoding",
19418 "pin-project",
19419 "scoped-tls",
19420 "serde",
19421 "serde_json",
19422 "serde_urlencoded",
19423 "tokio",
19424 "tokio-tungstenite 0.21.0",
19425 "tokio-util",
19426 "tower-service",
19427 "tracing",
19428]
19429
19430[[package]]
19431name = "wasi"
19432version = "0.11.1+wasi-snapshot-preview1"
19433source = "registry+https://github.com/rust-lang/crates.io-index"
19434checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19435
19436[[package]]
19437name = "wasip2"
19438version = "1.0.1+wasi-0.2.4"
19439source = "registry+https://github.com/rust-lang/crates.io-index"
19440checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19441dependencies = [
19442 "wit-bindgen 0.46.0",
19443]
19444
19445[[package]]
19446name = "wasip3"
19447version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19448source = "registry+https://github.com/rust-lang/crates.io-index"
19449checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19450dependencies = [
19451 "wit-bindgen 0.51.0",
19452]
19453
19454[[package]]
19455name = "wasite"
19456version = "0.1.0"
19457source = "registry+https://github.com/rust-lang/crates.io-index"
19458checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19459
19460[[package]]
19461name = "wasm-bindgen"
19462version = "0.2.113"
19463source = "registry+https://github.com/rust-lang/crates.io-index"
19464checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19465dependencies = [
19466 "cfg-if",
19467 "once_cell",
19468 "rustversion",
19469 "wasm-bindgen-macro",
19470 "wasm-bindgen-shared",
19471]
19472
19473[[package]]
19474name = "wasm-bindgen-futures"
19475version = "0.4.63"
19476source = "registry+https://github.com/rust-lang/crates.io-index"
19477checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19478dependencies = [
19479 "cfg-if",
19480 "futures-util",
19481 "js-sys",
19482 "once_cell",
19483 "wasm-bindgen",
19484 "web-sys",
19485]
19486
19487[[package]]
19488name = "wasm-bindgen-macro"
19489version = "0.2.113"
19490source = "registry+https://github.com/rust-lang/crates.io-index"
19491checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19492dependencies = [
19493 "quote",
19494 "wasm-bindgen-macro-support",
19495]
19496
19497[[package]]
19498name = "wasm-bindgen-macro-support"
19499version = "0.2.113"
19500source = "registry+https://github.com/rust-lang/crates.io-index"
19501checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19502dependencies = [
19503 "bumpalo",
19504 "proc-macro2",
19505 "quote",
19506 "syn 2.0.117",
19507 "wasm-bindgen-shared",
19508]
19509
19510[[package]]
19511name = "wasm-bindgen-shared"
19512version = "0.2.113"
19513source = "registry+https://github.com/rust-lang/crates.io-index"
19514checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19515dependencies = [
19516 "unicode-ident",
19517]
19518
19519[[package]]
19520name = "wasm-encoder"
19521version = "0.201.0"
19522source = "registry+https://github.com/rust-lang/crates.io-index"
19523checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19524dependencies = [
19525 "leb128",
19526]
19527
19528[[package]]
19529name = "wasm-encoder"
19530version = "0.221.3"
19531source = "registry+https://github.com/rust-lang/crates.io-index"
19532checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19533dependencies = [
19534 "leb128",
19535 "wasmparser 0.221.3",
19536]
19537
19538[[package]]
19539name = "wasm-encoder"
19540version = "0.227.1"
19541source = "registry+https://github.com/rust-lang/crates.io-index"
19542checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19543dependencies = [
19544 "leb128fmt",
19545 "wasmparser 0.227.1",
19546]
19547
19548[[package]]
19549name = "wasm-encoder"
19550version = "0.236.1"
19551source = "registry+https://github.com/rust-lang/crates.io-index"
19552checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19553dependencies = [
19554 "leb128fmt",
19555 "wasmparser 0.236.1",
19556]
19557
19558[[package]]
19559name = "wasm-encoder"
19560version = "0.244.0"
19561source = "registry+https://github.com/rust-lang/crates.io-index"
19562checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19563dependencies = [
19564 "leb128fmt",
19565 "wasmparser 0.244.0",
19566]
19567
19568[[package]]
19569name = "wasm-metadata"
19570version = "0.201.0"
19571source = "registry+https://github.com/rust-lang/crates.io-index"
19572checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19573dependencies = [
19574 "anyhow",
19575 "indexmap",
19576 "serde",
19577 "serde_derive",
19578 "serde_json",
19579 "spdx",
19580 "wasm-encoder 0.201.0",
19581 "wasmparser 0.201.0",
19582]
19583
19584[[package]]
19585name = "wasm-metadata"
19586version = "0.227.1"
19587source = "registry+https://github.com/rust-lang/crates.io-index"
19588checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19589dependencies = [
19590 "anyhow",
19591 "auditable-serde",
19592 "flate2",
19593 "indexmap",
19594 "serde",
19595 "serde_derive",
19596 "serde_json",
19597 "spdx",
19598 "url",
19599 "wasm-encoder 0.227.1",
19600 "wasmparser 0.227.1",
19601]
19602
19603[[package]]
19604name = "wasm-metadata"
19605version = "0.244.0"
19606source = "registry+https://github.com/rust-lang/crates.io-index"
19607checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19608dependencies = [
19609 "anyhow",
19610 "indexmap",
19611 "wasm-encoder 0.244.0",
19612 "wasmparser 0.244.0",
19613]
19614
19615[[package]]
19616name = "wasm-streams"
19617version = "0.4.2"
19618source = "registry+https://github.com/rust-lang/crates.io-index"
19619checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19620dependencies = [
19621 "futures-util",
19622 "js-sys",
19623 "wasm-bindgen",
19624 "wasm-bindgen-futures",
19625 "web-sys",
19626]
19627
19628[[package]]
19629name = "wasm_thread"
19630version = "0.3.3"
19631source = "registry+https://github.com/rust-lang/crates.io-index"
19632checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19633dependencies = [
19634 "futures 0.3.32",
19635 "js-sys",
19636 "wasm-bindgen",
19637 "web-sys",
19638]
19639
19640[[package]]
19641name = "wasmparser"
19642version = "0.201.0"
19643source = "registry+https://github.com/rust-lang/crates.io-index"
19644checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19645dependencies = [
19646 "bitflags 2.10.0",
19647 "indexmap",
19648 "semver",
19649]
19650
19651[[package]]
19652name = "wasmparser"
19653version = "0.221.3"
19654source = "registry+https://github.com/rust-lang/crates.io-index"
19655checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19656dependencies = [
19657 "bitflags 2.10.0",
19658 "hashbrown 0.15.5",
19659 "indexmap",
19660 "semver",
19661 "serde",
19662]
19663
19664[[package]]
19665name = "wasmparser"
19666version = "0.227.1"
19667source = "registry+https://github.com/rust-lang/crates.io-index"
19668checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19669dependencies = [
19670 "bitflags 2.10.0",
19671 "hashbrown 0.15.5",
19672 "indexmap",
19673 "semver",
19674]
19675
19676[[package]]
19677name = "wasmparser"
19678version = "0.236.1"
19679source = "registry+https://github.com/rust-lang/crates.io-index"
19680checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19681dependencies = [
19682 "bitflags 2.10.0",
19683 "hashbrown 0.15.5",
19684 "indexmap",
19685 "semver",
19686 "serde",
19687]
19688
19689[[package]]
19690name = "wasmparser"
19691version = "0.244.0"
19692source = "registry+https://github.com/rust-lang/crates.io-index"
19693checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19694dependencies = [
19695 "bitflags 2.10.0",
19696 "hashbrown 0.15.5",
19697 "indexmap",
19698 "semver",
19699]
19700
19701[[package]]
19702name = "wasmprinter"
19703version = "0.236.1"
19704source = "registry+https://github.com/rust-lang/crates.io-index"
19705checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19706dependencies = [
19707 "anyhow",
19708 "termcolor",
19709 "wasmparser 0.236.1",
19710]
19711
19712[[package]]
19713name = "wasmtime"
19714version = "36.0.7"
19715source = "registry+https://github.com/rust-lang/crates.io-index"
19716checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19717dependencies = [
19718 "addr2line",
19719 "anyhow",
19720 "async-trait",
19721 "bitflags 2.10.0",
19722 "bumpalo",
19723 "cc",
19724 "cfg-if",
19725 "encoding_rs",
19726 "hashbrown 0.15.5",
19727 "indexmap",
19728 "libc",
19729 "log",
19730 "mach2 0.4.3",
19731 "memfd",
19732 "object",
19733 "once_cell",
19734 "postcard",
19735 "pulley-interpreter",
19736 "rayon",
19737 "rustix 1.1.2",
19738 "semver",
19739 "serde",
19740 "serde_derive",
19741 "smallvec",
19742 "target-lexicon 0.13.3",
19743 "wasmparser 0.236.1",
19744 "wasmtime-environ",
19745 "wasmtime-internal-asm-macros",
19746 "wasmtime-internal-component-macro",
19747 "wasmtime-internal-component-util",
19748 "wasmtime-internal-cranelift",
19749 "wasmtime-internal-fiber",
19750 "wasmtime-internal-jit-debug",
19751 "wasmtime-internal-jit-icache-coherence",
19752 "wasmtime-internal-math",
19753 "wasmtime-internal-slab",
19754 "wasmtime-internal-unwinder",
19755 "wasmtime-internal-versioned-export-macros",
19756 "wasmtime-internal-winch",
19757 "windows-sys 0.60.2",
19758]
19759
19760[[package]]
19761name = "wasmtime-c-api-impl"
19762version = "36.0.6"
19763source = "registry+https://github.com/rust-lang/crates.io-index"
19764checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19765dependencies = [
19766 "anyhow",
19767 "log",
19768 "tracing",
19769 "wasmtime",
19770 "wasmtime-internal-c-api-macros",
19771]
19772
19773[[package]]
19774name = "wasmtime-environ"
19775version = "36.0.7"
19776source = "registry+https://github.com/rust-lang/crates.io-index"
19777checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19778dependencies = [
19779 "anyhow",
19780 "cpp_demangle",
19781 "cranelift-bitset",
19782 "cranelift-entity",
19783 "gimli",
19784 "indexmap",
19785 "log",
19786 "object",
19787 "postcard",
19788 "rustc-demangle",
19789 "semver",
19790 "serde",
19791 "serde_derive",
19792 "smallvec",
19793 "target-lexicon 0.13.3",
19794 "wasm-encoder 0.236.1",
19795 "wasmparser 0.236.1",
19796 "wasmprinter",
19797 "wasmtime-internal-component-util",
19798]
19799
19800[[package]]
19801name = "wasmtime-internal-asm-macros"
19802version = "36.0.7"
19803source = "registry+https://github.com/rust-lang/crates.io-index"
19804checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19805dependencies = [
19806 "cfg-if",
19807]
19808
19809[[package]]
19810name = "wasmtime-internal-c-api-macros"
19811version = "36.0.6"
19812source = "registry+https://github.com/rust-lang/crates.io-index"
19813checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19814dependencies = [
19815 "proc-macro2",
19816 "quote",
19817]
19818
19819[[package]]
19820name = "wasmtime-internal-component-macro"
19821version = "36.0.7"
19822source = "registry+https://github.com/rust-lang/crates.io-index"
19823checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19824dependencies = [
19825 "anyhow",
19826 "proc-macro2",
19827 "quote",
19828 "syn 2.0.117",
19829 "wasmtime-internal-component-util",
19830 "wasmtime-internal-wit-bindgen",
19831 "wit-parser 0.236.1",
19832]
19833
19834[[package]]
19835name = "wasmtime-internal-component-util"
19836version = "36.0.7"
19837source = "registry+https://github.com/rust-lang/crates.io-index"
19838checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19839
19840[[package]]
19841name = "wasmtime-internal-cranelift"
19842version = "36.0.7"
19843source = "registry+https://github.com/rust-lang/crates.io-index"
19844checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19845dependencies = [
19846 "anyhow",
19847 "cfg-if",
19848 "cranelift-codegen",
19849 "cranelift-control",
19850 "cranelift-entity",
19851 "cranelift-frontend",
19852 "cranelift-native",
19853 "gimli",
19854 "itertools 0.14.0",
19855 "log",
19856 "object",
19857 "pulley-interpreter",
19858 "smallvec",
19859 "target-lexicon 0.13.3",
19860 "thiserror 2.0.17",
19861 "wasmparser 0.236.1",
19862 "wasmtime-environ",
19863 "wasmtime-internal-math",
19864 "wasmtime-internal-versioned-export-macros",
19865]
19866
19867[[package]]
19868name = "wasmtime-internal-fiber"
19869version = "36.0.7"
19870source = "registry+https://github.com/rust-lang/crates.io-index"
19871checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19872dependencies = [
19873 "anyhow",
19874 "cc",
19875 "cfg-if",
19876 "libc",
19877 "rustix 1.1.2",
19878 "wasmtime-internal-asm-macros",
19879 "wasmtime-internal-versioned-export-macros",
19880 "windows-sys 0.60.2",
19881]
19882
19883[[package]]
19884name = "wasmtime-internal-jit-debug"
19885version = "36.0.7"
19886source = "registry+https://github.com/rust-lang/crates.io-index"
19887checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19888dependencies = [
19889 "cc",
19890 "wasmtime-internal-versioned-export-macros",
19891]
19892
19893[[package]]
19894name = "wasmtime-internal-jit-icache-coherence"
19895version = "36.0.7"
19896source = "registry+https://github.com/rust-lang/crates.io-index"
19897checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19898dependencies = [
19899 "anyhow",
19900 "cfg-if",
19901 "libc",
19902 "windows-sys 0.60.2",
19903]
19904
19905[[package]]
19906name = "wasmtime-internal-math"
19907version = "36.0.7"
19908source = "registry+https://github.com/rust-lang/crates.io-index"
19909checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19910dependencies = [
19911 "libm",
19912]
19913
19914[[package]]
19915name = "wasmtime-internal-slab"
19916version = "36.0.7"
19917source = "registry+https://github.com/rust-lang/crates.io-index"
19918checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19919
19920[[package]]
19921name = "wasmtime-internal-unwinder"
19922version = "36.0.7"
19923source = "registry+https://github.com/rust-lang/crates.io-index"
19924checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19925dependencies = [
19926 "anyhow",
19927 "cfg-if",
19928 "cranelift-codegen",
19929 "log",
19930 "object",
19931]
19932
19933[[package]]
19934name = "wasmtime-internal-versioned-export-macros"
19935version = "36.0.7"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19938dependencies = [
19939 "proc-macro2",
19940 "quote",
19941 "syn 2.0.117",
19942]
19943
19944[[package]]
19945name = "wasmtime-internal-winch"
19946version = "36.0.7"
19947source = "registry+https://github.com/rust-lang/crates.io-index"
19948checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19949dependencies = [
19950 "anyhow",
19951 "cranelift-codegen",
19952 "gimli",
19953 "object",
19954 "target-lexicon 0.13.3",
19955 "wasmparser 0.236.1",
19956 "wasmtime-environ",
19957 "wasmtime-internal-cranelift",
19958 "winch-codegen",
19959]
19960
19961[[package]]
19962name = "wasmtime-internal-wit-bindgen"
19963version = "36.0.7"
19964source = "registry+https://github.com/rust-lang/crates.io-index"
19965checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19966dependencies = [
19967 "anyhow",
19968 "bitflags 2.10.0",
19969 "heck 0.5.0",
19970 "indexmap",
19971 "wit-parser 0.236.1",
19972]
19973
19974[[package]]
19975name = "wasmtime-wasi"
19976version = "36.0.6"
19977source = "registry+https://github.com/rust-lang/crates.io-index"
19978checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19979dependencies = [
19980 "anyhow",
19981 "async-trait",
19982 "bitflags 2.10.0",
19983 "bytes 1.11.1",
19984 "cap-fs-ext",
19985 "cap-net-ext",
19986 "cap-rand",
19987 "cap-std",
19988 "cap-time-ext",
19989 "fs-set-times",
19990 "futures 0.3.32",
19991 "io-extras",
19992 "io-lifetimes",
19993 "rustix 1.1.2",
19994 "system-interface",
19995 "thiserror 2.0.17",
19996 "tokio",
19997 "tracing",
19998 "url",
19999 "wasmtime",
20000 "wasmtime-wasi-io",
20001 "wiggle",
20002 "windows-sys 0.60.2",
20003]
20004
20005[[package]]
20006name = "wasmtime-wasi-io"
20007version = "36.0.6"
20008source = "registry+https://github.com/rust-lang/crates.io-index"
20009checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20010dependencies = [
20011 "anyhow",
20012 "async-trait",
20013 "bytes 1.11.1",
20014 "futures 0.3.32",
20015 "wasmtime",
20016]
20017
20018[[package]]
20019name = "wast"
20020version = "35.0.2"
20021source = "registry+https://github.com/rust-lang/crates.io-index"
20022checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20023dependencies = [
20024 "leb128",
20025]
20026
20027[[package]]
20028name = "watch"
20029version = "0.1.0"
20030dependencies = [
20031 "ctor",
20032 "futures 0.3.32",
20033 "gpui",
20034 "parking_lot",
20035 "zlog",
20036]
20037
20038[[package]]
20039name = "wax"
20040version = "0.7.0"
20041source = "registry+https://github.com/rust-lang/crates.io-index"
20042checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20043dependencies = [
20044 "const_format",
20045 "itertools 0.14.0",
20046 "nom 7.1.3",
20047 "pori",
20048 "regex",
20049 "thiserror 2.0.17",
20050 "walkdir",
20051]
20052
20053[[package]]
20054name = "wayland-backend"
20055version = "0.3.11"
20056source = "registry+https://github.com/rust-lang/crates.io-index"
20057checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20058dependencies = [
20059 "cc",
20060 "downcast-rs",
20061 "rustix 1.1.2",
20062 "scoped-tls",
20063 "smallvec",
20064 "wayland-sys",
20065]
20066
20067[[package]]
20068name = "wayland-client"
20069version = "0.31.11"
20070source = "registry+https://github.com/rust-lang/crates.io-index"
20071checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20072dependencies = [
20073 "bitflags 2.10.0",
20074 "rustix 1.1.2",
20075 "wayland-backend",
20076 "wayland-scanner",
20077]
20078
20079[[package]]
20080name = "wayland-cursor"
20081version = "0.31.11"
20082source = "registry+https://github.com/rust-lang/crates.io-index"
20083checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20084dependencies = [
20085 "rustix 1.1.2",
20086 "wayland-client",
20087 "xcursor",
20088]
20089
20090[[package]]
20091name = "wayland-protocols"
20092version = "0.32.9"
20093source = "registry+https://github.com/rust-lang/crates.io-index"
20094checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20095dependencies = [
20096 "bitflags 2.10.0",
20097 "wayland-backend",
20098 "wayland-client",
20099 "wayland-scanner",
20100]
20101
20102[[package]]
20103name = "wayland-protocols-plasma"
20104version = "0.3.9"
20105source = "registry+https://github.com/rust-lang/crates.io-index"
20106checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20107dependencies = [
20108 "bitflags 2.10.0",
20109 "wayland-backend",
20110 "wayland-client",
20111 "wayland-protocols",
20112 "wayland-scanner",
20113]
20114
20115[[package]]
20116name = "wayland-protocols-wlr"
20117version = "0.3.9"
20118source = "registry+https://github.com/rust-lang/crates.io-index"
20119checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20120dependencies = [
20121 "bitflags 2.10.0",
20122 "wayland-backend",
20123 "wayland-client",
20124 "wayland-protocols",
20125 "wayland-scanner",
20126]
20127
20128[[package]]
20129name = "wayland-scanner"
20130version = "0.31.7"
20131source = "registry+https://github.com/rust-lang/crates.io-index"
20132checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20133dependencies = [
20134 "proc-macro2",
20135 "quick-xml 0.37.5",
20136 "quote",
20137]
20138
20139[[package]]
20140name = "wayland-sys"
20141version = "0.31.7"
20142source = "registry+https://github.com/rust-lang/crates.io-index"
20143checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20144dependencies = [
20145 "dlib",
20146 "log",
20147 "once_cell",
20148 "pkg-config",
20149]
20150
20151[[package]]
20152name = "web-sys"
20153version = "0.3.90"
20154source = "registry+https://github.com/rust-lang/crates.io-index"
20155checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20156dependencies = [
20157 "js-sys",
20158 "wasm-bindgen",
20159]
20160
20161[[package]]
20162name = "web-time"
20163version = "1.1.0"
20164source = "registry+https://github.com/rust-lang/crates.io-index"
20165checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20166dependencies = [
20167 "js-sys",
20168 "serde",
20169 "wasm-bindgen",
20170]
20171
20172[[package]]
20173name = "web_atoms"
20174version = "0.1.3"
20175source = "registry+https://github.com/rust-lang/crates.io-index"
20176checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20177dependencies = [
20178 "phf 0.11.3",
20179 "phf_codegen",
20180 "string_cache",
20181 "string_cache_codegen",
20182]
20183
20184[[package]]
20185name = "web_search"
20186version = "0.1.0"
20187dependencies = [
20188 "anyhow",
20189 "cloud_llm_client",
20190 "collections",
20191 "gpui",
20192 "serde",
20193]
20194
20195[[package]]
20196name = "web_search_providers"
20197version = "0.1.0"
20198dependencies = [
20199 "anyhow",
20200 "client",
20201 "cloud_api_client",
20202 "cloud_api_types",
20203 "cloud_llm_client",
20204 "futures 0.3.32",
20205 "gpui",
20206 "http_client",
20207 "language_model",
20208 "serde",
20209 "serde_json",
20210 "web_search",
20211]
20212
20213[[package]]
20214name = "webpki-root-certs"
20215version = "0.26.8"
20216source = "registry+https://github.com/rust-lang/crates.io-index"
20217checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20218dependencies = [
20219 "rustls-pki-types",
20220]
20221
20222[[package]]
20223name = "webpki-roots"
20224version = "0.26.8"
20225source = "registry+https://github.com/rust-lang/crates.io-index"
20226checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20227dependencies = [
20228 "rustls-pki-types",
20229]
20230
20231[[package]]
20232name = "webrtc-sys"
20233version = "0.3.23"
20234source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20235dependencies = [
20236 "cc",
20237 "cxx",
20238 "cxx-build",
20239 "glob",
20240 "log",
20241 "pkg-config",
20242 "webrtc-sys-build",
20243]
20244
20245[[package]]
20246name = "webrtc-sys-build"
20247version = "0.3.13"
20248source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20249dependencies = [
20250 "anyhow",
20251 "fs2",
20252 "regex",
20253 "reqwest 0.12.24",
20254 "scratch",
20255 "semver",
20256 "zip 0.6.6",
20257]
20258
20259[[package]]
20260name = "weezl"
20261version = "0.1.10"
20262source = "registry+https://github.com/rust-lang/crates.io-index"
20263checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20264
20265[[package]]
20266name = "wgpu"
20267version = "29.0.0"
20268source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20269dependencies = [
20270 "arrayvec",
20271 "bitflags 2.10.0",
20272 "bytemuck",
20273 "cfg-if",
20274 "cfg_aliases 0.2.1",
20275 "document-features",
20276 "hashbrown 0.16.1",
20277 "js-sys",
20278 "log",
20279 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20280 "parking_lot",
20281 "portable-atomic",
20282 "profiling",
20283 "raw-window-handle",
20284 "smallvec",
20285 "static_assertions",
20286 "wasm-bindgen",
20287 "wasm-bindgen-futures",
20288 "web-sys",
20289 "wgpu-core",
20290 "wgpu-hal",
20291 "wgpu-types",
20292]
20293
20294[[package]]
20295name = "wgpu-core"
20296version = "29.0.0"
20297source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20298dependencies = [
20299 "arrayvec",
20300 "bit-set 0.9.1",
20301 "bit-vec 0.9.1",
20302 "bitflags 2.10.0",
20303 "bytemuck",
20304 "cfg_aliases 0.2.1",
20305 "document-features",
20306 "hashbrown 0.16.1",
20307 "indexmap",
20308 "log",
20309 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20310 "once_cell",
20311 "parking_lot",
20312 "portable-atomic",
20313 "profiling",
20314 "raw-window-handle",
20315 "rustc-hash 1.1.0",
20316 "smallvec",
20317 "thiserror 2.0.17",
20318 "wgpu-core-deps-apple",
20319 "wgpu-core-deps-emscripten",
20320 "wgpu-core-deps-windows-linux-android",
20321 "wgpu-hal",
20322 "wgpu-naga-bridge",
20323 "wgpu-types",
20324]
20325
20326[[package]]
20327name = "wgpu-core-deps-apple"
20328version = "29.0.0"
20329source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20330dependencies = [
20331 "wgpu-hal",
20332]
20333
20334[[package]]
20335name = "wgpu-core-deps-emscripten"
20336version = "29.0.0"
20337source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20338dependencies = [
20339 "wgpu-hal",
20340]
20341
20342[[package]]
20343name = "wgpu-core-deps-windows-linux-android"
20344version = "29.0.0"
20345source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20346dependencies = [
20347 "wgpu-hal",
20348]
20349
20350[[package]]
20351name = "wgpu-hal"
20352version = "29.0.0"
20353source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20354dependencies = [
20355 "android_system_properties",
20356 "arrayvec",
20357 "ash",
20358 "bit-set 0.9.1",
20359 "bitflags 2.10.0",
20360 "block2",
20361 "bytemuck",
20362 "cfg-if",
20363 "cfg_aliases 0.2.1",
20364 "glow",
20365 "glutin_wgl_sys",
20366 "gpu-allocator",
20367 "gpu-descriptor",
20368 "hashbrown 0.16.1",
20369 "js-sys",
20370 "khronos-egl",
20371 "libc",
20372 "libloading",
20373 "log",
20374 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20375 "ndk-sys",
20376 "objc2",
20377 "objc2-core-foundation",
20378 "objc2-foundation",
20379 "objc2-metal",
20380 "objc2-quartz-core",
20381 "once_cell",
20382 "ordered-float 4.6.0",
20383 "parking_lot",
20384 "portable-atomic",
20385 "portable-atomic-util",
20386 "profiling",
20387 "range-alloc",
20388 "raw-window-handle",
20389 "raw-window-metal",
20390 "renderdoc-sys",
20391 "smallvec",
20392 "thiserror 2.0.17",
20393 "wasm-bindgen",
20394 "wayland-sys",
20395 "web-sys",
20396 "wgpu-naga-bridge",
20397 "wgpu-types",
20398 "windows 0.62.2",
20399 "windows-core 0.62.2",
20400]
20401
20402[[package]]
20403name = "wgpu-naga-bridge"
20404version = "29.0.0"
20405source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20406dependencies = [
20407 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20408 "wgpu-types",
20409]
20410
20411[[package]]
20412name = "wgpu-types"
20413version = "29.0.0"
20414source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20415dependencies = [
20416 "bitflags 2.10.0",
20417 "bytemuck",
20418 "js-sys",
20419 "log",
20420 "raw-window-handle",
20421 "web-sys",
20422]
20423
20424[[package]]
20425name = "which"
20426version = "4.4.2"
20427source = "registry+https://github.com/rust-lang/crates.io-index"
20428checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20429dependencies = [
20430 "either",
20431 "home",
20432 "once_cell",
20433 "rustix 0.38.44",
20434]
20435
20436[[package]]
20437name = "which"
20438version = "6.0.3"
20439source = "registry+https://github.com/rust-lang/crates.io-index"
20440checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20441dependencies = [
20442 "either",
20443 "home",
20444 "rustix 0.38.44",
20445 "winsafe",
20446]
20447
20448[[package]]
20449name = "which_key"
20450version = "0.1.0"
20451dependencies = [
20452 "command_palette",
20453 "gpui",
20454 "serde",
20455 "settings",
20456 "theme_settings",
20457 "ui",
20458 "util",
20459 "workspace",
20460]
20461
20462[[package]]
20463name = "whoami"
20464version = "1.6.1"
20465source = "registry+https://github.com/rust-lang/crates.io-index"
20466checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20467dependencies = [
20468 "libredox",
20469 "wasite",
20470]
20471
20472[[package]]
20473name = "wiggle"
20474version = "36.0.6"
20475source = "registry+https://github.com/rust-lang/crates.io-index"
20476checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20477dependencies = [
20478 "anyhow",
20479 "async-trait",
20480 "bitflags 2.10.0",
20481 "thiserror 2.0.17",
20482 "tracing",
20483 "wasmtime",
20484 "wiggle-macro",
20485]
20486
20487[[package]]
20488name = "wiggle-generate"
20489version = "36.0.6"
20490source = "registry+https://github.com/rust-lang/crates.io-index"
20491checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20492dependencies = [
20493 "anyhow",
20494 "heck 0.5.0",
20495 "proc-macro2",
20496 "quote",
20497 "syn 2.0.117",
20498 "witx",
20499]
20500
20501[[package]]
20502name = "wiggle-macro"
20503version = "36.0.6"
20504source = "registry+https://github.com/rust-lang/crates.io-index"
20505checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20506dependencies = [
20507 "proc-macro2",
20508 "quote",
20509 "syn 2.0.117",
20510 "wiggle-generate",
20511]
20512
20513[[package]]
20514name = "winapi"
20515version = "0.3.9"
20516source = "registry+https://github.com/rust-lang/crates.io-index"
20517checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20518dependencies = [
20519 "winapi-i686-pc-windows-gnu",
20520 "winapi-x86_64-pc-windows-gnu",
20521]
20522
20523[[package]]
20524name = "winapi-i686-pc-windows-gnu"
20525version = "0.4.0"
20526source = "registry+https://github.com/rust-lang/crates.io-index"
20527checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20528
20529[[package]]
20530name = "winapi-util"
20531version = "0.1.11"
20532source = "registry+https://github.com/rust-lang/crates.io-index"
20533checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20534dependencies = [
20535 "windows-sys 0.48.0",
20536]
20537
20538[[package]]
20539name = "winapi-x86_64-pc-windows-gnu"
20540version = "0.4.0"
20541source = "registry+https://github.com/rust-lang/crates.io-index"
20542checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20543
20544[[package]]
20545name = "winch-codegen"
20546version = "36.0.7"
20547source = "registry+https://github.com/rust-lang/crates.io-index"
20548checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20549dependencies = [
20550 "anyhow",
20551 "cranelift-assembler-x64",
20552 "cranelift-codegen",
20553 "gimli",
20554 "regalloc2",
20555 "smallvec",
20556 "target-lexicon 0.13.3",
20557 "thiserror 2.0.17",
20558 "wasmparser 0.236.1",
20559 "wasmtime-environ",
20560 "wasmtime-internal-cranelift",
20561 "wasmtime-internal-math",
20562]
20563
20564[[package]]
20565name = "windows"
20566version = "0.56.0"
20567source = "registry+https://github.com/rust-lang/crates.io-index"
20568checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20569dependencies = [
20570 "windows-core 0.56.0",
20571 "windows-targets 0.52.6",
20572]
20573
20574[[package]]
20575name = "windows"
20576version = "0.57.0"
20577source = "registry+https://github.com/rust-lang/crates.io-index"
20578checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20579dependencies = [
20580 "windows-core 0.57.0",
20581 "windows-targets 0.52.6",
20582]
20583
20584[[package]]
20585name = "windows"
20586version = "0.58.0"
20587source = "registry+https://github.com/rust-lang/crates.io-index"
20588checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20589dependencies = [
20590 "windows-core 0.58.0",
20591 "windows-targets 0.52.6",
20592]
20593
20594[[package]]
20595name = "windows"
20596version = "0.61.3"
20597source = "registry+https://github.com/rust-lang/crates.io-index"
20598checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20599dependencies = [
20600 "windows-collections 0.2.0",
20601 "windows-core 0.61.2",
20602 "windows-future 0.2.1",
20603 "windows-link 0.1.3",
20604 "windows-numerics 0.2.0",
20605]
20606
20607[[package]]
20608name = "windows"
20609version = "0.62.2"
20610source = "registry+https://github.com/rust-lang/crates.io-index"
20611checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20612dependencies = [
20613 "windows-collections 0.3.2",
20614 "windows-core 0.62.2",
20615 "windows-future 0.3.2",
20616 "windows-numerics 0.3.1",
20617]
20618
20619[[package]]
20620name = "windows-bindgen"
20621version = "0.61.1"
20622source = "registry+https://github.com/rust-lang/crates.io-index"
20623checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20624dependencies = [
20625 "serde",
20626 "serde_json",
20627 "windows-threading 0.1.0",
20628]
20629
20630[[package]]
20631name = "windows-capture"
20632version = "1.4.3"
20633source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20634dependencies = [
20635 "clap",
20636 "ctrlc",
20637 "parking_lot",
20638 "rayon",
20639 "thiserror 2.0.17",
20640 "windows 0.61.3",
20641 "windows-future 0.2.1",
20642]
20643
20644[[package]]
20645name = "windows-collections"
20646version = "0.2.0"
20647source = "registry+https://github.com/rust-lang/crates.io-index"
20648checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20649dependencies = [
20650 "windows-core 0.61.2",
20651]
20652
20653[[package]]
20654name = "windows-collections"
20655version = "0.3.2"
20656source = "registry+https://github.com/rust-lang/crates.io-index"
20657checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20658dependencies = [
20659 "windows-core 0.62.2",
20660]
20661
20662[[package]]
20663name = "windows-core"
20664version = "0.56.0"
20665source = "registry+https://github.com/rust-lang/crates.io-index"
20666checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20667dependencies = [
20668 "windows-implement 0.56.0",
20669 "windows-interface 0.56.0",
20670 "windows-result 0.1.2",
20671 "windows-targets 0.52.6",
20672]
20673
20674[[package]]
20675name = "windows-core"
20676version = "0.57.0"
20677source = "registry+https://github.com/rust-lang/crates.io-index"
20678checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20679dependencies = [
20680 "windows-implement 0.57.0",
20681 "windows-interface 0.57.0",
20682 "windows-result 0.1.2",
20683 "windows-targets 0.52.6",
20684]
20685
20686[[package]]
20687name = "windows-core"
20688version = "0.58.0"
20689source = "registry+https://github.com/rust-lang/crates.io-index"
20690checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20691dependencies = [
20692 "windows-implement 0.58.0",
20693 "windows-interface 0.58.0",
20694 "windows-result 0.2.0",
20695 "windows-strings 0.1.0",
20696 "windows-targets 0.52.6",
20697]
20698
20699[[package]]
20700name = "windows-core"
20701version = "0.61.2"
20702source = "registry+https://github.com/rust-lang/crates.io-index"
20703checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20704dependencies = [
20705 "windows-implement 0.60.2",
20706 "windows-interface 0.59.3",
20707 "windows-link 0.1.3",
20708 "windows-result 0.3.4",
20709 "windows-strings 0.4.2",
20710]
20711
20712[[package]]
20713name = "windows-core"
20714version = "0.62.2"
20715source = "registry+https://github.com/rust-lang/crates.io-index"
20716checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20717dependencies = [
20718 "windows-implement 0.60.2",
20719 "windows-interface 0.59.3",
20720 "windows-link 0.2.1",
20721 "windows-result 0.4.1",
20722 "windows-strings 0.5.1",
20723]
20724
20725[[package]]
20726name = "windows-future"
20727version = "0.2.1"
20728source = "registry+https://github.com/rust-lang/crates.io-index"
20729checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20730dependencies = [
20731 "windows-core 0.61.2",
20732 "windows-link 0.1.3",
20733 "windows-threading 0.1.0",
20734]
20735
20736[[package]]
20737name = "windows-future"
20738version = "0.3.2"
20739source = "registry+https://github.com/rust-lang/crates.io-index"
20740checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20741dependencies = [
20742 "windows-core 0.62.2",
20743 "windows-link 0.2.1",
20744 "windows-threading 0.2.1",
20745]
20746
20747[[package]]
20748name = "windows-implement"
20749version = "0.56.0"
20750source = "registry+https://github.com/rust-lang/crates.io-index"
20751checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20752dependencies = [
20753 "proc-macro2",
20754 "quote",
20755 "syn 2.0.117",
20756]
20757
20758[[package]]
20759name = "windows-implement"
20760version = "0.57.0"
20761source = "registry+https://github.com/rust-lang/crates.io-index"
20762checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20763dependencies = [
20764 "proc-macro2",
20765 "quote",
20766 "syn 2.0.117",
20767]
20768
20769[[package]]
20770name = "windows-implement"
20771version = "0.58.0"
20772source = "registry+https://github.com/rust-lang/crates.io-index"
20773checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20774dependencies = [
20775 "proc-macro2",
20776 "quote",
20777 "syn 2.0.117",
20778]
20779
20780[[package]]
20781name = "windows-implement"
20782version = "0.60.2"
20783source = "registry+https://github.com/rust-lang/crates.io-index"
20784checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20785dependencies = [
20786 "proc-macro2",
20787 "quote",
20788 "syn 2.0.117",
20789]
20790
20791[[package]]
20792name = "windows-interface"
20793version = "0.56.0"
20794source = "registry+https://github.com/rust-lang/crates.io-index"
20795checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20796dependencies = [
20797 "proc-macro2",
20798 "quote",
20799 "syn 2.0.117",
20800]
20801
20802[[package]]
20803name = "windows-interface"
20804version = "0.57.0"
20805source = "registry+https://github.com/rust-lang/crates.io-index"
20806checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20807dependencies = [
20808 "proc-macro2",
20809 "quote",
20810 "syn 2.0.117",
20811]
20812
20813[[package]]
20814name = "windows-interface"
20815version = "0.58.0"
20816source = "registry+https://github.com/rust-lang/crates.io-index"
20817checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20818dependencies = [
20819 "proc-macro2",
20820 "quote",
20821 "syn 2.0.117",
20822]
20823
20824[[package]]
20825name = "windows-interface"
20826version = "0.59.3"
20827source = "registry+https://github.com/rust-lang/crates.io-index"
20828checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20829dependencies = [
20830 "proc-macro2",
20831 "quote",
20832 "syn 2.0.117",
20833]
20834
20835[[package]]
20836name = "windows-link"
20837version = "0.1.3"
20838source = "registry+https://github.com/rust-lang/crates.io-index"
20839checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20840
20841[[package]]
20842name = "windows-link"
20843version = "0.2.1"
20844source = "registry+https://github.com/rust-lang/crates.io-index"
20845checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20846
20847[[package]]
20848name = "windows-numerics"
20849version = "0.2.0"
20850source = "registry+https://github.com/rust-lang/crates.io-index"
20851checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20852dependencies = [
20853 "windows-core 0.61.2",
20854 "windows-link 0.1.3",
20855]
20856
20857[[package]]
20858name = "windows-numerics"
20859version = "0.3.1"
20860source = "registry+https://github.com/rust-lang/crates.io-index"
20861checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20862dependencies = [
20863 "windows-core 0.62.2",
20864 "windows-link 0.2.1",
20865]
20866
20867[[package]]
20868name = "windows-registry"
20869version = "0.4.0"
20870source = "registry+https://github.com/rust-lang/crates.io-index"
20871checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20872dependencies = [
20873 "windows-result 0.3.4",
20874 "windows-strings 0.3.1",
20875 "windows-targets 0.53.5",
20876]
20877
20878[[package]]
20879name = "windows-registry"
20880version = "0.5.3"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20883dependencies = [
20884 "windows-link 0.1.3",
20885 "windows-result 0.3.4",
20886 "windows-strings 0.4.2",
20887]
20888
20889[[package]]
20890name = "windows-registry"
20891version = "0.6.1"
20892source = "registry+https://github.com/rust-lang/crates.io-index"
20893checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20894dependencies = [
20895 "windows-link 0.2.1",
20896 "windows-result 0.4.1",
20897 "windows-strings 0.5.1",
20898]
20899
20900[[package]]
20901name = "windows-result"
20902version = "0.1.2"
20903source = "registry+https://github.com/rust-lang/crates.io-index"
20904checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20905dependencies = [
20906 "windows-targets 0.52.6",
20907]
20908
20909[[package]]
20910name = "windows-result"
20911version = "0.2.0"
20912source = "registry+https://github.com/rust-lang/crates.io-index"
20913checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20914dependencies = [
20915 "windows-targets 0.52.6",
20916]
20917
20918[[package]]
20919name = "windows-result"
20920version = "0.3.4"
20921source = "registry+https://github.com/rust-lang/crates.io-index"
20922checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20923dependencies = [
20924 "windows-link 0.1.3",
20925]
20926
20927[[package]]
20928name = "windows-result"
20929version = "0.4.1"
20930source = "registry+https://github.com/rust-lang/crates.io-index"
20931checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20932dependencies = [
20933 "windows-link 0.2.1",
20934]
20935
20936[[package]]
20937name = "windows-strings"
20938version = "0.1.0"
20939source = "registry+https://github.com/rust-lang/crates.io-index"
20940checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20941dependencies = [
20942 "windows-result 0.2.0",
20943 "windows-targets 0.52.6",
20944]
20945
20946[[package]]
20947name = "windows-strings"
20948version = "0.3.1"
20949source = "registry+https://github.com/rust-lang/crates.io-index"
20950checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20951dependencies = [
20952 "windows-link 0.1.3",
20953]
20954
20955[[package]]
20956name = "windows-strings"
20957version = "0.4.2"
20958source = "registry+https://github.com/rust-lang/crates.io-index"
20959checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20960dependencies = [
20961 "windows-link 0.1.3",
20962]
20963
20964[[package]]
20965name = "windows-strings"
20966version = "0.5.1"
20967source = "registry+https://github.com/rust-lang/crates.io-index"
20968checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20969dependencies = [
20970 "windows-link 0.2.1",
20971]
20972
20973[[package]]
20974name = "windows-sys"
20975version = "0.45.0"
20976source = "registry+https://github.com/rust-lang/crates.io-index"
20977checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20978dependencies = [
20979 "windows-targets 0.42.2",
20980]
20981
20982[[package]]
20983name = "windows-sys"
20984version = "0.48.0"
20985source = "registry+https://github.com/rust-lang/crates.io-index"
20986checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20987dependencies = [
20988 "windows-targets 0.48.5",
20989]
20990
20991[[package]]
20992name = "windows-sys"
20993version = "0.52.0"
20994source = "registry+https://github.com/rust-lang/crates.io-index"
20995checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20996dependencies = [
20997 "windows-targets 0.52.6",
20998]
20999
21000[[package]]
21001name = "windows-sys"
21002version = "0.59.0"
21003source = "registry+https://github.com/rust-lang/crates.io-index"
21004checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21005dependencies = [
21006 "windows-targets 0.52.6",
21007]
21008
21009[[package]]
21010name = "windows-sys"
21011version = "0.60.2"
21012source = "registry+https://github.com/rust-lang/crates.io-index"
21013checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21014dependencies = [
21015 "windows-targets 0.53.5",
21016]
21017
21018[[package]]
21019name = "windows-sys"
21020version = "0.61.2"
21021source = "registry+https://github.com/rust-lang/crates.io-index"
21022checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21023dependencies = [
21024 "windows-link 0.2.1",
21025]
21026
21027[[package]]
21028name = "windows-targets"
21029version = "0.42.2"
21030source = "registry+https://github.com/rust-lang/crates.io-index"
21031checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21032dependencies = [
21033 "windows_aarch64_gnullvm 0.42.2",
21034 "windows_aarch64_msvc 0.42.2",
21035 "windows_i686_gnu 0.42.2",
21036 "windows_i686_msvc 0.42.2",
21037 "windows_x86_64_gnu 0.42.2",
21038 "windows_x86_64_gnullvm 0.42.2",
21039 "windows_x86_64_msvc 0.42.2",
21040]
21041
21042[[package]]
21043name = "windows-targets"
21044version = "0.48.5"
21045source = "registry+https://github.com/rust-lang/crates.io-index"
21046checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21047dependencies = [
21048 "windows_aarch64_gnullvm 0.48.5",
21049 "windows_aarch64_msvc 0.48.5",
21050 "windows_i686_gnu 0.48.5",
21051 "windows_i686_msvc 0.48.5",
21052 "windows_x86_64_gnu 0.48.5",
21053 "windows_x86_64_gnullvm 0.48.5",
21054 "windows_x86_64_msvc 0.48.5",
21055]
21056
21057[[package]]
21058name = "windows-targets"
21059version = "0.52.6"
21060source = "registry+https://github.com/rust-lang/crates.io-index"
21061checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21062dependencies = [
21063 "windows_aarch64_gnullvm 0.52.6",
21064 "windows_aarch64_msvc 0.52.6",
21065 "windows_i686_gnu 0.52.6",
21066 "windows_i686_gnullvm 0.52.6",
21067 "windows_i686_msvc 0.52.6",
21068 "windows_x86_64_gnu 0.52.6",
21069 "windows_x86_64_gnullvm 0.52.6",
21070 "windows_x86_64_msvc 0.52.6",
21071]
21072
21073[[package]]
21074name = "windows-targets"
21075version = "0.53.5"
21076source = "registry+https://github.com/rust-lang/crates.io-index"
21077checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21078dependencies = [
21079 "windows-link 0.2.1",
21080 "windows_aarch64_gnullvm 0.53.1",
21081 "windows_aarch64_msvc 0.53.1",
21082 "windows_i686_gnu 0.53.1",
21083 "windows_i686_gnullvm 0.53.1",
21084 "windows_i686_msvc 0.53.1",
21085 "windows_x86_64_gnu 0.53.1",
21086 "windows_x86_64_gnullvm 0.53.1",
21087 "windows_x86_64_msvc 0.53.1",
21088]
21089
21090[[package]]
21091name = "windows-threading"
21092version = "0.1.0"
21093source = "registry+https://github.com/rust-lang/crates.io-index"
21094checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21095dependencies = [
21096 "windows-link 0.1.3",
21097]
21098
21099[[package]]
21100name = "windows-threading"
21101version = "0.2.1"
21102source = "registry+https://github.com/rust-lang/crates.io-index"
21103checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21104dependencies = [
21105 "windows-link 0.2.1",
21106]
21107
21108[[package]]
21109name = "windows_aarch64_gnullvm"
21110version = "0.42.2"
21111source = "registry+https://github.com/rust-lang/crates.io-index"
21112checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21113
21114[[package]]
21115name = "windows_aarch64_gnullvm"
21116version = "0.48.5"
21117source = "registry+https://github.com/rust-lang/crates.io-index"
21118checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21119
21120[[package]]
21121name = "windows_aarch64_gnullvm"
21122version = "0.52.6"
21123source = "registry+https://github.com/rust-lang/crates.io-index"
21124checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21125
21126[[package]]
21127name = "windows_aarch64_gnullvm"
21128version = "0.53.1"
21129source = "registry+https://github.com/rust-lang/crates.io-index"
21130checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21131
21132[[package]]
21133name = "windows_aarch64_msvc"
21134version = "0.42.2"
21135source = "registry+https://github.com/rust-lang/crates.io-index"
21136checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21137
21138[[package]]
21139name = "windows_aarch64_msvc"
21140version = "0.48.5"
21141source = "registry+https://github.com/rust-lang/crates.io-index"
21142checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21143
21144[[package]]
21145name = "windows_aarch64_msvc"
21146version = "0.52.6"
21147source = "registry+https://github.com/rust-lang/crates.io-index"
21148checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21149
21150[[package]]
21151name = "windows_aarch64_msvc"
21152version = "0.53.1"
21153source = "registry+https://github.com/rust-lang/crates.io-index"
21154checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21155
21156[[package]]
21157name = "windows_i686_gnu"
21158version = "0.42.2"
21159source = "registry+https://github.com/rust-lang/crates.io-index"
21160checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21161
21162[[package]]
21163name = "windows_i686_gnu"
21164version = "0.48.5"
21165source = "registry+https://github.com/rust-lang/crates.io-index"
21166checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21167
21168[[package]]
21169name = "windows_i686_gnu"
21170version = "0.52.6"
21171source = "registry+https://github.com/rust-lang/crates.io-index"
21172checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21173
21174[[package]]
21175name = "windows_i686_gnu"
21176version = "0.53.1"
21177source = "registry+https://github.com/rust-lang/crates.io-index"
21178checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21179
21180[[package]]
21181name = "windows_i686_gnullvm"
21182version = "0.52.6"
21183source = "registry+https://github.com/rust-lang/crates.io-index"
21184checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21185
21186[[package]]
21187name = "windows_i686_gnullvm"
21188version = "0.53.1"
21189source = "registry+https://github.com/rust-lang/crates.io-index"
21190checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21191
21192[[package]]
21193name = "windows_i686_msvc"
21194version = "0.42.2"
21195source = "registry+https://github.com/rust-lang/crates.io-index"
21196checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21197
21198[[package]]
21199name = "windows_i686_msvc"
21200version = "0.48.5"
21201source = "registry+https://github.com/rust-lang/crates.io-index"
21202checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21203
21204[[package]]
21205name = "windows_i686_msvc"
21206version = "0.52.6"
21207source = "registry+https://github.com/rust-lang/crates.io-index"
21208checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21209
21210[[package]]
21211name = "windows_i686_msvc"
21212version = "0.53.1"
21213source = "registry+https://github.com/rust-lang/crates.io-index"
21214checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21215
21216[[package]]
21217name = "windows_x86_64_gnu"
21218version = "0.42.2"
21219source = "registry+https://github.com/rust-lang/crates.io-index"
21220checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21221
21222[[package]]
21223name = "windows_x86_64_gnu"
21224version = "0.48.5"
21225source = "registry+https://github.com/rust-lang/crates.io-index"
21226checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21227
21228[[package]]
21229name = "windows_x86_64_gnu"
21230version = "0.52.6"
21231source = "registry+https://github.com/rust-lang/crates.io-index"
21232checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21233
21234[[package]]
21235name = "windows_x86_64_gnu"
21236version = "0.53.1"
21237source = "registry+https://github.com/rust-lang/crates.io-index"
21238checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21239
21240[[package]]
21241name = "windows_x86_64_gnullvm"
21242version = "0.42.2"
21243source = "registry+https://github.com/rust-lang/crates.io-index"
21244checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21245
21246[[package]]
21247name = "windows_x86_64_gnullvm"
21248version = "0.48.5"
21249source = "registry+https://github.com/rust-lang/crates.io-index"
21250checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21251
21252[[package]]
21253name = "windows_x86_64_gnullvm"
21254version = "0.52.6"
21255source = "registry+https://github.com/rust-lang/crates.io-index"
21256checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21257
21258[[package]]
21259name = "windows_x86_64_gnullvm"
21260version = "0.53.1"
21261source = "registry+https://github.com/rust-lang/crates.io-index"
21262checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21263
21264[[package]]
21265name = "windows_x86_64_msvc"
21266version = "0.42.2"
21267source = "registry+https://github.com/rust-lang/crates.io-index"
21268checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21269
21270[[package]]
21271name = "windows_x86_64_msvc"
21272version = "0.48.5"
21273source = "registry+https://github.com/rust-lang/crates.io-index"
21274checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21275
21276[[package]]
21277name = "windows_x86_64_msvc"
21278version = "0.52.6"
21279source = "registry+https://github.com/rust-lang/crates.io-index"
21280checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21281
21282[[package]]
21283name = "windows_x86_64_msvc"
21284version = "0.53.1"
21285source = "registry+https://github.com/rust-lang/crates.io-index"
21286checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21287
21288[[package]]
21289name = "winnow"
21290version = "0.7.13"
21291source = "registry+https://github.com/rust-lang/crates.io-index"
21292checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21293dependencies = [
21294 "memchr",
21295]
21296
21297[[package]]
21298name = "winreg"
21299version = "0.10.1"
21300source = "registry+https://github.com/rust-lang/crates.io-index"
21301checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21302dependencies = [
21303 "winapi",
21304]
21305
21306[[package]]
21307name = "winreg"
21308version = "0.50.0"
21309source = "registry+https://github.com/rust-lang/crates.io-index"
21310checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21311dependencies = [
21312 "cfg-if",
21313 "windows-sys 0.48.0",
21314]
21315
21316[[package]]
21317name = "winreg"
21318version = "0.55.0"
21319source = "registry+https://github.com/rust-lang/crates.io-index"
21320checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21321dependencies = [
21322 "cfg-if",
21323 "windows-sys 0.59.0",
21324]
21325
21326[[package]]
21327name = "winresource"
21328version = "0.1.23"
21329source = "registry+https://github.com/rust-lang/crates.io-index"
21330checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21331dependencies = [
21332 "toml 0.8.23",
21333 "version_check",
21334]
21335
21336[[package]]
21337name = "winsafe"
21338version = "0.0.19"
21339source = "registry+https://github.com/rust-lang/crates.io-index"
21340checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21341
21342[[package]]
21343name = "winx"
21344version = "0.36.4"
21345source = "registry+https://github.com/rust-lang/crates.io-index"
21346checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21347dependencies = [
21348 "bitflags 2.10.0",
21349 "windows-sys 0.59.0",
21350]
21351
21352[[package]]
21353name = "wio"
21354version = "0.2.2"
21355source = "registry+https://github.com/rust-lang/crates.io-index"
21356checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21357dependencies = [
21358 "winapi",
21359]
21360
21361[[package]]
21362name = "wit-bindgen"
21363version = "0.22.0"
21364source = "registry+https://github.com/rust-lang/crates.io-index"
21365checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21366dependencies = [
21367 "bitflags 2.10.0",
21368 "wit-bindgen-rt 0.22.0",
21369 "wit-bindgen-rust-macro 0.22.0",
21370]
21371
21372[[package]]
21373name = "wit-bindgen"
21374version = "0.41.0"
21375source = "registry+https://github.com/rust-lang/crates.io-index"
21376checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21377dependencies = [
21378 "wit-bindgen-rt 0.41.0",
21379 "wit-bindgen-rust-macro 0.41.0",
21380]
21381
21382[[package]]
21383name = "wit-bindgen"
21384version = "0.46.0"
21385source = "registry+https://github.com/rust-lang/crates.io-index"
21386checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21387
21388[[package]]
21389name = "wit-bindgen"
21390version = "0.51.0"
21391source = "registry+https://github.com/rust-lang/crates.io-index"
21392checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21393dependencies = [
21394 "wit-bindgen-rust-macro 0.51.0",
21395]
21396
21397[[package]]
21398name = "wit-bindgen-core"
21399version = "0.22.0"
21400source = "registry+https://github.com/rust-lang/crates.io-index"
21401checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21402dependencies = [
21403 "anyhow",
21404 "wit-parser 0.201.0",
21405]
21406
21407[[package]]
21408name = "wit-bindgen-core"
21409version = "0.41.0"
21410source = "registry+https://github.com/rust-lang/crates.io-index"
21411checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21412dependencies = [
21413 "anyhow",
21414 "heck 0.5.0",
21415 "wit-parser 0.227.1",
21416]
21417
21418[[package]]
21419name = "wit-bindgen-core"
21420version = "0.51.0"
21421source = "registry+https://github.com/rust-lang/crates.io-index"
21422checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21423dependencies = [
21424 "anyhow",
21425 "heck 0.5.0",
21426 "wit-parser 0.244.0",
21427]
21428
21429[[package]]
21430name = "wit-bindgen-rt"
21431version = "0.22.0"
21432source = "registry+https://github.com/rust-lang/crates.io-index"
21433checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21434
21435[[package]]
21436name = "wit-bindgen-rt"
21437version = "0.41.0"
21438source = "registry+https://github.com/rust-lang/crates.io-index"
21439checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21440dependencies = [
21441 "bitflags 2.10.0",
21442 "futures 0.3.32",
21443 "once_cell",
21444]
21445
21446[[package]]
21447name = "wit-bindgen-rust"
21448version = "0.22.0"
21449source = "registry+https://github.com/rust-lang/crates.io-index"
21450checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21451dependencies = [
21452 "anyhow",
21453 "heck 0.4.1",
21454 "indexmap",
21455 "wasm-metadata 0.201.0",
21456 "wit-bindgen-core 0.22.0",
21457 "wit-component 0.201.0",
21458]
21459
21460[[package]]
21461name = "wit-bindgen-rust"
21462version = "0.41.0"
21463source = "registry+https://github.com/rust-lang/crates.io-index"
21464checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21465dependencies = [
21466 "anyhow",
21467 "heck 0.5.0",
21468 "indexmap",
21469 "prettyplease",
21470 "syn 2.0.117",
21471 "wasm-metadata 0.227.1",
21472 "wit-bindgen-core 0.41.0",
21473 "wit-component 0.227.1",
21474]
21475
21476[[package]]
21477name = "wit-bindgen-rust"
21478version = "0.51.0"
21479source = "registry+https://github.com/rust-lang/crates.io-index"
21480checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21481dependencies = [
21482 "anyhow",
21483 "heck 0.5.0",
21484 "indexmap",
21485 "prettyplease",
21486 "syn 2.0.117",
21487 "wasm-metadata 0.244.0",
21488 "wit-bindgen-core 0.51.0",
21489 "wit-component 0.244.0",
21490]
21491
21492[[package]]
21493name = "wit-bindgen-rust-macro"
21494version = "0.22.0"
21495source = "registry+https://github.com/rust-lang/crates.io-index"
21496checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21497dependencies = [
21498 "anyhow",
21499 "proc-macro2",
21500 "quote",
21501 "syn 2.0.117",
21502 "wit-bindgen-core 0.22.0",
21503 "wit-bindgen-rust 0.22.0",
21504]
21505
21506[[package]]
21507name = "wit-bindgen-rust-macro"
21508version = "0.41.0"
21509source = "registry+https://github.com/rust-lang/crates.io-index"
21510checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21511dependencies = [
21512 "anyhow",
21513 "prettyplease",
21514 "proc-macro2",
21515 "quote",
21516 "syn 2.0.117",
21517 "wit-bindgen-core 0.41.0",
21518 "wit-bindgen-rust 0.41.0",
21519]
21520
21521[[package]]
21522name = "wit-bindgen-rust-macro"
21523version = "0.51.0"
21524source = "registry+https://github.com/rust-lang/crates.io-index"
21525checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21526dependencies = [
21527 "anyhow",
21528 "prettyplease",
21529 "proc-macro2",
21530 "quote",
21531 "syn 2.0.117",
21532 "wit-bindgen-core 0.51.0",
21533 "wit-bindgen-rust 0.51.0",
21534]
21535
21536[[package]]
21537name = "wit-component"
21538version = "0.201.0"
21539source = "registry+https://github.com/rust-lang/crates.io-index"
21540checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21541dependencies = [
21542 "anyhow",
21543 "bitflags 2.10.0",
21544 "indexmap",
21545 "log",
21546 "serde",
21547 "serde_derive",
21548 "serde_json",
21549 "wasm-encoder 0.201.0",
21550 "wasm-metadata 0.201.0",
21551 "wasmparser 0.201.0",
21552 "wit-parser 0.201.0",
21553]
21554
21555[[package]]
21556name = "wit-component"
21557version = "0.227.1"
21558source = "registry+https://github.com/rust-lang/crates.io-index"
21559checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21560dependencies = [
21561 "anyhow",
21562 "bitflags 2.10.0",
21563 "indexmap",
21564 "log",
21565 "serde",
21566 "serde_derive",
21567 "serde_json",
21568 "wasm-encoder 0.227.1",
21569 "wasm-metadata 0.227.1",
21570 "wasmparser 0.227.1",
21571 "wit-parser 0.227.1",
21572]
21573
21574[[package]]
21575name = "wit-component"
21576version = "0.244.0"
21577source = "registry+https://github.com/rust-lang/crates.io-index"
21578checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21579dependencies = [
21580 "anyhow",
21581 "bitflags 2.10.0",
21582 "indexmap",
21583 "log",
21584 "serde",
21585 "serde_derive",
21586 "serde_json",
21587 "wasm-encoder 0.244.0",
21588 "wasm-metadata 0.244.0",
21589 "wasmparser 0.244.0",
21590 "wit-parser 0.244.0",
21591]
21592
21593[[package]]
21594name = "wit-parser"
21595version = "0.201.0"
21596source = "registry+https://github.com/rust-lang/crates.io-index"
21597checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21598dependencies = [
21599 "anyhow",
21600 "id-arena",
21601 "indexmap",
21602 "log",
21603 "semver",
21604 "serde",
21605 "serde_derive",
21606 "serde_json",
21607 "unicode-xid",
21608 "wasmparser 0.201.0",
21609]
21610
21611[[package]]
21612name = "wit-parser"
21613version = "0.227.1"
21614source = "registry+https://github.com/rust-lang/crates.io-index"
21615checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21616dependencies = [
21617 "anyhow",
21618 "id-arena",
21619 "indexmap",
21620 "log",
21621 "semver",
21622 "serde",
21623 "serde_derive",
21624 "serde_json",
21625 "unicode-xid",
21626 "wasmparser 0.227.1",
21627]
21628
21629[[package]]
21630name = "wit-parser"
21631version = "0.236.1"
21632source = "registry+https://github.com/rust-lang/crates.io-index"
21633checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21634dependencies = [
21635 "anyhow",
21636 "id-arena",
21637 "indexmap",
21638 "log",
21639 "semver",
21640 "serde",
21641 "serde_derive",
21642 "serde_json",
21643 "unicode-xid",
21644 "wasmparser 0.236.1",
21645]
21646
21647[[package]]
21648name = "wit-parser"
21649version = "0.244.0"
21650source = "registry+https://github.com/rust-lang/crates.io-index"
21651checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21652dependencies = [
21653 "anyhow",
21654 "id-arena",
21655 "indexmap",
21656 "log",
21657 "semver",
21658 "serde",
21659 "serde_derive",
21660 "serde_json",
21661 "unicode-xid",
21662 "wasmparser 0.244.0",
21663]
21664
21665[[package]]
21666name = "witx"
21667version = "0.9.1"
21668source = "registry+https://github.com/rust-lang/crates.io-index"
21669checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21670dependencies = [
21671 "anyhow",
21672 "log",
21673 "thiserror 1.0.69",
21674 "wast",
21675]
21676
21677[[package]]
21678name = "workspace"
21679version = "0.1.0"
21680dependencies = [
21681 "agent_settings",
21682 "any_vec",
21683 "anyhow",
21684 "async-recursion",
21685 "chrono",
21686 "client",
21687 "clock",
21688 "collections",
21689 "component",
21690 "db",
21691 "feature_flags",
21692 "fs",
21693 "futures 0.3.32",
21694 "git",
21695 "gpui",
21696 "http_client",
21697 "itertools 0.14.0",
21698 "language",
21699 "log",
21700 "markdown",
21701 "menu",
21702 "node_runtime",
21703 "parking_lot",
21704 "postage",
21705 "pretty_assertions",
21706 "project",
21707 "remote",
21708 "schemars",
21709 "serde",
21710 "serde_json",
21711 "session",
21712 "settings",
21713 "smallvec",
21714 "sqlez",
21715 "strum 0.27.2",
21716 "task",
21717 "telemetry",
21718 "tempfile",
21719 "theme",
21720 "theme_settings",
21721 "ui",
21722 "util",
21723 "uuid",
21724 "vim_mode_setting",
21725 "windows 0.61.3",
21726 "zed_actions",
21727 "zlog",
21728]
21729
21730[[package]]
21731name = "worktree"
21732version = "0.1.0"
21733dependencies = [
21734 "anyhow",
21735 "async-lock 2.8.0",
21736 "chardetng",
21737 "clock",
21738 "collections",
21739 "encoding_rs",
21740 "fs",
21741 "futures 0.3.32",
21742 "fuzzy",
21743 "git",
21744 "gpui",
21745 "ignore",
21746 "language",
21747 "log",
21748 "parking_lot",
21749 "paths",
21750 "postage",
21751 "pretty_assertions",
21752 "rand 0.9.2",
21753 "rpc",
21754 "serde",
21755 "serde_json",
21756 "settings",
21757 "smallvec",
21758 "smol",
21759 "sum_tree",
21760 "text",
21761 "tracing",
21762 "util",
21763 "worktree",
21764 "zlog",
21765 "ztracing",
21766]
21767
21768[[package]]
21769name = "worktree_benchmarks"
21770version = "0.1.0"
21771dependencies = [
21772 "fs",
21773 "gpui_platform",
21774 "settings",
21775 "worktree",
21776]
21777
21778[[package]]
21779name = "wprcontrol"
21780version = "0.1.0"
21781source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21782dependencies = [
21783 "windows 0.61.3",
21784 "windows-bindgen",
21785 "windows-core 0.61.2",
21786 "windows-link 0.2.1",
21787]
21788
21789[[package]]
21790name = "writeable"
21791version = "0.6.1"
21792source = "registry+https://github.com/rust-lang/crates.io-index"
21793checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21794
21795[[package]]
21796name = "wyz"
21797version = "0.5.1"
21798source = "registry+https://github.com/rust-lang/crates.io-index"
21799checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21800dependencies = [
21801 "tap",
21802]
21803
21804[[package]]
21805name = "x11"
21806version = "2.21.0"
21807source = "registry+https://github.com/rust-lang/crates.io-index"
21808checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21809dependencies = [
21810 "libc",
21811 "pkg-config",
21812]
21813
21814[[package]]
21815name = "x11-clipboard"
21816version = "0.9.3"
21817source = "registry+https://github.com/rust-lang/crates.io-index"
21818checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21819dependencies = [
21820 "libc",
21821 "x11rb",
21822]
21823
21824[[package]]
21825name = "x11rb"
21826version = "0.13.2"
21827source = "registry+https://github.com/rust-lang/crates.io-index"
21828checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21829dependencies = [
21830 "as-raw-xcb-connection",
21831 "gethostname",
21832 "libc",
21833 "rustix 1.1.2",
21834 "x11rb-protocol",
21835 "xcursor",
21836]
21837
21838[[package]]
21839name = "x11rb-protocol"
21840version = "0.13.2"
21841source = "registry+https://github.com/rust-lang/crates.io-index"
21842checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21843
21844[[package]]
21845name = "x_ai"
21846version = "0.1.0"
21847dependencies = [
21848 "anyhow",
21849 "language_model_core",
21850 "schemars",
21851 "serde",
21852 "strum 0.27.2",
21853 "tiktoken-rs",
21854]
21855
21856[[package]]
21857name = "xattr"
21858version = "0.2.3"
21859source = "registry+https://github.com/rust-lang/crates.io-index"
21860checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21861dependencies = [
21862 "libc",
21863]
21864
21865[[package]]
21866name = "xcb"
21867version = "1.6.0"
21868source = "registry+https://github.com/rust-lang/crates.io-index"
21869checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21870dependencies = [
21871 "bitflags 1.3.2",
21872 "libc",
21873 "quick-xml 0.30.0",
21874 "x11",
21875]
21876
21877[[package]]
21878name = "xcursor"
21879version = "0.3.10"
21880source = "registry+https://github.com/rust-lang/crates.io-index"
21881checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21882
21883[[package]]
21884name = "xim-ctext"
21885version = "0.3.0"
21886source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21887dependencies = [
21888 "encoding_rs",
21889]
21890
21891[[package]]
21892name = "xim-parser"
21893version = "0.2.1"
21894source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21895dependencies = [
21896 "bitflags 2.10.0",
21897]
21898
21899[[package]]
21900name = "xkbcommon"
21901version = "0.8.0"
21902source = "registry+https://github.com/rust-lang/crates.io-index"
21903checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21904dependencies = [
21905 "as-raw-xcb-connection",
21906 "libc",
21907 "memmap2",
21908 "xkeysym",
21909]
21910
21911[[package]]
21912name = "xkeysym"
21913version = "0.2.1"
21914source = "registry+https://github.com/rust-lang/crates.io-index"
21915checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21916
21917[[package]]
21918name = "xml-rs"
21919version = "0.8.28"
21920source = "registry+https://github.com/rust-lang/crates.io-index"
21921checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21922
21923[[package]]
21924name = "xml5ever"
21925version = "0.18.1"
21926source = "registry+https://github.com/rust-lang/crates.io-index"
21927checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21928dependencies = [
21929 "log",
21930 "mac",
21931 "markup5ever 0.12.1",
21932]
21933
21934[[package]]
21935name = "xmlparser"
21936version = "0.13.6"
21937source = "registry+https://github.com/rust-lang/crates.io-index"
21938checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21939
21940[[package]]
21941name = "xmlwriter"
21942version = "0.1.0"
21943source = "registry+https://github.com/rust-lang/crates.io-index"
21944checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21945
21946[[package]]
21947name = "xtask"
21948version = "0.1.0"
21949dependencies = [
21950 "annotate-snippets",
21951 "anyhow",
21952 "backtrace",
21953 "cargo_metadata 0.19.2",
21954 "cargo_toml",
21955 "clap",
21956 "compliance",
21957 "gh-workflow",
21958 "indexmap",
21959 "indoc",
21960 "itertools 0.14.0",
21961 "regex",
21962 "serde",
21963 "serde_json",
21964 "serde_yaml",
21965 "strum 0.27.2",
21966 "tokio",
21967 "toml 0.8.23",
21968 "toml_edit 0.22.27",
21969]
21970
21971[[package]]
21972name = "yaml-rust2"
21973version = "0.8.1"
21974source = "registry+https://github.com/rust-lang/crates.io-index"
21975checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21976dependencies = [
21977 "arraydeque",
21978 "encoding_rs",
21979 "hashlink 0.8.4",
21980]
21981
21982[[package]]
21983name = "yansi"
21984version = "1.0.1"
21985source = "registry+https://github.com/rust-lang/crates.io-index"
21986checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21987
21988[[package]]
21989name = "yawc"
21990version = "0.2.5"
21991source = "registry+https://github.com/rust-lang/crates.io-index"
21992checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21993dependencies = [
21994 "base64 0.22.1",
21995 "bytes 1.11.1",
21996 "flate2",
21997 "futures 0.3.32",
21998 "http-body-util",
21999 "hyper 1.7.0",
22000 "hyper-util",
22001 "js-sys",
22002 "nom 8.0.0",
22003 "pin-project",
22004 "rand 0.8.5",
22005 "sha1",
22006 "thiserror 1.0.69",
22007 "tokio",
22008 "tokio-rustls 0.26.2",
22009 "tokio-util",
22010 "url",
22011 "wasm-bindgen",
22012 "wasm-bindgen-futures",
22013 "web-sys",
22014 "webpki-roots",
22015]
22016
22017[[package]]
22018name = "yazi"
22019version = "0.2.1"
22020source = "registry+https://github.com/rust-lang/crates.io-index"
22021checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22022
22023[[package]]
22024name = "yeslogic-fontconfig-sys"
22025version = "6.0.0"
22026source = "registry+https://github.com/rust-lang/crates.io-index"
22027checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22028dependencies = [
22029 "dlib",
22030 "once_cell",
22031 "pkg-config",
22032]
22033
22034[[package]]
22035name = "yoke"
22036version = "0.7.5"
22037source = "registry+https://github.com/rust-lang/crates.io-index"
22038checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22039dependencies = [
22040 "serde",
22041 "stable_deref_trait",
22042 "yoke-derive 0.7.5",
22043 "zerofrom",
22044]
22045
22046[[package]]
22047name = "yoke"
22048version = "0.8.0"
22049source = "registry+https://github.com/rust-lang/crates.io-index"
22050checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22051dependencies = [
22052 "serde",
22053 "stable_deref_trait",
22054 "yoke-derive 0.8.0",
22055 "zerofrom",
22056]
22057
22058[[package]]
22059name = "yoke-derive"
22060version = "0.7.5"
22061source = "registry+https://github.com/rust-lang/crates.io-index"
22062checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22063dependencies = [
22064 "proc-macro2",
22065 "quote",
22066 "syn 2.0.117",
22067 "synstructure",
22068]
22069
22070[[package]]
22071name = "yoke-derive"
22072version = "0.8.0"
22073source = "registry+https://github.com/rust-lang/crates.io-index"
22074checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22075dependencies = [
22076 "proc-macro2",
22077 "quote",
22078 "syn 2.0.117",
22079 "synstructure",
22080]
22081
22082[[package]]
22083name = "zbus"
22084version = "5.13.2"
22085source = "registry+https://github.com/rust-lang/crates.io-index"
22086checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22087dependencies = [
22088 "async-broadcast",
22089 "async-executor",
22090 "async-io",
22091 "async-lock 3.4.2",
22092 "async-process",
22093 "async-recursion",
22094 "async-task",
22095 "async-trait",
22096 "blocking",
22097 "enumflags2",
22098 "event-listener 5.4.1",
22099 "futures-core",
22100 "futures-lite 2.6.1",
22101 "hex",
22102 "libc",
22103 "ordered-stream",
22104 "rustix 1.1.2",
22105 "serde",
22106 "serde_repr",
22107 "tracing",
22108 "uds_windows",
22109 "uuid",
22110 "windows-sys 0.61.2",
22111 "winnow",
22112 "zbus_macros",
22113 "zbus_names",
22114 "zvariant",
22115]
22116
22117[[package]]
22118name = "zbus_macros"
22119version = "5.13.2"
22120source = "registry+https://github.com/rust-lang/crates.io-index"
22121checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22122dependencies = [
22123 "proc-macro-crate",
22124 "proc-macro2",
22125 "quote",
22126 "syn 2.0.117",
22127 "zbus_names",
22128 "zvariant",
22129 "zvariant_utils",
22130]
22131
22132[[package]]
22133name = "zbus_names"
22134version = "4.3.1"
22135source = "registry+https://github.com/rust-lang/crates.io-index"
22136checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22137dependencies = [
22138 "serde",
22139 "winnow",
22140 "zvariant",
22141]
22142
22143[[package]]
22144name = "zed"
22145version = "0.233.0"
22146dependencies = [
22147 "acp_thread",
22148 "acp_tools",
22149 "action_log",
22150 "activity_indicator",
22151 "agent",
22152 "agent-client-protocol",
22153 "agent_servers",
22154 "agent_settings",
22155 "agent_ui",
22156 "anyhow",
22157 "ashpd",
22158 "askpass",
22159 "assets",
22160 "audio",
22161 "auto_update",
22162 "auto_update_ui",
22163 "breadcrumbs",
22164 "call",
22165 "channel",
22166 "chrono",
22167 "clap",
22168 "cli",
22169 "client",
22170 "clock",
22171 "codestral",
22172 "collab_ui",
22173 "collections",
22174 "command_palette",
22175 "component",
22176 "component_preview",
22177 "copilot",
22178 "copilot_chat",
22179 "copilot_ui",
22180 "crashes",
22181 "csv_preview",
22182 "dap_adapters",
22183 "db",
22184 "debug_adapter_extension",
22185 "debugger_tools",
22186 "debugger_ui",
22187 "dev_container",
22188 "diagnostics",
22189 "edit_prediction",
22190 "edit_prediction_ui",
22191 "editor",
22192 "encoding_selector",
22193 "env_logger 0.11.8",
22194 "etw_tracing",
22195 "extension",
22196 "extension_host",
22197 "extensions_ui",
22198 "feature_flags",
22199 "feedback",
22200 "file_finder",
22201 "fs",
22202 "futures 0.3.32",
22203 "git",
22204 "git_graph",
22205 "git_hosting_providers",
22206 "git_ui",
22207 "go_to_line",
22208 "gpui",
22209 "gpui_platform",
22210 "gpui_tokio",
22211 "http_client",
22212 "image",
22213 "image_viewer",
22214 "inspector_ui",
22215 "install_cli",
22216 "itertools 0.14.0",
22217 "journal",
22218 "json_schema_store",
22219 "keymap_editor",
22220 "language",
22221 "language_extension",
22222 "language_model",
22223 "language_models",
22224 "language_onboarding",
22225 "language_selector",
22226 "language_tools",
22227 "languages",
22228 "line_ending_selector",
22229 "log",
22230 "markdown",
22231 "markdown_preview",
22232 "menu",
22233 "migrator",
22234 "mimalloc",
22235 "miniprofiler_ui",
22236 "nc",
22237 "node_runtime",
22238 "notifications",
22239 "onboarding",
22240 "outline",
22241 "outline_panel",
22242 "parking_lot",
22243 "paths",
22244 "picker",
22245 "pkg-config",
22246 "pretty_assertions",
22247 "profiling",
22248 "project",
22249 "project_panel",
22250 "project_symbols",
22251 "prompt_store",
22252 "proto",
22253 "rayon",
22254 "recent_projects",
22255 "release_channel",
22256 "remote",
22257 "repl",
22258 "reqwest_client",
22259 "rope",
22260 "search",
22261 "semver",
22262 "serde",
22263 "serde_json",
22264 "session",
22265 "settings",
22266 "settings_profile_selector",
22267 "settings_ui",
22268 "shellexpand 2.1.2",
22269 "sidebar",
22270 "smol",
22271 "snippet_provider",
22272 "snippets_ui",
22273 "svg_preview",
22274 "sysinfo 0.37.2",
22275 "system_specs",
22276 "tab_switcher",
22277 "task",
22278 "tasks_ui",
22279 "telemetry",
22280 "telemetry_events",
22281 "tempfile",
22282 "terminal_view",
22283 "theme",
22284 "theme_extension",
22285 "theme_selector",
22286 "theme_settings",
22287 "time",
22288 "time_format",
22289 "title_bar",
22290 "toolchain_selector",
22291 "tracing",
22292 "ui",
22293 "ui_prompt",
22294 "url",
22295 "urlencoding",
22296 "util",
22297 "uuid",
22298 "vim",
22299 "vim_mode_setting",
22300 "watch",
22301 "web_search",
22302 "web_search_providers",
22303 "which_key",
22304 "windows 0.61.3",
22305 "winresource",
22306 "workspace",
22307 "zed-reqwest",
22308 "zed_actions",
22309 "zed_env_vars",
22310 "zlog",
22311 "zlog_settings",
22312 "ztracing",
22313]
22314
22315[[package]]
22316name = "zed-font-kit"
22317version = "0.14.1-zed"
22318source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22319dependencies = [
22320 "bitflags 2.10.0",
22321 "byteorder",
22322 "core-foundation 0.10.0",
22323 "core-graphics 0.24.0",
22324 "core-text",
22325 "dirs 5.0.1",
22326 "dwrote",
22327 "float-ord",
22328 "freetype-sys",
22329 "lazy_static",
22330 "libc",
22331 "log",
22332 "pathfinder_geometry",
22333 "pathfinder_simd",
22334 "walkdir",
22335 "winapi",
22336 "yeslogic-fontconfig-sys",
22337]
22338
22339[[package]]
22340name = "zed-reqwest"
22341version = "0.12.15-zed"
22342source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22343dependencies = [
22344 "base64 0.22.1",
22345 "bytes 1.11.1",
22346 "encoding_rs",
22347 "futures-core",
22348 "futures-util",
22349 "h2 0.4.12",
22350 "http 1.3.1",
22351 "http-body 1.0.1",
22352 "http-body-util",
22353 "hyper 1.7.0",
22354 "hyper-rustls 0.27.7",
22355 "hyper-util",
22356 "ipnet",
22357 "js-sys",
22358 "log",
22359 "mime",
22360 "mime_guess",
22361 "once_cell",
22362 "percent-encoding",
22363 "pin-project-lite",
22364 "quinn",
22365 "rustls 0.23.33",
22366 "rustls-native-certs 0.8.2",
22367 "rustls-pemfile 2.2.0",
22368 "rustls-pki-types",
22369 "serde",
22370 "serde_json",
22371 "serde_urlencoded",
22372 "sync_wrapper 1.0.2",
22373 "system-configuration 0.6.1",
22374 "tokio",
22375 "tokio-rustls 0.26.2",
22376 "tokio-socks",
22377 "tokio-util",
22378 "tower 0.5.2",
22379 "tower-service",
22380 "url",
22381 "wasm-bindgen",
22382 "wasm-bindgen-futures",
22383 "wasm-streams",
22384 "web-sys",
22385 "windows-registry 0.4.0",
22386]
22387
22388[[package]]
22389name = "zed-scap"
22390version = "0.0.8-zed"
22391source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22392dependencies = [
22393 "anyhow",
22394 "cocoa 0.25.0",
22395 "core-graphics-helmer-fork",
22396 "log",
22397 "objc",
22398 "rand 0.8.5",
22399 "screencapturekit",
22400 "screencapturekit-sys",
22401 "sysinfo 0.31.4",
22402 "tao-core-video-sys",
22403 "windows 0.61.3",
22404 "windows-capture",
22405 "x11",
22406 "xcb",
22407]
22408
22409[[package]]
22410name = "zed-xim"
22411version = "0.4.0-zed"
22412source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22413dependencies = [
22414 "ahash 0.8.12",
22415 "hashbrown 0.14.5",
22416 "log",
22417 "x11rb",
22418 "xim-ctext",
22419 "xim-parser",
22420]
22421
22422[[package]]
22423name = "zed_actions"
22424version = "0.1.0"
22425dependencies = [
22426 "gpui",
22427 "schemars",
22428 "serde",
22429 "util",
22430 "uuid",
22431]
22432
22433[[package]]
22434name = "zed_credentials_provider"
22435version = "0.1.0"
22436dependencies = [
22437 "anyhow",
22438 "credentials_provider",
22439 "futures 0.3.32",
22440 "gpui",
22441 "paths",
22442 "release_channel",
22443 "serde",
22444 "serde_json",
22445]
22446
22447[[package]]
22448name = "zed_env_vars"
22449version = "0.1.0"
22450dependencies = [
22451 "env_var",
22452]
22453
22454[[package]]
22455name = "zed_extension_api"
22456version = "0.1.0"
22457source = "registry+https://github.com/rust-lang/crates.io-index"
22458checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22459dependencies = [
22460 "serde",
22461 "serde_json",
22462 "wit-bindgen 0.22.0",
22463]
22464
22465[[package]]
22466name = "zed_extension_api"
22467version = "0.7.0"
22468source = "registry+https://github.com/rust-lang/crates.io-index"
22469checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22470dependencies = [
22471 "serde",
22472 "serde_json",
22473 "wit-bindgen 0.41.0",
22474]
22475
22476[[package]]
22477name = "zed_extension_api"
22478version = "0.8.0"
22479dependencies = [
22480 "serde",
22481 "serde_json",
22482 "wit-bindgen 0.41.0",
22483]
22484
22485[[package]]
22486name = "zed_glsl"
22487version = "0.2.3"
22488dependencies = [
22489 "zed_extension_api 0.1.0",
22490]
22491
22492[[package]]
22493name = "zed_html"
22494version = "0.3.1"
22495dependencies = [
22496 "zed_extension_api 0.7.0",
22497]
22498
22499[[package]]
22500name = "zed_proto"
22501version = "0.3.2"
22502dependencies = [
22503 "zed_extension_api 0.7.0",
22504]
22505
22506[[package]]
22507name = "zed_test_extension"
22508version = "0.1.0"
22509dependencies = [
22510 "zed_extension_api 0.8.0",
22511]
22512
22513[[package]]
22514name = "zeno"
22515version = "0.3.3"
22516source = "registry+https://github.com/rust-lang/crates.io-index"
22517checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22518
22519[[package]]
22520name = "zerocopy"
22521version = "0.8.27"
22522source = "registry+https://github.com/rust-lang/crates.io-index"
22523checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22524dependencies = [
22525 "zerocopy-derive",
22526]
22527
22528[[package]]
22529name = "zerocopy-derive"
22530version = "0.8.27"
22531source = "registry+https://github.com/rust-lang/crates.io-index"
22532checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22533dependencies = [
22534 "proc-macro2",
22535 "quote",
22536 "syn 2.0.117",
22537]
22538
22539[[package]]
22540name = "zerofrom"
22541version = "0.1.6"
22542source = "registry+https://github.com/rust-lang/crates.io-index"
22543checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22544dependencies = [
22545 "zerofrom-derive",
22546]
22547
22548[[package]]
22549name = "zerofrom-derive"
22550version = "0.1.6"
22551source = "registry+https://github.com/rust-lang/crates.io-index"
22552checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22553dependencies = [
22554 "proc-macro2",
22555 "quote",
22556 "syn 2.0.117",
22557 "synstructure",
22558]
22559
22560[[package]]
22561name = "zeroize"
22562version = "1.8.2"
22563source = "registry+https://github.com/rust-lang/crates.io-index"
22564checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22565dependencies = [
22566 "zeroize_derive",
22567]
22568
22569[[package]]
22570name = "zeroize_derive"
22571version = "1.4.2"
22572source = "registry+https://github.com/rust-lang/crates.io-index"
22573checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22574dependencies = [
22575 "proc-macro2",
22576 "quote",
22577 "syn 2.0.117",
22578]
22579
22580[[package]]
22581name = "zeromq"
22582version = "0.5.0"
22583source = "registry+https://github.com/rust-lang/crates.io-index"
22584checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22585dependencies = [
22586 "async-dispatcher",
22587 "async-std",
22588 "async-trait",
22589 "asynchronous-codec",
22590 "bytes 1.11.1",
22591 "crossbeam-queue",
22592 "futures 0.3.32",
22593 "log",
22594 "num-traits",
22595 "once_cell",
22596 "parking_lot",
22597 "rand 0.9.2",
22598 "regex",
22599 "scc",
22600 "thiserror 1.0.69",
22601 "uuid",
22602]
22603
22604[[package]]
22605name = "zerotrie"
22606version = "0.2.2"
22607source = "registry+https://github.com/rust-lang/crates.io-index"
22608checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22609dependencies = [
22610 "displaydoc",
22611 "yoke 0.8.0",
22612 "zerofrom",
22613]
22614
22615[[package]]
22616name = "zerovec"
22617version = "0.11.4"
22618source = "registry+https://github.com/rust-lang/crates.io-index"
22619checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22620dependencies = [
22621 "yoke 0.8.0",
22622 "zerofrom",
22623 "zerovec-derive",
22624]
22625
22626[[package]]
22627name = "zerovec-derive"
22628version = "0.11.1"
22629source = "registry+https://github.com/rust-lang/crates.io-index"
22630checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22631dependencies = [
22632 "proc-macro2",
22633 "quote",
22634 "syn 2.0.117",
22635]
22636
22637[[package]]
22638name = "zeta_prompt"
22639version = "0.1.0"
22640dependencies = [
22641 "anyhow",
22642 "imara-diff",
22643 "indoc",
22644 "serde",
22645 "strum 0.27.2",
22646]
22647
22648[[package]]
22649name = "zip"
22650version = "0.6.6"
22651source = "registry+https://github.com/rust-lang/crates.io-index"
22652checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22653dependencies = [
22654 "aes",
22655 "byteorder",
22656 "bzip2 0.4.4",
22657 "constant_time_eq",
22658 "crc32fast",
22659 "crossbeam-utils",
22660 "flate2",
22661 "hmac",
22662 "pbkdf2 0.11.0",
22663 "sha1",
22664 "time",
22665 "zstd",
22666]
22667
22668[[package]]
22669name = "zip"
22670version = "1.1.4"
22671source = "registry+https://github.com/rust-lang/crates.io-index"
22672checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22673dependencies = [
22674 "arbitrary",
22675 "crc32fast",
22676 "crossbeam-utils",
22677 "displaydoc",
22678 "indexmap",
22679 "num_enum",
22680 "thiserror 1.0.69",
22681]
22682
22683[[package]]
22684name = "zlog"
22685version = "0.1.0"
22686dependencies = [
22687 "anyhow",
22688 "chrono",
22689 "collections",
22690 "log",
22691 "tempfile",
22692]
22693
22694[[package]]
22695name = "zlog_settings"
22696version = "0.1.0"
22697dependencies = [
22698 "collections",
22699 "gpui",
22700 "settings",
22701 "zlog",
22702]
22703
22704[[package]]
22705name = "zstd"
22706version = "0.11.2+zstd.1.5.2"
22707source = "registry+https://github.com/rust-lang/crates.io-index"
22708checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22709dependencies = [
22710 "zstd-safe",
22711]
22712
22713[[package]]
22714name = "zstd-safe"
22715version = "5.0.2+zstd.1.5.2"
22716source = "registry+https://github.com/rust-lang/crates.io-index"
22717checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22718dependencies = [
22719 "libc",
22720 "zstd-sys",
22721]
22722
22723[[package]]
22724name = "zstd-sys"
22725version = "2.0.16+zstd.1.5.7"
22726source = "registry+https://github.com/rust-lang/crates.io-index"
22727checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22728dependencies = [
22729 "cc",
22730 "pkg-config",
22731]
22732
22733[[package]]
22734name = "ztracing"
22735version = "0.1.0"
22736dependencies = [
22737 "tracing",
22738 "tracing-subscriber",
22739 "tracing-tracy",
22740 "tracy-client",
22741 "zlog",
22742 "ztracing_macro",
22743]
22744
22745[[package]]
22746name = "ztracing_macro"
22747version = "0.1.0"
22748
22749[[package]]
22750name = "zune-core"
22751version = "0.4.12"
22752source = "registry+https://github.com/rust-lang/crates.io-index"
22753checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22754
22755[[package]]
22756name = "zune-inflate"
22757version = "0.2.54"
22758source = "registry+https://github.com/rust-lang/crates.io-index"
22759checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22760dependencies = [
22761 "simd-adler32",
22762]
22763
22764[[package]]
22765name = "zune-jpeg"
22766version = "0.4.21"
22767source = "registry+https://github.com/rust-lang/crates.io-index"
22768checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22769dependencies = [
22770 "zune-core",
22771]
22772
22773[[package]]
22774name = "zvariant"
22775version = "5.9.2"
22776source = "registry+https://github.com/rust-lang/crates.io-index"
22777checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22778dependencies = [
22779 "endi",
22780 "enumflags2",
22781 "serde",
22782 "serde_bytes",
22783 "winnow",
22784 "zvariant_derive",
22785 "zvariant_utils",
22786]
22787
22788[[package]]
22789name = "zvariant_derive"
22790version = "5.9.2"
22791source = "registry+https://github.com/rust-lang/crates.io-index"
22792checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22793dependencies = [
22794 "proc-macro-crate",
22795 "proc-macro2",
22796 "quote",
22797 "syn 2.0.117",
22798 "zvariant_utils",
22799]
22800
22801[[package]]
22802name = "zvariant_utils"
22803version = "3.3.0"
22804source = "registry+https://github.com/rust-lang/crates.io-index"
22805checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22806dependencies = [
22807 "proc-macro2",
22808 "quote",
22809 "serde",
22810 "syn 2.0.117",
22811 "winnow",
22812]