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 "watch",
13340 "wax",
13341 "which 6.0.3",
13342 "worktree",
13343 "zed_credentials_provider",
13344 "zeroize",
13345 "zlog",
13346 "ztracing",
13347]
13348
13349[[package]]
13350name = "project_benchmarks"
13351version = "0.1.0"
13352dependencies = [
13353 "anyhow",
13354 "askpass",
13355 "clap",
13356 "client",
13357 "futures 0.3.32",
13358 "gpui",
13359 "gpui_platform",
13360 "http_client",
13361 "language",
13362 "node_runtime",
13363 "project",
13364 "release_channel",
13365 "remote",
13366 "rpassword",
13367 "semver",
13368 "settings",
13369 "watch",
13370]
13371
13372[[package]]
13373name = "project_panel"
13374version = "0.1.0"
13375dependencies = [
13376 "anyhow",
13377 "client",
13378 "collections",
13379 "command_palette_hooks",
13380 "criterion",
13381 "editor",
13382 "feature_flags",
13383 "file_icons",
13384 "fs",
13385 "futures 0.3.32",
13386 "git",
13387 "git_ui",
13388 "gpui",
13389 "itertools 0.14.0",
13390 "language",
13391 "menu",
13392 "notifications",
13393 "pretty_assertions",
13394 "project",
13395 "rayon",
13396 "remote_connection",
13397 "schemars",
13398 "search",
13399 "serde",
13400 "serde_json",
13401 "settings",
13402 "smallvec",
13403 "telemetry",
13404 "tempfile",
13405 "theme",
13406 "theme_settings",
13407 "ui",
13408 "util",
13409 "workspace",
13410 "worktree",
13411 "zed_actions",
13412]
13413
13414[[package]]
13415name = "project_symbols"
13416version = "0.1.0"
13417dependencies = [
13418 "anyhow",
13419 "editor",
13420 "futures 0.3.32",
13421 "fuzzy",
13422 "gpui",
13423 "language",
13424 "lsp",
13425 "ordered-float 2.10.1",
13426 "picker",
13427 "project",
13428 "release_channel",
13429 "semver",
13430 "serde_json",
13431 "settings",
13432 "theme",
13433 "theme_settings",
13434 "util",
13435 "workspace",
13436]
13437
13438[[package]]
13439name = "prometheus"
13440version = "0.14.0"
13441source = "registry+https://github.com/rust-lang/crates.io-index"
13442checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13443dependencies = [
13444 "cfg-if",
13445 "fnv",
13446 "lazy_static",
13447 "memchr",
13448 "parking_lot",
13449 "protobuf",
13450 "thiserror 2.0.17",
13451]
13452
13453[[package]]
13454name = "prompt_store"
13455version = "0.1.0"
13456dependencies = [
13457 "anyhow",
13458 "assets",
13459 "chrono",
13460 "collections",
13461 "fs",
13462 "futures 0.3.32",
13463 "fuzzy",
13464 "gpui",
13465 "handlebars 4.5.0",
13466 "heed",
13467 "language",
13468 "log",
13469 "parking_lot",
13470 "paths",
13471 "rope",
13472 "serde",
13473 "strum 0.27.2",
13474 "tempfile",
13475 "text",
13476 "util",
13477 "uuid",
13478]
13479
13480[[package]]
13481name = "proptest"
13482version = "1.10.0"
13483source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13484dependencies = [
13485 "bit-set 0.8.0",
13486 "bit-vec 0.8.0",
13487 "bitflags 2.10.0",
13488 "num-traits",
13489 "proptest-macro",
13490 "rand 0.9.2",
13491 "rand_chacha 0.9.0",
13492 "rand_xorshift",
13493 "regex-syntax",
13494 "rusty-fork",
13495 "tempfile",
13496 "unarray",
13497]
13498
13499[[package]]
13500name = "proptest-derive"
13501version = "0.8.0"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13504dependencies = [
13505 "proc-macro2",
13506 "quote",
13507 "syn 2.0.117",
13508]
13509
13510[[package]]
13511name = "proptest-macro"
13512version = "0.5.0"
13513source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13514dependencies = [
13515 "convert_case 0.11.0",
13516 "proc-macro2",
13517 "quote",
13518 "syn 2.0.117",
13519]
13520
13521[[package]]
13522name = "prost"
13523version = "0.9.0"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13526dependencies = [
13527 "bytes 1.11.1",
13528 "prost-derive 0.9.0",
13529]
13530
13531[[package]]
13532name = "prost"
13533version = "0.12.6"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13536dependencies = [
13537 "bytes 1.11.1",
13538 "prost-derive 0.12.6",
13539]
13540
13541[[package]]
13542name = "prost-build"
13543version = "0.9.0"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13546dependencies = [
13547 "bytes 1.11.1",
13548 "heck 0.3.3",
13549 "itertools 0.10.5",
13550 "lazy_static",
13551 "log",
13552 "multimap",
13553 "petgraph",
13554 "prost 0.9.0",
13555 "prost-types 0.9.0",
13556 "regex",
13557 "tempfile",
13558 "which 4.4.2",
13559]
13560
13561[[package]]
13562name = "prost-build"
13563version = "0.12.6"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13566dependencies = [
13567 "bytes 1.11.1",
13568 "heck 0.5.0",
13569 "itertools 0.12.1",
13570 "log",
13571 "multimap",
13572 "once_cell",
13573 "petgraph",
13574 "prettyplease",
13575 "prost 0.12.6",
13576 "prost-types 0.12.6",
13577 "regex",
13578 "syn 2.0.117",
13579 "tempfile",
13580]
13581
13582[[package]]
13583name = "prost-derive"
13584version = "0.9.0"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13587dependencies = [
13588 "anyhow",
13589 "itertools 0.10.5",
13590 "proc-macro2",
13591 "quote",
13592 "syn 1.0.109",
13593]
13594
13595[[package]]
13596name = "prost-derive"
13597version = "0.12.6"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13600dependencies = [
13601 "anyhow",
13602 "itertools 0.12.1",
13603 "proc-macro2",
13604 "quote",
13605 "syn 2.0.117",
13606]
13607
13608[[package]]
13609name = "prost-types"
13610version = "0.9.0"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13613dependencies = [
13614 "bytes 1.11.1",
13615 "prost 0.9.0",
13616]
13617
13618[[package]]
13619name = "prost-types"
13620version = "0.12.6"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13623dependencies = [
13624 "prost 0.12.6",
13625]
13626
13627[[package]]
13628name = "proto"
13629version = "0.1.0"
13630dependencies = [
13631 "anyhow",
13632 "prost 0.9.0",
13633 "prost-build 0.9.0",
13634 "serde",
13635]
13636
13637[[package]]
13638name = "protobuf"
13639version = "3.7.2"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13642dependencies = [
13643 "once_cell",
13644 "protobuf-support",
13645 "thiserror 1.0.69",
13646]
13647
13648[[package]]
13649name = "protobuf-support"
13650version = "3.7.2"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13653dependencies = [
13654 "thiserror 1.0.69",
13655]
13656
13657[[package]]
13658name = "psm"
13659version = "0.1.30"
13660source = "registry+https://github.com/rust-lang/crates.io-index"
13661checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13662dependencies = [
13663 "ar_archive_writer",
13664 "cc",
13665]
13666
13667[[package]]
13668name = "ptr_meta"
13669version = "0.1.4"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13672dependencies = [
13673 "ptr_meta_derive",
13674]
13675
13676[[package]]
13677name = "ptr_meta_derive"
13678version = "0.1.4"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13681dependencies = [
13682 "proc-macro2",
13683 "quote",
13684 "syn 1.0.109",
13685]
13686
13687[[package]]
13688name = "pulldown-cmark"
13689version = "0.10.3"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13692dependencies = [
13693 "bitflags 2.10.0",
13694 "memchr",
13695 "pulldown-cmark-escape",
13696 "unicase",
13697]
13698
13699[[package]]
13700name = "pulldown-cmark"
13701version = "0.13.0"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13704dependencies = [
13705 "bitflags 2.10.0",
13706 "memchr",
13707 "unicase",
13708]
13709
13710[[package]]
13711name = "pulldown-cmark-escape"
13712version = "0.10.1"
13713source = "registry+https://github.com/rust-lang/crates.io-index"
13714checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13715
13716[[package]]
13717name = "pulley-interpreter"
13718version = "36.0.7"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13721dependencies = [
13722 "cranelift-bitset",
13723 "log",
13724 "pulley-macros",
13725 "wasmtime-internal-math",
13726]
13727
13728[[package]]
13729name = "pulley-macros"
13730version = "36.0.7"
13731source = "registry+https://github.com/rust-lang/crates.io-index"
13732checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13733dependencies = [
13734 "proc-macro2",
13735 "quote",
13736 "syn 2.0.117",
13737]
13738
13739[[package]]
13740name = "pulp"
13741version = "0.18.22"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13744dependencies = [
13745 "bytemuck",
13746 "libm",
13747 "num-complex",
13748 "reborrow",
13749]
13750
13751[[package]]
13752name = "pulp"
13753version = "0.21.5"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13756dependencies = [
13757 "bytemuck",
13758 "cfg-if",
13759 "libm",
13760 "num-complex",
13761 "reborrow",
13762 "version_check",
13763]
13764
13765[[package]]
13766name = "pxfm"
13767version = "0.1.25"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13770dependencies = [
13771 "num-traits",
13772]
13773
13774[[package]]
13775name = "qoi"
13776version = "0.4.1"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13779dependencies = [
13780 "bytemuck",
13781]
13782
13783[[package]]
13784name = "quick-error"
13785version = "1.2.3"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13788
13789[[package]]
13790name = "quick-error"
13791version = "2.0.1"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13794
13795[[package]]
13796name = "quick-xml"
13797version = "0.30.0"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13800dependencies = [
13801 "memchr",
13802]
13803
13804[[package]]
13805name = "quick-xml"
13806version = "0.37.5"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13809dependencies = [
13810 "memchr",
13811]
13812
13813[[package]]
13814name = "quick-xml"
13815version = "0.38.3"
13816source = "registry+https://github.com/rust-lang/crates.io-index"
13817checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13818dependencies = [
13819 "memchr",
13820]
13821
13822[[package]]
13823name = "quinn"
13824version = "0.11.9"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13827dependencies = [
13828 "bytes 1.11.1",
13829 "cfg_aliases 0.2.1",
13830 "pin-project-lite",
13831 "quinn-proto",
13832 "quinn-udp",
13833 "rustc-hash 2.1.1",
13834 "rustls 0.23.33",
13835 "socket2 0.6.1",
13836 "thiserror 2.0.17",
13837 "tokio",
13838 "tracing",
13839 "web-time",
13840]
13841
13842[[package]]
13843name = "quinn-proto"
13844version = "0.11.13"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13847dependencies = [
13848 "bytes 1.11.1",
13849 "getrandom 0.3.4",
13850 "lru-slab",
13851 "rand 0.9.2",
13852 "ring",
13853 "rustc-hash 2.1.1",
13854 "rustls 0.23.33",
13855 "rustls-pki-types",
13856 "slab",
13857 "thiserror 2.0.17",
13858 "tinyvec",
13859 "tracing",
13860 "web-time",
13861]
13862
13863[[package]]
13864name = "quinn-udp"
13865version = "0.5.14"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13868dependencies = [
13869 "cfg_aliases 0.2.1",
13870 "libc",
13871 "once_cell",
13872 "socket2 0.6.1",
13873 "tracing",
13874 "windows-sys 0.60.2",
13875]
13876
13877[[package]]
13878name = "quote"
13879version = "1.0.41"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13882dependencies = [
13883 "proc-macro2",
13884]
13885
13886[[package]]
13887name = "r-efi"
13888version = "5.3.0"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13891
13892[[package]]
13893name = "radium"
13894version = "0.7.0"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13897
13898[[package]]
13899name = "rand"
13900version = "0.3.23"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13903dependencies = [
13904 "libc",
13905 "rand 0.4.6",
13906]
13907
13908[[package]]
13909name = "rand"
13910version = "0.4.6"
13911source = "registry+https://github.com/rust-lang/crates.io-index"
13912checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13913dependencies = [
13914 "fuchsia-cprng",
13915 "libc",
13916 "rand_core 0.3.1",
13917 "rdrand",
13918 "winapi",
13919]
13920
13921[[package]]
13922name = "rand"
13923version = "0.8.5"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13926dependencies = [
13927 "libc",
13928 "rand_chacha 0.3.1",
13929 "rand_core 0.6.4",
13930]
13931
13932[[package]]
13933name = "rand"
13934version = "0.9.2"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13937dependencies = [
13938 "rand_chacha 0.9.0",
13939 "rand_core 0.9.3",
13940]
13941
13942[[package]]
13943name = "rand_chacha"
13944version = "0.3.1"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13947dependencies = [
13948 "ppv-lite86",
13949 "rand_core 0.6.4",
13950]
13951
13952[[package]]
13953name = "rand_chacha"
13954version = "0.9.0"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13957dependencies = [
13958 "ppv-lite86",
13959 "rand_core 0.9.3",
13960]
13961
13962[[package]]
13963name = "rand_core"
13964version = "0.3.1"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13967dependencies = [
13968 "rand_core 0.4.2",
13969]
13970
13971[[package]]
13972name = "rand_core"
13973version = "0.4.2"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13976
13977[[package]]
13978name = "rand_core"
13979version = "0.6.4"
13980source = "registry+https://github.com/rust-lang/crates.io-index"
13981checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13982dependencies = [
13983 "getrandom 0.2.16",
13984]
13985
13986[[package]]
13987name = "rand_core"
13988version = "0.9.3"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13991dependencies = [
13992 "getrandom 0.3.4",
13993]
13994
13995[[package]]
13996name = "rand_distr"
13997version = "0.5.1"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14000dependencies = [
14001 "num-traits",
14002 "rand 0.9.2",
14003]
14004
14005[[package]]
14006name = "rand_pcg"
14007version = "0.3.1"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14010dependencies = [
14011 "rand_core 0.6.4",
14012]
14013
14014[[package]]
14015name = "rand_xorshift"
14016version = "0.4.0"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14019dependencies = [
14020 "rand_core 0.9.3",
14021]
14022
14023[[package]]
14024name = "random_choice"
14025version = "0.3.2"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14028dependencies = [
14029 "rand 0.3.23",
14030]
14031
14032[[package]]
14033name = "range-alloc"
14034version = "0.1.4"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14037
14038[[package]]
14039name = "range-map"
14040version = "0.2.0"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14043dependencies = [
14044 "num-traits",
14045]
14046
14047[[package]]
14048name = "rangemap"
14049version = "1.7.1"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14052
14053[[package]]
14054name = "rav1e"
14055version = "0.7.1"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14058dependencies = [
14059 "arbitrary",
14060 "arg_enum_proc_macro",
14061 "arrayvec",
14062 "av1-grain",
14063 "bitstream-io",
14064 "built",
14065 "cfg-if",
14066 "interpolate_name",
14067 "itertools 0.12.1",
14068 "libc",
14069 "libfuzzer-sys",
14070 "log",
14071 "maybe-rayon",
14072 "new_debug_unreachable",
14073 "noop_proc_macro",
14074 "num-derive",
14075 "num-traits",
14076 "once_cell",
14077 "paste",
14078 "profiling",
14079 "rand 0.8.5",
14080 "rand_chacha 0.3.1",
14081 "simd_helpers",
14082 "system-deps 6.2.2",
14083 "thiserror 1.0.69",
14084 "v_frame",
14085 "wasm-bindgen",
14086]
14087
14088[[package]]
14089name = "ravif"
14090version = "0.11.20"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14093dependencies = [
14094 "avif-serialize",
14095 "imgref",
14096 "loop9",
14097 "quick-error 2.0.1",
14098 "rav1e",
14099 "rayon",
14100 "rgb",
14101]
14102
14103[[package]]
14104name = "raw-cpuid"
14105version = "10.7.0"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14108dependencies = [
14109 "bitflags 1.3.2",
14110]
14111
14112[[package]]
14113name = "raw-cpuid"
14114version = "11.6.0"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14117dependencies = [
14118 "bitflags 2.10.0",
14119]
14120
14121[[package]]
14122name = "raw-window-handle"
14123version = "0.6.2"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14126
14127[[package]]
14128name = "raw-window-metal"
14129version = "1.1.0"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14132dependencies = [
14133 "objc2",
14134 "objc2-core-foundation",
14135 "objc2-foundation",
14136 "objc2-quartz-core",
14137]
14138
14139[[package]]
14140name = "rayon"
14141version = "1.11.0"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14144dependencies = [
14145 "either",
14146 "rayon-core",
14147]
14148
14149[[package]]
14150name = "rayon-core"
14151version = "1.13.0"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14154dependencies = [
14155 "crossbeam-deque",
14156 "crossbeam-utils",
14157]
14158
14159[[package]]
14160name = "rdrand"
14161version = "0.4.0"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14164dependencies = [
14165 "rand_core 0.3.1",
14166]
14167
14168[[package]]
14169name = "read-fonts"
14170version = "0.35.0"
14171source = "registry+https://github.com/rust-lang/crates.io-index"
14172checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14173dependencies = [
14174 "bytemuck",
14175 "font-types 0.10.0",
14176]
14177
14178[[package]]
14179name = "read-fonts"
14180version = "0.37.0"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14183dependencies = [
14184 "bytemuck",
14185 "core_maths",
14186 "font-types 0.11.0",
14187]
14188
14189[[package]]
14190name = "realfft"
14191version = "3.5.0"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14194dependencies = [
14195 "rustfft",
14196]
14197
14198[[package]]
14199name = "reborrow"
14200version = "0.5.5"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14203
14204[[package]]
14205name = "recent_projects"
14206version = "0.1.0"
14207dependencies = [
14208 "anyhow",
14209 "askpass",
14210 "chrono",
14211 "db",
14212 "dev_container",
14213 "editor",
14214 "extension",
14215 "extension_host",
14216 "fs",
14217 "futures 0.3.32",
14218 "fuzzy",
14219 "gpui",
14220 "http_client",
14221 "indoc",
14222 "language",
14223 "log",
14224 "menu",
14225 "node_runtime",
14226 "open_path_prompt",
14227 "ordered-float 2.10.1",
14228 "paths",
14229 "picker",
14230 "project",
14231 "release_channel",
14232 "remote",
14233 "remote_connection",
14234 "remote_server",
14235 "semver",
14236 "serde",
14237 "serde_json",
14238 "settings",
14239 "smol",
14240 "task",
14241 "telemetry",
14242 "ui",
14243 "ui_input",
14244 "util",
14245 "windows-registry 0.6.1",
14246 "workspace",
14247 "worktree",
14248 "zed_actions",
14249]
14250
14251[[package]]
14252name = "redox_syscall"
14253version = "0.2.16"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14256dependencies = [
14257 "bitflags 1.3.2",
14258]
14259
14260[[package]]
14261name = "redox_syscall"
14262version = "0.5.18"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14265dependencies = [
14266 "bitflags 2.10.0",
14267]
14268
14269[[package]]
14270name = "redox_users"
14271version = "0.4.6"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14274dependencies = [
14275 "getrandom 0.2.16",
14276 "libredox",
14277 "thiserror 1.0.69",
14278]
14279
14280[[package]]
14281name = "redox_users"
14282version = "0.5.2"
14283source = "registry+https://github.com/rust-lang/crates.io-index"
14284checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14285dependencies = [
14286 "getrandom 0.2.16",
14287 "libredox",
14288 "thiserror 2.0.17",
14289]
14290
14291[[package]]
14292name = "ref-cast"
14293version = "1.0.25"
14294source = "registry+https://github.com/rust-lang/crates.io-index"
14295checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14296dependencies = [
14297 "ref-cast-impl",
14298]
14299
14300[[package]]
14301name = "ref-cast-impl"
14302version = "1.0.25"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14305dependencies = [
14306 "proc-macro2",
14307 "quote",
14308 "syn 2.0.117",
14309]
14310
14311[[package]]
14312name = "referencing"
14313version = "0.37.4"
14314source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14316dependencies = [
14317 "ahash 0.8.12",
14318 "fluent-uri",
14319 "getrandom 0.3.4",
14320 "hashbrown 0.16.1",
14321 "parking_lot",
14322 "percent-encoding",
14323 "serde_json",
14324]
14325
14326[[package]]
14327name = "refineable"
14328version = "0.1.0"
14329dependencies = [
14330 "derive_refineable",
14331]
14332
14333[[package]]
14334name = "regalloc2"
14335version = "0.12.2"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14338dependencies = [
14339 "allocator-api2",
14340 "bumpalo",
14341 "hashbrown 0.15.5",
14342 "log",
14343 "rustc-hash 2.1.1",
14344 "serde",
14345 "smallvec",
14346]
14347
14348[[package]]
14349name = "regex"
14350version = "1.12.2"
14351source = "registry+https://github.com/rust-lang/crates.io-index"
14352checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14353dependencies = [
14354 "aho-corasick",
14355 "memchr",
14356 "regex-automata",
14357 "regex-syntax",
14358]
14359
14360[[package]]
14361name = "regex-automata"
14362version = "0.4.13"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14365dependencies = [
14366 "aho-corasick",
14367 "memchr",
14368 "regex-syntax",
14369]
14370
14371[[package]]
14372name = "regex-lite"
14373version = "0.1.8"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14376
14377[[package]]
14378name = "regex-syntax"
14379version = "0.8.8"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14382
14383[[package]]
14384name = "release_channel"
14385version = "0.1.0"
14386dependencies = [
14387 "gpui",
14388 "semver",
14389]
14390
14391[[package]]
14392name = "remote"
14393version = "0.1.0"
14394dependencies = [
14395 "anyhow",
14396 "askpass",
14397 "async-trait",
14398 "base64 0.22.1",
14399 "collections",
14400 "fs",
14401 "futures 0.3.32",
14402 "gpui",
14403 "log",
14404 "parking_lot",
14405 "paths",
14406 "prost 0.9.0",
14407 "release_channel",
14408 "rpc",
14409 "schemars",
14410 "semver",
14411 "serde",
14412 "serde_json",
14413 "settings",
14414 "smol",
14415 "tempfile",
14416 "thiserror 2.0.17",
14417 "urlencoding",
14418 "util",
14419 "which 6.0.3",
14420]
14421
14422[[package]]
14423name = "remote_connection"
14424version = "0.1.0"
14425dependencies = [
14426 "anyhow",
14427 "askpass",
14428 "auto_update",
14429 "futures 0.3.32",
14430 "gpui",
14431 "log",
14432 "markdown",
14433 "menu",
14434 "release_channel",
14435 "remote",
14436 "semver",
14437 "settings",
14438 "theme_settings",
14439 "ui",
14440 "ui_input",
14441 "workspace",
14442]
14443
14444[[package]]
14445name = "remote_server"
14446version = "0.1.0"
14447dependencies = [
14448 "action_log",
14449 "agent",
14450 "anyhow",
14451 "askpass",
14452 "cargo_toml",
14453 "clap",
14454 "client",
14455 "clock",
14456 "collections",
14457 "crash-handler",
14458 "crashes",
14459 "dap_adapters",
14460 "debug_adapter_extension",
14461 "editor",
14462 "env_logger 0.11.8",
14463 "extension",
14464 "extension_host",
14465 "fork",
14466 "fs",
14467 "futures 0.3.32",
14468 "git",
14469 "git2",
14470 "git_hosting_providers",
14471 "gpui",
14472 "gpui_platform",
14473 "gpui_tokio",
14474 "http_client",
14475 "image",
14476 "json_schema_store",
14477 "language",
14478 "language_extension",
14479 "language_model",
14480 "languages",
14481 "libc",
14482 "log",
14483 "lsp",
14484 "minidumper",
14485 "net",
14486 "node_runtime",
14487 "paths",
14488 "pretty_assertions",
14489 "project",
14490 "proto",
14491 "rayon",
14492 "release_channel",
14493 "remote",
14494 "reqwest_client",
14495 "rpc",
14496 "rust-embed",
14497 "semver",
14498 "serde",
14499 "serde_json",
14500 "settings",
14501 "shellexpand 2.1.2",
14502 "smol",
14503 "sysinfo 0.37.2",
14504 "task",
14505 "theme",
14506 "theme_settings",
14507 "thiserror 2.0.17",
14508 "toml 0.8.23",
14509 "unindent",
14510 "util",
14511 "uuid",
14512 "watch",
14513 "windows 0.61.3",
14514 "worktree",
14515 "zlog",
14516]
14517
14518[[package]]
14519name = "rend"
14520version = "0.4.2"
14521source = "registry+https://github.com/rust-lang/crates.io-index"
14522checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14523dependencies = [
14524 "bytecheck",
14525]
14526
14527[[package]]
14528name = "renderdoc-sys"
14529version = "1.1.0"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14532
14533[[package]]
14534name = "repl"
14535version = "0.1.0"
14536dependencies = [
14537 "alacritty_terminal",
14538 "anyhow",
14539 "async-dispatcher",
14540 "async-task",
14541 "async-tungstenite",
14542 "base64 0.22.1",
14543 "client",
14544 "collections",
14545 "command_palette_hooks",
14546 "editor",
14547 "feature_flags",
14548 "file_icons",
14549 "futures 0.3.32",
14550 "gpui",
14551 "html_to_markdown",
14552 "http_client",
14553 "image",
14554 "indoc",
14555 "jupyter-protocol",
14556 "jupyter-websocket-client",
14557 "language",
14558 "languages",
14559 "log",
14560 "markdown",
14561 "menu",
14562 "multi_buffer",
14563 "nbformat",
14564 "picker",
14565 "project",
14566 "remote",
14567 "runtimelib",
14568 "serde",
14569 "serde_json",
14570 "settings",
14571 "shlex",
14572 "smol",
14573 "telemetry",
14574 "terminal",
14575 "terminal_view",
14576 "theme",
14577 "theme_settings",
14578 "tree-sitter-md",
14579 "tree-sitter-python",
14580 "tree-sitter-typescript",
14581 "ui",
14582 "util",
14583 "uuid",
14584 "workspace",
14585 "zed_actions",
14586]
14587
14588[[package]]
14589name = "reqwest"
14590version = "0.11.27"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14593dependencies = [
14594 "base64 0.21.7",
14595 "bytes 1.11.1",
14596 "encoding_rs",
14597 "futures-core",
14598 "futures-util",
14599 "h2 0.3.27",
14600 "http 0.2.12",
14601 "http-body 0.4.6",
14602 "hyper 0.14.32",
14603 "hyper-tls",
14604 "ipnet",
14605 "js-sys",
14606 "log",
14607 "mime",
14608 "native-tls",
14609 "once_cell",
14610 "percent-encoding",
14611 "pin-project-lite",
14612 "rustls-pemfile 1.0.4",
14613 "serde",
14614 "serde_json",
14615 "serde_urlencoded",
14616 "sync_wrapper 0.1.2",
14617 "system-configuration 0.5.1",
14618 "tokio",
14619 "tokio-native-tls",
14620 "tower-service",
14621 "url",
14622 "wasm-bindgen",
14623 "wasm-bindgen-futures",
14624 "web-sys",
14625 "winreg 0.50.0",
14626]
14627
14628[[package]]
14629name = "reqwest"
14630version = "0.12.24"
14631source = "registry+https://github.com/rust-lang/crates.io-index"
14632checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14633dependencies = [
14634 "base64 0.22.1",
14635 "bytes 1.11.1",
14636 "futures-channel",
14637 "futures-core",
14638 "futures-util",
14639 "http 1.3.1",
14640 "http-body 1.0.1",
14641 "http-body-util",
14642 "hyper 1.7.0",
14643 "hyper-rustls 0.27.7",
14644 "hyper-util",
14645 "js-sys",
14646 "log",
14647 "percent-encoding",
14648 "pin-project-lite",
14649 "quinn",
14650 "rustls 0.23.33",
14651 "rustls-native-certs 0.8.2",
14652 "rustls-pki-types",
14653 "serde",
14654 "serde_json",
14655 "serde_urlencoded",
14656 "sync_wrapper 1.0.2",
14657 "tokio",
14658 "tokio-rustls 0.26.2",
14659 "tower 0.5.2",
14660 "tower-http 0.6.6",
14661 "tower-service",
14662 "url",
14663 "wasm-bindgen",
14664 "wasm-bindgen-futures",
14665 "web-sys",
14666]
14667
14668[[package]]
14669name = "reqwest_client"
14670version = "0.1.0"
14671dependencies = [
14672 "anyhow",
14673 "bytes 1.11.1",
14674 "futures 0.3.32",
14675 "gpui_util",
14676 "http_client",
14677 "http_client_tls",
14678 "log",
14679 "regex",
14680 "serde",
14681 "tokio",
14682 "zed-reqwest",
14683]
14684
14685[[package]]
14686name = "resvg"
14687version = "0.45.1"
14688source = "registry+https://github.com/rust-lang/crates.io-index"
14689checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14690dependencies = [
14691 "gif",
14692 "image-webp",
14693 "log",
14694 "pico-args",
14695 "rgb",
14696 "svgtypes",
14697 "tiny-skia",
14698 "usvg",
14699 "zune-jpeg",
14700]
14701
14702[[package]]
14703name = "rfc6979"
14704version = "0.3.1"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14707dependencies = [
14708 "crypto-bigint 0.4.9",
14709 "hmac",
14710 "zeroize",
14711]
14712
14713[[package]]
14714name = "rgb"
14715version = "0.8.52"
14716source = "registry+https://github.com/rust-lang/crates.io-index"
14717checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14718dependencies = [
14719 "bytemuck",
14720]
14721
14722[[package]]
14723name = "ring"
14724version = "0.17.14"
14725source = "registry+https://github.com/rust-lang/crates.io-index"
14726checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14727dependencies = [
14728 "cc",
14729 "cfg-if",
14730 "getrandom 0.2.16",
14731 "libc",
14732 "untrusted 0.9.0",
14733 "windows-sys 0.52.0",
14734]
14735
14736[[package]]
14737name = "rkyv"
14738version = "0.7.45"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14741dependencies = [
14742 "bitvec",
14743 "bytecheck",
14744 "bytes 1.11.1",
14745 "hashbrown 0.12.3",
14746 "ptr_meta",
14747 "rend",
14748 "rkyv_derive",
14749 "seahash",
14750 "tinyvec",
14751 "uuid",
14752]
14753
14754[[package]]
14755name = "rkyv_derive"
14756version = "0.7.45"
14757source = "registry+https://github.com/rust-lang/crates.io-index"
14758checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14759dependencies = [
14760 "proc-macro2",
14761 "quote",
14762 "syn 1.0.109",
14763]
14764
14765[[package]]
14766name = "rmp"
14767version = "0.8.14"
14768source = "registry+https://github.com/rust-lang/crates.io-index"
14769checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14770dependencies = [
14771 "byteorder",
14772 "num-traits",
14773 "paste",
14774]
14775
14776[[package]]
14777name = "rmpv"
14778version = "1.3.0"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14781dependencies = [
14782 "num-traits",
14783 "rmp",
14784]
14785
14786[[package]]
14787name = "rodio"
14788version = "0.21.1"
14789source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14790dependencies = [
14791 "cpal",
14792 "dasp_sample",
14793 "hound",
14794 "num-rational",
14795 "rand 0.9.2",
14796 "rand_distr",
14797 "rtrb",
14798 "symphonia",
14799 "thiserror 2.0.17",
14800]
14801
14802[[package]]
14803name = "rope"
14804version = "0.1.0"
14805dependencies = [
14806 "criterion",
14807 "ctor",
14808 "gpui",
14809 "heapless",
14810 "log",
14811 "rand 0.9.2",
14812 "rayon",
14813 "sum_tree",
14814 "tracing",
14815 "unicode-segmentation",
14816 "util",
14817 "zlog",
14818 "ztracing",
14819]
14820
14821[[package]]
14822name = "roxmltree"
14823version = "0.20.0"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14826
14827[[package]]
14828name = "rpassword"
14829version = "7.4.0"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14832dependencies = [
14833 "libc",
14834 "rtoolbox",
14835 "windows-sys 0.59.0",
14836]
14837
14838[[package]]
14839name = "rpc"
14840version = "0.1.0"
14841dependencies = [
14842 "anyhow",
14843 "async-tungstenite",
14844 "base64 0.22.1",
14845 "collections",
14846 "futures 0.3.32",
14847 "gpui",
14848 "parking_lot",
14849 "proto",
14850 "rand 0.9.2",
14851 "rsa",
14852 "serde",
14853 "serde_json",
14854 "sha2",
14855 "strum 0.27.2",
14856 "tracing",
14857 "util",
14858 "zlog",
14859 "zstd",
14860]
14861
14862[[package]]
14863name = "rsa"
14864version = "0.9.10"
14865source = "registry+https://github.com/rust-lang/crates.io-index"
14866checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14867dependencies = [
14868 "const-oid",
14869 "digest",
14870 "num-bigint-dig 0.8.6",
14871 "num-integer",
14872 "num-traits",
14873 "pkcs1",
14874 "pkcs8 0.10.2",
14875 "rand_core 0.6.4",
14876 "signature 2.2.0",
14877 "spki 0.7.3",
14878 "subtle",
14879 "zeroize",
14880]
14881
14882[[package]]
14883name = "rtoolbox"
14884version = "0.0.3"
14885source = "registry+https://github.com/rust-lang/crates.io-index"
14886checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14887dependencies = [
14888 "libc",
14889 "windows-sys 0.52.0",
14890]
14891
14892[[package]]
14893name = "rtrb"
14894version = "0.3.2"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14897
14898[[package]]
14899name = "rules_library"
14900version = "0.1.0"
14901dependencies = [
14902 "anyhow",
14903 "collections",
14904 "editor",
14905 "gpui",
14906 "language",
14907 "language_model",
14908 "log",
14909 "menu",
14910 "picker",
14911 "platform_title_bar",
14912 "prompt_store",
14913 "release_channel",
14914 "rope",
14915 "serde",
14916 "settings",
14917 "theme_settings",
14918 "ui",
14919 "ui_input",
14920 "util",
14921 "workspace",
14922 "zed_actions",
14923]
14924
14925[[package]]
14926name = "runtimelib"
14927version = "1.4.0"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14930dependencies = [
14931 "async-dispatcher",
14932 "async-std",
14933 "aws-lc-rs",
14934 "base64 0.22.1",
14935 "bytes 1.11.1",
14936 "chrono",
14937 "data-encoding",
14938 "dirs 6.0.0",
14939 "futures 0.3.32",
14940 "glob",
14941 "jupyter-protocol",
14942 "serde",
14943 "serde_json",
14944 "shellexpand 3.1.1",
14945 "smol",
14946 "thiserror 2.0.17",
14947 "uuid",
14948 "zeromq",
14949]
14950
14951[[package]]
14952name = "rust-embed"
14953version = "8.11.0"
14954source = "registry+https://github.com/rust-lang/crates.io-index"
14955checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14956dependencies = [
14957 "rust-embed-impl",
14958 "rust-embed-utils",
14959 "walkdir",
14960]
14961
14962[[package]]
14963name = "rust-embed-impl"
14964version = "8.11.0"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14967dependencies = [
14968 "proc-macro2",
14969 "quote",
14970 "rust-embed-utils",
14971 "syn 2.0.117",
14972 "walkdir",
14973]
14974
14975[[package]]
14976name = "rust-embed-utils"
14977version = "8.11.0"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14980dependencies = [
14981 "globset",
14982 "sha2",
14983 "walkdir",
14984]
14985
14986[[package]]
14987name = "rust_decimal"
14988version = "1.39.0"
14989source = "registry+https://github.com/rust-lang/crates.io-index"
14990checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14991dependencies = [
14992 "arrayvec",
14993 "borsh",
14994 "bytes 1.11.1",
14995 "num-traits",
14996 "rand 0.8.5",
14997 "rkyv",
14998 "serde",
14999 "serde_json",
15000]
15001
15002[[package]]
15003name = "rustc-demangle"
15004version = "0.1.26"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15007
15008[[package]]
15009name = "rustc-hash"
15010version = "1.1.0"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15013
15014[[package]]
15015name = "rustc-hash"
15016version = "2.1.1"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15019
15020[[package]]
15021name = "rustc_version"
15022version = "0.4.1"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15025dependencies = [
15026 "semver",
15027]
15028
15029[[package]]
15030name = "rustfft"
15031version = "6.4.1"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15034dependencies = [
15035 "num-complex",
15036 "num-integer",
15037 "num-traits",
15038 "primal-check",
15039 "strength_reduce",
15040 "transpose",
15041]
15042
15043[[package]]
15044name = "rustix"
15045version = "0.38.44"
15046source = "registry+https://github.com/rust-lang/crates.io-index"
15047checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15048dependencies = [
15049 "bitflags 2.10.0",
15050 "errno 0.3.14",
15051 "libc",
15052 "linux-raw-sys 0.4.15",
15053 "windows-sys 0.59.0",
15054]
15055
15056[[package]]
15057name = "rustix"
15058version = "1.1.2"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15061dependencies = [
15062 "bitflags 2.10.0",
15063 "errno 0.3.14",
15064 "libc",
15065 "linux-raw-sys 0.11.0",
15066 "windows-sys 0.61.2",
15067]
15068
15069[[package]]
15070name = "rustix-linux-procfs"
15071version = "0.1.1"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15074dependencies = [
15075 "once_cell",
15076 "rustix 1.1.2",
15077]
15078
15079[[package]]
15080name = "rustix-openpty"
15081version = "0.2.0"
15082source = "registry+https://github.com/rust-lang/crates.io-index"
15083checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15084dependencies = [
15085 "errno 0.3.14",
15086 "libc",
15087 "rustix 1.1.2",
15088]
15089
15090[[package]]
15091name = "rustls"
15092version = "0.21.12"
15093source = "registry+https://github.com/rust-lang/crates.io-index"
15094checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15095dependencies = [
15096 "log",
15097 "ring",
15098 "rustls-webpki 0.101.7",
15099 "sct",
15100]
15101
15102[[package]]
15103name = "rustls"
15104version = "0.23.33"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15107dependencies = [
15108 "aws-lc-rs",
15109 "log",
15110 "once_cell",
15111 "ring",
15112 "rustls-pki-types",
15113 "rustls-webpki 0.103.7",
15114 "subtle",
15115 "zeroize",
15116]
15117
15118[[package]]
15119name = "rustls-native-certs"
15120version = "0.6.3"
15121source = "registry+https://github.com/rust-lang/crates.io-index"
15122checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15123dependencies = [
15124 "openssl-probe",
15125 "rustls-pemfile 1.0.4",
15126 "schannel",
15127 "security-framework 2.11.1",
15128]
15129
15130[[package]]
15131name = "rustls-native-certs"
15132version = "0.8.2"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15135dependencies = [
15136 "openssl-probe",
15137 "rustls-pki-types",
15138 "schannel",
15139 "security-framework 3.5.1",
15140]
15141
15142[[package]]
15143name = "rustls-pemfile"
15144version = "1.0.4"
15145source = "registry+https://github.com/rust-lang/crates.io-index"
15146checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15147dependencies = [
15148 "base64 0.21.7",
15149]
15150
15151[[package]]
15152name = "rustls-pemfile"
15153version = "2.2.0"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15156dependencies = [
15157 "rustls-pki-types",
15158]
15159
15160[[package]]
15161name = "rustls-pki-types"
15162version = "1.12.0"
15163source = "registry+https://github.com/rust-lang/crates.io-index"
15164checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15165dependencies = [
15166 "web-time",
15167 "zeroize",
15168]
15169
15170[[package]]
15171name = "rustls-platform-verifier"
15172version = "0.5.3"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15175dependencies = [
15176 "core-foundation 0.10.0",
15177 "core-foundation-sys",
15178 "jni",
15179 "log",
15180 "once_cell",
15181 "rustls 0.23.33",
15182 "rustls-native-certs 0.8.2",
15183 "rustls-platform-verifier-android",
15184 "rustls-webpki 0.103.7",
15185 "security-framework 3.5.1",
15186 "security-framework-sys",
15187 "webpki-root-certs",
15188 "windows-sys 0.59.0",
15189]
15190
15191[[package]]
15192name = "rustls-platform-verifier-android"
15193version = "0.1.1"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15196
15197[[package]]
15198name = "rustls-webpki"
15199version = "0.101.7"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15202dependencies = [
15203 "ring",
15204 "untrusted 0.9.0",
15205]
15206
15207[[package]]
15208name = "rustls-webpki"
15209version = "0.103.7"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15212dependencies = [
15213 "aws-lc-rs",
15214 "ring",
15215 "rustls-pki-types",
15216 "untrusted 0.9.0",
15217]
15218
15219[[package]]
15220name = "rustversion"
15221version = "1.0.22"
15222source = "registry+https://github.com/rust-lang/crates.io-index"
15223checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15224
15225[[package]]
15226name = "rusty-fork"
15227version = "0.3.1"
15228source = "registry+https://github.com/rust-lang/crates.io-index"
15229checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15230dependencies = [
15231 "fnv",
15232 "quick-error 1.2.3",
15233 "tempfile",
15234 "wait-timeout",
15235]
15236
15237[[package]]
15238name = "rustybuzz"
15239version = "0.20.1"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15242dependencies = [
15243 "bitflags 2.10.0",
15244 "bytemuck",
15245 "core_maths",
15246 "log",
15247 "smallvec",
15248 "ttf-parser 0.25.1",
15249 "unicode-bidi-mirroring",
15250 "unicode-ccc",
15251 "unicode-properties",
15252 "unicode-script",
15253]
15254
15255[[package]]
15256name = "ryu"
15257version = "1.0.20"
15258source = "registry+https://github.com/rust-lang/crates.io-index"
15259checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15260
15261[[package]]
15262name = "saa"
15263version = "5.4.9"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15266
15267[[package]]
15268name = "safetensors"
15269version = "0.4.5"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15272dependencies = [
15273 "serde",
15274 "serde_json",
15275]
15276
15277[[package]]
15278name = "same-file"
15279version = "1.0.6"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15282dependencies = [
15283 "winapi-util",
15284]
15285
15286[[package]]
15287name = "scc"
15288version = "3.5.6"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15291dependencies = [
15292 "saa",
15293 "sdd",
15294]
15295
15296[[package]]
15297name = "schannel"
15298version = "0.1.28"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15301dependencies = [
15302 "windows-sys 0.61.2",
15303]
15304
15305[[package]]
15306name = "scheduler"
15307version = "0.1.0"
15308dependencies = [
15309 "async-task",
15310 "backtrace",
15311 "chrono",
15312 "flume",
15313 "futures 0.3.32",
15314 "parking_lot",
15315 "rand 0.9.2",
15316 "web-time",
15317]
15318
15319[[package]]
15320name = "schema_generator"
15321version = "0.1.0"
15322dependencies = [
15323 "anyhow",
15324 "clap",
15325 "env_logger 0.11.8",
15326 "schemars",
15327 "serde",
15328 "serde_json",
15329 "settings",
15330 "theme",
15331 "theme_settings",
15332]
15333
15334[[package]]
15335name = "schemars"
15336version = "1.0.4"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15339dependencies = [
15340 "dyn-clone",
15341 "indexmap",
15342 "ref-cast",
15343 "schemars_derive",
15344 "serde",
15345 "serde_json",
15346]
15347
15348[[package]]
15349name = "schemars_derive"
15350version = "1.0.4"
15351source = "registry+https://github.com/rust-lang/crates.io-index"
15352checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15353dependencies = [
15354 "proc-macro2",
15355 "quote",
15356 "serde_derive_internals",
15357 "syn 2.0.117",
15358]
15359
15360[[package]]
15361name = "scoped-tls"
15362version = "1.0.1"
15363source = "registry+https://github.com/rust-lang/crates.io-index"
15364checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15365
15366[[package]]
15367name = "scopeguard"
15368version = "1.2.0"
15369source = "registry+https://github.com/rust-lang/crates.io-index"
15370checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15371
15372[[package]]
15373name = "scratch"
15374version = "1.0.9"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15377
15378[[package]]
15379name = "screencapturekit"
15380version = "0.2.8"
15381source = "registry+https://github.com/rust-lang/crates.io-index"
15382checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15383dependencies = [
15384 "screencapturekit-sys",
15385]
15386
15387[[package]]
15388name = "screencapturekit-sys"
15389version = "0.2.8"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15392dependencies = [
15393 "block",
15394 "dispatch",
15395 "objc",
15396 "objc-foundation",
15397 "objc_id",
15398 "once_cell",
15399]
15400
15401[[package]]
15402name = "scroll"
15403version = "0.12.0"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15406dependencies = [
15407 "scroll_derive",
15408]
15409
15410[[package]]
15411name = "scroll_derive"
15412version = "0.12.1"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15415dependencies = [
15416 "proc-macro2",
15417 "quote",
15418 "syn 2.0.117",
15419]
15420
15421[[package]]
15422name = "sct"
15423version = "0.7.1"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15426dependencies = [
15427 "ring",
15428 "untrusted 0.9.0",
15429]
15430
15431[[package]]
15432name = "sdd"
15433version = "4.6.2"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15436
15437[[package]]
15438name = "sea-bae"
15439version = "0.2.1"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15442dependencies = [
15443 "heck 0.4.1",
15444 "proc-macro-error2",
15445 "proc-macro2",
15446 "quote",
15447 "syn 2.0.117",
15448]
15449
15450[[package]]
15451name = "sea-orm"
15452version = "1.1.10"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15455dependencies = [
15456 "async-stream",
15457 "async-trait",
15458 "bigdecimal",
15459 "chrono",
15460 "futures-util",
15461 "log",
15462 "ouroboros",
15463 "pgvector",
15464 "rust_decimal",
15465 "sea-orm-macros",
15466 "sea-query",
15467 "sea-query-binder",
15468 "serde",
15469 "serde_json",
15470 "sqlx",
15471 "strum 0.26.3",
15472 "thiserror 2.0.17",
15473 "time",
15474 "tracing",
15475 "url",
15476 "uuid",
15477]
15478
15479[[package]]
15480name = "sea-orm-macros"
15481version = "1.1.10"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15484dependencies = [
15485 "heck 0.4.1",
15486 "proc-macro2",
15487 "quote",
15488 "sea-bae",
15489 "syn 2.0.117",
15490 "unicode-ident",
15491]
15492
15493[[package]]
15494name = "sea-query"
15495version = "0.32.7"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15498dependencies = [
15499 "bigdecimal",
15500 "chrono",
15501 "inherent",
15502 "ordered-float 4.6.0",
15503 "rust_decimal",
15504 "serde_json",
15505 "time",
15506 "uuid",
15507]
15508
15509[[package]]
15510name = "sea-query-binder"
15511version = "0.7.0"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15514dependencies = [
15515 "bigdecimal",
15516 "chrono",
15517 "rust_decimal",
15518 "sea-query",
15519 "serde_json",
15520 "sqlx",
15521 "time",
15522 "uuid",
15523]
15524
15525[[package]]
15526name = "seahash"
15527version = "4.1.0"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15530
15531[[package]]
15532name = "search"
15533version = "0.1.0"
15534dependencies = [
15535 "any_vec",
15536 "anyhow",
15537 "bitflags 2.10.0",
15538 "collections",
15539 "editor",
15540 "fs",
15541 "futures 0.3.32",
15542 "gpui",
15543 "itertools 0.14.0",
15544 "language",
15545 "lsp",
15546 "menu",
15547 "multi_buffer",
15548 "pretty_assertions",
15549 "project",
15550 "serde",
15551 "serde_json",
15552 "settings",
15553 "smol",
15554 "theme",
15555 "theme_settings",
15556 "tracing",
15557 "ui",
15558 "unindent",
15559 "util",
15560 "util_macros",
15561 "workspace",
15562 "zed_actions",
15563 "ztracing",
15564]
15565
15566[[package]]
15567name = "sec1"
15568version = "0.3.0"
15569source = "registry+https://github.com/rust-lang/crates.io-index"
15570checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15571dependencies = [
15572 "base16ct",
15573 "der 0.6.1",
15574 "generic-array",
15575 "pkcs8 0.9.0",
15576 "subtle",
15577 "zeroize",
15578]
15579
15580[[package]]
15581name = "secrecy"
15582version = "0.10.3"
15583source = "registry+https://github.com/rust-lang/crates.io-index"
15584checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15585dependencies = [
15586 "zeroize",
15587]
15588
15589[[package]]
15590name = "security-framework"
15591version = "2.11.1"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15594dependencies = [
15595 "bitflags 2.10.0",
15596 "core-foundation 0.9.4",
15597 "core-foundation-sys",
15598 "libc",
15599 "security-framework-sys",
15600]
15601
15602[[package]]
15603name = "security-framework"
15604version = "3.5.1"
15605source = "registry+https://github.com/rust-lang/crates.io-index"
15606checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15607dependencies = [
15608 "bitflags 2.10.0",
15609 "core-foundation 0.10.0",
15610 "core-foundation-sys",
15611 "libc",
15612 "security-framework-sys",
15613]
15614
15615[[package]]
15616name = "security-framework-sys"
15617version = "2.15.0"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15620dependencies = [
15621 "core-foundation-sys",
15622 "libc",
15623]
15624
15625[[package]]
15626name = "self_cell"
15627version = "1.2.2"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15630
15631[[package]]
15632name = "semver"
15633version = "1.0.27"
15634source = "registry+https://github.com/rust-lang/crates.io-index"
15635checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15636dependencies = [
15637 "serde",
15638 "serde_core",
15639]
15640
15641[[package]]
15642name = "seq-macro"
15643version = "0.3.6"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15646
15647[[package]]
15648name = "serde"
15649version = "1.0.228"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15652dependencies = [
15653 "serde_core",
15654 "serde_derive",
15655]
15656
15657[[package]]
15658name = "serde_bytes"
15659version = "0.11.19"
15660source = "registry+https://github.com/rust-lang/crates.io-index"
15661checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15662dependencies = [
15663 "serde",
15664 "serde_core",
15665]
15666
15667[[package]]
15668name = "serde_core"
15669version = "1.0.228"
15670source = "registry+https://github.com/rust-lang/crates.io-index"
15671checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15672dependencies = [
15673 "serde_derive",
15674]
15675
15676[[package]]
15677name = "serde_derive"
15678version = "1.0.228"
15679source = "registry+https://github.com/rust-lang/crates.io-index"
15680checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15681dependencies = [
15682 "proc-macro2",
15683 "quote",
15684 "syn 2.0.117",
15685]
15686
15687[[package]]
15688name = "serde_derive_internals"
15689version = "0.29.1"
15690source = "registry+https://github.com/rust-lang/crates.io-index"
15691checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15692dependencies = [
15693 "proc-macro2",
15694 "quote",
15695 "syn 2.0.117",
15696]
15697
15698[[package]]
15699name = "serde_fmt"
15700version = "1.0.3"
15701source = "registry+https://github.com/rust-lang/crates.io-index"
15702checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15703dependencies = [
15704 "serde",
15705]
15706
15707[[package]]
15708name = "serde_json"
15709version = "1.0.145"
15710source = "registry+https://github.com/rust-lang/crates.io-index"
15711checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15712dependencies = [
15713 "indexmap",
15714 "itoa",
15715 "memchr",
15716 "ryu",
15717 "serde",
15718 "serde_core",
15719]
15720
15721[[package]]
15722name = "serde_json_lenient"
15723version = "0.2.4"
15724source = "registry+https://github.com/rust-lang/crates.io-index"
15725checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15726dependencies = [
15727 "indexmap",
15728 "itoa",
15729 "memchr",
15730 "ryu",
15731 "serde",
15732]
15733
15734[[package]]
15735name = "serde_path_to_error"
15736version = "0.1.20"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15739dependencies = [
15740 "itoa",
15741 "serde",
15742 "serde_core",
15743]
15744
15745[[package]]
15746name = "serde_repr"
15747version = "0.1.20"
15748source = "registry+https://github.com/rust-lang/crates.io-index"
15749checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15750dependencies = [
15751 "proc-macro2",
15752 "quote",
15753 "syn 2.0.117",
15754]
15755
15756[[package]]
15757name = "serde_spanned"
15758version = "0.6.9"
15759source = "registry+https://github.com/rust-lang/crates.io-index"
15760checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15761dependencies = [
15762 "serde",
15763]
15764
15765[[package]]
15766name = "serde_spanned"
15767version = "1.0.3"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15770dependencies = [
15771 "serde_core",
15772]
15773
15774[[package]]
15775name = "serde_urlencoded"
15776version = "0.7.1"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15779dependencies = [
15780 "form_urlencoded",
15781 "itoa",
15782 "ryu",
15783 "serde",
15784]
15785
15786[[package]]
15787name = "serde_yaml"
15788version = "0.9.34+deprecated"
15789source = "registry+https://github.com/rust-lang/crates.io-index"
15790checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15791dependencies = [
15792 "indexmap",
15793 "itoa",
15794 "ryu",
15795 "serde",
15796 "unsafe-libyaml",
15797]
15798
15799[[package]]
15800name = "serial2"
15801version = "0.2.33"
15802source = "registry+https://github.com/rust-lang/crates.io-index"
15803checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15804dependencies = [
15805 "cfg-if",
15806 "libc",
15807 "winapi",
15808]
15809
15810[[package]]
15811name = "session"
15812version = "0.1.0"
15813dependencies = [
15814 "db",
15815 "gpui",
15816 "serde_json",
15817 "util",
15818 "uuid",
15819]
15820
15821[[package]]
15822name = "settings"
15823version = "0.1.0"
15824dependencies = [
15825 "anyhow",
15826 "collections",
15827 "ec4rs",
15828 "fs",
15829 "futures 0.3.32",
15830 "gpui",
15831 "indoc",
15832 "inventory",
15833 "log",
15834 "migrator",
15835 "paths",
15836 "pretty_assertions",
15837 "release_channel",
15838 "rust-embed",
15839 "schemars",
15840 "serde",
15841 "serde_json",
15842 "serde_json_lenient",
15843 "settings_content",
15844 "settings_json",
15845 "settings_macros",
15846 "smallvec",
15847 "unindent",
15848 "util",
15849 "zlog",
15850]
15851
15852[[package]]
15853name = "settings_content"
15854version = "0.1.0"
15855dependencies = [
15856 "anyhow",
15857 "collections",
15858 "derive_more",
15859 "gpui",
15860 "language_model_core",
15861 "log",
15862 "schemars",
15863 "serde",
15864 "serde_json",
15865 "serde_json_lenient",
15866 "settings_json",
15867 "settings_macros",
15868 "strum 0.27.2",
15869 "util",
15870]
15871
15872[[package]]
15873name = "settings_json"
15874version = "0.1.0"
15875dependencies = [
15876 "anyhow",
15877 "pretty_assertions",
15878 "serde",
15879 "serde_json",
15880 "serde_json_lenient",
15881 "serde_path_to_error",
15882 "tree-sitter",
15883 "tree-sitter-json",
15884 "unindent",
15885 "util",
15886]
15887
15888[[package]]
15889name = "settings_macros"
15890version = "0.1.0"
15891dependencies = [
15892 "quote",
15893 "settings",
15894 "syn 2.0.117",
15895]
15896
15897[[package]]
15898name = "settings_profile_selector"
15899version = "0.1.0"
15900dependencies = [
15901 "editor",
15902 "fuzzy",
15903 "gpui",
15904 "menu",
15905 "picker",
15906 "project",
15907 "serde_json",
15908 "settings",
15909 "theme",
15910 "theme_settings",
15911 "ui",
15912 "workspace",
15913 "zed_actions",
15914]
15915
15916[[package]]
15917name = "settings_ui"
15918version = "0.1.0"
15919dependencies = [
15920 "agent",
15921 "agent_settings",
15922 "anyhow",
15923 "audio",
15924 "codestral",
15925 "component",
15926 "copilot",
15927 "copilot_ui",
15928 "cpal",
15929 "edit_prediction",
15930 "edit_prediction_ui",
15931 "editor",
15932 "fs",
15933 "futures 0.3.32",
15934 "fuzzy",
15935 "gpui",
15936 "heck 0.5.0",
15937 "itertools 0.14.0",
15938 "language",
15939 "log",
15940 "menu",
15941 "paths",
15942 "picker",
15943 "platform_title_bar",
15944 "pretty_assertions",
15945 "project",
15946 "regex",
15947 "release_channel",
15948 "rodio",
15949 "schemars",
15950 "search",
15951 "serde",
15952 "serde_json",
15953 "settings",
15954 "shell_command_parser",
15955 "strum 0.27.2",
15956 "telemetry",
15957 "theme",
15958 "theme_settings",
15959 "title_bar",
15960 "ui",
15961 "util",
15962 "workspace",
15963 "zed_actions",
15964 "zed_credentials_provider",
15965]
15966
15967[[package]]
15968name = "sha-1"
15969version = "0.10.1"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15972dependencies = [
15973 "cfg-if",
15974 "cpufeatures",
15975 "digest",
15976]
15977
15978[[package]]
15979name = "sha1"
15980version = "0.10.6"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15983dependencies = [
15984 "cfg-if",
15985 "cpufeatures",
15986 "digest",
15987]
15988
15989[[package]]
15990name = "sha1_smol"
15991version = "1.0.1"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15994
15995[[package]]
15996name = "sha2"
15997version = "0.10.9"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16000dependencies = [
16001 "cfg-if",
16002 "cpufeatures",
16003 "digest",
16004]
16005
16006[[package]]
16007name = "sharded-slab"
16008version = "0.1.7"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16011dependencies = [
16012 "lazy_static",
16013]
16014
16015[[package]]
16016name = "shared_library"
16017version = "0.1.9"
16018source = "registry+https://github.com/rust-lang/crates.io-index"
16019checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16020dependencies = [
16021 "lazy_static",
16022 "libc",
16023]
16024
16025[[package]]
16026name = "shell-words"
16027version = "1.1.0"
16028source = "registry+https://github.com/rust-lang/crates.io-index"
16029checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16030
16031[[package]]
16032name = "shell_command_parser"
16033version = "0.1.0"
16034dependencies = [
16035 "brush-parser",
16036]
16037
16038[[package]]
16039name = "shellexpand"
16040version = "2.1.2"
16041source = "registry+https://github.com/rust-lang/crates.io-index"
16042checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16043dependencies = [
16044 "dirs 4.0.0",
16045]
16046
16047[[package]]
16048name = "shellexpand"
16049version = "3.1.1"
16050source = "registry+https://github.com/rust-lang/crates.io-index"
16051checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16052dependencies = [
16053 "dirs 6.0.0",
16054]
16055
16056[[package]]
16057name = "shingles"
16058version = "0.1.1"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16061
16062[[package]]
16063name = "shlex"
16064version = "1.3.0"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16067
16068[[package]]
16069name = "sidebar"
16070version = "0.1.0"
16071dependencies = [
16072 "acp_thread",
16073 "action_log",
16074 "agent",
16075 "agent-client-protocol",
16076 "agent_settings",
16077 "agent_ui",
16078 "anyhow",
16079 "chrono",
16080 "client",
16081 "clock",
16082 "editor",
16083 "extension",
16084 "fs",
16085 "git",
16086 "gpui",
16087 "http_client",
16088 "language",
16089 "language_model",
16090 "log",
16091 "menu",
16092 "node_runtime",
16093 "platform_title_bar",
16094 "pretty_assertions",
16095 "project",
16096 "prompt_store",
16097 "recent_projects",
16098 "release_channel",
16099 "remote",
16100 "remote_connection",
16101 "remote_server",
16102 "semver",
16103 "serde",
16104 "serde_json",
16105 "settings",
16106 "smol",
16107 "theme",
16108 "theme_settings",
16109 "ui",
16110 "util",
16111 "vim_mode_setting",
16112 "workspace",
16113 "zed_actions",
16114]
16115
16116[[package]]
16117name = "signal-hook"
16118version = "0.3.18"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16121dependencies = [
16122 "libc",
16123 "signal-hook-registry",
16124]
16125
16126[[package]]
16127name = "signal-hook-registry"
16128version = "1.4.6"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16131dependencies = [
16132 "libc",
16133]
16134
16135[[package]]
16136name = "signature"
16137version = "1.6.4"
16138source = "registry+https://github.com/rust-lang/crates.io-index"
16139checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16140dependencies = [
16141 "digest",
16142 "rand_core 0.6.4",
16143]
16144
16145[[package]]
16146name = "signature"
16147version = "2.2.0"
16148source = "registry+https://github.com/rust-lang/crates.io-index"
16149checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16150dependencies = [
16151 "digest",
16152 "rand_core 0.6.4",
16153]
16154
16155[[package]]
16156name = "simd-adler32"
16157version = "0.3.7"
16158source = "registry+https://github.com/rust-lang/crates.io-index"
16159checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16160
16161[[package]]
16162name = "simd_helpers"
16163version = "0.1.0"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16166dependencies = [
16167 "quote",
16168]
16169
16170[[package]]
16171name = "simdutf8"
16172version = "0.1.5"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16175
16176[[package]]
16177name = "similar"
16178version = "2.7.0"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16181
16182[[package]]
16183name = "simple_asn1"
16184version = "0.6.3"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16187dependencies = [
16188 "num-bigint",
16189 "num-traits",
16190 "thiserror 2.0.17",
16191 "time",
16192]
16193
16194[[package]]
16195name = "simplecss"
16196version = "0.2.2"
16197source = "registry+https://github.com/rust-lang/crates.io-index"
16198checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16199dependencies = [
16200 "log",
16201]
16202
16203[[package]]
16204name = "simplelog"
16205version = "0.12.2"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16208dependencies = [
16209 "log",
16210 "termcolor",
16211 "time",
16212]
16213
16214[[package]]
16215name = "siphasher"
16216version = "0.3.11"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16219
16220[[package]]
16221name = "siphasher"
16222version = "1.0.1"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16225
16226[[package]]
16227name = "skrifa"
16228version = "0.37.0"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16231dependencies = [
16232 "bytemuck",
16233 "read-fonts 0.35.0",
16234]
16235
16236[[package]]
16237name = "skrifa"
16238version = "0.40.0"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16241dependencies = [
16242 "bytemuck",
16243 "read-fonts 0.37.0",
16244]
16245
16246[[package]]
16247name = "slab"
16248version = "0.4.11"
16249source = "registry+https://github.com/rust-lang/crates.io-index"
16250checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16251
16252[[package]]
16253name = "slotmap"
16254version = "1.0.7"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16257dependencies = [
16258 "version_check",
16259]
16260
16261[[package]]
16262name = "smallvec"
16263version = "1.15.1"
16264source = "registry+https://github.com/rust-lang/crates.io-index"
16265checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16266dependencies = [
16267 "serde",
16268]
16269
16270[[package]]
16271name = "smart-default"
16272version = "0.7.1"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16275dependencies = [
16276 "proc-macro2",
16277 "quote",
16278 "syn 2.0.117",
16279]
16280
16281[[package]]
16282name = "smol"
16283version = "2.0.2"
16284source = "registry+https://github.com/rust-lang/crates.io-index"
16285checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16286dependencies = [
16287 "async-channel 2.5.0",
16288 "async-executor",
16289 "async-fs",
16290 "async-io",
16291 "async-lock 3.4.2",
16292 "async-net",
16293 "async-process",
16294 "blocking",
16295 "futures-lite 2.6.1",
16296]
16297
16298[[package]]
16299name = "smol_str"
16300version = "0.3.5"
16301source = "registry+https://github.com/rust-lang/crates.io-index"
16302checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16303
16304[[package]]
16305name = "snafu"
16306version = "0.8.9"
16307source = "registry+https://github.com/rust-lang/crates.io-index"
16308checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16309dependencies = [
16310 "snafu-derive",
16311]
16312
16313[[package]]
16314name = "snafu-derive"
16315version = "0.8.9"
16316source = "registry+https://github.com/rust-lang/crates.io-index"
16317checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16318dependencies = [
16319 "heck 0.5.0",
16320 "proc-macro2",
16321 "quote",
16322 "syn 2.0.117",
16323]
16324
16325[[package]]
16326name = "snippet"
16327version = "0.1.0"
16328dependencies = [
16329 "anyhow",
16330 "smallvec",
16331]
16332
16333[[package]]
16334name = "snippet_provider"
16335version = "0.1.0"
16336dependencies = [
16337 "anyhow",
16338 "collections",
16339 "extension",
16340 "fs",
16341 "futures 0.3.32",
16342 "gpui",
16343 "indoc",
16344 "parking_lot",
16345 "paths",
16346 "schemars",
16347 "serde",
16348 "serde_json",
16349 "serde_json_lenient",
16350 "snippet",
16351 "util",
16352]
16353
16354[[package]]
16355name = "snippets_ui"
16356version = "0.1.0"
16357dependencies = [
16358 "file_icons",
16359 "fuzzy",
16360 "gpui",
16361 "language",
16362 "open_path_prompt",
16363 "paths",
16364 "picker",
16365 "settings",
16366 "ui",
16367 "util",
16368 "workspace",
16369]
16370
16371[[package]]
16372name = "socket2"
16373version = "0.5.10"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16376dependencies = [
16377 "libc",
16378 "windows-sys 0.52.0",
16379]
16380
16381[[package]]
16382name = "socket2"
16383version = "0.6.1"
16384source = "registry+https://github.com/rust-lang/crates.io-index"
16385checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16386dependencies = [
16387 "libc",
16388 "windows-sys 0.60.2",
16389]
16390
16391[[package]]
16392name = "spdx"
16393version = "0.10.9"
16394source = "registry+https://github.com/rust-lang/crates.io-index"
16395checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16396dependencies = [
16397 "smallvec",
16398]
16399
16400[[package]]
16401name = "spin"
16402version = "0.9.8"
16403source = "registry+https://github.com/rust-lang/crates.io-index"
16404checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16405dependencies = [
16406 "lock_api",
16407]
16408
16409[[package]]
16410name = "spin"
16411version = "0.10.0"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16414dependencies = [
16415 "lock_api",
16416]
16417
16418[[package]]
16419name = "spirv"
16420version = "0.4.0+sdk-1.4.341.0"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16423dependencies = [
16424 "bitflags 2.10.0",
16425]
16426
16427[[package]]
16428name = "spki"
16429version = "0.6.0"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16432dependencies = [
16433 "base64ct",
16434 "der 0.6.1",
16435]
16436
16437[[package]]
16438name = "spki"
16439version = "0.7.3"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16442dependencies = [
16443 "base64ct",
16444 "der 0.7.10",
16445]
16446
16447[[package]]
16448name = "sqlez"
16449version = "0.1.0"
16450dependencies = [
16451 "anyhow",
16452 "collections",
16453 "futures 0.3.32",
16454 "indoc",
16455 "libsqlite3-sys",
16456 "log",
16457 "parking_lot",
16458 "smol",
16459 "sqlformat",
16460 "thread_local",
16461 "util",
16462 "uuid",
16463]
16464
16465[[package]]
16466name = "sqlez_macros"
16467version = "0.1.0"
16468dependencies = [
16469 "sqlez",
16470 "sqlformat",
16471 "syn 2.0.117",
16472]
16473
16474[[package]]
16475name = "sqlformat"
16476version = "0.2.6"
16477source = "registry+https://github.com/rust-lang/crates.io-index"
16478checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16479dependencies = [
16480 "nom 7.1.3",
16481 "unicode_categories",
16482]
16483
16484[[package]]
16485name = "sqlx"
16486version = "0.8.6"
16487source = "registry+https://github.com/rust-lang/crates.io-index"
16488checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16489dependencies = [
16490 "sqlx-core",
16491 "sqlx-macros",
16492 "sqlx-mysql",
16493 "sqlx-postgres",
16494 "sqlx-sqlite",
16495]
16496
16497[[package]]
16498name = "sqlx-core"
16499version = "0.8.6"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16502dependencies = [
16503 "base64 0.22.1",
16504 "bigdecimal",
16505 "bytes 1.11.1",
16506 "chrono",
16507 "crc",
16508 "crossbeam-queue",
16509 "either",
16510 "event-listener 5.4.1",
16511 "futures-core",
16512 "futures-intrusive",
16513 "futures-io",
16514 "futures-util",
16515 "hashbrown 0.15.5",
16516 "hashlink 0.10.0",
16517 "indexmap",
16518 "log",
16519 "memchr",
16520 "once_cell",
16521 "percent-encoding",
16522 "rust_decimal",
16523 "rustls 0.23.33",
16524 "serde",
16525 "serde_json",
16526 "sha2",
16527 "smallvec",
16528 "thiserror 2.0.17",
16529 "time",
16530 "tokio",
16531 "tokio-stream",
16532 "tracing",
16533 "url",
16534 "uuid",
16535 "webpki-roots",
16536]
16537
16538[[package]]
16539name = "sqlx-macros"
16540version = "0.8.6"
16541source = "registry+https://github.com/rust-lang/crates.io-index"
16542checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16543dependencies = [
16544 "proc-macro2",
16545 "quote",
16546 "sqlx-core",
16547 "sqlx-macros-core",
16548 "syn 2.0.117",
16549]
16550
16551[[package]]
16552name = "sqlx-macros-core"
16553version = "0.8.6"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16556dependencies = [
16557 "dotenvy",
16558 "either",
16559 "heck 0.5.0",
16560 "hex",
16561 "once_cell",
16562 "proc-macro2",
16563 "quote",
16564 "serde",
16565 "serde_json",
16566 "sha2",
16567 "sqlx-core",
16568 "sqlx-mysql",
16569 "sqlx-postgres",
16570 "sqlx-sqlite",
16571 "syn 2.0.117",
16572 "tokio",
16573 "url",
16574]
16575
16576[[package]]
16577name = "sqlx-mysql"
16578version = "0.8.6"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16581dependencies = [
16582 "atoi",
16583 "base64 0.22.1",
16584 "bigdecimal",
16585 "bitflags 2.10.0",
16586 "byteorder",
16587 "bytes 1.11.1",
16588 "chrono",
16589 "crc",
16590 "digest",
16591 "dotenvy",
16592 "either",
16593 "futures-channel",
16594 "futures-core",
16595 "futures-io",
16596 "futures-util",
16597 "generic-array",
16598 "hex",
16599 "hkdf",
16600 "hmac",
16601 "itoa",
16602 "log",
16603 "md-5",
16604 "memchr",
16605 "once_cell",
16606 "percent-encoding",
16607 "rand 0.8.5",
16608 "rsa",
16609 "rust_decimal",
16610 "serde",
16611 "sha1",
16612 "sha2",
16613 "smallvec",
16614 "sqlx-core",
16615 "stringprep",
16616 "thiserror 2.0.17",
16617 "time",
16618 "tracing",
16619 "uuid",
16620 "whoami",
16621]
16622
16623[[package]]
16624name = "sqlx-postgres"
16625version = "0.8.6"
16626source = "registry+https://github.com/rust-lang/crates.io-index"
16627checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16628dependencies = [
16629 "atoi",
16630 "base64 0.22.1",
16631 "bigdecimal",
16632 "bitflags 2.10.0",
16633 "byteorder",
16634 "chrono",
16635 "crc",
16636 "dotenvy",
16637 "etcetera",
16638 "futures-channel",
16639 "futures-core",
16640 "futures-util",
16641 "hex",
16642 "hkdf",
16643 "hmac",
16644 "home",
16645 "itoa",
16646 "log",
16647 "md-5",
16648 "memchr",
16649 "num-bigint",
16650 "once_cell",
16651 "rand 0.8.5",
16652 "rust_decimal",
16653 "serde",
16654 "serde_json",
16655 "sha2",
16656 "smallvec",
16657 "sqlx-core",
16658 "stringprep",
16659 "thiserror 2.0.17",
16660 "time",
16661 "tracing",
16662 "uuid",
16663 "whoami",
16664]
16665
16666[[package]]
16667name = "sqlx-sqlite"
16668version = "0.8.6"
16669source = "registry+https://github.com/rust-lang/crates.io-index"
16670checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16671dependencies = [
16672 "atoi",
16673 "chrono",
16674 "flume",
16675 "futures-channel",
16676 "futures-core",
16677 "futures-executor",
16678 "futures-intrusive",
16679 "futures-util",
16680 "libsqlite3-sys",
16681 "log",
16682 "percent-encoding",
16683 "serde",
16684 "serde_urlencoded",
16685 "sqlx-core",
16686 "thiserror 2.0.17",
16687 "time",
16688 "tracing",
16689 "url",
16690 "uuid",
16691]
16692
16693[[package]]
16694name = "stable_deref_trait"
16695version = "1.2.1"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16698
16699[[package]]
16700name = "stacker"
16701version = "0.1.23"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16704dependencies = [
16705 "cc",
16706 "cfg-if",
16707 "libc",
16708 "psm",
16709 "windows-sys 0.59.0",
16710]
16711
16712[[package]]
16713name = "stacksafe"
16714version = "0.1.4"
16715source = "registry+https://github.com/rust-lang/crates.io-index"
16716checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16717dependencies = [
16718 "stacker",
16719 "stacksafe-macro",
16720]
16721
16722[[package]]
16723name = "stacksafe-macro"
16724version = "0.1.4"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16727dependencies = [
16728 "proc-macro-error2",
16729 "quote",
16730 "syn 2.0.117",
16731]
16732
16733[[package]]
16734name = "static_assertions"
16735version = "1.1.0"
16736source = "registry+https://github.com/rust-lang/crates.io-index"
16737checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16738
16739[[package]]
16740name = "streaming-iterator"
16741version = "0.1.9"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16744
16745[[package]]
16746name = "streaming_diff"
16747version = "0.1.0"
16748dependencies = [
16749 "ordered-float 2.10.1",
16750 "rand 0.9.2",
16751 "rope",
16752 "util",
16753]
16754
16755[[package]]
16756name = "strength_reduce"
16757version = "0.2.4"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16760
16761[[package]]
16762name = "strict-num"
16763version = "0.1.1"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16766dependencies = [
16767 "float-cmp",
16768]
16769
16770[[package]]
16771name = "string_cache"
16772version = "0.8.9"
16773source = "registry+https://github.com/rust-lang/crates.io-index"
16774checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16775dependencies = [
16776 "new_debug_unreachable",
16777 "parking_lot",
16778 "phf_shared 0.11.3",
16779 "precomputed-hash",
16780 "serde",
16781]
16782
16783[[package]]
16784name = "string_cache_codegen"
16785version = "0.5.4"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16788dependencies = [
16789 "phf_generator 0.11.3",
16790 "phf_shared 0.11.3",
16791 "proc-macro2",
16792 "quote",
16793]
16794
16795[[package]]
16796name = "stringprep"
16797version = "0.1.5"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16800dependencies = [
16801 "unicode-bidi",
16802 "unicode-normalization",
16803 "unicode-properties",
16804]
16805
16806[[package]]
16807name = "strsim"
16808version = "0.11.1"
16809source = "registry+https://github.com/rust-lang/crates.io-index"
16810checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16811
16812[[package]]
16813name = "strum"
16814version = "0.26.3"
16815source = "registry+https://github.com/rust-lang/crates.io-index"
16816checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16817
16818[[package]]
16819name = "strum"
16820version = "0.27.2"
16821source = "registry+https://github.com/rust-lang/crates.io-index"
16822checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16823dependencies = [
16824 "strum_macros 0.27.2",
16825]
16826
16827[[package]]
16828name = "strum"
16829version = "0.28.0"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16832dependencies = [
16833 "strum_macros 0.28.0",
16834]
16835
16836[[package]]
16837name = "strum_macros"
16838version = "0.27.2"
16839source = "registry+https://github.com/rust-lang/crates.io-index"
16840checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16841dependencies = [
16842 "heck 0.5.0",
16843 "proc-macro2",
16844 "quote",
16845 "syn 2.0.117",
16846]
16847
16848[[package]]
16849name = "strum_macros"
16850version = "0.28.0"
16851source = "registry+https://github.com/rust-lang/crates.io-index"
16852checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16853dependencies = [
16854 "heck 0.5.0",
16855 "proc-macro2",
16856 "quote",
16857 "syn 2.0.117",
16858]
16859
16860[[package]]
16861name = "subtle"
16862version = "2.6.1"
16863source = "registry+https://github.com/rust-lang/crates.io-index"
16864checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16865
16866[[package]]
16867name = "sum_tree"
16868version = "0.1.0"
16869dependencies = [
16870 "ctor",
16871 "heapless",
16872 "log",
16873 "proptest",
16874 "rand 0.9.2",
16875 "rayon",
16876 "tracing",
16877 "zlog",
16878 "ztracing",
16879]
16880
16881[[package]]
16882name = "sval"
16883version = "2.15.0"
16884source = "registry+https://github.com/rust-lang/crates.io-index"
16885checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16886
16887[[package]]
16888name = "sval_buffer"
16889version = "2.15.0"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16892dependencies = [
16893 "sval",
16894 "sval_ref",
16895]
16896
16897[[package]]
16898name = "sval_dynamic"
16899version = "2.15.0"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16902dependencies = [
16903 "sval",
16904]
16905
16906[[package]]
16907name = "sval_fmt"
16908version = "2.15.0"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16911dependencies = [
16912 "itoa",
16913 "ryu",
16914 "sval",
16915]
16916
16917[[package]]
16918name = "sval_json"
16919version = "2.15.0"
16920source = "registry+https://github.com/rust-lang/crates.io-index"
16921checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16922dependencies = [
16923 "itoa",
16924 "ryu",
16925 "sval",
16926]
16927
16928[[package]]
16929name = "sval_nested"
16930version = "2.15.0"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16933dependencies = [
16934 "sval",
16935 "sval_buffer",
16936 "sval_ref",
16937]
16938
16939[[package]]
16940name = "sval_ref"
16941version = "2.15.0"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16944dependencies = [
16945 "sval",
16946]
16947
16948[[package]]
16949name = "sval_serde"
16950version = "2.15.0"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16953dependencies = [
16954 "serde_core",
16955 "sval",
16956 "sval_nested",
16957]
16958
16959[[package]]
16960name = "svg_fmt"
16961version = "0.4.5"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16964
16965[[package]]
16966name = "svg_preview"
16967version = "0.1.0"
16968dependencies = [
16969 "file_icons",
16970 "gpui",
16971 "language",
16972 "multi_buffer",
16973 "ui",
16974 "workspace",
16975 "zed_actions",
16976]
16977
16978[[package]]
16979name = "svgtypes"
16980version = "0.15.3"
16981source = "registry+https://github.com/rust-lang/crates.io-index"
16982checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16983dependencies = [
16984 "kurbo",
16985 "siphasher 1.0.1",
16986]
16987
16988[[package]]
16989name = "swash"
16990version = "0.2.6"
16991source = "registry+https://github.com/rust-lang/crates.io-index"
16992checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16993dependencies = [
16994 "skrifa 0.37.0",
16995 "yazi",
16996 "zeno",
16997]
16998
16999[[package]]
17000name = "symphonia"
17001version = "0.5.5"
17002source = "registry+https://github.com/rust-lang/crates.io-index"
17003checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17004dependencies = [
17005 "lazy_static",
17006 "symphonia-bundle-flac",
17007 "symphonia-bundle-mp3",
17008 "symphonia-codec-aac",
17009 "symphonia-codec-pcm",
17010 "symphonia-codec-vorbis",
17011 "symphonia-core",
17012 "symphonia-format-isomp4",
17013 "symphonia-format-ogg",
17014 "symphonia-format-riff",
17015 "symphonia-metadata",
17016]
17017
17018[[package]]
17019name = "symphonia-bundle-flac"
17020version = "0.5.5"
17021source = "registry+https://github.com/rust-lang/crates.io-index"
17022checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17023dependencies = [
17024 "log",
17025 "symphonia-core",
17026 "symphonia-metadata",
17027 "symphonia-utils-xiph",
17028]
17029
17030[[package]]
17031name = "symphonia-bundle-mp3"
17032version = "0.5.5"
17033source = "registry+https://github.com/rust-lang/crates.io-index"
17034checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17035dependencies = [
17036 "lazy_static",
17037 "log",
17038 "symphonia-core",
17039 "symphonia-metadata",
17040]
17041
17042[[package]]
17043name = "symphonia-codec-aac"
17044version = "0.5.5"
17045source = "registry+https://github.com/rust-lang/crates.io-index"
17046checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17047dependencies = [
17048 "lazy_static",
17049 "log",
17050 "symphonia-core",
17051]
17052
17053[[package]]
17054name = "symphonia-codec-pcm"
17055version = "0.5.5"
17056source = "registry+https://github.com/rust-lang/crates.io-index"
17057checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17058dependencies = [
17059 "log",
17060 "symphonia-core",
17061]
17062
17063[[package]]
17064name = "symphonia-codec-vorbis"
17065version = "0.5.5"
17066source = "registry+https://github.com/rust-lang/crates.io-index"
17067checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17068dependencies = [
17069 "log",
17070 "symphonia-core",
17071 "symphonia-utils-xiph",
17072]
17073
17074[[package]]
17075name = "symphonia-core"
17076version = "0.5.5"
17077source = "registry+https://github.com/rust-lang/crates.io-index"
17078checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17079dependencies = [
17080 "arrayvec",
17081 "bitflags 1.3.2",
17082 "bytemuck",
17083 "lazy_static",
17084 "log",
17085]
17086
17087[[package]]
17088name = "symphonia-format-isomp4"
17089version = "0.5.5"
17090source = "registry+https://github.com/rust-lang/crates.io-index"
17091checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17092dependencies = [
17093 "encoding_rs",
17094 "log",
17095 "symphonia-core",
17096 "symphonia-metadata",
17097 "symphonia-utils-xiph",
17098]
17099
17100[[package]]
17101name = "symphonia-format-ogg"
17102version = "0.5.5"
17103source = "registry+https://github.com/rust-lang/crates.io-index"
17104checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17105dependencies = [
17106 "log",
17107 "symphonia-core",
17108 "symphonia-metadata",
17109 "symphonia-utils-xiph",
17110]
17111
17112[[package]]
17113name = "symphonia-format-riff"
17114version = "0.5.5"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17117dependencies = [
17118 "extended",
17119 "log",
17120 "symphonia-core",
17121 "symphonia-metadata",
17122]
17123
17124[[package]]
17125name = "symphonia-metadata"
17126version = "0.5.5"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17129dependencies = [
17130 "encoding_rs",
17131 "lazy_static",
17132 "log",
17133 "symphonia-core",
17134]
17135
17136[[package]]
17137name = "symphonia-utils-xiph"
17138version = "0.5.5"
17139source = "registry+https://github.com/rust-lang/crates.io-index"
17140checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17141dependencies = [
17142 "symphonia-core",
17143 "symphonia-metadata",
17144]
17145
17146[[package]]
17147name = "syn"
17148version = "1.0.109"
17149source = "registry+https://github.com/rust-lang/crates.io-index"
17150checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17151dependencies = [
17152 "proc-macro2",
17153 "quote",
17154 "unicode-ident",
17155]
17156
17157[[package]]
17158name = "syn"
17159version = "2.0.117"
17160source = "registry+https://github.com/rust-lang/crates.io-index"
17161checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17162dependencies = [
17163 "proc-macro2",
17164 "quote",
17165 "unicode-ident",
17166]
17167
17168[[package]]
17169name = "sync_wrapper"
17170version = "0.1.2"
17171source = "registry+https://github.com/rust-lang/crates.io-index"
17172checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17173
17174[[package]]
17175name = "sync_wrapper"
17176version = "1.0.2"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17179dependencies = [
17180 "futures-core",
17181]
17182
17183[[package]]
17184name = "synchronoise"
17185version = "1.0.1"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17188dependencies = [
17189 "crossbeam-queue",
17190]
17191
17192[[package]]
17193name = "synstructure"
17194version = "0.13.2"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17197dependencies = [
17198 "proc-macro2",
17199 "quote",
17200 "syn 2.0.117",
17201]
17202
17203[[package]]
17204name = "syntax_theme"
17205version = "0.1.0"
17206dependencies = [
17207 "gpui",
17208 "serde",
17209 "serde_json",
17210]
17211
17212[[package]]
17213name = "sys-locale"
17214version = "0.3.2"
17215source = "registry+https://github.com/rust-lang/crates.io-index"
17216checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17217dependencies = [
17218 "libc",
17219]
17220
17221[[package]]
17222name = "sysctl"
17223version = "0.5.5"
17224source = "registry+https://github.com/rust-lang/crates.io-index"
17225checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17226dependencies = [
17227 "bitflags 2.10.0",
17228 "byteorder",
17229 "enum-as-inner",
17230 "libc",
17231 "thiserror 1.0.69",
17232 "walkdir",
17233]
17234
17235[[package]]
17236name = "sysctl"
17237version = "0.6.0"
17238source = "registry+https://github.com/rust-lang/crates.io-index"
17239checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17240dependencies = [
17241 "bitflags 2.10.0",
17242 "byteorder",
17243 "enum-as-inner",
17244 "libc",
17245 "thiserror 1.0.69",
17246 "walkdir",
17247]
17248
17249[[package]]
17250name = "sysinfo"
17251version = "0.31.4"
17252source = "registry+https://github.com/rust-lang/crates.io-index"
17253checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17254dependencies = [
17255 "core-foundation-sys",
17256 "libc",
17257 "memchr",
17258 "ntapi",
17259 "rayon",
17260 "windows 0.57.0",
17261]
17262
17263[[package]]
17264name = "sysinfo"
17265version = "0.37.2"
17266source = "registry+https://github.com/rust-lang/crates.io-index"
17267checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17268dependencies = [
17269 "libc",
17270 "memchr",
17271 "ntapi",
17272 "objc2-core-foundation",
17273 "objc2-io-kit",
17274 "windows 0.61.3",
17275]
17276
17277[[package]]
17278name = "system-configuration"
17279version = "0.5.1"
17280source = "registry+https://github.com/rust-lang/crates.io-index"
17281checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17282dependencies = [
17283 "bitflags 1.3.2",
17284 "core-foundation 0.9.4",
17285 "system-configuration-sys 0.5.0",
17286]
17287
17288[[package]]
17289name = "system-configuration"
17290version = "0.6.1"
17291source = "registry+https://github.com/rust-lang/crates.io-index"
17292checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17293dependencies = [
17294 "bitflags 2.10.0",
17295 "core-foundation 0.9.4",
17296 "system-configuration-sys 0.6.0",
17297]
17298
17299[[package]]
17300name = "system-configuration-sys"
17301version = "0.5.0"
17302source = "registry+https://github.com/rust-lang/crates.io-index"
17303checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17304dependencies = [
17305 "core-foundation-sys",
17306 "libc",
17307]
17308
17309[[package]]
17310name = "system-configuration-sys"
17311version = "0.6.0"
17312source = "registry+https://github.com/rust-lang/crates.io-index"
17313checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17314dependencies = [
17315 "core-foundation-sys",
17316 "libc",
17317]
17318
17319[[package]]
17320name = "system-deps"
17321version = "6.2.2"
17322source = "registry+https://github.com/rust-lang/crates.io-index"
17323checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17324dependencies = [
17325 "cfg-expr 0.15.8",
17326 "heck 0.5.0",
17327 "pkg-config",
17328 "toml 0.8.23",
17329 "version-compare",
17330]
17331
17332[[package]]
17333name = "system-deps"
17334version = "7.0.7"
17335source = "registry+https://github.com/rust-lang/crates.io-index"
17336checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17337dependencies = [
17338 "cfg-expr 0.20.6",
17339 "heck 0.5.0",
17340 "pkg-config",
17341 "toml 0.9.8",
17342 "version-compare",
17343]
17344
17345[[package]]
17346name = "system-interface"
17347version = "0.27.3"
17348source = "registry+https://github.com/rust-lang/crates.io-index"
17349checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17350dependencies = [
17351 "bitflags 2.10.0",
17352 "cap-fs-ext",
17353 "cap-std",
17354 "fd-lock",
17355 "io-lifetimes",
17356 "rustix 0.38.44",
17357 "windows-sys 0.59.0",
17358 "winx",
17359]
17360
17361[[package]]
17362name = "system_specs"
17363version = "0.1.0"
17364dependencies = [
17365 "anyhow",
17366 "client",
17367 "gpui",
17368 "human_bytes",
17369 "pciid-parser",
17370 "release_channel",
17371 "semver",
17372 "serde",
17373 "sysinfo 0.37.2",
17374]
17375
17376[[package]]
17377name = "tab_switcher"
17378version = "0.1.0"
17379dependencies = [
17380 "collections",
17381 "ctor",
17382 "editor",
17383 "fuzzy",
17384 "gpui",
17385 "menu",
17386 "picker",
17387 "project",
17388 "schemars",
17389 "serde",
17390 "serde_json",
17391 "settings",
17392 "smol",
17393 "theme",
17394 "theme_settings",
17395 "ui",
17396 "util",
17397 "workspace",
17398 "zlog",
17399]
17400
17401[[package]]
17402name = "taffy"
17403version = "0.9.0"
17404source = "registry+https://github.com/rust-lang/crates.io-index"
17405checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17406dependencies = [
17407 "arrayvec",
17408 "grid",
17409 "serde",
17410 "slotmap",
17411]
17412
17413[[package]]
17414name = "tagptr"
17415version = "0.2.0"
17416source = "registry+https://github.com/rust-lang/crates.io-index"
17417checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17418
17419[[package]]
17420name = "take-until"
17421version = "0.2.0"
17422source = "registry+https://github.com/rust-lang/crates.io-index"
17423checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17424
17425[[package]]
17426name = "tao-core-video-sys"
17427version = "0.2.0"
17428source = "registry+https://github.com/rust-lang/crates.io-index"
17429checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17430dependencies = [
17431 "cfg-if",
17432 "core-foundation-sys",
17433 "libc",
17434 "objc",
17435]
17436
17437[[package]]
17438name = "tap"
17439version = "1.0.1"
17440source = "registry+https://github.com/rust-lang/crates.io-index"
17441checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17442
17443[[package]]
17444name = "target-lexicon"
17445version = "0.12.16"
17446source = "registry+https://github.com/rust-lang/crates.io-index"
17447checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17448
17449[[package]]
17450name = "target-lexicon"
17451version = "0.13.3"
17452source = "registry+https://github.com/rust-lang/crates.io-index"
17453checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17454
17455[[package]]
17456name = "task"
17457version = "0.1.0"
17458dependencies = [
17459 "anyhow",
17460 "collections",
17461 "futures 0.3.32",
17462 "gpui",
17463 "hex",
17464 "log",
17465 "parking_lot",
17466 "pretty_assertions",
17467 "proto",
17468 "schemars",
17469 "serde",
17470 "serde_json",
17471 "serde_json_lenient",
17472 "sha2",
17473 "shellexpand 2.1.2",
17474 "util",
17475 "zed_actions",
17476]
17477
17478[[package]]
17479name = "tasks_ui"
17480version = "0.1.0"
17481dependencies = [
17482 "anyhow",
17483 "collections",
17484 "editor",
17485 "file_icons",
17486 "fuzzy",
17487 "gpui",
17488 "itertools 0.14.0",
17489 "language",
17490 "menu",
17491 "picker",
17492 "project",
17493 "serde",
17494 "serde_json",
17495 "task",
17496 "tree-sitter-rust",
17497 "tree-sitter-typescript",
17498 "ui",
17499 "util",
17500 "workspace",
17501 "zed_actions",
17502]
17503
17504[[package]]
17505name = "telemetry"
17506version = "0.1.0"
17507dependencies = [
17508 "futures 0.3.32",
17509 "serde",
17510 "serde_json",
17511 "telemetry_events",
17512]
17513
17514[[package]]
17515name = "telemetry_events"
17516version = "0.1.0"
17517dependencies = [
17518 "semver",
17519 "serde",
17520 "serde_json",
17521]
17522
17523[[package]]
17524name = "tempfile"
17525version = "3.23.0"
17526source = "registry+https://github.com/rust-lang/crates.io-index"
17527checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17528dependencies = [
17529 "fastrand 2.3.0",
17530 "getrandom 0.3.4",
17531 "once_cell",
17532 "rustix 1.1.2",
17533 "windows-sys 0.61.2",
17534]
17535
17536[[package]]
17537name = "tendril"
17538version = "0.4.3"
17539source = "registry+https://github.com/rust-lang/crates.io-index"
17540checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17541dependencies = [
17542 "futf",
17543 "mac",
17544 "utf-8",
17545]
17546
17547[[package]]
17548name = "termcolor"
17549version = "1.4.1"
17550source = "registry+https://github.com/rust-lang/crates.io-index"
17551checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17552dependencies = [
17553 "winapi-util",
17554]
17555
17556[[package]]
17557name = "terminal"
17558version = "0.1.0"
17559dependencies = [
17560 "alacritty_terminal",
17561 "anyhow",
17562 "collections",
17563 "futures 0.3.32",
17564 "gpui",
17565 "itertools 0.14.0",
17566 "libc",
17567 "log",
17568 "parking_lot",
17569 "rand 0.9.2",
17570 "regex",
17571 "release_channel",
17572 "schemars",
17573 "serde",
17574 "settings",
17575 "smol",
17576 "sysinfo 0.37.2",
17577 "task",
17578 "theme",
17579 "theme_settings",
17580 "thiserror 2.0.17",
17581 "url",
17582 "urlencoding",
17583 "util",
17584 "util_macros",
17585 "windows 0.61.3",
17586]
17587
17588[[package]]
17589name = "terminal_size"
17590version = "0.4.3"
17591source = "registry+https://github.com/rust-lang/crates.io-index"
17592checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17593dependencies = [
17594 "rustix 1.1.2",
17595 "windows-sys 0.60.2",
17596]
17597
17598[[package]]
17599name = "terminal_view"
17600version = "0.1.0"
17601dependencies = [
17602 "anyhow",
17603 "async-recursion",
17604 "breadcrumbs",
17605 "collections",
17606 "db",
17607 "dirs 4.0.0",
17608 "editor",
17609 "futures 0.3.32",
17610 "gpui",
17611 "itertools 0.14.0",
17612 "language",
17613 "log",
17614 "menu",
17615 "pretty_assertions",
17616 "project",
17617 "regex",
17618 "schemars",
17619 "serde",
17620 "serde_json",
17621 "settings",
17622 "shellexpand 2.1.2",
17623 "task",
17624 "terminal",
17625 "theme",
17626 "theme_settings",
17627 "ui",
17628 "util",
17629 "workspace",
17630 "zed_actions",
17631]
17632
17633[[package]]
17634name = "text"
17635version = "0.1.0"
17636dependencies = [
17637 "anyhow",
17638 "clock",
17639 "collections",
17640 "ctor",
17641 "gpui",
17642 "log",
17643 "parking_lot",
17644 "postage",
17645 "rand 0.9.2",
17646 "regex",
17647 "rope",
17648 "smallvec",
17649 "sum_tree",
17650 "util",
17651 "zlog",
17652]
17653
17654[[package]]
17655name = "theme"
17656version = "0.1.0"
17657dependencies = [
17658 "anyhow",
17659 "collections",
17660 "gpui",
17661 "palette",
17662 "parking_lot",
17663 "refineable",
17664 "schemars",
17665 "serde",
17666 "serde_json",
17667 "serde_json_lenient",
17668 "strum 0.27.2",
17669 "syntax_theme",
17670 "thiserror 2.0.17",
17671 "uuid",
17672]
17673
17674[[package]]
17675name = "theme_extension"
17676version = "0.1.0"
17677dependencies = [
17678 "anyhow",
17679 "extension",
17680 "fs",
17681 "gpui",
17682 "theme",
17683 "theme_settings",
17684]
17685
17686[[package]]
17687name = "theme_importer"
17688version = "0.1.0"
17689dependencies = [
17690 "anyhow",
17691 "clap",
17692 "collections",
17693 "gpui",
17694 "indexmap",
17695 "log",
17696 "palette",
17697 "serde",
17698 "serde_json",
17699 "serde_json_lenient",
17700 "simplelog",
17701 "strum 0.27.2",
17702 "theme",
17703 "theme_settings",
17704 "vscode_theme",
17705]
17706
17707[[package]]
17708name = "theme_selector"
17709version = "0.1.0"
17710dependencies = [
17711 "editor",
17712 "fs",
17713 "fuzzy",
17714 "gpui",
17715 "log",
17716 "picker",
17717 "project",
17718 "serde",
17719 "serde_json",
17720 "settings",
17721 "telemetry",
17722 "theme",
17723 "theme_settings",
17724 "ui",
17725 "util",
17726 "workspace",
17727 "zed_actions",
17728]
17729
17730[[package]]
17731name = "theme_settings"
17732version = "0.1.0"
17733dependencies = [
17734 "anyhow",
17735 "collections",
17736 "gpui",
17737 "gpui_util",
17738 "log",
17739 "palette",
17740 "refineable",
17741 "schemars",
17742 "serde",
17743 "serde_json",
17744 "serde_json_lenient",
17745 "settings",
17746 "theme",
17747 "uuid",
17748]
17749
17750[[package]]
17751name = "thiserror"
17752version = "1.0.69"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17755dependencies = [
17756 "thiserror-impl 1.0.69",
17757]
17758
17759[[package]]
17760name = "thiserror"
17761version = "2.0.17"
17762source = "registry+https://github.com/rust-lang/crates.io-index"
17763checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17764dependencies = [
17765 "thiserror-impl 2.0.17",
17766]
17767
17768[[package]]
17769name = "thiserror-impl"
17770version = "1.0.69"
17771source = "registry+https://github.com/rust-lang/crates.io-index"
17772checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17773dependencies = [
17774 "proc-macro2",
17775 "quote",
17776 "syn 2.0.117",
17777]
17778
17779[[package]]
17780name = "thiserror-impl"
17781version = "2.0.17"
17782source = "registry+https://github.com/rust-lang/crates.io-index"
17783checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17784dependencies = [
17785 "proc-macro2",
17786 "quote",
17787 "syn 2.0.117",
17788]
17789
17790[[package]]
17791name = "thread_local"
17792version = "1.1.9"
17793source = "registry+https://github.com/rust-lang/crates.io-index"
17794checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17795dependencies = [
17796 "cfg-if",
17797]
17798
17799[[package]]
17800name = "tiff"
17801version = "0.10.3"
17802source = "registry+https://github.com/rust-lang/crates.io-index"
17803checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17804dependencies = [
17805 "fax",
17806 "flate2",
17807 "half",
17808 "quick-error 2.0.1",
17809 "weezl",
17810 "zune-jpeg",
17811]
17812
17813[[package]]
17814name = "tiktoken-rs"
17815version = "0.9.1"
17816source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17817dependencies = [
17818 "anyhow",
17819 "base64 0.22.1",
17820 "bstr",
17821 "fancy-regex 0.16.2",
17822 "lazy_static",
17823 "regex",
17824 "rustc-hash 1.1.0",
17825]
17826
17827[[package]]
17828name = "time"
17829version = "0.3.47"
17830source = "registry+https://github.com/rust-lang/crates.io-index"
17831checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17832dependencies = [
17833 "deranged",
17834 "itoa",
17835 "libc",
17836 "num-conv",
17837 "num_threads",
17838 "powerfmt",
17839 "serde_core",
17840 "time-core",
17841 "time-macros",
17842]
17843
17844[[package]]
17845name = "time-core"
17846version = "0.1.8"
17847source = "registry+https://github.com/rust-lang/crates.io-index"
17848checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17849
17850[[package]]
17851name = "time-macros"
17852version = "0.2.27"
17853source = "registry+https://github.com/rust-lang/crates.io-index"
17854checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17855dependencies = [
17856 "num-conv",
17857 "time-core",
17858]
17859
17860[[package]]
17861name = "time_format"
17862version = "0.1.0"
17863dependencies = [
17864 "core-foundation 0.10.0",
17865 "core-foundation-sys",
17866 "sys-locale",
17867 "time",
17868 "windows 0.61.3",
17869]
17870
17871[[package]]
17872name = "tiny-keccak"
17873version = "2.0.2"
17874source = "registry+https://github.com/rust-lang/crates.io-index"
17875checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17876dependencies = [
17877 "crunchy",
17878]
17879
17880[[package]]
17881name = "tiny-skia"
17882version = "0.11.4"
17883source = "registry+https://github.com/rust-lang/crates.io-index"
17884checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17885dependencies = [
17886 "arrayref",
17887 "arrayvec",
17888 "bytemuck",
17889 "cfg-if",
17890 "log",
17891 "png 0.17.16",
17892 "tiny-skia-path",
17893]
17894
17895[[package]]
17896name = "tiny-skia-path"
17897version = "0.11.4"
17898source = "registry+https://github.com/rust-lang/crates.io-index"
17899checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17900dependencies = [
17901 "arrayref",
17902 "bytemuck",
17903 "strict-num",
17904]
17905
17906[[package]]
17907name = "tiny_http"
17908version = "0.12.0"
17909source = "registry+https://github.com/rust-lang/crates.io-index"
17910checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17911dependencies = [
17912 "ascii",
17913 "chunked_transfer",
17914 "httpdate",
17915 "log",
17916]
17917
17918[[package]]
17919name = "tinystr"
17920version = "0.8.1"
17921source = "registry+https://github.com/rust-lang/crates.io-index"
17922checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17923dependencies = [
17924 "displaydoc",
17925 "zerovec",
17926]
17927
17928[[package]]
17929name = "tinytemplate"
17930version = "1.2.1"
17931source = "registry+https://github.com/rust-lang/crates.io-index"
17932checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17933dependencies = [
17934 "serde",
17935 "serde_json",
17936]
17937
17938[[package]]
17939name = "tinyvec"
17940version = "1.10.0"
17941source = "registry+https://github.com/rust-lang/crates.io-index"
17942checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17943dependencies = [
17944 "tinyvec_macros",
17945]
17946
17947[[package]]
17948name = "tinyvec_macros"
17949version = "0.1.1"
17950source = "registry+https://github.com/rust-lang/crates.io-index"
17951checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17952
17953[[package]]
17954name = "title_bar"
17955version = "0.1.0"
17956dependencies = [
17957 "anyhow",
17958 "auto_update",
17959 "call",
17960 "channel",
17961 "chrono",
17962 "client",
17963 "cloud_api_types",
17964 "db",
17965 "git_ui",
17966 "gpui",
17967 "icons",
17968 "livekit_client",
17969 "notifications",
17970 "platform_title_bar",
17971 "project",
17972 "recent_projects",
17973 "release_channel",
17974 "remote",
17975 "remote_connection",
17976 "rpc",
17977 "schemars",
17978 "semver",
17979 "serde",
17980 "settings",
17981 "smallvec",
17982 "telemetry",
17983 "theme",
17984 "ui",
17985 "util",
17986 "windows 0.61.3",
17987 "workspace",
17988 "zed_actions",
17989]
17990
17991[[package]]
17992name = "tokio"
17993version = "1.48.0"
17994source = "registry+https://github.com/rust-lang/crates.io-index"
17995checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17996dependencies = [
17997 "bytes 1.11.1",
17998 "libc",
17999 "mio 1.1.0",
18000 "parking_lot",
18001 "pin-project-lite",
18002 "signal-hook-registry",
18003 "socket2 0.6.1",
18004 "tokio-macros",
18005 "windows-sys 0.61.2",
18006]
18007
18008[[package]]
18009name = "tokio-io"
18010version = "0.1.13"
18011source = "registry+https://github.com/rust-lang/crates.io-index"
18012checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18013dependencies = [
18014 "bytes 0.4.12",
18015 "futures 0.1.31",
18016 "log",
18017]
18018
18019[[package]]
18020name = "tokio-macros"
18021version = "2.6.0"
18022source = "registry+https://github.com/rust-lang/crates.io-index"
18023checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18024dependencies = [
18025 "proc-macro2",
18026 "quote",
18027 "syn 2.0.117",
18028]
18029
18030[[package]]
18031name = "tokio-native-tls"
18032version = "0.3.1"
18033source = "registry+https://github.com/rust-lang/crates.io-index"
18034checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18035dependencies = [
18036 "native-tls",
18037 "tokio",
18038]
18039
18040[[package]]
18041name = "tokio-rustls"
18042version = "0.24.1"
18043source = "registry+https://github.com/rust-lang/crates.io-index"
18044checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18045dependencies = [
18046 "rustls 0.21.12",
18047 "tokio",
18048]
18049
18050[[package]]
18051name = "tokio-rustls"
18052version = "0.26.2"
18053source = "registry+https://github.com/rust-lang/crates.io-index"
18054checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18055dependencies = [
18056 "rustls 0.23.33",
18057 "tokio",
18058]
18059
18060[[package]]
18061name = "tokio-socks"
18062version = "0.5.2"
18063source = "registry+https://github.com/rust-lang/crates.io-index"
18064checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18065dependencies = [
18066 "either",
18067 "futures-io",
18068 "futures-util",
18069 "thiserror 1.0.69",
18070 "tokio",
18071]
18072
18073[[package]]
18074name = "tokio-stream"
18075version = "0.1.17"
18076source = "registry+https://github.com/rust-lang/crates.io-index"
18077checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18078dependencies = [
18079 "futures-core",
18080 "pin-project-lite",
18081 "tokio",
18082]
18083
18084[[package]]
18085name = "tokio-tungstenite"
18086version = "0.20.1"
18087source = "registry+https://github.com/rust-lang/crates.io-index"
18088checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18089dependencies = [
18090 "futures-util",
18091 "log",
18092 "tokio",
18093 "tungstenite 0.20.1",
18094]
18095
18096[[package]]
18097name = "tokio-tungstenite"
18098version = "0.21.0"
18099source = "registry+https://github.com/rust-lang/crates.io-index"
18100checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18101dependencies = [
18102 "futures-util",
18103 "log",
18104 "tokio",
18105 "tungstenite 0.21.0",
18106]
18107
18108[[package]]
18109name = "tokio-tungstenite"
18110version = "0.28.0"
18111source = "registry+https://github.com/rust-lang/crates.io-index"
18112checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18113dependencies = [
18114 "futures-util",
18115 "log",
18116 "rustls 0.23.33",
18117 "rustls-native-certs 0.8.2",
18118 "rustls-pki-types",
18119 "tokio",
18120 "tokio-rustls 0.26.2",
18121 "tungstenite 0.28.0",
18122]
18123
18124[[package]]
18125name = "tokio-util"
18126version = "0.7.16"
18127source = "registry+https://github.com/rust-lang/crates.io-index"
18128checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18129dependencies = [
18130 "bytes 1.11.1",
18131 "futures-core",
18132 "futures-io",
18133 "futures-sink",
18134 "pin-project-lite",
18135 "tokio",
18136]
18137
18138[[package]]
18139name = "toml"
18140version = "0.5.11"
18141source = "registry+https://github.com/rust-lang/crates.io-index"
18142checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18143dependencies = [
18144 "serde",
18145]
18146
18147[[package]]
18148name = "toml"
18149version = "0.8.23"
18150source = "registry+https://github.com/rust-lang/crates.io-index"
18151checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18152dependencies = [
18153 "serde",
18154 "serde_spanned 0.6.9",
18155 "toml_datetime 0.6.11",
18156 "toml_edit 0.22.27",
18157]
18158
18159[[package]]
18160name = "toml"
18161version = "0.9.8"
18162source = "registry+https://github.com/rust-lang/crates.io-index"
18163checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18164dependencies = [
18165 "indexmap",
18166 "serde_core",
18167 "serde_spanned 1.0.3",
18168 "toml_datetime 0.7.3",
18169 "toml_parser",
18170 "toml_writer",
18171 "winnow",
18172]
18173
18174[[package]]
18175name = "toml_datetime"
18176version = "0.6.11"
18177source = "registry+https://github.com/rust-lang/crates.io-index"
18178checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18179dependencies = [
18180 "serde",
18181]
18182
18183[[package]]
18184name = "toml_datetime"
18185version = "0.7.3"
18186source = "registry+https://github.com/rust-lang/crates.io-index"
18187checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18188dependencies = [
18189 "serde_core",
18190]
18191
18192[[package]]
18193name = "toml_edit"
18194version = "0.22.27"
18195source = "registry+https://github.com/rust-lang/crates.io-index"
18196checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18197dependencies = [
18198 "indexmap",
18199 "serde",
18200 "serde_spanned 0.6.9",
18201 "toml_datetime 0.6.11",
18202 "toml_write",
18203 "winnow",
18204]
18205
18206[[package]]
18207name = "toml_edit"
18208version = "0.23.7"
18209source = "registry+https://github.com/rust-lang/crates.io-index"
18210checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18211dependencies = [
18212 "indexmap",
18213 "toml_datetime 0.7.3",
18214 "toml_parser",
18215 "winnow",
18216]
18217
18218[[package]]
18219name = "toml_parser"
18220version = "1.0.4"
18221source = "registry+https://github.com/rust-lang/crates.io-index"
18222checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18223dependencies = [
18224 "winnow",
18225]
18226
18227[[package]]
18228name = "toml_write"
18229version = "0.1.2"
18230source = "registry+https://github.com/rust-lang/crates.io-index"
18231checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18232
18233[[package]]
18234name = "toml_writer"
18235version = "1.0.4"
18236source = "registry+https://github.com/rust-lang/crates.io-index"
18237checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18238
18239[[package]]
18240name = "toolchain_selector"
18241version = "0.1.0"
18242dependencies = [
18243 "anyhow",
18244 "convert_case 0.8.0",
18245 "editor",
18246 "futures 0.3.32",
18247 "fuzzy",
18248 "gpui",
18249 "language",
18250 "menu",
18251 "open_path_prompt",
18252 "picker",
18253 "project",
18254 "ui",
18255 "util",
18256 "workspace",
18257]
18258
18259[[package]]
18260name = "topological-sort"
18261version = "0.2.2"
18262source = "registry+https://github.com/rust-lang/crates.io-index"
18263checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18264
18265[[package]]
18266name = "tower"
18267version = "0.4.13"
18268source = "registry+https://github.com/rust-lang/crates.io-index"
18269checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18270dependencies = [
18271 "futures-core",
18272 "futures-util",
18273 "pin-project",
18274 "pin-project-lite",
18275 "tokio",
18276 "tower-layer",
18277 "tower-service",
18278 "tracing",
18279]
18280
18281[[package]]
18282name = "tower"
18283version = "0.5.2"
18284source = "registry+https://github.com/rust-lang/crates.io-index"
18285checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18286dependencies = [
18287 "futures-core",
18288 "futures-util",
18289 "pin-project-lite",
18290 "sync_wrapper 1.0.2",
18291 "tokio",
18292 "tokio-util",
18293 "tower-layer",
18294 "tower-service",
18295 "tracing",
18296]
18297
18298[[package]]
18299name = "tower-http"
18300version = "0.4.4"
18301source = "registry+https://github.com/rust-lang/crates.io-index"
18302checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18303dependencies = [
18304 "bitflags 2.10.0",
18305 "bytes 1.11.1",
18306 "futures-core",
18307 "futures-util",
18308 "http 0.2.12",
18309 "http-body 0.4.6",
18310 "http-range-header",
18311 "pin-project-lite",
18312 "tower-layer",
18313 "tower-service",
18314 "tracing",
18315]
18316
18317[[package]]
18318name = "tower-http"
18319version = "0.6.6"
18320source = "registry+https://github.com/rust-lang/crates.io-index"
18321checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18322dependencies = [
18323 "bitflags 2.10.0",
18324 "bytes 1.11.1",
18325 "futures-util",
18326 "http 1.3.1",
18327 "http-body 1.0.1",
18328 "iri-string",
18329 "pin-project-lite",
18330 "tower 0.5.2",
18331 "tower-layer",
18332 "tower-service",
18333 "tracing",
18334]
18335
18336[[package]]
18337name = "tower-layer"
18338version = "0.3.3"
18339source = "registry+https://github.com/rust-lang/crates.io-index"
18340checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18341
18342[[package]]
18343name = "tower-service"
18344version = "0.3.3"
18345source = "registry+https://github.com/rust-lang/crates.io-index"
18346checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18347
18348[[package]]
18349name = "tracing"
18350version = "0.1.43"
18351source = "registry+https://github.com/rust-lang/crates.io-index"
18352checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18353dependencies = [
18354 "log",
18355 "pin-project-lite",
18356 "tracing-attributes",
18357 "tracing-core",
18358]
18359
18360[[package]]
18361name = "tracing-attributes"
18362version = "0.1.31"
18363source = "registry+https://github.com/rust-lang/crates.io-index"
18364checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18365dependencies = [
18366 "proc-macro2",
18367 "quote",
18368 "syn 2.0.117",
18369]
18370
18371[[package]]
18372name = "tracing-core"
18373version = "0.1.35"
18374source = "registry+https://github.com/rust-lang/crates.io-index"
18375checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18376dependencies = [
18377 "once_cell",
18378 "valuable",
18379]
18380
18381[[package]]
18382name = "tracing-log"
18383version = "0.2.0"
18384source = "registry+https://github.com/rust-lang/crates.io-index"
18385checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18386dependencies = [
18387 "log",
18388 "once_cell",
18389 "tracing-core",
18390]
18391
18392[[package]]
18393name = "tracing-serde"
18394version = "0.2.0"
18395source = "registry+https://github.com/rust-lang/crates.io-index"
18396checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18397dependencies = [
18398 "serde",
18399 "tracing-core",
18400]
18401
18402[[package]]
18403name = "tracing-subscriber"
18404version = "0.3.22"
18405source = "registry+https://github.com/rust-lang/crates.io-index"
18406checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18407dependencies = [
18408 "matchers",
18409 "nu-ansi-term",
18410 "once_cell",
18411 "regex-automata",
18412 "serde",
18413 "serde_json",
18414 "sharded-slab",
18415 "smallvec",
18416 "thread_local",
18417 "tracing",
18418 "tracing-core",
18419 "tracing-log",
18420 "tracing-serde",
18421]
18422
18423[[package]]
18424name = "tracing-tracy"
18425version = "0.11.4"
18426source = "registry+https://github.com/rust-lang/crates.io-index"
18427checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18428dependencies = [
18429 "tracing-core",
18430 "tracing-subscriber",
18431 "tracy-client",
18432]
18433
18434[[package]]
18435name = "tracy-client"
18436version = "0.18.3"
18437source = "registry+https://github.com/rust-lang/crates.io-index"
18438checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18439dependencies = [
18440 "loom",
18441 "once_cell",
18442 "tracy-client-sys",
18443]
18444
18445[[package]]
18446name = "tracy-client-sys"
18447version = "0.27.0"
18448source = "registry+https://github.com/rust-lang/crates.io-index"
18449checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18450dependencies = [
18451 "cc",
18452 "windows-targets 0.52.6",
18453]
18454
18455[[package]]
18456name = "transpose"
18457version = "0.2.3"
18458source = "registry+https://github.com/rust-lang/crates.io-index"
18459checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18460dependencies = [
18461 "num-integer",
18462 "strength_reduce",
18463]
18464
18465[[package]]
18466name = "trash"
18467version = "5.2.5"
18468source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18469dependencies = [
18470 "chrono",
18471 "libc",
18472 "log",
18473 "objc2",
18474 "objc2-foundation",
18475 "once_cell",
18476 "percent-encoding",
18477 "scopeguard",
18478 "urlencoding",
18479 "windows 0.56.0",
18480 "windows-core 0.56.0",
18481]
18482
18483[[package]]
18484name = "tree-sitter"
18485version = "0.26.8"
18486source = "registry+https://github.com/rust-lang/crates.io-index"
18487checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18488dependencies = [
18489 "cc",
18490 "regex",
18491 "regex-syntax",
18492 "serde_json",
18493 "streaming-iterator",
18494 "tree-sitter-language",
18495 "wasmtime-c-api-impl",
18496]
18497
18498[[package]]
18499name = "tree-sitter-bash"
18500version = "0.25.1"
18501source = "registry+https://github.com/rust-lang/crates.io-index"
18502checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18503dependencies = [
18504 "cc",
18505 "tree-sitter-language",
18506]
18507
18508[[package]]
18509name = "tree-sitter-c"
18510version = "0.24.1"
18511source = "registry+https://github.com/rust-lang/crates.io-index"
18512checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18513dependencies = [
18514 "cc",
18515 "tree-sitter-language",
18516]
18517
18518[[package]]
18519name = "tree-sitter-cpp"
18520version = "0.23.4"
18521source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18522dependencies = [
18523 "cc",
18524 "tree-sitter-language",
18525]
18526
18527[[package]]
18528name = "tree-sitter-css"
18529version = "0.23.2"
18530source = "registry+https://github.com/rust-lang/crates.io-index"
18531checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18532dependencies = [
18533 "cc",
18534 "tree-sitter-language",
18535]
18536
18537[[package]]
18538name = "tree-sitter-diff"
18539version = "0.1.0"
18540source = "registry+https://github.com/rust-lang/crates.io-index"
18541checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18542dependencies = [
18543 "cc",
18544 "tree-sitter-language",
18545]
18546
18547[[package]]
18548name = "tree-sitter-elixir"
18549version = "0.3.4"
18550source = "registry+https://github.com/rust-lang/crates.io-index"
18551checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18552dependencies = [
18553 "cc",
18554 "tree-sitter-language",
18555]
18556
18557[[package]]
18558name = "tree-sitter-embedded-template"
18559version = "0.23.2"
18560source = "registry+https://github.com/rust-lang/crates.io-index"
18561checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18562dependencies = [
18563 "cc",
18564 "tree-sitter-language",
18565]
18566
18567[[package]]
18568name = "tree-sitter-gitcommit"
18569version = "0.0.1"
18570source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18571dependencies = [
18572 "cc",
18573 "tree-sitter-language",
18574]
18575
18576[[package]]
18577name = "tree-sitter-go"
18578version = "0.25.0"
18579source = "registry+https://github.com/rust-lang/crates.io-index"
18580checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18581dependencies = [
18582 "cc",
18583 "tree-sitter-language",
18584]
18585
18586[[package]]
18587name = "tree-sitter-gomod"
18588version = "1.1.1"
18589source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18590dependencies = [
18591 "cc",
18592 "tree-sitter-language",
18593]
18594
18595[[package]]
18596name = "tree-sitter-gowork"
18597version = "0.0.1"
18598source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18599dependencies = [
18600 "cc",
18601 "tree-sitter-language",
18602]
18603
18604[[package]]
18605name = "tree-sitter-heex"
18606version = "0.0.1"
18607source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18608dependencies = [
18609 "cc",
18610 "tree-sitter-language",
18611]
18612
18613[[package]]
18614name = "tree-sitter-html"
18615version = "0.23.2"
18616source = "registry+https://github.com/rust-lang/crates.io-index"
18617checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18618dependencies = [
18619 "cc",
18620 "tree-sitter-language",
18621]
18622
18623[[package]]
18624name = "tree-sitter-jsdoc"
18625version = "0.23.2"
18626source = "registry+https://github.com/rust-lang/crates.io-index"
18627checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18628dependencies = [
18629 "cc",
18630 "tree-sitter-language",
18631]
18632
18633[[package]]
18634name = "tree-sitter-json"
18635version = "0.24.8"
18636source = "registry+https://github.com/rust-lang/crates.io-index"
18637checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18638dependencies = [
18639 "cc",
18640 "tree-sitter-language",
18641]
18642
18643[[package]]
18644name = "tree-sitter-language"
18645version = "0.1.5"
18646source = "registry+https://github.com/rust-lang/crates.io-index"
18647checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18648
18649[[package]]
18650name = "tree-sitter-md"
18651version = "0.3.2"
18652source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18653dependencies = [
18654 "cc",
18655 "tree-sitter-language",
18656]
18657
18658[[package]]
18659name = "tree-sitter-python"
18660version = "0.25.0"
18661source = "registry+https://github.com/rust-lang/crates.io-index"
18662checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18663dependencies = [
18664 "cc",
18665 "tree-sitter-language",
18666]
18667
18668[[package]]
18669name = "tree-sitter-regex"
18670version = "0.24.3"
18671source = "registry+https://github.com/rust-lang/crates.io-index"
18672checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18673dependencies = [
18674 "cc",
18675 "tree-sitter-language",
18676]
18677
18678[[package]]
18679name = "tree-sitter-ruby"
18680version = "0.23.1"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18683dependencies = [
18684 "cc",
18685 "tree-sitter-language",
18686]
18687
18688[[package]]
18689name = "tree-sitter-rust"
18690version = "0.24.2"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18693dependencies = [
18694 "cc",
18695 "tree-sitter-language",
18696]
18697
18698[[package]]
18699name = "tree-sitter-typescript"
18700version = "0.23.2"
18701source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18702dependencies = [
18703 "cc",
18704 "tree-sitter-language",
18705]
18706
18707[[package]]
18708name = "tree-sitter-yaml"
18709version = "0.6.1"
18710source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18711dependencies = [
18712 "cc",
18713 "tree-sitter-language",
18714]
18715
18716[[package]]
18717name = "triomphe"
18718version = "0.1.15"
18719source = "registry+https://github.com/rust-lang/crates.io-index"
18720checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18721dependencies = [
18722 "serde",
18723 "stable_deref_trait",
18724]
18725
18726[[package]]
18727name = "try-lock"
18728version = "0.2.5"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18731
18732[[package]]
18733name = "ttf-parser"
18734version = "0.20.0"
18735source = "registry+https://github.com/rust-lang/crates.io-index"
18736checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18737
18738[[package]]
18739name = "ttf-parser"
18740version = "0.25.1"
18741source = "registry+https://github.com/rust-lang/crates.io-index"
18742checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18743dependencies = [
18744 "core_maths",
18745]
18746
18747[[package]]
18748name = "tungstenite"
18749version = "0.20.1"
18750source = "registry+https://github.com/rust-lang/crates.io-index"
18751checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18752dependencies = [
18753 "byteorder",
18754 "bytes 1.11.1",
18755 "data-encoding",
18756 "http 0.2.12",
18757 "httparse",
18758 "log",
18759 "rand 0.8.5",
18760 "sha1",
18761 "thiserror 1.0.69",
18762 "url",
18763 "utf-8",
18764]
18765
18766[[package]]
18767name = "tungstenite"
18768version = "0.21.0"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18771dependencies = [
18772 "byteorder",
18773 "bytes 1.11.1",
18774 "data-encoding",
18775 "http 1.3.1",
18776 "httparse",
18777 "log",
18778 "rand 0.8.5",
18779 "sha1",
18780 "thiserror 1.0.69",
18781 "url",
18782 "utf-8",
18783]
18784
18785[[package]]
18786name = "tungstenite"
18787version = "0.27.0"
18788source = "registry+https://github.com/rust-lang/crates.io-index"
18789checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18790dependencies = [
18791 "bytes 1.11.1",
18792 "data-encoding",
18793 "http 1.3.1",
18794 "httparse",
18795 "log",
18796 "rand 0.9.2",
18797 "rustls 0.23.33",
18798 "rustls-pki-types",
18799 "sha1",
18800 "thiserror 2.0.17",
18801 "utf-8",
18802]
18803
18804[[package]]
18805name = "tungstenite"
18806version = "0.28.0"
18807source = "registry+https://github.com/rust-lang/crates.io-index"
18808checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18809dependencies = [
18810 "bytes 1.11.1",
18811 "data-encoding",
18812 "http 1.3.1",
18813 "httparse",
18814 "log",
18815 "rand 0.9.2",
18816 "rustls 0.23.33",
18817 "rustls-pki-types",
18818 "sha1",
18819 "thiserror 2.0.17",
18820 "utf-8",
18821]
18822
18823[[package]]
18824name = "typeid"
18825version = "1.0.3"
18826source = "registry+https://github.com/rust-lang/crates.io-index"
18827checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18828
18829[[package]]
18830name = "typenum"
18831version = "1.19.0"
18832source = "registry+https://github.com/rust-lang/crates.io-index"
18833checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18834
18835[[package]]
18836name = "ucd-trie"
18837version = "0.1.7"
18838source = "registry+https://github.com/rust-lang/crates.io-index"
18839checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18840
18841[[package]]
18842name = "uds"
18843version = "0.4.2"
18844source = "registry+https://github.com/rust-lang/crates.io-index"
18845checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18846dependencies = [
18847 "libc",
18848]
18849
18850[[package]]
18851name = "uds_windows"
18852version = "1.1.0"
18853source = "registry+https://github.com/rust-lang/crates.io-index"
18854checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18855dependencies = [
18856 "memoffset",
18857 "tempfile",
18858 "winapi",
18859]
18860
18861[[package]]
18862name = "ug"
18863version = "0.4.0"
18864source = "registry+https://github.com/rust-lang/crates.io-index"
18865checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18866dependencies = [
18867 "gemm 0.18.2",
18868 "half",
18869 "libloading",
18870 "memmap2",
18871 "num",
18872 "num-traits",
18873 "num_cpus",
18874 "rayon",
18875 "safetensors",
18876 "serde",
18877 "thiserror 1.0.69",
18878 "tracing",
18879 "yoke 0.7.5",
18880]
18881
18882[[package]]
18883name = "ui"
18884version = "0.1.0"
18885dependencies = [
18886 "chrono",
18887 "component",
18888 "documented",
18889 "gpui",
18890 "gpui_macros",
18891 "gpui_util",
18892 "icons",
18893 "itertools 0.14.0",
18894 "menu",
18895 "schemars",
18896 "serde",
18897 "smallvec",
18898 "strum 0.27.2",
18899 "theme",
18900 "ui_macros",
18901 "windows 0.61.3",
18902]
18903
18904[[package]]
18905name = "ui_input"
18906version = "0.1.0"
18907dependencies = [
18908 "component",
18909 "gpui",
18910 "ui",
18911]
18912
18913[[package]]
18914name = "ui_macros"
18915version = "0.1.0"
18916dependencies = [
18917 "component",
18918 "quote",
18919 "syn 2.0.117",
18920 "ui",
18921]
18922
18923[[package]]
18924name = "ui_prompt"
18925version = "0.1.0"
18926dependencies = [
18927 "gpui",
18928 "markdown",
18929 "menu",
18930 "settings",
18931 "theme_settings",
18932 "ui",
18933 "workspace",
18934]
18935
18936[[package]]
18937name = "unarray"
18938version = "0.1.4"
18939source = "registry+https://github.com/rust-lang/crates.io-index"
18940checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18941
18942[[package]]
18943name = "unicase"
18944version = "2.8.1"
18945source = "registry+https://github.com/rust-lang/crates.io-index"
18946checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18947
18948[[package]]
18949name = "unicode-bidi"
18950version = "0.3.18"
18951source = "registry+https://github.com/rust-lang/crates.io-index"
18952checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18953
18954[[package]]
18955name = "unicode-bidi-mirroring"
18956version = "0.4.0"
18957source = "registry+https://github.com/rust-lang/crates.io-index"
18958checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18959
18960[[package]]
18961name = "unicode-ccc"
18962version = "0.4.0"
18963source = "registry+https://github.com/rust-lang/crates.io-index"
18964checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18965
18966[[package]]
18967name = "unicode-general-category"
18968version = "1.1.0"
18969source = "registry+https://github.com/rust-lang/crates.io-index"
18970checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18971
18972[[package]]
18973name = "unicode-ident"
18974version = "1.0.19"
18975source = "registry+https://github.com/rust-lang/crates.io-index"
18976checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18977
18978[[package]]
18979name = "unicode-linebreak"
18980version = "0.1.5"
18981source = "registry+https://github.com/rust-lang/crates.io-index"
18982checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18983
18984[[package]]
18985name = "unicode-normalization"
18986version = "0.1.24"
18987source = "registry+https://github.com/rust-lang/crates.io-index"
18988checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18989dependencies = [
18990 "tinyvec",
18991]
18992
18993[[package]]
18994name = "unicode-properties"
18995version = "0.1.3"
18996source = "registry+https://github.com/rust-lang/crates.io-index"
18997checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18998
18999[[package]]
19000name = "unicode-script"
19001version = "0.5.8"
19002source = "registry+https://github.com/rust-lang/crates.io-index"
19003checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19004
19005[[package]]
19006name = "unicode-segmentation"
19007version = "1.12.0"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19010
19011[[package]]
19012name = "unicode-vo"
19013version = "0.1.0"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19016
19017[[package]]
19018name = "unicode-width"
19019version = "0.2.2"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19022
19023[[package]]
19024name = "unicode-xid"
19025version = "0.2.6"
19026source = "registry+https://github.com/rust-lang/crates.io-index"
19027checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19028
19029[[package]]
19030name = "unicode_categories"
19031version = "0.1.1"
19032source = "registry+https://github.com/rust-lang/crates.io-index"
19033checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19034
19035[[package]]
19036name = "unindent"
19037version = "0.2.4"
19038source = "registry+https://github.com/rust-lang/crates.io-index"
19039checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19040
19041[[package]]
19042name = "unsafe-libyaml"
19043version = "0.2.11"
19044source = "registry+https://github.com/rust-lang/crates.io-index"
19045checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19046
19047[[package]]
19048name = "untrusted"
19049version = "0.7.1"
19050source = "registry+https://github.com/rust-lang/crates.io-index"
19051checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19052
19053[[package]]
19054name = "untrusted"
19055version = "0.9.0"
19056source = "registry+https://github.com/rust-lang/crates.io-index"
19057checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19058
19059[[package]]
19060name = "url"
19061version = "2.5.7"
19062source = "registry+https://github.com/rust-lang/crates.io-index"
19063checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19064dependencies = [
19065 "form_urlencoded",
19066 "idna",
19067 "percent-encoding",
19068 "serde",
19069]
19070
19071[[package]]
19072name = "urlencoding"
19073version = "2.1.3"
19074source = "registry+https://github.com/rust-lang/crates.io-index"
19075checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19076
19077[[package]]
19078name = "usvg"
19079version = "0.45.1"
19080source = "registry+https://github.com/rust-lang/crates.io-index"
19081checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19082dependencies = [
19083 "base64 0.22.1",
19084 "data-url",
19085 "flate2",
19086 "fontdb 0.23.0",
19087 "imagesize",
19088 "kurbo",
19089 "log",
19090 "pico-args",
19091 "roxmltree",
19092 "rustybuzz",
19093 "simplecss",
19094 "siphasher 1.0.1",
19095 "strict-num",
19096 "svgtypes",
19097 "tiny-skia-path",
19098 "unicode-bidi",
19099 "unicode-script",
19100 "unicode-vo",
19101 "xmlwriter",
19102]
19103
19104[[package]]
19105name = "utf-8"
19106version = "0.7.6"
19107source = "registry+https://github.com/rust-lang/crates.io-index"
19108checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19109
19110[[package]]
19111name = "utf8-chars"
19112version = "3.0.6"
19113source = "registry+https://github.com/rust-lang/crates.io-index"
19114checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19115dependencies = [
19116 "arrayvec",
19117]
19118
19119[[package]]
19120name = "utf8_iter"
19121version = "1.0.4"
19122source = "registry+https://github.com/rust-lang/crates.io-index"
19123checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19124
19125[[package]]
19126name = "utf8parse"
19127version = "0.2.2"
19128source = "registry+https://github.com/rust-lang/crates.io-index"
19129checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19130
19131[[package]]
19132name = "util"
19133version = "0.1.0"
19134dependencies = [
19135 "anyhow",
19136 "async-fs",
19137 "async_zip",
19138 "collections",
19139 "command-fds",
19140 "dirs 4.0.0",
19141 "dunce",
19142 "futures 0.3.32",
19143 "futures-lite 1.13.0",
19144 "git2",
19145 "globset",
19146 "gpui_util",
19147 "itertools 0.14.0",
19148 "libc",
19149 "log",
19150 "mach2 0.5.0",
19151 "nix 0.29.0",
19152 "percent-encoding",
19153 "pretty_assertions",
19154 "rand 0.9.2",
19155 "regex",
19156 "rust-embed",
19157 "schemars",
19158 "serde",
19159 "serde_json",
19160 "serde_json_lenient",
19161 "shlex",
19162 "smol",
19163 "take-until",
19164 "tempfile",
19165 "tendril",
19166 "unicase",
19167 "url",
19168 "util_macros",
19169 "walkdir",
19170 "which 6.0.3",
19171]
19172
19173[[package]]
19174name = "util_macros"
19175version = "0.1.0"
19176dependencies = [
19177 "perf",
19178 "quote",
19179 "syn 2.0.117",
19180]
19181
19182[[package]]
19183name = "uuid"
19184version = "1.18.1"
19185source = "registry+https://github.com/rust-lang/crates.io-index"
19186checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19187dependencies = [
19188 "getrandom 0.3.4",
19189 "js-sys",
19190 "serde",
19191 "sha1_smol",
19192 "wasm-bindgen",
19193]
19194
19195[[package]]
19196name = "uuid-simd"
19197version = "0.8.0"
19198source = "registry+https://github.com/rust-lang/crates.io-index"
19199checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19200dependencies = [
19201 "outref",
19202 "vsimd",
19203]
19204
19205[[package]]
19206name = "v_frame"
19207version = "0.3.9"
19208source = "registry+https://github.com/rust-lang/crates.io-index"
19209checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19210dependencies = [
19211 "aligned-vec",
19212 "num-traits",
19213 "wasm-bindgen",
19214]
19215
19216[[package]]
19217name = "valuable"
19218version = "0.1.1"
19219source = "registry+https://github.com/rust-lang/crates.io-index"
19220checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19221
19222[[package]]
19223name = "value-bag"
19224version = "1.12.0"
19225source = "registry+https://github.com/rust-lang/crates.io-index"
19226checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19227dependencies = [
19228 "value-bag-serde1",
19229 "value-bag-sval2",
19230]
19231
19232[[package]]
19233name = "value-bag-serde1"
19234version = "1.12.0"
19235source = "registry+https://github.com/rust-lang/crates.io-index"
19236checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19237dependencies = [
19238 "erased-serde",
19239 "serde_core",
19240 "serde_fmt",
19241]
19242
19243[[package]]
19244name = "value-bag-sval2"
19245version = "1.12.0"
19246source = "registry+https://github.com/rust-lang/crates.io-index"
19247checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19248dependencies = [
19249 "sval",
19250 "sval_buffer",
19251 "sval_dynamic",
19252 "sval_fmt",
19253 "sval_json",
19254 "sval_ref",
19255 "sval_serde",
19256]
19257
19258[[package]]
19259name = "vcpkg"
19260version = "0.2.15"
19261source = "registry+https://github.com/rust-lang/crates.io-index"
19262checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19263
19264[[package]]
19265name = "vercel"
19266version = "0.1.0"
19267dependencies = [
19268 "anyhow",
19269 "schemars",
19270 "serde",
19271 "strum 0.27.2",
19272]
19273
19274[[package]]
19275name = "version-compare"
19276version = "0.2.0"
19277source = "registry+https://github.com/rust-lang/crates.io-index"
19278checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19279
19280[[package]]
19281name = "version_check"
19282version = "0.9.5"
19283source = "registry+https://github.com/rust-lang/crates.io-index"
19284checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19285
19286[[package]]
19287name = "vim"
19288version = "0.1.0"
19289dependencies = [
19290 "anyhow",
19291 "async-compat",
19292 "async-trait",
19293 "collections",
19294 "command_palette",
19295 "command_palette_hooks",
19296 "db",
19297 "editor",
19298 "env_logger 0.11.8",
19299 "futures 0.3.32",
19300 "fuzzy",
19301 "git_ui",
19302 "gpui",
19303 "indoc",
19304 "itertools 0.14.0",
19305 "language",
19306 "log",
19307 "lsp",
19308 "markdown_preview",
19309 "menu",
19310 "multi_buffer",
19311 "nvim-rs",
19312 "outline_panel",
19313 "parking_lot",
19314 "perf",
19315 "picker",
19316 "project",
19317 "project_panel",
19318 "regex",
19319 "release_channel",
19320 "schemars",
19321 "search",
19322 "semver",
19323 "serde",
19324 "serde_json",
19325 "settings",
19326 "settings_ui",
19327 "task",
19328 "text",
19329 "theme",
19330 "theme_settings",
19331 "tokio",
19332 "ui",
19333 "util",
19334 "util_macros",
19335 "vim_mode_setting",
19336 "workspace",
19337 "zed_actions",
19338]
19339
19340[[package]]
19341name = "vim_mode_setting"
19342version = "0.1.0"
19343dependencies = [
19344 "gpui",
19345 "settings",
19346]
19347
19348[[package]]
19349name = "vscode_theme"
19350version = "0.2.0"
19351source = "registry+https://github.com/rust-lang/crates.io-index"
19352checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19353dependencies = [
19354 "serde",
19355]
19356
19357[[package]]
19358name = "vsimd"
19359version = "0.8.0"
19360source = "registry+https://github.com/rust-lang/crates.io-index"
19361checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19362
19363[[package]]
19364name = "vswhom"
19365version = "0.1.0"
19366source = "registry+https://github.com/rust-lang/crates.io-index"
19367checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19368dependencies = [
19369 "libc",
19370 "vswhom-sys",
19371]
19372
19373[[package]]
19374name = "vswhom-sys"
19375version = "0.1.3"
19376source = "registry+https://github.com/rust-lang/crates.io-index"
19377checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19378dependencies = [
19379 "cc",
19380 "libc",
19381]
19382
19383[[package]]
19384name = "vte"
19385version = "0.15.0"
19386source = "registry+https://github.com/rust-lang/crates.io-index"
19387checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19388dependencies = [
19389 "arrayvec",
19390 "bitflags 2.10.0",
19391 "cursor-icon",
19392 "log",
19393 "memchr",
19394 "serde",
19395]
19396
19397[[package]]
19398name = "wait-timeout"
19399version = "0.2.1"
19400source = "registry+https://github.com/rust-lang/crates.io-index"
19401checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19402dependencies = [
19403 "libc",
19404]
19405
19406[[package]]
19407name = "waker-fn"
19408version = "1.2.0"
19409source = "registry+https://github.com/rust-lang/crates.io-index"
19410checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19411
19412[[package]]
19413name = "walkdir"
19414version = "2.5.0"
19415source = "registry+https://github.com/rust-lang/crates.io-index"
19416checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19417dependencies = [
19418 "same-file",
19419 "winapi-util",
19420]
19421
19422[[package]]
19423name = "want"
19424version = "0.3.1"
19425source = "registry+https://github.com/rust-lang/crates.io-index"
19426checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19427dependencies = [
19428 "try-lock",
19429]
19430
19431[[package]]
19432name = "warp"
19433version = "0.3.7"
19434source = "registry+https://github.com/rust-lang/crates.io-index"
19435checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19436dependencies = [
19437 "bytes 1.11.1",
19438 "futures-channel",
19439 "futures-util",
19440 "headers",
19441 "http 0.2.12",
19442 "hyper 0.14.32",
19443 "log",
19444 "mime",
19445 "mime_guess",
19446 "percent-encoding",
19447 "pin-project",
19448 "scoped-tls",
19449 "serde",
19450 "serde_json",
19451 "serde_urlencoded",
19452 "tokio",
19453 "tokio-tungstenite 0.21.0",
19454 "tokio-util",
19455 "tower-service",
19456 "tracing",
19457]
19458
19459[[package]]
19460name = "wasi"
19461version = "0.11.1+wasi-snapshot-preview1"
19462source = "registry+https://github.com/rust-lang/crates.io-index"
19463checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19464
19465[[package]]
19466name = "wasip2"
19467version = "1.0.1+wasi-0.2.4"
19468source = "registry+https://github.com/rust-lang/crates.io-index"
19469checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19470dependencies = [
19471 "wit-bindgen 0.46.0",
19472]
19473
19474[[package]]
19475name = "wasip3"
19476version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19477source = "registry+https://github.com/rust-lang/crates.io-index"
19478checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19479dependencies = [
19480 "wit-bindgen 0.51.0",
19481]
19482
19483[[package]]
19484name = "wasite"
19485version = "0.1.0"
19486source = "registry+https://github.com/rust-lang/crates.io-index"
19487checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19488
19489[[package]]
19490name = "wasm-bindgen"
19491version = "0.2.113"
19492source = "registry+https://github.com/rust-lang/crates.io-index"
19493checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19494dependencies = [
19495 "cfg-if",
19496 "once_cell",
19497 "rustversion",
19498 "wasm-bindgen-macro",
19499 "wasm-bindgen-shared",
19500]
19501
19502[[package]]
19503name = "wasm-bindgen-futures"
19504version = "0.4.63"
19505source = "registry+https://github.com/rust-lang/crates.io-index"
19506checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19507dependencies = [
19508 "cfg-if",
19509 "futures-util",
19510 "js-sys",
19511 "once_cell",
19512 "wasm-bindgen",
19513 "web-sys",
19514]
19515
19516[[package]]
19517name = "wasm-bindgen-macro"
19518version = "0.2.113"
19519source = "registry+https://github.com/rust-lang/crates.io-index"
19520checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19521dependencies = [
19522 "quote",
19523 "wasm-bindgen-macro-support",
19524]
19525
19526[[package]]
19527name = "wasm-bindgen-macro-support"
19528version = "0.2.113"
19529source = "registry+https://github.com/rust-lang/crates.io-index"
19530checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19531dependencies = [
19532 "bumpalo",
19533 "proc-macro2",
19534 "quote",
19535 "syn 2.0.117",
19536 "wasm-bindgen-shared",
19537]
19538
19539[[package]]
19540name = "wasm-bindgen-shared"
19541version = "0.2.113"
19542source = "registry+https://github.com/rust-lang/crates.io-index"
19543checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19544dependencies = [
19545 "unicode-ident",
19546]
19547
19548[[package]]
19549name = "wasm-encoder"
19550version = "0.201.0"
19551source = "registry+https://github.com/rust-lang/crates.io-index"
19552checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19553dependencies = [
19554 "leb128",
19555]
19556
19557[[package]]
19558name = "wasm-encoder"
19559version = "0.221.3"
19560source = "registry+https://github.com/rust-lang/crates.io-index"
19561checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19562dependencies = [
19563 "leb128",
19564 "wasmparser 0.221.3",
19565]
19566
19567[[package]]
19568name = "wasm-encoder"
19569version = "0.227.1"
19570source = "registry+https://github.com/rust-lang/crates.io-index"
19571checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19572dependencies = [
19573 "leb128fmt",
19574 "wasmparser 0.227.1",
19575]
19576
19577[[package]]
19578name = "wasm-encoder"
19579version = "0.236.1"
19580source = "registry+https://github.com/rust-lang/crates.io-index"
19581checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19582dependencies = [
19583 "leb128fmt",
19584 "wasmparser 0.236.1",
19585]
19586
19587[[package]]
19588name = "wasm-encoder"
19589version = "0.244.0"
19590source = "registry+https://github.com/rust-lang/crates.io-index"
19591checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19592dependencies = [
19593 "leb128fmt",
19594 "wasmparser 0.244.0",
19595]
19596
19597[[package]]
19598name = "wasm-metadata"
19599version = "0.201.0"
19600source = "registry+https://github.com/rust-lang/crates.io-index"
19601checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19602dependencies = [
19603 "anyhow",
19604 "indexmap",
19605 "serde",
19606 "serde_derive",
19607 "serde_json",
19608 "spdx",
19609 "wasm-encoder 0.201.0",
19610 "wasmparser 0.201.0",
19611]
19612
19613[[package]]
19614name = "wasm-metadata"
19615version = "0.227.1"
19616source = "registry+https://github.com/rust-lang/crates.io-index"
19617checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19618dependencies = [
19619 "anyhow",
19620 "auditable-serde",
19621 "flate2",
19622 "indexmap",
19623 "serde",
19624 "serde_derive",
19625 "serde_json",
19626 "spdx",
19627 "url",
19628 "wasm-encoder 0.227.1",
19629 "wasmparser 0.227.1",
19630]
19631
19632[[package]]
19633name = "wasm-metadata"
19634version = "0.244.0"
19635source = "registry+https://github.com/rust-lang/crates.io-index"
19636checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19637dependencies = [
19638 "anyhow",
19639 "indexmap",
19640 "wasm-encoder 0.244.0",
19641 "wasmparser 0.244.0",
19642]
19643
19644[[package]]
19645name = "wasm-streams"
19646version = "0.4.2"
19647source = "registry+https://github.com/rust-lang/crates.io-index"
19648checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19649dependencies = [
19650 "futures-util",
19651 "js-sys",
19652 "wasm-bindgen",
19653 "wasm-bindgen-futures",
19654 "web-sys",
19655]
19656
19657[[package]]
19658name = "wasm_thread"
19659version = "0.3.3"
19660source = "registry+https://github.com/rust-lang/crates.io-index"
19661checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19662dependencies = [
19663 "futures 0.3.32",
19664 "js-sys",
19665 "wasm-bindgen",
19666 "web-sys",
19667]
19668
19669[[package]]
19670name = "wasmparser"
19671version = "0.201.0"
19672source = "registry+https://github.com/rust-lang/crates.io-index"
19673checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19674dependencies = [
19675 "bitflags 2.10.0",
19676 "indexmap",
19677 "semver",
19678]
19679
19680[[package]]
19681name = "wasmparser"
19682version = "0.221.3"
19683source = "registry+https://github.com/rust-lang/crates.io-index"
19684checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19685dependencies = [
19686 "bitflags 2.10.0",
19687 "hashbrown 0.15.5",
19688 "indexmap",
19689 "semver",
19690 "serde",
19691]
19692
19693[[package]]
19694name = "wasmparser"
19695version = "0.227.1"
19696source = "registry+https://github.com/rust-lang/crates.io-index"
19697checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19698dependencies = [
19699 "bitflags 2.10.0",
19700 "hashbrown 0.15.5",
19701 "indexmap",
19702 "semver",
19703]
19704
19705[[package]]
19706name = "wasmparser"
19707version = "0.236.1"
19708source = "registry+https://github.com/rust-lang/crates.io-index"
19709checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19710dependencies = [
19711 "bitflags 2.10.0",
19712 "hashbrown 0.15.5",
19713 "indexmap",
19714 "semver",
19715 "serde",
19716]
19717
19718[[package]]
19719name = "wasmparser"
19720version = "0.244.0"
19721source = "registry+https://github.com/rust-lang/crates.io-index"
19722checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19723dependencies = [
19724 "bitflags 2.10.0",
19725 "hashbrown 0.15.5",
19726 "indexmap",
19727 "semver",
19728]
19729
19730[[package]]
19731name = "wasmprinter"
19732version = "0.236.1"
19733source = "registry+https://github.com/rust-lang/crates.io-index"
19734checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19735dependencies = [
19736 "anyhow",
19737 "termcolor",
19738 "wasmparser 0.236.1",
19739]
19740
19741[[package]]
19742name = "wasmtime"
19743version = "36.0.7"
19744source = "registry+https://github.com/rust-lang/crates.io-index"
19745checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19746dependencies = [
19747 "addr2line",
19748 "anyhow",
19749 "async-trait",
19750 "bitflags 2.10.0",
19751 "bumpalo",
19752 "cc",
19753 "cfg-if",
19754 "encoding_rs",
19755 "hashbrown 0.15.5",
19756 "indexmap",
19757 "libc",
19758 "log",
19759 "mach2 0.4.3",
19760 "memfd",
19761 "object",
19762 "once_cell",
19763 "postcard",
19764 "pulley-interpreter",
19765 "rayon",
19766 "rustix 1.1.2",
19767 "semver",
19768 "serde",
19769 "serde_derive",
19770 "smallvec",
19771 "target-lexicon 0.13.3",
19772 "wasmparser 0.236.1",
19773 "wasmtime-environ",
19774 "wasmtime-internal-asm-macros",
19775 "wasmtime-internal-component-macro",
19776 "wasmtime-internal-component-util",
19777 "wasmtime-internal-cranelift",
19778 "wasmtime-internal-fiber",
19779 "wasmtime-internal-jit-debug",
19780 "wasmtime-internal-jit-icache-coherence",
19781 "wasmtime-internal-math",
19782 "wasmtime-internal-slab",
19783 "wasmtime-internal-unwinder",
19784 "wasmtime-internal-versioned-export-macros",
19785 "wasmtime-internal-winch",
19786 "windows-sys 0.60.2",
19787]
19788
19789[[package]]
19790name = "wasmtime-c-api-impl"
19791version = "36.0.6"
19792source = "registry+https://github.com/rust-lang/crates.io-index"
19793checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19794dependencies = [
19795 "anyhow",
19796 "log",
19797 "tracing",
19798 "wasmtime",
19799 "wasmtime-internal-c-api-macros",
19800]
19801
19802[[package]]
19803name = "wasmtime-environ"
19804version = "36.0.7"
19805source = "registry+https://github.com/rust-lang/crates.io-index"
19806checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19807dependencies = [
19808 "anyhow",
19809 "cpp_demangle",
19810 "cranelift-bitset",
19811 "cranelift-entity",
19812 "gimli",
19813 "indexmap",
19814 "log",
19815 "object",
19816 "postcard",
19817 "rustc-demangle",
19818 "semver",
19819 "serde",
19820 "serde_derive",
19821 "smallvec",
19822 "target-lexicon 0.13.3",
19823 "wasm-encoder 0.236.1",
19824 "wasmparser 0.236.1",
19825 "wasmprinter",
19826 "wasmtime-internal-component-util",
19827]
19828
19829[[package]]
19830name = "wasmtime-internal-asm-macros"
19831version = "36.0.7"
19832source = "registry+https://github.com/rust-lang/crates.io-index"
19833checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19834dependencies = [
19835 "cfg-if",
19836]
19837
19838[[package]]
19839name = "wasmtime-internal-c-api-macros"
19840version = "36.0.6"
19841source = "registry+https://github.com/rust-lang/crates.io-index"
19842checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19843dependencies = [
19844 "proc-macro2",
19845 "quote",
19846]
19847
19848[[package]]
19849name = "wasmtime-internal-component-macro"
19850version = "36.0.7"
19851source = "registry+https://github.com/rust-lang/crates.io-index"
19852checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19853dependencies = [
19854 "anyhow",
19855 "proc-macro2",
19856 "quote",
19857 "syn 2.0.117",
19858 "wasmtime-internal-component-util",
19859 "wasmtime-internal-wit-bindgen",
19860 "wit-parser 0.236.1",
19861]
19862
19863[[package]]
19864name = "wasmtime-internal-component-util"
19865version = "36.0.7"
19866source = "registry+https://github.com/rust-lang/crates.io-index"
19867checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19868
19869[[package]]
19870name = "wasmtime-internal-cranelift"
19871version = "36.0.7"
19872source = "registry+https://github.com/rust-lang/crates.io-index"
19873checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19874dependencies = [
19875 "anyhow",
19876 "cfg-if",
19877 "cranelift-codegen",
19878 "cranelift-control",
19879 "cranelift-entity",
19880 "cranelift-frontend",
19881 "cranelift-native",
19882 "gimli",
19883 "itertools 0.14.0",
19884 "log",
19885 "object",
19886 "pulley-interpreter",
19887 "smallvec",
19888 "target-lexicon 0.13.3",
19889 "thiserror 2.0.17",
19890 "wasmparser 0.236.1",
19891 "wasmtime-environ",
19892 "wasmtime-internal-math",
19893 "wasmtime-internal-versioned-export-macros",
19894]
19895
19896[[package]]
19897name = "wasmtime-internal-fiber"
19898version = "36.0.7"
19899source = "registry+https://github.com/rust-lang/crates.io-index"
19900checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19901dependencies = [
19902 "anyhow",
19903 "cc",
19904 "cfg-if",
19905 "libc",
19906 "rustix 1.1.2",
19907 "wasmtime-internal-asm-macros",
19908 "wasmtime-internal-versioned-export-macros",
19909 "windows-sys 0.60.2",
19910]
19911
19912[[package]]
19913name = "wasmtime-internal-jit-debug"
19914version = "36.0.7"
19915source = "registry+https://github.com/rust-lang/crates.io-index"
19916checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19917dependencies = [
19918 "cc",
19919 "wasmtime-internal-versioned-export-macros",
19920]
19921
19922[[package]]
19923name = "wasmtime-internal-jit-icache-coherence"
19924version = "36.0.7"
19925source = "registry+https://github.com/rust-lang/crates.io-index"
19926checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19927dependencies = [
19928 "anyhow",
19929 "cfg-if",
19930 "libc",
19931 "windows-sys 0.60.2",
19932]
19933
19934[[package]]
19935name = "wasmtime-internal-math"
19936version = "36.0.7"
19937source = "registry+https://github.com/rust-lang/crates.io-index"
19938checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19939dependencies = [
19940 "libm",
19941]
19942
19943[[package]]
19944name = "wasmtime-internal-slab"
19945version = "36.0.7"
19946source = "registry+https://github.com/rust-lang/crates.io-index"
19947checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19948
19949[[package]]
19950name = "wasmtime-internal-unwinder"
19951version = "36.0.7"
19952source = "registry+https://github.com/rust-lang/crates.io-index"
19953checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19954dependencies = [
19955 "anyhow",
19956 "cfg-if",
19957 "cranelift-codegen",
19958 "log",
19959 "object",
19960]
19961
19962[[package]]
19963name = "wasmtime-internal-versioned-export-macros"
19964version = "36.0.7"
19965source = "registry+https://github.com/rust-lang/crates.io-index"
19966checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19967dependencies = [
19968 "proc-macro2",
19969 "quote",
19970 "syn 2.0.117",
19971]
19972
19973[[package]]
19974name = "wasmtime-internal-winch"
19975version = "36.0.7"
19976source = "registry+https://github.com/rust-lang/crates.io-index"
19977checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19978dependencies = [
19979 "anyhow",
19980 "cranelift-codegen",
19981 "gimli",
19982 "object",
19983 "target-lexicon 0.13.3",
19984 "wasmparser 0.236.1",
19985 "wasmtime-environ",
19986 "wasmtime-internal-cranelift",
19987 "winch-codegen",
19988]
19989
19990[[package]]
19991name = "wasmtime-internal-wit-bindgen"
19992version = "36.0.7"
19993source = "registry+https://github.com/rust-lang/crates.io-index"
19994checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19995dependencies = [
19996 "anyhow",
19997 "bitflags 2.10.0",
19998 "heck 0.5.0",
19999 "indexmap",
20000 "wit-parser 0.236.1",
20001]
20002
20003[[package]]
20004name = "wasmtime-wasi"
20005version = "36.0.6"
20006source = "registry+https://github.com/rust-lang/crates.io-index"
20007checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20008dependencies = [
20009 "anyhow",
20010 "async-trait",
20011 "bitflags 2.10.0",
20012 "bytes 1.11.1",
20013 "cap-fs-ext",
20014 "cap-net-ext",
20015 "cap-rand",
20016 "cap-std",
20017 "cap-time-ext",
20018 "fs-set-times",
20019 "futures 0.3.32",
20020 "io-extras",
20021 "io-lifetimes",
20022 "rustix 1.1.2",
20023 "system-interface",
20024 "thiserror 2.0.17",
20025 "tokio",
20026 "tracing",
20027 "url",
20028 "wasmtime",
20029 "wasmtime-wasi-io",
20030 "wiggle",
20031 "windows-sys 0.60.2",
20032]
20033
20034[[package]]
20035name = "wasmtime-wasi-io"
20036version = "36.0.6"
20037source = "registry+https://github.com/rust-lang/crates.io-index"
20038checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20039dependencies = [
20040 "anyhow",
20041 "async-trait",
20042 "bytes 1.11.1",
20043 "futures 0.3.32",
20044 "wasmtime",
20045]
20046
20047[[package]]
20048name = "wast"
20049version = "35.0.2"
20050source = "registry+https://github.com/rust-lang/crates.io-index"
20051checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20052dependencies = [
20053 "leb128",
20054]
20055
20056[[package]]
20057name = "watch"
20058version = "0.1.0"
20059dependencies = [
20060 "ctor",
20061 "futures 0.3.32",
20062 "gpui",
20063 "parking_lot",
20064 "zlog",
20065]
20066
20067[[package]]
20068name = "wax"
20069version = "0.7.0"
20070source = "registry+https://github.com/rust-lang/crates.io-index"
20071checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20072dependencies = [
20073 "const_format",
20074 "itertools 0.14.0",
20075 "nom 7.1.3",
20076 "pori",
20077 "regex",
20078 "thiserror 2.0.17",
20079 "walkdir",
20080]
20081
20082[[package]]
20083name = "wayland-backend"
20084version = "0.3.11"
20085source = "registry+https://github.com/rust-lang/crates.io-index"
20086checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20087dependencies = [
20088 "cc",
20089 "downcast-rs",
20090 "rustix 1.1.2",
20091 "scoped-tls",
20092 "smallvec",
20093 "wayland-sys",
20094]
20095
20096[[package]]
20097name = "wayland-client"
20098version = "0.31.11"
20099source = "registry+https://github.com/rust-lang/crates.io-index"
20100checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20101dependencies = [
20102 "bitflags 2.10.0",
20103 "rustix 1.1.2",
20104 "wayland-backend",
20105 "wayland-scanner",
20106]
20107
20108[[package]]
20109name = "wayland-cursor"
20110version = "0.31.11"
20111source = "registry+https://github.com/rust-lang/crates.io-index"
20112checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20113dependencies = [
20114 "rustix 1.1.2",
20115 "wayland-client",
20116 "xcursor",
20117]
20118
20119[[package]]
20120name = "wayland-protocols"
20121version = "0.32.9"
20122source = "registry+https://github.com/rust-lang/crates.io-index"
20123checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20124dependencies = [
20125 "bitflags 2.10.0",
20126 "wayland-backend",
20127 "wayland-client",
20128 "wayland-scanner",
20129]
20130
20131[[package]]
20132name = "wayland-protocols-plasma"
20133version = "0.3.9"
20134source = "registry+https://github.com/rust-lang/crates.io-index"
20135checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20136dependencies = [
20137 "bitflags 2.10.0",
20138 "wayland-backend",
20139 "wayland-client",
20140 "wayland-protocols",
20141 "wayland-scanner",
20142]
20143
20144[[package]]
20145name = "wayland-protocols-wlr"
20146version = "0.3.9"
20147source = "registry+https://github.com/rust-lang/crates.io-index"
20148checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20149dependencies = [
20150 "bitflags 2.10.0",
20151 "wayland-backend",
20152 "wayland-client",
20153 "wayland-protocols",
20154 "wayland-scanner",
20155]
20156
20157[[package]]
20158name = "wayland-scanner"
20159version = "0.31.7"
20160source = "registry+https://github.com/rust-lang/crates.io-index"
20161checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20162dependencies = [
20163 "proc-macro2",
20164 "quick-xml 0.37.5",
20165 "quote",
20166]
20167
20168[[package]]
20169name = "wayland-sys"
20170version = "0.31.7"
20171source = "registry+https://github.com/rust-lang/crates.io-index"
20172checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20173dependencies = [
20174 "dlib",
20175 "log",
20176 "once_cell",
20177 "pkg-config",
20178]
20179
20180[[package]]
20181name = "web-sys"
20182version = "0.3.90"
20183source = "registry+https://github.com/rust-lang/crates.io-index"
20184checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20185dependencies = [
20186 "js-sys",
20187 "wasm-bindgen",
20188]
20189
20190[[package]]
20191name = "web-time"
20192version = "1.1.0"
20193source = "registry+https://github.com/rust-lang/crates.io-index"
20194checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20195dependencies = [
20196 "js-sys",
20197 "serde",
20198 "wasm-bindgen",
20199]
20200
20201[[package]]
20202name = "web_atoms"
20203version = "0.1.3"
20204source = "registry+https://github.com/rust-lang/crates.io-index"
20205checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20206dependencies = [
20207 "phf 0.11.3",
20208 "phf_codegen",
20209 "string_cache",
20210 "string_cache_codegen",
20211]
20212
20213[[package]]
20214name = "web_search"
20215version = "0.1.0"
20216dependencies = [
20217 "anyhow",
20218 "cloud_llm_client",
20219 "collections",
20220 "gpui",
20221 "serde",
20222]
20223
20224[[package]]
20225name = "web_search_providers"
20226version = "0.1.0"
20227dependencies = [
20228 "anyhow",
20229 "client",
20230 "cloud_api_client",
20231 "cloud_api_types",
20232 "cloud_llm_client",
20233 "futures 0.3.32",
20234 "gpui",
20235 "http_client",
20236 "language_model",
20237 "serde",
20238 "serde_json",
20239 "web_search",
20240]
20241
20242[[package]]
20243name = "webpki-root-certs"
20244version = "0.26.8"
20245source = "registry+https://github.com/rust-lang/crates.io-index"
20246checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20247dependencies = [
20248 "rustls-pki-types",
20249]
20250
20251[[package]]
20252name = "webpki-roots"
20253version = "0.26.8"
20254source = "registry+https://github.com/rust-lang/crates.io-index"
20255checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20256dependencies = [
20257 "rustls-pki-types",
20258]
20259
20260[[package]]
20261name = "webrtc-sys"
20262version = "0.3.23"
20263source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20264dependencies = [
20265 "cc",
20266 "cxx",
20267 "cxx-build",
20268 "glob",
20269 "log",
20270 "pkg-config",
20271 "webrtc-sys-build",
20272]
20273
20274[[package]]
20275name = "webrtc-sys-build"
20276version = "0.3.13"
20277source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20278dependencies = [
20279 "anyhow",
20280 "fs2",
20281 "regex",
20282 "reqwest 0.12.24",
20283 "scratch",
20284 "semver",
20285 "zip 0.6.6",
20286]
20287
20288[[package]]
20289name = "weezl"
20290version = "0.1.10"
20291source = "registry+https://github.com/rust-lang/crates.io-index"
20292checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20293
20294[[package]]
20295name = "wgpu"
20296version = "29.0.0"
20297source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20298dependencies = [
20299 "arrayvec",
20300 "bitflags 2.10.0",
20301 "bytemuck",
20302 "cfg-if",
20303 "cfg_aliases 0.2.1",
20304 "document-features",
20305 "hashbrown 0.16.1",
20306 "js-sys",
20307 "log",
20308 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20309 "parking_lot",
20310 "portable-atomic",
20311 "profiling",
20312 "raw-window-handle",
20313 "smallvec",
20314 "static_assertions",
20315 "wasm-bindgen",
20316 "wasm-bindgen-futures",
20317 "web-sys",
20318 "wgpu-core",
20319 "wgpu-hal",
20320 "wgpu-types",
20321]
20322
20323[[package]]
20324name = "wgpu-core"
20325version = "29.0.0"
20326source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20327dependencies = [
20328 "arrayvec",
20329 "bit-set 0.9.1",
20330 "bit-vec 0.9.1",
20331 "bitflags 2.10.0",
20332 "bytemuck",
20333 "cfg_aliases 0.2.1",
20334 "document-features",
20335 "hashbrown 0.16.1",
20336 "indexmap",
20337 "log",
20338 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20339 "once_cell",
20340 "parking_lot",
20341 "portable-atomic",
20342 "profiling",
20343 "raw-window-handle",
20344 "rustc-hash 1.1.0",
20345 "smallvec",
20346 "thiserror 2.0.17",
20347 "wgpu-core-deps-apple",
20348 "wgpu-core-deps-emscripten",
20349 "wgpu-core-deps-windows-linux-android",
20350 "wgpu-hal",
20351 "wgpu-naga-bridge",
20352 "wgpu-types",
20353]
20354
20355[[package]]
20356name = "wgpu-core-deps-apple"
20357version = "29.0.0"
20358source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20359dependencies = [
20360 "wgpu-hal",
20361]
20362
20363[[package]]
20364name = "wgpu-core-deps-emscripten"
20365version = "29.0.0"
20366source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20367dependencies = [
20368 "wgpu-hal",
20369]
20370
20371[[package]]
20372name = "wgpu-core-deps-windows-linux-android"
20373version = "29.0.0"
20374source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20375dependencies = [
20376 "wgpu-hal",
20377]
20378
20379[[package]]
20380name = "wgpu-hal"
20381version = "29.0.0"
20382source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20383dependencies = [
20384 "android_system_properties",
20385 "arrayvec",
20386 "ash",
20387 "bit-set 0.9.1",
20388 "bitflags 2.10.0",
20389 "block2",
20390 "bytemuck",
20391 "cfg-if",
20392 "cfg_aliases 0.2.1",
20393 "glow",
20394 "glutin_wgl_sys",
20395 "gpu-allocator",
20396 "gpu-descriptor",
20397 "hashbrown 0.16.1",
20398 "js-sys",
20399 "khronos-egl",
20400 "libc",
20401 "libloading",
20402 "log",
20403 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20404 "ndk-sys",
20405 "objc2",
20406 "objc2-core-foundation",
20407 "objc2-foundation",
20408 "objc2-metal",
20409 "objc2-quartz-core",
20410 "once_cell",
20411 "ordered-float 4.6.0",
20412 "parking_lot",
20413 "portable-atomic",
20414 "portable-atomic-util",
20415 "profiling",
20416 "range-alloc",
20417 "raw-window-handle",
20418 "raw-window-metal",
20419 "renderdoc-sys",
20420 "smallvec",
20421 "thiserror 2.0.17",
20422 "wasm-bindgen",
20423 "wayland-sys",
20424 "web-sys",
20425 "wgpu-naga-bridge",
20426 "wgpu-types",
20427 "windows 0.62.2",
20428 "windows-core 0.62.2",
20429]
20430
20431[[package]]
20432name = "wgpu-naga-bridge"
20433version = "29.0.0"
20434source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20435dependencies = [
20436 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20437 "wgpu-types",
20438]
20439
20440[[package]]
20441name = "wgpu-types"
20442version = "29.0.0"
20443source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20444dependencies = [
20445 "bitflags 2.10.0",
20446 "bytemuck",
20447 "js-sys",
20448 "log",
20449 "raw-window-handle",
20450 "web-sys",
20451]
20452
20453[[package]]
20454name = "which"
20455version = "4.4.2"
20456source = "registry+https://github.com/rust-lang/crates.io-index"
20457checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20458dependencies = [
20459 "either",
20460 "home",
20461 "once_cell",
20462 "rustix 0.38.44",
20463]
20464
20465[[package]]
20466name = "which"
20467version = "6.0.3"
20468source = "registry+https://github.com/rust-lang/crates.io-index"
20469checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20470dependencies = [
20471 "either",
20472 "home",
20473 "rustix 0.38.44",
20474 "winsafe",
20475]
20476
20477[[package]]
20478name = "which_key"
20479version = "0.1.0"
20480dependencies = [
20481 "command_palette",
20482 "gpui",
20483 "serde",
20484 "settings",
20485 "theme_settings",
20486 "ui",
20487 "util",
20488 "workspace",
20489]
20490
20491[[package]]
20492name = "whoami"
20493version = "1.6.1"
20494source = "registry+https://github.com/rust-lang/crates.io-index"
20495checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20496dependencies = [
20497 "libredox",
20498 "wasite",
20499]
20500
20501[[package]]
20502name = "wiggle"
20503version = "36.0.6"
20504source = "registry+https://github.com/rust-lang/crates.io-index"
20505checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20506dependencies = [
20507 "anyhow",
20508 "async-trait",
20509 "bitflags 2.10.0",
20510 "thiserror 2.0.17",
20511 "tracing",
20512 "wasmtime",
20513 "wiggle-macro",
20514]
20515
20516[[package]]
20517name = "wiggle-generate"
20518version = "36.0.6"
20519source = "registry+https://github.com/rust-lang/crates.io-index"
20520checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20521dependencies = [
20522 "anyhow",
20523 "heck 0.5.0",
20524 "proc-macro2",
20525 "quote",
20526 "syn 2.0.117",
20527 "witx",
20528]
20529
20530[[package]]
20531name = "wiggle-macro"
20532version = "36.0.6"
20533source = "registry+https://github.com/rust-lang/crates.io-index"
20534checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20535dependencies = [
20536 "proc-macro2",
20537 "quote",
20538 "syn 2.0.117",
20539 "wiggle-generate",
20540]
20541
20542[[package]]
20543name = "winapi"
20544version = "0.3.9"
20545source = "registry+https://github.com/rust-lang/crates.io-index"
20546checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20547dependencies = [
20548 "winapi-i686-pc-windows-gnu",
20549 "winapi-x86_64-pc-windows-gnu",
20550]
20551
20552[[package]]
20553name = "winapi-i686-pc-windows-gnu"
20554version = "0.4.0"
20555source = "registry+https://github.com/rust-lang/crates.io-index"
20556checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20557
20558[[package]]
20559name = "winapi-util"
20560version = "0.1.11"
20561source = "registry+https://github.com/rust-lang/crates.io-index"
20562checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20563dependencies = [
20564 "windows-sys 0.61.2",
20565]
20566
20567[[package]]
20568name = "winapi-x86_64-pc-windows-gnu"
20569version = "0.4.0"
20570source = "registry+https://github.com/rust-lang/crates.io-index"
20571checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20572
20573[[package]]
20574name = "winch-codegen"
20575version = "36.0.7"
20576source = "registry+https://github.com/rust-lang/crates.io-index"
20577checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20578dependencies = [
20579 "anyhow",
20580 "cranelift-assembler-x64",
20581 "cranelift-codegen",
20582 "gimli",
20583 "regalloc2",
20584 "smallvec",
20585 "target-lexicon 0.13.3",
20586 "thiserror 2.0.17",
20587 "wasmparser 0.236.1",
20588 "wasmtime-environ",
20589 "wasmtime-internal-cranelift",
20590 "wasmtime-internal-math",
20591]
20592
20593[[package]]
20594name = "windows"
20595version = "0.56.0"
20596source = "registry+https://github.com/rust-lang/crates.io-index"
20597checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20598dependencies = [
20599 "windows-core 0.56.0",
20600 "windows-targets 0.52.6",
20601]
20602
20603[[package]]
20604name = "windows"
20605version = "0.57.0"
20606source = "registry+https://github.com/rust-lang/crates.io-index"
20607checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20608dependencies = [
20609 "windows-core 0.57.0",
20610 "windows-targets 0.52.6",
20611]
20612
20613[[package]]
20614name = "windows"
20615version = "0.58.0"
20616source = "registry+https://github.com/rust-lang/crates.io-index"
20617checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20618dependencies = [
20619 "windows-core 0.58.0",
20620 "windows-targets 0.52.6",
20621]
20622
20623[[package]]
20624name = "windows"
20625version = "0.61.3"
20626source = "registry+https://github.com/rust-lang/crates.io-index"
20627checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20628dependencies = [
20629 "windows-collections 0.2.0",
20630 "windows-core 0.61.2",
20631 "windows-future 0.2.1",
20632 "windows-link 0.1.3",
20633 "windows-numerics 0.2.0",
20634]
20635
20636[[package]]
20637name = "windows"
20638version = "0.62.2"
20639source = "registry+https://github.com/rust-lang/crates.io-index"
20640checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20641dependencies = [
20642 "windows-collections 0.3.2",
20643 "windows-core 0.62.2",
20644 "windows-future 0.3.2",
20645 "windows-numerics 0.3.1",
20646]
20647
20648[[package]]
20649name = "windows-bindgen"
20650version = "0.61.1"
20651source = "registry+https://github.com/rust-lang/crates.io-index"
20652checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20653dependencies = [
20654 "serde",
20655 "serde_json",
20656 "windows-threading 0.1.0",
20657]
20658
20659[[package]]
20660name = "windows-capture"
20661version = "1.4.3"
20662source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20663dependencies = [
20664 "clap",
20665 "ctrlc",
20666 "parking_lot",
20667 "rayon",
20668 "thiserror 2.0.17",
20669 "windows 0.61.3",
20670 "windows-future 0.2.1",
20671]
20672
20673[[package]]
20674name = "windows-collections"
20675version = "0.2.0"
20676source = "registry+https://github.com/rust-lang/crates.io-index"
20677checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20678dependencies = [
20679 "windows-core 0.61.2",
20680]
20681
20682[[package]]
20683name = "windows-collections"
20684version = "0.3.2"
20685source = "registry+https://github.com/rust-lang/crates.io-index"
20686checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20687dependencies = [
20688 "windows-core 0.62.2",
20689]
20690
20691[[package]]
20692name = "windows-core"
20693version = "0.56.0"
20694source = "registry+https://github.com/rust-lang/crates.io-index"
20695checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20696dependencies = [
20697 "windows-implement 0.56.0",
20698 "windows-interface 0.56.0",
20699 "windows-result 0.1.2",
20700 "windows-targets 0.52.6",
20701]
20702
20703[[package]]
20704name = "windows-core"
20705version = "0.57.0"
20706source = "registry+https://github.com/rust-lang/crates.io-index"
20707checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20708dependencies = [
20709 "windows-implement 0.57.0",
20710 "windows-interface 0.57.0",
20711 "windows-result 0.1.2",
20712 "windows-targets 0.52.6",
20713]
20714
20715[[package]]
20716name = "windows-core"
20717version = "0.58.0"
20718source = "registry+https://github.com/rust-lang/crates.io-index"
20719checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20720dependencies = [
20721 "windows-implement 0.58.0",
20722 "windows-interface 0.58.0",
20723 "windows-result 0.2.0",
20724 "windows-strings 0.1.0",
20725 "windows-targets 0.52.6",
20726]
20727
20728[[package]]
20729name = "windows-core"
20730version = "0.61.2"
20731source = "registry+https://github.com/rust-lang/crates.io-index"
20732checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20733dependencies = [
20734 "windows-implement 0.60.2",
20735 "windows-interface 0.59.3",
20736 "windows-link 0.1.3",
20737 "windows-result 0.3.4",
20738 "windows-strings 0.4.2",
20739]
20740
20741[[package]]
20742name = "windows-core"
20743version = "0.62.2"
20744source = "registry+https://github.com/rust-lang/crates.io-index"
20745checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20746dependencies = [
20747 "windows-implement 0.60.2",
20748 "windows-interface 0.59.3",
20749 "windows-link 0.2.1",
20750 "windows-result 0.4.1",
20751 "windows-strings 0.5.1",
20752]
20753
20754[[package]]
20755name = "windows-future"
20756version = "0.2.1"
20757source = "registry+https://github.com/rust-lang/crates.io-index"
20758checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20759dependencies = [
20760 "windows-core 0.61.2",
20761 "windows-link 0.1.3",
20762 "windows-threading 0.1.0",
20763]
20764
20765[[package]]
20766name = "windows-future"
20767version = "0.3.2"
20768source = "registry+https://github.com/rust-lang/crates.io-index"
20769checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20770dependencies = [
20771 "windows-core 0.62.2",
20772 "windows-link 0.2.1",
20773 "windows-threading 0.2.1",
20774]
20775
20776[[package]]
20777name = "windows-implement"
20778version = "0.56.0"
20779source = "registry+https://github.com/rust-lang/crates.io-index"
20780checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20781dependencies = [
20782 "proc-macro2",
20783 "quote",
20784 "syn 2.0.117",
20785]
20786
20787[[package]]
20788name = "windows-implement"
20789version = "0.57.0"
20790source = "registry+https://github.com/rust-lang/crates.io-index"
20791checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20792dependencies = [
20793 "proc-macro2",
20794 "quote",
20795 "syn 2.0.117",
20796]
20797
20798[[package]]
20799name = "windows-implement"
20800version = "0.58.0"
20801source = "registry+https://github.com/rust-lang/crates.io-index"
20802checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20803dependencies = [
20804 "proc-macro2",
20805 "quote",
20806 "syn 2.0.117",
20807]
20808
20809[[package]]
20810name = "windows-implement"
20811version = "0.60.2"
20812source = "registry+https://github.com/rust-lang/crates.io-index"
20813checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20814dependencies = [
20815 "proc-macro2",
20816 "quote",
20817 "syn 2.0.117",
20818]
20819
20820[[package]]
20821name = "windows-interface"
20822version = "0.56.0"
20823source = "registry+https://github.com/rust-lang/crates.io-index"
20824checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20825dependencies = [
20826 "proc-macro2",
20827 "quote",
20828 "syn 2.0.117",
20829]
20830
20831[[package]]
20832name = "windows-interface"
20833version = "0.57.0"
20834source = "registry+https://github.com/rust-lang/crates.io-index"
20835checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20836dependencies = [
20837 "proc-macro2",
20838 "quote",
20839 "syn 2.0.117",
20840]
20841
20842[[package]]
20843name = "windows-interface"
20844version = "0.58.0"
20845source = "registry+https://github.com/rust-lang/crates.io-index"
20846checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20847dependencies = [
20848 "proc-macro2",
20849 "quote",
20850 "syn 2.0.117",
20851]
20852
20853[[package]]
20854name = "windows-interface"
20855version = "0.59.3"
20856source = "registry+https://github.com/rust-lang/crates.io-index"
20857checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20858dependencies = [
20859 "proc-macro2",
20860 "quote",
20861 "syn 2.0.117",
20862]
20863
20864[[package]]
20865name = "windows-link"
20866version = "0.1.3"
20867source = "registry+https://github.com/rust-lang/crates.io-index"
20868checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20869
20870[[package]]
20871name = "windows-link"
20872version = "0.2.1"
20873source = "registry+https://github.com/rust-lang/crates.io-index"
20874checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20875
20876[[package]]
20877name = "windows-numerics"
20878version = "0.2.0"
20879source = "registry+https://github.com/rust-lang/crates.io-index"
20880checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20881dependencies = [
20882 "windows-core 0.61.2",
20883 "windows-link 0.1.3",
20884]
20885
20886[[package]]
20887name = "windows-numerics"
20888version = "0.3.1"
20889source = "registry+https://github.com/rust-lang/crates.io-index"
20890checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20891dependencies = [
20892 "windows-core 0.62.2",
20893 "windows-link 0.2.1",
20894]
20895
20896[[package]]
20897name = "windows-registry"
20898version = "0.4.0"
20899source = "registry+https://github.com/rust-lang/crates.io-index"
20900checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20901dependencies = [
20902 "windows-result 0.3.4",
20903 "windows-strings 0.3.1",
20904 "windows-targets 0.53.5",
20905]
20906
20907[[package]]
20908name = "windows-registry"
20909version = "0.5.3"
20910source = "registry+https://github.com/rust-lang/crates.io-index"
20911checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20912dependencies = [
20913 "windows-link 0.1.3",
20914 "windows-result 0.3.4",
20915 "windows-strings 0.4.2",
20916]
20917
20918[[package]]
20919name = "windows-registry"
20920version = "0.6.1"
20921source = "registry+https://github.com/rust-lang/crates.io-index"
20922checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20923dependencies = [
20924 "windows-link 0.2.1",
20925 "windows-result 0.4.1",
20926 "windows-strings 0.5.1",
20927]
20928
20929[[package]]
20930name = "windows-result"
20931version = "0.1.2"
20932source = "registry+https://github.com/rust-lang/crates.io-index"
20933checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20934dependencies = [
20935 "windows-targets 0.52.6",
20936]
20937
20938[[package]]
20939name = "windows-result"
20940version = "0.2.0"
20941source = "registry+https://github.com/rust-lang/crates.io-index"
20942checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20943dependencies = [
20944 "windows-targets 0.52.6",
20945]
20946
20947[[package]]
20948name = "windows-result"
20949version = "0.3.4"
20950source = "registry+https://github.com/rust-lang/crates.io-index"
20951checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20952dependencies = [
20953 "windows-link 0.1.3",
20954]
20955
20956[[package]]
20957name = "windows-result"
20958version = "0.4.1"
20959source = "registry+https://github.com/rust-lang/crates.io-index"
20960checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20961dependencies = [
20962 "windows-link 0.2.1",
20963]
20964
20965[[package]]
20966name = "windows-strings"
20967version = "0.1.0"
20968source = "registry+https://github.com/rust-lang/crates.io-index"
20969checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20970dependencies = [
20971 "windows-result 0.2.0",
20972 "windows-targets 0.52.6",
20973]
20974
20975[[package]]
20976name = "windows-strings"
20977version = "0.3.1"
20978source = "registry+https://github.com/rust-lang/crates.io-index"
20979checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20980dependencies = [
20981 "windows-link 0.1.3",
20982]
20983
20984[[package]]
20985name = "windows-strings"
20986version = "0.4.2"
20987source = "registry+https://github.com/rust-lang/crates.io-index"
20988checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20989dependencies = [
20990 "windows-link 0.1.3",
20991]
20992
20993[[package]]
20994name = "windows-strings"
20995version = "0.5.1"
20996source = "registry+https://github.com/rust-lang/crates.io-index"
20997checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20998dependencies = [
20999 "windows-link 0.2.1",
21000]
21001
21002[[package]]
21003name = "windows-sys"
21004version = "0.45.0"
21005source = "registry+https://github.com/rust-lang/crates.io-index"
21006checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
21007dependencies = [
21008 "windows-targets 0.42.2",
21009]
21010
21011[[package]]
21012name = "windows-sys"
21013version = "0.48.0"
21014source = "registry+https://github.com/rust-lang/crates.io-index"
21015checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21016dependencies = [
21017 "windows-targets 0.48.5",
21018]
21019
21020[[package]]
21021name = "windows-sys"
21022version = "0.52.0"
21023source = "registry+https://github.com/rust-lang/crates.io-index"
21024checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21025dependencies = [
21026 "windows-targets 0.52.6",
21027]
21028
21029[[package]]
21030name = "windows-sys"
21031version = "0.59.0"
21032source = "registry+https://github.com/rust-lang/crates.io-index"
21033checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21034dependencies = [
21035 "windows-targets 0.52.6",
21036]
21037
21038[[package]]
21039name = "windows-sys"
21040version = "0.60.2"
21041source = "registry+https://github.com/rust-lang/crates.io-index"
21042checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21043dependencies = [
21044 "windows-targets 0.53.5",
21045]
21046
21047[[package]]
21048name = "windows-sys"
21049version = "0.61.2"
21050source = "registry+https://github.com/rust-lang/crates.io-index"
21051checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21052dependencies = [
21053 "windows-link 0.2.1",
21054]
21055
21056[[package]]
21057name = "windows-targets"
21058version = "0.42.2"
21059source = "registry+https://github.com/rust-lang/crates.io-index"
21060checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21061dependencies = [
21062 "windows_aarch64_gnullvm 0.42.2",
21063 "windows_aarch64_msvc 0.42.2",
21064 "windows_i686_gnu 0.42.2",
21065 "windows_i686_msvc 0.42.2",
21066 "windows_x86_64_gnu 0.42.2",
21067 "windows_x86_64_gnullvm 0.42.2",
21068 "windows_x86_64_msvc 0.42.2",
21069]
21070
21071[[package]]
21072name = "windows-targets"
21073version = "0.48.5"
21074source = "registry+https://github.com/rust-lang/crates.io-index"
21075checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21076dependencies = [
21077 "windows_aarch64_gnullvm 0.48.5",
21078 "windows_aarch64_msvc 0.48.5",
21079 "windows_i686_gnu 0.48.5",
21080 "windows_i686_msvc 0.48.5",
21081 "windows_x86_64_gnu 0.48.5",
21082 "windows_x86_64_gnullvm 0.48.5",
21083 "windows_x86_64_msvc 0.48.5",
21084]
21085
21086[[package]]
21087name = "windows-targets"
21088version = "0.52.6"
21089source = "registry+https://github.com/rust-lang/crates.io-index"
21090checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21091dependencies = [
21092 "windows_aarch64_gnullvm 0.52.6",
21093 "windows_aarch64_msvc 0.52.6",
21094 "windows_i686_gnu 0.52.6",
21095 "windows_i686_gnullvm 0.52.6",
21096 "windows_i686_msvc 0.52.6",
21097 "windows_x86_64_gnu 0.52.6",
21098 "windows_x86_64_gnullvm 0.52.6",
21099 "windows_x86_64_msvc 0.52.6",
21100]
21101
21102[[package]]
21103name = "windows-targets"
21104version = "0.53.5"
21105source = "registry+https://github.com/rust-lang/crates.io-index"
21106checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21107dependencies = [
21108 "windows-link 0.2.1",
21109 "windows_aarch64_gnullvm 0.53.1",
21110 "windows_aarch64_msvc 0.53.1",
21111 "windows_i686_gnu 0.53.1",
21112 "windows_i686_gnullvm 0.53.1",
21113 "windows_i686_msvc 0.53.1",
21114 "windows_x86_64_gnu 0.53.1",
21115 "windows_x86_64_gnullvm 0.53.1",
21116 "windows_x86_64_msvc 0.53.1",
21117]
21118
21119[[package]]
21120name = "windows-threading"
21121version = "0.1.0"
21122source = "registry+https://github.com/rust-lang/crates.io-index"
21123checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21124dependencies = [
21125 "windows-link 0.1.3",
21126]
21127
21128[[package]]
21129name = "windows-threading"
21130version = "0.2.1"
21131source = "registry+https://github.com/rust-lang/crates.io-index"
21132checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21133dependencies = [
21134 "windows-link 0.2.1",
21135]
21136
21137[[package]]
21138name = "windows_aarch64_gnullvm"
21139version = "0.42.2"
21140source = "registry+https://github.com/rust-lang/crates.io-index"
21141checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21142
21143[[package]]
21144name = "windows_aarch64_gnullvm"
21145version = "0.48.5"
21146source = "registry+https://github.com/rust-lang/crates.io-index"
21147checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21148
21149[[package]]
21150name = "windows_aarch64_gnullvm"
21151version = "0.52.6"
21152source = "registry+https://github.com/rust-lang/crates.io-index"
21153checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21154
21155[[package]]
21156name = "windows_aarch64_gnullvm"
21157version = "0.53.1"
21158source = "registry+https://github.com/rust-lang/crates.io-index"
21159checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21160
21161[[package]]
21162name = "windows_aarch64_msvc"
21163version = "0.42.2"
21164source = "registry+https://github.com/rust-lang/crates.io-index"
21165checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21166
21167[[package]]
21168name = "windows_aarch64_msvc"
21169version = "0.48.5"
21170source = "registry+https://github.com/rust-lang/crates.io-index"
21171checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21172
21173[[package]]
21174name = "windows_aarch64_msvc"
21175version = "0.52.6"
21176source = "registry+https://github.com/rust-lang/crates.io-index"
21177checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21178
21179[[package]]
21180name = "windows_aarch64_msvc"
21181version = "0.53.1"
21182source = "registry+https://github.com/rust-lang/crates.io-index"
21183checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21184
21185[[package]]
21186name = "windows_i686_gnu"
21187version = "0.42.2"
21188source = "registry+https://github.com/rust-lang/crates.io-index"
21189checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21190
21191[[package]]
21192name = "windows_i686_gnu"
21193version = "0.48.5"
21194source = "registry+https://github.com/rust-lang/crates.io-index"
21195checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21196
21197[[package]]
21198name = "windows_i686_gnu"
21199version = "0.52.6"
21200source = "registry+https://github.com/rust-lang/crates.io-index"
21201checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21202
21203[[package]]
21204name = "windows_i686_gnu"
21205version = "0.53.1"
21206source = "registry+https://github.com/rust-lang/crates.io-index"
21207checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21208
21209[[package]]
21210name = "windows_i686_gnullvm"
21211version = "0.52.6"
21212source = "registry+https://github.com/rust-lang/crates.io-index"
21213checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21214
21215[[package]]
21216name = "windows_i686_gnullvm"
21217version = "0.53.1"
21218source = "registry+https://github.com/rust-lang/crates.io-index"
21219checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21220
21221[[package]]
21222name = "windows_i686_msvc"
21223version = "0.42.2"
21224source = "registry+https://github.com/rust-lang/crates.io-index"
21225checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21226
21227[[package]]
21228name = "windows_i686_msvc"
21229version = "0.48.5"
21230source = "registry+https://github.com/rust-lang/crates.io-index"
21231checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21232
21233[[package]]
21234name = "windows_i686_msvc"
21235version = "0.52.6"
21236source = "registry+https://github.com/rust-lang/crates.io-index"
21237checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21238
21239[[package]]
21240name = "windows_i686_msvc"
21241version = "0.53.1"
21242source = "registry+https://github.com/rust-lang/crates.io-index"
21243checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21244
21245[[package]]
21246name = "windows_x86_64_gnu"
21247version = "0.42.2"
21248source = "registry+https://github.com/rust-lang/crates.io-index"
21249checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21250
21251[[package]]
21252name = "windows_x86_64_gnu"
21253version = "0.48.5"
21254source = "registry+https://github.com/rust-lang/crates.io-index"
21255checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21256
21257[[package]]
21258name = "windows_x86_64_gnu"
21259version = "0.52.6"
21260source = "registry+https://github.com/rust-lang/crates.io-index"
21261checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21262
21263[[package]]
21264name = "windows_x86_64_gnu"
21265version = "0.53.1"
21266source = "registry+https://github.com/rust-lang/crates.io-index"
21267checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21268
21269[[package]]
21270name = "windows_x86_64_gnullvm"
21271version = "0.42.2"
21272source = "registry+https://github.com/rust-lang/crates.io-index"
21273checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21274
21275[[package]]
21276name = "windows_x86_64_gnullvm"
21277version = "0.48.5"
21278source = "registry+https://github.com/rust-lang/crates.io-index"
21279checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21280
21281[[package]]
21282name = "windows_x86_64_gnullvm"
21283version = "0.52.6"
21284source = "registry+https://github.com/rust-lang/crates.io-index"
21285checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21286
21287[[package]]
21288name = "windows_x86_64_gnullvm"
21289version = "0.53.1"
21290source = "registry+https://github.com/rust-lang/crates.io-index"
21291checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21292
21293[[package]]
21294name = "windows_x86_64_msvc"
21295version = "0.42.2"
21296source = "registry+https://github.com/rust-lang/crates.io-index"
21297checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21298
21299[[package]]
21300name = "windows_x86_64_msvc"
21301version = "0.48.5"
21302source = "registry+https://github.com/rust-lang/crates.io-index"
21303checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21304
21305[[package]]
21306name = "windows_x86_64_msvc"
21307version = "0.52.6"
21308source = "registry+https://github.com/rust-lang/crates.io-index"
21309checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21310
21311[[package]]
21312name = "windows_x86_64_msvc"
21313version = "0.53.1"
21314source = "registry+https://github.com/rust-lang/crates.io-index"
21315checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21316
21317[[package]]
21318name = "winnow"
21319version = "0.7.13"
21320source = "registry+https://github.com/rust-lang/crates.io-index"
21321checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21322dependencies = [
21323 "memchr",
21324]
21325
21326[[package]]
21327name = "winreg"
21328version = "0.10.1"
21329source = "registry+https://github.com/rust-lang/crates.io-index"
21330checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21331dependencies = [
21332 "winapi",
21333]
21334
21335[[package]]
21336name = "winreg"
21337version = "0.50.0"
21338source = "registry+https://github.com/rust-lang/crates.io-index"
21339checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21340dependencies = [
21341 "cfg-if",
21342 "windows-sys 0.48.0",
21343]
21344
21345[[package]]
21346name = "winreg"
21347version = "0.55.0"
21348source = "registry+https://github.com/rust-lang/crates.io-index"
21349checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21350dependencies = [
21351 "cfg-if",
21352 "windows-sys 0.59.0",
21353]
21354
21355[[package]]
21356name = "winresource"
21357version = "0.1.23"
21358source = "registry+https://github.com/rust-lang/crates.io-index"
21359checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21360dependencies = [
21361 "toml 0.8.23",
21362 "version_check",
21363]
21364
21365[[package]]
21366name = "winsafe"
21367version = "0.0.19"
21368source = "registry+https://github.com/rust-lang/crates.io-index"
21369checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21370
21371[[package]]
21372name = "winx"
21373version = "0.36.4"
21374source = "registry+https://github.com/rust-lang/crates.io-index"
21375checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21376dependencies = [
21377 "bitflags 2.10.0",
21378 "windows-sys 0.59.0",
21379]
21380
21381[[package]]
21382name = "wio"
21383version = "0.2.2"
21384source = "registry+https://github.com/rust-lang/crates.io-index"
21385checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21386dependencies = [
21387 "winapi",
21388]
21389
21390[[package]]
21391name = "wit-bindgen"
21392version = "0.22.0"
21393source = "registry+https://github.com/rust-lang/crates.io-index"
21394checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21395dependencies = [
21396 "bitflags 2.10.0",
21397 "wit-bindgen-rt 0.22.0",
21398 "wit-bindgen-rust-macro 0.22.0",
21399]
21400
21401[[package]]
21402name = "wit-bindgen"
21403version = "0.41.0"
21404source = "registry+https://github.com/rust-lang/crates.io-index"
21405checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21406dependencies = [
21407 "wit-bindgen-rt 0.41.0",
21408 "wit-bindgen-rust-macro 0.41.0",
21409]
21410
21411[[package]]
21412name = "wit-bindgen"
21413version = "0.46.0"
21414source = "registry+https://github.com/rust-lang/crates.io-index"
21415checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21416
21417[[package]]
21418name = "wit-bindgen"
21419version = "0.51.0"
21420source = "registry+https://github.com/rust-lang/crates.io-index"
21421checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21422dependencies = [
21423 "wit-bindgen-rust-macro 0.51.0",
21424]
21425
21426[[package]]
21427name = "wit-bindgen-core"
21428version = "0.22.0"
21429source = "registry+https://github.com/rust-lang/crates.io-index"
21430checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21431dependencies = [
21432 "anyhow",
21433 "wit-parser 0.201.0",
21434]
21435
21436[[package]]
21437name = "wit-bindgen-core"
21438version = "0.41.0"
21439source = "registry+https://github.com/rust-lang/crates.io-index"
21440checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21441dependencies = [
21442 "anyhow",
21443 "heck 0.5.0",
21444 "wit-parser 0.227.1",
21445]
21446
21447[[package]]
21448name = "wit-bindgen-core"
21449version = "0.51.0"
21450source = "registry+https://github.com/rust-lang/crates.io-index"
21451checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21452dependencies = [
21453 "anyhow",
21454 "heck 0.5.0",
21455 "wit-parser 0.244.0",
21456]
21457
21458[[package]]
21459name = "wit-bindgen-rt"
21460version = "0.22.0"
21461source = "registry+https://github.com/rust-lang/crates.io-index"
21462checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21463
21464[[package]]
21465name = "wit-bindgen-rt"
21466version = "0.41.0"
21467source = "registry+https://github.com/rust-lang/crates.io-index"
21468checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21469dependencies = [
21470 "bitflags 2.10.0",
21471 "futures 0.3.32",
21472 "once_cell",
21473]
21474
21475[[package]]
21476name = "wit-bindgen-rust"
21477version = "0.22.0"
21478source = "registry+https://github.com/rust-lang/crates.io-index"
21479checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21480dependencies = [
21481 "anyhow",
21482 "heck 0.4.1",
21483 "indexmap",
21484 "wasm-metadata 0.201.0",
21485 "wit-bindgen-core 0.22.0",
21486 "wit-component 0.201.0",
21487]
21488
21489[[package]]
21490name = "wit-bindgen-rust"
21491version = "0.41.0"
21492source = "registry+https://github.com/rust-lang/crates.io-index"
21493checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21494dependencies = [
21495 "anyhow",
21496 "heck 0.5.0",
21497 "indexmap",
21498 "prettyplease",
21499 "syn 2.0.117",
21500 "wasm-metadata 0.227.1",
21501 "wit-bindgen-core 0.41.0",
21502 "wit-component 0.227.1",
21503]
21504
21505[[package]]
21506name = "wit-bindgen-rust"
21507version = "0.51.0"
21508source = "registry+https://github.com/rust-lang/crates.io-index"
21509checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21510dependencies = [
21511 "anyhow",
21512 "heck 0.5.0",
21513 "indexmap",
21514 "prettyplease",
21515 "syn 2.0.117",
21516 "wasm-metadata 0.244.0",
21517 "wit-bindgen-core 0.51.0",
21518 "wit-component 0.244.0",
21519]
21520
21521[[package]]
21522name = "wit-bindgen-rust-macro"
21523version = "0.22.0"
21524source = "registry+https://github.com/rust-lang/crates.io-index"
21525checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21526dependencies = [
21527 "anyhow",
21528 "proc-macro2",
21529 "quote",
21530 "syn 2.0.117",
21531 "wit-bindgen-core 0.22.0",
21532 "wit-bindgen-rust 0.22.0",
21533]
21534
21535[[package]]
21536name = "wit-bindgen-rust-macro"
21537version = "0.41.0"
21538source = "registry+https://github.com/rust-lang/crates.io-index"
21539checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21540dependencies = [
21541 "anyhow",
21542 "prettyplease",
21543 "proc-macro2",
21544 "quote",
21545 "syn 2.0.117",
21546 "wit-bindgen-core 0.41.0",
21547 "wit-bindgen-rust 0.41.0",
21548]
21549
21550[[package]]
21551name = "wit-bindgen-rust-macro"
21552version = "0.51.0"
21553source = "registry+https://github.com/rust-lang/crates.io-index"
21554checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21555dependencies = [
21556 "anyhow",
21557 "prettyplease",
21558 "proc-macro2",
21559 "quote",
21560 "syn 2.0.117",
21561 "wit-bindgen-core 0.51.0",
21562 "wit-bindgen-rust 0.51.0",
21563]
21564
21565[[package]]
21566name = "wit-component"
21567version = "0.201.0"
21568source = "registry+https://github.com/rust-lang/crates.io-index"
21569checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21570dependencies = [
21571 "anyhow",
21572 "bitflags 2.10.0",
21573 "indexmap",
21574 "log",
21575 "serde",
21576 "serde_derive",
21577 "serde_json",
21578 "wasm-encoder 0.201.0",
21579 "wasm-metadata 0.201.0",
21580 "wasmparser 0.201.0",
21581 "wit-parser 0.201.0",
21582]
21583
21584[[package]]
21585name = "wit-component"
21586version = "0.227.1"
21587source = "registry+https://github.com/rust-lang/crates.io-index"
21588checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21589dependencies = [
21590 "anyhow",
21591 "bitflags 2.10.0",
21592 "indexmap",
21593 "log",
21594 "serde",
21595 "serde_derive",
21596 "serde_json",
21597 "wasm-encoder 0.227.1",
21598 "wasm-metadata 0.227.1",
21599 "wasmparser 0.227.1",
21600 "wit-parser 0.227.1",
21601]
21602
21603[[package]]
21604name = "wit-component"
21605version = "0.244.0"
21606source = "registry+https://github.com/rust-lang/crates.io-index"
21607checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21608dependencies = [
21609 "anyhow",
21610 "bitflags 2.10.0",
21611 "indexmap",
21612 "log",
21613 "serde",
21614 "serde_derive",
21615 "serde_json",
21616 "wasm-encoder 0.244.0",
21617 "wasm-metadata 0.244.0",
21618 "wasmparser 0.244.0",
21619 "wit-parser 0.244.0",
21620]
21621
21622[[package]]
21623name = "wit-parser"
21624version = "0.201.0"
21625source = "registry+https://github.com/rust-lang/crates.io-index"
21626checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21627dependencies = [
21628 "anyhow",
21629 "id-arena",
21630 "indexmap",
21631 "log",
21632 "semver",
21633 "serde",
21634 "serde_derive",
21635 "serde_json",
21636 "unicode-xid",
21637 "wasmparser 0.201.0",
21638]
21639
21640[[package]]
21641name = "wit-parser"
21642version = "0.227.1"
21643source = "registry+https://github.com/rust-lang/crates.io-index"
21644checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21645dependencies = [
21646 "anyhow",
21647 "id-arena",
21648 "indexmap",
21649 "log",
21650 "semver",
21651 "serde",
21652 "serde_derive",
21653 "serde_json",
21654 "unicode-xid",
21655 "wasmparser 0.227.1",
21656]
21657
21658[[package]]
21659name = "wit-parser"
21660version = "0.236.1"
21661source = "registry+https://github.com/rust-lang/crates.io-index"
21662checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21663dependencies = [
21664 "anyhow",
21665 "id-arena",
21666 "indexmap",
21667 "log",
21668 "semver",
21669 "serde",
21670 "serde_derive",
21671 "serde_json",
21672 "unicode-xid",
21673 "wasmparser 0.236.1",
21674]
21675
21676[[package]]
21677name = "wit-parser"
21678version = "0.244.0"
21679source = "registry+https://github.com/rust-lang/crates.io-index"
21680checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21681dependencies = [
21682 "anyhow",
21683 "id-arena",
21684 "indexmap",
21685 "log",
21686 "semver",
21687 "serde",
21688 "serde_derive",
21689 "serde_json",
21690 "unicode-xid",
21691 "wasmparser 0.244.0",
21692]
21693
21694[[package]]
21695name = "witx"
21696version = "0.9.1"
21697source = "registry+https://github.com/rust-lang/crates.io-index"
21698checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21699dependencies = [
21700 "anyhow",
21701 "log",
21702 "thiserror 1.0.69",
21703 "wast",
21704]
21705
21706[[package]]
21707name = "workspace"
21708version = "0.1.0"
21709dependencies = [
21710 "agent_settings",
21711 "any_vec",
21712 "anyhow",
21713 "async-recursion",
21714 "chrono",
21715 "client",
21716 "clock",
21717 "collections",
21718 "component",
21719 "db",
21720 "feature_flags",
21721 "fs",
21722 "futures 0.3.32",
21723 "git",
21724 "gpui",
21725 "http_client",
21726 "itertools 0.14.0",
21727 "language",
21728 "log",
21729 "markdown",
21730 "menu",
21731 "node_runtime",
21732 "parking_lot",
21733 "postage",
21734 "pretty_assertions",
21735 "project",
21736 "remote",
21737 "schemars",
21738 "serde",
21739 "serde_json",
21740 "session",
21741 "settings",
21742 "smallvec",
21743 "sqlez",
21744 "strum 0.27.2",
21745 "task",
21746 "telemetry",
21747 "tempfile",
21748 "theme",
21749 "theme_settings",
21750 "ui",
21751 "util",
21752 "uuid",
21753 "vim_mode_setting",
21754 "windows 0.61.3",
21755 "zed_actions",
21756 "zlog",
21757]
21758
21759[[package]]
21760name = "worktree"
21761version = "0.1.0"
21762dependencies = [
21763 "anyhow",
21764 "async-lock 2.8.0",
21765 "chardetng",
21766 "clock",
21767 "collections",
21768 "encoding_rs",
21769 "fs",
21770 "futures 0.3.32",
21771 "fuzzy",
21772 "git",
21773 "gpui",
21774 "ignore",
21775 "language",
21776 "log",
21777 "parking_lot",
21778 "paths",
21779 "postage",
21780 "pretty_assertions",
21781 "rand 0.9.2",
21782 "rpc",
21783 "serde",
21784 "serde_json",
21785 "settings",
21786 "smallvec",
21787 "smol",
21788 "sum_tree",
21789 "text",
21790 "tracing",
21791 "util",
21792 "worktree",
21793 "zlog",
21794 "ztracing",
21795]
21796
21797[[package]]
21798name = "worktree_benchmarks"
21799version = "0.1.0"
21800dependencies = [
21801 "fs",
21802 "gpui_platform",
21803 "settings",
21804 "worktree",
21805]
21806
21807[[package]]
21808name = "wprcontrol"
21809version = "0.1.0"
21810source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21811dependencies = [
21812 "windows 0.61.3",
21813 "windows-bindgen",
21814 "windows-core 0.61.2",
21815 "windows-link 0.2.1",
21816]
21817
21818[[package]]
21819name = "writeable"
21820version = "0.6.1"
21821source = "registry+https://github.com/rust-lang/crates.io-index"
21822checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21823
21824[[package]]
21825name = "wyz"
21826version = "0.5.1"
21827source = "registry+https://github.com/rust-lang/crates.io-index"
21828checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21829dependencies = [
21830 "tap",
21831]
21832
21833[[package]]
21834name = "x11"
21835version = "2.21.0"
21836source = "registry+https://github.com/rust-lang/crates.io-index"
21837checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21838dependencies = [
21839 "libc",
21840 "pkg-config",
21841]
21842
21843[[package]]
21844name = "x11-clipboard"
21845version = "0.9.3"
21846source = "registry+https://github.com/rust-lang/crates.io-index"
21847checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21848dependencies = [
21849 "libc",
21850 "x11rb",
21851]
21852
21853[[package]]
21854name = "x11rb"
21855version = "0.13.2"
21856source = "registry+https://github.com/rust-lang/crates.io-index"
21857checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21858dependencies = [
21859 "as-raw-xcb-connection",
21860 "gethostname",
21861 "libc",
21862 "rustix 1.1.2",
21863 "x11rb-protocol",
21864 "xcursor",
21865]
21866
21867[[package]]
21868name = "x11rb-protocol"
21869version = "0.13.2"
21870source = "registry+https://github.com/rust-lang/crates.io-index"
21871checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21872
21873[[package]]
21874name = "x_ai"
21875version = "0.1.0"
21876dependencies = [
21877 "anyhow",
21878 "language_model_core",
21879 "schemars",
21880 "serde",
21881 "strum 0.27.2",
21882 "tiktoken-rs",
21883]
21884
21885[[package]]
21886name = "xattr"
21887version = "0.2.3"
21888source = "registry+https://github.com/rust-lang/crates.io-index"
21889checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21890dependencies = [
21891 "libc",
21892]
21893
21894[[package]]
21895name = "xcb"
21896version = "1.6.0"
21897source = "registry+https://github.com/rust-lang/crates.io-index"
21898checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21899dependencies = [
21900 "bitflags 1.3.2",
21901 "libc",
21902 "quick-xml 0.30.0",
21903 "x11",
21904]
21905
21906[[package]]
21907name = "xcursor"
21908version = "0.3.10"
21909source = "registry+https://github.com/rust-lang/crates.io-index"
21910checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21911
21912[[package]]
21913name = "xim-ctext"
21914version = "0.3.0"
21915source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21916dependencies = [
21917 "encoding_rs",
21918]
21919
21920[[package]]
21921name = "xim-parser"
21922version = "0.2.1"
21923source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21924dependencies = [
21925 "bitflags 2.10.0",
21926]
21927
21928[[package]]
21929name = "xkbcommon"
21930version = "0.8.0"
21931source = "registry+https://github.com/rust-lang/crates.io-index"
21932checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21933dependencies = [
21934 "as-raw-xcb-connection",
21935 "libc",
21936 "memmap2",
21937 "xkeysym",
21938]
21939
21940[[package]]
21941name = "xkeysym"
21942version = "0.2.1"
21943source = "registry+https://github.com/rust-lang/crates.io-index"
21944checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21945
21946[[package]]
21947name = "xml-rs"
21948version = "0.8.28"
21949source = "registry+https://github.com/rust-lang/crates.io-index"
21950checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21951
21952[[package]]
21953name = "xml5ever"
21954version = "0.18.1"
21955source = "registry+https://github.com/rust-lang/crates.io-index"
21956checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21957dependencies = [
21958 "log",
21959 "mac",
21960 "markup5ever 0.12.1",
21961]
21962
21963[[package]]
21964name = "xmlparser"
21965version = "0.13.6"
21966source = "registry+https://github.com/rust-lang/crates.io-index"
21967checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21968
21969[[package]]
21970name = "xmlwriter"
21971version = "0.1.0"
21972source = "registry+https://github.com/rust-lang/crates.io-index"
21973checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21974
21975[[package]]
21976name = "xtask"
21977version = "0.1.0"
21978dependencies = [
21979 "annotate-snippets",
21980 "anyhow",
21981 "backtrace",
21982 "cargo_metadata 0.19.2",
21983 "cargo_toml",
21984 "clap",
21985 "compliance",
21986 "gh-workflow",
21987 "indexmap",
21988 "indoc",
21989 "itertools 0.14.0",
21990 "regex",
21991 "serde",
21992 "serde_json",
21993 "serde_yaml",
21994 "strum 0.27.2",
21995 "tokio",
21996 "toml 0.8.23",
21997 "toml_edit 0.22.27",
21998]
21999
22000[[package]]
22001name = "yaml-rust2"
22002version = "0.8.1"
22003source = "registry+https://github.com/rust-lang/crates.io-index"
22004checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22005dependencies = [
22006 "arraydeque",
22007 "encoding_rs",
22008 "hashlink 0.8.4",
22009]
22010
22011[[package]]
22012name = "yansi"
22013version = "1.0.1"
22014source = "registry+https://github.com/rust-lang/crates.io-index"
22015checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22016
22017[[package]]
22018name = "yawc"
22019version = "0.2.5"
22020source = "registry+https://github.com/rust-lang/crates.io-index"
22021checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22022dependencies = [
22023 "base64 0.22.1",
22024 "bytes 1.11.1",
22025 "flate2",
22026 "futures 0.3.32",
22027 "http-body-util",
22028 "hyper 1.7.0",
22029 "hyper-util",
22030 "js-sys",
22031 "nom 8.0.0",
22032 "pin-project",
22033 "rand 0.8.5",
22034 "sha1",
22035 "thiserror 1.0.69",
22036 "tokio",
22037 "tokio-rustls 0.26.2",
22038 "tokio-util",
22039 "url",
22040 "wasm-bindgen",
22041 "wasm-bindgen-futures",
22042 "web-sys",
22043 "webpki-roots",
22044]
22045
22046[[package]]
22047name = "yazi"
22048version = "0.2.1"
22049source = "registry+https://github.com/rust-lang/crates.io-index"
22050checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22051
22052[[package]]
22053name = "yeslogic-fontconfig-sys"
22054version = "6.0.0"
22055source = "registry+https://github.com/rust-lang/crates.io-index"
22056checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22057dependencies = [
22058 "dlib",
22059 "once_cell",
22060 "pkg-config",
22061]
22062
22063[[package]]
22064name = "yoke"
22065version = "0.7.5"
22066source = "registry+https://github.com/rust-lang/crates.io-index"
22067checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22068dependencies = [
22069 "serde",
22070 "stable_deref_trait",
22071 "yoke-derive 0.7.5",
22072 "zerofrom",
22073]
22074
22075[[package]]
22076name = "yoke"
22077version = "0.8.0"
22078source = "registry+https://github.com/rust-lang/crates.io-index"
22079checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22080dependencies = [
22081 "serde",
22082 "stable_deref_trait",
22083 "yoke-derive 0.8.0",
22084 "zerofrom",
22085]
22086
22087[[package]]
22088name = "yoke-derive"
22089version = "0.7.5"
22090source = "registry+https://github.com/rust-lang/crates.io-index"
22091checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22092dependencies = [
22093 "proc-macro2",
22094 "quote",
22095 "syn 2.0.117",
22096 "synstructure",
22097]
22098
22099[[package]]
22100name = "yoke-derive"
22101version = "0.8.0"
22102source = "registry+https://github.com/rust-lang/crates.io-index"
22103checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22104dependencies = [
22105 "proc-macro2",
22106 "quote",
22107 "syn 2.0.117",
22108 "synstructure",
22109]
22110
22111[[package]]
22112name = "zbus"
22113version = "5.13.2"
22114source = "registry+https://github.com/rust-lang/crates.io-index"
22115checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22116dependencies = [
22117 "async-broadcast",
22118 "async-executor",
22119 "async-io",
22120 "async-lock 3.4.2",
22121 "async-process",
22122 "async-recursion",
22123 "async-task",
22124 "async-trait",
22125 "blocking",
22126 "enumflags2",
22127 "event-listener 5.4.1",
22128 "futures-core",
22129 "futures-lite 2.6.1",
22130 "hex",
22131 "libc",
22132 "ordered-stream",
22133 "rustix 1.1.2",
22134 "serde",
22135 "serde_repr",
22136 "tracing",
22137 "uds_windows",
22138 "uuid",
22139 "windows-sys 0.61.2",
22140 "winnow",
22141 "zbus_macros",
22142 "zbus_names",
22143 "zvariant",
22144]
22145
22146[[package]]
22147name = "zbus_macros"
22148version = "5.13.2"
22149source = "registry+https://github.com/rust-lang/crates.io-index"
22150checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22151dependencies = [
22152 "proc-macro-crate",
22153 "proc-macro2",
22154 "quote",
22155 "syn 2.0.117",
22156 "zbus_names",
22157 "zvariant",
22158 "zvariant_utils",
22159]
22160
22161[[package]]
22162name = "zbus_names"
22163version = "4.3.1"
22164source = "registry+https://github.com/rust-lang/crates.io-index"
22165checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22166dependencies = [
22167 "serde",
22168 "winnow",
22169 "zvariant",
22170]
22171
22172[[package]]
22173name = "zed"
22174version = "0.233.0"
22175dependencies = [
22176 "acp_thread",
22177 "acp_tools",
22178 "action_log",
22179 "activity_indicator",
22180 "agent",
22181 "agent-client-protocol",
22182 "agent_servers",
22183 "agent_settings",
22184 "agent_ui",
22185 "anyhow",
22186 "ashpd",
22187 "askpass",
22188 "assets",
22189 "audio",
22190 "auto_update",
22191 "auto_update_ui",
22192 "breadcrumbs",
22193 "call",
22194 "channel",
22195 "chrono",
22196 "clap",
22197 "cli",
22198 "client",
22199 "clock",
22200 "codestral",
22201 "collab_ui",
22202 "collections",
22203 "command_palette",
22204 "component",
22205 "component_preview",
22206 "copilot",
22207 "copilot_chat",
22208 "copilot_ui",
22209 "crashes",
22210 "csv_preview",
22211 "dap_adapters",
22212 "db",
22213 "debug_adapter_extension",
22214 "debugger_tools",
22215 "debugger_ui",
22216 "dev_container",
22217 "diagnostics",
22218 "edit_prediction",
22219 "edit_prediction_ui",
22220 "editor",
22221 "encoding_selector",
22222 "env_logger 0.11.8",
22223 "etw_tracing",
22224 "extension",
22225 "extension_host",
22226 "extensions_ui",
22227 "feature_flags",
22228 "feedback",
22229 "file_finder",
22230 "fs",
22231 "futures 0.3.32",
22232 "git",
22233 "git_graph",
22234 "git_hosting_providers",
22235 "git_ui",
22236 "go_to_line",
22237 "gpui",
22238 "gpui_platform",
22239 "gpui_tokio",
22240 "http_client",
22241 "image",
22242 "image_viewer",
22243 "inspector_ui",
22244 "install_cli",
22245 "itertools 0.14.0",
22246 "journal",
22247 "json_schema_store",
22248 "keymap_editor",
22249 "language",
22250 "language_extension",
22251 "language_model",
22252 "language_models",
22253 "language_onboarding",
22254 "language_selector",
22255 "language_tools",
22256 "languages",
22257 "line_ending_selector",
22258 "log",
22259 "markdown",
22260 "markdown_preview",
22261 "menu",
22262 "migrator",
22263 "mimalloc",
22264 "miniprofiler_ui",
22265 "nc",
22266 "node_runtime",
22267 "notifications",
22268 "onboarding",
22269 "outline",
22270 "outline_panel",
22271 "parking_lot",
22272 "paths",
22273 "picker",
22274 "pkg-config",
22275 "pretty_assertions",
22276 "profiling",
22277 "project",
22278 "project_panel",
22279 "project_symbols",
22280 "prompt_store",
22281 "proto",
22282 "rayon",
22283 "recent_projects",
22284 "release_channel",
22285 "remote",
22286 "repl",
22287 "reqwest_client",
22288 "rope",
22289 "search",
22290 "semver",
22291 "serde",
22292 "serde_json",
22293 "session",
22294 "settings",
22295 "settings_profile_selector",
22296 "settings_ui",
22297 "shellexpand 2.1.2",
22298 "sidebar",
22299 "smol",
22300 "snippet_provider",
22301 "snippets_ui",
22302 "svg_preview",
22303 "sysinfo 0.37.2",
22304 "system_specs",
22305 "tab_switcher",
22306 "task",
22307 "tasks_ui",
22308 "telemetry",
22309 "telemetry_events",
22310 "tempfile",
22311 "terminal_view",
22312 "theme",
22313 "theme_extension",
22314 "theme_selector",
22315 "theme_settings",
22316 "time",
22317 "time_format",
22318 "title_bar",
22319 "toolchain_selector",
22320 "tracing",
22321 "ui",
22322 "ui_prompt",
22323 "url",
22324 "urlencoding",
22325 "util",
22326 "uuid",
22327 "vim",
22328 "vim_mode_setting",
22329 "watch",
22330 "web_search",
22331 "web_search_providers",
22332 "which_key",
22333 "windows 0.61.3",
22334 "winresource",
22335 "workspace",
22336 "zed-reqwest",
22337 "zed_actions",
22338 "zed_env_vars",
22339 "zlog",
22340 "zlog_settings",
22341 "ztracing",
22342]
22343
22344[[package]]
22345name = "zed-font-kit"
22346version = "0.14.1-zed"
22347source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22348dependencies = [
22349 "bitflags 2.10.0",
22350 "byteorder",
22351 "core-foundation 0.10.0",
22352 "core-graphics 0.24.0",
22353 "core-text",
22354 "dirs 5.0.1",
22355 "dwrote",
22356 "float-ord",
22357 "freetype-sys",
22358 "lazy_static",
22359 "libc",
22360 "log",
22361 "pathfinder_geometry",
22362 "pathfinder_simd",
22363 "walkdir",
22364 "winapi",
22365 "yeslogic-fontconfig-sys",
22366]
22367
22368[[package]]
22369name = "zed-reqwest"
22370version = "0.12.15-zed"
22371source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22372dependencies = [
22373 "base64 0.22.1",
22374 "bytes 1.11.1",
22375 "encoding_rs",
22376 "futures-core",
22377 "futures-util",
22378 "h2 0.4.12",
22379 "http 1.3.1",
22380 "http-body 1.0.1",
22381 "http-body-util",
22382 "hyper 1.7.0",
22383 "hyper-rustls 0.27.7",
22384 "hyper-util",
22385 "ipnet",
22386 "js-sys",
22387 "log",
22388 "mime",
22389 "mime_guess",
22390 "once_cell",
22391 "percent-encoding",
22392 "pin-project-lite",
22393 "quinn",
22394 "rustls 0.23.33",
22395 "rustls-native-certs 0.8.2",
22396 "rustls-pemfile 2.2.0",
22397 "rustls-pki-types",
22398 "serde",
22399 "serde_json",
22400 "serde_urlencoded",
22401 "sync_wrapper 1.0.2",
22402 "system-configuration 0.6.1",
22403 "tokio",
22404 "tokio-rustls 0.26.2",
22405 "tokio-socks",
22406 "tokio-util",
22407 "tower 0.5.2",
22408 "tower-service",
22409 "url",
22410 "wasm-bindgen",
22411 "wasm-bindgen-futures",
22412 "wasm-streams",
22413 "web-sys",
22414 "windows-registry 0.4.0",
22415]
22416
22417[[package]]
22418name = "zed-scap"
22419version = "0.0.8-zed"
22420source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22421dependencies = [
22422 "anyhow",
22423 "cocoa 0.25.0",
22424 "core-graphics-helmer-fork",
22425 "log",
22426 "objc",
22427 "rand 0.8.5",
22428 "screencapturekit",
22429 "screencapturekit-sys",
22430 "sysinfo 0.31.4",
22431 "tao-core-video-sys",
22432 "windows 0.61.3",
22433 "windows-capture",
22434 "x11",
22435 "xcb",
22436]
22437
22438[[package]]
22439name = "zed-xim"
22440version = "0.4.0-zed"
22441source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22442dependencies = [
22443 "ahash 0.8.12",
22444 "hashbrown 0.14.5",
22445 "log",
22446 "x11rb",
22447 "xim-ctext",
22448 "xim-parser",
22449]
22450
22451[[package]]
22452name = "zed_actions"
22453version = "0.1.0"
22454dependencies = [
22455 "gpui",
22456 "schemars",
22457 "serde",
22458 "util",
22459 "uuid",
22460]
22461
22462[[package]]
22463name = "zed_credentials_provider"
22464version = "0.1.0"
22465dependencies = [
22466 "anyhow",
22467 "credentials_provider",
22468 "futures 0.3.32",
22469 "gpui",
22470 "paths",
22471 "release_channel",
22472 "serde",
22473 "serde_json",
22474]
22475
22476[[package]]
22477name = "zed_env_vars"
22478version = "0.1.0"
22479dependencies = [
22480 "env_var",
22481]
22482
22483[[package]]
22484name = "zed_extension_api"
22485version = "0.1.0"
22486source = "registry+https://github.com/rust-lang/crates.io-index"
22487checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22488dependencies = [
22489 "serde",
22490 "serde_json",
22491 "wit-bindgen 0.22.0",
22492]
22493
22494[[package]]
22495name = "zed_extension_api"
22496version = "0.7.0"
22497source = "registry+https://github.com/rust-lang/crates.io-index"
22498checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22499dependencies = [
22500 "serde",
22501 "serde_json",
22502 "wit-bindgen 0.41.0",
22503]
22504
22505[[package]]
22506name = "zed_extension_api"
22507version = "0.8.0"
22508dependencies = [
22509 "serde",
22510 "serde_json",
22511 "wit-bindgen 0.41.0",
22512]
22513
22514[[package]]
22515name = "zed_glsl"
22516version = "0.2.3"
22517dependencies = [
22518 "zed_extension_api 0.1.0",
22519]
22520
22521[[package]]
22522name = "zed_html"
22523version = "0.3.1"
22524dependencies = [
22525 "zed_extension_api 0.7.0",
22526]
22527
22528[[package]]
22529name = "zed_proto"
22530version = "0.3.2"
22531dependencies = [
22532 "zed_extension_api 0.7.0",
22533]
22534
22535[[package]]
22536name = "zed_test_extension"
22537version = "0.1.0"
22538dependencies = [
22539 "zed_extension_api 0.8.0",
22540]
22541
22542[[package]]
22543name = "zeno"
22544version = "0.3.3"
22545source = "registry+https://github.com/rust-lang/crates.io-index"
22546checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22547
22548[[package]]
22549name = "zerocopy"
22550version = "0.8.27"
22551source = "registry+https://github.com/rust-lang/crates.io-index"
22552checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22553dependencies = [
22554 "zerocopy-derive",
22555]
22556
22557[[package]]
22558name = "zerocopy-derive"
22559version = "0.8.27"
22560source = "registry+https://github.com/rust-lang/crates.io-index"
22561checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22562dependencies = [
22563 "proc-macro2",
22564 "quote",
22565 "syn 2.0.117",
22566]
22567
22568[[package]]
22569name = "zerofrom"
22570version = "0.1.6"
22571source = "registry+https://github.com/rust-lang/crates.io-index"
22572checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22573dependencies = [
22574 "zerofrom-derive",
22575]
22576
22577[[package]]
22578name = "zerofrom-derive"
22579version = "0.1.6"
22580source = "registry+https://github.com/rust-lang/crates.io-index"
22581checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22582dependencies = [
22583 "proc-macro2",
22584 "quote",
22585 "syn 2.0.117",
22586 "synstructure",
22587]
22588
22589[[package]]
22590name = "zeroize"
22591version = "1.8.2"
22592source = "registry+https://github.com/rust-lang/crates.io-index"
22593checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22594dependencies = [
22595 "zeroize_derive",
22596]
22597
22598[[package]]
22599name = "zeroize_derive"
22600version = "1.4.2"
22601source = "registry+https://github.com/rust-lang/crates.io-index"
22602checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22603dependencies = [
22604 "proc-macro2",
22605 "quote",
22606 "syn 2.0.117",
22607]
22608
22609[[package]]
22610name = "zeromq"
22611version = "0.5.0"
22612source = "registry+https://github.com/rust-lang/crates.io-index"
22613checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22614dependencies = [
22615 "async-dispatcher",
22616 "async-std",
22617 "async-trait",
22618 "asynchronous-codec",
22619 "bytes 1.11.1",
22620 "crossbeam-queue",
22621 "futures 0.3.32",
22622 "log",
22623 "num-traits",
22624 "once_cell",
22625 "parking_lot",
22626 "rand 0.9.2",
22627 "regex",
22628 "scc",
22629 "thiserror 1.0.69",
22630 "uuid",
22631]
22632
22633[[package]]
22634name = "zerotrie"
22635version = "0.2.2"
22636source = "registry+https://github.com/rust-lang/crates.io-index"
22637checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22638dependencies = [
22639 "displaydoc",
22640 "yoke 0.8.0",
22641 "zerofrom",
22642]
22643
22644[[package]]
22645name = "zerovec"
22646version = "0.11.4"
22647source = "registry+https://github.com/rust-lang/crates.io-index"
22648checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22649dependencies = [
22650 "yoke 0.8.0",
22651 "zerofrom",
22652 "zerovec-derive",
22653]
22654
22655[[package]]
22656name = "zerovec-derive"
22657version = "0.11.1"
22658source = "registry+https://github.com/rust-lang/crates.io-index"
22659checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22660dependencies = [
22661 "proc-macro2",
22662 "quote",
22663 "syn 2.0.117",
22664]
22665
22666[[package]]
22667name = "zeta_prompt"
22668version = "0.1.0"
22669dependencies = [
22670 "anyhow",
22671 "imara-diff",
22672 "indoc",
22673 "serde",
22674 "strum 0.27.2",
22675]
22676
22677[[package]]
22678name = "zip"
22679version = "0.6.6"
22680source = "registry+https://github.com/rust-lang/crates.io-index"
22681checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22682dependencies = [
22683 "aes",
22684 "byteorder",
22685 "bzip2 0.4.4",
22686 "constant_time_eq",
22687 "crc32fast",
22688 "crossbeam-utils",
22689 "flate2",
22690 "hmac",
22691 "pbkdf2 0.11.0",
22692 "sha1",
22693 "time",
22694 "zstd",
22695]
22696
22697[[package]]
22698name = "zip"
22699version = "1.1.4"
22700source = "registry+https://github.com/rust-lang/crates.io-index"
22701checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22702dependencies = [
22703 "arbitrary",
22704 "crc32fast",
22705 "crossbeam-utils",
22706 "displaydoc",
22707 "indexmap",
22708 "num_enum",
22709 "thiserror 1.0.69",
22710]
22711
22712[[package]]
22713name = "zlog"
22714version = "0.1.0"
22715dependencies = [
22716 "anyhow",
22717 "chrono",
22718 "collections",
22719 "log",
22720 "tempfile",
22721]
22722
22723[[package]]
22724name = "zlog_settings"
22725version = "0.1.0"
22726dependencies = [
22727 "collections",
22728 "gpui",
22729 "settings",
22730 "zlog",
22731]
22732
22733[[package]]
22734name = "zstd"
22735version = "0.11.2+zstd.1.5.2"
22736source = "registry+https://github.com/rust-lang/crates.io-index"
22737checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22738dependencies = [
22739 "zstd-safe",
22740]
22741
22742[[package]]
22743name = "zstd-safe"
22744version = "5.0.2+zstd.1.5.2"
22745source = "registry+https://github.com/rust-lang/crates.io-index"
22746checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22747dependencies = [
22748 "libc",
22749 "zstd-sys",
22750]
22751
22752[[package]]
22753name = "zstd-sys"
22754version = "2.0.16+zstd.1.5.7"
22755source = "registry+https://github.com/rust-lang/crates.io-index"
22756checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22757dependencies = [
22758 "cc",
22759 "pkg-config",
22760]
22761
22762[[package]]
22763name = "ztracing"
22764version = "0.1.0"
22765dependencies = [
22766 "tracing",
22767 "tracing-subscriber",
22768 "tracing-tracy",
22769 "tracy-client",
22770 "zlog",
22771 "ztracing_macro",
22772]
22773
22774[[package]]
22775name = "ztracing_macro"
22776version = "0.1.0"
22777
22778[[package]]
22779name = "zune-core"
22780version = "0.4.12"
22781source = "registry+https://github.com/rust-lang/crates.io-index"
22782checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22783
22784[[package]]
22785name = "zune-inflate"
22786version = "0.2.54"
22787source = "registry+https://github.com/rust-lang/crates.io-index"
22788checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22789dependencies = [
22790 "simd-adler32",
22791]
22792
22793[[package]]
22794name = "zune-jpeg"
22795version = "0.4.21"
22796source = "registry+https://github.com/rust-lang/crates.io-index"
22797checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22798dependencies = [
22799 "zune-core",
22800]
22801
22802[[package]]
22803name = "zvariant"
22804version = "5.9.2"
22805source = "registry+https://github.com/rust-lang/crates.io-index"
22806checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22807dependencies = [
22808 "endi",
22809 "enumflags2",
22810 "serde",
22811 "serde_bytes",
22812 "winnow",
22813 "zvariant_derive",
22814 "zvariant_utils",
22815]
22816
22817[[package]]
22818name = "zvariant_derive"
22819version = "5.9.2"
22820source = "registry+https://github.com/rust-lang/crates.io-index"
22821checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22822dependencies = [
22823 "proc-macro-crate",
22824 "proc-macro2",
22825 "quote",
22826 "syn 2.0.117",
22827 "zvariant_utils",
22828]
22829
22830[[package]]
22831name = "zvariant_utils"
22832version = "3.3.0"
22833source = "registry+https://github.com/rust-lang/crates.io-index"
22834checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22835dependencies = [
22836 "proc-macro2",
22837 "quote",
22838 "serde",
22839 "syn 2.0.117",
22840 "winnow",
22841]