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 "console",
 2880 "core-foundation 0.10.0",
 2881 "core-services",
 2882 "dialoguer",
 2883 "exec",
 2884 "fork",
 2885 "ipc-channel",
 2886 "parking_lot",
 2887 "paths",
 2888 "plist",
 2889 "rayon",
 2890 "release_channel",
 2891 "serde",
 2892 "serde_json",
 2893 "tempfile",
 2894 "util",
 2895 "walkdir",
 2896 "windows 0.61.3",
 2897]
 2898
 2899[[package]]
 2900name = "client"
 2901version = "0.1.0"
 2902dependencies = [
 2903 "anyhow",
 2904 "async-tungstenite",
 2905 "base64 0.22.1",
 2906 "chrono",
 2907 "clock",
 2908 "cloud_api_client",
 2909 "cloud_api_types",
 2910 "cloud_llm_client",
 2911 "collections",
 2912 "credentials_provider",
 2913 "db",
 2914 "derive_more",
 2915 "feature_flags",
 2916 "fs",
 2917 "futures 0.3.32",
 2918 "gpui",
 2919 "gpui_tokio",
 2920 "http_client",
 2921 "http_client_tls",
 2922 "httparse",
 2923 "log",
 2924 "objc2-foundation",
 2925 "parking_lot",
 2926 "paths",
 2927 "postage",
 2928 "rand 0.9.2",
 2929 "regex",
 2930 "release_channel",
 2931 "rpc",
 2932 "rustls-pki-types",
 2933 "semver",
 2934 "serde",
 2935 "serde_json",
 2936 "serde_urlencoded",
 2937 "settings",
 2938 "sha2",
 2939 "smol",
 2940 "telemetry",
 2941 "telemetry_events",
 2942 "text",
 2943 "thiserror 2.0.17",
 2944 "time",
 2945 "tiny_http",
 2946 "tokio",
 2947 "tokio-native-tls",
 2948 "tokio-rustls 0.26.2",
 2949 "tokio-socks",
 2950 "url",
 2951 "util",
 2952 "windows 0.61.3",
 2953 "worktree",
 2954 "zed_credentials_provider",
 2955]
 2956
 2957[[package]]
 2958name = "clock"
 2959version = "0.1.0"
 2960dependencies = [
 2961 "parking_lot",
 2962 "serde",
 2963 "smallvec",
 2964]
 2965
 2966[[package]]
 2967name = "cloud_api_client"
 2968version = "0.1.0"
 2969dependencies = [
 2970 "anyhow",
 2971 "cloud_api_types",
 2972 "futures 0.3.32",
 2973 "gpui",
 2974 "gpui_tokio",
 2975 "http_client",
 2976 "parking_lot",
 2977 "serde_json",
 2978 "smol",
 2979 "thiserror 2.0.17",
 2980 "yawc",
 2981]
 2982
 2983[[package]]
 2984name = "cloud_api_types"
 2985version = "0.1.0"
 2986dependencies = [
 2987 "anyhow",
 2988 "chrono",
 2989 "ciborium",
 2990 "cloud_llm_client",
 2991 "pretty_assertions",
 2992 "serde",
 2993 "serde_json",
 2994 "strum 0.27.2",
 2995]
 2996
 2997[[package]]
 2998name = "cloud_llm_client"
 2999version = "0.1.0"
 3000dependencies = [
 3001 "anyhow",
 3002 "serde",
 3003 "serde_json",
 3004 "strum 0.27.2",
 3005 "uuid",
 3006 "zeta_prompt",
 3007]
 3008
 3009[[package]]
 3010name = "cmake"
 3011version = "0.1.56"
 3012source = "registry+https://github.com/rust-lang/crates.io-index"
 3013checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3014dependencies = [
 3015 "cc",
 3016]
 3017
 3018[[package]]
 3019name = "cobs"
 3020version = "0.3.0"
 3021source = "registry+https://github.com/rust-lang/crates.io-index"
 3022checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3023dependencies = [
 3024 "thiserror 2.0.17",
 3025]
 3026
 3027[[package]]
 3028name = "cocoa"
 3029version = "0.25.0"
 3030source = "registry+https://github.com/rust-lang/crates.io-index"
 3031checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3032dependencies = [
 3033 "bitflags 1.3.2",
 3034 "block",
 3035 "cocoa-foundation 0.1.2",
 3036 "core-foundation 0.9.4",
 3037 "core-graphics 0.23.2",
 3038 "foreign-types 0.5.0",
 3039 "libc",
 3040 "objc",
 3041]
 3042
 3043[[package]]
 3044name = "cocoa"
 3045version = "0.26.0"
 3046source = "registry+https://github.com/rust-lang/crates.io-index"
 3047checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3048dependencies = [
 3049 "bitflags 2.10.0",
 3050 "block",
 3051 "cocoa-foundation 0.2.0",
 3052 "core-foundation 0.10.0",
 3053 "core-graphics 0.24.0",
 3054 "foreign-types 0.5.0",
 3055 "libc",
 3056 "objc",
 3057]
 3058
 3059[[package]]
 3060name = "cocoa-foundation"
 3061version = "0.1.2"
 3062source = "registry+https://github.com/rust-lang/crates.io-index"
 3063checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3064dependencies = [
 3065 "bitflags 1.3.2",
 3066 "block",
 3067 "core-foundation 0.9.4",
 3068 "core-graphics-types 0.1.3",
 3069 "libc",
 3070 "objc",
 3071]
 3072
 3073[[package]]
 3074name = "cocoa-foundation"
 3075version = "0.2.0"
 3076source = "registry+https://github.com/rust-lang/crates.io-index"
 3077checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3078dependencies = [
 3079 "bitflags 2.10.0",
 3080 "block",
 3081 "core-foundation 0.10.0",
 3082 "core-graphics-types 0.2.0",
 3083 "libc",
 3084 "objc",
 3085]
 3086
 3087[[package]]
 3088name = "codespan-reporting"
 3089version = "0.13.0"
 3090source = "registry+https://github.com/rust-lang/crates.io-index"
 3091checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3092dependencies = [
 3093 "serde",
 3094 "termcolor",
 3095 "unicode-width",
 3096]
 3097
 3098[[package]]
 3099name = "codestral"
 3100version = "0.1.0"
 3101dependencies = [
 3102 "anyhow",
 3103 "edit_prediction",
 3104 "edit_prediction_types",
 3105 "futures 0.3.32",
 3106 "gpui",
 3107 "http_client",
 3108 "icons",
 3109 "language",
 3110 "language_model",
 3111 "log",
 3112 "serde",
 3113 "serde_json",
 3114 "text",
 3115 "zed_credentials_provider",
 3116 "zeta_prompt",
 3117]
 3118
 3119[[package]]
 3120name = "collab"
 3121version = "0.44.0"
 3122dependencies = [
 3123 "agent",
 3124 "anyhow",
 3125 "async-trait",
 3126 "async-tungstenite",
 3127 "aws-config",
 3128 "aws-sdk-kinesis",
 3129 "aws-sdk-s3",
 3130 "axum",
 3131 "buffer_diff",
 3132 "call",
 3133 "channel",
 3134 "chrono",
 3135 "client",
 3136 "clock",
 3137 "cloud_api_types",
 3138 "collab",
 3139 "collab_ui",
 3140 "collections",
 3141 "command_palette_hooks",
 3142 "ctor",
 3143 "dap",
 3144 "dap_adapters",
 3145 "dashmap",
 3146 "debugger_ui",
 3147 "editor",
 3148 "envy",
 3149 "extension",
 3150 "file_finder",
 3151 "fs",
 3152 "futures 0.3.32",
 3153 "git",
 3154 "git_hosting_providers",
 3155 "git_ui",
 3156 "gpui",
 3157 "gpui_tokio",
 3158 "hex",
 3159 "http_client",
 3160 "indoc",
 3161 "language",
 3162 "language_model",
 3163 "livekit_api",
 3164 "livekit_client",
 3165 "log",
 3166 "lsp",
 3167 "menu",
 3168 "multi_buffer",
 3169 "nanoid",
 3170 "node_runtime",
 3171 "notifications",
 3172 "parking_lot",
 3173 "pretty_assertions",
 3174 "project",
 3175 "prometheus",
 3176 "prompt_store",
 3177 "prost 0.9.0",
 3178 "rand 0.9.2",
 3179 "recent_projects",
 3180 "release_channel",
 3181 "remote",
 3182 "remote_server",
 3183 "reqwest 0.11.27",
 3184 "rpc",
 3185 "sea-orm",
 3186 "sea-orm-macros",
 3187 "semver",
 3188 "serde",
 3189 "serde_json",
 3190 "session",
 3191 "settings",
 3192 "sha2",
 3193 "smol",
 3194 "sqlx",
 3195 "strum 0.27.2",
 3196 "task",
 3197 "telemetry_events",
 3198 "text",
 3199 "theme",
 3200 "theme_settings",
 3201 "time",
 3202 "tokio",
 3203 "toml 0.8.23",
 3204 "tower 0.4.13",
 3205 "tower-http 0.4.4",
 3206 "tracing",
 3207 "tracing-subscriber",
 3208 "unindent",
 3209 "util",
 3210 "uuid",
 3211 "workspace",
 3212 "worktree",
 3213 "zed_actions",
 3214 "zlog",
 3215]
 3216
 3217[[package]]
 3218name = "collab_ui"
 3219version = "0.1.0"
 3220dependencies = [
 3221 "anyhow",
 3222 "call",
 3223 "channel",
 3224 "client",
 3225 "collections",
 3226 "db",
 3227 "editor",
 3228 "futures 0.3.32",
 3229 "fuzzy",
 3230 "gpui",
 3231 "livekit_client",
 3232 "menu",
 3233 "notifications",
 3234 "picker",
 3235 "project",
 3236 "release_channel",
 3237 "rpc",
 3238 "serde",
 3239 "serde_json",
 3240 "settings",
 3241 "smallvec",
 3242 "telemetry",
 3243 "theme",
 3244 "theme_settings",
 3245 "time",
 3246 "title_bar",
 3247 "ui",
 3248 "util",
 3249 "workspace",
 3250 "zed_actions",
 3251]
 3252
 3253[[package]]
 3254name = "collections"
 3255version = "0.1.0"
 3256dependencies = [
 3257 "indexmap",
 3258 "rustc-hash 2.1.1",
 3259]
 3260
 3261[[package]]
 3262name = "color_quant"
 3263version = "1.1.0"
 3264source = "registry+https://github.com/rust-lang/crates.io-index"
 3265checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3266
 3267[[package]]
 3268name = "colorchoice"
 3269version = "1.0.4"
 3270source = "registry+https://github.com/rust-lang/crates.io-index"
 3271checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3272
 3273[[package]]
 3274name = "combine"
 3275version = "4.6.7"
 3276source = "registry+https://github.com/rust-lang/crates.io-index"
 3277checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3278dependencies = [
 3279 "bytes 1.11.1",
 3280 "memchr",
 3281]
 3282
 3283[[package]]
 3284name = "command-fds"
 3285version = "0.3.2"
 3286source = "registry+https://github.com/rust-lang/crates.io-index"
 3287checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3288dependencies = [
 3289 "nix 0.30.1",
 3290 "thiserror 2.0.17",
 3291]
 3292
 3293[[package]]
 3294name = "command_palette"
 3295version = "0.1.0"
 3296dependencies = [
 3297 "anyhow",
 3298 "client",
 3299 "collections",
 3300 "command_palette_hooks",
 3301 "db",
 3302 "editor",
 3303 "fuzzy",
 3304 "go_to_line",
 3305 "gpui",
 3306 "language",
 3307 "log",
 3308 "menu",
 3309 "picker",
 3310 "postage",
 3311 "project",
 3312 "serde",
 3313 "settings",
 3314 "telemetry",
 3315 "theme",
 3316 "theme_settings",
 3317 "time",
 3318 "ui",
 3319 "util",
 3320 "workspace",
 3321 "zed_actions",
 3322]
 3323
 3324[[package]]
 3325name = "command_palette_hooks"
 3326version = "0.1.0"
 3327dependencies = [
 3328 "collections",
 3329 "derive_more",
 3330 "gpui",
 3331 "workspace",
 3332]
 3333
 3334[[package]]
 3335name = "compliance"
 3336version = "0.1.0"
 3337dependencies = [
 3338 "anyhow",
 3339 "async-trait",
 3340 "derive_more",
 3341 "futures 0.3.32",
 3342 "indoc",
 3343 "itertools 0.14.0",
 3344 "jsonwebtoken",
 3345 "octocrab",
 3346 "regex",
 3347 "semver",
 3348 "serde",
 3349 "serde_json",
 3350 "tokio",
 3351]
 3352
 3353[[package]]
 3354name = "component"
 3355version = "0.1.0"
 3356dependencies = [
 3357 "collections",
 3358 "documented",
 3359 "gpui",
 3360 "inventory",
 3361 "parking_lot",
 3362 "strum 0.27.2",
 3363 "theme",
 3364]
 3365
 3366[[package]]
 3367name = "component_preview"
 3368version = "0.1.0"
 3369dependencies = [
 3370 "anyhow",
 3371 "client",
 3372 "collections",
 3373 "component",
 3374 "db",
 3375 "fs",
 3376 "gpui",
 3377 "gpui_platform",
 3378 "language",
 3379 "log",
 3380 "node_runtime",
 3381 "notifications",
 3382 "project",
 3383 "release_channel",
 3384 "reqwest_client",
 3385 "session",
 3386 "settings",
 3387 "theme",
 3388 "theme_settings",
 3389 "ui",
 3390 "ui_input",
 3391 "uuid",
 3392 "workspace",
 3393]
 3394
 3395[[package]]
 3396name = "compression-codecs"
 3397version = "0.4.31"
 3398source = "registry+https://github.com/rust-lang/crates.io-index"
 3399checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3400dependencies = [
 3401 "bzip2 0.6.1",
 3402 "compression-core",
 3403 "deflate64",
 3404 "flate2",
 3405 "memchr",
 3406]
 3407
 3408[[package]]
 3409name = "compression-core"
 3410version = "0.4.29"
 3411source = "registry+https://github.com/rust-lang/crates.io-index"
 3412checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3413
 3414[[package]]
 3415name = "concurrent-queue"
 3416version = "2.5.0"
 3417source = "registry+https://github.com/rust-lang/crates.io-index"
 3418checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3419dependencies = [
 3420 "crossbeam-utils",
 3421]
 3422
 3423[[package]]
 3424name = "console"
 3425version = "0.16.3"
 3426source = "registry+https://github.com/rust-lang/crates.io-index"
 3427checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3428dependencies = [
 3429 "encode_unicode",
 3430 "libc",
 3431 "unicode-width",
 3432 "windows-sys 0.61.2",
 3433]
 3434
 3435[[package]]
 3436name = "console_error_panic_hook"
 3437version = "0.1.7"
 3438source = "registry+https://github.com/rust-lang/crates.io-index"
 3439checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3440dependencies = [
 3441 "cfg-if",
 3442 "wasm-bindgen",
 3443]
 3444
 3445[[package]]
 3446name = "const-oid"
 3447version = "0.9.6"
 3448source = "registry+https://github.com/rust-lang/crates.io-index"
 3449checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3450
 3451[[package]]
 3452name = "const-random"
 3453version = "0.1.18"
 3454source = "registry+https://github.com/rust-lang/crates.io-index"
 3455checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3456dependencies = [
 3457 "const-random-macro",
 3458]
 3459
 3460[[package]]
 3461name = "const-random-macro"
 3462version = "0.1.16"
 3463source = "registry+https://github.com/rust-lang/crates.io-index"
 3464checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3465dependencies = [
 3466 "getrandom 0.2.16",
 3467 "once_cell",
 3468 "tiny-keccak",
 3469]
 3470
 3471[[package]]
 3472name = "const_format"
 3473version = "0.2.35"
 3474source = "registry+https://github.com/rust-lang/crates.io-index"
 3475checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3476dependencies = [
 3477 "const_format_proc_macros",
 3478]
 3479
 3480[[package]]
 3481name = "const_format_proc_macros"
 3482version = "0.2.34"
 3483source = "registry+https://github.com/rust-lang/crates.io-index"
 3484checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3485dependencies = [
 3486 "proc-macro2",
 3487 "quote",
 3488 "unicode-xid",
 3489]
 3490
 3491[[package]]
 3492name = "constant_time_eq"
 3493version = "0.1.5"
 3494source = "registry+https://github.com/rust-lang/crates.io-index"
 3495checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3496
 3497[[package]]
 3498name = "context_server"
 3499version = "0.1.0"
 3500dependencies = [
 3501 "anyhow",
 3502 "async-trait",
 3503 "base64 0.22.1",
 3504 "collections",
 3505 "futures 0.3.32",
 3506 "gpui",
 3507 "http_client",
 3508 "log",
 3509 "net",
 3510 "parking_lot",
 3511 "postage",
 3512 "rand 0.9.2",
 3513 "schemars",
 3514 "serde",
 3515 "serde_json",
 3516 "settings",
 3517 "sha2",
 3518 "slotmap",
 3519 "smol",
 3520 "tempfile",
 3521 "terminal",
 3522 "tiny_http",
 3523 "url",
 3524 "util",
 3525]
 3526
 3527[[package]]
 3528name = "convert_case"
 3529version = "0.8.0"
 3530source = "registry+https://github.com/rust-lang/crates.io-index"
 3531checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3532dependencies = [
 3533 "unicode-segmentation",
 3534]
 3535
 3536[[package]]
 3537name = "convert_case"
 3538version = "0.10.0"
 3539source = "registry+https://github.com/rust-lang/crates.io-index"
 3540checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3541dependencies = [
 3542 "unicode-segmentation",
 3543]
 3544
 3545[[package]]
 3546name = "convert_case"
 3547version = "0.11.0"
 3548source = "registry+https://github.com/rust-lang/crates.io-index"
 3549checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3550dependencies = [
 3551 "unicode-segmentation",
 3552]
 3553
 3554[[package]]
 3555name = "copilot"
 3556version = "0.1.0"
 3557dependencies = [
 3558 "anyhow",
 3559 "async-std",
 3560 "collections",
 3561 "command_palette_hooks",
 3562 "copilot_chat",
 3563 "edit_prediction_types",
 3564 "editor",
 3565 "fs",
 3566 "futures 0.3.32",
 3567 "gpui",
 3568 "icons",
 3569 "indoc",
 3570 "language",
 3571 "log",
 3572 "lsp",
 3573 "node_runtime",
 3574 "parking_lot",
 3575 "paths",
 3576 "pretty_assertions",
 3577 "project",
 3578 "rpc",
 3579 "semver",
 3580 "serde",
 3581 "serde_json",
 3582 "settings",
 3583 "sum_tree",
 3584 "theme",
 3585 "theme_settings",
 3586 "util",
 3587 "workspace",
 3588 "zlog",
 3589]
 3590
 3591[[package]]
 3592name = "copilot_chat"
 3593version = "0.1.0"
 3594dependencies = [
 3595 "anthropic",
 3596 "anyhow",
 3597 "collections",
 3598 "dirs 4.0.0",
 3599 "fs",
 3600 "futures 0.3.32",
 3601 "gpui",
 3602 "http_client",
 3603 "log",
 3604 "paths",
 3605 "serde",
 3606 "serde_json",
 3607 "settings",
 3608]
 3609
 3610[[package]]
 3611name = "copilot_ui"
 3612version = "0.1.0"
 3613dependencies = [
 3614 "anyhow",
 3615 "copilot",
 3616 "gpui",
 3617 "language",
 3618 "log",
 3619 "lsp",
 3620 "menu",
 3621 "project",
 3622 "serde_json",
 3623 "settings",
 3624 "ui",
 3625 "util",
 3626 "workspace",
 3627]
 3628
 3629[[package]]
 3630name = "core-foundation"
 3631version = "0.9.4"
 3632source = "registry+https://github.com/rust-lang/crates.io-index"
 3633checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3634dependencies = [
 3635 "core-foundation-sys",
 3636 "libc",
 3637]
 3638
 3639[[package]]
 3640name = "core-foundation"
 3641version = "0.10.0"
 3642source = "registry+https://github.com/rust-lang/crates.io-index"
 3643checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3644dependencies = [
 3645 "core-foundation-sys",
 3646 "libc",
 3647]
 3648
 3649[[package]]
 3650name = "core-foundation-sys"
 3651version = "0.8.7"
 3652source = "registry+https://github.com/rust-lang/crates.io-index"
 3653checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3654
 3655[[package]]
 3656name = "core-graphics"
 3657version = "0.23.2"
 3658source = "registry+https://github.com/rust-lang/crates.io-index"
 3659checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3660dependencies = [
 3661 "bitflags 1.3.2",
 3662 "core-foundation 0.9.4",
 3663 "core-graphics-types 0.1.3",
 3664 "foreign-types 0.5.0",
 3665 "libc",
 3666]
 3667
 3668[[package]]
 3669name = "core-graphics"
 3670version = "0.24.0"
 3671source = "registry+https://github.com/rust-lang/crates.io-index"
 3672checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3673dependencies = [
 3674 "bitflags 2.10.0",
 3675 "core-foundation 0.10.0",
 3676 "core-graphics-types 0.2.0",
 3677 "foreign-types 0.5.0",
 3678 "libc",
 3679]
 3680
 3681[[package]]
 3682name = "core-graphics-helmer-fork"
 3683version = "0.24.0"
 3684source = "registry+https://github.com/rust-lang/crates.io-index"
 3685checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3686dependencies = [
 3687 "bitflags 2.10.0",
 3688 "core-foundation 0.9.4",
 3689 "core-graphics-types 0.1.3",
 3690 "foreign-types 0.5.0",
 3691 "libc",
 3692]
 3693
 3694[[package]]
 3695name = "core-graphics-types"
 3696version = "0.1.3"
 3697source = "registry+https://github.com/rust-lang/crates.io-index"
 3698checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3699dependencies = [
 3700 "bitflags 1.3.2",
 3701 "core-foundation 0.9.4",
 3702 "libc",
 3703]
 3704
 3705[[package]]
 3706name = "core-graphics-types"
 3707version = "0.2.0"
 3708source = "registry+https://github.com/rust-lang/crates.io-index"
 3709checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3710dependencies = [
 3711 "bitflags 2.10.0",
 3712 "core-foundation 0.10.0",
 3713 "libc",
 3714]
 3715
 3716[[package]]
 3717name = "core-graphics2"
 3718version = "0.5.2"
 3719source = "registry+https://github.com/rust-lang/crates.io-index"
 3720checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3721dependencies = [
 3722 "bitflags 2.10.0",
 3723 "block",
 3724 "cfg-if",
 3725 "core-foundation 0.10.0",
 3726 "libc",
 3727]
 3728
 3729[[package]]
 3730name = "core-services"
 3731version = "0.2.1"
 3732source = "registry+https://github.com/rust-lang/crates.io-index"
 3733checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3734dependencies = [
 3735 "core-foundation 0.9.4",
 3736]
 3737
 3738[[package]]
 3739name = "core-text"
 3740version = "21.0.0"
 3741source = "registry+https://github.com/rust-lang/crates.io-index"
 3742checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3743dependencies = [
 3744 "core-foundation 0.10.0",
 3745 "core-graphics 0.24.0",
 3746 "foreign-types 0.5.0",
 3747 "libc",
 3748]
 3749
 3750[[package]]
 3751name = "core-video"
 3752version = "0.5.2"
 3753source = "registry+https://github.com/rust-lang/crates.io-index"
 3754checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3755dependencies = [
 3756 "block",
 3757 "core-foundation 0.10.0",
 3758 "core-graphics2",
 3759 "io-surface",
 3760 "libc",
 3761 "metal",
 3762]
 3763
 3764[[package]]
 3765name = "core_maths"
 3766version = "0.1.1"
 3767source = "registry+https://github.com/rust-lang/crates.io-index"
 3768checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3769dependencies = [
 3770 "libm",
 3771]
 3772
 3773[[package]]
 3774name = "coreaudio-rs"
 3775version = "0.12.1"
 3776source = "registry+https://github.com/rust-lang/crates.io-index"
 3777checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3778dependencies = [
 3779 "bitflags 1.3.2",
 3780 "core-foundation-sys",
 3781 "coreaudio-sys",
 3782]
 3783
 3784[[package]]
 3785name = "coreaudio-rs"
 3786version = "0.13.0"
 3787source = "registry+https://github.com/rust-lang/crates.io-index"
 3788checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3789dependencies = [
 3790 "bitflags 1.3.2",
 3791 "libc",
 3792 "objc2-audio-toolbox",
 3793 "objc2-core-audio",
 3794 "objc2-core-audio-types",
 3795 "objc2-core-foundation",
 3796]
 3797
 3798[[package]]
 3799name = "coreaudio-sys"
 3800version = "0.2.17"
 3801source = "registry+https://github.com/rust-lang/crates.io-index"
 3802checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3803dependencies = [
 3804 "bindgen 0.72.1",
 3805]
 3806
 3807[[package]]
 3808name = "cosmic-text"
 3809version = "0.17.1"
 3810source = "registry+https://github.com/rust-lang/crates.io-index"
 3811checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3812dependencies = [
 3813 "bitflags 2.10.0",
 3814 "fontdb 0.23.0",
 3815 "harfrust",
 3816 "linebender_resource_handle",
 3817 "log",
 3818 "rangemap",
 3819 "rustc-hash 2.1.1",
 3820 "self_cell",
 3821 "skrifa 0.40.0",
 3822 "smol_str",
 3823 "swash",
 3824 "sys-locale",
 3825 "unicode-bidi",
 3826 "unicode-linebreak",
 3827 "unicode-script",
 3828 "unicode-segmentation",
 3829]
 3830
 3831[[package]]
 3832name = "cpal"
 3833version = "0.17.1"
 3834source = "registry+https://github.com/rust-lang/crates.io-index"
 3835checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3836dependencies = [
 3837 "alsa",
 3838 "coreaudio-rs 0.13.0",
 3839 "dasp_sample",
 3840 "jni",
 3841 "js-sys",
 3842 "libc",
 3843 "mach2 0.5.0",
 3844 "ndk",
 3845 "ndk-context",
 3846 "num-derive",
 3847 "num-traits",
 3848 "objc2",
 3849 "objc2-audio-toolbox",
 3850 "objc2-avf-audio",
 3851 "objc2-core-audio",
 3852 "objc2-core-audio-types",
 3853 "objc2-core-foundation",
 3854 "objc2-foundation",
 3855 "wasm-bindgen",
 3856 "wasm-bindgen-futures",
 3857 "web-sys",
 3858 "windows 0.62.2",
 3859]
 3860
 3861[[package]]
 3862name = "cpp_demangle"
 3863version = "0.4.5"
 3864source = "registry+https://github.com/rust-lang/crates.io-index"
 3865checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3866dependencies = [
 3867 "cfg-if",
 3868]
 3869
 3870[[package]]
 3871name = "cpufeatures"
 3872version = "0.2.17"
 3873source = "registry+https://github.com/rust-lang/crates.io-index"
 3874checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3875dependencies = [
 3876 "libc",
 3877]
 3878
 3879[[package]]
 3880name = "cranelift-assembler-x64"
 3881version = "0.123.7"
 3882source = "registry+https://github.com/rust-lang/crates.io-index"
 3883checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3884dependencies = [
 3885 "cranelift-assembler-x64-meta",
 3886]
 3887
 3888[[package]]
 3889name = "cranelift-assembler-x64-meta"
 3890version = "0.123.7"
 3891source = "registry+https://github.com/rust-lang/crates.io-index"
 3892checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3893dependencies = [
 3894 "cranelift-srcgen",
 3895]
 3896
 3897[[package]]
 3898name = "cranelift-bforest"
 3899version = "0.123.7"
 3900source = "registry+https://github.com/rust-lang/crates.io-index"
 3901checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3902dependencies = [
 3903 "cranelift-entity",
 3904]
 3905
 3906[[package]]
 3907name = "cranelift-bitset"
 3908version = "0.123.7"
 3909source = "registry+https://github.com/rust-lang/crates.io-index"
 3910checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3911dependencies = [
 3912 "serde",
 3913 "serde_derive",
 3914]
 3915
 3916[[package]]
 3917name = "cranelift-codegen"
 3918version = "0.123.7"
 3919source = "registry+https://github.com/rust-lang/crates.io-index"
 3920checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3921dependencies = [
 3922 "bumpalo",
 3923 "cranelift-assembler-x64",
 3924 "cranelift-bforest",
 3925 "cranelift-bitset",
 3926 "cranelift-codegen-meta",
 3927 "cranelift-codegen-shared",
 3928 "cranelift-control",
 3929 "cranelift-entity",
 3930 "cranelift-isle",
 3931 "gimli",
 3932 "hashbrown 0.15.5",
 3933 "log",
 3934 "postcard",
 3935 "pulley-interpreter",
 3936 "regalloc2",
 3937 "rustc-hash 2.1.1",
 3938 "serde",
 3939 "serde_derive",
 3940 "sha2",
 3941 "smallvec",
 3942 "target-lexicon 0.13.3",
 3943 "wasmtime-internal-math",
 3944]
 3945
 3946[[package]]
 3947name = "cranelift-codegen-meta"
 3948version = "0.123.7"
 3949source = "registry+https://github.com/rust-lang/crates.io-index"
 3950checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3951dependencies = [
 3952 "cranelift-assembler-x64-meta",
 3953 "cranelift-codegen-shared",
 3954 "cranelift-srcgen",
 3955 "heck 0.5.0",
 3956 "pulley-interpreter",
 3957]
 3958
 3959[[package]]
 3960name = "cranelift-codegen-shared"
 3961version = "0.123.7"
 3962source = "registry+https://github.com/rust-lang/crates.io-index"
 3963checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 3964
 3965[[package]]
 3966name = "cranelift-control"
 3967version = "0.123.7"
 3968source = "registry+https://github.com/rust-lang/crates.io-index"
 3969checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 3970dependencies = [
 3971 "arbitrary",
 3972]
 3973
 3974[[package]]
 3975name = "cranelift-entity"
 3976version = "0.123.7"
 3977source = "registry+https://github.com/rust-lang/crates.io-index"
 3978checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 3979dependencies = [
 3980 "cranelift-bitset",
 3981 "serde",
 3982 "serde_derive",
 3983]
 3984
 3985[[package]]
 3986name = "cranelift-frontend"
 3987version = "0.123.7"
 3988source = "registry+https://github.com/rust-lang/crates.io-index"
 3989checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 3990dependencies = [
 3991 "cranelift-codegen",
 3992 "log",
 3993 "smallvec",
 3994 "target-lexicon 0.13.3",
 3995]
 3996
 3997[[package]]
 3998name = "cranelift-isle"
 3999version = "0.123.7"
 4000source = "registry+https://github.com/rust-lang/crates.io-index"
 4001checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4002
 4003[[package]]
 4004name = "cranelift-native"
 4005version = "0.123.7"
 4006source = "registry+https://github.com/rust-lang/crates.io-index"
 4007checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4008dependencies = [
 4009 "cranelift-codegen",
 4010 "libc",
 4011 "target-lexicon 0.13.3",
 4012]
 4013
 4014[[package]]
 4015name = "cranelift-srcgen"
 4016version = "0.123.7"
 4017source = "registry+https://github.com/rust-lang/crates.io-index"
 4018checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4019
 4020[[package]]
 4021name = "crash-context"
 4022version = "0.6.3"
 4023source = "registry+https://github.com/rust-lang/crates.io-index"
 4024checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4025dependencies = [
 4026 "cfg-if",
 4027 "libc",
 4028 "mach2 0.4.3",
 4029]
 4030
 4031[[package]]
 4032name = "crash-handler"
 4033version = "0.6.3"
 4034source = "registry+https://github.com/rust-lang/crates.io-index"
 4035checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4036dependencies = [
 4037 "cfg-if",
 4038 "crash-context",
 4039 "libc",
 4040 "mach2 0.4.3",
 4041 "parking_lot",
 4042]
 4043
 4044[[package]]
 4045name = "crashes"
 4046version = "0.1.0"
 4047dependencies = [
 4048 "cfg-if",
 4049 "crash-handler",
 4050 "futures 0.3.32",
 4051 "log",
 4052 "mach2 0.5.0",
 4053 "minidumper",
 4054 "parking_lot",
 4055 "paths",
 4056 "release_channel",
 4057 "serde",
 4058 "serde_json",
 4059 "smol",
 4060 "system_specs",
 4061 "windows 0.61.3",
 4062 "zstd",
 4063]
 4064
 4065[[package]]
 4066name = "crc"
 4067version = "3.3.0"
 4068source = "registry+https://github.com/rust-lang/crates.io-index"
 4069checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4070dependencies = [
 4071 "crc-catalog",
 4072]
 4073
 4074[[package]]
 4075name = "crc-catalog"
 4076version = "2.4.0"
 4077source = "registry+https://github.com/rust-lang/crates.io-index"
 4078checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4079
 4080[[package]]
 4081name = "crc-fast"
 4082version = "1.6.0"
 4083source = "registry+https://github.com/rust-lang/crates.io-index"
 4084checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4085dependencies = [
 4086 "crc",
 4087 "digest",
 4088 "rand 0.9.2",
 4089 "regex",
 4090 "rustversion",
 4091]
 4092
 4093[[package]]
 4094name = "crc32fast"
 4095version = "1.5.0"
 4096source = "registry+https://github.com/rust-lang/crates.io-index"
 4097checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4098dependencies = [
 4099 "cfg-if",
 4100]
 4101
 4102[[package]]
 4103name = "credentials_provider"
 4104version = "0.1.0"
 4105dependencies = [
 4106 "anyhow",
 4107 "gpui",
 4108 "serde",
 4109]
 4110
 4111[[package]]
 4112name = "criterion"
 4113version = "0.5.1"
 4114source = "registry+https://github.com/rust-lang/crates.io-index"
 4115checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4116dependencies = [
 4117 "anes",
 4118 "cast",
 4119 "ciborium",
 4120 "clap",
 4121 "criterion-plot",
 4122 "is-terminal",
 4123 "itertools 0.10.5",
 4124 "num-traits",
 4125 "once_cell",
 4126 "oorandom",
 4127 "plotters",
 4128 "rayon",
 4129 "regex",
 4130 "serde",
 4131 "serde_derive",
 4132 "serde_json",
 4133 "tinytemplate",
 4134 "walkdir",
 4135]
 4136
 4137[[package]]
 4138name = "criterion-plot"
 4139version = "0.5.0"
 4140source = "registry+https://github.com/rust-lang/crates.io-index"
 4141checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4142dependencies = [
 4143 "cast",
 4144 "itertools 0.10.5",
 4145]
 4146
 4147[[package]]
 4148name = "crossbeam"
 4149version = "0.8.4"
 4150source = "registry+https://github.com/rust-lang/crates.io-index"
 4151checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4152dependencies = [
 4153 "crossbeam-channel",
 4154 "crossbeam-deque",
 4155 "crossbeam-epoch",
 4156 "crossbeam-queue",
 4157 "crossbeam-utils",
 4158]
 4159
 4160[[package]]
 4161name = "crossbeam-channel"
 4162version = "0.5.15"
 4163source = "registry+https://github.com/rust-lang/crates.io-index"
 4164checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4165dependencies = [
 4166 "crossbeam-utils",
 4167]
 4168
 4169[[package]]
 4170name = "crossbeam-deque"
 4171version = "0.8.6"
 4172source = "registry+https://github.com/rust-lang/crates.io-index"
 4173checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4174dependencies = [
 4175 "crossbeam-epoch",
 4176 "crossbeam-utils",
 4177]
 4178
 4179[[package]]
 4180name = "crossbeam-epoch"
 4181version = "0.9.18"
 4182source = "registry+https://github.com/rust-lang/crates.io-index"
 4183checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4184dependencies = [
 4185 "crossbeam-utils",
 4186]
 4187
 4188[[package]]
 4189name = "crossbeam-queue"
 4190version = "0.3.12"
 4191source = "registry+https://github.com/rust-lang/crates.io-index"
 4192checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4193dependencies = [
 4194 "crossbeam-utils",
 4195]
 4196
 4197[[package]]
 4198name = "crossbeam-utils"
 4199version = "0.8.21"
 4200source = "registry+https://github.com/rust-lang/crates.io-index"
 4201checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4202
 4203[[package]]
 4204name = "crunchy"
 4205version = "0.2.4"
 4206source = "registry+https://github.com/rust-lang/crates.io-index"
 4207checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4208
 4209[[package]]
 4210name = "crypto-bigint"
 4211version = "0.4.9"
 4212source = "registry+https://github.com/rust-lang/crates.io-index"
 4213checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4214dependencies = [
 4215 "generic-array",
 4216 "rand_core 0.6.4",
 4217 "subtle",
 4218 "zeroize",
 4219]
 4220
 4221[[package]]
 4222name = "crypto-bigint"
 4223version = "0.5.5"
 4224source = "registry+https://github.com/rust-lang/crates.io-index"
 4225checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4226dependencies = [
 4227 "rand_core 0.6.4",
 4228 "subtle",
 4229]
 4230
 4231[[package]]
 4232name = "crypto-common"
 4233version = "0.1.6"
 4234source = "registry+https://github.com/rust-lang/crates.io-index"
 4235checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4236dependencies = [
 4237 "generic-array",
 4238 "typenum",
 4239]
 4240
 4241[[package]]
 4242name = "cssparser"
 4243version = "0.35.0"
 4244source = "registry+https://github.com/rust-lang/crates.io-index"
 4245checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4246dependencies = [
 4247 "cssparser-macros",
 4248 "dtoa-short",
 4249 "itoa",
 4250 "phf 0.11.3",
 4251 "smallvec",
 4252]
 4253
 4254[[package]]
 4255name = "cssparser-macros"
 4256version = "0.6.1"
 4257source = "registry+https://github.com/rust-lang/crates.io-index"
 4258checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4259dependencies = [
 4260 "quote",
 4261 "syn 2.0.117",
 4262]
 4263
 4264[[package]]
 4265name = "csv_preview"
 4266version = "0.1.0"
 4267dependencies = [
 4268 "anyhow",
 4269 "editor",
 4270 "feature_flags",
 4271 "gpui",
 4272 "log",
 4273 "text",
 4274 "ui",
 4275 "workspace",
 4276]
 4277
 4278[[package]]
 4279name = "ctor"
 4280version = "0.4.3"
 4281source = "registry+https://github.com/rust-lang/crates.io-index"
 4282checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4283dependencies = [
 4284 "ctor-proc-macro",
 4285 "dtor",
 4286]
 4287
 4288[[package]]
 4289name = "ctor-proc-macro"
 4290version = "0.0.6"
 4291source = "registry+https://github.com/rust-lang/crates.io-index"
 4292checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4293
 4294[[package]]
 4295name = "ctrlc"
 4296version = "3.5.0"
 4297source = "registry+https://github.com/rust-lang/crates.io-index"
 4298checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4299dependencies = [
 4300 "dispatch",
 4301 "nix 0.30.1",
 4302 "windows-sys 0.61.2",
 4303]
 4304
 4305[[package]]
 4306name = "cursor-icon"
 4307version = "1.2.0"
 4308source = "registry+https://github.com/rust-lang/crates.io-index"
 4309checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4310
 4311[[package]]
 4312name = "cxx"
 4313version = "1.0.187"
 4314source = "registry+https://github.com/rust-lang/crates.io-index"
 4315checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4316dependencies = [
 4317 "cc",
 4318 "cxx-build",
 4319 "cxxbridge-cmd",
 4320 "cxxbridge-flags",
 4321 "cxxbridge-macro",
 4322 "foldhash 0.2.0",
 4323 "link-cplusplus",
 4324]
 4325
 4326[[package]]
 4327name = "cxx-build"
 4328version = "1.0.187"
 4329source = "registry+https://github.com/rust-lang/crates.io-index"
 4330checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4331dependencies = [
 4332 "cc",
 4333 "codespan-reporting",
 4334 "indexmap",
 4335 "proc-macro2",
 4336 "quote",
 4337 "scratch",
 4338 "syn 2.0.117",
 4339]
 4340
 4341[[package]]
 4342name = "cxxbridge-cmd"
 4343version = "1.0.187"
 4344source = "registry+https://github.com/rust-lang/crates.io-index"
 4345checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4346dependencies = [
 4347 "clap",
 4348 "codespan-reporting",
 4349 "indexmap",
 4350 "proc-macro2",
 4351 "quote",
 4352 "syn 2.0.117",
 4353]
 4354
 4355[[package]]
 4356name = "cxxbridge-flags"
 4357version = "1.0.187"
 4358source = "registry+https://github.com/rust-lang/crates.io-index"
 4359checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4360
 4361[[package]]
 4362name = "cxxbridge-macro"
 4363version = "1.0.187"
 4364source = "registry+https://github.com/rust-lang/crates.io-index"
 4365checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4366dependencies = [
 4367 "indexmap",
 4368 "proc-macro2",
 4369 "quote",
 4370 "syn 2.0.117",
 4371]
 4372
 4373[[package]]
 4374name = "dap"
 4375version = "0.1.0"
 4376dependencies = [
 4377 "anyhow",
 4378 "async-compression",
 4379 "async-pipe",
 4380 "async-tar",
 4381 "async-trait",
 4382 "client",
 4383 "collections",
 4384 "dap-types",
 4385 "fs",
 4386 "futures 0.3.32",
 4387 "gpui",
 4388 "http_client",
 4389 "language",
 4390 "libc",
 4391 "log",
 4392 "node_runtime",
 4393 "parking_lot",
 4394 "paths",
 4395 "proto",
 4396 "schemars",
 4397 "serde",
 4398 "serde_json",
 4399 "settings",
 4400 "smallvec",
 4401 "smol",
 4402 "task",
 4403 "telemetry",
 4404 "util",
 4405 "zlog",
 4406]
 4407
 4408[[package]]
 4409name = "dap-types"
 4410version = "0.0.1"
 4411source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4412dependencies = [
 4413 "schemars",
 4414 "serde",
 4415 "serde_json",
 4416]
 4417
 4418[[package]]
 4419name = "dap_adapters"
 4420version = "0.1.0"
 4421dependencies = [
 4422 "anyhow",
 4423 "async-trait",
 4424 "collections",
 4425 "dap",
 4426 "dotenvy",
 4427 "fs",
 4428 "futures 0.3.32",
 4429 "gpui",
 4430 "http_client",
 4431 "json_dotpath",
 4432 "language",
 4433 "log",
 4434 "node_runtime",
 4435 "paths",
 4436 "serde",
 4437 "serde_json",
 4438 "settings",
 4439 "smol",
 4440 "task",
 4441 "util",
 4442]
 4443
 4444[[package]]
 4445name = "darling"
 4446version = "0.20.11"
 4447source = "registry+https://github.com/rust-lang/crates.io-index"
 4448checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4449dependencies = [
 4450 "darling_core 0.20.11",
 4451 "darling_macro 0.20.11",
 4452]
 4453
 4454[[package]]
 4455name = "darling"
 4456version = "0.21.3"
 4457source = "registry+https://github.com/rust-lang/crates.io-index"
 4458checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4459dependencies = [
 4460 "darling_core 0.21.3",
 4461 "darling_macro 0.21.3",
 4462]
 4463
 4464[[package]]
 4465name = "darling_core"
 4466version = "0.20.11"
 4467source = "registry+https://github.com/rust-lang/crates.io-index"
 4468checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4469dependencies = [
 4470 "fnv",
 4471 "ident_case",
 4472 "proc-macro2",
 4473 "quote",
 4474 "strsim",
 4475 "syn 2.0.117",
 4476]
 4477
 4478[[package]]
 4479name = "darling_core"
 4480version = "0.21.3"
 4481source = "registry+https://github.com/rust-lang/crates.io-index"
 4482checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4483dependencies = [
 4484 "fnv",
 4485 "ident_case",
 4486 "proc-macro2",
 4487 "quote",
 4488 "strsim",
 4489 "syn 2.0.117",
 4490]
 4491
 4492[[package]]
 4493name = "darling_macro"
 4494version = "0.20.11"
 4495source = "registry+https://github.com/rust-lang/crates.io-index"
 4496checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4497dependencies = [
 4498 "darling_core 0.20.11",
 4499 "quote",
 4500 "syn 2.0.117",
 4501]
 4502
 4503[[package]]
 4504name = "darling_macro"
 4505version = "0.21.3"
 4506source = "registry+https://github.com/rust-lang/crates.io-index"
 4507checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4508dependencies = [
 4509 "darling_core 0.21.3",
 4510 "quote",
 4511 "syn 2.0.117",
 4512]
 4513
 4514[[package]]
 4515name = "dashmap"
 4516version = "6.1.0"
 4517source = "registry+https://github.com/rust-lang/crates.io-index"
 4518checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4519dependencies = [
 4520 "cfg-if",
 4521 "crossbeam-utils",
 4522 "hashbrown 0.14.5",
 4523 "lock_api",
 4524 "once_cell",
 4525 "parking_lot_core",
 4526]
 4527
 4528[[package]]
 4529name = "dasp_sample"
 4530version = "0.11.0"
 4531source = "registry+https://github.com/rust-lang/crates.io-index"
 4532checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4533
 4534[[package]]
 4535name = "data-encoding"
 4536version = "2.9.0"
 4537source = "registry+https://github.com/rust-lang/crates.io-index"
 4538checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4539
 4540[[package]]
 4541name = "data-url"
 4542version = "0.3.2"
 4543source = "registry+https://github.com/rust-lang/crates.io-index"
 4544checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4545
 4546[[package]]
 4547name = "db"
 4548version = "0.1.0"
 4549dependencies = [
 4550 "anyhow",
 4551 "gpui",
 4552 "indoc",
 4553 "inventory",
 4554 "log",
 4555 "paths",
 4556 "release_channel",
 4557 "smol",
 4558 "sqlez",
 4559 "sqlez_macros",
 4560 "tempfile",
 4561 "util",
 4562 "uuid",
 4563 "zed_env_vars",
 4564]
 4565
 4566[[package]]
 4567name = "dbus"
 4568version = "0.9.9"
 4569source = "registry+https://github.com/rust-lang/crates.io-index"
 4570checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4571dependencies = [
 4572 "libc",
 4573 "libdbus-sys",
 4574 "windows-sys 0.59.0",
 4575]
 4576
 4577[[package]]
 4578name = "debug_adapter_extension"
 4579version = "0.1.0"
 4580dependencies = [
 4581 "anyhow",
 4582 "async-trait",
 4583 "collections",
 4584 "dap",
 4585 "extension",
 4586 "gpui",
 4587 "serde_json",
 4588 "task",
 4589 "util",
 4590]
 4591
 4592[[package]]
 4593name = "debugger_tools"
 4594version = "0.1.0"
 4595dependencies = [
 4596 "anyhow",
 4597 "dap",
 4598 "editor",
 4599 "futures 0.3.32",
 4600 "gpui",
 4601 "project",
 4602 "serde_json",
 4603 "settings",
 4604 "smol",
 4605 "util",
 4606 "workspace",
 4607]
 4608
 4609[[package]]
 4610name = "debugger_ui"
 4611version = "0.1.0"
 4612dependencies = [
 4613 "alacritty_terminal",
 4614 "anyhow",
 4615 "bitflags 2.10.0",
 4616 "client",
 4617 "collections",
 4618 "command_palette_hooks",
 4619 "dap",
 4620 "dap_adapters",
 4621 "db",
 4622 "debugger_tools",
 4623 "editor",
 4624 "feature_flags",
 4625 "file_icons",
 4626 "futures 0.3.32",
 4627 "fuzzy",
 4628 "gpui",
 4629 "hex",
 4630 "indoc",
 4631 "itertools 0.14.0",
 4632 "language",
 4633 "log",
 4634 "menu",
 4635 "notifications",
 4636 "parking_lot",
 4637 "parse_int",
 4638 "paths",
 4639 "picker",
 4640 "pretty_assertions",
 4641 "project",
 4642 "rpc",
 4643 "schemars",
 4644 "serde",
 4645 "serde_json",
 4646 "serde_json_lenient",
 4647 "settings",
 4648 "sysinfo 0.37.2",
 4649 "task",
 4650 "tasks_ui",
 4651 "terminal_view",
 4652 "text",
 4653 "theme",
 4654 "theme_settings",
 4655 "tree-sitter",
 4656 "tree-sitter-go",
 4657 "tree-sitter-json",
 4658 "ui",
 4659 "ui_input",
 4660 "unindent",
 4661 "util",
 4662 "workspace",
 4663 "zed_actions",
 4664 "zlog",
 4665]
 4666
 4667[[package]]
 4668name = "debugid"
 4669version = "0.8.0"
 4670source = "registry+https://github.com/rust-lang/crates.io-index"
 4671checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4672dependencies = [
 4673 "uuid",
 4674]
 4675
 4676[[package]]
 4677name = "deepseek"
 4678version = "0.1.0"
 4679dependencies = [
 4680 "anyhow",
 4681 "futures 0.3.32",
 4682 "http_client",
 4683 "schemars",
 4684 "serde",
 4685 "serde_json",
 4686]
 4687
 4688[[package]]
 4689name = "deflate64"
 4690version = "0.1.10"
 4691source = "registry+https://github.com/rust-lang/crates.io-index"
 4692checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4693
 4694[[package]]
 4695name = "denoise"
 4696version = "0.1.0"
 4697dependencies = [
 4698 "candle-core",
 4699 "candle-onnx",
 4700 "log",
 4701 "realfft",
 4702 "rodio",
 4703 "rustfft",
 4704 "thiserror 2.0.17",
 4705]
 4706
 4707[[package]]
 4708name = "der"
 4709version = "0.6.1"
 4710source = "registry+https://github.com/rust-lang/crates.io-index"
 4711checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4712dependencies = [
 4713 "const-oid",
 4714 "zeroize",
 4715]
 4716
 4717[[package]]
 4718name = "der"
 4719version = "0.7.10"
 4720source = "registry+https://github.com/rust-lang/crates.io-index"
 4721checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4722dependencies = [
 4723 "const-oid",
 4724 "pem-rfc7468",
 4725 "zeroize",
 4726]
 4727
 4728[[package]]
 4729name = "deranged"
 4730version = "0.5.4"
 4731source = "registry+https://github.com/rust-lang/crates.io-index"
 4732checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4733dependencies = [
 4734 "powerfmt",
 4735 "serde_core",
 4736]
 4737
 4738[[package]]
 4739name = "derive_arbitrary"
 4740version = "1.4.2"
 4741source = "registry+https://github.com/rust-lang/crates.io-index"
 4742checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4743dependencies = [
 4744 "proc-macro2",
 4745 "quote",
 4746 "syn 2.0.117",
 4747]
 4748
 4749[[package]]
 4750name = "derive_more"
 4751version = "2.1.1"
 4752source = "registry+https://github.com/rust-lang/crates.io-index"
 4753checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4754dependencies = [
 4755 "derive_more-impl",
 4756]
 4757
 4758[[package]]
 4759name = "derive_more-impl"
 4760version = "2.1.1"
 4761source = "registry+https://github.com/rust-lang/crates.io-index"
 4762checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4763dependencies = [
 4764 "convert_case 0.10.0",
 4765 "proc-macro2",
 4766 "quote",
 4767 "rustc_version",
 4768 "syn 2.0.117",
 4769 "unicode-xid",
 4770]
 4771
 4772[[package]]
 4773name = "derive_refineable"
 4774version = "0.1.0"
 4775dependencies = [
 4776 "proc-macro2",
 4777 "quote",
 4778 "syn 2.0.117",
 4779]
 4780
 4781[[package]]
 4782name = "derive_setters"
 4783version = "0.1.9"
 4784source = "registry+https://github.com/rust-lang/crates.io-index"
 4785checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4786dependencies = [
 4787 "darling 0.21.3",
 4788 "proc-macro2",
 4789 "quote",
 4790 "syn 2.0.117",
 4791]
 4792
 4793[[package]]
 4794name = "dev_container"
 4795version = "0.1.0"
 4796dependencies = [
 4797 "async-tar",
 4798 "async-trait",
 4799 "env_logger 0.11.8",
 4800 "fs",
 4801 "futures 0.3.32",
 4802 "gpui",
 4803 "http 1.3.1",
 4804 "http_client",
 4805 "log",
 4806 "menu",
 4807 "paths",
 4808 "picker",
 4809 "project",
 4810 "regex",
 4811 "serde",
 4812 "serde_json",
 4813 "serde_json_lenient",
 4814 "settings",
 4815 "shlex",
 4816 "ui",
 4817 "util",
 4818 "walkdir",
 4819 "workspace",
 4820 "worktree",
 4821]
 4822
 4823[[package]]
 4824name = "diagnostics"
 4825version = "0.1.0"
 4826dependencies = [
 4827 "anyhow",
 4828 "collections",
 4829 "component",
 4830 "ctor",
 4831 "editor",
 4832 "gpui",
 4833 "indoc",
 4834 "itertools 0.14.0",
 4835 "language",
 4836 "log",
 4837 "lsp",
 4838 "markdown",
 4839 "pretty_assertions",
 4840 "project",
 4841 "rand 0.9.2",
 4842 "serde",
 4843 "serde_json",
 4844 "settings",
 4845 "text",
 4846 "theme",
 4847 "theme_settings",
 4848 "ui",
 4849 "unindent",
 4850 "util",
 4851 "workspace",
 4852 "zed_actions",
 4853 "zlog",
 4854]
 4855
 4856[[package]]
 4857name = "dialoguer"
 4858version = "0.12.0"
 4859source = "registry+https://github.com/rust-lang/crates.io-index"
 4860checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4861dependencies = [
 4862 "console",
 4863 "shell-words",
 4864]
 4865
 4866[[package]]
 4867name = "diff"
 4868version = "0.1.13"
 4869source = "registry+https://github.com/rust-lang/crates.io-index"
 4870checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4871
 4872[[package]]
 4873name = "diffy"
 4874version = "0.4.2"
 4875source = "registry+https://github.com/rust-lang/crates.io-index"
 4876checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4877dependencies = [
 4878 "nu-ansi-term",
 4879]
 4880
 4881[[package]]
 4882name = "digest"
 4883version = "0.10.7"
 4884source = "registry+https://github.com/rust-lang/crates.io-index"
 4885checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4886dependencies = [
 4887 "block-buffer",
 4888 "const-oid",
 4889 "crypto-common",
 4890 "subtle",
 4891]
 4892
 4893[[package]]
 4894name = "dirs"
 4895version = "4.0.0"
 4896source = "registry+https://github.com/rust-lang/crates.io-index"
 4897checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4898dependencies = [
 4899 "dirs-sys 0.3.7",
 4900]
 4901
 4902[[package]]
 4903name = "dirs"
 4904version = "5.0.1"
 4905source = "registry+https://github.com/rust-lang/crates.io-index"
 4906checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4907dependencies = [
 4908 "dirs-sys 0.4.1",
 4909]
 4910
 4911[[package]]
 4912name = "dirs"
 4913version = "6.0.0"
 4914source = "registry+https://github.com/rust-lang/crates.io-index"
 4915checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4916dependencies = [
 4917 "dirs-sys 0.5.0",
 4918]
 4919
 4920[[package]]
 4921name = "dirs-sys"
 4922version = "0.3.7"
 4923source = "registry+https://github.com/rust-lang/crates.io-index"
 4924checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4925dependencies = [
 4926 "libc",
 4927 "redox_users 0.4.6",
 4928 "winapi",
 4929]
 4930
 4931[[package]]
 4932name = "dirs-sys"
 4933version = "0.4.1"
 4934source = "registry+https://github.com/rust-lang/crates.io-index"
 4935checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4936dependencies = [
 4937 "libc",
 4938 "option-ext",
 4939 "redox_users 0.4.6",
 4940 "windows-sys 0.48.0",
 4941]
 4942
 4943[[package]]
 4944name = "dirs-sys"
 4945version = "0.5.0"
 4946source = "registry+https://github.com/rust-lang/crates.io-index"
 4947checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4948dependencies = [
 4949 "libc",
 4950 "option-ext",
 4951 "redox_users 0.5.2",
 4952 "windows-sys 0.61.2",
 4953]
 4954
 4955[[package]]
 4956name = "dispatch"
 4957version = "0.2.0"
 4958source = "registry+https://github.com/rust-lang/crates.io-index"
 4959checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4960
 4961[[package]]
 4962name = "dispatch2"
 4963version = "0.3.1"
 4964source = "registry+https://github.com/rust-lang/crates.io-index"
 4965checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4966dependencies = [
 4967 "bitflags 2.10.0",
 4968 "block2",
 4969 "libc",
 4970 "objc2",
 4971]
 4972
 4973[[package]]
 4974name = "displaydoc"
 4975version = "0.2.5"
 4976source = "registry+https://github.com/rust-lang/crates.io-index"
 4977checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4978dependencies = [
 4979 "proc-macro2",
 4980 "quote",
 4981 "syn 2.0.117",
 4982]
 4983
 4984[[package]]
 4985name = "dlib"
 4986version = "0.5.2"
 4987source = "registry+https://github.com/rust-lang/crates.io-index"
 4988checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4989dependencies = [
 4990 "libloading",
 4991]
 4992
 4993[[package]]
 4994name = "docs_preprocessor"
 4995version = "0.1.0"
 4996dependencies = [
 4997 "anyhow",
 4998 "collections",
 4999 "jsonschema",
 5000 "mdbook",
 5001 "regex",
 5002 "schemars",
 5003 "serde",
 5004 "serde_json",
 5005 "settings",
 5006 "task",
 5007 "theme",
 5008 "util",
 5009 "zlog",
 5010]
 5011
 5012[[package]]
 5013name = "document-features"
 5014version = "0.2.12"
 5015source = "registry+https://github.com/rust-lang/crates.io-index"
 5016checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5017dependencies = [
 5018 "litrs",
 5019]
 5020
 5021[[package]]
 5022name = "documented"
 5023version = "0.9.2"
 5024source = "registry+https://github.com/rust-lang/crates.io-index"
 5025checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5026dependencies = [
 5027 "documented-macros",
 5028 "phf 0.12.1",
 5029 "thiserror 2.0.17",
 5030]
 5031
 5032[[package]]
 5033name = "documented-macros"
 5034version = "0.9.2"
 5035source = "registry+https://github.com/rust-lang/crates.io-index"
 5036checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5037dependencies = [
 5038 "convert_case 0.8.0",
 5039 "itertools 0.14.0",
 5040 "optfield",
 5041 "proc-macro2",
 5042 "quote",
 5043 "strum 0.27.2",
 5044 "syn 2.0.117",
 5045]
 5046
 5047[[package]]
 5048name = "dotenvy"
 5049version = "0.15.7"
 5050source = "registry+https://github.com/rust-lang/crates.io-index"
 5051checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5052
 5053[[package]]
 5054name = "downcast-rs"
 5055version = "1.2.1"
 5056source = "registry+https://github.com/rust-lang/crates.io-index"
 5057checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5058
 5059[[package]]
 5060name = "doxygen-rs"
 5061version = "0.4.2"
 5062source = "registry+https://github.com/rust-lang/crates.io-index"
 5063checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5064dependencies = [
 5065 "phf 0.11.3",
 5066]
 5067
 5068[[package]]
 5069name = "dtoa"
 5070version = "1.0.10"
 5071source = "registry+https://github.com/rust-lang/crates.io-index"
 5072checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5073
 5074[[package]]
 5075name = "dtoa-short"
 5076version = "0.3.5"
 5077source = "registry+https://github.com/rust-lang/crates.io-index"
 5078checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5079dependencies = [
 5080 "dtoa",
 5081]
 5082
 5083[[package]]
 5084name = "dtor"
 5085version = "0.0.6"
 5086source = "registry+https://github.com/rust-lang/crates.io-index"
 5087checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5088dependencies = [
 5089 "dtor-proc-macro",
 5090]
 5091
 5092[[package]]
 5093name = "dtor-proc-macro"
 5094version = "0.0.5"
 5095source = "registry+https://github.com/rust-lang/crates.io-index"
 5096checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5097
 5098[[package]]
 5099name = "dunce"
 5100version = "1.0.5"
 5101source = "registry+https://github.com/rust-lang/crates.io-index"
 5102checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5103
 5104[[package]]
 5105name = "dwrote"
 5106version = "0.11.5"
 5107source = "registry+https://github.com/rust-lang/crates.io-index"
 5108checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5109dependencies = [
 5110 "lazy_static",
 5111 "libc",
 5112 "winapi",
 5113 "wio",
 5114]
 5115
 5116[[package]]
 5117name = "dyn-clone"
 5118version = "1.0.20"
 5119source = "registry+https://github.com/rust-lang/crates.io-index"
 5120checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5121
 5122[[package]]
 5123name = "dyn-stack"
 5124version = "0.10.0"
 5125source = "registry+https://github.com/rust-lang/crates.io-index"
 5126checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5127dependencies = [
 5128 "bytemuck",
 5129 "reborrow",
 5130]
 5131
 5132[[package]]
 5133name = "dyn-stack"
 5134version = "0.13.2"
 5135source = "registry+https://github.com/rust-lang/crates.io-index"
 5136checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5137dependencies = [
 5138 "bytemuck",
 5139 "dyn-stack-macros",
 5140]
 5141
 5142[[package]]
 5143name = "dyn-stack-macros"
 5144version = "0.1.3"
 5145source = "registry+https://github.com/rust-lang/crates.io-index"
 5146checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5147
 5148[[package]]
 5149name = "ec4rs"
 5150version = "1.2.0"
 5151source = "registry+https://github.com/rust-lang/crates.io-index"
 5152checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5153
 5154[[package]]
 5155name = "ecdsa"
 5156version = "0.14.8"
 5157source = "registry+https://github.com/rust-lang/crates.io-index"
 5158checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5159dependencies = [
 5160 "der 0.6.1",
 5161 "elliptic-curve",
 5162 "rfc6979",
 5163 "signature 1.6.4",
 5164]
 5165
 5166[[package]]
 5167name = "edit_prediction"
 5168version = "0.1.0"
 5169dependencies = [
 5170 "ai_onboarding",
 5171 "anyhow",
 5172 "buffer_diff",
 5173 "client",
 5174 "clock",
 5175 "cloud_api_client",
 5176 "cloud_api_types",
 5177 "cloud_llm_client",
 5178 "collections",
 5179 "copilot",
 5180 "copilot_ui",
 5181 "credentials_provider",
 5182 "criterion",
 5183 "ctor",
 5184 "db",
 5185 "edit_prediction_context",
 5186 "edit_prediction_types",
 5187 "feature_flags",
 5188 "fs",
 5189 "futures 0.3.32",
 5190 "gpui",
 5191 "heapless",
 5192 "indoc",
 5193 "itertools 0.14.0",
 5194 "language",
 5195 "language_model",
 5196 "languages",
 5197 "log",
 5198 "lsp",
 5199 "menu",
 5200 "node_runtime",
 5201 "open_ai",
 5202 "parking_lot",
 5203 "postage",
 5204 "pretty_assertions",
 5205 "project",
 5206 "pulldown-cmark 0.13.0",
 5207 "rand 0.9.2",
 5208 "regex",
 5209 "release_channel",
 5210 "semver",
 5211 "serde",
 5212 "serde_json",
 5213 "settings",
 5214 "strum 0.27.2",
 5215 "telemetry",
 5216 "telemetry_events",
 5217 "text",
 5218 "thiserror 2.0.17",
 5219 "time",
 5220 "toml 0.8.23",
 5221 "ui",
 5222 "util",
 5223 "uuid",
 5224 "workspace",
 5225 "worktree",
 5226 "zed_actions",
 5227 "zed_credentials_provider",
 5228 "zeta_prompt",
 5229 "zlog",
 5230 "zstd",
 5231]
 5232
 5233[[package]]
 5234name = "edit_prediction_cli"
 5235version = "0.1.0"
 5236dependencies = [
 5237 "anthropic",
 5238 "anyhow",
 5239 "chrono",
 5240 "clap",
 5241 "client",
 5242 "cloud_llm_client",
 5243 "collections",
 5244 "db",
 5245 "debug_adapter_extension",
 5246 "dirs 4.0.0",
 5247 "edit_prediction",
 5248 "extension",
 5249 "flate2",
 5250 "fs",
 5251 "futures 0.3.32",
 5252 "gaoya",
 5253 "gpui",
 5254 "gpui_platform",
 5255 "gpui_tokio",
 5256 "http_client",
 5257 "indoc",
 5258 "language",
 5259 "language_extension",
 5260 "language_model",
 5261 "language_models",
 5262 "languages",
 5263 "libc",
 5264 "log",
 5265 "node_runtime",
 5266 "open_ai",
 5267 "paths",
 5268 "pretty_assertions",
 5269 "project",
 5270 "prompt_store",
 5271 "rand 0.9.2",
 5272 "release_channel",
 5273 "reqwest_client",
 5274 "rust-embed",
 5275 "serde",
 5276 "serde_json",
 5277 "settings",
 5278 "shellexpand 2.1.2",
 5279 "similar",
 5280 "smol",
 5281 "sqlez",
 5282 "sqlez_macros",
 5283 "strum 0.27.2",
 5284 "telemetry_events",
 5285 "tempfile",
 5286 "terminal_view",
 5287 "toml 0.8.23",
 5288 "util",
 5289 "wasmtime",
 5290 "watch",
 5291 "workspace",
 5292 "zeta_prompt",
 5293]
 5294
 5295[[package]]
 5296name = "edit_prediction_context"
 5297version = "0.1.0"
 5298dependencies = [
 5299 "anyhow",
 5300 "clock",
 5301 "collections",
 5302 "env_logger 0.11.8",
 5303 "futures 0.3.32",
 5304 "gpui",
 5305 "indoc",
 5306 "language",
 5307 "log",
 5308 "lsp",
 5309 "parking_lot",
 5310 "pretty_assertions",
 5311 "project",
 5312 "serde",
 5313 "serde_json",
 5314 "settings",
 5315 "smallvec",
 5316 "text",
 5317 "tree-sitter",
 5318 "util",
 5319 "zeta_prompt",
 5320]
 5321
 5322[[package]]
 5323name = "edit_prediction_types"
 5324version = "0.1.0"
 5325dependencies = [
 5326 "client",
 5327 "gpui",
 5328 "icons",
 5329 "language",
 5330 "text",
 5331]
 5332
 5333[[package]]
 5334name = "edit_prediction_ui"
 5335version = "0.1.0"
 5336dependencies = [
 5337 "anyhow",
 5338 "buffer_diff",
 5339 "client",
 5340 "cloud_llm_client",
 5341 "codestral",
 5342 "collections",
 5343 "command_palette_hooks",
 5344 "copilot",
 5345 "copilot_chat",
 5346 "copilot_ui",
 5347 "edit_prediction",
 5348 "edit_prediction_types",
 5349 "editor",
 5350 "feature_flags",
 5351 "fs",
 5352 "futures 0.3.32",
 5353 "gpui",
 5354 "indoc",
 5355 "language",
 5356 "markdown",
 5357 "menu",
 5358 "multi_buffer",
 5359 "paths",
 5360 "project",
 5361 "regex",
 5362 "settings",
 5363 "telemetry",
 5364 "text",
 5365 "theme",
 5366 "theme_settings",
 5367 "time",
 5368 "ui",
 5369 "util",
 5370 "workspace",
 5371 "zed_actions",
 5372 "zeta_prompt",
 5373]
 5374
 5375[[package]]
 5376name = "editor"
 5377version = "0.1.0"
 5378dependencies = [
 5379 "aho-corasick",
 5380 "anyhow",
 5381 "assets",
 5382 "breadcrumbs",
 5383 "buffer_diff",
 5384 "client",
 5385 "clock",
 5386 "collections",
 5387 "convert_case 0.8.0",
 5388 "criterion",
 5389 "ctor",
 5390 "dap",
 5391 "db",
 5392 "edit_prediction_types",
 5393 "emojis",
 5394 "feature_flags",
 5395 "file_icons",
 5396 "fs",
 5397 "futures 0.3.32",
 5398 "fuzzy",
 5399 "git",
 5400 "gpui",
 5401 "indoc",
 5402 "itertools 0.14.0",
 5403 "language",
 5404 "languages",
 5405 "linkify",
 5406 "log",
 5407 "lsp",
 5408 "markdown",
 5409 "menu",
 5410 "multi_buffer",
 5411 "ordered-float 2.10.1",
 5412 "parking_lot",
 5413 "pretty_assertions",
 5414 "project",
 5415 "proptest",
 5416 "proptest-derive",
 5417 "rand 0.9.2",
 5418 "regex",
 5419 "release_channel",
 5420 "rope",
 5421 "rpc",
 5422 "schemars",
 5423 "semver",
 5424 "serde",
 5425 "serde_json",
 5426 "settings",
 5427 "smallvec",
 5428 "smol",
 5429 "snippet",
 5430 "sum_tree",
 5431 "task",
 5432 "telemetry",
 5433 "text",
 5434 "theme",
 5435 "theme_settings",
 5436 "time",
 5437 "tracing",
 5438 "tree-sitter-bash",
 5439 "tree-sitter-c",
 5440 "tree-sitter-html",
 5441 "tree-sitter-md",
 5442 "tree-sitter-python",
 5443 "tree-sitter-rust",
 5444 "tree-sitter-typescript",
 5445 "tree-sitter-yaml",
 5446 "ui",
 5447 "ui_input",
 5448 "unicode-script",
 5449 "unicode-segmentation",
 5450 "unicode-width",
 5451 "unindent",
 5452 "url",
 5453 "util",
 5454 "uuid",
 5455 "vim_mode_setting",
 5456 "workspace",
 5457 "zed_actions",
 5458 "zlog",
 5459 "ztracing",
 5460]
 5461
 5462[[package]]
 5463name = "either"
 5464version = "1.15.0"
 5465source = "registry+https://github.com/rust-lang/crates.io-index"
 5466checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5467dependencies = [
 5468 "serde",
 5469]
 5470
 5471[[package]]
 5472name = "elasticlunr-rs"
 5473version = "3.0.2"
 5474source = "registry+https://github.com/rust-lang/crates.io-index"
 5475checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5476dependencies = [
 5477 "regex",
 5478 "serde",
 5479 "serde_derive",
 5480 "serde_json",
 5481]
 5482
 5483[[package]]
 5484name = "elliptic-curve"
 5485version = "0.12.3"
 5486source = "registry+https://github.com/rust-lang/crates.io-index"
 5487checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5488dependencies = [
 5489 "base16ct",
 5490 "crypto-bigint 0.4.9",
 5491 "der 0.6.1",
 5492 "digest",
 5493 "ff",
 5494 "generic-array",
 5495 "group",
 5496 "pkcs8 0.9.0",
 5497 "rand_core 0.6.4",
 5498 "sec1",
 5499 "subtle",
 5500 "zeroize",
 5501]
 5502
 5503[[package]]
 5504name = "email_address"
 5505version = "0.2.9"
 5506source = "registry+https://github.com/rust-lang/crates.io-index"
 5507checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5508dependencies = [
 5509 "serde",
 5510]
 5511
 5512[[package]]
 5513name = "embed-resource"
 5514version = "3.0.6"
 5515source = "registry+https://github.com/rust-lang/crates.io-index"
 5516checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5517dependencies = [
 5518 "cc",
 5519 "memchr",
 5520 "rustc_version",
 5521 "toml 0.9.8",
 5522 "vswhom",
 5523 "winreg 0.55.0",
 5524]
 5525
 5526[[package]]
 5527name = "embedded-io"
 5528version = "0.4.0"
 5529source = "registry+https://github.com/rust-lang/crates.io-index"
 5530checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5531
 5532[[package]]
 5533name = "embedded-io"
 5534version = "0.6.1"
 5535source = "registry+https://github.com/rust-lang/crates.io-index"
 5536checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5537
 5538[[package]]
 5539name = "emojis"
 5540version = "0.6.4"
 5541source = "registry+https://github.com/rust-lang/crates.io-index"
 5542checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5543dependencies = [
 5544 "phf 0.11.3",
 5545]
 5546
 5547[[package]]
 5548name = "encode_unicode"
 5549version = "1.0.0"
 5550source = "registry+https://github.com/rust-lang/crates.io-index"
 5551checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5552
 5553[[package]]
 5554name = "encoding_rs"
 5555version = "0.8.35"
 5556source = "registry+https://github.com/rust-lang/crates.io-index"
 5557checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5558dependencies = [
 5559 "cfg-if",
 5560]
 5561
 5562[[package]]
 5563name = "encoding_selector"
 5564version = "0.1.0"
 5565dependencies = [
 5566 "editor",
 5567 "encoding_rs",
 5568 "fuzzy",
 5569 "gpui",
 5570 "language",
 5571 "picker",
 5572 "project",
 5573 "ui",
 5574 "util",
 5575 "workspace",
 5576]
 5577
 5578[[package]]
 5579name = "endi"
 5580version = "1.1.0"
 5581source = "registry+https://github.com/rust-lang/crates.io-index"
 5582checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5583
 5584[[package]]
 5585name = "enum-as-inner"
 5586version = "0.6.1"
 5587source = "registry+https://github.com/rust-lang/crates.io-index"
 5588checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5589dependencies = [
 5590 "heck 0.5.0",
 5591 "proc-macro2",
 5592 "quote",
 5593 "syn 2.0.117",
 5594]
 5595
 5596[[package]]
 5597name = "enumflags2"
 5598version = "0.7.12"
 5599source = "registry+https://github.com/rust-lang/crates.io-index"
 5600checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5601dependencies = [
 5602 "enumflags2_derive",
 5603 "serde",
 5604]
 5605
 5606[[package]]
 5607name = "enumflags2_derive"
 5608version = "0.7.12"
 5609source = "registry+https://github.com/rust-lang/crates.io-index"
 5610checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5611dependencies = [
 5612 "proc-macro2",
 5613 "quote",
 5614 "syn 2.0.117",
 5615]
 5616
 5617[[package]]
 5618name = "env_filter"
 5619version = "0.1.4"
 5620source = "registry+https://github.com/rust-lang/crates.io-index"
 5621checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5622dependencies = [
 5623 "log",
 5624 "regex",
 5625]
 5626
 5627[[package]]
 5628name = "env_logger"
 5629version = "0.10.2"
 5630source = "registry+https://github.com/rust-lang/crates.io-index"
 5631checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5632dependencies = [
 5633 "humantime",
 5634 "is-terminal",
 5635 "log",
 5636 "regex",
 5637 "termcolor",
 5638]
 5639
 5640[[package]]
 5641name = "env_logger"
 5642version = "0.11.8"
 5643source = "registry+https://github.com/rust-lang/crates.io-index"
 5644checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5645dependencies = [
 5646 "anstream",
 5647 "anstyle",
 5648 "env_filter",
 5649 "jiff",
 5650 "log",
 5651]
 5652
 5653[[package]]
 5654name = "env_var"
 5655version = "0.1.0"
 5656dependencies = [
 5657 "gpui_shared_string",
 5658]
 5659
 5660[[package]]
 5661name = "envy"
 5662version = "0.4.2"
 5663source = "registry+https://github.com/rust-lang/crates.io-index"
 5664checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5665dependencies = [
 5666 "serde",
 5667]
 5668
 5669[[package]]
 5670name = "equator"
 5671version = "0.4.2"
 5672source = "registry+https://github.com/rust-lang/crates.io-index"
 5673checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5674dependencies = [
 5675 "equator-macro",
 5676]
 5677
 5678[[package]]
 5679name = "equator-macro"
 5680version = "0.4.2"
 5681source = "registry+https://github.com/rust-lang/crates.io-index"
 5682checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5683dependencies = [
 5684 "proc-macro2",
 5685 "quote",
 5686 "syn 2.0.117",
 5687]
 5688
 5689[[package]]
 5690name = "equivalent"
 5691version = "1.0.2"
 5692source = "registry+https://github.com/rust-lang/crates.io-index"
 5693checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5694
 5695[[package]]
 5696name = "erased-serde"
 5697version = "0.4.9"
 5698source = "registry+https://github.com/rust-lang/crates.io-index"
 5699checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5700dependencies = [
 5701 "serde",
 5702 "serde_core",
 5703 "typeid",
 5704]
 5705
 5706[[package]]
 5707name = "errno"
 5708version = "0.2.8"
 5709source = "registry+https://github.com/rust-lang/crates.io-index"
 5710checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5711dependencies = [
 5712 "errno-dragonfly",
 5713 "libc",
 5714 "winapi",
 5715]
 5716
 5717[[package]]
 5718name = "errno"
 5719version = "0.3.14"
 5720source = "registry+https://github.com/rust-lang/crates.io-index"
 5721checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5722dependencies = [
 5723 "libc",
 5724 "windows-sys 0.61.2",
 5725]
 5726
 5727[[package]]
 5728name = "errno-dragonfly"
 5729version = "0.1.2"
 5730source = "registry+https://github.com/rust-lang/crates.io-index"
 5731checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5732dependencies = [
 5733 "cc",
 5734 "libc",
 5735]
 5736
 5737[[package]]
 5738name = "error-graph"
 5739version = "0.1.1"
 5740source = "registry+https://github.com/rust-lang/crates.io-index"
 5741checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5742dependencies = [
 5743 "serde",
 5744]
 5745
 5746[[package]]
 5747name = "etagere"
 5748version = "0.2.15"
 5749source = "registry+https://github.com/rust-lang/crates.io-index"
 5750checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5751dependencies = [
 5752 "euclid",
 5753 "svg_fmt",
 5754]
 5755
 5756[[package]]
 5757name = "etcetera"
 5758version = "0.8.0"
 5759source = "registry+https://github.com/rust-lang/crates.io-index"
 5760checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5761dependencies = [
 5762 "cfg-if",
 5763 "home",
 5764 "windows-sys 0.48.0",
 5765]
 5766
 5767[[package]]
 5768name = "etw_tracing"
 5769version = "0.1.0"
 5770dependencies = [
 5771 "anyhow",
 5772 "gpui",
 5773 "log",
 5774 "net",
 5775 "serde",
 5776 "serde_json",
 5777 "util",
 5778 "windows 0.61.3",
 5779 "windows-core 0.61.2",
 5780 "workspace",
 5781 "wprcontrol",
 5782]
 5783
 5784[[package]]
 5785name = "euclid"
 5786version = "0.22.11"
 5787source = "registry+https://github.com/rust-lang/crates.io-index"
 5788checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5789dependencies = [
 5790 "num-traits",
 5791]
 5792
 5793[[package]]
 5794name = "eval_cli"
 5795version = "0.1.0"
 5796dependencies = [
 5797 "acp_thread",
 5798 "agent",
 5799 "agent-client-protocol",
 5800 "agent_ui",
 5801 "anyhow",
 5802 "clap",
 5803 "client",
 5804 "ctrlc",
 5805 "db",
 5806 "debug_adapter_extension",
 5807 "env_logger 0.11.8",
 5808 "extension",
 5809 "feature_flags",
 5810 "fs",
 5811 "futures 0.3.32",
 5812 "gpui",
 5813 "gpui_platform",
 5814 "gpui_tokio",
 5815 "language",
 5816 "language_extension",
 5817 "language_model",
 5818 "language_models",
 5819 "languages",
 5820 "node_runtime",
 5821 "paths",
 5822 "project",
 5823 "prompt_store",
 5824 "release_channel",
 5825 "reqwest_client",
 5826 "serde",
 5827 "serde_json",
 5828 "settings",
 5829 "shellexpand 2.1.2",
 5830 "terminal_view",
 5831 "util",
 5832 "watch",
 5833]
 5834
 5835[[package]]
 5836name = "eval_utils"
 5837version = "0.1.0"
 5838dependencies = [
 5839 "gpui_platform",
 5840 "serde",
 5841 "smol",
 5842]
 5843
 5844[[package]]
 5845name = "event-listener"
 5846version = "2.5.3"
 5847source = "registry+https://github.com/rust-lang/crates.io-index"
 5848checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5849
 5850[[package]]
 5851name = "event-listener"
 5852version = "5.4.1"
 5853source = "registry+https://github.com/rust-lang/crates.io-index"
 5854checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5855dependencies = [
 5856 "concurrent-queue",
 5857 "parking",
 5858 "pin-project-lite",
 5859]
 5860
 5861[[package]]
 5862name = "event-listener-strategy"
 5863version = "0.5.4"
 5864source = "registry+https://github.com/rust-lang/crates.io-index"
 5865checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5866dependencies = [
 5867 "event-listener 5.4.1",
 5868 "pin-project-lite",
 5869]
 5870
 5871[[package]]
 5872name = "exec"
 5873version = "0.3.1"
 5874source = "registry+https://github.com/rust-lang/crates.io-index"
 5875checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5876dependencies = [
 5877 "errno 0.2.8",
 5878 "libc",
 5879]
 5880
 5881[[package]]
 5882name = "explorer_command_injector"
 5883version = "0.1.0"
 5884dependencies = [
 5885 "windows 0.61.3",
 5886 "windows-core 0.61.2",
 5887 "windows-registry 0.5.3",
 5888]
 5889
 5890[[package]]
 5891name = "exr"
 5892version = "1.73.0"
 5893source = "registry+https://github.com/rust-lang/crates.io-index"
 5894checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5895dependencies = [
 5896 "bit_field",
 5897 "half",
 5898 "lebe",
 5899 "miniz_oxide",
 5900 "rayon-core",
 5901 "smallvec",
 5902 "zune-inflate",
 5903]
 5904
 5905[[package]]
 5906name = "extended"
 5907version = "0.1.0"
 5908source = "registry+https://github.com/rust-lang/crates.io-index"
 5909checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5910
 5911[[package]]
 5912name = "extension"
 5913version = "0.1.0"
 5914dependencies = [
 5915 "anyhow",
 5916 "async-trait",
 5917 "cloud_api_types",
 5918 "collections",
 5919 "dap",
 5920 "fs",
 5921 "futures 0.3.32",
 5922 "gpui",
 5923 "heck 0.5.0",
 5924 "http_client",
 5925 "indoc",
 5926 "language",
 5927 "log",
 5928 "lsp",
 5929 "parking_lot",
 5930 "pretty_assertions",
 5931 "proto",
 5932 "semver",
 5933 "serde",
 5934 "serde_json",
 5935 "task",
 5936 "tempfile",
 5937 "toml 0.8.23",
 5938 "tracing",
 5939 "url",
 5940 "util",
 5941 "wasm-encoder 0.221.3",
 5942 "wasmparser 0.221.3",
 5943 "ztracing",
 5944]
 5945
 5946[[package]]
 5947name = "extension_cli"
 5948version = "0.1.0"
 5949dependencies = [
 5950 "anyhow",
 5951 "clap",
 5952 "cloud_api_types",
 5953 "env_logger 0.11.8",
 5954 "extension",
 5955 "fs",
 5956 "gpui_platform",
 5957 "language",
 5958 "log",
 5959 "reqwest_client",
 5960 "serde",
 5961 "serde_json",
 5962 "serde_json_lenient",
 5963 "settings_content",
 5964 "snippet_provider",
 5965 "task",
 5966 "theme_settings",
 5967 "tokio",
 5968 "toml 0.8.23",
 5969 "tree-sitter",
 5970 "wasmtime",
 5971]
 5972
 5973[[package]]
 5974name = "extension_host"
 5975version = "0.1.0"
 5976dependencies = [
 5977 "anyhow",
 5978 "async-compression",
 5979 "async-tar",
 5980 "async-trait",
 5981 "client",
 5982 "cloud_api_types",
 5983 "collections",
 5984 "criterion",
 5985 "ctor",
 5986 "dap",
 5987 "extension",
 5988 "fs",
 5989 "futures 0.3.32",
 5990 "gpui",
 5991 "gpui_tokio",
 5992 "http_client",
 5993 "language",
 5994 "language_extension",
 5995 "log",
 5996 "lsp",
 5997 "moka",
 5998 "node_runtime",
 5999 "parking_lot",
 6000 "paths",
 6001 "project",
 6002 "release_channel",
 6003 "remote",
 6004 "reqwest_client",
 6005 "semver",
 6006 "serde",
 6007 "serde_json",
 6008 "serde_json_lenient",
 6009 "settings",
 6010 "task",
 6011 "telemetry",
 6012 "tempfile",
 6013 "theme",
 6014 "theme_extension",
 6015 "theme_settings",
 6016 "toml 0.8.23",
 6017 "tracing",
 6018 "url",
 6019 "util",
 6020 "wasmparser 0.221.3",
 6021 "wasmtime",
 6022 "wasmtime-wasi",
 6023 "zlog",
 6024 "ztracing",
 6025]
 6026
 6027[[package]]
 6028name = "extensions_ui"
 6029version = "0.1.0"
 6030dependencies = [
 6031 "anyhow",
 6032 "client",
 6033 "cloud_api_types",
 6034 "collections",
 6035 "db",
 6036 "editor",
 6037 "extension",
 6038 "extension_host",
 6039 "fs",
 6040 "fuzzy",
 6041 "gpui",
 6042 "language",
 6043 "log",
 6044 "num-format",
 6045 "picker",
 6046 "project",
 6047 "release_channel",
 6048 "semver",
 6049 "serde",
 6050 "settings",
 6051 "smallvec",
 6052 "strum 0.27.2",
 6053 "telemetry",
 6054 "theme_settings",
 6055 "ui",
 6056 "util",
 6057 "vim_mode_setting",
 6058 "workspace",
 6059 "zed_actions",
 6060]
 6061
 6062[[package]]
 6063name = "failspot"
 6064version = "0.2.0"
 6065source = "registry+https://github.com/rust-lang/crates.io-index"
 6066checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6067
 6068[[package]]
 6069name = "fallible-iterator"
 6070version = "0.3.0"
 6071source = "registry+https://github.com/rust-lang/crates.io-index"
 6072checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6073
 6074[[package]]
 6075name = "fancy-regex"
 6076version = "0.16.2"
 6077source = "registry+https://github.com/rust-lang/crates.io-index"
 6078checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6079dependencies = [
 6080 "bit-set 0.8.0",
 6081 "regex-automata",
 6082 "regex-syntax",
 6083]
 6084
 6085[[package]]
 6086name = "fancy-regex"
 6087version = "0.17.0"
 6088source = "registry+https://github.com/rust-lang/crates.io-index"
 6089checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6090dependencies = [
 6091 "bit-set 0.8.0",
 6092 "regex-automata",
 6093 "regex-syntax",
 6094]
 6095
 6096[[package]]
 6097name = "fast-srgb8"
 6098version = "1.0.0"
 6099source = "registry+https://github.com/rust-lang/crates.io-index"
 6100checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6101
 6102[[package]]
 6103name = "fastrand"
 6104version = "1.9.0"
 6105source = "registry+https://github.com/rust-lang/crates.io-index"
 6106checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6107dependencies = [
 6108 "instant",
 6109]
 6110
 6111[[package]]
 6112name = "fastrand"
 6113version = "2.3.0"
 6114source = "registry+https://github.com/rust-lang/crates.io-index"
 6115checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6116
 6117[[package]]
 6118name = "fax"
 6119version = "0.2.6"
 6120source = "registry+https://github.com/rust-lang/crates.io-index"
 6121checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6122dependencies = [
 6123 "fax_derive",
 6124]
 6125
 6126[[package]]
 6127name = "fax_derive"
 6128version = "0.2.0"
 6129source = "registry+https://github.com/rust-lang/crates.io-index"
 6130checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6131dependencies = [
 6132 "proc-macro2",
 6133 "quote",
 6134 "syn 2.0.117",
 6135]
 6136
 6137[[package]]
 6138name = "fd-lock"
 6139version = "4.0.4"
 6140source = "registry+https://github.com/rust-lang/crates.io-index"
 6141checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6142dependencies = [
 6143 "cfg-if",
 6144 "rustix 1.1.2",
 6145 "windows-sys 0.59.0",
 6146]
 6147
 6148[[package]]
 6149name = "fdeflate"
 6150version = "0.3.7"
 6151source = "registry+https://github.com/rust-lang/crates.io-index"
 6152checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6153dependencies = [
 6154 "simd-adler32",
 6155]
 6156
 6157[[package]]
 6158name = "feature_flags"
 6159version = "0.1.0"
 6160dependencies = [
 6161 "gpui",
 6162]
 6163
 6164[[package]]
 6165name = "feedback"
 6166version = "0.1.0"
 6167dependencies = [
 6168 "gpui",
 6169 "system_specs",
 6170 "urlencoding",
 6171 "util",
 6172 "workspace",
 6173 "zed_actions",
 6174]
 6175
 6176[[package]]
 6177name = "ff"
 6178version = "0.12.1"
 6179source = "registry+https://github.com/rust-lang/crates.io-index"
 6180checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6181dependencies = [
 6182 "rand_core 0.6.4",
 6183 "subtle",
 6184]
 6185
 6186[[package]]
 6187name = "file_finder"
 6188version = "0.1.0"
 6189dependencies = [
 6190 "anyhow",
 6191 "channel",
 6192 "client",
 6193 "collections",
 6194 "ctor",
 6195 "editor",
 6196 "file_icons",
 6197 "futures 0.3.32",
 6198 "fuzzy",
 6199 "fuzzy_nucleo",
 6200 "gpui",
 6201 "menu",
 6202 "open_path_prompt",
 6203 "picker",
 6204 "pretty_assertions",
 6205 "project",
 6206 "project_panel",
 6207 "remote_connection",
 6208 "serde",
 6209 "serde_json",
 6210 "settings",
 6211 "theme",
 6212 "theme_settings",
 6213 "ui",
 6214 "util",
 6215 "workspace",
 6216 "zed_actions",
 6217 "zlog",
 6218]
 6219
 6220[[package]]
 6221name = "file_icons"
 6222version = "0.1.0"
 6223dependencies = [
 6224 "gpui",
 6225 "serde",
 6226 "theme",
 6227 "util",
 6228]
 6229
 6230[[package]]
 6231name = "filedescriptor"
 6232version = "0.8.3"
 6233source = "registry+https://github.com/rust-lang/crates.io-index"
 6234checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6235dependencies = [
 6236 "libc",
 6237 "thiserror 1.0.69",
 6238 "winapi",
 6239]
 6240
 6241[[package]]
 6242name = "filetime"
 6243version = "0.2.26"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6246dependencies = [
 6247 "cfg-if",
 6248 "libc",
 6249 "libredox",
 6250 "windows-sys 0.60.2",
 6251]
 6252
 6253[[package]]
 6254name = "find-msvc-tools"
 6255version = "0.1.5"
 6256source = "registry+https://github.com/rust-lang/crates.io-index"
 6257checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6258
 6259[[package]]
 6260name = "fixedbitset"
 6261version = "0.4.2"
 6262source = "registry+https://github.com/rust-lang/crates.io-index"
 6263checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6264
 6265[[package]]
 6266name = "fixedbitset"
 6267version = "0.5.7"
 6268source = "registry+https://github.com/rust-lang/crates.io-index"
 6269checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6270
 6271[[package]]
 6272name = "flate2"
 6273version = "1.1.8"
 6274source = "registry+https://github.com/rust-lang/crates.io-index"
 6275checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6276dependencies = [
 6277 "crc32fast",
 6278 "miniz_oxide",
 6279]
 6280
 6281[[package]]
 6282name = "float-cmp"
 6283version = "0.9.0"
 6284source = "registry+https://github.com/rust-lang/crates.io-index"
 6285checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6286
 6287[[package]]
 6288name = "float-ord"
 6289version = "0.3.2"
 6290source = "registry+https://github.com/rust-lang/crates.io-index"
 6291checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6292
 6293[[package]]
 6294name = "float8"
 6295version = "0.4.2"
 6296source = "registry+https://github.com/rust-lang/crates.io-index"
 6297checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6298dependencies = [
 6299 "half",
 6300 "num-traits",
 6301 "rand 0.9.2",
 6302 "rand_distr",
 6303]
 6304
 6305[[package]]
 6306name = "float_next_after"
 6307version = "1.0.0"
 6308source = "registry+https://github.com/rust-lang/crates.io-index"
 6309checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6310
 6311[[package]]
 6312name = "fluent-uri"
 6313version = "0.4.1"
 6314source = "registry+https://github.com/rust-lang/crates.io-index"
 6315checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6316dependencies = [
 6317 "borrow-or-share",
 6318 "ref-cast",
 6319 "serde",
 6320]
 6321
 6322[[package]]
 6323name = "flume"
 6324version = "0.11.1"
 6325source = "registry+https://github.com/rust-lang/crates.io-index"
 6326checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6327dependencies = [
 6328 "futures-core",
 6329 "futures-sink",
 6330 "nanorand",
 6331 "spin 0.9.8",
 6332]
 6333
 6334[[package]]
 6335name = "fnv"
 6336version = "1.0.7"
 6337source = "registry+https://github.com/rust-lang/crates.io-index"
 6338checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6339
 6340[[package]]
 6341name = "foldhash"
 6342version = "0.1.5"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6345
 6346[[package]]
 6347name = "foldhash"
 6348version = "0.2.0"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6351
 6352[[package]]
 6353name = "font-types"
 6354version = "0.10.0"
 6355source = "registry+https://github.com/rust-lang/crates.io-index"
 6356checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6357dependencies = [
 6358 "bytemuck",
 6359]
 6360
 6361[[package]]
 6362name = "font-types"
 6363version = "0.11.0"
 6364source = "registry+https://github.com/rust-lang/crates.io-index"
 6365checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6366dependencies = [
 6367 "bytemuck",
 6368]
 6369
 6370[[package]]
 6371name = "fontconfig-parser"
 6372version = "0.5.8"
 6373source = "registry+https://github.com/rust-lang/crates.io-index"
 6374checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6375dependencies = [
 6376 "roxmltree",
 6377]
 6378
 6379[[package]]
 6380name = "fontdb"
 6381version = "0.16.2"
 6382source = "registry+https://github.com/rust-lang/crates.io-index"
 6383checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6384dependencies = [
 6385 "fontconfig-parser",
 6386 "log",
 6387 "memmap2",
 6388 "slotmap",
 6389 "tinyvec",
 6390 "ttf-parser 0.20.0",
 6391]
 6392
 6393[[package]]
 6394name = "fontdb"
 6395version = "0.23.0"
 6396source = "registry+https://github.com/rust-lang/crates.io-index"
 6397checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6398dependencies = [
 6399 "fontconfig-parser",
 6400 "log",
 6401 "memmap2",
 6402 "slotmap",
 6403 "tinyvec",
 6404 "ttf-parser 0.25.1",
 6405]
 6406
 6407[[package]]
 6408name = "foreign-types"
 6409version = "0.3.2"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6412dependencies = [
 6413 "foreign-types-shared 0.1.1",
 6414]
 6415
 6416[[package]]
 6417name = "foreign-types"
 6418version = "0.5.0"
 6419source = "registry+https://github.com/rust-lang/crates.io-index"
 6420checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6421dependencies = [
 6422 "foreign-types-macros",
 6423 "foreign-types-shared 0.3.1",
 6424]
 6425
 6426[[package]]
 6427name = "foreign-types-macros"
 6428version = "0.2.3"
 6429source = "registry+https://github.com/rust-lang/crates.io-index"
 6430checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6431dependencies = [
 6432 "proc-macro2",
 6433 "quote",
 6434 "syn 2.0.117",
 6435]
 6436
 6437[[package]]
 6438name = "foreign-types-shared"
 6439version = "0.1.1"
 6440source = "registry+https://github.com/rust-lang/crates.io-index"
 6441checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6442
 6443[[package]]
 6444name = "foreign-types-shared"
 6445version = "0.3.1"
 6446source = "registry+https://github.com/rust-lang/crates.io-index"
 6447checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6448
 6449[[package]]
 6450name = "fork"
 6451version = "0.4.0"
 6452source = "registry+https://github.com/rust-lang/crates.io-index"
 6453checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6454dependencies = [
 6455 "libc",
 6456]
 6457
 6458[[package]]
 6459name = "form_urlencoded"
 6460version = "1.2.2"
 6461source = "registry+https://github.com/rust-lang/crates.io-index"
 6462checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6463dependencies = [
 6464 "percent-encoding",
 6465]
 6466
 6467[[package]]
 6468name = "fraction"
 6469version = "0.15.3"
 6470source = "registry+https://github.com/rust-lang/crates.io-index"
 6471checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6472dependencies = [
 6473 "lazy_static",
 6474 "num",
 6475]
 6476
 6477[[package]]
 6478name = "freetype-sys"
 6479version = "0.20.1"
 6480source = "registry+https://github.com/rust-lang/crates.io-index"
 6481checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6482dependencies = [
 6483 "cc",
 6484 "libc",
 6485 "pkg-config",
 6486]
 6487
 6488[[package]]
 6489name = "fs"
 6490version = "0.1.0"
 6491dependencies = [
 6492 "anyhow",
 6493 "ashpd",
 6494 "async-tar",
 6495 "async-trait",
 6496 "collections",
 6497 "dunce",
 6498 "fs",
 6499 "futures 0.3.32",
 6500 "git",
 6501 "gpui",
 6502 "ignore",
 6503 "is_executable",
 6504 "libc",
 6505 "log",
 6506 "notify 8.2.0",
 6507 "parking_lot",
 6508 "paths",
 6509 "proto",
 6510 "rope",
 6511 "serde",
 6512 "serde_json",
 6513 "smol",
 6514 "tempfile",
 6515 "text",
 6516 "thiserror 2.0.17",
 6517 "time",
 6518 "trash",
 6519 "util",
 6520 "windows 0.61.3",
 6521]
 6522
 6523[[package]]
 6524name = "fs-set-times"
 6525version = "0.20.3"
 6526source = "registry+https://github.com/rust-lang/crates.io-index"
 6527checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6528dependencies = [
 6529 "io-lifetimes",
 6530 "rustix 1.1.2",
 6531 "windows-sys 0.59.0",
 6532]
 6533
 6534[[package]]
 6535name = "fs2"
 6536version = "0.4.3"
 6537source = "registry+https://github.com/rust-lang/crates.io-index"
 6538checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6539dependencies = [
 6540 "libc",
 6541 "winapi",
 6542]
 6543
 6544[[package]]
 6545name = "fs_benchmarks"
 6546version = "0.1.0"
 6547dependencies = [
 6548 "fs",
 6549 "gpui",
 6550 "gpui_platform",
 6551]
 6552
 6553[[package]]
 6554name = "fs_extra"
 6555version = "1.3.0"
 6556source = "registry+https://github.com/rust-lang/crates.io-index"
 6557checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6558
 6559[[package]]
 6560name = "fsevent-sys"
 6561version = "4.1.0"
 6562source = "registry+https://github.com/rust-lang/crates.io-index"
 6563checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6564dependencies = [
 6565 "libc",
 6566]
 6567
 6568[[package]]
 6569name = "fuchsia-cprng"
 6570version = "0.1.1"
 6571source = "registry+https://github.com/rust-lang/crates.io-index"
 6572checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6573
 6574[[package]]
 6575name = "funty"
 6576version = "2.0.0"
 6577source = "registry+https://github.com/rust-lang/crates.io-index"
 6578checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6579
 6580[[package]]
 6581name = "futf"
 6582version = "0.1.5"
 6583source = "registry+https://github.com/rust-lang/crates.io-index"
 6584checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6585dependencies = [
 6586 "mac",
 6587 "new_debug_unreachable",
 6588]
 6589
 6590[[package]]
 6591name = "futures"
 6592version = "0.1.31"
 6593source = "registry+https://github.com/rust-lang/crates.io-index"
 6594checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6595
 6596[[package]]
 6597name = "futures"
 6598version = "0.3.32"
 6599source = "registry+https://github.com/rust-lang/crates.io-index"
 6600checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6601dependencies = [
 6602 "futures-channel",
 6603 "futures-core",
 6604 "futures-executor",
 6605 "futures-io",
 6606 "futures-sink",
 6607 "futures-task",
 6608 "futures-util",
 6609]
 6610
 6611[[package]]
 6612name = "futures-channel"
 6613version = "0.3.32"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6616dependencies = [
 6617 "futures-core",
 6618 "futures-sink",
 6619]
 6620
 6621[[package]]
 6622name = "futures-concurrency"
 6623version = "7.7.1"
 6624source = "registry+https://github.com/rust-lang/crates.io-index"
 6625checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6626dependencies = [
 6627 "fixedbitset 0.5.7",
 6628 "futures-core",
 6629 "futures-lite 2.6.1",
 6630 "pin-project",
 6631 "smallvec",
 6632]
 6633
 6634[[package]]
 6635name = "futures-core"
 6636version = "0.3.32"
 6637source = "registry+https://github.com/rust-lang/crates.io-index"
 6638checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6639
 6640[[package]]
 6641name = "futures-executor"
 6642version = "0.3.32"
 6643source = "registry+https://github.com/rust-lang/crates.io-index"
 6644checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6645dependencies = [
 6646 "futures-core",
 6647 "futures-task",
 6648 "futures-util",
 6649]
 6650
 6651[[package]]
 6652name = "futures-intrusive"
 6653version = "0.5.0"
 6654source = "registry+https://github.com/rust-lang/crates.io-index"
 6655checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6656dependencies = [
 6657 "futures-core",
 6658 "lock_api",
 6659 "parking_lot",
 6660]
 6661
 6662[[package]]
 6663name = "futures-io"
 6664version = "0.3.32"
 6665source = "registry+https://github.com/rust-lang/crates.io-index"
 6666checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6667
 6668[[package]]
 6669name = "futures-lite"
 6670version = "1.13.0"
 6671source = "registry+https://github.com/rust-lang/crates.io-index"
 6672checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6673dependencies = [
 6674 "fastrand 1.9.0",
 6675 "futures-core",
 6676 "futures-io",
 6677 "memchr",
 6678 "parking",
 6679 "pin-project-lite",
 6680 "waker-fn",
 6681]
 6682
 6683[[package]]
 6684name = "futures-lite"
 6685version = "2.6.1"
 6686source = "registry+https://github.com/rust-lang/crates.io-index"
 6687checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6688dependencies = [
 6689 "fastrand 2.3.0",
 6690 "futures-core",
 6691 "futures-io",
 6692 "parking",
 6693 "pin-project-lite",
 6694]
 6695
 6696[[package]]
 6697name = "futures-macro"
 6698version = "0.3.32"
 6699source = "registry+https://github.com/rust-lang/crates.io-index"
 6700checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6701dependencies = [
 6702 "proc-macro2",
 6703 "quote",
 6704 "syn 2.0.117",
 6705]
 6706
 6707[[package]]
 6708name = "futures-sink"
 6709version = "0.3.32"
 6710source = "registry+https://github.com/rust-lang/crates.io-index"
 6711checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6712
 6713[[package]]
 6714name = "futures-task"
 6715version = "0.3.32"
 6716source = "registry+https://github.com/rust-lang/crates.io-index"
 6717checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6718
 6719[[package]]
 6720name = "futures-util"
 6721version = "0.3.32"
 6722source = "registry+https://github.com/rust-lang/crates.io-index"
 6723checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6724dependencies = [
 6725 "futures 0.1.31",
 6726 "futures-channel",
 6727 "futures-core",
 6728 "futures-io",
 6729 "futures-macro",
 6730 "futures-sink",
 6731 "futures-task",
 6732 "libc",
 6733 "memchr",
 6734 "pin-project-lite",
 6735 "slab",
 6736 "tokio-io",
 6737]
 6738
 6739[[package]]
 6740name = "fuzzy"
 6741version = "0.1.0"
 6742dependencies = [
 6743 "gpui",
 6744 "log",
 6745 "util",
 6746]
 6747
 6748[[package]]
 6749name = "fuzzy_nucleo"
 6750version = "0.1.0"
 6751dependencies = [
 6752 "gpui",
 6753 "nucleo",
 6754 "util",
 6755]
 6756
 6757[[package]]
 6758name = "gaoya"
 6759version = "0.2.0"
 6760source = "registry+https://github.com/rust-lang/crates.io-index"
 6761checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6762dependencies = [
 6763 "ahash 0.8.12",
 6764 "crossbeam-utils",
 6765 "fnv",
 6766 "itertools 0.10.5",
 6767 "num-traits",
 6768 "rand 0.8.5",
 6769 "rand_pcg",
 6770 "random_choice",
 6771 "rayon",
 6772 "seahash",
 6773 "sha-1",
 6774 "shingles",
 6775 "siphasher 0.3.11",
 6776 "smallvec",
 6777 "triomphe",
 6778]
 6779
 6780[[package]]
 6781name = "gemm"
 6782version = "0.17.1"
 6783source = "registry+https://github.com/rust-lang/crates.io-index"
 6784checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6785dependencies = [
 6786 "dyn-stack 0.10.0",
 6787 "gemm-c32 0.17.1",
 6788 "gemm-c64 0.17.1",
 6789 "gemm-common 0.17.1",
 6790 "gemm-f16 0.17.1",
 6791 "gemm-f32 0.17.1",
 6792 "gemm-f64 0.17.1",
 6793 "num-complex",
 6794 "num-traits",
 6795 "paste",
 6796 "raw-cpuid 10.7.0",
 6797 "seq-macro",
 6798]
 6799
 6800[[package]]
 6801name = "gemm"
 6802version = "0.18.2"
 6803source = "registry+https://github.com/rust-lang/crates.io-index"
 6804checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6805dependencies = [
 6806 "dyn-stack 0.13.2",
 6807 "gemm-c32 0.18.2",
 6808 "gemm-c64 0.18.2",
 6809 "gemm-common 0.18.2",
 6810 "gemm-f16 0.18.2",
 6811 "gemm-f32 0.18.2",
 6812 "gemm-f64 0.18.2",
 6813 "num-complex",
 6814 "num-traits",
 6815 "paste",
 6816 "raw-cpuid 11.6.0",
 6817 "seq-macro",
 6818]
 6819
 6820[[package]]
 6821name = "gemm-c32"
 6822version = "0.17.1"
 6823source = "registry+https://github.com/rust-lang/crates.io-index"
 6824checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6825dependencies = [
 6826 "dyn-stack 0.10.0",
 6827 "gemm-common 0.17.1",
 6828 "num-complex",
 6829 "num-traits",
 6830 "paste",
 6831 "raw-cpuid 10.7.0",
 6832 "seq-macro",
 6833]
 6834
 6835[[package]]
 6836name = "gemm-c32"
 6837version = "0.18.2"
 6838source = "registry+https://github.com/rust-lang/crates.io-index"
 6839checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6840dependencies = [
 6841 "dyn-stack 0.13.2",
 6842 "gemm-common 0.18.2",
 6843 "num-complex",
 6844 "num-traits",
 6845 "paste",
 6846 "raw-cpuid 11.6.0",
 6847 "seq-macro",
 6848]
 6849
 6850[[package]]
 6851name = "gemm-c64"
 6852version = "0.17.1"
 6853source = "registry+https://github.com/rust-lang/crates.io-index"
 6854checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6855dependencies = [
 6856 "dyn-stack 0.10.0",
 6857 "gemm-common 0.17.1",
 6858 "num-complex",
 6859 "num-traits",
 6860 "paste",
 6861 "raw-cpuid 10.7.0",
 6862 "seq-macro",
 6863]
 6864
 6865[[package]]
 6866name = "gemm-c64"
 6867version = "0.18.2"
 6868source = "registry+https://github.com/rust-lang/crates.io-index"
 6869checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6870dependencies = [
 6871 "dyn-stack 0.13.2",
 6872 "gemm-common 0.18.2",
 6873 "num-complex",
 6874 "num-traits",
 6875 "paste",
 6876 "raw-cpuid 11.6.0",
 6877 "seq-macro",
 6878]
 6879
 6880[[package]]
 6881name = "gemm-common"
 6882version = "0.17.1"
 6883source = "registry+https://github.com/rust-lang/crates.io-index"
 6884checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6885dependencies = [
 6886 "bytemuck",
 6887 "dyn-stack 0.10.0",
 6888 "half",
 6889 "num-complex",
 6890 "num-traits",
 6891 "once_cell",
 6892 "paste",
 6893 "pulp 0.18.22",
 6894 "raw-cpuid 10.7.0",
 6895 "rayon",
 6896 "seq-macro",
 6897 "sysctl 0.5.5",
 6898]
 6899
 6900[[package]]
 6901name = "gemm-common"
 6902version = "0.18.2"
 6903source = "registry+https://github.com/rust-lang/crates.io-index"
 6904checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6905dependencies = [
 6906 "bytemuck",
 6907 "dyn-stack 0.13.2",
 6908 "half",
 6909 "libm",
 6910 "num-complex",
 6911 "num-traits",
 6912 "once_cell",
 6913 "paste",
 6914 "pulp 0.21.5",
 6915 "raw-cpuid 11.6.0",
 6916 "rayon",
 6917 "seq-macro",
 6918 "sysctl 0.6.0",
 6919]
 6920
 6921[[package]]
 6922name = "gemm-f16"
 6923version = "0.17.1"
 6924source = "registry+https://github.com/rust-lang/crates.io-index"
 6925checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6926dependencies = [
 6927 "dyn-stack 0.10.0",
 6928 "gemm-common 0.17.1",
 6929 "gemm-f32 0.17.1",
 6930 "half",
 6931 "num-complex",
 6932 "num-traits",
 6933 "paste",
 6934 "raw-cpuid 10.7.0",
 6935 "rayon",
 6936 "seq-macro",
 6937]
 6938
 6939[[package]]
 6940name = "gemm-f16"
 6941version = "0.18.2"
 6942source = "registry+https://github.com/rust-lang/crates.io-index"
 6943checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6944dependencies = [
 6945 "dyn-stack 0.13.2",
 6946 "gemm-common 0.18.2",
 6947 "gemm-f32 0.18.2",
 6948 "half",
 6949 "num-complex",
 6950 "num-traits",
 6951 "paste",
 6952 "raw-cpuid 11.6.0",
 6953 "rayon",
 6954 "seq-macro",
 6955]
 6956
 6957[[package]]
 6958name = "gemm-f32"
 6959version = "0.17.1"
 6960source = "registry+https://github.com/rust-lang/crates.io-index"
 6961checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6962dependencies = [
 6963 "dyn-stack 0.10.0",
 6964 "gemm-common 0.17.1",
 6965 "num-complex",
 6966 "num-traits",
 6967 "paste",
 6968 "raw-cpuid 10.7.0",
 6969 "seq-macro",
 6970]
 6971
 6972[[package]]
 6973name = "gemm-f32"
 6974version = "0.18.2"
 6975source = "registry+https://github.com/rust-lang/crates.io-index"
 6976checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6977dependencies = [
 6978 "dyn-stack 0.13.2",
 6979 "gemm-common 0.18.2",
 6980 "num-complex",
 6981 "num-traits",
 6982 "paste",
 6983 "raw-cpuid 11.6.0",
 6984 "seq-macro",
 6985]
 6986
 6987[[package]]
 6988name = "gemm-f64"
 6989version = "0.17.1"
 6990source = "registry+https://github.com/rust-lang/crates.io-index"
 6991checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6992dependencies = [
 6993 "dyn-stack 0.10.0",
 6994 "gemm-common 0.17.1",
 6995 "num-complex",
 6996 "num-traits",
 6997 "paste",
 6998 "raw-cpuid 10.7.0",
 6999 "seq-macro",
 7000]
 7001
 7002[[package]]
 7003name = "gemm-f64"
 7004version = "0.18.2"
 7005source = "registry+https://github.com/rust-lang/crates.io-index"
 7006checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7007dependencies = [
 7008 "dyn-stack 0.13.2",
 7009 "gemm-common 0.18.2",
 7010 "num-complex",
 7011 "num-traits",
 7012 "paste",
 7013 "raw-cpuid 11.6.0",
 7014 "seq-macro",
 7015]
 7016
 7017[[package]]
 7018name = "generator"
 7019version = "0.8.7"
 7020source = "registry+https://github.com/rust-lang/crates.io-index"
 7021checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7022dependencies = [
 7023 "cc",
 7024 "cfg-if",
 7025 "libc",
 7026 "log",
 7027 "rustversion",
 7028 "windows 0.61.3",
 7029]
 7030
 7031[[package]]
 7032name = "generic-array"
 7033version = "0.14.7"
 7034source = "registry+https://github.com/rust-lang/crates.io-index"
 7035checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7036dependencies = [
 7037 "typenum",
 7038 "version_check",
 7039]
 7040
 7041[[package]]
 7042name = "gethostname"
 7043version = "1.1.0"
 7044source = "registry+https://github.com/rust-lang/crates.io-index"
 7045checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7046dependencies = [
 7047 "rustix 1.1.2",
 7048 "windows-link 0.2.1",
 7049]
 7050
 7051[[package]]
 7052name = "getrandom"
 7053version = "0.2.16"
 7054source = "registry+https://github.com/rust-lang/crates.io-index"
 7055checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7056dependencies = [
 7057 "cfg-if",
 7058 "js-sys",
 7059 "libc",
 7060 "wasi",
 7061 "wasm-bindgen",
 7062]
 7063
 7064[[package]]
 7065name = "getrandom"
 7066version = "0.3.4"
 7067source = "registry+https://github.com/rust-lang/crates.io-index"
 7068checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7069dependencies = [
 7070 "cfg-if",
 7071 "js-sys",
 7072 "libc",
 7073 "r-efi",
 7074 "wasip2",
 7075 "wasm-bindgen",
 7076]
 7077
 7078[[package]]
 7079name = "getrandom"
 7080version = "0.4.1"
 7081source = "registry+https://github.com/rust-lang/crates.io-index"
 7082checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7083dependencies = [
 7084 "cfg-if",
 7085 "libc",
 7086 "r-efi",
 7087 "wasip2",
 7088 "wasip3",
 7089]
 7090
 7091[[package]]
 7092name = "gh-workflow"
 7093version = "0.8.0"
 7094source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7095dependencies = [
 7096 "async-trait",
 7097 "derive_more",
 7098 "derive_setters",
 7099 "gh-workflow-macros",
 7100 "indexmap",
 7101 "merge",
 7102 "serde",
 7103 "serde_json",
 7104 "serde_yaml",
 7105 "strum_macros 0.27.2",
 7106]
 7107
 7108[[package]]
 7109name = "gh-workflow-macros"
 7110version = "0.8.0"
 7111source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7112dependencies = [
 7113 "heck 0.5.0",
 7114 "quote",
 7115 "syn 2.0.117",
 7116]
 7117
 7118[[package]]
 7119name = "gif"
 7120version = "0.13.3"
 7121source = "registry+https://github.com/rust-lang/crates.io-index"
 7122checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7123dependencies = [
 7124 "color_quant",
 7125 "weezl",
 7126]
 7127
 7128[[package]]
 7129name = "gimli"
 7130version = "0.32.3"
 7131source = "registry+https://github.com/rust-lang/crates.io-index"
 7132checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7133dependencies = [
 7134 "fallible-iterator",
 7135 "indexmap",
 7136 "stable_deref_trait",
 7137]
 7138
 7139[[package]]
 7140name = "gio-sys"
 7141version = "0.21.5"
 7142source = "registry+https://github.com/rust-lang/crates.io-index"
 7143checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7144dependencies = [
 7145 "glib-sys",
 7146 "gobject-sys",
 7147 "libc",
 7148 "system-deps 7.0.7",
 7149 "windows-sys 0.61.2",
 7150]
 7151
 7152[[package]]
 7153name = "git"
 7154version = "0.1.0"
 7155dependencies = [
 7156 "anyhow",
 7157 "askpass",
 7158 "async-trait",
 7159 "collections",
 7160 "derive_more",
 7161 "futures 0.3.32",
 7162 "git2",
 7163 "gpui",
 7164 "http_client",
 7165 "itertools 0.14.0",
 7166 "log",
 7167 "parking_lot",
 7168 "pretty_assertions",
 7169 "rand 0.9.2",
 7170 "regex",
 7171 "rope",
 7172 "schemars",
 7173 "serde",
 7174 "serde_json",
 7175 "smallvec",
 7176 "smol",
 7177 "sum_tree",
 7178 "tempfile",
 7179 "text",
 7180 "thiserror 2.0.17",
 7181 "time",
 7182 "url",
 7183 "urlencoding",
 7184 "util",
 7185 "uuid",
 7186 "ztracing",
 7187]
 7188
 7189[[package]]
 7190name = "git2"
 7191version = "0.20.4"
 7192source = "registry+https://github.com/rust-lang/crates.io-index"
 7193checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7194dependencies = [
 7195 "bitflags 2.10.0",
 7196 "libc",
 7197 "libgit2-sys",
 7198 "log",
 7199 "url",
 7200]
 7201
 7202[[package]]
 7203name = "git_graph"
 7204version = "0.1.0"
 7205dependencies = [
 7206 "anyhow",
 7207 "collections",
 7208 "db",
 7209 "editor",
 7210 "fs",
 7211 "git",
 7212 "git_ui",
 7213 "gpui",
 7214 "language",
 7215 "menu",
 7216 "project",
 7217 "rand 0.9.2",
 7218 "remote_connection",
 7219 "search",
 7220 "serde_json",
 7221 "settings",
 7222 "smallvec",
 7223 "smol",
 7224 "theme",
 7225 "theme_settings",
 7226 "time",
 7227 "ui",
 7228 "workspace",
 7229]
 7230
 7231[[package]]
 7232name = "git_hosting_providers"
 7233version = "0.1.0"
 7234dependencies = [
 7235 "anyhow",
 7236 "async-trait",
 7237 "futures 0.3.32",
 7238 "git",
 7239 "gpui",
 7240 "http_client",
 7241 "indoc",
 7242 "itertools 0.14.0",
 7243 "pretty_assertions",
 7244 "regex",
 7245 "serde",
 7246 "serde_json",
 7247 "settings",
 7248 "url",
 7249 "urlencoding",
 7250 "util",
 7251]
 7252
 7253[[package]]
 7254name = "git_ui"
 7255version = "0.1.0"
 7256dependencies = [
 7257 "agent_settings",
 7258 "alacritty_terminal",
 7259 "anyhow",
 7260 "askpass",
 7261 "buffer_diff",
 7262 "call",
 7263 "collections",
 7264 "component",
 7265 "ctor",
 7266 "db",
 7267 "editor",
 7268 "file_icons",
 7269 "futures 0.3.32",
 7270 "fuzzy",
 7271 "git",
 7272 "gpui",
 7273 "indoc",
 7274 "itertools 0.14.0",
 7275 "language",
 7276 "language_model",
 7277 "linkify",
 7278 "log",
 7279 "markdown",
 7280 "menu",
 7281 "multi_buffer",
 7282 "notifications",
 7283 "panel",
 7284 "picker",
 7285 "pretty_assertions",
 7286 "project",
 7287 "prompt_store",
 7288 "proto",
 7289 "rand 0.9.2",
 7290 "remote",
 7291 "remote_connection",
 7292 "schemars",
 7293 "serde",
 7294 "serde_json",
 7295 "settings",
 7296 "smallvec",
 7297 "smol",
 7298 "strum 0.27.2",
 7299 "telemetry",
 7300 "theme",
 7301 "theme_settings",
 7302 "time",
 7303 "time_format",
 7304 "tracing",
 7305 "ui",
 7306 "ui_input",
 7307 "unindent",
 7308 "util",
 7309 "watch",
 7310 "windows 0.61.3",
 7311 "workspace",
 7312 "zed_actions",
 7313 "zeroize",
 7314 "zlog",
 7315 "ztracing",
 7316]
 7317
 7318[[package]]
 7319name = "gl_generator"
 7320version = "0.14.0"
 7321source = "registry+https://github.com/rust-lang/crates.io-index"
 7322checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7323dependencies = [
 7324 "khronos_api",
 7325 "log",
 7326 "xml-rs",
 7327]
 7328
 7329[[package]]
 7330name = "glib"
 7331version = "0.21.5"
 7332source = "registry+https://github.com/rust-lang/crates.io-index"
 7333checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7334dependencies = [
 7335 "bitflags 2.10.0",
 7336 "futures-channel",
 7337 "futures-core",
 7338 "futures-executor",
 7339 "futures-task",
 7340 "futures-util",
 7341 "gio-sys",
 7342 "glib-macros",
 7343 "glib-sys",
 7344 "gobject-sys",
 7345 "libc",
 7346 "memchr",
 7347 "smallvec",
 7348]
 7349
 7350[[package]]
 7351name = "glib-macros"
 7352version = "0.21.5"
 7353source = "registry+https://github.com/rust-lang/crates.io-index"
 7354checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7355dependencies = [
 7356 "heck 0.5.0",
 7357 "proc-macro-crate",
 7358 "proc-macro2",
 7359 "quote",
 7360 "syn 2.0.117",
 7361]
 7362
 7363[[package]]
 7364name = "glib-sys"
 7365version = "0.21.5"
 7366source = "registry+https://github.com/rust-lang/crates.io-index"
 7367checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7368dependencies = [
 7369 "libc",
 7370 "system-deps 7.0.7",
 7371]
 7372
 7373[[package]]
 7374name = "glob"
 7375version = "0.3.3"
 7376source = "registry+https://github.com/rust-lang/crates.io-index"
 7377checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7378
 7379[[package]]
 7380name = "globset"
 7381version = "0.4.17"
 7382source = "registry+https://github.com/rust-lang/crates.io-index"
 7383checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7384dependencies = [
 7385 "aho-corasick",
 7386 "bstr",
 7387 "log",
 7388 "regex-automata",
 7389 "regex-syntax",
 7390]
 7391
 7392[[package]]
 7393name = "gloo-timers"
 7394version = "0.3.0"
 7395source = "registry+https://github.com/rust-lang/crates.io-index"
 7396checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7397dependencies = [
 7398 "futures-channel",
 7399 "futures-core",
 7400 "js-sys",
 7401 "wasm-bindgen",
 7402]
 7403
 7404[[package]]
 7405name = "glow"
 7406version = "0.17.0"
 7407source = "registry+https://github.com/rust-lang/crates.io-index"
 7408checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7409dependencies = [
 7410 "js-sys",
 7411 "slotmap",
 7412 "wasm-bindgen",
 7413 "web-sys",
 7414]
 7415
 7416[[package]]
 7417name = "glutin_wgl_sys"
 7418version = "0.6.1"
 7419source = "registry+https://github.com/rust-lang/crates.io-index"
 7420checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7421dependencies = [
 7422 "gl_generator",
 7423]
 7424
 7425[[package]]
 7426name = "go_to_line"
 7427version = "0.1.0"
 7428dependencies = [
 7429 "editor",
 7430 "gpui",
 7431 "indoc",
 7432 "language",
 7433 "menu",
 7434 "multi_buffer",
 7435 "project",
 7436 "rope",
 7437 "serde",
 7438 "serde_json",
 7439 "settings",
 7440 "text",
 7441 "theme",
 7442 "ui",
 7443 "util",
 7444 "workspace",
 7445]
 7446
 7447[[package]]
 7448name = "gobject-sys"
 7449version = "0.21.5"
 7450source = "registry+https://github.com/rust-lang/crates.io-index"
 7451checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7452dependencies = [
 7453 "glib-sys",
 7454 "libc",
 7455 "system-deps 7.0.7",
 7456]
 7457
 7458[[package]]
 7459name = "goblin"
 7460version = "0.9.3"
 7461source = "registry+https://github.com/rust-lang/crates.io-index"
 7462checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7463dependencies = [
 7464 "log",
 7465 "plain",
 7466 "scroll",
 7467]
 7468
 7469[[package]]
 7470name = "google_ai"
 7471version = "0.1.0"
 7472dependencies = [
 7473 "anyhow",
 7474 "futures 0.3.32",
 7475 "http_client",
 7476 "language_model_core",
 7477 "log",
 7478 "schemars",
 7479 "serde",
 7480 "serde_json",
 7481 "strum 0.27.2",
 7482 "tiktoken-rs",
 7483]
 7484
 7485[[package]]
 7486name = "gpu-allocator"
 7487version = "0.28.0"
 7488source = "registry+https://github.com/rust-lang/crates.io-index"
 7489checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7490dependencies = [
 7491 "ash",
 7492 "hashbrown 0.16.1",
 7493 "log",
 7494 "presser",
 7495 "thiserror 2.0.17",
 7496 "windows 0.62.2",
 7497]
 7498
 7499[[package]]
 7500name = "gpu-descriptor"
 7501version = "0.3.2"
 7502source = "registry+https://github.com/rust-lang/crates.io-index"
 7503checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7504dependencies = [
 7505 "bitflags 2.10.0",
 7506 "gpu-descriptor-types",
 7507 "hashbrown 0.15.5",
 7508]
 7509
 7510[[package]]
 7511name = "gpu-descriptor-types"
 7512version = "0.2.0"
 7513source = "registry+https://github.com/rust-lang/crates.io-index"
 7514checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7515dependencies = [
 7516 "bitflags 2.10.0",
 7517]
 7518
 7519[[package]]
 7520name = "gpui"
 7521version = "0.2.2"
 7522dependencies = [
 7523 "anyhow",
 7524 "async-channel 2.5.0",
 7525 "async-task",
 7526 "backtrace",
 7527 "bindgen 0.71.1",
 7528 "bitflags 2.10.0",
 7529 "block",
 7530 "cbindgen",
 7531 "chrono",
 7532 "cocoa 0.26.0",
 7533 "cocoa-foundation 0.2.0",
 7534 "collections",
 7535 "core-foundation 0.10.0",
 7536 "core-foundation-sys",
 7537 "core-graphics 0.24.0",
 7538 "core-text",
 7539 "core-video",
 7540 "ctor",
 7541 "derive_more",
 7542 "embed-resource",
 7543 "env_logger 0.11.8",
 7544 "etagere",
 7545 "foreign-types 0.5.0",
 7546 "futures 0.3.32",
 7547 "futures-concurrency",
 7548 "getrandom 0.3.4",
 7549 "gpui_macros",
 7550 "gpui_platform",
 7551 "gpui_shared_string",
 7552 "gpui_util",
 7553 "gpui_web",
 7554 "http_client",
 7555 "image",
 7556 "inventory",
 7557 "itertools 0.14.0",
 7558 "log",
 7559 "lyon",
 7560 "mach2 0.5.0",
 7561 "media",
 7562 "metal",
 7563 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7564 "num_cpus",
 7565 "objc",
 7566 "objc2",
 7567 "objc2-metal",
 7568 "parking",
 7569 "parking_lot",
 7570 "pathfinder_geometry",
 7571 "pin-project",
 7572 "pollster 0.4.0",
 7573 "postage",
 7574 "profiling",
 7575 "proptest",
 7576 "rand 0.9.2",
 7577 "raw-window-handle",
 7578 "refineable",
 7579 "regex",
 7580 "reqwest_client",
 7581 "resvg",
 7582 "scheduler",
 7583 "schemars",
 7584 "seahash",
 7585 "serde",
 7586 "serde_json",
 7587 "slotmap",
 7588 "smallvec",
 7589 "spin 0.10.0",
 7590 "stacksafe",
 7591 "strum 0.27.2",
 7592 "sum_tree",
 7593 "taffy",
 7594 "thiserror 2.0.17",
 7595 "ttf-parser 0.25.1",
 7596 "unicode-segmentation",
 7597 "url",
 7598 "usvg",
 7599 "util_macros",
 7600 "uuid",
 7601 "waker-fn",
 7602 "wasm-bindgen",
 7603 "web-time",
 7604 "windows 0.61.3",
 7605 "zed-font-kit",
 7606 "zed-scap",
 7607]
 7608
 7609[[package]]
 7610name = "gpui_linux"
 7611version = "0.1.0"
 7612dependencies = [
 7613 "anyhow",
 7614 "as-raw-xcb-connection",
 7615 "ashpd",
 7616 "bitflags 2.10.0",
 7617 "bytemuck",
 7618 "calloop",
 7619 "calloop-wayland-source",
 7620 "collections",
 7621 "filedescriptor",
 7622 "futures 0.3.32",
 7623 "gpui",
 7624 "gpui_wgpu",
 7625 "http_client",
 7626 "itertools 0.14.0",
 7627 "libc",
 7628 "log",
 7629 "oo7",
 7630 "open",
 7631 "parking_lot",
 7632 "pathfinder_geometry",
 7633 "pollster 0.4.0",
 7634 "profiling",
 7635 "raw-window-handle",
 7636 "smallvec",
 7637 "smol",
 7638 "strum 0.27.2",
 7639 "swash",
 7640 "url",
 7641 "util",
 7642 "uuid",
 7643 "wayland-backend",
 7644 "wayland-client",
 7645 "wayland-cursor",
 7646 "wayland-protocols",
 7647 "wayland-protocols-plasma",
 7648 "wayland-protocols-wlr",
 7649 "x11-clipboard",
 7650 "x11rb",
 7651 "xkbcommon",
 7652 "zed-scap",
 7653 "zed-xim",
 7654]
 7655
 7656[[package]]
 7657name = "gpui_macos"
 7658version = "0.1.0"
 7659dependencies = [
 7660 "anyhow",
 7661 "async-task",
 7662 "block",
 7663 "cbindgen",
 7664 "cocoa 0.26.0",
 7665 "collections",
 7666 "core-foundation 0.10.0",
 7667 "core-foundation-sys",
 7668 "core-graphics 0.24.0",
 7669 "core-text",
 7670 "core-video",
 7671 "ctor",
 7672 "derive_more",
 7673 "dispatch2",
 7674 "etagere",
 7675 "foreign-types 0.5.0",
 7676 "futures 0.3.32",
 7677 "gpui",
 7678 "image",
 7679 "itertools 0.14.0",
 7680 "libc",
 7681 "log",
 7682 "mach2 0.5.0",
 7683 "media",
 7684 "metal",
 7685 "objc",
 7686 "objc2-app-kit",
 7687 "parking_lot",
 7688 "pathfinder_geometry",
 7689 "raw-window-handle",
 7690 "semver",
 7691 "smallvec",
 7692 "strum 0.27.2",
 7693 "util",
 7694 "uuid",
 7695 "zed-font-kit",
 7696]
 7697
 7698[[package]]
 7699name = "gpui_macros"
 7700version = "0.1.0"
 7701dependencies = [
 7702 "gpui",
 7703 "heck 0.5.0",
 7704 "proc-macro2",
 7705 "quote",
 7706 "syn 2.0.117",
 7707]
 7708
 7709[[package]]
 7710name = "gpui_platform"
 7711version = "0.1.0"
 7712dependencies = [
 7713 "console_error_panic_hook",
 7714 "gpui",
 7715 "gpui_linux",
 7716 "gpui_macos",
 7717 "gpui_web",
 7718 "gpui_windows",
 7719]
 7720
 7721[[package]]
 7722name = "gpui_shared_string"
 7723version = "0.1.0"
 7724dependencies = [
 7725 "derive_more",
 7726 "gpui_util",
 7727 "schemars",
 7728 "serde",
 7729]
 7730
 7731[[package]]
 7732name = "gpui_tokio"
 7733version = "0.1.0"
 7734dependencies = [
 7735 "anyhow",
 7736 "gpui",
 7737 "tokio",
 7738 "util",
 7739]
 7740
 7741[[package]]
 7742name = "gpui_util"
 7743version = "0.1.0"
 7744dependencies = [
 7745 "anyhow",
 7746 "log",
 7747]
 7748
 7749[[package]]
 7750name = "gpui_web"
 7751version = "0.1.0"
 7752dependencies = [
 7753 "anyhow",
 7754 "console_error_panic_hook",
 7755 "futures 0.3.32",
 7756 "gpui",
 7757 "gpui_wgpu",
 7758 "http_client",
 7759 "js-sys",
 7760 "log",
 7761 "parking_lot",
 7762 "raw-window-handle",
 7763 "smallvec",
 7764 "uuid",
 7765 "wasm-bindgen",
 7766 "wasm-bindgen-futures",
 7767 "wasm_thread",
 7768 "web-sys",
 7769 "web-time",
 7770]
 7771
 7772[[package]]
 7773name = "gpui_wgpu"
 7774version = "0.1.0"
 7775dependencies = [
 7776 "anyhow",
 7777 "bytemuck",
 7778 "collections",
 7779 "cosmic-text",
 7780 "etagere",
 7781 "gpui",
 7782 "gpui_util",
 7783 "itertools 0.14.0",
 7784 "js-sys",
 7785 "log",
 7786 "parking_lot",
 7787 "pollster 0.4.0",
 7788 "profiling",
 7789 "raw-window-handle",
 7790 "smallvec",
 7791 "swash",
 7792 "wasm-bindgen",
 7793 "wasm-bindgen-futures",
 7794 "web-sys",
 7795 "wgpu",
 7796 "zed-font-kit",
 7797]
 7798
 7799[[package]]
 7800name = "gpui_windows"
 7801version = "0.1.0"
 7802dependencies = [
 7803 "anyhow",
 7804 "collections",
 7805 "etagere",
 7806 "futures 0.3.32",
 7807 "gpui",
 7808 "image",
 7809 "itertools 0.14.0",
 7810 "log",
 7811 "parking_lot",
 7812 "rand 0.9.2",
 7813 "raw-window-handle",
 7814 "smallvec",
 7815 "util",
 7816 "uuid",
 7817 "windows 0.61.3",
 7818 "windows-core 0.61.2",
 7819 "windows-numerics 0.2.0",
 7820 "windows-registry 0.5.3",
 7821 "zed-scap",
 7822]
 7823
 7824[[package]]
 7825name = "grammars"
 7826version = "0.1.0"
 7827dependencies = [
 7828 "anyhow",
 7829 "language_core",
 7830 "rust-embed",
 7831 "toml 0.8.23",
 7832 "tree-sitter",
 7833 "tree-sitter-bash",
 7834 "tree-sitter-c",
 7835 "tree-sitter-cpp",
 7836 "tree-sitter-css",
 7837 "tree-sitter-diff",
 7838 "tree-sitter-gitcommit",
 7839 "tree-sitter-go",
 7840 "tree-sitter-gomod",
 7841 "tree-sitter-gowork",
 7842 "tree-sitter-jsdoc",
 7843 "tree-sitter-json",
 7844 "tree-sitter-md",
 7845 "tree-sitter-python",
 7846 "tree-sitter-regex",
 7847 "tree-sitter-rust",
 7848 "tree-sitter-typescript",
 7849 "tree-sitter-yaml",
 7850 "util",
 7851]
 7852
 7853[[package]]
 7854name = "grid"
 7855version = "0.18.0"
 7856source = "registry+https://github.com/rust-lang/crates.io-index"
 7857checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7858
 7859[[package]]
 7860name = "group"
 7861version = "0.12.1"
 7862source = "registry+https://github.com/rust-lang/crates.io-index"
 7863checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7864dependencies = [
 7865 "ff",
 7866 "rand_core 0.6.4",
 7867 "subtle",
 7868]
 7869
 7870[[package]]
 7871name = "h2"
 7872version = "0.3.27"
 7873source = "registry+https://github.com/rust-lang/crates.io-index"
 7874checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7875dependencies = [
 7876 "bytes 1.11.1",
 7877 "fnv",
 7878 "futures-core",
 7879 "futures-sink",
 7880 "futures-util",
 7881 "http 0.2.12",
 7882 "indexmap",
 7883 "slab",
 7884 "tokio",
 7885 "tokio-util",
 7886 "tracing",
 7887]
 7888
 7889[[package]]
 7890name = "h2"
 7891version = "0.4.12"
 7892source = "registry+https://github.com/rust-lang/crates.io-index"
 7893checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7894dependencies = [
 7895 "atomic-waker",
 7896 "bytes 1.11.1",
 7897 "fnv",
 7898 "futures-core",
 7899 "futures-sink",
 7900 "http 1.3.1",
 7901 "indexmap",
 7902 "slab",
 7903 "tokio",
 7904 "tokio-util",
 7905 "tracing",
 7906]
 7907
 7908[[package]]
 7909name = "half"
 7910version = "2.7.1"
 7911source = "registry+https://github.com/rust-lang/crates.io-index"
 7912checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7913dependencies = [
 7914 "bytemuck",
 7915 "cfg-if",
 7916 "crunchy",
 7917 "num-traits",
 7918 "rand 0.9.2",
 7919 "rand_distr",
 7920 "zerocopy",
 7921]
 7922
 7923[[package]]
 7924name = "handlebars"
 7925version = "4.5.0"
 7926source = "registry+https://github.com/rust-lang/crates.io-index"
 7927checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7928dependencies = [
 7929 "log",
 7930 "pest",
 7931 "pest_derive",
 7932 "rust-embed",
 7933 "serde",
 7934 "serde_json",
 7935 "thiserror 1.0.69",
 7936]
 7937
 7938[[package]]
 7939name = "handlebars"
 7940version = "5.1.2"
 7941source = "registry+https://github.com/rust-lang/crates.io-index"
 7942checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7943dependencies = [
 7944 "log",
 7945 "pest",
 7946 "pest_derive",
 7947 "serde",
 7948 "serde_json",
 7949 "thiserror 1.0.69",
 7950]
 7951
 7952[[package]]
 7953name = "harfrust"
 7954version = "0.5.0"
 7955source = "registry+https://github.com/rust-lang/crates.io-index"
 7956checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7957dependencies = [
 7958 "bitflags 2.10.0",
 7959 "bytemuck",
 7960 "core_maths",
 7961 "read-fonts 0.37.0",
 7962 "smallvec",
 7963]
 7964
 7965[[package]]
 7966name = "hash32"
 7967version = "0.3.1"
 7968source = "registry+https://github.com/rust-lang/crates.io-index"
 7969checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7970dependencies = [
 7971 "byteorder",
 7972]
 7973
 7974[[package]]
 7975name = "hashbrown"
 7976version = "0.12.3"
 7977source = "registry+https://github.com/rust-lang/crates.io-index"
 7978checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7979dependencies = [
 7980 "ahash 0.7.8",
 7981]
 7982
 7983[[package]]
 7984name = "hashbrown"
 7985version = "0.14.5"
 7986source = "registry+https://github.com/rust-lang/crates.io-index"
 7987checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7988dependencies = [
 7989 "ahash 0.8.12",
 7990 "allocator-api2",
 7991]
 7992
 7993[[package]]
 7994name = "hashbrown"
 7995version = "0.15.5"
 7996source = "registry+https://github.com/rust-lang/crates.io-index"
 7997checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7998dependencies = [
 7999 "allocator-api2",
 8000 "equivalent",
 8001 "foldhash 0.1.5",
 8002 "serde",
 8003]
 8004
 8005[[package]]
 8006name = "hashbrown"
 8007version = "0.16.1"
 8008source = "registry+https://github.com/rust-lang/crates.io-index"
 8009checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8010dependencies = [
 8011 "allocator-api2",
 8012 "equivalent",
 8013 "foldhash 0.2.0",
 8014]
 8015
 8016[[package]]
 8017name = "hashlink"
 8018version = "0.8.4"
 8019source = "registry+https://github.com/rust-lang/crates.io-index"
 8020checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8021dependencies = [
 8022 "hashbrown 0.14.5",
 8023]
 8024
 8025[[package]]
 8026name = "hashlink"
 8027version = "0.10.0"
 8028source = "registry+https://github.com/rust-lang/crates.io-index"
 8029checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8030dependencies = [
 8031 "hashbrown 0.15.5",
 8032]
 8033
 8034[[package]]
 8035name = "headers"
 8036version = "0.3.9"
 8037source = "registry+https://github.com/rust-lang/crates.io-index"
 8038checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8039dependencies = [
 8040 "base64 0.21.7",
 8041 "bytes 1.11.1",
 8042 "headers-core",
 8043 "http 0.2.12",
 8044 "httpdate",
 8045 "mime",
 8046 "sha1",
 8047]
 8048
 8049[[package]]
 8050name = "headers-core"
 8051version = "0.2.0"
 8052source = "registry+https://github.com/rust-lang/crates.io-index"
 8053checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8054dependencies = [
 8055 "http 0.2.12",
 8056]
 8057
 8058[[package]]
 8059name = "heapless"
 8060version = "0.9.2"
 8061source = "registry+https://github.com/rust-lang/crates.io-index"
 8062checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8063dependencies = [
 8064 "hash32",
 8065 "stable_deref_trait",
 8066]
 8067
 8068[[package]]
 8069name = "heck"
 8070version = "0.3.3"
 8071source = "registry+https://github.com/rust-lang/crates.io-index"
 8072checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8073dependencies = [
 8074 "unicode-segmentation",
 8075]
 8076
 8077[[package]]
 8078name = "heck"
 8079version = "0.4.1"
 8080source = "registry+https://github.com/rust-lang/crates.io-index"
 8081checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8082dependencies = [
 8083 "unicode-segmentation",
 8084]
 8085
 8086[[package]]
 8087name = "heck"
 8088version = "0.5.0"
 8089source = "registry+https://github.com/rust-lang/crates.io-index"
 8090checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8091
 8092[[package]]
 8093name = "heed"
 8094version = "0.21.0"
 8095source = "registry+https://github.com/rust-lang/crates.io-index"
 8096checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8097dependencies = [
 8098 "bitflags 2.10.0",
 8099 "byteorder",
 8100 "heed-traits",
 8101 "heed-types",
 8102 "libc",
 8103 "lmdb-master-sys",
 8104 "once_cell",
 8105 "page_size",
 8106 "serde",
 8107 "synchronoise",
 8108 "url",
 8109]
 8110
 8111[[package]]
 8112name = "heed-traits"
 8113version = "0.20.0"
 8114source = "registry+https://github.com/rust-lang/crates.io-index"
 8115checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8116
 8117[[package]]
 8118name = "heed-types"
 8119version = "0.21.0"
 8120source = "registry+https://github.com/rust-lang/crates.io-index"
 8121checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8122dependencies = [
 8123 "bincode",
 8124 "byteorder",
 8125 "heed-traits",
 8126 "serde",
 8127 "serde_json",
 8128]
 8129
 8130[[package]]
 8131name = "hermit-abi"
 8132version = "0.5.2"
 8133source = "registry+https://github.com/rust-lang/crates.io-index"
 8134checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8135
 8136[[package]]
 8137name = "hex"
 8138version = "0.4.3"
 8139source = "registry+https://github.com/rust-lang/crates.io-index"
 8140checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8141
 8142[[package]]
 8143name = "hexf-parse"
 8144version = "0.2.1"
 8145source = "registry+https://github.com/rust-lang/crates.io-index"
 8146checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8147
 8148[[package]]
 8149name = "hkdf"
 8150version = "0.12.4"
 8151source = "registry+https://github.com/rust-lang/crates.io-index"
 8152checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8153dependencies = [
 8154 "hmac",
 8155]
 8156
 8157[[package]]
 8158name = "hmac"
 8159version = "0.12.1"
 8160source = "registry+https://github.com/rust-lang/crates.io-index"
 8161checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8162dependencies = [
 8163 "digest",
 8164]
 8165
 8166[[package]]
 8167name = "home"
 8168version = "0.5.11"
 8169source = "registry+https://github.com/rust-lang/crates.io-index"
 8170checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8171dependencies = [
 8172 "windows-sys 0.59.0",
 8173]
 8174
 8175[[package]]
 8176name = "hound"
 8177version = "3.5.1"
 8178source = "registry+https://github.com/rust-lang/crates.io-index"
 8179checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8180
 8181[[package]]
 8182name = "html5ever"
 8183version = "0.27.0"
 8184source = "registry+https://github.com/rust-lang/crates.io-index"
 8185checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8186dependencies = [
 8187 "log",
 8188 "mac",
 8189 "markup5ever 0.12.1",
 8190 "proc-macro2",
 8191 "quote",
 8192 "syn 2.0.117",
 8193]
 8194
 8195[[package]]
 8196name = "html5ever"
 8197version = "0.35.0"
 8198source = "registry+https://github.com/rust-lang/crates.io-index"
 8199checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8200dependencies = [
 8201 "log",
 8202 "markup5ever 0.35.0",
 8203 "match_token",
 8204]
 8205
 8206[[package]]
 8207name = "html_to_markdown"
 8208version = "0.1.0"
 8209dependencies = [
 8210 "anyhow",
 8211 "html5ever 0.27.0",
 8212 "indoc",
 8213 "markup5ever_rcdom",
 8214 "pretty_assertions",
 8215 "regex",
 8216]
 8217
 8218[[package]]
 8219name = "http"
 8220version = "0.2.12"
 8221source = "registry+https://github.com/rust-lang/crates.io-index"
 8222checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8223dependencies = [
 8224 "bytes 1.11.1",
 8225 "fnv",
 8226 "itoa",
 8227]
 8228
 8229[[package]]
 8230name = "http"
 8231version = "1.3.1"
 8232source = "registry+https://github.com/rust-lang/crates.io-index"
 8233checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8234dependencies = [
 8235 "bytes 1.11.1",
 8236 "fnv",
 8237 "itoa",
 8238]
 8239
 8240[[package]]
 8241name = "http-body"
 8242version = "0.4.6"
 8243source = "registry+https://github.com/rust-lang/crates.io-index"
 8244checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8245dependencies = [
 8246 "bytes 1.11.1",
 8247 "http 0.2.12",
 8248 "pin-project-lite",
 8249]
 8250
 8251[[package]]
 8252name = "http-body"
 8253version = "1.0.1"
 8254source = "registry+https://github.com/rust-lang/crates.io-index"
 8255checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8256dependencies = [
 8257 "bytes 1.11.1",
 8258 "http 1.3.1",
 8259]
 8260
 8261[[package]]
 8262name = "http-body-util"
 8263version = "0.1.3"
 8264source = "registry+https://github.com/rust-lang/crates.io-index"
 8265checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8266dependencies = [
 8267 "bytes 1.11.1",
 8268 "futures-core",
 8269 "http 1.3.1",
 8270 "http-body 1.0.1",
 8271 "pin-project-lite",
 8272]
 8273
 8274[[package]]
 8275name = "http-range-header"
 8276version = "0.3.1"
 8277source = "registry+https://github.com/rust-lang/crates.io-index"
 8278checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8279
 8280[[package]]
 8281name = "http_client"
 8282version = "0.1.0"
 8283dependencies = [
 8284 "anyhow",
 8285 "async-compression",
 8286 "async-fs",
 8287 "async-tar",
 8288 "bytes 1.11.1",
 8289 "derive_more",
 8290 "futures 0.3.32",
 8291 "http 1.3.1",
 8292 "http-body 1.0.1",
 8293 "log",
 8294 "parking_lot",
 8295 "serde",
 8296 "serde_json",
 8297 "serde_urlencoded",
 8298 "sha2",
 8299 "tempfile",
 8300 "url",
 8301 "util",
 8302]
 8303
 8304[[package]]
 8305name = "http_client_tls"
 8306version = "0.1.0"
 8307dependencies = [
 8308 "rustls 0.23.33",
 8309 "rustls-platform-verifier",
 8310]
 8311
 8312[[package]]
 8313name = "httparse"
 8314version = "1.10.1"
 8315source = "registry+https://github.com/rust-lang/crates.io-index"
 8316checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8317
 8318[[package]]
 8319name = "httpdate"
 8320version = "1.0.3"
 8321source = "registry+https://github.com/rust-lang/crates.io-index"
 8322checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8323
 8324[[package]]
 8325name = "human_bytes"
 8326version = "0.4.3"
 8327source = "registry+https://github.com/rust-lang/crates.io-index"
 8328checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8329
 8330[[package]]
 8331name = "humantime"
 8332version = "2.3.0"
 8333source = "registry+https://github.com/rust-lang/crates.io-index"
 8334checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8335
 8336[[package]]
 8337name = "hyper"
 8338version = "0.14.32"
 8339source = "registry+https://github.com/rust-lang/crates.io-index"
 8340checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8341dependencies = [
 8342 "bytes 1.11.1",
 8343 "futures-channel",
 8344 "futures-core",
 8345 "futures-util",
 8346 "h2 0.3.27",
 8347 "http 0.2.12",
 8348 "http-body 0.4.6",
 8349 "httparse",
 8350 "httpdate",
 8351 "itoa",
 8352 "pin-project-lite",
 8353 "socket2 0.5.10",
 8354 "tokio",
 8355 "tower-service",
 8356 "tracing",
 8357 "want",
 8358]
 8359
 8360[[package]]
 8361name = "hyper"
 8362version = "1.7.0"
 8363source = "registry+https://github.com/rust-lang/crates.io-index"
 8364checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8365dependencies = [
 8366 "atomic-waker",
 8367 "bytes 1.11.1",
 8368 "futures-channel",
 8369 "futures-core",
 8370 "h2 0.4.12",
 8371 "http 1.3.1",
 8372 "http-body 1.0.1",
 8373 "httparse",
 8374 "itoa",
 8375 "pin-project-lite",
 8376 "pin-utils",
 8377 "smallvec",
 8378 "tokio",
 8379 "want",
 8380]
 8381
 8382[[package]]
 8383name = "hyper-rustls"
 8384version = "0.24.2"
 8385source = "registry+https://github.com/rust-lang/crates.io-index"
 8386checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8387dependencies = [
 8388 "futures-util",
 8389 "http 0.2.12",
 8390 "hyper 0.14.32",
 8391 "log",
 8392 "rustls 0.21.12",
 8393 "rustls-native-certs 0.6.3",
 8394 "tokio",
 8395 "tokio-rustls 0.24.1",
 8396]
 8397
 8398[[package]]
 8399name = "hyper-rustls"
 8400version = "0.27.7"
 8401source = "registry+https://github.com/rust-lang/crates.io-index"
 8402checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8403dependencies = [
 8404 "http 1.3.1",
 8405 "hyper 1.7.0",
 8406 "hyper-util",
 8407 "log",
 8408 "rustls 0.23.33",
 8409 "rustls-native-certs 0.8.2",
 8410 "rustls-pki-types",
 8411 "tokio",
 8412 "tokio-rustls 0.26.2",
 8413 "tower-service",
 8414]
 8415
 8416[[package]]
 8417name = "hyper-timeout"
 8418version = "0.5.2"
 8419source = "registry+https://github.com/rust-lang/crates.io-index"
 8420checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8421dependencies = [
 8422 "hyper 1.7.0",
 8423 "hyper-util",
 8424 "pin-project-lite",
 8425 "tokio",
 8426 "tower-service",
 8427]
 8428
 8429[[package]]
 8430name = "hyper-tls"
 8431version = "0.5.0"
 8432source = "registry+https://github.com/rust-lang/crates.io-index"
 8433checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8434dependencies = [
 8435 "bytes 1.11.1",
 8436 "hyper 0.14.32",
 8437 "native-tls",
 8438 "tokio",
 8439 "tokio-native-tls",
 8440]
 8441
 8442[[package]]
 8443name = "hyper-util"
 8444version = "0.1.17"
 8445source = "registry+https://github.com/rust-lang/crates.io-index"
 8446checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8447dependencies = [
 8448 "base64 0.22.1",
 8449 "bytes 1.11.1",
 8450 "futures-channel",
 8451 "futures-core",
 8452 "futures-util",
 8453 "http 1.3.1",
 8454 "http-body 1.0.1",
 8455 "hyper 1.7.0",
 8456 "ipnet",
 8457 "libc",
 8458 "percent-encoding",
 8459 "pin-project-lite",
 8460 "socket2 0.6.1",
 8461 "tokio",
 8462 "tower-service",
 8463 "tracing",
 8464]
 8465
 8466[[package]]
 8467name = "iana-time-zone"
 8468version = "0.1.64"
 8469source = "registry+https://github.com/rust-lang/crates.io-index"
 8470checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8471dependencies = [
 8472 "android_system_properties",
 8473 "core-foundation-sys",
 8474 "iana-time-zone-haiku",
 8475 "js-sys",
 8476 "log",
 8477 "wasm-bindgen",
 8478 "windows-core 0.62.2",
 8479]
 8480
 8481[[package]]
 8482name = "iana-time-zone-haiku"
 8483version = "0.1.2"
 8484source = "registry+https://github.com/rust-lang/crates.io-index"
 8485checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8486dependencies = [
 8487 "cc",
 8488]
 8489
 8490[[package]]
 8491name = "icons"
 8492version = "0.1.0"
 8493dependencies = [
 8494 "serde",
 8495 "strum 0.27.2",
 8496]
 8497
 8498[[package]]
 8499name = "icu_collections"
 8500version = "2.0.0"
 8501source = "registry+https://github.com/rust-lang/crates.io-index"
 8502checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8503dependencies = [
 8504 "displaydoc",
 8505 "potential_utf",
 8506 "yoke 0.8.0",
 8507 "zerofrom",
 8508 "zerovec",
 8509]
 8510
 8511[[package]]
 8512name = "icu_locale_core"
 8513version = "2.0.0"
 8514source = "registry+https://github.com/rust-lang/crates.io-index"
 8515checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8516dependencies = [
 8517 "displaydoc",
 8518 "litemap",
 8519 "tinystr",
 8520 "writeable",
 8521 "zerovec",
 8522]
 8523
 8524[[package]]
 8525name = "icu_normalizer"
 8526version = "2.0.0"
 8527source = "registry+https://github.com/rust-lang/crates.io-index"
 8528checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8529dependencies = [
 8530 "displaydoc",
 8531 "icu_collections",
 8532 "icu_normalizer_data",
 8533 "icu_properties",
 8534 "icu_provider",
 8535 "smallvec",
 8536 "zerovec",
 8537]
 8538
 8539[[package]]
 8540name = "icu_normalizer_data"
 8541version = "2.0.0"
 8542source = "registry+https://github.com/rust-lang/crates.io-index"
 8543checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8544
 8545[[package]]
 8546name = "icu_properties"
 8547version = "2.0.1"
 8548source = "registry+https://github.com/rust-lang/crates.io-index"
 8549checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8550dependencies = [
 8551 "displaydoc",
 8552 "icu_collections",
 8553 "icu_locale_core",
 8554 "icu_properties_data",
 8555 "icu_provider",
 8556 "potential_utf",
 8557 "zerotrie",
 8558 "zerovec",
 8559]
 8560
 8561[[package]]
 8562name = "icu_properties_data"
 8563version = "2.0.1"
 8564source = "registry+https://github.com/rust-lang/crates.io-index"
 8565checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8566
 8567[[package]]
 8568name = "icu_provider"
 8569version = "2.0.0"
 8570source = "registry+https://github.com/rust-lang/crates.io-index"
 8571checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8572dependencies = [
 8573 "displaydoc",
 8574 "icu_locale_core",
 8575 "stable_deref_trait",
 8576 "tinystr",
 8577 "writeable",
 8578 "yoke 0.8.0",
 8579 "zerofrom",
 8580 "zerotrie",
 8581 "zerovec",
 8582]
 8583
 8584[[package]]
 8585name = "id-arena"
 8586version = "2.2.1"
 8587source = "registry+https://github.com/rust-lang/crates.io-index"
 8588checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8589
 8590[[package]]
 8591name = "ident_case"
 8592version = "1.0.1"
 8593source = "registry+https://github.com/rust-lang/crates.io-index"
 8594checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8595
 8596[[package]]
 8597name = "idna"
 8598version = "1.1.0"
 8599source = "registry+https://github.com/rust-lang/crates.io-index"
 8600checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8601dependencies = [
 8602 "idna_adapter",
 8603 "smallvec",
 8604 "utf8_iter",
 8605]
 8606
 8607[[package]]
 8608name = "idna_adapter"
 8609version = "1.2.1"
 8610source = "registry+https://github.com/rust-lang/crates.io-index"
 8611checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8612dependencies = [
 8613 "icu_normalizer",
 8614 "icu_properties",
 8615]
 8616
 8617[[package]]
 8618name = "ignore"
 8619version = "0.4.24"
 8620source = "registry+https://github.com/rust-lang/crates.io-index"
 8621checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8622dependencies = [
 8623 "crossbeam-deque",
 8624 "globset",
 8625 "log",
 8626 "memchr",
 8627 "regex-automata",
 8628 "same-file",
 8629 "walkdir",
 8630 "winapi-util",
 8631]
 8632
 8633[[package]]
 8634name = "image"
 8635version = "0.25.8"
 8636source = "registry+https://github.com/rust-lang/crates.io-index"
 8637checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8638dependencies = [
 8639 "bytemuck",
 8640 "byteorder-lite",
 8641 "color_quant",
 8642 "exr",
 8643 "gif",
 8644 "image-webp",
 8645 "moxcms",
 8646 "num-traits",
 8647 "png 0.18.0",
 8648 "qoi",
 8649 "ravif",
 8650 "rayon",
 8651 "rgb",
 8652 "tiff",
 8653 "zune-core",
 8654 "zune-jpeg",
 8655]
 8656
 8657[[package]]
 8658name = "image-webp"
 8659version = "0.2.4"
 8660source = "registry+https://github.com/rust-lang/crates.io-index"
 8661checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8662dependencies = [
 8663 "byteorder-lite",
 8664 "quick-error 2.0.1",
 8665]
 8666
 8667[[package]]
 8668name = "image_viewer"
 8669version = "0.1.0"
 8670dependencies = [
 8671 "anyhow",
 8672 "db",
 8673 "editor",
 8674 "file_icons",
 8675 "gpui",
 8676 "language",
 8677 "log",
 8678 "project",
 8679 "serde",
 8680 "settings",
 8681 "theme_settings",
 8682 "ui",
 8683 "util",
 8684 "workspace",
 8685]
 8686
 8687[[package]]
 8688name = "imagesize"
 8689version = "0.13.0"
 8690source = "registry+https://github.com/rust-lang/crates.io-index"
 8691checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8692
 8693[[package]]
 8694name = "imara-diff"
 8695version = "0.1.8"
 8696source = "registry+https://github.com/rust-lang/crates.io-index"
 8697checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8698dependencies = [
 8699 "hashbrown 0.15.5",
 8700]
 8701
 8702[[package]]
 8703name = "imgref"
 8704version = "1.12.0"
 8705source = "registry+https://github.com/rust-lang/crates.io-index"
 8706checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8707
 8708[[package]]
 8709name = "indenter"
 8710version = "0.3.4"
 8711source = "registry+https://github.com/rust-lang/crates.io-index"
 8712checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8713
 8714[[package]]
 8715name = "indexmap"
 8716version = "2.11.4"
 8717source = "registry+https://github.com/rust-lang/crates.io-index"
 8718checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8719dependencies = [
 8720 "equivalent",
 8721 "hashbrown 0.16.1",
 8722 "serde",
 8723 "serde_core",
 8724]
 8725
 8726[[package]]
 8727name = "indoc"
 8728version = "2.0.6"
 8729source = "registry+https://github.com/rust-lang/crates.io-index"
 8730checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8731
 8732[[package]]
 8733name = "inherent"
 8734version = "1.0.13"
 8735source = "registry+https://github.com/rust-lang/crates.io-index"
 8736checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8737dependencies = [
 8738 "proc-macro2",
 8739 "quote",
 8740 "syn 2.0.117",
 8741]
 8742
 8743[[package]]
 8744name = "inotify"
 8745version = "0.9.6"
 8746source = "registry+https://github.com/rust-lang/crates.io-index"
 8747checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8748dependencies = [
 8749 "bitflags 1.3.2",
 8750 "inotify-sys",
 8751 "libc",
 8752]
 8753
 8754[[package]]
 8755name = "inotify"
 8756version = "0.11.0"
 8757source = "registry+https://github.com/rust-lang/crates.io-index"
 8758checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8759dependencies = [
 8760 "bitflags 2.10.0",
 8761 "inotify-sys",
 8762 "libc",
 8763]
 8764
 8765[[package]]
 8766name = "inotify-sys"
 8767version = "0.1.5"
 8768source = "registry+https://github.com/rust-lang/crates.io-index"
 8769checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8770dependencies = [
 8771 "libc",
 8772]
 8773
 8774[[package]]
 8775name = "inout"
 8776version = "0.1.4"
 8777source = "registry+https://github.com/rust-lang/crates.io-index"
 8778checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8779dependencies = [
 8780 "block-padding",
 8781 "generic-array",
 8782]
 8783
 8784[[package]]
 8785name = "inspector_ui"
 8786version = "0.1.0"
 8787dependencies = [
 8788 "anyhow",
 8789 "command_palette_hooks",
 8790 "editor",
 8791 "fuzzy",
 8792 "gpui",
 8793 "language",
 8794 "project",
 8795 "serde_json",
 8796 "serde_json_lenient",
 8797 "theme_settings",
 8798 "ui",
 8799 "util",
 8800 "util_macros",
 8801 "workspace",
 8802 "zed_actions",
 8803]
 8804
 8805[[package]]
 8806name = "install_cli"
 8807version = "0.1.0"
 8808dependencies = [
 8809 "anyhow",
 8810 "client",
 8811 "gpui",
 8812 "release_channel",
 8813 "smol",
 8814 "util",
 8815 "workspace",
 8816]
 8817
 8818[[package]]
 8819name = "instant"
 8820version = "0.1.13"
 8821source = "registry+https://github.com/rust-lang/crates.io-index"
 8822checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8823dependencies = [
 8824 "cfg-if",
 8825]
 8826
 8827[[package]]
 8828name = "interpolate_name"
 8829version = "0.2.4"
 8830source = "registry+https://github.com/rust-lang/crates.io-index"
 8831checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8832dependencies = [
 8833 "proc-macro2",
 8834 "quote",
 8835 "syn 2.0.117",
 8836]
 8837
 8838[[package]]
 8839name = "inventory"
 8840version = "0.3.21"
 8841source = "registry+https://github.com/rust-lang/crates.io-index"
 8842checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8843dependencies = [
 8844 "rustversion",
 8845]
 8846
 8847[[package]]
 8848name = "io-extras"
 8849version = "0.18.4"
 8850source = "registry+https://github.com/rust-lang/crates.io-index"
 8851checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8852dependencies = [
 8853 "io-lifetimes",
 8854 "windows-sys 0.59.0",
 8855]
 8856
 8857[[package]]
 8858name = "io-lifetimes"
 8859version = "2.0.4"
 8860source = "registry+https://github.com/rust-lang/crates.io-index"
 8861checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8862
 8863[[package]]
 8864name = "io-surface"
 8865version = "0.16.1"
 8866source = "registry+https://github.com/rust-lang/crates.io-index"
 8867checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8868dependencies = [
 8869 "cgl",
 8870 "core-foundation 0.10.0",
 8871 "core-foundation-sys",
 8872 "leaky-cow",
 8873]
 8874
 8875[[package]]
 8876name = "iovec"
 8877version = "0.1.4"
 8878source = "registry+https://github.com/rust-lang/crates.io-index"
 8879checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8880dependencies = [
 8881 "libc",
 8882]
 8883
 8884[[package]]
 8885name = "ipc-channel"
 8886version = "0.19.0"
 8887source = "registry+https://github.com/rust-lang/crates.io-index"
 8888checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8889dependencies = [
 8890 "bincode",
 8891 "crossbeam-channel",
 8892 "fnv",
 8893 "lazy_static",
 8894 "libc",
 8895 "mio 1.1.0",
 8896 "rand 0.8.5",
 8897 "serde",
 8898 "tempfile",
 8899 "uuid",
 8900 "windows 0.58.0",
 8901]
 8902
 8903[[package]]
 8904name = "ipnet"
 8905version = "2.11.0"
 8906source = "registry+https://github.com/rust-lang/crates.io-index"
 8907checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8908
 8909[[package]]
 8910name = "iri-string"
 8911version = "0.7.8"
 8912source = "registry+https://github.com/rust-lang/crates.io-index"
 8913checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8914dependencies = [
 8915 "memchr",
 8916 "serde",
 8917]
 8918
 8919[[package]]
 8920name = "is-docker"
 8921version = "0.2.0"
 8922source = "registry+https://github.com/rust-lang/crates.io-index"
 8923checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8924dependencies = [
 8925 "once_cell",
 8926]
 8927
 8928[[package]]
 8929name = "is-terminal"
 8930version = "0.4.16"
 8931source = "registry+https://github.com/rust-lang/crates.io-index"
 8932checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8933dependencies = [
 8934 "hermit-abi",
 8935 "libc",
 8936 "windows-sys 0.59.0",
 8937]
 8938
 8939[[package]]
 8940name = "is-wsl"
 8941version = "0.4.0"
 8942source = "registry+https://github.com/rust-lang/crates.io-index"
 8943checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8944dependencies = [
 8945 "is-docker",
 8946 "once_cell",
 8947]
 8948
 8949[[package]]
 8950name = "is_executable"
 8951version = "1.0.5"
 8952source = "registry+https://github.com/rust-lang/crates.io-index"
 8953checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8954dependencies = [
 8955 "windows-sys 0.60.2",
 8956]
 8957
 8958[[package]]
 8959name = "is_terminal_polyfill"
 8960version = "1.70.1"
 8961source = "registry+https://github.com/rust-lang/crates.io-index"
 8962checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8963
 8964[[package]]
 8965name = "itertools"
 8966version = "0.10.5"
 8967source = "registry+https://github.com/rust-lang/crates.io-index"
 8968checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8969dependencies = [
 8970 "either",
 8971]
 8972
 8973[[package]]
 8974name = "itertools"
 8975version = "0.11.0"
 8976source = "registry+https://github.com/rust-lang/crates.io-index"
 8977checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8978dependencies = [
 8979 "either",
 8980]
 8981
 8982[[package]]
 8983name = "itertools"
 8984version = "0.12.1"
 8985source = "registry+https://github.com/rust-lang/crates.io-index"
 8986checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8987dependencies = [
 8988 "either",
 8989]
 8990
 8991[[package]]
 8992name = "itertools"
 8993version = "0.14.0"
 8994source = "registry+https://github.com/rust-lang/crates.io-index"
 8995checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8996dependencies = [
 8997 "either",
 8998]
 8999
 9000[[package]]
 9001name = "itoa"
 9002version = "1.0.15"
 9003source = "registry+https://github.com/rust-lang/crates.io-index"
 9004checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9005
 9006[[package]]
 9007name = "jiff"
 9008version = "0.2.15"
 9009source = "registry+https://github.com/rust-lang/crates.io-index"
 9010checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9011dependencies = [
 9012 "jiff-static",
 9013 "log",
 9014 "portable-atomic",
 9015 "portable-atomic-util",
 9016 "serde",
 9017]
 9018
 9019[[package]]
 9020name = "jiff-static"
 9021version = "0.2.15"
 9022source = "registry+https://github.com/rust-lang/crates.io-index"
 9023checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9024dependencies = [
 9025 "proc-macro2",
 9026 "quote",
 9027 "syn 2.0.117",
 9028]
 9029
 9030[[package]]
 9031name = "jni"
 9032version = "0.21.1"
 9033source = "registry+https://github.com/rust-lang/crates.io-index"
 9034checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9035dependencies = [
 9036 "cesu8",
 9037 "cfg-if",
 9038 "combine",
 9039 "jni-sys",
 9040 "log",
 9041 "thiserror 1.0.69",
 9042 "walkdir",
 9043 "windows-sys 0.45.0",
 9044]
 9045
 9046[[package]]
 9047name = "jni-sys"
 9048version = "0.3.0"
 9049source = "registry+https://github.com/rust-lang/crates.io-index"
 9050checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9051
 9052[[package]]
 9053name = "jobserver"
 9054version = "0.1.34"
 9055source = "registry+https://github.com/rust-lang/crates.io-index"
 9056checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9057dependencies = [
 9058 "getrandom 0.3.4",
 9059 "libc",
 9060]
 9061
 9062[[package]]
 9063name = "journal"
 9064version = "0.1.0"
 9065dependencies = [
 9066 "anyhow",
 9067 "chrono",
 9068 "editor",
 9069 "gpui",
 9070 "log",
 9071 "serde",
 9072 "settings",
 9073 "shellexpand 2.1.2",
 9074 "workspace",
 9075]
 9076
 9077[[package]]
 9078name = "js-sys"
 9079version = "0.3.90"
 9080source = "registry+https://github.com/rust-lang/crates.io-index"
 9081checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9082dependencies = [
 9083 "once_cell",
 9084 "wasm-bindgen",
 9085]
 9086
 9087[[package]]
 9088name = "json5"
 9089version = "0.4.1"
 9090source = "registry+https://github.com/rust-lang/crates.io-index"
 9091checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9092dependencies = [
 9093 "pest",
 9094 "pest_derive",
 9095 "serde",
 9096]
 9097
 9098[[package]]
 9099name = "json_dotpath"
 9100version = "1.1.0"
 9101source = "registry+https://github.com/rust-lang/crates.io-index"
 9102checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9103dependencies = [
 9104 "serde",
 9105 "serde_derive",
 9106 "serde_json",
 9107 "thiserror 1.0.69",
 9108]
 9109
 9110[[package]]
 9111name = "json_schema_store"
 9112version = "0.1.0"
 9113dependencies = [
 9114 "anyhow",
 9115 "collections",
 9116 "dap",
 9117 "extension",
 9118 "gpui",
 9119 "language",
 9120 "parking_lot",
 9121 "paths",
 9122 "project",
 9123 "schemars",
 9124 "serde",
 9125 "serde_json",
 9126 "settings",
 9127 "snippet_provider",
 9128 "task",
 9129 "theme",
 9130 "util",
 9131]
 9132
 9133[[package]]
 9134name = "jsonschema"
 9135version = "0.37.4"
 9136source = "registry+https://github.com/rust-lang/crates.io-index"
 9137checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9138dependencies = [
 9139 "ahash 0.8.12",
 9140 "bytecount",
 9141 "data-encoding",
 9142 "email_address",
 9143 "fancy-regex 0.16.2",
 9144 "fraction",
 9145 "getrandom 0.3.4",
 9146 "idna",
 9147 "itoa",
 9148 "num-cmp",
 9149 "num-traits",
 9150 "percent-encoding",
 9151 "referencing",
 9152 "regex",
 9153 "regex-syntax",
 9154 "reqwest 0.12.24",
 9155 "serde",
 9156 "serde_json",
 9157 "unicode-general-category",
 9158 "uuid-simd",
 9159]
 9160
 9161[[package]]
 9162name = "jsonwebtoken"
 9163version = "10.3.0"
 9164source = "registry+https://github.com/rust-lang/crates.io-index"
 9165checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9166dependencies = [
 9167 "aws-lc-rs",
 9168 "base64 0.22.1",
 9169 "getrandom 0.2.16",
 9170 "js-sys",
 9171 "pem",
 9172 "serde",
 9173 "serde_json",
 9174 "signature 2.2.0",
 9175 "simple_asn1",
 9176]
 9177
 9178[[package]]
 9179name = "jupyter-protocol"
 9180version = "1.4.0"
 9181source = "registry+https://github.com/rust-lang/crates.io-index"
 9182checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9183dependencies = [
 9184 "async-trait",
 9185 "bytes 1.11.1",
 9186 "chrono",
 9187 "futures 0.3.32",
 9188 "serde",
 9189 "serde_json",
 9190 "thiserror 2.0.17",
 9191 "uuid",
 9192]
 9193
 9194[[package]]
 9195name = "jupyter-websocket-client"
 9196version = "1.0.0"
 9197source = "registry+https://github.com/rust-lang/crates.io-index"
 9198checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9199dependencies = [
 9200 "anyhow",
 9201 "async-trait",
 9202 "async-tungstenite",
 9203 "futures 0.3.32",
 9204 "jupyter-protocol",
 9205 "serde",
 9206 "serde_json",
 9207 "tokio",
 9208 "url",
 9209 "uuid",
 9210]
 9211
 9212[[package]]
 9213name = "keymap_editor"
 9214version = "0.1.0"
 9215dependencies = [
 9216 "anyhow",
 9217 "collections",
 9218 "command_palette",
 9219 "component",
 9220 "db",
 9221 "editor",
 9222 "fs",
 9223 "fuzzy",
 9224 "gpui",
 9225 "itertools 0.14.0",
 9226 "json_schema_store",
 9227 "language",
 9228 "log",
 9229 "menu",
 9230 "notifications",
 9231 "paths",
 9232 "project",
 9233 "search",
 9234 "serde",
 9235 "serde_json",
 9236 "settings",
 9237 "telemetry",
 9238 "tempfile",
 9239 "theme",
 9240 "theme_settings",
 9241 "tree-sitter-json",
 9242 "tree-sitter-rust",
 9243 "ui",
 9244 "ui_input",
 9245 "util",
 9246 "workspace",
 9247 "zed_actions",
 9248]
 9249
 9250[[package]]
 9251name = "khronos-egl"
 9252version = "6.0.0"
 9253source = "registry+https://github.com/rust-lang/crates.io-index"
 9254checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9255dependencies = [
 9256 "libc",
 9257 "libloading",
 9258 "pkg-config",
 9259]
 9260
 9261[[package]]
 9262name = "khronos_api"
 9263version = "3.1.0"
 9264source = "registry+https://github.com/rust-lang/crates.io-index"
 9265checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9266
 9267[[package]]
 9268name = "kqueue"
 9269version = "1.1.1"
 9270source = "registry+https://github.com/rust-lang/crates.io-index"
 9271checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9272dependencies = [
 9273 "kqueue-sys",
 9274 "libc",
 9275]
 9276
 9277[[package]]
 9278name = "kqueue-sys"
 9279version = "1.0.4"
 9280source = "registry+https://github.com/rust-lang/crates.io-index"
 9281checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9282dependencies = [
 9283 "bitflags 1.3.2",
 9284 "libc",
 9285]
 9286
 9287[[package]]
 9288name = "kurbo"
 9289version = "0.11.3"
 9290source = "registry+https://github.com/rust-lang/crates.io-index"
 9291checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9292dependencies = [
 9293 "arrayvec",
 9294 "euclid",
 9295 "smallvec",
 9296]
 9297
 9298[[package]]
 9299name = "kv-log-macro"
 9300version = "1.0.7"
 9301source = "registry+https://github.com/rust-lang/crates.io-index"
 9302checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9303dependencies = [
 9304 "log",
 9305]
 9306
 9307[[package]]
 9308name = "language"
 9309version = "0.1.0"
 9310dependencies = [
 9311 "anyhow",
 9312 "async-trait",
 9313 "clock",
 9314 "collections",
 9315 "criterion",
 9316 "ctor",
 9317 "diffy",
 9318 "ec4rs",
 9319 "encoding_rs",
 9320 "fs",
 9321 "futures 0.3.32",
 9322 "fuzzy",
 9323 "globset",
 9324 "gpui",
 9325 "http_client",
 9326 "imara-diff",
 9327 "indoc",
 9328 "itertools 0.14.0",
 9329 "language_core",
 9330 "log",
 9331 "lsp",
 9332 "parking_lot",
 9333 "postage",
 9334 "pretty_assertions",
 9335 "rand 0.9.2",
 9336 "regex",
 9337 "rpc",
 9338 "semver",
 9339 "serde",
 9340 "serde_json",
 9341 "settings",
 9342 "shellexpand 2.1.2",
 9343 "smallvec",
 9344 "smol",
 9345 "streaming-iterator",
 9346 "strsim",
 9347 "sum_tree",
 9348 "task",
 9349 "text",
 9350 "theme",
 9351 "theme_settings",
 9352 "toml 0.8.23",
 9353 "tracing",
 9354 "tree-sitter",
 9355 "tree-sitter-elixir",
 9356 "tree-sitter-embedded-template",
 9357 "tree-sitter-heex",
 9358 "tree-sitter-html",
 9359 "tree-sitter-json",
 9360 "tree-sitter-md",
 9361 "tree-sitter-python",
 9362 "tree-sitter-ruby",
 9363 "tree-sitter-rust",
 9364 "tree-sitter-typescript",
 9365 "unicase",
 9366 "unindent",
 9367 "util",
 9368 "watch",
 9369 "zlog",
 9370 "ztracing",
 9371]
 9372
 9373[[package]]
 9374name = "language_core"
 9375version = "0.1.0"
 9376dependencies = [
 9377 "anyhow",
 9378 "collections",
 9379 "gpui_shared_string",
 9380 "log",
 9381 "lsp",
 9382 "parking_lot",
 9383 "regex",
 9384 "schemars",
 9385 "serde",
 9386 "serde_json",
 9387 "toml 0.8.23",
 9388 "tree-sitter",
 9389 "util",
 9390]
 9391
 9392[[package]]
 9393name = "language_extension"
 9394version = "0.1.0"
 9395dependencies = [
 9396 "anyhow",
 9397 "async-trait",
 9398 "collections",
 9399 "extension",
 9400 "fs",
 9401 "futures 0.3.32",
 9402 "gpui",
 9403 "language",
 9404 "log",
 9405 "lsp",
 9406 "project",
 9407 "serde",
 9408 "serde_json",
 9409 "tracing",
 9410 "util",
 9411 "ztracing",
 9412]
 9413
 9414[[package]]
 9415name = "language_model"
 9416version = "0.1.0"
 9417dependencies = [
 9418 "anyhow",
 9419 "base64 0.22.1",
 9420 "collections",
 9421 "credentials_provider",
 9422 "env_var",
 9423 "futures 0.3.32",
 9424 "gpui",
 9425 "http_client",
 9426 "icons",
 9427 "image",
 9428 "language_model_core",
 9429 "log",
 9430 "parking_lot",
 9431 "serde",
 9432 "serde_json",
 9433 "thiserror 2.0.17",
 9434 "util",
 9435]
 9436
 9437[[package]]
 9438name = "language_model_core"
 9439version = "0.1.0"
 9440dependencies = [
 9441 "anyhow",
 9442 "cloud_llm_client",
 9443 "futures 0.3.32",
 9444 "gpui_shared_string",
 9445 "http_client",
 9446 "partial-json-fixer",
 9447 "schemars",
 9448 "serde",
 9449 "serde_json",
 9450 "smol",
 9451 "strum 0.27.2",
 9452 "thiserror 2.0.17",
 9453]
 9454
 9455[[package]]
 9456name = "language_models"
 9457version = "0.1.0"
 9458dependencies = [
 9459 "ai_onboarding",
 9460 "anthropic",
 9461 "anyhow",
 9462 "aws-config",
 9463 "aws-credential-types",
 9464 "aws_http_client",
 9465 "base64 0.22.1",
 9466 "bedrock",
 9467 "client",
 9468 "cloud_api_client",
 9469 "cloud_api_types",
 9470 "collections",
 9471 "component",
 9472 "convert_case 0.8.0",
 9473 "copilot",
 9474 "copilot_chat",
 9475 "copilot_ui",
 9476 "credentials_provider",
 9477 "deepseek",
 9478 "extension",
 9479 "extension_host",
 9480 "fs",
 9481 "futures 0.3.32",
 9482 "google_ai",
 9483 "gpui",
 9484 "gpui_tokio",
 9485 "http_client",
 9486 "language",
 9487 "language_model",
 9488 "language_models_cloud",
 9489 "lmstudio",
 9490 "log",
 9491 "menu",
 9492 "mistral",
 9493 "ollama",
 9494 "open_ai",
 9495 "open_router",
 9496 "opencode",
 9497 "pretty_assertions",
 9498 "release_channel",
 9499 "schemars",
 9500 "serde",
 9501 "serde_json",
 9502 "settings",
 9503 "smol",
 9504 "strum 0.27.2",
 9505 "tiktoken-rs",
 9506 "tokio",
 9507 "ui",
 9508 "ui_input",
 9509 "util",
 9510 "vercel",
 9511 "x_ai",
 9512]
 9513
 9514[[package]]
 9515name = "language_models_cloud"
 9516version = "0.1.0"
 9517dependencies = [
 9518 "anthropic",
 9519 "anyhow",
 9520 "cloud_llm_client",
 9521 "futures 0.3.32",
 9522 "google_ai",
 9523 "gpui",
 9524 "http_client",
 9525 "language_model",
 9526 "open_ai",
 9527 "schemars",
 9528 "semver",
 9529 "serde",
 9530 "serde_json",
 9531 "smol",
 9532 "thiserror 2.0.17",
 9533 "x_ai",
 9534]
 9535
 9536[[package]]
 9537name = "language_onboarding"
 9538version = "0.1.0"
 9539dependencies = [
 9540 "db",
 9541 "editor",
 9542 "gpui",
 9543 "project",
 9544 "ui",
 9545 "workspace",
 9546]
 9547
 9548[[package]]
 9549name = "language_selector"
 9550version = "0.1.0"
 9551dependencies = [
 9552 "anyhow",
 9553 "editor",
 9554 "file_icons",
 9555 "fuzzy",
 9556 "gpui",
 9557 "language",
 9558 "open_path_prompt",
 9559 "picker",
 9560 "project",
 9561 "serde_json",
 9562 "settings",
 9563 "ui",
 9564 "util",
 9565 "workspace",
 9566]
 9567
 9568[[package]]
 9569name = "language_tools"
 9570version = "0.1.0"
 9571dependencies = [
 9572 "anyhow",
 9573 "client",
 9574 "collections",
 9575 "command_palette_hooks",
 9576 "edit_prediction",
 9577 "editor",
 9578 "futures 0.3.32",
 9579 "gpui",
 9580 "itertools 0.14.0",
 9581 "language",
 9582 "lsp",
 9583 "menu",
 9584 "project",
 9585 "proto",
 9586 "release_channel",
 9587 "semver",
 9588 "serde_json",
 9589 "settings",
 9590 "sysinfo 0.37.2",
 9591 "telemetry",
 9592 "theme",
 9593 "theme_settings",
 9594 "tree-sitter",
 9595 "ui",
 9596 "util",
 9597 "workspace",
 9598 "zed_actions",
 9599 "zlog",
 9600]
 9601
 9602[[package]]
 9603name = "languages"
 9604version = "0.1.0"
 9605dependencies = [
 9606 "anyhow",
 9607 "async-compression",
 9608 "async-fs",
 9609 "async-tar",
 9610 "async-trait",
 9611 "chrono",
 9612 "collections",
 9613 "fs",
 9614 "futures 0.3.32",
 9615 "globset",
 9616 "gpui",
 9617 "grammars",
 9618 "http_client",
 9619 "itertools 0.14.0",
 9620 "json_schema_store",
 9621 "language",
 9622 "log",
 9623 "lsp",
 9624 "node_runtime",
 9625 "parking_lot",
 9626 "pet",
 9627 "pet-conda",
 9628 "pet-core",
 9629 "pet-fs",
 9630 "pet-poetry",
 9631 "pet-reporter",
 9632 "pet-virtualenv",
 9633 "pretty_assertions",
 9634 "project",
 9635 "regex",
 9636 "rope",
 9637 "semver",
 9638 "serde",
 9639 "serde_json",
 9640 "serde_json_lenient",
 9641 "settings",
 9642 "smallvec",
 9643 "smol",
 9644 "snippet",
 9645 "task",
 9646 "terminal",
 9647 "theme",
 9648 "tree-sitter",
 9649 "tree-sitter-bash",
 9650 "tree-sitter-c",
 9651 "tree-sitter-cpp",
 9652 "tree-sitter-css",
 9653 "tree-sitter-gitcommit",
 9654 "tree-sitter-go",
 9655 "tree-sitter-python",
 9656 "tree-sitter-rust",
 9657 "tree-sitter-typescript",
 9658 "unindent",
 9659 "url",
 9660 "util",
 9661]
 9662
 9663[[package]]
 9664name = "lazy_static"
 9665version = "1.5.0"
 9666source = "registry+https://github.com/rust-lang/crates.io-index"
 9667checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9668dependencies = [
 9669 "spin 0.9.8",
 9670]
 9671
 9672[[package]]
 9673name = "leak"
 9674version = "0.1.2"
 9675source = "registry+https://github.com/rust-lang/crates.io-index"
 9676checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9677
 9678[[package]]
 9679name = "leaky-cow"
 9680version = "0.1.1"
 9681source = "registry+https://github.com/rust-lang/crates.io-index"
 9682checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9683dependencies = [
 9684 "leak",
 9685]
 9686
 9687[[package]]
 9688name = "leb128"
 9689version = "0.2.5"
 9690source = "registry+https://github.com/rust-lang/crates.io-index"
 9691checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9692
 9693[[package]]
 9694name = "leb128fmt"
 9695version = "0.1.0"
 9696source = "registry+https://github.com/rust-lang/crates.io-index"
 9697checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9698
 9699[[package]]
 9700name = "lebe"
 9701version = "0.5.3"
 9702source = "registry+https://github.com/rust-lang/crates.io-index"
 9703checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9704
 9705[[package]]
 9706name = "libbz2-rs-sys"
 9707version = "0.2.2"
 9708source = "registry+https://github.com/rust-lang/crates.io-index"
 9709checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9710
 9711[[package]]
 9712name = "libc"
 9713version = "0.2.182"
 9714source = "registry+https://github.com/rust-lang/crates.io-index"
 9715checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9716
 9717[[package]]
 9718name = "libdbus-sys"
 9719version = "0.2.6"
 9720source = "registry+https://github.com/rust-lang/crates.io-index"
 9721checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9722dependencies = [
 9723 "cc",
 9724 "pkg-config",
 9725]
 9726
 9727[[package]]
 9728name = "libfuzzer-sys"
 9729version = "0.4.10"
 9730source = "registry+https://github.com/rust-lang/crates.io-index"
 9731checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9732dependencies = [
 9733 "arbitrary",
 9734 "cc",
 9735]
 9736
 9737[[package]]
 9738name = "libgit2-sys"
 9739version = "0.18.3+1.9.2"
 9740source = "registry+https://github.com/rust-lang/crates.io-index"
 9741checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9742dependencies = [
 9743 "cc",
 9744 "libc",
 9745 "libz-sys",
 9746 "pkg-config",
 9747]
 9748
 9749[[package]]
 9750name = "libloading"
 9751version = "0.8.9"
 9752source = "registry+https://github.com/rust-lang/crates.io-index"
 9753checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9754dependencies = [
 9755 "cfg-if",
 9756 "windows-link 0.2.1",
 9757]
 9758
 9759[[package]]
 9760name = "libm"
 9761version = "0.2.15"
 9762source = "registry+https://github.com/rust-lang/crates.io-index"
 9763checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9764
 9765[[package]]
 9766name = "libmimalloc-sys"
 9767version = "0.1.44"
 9768source = "registry+https://github.com/rust-lang/crates.io-index"
 9769checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9770dependencies = [
 9771 "cc",
 9772 "libc",
 9773]
 9774
 9775[[package]]
 9776name = "libredox"
 9777version = "0.1.10"
 9778source = "registry+https://github.com/rust-lang/crates.io-index"
 9779checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9780dependencies = [
 9781 "bitflags 2.10.0",
 9782 "libc",
 9783 "redox_syscall 0.5.18",
 9784]
 9785
 9786[[package]]
 9787name = "libsqlite3-sys"
 9788version = "0.30.1"
 9789source = "registry+https://github.com/rust-lang/crates.io-index"
 9790checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9791dependencies = [
 9792 "cc",
 9793 "pkg-config",
 9794 "vcpkg",
 9795]
 9796
 9797[[package]]
 9798name = "libwebrtc"
 9799version = "0.3.26"
 9800source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9801dependencies = [
 9802 "cxx",
 9803 "glib",
 9804 "jni",
 9805 "js-sys",
 9806 "lazy_static",
 9807 "livekit-protocol",
 9808 "livekit-runtime",
 9809 "log",
 9810 "parking_lot",
 9811 "serde",
 9812 "serde_json",
 9813 "thiserror 1.0.69",
 9814 "tokio",
 9815 "wasm-bindgen",
 9816 "wasm-bindgen-futures",
 9817 "web-sys",
 9818 "webrtc-sys",
 9819]
 9820
 9821[[package]]
 9822name = "libz-sys"
 9823version = "1.1.22"
 9824source = "registry+https://github.com/rust-lang/crates.io-index"
 9825checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9826dependencies = [
 9827 "cc",
 9828 "libc",
 9829 "pkg-config",
 9830 "vcpkg",
 9831]
 9832
 9833[[package]]
 9834name = "line_ending_selector"
 9835version = "0.1.0"
 9836dependencies = [
 9837 "editor",
 9838 "gpui",
 9839 "language",
 9840 "picker",
 9841 "project",
 9842 "ui",
 9843 "util",
 9844 "workspace",
 9845]
 9846
 9847[[package]]
 9848name = "linebender_resource_handle"
 9849version = "0.1.1"
 9850source = "registry+https://github.com/rust-lang/crates.io-index"
 9851checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9852
 9853[[package]]
 9854name = "link-cplusplus"
 9855version = "1.0.12"
 9856source = "registry+https://github.com/rust-lang/crates.io-index"
 9857checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9858dependencies = [
 9859 "cc",
 9860]
 9861
 9862[[package]]
 9863name = "linkify"
 9864version = "0.10.0"
 9865source = "registry+https://github.com/rust-lang/crates.io-index"
 9866checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9867dependencies = [
 9868 "memchr",
 9869]
 9870
 9871[[package]]
 9872name = "linux-raw-sys"
 9873version = "0.4.15"
 9874source = "registry+https://github.com/rust-lang/crates.io-index"
 9875checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9876
 9877[[package]]
 9878name = "linux-raw-sys"
 9879version = "0.11.0"
 9880source = "registry+https://github.com/rust-lang/crates.io-index"
 9881checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9882
 9883[[package]]
 9884name = "litemap"
 9885version = "0.8.0"
 9886source = "registry+https://github.com/rust-lang/crates.io-index"
 9887checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9888
 9889[[package]]
 9890name = "litrs"
 9891version = "1.0.0"
 9892source = "registry+https://github.com/rust-lang/crates.io-index"
 9893checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9894
 9895[[package]]
 9896name = "livekit"
 9897version = "0.7.32"
 9898source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9899dependencies = [
 9900 "base64 0.22.1",
 9901 "bmrng",
 9902 "bytes 1.11.1",
 9903 "chrono",
 9904 "futures-util",
 9905 "lazy_static",
 9906 "libloading",
 9907 "libwebrtc",
 9908 "livekit-api",
 9909 "livekit-protocol",
 9910 "livekit-runtime",
 9911 "log",
 9912 "parking_lot",
 9913 "prost 0.12.6",
 9914 "semver",
 9915 "serde",
 9916 "serde_json",
 9917 "thiserror 1.0.69",
 9918 "tokio",
 9919]
 9920
 9921[[package]]
 9922name = "livekit-api"
 9923version = "0.4.14"
 9924source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9925dependencies = [
 9926 "base64 0.21.7",
 9927 "futures-util",
 9928 "http 1.3.1",
 9929 "livekit-protocol",
 9930 "livekit-runtime",
 9931 "log",
 9932 "parking_lot",
 9933 "pbjson-types",
 9934 "prost 0.12.6",
 9935 "rand 0.9.2",
 9936 "reqwest 0.12.24",
 9937 "rustls-native-certs 0.6.3",
 9938 "scopeguard",
 9939 "serde",
 9940 "sha2",
 9941 "thiserror 1.0.69",
 9942 "tokio",
 9943 "tokio-rustls 0.26.2",
 9944 "tokio-tungstenite 0.28.0",
 9945 "url",
 9946]
 9947
 9948[[package]]
 9949name = "livekit-protocol"
 9950version = "0.7.1"
 9951source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9952dependencies = [
 9953 "futures-util",
 9954 "livekit-runtime",
 9955 "parking_lot",
 9956 "pbjson",
 9957 "pbjson-types",
 9958 "prost 0.12.6",
 9959 "serde",
 9960 "thiserror 1.0.69",
 9961 "tokio",
 9962]
 9963
 9964[[package]]
 9965name = "livekit-runtime"
 9966version = "0.4.0"
 9967source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9968dependencies = [
 9969 "tokio",
 9970 "tokio-stream",
 9971]
 9972
 9973[[package]]
 9974name = "livekit_api"
 9975version = "0.1.0"
 9976dependencies = [
 9977 "anyhow",
 9978 "async-trait",
 9979 "jsonwebtoken",
 9980 "log",
 9981 "prost 0.9.0",
 9982 "prost-build 0.9.0",
 9983 "prost-types 0.9.0",
 9984 "serde",
 9985 "zed-reqwest",
 9986]
 9987
 9988[[package]]
 9989name = "livekit_client"
 9990version = "0.1.0"
 9991dependencies = [
 9992 "anyhow",
 9993 "async-trait",
 9994 "audio",
 9995 "cocoa 0.26.0",
 9996 "collections",
 9997 "core-foundation 0.10.0",
 9998 "core-video",
 9999 "coreaudio-rs 0.12.1",
10000 "cpal",
10001 "futures 0.3.32",
10002 "gpui",
10003 "gpui_platform",
10004 "gpui_tokio",
10005 "http_client_tls",
10006 "image",
10007 "libwebrtc",
10008 "livekit",
10009 "livekit_api",
10010 "log",
10011 "nanoid",
10012 "objc",
10013 "parking_lot",
10014 "postage",
10015 "rodio",
10016 "serde",
10017 "serde_json",
10018 "serde_urlencoded",
10019 "settings",
10020 "simplelog",
10021 "smallvec",
10022 "tokio",
10023 "ui",
10024 "util",
10025 "webrtc-sys",
10026 "zed-scap",
10027]
10028
10029[[package]]
10030name = "lmdb-master-sys"
10031version = "0.2.5"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10034dependencies = [
10035 "cc",
10036 "doxygen-rs",
10037 "libc",
10038]
10039
10040[[package]]
10041name = "lmstudio"
10042version = "0.1.0"
10043dependencies = [
10044 "anyhow",
10045 "futures 0.3.32",
10046 "http_client",
10047 "schemars",
10048 "serde",
10049 "serde_json",
10050]
10051
10052[[package]]
10053name = "lock_api"
10054version = "0.4.14"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10057dependencies = [
10058 "scopeguard",
10059]
10060
10061[[package]]
10062name = "log"
10063version = "0.4.29"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10066dependencies = [
10067 "serde_core",
10068 "value-bag",
10069]
10070
10071[[package]]
10072name = "loom"
10073version = "0.7.2"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10076dependencies = [
10077 "cfg-if",
10078 "generator",
10079 "scoped-tls",
10080 "tracing",
10081 "tracing-subscriber",
10082]
10083
10084[[package]]
10085name = "loop9"
10086version = "0.1.5"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10089dependencies = [
10090 "imgref",
10091]
10092
10093[[package]]
10094name = "lru"
10095version = "0.12.5"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10098dependencies = [
10099 "hashbrown 0.15.5",
10100]
10101
10102[[package]]
10103name = "lru-slab"
10104version = "0.1.2"
10105source = "registry+https://github.com/rust-lang/crates.io-index"
10106checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10107
10108[[package]]
10109name = "lsp"
10110version = "0.1.0"
10111dependencies = [
10112 "anyhow",
10113 "async-pipe",
10114 "collections",
10115 "ctor",
10116 "futures 0.3.32",
10117 "gpui",
10118 "gpui_util",
10119 "log",
10120 "lsp-types",
10121 "parking_lot",
10122 "postage",
10123 "release_channel",
10124 "schemars",
10125 "semver",
10126 "serde",
10127 "serde_json",
10128 "smol",
10129 "util",
10130 "zlog",
10131]
10132
10133[[package]]
10134name = "lsp-types"
10135version = "0.95.1"
10136source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10137dependencies = [
10138 "bitflags 1.3.2",
10139 "serde",
10140 "serde_json",
10141 "url",
10142]
10143
10144[[package]]
10145name = "lyon"
10146version = "1.0.16"
10147source = "registry+https://github.com/rust-lang/crates.io-index"
10148checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10149dependencies = [
10150 "lyon_algorithms",
10151 "lyon_extra",
10152 "lyon_tessellation",
10153]
10154
10155[[package]]
10156name = "lyon_algorithms"
10157version = "1.0.16"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10160dependencies = [
10161 "lyon_path",
10162 "num-traits",
10163]
10164
10165[[package]]
10166name = "lyon_extra"
10167version = "1.0.3"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10170dependencies = [
10171 "lyon_path",
10172 "thiserror 1.0.69",
10173]
10174
10175[[package]]
10176name = "lyon_geom"
10177version = "1.0.17"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10180dependencies = [
10181 "arrayvec",
10182 "euclid",
10183 "num-traits",
10184]
10185
10186[[package]]
10187name = "lyon_path"
10188version = "1.0.16"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10191dependencies = [
10192 "lyon_geom",
10193 "num-traits",
10194]
10195
10196[[package]]
10197name = "lyon_tessellation"
10198version = "1.0.16"
10199source = "registry+https://github.com/rust-lang/crates.io-index"
10200checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10201dependencies = [
10202 "float_next_after",
10203 "lyon_path",
10204 "num-traits",
10205]
10206
10207[[package]]
10208name = "mac"
10209version = "0.1.1"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10212
10213[[package]]
10214name = "mach2"
10215version = "0.4.3"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10218dependencies = [
10219 "libc",
10220]
10221
10222[[package]]
10223name = "mach2"
10224version = "0.5.0"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10227dependencies = [
10228 "libc",
10229]
10230
10231[[package]]
10232name = "malloc_buf"
10233version = "0.0.6"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10236dependencies = [
10237 "libc",
10238]
10239
10240[[package]]
10241name = "maplit"
10242version = "1.0.2"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10245
10246[[package]]
10247name = "markdown"
10248version = "0.1.0"
10249dependencies = [
10250 "anyhow",
10251 "assets",
10252 "base64 0.22.1",
10253 "collections",
10254 "env_logger 0.11.8",
10255 "fs",
10256 "futures 0.3.32",
10257 "gpui",
10258 "gpui_platform",
10259 "html5ever 0.27.0",
10260 "language",
10261 "languages",
10262 "linkify",
10263 "log",
10264 "markup5ever_rcdom",
10265 "mermaid-rs-renderer",
10266 "node_runtime",
10267 "pulldown-cmark 0.13.0",
10268 "settings",
10269 "stacksafe",
10270 "sum_tree",
10271 "theme",
10272 "theme_settings",
10273 "ui",
10274 "util",
10275]
10276
10277[[package]]
10278name = "markdown_preview"
10279version = "0.1.0"
10280dependencies = [
10281 "anyhow",
10282 "editor",
10283 "gpui",
10284 "language",
10285 "log",
10286 "markdown",
10287 "project",
10288 "settings",
10289 "tempfile",
10290 "theme_settings",
10291 "ui",
10292 "urlencoding",
10293 "util",
10294 "workspace",
10295 "zed_actions",
10296]
10297
10298[[package]]
10299name = "markup5ever"
10300version = "0.12.1"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10303dependencies = [
10304 "log",
10305 "phf 0.11.3",
10306 "phf_codegen",
10307 "string_cache",
10308 "string_cache_codegen",
10309 "tendril",
10310]
10311
10312[[package]]
10313name = "markup5ever"
10314version = "0.35.0"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10317dependencies = [
10318 "log",
10319 "tendril",
10320 "web_atoms",
10321]
10322
10323[[package]]
10324name = "markup5ever_rcdom"
10325version = "0.3.0"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10328dependencies = [
10329 "html5ever 0.27.0",
10330 "markup5ever 0.12.1",
10331 "tendril",
10332 "xml5ever",
10333]
10334
10335[[package]]
10336name = "match_token"
10337version = "0.35.0"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10340dependencies = [
10341 "proc-macro2",
10342 "quote",
10343 "syn 2.0.117",
10344]
10345
10346[[package]]
10347name = "matchers"
10348version = "0.2.0"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10351dependencies = [
10352 "regex-automata",
10353]
10354
10355[[package]]
10356name = "matchit"
10357version = "0.7.3"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10360
10361[[package]]
10362name = "maybe-owned"
10363version = "0.3.4"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10366
10367[[package]]
10368name = "maybe-rayon"
10369version = "0.1.1"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10372dependencies = [
10373 "cfg-if",
10374 "rayon",
10375]
10376
10377[[package]]
10378name = "md-5"
10379version = "0.10.6"
10380source = "registry+https://github.com/rust-lang/crates.io-index"
10381checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10382dependencies = [
10383 "cfg-if",
10384 "digest",
10385]
10386
10387[[package]]
10388name = "mdbook"
10389version = "0.4.40"
10390source = "registry+https://github.com/rust-lang/crates.io-index"
10391checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10392dependencies = [
10393 "ammonia",
10394 "anyhow",
10395 "chrono",
10396 "clap",
10397 "clap_complete",
10398 "elasticlunr-rs",
10399 "env_logger 0.11.8",
10400 "futures-util",
10401 "handlebars 5.1.2",
10402 "ignore",
10403 "log",
10404 "memchr",
10405 "notify 6.1.1",
10406 "notify-debouncer-mini",
10407 "once_cell",
10408 "opener",
10409 "pathdiff",
10410 "pulldown-cmark 0.10.3",
10411 "regex",
10412 "serde",
10413 "serde_json",
10414 "shlex",
10415 "tempfile",
10416 "tokio",
10417 "toml 0.5.11",
10418 "topological-sort",
10419 "walkdir",
10420 "warp",
10421]
10422
10423[[package]]
10424name = "media"
10425version = "0.1.0"
10426dependencies = [
10427 "anyhow",
10428 "bindgen 0.71.1",
10429 "core-foundation 0.10.0",
10430 "core-video",
10431 "ctor",
10432 "foreign-types 0.5.0",
10433 "metal",
10434 "objc",
10435]
10436
10437[[package]]
10438name = "memchr"
10439version = "2.7.6"
10440source = "registry+https://github.com/rust-lang/crates.io-index"
10441checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10442
10443[[package]]
10444name = "memfd"
10445version = "0.6.5"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10448dependencies = [
10449 "rustix 1.1.2",
10450]
10451
10452[[package]]
10453name = "memmap2"
10454version = "0.9.8"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10457dependencies = [
10458 "libc",
10459 "stable_deref_trait",
10460]
10461
10462[[package]]
10463name = "memoffset"
10464version = "0.9.1"
10465source = "registry+https://github.com/rust-lang/crates.io-index"
10466checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10467dependencies = [
10468 "autocfg",
10469]
10470
10471[[package]]
10472name = "menu"
10473version = "0.1.0"
10474dependencies = [
10475 "gpui",
10476]
10477
10478[[package]]
10479name = "merge"
10480version = "0.1.0"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10483dependencies = [
10484 "merge_derive",
10485 "num-traits",
10486]
10487
10488[[package]]
10489name = "merge_derive"
10490version = "0.1.0"
10491source = "registry+https://github.com/rust-lang/crates.io-index"
10492checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10493dependencies = [
10494 "proc-macro-error",
10495 "proc-macro2",
10496 "quote",
10497 "syn 1.0.109",
10498]
10499
10500[[package]]
10501name = "mermaid-rs-renderer"
10502version = "0.2.0"
10503source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10504dependencies = [
10505 "anyhow",
10506 "fontdb 0.16.2",
10507 "json5",
10508 "once_cell",
10509 "regex",
10510 "serde",
10511 "serde_json",
10512 "thiserror 2.0.17",
10513 "ttf-parser 0.20.0",
10514]
10515
10516[[package]]
10517name = "metal"
10518version = "0.33.0"
10519source = "registry+https://github.com/rust-lang/crates.io-index"
10520checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10521dependencies = [
10522 "bitflags 2.10.0",
10523 "block",
10524 "core-graphics-types 0.2.0",
10525 "foreign-types 0.5.0",
10526 "log",
10527 "objc",
10528 "paste",
10529]
10530
10531[[package]]
10532name = "migrator"
10533version = "0.1.0"
10534dependencies = [
10535 "anyhow",
10536 "collections",
10537 "convert_case 0.8.0",
10538 "log",
10539 "pretty_assertions",
10540 "serde_json",
10541 "serde_json_lenient",
10542 "settings_content",
10543 "settings_json",
10544 "streaming-iterator",
10545 "tree-sitter",
10546 "tree-sitter-json",
10547 "unindent",
10548]
10549
10550[[package]]
10551name = "mimalloc"
10552version = "0.1.48"
10553source = "registry+https://github.com/rust-lang/crates.io-index"
10554checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10555dependencies = [
10556 "libmimalloc-sys",
10557]
10558
10559[[package]]
10560name = "mime"
10561version = "0.3.17"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10564
10565[[package]]
10566name = "mime_guess"
10567version = "2.0.5"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10570dependencies = [
10571 "mime",
10572 "unicase",
10573]
10574
10575[[package]]
10576name = "minidump-common"
10577version = "0.26.1"
10578source = "registry+https://github.com/rust-lang/crates.io-index"
10579checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10580dependencies = [
10581 "bitflags 2.10.0",
10582 "debugid",
10583 "num-derive",
10584 "num-traits",
10585 "range-map",
10586 "scroll",
10587 "smart-default",
10588]
10589
10590[[package]]
10591name = "minidump-writer"
10592version = "0.11.0"
10593source = "registry+https://github.com/rust-lang/crates.io-index"
10594checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10595dependencies = [
10596 "bitflags 2.10.0",
10597 "byteorder",
10598 "cfg-if",
10599 "crash-context",
10600 "error-graph",
10601 "failspot",
10602 "goblin",
10603 "libc",
10604 "log",
10605 "mach2 0.4.3",
10606 "memmap2",
10607 "memoffset",
10608 "minidump-common",
10609 "nix 0.29.0",
10610 "procfs-core",
10611 "scroll",
10612 "serde",
10613 "serde_json",
10614 "tempfile",
10615 "thiserror 2.0.17",
10616]
10617
10618[[package]]
10619name = "minidumper"
10620version = "0.9.0"
10621source = "registry+https://github.com/rust-lang/crates.io-index"
10622checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10623dependencies = [
10624 "cfg-if",
10625 "crash-context",
10626 "libc",
10627 "log",
10628 "minidump-writer",
10629 "parking_lot",
10630 "polling",
10631 "scroll",
10632 "thiserror 2.0.17",
10633 "uds",
10634]
10635
10636[[package]]
10637name = "minimal-lexical"
10638version = "0.2.1"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10641
10642[[package]]
10643name = "miniprofiler_ui"
10644version = "0.1.0"
10645dependencies = [
10646 "gpui",
10647 "rpc",
10648 "serde_json",
10649 "smol",
10650 "theme_settings",
10651 "util",
10652 "workspace",
10653 "zed_actions",
10654]
10655
10656[[package]]
10657name = "miniz_oxide"
10658version = "0.8.9"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10661dependencies = [
10662 "adler2",
10663 "simd-adler32",
10664]
10665
10666[[package]]
10667name = "mio"
10668version = "0.8.11"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10671dependencies = [
10672 "libc",
10673 "log",
10674 "wasi",
10675 "windows-sys 0.48.0",
10676]
10677
10678[[package]]
10679name = "mio"
10680version = "1.1.0"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10683dependencies = [
10684 "libc",
10685 "log",
10686 "wasi",
10687 "windows-sys 0.61.2",
10688]
10689
10690[[package]]
10691name = "miow"
10692version = "0.6.1"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10695dependencies = [
10696 "windows-sys 0.61.2",
10697]
10698
10699[[package]]
10700name = "mistral"
10701version = "0.1.0"
10702dependencies = [
10703 "anyhow",
10704 "futures 0.3.32",
10705 "http_client",
10706 "schemars",
10707 "serde",
10708 "serde_json",
10709 "strum 0.27.2",
10710]
10711
10712[[package]]
10713name = "moka"
10714version = "0.12.11"
10715source = "registry+https://github.com/rust-lang/crates.io-index"
10716checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10717dependencies = [
10718 "crossbeam-channel",
10719 "crossbeam-epoch",
10720 "crossbeam-utils",
10721 "equivalent",
10722 "parking_lot",
10723 "portable-atomic",
10724 "rustc_version",
10725 "smallvec",
10726 "tagptr",
10727 "uuid",
10728]
10729
10730[[package]]
10731name = "moxcms"
10732version = "0.7.7"
10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10735dependencies = [
10736 "num-traits",
10737 "pxfm",
10738]
10739
10740[[package]]
10741name = "msvc_spectre_libs"
10742version = "0.1.3"
10743source = "registry+https://github.com/rust-lang/crates.io-index"
10744checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10745dependencies = [
10746 "cc",
10747]
10748
10749[[package]]
10750name = "multi_buffer"
10751version = "0.1.0"
10752dependencies = [
10753 "anyhow",
10754 "buffer_diff",
10755 "clock",
10756 "collections",
10757 "ctor",
10758 "gpui",
10759 "indoc",
10760 "itertools 0.14.0",
10761 "language",
10762 "log",
10763 "parking_lot",
10764 "pretty_assertions",
10765 "rand 0.9.2",
10766 "rope",
10767 "serde",
10768 "settings",
10769 "smallvec",
10770 "smol",
10771 "sum_tree",
10772 "text",
10773 "theme",
10774 "tracing",
10775 "tree-sitter",
10776 "unicode-segmentation",
10777 "util",
10778 "zlog",
10779 "ztracing",
10780]
10781
10782[[package]]
10783name = "multimap"
10784version = "0.8.3"
10785source = "registry+https://github.com/rust-lang/crates.io-index"
10786checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10787
10788[[package]]
10789name = "naga"
10790version = "29.0.0"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10793dependencies = [
10794 "arrayvec",
10795 "bit-set 0.9.1",
10796 "bitflags 2.10.0",
10797 "cfg-if",
10798 "cfg_aliases 0.2.1",
10799 "codespan-reporting",
10800 "half",
10801 "hashbrown 0.16.1",
10802 "hexf-parse",
10803 "indexmap",
10804 "libm",
10805 "log",
10806 "num-traits",
10807 "once_cell",
10808 "rustc-hash 1.1.0",
10809 "thiserror 2.0.17",
10810 "unicode-ident",
10811]
10812
10813[[package]]
10814name = "naga"
10815version = "29.0.0"
10816source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10817dependencies = [
10818 "arrayvec",
10819 "bit-set 0.9.1",
10820 "bitflags 2.10.0",
10821 "cfg-if",
10822 "cfg_aliases 0.2.1",
10823 "codespan-reporting",
10824 "half",
10825 "hashbrown 0.16.1",
10826 "hexf-parse",
10827 "indexmap",
10828 "libm",
10829 "log",
10830 "num-traits",
10831 "once_cell",
10832 "rustc-hash 1.1.0",
10833 "spirv",
10834 "thiserror 2.0.17",
10835 "unicode-ident",
10836]
10837
10838[[package]]
10839name = "nanoid"
10840version = "0.4.0"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10843dependencies = [
10844 "rand 0.8.5",
10845]
10846
10847[[package]]
10848name = "nanorand"
10849version = "0.7.0"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10852dependencies = [
10853 "getrandom 0.2.16",
10854]
10855
10856[[package]]
10857name = "native-tls"
10858version = "0.2.14"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10861dependencies = [
10862 "libc",
10863 "log",
10864 "openssl",
10865 "openssl-probe",
10866 "openssl-sys",
10867 "schannel",
10868 "security-framework 2.11.1",
10869 "security-framework-sys",
10870 "tempfile",
10871]
10872
10873[[package]]
10874name = "nbformat"
10875version = "1.2.0"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10878dependencies = [
10879 "anyhow",
10880 "chrono",
10881 "jupyter-protocol",
10882 "serde",
10883 "serde_json",
10884 "thiserror 1.0.69",
10885 "uuid",
10886]
10887
10888[[package]]
10889name = "nc"
10890version = "0.1.0"
10891dependencies = [
10892 "anyhow",
10893 "futures 0.3.32",
10894 "net",
10895 "smol",
10896]
10897
10898[[package]]
10899name = "ndk"
10900version = "0.9.0"
10901source = "registry+https://github.com/rust-lang/crates.io-index"
10902checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10903dependencies = [
10904 "bitflags 2.10.0",
10905 "jni-sys",
10906 "log",
10907 "ndk-sys",
10908 "num_enum",
10909 "thiserror 1.0.69",
10910]
10911
10912[[package]]
10913name = "ndk-context"
10914version = "0.1.1"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10917
10918[[package]]
10919name = "ndk-sys"
10920version = "0.6.0+11769913"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10923dependencies = [
10924 "jni-sys",
10925]
10926
10927[[package]]
10928name = "net"
10929version = "0.1.0"
10930dependencies = [
10931 "anyhow",
10932 "async-io",
10933 "smol",
10934 "tempfile",
10935 "windows 0.61.3",
10936]
10937
10938[[package]]
10939name = "new_debug_unreachable"
10940version = "1.0.6"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10943
10944[[package]]
10945name = "nix"
10946version = "0.28.0"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10949dependencies = [
10950 "bitflags 2.10.0",
10951 "cfg-if",
10952 "cfg_aliases 0.1.1",
10953 "libc",
10954]
10955
10956[[package]]
10957name = "nix"
10958version = "0.29.0"
10959source = "registry+https://github.com/rust-lang/crates.io-index"
10960checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10961dependencies = [
10962 "bitflags 2.10.0",
10963 "cfg-if",
10964 "cfg_aliases 0.2.1",
10965 "libc",
10966]
10967
10968[[package]]
10969name = "nix"
10970version = "0.30.1"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10973dependencies = [
10974 "bitflags 2.10.0",
10975 "cfg-if",
10976 "cfg_aliases 0.2.1",
10977 "libc",
10978]
10979
10980[[package]]
10981name = "node_runtime"
10982version = "0.1.0"
10983dependencies = [
10984 "anyhow",
10985 "async-compression",
10986 "async-std",
10987 "async-tar",
10988 "async-trait",
10989 "futures 0.3.32",
10990 "http_client",
10991 "log",
10992 "paths",
10993 "semver",
10994 "serde",
10995 "serde_json",
10996 "smol",
10997 "util",
10998 "watch",
10999 "which 6.0.3",
11000]
11001
11002[[package]]
11003name = "nom"
11004version = "7.1.3"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11007dependencies = [
11008 "memchr",
11009 "minimal-lexical",
11010]
11011
11012[[package]]
11013name = "nom"
11014version = "8.0.0"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11017dependencies = [
11018 "memchr",
11019]
11020
11021[[package]]
11022name = "noop_proc_macro"
11023version = "0.3.0"
11024source = "registry+https://github.com/rust-lang/crates.io-index"
11025checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11026
11027[[package]]
11028name = "normpath"
11029version = "1.5.0"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11032dependencies = [
11033 "windows-sys 0.61.2",
11034]
11035
11036[[package]]
11037name = "notifications"
11038version = "0.1.0"
11039dependencies = [
11040 "anyhow",
11041 "channel",
11042 "client",
11043 "component",
11044 "db",
11045 "gpui",
11046 "rpc",
11047 "sum_tree",
11048 "time",
11049 "ui",
11050 "util",
11051 "workspace",
11052 "zed_actions",
11053]
11054
11055[[package]]
11056name = "notify"
11057version = "6.1.1"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11060dependencies = [
11061 "bitflags 2.10.0",
11062 "crossbeam-channel",
11063 "filetime",
11064 "fsevent-sys",
11065 "inotify 0.9.6",
11066 "kqueue",
11067 "libc",
11068 "log",
11069 "mio 0.8.11",
11070 "walkdir",
11071 "windows-sys 0.48.0",
11072]
11073
11074[[package]]
11075name = "notify"
11076version = "8.2.0"
11077source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11078dependencies = [
11079 "bitflags 2.10.0",
11080 "fsevent-sys",
11081 "inotify 0.11.0",
11082 "kqueue",
11083 "libc",
11084 "log",
11085 "mio 1.1.0",
11086 "notify-types",
11087 "walkdir",
11088 "windows-sys 0.60.2",
11089]
11090
11091[[package]]
11092name = "notify-debouncer-mini"
11093version = "0.4.1"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11096dependencies = [
11097 "crossbeam-channel",
11098 "log",
11099 "notify 6.1.1",
11100]
11101
11102[[package]]
11103name = "notify-types"
11104version = "2.0.0"
11105source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11106
11107[[package]]
11108name = "ntapi"
11109version = "0.4.1"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11112dependencies = [
11113 "winapi",
11114]
11115
11116[[package]]
11117name = "nu-ansi-term"
11118version = "0.50.3"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11121dependencies = [
11122 "windows-sys 0.61.2",
11123]
11124
11125[[package]]
11126name = "nucleo"
11127version = "0.5.0"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11130dependencies = [
11131 "nucleo-matcher",
11132 "parking_lot",
11133 "rayon",
11134]
11135
11136[[package]]
11137name = "nucleo-matcher"
11138version = "0.3.1"
11139source = "registry+https://github.com/rust-lang/crates.io-index"
11140checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11141dependencies = [
11142 "memchr",
11143 "unicode-segmentation",
11144]
11145
11146[[package]]
11147name = "num"
11148version = "0.4.3"
11149source = "registry+https://github.com/rust-lang/crates.io-index"
11150checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11151dependencies = [
11152 "num-bigint",
11153 "num-complex",
11154 "num-integer",
11155 "num-iter",
11156 "num-rational",
11157 "num-traits",
11158]
11159
11160[[package]]
11161name = "num-bigint"
11162version = "0.4.6"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11165dependencies = [
11166 "num-integer",
11167 "num-traits",
11168]
11169
11170[[package]]
11171name = "num-bigint-dig"
11172version = "0.8.6"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11175dependencies = [
11176 "lazy_static",
11177 "libm",
11178 "num-integer",
11179 "num-iter",
11180 "num-traits",
11181 "rand 0.8.5",
11182 "smallvec",
11183 "zeroize",
11184]
11185
11186[[package]]
11187name = "num-bigint-dig"
11188version = "0.9.1"
11189source = "registry+https://github.com/rust-lang/crates.io-index"
11190checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11191dependencies = [
11192 "libm",
11193 "num-integer",
11194 "num-iter",
11195 "num-traits",
11196 "once_cell",
11197 "rand 0.9.2",
11198 "serde",
11199 "smallvec",
11200 "zeroize",
11201]
11202
11203[[package]]
11204name = "num-cmp"
11205version = "0.1.0"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11208
11209[[package]]
11210name = "num-complex"
11211version = "0.4.6"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11214dependencies = [
11215 "bytemuck",
11216 "num-traits",
11217]
11218
11219[[package]]
11220name = "num-conv"
11221version = "0.2.0"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11224
11225[[package]]
11226name = "num-derive"
11227version = "0.4.2"
11228source = "registry+https://github.com/rust-lang/crates.io-index"
11229checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11230dependencies = [
11231 "proc-macro2",
11232 "quote",
11233 "syn 2.0.117",
11234]
11235
11236[[package]]
11237name = "num-format"
11238version = "0.4.4"
11239source = "registry+https://github.com/rust-lang/crates.io-index"
11240checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11241dependencies = [
11242 "arrayvec",
11243 "itoa",
11244]
11245
11246[[package]]
11247name = "num-integer"
11248version = "0.1.46"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11251dependencies = [
11252 "num-traits",
11253]
11254
11255[[package]]
11256name = "num-iter"
11257version = "0.1.45"
11258source = "registry+https://github.com/rust-lang/crates.io-index"
11259checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11260dependencies = [
11261 "autocfg",
11262 "num-integer",
11263 "num-traits",
11264]
11265
11266[[package]]
11267name = "num-rational"
11268version = "0.4.2"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11271dependencies = [
11272 "num-bigint",
11273 "num-integer",
11274 "num-traits",
11275]
11276
11277[[package]]
11278name = "num-traits"
11279version = "0.2.19"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11282dependencies = [
11283 "autocfg",
11284 "libm",
11285]
11286
11287[[package]]
11288name = "num_cpus"
11289version = "1.17.0"
11290source = "registry+https://github.com/rust-lang/crates.io-index"
11291checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11292dependencies = [
11293 "hermit-abi",
11294 "libc",
11295]
11296
11297[[package]]
11298name = "num_enum"
11299version = "0.7.4"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11302dependencies = [
11303 "num_enum_derive",
11304 "rustversion",
11305]
11306
11307[[package]]
11308name = "num_enum_derive"
11309version = "0.7.4"
11310source = "registry+https://github.com/rust-lang/crates.io-index"
11311checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11312dependencies = [
11313 "proc-macro-crate",
11314 "proc-macro2",
11315 "quote",
11316 "syn 2.0.117",
11317]
11318
11319[[package]]
11320name = "num_threads"
11321version = "0.1.7"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11324dependencies = [
11325 "libc",
11326]
11327
11328[[package]]
11329name = "nvim-rs"
11330version = "0.9.2"
11331source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11332dependencies = [
11333 "async-trait",
11334 "futures 0.3.32",
11335 "log",
11336 "rmp",
11337 "rmpv",
11338 "tokio",
11339 "tokio-util",
11340]
11341
11342[[package]]
11343name = "objc"
11344version = "0.2.7"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11347dependencies = [
11348 "malloc_buf",
11349 "objc_exception",
11350]
11351
11352[[package]]
11353name = "objc-foundation"
11354version = "0.1.1"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11357dependencies = [
11358 "block",
11359 "objc",
11360 "objc_id",
11361]
11362
11363[[package]]
11364name = "objc2"
11365version = "0.6.3"
11366source = "registry+https://github.com/rust-lang/crates.io-index"
11367checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11368dependencies = [
11369 "objc2-encode",
11370]
11371
11372[[package]]
11373name = "objc2-app-kit"
11374version = "0.3.1"
11375source = "registry+https://github.com/rust-lang/crates.io-index"
11376checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11377dependencies = [
11378 "objc2",
11379 "objc2-foundation",
11380]
11381
11382[[package]]
11383name = "objc2-audio-toolbox"
11384version = "0.3.2"
11385source = "registry+https://github.com/rust-lang/crates.io-index"
11386checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11387dependencies = [
11388 "bitflags 2.10.0",
11389 "libc",
11390 "objc2",
11391 "objc2-core-audio",
11392 "objc2-core-audio-types",
11393 "objc2-core-foundation",
11394 "objc2-foundation",
11395]
11396
11397[[package]]
11398name = "objc2-avf-audio"
11399version = "0.3.2"
11400source = "registry+https://github.com/rust-lang/crates.io-index"
11401checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11402dependencies = [
11403 "objc2",
11404 "objc2-foundation",
11405]
11406
11407[[package]]
11408name = "objc2-core-audio"
11409version = "0.3.2"
11410source = "registry+https://github.com/rust-lang/crates.io-index"
11411checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11412dependencies = [
11413 "dispatch2",
11414 "objc2",
11415 "objc2-core-audio-types",
11416 "objc2-core-foundation",
11417 "objc2-foundation",
11418]
11419
11420[[package]]
11421name = "objc2-core-audio-types"
11422version = "0.3.2"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11425dependencies = [
11426 "bitflags 2.10.0",
11427 "objc2",
11428]
11429
11430[[package]]
11431name = "objc2-core-foundation"
11432version = "0.3.2"
11433source = "registry+https://github.com/rust-lang/crates.io-index"
11434checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11435dependencies = [
11436 "bitflags 2.10.0",
11437 "block2",
11438 "dispatch2",
11439 "libc",
11440 "objc2",
11441]
11442
11443[[package]]
11444name = "objc2-encode"
11445version = "4.1.0"
11446source = "registry+https://github.com/rust-lang/crates.io-index"
11447checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11448
11449[[package]]
11450name = "objc2-foundation"
11451version = "0.3.2"
11452source = "registry+https://github.com/rust-lang/crates.io-index"
11453checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11454dependencies = [
11455 "bitflags 2.10.0",
11456 "block2",
11457 "libc",
11458 "objc2",
11459 "objc2-core-foundation",
11460]
11461
11462[[package]]
11463name = "objc2-io-kit"
11464version = "0.3.2"
11465source = "registry+https://github.com/rust-lang/crates.io-index"
11466checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11467dependencies = [
11468 "libc",
11469 "objc2-core-foundation",
11470]
11471
11472[[package]]
11473name = "objc2-metal"
11474version = "0.3.2"
11475source = "registry+https://github.com/rust-lang/crates.io-index"
11476checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11477dependencies = [
11478 "bitflags 2.10.0",
11479 "block2",
11480 "dispatch2",
11481 "objc2",
11482 "objc2-core-foundation",
11483 "objc2-foundation",
11484]
11485
11486[[package]]
11487name = "objc2-quartz-core"
11488version = "0.3.2"
11489source = "registry+https://github.com/rust-lang/crates.io-index"
11490checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11491dependencies = [
11492 "bitflags 2.10.0",
11493 "objc2",
11494 "objc2-core-foundation",
11495 "objc2-foundation",
11496 "objc2-metal",
11497]
11498
11499[[package]]
11500name = "objc_exception"
11501version = "0.1.2"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11504dependencies = [
11505 "cc",
11506]
11507
11508[[package]]
11509name = "objc_id"
11510version = "0.1.1"
11511source = "registry+https://github.com/rust-lang/crates.io-index"
11512checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11513dependencies = [
11514 "objc",
11515]
11516
11517[[package]]
11518name = "object"
11519version = "0.37.3"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11522dependencies = [
11523 "crc32fast",
11524 "hashbrown 0.15.5",
11525 "indexmap",
11526 "memchr",
11527]
11528
11529[[package]]
11530name = "octocrab"
11531version = "0.49.7"
11532source = "registry+https://github.com/rust-lang/crates.io-index"
11533checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11534dependencies = [
11535 "arc-swap",
11536 "async-trait",
11537 "base64 0.22.1",
11538 "bytes 1.11.1",
11539 "cargo_metadata 0.23.1",
11540 "cfg-if",
11541 "chrono",
11542 "either",
11543 "futures 0.3.32",
11544 "futures-core",
11545 "futures-util",
11546 "getrandom 0.2.16",
11547 "http 1.3.1",
11548 "http-body 1.0.1",
11549 "http-body-util",
11550 "hyper 1.7.0",
11551 "hyper-rustls 0.27.7",
11552 "hyper-timeout",
11553 "hyper-util",
11554 "jsonwebtoken",
11555 "once_cell",
11556 "percent-encoding",
11557 "pin-project",
11558 "secrecy",
11559 "serde",
11560 "serde_json",
11561 "serde_path_to_error",
11562 "serde_urlencoded",
11563 "snafu",
11564 "tokio",
11565 "tower 0.5.2",
11566 "tower-http 0.6.6",
11567 "url",
11568 "web-time",
11569]
11570
11571[[package]]
11572name = "ollama"
11573version = "0.1.0"
11574dependencies = [
11575 "anyhow",
11576 "futures 0.3.32",
11577 "http_client",
11578 "schemars",
11579 "serde",
11580 "serde_json",
11581 "settings",
11582]
11583
11584[[package]]
11585name = "onboarding"
11586version = "0.1.0"
11587dependencies = [
11588 "anyhow",
11589 "client",
11590 "cloud_api_types",
11591 "collections",
11592 "component",
11593 "db",
11594 "documented",
11595 "fs",
11596 "fuzzy",
11597 "gpui",
11598 "menu",
11599 "notifications",
11600 "picker",
11601 "project",
11602 "schemars",
11603 "serde",
11604 "settings",
11605 "telemetry",
11606 "theme",
11607 "theme_settings",
11608 "ui",
11609 "util",
11610 "vim_mode_setting",
11611 "workspace",
11612 "zed_actions",
11613 "zlog",
11614]
11615
11616[[package]]
11617name = "once_cell"
11618version = "1.21.3"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11621
11622[[package]]
11623name = "once_cell_polyfill"
11624version = "1.70.1"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11627
11628[[package]]
11629name = "oo7"
11630version = "0.6.0"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11633dependencies = [
11634 "aes",
11635 "ashpd",
11636 "async-fs",
11637 "async-io",
11638 "async-lock 3.4.2",
11639 "blocking",
11640 "cbc",
11641 "cipher",
11642 "digest",
11643 "endi",
11644 "futures-lite 2.6.1",
11645 "futures-util",
11646 "getrandom 0.4.1",
11647 "hkdf",
11648 "hmac",
11649 "md-5",
11650 "num",
11651 "num-bigint-dig 0.9.1",
11652 "pbkdf2 0.12.2",
11653 "serde",
11654 "serde_bytes",
11655 "sha2",
11656 "subtle",
11657 "zbus",
11658 "zbus_macros",
11659 "zeroize",
11660 "zvariant",
11661]
11662
11663[[package]]
11664name = "oorandom"
11665version = "11.1.5"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11668
11669[[package]]
11670name = "open"
11671version = "5.3.2"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11674dependencies = [
11675 "is-wsl",
11676 "libc",
11677 "pathdiff",
11678]
11679
11680[[package]]
11681name = "open_ai"
11682version = "0.1.0"
11683dependencies = [
11684 "anyhow",
11685 "collections",
11686 "futures 0.3.32",
11687 "http_client",
11688 "language_model_core",
11689 "log",
11690 "pretty_assertions",
11691 "rand 0.9.2",
11692 "schemars",
11693 "serde",
11694 "serde_json",
11695 "strum 0.27.2",
11696 "thiserror 2.0.17",
11697 "tiktoken-rs",
11698]
11699
11700[[package]]
11701name = "open_path_prompt"
11702version = "0.1.0"
11703dependencies = [
11704 "editor",
11705 "file_icons",
11706 "futures 0.3.32",
11707 "fuzzy",
11708 "gpui",
11709 "picker",
11710 "project",
11711 "schemars",
11712 "serde",
11713 "serde_json",
11714 "settings",
11715 "theme",
11716 "theme_settings",
11717 "ui",
11718 "util",
11719 "workspace",
11720]
11721
11722[[package]]
11723name = "open_router"
11724version = "0.1.0"
11725dependencies = [
11726 "anyhow",
11727 "futures 0.3.32",
11728 "http_client",
11729 "language_model_core",
11730 "schemars",
11731 "serde",
11732 "serde_json",
11733 "settings",
11734 "strum 0.27.2",
11735 "thiserror 2.0.17",
11736]
11737
11738[[package]]
11739name = "opencode"
11740version = "0.1.0"
11741dependencies = [
11742 "anyhow",
11743 "futures 0.3.32",
11744 "google_ai",
11745 "http_client",
11746 "schemars",
11747 "serde",
11748 "serde_json",
11749 "strum 0.27.2",
11750]
11751
11752[[package]]
11753name = "opener"
11754version = "0.7.2"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11757dependencies = [
11758 "bstr",
11759 "dbus",
11760 "normpath",
11761 "windows-sys 0.59.0",
11762]
11763
11764[[package]]
11765name = "openssl"
11766version = "0.10.74"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11769dependencies = [
11770 "bitflags 2.10.0",
11771 "cfg-if",
11772 "foreign-types 0.3.2",
11773 "libc",
11774 "once_cell",
11775 "openssl-macros",
11776 "openssl-sys",
11777]
11778
11779[[package]]
11780name = "openssl-macros"
11781version = "0.1.1"
11782source = "registry+https://github.com/rust-lang/crates.io-index"
11783checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11784dependencies = [
11785 "proc-macro2",
11786 "quote",
11787 "syn 2.0.117",
11788]
11789
11790[[package]]
11791name = "openssl-probe"
11792version = "0.1.6"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11795
11796[[package]]
11797name = "openssl-sys"
11798version = "0.9.110"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11801dependencies = [
11802 "cc",
11803 "libc",
11804 "pkg-config",
11805 "vcpkg",
11806]
11807
11808[[package]]
11809name = "optfield"
11810version = "0.4.0"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11813dependencies = [
11814 "proc-macro2",
11815 "quote",
11816 "syn 2.0.117",
11817]
11818
11819[[package]]
11820name = "option-ext"
11821version = "0.2.0"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11824
11825[[package]]
11826name = "ordered-float"
11827version = "2.10.1"
11828source = "registry+https://github.com/rust-lang/crates.io-index"
11829checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11830dependencies = [
11831 "num-traits",
11832]
11833
11834[[package]]
11835name = "ordered-float"
11836version = "4.6.0"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11839dependencies = [
11840 "num-traits",
11841]
11842
11843[[package]]
11844name = "ordered-stream"
11845version = "0.2.0"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11848dependencies = [
11849 "futures-core",
11850 "pin-project-lite",
11851]
11852
11853[[package]]
11854name = "ouroboros"
11855version = "0.18.5"
11856source = "registry+https://github.com/rust-lang/crates.io-index"
11857checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11858dependencies = [
11859 "aliasable",
11860 "ouroboros_macro",
11861 "static_assertions",
11862]
11863
11864[[package]]
11865name = "ouroboros_macro"
11866version = "0.18.5"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11869dependencies = [
11870 "heck 0.4.1",
11871 "proc-macro2",
11872 "proc-macro2-diagnostics",
11873 "quote",
11874 "syn 2.0.117",
11875]
11876
11877[[package]]
11878name = "outline"
11879version = "0.1.0"
11880dependencies = [
11881 "editor",
11882 "fuzzy",
11883 "gpui",
11884 "indoc",
11885 "language",
11886 "lsp",
11887 "menu",
11888 "ordered-float 2.10.1",
11889 "picker",
11890 "project",
11891 "rope",
11892 "serde_json",
11893 "settings",
11894 "smol",
11895 "theme",
11896 "theme_settings",
11897 "ui",
11898 "util",
11899 "workspace",
11900 "zed_actions",
11901]
11902
11903[[package]]
11904name = "outline_panel"
11905version = "0.1.0"
11906dependencies = [
11907 "anyhow",
11908 "collections",
11909 "db",
11910 "editor",
11911 "file_icons",
11912 "fuzzy",
11913 "gpui",
11914 "itertools 0.14.0",
11915 "language",
11916 "log",
11917 "lsp",
11918 "menu",
11919 "outline",
11920 "pretty_assertions",
11921 "project",
11922 "search",
11923 "serde",
11924 "serde_json",
11925 "settings",
11926 "smallvec",
11927 "smol",
11928 "theme",
11929 "theme_settings",
11930 "ui",
11931 "util",
11932 "workspace",
11933 "worktree",
11934 "zed_actions",
11935]
11936
11937[[package]]
11938name = "outref"
11939version = "0.5.2"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11942
11943[[package]]
11944name = "p256"
11945version = "0.11.1"
11946source = "registry+https://github.com/rust-lang/crates.io-index"
11947checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11948dependencies = [
11949 "ecdsa",
11950 "elliptic-curve",
11951 "sha2",
11952]
11953
11954[[package]]
11955name = "page_size"
11956version = "0.6.0"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11959dependencies = [
11960 "libc",
11961 "winapi",
11962]
11963
11964[[package]]
11965name = "palette"
11966version = "0.7.6"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11969dependencies = [
11970 "approx",
11971 "fast-srgb8",
11972 "palette_derive",
11973]
11974
11975[[package]]
11976name = "palette_derive"
11977version = "0.7.6"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11980dependencies = [
11981 "by_address",
11982 "proc-macro2",
11983 "quote",
11984 "syn 2.0.117",
11985]
11986
11987[[package]]
11988name = "panel"
11989version = "0.1.0"
11990dependencies = [
11991 "gpui",
11992 "ui",
11993 "workspace",
11994]
11995
11996[[package]]
11997name = "parking"
11998version = "2.2.1"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12001
12002[[package]]
12003name = "parking_lot"
12004version = "0.12.5"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12007dependencies = [
12008 "lock_api",
12009 "parking_lot_core",
12010]
12011
12012[[package]]
12013name = "parking_lot_core"
12014version = "0.9.12"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12017dependencies = [
12018 "cfg-if",
12019 "libc",
12020 "redox_syscall 0.5.18",
12021 "smallvec",
12022 "windows-link 0.2.1",
12023]
12024
12025[[package]]
12026name = "parse_int"
12027version = "0.9.0"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12030dependencies = [
12031 "num-traits",
12032]
12033
12034[[package]]
12035name = "partial-json-fixer"
12036version = "0.5.3"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12039
12040[[package]]
12041name = "password-hash"
12042version = "0.4.2"
12043source = "registry+https://github.com/rust-lang/crates.io-index"
12044checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12045dependencies = [
12046 "base64ct",
12047 "rand_core 0.6.4",
12048 "subtle",
12049]
12050
12051[[package]]
12052name = "paste"
12053version = "1.0.15"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12056
12057[[package]]
12058name = "pathdiff"
12059version = "0.2.3"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12062
12063[[package]]
12064name = "pathfinder_geometry"
12065version = "0.5.1"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12068dependencies = [
12069 "log",
12070 "pathfinder_simd",
12071]
12072
12073[[package]]
12074name = "pathfinder_simd"
12075version = "0.5.5"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12078dependencies = [
12079 "rustc_version",
12080]
12081
12082[[package]]
12083name = "paths"
12084version = "0.1.0"
12085dependencies = [
12086 "dirs 4.0.0",
12087 "ignore",
12088 "util",
12089]
12090
12091[[package]]
12092name = "pbjson"
12093version = "0.6.0"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12096dependencies = [
12097 "base64 0.21.7",
12098 "serde",
12099]
12100
12101[[package]]
12102name = "pbjson-build"
12103version = "0.6.2"
12104source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12106dependencies = [
12107 "heck 0.4.1",
12108 "itertools 0.11.0",
12109 "prost 0.12.6",
12110 "prost-types 0.12.6",
12111]
12112
12113[[package]]
12114name = "pbjson-types"
12115version = "0.6.0"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12118dependencies = [
12119 "bytes 1.11.1",
12120 "chrono",
12121 "pbjson",
12122 "pbjson-build",
12123 "prost 0.12.6",
12124 "prost-build 0.12.6",
12125 "serde",
12126]
12127
12128[[package]]
12129name = "pbkdf2"
12130version = "0.11.0"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12133dependencies = [
12134 "digest",
12135 "hmac",
12136 "password-hash",
12137 "sha2",
12138]
12139
12140[[package]]
12141name = "pbkdf2"
12142version = "0.12.2"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12145dependencies = [
12146 "digest",
12147 "hmac",
12148]
12149
12150[[package]]
12151name = "pciid-parser"
12152version = "0.8.0"
12153source = "registry+https://github.com/rust-lang/crates.io-index"
12154checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12155
12156[[package]]
12157name = "peg"
12158version = "0.8.5"
12159source = "registry+https://github.com/rust-lang/crates.io-index"
12160checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12161dependencies = [
12162 "peg-macros",
12163 "peg-runtime",
12164]
12165
12166[[package]]
12167name = "peg-macros"
12168version = "0.8.5"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12171dependencies = [
12172 "peg-runtime",
12173 "proc-macro2",
12174 "quote",
12175]
12176
12177[[package]]
12178name = "peg-runtime"
12179version = "0.8.5"
12180source = "registry+https://github.com/rust-lang/crates.io-index"
12181checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12182
12183[[package]]
12184name = "pem"
12185version = "3.0.6"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12188dependencies = [
12189 "base64 0.22.1",
12190 "serde_core",
12191]
12192
12193[[package]]
12194name = "pem-rfc7468"
12195version = "0.7.0"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12198dependencies = [
12199 "base64ct",
12200]
12201
12202[[package]]
12203name = "percent-encoding"
12204version = "2.3.2"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12207
12208[[package]]
12209name = "perf"
12210version = "0.1.0"
12211dependencies = [
12212 "collections",
12213 "serde",
12214 "serde_json",
12215]
12216
12217[[package]]
12218name = "pest"
12219version = "2.8.3"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12222dependencies = [
12223 "memchr",
12224 "ucd-trie",
12225]
12226
12227[[package]]
12228name = "pest_derive"
12229version = "2.8.3"
12230source = "registry+https://github.com/rust-lang/crates.io-index"
12231checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12232dependencies = [
12233 "pest",
12234 "pest_generator",
12235]
12236
12237[[package]]
12238name = "pest_generator"
12239version = "2.8.3"
12240source = "registry+https://github.com/rust-lang/crates.io-index"
12241checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12242dependencies = [
12243 "pest",
12244 "pest_meta",
12245 "proc-macro2",
12246 "quote",
12247 "syn 2.0.117",
12248]
12249
12250[[package]]
12251name = "pest_meta"
12252version = "2.8.3"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12255dependencies = [
12256 "pest",
12257 "sha2",
12258]
12259
12260[[package]]
12261name = "pet"
12262version = "0.1.0"
12263source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12264dependencies = [
12265 "clap",
12266 "env_logger 0.10.2",
12267 "lazy_static",
12268 "log",
12269 "msvc_spectre_libs",
12270 "pet-conda",
12271 "pet-core",
12272 "pet-env-var-path",
12273 "pet-fs",
12274 "pet-global-virtualenvs",
12275 "pet-homebrew",
12276 "pet-jsonrpc",
12277 "pet-linux-global-python",
12278 "pet-mac-commandlinetools",
12279 "pet-mac-python-org",
12280 "pet-mac-xcode",
12281 "pet-pipenv",
12282 "pet-pixi",
12283 "pet-poetry",
12284 "pet-pyenv",
12285 "pet-python-utils",
12286 "pet-reporter",
12287 "pet-telemetry",
12288 "pet-uv",
12289 "pet-venv",
12290 "pet-virtualenv",
12291 "pet-virtualenvwrapper",
12292 "pet-windows-registry",
12293 "pet-windows-store",
12294 "pet-winpython",
12295 "serde",
12296 "serde_json",
12297 "tracing",
12298 "tracing-subscriber",
12299 "winresource",
12300]
12301
12302[[package]]
12303name = "pet-conda"
12304version = "0.1.0"
12305source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12306dependencies = [
12307 "env_logger 0.10.2",
12308 "lazy_static",
12309 "log",
12310 "msvc_spectre_libs",
12311 "pet-core",
12312 "pet-fs",
12313 "pet-python-utils",
12314 "pet-reporter",
12315 "rayon",
12316 "regex",
12317 "serde",
12318 "serde_json",
12319 "yaml-rust2",
12320]
12321
12322[[package]]
12323name = "pet-core"
12324version = "0.1.0"
12325source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12326dependencies = [
12327 "clap",
12328 "lazy_static",
12329 "log",
12330 "msvc_spectre_libs",
12331 "pet-fs",
12332 "regex",
12333 "serde",
12334 "serde_json",
12335]
12336
12337[[package]]
12338name = "pet-env-var-path"
12339version = "0.1.0"
12340source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12341dependencies = [
12342 "lazy_static",
12343 "log",
12344 "msvc_spectre_libs",
12345 "pet-conda",
12346 "pet-core",
12347 "pet-fs",
12348 "pet-python-utils",
12349 "pet-virtualenv",
12350 "regex",
12351]
12352
12353[[package]]
12354name = "pet-fs"
12355version = "0.1.0"
12356source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12357dependencies = [
12358 "glob",
12359 "log",
12360 "msvc_spectre_libs",
12361 "windows-sys 0.59.0",
12362]
12363
12364[[package]]
12365name = "pet-global-virtualenvs"
12366version = "0.1.0"
12367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12368dependencies = [
12369 "log",
12370 "msvc_spectre_libs",
12371 "pet-conda",
12372 "pet-core",
12373 "pet-fs",
12374 "pet-virtualenv",
12375]
12376
12377[[package]]
12378name = "pet-homebrew"
12379version = "0.1.0"
12380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12381dependencies = [
12382 "lazy_static",
12383 "log",
12384 "msvc_spectre_libs",
12385 "pet-conda",
12386 "pet-core",
12387 "pet-fs",
12388 "pet-python-utils",
12389 "pet-virtualenv",
12390 "rayon",
12391 "regex",
12392 "serde",
12393 "serde_json",
12394]
12395
12396[[package]]
12397name = "pet-jsonrpc"
12398version = "0.1.0"
12399source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12400dependencies = [
12401 "env_logger 0.10.2",
12402 "log",
12403 "msvc_spectre_libs",
12404 "pet-core",
12405 "serde",
12406 "serde_json",
12407]
12408
12409[[package]]
12410name = "pet-linux-global-python"
12411version = "0.1.0"
12412source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12413dependencies = [
12414 "log",
12415 "msvc_spectre_libs",
12416 "pet-core",
12417 "pet-fs",
12418 "pet-python-utils",
12419 "pet-virtualenv",
12420]
12421
12422[[package]]
12423name = "pet-mac-commandlinetools"
12424version = "0.1.0"
12425source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12426dependencies = [
12427 "log",
12428 "msvc_spectre_libs",
12429 "pet-core",
12430 "pet-fs",
12431 "pet-python-utils",
12432 "pet-virtualenv",
12433]
12434
12435[[package]]
12436name = "pet-mac-python-org"
12437version = "0.1.0"
12438source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12439dependencies = [
12440 "log",
12441 "msvc_spectre_libs",
12442 "pet-core",
12443 "pet-fs",
12444 "pet-python-utils",
12445 "pet-virtualenv",
12446]
12447
12448[[package]]
12449name = "pet-mac-xcode"
12450version = "0.1.0"
12451source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12452dependencies = [
12453 "log",
12454 "msvc_spectre_libs",
12455 "pet-core",
12456 "pet-fs",
12457 "pet-python-utils",
12458 "pet-virtualenv",
12459]
12460
12461[[package]]
12462name = "pet-pipenv"
12463version = "0.1.0"
12464source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12465dependencies = [
12466 "lazy_static",
12467 "log",
12468 "msvc_spectre_libs",
12469 "pet-core",
12470 "pet-fs",
12471 "pet-python-utils",
12472 "pet-virtualenv",
12473 "regex",
12474]
12475
12476[[package]]
12477name = "pet-pixi"
12478version = "0.1.0"
12479source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12480dependencies = [
12481 "log",
12482 "msvc_spectre_libs",
12483 "pet-conda",
12484 "pet-core",
12485 "pet-python-utils",
12486]
12487
12488[[package]]
12489name = "pet-poetry"
12490version = "0.1.0"
12491source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12492dependencies = [
12493 "base64 0.22.1",
12494 "lazy_static",
12495 "log",
12496 "msvc_spectre_libs",
12497 "pet-core",
12498 "pet-fs",
12499 "pet-python-utils",
12500 "pet-reporter",
12501 "pet-virtualenv",
12502 "regex",
12503 "serde",
12504 "serde_json",
12505 "sha2",
12506 "toml 0.8.23",
12507]
12508
12509[[package]]
12510name = "pet-pyenv"
12511version = "0.1.0"
12512source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12513dependencies = [
12514 "lazy_static",
12515 "log",
12516 "msvc_spectre_libs",
12517 "pet-conda",
12518 "pet-core",
12519 "pet-fs",
12520 "pet-python-utils",
12521 "pet-reporter",
12522 "regex",
12523 "serde",
12524 "serde_json",
12525]
12526
12527[[package]]
12528name = "pet-python-utils"
12529version = "0.1.0"
12530source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12531dependencies = [
12532 "env_logger 0.10.2",
12533 "lazy_static",
12534 "log",
12535 "msvc_spectre_libs",
12536 "pet-core",
12537 "pet-fs",
12538 "regex",
12539 "serde",
12540 "serde_json",
12541 "sha2",
12542]
12543
12544[[package]]
12545name = "pet-reporter"
12546version = "0.1.0"
12547source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12548dependencies = [
12549 "env_logger 0.10.2",
12550 "log",
12551 "msvc_spectre_libs",
12552 "pet-core",
12553 "pet-jsonrpc",
12554 "serde",
12555 "serde_json",
12556]
12557
12558[[package]]
12559name = "pet-telemetry"
12560version = "0.1.0"
12561source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12562dependencies = [
12563 "env_logger 0.10.2",
12564 "lazy_static",
12565 "log",
12566 "msvc_spectre_libs",
12567 "pet-core",
12568 "pet-fs",
12569 "pet-python-utils",
12570 "regex",
12571]
12572
12573[[package]]
12574name = "pet-uv"
12575version = "0.1.0"
12576source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12577dependencies = [
12578 "log",
12579 "pet-core",
12580 "pet-python-utils",
12581 "serde",
12582 "toml 0.9.8",
12583]
12584
12585[[package]]
12586name = "pet-venv"
12587version = "0.1.0"
12588source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12589dependencies = [
12590 "log",
12591 "msvc_spectre_libs",
12592 "pet-core",
12593 "pet-python-utils",
12594 "pet-virtualenv",
12595]
12596
12597[[package]]
12598name = "pet-virtualenv"
12599version = "0.1.0"
12600source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12601dependencies = [
12602 "log",
12603 "msvc_spectre_libs",
12604 "pet-core",
12605 "pet-fs",
12606 "pet-python-utils",
12607]
12608
12609[[package]]
12610name = "pet-virtualenvwrapper"
12611version = "0.1.0"
12612source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12613dependencies = [
12614 "log",
12615 "msvc_spectre_libs",
12616 "pet-core",
12617 "pet-fs",
12618 "pet-python-utils",
12619 "pet-virtualenv",
12620]
12621
12622[[package]]
12623name = "pet-windows-registry"
12624version = "0.1.0"
12625source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12626dependencies = [
12627 "lazy_static",
12628 "log",
12629 "msvc_spectre_libs",
12630 "pet-conda",
12631 "pet-core",
12632 "pet-fs",
12633 "pet-python-utils",
12634 "pet-virtualenv",
12635 "pet-windows-store",
12636 "regex",
12637 "winreg 0.55.0",
12638]
12639
12640[[package]]
12641name = "pet-windows-store"
12642version = "0.1.0"
12643source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12644dependencies = [
12645 "lazy_static",
12646 "log",
12647 "msvc_spectre_libs",
12648 "pet-core",
12649 "pet-fs",
12650 "pet-python-utils",
12651 "pet-virtualenv",
12652 "regex",
12653 "winreg 0.55.0",
12654]
12655
12656[[package]]
12657name = "pet-winpython"
12658version = "0.1.0"
12659source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12660dependencies = [
12661 "lazy_static",
12662 "log",
12663 "pet-core",
12664 "pet-fs",
12665 "pet-python-utils",
12666 "pet-virtualenv",
12667 "regex",
12668]
12669
12670[[package]]
12671name = "petgraph"
12672version = "0.6.5"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12675dependencies = [
12676 "fixedbitset 0.4.2",
12677 "indexmap",
12678]
12679
12680[[package]]
12681name = "pgvector"
12682version = "0.4.1"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12685dependencies = [
12686 "serde",
12687]
12688
12689[[package]]
12690name = "phf"
12691version = "0.11.3"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12694dependencies = [
12695 "phf_macros 0.11.3",
12696 "phf_shared 0.11.3",
12697]
12698
12699[[package]]
12700name = "phf"
12701version = "0.12.1"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12704dependencies = [
12705 "phf_macros 0.12.1",
12706 "phf_shared 0.12.1",
12707]
12708
12709[[package]]
12710name = "phf_codegen"
12711version = "0.11.3"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12714dependencies = [
12715 "phf_generator 0.11.3",
12716 "phf_shared 0.11.3",
12717]
12718
12719[[package]]
12720name = "phf_generator"
12721version = "0.11.3"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12724dependencies = [
12725 "phf_shared 0.11.3",
12726 "rand 0.8.5",
12727]
12728
12729[[package]]
12730name = "phf_generator"
12731version = "0.12.1"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12734dependencies = [
12735 "fastrand 2.3.0",
12736 "phf_shared 0.12.1",
12737]
12738
12739[[package]]
12740name = "phf_macros"
12741version = "0.11.3"
12742source = "registry+https://github.com/rust-lang/crates.io-index"
12743checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12744dependencies = [
12745 "phf_generator 0.11.3",
12746 "phf_shared 0.11.3",
12747 "proc-macro2",
12748 "quote",
12749 "syn 2.0.117",
12750]
12751
12752[[package]]
12753name = "phf_macros"
12754version = "0.12.1"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12757dependencies = [
12758 "phf_generator 0.12.1",
12759 "phf_shared 0.12.1",
12760 "proc-macro2",
12761 "quote",
12762 "syn 2.0.117",
12763]
12764
12765[[package]]
12766name = "phf_shared"
12767version = "0.11.3"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12770dependencies = [
12771 "siphasher 1.0.1",
12772]
12773
12774[[package]]
12775name = "phf_shared"
12776version = "0.12.1"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12779dependencies = [
12780 "siphasher 1.0.1",
12781]
12782
12783[[package]]
12784name = "picker"
12785version = "0.1.0"
12786dependencies = [
12787 "anyhow",
12788 "editor",
12789 "gpui",
12790 "menu",
12791 "schemars",
12792 "serde",
12793 "settings",
12794 "theme",
12795 "theme_settings",
12796 "ui",
12797 "ui_input",
12798 "workspace",
12799 "zed_actions",
12800]
12801
12802[[package]]
12803name = "pico-args"
12804version = "0.5.0"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12807
12808[[package]]
12809name = "pin-project"
12810version = "1.1.10"
12811source = "registry+https://github.com/rust-lang/crates.io-index"
12812checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12813dependencies = [
12814 "pin-project-internal",
12815]
12816
12817[[package]]
12818name = "pin-project-internal"
12819version = "1.1.10"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12822dependencies = [
12823 "proc-macro2",
12824 "quote",
12825 "syn 2.0.117",
12826]
12827
12828[[package]]
12829name = "pin-project-lite"
12830version = "0.2.16"
12831source = "registry+https://github.com/rust-lang/crates.io-index"
12832checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12833
12834[[package]]
12835name = "pin-utils"
12836version = "0.1.0"
12837source = "registry+https://github.com/rust-lang/crates.io-index"
12838checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12839
12840[[package]]
12841name = "piper"
12842version = "0.2.4"
12843source = "registry+https://github.com/rust-lang/crates.io-index"
12844checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12845dependencies = [
12846 "atomic-waker",
12847 "fastrand 2.3.0",
12848 "futures-io",
12849]
12850
12851[[package]]
12852name = "pkcs1"
12853version = "0.7.5"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12856dependencies = [
12857 "der 0.7.10",
12858 "pkcs8 0.10.2",
12859 "spki 0.7.3",
12860]
12861
12862[[package]]
12863name = "pkcs8"
12864version = "0.9.0"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12867dependencies = [
12868 "der 0.6.1",
12869 "spki 0.6.0",
12870]
12871
12872[[package]]
12873name = "pkcs8"
12874version = "0.10.2"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12877dependencies = [
12878 "der 0.7.10",
12879 "spki 0.7.3",
12880]
12881
12882[[package]]
12883name = "pkg-config"
12884version = "0.3.32"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12887
12888[[package]]
12889name = "plain"
12890version = "0.2.3"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12893
12894[[package]]
12895name = "platform_title_bar"
12896version = "0.1.0"
12897dependencies = [
12898 "gpui",
12899 "project",
12900 "settings",
12901 "smallvec",
12902 "theme",
12903 "theme_settings",
12904 "ui",
12905 "windows 0.61.3",
12906 "workspace",
12907 "zed_actions",
12908]
12909
12910[[package]]
12911name = "plist"
12912version = "1.8.0"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12915dependencies = [
12916 "base64 0.22.1",
12917 "indexmap",
12918 "quick-xml 0.38.3",
12919 "serde",
12920 "time",
12921]
12922
12923[[package]]
12924name = "plotters"
12925version = "0.3.7"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12928dependencies = [
12929 "num-traits",
12930 "plotters-backend",
12931 "plotters-svg",
12932 "wasm-bindgen",
12933 "web-sys",
12934]
12935
12936[[package]]
12937name = "plotters-backend"
12938version = "0.3.7"
12939source = "registry+https://github.com/rust-lang/crates.io-index"
12940checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12941
12942[[package]]
12943name = "plotters-svg"
12944version = "0.3.7"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12947dependencies = [
12948 "plotters-backend",
12949]
12950
12951[[package]]
12952name = "png"
12953version = "0.17.16"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12956dependencies = [
12957 "bitflags 1.3.2",
12958 "crc32fast",
12959 "fdeflate",
12960 "flate2",
12961 "miniz_oxide",
12962]
12963
12964[[package]]
12965name = "png"
12966version = "0.18.0"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12969dependencies = [
12970 "bitflags 2.10.0",
12971 "crc32fast",
12972 "fdeflate",
12973 "flate2",
12974 "miniz_oxide",
12975]
12976
12977[[package]]
12978name = "polling"
12979version = "3.11.0"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12982dependencies = [
12983 "cfg-if",
12984 "concurrent-queue",
12985 "hermit-abi",
12986 "pin-project-lite",
12987 "rustix 1.1.2",
12988 "windows-sys 0.61.2",
12989]
12990
12991[[package]]
12992name = "pollster"
12993version = "0.2.5"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12996
12997[[package]]
12998name = "pollster"
12999version = "0.4.0"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13002
13003[[package]]
13004name = "pori"
13005version = "0.0.0"
13006source = "registry+https://github.com/rust-lang/crates.io-index"
13007checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13008dependencies = [
13009 "nom 7.1.3",
13010]
13011
13012[[package]]
13013name = "portable-atomic"
13014version = "1.11.1"
13015source = "registry+https://github.com/rust-lang/crates.io-index"
13016checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13017
13018[[package]]
13019name = "portable-atomic-util"
13020version = "0.2.4"
13021source = "registry+https://github.com/rust-lang/crates.io-index"
13022checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13023dependencies = [
13024 "portable-atomic",
13025]
13026
13027[[package]]
13028name = "portable-pty"
13029version = "0.9.0"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13032dependencies = [
13033 "anyhow",
13034 "bitflags 1.3.2",
13035 "downcast-rs",
13036 "filedescriptor",
13037 "lazy_static",
13038 "libc",
13039 "log",
13040 "nix 0.28.0",
13041 "serial2",
13042 "shared_library",
13043 "shell-words",
13044 "winapi",
13045 "winreg 0.10.1",
13046]
13047
13048[[package]]
13049name = "postage"
13050version = "0.5.0"
13051source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13053dependencies = [
13054 "atomic",
13055 "crossbeam-queue",
13056 "futures 0.3.32",
13057 "log",
13058 "parking_lot",
13059 "pin-project",
13060 "pollster 0.2.5",
13061 "static_assertions",
13062 "thiserror 1.0.69",
13063]
13064
13065[[package]]
13066name = "postcard"
13067version = "1.1.3"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13070dependencies = [
13071 "cobs",
13072 "embedded-io 0.4.0",
13073 "embedded-io 0.6.1",
13074 "serde",
13075]
13076
13077[[package]]
13078name = "potential_utf"
13079version = "0.1.3"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13082dependencies = [
13083 "zerovec",
13084]
13085
13086[[package]]
13087name = "powerfmt"
13088version = "0.2.0"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13091
13092[[package]]
13093name = "ppv-lite86"
13094version = "0.2.21"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13097dependencies = [
13098 "zerocopy",
13099]
13100
13101[[package]]
13102name = "precomputed-hash"
13103version = "0.1.1"
13104source = "registry+https://github.com/rust-lang/crates.io-index"
13105checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13106
13107[[package]]
13108name = "presser"
13109version = "0.3.1"
13110source = "registry+https://github.com/rust-lang/crates.io-index"
13111checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13112
13113[[package]]
13114name = "prettier"
13115version = "0.1.0"
13116dependencies = [
13117 "anyhow",
13118 "collections",
13119 "fs",
13120 "gpui",
13121 "language",
13122 "log",
13123 "lsp",
13124 "node_runtime",
13125 "parking_lot",
13126 "paths",
13127 "serde",
13128 "serde_json",
13129 "util",
13130]
13131
13132[[package]]
13133name = "pretty_assertions"
13134version = "1.4.1"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13137dependencies = [
13138 "diff",
13139 "yansi",
13140]
13141
13142[[package]]
13143name = "prettyplease"
13144version = "0.2.37"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13147dependencies = [
13148 "proc-macro2",
13149 "syn 2.0.117",
13150]
13151
13152[[package]]
13153name = "primal-check"
13154version = "0.3.4"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13157dependencies = [
13158 "num-integer",
13159]
13160
13161[[package]]
13162name = "proc-macro-crate"
13163version = "3.4.0"
13164source = "registry+https://github.com/rust-lang/crates.io-index"
13165checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13166dependencies = [
13167 "toml_edit 0.23.7",
13168]
13169
13170[[package]]
13171name = "proc-macro-error"
13172version = "1.0.4"
13173source = "registry+https://github.com/rust-lang/crates.io-index"
13174checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13175dependencies = [
13176 "proc-macro-error-attr",
13177 "proc-macro2",
13178 "quote",
13179 "syn 1.0.109",
13180 "version_check",
13181]
13182
13183[[package]]
13184name = "proc-macro-error-attr"
13185version = "1.0.4"
13186source = "registry+https://github.com/rust-lang/crates.io-index"
13187checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13188dependencies = [
13189 "proc-macro2",
13190 "quote",
13191 "version_check",
13192]
13193
13194[[package]]
13195name = "proc-macro-error-attr2"
13196version = "2.0.0"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13199dependencies = [
13200 "proc-macro2",
13201 "quote",
13202]
13203
13204[[package]]
13205name = "proc-macro-error2"
13206version = "2.0.1"
13207source = "registry+https://github.com/rust-lang/crates.io-index"
13208checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13209dependencies = [
13210 "proc-macro-error-attr2",
13211 "proc-macro2",
13212 "quote",
13213 "syn 2.0.117",
13214]
13215
13216[[package]]
13217name = "proc-macro2"
13218version = "1.0.101"
13219source = "registry+https://github.com/rust-lang/crates.io-index"
13220checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13221dependencies = [
13222 "unicode-ident",
13223]
13224
13225[[package]]
13226name = "proc-macro2-diagnostics"
13227version = "0.10.1"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13230dependencies = [
13231 "proc-macro2",
13232 "quote",
13233 "syn 2.0.117",
13234 "version_check",
13235 "yansi",
13236]
13237
13238[[package]]
13239name = "procfs-core"
13240version = "0.17.0"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13243dependencies = [
13244 "bitflags 2.10.0",
13245 "hex",
13246 "serde",
13247]
13248
13249[[package]]
13250name = "profiling"
13251version = "1.0.17"
13252source = "registry+https://github.com/rust-lang/crates.io-index"
13253checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13254dependencies = [
13255 "profiling-procmacros",
13256]
13257
13258[[package]]
13259name = "profiling-procmacros"
13260version = "1.0.17"
13261source = "registry+https://github.com/rust-lang/crates.io-index"
13262checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13263dependencies = [
13264 "quote",
13265 "syn 2.0.117",
13266]
13267
13268[[package]]
13269name = "project"
13270version = "0.1.0"
13271dependencies = [
13272 "aho-corasick",
13273 "anyhow",
13274 "askpass",
13275 "async-trait",
13276 "base64 0.22.1",
13277 "buffer_diff",
13278 "circular-buffer",
13279 "client",
13280 "clock",
13281 "collections",
13282 "context_server",
13283 "credentials_provider",
13284 "dap",
13285 "encoding_rs",
13286 "extension",
13287 "fancy-regex 0.17.0",
13288 "fs",
13289 "futures 0.3.32",
13290 "fuzzy",
13291 "fuzzy_nucleo",
13292 "git",
13293 "git2",
13294 "git_hosting_providers",
13295 "globset",
13296 "gpui",
13297 "http_client",
13298 "image",
13299 "indexmap",
13300 "itertools 0.14.0",
13301 "language",
13302 "log",
13303 "lsp",
13304 "markdown",
13305 "node_runtime",
13306 "parking_lot",
13307 "paths",
13308 "percent-encoding",
13309 "postage",
13310 "prettier",
13311 "pretty_assertions",
13312 "project",
13313 "rand 0.9.2",
13314 "regex",
13315 "release_channel",
13316 "remote",
13317 "rpc",
13318 "schemars",
13319 "semver",
13320 "serde",
13321 "serde_json",
13322 "settings",
13323 "sha2",
13324 "shellexpand 2.1.2",
13325 "smallvec",
13326 "smol",
13327 "snippet",
13328 "snippet_provider",
13329 "sum_tree",
13330 "task",
13331 "tempfile",
13332 "terminal",
13333 "text",
13334 "toml 0.8.23",
13335 "tracing",
13336 "unindent",
13337 "url",
13338 "util",
13339 "uuid",
13340 "watch",
13341 "wax",
13342 "which 6.0.3",
13343 "worktree",
13344 "zed_credentials_provider",
13345 "zeroize",
13346 "zlog",
13347 "ztracing",
13348]
13349
13350[[package]]
13351name = "project_benchmarks"
13352version = "0.1.0"
13353dependencies = [
13354 "anyhow",
13355 "askpass",
13356 "clap",
13357 "client",
13358 "futures 0.3.32",
13359 "gpui",
13360 "gpui_platform",
13361 "http_client",
13362 "language",
13363 "node_runtime",
13364 "project",
13365 "release_channel",
13366 "remote",
13367 "rpassword",
13368 "semver",
13369 "settings",
13370 "watch",
13371]
13372
13373[[package]]
13374name = "project_panel"
13375version = "0.1.0"
13376dependencies = [
13377 "anyhow",
13378 "client",
13379 "collections",
13380 "command_palette_hooks",
13381 "criterion",
13382 "editor",
13383 "feature_flags",
13384 "file_icons",
13385 "fs",
13386 "futures 0.3.32",
13387 "git",
13388 "git_ui",
13389 "gpui",
13390 "itertools 0.14.0",
13391 "language",
13392 "menu",
13393 "notifications",
13394 "pretty_assertions",
13395 "project",
13396 "rayon",
13397 "remote_connection",
13398 "schemars",
13399 "search",
13400 "serde",
13401 "serde_json",
13402 "settings",
13403 "smallvec",
13404 "telemetry",
13405 "tempfile",
13406 "theme",
13407 "theme_settings",
13408 "ui",
13409 "util",
13410 "workspace",
13411 "worktree",
13412 "zed_actions",
13413]
13414
13415[[package]]
13416name = "project_symbols"
13417version = "0.1.0"
13418dependencies = [
13419 "anyhow",
13420 "editor",
13421 "futures 0.3.32",
13422 "fuzzy",
13423 "gpui",
13424 "language",
13425 "lsp",
13426 "ordered-float 2.10.1",
13427 "picker",
13428 "project",
13429 "release_channel",
13430 "semver",
13431 "serde_json",
13432 "settings",
13433 "theme",
13434 "theme_settings",
13435 "util",
13436 "workspace",
13437]
13438
13439[[package]]
13440name = "prometheus"
13441version = "0.14.0"
13442source = "registry+https://github.com/rust-lang/crates.io-index"
13443checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13444dependencies = [
13445 "cfg-if",
13446 "fnv",
13447 "lazy_static",
13448 "memchr",
13449 "parking_lot",
13450 "protobuf",
13451 "thiserror 2.0.17",
13452]
13453
13454[[package]]
13455name = "prompt_store"
13456version = "0.1.0"
13457dependencies = [
13458 "anyhow",
13459 "assets",
13460 "chrono",
13461 "collections",
13462 "fs",
13463 "futures 0.3.32",
13464 "fuzzy",
13465 "gpui",
13466 "handlebars 4.5.0",
13467 "heed",
13468 "language",
13469 "log",
13470 "parking_lot",
13471 "paths",
13472 "rope",
13473 "serde",
13474 "strum 0.27.2",
13475 "tempfile",
13476 "text",
13477 "util",
13478 "uuid",
13479]
13480
13481[[package]]
13482name = "proptest"
13483version = "1.10.0"
13484source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13485dependencies = [
13486 "bit-set 0.8.0",
13487 "bit-vec 0.8.0",
13488 "bitflags 2.10.0",
13489 "num-traits",
13490 "proptest-macro",
13491 "rand 0.9.2",
13492 "rand_chacha 0.9.0",
13493 "rand_xorshift",
13494 "regex-syntax",
13495 "rusty-fork",
13496 "tempfile",
13497 "unarray",
13498]
13499
13500[[package]]
13501name = "proptest-derive"
13502version = "0.8.0"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13505dependencies = [
13506 "proc-macro2",
13507 "quote",
13508 "syn 2.0.117",
13509]
13510
13511[[package]]
13512name = "proptest-macro"
13513version = "0.5.0"
13514source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13515dependencies = [
13516 "convert_case 0.11.0",
13517 "proc-macro2",
13518 "quote",
13519 "syn 2.0.117",
13520]
13521
13522[[package]]
13523name = "prost"
13524version = "0.9.0"
13525source = "registry+https://github.com/rust-lang/crates.io-index"
13526checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13527dependencies = [
13528 "bytes 1.11.1",
13529 "prost-derive 0.9.0",
13530]
13531
13532[[package]]
13533name = "prost"
13534version = "0.12.6"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13537dependencies = [
13538 "bytes 1.11.1",
13539 "prost-derive 0.12.6",
13540]
13541
13542[[package]]
13543name = "prost-build"
13544version = "0.9.0"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13547dependencies = [
13548 "bytes 1.11.1",
13549 "heck 0.3.3",
13550 "itertools 0.10.5",
13551 "lazy_static",
13552 "log",
13553 "multimap",
13554 "petgraph",
13555 "prost 0.9.0",
13556 "prost-types 0.9.0",
13557 "regex",
13558 "tempfile",
13559 "which 4.4.2",
13560]
13561
13562[[package]]
13563name = "prost-build"
13564version = "0.12.6"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13567dependencies = [
13568 "bytes 1.11.1",
13569 "heck 0.5.0",
13570 "itertools 0.12.1",
13571 "log",
13572 "multimap",
13573 "once_cell",
13574 "petgraph",
13575 "prettyplease",
13576 "prost 0.12.6",
13577 "prost-types 0.12.6",
13578 "regex",
13579 "syn 2.0.117",
13580 "tempfile",
13581]
13582
13583[[package]]
13584name = "prost-derive"
13585version = "0.9.0"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13588dependencies = [
13589 "anyhow",
13590 "itertools 0.10.5",
13591 "proc-macro2",
13592 "quote",
13593 "syn 1.0.109",
13594]
13595
13596[[package]]
13597name = "prost-derive"
13598version = "0.12.6"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13601dependencies = [
13602 "anyhow",
13603 "itertools 0.12.1",
13604 "proc-macro2",
13605 "quote",
13606 "syn 2.0.117",
13607]
13608
13609[[package]]
13610name = "prost-types"
13611version = "0.9.0"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13614dependencies = [
13615 "bytes 1.11.1",
13616 "prost 0.9.0",
13617]
13618
13619[[package]]
13620name = "prost-types"
13621version = "0.12.6"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13624dependencies = [
13625 "prost 0.12.6",
13626]
13627
13628[[package]]
13629name = "proto"
13630version = "0.1.0"
13631dependencies = [
13632 "anyhow",
13633 "prost 0.9.0",
13634 "prost-build 0.9.0",
13635 "serde",
13636]
13637
13638[[package]]
13639name = "protobuf"
13640version = "3.7.2"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13643dependencies = [
13644 "once_cell",
13645 "protobuf-support",
13646 "thiserror 1.0.69",
13647]
13648
13649[[package]]
13650name = "protobuf-support"
13651version = "3.7.2"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13654dependencies = [
13655 "thiserror 1.0.69",
13656]
13657
13658[[package]]
13659name = "psm"
13660version = "0.1.30"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13663dependencies = [
13664 "ar_archive_writer",
13665 "cc",
13666]
13667
13668[[package]]
13669name = "ptr_meta"
13670version = "0.1.4"
13671source = "registry+https://github.com/rust-lang/crates.io-index"
13672checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13673dependencies = [
13674 "ptr_meta_derive",
13675]
13676
13677[[package]]
13678name = "ptr_meta_derive"
13679version = "0.1.4"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13682dependencies = [
13683 "proc-macro2",
13684 "quote",
13685 "syn 1.0.109",
13686]
13687
13688[[package]]
13689name = "pulldown-cmark"
13690version = "0.10.3"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13693dependencies = [
13694 "bitflags 2.10.0",
13695 "memchr",
13696 "pulldown-cmark-escape",
13697 "unicase",
13698]
13699
13700[[package]]
13701name = "pulldown-cmark"
13702version = "0.13.0"
13703source = "registry+https://github.com/rust-lang/crates.io-index"
13704checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13705dependencies = [
13706 "bitflags 2.10.0",
13707 "memchr",
13708 "unicase",
13709]
13710
13711[[package]]
13712name = "pulldown-cmark-escape"
13713version = "0.10.1"
13714source = "registry+https://github.com/rust-lang/crates.io-index"
13715checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13716
13717[[package]]
13718name = "pulley-interpreter"
13719version = "36.0.7"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13722dependencies = [
13723 "cranelift-bitset",
13724 "log",
13725 "pulley-macros",
13726 "wasmtime-internal-math",
13727]
13728
13729[[package]]
13730name = "pulley-macros"
13731version = "36.0.7"
13732source = "registry+https://github.com/rust-lang/crates.io-index"
13733checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13734dependencies = [
13735 "proc-macro2",
13736 "quote",
13737 "syn 2.0.117",
13738]
13739
13740[[package]]
13741name = "pulp"
13742version = "0.18.22"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13745dependencies = [
13746 "bytemuck",
13747 "libm",
13748 "num-complex",
13749 "reborrow",
13750]
13751
13752[[package]]
13753name = "pulp"
13754version = "0.21.5"
13755source = "registry+https://github.com/rust-lang/crates.io-index"
13756checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13757dependencies = [
13758 "bytemuck",
13759 "cfg-if",
13760 "libm",
13761 "num-complex",
13762 "reborrow",
13763 "version_check",
13764]
13765
13766[[package]]
13767name = "pxfm"
13768version = "0.1.25"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13771dependencies = [
13772 "num-traits",
13773]
13774
13775[[package]]
13776name = "qoi"
13777version = "0.4.1"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13780dependencies = [
13781 "bytemuck",
13782]
13783
13784[[package]]
13785name = "quick-error"
13786version = "1.2.3"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13789
13790[[package]]
13791name = "quick-error"
13792version = "2.0.1"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13795
13796[[package]]
13797name = "quick-xml"
13798version = "0.30.0"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13801dependencies = [
13802 "memchr",
13803]
13804
13805[[package]]
13806name = "quick-xml"
13807version = "0.37.5"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13810dependencies = [
13811 "memchr",
13812]
13813
13814[[package]]
13815name = "quick-xml"
13816version = "0.38.3"
13817source = "registry+https://github.com/rust-lang/crates.io-index"
13818checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13819dependencies = [
13820 "memchr",
13821]
13822
13823[[package]]
13824name = "quinn"
13825version = "0.11.9"
13826source = "registry+https://github.com/rust-lang/crates.io-index"
13827checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13828dependencies = [
13829 "bytes 1.11.1",
13830 "cfg_aliases 0.2.1",
13831 "pin-project-lite",
13832 "quinn-proto",
13833 "quinn-udp",
13834 "rustc-hash 2.1.1",
13835 "rustls 0.23.33",
13836 "socket2 0.6.1",
13837 "thiserror 2.0.17",
13838 "tokio",
13839 "tracing",
13840 "web-time",
13841]
13842
13843[[package]]
13844name = "quinn-proto"
13845version = "0.11.13"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13848dependencies = [
13849 "bytes 1.11.1",
13850 "getrandom 0.3.4",
13851 "lru-slab",
13852 "rand 0.9.2",
13853 "ring",
13854 "rustc-hash 2.1.1",
13855 "rustls 0.23.33",
13856 "rustls-pki-types",
13857 "slab",
13858 "thiserror 2.0.17",
13859 "tinyvec",
13860 "tracing",
13861 "web-time",
13862]
13863
13864[[package]]
13865name = "quinn-udp"
13866version = "0.5.14"
13867source = "registry+https://github.com/rust-lang/crates.io-index"
13868checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13869dependencies = [
13870 "cfg_aliases 0.2.1",
13871 "libc",
13872 "once_cell",
13873 "socket2 0.6.1",
13874 "tracing",
13875 "windows-sys 0.60.2",
13876]
13877
13878[[package]]
13879name = "quote"
13880version = "1.0.41"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13883dependencies = [
13884 "proc-macro2",
13885]
13886
13887[[package]]
13888name = "r-efi"
13889version = "5.3.0"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13892
13893[[package]]
13894name = "radium"
13895version = "0.7.0"
13896source = "registry+https://github.com/rust-lang/crates.io-index"
13897checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13898
13899[[package]]
13900name = "rand"
13901version = "0.3.23"
13902source = "registry+https://github.com/rust-lang/crates.io-index"
13903checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13904dependencies = [
13905 "libc",
13906 "rand 0.4.6",
13907]
13908
13909[[package]]
13910name = "rand"
13911version = "0.4.6"
13912source = "registry+https://github.com/rust-lang/crates.io-index"
13913checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13914dependencies = [
13915 "fuchsia-cprng",
13916 "libc",
13917 "rand_core 0.3.1",
13918 "rdrand",
13919 "winapi",
13920]
13921
13922[[package]]
13923name = "rand"
13924version = "0.8.5"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13927dependencies = [
13928 "libc",
13929 "rand_chacha 0.3.1",
13930 "rand_core 0.6.4",
13931]
13932
13933[[package]]
13934name = "rand"
13935version = "0.9.2"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13938dependencies = [
13939 "rand_chacha 0.9.0",
13940 "rand_core 0.9.3",
13941]
13942
13943[[package]]
13944name = "rand_chacha"
13945version = "0.3.1"
13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13948dependencies = [
13949 "ppv-lite86",
13950 "rand_core 0.6.4",
13951]
13952
13953[[package]]
13954name = "rand_chacha"
13955version = "0.9.0"
13956source = "registry+https://github.com/rust-lang/crates.io-index"
13957checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13958dependencies = [
13959 "ppv-lite86",
13960 "rand_core 0.9.3",
13961]
13962
13963[[package]]
13964name = "rand_core"
13965version = "0.3.1"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13968dependencies = [
13969 "rand_core 0.4.2",
13970]
13971
13972[[package]]
13973name = "rand_core"
13974version = "0.4.2"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13977
13978[[package]]
13979name = "rand_core"
13980version = "0.6.4"
13981source = "registry+https://github.com/rust-lang/crates.io-index"
13982checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13983dependencies = [
13984 "getrandom 0.2.16",
13985]
13986
13987[[package]]
13988name = "rand_core"
13989version = "0.9.3"
13990source = "registry+https://github.com/rust-lang/crates.io-index"
13991checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13992dependencies = [
13993 "getrandom 0.3.4",
13994]
13995
13996[[package]]
13997name = "rand_distr"
13998version = "0.5.1"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14001dependencies = [
14002 "num-traits",
14003 "rand 0.9.2",
14004]
14005
14006[[package]]
14007name = "rand_pcg"
14008version = "0.3.1"
14009source = "registry+https://github.com/rust-lang/crates.io-index"
14010checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14011dependencies = [
14012 "rand_core 0.6.4",
14013]
14014
14015[[package]]
14016name = "rand_xorshift"
14017version = "0.4.0"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14020dependencies = [
14021 "rand_core 0.9.3",
14022]
14023
14024[[package]]
14025name = "random_choice"
14026version = "0.3.2"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14029dependencies = [
14030 "rand 0.3.23",
14031]
14032
14033[[package]]
14034name = "range-alloc"
14035version = "0.1.4"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14038
14039[[package]]
14040name = "range-map"
14041version = "0.2.0"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14044dependencies = [
14045 "num-traits",
14046]
14047
14048[[package]]
14049name = "rangemap"
14050version = "1.7.1"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14053
14054[[package]]
14055name = "rav1e"
14056version = "0.7.1"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14059dependencies = [
14060 "arbitrary",
14061 "arg_enum_proc_macro",
14062 "arrayvec",
14063 "av1-grain",
14064 "bitstream-io",
14065 "built",
14066 "cfg-if",
14067 "interpolate_name",
14068 "itertools 0.12.1",
14069 "libc",
14070 "libfuzzer-sys",
14071 "log",
14072 "maybe-rayon",
14073 "new_debug_unreachable",
14074 "noop_proc_macro",
14075 "num-derive",
14076 "num-traits",
14077 "once_cell",
14078 "paste",
14079 "profiling",
14080 "rand 0.8.5",
14081 "rand_chacha 0.3.1",
14082 "simd_helpers",
14083 "system-deps 6.2.2",
14084 "thiserror 1.0.69",
14085 "v_frame",
14086 "wasm-bindgen",
14087]
14088
14089[[package]]
14090name = "ravif"
14091version = "0.11.20"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14094dependencies = [
14095 "avif-serialize",
14096 "imgref",
14097 "loop9",
14098 "quick-error 2.0.1",
14099 "rav1e",
14100 "rayon",
14101 "rgb",
14102]
14103
14104[[package]]
14105name = "raw-cpuid"
14106version = "10.7.0"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14109dependencies = [
14110 "bitflags 1.3.2",
14111]
14112
14113[[package]]
14114name = "raw-cpuid"
14115version = "11.6.0"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14118dependencies = [
14119 "bitflags 2.10.0",
14120]
14121
14122[[package]]
14123name = "raw-window-handle"
14124version = "0.6.2"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14127
14128[[package]]
14129name = "raw-window-metal"
14130version = "1.1.0"
14131source = "registry+https://github.com/rust-lang/crates.io-index"
14132checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14133dependencies = [
14134 "objc2",
14135 "objc2-core-foundation",
14136 "objc2-foundation",
14137 "objc2-quartz-core",
14138]
14139
14140[[package]]
14141name = "rayon"
14142version = "1.11.0"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14145dependencies = [
14146 "either",
14147 "rayon-core",
14148]
14149
14150[[package]]
14151name = "rayon-core"
14152version = "1.13.0"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14155dependencies = [
14156 "crossbeam-deque",
14157 "crossbeam-utils",
14158]
14159
14160[[package]]
14161name = "rdrand"
14162version = "0.4.0"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14165dependencies = [
14166 "rand_core 0.3.1",
14167]
14168
14169[[package]]
14170name = "read-fonts"
14171version = "0.35.0"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14174dependencies = [
14175 "bytemuck",
14176 "font-types 0.10.0",
14177]
14178
14179[[package]]
14180name = "read-fonts"
14181version = "0.37.0"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14184dependencies = [
14185 "bytemuck",
14186 "core_maths",
14187 "font-types 0.11.0",
14188]
14189
14190[[package]]
14191name = "realfft"
14192version = "3.5.0"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14195dependencies = [
14196 "rustfft",
14197]
14198
14199[[package]]
14200name = "reborrow"
14201version = "0.5.5"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14204
14205[[package]]
14206name = "recent_projects"
14207version = "0.1.0"
14208dependencies = [
14209 "anyhow",
14210 "askpass",
14211 "chrono",
14212 "db",
14213 "dev_container",
14214 "editor",
14215 "extension",
14216 "extension_host",
14217 "fs",
14218 "futures 0.3.32",
14219 "fuzzy",
14220 "gpui",
14221 "http_client",
14222 "indoc",
14223 "language",
14224 "log",
14225 "menu",
14226 "node_runtime",
14227 "open_path_prompt",
14228 "ordered-float 2.10.1",
14229 "paths",
14230 "picker",
14231 "project",
14232 "release_channel",
14233 "remote",
14234 "remote_connection",
14235 "remote_server",
14236 "semver",
14237 "serde",
14238 "serde_json",
14239 "settings",
14240 "smol",
14241 "task",
14242 "telemetry",
14243 "ui",
14244 "ui_input",
14245 "util",
14246 "windows-registry 0.6.1",
14247 "workspace",
14248 "worktree",
14249 "zed_actions",
14250]
14251
14252[[package]]
14253name = "redox_syscall"
14254version = "0.2.16"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14257dependencies = [
14258 "bitflags 1.3.2",
14259]
14260
14261[[package]]
14262name = "redox_syscall"
14263version = "0.5.18"
14264source = "registry+https://github.com/rust-lang/crates.io-index"
14265checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14266dependencies = [
14267 "bitflags 2.10.0",
14268]
14269
14270[[package]]
14271name = "redox_users"
14272version = "0.4.6"
14273source = "registry+https://github.com/rust-lang/crates.io-index"
14274checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14275dependencies = [
14276 "getrandom 0.2.16",
14277 "libredox",
14278 "thiserror 1.0.69",
14279]
14280
14281[[package]]
14282name = "redox_users"
14283version = "0.5.2"
14284source = "registry+https://github.com/rust-lang/crates.io-index"
14285checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14286dependencies = [
14287 "getrandom 0.2.16",
14288 "libredox",
14289 "thiserror 2.0.17",
14290]
14291
14292[[package]]
14293name = "ref-cast"
14294version = "1.0.25"
14295source = "registry+https://github.com/rust-lang/crates.io-index"
14296checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14297dependencies = [
14298 "ref-cast-impl",
14299]
14300
14301[[package]]
14302name = "ref-cast-impl"
14303version = "1.0.25"
14304source = "registry+https://github.com/rust-lang/crates.io-index"
14305checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14306dependencies = [
14307 "proc-macro2",
14308 "quote",
14309 "syn 2.0.117",
14310]
14311
14312[[package]]
14313name = "referencing"
14314version = "0.37.4"
14315source = "registry+https://github.com/rust-lang/crates.io-index"
14316checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14317dependencies = [
14318 "ahash 0.8.12",
14319 "fluent-uri",
14320 "getrandom 0.3.4",
14321 "hashbrown 0.16.1",
14322 "parking_lot",
14323 "percent-encoding",
14324 "serde_json",
14325]
14326
14327[[package]]
14328name = "refineable"
14329version = "0.1.0"
14330dependencies = [
14331 "derive_refineable",
14332]
14333
14334[[package]]
14335name = "regalloc2"
14336version = "0.12.2"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14339dependencies = [
14340 "allocator-api2",
14341 "bumpalo",
14342 "hashbrown 0.15.5",
14343 "log",
14344 "rustc-hash 2.1.1",
14345 "serde",
14346 "smallvec",
14347]
14348
14349[[package]]
14350name = "regex"
14351version = "1.12.2"
14352source = "registry+https://github.com/rust-lang/crates.io-index"
14353checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14354dependencies = [
14355 "aho-corasick",
14356 "memchr",
14357 "regex-automata",
14358 "regex-syntax",
14359]
14360
14361[[package]]
14362name = "regex-automata"
14363version = "0.4.13"
14364source = "registry+https://github.com/rust-lang/crates.io-index"
14365checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14366dependencies = [
14367 "aho-corasick",
14368 "memchr",
14369 "regex-syntax",
14370]
14371
14372[[package]]
14373name = "regex-lite"
14374version = "0.1.8"
14375source = "registry+https://github.com/rust-lang/crates.io-index"
14376checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14377
14378[[package]]
14379name = "regex-syntax"
14380version = "0.8.8"
14381source = "registry+https://github.com/rust-lang/crates.io-index"
14382checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14383
14384[[package]]
14385name = "release_channel"
14386version = "0.1.0"
14387dependencies = [
14388 "gpui",
14389 "semver",
14390]
14391
14392[[package]]
14393name = "remote"
14394version = "0.1.0"
14395dependencies = [
14396 "anyhow",
14397 "askpass",
14398 "async-trait",
14399 "base64 0.22.1",
14400 "collections",
14401 "fs",
14402 "futures 0.3.32",
14403 "gpui",
14404 "log",
14405 "parking_lot",
14406 "paths",
14407 "prost 0.9.0",
14408 "release_channel",
14409 "rpc",
14410 "schemars",
14411 "semver",
14412 "serde",
14413 "serde_json",
14414 "settings",
14415 "smol",
14416 "tempfile",
14417 "thiserror 2.0.17",
14418 "urlencoding",
14419 "util",
14420 "which 6.0.3",
14421]
14422
14423[[package]]
14424name = "remote_connection"
14425version = "0.1.0"
14426dependencies = [
14427 "anyhow",
14428 "askpass",
14429 "auto_update",
14430 "futures 0.3.32",
14431 "gpui",
14432 "log",
14433 "markdown",
14434 "menu",
14435 "release_channel",
14436 "remote",
14437 "semver",
14438 "settings",
14439 "theme_settings",
14440 "ui",
14441 "ui_input",
14442 "workspace",
14443]
14444
14445[[package]]
14446name = "remote_server"
14447version = "0.1.0"
14448dependencies = [
14449 "action_log",
14450 "agent",
14451 "anyhow",
14452 "askpass",
14453 "cargo_toml",
14454 "clap",
14455 "client",
14456 "clock",
14457 "collections",
14458 "crash-handler",
14459 "crashes",
14460 "dap_adapters",
14461 "debug_adapter_extension",
14462 "editor",
14463 "env_logger 0.11.8",
14464 "extension",
14465 "extension_host",
14466 "fork",
14467 "fs",
14468 "futures 0.3.32",
14469 "git",
14470 "git2",
14471 "git_hosting_providers",
14472 "gpui",
14473 "gpui_platform",
14474 "gpui_tokio",
14475 "http_client",
14476 "image",
14477 "json_schema_store",
14478 "language",
14479 "language_extension",
14480 "language_model",
14481 "languages",
14482 "libc",
14483 "log",
14484 "lsp",
14485 "minidumper",
14486 "net",
14487 "node_runtime",
14488 "paths",
14489 "pretty_assertions",
14490 "project",
14491 "proto",
14492 "rayon",
14493 "release_channel",
14494 "remote",
14495 "reqwest_client",
14496 "rpc",
14497 "rust-embed",
14498 "semver",
14499 "serde",
14500 "serde_json",
14501 "settings",
14502 "shellexpand 2.1.2",
14503 "smol",
14504 "sysinfo 0.37.2",
14505 "task",
14506 "theme",
14507 "theme_settings",
14508 "thiserror 2.0.17",
14509 "toml 0.8.23",
14510 "unindent",
14511 "util",
14512 "uuid",
14513 "watch",
14514 "windows 0.61.3",
14515 "worktree",
14516 "zlog",
14517]
14518
14519[[package]]
14520name = "rend"
14521version = "0.4.2"
14522source = "registry+https://github.com/rust-lang/crates.io-index"
14523checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14524dependencies = [
14525 "bytecheck",
14526]
14527
14528[[package]]
14529name = "renderdoc-sys"
14530version = "1.1.0"
14531source = "registry+https://github.com/rust-lang/crates.io-index"
14532checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14533
14534[[package]]
14535name = "repl"
14536version = "0.1.0"
14537dependencies = [
14538 "alacritty_terminal",
14539 "anyhow",
14540 "async-dispatcher",
14541 "async-task",
14542 "async-tungstenite",
14543 "base64 0.22.1",
14544 "client",
14545 "collections",
14546 "command_palette_hooks",
14547 "editor",
14548 "feature_flags",
14549 "file_icons",
14550 "futures 0.3.32",
14551 "gpui",
14552 "html_to_markdown",
14553 "http_client",
14554 "image",
14555 "indoc",
14556 "jupyter-protocol",
14557 "jupyter-websocket-client",
14558 "language",
14559 "languages",
14560 "log",
14561 "markdown",
14562 "menu",
14563 "multi_buffer",
14564 "nbformat",
14565 "picker",
14566 "project",
14567 "remote",
14568 "runtimelib",
14569 "serde",
14570 "serde_json",
14571 "settings",
14572 "shlex",
14573 "smol",
14574 "telemetry",
14575 "terminal",
14576 "terminal_view",
14577 "theme",
14578 "theme_settings",
14579 "tree-sitter-md",
14580 "tree-sitter-python",
14581 "tree-sitter-typescript",
14582 "ui",
14583 "util",
14584 "uuid",
14585 "workspace",
14586 "zed_actions",
14587]
14588
14589[[package]]
14590name = "reqwest"
14591version = "0.11.27"
14592source = "registry+https://github.com/rust-lang/crates.io-index"
14593checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14594dependencies = [
14595 "base64 0.21.7",
14596 "bytes 1.11.1",
14597 "encoding_rs",
14598 "futures-core",
14599 "futures-util",
14600 "h2 0.3.27",
14601 "http 0.2.12",
14602 "http-body 0.4.6",
14603 "hyper 0.14.32",
14604 "hyper-tls",
14605 "ipnet",
14606 "js-sys",
14607 "log",
14608 "mime",
14609 "native-tls",
14610 "once_cell",
14611 "percent-encoding",
14612 "pin-project-lite",
14613 "rustls-pemfile 1.0.4",
14614 "serde",
14615 "serde_json",
14616 "serde_urlencoded",
14617 "sync_wrapper 0.1.2",
14618 "system-configuration 0.5.1",
14619 "tokio",
14620 "tokio-native-tls",
14621 "tower-service",
14622 "url",
14623 "wasm-bindgen",
14624 "wasm-bindgen-futures",
14625 "web-sys",
14626 "winreg 0.50.0",
14627]
14628
14629[[package]]
14630name = "reqwest"
14631version = "0.12.24"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14634dependencies = [
14635 "base64 0.22.1",
14636 "bytes 1.11.1",
14637 "futures-channel",
14638 "futures-core",
14639 "futures-util",
14640 "http 1.3.1",
14641 "http-body 1.0.1",
14642 "http-body-util",
14643 "hyper 1.7.0",
14644 "hyper-rustls 0.27.7",
14645 "hyper-util",
14646 "js-sys",
14647 "log",
14648 "percent-encoding",
14649 "pin-project-lite",
14650 "quinn",
14651 "rustls 0.23.33",
14652 "rustls-native-certs 0.8.2",
14653 "rustls-pki-types",
14654 "serde",
14655 "serde_json",
14656 "serde_urlencoded",
14657 "sync_wrapper 1.0.2",
14658 "tokio",
14659 "tokio-rustls 0.26.2",
14660 "tower 0.5.2",
14661 "tower-http 0.6.6",
14662 "tower-service",
14663 "url",
14664 "wasm-bindgen",
14665 "wasm-bindgen-futures",
14666 "web-sys",
14667]
14668
14669[[package]]
14670name = "reqwest_client"
14671version = "0.1.0"
14672dependencies = [
14673 "anyhow",
14674 "bytes 1.11.1",
14675 "futures 0.3.32",
14676 "gpui_util",
14677 "http_client",
14678 "http_client_tls",
14679 "log",
14680 "regex",
14681 "serde",
14682 "tokio",
14683 "zed-reqwest",
14684]
14685
14686[[package]]
14687name = "resvg"
14688version = "0.45.1"
14689source = "registry+https://github.com/rust-lang/crates.io-index"
14690checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14691dependencies = [
14692 "gif",
14693 "image-webp",
14694 "log",
14695 "pico-args",
14696 "rgb",
14697 "svgtypes",
14698 "tiny-skia",
14699 "usvg",
14700 "zune-jpeg",
14701]
14702
14703[[package]]
14704name = "rfc6979"
14705version = "0.3.1"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14708dependencies = [
14709 "crypto-bigint 0.4.9",
14710 "hmac",
14711 "zeroize",
14712]
14713
14714[[package]]
14715name = "rgb"
14716version = "0.8.52"
14717source = "registry+https://github.com/rust-lang/crates.io-index"
14718checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14719dependencies = [
14720 "bytemuck",
14721]
14722
14723[[package]]
14724name = "ring"
14725version = "0.17.14"
14726source = "registry+https://github.com/rust-lang/crates.io-index"
14727checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14728dependencies = [
14729 "cc",
14730 "cfg-if",
14731 "getrandom 0.2.16",
14732 "libc",
14733 "untrusted 0.9.0",
14734 "windows-sys 0.52.0",
14735]
14736
14737[[package]]
14738name = "rkyv"
14739version = "0.7.45"
14740source = "registry+https://github.com/rust-lang/crates.io-index"
14741checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14742dependencies = [
14743 "bitvec",
14744 "bytecheck",
14745 "bytes 1.11.1",
14746 "hashbrown 0.12.3",
14747 "ptr_meta",
14748 "rend",
14749 "rkyv_derive",
14750 "seahash",
14751 "tinyvec",
14752 "uuid",
14753]
14754
14755[[package]]
14756name = "rkyv_derive"
14757version = "0.7.45"
14758source = "registry+https://github.com/rust-lang/crates.io-index"
14759checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14760dependencies = [
14761 "proc-macro2",
14762 "quote",
14763 "syn 1.0.109",
14764]
14765
14766[[package]]
14767name = "rmp"
14768version = "0.8.14"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14771dependencies = [
14772 "byteorder",
14773 "num-traits",
14774 "paste",
14775]
14776
14777[[package]]
14778name = "rmpv"
14779version = "1.3.0"
14780source = "registry+https://github.com/rust-lang/crates.io-index"
14781checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14782dependencies = [
14783 "num-traits",
14784 "rmp",
14785]
14786
14787[[package]]
14788name = "rodio"
14789version = "0.21.1"
14790source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14791dependencies = [
14792 "cpal",
14793 "dasp_sample",
14794 "hound",
14795 "num-rational",
14796 "rand 0.9.2",
14797 "rand_distr",
14798 "rtrb",
14799 "symphonia",
14800 "thiserror 2.0.17",
14801]
14802
14803[[package]]
14804name = "rope"
14805version = "0.1.0"
14806dependencies = [
14807 "criterion",
14808 "ctor",
14809 "gpui",
14810 "heapless",
14811 "log",
14812 "rand 0.9.2",
14813 "rayon",
14814 "sum_tree",
14815 "tracing",
14816 "unicode-segmentation",
14817 "util",
14818 "zlog",
14819 "ztracing",
14820]
14821
14822[[package]]
14823name = "roxmltree"
14824version = "0.20.0"
14825source = "registry+https://github.com/rust-lang/crates.io-index"
14826checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14827
14828[[package]]
14829name = "rpassword"
14830version = "7.4.0"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14833dependencies = [
14834 "libc",
14835 "rtoolbox",
14836 "windows-sys 0.59.0",
14837]
14838
14839[[package]]
14840name = "rpc"
14841version = "0.1.0"
14842dependencies = [
14843 "anyhow",
14844 "async-tungstenite",
14845 "base64 0.22.1",
14846 "collections",
14847 "futures 0.3.32",
14848 "gpui",
14849 "parking_lot",
14850 "proto",
14851 "rand 0.9.2",
14852 "rsa",
14853 "serde",
14854 "serde_json",
14855 "sha2",
14856 "strum 0.27.2",
14857 "tracing",
14858 "util",
14859 "zlog",
14860 "zstd",
14861]
14862
14863[[package]]
14864name = "rsa"
14865version = "0.9.10"
14866source = "registry+https://github.com/rust-lang/crates.io-index"
14867checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14868dependencies = [
14869 "const-oid",
14870 "digest",
14871 "num-bigint-dig 0.8.6",
14872 "num-integer",
14873 "num-traits",
14874 "pkcs1",
14875 "pkcs8 0.10.2",
14876 "rand_core 0.6.4",
14877 "signature 2.2.0",
14878 "spki 0.7.3",
14879 "subtle",
14880 "zeroize",
14881]
14882
14883[[package]]
14884name = "rtoolbox"
14885version = "0.0.3"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14888dependencies = [
14889 "libc",
14890 "windows-sys 0.52.0",
14891]
14892
14893[[package]]
14894name = "rtrb"
14895version = "0.3.2"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14898
14899[[package]]
14900name = "rules_library"
14901version = "0.1.0"
14902dependencies = [
14903 "anyhow",
14904 "collections",
14905 "editor",
14906 "gpui",
14907 "language",
14908 "language_model",
14909 "log",
14910 "menu",
14911 "picker",
14912 "platform_title_bar",
14913 "prompt_store",
14914 "release_channel",
14915 "rope",
14916 "serde",
14917 "settings",
14918 "theme_settings",
14919 "ui",
14920 "ui_input",
14921 "util",
14922 "workspace",
14923 "zed_actions",
14924]
14925
14926[[package]]
14927name = "runtimelib"
14928version = "1.4.0"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14931dependencies = [
14932 "async-dispatcher",
14933 "async-std",
14934 "aws-lc-rs",
14935 "base64 0.22.1",
14936 "bytes 1.11.1",
14937 "chrono",
14938 "data-encoding",
14939 "dirs 6.0.0",
14940 "futures 0.3.32",
14941 "glob",
14942 "jupyter-protocol",
14943 "serde",
14944 "serde_json",
14945 "shellexpand 3.1.1",
14946 "smol",
14947 "thiserror 2.0.17",
14948 "uuid",
14949 "zeromq",
14950]
14951
14952[[package]]
14953name = "rust-embed"
14954version = "8.11.0"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14957dependencies = [
14958 "rust-embed-impl",
14959 "rust-embed-utils",
14960 "walkdir",
14961]
14962
14963[[package]]
14964name = "rust-embed-impl"
14965version = "8.11.0"
14966source = "registry+https://github.com/rust-lang/crates.io-index"
14967checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14968dependencies = [
14969 "proc-macro2",
14970 "quote",
14971 "rust-embed-utils",
14972 "syn 2.0.117",
14973 "walkdir",
14974]
14975
14976[[package]]
14977name = "rust-embed-utils"
14978version = "8.11.0"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14981dependencies = [
14982 "globset",
14983 "sha2",
14984 "walkdir",
14985]
14986
14987[[package]]
14988name = "rust_decimal"
14989version = "1.39.0"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14992dependencies = [
14993 "arrayvec",
14994 "borsh",
14995 "bytes 1.11.1",
14996 "num-traits",
14997 "rand 0.8.5",
14998 "rkyv",
14999 "serde",
15000 "serde_json",
15001]
15002
15003[[package]]
15004name = "rustc-demangle"
15005version = "0.1.26"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15008
15009[[package]]
15010name = "rustc-hash"
15011version = "1.1.0"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15014
15015[[package]]
15016name = "rustc-hash"
15017version = "2.1.1"
15018source = "registry+https://github.com/rust-lang/crates.io-index"
15019checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15020
15021[[package]]
15022name = "rustc_version"
15023version = "0.4.1"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15026dependencies = [
15027 "semver",
15028]
15029
15030[[package]]
15031name = "rustfft"
15032version = "6.4.1"
15033source = "registry+https://github.com/rust-lang/crates.io-index"
15034checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15035dependencies = [
15036 "num-complex",
15037 "num-integer",
15038 "num-traits",
15039 "primal-check",
15040 "strength_reduce",
15041 "transpose",
15042]
15043
15044[[package]]
15045name = "rustix"
15046version = "0.38.44"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15049dependencies = [
15050 "bitflags 2.10.0",
15051 "errno 0.3.14",
15052 "libc",
15053 "linux-raw-sys 0.4.15",
15054 "windows-sys 0.59.0",
15055]
15056
15057[[package]]
15058name = "rustix"
15059version = "1.1.2"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15062dependencies = [
15063 "bitflags 2.10.0",
15064 "errno 0.3.14",
15065 "libc",
15066 "linux-raw-sys 0.11.0",
15067 "windows-sys 0.61.2",
15068]
15069
15070[[package]]
15071name = "rustix-linux-procfs"
15072version = "0.1.1"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15075dependencies = [
15076 "once_cell",
15077 "rustix 1.1.2",
15078]
15079
15080[[package]]
15081name = "rustix-openpty"
15082version = "0.2.0"
15083source = "registry+https://github.com/rust-lang/crates.io-index"
15084checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15085dependencies = [
15086 "errno 0.3.14",
15087 "libc",
15088 "rustix 1.1.2",
15089]
15090
15091[[package]]
15092name = "rustls"
15093version = "0.21.12"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15096dependencies = [
15097 "log",
15098 "ring",
15099 "rustls-webpki 0.101.7",
15100 "sct",
15101]
15102
15103[[package]]
15104name = "rustls"
15105version = "0.23.33"
15106source = "registry+https://github.com/rust-lang/crates.io-index"
15107checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15108dependencies = [
15109 "aws-lc-rs",
15110 "log",
15111 "once_cell",
15112 "ring",
15113 "rustls-pki-types",
15114 "rustls-webpki 0.103.7",
15115 "subtle",
15116 "zeroize",
15117]
15118
15119[[package]]
15120name = "rustls-native-certs"
15121version = "0.6.3"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15124dependencies = [
15125 "openssl-probe",
15126 "rustls-pemfile 1.0.4",
15127 "schannel",
15128 "security-framework 2.11.1",
15129]
15130
15131[[package]]
15132name = "rustls-native-certs"
15133version = "0.8.2"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15136dependencies = [
15137 "openssl-probe",
15138 "rustls-pki-types",
15139 "schannel",
15140 "security-framework 3.5.1",
15141]
15142
15143[[package]]
15144name = "rustls-pemfile"
15145version = "1.0.4"
15146source = "registry+https://github.com/rust-lang/crates.io-index"
15147checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15148dependencies = [
15149 "base64 0.21.7",
15150]
15151
15152[[package]]
15153name = "rustls-pemfile"
15154version = "2.2.0"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15157dependencies = [
15158 "rustls-pki-types",
15159]
15160
15161[[package]]
15162name = "rustls-pki-types"
15163version = "1.12.0"
15164source = "registry+https://github.com/rust-lang/crates.io-index"
15165checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15166dependencies = [
15167 "web-time",
15168 "zeroize",
15169]
15170
15171[[package]]
15172name = "rustls-platform-verifier"
15173version = "0.5.3"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15176dependencies = [
15177 "core-foundation 0.10.0",
15178 "core-foundation-sys",
15179 "jni",
15180 "log",
15181 "once_cell",
15182 "rustls 0.23.33",
15183 "rustls-native-certs 0.8.2",
15184 "rustls-platform-verifier-android",
15185 "rustls-webpki 0.103.7",
15186 "security-framework 3.5.1",
15187 "security-framework-sys",
15188 "webpki-root-certs",
15189 "windows-sys 0.59.0",
15190]
15191
15192[[package]]
15193name = "rustls-platform-verifier-android"
15194version = "0.1.1"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15197
15198[[package]]
15199name = "rustls-webpki"
15200version = "0.101.7"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15203dependencies = [
15204 "ring",
15205 "untrusted 0.9.0",
15206]
15207
15208[[package]]
15209name = "rustls-webpki"
15210version = "0.103.7"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15213dependencies = [
15214 "aws-lc-rs",
15215 "ring",
15216 "rustls-pki-types",
15217 "untrusted 0.9.0",
15218]
15219
15220[[package]]
15221name = "rustversion"
15222version = "1.0.22"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15225
15226[[package]]
15227name = "rusty-fork"
15228version = "0.3.1"
15229source = "registry+https://github.com/rust-lang/crates.io-index"
15230checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15231dependencies = [
15232 "fnv",
15233 "quick-error 1.2.3",
15234 "tempfile",
15235 "wait-timeout",
15236]
15237
15238[[package]]
15239name = "rustybuzz"
15240version = "0.20.1"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15243dependencies = [
15244 "bitflags 2.10.0",
15245 "bytemuck",
15246 "core_maths",
15247 "log",
15248 "smallvec",
15249 "ttf-parser 0.25.1",
15250 "unicode-bidi-mirroring",
15251 "unicode-ccc",
15252 "unicode-properties",
15253 "unicode-script",
15254]
15255
15256[[package]]
15257name = "ryu"
15258version = "1.0.20"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15261
15262[[package]]
15263name = "saa"
15264version = "5.4.9"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15267
15268[[package]]
15269name = "safetensors"
15270version = "0.4.5"
15271source = "registry+https://github.com/rust-lang/crates.io-index"
15272checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15273dependencies = [
15274 "serde",
15275 "serde_json",
15276]
15277
15278[[package]]
15279name = "same-file"
15280version = "1.0.6"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15283dependencies = [
15284 "winapi-util",
15285]
15286
15287[[package]]
15288name = "scc"
15289version = "3.5.6"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15292dependencies = [
15293 "saa",
15294 "sdd",
15295]
15296
15297[[package]]
15298name = "schannel"
15299version = "0.1.28"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15302dependencies = [
15303 "windows-sys 0.61.2",
15304]
15305
15306[[package]]
15307name = "scheduler"
15308version = "0.1.0"
15309dependencies = [
15310 "async-task",
15311 "backtrace",
15312 "chrono",
15313 "flume",
15314 "futures 0.3.32",
15315 "parking_lot",
15316 "rand 0.9.2",
15317 "web-time",
15318]
15319
15320[[package]]
15321name = "schema_generator"
15322version = "0.1.0"
15323dependencies = [
15324 "anyhow",
15325 "clap",
15326 "env_logger 0.11.8",
15327 "schemars",
15328 "serde",
15329 "serde_json",
15330 "settings",
15331 "theme",
15332 "theme_settings",
15333]
15334
15335[[package]]
15336name = "schemars"
15337version = "1.0.4"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15340dependencies = [
15341 "dyn-clone",
15342 "indexmap",
15343 "ref-cast",
15344 "schemars_derive",
15345 "serde",
15346 "serde_json",
15347]
15348
15349[[package]]
15350name = "schemars_derive"
15351version = "1.0.4"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15354dependencies = [
15355 "proc-macro2",
15356 "quote",
15357 "serde_derive_internals",
15358 "syn 2.0.117",
15359]
15360
15361[[package]]
15362name = "scoped-tls"
15363version = "1.0.1"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15366
15367[[package]]
15368name = "scopeguard"
15369version = "1.2.0"
15370source = "registry+https://github.com/rust-lang/crates.io-index"
15371checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15372
15373[[package]]
15374name = "scratch"
15375version = "1.0.9"
15376source = "registry+https://github.com/rust-lang/crates.io-index"
15377checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15378
15379[[package]]
15380name = "screencapturekit"
15381version = "0.2.8"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15384dependencies = [
15385 "screencapturekit-sys",
15386]
15387
15388[[package]]
15389name = "screencapturekit-sys"
15390version = "0.2.8"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15393dependencies = [
15394 "block",
15395 "dispatch",
15396 "objc",
15397 "objc-foundation",
15398 "objc_id",
15399 "once_cell",
15400]
15401
15402[[package]]
15403name = "scroll"
15404version = "0.12.0"
15405source = "registry+https://github.com/rust-lang/crates.io-index"
15406checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15407dependencies = [
15408 "scroll_derive",
15409]
15410
15411[[package]]
15412name = "scroll_derive"
15413version = "0.12.1"
15414source = "registry+https://github.com/rust-lang/crates.io-index"
15415checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15416dependencies = [
15417 "proc-macro2",
15418 "quote",
15419 "syn 2.0.117",
15420]
15421
15422[[package]]
15423name = "sct"
15424version = "0.7.1"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15427dependencies = [
15428 "ring",
15429 "untrusted 0.9.0",
15430]
15431
15432[[package]]
15433name = "sdd"
15434version = "4.6.2"
15435source = "registry+https://github.com/rust-lang/crates.io-index"
15436checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15437
15438[[package]]
15439name = "sea-bae"
15440version = "0.2.1"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15443dependencies = [
15444 "heck 0.4.1",
15445 "proc-macro-error2",
15446 "proc-macro2",
15447 "quote",
15448 "syn 2.0.117",
15449]
15450
15451[[package]]
15452name = "sea-orm"
15453version = "1.1.10"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15456dependencies = [
15457 "async-stream",
15458 "async-trait",
15459 "bigdecimal",
15460 "chrono",
15461 "futures-util",
15462 "log",
15463 "ouroboros",
15464 "pgvector",
15465 "rust_decimal",
15466 "sea-orm-macros",
15467 "sea-query",
15468 "sea-query-binder",
15469 "serde",
15470 "serde_json",
15471 "sqlx",
15472 "strum 0.26.3",
15473 "thiserror 2.0.17",
15474 "time",
15475 "tracing",
15476 "url",
15477 "uuid",
15478]
15479
15480[[package]]
15481name = "sea-orm-macros"
15482version = "1.1.10"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15485dependencies = [
15486 "heck 0.4.1",
15487 "proc-macro2",
15488 "quote",
15489 "sea-bae",
15490 "syn 2.0.117",
15491 "unicode-ident",
15492]
15493
15494[[package]]
15495name = "sea-query"
15496version = "0.32.7"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15499dependencies = [
15500 "bigdecimal",
15501 "chrono",
15502 "inherent",
15503 "ordered-float 4.6.0",
15504 "rust_decimal",
15505 "serde_json",
15506 "time",
15507 "uuid",
15508]
15509
15510[[package]]
15511name = "sea-query-binder"
15512version = "0.7.0"
15513source = "registry+https://github.com/rust-lang/crates.io-index"
15514checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15515dependencies = [
15516 "bigdecimal",
15517 "chrono",
15518 "rust_decimal",
15519 "sea-query",
15520 "serde_json",
15521 "sqlx",
15522 "time",
15523 "uuid",
15524]
15525
15526[[package]]
15527name = "seahash"
15528version = "4.1.0"
15529source = "registry+https://github.com/rust-lang/crates.io-index"
15530checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15531
15532[[package]]
15533name = "search"
15534version = "0.1.0"
15535dependencies = [
15536 "any_vec",
15537 "anyhow",
15538 "bitflags 2.10.0",
15539 "collections",
15540 "editor",
15541 "fs",
15542 "futures 0.3.32",
15543 "gpui",
15544 "itertools 0.14.0",
15545 "language",
15546 "lsp",
15547 "menu",
15548 "multi_buffer",
15549 "pretty_assertions",
15550 "project",
15551 "serde",
15552 "serde_json",
15553 "settings",
15554 "smol",
15555 "theme",
15556 "theme_settings",
15557 "tracing",
15558 "ui",
15559 "unindent",
15560 "util",
15561 "util_macros",
15562 "workspace",
15563 "zed_actions",
15564 "ztracing",
15565]
15566
15567[[package]]
15568name = "sec1"
15569version = "0.3.0"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15572dependencies = [
15573 "base16ct",
15574 "der 0.6.1",
15575 "generic-array",
15576 "pkcs8 0.9.0",
15577 "subtle",
15578 "zeroize",
15579]
15580
15581[[package]]
15582name = "secrecy"
15583version = "0.10.3"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15586dependencies = [
15587 "zeroize",
15588]
15589
15590[[package]]
15591name = "security-framework"
15592version = "2.11.1"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15595dependencies = [
15596 "bitflags 2.10.0",
15597 "core-foundation 0.9.4",
15598 "core-foundation-sys",
15599 "libc",
15600 "security-framework-sys",
15601]
15602
15603[[package]]
15604name = "security-framework"
15605version = "3.5.1"
15606source = "registry+https://github.com/rust-lang/crates.io-index"
15607checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15608dependencies = [
15609 "bitflags 2.10.0",
15610 "core-foundation 0.10.0",
15611 "core-foundation-sys",
15612 "libc",
15613 "security-framework-sys",
15614]
15615
15616[[package]]
15617name = "security-framework-sys"
15618version = "2.15.0"
15619source = "registry+https://github.com/rust-lang/crates.io-index"
15620checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15621dependencies = [
15622 "core-foundation-sys",
15623 "libc",
15624]
15625
15626[[package]]
15627name = "self_cell"
15628version = "1.2.2"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15631
15632[[package]]
15633name = "semver"
15634version = "1.0.27"
15635source = "registry+https://github.com/rust-lang/crates.io-index"
15636checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15637dependencies = [
15638 "serde",
15639 "serde_core",
15640]
15641
15642[[package]]
15643name = "seq-macro"
15644version = "0.3.6"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15647
15648[[package]]
15649name = "serde"
15650version = "1.0.228"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15653dependencies = [
15654 "serde_core",
15655 "serde_derive",
15656]
15657
15658[[package]]
15659name = "serde_bytes"
15660version = "0.11.19"
15661source = "registry+https://github.com/rust-lang/crates.io-index"
15662checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15663dependencies = [
15664 "serde",
15665 "serde_core",
15666]
15667
15668[[package]]
15669name = "serde_core"
15670version = "1.0.228"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15673dependencies = [
15674 "serde_derive",
15675]
15676
15677[[package]]
15678name = "serde_derive"
15679version = "1.0.228"
15680source = "registry+https://github.com/rust-lang/crates.io-index"
15681checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15682dependencies = [
15683 "proc-macro2",
15684 "quote",
15685 "syn 2.0.117",
15686]
15687
15688[[package]]
15689name = "serde_derive_internals"
15690version = "0.29.1"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15693dependencies = [
15694 "proc-macro2",
15695 "quote",
15696 "syn 2.0.117",
15697]
15698
15699[[package]]
15700name = "serde_fmt"
15701version = "1.0.3"
15702source = "registry+https://github.com/rust-lang/crates.io-index"
15703checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15704dependencies = [
15705 "serde",
15706]
15707
15708[[package]]
15709name = "serde_json"
15710version = "1.0.145"
15711source = "registry+https://github.com/rust-lang/crates.io-index"
15712checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15713dependencies = [
15714 "indexmap",
15715 "itoa",
15716 "memchr",
15717 "ryu",
15718 "serde",
15719 "serde_core",
15720]
15721
15722[[package]]
15723name = "serde_json_lenient"
15724version = "0.2.4"
15725source = "registry+https://github.com/rust-lang/crates.io-index"
15726checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15727dependencies = [
15728 "indexmap",
15729 "itoa",
15730 "memchr",
15731 "ryu",
15732 "serde",
15733]
15734
15735[[package]]
15736name = "serde_path_to_error"
15737version = "0.1.20"
15738source = "registry+https://github.com/rust-lang/crates.io-index"
15739checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15740dependencies = [
15741 "itoa",
15742 "serde",
15743 "serde_core",
15744]
15745
15746[[package]]
15747name = "serde_repr"
15748version = "0.1.20"
15749source = "registry+https://github.com/rust-lang/crates.io-index"
15750checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15751dependencies = [
15752 "proc-macro2",
15753 "quote",
15754 "syn 2.0.117",
15755]
15756
15757[[package]]
15758name = "serde_spanned"
15759version = "0.6.9"
15760source = "registry+https://github.com/rust-lang/crates.io-index"
15761checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15762dependencies = [
15763 "serde",
15764]
15765
15766[[package]]
15767name = "serde_spanned"
15768version = "1.0.3"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15771dependencies = [
15772 "serde_core",
15773]
15774
15775[[package]]
15776name = "serde_urlencoded"
15777version = "0.7.1"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15780dependencies = [
15781 "form_urlencoded",
15782 "itoa",
15783 "ryu",
15784 "serde",
15785]
15786
15787[[package]]
15788name = "serde_yaml"
15789version = "0.9.34+deprecated"
15790source = "registry+https://github.com/rust-lang/crates.io-index"
15791checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15792dependencies = [
15793 "indexmap",
15794 "itoa",
15795 "ryu",
15796 "serde",
15797 "unsafe-libyaml",
15798]
15799
15800[[package]]
15801name = "serial2"
15802version = "0.2.33"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15805dependencies = [
15806 "cfg-if",
15807 "libc",
15808 "winapi",
15809]
15810
15811[[package]]
15812name = "session"
15813version = "0.1.0"
15814dependencies = [
15815 "db",
15816 "gpui",
15817 "serde_json",
15818 "util",
15819 "uuid",
15820]
15821
15822[[package]]
15823name = "settings"
15824version = "0.1.0"
15825dependencies = [
15826 "anyhow",
15827 "collections",
15828 "ec4rs",
15829 "fs",
15830 "futures 0.3.32",
15831 "gpui",
15832 "indoc",
15833 "inventory",
15834 "log",
15835 "migrator",
15836 "paths",
15837 "pretty_assertions",
15838 "release_channel",
15839 "rust-embed",
15840 "schemars",
15841 "serde",
15842 "serde_json",
15843 "serde_json_lenient",
15844 "settings_content",
15845 "settings_json",
15846 "settings_macros",
15847 "smallvec",
15848 "unindent",
15849 "util",
15850 "zlog",
15851]
15852
15853[[package]]
15854name = "settings_content"
15855version = "0.1.0"
15856dependencies = [
15857 "anyhow",
15858 "collections",
15859 "derive_more",
15860 "gpui",
15861 "language_model_core",
15862 "log",
15863 "schemars",
15864 "serde",
15865 "serde_json",
15866 "serde_json_lenient",
15867 "settings_json",
15868 "settings_macros",
15869 "strum 0.27.2",
15870 "util",
15871]
15872
15873[[package]]
15874name = "settings_json"
15875version = "0.1.0"
15876dependencies = [
15877 "anyhow",
15878 "pretty_assertions",
15879 "serde",
15880 "serde_json",
15881 "serde_json_lenient",
15882 "serde_path_to_error",
15883 "tree-sitter",
15884 "tree-sitter-json",
15885 "unindent",
15886 "util",
15887]
15888
15889[[package]]
15890name = "settings_macros"
15891version = "0.1.0"
15892dependencies = [
15893 "quote",
15894 "settings",
15895 "syn 2.0.117",
15896]
15897
15898[[package]]
15899name = "settings_profile_selector"
15900version = "0.1.0"
15901dependencies = [
15902 "editor",
15903 "fuzzy",
15904 "gpui",
15905 "menu",
15906 "picker",
15907 "project",
15908 "serde_json",
15909 "settings",
15910 "theme",
15911 "theme_settings",
15912 "ui",
15913 "workspace",
15914 "zed_actions",
15915]
15916
15917[[package]]
15918name = "settings_ui"
15919version = "0.1.0"
15920dependencies = [
15921 "agent",
15922 "agent_settings",
15923 "anyhow",
15924 "audio",
15925 "codestral",
15926 "component",
15927 "copilot",
15928 "copilot_ui",
15929 "cpal",
15930 "edit_prediction",
15931 "edit_prediction_ui",
15932 "editor",
15933 "fs",
15934 "futures 0.3.32",
15935 "fuzzy",
15936 "gpui",
15937 "heck 0.5.0",
15938 "itertools 0.14.0",
15939 "language",
15940 "log",
15941 "menu",
15942 "paths",
15943 "picker",
15944 "platform_title_bar",
15945 "pretty_assertions",
15946 "project",
15947 "regex",
15948 "release_channel",
15949 "rodio",
15950 "schemars",
15951 "search",
15952 "serde",
15953 "serde_json",
15954 "settings",
15955 "shell_command_parser",
15956 "strum 0.27.2",
15957 "telemetry",
15958 "theme",
15959 "theme_settings",
15960 "title_bar",
15961 "ui",
15962 "util",
15963 "workspace",
15964 "zed_actions",
15965 "zed_credentials_provider",
15966]
15967
15968[[package]]
15969name = "sha-1"
15970version = "0.10.1"
15971source = "registry+https://github.com/rust-lang/crates.io-index"
15972checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15973dependencies = [
15974 "cfg-if",
15975 "cpufeatures",
15976 "digest",
15977]
15978
15979[[package]]
15980name = "sha1"
15981version = "0.10.6"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15984dependencies = [
15985 "cfg-if",
15986 "cpufeatures",
15987 "digest",
15988]
15989
15990[[package]]
15991name = "sha1_smol"
15992version = "1.0.1"
15993source = "registry+https://github.com/rust-lang/crates.io-index"
15994checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15995
15996[[package]]
15997name = "sha2"
15998version = "0.10.9"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16001dependencies = [
16002 "cfg-if",
16003 "cpufeatures",
16004 "digest",
16005]
16006
16007[[package]]
16008name = "sharded-slab"
16009version = "0.1.7"
16010source = "registry+https://github.com/rust-lang/crates.io-index"
16011checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16012dependencies = [
16013 "lazy_static",
16014]
16015
16016[[package]]
16017name = "shared_library"
16018version = "0.1.9"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16021dependencies = [
16022 "lazy_static",
16023 "libc",
16024]
16025
16026[[package]]
16027name = "shell-words"
16028version = "1.1.0"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16031
16032[[package]]
16033name = "shell_command_parser"
16034version = "0.1.0"
16035dependencies = [
16036 "brush-parser",
16037]
16038
16039[[package]]
16040name = "shellexpand"
16041version = "2.1.2"
16042source = "registry+https://github.com/rust-lang/crates.io-index"
16043checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16044dependencies = [
16045 "dirs 4.0.0",
16046]
16047
16048[[package]]
16049name = "shellexpand"
16050version = "3.1.1"
16051source = "registry+https://github.com/rust-lang/crates.io-index"
16052checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16053dependencies = [
16054 "dirs 6.0.0",
16055]
16056
16057[[package]]
16058name = "shingles"
16059version = "0.1.1"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16062
16063[[package]]
16064name = "shlex"
16065version = "1.3.0"
16066source = "registry+https://github.com/rust-lang/crates.io-index"
16067checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16068
16069[[package]]
16070name = "sidebar"
16071version = "0.1.0"
16072dependencies = [
16073 "acp_thread",
16074 "action_log",
16075 "agent",
16076 "agent-client-protocol",
16077 "agent_settings",
16078 "agent_ui",
16079 "anyhow",
16080 "chrono",
16081 "client",
16082 "clock",
16083 "editor",
16084 "extension",
16085 "fs",
16086 "git",
16087 "gpui",
16088 "http_client",
16089 "language",
16090 "language_model",
16091 "log",
16092 "menu",
16093 "node_runtime",
16094 "platform_title_bar",
16095 "pretty_assertions",
16096 "project",
16097 "prompt_store",
16098 "recent_projects",
16099 "release_channel",
16100 "remote",
16101 "remote_connection",
16102 "remote_server",
16103 "semver",
16104 "serde",
16105 "serde_json",
16106 "settings",
16107 "smol",
16108 "theme",
16109 "theme_settings",
16110 "ui",
16111 "util",
16112 "vim_mode_setting",
16113 "workspace",
16114 "zed_actions",
16115]
16116
16117[[package]]
16118name = "signal-hook"
16119version = "0.3.18"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16122dependencies = [
16123 "libc",
16124 "signal-hook-registry",
16125]
16126
16127[[package]]
16128name = "signal-hook-registry"
16129version = "1.4.6"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16132dependencies = [
16133 "libc",
16134]
16135
16136[[package]]
16137name = "signature"
16138version = "1.6.4"
16139source = "registry+https://github.com/rust-lang/crates.io-index"
16140checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16141dependencies = [
16142 "digest",
16143 "rand_core 0.6.4",
16144]
16145
16146[[package]]
16147name = "signature"
16148version = "2.2.0"
16149source = "registry+https://github.com/rust-lang/crates.io-index"
16150checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16151dependencies = [
16152 "digest",
16153 "rand_core 0.6.4",
16154]
16155
16156[[package]]
16157name = "simd-adler32"
16158version = "0.3.7"
16159source = "registry+https://github.com/rust-lang/crates.io-index"
16160checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16161
16162[[package]]
16163name = "simd_helpers"
16164version = "0.1.0"
16165source = "registry+https://github.com/rust-lang/crates.io-index"
16166checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16167dependencies = [
16168 "quote",
16169]
16170
16171[[package]]
16172name = "simdutf8"
16173version = "0.1.5"
16174source = "registry+https://github.com/rust-lang/crates.io-index"
16175checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16176
16177[[package]]
16178name = "similar"
16179version = "2.7.0"
16180source = "registry+https://github.com/rust-lang/crates.io-index"
16181checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16182
16183[[package]]
16184name = "simple_asn1"
16185version = "0.6.3"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16188dependencies = [
16189 "num-bigint",
16190 "num-traits",
16191 "thiserror 2.0.17",
16192 "time",
16193]
16194
16195[[package]]
16196name = "simplecss"
16197version = "0.2.2"
16198source = "registry+https://github.com/rust-lang/crates.io-index"
16199checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16200dependencies = [
16201 "log",
16202]
16203
16204[[package]]
16205name = "simplelog"
16206version = "0.12.2"
16207source = "registry+https://github.com/rust-lang/crates.io-index"
16208checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16209dependencies = [
16210 "log",
16211 "termcolor",
16212 "time",
16213]
16214
16215[[package]]
16216name = "siphasher"
16217version = "0.3.11"
16218source = "registry+https://github.com/rust-lang/crates.io-index"
16219checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16220
16221[[package]]
16222name = "siphasher"
16223version = "1.0.1"
16224source = "registry+https://github.com/rust-lang/crates.io-index"
16225checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16226
16227[[package]]
16228name = "skrifa"
16229version = "0.37.0"
16230source = "registry+https://github.com/rust-lang/crates.io-index"
16231checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16232dependencies = [
16233 "bytemuck",
16234 "read-fonts 0.35.0",
16235]
16236
16237[[package]]
16238name = "skrifa"
16239version = "0.40.0"
16240source = "registry+https://github.com/rust-lang/crates.io-index"
16241checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16242dependencies = [
16243 "bytemuck",
16244 "read-fonts 0.37.0",
16245]
16246
16247[[package]]
16248name = "slab"
16249version = "0.4.11"
16250source = "registry+https://github.com/rust-lang/crates.io-index"
16251checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16252
16253[[package]]
16254name = "slotmap"
16255version = "1.0.7"
16256source = "registry+https://github.com/rust-lang/crates.io-index"
16257checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16258dependencies = [
16259 "version_check",
16260]
16261
16262[[package]]
16263name = "smallvec"
16264version = "1.15.1"
16265source = "registry+https://github.com/rust-lang/crates.io-index"
16266checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16267dependencies = [
16268 "serde",
16269]
16270
16271[[package]]
16272name = "smart-default"
16273version = "0.7.1"
16274source = "registry+https://github.com/rust-lang/crates.io-index"
16275checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16276dependencies = [
16277 "proc-macro2",
16278 "quote",
16279 "syn 2.0.117",
16280]
16281
16282[[package]]
16283name = "smol"
16284version = "2.0.2"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16287dependencies = [
16288 "async-channel 2.5.0",
16289 "async-executor",
16290 "async-fs",
16291 "async-io",
16292 "async-lock 3.4.2",
16293 "async-net",
16294 "async-process",
16295 "blocking",
16296 "futures-lite 2.6.1",
16297]
16298
16299[[package]]
16300name = "smol_str"
16301version = "0.3.5"
16302source = "registry+https://github.com/rust-lang/crates.io-index"
16303checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16304
16305[[package]]
16306name = "snafu"
16307version = "0.8.9"
16308source = "registry+https://github.com/rust-lang/crates.io-index"
16309checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16310dependencies = [
16311 "snafu-derive",
16312]
16313
16314[[package]]
16315name = "snafu-derive"
16316version = "0.8.9"
16317source = "registry+https://github.com/rust-lang/crates.io-index"
16318checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16319dependencies = [
16320 "heck 0.5.0",
16321 "proc-macro2",
16322 "quote",
16323 "syn 2.0.117",
16324]
16325
16326[[package]]
16327name = "snippet"
16328version = "0.1.0"
16329dependencies = [
16330 "anyhow",
16331 "smallvec",
16332]
16333
16334[[package]]
16335name = "snippet_provider"
16336version = "0.1.0"
16337dependencies = [
16338 "anyhow",
16339 "collections",
16340 "extension",
16341 "fs",
16342 "futures 0.3.32",
16343 "gpui",
16344 "indoc",
16345 "parking_lot",
16346 "paths",
16347 "schemars",
16348 "serde",
16349 "serde_json",
16350 "serde_json_lenient",
16351 "snippet",
16352 "util",
16353]
16354
16355[[package]]
16356name = "snippets_ui"
16357version = "0.1.0"
16358dependencies = [
16359 "file_icons",
16360 "fuzzy",
16361 "gpui",
16362 "language",
16363 "open_path_prompt",
16364 "paths",
16365 "picker",
16366 "settings",
16367 "ui",
16368 "util",
16369 "workspace",
16370]
16371
16372[[package]]
16373name = "socket2"
16374version = "0.5.10"
16375source = "registry+https://github.com/rust-lang/crates.io-index"
16376checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16377dependencies = [
16378 "libc",
16379 "windows-sys 0.52.0",
16380]
16381
16382[[package]]
16383name = "socket2"
16384version = "0.6.1"
16385source = "registry+https://github.com/rust-lang/crates.io-index"
16386checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16387dependencies = [
16388 "libc",
16389 "windows-sys 0.60.2",
16390]
16391
16392[[package]]
16393name = "spdx"
16394version = "0.10.9"
16395source = "registry+https://github.com/rust-lang/crates.io-index"
16396checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16397dependencies = [
16398 "smallvec",
16399]
16400
16401[[package]]
16402name = "spin"
16403version = "0.9.8"
16404source = "registry+https://github.com/rust-lang/crates.io-index"
16405checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16406dependencies = [
16407 "lock_api",
16408]
16409
16410[[package]]
16411name = "spin"
16412version = "0.10.0"
16413source = "registry+https://github.com/rust-lang/crates.io-index"
16414checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16415dependencies = [
16416 "lock_api",
16417]
16418
16419[[package]]
16420name = "spirv"
16421version = "0.4.0+sdk-1.4.341.0"
16422source = "registry+https://github.com/rust-lang/crates.io-index"
16423checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16424dependencies = [
16425 "bitflags 2.10.0",
16426]
16427
16428[[package]]
16429name = "spki"
16430version = "0.6.0"
16431source = "registry+https://github.com/rust-lang/crates.io-index"
16432checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16433dependencies = [
16434 "base64ct",
16435 "der 0.6.1",
16436]
16437
16438[[package]]
16439name = "spki"
16440version = "0.7.3"
16441source = "registry+https://github.com/rust-lang/crates.io-index"
16442checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16443dependencies = [
16444 "base64ct",
16445 "der 0.7.10",
16446]
16447
16448[[package]]
16449name = "sqlez"
16450version = "0.1.0"
16451dependencies = [
16452 "anyhow",
16453 "collections",
16454 "futures 0.3.32",
16455 "indoc",
16456 "libsqlite3-sys",
16457 "log",
16458 "parking_lot",
16459 "smol",
16460 "sqlformat",
16461 "thread_local",
16462 "util",
16463 "uuid",
16464]
16465
16466[[package]]
16467name = "sqlez_macros"
16468version = "0.1.0"
16469dependencies = [
16470 "sqlez",
16471 "sqlformat",
16472 "syn 2.0.117",
16473]
16474
16475[[package]]
16476name = "sqlformat"
16477version = "0.2.6"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16480dependencies = [
16481 "nom 7.1.3",
16482 "unicode_categories",
16483]
16484
16485[[package]]
16486name = "sqlx"
16487version = "0.8.6"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16490dependencies = [
16491 "sqlx-core",
16492 "sqlx-macros",
16493 "sqlx-mysql",
16494 "sqlx-postgres",
16495 "sqlx-sqlite",
16496]
16497
16498[[package]]
16499name = "sqlx-core"
16500version = "0.8.6"
16501source = "registry+https://github.com/rust-lang/crates.io-index"
16502checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16503dependencies = [
16504 "base64 0.22.1",
16505 "bigdecimal",
16506 "bytes 1.11.1",
16507 "chrono",
16508 "crc",
16509 "crossbeam-queue",
16510 "either",
16511 "event-listener 5.4.1",
16512 "futures-core",
16513 "futures-intrusive",
16514 "futures-io",
16515 "futures-util",
16516 "hashbrown 0.15.5",
16517 "hashlink 0.10.0",
16518 "indexmap",
16519 "log",
16520 "memchr",
16521 "once_cell",
16522 "percent-encoding",
16523 "rust_decimal",
16524 "rustls 0.23.33",
16525 "serde",
16526 "serde_json",
16527 "sha2",
16528 "smallvec",
16529 "thiserror 2.0.17",
16530 "time",
16531 "tokio",
16532 "tokio-stream",
16533 "tracing",
16534 "url",
16535 "uuid",
16536 "webpki-roots",
16537]
16538
16539[[package]]
16540name = "sqlx-macros"
16541version = "0.8.6"
16542source = "registry+https://github.com/rust-lang/crates.io-index"
16543checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16544dependencies = [
16545 "proc-macro2",
16546 "quote",
16547 "sqlx-core",
16548 "sqlx-macros-core",
16549 "syn 2.0.117",
16550]
16551
16552[[package]]
16553name = "sqlx-macros-core"
16554version = "0.8.6"
16555source = "registry+https://github.com/rust-lang/crates.io-index"
16556checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16557dependencies = [
16558 "dotenvy",
16559 "either",
16560 "heck 0.5.0",
16561 "hex",
16562 "once_cell",
16563 "proc-macro2",
16564 "quote",
16565 "serde",
16566 "serde_json",
16567 "sha2",
16568 "sqlx-core",
16569 "sqlx-mysql",
16570 "sqlx-postgres",
16571 "sqlx-sqlite",
16572 "syn 2.0.117",
16573 "tokio",
16574 "url",
16575]
16576
16577[[package]]
16578name = "sqlx-mysql"
16579version = "0.8.6"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16582dependencies = [
16583 "atoi",
16584 "base64 0.22.1",
16585 "bigdecimal",
16586 "bitflags 2.10.0",
16587 "byteorder",
16588 "bytes 1.11.1",
16589 "chrono",
16590 "crc",
16591 "digest",
16592 "dotenvy",
16593 "either",
16594 "futures-channel",
16595 "futures-core",
16596 "futures-io",
16597 "futures-util",
16598 "generic-array",
16599 "hex",
16600 "hkdf",
16601 "hmac",
16602 "itoa",
16603 "log",
16604 "md-5",
16605 "memchr",
16606 "once_cell",
16607 "percent-encoding",
16608 "rand 0.8.5",
16609 "rsa",
16610 "rust_decimal",
16611 "serde",
16612 "sha1",
16613 "sha2",
16614 "smallvec",
16615 "sqlx-core",
16616 "stringprep",
16617 "thiserror 2.0.17",
16618 "time",
16619 "tracing",
16620 "uuid",
16621 "whoami",
16622]
16623
16624[[package]]
16625name = "sqlx-postgres"
16626version = "0.8.6"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16629dependencies = [
16630 "atoi",
16631 "base64 0.22.1",
16632 "bigdecimal",
16633 "bitflags 2.10.0",
16634 "byteorder",
16635 "chrono",
16636 "crc",
16637 "dotenvy",
16638 "etcetera",
16639 "futures-channel",
16640 "futures-core",
16641 "futures-util",
16642 "hex",
16643 "hkdf",
16644 "hmac",
16645 "home",
16646 "itoa",
16647 "log",
16648 "md-5",
16649 "memchr",
16650 "num-bigint",
16651 "once_cell",
16652 "rand 0.8.5",
16653 "rust_decimal",
16654 "serde",
16655 "serde_json",
16656 "sha2",
16657 "smallvec",
16658 "sqlx-core",
16659 "stringprep",
16660 "thiserror 2.0.17",
16661 "time",
16662 "tracing",
16663 "uuid",
16664 "whoami",
16665]
16666
16667[[package]]
16668name = "sqlx-sqlite"
16669version = "0.8.6"
16670source = "registry+https://github.com/rust-lang/crates.io-index"
16671checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16672dependencies = [
16673 "atoi",
16674 "chrono",
16675 "flume",
16676 "futures-channel",
16677 "futures-core",
16678 "futures-executor",
16679 "futures-intrusive",
16680 "futures-util",
16681 "libsqlite3-sys",
16682 "log",
16683 "percent-encoding",
16684 "serde",
16685 "serde_urlencoded",
16686 "sqlx-core",
16687 "thiserror 2.0.17",
16688 "time",
16689 "tracing",
16690 "url",
16691 "uuid",
16692]
16693
16694[[package]]
16695name = "stable_deref_trait"
16696version = "1.2.1"
16697source = "registry+https://github.com/rust-lang/crates.io-index"
16698checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16699
16700[[package]]
16701name = "stacker"
16702version = "0.1.23"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16705dependencies = [
16706 "cc",
16707 "cfg-if",
16708 "libc",
16709 "psm",
16710 "windows-sys 0.59.0",
16711]
16712
16713[[package]]
16714name = "stacksafe"
16715version = "0.1.4"
16716source = "registry+https://github.com/rust-lang/crates.io-index"
16717checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16718dependencies = [
16719 "stacker",
16720 "stacksafe-macro",
16721]
16722
16723[[package]]
16724name = "stacksafe-macro"
16725version = "0.1.4"
16726source = "registry+https://github.com/rust-lang/crates.io-index"
16727checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16728dependencies = [
16729 "proc-macro-error2",
16730 "quote",
16731 "syn 2.0.117",
16732]
16733
16734[[package]]
16735name = "static_assertions"
16736version = "1.1.0"
16737source = "registry+https://github.com/rust-lang/crates.io-index"
16738checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16739
16740[[package]]
16741name = "streaming-iterator"
16742version = "0.1.9"
16743source = "registry+https://github.com/rust-lang/crates.io-index"
16744checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16745
16746[[package]]
16747name = "streaming_diff"
16748version = "0.1.0"
16749dependencies = [
16750 "ordered-float 2.10.1",
16751 "rand 0.9.2",
16752 "rope",
16753 "util",
16754]
16755
16756[[package]]
16757name = "strength_reduce"
16758version = "0.2.4"
16759source = "registry+https://github.com/rust-lang/crates.io-index"
16760checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16761
16762[[package]]
16763name = "strict-num"
16764version = "0.1.1"
16765source = "registry+https://github.com/rust-lang/crates.io-index"
16766checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16767dependencies = [
16768 "float-cmp",
16769]
16770
16771[[package]]
16772name = "string_cache"
16773version = "0.8.9"
16774source = "registry+https://github.com/rust-lang/crates.io-index"
16775checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16776dependencies = [
16777 "new_debug_unreachable",
16778 "parking_lot",
16779 "phf_shared 0.11.3",
16780 "precomputed-hash",
16781 "serde",
16782]
16783
16784[[package]]
16785name = "string_cache_codegen"
16786version = "0.5.4"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16789dependencies = [
16790 "phf_generator 0.11.3",
16791 "phf_shared 0.11.3",
16792 "proc-macro2",
16793 "quote",
16794]
16795
16796[[package]]
16797name = "stringprep"
16798version = "0.1.5"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16801dependencies = [
16802 "unicode-bidi",
16803 "unicode-normalization",
16804 "unicode-properties",
16805]
16806
16807[[package]]
16808name = "strsim"
16809version = "0.11.1"
16810source = "registry+https://github.com/rust-lang/crates.io-index"
16811checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16812
16813[[package]]
16814name = "strum"
16815version = "0.26.3"
16816source = "registry+https://github.com/rust-lang/crates.io-index"
16817checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16818
16819[[package]]
16820name = "strum"
16821version = "0.27.2"
16822source = "registry+https://github.com/rust-lang/crates.io-index"
16823checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16824dependencies = [
16825 "strum_macros 0.27.2",
16826]
16827
16828[[package]]
16829name = "strum"
16830version = "0.28.0"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16833dependencies = [
16834 "strum_macros 0.28.0",
16835]
16836
16837[[package]]
16838name = "strum_macros"
16839version = "0.27.2"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16842dependencies = [
16843 "heck 0.5.0",
16844 "proc-macro2",
16845 "quote",
16846 "syn 2.0.117",
16847]
16848
16849[[package]]
16850name = "strum_macros"
16851version = "0.28.0"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16854dependencies = [
16855 "heck 0.5.0",
16856 "proc-macro2",
16857 "quote",
16858 "syn 2.0.117",
16859]
16860
16861[[package]]
16862name = "subtle"
16863version = "2.6.1"
16864source = "registry+https://github.com/rust-lang/crates.io-index"
16865checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16866
16867[[package]]
16868name = "sum_tree"
16869version = "0.1.0"
16870dependencies = [
16871 "ctor",
16872 "heapless",
16873 "log",
16874 "proptest",
16875 "rand 0.9.2",
16876 "rayon",
16877 "tracing",
16878 "zlog",
16879 "ztracing",
16880]
16881
16882[[package]]
16883name = "sval"
16884version = "2.15.0"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16887
16888[[package]]
16889name = "sval_buffer"
16890version = "2.15.0"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16893dependencies = [
16894 "sval",
16895 "sval_ref",
16896]
16897
16898[[package]]
16899name = "sval_dynamic"
16900version = "2.15.0"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16903dependencies = [
16904 "sval",
16905]
16906
16907[[package]]
16908name = "sval_fmt"
16909version = "2.15.0"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16912dependencies = [
16913 "itoa",
16914 "ryu",
16915 "sval",
16916]
16917
16918[[package]]
16919name = "sval_json"
16920version = "2.15.0"
16921source = "registry+https://github.com/rust-lang/crates.io-index"
16922checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16923dependencies = [
16924 "itoa",
16925 "ryu",
16926 "sval",
16927]
16928
16929[[package]]
16930name = "sval_nested"
16931version = "2.15.0"
16932source = "registry+https://github.com/rust-lang/crates.io-index"
16933checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16934dependencies = [
16935 "sval",
16936 "sval_buffer",
16937 "sval_ref",
16938]
16939
16940[[package]]
16941name = "sval_ref"
16942version = "2.15.0"
16943source = "registry+https://github.com/rust-lang/crates.io-index"
16944checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16945dependencies = [
16946 "sval",
16947]
16948
16949[[package]]
16950name = "sval_serde"
16951version = "2.15.0"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16954dependencies = [
16955 "serde_core",
16956 "sval",
16957 "sval_nested",
16958]
16959
16960[[package]]
16961name = "svg_fmt"
16962version = "0.4.5"
16963source = "registry+https://github.com/rust-lang/crates.io-index"
16964checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16965
16966[[package]]
16967name = "svg_preview"
16968version = "0.1.0"
16969dependencies = [
16970 "file_icons",
16971 "gpui",
16972 "language",
16973 "multi_buffer",
16974 "ui",
16975 "workspace",
16976 "zed_actions",
16977]
16978
16979[[package]]
16980name = "svgtypes"
16981version = "0.15.3"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16984dependencies = [
16985 "kurbo",
16986 "siphasher 1.0.1",
16987]
16988
16989[[package]]
16990name = "swash"
16991version = "0.2.6"
16992source = "registry+https://github.com/rust-lang/crates.io-index"
16993checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16994dependencies = [
16995 "skrifa 0.37.0",
16996 "yazi",
16997 "zeno",
16998]
16999
17000[[package]]
17001name = "symphonia"
17002version = "0.5.5"
17003source = "registry+https://github.com/rust-lang/crates.io-index"
17004checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17005dependencies = [
17006 "lazy_static",
17007 "symphonia-bundle-flac",
17008 "symphonia-bundle-mp3",
17009 "symphonia-codec-aac",
17010 "symphonia-codec-pcm",
17011 "symphonia-codec-vorbis",
17012 "symphonia-core",
17013 "symphonia-format-isomp4",
17014 "symphonia-format-ogg",
17015 "symphonia-format-riff",
17016 "symphonia-metadata",
17017]
17018
17019[[package]]
17020name = "symphonia-bundle-flac"
17021version = "0.5.5"
17022source = "registry+https://github.com/rust-lang/crates.io-index"
17023checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17024dependencies = [
17025 "log",
17026 "symphonia-core",
17027 "symphonia-metadata",
17028 "symphonia-utils-xiph",
17029]
17030
17031[[package]]
17032name = "symphonia-bundle-mp3"
17033version = "0.5.5"
17034source = "registry+https://github.com/rust-lang/crates.io-index"
17035checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17036dependencies = [
17037 "lazy_static",
17038 "log",
17039 "symphonia-core",
17040 "symphonia-metadata",
17041]
17042
17043[[package]]
17044name = "symphonia-codec-aac"
17045version = "0.5.5"
17046source = "registry+https://github.com/rust-lang/crates.io-index"
17047checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17048dependencies = [
17049 "lazy_static",
17050 "log",
17051 "symphonia-core",
17052]
17053
17054[[package]]
17055name = "symphonia-codec-pcm"
17056version = "0.5.5"
17057source = "registry+https://github.com/rust-lang/crates.io-index"
17058checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17059dependencies = [
17060 "log",
17061 "symphonia-core",
17062]
17063
17064[[package]]
17065name = "symphonia-codec-vorbis"
17066version = "0.5.5"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17069dependencies = [
17070 "log",
17071 "symphonia-core",
17072 "symphonia-utils-xiph",
17073]
17074
17075[[package]]
17076name = "symphonia-core"
17077version = "0.5.5"
17078source = "registry+https://github.com/rust-lang/crates.io-index"
17079checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17080dependencies = [
17081 "arrayvec",
17082 "bitflags 1.3.2",
17083 "bytemuck",
17084 "lazy_static",
17085 "log",
17086]
17087
17088[[package]]
17089name = "symphonia-format-isomp4"
17090version = "0.5.5"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17093dependencies = [
17094 "encoding_rs",
17095 "log",
17096 "symphonia-core",
17097 "symphonia-metadata",
17098 "symphonia-utils-xiph",
17099]
17100
17101[[package]]
17102name = "symphonia-format-ogg"
17103version = "0.5.5"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17106dependencies = [
17107 "log",
17108 "symphonia-core",
17109 "symphonia-metadata",
17110 "symphonia-utils-xiph",
17111]
17112
17113[[package]]
17114name = "symphonia-format-riff"
17115version = "0.5.5"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17118dependencies = [
17119 "extended",
17120 "log",
17121 "symphonia-core",
17122 "symphonia-metadata",
17123]
17124
17125[[package]]
17126name = "symphonia-metadata"
17127version = "0.5.5"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17130dependencies = [
17131 "encoding_rs",
17132 "lazy_static",
17133 "log",
17134 "symphonia-core",
17135]
17136
17137[[package]]
17138name = "symphonia-utils-xiph"
17139version = "0.5.5"
17140source = "registry+https://github.com/rust-lang/crates.io-index"
17141checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17142dependencies = [
17143 "symphonia-core",
17144 "symphonia-metadata",
17145]
17146
17147[[package]]
17148name = "syn"
17149version = "1.0.109"
17150source = "registry+https://github.com/rust-lang/crates.io-index"
17151checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17152dependencies = [
17153 "proc-macro2",
17154 "quote",
17155 "unicode-ident",
17156]
17157
17158[[package]]
17159name = "syn"
17160version = "2.0.117"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17163dependencies = [
17164 "proc-macro2",
17165 "quote",
17166 "unicode-ident",
17167]
17168
17169[[package]]
17170name = "sync_wrapper"
17171version = "0.1.2"
17172source = "registry+https://github.com/rust-lang/crates.io-index"
17173checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17174
17175[[package]]
17176name = "sync_wrapper"
17177version = "1.0.2"
17178source = "registry+https://github.com/rust-lang/crates.io-index"
17179checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17180dependencies = [
17181 "futures-core",
17182]
17183
17184[[package]]
17185name = "synchronoise"
17186version = "1.0.1"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17189dependencies = [
17190 "crossbeam-queue",
17191]
17192
17193[[package]]
17194name = "synstructure"
17195version = "0.13.2"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17198dependencies = [
17199 "proc-macro2",
17200 "quote",
17201 "syn 2.0.117",
17202]
17203
17204[[package]]
17205name = "syntax_theme"
17206version = "0.1.0"
17207dependencies = [
17208 "gpui",
17209 "serde",
17210 "serde_json",
17211]
17212
17213[[package]]
17214name = "sys-locale"
17215version = "0.3.2"
17216source = "registry+https://github.com/rust-lang/crates.io-index"
17217checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17218dependencies = [
17219 "libc",
17220]
17221
17222[[package]]
17223name = "sysctl"
17224version = "0.5.5"
17225source = "registry+https://github.com/rust-lang/crates.io-index"
17226checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17227dependencies = [
17228 "bitflags 2.10.0",
17229 "byteorder",
17230 "enum-as-inner",
17231 "libc",
17232 "thiserror 1.0.69",
17233 "walkdir",
17234]
17235
17236[[package]]
17237name = "sysctl"
17238version = "0.6.0"
17239source = "registry+https://github.com/rust-lang/crates.io-index"
17240checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17241dependencies = [
17242 "bitflags 2.10.0",
17243 "byteorder",
17244 "enum-as-inner",
17245 "libc",
17246 "thiserror 1.0.69",
17247 "walkdir",
17248]
17249
17250[[package]]
17251name = "sysinfo"
17252version = "0.31.4"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17255dependencies = [
17256 "core-foundation-sys",
17257 "libc",
17258 "memchr",
17259 "ntapi",
17260 "rayon",
17261 "windows 0.57.0",
17262]
17263
17264[[package]]
17265name = "sysinfo"
17266version = "0.37.2"
17267source = "registry+https://github.com/rust-lang/crates.io-index"
17268checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17269dependencies = [
17270 "libc",
17271 "memchr",
17272 "ntapi",
17273 "objc2-core-foundation",
17274 "objc2-io-kit",
17275 "windows 0.61.3",
17276]
17277
17278[[package]]
17279name = "system-configuration"
17280version = "0.5.1"
17281source = "registry+https://github.com/rust-lang/crates.io-index"
17282checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17283dependencies = [
17284 "bitflags 1.3.2",
17285 "core-foundation 0.9.4",
17286 "system-configuration-sys 0.5.0",
17287]
17288
17289[[package]]
17290name = "system-configuration"
17291version = "0.6.1"
17292source = "registry+https://github.com/rust-lang/crates.io-index"
17293checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17294dependencies = [
17295 "bitflags 2.10.0",
17296 "core-foundation 0.9.4",
17297 "system-configuration-sys 0.6.0",
17298]
17299
17300[[package]]
17301name = "system-configuration-sys"
17302version = "0.5.0"
17303source = "registry+https://github.com/rust-lang/crates.io-index"
17304checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17305dependencies = [
17306 "core-foundation-sys",
17307 "libc",
17308]
17309
17310[[package]]
17311name = "system-configuration-sys"
17312version = "0.6.0"
17313source = "registry+https://github.com/rust-lang/crates.io-index"
17314checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17315dependencies = [
17316 "core-foundation-sys",
17317 "libc",
17318]
17319
17320[[package]]
17321name = "system-deps"
17322version = "6.2.2"
17323source = "registry+https://github.com/rust-lang/crates.io-index"
17324checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17325dependencies = [
17326 "cfg-expr 0.15.8",
17327 "heck 0.5.0",
17328 "pkg-config",
17329 "toml 0.8.23",
17330 "version-compare",
17331]
17332
17333[[package]]
17334name = "system-deps"
17335version = "7.0.7"
17336source = "registry+https://github.com/rust-lang/crates.io-index"
17337checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17338dependencies = [
17339 "cfg-expr 0.20.6",
17340 "heck 0.5.0",
17341 "pkg-config",
17342 "toml 0.9.8",
17343 "version-compare",
17344]
17345
17346[[package]]
17347name = "system-interface"
17348version = "0.27.3"
17349source = "registry+https://github.com/rust-lang/crates.io-index"
17350checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17351dependencies = [
17352 "bitflags 2.10.0",
17353 "cap-fs-ext",
17354 "cap-std",
17355 "fd-lock",
17356 "io-lifetimes",
17357 "rustix 0.38.44",
17358 "windows-sys 0.59.0",
17359 "winx",
17360]
17361
17362[[package]]
17363name = "system_specs"
17364version = "0.1.0"
17365dependencies = [
17366 "anyhow",
17367 "client",
17368 "gpui",
17369 "human_bytes",
17370 "pciid-parser",
17371 "release_channel",
17372 "semver",
17373 "serde",
17374 "sysinfo 0.37.2",
17375]
17376
17377[[package]]
17378name = "tab_switcher"
17379version = "0.1.0"
17380dependencies = [
17381 "collections",
17382 "ctor",
17383 "editor",
17384 "fuzzy",
17385 "gpui",
17386 "menu",
17387 "picker",
17388 "project",
17389 "schemars",
17390 "serde",
17391 "serde_json",
17392 "settings",
17393 "smol",
17394 "theme",
17395 "theme_settings",
17396 "ui",
17397 "util",
17398 "workspace",
17399 "zlog",
17400]
17401
17402[[package]]
17403name = "taffy"
17404version = "0.9.0"
17405source = "registry+https://github.com/rust-lang/crates.io-index"
17406checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17407dependencies = [
17408 "arrayvec",
17409 "grid",
17410 "serde",
17411 "slotmap",
17412]
17413
17414[[package]]
17415name = "tagptr"
17416version = "0.2.0"
17417source = "registry+https://github.com/rust-lang/crates.io-index"
17418checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17419
17420[[package]]
17421name = "take-until"
17422version = "0.2.0"
17423source = "registry+https://github.com/rust-lang/crates.io-index"
17424checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17425
17426[[package]]
17427name = "tao-core-video-sys"
17428version = "0.2.0"
17429source = "registry+https://github.com/rust-lang/crates.io-index"
17430checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17431dependencies = [
17432 "cfg-if",
17433 "core-foundation-sys",
17434 "libc",
17435 "objc",
17436]
17437
17438[[package]]
17439name = "tap"
17440version = "1.0.1"
17441source = "registry+https://github.com/rust-lang/crates.io-index"
17442checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17443
17444[[package]]
17445name = "target-lexicon"
17446version = "0.12.16"
17447source = "registry+https://github.com/rust-lang/crates.io-index"
17448checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17449
17450[[package]]
17451name = "target-lexicon"
17452version = "0.13.3"
17453source = "registry+https://github.com/rust-lang/crates.io-index"
17454checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17455
17456[[package]]
17457name = "task"
17458version = "0.1.0"
17459dependencies = [
17460 "anyhow",
17461 "collections",
17462 "futures 0.3.32",
17463 "gpui",
17464 "hex",
17465 "log",
17466 "parking_lot",
17467 "pretty_assertions",
17468 "proto",
17469 "schemars",
17470 "serde",
17471 "serde_json",
17472 "serde_json_lenient",
17473 "sha2",
17474 "shellexpand 2.1.2",
17475 "util",
17476 "zed_actions",
17477]
17478
17479[[package]]
17480name = "tasks_ui"
17481version = "0.1.0"
17482dependencies = [
17483 "anyhow",
17484 "collections",
17485 "editor",
17486 "file_icons",
17487 "fuzzy",
17488 "gpui",
17489 "itertools 0.14.0",
17490 "language",
17491 "menu",
17492 "picker",
17493 "project",
17494 "serde",
17495 "serde_json",
17496 "task",
17497 "tree-sitter-rust",
17498 "tree-sitter-typescript",
17499 "ui",
17500 "util",
17501 "workspace",
17502 "zed_actions",
17503]
17504
17505[[package]]
17506name = "telemetry"
17507version = "0.1.0"
17508dependencies = [
17509 "futures 0.3.32",
17510 "serde",
17511 "serde_json",
17512 "telemetry_events",
17513]
17514
17515[[package]]
17516name = "telemetry_events"
17517version = "0.1.0"
17518dependencies = [
17519 "semver",
17520 "serde",
17521 "serde_json",
17522]
17523
17524[[package]]
17525name = "tempfile"
17526version = "3.23.0"
17527source = "registry+https://github.com/rust-lang/crates.io-index"
17528checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17529dependencies = [
17530 "fastrand 2.3.0",
17531 "getrandom 0.3.4",
17532 "once_cell",
17533 "rustix 1.1.2",
17534 "windows-sys 0.61.2",
17535]
17536
17537[[package]]
17538name = "tendril"
17539version = "0.4.3"
17540source = "registry+https://github.com/rust-lang/crates.io-index"
17541checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17542dependencies = [
17543 "futf",
17544 "mac",
17545 "utf-8",
17546]
17547
17548[[package]]
17549name = "termcolor"
17550version = "1.4.1"
17551source = "registry+https://github.com/rust-lang/crates.io-index"
17552checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17553dependencies = [
17554 "winapi-util",
17555]
17556
17557[[package]]
17558name = "terminal"
17559version = "0.1.0"
17560dependencies = [
17561 "alacritty_terminal",
17562 "anyhow",
17563 "collections",
17564 "futures 0.3.32",
17565 "gpui",
17566 "itertools 0.14.0",
17567 "libc",
17568 "log",
17569 "parking_lot",
17570 "rand 0.9.2",
17571 "regex",
17572 "release_channel",
17573 "schemars",
17574 "serde",
17575 "settings",
17576 "smol",
17577 "sysinfo 0.37.2",
17578 "task",
17579 "theme",
17580 "theme_settings",
17581 "thiserror 2.0.17",
17582 "url",
17583 "urlencoding",
17584 "util",
17585 "util_macros",
17586 "windows 0.61.3",
17587]
17588
17589[[package]]
17590name = "terminal_size"
17591version = "0.4.3"
17592source = "registry+https://github.com/rust-lang/crates.io-index"
17593checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17594dependencies = [
17595 "rustix 1.1.2",
17596 "windows-sys 0.60.2",
17597]
17598
17599[[package]]
17600name = "terminal_view"
17601version = "0.1.0"
17602dependencies = [
17603 "anyhow",
17604 "async-recursion",
17605 "breadcrumbs",
17606 "collections",
17607 "db",
17608 "dirs 4.0.0",
17609 "editor",
17610 "futures 0.3.32",
17611 "gpui",
17612 "itertools 0.14.0",
17613 "language",
17614 "log",
17615 "menu",
17616 "pretty_assertions",
17617 "project",
17618 "regex",
17619 "schemars",
17620 "serde",
17621 "serde_json",
17622 "settings",
17623 "shellexpand 2.1.2",
17624 "task",
17625 "terminal",
17626 "theme",
17627 "theme_settings",
17628 "ui",
17629 "util",
17630 "workspace",
17631 "zed_actions",
17632]
17633
17634[[package]]
17635name = "text"
17636version = "0.1.0"
17637dependencies = [
17638 "anyhow",
17639 "clock",
17640 "collections",
17641 "ctor",
17642 "gpui",
17643 "log",
17644 "parking_lot",
17645 "postage",
17646 "rand 0.9.2",
17647 "regex",
17648 "rope",
17649 "smallvec",
17650 "sum_tree",
17651 "util",
17652 "zlog",
17653]
17654
17655[[package]]
17656name = "theme"
17657version = "0.1.0"
17658dependencies = [
17659 "anyhow",
17660 "collections",
17661 "gpui",
17662 "palette",
17663 "parking_lot",
17664 "refineable",
17665 "schemars",
17666 "serde",
17667 "serde_json",
17668 "serde_json_lenient",
17669 "strum 0.27.2",
17670 "syntax_theme",
17671 "thiserror 2.0.17",
17672 "uuid",
17673]
17674
17675[[package]]
17676name = "theme_extension"
17677version = "0.1.0"
17678dependencies = [
17679 "anyhow",
17680 "extension",
17681 "fs",
17682 "gpui",
17683 "theme",
17684 "theme_settings",
17685]
17686
17687[[package]]
17688name = "theme_importer"
17689version = "0.1.0"
17690dependencies = [
17691 "anyhow",
17692 "clap",
17693 "collections",
17694 "gpui",
17695 "indexmap",
17696 "log",
17697 "palette",
17698 "serde",
17699 "serde_json",
17700 "serde_json_lenient",
17701 "simplelog",
17702 "strum 0.27.2",
17703 "theme",
17704 "theme_settings",
17705 "vscode_theme",
17706]
17707
17708[[package]]
17709name = "theme_selector"
17710version = "0.1.0"
17711dependencies = [
17712 "editor",
17713 "fs",
17714 "fuzzy",
17715 "gpui",
17716 "log",
17717 "picker",
17718 "project",
17719 "serde",
17720 "serde_json",
17721 "settings",
17722 "telemetry",
17723 "theme",
17724 "theme_settings",
17725 "ui",
17726 "util",
17727 "workspace",
17728 "zed_actions",
17729]
17730
17731[[package]]
17732name = "theme_settings"
17733version = "0.1.0"
17734dependencies = [
17735 "anyhow",
17736 "collections",
17737 "gpui",
17738 "gpui_util",
17739 "log",
17740 "palette",
17741 "refineable",
17742 "schemars",
17743 "serde",
17744 "serde_json",
17745 "serde_json_lenient",
17746 "settings",
17747 "theme",
17748 "uuid",
17749]
17750
17751[[package]]
17752name = "thiserror"
17753version = "1.0.69"
17754source = "registry+https://github.com/rust-lang/crates.io-index"
17755checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17756dependencies = [
17757 "thiserror-impl 1.0.69",
17758]
17759
17760[[package]]
17761name = "thiserror"
17762version = "2.0.17"
17763source = "registry+https://github.com/rust-lang/crates.io-index"
17764checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17765dependencies = [
17766 "thiserror-impl 2.0.17",
17767]
17768
17769[[package]]
17770name = "thiserror-impl"
17771version = "1.0.69"
17772source = "registry+https://github.com/rust-lang/crates.io-index"
17773checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17774dependencies = [
17775 "proc-macro2",
17776 "quote",
17777 "syn 2.0.117",
17778]
17779
17780[[package]]
17781name = "thiserror-impl"
17782version = "2.0.17"
17783source = "registry+https://github.com/rust-lang/crates.io-index"
17784checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17785dependencies = [
17786 "proc-macro2",
17787 "quote",
17788 "syn 2.0.117",
17789]
17790
17791[[package]]
17792name = "thread_local"
17793version = "1.1.9"
17794source = "registry+https://github.com/rust-lang/crates.io-index"
17795checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17796dependencies = [
17797 "cfg-if",
17798]
17799
17800[[package]]
17801name = "tiff"
17802version = "0.10.3"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17805dependencies = [
17806 "fax",
17807 "flate2",
17808 "half",
17809 "quick-error 2.0.1",
17810 "weezl",
17811 "zune-jpeg",
17812]
17813
17814[[package]]
17815name = "tiktoken-rs"
17816version = "0.9.1"
17817source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17818dependencies = [
17819 "anyhow",
17820 "base64 0.22.1",
17821 "bstr",
17822 "fancy-regex 0.16.2",
17823 "lazy_static",
17824 "regex",
17825 "rustc-hash 1.1.0",
17826]
17827
17828[[package]]
17829name = "time"
17830version = "0.3.47"
17831source = "registry+https://github.com/rust-lang/crates.io-index"
17832checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17833dependencies = [
17834 "deranged",
17835 "itoa",
17836 "libc",
17837 "num-conv",
17838 "num_threads",
17839 "powerfmt",
17840 "serde_core",
17841 "time-core",
17842 "time-macros",
17843]
17844
17845[[package]]
17846name = "time-core"
17847version = "0.1.8"
17848source = "registry+https://github.com/rust-lang/crates.io-index"
17849checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17850
17851[[package]]
17852name = "time-macros"
17853version = "0.2.27"
17854source = "registry+https://github.com/rust-lang/crates.io-index"
17855checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17856dependencies = [
17857 "num-conv",
17858 "time-core",
17859]
17860
17861[[package]]
17862name = "time_format"
17863version = "0.1.0"
17864dependencies = [
17865 "core-foundation 0.10.0",
17866 "core-foundation-sys",
17867 "sys-locale",
17868 "time",
17869 "windows 0.61.3",
17870]
17871
17872[[package]]
17873name = "tiny-keccak"
17874version = "2.0.2"
17875source = "registry+https://github.com/rust-lang/crates.io-index"
17876checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17877dependencies = [
17878 "crunchy",
17879]
17880
17881[[package]]
17882name = "tiny-skia"
17883version = "0.11.4"
17884source = "registry+https://github.com/rust-lang/crates.io-index"
17885checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17886dependencies = [
17887 "arrayref",
17888 "arrayvec",
17889 "bytemuck",
17890 "cfg-if",
17891 "log",
17892 "png 0.17.16",
17893 "tiny-skia-path",
17894]
17895
17896[[package]]
17897name = "tiny-skia-path"
17898version = "0.11.4"
17899source = "registry+https://github.com/rust-lang/crates.io-index"
17900checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17901dependencies = [
17902 "arrayref",
17903 "bytemuck",
17904 "strict-num",
17905]
17906
17907[[package]]
17908name = "tiny_http"
17909version = "0.12.0"
17910source = "registry+https://github.com/rust-lang/crates.io-index"
17911checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17912dependencies = [
17913 "ascii",
17914 "chunked_transfer",
17915 "httpdate",
17916 "log",
17917]
17918
17919[[package]]
17920name = "tinystr"
17921version = "0.8.1"
17922source = "registry+https://github.com/rust-lang/crates.io-index"
17923checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17924dependencies = [
17925 "displaydoc",
17926 "zerovec",
17927]
17928
17929[[package]]
17930name = "tinytemplate"
17931version = "1.2.1"
17932source = "registry+https://github.com/rust-lang/crates.io-index"
17933checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17934dependencies = [
17935 "serde",
17936 "serde_json",
17937]
17938
17939[[package]]
17940name = "tinyvec"
17941version = "1.10.0"
17942source = "registry+https://github.com/rust-lang/crates.io-index"
17943checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17944dependencies = [
17945 "tinyvec_macros",
17946]
17947
17948[[package]]
17949name = "tinyvec_macros"
17950version = "0.1.1"
17951source = "registry+https://github.com/rust-lang/crates.io-index"
17952checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17953
17954[[package]]
17955name = "title_bar"
17956version = "0.1.0"
17957dependencies = [
17958 "anyhow",
17959 "auto_update",
17960 "call",
17961 "channel",
17962 "chrono",
17963 "client",
17964 "cloud_api_types",
17965 "db",
17966 "git_ui",
17967 "gpui",
17968 "icons",
17969 "livekit_client",
17970 "notifications",
17971 "platform_title_bar",
17972 "project",
17973 "recent_projects",
17974 "release_channel",
17975 "remote",
17976 "remote_connection",
17977 "rpc",
17978 "schemars",
17979 "semver",
17980 "serde",
17981 "settings",
17982 "smallvec",
17983 "telemetry",
17984 "theme",
17985 "ui",
17986 "util",
17987 "windows 0.61.3",
17988 "workspace",
17989 "zed_actions",
17990]
17991
17992[[package]]
17993name = "tokio"
17994version = "1.48.0"
17995source = "registry+https://github.com/rust-lang/crates.io-index"
17996checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17997dependencies = [
17998 "bytes 1.11.1",
17999 "libc",
18000 "mio 1.1.0",
18001 "parking_lot",
18002 "pin-project-lite",
18003 "signal-hook-registry",
18004 "socket2 0.6.1",
18005 "tokio-macros",
18006 "windows-sys 0.61.2",
18007]
18008
18009[[package]]
18010name = "tokio-io"
18011version = "0.1.13"
18012source = "registry+https://github.com/rust-lang/crates.io-index"
18013checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18014dependencies = [
18015 "bytes 0.4.12",
18016 "futures 0.1.31",
18017 "log",
18018]
18019
18020[[package]]
18021name = "tokio-macros"
18022version = "2.6.0"
18023source = "registry+https://github.com/rust-lang/crates.io-index"
18024checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18025dependencies = [
18026 "proc-macro2",
18027 "quote",
18028 "syn 2.0.117",
18029]
18030
18031[[package]]
18032name = "tokio-native-tls"
18033version = "0.3.1"
18034source = "registry+https://github.com/rust-lang/crates.io-index"
18035checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18036dependencies = [
18037 "native-tls",
18038 "tokio",
18039]
18040
18041[[package]]
18042name = "tokio-rustls"
18043version = "0.24.1"
18044source = "registry+https://github.com/rust-lang/crates.io-index"
18045checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18046dependencies = [
18047 "rustls 0.21.12",
18048 "tokio",
18049]
18050
18051[[package]]
18052name = "tokio-rustls"
18053version = "0.26.2"
18054source = "registry+https://github.com/rust-lang/crates.io-index"
18055checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18056dependencies = [
18057 "rustls 0.23.33",
18058 "tokio",
18059]
18060
18061[[package]]
18062name = "tokio-socks"
18063version = "0.5.2"
18064source = "registry+https://github.com/rust-lang/crates.io-index"
18065checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18066dependencies = [
18067 "either",
18068 "futures-io",
18069 "futures-util",
18070 "thiserror 1.0.69",
18071 "tokio",
18072]
18073
18074[[package]]
18075name = "tokio-stream"
18076version = "0.1.17"
18077source = "registry+https://github.com/rust-lang/crates.io-index"
18078checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18079dependencies = [
18080 "futures-core",
18081 "pin-project-lite",
18082 "tokio",
18083]
18084
18085[[package]]
18086name = "tokio-tungstenite"
18087version = "0.20.1"
18088source = "registry+https://github.com/rust-lang/crates.io-index"
18089checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18090dependencies = [
18091 "futures-util",
18092 "log",
18093 "tokio",
18094 "tungstenite 0.20.1",
18095]
18096
18097[[package]]
18098name = "tokio-tungstenite"
18099version = "0.21.0"
18100source = "registry+https://github.com/rust-lang/crates.io-index"
18101checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18102dependencies = [
18103 "futures-util",
18104 "log",
18105 "tokio",
18106 "tungstenite 0.21.0",
18107]
18108
18109[[package]]
18110name = "tokio-tungstenite"
18111version = "0.28.0"
18112source = "registry+https://github.com/rust-lang/crates.io-index"
18113checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18114dependencies = [
18115 "futures-util",
18116 "log",
18117 "rustls 0.23.33",
18118 "rustls-native-certs 0.8.2",
18119 "rustls-pki-types",
18120 "tokio",
18121 "tokio-rustls 0.26.2",
18122 "tungstenite 0.28.0",
18123]
18124
18125[[package]]
18126name = "tokio-util"
18127version = "0.7.16"
18128source = "registry+https://github.com/rust-lang/crates.io-index"
18129checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18130dependencies = [
18131 "bytes 1.11.1",
18132 "futures-core",
18133 "futures-io",
18134 "futures-sink",
18135 "pin-project-lite",
18136 "tokio",
18137]
18138
18139[[package]]
18140name = "toml"
18141version = "0.5.11"
18142source = "registry+https://github.com/rust-lang/crates.io-index"
18143checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18144dependencies = [
18145 "serde",
18146]
18147
18148[[package]]
18149name = "toml"
18150version = "0.8.23"
18151source = "registry+https://github.com/rust-lang/crates.io-index"
18152checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18153dependencies = [
18154 "serde",
18155 "serde_spanned 0.6.9",
18156 "toml_datetime 0.6.11",
18157 "toml_edit 0.22.27",
18158]
18159
18160[[package]]
18161name = "toml"
18162version = "0.9.8"
18163source = "registry+https://github.com/rust-lang/crates.io-index"
18164checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18165dependencies = [
18166 "indexmap",
18167 "serde_core",
18168 "serde_spanned 1.0.3",
18169 "toml_datetime 0.7.3",
18170 "toml_parser",
18171 "toml_writer",
18172 "winnow",
18173]
18174
18175[[package]]
18176name = "toml_datetime"
18177version = "0.6.11"
18178source = "registry+https://github.com/rust-lang/crates.io-index"
18179checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18180dependencies = [
18181 "serde",
18182]
18183
18184[[package]]
18185name = "toml_datetime"
18186version = "0.7.3"
18187source = "registry+https://github.com/rust-lang/crates.io-index"
18188checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18189dependencies = [
18190 "serde_core",
18191]
18192
18193[[package]]
18194name = "toml_edit"
18195version = "0.22.27"
18196source = "registry+https://github.com/rust-lang/crates.io-index"
18197checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18198dependencies = [
18199 "indexmap",
18200 "serde",
18201 "serde_spanned 0.6.9",
18202 "toml_datetime 0.6.11",
18203 "toml_write",
18204 "winnow",
18205]
18206
18207[[package]]
18208name = "toml_edit"
18209version = "0.23.7"
18210source = "registry+https://github.com/rust-lang/crates.io-index"
18211checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18212dependencies = [
18213 "indexmap",
18214 "toml_datetime 0.7.3",
18215 "toml_parser",
18216 "winnow",
18217]
18218
18219[[package]]
18220name = "toml_parser"
18221version = "1.0.4"
18222source = "registry+https://github.com/rust-lang/crates.io-index"
18223checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18224dependencies = [
18225 "winnow",
18226]
18227
18228[[package]]
18229name = "toml_write"
18230version = "0.1.2"
18231source = "registry+https://github.com/rust-lang/crates.io-index"
18232checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18233
18234[[package]]
18235name = "toml_writer"
18236version = "1.0.4"
18237source = "registry+https://github.com/rust-lang/crates.io-index"
18238checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18239
18240[[package]]
18241name = "toolchain_selector"
18242version = "0.1.0"
18243dependencies = [
18244 "anyhow",
18245 "convert_case 0.8.0",
18246 "editor",
18247 "futures 0.3.32",
18248 "fuzzy",
18249 "gpui",
18250 "language",
18251 "menu",
18252 "open_path_prompt",
18253 "picker",
18254 "project",
18255 "ui",
18256 "util",
18257 "workspace",
18258]
18259
18260[[package]]
18261name = "topological-sort"
18262version = "0.2.2"
18263source = "registry+https://github.com/rust-lang/crates.io-index"
18264checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18265
18266[[package]]
18267name = "tower"
18268version = "0.4.13"
18269source = "registry+https://github.com/rust-lang/crates.io-index"
18270checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18271dependencies = [
18272 "futures-core",
18273 "futures-util",
18274 "pin-project",
18275 "pin-project-lite",
18276 "tokio",
18277 "tower-layer",
18278 "tower-service",
18279 "tracing",
18280]
18281
18282[[package]]
18283name = "tower"
18284version = "0.5.2"
18285source = "registry+https://github.com/rust-lang/crates.io-index"
18286checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18287dependencies = [
18288 "futures-core",
18289 "futures-util",
18290 "pin-project-lite",
18291 "sync_wrapper 1.0.2",
18292 "tokio",
18293 "tokio-util",
18294 "tower-layer",
18295 "tower-service",
18296 "tracing",
18297]
18298
18299[[package]]
18300name = "tower-http"
18301version = "0.4.4"
18302source = "registry+https://github.com/rust-lang/crates.io-index"
18303checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18304dependencies = [
18305 "bitflags 2.10.0",
18306 "bytes 1.11.1",
18307 "futures-core",
18308 "futures-util",
18309 "http 0.2.12",
18310 "http-body 0.4.6",
18311 "http-range-header",
18312 "pin-project-lite",
18313 "tower-layer",
18314 "tower-service",
18315 "tracing",
18316]
18317
18318[[package]]
18319name = "tower-http"
18320version = "0.6.6"
18321source = "registry+https://github.com/rust-lang/crates.io-index"
18322checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18323dependencies = [
18324 "bitflags 2.10.0",
18325 "bytes 1.11.1",
18326 "futures-util",
18327 "http 1.3.1",
18328 "http-body 1.0.1",
18329 "iri-string",
18330 "pin-project-lite",
18331 "tower 0.5.2",
18332 "tower-layer",
18333 "tower-service",
18334 "tracing",
18335]
18336
18337[[package]]
18338name = "tower-layer"
18339version = "0.3.3"
18340source = "registry+https://github.com/rust-lang/crates.io-index"
18341checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18342
18343[[package]]
18344name = "tower-service"
18345version = "0.3.3"
18346source = "registry+https://github.com/rust-lang/crates.io-index"
18347checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18348
18349[[package]]
18350name = "tracing"
18351version = "0.1.43"
18352source = "registry+https://github.com/rust-lang/crates.io-index"
18353checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18354dependencies = [
18355 "log",
18356 "pin-project-lite",
18357 "tracing-attributes",
18358 "tracing-core",
18359]
18360
18361[[package]]
18362name = "tracing-attributes"
18363version = "0.1.31"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18366dependencies = [
18367 "proc-macro2",
18368 "quote",
18369 "syn 2.0.117",
18370]
18371
18372[[package]]
18373name = "tracing-core"
18374version = "0.1.35"
18375source = "registry+https://github.com/rust-lang/crates.io-index"
18376checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18377dependencies = [
18378 "once_cell",
18379 "valuable",
18380]
18381
18382[[package]]
18383name = "tracing-log"
18384version = "0.2.0"
18385source = "registry+https://github.com/rust-lang/crates.io-index"
18386checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18387dependencies = [
18388 "log",
18389 "once_cell",
18390 "tracing-core",
18391]
18392
18393[[package]]
18394name = "tracing-serde"
18395version = "0.2.0"
18396source = "registry+https://github.com/rust-lang/crates.io-index"
18397checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18398dependencies = [
18399 "serde",
18400 "tracing-core",
18401]
18402
18403[[package]]
18404name = "tracing-subscriber"
18405version = "0.3.22"
18406source = "registry+https://github.com/rust-lang/crates.io-index"
18407checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18408dependencies = [
18409 "matchers",
18410 "nu-ansi-term",
18411 "once_cell",
18412 "regex-automata",
18413 "serde",
18414 "serde_json",
18415 "sharded-slab",
18416 "smallvec",
18417 "thread_local",
18418 "tracing",
18419 "tracing-core",
18420 "tracing-log",
18421 "tracing-serde",
18422]
18423
18424[[package]]
18425name = "tracing-tracy"
18426version = "0.11.4"
18427source = "registry+https://github.com/rust-lang/crates.io-index"
18428checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18429dependencies = [
18430 "tracing-core",
18431 "tracing-subscriber",
18432 "tracy-client",
18433]
18434
18435[[package]]
18436name = "tracy-client"
18437version = "0.18.3"
18438source = "registry+https://github.com/rust-lang/crates.io-index"
18439checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18440dependencies = [
18441 "loom",
18442 "once_cell",
18443 "tracy-client-sys",
18444]
18445
18446[[package]]
18447name = "tracy-client-sys"
18448version = "0.27.0"
18449source = "registry+https://github.com/rust-lang/crates.io-index"
18450checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18451dependencies = [
18452 "cc",
18453 "windows-targets 0.52.6",
18454]
18455
18456[[package]]
18457name = "transpose"
18458version = "0.2.3"
18459source = "registry+https://github.com/rust-lang/crates.io-index"
18460checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18461dependencies = [
18462 "num-integer",
18463 "strength_reduce",
18464]
18465
18466[[package]]
18467name = "trash"
18468version = "5.2.5"
18469source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18470dependencies = [
18471 "chrono",
18472 "libc",
18473 "log",
18474 "objc2",
18475 "objc2-foundation",
18476 "once_cell",
18477 "percent-encoding",
18478 "scopeguard",
18479 "urlencoding",
18480 "windows 0.56.0",
18481 "windows-core 0.56.0",
18482]
18483
18484[[package]]
18485name = "tree-sitter"
18486version = "0.26.8"
18487source = "registry+https://github.com/rust-lang/crates.io-index"
18488checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18489dependencies = [
18490 "cc",
18491 "regex",
18492 "regex-syntax",
18493 "serde_json",
18494 "streaming-iterator",
18495 "tree-sitter-language",
18496 "wasmtime-c-api-impl",
18497]
18498
18499[[package]]
18500name = "tree-sitter-bash"
18501version = "0.25.1"
18502source = "registry+https://github.com/rust-lang/crates.io-index"
18503checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18504dependencies = [
18505 "cc",
18506 "tree-sitter-language",
18507]
18508
18509[[package]]
18510name = "tree-sitter-c"
18511version = "0.24.1"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18514dependencies = [
18515 "cc",
18516 "tree-sitter-language",
18517]
18518
18519[[package]]
18520name = "tree-sitter-cpp"
18521version = "0.23.4"
18522source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18523dependencies = [
18524 "cc",
18525 "tree-sitter-language",
18526]
18527
18528[[package]]
18529name = "tree-sitter-css"
18530version = "0.23.2"
18531source = "registry+https://github.com/rust-lang/crates.io-index"
18532checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18533dependencies = [
18534 "cc",
18535 "tree-sitter-language",
18536]
18537
18538[[package]]
18539name = "tree-sitter-diff"
18540version = "0.1.0"
18541source = "registry+https://github.com/rust-lang/crates.io-index"
18542checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18543dependencies = [
18544 "cc",
18545 "tree-sitter-language",
18546]
18547
18548[[package]]
18549name = "tree-sitter-elixir"
18550version = "0.3.4"
18551source = "registry+https://github.com/rust-lang/crates.io-index"
18552checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18553dependencies = [
18554 "cc",
18555 "tree-sitter-language",
18556]
18557
18558[[package]]
18559name = "tree-sitter-embedded-template"
18560version = "0.23.2"
18561source = "registry+https://github.com/rust-lang/crates.io-index"
18562checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18563dependencies = [
18564 "cc",
18565 "tree-sitter-language",
18566]
18567
18568[[package]]
18569name = "tree-sitter-gitcommit"
18570version = "0.0.1"
18571source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18572dependencies = [
18573 "cc",
18574 "tree-sitter-language",
18575]
18576
18577[[package]]
18578name = "tree-sitter-go"
18579version = "0.25.0"
18580source = "registry+https://github.com/rust-lang/crates.io-index"
18581checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18582dependencies = [
18583 "cc",
18584 "tree-sitter-language",
18585]
18586
18587[[package]]
18588name = "tree-sitter-gomod"
18589version = "1.1.1"
18590source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18591dependencies = [
18592 "cc",
18593 "tree-sitter-language",
18594]
18595
18596[[package]]
18597name = "tree-sitter-gowork"
18598version = "0.0.1"
18599source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18600dependencies = [
18601 "cc",
18602 "tree-sitter-language",
18603]
18604
18605[[package]]
18606name = "tree-sitter-heex"
18607version = "0.0.1"
18608source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18609dependencies = [
18610 "cc",
18611 "tree-sitter-language",
18612]
18613
18614[[package]]
18615name = "tree-sitter-html"
18616version = "0.23.2"
18617source = "registry+https://github.com/rust-lang/crates.io-index"
18618checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18619dependencies = [
18620 "cc",
18621 "tree-sitter-language",
18622]
18623
18624[[package]]
18625name = "tree-sitter-jsdoc"
18626version = "0.23.2"
18627source = "registry+https://github.com/rust-lang/crates.io-index"
18628checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18629dependencies = [
18630 "cc",
18631 "tree-sitter-language",
18632]
18633
18634[[package]]
18635name = "tree-sitter-json"
18636version = "0.24.8"
18637source = "registry+https://github.com/rust-lang/crates.io-index"
18638checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18639dependencies = [
18640 "cc",
18641 "tree-sitter-language",
18642]
18643
18644[[package]]
18645name = "tree-sitter-language"
18646version = "0.1.5"
18647source = "registry+https://github.com/rust-lang/crates.io-index"
18648checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18649
18650[[package]]
18651name = "tree-sitter-md"
18652version = "0.3.2"
18653source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18654dependencies = [
18655 "cc",
18656 "tree-sitter-language",
18657]
18658
18659[[package]]
18660name = "tree-sitter-python"
18661version = "0.25.0"
18662source = "registry+https://github.com/rust-lang/crates.io-index"
18663checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18664dependencies = [
18665 "cc",
18666 "tree-sitter-language",
18667]
18668
18669[[package]]
18670name = "tree-sitter-regex"
18671version = "0.24.3"
18672source = "registry+https://github.com/rust-lang/crates.io-index"
18673checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18674dependencies = [
18675 "cc",
18676 "tree-sitter-language",
18677]
18678
18679[[package]]
18680name = "tree-sitter-ruby"
18681version = "0.23.1"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18684dependencies = [
18685 "cc",
18686 "tree-sitter-language",
18687]
18688
18689[[package]]
18690name = "tree-sitter-rust"
18691version = "0.24.2"
18692source = "registry+https://github.com/rust-lang/crates.io-index"
18693checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18694dependencies = [
18695 "cc",
18696 "tree-sitter-language",
18697]
18698
18699[[package]]
18700name = "tree-sitter-typescript"
18701version = "0.23.2"
18702source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18703dependencies = [
18704 "cc",
18705 "tree-sitter-language",
18706]
18707
18708[[package]]
18709name = "tree-sitter-yaml"
18710version = "0.6.1"
18711source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18712dependencies = [
18713 "cc",
18714 "tree-sitter-language",
18715]
18716
18717[[package]]
18718name = "triomphe"
18719version = "0.1.15"
18720source = "registry+https://github.com/rust-lang/crates.io-index"
18721checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18722dependencies = [
18723 "serde",
18724 "stable_deref_trait",
18725]
18726
18727[[package]]
18728name = "try-lock"
18729version = "0.2.5"
18730source = "registry+https://github.com/rust-lang/crates.io-index"
18731checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18732
18733[[package]]
18734name = "ttf-parser"
18735version = "0.20.0"
18736source = "registry+https://github.com/rust-lang/crates.io-index"
18737checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18738
18739[[package]]
18740name = "ttf-parser"
18741version = "0.25.1"
18742source = "registry+https://github.com/rust-lang/crates.io-index"
18743checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18744dependencies = [
18745 "core_maths",
18746]
18747
18748[[package]]
18749name = "tungstenite"
18750version = "0.20.1"
18751source = "registry+https://github.com/rust-lang/crates.io-index"
18752checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18753dependencies = [
18754 "byteorder",
18755 "bytes 1.11.1",
18756 "data-encoding",
18757 "http 0.2.12",
18758 "httparse",
18759 "log",
18760 "rand 0.8.5",
18761 "sha1",
18762 "thiserror 1.0.69",
18763 "url",
18764 "utf-8",
18765]
18766
18767[[package]]
18768name = "tungstenite"
18769version = "0.21.0"
18770source = "registry+https://github.com/rust-lang/crates.io-index"
18771checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18772dependencies = [
18773 "byteorder",
18774 "bytes 1.11.1",
18775 "data-encoding",
18776 "http 1.3.1",
18777 "httparse",
18778 "log",
18779 "rand 0.8.5",
18780 "sha1",
18781 "thiserror 1.0.69",
18782 "url",
18783 "utf-8",
18784]
18785
18786[[package]]
18787name = "tungstenite"
18788version = "0.27.0"
18789source = "registry+https://github.com/rust-lang/crates.io-index"
18790checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18791dependencies = [
18792 "bytes 1.11.1",
18793 "data-encoding",
18794 "http 1.3.1",
18795 "httparse",
18796 "log",
18797 "rand 0.9.2",
18798 "rustls 0.23.33",
18799 "rustls-pki-types",
18800 "sha1",
18801 "thiserror 2.0.17",
18802 "utf-8",
18803]
18804
18805[[package]]
18806name = "tungstenite"
18807version = "0.28.0"
18808source = "registry+https://github.com/rust-lang/crates.io-index"
18809checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18810dependencies = [
18811 "bytes 1.11.1",
18812 "data-encoding",
18813 "http 1.3.1",
18814 "httparse",
18815 "log",
18816 "rand 0.9.2",
18817 "rustls 0.23.33",
18818 "rustls-pki-types",
18819 "sha1",
18820 "thiserror 2.0.17",
18821 "utf-8",
18822]
18823
18824[[package]]
18825name = "typeid"
18826version = "1.0.3"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18829
18830[[package]]
18831name = "typenum"
18832version = "1.19.0"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18835
18836[[package]]
18837name = "ucd-trie"
18838version = "0.1.7"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18841
18842[[package]]
18843name = "uds"
18844version = "0.4.2"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18847dependencies = [
18848 "libc",
18849]
18850
18851[[package]]
18852name = "uds_windows"
18853version = "1.1.0"
18854source = "registry+https://github.com/rust-lang/crates.io-index"
18855checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18856dependencies = [
18857 "memoffset",
18858 "tempfile",
18859 "winapi",
18860]
18861
18862[[package]]
18863name = "ug"
18864version = "0.4.0"
18865source = "registry+https://github.com/rust-lang/crates.io-index"
18866checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18867dependencies = [
18868 "gemm 0.18.2",
18869 "half",
18870 "libloading",
18871 "memmap2",
18872 "num",
18873 "num-traits",
18874 "num_cpus",
18875 "rayon",
18876 "safetensors",
18877 "serde",
18878 "thiserror 1.0.69",
18879 "tracing",
18880 "yoke 0.7.5",
18881]
18882
18883[[package]]
18884name = "ui"
18885version = "0.1.0"
18886dependencies = [
18887 "chrono",
18888 "component",
18889 "documented",
18890 "gpui",
18891 "gpui_macros",
18892 "gpui_util",
18893 "icons",
18894 "itertools 0.14.0",
18895 "menu",
18896 "schemars",
18897 "serde",
18898 "smallvec",
18899 "strum 0.27.2",
18900 "theme",
18901 "ui_macros",
18902 "windows 0.61.3",
18903]
18904
18905[[package]]
18906name = "ui_input"
18907version = "0.1.0"
18908dependencies = [
18909 "component",
18910 "gpui",
18911 "ui",
18912]
18913
18914[[package]]
18915name = "ui_macros"
18916version = "0.1.0"
18917dependencies = [
18918 "component",
18919 "quote",
18920 "syn 2.0.117",
18921 "ui",
18922]
18923
18924[[package]]
18925name = "ui_prompt"
18926version = "0.1.0"
18927dependencies = [
18928 "gpui",
18929 "markdown",
18930 "menu",
18931 "settings",
18932 "theme_settings",
18933 "ui",
18934 "workspace",
18935]
18936
18937[[package]]
18938name = "unarray"
18939version = "0.1.4"
18940source = "registry+https://github.com/rust-lang/crates.io-index"
18941checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18942
18943[[package]]
18944name = "unicase"
18945version = "2.8.1"
18946source = "registry+https://github.com/rust-lang/crates.io-index"
18947checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18948
18949[[package]]
18950name = "unicode-bidi"
18951version = "0.3.18"
18952source = "registry+https://github.com/rust-lang/crates.io-index"
18953checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18954
18955[[package]]
18956name = "unicode-bidi-mirroring"
18957version = "0.4.0"
18958source = "registry+https://github.com/rust-lang/crates.io-index"
18959checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18960
18961[[package]]
18962name = "unicode-ccc"
18963version = "0.4.0"
18964source = "registry+https://github.com/rust-lang/crates.io-index"
18965checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18966
18967[[package]]
18968name = "unicode-general-category"
18969version = "1.1.0"
18970source = "registry+https://github.com/rust-lang/crates.io-index"
18971checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18972
18973[[package]]
18974name = "unicode-ident"
18975version = "1.0.19"
18976source = "registry+https://github.com/rust-lang/crates.io-index"
18977checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18978
18979[[package]]
18980name = "unicode-linebreak"
18981version = "0.1.5"
18982source = "registry+https://github.com/rust-lang/crates.io-index"
18983checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18984
18985[[package]]
18986name = "unicode-normalization"
18987version = "0.1.24"
18988source = "registry+https://github.com/rust-lang/crates.io-index"
18989checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18990dependencies = [
18991 "tinyvec",
18992]
18993
18994[[package]]
18995name = "unicode-properties"
18996version = "0.1.3"
18997source = "registry+https://github.com/rust-lang/crates.io-index"
18998checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18999
19000[[package]]
19001name = "unicode-script"
19002version = "0.5.8"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19005
19006[[package]]
19007name = "unicode-segmentation"
19008version = "1.12.0"
19009source = "registry+https://github.com/rust-lang/crates.io-index"
19010checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19011
19012[[package]]
19013name = "unicode-vo"
19014version = "0.1.0"
19015source = "registry+https://github.com/rust-lang/crates.io-index"
19016checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19017
19018[[package]]
19019name = "unicode-width"
19020version = "0.2.2"
19021source = "registry+https://github.com/rust-lang/crates.io-index"
19022checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19023
19024[[package]]
19025name = "unicode-xid"
19026version = "0.2.6"
19027source = "registry+https://github.com/rust-lang/crates.io-index"
19028checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19029
19030[[package]]
19031name = "unicode_categories"
19032version = "0.1.1"
19033source = "registry+https://github.com/rust-lang/crates.io-index"
19034checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19035
19036[[package]]
19037name = "unindent"
19038version = "0.2.4"
19039source = "registry+https://github.com/rust-lang/crates.io-index"
19040checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19041
19042[[package]]
19043name = "unsafe-libyaml"
19044version = "0.2.11"
19045source = "registry+https://github.com/rust-lang/crates.io-index"
19046checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19047
19048[[package]]
19049name = "untrusted"
19050version = "0.7.1"
19051source = "registry+https://github.com/rust-lang/crates.io-index"
19052checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19053
19054[[package]]
19055name = "untrusted"
19056version = "0.9.0"
19057source = "registry+https://github.com/rust-lang/crates.io-index"
19058checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19059
19060[[package]]
19061name = "url"
19062version = "2.5.7"
19063source = "registry+https://github.com/rust-lang/crates.io-index"
19064checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19065dependencies = [
19066 "form_urlencoded",
19067 "idna",
19068 "percent-encoding",
19069 "serde",
19070]
19071
19072[[package]]
19073name = "urlencoding"
19074version = "2.1.3"
19075source = "registry+https://github.com/rust-lang/crates.io-index"
19076checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19077
19078[[package]]
19079name = "usvg"
19080version = "0.45.1"
19081source = "registry+https://github.com/rust-lang/crates.io-index"
19082checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19083dependencies = [
19084 "base64 0.22.1",
19085 "data-url",
19086 "flate2",
19087 "fontdb 0.23.0",
19088 "imagesize",
19089 "kurbo",
19090 "log",
19091 "pico-args",
19092 "roxmltree",
19093 "rustybuzz",
19094 "simplecss",
19095 "siphasher 1.0.1",
19096 "strict-num",
19097 "svgtypes",
19098 "tiny-skia-path",
19099 "unicode-bidi",
19100 "unicode-script",
19101 "unicode-vo",
19102 "xmlwriter",
19103]
19104
19105[[package]]
19106name = "utf-8"
19107version = "0.7.6"
19108source = "registry+https://github.com/rust-lang/crates.io-index"
19109checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19110
19111[[package]]
19112name = "utf8-chars"
19113version = "3.0.6"
19114source = "registry+https://github.com/rust-lang/crates.io-index"
19115checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19116dependencies = [
19117 "arrayvec",
19118]
19119
19120[[package]]
19121name = "utf8_iter"
19122version = "1.0.4"
19123source = "registry+https://github.com/rust-lang/crates.io-index"
19124checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19125
19126[[package]]
19127name = "utf8parse"
19128version = "0.2.2"
19129source = "registry+https://github.com/rust-lang/crates.io-index"
19130checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19131
19132[[package]]
19133name = "util"
19134version = "0.1.0"
19135dependencies = [
19136 "anyhow",
19137 "async-fs",
19138 "async_zip",
19139 "collections",
19140 "command-fds",
19141 "dirs 4.0.0",
19142 "dunce",
19143 "futures 0.3.32",
19144 "futures-lite 1.13.0",
19145 "git2",
19146 "globset",
19147 "gpui_util",
19148 "itertools 0.14.0",
19149 "libc",
19150 "log",
19151 "mach2 0.5.0",
19152 "nix 0.29.0",
19153 "percent-encoding",
19154 "pretty_assertions",
19155 "rand 0.9.2",
19156 "regex",
19157 "rust-embed",
19158 "schemars",
19159 "serde",
19160 "serde_json",
19161 "serde_json_lenient",
19162 "shlex",
19163 "smol",
19164 "take-until",
19165 "tempfile",
19166 "tendril",
19167 "unicase",
19168 "url",
19169 "util_macros",
19170 "walkdir",
19171 "which 6.0.3",
19172]
19173
19174[[package]]
19175name = "util_macros"
19176version = "0.1.0"
19177dependencies = [
19178 "perf",
19179 "quote",
19180 "syn 2.0.117",
19181]
19182
19183[[package]]
19184name = "uuid"
19185version = "1.18.1"
19186source = "registry+https://github.com/rust-lang/crates.io-index"
19187checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19188dependencies = [
19189 "getrandom 0.3.4",
19190 "js-sys",
19191 "serde",
19192 "sha1_smol",
19193 "wasm-bindgen",
19194]
19195
19196[[package]]
19197name = "uuid-simd"
19198version = "0.8.0"
19199source = "registry+https://github.com/rust-lang/crates.io-index"
19200checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19201dependencies = [
19202 "outref",
19203 "vsimd",
19204]
19205
19206[[package]]
19207name = "v_frame"
19208version = "0.3.9"
19209source = "registry+https://github.com/rust-lang/crates.io-index"
19210checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19211dependencies = [
19212 "aligned-vec",
19213 "num-traits",
19214 "wasm-bindgen",
19215]
19216
19217[[package]]
19218name = "valuable"
19219version = "0.1.1"
19220source = "registry+https://github.com/rust-lang/crates.io-index"
19221checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19222
19223[[package]]
19224name = "value-bag"
19225version = "1.12.0"
19226source = "registry+https://github.com/rust-lang/crates.io-index"
19227checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19228dependencies = [
19229 "value-bag-serde1",
19230 "value-bag-sval2",
19231]
19232
19233[[package]]
19234name = "value-bag-serde1"
19235version = "1.12.0"
19236source = "registry+https://github.com/rust-lang/crates.io-index"
19237checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19238dependencies = [
19239 "erased-serde",
19240 "serde_core",
19241 "serde_fmt",
19242]
19243
19244[[package]]
19245name = "value-bag-sval2"
19246version = "1.12.0"
19247source = "registry+https://github.com/rust-lang/crates.io-index"
19248checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19249dependencies = [
19250 "sval",
19251 "sval_buffer",
19252 "sval_dynamic",
19253 "sval_fmt",
19254 "sval_json",
19255 "sval_ref",
19256 "sval_serde",
19257]
19258
19259[[package]]
19260name = "vcpkg"
19261version = "0.2.15"
19262source = "registry+https://github.com/rust-lang/crates.io-index"
19263checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19264
19265[[package]]
19266name = "vercel"
19267version = "0.1.0"
19268dependencies = [
19269 "anyhow",
19270 "schemars",
19271 "serde",
19272 "strum 0.27.2",
19273]
19274
19275[[package]]
19276name = "version-compare"
19277version = "0.2.0"
19278source = "registry+https://github.com/rust-lang/crates.io-index"
19279checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19280
19281[[package]]
19282name = "version_check"
19283version = "0.9.5"
19284source = "registry+https://github.com/rust-lang/crates.io-index"
19285checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19286
19287[[package]]
19288name = "vim"
19289version = "0.1.0"
19290dependencies = [
19291 "anyhow",
19292 "async-compat",
19293 "async-trait",
19294 "collections",
19295 "command_palette",
19296 "command_palette_hooks",
19297 "db",
19298 "editor",
19299 "env_logger 0.11.8",
19300 "futures 0.3.32",
19301 "fuzzy",
19302 "git_ui",
19303 "gpui",
19304 "indoc",
19305 "itertools 0.14.0",
19306 "language",
19307 "log",
19308 "lsp",
19309 "markdown_preview",
19310 "menu",
19311 "multi_buffer",
19312 "nvim-rs",
19313 "outline_panel",
19314 "parking_lot",
19315 "perf",
19316 "picker",
19317 "project",
19318 "project_panel",
19319 "regex",
19320 "release_channel",
19321 "schemars",
19322 "search",
19323 "semver",
19324 "serde",
19325 "serde_json",
19326 "settings",
19327 "settings_ui",
19328 "task",
19329 "text",
19330 "theme",
19331 "theme_settings",
19332 "tokio",
19333 "ui",
19334 "util",
19335 "util_macros",
19336 "vim_mode_setting",
19337 "workspace",
19338 "zed_actions",
19339]
19340
19341[[package]]
19342name = "vim_mode_setting"
19343version = "0.1.0"
19344dependencies = [
19345 "gpui",
19346 "settings",
19347]
19348
19349[[package]]
19350name = "vscode_theme"
19351version = "0.2.0"
19352source = "registry+https://github.com/rust-lang/crates.io-index"
19353checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19354dependencies = [
19355 "serde",
19356]
19357
19358[[package]]
19359name = "vsimd"
19360version = "0.8.0"
19361source = "registry+https://github.com/rust-lang/crates.io-index"
19362checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19363
19364[[package]]
19365name = "vswhom"
19366version = "0.1.0"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19369dependencies = [
19370 "libc",
19371 "vswhom-sys",
19372]
19373
19374[[package]]
19375name = "vswhom-sys"
19376version = "0.1.3"
19377source = "registry+https://github.com/rust-lang/crates.io-index"
19378checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19379dependencies = [
19380 "cc",
19381 "libc",
19382]
19383
19384[[package]]
19385name = "vte"
19386version = "0.15.0"
19387source = "registry+https://github.com/rust-lang/crates.io-index"
19388checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19389dependencies = [
19390 "arrayvec",
19391 "bitflags 2.10.0",
19392 "cursor-icon",
19393 "log",
19394 "memchr",
19395 "serde",
19396]
19397
19398[[package]]
19399name = "wait-timeout"
19400version = "0.2.1"
19401source = "registry+https://github.com/rust-lang/crates.io-index"
19402checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19403dependencies = [
19404 "libc",
19405]
19406
19407[[package]]
19408name = "waker-fn"
19409version = "1.2.0"
19410source = "registry+https://github.com/rust-lang/crates.io-index"
19411checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19412
19413[[package]]
19414name = "walkdir"
19415version = "2.5.0"
19416source = "registry+https://github.com/rust-lang/crates.io-index"
19417checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19418dependencies = [
19419 "same-file",
19420 "winapi-util",
19421]
19422
19423[[package]]
19424name = "want"
19425version = "0.3.1"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19428dependencies = [
19429 "try-lock",
19430]
19431
19432[[package]]
19433name = "warp"
19434version = "0.3.7"
19435source = "registry+https://github.com/rust-lang/crates.io-index"
19436checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19437dependencies = [
19438 "bytes 1.11.1",
19439 "futures-channel",
19440 "futures-util",
19441 "headers",
19442 "http 0.2.12",
19443 "hyper 0.14.32",
19444 "log",
19445 "mime",
19446 "mime_guess",
19447 "percent-encoding",
19448 "pin-project",
19449 "scoped-tls",
19450 "serde",
19451 "serde_json",
19452 "serde_urlencoded",
19453 "tokio",
19454 "tokio-tungstenite 0.21.0",
19455 "tokio-util",
19456 "tower-service",
19457 "tracing",
19458]
19459
19460[[package]]
19461name = "wasi"
19462version = "0.11.1+wasi-snapshot-preview1"
19463source = "registry+https://github.com/rust-lang/crates.io-index"
19464checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19465
19466[[package]]
19467name = "wasip2"
19468version = "1.0.1+wasi-0.2.4"
19469source = "registry+https://github.com/rust-lang/crates.io-index"
19470checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19471dependencies = [
19472 "wit-bindgen 0.46.0",
19473]
19474
19475[[package]]
19476name = "wasip3"
19477version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19478source = "registry+https://github.com/rust-lang/crates.io-index"
19479checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19480dependencies = [
19481 "wit-bindgen 0.51.0",
19482]
19483
19484[[package]]
19485name = "wasite"
19486version = "0.1.0"
19487source = "registry+https://github.com/rust-lang/crates.io-index"
19488checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19489
19490[[package]]
19491name = "wasm-bindgen"
19492version = "0.2.113"
19493source = "registry+https://github.com/rust-lang/crates.io-index"
19494checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19495dependencies = [
19496 "cfg-if",
19497 "once_cell",
19498 "rustversion",
19499 "wasm-bindgen-macro",
19500 "wasm-bindgen-shared",
19501]
19502
19503[[package]]
19504name = "wasm-bindgen-futures"
19505version = "0.4.63"
19506source = "registry+https://github.com/rust-lang/crates.io-index"
19507checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19508dependencies = [
19509 "cfg-if",
19510 "futures-util",
19511 "js-sys",
19512 "once_cell",
19513 "wasm-bindgen",
19514 "web-sys",
19515]
19516
19517[[package]]
19518name = "wasm-bindgen-macro"
19519version = "0.2.113"
19520source = "registry+https://github.com/rust-lang/crates.io-index"
19521checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19522dependencies = [
19523 "quote",
19524 "wasm-bindgen-macro-support",
19525]
19526
19527[[package]]
19528name = "wasm-bindgen-macro-support"
19529version = "0.2.113"
19530source = "registry+https://github.com/rust-lang/crates.io-index"
19531checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19532dependencies = [
19533 "bumpalo",
19534 "proc-macro2",
19535 "quote",
19536 "syn 2.0.117",
19537 "wasm-bindgen-shared",
19538]
19539
19540[[package]]
19541name = "wasm-bindgen-shared"
19542version = "0.2.113"
19543source = "registry+https://github.com/rust-lang/crates.io-index"
19544checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19545dependencies = [
19546 "unicode-ident",
19547]
19548
19549[[package]]
19550name = "wasm-encoder"
19551version = "0.201.0"
19552source = "registry+https://github.com/rust-lang/crates.io-index"
19553checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19554dependencies = [
19555 "leb128",
19556]
19557
19558[[package]]
19559name = "wasm-encoder"
19560version = "0.221.3"
19561source = "registry+https://github.com/rust-lang/crates.io-index"
19562checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19563dependencies = [
19564 "leb128",
19565 "wasmparser 0.221.3",
19566]
19567
19568[[package]]
19569name = "wasm-encoder"
19570version = "0.227.1"
19571source = "registry+https://github.com/rust-lang/crates.io-index"
19572checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19573dependencies = [
19574 "leb128fmt",
19575 "wasmparser 0.227.1",
19576]
19577
19578[[package]]
19579name = "wasm-encoder"
19580version = "0.236.1"
19581source = "registry+https://github.com/rust-lang/crates.io-index"
19582checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19583dependencies = [
19584 "leb128fmt",
19585 "wasmparser 0.236.1",
19586]
19587
19588[[package]]
19589name = "wasm-encoder"
19590version = "0.244.0"
19591source = "registry+https://github.com/rust-lang/crates.io-index"
19592checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19593dependencies = [
19594 "leb128fmt",
19595 "wasmparser 0.244.0",
19596]
19597
19598[[package]]
19599name = "wasm-metadata"
19600version = "0.201.0"
19601source = "registry+https://github.com/rust-lang/crates.io-index"
19602checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19603dependencies = [
19604 "anyhow",
19605 "indexmap",
19606 "serde",
19607 "serde_derive",
19608 "serde_json",
19609 "spdx",
19610 "wasm-encoder 0.201.0",
19611 "wasmparser 0.201.0",
19612]
19613
19614[[package]]
19615name = "wasm-metadata"
19616version = "0.227.1"
19617source = "registry+https://github.com/rust-lang/crates.io-index"
19618checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19619dependencies = [
19620 "anyhow",
19621 "auditable-serde",
19622 "flate2",
19623 "indexmap",
19624 "serde",
19625 "serde_derive",
19626 "serde_json",
19627 "spdx",
19628 "url",
19629 "wasm-encoder 0.227.1",
19630 "wasmparser 0.227.1",
19631]
19632
19633[[package]]
19634name = "wasm-metadata"
19635version = "0.244.0"
19636source = "registry+https://github.com/rust-lang/crates.io-index"
19637checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19638dependencies = [
19639 "anyhow",
19640 "indexmap",
19641 "wasm-encoder 0.244.0",
19642 "wasmparser 0.244.0",
19643]
19644
19645[[package]]
19646name = "wasm-streams"
19647version = "0.4.2"
19648source = "registry+https://github.com/rust-lang/crates.io-index"
19649checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19650dependencies = [
19651 "futures-util",
19652 "js-sys",
19653 "wasm-bindgen",
19654 "wasm-bindgen-futures",
19655 "web-sys",
19656]
19657
19658[[package]]
19659name = "wasm_thread"
19660version = "0.3.3"
19661source = "registry+https://github.com/rust-lang/crates.io-index"
19662checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19663dependencies = [
19664 "futures 0.3.32",
19665 "js-sys",
19666 "wasm-bindgen",
19667 "web-sys",
19668]
19669
19670[[package]]
19671name = "wasmparser"
19672version = "0.201.0"
19673source = "registry+https://github.com/rust-lang/crates.io-index"
19674checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19675dependencies = [
19676 "bitflags 2.10.0",
19677 "indexmap",
19678 "semver",
19679]
19680
19681[[package]]
19682name = "wasmparser"
19683version = "0.221.3"
19684source = "registry+https://github.com/rust-lang/crates.io-index"
19685checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19686dependencies = [
19687 "bitflags 2.10.0",
19688 "hashbrown 0.15.5",
19689 "indexmap",
19690 "semver",
19691 "serde",
19692]
19693
19694[[package]]
19695name = "wasmparser"
19696version = "0.227.1"
19697source = "registry+https://github.com/rust-lang/crates.io-index"
19698checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19699dependencies = [
19700 "bitflags 2.10.0",
19701 "hashbrown 0.15.5",
19702 "indexmap",
19703 "semver",
19704]
19705
19706[[package]]
19707name = "wasmparser"
19708version = "0.236.1"
19709source = "registry+https://github.com/rust-lang/crates.io-index"
19710checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19711dependencies = [
19712 "bitflags 2.10.0",
19713 "hashbrown 0.15.5",
19714 "indexmap",
19715 "semver",
19716 "serde",
19717]
19718
19719[[package]]
19720name = "wasmparser"
19721version = "0.244.0"
19722source = "registry+https://github.com/rust-lang/crates.io-index"
19723checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19724dependencies = [
19725 "bitflags 2.10.0",
19726 "hashbrown 0.15.5",
19727 "indexmap",
19728 "semver",
19729]
19730
19731[[package]]
19732name = "wasmprinter"
19733version = "0.236.1"
19734source = "registry+https://github.com/rust-lang/crates.io-index"
19735checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19736dependencies = [
19737 "anyhow",
19738 "termcolor",
19739 "wasmparser 0.236.1",
19740]
19741
19742[[package]]
19743name = "wasmtime"
19744version = "36.0.7"
19745source = "registry+https://github.com/rust-lang/crates.io-index"
19746checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19747dependencies = [
19748 "addr2line",
19749 "anyhow",
19750 "async-trait",
19751 "bitflags 2.10.0",
19752 "bumpalo",
19753 "cc",
19754 "cfg-if",
19755 "encoding_rs",
19756 "hashbrown 0.15.5",
19757 "indexmap",
19758 "libc",
19759 "log",
19760 "mach2 0.4.3",
19761 "memfd",
19762 "object",
19763 "once_cell",
19764 "postcard",
19765 "pulley-interpreter",
19766 "rayon",
19767 "rustix 1.1.2",
19768 "semver",
19769 "serde",
19770 "serde_derive",
19771 "smallvec",
19772 "target-lexicon 0.13.3",
19773 "wasmparser 0.236.1",
19774 "wasmtime-environ",
19775 "wasmtime-internal-asm-macros",
19776 "wasmtime-internal-component-macro",
19777 "wasmtime-internal-component-util",
19778 "wasmtime-internal-cranelift",
19779 "wasmtime-internal-fiber",
19780 "wasmtime-internal-jit-debug",
19781 "wasmtime-internal-jit-icache-coherence",
19782 "wasmtime-internal-math",
19783 "wasmtime-internal-slab",
19784 "wasmtime-internal-unwinder",
19785 "wasmtime-internal-versioned-export-macros",
19786 "wasmtime-internal-winch",
19787 "windows-sys 0.60.2",
19788]
19789
19790[[package]]
19791name = "wasmtime-c-api-impl"
19792version = "36.0.6"
19793source = "registry+https://github.com/rust-lang/crates.io-index"
19794checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19795dependencies = [
19796 "anyhow",
19797 "log",
19798 "tracing",
19799 "wasmtime",
19800 "wasmtime-internal-c-api-macros",
19801]
19802
19803[[package]]
19804name = "wasmtime-environ"
19805version = "36.0.7"
19806source = "registry+https://github.com/rust-lang/crates.io-index"
19807checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19808dependencies = [
19809 "anyhow",
19810 "cpp_demangle",
19811 "cranelift-bitset",
19812 "cranelift-entity",
19813 "gimli",
19814 "indexmap",
19815 "log",
19816 "object",
19817 "postcard",
19818 "rustc-demangle",
19819 "semver",
19820 "serde",
19821 "serde_derive",
19822 "smallvec",
19823 "target-lexicon 0.13.3",
19824 "wasm-encoder 0.236.1",
19825 "wasmparser 0.236.1",
19826 "wasmprinter",
19827 "wasmtime-internal-component-util",
19828]
19829
19830[[package]]
19831name = "wasmtime-internal-asm-macros"
19832version = "36.0.7"
19833source = "registry+https://github.com/rust-lang/crates.io-index"
19834checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19835dependencies = [
19836 "cfg-if",
19837]
19838
19839[[package]]
19840name = "wasmtime-internal-c-api-macros"
19841version = "36.0.6"
19842source = "registry+https://github.com/rust-lang/crates.io-index"
19843checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19844dependencies = [
19845 "proc-macro2",
19846 "quote",
19847]
19848
19849[[package]]
19850name = "wasmtime-internal-component-macro"
19851version = "36.0.7"
19852source = "registry+https://github.com/rust-lang/crates.io-index"
19853checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19854dependencies = [
19855 "anyhow",
19856 "proc-macro2",
19857 "quote",
19858 "syn 2.0.117",
19859 "wasmtime-internal-component-util",
19860 "wasmtime-internal-wit-bindgen",
19861 "wit-parser 0.236.1",
19862]
19863
19864[[package]]
19865name = "wasmtime-internal-component-util"
19866version = "36.0.7"
19867source = "registry+https://github.com/rust-lang/crates.io-index"
19868checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19869
19870[[package]]
19871name = "wasmtime-internal-cranelift"
19872version = "36.0.7"
19873source = "registry+https://github.com/rust-lang/crates.io-index"
19874checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19875dependencies = [
19876 "anyhow",
19877 "cfg-if",
19878 "cranelift-codegen",
19879 "cranelift-control",
19880 "cranelift-entity",
19881 "cranelift-frontend",
19882 "cranelift-native",
19883 "gimli",
19884 "itertools 0.14.0",
19885 "log",
19886 "object",
19887 "pulley-interpreter",
19888 "smallvec",
19889 "target-lexicon 0.13.3",
19890 "thiserror 2.0.17",
19891 "wasmparser 0.236.1",
19892 "wasmtime-environ",
19893 "wasmtime-internal-math",
19894 "wasmtime-internal-versioned-export-macros",
19895]
19896
19897[[package]]
19898name = "wasmtime-internal-fiber"
19899version = "36.0.7"
19900source = "registry+https://github.com/rust-lang/crates.io-index"
19901checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19902dependencies = [
19903 "anyhow",
19904 "cc",
19905 "cfg-if",
19906 "libc",
19907 "rustix 1.1.2",
19908 "wasmtime-internal-asm-macros",
19909 "wasmtime-internal-versioned-export-macros",
19910 "windows-sys 0.60.2",
19911]
19912
19913[[package]]
19914name = "wasmtime-internal-jit-debug"
19915version = "36.0.7"
19916source = "registry+https://github.com/rust-lang/crates.io-index"
19917checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19918dependencies = [
19919 "cc",
19920 "wasmtime-internal-versioned-export-macros",
19921]
19922
19923[[package]]
19924name = "wasmtime-internal-jit-icache-coherence"
19925version = "36.0.7"
19926source = "registry+https://github.com/rust-lang/crates.io-index"
19927checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19928dependencies = [
19929 "anyhow",
19930 "cfg-if",
19931 "libc",
19932 "windows-sys 0.60.2",
19933]
19934
19935[[package]]
19936name = "wasmtime-internal-math"
19937version = "36.0.7"
19938source = "registry+https://github.com/rust-lang/crates.io-index"
19939checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19940dependencies = [
19941 "libm",
19942]
19943
19944[[package]]
19945name = "wasmtime-internal-slab"
19946version = "36.0.7"
19947source = "registry+https://github.com/rust-lang/crates.io-index"
19948checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19949
19950[[package]]
19951name = "wasmtime-internal-unwinder"
19952version = "36.0.7"
19953source = "registry+https://github.com/rust-lang/crates.io-index"
19954checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19955dependencies = [
19956 "anyhow",
19957 "cfg-if",
19958 "cranelift-codegen",
19959 "log",
19960 "object",
19961]
19962
19963[[package]]
19964name = "wasmtime-internal-versioned-export-macros"
19965version = "36.0.7"
19966source = "registry+https://github.com/rust-lang/crates.io-index"
19967checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19968dependencies = [
19969 "proc-macro2",
19970 "quote",
19971 "syn 2.0.117",
19972]
19973
19974[[package]]
19975name = "wasmtime-internal-winch"
19976version = "36.0.7"
19977source = "registry+https://github.com/rust-lang/crates.io-index"
19978checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19979dependencies = [
19980 "anyhow",
19981 "cranelift-codegen",
19982 "gimli",
19983 "object",
19984 "target-lexicon 0.13.3",
19985 "wasmparser 0.236.1",
19986 "wasmtime-environ",
19987 "wasmtime-internal-cranelift",
19988 "winch-codegen",
19989]
19990
19991[[package]]
19992name = "wasmtime-internal-wit-bindgen"
19993version = "36.0.7"
19994source = "registry+https://github.com/rust-lang/crates.io-index"
19995checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19996dependencies = [
19997 "anyhow",
19998 "bitflags 2.10.0",
19999 "heck 0.5.0",
20000 "indexmap",
20001 "wit-parser 0.236.1",
20002]
20003
20004[[package]]
20005name = "wasmtime-wasi"
20006version = "36.0.6"
20007source = "registry+https://github.com/rust-lang/crates.io-index"
20008checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20009dependencies = [
20010 "anyhow",
20011 "async-trait",
20012 "bitflags 2.10.0",
20013 "bytes 1.11.1",
20014 "cap-fs-ext",
20015 "cap-net-ext",
20016 "cap-rand",
20017 "cap-std",
20018 "cap-time-ext",
20019 "fs-set-times",
20020 "futures 0.3.32",
20021 "io-extras",
20022 "io-lifetimes",
20023 "rustix 1.1.2",
20024 "system-interface",
20025 "thiserror 2.0.17",
20026 "tokio",
20027 "tracing",
20028 "url",
20029 "wasmtime",
20030 "wasmtime-wasi-io",
20031 "wiggle",
20032 "windows-sys 0.60.2",
20033]
20034
20035[[package]]
20036name = "wasmtime-wasi-io"
20037version = "36.0.6"
20038source = "registry+https://github.com/rust-lang/crates.io-index"
20039checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20040dependencies = [
20041 "anyhow",
20042 "async-trait",
20043 "bytes 1.11.1",
20044 "futures 0.3.32",
20045 "wasmtime",
20046]
20047
20048[[package]]
20049name = "wast"
20050version = "35.0.2"
20051source = "registry+https://github.com/rust-lang/crates.io-index"
20052checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20053dependencies = [
20054 "leb128",
20055]
20056
20057[[package]]
20058name = "watch"
20059version = "0.1.0"
20060dependencies = [
20061 "ctor",
20062 "futures 0.3.32",
20063 "gpui",
20064 "parking_lot",
20065 "zlog",
20066]
20067
20068[[package]]
20069name = "wax"
20070version = "0.7.0"
20071source = "registry+https://github.com/rust-lang/crates.io-index"
20072checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20073dependencies = [
20074 "const_format",
20075 "itertools 0.14.0",
20076 "nom 7.1.3",
20077 "pori",
20078 "regex",
20079 "thiserror 2.0.17",
20080 "walkdir",
20081]
20082
20083[[package]]
20084name = "wayland-backend"
20085version = "0.3.11"
20086source = "registry+https://github.com/rust-lang/crates.io-index"
20087checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20088dependencies = [
20089 "cc",
20090 "downcast-rs",
20091 "rustix 1.1.2",
20092 "scoped-tls",
20093 "smallvec",
20094 "wayland-sys",
20095]
20096
20097[[package]]
20098name = "wayland-client"
20099version = "0.31.11"
20100source = "registry+https://github.com/rust-lang/crates.io-index"
20101checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20102dependencies = [
20103 "bitflags 2.10.0",
20104 "rustix 1.1.2",
20105 "wayland-backend",
20106 "wayland-scanner",
20107]
20108
20109[[package]]
20110name = "wayland-cursor"
20111version = "0.31.11"
20112source = "registry+https://github.com/rust-lang/crates.io-index"
20113checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20114dependencies = [
20115 "rustix 1.1.2",
20116 "wayland-client",
20117 "xcursor",
20118]
20119
20120[[package]]
20121name = "wayland-protocols"
20122version = "0.32.9"
20123source = "registry+https://github.com/rust-lang/crates.io-index"
20124checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20125dependencies = [
20126 "bitflags 2.10.0",
20127 "wayland-backend",
20128 "wayland-client",
20129 "wayland-scanner",
20130]
20131
20132[[package]]
20133name = "wayland-protocols-plasma"
20134version = "0.3.9"
20135source = "registry+https://github.com/rust-lang/crates.io-index"
20136checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20137dependencies = [
20138 "bitflags 2.10.0",
20139 "wayland-backend",
20140 "wayland-client",
20141 "wayland-protocols",
20142 "wayland-scanner",
20143]
20144
20145[[package]]
20146name = "wayland-protocols-wlr"
20147version = "0.3.9"
20148source = "registry+https://github.com/rust-lang/crates.io-index"
20149checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20150dependencies = [
20151 "bitflags 2.10.0",
20152 "wayland-backend",
20153 "wayland-client",
20154 "wayland-protocols",
20155 "wayland-scanner",
20156]
20157
20158[[package]]
20159name = "wayland-scanner"
20160version = "0.31.7"
20161source = "registry+https://github.com/rust-lang/crates.io-index"
20162checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20163dependencies = [
20164 "proc-macro2",
20165 "quick-xml 0.37.5",
20166 "quote",
20167]
20168
20169[[package]]
20170name = "wayland-sys"
20171version = "0.31.7"
20172source = "registry+https://github.com/rust-lang/crates.io-index"
20173checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20174dependencies = [
20175 "dlib",
20176 "log",
20177 "once_cell",
20178 "pkg-config",
20179]
20180
20181[[package]]
20182name = "web-sys"
20183version = "0.3.90"
20184source = "registry+https://github.com/rust-lang/crates.io-index"
20185checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20186dependencies = [
20187 "js-sys",
20188 "wasm-bindgen",
20189]
20190
20191[[package]]
20192name = "web-time"
20193version = "1.1.0"
20194source = "registry+https://github.com/rust-lang/crates.io-index"
20195checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20196dependencies = [
20197 "js-sys",
20198 "serde",
20199 "wasm-bindgen",
20200]
20201
20202[[package]]
20203name = "web_atoms"
20204version = "0.1.3"
20205source = "registry+https://github.com/rust-lang/crates.io-index"
20206checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20207dependencies = [
20208 "phf 0.11.3",
20209 "phf_codegen",
20210 "string_cache",
20211 "string_cache_codegen",
20212]
20213
20214[[package]]
20215name = "web_search"
20216version = "0.1.0"
20217dependencies = [
20218 "anyhow",
20219 "cloud_llm_client",
20220 "collections",
20221 "gpui",
20222 "serde",
20223]
20224
20225[[package]]
20226name = "web_search_providers"
20227version = "0.1.0"
20228dependencies = [
20229 "anyhow",
20230 "client",
20231 "cloud_api_client",
20232 "cloud_api_types",
20233 "cloud_llm_client",
20234 "futures 0.3.32",
20235 "gpui",
20236 "http_client",
20237 "language_model",
20238 "serde",
20239 "serde_json",
20240 "web_search",
20241]
20242
20243[[package]]
20244name = "webpki-root-certs"
20245version = "0.26.8"
20246source = "registry+https://github.com/rust-lang/crates.io-index"
20247checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20248dependencies = [
20249 "rustls-pki-types",
20250]
20251
20252[[package]]
20253name = "webpki-roots"
20254version = "0.26.8"
20255source = "registry+https://github.com/rust-lang/crates.io-index"
20256checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20257dependencies = [
20258 "rustls-pki-types",
20259]
20260
20261[[package]]
20262name = "webrtc-sys"
20263version = "0.3.23"
20264source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20265dependencies = [
20266 "cc",
20267 "cxx",
20268 "cxx-build",
20269 "glob",
20270 "log",
20271 "pkg-config",
20272 "webrtc-sys-build",
20273]
20274
20275[[package]]
20276name = "webrtc-sys-build"
20277version = "0.3.13"
20278source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20279dependencies = [
20280 "anyhow",
20281 "fs2",
20282 "regex",
20283 "reqwest 0.12.24",
20284 "scratch",
20285 "semver",
20286 "zip 0.6.6",
20287]
20288
20289[[package]]
20290name = "weezl"
20291version = "0.1.10"
20292source = "registry+https://github.com/rust-lang/crates.io-index"
20293checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20294
20295[[package]]
20296name = "wgpu"
20297version = "29.0.0"
20298source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20299dependencies = [
20300 "arrayvec",
20301 "bitflags 2.10.0",
20302 "bytemuck",
20303 "cfg-if",
20304 "cfg_aliases 0.2.1",
20305 "document-features",
20306 "hashbrown 0.16.1",
20307 "js-sys",
20308 "log",
20309 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20310 "parking_lot",
20311 "portable-atomic",
20312 "profiling",
20313 "raw-window-handle",
20314 "smallvec",
20315 "static_assertions",
20316 "wasm-bindgen",
20317 "wasm-bindgen-futures",
20318 "web-sys",
20319 "wgpu-core",
20320 "wgpu-hal",
20321 "wgpu-types",
20322]
20323
20324[[package]]
20325name = "wgpu-core"
20326version = "29.0.0"
20327source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20328dependencies = [
20329 "arrayvec",
20330 "bit-set 0.9.1",
20331 "bit-vec 0.9.1",
20332 "bitflags 2.10.0",
20333 "bytemuck",
20334 "cfg_aliases 0.2.1",
20335 "document-features",
20336 "hashbrown 0.16.1",
20337 "indexmap",
20338 "log",
20339 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20340 "once_cell",
20341 "parking_lot",
20342 "portable-atomic",
20343 "profiling",
20344 "raw-window-handle",
20345 "rustc-hash 1.1.0",
20346 "smallvec",
20347 "thiserror 2.0.17",
20348 "wgpu-core-deps-apple",
20349 "wgpu-core-deps-emscripten",
20350 "wgpu-core-deps-windows-linux-android",
20351 "wgpu-hal",
20352 "wgpu-naga-bridge",
20353 "wgpu-types",
20354]
20355
20356[[package]]
20357name = "wgpu-core-deps-apple"
20358version = "29.0.0"
20359source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20360dependencies = [
20361 "wgpu-hal",
20362]
20363
20364[[package]]
20365name = "wgpu-core-deps-emscripten"
20366version = "29.0.0"
20367source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20368dependencies = [
20369 "wgpu-hal",
20370]
20371
20372[[package]]
20373name = "wgpu-core-deps-windows-linux-android"
20374version = "29.0.0"
20375source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20376dependencies = [
20377 "wgpu-hal",
20378]
20379
20380[[package]]
20381name = "wgpu-hal"
20382version = "29.0.0"
20383source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20384dependencies = [
20385 "android_system_properties",
20386 "arrayvec",
20387 "ash",
20388 "bit-set 0.9.1",
20389 "bitflags 2.10.0",
20390 "block2",
20391 "bytemuck",
20392 "cfg-if",
20393 "cfg_aliases 0.2.1",
20394 "glow",
20395 "glutin_wgl_sys",
20396 "gpu-allocator",
20397 "gpu-descriptor",
20398 "hashbrown 0.16.1",
20399 "js-sys",
20400 "khronos-egl",
20401 "libc",
20402 "libloading",
20403 "log",
20404 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20405 "ndk-sys",
20406 "objc2",
20407 "objc2-core-foundation",
20408 "objc2-foundation",
20409 "objc2-metal",
20410 "objc2-quartz-core",
20411 "once_cell",
20412 "ordered-float 4.6.0",
20413 "parking_lot",
20414 "portable-atomic",
20415 "portable-atomic-util",
20416 "profiling",
20417 "range-alloc",
20418 "raw-window-handle",
20419 "raw-window-metal",
20420 "renderdoc-sys",
20421 "smallvec",
20422 "thiserror 2.0.17",
20423 "wasm-bindgen",
20424 "wayland-sys",
20425 "web-sys",
20426 "wgpu-naga-bridge",
20427 "wgpu-types",
20428 "windows 0.62.2",
20429 "windows-core 0.62.2",
20430]
20431
20432[[package]]
20433name = "wgpu-naga-bridge"
20434version = "29.0.0"
20435source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20436dependencies = [
20437 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20438 "wgpu-types",
20439]
20440
20441[[package]]
20442name = "wgpu-types"
20443version = "29.0.0"
20444source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20445dependencies = [
20446 "bitflags 2.10.0",
20447 "bytemuck",
20448 "js-sys",
20449 "log",
20450 "raw-window-handle",
20451 "web-sys",
20452]
20453
20454[[package]]
20455name = "which"
20456version = "4.4.2"
20457source = "registry+https://github.com/rust-lang/crates.io-index"
20458checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20459dependencies = [
20460 "either",
20461 "home",
20462 "once_cell",
20463 "rustix 0.38.44",
20464]
20465
20466[[package]]
20467name = "which"
20468version = "6.0.3"
20469source = "registry+https://github.com/rust-lang/crates.io-index"
20470checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20471dependencies = [
20472 "either",
20473 "home",
20474 "rustix 0.38.44",
20475 "winsafe",
20476]
20477
20478[[package]]
20479name = "which_key"
20480version = "0.1.0"
20481dependencies = [
20482 "command_palette",
20483 "gpui",
20484 "serde",
20485 "settings",
20486 "theme_settings",
20487 "ui",
20488 "util",
20489 "workspace",
20490]
20491
20492[[package]]
20493name = "whoami"
20494version = "1.6.1"
20495source = "registry+https://github.com/rust-lang/crates.io-index"
20496checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20497dependencies = [
20498 "libredox",
20499 "wasite",
20500]
20501
20502[[package]]
20503name = "wiggle"
20504version = "36.0.6"
20505source = "registry+https://github.com/rust-lang/crates.io-index"
20506checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20507dependencies = [
20508 "anyhow",
20509 "async-trait",
20510 "bitflags 2.10.0",
20511 "thiserror 2.0.17",
20512 "tracing",
20513 "wasmtime",
20514 "wiggle-macro",
20515]
20516
20517[[package]]
20518name = "wiggle-generate"
20519version = "36.0.6"
20520source = "registry+https://github.com/rust-lang/crates.io-index"
20521checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20522dependencies = [
20523 "anyhow",
20524 "heck 0.5.0",
20525 "proc-macro2",
20526 "quote",
20527 "syn 2.0.117",
20528 "witx",
20529]
20530
20531[[package]]
20532name = "wiggle-macro"
20533version = "36.0.6"
20534source = "registry+https://github.com/rust-lang/crates.io-index"
20535checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20536dependencies = [
20537 "proc-macro2",
20538 "quote",
20539 "syn 2.0.117",
20540 "wiggle-generate",
20541]
20542
20543[[package]]
20544name = "winapi"
20545version = "0.3.9"
20546source = "registry+https://github.com/rust-lang/crates.io-index"
20547checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20548dependencies = [
20549 "winapi-i686-pc-windows-gnu",
20550 "winapi-x86_64-pc-windows-gnu",
20551]
20552
20553[[package]]
20554name = "winapi-i686-pc-windows-gnu"
20555version = "0.4.0"
20556source = "registry+https://github.com/rust-lang/crates.io-index"
20557checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20558
20559[[package]]
20560name = "winapi-util"
20561version = "0.1.11"
20562source = "registry+https://github.com/rust-lang/crates.io-index"
20563checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20564dependencies = [
20565 "windows-sys 0.61.2",
20566]
20567
20568[[package]]
20569name = "winapi-x86_64-pc-windows-gnu"
20570version = "0.4.0"
20571source = "registry+https://github.com/rust-lang/crates.io-index"
20572checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20573
20574[[package]]
20575name = "winch-codegen"
20576version = "36.0.7"
20577source = "registry+https://github.com/rust-lang/crates.io-index"
20578checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20579dependencies = [
20580 "anyhow",
20581 "cranelift-assembler-x64",
20582 "cranelift-codegen",
20583 "gimli",
20584 "regalloc2",
20585 "smallvec",
20586 "target-lexicon 0.13.3",
20587 "thiserror 2.0.17",
20588 "wasmparser 0.236.1",
20589 "wasmtime-environ",
20590 "wasmtime-internal-cranelift",
20591 "wasmtime-internal-math",
20592]
20593
20594[[package]]
20595name = "windows"
20596version = "0.56.0"
20597source = "registry+https://github.com/rust-lang/crates.io-index"
20598checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20599dependencies = [
20600 "windows-core 0.56.0",
20601 "windows-targets 0.52.6",
20602]
20603
20604[[package]]
20605name = "windows"
20606version = "0.57.0"
20607source = "registry+https://github.com/rust-lang/crates.io-index"
20608checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20609dependencies = [
20610 "windows-core 0.57.0",
20611 "windows-targets 0.52.6",
20612]
20613
20614[[package]]
20615name = "windows"
20616version = "0.58.0"
20617source = "registry+https://github.com/rust-lang/crates.io-index"
20618checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20619dependencies = [
20620 "windows-core 0.58.0",
20621 "windows-targets 0.52.6",
20622]
20623
20624[[package]]
20625name = "windows"
20626version = "0.61.3"
20627source = "registry+https://github.com/rust-lang/crates.io-index"
20628checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20629dependencies = [
20630 "windows-collections 0.2.0",
20631 "windows-core 0.61.2",
20632 "windows-future 0.2.1",
20633 "windows-link 0.1.3",
20634 "windows-numerics 0.2.0",
20635]
20636
20637[[package]]
20638name = "windows"
20639version = "0.62.2"
20640source = "registry+https://github.com/rust-lang/crates.io-index"
20641checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20642dependencies = [
20643 "windows-collections 0.3.2",
20644 "windows-core 0.62.2",
20645 "windows-future 0.3.2",
20646 "windows-numerics 0.3.1",
20647]
20648
20649[[package]]
20650name = "windows-bindgen"
20651version = "0.61.1"
20652source = "registry+https://github.com/rust-lang/crates.io-index"
20653checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20654dependencies = [
20655 "serde",
20656 "serde_json",
20657 "windows-threading 0.1.0",
20658]
20659
20660[[package]]
20661name = "windows-capture"
20662version = "1.4.3"
20663source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20664dependencies = [
20665 "clap",
20666 "ctrlc",
20667 "parking_lot",
20668 "rayon",
20669 "thiserror 2.0.17",
20670 "windows 0.61.3",
20671 "windows-future 0.2.1",
20672]
20673
20674[[package]]
20675name = "windows-collections"
20676version = "0.2.0"
20677source = "registry+https://github.com/rust-lang/crates.io-index"
20678checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20679dependencies = [
20680 "windows-core 0.61.2",
20681]
20682
20683[[package]]
20684name = "windows-collections"
20685version = "0.3.2"
20686source = "registry+https://github.com/rust-lang/crates.io-index"
20687checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20688dependencies = [
20689 "windows-core 0.62.2",
20690]
20691
20692[[package]]
20693name = "windows-core"
20694version = "0.56.0"
20695source = "registry+https://github.com/rust-lang/crates.io-index"
20696checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20697dependencies = [
20698 "windows-implement 0.56.0",
20699 "windows-interface 0.56.0",
20700 "windows-result 0.1.2",
20701 "windows-targets 0.52.6",
20702]
20703
20704[[package]]
20705name = "windows-core"
20706version = "0.57.0"
20707source = "registry+https://github.com/rust-lang/crates.io-index"
20708checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20709dependencies = [
20710 "windows-implement 0.57.0",
20711 "windows-interface 0.57.0",
20712 "windows-result 0.1.2",
20713 "windows-targets 0.52.6",
20714]
20715
20716[[package]]
20717name = "windows-core"
20718version = "0.58.0"
20719source = "registry+https://github.com/rust-lang/crates.io-index"
20720checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20721dependencies = [
20722 "windows-implement 0.58.0",
20723 "windows-interface 0.58.0",
20724 "windows-result 0.2.0",
20725 "windows-strings 0.1.0",
20726 "windows-targets 0.52.6",
20727]
20728
20729[[package]]
20730name = "windows-core"
20731version = "0.61.2"
20732source = "registry+https://github.com/rust-lang/crates.io-index"
20733checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20734dependencies = [
20735 "windows-implement 0.60.2",
20736 "windows-interface 0.59.3",
20737 "windows-link 0.1.3",
20738 "windows-result 0.3.4",
20739 "windows-strings 0.4.2",
20740]
20741
20742[[package]]
20743name = "windows-core"
20744version = "0.62.2"
20745source = "registry+https://github.com/rust-lang/crates.io-index"
20746checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20747dependencies = [
20748 "windows-implement 0.60.2",
20749 "windows-interface 0.59.3",
20750 "windows-link 0.2.1",
20751 "windows-result 0.4.1",
20752 "windows-strings 0.5.1",
20753]
20754
20755[[package]]
20756name = "windows-future"
20757version = "0.2.1"
20758source = "registry+https://github.com/rust-lang/crates.io-index"
20759checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20760dependencies = [
20761 "windows-core 0.61.2",
20762 "windows-link 0.1.3",
20763 "windows-threading 0.1.0",
20764]
20765
20766[[package]]
20767name = "windows-future"
20768version = "0.3.2"
20769source = "registry+https://github.com/rust-lang/crates.io-index"
20770checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20771dependencies = [
20772 "windows-core 0.62.2",
20773 "windows-link 0.2.1",
20774 "windows-threading 0.2.1",
20775]
20776
20777[[package]]
20778name = "windows-implement"
20779version = "0.56.0"
20780source = "registry+https://github.com/rust-lang/crates.io-index"
20781checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20782dependencies = [
20783 "proc-macro2",
20784 "quote",
20785 "syn 2.0.117",
20786]
20787
20788[[package]]
20789name = "windows-implement"
20790version = "0.57.0"
20791source = "registry+https://github.com/rust-lang/crates.io-index"
20792checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20793dependencies = [
20794 "proc-macro2",
20795 "quote",
20796 "syn 2.0.117",
20797]
20798
20799[[package]]
20800name = "windows-implement"
20801version = "0.58.0"
20802source = "registry+https://github.com/rust-lang/crates.io-index"
20803checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20804dependencies = [
20805 "proc-macro2",
20806 "quote",
20807 "syn 2.0.117",
20808]
20809
20810[[package]]
20811name = "windows-implement"
20812version = "0.60.2"
20813source = "registry+https://github.com/rust-lang/crates.io-index"
20814checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20815dependencies = [
20816 "proc-macro2",
20817 "quote",
20818 "syn 2.0.117",
20819]
20820
20821[[package]]
20822name = "windows-interface"
20823version = "0.56.0"
20824source = "registry+https://github.com/rust-lang/crates.io-index"
20825checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20826dependencies = [
20827 "proc-macro2",
20828 "quote",
20829 "syn 2.0.117",
20830]
20831
20832[[package]]
20833name = "windows-interface"
20834version = "0.57.0"
20835source = "registry+https://github.com/rust-lang/crates.io-index"
20836checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20837dependencies = [
20838 "proc-macro2",
20839 "quote",
20840 "syn 2.0.117",
20841]
20842
20843[[package]]
20844name = "windows-interface"
20845version = "0.58.0"
20846source = "registry+https://github.com/rust-lang/crates.io-index"
20847checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20848dependencies = [
20849 "proc-macro2",
20850 "quote",
20851 "syn 2.0.117",
20852]
20853
20854[[package]]
20855name = "windows-interface"
20856version = "0.59.3"
20857source = "registry+https://github.com/rust-lang/crates.io-index"
20858checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20859dependencies = [
20860 "proc-macro2",
20861 "quote",
20862 "syn 2.0.117",
20863]
20864
20865[[package]]
20866name = "windows-link"
20867version = "0.1.3"
20868source = "registry+https://github.com/rust-lang/crates.io-index"
20869checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20870
20871[[package]]
20872name = "windows-link"
20873version = "0.2.1"
20874source = "registry+https://github.com/rust-lang/crates.io-index"
20875checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20876
20877[[package]]
20878name = "windows-numerics"
20879version = "0.2.0"
20880source = "registry+https://github.com/rust-lang/crates.io-index"
20881checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20882dependencies = [
20883 "windows-core 0.61.2",
20884 "windows-link 0.1.3",
20885]
20886
20887[[package]]
20888name = "windows-numerics"
20889version = "0.3.1"
20890source = "registry+https://github.com/rust-lang/crates.io-index"
20891checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20892dependencies = [
20893 "windows-core 0.62.2",
20894 "windows-link 0.2.1",
20895]
20896
20897[[package]]
20898name = "windows-registry"
20899version = "0.4.0"
20900source = "registry+https://github.com/rust-lang/crates.io-index"
20901checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20902dependencies = [
20903 "windows-result 0.3.4",
20904 "windows-strings 0.3.1",
20905 "windows-targets 0.53.5",
20906]
20907
20908[[package]]
20909name = "windows-registry"
20910version = "0.5.3"
20911source = "registry+https://github.com/rust-lang/crates.io-index"
20912checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20913dependencies = [
20914 "windows-link 0.1.3",
20915 "windows-result 0.3.4",
20916 "windows-strings 0.4.2",
20917]
20918
20919[[package]]
20920name = "windows-registry"
20921version = "0.6.1"
20922source = "registry+https://github.com/rust-lang/crates.io-index"
20923checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20924dependencies = [
20925 "windows-link 0.2.1",
20926 "windows-result 0.4.1",
20927 "windows-strings 0.5.1",
20928]
20929
20930[[package]]
20931name = "windows-result"
20932version = "0.1.2"
20933source = "registry+https://github.com/rust-lang/crates.io-index"
20934checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20935dependencies = [
20936 "windows-targets 0.52.6",
20937]
20938
20939[[package]]
20940name = "windows-result"
20941version = "0.2.0"
20942source = "registry+https://github.com/rust-lang/crates.io-index"
20943checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20944dependencies = [
20945 "windows-targets 0.52.6",
20946]
20947
20948[[package]]
20949name = "windows-result"
20950version = "0.3.4"
20951source = "registry+https://github.com/rust-lang/crates.io-index"
20952checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20953dependencies = [
20954 "windows-link 0.1.3",
20955]
20956
20957[[package]]
20958name = "windows-result"
20959version = "0.4.1"
20960source = "registry+https://github.com/rust-lang/crates.io-index"
20961checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20962dependencies = [
20963 "windows-link 0.2.1",
20964]
20965
20966[[package]]
20967name = "windows-strings"
20968version = "0.1.0"
20969source = "registry+https://github.com/rust-lang/crates.io-index"
20970checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20971dependencies = [
20972 "windows-result 0.2.0",
20973 "windows-targets 0.52.6",
20974]
20975
20976[[package]]
20977name = "windows-strings"
20978version = "0.3.1"
20979source = "registry+https://github.com/rust-lang/crates.io-index"
20980checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20981dependencies = [
20982 "windows-link 0.1.3",
20983]
20984
20985[[package]]
20986name = "windows-strings"
20987version = "0.4.2"
20988source = "registry+https://github.com/rust-lang/crates.io-index"
20989checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20990dependencies = [
20991 "windows-link 0.1.3",
20992]
20993
20994[[package]]
20995name = "windows-strings"
20996version = "0.5.1"
20997source = "registry+https://github.com/rust-lang/crates.io-index"
20998checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20999dependencies = [
21000 "windows-link 0.2.1",
21001]
21002
21003[[package]]
21004name = "windows-sys"
21005version = "0.45.0"
21006source = "registry+https://github.com/rust-lang/crates.io-index"
21007checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
21008dependencies = [
21009 "windows-targets 0.42.2",
21010]
21011
21012[[package]]
21013name = "windows-sys"
21014version = "0.48.0"
21015source = "registry+https://github.com/rust-lang/crates.io-index"
21016checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21017dependencies = [
21018 "windows-targets 0.48.5",
21019]
21020
21021[[package]]
21022name = "windows-sys"
21023version = "0.52.0"
21024source = "registry+https://github.com/rust-lang/crates.io-index"
21025checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21026dependencies = [
21027 "windows-targets 0.52.6",
21028]
21029
21030[[package]]
21031name = "windows-sys"
21032version = "0.59.0"
21033source = "registry+https://github.com/rust-lang/crates.io-index"
21034checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21035dependencies = [
21036 "windows-targets 0.52.6",
21037]
21038
21039[[package]]
21040name = "windows-sys"
21041version = "0.60.2"
21042source = "registry+https://github.com/rust-lang/crates.io-index"
21043checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21044dependencies = [
21045 "windows-targets 0.53.5",
21046]
21047
21048[[package]]
21049name = "windows-sys"
21050version = "0.61.2"
21051source = "registry+https://github.com/rust-lang/crates.io-index"
21052checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21053dependencies = [
21054 "windows-link 0.2.1",
21055]
21056
21057[[package]]
21058name = "windows-targets"
21059version = "0.42.2"
21060source = "registry+https://github.com/rust-lang/crates.io-index"
21061checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21062dependencies = [
21063 "windows_aarch64_gnullvm 0.42.2",
21064 "windows_aarch64_msvc 0.42.2",
21065 "windows_i686_gnu 0.42.2",
21066 "windows_i686_msvc 0.42.2",
21067 "windows_x86_64_gnu 0.42.2",
21068 "windows_x86_64_gnullvm 0.42.2",
21069 "windows_x86_64_msvc 0.42.2",
21070]
21071
21072[[package]]
21073name = "windows-targets"
21074version = "0.48.5"
21075source = "registry+https://github.com/rust-lang/crates.io-index"
21076checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21077dependencies = [
21078 "windows_aarch64_gnullvm 0.48.5",
21079 "windows_aarch64_msvc 0.48.5",
21080 "windows_i686_gnu 0.48.5",
21081 "windows_i686_msvc 0.48.5",
21082 "windows_x86_64_gnu 0.48.5",
21083 "windows_x86_64_gnullvm 0.48.5",
21084 "windows_x86_64_msvc 0.48.5",
21085]
21086
21087[[package]]
21088name = "windows-targets"
21089version = "0.52.6"
21090source = "registry+https://github.com/rust-lang/crates.io-index"
21091checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21092dependencies = [
21093 "windows_aarch64_gnullvm 0.52.6",
21094 "windows_aarch64_msvc 0.52.6",
21095 "windows_i686_gnu 0.52.6",
21096 "windows_i686_gnullvm 0.52.6",
21097 "windows_i686_msvc 0.52.6",
21098 "windows_x86_64_gnu 0.52.6",
21099 "windows_x86_64_gnullvm 0.52.6",
21100 "windows_x86_64_msvc 0.52.6",
21101]
21102
21103[[package]]
21104name = "windows-targets"
21105version = "0.53.5"
21106source = "registry+https://github.com/rust-lang/crates.io-index"
21107checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21108dependencies = [
21109 "windows-link 0.2.1",
21110 "windows_aarch64_gnullvm 0.53.1",
21111 "windows_aarch64_msvc 0.53.1",
21112 "windows_i686_gnu 0.53.1",
21113 "windows_i686_gnullvm 0.53.1",
21114 "windows_i686_msvc 0.53.1",
21115 "windows_x86_64_gnu 0.53.1",
21116 "windows_x86_64_gnullvm 0.53.1",
21117 "windows_x86_64_msvc 0.53.1",
21118]
21119
21120[[package]]
21121name = "windows-threading"
21122version = "0.1.0"
21123source = "registry+https://github.com/rust-lang/crates.io-index"
21124checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21125dependencies = [
21126 "windows-link 0.1.3",
21127]
21128
21129[[package]]
21130name = "windows-threading"
21131version = "0.2.1"
21132source = "registry+https://github.com/rust-lang/crates.io-index"
21133checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21134dependencies = [
21135 "windows-link 0.2.1",
21136]
21137
21138[[package]]
21139name = "windows_aarch64_gnullvm"
21140version = "0.42.2"
21141source = "registry+https://github.com/rust-lang/crates.io-index"
21142checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21143
21144[[package]]
21145name = "windows_aarch64_gnullvm"
21146version = "0.48.5"
21147source = "registry+https://github.com/rust-lang/crates.io-index"
21148checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21149
21150[[package]]
21151name = "windows_aarch64_gnullvm"
21152version = "0.52.6"
21153source = "registry+https://github.com/rust-lang/crates.io-index"
21154checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21155
21156[[package]]
21157name = "windows_aarch64_gnullvm"
21158version = "0.53.1"
21159source = "registry+https://github.com/rust-lang/crates.io-index"
21160checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21161
21162[[package]]
21163name = "windows_aarch64_msvc"
21164version = "0.42.2"
21165source = "registry+https://github.com/rust-lang/crates.io-index"
21166checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21167
21168[[package]]
21169name = "windows_aarch64_msvc"
21170version = "0.48.5"
21171source = "registry+https://github.com/rust-lang/crates.io-index"
21172checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21173
21174[[package]]
21175name = "windows_aarch64_msvc"
21176version = "0.52.6"
21177source = "registry+https://github.com/rust-lang/crates.io-index"
21178checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21179
21180[[package]]
21181name = "windows_aarch64_msvc"
21182version = "0.53.1"
21183source = "registry+https://github.com/rust-lang/crates.io-index"
21184checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21185
21186[[package]]
21187name = "windows_i686_gnu"
21188version = "0.42.2"
21189source = "registry+https://github.com/rust-lang/crates.io-index"
21190checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21191
21192[[package]]
21193name = "windows_i686_gnu"
21194version = "0.48.5"
21195source = "registry+https://github.com/rust-lang/crates.io-index"
21196checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21197
21198[[package]]
21199name = "windows_i686_gnu"
21200version = "0.52.6"
21201source = "registry+https://github.com/rust-lang/crates.io-index"
21202checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21203
21204[[package]]
21205name = "windows_i686_gnu"
21206version = "0.53.1"
21207source = "registry+https://github.com/rust-lang/crates.io-index"
21208checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21209
21210[[package]]
21211name = "windows_i686_gnullvm"
21212version = "0.52.6"
21213source = "registry+https://github.com/rust-lang/crates.io-index"
21214checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21215
21216[[package]]
21217name = "windows_i686_gnullvm"
21218version = "0.53.1"
21219source = "registry+https://github.com/rust-lang/crates.io-index"
21220checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21221
21222[[package]]
21223name = "windows_i686_msvc"
21224version = "0.42.2"
21225source = "registry+https://github.com/rust-lang/crates.io-index"
21226checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21227
21228[[package]]
21229name = "windows_i686_msvc"
21230version = "0.48.5"
21231source = "registry+https://github.com/rust-lang/crates.io-index"
21232checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21233
21234[[package]]
21235name = "windows_i686_msvc"
21236version = "0.52.6"
21237source = "registry+https://github.com/rust-lang/crates.io-index"
21238checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21239
21240[[package]]
21241name = "windows_i686_msvc"
21242version = "0.53.1"
21243source = "registry+https://github.com/rust-lang/crates.io-index"
21244checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21245
21246[[package]]
21247name = "windows_x86_64_gnu"
21248version = "0.42.2"
21249source = "registry+https://github.com/rust-lang/crates.io-index"
21250checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21251
21252[[package]]
21253name = "windows_x86_64_gnu"
21254version = "0.48.5"
21255source = "registry+https://github.com/rust-lang/crates.io-index"
21256checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21257
21258[[package]]
21259name = "windows_x86_64_gnu"
21260version = "0.52.6"
21261source = "registry+https://github.com/rust-lang/crates.io-index"
21262checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21263
21264[[package]]
21265name = "windows_x86_64_gnu"
21266version = "0.53.1"
21267source = "registry+https://github.com/rust-lang/crates.io-index"
21268checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21269
21270[[package]]
21271name = "windows_x86_64_gnullvm"
21272version = "0.42.2"
21273source = "registry+https://github.com/rust-lang/crates.io-index"
21274checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21275
21276[[package]]
21277name = "windows_x86_64_gnullvm"
21278version = "0.48.5"
21279source = "registry+https://github.com/rust-lang/crates.io-index"
21280checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21281
21282[[package]]
21283name = "windows_x86_64_gnullvm"
21284version = "0.52.6"
21285source = "registry+https://github.com/rust-lang/crates.io-index"
21286checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21287
21288[[package]]
21289name = "windows_x86_64_gnullvm"
21290version = "0.53.1"
21291source = "registry+https://github.com/rust-lang/crates.io-index"
21292checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21293
21294[[package]]
21295name = "windows_x86_64_msvc"
21296version = "0.42.2"
21297source = "registry+https://github.com/rust-lang/crates.io-index"
21298checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21299
21300[[package]]
21301name = "windows_x86_64_msvc"
21302version = "0.48.5"
21303source = "registry+https://github.com/rust-lang/crates.io-index"
21304checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21305
21306[[package]]
21307name = "windows_x86_64_msvc"
21308version = "0.52.6"
21309source = "registry+https://github.com/rust-lang/crates.io-index"
21310checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21311
21312[[package]]
21313name = "windows_x86_64_msvc"
21314version = "0.53.1"
21315source = "registry+https://github.com/rust-lang/crates.io-index"
21316checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21317
21318[[package]]
21319name = "winnow"
21320version = "0.7.13"
21321source = "registry+https://github.com/rust-lang/crates.io-index"
21322checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21323dependencies = [
21324 "memchr",
21325]
21326
21327[[package]]
21328name = "winreg"
21329version = "0.10.1"
21330source = "registry+https://github.com/rust-lang/crates.io-index"
21331checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21332dependencies = [
21333 "winapi",
21334]
21335
21336[[package]]
21337name = "winreg"
21338version = "0.50.0"
21339source = "registry+https://github.com/rust-lang/crates.io-index"
21340checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21341dependencies = [
21342 "cfg-if",
21343 "windows-sys 0.48.0",
21344]
21345
21346[[package]]
21347name = "winreg"
21348version = "0.55.0"
21349source = "registry+https://github.com/rust-lang/crates.io-index"
21350checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21351dependencies = [
21352 "cfg-if",
21353 "windows-sys 0.59.0",
21354]
21355
21356[[package]]
21357name = "winresource"
21358version = "0.1.23"
21359source = "registry+https://github.com/rust-lang/crates.io-index"
21360checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21361dependencies = [
21362 "toml 0.8.23",
21363 "version_check",
21364]
21365
21366[[package]]
21367name = "winsafe"
21368version = "0.0.19"
21369source = "registry+https://github.com/rust-lang/crates.io-index"
21370checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21371
21372[[package]]
21373name = "winx"
21374version = "0.36.4"
21375source = "registry+https://github.com/rust-lang/crates.io-index"
21376checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21377dependencies = [
21378 "bitflags 2.10.0",
21379 "windows-sys 0.59.0",
21380]
21381
21382[[package]]
21383name = "wio"
21384version = "0.2.2"
21385source = "registry+https://github.com/rust-lang/crates.io-index"
21386checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21387dependencies = [
21388 "winapi",
21389]
21390
21391[[package]]
21392name = "wit-bindgen"
21393version = "0.22.0"
21394source = "registry+https://github.com/rust-lang/crates.io-index"
21395checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21396dependencies = [
21397 "bitflags 2.10.0",
21398 "wit-bindgen-rt 0.22.0",
21399 "wit-bindgen-rust-macro 0.22.0",
21400]
21401
21402[[package]]
21403name = "wit-bindgen"
21404version = "0.41.0"
21405source = "registry+https://github.com/rust-lang/crates.io-index"
21406checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21407dependencies = [
21408 "wit-bindgen-rt 0.41.0",
21409 "wit-bindgen-rust-macro 0.41.0",
21410]
21411
21412[[package]]
21413name = "wit-bindgen"
21414version = "0.46.0"
21415source = "registry+https://github.com/rust-lang/crates.io-index"
21416checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21417
21418[[package]]
21419name = "wit-bindgen"
21420version = "0.51.0"
21421source = "registry+https://github.com/rust-lang/crates.io-index"
21422checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21423dependencies = [
21424 "wit-bindgen-rust-macro 0.51.0",
21425]
21426
21427[[package]]
21428name = "wit-bindgen-core"
21429version = "0.22.0"
21430source = "registry+https://github.com/rust-lang/crates.io-index"
21431checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21432dependencies = [
21433 "anyhow",
21434 "wit-parser 0.201.0",
21435]
21436
21437[[package]]
21438name = "wit-bindgen-core"
21439version = "0.41.0"
21440source = "registry+https://github.com/rust-lang/crates.io-index"
21441checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21442dependencies = [
21443 "anyhow",
21444 "heck 0.5.0",
21445 "wit-parser 0.227.1",
21446]
21447
21448[[package]]
21449name = "wit-bindgen-core"
21450version = "0.51.0"
21451source = "registry+https://github.com/rust-lang/crates.io-index"
21452checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21453dependencies = [
21454 "anyhow",
21455 "heck 0.5.0",
21456 "wit-parser 0.244.0",
21457]
21458
21459[[package]]
21460name = "wit-bindgen-rt"
21461version = "0.22.0"
21462source = "registry+https://github.com/rust-lang/crates.io-index"
21463checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21464
21465[[package]]
21466name = "wit-bindgen-rt"
21467version = "0.41.0"
21468source = "registry+https://github.com/rust-lang/crates.io-index"
21469checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21470dependencies = [
21471 "bitflags 2.10.0",
21472 "futures 0.3.32",
21473 "once_cell",
21474]
21475
21476[[package]]
21477name = "wit-bindgen-rust"
21478version = "0.22.0"
21479source = "registry+https://github.com/rust-lang/crates.io-index"
21480checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21481dependencies = [
21482 "anyhow",
21483 "heck 0.4.1",
21484 "indexmap",
21485 "wasm-metadata 0.201.0",
21486 "wit-bindgen-core 0.22.0",
21487 "wit-component 0.201.0",
21488]
21489
21490[[package]]
21491name = "wit-bindgen-rust"
21492version = "0.41.0"
21493source = "registry+https://github.com/rust-lang/crates.io-index"
21494checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21495dependencies = [
21496 "anyhow",
21497 "heck 0.5.0",
21498 "indexmap",
21499 "prettyplease",
21500 "syn 2.0.117",
21501 "wasm-metadata 0.227.1",
21502 "wit-bindgen-core 0.41.0",
21503 "wit-component 0.227.1",
21504]
21505
21506[[package]]
21507name = "wit-bindgen-rust"
21508version = "0.51.0"
21509source = "registry+https://github.com/rust-lang/crates.io-index"
21510checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21511dependencies = [
21512 "anyhow",
21513 "heck 0.5.0",
21514 "indexmap",
21515 "prettyplease",
21516 "syn 2.0.117",
21517 "wasm-metadata 0.244.0",
21518 "wit-bindgen-core 0.51.0",
21519 "wit-component 0.244.0",
21520]
21521
21522[[package]]
21523name = "wit-bindgen-rust-macro"
21524version = "0.22.0"
21525source = "registry+https://github.com/rust-lang/crates.io-index"
21526checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21527dependencies = [
21528 "anyhow",
21529 "proc-macro2",
21530 "quote",
21531 "syn 2.0.117",
21532 "wit-bindgen-core 0.22.0",
21533 "wit-bindgen-rust 0.22.0",
21534]
21535
21536[[package]]
21537name = "wit-bindgen-rust-macro"
21538version = "0.41.0"
21539source = "registry+https://github.com/rust-lang/crates.io-index"
21540checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21541dependencies = [
21542 "anyhow",
21543 "prettyplease",
21544 "proc-macro2",
21545 "quote",
21546 "syn 2.0.117",
21547 "wit-bindgen-core 0.41.0",
21548 "wit-bindgen-rust 0.41.0",
21549]
21550
21551[[package]]
21552name = "wit-bindgen-rust-macro"
21553version = "0.51.0"
21554source = "registry+https://github.com/rust-lang/crates.io-index"
21555checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21556dependencies = [
21557 "anyhow",
21558 "prettyplease",
21559 "proc-macro2",
21560 "quote",
21561 "syn 2.0.117",
21562 "wit-bindgen-core 0.51.0",
21563 "wit-bindgen-rust 0.51.0",
21564]
21565
21566[[package]]
21567name = "wit-component"
21568version = "0.201.0"
21569source = "registry+https://github.com/rust-lang/crates.io-index"
21570checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21571dependencies = [
21572 "anyhow",
21573 "bitflags 2.10.0",
21574 "indexmap",
21575 "log",
21576 "serde",
21577 "serde_derive",
21578 "serde_json",
21579 "wasm-encoder 0.201.0",
21580 "wasm-metadata 0.201.0",
21581 "wasmparser 0.201.0",
21582 "wit-parser 0.201.0",
21583]
21584
21585[[package]]
21586name = "wit-component"
21587version = "0.227.1"
21588source = "registry+https://github.com/rust-lang/crates.io-index"
21589checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21590dependencies = [
21591 "anyhow",
21592 "bitflags 2.10.0",
21593 "indexmap",
21594 "log",
21595 "serde",
21596 "serde_derive",
21597 "serde_json",
21598 "wasm-encoder 0.227.1",
21599 "wasm-metadata 0.227.1",
21600 "wasmparser 0.227.1",
21601 "wit-parser 0.227.1",
21602]
21603
21604[[package]]
21605name = "wit-component"
21606version = "0.244.0"
21607source = "registry+https://github.com/rust-lang/crates.io-index"
21608checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21609dependencies = [
21610 "anyhow",
21611 "bitflags 2.10.0",
21612 "indexmap",
21613 "log",
21614 "serde",
21615 "serde_derive",
21616 "serde_json",
21617 "wasm-encoder 0.244.0",
21618 "wasm-metadata 0.244.0",
21619 "wasmparser 0.244.0",
21620 "wit-parser 0.244.0",
21621]
21622
21623[[package]]
21624name = "wit-parser"
21625version = "0.201.0"
21626source = "registry+https://github.com/rust-lang/crates.io-index"
21627checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21628dependencies = [
21629 "anyhow",
21630 "id-arena",
21631 "indexmap",
21632 "log",
21633 "semver",
21634 "serde",
21635 "serde_derive",
21636 "serde_json",
21637 "unicode-xid",
21638 "wasmparser 0.201.0",
21639]
21640
21641[[package]]
21642name = "wit-parser"
21643version = "0.227.1"
21644source = "registry+https://github.com/rust-lang/crates.io-index"
21645checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21646dependencies = [
21647 "anyhow",
21648 "id-arena",
21649 "indexmap",
21650 "log",
21651 "semver",
21652 "serde",
21653 "serde_derive",
21654 "serde_json",
21655 "unicode-xid",
21656 "wasmparser 0.227.1",
21657]
21658
21659[[package]]
21660name = "wit-parser"
21661version = "0.236.1"
21662source = "registry+https://github.com/rust-lang/crates.io-index"
21663checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21664dependencies = [
21665 "anyhow",
21666 "id-arena",
21667 "indexmap",
21668 "log",
21669 "semver",
21670 "serde",
21671 "serde_derive",
21672 "serde_json",
21673 "unicode-xid",
21674 "wasmparser 0.236.1",
21675]
21676
21677[[package]]
21678name = "wit-parser"
21679version = "0.244.0"
21680source = "registry+https://github.com/rust-lang/crates.io-index"
21681checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21682dependencies = [
21683 "anyhow",
21684 "id-arena",
21685 "indexmap",
21686 "log",
21687 "semver",
21688 "serde",
21689 "serde_derive",
21690 "serde_json",
21691 "unicode-xid",
21692 "wasmparser 0.244.0",
21693]
21694
21695[[package]]
21696name = "witx"
21697version = "0.9.1"
21698source = "registry+https://github.com/rust-lang/crates.io-index"
21699checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21700dependencies = [
21701 "anyhow",
21702 "log",
21703 "thiserror 1.0.69",
21704 "wast",
21705]
21706
21707[[package]]
21708name = "workspace"
21709version = "0.1.0"
21710dependencies = [
21711 "agent_settings",
21712 "any_vec",
21713 "anyhow",
21714 "async-recursion",
21715 "chrono",
21716 "client",
21717 "clock",
21718 "collections",
21719 "component",
21720 "db",
21721 "feature_flags",
21722 "fs",
21723 "futures 0.3.32",
21724 "git",
21725 "gpui",
21726 "http_client",
21727 "itertools 0.14.0",
21728 "language",
21729 "log",
21730 "markdown",
21731 "menu",
21732 "node_runtime",
21733 "parking_lot",
21734 "postage",
21735 "pretty_assertions",
21736 "project",
21737 "remote",
21738 "schemars",
21739 "serde",
21740 "serde_json",
21741 "session",
21742 "settings",
21743 "smallvec",
21744 "sqlez",
21745 "strum 0.27.2",
21746 "task",
21747 "telemetry",
21748 "tempfile",
21749 "theme",
21750 "theme_settings",
21751 "ui",
21752 "util",
21753 "uuid",
21754 "vim_mode_setting",
21755 "windows 0.61.3",
21756 "zed_actions",
21757 "zlog",
21758]
21759
21760[[package]]
21761name = "worktree"
21762version = "0.1.0"
21763dependencies = [
21764 "anyhow",
21765 "async-lock 2.8.0",
21766 "chardetng",
21767 "clock",
21768 "collections",
21769 "encoding_rs",
21770 "fs",
21771 "futures 0.3.32",
21772 "fuzzy",
21773 "git",
21774 "gpui",
21775 "ignore",
21776 "language",
21777 "log",
21778 "parking_lot",
21779 "paths",
21780 "postage",
21781 "pretty_assertions",
21782 "rand 0.9.2",
21783 "rpc",
21784 "serde",
21785 "serde_json",
21786 "settings",
21787 "smallvec",
21788 "smol",
21789 "sum_tree",
21790 "text",
21791 "tracing",
21792 "util",
21793 "worktree",
21794 "zlog",
21795 "ztracing",
21796]
21797
21798[[package]]
21799name = "worktree_benchmarks"
21800version = "0.1.0"
21801dependencies = [
21802 "fs",
21803 "gpui_platform",
21804 "settings",
21805 "worktree",
21806]
21807
21808[[package]]
21809name = "wprcontrol"
21810version = "0.1.0"
21811source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21812dependencies = [
21813 "windows 0.61.3",
21814 "windows-bindgen",
21815 "windows-core 0.61.2",
21816 "windows-link 0.2.1",
21817]
21818
21819[[package]]
21820name = "writeable"
21821version = "0.6.1"
21822source = "registry+https://github.com/rust-lang/crates.io-index"
21823checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21824
21825[[package]]
21826name = "wyz"
21827version = "0.5.1"
21828source = "registry+https://github.com/rust-lang/crates.io-index"
21829checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21830dependencies = [
21831 "tap",
21832]
21833
21834[[package]]
21835name = "x11"
21836version = "2.21.0"
21837source = "registry+https://github.com/rust-lang/crates.io-index"
21838checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21839dependencies = [
21840 "libc",
21841 "pkg-config",
21842]
21843
21844[[package]]
21845name = "x11-clipboard"
21846version = "0.9.3"
21847source = "registry+https://github.com/rust-lang/crates.io-index"
21848checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21849dependencies = [
21850 "libc",
21851 "x11rb",
21852]
21853
21854[[package]]
21855name = "x11rb"
21856version = "0.13.2"
21857source = "registry+https://github.com/rust-lang/crates.io-index"
21858checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21859dependencies = [
21860 "as-raw-xcb-connection",
21861 "gethostname",
21862 "libc",
21863 "rustix 1.1.2",
21864 "x11rb-protocol",
21865 "xcursor",
21866]
21867
21868[[package]]
21869name = "x11rb-protocol"
21870version = "0.13.2"
21871source = "registry+https://github.com/rust-lang/crates.io-index"
21872checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21873
21874[[package]]
21875name = "x_ai"
21876version = "0.1.0"
21877dependencies = [
21878 "anyhow",
21879 "language_model_core",
21880 "schemars",
21881 "serde",
21882 "strum 0.27.2",
21883 "tiktoken-rs",
21884]
21885
21886[[package]]
21887name = "xattr"
21888version = "0.2.3"
21889source = "registry+https://github.com/rust-lang/crates.io-index"
21890checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21891dependencies = [
21892 "libc",
21893]
21894
21895[[package]]
21896name = "xcb"
21897version = "1.6.0"
21898source = "registry+https://github.com/rust-lang/crates.io-index"
21899checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21900dependencies = [
21901 "bitflags 1.3.2",
21902 "libc",
21903 "quick-xml 0.30.0",
21904 "x11",
21905]
21906
21907[[package]]
21908name = "xcursor"
21909version = "0.3.10"
21910source = "registry+https://github.com/rust-lang/crates.io-index"
21911checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21912
21913[[package]]
21914name = "xim-ctext"
21915version = "0.3.0"
21916source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21917dependencies = [
21918 "encoding_rs",
21919]
21920
21921[[package]]
21922name = "xim-parser"
21923version = "0.2.1"
21924source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21925dependencies = [
21926 "bitflags 2.10.0",
21927]
21928
21929[[package]]
21930name = "xkbcommon"
21931version = "0.8.0"
21932source = "registry+https://github.com/rust-lang/crates.io-index"
21933checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21934dependencies = [
21935 "as-raw-xcb-connection",
21936 "libc",
21937 "memmap2",
21938 "xkeysym",
21939]
21940
21941[[package]]
21942name = "xkeysym"
21943version = "0.2.1"
21944source = "registry+https://github.com/rust-lang/crates.io-index"
21945checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21946
21947[[package]]
21948name = "xml-rs"
21949version = "0.8.28"
21950source = "registry+https://github.com/rust-lang/crates.io-index"
21951checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21952
21953[[package]]
21954name = "xml5ever"
21955version = "0.18.1"
21956source = "registry+https://github.com/rust-lang/crates.io-index"
21957checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21958dependencies = [
21959 "log",
21960 "mac",
21961 "markup5ever 0.12.1",
21962]
21963
21964[[package]]
21965name = "xmlparser"
21966version = "0.13.6"
21967source = "registry+https://github.com/rust-lang/crates.io-index"
21968checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21969
21970[[package]]
21971name = "xmlwriter"
21972version = "0.1.0"
21973source = "registry+https://github.com/rust-lang/crates.io-index"
21974checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21975
21976[[package]]
21977name = "xtask"
21978version = "0.1.0"
21979dependencies = [
21980 "annotate-snippets",
21981 "anyhow",
21982 "backtrace",
21983 "cargo_metadata 0.19.2",
21984 "cargo_toml",
21985 "clap",
21986 "compliance",
21987 "gh-workflow",
21988 "indexmap",
21989 "indoc",
21990 "itertools 0.14.0",
21991 "regex",
21992 "serde",
21993 "serde_json",
21994 "serde_yaml",
21995 "strum 0.27.2",
21996 "tokio",
21997 "toml 0.8.23",
21998 "toml_edit 0.22.27",
21999]
22000
22001[[package]]
22002name = "yaml-rust2"
22003version = "0.8.1"
22004source = "registry+https://github.com/rust-lang/crates.io-index"
22005checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22006dependencies = [
22007 "arraydeque",
22008 "encoding_rs",
22009 "hashlink 0.8.4",
22010]
22011
22012[[package]]
22013name = "yansi"
22014version = "1.0.1"
22015source = "registry+https://github.com/rust-lang/crates.io-index"
22016checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22017
22018[[package]]
22019name = "yawc"
22020version = "0.2.5"
22021source = "registry+https://github.com/rust-lang/crates.io-index"
22022checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22023dependencies = [
22024 "base64 0.22.1",
22025 "bytes 1.11.1",
22026 "flate2",
22027 "futures 0.3.32",
22028 "http-body-util",
22029 "hyper 1.7.0",
22030 "hyper-util",
22031 "js-sys",
22032 "nom 8.0.0",
22033 "pin-project",
22034 "rand 0.8.5",
22035 "sha1",
22036 "thiserror 1.0.69",
22037 "tokio",
22038 "tokio-rustls 0.26.2",
22039 "tokio-util",
22040 "url",
22041 "wasm-bindgen",
22042 "wasm-bindgen-futures",
22043 "web-sys",
22044 "webpki-roots",
22045]
22046
22047[[package]]
22048name = "yazi"
22049version = "0.2.1"
22050source = "registry+https://github.com/rust-lang/crates.io-index"
22051checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22052
22053[[package]]
22054name = "yeslogic-fontconfig-sys"
22055version = "6.0.0"
22056source = "registry+https://github.com/rust-lang/crates.io-index"
22057checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22058dependencies = [
22059 "dlib",
22060 "once_cell",
22061 "pkg-config",
22062]
22063
22064[[package]]
22065name = "yoke"
22066version = "0.7.5"
22067source = "registry+https://github.com/rust-lang/crates.io-index"
22068checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22069dependencies = [
22070 "serde",
22071 "stable_deref_trait",
22072 "yoke-derive 0.7.5",
22073 "zerofrom",
22074]
22075
22076[[package]]
22077name = "yoke"
22078version = "0.8.0"
22079source = "registry+https://github.com/rust-lang/crates.io-index"
22080checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22081dependencies = [
22082 "serde",
22083 "stable_deref_trait",
22084 "yoke-derive 0.8.0",
22085 "zerofrom",
22086]
22087
22088[[package]]
22089name = "yoke-derive"
22090version = "0.7.5"
22091source = "registry+https://github.com/rust-lang/crates.io-index"
22092checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22093dependencies = [
22094 "proc-macro2",
22095 "quote",
22096 "syn 2.0.117",
22097 "synstructure",
22098]
22099
22100[[package]]
22101name = "yoke-derive"
22102version = "0.8.0"
22103source = "registry+https://github.com/rust-lang/crates.io-index"
22104checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22105dependencies = [
22106 "proc-macro2",
22107 "quote",
22108 "syn 2.0.117",
22109 "synstructure",
22110]
22111
22112[[package]]
22113name = "zbus"
22114version = "5.13.2"
22115source = "registry+https://github.com/rust-lang/crates.io-index"
22116checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22117dependencies = [
22118 "async-broadcast",
22119 "async-executor",
22120 "async-io",
22121 "async-lock 3.4.2",
22122 "async-process",
22123 "async-recursion",
22124 "async-task",
22125 "async-trait",
22126 "blocking",
22127 "enumflags2",
22128 "event-listener 5.4.1",
22129 "futures-core",
22130 "futures-lite 2.6.1",
22131 "hex",
22132 "libc",
22133 "ordered-stream",
22134 "rustix 1.1.2",
22135 "serde",
22136 "serde_repr",
22137 "tracing",
22138 "uds_windows",
22139 "uuid",
22140 "windows-sys 0.61.2",
22141 "winnow",
22142 "zbus_macros",
22143 "zbus_names",
22144 "zvariant",
22145]
22146
22147[[package]]
22148name = "zbus_macros"
22149version = "5.13.2"
22150source = "registry+https://github.com/rust-lang/crates.io-index"
22151checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22152dependencies = [
22153 "proc-macro-crate",
22154 "proc-macro2",
22155 "quote",
22156 "syn 2.0.117",
22157 "zbus_names",
22158 "zvariant",
22159 "zvariant_utils",
22160]
22161
22162[[package]]
22163name = "zbus_names"
22164version = "4.3.1"
22165source = "registry+https://github.com/rust-lang/crates.io-index"
22166checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22167dependencies = [
22168 "serde",
22169 "winnow",
22170 "zvariant",
22171]
22172
22173[[package]]
22174name = "zed"
22175version = "0.233.0"
22176dependencies = [
22177 "acp_thread",
22178 "acp_tools",
22179 "action_log",
22180 "activity_indicator",
22181 "agent",
22182 "agent-client-protocol",
22183 "agent_servers",
22184 "agent_settings",
22185 "agent_ui",
22186 "anyhow",
22187 "ashpd",
22188 "askpass",
22189 "assets",
22190 "audio",
22191 "auto_update",
22192 "auto_update_ui",
22193 "breadcrumbs",
22194 "call",
22195 "channel",
22196 "chrono",
22197 "clap",
22198 "cli",
22199 "client",
22200 "clock",
22201 "codestral",
22202 "collab_ui",
22203 "collections",
22204 "command_palette",
22205 "component",
22206 "component_preview",
22207 "copilot",
22208 "copilot_chat",
22209 "copilot_ui",
22210 "crashes",
22211 "csv_preview",
22212 "dap_adapters",
22213 "db",
22214 "debug_adapter_extension",
22215 "debugger_tools",
22216 "debugger_ui",
22217 "dev_container",
22218 "diagnostics",
22219 "edit_prediction",
22220 "edit_prediction_ui",
22221 "editor",
22222 "encoding_selector",
22223 "env_logger 0.11.8",
22224 "etw_tracing",
22225 "extension",
22226 "extension_host",
22227 "extensions_ui",
22228 "feature_flags",
22229 "feedback",
22230 "file_finder",
22231 "fs",
22232 "futures 0.3.32",
22233 "git",
22234 "git_graph",
22235 "git_hosting_providers",
22236 "git_ui",
22237 "go_to_line",
22238 "gpui",
22239 "gpui_platform",
22240 "gpui_tokio",
22241 "http_client",
22242 "image",
22243 "image_viewer",
22244 "inspector_ui",
22245 "install_cli",
22246 "itertools 0.14.0",
22247 "journal",
22248 "json_schema_store",
22249 "keymap_editor",
22250 "language",
22251 "language_extension",
22252 "language_model",
22253 "language_models",
22254 "language_onboarding",
22255 "language_selector",
22256 "language_tools",
22257 "languages",
22258 "line_ending_selector",
22259 "log",
22260 "markdown",
22261 "markdown_preview",
22262 "menu",
22263 "migrator",
22264 "mimalloc",
22265 "miniprofiler_ui",
22266 "nc",
22267 "node_runtime",
22268 "notifications",
22269 "onboarding",
22270 "outline",
22271 "outline_panel",
22272 "parking_lot",
22273 "paths",
22274 "picker",
22275 "pkg-config",
22276 "pretty_assertions",
22277 "profiling",
22278 "project",
22279 "project_panel",
22280 "project_symbols",
22281 "prompt_store",
22282 "proto",
22283 "rayon",
22284 "recent_projects",
22285 "release_channel",
22286 "remote",
22287 "repl",
22288 "reqwest_client",
22289 "rope",
22290 "search",
22291 "semver",
22292 "serde",
22293 "serde_json",
22294 "session",
22295 "settings",
22296 "settings_profile_selector",
22297 "settings_ui",
22298 "shellexpand 2.1.2",
22299 "sidebar",
22300 "smol",
22301 "snippet_provider",
22302 "snippets_ui",
22303 "svg_preview",
22304 "sysinfo 0.37.2",
22305 "system_specs",
22306 "tab_switcher",
22307 "task",
22308 "tasks_ui",
22309 "telemetry",
22310 "telemetry_events",
22311 "tempfile",
22312 "terminal_view",
22313 "theme",
22314 "theme_extension",
22315 "theme_selector",
22316 "theme_settings",
22317 "time",
22318 "time_format",
22319 "title_bar",
22320 "toolchain_selector",
22321 "tracing",
22322 "ui",
22323 "ui_prompt",
22324 "url",
22325 "urlencoding",
22326 "util",
22327 "uuid",
22328 "vim",
22329 "vim_mode_setting",
22330 "watch",
22331 "web_search",
22332 "web_search_providers",
22333 "which_key",
22334 "windows 0.61.3",
22335 "winresource",
22336 "workspace",
22337 "zed-reqwest",
22338 "zed_actions",
22339 "zed_env_vars",
22340 "zlog",
22341 "zlog_settings",
22342 "ztracing",
22343]
22344
22345[[package]]
22346name = "zed-font-kit"
22347version = "0.14.1-zed"
22348source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22349dependencies = [
22350 "bitflags 2.10.0",
22351 "byteorder",
22352 "core-foundation 0.10.0",
22353 "core-graphics 0.24.0",
22354 "core-text",
22355 "dirs 5.0.1",
22356 "dwrote",
22357 "float-ord",
22358 "freetype-sys",
22359 "lazy_static",
22360 "libc",
22361 "log",
22362 "pathfinder_geometry",
22363 "pathfinder_simd",
22364 "walkdir",
22365 "winapi",
22366 "yeslogic-fontconfig-sys",
22367]
22368
22369[[package]]
22370name = "zed-reqwest"
22371version = "0.12.15-zed"
22372source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22373dependencies = [
22374 "base64 0.22.1",
22375 "bytes 1.11.1",
22376 "encoding_rs",
22377 "futures-core",
22378 "futures-util",
22379 "h2 0.4.12",
22380 "http 1.3.1",
22381 "http-body 1.0.1",
22382 "http-body-util",
22383 "hyper 1.7.0",
22384 "hyper-rustls 0.27.7",
22385 "hyper-util",
22386 "ipnet",
22387 "js-sys",
22388 "log",
22389 "mime",
22390 "mime_guess",
22391 "once_cell",
22392 "percent-encoding",
22393 "pin-project-lite",
22394 "quinn",
22395 "rustls 0.23.33",
22396 "rustls-native-certs 0.8.2",
22397 "rustls-pemfile 2.2.0",
22398 "rustls-pki-types",
22399 "serde",
22400 "serde_json",
22401 "serde_urlencoded",
22402 "sync_wrapper 1.0.2",
22403 "system-configuration 0.6.1",
22404 "tokio",
22405 "tokio-rustls 0.26.2",
22406 "tokio-socks",
22407 "tokio-util",
22408 "tower 0.5.2",
22409 "tower-service",
22410 "url",
22411 "wasm-bindgen",
22412 "wasm-bindgen-futures",
22413 "wasm-streams",
22414 "web-sys",
22415 "windows-registry 0.4.0",
22416]
22417
22418[[package]]
22419name = "zed-scap"
22420version = "0.0.8-zed"
22421source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22422dependencies = [
22423 "anyhow",
22424 "cocoa 0.25.0",
22425 "core-graphics-helmer-fork",
22426 "log",
22427 "objc",
22428 "rand 0.8.5",
22429 "screencapturekit",
22430 "screencapturekit-sys",
22431 "sysinfo 0.31.4",
22432 "tao-core-video-sys",
22433 "windows 0.61.3",
22434 "windows-capture",
22435 "x11",
22436 "xcb",
22437]
22438
22439[[package]]
22440name = "zed-xim"
22441version = "0.4.0-zed"
22442source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22443dependencies = [
22444 "ahash 0.8.12",
22445 "hashbrown 0.14.5",
22446 "log",
22447 "x11rb",
22448 "xim-ctext",
22449 "xim-parser",
22450]
22451
22452[[package]]
22453name = "zed_actions"
22454version = "0.1.0"
22455dependencies = [
22456 "gpui",
22457 "schemars",
22458 "serde",
22459 "util",
22460 "uuid",
22461]
22462
22463[[package]]
22464name = "zed_credentials_provider"
22465version = "0.1.0"
22466dependencies = [
22467 "anyhow",
22468 "credentials_provider",
22469 "futures 0.3.32",
22470 "gpui",
22471 "paths",
22472 "release_channel",
22473 "serde",
22474 "serde_json",
22475]
22476
22477[[package]]
22478name = "zed_env_vars"
22479version = "0.1.0"
22480dependencies = [
22481 "env_var",
22482]
22483
22484[[package]]
22485name = "zed_extension_api"
22486version = "0.1.0"
22487source = "registry+https://github.com/rust-lang/crates.io-index"
22488checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22489dependencies = [
22490 "serde",
22491 "serde_json",
22492 "wit-bindgen 0.22.0",
22493]
22494
22495[[package]]
22496name = "zed_extension_api"
22497version = "0.7.0"
22498source = "registry+https://github.com/rust-lang/crates.io-index"
22499checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22500dependencies = [
22501 "serde",
22502 "serde_json",
22503 "wit-bindgen 0.41.0",
22504]
22505
22506[[package]]
22507name = "zed_extension_api"
22508version = "0.8.0"
22509dependencies = [
22510 "serde",
22511 "serde_json",
22512 "wit-bindgen 0.41.0",
22513]
22514
22515[[package]]
22516name = "zed_glsl"
22517version = "0.2.3"
22518dependencies = [
22519 "zed_extension_api 0.1.0",
22520]
22521
22522[[package]]
22523name = "zed_html"
22524version = "0.3.1"
22525dependencies = [
22526 "zed_extension_api 0.7.0",
22527]
22528
22529[[package]]
22530name = "zed_proto"
22531version = "0.3.2"
22532dependencies = [
22533 "zed_extension_api 0.7.0",
22534]
22535
22536[[package]]
22537name = "zed_test_extension"
22538version = "0.1.0"
22539dependencies = [
22540 "zed_extension_api 0.8.0",
22541]
22542
22543[[package]]
22544name = "zeno"
22545version = "0.3.3"
22546source = "registry+https://github.com/rust-lang/crates.io-index"
22547checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22548
22549[[package]]
22550name = "zerocopy"
22551version = "0.8.27"
22552source = "registry+https://github.com/rust-lang/crates.io-index"
22553checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22554dependencies = [
22555 "zerocopy-derive",
22556]
22557
22558[[package]]
22559name = "zerocopy-derive"
22560version = "0.8.27"
22561source = "registry+https://github.com/rust-lang/crates.io-index"
22562checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22563dependencies = [
22564 "proc-macro2",
22565 "quote",
22566 "syn 2.0.117",
22567]
22568
22569[[package]]
22570name = "zerofrom"
22571version = "0.1.6"
22572source = "registry+https://github.com/rust-lang/crates.io-index"
22573checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22574dependencies = [
22575 "zerofrom-derive",
22576]
22577
22578[[package]]
22579name = "zerofrom-derive"
22580version = "0.1.6"
22581source = "registry+https://github.com/rust-lang/crates.io-index"
22582checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22583dependencies = [
22584 "proc-macro2",
22585 "quote",
22586 "syn 2.0.117",
22587 "synstructure",
22588]
22589
22590[[package]]
22591name = "zeroize"
22592version = "1.8.2"
22593source = "registry+https://github.com/rust-lang/crates.io-index"
22594checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22595dependencies = [
22596 "zeroize_derive",
22597]
22598
22599[[package]]
22600name = "zeroize_derive"
22601version = "1.4.2"
22602source = "registry+https://github.com/rust-lang/crates.io-index"
22603checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22604dependencies = [
22605 "proc-macro2",
22606 "quote",
22607 "syn 2.0.117",
22608]
22609
22610[[package]]
22611name = "zeromq"
22612version = "0.5.0"
22613source = "registry+https://github.com/rust-lang/crates.io-index"
22614checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22615dependencies = [
22616 "async-dispatcher",
22617 "async-std",
22618 "async-trait",
22619 "asynchronous-codec",
22620 "bytes 1.11.1",
22621 "crossbeam-queue",
22622 "futures 0.3.32",
22623 "log",
22624 "num-traits",
22625 "once_cell",
22626 "parking_lot",
22627 "rand 0.9.2",
22628 "regex",
22629 "scc",
22630 "thiserror 1.0.69",
22631 "uuid",
22632]
22633
22634[[package]]
22635name = "zerotrie"
22636version = "0.2.2"
22637source = "registry+https://github.com/rust-lang/crates.io-index"
22638checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22639dependencies = [
22640 "displaydoc",
22641 "yoke 0.8.0",
22642 "zerofrom",
22643]
22644
22645[[package]]
22646name = "zerovec"
22647version = "0.11.4"
22648source = "registry+https://github.com/rust-lang/crates.io-index"
22649checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22650dependencies = [
22651 "yoke 0.8.0",
22652 "zerofrom",
22653 "zerovec-derive",
22654]
22655
22656[[package]]
22657name = "zerovec-derive"
22658version = "0.11.1"
22659source = "registry+https://github.com/rust-lang/crates.io-index"
22660checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22661dependencies = [
22662 "proc-macro2",
22663 "quote",
22664 "syn 2.0.117",
22665]
22666
22667[[package]]
22668name = "zeta_prompt"
22669version = "0.1.0"
22670dependencies = [
22671 "anyhow",
22672 "imara-diff",
22673 "indoc",
22674 "serde",
22675 "strum 0.27.2",
22676]
22677
22678[[package]]
22679name = "zip"
22680version = "0.6.6"
22681source = "registry+https://github.com/rust-lang/crates.io-index"
22682checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22683dependencies = [
22684 "aes",
22685 "byteorder",
22686 "bzip2 0.4.4",
22687 "constant_time_eq",
22688 "crc32fast",
22689 "crossbeam-utils",
22690 "flate2",
22691 "hmac",
22692 "pbkdf2 0.11.0",
22693 "sha1",
22694 "time",
22695 "zstd",
22696]
22697
22698[[package]]
22699name = "zip"
22700version = "1.1.4"
22701source = "registry+https://github.com/rust-lang/crates.io-index"
22702checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22703dependencies = [
22704 "arbitrary",
22705 "crc32fast",
22706 "crossbeam-utils",
22707 "displaydoc",
22708 "indexmap",
22709 "num_enum",
22710 "thiserror 1.0.69",
22711]
22712
22713[[package]]
22714name = "zlog"
22715version = "0.1.0"
22716dependencies = [
22717 "anyhow",
22718 "chrono",
22719 "collections",
22720 "log",
22721 "tempfile",
22722]
22723
22724[[package]]
22725name = "zlog_settings"
22726version = "0.1.0"
22727dependencies = [
22728 "collections",
22729 "gpui",
22730 "settings",
22731 "zlog",
22732]
22733
22734[[package]]
22735name = "zstd"
22736version = "0.11.2+zstd.1.5.2"
22737source = "registry+https://github.com/rust-lang/crates.io-index"
22738checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22739dependencies = [
22740 "zstd-safe",
22741]
22742
22743[[package]]
22744name = "zstd-safe"
22745version = "5.0.2+zstd.1.5.2"
22746source = "registry+https://github.com/rust-lang/crates.io-index"
22747checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22748dependencies = [
22749 "libc",
22750 "zstd-sys",
22751]
22752
22753[[package]]
22754name = "zstd-sys"
22755version = "2.0.16+zstd.1.5.7"
22756source = "registry+https://github.com/rust-lang/crates.io-index"
22757checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22758dependencies = [
22759 "cc",
22760 "pkg-config",
22761]
22762
22763[[package]]
22764name = "ztracing"
22765version = "0.1.0"
22766dependencies = [
22767 "tracing",
22768 "tracing-subscriber",
22769 "tracing-tracy",
22770 "tracy-client",
22771 "zlog",
22772 "ztracing_macro",
22773]
22774
22775[[package]]
22776name = "ztracing_macro"
22777version = "0.1.0"
22778
22779[[package]]
22780name = "zune-core"
22781version = "0.4.12"
22782source = "registry+https://github.com/rust-lang/crates.io-index"
22783checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22784
22785[[package]]
22786name = "zune-inflate"
22787version = "0.2.54"
22788source = "registry+https://github.com/rust-lang/crates.io-index"
22789checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22790dependencies = [
22791 "simd-adler32",
22792]
22793
22794[[package]]
22795name = "zune-jpeg"
22796version = "0.4.21"
22797source = "registry+https://github.com/rust-lang/crates.io-index"
22798checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22799dependencies = [
22800 "zune-core",
22801]
22802
22803[[package]]
22804name = "zvariant"
22805version = "5.9.2"
22806source = "registry+https://github.com/rust-lang/crates.io-index"
22807checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22808dependencies = [
22809 "endi",
22810 "enumflags2",
22811 "serde",
22812 "serde_bytes",
22813 "winnow",
22814 "zvariant_derive",
22815 "zvariant_utils",
22816]
22817
22818[[package]]
22819name = "zvariant_derive"
22820version = "5.9.2"
22821source = "registry+https://github.com/rust-lang/crates.io-index"
22822checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22823dependencies = [
22824 "proc-macro-crate",
22825 "proc-macro2",
22826 "quote",
22827 "syn 2.0.117",
22828 "zvariant_utils",
22829]
22830
22831[[package]]
22832name = "zvariant_utils"
22833version = "3.3.0"
22834source = "registry+https://github.com/rust-lang/crates.io-index"
22835checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22836dependencies = [
22837 "proc-macro2",
22838 "quote",
22839 "serde",
22840 "syn 2.0.117",
22841 "winnow",
22842]