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.6"
 3868source = "registry+https://github.com/rust-lang/crates.io-index"
 3869checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3870dependencies = [
 3871 "cranelift-assembler-x64-meta",
 3872]
 3873
 3874[[package]]
 3875name = "cranelift-assembler-x64-meta"
 3876version = "0.123.6"
 3877source = "registry+https://github.com/rust-lang/crates.io-index"
 3878checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3879dependencies = [
 3880 "cranelift-srcgen",
 3881]
 3882
 3883[[package]]
 3884name = "cranelift-bforest"
 3885version = "0.123.6"
 3886source = "registry+https://github.com/rust-lang/crates.io-index"
 3887checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3888dependencies = [
 3889 "cranelift-entity",
 3890]
 3891
 3892[[package]]
 3893name = "cranelift-bitset"
 3894version = "0.123.6"
 3895source = "registry+https://github.com/rust-lang/crates.io-index"
 3896checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3897dependencies = [
 3898 "serde",
 3899 "serde_derive",
 3900]
 3901
 3902[[package]]
 3903name = "cranelift-codegen"
 3904version = "0.123.6"
 3905source = "registry+https://github.com/rust-lang/crates.io-index"
 3906checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 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.6"
 3935source = "registry+https://github.com/rust-lang/crates.io-index"
 3936checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 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.6"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3950
 3951[[package]]
 3952name = "cranelift-control"
 3953version = "0.123.6"
 3954source = "registry+https://github.com/rust-lang/crates.io-index"
 3955checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3956dependencies = [
 3957 "arbitrary",
 3958]
 3959
 3960[[package]]
 3961name = "cranelift-entity"
 3962version = "0.123.6"
 3963source = "registry+https://github.com/rust-lang/crates.io-index"
 3964checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3965dependencies = [
 3966 "cranelift-bitset",
 3967 "serde",
 3968 "serde_derive",
 3969]
 3970
 3971[[package]]
 3972name = "cranelift-frontend"
 3973version = "0.123.6"
 3974source = "registry+https://github.com/rust-lang/crates.io-index"
 3975checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3976dependencies = [
 3977 "cranelift-codegen",
 3978 "log",
 3979 "smallvec",
 3980 "target-lexicon 0.13.3",
 3981]
 3982
 3983[[package]]
 3984name = "cranelift-isle"
 3985version = "0.123.6"
 3986source = "registry+https://github.com/rust-lang/crates.io-index"
 3987checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 3988
 3989[[package]]
 3990name = "cranelift-native"
 3991version = "0.123.6"
 3992source = "registry+https://github.com/rust-lang/crates.io-index"
 3993checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 3994dependencies = [
 3995 "cranelift-codegen",
 3996 "libc",
 3997 "target-lexicon 0.13.3",
 3998]
 3999
 4000[[package]]
 4001name = "cranelift-srcgen"
 4002version = "0.123.6"
 4003source = "registry+https://github.com/rust-lang/crates.io-index"
 4004checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 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 "serde",
 4797 "serde_json",
 4798 "serde_json_lenient",
 4799 "settings",
 4800 "shlex",
 4801 "ui",
 4802 "util",
 4803 "walkdir",
 4804 "workspace",
 4805 "worktree",
 4806]
 4807
 4808[[package]]
 4809name = "diagnostics"
 4810version = "0.1.0"
 4811dependencies = [
 4812 "anyhow",
 4813 "collections",
 4814 "component",
 4815 "ctor",
 4816 "editor",
 4817 "gpui",
 4818 "indoc",
 4819 "itertools 0.14.0",
 4820 "language",
 4821 "log",
 4822 "lsp",
 4823 "markdown",
 4824 "pretty_assertions",
 4825 "project",
 4826 "rand 0.9.2",
 4827 "serde",
 4828 "serde_json",
 4829 "settings",
 4830 "text",
 4831 "theme",
 4832 "theme_settings",
 4833 "ui",
 4834 "unindent",
 4835 "util",
 4836 "workspace",
 4837 "zed_actions",
 4838 "zlog",
 4839]
 4840
 4841[[package]]
 4842name = "diff"
 4843version = "0.1.13"
 4844source = "registry+https://github.com/rust-lang/crates.io-index"
 4845checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4846
 4847[[package]]
 4848name = "diffy"
 4849version = "0.4.2"
 4850source = "registry+https://github.com/rust-lang/crates.io-index"
 4851checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4852dependencies = [
 4853 "nu-ansi-term",
 4854]
 4855
 4856[[package]]
 4857name = "digest"
 4858version = "0.10.7"
 4859source = "registry+https://github.com/rust-lang/crates.io-index"
 4860checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4861dependencies = [
 4862 "block-buffer",
 4863 "const-oid",
 4864 "crypto-common",
 4865 "subtle",
 4866]
 4867
 4868[[package]]
 4869name = "dirs"
 4870version = "4.0.0"
 4871source = "registry+https://github.com/rust-lang/crates.io-index"
 4872checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4873dependencies = [
 4874 "dirs-sys 0.3.7",
 4875]
 4876
 4877[[package]]
 4878name = "dirs"
 4879version = "5.0.1"
 4880source = "registry+https://github.com/rust-lang/crates.io-index"
 4881checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4882dependencies = [
 4883 "dirs-sys 0.4.1",
 4884]
 4885
 4886[[package]]
 4887name = "dirs"
 4888version = "6.0.0"
 4889source = "registry+https://github.com/rust-lang/crates.io-index"
 4890checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4891dependencies = [
 4892 "dirs-sys 0.5.0",
 4893]
 4894
 4895[[package]]
 4896name = "dirs-sys"
 4897version = "0.3.7"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4900dependencies = [
 4901 "libc",
 4902 "redox_users 0.4.6",
 4903 "winapi",
 4904]
 4905
 4906[[package]]
 4907name = "dirs-sys"
 4908version = "0.4.1"
 4909source = "registry+https://github.com/rust-lang/crates.io-index"
 4910checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4911dependencies = [
 4912 "libc",
 4913 "option-ext",
 4914 "redox_users 0.4.6",
 4915 "windows-sys 0.48.0",
 4916]
 4917
 4918[[package]]
 4919name = "dirs-sys"
 4920version = "0.5.0"
 4921source = "registry+https://github.com/rust-lang/crates.io-index"
 4922checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4923dependencies = [
 4924 "libc",
 4925 "option-ext",
 4926 "redox_users 0.5.2",
 4927 "windows-sys 0.61.2",
 4928]
 4929
 4930[[package]]
 4931name = "dispatch"
 4932version = "0.2.0"
 4933source = "registry+https://github.com/rust-lang/crates.io-index"
 4934checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4935
 4936[[package]]
 4937name = "dispatch2"
 4938version = "0.3.1"
 4939source = "registry+https://github.com/rust-lang/crates.io-index"
 4940checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4941dependencies = [
 4942 "bitflags 2.10.0",
 4943 "block2",
 4944 "libc",
 4945 "objc2",
 4946]
 4947
 4948[[package]]
 4949name = "displaydoc"
 4950version = "0.2.5"
 4951source = "registry+https://github.com/rust-lang/crates.io-index"
 4952checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4953dependencies = [
 4954 "proc-macro2",
 4955 "quote",
 4956 "syn 2.0.117",
 4957]
 4958
 4959[[package]]
 4960name = "dlib"
 4961version = "0.5.2"
 4962source = "registry+https://github.com/rust-lang/crates.io-index"
 4963checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4964dependencies = [
 4965 "libloading",
 4966]
 4967
 4968[[package]]
 4969name = "docs_preprocessor"
 4970version = "0.1.0"
 4971dependencies = [
 4972 "anyhow",
 4973 "collections",
 4974 "jsonschema",
 4975 "mdbook",
 4976 "regex",
 4977 "schemars",
 4978 "serde",
 4979 "serde_json",
 4980 "settings",
 4981 "task",
 4982 "theme",
 4983 "util",
 4984 "zlog",
 4985]
 4986
 4987[[package]]
 4988name = "document-features"
 4989version = "0.2.12"
 4990source = "registry+https://github.com/rust-lang/crates.io-index"
 4991checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4992dependencies = [
 4993 "litrs",
 4994]
 4995
 4996[[package]]
 4997name = "documented"
 4998version = "0.9.2"
 4999source = "registry+https://github.com/rust-lang/crates.io-index"
 5000checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5001dependencies = [
 5002 "documented-macros",
 5003 "phf 0.12.1",
 5004 "thiserror 2.0.17",
 5005]
 5006
 5007[[package]]
 5008name = "documented-macros"
 5009version = "0.9.2"
 5010source = "registry+https://github.com/rust-lang/crates.io-index"
 5011checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5012dependencies = [
 5013 "convert_case 0.8.0",
 5014 "itertools 0.14.0",
 5015 "optfield",
 5016 "proc-macro2",
 5017 "quote",
 5018 "strum 0.27.2",
 5019 "syn 2.0.117",
 5020]
 5021
 5022[[package]]
 5023name = "dotenvy"
 5024version = "0.15.7"
 5025source = "registry+https://github.com/rust-lang/crates.io-index"
 5026checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5027
 5028[[package]]
 5029name = "downcast-rs"
 5030version = "1.2.1"
 5031source = "registry+https://github.com/rust-lang/crates.io-index"
 5032checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5033
 5034[[package]]
 5035name = "doxygen-rs"
 5036version = "0.4.2"
 5037source = "registry+https://github.com/rust-lang/crates.io-index"
 5038checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5039dependencies = [
 5040 "phf 0.11.3",
 5041]
 5042
 5043[[package]]
 5044name = "dtoa"
 5045version = "1.0.10"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5048
 5049[[package]]
 5050name = "dtoa-short"
 5051version = "0.3.5"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5054dependencies = [
 5055 "dtoa",
 5056]
 5057
 5058[[package]]
 5059name = "dtor"
 5060version = "0.0.6"
 5061source = "registry+https://github.com/rust-lang/crates.io-index"
 5062checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5063dependencies = [
 5064 "dtor-proc-macro",
 5065]
 5066
 5067[[package]]
 5068name = "dtor-proc-macro"
 5069version = "0.0.5"
 5070source = "registry+https://github.com/rust-lang/crates.io-index"
 5071checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5072
 5073[[package]]
 5074name = "dunce"
 5075version = "1.0.5"
 5076source = "registry+https://github.com/rust-lang/crates.io-index"
 5077checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5078
 5079[[package]]
 5080name = "dwrote"
 5081version = "0.11.5"
 5082source = "registry+https://github.com/rust-lang/crates.io-index"
 5083checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5084dependencies = [
 5085 "lazy_static",
 5086 "libc",
 5087 "winapi",
 5088 "wio",
 5089]
 5090
 5091[[package]]
 5092name = "dyn-clone"
 5093version = "1.0.20"
 5094source = "registry+https://github.com/rust-lang/crates.io-index"
 5095checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5096
 5097[[package]]
 5098name = "dyn-stack"
 5099version = "0.10.0"
 5100source = "registry+https://github.com/rust-lang/crates.io-index"
 5101checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5102dependencies = [
 5103 "bytemuck",
 5104 "reborrow",
 5105]
 5106
 5107[[package]]
 5108name = "dyn-stack"
 5109version = "0.13.2"
 5110source = "registry+https://github.com/rust-lang/crates.io-index"
 5111checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5112dependencies = [
 5113 "bytemuck",
 5114 "dyn-stack-macros",
 5115]
 5116
 5117[[package]]
 5118name = "dyn-stack-macros"
 5119version = "0.1.3"
 5120source = "registry+https://github.com/rust-lang/crates.io-index"
 5121checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5122
 5123[[package]]
 5124name = "ec4rs"
 5125version = "1.2.0"
 5126source = "registry+https://github.com/rust-lang/crates.io-index"
 5127checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5128
 5129[[package]]
 5130name = "ecdsa"
 5131version = "0.14.8"
 5132source = "registry+https://github.com/rust-lang/crates.io-index"
 5133checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5134dependencies = [
 5135 "der 0.6.1",
 5136 "elliptic-curve",
 5137 "rfc6979",
 5138 "signature 1.6.4",
 5139]
 5140
 5141[[package]]
 5142name = "edit_prediction"
 5143version = "0.1.0"
 5144dependencies = [
 5145 "ai_onboarding",
 5146 "anyhow",
 5147 "buffer_diff",
 5148 "client",
 5149 "clock",
 5150 "cloud_api_client",
 5151 "cloud_api_types",
 5152 "cloud_llm_client",
 5153 "collections",
 5154 "copilot",
 5155 "copilot_ui",
 5156 "credentials_provider",
 5157 "criterion",
 5158 "ctor",
 5159 "db",
 5160 "edit_prediction_context",
 5161 "edit_prediction_types",
 5162 "feature_flags",
 5163 "fs",
 5164 "futures 0.3.32",
 5165 "gpui",
 5166 "heapless",
 5167 "indoc",
 5168 "itertools 0.14.0",
 5169 "language",
 5170 "language_model",
 5171 "languages",
 5172 "log",
 5173 "lsp",
 5174 "menu",
 5175 "node_runtime",
 5176 "open_ai",
 5177 "parking_lot",
 5178 "postage",
 5179 "pretty_assertions",
 5180 "project",
 5181 "pulldown-cmark 0.13.0",
 5182 "rand 0.9.2",
 5183 "regex",
 5184 "release_channel",
 5185 "semver",
 5186 "serde",
 5187 "serde_json",
 5188 "settings",
 5189 "strum 0.27.2",
 5190 "telemetry",
 5191 "telemetry_events",
 5192 "text",
 5193 "thiserror 2.0.17",
 5194 "time",
 5195 "toml 0.8.23",
 5196 "ui",
 5197 "util",
 5198 "uuid",
 5199 "workspace",
 5200 "worktree",
 5201 "zed_actions",
 5202 "zed_credentials_provider",
 5203 "zeta_prompt",
 5204 "zlog",
 5205 "zstd",
 5206]
 5207
 5208[[package]]
 5209name = "edit_prediction_cli"
 5210version = "0.1.0"
 5211dependencies = [
 5212 "anthropic",
 5213 "anyhow",
 5214 "chrono",
 5215 "clap",
 5216 "client",
 5217 "cloud_llm_client",
 5218 "collections",
 5219 "db",
 5220 "debug_adapter_extension",
 5221 "dirs 4.0.0",
 5222 "edit_prediction",
 5223 "extension",
 5224 "flate2",
 5225 "fs",
 5226 "futures 0.3.32",
 5227 "gaoya",
 5228 "gpui",
 5229 "gpui_platform",
 5230 "gpui_tokio",
 5231 "http_client",
 5232 "indoc",
 5233 "language",
 5234 "language_extension",
 5235 "language_model",
 5236 "language_models",
 5237 "languages",
 5238 "libc",
 5239 "log",
 5240 "node_runtime",
 5241 "open_ai",
 5242 "paths",
 5243 "pretty_assertions",
 5244 "project",
 5245 "prompt_store",
 5246 "rand 0.9.2",
 5247 "release_channel",
 5248 "reqwest_client",
 5249 "rust-embed",
 5250 "serde",
 5251 "serde_json",
 5252 "settings",
 5253 "shellexpand 2.1.2",
 5254 "similar",
 5255 "smol",
 5256 "sqlez",
 5257 "sqlez_macros",
 5258 "strum 0.27.2",
 5259 "telemetry_events",
 5260 "tempfile",
 5261 "terminal_view",
 5262 "toml 0.8.23",
 5263 "util",
 5264 "wasmtime",
 5265 "watch",
 5266 "workspace",
 5267 "zeta_prompt",
 5268]
 5269
 5270[[package]]
 5271name = "edit_prediction_context"
 5272version = "0.1.0"
 5273dependencies = [
 5274 "anyhow",
 5275 "clock",
 5276 "collections",
 5277 "env_logger 0.11.8",
 5278 "futures 0.3.32",
 5279 "gpui",
 5280 "indoc",
 5281 "language",
 5282 "log",
 5283 "lsp",
 5284 "parking_lot",
 5285 "pretty_assertions",
 5286 "project",
 5287 "serde",
 5288 "serde_json",
 5289 "settings",
 5290 "smallvec",
 5291 "text",
 5292 "tree-sitter",
 5293 "util",
 5294 "zeta_prompt",
 5295]
 5296
 5297[[package]]
 5298name = "edit_prediction_types"
 5299version = "0.1.0"
 5300dependencies = [
 5301 "client",
 5302 "gpui",
 5303 "icons",
 5304 "language",
 5305 "text",
 5306]
 5307
 5308[[package]]
 5309name = "edit_prediction_ui"
 5310version = "0.1.0"
 5311dependencies = [
 5312 "anyhow",
 5313 "buffer_diff",
 5314 "client",
 5315 "cloud_llm_client",
 5316 "codestral",
 5317 "collections",
 5318 "command_palette_hooks",
 5319 "copilot",
 5320 "copilot_chat",
 5321 "copilot_ui",
 5322 "edit_prediction",
 5323 "edit_prediction_types",
 5324 "editor",
 5325 "feature_flags",
 5326 "fs",
 5327 "futures 0.3.32",
 5328 "gpui",
 5329 "indoc",
 5330 "language",
 5331 "markdown",
 5332 "menu",
 5333 "multi_buffer",
 5334 "paths",
 5335 "project",
 5336 "regex",
 5337 "settings",
 5338 "telemetry",
 5339 "text",
 5340 "theme",
 5341 "theme_settings",
 5342 "time",
 5343 "ui",
 5344 "util",
 5345 "workspace",
 5346 "zed_actions",
 5347 "zeta_prompt",
 5348]
 5349
 5350[[package]]
 5351name = "editor"
 5352version = "0.1.0"
 5353dependencies = [
 5354 "aho-corasick",
 5355 "anyhow",
 5356 "assets",
 5357 "breadcrumbs",
 5358 "buffer_diff",
 5359 "client",
 5360 "clock",
 5361 "collections",
 5362 "convert_case 0.8.0",
 5363 "criterion",
 5364 "ctor",
 5365 "dap",
 5366 "db",
 5367 "edit_prediction_types",
 5368 "emojis",
 5369 "feature_flags",
 5370 "file_icons",
 5371 "fs",
 5372 "futures 0.3.32",
 5373 "fuzzy",
 5374 "git",
 5375 "gpui",
 5376 "indoc",
 5377 "itertools 0.14.0",
 5378 "language",
 5379 "languages",
 5380 "linkify",
 5381 "log",
 5382 "lsp",
 5383 "markdown",
 5384 "menu",
 5385 "multi_buffer",
 5386 "ordered-float 2.10.1",
 5387 "parking_lot",
 5388 "pretty_assertions",
 5389 "project",
 5390 "proptest",
 5391 "proptest-derive",
 5392 "rand 0.9.2",
 5393 "regex",
 5394 "release_channel",
 5395 "rope",
 5396 "rpc",
 5397 "schemars",
 5398 "semver",
 5399 "serde",
 5400 "serde_json",
 5401 "settings",
 5402 "smallvec",
 5403 "smol",
 5404 "snippet",
 5405 "sum_tree",
 5406 "task",
 5407 "telemetry",
 5408 "text",
 5409 "theme",
 5410 "theme_settings",
 5411 "time",
 5412 "tracing",
 5413 "tree-sitter-bash",
 5414 "tree-sitter-c",
 5415 "tree-sitter-html",
 5416 "tree-sitter-md",
 5417 "tree-sitter-python",
 5418 "tree-sitter-rust",
 5419 "tree-sitter-typescript",
 5420 "tree-sitter-yaml",
 5421 "ui",
 5422 "ui_input",
 5423 "unicode-script",
 5424 "unicode-segmentation",
 5425 "unicode-width",
 5426 "unindent",
 5427 "url",
 5428 "util",
 5429 "uuid",
 5430 "vim_mode_setting",
 5431 "workspace",
 5432 "zed_actions",
 5433 "zlog",
 5434 "ztracing",
 5435]
 5436
 5437[[package]]
 5438name = "either"
 5439version = "1.15.0"
 5440source = "registry+https://github.com/rust-lang/crates.io-index"
 5441checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5442dependencies = [
 5443 "serde",
 5444]
 5445
 5446[[package]]
 5447name = "elasticlunr-rs"
 5448version = "3.0.2"
 5449source = "registry+https://github.com/rust-lang/crates.io-index"
 5450checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5451dependencies = [
 5452 "regex",
 5453 "serde",
 5454 "serde_derive",
 5455 "serde_json",
 5456]
 5457
 5458[[package]]
 5459name = "elliptic-curve"
 5460version = "0.12.3"
 5461source = "registry+https://github.com/rust-lang/crates.io-index"
 5462checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5463dependencies = [
 5464 "base16ct",
 5465 "crypto-bigint 0.4.9",
 5466 "der 0.6.1",
 5467 "digest",
 5468 "ff",
 5469 "generic-array",
 5470 "group",
 5471 "pkcs8 0.9.0",
 5472 "rand_core 0.6.4",
 5473 "sec1",
 5474 "subtle",
 5475 "zeroize",
 5476]
 5477
 5478[[package]]
 5479name = "email_address"
 5480version = "0.2.9"
 5481source = "registry+https://github.com/rust-lang/crates.io-index"
 5482checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5483dependencies = [
 5484 "serde",
 5485]
 5486
 5487[[package]]
 5488name = "embed-resource"
 5489version = "3.0.6"
 5490source = "registry+https://github.com/rust-lang/crates.io-index"
 5491checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5492dependencies = [
 5493 "cc",
 5494 "memchr",
 5495 "rustc_version",
 5496 "toml 0.9.8",
 5497 "vswhom",
 5498 "winreg 0.55.0",
 5499]
 5500
 5501[[package]]
 5502name = "embedded-io"
 5503version = "0.4.0"
 5504source = "registry+https://github.com/rust-lang/crates.io-index"
 5505checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5506
 5507[[package]]
 5508name = "embedded-io"
 5509version = "0.6.1"
 5510source = "registry+https://github.com/rust-lang/crates.io-index"
 5511checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5512
 5513[[package]]
 5514name = "emojis"
 5515version = "0.6.4"
 5516source = "registry+https://github.com/rust-lang/crates.io-index"
 5517checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5518dependencies = [
 5519 "phf 0.11.3",
 5520]
 5521
 5522[[package]]
 5523name = "encoding_rs"
 5524version = "0.8.35"
 5525source = "registry+https://github.com/rust-lang/crates.io-index"
 5526checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5527dependencies = [
 5528 "cfg-if",
 5529]
 5530
 5531[[package]]
 5532name = "encoding_selector"
 5533version = "0.1.0"
 5534dependencies = [
 5535 "editor",
 5536 "encoding_rs",
 5537 "fuzzy",
 5538 "gpui",
 5539 "language",
 5540 "picker",
 5541 "project",
 5542 "ui",
 5543 "util",
 5544 "workspace",
 5545]
 5546
 5547[[package]]
 5548name = "endi"
 5549version = "1.1.0"
 5550source = "registry+https://github.com/rust-lang/crates.io-index"
 5551checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5552
 5553[[package]]
 5554name = "enum-as-inner"
 5555version = "0.6.1"
 5556source = "registry+https://github.com/rust-lang/crates.io-index"
 5557checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5558dependencies = [
 5559 "heck 0.5.0",
 5560 "proc-macro2",
 5561 "quote",
 5562 "syn 2.0.117",
 5563]
 5564
 5565[[package]]
 5566name = "enumflags2"
 5567version = "0.7.12"
 5568source = "registry+https://github.com/rust-lang/crates.io-index"
 5569checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5570dependencies = [
 5571 "enumflags2_derive",
 5572 "serde",
 5573]
 5574
 5575[[package]]
 5576name = "enumflags2_derive"
 5577version = "0.7.12"
 5578source = "registry+https://github.com/rust-lang/crates.io-index"
 5579checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5580dependencies = [
 5581 "proc-macro2",
 5582 "quote",
 5583 "syn 2.0.117",
 5584]
 5585
 5586[[package]]
 5587name = "env_filter"
 5588version = "0.1.4"
 5589source = "registry+https://github.com/rust-lang/crates.io-index"
 5590checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5591dependencies = [
 5592 "log",
 5593 "regex",
 5594]
 5595
 5596[[package]]
 5597name = "env_logger"
 5598version = "0.10.2"
 5599source = "registry+https://github.com/rust-lang/crates.io-index"
 5600checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5601dependencies = [
 5602 "humantime",
 5603 "is-terminal",
 5604 "log",
 5605 "regex",
 5606 "termcolor",
 5607]
 5608
 5609[[package]]
 5610name = "env_logger"
 5611version = "0.11.8"
 5612source = "registry+https://github.com/rust-lang/crates.io-index"
 5613checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5614dependencies = [
 5615 "anstream",
 5616 "anstyle",
 5617 "env_filter",
 5618 "jiff",
 5619 "log",
 5620]
 5621
 5622[[package]]
 5623name = "env_var"
 5624version = "0.1.0"
 5625dependencies = [
 5626 "gpui_shared_string",
 5627]
 5628
 5629[[package]]
 5630name = "envy"
 5631version = "0.4.2"
 5632source = "registry+https://github.com/rust-lang/crates.io-index"
 5633checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5634dependencies = [
 5635 "serde",
 5636]
 5637
 5638[[package]]
 5639name = "equator"
 5640version = "0.4.2"
 5641source = "registry+https://github.com/rust-lang/crates.io-index"
 5642checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5643dependencies = [
 5644 "equator-macro",
 5645]
 5646
 5647[[package]]
 5648name = "equator-macro"
 5649version = "0.4.2"
 5650source = "registry+https://github.com/rust-lang/crates.io-index"
 5651checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5652dependencies = [
 5653 "proc-macro2",
 5654 "quote",
 5655 "syn 2.0.117",
 5656]
 5657
 5658[[package]]
 5659name = "equivalent"
 5660version = "1.0.2"
 5661source = "registry+https://github.com/rust-lang/crates.io-index"
 5662checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5663
 5664[[package]]
 5665name = "erased-serde"
 5666version = "0.4.9"
 5667source = "registry+https://github.com/rust-lang/crates.io-index"
 5668checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5669dependencies = [
 5670 "serde",
 5671 "serde_core",
 5672 "typeid",
 5673]
 5674
 5675[[package]]
 5676name = "errno"
 5677version = "0.2.8"
 5678source = "registry+https://github.com/rust-lang/crates.io-index"
 5679checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5680dependencies = [
 5681 "errno-dragonfly",
 5682 "libc",
 5683 "winapi",
 5684]
 5685
 5686[[package]]
 5687name = "errno"
 5688version = "0.3.14"
 5689source = "registry+https://github.com/rust-lang/crates.io-index"
 5690checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5691dependencies = [
 5692 "libc",
 5693 "windows-sys 0.61.2",
 5694]
 5695
 5696[[package]]
 5697name = "errno-dragonfly"
 5698version = "0.1.2"
 5699source = "registry+https://github.com/rust-lang/crates.io-index"
 5700checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5701dependencies = [
 5702 "cc",
 5703 "libc",
 5704]
 5705
 5706[[package]]
 5707name = "error-graph"
 5708version = "0.1.1"
 5709source = "registry+https://github.com/rust-lang/crates.io-index"
 5710checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5711dependencies = [
 5712 "serde",
 5713]
 5714
 5715[[package]]
 5716name = "etagere"
 5717version = "0.2.15"
 5718source = "registry+https://github.com/rust-lang/crates.io-index"
 5719checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5720dependencies = [
 5721 "euclid",
 5722 "svg_fmt",
 5723]
 5724
 5725[[package]]
 5726name = "etcetera"
 5727version = "0.8.0"
 5728source = "registry+https://github.com/rust-lang/crates.io-index"
 5729checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5730dependencies = [
 5731 "cfg-if",
 5732 "home",
 5733 "windows-sys 0.48.0",
 5734]
 5735
 5736[[package]]
 5737name = "etw_tracing"
 5738version = "0.1.0"
 5739dependencies = [
 5740 "anyhow",
 5741 "gpui",
 5742 "log",
 5743 "net",
 5744 "serde",
 5745 "serde_json",
 5746 "util",
 5747 "windows 0.61.3",
 5748 "windows-core 0.61.2",
 5749 "workspace",
 5750 "wprcontrol",
 5751]
 5752
 5753[[package]]
 5754name = "euclid"
 5755version = "0.22.11"
 5756source = "registry+https://github.com/rust-lang/crates.io-index"
 5757checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5758dependencies = [
 5759 "num-traits",
 5760]
 5761
 5762[[package]]
 5763name = "eval_cli"
 5764version = "0.1.0"
 5765dependencies = [
 5766 "acp_thread",
 5767 "agent",
 5768 "agent-client-protocol",
 5769 "agent_ui",
 5770 "anyhow",
 5771 "clap",
 5772 "client",
 5773 "ctrlc",
 5774 "db",
 5775 "debug_adapter_extension",
 5776 "env_logger 0.11.8",
 5777 "extension",
 5778 "feature_flags",
 5779 "fs",
 5780 "futures 0.3.32",
 5781 "gpui",
 5782 "gpui_platform",
 5783 "gpui_tokio",
 5784 "language",
 5785 "language_extension",
 5786 "language_model",
 5787 "language_models",
 5788 "languages",
 5789 "node_runtime",
 5790 "paths",
 5791 "project",
 5792 "prompt_store",
 5793 "release_channel",
 5794 "reqwest_client",
 5795 "serde",
 5796 "serde_json",
 5797 "settings",
 5798 "shellexpand 2.1.2",
 5799 "terminal_view",
 5800 "util",
 5801 "watch",
 5802]
 5803
 5804[[package]]
 5805name = "eval_utils"
 5806version = "0.1.0"
 5807dependencies = [
 5808 "gpui_platform",
 5809 "serde",
 5810 "smol",
 5811]
 5812
 5813[[package]]
 5814name = "event-listener"
 5815version = "2.5.3"
 5816source = "registry+https://github.com/rust-lang/crates.io-index"
 5817checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5818
 5819[[package]]
 5820name = "event-listener"
 5821version = "5.4.1"
 5822source = "registry+https://github.com/rust-lang/crates.io-index"
 5823checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5824dependencies = [
 5825 "concurrent-queue",
 5826 "parking",
 5827 "pin-project-lite",
 5828]
 5829
 5830[[package]]
 5831name = "event-listener-strategy"
 5832version = "0.5.4"
 5833source = "registry+https://github.com/rust-lang/crates.io-index"
 5834checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5835dependencies = [
 5836 "event-listener 5.4.1",
 5837 "pin-project-lite",
 5838]
 5839
 5840[[package]]
 5841name = "exec"
 5842version = "0.3.1"
 5843source = "registry+https://github.com/rust-lang/crates.io-index"
 5844checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5845dependencies = [
 5846 "errno 0.2.8",
 5847 "libc",
 5848]
 5849
 5850[[package]]
 5851name = "explorer_command_injector"
 5852version = "0.1.0"
 5853dependencies = [
 5854 "windows 0.61.3",
 5855 "windows-core 0.61.2",
 5856 "windows-registry 0.5.3",
 5857]
 5858
 5859[[package]]
 5860name = "exr"
 5861version = "1.73.0"
 5862source = "registry+https://github.com/rust-lang/crates.io-index"
 5863checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5864dependencies = [
 5865 "bit_field",
 5866 "half",
 5867 "lebe",
 5868 "miniz_oxide",
 5869 "rayon-core",
 5870 "smallvec",
 5871 "zune-inflate",
 5872]
 5873
 5874[[package]]
 5875name = "extended"
 5876version = "0.1.0"
 5877source = "registry+https://github.com/rust-lang/crates.io-index"
 5878checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5879
 5880[[package]]
 5881name = "extension"
 5882version = "0.1.0"
 5883dependencies = [
 5884 "anyhow",
 5885 "async-trait",
 5886 "cloud_api_types",
 5887 "collections",
 5888 "dap",
 5889 "fs",
 5890 "futures 0.3.32",
 5891 "gpui",
 5892 "heck 0.5.0",
 5893 "http_client",
 5894 "indoc",
 5895 "language",
 5896 "log",
 5897 "lsp",
 5898 "parking_lot",
 5899 "pretty_assertions",
 5900 "proto",
 5901 "semver",
 5902 "serde",
 5903 "serde_json",
 5904 "task",
 5905 "tempfile",
 5906 "toml 0.8.23",
 5907 "tracing",
 5908 "url",
 5909 "util",
 5910 "wasm-encoder 0.221.3",
 5911 "wasmparser 0.221.3",
 5912 "ztracing",
 5913]
 5914
 5915[[package]]
 5916name = "extension_cli"
 5917version = "0.1.0"
 5918dependencies = [
 5919 "anyhow",
 5920 "clap",
 5921 "cloud_api_types",
 5922 "env_logger 0.11.8",
 5923 "extension",
 5924 "fs",
 5925 "gpui_platform",
 5926 "language",
 5927 "log",
 5928 "reqwest_client",
 5929 "serde",
 5930 "serde_json",
 5931 "serde_json_lenient",
 5932 "settings_content",
 5933 "snippet_provider",
 5934 "task",
 5935 "theme_settings",
 5936 "tokio",
 5937 "toml 0.8.23",
 5938 "tree-sitter",
 5939 "wasmtime",
 5940]
 5941
 5942[[package]]
 5943name = "extension_host"
 5944version = "0.1.0"
 5945dependencies = [
 5946 "anyhow",
 5947 "async-compression",
 5948 "async-tar",
 5949 "async-trait",
 5950 "client",
 5951 "cloud_api_types",
 5952 "collections",
 5953 "criterion",
 5954 "ctor",
 5955 "dap",
 5956 "extension",
 5957 "fs",
 5958 "futures 0.3.32",
 5959 "gpui",
 5960 "gpui_tokio",
 5961 "http_client",
 5962 "language",
 5963 "language_extension",
 5964 "log",
 5965 "lsp",
 5966 "moka",
 5967 "node_runtime",
 5968 "parking_lot",
 5969 "paths",
 5970 "project",
 5971 "release_channel",
 5972 "remote",
 5973 "reqwest_client",
 5974 "semver",
 5975 "serde",
 5976 "serde_json",
 5977 "serde_json_lenient",
 5978 "settings",
 5979 "task",
 5980 "telemetry",
 5981 "tempfile",
 5982 "theme",
 5983 "theme_extension",
 5984 "theme_settings",
 5985 "toml 0.8.23",
 5986 "tracing",
 5987 "url",
 5988 "util",
 5989 "wasmparser 0.221.3",
 5990 "wasmtime",
 5991 "wasmtime-wasi",
 5992 "zlog",
 5993 "ztracing",
 5994]
 5995
 5996[[package]]
 5997name = "extensions_ui"
 5998version = "0.1.0"
 5999dependencies = [
 6000 "anyhow",
 6001 "client",
 6002 "cloud_api_types",
 6003 "collections",
 6004 "db",
 6005 "editor",
 6006 "extension",
 6007 "extension_host",
 6008 "fs",
 6009 "fuzzy",
 6010 "gpui",
 6011 "language",
 6012 "log",
 6013 "num-format",
 6014 "picker",
 6015 "project",
 6016 "release_channel",
 6017 "semver",
 6018 "serde",
 6019 "settings",
 6020 "smallvec",
 6021 "strum 0.27.2",
 6022 "telemetry",
 6023 "theme_settings",
 6024 "ui",
 6025 "util",
 6026 "vim_mode_setting",
 6027 "workspace",
 6028 "zed_actions",
 6029]
 6030
 6031[[package]]
 6032name = "failspot"
 6033version = "0.2.0"
 6034source = "registry+https://github.com/rust-lang/crates.io-index"
 6035checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6036
 6037[[package]]
 6038name = "fallible-iterator"
 6039version = "0.3.0"
 6040source = "registry+https://github.com/rust-lang/crates.io-index"
 6041checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6042
 6043[[package]]
 6044name = "fancy-regex"
 6045version = "0.16.2"
 6046source = "registry+https://github.com/rust-lang/crates.io-index"
 6047checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6048dependencies = [
 6049 "bit-set 0.8.0",
 6050 "regex-automata",
 6051 "regex-syntax",
 6052]
 6053
 6054[[package]]
 6055name = "fancy-regex"
 6056version = "0.17.0"
 6057source = "registry+https://github.com/rust-lang/crates.io-index"
 6058checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6059dependencies = [
 6060 "bit-set 0.8.0",
 6061 "regex-automata",
 6062 "regex-syntax",
 6063]
 6064
 6065[[package]]
 6066name = "fast-srgb8"
 6067version = "1.0.0"
 6068source = "registry+https://github.com/rust-lang/crates.io-index"
 6069checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6070
 6071[[package]]
 6072name = "fastrand"
 6073version = "1.9.0"
 6074source = "registry+https://github.com/rust-lang/crates.io-index"
 6075checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6076dependencies = [
 6077 "instant",
 6078]
 6079
 6080[[package]]
 6081name = "fastrand"
 6082version = "2.3.0"
 6083source = "registry+https://github.com/rust-lang/crates.io-index"
 6084checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6085
 6086[[package]]
 6087name = "fax"
 6088version = "0.2.6"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6091dependencies = [
 6092 "fax_derive",
 6093]
 6094
 6095[[package]]
 6096name = "fax_derive"
 6097version = "0.2.0"
 6098source = "registry+https://github.com/rust-lang/crates.io-index"
 6099checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6100dependencies = [
 6101 "proc-macro2",
 6102 "quote",
 6103 "syn 2.0.117",
 6104]
 6105
 6106[[package]]
 6107name = "fd-lock"
 6108version = "4.0.4"
 6109source = "registry+https://github.com/rust-lang/crates.io-index"
 6110checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6111dependencies = [
 6112 "cfg-if",
 6113 "rustix 1.1.2",
 6114 "windows-sys 0.59.0",
 6115]
 6116
 6117[[package]]
 6118name = "fdeflate"
 6119version = "0.3.7"
 6120source = "registry+https://github.com/rust-lang/crates.io-index"
 6121checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6122dependencies = [
 6123 "simd-adler32",
 6124]
 6125
 6126[[package]]
 6127name = "feature_flags"
 6128version = "0.1.0"
 6129dependencies = [
 6130 "gpui",
 6131]
 6132
 6133[[package]]
 6134name = "feedback"
 6135version = "0.1.0"
 6136dependencies = [
 6137 "gpui",
 6138 "system_specs",
 6139 "urlencoding",
 6140 "util",
 6141 "workspace",
 6142 "zed_actions",
 6143]
 6144
 6145[[package]]
 6146name = "ff"
 6147version = "0.12.1"
 6148source = "registry+https://github.com/rust-lang/crates.io-index"
 6149checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6150dependencies = [
 6151 "rand_core 0.6.4",
 6152 "subtle",
 6153]
 6154
 6155[[package]]
 6156name = "file_finder"
 6157version = "0.1.0"
 6158dependencies = [
 6159 "anyhow",
 6160 "channel",
 6161 "client",
 6162 "collections",
 6163 "ctor",
 6164 "editor",
 6165 "file_icons",
 6166 "futures 0.3.32",
 6167 "fuzzy",
 6168 "fuzzy_nucleo",
 6169 "gpui",
 6170 "menu",
 6171 "open_path_prompt",
 6172 "picker",
 6173 "pretty_assertions",
 6174 "project",
 6175 "project_panel",
 6176 "remote_connection",
 6177 "serde",
 6178 "serde_json",
 6179 "settings",
 6180 "theme",
 6181 "theme_settings",
 6182 "ui",
 6183 "util",
 6184 "workspace",
 6185 "zed_actions",
 6186 "zlog",
 6187]
 6188
 6189[[package]]
 6190name = "file_icons"
 6191version = "0.1.0"
 6192dependencies = [
 6193 "gpui",
 6194 "serde",
 6195 "theme",
 6196 "util",
 6197]
 6198
 6199[[package]]
 6200name = "filedescriptor"
 6201version = "0.8.3"
 6202source = "registry+https://github.com/rust-lang/crates.io-index"
 6203checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6204dependencies = [
 6205 "libc",
 6206 "thiserror 1.0.69",
 6207 "winapi",
 6208]
 6209
 6210[[package]]
 6211name = "filetime"
 6212version = "0.2.26"
 6213source = "registry+https://github.com/rust-lang/crates.io-index"
 6214checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6215dependencies = [
 6216 "cfg-if",
 6217 "libc",
 6218 "libredox",
 6219 "windows-sys 0.60.2",
 6220]
 6221
 6222[[package]]
 6223name = "find-msvc-tools"
 6224version = "0.1.5"
 6225source = "registry+https://github.com/rust-lang/crates.io-index"
 6226checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6227
 6228[[package]]
 6229name = "fixedbitset"
 6230version = "0.4.2"
 6231source = "registry+https://github.com/rust-lang/crates.io-index"
 6232checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6233
 6234[[package]]
 6235name = "fixedbitset"
 6236version = "0.5.7"
 6237source = "registry+https://github.com/rust-lang/crates.io-index"
 6238checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6239
 6240[[package]]
 6241name = "flate2"
 6242version = "1.1.8"
 6243source = "registry+https://github.com/rust-lang/crates.io-index"
 6244checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6245dependencies = [
 6246 "crc32fast",
 6247 "miniz_oxide",
 6248]
 6249
 6250[[package]]
 6251name = "float-cmp"
 6252version = "0.9.0"
 6253source = "registry+https://github.com/rust-lang/crates.io-index"
 6254checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6255
 6256[[package]]
 6257name = "float-ord"
 6258version = "0.3.2"
 6259source = "registry+https://github.com/rust-lang/crates.io-index"
 6260checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6261
 6262[[package]]
 6263name = "float8"
 6264version = "0.4.2"
 6265source = "registry+https://github.com/rust-lang/crates.io-index"
 6266checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6267dependencies = [
 6268 "half",
 6269 "num-traits",
 6270 "rand 0.9.2",
 6271 "rand_distr",
 6272]
 6273
 6274[[package]]
 6275name = "float_next_after"
 6276version = "1.0.0"
 6277source = "registry+https://github.com/rust-lang/crates.io-index"
 6278checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6279
 6280[[package]]
 6281name = "fluent-uri"
 6282version = "0.4.1"
 6283source = "registry+https://github.com/rust-lang/crates.io-index"
 6284checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6285dependencies = [
 6286 "borrow-or-share",
 6287 "ref-cast",
 6288 "serde",
 6289]
 6290
 6291[[package]]
 6292name = "flume"
 6293version = "0.11.1"
 6294source = "registry+https://github.com/rust-lang/crates.io-index"
 6295checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6296dependencies = [
 6297 "futures-core",
 6298 "futures-sink",
 6299 "nanorand",
 6300 "spin 0.9.8",
 6301]
 6302
 6303[[package]]
 6304name = "fnv"
 6305version = "1.0.7"
 6306source = "registry+https://github.com/rust-lang/crates.io-index"
 6307checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6308
 6309[[package]]
 6310name = "foldhash"
 6311version = "0.1.5"
 6312source = "registry+https://github.com/rust-lang/crates.io-index"
 6313checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6314
 6315[[package]]
 6316name = "foldhash"
 6317version = "0.2.0"
 6318source = "registry+https://github.com/rust-lang/crates.io-index"
 6319checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6320
 6321[[package]]
 6322name = "font-types"
 6323version = "0.10.0"
 6324source = "registry+https://github.com/rust-lang/crates.io-index"
 6325checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6326dependencies = [
 6327 "bytemuck",
 6328]
 6329
 6330[[package]]
 6331name = "font-types"
 6332version = "0.11.0"
 6333source = "registry+https://github.com/rust-lang/crates.io-index"
 6334checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6335dependencies = [
 6336 "bytemuck",
 6337]
 6338
 6339[[package]]
 6340name = "fontconfig-parser"
 6341version = "0.5.8"
 6342source = "registry+https://github.com/rust-lang/crates.io-index"
 6343checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6344dependencies = [
 6345 "roxmltree",
 6346]
 6347
 6348[[package]]
 6349name = "fontdb"
 6350version = "0.16.2"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6353dependencies = [
 6354 "fontconfig-parser",
 6355 "log",
 6356 "memmap2",
 6357 "slotmap",
 6358 "tinyvec",
 6359 "ttf-parser 0.20.0",
 6360]
 6361
 6362[[package]]
 6363name = "fontdb"
 6364version = "0.23.0"
 6365source = "registry+https://github.com/rust-lang/crates.io-index"
 6366checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6367dependencies = [
 6368 "fontconfig-parser",
 6369 "log",
 6370 "memmap2",
 6371 "slotmap",
 6372 "tinyvec",
 6373 "ttf-parser 0.25.1",
 6374]
 6375
 6376[[package]]
 6377name = "foreign-types"
 6378version = "0.3.2"
 6379source = "registry+https://github.com/rust-lang/crates.io-index"
 6380checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6381dependencies = [
 6382 "foreign-types-shared 0.1.1",
 6383]
 6384
 6385[[package]]
 6386name = "foreign-types"
 6387version = "0.5.0"
 6388source = "registry+https://github.com/rust-lang/crates.io-index"
 6389checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6390dependencies = [
 6391 "foreign-types-macros",
 6392 "foreign-types-shared 0.3.1",
 6393]
 6394
 6395[[package]]
 6396name = "foreign-types-macros"
 6397version = "0.2.3"
 6398source = "registry+https://github.com/rust-lang/crates.io-index"
 6399checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6400dependencies = [
 6401 "proc-macro2",
 6402 "quote",
 6403 "syn 2.0.117",
 6404]
 6405
 6406[[package]]
 6407name = "foreign-types-shared"
 6408version = "0.1.1"
 6409source = "registry+https://github.com/rust-lang/crates.io-index"
 6410checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6411
 6412[[package]]
 6413name = "foreign-types-shared"
 6414version = "0.3.1"
 6415source = "registry+https://github.com/rust-lang/crates.io-index"
 6416checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6417
 6418[[package]]
 6419name = "fork"
 6420version = "0.4.0"
 6421source = "registry+https://github.com/rust-lang/crates.io-index"
 6422checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6423dependencies = [
 6424 "libc",
 6425]
 6426
 6427[[package]]
 6428name = "form_urlencoded"
 6429version = "1.2.2"
 6430source = "registry+https://github.com/rust-lang/crates.io-index"
 6431checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6432dependencies = [
 6433 "percent-encoding",
 6434]
 6435
 6436[[package]]
 6437name = "fraction"
 6438version = "0.15.3"
 6439source = "registry+https://github.com/rust-lang/crates.io-index"
 6440checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6441dependencies = [
 6442 "lazy_static",
 6443 "num",
 6444]
 6445
 6446[[package]]
 6447name = "freetype-sys"
 6448version = "0.20.1"
 6449source = "registry+https://github.com/rust-lang/crates.io-index"
 6450checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6451dependencies = [
 6452 "cc",
 6453 "libc",
 6454 "pkg-config",
 6455]
 6456
 6457[[package]]
 6458name = "fs"
 6459version = "0.1.0"
 6460dependencies = [
 6461 "anyhow",
 6462 "ashpd",
 6463 "async-tar",
 6464 "async-trait",
 6465 "collections",
 6466 "dunce",
 6467 "fs",
 6468 "futures 0.3.32",
 6469 "git",
 6470 "gpui",
 6471 "ignore",
 6472 "is_executable",
 6473 "libc",
 6474 "log",
 6475 "notify 8.2.0",
 6476 "parking_lot",
 6477 "paths",
 6478 "proto",
 6479 "rope",
 6480 "serde",
 6481 "serde_json",
 6482 "smol",
 6483 "tempfile",
 6484 "text",
 6485 "time",
 6486 "trash",
 6487 "util",
 6488 "windows 0.61.3",
 6489]
 6490
 6491[[package]]
 6492name = "fs-set-times"
 6493version = "0.20.3"
 6494source = "registry+https://github.com/rust-lang/crates.io-index"
 6495checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6496dependencies = [
 6497 "io-lifetimes",
 6498 "rustix 1.1.2",
 6499 "windows-sys 0.59.0",
 6500]
 6501
 6502[[package]]
 6503name = "fs2"
 6504version = "0.4.3"
 6505source = "registry+https://github.com/rust-lang/crates.io-index"
 6506checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6507dependencies = [
 6508 "libc",
 6509 "winapi",
 6510]
 6511
 6512[[package]]
 6513name = "fs_benchmarks"
 6514version = "0.1.0"
 6515dependencies = [
 6516 "fs",
 6517 "gpui",
 6518 "gpui_platform",
 6519]
 6520
 6521[[package]]
 6522name = "fs_extra"
 6523version = "1.3.0"
 6524source = "registry+https://github.com/rust-lang/crates.io-index"
 6525checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6526
 6527[[package]]
 6528name = "fsevent-sys"
 6529version = "4.1.0"
 6530source = "registry+https://github.com/rust-lang/crates.io-index"
 6531checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6532dependencies = [
 6533 "libc",
 6534]
 6535
 6536[[package]]
 6537name = "fuchsia-cprng"
 6538version = "0.1.1"
 6539source = "registry+https://github.com/rust-lang/crates.io-index"
 6540checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6541
 6542[[package]]
 6543name = "funty"
 6544version = "2.0.0"
 6545source = "registry+https://github.com/rust-lang/crates.io-index"
 6546checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6547
 6548[[package]]
 6549name = "futf"
 6550version = "0.1.5"
 6551source = "registry+https://github.com/rust-lang/crates.io-index"
 6552checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6553dependencies = [
 6554 "mac",
 6555 "new_debug_unreachable",
 6556]
 6557
 6558[[package]]
 6559name = "futures"
 6560version = "0.1.31"
 6561source = "registry+https://github.com/rust-lang/crates.io-index"
 6562checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6563
 6564[[package]]
 6565name = "futures"
 6566version = "0.3.32"
 6567source = "registry+https://github.com/rust-lang/crates.io-index"
 6568checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6569dependencies = [
 6570 "futures-channel",
 6571 "futures-core",
 6572 "futures-executor",
 6573 "futures-io",
 6574 "futures-sink",
 6575 "futures-task",
 6576 "futures-util",
 6577]
 6578
 6579[[package]]
 6580name = "futures-channel"
 6581version = "0.3.32"
 6582source = "registry+https://github.com/rust-lang/crates.io-index"
 6583checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6584dependencies = [
 6585 "futures-core",
 6586 "futures-sink",
 6587]
 6588
 6589[[package]]
 6590name = "futures-concurrency"
 6591version = "7.7.1"
 6592source = "registry+https://github.com/rust-lang/crates.io-index"
 6593checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6594dependencies = [
 6595 "fixedbitset 0.5.7",
 6596 "futures-core",
 6597 "futures-lite 2.6.1",
 6598 "pin-project",
 6599 "smallvec",
 6600]
 6601
 6602[[package]]
 6603name = "futures-core"
 6604version = "0.3.32"
 6605source = "registry+https://github.com/rust-lang/crates.io-index"
 6606checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6607
 6608[[package]]
 6609name = "futures-executor"
 6610version = "0.3.32"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6613dependencies = [
 6614 "futures-core",
 6615 "futures-task",
 6616 "futures-util",
 6617]
 6618
 6619[[package]]
 6620name = "futures-intrusive"
 6621version = "0.5.0"
 6622source = "registry+https://github.com/rust-lang/crates.io-index"
 6623checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6624dependencies = [
 6625 "futures-core",
 6626 "lock_api",
 6627 "parking_lot",
 6628]
 6629
 6630[[package]]
 6631name = "futures-io"
 6632version = "0.3.32"
 6633source = "registry+https://github.com/rust-lang/crates.io-index"
 6634checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6635
 6636[[package]]
 6637name = "futures-lite"
 6638version = "1.13.0"
 6639source = "registry+https://github.com/rust-lang/crates.io-index"
 6640checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6641dependencies = [
 6642 "fastrand 1.9.0",
 6643 "futures-core",
 6644 "futures-io",
 6645 "memchr",
 6646 "parking",
 6647 "pin-project-lite",
 6648 "waker-fn",
 6649]
 6650
 6651[[package]]
 6652name = "futures-lite"
 6653version = "2.6.1"
 6654source = "registry+https://github.com/rust-lang/crates.io-index"
 6655checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6656dependencies = [
 6657 "fastrand 2.3.0",
 6658 "futures-core",
 6659 "futures-io",
 6660 "parking",
 6661 "pin-project-lite",
 6662]
 6663
 6664[[package]]
 6665name = "futures-macro"
 6666version = "0.3.32"
 6667source = "registry+https://github.com/rust-lang/crates.io-index"
 6668checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6669dependencies = [
 6670 "proc-macro2",
 6671 "quote",
 6672 "syn 2.0.117",
 6673]
 6674
 6675[[package]]
 6676name = "futures-sink"
 6677version = "0.3.32"
 6678source = "registry+https://github.com/rust-lang/crates.io-index"
 6679checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6680
 6681[[package]]
 6682name = "futures-task"
 6683version = "0.3.32"
 6684source = "registry+https://github.com/rust-lang/crates.io-index"
 6685checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6686
 6687[[package]]
 6688name = "futures-util"
 6689version = "0.3.32"
 6690source = "registry+https://github.com/rust-lang/crates.io-index"
 6691checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6692dependencies = [
 6693 "futures 0.1.31",
 6694 "futures-channel",
 6695 "futures-core",
 6696 "futures-io",
 6697 "futures-macro",
 6698 "futures-sink",
 6699 "futures-task",
 6700 "libc",
 6701 "memchr",
 6702 "pin-project-lite",
 6703 "slab",
 6704 "tokio-io",
 6705]
 6706
 6707[[package]]
 6708name = "fuzzy"
 6709version = "0.1.0"
 6710dependencies = [
 6711 "gpui",
 6712 "log",
 6713 "util",
 6714]
 6715
 6716[[package]]
 6717name = "fuzzy_nucleo"
 6718version = "0.1.0"
 6719dependencies = [
 6720 "gpui",
 6721 "nucleo",
 6722 "util",
 6723]
 6724
 6725[[package]]
 6726name = "gaoya"
 6727version = "0.2.0"
 6728source = "registry+https://github.com/rust-lang/crates.io-index"
 6729checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6730dependencies = [
 6731 "ahash 0.8.12",
 6732 "crossbeam-utils",
 6733 "fnv",
 6734 "itertools 0.10.5",
 6735 "num-traits",
 6736 "rand 0.8.5",
 6737 "rand_pcg",
 6738 "random_choice",
 6739 "rayon",
 6740 "seahash",
 6741 "sha-1",
 6742 "shingles",
 6743 "siphasher 0.3.11",
 6744 "smallvec",
 6745 "triomphe",
 6746]
 6747
 6748[[package]]
 6749name = "gemm"
 6750version = "0.17.1"
 6751source = "registry+https://github.com/rust-lang/crates.io-index"
 6752checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6753dependencies = [
 6754 "dyn-stack 0.10.0",
 6755 "gemm-c32 0.17.1",
 6756 "gemm-c64 0.17.1",
 6757 "gemm-common 0.17.1",
 6758 "gemm-f16 0.17.1",
 6759 "gemm-f32 0.17.1",
 6760 "gemm-f64 0.17.1",
 6761 "num-complex",
 6762 "num-traits",
 6763 "paste",
 6764 "raw-cpuid 10.7.0",
 6765 "seq-macro",
 6766]
 6767
 6768[[package]]
 6769name = "gemm"
 6770version = "0.18.2"
 6771source = "registry+https://github.com/rust-lang/crates.io-index"
 6772checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6773dependencies = [
 6774 "dyn-stack 0.13.2",
 6775 "gemm-c32 0.18.2",
 6776 "gemm-c64 0.18.2",
 6777 "gemm-common 0.18.2",
 6778 "gemm-f16 0.18.2",
 6779 "gemm-f32 0.18.2",
 6780 "gemm-f64 0.18.2",
 6781 "num-complex",
 6782 "num-traits",
 6783 "paste",
 6784 "raw-cpuid 11.6.0",
 6785 "seq-macro",
 6786]
 6787
 6788[[package]]
 6789name = "gemm-c32"
 6790version = "0.17.1"
 6791source = "registry+https://github.com/rust-lang/crates.io-index"
 6792checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6793dependencies = [
 6794 "dyn-stack 0.10.0",
 6795 "gemm-common 0.17.1",
 6796 "num-complex",
 6797 "num-traits",
 6798 "paste",
 6799 "raw-cpuid 10.7.0",
 6800 "seq-macro",
 6801]
 6802
 6803[[package]]
 6804name = "gemm-c32"
 6805version = "0.18.2"
 6806source = "registry+https://github.com/rust-lang/crates.io-index"
 6807checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6808dependencies = [
 6809 "dyn-stack 0.13.2",
 6810 "gemm-common 0.18.2",
 6811 "num-complex",
 6812 "num-traits",
 6813 "paste",
 6814 "raw-cpuid 11.6.0",
 6815 "seq-macro",
 6816]
 6817
 6818[[package]]
 6819name = "gemm-c64"
 6820version = "0.17.1"
 6821source = "registry+https://github.com/rust-lang/crates.io-index"
 6822checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6823dependencies = [
 6824 "dyn-stack 0.10.0",
 6825 "gemm-common 0.17.1",
 6826 "num-complex",
 6827 "num-traits",
 6828 "paste",
 6829 "raw-cpuid 10.7.0",
 6830 "seq-macro",
 6831]
 6832
 6833[[package]]
 6834name = "gemm-c64"
 6835version = "0.18.2"
 6836source = "registry+https://github.com/rust-lang/crates.io-index"
 6837checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6838dependencies = [
 6839 "dyn-stack 0.13.2",
 6840 "gemm-common 0.18.2",
 6841 "num-complex",
 6842 "num-traits",
 6843 "paste",
 6844 "raw-cpuid 11.6.0",
 6845 "seq-macro",
 6846]
 6847
 6848[[package]]
 6849name = "gemm-common"
 6850version = "0.17.1"
 6851source = "registry+https://github.com/rust-lang/crates.io-index"
 6852checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6853dependencies = [
 6854 "bytemuck",
 6855 "dyn-stack 0.10.0",
 6856 "half",
 6857 "num-complex",
 6858 "num-traits",
 6859 "once_cell",
 6860 "paste",
 6861 "pulp 0.18.22",
 6862 "raw-cpuid 10.7.0",
 6863 "rayon",
 6864 "seq-macro",
 6865 "sysctl 0.5.5",
 6866]
 6867
 6868[[package]]
 6869name = "gemm-common"
 6870version = "0.18.2"
 6871source = "registry+https://github.com/rust-lang/crates.io-index"
 6872checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6873dependencies = [
 6874 "bytemuck",
 6875 "dyn-stack 0.13.2",
 6876 "half",
 6877 "libm",
 6878 "num-complex",
 6879 "num-traits",
 6880 "once_cell",
 6881 "paste",
 6882 "pulp 0.21.5",
 6883 "raw-cpuid 11.6.0",
 6884 "rayon",
 6885 "seq-macro",
 6886 "sysctl 0.6.0",
 6887]
 6888
 6889[[package]]
 6890name = "gemm-f16"
 6891version = "0.17.1"
 6892source = "registry+https://github.com/rust-lang/crates.io-index"
 6893checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6894dependencies = [
 6895 "dyn-stack 0.10.0",
 6896 "gemm-common 0.17.1",
 6897 "gemm-f32 0.17.1",
 6898 "half",
 6899 "num-complex",
 6900 "num-traits",
 6901 "paste",
 6902 "raw-cpuid 10.7.0",
 6903 "rayon",
 6904 "seq-macro",
 6905]
 6906
 6907[[package]]
 6908name = "gemm-f16"
 6909version = "0.18.2"
 6910source = "registry+https://github.com/rust-lang/crates.io-index"
 6911checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6912dependencies = [
 6913 "dyn-stack 0.13.2",
 6914 "gemm-common 0.18.2",
 6915 "gemm-f32 0.18.2",
 6916 "half",
 6917 "num-complex",
 6918 "num-traits",
 6919 "paste",
 6920 "raw-cpuid 11.6.0",
 6921 "rayon",
 6922 "seq-macro",
 6923]
 6924
 6925[[package]]
 6926name = "gemm-f32"
 6927version = "0.17.1"
 6928source = "registry+https://github.com/rust-lang/crates.io-index"
 6929checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6930dependencies = [
 6931 "dyn-stack 0.10.0",
 6932 "gemm-common 0.17.1",
 6933 "num-complex",
 6934 "num-traits",
 6935 "paste",
 6936 "raw-cpuid 10.7.0",
 6937 "seq-macro",
 6938]
 6939
 6940[[package]]
 6941name = "gemm-f32"
 6942version = "0.18.2"
 6943source = "registry+https://github.com/rust-lang/crates.io-index"
 6944checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6945dependencies = [
 6946 "dyn-stack 0.13.2",
 6947 "gemm-common 0.18.2",
 6948 "num-complex",
 6949 "num-traits",
 6950 "paste",
 6951 "raw-cpuid 11.6.0",
 6952 "seq-macro",
 6953]
 6954
 6955[[package]]
 6956name = "gemm-f64"
 6957version = "0.17.1"
 6958source = "registry+https://github.com/rust-lang/crates.io-index"
 6959checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6960dependencies = [
 6961 "dyn-stack 0.10.0",
 6962 "gemm-common 0.17.1",
 6963 "num-complex",
 6964 "num-traits",
 6965 "paste",
 6966 "raw-cpuid 10.7.0",
 6967 "seq-macro",
 6968]
 6969
 6970[[package]]
 6971name = "gemm-f64"
 6972version = "0.18.2"
 6973source = "registry+https://github.com/rust-lang/crates.io-index"
 6974checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6975dependencies = [
 6976 "dyn-stack 0.13.2",
 6977 "gemm-common 0.18.2",
 6978 "num-complex",
 6979 "num-traits",
 6980 "paste",
 6981 "raw-cpuid 11.6.0",
 6982 "seq-macro",
 6983]
 6984
 6985[[package]]
 6986name = "generator"
 6987version = "0.8.7"
 6988source = "registry+https://github.com/rust-lang/crates.io-index"
 6989checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 6990dependencies = [
 6991 "cc",
 6992 "cfg-if",
 6993 "libc",
 6994 "log",
 6995 "rustversion",
 6996 "windows 0.61.3",
 6997]
 6998
 6999[[package]]
 7000name = "generic-array"
 7001version = "0.14.7"
 7002source = "registry+https://github.com/rust-lang/crates.io-index"
 7003checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7004dependencies = [
 7005 "typenum",
 7006 "version_check",
 7007]
 7008
 7009[[package]]
 7010name = "gethostname"
 7011version = "1.1.0"
 7012source = "registry+https://github.com/rust-lang/crates.io-index"
 7013checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7014dependencies = [
 7015 "rustix 1.1.2",
 7016 "windows-link 0.2.1",
 7017]
 7018
 7019[[package]]
 7020name = "getrandom"
 7021version = "0.2.16"
 7022source = "registry+https://github.com/rust-lang/crates.io-index"
 7023checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7024dependencies = [
 7025 "cfg-if",
 7026 "js-sys",
 7027 "libc",
 7028 "wasi",
 7029 "wasm-bindgen",
 7030]
 7031
 7032[[package]]
 7033name = "getrandom"
 7034version = "0.3.4"
 7035source = "registry+https://github.com/rust-lang/crates.io-index"
 7036checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7037dependencies = [
 7038 "cfg-if",
 7039 "js-sys",
 7040 "libc",
 7041 "r-efi",
 7042 "wasip2",
 7043 "wasm-bindgen",
 7044]
 7045
 7046[[package]]
 7047name = "getrandom"
 7048version = "0.4.1"
 7049source = "registry+https://github.com/rust-lang/crates.io-index"
 7050checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7051dependencies = [
 7052 "cfg-if",
 7053 "libc",
 7054 "r-efi",
 7055 "wasip2",
 7056 "wasip3",
 7057]
 7058
 7059[[package]]
 7060name = "gh-workflow"
 7061version = "0.8.0"
 7062source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7063dependencies = [
 7064 "async-trait",
 7065 "derive_more",
 7066 "derive_setters",
 7067 "gh-workflow-macros",
 7068 "indexmap",
 7069 "merge",
 7070 "serde",
 7071 "serde_json",
 7072 "serde_yaml",
 7073 "strum_macros 0.27.2",
 7074]
 7075
 7076[[package]]
 7077name = "gh-workflow-macros"
 7078version = "0.8.0"
 7079source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7080dependencies = [
 7081 "heck 0.5.0",
 7082 "quote",
 7083 "syn 2.0.117",
 7084]
 7085
 7086[[package]]
 7087name = "gif"
 7088version = "0.13.3"
 7089source = "registry+https://github.com/rust-lang/crates.io-index"
 7090checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7091dependencies = [
 7092 "color_quant",
 7093 "weezl",
 7094]
 7095
 7096[[package]]
 7097name = "gimli"
 7098version = "0.32.3"
 7099source = "registry+https://github.com/rust-lang/crates.io-index"
 7100checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7101dependencies = [
 7102 "fallible-iterator",
 7103 "indexmap",
 7104 "stable_deref_trait",
 7105]
 7106
 7107[[package]]
 7108name = "gio-sys"
 7109version = "0.21.5"
 7110source = "registry+https://github.com/rust-lang/crates.io-index"
 7111checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7112dependencies = [
 7113 "glib-sys",
 7114 "gobject-sys",
 7115 "libc",
 7116 "system-deps 7.0.7",
 7117 "windows-sys 0.61.2",
 7118]
 7119
 7120[[package]]
 7121name = "git"
 7122version = "0.1.0"
 7123dependencies = [
 7124 "anyhow",
 7125 "askpass",
 7126 "async-trait",
 7127 "collections",
 7128 "derive_more",
 7129 "futures 0.3.32",
 7130 "git2",
 7131 "gpui",
 7132 "http_client",
 7133 "itertools 0.14.0",
 7134 "log",
 7135 "parking_lot",
 7136 "pretty_assertions",
 7137 "rand 0.9.2",
 7138 "regex",
 7139 "rope",
 7140 "schemars",
 7141 "serde",
 7142 "serde_json",
 7143 "smallvec",
 7144 "smol",
 7145 "sum_tree",
 7146 "tempfile",
 7147 "text",
 7148 "thiserror 2.0.17",
 7149 "time",
 7150 "url",
 7151 "urlencoding",
 7152 "util",
 7153 "uuid",
 7154 "ztracing",
 7155]
 7156
 7157[[package]]
 7158name = "git2"
 7159version = "0.20.4"
 7160source = "registry+https://github.com/rust-lang/crates.io-index"
 7161checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7162dependencies = [
 7163 "bitflags 2.10.0",
 7164 "libc",
 7165 "libgit2-sys",
 7166 "log",
 7167 "url",
 7168]
 7169
 7170[[package]]
 7171name = "git_graph"
 7172version = "0.1.0"
 7173dependencies = [
 7174 "anyhow",
 7175 "collections",
 7176 "db",
 7177 "editor",
 7178 "fs",
 7179 "git",
 7180 "git_ui",
 7181 "gpui",
 7182 "language",
 7183 "menu",
 7184 "project",
 7185 "rand 0.9.2",
 7186 "remote_connection",
 7187 "search",
 7188 "serde_json",
 7189 "settings",
 7190 "smallvec",
 7191 "smol",
 7192 "theme",
 7193 "theme_settings",
 7194 "time",
 7195 "ui",
 7196 "workspace",
 7197]
 7198
 7199[[package]]
 7200name = "git_hosting_providers"
 7201version = "0.1.0"
 7202dependencies = [
 7203 "anyhow",
 7204 "async-trait",
 7205 "futures 0.3.32",
 7206 "git",
 7207 "gpui",
 7208 "http_client",
 7209 "indoc",
 7210 "itertools 0.14.0",
 7211 "pretty_assertions",
 7212 "regex",
 7213 "serde",
 7214 "serde_json",
 7215 "settings",
 7216 "url",
 7217 "urlencoding",
 7218 "util",
 7219]
 7220
 7221[[package]]
 7222name = "git_ui"
 7223version = "0.1.0"
 7224dependencies = [
 7225 "agent_settings",
 7226 "alacritty_terminal",
 7227 "anyhow",
 7228 "askpass",
 7229 "buffer_diff",
 7230 "call",
 7231 "collections",
 7232 "component",
 7233 "ctor",
 7234 "db",
 7235 "editor",
 7236 "file_icons",
 7237 "futures 0.3.32",
 7238 "fuzzy",
 7239 "git",
 7240 "gpui",
 7241 "indoc",
 7242 "itertools 0.14.0",
 7243 "language",
 7244 "language_model",
 7245 "linkify",
 7246 "log",
 7247 "markdown",
 7248 "menu",
 7249 "multi_buffer",
 7250 "notifications",
 7251 "panel",
 7252 "picker",
 7253 "pretty_assertions",
 7254 "project",
 7255 "prompt_store",
 7256 "proto",
 7257 "rand 0.9.2",
 7258 "remote",
 7259 "remote_connection",
 7260 "schemars",
 7261 "serde",
 7262 "serde_json",
 7263 "settings",
 7264 "smallvec",
 7265 "smol",
 7266 "strum 0.27.2",
 7267 "telemetry",
 7268 "theme",
 7269 "theme_settings",
 7270 "time",
 7271 "time_format",
 7272 "tracing",
 7273 "ui",
 7274 "ui_input",
 7275 "unindent",
 7276 "util",
 7277 "watch",
 7278 "windows 0.61.3",
 7279 "workspace",
 7280 "zed_actions",
 7281 "zeroize",
 7282 "zlog",
 7283 "ztracing",
 7284]
 7285
 7286[[package]]
 7287name = "gl_generator"
 7288version = "0.14.0"
 7289source = "registry+https://github.com/rust-lang/crates.io-index"
 7290checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7291dependencies = [
 7292 "khronos_api",
 7293 "log",
 7294 "xml-rs",
 7295]
 7296
 7297[[package]]
 7298name = "glib"
 7299version = "0.21.5"
 7300source = "registry+https://github.com/rust-lang/crates.io-index"
 7301checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7302dependencies = [
 7303 "bitflags 2.10.0",
 7304 "futures-channel",
 7305 "futures-core",
 7306 "futures-executor",
 7307 "futures-task",
 7308 "futures-util",
 7309 "gio-sys",
 7310 "glib-macros",
 7311 "glib-sys",
 7312 "gobject-sys",
 7313 "libc",
 7314 "memchr",
 7315 "smallvec",
 7316]
 7317
 7318[[package]]
 7319name = "glib-macros"
 7320version = "0.21.5"
 7321source = "registry+https://github.com/rust-lang/crates.io-index"
 7322checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7323dependencies = [
 7324 "heck 0.5.0",
 7325 "proc-macro-crate",
 7326 "proc-macro2",
 7327 "quote",
 7328 "syn 2.0.117",
 7329]
 7330
 7331[[package]]
 7332name = "glib-sys"
 7333version = "0.21.5"
 7334source = "registry+https://github.com/rust-lang/crates.io-index"
 7335checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7336dependencies = [
 7337 "libc",
 7338 "system-deps 7.0.7",
 7339]
 7340
 7341[[package]]
 7342name = "glob"
 7343version = "0.3.3"
 7344source = "registry+https://github.com/rust-lang/crates.io-index"
 7345checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7346
 7347[[package]]
 7348name = "globset"
 7349version = "0.4.17"
 7350source = "registry+https://github.com/rust-lang/crates.io-index"
 7351checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7352dependencies = [
 7353 "aho-corasick",
 7354 "bstr",
 7355 "log",
 7356 "regex-automata",
 7357 "regex-syntax",
 7358]
 7359
 7360[[package]]
 7361name = "gloo-timers"
 7362version = "0.3.0"
 7363source = "registry+https://github.com/rust-lang/crates.io-index"
 7364checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7365dependencies = [
 7366 "futures-channel",
 7367 "futures-core",
 7368 "js-sys",
 7369 "wasm-bindgen",
 7370]
 7371
 7372[[package]]
 7373name = "glow"
 7374version = "0.17.0"
 7375source = "registry+https://github.com/rust-lang/crates.io-index"
 7376checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7377dependencies = [
 7378 "js-sys",
 7379 "slotmap",
 7380 "wasm-bindgen",
 7381 "web-sys",
 7382]
 7383
 7384[[package]]
 7385name = "glutin_wgl_sys"
 7386version = "0.6.1"
 7387source = "registry+https://github.com/rust-lang/crates.io-index"
 7388checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7389dependencies = [
 7390 "gl_generator",
 7391]
 7392
 7393[[package]]
 7394name = "go_to_line"
 7395version = "0.1.0"
 7396dependencies = [
 7397 "editor",
 7398 "gpui",
 7399 "indoc",
 7400 "language",
 7401 "menu",
 7402 "multi_buffer",
 7403 "project",
 7404 "rope",
 7405 "serde",
 7406 "serde_json",
 7407 "settings",
 7408 "text",
 7409 "theme",
 7410 "ui",
 7411 "util",
 7412 "workspace",
 7413]
 7414
 7415[[package]]
 7416name = "gobject-sys"
 7417version = "0.21.5"
 7418source = "registry+https://github.com/rust-lang/crates.io-index"
 7419checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7420dependencies = [
 7421 "glib-sys",
 7422 "libc",
 7423 "system-deps 7.0.7",
 7424]
 7425
 7426[[package]]
 7427name = "goblin"
 7428version = "0.9.3"
 7429source = "registry+https://github.com/rust-lang/crates.io-index"
 7430checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7431dependencies = [
 7432 "log",
 7433 "plain",
 7434 "scroll",
 7435]
 7436
 7437[[package]]
 7438name = "google_ai"
 7439version = "0.1.0"
 7440dependencies = [
 7441 "anyhow",
 7442 "futures 0.3.32",
 7443 "http_client",
 7444 "language_model_core",
 7445 "log",
 7446 "schemars",
 7447 "serde",
 7448 "serde_json",
 7449 "strum 0.27.2",
 7450 "tiktoken-rs",
 7451]
 7452
 7453[[package]]
 7454name = "gpu-allocator"
 7455version = "0.28.0"
 7456source = "registry+https://github.com/rust-lang/crates.io-index"
 7457checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7458dependencies = [
 7459 "ash",
 7460 "hashbrown 0.16.1",
 7461 "log",
 7462 "presser",
 7463 "thiserror 2.0.17",
 7464 "windows 0.62.2",
 7465]
 7466
 7467[[package]]
 7468name = "gpu-descriptor"
 7469version = "0.3.2"
 7470source = "registry+https://github.com/rust-lang/crates.io-index"
 7471checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7472dependencies = [
 7473 "bitflags 2.10.0",
 7474 "gpu-descriptor-types",
 7475 "hashbrown 0.15.5",
 7476]
 7477
 7478[[package]]
 7479name = "gpu-descriptor-types"
 7480version = "0.2.0"
 7481source = "registry+https://github.com/rust-lang/crates.io-index"
 7482checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7483dependencies = [
 7484 "bitflags 2.10.0",
 7485]
 7486
 7487[[package]]
 7488name = "gpui"
 7489version = "0.2.2"
 7490dependencies = [
 7491 "anyhow",
 7492 "async-channel 2.5.0",
 7493 "async-task",
 7494 "backtrace",
 7495 "bindgen 0.71.1",
 7496 "bitflags 2.10.0",
 7497 "block",
 7498 "cbindgen",
 7499 "chrono",
 7500 "cocoa 0.26.0",
 7501 "cocoa-foundation 0.2.0",
 7502 "collections",
 7503 "core-foundation 0.10.0",
 7504 "core-foundation-sys",
 7505 "core-graphics 0.24.0",
 7506 "core-text",
 7507 "core-video",
 7508 "ctor",
 7509 "derive_more",
 7510 "embed-resource",
 7511 "env_logger 0.11.8",
 7512 "etagere",
 7513 "foreign-types 0.5.0",
 7514 "futures 0.3.32",
 7515 "futures-concurrency",
 7516 "getrandom 0.3.4",
 7517 "gpui_macros",
 7518 "gpui_platform",
 7519 "gpui_shared_string",
 7520 "gpui_util",
 7521 "gpui_web",
 7522 "http_client",
 7523 "image",
 7524 "inventory",
 7525 "itertools 0.14.0",
 7526 "log",
 7527 "lyon",
 7528 "mach2 0.5.0",
 7529 "media",
 7530 "metal",
 7531 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7532 "num_cpus",
 7533 "objc",
 7534 "objc2",
 7535 "objc2-metal",
 7536 "parking",
 7537 "parking_lot",
 7538 "pathfinder_geometry",
 7539 "pin-project",
 7540 "pollster 0.4.0",
 7541 "postage",
 7542 "profiling",
 7543 "proptest",
 7544 "rand 0.9.2",
 7545 "raw-window-handle",
 7546 "refineable",
 7547 "regex",
 7548 "reqwest_client",
 7549 "resvg",
 7550 "scheduler",
 7551 "schemars",
 7552 "seahash",
 7553 "serde",
 7554 "serde_json",
 7555 "slotmap",
 7556 "smallvec",
 7557 "spin 0.10.0",
 7558 "stacksafe",
 7559 "strum 0.27.2",
 7560 "sum_tree",
 7561 "taffy",
 7562 "thiserror 2.0.17",
 7563 "ttf-parser 0.25.1",
 7564 "unicode-segmentation",
 7565 "url",
 7566 "usvg",
 7567 "util_macros",
 7568 "uuid",
 7569 "waker-fn",
 7570 "wasm-bindgen",
 7571 "web-time",
 7572 "windows 0.61.3",
 7573 "zed-font-kit",
 7574 "zed-scap",
 7575]
 7576
 7577[[package]]
 7578name = "gpui_linux"
 7579version = "0.1.0"
 7580dependencies = [
 7581 "anyhow",
 7582 "as-raw-xcb-connection",
 7583 "ashpd",
 7584 "bitflags 2.10.0",
 7585 "bytemuck",
 7586 "calloop",
 7587 "calloop-wayland-source",
 7588 "collections",
 7589 "filedescriptor",
 7590 "futures 0.3.32",
 7591 "gpui",
 7592 "gpui_wgpu",
 7593 "http_client",
 7594 "itertools 0.14.0",
 7595 "libc",
 7596 "log",
 7597 "oo7",
 7598 "open",
 7599 "parking_lot",
 7600 "pathfinder_geometry",
 7601 "pollster 0.4.0",
 7602 "profiling",
 7603 "raw-window-handle",
 7604 "smallvec",
 7605 "smol",
 7606 "strum 0.27.2",
 7607 "swash",
 7608 "url",
 7609 "util",
 7610 "uuid",
 7611 "wayland-backend",
 7612 "wayland-client",
 7613 "wayland-cursor",
 7614 "wayland-protocols",
 7615 "wayland-protocols-plasma",
 7616 "wayland-protocols-wlr",
 7617 "x11-clipboard",
 7618 "x11rb",
 7619 "xkbcommon",
 7620 "zed-scap",
 7621 "zed-xim",
 7622]
 7623
 7624[[package]]
 7625name = "gpui_macos"
 7626version = "0.1.0"
 7627dependencies = [
 7628 "anyhow",
 7629 "async-task",
 7630 "block",
 7631 "cbindgen",
 7632 "cocoa 0.26.0",
 7633 "collections",
 7634 "core-foundation 0.10.0",
 7635 "core-foundation-sys",
 7636 "core-graphics 0.24.0",
 7637 "core-text",
 7638 "core-video",
 7639 "ctor",
 7640 "derive_more",
 7641 "dispatch2",
 7642 "etagere",
 7643 "foreign-types 0.5.0",
 7644 "futures 0.3.32",
 7645 "gpui",
 7646 "image",
 7647 "itertools 0.14.0",
 7648 "libc",
 7649 "log",
 7650 "mach2 0.5.0",
 7651 "media",
 7652 "metal",
 7653 "objc",
 7654 "objc2-app-kit",
 7655 "parking_lot",
 7656 "pathfinder_geometry",
 7657 "raw-window-handle",
 7658 "semver",
 7659 "smallvec",
 7660 "strum 0.27.2",
 7661 "util",
 7662 "uuid",
 7663 "zed-font-kit",
 7664]
 7665
 7666[[package]]
 7667name = "gpui_macros"
 7668version = "0.1.0"
 7669dependencies = [
 7670 "gpui",
 7671 "heck 0.5.0",
 7672 "proc-macro2",
 7673 "quote",
 7674 "syn 2.0.117",
 7675]
 7676
 7677[[package]]
 7678name = "gpui_platform"
 7679version = "0.1.0"
 7680dependencies = [
 7681 "console_error_panic_hook",
 7682 "gpui",
 7683 "gpui_linux",
 7684 "gpui_macos",
 7685 "gpui_web",
 7686 "gpui_windows",
 7687]
 7688
 7689[[package]]
 7690name = "gpui_shared_string"
 7691version = "0.1.0"
 7692dependencies = [
 7693 "derive_more",
 7694 "gpui_util",
 7695 "schemars",
 7696 "serde",
 7697]
 7698
 7699[[package]]
 7700name = "gpui_tokio"
 7701version = "0.1.0"
 7702dependencies = [
 7703 "anyhow",
 7704 "gpui",
 7705 "tokio",
 7706 "util",
 7707]
 7708
 7709[[package]]
 7710name = "gpui_util"
 7711version = "0.1.0"
 7712dependencies = [
 7713 "anyhow",
 7714 "log",
 7715]
 7716
 7717[[package]]
 7718name = "gpui_web"
 7719version = "0.1.0"
 7720dependencies = [
 7721 "anyhow",
 7722 "console_error_panic_hook",
 7723 "futures 0.3.32",
 7724 "gpui",
 7725 "gpui_wgpu",
 7726 "http_client",
 7727 "js-sys",
 7728 "log",
 7729 "parking_lot",
 7730 "raw-window-handle",
 7731 "smallvec",
 7732 "uuid",
 7733 "wasm-bindgen",
 7734 "wasm-bindgen-futures",
 7735 "wasm_thread",
 7736 "web-sys",
 7737 "web-time",
 7738]
 7739
 7740[[package]]
 7741name = "gpui_wgpu"
 7742version = "0.1.0"
 7743dependencies = [
 7744 "anyhow",
 7745 "bytemuck",
 7746 "collections",
 7747 "cosmic-text",
 7748 "etagere",
 7749 "gpui",
 7750 "gpui_util",
 7751 "itertools 0.14.0",
 7752 "js-sys",
 7753 "log",
 7754 "parking_lot",
 7755 "pollster 0.4.0",
 7756 "profiling",
 7757 "raw-window-handle",
 7758 "smallvec",
 7759 "swash",
 7760 "wasm-bindgen",
 7761 "wasm-bindgen-futures",
 7762 "web-sys",
 7763 "wgpu",
 7764 "zed-font-kit",
 7765]
 7766
 7767[[package]]
 7768name = "gpui_windows"
 7769version = "0.1.0"
 7770dependencies = [
 7771 "anyhow",
 7772 "collections",
 7773 "etagere",
 7774 "futures 0.3.32",
 7775 "gpui",
 7776 "image",
 7777 "itertools 0.14.0",
 7778 "log",
 7779 "parking_lot",
 7780 "rand 0.9.2",
 7781 "raw-window-handle",
 7782 "smallvec",
 7783 "util",
 7784 "uuid",
 7785 "windows 0.61.3",
 7786 "windows-core 0.61.2",
 7787 "windows-numerics 0.2.0",
 7788 "windows-registry 0.5.3",
 7789 "zed-scap",
 7790]
 7791
 7792[[package]]
 7793name = "grammars"
 7794version = "0.1.0"
 7795dependencies = [
 7796 "anyhow",
 7797 "language_core",
 7798 "rust-embed",
 7799 "toml 0.8.23",
 7800 "tree-sitter",
 7801 "tree-sitter-bash",
 7802 "tree-sitter-c",
 7803 "tree-sitter-cpp",
 7804 "tree-sitter-css",
 7805 "tree-sitter-diff",
 7806 "tree-sitter-gitcommit",
 7807 "tree-sitter-go",
 7808 "tree-sitter-gomod",
 7809 "tree-sitter-gowork",
 7810 "tree-sitter-jsdoc",
 7811 "tree-sitter-json",
 7812 "tree-sitter-md",
 7813 "tree-sitter-python",
 7814 "tree-sitter-regex",
 7815 "tree-sitter-rust",
 7816 "tree-sitter-typescript",
 7817 "tree-sitter-yaml",
 7818 "util",
 7819]
 7820
 7821[[package]]
 7822name = "grid"
 7823version = "0.18.0"
 7824source = "registry+https://github.com/rust-lang/crates.io-index"
 7825checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7826
 7827[[package]]
 7828name = "group"
 7829version = "0.12.1"
 7830source = "registry+https://github.com/rust-lang/crates.io-index"
 7831checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7832dependencies = [
 7833 "ff",
 7834 "rand_core 0.6.4",
 7835 "subtle",
 7836]
 7837
 7838[[package]]
 7839name = "h2"
 7840version = "0.3.27"
 7841source = "registry+https://github.com/rust-lang/crates.io-index"
 7842checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7843dependencies = [
 7844 "bytes 1.11.1",
 7845 "fnv",
 7846 "futures-core",
 7847 "futures-sink",
 7848 "futures-util",
 7849 "http 0.2.12",
 7850 "indexmap",
 7851 "slab",
 7852 "tokio",
 7853 "tokio-util",
 7854 "tracing",
 7855]
 7856
 7857[[package]]
 7858name = "h2"
 7859version = "0.4.12"
 7860source = "registry+https://github.com/rust-lang/crates.io-index"
 7861checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7862dependencies = [
 7863 "atomic-waker",
 7864 "bytes 1.11.1",
 7865 "fnv",
 7866 "futures-core",
 7867 "futures-sink",
 7868 "http 1.3.1",
 7869 "indexmap",
 7870 "slab",
 7871 "tokio",
 7872 "tokio-util",
 7873 "tracing",
 7874]
 7875
 7876[[package]]
 7877name = "half"
 7878version = "2.7.1"
 7879source = "registry+https://github.com/rust-lang/crates.io-index"
 7880checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7881dependencies = [
 7882 "bytemuck",
 7883 "cfg-if",
 7884 "crunchy",
 7885 "num-traits",
 7886 "rand 0.9.2",
 7887 "rand_distr",
 7888 "zerocopy",
 7889]
 7890
 7891[[package]]
 7892name = "handlebars"
 7893version = "4.5.0"
 7894source = "registry+https://github.com/rust-lang/crates.io-index"
 7895checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7896dependencies = [
 7897 "log",
 7898 "pest",
 7899 "pest_derive",
 7900 "rust-embed",
 7901 "serde",
 7902 "serde_json",
 7903 "thiserror 1.0.69",
 7904]
 7905
 7906[[package]]
 7907name = "handlebars"
 7908version = "5.1.2"
 7909source = "registry+https://github.com/rust-lang/crates.io-index"
 7910checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7911dependencies = [
 7912 "log",
 7913 "pest",
 7914 "pest_derive",
 7915 "serde",
 7916 "serde_json",
 7917 "thiserror 1.0.69",
 7918]
 7919
 7920[[package]]
 7921name = "harfrust"
 7922version = "0.5.0"
 7923source = "registry+https://github.com/rust-lang/crates.io-index"
 7924checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7925dependencies = [
 7926 "bitflags 2.10.0",
 7927 "bytemuck",
 7928 "core_maths",
 7929 "read-fonts 0.37.0",
 7930 "smallvec",
 7931]
 7932
 7933[[package]]
 7934name = "hash32"
 7935version = "0.3.1"
 7936source = "registry+https://github.com/rust-lang/crates.io-index"
 7937checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7938dependencies = [
 7939 "byteorder",
 7940]
 7941
 7942[[package]]
 7943name = "hashbrown"
 7944version = "0.12.3"
 7945source = "registry+https://github.com/rust-lang/crates.io-index"
 7946checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7947dependencies = [
 7948 "ahash 0.7.8",
 7949]
 7950
 7951[[package]]
 7952name = "hashbrown"
 7953version = "0.14.5"
 7954source = "registry+https://github.com/rust-lang/crates.io-index"
 7955checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7956dependencies = [
 7957 "ahash 0.8.12",
 7958 "allocator-api2",
 7959]
 7960
 7961[[package]]
 7962name = "hashbrown"
 7963version = "0.15.5"
 7964source = "registry+https://github.com/rust-lang/crates.io-index"
 7965checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7966dependencies = [
 7967 "allocator-api2",
 7968 "equivalent",
 7969 "foldhash 0.1.5",
 7970 "serde",
 7971]
 7972
 7973[[package]]
 7974name = "hashbrown"
 7975version = "0.16.1"
 7976source = "registry+https://github.com/rust-lang/crates.io-index"
 7977checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7978dependencies = [
 7979 "allocator-api2",
 7980 "equivalent",
 7981 "foldhash 0.2.0",
 7982]
 7983
 7984[[package]]
 7985name = "hashlink"
 7986version = "0.8.4"
 7987source = "registry+https://github.com/rust-lang/crates.io-index"
 7988checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7989dependencies = [
 7990 "hashbrown 0.14.5",
 7991]
 7992
 7993[[package]]
 7994name = "hashlink"
 7995version = "0.10.0"
 7996source = "registry+https://github.com/rust-lang/crates.io-index"
 7997checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7998dependencies = [
 7999 "hashbrown 0.15.5",
 8000]
 8001
 8002[[package]]
 8003name = "headers"
 8004version = "0.3.9"
 8005source = "registry+https://github.com/rust-lang/crates.io-index"
 8006checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8007dependencies = [
 8008 "base64 0.21.7",
 8009 "bytes 1.11.1",
 8010 "headers-core",
 8011 "http 0.2.12",
 8012 "httpdate",
 8013 "mime",
 8014 "sha1",
 8015]
 8016
 8017[[package]]
 8018name = "headers-core"
 8019version = "0.2.0"
 8020source = "registry+https://github.com/rust-lang/crates.io-index"
 8021checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8022dependencies = [
 8023 "http 0.2.12",
 8024]
 8025
 8026[[package]]
 8027name = "heapless"
 8028version = "0.9.2"
 8029source = "registry+https://github.com/rust-lang/crates.io-index"
 8030checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8031dependencies = [
 8032 "hash32",
 8033 "stable_deref_trait",
 8034]
 8035
 8036[[package]]
 8037name = "heck"
 8038version = "0.3.3"
 8039source = "registry+https://github.com/rust-lang/crates.io-index"
 8040checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8041dependencies = [
 8042 "unicode-segmentation",
 8043]
 8044
 8045[[package]]
 8046name = "heck"
 8047version = "0.4.1"
 8048source = "registry+https://github.com/rust-lang/crates.io-index"
 8049checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8050dependencies = [
 8051 "unicode-segmentation",
 8052]
 8053
 8054[[package]]
 8055name = "heck"
 8056version = "0.5.0"
 8057source = "registry+https://github.com/rust-lang/crates.io-index"
 8058checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8059
 8060[[package]]
 8061name = "heed"
 8062version = "0.21.0"
 8063source = "registry+https://github.com/rust-lang/crates.io-index"
 8064checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8065dependencies = [
 8066 "bitflags 2.10.0",
 8067 "byteorder",
 8068 "heed-traits",
 8069 "heed-types",
 8070 "libc",
 8071 "lmdb-master-sys",
 8072 "once_cell",
 8073 "page_size",
 8074 "serde",
 8075 "synchronoise",
 8076 "url",
 8077]
 8078
 8079[[package]]
 8080name = "heed-traits"
 8081version = "0.20.0"
 8082source = "registry+https://github.com/rust-lang/crates.io-index"
 8083checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8084
 8085[[package]]
 8086name = "heed-types"
 8087version = "0.21.0"
 8088source = "registry+https://github.com/rust-lang/crates.io-index"
 8089checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8090dependencies = [
 8091 "bincode",
 8092 "byteorder",
 8093 "heed-traits",
 8094 "serde",
 8095 "serde_json",
 8096]
 8097
 8098[[package]]
 8099name = "hermit-abi"
 8100version = "0.5.2"
 8101source = "registry+https://github.com/rust-lang/crates.io-index"
 8102checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8103
 8104[[package]]
 8105name = "hex"
 8106version = "0.4.3"
 8107source = "registry+https://github.com/rust-lang/crates.io-index"
 8108checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8109
 8110[[package]]
 8111name = "hexf-parse"
 8112version = "0.2.1"
 8113source = "registry+https://github.com/rust-lang/crates.io-index"
 8114checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8115
 8116[[package]]
 8117name = "hkdf"
 8118version = "0.12.4"
 8119source = "registry+https://github.com/rust-lang/crates.io-index"
 8120checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8121dependencies = [
 8122 "hmac",
 8123]
 8124
 8125[[package]]
 8126name = "hmac"
 8127version = "0.12.1"
 8128source = "registry+https://github.com/rust-lang/crates.io-index"
 8129checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8130dependencies = [
 8131 "digest",
 8132]
 8133
 8134[[package]]
 8135name = "home"
 8136version = "0.5.11"
 8137source = "registry+https://github.com/rust-lang/crates.io-index"
 8138checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8139dependencies = [
 8140 "windows-sys 0.59.0",
 8141]
 8142
 8143[[package]]
 8144name = "hound"
 8145version = "3.5.1"
 8146source = "registry+https://github.com/rust-lang/crates.io-index"
 8147checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8148
 8149[[package]]
 8150name = "html5ever"
 8151version = "0.27.0"
 8152source = "registry+https://github.com/rust-lang/crates.io-index"
 8153checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8154dependencies = [
 8155 "log",
 8156 "mac",
 8157 "markup5ever 0.12.1",
 8158 "proc-macro2",
 8159 "quote",
 8160 "syn 2.0.117",
 8161]
 8162
 8163[[package]]
 8164name = "html5ever"
 8165version = "0.35.0"
 8166source = "registry+https://github.com/rust-lang/crates.io-index"
 8167checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8168dependencies = [
 8169 "log",
 8170 "markup5ever 0.35.0",
 8171 "match_token",
 8172]
 8173
 8174[[package]]
 8175name = "html_to_markdown"
 8176version = "0.1.0"
 8177dependencies = [
 8178 "anyhow",
 8179 "html5ever 0.27.0",
 8180 "indoc",
 8181 "markup5ever_rcdom",
 8182 "pretty_assertions",
 8183 "regex",
 8184]
 8185
 8186[[package]]
 8187name = "http"
 8188version = "0.2.12"
 8189source = "registry+https://github.com/rust-lang/crates.io-index"
 8190checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8191dependencies = [
 8192 "bytes 1.11.1",
 8193 "fnv",
 8194 "itoa",
 8195]
 8196
 8197[[package]]
 8198name = "http"
 8199version = "1.3.1"
 8200source = "registry+https://github.com/rust-lang/crates.io-index"
 8201checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8202dependencies = [
 8203 "bytes 1.11.1",
 8204 "fnv",
 8205 "itoa",
 8206]
 8207
 8208[[package]]
 8209name = "http-body"
 8210version = "0.4.6"
 8211source = "registry+https://github.com/rust-lang/crates.io-index"
 8212checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8213dependencies = [
 8214 "bytes 1.11.1",
 8215 "http 0.2.12",
 8216 "pin-project-lite",
 8217]
 8218
 8219[[package]]
 8220name = "http-body"
 8221version = "1.0.1"
 8222source = "registry+https://github.com/rust-lang/crates.io-index"
 8223checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8224dependencies = [
 8225 "bytes 1.11.1",
 8226 "http 1.3.1",
 8227]
 8228
 8229[[package]]
 8230name = "http-body-util"
 8231version = "0.1.3"
 8232source = "registry+https://github.com/rust-lang/crates.io-index"
 8233checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8234dependencies = [
 8235 "bytes 1.11.1",
 8236 "futures-core",
 8237 "http 1.3.1",
 8238 "http-body 1.0.1",
 8239 "pin-project-lite",
 8240]
 8241
 8242[[package]]
 8243name = "http-range-header"
 8244version = "0.3.1"
 8245source = "registry+https://github.com/rust-lang/crates.io-index"
 8246checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8247
 8248[[package]]
 8249name = "http_client"
 8250version = "0.1.0"
 8251dependencies = [
 8252 "anyhow",
 8253 "async-compression",
 8254 "async-fs",
 8255 "async-tar",
 8256 "bytes 1.11.1",
 8257 "derive_more",
 8258 "futures 0.3.32",
 8259 "http 1.3.1",
 8260 "http-body 1.0.1",
 8261 "log",
 8262 "parking_lot",
 8263 "serde",
 8264 "serde_json",
 8265 "serde_urlencoded",
 8266 "sha2",
 8267 "tempfile",
 8268 "url",
 8269 "util",
 8270]
 8271
 8272[[package]]
 8273name = "http_client_tls"
 8274version = "0.1.0"
 8275dependencies = [
 8276 "rustls 0.23.33",
 8277 "rustls-platform-verifier",
 8278]
 8279
 8280[[package]]
 8281name = "httparse"
 8282version = "1.10.1"
 8283source = "registry+https://github.com/rust-lang/crates.io-index"
 8284checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8285
 8286[[package]]
 8287name = "httpdate"
 8288version = "1.0.3"
 8289source = "registry+https://github.com/rust-lang/crates.io-index"
 8290checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8291
 8292[[package]]
 8293name = "human_bytes"
 8294version = "0.4.3"
 8295source = "registry+https://github.com/rust-lang/crates.io-index"
 8296checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8297
 8298[[package]]
 8299name = "humantime"
 8300version = "2.3.0"
 8301source = "registry+https://github.com/rust-lang/crates.io-index"
 8302checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8303
 8304[[package]]
 8305name = "hyper"
 8306version = "0.14.32"
 8307source = "registry+https://github.com/rust-lang/crates.io-index"
 8308checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8309dependencies = [
 8310 "bytes 1.11.1",
 8311 "futures-channel",
 8312 "futures-core",
 8313 "futures-util",
 8314 "h2 0.3.27",
 8315 "http 0.2.12",
 8316 "http-body 0.4.6",
 8317 "httparse",
 8318 "httpdate",
 8319 "itoa",
 8320 "pin-project-lite",
 8321 "socket2 0.5.10",
 8322 "tokio",
 8323 "tower-service",
 8324 "tracing",
 8325 "want",
 8326]
 8327
 8328[[package]]
 8329name = "hyper"
 8330version = "1.7.0"
 8331source = "registry+https://github.com/rust-lang/crates.io-index"
 8332checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8333dependencies = [
 8334 "atomic-waker",
 8335 "bytes 1.11.1",
 8336 "futures-channel",
 8337 "futures-core",
 8338 "h2 0.4.12",
 8339 "http 1.3.1",
 8340 "http-body 1.0.1",
 8341 "httparse",
 8342 "itoa",
 8343 "pin-project-lite",
 8344 "pin-utils",
 8345 "smallvec",
 8346 "tokio",
 8347 "want",
 8348]
 8349
 8350[[package]]
 8351name = "hyper-rustls"
 8352version = "0.24.2"
 8353source = "registry+https://github.com/rust-lang/crates.io-index"
 8354checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8355dependencies = [
 8356 "futures-util",
 8357 "http 0.2.12",
 8358 "hyper 0.14.32",
 8359 "log",
 8360 "rustls 0.21.12",
 8361 "rustls-native-certs 0.6.3",
 8362 "tokio",
 8363 "tokio-rustls 0.24.1",
 8364]
 8365
 8366[[package]]
 8367name = "hyper-rustls"
 8368version = "0.27.7"
 8369source = "registry+https://github.com/rust-lang/crates.io-index"
 8370checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8371dependencies = [
 8372 "http 1.3.1",
 8373 "hyper 1.7.0",
 8374 "hyper-util",
 8375 "log",
 8376 "rustls 0.23.33",
 8377 "rustls-native-certs 0.8.2",
 8378 "rustls-pki-types",
 8379 "tokio",
 8380 "tokio-rustls 0.26.2",
 8381 "tower-service",
 8382]
 8383
 8384[[package]]
 8385name = "hyper-timeout"
 8386version = "0.5.2"
 8387source = "registry+https://github.com/rust-lang/crates.io-index"
 8388checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8389dependencies = [
 8390 "hyper 1.7.0",
 8391 "hyper-util",
 8392 "pin-project-lite",
 8393 "tokio",
 8394 "tower-service",
 8395]
 8396
 8397[[package]]
 8398name = "hyper-tls"
 8399version = "0.5.0"
 8400source = "registry+https://github.com/rust-lang/crates.io-index"
 8401checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8402dependencies = [
 8403 "bytes 1.11.1",
 8404 "hyper 0.14.32",
 8405 "native-tls",
 8406 "tokio",
 8407 "tokio-native-tls",
 8408]
 8409
 8410[[package]]
 8411name = "hyper-util"
 8412version = "0.1.17"
 8413source = "registry+https://github.com/rust-lang/crates.io-index"
 8414checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8415dependencies = [
 8416 "base64 0.22.1",
 8417 "bytes 1.11.1",
 8418 "futures-channel",
 8419 "futures-core",
 8420 "futures-util",
 8421 "http 1.3.1",
 8422 "http-body 1.0.1",
 8423 "hyper 1.7.0",
 8424 "ipnet",
 8425 "libc",
 8426 "percent-encoding",
 8427 "pin-project-lite",
 8428 "socket2 0.6.1",
 8429 "tokio",
 8430 "tower-service",
 8431 "tracing",
 8432]
 8433
 8434[[package]]
 8435name = "iana-time-zone"
 8436version = "0.1.64"
 8437source = "registry+https://github.com/rust-lang/crates.io-index"
 8438checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8439dependencies = [
 8440 "android_system_properties",
 8441 "core-foundation-sys",
 8442 "iana-time-zone-haiku",
 8443 "js-sys",
 8444 "log",
 8445 "wasm-bindgen",
 8446 "windows-core 0.57.0",
 8447]
 8448
 8449[[package]]
 8450name = "iana-time-zone-haiku"
 8451version = "0.1.2"
 8452source = "registry+https://github.com/rust-lang/crates.io-index"
 8453checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8454dependencies = [
 8455 "cc",
 8456]
 8457
 8458[[package]]
 8459name = "icons"
 8460version = "0.1.0"
 8461dependencies = [
 8462 "serde",
 8463 "strum 0.27.2",
 8464]
 8465
 8466[[package]]
 8467name = "icu_collections"
 8468version = "2.0.0"
 8469source = "registry+https://github.com/rust-lang/crates.io-index"
 8470checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8471dependencies = [
 8472 "displaydoc",
 8473 "potential_utf",
 8474 "yoke 0.8.0",
 8475 "zerofrom",
 8476 "zerovec",
 8477]
 8478
 8479[[package]]
 8480name = "icu_locale_core"
 8481version = "2.0.0"
 8482source = "registry+https://github.com/rust-lang/crates.io-index"
 8483checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8484dependencies = [
 8485 "displaydoc",
 8486 "litemap",
 8487 "tinystr",
 8488 "writeable",
 8489 "zerovec",
 8490]
 8491
 8492[[package]]
 8493name = "icu_normalizer"
 8494version = "2.0.0"
 8495source = "registry+https://github.com/rust-lang/crates.io-index"
 8496checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8497dependencies = [
 8498 "displaydoc",
 8499 "icu_collections",
 8500 "icu_normalizer_data",
 8501 "icu_properties",
 8502 "icu_provider",
 8503 "smallvec",
 8504 "zerovec",
 8505]
 8506
 8507[[package]]
 8508name = "icu_normalizer_data"
 8509version = "2.0.0"
 8510source = "registry+https://github.com/rust-lang/crates.io-index"
 8511checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8512
 8513[[package]]
 8514name = "icu_properties"
 8515version = "2.0.1"
 8516source = "registry+https://github.com/rust-lang/crates.io-index"
 8517checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8518dependencies = [
 8519 "displaydoc",
 8520 "icu_collections",
 8521 "icu_locale_core",
 8522 "icu_properties_data",
 8523 "icu_provider",
 8524 "potential_utf",
 8525 "zerotrie",
 8526 "zerovec",
 8527]
 8528
 8529[[package]]
 8530name = "icu_properties_data"
 8531version = "2.0.1"
 8532source = "registry+https://github.com/rust-lang/crates.io-index"
 8533checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8534
 8535[[package]]
 8536name = "icu_provider"
 8537version = "2.0.0"
 8538source = "registry+https://github.com/rust-lang/crates.io-index"
 8539checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8540dependencies = [
 8541 "displaydoc",
 8542 "icu_locale_core",
 8543 "stable_deref_trait",
 8544 "tinystr",
 8545 "writeable",
 8546 "yoke 0.8.0",
 8547 "zerofrom",
 8548 "zerotrie",
 8549 "zerovec",
 8550]
 8551
 8552[[package]]
 8553name = "id-arena"
 8554version = "2.2.1"
 8555source = "registry+https://github.com/rust-lang/crates.io-index"
 8556checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8557
 8558[[package]]
 8559name = "ident_case"
 8560version = "1.0.1"
 8561source = "registry+https://github.com/rust-lang/crates.io-index"
 8562checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8563
 8564[[package]]
 8565name = "idna"
 8566version = "1.1.0"
 8567source = "registry+https://github.com/rust-lang/crates.io-index"
 8568checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8569dependencies = [
 8570 "idna_adapter",
 8571 "smallvec",
 8572 "utf8_iter",
 8573]
 8574
 8575[[package]]
 8576name = "idna_adapter"
 8577version = "1.2.1"
 8578source = "registry+https://github.com/rust-lang/crates.io-index"
 8579checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8580dependencies = [
 8581 "icu_normalizer",
 8582 "icu_properties",
 8583]
 8584
 8585[[package]]
 8586name = "ignore"
 8587version = "0.4.24"
 8588source = "registry+https://github.com/rust-lang/crates.io-index"
 8589checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8590dependencies = [
 8591 "crossbeam-deque",
 8592 "globset",
 8593 "log",
 8594 "memchr",
 8595 "regex-automata",
 8596 "same-file",
 8597 "walkdir",
 8598 "winapi-util",
 8599]
 8600
 8601[[package]]
 8602name = "image"
 8603version = "0.25.8"
 8604source = "registry+https://github.com/rust-lang/crates.io-index"
 8605checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8606dependencies = [
 8607 "bytemuck",
 8608 "byteorder-lite",
 8609 "color_quant",
 8610 "exr",
 8611 "gif",
 8612 "image-webp",
 8613 "moxcms",
 8614 "num-traits",
 8615 "png 0.18.0",
 8616 "qoi",
 8617 "ravif",
 8618 "rayon",
 8619 "rgb",
 8620 "tiff",
 8621 "zune-core",
 8622 "zune-jpeg",
 8623]
 8624
 8625[[package]]
 8626name = "image-webp"
 8627version = "0.2.4"
 8628source = "registry+https://github.com/rust-lang/crates.io-index"
 8629checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8630dependencies = [
 8631 "byteorder-lite",
 8632 "quick-error 2.0.1",
 8633]
 8634
 8635[[package]]
 8636name = "image_viewer"
 8637version = "0.1.0"
 8638dependencies = [
 8639 "anyhow",
 8640 "db",
 8641 "editor",
 8642 "file_icons",
 8643 "gpui",
 8644 "language",
 8645 "log",
 8646 "project",
 8647 "serde",
 8648 "settings",
 8649 "theme_settings",
 8650 "ui",
 8651 "util",
 8652 "workspace",
 8653]
 8654
 8655[[package]]
 8656name = "imagesize"
 8657version = "0.13.0"
 8658source = "registry+https://github.com/rust-lang/crates.io-index"
 8659checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8660
 8661[[package]]
 8662name = "imara-diff"
 8663version = "0.1.8"
 8664source = "registry+https://github.com/rust-lang/crates.io-index"
 8665checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8666dependencies = [
 8667 "hashbrown 0.15.5",
 8668]
 8669
 8670[[package]]
 8671name = "imgref"
 8672version = "1.12.0"
 8673source = "registry+https://github.com/rust-lang/crates.io-index"
 8674checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8675
 8676[[package]]
 8677name = "indenter"
 8678version = "0.3.4"
 8679source = "registry+https://github.com/rust-lang/crates.io-index"
 8680checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8681
 8682[[package]]
 8683name = "indexmap"
 8684version = "2.11.4"
 8685source = "registry+https://github.com/rust-lang/crates.io-index"
 8686checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8687dependencies = [
 8688 "equivalent",
 8689 "hashbrown 0.16.1",
 8690 "serde",
 8691 "serde_core",
 8692]
 8693
 8694[[package]]
 8695name = "indoc"
 8696version = "2.0.6"
 8697source = "registry+https://github.com/rust-lang/crates.io-index"
 8698checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8699
 8700[[package]]
 8701name = "inherent"
 8702version = "1.0.13"
 8703source = "registry+https://github.com/rust-lang/crates.io-index"
 8704checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8705dependencies = [
 8706 "proc-macro2",
 8707 "quote",
 8708 "syn 2.0.117",
 8709]
 8710
 8711[[package]]
 8712name = "inotify"
 8713version = "0.9.6"
 8714source = "registry+https://github.com/rust-lang/crates.io-index"
 8715checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8716dependencies = [
 8717 "bitflags 1.3.2",
 8718 "inotify-sys",
 8719 "libc",
 8720]
 8721
 8722[[package]]
 8723name = "inotify"
 8724version = "0.11.0"
 8725source = "registry+https://github.com/rust-lang/crates.io-index"
 8726checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8727dependencies = [
 8728 "bitflags 2.10.0",
 8729 "inotify-sys",
 8730 "libc",
 8731]
 8732
 8733[[package]]
 8734name = "inotify-sys"
 8735version = "0.1.5"
 8736source = "registry+https://github.com/rust-lang/crates.io-index"
 8737checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8738dependencies = [
 8739 "libc",
 8740]
 8741
 8742[[package]]
 8743name = "inout"
 8744version = "0.1.4"
 8745source = "registry+https://github.com/rust-lang/crates.io-index"
 8746checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8747dependencies = [
 8748 "block-padding",
 8749 "generic-array",
 8750]
 8751
 8752[[package]]
 8753name = "inspector_ui"
 8754version = "0.1.0"
 8755dependencies = [
 8756 "anyhow",
 8757 "command_palette_hooks",
 8758 "editor",
 8759 "fuzzy",
 8760 "gpui",
 8761 "language",
 8762 "project",
 8763 "serde_json",
 8764 "serde_json_lenient",
 8765 "theme_settings",
 8766 "ui",
 8767 "util",
 8768 "util_macros",
 8769 "workspace",
 8770 "zed_actions",
 8771]
 8772
 8773[[package]]
 8774name = "install_cli"
 8775version = "0.1.0"
 8776dependencies = [
 8777 "anyhow",
 8778 "client",
 8779 "gpui",
 8780 "release_channel",
 8781 "smol",
 8782 "util",
 8783 "workspace",
 8784]
 8785
 8786[[package]]
 8787name = "instant"
 8788version = "0.1.13"
 8789source = "registry+https://github.com/rust-lang/crates.io-index"
 8790checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8791dependencies = [
 8792 "cfg-if",
 8793]
 8794
 8795[[package]]
 8796name = "interpolate_name"
 8797version = "0.2.4"
 8798source = "registry+https://github.com/rust-lang/crates.io-index"
 8799checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8800dependencies = [
 8801 "proc-macro2",
 8802 "quote",
 8803 "syn 2.0.117",
 8804]
 8805
 8806[[package]]
 8807name = "inventory"
 8808version = "0.3.21"
 8809source = "registry+https://github.com/rust-lang/crates.io-index"
 8810checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8811dependencies = [
 8812 "rustversion",
 8813]
 8814
 8815[[package]]
 8816name = "io-extras"
 8817version = "0.18.4"
 8818source = "registry+https://github.com/rust-lang/crates.io-index"
 8819checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8820dependencies = [
 8821 "io-lifetimes",
 8822 "windows-sys 0.59.0",
 8823]
 8824
 8825[[package]]
 8826name = "io-lifetimes"
 8827version = "2.0.4"
 8828source = "registry+https://github.com/rust-lang/crates.io-index"
 8829checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8830
 8831[[package]]
 8832name = "io-surface"
 8833version = "0.16.1"
 8834source = "registry+https://github.com/rust-lang/crates.io-index"
 8835checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8836dependencies = [
 8837 "cgl",
 8838 "core-foundation 0.10.0",
 8839 "core-foundation-sys",
 8840 "leaky-cow",
 8841]
 8842
 8843[[package]]
 8844name = "iovec"
 8845version = "0.1.4"
 8846source = "registry+https://github.com/rust-lang/crates.io-index"
 8847checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8848dependencies = [
 8849 "libc",
 8850]
 8851
 8852[[package]]
 8853name = "ipc-channel"
 8854version = "0.19.0"
 8855source = "registry+https://github.com/rust-lang/crates.io-index"
 8856checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8857dependencies = [
 8858 "bincode",
 8859 "crossbeam-channel",
 8860 "fnv",
 8861 "lazy_static",
 8862 "libc",
 8863 "mio 1.1.0",
 8864 "rand 0.8.5",
 8865 "serde",
 8866 "tempfile",
 8867 "uuid",
 8868 "windows 0.58.0",
 8869]
 8870
 8871[[package]]
 8872name = "ipnet"
 8873version = "2.11.0"
 8874source = "registry+https://github.com/rust-lang/crates.io-index"
 8875checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8876
 8877[[package]]
 8878name = "iri-string"
 8879version = "0.7.8"
 8880source = "registry+https://github.com/rust-lang/crates.io-index"
 8881checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8882dependencies = [
 8883 "memchr",
 8884 "serde",
 8885]
 8886
 8887[[package]]
 8888name = "is-docker"
 8889version = "0.2.0"
 8890source = "registry+https://github.com/rust-lang/crates.io-index"
 8891checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8892dependencies = [
 8893 "once_cell",
 8894]
 8895
 8896[[package]]
 8897name = "is-terminal"
 8898version = "0.4.16"
 8899source = "registry+https://github.com/rust-lang/crates.io-index"
 8900checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8901dependencies = [
 8902 "hermit-abi",
 8903 "libc",
 8904 "windows-sys 0.59.0",
 8905]
 8906
 8907[[package]]
 8908name = "is-wsl"
 8909version = "0.4.0"
 8910source = "registry+https://github.com/rust-lang/crates.io-index"
 8911checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8912dependencies = [
 8913 "is-docker",
 8914 "once_cell",
 8915]
 8916
 8917[[package]]
 8918name = "is_executable"
 8919version = "1.0.5"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8922dependencies = [
 8923 "windows-sys 0.60.2",
 8924]
 8925
 8926[[package]]
 8927name = "is_terminal_polyfill"
 8928version = "1.70.1"
 8929source = "registry+https://github.com/rust-lang/crates.io-index"
 8930checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8931
 8932[[package]]
 8933name = "itertools"
 8934version = "0.10.5"
 8935source = "registry+https://github.com/rust-lang/crates.io-index"
 8936checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8937dependencies = [
 8938 "either",
 8939]
 8940
 8941[[package]]
 8942name = "itertools"
 8943version = "0.11.0"
 8944source = "registry+https://github.com/rust-lang/crates.io-index"
 8945checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8946dependencies = [
 8947 "either",
 8948]
 8949
 8950[[package]]
 8951name = "itertools"
 8952version = "0.12.1"
 8953source = "registry+https://github.com/rust-lang/crates.io-index"
 8954checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8955dependencies = [
 8956 "either",
 8957]
 8958
 8959[[package]]
 8960name = "itertools"
 8961version = "0.14.0"
 8962source = "registry+https://github.com/rust-lang/crates.io-index"
 8963checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8964dependencies = [
 8965 "either",
 8966]
 8967
 8968[[package]]
 8969name = "itoa"
 8970version = "1.0.15"
 8971source = "registry+https://github.com/rust-lang/crates.io-index"
 8972checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8973
 8974[[package]]
 8975name = "jiff"
 8976version = "0.2.15"
 8977source = "registry+https://github.com/rust-lang/crates.io-index"
 8978checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8979dependencies = [
 8980 "jiff-static",
 8981 "log",
 8982 "portable-atomic",
 8983 "portable-atomic-util",
 8984 "serde",
 8985]
 8986
 8987[[package]]
 8988name = "jiff-static"
 8989version = "0.2.15"
 8990source = "registry+https://github.com/rust-lang/crates.io-index"
 8991checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8992dependencies = [
 8993 "proc-macro2",
 8994 "quote",
 8995 "syn 2.0.117",
 8996]
 8997
 8998[[package]]
 8999name = "jni"
 9000version = "0.21.1"
 9001source = "registry+https://github.com/rust-lang/crates.io-index"
 9002checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9003dependencies = [
 9004 "cesu8",
 9005 "cfg-if",
 9006 "combine",
 9007 "jni-sys",
 9008 "log",
 9009 "thiserror 1.0.69",
 9010 "walkdir",
 9011 "windows-sys 0.45.0",
 9012]
 9013
 9014[[package]]
 9015name = "jni-sys"
 9016version = "0.3.0"
 9017source = "registry+https://github.com/rust-lang/crates.io-index"
 9018checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9019
 9020[[package]]
 9021name = "jobserver"
 9022version = "0.1.34"
 9023source = "registry+https://github.com/rust-lang/crates.io-index"
 9024checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9025dependencies = [
 9026 "getrandom 0.3.4",
 9027 "libc",
 9028]
 9029
 9030[[package]]
 9031name = "journal"
 9032version = "0.1.0"
 9033dependencies = [
 9034 "anyhow",
 9035 "chrono",
 9036 "editor",
 9037 "gpui",
 9038 "log",
 9039 "serde",
 9040 "settings",
 9041 "shellexpand 2.1.2",
 9042 "workspace",
 9043]
 9044
 9045[[package]]
 9046name = "js-sys"
 9047version = "0.3.90"
 9048source = "registry+https://github.com/rust-lang/crates.io-index"
 9049checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9050dependencies = [
 9051 "once_cell",
 9052 "wasm-bindgen",
 9053]
 9054
 9055[[package]]
 9056name = "json5"
 9057version = "0.4.1"
 9058source = "registry+https://github.com/rust-lang/crates.io-index"
 9059checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9060dependencies = [
 9061 "pest",
 9062 "pest_derive",
 9063 "serde",
 9064]
 9065
 9066[[package]]
 9067name = "json_dotpath"
 9068version = "1.1.0"
 9069source = "registry+https://github.com/rust-lang/crates.io-index"
 9070checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9071dependencies = [
 9072 "serde",
 9073 "serde_derive",
 9074 "serde_json",
 9075 "thiserror 1.0.69",
 9076]
 9077
 9078[[package]]
 9079name = "json_schema_store"
 9080version = "0.1.0"
 9081dependencies = [
 9082 "anyhow",
 9083 "collections",
 9084 "dap",
 9085 "extension",
 9086 "gpui",
 9087 "language",
 9088 "parking_lot",
 9089 "paths",
 9090 "project",
 9091 "schemars",
 9092 "serde",
 9093 "serde_json",
 9094 "settings",
 9095 "snippet_provider",
 9096 "task",
 9097 "theme",
 9098 "util",
 9099]
 9100
 9101[[package]]
 9102name = "jsonschema"
 9103version = "0.37.4"
 9104source = "registry+https://github.com/rust-lang/crates.io-index"
 9105checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9106dependencies = [
 9107 "ahash 0.8.12",
 9108 "bytecount",
 9109 "data-encoding",
 9110 "email_address",
 9111 "fancy-regex 0.16.2",
 9112 "fraction",
 9113 "getrandom 0.3.4",
 9114 "idna",
 9115 "itoa",
 9116 "num-cmp",
 9117 "num-traits",
 9118 "percent-encoding",
 9119 "referencing",
 9120 "regex",
 9121 "regex-syntax",
 9122 "reqwest 0.12.24",
 9123 "serde",
 9124 "serde_json",
 9125 "unicode-general-category",
 9126 "uuid-simd",
 9127]
 9128
 9129[[package]]
 9130name = "jsonwebtoken"
 9131version = "10.3.0"
 9132source = "registry+https://github.com/rust-lang/crates.io-index"
 9133checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9134dependencies = [
 9135 "aws-lc-rs",
 9136 "base64 0.22.1",
 9137 "getrandom 0.2.16",
 9138 "js-sys",
 9139 "pem",
 9140 "serde",
 9141 "serde_json",
 9142 "signature 2.2.0",
 9143 "simple_asn1",
 9144]
 9145
 9146[[package]]
 9147name = "jupyter-protocol"
 9148version = "1.4.0"
 9149source = "registry+https://github.com/rust-lang/crates.io-index"
 9150checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9151dependencies = [
 9152 "async-trait",
 9153 "bytes 1.11.1",
 9154 "chrono",
 9155 "futures 0.3.32",
 9156 "serde",
 9157 "serde_json",
 9158 "thiserror 2.0.17",
 9159 "uuid",
 9160]
 9161
 9162[[package]]
 9163name = "jupyter-websocket-client"
 9164version = "1.0.0"
 9165source = "registry+https://github.com/rust-lang/crates.io-index"
 9166checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9167dependencies = [
 9168 "anyhow",
 9169 "async-trait",
 9170 "async-tungstenite",
 9171 "futures 0.3.32",
 9172 "jupyter-protocol",
 9173 "serde",
 9174 "serde_json",
 9175 "tokio",
 9176 "url",
 9177 "uuid",
 9178]
 9179
 9180[[package]]
 9181name = "keymap_editor"
 9182version = "0.1.0"
 9183dependencies = [
 9184 "anyhow",
 9185 "collections",
 9186 "command_palette",
 9187 "component",
 9188 "db",
 9189 "editor",
 9190 "fs",
 9191 "fuzzy",
 9192 "gpui",
 9193 "itertools 0.14.0",
 9194 "json_schema_store",
 9195 "language",
 9196 "log",
 9197 "menu",
 9198 "notifications",
 9199 "paths",
 9200 "project",
 9201 "search",
 9202 "serde",
 9203 "serde_json",
 9204 "settings",
 9205 "telemetry",
 9206 "tempfile",
 9207 "theme",
 9208 "theme_settings",
 9209 "tree-sitter-json",
 9210 "tree-sitter-rust",
 9211 "ui",
 9212 "ui_input",
 9213 "util",
 9214 "workspace",
 9215 "zed_actions",
 9216]
 9217
 9218[[package]]
 9219name = "khronos-egl"
 9220version = "6.0.0"
 9221source = "registry+https://github.com/rust-lang/crates.io-index"
 9222checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9223dependencies = [
 9224 "libc",
 9225 "libloading",
 9226 "pkg-config",
 9227]
 9228
 9229[[package]]
 9230name = "khronos_api"
 9231version = "3.1.0"
 9232source = "registry+https://github.com/rust-lang/crates.io-index"
 9233checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9234
 9235[[package]]
 9236name = "kqueue"
 9237version = "1.1.1"
 9238source = "registry+https://github.com/rust-lang/crates.io-index"
 9239checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9240dependencies = [
 9241 "kqueue-sys",
 9242 "libc",
 9243]
 9244
 9245[[package]]
 9246name = "kqueue-sys"
 9247version = "1.0.4"
 9248source = "registry+https://github.com/rust-lang/crates.io-index"
 9249checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9250dependencies = [
 9251 "bitflags 1.3.2",
 9252 "libc",
 9253]
 9254
 9255[[package]]
 9256name = "kurbo"
 9257version = "0.11.3"
 9258source = "registry+https://github.com/rust-lang/crates.io-index"
 9259checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9260dependencies = [
 9261 "arrayvec",
 9262 "euclid",
 9263 "smallvec",
 9264]
 9265
 9266[[package]]
 9267name = "kv-log-macro"
 9268version = "1.0.7"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9271dependencies = [
 9272 "log",
 9273]
 9274
 9275[[package]]
 9276name = "language"
 9277version = "0.1.0"
 9278dependencies = [
 9279 "anyhow",
 9280 "async-trait",
 9281 "clock",
 9282 "collections",
 9283 "criterion",
 9284 "ctor",
 9285 "diffy",
 9286 "ec4rs",
 9287 "encoding_rs",
 9288 "fs",
 9289 "futures 0.3.32",
 9290 "fuzzy",
 9291 "globset",
 9292 "gpui",
 9293 "http_client",
 9294 "imara-diff",
 9295 "indoc",
 9296 "itertools 0.14.0",
 9297 "language_core",
 9298 "log",
 9299 "lsp",
 9300 "parking_lot",
 9301 "postage",
 9302 "pretty_assertions",
 9303 "rand 0.9.2",
 9304 "regex",
 9305 "rpc",
 9306 "semver",
 9307 "serde",
 9308 "serde_json",
 9309 "settings",
 9310 "shellexpand 2.1.2",
 9311 "smallvec",
 9312 "smol",
 9313 "streaming-iterator",
 9314 "strsim",
 9315 "sum_tree",
 9316 "task",
 9317 "text",
 9318 "theme",
 9319 "theme_settings",
 9320 "toml 0.8.23",
 9321 "tracing",
 9322 "tree-sitter",
 9323 "tree-sitter-elixir",
 9324 "tree-sitter-embedded-template",
 9325 "tree-sitter-heex",
 9326 "tree-sitter-html",
 9327 "tree-sitter-json",
 9328 "tree-sitter-md",
 9329 "tree-sitter-python",
 9330 "tree-sitter-ruby",
 9331 "tree-sitter-rust",
 9332 "tree-sitter-typescript",
 9333 "unicase",
 9334 "unindent",
 9335 "util",
 9336 "watch",
 9337 "zlog",
 9338 "ztracing",
 9339]
 9340
 9341[[package]]
 9342name = "language_core"
 9343version = "0.1.0"
 9344dependencies = [
 9345 "anyhow",
 9346 "collections",
 9347 "gpui_shared_string",
 9348 "log",
 9349 "lsp",
 9350 "parking_lot",
 9351 "regex",
 9352 "schemars",
 9353 "serde",
 9354 "serde_json",
 9355 "toml 0.8.23",
 9356 "tree-sitter",
 9357 "util",
 9358]
 9359
 9360[[package]]
 9361name = "language_extension"
 9362version = "0.1.0"
 9363dependencies = [
 9364 "anyhow",
 9365 "async-trait",
 9366 "collections",
 9367 "extension",
 9368 "fs",
 9369 "futures 0.3.32",
 9370 "gpui",
 9371 "language",
 9372 "log",
 9373 "lsp",
 9374 "project",
 9375 "serde",
 9376 "serde_json",
 9377 "tracing",
 9378 "util",
 9379 "ztracing",
 9380]
 9381
 9382[[package]]
 9383name = "language_model"
 9384version = "0.1.0"
 9385dependencies = [
 9386 "anyhow",
 9387 "base64 0.22.1",
 9388 "collections",
 9389 "credentials_provider",
 9390 "env_var",
 9391 "futures 0.3.32",
 9392 "gpui",
 9393 "http_client",
 9394 "icons",
 9395 "image",
 9396 "language_model_core",
 9397 "log",
 9398 "parking_lot",
 9399 "serde",
 9400 "serde_json",
 9401 "thiserror 2.0.17",
 9402 "util",
 9403]
 9404
 9405[[package]]
 9406name = "language_model_core"
 9407version = "0.1.0"
 9408dependencies = [
 9409 "anyhow",
 9410 "cloud_llm_client",
 9411 "futures 0.3.32",
 9412 "gpui_shared_string",
 9413 "http_client",
 9414 "partial-json-fixer",
 9415 "schemars",
 9416 "serde",
 9417 "serde_json",
 9418 "smol",
 9419 "strum 0.27.2",
 9420 "thiserror 2.0.17",
 9421]
 9422
 9423[[package]]
 9424name = "language_models"
 9425version = "0.1.0"
 9426dependencies = [
 9427 "ai_onboarding",
 9428 "anthropic",
 9429 "anyhow",
 9430 "aws-config",
 9431 "aws-credential-types",
 9432 "aws_http_client",
 9433 "base64 0.22.1",
 9434 "bedrock",
 9435 "client",
 9436 "cloud_api_client",
 9437 "cloud_api_types",
 9438 "collections",
 9439 "component",
 9440 "convert_case 0.8.0",
 9441 "copilot",
 9442 "copilot_chat",
 9443 "copilot_ui",
 9444 "credentials_provider",
 9445 "deepseek",
 9446 "extension",
 9447 "extension_host",
 9448 "fs",
 9449 "futures 0.3.32",
 9450 "google_ai",
 9451 "gpui",
 9452 "gpui_tokio",
 9453 "http_client",
 9454 "language",
 9455 "language_model",
 9456 "language_models_cloud",
 9457 "lmstudio",
 9458 "log",
 9459 "menu",
 9460 "mistral",
 9461 "ollama",
 9462 "open_ai",
 9463 "open_router",
 9464 "opencode",
 9465 "pretty_assertions",
 9466 "release_channel",
 9467 "schemars",
 9468 "serde",
 9469 "serde_json",
 9470 "settings",
 9471 "smol",
 9472 "strum 0.27.2",
 9473 "tiktoken-rs",
 9474 "tokio",
 9475 "ui",
 9476 "ui_input",
 9477 "util",
 9478 "vercel",
 9479 "x_ai",
 9480]
 9481
 9482[[package]]
 9483name = "language_models_cloud"
 9484version = "0.1.0"
 9485dependencies = [
 9486 "anthropic",
 9487 "anyhow",
 9488 "cloud_llm_client",
 9489 "futures 0.3.32",
 9490 "google_ai",
 9491 "gpui",
 9492 "http_client",
 9493 "language_model",
 9494 "open_ai",
 9495 "schemars",
 9496 "semver",
 9497 "serde",
 9498 "serde_json",
 9499 "smol",
 9500 "thiserror 2.0.17",
 9501 "x_ai",
 9502]
 9503
 9504[[package]]
 9505name = "language_onboarding"
 9506version = "0.1.0"
 9507dependencies = [
 9508 "db",
 9509 "editor",
 9510 "gpui",
 9511 "project",
 9512 "ui",
 9513 "workspace",
 9514]
 9515
 9516[[package]]
 9517name = "language_selector"
 9518version = "0.1.0"
 9519dependencies = [
 9520 "anyhow",
 9521 "editor",
 9522 "file_icons",
 9523 "fuzzy",
 9524 "gpui",
 9525 "language",
 9526 "open_path_prompt",
 9527 "picker",
 9528 "project",
 9529 "serde_json",
 9530 "settings",
 9531 "ui",
 9532 "util",
 9533 "workspace",
 9534]
 9535
 9536[[package]]
 9537name = "language_tools"
 9538version = "0.1.0"
 9539dependencies = [
 9540 "anyhow",
 9541 "client",
 9542 "collections",
 9543 "command_palette_hooks",
 9544 "edit_prediction",
 9545 "editor",
 9546 "futures 0.3.32",
 9547 "gpui",
 9548 "itertools 0.14.0",
 9549 "language",
 9550 "lsp",
 9551 "menu",
 9552 "project",
 9553 "proto",
 9554 "release_channel",
 9555 "semver",
 9556 "serde_json",
 9557 "settings",
 9558 "sysinfo 0.37.2",
 9559 "telemetry",
 9560 "theme",
 9561 "theme_settings",
 9562 "tree-sitter",
 9563 "ui",
 9564 "util",
 9565 "workspace",
 9566 "zed_actions",
 9567 "zlog",
 9568]
 9569
 9570[[package]]
 9571name = "languages"
 9572version = "0.1.0"
 9573dependencies = [
 9574 "anyhow",
 9575 "async-compression",
 9576 "async-fs",
 9577 "async-tar",
 9578 "async-trait",
 9579 "chrono",
 9580 "collections",
 9581 "fs",
 9582 "futures 0.3.32",
 9583 "globset",
 9584 "gpui",
 9585 "grammars",
 9586 "http_client",
 9587 "itertools 0.14.0",
 9588 "json_schema_store",
 9589 "language",
 9590 "log",
 9591 "lsp",
 9592 "node_runtime",
 9593 "parking_lot",
 9594 "pet",
 9595 "pet-conda",
 9596 "pet-core",
 9597 "pet-fs",
 9598 "pet-poetry",
 9599 "pet-reporter",
 9600 "pet-virtualenv",
 9601 "pretty_assertions",
 9602 "project",
 9603 "regex",
 9604 "rope",
 9605 "semver",
 9606 "serde",
 9607 "serde_json",
 9608 "serde_json_lenient",
 9609 "settings",
 9610 "smallvec",
 9611 "smol",
 9612 "snippet",
 9613 "task",
 9614 "terminal",
 9615 "theme",
 9616 "tree-sitter",
 9617 "tree-sitter-bash",
 9618 "tree-sitter-c",
 9619 "tree-sitter-cpp",
 9620 "tree-sitter-css",
 9621 "tree-sitter-gitcommit",
 9622 "tree-sitter-go",
 9623 "tree-sitter-python",
 9624 "tree-sitter-rust",
 9625 "tree-sitter-typescript",
 9626 "unindent",
 9627 "url",
 9628 "util",
 9629]
 9630
 9631[[package]]
 9632name = "lazy_static"
 9633version = "1.5.0"
 9634source = "registry+https://github.com/rust-lang/crates.io-index"
 9635checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9636dependencies = [
 9637 "spin 0.9.8",
 9638]
 9639
 9640[[package]]
 9641name = "leak"
 9642version = "0.1.2"
 9643source = "registry+https://github.com/rust-lang/crates.io-index"
 9644checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9645
 9646[[package]]
 9647name = "leaky-cow"
 9648version = "0.1.1"
 9649source = "registry+https://github.com/rust-lang/crates.io-index"
 9650checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9651dependencies = [
 9652 "leak",
 9653]
 9654
 9655[[package]]
 9656name = "leb128"
 9657version = "0.2.5"
 9658source = "registry+https://github.com/rust-lang/crates.io-index"
 9659checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9660
 9661[[package]]
 9662name = "leb128fmt"
 9663version = "0.1.0"
 9664source = "registry+https://github.com/rust-lang/crates.io-index"
 9665checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9666
 9667[[package]]
 9668name = "lebe"
 9669version = "0.5.3"
 9670source = "registry+https://github.com/rust-lang/crates.io-index"
 9671checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9672
 9673[[package]]
 9674name = "libbz2-rs-sys"
 9675version = "0.2.2"
 9676source = "registry+https://github.com/rust-lang/crates.io-index"
 9677checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9678
 9679[[package]]
 9680name = "libc"
 9681version = "0.2.182"
 9682source = "registry+https://github.com/rust-lang/crates.io-index"
 9683checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9684
 9685[[package]]
 9686name = "libdbus-sys"
 9687version = "0.2.6"
 9688source = "registry+https://github.com/rust-lang/crates.io-index"
 9689checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9690dependencies = [
 9691 "cc",
 9692 "pkg-config",
 9693]
 9694
 9695[[package]]
 9696name = "libfuzzer-sys"
 9697version = "0.4.10"
 9698source = "registry+https://github.com/rust-lang/crates.io-index"
 9699checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9700dependencies = [
 9701 "arbitrary",
 9702 "cc",
 9703]
 9704
 9705[[package]]
 9706name = "libgit2-sys"
 9707version = "0.18.3+1.9.2"
 9708source = "registry+https://github.com/rust-lang/crates.io-index"
 9709checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9710dependencies = [
 9711 "cc",
 9712 "libc",
 9713 "libz-sys",
 9714 "pkg-config",
 9715]
 9716
 9717[[package]]
 9718name = "libloading"
 9719version = "0.8.9"
 9720source = "registry+https://github.com/rust-lang/crates.io-index"
 9721checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9722dependencies = [
 9723 "cfg-if",
 9724 "windows-link 0.2.1",
 9725]
 9726
 9727[[package]]
 9728name = "libm"
 9729version = "0.2.15"
 9730source = "registry+https://github.com/rust-lang/crates.io-index"
 9731checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9732
 9733[[package]]
 9734name = "libmimalloc-sys"
 9735version = "0.1.44"
 9736source = "registry+https://github.com/rust-lang/crates.io-index"
 9737checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9738dependencies = [
 9739 "cc",
 9740 "libc",
 9741]
 9742
 9743[[package]]
 9744name = "libredox"
 9745version = "0.1.10"
 9746source = "registry+https://github.com/rust-lang/crates.io-index"
 9747checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9748dependencies = [
 9749 "bitflags 2.10.0",
 9750 "libc",
 9751 "redox_syscall 0.5.18",
 9752]
 9753
 9754[[package]]
 9755name = "libsqlite3-sys"
 9756version = "0.30.1"
 9757source = "registry+https://github.com/rust-lang/crates.io-index"
 9758checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9759dependencies = [
 9760 "cc",
 9761 "pkg-config",
 9762 "vcpkg",
 9763]
 9764
 9765[[package]]
 9766name = "libwebrtc"
 9767version = "0.3.26"
 9768source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9769dependencies = [
 9770 "cxx",
 9771 "glib",
 9772 "jni",
 9773 "js-sys",
 9774 "lazy_static",
 9775 "livekit-protocol",
 9776 "livekit-runtime",
 9777 "log",
 9778 "parking_lot",
 9779 "serde",
 9780 "serde_json",
 9781 "thiserror 1.0.69",
 9782 "tokio",
 9783 "wasm-bindgen",
 9784 "wasm-bindgen-futures",
 9785 "web-sys",
 9786 "webrtc-sys",
 9787]
 9788
 9789[[package]]
 9790name = "libz-sys"
 9791version = "1.1.22"
 9792source = "registry+https://github.com/rust-lang/crates.io-index"
 9793checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9794dependencies = [
 9795 "cc",
 9796 "libc",
 9797 "pkg-config",
 9798 "vcpkg",
 9799]
 9800
 9801[[package]]
 9802name = "line_ending_selector"
 9803version = "0.1.0"
 9804dependencies = [
 9805 "editor",
 9806 "gpui",
 9807 "language",
 9808 "picker",
 9809 "project",
 9810 "ui",
 9811 "util",
 9812 "workspace",
 9813]
 9814
 9815[[package]]
 9816name = "linebender_resource_handle"
 9817version = "0.1.1"
 9818source = "registry+https://github.com/rust-lang/crates.io-index"
 9819checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9820
 9821[[package]]
 9822name = "link-cplusplus"
 9823version = "1.0.12"
 9824source = "registry+https://github.com/rust-lang/crates.io-index"
 9825checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9826dependencies = [
 9827 "cc",
 9828]
 9829
 9830[[package]]
 9831name = "linkify"
 9832version = "0.10.0"
 9833source = "registry+https://github.com/rust-lang/crates.io-index"
 9834checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9835dependencies = [
 9836 "memchr",
 9837]
 9838
 9839[[package]]
 9840name = "linux-raw-sys"
 9841version = "0.4.15"
 9842source = "registry+https://github.com/rust-lang/crates.io-index"
 9843checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9844
 9845[[package]]
 9846name = "linux-raw-sys"
 9847version = "0.11.0"
 9848source = "registry+https://github.com/rust-lang/crates.io-index"
 9849checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9850
 9851[[package]]
 9852name = "litemap"
 9853version = "0.8.0"
 9854source = "registry+https://github.com/rust-lang/crates.io-index"
 9855checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9856
 9857[[package]]
 9858name = "litrs"
 9859version = "1.0.0"
 9860source = "registry+https://github.com/rust-lang/crates.io-index"
 9861checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9862
 9863[[package]]
 9864name = "livekit"
 9865version = "0.7.32"
 9866source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9867dependencies = [
 9868 "base64 0.22.1",
 9869 "bmrng",
 9870 "bytes 1.11.1",
 9871 "chrono",
 9872 "futures-util",
 9873 "lazy_static",
 9874 "libloading",
 9875 "libwebrtc",
 9876 "livekit-api",
 9877 "livekit-protocol",
 9878 "livekit-runtime",
 9879 "log",
 9880 "parking_lot",
 9881 "prost 0.12.6",
 9882 "semver",
 9883 "serde",
 9884 "serde_json",
 9885 "thiserror 1.0.69",
 9886 "tokio",
 9887]
 9888
 9889[[package]]
 9890name = "livekit-api"
 9891version = "0.4.14"
 9892source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9893dependencies = [
 9894 "base64 0.21.7",
 9895 "futures-util",
 9896 "http 1.3.1",
 9897 "livekit-protocol",
 9898 "livekit-runtime",
 9899 "log",
 9900 "parking_lot",
 9901 "pbjson-types",
 9902 "prost 0.12.6",
 9903 "rand 0.9.2",
 9904 "reqwest 0.12.24",
 9905 "rustls-native-certs 0.6.3",
 9906 "scopeguard",
 9907 "serde",
 9908 "sha2",
 9909 "thiserror 1.0.69",
 9910 "tokio",
 9911 "tokio-rustls 0.26.2",
 9912 "tokio-tungstenite 0.28.0",
 9913 "url",
 9914]
 9915
 9916[[package]]
 9917name = "livekit-protocol"
 9918version = "0.7.1"
 9919source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9920dependencies = [
 9921 "futures-util",
 9922 "livekit-runtime",
 9923 "parking_lot",
 9924 "pbjson",
 9925 "pbjson-types",
 9926 "prost 0.12.6",
 9927 "serde",
 9928 "thiserror 1.0.69",
 9929 "tokio",
 9930]
 9931
 9932[[package]]
 9933name = "livekit-runtime"
 9934version = "0.4.0"
 9935source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9936dependencies = [
 9937 "tokio",
 9938 "tokio-stream",
 9939]
 9940
 9941[[package]]
 9942name = "livekit_api"
 9943version = "0.1.0"
 9944dependencies = [
 9945 "anyhow",
 9946 "async-trait",
 9947 "jsonwebtoken",
 9948 "log",
 9949 "prost 0.9.0",
 9950 "prost-build 0.9.0",
 9951 "prost-types 0.9.0",
 9952 "serde",
 9953 "zed-reqwest",
 9954]
 9955
 9956[[package]]
 9957name = "livekit_client"
 9958version = "0.1.0"
 9959dependencies = [
 9960 "anyhow",
 9961 "async-trait",
 9962 "audio",
 9963 "cocoa 0.26.0",
 9964 "collections",
 9965 "core-foundation 0.10.0",
 9966 "core-video",
 9967 "coreaudio-rs 0.12.1",
 9968 "cpal",
 9969 "futures 0.3.32",
 9970 "gpui",
 9971 "gpui_platform",
 9972 "gpui_tokio",
 9973 "http_client_tls",
 9974 "image",
 9975 "libwebrtc",
 9976 "livekit",
 9977 "livekit_api",
 9978 "log",
 9979 "nanoid",
 9980 "objc",
 9981 "parking_lot",
 9982 "postage",
 9983 "rodio",
 9984 "serde",
 9985 "serde_json",
 9986 "serde_urlencoded",
 9987 "settings",
 9988 "simplelog",
 9989 "smallvec",
 9990 "tokio",
 9991 "ui",
 9992 "util",
 9993 "webrtc-sys",
 9994 "zed-scap",
 9995]
 9996
 9997[[package]]
 9998name = "lmdb-master-sys"
 9999version = "0.2.5"
10000source = "registry+https://github.com/rust-lang/crates.io-index"
10001checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10002dependencies = [
10003 "cc",
10004 "doxygen-rs",
10005 "libc",
10006]
10007
10008[[package]]
10009name = "lmstudio"
10010version = "0.1.0"
10011dependencies = [
10012 "anyhow",
10013 "futures 0.3.32",
10014 "http_client",
10015 "schemars",
10016 "serde",
10017 "serde_json",
10018]
10019
10020[[package]]
10021name = "lock_api"
10022version = "0.4.14"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10025dependencies = [
10026 "scopeguard",
10027]
10028
10029[[package]]
10030name = "log"
10031version = "0.4.29"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10034dependencies = [
10035 "serde_core",
10036 "value-bag",
10037]
10038
10039[[package]]
10040name = "loom"
10041version = "0.7.2"
10042source = "registry+https://github.com/rust-lang/crates.io-index"
10043checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10044dependencies = [
10045 "cfg-if",
10046 "generator",
10047 "scoped-tls",
10048 "tracing",
10049 "tracing-subscriber",
10050]
10051
10052[[package]]
10053name = "loop9"
10054version = "0.1.5"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10057dependencies = [
10058 "imgref",
10059]
10060
10061[[package]]
10062name = "lru"
10063version = "0.12.5"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10066dependencies = [
10067 "hashbrown 0.15.5",
10068]
10069
10070[[package]]
10071name = "lru-slab"
10072version = "0.1.2"
10073source = "registry+https://github.com/rust-lang/crates.io-index"
10074checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10075
10076[[package]]
10077name = "lsp"
10078version = "0.1.0"
10079dependencies = [
10080 "anyhow",
10081 "async-pipe",
10082 "collections",
10083 "ctor",
10084 "futures 0.3.32",
10085 "gpui",
10086 "gpui_util",
10087 "log",
10088 "lsp-types",
10089 "parking_lot",
10090 "postage",
10091 "release_channel",
10092 "schemars",
10093 "semver",
10094 "serde",
10095 "serde_json",
10096 "smol",
10097 "util",
10098 "zlog",
10099]
10100
10101[[package]]
10102name = "lsp-types"
10103version = "0.95.1"
10104source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10105dependencies = [
10106 "bitflags 1.3.2",
10107 "serde",
10108 "serde_json",
10109 "url",
10110]
10111
10112[[package]]
10113name = "lyon"
10114version = "1.0.16"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10117dependencies = [
10118 "lyon_algorithms",
10119 "lyon_extra",
10120 "lyon_tessellation",
10121]
10122
10123[[package]]
10124name = "lyon_algorithms"
10125version = "1.0.16"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10128dependencies = [
10129 "lyon_path",
10130 "num-traits",
10131]
10132
10133[[package]]
10134name = "lyon_extra"
10135version = "1.0.3"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10138dependencies = [
10139 "lyon_path",
10140 "thiserror 1.0.69",
10141]
10142
10143[[package]]
10144name = "lyon_geom"
10145version = "1.0.17"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10148dependencies = [
10149 "arrayvec",
10150 "euclid",
10151 "num-traits",
10152]
10153
10154[[package]]
10155name = "lyon_path"
10156version = "1.0.16"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10159dependencies = [
10160 "lyon_geom",
10161 "num-traits",
10162]
10163
10164[[package]]
10165name = "lyon_tessellation"
10166version = "1.0.16"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10169dependencies = [
10170 "float_next_after",
10171 "lyon_path",
10172 "num-traits",
10173]
10174
10175[[package]]
10176name = "mac"
10177version = "0.1.1"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10180
10181[[package]]
10182name = "mach2"
10183version = "0.4.3"
10184source = "registry+https://github.com/rust-lang/crates.io-index"
10185checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10186dependencies = [
10187 "libc",
10188]
10189
10190[[package]]
10191name = "mach2"
10192version = "0.5.0"
10193source = "registry+https://github.com/rust-lang/crates.io-index"
10194checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10195dependencies = [
10196 "libc",
10197]
10198
10199[[package]]
10200name = "malloc_buf"
10201version = "0.0.6"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10204dependencies = [
10205 "libc",
10206]
10207
10208[[package]]
10209name = "maplit"
10210version = "1.0.2"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10213
10214[[package]]
10215name = "markdown"
10216version = "0.1.0"
10217dependencies = [
10218 "anyhow",
10219 "assets",
10220 "base64 0.22.1",
10221 "collections",
10222 "env_logger 0.11.8",
10223 "fs",
10224 "futures 0.3.32",
10225 "gpui",
10226 "gpui_platform",
10227 "html5ever 0.27.0",
10228 "language",
10229 "languages",
10230 "linkify",
10231 "log",
10232 "markup5ever_rcdom",
10233 "mermaid-rs-renderer",
10234 "node_runtime",
10235 "pulldown-cmark 0.13.0",
10236 "settings",
10237 "stacksafe",
10238 "sum_tree",
10239 "theme",
10240 "theme_settings",
10241 "ui",
10242 "util",
10243]
10244
10245[[package]]
10246name = "markdown_preview"
10247version = "0.1.0"
10248dependencies = [
10249 "anyhow",
10250 "editor",
10251 "gpui",
10252 "language",
10253 "log",
10254 "markdown",
10255 "project",
10256 "settings",
10257 "tempfile",
10258 "theme_settings",
10259 "ui",
10260 "urlencoding",
10261 "util",
10262 "workspace",
10263 "zed_actions",
10264]
10265
10266[[package]]
10267name = "markup5ever"
10268version = "0.12.1"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10271dependencies = [
10272 "log",
10273 "phf 0.11.3",
10274 "phf_codegen",
10275 "string_cache",
10276 "string_cache_codegen",
10277 "tendril",
10278]
10279
10280[[package]]
10281name = "markup5ever"
10282version = "0.35.0"
10283source = "registry+https://github.com/rust-lang/crates.io-index"
10284checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10285dependencies = [
10286 "log",
10287 "tendril",
10288 "web_atoms",
10289]
10290
10291[[package]]
10292name = "markup5ever_rcdom"
10293version = "0.3.0"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10296dependencies = [
10297 "html5ever 0.27.0",
10298 "markup5ever 0.12.1",
10299 "tendril",
10300 "xml5ever",
10301]
10302
10303[[package]]
10304name = "match_token"
10305version = "0.35.0"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10308dependencies = [
10309 "proc-macro2",
10310 "quote",
10311 "syn 2.0.117",
10312]
10313
10314[[package]]
10315name = "matchers"
10316version = "0.2.0"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10319dependencies = [
10320 "regex-automata",
10321]
10322
10323[[package]]
10324name = "matchit"
10325version = "0.7.3"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10328
10329[[package]]
10330name = "maybe-owned"
10331version = "0.3.4"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10334
10335[[package]]
10336name = "maybe-rayon"
10337version = "0.1.1"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10340dependencies = [
10341 "cfg-if",
10342 "rayon",
10343]
10344
10345[[package]]
10346name = "md-5"
10347version = "0.10.6"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10350dependencies = [
10351 "cfg-if",
10352 "digest",
10353]
10354
10355[[package]]
10356name = "mdbook"
10357version = "0.4.40"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10360dependencies = [
10361 "ammonia",
10362 "anyhow",
10363 "chrono",
10364 "clap",
10365 "clap_complete",
10366 "elasticlunr-rs",
10367 "env_logger 0.11.8",
10368 "futures-util",
10369 "handlebars 5.1.2",
10370 "ignore",
10371 "log",
10372 "memchr",
10373 "notify 6.1.1",
10374 "notify-debouncer-mini",
10375 "once_cell",
10376 "opener",
10377 "pathdiff",
10378 "pulldown-cmark 0.10.3",
10379 "regex",
10380 "serde",
10381 "serde_json",
10382 "shlex",
10383 "tempfile",
10384 "tokio",
10385 "toml 0.5.11",
10386 "topological-sort",
10387 "walkdir",
10388 "warp",
10389]
10390
10391[[package]]
10392name = "media"
10393version = "0.1.0"
10394dependencies = [
10395 "anyhow",
10396 "bindgen 0.71.1",
10397 "core-foundation 0.10.0",
10398 "core-video",
10399 "ctor",
10400 "foreign-types 0.5.0",
10401 "metal",
10402 "objc",
10403]
10404
10405[[package]]
10406name = "memchr"
10407version = "2.7.6"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10410
10411[[package]]
10412name = "memfd"
10413version = "0.6.5"
10414source = "registry+https://github.com/rust-lang/crates.io-index"
10415checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10416dependencies = [
10417 "rustix 1.1.2",
10418]
10419
10420[[package]]
10421name = "memmap2"
10422version = "0.9.8"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10425dependencies = [
10426 "libc",
10427 "stable_deref_trait",
10428]
10429
10430[[package]]
10431name = "memoffset"
10432version = "0.9.1"
10433source = "registry+https://github.com/rust-lang/crates.io-index"
10434checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10435dependencies = [
10436 "autocfg",
10437]
10438
10439[[package]]
10440name = "menu"
10441version = "0.1.0"
10442dependencies = [
10443 "gpui",
10444]
10445
10446[[package]]
10447name = "merge"
10448version = "0.1.0"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10451dependencies = [
10452 "merge_derive",
10453 "num-traits",
10454]
10455
10456[[package]]
10457name = "merge_derive"
10458version = "0.1.0"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10461dependencies = [
10462 "proc-macro-error",
10463 "proc-macro2",
10464 "quote",
10465 "syn 1.0.109",
10466]
10467
10468[[package]]
10469name = "mermaid-rs-renderer"
10470version = "0.2.0"
10471source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10472dependencies = [
10473 "anyhow",
10474 "fontdb 0.16.2",
10475 "json5",
10476 "once_cell",
10477 "regex",
10478 "serde",
10479 "serde_json",
10480 "thiserror 2.0.17",
10481 "ttf-parser 0.20.0",
10482]
10483
10484[[package]]
10485name = "metal"
10486version = "0.33.0"
10487source = "registry+https://github.com/rust-lang/crates.io-index"
10488checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10489dependencies = [
10490 "bitflags 2.10.0",
10491 "block",
10492 "core-graphics-types 0.2.0",
10493 "foreign-types 0.5.0",
10494 "log",
10495 "objc",
10496 "paste",
10497]
10498
10499[[package]]
10500name = "migrator"
10501version = "0.1.0"
10502dependencies = [
10503 "anyhow",
10504 "collections",
10505 "convert_case 0.8.0",
10506 "log",
10507 "pretty_assertions",
10508 "serde_json",
10509 "serde_json_lenient",
10510 "settings_content",
10511 "settings_json",
10512 "streaming-iterator",
10513 "tree-sitter",
10514 "tree-sitter-json",
10515 "unindent",
10516]
10517
10518[[package]]
10519name = "mimalloc"
10520version = "0.1.48"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10523dependencies = [
10524 "libmimalloc-sys",
10525]
10526
10527[[package]]
10528name = "mime"
10529version = "0.3.17"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10532
10533[[package]]
10534name = "mime_guess"
10535version = "2.0.5"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10538dependencies = [
10539 "mime",
10540 "unicase",
10541]
10542
10543[[package]]
10544name = "minidump-common"
10545version = "0.26.1"
10546source = "registry+https://github.com/rust-lang/crates.io-index"
10547checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10548dependencies = [
10549 "bitflags 2.10.0",
10550 "debugid",
10551 "num-derive",
10552 "num-traits",
10553 "range-map",
10554 "scroll",
10555 "smart-default",
10556]
10557
10558[[package]]
10559name = "minidump-writer"
10560version = "0.11.0"
10561source = "registry+https://github.com/rust-lang/crates.io-index"
10562checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10563dependencies = [
10564 "bitflags 2.10.0",
10565 "byteorder",
10566 "cfg-if",
10567 "crash-context",
10568 "error-graph",
10569 "failspot",
10570 "goblin",
10571 "libc",
10572 "log",
10573 "mach2 0.4.3",
10574 "memmap2",
10575 "memoffset",
10576 "minidump-common",
10577 "nix 0.29.0",
10578 "procfs-core",
10579 "scroll",
10580 "serde",
10581 "serde_json",
10582 "tempfile",
10583 "thiserror 2.0.17",
10584]
10585
10586[[package]]
10587name = "minidumper"
10588version = "0.9.0"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10591dependencies = [
10592 "cfg-if",
10593 "crash-context",
10594 "libc",
10595 "log",
10596 "minidump-writer",
10597 "parking_lot",
10598 "polling",
10599 "scroll",
10600 "thiserror 2.0.17",
10601 "uds",
10602]
10603
10604[[package]]
10605name = "minimal-lexical"
10606version = "0.2.1"
10607source = "registry+https://github.com/rust-lang/crates.io-index"
10608checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10609
10610[[package]]
10611name = "miniprofiler_ui"
10612version = "0.1.0"
10613dependencies = [
10614 "gpui",
10615 "rpc",
10616 "serde_json",
10617 "smol",
10618 "theme_settings",
10619 "util",
10620 "workspace",
10621 "zed_actions",
10622]
10623
10624[[package]]
10625name = "miniz_oxide"
10626version = "0.8.9"
10627source = "registry+https://github.com/rust-lang/crates.io-index"
10628checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10629dependencies = [
10630 "adler2",
10631 "simd-adler32",
10632]
10633
10634[[package]]
10635name = "mio"
10636version = "0.8.11"
10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10639dependencies = [
10640 "libc",
10641 "log",
10642 "wasi",
10643 "windows-sys 0.48.0",
10644]
10645
10646[[package]]
10647name = "mio"
10648version = "1.1.0"
10649source = "registry+https://github.com/rust-lang/crates.io-index"
10650checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10651dependencies = [
10652 "libc",
10653 "log",
10654 "wasi",
10655 "windows-sys 0.61.2",
10656]
10657
10658[[package]]
10659name = "miow"
10660version = "0.6.1"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10663dependencies = [
10664 "windows-sys 0.61.2",
10665]
10666
10667[[package]]
10668name = "mistral"
10669version = "0.1.0"
10670dependencies = [
10671 "anyhow",
10672 "futures 0.3.32",
10673 "http_client",
10674 "schemars",
10675 "serde",
10676 "serde_json",
10677 "strum 0.27.2",
10678]
10679
10680[[package]]
10681name = "moka"
10682version = "0.12.11"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10685dependencies = [
10686 "crossbeam-channel",
10687 "crossbeam-epoch",
10688 "crossbeam-utils",
10689 "equivalent",
10690 "parking_lot",
10691 "portable-atomic",
10692 "rustc_version",
10693 "smallvec",
10694 "tagptr",
10695 "uuid",
10696]
10697
10698[[package]]
10699name = "moxcms"
10700version = "0.7.7"
10701source = "registry+https://github.com/rust-lang/crates.io-index"
10702checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10703dependencies = [
10704 "num-traits",
10705 "pxfm",
10706]
10707
10708[[package]]
10709name = "msvc_spectre_libs"
10710version = "0.1.3"
10711source = "registry+https://github.com/rust-lang/crates.io-index"
10712checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10713dependencies = [
10714 "cc",
10715]
10716
10717[[package]]
10718name = "multi_buffer"
10719version = "0.1.0"
10720dependencies = [
10721 "anyhow",
10722 "buffer_diff",
10723 "clock",
10724 "collections",
10725 "ctor",
10726 "gpui",
10727 "indoc",
10728 "itertools 0.14.0",
10729 "language",
10730 "log",
10731 "parking_lot",
10732 "pretty_assertions",
10733 "rand 0.9.2",
10734 "rope",
10735 "serde",
10736 "settings",
10737 "smallvec",
10738 "smol",
10739 "sum_tree",
10740 "text",
10741 "theme",
10742 "tracing",
10743 "tree-sitter",
10744 "unicode-segmentation",
10745 "util",
10746 "zlog",
10747 "ztracing",
10748]
10749
10750[[package]]
10751name = "multimap"
10752version = "0.8.3"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10755
10756[[package]]
10757name = "naga"
10758version = "29.0.0"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10761dependencies = [
10762 "arrayvec",
10763 "bit-set 0.9.1",
10764 "bitflags 2.10.0",
10765 "cfg-if",
10766 "cfg_aliases 0.2.1",
10767 "codespan-reporting",
10768 "half",
10769 "hashbrown 0.16.1",
10770 "hexf-parse",
10771 "indexmap",
10772 "libm",
10773 "log",
10774 "num-traits",
10775 "once_cell",
10776 "rustc-hash 1.1.0",
10777 "thiserror 2.0.17",
10778 "unicode-ident",
10779]
10780
10781[[package]]
10782name = "naga"
10783version = "29.0.0"
10784source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10785dependencies = [
10786 "arrayvec",
10787 "bit-set 0.9.1",
10788 "bitflags 2.10.0",
10789 "cfg-if",
10790 "cfg_aliases 0.2.1",
10791 "codespan-reporting",
10792 "half",
10793 "hashbrown 0.16.1",
10794 "hexf-parse",
10795 "indexmap",
10796 "libm",
10797 "log",
10798 "num-traits",
10799 "once_cell",
10800 "rustc-hash 1.1.0",
10801 "spirv",
10802 "thiserror 2.0.17",
10803 "unicode-ident",
10804]
10805
10806[[package]]
10807name = "nanoid"
10808version = "0.4.0"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10811dependencies = [
10812 "rand 0.8.5",
10813]
10814
10815[[package]]
10816name = "nanorand"
10817version = "0.7.0"
10818source = "registry+https://github.com/rust-lang/crates.io-index"
10819checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10820dependencies = [
10821 "getrandom 0.2.16",
10822]
10823
10824[[package]]
10825name = "native-tls"
10826version = "0.2.14"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10829dependencies = [
10830 "libc",
10831 "log",
10832 "openssl",
10833 "openssl-probe",
10834 "openssl-sys",
10835 "schannel",
10836 "security-framework 2.11.1",
10837 "security-framework-sys",
10838 "tempfile",
10839]
10840
10841[[package]]
10842name = "nbformat"
10843version = "1.2.0"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10846dependencies = [
10847 "anyhow",
10848 "chrono",
10849 "jupyter-protocol",
10850 "serde",
10851 "serde_json",
10852 "thiserror 1.0.69",
10853 "uuid",
10854]
10855
10856[[package]]
10857name = "nc"
10858version = "0.1.0"
10859dependencies = [
10860 "anyhow",
10861 "futures 0.3.32",
10862 "net",
10863 "smol",
10864]
10865
10866[[package]]
10867name = "ndk"
10868version = "0.9.0"
10869source = "registry+https://github.com/rust-lang/crates.io-index"
10870checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10871dependencies = [
10872 "bitflags 2.10.0",
10873 "jni-sys",
10874 "log",
10875 "ndk-sys",
10876 "num_enum",
10877 "thiserror 1.0.69",
10878]
10879
10880[[package]]
10881name = "ndk-context"
10882version = "0.1.1"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10885
10886[[package]]
10887name = "ndk-sys"
10888version = "0.6.0+11769913"
10889source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10891dependencies = [
10892 "jni-sys",
10893]
10894
10895[[package]]
10896name = "net"
10897version = "0.1.0"
10898dependencies = [
10899 "anyhow",
10900 "async-io",
10901 "smol",
10902 "tempfile",
10903 "windows 0.61.3",
10904]
10905
10906[[package]]
10907name = "new_debug_unreachable"
10908version = "1.0.6"
10909source = "registry+https://github.com/rust-lang/crates.io-index"
10910checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10911
10912[[package]]
10913name = "nix"
10914version = "0.28.0"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10917dependencies = [
10918 "bitflags 2.10.0",
10919 "cfg-if",
10920 "cfg_aliases 0.1.1",
10921 "libc",
10922]
10923
10924[[package]]
10925name = "nix"
10926version = "0.29.0"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10929dependencies = [
10930 "bitflags 2.10.0",
10931 "cfg-if",
10932 "cfg_aliases 0.2.1",
10933 "libc",
10934]
10935
10936[[package]]
10937name = "nix"
10938version = "0.30.1"
10939source = "registry+https://github.com/rust-lang/crates.io-index"
10940checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10941dependencies = [
10942 "bitflags 2.10.0",
10943 "cfg-if",
10944 "cfg_aliases 0.2.1",
10945 "libc",
10946]
10947
10948[[package]]
10949name = "node_runtime"
10950version = "0.1.0"
10951dependencies = [
10952 "anyhow",
10953 "async-compression",
10954 "async-std",
10955 "async-tar",
10956 "async-trait",
10957 "futures 0.3.32",
10958 "http_client",
10959 "log",
10960 "paths",
10961 "semver",
10962 "serde",
10963 "serde_json",
10964 "smol",
10965 "util",
10966 "watch",
10967 "which 6.0.3",
10968]
10969
10970[[package]]
10971name = "nom"
10972version = "7.1.3"
10973source = "registry+https://github.com/rust-lang/crates.io-index"
10974checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10975dependencies = [
10976 "memchr",
10977 "minimal-lexical",
10978]
10979
10980[[package]]
10981name = "nom"
10982version = "8.0.0"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10985dependencies = [
10986 "memchr",
10987]
10988
10989[[package]]
10990name = "noop_proc_macro"
10991version = "0.3.0"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10994
10995[[package]]
10996name = "normpath"
10997version = "1.5.0"
10998source = "registry+https://github.com/rust-lang/crates.io-index"
10999checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11000dependencies = [
11001 "windows-sys 0.61.2",
11002]
11003
11004[[package]]
11005name = "notifications"
11006version = "0.1.0"
11007dependencies = [
11008 "anyhow",
11009 "channel",
11010 "client",
11011 "component",
11012 "db",
11013 "gpui",
11014 "rpc",
11015 "sum_tree",
11016 "time",
11017 "ui",
11018 "util",
11019 "workspace",
11020 "zed_actions",
11021]
11022
11023[[package]]
11024name = "notify"
11025version = "6.1.1"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11028dependencies = [
11029 "bitflags 2.10.0",
11030 "crossbeam-channel",
11031 "filetime",
11032 "fsevent-sys",
11033 "inotify 0.9.6",
11034 "kqueue",
11035 "libc",
11036 "log",
11037 "mio 0.8.11",
11038 "walkdir",
11039 "windows-sys 0.48.0",
11040]
11041
11042[[package]]
11043name = "notify"
11044version = "8.2.0"
11045source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11046dependencies = [
11047 "bitflags 2.10.0",
11048 "fsevent-sys",
11049 "inotify 0.11.0",
11050 "kqueue",
11051 "libc",
11052 "log",
11053 "mio 1.1.0",
11054 "notify-types",
11055 "walkdir",
11056 "windows-sys 0.60.2",
11057]
11058
11059[[package]]
11060name = "notify-debouncer-mini"
11061version = "0.4.1"
11062source = "registry+https://github.com/rust-lang/crates.io-index"
11063checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11064dependencies = [
11065 "crossbeam-channel",
11066 "log",
11067 "notify 6.1.1",
11068]
11069
11070[[package]]
11071name = "notify-types"
11072version = "2.0.0"
11073source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11074
11075[[package]]
11076name = "ntapi"
11077version = "0.4.1"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11080dependencies = [
11081 "winapi",
11082]
11083
11084[[package]]
11085name = "nu-ansi-term"
11086version = "0.50.3"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11089dependencies = [
11090 "windows-sys 0.61.2",
11091]
11092
11093[[package]]
11094name = "nucleo"
11095version = "0.5.0"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11098dependencies = [
11099 "nucleo-matcher",
11100 "parking_lot",
11101 "rayon",
11102]
11103
11104[[package]]
11105name = "nucleo-matcher"
11106version = "0.3.1"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11109dependencies = [
11110 "memchr",
11111 "unicode-segmentation",
11112]
11113
11114[[package]]
11115name = "num"
11116version = "0.4.3"
11117source = "registry+https://github.com/rust-lang/crates.io-index"
11118checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11119dependencies = [
11120 "num-bigint",
11121 "num-complex",
11122 "num-integer",
11123 "num-iter",
11124 "num-rational",
11125 "num-traits",
11126]
11127
11128[[package]]
11129name = "num-bigint"
11130version = "0.4.6"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11133dependencies = [
11134 "num-integer",
11135 "num-traits",
11136]
11137
11138[[package]]
11139name = "num-bigint-dig"
11140version = "0.8.6"
11141source = "registry+https://github.com/rust-lang/crates.io-index"
11142checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11143dependencies = [
11144 "lazy_static",
11145 "libm",
11146 "num-integer",
11147 "num-iter",
11148 "num-traits",
11149 "rand 0.8.5",
11150 "smallvec",
11151 "zeroize",
11152]
11153
11154[[package]]
11155name = "num-bigint-dig"
11156version = "0.9.1"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11159dependencies = [
11160 "libm",
11161 "num-integer",
11162 "num-iter",
11163 "num-traits",
11164 "once_cell",
11165 "rand 0.9.2",
11166 "serde",
11167 "smallvec",
11168 "zeroize",
11169]
11170
11171[[package]]
11172name = "num-cmp"
11173version = "0.1.0"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11176
11177[[package]]
11178name = "num-complex"
11179version = "0.4.6"
11180source = "registry+https://github.com/rust-lang/crates.io-index"
11181checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11182dependencies = [
11183 "bytemuck",
11184 "num-traits",
11185]
11186
11187[[package]]
11188name = "num-conv"
11189version = "0.2.0"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11192
11193[[package]]
11194name = "num-derive"
11195version = "0.4.2"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11198dependencies = [
11199 "proc-macro2",
11200 "quote",
11201 "syn 2.0.117",
11202]
11203
11204[[package]]
11205name = "num-format"
11206version = "0.4.4"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11209dependencies = [
11210 "arrayvec",
11211 "itoa",
11212]
11213
11214[[package]]
11215name = "num-integer"
11216version = "0.1.46"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11219dependencies = [
11220 "num-traits",
11221]
11222
11223[[package]]
11224name = "num-iter"
11225version = "0.1.45"
11226source = "registry+https://github.com/rust-lang/crates.io-index"
11227checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11228dependencies = [
11229 "autocfg",
11230 "num-integer",
11231 "num-traits",
11232]
11233
11234[[package]]
11235name = "num-rational"
11236version = "0.4.2"
11237source = "registry+https://github.com/rust-lang/crates.io-index"
11238checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11239dependencies = [
11240 "num-bigint",
11241 "num-integer",
11242 "num-traits",
11243]
11244
11245[[package]]
11246name = "num-traits"
11247version = "0.2.19"
11248source = "registry+https://github.com/rust-lang/crates.io-index"
11249checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11250dependencies = [
11251 "autocfg",
11252 "libm",
11253]
11254
11255[[package]]
11256name = "num_cpus"
11257version = "1.17.0"
11258source = "registry+https://github.com/rust-lang/crates.io-index"
11259checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11260dependencies = [
11261 "hermit-abi",
11262 "libc",
11263]
11264
11265[[package]]
11266name = "num_enum"
11267version = "0.7.4"
11268source = "registry+https://github.com/rust-lang/crates.io-index"
11269checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11270dependencies = [
11271 "num_enum_derive",
11272 "rustversion",
11273]
11274
11275[[package]]
11276name = "num_enum_derive"
11277version = "0.7.4"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11280dependencies = [
11281 "proc-macro-crate",
11282 "proc-macro2",
11283 "quote",
11284 "syn 2.0.117",
11285]
11286
11287[[package]]
11288name = "num_threads"
11289version = "0.1.7"
11290source = "registry+https://github.com/rust-lang/crates.io-index"
11291checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11292dependencies = [
11293 "libc",
11294]
11295
11296[[package]]
11297name = "nvim-rs"
11298version = "0.9.2"
11299source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11300dependencies = [
11301 "async-trait",
11302 "futures 0.3.32",
11303 "log",
11304 "rmp",
11305 "rmpv",
11306 "tokio",
11307 "tokio-util",
11308]
11309
11310[[package]]
11311name = "objc"
11312version = "0.2.7"
11313source = "registry+https://github.com/rust-lang/crates.io-index"
11314checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11315dependencies = [
11316 "malloc_buf",
11317 "objc_exception",
11318]
11319
11320[[package]]
11321name = "objc-foundation"
11322version = "0.1.1"
11323source = "registry+https://github.com/rust-lang/crates.io-index"
11324checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11325dependencies = [
11326 "block",
11327 "objc",
11328 "objc_id",
11329]
11330
11331[[package]]
11332name = "objc2"
11333version = "0.6.3"
11334source = "registry+https://github.com/rust-lang/crates.io-index"
11335checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11336dependencies = [
11337 "objc2-encode",
11338]
11339
11340[[package]]
11341name = "objc2-app-kit"
11342version = "0.3.1"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11345dependencies = [
11346 "objc2",
11347 "objc2-foundation",
11348]
11349
11350[[package]]
11351name = "objc2-audio-toolbox"
11352version = "0.3.2"
11353source = "registry+https://github.com/rust-lang/crates.io-index"
11354checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11355dependencies = [
11356 "bitflags 2.10.0",
11357 "libc",
11358 "objc2",
11359 "objc2-core-audio",
11360 "objc2-core-audio-types",
11361 "objc2-core-foundation",
11362 "objc2-foundation",
11363]
11364
11365[[package]]
11366name = "objc2-avf-audio"
11367version = "0.3.2"
11368source = "registry+https://github.com/rust-lang/crates.io-index"
11369checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11370dependencies = [
11371 "objc2",
11372 "objc2-foundation",
11373]
11374
11375[[package]]
11376name = "objc2-core-audio"
11377version = "0.3.2"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11380dependencies = [
11381 "dispatch2",
11382 "objc2",
11383 "objc2-core-audio-types",
11384 "objc2-core-foundation",
11385 "objc2-foundation",
11386]
11387
11388[[package]]
11389name = "objc2-core-audio-types"
11390version = "0.3.2"
11391source = "registry+https://github.com/rust-lang/crates.io-index"
11392checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11393dependencies = [
11394 "bitflags 2.10.0",
11395 "objc2",
11396]
11397
11398[[package]]
11399name = "objc2-core-foundation"
11400version = "0.3.2"
11401source = "registry+https://github.com/rust-lang/crates.io-index"
11402checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11403dependencies = [
11404 "bitflags 2.10.0",
11405 "block2",
11406 "dispatch2",
11407 "libc",
11408 "objc2",
11409]
11410
11411[[package]]
11412name = "objc2-encode"
11413version = "4.1.0"
11414source = "registry+https://github.com/rust-lang/crates.io-index"
11415checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11416
11417[[package]]
11418name = "objc2-foundation"
11419version = "0.3.2"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11422dependencies = [
11423 "bitflags 2.10.0",
11424 "block2",
11425 "libc",
11426 "objc2",
11427 "objc2-core-foundation",
11428]
11429
11430[[package]]
11431name = "objc2-io-kit"
11432version = "0.3.2"
11433source = "registry+https://github.com/rust-lang/crates.io-index"
11434checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11435dependencies = [
11436 "libc",
11437 "objc2-core-foundation",
11438]
11439
11440[[package]]
11441name = "objc2-metal"
11442version = "0.3.2"
11443source = "registry+https://github.com/rust-lang/crates.io-index"
11444checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11445dependencies = [
11446 "bitflags 2.10.0",
11447 "block2",
11448 "dispatch2",
11449 "objc2",
11450 "objc2-core-foundation",
11451 "objc2-foundation",
11452]
11453
11454[[package]]
11455name = "objc2-quartz-core"
11456version = "0.3.2"
11457source = "registry+https://github.com/rust-lang/crates.io-index"
11458checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11459dependencies = [
11460 "bitflags 2.10.0",
11461 "objc2",
11462 "objc2-core-foundation",
11463 "objc2-foundation",
11464 "objc2-metal",
11465]
11466
11467[[package]]
11468name = "objc_exception"
11469version = "0.1.2"
11470source = "registry+https://github.com/rust-lang/crates.io-index"
11471checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11472dependencies = [
11473 "cc",
11474]
11475
11476[[package]]
11477name = "objc_id"
11478version = "0.1.1"
11479source = "registry+https://github.com/rust-lang/crates.io-index"
11480checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11481dependencies = [
11482 "objc",
11483]
11484
11485[[package]]
11486name = "object"
11487version = "0.37.3"
11488source = "registry+https://github.com/rust-lang/crates.io-index"
11489checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11490dependencies = [
11491 "crc32fast",
11492 "hashbrown 0.15.5",
11493 "indexmap",
11494 "memchr",
11495]
11496
11497[[package]]
11498name = "octocrab"
11499version = "0.49.7"
11500source = "registry+https://github.com/rust-lang/crates.io-index"
11501checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11502dependencies = [
11503 "arc-swap",
11504 "async-trait",
11505 "base64 0.22.1",
11506 "bytes 1.11.1",
11507 "cargo_metadata 0.23.1",
11508 "cfg-if",
11509 "chrono",
11510 "either",
11511 "futures 0.3.32",
11512 "futures-core",
11513 "futures-util",
11514 "getrandom 0.2.16",
11515 "http 1.3.1",
11516 "http-body 1.0.1",
11517 "http-body-util",
11518 "hyper 1.7.0",
11519 "hyper-rustls 0.27.7",
11520 "hyper-timeout",
11521 "hyper-util",
11522 "jsonwebtoken",
11523 "once_cell",
11524 "percent-encoding",
11525 "pin-project",
11526 "secrecy",
11527 "serde",
11528 "serde_json",
11529 "serde_path_to_error",
11530 "serde_urlencoded",
11531 "snafu",
11532 "tokio",
11533 "tower 0.5.2",
11534 "tower-http 0.6.6",
11535 "url",
11536 "web-time",
11537]
11538
11539[[package]]
11540name = "ollama"
11541version = "0.1.0"
11542dependencies = [
11543 "anyhow",
11544 "futures 0.3.32",
11545 "http_client",
11546 "schemars",
11547 "serde",
11548 "serde_json",
11549 "settings",
11550]
11551
11552[[package]]
11553name = "onboarding"
11554version = "0.1.0"
11555dependencies = [
11556 "anyhow",
11557 "client",
11558 "cloud_api_types",
11559 "collections",
11560 "component",
11561 "db",
11562 "documented",
11563 "fs",
11564 "fuzzy",
11565 "gpui",
11566 "menu",
11567 "notifications",
11568 "picker",
11569 "project",
11570 "schemars",
11571 "serde",
11572 "settings",
11573 "telemetry",
11574 "theme",
11575 "theme_settings",
11576 "ui",
11577 "util",
11578 "vim_mode_setting",
11579 "workspace",
11580 "zed_actions",
11581 "zlog",
11582]
11583
11584[[package]]
11585name = "once_cell"
11586version = "1.21.3"
11587source = "registry+https://github.com/rust-lang/crates.io-index"
11588checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11589
11590[[package]]
11591name = "once_cell_polyfill"
11592version = "1.70.1"
11593source = "registry+https://github.com/rust-lang/crates.io-index"
11594checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11595
11596[[package]]
11597name = "oo7"
11598version = "0.6.0"
11599source = "registry+https://github.com/rust-lang/crates.io-index"
11600checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11601dependencies = [
11602 "aes",
11603 "ashpd",
11604 "async-fs",
11605 "async-io",
11606 "async-lock 3.4.2",
11607 "blocking",
11608 "cbc",
11609 "cipher",
11610 "digest",
11611 "endi",
11612 "futures-lite 2.6.1",
11613 "futures-util",
11614 "getrandom 0.4.1",
11615 "hkdf",
11616 "hmac",
11617 "md-5",
11618 "num",
11619 "num-bigint-dig 0.9.1",
11620 "pbkdf2 0.12.2",
11621 "serde",
11622 "serde_bytes",
11623 "sha2",
11624 "subtle",
11625 "zbus",
11626 "zbus_macros",
11627 "zeroize",
11628 "zvariant",
11629]
11630
11631[[package]]
11632name = "oorandom"
11633version = "11.1.5"
11634source = "registry+https://github.com/rust-lang/crates.io-index"
11635checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11636
11637[[package]]
11638name = "open"
11639version = "5.3.2"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11642dependencies = [
11643 "is-wsl",
11644 "libc",
11645 "pathdiff",
11646]
11647
11648[[package]]
11649name = "open_ai"
11650version = "0.1.0"
11651dependencies = [
11652 "anyhow",
11653 "collections",
11654 "futures 0.3.32",
11655 "http_client",
11656 "language_model_core",
11657 "log",
11658 "pretty_assertions",
11659 "rand 0.9.2",
11660 "schemars",
11661 "serde",
11662 "serde_json",
11663 "strum 0.27.2",
11664 "thiserror 2.0.17",
11665 "tiktoken-rs",
11666]
11667
11668[[package]]
11669name = "open_path_prompt"
11670version = "0.1.0"
11671dependencies = [
11672 "editor",
11673 "file_icons",
11674 "futures 0.3.32",
11675 "fuzzy",
11676 "gpui",
11677 "picker",
11678 "project",
11679 "schemars",
11680 "serde",
11681 "serde_json",
11682 "settings",
11683 "theme",
11684 "theme_settings",
11685 "ui",
11686 "util",
11687 "workspace",
11688]
11689
11690[[package]]
11691name = "open_router"
11692version = "0.1.0"
11693dependencies = [
11694 "anyhow",
11695 "futures 0.3.32",
11696 "http_client",
11697 "language_model_core",
11698 "schemars",
11699 "serde",
11700 "serde_json",
11701 "settings",
11702 "strum 0.27.2",
11703 "thiserror 2.0.17",
11704]
11705
11706[[package]]
11707name = "opencode"
11708version = "0.1.0"
11709dependencies = [
11710 "anyhow",
11711 "futures 0.3.32",
11712 "google_ai",
11713 "http_client",
11714 "schemars",
11715 "serde",
11716 "serde_json",
11717 "strum 0.27.2",
11718]
11719
11720[[package]]
11721name = "opener"
11722version = "0.7.2"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11725dependencies = [
11726 "bstr",
11727 "dbus",
11728 "normpath",
11729 "windows-sys 0.59.0",
11730]
11731
11732[[package]]
11733name = "openssl"
11734version = "0.10.74"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11737dependencies = [
11738 "bitflags 2.10.0",
11739 "cfg-if",
11740 "foreign-types 0.3.2",
11741 "libc",
11742 "once_cell",
11743 "openssl-macros",
11744 "openssl-sys",
11745]
11746
11747[[package]]
11748name = "openssl-macros"
11749version = "0.1.1"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11752dependencies = [
11753 "proc-macro2",
11754 "quote",
11755 "syn 2.0.117",
11756]
11757
11758[[package]]
11759name = "openssl-probe"
11760version = "0.1.6"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11763
11764[[package]]
11765name = "openssl-sys"
11766version = "0.9.110"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11769dependencies = [
11770 "cc",
11771 "libc",
11772 "pkg-config",
11773 "vcpkg",
11774]
11775
11776[[package]]
11777name = "optfield"
11778version = "0.4.0"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11781dependencies = [
11782 "proc-macro2",
11783 "quote",
11784 "syn 2.0.117",
11785]
11786
11787[[package]]
11788name = "option-ext"
11789version = "0.2.0"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11792
11793[[package]]
11794name = "ordered-float"
11795version = "2.10.1"
11796source = "registry+https://github.com/rust-lang/crates.io-index"
11797checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11798dependencies = [
11799 "num-traits",
11800]
11801
11802[[package]]
11803name = "ordered-float"
11804version = "4.6.0"
11805source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11807dependencies = [
11808 "num-traits",
11809]
11810
11811[[package]]
11812name = "ordered-stream"
11813version = "0.2.0"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11816dependencies = [
11817 "futures-core",
11818 "pin-project-lite",
11819]
11820
11821[[package]]
11822name = "ouroboros"
11823version = "0.18.5"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11826dependencies = [
11827 "aliasable",
11828 "ouroboros_macro",
11829 "static_assertions",
11830]
11831
11832[[package]]
11833name = "ouroboros_macro"
11834version = "0.18.5"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11837dependencies = [
11838 "heck 0.4.1",
11839 "proc-macro2",
11840 "proc-macro2-diagnostics",
11841 "quote",
11842 "syn 2.0.117",
11843]
11844
11845[[package]]
11846name = "outline"
11847version = "0.1.0"
11848dependencies = [
11849 "editor",
11850 "fuzzy",
11851 "gpui",
11852 "indoc",
11853 "language",
11854 "lsp",
11855 "menu",
11856 "ordered-float 2.10.1",
11857 "picker",
11858 "project",
11859 "rope",
11860 "serde_json",
11861 "settings",
11862 "smol",
11863 "theme",
11864 "theme_settings",
11865 "ui",
11866 "util",
11867 "workspace",
11868 "zed_actions",
11869]
11870
11871[[package]]
11872name = "outline_panel"
11873version = "0.1.0"
11874dependencies = [
11875 "anyhow",
11876 "collections",
11877 "db",
11878 "editor",
11879 "file_icons",
11880 "fuzzy",
11881 "gpui",
11882 "itertools 0.14.0",
11883 "language",
11884 "log",
11885 "lsp",
11886 "menu",
11887 "outline",
11888 "pretty_assertions",
11889 "project",
11890 "search",
11891 "serde",
11892 "serde_json",
11893 "settings",
11894 "smallvec",
11895 "smol",
11896 "theme",
11897 "theme_settings",
11898 "ui",
11899 "util",
11900 "workspace",
11901 "worktree",
11902 "zed_actions",
11903]
11904
11905[[package]]
11906name = "outref"
11907version = "0.5.2"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11910
11911[[package]]
11912name = "p256"
11913version = "0.11.1"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11916dependencies = [
11917 "ecdsa",
11918 "elliptic-curve",
11919 "sha2",
11920]
11921
11922[[package]]
11923name = "page_size"
11924version = "0.6.0"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11927dependencies = [
11928 "libc",
11929 "winapi",
11930]
11931
11932[[package]]
11933name = "palette"
11934version = "0.7.6"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11937dependencies = [
11938 "approx",
11939 "fast-srgb8",
11940 "palette_derive",
11941]
11942
11943[[package]]
11944name = "palette_derive"
11945version = "0.7.6"
11946source = "registry+https://github.com/rust-lang/crates.io-index"
11947checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11948dependencies = [
11949 "by_address",
11950 "proc-macro2",
11951 "quote",
11952 "syn 2.0.117",
11953]
11954
11955[[package]]
11956name = "panel"
11957version = "0.1.0"
11958dependencies = [
11959 "gpui",
11960 "ui",
11961 "workspace",
11962]
11963
11964[[package]]
11965name = "parking"
11966version = "2.2.1"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11969
11970[[package]]
11971name = "parking_lot"
11972version = "0.12.5"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11975dependencies = [
11976 "lock_api",
11977 "parking_lot_core",
11978]
11979
11980[[package]]
11981name = "parking_lot_core"
11982version = "0.9.12"
11983source = "registry+https://github.com/rust-lang/crates.io-index"
11984checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11985dependencies = [
11986 "cfg-if",
11987 "libc",
11988 "redox_syscall 0.5.18",
11989 "smallvec",
11990 "windows-link 0.2.1",
11991]
11992
11993[[package]]
11994name = "parse_int"
11995version = "0.9.0"
11996source = "registry+https://github.com/rust-lang/crates.io-index"
11997checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11998dependencies = [
11999 "num-traits",
12000]
12001
12002[[package]]
12003name = "partial-json-fixer"
12004version = "0.5.3"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12007
12008[[package]]
12009name = "password-hash"
12010version = "0.4.2"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12013dependencies = [
12014 "base64ct",
12015 "rand_core 0.6.4",
12016 "subtle",
12017]
12018
12019[[package]]
12020name = "paste"
12021version = "1.0.15"
12022source = "registry+https://github.com/rust-lang/crates.io-index"
12023checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12024
12025[[package]]
12026name = "pathdiff"
12027version = "0.2.3"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12030
12031[[package]]
12032name = "pathfinder_geometry"
12033version = "0.5.1"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12036dependencies = [
12037 "log",
12038 "pathfinder_simd",
12039]
12040
12041[[package]]
12042name = "pathfinder_simd"
12043version = "0.5.5"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12046dependencies = [
12047 "rustc_version",
12048]
12049
12050[[package]]
12051name = "paths"
12052version = "0.1.0"
12053dependencies = [
12054 "dirs 4.0.0",
12055 "ignore",
12056 "util",
12057]
12058
12059[[package]]
12060name = "pbjson"
12061version = "0.6.0"
12062source = "registry+https://github.com/rust-lang/crates.io-index"
12063checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12064dependencies = [
12065 "base64 0.21.7",
12066 "serde",
12067]
12068
12069[[package]]
12070name = "pbjson-build"
12071version = "0.6.2"
12072source = "registry+https://github.com/rust-lang/crates.io-index"
12073checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12074dependencies = [
12075 "heck 0.4.1",
12076 "itertools 0.11.0",
12077 "prost 0.12.6",
12078 "prost-types 0.12.6",
12079]
12080
12081[[package]]
12082name = "pbjson-types"
12083version = "0.6.0"
12084source = "registry+https://github.com/rust-lang/crates.io-index"
12085checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12086dependencies = [
12087 "bytes 1.11.1",
12088 "chrono",
12089 "pbjson",
12090 "pbjson-build",
12091 "prost 0.12.6",
12092 "prost-build 0.12.6",
12093 "serde",
12094]
12095
12096[[package]]
12097name = "pbkdf2"
12098version = "0.11.0"
12099source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12101dependencies = [
12102 "digest",
12103 "hmac",
12104 "password-hash",
12105 "sha2",
12106]
12107
12108[[package]]
12109name = "pbkdf2"
12110version = "0.12.2"
12111source = "registry+https://github.com/rust-lang/crates.io-index"
12112checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12113dependencies = [
12114 "digest",
12115 "hmac",
12116]
12117
12118[[package]]
12119name = "pciid-parser"
12120version = "0.8.0"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12123
12124[[package]]
12125name = "peg"
12126version = "0.8.5"
12127source = "registry+https://github.com/rust-lang/crates.io-index"
12128checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12129dependencies = [
12130 "peg-macros",
12131 "peg-runtime",
12132]
12133
12134[[package]]
12135name = "peg-macros"
12136version = "0.8.5"
12137source = "registry+https://github.com/rust-lang/crates.io-index"
12138checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12139dependencies = [
12140 "peg-runtime",
12141 "proc-macro2",
12142 "quote",
12143]
12144
12145[[package]]
12146name = "peg-runtime"
12147version = "0.8.5"
12148source = "registry+https://github.com/rust-lang/crates.io-index"
12149checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12150
12151[[package]]
12152name = "pem"
12153version = "3.0.6"
12154source = "registry+https://github.com/rust-lang/crates.io-index"
12155checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12156dependencies = [
12157 "base64 0.22.1",
12158 "serde_core",
12159]
12160
12161[[package]]
12162name = "pem-rfc7468"
12163version = "0.7.0"
12164source = "registry+https://github.com/rust-lang/crates.io-index"
12165checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12166dependencies = [
12167 "base64ct",
12168]
12169
12170[[package]]
12171name = "percent-encoding"
12172version = "2.3.2"
12173source = "registry+https://github.com/rust-lang/crates.io-index"
12174checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12175
12176[[package]]
12177name = "perf"
12178version = "0.1.0"
12179dependencies = [
12180 "collections",
12181 "serde",
12182 "serde_json",
12183]
12184
12185[[package]]
12186name = "pest"
12187version = "2.8.3"
12188source = "registry+https://github.com/rust-lang/crates.io-index"
12189checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12190dependencies = [
12191 "memchr",
12192 "ucd-trie",
12193]
12194
12195[[package]]
12196name = "pest_derive"
12197version = "2.8.3"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12200dependencies = [
12201 "pest",
12202 "pest_generator",
12203]
12204
12205[[package]]
12206name = "pest_generator"
12207version = "2.8.3"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12210dependencies = [
12211 "pest",
12212 "pest_meta",
12213 "proc-macro2",
12214 "quote",
12215 "syn 2.0.117",
12216]
12217
12218[[package]]
12219name = "pest_meta"
12220version = "2.8.3"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12223dependencies = [
12224 "pest",
12225 "sha2",
12226]
12227
12228[[package]]
12229name = "pet"
12230version = "0.1.0"
12231source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12232dependencies = [
12233 "clap",
12234 "env_logger 0.10.2",
12235 "lazy_static",
12236 "log",
12237 "msvc_spectre_libs",
12238 "pet-conda",
12239 "pet-core",
12240 "pet-env-var-path",
12241 "pet-fs",
12242 "pet-global-virtualenvs",
12243 "pet-homebrew",
12244 "pet-jsonrpc",
12245 "pet-linux-global-python",
12246 "pet-mac-commandlinetools",
12247 "pet-mac-python-org",
12248 "pet-mac-xcode",
12249 "pet-pipenv",
12250 "pet-pixi",
12251 "pet-poetry",
12252 "pet-pyenv",
12253 "pet-python-utils",
12254 "pet-reporter",
12255 "pet-telemetry",
12256 "pet-uv",
12257 "pet-venv",
12258 "pet-virtualenv",
12259 "pet-virtualenvwrapper",
12260 "pet-windows-registry",
12261 "pet-windows-store",
12262 "pet-winpython",
12263 "serde",
12264 "serde_json",
12265 "tracing",
12266 "tracing-subscriber",
12267 "winresource",
12268]
12269
12270[[package]]
12271name = "pet-conda"
12272version = "0.1.0"
12273source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12274dependencies = [
12275 "env_logger 0.10.2",
12276 "lazy_static",
12277 "log",
12278 "msvc_spectre_libs",
12279 "pet-core",
12280 "pet-fs",
12281 "pet-python-utils",
12282 "pet-reporter",
12283 "rayon",
12284 "regex",
12285 "serde",
12286 "serde_json",
12287 "yaml-rust2",
12288]
12289
12290[[package]]
12291name = "pet-core"
12292version = "0.1.0"
12293source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12294dependencies = [
12295 "clap",
12296 "lazy_static",
12297 "log",
12298 "msvc_spectre_libs",
12299 "pet-fs",
12300 "regex",
12301 "serde",
12302 "serde_json",
12303]
12304
12305[[package]]
12306name = "pet-env-var-path"
12307version = "0.1.0"
12308source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12309dependencies = [
12310 "lazy_static",
12311 "log",
12312 "msvc_spectre_libs",
12313 "pet-conda",
12314 "pet-core",
12315 "pet-fs",
12316 "pet-python-utils",
12317 "pet-virtualenv",
12318 "regex",
12319]
12320
12321[[package]]
12322name = "pet-fs"
12323version = "0.1.0"
12324source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12325dependencies = [
12326 "glob",
12327 "log",
12328 "msvc_spectre_libs",
12329 "windows-sys 0.59.0",
12330]
12331
12332[[package]]
12333name = "pet-global-virtualenvs"
12334version = "0.1.0"
12335source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12336dependencies = [
12337 "log",
12338 "msvc_spectre_libs",
12339 "pet-conda",
12340 "pet-core",
12341 "pet-fs",
12342 "pet-virtualenv",
12343]
12344
12345[[package]]
12346name = "pet-homebrew"
12347version = "0.1.0"
12348source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12349dependencies = [
12350 "lazy_static",
12351 "log",
12352 "msvc_spectre_libs",
12353 "pet-conda",
12354 "pet-core",
12355 "pet-fs",
12356 "pet-python-utils",
12357 "pet-virtualenv",
12358 "rayon",
12359 "regex",
12360 "serde",
12361 "serde_json",
12362]
12363
12364[[package]]
12365name = "pet-jsonrpc"
12366version = "0.1.0"
12367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12368dependencies = [
12369 "env_logger 0.10.2",
12370 "log",
12371 "msvc_spectre_libs",
12372 "pet-core",
12373 "serde",
12374 "serde_json",
12375]
12376
12377[[package]]
12378name = "pet-linux-global-python"
12379version = "0.1.0"
12380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12381dependencies = [
12382 "log",
12383 "msvc_spectre_libs",
12384 "pet-core",
12385 "pet-fs",
12386 "pet-python-utils",
12387 "pet-virtualenv",
12388]
12389
12390[[package]]
12391name = "pet-mac-commandlinetools"
12392version = "0.1.0"
12393source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12394dependencies = [
12395 "log",
12396 "msvc_spectre_libs",
12397 "pet-core",
12398 "pet-fs",
12399 "pet-python-utils",
12400 "pet-virtualenv",
12401]
12402
12403[[package]]
12404name = "pet-mac-python-org"
12405version = "0.1.0"
12406source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12407dependencies = [
12408 "log",
12409 "msvc_spectre_libs",
12410 "pet-core",
12411 "pet-fs",
12412 "pet-python-utils",
12413 "pet-virtualenv",
12414]
12415
12416[[package]]
12417name = "pet-mac-xcode"
12418version = "0.1.0"
12419source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12420dependencies = [
12421 "log",
12422 "msvc_spectre_libs",
12423 "pet-core",
12424 "pet-fs",
12425 "pet-python-utils",
12426 "pet-virtualenv",
12427]
12428
12429[[package]]
12430name = "pet-pipenv"
12431version = "0.1.0"
12432source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12433dependencies = [
12434 "lazy_static",
12435 "log",
12436 "msvc_spectre_libs",
12437 "pet-core",
12438 "pet-fs",
12439 "pet-python-utils",
12440 "pet-virtualenv",
12441 "regex",
12442]
12443
12444[[package]]
12445name = "pet-pixi"
12446version = "0.1.0"
12447source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12448dependencies = [
12449 "log",
12450 "msvc_spectre_libs",
12451 "pet-conda",
12452 "pet-core",
12453 "pet-python-utils",
12454]
12455
12456[[package]]
12457name = "pet-poetry"
12458version = "0.1.0"
12459source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12460dependencies = [
12461 "base64 0.22.1",
12462 "lazy_static",
12463 "log",
12464 "msvc_spectre_libs",
12465 "pet-core",
12466 "pet-fs",
12467 "pet-python-utils",
12468 "pet-reporter",
12469 "pet-virtualenv",
12470 "regex",
12471 "serde",
12472 "serde_json",
12473 "sha2",
12474 "toml 0.8.23",
12475]
12476
12477[[package]]
12478name = "pet-pyenv"
12479version = "0.1.0"
12480source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12481dependencies = [
12482 "lazy_static",
12483 "log",
12484 "msvc_spectre_libs",
12485 "pet-conda",
12486 "pet-core",
12487 "pet-fs",
12488 "pet-python-utils",
12489 "pet-reporter",
12490 "regex",
12491 "serde",
12492 "serde_json",
12493]
12494
12495[[package]]
12496name = "pet-python-utils"
12497version = "0.1.0"
12498source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12499dependencies = [
12500 "env_logger 0.10.2",
12501 "lazy_static",
12502 "log",
12503 "msvc_spectre_libs",
12504 "pet-core",
12505 "pet-fs",
12506 "regex",
12507 "serde",
12508 "serde_json",
12509 "sha2",
12510]
12511
12512[[package]]
12513name = "pet-reporter"
12514version = "0.1.0"
12515source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12516dependencies = [
12517 "env_logger 0.10.2",
12518 "log",
12519 "msvc_spectre_libs",
12520 "pet-core",
12521 "pet-jsonrpc",
12522 "serde",
12523 "serde_json",
12524]
12525
12526[[package]]
12527name = "pet-telemetry"
12528version = "0.1.0"
12529source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12530dependencies = [
12531 "env_logger 0.10.2",
12532 "lazy_static",
12533 "log",
12534 "msvc_spectre_libs",
12535 "pet-core",
12536 "pet-fs",
12537 "pet-python-utils",
12538 "regex",
12539]
12540
12541[[package]]
12542name = "pet-uv"
12543version = "0.1.0"
12544source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12545dependencies = [
12546 "log",
12547 "pet-core",
12548 "pet-python-utils",
12549 "serde",
12550 "toml 0.9.8",
12551]
12552
12553[[package]]
12554name = "pet-venv"
12555version = "0.1.0"
12556source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12557dependencies = [
12558 "log",
12559 "msvc_spectre_libs",
12560 "pet-core",
12561 "pet-python-utils",
12562 "pet-virtualenv",
12563]
12564
12565[[package]]
12566name = "pet-virtualenv"
12567version = "0.1.0"
12568source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12569dependencies = [
12570 "log",
12571 "msvc_spectre_libs",
12572 "pet-core",
12573 "pet-fs",
12574 "pet-python-utils",
12575]
12576
12577[[package]]
12578name = "pet-virtualenvwrapper"
12579version = "0.1.0"
12580source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12581dependencies = [
12582 "log",
12583 "msvc_spectre_libs",
12584 "pet-core",
12585 "pet-fs",
12586 "pet-python-utils",
12587 "pet-virtualenv",
12588]
12589
12590[[package]]
12591name = "pet-windows-registry"
12592version = "0.1.0"
12593source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12594dependencies = [
12595 "lazy_static",
12596 "log",
12597 "msvc_spectre_libs",
12598 "pet-conda",
12599 "pet-core",
12600 "pet-fs",
12601 "pet-python-utils",
12602 "pet-virtualenv",
12603 "pet-windows-store",
12604 "regex",
12605 "winreg 0.55.0",
12606]
12607
12608[[package]]
12609name = "pet-windows-store"
12610version = "0.1.0"
12611source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12612dependencies = [
12613 "lazy_static",
12614 "log",
12615 "msvc_spectre_libs",
12616 "pet-core",
12617 "pet-fs",
12618 "pet-python-utils",
12619 "pet-virtualenv",
12620 "regex",
12621 "winreg 0.55.0",
12622]
12623
12624[[package]]
12625name = "pet-winpython"
12626version = "0.1.0"
12627source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12628dependencies = [
12629 "lazy_static",
12630 "log",
12631 "pet-core",
12632 "pet-fs",
12633 "pet-python-utils",
12634 "pet-virtualenv",
12635 "regex",
12636]
12637
12638[[package]]
12639name = "petgraph"
12640version = "0.6.5"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12643dependencies = [
12644 "fixedbitset 0.4.2",
12645 "indexmap",
12646]
12647
12648[[package]]
12649name = "pgvector"
12650version = "0.4.1"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12653dependencies = [
12654 "serde",
12655]
12656
12657[[package]]
12658name = "phf"
12659version = "0.11.3"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12662dependencies = [
12663 "phf_macros 0.11.3",
12664 "phf_shared 0.11.3",
12665]
12666
12667[[package]]
12668name = "phf"
12669version = "0.12.1"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12672dependencies = [
12673 "phf_macros 0.12.1",
12674 "phf_shared 0.12.1",
12675]
12676
12677[[package]]
12678name = "phf_codegen"
12679version = "0.11.3"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12682dependencies = [
12683 "phf_generator 0.11.3",
12684 "phf_shared 0.11.3",
12685]
12686
12687[[package]]
12688name = "phf_generator"
12689version = "0.11.3"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12692dependencies = [
12693 "phf_shared 0.11.3",
12694 "rand 0.8.5",
12695]
12696
12697[[package]]
12698name = "phf_generator"
12699version = "0.12.1"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12702dependencies = [
12703 "fastrand 2.3.0",
12704 "phf_shared 0.12.1",
12705]
12706
12707[[package]]
12708name = "phf_macros"
12709version = "0.11.3"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12712dependencies = [
12713 "phf_generator 0.11.3",
12714 "phf_shared 0.11.3",
12715 "proc-macro2",
12716 "quote",
12717 "syn 2.0.117",
12718]
12719
12720[[package]]
12721name = "phf_macros"
12722version = "0.12.1"
12723source = "registry+https://github.com/rust-lang/crates.io-index"
12724checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12725dependencies = [
12726 "phf_generator 0.12.1",
12727 "phf_shared 0.12.1",
12728 "proc-macro2",
12729 "quote",
12730 "syn 2.0.117",
12731]
12732
12733[[package]]
12734name = "phf_shared"
12735version = "0.11.3"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12738dependencies = [
12739 "siphasher 1.0.1",
12740]
12741
12742[[package]]
12743name = "phf_shared"
12744version = "0.12.1"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12747dependencies = [
12748 "siphasher 1.0.1",
12749]
12750
12751[[package]]
12752name = "picker"
12753version = "0.1.0"
12754dependencies = [
12755 "anyhow",
12756 "editor",
12757 "gpui",
12758 "menu",
12759 "schemars",
12760 "serde",
12761 "settings",
12762 "theme",
12763 "theme_settings",
12764 "ui",
12765 "ui_input",
12766 "workspace",
12767 "zed_actions",
12768]
12769
12770[[package]]
12771name = "pico-args"
12772version = "0.5.0"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12775
12776[[package]]
12777name = "pin-project"
12778version = "1.1.10"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12781dependencies = [
12782 "pin-project-internal",
12783]
12784
12785[[package]]
12786name = "pin-project-internal"
12787version = "1.1.10"
12788source = "registry+https://github.com/rust-lang/crates.io-index"
12789checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12790dependencies = [
12791 "proc-macro2",
12792 "quote",
12793 "syn 2.0.117",
12794]
12795
12796[[package]]
12797name = "pin-project-lite"
12798version = "0.2.16"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12801
12802[[package]]
12803name = "pin-utils"
12804version = "0.1.0"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12807
12808[[package]]
12809name = "piper"
12810version = "0.2.4"
12811source = "registry+https://github.com/rust-lang/crates.io-index"
12812checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12813dependencies = [
12814 "atomic-waker",
12815 "fastrand 2.3.0",
12816 "futures-io",
12817]
12818
12819[[package]]
12820name = "pkcs1"
12821version = "0.7.5"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12824dependencies = [
12825 "der 0.7.10",
12826 "pkcs8 0.10.2",
12827 "spki 0.7.3",
12828]
12829
12830[[package]]
12831name = "pkcs8"
12832version = "0.9.0"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12835dependencies = [
12836 "der 0.6.1",
12837 "spki 0.6.0",
12838]
12839
12840[[package]]
12841name = "pkcs8"
12842version = "0.10.2"
12843source = "registry+https://github.com/rust-lang/crates.io-index"
12844checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12845dependencies = [
12846 "der 0.7.10",
12847 "spki 0.7.3",
12848]
12849
12850[[package]]
12851name = "pkg-config"
12852version = "0.3.32"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12855
12856[[package]]
12857name = "plain"
12858version = "0.2.3"
12859source = "registry+https://github.com/rust-lang/crates.io-index"
12860checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12861
12862[[package]]
12863name = "platform_title_bar"
12864version = "0.1.0"
12865dependencies = [
12866 "gpui",
12867 "project",
12868 "settings",
12869 "smallvec",
12870 "theme",
12871 "theme_settings",
12872 "ui",
12873 "windows 0.61.3",
12874 "workspace",
12875 "zed_actions",
12876]
12877
12878[[package]]
12879name = "plist"
12880version = "1.8.0"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12883dependencies = [
12884 "base64 0.22.1",
12885 "indexmap",
12886 "quick-xml 0.38.3",
12887 "serde",
12888 "time",
12889]
12890
12891[[package]]
12892name = "plotters"
12893version = "0.3.7"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12896dependencies = [
12897 "num-traits",
12898 "plotters-backend",
12899 "plotters-svg",
12900 "wasm-bindgen",
12901 "web-sys",
12902]
12903
12904[[package]]
12905name = "plotters-backend"
12906version = "0.3.7"
12907source = "registry+https://github.com/rust-lang/crates.io-index"
12908checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12909
12910[[package]]
12911name = "plotters-svg"
12912version = "0.3.7"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12915dependencies = [
12916 "plotters-backend",
12917]
12918
12919[[package]]
12920name = "png"
12921version = "0.17.16"
12922source = "registry+https://github.com/rust-lang/crates.io-index"
12923checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12924dependencies = [
12925 "bitflags 1.3.2",
12926 "crc32fast",
12927 "fdeflate",
12928 "flate2",
12929 "miniz_oxide",
12930]
12931
12932[[package]]
12933name = "png"
12934version = "0.18.0"
12935source = "registry+https://github.com/rust-lang/crates.io-index"
12936checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12937dependencies = [
12938 "bitflags 2.10.0",
12939 "crc32fast",
12940 "fdeflate",
12941 "flate2",
12942 "miniz_oxide",
12943]
12944
12945[[package]]
12946name = "polling"
12947version = "3.11.0"
12948source = "registry+https://github.com/rust-lang/crates.io-index"
12949checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12950dependencies = [
12951 "cfg-if",
12952 "concurrent-queue",
12953 "hermit-abi",
12954 "pin-project-lite",
12955 "rustix 1.1.2",
12956 "windows-sys 0.61.2",
12957]
12958
12959[[package]]
12960name = "pollster"
12961version = "0.2.5"
12962source = "registry+https://github.com/rust-lang/crates.io-index"
12963checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12964
12965[[package]]
12966name = "pollster"
12967version = "0.4.0"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12970
12971[[package]]
12972name = "pori"
12973version = "0.0.0"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12976dependencies = [
12977 "nom 7.1.3",
12978]
12979
12980[[package]]
12981name = "portable-atomic"
12982version = "1.11.1"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12985
12986[[package]]
12987name = "portable-atomic-util"
12988version = "0.2.4"
12989source = "registry+https://github.com/rust-lang/crates.io-index"
12990checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12991dependencies = [
12992 "portable-atomic",
12993]
12994
12995[[package]]
12996name = "portable-pty"
12997version = "0.9.0"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13000dependencies = [
13001 "anyhow",
13002 "bitflags 1.3.2",
13003 "downcast-rs",
13004 "filedescriptor",
13005 "lazy_static",
13006 "libc",
13007 "log",
13008 "nix 0.28.0",
13009 "serial2",
13010 "shared_library",
13011 "shell-words",
13012 "winapi",
13013 "winreg 0.10.1",
13014]
13015
13016[[package]]
13017name = "postage"
13018version = "0.5.0"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13021dependencies = [
13022 "atomic",
13023 "crossbeam-queue",
13024 "futures 0.3.32",
13025 "log",
13026 "parking_lot",
13027 "pin-project",
13028 "pollster 0.2.5",
13029 "static_assertions",
13030 "thiserror 1.0.69",
13031]
13032
13033[[package]]
13034name = "postcard"
13035version = "1.1.3"
13036source = "registry+https://github.com/rust-lang/crates.io-index"
13037checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13038dependencies = [
13039 "cobs",
13040 "embedded-io 0.4.0",
13041 "embedded-io 0.6.1",
13042 "serde",
13043]
13044
13045[[package]]
13046name = "potential_utf"
13047version = "0.1.3"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13050dependencies = [
13051 "zerovec",
13052]
13053
13054[[package]]
13055name = "powerfmt"
13056version = "0.2.0"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13059
13060[[package]]
13061name = "ppv-lite86"
13062version = "0.2.21"
13063source = "registry+https://github.com/rust-lang/crates.io-index"
13064checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13065dependencies = [
13066 "zerocopy",
13067]
13068
13069[[package]]
13070name = "precomputed-hash"
13071version = "0.1.1"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13074
13075[[package]]
13076name = "presser"
13077version = "0.3.1"
13078source = "registry+https://github.com/rust-lang/crates.io-index"
13079checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13080
13081[[package]]
13082name = "prettier"
13083version = "0.1.0"
13084dependencies = [
13085 "anyhow",
13086 "collections",
13087 "fs",
13088 "gpui",
13089 "language",
13090 "log",
13091 "lsp",
13092 "node_runtime",
13093 "parking_lot",
13094 "paths",
13095 "serde",
13096 "serde_json",
13097 "util",
13098]
13099
13100[[package]]
13101name = "pretty_assertions"
13102version = "1.4.1"
13103source = "registry+https://github.com/rust-lang/crates.io-index"
13104checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13105dependencies = [
13106 "diff",
13107 "yansi",
13108]
13109
13110[[package]]
13111name = "prettyplease"
13112version = "0.2.37"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13115dependencies = [
13116 "proc-macro2",
13117 "syn 2.0.117",
13118]
13119
13120[[package]]
13121name = "primal-check"
13122version = "0.3.4"
13123source = "registry+https://github.com/rust-lang/crates.io-index"
13124checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13125dependencies = [
13126 "num-integer",
13127]
13128
13129[[package]]
13130name = "proc-macro-crate"
13131version = "3.4.0"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13134dependencies = [
13135 "toml_edit 0.23.7",
13136]
13137
13138[[package]]
13139name = "proc-macro-error"
13140version = "1.0.4"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13143dependencies = [
13144 "proc-macro-error-attr",
13145 "proc-macro2",
13146 "quote",
13147 "syn 1.0.109",
13148 "version_check",
13149]
13150
13151[[package]]
13152name = "proc-macro-error-attr"
13153version = "1.0.4"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13156dependencies = [
13157 "proc-macro2",
13158 "quote",
13159 "version_check",
13160]
13161
13162[[package]]
13163name = "proc-macro-error-attr2"
13164version = "2.0.0"
13165source = "registry+https://github.com/rust-lang/crates.io-index"
13166checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13167dependencies = [
13168 "proc-macro2",
13169 "quote",
13170]
13171
13172[[package]]
13173name = "proc-macro-error2"
13174version = "2.0.1"
13175source = "registry+https://github.com/rust-lang/crates.io-index"
13176checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13177dependencies = [
13178 "proc-macro-error-attr2",
13179 "proc-macro2",
13180 "quote",
13181 "syn 2.0.117",
13182]
13183
13184[[package]]
13185name = "proc-macro2"
13186version = "1.0.101"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13189dependencies = [
13190 "unicode-ident",
13191]
13192
13193[[package]]
13194name = "proc-macro2-diagnostics"
13195version = "0.10.1"
13196source = "registry+https://github.com/rust-lang/crates.io-index"
13197checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13198dependencies = [
13199 "proc-macro2",
13200 "quote",
13201 "syn 2.0.117",
13202 "version_check",
13203 "yansi",
13204]
13205
13206[[package]]
13207name = "procfs-core"
13208version = "0.17.0"
13209source = "registry+https://github.com/rust-lang/crates.io-index"
13210checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13211dependencies = [
13212 "bitflags 2.10.0",
13213 "hex",
13214 "serde",
13215]
13216
13217[[package]]
13218name = "profiling"
13219version = "1.0.17"
13220source = "registry+https://github.com/rust-lang/crates.io-index"
13221checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13222dependencies = [
13223 "profiling-procmacros",
13224]
13225
13226[[package]]
13227name = "profiling-procmacros"
13228version = "1.0.17"
13229source = "registry+https://github.com/rust-lang/crates.io-index"
13230checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13231dependencies = [
13232 "quote",
13233 "syn 2.0.117",
13234]
13235
13236[[package]]
13237name = "project"
13238version = "0.1.0"
13239dependencies = [
13240 "aho-corasick",
13241 "anyhow",
13242 "askpass",
13243 "async-trait",
13244 "base64 0.22.1",
13245 "buffer_diff",
13246 "circular-buffer",
13247 "client",
13248 "clock",
13249 "collections",
13250 "context_server",
13251 "credentials_provider",
13252 "dap",
13253 "encoding_rs",
13254 "extension",
13255 "fancy-regex 0.17.0",
13256 "fs",
13257 "futures 0.3.32",
13258 "fuzzy",
13259 "fuzzy_nucleo",
13260 "git",
13261 "git2",
13262 "git_hosting_providers",
13263 "globset",
13264 "gpui",
13265 "http_client",
13266 "image",
13267 "indexmap",
13268 "itertools 0.14.0",
13269 "language",
13270 "log",
13271 "lsp",
13272 "markdown",
13273 "node_runtime",
13274 "parking_lot",
13275 "paths",
13276 "percent-encoding",
13277 "postage",
13278 "prettier",
13279 "pretty_assertions",
13280 "project",
13281 "rand 0.9.2",
13282 "regex",
13283 "release_channel",
13284 "remote",
13285 "rpc",
13286 "schemars",
13287 "semver",
13288 "serde",
13289 "serde_json",
13290 "settings",
13291 "sha2",
13292 "shellexpand 2.1.2",
13293 "smallvec",
13294 "smol",
13295 "snippet",
13296 "snippet_provider",
13297 "sum_tree",
13298 "task",
13299 "tempfile",
13300 "terminal",
13301 "text",
13302 "toml 0.8.23",
13303 "tracing",
13304 "unindent",
13305 "url",
13306 "util",
13307 "watch",
13308 "wax",
13309 "which 6.0.3",
13310 "worktree",
13311 "zed_credentials_provider",
13312 "zeroize",
13313 "zlog",
13314 "ztracing",
13315]
13316
13317[[package]]
13318name = "project_benchmarks"
13319version = "0.1.0"
13320dependencies = [
13321 "anyhow",
13322 "askpass",
13323 "clap",
13324 "client",
13325 "futures 0.3.32",
13326 "gpui",
13327 "gpui_platform",
13328 "http_client",
13329 "language",
13330 "node_runtime",
13331 "project",
13332 "release_channel",
13333 "remote",
13334 "rpassword",
13335 "semver",
13336 "settings",
13337 "watch",
13338]
13339
13340[[package]]
13341name = "project_panel"
13342version = "0.1.0"
13343dependencies = [
13344 "anyhow",
13345 "client",
13346 "collections",
13347 "command_palette_hooks",
13348 "criterion",
13349 "editor",
13350 "feature_flags",
13351 "file_icons",
13352 "git",
13353 "git_ui",
13354 "gpui",
13355 "itertools 0.14.0",
13356 "language",
13357 "menu",
13358 "notifications",
13359 "pretty_assertions",
13360 "project",
13361 "rayon",
13362 "remote_connection",
13363 "schemars",
13364 "search",
13365 "serde",
13366 "serde_json",
13367 "settings",
13368 "smallvec",
13369 "telemetry",
13370 "tempfile",
13371 "theme",
13372 "theme_settings",
13373 "ui",
13374 "util",
13375 "workspace",
13376 "worktree",
13377 "zed_actions",
13378]
13379
13380[[package]]
13381name = "project_symbols"
13382version = "0.1.0"
13383dependencies = [
13384 "anyhow",
13385 "editor",
13386 "futures 0.3.32",
13387 "fuzzy",
13388 "gpui",
13389 "language",
13390 "lsp",
13391 "ordered-float 2.10.1",
13392 "picker",
13393 "project",
13394 "release_channel",
13395 "semver",
13396 "serde_json",
13397 "settings",
13398 "theme",
13399 "theme_settings",
13400 "util",
13401 "workspace",
13402]
13403
13404[[package]]
13405name = "prometheus"
13406version = "0.14.0"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13409dependencies = [
13410 "cfg-if",
13411 "fnv",
13412 "lazy_static",
13413 "memchr",
13414 "parking_lot",
13415 "protobuf",
13416 "thiserror 2.0.17",
13417]
13418
13419[[package]]
13420name = "prompt_store"
13421version = "0.1.0"
13422dependencies = [
13423 "anyhow",
13424 "assets",
13425 "chrono",
13426 "collections",
13427 "fs",
13428 "futures 0.3.32",
13429 "fuzzy",
13430 "gpui",
13431 "handlebars 4.5.0",
13432 "heed",
13433 "language",
13434 "log",
13435 "parking_lot",
13436 "paths",
13437 "rope",
13438 "serde",
13439 "strum 0.27.2",
13440 "tempfile",
13441 "text",
13442 "util",
13443 "uuid",
13444]
13445
13446[[package]]
13447name = "proptest"
13448version = "1.10.0"
13449source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13450dependencies = [
13451 "bit-set 0.8.0",
13452 "bit-vec 0.8.0",
13453 "bitflags 2.10.0",
13454 "num-traits",
13455 "proptest-macro",
13456 "rand 0.9.2",
13457 "rand_chacha 0.9.0",
13458 "rand_xorshift",
13459 "regex-syntax",
13460 "rusty-fork",
13461 "tempfile",
13462 "unarray",
13463]
13464
13465[[package]]
13466name = "proptest-derive"
13467version = "0.8.0"
13468source = "registry+https://github.com/rust-lang/crates.io-index"
13469checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13470dependencies = [
13471 "proc-macro2",
13472 "quote",
13473 "syn 2.0.117",
13474]
13475
13476[[package]]
13477name = "proptest-macro"
13478version = "0.5.0"
13479source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13480dependencies = [
13481 "convert_case 0.11.0",
13482 "proc-macro2",
13483 "quote",
13484 "syn 2.0.117",
13485]
13486
13487[[package]]
13488name = "prost"
13489version = "0.9.0"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13492dependencies = [
13493 "bytes 1.11.1",
13494 "prost-derive 0.9.0",
13495]
13496
13497[[package]]
13498name = "prost"
13499version = "0.12.6"
13500source = "registry+https://github.com/rust-lang/crates.io-index"
13501checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13502dependencies = [
13503 "bytes 1.11.1",
13504 "prost-derive 0.12.6",
13505]
13506
13507[[package]]
13508name = "prost-build"
13509version = "0.9.0"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13512dependencies = [
13513 "bytes 1.11.1",
13514 "heck 0.3.3",
13515 "itertools 0.10.5",
13516 "lazy_static",
13517 "log",
13518 "multimap",
13519 "petgraph",
13520 "prost 0.9.0",
13521 "prost-types 0.9.0",
13522 "regex",
13523 "tempfile",
13524 "which 4.4.2",
13525]
13526
13527[[package]]
13528name = "prost-build"
13529version = "0.12.6"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13532dependencies = [
13533 "bytes 1.11.1",
13534 "heck 0.5.0",
13535 "itertools 0.12.1",
13536 "log",
13537 "multimap",
13538 "once_cell",
13539 "petgraph",
13540 "prettyplease",
13541 "prost 0.12.6",
13542 "prost-types 0.12.6",
13543 "regex",
13544 "syn 2.0.117",
13545 "tempfile",
13546]
13547
13548[[package]]
13549name = "prost-derive"
13550version = "0.9.0"
13551source = "registry+https://github.com/rust-lang/crates.io-index"
13552checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13553dependencies = [
13554 "anyhow",
13555 "itertools 0.10.5",
13556 "proc-macro2",
13557 "quote",
13558 "syn 1.0.109",
13559]
13560
13561[[package]]
13562name = "prost-derive"
13563version = "0.12.6"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13566dependencies = [
13567 "anyhow",
13568 "itertools 0.12.1",
13569 "proc-macro2",
13570 "quote",
13571 "syn 2.0.117",
13572]
13573
13574[[package]]
13575name = "prost-types"
13576version = "0.9.0"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13579dependencies = [
13580 "bytes 1.11.1",
13581 "prost 0.9.0",
13582]
13583
13584[[package]]
13585name = "prost-types"
13586version = "0.12.6"
13587source = "registry+https://github.com/rust-lang/crates.io-index"
13588checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13589dependencies = [
13590 "prost 0.12.6",
13591]
13592
13593[[package]]
13594name = "proto"
13595version = "0.1.0"
13596dependencies = [
13597 "anyhow",
13598 "prost 0.9.0",
13599 "prost-build 0.9.0",
13600 "serde",
13601]
13602
13603[[package]]
13604name = "protobuf"
13605version = "3.7.2"
13606source = "registry+https://github.com/rust-lang/crates.io-index"
13607checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13608dependencies = [
13609 "once_cell",
13610 "protobuf-support",
13611 "thiserror 1.0.69",
13612]
13613
13614[[package]]
13615name = "protobuf-support"
13616version = "3.7.2"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13619dependencies = [
13620 "thiserror 1.0.69",
13621]
13622
13623[[package]]
13624name = "psm"
13625version = "0.1.30"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13628dependencies = [
13629 "ar_archive_writer",
13630 "cc",
13631]
13632
13633[[package]]
13634name = "ptr_meta"
13635version = "0.1.4"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13638dependencies = [
13639 "ptr_meta_derive",
13640]
13641
13642[[package]]
13643name = "ptr_meta_derive"
13644version = "0.1.4"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13647dependencies = [
13648 "proc-macro2",
13649 "quote",
13650 "syn 1.0.109",
13651]
13652
13653[[package]]
13654name = "pulldown-cmark"
13655version = "0.10.3"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13658dependencies = [
13659 "bitflags 2.10.0",
13660 "memchr",
13661 "pulldown-cmark-escape",
13662 "unicase",
13663]
13664
13665[[package]]
13666name = "pulldown-cmark"
13667version = "0.13.0"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13670dependencies = [
13671 "bitflags 2.10.0",
13672 "memchr",
13673 "unicase",
13674]
13675
13676[[package]]
13677name = "pulldown-cmark-escape"
13678version = "0.10.1"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13681
13682[[package]]
13683name = "pulley-interpreter"
13684version = "36.0.6"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13687dependencies = [
13688 "cranelift-bitset",
13689 "log",
13690 "pulley-macros",
13691 "wasmtime-internal-math",
13692]
13693
13694[[package]]
13695name = "pulley-macros"
13696version = "36.0.6"
13697source = "registry+https://github.com/rust-lang/crates.io-index"
13698checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13699dependencies = [
13700 "proc-macro2",
13701 "quote",
13702 "syn 2.0.117",
13703]
13704
13705[[package]]
13706name = "pulp"
13707version = "0.18.22"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13710dependencies = [
13711 "bytemuck",
13712 "libm",
13713 "num-complex",
13714 "reborrow",
13715]
13716
13717[[package]]
13718name = "pulp"
13719version = "0.21.5"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13722dependencies = [
13723 "bytemuck",
13724 "cfg-if",
13725 "libm",
13726 "num-complex",
13727 "reborrow",
13728 "version_check",
13729]
13730
13731[[package]]
13732name = "pxfm"
13733version = "0.1.25"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13736dependencies = [
13737 "num-traits",
13738]
13739
13740[[package]]
13741name = "qoi"
13742version = "0.4.1"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13745dependencies = [
13746 "bytemuck",
13747]
13748
13749[[package]]
13750name = "quick-error"
13751version = "1.2.3"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13754
13755[[package]]
13756name = "quick-error"
13757version = "2.0.1"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13760
13761[[package]]
13762name = "quick-xml"
13763version = "0.30.0"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13766dependencies = [
13767 "memchr",
13768]
13769
13770[[package]]
13771name = "quick-xml"
13772version = "0.37.5"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13775dependencies = [
13776 "memchr",
13777]
13778
13779[[package]]
13780name = "quick-xml"
13781version = "0.38.3"
13782source = "registry+https://github.com/rust-lang/crates.io-index"
13783checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13784dependencies = [
13785 "memchr",
13786]
13787
13788[[package]]
13789name = "quinn"
13790version = "0.11.9"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13793dependencies = [
13794 "bytes 1.11.1",
13795 "cfg_aliases 0.2.1",
13796 "pin-project-lite",
13797 "quinn-proto",
13798 "quinn-udp",
13799 "rustc-hash 2.1.1",
13800 "rustls 0.23.33",
13801 "socket2 0.6.1",
13802 "thiserror 2.0.17",
13803 "tokio",
13804 "tracing",
13805 "web-time",
13806]
13807
13808[[package]]
13809name = "quinn-proto"
13810version = "0.11.13"
13811source = "registry+https://github.com/rust-lang/crates.io-index"
13812checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13813dependencies = [
13814 "bytes 1.11.1",
13815 "getrandom 0.3.4",
13816 "lru-slab",
13817 "rand 0.9.2",
13818 "ring",
13819 "rustc-hash 2.1.1",
13820 "rustls 0.23.33",
13821 "rustls-pki-types",
13822 "slab",
13823 "thiserror 2.0.17",
13824 "tinyvec",
13825 "tracing",
13826 "web-time",
13827]
13828
13829[[package]]
13830name = "quinn-udp"
13831version = "0.5.14"
13832source = "registry+https://github.com/rust-lang/crates.io-index"
13833checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13834dependencies = [
13835 "cfg_aliases 0.2.1",
13836 "libc",
13837 "once_cell",
13838 "socket2 0.6.1",
13839 "tracing",
13840 "windows-sys 0.60.2",
13841]
13842
13843[[package]]
13844name = "quote"
13845version = "1.0.41"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13848dependencies = [
13849 "proc-macro2",
13850]
13851
13852[[package]]
13853name = "r-efi"
13854version = "5.3.0"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13857
13858[[package]]
13859name = "radium"
13860version = "0.7.0"
13861source = "registry+https://github.com/rust-lang/crates.io-index"
13862checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13863
13864[[package]]
13865name = "rand"
13866version = "0.3.23"
13867source = "registry+https://github.com/rust-lang/crates.io-index"
13868checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13869dependencies = [
13870 "libc",
13871 "rand 0.4.6",
13872]
13873
13874[[package]]
13875name = "rand"
13876version = "0.4.6"
13877source = "registry+https://github.com/rust-lang/crates.io-index"
13878checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13879dependencies = [
13880 "fuchsia-cprng",
13881 "libc",
13882 "rand_core 0.3.1",
13883 "rdrand",
13884 "winapi",
13885]
13886
13887[[package]]
13888name = "rand"
13889version = "0.8.5"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13892dependencies = [
13893 "libc",
13894 "rand_chacha 0.3.1",
13895 "rand_core 0.6.4",
13896]
13897
13898[[package]]
13899name = "rand"
13900version = "0.9.2"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13903dependencies = [
13904 "rand_chacha 0.9.0",
13905 "rand_core 0.9.3",
13906]
13907
13908[[package]]
13909name = "rand_chacha"
13910version = "0.3.1"
13911source = "registry+https://github.com/rust-lang/crates.io-index"
13912checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13913dependencies = [
13914 "ppv-lite86",
13915 "rand_core 0.6.4",
13916]
13917
13918[[package]]
13919name = "rand_chacha"
13920version = "0.9.0"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13923dependencies = [
13924 "ppv-lite86",
13925 "rand_core 0.9.3",
13926]
13927
13928[[package]]
13929name = "rand_core"
13930version = "0.3.1"
13931source = "registry+https://github.com/rust-lang/crates.io-index"
13932checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13933dependencies = [
13934 "rand_core 0.4.2",
13935]
13936
13937[[package]]
13938name = "rand_core"
13939version = "0.4.2"
13940source = "registry+https://github.com/rust-lang/crates.io-index"
13941checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13942
13943[[package]]
13944name = "rand_core"
13945version = "0.6.4"
13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13948dependencies = [
13949 "getrandom 0.2.16",
13950]
13951
13952[[package]]
13953name = "rand_core"
13954version = "0.9.3"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13957dependencies = [
13958 "getrandom 0.3.4",
13959]
13960
13961[[package]]
13962name = "rand_distr"
13963version = "0.5.1"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13966dependencies = [
13967 "num-traits",
13968 "rand 0.9.2",
13969]
13970
13971[[package]]
13972name = "rand_pcg"
13973version = "0.3.1"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13976dependencies = [
13977 "rand_core 0.6.4",
13978]
13979
13980[[package]]
13981name = "rand_xorshift"
13982version = "0.4.0"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13985dependencies = [
13986 "rand_core 0.9.3",
13987]
13988
13989[[package]]
13990name = "random_choice"
13991version = "0.3.2"
13992source = "registry+https://github.com/rust-lang/crates.io-index"
13993checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13994dependencies = [
13995 "rand 0.3.23",
13996]
13997
13998[[package]]
13999name = "range-alloc"
14000version = "0.1.4"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14003
14004[[package]]
14005name = "range-map"
14006version = "0.2.0"
14007source = "registry+https://github.com/rust-lang/crates.io-index"
14008checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14009dependencies = [
14010 "num-traits",
14011]
14012
14013[[package]]
14014name = "rangemap"
14015version = "1.7.1"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14018
14019[[package]]
14020name = "rav1e"
14021version = "0.7.1"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14024dependencies = [
14025 "arbitrary",
14026 "arg_enum_proc_macro",
14027 "arrayvec",
14028 "av1-grain",
14029 "bitstream-io",
14030 "built",
14031 "cfg-if",
14032 "interpolate_name",
14033 "itertools 0.12.1",
14034 "libc",
14035 "libfuzzer-sys",
14036 "log",
14037 "maybe-rayon",
14038 "new_debug_unreachable",
14039 "noop_proc_macro",
14040 "num-derive",
14041 "num-traits",
14042 "once_cell",
14043 "paste",
14044 "profiling",
14045 "rand 0.8.5",
14046 "rand_chacha 0.3.1",
14047 "simd_helpers",
14048 "system-deps 6.2.2",
14049 "thiserror 1.0.69",
14050 "v_frame",
14051 "wasm-bindgen",
14052]
14053
14054[[package]]
14055name = "ravif"
14056version = "0.11.20"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14059dependencies = [
14060 "avif-serialize",
14061 "imgref",
14062 "loop9",
14063 "quick-error 2.0.1",
14064 "rav1e",
14065 "rayon",
14066 "rgb",
14067]
14068
14069[[package]]
14070name = "raw-cpuid"
14071version = "10.7.0"
14072source = "registry+https://github.com/rust-lang/crates.io-index"
14073checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14074dependencies = [
14075 "bitflags 1.3.2",
14076]
14077
14078[[package]]
14079name = "raw-cpuid"
14080version = "11.6.0"
14081source = "registry+https://github.com/rust-lang/crates.io-index"
14082checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14083dependencies = [
14084 "bitflags 2.10.0",
14085]
14086
14087[[package]]
14088name = "raw-window-handle"
14089version = "0.6.2"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14092
14093[[package]]
14094name = "raw-window-metal"
14095version = "1.1.0"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14098dependencies = [
14099 "objc2",
14100 "objc2-core-foundation",
14101 "objc2-foundation",
14102 "objc2-quartz-core",
14103]
14104
14105[[package]]
14106name = "rayon"
14107version = "1.11.0"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14110dependencies = [
14111 "either",
14112 "rayon-core",
14113]
14114
14115[[package]]
14116name = "rayon-core"
14117version = "1.13.0"
14118source = "registry+https://github.com/rust-lang/crates.io-index"
14119checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14120dependencies = [
14121 "crossbeam-deque",
14122 "crossbeam-utils",
14123]
14124
14125[[package]]
14126name = "rdrand"
14127version = "0.4.0"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14130dependencies = [
14131 "rand_core 0.3.1",
14132]
14133
14134[[package]]
14135name = "read-fonts"
14136version = "0.35.0"
14137source = "registry+https://github.com/rust-lang/crates.io-index"
14138checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14139dependencies = [
14140 "bytemuck",
14141 "font-types 0.10.0",
14142]
14143
14144[[package]]
14145name = "read-fonts"
14146version = "0.37.0"
14147source = "registry+https://github.com/rust-lang/crates.io-index"
14148checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14149dependencies = [
14150 "bytemuck",
14151 "core_maths",
14152 "font-types 0.11.0",
14153]
14154
14155[[package]]
14156name = "realfft"
14157version = "3.5.0"
14158source = "registry+https://github.com/rust-lang/crates.io-index"
14159checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14160dependencies = [
14161 "rustfft",
14162]
14163
14164[[package]]
14165name = "reborrow"
14166version = "0.5.5"
14167source = "registry+https://github.com/rust-lang/crates.io-index"
14168checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14169
14170[[package]]
14171name = "recent_projects"
14172version = "0.1.0"
14173dependencies = [
14174 "anyhow",
14175 "askpass",
14176 "chrono",
14177 "db",
14178 "dev_container",
14179 "editor",
14180 "extension",
14181 "extension_host",
14182 "fs",
14183 "futures 0.3.32",
14184 "fuzzy",
14185 "gpui",
14186 "http_client",
14187 "indoc",
14188 "language",
14189 "log",
14190 "menu",
14191 "node_runtime",
14192 "open_path_prompt",
14193 "ordered-float 2.10.1",
14194 "paths",
14195 "picker",
14196 "project",
14197 "release_channel",
14198 "remote",
14199 "remote_connection",
14200 "remote_server",
14201 "semver",
14202 "serde",
14203 "serde_json",
14204 "settings",
14205 "smol",
14206 "task",
14207 "telemetry",
14208 "ui",
14209 "ui_input",
14210 "util",
14211 "windows-registry 0.6.1",
14212 "workspace",
14213 "worktree",
14214 "zed_actions",
14215]
14216
14217[[package]]
14218name = "redox_syscall"
14219version = "0.2.16"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14222dependencies = [
14223 "bitflags 1.3.2",
14224]
14225
14226[[package]]
14227name = "redox_syscall"
14228version = "0.5.18"
14229source = "registry+https://github.com/rust-lang/crates.io-index"
14230checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14231dependencies = [
14232 "bitflags 2.10.0",
14233]
14234
14235[[package]]
14236name = "redox_users"
14237version = "0.4.6"
14238source = "registry+https://github.com/rust-lang/crates.io-index"
14239checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14240dependencies = [
14241 "getrandom 0.2.16",
14242 "libredox",
14243 "thiserror 1.0.69",
14244]
14245
14246[[package]]
14247name = "redox_users"
14248version = "0.5.2"
14249source = "registry+https://github.com/rust-lang/crates.io-index"
14250checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14251dependencies = [
14252 "getrandom 0.2.16",
14253 "libredox",
14254 "thiserror 2.0.17",
14255]
14256
14257[[package]]
14258name = "ref-cast"
14259version = "1.0.25"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14262dependencies = [
14263 "ref-cast-impl",
14264]
14265
14266[[package]]
14267name = "ref-cast-impl"
14268version = "1.0.25"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14271dependencies = [
14272 "proc-macro2",
14273 "quote",
14274 "syn 2.0.117",
14275]
14276
14277[[package]]
14278name = "referencing"
14279version = "0.37.4"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14282dependencies = [
14283 "ahash 0.8.12",
14284 "fluent-uri",
14285 "getrandom 0.3.4",
14286 "hashbrown 0.16.1",
14287 "parking_lot",
14288 "percent-encoding",
14289 "serde_json",
14290]
14291
14292[[package]]
14293name = "refineable"
14294version = "0.1.0"
14295dependencies = [
14296 "derive_refineable",
14297]
14298
14299[[package]]
14300name = "regalloc2"
14301version = "0.12.2"
14302source = "registry+https://github.com/rust-lang/crates.io-index"
14303checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14304dependencies = [
14305 "allocator-api2",
14306 "bumpalo",
14307 "hashbrown 0.15.5",
14308 "log",
14309 "rustc-hash 2.1.1",
14310 "serde",
14311 "smallvec",
14312]
14313
14314[[package]]
14315name = "regex"
14316version = "1.12.2"
14317source = "registry+https://github.com/rust-lang/crates.io-index"
14318checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14319dependencies = [
14320 "aho-corasick",
14321 "memchr",
14322 "regex-automata",
14323 "regex-syntax",
14324]
14325
14326[[package]]
14327name = "regex-automata"
14328version = "0.4.13"
14329source = "registry+https://github.com/rust-lang/crates.io-index"
14330checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14331dependencies = [
14332 "aho-corasick",
14333 "memchr",
14334 "regex-syntax",
14335]
14336
14337[[package]]
14338name = "regex-lite"
14339version = "0.1.8"
14340source = "registry+https://github.com/rust-lang/crates.io-index"
14341checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14342
14343[[package]]
14344name = "regex-syntax"
14345version = "0.8.8"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14348
14349[[package]]
14350name = "release_channel"
14351version = "0.1.0"
14352dependencies = [
14353 "gpui",
14354 "semver",
14355]
14356
14357[[package]]
14358name = "remote"
14359version = "0.1.0"
14360dependencies = [
14361 "anyhow",
14362 "askpass",
14363 "async-trait",
14364 "base64 0.22.1",
14365 "collections",
14366 "fs",
14367 "futures 0.3.32",
14368 "gpui",
14369 "log",
14370 "parking_lot",
14371 "paths",
14372 "prost 0.9.0",
14373 "release_channel",
14374 "rpc",
14375 "schemars",
14376 "semver",
14377 "serde",
14378 "serde_json",
14379 "settings",
14380 "smol",
14381 "tempfile",
14382 "thiserror 2.0.17",
14383 "urlencoding",
14384 "util",
14385 "which 6.0.3",
14386]
14387
14388[[package]]
14389name = "remote_connection"
14390version = "0.1.0"
14391dependencies = [
14392 "anyhow",
14393 "askpass",
14394 "auto_update",
14395 "futures 0.3.32",
14396 "gpui",
14397 "log",
14398 "markdown",
14399 "menu",
14400 "release_channel",
14401 "remote",
14402 "semver",
14403 "settings",
14404 "theme_settings",
14405 "ui",
14406 "ui_input",
14407 "workspace",
14408]
14409
14410[[package]]
14411name = "remote_server"
14412version = "0.1.0"
14413dependencies = [
14414 "action_log",
14415 "agent",
14416 "anyhow",
14417 "askpass",
14418 "cargo_toml",
14419 "clap",
14420 "client",
14421 "clock",
14422 "collections",
14423 "crash-handler",
14424 "crashes",
14425 "dap_adapters",
14426 "debug_adapter_extension",
14427 "editor",
14428 "env_logger 0.11.8",
14429 "extension",
14430 "extension_host",
14431 "fork",
14432 "fs",
14433 "futures 0.3.32",
14434 "git",
14435 "git2",
14436 "git_hosting_providers",
14437 "gpui",
14438 "gpui_platform",
14439 "gpui_tokio",
14440 "http_client",
14441 "image",
14442 "json_schema_store",
14443 "language",
14444 "language_extension",
14445 "language_model",
14446 "languages",
14447 "libc",
14448 "log",
14449 "lsp",
14450 "minidumper",
14451 "net",
14452 "node_runtime",
14453 "paths",
14454 "pretty_assertions",
14455 "project",
14456 "proto",
14457 "rayon",
14458 "release_channel",
14459 "remote",
14460 "reqwest_client",
14461 "rpc",
14462 "rust-embed",
14463 "semver",
14464 "serde",
14465 "serde_json",
14466 "settings",
14467 "shellexpand 2.1.2",
14468 "smol",
14469 "sysinfo 0.37.2",
14470 "task",
14471 "theme",
14472 "theme_settings",
14473 "thiserror 2.0.17",
14474 "toml 0.8.23",
14475 "unindent",
14476 "util",
14477 "uuid",
14478 "watch",
14479 "windows 0.61.3",
14480 "worktree",
14481 "zlog",
14482]
14483
14484[[package]]
14485name = "rend"
14486version = "0.4.2"
14487source = "registry+https://github.com/rust-lang/crates.io-index"
14488checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14489dependencies = [
14490 "bytecheck",
14491]
14492
14493[[package]]
14494name = "renderdoc-sys"
14495version = "1.1.0"
14496source = "registry+https://github.com/rust-lang/crates.io-index"
14497checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14498
14499[[package]]
14500name = "repl"
14501version = "0.1.0"
14502dependencies = [
14503 "alacritty_terminal",
14504 "anyhow",
14505 "async-dispatcher",
14506 "async-task",
14507 "async-tungstenite",
14508 "base64 0.22.1",
14509 "client",
14510 "collections",
14511 "command_palette_hooks",
14512 "editor",
14513 "feature_flags",
14514 "file_icons",
14515 "futures 0.3.32",
14516 "gpui",
14517 "html_to_markdown",
14518 "http_client",
14519 "image",
14520 "indoc",
14521 "jupyter-protocol",
14522 "jupyter-websocket-client",
14523 "language",
14524 "languages",
14525 "log",
14526 "markdown",
14527 "menu",
14528 "multi_buffer",
14529 "nbformat",
14530 "picker",
14531 "project",
14532 "remote",
14533 "runtimelib",
14534 "serde",
14535 "serde_json",
14536 "settings",
14537 "shlex",
14538 "smol",
14539 "telemetry",
14540 "terminal",
14541 "terminal_view",
14542 "theme",
14543 "theme_settings",
14544 "tree-sitter-md",
14545 "tree-sitter-python",
14546 "tree-sitter-typescript",
14547 "ui",
14548 "util",
14549 "uuid",
14550 "workspace",
14551 "zed_actions",
14552]
14553
14554[[package]]
14555name = "reqwest"
14556version = "0.11.27"
14557source = "registry+https://github.com/rust-lang/crates.io-index"
14558checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14559dependencies = [
14560 "base64 0.21.7",
14561 "bytes 1.11.1",
14562 "encoding_rs",
14563 "futures-core",
14564 "futures-util",
14565 "h2 0.3.27",
14566 "http 0.2.12",
14567 "http-body 0.4.6",
14568 "hyper 0.14.32",
14569 "hyper-tls",
14570 "ipnet",
14571 "js-sys",
14572 "log",
14573 "mime",
14574 "native-tls",
14575 "once_cell",
14576 "percent-encoding",
14577 "pin-project-lite",
14578 "rustls-pemfile 1.0.4",
14579 "serde",
14580 "serde_json",
14581 "serde_urlencoded",
14582 "sync_wrapper 0.1.2",
14583 "system-configuration 0.5.1",
14584 "tokio",
14585 "tokio-native-tls",
14586 "tower-service",
14587 "url",
14588 "wasm-bindgen",
14589 "wasm-bindgen-futures",
14590 "web-sys",
14591 "winreg 0.50.0",
14592]
14593
14594[[package]]
14595name = "reqwest"
14596version = "0.12.24"
14597source = "registry+https://github.com/rust-lang/crates.io-index"
14598checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14599dependencies = [
14600 "base64 0.22.1",
14601 "bytes 1.11.1",
14602 "futures-channel",
14603 "futures-core",
14604 "futures-util",
14605 "http 1.3.1",
14606 "http-body 1.0.1",
14607 "http-body-util",
14608 "hyper 1.7.0",
14609 "hyper-rustls 0.27.7",
14610 "hyper-util",
14611 "js-sys",
14612 "log",
14613 "percent-encoding",
14614 "pin-project-lite",
14615 "quinn",
14616 "rustls 0.23.33",
14617 "rustls-native-certs 0.8.2",
14618 "rustls-pki-types",
14619 "serde",
14620 "serde_json",
14621 "serde_urlencoded",
14622 "sync_wrapper 1.0.2",
14623 "tokio",
14624 "tokio-rustls 0.26.2",
14625 "tower 0.5.2",
14626 "tower-http 0.6.6",
14627 "tower-service",
14628 "url",
14629 "wasm-bindgen",
14630 "wasm-bindgen-futures",
14631 "web-sys",
14632]
14633
14634[[package]]
14635name = "reqwest_client"
14636version = "0.1.0"
14637dependencies = [
14638 "anyhow",
14639 "bytes 1.11.1",
14640 "futures 0.3.32",
14641 "gpui_util",
14642 "http_client",
14643 "http_client_tls",
14644 "log",
14645 "regex",
14646 "serde",
14647 "tokio",
14648 "zed-reqwest",
14649]
14650
14651[[package]]
14652name = "resvg"
14653version = "0.45.1"
14654source = "registry+https://github.com/rust-lang/crates.io-index"
14655checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14656dependencies = [
14657 "gif",
14658 "image-webp",
14659 "log",
14660 "pico-args",
14661 "rgb",
14662 "svgtypes",
14663 "tiny-skia",
14664 "usvg",
14665 "zune-jpeg",
14666]
14667
14668[[package]]
14669name = "rfc6979"
14670version = "0.3.1"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14673dependencies = [
14674 "crypto-bigint 0.4.9",
14675 "hmac",
14676 "zeroize",
14677]
14678
14679[[package]]
14680name = "rgb"
14681version = "0.8.52"
14682source = "registry+https://github.com/rust-lang/crates.io-index"
14683checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14684dependencies = [
14685 "bytemuck",
14686]
14687
14688[[package]]
14689name = "ring"
14690version = "0.17.14"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14693dependencies = [
14694 "cc",
14695 "cfg-if",
14696 "getrandom 0.2.16",
14697 "libc",
14698 "untrusted 0.9.0",
14699 "windows-sys 0.52.0",
14700]
14701
14702[[package]]
14703name = "rkyv"
14704version = "0.7.45"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14707dependencies = [
14708 "bitvec",
14709 "bytecheck",
14710 "bytes 1.11.1",
14711 "hashbrown 0.12.3",
14712 "ptr_meta",
14713 "rend",
14714 "rkyv_derive",
14715 "seahash",
14716 "tinyvec",
14717 "uuid",
14718]
14719
14720[[package]]
14721name = "rkyv_derive"
14722version = "0.7.45"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14725dependencies = [
14726 "proc-macro2",
14727 "quote",
14728 "syn 1.0.109",
14729]
14730
14731[[package]]
14732name = "rmp"
14733version = "0.8.14"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14736dependencies = [
14737 "byteorder",
14738 "num-traits",
14739 "paste",
14740]
14741
14742[[package]]
14743name = "rmpv"
14744version = "1.3.0"
14745source = "registry+https://github.com/rust-lang/crates.io-index"
14746checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14747dependencies = [
14748 "num-traits",
14749 "rmp",
14750]
14751
14752[[package]]
14753name = "rodio"
14754version = "0.21.1"
14755source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14756dependencies = [
14757 "cpal",
14758 "dasp_sample",
14759 "hound",
14760 "num-rational",
14761 "rand 0.9.2",
14762 "rand_distr",
14763 "rtrb",
14764 "symphonia",
14765 "thiserror 2.0.17",
14766]
14767
14768[[package]]
14769name = "rope"
14770version = "0.1.0"
14771dependencies = [
14772 "criterion",
14773 "ctor",
14774 "gpui",
14775 "heapless",
14776 "log",
14777 "rand 0.9.2",
14778 "rayon",
14779 "sum_tree",
14780 "tracing",
14781 "unicode-segmentation",
14782 "util",
14783 "zlog",
14784 "ztracing",
14785]
14786
14787[[package]]
14788name = "roxmltree"
14789version = "0.20.0"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14792
14793[[package]]
14794name = "rpassword"
14795version = "7.4.0"
14796source = "registry+https://github.com/rust-lang/crates.io-index"
14797checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14798dependencies = [
14799 "libc",
14800 "rtoolbox",
14801 "windows-sys 0.59.0",
14802]
14803
14804[[package]]
14805name = "rpc"
14806version = "0.1.0"
14807dependencies = [
14808 "anyhow",
14809 "async-tungstenite",
14810 "base64 0.22.1",
14811 "collections",
14812 "futures 0.3.32",
14813 "gpui",
14814 "parking_lot",
14815 "proto",
14816 "rand 0.9.2",
14817 "rsa",
14818 "serde",
14819 "serde_json",
14820 "sha2",
14821 "strum 0.27.2",
14822 "tracing",
14823 "util",
14824 "zlog",
14825 "zstd",
14826]
14827
14828[[package]]
14829name = "rsa"
14830version = "0.9.10"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14833dependencies = [
14834 "const-oid",
14835 "digest",
14836 "num-bigint-dig 0.8.6",
14837 "num-integer",
14838 "num-traits",
14839 "pkcs1",
14840 "pkcs8 0.10.2",
14841 "rand_core 0.6.4",
14842 "signature 2.2.0",
14843 "spki 0.7.3",
14844 "subtle",
14845 "zeroize",
14846]
14847
14848[[package]]
14849name = "rtoolbox"
14850version = "0.0.3"
14851source = "registry+https://github.com/rust-lang/crates.io-index"
14852checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14853dependencies = [
14854 "libc",
14855 "windows-sys 0.52.0",
14856]
14857
14858[[package]]
14859name = "rtrb"
14860version = "0.3.2"
14861source = "registry+https://github.com/rust-lang/crates.io-index"
14862checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14863
14864[[package]]
14865name = "rules_library"
14866version = "0.1.0"
14867dependencies = [
14868 "anyhow",
14869 "collections",
14870 "editor",
14871 "gpui",
14872 "language",
14873 "language_model",
14874 "log",
14875 "menu",
14876 "picker",
14877 "platform_title_bar",
14878 "prompt_store",
14879 "release_channel",
14880 "rope",
14881 "serde",
14882 "settings",
14883 "theme_settings",
14884 "ui",
14885 "ui_input",
14886 "util",
14887 "workspace",
14888 "zed_actions",
14889]
14890
14891[[package]]
14892name = "runtimelib"
14893version = "1.4.0"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14896dependencies = [
14897 "async-dispatcher",
14898 "async-std",
14899 "aws-lc-rs",
14900 "base64 0.22.1",
14901 "bytes 1.11.1",
14902 "chrono",
14903 "data-encoding",
14904 "dirs 6.0.0",
14905 "futures 0.3.32",
14906 "glob",
14907 "jupyter-protocol",
14908 "serde",
14909 "serde_json",
14910 "shellexpand 3.1.1",
14911 "smol",
14912 "thiserror 2.0.17",
14913 "uuid",
14914 "zeromq",
14915]
14916
14917[[package]]
14918name = "rust-embed"
14919version = "8.11.0"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14922dependencies = [
14923 "rust-embed-impl",
14924 "rust-embed-utils",
14925 "walkdir",
14926]
14927
14928[[package]]
14929name = "rust-embed-impl"
14930version = "8.11.0"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14933dependencies = [
14934 "proc-macro2",
14935 "quote",
14936 "rust-embed-utils",
14937 "syn 2.0.117",
14938 "walkdir",
14939]
14940
14941[[package]]
14942name = "rust-embed-utils"
14943version = "8.11.0"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14946dependencies = [
14947 "globset",
14948 "sha2",
14949 "walkdir",
14950]
14951
14952[[package]]
14953name = "rust_decimal"
14954version = "1.39.0"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14957dependencies = [
14958 "arrayvec",
14959 "borsh",
14960 "bytes 1.11.1",
14961 "num-traits",
14962 "rand 0.8.5",
14963 "rkyv",
14964 "serde",
14965 "serde_json",
14966]
14967
14968[[package]]
14969name = "rustc-demangle"
14970version = "0.1.26"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14973
14974[[package]]
14975name = "rustc-hash"
14976version = "1.1.0"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14979
14980[[package]]
14981name = "rustc-hash"
14982version = "2.1.1"
14983source = "registry+https://github.com/rust-lang/crates.io-index"
14984checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14985
14986[[package]]
14987name = "rustc_version"
14988version = "0.4.1"
14989source = "registry+https://github.com/rust-lang/crates.io-index"
14990checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14991dependencies = [
14992 "semver",
14993]
14994
14995[[package]]
14996name = "rustfft"
14997version = "6.4.1"
14998source = "registry+https://github.com/rust-lang/crates.io-index"
14999checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15000dependencies = [
15001 "num-complex",
15002 "num-integer",
15003 "num-traits",
15004 "primal-check",
15005 "strength_reduce",
15006 "transpose",
15007]
15008
15009[[package]]
15010name = "rustix"
15011version = "0.38.44"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15014dependencies = [
15015 "bitflags 2.10.0",
15016 "errno 0.3.14",
15017 "libc",
15018 "linux-raw-sys 0.4.15",
15019 "windows-sys 0.59.0",
15020]
15021
15022[[package]]
15023name = "rustix"
15024version = "1.1.2"
15025source = "registry+https://github.com/rust-lang/crates.io-index"
15026checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15027dependencies = [
15028 "bitflags 2.10.0",
15029 "errno 0.3.14",
15030 "libc",
15031 "linux-raw-sys 0.11.0",
15032 "windows-sys 0.61.2",
15033]
15034
15035[[package]]
15036name = "rustix-linux-procfs"
15037version = "0.1.1"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15040dependencies = [
15041 "once_cell",
15042 "rustix 1.1.2",
15043]
15044
15045[[package]]
15046name = "rustix-openpty"
15047version = "0.2.0"
15048source = "registry+https://github.com/rust-lang/crates.io-index"
15049checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15050dependencies = [
15051 "errno 0.3.14",
15052 "libc",
15053 "rustix 1.1.2",
15054]
15055
15056[[package]]
15057name = "rustls"
15058version = "0.21.12"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15061dependencies = [
15062 "log",
15063 "ring",
15064 "rustls-webpki 0.101.7",
15065 "sct",
15066]
15067
15068[[package]]
15069name = "rustls"
15070version = "0.23.33"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15073dependencies = [
15074 "aws-lc-rs",
15075 "log",
15076 "once_cell",
15077 "ring",
15078 "rustls-pki-types",
15079 "rustls-webpki 0.103.7",
15080 "subtle",
15081 "zeroize",
15082]
15083
15084[[package]]
15085name = "rustls-native-certs"
15086version = "0.6.3"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15089dependencies = [
15090 "openssl-probe",
15091 "rustls-pemfile 1.0.4",
15092 "schannel",
15093 "security-framework 2.11.1",
15094]
15095
15096[[package]]
15097name = "rustls-native-certs"
15098version = "0.8.2"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15101dependencies = [
15102 "openssl-probe",
15103 "rustls-pki-types",
15104 "schannel",
15105 "security-framework 3.5.1",
15106]
15107
15108[[package]]
15109name = "rustls-pemfile"
15110version = "1.0.4"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15113dependencies = [
15114 "base64 0.21.7",
15115]
15116
15117[[package]]
15118name = "rustls-pemfile"
15119version = "2.2.0"
15120source = "registry+https://github.com/rust-lang/crates.io-index"
15121checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15122dependencies = [
15123 "rustls-pki-types",
15124]
15125
15126[[package]]
15127name = "rustls-pki-types"
15128version = "1.12.0"
15129source = "registry+https://github.com/rust-lang/crates.io-index"
15130checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15131dependencies = [
15132 "web-time",
15133 "zeroize",
15134]
15135
15136[[package]]
15137name = "rustls-platform-verifier"
15138version = "0.5.3"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15141dependencies = [
15142 "core-foundation 0.10.0",
15143 "core-foundation-sys",
15144 "jni",
15145 "log",
15146 "once_cell",
15147 "rustls 0.23.33",
15148 "rustls-native-certs 0.8.2",
15149 "rustls-platform-verifier-android",
15150 "rustls-webpki 0.103.7",
15151 "security-framework 3.5.1",
15152 "security-framework-sys",
15153 "webpki-root-certs",
15154 "windows-sys 0.59.0",
15155]
15156
15157[[package]]
15158name = "rustls-platform-verifier-android"
15159version = "0.1.1"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15162
15163[[package]]
15164name = "rustls-webpki"
15165version = "0.101.7"
15166source = "registry+https://github.com/rust-lang/crates.io-index"
15167checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15168dependencies = [
15169 "ring",
15170 "untrusted 0.9.0",
15171]
15172
15173[[package]]
15174name = "rustls-webpki"
15175version = "0.103.7"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15178dependencies = [
15179 "aws-lc-rs",
15180 "ring",
15181 "rustls-pki-types",
15182 "untrusted 0.9.0",
15183]
15184
15185[[package]]
15186name = "rustversion"
15187version = "1.0.22"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15190
15191[[package]]
15192name = "rusty-fork"
15193version = "0.3.1"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15196dependencies = [
15197 "fnv",
15198 "quick-error 1.2.3",
15199 "tempfile",
15200 "wait-timeout",
15201]
15202
15203[[package]]
15204name = "rustybuzz"
15205version = "0.20.1"
15206source = "registry+https://github.com/rust-lang/crates.io-index"
15207checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15208dependencies = [
15209 "bitflags 2.10.0",
15210 "bytemuck",
15211 "core_maths",
15212 "log",
15213 "smallvec",
15214 "ttf-parser 0.25.1",
15215 "unicode-bidi-mirroring",
15216 "unicode-ccc",
15217 "unicode-properties",
15218 "unicode-script",
15219]
15220
15221[[package]]
15222name = "ryu"
15223version = "1.0.20"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15226
15227[[package]]
15228name = "saa"
15229version = "5.4.9"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15232
15233[[package]]
15234name = "safetensors"
15235version = "0.4.5"
15236source = "registry+https://github.com/rust-lang/crates.io-index"
15237checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15238dependencies = [
15239 "serde",
15240 "serde_json",
15241]
15242
15243[[package]]
15244name = "same-file"
15245version = "1.0.6"
15246source = "registry+https://github.com/rust-lang/crates.io-index"
15247checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15248dependencies = [
15249 "winapi-util",
15250]
15251
15252[[package]]
15253name = "scc"
15254version = "3.5.6"
15255source = "registry+https://github.com/rust-lang/crates.io-index"
15256checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15257dependencies = [
15258 "saa",
15259 "sdd",
15260]
15261
15262[[package]]
15263name = "schannel"
15264version = "0.1.28"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15267dependencies = [
15268 "windows-sys 0.61.2",
15269]
15270
15271[[package]]
15272name = "scheduler"
15273version = "0.1.0"
15274dependencies = [
15275 "async-task",
15276 "backtrace",
15277 "chrono",
15278 "flume",
15279 "futures 0.3.32",
15280 "parking_lot",
15281 "rand 0.9.2",
15282 "web-time",
15283]
15284
15285[[package]]
15286name = "schema_generator"
15287version = "0.1.0"
15288dependencies = [
15289 "anyhow",
15290 "clap",
15291 "env_logger 0.11.8",
15292 "schemars",
15293 "serde",
15294 "serde_json",
15295 "settings",
15296 "theme",
15297 "theme_settings",
15298]
15299
15300[[package]]
15301name = "schemars"
15302version = "1.0.4"
15303source = "registry+https://github.com/rust-lang/crates.io-index"
15304checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15305dependencies = [
15306 "dyn-clone",
15307 "indexmap",
15308 "ref-cast",
15309 "schemars_derive",
15310 "serde",
15311 "serde_json",
15312]
15313
15314[[package]]
15315name = "schemars_derive"
15316version = "1.0.4"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15319dependencies = [
15320 "proc-macro2",
15321 "quote",
15322 "serde_derive_internals",
15323 "syn 2.0.117",
15324]
15325
15326[[package]]
15327name = "scoped-tls"
15328version = "1.0.1"
15329source = "registry+https://github.com/rust-lang/crates.io-index"
15330checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15331
15332[[package]]
15333name = "scopeguard"
15334version = "1.2.0"
15335source = "registry+https://github.com/rust-lang/crates.io-index"
15336checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15337
15338[[package]]
15339name = "scratch"
15340version = "1.0.9"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15343
15344[[package]]
15345name = "screencapturekit"
15346version = "0.2.8"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15349dependencies = [
15350 "screencapturekit-sys",
15351]
15352
15353[[package]]
15354name = "screencapturekit-sys"
15355version = "0.2.8"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15358dependencies = [
15359 "block",
15360 "dispatch",
15361 "objc",
15362 "objc-foundation",
15363 "objc_id",
15364 "once_cell",
15365]
15366
15367[[package]]
15368name = "scroll"
15369version = "0.12.0"
15370source = "registry+https://github.com/rust-lang/crates.io-index"
15371checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15372dependencies = [
15373 "scroll_derive",
15374]
15375
15376[[package]]
15377name = "scroll_derive"
15378version = "0.12.1"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15381dependencies = [
15382 "proc-macro2",
15383 "quote",
15384 "syn 2.0.117",
15385]
15386
15387[[package]]
15388name = "sct"
15389version = "0.7.1"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15392dependencies = [
15393 "ring",
15394 "untrusted 0.9.0",
15395]
15396
15397[[package]]
15398name = "sdd"
15399version = "4.6.2"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15402
15403[[package]]
15404name = "sea-bae"
15405version = "0.2.1"
15406source = "registry+https://github.com/rust-lang/crates.io-index"
15407checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15408dependencies = [
15409 "heck 0.4.1",
15410 "proc-macro-error2",
15411 "proc-macro2",
15412 "quote",
15413 "syn 2.0.117",
15414]
15415
15416[[package]]
15417name = "sea-orm"
15418version = "1.1.10"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15421dependencies = [
15422 "async-stream",
15423 "async-trait",
15424 "bigdecimal",
15425 "chrono",
15426 "futures-util",
15427 "log",
15428 "ouroboros",
15429 "pgvector",
15430 "rust_decimal",
15431 "sea-orm-macros",
15432 "sea-query",
15433 "sea-query-binder",
15434 "serde",
15435 "serde_json",
15436 "sqlx",
15437 "strum 0.26.3",
15438 "thiserror 2.0.17",
15439 "time",
15440 "tracing",
15441 "url",
15442 "uuid",
15443]
15444
15445[[package]]
15446name = "sea-orm-macros"
15447version = "1.1.10"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15450dependencies = [
15451 "heck 0.4.1",
15452 "proc-macro2",
15453 "quote",
15454 "sea-bae",
15455 "syn 2.0.117",
15456 "unicode-ident",
15457]
15458
15459[[package]]
15460name = "sea-query"
15461version = "0.32.7"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15464dependencies = [
15465 "bigdecimal",
15466 "chrono",
15467 "inherent",
15468 "ordered-float 4.6.0",
15469 "rust_decimal",
15470 "serde_json",
15471 "time",
15472 "uuid",
15473]
15474
15475[[package]]
15476name = "sea-query-binder"
15477version = "0.7.0"
15478source = "registry+https://github.com/rust-lang/crates.io-index"
15479checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15480dependencies = [
15481 "bigdecimal",
15482 "chrono",
15483 "rust_decimal",
15484 "sea-query",
15485 "serde_json",
15486 "sqlx",
15487 "time",
15488 "uuid",
15489]
15490
15491[[package]]
15492name = "seahash"
15493version = "4.1.0"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15496
15497[[package]]
15498name = "search"
15499version = "0.1.0"
15500dependencies = [
15501 "any_vec",
15502 "anyhow",
15503 "bitflags 2.10.0",
15504 "collections",
15505 "editor",
15506 "fs",
15507 "futures 0.3.32",
15508 "gpui",
15509 "itertools 0.14.0",
15510 "language",
15511 "lsp",
15512 "menu",
15513 "multi_buffer",
15514 "pretty_assertions",
15515 "project",
15516 "serde",
15517 "serde_json",
15518 "settings",
15519 "smol",
15520 "theme",
15521 "theme_settings",
15522 "tracing",
15523 "ui",
15524 "unindent",
15525 "util",
15526 "util_macros",
15527 "workspace",
15528 "zed_actions",
15529 "ztracing",
15530]
15531
15532[[package]]
15533name = "sec1"
15534version = "0.3.0"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15537dependencies = [
15538 "base16ct",
15539 "der 0.6.1",
15540 "generic-array",
15541 "pkcs8 0.9.0",
15542 "subtle",
15543 "zeroize",
15544]
15545
15546[[package]]
15547name = "secrecy"
15548version = "0.10.3"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15551dependencies = [
15552 "zeroize",
15553]
15554
15555[[package]]
15556name = "security-framework"
15557version = "2.11.1"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15560dependencies = [
15561 "bitflags 2.10.0",
15562 "core-foundation 0.9.4",
15563 "core-foundation-sys",
15564 "libc",
15565 "security-framework-sys",
15566]
15567
15568[[package]]
15569name = "security-framework"
15570version = "3.5.1"
15571source = "registry+https://github.com/rust-lang/crates.io-index"
15572checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15573dependencies = [
15574 "bitflags 2.10.0",
15575 "core-foundation 0.10.0",
15576 "core-foundation-sys",
15577 "libc",
15578 "security-framework-sys",
15579]
15580
15581[[package]]
15582name = "security-framework-sys"
15583version = "2.15.0"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15586dependencies = [
15587 "core-foundation-sys",
15588 "libc",
15589]
15590
15591[[package]]
15592name = "self_cell"
15593version = "1.2.2"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15596
15597[[package]]
15598name = "semver"
15599version = "1.0.27"
15600source = "registry+https://github.com/rust-lang/crates.io-index"
15601checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15602dependencies = [
15603 "serde",
15604 "serde_core",
15605]
15606
15607[[package]]
15608name = "seq-macro"
15609version = "0.3.6"
15610source = "registry+https://github.com/rust-lang/crates.io-index"
15611checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15612
15613[[package]]
15614name = "serde"
15615version = "1.0.228"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15618dependencies = [
15619 "serde_core",
15620 "serde_derive",
15621]
15622
15623[[package]]
15624name = "serde_bytes"
15625version = "0.11.19"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15628dependencies = [
15629 "serde",
15630 "serde_core",
15631]
15632
15633[[package]]
15634name = "serde_core"
15635version = "1.0.228"
15636source = "registry+https://github.com/rust-lang/crates.io-index"
15637checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15638dependencies = [
15639 "serde_derive",
15640]
15641
15642[[package]]
15643name = "serde_derive"
15644version = "1.0.228"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15647dependencies = [
15648 "proc-macro2",
15649 "quote",
15650 "syn 2.0.117",
15651]
15652
15653[[package]]
15654name = "serde_derive_internals"
15655version = "0.29.1"
15656source = "registry+https://github.com/rust-lang/crates.io-index"
15657checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15658dependencies = [
15659 "proc-macro2",
15660 "quote",
15661 "syn 2.0.117",
15662]
15663
15664[[package]]
15665name = "serde_fmt"
15666version = "1.0.3"
15667source = "registry+https://github.com/rust-lang/crates.io-index"
15668checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15669dependencies = [
15670 "serde",
15671]
15672
15673[[package]]
15674name = "serde_json"
15675version = "1.0.145"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15678dependencies = [
15679 "indexmap",
15680 "itoa",
15681 "memchr",
15682 "ryu",
15683 "serde",
15684 "serde_core",
15685]
15686
15687[[package]]
15688name = "serde_json_lenient"
15689version = "0.2.4"
15690source = "registry+https://github.com/rust-lang/crates.io-index"
15691checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15692dependencies = [
15693 "indexmap",
15694 "itoa",
15695 "memchr",
15696 "ryu",
15697 "serde",
15698]
15699
15700[[package]]
15701name = "serde_path_to_error"
15702version = "0.1.20"
15703source = "registry+https://github.com/rust-lang/crates.io-index"
15704checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15705dependencies = [
15706 "itoa",
15707 "serde",
15708 "serde_core",
15709]
15710
15711[[package]]
15712name = "serde_repr"
15713version = "0.1.20"
15714source = "registry+https://github.com/rust-lang/crates.io-index"
15715checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15716dependencies = [
15717 "proc-macro2",
15718 "quote",
15719 "syn 2.0.117",
15720]
15721
15722[[package]]
15723name = "serde_spanned"
15724version = "0.6.9"
15725source = "registry+https://github.com/rust-lang/crates.io-index"
15726checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15727dependencies = [
15728 "serde",
15729]
15730
15731[[package]]
15732name = "serde_spanned"
15733version = "1.0.3"
15734source = "registry+https://github.com/rust-lang/crates.io-index"
15735checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15736dependencies = [
15737 "serde_core",
15738]
15739
15740[[package]]
15741name = "serde_urlencoded"
15742version = "0.7.1"
15743source = "registry+https://github.com/rust-lang/crates.io-index"
15744checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15745dependencies = [
15746 "form_urlencoded",
15747 "itoa",
15748 "ryu",
15749 "serde",
15750]
15751
15752[[package]]
15753name = "serde_yaml"
15754version = "0.9.34+deprecated"
15755source = "registry+https://github.com/rust-lang/crates.io-index"
15756checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15757dependencies = [
15758 "indexmap",
15759 "itoa",
15760 "ryu",
15761 "serde",
15762 "unsafe-libyaml",
15763]
15764
15765[[package]]
15766name = "serial2"
15767version = "0.2.33"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15770dependencies = [
15771 "cfg-if",
15772 "libc",
15773 "winapi",
15774]
15775
15776[[package]]
15777name = "session"
15778version = "0.1.0"
15779dependencies = [
15780 "db",
15781 "gpui",
15782 "serde_json",
15783 "util",
15784 "uuid",
15785]
15786
15787[[package]]
15788name = "settings"
15789version = "0.1.0"
15790dependencies = [
15791 "anyhow",
15792 "collections",
15793 "ec4rs",
15794 "fs",
15795 "futures 0.3.32",
15796 "gpui",
15797 "indoc",
15798 "inventory",
15799 "log",
15800 "migrator",
15801 "paths",
15802 "pretty_assertions",
15803 "release_channel",
15804 "rust-embed",
15805 "schemars",
15806 "serde",
15807 "serde_json",
15808 "serde_json_lenient",
15809 "settings_content",
15810 "settings_json",
15811 "settings_macros",
15812 "smallvec",
15813 "unindent",
15814 "util",
15815 "zlog",
15816]
15817
15818[[package]]
15819name = "settings_content"
15820version = "0.1.0"
15821dependencies = [
15822 "anyhow",
15823 "collections",
15824 "derive_more",
15825 "gpui",
15826 "language_model_core",
15827 "log",
15828 "schemars",
15829 "serde",
15830 "serde_json",
15831 "serde_json_lenient",
15832 "settings_json",
15833 "settings_macros",
15834 "strum 0.27.2",
15835 "util",
15836]
15837
15838[[package]]
15839name = "settings_json"
15840version = "0.1.0"
15841dependencies = [
15842 "anyhow",
15843 "pretty_assertions",
15844 "serde",
15845 "serde_json",
15846 "serde_json_lenient",
15847 "serde_path_to_error",
15848 "tree-sitter",
15849 "tree-sitter-json",
15850 "unindent",
15851 "util",
15852]
15853
15854[[package]]
15855name = "settings_macros"
15856version = "0.1.0"
15857dependencies = [
15858 "quote",
15859 "settings",
15860 "syn 2.0.117",
15861]
15862
15863[[package]]
15864name = "settings_profile_selector"
15865version = "0.1.0"
15866dependencies = [
15867 "editor",
15868 "fuzzy",
15869 "gpui",
15870 "menu",
15871 "picker",
15872 "project",
15873 "serde_json",
15874 "settings",
15875 "theme",
15876 "theme_settings",
15877 "ui",
15878 "workspace",
15879 "zed_actions",
15880]
15881
15882[[package]]
15883name = "settings_ui"
15884version = "0.1.0"
15885dependencies = [
15886 "agent",
15887 "agent_settings",
15888 "anyhow",
15889 "audio",
15890 "codestral",
15891 "component",
15892 "copilot",
15893 "copilot_ui",
15894 "cpal",
15895 "edit_prediction",
15896 "edit_prediction_ui",
15897 "editor",
15898 "fs",
15899 "futures 0.3.32",
15900 "fuzzy",
15901 "gpui",
15902 "heck 0.5.0",
15903 "itertools 0.14.0",
15904 "language",
15905 "log",
15906 "menu",
15907 "paths",
15908 "picker",
15909 "platform_title_bar",
15910 "pretty_assertions",
15911 "project",
15912 "regex",
15913 "release_channel",
15914 "rodio",
15915 "schemars",
15916 "search",
15917 "serde",
15918 "serde_json",
15919 "settings",
15920 "shell_command_parser",
15921 "strum 0.27.2",
15922 "telemetry",
15923 "theme",
15924 "theme_settings",
15925 "title_bar",
15926 "ui",
15927 "util",
15928 "workspace",
15929 "zed_actions",
15930 "zed_credentials_provider",
15931]
15932
15933[[package]]
15934name = "sha-1"
15935version = "0.10.1"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15938dependencies = [
15939 "cfg-if",
15940 "cpufeatures",
15941 "digest",
15942]
15943
15944[[package]]
15945name = "sha1"
15946version = "0.10.6"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15949dependencies = [
15950 "cfg-if",
15951 "cpufeatures",
15952 "digest",
15953]
15954
15955[[package]]
15956name = "sha1_smol"
15957version = "1.0.1"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15960
15961[[package]]
15962name = "sha2"
15963version = "0.10.9"
15964source = "registry+https://github.com/rust-lang/crates.io-index"
15965checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15966dependencies = [
15967 "cfg-if",
15968 "cpufeatures",
15969 "digest",
15970]
15971
15972[[package]]
15973name = "sharded-slab"
15974version = "0.1.7"
15975source = "registry+https://github.com/rust-lang/crates.io-index"
15976checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15977dependencies = [
15978 "lazy_static",
15979]
15980
15981[[package]]
15982name = "shared_library"
15983version = "0.1.9"
15984source = "registry+https://github.com/rust-lang/crates.io-index"
15985checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15986dependencies = [
15987 "lazy_static",
15988 "libc",
15989]
15990
15991[[package]]
15992name = "shell-words"
15993version = "1.1.0"
15994source = "registry+https://github.com/rust-lang/crates.io-index"
15995checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15996
15997[[package]]
15998name = "shell_command_parser"
15999version = "0.1.0"
16000dependencies = [
16001 "brush-parser",
16002]
16003
16004[[package]]
16005name = "shellexpand"
16006version = "2.1.2"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16009dependencies = [
16010 "dirs 4.0.0",
16011]
16012
16013[[package]]
16014name = "shellexpand"
16015version = "3.1.1"
16016source = "registry+https://github.com/rust-lang/crates.io-index"
16017checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16018dependencies = [
16019 "dirs 6.0.0",
16020]
16021
16022[[package]]
16023name = "shingles"
16024version = "0.1.1"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16027
16028[[package]]
16029name = "shlex"
16030version = "1.3.0"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16033
16034[[package]]
16035name = "sidebar"
16036version = "0.1.0"
16037dependencies = [
16038 "acp_thread",
16039 "action_log",
16040 "agent",
16041 "agent-client-protocol",
16042 "agent_settings",
16043 "agent_ui",
16044 "anyhow",
16045 "chrono",
16046 "client",
16047 "clock",
16048 "editor",
16049 "extension",
16050 "fs",
16051 "git",
16052 "gpui",
16053 "http_client",
16054 "language",
16055 "language_model",
16056 "log",
16057 "menu",
16058 "node_runtime",
16059 "platform_title_bar",
16060 "pretty_assertions",
16061 "project",
16062 "prompt_store",
16063 "recent_projects",
16064 "release_channel",
16065 "remote",
16066 "remote_connection",
16067 "remote_server",
16068 "semver",
16069 "serde",
16070 "serde_json",
16071 "settings",
16072 "smol",
16073 "theme",
16074 "theme_settings",
16075 "ui",
16076 "util",
16077 "vim_mode_setting",
16078 "workspace",
16079 "zed_actions",
16080]
16081
16082[[package]]
16083name = "signal-hook"
16084version = "0.3.18"
16085source = "registry+https://github.com/rust-lang/crates.io-index"
16086checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16087dependencies = [
16088 "libc",
16089 "signal-hook-registry",
16090]
16091
16092[[package]]
16093name = "signal-hook-registry"
16094version = "1.4.6"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16097dependencies = [
16098 "libc",
16099]
16100
16101[[package]]
16102name = "signature"
16103version = "1.6.4"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16106dependencies = [
16107 "digest",
16108 "rand_core 0.6.4",
16109]
16110
16111[[package]]
16112name = "signature"
16113version = "2.2.0"
16114source = "registry+https://github.com/rust-lang/crates.io-index"
16115checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16116dependencies = [
16117 "digest",
16118 "rand_core 0.6.4",
16119]
16120
16121[[package]]
16122name = "simd-adler32"
16123version = "0.3.7"
16124source = "registry+https://github.com/rust-lang/crates.io-index"
16125checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16126
16127[[package]]
16128name = "simd_helpers"
16129version = "0.1.0"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16132dependencies = [
16133 "quote",
16134]
16135
16136[[package]]
16137name = "simdutf8"
16138version = "0.1.5"
16139source = "registry+https://github.com/rust-lang/crates.io-index"
16140checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16141
16142[[package]]
16143name = "similar"
16144version = "2.7.0"
16145source = "registry+https://github.com/rust-lang/crates.io-index"
16146checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16147
16148[[package]]
16149name = "simple_asn1"
16150version = "0.6.3"
16151source = "registry+https://github.com/rust-lang/crates.io-index"
16152checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16153dependencies = [
16154 "num-bigint",
16155 "num-traits",
16156 "thiserror 2.0.17",
16157 "time",
16158]
16159
16160[[package]]
16161name = "simplecss"
16162version = "0.2.2"
16163source = "registry+https://github.com/rust-lang/crates.io-index"
16164checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16165dependencies = [
16166 "log",
16167]
16168
16169[[package]]
16170name = "simplelog"
16171version = "0.12.2"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16174dependencies = [
16175 "log",
16176 "termcolor",
16177 "time",
16178]
16179
16180[[package]]
16181name = "siphasher"
16182version = "0.3.11"
16183source = "registry+https://github.com/rust-lang/crates.io-index"
16184checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16185
16186[[package]]
16187name = "siphasher"
16188version = "1.0.1"
16189source = "registry+https://github.com/rust-lang/crates.io-index"
16190checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16191
16192[[package]]
16193name = "skrifa"
16194version = "0.37.0"
16195source = "registry+https://github.com/rust-lang/crates.io-index"
16196checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16197dependencies = [
16198 "bytemuck",
16199 "read-fonts 0.35.0",
16200]
16201
16202[[package]]
16203name = "skrifa"
16204version = "0.40.0"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16207dependencies = [
16208 "bytemuck",
16209 "read-fonts 0.37.0",
16210]
16211
16212[[package]]
16213name = "slab"
16214version = "0.4.11"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16217
16218[[package]]
16219name = "slotmap"
16220version = "1.0.7"
16221source = "registry+https://github.com/rust-lang/crates.io-index"
16222checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16223dependencies = [
16224 "version_check",
16225]
16226
16227[[package]]
16228name = "smallvec"
16229version = "1.15.1"
16230source = "registry+https://github.com/rust-lang/crates.io-index"
16231checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16232dependencies = [
16233 "serde",
16234]
16235
16236[[package]]
16237name = "smart-default"
16238version = "0.7.1"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16241dependencies = [
16242 "proc-macro2",
16243 "quote",
16244 "syn 2.0.117",
16245]
16246
16247[[package]]
16248name = "smol"
16249version = "2.0.2"
16250source = "registry+https://github.com/rust-lang/crates.io-index"
16251checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16252dependencies = [
16253 "async-channel 2.5.0",
16254 "async-executor",
16255 "async-fs",
16256 "async-io",
16257 "async-lock 3.4.2",
16258 "async-net",
16259 "async-process",
16260 "blocking",
16261 "futures-lite 2.6.1",
16262]
16263
16264[[package]]
16265name = "smol_str"
16266version = "0.3.5"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16269
16270[[package]]
16271name = "snafu"
16272version = "0.8.9"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16275dependencies = [
16276 "snafu-derive",
16277]
16278
16279[[package]]
16280name = "snafu-derive"
16281version = "0.8.9"
16282source = "registry+https://github.com/rust-lang/crates.io-index"
16283checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16284dependencies = [
16285 "heck 0.5.0",
16286 "proc-macro2",
16287 "quote",
16288 "syn 2.0.117",
16289]
16290
16291[[package]]
16292name = "snippet"
16293version = "0.1.0"
16294dependencies = [
16295 "anyhow",
16296 "smallvec",
16297]
16298
16299[[package]]
16300name = "snippet_provider"
16301version = "0.1.0"
16302dependencies = [
16303 "anyhow",
16304 "collections",
16305 "extension",
16306 "fs",
16307 "futures 0.3.32",
16308 "gpui",
16309 "indoc",
16310 "parking_lot",
16311 "paths",
16312 "schemars",
16313 "serde",
16314 "serde_json",
16315 "serde_json_lenient",
16316 "snippet",
16317 "util",
16318]
16319
16320[[package]]
16321name = "snippets_ui"
16322version = "0.1.0"
16323dependencies = [
16324 "file_icons",
16325 "fuzzy",
16326 "gpui",
16327 "language",
16328 "open_path_prompt",
16329 "paths",
16330 "picker",
16331 "settings",
16332 "ui",
16333 "util",
16334 "workspace",
16335]
16336
16337[[package]]
16338name = "socket2"
16339version = "0.5.10"
16340source = "registry+https://github.com/rust-lang/crates.io-index"
16341checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16342dependencies = [
16343 "libc",
16344 "windows-sys 0.52.0",
16345]
16346
16347[[package]]
16348name = "socket2"
16349version = "0.6.1"
16350source = "registry+https://github.com/rust-lang/crates.io-index"
16351checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16352dependencies = [
16353 "libc",
16354 "windows-sys 0.60.2",
16355]
16356
16357[[package]]
16358name = "spdx"
16359version = "0.10.9"
16360source = "registry+https://github.com/rust-lang/crates.io-index"
16361checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16362dependencies = [
16363 "smallvec",
16364]
16365
16366[[package]]
16367name = "spin"
16368version = "0.9.8"
16369source = "registry+https://github.com/rust-lang/crates.io-index"
16370checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16371dependencies = [
16372 "lock_api",
16373]
16374
16375[[package]]
16376name = "spin"
16377version = "0.10.0"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16380dependencies = [
16381 "lock_api",
16382]
16383
16384[[package]]
16385name = "spirv"
16386version = "0.4.0+sdk-1.4.341.0"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16389dependencies = [
16390 "bitflags 2.10.0",
16391]
16392
16393[[package]]
16394name = "spki"
16395version = "0.6.0"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16398dependencies = [
16399 "base64ct",
16400 "der 0.6.1",
16401]
16402
16403[[package]]
16404name = "spki"
16405version = "0.7.3"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16408dependencies = [
16409 "base64ct",
16410 "der 0.7.10",
16411]
16412
16413[[package]]
16414name = "sqlez"
16415version = "0.1.0"
16416dependencies = [
16417 "anyhow",
16418 "collections",
16419 "futures 0.3.32",
16420 "indoc",
16421 "libsqlite3-sys",
16422 "log",
16423 "parking_lot",
16424 "smol",
16425 "sqlformat",
16426 "thread_local",
16427 "util",
16428 "uuid",
16429]
16430
16431[[package]]
16432name = "sqlez_macros"
16433version = "0.1.0"
16434dependencies = [
16435 "sqlez",
16436 "sqlformat",
16437 "syn 2.0.117",
16438]
16439
16440[[package]]
16441name = "sqlformat"
16442version = "0.2.6"
16443source = "registry+https://github.com/rust-lang/crates.io-index"
16444checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16445dependencies = [
16446 "nom 7.1.3",
16447 "unicode_categories",
16448]
16449
16450[[package]]
16451name = "sqlx"
16452version = "0.8.6"
16453source = "registry+https://github.com/rust-lang/crates.io-index"
16454checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16455dependencies = [
16456 "sqlx-core",
16457 "sqlx-macros",
16458 "sqlx-mysql",
16459 "sqlx-postgres",
16460 "sqlx-sqlite",
16461]
16462
16463[[package]]
16464name = "sqlx-core"
16465version = "0.8.6"
16466source = "registry+https://github.com/rust-lang/crates.io-index"
16467checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16468dependencies = [
16469 "base64 0.22.1",
16470 "bigdecimal",
16471 "bytes 1.11.1",
16472 "chrono",
16473 "crc",
16474 "crossbeam-queue",
16475 "either",
16476 "event-listener 5.4.1",
16477 "futures-core",
16478 "futures-intrusive",
16479 "futures-io",
16480 "futures-util",
16481 "hashbrown 0.15.5",
16482 "hashlink 0.10.0",
16483 "indexmap",
16484 "log",
16485 "memchr",
16486 "once_cell",
16487 "percent-encoding",
16488 "rust_decimal",
16489 "rustls 0.23.33",
16490 "serde",
16491 "serde_json",
16492 "sha2",
16493 "smallvec",
16494 "thiserror 2.0.17",
16495 "time",
16496 "tokio",
16497 "tokio-stream",
16498 "tracing",
16499 "url",
16500 "uuid",
16501 "webpki-roots",
16502]
16503
16504[[package]]
16505name = "sqlx-macros"
16506version = "0.8.6"
16507source = "registry+https://github.com/rust-lang/crates.io-index"
16508checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16509dependencies = [
16510 "proc-macro2",
16511 "quote",
16512 "sqlx-core",
16513 "sqlx-macros-core",
16514 "syn 2.0.117",
16515]
16516
16517[[package]]
16518name = "sqlx-macros-core"
16519version = "0.8.6"
16520source = "registry+https://github.com/rust-lang/crates.io-index"
16521checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16522dependencies = [
16523 "dotenvy",
16524 "either",
16525 "heck 0.5.0",
16526 "hex",
16527 "once_cell",
16528 "proc-macro2",
16529 "quote",
16530 "serde",
16531 "serde_json",
16532 "sha2",
16533 "sqlx-core",
16534 "sqlx-mysql",
16535 "sqlx-postgres",
16536 "sqlx-sqlite",
16537 "syn 2.0.117",
16538 "tokio",
16539 "url",
16540]
16541
16542[[package]]
16543name = "sqlx-mysql"
16544version = "0.8.6"
16545source = "registry+https://github.com/rust-lang/crates.io-index"
16546checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16547dependencies = [
16548 "atoi",
16549 "base64 0.22.1",
16550 "bigdecimal",
16551 "bitflags 2.10.0",
16552 "byteorder",
16553 "bytes 1.11.1",
16554 "chrono",
16555 "crc",
16556 "digest",
16557 "dotenvy",
16558 "either",
16559 "futures-channel",
16560 "futures-core",
16561 "futures-io",
16562 "futures-util",
16563 "generic-array",
16564 "hex",
16565 "hkdf",
16566 "hmac",
16567 "itoa",
16568 "log",
16569 "md-5",
16570 "memchr",
16571 "once_cell",
16572 "percent-encoding",
16573 "rand 0.8.5",
16574 "rsa",
16575 "rust_decimal",
16576 "serde",
16577 "sha1",
16578 "sha2",
16579 "smallvec",
16580 "sqlx-core",
16581 "stringprep",
16582 "thiserror 2.0.17",
16583 "time",
16584 "tracing",
16585 "uuid",
16586 "whoami",
16587]
16588
16589[[package]]
16590name = "sqlx-postgres"
16591version = "0.8.6"
16592source = "registry+https://github.com/rust-lang/crates.io-index"
16593checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16594dependencies = [
16595 "atoi",
16596 "base64 0.22.1",
16597 "bigdecimal",
16598 "bitflags 2.10.0",
16599 "byteorder",
16600 "chrono",
16601 "crc",
16602 "dotenvy",
16603 "etcetera",
16604 "futures-channel",
16605 "futures-core",
16606 "futures-util",
16607 "hex",
16608 "hkdf",
16609 "hmac",
16610 "home",
16611 "itoa",
16612 "log",
16613 "md-5",
16614 "memchr",
16615 "num-bigint",
16616 "once_cell",
16617 "rand 0.8.5",
16618 "rust_decimal",
16619 "serde",
16620 "serde_json",
16621 "sha2",
16622 "smallvec",
16623 "sqlx-core",
16624 "stringprep",
16625 "thiserror 2.0.17",
16626 "time",
16627 "tracing",
16628 "uuid",
16629 "whoami",
16630]
16631
16632[[package]]
16633name = "sqlx-sqlite"
16634version = "0.8.6"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16637dependencies = [
16638 "atoi",
16639 "chrono",
16640 "flume",
16641 "futures-channel",
16642 "futures-core",
16643 "futures-executor",
16644 "futures-intrusive",
16645 "futures-util",
16646 "libsqlite3-sys",
16647 "log",
16648 "percent-encoding",
16649 "serde",
16650 "serde_urlencoded",
16651 "sqlx-core",
16652 "thiserror 2.0.17",
16653 "time",
16654 "tracing",
16655 "url",
16656 "uuid",
16657]
16658
16659[[package]]
16660name = "stable_deref_trait"
16661version = "1.2.1"
16662source = "registry+https://github.com/rust-lang/crates.io-index"
16663checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16664
16665[[package]]
16666name = "stacker"
16667version = "0.1.23"
16668source = "registry+https://github.com/rust-lang/crates.io-index"
16669checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16670dependencies = [
16671 "cc",
16672 "cfg-if",
16673 "libc",
16674 "psm",
16675 "windows-sys 0.59.0",
16676]
16677
16678[[package]]
16679name = "stacksafe"
16680version = "0.1.4"
16681source = "registry+https://github.com/rust-lang/crates.io-index"
16682checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16683dependencies = [
16684 "stacker",
16685 "stacksafe-macro",
16686]
16687
16688[[package]]
16689name = "stacksafe-macro"
16690version = "0.1.4"
16691source = "registry+https://github.com/rust-lang/crates.io-index"
16692checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16693dependencies = [
16694 "proc-macro-error2",
16695 "quote",
16696 "syn 2.0.117",
16697]
16698
16699[[package]]
16700name = "static_assertions"
16701version = "1.1.0"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16704
16705[[package]]
16706name = "streaming-iterator"
16707version = "0.1.9"
16708source = "registry+https://github.com/rust-lang/crates.io-index"
16709checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16710
16711[[package]]
16712name = "streaming_diff"
16713version = "0.1.0"
16714dependencies = [
16715 "ordered-float 2.10.1",
16716 "rand 0.9.2",
16717 "rope",
16718 "util",
16719]
16720
16721[[package]]
16722name = "strength_reduce"
16723version = "0.2.4"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16726
16727[[package]]
16728name = "strict-num"
16729version = "0.1.1"
16730source = "registry+https://github.com/rust-lang/crates.io-index"
16731checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16732dependencies = [
16733 "float-cmp",
16734]
16735
16736[[package]]
16737name = "string_cache"
16738version = "0.8.9"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16741dependencies = [
16742 "new_debug_unreachable",
16743 "parking_lot",
16744 "phf_shared 0.11.3",
16745 "precomputed-hash",
16746 "serde",
16747]
16748
16749[[package]]
16750name = "string_cache_codegen"
16751version = "0.5.4"
16752source = "registry+https://github.com/rust-lang/crates.io-index"
16753checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16754dependencies = [
16755 "phf_generator 0.11.3",
16756 "phf_shared 0.11.3",
16757 "proc-macro2",
16758 "quote",
16759]
16760
16761[[package]]
16762name = "stringprep"
16763version = "0.1.5"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16766dependencies = [
16767 "unicode-bidi",
16768 "unicode-normalization",
16769 "unicode-properties",
16770]
16771
16772[[package]]
16773name = "strsim"
16774version = "0.11.1"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16777
16778[[package]]
16779name = "strum"
16780version = "0.26.3"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16783
16784[[package]]
16785name = "strum"
16786version = "0.27.2"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16789dependencies = [
16790 "strum_macros 0.27.2",
16791]
16792
16793[[package]]
16794name = "strum"
16795version = "0.28.0"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16798dependencies = [
16799 "strum_macros 0.28.0",
16800]
16801
16802[[package]]
16803name = "strum_macros"
16804version = "0.27.2"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16807dependencies = [
16808 "heck 0.5.0",
16809 "proc-macro2",
16810 "quote",
16811 "syn 2.0.117",
16812]
16813
16814[[package]]
16815name = "strum_macros"
16816version = "0.28.0"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16819dependencies = [
16820 "heck 0.5.0",
16821 "proc-macro2",
16822 "quote",
16823 "syn 2.0.117",
16824]
16825
16826[[package]]
16827name = "subtle"
16828version = "2.6.1"
16829source = "registry+https://github.com/rust-lang/crates.io-index"
16830checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16831
16832[[package]]
16833name = "sum_tree"
16834version = "0.1.0"
16835dependencies = [
16836 "ctor",
16837 "heapless",
16838 "log",
16839 "proptest",
16840 "rand 0.9.2",
16841 "rayon",
16842 "tracing",
16843 "zlog",
16844 "ztracing",
16845]
16846
16847[[package]]
16848name = "sval"
16849version = "2.15.0"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16852
16853[[package]]
16854name = "sval_buffer"
16855version = "2.15.0"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16858dependencies = [
16859 "sval",
16860 "sval_ref",
16861]
16862
16863[[package]]
16864name = "sval_dynamic"
16865version = "2.15.0"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16868dependencies = [
16869 "sval",
16870]
16871
16872[[package]]
16873name = "sval_fmt"
16874version = "2.15.0"
16875source = "registry+https://github.com/rust-lang/crates.io-index"
16876checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16877dependencies = [
16878 "itoa",
16879 "ryu",
16880 "sval",
16881]
16882
16883[[package]]
16884name = "sval_json"
16885version = "2.15.0"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16888dependencies = [
16889 "itoa",
16890 "ryu",
16891 "sval",
16892]
16893
16894[[package]]
16895name = "sval_nested"
16896version = "2.15.0"
16897source = "registry+https://github.com/rust-lang/crates.io-index"
16898checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16899dependencies = [
16900 "sval",
16901 "sval_buffer",
16902 "sval_ref",
16903]
16904
16905[[package]]
16906name = "sval_ref"
16907version = "2.15.0"
16908source = "registry+https://github.com/rust-lang/crates.io-index"
16909checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16910dependencies = [
16911 "sval",
16912]
16913
16914[[package]]
16915name = "sval_serde"
16916version = "2.15.0"
16917source = "registry+https://github.com/rust-lang/crates.io-index"
16918checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16919dependencies = [
16920 "serde_core",
16921 "sval",
16922 "sval_nested",
16923]
16924
16925[[package]]
16926name = "svg_fmt"
16927version = "0.4.5"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16930
16931[[package]]
16932name = "svg_preview"
16933version = "0.1.0"
16934dependencies = [
16935 "file_icons",
16936 "gpui",
16937 "language",
16938 "multi_buffer",
16939 "ui",
16940 "workspace",
16941 "zed_actions",
16942]
16943
16944[[package]]
16945name = "svgtypes"
16946version = "0.15.3"
16947source = "registry+https://github.com/rust-lang/crates.io-index"
16948checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16949dependencies = [
16950 "kurbo",
16951 "siphasher 1.0.1",
16952]
16953
16954[[package]]
16955name = "swash"
16956version = "0.2.6"
16957source = "registry+https://github.com/rust-lang/crates.io-index"
16958checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16959dependencies = [
16960 "skrifa 0.37.0",
16961 "yazi",
16962 "zeno",
16963]
16964
16965[[package]]
16966name = "symphonia"
16967version = "0.5.5"
16968source = "registry+https://github.com/rust-lang/crates.io-index"
16969checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16970dependencies = [
16971 "lazy_static",
16972 "symphonia-bundle-flac",
16973 "symphonia-bundle-mp3",
16974 "symphonia-codec-aac",
16975 "symphonia-codec-pcm",
16976 "symphonia-codec-vorbis",
16977 "symphonia-core",
16978 "symphonia-format-isomp4",
16979 "symphonia-format-ogg",
16980 "symphonia-format-riff",
16981 "symphonia-metadata",
16982]
16983
16984[[package]]
16985name = "symphonia-bundle-flac"
16986version = "0.5.5"
16987source = "registry+https://github.com/rust-lang/crates.io-index"
16988checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16989dependencies = [
16990 "log",
16991 "symphonia-core",
16992 "symphonia-metadata",
16993 "symphonia-utils-xiph",
16994]
16995
16996[[package]]
16997name = "symphonia-bundle-mp3"
16998version = "0.5.5"
16999source = "registry+https://github.com/rust-lang/crates.io-index"
17000checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17001dependencies = [
17002 "lazy_static",
17003 "log",
17004 "symphonia-core",
17005 "symphonia-metadata",
17006]
17007
17008[[package]]
17009name = "symphonia-codec-aac"
17010version = "0.5.5"
17011source = "registry+https://github.com/rust-lang/crates.io-index"
17012checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17013dependencies = [
17014 "lazy_static",
17015 "log",
17016 "symphonia-core",
17017]
17018
17019[[package]]
17020name = "symphonia-codec-pcm"
17021version = "0.5.5"
17022source = "registry+https://github.com/rust-lang/crates.io-index"
17023checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17024dependencies = [
17025 "log",
17026 "symphonia-core",
17027]
17028
17029[[package]]
17030name = "symphonia-codec-vorbis"
17031version = "0.5.5"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17034dependencies = [
17035 "log",
17036 "symphonia-core",
17037 "symphonia-utils-xiph",
17038]
17039
17040[[package]]
17041name = "symphonia-core"
17042version = "0.5.5"
17043source = "registry+https://github.com/rust-lang/crates.io-index"
17044checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17045dependencies = [
17046 "arrayvec",
17047 "bitflags 1.3.2",
17048 "bytemuck",
17049 "lazy_static",
17050 "log",
17051]
17052
17053[[package]]
17054name = "symphonia-format-isomp4"
17055version = "0.5.5"
17056source = "registry+https://github.com/rust-lang/crates.io-index"
17057checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17058dependencies = [
17059 "encoding_rs",
17060 "log",
17061 "symphonia-core",
17062 "symphonia-metadata",
17063 "symphonia-utils-xiph",
17064]
17065
17066[[package]]
17067name = "symphonia-format-ogg"
17068version = "0.5.5"
17069source = "registry+https://github.com/rust-lang/crates.io-index"
17070checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17071dependencies = [
17072 "log",
17073 "symphonia-core",
17074 "symphonia-metadata",
17075 "symphonia-utils-xiph",
17076]
17077
17078[[package]]
17079name = "symphonia-format-riff"
17080version = "0.5.5"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17083dependencies = [
17084 "extended",
17085 "log",
17086 "symphonia-core",
17087 "symphonia-metadata",
17088]
17089
17090[[package]]
17091name = "symphonia-metadata"
17092version = "0.5.5"
17093source = "registry+https://github.com/rust-lang/crates.io-index"
17094checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17095dependencies = [
17096 "encoding_rs",
17097 "lazy_static",
17098 "log",
17099 "symphonia-core",
17100]
17101
17102[[package]]
17103name = "symphonia-utils-xiph"
17104version = "0.5.5"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17107dependencies = [
17108 "symphonia-core",
17109 "symphonia-metadata",
17110]
17111
17112[[package]]
17113name = "syn"
17114version = "1.0.109"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17117dependencies = [
17118 "proc-macro2",
17119 "quote",
17120 "unicode-ident",
17121]
17122
17123[[package]]
17124name = "syn"
17125version = "2.0.117"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17128dependencies = [
17129 "proc-macro2",
17130 "quote",
17131 "unicode-ident",
17132]
17133
17134[[package]]
17135name = "sync_wrapper"
17136version = "0.1.2"
17137source = "registry+https://github.com/rust-lang/crates.io-index"
17138checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17139
17140[[package]]
17141name = "sync_wrapper"
17142version = "1.0.2"
17143source = "registry+https://github.com/rust-lang/crates.io-index"
17144checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17145dependencies = [
17146 "futures-core",
17147]
17148
17149[[package]]
17150name = "synchronoise"
17151version = "1.0.1"
17152source = "registry+https://github.com/rust-lang/crates.io-index"
17153checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17154dependencies = [
17155 "crossbeam-queue",
17156]
17157
17158[[package]]
17159name = "synstructure"
17160version = "0.13.2"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17163dependencies = [
17164 "proc-macro2",
17165 "quote",
17166 "syn 2.0.117",
17167]
17168
17169[[package]]
17170name = "syntax_theme"
17171version = "0.1.0"
17172dependencies = [
17173 "gpui",
17174 "serde",
17175 "serde_json",
17176]
17177
17178[[package]]
17179name = "sys-locale"
17180version = "0.3.2"
17181source = "registry+https://github.com/rust-lang/crates.io-index"
17182checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17183dependencies = [
17184 "libc",
17185]
17186
17187[[package]]
17188name = "sysctl"
17189version = "0.5.5"
17190source = "registry+https://github.com/rust-lang/crates.io-index"
17191checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17192dependencies = [
17193 "bitflags 2.10.0",
17194 "byteorder",
17195 "enum-as-inner",
17196 "libc",
17197 "thiserror 1.0.69",
17198 "walkdir",
17199]
17200
17201[[package]]
17202name = "sysctl"
17203version = "0.6.0"
17204source = "registry+https://github.com/rust-lang/crates.io-index"
17205checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17206dependencies = [
17207 "bitflags 2.10.0",
17208 "byteorder",
17209 "enum-as-inner",
17210 "libc",
17211 "thiserror 1.0.69",
17212 "walkdir",
17213]
17214
17215[[package]]
17216name = "sysinfo"
17217version = "0.31.4"
17218source = "registry+https://github.com/rust-lang/crates.io-index"
17219checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17220dependencies = [
17221 "core-foundation-sys",
17222 "libc",
17223 "memchr",
17224 "ntapi",
17225 "rayon",
17226 "windows 0.57.0",
17227]
17228
17229[[package]]
17230name = "sysinfo"
17231version = "0.37.2"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17234dependencies = [
17235 "libc",
17236 "memchr",
17237 "ntapi",
17238 "objc2-core-foundation",
17239 "objc2-io-kit",
17240 "windows 0.61.3",
17241]
17242
17243[[package]]
17244name = "system-configuration"
17245version = "0.5.1"
17246source = "registry+https://github.com/rust-lang/crates.io-index"
17247checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17248dependencies = [
17249 "bitflags 1.3.2",
17250 "core-foundation 0.9.4",
17251 "system-configuration-sys 0.5.0",
17252]
17253
17254[[package]]
17255name = "system-configuration"
17256version = "0.6.1"
17257source = "registry+https://github.com/rust-lang/crates.io-index"
17258checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17259dependencies = [
17260 "bitflags 2.10.0",
17261 "core-foundation 0.9.4",
17262 "system-configuration-sys 0.6.0",
17263]
17264
17265[[package]]
17266name = "system-configuration-sys"
17267version = "0.5.0"
17268source = "registry+https://github.com/rust-lang/crates.io-index"
17269checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17270dependencies = [
17271 "core-foundation-sys",
17272 "libc",
17273]
17274
17275[[package]]
17276name = "system-configuration-sys"
17277version = "0.6.0"
17278source = "registry+https://github.com/rust-lang/crates.io-index"
17279checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17280dependencies = [
17281 "core-foundation-sys",
17282 "libc",
17283]
17284
17285[[package]]
17286name = "system-deps"
17287version = "6.2.2"
17288source = "registry+https://github.com/rust-lang/crates.io-index"
17289checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17290dependencies = [
17291 "cfg-expr 0.15.8",
17292 "heck 0.5.0",
17293 "pkg-config",
17294 "toml 0.8.23",
17295 "version-compare",
17296]
17297
17298[[package]]
17299name = "system-deps"
17300version = "7.0.7"
17301source = "registry+https://github.com/rust-lang/crates.io-index"
17302checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17303dependencies = [
17304 "cfg-expr 0.20.6",
17305 "heck 0.5.0",
17306 "pkg-config",
17307 "toml 0.9.8",
17308 "version-compare",
17309]
17310
17311[[package]]
17312name = "system-interface"
17313version = "0.27.3"
17314source = "registry+https://github.com/rust-lang/crates.io-index"
17315checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17316dependencies = [
17317 "bitflags 2.10.0",
17318 "cap-fs-ext",
17319 "cap-std",
17320 "fd-lock",
17321 "io-lifetimes",
17322 "rustix 0.38.44",
17323 "windows-sys 0.59.0",
17324 "winx",
17325]
17326
17327[[package]]
17328name = "system_specs"
17329version = "0.1.0"
17330dependencies = [
17331 "anyhow",
17332 "client",
17333 "gpui",
17334 "human_bytes",
17335 "pciid-parser",
17336 "release_channel",
17337 "semver",
17338 "serde",
17339 "sysinfo 0.37.2",
17340]
17341
17342[[package]]
17343name = "tab_switcher"
17344version = "0.1.0"
17345dependencies = [
17346 "collections",
17347 "ctor",
17348 "editor",
17349 "fuzzy",
17350 "gpui",
17351 "menu",
17352 "picker",
17353 "project",
17354 "schemars",
17355 "serde",
17356 "serde_json",
17357 "settings",
17358 "smol",
17359 "theme",
17360 "theme_settings",
17361 "ui",
17362 "util",
17363 "workspace",
17364 "zlog",
17365]
17366
17367[[package]]
17368name = "taffy"
17369version = "0.9.0"
17370source = "registry+https://github.com/rust-lang/crates.io-index"
17371checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17372dependencies = [
17373 "arrayvec",
17374 "grid",
17375 "serde",
17376 "slotmap",
17377]
17378
17379[[package]]
17380name = "tagptr"
17381version = "0.2.0"
17382source = "registry+https://github.com/rust-lang/crates.io-index"
17383checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17384
17385[[package]]
17386name = "take-until"
17387version = "0.2.0"
17388source = "registry+https://github.com/rust-lang/crates.io-index"
17389checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17390
17391[[package]]
17392name = "tao-core-video-sys"
17393version = "0.2.0"
17394source = "registry+https://github.com/rust-lang/crates.io-index"
17395checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17396dependencies = [
17397 "cfg-if",
17398 "core-foundation-sys",
17399 "libc",
17400 "objc",
17401]
17402
17403[[package]]
17404name = "tap"
17405version = "1.0.1"
17406source = "registry+https://github.com/rust-lang/crates.io-index"
17407checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17408
17409[[package]]
17410name = "target-lexicon"
17411version = "0.12.16"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17414
17415[[package]]
17416name = "target-lexicon"
17417version = "0.13.3"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17420
17421[[package]]
17422name = "task"
17423version = "0.1.0"
17424dependencies = [
17425 "anyhow",
17426 "collections",
17427 "futures 0.3.32",
17428 "gpui",
17429 "hex",
17430 "log",
17431 "parking_lot",
17432 "pretty_assertions",
17433 "proto",
17434 "schemars",
17435 "serde",
17436 "serde_json",
17437 "serde_json_lenient",
17438 "sha2",
17439 "shellexpand 2.1.2",
17440 "util",
17441 "zed_actions",
17442]
17443
17444[[package]]
17445name = "tasks_ui"
17446version = "0.1.0"
17447dependencies = [
17448 "anyhow",
17449 "collections",
17450 "editor",
17451 "file_icons",
17452 "fuzzy",
17453 "gpui",
17454 "itertools 0.14.0",
17455 "language",
17456 "menu",
17457 "picker",
17458 "project",
17459 "serde",
17460 "serde_json",
17461 "task",
17462 "tree-sitter-rust",
17463 "tree-sitter-typescript",
17464 "ui",
17465 "util",
17466 "workspace",
17467 "zed_actions",
17468]
17469
17470[[package]]
17471name = "telemetry"
17472version = "0.1.0"
17473dependencies = [
17474 "futures 0.3.32",
17475 "serde",
17476 "serde_json",
17477 "telemetry_events",
17478]
17479
17480[[package]]
17481name = "telemetry_events"
17482version = "0.1.0"
17483dependencies = [
17484 "semver",
17485 "serde",
17486 "serde_json",
17487]
17488
17489[[package]]
17490name = "tempfile"
17491version = "3.23.0"
17492source = "registry+https://github.com/rust-lang/crates.io-index"
17493checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17494dependencies = [
17495 "fastrand 2.3.0",
17496 "getrandom 0.3.4",
17497 "once_cell",
17498 "rustix 1.1.2",
17499 "windows-sys 0.61.2",
17500]
17501
17502[[package]]
17503name = "tendril"
17504version = "0.4.3"
17505source = "registry+https://github.com/rust-lang/crates.io-index"
17506checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17507dependencies = [
17508 "futf",
17509 "mac",
17510 "utf-8",
17511]
17512
17513[[package]]
17514name = "termcolor"
17515version = "1.4.1"
17516source = "registry+https://github.com/rust-lang/crates.io-index"
17517checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17518dependencies = [
17519 "winapi-util",
17520]
17521
17522[[package]]
17523name = "terminal"
17524version = "0.1.0"
17525dependencies = [
17526 "alacritty_terminal",
17527 "anyhow",
17528 "collections",
17529 "futures 0.3.32",
17530 "gpui",
17531 "itertools 0.14.0",
17532 "libc",
17533 "log",
17534 "parking_lot",
17535 "rand 0.9.2",
17536 "regex",
17537 "release_channel",
17538 "schemars",
17539 "serde",
17540 "settings",
17541 "smol",
17542 "sysinfo 0.37.2",
17543 "task",
17544 "theme",
17545 "theme_settings",
17546 "thiserror 2.0.17",
17547 "url",
17548 "urlencoding",
17549 "util",
17550 "util_macros",
17551 "windows 0.61.3",
17552]
17553
17554[[package]]
17555name = "terminal_size"
17556version = "0.4.3"
17557source = "registry+https://github.com/rust-lang/crates.io-index"
17558checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17559dependencies = [
17560 "rustix 1.1.2",
17561 "windows-sys 0.60.2",
17562]
17563
17564[[package]]
17565name = "terminal_view"
17566version = "0.1.0"
17567dependencies = [
17568 "anyhow",
17569 "async-recursion",
17570 "breadcrumbs",
17571 "collections",
17572 "db",
17573 "dirs 4.0.0",
17574 "editor",
17575 "futures 0.3.32",
17576 "gpui",
17577 "itertools 0.14.0",
17578 "language",
17579 "log",
17580 "menu",
17581 "pretty_assertions",
17582 "project",
17583 "regex",
17584 "schemars",
17585 "serde",
17586 "serde_json",
17587 "settings",
17588 "shellexpand 2.1.2",
17589 "task",
17590 "terminal",
17591 "theme",
17592 "theme_settings",
17593 "ui",
17594 "util",
17595 "workspace",
17596 "zed_actions",
17597]
17598
17599[[package]]
17600name = "text"
17601version = "0.1.0"
17602dependencies = [
17603 "anyhow",
17604 "clock",
17605 "collections",
17606 "ctor",
17607 "gpui",
17608 "log",
17609 "parking_lot",
17610 "postage",
17611 "rand 0.9.2",
17612 "regex",
17613 "rope",
17614 "smallvec",
17615 "sum_tree",
17616 "util",
17617 "zlog",
17618]
17619
17620[[package]]
17621name = "theme"
17622version = "0.1.0"
17623dependencies = [
17624 "anyhow",
17625 "collections",
17626 "gpui",
17627 "palette",
17628 "parking_lot",
17629 "refineable",
17630 "schemars",
17631 "serde",
17632 "serde_json",
17633 "serde_json_lenient",
17634 "strum 0.27.2",
17635 "syntax_theme",
17636 "thiserror 2.0.17",
17637 "uuid",
17638]
17639
17640[[package]]
17641name = "theme_extension"
17642version = "0.1.0"
17643dependencies = [
17644 "anyhow",
17645 "extension",
17646 "fs",
17647 "gpui",
17648 "theme",
17649 "theme_settings",
17650]
17651
17652[[package]]
17653name = "theme_importer"
17654version = "0.1.0"
17655dependencies = [
17656 "anyhow",
17657 "clap",
17658 "collections",
17659 "gpui",
17660 "indexmap",
17661 "log",
17662 "palette",
17663 "serde",
17664 "serde_json",
17665 "serde_json_lenient",
17666 "simplelog",
17667 "strum 0.27.2",
17668 "theme",
17669 "theme_settings",
17670 "vscode_theme",
17671]
17672
17673[[package]]
17674name = "theme_selector"
17675version = "0.1.0"
17676dependencies = [
17677 "editor",
17678 "fs",
17679 "fuzzy",
17680 "gpui",
17681 "log",
17682 "picker",
17683 "project",
17684 "serde",
17685 "serde_json",
17686 "settings",
17687 "telemetry",
17688 "theme",
17689 "theme_settings",
17690 "ui",
17691 "util",
17692 "workspace",
17693 "zed_actions",
17694]
17695
17696[[package]]
17697name = "theme_settings"
17698version = "0.1.0"
17699dependencies = [
17700 "anyhow",
17701 "collections",
17702 "gpui",
17703 "gpui_util",
17704 "log",
17705 "palette",
17706 "refineable",
17707 "schemars",
17708 "serde",
17709 "serde_json",
17710 "serde_json_lenient",
17711 "settings",
17712 "theme",
17713 "uuid",
17714]
17715
17716[[package]]
17717name = "thiserror"
17718version = "1.0.69"
17719source = "registry+https://github.com/rust-lang/crates.io-index"
17720checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17721dependencies = [
17722 "thiserror-impl 1.0.69",
17723]
17724
17725[[package]]
17726name = "thiserror"
17727version = "2.0.17"
17728source = "registry+https://github.com/rust-lang/crates.io-index"
17729checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17730dependencies = [
17731 "thiserror-impl 2.0.17",
17732]
17733
17734[[package]]
17735name = "thiserror-impl"
17736version = "1.0.69"
17737source = "registry+https://github.com/rust-lang/crates.io-index"
17738checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17739dependencies = [
17740 "proc-macro2",
17741 "quote",
17742 "syn 2.0.117",
17743]
17744
17745[[package]]
17746name = "thiserror-impl"
17747version = "2.0.17"
17748source = "registry+https://github.com/rust-lang/crates.io-index"
17749checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17750dependencies = [
17751 "proc-macro2",
17752 "quote",
17753 "syn 2.0.117",
17754]
17755
17756[[package]]
17757name = "thread_local"
17758version = "1.1.9"
17759source = "registry+https://github.com/rust-lang/crates.io-index"
17760checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17761dependencies = [
17762 "cfg-if",
17763]
17764
17765[[package]]
17766name = "tiff"
17767version = "0.10.3"
17768source = "registry+https://github.com/rust-lang/crates.io-index"
17769checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17770dependencies = [
17771 "fax",
17772 "flate2",
17773 "half",
17774 "quick-error 2.0.1",
17775 "weezl",
17776 "zune-jpeg",
17777]
17778
17779[[package]]
17780name = "tiktoken-rs"
17781version = "0.9.1"
17782source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17783dependencies = [
17784 "anyhow",
17785 "base64 0.22.1",
17786 "bstr",
17787 "fancy-regex 0.16.2",
17788 "lazy_static",
17789 "regex",
17790 "rustc-hash 1.1.0",
17791]
17792
17793[[package]]
17794name = "time"
17795version = "0.3.47"
17796source = "registry+https://github.com/rust-lang/crates.io-index"
17797checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17798dependencies = [
17799 "deranged",
17800 "itoa",
17801 "libc",
17802 "num-conv",
17803 "num_threads",
17804 "powerfmt",
17805 "serde_core",
17806 "time-core",
17807 "time-macros",
17808]
17809
17810[[package]]
17811name = "time-core"
17812version = "0.1.8"
17813source = "registry+https://github.com/rust-lang/crates.io-index"
17814checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17815
17816[[package]]
17817name = "time-macros"
17818version = "0.2.27"
17819source = "registry+https://github.com/rust-lang/crates.io-index"
17820checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17821dependencies = [
17822 "num-conv",
17823 "time-core",
17824]
17825
17826[[package]]
17827name = "time_format"
17828version = "0.1.0"
17829dependencies = [
17830 "core-foundation 0.10.0",
17831 "core-foundation-sys",
17832 "sys-locale",
17833 "time",
17834 "windows 0.61.3",
17835]
17836
17837[[package]]
17838name = "tiny-keccak"
17839version = "2.0.2"
17840source = "registry+https://github.com/rust-lang/crates.io-index"
17841checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17842dependencies = [
17843 "crunchy",
17844]
17845
17846[[package]]
17847name = "tiny-skia"
17848version = "0.11.4"
17849source = "registry+https://github.com/rust-lang/crates.io-index"
17850checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17851dependencies = [
17852 "arrayref",
17853 "arrayvec",
17854 "bytemuck",
17855 "cfg-if",
17856 "log",
17857 "png 0.17.16",
17858 "tiny-skia-path",
17859]
17860
17861[[package]]
17862name = "tiny-skia-path"
17863version = "0.11.4"
17864source = "registry+https://github.com/rust-lang/crates.io-index"
17865checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17866dependencies = [
17867 "arrayref",
17868 "bytemuck",
17869 "strict-num",
17870]
17871
17872[[package]]
17873name = "tiny_http"
17874version = "0.12.0"
17875source = "registry+https://github.com/rust-lang/crates.io-index"
17876checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17877dependencies = [
17878 "ascii",
17879 "chunked_transfer",
17880 "httpdate",
17881 "log",
17882]
17883
17884[[package]]
17885name = "tinystr"
17886version = "0.8.1"
17887source = "registry+https://github.com/rust-lang/crates.io-index"
17888checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17889dependencies = [
17890 "displaydoc",
17891 "zerovec",
17892]
17893
17894[[package]]
17895name = "tinytemplate"
17896version = "1.2.1"
17897source = "registry+https://github.com/rust-lang/crates.io-index"
17898checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17899dependencies = [
17900 "serde",
17901 "serde_json",
17902]
17903
17904[[package]]
17905name = "tinyvec"
17906version = "1.10.0"
17907source = "registry+https://github.com/rust-lang/crates.io-index"
17908checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17909dependencies = [
17910 "tinyvec_macros",
17911]
17912
17913[[package]]
17914name = "tinyvec_macros"
17915version = "0.1.1"
17916source = "registry+https://github.com/rust-lang/crates.io-index"
17917checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17918
17919[[package]]
17920name = "title_bar"
17921version = "0.1.0"
17922dependencies = [
17923 "anyhow",
17924 "auto_update",
17925 "call",
17926 "channel",
17927 "chrono",
17928 "client",
17929 "cloud_api_types",
17930 "db",
17931 "git_ui",
17932 "gpui",
17933 "icons",
17934 "livekit_client",
17935 "notifications",
17936 "platform_title_bar",
17937 "project",
17938 "recent_projects",
17939 "release_channel",
17940 "remote",
17941 "remote_connection",
17942 "rpc",
17943 "schemars",
17944 "semver",
17945 "serde",
17946 "settings",
17947 "smallvec",
17948 "telemetry",
17949 "theme",
17950 "ui",
17951 "util",
17952 "windows 0.61.3",
17953 "workspace",
17954 "zed_actions",
17955]
17956
17957[[package]]
17958name = "tokio"
17959version = "1.48.0"
17960source = "registry+https://github.com/rust-lang/crates.io-index"
17961checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17962dependencies = [
17963 "bytes 1.11.1",
17964 "libc",
17965 "mio 1.1.0",
17966 "parking_lot",
17967 "pin-project-lite",
17968 "signal-hook-registry",
17969 "socket2 0.6.1",
17970 "tokio-macros",
17971 "windows-sys 0.61.2",
17972]
17973
17974[[package]]
17975name = "tokio-io"
17976version = "0.1.13"
17977source = "registry+https://github.com/rust-lang/crates.io-index"
17978checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17979dependencies = [
17980 "bytes 0.4.12",
17981 "futures 0.1.31",
17982 "log",
17983]
17984
17985[[package]]
17986name = "tokio-macros"
17987version = "2.6.0"
17988source = "registry+https://github.com/rust-lang/crates.io-index"
17989checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17990dependencies = [
17991 "proc-macro2",
17992 "quote",
17993 "syn 2.0.117",
17994]
17995
17996[[package]]
17997name = "tokio-native-tls"
17998version = "0.3.1"
17999source = "registry+https://github.com/rust-lang/crates.io-index"
18000checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18001dependencies = [
18002 "native-tls",
18003 "tokio",
18004]
18005
18006[[package]]
18007name = "tokio-rustls"
18008version = "0.24.1"
18009source = "registry+https://github.com/rust-lang/crates.io-index"
18010checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18011dependencies = [
18012 "rustls 0.21.12",
18013 "tokio",
18014]
18015
18016[[package]]
18017name = "tokio-rustls"
18018version = "0.26.2"
18019source = "registry+https://github.com/rust-lang/crates.io-index"
18020checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18021dependencies = [
18022 "rustls 0.23.33",
18023 "tokio",
18024]
18025
18026[[package]]
18027name = "tokio-socks"
18028version = "0.5.2"
18029source = "registry+https://github.com/rust-lang/crates.io-index"
18030checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18031dependencies = [
18032 "either",
18033 "futures-io",
18034 "futures-util",
18035 "thiserror 1.0.69",
18036 "tokio",
18037]
18038
18039[[package]]
18040name = "tokio-stream"
18041version = "0.1.17"
18042source = "registry+https://github.com/rust-lang/crates.io-index"
18043checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18044dependencies = [
18045 "futures-core",
18046 "pin-project-lite",
18047 "tokio",
18048]
18049
18050[[package]]
18051name = "tokio-tungstenite"
18052version = "0.20.1"
18053source = "registry+https://github.com/rust-lang/crates.io-index"
18054checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18055dependencies = [
18056 "futures-util",
18057 "log",
18058 "tokio",
18059 "tungstenite 0.20.1",
18060]
18061
18062[[package]]
18063name = "tokio-tungstenite"
18064version = "0.21.0"
18065source = "registry+https://github.com/rust-lang/crates.io-index"
18066checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18067dependencies = [
18068 "futures-util",
18069 "log",
18070 "tokio",
18071 "tungstenite 0.21.0",
18072]
18073
18074[[package]]
18075name = "tokio-tungstenite"
18076version = "0.28.0"
18077source = "registry+https://github.com/rust-lang/crates.io-index"
18078checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18079dependencies = [
18080 "futures-util",
18081 "log",
18082 "rustls 0.23.33",
18083 "rustls-native-certs 0.8.2",
18084 "rustls-pki-types",
18085 "tokio",
18086 "tokio-rustls 0.26.2",
18087 "tungstenite 0.28.0",
18088]
18089
18090[[package]]
18091name = "tokio-util"
18092version = "0.7.16"
18093source = "registry+https://github.com/rust-lang/crates.io-index"
18094checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18095dependencies = [
18096 "bytes 1.11.1",
18097 "futures-core",
18098 "futures-io",
18099 "futures-sink",
18100 "pin-project-lite",
18101 "tokio",
18102]
18103
18104[[package]]
18105name = "toml"
18106version = "0.5.11"
18107source = "registry+https://github.com/rust-lang/crates.io-index"
18108checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18109dependencies = [
18110 "serde",
18111]
18112
18113[[package]]
18114name = "toml"
18115version = "0.8.23"
18116source = "registry+https://github.com/rust-lang/crates.io-index"
18117checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18118dependencies = [
18119 "serde",
18120 "serde_spanned 0.6.9",
18121 "toml_datetime 0.6.11",
18122 "toml_edit 0.22.27",
18123]
18124
18125[[package]]
18126name = "toml"
18127version = "0.9.8"
18128source = "registry+https://github.com/rust-lang/crates.io-index"
18129checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18130dependencies = [
18131 "indexmap",
18132 "serde_core",
18133 "serde_spanned 1.0.3",
18134 "toml_datetime 0.7.3",
18135 "toml_parser",
18136 "toml_writer",
18137 "winnow",
18138]
18139
18140[[package]]
18141name = "toml_datetime"
18142version = "0.6.11"
18143source = "registry+https://github.com/rust-lang/crates.io-index"
18144checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18145dependencies = [
18146 "serde",
18147]
18148
18149[[package]]
18150name = "toml_datetime"
18151version = "0.7.3"
18152source = "registry+https://github.com/rust-lang/crates.io-index"
18153checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18154dependencies = [
18155 "serde_core",
18156]
18157
18158[[package]]
18159name = "toml_edit"
18160version = "0.22.27"
18161source = "registry+https://github.com/rust-lang/crates.io-index"
18162checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18163dependencies = [
18164 "indexmap",
18165 "serde",
18166 "serde_spanned 0.6.9",
18167 "toml_datetime 0.6.11",
18168 "toml_write",
18169 "winnow",
18170]
18171
18172[[package]]
18173name = "toml_edit"
18174version = "0.23.7"
18175source = "registry+https://github.com/rust-lang/crates.io-index"
18176checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18177dependencies = [
18178 "indexmap",
18179 "toml_datetime 0.7.3",
18180 "toml_parser",
18181 "winnow",
18182]
18183
18184[[package]]
18185name = "toml_parser"
18186version = "1.0.4"
18187source = "registry+https://github.com/rust-lang/crates.io-index"
18188checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18189dependencies = [
18190 "winnow",
18191]
18192
18193[[package]]
18194name = "toml_write"
18195version = "0.1.2"
18196source = "registry+https://github.com/rust-lang/crates.io-index"
18197checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18198
18199[[package]]
18200name = "toml_writer"
18201version = "1.0.4"
18202source = "registry+https://github.com/rust-lang/crates.io-index"
18203checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18204
18205[[package]]
18206name = "toolchain_selector"
18207version = "0.1.0"
18208dependencies = [
18209 "anyhow",
18210 "convert_case 0.8.0",
18211 "editor",
18212 "futures 0.3.32",
18213 "fuzzy",
18214 "gpui",
18215 "language",
18216 "menu",
18217 "open_path_prompt",
18218 "picker",
18219 "project",
18220 "ui",
18221 "util",
18222 "workspace",
18223]
18224
18225[[package]]
18226name = "topological-sort"
18227version = "0.2.2"
18228source = "registry+https://github.com/rust-lang/crates.io-index"
18229checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18230
18231[[package]]
18232name = "tower"
18233version = "0.4.13"
18234source = "registry+https://github.com/rust-lang/crates.io-index"
18235checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18236dependencies = [
18237 "futures-core",
18238 "futures-util",
18239 "pin-project",
18240 "pin-project-lite",
18241 "tokio",
18242 "tower-layer",
18243 "tower-service",
18244 "tracing",
18245]
18246
18247[[package]]
18248name = "tower"
18249version = "0.5.2"
18250source = "registry+https://github.com/rust-lang/crates.io-index"
18251checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18252dependencies = [
18253 "futures-core",
18254 "futures-util",
18255 "pin-project-lite",
18256 "sync_wrapper 1.0.2",
18257 "tokio",
18258 "tokio-util",
18259 "tower-layer",
18260 "tower-service",
18261 "tracing",
18262]
18263
18264[[package]]
18265name = "tower-http"
18266version = "0.4.4"
18267source = "registry+https://github.com/rust-lang/crates.io-index"
18268checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18269dependencies = [
18270 "bitflags 2.10.0",
18271 "bytes 1.11.1",
18272 "futures-core",
18273 "futures-util",
18274 "http 0.2.12",
18275 "http-body 0.4.6",
18276 "http-range-header",
18277 "pin-project-lite",
18278 "tower-layer",
18279 "tower-service",
18280 "tracing",
18281]
18282
18283[[package]]
18284name = "tower-http"
18285version = "0.6.6"
18286source = "registry+https://github.com/rust-lang/crates.io-index"
18287checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18288dependencies = [
18289 "bitflags 2.10.0",
18290 "bytes 1.11.1",
18291 "futures-util",
18292 "http 1.3.1",
18293 "http-body 1.0.1",
18294 "iri-string",
18295 "pin-project-lite",
18296 "tower 0.5.2",
18297 "tower-layer",
18298 "tower-service",
18299 "tracing",
18300]
18301
18302[[package]]
18303name = "tower-layer"
18304version = "0.3.3"
18305source = "registry+https://github.com/rust-lang/crates.io-index"
18306checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18307
18308[[package]]
18309name = "tower-service"
18310version = "0.3.3"
18311source = "registry+https://github.com/rust-lang/crates.io-index"
18312checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18313
18314[[package]]
18315name = "tracing"
18316version = "0.1.43"
18317source = "registry+https://github.com/rust-lang/crates.io-index"
18318checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18319dependencies = [
18320 "log",
18321 "pin-project-lite",
18322 "tracing-attributes",
18323 "tracing-core",
18324]
18325
18326[[package]]
18327name = "tracing-attributes"
18328version = "0.1.31"
18329source = "registry+https://github.com/rust-lang/crates.io-index"
18330checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18331dependencies = [
18332 "proc-macro2",
18333 "quote",
18334 "syn 2.0.117",
18335]
18336
18337[[package]]
18338name = "tracing-core"
18339version = "0.1.35"
18340source = "registry+https://github.com/rust-lang/crates.io-index"
18341checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18342dependencies = [
18343 "once_cell",
18344 "valuable",
18345]
18346
18347[[package]]
18348name = "tracing-log"
18349version = "0.2.0"
18350source = "registry+https://github.com/rust-lang/crates.io-index"
18351checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18352dependencies = [
18353 "log",
18354 "once_cell",
18355 "tracing-core",
18356]
18357
18358[[package]]
18359name = "tracing-serde"
18360version = "0.2.0"
18361source = "registry+https://github.com/rust-lang/crates.io-index"
18362checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18363dependencies = [
18364 "serde",
18365 "tracing-core",
18366]
18367
18368[[package]]
18369name = "tracing-subscriber"
18370version = "0.3.22"
18371source = "registry+https://github.com/rust-lang/crates.io-index"
18372checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18373dependencies = [
18374 "matchers",
18375 "nu-ansi-term",
18376 "once_cell",
18377 "regex-automata",
18378 "serde",
18379 "serde_json",
18380 "sharded-slab",
18381 "smallvec",
18382 "thread_local",
18383 "tracing",
18384 "tracing-core",
18385 "tracing-log",
18386 "tracing-serde",
18387]
18388
18389[[package]]
18390name = "tracing-tracy"
18391version = "0.11.4"
18392source = "registry+https://github.com/rust-lang/crates.io-index"
18393checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18394dependencies = [
18395 "tracing-core",
18396 "tracing-subscriber",
18397 "tracy-client",
18398]
18399
18400[[package]]
18401name = "tracy-client"
18402version = "0.18.3"
18403source = "registry+https://github.com/rust-lang/crates.io-index"
18404checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18405dependencies = [
18406 "loom",
18407 "once_cell",
18408 "tracy-client-sys",
18409]
18410
18411[[package]]
18412name = "tracy-client-sys"
18413version = "0.27.0"
18414source = "registry+https://github.com/rust-lang/crates.io-index"
18415checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18416dependencies = [
18417 "cc",
18418 "windows-targets 0.48.5",
18419]
18420
18421[[package]]
18422name = "transpose"
18423version = "0.2.3"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18426dependencies = [
18427 "num-integer",
18428 "strength_reduce",
18429]
18430
18431[[package]]
18432name = "trash"
18433version = "5.2.5"
18434source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18435dependencies = [
18436 "chrono",
18437 "libc",
18438 "log",
18439 "objc2",
18440 "objc2-foundation",
18441 "once_cell",
18442 "percent-encoding",
18443 "scopeguard",
18444 "urlencoding",
18445 "windows 0.56.0",
18446 "windows-core 0.56.0",
18447]
18448
18449[[package]]
18450name = "tree-sitter"
18451version = "0.26.8"
18452source = "registry+https://github.com/rust-lang/crates.io-index"
18453checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18454dependencies = [
18455 "cc",
18456 "regex",
18457 "regex-syntax",
18458 "serde_json",
18459 "streaming-iterator",
18460 "tree-sitter-language",
18461 "wasmtime-c-api-impl",
18462]
18463
18464[[package]]
18465name = "tree-sitter-bash"
18466version = "0.25.1"
18467source = "registry+https://github.com/rust-lang/crates.io-index"
18468checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18469dependencies = [
18470 "cc",
18471 "tree-sitter-language",
18472]
18473
18474[[package]]
18475name = "tree-sitter-c"
18476version = "0.24.1"
18477source = "registry+https://github.com/rust-lang/crates.io-index"
18478checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18479dependencies = [
18480 "cc",
18481 "tree-sitter-language",
18482]
18483
18484[[package]]
18485name = "tree-sitter-cpp"
18486version = "0.23.4"
18487source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18488dependencies = [
18489 "cc",
18490 "tree-sitter-language",
18491]
18492
18493[[package]]
18494name = "tree-sitter-css"
18495version = "0.23.2"
18496source = "registry+https://github.com/rust-lang/crates.io-index"
18497checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18498dependencies = [
18499 "cc",
18500 "tree-sitter-language",
18501]
18502
18503[[package]]
18504name = "tree-sitter-diff"
18505version = "0.1.0"
18506source = "registry+https://github.com/rust-lang/crates.io-index"
18507checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18508dependencies = [
18509 "cc",
18510 "tree-sitter-language",
18511]
18512
18513[[package]]
18514name = "tree-sitter-elixir"
18515version = "0.3.4"
18516source = "registry+https://github.com/rust-lang/crates.io-index"
18517checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18518dependencies = [
18519 "cc",
18520 "tree-sitter-language",
18521]
18522
18523[[package]]
18524name = "tree-sitter-embedded-template"
18525version = "0.23.2"
18526source = "registry+https://github.com/rust-lang/crates.io-index"
18527checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18528dependencies = [
18529 "cc",
18530 "tree-sitter-language",
18531]
18532
18533[[package]]
18534name = "tree-sitter-gitcommit"
18535version = "0.0.1"
18536source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18537dependencies = [
18538 "cc",
18539 "tree-sitter-language",
18540]
18541
18542[[package]]
18543name = "tree-sitter-go"
18544version = "0.25.0"
18545source = "registry+https://github.com/rust-lang/crates.io-index"
18546checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18547dependencies = [
18548 "cc",
18549 "tree-sitter-language",
18550]
18551
18552[[package]]
18553name = "tree-sitter-gomod"
18554version = "1.1.1"
18555source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18556dependencies = [
18557 "cc",
18558 "tree-sitter-language",
18559]
18560
18561[[package]]
18562name = "tree-sitter-gowork"
18563version = "0.0.1"
18564source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18565dependencies = [
18566 "cc",
18567 "tree-sitter-language",
18568]
18569
18570[[package]]
18571name = "tree-sitter-heex"
18572version = "0.0.1"
18573source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18574dependencies = [
18575 "cc",
18576 "tree-sitter-language",
18577]
18578
18579[[package]]
18580name = "tree-sitter-html"
18581version = "0.23.2"
18582source = "registry+https://github.com/rust-lang/crates.io-index"
18583checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18584dependencies = [
18585 "cc",
18586 "tree-sitter-language",
18587]
18588
18589[[package]]
18590name = "tree-sitter-jsdoc"
18591version = "0.23.2"
18592source = "registry+https://github.com/rust-lang/crates.io-index"
18593checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18594dependencies = [
18595 "cc",
18596 "tree-sitter-language",
18597]
18598
18599[[package]]
18600name = "tree-sitter-json"
18601version = "0.24.8"
18602source = "registry+https://github.com/rust-lang/crates.io-index"
18603checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18604dependencies = [
18605 "cc",
18606 "tree-sitter-language",
18607]
18608
18609[[package]]
18610name = "tree-sitter-language"
18611version = "0.1.5"
18612source = "registry+https://github.com/rust-lang/crates.io-index"
18613checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18614
18615[[package]]
18616name = "tree-sitter-md"
18617version = "0.3.2"
18618source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18619dependencies = [
18620 "cc",
18621 "tree-sitter-language",
18622]
18623
18624[[package]]
18625name = "tree-sitter-python"
18626version = "0.25.0"
18627source = "registry+https://github.com/rust-lang/crates.io-index"
18628checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18629dependencies = [
18630 "cc",
18631 "tree-sitter-language",
18632]
18633
18634[[package]]
18635name = "tree-sitter-regex"
18636version = "0.24.3"
18637source = "registry+https://github.com/rust-lang/crates.io-index"
18638checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18639dependencies = [
18640 "cc",
18641 "tree-sitter-language",
18642]
18643
18644[[package]]
18645name = "tree-sitter-ruby"
18646version = "0.23.1"
18647source = "registry+https://github.com/rust-lang/crates.io-index"
18648checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18649dependencies = [
18650 "cc",
18651 "tree-sitter-language",
18652]
18653
18654[[package]]
18655name = "tree-sitter-rust"
18656version = "0.24.2"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18659dependencies = [
18660 "cc",
18661 "tree-sitter-language",
18662]
18663
18664[[package]]
18665name = "tree-sitter-typescript"
18666version = "0.23.2"
18667source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18668dependencies = [
18669 "cc",
18670 "tree-sitter-language",
18671]
18672
18673[[package]]
18674name = "tree-sitter-yaml"
18675version = "0.6.1"
18676source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18677dependencies = [
18678 "cc",
18679 "tree-sitter-language",
18680]
18681
18682[[package]]
18683name = "triomphe"
18684version = "0.1.15"
18685source = "registry+https://github.com/rust-lang/crates.io-index"
18686checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18687dependencies = [
18688 "serde",
18689 "stable_deref_trait",
18690]
18691
18692[[package]]
18693name = "try-lock"
18694version = "0.2.5"
18695source = "registry+https://github.com/rust-lang/crates.io-index"
18696checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18697
18698[[package]]
18699name = "ttf-parser"
18700version = "0.20.0"
18701source = "registry+https://github.com/rust-lang/crates.io-index"
18702checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18703
18704[[package]]
18705name = "ttf-parser"
18706version = "0.25.1"
18707source = "registry+https://github.com/rust-lang/crates.io-index"
18708checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18709dependencies = [
18710 "core_maths",
18711]
18712
18713[[package]]
18714name = "tungstenite"
18715version = "0.20.1"
18716source = "registry+https://github.com/rust-lang/crates.io-index"
18717checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18718dependencies = [
18719 "byteorder",
18720 "bytes 1.11.1",
18721 "data-encoding",
18722 "http 0.2.12",
18723 "httparse",
18724 "log",
18725 "rand 0.8.5",
18726 "sha1",
18727 "thiserror 1.0.69",
18728 "url",
18729 "utf-8",
18730]
18731
18732[[package]]
18733name = "tungstenite"
18734version = "0.21.0"
18735source = "registry+https://github.com/rust-lang/crates.io-index"
18736checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18737dependencies = [
18738 "byteorder",
18739 "bytes 1.11.1",
18740 "data-encoding",
18741 "http 1.3.1",
18742 "httparse",
18743 "log",
18744 "rand 0.8.5",
18745 "sha1",
18746 "thiserror 1.0.69",
18747 "url",
18748 "utf-8",
18749]
18750
18751[[package]]
18752name = "tungstenite"
18753version = "0.27.0"
18754source = "registry+https://github.com/rust-lang/crates.io-index"
18755checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18756dependencies = [
18757 "bytes 1.11.1",
18758 "data-encoding",
18759 "http 1.3.1",
18760 "httparse",
18761 "log",
18762 "rand 0.9.2",
18763 "rustls 0.23.33",
18764 "rustls-pki-types",
18765 "sha1",
18766 "thiserror 2.0.17",
18767 "utf-8",
18768]
18769
18770[[package]]
18771name = "tungstenite"
18772version = "0.28.0"
18773source = "registry+https://github.com/rust-lang/crates.io-index"
18774checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18775dependencies = [
18776 "bytes 1.11.1",
18777 "data-encoding",
18778 "http 1.3.1",
18779 "httparse",
18780 "log",
18781 "rand 0.9.2",
18782 "rustls 0.23.33",
18783 "rustls-pki-types",
18784 "sha1",
18785 "thiserror 2.0.17",
18786 "utf-8",
18787]
18788
18789[[package]]
18790name = "typeid"
18791version = "1.0.3"
18792source = "registry+https://github.com/rust-lang/crates.io-index"
18793checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18794
18795[[package]]
18796name = "typenum"
18797version = "1.19.0"
18798source = "registry+https://github.com/rust-lang/crates.io-index"
18799checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18800
18801[[package]]
18802name = "ucd-trie"
18803version = "0.1.7"
18804source = "registry+https://github.com/rust-lang/crates.io-index"
18805checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18806
18807[[package]]
18808name = "uds"
18809version = "0.4.2"
18810source = "registry+https://github.com/rust-lang/crates.io-index"
18811checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18812dependencies = [
18813 "libc",
18814]
18815
18816[[package]]
18817name = "uds_windows"
18818version = "1.1.0"
18819source = "registry+https://github.com/rust-lang/crates.io-index"
18820checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18821dependencies = [
18822 "memoffset",
18823 "tempfile",
18824 "winapi",
18825]
18826
18827[[package]]
18828name = "ug"
18829version = "0.4.0"
18830source = "registry+https://github.com/rust-lang/crates.io-index"
18831checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18832dependencies = [
18833 "gemm 0.18.2",
18834 "half",
18835 "libloading",
18836 "memmap2",
18837 "num",
18838 "num-traits",
18839 "num_cpus",
18840 "rayon",
18841 "safetensors",
18842 "serde",
18843 "thiserror 1.0.69",
18844 "tracing",
18845 "yoke 0.7.5",
18846]
18847
18848[[package]]
18849name = "ui"
18850version = "0.1.0"
18851dependencies = [
18852 "chrono",
18853 "component",
18854 "documented",
18855 "gpui",
18856 "gpui_macros",
18857 "gpui_util",
18858 "icons",
18859 "itertools 0.14.0",
18860 "menu",
18861 "schemars",
18862 "serde",
18863 "smallvec",
18864 "strum 0.27.2",
18865 "theme",
18866 "ui_macros",
18867 "windows 0.61.3",
18868]
18869
18870[[package]]
18871name = "ui_input"
18872version = "0.1.0"
18873dependencies = [
18874 "component",
18875 "gpui",
18876 "ui",
18877]
18878
18879[[package]]
18880name = "ui_macros"
18881version = "0.1.0"
18882dependencies = [
18883 "component",
18884 "quote",
18885 "syn 2.0.117",
18886 "ui",
18887]
18888
18889[[package]]
18890name = "ui_prompt"
18891version = "0.1.0"
18892dependencies = [
18893 "gpui",
18894 "markdown",
18895 "menu",
18896 "settings",
18897 "theme_settings",
18898 "ui",
18899 "workspace",
18900]
18901
18902[[package]]
18903name = "unarray"
18904version = "0.1.4"
18905source = "registry+https://github.com/rust-lang/crates.io-index"
18906checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18907
18908[[package]]
18909name = "unicase"
18910version = "2.8.1"
18911source = "registry+https://github.com/rust-lang/crates.io-index"
18912checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18913
18914[[package]]
18915name = "unicode-bidi"
18916version = "0.3.18"
18917source = "registry+https://github.com/rust-lang/crates.io-index"
18918checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18919
18920[[package]]
18921name = "unicode-bidi-mirroring"
18922version = "0.4.0"
18923source = "registry+https://github.com/rust-lang/crates.io-index"
18924checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18925
18926[[package]]
18927name = "unicode-ccc"
18928version = "0.4.0"
18929source = "registry+https://github.com/rust-lang/crates.io-index"
18930checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18931
18932[[package]]
18933name = "unicode-general-category"
18934version = "1.1.0"
18935source = "registry+https://github.com/rust-lang/crates.io-index"
18936checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18937
18938[[package]]
18939name = "unicode-ident"
18940version = "1.0.19"
18941source = "registry+https://github.com/rust-lang/crates.io-index"
18942checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18943
18944[[package]]
18945name = "unicode-linebreak"
18946version = "0.1.5"
18947source = "registry+https://github.com/rust-lang/crates.io-index"
18948checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18949
18950[[package]]
18951name = "unicode-normalization"
18952version = "0.1.24"
18953source = "registry+https://github.com/rust-lang/crates.io-index"
18954checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18955dependencies = [
18956 "tinyvec",
18957]
18958
18959[[package]]
18960name = "unicode-properties"
18961version = "0.1.3"
18962source = "registry+https://github.com/rust-lang/crates.io-index"
18963checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18964
18965[[package]]
18966name = "unicode-script"
18967version = "0.5.8"
18968source = "registry+https://github.com/rust-lang/crates.io-index"
18969checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18970
18971[[package]]
18972name = "unicode-segmentation"
18973version = "1.12.0"
18974source = "registry+https://github.com/rust-lang/crates.io-index"
18975checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18976
18977[[package]]
18978name = "unicode-vo"
18979version = "0.1.0"
18980source = "registry+https://github.com/rust-lang/crates.io-index"
18981checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18982
18983[[package]]
18984name = "unicode-width"
18985version = "0.2.2"
18986source = "registry+https://github.com/rust-lang/crates.io-index"
18987checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18988
18989[[package]]
18990name = "unicode-xid"
18991version = "0.2.6"
18992source = "registry+https://github.com/rust-lang/crates.io-index"
18993checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18994
18995[[package]]
18996name = "unicode_categories"
18997version = "0.1.1"
18998source = "registry+https://github.com/rust-lang/crates.io-index"
18999checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19000
19001[[package]]
19002name = "unindent"
19003version = "0.2.4"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19006
19007[[package]]
19008name = "unsafe-libyaml"
19009version = "0.2.11"
19010source = "registry+https://github.com/rust-lang/crates.io-index"
19011checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19012
19013[[package]]
19014name = "untrusted"
19015version = "0.7.1"
19016source = "registry+https://github.com/rust-lang/crates.io-index"
19017checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19018
19019[[package]]
19020name = "untrusted"
19021version = "0.9.0"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19024
19025[[package]]
19026name = "url"
19027version = "2.5.7"
19028source = "registry+https://github.com/rust-lang/crates.io-index"
19029checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19030dependencies = [
19031 "form_urlencoded",
19032 "idna",
19033 "percent-encoding",
19034 "serde",
19035]
19036
19037[[package]]
19038name = "urlencoding"
19039version = "2.1.3"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19042
19043[[package]]
19044name = "usvg"
19045version = "0.45.1"
19046source = "registry+https://github.com/rust-lang/crates.io-index"
19047checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19048dependencies = [
19049 "base64 0.22.1",
19050 "data-url",
19051 "flate2",
19052 "fontdb 0.23.0",
19053 "imagesize",
19054 "kurbo",
19055 "log",
19056 "pico-args",
19057 "roxmltree",
19058 "rustybuzz",
19059 "simplecss",
19060 "siphasher 1.0.1",
19061 "strict-num",
19062 "svgtypes",
19063 "tiny-skia-path",
19064 "unicode-bidi",
19065 "unicode-script",
19066 "unicode-vo",
19067 "xmlwriter",
19068]
19069
19070[[package]]
19071name = "utf-8"
19072version = "0.7.6"
19073source = "registry+https://github.com/rust-lang/crates.io-index"
19074checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19075
19076[[package]]
19077name = "utf8-chars"
19078version = "3.0.6"
19079source = "registry+https://github.com/rust-lang/crates.io-index"
19080checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19081dependencies = [
19082 "arrayvec",
19083]
19084
19085[[package]]
19086name = "utf8_iter"
19087version = "1.0.4"
19088source = "registry+https://github.com/rust-lang/crates.io-index"
19089checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19090
19091[[package]]
19092name = "utf8parse"
19093version = "0.2.2"
19094source = "registry+https://github.com/rust-lang/crates.io-index"
19095checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19096
19097[[package]]
19098name = "util"
19099version = "0.1.0"
19100dependencies = [
19101 "anyhow",
19102 "async-fs",
19103 "async_zip",
19104 "collections",
19105 "command-fds",
19106 "dirs 4.0.0",
19107 "dunce",
19108 "futures 0.3.32",
19109 "futures-lite 1.13.0",
19110 "git2",
19111 "globset",
19112 "gpui_util",
19113 "itertools 0.14.0",
19114 "libc",
19115 "log",
19116 "mach2 0.5.0",
19117 "nix 0.29.0",
19118 "percent-encoding",
19119 "pretty_assertions",
19120 "rand 0.9.2",
19121 "regex",
19122 "rust-embed",
19123 "schemars",
19124 "serde",
19125 "serde_json",
19126 "serde_json_lenient",
19127 "shlex",
19128 "smol",
19129 "take-until",
19130 "tempfile",
19131 "tendril",
19132 "unicase",
19133 "url",
19134 "util_macros",
19135 "walkdir",
19136 "which 6.0.3",
19137]
19138
19139[[package]]
19140name = "util_macros"
19141version = "0.1.0"
19142dependencies = [
19143 "perf",
19144 "quote",
19145 "syn 2.0.117",
19146]
19147
19148[[package]]
19149name = "uuid"
19150version = "1.18.1"
19151source = "registry+https://github.com/rust-lang/crates.io-index"
19152checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19153dependencies = [
19154 "getrandom 0.3.4",
19155 "js-sys",
19156 "serde",
19157 "sha1_smol",
19158 "wasm-bindgen",
19159]
19160
19161[[package]]
19162name = "uuid-simd"
19163version = "0.8.0"
19164source = "registry+https://github.com/rust-lang/crates.io-index"
19165checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19166dependencies = [
19167 "outref",
19168 "vsimd",
19169]
19170
19171[[package]]
19172name = "v_frame"
19173version = "0.3.9"
19174source = "registry+https://github.com/rust-lang/crates.io-index"
19175checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19176dependencies = [
19177 "aligned-vec",
19178 "num-traits",
19179 "wasm-bindgen",
19180]
19181
19182[[package]]
19183name = "valuable"
19184version = "0.1.1"
19185source = "registry+https://github.com/rust-lang/crates.io-index"
19186checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19187
19188[[package]]
19189name = "value-bag"
19190version = "1.12.0"
19191source = "registry+https://github.com/rust-lang/crates.io-index"
19192checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19193dependencies = [
19194 "value-bag-serde1",
19195 "value-bag-sval2",
19196]
19197
19198[[package]]
19199name = "value-bag-serde1"
19200version = "1.12.0"
19201source = "registry+https://github.com/rust-lang/crates.io-index"
19202checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19203dependencies = [
19204 "erased-serde",
19205 "serde_core",
19206 "serde_fmt",
19207]
19208
19209[[package]]
19210name = "value-bag-sval2"
19211version = "1.12.0"
19212source = "registry+https://github.com/rust-lang/crates.io-index"
19213checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19214dependencies = [
19215 "sval",
19216 "sval_buffer",
19217 "sval_dynamic",
19218 "sval_fmt",
19219 "sval_json",
19220 "sval_ref",
19221 "sval_serde",
19222]
19223
19224[[package]]
19225name = "vcpkg"
19226version = "0.2.15"
19227source = "registry+https://github.com/rust-lang/crates.io-index"
19228checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19229
19230[[package]]
19231name = "vercel"
19232version = "0.1.0"
19233dependencies = [
19234 "anyhow",
19235 "schemars",
19236 "serde",
19237 "strum 0.27.2",
19238]
19239
19240[[package]]
19241name = "version-compare"
19242version = "0.2.0"
19243source = "registry+https://github.com/rust-lang/crates.io-index"
19244checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19245
19246[[package]]
19247name = "version_check"
19248version = "0.9.5"
19249source = "registry+https://github.com/rust-lang/crates.io-index"
19250checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19251
19252[[package]]
19253name = "vim"
19254version = "0.1.0"
19255dependencies = [
19256 "anyhow",
19257 "async-compat",
19258 "async-trait",
19259 "collections",
19260 "command_palette",
19261 "command_palette_hooks",
19262 "db",
19263 "editor",
19264 "env_logger 0.11.8",
19265 "futures 0.3.32",
19266 "fuzzy",
19267 "git_ui",
19268 "gpui",
19269 "indoc",
19270 "itertools 0.14.0",
19271 "language",
19272 "log",
19273 "lsp",
19274 "markdown_preview",
19275 "menu",
19276 "multi_buffer",
19277 "nvim-rs",
19278 "outline_panel",
19279 "parking_lot",
19280 "perf",
19281 "picker",
19282 "project",
19283 "project_panel",
19284 "regex",
19285 "release_channel",
19286 "schemars",
19287 "search",
19288 "semver",
19289 "serde",
19290 "serde_json",
19291 "settings",
19292 "settings_ui",
19293 "task",
19294 "text",
19295 "theme",
19296 "theme_settings",
19297 "tokio",
19298 "ui",
19299 "util",
19300 "util_macros",
19301 "vim_mode_setting",
19302 "workspace",
19303 "zed_actions",
19304]
19305
19306[[package]]
19307name = "vim_mode_setting"
19308version = "0.1.0"
19309dependencies = [
19310 "gpui",
19311 "settings",
19312]
19313
19314[[package]]
19315name = "vscode_theme"
19316version = "0.2.0"
19317source = "registry+https://github.com/rust-lang/crates.io-index"
19318checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19319dependencies = [
19320 "serde",
19321]
19322
19323[[package]]
19324name = "vsimd"
19325version = "0.8.0"
19326source = "registry+https://github.com/rust-lang/crates.io-index"
19327checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19328
19329[[package]]
19330name = "vswhom"
19331version = "0.1.0"
19332source = "registry+https://github.com/rust-lang/crates.io-index"
19333checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19334dependencies = [
19335 "libc",
19336 "vswhom-sys",
19337]
19338
19339[[package]]
19340name = "vswhom-sys"
19341version = "0.1.3"
19342source = "registry+https://github.com/rust-lang/crates.io-index"
19343checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19344dependencies = [
19345 "cc",
19346 "libc",
19347]
19348
19349[[package]]
19350name = "vte"
19351version = "0.15.0"
19352source = "registry+https://github.com/rust-lang/crates.io-index"
19353checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19354dependencies = [
19355 "arrayvec",
19356 "bitflags 2.10.0",
19357 "cursor-icon",
19358 "log",
19359 "memchr",
19360 "serde",
19361]
19362
19363[[package]]
19364name = "wait-timeout"
19365version = "0.2.1"
19366source = "registry+https://github.com/rust-lang/crates.io-index"
19367checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19368dependencies = [
19369 "libc",
19370]
19371
19372[[package]]
19373name = "waker-fn"
19374version = "1.2.0"
19375source = "registry+https://github.com/rust-lang/crates.io-index"
19376checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19377
19378[[package]]
19379name = "walkdir"
19380version = "2.5.0"
19381source = "registry+https://github.com/rust-lang/crates.io-index"
19382checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19383dependencies = [
19384 "same-file",
19385 "winapi-util",
19386]
19387
19388[[package]]
19389name = "want"
19390version = "0.3.1"
19391source = "registry+https://github.com/rust-lang/crates.io-index"
19392checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19393dependencies = [
19394 "try-lock",
19395]
19396
19397[[package]]
19398name = "warp"
19399version = "0.3.7"
19400source = "registry+https://github.com/rust-lang/crates.io-index"
19401checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19402dependencies = [
19403 "bytes 1.11.1",
19404 "futures-channel",
19405 "futures-util",
19406 "headers",
19407 "http 0.2.12",
19408 "hyper 0.14.32",
19409 "log",
19410 "mime",
19411 "mime_guess",
19412 "percent-encoding",
19413 "pin-project",
19414 "scoped-tls",
19415 "serde",
19416 "serde_json",
19417 "serde_urlencoded",
19418 "tokio",
19419 "tokio-tungstenite 0.21.0",
19420 "tokio-util",
19421 "tower-service",
19422 "tracing",
19423]
19424
19425[[package]]
19426name = "wasi"
19427version = "0.11.1+wasi-snapshot-preview1"
19428source = "registry+https://github.com/rust-lang/crates.io-index"
19429checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19430
19431[[package]]
19432name = "wasip2"
19433version = "1.0.1+wasi-0.2.4"
19434source = "registry+https://github.com/rust-lang/crates.io-index"
19435checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19436dependencies = [
19437 "wit-bindgen 0.46.0",
19438]
19439
19440[[package]]
19441name = "wasip3"
19442version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19443source = "registry+https://github.com/rust-lang/crates.io-index"
19444checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19445dependencies = [
19446 "wit-bindgen 0.51.0",
19447]
19448
19449[[package]]
19450name = "wasite"
19451version = "0.1.0"
19452source = "registry+https://github.com/rust-lang/crates.io-index"
19453checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19454
19455[[package]]
19456name = "wasm-bindgen"
19457version = "0.2.113"
19458source = "registry+https://github.com/rust-lang/crates.io-index"
19459checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19460dependencies = [
19461 "cfg-if",
19462 "once_cell",
19463 "rustversion",
19464 "wasm-bindgen-macro",
19465 "wasm-bindgen-shared",
19466]
19467
19468[[package]]
19469name = "wasm-bindgen-futures"
19470version = "0.4.63"
19471source = "registry+https://github.com/rust-lang/crates.io-index"
19472checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19473dependencies = [
19474 "cfg-if",
19475 "futures-util",
19476 "js-sys",
19477 "once_cell",
19478 "wasm-bindgen",
19479 "web-sys",
19480]
19481
19482[[package]]
19483name = "wasm-bindgen-macro"
19484version = "0.2.113"
19485source = "registry+https://github.com/rust-lang/crates.io-index"
19486checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19487dependencies = [
19488 "quote",
19489 "wasm-bindgen-macro-support",
19490]
19491
19492[[package]]
19493name = "wasm-bindgen-macro-support"
19494version = "0.2.113"
19495source = "registry+https://github.com/rust-lang/crates.io-index"
19496checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19497dependencies = [
19498 "bumpalo",
19499 "proc-macro2",
19500 "quote",
19501 "syn 2.0.117",
19502 "wasm-bindgen-shared",
19503]
19504
19505[[package]]
19506name = "wasm-bindgen-shared"
19507version = "0.2.113"
19508source = "registry+https://github.com/rust-lang/crates.io-index"
19509checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19510dependencies = [
19511 "unicode-ident",
19512]
19513
19514[[package]]
19515name = "wasm-encoder"
19516version = "0.201.0"
19517source = "registry+https://github.com/rust-lang/crates.io-index"
19518checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19519dependencies = [
19520 "leb128",
19521]
19522
19523[[package]]
19524name = "wasm-encoder"
19525version = "0.221.3"
19526source = "registry+https://github.com/rust-lang/crates.io-index"
19527checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19528dependencies = [
19529 "leb128",
19530 "wasmparser 0.221.3",
19531]
19532
19533[[package]]
19534name = "wasm-encoder"
19535version = "0.227.1"
19536source = "registry+https://github.com/rust-lang/crates.io-index"
19537checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19538dependencies = [
19539 "leb128fmt",
19540 "wasmparser 0.227.1",
19541]
19542
19543[[package]]
19544name = "wasm-encoder"
19545version = "0.236.1"
19546source = "registry+https://github.com/rust-lang/crates.io-index"
19547checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19548dependencies = [
19549 "leb128fmt",
19550 "wasmparser 0.236.1",
19551]
19552
19553[[package]]
19554name = "wasm-encoder"
19555version = "0.244.0"
19556source = "registry+https://github.com/rust-lang/crates.io-index"
19557checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19558dependencies = [
19559 "leb128fmt",
19560 "wasmparser 0.244.0",
19561]
19562
19563[[package]]
19564name = "wasm-metadata"
19565version = "0.201.0"
19566source = "registry+https://github.com/rust-lang/crates.io-index"
19567checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19568dependencies = [
19569 "anyhow",
19570 "indexmap",
19571 "serde",
19572 "serde_derive",
19573 "serde_json",
19574 "spdx",
19575 "wasm-encoder 0.201.0",
19576 "wasmparser 0.201.0",
19577]
19578
19579[[package]]
19580name = "wasm-metadata"
19581version = "0.227.1"
19582source = "registry+https://github.com/rust-lang/crates.io-index"
19583checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19584dependencies = [
19585 "anyhow",
19586 "auditable-serde",
19587 "flate2",
19588 "indexmap",
19589 "serde",
19590 "serde_derive",
19591 "serde_json",
19592 "spdx",
19593 "url",
19594 "wasm-encoder 0.227.1",
19595 "wasmparser 0.227.1",
19596]
19597
19598[[package]]
19599name = "wasm-metadata"
19600version = "0.244.0"
19601source = "registry+https://github.com/rust-lang/crates.io-index"
19602checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19603dependencies = [
19604 "anyhow",
19605 "indexmap",
19606 "wasm-encoder 0.244.0",
19607 "wasmparser 0.244.0",
19608]
19609
19610[[package]]
19611name = "wasm-streams"
19612version = "0.4.2"
19613source = "registry+https://github.com/rust-lang/crates.io-index"
19614checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19615dependencies = [
19616 "futures-util",
19617 "js-sys",
19618 "wasm-bindgen",
19619 "wasm-bindgen-futures",
19620 "web-sys",
19621]
19622
19623[[package]]
19624name = "wasm_thread"
19625version = "0.3.3"
19626source = "registry+https://github.com/rust-lang/crates.io-index"
19627checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19628dependencies = [
19629 "futures 0.3.32",
19630 "js-sys",
19631 "wasm-bindgen",
19632 "web-sys",
19633]
19634
19635[[package]]
19636name = "wasmparser"
19637version = "0.201.0"
19638source = "registry+https://github.com/rust-lang/crates.io-index"
19639checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19640dependencies = [
19641 "bitflags 2.10.0",
19642 "indexmap",
19643 "semver",
19644]
19645
19646[[package]]
19647name = "wasmparser"
19648version = "0.221.3"
19649source = "registry+https://github.com/rust-lang/crates.io-index"
19650checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19651dependencies = [
19652 "bitflags 2.10.0",
19653 "hashbrown 0.15.5",
19654 "indexmap",
19655 "semver",
19656 "serde",
19657]
19658
19659[[package]]
19660name = "wasmparser"
19661version = "0.227.1"
19662source = "registry+https://github.com/rust-lang/crates.io-index"
19663checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19664dependencies = [
19665 "bitflags 2.10.0",
19666 "hashbrown 0.15.5",
19667 "indexmap",
19668 "semver",
19669]
19670
19671[[package]]
19672name = "wasmparser"
19673version = "0.236.1"
19674source = "registry+https://github.com/rust-lang/crates.io-index"
19675checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19676dependencies = [
19677 "bitflags 2.10.0",
19678 "hashbrown 0.15.5",
19679 "indexmap",
19680 "semver",
19681 "serde",
19682]
19683
19684[[package]]
19685name = "wasmparser"
19686version = "0.244.0"
19687source = "registry+https://github.com/rust-lang/crates.io-index"
19688checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19689dependencies = [
19690 "bitflags 2.10.0",
19691 "hashbrown 0.15.5",
19692 "indexmap",
19693 "semver",
19694]
19695
19696[[package]]
19697name = "wasmprinter"
19698version = "0.236.1"
19699source = "registry+https://github.com/rust-lang/crates.io-index"
19700checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19701dependencies = [
19702 "anyhow",
19703 "termcolor",
19704 "wasmparser 0.236.1",
19705]
19706
19707[[package]]
19708name = "wasmtime"
19709version = "36.0.6"
19710source = "registry+https://github.com/rust-lang/crates.io-index"
19711checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19712dependencies = [
19713 "addr2line",
19714 "anyhow",
19715 "async-trait",
19716 "bitflags 2.10.0",
19717 "bumpalo",
19718 "cc",
19719 "cfg-if",
19720 "encoding_rs",
19721 "hashbrown 0.15.5",
19722 "indexmap",
19723 "libc",
19724 "log",
19725 "mach2 0.4.3",
19726 "memfd",
19727 "object",
19728 "once_cell",
19729 "postcard",
19730 "pulley-interpreter",
19731 "rayon",
19732 "rustix 1.1.2",
19733 "semver",
19734 "serde",
19735 "serde_derive",
19736 "smallvec",
19737 "target-lexicon 0.13.3",
19738 "wasmparser 0.236.1",
19739 "wasmtime-environ",
19740 "wasmtime-internal-asm-macros",
19741 "wasmtime-internal-component-macro",
19742 "wasmtime-internal-component-util",
19743 "wasmtime-internal-cranelift",
19744 "wasmtime-internal-fiber",
19745 "wasmtime-internal-jit-debug",
19746 "wasmtime-internal-jit-icache-coherence",
19747 "wasmtime-internal-math",
19748 "wasmtime-internal-slab",
19749 "wasmtime-internal-unwinder",
19750 "wasmtime-internal-versioned-export-macros",
19751 "wasmtime-internal-winch",
19752 "windows-sys 0.60.2",
19753]
19754
19755[[package]]
19756name = "wasmtime-c-api-impl"
19757version = "36.0.6"
19758source = "registry+https://github.com/rust-lang/crates.io-index"
19759checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19760dependencies = [
19761 "anyhow",
19762 "log",
19763 "tracing",
19764 "wasmtime",
19765 "wasmtime-internal-c-api-macros",
19766]
19767
19768[[package]]
19769name = "wasmtime-environ"
19770version = "36.0.6"
19771source = "registry+https://github.com/rust-lang/crates.io-index"
19772checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19773dependencies = [
19774 "anyhow",
19775 "cpp_demangle",
19776 "cranelift-bitset",
19777 "cranelift-entity",
19778 "gimli",
19779 "indexmap",
19780 "log",
19781 "object",
19782 "postcard",
19783 "rustc-demangle",
19784 "semver",
19785 "serde",
19786 "serde_derive",
19787 "smallvec",
19788 "target-lexicon 0.13.3",
19789 "wasm-encoder 0.236.1",
19790 "wasmparser 0.236.1",
19791 "wasmprinter",
19792 "wasmtime-internal-component-util",
19793]
19794
19795[[package]]
19796name = "wasmtime-internal-asm-macros"
19797version = "36.0.6"
19798source = "registry+https://github.com/rust-lang/crates.io-index"
19799checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19800dependencies = [
19801 "cfg-if",
19802]
19803
19804[[package]]
19805name = "wasmtime-internal-c-api-macros"
19806version = "36.0.6"
19807source = "registry+https://github.com/rust-lang/crates.io-index"
19808checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19809dependencies = [
19810 "proc-macro2",
19811 "quote",
19812]
19813
19814[[package]]
19815name = "wasmtime-internal-component-macro"
19816version = "36.0.6"
19817source = "registry+https://github.com/rust-lang/crates.io-index"
19818checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19819dependencies = [
19820 "anyhow",
19821 "proc-macro2",
19822 "quote",
19823 "syn 2.0.117",
19824 "wasmtime-internal-component-util",
19825 "wasmtime-internal-wit-bindgen",
19826 "wit-parser 0.236.1",
19827]
19828
19829[[package]]
19830name = "wasmtime-internal-component-util"
19831version = "36.0.6"
19832source = "registry+https://github.com/rust-lang/crates.io-index"
19833checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19834
19835[[package]]
19836name = "wasmtime-internal-cranelift"
19837version = "36.0.6"
19838source = "registry+https://github.com/rust-lang/crates.io-index"
19839checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19840dependencies = [
19841 "anyhow",
19842 "cfg-if",
19843 "cranelift-codegen",
19844 "cranelift-control",
19845 "cranelift-entity",
19846 "cranelift-frontend",
19847 "cranelift-native",
19848 "gimli",
19849 "itertools 0.14.0",
19850 "log",
19851 "object",
19852 "pulley-interpreter",
19853 "smallvec",
19854 "target-lexicon 0.13.3",
19855 "thiserror 2.0.17",
19856 "wasmparser 0.236.1",
19857 "wasmtime-environ",
19858 "wasmtime-internal-math",
19859 "wasmtime-internal-versioned-export-macros",
19860]
19861
19862[[package]]
19863name = "wasmtime-internal-fiber"
19864version = "36.0.6"
19865source = "registry+https://github.com/rust-lang/crates.io-index"
19866checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19867dependencies = [
19868 "anyhow",
19869 "cc",
19870 "cfg-if",
19871 "libc",
19872 "rustix 1.1.2",
19873 "wasmtime-internal-asm-macros",
19874 "wasmtime-internal-versioned-export-macros",
19875 "windows-sys 0.60.2",
19876]
19877
19878[[package]]
19879name = "wasmtime-internal-jit-debug"
19880version = "36.0.6"
19881source = "registry+https://github.com/rust-lang/crates.io-index"
19882checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19883dependencies = [
19884 "cc",
19885 "wasmtime-internal-versioned-export-macros",
19886]
19887
19888[[package]]
19889name = "wasmtime-internal-jit-icache-coherence"
19890version = "36.0.6"
19891source = "registry+https://github.com/rust-lang/crates.io-index"
19892checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19893dependencies = [
19894 "anyhow",
19895 "cfg-if",
19896 "libc",
19897 "windows-sys 0.60.2",
19898]
19899
19900[[package]]
19901name = "wasmtime-internal-math"
19902version = "36.0.6"
19903source = "registry+https://github.com/rust-lang/crates.io-index"
19904checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19905dependencies = [
19906 "libm",
19907]
19908
19909[[package]]
19910name = "wasmtime-internal-slab"
19911version = "36.0.6"
19912source = "registry+https://github.com/rust-lang/crates.io-index"
19913checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19914
19915[[package]]
19916name = "wasmtime-internal-unwinder"
19917version = "36.0.6"
19918source = "registry+https://github.com/rust-lang/crates.io-index"
19919checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19920dependencies = [
19921 "anyhow",
19922 "cfg-if",
19923 "cranelift-codegen",
19924 "log",
19925 "object",
19926]
19927
19928[[package]]
19929name = "wasmtime-internal-versioned-export-macros"
19930version = "36.0.6"
19931source = "registry+https://github.com/rust-lang/crates.io-index"
19932checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19933dependencies = [
19934 "proc-macro2",
19935 "quote",
19936 "syn 2.0.117",
19937]
19938
19939[[package]]
19940name = "wasmtime-internal-winch"
19941version = "36.0.6"
19942source = "registry+https://github.com/rust-lang/crates.io-index"
19943checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19944dependencies = [
19945 "anyhow",
19946 "cranelift-codegen",
19947 "gimli",
19948 "object",
19949 "target-lexicon 0.13.3",
19950 "wasmparser 0.236.1",
19951 "wasmtime-environ",
19952 "wasmtime-internal-cranelift",
19953 "winch-codegen",
19954]
19955
19956[[package]]
19957name = "wasmtime-internal-wit-bindgen"
19958version = "36.0.6"
19959source = "registry+https://github.com/rust-lang/crates.io-index"
19960checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
19961dependencies = [
19962 "anyhow",
19963 "bitflags 2.10.0",
19964 "heck 0.5.0",
19965 "indexmap",
19966 "wit-parser 0.236.1",
19967]
19968
19969[[package]]
19970name = "wasmtime-wasi"
19971version = "36.0.6"
19972source = "registry+https://github.com/rust-lang/crates.io-index"
19973checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19974dependencies = [
19975 "anyhow",
19976 "async-trait",
19977 "bitflags 2.10.0",
19978 "bytes 1.11.1",
19979 "cap-fs-ext",
19980 "cap-net-ext",
19981 "cap-rand",
19982 "cap-std",
19983 "cap-time-ext",
19984 "fs-set-times",
19985 "futures 0.3.32",
19986 "io-extras",
19987 "io-lifetimes",
19988 "rustix 1.1.2",
19989 "system-interface",
19990 "thiserror 2.0.17",
19991 "tokio",
19992 "tracing",
19993 "url",
19994 "wasmtime",
19995 "wasmtime-wasi-io",
19996 "wiggle",
19997 "windows-sys 0.60.2",
19998]
19999
20000[[package]]
20001name = "wasmtime-wasi-io"
20002version = "36.0.6"
20003source = "registry+https://github.com/rust-lang/crates.io-index"
20004checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20005dependencies = [
20006 "anyhow",
20007 "async-trait",
20008 "bytes 1.11.1",
20009 "futures 0.3.32",
20010 "wasmtime",
20011]
20012
20013[[package]]
20014name = "wast"
20015version = "35.0.2"
20016source = "registry+https://github.com/rust-lang/crates.io-index"
20017checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20018dependencies = [
20019 "leb128",
20020]
20021
20022[[package]]
20023name = "watch"
20024version = "0.1.0"
20025dependencies = [
20026 "ctor",
20027 "futures 0.3.32",
20028 "gpui",
20029 "parking_lot",
20030 "zlog",
20031]
20032
20033[[package]]
20034name = "wax"
20035version = "0.7.0"
20036source = "registry+https://github.com/rust-lang/crates.io-index"
20037checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20038dependencies = [
20039 "const_format",
20040 "itertools 0.14.0",
20041 "nom 7.1.3",
20042 "pori",
20043 "regex",
20044 "thiserror 2.0.17",
20045 "walkdir",
20046]
20047
20048[[package]]
20049name = "wayland-backend"
20050version = "0.3.11"
20051source = "registry+https://github.com/rust-lang/crates.io-index"
20052checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20053dependencies = [
20054 "cc",
20055 "downcast-rs",
20056 "rustix 1.1.2",
20057 "scoped-tls",
20058 "smallvec",
20059 "wayland-sys",
20060]
20061
20062[[package]]
20063name = "wayland-client"
20064version = "0.31.11"
20065source = "registry+https://github.com/rust-lang/crates.io-index"
20066checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20067dependencies = [
20068 "bitflags 2.10.0",
20069 "rustix 1.1.2",
20070 "wayland-backend",
20071 "wayland-scanner",
20072]
20073
20074[[package]]
20075name = "wayland-cursor"
20076version = "0.31.11"
20077source = "registry+https://github.com/rust-lang/crates.io-index"
20078checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20079dependencies = [
20080 "rustix 1.1.2",
20081 "wayland-client",
20082 "xcursor",
20083]
20084
20085[[package]]
20086name = "wayland-protocols"
20087version = "0.32.9"
20088source = "registry+https://github.com/rust-lang/crates.io-index"
20089checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20090dependencies = [
20091 "bitflags 2.10.0",
20092 "wayland-backend",
20093 "wayland-client",
20094 "wayland-scanner",
20095]
20096
20097[[package]]
20098name = "wayland-protocols-plasma"
20099version = "0.3.9"
20100source = "registry+https://github.com/rust-lang/crates.io-index"
20101checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20102dependencies = [
20103 "bitflags 2.10.0",
20104 "wayland-backend",
20105 "wayland-client",
20106 "wayland-protocols",
20107 "wayland-scanner",
20108]
20109
20110[[package]]
20111name = "wayland-protocols-wlr"
20112version = "0.3.9"
20113source = "registry+https://github.com/rust-lang/crates.io-index"
20114checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20115dependencies = [
20116 "bitflags 2.10.0",
20117 "wayland-backend",
20118 "wayland-client",
20119 "wayland-protocols",
20120 "wayland-scanner",
20121]
20122
20123[[package]]
20124name = "wayland-scanner"
20125version = "0.31.7"
20126source = "registry+https://github.com/rust-lang/crates.io-index"
20127checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20128dependencies = [
20129 "proc-macro2",
20130 "quick-xml 0.37.5",
20131 "quote",
20132]
20133
20134[[package]]
20135name = "wayland-sys"
20136version = "0.31.7"
20137source = "registry+https://github.com/rust-lang/crates.io-index"
20138checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20139dependencies = [
20140 "dlib",
20141 "log",
20142 "once_cell",
20143 "pkg-config",
20144]
20145
20146[[package]]
20147name = "web-sys"
20148version = "0.3.90"
20149source = "registry+https://github.com/rust-lang/crates.io-index"
20150checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20151dependencies = [
20152 "js-sys",
20153 "wasm-bindgen",
20154]
20155
20156[[package]]
20157name = "web-time"
20158version = "1.1.0"
20159source = "registry+https://github.com/rust-lang/crates.io-index"
20160checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20161dependencies = [
20162 "js-sys",
20163 "serde",
20164 "wasm-bindgen",
20165]
20166
20167[[package]]
20168name = "web_atoms"
20169version = "0.1.3"
20170source = "registry+https://github.com/rust-lang/crates.io-index"
20171checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20172dependencies = [
20173 "phf 0.11.3",
20174 "phf_codegen",
20175 "string_cache",
20176 "string_cache_codegen",
20177]
20178
20179[[package]]
20180name = "web_search"
20181version = "0.1.0"
20182dependencies = [
20183 "anyhow",
20184 "cloud_llm_client",
20185 "collections",
20186 "gpui",
20187 "serde",
20188]
20189
20190[[package]]
20191name = "web_search_providers"
20192version = "0.1.0"
20193dependencies = [
20194 "anyhow",
20195 "client",
20196 "cloud_api_client",
20197 "cloud_api_types",
20198 "cloud_llm_client",
20199 "futures 0.3.32",
20200 "gpui",
20201 "http_client",
20202 "language_model",
20203 "serde",
20204 "serde_json",
20205 "web_search",
20206]
20207
20208[[package]]
20209name = "webpki-root-certs"
20210version = "0.26.8"
20211source = "registry+https://github.com/rust-lang/crates.io-index"
20212checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20213dependencies = [
20214 "rustls-pki-types",
20215]
20216
20217[[package]]
20218name = "webpki-roots"
20219version = "0.26.8"
20220source = "registry+https://github.com/rust-lang/crates.io-index"
20221checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20222dependencies = [
20223 "rustls-pki-types",
20224]
20225
20226[[package]]
20227name = "webrtc-sys"
20228version = "0.3.23"
20229source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20230dependencies = [
20231 "cc",
20232 "cxx",
20233 "cxx-build",
20234 "glob",
20235 "log",
20236 "pkg-config",
20237 "webrtc-sys-build",
20238]
20239
20240[[package]]
20241name = "webrtc-sys-build"
20242version = "0.3.13"
20243source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20244dependencies = [
20245 "anyhow",
20246 "fs2",
20247 "regex",
20248 "reqwest 0.12.24",
20249 "scratch",
20250 "semver",
20251 "zip 0.6.6",
20252]
20253
20254[[package]]
20255name = "weezl"
20256version = "0.1.10"
20257source = "registry+https://github.com/rust-lang/crates.io-index"
20258checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20259
20260[[package]]
20261name = "wgpu"
20262version = "29.0.0"
20263source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20264dependencies = [
20265 "arrayvec",
20266 "bitflags 2.10.0",
20267 "bytemuck",
20268 "cfg-if",
20269 "cfg_aliases 0.2.1",
20270 "document-features",
20271 "hashbrown 0.16.1",
20272 "js-sys",
20273 "log",
20274 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20275 "parking_lot",
20276 "portable-atomic",
20277 "profiling",
20278 "raw-window-handle",
20279 "smallvec",
20280 "static_assertions",
20281 "wasm-bindgen",
20282 "wasm-bindgen-futures",
20283 "web-sys",
20284 "wgpu-core",
20285 "wgpu-hal",
20286 "wgpu-types",
20287]
20288
20289[[package]]
20290name = "wgpu-core"
20291version = "29.0.0"
20292source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20293dependencies = [
20294 "arrayvec",
20295 "bit-set 0.9.1",
20296 "bit-vec 0.9.1",
20297 "bitflags 2.10.0",
20298 "bytemuck",
20299 "cfg_aliases 0.2.1",
20300 "document-features",
20301 "hashbrown 0.16.1",
20302 "indexmap",
20303 "log",
20304 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20305 "once_cell",
20306 "parking_lot",
20307 "portable-atomic",
20308 "profiling",
20309 "raw-window-handle",
20310 "rustc-hash 1.1.0",
20311 "smallvec",
20312 "thiserror 2.0.17",
20313 "wgpu-core-deps-apple",
20314 "wgpu-core-deps-emscripten",
20315 "wgpu-core-deps-windows-linux-android",
20316 "wgpu-hal",
20317 "wgpu-naga-bridge",
20318 "wgpu-types",
20319]
20320
20321[[package]]
20322name = "wgpu-core-deps-apple"
20323version = "29.0.0"
20324source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20325dependencies = [
20326 "wgpu-hal",
20327]
20328
20329[[package]]
20330name = "wgpu-core-deps-emscripten"
20331version = "29.0.0"
20332source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20333dependencies = [
20334 "wgpu-hal",
20335]
20336
20337[[package]]
20338name = "wgpu-core-deps-windows-linux-android"
20339version = "29.0.0"
20340source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20341dependencies = [
20342 "wgpu-hal",
20343]
20344
20345[[package]]
20346name = "wgpu-hal"
20347version = "29.0.0"
20348source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20349dependencies = [
20350 "android_system_properties",
20351 "arrayvec",
20352 "ash",
20353 "bit-set 0.9.1",
20354 "bitflags 2.10.0",
20355 "block2",
20356 "bytemuck",
20357 "cfg-if",
20358 "cfg_aliases 0.2.1",
20359 "glow",
20360 "glutin_wgl_sys",
20361 "gpu-allocator",
20362 "gpu-descriptor",
20363 "hashbrown 0.16.1",
20364 "js-sys",
20365 "khronos-egl",
20366 "libc",
20367 "libloading",
20368 "log",
20369 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20370 "ndk-sys",
20371 "objc2",
20372 "objc2-core-foundation",
20373 "objc2-foundation",
20374 "objc2-metal",
20375 "objc2-quartz-core",
20376 "once_cell",
20377 "ordered-float 4.6.0",
20378 "parking_lot",
20379 "portable-atomic",
20380 "portable-atomic-util",
20381 "profiling",
20382 "range-alloc",
20383 "raw-window-handle",
20384 "raw-window-metal",
20385 "renderdoc-sys",
20386 "smallvec",
20387 "thiserror 2.0.17",
20388 "wasm-bindgen",
20389 "wayland-sys",
20390 "web-sys",
20391 "wgpu-naga-bridge",
20392 "wgpu-types",
20393 "windows 0.62.2",
20394 "windows-core 0.62.2",
20395]
20396
20397[[package]]
20398name = "wgpu-naga-bridge"
20399version = "29.0.0"
20400source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20401dependencies = [
20402 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20403 "wgpu-types",
20404]
20405
20406[[package]]
20407name = "wgpu-types"
20408version = "29.0.0"
20409source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20410dependencies = [
20411 "bitflags 2.10.0",
20412 "bytemuck",
20413 "js-sys",
20414 "log",
20415 "raw-window-handle",
20416 "web-sys",
20417]
20418
20419[[package]]
20420name = "which"
20421version = "4.4.2"
20422source = "registry+https://github.com/rust-lang/crates.io-index"
20423checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20424dependencies = [
20425 "either",
20426 "home",
20427 "once_cell",
20428 "rustix 0.38.44",
20429]
20430
20431[[package]]
20432name = "which"
20433version = "6.0.3"
20434source = "registry+https://github.com/rust-lang/crates.io-index"
20435checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20436dependencies = [
20437 "either",
20438 "home",
20439 "rustix 0.38.44",
20440 "winsafe",
20441]
20442
20443[[package]]
20444name = "which_key"
20445version = "0.1.0"
20446dependencies = [
20447 "command_palette",
20448 "gpui",
20449 "serde",
20450 "settings",
20451 "theme_settings",
20452 "ui",
20453 "util",
20454 "workspace",
20455]
20456
20457[[package]]
20458name = "whoami"
20459version = "1.6.1"
20460source = "registry+https://github.com/rust-lang/crates.io-index"
20461checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20462dependencies = [
20463 "libredox",
20464 "wasite",
20465]
20466
20467[[package]]
20468name = "wiggle"
20469version = "36.0.6"
20470source = "registry+https://github.com/rust-lang/crates.io-index"
20471checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20472dependencies = [
20473 "anyhow",
20474 "async-trait",
20475 "bitflags 2.10.0",
20476 "thiserror 2.0.17",
20477 "tracing",
20478 "wasmtime",
20479 "wiggle-macro",
20480]
20481
20482[[package]]
20483name = "wiggle-generate"
20484version = "36.0.6"
20485source = "registry+https://github.com/rust-lang/crates.io-index"
20486checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20487dependencies = [
20488 "anyhow",
20489 "heck 0.5.0",
20490 "proc-macro2",
20491 "quote",
20492 "syn 2.0.117",
20493 "witx",
20494]
20495
20496[[package]]
20497name = "wiggle-macro"
20498version = "36.0.6"
20499source = "registry+https://github.com/rust-lang/crates.io-index"
20500checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20501dependencies = [
20502 "proc-macro2",
20503 "quote",
20504 "syn 2.0.117",
20505 "wiggle-generate",
20506]
20507
20508[[package]]
20509name = "winapi"
20510version = "0.3.9"
20511source = "registry+https://github.com/rust-lang/crates.io-index"
20512checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20513dependencies = [
20514 "winapi-i686-pc-windows-gnu",
20515 "winapi-x86_64-pc-windows-gnu",
20516]
20517
20518[[package]]
20519name = "winapi-i686-pc-windows-gnu"
20520version = "0.4.0"
20521source = "registry+https://github.com/rust-lang/crates.io-index"
20522checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20523
20524[[package]]
20525name = "winapi-util"
20526version = "0.1.11"
20527source = "registry+https://github.com/rust-lang/crates.io-index"
20528checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20529dependencies = [
20530 "windows-sys 0.61.2",
20531]
20532
20533[[package]]
20534name = "winapi-x86_64-pc-windows-gnu"
20535version = "0.4.0"
20536source = "registry+https://github.com/rust-lang/crates.io-index"
20537checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20538
20539[[package]]
20540name = "winch-codegen"
20541version = "36.0.6"
20542source = "registry+https://github.com/rust-lang/crates.io-index"
20543checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20544dependencies = [
20545 "anyhow",
20546 "cranelift-assembler-x64",
20547 "cranelift-codegen",
20548 "gimli",
20549 "regalloc2",
20550 "smallvec",
20551 "target-lexicon 0.13.3",
20552 "thiserror 2.0.17",
20553 "wasmparser 0.236.1",
20554 "wasmtime-environ",
20555 "wasmtime-internal-cranelift",
20556 "wasmtime-internal-math",
20557]
20558
20559[[package]]
20560name = "windows"
20561version = "0.56.0"
20562source = "registry+https://github.com/rust-lang/crates.io-index"
20563checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20564dependencies = [
20565 "windows-core 0.56.0",
20566 "windows-targets 0.52.6",
20567]
20568
20569[[package]]
20570name = "windows"
20571version = "0.57.0"
20572source = "registry+https://github.com/rust-lang/crates.io-index"
20573checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20574dependencies = [
20575 "windows-core 0.57.0",
20576 "windows-targets 0.52.6",
20577]
20578
20579[[package]]
20580name = "windows"
20581version = "0.58.0"
20582source = "registry+https://github.com/rust-lang/crates.io-index"
20583checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20584dependencies = [
20585 "windows-core 0.58.0",
20586 "windows-targets 0.52.6",
20587]
20588
20589[[package]]
20590name = "windows"
20591version = "0.61.3"
20592source = "registry+https://github.com/rust-lang/crates.io-index"
20593checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20594dependencies = [
20595 "windows-collections 0.2.0",
20596 "windows-core 0.61.2",
20597 "windows-future 0.2.1",
20598 "windows-link 0.1.3",
20599 "windows-numerics 0.2.0",
20600]
20601
20602[[package]]
20603name = "windows"
20604version = "0.62.2"
20605source = "registry+https://github.com/rust-lang/crates.io-index"
20606checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20607dependencies = [
20608 "windows-collections 0.3.2",
20609 "windows-core 0.62.2",
20610 "windows-future 0.3.2",
20611 "windows-numerics 0.3.1",
20612]
20613
20614[[package]]
20615name = "windows-bindgen"
20616version = "0.61.1"
20617source = "registry+https://github.com/rust-lang/crates.io-index"
20618checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20619dependencies = [
20620 "serde",
20621 "serde_json",
20622 "windows-threading 0.1.0",
20623]
20624
20625[[package]]
20626name = "windows-capture"
20627version = "1.4.3"
20628source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20629dependencies = [
20630 "clap",
20631 "ctrlc",
20632 "parking_lot",
20633 "rayon",
20634 "thiserror 2.0.17",
20635 "windows 0.61.3",
20636 "windows-future 0.2.1",
20637]
20638
20639[[package]]
20640name = "windows-collections"
20641version = "0.2.0"
20642source = "registry+https://github.com/rust-lang/crates.io-index"
20643checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20644dependencies = [
20645 "windows-core 0.61.2",
20646]
20647
20648[[package]]
20649name = "windows-collections"
20650version = "0.3.2"
20651source = "registry+https://github.com/rust-lang/crates.io-index"
20652checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20653dependencies = [
20654 "windows-core 0.62.2",
20655]
20656
20657[[package]]
20658name = "windows-core"
20659version = "0.56.0"
20660source = "registry+https://github.com/rust-lang/crates.io-index"
20661checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20662dependencies = [
20663 "windows-implement 0.56.0",
20664 "windows-interface 0.56.0",
20665 "windows-result 0.1.2",
20666 "windows-targets 0.52.6",
20667]
20668
20669[[package]]
20670name = "windows-core"
20671version = "0.57.0"
20672source = "registry+https://github.com/rust-lang/crates.io-index"
20673checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20674dependencies = [
20675 "windows-implement 0.57.0",
20676 "windows-interface 0.57.0",
20677 "windows-result 0.1.2",
20678 "windows-targets 0.52.6",
20679]
20680
20681[[package]]
20682name = "windows-core"
20683version = "0.58.0"
20684source = "registry+https://github.com/rust-lang/crates.io-index"
20685checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20686dependencies = [
20687 "windows-implement 0.58.0",
20688 "windows-interface 0.58.0",
20689 "windows-result 0.2.0",
20690 "windows-strings 0.1.0",
20691 "windows-targets 0.52.6",
20692]
20693
20694[[package]]
20695name = "windows-core"
20696version = "0.61.2"
20697source = "registry+https://github.com/rust-lang/crates.io-index"
20698checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20699dependencies = [
20700 "windows-implement 0.60.2",
20701 "windows-interface 0.59.3",
20702 "windows-link 0.1.3",
20703 "windows-result 0.3.4",
20704 "windows-strings 0.4.2",
20705]
20706
20707[[package]]
20708name = "windows-core"
20709version = "0.62.2"
20710source = "registry+https://github.com/rust-lang/crates.io-index"
20711checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20712dependencies = [
20713 "windows-implement 0.60.2",
20714 "windows-interface 0.59.3",
20715 "windows-link 0.2.1",
20716 "windows-result 0.4.1",
20717 "windows-strings 0.5.1",
20718]
20719
20720[[package]]
20721name = "windows-future"
20722version = "0.2.1"
20723source = "registry+https://github.com/rust-lang/crates.io-index"
20724checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20725dependencies = [
20726 "windows-core 0.61.2",
20727 "windows-link 0.1.3",
20728 "windows-threading 0.1.0",
20729]
20730
20731[[package]]
20732name = "windows-future"
20733version = "0.3.2"
20734source = "registry+https://github.com/rust-lang/crates.io-index"
20735checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20736dependencies = [
20737 "windows-core 0.62.2",
20738 "windows-link 0.2.1",
20739 "windows-threading 0.2.1",
20740]
20741
20742[[package]]
20743name = "windows-implement"
20744version = "0.56.0"
20745source = "registry+https://github.com/rust-lang/crates.io-index"
20746checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20747dependencies = [
20748 "proc-macro2",
20749 "quote",
20750 "syn 2.0.117",
20751]
20752
20753[[package]]
20754name = "windows-implement"
20755version = "0.57.0"
20756source = "registry+https://github.com/rust-lang/crates.io-index"
20757checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20758dependencies = [
20759 "proc-macro2",
20760 "quote",
20761 "syn 2.0.117",
20762]
20763
20764[[package]]
20765name = "windows-implement"
20766version = "0.58.0"
20767source = "registry+https://github.com/rust-lang/crates.io-index"
20768checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20769dependencies = [
20770 "proc-macro2",
20771 "quote",
20772 "syn 2.0.117",
20773]
20774
20775[[package]]
20776name = "windows-implement"
20777version = "0.60.2"
20778source = "registry+https://github.com/rust-lang/crates.io-index"
20779checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20780dependencies = [
20781 "proc-macro2",
20782 "quote",
20783 "syn 2.0.117",
20784]
20785
20786[[package]]
20787name = "windows-interface"
20788version = "0.56.0"
20789source = "registry+https://github.com/rust-lang/crates.io-index"
20790checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20791dependencies = [
20792 "proc-macro2",
20793 "quote",
20794 "syn 2.0.117",
20795]
20796
20797[[package]]
20798name = "windows-interface"
20799version = "0.57.0"
20800source = "registry+https://github.com/rust-lang/crates.io-index"
20801checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20802dependencies = [
20803 "proc-macro2",
20804 "quote",
20805 "syn 2.0.117",
20806]
20807
20808[[package]]
20809name = "windows-interface"
20810version = "0.58.0"
20811source = "registry+https://github.com/rust-lang/crates.io-index"
20812checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20813dependencies = [
20814 "proc-macro2",
20815 "quote",
20816 "syn 2.0.117",
20817]
20818
20819[[package]]
20820name = "windows-interface"
20821version = "0.59.3"
20822source = "registry+https://github.com/rust-lang/crates.io-index"
20823checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20824dependencies = [
20825 "proc-macro2",
20826 "quote",
20827 "syn 2.0.117",
20828]
20829
20830[[package]]
20831name = "windows-link"
20832version = "0.1.3"
20833source = "registry+https://github.com/rust-lang/crates.io-index"
20834checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20835
20836[[package]]
20837name = "windows-link"
20838version = "0.2.1"
20839source = "registry+https://github.com/rust-lang/crates.io-index"
20840checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20841
20842[[package]]
20843name = "windows-numerics"
20844version = "0.2.0"
20845source = "registry+https://github.com/rust-lang/crates.io-index"
20846checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20847dependencies = [
20848 "windows-core 0.61.2",
20849 "windows-link 0.1.3",
20850]
20851
20852[[package]]
20853name = "windows-numerics"
20854version = "0.3.1"
20855source = "registry+https://github.com/rust-lang/crates.io-index"
20856checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20857dependencies = [
20858 "windows-core 0.62.2",
20859 "windows-link 0.2.1",
20860]
20861
20862[[package]]
20863name = "windows-registry"
20864version = "0.4.0"
20865source = "registry+https://github.com/rust-lang/crates.io-index"
20866checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20867dependencies = [
20868 "windows-result 0.3.4",
20869 "windows-strings 0.3.1",
20870 "windows-targets 0.53.5",
20871]
20872
20873[[package]]
20874name = "windows-registry"
20875version = "0.5.3"
20876source = "registry+https://github.com/rust-lang/crates.io-index"
20877checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20878dependencies = [
20879 "windows-link 0.1.3",
20880 "windows-result 0.3.4",
20881 "windows-strings 0.4.2",
20882]
20883
20884[[package]]
20885name = "windows-registry"
20886version = "0.6.1"
20887source = "registry+https://github.com/rust-lang/crates.io-index"
20888checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20889dependencies = [
20890 "windows-link 0.2.1",
20891 "windows-result 0.4.1",
20892 "windows-strings 0.5.1",
20893]
20894
20895[[package]]
20896name = "windows-result"
20897version = "0.1.2"
20898source = "registry+https://github.com/rust-lang/crates.io-index"
20899checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20900dependencies = [
20901 "windows-targets 0.52.6",
20902]
20903
20904[[package]]
20905name = "windows-result"
20906version = "0.2.0"
20907source = "registry+https://github.com/rust-lang/crates.io-index"
20908checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20909dependencies = [
20910 "windows-targets 0.52.6",
20911]
20912
20913[[package]]
20914name = "windows-result"
20915version = "0.3.4"
20916source = "registry+https://github.com/rust-lang/crates.io-index"
20917checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20918dependencies = [
20919 "windows-link 0.1.3",
20920]
20921
20922[[package]]
20923name = "windows-result"
20924version = "0.4.1"
20925source = "registry+https://github.com/rust-lang/crates.io-index"
20926checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20927dependencies = [
20928 "windows-link 0.2.1",
20929]
20930
20931[[package]]
20932name = "windows-strings"
20933version = "0.1.0"
20934source = "registry+https://github.com/rust-lang/crates.io-index"
20935checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20936dependencies = [
20937 "windows-result 0.2.0",
20938 "windows-targets 0.52.6",
20939]
20940
20941[[package]]
20942name = "windows-strings"
20943version = "0.3.1"
20944source = "registry+https://github.com/rust-lang/crates.io-index"
20945checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20946dependencies = [
20947 "windows-link 0.1.3",
20948]
20949
20950[[package]]
20951name = "windows-strings"
20952version = "0.4.2"
20953source = "registry+https://github.com/rust-lang/crates.io-index"
20954checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20955dependencies = [
20956 "windows-link 0.1.3",
20957]
20958
20959[[package]]
20960name = "windows-strings"
20961version = "0.5.1"
20962source = "registry+https://github.com/rust-lang/crates.io-index"
20963checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20964dependencies = [
20965 "windows-link 0.2.1",
20966]
20967
20968[[package]]
20969name = "windows-sys"
20970version = "0.45.0"
20971source = "registry+https://github.com/rust-lang/crates.io-index"
20972checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20973dependencies = [
20974 "windows-targets 0.42.2",
20975]
20976
20977[[package]]
20978name = "windows-sys"
20979version = "0.48.0"
20980source = "registry+https://github.com/rust-lang/crates.io-index"
20981checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20982dependencies = [
20983 "windows-targets 0.48.5",
20984]
20985
20986[[package]]
20987name = "windows-sys"
20988version = "0.52.0"
20989source = "registry+https://github.com/rust-lang/crates.io-index"
20990checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20991dependencies = [
20992 "windows-targets 0.52.6",
20993]
20994
20995[[package]]
20996name = "windows-sys"
20997version = "0.59.0"
20998source = "registry+https://github.com/rust-lang/crates.io-index"
20999checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21000dependencies = [
21001 "windows-targets 0.52.6",
21002]
21003
21004[[package]]
21005name = "windows-sys"
21006version = "0.60.2"
21007source = "registry+https://github.com/rust-lang/crates.io-index"
21008checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21009dependencies = [
21010 "windows-targets 0.53.5",
21011]
21012
21013[[package]]
21014name = "windows-sys"
21015version = "0.61.2"
21016source = "registry+https://github.com/rust-lang/crates.io-index"
21017checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21018dependencies = [
21019 "windows-link 0.2.1",
21020]
21021
21022[[package]]
21023name = "windows-targets"
21024version = "0.42.2"
21025source = "registry+https://github.com/rust-lang/crates.io-index"
21026checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21027dependencies = [
21028 "windows_aarch64_gnullvm 0.42.2",
21029 "windows_aarch64_msvc 0.42.2",
21030 "windows_i686_gnu 0.42.2",
21031 "windows_i686_msvc 0.42.2",
21032 "windows_x86_64_gnu 0.42.2",
21033 "windows_x86_64_gnullvm 0.42.2",
21034 "windows_x86_64_msvc 0.42.2",
21035]
21036
21037[[package]]
21038name = "windows-targets"
21039version = "0.48.5"
21040source = "registry+https://github.com/rust-lang/crates.io-index"
21041checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21042dependencies = [
21043 "windows_aarch64_gnullvm 0.48.5",
21044 "windows_aarch64_msvc 0.48.5",
21045 "windows_i686_gnu 0.48.5",
21046 "windows_i686_msvc 0.48.5",
21047 "windows_x86_64_gnu 0.48.5",
21048 "windows_x86_64_gnullvm 0.48.5",
21049 "windows_x86_64_msvc 0.48.5",
21050]
21051
21052[[package]]
21053name = "windows-targets"
21054version = "0.52.6"
21055source = "registry+https://github.com/rust-lang/crates.io-index"
21056checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21057dependencies = [
21058 "windows_aarch64_gnullvm 0.52.6",
21059 "windows_aarch64_msvc 0.52.6",
21060 "windows_i686_gnu 0.52.6",
21061 "windows_i686_gnullvm 0.52.6",
21062 "windows_i686_msvc 0.52.6",
21063 "windows_x86_64_gnu 0.52.6",
21064 "windows_x86_64_gnullvm 0.52.6",
21065 "windows_x86_64_msvc 0.52.6",
21066]
21067
21068[[package]]
21069name = "windows-targets"
21070version = "0.53.5"
21071source = "registry+https://github.com/rust-lang/crates.io-index"
21072checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21073dependencies = [
21074 "windows-link 0.2.1",
21075 "windows_aarch64_gnullvm 0.53.1",
21076 "windows_aarch64_msvc 0.53.1",
21077 "windows_i686_gnu 0.53.1",
21078 "windows_i686_gnullvm 0.53.1",
21079 "windows_i686_msvc 0.53.1",
21080 "windows_x86_64_gnu 0.53.1",
21081 "windows_x86_64_gnullvm 0.53.1",
21082 "windows_x86_64_msvc 0.53.1",
21083]
21084
21085[[package]]
21086name = "windows-threading"
21087version = "0.1.0"
21088source = "registry+https://github.com/rust-lang/crates.io-index"
21089checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21090dependencies = [
21091 "windows-link 0.1.3",
21092]
21093
21094[[package]]
21095name = "windows-threading"
21096version = "0.2.1"
21097source = "registry+https://github.com/rust-lang/crates.io-index"
21098checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21099dependencies = [
21100 "windows-link 0.2.1",
21101]
21102
21103[[package]]
21104name = "windows_aarch64_gnullvm"
21105version = "0.42.2"
21106source = "registry+https://github.com/rust-lang/crates.io-index"
21107checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21108
21109[[package]]
21110name = "windows_aarch64_gnullvm"
21111version = "0.48.5"
21112source = "registry+https://github.com/rust-lang/crates.io-index"
21113checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21114
21115[[package]]
21116name = "windows_aarch64_gnullvm"
21117version = "0.52.6"
21118source = "registry+https://github.com/rust-lang/crates.io-index"
21119checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21120
21121[[package]]
21122name = "windows_aarch64_gnullvm"
21123version = "0.53.1"
21124source = "registry+https://github.com/rust-lang/crates.io-index"
21125checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21126
21127[[package]]
21128name = "windows_aarch64_msvc"
21129version = "0.42.2"
21130source = "registry+https://github.com/rust-lang/crates.io-index"
21131checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21132
21133[[package]]
21134name = "windows_aarch64_msvc"
21135version = "0.48.5"
21136source = "registry+https://github.com/rust-lang/crates.io-index"
21137checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21138
21139[[package]]
21140name = "windows_aarch64_msvc"
21141version = "0.52.6"
21142source = "registry+https://github.com/rust-lang/crates.io-index"
21143checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21144
21145[[package]]
21146name = "windows_aarch64_msvc"
21147version = "0.53.1"
21148source = "registry+https://github.com/rust-lang/crates.io-index"
21149checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21150
21151[[package]]
21152name = "windows_i686_gnu"
21153version = "0.42.2"
21154source = "registry+https://github.com/rust-lang/crates.io-index"
21155checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21156
21157[[package]]
21158name = "windows_i686_gnu"
21159version = "0.48.5"
21160source = "registry+https://github.com/rust-lang/crates.io-index"
21161checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21162
21163[[package]]
21164name = "windows_i686_gnu"
21165version = "0.52.6"
21166source = "registry+https://github.com/rust-lang/crates.io-index"
21167checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21168
21169[[package]]
21170name = "windows_i686_gnu"
21171version = "0.53.1"
21172source = "registry+https://github.com/rust-lang/crates.io-index"
21173checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21174
21175[[package]]
21176name = "windows_i686_gnullvm"
21177version = "0.52.6"
21178source = "registry+https://github.com/rust-lang/crates.io-index"
21179checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21180
21181[[package]]
21182name = "windows_i686_gnullvm"
21183version = "0.53.1"
21184source = "registry+https://github.com/rust-lang/crates.io-index"
21185checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21186
21187[[package]]
21188name = "windows_i686_msvc"
21189version = "0.42.2"
21190source = "registry+https://github.com/rust-lang/crates.io-index"
21191checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21192
21193[[package]]
21194name = "windows_i686_msvc"
21195version = "0.48.5"
21196source = "registry+https://github.com/rust-lang/crates.io-index"
21197checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21198
21199[[package]]
21200name = "windows_i686_msvc"
21201version = "0.52.6"
21202source = "registry+https://github.com/rust-lang/crates.io-index"
21203checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21204
21205[[package]]
21206name = "windows_i686_msvc"
21207version = "0.53.1"
21208source = "registry+https://github.com/rust-lang/crates.io-index"
21209checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21210
21211[[package]]
21212name = "windows_x86_64_gnu"
21213version = "0.42.2"
21214source = "registry+https://github.com/rust-lang/crates.io-index"
21215checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21216
21217[[package]]
21218name = "windows_x86_64_gnu"
21219version = "0.48.5"
21220source = "registry+https://github.com/rust-lang/crates.io-index"
21221checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21222
21223[[package]]
21224name = "windows_x86_64_gnu"
21225version = "0.52.6"
21226source = "registry+https://github.com/rust-lang/crates.io-index"
21227checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21228
21229[[package]]
21230name = "windows_x86_64_gnu"
21231version = "0.53.1"
21232source = "registry+https://github.com/rust-lang/crates.io-index"
21233checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21234
21235[[package]]
21236name = "windows_x86_64_gnullvm"
21237version = "0.42.2"
21238source = "registry+https://github.com/rust-lang/crates.io-index"
21239checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21240
21241[[package]]
21242name = "windows_x86_64_gnullvm"
21243version = "0.48.5"
21244source = "registry+https://github.com/rust-lang/crates.io-index"
21245checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21246
21247[[package]]
21248name = "windows_x86_64_gnullvm"
21249version = "0.52.6"
21250source = "registry+https://github.com/rust-lang/crates.io-index"
21251checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21252
21253[[package]]
21254name = "windows_x86_64_gnullvm"
21255version = "0.53.1"
21256source = "registry+https://github.com/rust-lang/crates.io-index"
21257checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21258
21259[[package]]
21260name = "windows_x86_64_msvc"
21261version = "0.42.2"
21262source = "registry+https://github.com/rust-lang/crates.io-index"
21263checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21264
21265[[package]]
21266name = "windows_x86_64_msvc"
21267version = "0.48.5"
21268source = "registry+https://github.com/rust-lang/crates.io-index"
21269checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21270
21271[[package]]
21272name = "windows_x86_64_msvc"
21273version = "0.52.6"
21274source = "registry+https://github.com/rust-lang/crates.io-index"
21275checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21276
21277[[package]]
21278name = "windows_x86_64_msvc"
21279version = "0.53.1"
21280source = "registry+https://github.com/rust-lang/crates.io-index"
21281checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21282
21283[[package]]
21284name = "winnow"
21285version = "0.7.13"
21286source = "registry+https://github.com/rust-lang/crates.io-index"
21287checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21288dependencies = [
21289 "memchr",
21290]
21291
21292[[package]]
21293name = "winreg"
21294version = "0.10.1"
21295source = "registry+https://github.com/rust-lang/crates.io-index"
21296checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21297dependencies = [
21298 "winapi",
21299]
21300
21301[[package]]
21302name = "winreg"
21303version = "0.50.0"
21304source = "registry+https://github.com/rust-lang/crates.io-index"
21305checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21306dependencies = [
21307 "cfg-if",
21308 "windows-sys 0.48.0",
21309]
21310
21311[[package]]
21312name = "winreg"
21313version = "0.55.0"
21314source = "registry+https://github.com/rust-lang/crates.io-index"
21315checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21316dependencies = [
21317 "cfg-if",
21318 "windows-sys 0.59.0",
21319]
21320
21321[[package]]
21322name = "winresource"
21323version = "0.1.23"
21324source = "registry+https://github.com/rust-lang/crates.io-index"
21325checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21326dependencies = [
21327 "toml 0.8.23",
21328 "version_check",
21329]
21330
21331[[package]]
21332name = "winsafe"
21333version = "0.0.19"
21334source = "registry+https://github.com/rust-lang/crates.io-index"
21335checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21336
21337[[package]]
21338name = "winx"
21339version = "0.36.4"
21340source = "registry+https://github.com/rust-lang/crates.io-index"
21341checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21342dependencies = [
21343 "bitflags 2.10.0",
21344 "windows-sys 0.59.0",
21345]
21346
21347[[package]]
21348name = "wio"
21349version = "0.2.2"
21350source = "registry+https://github.com/rust-lang/crates.io-index"
21351checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21352dependencies = [
21353 "winapi",
21354]
21355
21356[[package]]
21357name = "wit-bindgen"
21358version = "0.22.0"
21359source = "registry+https://github.com/rust-lang/crates.io-index"
21360checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21361dependencies = [
21362 "bitflags 2.10.0",
21363 "wit-bindgen-rt 0.22.0",
21364 "wit-bindgen-rust-macro 0.22.0",
21365]
21366
21367[[package]]
21368name = "wit-bindgen"
21369version = "0.41.0"
21370source = "registry+https://github.com/rust-lang/crates.io-index"
21371checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21372dependencies = [
21373 "wit-bindgen-rt 0.41.0",
21374 "wit-bindgen-rust-macro 0.41.0",
21375]
21376
21377[[package]]
21378name = "wit-bindgen"
21379version = "0.46.0"
21380source = "registry+https://github.com/rust-lang/crates.io-index"
21381checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21382
21383[[package]]
21384name = "wit-bindgen"
21385version = "0.51.0"
21386source = "registry+https://github.com/rust-lang/crates.io-index"
21387checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21388dependencies = [
21389 "wit-bindgen-rust-macro 0.51.0",
21390]
21391
21392[[package]]
21393name = "wit-bindgen-core"
21394version = "0.22.0"
21395source = "registry+https://github.com/rust-lang/crates.io-index"
21396checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21397dependencies = [
21398 "anyhow",
21399 "wit-parser 0.201.0",
21400]
21401
21402[[package]]
21403name = "wit-bindgen-core"
21404version = "0.41.0"
21405source = "registry+https://github.com/rust-lang/crates.io-index"
21406checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21407dependencies = [
21408 "anyhow",
21409 "heck 0.5.0",
21410 "wit-parser 0.227.1",
21411]
21412
21413[[package]]
21414name = "wit-bindgen-core"
21415version = "0.51.0"
21416source = "registry+https://github.com/rust-lang/crates.io-index"
21417checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21418dependencies = [
21419 "anyhow",
21420 "heck 0.5.0",
21421 "wit-parser 0.244.0",
21422]
21423
21424[[package]]
21425name = "wit-bindgen-rt"
21426version = "0.22.0"
21427source = "registry+https://github.com/rust-lang/crates.io-index"
21428checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21429
21430[[package]]
21431name = "wit-bindgen-rt"
21432version = "0.41.0"
21433source = "registry+https://github.com/rust-lang/crates.io-index"
21434checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21435dependencies = [
21436 "bitflags 2.10.0",
21437 "futures 0.3.32",
21438 "once_cell",
21439]
21440
21441[[package]]
21442name = "wit-bindgen-rust"
21443version = "0.22.0"
21444source = "registry+https://github.com/rust-lang/crates.io-index"
21445checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21446dependencies = [
21447 "anyhow",
21448 "heck 0.4.1",
21449 "indexmap",
21450 "wasm-metadata 0.201.0",
21451 "wit-bindgen-core 0.22.0",
21452 "wit-component 0.201.0",
21453]
21454
21455[[package]]
21456name = "wit-bindgen-rust"
21457version = "0.41.0"
21458source = "registry+https://github.com/rust-lang/crates.io-index"
21459checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21460dependencies = [
21461 "anyhow",
21462 "heck 0.5.0",
21463 "indexmap",
21464 "prettyplease",
21465 "syn 2.0.117",
21466 "wasm-metadata 0.227.1",
21467 "wit-bindgen-core 0.41.0",
21468 "wit-component 0.227.1",
21469]
21470
21471[[package]]
21472name = "wit-bindgen-rust"
21473version = "0.51.0"
21474source = "registry+https://github.com/rust-lang/crates.io-index"
21475checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21476dependencies = [
21477 "anyhow",
21478 "heck 0.5.0",
21479 "indexmap",
21480 "prettyplease",
21481 "syn 2.0.117",
21482 "wasm-metadata 0.244.0",
21483 "wit-bindgen-core 0.51.0",
21484 "wit-component 0.244.0",
21485]
21486
21487[[package]]
21488name = "wit-bindgen-rust-macro"
21489version = "0.22.0"
21490source = "registry+https://github.com/rust-lang/crates.io-index"
21491checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21492dependencies = [
21493 "anyhow",
21494 "proc-macro2",
21495 "quote",
21496 "syn 2.0.117",
21497 "wit-bindgen-core 0.22.0",
21498 "wit-bindgen-rust 0.22.0",
21499]
21500
21501[[package]]
21502name = "wit-bindgen-rust-macro"
21503version = "0.41.0"
21504source = "registry+https://github.com/rust-lang/crates.io-index"
21505checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21506dependencies = [
21507 "anyhow",
21508 "prettyplease",
21509 "proc-macro2",
21510 "quote",
21511 "syn 2.0.117",
21512 "wit-bindgen-core 0.41.0",
21513 "wit-bindgen-rust 0.41.0",
21514]
21515
21516[[package]]
21517name = "wit-bindgen-rust-macro"
21518version = "0.51.0"
21519source = "registry+https://github.com/rust-lang/crates.io-index"
21520checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21521dependencies = [
21522 "anyhow",
21523 "prettyplease",
21524 "proc-macro2",
21525 "quote",
21526 "syn 2.0.117",
21527 "wit-bindgen-core 0.51.0",
21528 "wit-bindgen-rust 0.51.0",
21529]
21530
21531[[package]]
21532name = "wit-component"
21533version = "0.201.0"
21534source = "registry+https://github.com/rust-lang/crates.io-index"
21535checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21536dependencies = [
21537 "anyhow",
21538 "bitflags 2.10.0",
21539 "indexmap",
21540 "log",
21541 "serde",
21542 "serde_derive",
21543 "serde_json",
21544 "wasm-encoder 0.201.0",
21545 "wasm-metadata 0.201.0",
21546 "wasmparser 0.201.0",
21547 "wit-parser 0.201.0",
21548]
21549
21550[[package]]
21551name = "wit-component"
21552version = "0.227.1"
21553source = "registry+https://github.com/rust-lang/crates.io-index"
21554checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21555dependencies = [
21556 "anyhow",
21557 "bitflags 2.10.0",
21558 "indexmap",
21559 "log",
21560 "serde",
21561 "serde_derive",
21562 "serde_json",
21563 "wasm-encoder 0.227.1",
21564 "wasm-metadata 0.227.1",
21565 "wasmparser 0.227.1",
21566 "wit-parser 0.227.1",
21567]
21568
21569[[package]]
21570name = "wit-component"
21571version = "0.244.0"
21572source = "registry+https://github.com/rust-lang/crates.io-index"
21573checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21574dependencies = [
21575 "anyhow",
21576 "bitflags 2.10.0",
21577 "indexmap",
21578 "log",
21579 "serde",
21580 "serde_derive",
21581 "serde_json",
21582 "wasm-encoder 0.244.0",
21583 "wasm-metadata 0.244.0",
21584 "wasmparser 0.244.0",
21585 "wit-parser 0.244.0",
21586]
21587
21588[[package]]
21589name = "wit-parser"
21590version = "0.201.0"
21591source = "registry+https://github.com/rust-lang/crates.io-index"
21592checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21593dependencies = [
21594 "anyhow",
21595 "id-arena",
21596 "indexmap",
21597 "log",
21598 "semver",
21599 "serde",
21600 "serde_derive",
21601 "serde_json",
21602 "unicode-xid",
21603 "wasmparser 0.201.0",
21604]
21605
21606[[package]]
21607name = "wit-parser"
21608version = "0.227.1"
21609source = "registry+https://github.com/rust-lang/crates.io-index"
21610checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21611dependencies = [
21612 "anyhow",
21613 "id-arena",
21614 "indexmap",
21615 "log",
21616 "semver",
21617 "serde",
21618 "serde_derive",
21619 "serde_json",
21620 "unicode-xid",
21621 "wasmparser 0.227.1",
21622]
21623
21624[[package]]
21625name = "wit-parser"
21626version = "0.236.1"
21627source = "registry+https://github.com/rust-lang/crates.io-index"
21628checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21629dependencies = [
21630 "anyhow",
21631 "id-arena",
21632 "indexmap",
21633 "log",
21634 "semver",
21635 "serde",
21636 "serde_derive",
21637 "serde_json",
21638 "unicode-xid",
21639 "wasmparser 0.236.1",
21640]
21641
21642[[package]]
21643name = "wit-parser"
21644version = "0.244.0"
21645source = "registry+https://github.com/rust-lang/crates.io-index"
21646checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21647dependencies = [
21648 "anyhow",
21649 "id-arena",
21650 "indexmap",
21651 "log",
21652 "semver",
21653 "serde",
21654 "serde_derive",
21655 "serde_json",
21656 "unicode-xid",
21657 "wasmparser 0.244.0",
21658]
21659
21660[[package]]
21661name = "witx"
21662version = "0.9.1"
21663source = "registry+https://github.com/rust-lang/crates.io-index"
21664checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21665dependencies = [
21666 "anyhow",
21667 "log",
21668 "thiserror 1.0.69",
21669 "wast",
21670]
21671
21672[[package]]
21673name = "workspace"
21674version = "0.1.0"
21675dependencies = [
21676 "agent_settings",
21677 "any_vec",
21678 "anyhow",
21679 "async-recursion",
21680 "chrono",
21681 "client",
21682 "clock",
21683 "collections",
21684 "component",
21685 "db",
21686 "feature_flags",
21687 "fs",
21688 "futures 0.3.32",
21689 "git",
21690 "gpui",
21691 "http_client",
21692 "itertools 0.14.0",
21693 "language",
21694 "log",
21695 "markdown",
21696 "menu",
21697 "node_runtime",
21698 "parking_lot",
21699 "postage",
21700 "pretty_assertions",
21701 "project",
21702 "remote",
21703 "schemars",
21704 "serde",
21705 "serde_json",
21706 "session",
21707 "settings",
21708 "smallvec",
21709 "sqlez",
21710 "strum 0.27.2",
21711 "task",
21712 "telemetry",
21713 "tempfile",
21714 "theme",
21715 "theme_settings",
21716 "ui",
21717 "util",
21718 "uuid",
21719 "vim_mode_setting",
21720 "windows 0.61.3",
21721 "zed_actions",
21722 "zlog",
21723]
21724
21725[[package]]
21726name = "worktree"
21727version = "0.1.0"
21728dependencies = [
21729 "anyhow",
21730 "async-lock 2.8.0",
21731 "chardetng",
21732 "clock",
21733 "collections",
21734 "encoding_rs",
21735 "fs",
21736 "futures 0.3.32",
21737 "fuzzy",
21738 "git",
21739 "gpui",
21740 "ignore",
21741 "language",
21742 "log",
21743 "parking_lot",
21744 "paths",
21745 "postage",
21746 "pretty_assertions",
21747 "rand 0.9.2",
21748 "rpc",
21749 "serde",
21750 "serde_json",
21751 "settings",
21752 "smallvec",
21753 "smol",
21754 "sum_tree",
21755 "text",
21756 "tracing",
21757 "util",
21758 "worktree",
21759 "zlog",
21760 "ztracing",
21761]
21762
21763[[package]]
21764name = "worktree_benchmarks"
21765version = "0.1.0"
21766dependencies = [
21767 "fs",
21768 "gpui_platform",
21769 "settings",
21770 "worktree",
21771]
21772
21773[[package]]
21774name = "wprcontrol"
21775version = "0.1.0"
21776source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21777dependencies = [
21778 "windows 0.61.3",
21779 "windows-bindgen",
21780 "windows-core 0.61.2",
21781 "windows-link 0.2.1",
21782]
21783
21784[[package]]
21785name = "writeable"
21786version = "0.6.1"
21787source = "registry+https://github.com/rust-lang/crates.io-index"
21788checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21789
21790[[package]]
21791name = "wyz"
21792version = "0.5.1"
21793source = "registry+https://github.com/rust-lang/crates.io-index"
21794checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21795dependencies = [
21796 "tap",
21797]
21798
21799[[package]]
21800name = "x11"
21801version = "2.21.0"
21802source = "registry+https://github.com/rust-lang/crates.io-index"
21803checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21804dependencies = [
21805 "libc",
21806 "pkg-config",
21807]
21808
21809[[package]]
21810name = "x11-clipboard"
21811version = "0.9.3"
21812source = "registry+https://github.com/rust-lang/crates.io-index"
21813checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21814dependencies = [
21815 "libc",
21816 "x11rb",
21817]
21818
21819[[package]]
21820name = "x11rb"
21821version = "0.13.2"
21822source = "registry+https://github.com/rust-lang/crates.io-index"
21823checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21824dependencies = [
21825 "as-raw-xcb-connection",
21826 "gethostname",
21827 "libc",
21828 "rustix 1.1.2",
21829 "x11rb-protocol",
21830 "xcursor",
21831]
21832
21833[[package]]
21834name = "x11rb-protocol"
21835version = "0.13.2"
21836source = "registry+https://github.com/rust-lang/crates.io-index"
21837checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21838
21839[[package]]
21840name = "x_ai"
21841version = "0.1.0"
21842dependencies = [
21843 "anyhow",
21844 "language_model_core",
21845 "schemars",
21846 "serde",
21847 "strum 0.27.2",
21848 "tiktoken-rs",
21849]
21850
21851[[package]]
21852name = "xattr"
21853version = "0.2.3"
21854source = "registry+https://github.com/rust-lang/crates.io-index"
21855checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21856dependencies = [
21857 "libc",
21858]
21859
21860[[package]]
21861name = "xcb"
21862version = "1.6.0"
21863source = "registry+https://github.com/rust-lang/crates.io-index"
21864checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21865dependencies = [
21866 "bitflags 1.3.2",
21867 "libc",
21868 "quick-xml 0.30.0",
21869 "x11",
21870]
21871
21872[[package]]
21873name = "xcursor"
21874version = "0.3.10"
21875source = "registry+https://github.com/rust-lang/crates.io-index"
21876checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21877
21878[[package]]
21879name = "xim-ctext"
21880version = "0.3.0"
21881source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21882dependencies = [
21883 "encoding_rs",
21884]
21885
21886[[package]]
21887name = "xim-parser"
21888version = "0.2.1"
21889source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21890dependencies = [
21891 "bitflags 2.10.0",
21892]
21893
21894[[package]]
21895name = "xkbcommon"
21896version = "0.8.0"
21897source = "registry+https://github.com/rust-lang/crates.io-index"
21898checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21899dependencies = [
21900 "as-raw-xcb-connection",
21901 "libc",
21902 "memmap2",
21903 "xkeysym",
21904]
21905
21906[[package]]
21907name = "xkeysym"
21908version = "0.2.1"
21909source = "registry+https://github.com/rust-lang/crates.io-index"
21910checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21911
21912[[package]]
21913name = "xml-rs"
21914version = "0.8.28"
21915source = "registry+https://github.com/rust-lang/crates.io-index"
21916checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21917
21918[[package]]
21919name = "xml5ever"
21920version = "0.18.1"
21921source = "registry+https://github.com/rust-lang/crates.io-index"
21922checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21923dependencies = [
21924 "log",
21925 "mac",
21926 "markup5ever 0.12.1",
21927]
21928
21929[[package]]
21930name = "xmlparser"
21931version = "0.13.6"
21932source = "registry+https://github.com/rust-lang/crates.io-index"
21933checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21934
21935[[package]]
21936name = "xmlwriter"
21937version = "0.1.0"
21938source = "registry+https://github.com/rust-lang/crates.io-index"
21939checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21940
21941[[package]]
21942name = "xtask"
21943version = "0.1.0"
21944dependencies = [
21945 "annotate-snippets",
21946 "anyhow",
21947 "backtrace",
21948 "cargo_metadata 0.19.2",
21949 "cargo_toml",
21950 "clap",
21951 "compliance",
21952 "gh-workflow",
21953 "indexmap",
21954 "indoc",
21955 "itertools 0.14.0",
21956 "regex",
21957 "serde",
21958 "serde_json",
21959 "serde_yaml",
21960 "strum 0.27.2",
21961 "tokio",
21962 "toml 0.8.23",
21963 "toml_edit 0.22.27",
21964]
21965
21966[[package]]
21967name = "yaml-rust2"
21968version = "0.8.1"
21969source = "registry+https://github.com/rust-lang/crates.io-index"
21970checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21971dependencies = [
21972 "arraydeque",
21973 "encoding_rs",
21974 "hashlink 0.8.4",
21975]
21976
21977[[package]]
21978name = "yansi"
21979version = "1.0.1"
21980source = "registry+https://github.com/rust-lang/crates.io-index"
21981checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21982
21983[[package]]
21984name = "yawc"
21985version = "0.2.5"
21986source = "registry+https://github.com/rust-lang/crates.io-index"
21987checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21988dependencies = [
21989 "base64 0.22.1",
21990 "bytes 1.11.1",
21991 "flate2",
21992 "futures 0.3.32",
21993 "http-body-util",
21994 "hyper 1.7.0",
21995 "hyper-util",
21996 "js-sys",
21997 "nom 8.0.0",
21998 "pin-project",
21999 "rand 0.8.5",
22000 "sha1",
22001 "thiserror 1.0.69",
22002 "tokio",
22003 "tokio-rustls 0.26.2",
22004 "tokio-util",
22005 "url",
22006 "wasm-bindgen",
22007 "wasm-bindgen-futures",
22008 "web-sys",
22009 "webpki-roots",
22010]
22011
22012[[package]]
22013name = "yazi"
22014version = "0.2.1"
22015source = "registry+https://github.com/rust-lang/crates.io-index"
22016checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22017
22018[[package]]
22019name = "yeslogic-fontconfig-sys"
22020version = "6.0.0"
22021source = "registry+https://github.com/rust-lang/crates.io-index"
22022checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22023dependencies = [
22024 "dlib",
22025 "once_cell",
22026 "pkg-config",
22027]
22028
22029[[package]]
22030name = "yoke"
22031version = "0.7.5"
22032source = "registry+https://github.com/rust-lang/crates.io-index"
22033checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22034dependencies = [
22035 "serde",
22036 "stable_deref_trait",
22037 "yoke-derive 0.7.5",
22038 "zerofrom",
22039]
22040
22041[[package]]
22042name = "yoke"
22043version = "0.8.0"
22044source = "registry+https://github.com/rust-lang/crates.io-index"
22045checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22046dependencies = [
22047 "serde",
22048 "stable_deref_trait",
22049 "yoke-derive 0.8.0",
22050 "zerofrom",
22051]
22052
22053[[package]]
22054name = "yoke-derive"
22055version = "0.7.5"
22056source = "registry+https://github.com/rust-lang/crates.io-index"
22057checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22058dependencies = [
22059 "proc-macro2",
22060 "quote",
22061 "syn 2.0.117",
22062 "synstructure",
22063]
22064
22065[[package]]
22066name = "yoke-derive"
22067version = "0.8.0"
22068source = "registry+https://github.com/rust-lang/crates.io-index"
22069checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22070dependencies = [
22071 "proc-macro2",
22072 "quote",
22073 "syn 2.0.117",
22074 "synstructure",
22075]
22076
22077[[package]]
22078name = "zbus"
22079version = "5.13.2"
22080source = "registry+https://github.com/rust-lang/crates.io-index"
22081checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22082dependencies = [
22083 "async-broadcast",
22084 "async-executor",
22085 "async-io",
22086 "async-lock 3.4.2",
22087 "async-process",
22088 "async-recursion",
22089 "async-task",
22090 "async-trait",
22091 "blocking",
22092 "enumflags2",
22093 "event-listener 5.4.1",
22094 "futures-core",
22095 "futures-lite 2.6.1",
22096 "hex",
22097 "libc",
22098 "ordered-stream",
22099 "rustix 1.1.2",
22100 "serde",
22101 "serde_repr",
22102 "tracing",
22103 "uds_windows",
22104 "uuid",
22105 "windows-sys 0.61.2",
22106 "winnow",
22107 "zbus_macros",
22108 "zbus_names",
22109 "zvariant",
22110]
22111
22112[[package]]
22113name = "zbus_macros"
22114version = "5.13.2"
22115source = "registry+https://github.com/rust-lang/crates.io-index"
22116checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22117dependencies = [
22118 "proc-macro-crate",
22119 "proc-macro2",
22120 "quote",
22121 "syn 2.0.117",
22122 "zbus_names",
22123 "zvariant",
22124 "zvariant_utils",
22125]
22126
22127[[package]]
22128name = "zbus_names"
22129version = "4.3.1"
22130source = "registry+https://github.com/rust-lang/crates.io-index"
22131checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22132dependencies = [
22133 "serde",
22134 "winnow",
22135 "zvariant",
22136]
22137
22138[[package]]
22139name = "zed"
22140version = "0.233.0"
22141dependencies = [
22142 "acp_thread",
22143 "acp_tools",
22144 "action_log",
22145 "activity_indicator",
22146 "agent",
22147 "agent-client-protocol",
22148 "agent_servers",
22149 "agent_settings",
22150 "agent_ui",
22151 "anyhow",
22152 "ashpd",
22153 "askpass",
22154 "assets",
22155 "audio",
22156 "auto_update",
22157 "auto_update_ui",
22158 "breadcrumbs",
22159 "call",
22160 "channel",
22161 "chrono",
22162 "clap",
22163 "cli",
22164 "client",
22165 "clock",
22166 "codestral",
22167 "collab_ui",
22168 "collections",
22169 "command_palette",
22170 "component",
22171 "component_preview",
22172 "copilot",
22173 "copilot_chat",
22174 "copilot_ui",
22175 "crashes",
22176 "csv_preview",
22177 "dap_adapters",
22178 "db",
22179 "debug_adapter_extension",
22180 "debugger_tools",
22181 "debugger_ui",
22182 "dev_container",
22183 "diagnostics",
22184 "edit_prediction",
22185 "edit_prediction_ui",
22186 "editor",
22187 "encoding_selector",
22188 "env_logger 0.11.8",
22189 "etw_tracing",
22190 "extension",
22191 "extension_host",
22192 "extensions_ui",
22193 "feature_flags",
22194 "feedback",
22195 "file_finder",
22196 "fs",
22197 "futures 0.3.32",
22198 "git",
22199 "git_graph",
22200 "git_hosting_providers",
22201 "git_ui",
22202 "go_to_line",
22203 "gpui",
22204 "gpui_platform",
22205 "gpui_tokio",
22206 "http_client",
22207 "image",
22208 "image_viewer",
22209 "inspector_ui",
22210 "install_cli",
22211 "itertools 0.14.0",
22212 "journal",
22213 "json_schema_store",
22214 "keymap_editor",
22215 "language",
22216 "language_extension",
22217 "language_model",
22218 "language_models",
22219 "language_onboarding",
22220 "language_selector",
22221 "language_tools",
22222 "languages",
22223 "line_ending_selector",
22224 "log",
22225 "markdown",
22226 "markdown_preview",
22227 "menu",
22228 "migrator",
22229 "mimalloc",
22230 "miniprofiler_ui",
22231 "nc",
22232 "node_runtime",
22233 "notifications",
22234 "onboarding",
22235 "outline",
22236 "outline_panel",
22237 "parking_lot",
22238 "paths",
22239 "picker",
22240 "pkg-config",
22241 "pretty_assertions",
22242 "profiling",
22243 "project",
22244 "project_panel",
22245 "project_symbols",
22246 "prompt_store",
22247 "proto",
22248 "rayon",
22249 "recent_projects",
22250 "release_channel",
22251 "remote",
22252 "repl",
22253 "reqwest_client",
22254 "rope",
22255 "search",
22256 "semver",
22257 "serde",
22258 "serde_json",
22259 "session",
22260 "settings",
22261 "settings_profile_selector",
22262 "settings_ui",
22263 "shellexpand 2.1.2",
22264 "sidebar",
22265 "smol",
22266 "snippet_provider",
22267 "snippets_ui",
22268 "svg_preview",
22269 "sysinfo 0.37.2",
22270 "system_specs",
22271 "tab_switcher",
22272 "task",
22273 "tasks_ui",
22274 "telemetry",
22275 "telemetry_events",
22276 "tempfile",
22277 "terminal_view",
22278 "theme",
22279 "theme_extension",
22280 "theme_selector",
22281 "theme_settings",
22282 "time",
22283 "time_format",
22284 "title_bar",
22285 "toolchain_selector",
22286 "tracing",
22287 "ui",
22288 "ui_prompt",
22289 "url",
22290 "urlencoding",
22291 "util",
22292 "uuid",
22293 "vim",
22294 "vim_mode_setting",
22295 "watch",
22296 "web_search",
22297 "web_search_providers",
22298 "which_key",
22299 "windows 0.61.3",
22300 "winresource",
22301 "workspace",
22302 "zed-reqwest",
22303 "zed_actions",
22304 "zed_env_vars",
22305 "zlog",
22306 "zlog_settings",
22307 "ztracing",
22308]
22309
22310[[package]]
22311name = "zed-font-kit"
22312version = "0.14.1-zed"
22313source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22314dependencies = [
22315 "bitflags 2.10.0",
22316 "byteorder",
22317 "core-foundation 0.10.0",
22318 "core-graphics 0.24.0",
22319 "core-text",
22320 "dirs 5.0.1",
22321 "dwrote",
22322 "float-ord",
22323 "freetype-sys",
22324 "lazy_static",
22325 "libc",
22326 "log",
22327 "pathfinder_geometry",
22328 "pathfinder_simd",
22329 "walkdir",
22330 "winapi",
22331 "yeslogic-fontconfig-sys",
22332]
22333
22334[[package]]
22335name = "zed-reqwest"
22336version = "0.12.15-zed"
22337source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22338dependencies = [
22339 "base64 0.22.1",
22340 "bytes 1.11.1",
22341 "encoding_rs",
22342 "futures-core",
22343 "futures-util",
22344 "h2 0.4.12",
22345 "http 1.3.1",
22346 "http-body 1.0.1",
22347 "http-body-util",
22348 "hyper 1.7.0",
22349 "hyper-rustls 0.27.7",
22350 "hyper-util",
22351 "ipnet",
22352 "js-sys",
22353 "log",
22354 "mime",
22355 "mime_guess",
22356 "once_cell",
22357 "percent-encoding",
22358 "pin-project-lite",
22359 "quinn",
22360 "rustls 0.23.33",
22361 "rustls-native-certs 0.8.2",
22362 "rustls-pemfile 2.2.0",
22363 "rustls-pki-types",
22364 "serde",
22365 "serde_json",
22366 "serde_urlencoded",
22367 "sync_wrapper 1.0.2",
22368 "system-configuration 0.6.1",
22369 "tokio",
22370 "tokio-rustls 0.26.2",
22371 "tokio-socks",
22372 "tokio-util",
22373 "tower 0.5.2",
22374 "tower-service",
22375 "url",
22376 "wasm-bindgen",
22377 "wasm-bindgen-futures",
22378 "wasm-streams",
22379 "web-sys",
22380 "windows-registry 0.4.0",
22381]
22382
22383[[package]]
22384name = "zed-scap"
22385version = "0.0.8-zed"
22386source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22387dependencies = [
22388 "anyhow",
22389 "cocoa 0.25.0",
22390 "core-graphics-helmer-fork",
22391 "log",
22392 "objc",
22393 "rand 0.8.5",
22394 "screencapturekit",
22395 "screencapturekit-sys",
22396 "sysinfo 0.31.4",
22397 "tao-core-video-sys",
22398 "windows 0.61.3",
22399 "windows-capture",
22400 "x11",
22401 "xcb",
22402]
22403
22404[[package]]
22405name = "zed-xim"
22406version = "0.4.0-zed"
22407source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22408dependencies = [
22409 "ahash 0.8.12",
22410 "hashbrown 0.14.5",
22411 "log",
22412 "x11rb",
22413 "xim-ctext",
22414 "xim-parser",
22415]
22416
22417[[package]]
22418name = "zed_actions"
22419version = "0.1.0"
22420dependencies = [
22421 "gpui",
22422 "schemars",
22423 "serde",
22424 "util",
22425 "uuid",
22426]
22427
22428[[package]]
22429name = "zed_credentials_provider"
22430version = "0.1.0"
22431dependencies = [
22432 "anyhow",
22433 "credentials_provider",
22434 "futures 0.3.32",
22435 "gpui",
22436 "paths",
22437 "release_channel",
22438 "serde",
22439 "serde_json",
22440]
22441
22442[[package]]
22443name = "zed_env_vars"
22444version = "0.1.0"
22445dependencies = [
22446 "env_var",
22447]
22448
22449[[package]]
22450name = "zed_extension_api"
22451version = "0.1.0"
22452source = "registry+https://github.com/rust-lang/crates.io-index"
22453checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22454dependencies = [
22455 "serde",
22456 "serde_json",
22457 "wit-bindgen 0.22.0",
22458]
22459
22460[[package]]
22461name = "zed_extension_api"
22462version = "0.7.0"
22463source = "registry+https://github.com/rust-lang/crates.io-index"
22464checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22465dependencies = [
22466 "serde",
22467 "serde_json",
22468 "wit-bindgen 0.41.0",
22469]
22470
22471[[package]]
22472name = "zed_extension_api"
22473version = "0.8.0"
22474dependencies = [
22475 "serde",
22476 "serde_json",
22477 "wit-bindgen 0.41.0",
22478]
22479
22480[[package]]
22481name = "zed_glsl"
22482version = "0.2.3"
22483dependencies = [
22484 "zed_extension_api 0.1.0",
22485]
22486
22487[[package]]
22488name = "zed_html"
22489version = "0.3.1"
22490dependencies = [
22491 "zed_extension_api 0.7.0",
22492]
22493
22494[[package]]
22495name = "zed_proto"
22496version = "0.3.2"
22497dependencies = [
22498 "zed_extension_api 0.7.0",
22499]
22500
22501[[package]]
22502name = "zed_test_extension"
22503version = "0.1.0"
22504dependencies = [
22505 "zed_extension_api 0.8.0",
22506]
22507
22508[[package]]
22509name = "zeno"
22510version = "0.3.3"
22511source = "registry+https://github.com/rust-lang/crates.io-index"
22512checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22513
22514[[package]]
22515name = "zerocopy"
22516version = "0.8.27"
22517source = "registry+https://github.com/rust-lang/crates.io-index"
22518checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22519dependencies = [
22520 "zerocopy-derive",
22521]
22522
22523[[package]]
22524name = "zerocopy-derive"
22525version = "0.8.27"
22526source = "registry+https://github.com/rust-lang/crates.io-index"
22527checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22528dependencies = [
22529 "proc-macro2",
22530 "quote",
22531 "syn 2.0.117",
22532]
22533
22534[[package]]
22535name = "zerofrom"
22536version = "0.1.6"
22537source = "registry+https://github.com/rust-lang/crates.io-index"
22538checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22539dependencies = [
22540 "zerofrom-derive",
22541]
22542
22543[[package]]
22544name = "zerofrom-derive"
22545version = "0.1.6"
22546source = "registry+https://github.com/rust-lang/crates.io-index"
22547checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22548dependencies = [
22549 "proc-macro2",
22550 "quote",
22551 "syn 2.0.117",
22552 "synstructure",
22553]
22554
22555[[package]]
22556name = "zeroize"
22557version = "1.8.2"
22558source = "registry+https://github.com/rust-lang/crates.io-index"
22559checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22560dependencies = [
22561 "zeroize_derive",
22562]
22563
22564[[package]]
22565name = "zeroize_derive"
22566version = "1.4.2"
22567source = "registry+https://github.com/rust-lang/crates.io-index"
22568checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22569dependencies = [
22570 "proc-macro2",
22571 "quote",
22572 "syn 2.0.117",
22573]
22574
22575[[package]]
22576name = "zeromq"
22577version = "0.5.0"
22578source = "registry+https://github.com/rust-lang/crates.io-index"
22579checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22580dependencies = [
22581 "async-dispatcher",
22582 "async-std",
22583 "async-trait",
22584 "asynchronous-codec",
22585 "bytes 1.11.1",
22586 "crossbeam-queue",
22587 "futures 0.3.32",
22588 "log",
22589 "num-traits",
22590 "once_cell",
22591 "parking_lot",
22592 "rand 0.9.2",
22593 "regex",
22594 "scc",
22595 "thiserror 1.0.69",
22596 "uuid",
22597]
22598
22599[[package]]
22600name = "zerotrie"
22601version = "0.2.2"
22602source = "registry+https://github.com/rust-lang/crates.io-index"
22603checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22604dependencies = [
22605 "displaydoc",
22606 "yoke 0.8.0",
22607 "zerofrom",
22608]
22609
22610[[package]]
22611name = "zerovec"
22612version = "0.11.4"
22613source = "registry+https://github.com/rust-lang/crates.io-index"
22614checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22615dependencies = [
22616 "yoke 0.8.0",
22617 "zerofrom",
22618 "zerovec-derive",
22619]
22620
22621[[package]]
22622name = "zerovec-derive"
22623version = "0.11.1"
22624source = "registry+https://github.com/rust-lang/crates.io-index"
22625checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22626dependencies = [
22627 "proc-macro2",
22628 "quote",
22629 "syn 2.0.117",
22630]
22631
22632[[package]]
22633name = "zeta_prompt"
22634version = "0.1.0"
22635dependencies = [
22636 "anyhow",
22637 "imara-diff",
22638 "indoc",
22639 "serde",
22640 "strum 0.27.2",
22641]
22642
22643[[package]]
22644name = "zip"
22645version = "0.6.6"
22646source = "registry+https://github.com/rust-lang/crates.io-index"
22647checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22648dependencies = [
22649 "aes",
22650 "byteorder",
22651 "bzip2 0.4.4",
22652 "constant_time_eq",
22653 "crc32fast",
22654 "crossbeam-utils",
22655 "flate2",
22656 "hmac",
22657 "pbkdf2 0.11.0",
22658 "sha1",
22659 "time",
22660 "zstd",
22661]
22662
22663[[package]]
22664name = "zip"
22665version = "1.1.4"
22666source = "registry+https://github.com/rust-lang/crates.io-index"
22667checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22668dependencies = [
22669 "arbitrary",
22670 "crc32fast",
22671 "crossbeam-utils",
22672 "displaydoc",
22673 "indexmap",
22674 "num_enum",
22675 "thiserror 1.0.69",
22676]
22677
22678[[package]]
22679name = "zlog"
22680version = "0.1.0"
22681dependencies = [
22682 "anyhow",
22683 "chrono",
22684 "collections",
22685 "log",
22686 "tempfile",
22687]
22688
22689[[package]]
22690name = "zlog_settings"
22691version = "0.1.0"
22692dependencies = [
22693 "collections",
22694 "gpui",
22695 "settings",
22696 "zlog",
22697]
22698
22699[[package]]
22700name = "zstd"
22701version = "0.11.2+zstd.1.5.2"
22702source = "registry+https://github.com/rust-lang/crates.io-index"
22703checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22704dependencies = [
22705 "zstd-safe",
22706]
22707
22708[[package]]
22709name = "zstd-safe"
22710version = "5.0.2+zstd.1.5.2"
22711source = "registry+https://github.com/rust-lang/crates.io-index"
22712checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22713dependencies = [
22714 "libc",
22715 "zstd-sys",
22716]
22717
22718[[package]]
22719name = "zstd-sys"
22720version = "2.0.16+zstd.1.5.7"
22721source = "registry+https://github.com/rust-lang/crates.io-index"
22722checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22723dependencies = [
22724 "cc",
22725 "pkg-config",
22726]
22727
22728[[package]]
22729name = "ztracing"
22730version = "0.1.0"
22731dependencies = [
22732 "tracing",
22733 "tracing-subscriber",
22734 "tracing-tracy",
22735 "tracy-client",
22736 "zlog",
22737 "ztracing_macro",
22738]
22739
22740[[package]]
22741name = "ztracing_macro"
22742version = "0.1.0"
22743
22744[[package]]
22745name = "zune-core"
22746version = "0.4.12"
22747source = "registry+https://github.com/rust-lang/crates.io-index"
22748checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22749
22750[[package]]
22751name = "zune-inflate"
22752version = "0.2.54"
22753source = "registry+https://github.com/rust-lang/crates.io-index"
22754checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22755dependencies = [
22756 "simd-adler32",
22757]
22758
22759[[package]]
22760name = "zune-jpeg"
22761version = "0.4.21"
22762source = "registry+https://github.com/rust-lang/crates.io-index"
22763checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22764dependencies = [
22765 "zune-core",
22766]
22767
22768[[package]]
22769name = "zvariant"
22770version = "5.9.2"
22771source = "registry+https://github.com/rust-lang/crates.io-index"
22772checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22773dependencies = [
22774 "endi",
22775 "enumflags2",
22776 "serde",
22777 "serde_bytes",
22778 "winnow",
22779 "zvariant_derive",
22780 "zvariant_utils",
22781]
22782
22783[[package]]
22784name = "zvariant_derive"
22785version = "5.9.2"
22786source = "registry+https://github.com/rust-lang/crates.io-index"
22787checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22788dependencies = [
22789 "proc-macro-crate",
22790 "proc-macro2",
22791 "quote",
22792 "syn 2.0.117",
22793 "zvariant_utils",
22794]
22795
22796[[package]]
22797name = "zvariant_utils"
22798version = "3.3.0"
22799source = "registry+https://github.com/rust-lang/crates.io-index"
22800checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22801dependencies = [
22802 "proc-macro2",
22803 "quote",
22804 "serde",
22805 "syn 2.0.117",
22806 "winnow",
22807]